WP Photo Album Plus - Version 6.7.03

Version Description

Download this release

Release Info

Developer opajaap
Plugin Icon wp plugin WP Photo Album Plus
Version 6.7.03
Comparing to
See all releases

Code changes from version 6.7.02 to 6.7.03

js/wppa.js CHANGED
@@ -2,7 +2,7 @@
2
  //
3
  // conatins common vars and functions
4
  //
5
- var wppaJsVersion = '6.7.00';
6
 
7
  // Important notice:
8
  // All external vars that may be given a value in wppa-non-admin.php must be declared here and not in other front-end js files!!
@@ -149,6 +149,7 @@ var wppaUploadEdit = 'none';
149
  var wppaPageArg = '';
150
  var wppaSlideshowNavigationType = 'icons';
151
  var wppaCoverImageResponsive = [];
 
152
 
153
  // 'Internal' variables ( private )
154
  var _wppaId = [];
@@ -602,6 +603,16 @@ function _wppaDoAutocol( mocc ) {
602
  jQuery( ".wppa-mimg-"+mocc ).css( 'width',w );
603
  jQuery( ".wppa-mimg-"+mocc ).css( 'height', '' );
604
 
 
 
 
 
 
 
 
 
 
 
605
  }
606
 
607
  // Fix bug in IE and Chrome
2
  //
3
  // conatins common vars and functions
4
  //
5
+ var wppaJsVersion = '6.7.03';
6
 
7
  // Important notice:
8
  // All external vars that may be given a value in wppa-non-admin.php must be declared here and not in other front-end js files!!
149
  var wppaPageArg = '';
150
  var wppaSlideshowNavigationType = 'icons';
151
  var wppaCoverImageResponsive = [];
152
+ var wppaSearchBoxSelItems = [];
153
 
154
  // 'Internal' variables ( private )
155
  var _wppaId = [];
603
  jQuery( ".wppa-mimg-"+mocc ).css( 'width',w );
604
  jQuery( ".wppa-mimg-"+mocc ).css( 'height', '' );
605
 
606
+ // Search box
607
+ if ( wppaSearchBoxSelItems[mocc] > 0 ) {
608
+ if ( w / wppaSearchBoxSelItems[mocc] < 125 ) {
609
+ jQuery( ".wppa-searchsel-item-"+mocc ).css( 'width', '100%' );
610
+ }
611
+ else {
612
+ jQuery( ".wppa-searchsel-item-"+mocc ).css( 'width', ( 100 / wppaSearchBoxSelItems[mocc] ) + '%' );
613
+ }
614
+ }
615
+
616
  }
617
 
618
  // Fix bug in IE and Chrome
js/wppa.min.js CHANGED
@@ -1 +1 @@
1
- function wppaDoInit(p){var a=!1;for(mocc=1;mocc<=wppaTopMoc;mocc++)wppaAutoColumnWidth[mocc]&&(wppaColWidth[mocc]=0,_wppaDoAutocol(mocc),a=!0);p||(_wppaTextDelay=wppaAnimationSpeed,wppaFadeInAfterFadeOut&&(_wppaTextDelay*=2),a&&jQuery(window).resize(function(){for(mocc=1;mocc<=wppaTopMoc;mocc++)wppaAutoColumnWidth[mocc]&&(wppaColWidth[mocc]=0,_wppaDoAutocol(mocc))})),jQuery(".wppa-ajax-spin").stop().fadeOut(),setTimeout(function(){jQuery(".wppa-ajax-spin").stop().fadeOut()},1e3),jQuery(".wppa-ovl-spin").stop().fadeOut(),setTimeout(function(){jQuery(".wppa-ovl-spin").stop().fadeOut()},1e3),setTimeout(function(){for(var p=1;p<wppaTopMoc;)jQuery("ubb-"+p+"-l")&&(wppaUbb(p,"l","hide"),wppaUbb(p,"r","hide")),p++},3e3)}function wppaUpdateLightboxes(){"function"==typeof wppaInitOverlay&&wppaInitOverlay(),"undefined"!=typeof myLightbox&&"function"==typeof myLightbox.updateImageList&&myLightbox.updateImageList(),jQuery().prettyPhoto&&jQuery("a[rel^='prettyPhoto']").prettyPhoto({deeplinking:!1})}function wppaStopVideo(p){var a,e,t=[];for(t[1]="wppa-overlay-img",t[2]="theimg0-"+p,t[3]="theimg1-"+p,e=0;e<3;)1==++e&&0!=p||(a=document.getElementById(t[e]))&&"function"==typeof a.pause&&(a.pause(),wppaConsoleLog("Video "+t[e]+" paused","force"))}function wppaStopAudio(p){if("number"==typeof p)jQuery("#audio-"+p).pause&&jQuery("#audio-"+p).pause();else{var a=jQuery("audio");if(a.length>0)for(var e=0;e<a.length;)"wppa"==jQuery(a[e]).attr("data-from")&&a[e].pause(),e++}}function wppaMakeFullsizeUrl(p){var a,e;(a=(p=p.replace("/thumbs/","/")).split("//"))[1]?(e=a[1].split("/"),p=a[0]+"//"):(e=a[0].split("/"),p="");for(var t=0;t<e.length;){var o=e[t];"w"!=o.split("_")[0]&&(0!=t&&(p+="/"),p+=o),t++}return p}function wppaGetContainerWidth(p){var a=document.getElementById("wppa-container-"+p),e=0;if(!wppaAutoColumnWidth[p])return a.clientWidth;for(;0==e;)a=a.parentNode,e=jQuery(a).width();return parseInt(e*wppaAutoColumnFrac[p])}function _wppaDoAutocol(p){if(wppaAutoColumnWidth[p]){var a;if(a=wppaGetContainerWidth(p),wppaColWidth[p]!=a){wppaConsoleLog("Doing autocol "+p),wppaColWidth[p]=a,jQuery(".wppa-container-"+p).css("width",a),wppaRenderModal&&(jQuery(".ui-dialog").css("width",a),jQuery(".ui-dialog").attr("height","auto")),wppaCoverImageResponsive[p]||(jQuery(".wppa-asym-text-frame-"+p).css("width",a-wppaTextFrameDelta),jQuery(".wppa-cover-box-"+p).css("width",a));var e,t=jQuery(".wppa-cover-box-mcr-"+p);if(t.length>1){var o=parseInt((a+8)/(wppaMaxCoverWidth+8))+1,s=o-1;e=parseInt((a+8)/o-8);for(var r=0;r<t.length;){switch(r%o){case 0:jQuery(t[r]).css({marginLeft:"0px",clear:"both",float:"left"});break;case s:jQuery(t[r]).css({marginLeft:"8px",clear:"none",float:"right"});break;default:jQuery(t[r]).css({marginLeft:"8px",clear:"none",float:"left"})}r++}wppaCoverImageResponsive[p]||jQuery(".wppa-asym-text-frame-mcr-"+p).css("width",e-wppaTextFrameDelta),jQuery(".wppa-cover-box-mcr-"+p).css("width",e)}else if(wppaCoverImageResponsive[p]);else{jQuery(".wppa-asym-text-frame-mcr-"+p).css("width",a-wppaTextFrameDelta);var i={marginLeft:"0px",float:"left"};jQuery(".wppa-cover-box-mcr-"+p).css(i)}if(wppaThumbSpaceAuto){var n=parseInt(jQuery(".thumbnail-frame-"+p).css("width"));if(n){var w=wppaMinThumbSpace,l=a-wppaThumbnailAreaDelta-7,u=parseInt(l/(n+w)),c=l-u*n,d=parseInt(.5+c/(u+1));jQuery(".thumbnail-frame-"+p).css({marginLeft:d})}}jQuery(".thumbnail-frame-comalt-"+p).css("width",a-wppaThumbnailAreaDelta),jQuery(".wppa-com-alt-"+p).css("width",a-wppaThumbnailAreaDelta-wppaComAltSize-16);for(var m,y=1,h=jQuery("#wppa-mas-h-"+y+"-"+p).attr("data-height-perc");h;)m=h*(a-wppaThumbnailAreaDelta)/100,jQuery("#wppa-mas-h-"+y+"-"+p).css("height",m),y++,h=jQuery("#wppa-mas-h-"+y+"-"+p).attr("data-height-perc");wppaSetMasHorFrameWidthsForIeAndChrome(p),wppaFormatSlide(p),jQuery("#audio-slide-"+p).css("width",a-wppaBoxDelta-6),jQuery(".wppa-comment-textarea-"+p).css("width",.7*a),wppaFilmStripLength[p]=a-wppaFilmStripAreaDelta[p],jQuery("#filmwindow-"+p).css("width",wppaFilmStripLength[p]),_wppaAdjustFilmstrip(p),wppaIsMini[p]||void 0===_wppaSlides[p]||(wppaColWidth[p]<wppaMiniTreshold?(jQuery("#wppa-avg-rat-"+p).html(wppaAvgRat),jQuery("#wppa-my-rat-"+p).html(wppaMyRat),jQuery("#counter-"+p).html(_wppaCurIdx[p]+1+" / "+_wppaSlides[p].length)):(jQuery("#wppa-avg-rat-"+p).html(wppaAvgRating),jQuery("#wppa-my-rat-"+p).html(wppaMyRating),jQuery("#counter-"+p).html(wppaPhoto+" "+(_wppaCurIdx[p]+1)+" "+wppaOf+" "+_wppaSlides[p].length))),jQuery(".wppa-sphoto-"+p).css("width",a),jQuery(".wppa-simg-"+p).css("width",a-2*wppaSlideBorderWidth),jQuery(".wppa-simg-"+p).css("height",""),jQuery(".wppa-mphoto-"+p).css("width",a+10),jQuery(".wppa-mimg-"+p).css("width",a),jQuery(".wppa-mimg-"+p).css("height","")}}}function wppaSetMasHorFrameWidthsForIeAndChrome(p){for(var a=jQuery(".wppa-mas-h-"+p),e=wppaMinThumbSpace,t=0;t<a.length;t++){var o=wppaGetChildI(a[t]);if(o){if("IMG"==o.nodeName&&!o.complete)return void setTimeout("wppaSetMasHorFrameWidthsForIeAndChrome( "+p+" )",400);var s=o.naturalWidth/o.naturalHeight*o.height+e;jQuery(a[t]).css({width:s})}}}function wppaGetChildI(p){var a,e=p.childNodes;for(a=0;a<e.length;a++){var t=e[a];if(t.id&&"i-"==t.id.substr(0,2))return t;var o=wppaGetChildI(t);if(o)return o}return!1}function fotomoto_loaded(){wppaFotomotoLoaded=!0}function wppaFotomotoToolbar(p,a){if(!(wppaColWidth[p]>=wppaFotomotoMinWidth))return jQuery("#wppa-fotomoto-container-"+p).css("display","none"),void jQuery("#wppa-fotomoto-checkout-"+p).css("display","none");jQuery("#wppa-fotomoto-container-"+p).css("display","inline"),jQuery("#wppa-fotomoto-checkout-"+p).css("display","inline"),wppaFotomoto&&document.getElementById("wppa-fotomoto-container-"+p)&&(wppaFotomotoLoaded?(FOTOMOTO.API.checkinImage(a),wppaFotomotoToolbarIds[p]=FOTOMOTO.API.showToolbar("wppa-fotomoto-container-"+p,a)):(setTimeout("wppaFotomotoToolbar( "+p+',"'+a+'" )',200),wppaConsoleLog("Waiting for Fotomoto")))}function wppaFotomotoHide(p){jQuery("#wppa-fotomoto-container-"+p).css("display","none"),jQuery("#wppa-fotomoto-checkout-"+p).css("display","none")}function wppaGetCurrentFullUrl(p,a){var e,t,o,s=document.location.href.split("?"),r="nil",i=0,n=!0;o=wppaShortQargs?"":"wppa-",s[1]&&(r=s[1].split("&"));var w=!1;if(e=s[0],"nil"!=r&&r.length>0)for(;i<r.length;)(t=r[i].split("="))[0]==o+"album"&&(w=!0),t[0]!=o+"photo"&&(e+=n?"?":"&",n=!1,e+=r[i]),i++;return w?(e+=n?"?":"&",e+=wppaUsePhotoNamesInUrls?o+"photo="+encodeURIComponent(_wppaNames[p][a]):o+"photo="+_wppaId[p][a]):""}function wppaStringContainsForbiddenChars(p){for(var a=["?","&","#","/",'"',"'"],e=0;e<a.length;){if(-1!=p.indexOf(a[e]))return!0;e++}return!1}function wppaPushStateSlide(p,a,e){if(!wppaIsMini[p]&&wppaCanPushState&&wppaUpdateAddressLine&&""!=e)try{history.pushState({page:wppaHis,occur:p,type:"slide",slide:a},"---",e),wppaConsoleLog("Slide history stack updated")}catch(p){wppaConsoleLog("Slide history stack update failed")}}function wppaRepairScriptTags(p){if(void 0===p)return"";for(;-1!=p.indexOf("[script");)p=p.replace("[script","<script");for(;-1!=p.indexOf("[/script");)p=p.replace("[/script","</script");return p}function wppaRepairBrTags(p){return void 0===p?"":p.replace("[br /]","<br />")}function wppaTrimAlt(p){return void 0===p?"":p.length>13?p.substr(0,10)+"...":p}function wppaFbInit(){wppaFbInitBusy?wppaConsoleLog("Fb Init busy"):"undefined"!=typeof FB?(wppaFbInitBusy=!0,setTimeout("_wppaFbInit()",10)):(wppaConsoleLog("Fb wait"),setTimeout("wppaFbInit()",200))}function _wppaFbInit(){FB.init({status:!0,xfbml:!0}),wppaFbInitBusy=!1}function wppaInsertAtCursor(p,a){if(document.selection)p.focus(),sel=document.selection.createRange(),sel.text=a;else if(p.selectionStart||"0"==p.selectionStart){var e=p.selectionStart,t=p.selectionEnd;p.value=p.value.substring(0,e)+a+p.value.substring(t,p.value.length),p.selectionStart=e+a.length,p.selectionEnd=e+a.length}else p.value+=a}function wppaGeoInit(p,a,e){var t=new google.maps.LatLng(a,e),o={disableDefaultUI:!1,panControl:!1,zoomControl:!0,mapTypeControl:!0,scaleControl:!0,streetViewControl:!0,overviewMapControl:!0,zoom:10,center:t},s=new google.maps.Map(document.getElementById("map-canvas-"+p),o),r=new google.maps.Marker({position:t,map:s,title:""});google.maps.event.addListener(s,"center_changed",function(){window.setTimeout(function(){s.panTo(r.getPosition())},1e3)})}function wppaEncode(p){var a,e;if(void 0!==p){var t=(a=e=(a=e=(a=p).replace(/#/g,"||HASH||")).replace(/&/g,"||AMP||")).split("+"),o=0;for(e="";o<t.length;)e+=t[o],++o<t.length&&(e+="||PLUS||");return e}}function wppaUrlToId(p){var a=p.split("/wppa/");return 1==a.length&&(a=p.split("/upload/")),1==a.length?0:(a=a[1],a=a.split("."),a=a[0].replace("/",""),a=a.replace("/",""),a=a.replace("/",""),a=a.replace("/",""),a=a.replace("/",""))}function wppaSuperSearchSelect(p,a){jQuery("#wppa-ss-albumopt-"+p).css("display","none"),jQuery("#wppa-ss-albumcat-"+p).css("display","none"),jQuery("#wppa-ss-albumname-"+p).css("display","none"),jQuery("#wppa-ss-albumtext-"+p).css("display","none"),jQuery("#wppa-ss-photoopt-"+p).css("display","none"),jQuery("#wppa-ss-photoname-"+p).css("display","none"),jQuery("#wppa-ss-photoowner-"+p).css("display","none"),jQuery("#wppa-ss-phototag-"+p).css("display","none"),jQuery("#wppa-ss-phototext-"+p).css("display","none"),jQuery("#wppa-ss-photoexif-"+p).css("display","none"),jQuery("#wppa-ss-photoiptc-"+p).css("display","none"),jQuery("#wppa-ss-exifopts-"+p).css("display","none"),jQuery("#wppa-ss-iptcopts-"+p).css("display","none"),jQuery("#wppa-ss-spinner-"+p).css("display","none"),jQuery("#wppa-ss-button-"+p).css("display","none");var e=jQuery("#wppa-ss-pa-"+p).val(),t="",o="",s="";switch(e){case"a":switch(jQuery("#wppa-ss-albumopt-"+p).css("display",""),t=jQuery("#wppa-ss-albumopt-"+p).val()){case"c":jQuery("#wppa-ss-albumcat-"+p).css("display","");r=jQuery(".wppa-ss-albumcat-"+p);s="";for(i=0;i<r.length;i++)"selected"==jQuery(r[i]).attr("selected")&&(s+="."+jQuery(r[i]).val());""!=(s=s.substr(1))&&jQuery("#wppa-ss-button-"+p).css("display","");break;case"n":jQuery("#wppa-ss-albumname-"+p).css("display",""),null!=(s=jQuery("#wppa-ss-albumname-"+p).val())&&jQuery("#wppa-ss-button-"+p).css("display","");break;case"t":jQuery("#wppa-ss-albumtext-"+p).css("display","");r=jQuery(".wppa-ss-albumtext-"+p);s="";for(i=0;i<r.length;i++)"selected"==jQuery(r[i]).attr("selected")&&(s+="."+jQuery(r[i]).val());""!=(s=s.substr(1))&&jQuery("#wppa-ss-button-"+p).css("display","")}break;case"p":switch(jQuery("#wppa-ss-photoopt-"+p).css("display",""),t=jQuery("#wppa-ss-photoopt-"+p).val()){case"n":jQuery("#wppa-ss-photoname-"+p).css("display",""),null!=(s=jQuery("#wppa-ss-photoname-"+p).val())&&jQuery("#wppa-ss-button-"+p).css("display","");break;case"o":jQuery("#wppa-ss-photoowner-"+p).css("display",""),null!=(s=jQuery("#wppa-ss-photoowner-"+p).val())&&jQuery("#wppa-ss-button-"+p).css("display","");break;case"g":jQuery("#wppa-ss-phototag-"+p).css("display","");r=jQuery(".wppa-ss-phototag-"+p);s="";for(i=0;i<r.length;i++)"selected"==jQuery(r[i]).attr("selected")&&(s+="."+jQuery(r[i]).val());""!=(s=s.substr(1))&&jQuery("#wppa-ss-button-"+p).css("display","");break;case"t":jQuery("#wppa-ss-phototext-"+p).css("display","");var r=jQuery(".wppa-ss-phototext-"+p);s="";var i;for(i=0;i<r.length;i++)"selected"==jQuery(r[i]).attr("selected")&&(s+="."+jQuery(r[i]).val());""!=(s=s.substr(1))&&jQuery("#wppa-ss-button-"+p).css("display","");break;case"i":jQuery("#wppa-ss-photoiptc-"+p).css("display",""),(o=jQuery("#wppa-ss-photoiptc-"+p).val())&&(o.length>2&&(o=o.replace("#","H")),""!=o&&(jQuery("#wppa-ss-iptcopts-"+p).css("display",""),wppaLastIptc!=o?(wppaAjaxGetSsIptcList(p,o,"wppa-ss-iptcopts-"+p),wppaLastIptc=o):null!=(s=jQuery("#wppa-ss-iptcopts-"+p).val())&&""!=s&&jQuery("#wppa-ss-button-"+p).css("display","")));break;case"e":jQuery("#wppa-ss-photoexif-"+p).css("display",""),(o=jQuery("#wppa-ss-photoexif-"+p).val())&&(o.length>2&&(o=o.replace("#","H")),""!=o&&(jQuery("#wppa-ss-exifopts-"+p).css("display",""),wppaLastExif!=o?(wppaAjaxGetSsExifList(p,o,"wppa-ss-exifopts-"+p),wppaLastExif=o):null!=(s=jQuery("#wppa-ss-exifopts-"+p).val())&&""!=s&&jQuery("#wppa-ss-button-"+p).css("display","")))}}if(a){var n=jQuery("#wppa-ss-pageurl-"+p).val();-1==n.indexOf("?")?n+="?":n+="&",n+="occur=1&wppa-supersearch="+e+","+t+","+o+","+s,document.location.href=n}}function wppaAjaxGetSsIptcList(p,a,e){jQuery.ajax({url:wppaAjaxUrl,data:"action=wppa&wppa-action=getssiptclist&tag="+a+"&moccur="+p,async:!0,type:"GET",timeout:1e4,beforeSend:function(a){jQuery("#wppa-ss-spinner-"+p).css("display","")},success:function(a,t,o){jQuery("#"+e).html(a),jQuery("#wppa-ss-iptcopts-"+p).css("display",""),wppaSuperSearchSelect(p),setTimeout('wppaSetIptcExifSize( ".wppa-iptclist-'+p+'", "#'+e+'" )',10)},error:function(p,a,e){wppaConsoleLog("wppaAjaxGetSsIptcList failed. Error = "+e+", status = "+a,"force")},complete:function(a,e,t){jQuery("#wppa-ss-spinner-"+p).css("display","none")}})}function wppaAjaxGetSsExifList(p,a,e){jQuery.ajax({url:wppaAjaxUrl,data:"action=wppa&wppa-action=getssexiflist&tag="+a+"&moccur="+p,async:!0,type:"GET",timeout:1e4,beforeSend:function(a){jQuery("#wppa-ss-spinner-"+p).css("display","")},success:function(a,t,o){jQuery("#"+e).html(a),jQuery("#wppa-ss-exifopts-"+p).css("display",""),wppaSuperSearchSelect(p),setTimeout('wppaSetIptcExifSize( ".wppa-exiflist-'+p+'", "#'+e+'" )',10)},error:function(p,a,e){wppaConsoleLog("wppaAjaxGetSsExifList failed. Error = "+e+", status = "+a,"force")},complete:function(a,e,t){jQuery("#wppa-ss-spinner-"+p).css("display","none")}})}function wppaSetIptcExifSize(p,a){var e=jQuery(p).length;e>6&&(e=6),e<2&&(e=2),jQuery(a).attr("size",e)}function wppaUpdateSearchRoot(p,a){for(var e=jQuery(".wppa-search-root"),t=0;t<e.length;)jQuery(e[t]).html(p),t++;for(e=jQuery(".wppa-rootbox"),t=0;t<e.length;)a?(jQuery(e[t]).removeAttr("checked"),jQuery(e[t]).removeAttr("disabled")):(jQuery(e[t]).attr("checked","checked"),jQuery(e[t]).attr("disabled","disabled")),t++;for(e=jQuery(".wppa-search-root-id"),t=0;t<e.length;)jQuery(e[t]).val(a),t++}function wppaSubboxChange(p){if("checked"==jQuery(p).attr("checked"))for(var a=jQuery(".wppa-rootbox"),e=0;e<a.length;)jQuery(a[e]).attr("checked","checked"),e++}function wppaClearSubsearch(){for(var p=jQuery(".wppa-display-searchstring"),a=0;a<p.length;)jQuery(p[a]).html(""),a++;for(p=jQuery(".wppa-search-sub-box"),a=0;a<p.length;)jQuery(p[a]).attr("disabled","disabled"),a++}function wppaEnableSubsearch(){for(var p=jQuery(".wppa-search-sub-box"),a=0;a<p.length;)jQuery(p[a]).removeAttr("disabled"),a++}function wppaDisplaySelectedFiles(p){for(var a=jQuery("#"+p),e=0,t="";e<a[0].files.length;)t+=a[0].files[e].name+" ",e++;jQuery("#"+p+"-display").val(t)}var wppaJsVersion="6.7.00",wppaVersion="0",wppaIsIe=!1,wppaUseSvg=!0,wppaDebug,wppaFullValign=[],wppaFullHalign=[],wppaFullFrameDelta=[],wppaAnimationSpeed,wppaImageDirectory,wppaAutoColumnWidth=[],wppaAutoColumnFrac=[],wppaThumbnailAreaDelta,wppaSlideShowTimeOut=2500,wppaFadeInAfterFadeOut=!1,wppaTextFrameDelta=0,wppaBoxDelta=0,wppaPreambule,wppaHideWhenEmpty=!1,wppaThumbnailPitch=[],wppaFilmStripLength=[],wppaFilmStripMargin=[],wppaFilmStripAreaDelta=[],wppaFilmShowGlue=!1,wppaIsMini=[],wppaPortraitOnly=[],wppaSlideShow,wppaPhoto,wppaOf,wppaNextPhoto,wppaPreviousPhoto,wppaNextP,wppaPrevP,wppaAvgRating,wppaMyRating,wppaAvgRat,wppaMyRat,wppaDislikeMsg,wppaMiniTreshold=300,wppaStart="Start",wppaStop="Stop",wppaPleaseName,wppaPleaseEmail,wppaPleaseComment,wppaRatingOnce=!0,wppaBGcolorNumbar="transparent",wppaBcolorNumbar="transparent",wppaBGcolorNumbarActive="transparent",wppaBcolorNumbarActive="transparent",wppaFontFamilyNumbar="",wppaFontSizeNumbar="",wppaFontColorNumbar="",wppaFontWeightNumbar="",wppaFontFamilyNumbarActive="",wppaFontSizeNumbarActive="",wppaFontColorNumbarActive="",wppaFontWeightNumbarActive="",wppaNumbarMax="10",wppaAjaxUrl="",wppaLang="",wppaNextOnCallback=!1,wppaStarOpacity=.2,wppaSlideWrap=!0,wppaLightBox=[],wppaEmailRequired="required",wppaSlideBorderWidth=0,wppaSlideInitRunning=[],wppaAnimationType="fadeover",wppaSlidePause=[],wppaSlideBlank=[],wppaRatingMax=5,wppaRatingDisplayType="graphic",wppaRatingPrec=2,wppaFilmPageSize=[],wppaAspectRatio=[],wppaFullSize=[],wppaStretch=!1,wppaThumbSpaceAuto=!1,wppaMinThumbSpace=4,wppaMagnifierCursor="",wppaArtMonkyLink="none",wppaAutoOpenComments=!1,wppaUpdateAddressLine=!1,wppaFilmThumbTitle="",wppaClickToView="",wppaUploadUrl="",wppaVoteForMe="",wppaVotedForMe="",wppaSlideSwipe=!0,wppaLightboxSingle=[],wppaMaxCoverWidth=300,wppaDownLoad="Download",wppaSiteUrl="",wppaWppaUrl="",wppaIncludeUrl="",wppaSlideToFullpopup=!1,wppaComAltSize=75,wppaBumpViewCount=!0,wppaBumpClickCount=!1,wppaFotomoto=!1,wppaArtMonkeyButton=!0,wppaShortQargs=!1,wppaOvlHires=!1,wppaMasonryCols=[],wppaVideoPlaying=[],wppaAudioPlaying=[],wppaSlideVideoStart=!1,wppaSlideAudioStart=!1,wppaAudioHeight=28,wppaHis=0,wppaStartHtml=[],wppaCanAjaxRender=!1,wppaCanPushState=!1,wppaAllowAjax=!0,wppaMaxOccur=0,wppaFirstOccur=0,wppaUsePhotoNamesInUrls=!1,wppaShareHideWhenRunning=!1,wppaCommentRequiredAfterVote=!0,wppaTopMoc=0,wppaColWidth=[],wppaFotomotoHideWhenRunning=!1,wppaFotomotoMinWidth=400,wppaPhotoView=[],wppaBackgroundColorImage="",wppaPopupLinkType="",wppaPopupOnclick=[],wppaThumbTargetBlank=!1,wppaRel="rel",wppaEditPhotoWidth="960",wppaThemeStyles="",wppaStickyHeaderHeight=0,wppaRenderModal=!1,wppaModalBgColor="#ffffff",wppaBoxRadius=0,wppaModalQuitImg,wppaUploadEdit="none",wppaPageArg="",wppaSlideshowNavigationType="icons",wppaCoverImageResponsive=[],_wppaId=[],_wppaAvg=[],_wppaDisc=[],_wppaMyr=[],_wppaVRU=[],_wppaLinkUrl=[],_wppaLinkTitle=[],_wppaLinkTarget=[],_wppaCommentHtml=[],_wppaIptcHtml=[],_wppaExifHtml=[],_wppaToTheSame=!1,_wppaSlides=[],_wppaNames=[],_wppaFullNames=[],_wppaDsc=[],_wppaOgDsc=[],_wppaCurIdx=[],_wppaNxtIdx=[],_wppaTimeOut=[],_wppaSSRuns=[],_wppaFg=[],_wppaTP=[],_wppaIsBusy=[],_wppaFirst=[],_wppaVoteInProgress=!1,_wppaTextDelay,_wppaUrl=[],_wppaSkipRated=[],_wppaLbTitle=[],_wppaStateCount=0,_wppaDidGoto=[],_wppaShareUrl=[],_wppaShareHtml=[],_wppaFilmNoMove=[],_wppaHiresUrl=[],_wppaIsVideo=[],_wppaVideoHtml=[],_wppaAudioHtml=[],_wppaVideoNatWidth=[],_wppaVideoNatHeight=[],_wppaWaitTexts=[],_wppaImageAlt=[],__wppaOverruleRun=!1,wppaOvlUrls,wppaOvlTitles,wppaOvlAlts,wppaOvlIdx=0,wppaOvlFirst=!0,wppaOvlKbHandler="",wppaOvlSizeHandler="",wppaOvlPadTop=5,wppaOvlIsSingle,wppaOvlRunning=!1,wppaOvlVideoHtmls,wppaOvlAudioHtmls,wppaOvlVideoNaturalWidths,wppaOvlVideoNaturalHeights,wppaOvlModeInitial="normal",wppaOvlVideoPlaying=!1,wppaOvlAudioPlaying=!1,wppaOvlShowLegenda=!0,wppaOvlShowStartStop=!0,wppaOvlRadius=0,wppaOvlBorderWidth=16,wppaOvlOpen=!1,wppaOvlTxtHeight=36,wppaOvlOpacity=.8,wppaOvlOnclickType="none",wppaOvlTheme="black",wppaOvlAnimSpeed=300,wppaOvlSlideSpeed=3e3,wppaVer4WindowWidth=800,wppaVer4WindowHeight=600,wppaOvlFontFamily="Helvetica",wppaOvlFontSize="10",wppaOvlFontColor="",wppaOvlFontWeight="bold",wppaOvlLineHeight="12",wppaOvlShowCounter=!0,wppaOvlIsVideo=!1,wppaShowLegenda="",wppaOvlFsPhotoId=0,wppaPhotoId=0,wppaOvlVideoStart=!1,wppaOvlAudioStart=!1,wppaLastIptc="",wppaLastExif="",wppaIsMobile=!1,wppaSvgFillcolor="gray",wppaSvgBgcolor="transparent",wppaSvgCornerStyle="light";jQuery(document).ready(function(){wppaDoInit(!1),setTimeout(function(){wppaDoInit(!0)},1e3)}),jQuery(document).ready(function(p){if(wppaAllowAjax&&jQuery.ajax&&(wppaCanAjaxRender=!0),void 0!==history.pushState){for(var a=1;a<=wppaMaxOccur;)wppaStartHtml[a]=jQuery("#wppa-container-"+a).html(),a++;wppaCanPushState=!0}});var wppaFotomotoLoaded=!1,wppaFotomotoToolbarIds=[];window.onpopstate=function(p){var a=0;if(wppaCanPushState){if(p.state)switch(a=p.state.occur,p.state.type){case"html":jQuery("#wppa-container-"+a).html(p.state.html);break;case"slide":_wppaGoto(a,p.state.slide)}else if(wppaUpdateAddressLine){if(a=wppaFirstOccur,jQuery("#wppa-container-"+a).html(wppaStartHtml[a]),wppaFirstOccur=0,0==a){t=(e=document.location.href).split("&wppa-occur=");a=parseInt(t[1])}var e=document.location.href,t=e.split("&wppa-photo="),o=parseInt(t[1]);if(o>0){for(var s=0;s<_wppaId[a].length&&_wppaId[a][s]!=o;)s++;s<_wppaId[a].length&&_wppaGoto(a,s)}}document.getElementById("theslide0-"+a)&&_wppaStop(a)}"undefined"!=typeof wppaQRUpdate&&wppaQRUpdate(document.location.href)};var wppaFbInitBusy=!1;wppaConsoleLog("wppa.js version "+wppaJsVersion+" loaded.","force");
1
+ function wppaDoInit(p){var a=!1;for(mocc=1;mocc<=wppaTopMoc;mocc++)wppaAutoColumnWidth[mocc]&&(wppaColWidth[mocc]=0,_wppaDoAutocol(mocc),a=!0);p||(_wppaTextDelay=wppaAnimationSpeed,wppaFadeInAfterFadeOut&&(_wppaTextDelay*=2),a&&jQuery(window).resize(function(){for(mocc=1;mocc<=wppaTopMoc;mocc++)wppaAutoColumnWidth[mocc]&&(wppaColWidth[mocc]=0,_wppaDoAutocol(mocc))})),jQuery(".wppa-ajax-spin").stop().fadeOut(),setTimeout(function(){jQuery(".wppa-ajax-spin").stop().fadeOut()},1e3),jQuery(".wppa-ovl-spin").stop().fadeOut(),setTimeout(function(){jQuery(".wppa-ovl-spin").stop().fadeOut()},1e3),setTimeout(function(){for(var p=1;p<wppaTopMoc;)jQuery("ubb-"+p+"-l")&&(wppaUbb(p,"l","hide"),wppaUbb(p,"r","hide")),p++},3e3)}function wppaUpdateLightboxes(){"function"==typeof wppaInitOverlay&&wppaInitOverlay(),"undefined"!=typeof myLightbox&&"function"==typeof myLightbox.updateImageList&&myLightbox.updateImageList(),jQuery().prettyPhoto&&jQuery("a[rel^='prettyPhoto']").prettyPhoto({deeplinking:!1})}function wppaStopVideo(p){var a,e,t=[];for(t[1]="wppa-overlay-img",t[2]="theimg0-"+p,t[3]="theimg1-"+p,e=0;e<3;)1==++e&&0!=p||(a=document.getElementById(t[e]))&&"function"==typeof a.pause&&(a.pause(),wppaConsoleLog("Video "+t[e]+" paused","force"))}function wppaStopAudio(p){if("number"==typeof p)jQuery("#audio-"+p).pause&&jQuery("#audio-"+p).pause();else{var a=jQuery("audio");if(a.length>0)for(var e=0;e<a.length;)"wppa"==jQuery(a[e]).attr("data-from")&&a[e].pause(),e++}}function wppaMakeFullsizeUrl(p){var a,e;(a=(p=p.replace("/thumbs/","/")).split("//"))[1]?(e=a[1].split("/"),p=a[0]+"//"):(e=a[0].split("/"),p="");for(var t=0;t<e.length;){var o=e[t];"w"!=o.split("_")[0]&&(0!=t&&(p+="/"),p+=o),t++}return p}function wppaGetContainerWidth(p){var a=document.getElementById("wppa-container-"+p),e=0;if(!wppaAutoColumnWidth[p])return a.clientWidth;for(;0==e;)a=a.parentNode,e=jQuery(a).width();return parseInt(e*wppaAutoColumnFrac[p])}function _wppaDoAutocol(p){if(wppaAutoColumnWidth[p]){var a;if(a=wppaGetContainerWidth(p),wppaColWidth[p]!=a){wppaConsoleLog("Doing autocol "+p),wppaColWidth[p]=a,jQuery(".wppa-container-"+p).css("width",a),wppaRenderModal&&(jQuery(".ui-dialog").css("width",a),jQuery(".ui-dialog").attr("height","auto")),wppaCoverImageResponsive[p]||(jQuery(".wppa-asym-text-frame-"+p).css("width",a-wppaTextFrameDelta),jQuery(".wppa-cover-box-"+p).css("width",a));var e,t=jQuery(".wppa-cover-box-mcr-"+p);if(t.length>1){var o=parseInt((a+8)/(wppaMaxCoverWidth+8))+1,s=o-1;e=parseInt((a+8)/o-8);for(var r=0;r<t.length;){switch(r%o){case 0:jQuery(t[r]).css({marginLeft:"0px",clear:"both",float:"left"});break;case s:jQuery(t[r]).css({marginLeft:"8px",clear:"none",float:"right"});break;default:jQuery(t[r]).css({marginLeft:"8px",clear:"none",float:"left"})}r++}wppaCoverImageResponsive[p]||jQuery(".wppa-asym-text-frame-mcr-"+p).css("width",e-wppaTextFrameDelta),jQuery(".wppa-cover-box-mcr-"+p).css("width",e)}else if(wppaCoverImageResponsive[p]);else{jQuery(".wppa-asym-text-frame-mcr-"+p).css("width",a-wppaTextFrameDelta);var i={marginLeft:"0px",float:"left"};jQuery(".wppa-cover-box-mcr-"+p).css(i)}if(wppaThumbSpaceAuto){var n=parseInt(jQuery(".thumbnail-frame-"+p).css("width"));if(n){var w=wppaMinThumbSpace,l=a-wppaThumbnailAreaDelta-7,u=parseInt(l/(n+w)),c=l-u*n,d=parseInt(.5+c/(u+1));jQuery(".thumbnail-frame-"+p).css({marginLeft:d})}}jQuery(".thumbnail-frame-comalt-"+p).css("width",a-wppaThumbnailAreaDelta),jQuery(".wppa-com-alt-"+p).css("width",a-wppaThumbnailAreaDelta-wppaComAltSize-16);for(var h,m=1,y=jQuery("#wppa-mas-h-"+m+"-"+p).attr("data-height-perc");y;)h=y*(a-wppaThumbnailAreaDelta)/100,jQuery("#wppa-mas-h-"+m+"-"+p).css("height",h),m++,y=jQuery("#wppa-mas-h-"+m+"-"+p).attr("data-height-perc");wppaSetMasHorFrameWidthsForIeAndChrome(p),wppaFormatSlide(p),jQuery("#audio-slide-"+p).css("width",a-wppaBoxDelta-6),jQuery(".wppa-comment-textarea-"+p).css("width",.7*a),wppaFilmStripLength[p]=a-wppaFilmStripAreaDelta[p],jQuery("#filmwindow-"+p).css("width",wppaFilmStripLength[p]),_wppaAdjustFilmstrip(p),wppaIsMini[p]||void 0===_wppaSlides[p]||(wppaColWidth[p]<wppaMiniTreshold?(jQuery("#wppa-avg-rat-"+p).html(wppaAvgRat),jQuery("#wppa-my-rat-"+p).html(wppaMyRat),jQuery("#counter-"+p).html(_wppaCurIdx[p]+1+" / "+_wppaSlides[p].length)):(jQuery("#wppa-avg-rat-"+p).html(wppaAvgRating),jQuery("#wppa-my-rat-"+p).html(wppaMyRating),jQuery("#counter-"+p).html(wppaPhoto+" "+(_wppaCurIdx[p]+1)+" "+wppaOf+" "+_wppaSlides[p].length))),jQuery(".wppa-sphoto-"+p).css("width",a),jQuery(".wppa-simg-"+p).css("width",a-2*wppaSlideBorderWidth),jQuery(".wppa-simg-"+p).css("height",""),jQuery(".wppa-mphoto-"+p).css("width",a+10),jQuery(".wppa-mimg-"+p).css("width",a),jQuery(".wppa-mimg-"+p).css("height",""),wppaSearchBoxSelItems[p]>0&&(a/wppaSearchBoxSelItems[p]<125?jQuery(".wppa-searchsel-item-"+p).css("width","100%"):jQuery(".wppa-searchsel-item-"+p).css("width",100/wppaSearchBoxSelItems[p]+"%"))}}}function wppaSetMasHorFrameWidthsForIeAndChrome(p){for(var a=jQuery(".wppa-mas-h-"+p),e=wppaMinThumbSpace,t=0;t<a.length;t++){var o=wppaGetChildI(a[t]);if(o){if("IMG"==o.nodeName&&!o.complete)return void setTimeout("wppaSetMasHorFrameWidthsForIeAndChrome( "+p+" )",400);var s=o.naturalWidth/o.naturalHeight*o.height+e;jQuery(a[t]).css({width:s})}}}function wppaGetChildI(p){var a,e=p.childNodes;for(a=0;a<e.length;a++){var t=e[a];if(t.id&&"i-"==t.id.substr(0,2))return t;var o=wppaGetChildI(t);if(o)return o}return!1}function fotomoto_loaded(){wppaFotomotoLoaded=!0}function wppaFotomotoToolbar(p,a){if(!(wppaColWidth[p]>=wppaFotomotoMinWidth))return jQuery("#wppa-fotomoto-container-"+p).css("display","none"),void jQuery("#wppa-fotomoto-checkout-"+p).css("display","none");jQuery("#wppa-fotomoto-container-"+p).css("display","inline"),jQuery("#wppa-fotomoto-checkout-"+p).css("display","inline"),wppaFotomoto&&document.getElementById("wppa-fotomoto-container-"+p)&&(wppaFotomotoLoaded?(FOTOMOTO.API.checkinImage(a),wppaFotomotoToolbarIds[p]=FOTOMOTO.API.showToolbar("wppa-fotomoto-container-"+p,a)):(setTimeout("wppaFotomotoToolbar( "+p+',"'+a+'" )',200),wppaConsoleLog("Waiting for Fotomoto")))}function wppaFotomotoHide(p){jQuery("#wppa-fotomoto-container-"+p).css("display","none"),jQuery("#wppa-fotomoto-checkout-"+p).css("display","none")}function wppaGetCurrentFullUrl(p,a){var e,t,o,s=document.location.href.split("?"),r="nil",i=0,n=!0;o=wppaShortQargs?"":"wppa-",s[1]&&(r=s[1].split("&"));var w=!1;if(e=s[0],"nil"!=r&&r.length>0)for(;i<r.length;)(t=r[i].split("="))[0]==o+"album"&&(w=!0),t[0]!=o+"photo"&&(e+=n?"?":"&",n=!1,e+=r[i]),i++;return w?(e+=n?"?":"&",e+=wppaUsePhotoNamesInUrls?o+"photo="+encodeURIComponent(_wppaNames[p][a]):o+"photo="+_wppaId[p][a]):""}function wppaStringContainsForbiddenChars(p){for(var a=["?","&","#","/",'"',"'"],e=0;e<a.length;){if(-1!=p.indexOf(a[e]))return!0;e++}return!1}function wppaPushStateSlide(p,a,e){if(!wppaIsMini[p]&&wppaCanPushState&&wppaUpdateAddressLine&&""!=e)try{history.pushState({page:wppaHis,occur:p,type:"slide",slide:a},"---",e),wppaConsoleLog("Slide history stack updated")}catch(p){wppaConsoleLog("Slide history stack update failed")}}function wppaRepairScriptTags(p){if(void 0===p)return"";for(;-1!=p.indexOf("[script");)p=p.replace("[script","<script");for(;-1!=p.indexOf("[/script");)p=p.replace("[/script","</script");return p}function wppaRepairBrTags(p){return void 0===p?"":p.replace("[br /]","<br />")}function wppaTrimAlt(p){return void 0===p?"":p.length>13?p.substr(0,10)+"...":p}function wppaFbInit(){wppaFbInitBusy?wppaConsoleLog("Fb Init busy"):"undefined"!=typeof FB?(wppaFbInitBusy=!0,setTimeout("_wppaFbInit()",10)):(wppaConsoleLog("Fb wait"),setTimeout("wppaFbInit()",200))}function _wppaFbInit(){FB.init({status:!0,xfbml:!0}),wppaFbInitBusy=!1}function wppaInsertAtCursor(p,a){if(document.selection)p.focus(),sel=document.selection.createRange(),sel.text=a;else if(p.selectionStart||"0"==p.selectionStart){var e=p.selectionStart,t=p.selectionEnd;p.value=p.value.substring(0,e)+a+p.value.substring(t,p.value.length),p.selectionStart=e+a.length,p.selectionEnd=e+a.length}else p.value+=a}function wppaGeoInit(p,a,e){var t=new google.maps.LatLng(a,e),o={disableDefaultUI:!1,panControl:!1,zoomControl:!0,mapTypeControl:!0,scaleControl:!0,streetViewControl:!0,overviewMapControl:!0,zoom:10,center:t},s=new google.maps.Map(document.getElementById("map-canvas-"+p),o),r=new google.maps.Marker({position:t,map:s,title:""});google.maps.event.addListener(s,"center_changed",function(){window.setTimeout(function(){s.panTo(r.getPosition())},1e3)})}function wppaEncode(p){var a,e;if(void 0!==p){var t=(a=e=(a=e=(a=p).replace(/#/g,"||HASH||")).replace(/&/g,"||AMP||")).split("+"),o=0;for(e="";o<t.length;)e+=t[o],++o<t.length&&(e+="||PLUS||");return e}}function wppaUrlToId(p){var a=p.split("/wppa/");return 1==a.length&&(a=p.split("/upload/")),1==a.length?0:(a=a[1],a=a.split("."),a=a[0].replace("/",""),a=a.replace("/",""),a=a.replace("/",""),a=a.replace("/",""),a=a.replace("/",""))}function wppaSuperSearchSelect(p,a){jQuery("#wppa-ss-albumopt-"+p).css("display","none"),jQuery("#wppa-ss-albumcat-"+p).css("display","none"),jQuery("#wppa-ss-albumname-"+p).css("display","none"),jQuery("#wppa-ss-albumtext-"+p).css("display","none"),jQuery("#wppa-ss-photoopt-"+p).css("display","none"),jQuery("#wppa-ss-photoname-"+p).css("display","none"),jQuery("#wppa-ss-photoowner-"+p).css("display","none"),jQuery("#wppa-ss-phototag-"+p).css("display","none"),jQuery("#wppa-ss-phototext-"+p).css("display","none"),jQuery("#wppa-ss-photoexif-"+p).css("display","none"),jQuery("#wppa-ss-photoiptc-"+p).css("display","none"),jQuery("#wppa-ss-exifopts-"+p).css("display","none"),jQuery("#wppa-ss-iptcopts-"+p).css("display","none"),jQuery("#wppa-ss-spinner-"+p).css("display","none"),jQuery("#wppa-ss-button-"+p).css("display","none");var e=jQuery("#wppa-ss-pa-"+p).val(),t="",o="",s="";switch(e){case"a":switch(jQuery("#wppa-ss-albumopt-"+p).css("display",""),t=jQuery("#wppa-ss-albumopt-"+p).val()){case"c":jQuery("#wppa-ss-albumcat-"+p).css("display","");r=jQuery(".wppa-ss-albumcat-"+p);s="";for(i=0;i<r.length;i++)"selected"==jQuery(r[i]).attr("selected")&&(s+="."+jQuery(r[i]).val());""!=(s=s.substr(1))&&jQuery("#wppa-ss-button-"+p).css("display","");break;case"n":jQuery("#wppa-ss-albumname-"+p).css("display",""),null!=(s=jQuery("#wppa-ss-albumname-"+p).val())&&jQuery("#wppa-ss-button-"+p).css("display","");break;case"t":jQuery("#wppa-ss-albumtext-"+p).css("display","");r=jQuery(".wppa-ss-albumtext-"+p);s="";for(i=0;i<r.length;i++)"selected"==jQuery(r[i]).attr("selected")&&(s+="."+jQuery(r[i]).val());""!=(s=s.substr(1))&&jQuery("#wppa-ss-button-"+p).css("display","")}break;case"p":switch(jQuery("#wppa-ss-photoopt-"+p).css("display",""),t=jQuery("#wppa-ss-photoopt-"+p).val()){case"n":jQuery("#wppa-ss-photoname-"+p).css("display",""),null!=(s=jQuery("#wppa-ss-photoname-"+p).val())&&jQuery("#wppa-ss-button-"+p).css("display","");break;case"o":jQuery("#wppa-ss-photoowner-"+p).css("display",""),null!=(s=jQuery("#wppa-ss-photoowner-"+p).val())&&jQuery("#wppa-ss-button-"+p).css("display","");break;case"g":jQuery("#wppa-ss-phototag-"+p).css("display","");r=jQuery(".wppa-ss-phototag-"+p);s="";for(i=0;i<r.length;i++)"selected"==jQuery(r[i]).attr("selected")&&(s+="."+jQuery(r[i]).val());""!=(s=s.substr(1))&&jQuery("#wppa-ss-button-"+p).css("display","");break;case"t":jQuery("#wppa-ss-phototext-"+p).css("display","");var r=jQuery(".wppa-ss-phototext-"+p);s="";var i;for(i=0;i<r.length;i++)"selected"==jQuery(r[i]).attr("selected")&&(s+="."+jQuery(r[i]).val());""!=(s=s.substr(1))&&jQuery("#wppa-ss-button-"+p).css("display","");break;case"i":jQuery("#wppa-ss-photoiptc-"+p).css("display",""),(o=jQuery("#wppa-ss-photoiptc-"+p).val())&&(o.length>2&&(o=o.replace("#","H")),""!=o&&(jQuery("#wppa-ss-iptcopts-"+p).css("display",""),wppaLastIptc!=o?(wppaAjaxGetSsIptcList(p,o,"wppa-ss-iptcopts-"+p),wppaLastIptc=o):null!=(s=jQuery("#wppa-ss-iptcopts-"+p).val())&&""!=s&&jQuery("#wppa-ss-button-"+p).css("display","")));break;case"e":jQuery("#wppa-ss-photoexif-"+p).css("display",""),(o=jQuery("#wppa-ss-photoexif-"+p).val())&&(o.length>2&&(o=o.replace("#","H")),""!=o&&(jQuery("#wppa-ss-exifopts-"+p).css("display",""),wppaLastExif!=o?(wppaAjaxGetSsExifList(p,o,"wppa-ss-exifopts-"+p),wppaLastExif=o):null!=(s=jQuery("#wppa-ss-exifopts-"+p).val())&&""!=s&&jQuery("#wppa-ss-button-"+p).css("display","")))}}if(a){var n=jQuery("#wppa-ss-pageurl-"+p).val();-1==n.indexOf("?")?n+="?":n+="&",n+="occur=1&wppa-supersearch="+e+","+t+","+o+","+s,document.location.href=n}}function wppaAjaxGetSsIptcList(p,a,e){jQuery.ajax({url:wppaAjaxUrl,data:"action=wppa&wppa-action=getssiptclist&tag="+a+"&moccur="+p,async:!0,type:"GET",timeout:1e4,beforeSend:function(a){jQuery("#wppa-ss-spinner-"+p).css("display","")},success:function(a,t,o){jQuery("#"+e).html(a),jQuery("#wppa-ss-iptcopts-"+p).css("display",""),wppaSuperSearchSelect(p),setTimeout('wppaSetIptcExifSize( ".wppa-iptclist-'+p+'", "#'+e+'" )',10)},error:function(p,a,e){wppaConsoleLog("wppaAjaxGetSsIptcList failed. Error = "+e+", status = "+a,"force")},complete:function(a,e,t){jQuery("#wppa-ss-spinner-"+p).css("display","none")}})}function wppaAjaxGetSsExifList(p,a,e){jQuery.ajax({url:wppaAjaxUrl,data:"action=wppa&wppa-action=getssexiflist&tag="+a+"&moccur="+p,async:!0,type:"GET",timeout:1e4,beforeSend:function(a){jQuery("#wppa-ss-spinner-"+p).css("display","")},success:function(a,t,o){jQuery("#"+e).html(a),jQuery("#wppa-ss-exifopts-"+p).css("display",""),wppaSuperSearchSelect(p),setTimeout('wppaSetIptcExifSize( ".wppa-exiflist-'+p+'", "#'+e+'" )',10)},error:function(p,a,e){wppaConsoleLog("wppaAjaxGetSsExifList failed. Error = "+e+", status = "+a,"force")},complete:function(a,e,t){jQuery("#wppa-ss-spinner-"+p).css("display","none")}})}function wppaSetIptcExifSize(p,a){var e=jQuery(p).length;e>6&&(e=6),e<2&&(e=2),jQuery(a).attr("size",e)}function wppaUpdateSearchRoot(p,a){for(var e=jQuery(".wppa-search-root"),t=0;t<e.length;)jQuery(e[t]).html(p),t++;for(e=jQuery(".wppa-rootbox"),t=0;t<e.length;)a?(jQuery(e[t]).removeAttr("checked"),jQuery(e[t]).removeAttr("disabled")):(jQuery(e[t]).attr("checked","checked"),jQuery(e[t]).attr("disabled","disabled")),t++;for(e=jQuery(".wppa-search-root-id"),t=0;t<e.length;)jQuery(e[t]).val(a),t++}function wppaSubboxChange(p){if("checked"==jQuery(p).attr("checked"))for(var a=jQuery(".wppa-rootbox"),e=0;e<a.length;)jQuery(a[e]).attr("checked","checked"),e++}function wppaClearSubsearch(){for(var p=jQuery(".wppa-display-searchstring"),a=0;a<p.length;)jQuery(p[a]).html(""),a++;for(p=jQuery(".wppa-search-sub-box"),a=0;a<p.length;)jQuery(p[a]).attr("disabled","disabled"),a++}function wppaEnableSubsearch(){for(var p=jQuery(".wppa-search-sub-box"),a=0;a<p.length;)jQuery(p[a]).removeAttr("disabled"),a++}function wppaDisplaySelectedFiles(p){for(var a=jQuery("#"+p),e=0,t="";e<a[0].files.length;)t+=a[0].files[e].name+" ",e++;jQuery("#"+p+"-display").val(t)}var wppaJsVersion="6.7.03",wppaVersion="0",wppaIsIe=!1,wppaUseSvg=!0,wppaDebug,wppaFullValign=[],wppaFullHalign=[],wppaFullFrameDelta=[],wppaAnimationSpeed,wppaImageDirectory,wppaAutoColumnWidth=[],wppaAutoColumnFrac=[],wppaThumbnailAreaDelta,wppaSlideShowTimeOut=2500,wppaFadeInAfterFadeOut=!1,wppaTextFrameDelta=0,wppaBoxDelta=0,wppaPreambule,wppaHideWhenEmpty=!1,wppaThumbnailPitch=[],wppaFilmStripLength=[],wppaFilmStripMargin=[],wppaFilmStripAreaDelta=[],wppaFilmShowGlue=!1,wppaIsMini=[],wppaPortraitOnly=[],wppaSlideShow,wppaPhoto,wppaOf,wppaNextPhoto,wppaPreviousPhoto,wppaNextP,wppaPrevP,wppaAvgRating,wppaMyRating,wppaAvgRat,wppaMyRat,wppaDislikeMsg,wppaMiniTreshold=300,wppaStart="Start",wppaStop="Stop",wppaPleaseName,wppaPleaseEmail,wppaPleaseComment,wppaRatingOnce=!0,wppaBGcolorNumbar="transparent",wppaBcolorNumbar="transparent",wppaBGcolorNumbarActive="transparent",wppaBcolorNumbarActive="transparent",wppaFontFamilyNumbar="",wppaFontSizeNumbar="",wppaFontColorNumbar="",wppaFontWeightNumbar="",wppaFontFamilyNumbarActive="",wppaFontSizeNumbarActive="",wppaFontColorNumbarActive="",wppaFontWeightNumbarActive="",wppaNumbarMax="10",wppaAjaxUrl="",wppaLang="",wppaNextOnCallback=!1,wppaStarOpacity=.2,wppaSlideWrap=!0,wppaLightBox=[],wppaEmailRequired="required",wppaSlideBorderWidth=0,wppaSlideInitRunning=[],wppaAnimationType="fadeover",wppaSlidePause=[],wppaSlideBlank=[],wppaRatingMax=5,wppaRatingDisplayType="graphic",wppaRatingPrec=2,wppaFilmPageSize=[],wppaAspectRatio=[],wppaFullSize=[],wppaStretch=!1,wppaThumbSpaceAuto=!1,wppaMinThumbSpace=4,wppaMagnifierCursor="",wppaArtMonkyLink="none",wppaAutoOpenComments=!1,wppaUpdateAddressLine=!1,wppaFilmThumbTitle="",wppaClickToView="",wppaUploadUrl="",wppaVoteForMe="",wppaVotedForMe="",wppaSlideSwipe=!0,wppaLightboxSingle=[],wppaMaxCoverWidth=300,wppaDownLoad="Download",wppaSiteUrl="",wppaWppaUrl="",wppaIncludeUrl="",wppaSlideToFullpopup=!1,wppaComAltSize=75,wppaBumpViewCount=!0,wppaBumpClickCount=!1,wppaFotomoto=!1,wppaArtMonkeyButton=!0,wppaShortQargs=!1,wppaOvlHires=!1,wppaMasonryCols=[],wppaVideoPlaying=[],wppaAudioPlaying=[],wppaSlideVideoStart=!1,wppaSlideAudioStart=!1,wppaAudioHeight=28,wppaHis=0,wppaStartHtml=[],wppaCanAjaxRender=!1,wppaCanPushState=!1,wppaAllowAjax=!0,wppaMaxOccur=0,wppaFirstOccur=0,wppaUsePhotoNamesInUrls=!1,wppaShareHideWhenRunning=!1,wppaCommentRequiredAfterVote=!0,wppaTopMoc=0,wppaColWidth=[],wppaFotomotoHideWhenRunning=!1,wppaFotomotoMinWidth=400,wppaPhotoView=[],wppaBackgroundColorImage="",wppaPopupLinkType="",wppaPopupOnclick=[],wppaThumbTargetBlank=!1,wppaRel="rel",wppaEditPhotoWidth="960",wppaThemeStyles="",wppaStickyHeaderHeight=0,wppaRenderModal=!1,wppaModalBgColor="#ffffff",wppaBoxRadius=0,wppaModalQuitImg,wppaUploadEdit="none",wppaPageArg="",wppaSlideshowNavigationType="icons",wppaCoverImageResponsive=[],wppaSearchBoxSelItems=[],_wppaId=[],_wppaAvg=[],_wppaDisc=[],_wppaMyr=[],_wppaVRU=[],_wppaLinkUrl=[],_wppaLinkTitle=[],_wppaLinkTarget=[],_wppaCommentHtml=[],_wppaIptcHtml=[],_wppaExifHtml=[],_wppaToTheSame=!1,_wppaSlides=[],_wppaNames=[],_wppaFullNames=[],_wppaDsc=[],_wppaOgDsc=[],_wppaCurIdx=[],_wppaNxtIdx=[],_wppaTimeOut=[],_wppaSSRuns=[],_wppaFg=[],_wppaTP=[],_wppaIsBusy=[],_wppaFirst=[],_wppaVoteInProgress=!1,_wppaTextDelay,_wppaUrl=[],_wppaSkipRated=[],_wppaLbTitle=[],_wppaStateCount=0,_wppaDidGoto=[],_wppaShareUrl=[],_wppaShareHtml=[],_wppaFilmNoMove=[],_wppaHiresUrl=[],_wppaIsVideo=[],_wppaVideoHtml=[],_wppaAudioHtml=[],_wppaVideoNatWidth=[],_wppaVideoNatHeight=[],_wppaWaitTexts=[],_wppaImageAlt=[],__wppaOverruleRun=!1,wppaOvlUrls,wppaOvlTitles,wppaOvlAlts,wppaOvlIdx=0,wppaOvlFirst=!0,wppaOvlKbHandler="",wppaOvlSizeHandler="",wppaOvlPadTop=5,wppaOvlIsSingle,wppaOvlRunning=!1,wppaOvlVideoHtmls,wppaOvlAudioHtmls,wppaOvlVideoNaturalWidths,wppaOvlVideoNaturalHeights,wppaOvlModeInitial="normal",wppaOvlVideoPlaying=!1,wppaOvlAudioPlaying=!1,wppaOvlShowLegenda=!0,wppaOvlShowStartStop=!0,wppaOvlRadius=0,wppaOvlBorderWidth=16,wppaOvlOpen=!1,wppaOvlTxtHeight=36,wppaOvlOpacity=.8,wppaOvlOnclickType="none",wppaOvlTheme="black",wppaOvlAnimSpeed=300,wppaOvlSlideSpeed=3e3,wppaVer4WindowWidth=800,wppaVer4WindowHeight=600,wppaOvlFontFamily="Helvetica",wppaOvlFontSize="10",wppaOvlFontColor="",wppaOvlFontWeight="bold",wppaOvlLineHeight="12",wppaOvlShowCounter=!0,wppaOvlIsVideo=!1,wppaShowLegenda="",wppaOvlFsPhotoId=0,wppaPhotoId=0,wppaOvlVideoStart=!1,wppaOvlAudioStart=!1,wppaLastIptc="",wppaLastExif="",wppaIsMobile=!1,wppaSvgFillcolor="gray",wppaSvgBgcolor="transparent",wppaSvgCornerStyle="light";jQuery(document).ready(function(){wppaDoInit(!1),setTimeout(function(){wppaDoInit(!0)},1e3)}),jQuery(document).ready(function(p){if(wppaAllowAjax&&jQuery.ajax&&(wppaCanAjaxRender=!0),void 0!==history.pushState){for(var a=1;a<=wppaMaxOccur;)wppaStartHtml[a]=jQuery("#wppa-container-"+a).html(),a++;wppaCanPushState=!0}});var wppaFotomotoLoaded=!1,wppaFotomotoToolbarIds=[];window.onpopstate=function(p){var a=0;if(wppaCanPushState){if(p.state)switch(a=p.state.occur,p.state.type){case"html":jQuery("#wppa-container-"+a).html(p.state.html);break;case"slide":_wppaGoto(a,p.state.slide)}else if(wppaUpdateAddressLine){if(a=wppaFirstOccur,jQuery("#wppa-container-"+a).html(wppaStartHtml[a]),wppaFirstOccur=0,0==a){t=(e=document.location.href).split("&wppa-occur=");a=parseInt(t[1])}var e=document.location.href,t=e.split("&wppa-photo="),o=parseInt(t[1]);if(o>0){for(var s=0;s<_wppaId[a].length&&_wppaId[a][s]!=o;)s++;s<_wppaId[a].length&&_wppaGoto(a,s)}}document.getElementById("theslide0-"+a)&&_wppaStop(a)}"undefined"!=typeof wppaQRUpdate&&wppaQRUpdate(document.location.href)};var wppaFbInitBusy=!1;wppaConsoleLog("wppa.js version "+wppaJsVersion+" loaded.","force");
languages/wp-photo-album-plus-da_DK.mo CHANGED
Binary file
languages/wp-photo-album-plus-da_DK.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Photo Album Plus\n"
4
- "POT-Creation-Date: 2017-07-13 13:51+0200\n"
5
- "PO-Revision-Date: 2017-07-13 13:51+0200\n"
6
  "Last-Translator: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
7
  "Language-Team: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
8
  "Language: da_DK\n"
@@ -38,8 +38,8 @@ msgstr "Rediger"
38
  msgid "Warning. No page defined for search results!"
39
  msgstr "Advarsel. Ingen side defineret for søgeresultater!"
40
 
41
- #: theme/photo-album-search-page.php:39 wppa-boxes-html.php:208
42
- #: wppa-settings-autosave.php:384 wppa-settings-autosave.php:3364
43
  msgid "Search"
44
  msgstr "Søg"
45
 
@@ -70,7 +70,7 @@ msgid "Next page"
70
  msgstr "Næste side"
71
 
72
  #: theme/search-2016.php:48 wppa-settings-autosave.php:382
73
- #: wppa-settings-autosave.php:1635 wppa-settings-autosave.php:9396
74
  msgid "Page"
75
  msgstr "Side"
76
 
@@ -302,7 +302,7 @@ msgid "Photo of the day Widget"
302
  msgstr ""
303
 
304
  #: wppa-admin.php:69 wppa-adminbar.php:89 wppa-potd-widget.php:64
305
- #: wppa-settings-autosave.php:6270 wppa-setup.php:1744
306
  msgid "Photo of the day"
307
  msgstr ""
308
 
@@ -312,7 +312,7 @@ msgstr ""
312
 
313
  #: wppa-admin.php:70 wppa-adminbar.php:96 wppa-settings-autosave.php:373
314
  #: wppa-settings-autosave.php:3189 wppa-settings-autosave.php:6271
315
- #: wppa-settings-autosave.php:9195 wppa-settings-autosave.php:9240
316
  msgid "Comments"
317
  msgstr ""
318
 
@@ -345,7 +345,7 @@ msgid "Import"
345
  msgstr ""
346
 
347
  #: wppa-admin.php:131 wppa-comment-admin.php:115
348
- #: wppa-settings-autosave.php:10511
349
  msgid "Update"
350
  msgstr ""
351
 
@@ -355,7 +355,7 @@ msgid "Photo Albums"
355
  msgstr ""
356
 
357
  #: wppa-adminbar.php:150 wppa-featen-widget.php:204 wppa-lasten-widget.php:207
358
- #: wppa-potd-admin.php:331 wppa-search-widget.php:134
359
  #: wppa-slideshow-widget.php:197 wppa-thumbnail-widget.php:190
360
  #: wppa-topten-widget.php:331 wppa-topten-widget.php:372
361
  #: wppa-upload-widget.php:101
@@ -387,7 +387,7 @@ msgstr ""
387
  #: wppa-album-widget.php:325 wppa-bestof-widget.php:129
388
  #: wppa-comment-widget.php:122 wppa-featen-widget.php:196 wppa-gp-widget.php:85
389
  #: wppa-lasten-widget.php:197 wppa-multitag-widget.php:76
390
- #: wppa-potd-widget.php:216 wppa-qr-widget.php:92 wppa-search-widget.php:104
391
  #: wppa-slideshow-widget.php:189 wppa-stereo-widget.php:69
392
  #: wppa-super-view-widget.php:73 wppa-tagcloud-widget.php:72
393
  #: wppa-thumbnail-widget.php:179 wppa-topten-widget.php:326
@@ -642,8 +642,8 @@ msgstr ""
642
  #: wppa-ajax.php:1172 wppa-ajax.php:1847 wppa-album-admin-autosave.php:488
643
  #: wppa-album-admin-autosave.php:537 wppa-album-admin-autosave.php:1462
644
  #: wppa-album-admin-autosave.php:1600 wppa-album-admin-autosave.php:1835
645
- #: wppa-album-admin-autosave.php:1931 wppa-boxes-html.php:450
646
- #: wppa-boxes-html.php:564 wppa-photo-admin-autosave.php:2525
647
  #: wppa-photo-admin-autosave.php:2721 wppa-photo-admin-autosave.php:3145
648
  #: wppa-potd-admin.php:71 wppa-potd-admin.php:358
649
  #: wppa-settings-autosave.php:518 wppa-settings-autosave.php:689
@@ -656,8 +656,8 @@ msgstr ""
656
  #: wppa-settings-autosave.php:5167 wppa-settings-autosave.php:6230
657
  #: wppa-settings-autosave.php:6746 wppa-settings-autosave.php:6995
658
  #: wppa-settings-autosave.php:7017 wppa-settings-autosave.php:7868
659
- #: wppa-settings-autosave.php:7892 wppa-settings-autosave.php:9189
660
- #: wppa-settings-autosave.php:9912 wppa-settings-autosave.php:10068
661
  #: wppa-thumbnail-widget.php:195 wppa-upload.php:290
662
  msgid "Name"
663
  msgstr "Navn"
@@ -676,10 +676,10 @@ msgstr "Navn"
676
  #: wppa-settings-autosave.php:5168 wppa-settings-autosave.php:6231
677
  #: wppa-settings-autosave.php:6747 wppa-settings-autosave.php:6996
678
  #: wppa-settings-autosave.php:7018 wppa-settings-autosave.php:7869
679
- #: wppa-settings-autosave.php:7893 wppa-settings-autosave.php:9913
680
- #: wppa-settings-autosave.php:9935 wppa-settings-autosave.php:9975
681
- #: wppa-settings-autosave.php:9997 wppa-settings-autosave.php:10043
682
- #: wppa-settings-autosave.php:10069
683
  msgid "Description"
684
  msgstr ""
685
 
@@ -723,7 +723,7 @@ msgstr "Link til"
723
 
724
  #: wppa-ajax.php:1212 wppa-ajax.php:1871 wppa-album-admin-autosave.php:1483
725
  #: wppa-album-admin-autosave.php:1621 wppa-album-admin-autosave.php:1856
726
- #: wppa-album-admin-autosave.php:1952 wppa-boxes-html.php:572
727
  #: wppa-photo-admin-autosave.php:2528 wppa-photo-admin-autosave.php:2724
728
  #: wppa-potd-admin.php:139 wppa-topten-widget.php:369
729
  msgid "Owner"
@@ -866,7 +866,7 @@ msgid "Could not remake thumbnail"
866
  msgstr ""
867
 
868
  #: wppa-ajax.php:1529 wppa-potd-admin.php:100 wppa-settings-autosave.php:3885
869
- #: wppa-settings-autosave.php:9888 wppa-tinymce-shortcodes.php:628
870
  msgid "left"
871
  msgstr ""
872
 
@@ -875,7 +875,7 @@ msgid "180&deg;"
875
  msgstr ""
876
 
877
  #: wppa-ajax.php:1535 wppa-potd-admin.php:100 wppa-settings-autosave.php:3885
878
- #: wppa-settings-autosave.php:9890 wppa-tinymce-shortcodes.php:630
879
  msgid "right"
880
  msgstr ""
881
 
@@ -909,7 +909,7 @@ msgstr ""
909
  msgid "A photo with filename %s already exists in album %s."
910
  msgstr ""
911
 
912
- #: wppa-ajax.php:1765 wppa-ajax.php:1795 wppa-functions.php:4309
913
  #, php-format
914
  msgid "Album %s does not exist"
915
  msgstr ""
@@ -946,8 +946,8 @@ msgstr ""
946
  #: wppa-ajax.php:1843 wppa-ajax.php:1891 wppa-comment-admin.php:186
947
  #: wppa-photo-admin-autosave.php:2527 wppa-photo-admin-autosave.php:2723
948
  #: wppa-settings-autosave.php:7021 wppa-settings-autosave.php:7872
949
- #: wppa-settings-autosave.php:9936 wppa-settings-autosave.php:9976
950
- #: wppa-settings-autosave.php:9998 wppa-settings-autosave.php:10044
951
  msgid "Status"
952
  msgstr ""
953
 
@@ -1479,7 +1479,7 @@ msgstr ""
1479
  msgid "Manage Trashed Photos"
1480
  msgstr ""
1481
 
1482
- #: wppa-album-admin-autosave.php:155 wppa-functions.php:4233
1483
  #: wppa-settings-autosave.php:8364 wppa-wpdb-insert.php:367
1484
  msgid "New Album"
1485
  msgstr "Nyt Album"
@@ -1819,7 +1819,7 @@ msgstr ""
1819
  msgid "Type the name of the album. Do not leave this empty."
1820
  msgstr ""
1821
 
1822
- #: wppa-album-admin-autosave.php:713 wppa-functions.php:4273
1823
  #: wppa-photo-admin-autosave.php:1674 wppa-photo-admin-autosave.php:1725
1824
  msgid "Description:"
1825
  msgstr ""
@@ -1898,8 +1898,8 @@ msgstr ""
1898
  msgid "Link to:"
1899
  msgstr ""
1900
 
1901
- #: wppa-album-admin-autosave.php:907 wppa-settings-autosave.php:10637
1902
- #: wppa-settings-autosave.php:10679 wppa-settings-autosave.php:10731
1903
  msgid "There are no pages (yet) to link to."
1904
  msgstr ""
1905
 
@@ -2026,12 +2026,12 @@ msgstr ""
2026
  msgid "Edit photo"
2027
  msgstr "N&aelig;ste billede"
2028
 
2029
- #: wppa-album-admin-autosave.php:1198 wppa-boxes-html.php:1896
2030
- #: wppa-boxes-html.php:1899
2031
  msgid "Delete Album"
2032
  msgstr ""
2033
 
2034
- #: wppa-album-admin-autosave.php:1200 wppa-boxes-html.php:855
2035
  #: wppa-breadcrumb.php:330 wppa-breadcrumb.php:354 wppa-breadcrumb.php:384
2036
  #: wppa-breadcrumb.php:404 wppa-breadcrumb.php:498 wppa-breadcrumb.php:525
2037
  #: wppa-breadcrumb.php:698 wppa-upload.php:187 wppa-upload.php:330
@@ -2055,7 +2055,7 @@ msgstr ""
2055
  #: wppa-album-admin-autosave.php:1519 wppa-album-admin-autosave.php:1559
2056
  #: wppa-album-admin-autosave.php:1657 wppa-album-admin-autosave.php:1892
2057
  #: wppa-album-admin-autosave.php:1988 wppa-album-admin-autosave.php:2262
2058
- #: wppa-boxes-html.php:970 wppa-comment-admin.php:142
2059
  #: wppa-comment-admin.php:205 wppa-functions.php:2163 wppa-links.php:816
2060
  #: wppa-links.php:834 wppa-photo-admin-autosave.php:2428
2061
  #: wppa-photo-admin-autosave.php:2572 wppa-thumbnails.php:673
@@ -2371,7 +2371,7 @@ msgid_plural "%d photos"
2371
  msgstr[0] ""
2372
  msgstr[1] ""
2373
 
2374
- #: wppa-album-covers.php:1535 wppa-boxes-html.php:1317 wppa-boxes-html.php:1635
2375
  #: wppa-breadcrumb.php:175 wppa-breadcrumb.php:181 wppa-breadcrumb.php:188
2376
  #: wppa-breadcrumb.php:434 wppa-breadcrumb.php:436 wppa-breadcrumb.php:442
2377
  #: wppa-breadcrumb.php:444 wppa-breadcrumb.php:452 wppa-breadcrumb.php:468
@@ -2388,9 +2388,9 @@ msgstr "Nyt!"
2388
  msgid "New"
2389
  msgstr "Ny"
2390
 
2391
- #: wppa-album-covers.php:1860 wppa-boxes-html.php:879 wppa-non-admin.php:850
2392
  #: wppa-settings-autosave.php:2363 wppa-settings-autosave.php:5800
2393
- #: wppa-settings-autosave.php:8919
2394
  msgid "Slideshow"
2395
  msgstr "Slideshow"
2396
 
@@ -2429,7 +2429,7 @@ msgstr ""
2429
  msgid "--- all separate albums ---"
2430
  msgstr ""
2431
 
2432
- #: wppa-album-navigator-widget.php:104 wppa-common-functions.php:1758
2433
  #: wppa-items.php:492
2434
  msgid "--- owner/public ---"
2435
  msgstr "---ejer/offentlige---"
@@ -2508,7 +2508,7 @@ msgstr ""
2508
  msgid "Max number of thumbnails"
2509
  msgstr ""
2510
 
2511
- #: wppa-bestof-widget.php:135 wppa-boxes-html.php:424 wppa-breadcrumb.php:178
2512
  msgid "Photos"
2513
  msgstr "Foto's"
2514
 
@@ -2573,7 +2573,7 @@ msgstr ""
2573
  msgid "Show number of ratings"
2574
  msgstr ""
2575
 
2576
- #: wppa-bestof-widget.php:185 wppa-common-functions.php:1740
2577
  #: wppa-import.php:1660 wppa-items.php:465 wppa-potd-admin.php:100
2578
  #: wppa-potd-admin.php:136 wppa-settings-autosave.php:1436
2579
  #: wppa-settings-autosave.php:1812 wppa-settings-autosave.php:2017
@@ -2584,8 +2584,8 @@ msgstr ""
2584
  #: wppa-settings-autosave.php:5874 wppa-settings-autosave.php:6547
2585
  #: wppa-settings-autosave.php:6707 wppa-settings-autosave.php:8320
2586
  #: wppa-settings-autosave.php:8539 wppa-settings-autosave.php:8615
2587
- #: wppa-settings-autosave.php:9591 wppa-settings-autosave.php:9748
2588
- #: wppa-settings-autosave.php:9887 wppa-thumbnail-widget.php:193
2589
  #: wppa-tinymce-shortcodes.php:627 wppa-watermark.php:590
2590
  msgid "--- none ---"
2591
  msgstr "--- ingen ---"
@@ -2610,241 +2610,240 @@ msgstr ""
2610
  msgid "All the authors photos, slideshow"
2611
  msgstr ""
2612
 
2613
- #: wppa-boxes-html.php:139 wppa-boxes-html.php:286
2614
  msgid "Photo search results"
2615
  msgstr "Foto søgeresultater"
2616
 
2617
- #: wppa-boxes-html.php:169 wppa-boxes-html.php:443
2618
  msgid "Category"
2619
  msgstr "Kategori"
2620
 
2621
- #: wppa-boxes-html.php:186 wppa-common-functions.php:1746 wppa-items.php:483
2622
  #: wppa-multitag-widget.php:84 wppa-multitag-widget.php:93
2623
  #: wppa-slideshow-widget.php:193 wppa-tagcloud-widget.php:77
2624
  #: wppa-tagcloud-widget.php:90
2625
  msgid "--- all ---"
2626
  msgstr "--- alle ---"
2627
 
2628
- #: wppa-boxes-html.php:202
2629
- msgctxt "wp-photo-album-plus"
2630
  msgid "Search photos &hellip;"
2631
- msgstr ""
2632
 
2633
- #: wppa-boxes-html.php:418 wppa-breadcrumb.php:163 wppa-lasten-widget.php:214
2634
  #: wppa-settings-autosave.php:371
2635
  msgid "Albums"
2636
  msgstr "Album"
2637
 
2638
- #: wppa-boxes-html.php:456 wppa-boxes-html.php:589 wppa-gp-widget.php:31
2639
  #: wppa-gp-widget.php:81 wppa-settings-autosave.php:1705
2640
  #: wppa-settings-autosave.php:8435 wppa-settings-autosave.php:8446
2641
  msgid "Text"
2642
  msgstr "Tekst"
2643
 
2644
- #: wppa-boxes-html.php:472 wppa-boxes-html.php:526 wppa-boxes-html.php:672
2645
- #: wppa-boxes-html.php:702
2646
  msgid "CTRL+Click to add/remove option."
2647
  msgstr "CTRL + Klik for at tilføje / fjerne mulighed."
2648
 
2649
- #: wppa-boxes-html.php:473 wppa-boxes-html.php:527 wppa-boxes-html.php:673
2650
- #: wppa-boxes-html.php:703
2651
  msgid "Items must meet all selected options."
2652
  msgstr "Elementer skal opfylde alle valgte indstillinger."
2653
 
2654
- #: wppa-boxes-html.php:581 wppa-settings-autosave.php:9933
2655
- #: wppa-settings-autosave.php:9973 wppa-settings-autosave.php:9995
2656
- #: wppa-settings-autosave.php:10041
2657
  msgid "Tag"
2658
  msgstr "Tag"
2659
 
2660
- #: wppa-boxes-html.php:597
2661
  msgid "Iptc"
2662
  msgstr "Iptc"
2663
 
2664
- #: wppa-boxes-html.php:606
2665
  msgid "Exif"
2666
  msgstr "Exif"
2667
 
2668
- #: wppa-boxes-html.php:804 wppa-boxes-html.php:883
2669
  msgid "Submit"
2670
  msgstr "Indsend"
2671
 
2672
- #: wppa-boxes-html.php:846
2673
  msgid "Super View Photos"
2674
  msgstr "Super View Billeder"
2675
 
2676
- #: wppa-boxes-html.php:871 wppa-settings-autosave.php:388
2677
  #: wppa-settings-autosave.php:5034
2678
  msgid "Thumbnails"
2679
  msgstr "Miniatyrbilder"
2680
 
2681
- #: wppa-boxes-html.php:981
2682
  msgid "No zipfiles available"
2683
  msgstr ""
2684
 
2685
- #: wppa-boxes-html.php:1013
2686
  msgid "Tagged photos"
2687
  msgstr "Tagged fotos"
2688
 
2689
- #: wppa-boxes-html.php:1027
2690
  msgid "Please select a tagcloud landing page in Table VI-C3b"
2691
  msgstr "V&aelig;lg en side, hvor tag-skyen skal vises i Tabel VI-C3b"
2692
 
2693
- #: wppa-boxes-html.php:1087
2694
  msgid "Multi Tagged photos"
2695
  msgstr "Multi Tagged billeder"
2696
 
2697
- #: wppa-boxes-html.php:1102
2698
  msgid "Please select a multitag landing page in Table VI-C4b"
2699
  msgstr "V&aelig;lg en side, hvor multi-tag skal vises i Tabel VI-C4b"
2700
 
2701
- #: wppa-boxes-html.php:1147
2702
  msgid "Please check the tag(s) that the photos must have"
2703
  msgstr "Unders&oslash;g de tag(s) som dine fotos har"
2704
 
2705
- #: wppa-boxes-html.php:1178
2706
  msgid "And"
2707
  msgstr "og"
2708
 
2709
- #: wppa-boxes-html.php:1189
2710
  msgid "Or"
2711
  msgstr "Eller"
2712
 
2713
- #: wppa-boxes-html.php:1204
2714
  msgid "Inverse selection"
2715
  msgstr "Invertér udvalg"
2716
 
2717
- #: wppa-boxes-html.php:1257
2718
  msgid "Find!"
2719
  msgstr "Find!"
2720
 
2721
- #: wppa-boxes-html.php:1288
2722
  msgid "Social media landing page"
2723
  msgstr "Sociale medier destinationsside"
2724
 
2725
- #: wppa-boxes-html.php:1318 wppa-utils.php:1579
2726
  #, php-format
2727
  msgid "See this image on %s"
2728
  msgstr "Se dette billed p&aring; %s"
2729
 
2730
- #: wppa-boxes-html.php:1347 wppa-boxes-html.php:1655 wppa-qr-widget.php:47
2731
  msgid "QR code"
2732
  msgstr "QR kode"
2733
 
2734
- #: wppa-boxes-html.php:1392 wppa-boxes-html.php:1687
2735
  #, php-format
2736
  msgid "Tweet %s on Twitter"
2737
  msgstr "Tweet %s p&aring; Twitter"
2738
 
2739
- #: wppa-boxes-html.php:1399 wppa-boxes-html.php:1694
2740
  msgid "Share on Twitter"
2741
  msgstr "Del på Twitter"
2742
 
2743
- #: wppa-boxes-html.php:1412 wppa-boxes-html.php:1707
2744
  #, php-format
2745
  msgid "Share %s on Google+"
2746
  msgstr "Del %s p&aring; Google+"
2747
 
2748
- #: wppa-boxes-html.php:1419 wppa-boxes-html.php:1715
2749
  msgid "Share on Google+"
2750
  msgstr "Del på Google+"
2751
 
2752
- #: wppa-boxes-html.php:1434
2753
  #, php-format
2754
  msgid "Share %s on Pinterest"
2755
  msgstr "Del %s p&aring; Pinterest"
2756
 
2757
- #: wppa-boxes-html.php:1444
2758
  msgid "Share on Pinterest"
2759
  msgstr "Del på Pinterest"
2760
 
2761
- #: wppa-boxes-html.php:1476
2762
  #, php-format
2763
  msgid "Share %s on LinkedIn"
2764
  msgstr ""
2765
 
2766
- #: wppa-boxes-html.php:1592 wppa-boxes-html.php:1791
2767
  msgid "Comment on Facebook:"
2768
  msgstr "Kommentar på Facebook:"
2769
 
2770
- #: wppa-boxes-html.php:1636
2771
  #, php-format
2772
  msgid "See this article on %s"
2773
  msgstr ""
2774
 
2775
- #: wppa-boxes-html.php:1894 wppa-import.php:1347
2776
  msgid "Working..."
2777
  msgstr "Arbejder…"
2778
 
2779
- #: wppa-boxes-html.php:1991
2780
  msgid "Create Sub Album"
2781
  msgstr ""
2782
 
2783
- #: wppa-boxes-html.php:1991
2784
  msgid "Create Album"
2785
  msgstr "Opret album"
2786
 
2787
- #: wppa-boxes-html.php:2039
2788
  msgid "Enter album name."
2789
  msgstr "Indtast albummets navn."
2790
 
2791
- #: wppa-boxes-html.php:2041 wppa-boxes-html.php:3053
2792
  msgid "Don't leave this blank!"
2793
  msgstr "Lad ikke dette tomt!"
2794
 
2795
- #: wppa-boxes-html.php:2062
2796
  msgid "Enter album description"
2797
  msgstr "Indtast album beskrivelse"
2798
 
2799
- #: wppa-boxes-html.php:2090
2800
  msgid "Create album"
2801
  msgstr "Opret album"
2802
 
2803
- #: wppa-boxes-html.php:2250 wppa-boxes-html.php:2264 wppa-functions.php:4507
2804
  msgid "Max uploads reached"
2805
  msgstr "Maks. antal indsendinger er opn&aring;et"
2806
 
2807
- #: wppa-boxes-html.php:2329 wppa-upload.php:210
2808
  msgid "Upload Photo"
2809
  msgstr "Indsend foto"
2810
 
2811
- #: wppa-boxes-html.php:2404
2812
  msgid "Enter album id"
2813
  msgstr ""
2814
 
2815
- #: wppa-boxes-html.php:2433
2816
  msgid "Select Photo / Video / Camera"
2817
  msgstr ""
2818
 
2819
- #: wppa-boxes-html.php:2436
2820
  msgid "Select Photo / Camera"
2821
  msgstr ""
2822
 
2823
- #: wppa-boxes-html.php:2441
2824
  msgid "Select Photo / Video"
2825
  msgstr ""
2826
 
2827
- #: wppa-boxes-html.php:2444
2828
  msgid "Select Photo"
2829
  msgstr ""
2830
 
2831
- #: wppa-boxes-html.php:2451
2832
  msgid "Select Photos / Video / Camera"
2833
  msgstr ""
2834
 
2835
- #: wppa-boxes-html.php:2454
2836
  msgid "Select Photos / Camera"
2837
  msgstr ""
2838
 
2839
- #: wppa-boxes-html.php:2459
2840
  msgid "Select Photos / Video"
2841
  msgstr ""
2842
 
2843
- #: wppa-boxes-html.php:2462
2844
  msgid "Select Photos"
2845
  msgstr ""
2846
 
2847
- #: wppa-boxes-html.php:2512
2848
  #, php-format
2849
  msgid "You may upload %d photo"
2850
  msgid_plural ""
@@ -2853,32 +2852,32 @@ msgid_plural ""
2853
  msgstr[0] ""
2854
  msgstr[1] ""
2855
 
2856
- #: wppa-boxes-html.php:2521
2857
  #, php-format
2858
  msgid "Min photo size: %d pixels"
2859
  msgstr ""
2860
 
2861
- #: wppa-boxes-html.php:2528
2862
  #, php-format
2863
  msgid "Max photo size: %d pixels"
2864
  msgstr ""
2865
 
2866
- #: wppa-boxes-html.php:2536
2867
  #, php-format
2868
  msgid "Max photo size: %d x %d (%2.1f MegaPixel)"
2869
  msgstr "Maks. foto st&oslash;rrelse: %d x %d (%2.1f MegaPixel)"
2870
 
2871
- #: wppa-boxes-html.php:2566 wppa-import.php:578 wppa-upload.php:196
2872
  #: wppa-upload.php:340 wppa-upload.php:417
2873
  msgid "Apply watermark file:"
2874
  msgstr "Inds&aelig;t vandm&aelig;rke:"
2875
 
2876
- #: wppa-boxes-html.php:2588 wppa-import.php:582 wppa-upload.php:200
2877
  #: wppa-upload.php:344 wppa-upload.php:421
2878
  msgid "Position:"
2879
  msgstr "Position:"
2880
 
2881
- #: wppa-boxes-html.php:2616
2882
  msgid ""
2883
  "If you leave this blank, iptc tag 005 (Graphic name) will be used as "
2884
  "photoname if available, else the original filename will be used as photo "
@@ -2888,7 +2887,7 @@ msgstr ""
2888
  "som photoname hvis tilgængelig, ellers det oprindelige filnavn vil blive "
2889
  "brugt som foto navn."
2890
 
2891
- #: wppa-boxes-html.php:2621
2892
  msgid ""
2893
  "If you leave this blank, iptc tag 120 (Caption) will be used as photoname if "
2894
  "available, else the original filename will be used as photo name."
@@ -2897,202 +2896,202 @@ msgstr ""
2897
  "photoname hvis tilgængelig, ellers det oprindelige filnavn vil blive brugt "
2898
  "som foto navn."
2899
 
2900
- #: wppa-boxes-html.php:2626
2901
  msgid "If you leave this blank, \"Photo photoid\" will be used as photo name."
2902
  msgstr ""
2903
 
2904
- #: wppa-boxes-html.php:2632
2905
  msgid ""
2906
  "If you leave this blank, the original filename will be used as photo name."
2907
  msgstr ""
2908
  "Hvis du ikke udfylder dette felt, s&aring; vil filens navn blive brugt som "
2909
  "foto navn"
2910
 
2911
- #: wppa-boxes-html.php:2637 wppa-settings-autosave.php:1751
2912
  msgid "Photo name"
2913
  msgstr ""
2914
 
2915
- #: wppa-boxes-html.php:2655
2916
  msgid "Photo description"
2917
  msgstr ""
2918
 
2919
- #: wppa-boxes-html.php:2683
2920
  msgid "hidden"
2921
  msgstr "skjult"
2922
 
2923
- #: wppa-boxes-html.php:2754
2924
  msgid "Preview tags:"
2925
  msgstr "Eksempel tags:"
2926
 
2927
- #: wppa-boxes-html.php:2775
2928
  msgid "Blog it?"
2929
  msgstr ""
2930
 
2931
- #: wppa-boxes-html.php:2785 wppa-boxes-html.php:2860
2932
  msgid "Upload and blog"
2933
  msgstr ""
2934
 
2935
- #: wppa-boxes-html.php:2789 wppa-boxes-html.php:2860
2936
  msgid "Upload photo"
2937
  msgstr "Upload foto"
2938
 
2939
- #: wppa-boxes-html.php:2813
2940
  msgid "Post title:"
2941
  msgstr ""
2942
 
2943
- #: wppa-boxes-html.php:2823
2944
  msgid "Text BEFORE the image:"
2945
  msgstr ""
2946
 
2947
- #: wppa-boxes-html.php:2833
2948
  msgid "Text AFTER the image:"
2949
  msgstr ""
2950
 
2951
- #: wppa-boxes-html.php:2853
2952
  msgid "Please select an album and try again"
2953
  msgstr "Vælg et album, og prøv igen"
2954
 
2955
- #: wppa-boxes-html.php:2925
2956
  msgid "Processing..."
2957
  msgstr ""
2958
 
2959
- #: wppa-boxes-html.php:2930 wppa-import.php:153
2960
  msgid "Done!"
2961
  msgstr ""
2962
 
2963
- #: wppa-boxes-html.php:2938
2964
  msgid "ERROR: unable to upload files."
2965
  msgstr "FEJL: ude af stand til at uploade filer."
2966
 
2967
- #: wppa-boxes-html.php:2992
2968
  msgid "Edit Album Info"
2969
  msgstr ""
2970
 
2971
- #: wppa-boxes-html.php:3051
2972
  msgid "Enter album name"
2973
  msgstr "Indtast albummets navn"
2974
 
2975
- #: wppa-boxes-html.php:3073
2976
  msgid "Album description:"
2977
  msgstr "Album beskrivelse:"
2978
 
2979
- #: wppa-boxes-html.php:3127
2980
  msgid "Update album"
2981
  msgstr "Opdater album"
2982
 
2983
- #: wppa-boxes-html.php:3196
2984
  msgid "wrote:"
2985
  msgstr "skrev:"
2986
 
2987
- #: wppa-boxes-html.php:3258
2988
  msgid "Avatar"
2989
  msgstr "Profilbillede"
2990
 
2991
- #: wppa-boxes-html.php:3310 wppa-links.php:860
2992
  msgid "Awaiting moderation"
2993
  msgstr "Venter p&aring; godkendelse"
2994
 
2995
- #: wppa-boxes-html.php:3313
2996
  msgid "Marked as spam"
2997
  msgstr "Markeret som spam"
2998
 
2999
- #: wppa-boxes-html.php:3337
3000
  msgid "Edit!"
3001
  msgstr "Rediger!"
3002
 
3003
- #: wppa-boxes-html.php:3341
3004
  msgid "Send!"
3005
  msgstr "Send"
3006
 
3007
- #: wppa-boxes-html.php:3402
3008
  msgid "Your name:"
3009
  msgstr "Dit navn"
3010
 
3011
- #: wppa-boxes-html.php:3417
3012
  msgid "Your email:"
3013
  msgstr "Din email"
3014
 
3015
- #: wppa-boxes-html.php:3433
3016
  msgid "Your comment:"
3017
  msgstr "Din kommentar"
3018
 
3019
- #: wppa-boxes-html.php:3477
3020
  #, php-format
3021
  msgid "You must <a href=\"%s\">login</a> to enter a comment"
3022
  msgstr "Du skal <a href=\"%s\">logge ind</a> for at indtaste en kommentar"
3023
 
3024
- #: wppa-boxes-html.php:3480
3025
  msgid "You must login to enter a comment"
3026
  msgstr "Du skal logge ind for at indtaste en kommentar"
3027
 
3028
- #: wppa-boxes-html.php:3492 wppa-functions.php:2673 wppa-thumbnails.php:735
3029
  #, php-format
3030
  msgid "%d comment"
3031
  msgid_plural "%d comments"
3032
  msgstr[0] "%d kommentar"
3033
  msgstr[1] "%d kommentarer"
3034
 
3035
- #: wppa-boxes-html.php:3496
3036
  msgid "Leave a comment"
3037
  msgstr "Skriv en kommentar"
3038
 
3039
- #: wppa-boxes-html.php:3593
3040
  msgid "Show IPTC data"
3041
  msgstr "Vis IPTC data"
3042
 
3043
- #: wppa-boxes-html.php:3604
3044
  msgid "Hide IPTC data"
3045
  msgstr "Skjul IPTC data"
3046
 
3047
- #: wppa-boxes-html.php:3652
3048
  msgid "No IPTC data"
3049
  msgstr "Ingen IPTC data"
3050
 
3051
- #: wppa-boxes-html.php:3704
3052
  msgid "Show EXIF data"
3053
  msgstr "Vis EXIF data"
3054
 
3055
- #: wppa-boxes-html.php:3715
3056
  msgid "Hide EXIF data"
3057
  msgstr "Skjul EXIF data"
3058
 
3059
- #: wppa-boxes-html.php:3767
3060
  msgid "No EXIF data"
3061
  msgstr "Ingen EXIF data"
3062
 
3063
- #: wppa-boxes-html.php:3881 wppa-boxes-html.php:3886
3064
  msgid "< Previous"
3065
  msgstr "< Forrige"
3066
 
3067
- #: wppa-boxes-html.php:3892 wppa-boxes-html.php:3897
3068
  msgid "Next >"
3069
  msgstr "Næste >"
3070
 
3071
- #: wppa-boxes-html.php:3999 wppa-boxes-html.php:4078
3072
  msgid "See the authors albums"
3073
  msgstr "Se forfatternes album"
3074
 
3075
- #: wppa-boxes-html.php:4003 wppa-boxes-html.php:4011 wppa-boxes-html.php:4082
3076
  msgid "See the authors photos"
3077
  msgstr "Se forfatternes billeder"
3078
 
3079
- #: wppa-boxes-html.php:4007 wppa-boxes-html.php:4015 wppa-boxes-html.php:4086
3080
  msgid "See all the authors photos"
3081
  msgstr "Se alle forfatternes billeder"
3082
 
3083
- #: wppa-boxes-html.php:4041
3084
  #, php-format
3085
  msgid "Photo by: %s"
3086
  msgstr "Foto af: %s"
3087
 
3088
- #: wppa-boxes-html.php:4044 wppa-boxes-html.php:4107
3089
  #, php-format
3090
  msgid "%d max rating"
3091
  msgid_plural "%d max ratings"
3092
  msgstr[0] ""
3093
  msgstr[1] ""
3094
 
3095
- #: wppa-boxes-html.php:4048 wppa-boxes-html.php:4111 wppa-non-admin.php:1014
3096
  #: wppa-topten-widget.php:209 wppa-topten-widget.php:226
3097
  #: wppa-topten-widget.php:262
3098
  #, php-format
@@ -3101,22 +3100,22 @@ msgid_plural "%d votes"
3101
  msgstr[0] ""
3102
  msgstr[1] ""
3103
 
3104
- #: wppa-boxes-html.php:4052
3105
  #, php-format
3106
  msgid "Rating: %4.2f."
3107
  msgstr ""
3108
 
3109
- #: wppa-boxes-html.php:4060
3110
  #, php-format
3111
  msgid "Photo %s not found."
3112
  msgstr "Foto %s ikke fundet."
3113
 
3114
- #: wppa-boxes-html.php:4115
3115
  #, php-format
3116
  msgid "Mean value: %4.2f."
3117
  msgstr "Middelværdi: %4.2f."
3118
 
3119
- #: wppa-boxes-html.php:4469
3120
  msgid "Refresh"
3121
  msgstr "Opdater"
3122
 
@@ -3365,7 +3364,7 @@ msgid "Photo Albums -> Comment admin"
3365
  msgstr ""
3366
 
3367
  #: wppa-comment-admin.php:393 wppa-comment-admin.php:394
3368
- #: wppa-common-functions.php:622 wppa-functions.php:4948
3369
  #: wppa-settings-autosave.php:6840 wppa-settings-autosave.php:6841
3370
  #, php-format
3371
  msgid "%d minute"
@@ -3374,7 +3373,7 @@ msgstr[0] ""
3374
  msgstr[1] ""
3375
 
3376
  #: wppa-comment-admin.php:395 wppa-common-functions.php:626
3377
- #: wppa-functions.php:4944 wppa-settings-autosave.php:6842
3378
  #: wppa-settings-autosave.php:8330
3379
  #, php-format
3380
  msgid "%d hour"
@@ -3383,12 +3382,12 @@ msgstr[0] ""
3383
  msgstr[1] ""
3384
 
3385
  #: wppa-comment-admin.php:396 wppa-common-functions.php:630
3386
- #: wppa-functions.php:4940 wppa-settings-autosave.php:6843
3387
  #: wppa-settings-autosave.php:8331 wppa-settings-autosave.php:8332
3388
  #: wppa-settings-autosave.php:8333 wppa-settings-autosave.php:8334
3389
  #: wppa-settings-autosave.php:8335 wppa-settings-autosave.php:8336
3390
  #: wppa-settings-autosave.php:8338 wppa-settings-autosave.php:8339
3391
- #: wppa-settings-autosave.php:8340 wppa-settings-autosave.php:9651
3392
  #, php-format
3393
  msgid "%d day"
3394
  msgid_plural "%d days"
@@ -3396,10 +3395,10 @@ msgstr[0] ""
3396
  msgstr[1] ""
3397
 
3398
  #: wppa-comment-admin.php:397 wppa-common-functions.php:634
3399
- #: wppa-functions.php:4936 wppa-settings-autosave.php:6844
3400
  #: wppa-settings-autosave.php:8337 wppa-settings-autosave.php:8341
3401
  #: wppa-settings-autosave.php:8342 wppa-settings-autosave.php:8343
3402
- #: wppa-settings-autosave.php:9652
3403
  #, php-format
3404
  msgid "%d week"
3405
  msgid_plural "%d weeks"
@@ -3469,7 +3468,7 @@ msgstr ""
3469
  msgid "Table I-F3 and 4"
3470
  msgstr ""
3471
 
3472
- #: wppa-common-functions.php:618 wppa-functions.php:4952
3473
  #, php-format
3474
  msgid "%d second"
3475
  msgid_plural "%d seconds"
@@ -3477,24 +3476,24 @@ msgstr[0] ""
3477
  msgstr[1] ""
3478
 
3479
  #: wppa-common-functions.php:638 wppa-settings-autosave.php:8344
3480
- #: wppa-settings-autosave.php:9653 wppa-settings-autosave.php:9654
3481
- #: wppa-settings-autosave.php:9655 wppa-settings-autosave.php:9656
3482
- #: wppa-settings-autosave.php:9657 wppa-settings-autosave.php:9659
3483
  #, php-format
3484
  msgid "%d month"
3485
  msgid_plural "%d months"
3486
  msgstr[0] ""
3487
  msgstr[1] ""
3488
 
3489
- #: wppa-common-functions.php:641 wppa-settings-autosave.php:9658
3490
- #: wppa-settings-autosave.php:9660
3491
  #, php-format
3492
  msgid "%d year"
3493
  msgid_plural "%d years"
3494
  msgstr[0] ""
3495
  msgstr[1] ""
3496
 
3497
- #: wppa-common-functions.php:1409
3498
  #, php-format
3499
  msgid ""
3500
  "Based on your server memory limit you should not upload images larger then "
@@ -3503,32 +3502,32 @@ msgstr ""
3503
  "Baseret på din server hukommelse grænse bør du ikke uploade billeder større "
3504
  "derefter <strong>%d x %d (% 2.1f MP)</strong>"
3505
 
3506
- #: wppa-common-functions.php:1734
3507
  msgid "- select an album -"
3508
  msgstr "- vælg et album -"
3509
 
3510
- #: wppa-common-functions.php:1752
3511
  msgid "--- generic ---"
3512
  msgstr "--- generisk ---"
3513
 
3514
- #: wppa-common-functions.php:1769
3515
  msgid "--- multiple see below ---"
3516
  msgstr "--- multipel se nedenfor ---"
3517
 
3518
- #: wppa-common-functions.php:1775
3519
  msgid "--- a selection box ---"
3520
  msgstr "--- et valgboksen ---"
3521
 
3522
- #: wppa-common-functions.php:1826 wppa-import.php:1661 wppa-items.php:474
3523
  #: wppa-settings-autosave.php:8539 wppa-settings-autosave.php:8615
3524
  msgid "--- separate ---"
3525
  msgstr "--- adskille ---"
3526
 
3527
- #: wppa-common-functions.php:1944
3528
  msgid "Photo id ="
3529
  msgstr "Foto id ="
3530
 
3531
- #: wppa-common-functions.php:1944
3532
  msgid "Value ="
3533
  msgstr "Værdi ="
3534
 
@@ -3970,7 +3969,7 @@ msgstr "Besvar"
3970
  msgid "Moderate comment admin"
3971
  msgstr "Godkend kommentar administration"
3972
 
3973
- #: wppa-functions.php:2467 wppa-functions.php:4748 wppa-import.php:1580
3974
  #: wppa-upload.php:611
3975
  msgid "Moderate manage photo"
3976
  msgstr "Se fotos"
@@ -4017,175 +4016,175 @@ msgstr "FEJL: Ulovlig forsøg på at indtaste en rating."
4017
  msgid "ERROR: Illegal attempt to enter a comment."
4018
  msgstr "FEJL: Ulovlig forsøg på at indtaste en kommentar."
4019
 
4020
- #: wppa-functions.php:4236
4021
  msgid "ERROR: Illegal attempt to create an album."
4022
  msgstr "FEJL: Ulovlig forsøg på at skabe et album."
4023
 
4024
- #: wppa-functions.php:4244
4025
  msgid "Wrong captcha, please try again"
4026
  msgstr "Forkert captcha, prøv igen"
4027
 
4028
- #: wppa-functions.php:4260
4029
  #, php-format
4030
  msgid "Album #%s created"
4031
  msgstr "Album #%s oprettet"
4032
 
4033
- #: wppa-functions.php:4271
4034
  #, php-format
4035
  msgid "User %s created album #%s with name %s."
4036
  msgstr ""
4037
 
4038
- #: wppa-functions.php:4282
4039
  #, php-format
4040
  msgid "The new album is a subalbum of album %s"
4041
  msgstr ""
4042
 
4043
- #: wppa-functions.php:4284
4044
  msgid ""
4045
  "You are receiving this email because you are assigned to monitor new album "
4046
  "creations."
4047
  msgstr ""
4048
 
4049
- #: wppa-functions.php:4285
4050
  msgid "New useralbum created"
4051
  msgstr ""
4052
 
4053
- #: wppa-functions.php:4291
4054
  msgid "Could not create album"
4055
  msgstr "Kunne ikke oprette album"
4056
 
4057
- #: wppa-functions.php:4303
4058
  msgid "ERROR: Illegal attempt to upload a file."
4059
  msgstr "FEJL: Ulovlig forsøg på at uploade en fil."
4060
 
4061
- #: wppa-functions.php:4387
4062
  #, php-format
4063
  msgid "%d photo successfully uploaded"
4064
  msgid_plural "%d photos successfully uploaded"
4065
  msgstr[0] ""
4066
  msgstr[1] ""
4067
 
4068
- #: wppa-functions.php:4392
4069
  msgid "Photo upload"
4070
  msgstr "Foto upload"
4071
 
4072
- #: wppa-functions.php:4396
4073
  #, php-format
4074
  msgid "%s points added"
4075
  msgstr ""
4076
 
4077
- #: wppa-functions.php:4402
4078
  msgid "Your post is awaiting moderation."
4079
  msgstr ""
4080
 
4081
- #: wppa-functions.php:4405
4082
  msgid "Your post is published."
4083
  msgstr ""
4084
 
4085
- #: wppa-functions.php:4413
4086
  msgid "Upload failed"
4087
  msgstr "Indl&aelig;sning fejlede"
4088
 
4089
- #: wppa-functions.php:4416
4090
  #, php-format
4091
  msgid "%d upload failed"
4092
  msgid_plural "%d uploads failed"
4093
  msgstr[0] ""
4094
  msgstr[1] ""
4095
 
4096
- #: wppa-functions.php:4513
4097
  msgid "Error during upload"
4098
  msgstr "Fejl under upload"
4099
 
4100
- #: wppa-functions.php:4569
4101
  msgid "Could not insert media into db."
4102
  msgstr ""
4103
 
4104
- #: wppa-functions.php:4613
4105
  msgid "Uploaded file is not an image"
4106
  msgstr "Uploaded fil er ikke et billede"
4107
 
4108
- #: wppa-functions.php:4619
4109
  #, php-format
4110
  msgid "Only gif, jpg and png image files are supported. Returned info = %s."
4111
  msgstr ""
4112
 
4113
- #: wppa-functions.php:4627
4114
  #, php-format
4115
  msgid "Uploaded file is smaller than the allowed minimum of %d pixels."
4116
  msgstr ""
4117
 
4118
- #: wppa-functions.php:4636
4119
  #, php-format
4120
  msgid "Uploaded file is larger than the allowed maximum of %d pixels."
4121
  msgstr ""
4122
 
4123
- #: wppa-functions.php:4644
4124
  #, php-format
4125
  msgid "Uploaded file %s already exists in this album."
4126
  msgstr "Uploadet fil %s findes allerede i dette album."
4127
 
4128
- #: wppa-functions.php:4654
4129
  #, php-format
4130
  msgid "The image is too big. Max photo size: %d x %d (%2.1f MegaPixel)"
4131
  msgstr ""
4132
  "Billedet er for stort. Maks. foto st&oslash;rrelse: %d x %d (%2.1f MegaPixel)"
4133
 
4134
- #: wppa-functions.php:4697
4135
  msgid "Could not insert photo into db."
4136
  msgstr "Kunne ikke inds&aelig;tte foto i databasen."
4137
 
4138
- #: wppa-functions.php:4744 wppa-import.php:1576 wppa-upload.php:607
4139
  #, php-format
4140
  msgid "New photo uploaded: %s"
4141
  msgstr "Nyt foto indsendt: %s"
4142
 
4143
- #: wppa-functions.php:4745 wppa-import.php:1577 wppa-upload.php:608
4144
  #, php-format
4145
  msgid "User %1$s uploaded photo %2$s into album %3$s"
4146
  msgstr "Bruger %1$s indsendte foto %2$s ind i album %3$s"
4147
 
4148
- #: wppa-functions.php:4747 wppa-import.php:1579 wppa-upload.php:610
4149
  msgid "This upload requires moderation"
4150
  msgstr "Denne indsendelse kr&aelig;ver godkendelse"
4151
 
4152
- #: wppa-functions.php:4751 wppa-import.php:1583 wppa-upload.php:614
4153
  msgid "Details:"
4154
  msgstr "Detaljer:"
4155
 
4156
- #: wppa-functions.php:4752 wppa-import.php:1584 wppa-upload.php:615
4157
  #: wppa-utils.php:840 wppa-utils.php:852
4158
  msgid "Manage photo"
4159
  msgstr "Se fotos"
4160
 
4161
- #: wppa-functions.php:4933
4162
  msgid "You can upload after"
4163
  msgstr "Du kan indsende efter"
4164
 
4165
- #: wppa-functions.php:4977 wppa-functions.php:4981 wppa-functions.php:4988
4166
- #: wppa-functions.php:4992 wppa-links.php:1267 wppa-non-admin.php:910
4167
- #: wppa-settings-autosave.php:10080 wppa-settings-autosave.php:10092
4168
- #: wppa-settings-autosave.php:10104 wppa-settings-autosave.php:10116
4169
- #: wppa-settings-autosave.php:10128 wppa-settings-autosave.php:10140
4170
- #: wppa-settings-autosave.php:10152 wppa-settings-autosave.php:10164
4171
  msgid "Download"
4172
  msgstr "Download"
4173
 
4174
- #: wppa-functions.php:5042
4175
  msgid "Zoom in"
4176
  msgstr "Zoom ind"
4177
 
4178
- #: wppa-functions.php:5073
4179
  #, php-format
4180
  msgid "You can vote again after %s days, %s hours, %s minutes and %s seconds"
4181
  msgstr ""
4182
 
4183
- #: wppa-functions.php:5076
4184
  #, php-format
4185
  msgid "You can vote again after %s hours, %s minutes and %s seconds"
4186
  msgstr ""
4187
 
4188
- #: wppa-functions.php:5079
4189
  #, php-format
4190
  msgid "You can vote again after %s minutes and %s seconds"
4191
  msgstr ""
@@ -5993,7 +5992,7 @@ msgid "Confirm move"
5993
  msgstr ""
5994
 
5995
  #: wppa-photo-admin-autosave.php:2524 wppa-photo-admin-autosave.php:2720
5996
- #: wppa-potd-admin.php:321 wppa-settings-autosave.php:9160
5997
  msgid "Preview"
5998
  msgstr ""
5999
 
@@ -6101,9 +6100,9 @@ msgstr ""
6101
  #: wppa-settings-autosave.php:5166 wppa-settings-autosave.php:6229
6102
  #: wppa-settings-autosave.php:6994 wppa-settings-autosave.php:7016
6103
  #: wppa-settings-autosave.php:7867 wppa-settings-autosave.php:7891
6104
- #: wppa-settings-autosave.php:9911 wppa-settings-autosave.php:9932
6105
- #: wppa-settings-autosave.php:9972 wppa-settings-autosave.php:9994
6106
- #: wppa-settings-autosave.php:10040
6107
  msgid "#"
6108
  msgstr ""
6109
 
@@ -6113,7 +6112,7 @@ msgstr ""
6113
  #: wppa-settings-autosave.php:1524 wppa-settings-autosave.php:3088
6114
  #: wppa-settings-autosave.php:3518 wppa-settings-autosave.php:4929
6115
  #: wppa-settings-autosave.php:6997 wppa-settings-autosave.php:7894
6116
- #: wppa-settings-autosave.php:9914
6117
  msgid "Setting"
6118
  msgstr ""
6119
 
@@ -6127,9 +6126,9 @@ msgstr ""
6127
  #: wppa-settings-autosave.php:5173 wppa-settings-autosave.php:6236
6128
  #: wppa-settings-autosave.php:6999 wppa-settings-autosave.php:7023
6129
  #: wppa-settings-autosave.php:7874 wppa-settings-autosave.php:7895
6130
- #: wppa-settings-autosave.php:9915 wppa-settings-autosave.php:9937
6131
- #: wppa-settings-autosave.php:9977 wppa-settings-autosave.php:9999
6132
- #: wppa-settings-autosave.php:10045
6133
  msgid "Help"
6134
  msgstr ""
6135
 
@@ -6171,7 +6170,7 @@ msgstr ""
6171
 
6172
  #: wppa-potd-admin.php:100 wppa-settings-autosave.php:3871
6173
  #: wppa-settings-autosave.php:3885 wppa-settings-autosave.php:4142
6174
- #: wppa-settings-autosave.php:9889 wppa-slideshow-widget.php:243
6175
  #: wppa-tinymce-shortcodes.php:629
6176
  msgid "center"
6177
  msgstr ""
@@ -6258,14 +6257,14 @@ msgstr ""
6258
  #: wppa-potd-admin.php:190 wppa-potd-admin.php:644 wppa-potd-admin.php:669
6259
  #: wppa-potd-admin.php:707 wppa-settings-autosave.php:355
6260
  #: wppa-settings-autosave.php:7722 wppa-settings-autosave.php:7749
6261
- #: wppa-settings-autosave.php:9029 wppa-settings-autosave.php:9031
6262
- #: wppa-settings-autosave.php:10440 wppa-settings-autosave.php:10458
6263
- #: wppa-settings-autosave.php:10478 wppa-settings-autosave.php:10495
6264
- #: wppa-settings-autosave.php:10524 wppa-settings-autosave.php:10542
6265
- #: wppa-settings-autosave.php:10566 wppa-settings-autosave.php:10587
6266
- #: wppa-settings-autosave.php:10607 wppa-settings-autosave.php:10624
6267
- #: wppa-settings-autosave.php:10668 wppa-settings-autosave.php:10721
6268
- #: wppa-settings-autosave.php:10753
6269
  msgid "Setting unmodified"
6270
  msgstr ""
6271
 
@@ -6432,19 +6431,19 @@ msgstr ""
6432
  msgid "There are too many photos in the selection to show a preview ( %d )"
6433
  msgstr ""
6434
 
6435
- #: wppa-potd-admin.php:573 wppa-settings-autosave.php:10368
6436
  msgid "The default for this setting is:"
6437
  msgstr ""
6438
 
6439
- #: wppa-potd-admin.php:590 wppa-settings-autosave.php:10385
6440
  msgid "Click for help"
6441
  msgstr ""
6442
 
6443
- #: wppa-potd-admin.php:614 wppa-settings-autosave.php:10769
6444
  msgid "Checked"
6445
  msgstr ""
6446
 
6447
- #: wppa-potd-admin.php:615 wppa-settings-autosave.php:10770
6448
  msgid "Unchecked"
6449
  msgstr ""
6450
 
@@ -6455,7 +6454,7 @@ msgstr ""
6455
  #: wppa-settings-autosave.php:5597 wppa-settings-autosave.php:5635
6456
  #: wppa-settings-autosave.php:5687 wppa-settings-autosave.php:5729
6457
  #: wppa-settings-autosave.php:5771 wppa-settings-autosave.php:5812
6458
- #: wppa-settings-autosave.php:10771
6459
  msgid "no link at all."
6460
  msgstr ""
6461
 
@@ -6466,7 +6465,7 @@ msgstr ""
6466
  #: wppa-settings-autosave.php:5598 wppa-settings-autosave.php:5636
6467
  #: wppa-settings-autosave.php:5688 wppa-settings-autosave.php:5730
6468
  #: wppa-settings-autosave.php:5772 wppa-settings-autosave.php:5813
6469
- #: wppa-settings-autosave.php:10772
6470
  msgid "the plain photo (file)."
6471
  msgstr ""
6472
 
@@ -6476,7 +6475,7 @@ msgstr ""
6476
  #: wppa-settings-autosave.php:5498 wppa-settings-autosave.php:5547
6477
  #: wppa-settings-autosave.php:5637 wppa-settings-autosave.php:5690
6478
  #: wppa-settings-autosave.php:5732 wppa-settings-autosave.php:5774
6479
- #: wppa-settings-autosave.php:10773
6480
  msgid "the full size photo in a slideshow."
6481
  msgstr ""
6482
 
@@ -6486,52 +6485,52 @@ msgstr ""
6486
  #: wppa-settings-autosave.php:5500 wppa-settings-autosave.php:5549
6487
  #: wppa-settings-autosave.php:5639 wppa-settings-autosave.php:5691
6488
  #: wppa-settings-autosave.php:5733 wppa-settings-autosave.php:5775
6489
- #: wppa-settings-autosave.php:5814 wppa-settings-autosave.php:10774
6490
  msgid "the fullsize photo on its own."
6491
  msgstr ""
6492
 
6493
- #: wppa-potd-admin.php:620 wppa-settings-autosave.php:10775
6494
  msgid "the photo specific link."
6495
  msgstr ""
6496
 
6497
  #: wppa-potd-admin.php:621 wppa-settings-autosave.php:5234
6498
  #: wppa-settings-autosave.php:5277 wppa-settings-autosave.php:5689
6499
  #: wppa-settings-autosave.php:5731 wppa-settings-autosave.php:5773
6500
- #: wppa-settings-autosave.php:10776
6501
  msgid "the content of the album."
6502
  msgstr ""
6503
 
6504
  #: wppa-potd-admin.php:622 wppa-settings-autosave.php:5276
6505
- #: wppa-settings-autosave.php:10777
6506
  msgid "defined at widget activation."
6507
  msgstr ""
6508
 
6509
  #: wppa-potd-admin.php:623 wppa-settings-autosave.php:5233
6510
- #: wppa-settings-autosave.php:10778
6511
  msgid "defined on widget admin page."
6512
  msgstr ""
6513
 
6514
  #: wppa-potd-admin.php:624 wppa-settings-autosave.php:5599
6515
- #: wppa-settings-autosave.php:10779
6516
  msgid "same as title."
6517
  msgstr ""
6518
 
6519
  #: wppa-potd-admin.php:636 wppa-potd-admin.php:659 wppa-potd-admin.php:680
6520
- #: wppa-settings-autosave.php:10430 wppa-settings-autosave.php:10450
6521
- #: wppa-settings-autosave.php:10468 wppa-settings-autosave.php:10487
6522
- #: wppa-settings-autosave.php:10517 wppa-settings-autosave.php:10534
6523
- #: wppa-settings-autosave.php:10558 wppa-settings-autosave.php:10579
6524
- #: wppa-settings-autosave.php:10599 wppa-settings-autosave.php:10641
6525
  msgid "Slug ="
6526
  msgstr ""
6527
 
6528
- #: wppa-potd-admin.php:636 wppa-settings-autosave.php:10534
6529
- #: wppa-settings-autosave.php:10558 wppa-settings-autosave.php:10579
6530
- #: wppa-settings-autosave.php:10599
6531
  msgid "Values = yes, no"
6532
  msgstr ""
6533
 
6534
- #: wppa-potd-admin.php:680 wppa-settings-autosave.php:10641
6535
  msgid "Values = "
6536
  msgstr ""
6537
 
@@ -6575,64 +6574,76 @@ msgstr ""
6575
  msgid "WPPA+ Search Photos"
6576
  msgstr ""
6577
 
6578
- #: wppa-search-widget.php:39 wppa-search-widget.php:93
6579
  msgid "Search Photos"
6580
  msgstr ""
6581
 
6582
- #: wppa-search-widget.php:111
6583
  msgid "Text above input field"
6584
  msgstr ""
6585
 
6586
- #: wppa-search-widget.php:112
6587
  msgid ""
6588
  "Enter optional text that will appear before the input box. This may contain "
6589
  "HTML so you can change font size and color."
6590
  msgstr ""
6591
 
6592
- #: wppa-search-widget.php:120
6593
  msgid "Enable rootsearch"
6594
  msgstr ""
6595
 
6596
- #: wppa-search-widget.php:121
6597
  msgid "See Table IX-E17 to change the label text"
6598
  msgstr ""
6599
 
6600
- #: wppa-search-widget.php:136
6601
  msgid ""
6602
  "If you want the search to be limited to a specific album and its "
6603
  "(grand)children, select the album here."
6604
  msgstr ""
6605
 
6606
- #: wppa-search-widget.php:138
6607
  msgid ""
6608
  "If you select an album here, it will overrule the previous checkbox using "
6609
  "the album as a 'fixed' root."
6610
  msgstr ""
6611
 
6612
- #: wppa-search-widget.php:146
6613
  msgid "Enable subsearch"
6614
  msgstr ""
6615
 
6616
- #: wppa-search-widget.php:147
6617
  msgid "See Table IX-E16 to change the label text"
6618
  msgstr ""
6619
 
6620
- #: wppa-search-widget.php:155
6621
  msgid "Add category selectionbox"
6622
  msgstr ""
6623
 
6624
- #: wppa-search-widget.php:159 wppa-settings-autosave.php:4118
 
 
 
 
 
 
 
 
 
 
 
 
6625
  #: wppa-settings-autosave.php:4142 wppa-tinymce-shortcodes.php:516
6626
  #: wppa-tinymce-shortcodes.php:535 wppa-watermark.php:587
6627
  #: wppa-watermark.php:652
6628
  msgid "--- default ---"
6629
  msgstr ""
6630
 
6631
- #: wppa-search-widget.php:198 wppa-settings-autosave.php:6160
6632
  msgid "Landing page"
6633
  msgstr ""
6634
 
6635
- #: wppa-search-widget.php:203
6636
  msgid "The default page will be created automatically"
6637
  msgstr ""
6638
 
@@ -6816,8 +6827,8 @@ msgstr ""
6816
  msgid "action that causes page reload."
6817
  msgstr ""
6818
 
6819
- #: wppa-settings-autosave.php:352 wppa-settings-autosave.php:10802
6820
- #: wppa-settings-autosave.php:10821
6821
  msgid "Are you sure?"
6822
  msgstr ""
6823
 
@@ -6881,8 +6892,8 @@ msgstr ""
6881
  msgid "Navigation"
6882
  msgstr ""
6883
 
6884
- #: wppa-settings-autosave.php:383 wppa-settings-autosave.php:9192
6885
- #: wppa-settings-autosave.php:9237
6886
  msgid "Rating"
6887
  msgstr ""
6888
 
@@ -6906,7 +6917,7 @@ msgstr ""
6906
  msgid "Widgets"
6907
  msgstr ""
6908
 
6909
- #: wppa-settings-autosave.php:391 wppa-settings-autosave.php:9010
6910
  msgid "Watermark"
6911
  msgstr ""
6912
 
@@ -7303,9 +7314,9 @@ msgstr ""
7303
  #: wppa-settings-autosave.php:5060 wppa-settings-autosave.php:5077
7304
  #: wppa-settings-autosave.php:5094 wppa-settings-autosave.php:5111
7305
  #: wppa-settings-autosave.php:5129 wppa-settings-autosave.php:6514
7306
- #: wppa-settings-autosave.php:6525 wppa-settings-autosave.php:9555
7307
- #: wppa-settings-autosave.php:9760 wppa-settings-autosave.php:9811
7308
- #: wppa-settings-autosave.php:9829
7309
  msgid "pixels"
7310
  msgstr ""
7311
 
@@ -8884,7 +8895,7 @@ msgstr ""
8884
  msgid "Display the share social media buttons box."
8885
  msgstr ""
8886
 
8887
- #: wppa-settings-autosave.php:1961 wppa-settings-autosave.php:9816
8888
  msgid "Hide when running"
8889
  msgstr ""
8890
 
@@ -10186,7 +10197,7 @@ msgid "This table describes the backgrounds of wppa+ elements."
10186
  msgstr ""
10187
 
10188
  #: wppa-settings-autosave.php:3109 wppa-settings-autosave.php:3494
10189
- #: wppa-settings-autosave.php:9131
10190
  msgid "Background color"
10191
  msgstr ""
10192
 
@@ -10281,8 +10292,8 @@ msgstr ""
10281
  msgid "Enter valid CSS colors for comment box backgrounds and borders."
10282
  msgstr ""
10283
 
10284
- #: wppa-settings-autosave.php:3202 wppa-settings-autosave.php:9191
10285
- #: wppa-settings-autosave.php:9236
10286
  msgid "Custom"
10287
  msgstr ""
10288
 
@@ -12020,8 +12031,8 @@ msgstr ""
12020
  msgid "Commenting users must enter their email addresses."
12021
  msgstr ""
12022
 
12023
- #: wppa-settings-autosave.php:4642 wppa-settings-autosave.php:9956
12024
- #: wppa-settings-autosave.php:10024
12025
  msgid "Optional"
12026
  msgstr ""
12027
 
@@ -12719,7 +12730,7 @@ msgstr ""
12719
  #: wppa-settings-autosave.php:5760
12720
  msgid ""
12721
  "Select the type of link you want, or no link at all, to act on a photo in "
12722
- "the style of s wp photo with - an extended - caption."
12723
  msgstr ""
12724
 
12725
  #: wppa-settings-autosave.php:5801
@@ -13621,7 +13632,7 @@ msgstr ""
13621
  #: wppa-settings-autosave.php:6892 wppa-settings-autosave.php:6897
13622
  #: wppa-settings-autosave.php:6918 wppa-settings-autosave.php:6956
13623
  #: wppa-settings-autosave.php:6961 wppa-settings-autosave.php:6982
13624
- #: wppa-settings-autosave.php:9750 wppa-settings-autosave.php:9801
13625
  msgid "The page will be reloaded after the action has taken place."
13626
  msgstr ""
13627
 
@@ -13700,7 +13711,7 @@ msgid "Specification"
13700
  msgstr ""
13701
 
13702
  #: wppa-settings-autosave.php:7020 wppa-settings-autosave.php:7871
13703
- #: wppa-settings-autosave.php:10795 wppa-settings-autosave.php:10817
13704
  msgid "Do it!"
13705
  msgstr ""
13706
 
@@ -15419,1414 +15430,1448 @@ msgid ""
15419
  "the middle of a word."
15420
  msgstr ""
15421
 
15422
- #: wppa-settings-autosave.php:8908
15423
- msgid "This works in indexed search only!"
15424
- msgstr ""
15425
-
15426
- #: wppa-settings-autosave.php:8915
15427
  msgid "Search results display"
15428
  msgstr ""
15429
 
15430
- #: wppa-settings-autosave.php:8916
15431
  msgid "Select the way the search results should be displayed."
15432
  msgstr ""
15433
 
15434
- #: wppa-settings-autosave.php:8917
15435
  msgid ""
15436
  "If you select anything different from \"Albums and thumbnails\", \"Photos "
15437
  "only\" is assumed (Table IX-E6)."
15438
  msgstr ""
15439
 
15440
- #: wppa-settings-autosave.php:8919
15441
  msgid "Albums and thumbnails"
15442
  msgstr ""
15443
 
15444
- #: wppa-settings-autosave.php:8919
15445
  msgid "Slideonly slideshow"
15446
  msgstr ""
15447
 
15448
- #: wppa-settings-autosave.php:8926
15449
  msgid "Name max length"
15450
  msgstr ""
15451
 
15452
- #: wppa-settings-autosave.php:8927
15453
  msgid "Max length of displayed photonames in supersearch selectionlist"
15454
  msgstr ""
15455
 
15456
- #: wppa-settings-autosave.php:8928 wppa-settings-autosave.php:8937
15457
  msgid ""
15458
  "To limit the length of the selectionlist, enter the number of characters to "
15459
  "show."
15460
  msgstr ""
15461
 
15462
- #: wppa-settings-autosave.php:8935
15463
  msgid "Text max length"
15464
  msgstr ""
15465
 
15466
- #: wppa-settings-autosave.php:8936
15467
  msgid "Max length of displayed photo text in supersearch selectionlist"
15468
  msgstr ""
15469
 
15470
- #: wppa-settings-autosave.php:8944
15471
  msgid "Search toptext"
15472
  msgstr ""
15473
 
15474
- #: wppa-settings-autosave.php:8945
15475
  msgid "The text at the top of the search box."
15476
  msgstr ""
15477
 
15478
- #: wppa-settings-autosave.php:8946
15479
  msgid ""
15480
  "This is the equivalence of the text you can enter in the widget activation "
15481
  "screen to show above the input box, but now for the search shortcode display."
15482
  msgstr ""
15483
 
15484
- #: wppa-settings-autosave.php:8947
15485
  msgid "May contain unfiltered HTML."
15486
  msgstr ""
15487
 
15488
- #: wppa-settings-autosave.php:8954
15489
  msgid "Section search text"
15490
  msgstr ""
15491
 
15492
- #: wppa-settings-autosave.php:8955
15493
  msgid ""
15494
  "The labeltext at the checkbox for the 'Search in current section' checkbox."
15495
  msgstr ""
15496
 
15497
- #: wppa-settings-autosave.php:8963
15498
  msgid "Results search text"
15499
  msgstr ""
15500
 
15501
- #: wppa-settings-autosave.php:8964
15502
  msgid ""
15503
  "The labeltext at the checkbox for the 'Search in current results' checkbox."
15504
  msgstr ""
15505
 
15506
- #: wppa-settings-autosave.php:8972
15507
  msgid "Minimum search token length"
15508
  msgstr ""
15509
 
15510
- #: wppa-settings-autosave.php:8973
15511
  msgid "The minmum number of chars in a search request."
15512
  msgstr ""
15513
 
15514
- #: wppa-settings-autosave.php:8981
15515
  msgid "Exclude from search"
15516
  msgstr ""
15517
 
15518
- #: wppa-settings-autosave.php:8982
15519
  msgid "Exclude these words from search index."
15520
  msgstr ""
15521
 
15522
- #: wppa-settings-autosave.php:8983
15523
  msgid "Enter words separated by commas (,)"
15524
  msgstr ""
15525
 
15526
- #: wppa-settings-autosave.php:8990
15527
  msgid "Exclude numbers"
15528
  msgstr ""
15529
 
15530
- #: wppa-settings-autosave.php:8991
15531
  msgid "Exclude numbers from search index."
15532
  msgstr ""
15533
 
15534
- #: wppa-settings-autosave.php:8992
15535
  msgid "If ticked, photos and albums are not searchable by numbers."
15536
  msgstr ""
15537
 
15538
- #: wppa-settings-autosave.php:8999
15539
  msgid "Ignore slash"
15540
  msgstr ""
15541
 
15542
- #: wppa-settings-autosave.php:9000
15543
  msgid "Ignore slash chracter (/)."
15544
  msgstr ""
15545
 
 
 
 
 
15546
  #: wppa-settings-autosave.php:9008
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15547
  msgid "Watermark related settings"
15548
  msgstr ""
15549
 
15550
- #: wppa-settings-autosave.php:9011
15551
  msgid "Enable the application of watermarks."
15552
  msgstr ""
15553
 
15554
- #: wppa-settings-autosave.php:9012
15555
  msgid "If checked, photos can be watermarked during upload / import."
15556
  msgstr ""
15557
 
15558
- #: wppa-settings-autosave.php:9021
15559
  msgid "Watermark file"
15560
  msgstr ""
15561
 
15562
- #: wppa-settings-autosave.php:9022
15563
  msgid "The default watermarkfile to be used."
15564
  msgstr ""
15565
 
15566
- #: wppa-settings-autosave.php:9023
15567
  msgid "Watermark files are of type png and reside in"
15568
  msgstr ""
15569
 
15570
- #: wppa-settings-autosave.php:9024
15571
  msgid ""
15572
  "A suitable watermarkfile typically consists of a transparent background and "
15573
  "a black text or drawing."
15574
  msgstr ""
15575
 
15576
- #: wppa-settings-autosave.php:9026
15577
  msgid ""
15578
  "You may also select one of the textual watermark types at the bottom of the "
15579
  "selection list."
15580
  msgstr ""
15581
 
15582
- #: wppa-settings-autosave.php:9030
15583
  msgid "position:"
15584
  msgstr ""
15585
 
15586
- #: wppa-settings-autosave.php:9036
15587
  msgid "Upload watermark"
15588
  msgstr ""
15589
 
15590
- #: wppa-settings-autosave.php:9037
15591
  msgid "Upload a new watermark file"
15592
  msgstr ""
15593
 
15594
- #: wppa-settings-autosave.php:9041
15595
  msgid "Upload watermark image"
15596
  msgstr ""
15597
 
15598
- #: wppa-settings-autosave.php:9046
15599
  msgid "Watermark opacity image"
15600
  msgstr ""
15601
 
15602
- #: wppa-settings-autosave.php:9047
15603
  msgid "You can set the intensity of image watermarks here."
15604
  msgstr ""
15605
 
15606
- #: wppa-settings-autosave.php:9048 wppa-settings-autosave.php:9153
15607
  msgid ""
15608
  "The higher the number, the intenser the watermark. Value must be > 0 and <= "
15609
  "100."
15610
  msgstr ""
15611
 
15612
- #: wppa-settings-autosave.php:9055
15613
  msgid "Textual watermark style"
15614
  msgstr ""
15615
 
15616
- #: wppa-settings-autosave.php:9056
15617
  msgid "The way the textual watermarks look like"
15618
  msgstr ""
15619
 
15620
- #: wppa-settings-autosave.php:9060
15621
  msgid "TV subtitle style"
15622
  msgstr ""
15623
 
15624
- #: wppa-settings-autosave.php:9060
15625
  msgid "White text on black background"
15626
  msgstr ""
15627
 
15628
- #: wppa-settings-autosave.php:9060
15629
  msgid "Black text on white background"
15630
  msgstr ""
15631
 
15632
- #: wppa-settings-autosave.php:9060
15633
  msgid "Reverse TV style (Utopia)"
15634
  msgstr ""
15635
 
15636
- #: wppa-settings-autosave.php:9060
15637
  msgid "White on transparent background"
15638
  msgstr ""
15639
 
15640
- #: wppa-settings-autosave.php:9060
15641
  msgid "Black on transparent background"
15642
  msgstr ""
15643
 
15644
- #: wppa-settings-autosave.php:9070
15645
  msgid "Predefined watermark text"
15646
  msgstr ""
15647
 
15648
- #: wppa-settings-autosave.php:9071
15649
  msgid "The text to use when --- pre-defined --- is selected."
15650
  msgstr ""
15651
 
15652
- #: wppa-settings-autosave.php:9072
15653
  msgid "You may use the following keywords:"
15654
  msgstr ""
15655
 
15656
- #: wppa-settings-autosave.php:9073
15657
  msgid ""
15658
  "w#site, w#displayname, all standard photo keywords, iptc and exif keywords"
15659
  msgstr ""
15660
 
15661
- #: wppa-settings-autosave.php:9080
15662
  msgid "Textual watermark font"
15663
  msgstr ""
15664
 
15665
- #: wppa-settings-autosave.php:9081
15666
  msgid "The font to use with textual watermarks."
15667
  msgstr ""
15668
 
15669
- #: wppa-settings-autosave.php:9082
15670
  msgid "Except for the system font, are font files of type ttf and reside in"
15671
  msgstr ""
15672
 
15673
- #: wppa-settings-autosave.php:9110
15674
  msgid "Textual watermark font size"
15675
  msgstr ""
15676
 
15677
- #: wppa-settings-autosave.php:9111
15678
  msgid "You can set the size of the truetype fonts only."
15679
  msgstr ""
15680
 
15681
- #: wppa-settings-autosave.php:9112
15682
  msgid ""
15683
  "System font can have size 1,2,3,4 or 5, in some stoneage fontsize units. Any "
15684
  "value > 5 will be treated as 5."
15685
  msgstr ""
15686
 
15687
- #: wppa-settings-autosave.php:9113
15688
  msgid ""
15689
  "Truetype fonts can have any positive integer size, if your PHPs GD version "
15690
  "is 1, in pixels, in GD2 in points."
15691
  msgstr ""
15692
 
15693
- #: wppa-settings-autosave.php:9114
15694
  msgid "It is unclear how many pixels a point is..."
15695
  msgstr ""
15696
 
15697
- #: wppa-settings-autosave.php:9121
15698
  msgid "Foreground color"
15699
  msgstr ""
15700
 
15701
- #: wppa-settings-autosave.php:9122
15702
  msgid "Textual watermark foreground color (black)."
15703
  msgstr ""
15704
 
15705
- #: wppa-settings-autosave.php:9132
15706
  msgid "Textual watermark background color (white)."
15707
  msgstr ""
15708
 
15709
- #: wppa-settings-autosave.php:9141
15710
  msgid "Upload watermark font"
15711
  msgstr ""
15712
 
15713
- #: wppa-settings-autosave.php:9142
15714
  msgid "Upload a new watermark font file"
15715
  msgstr ""
15716
 
15717
- #: wppa-settings-autosave.php:9143
15718
  msgid ""
15719
  "Upload truetype fonts (.ttf) only, and test if they work on your server "
15720
  "platform."
15721
  msgstr ""
15722
 
15723
- #: wppa-settings-autosave.php:9146
15724
  msgid "Upload TrueType font"
15725
  msgstr ""
15726
 
15727
- #: wppa-settings-autosave.php:9151
15728
  msgid "Watermark opacity text"
15729
  msgstr ""
15730
 
15731
- #: wppa-settings-autosave.php:9152
15732
  msgid "You can set the intensity of a text watermarks here."
15733
  msgstr ""
15734
 
15735
- #: wppa-settings-autosave.php:9161
15736
  msgid "A real life preview. To update: refresh the page."
15737
  msgstr ""
15738
 
15739
- #: wppa-settings-autosave.php:9172
15740
  msgid "Watermark thumbnails"
15741
  msgstr ""
15742
 
15743
- #: wppa-settings-autosave.php:9173
15744
  msgid "Watermark also the thumbnail image files."
15745
  msgstr ""
15746
 
15747
- #: wppa-settings-autosave.php:9181
15748
  msgid "Slideshow elements sequence order settings"
15749
  msgstr ""
15750
 
15751
- #: wppa-settings-autosave.php:9187 wppa-settings-autosave.php:9233
15752
  msgid "StartStop"
15753
  msgstr ""
15754
 
15755
- #: wppa-settings-autosave.php:9188 wppa-settings-autosave.php:9234
15756
  msgid "SlideFrame"
15757
  msgstr ""
15758
 
15759
- #: wppa-settings-autosave.php:9190
15760
  msgid "Desc"
15761
  msgstr ""
15762
 
15763
- #: wppa-settings-autosave.php:9193 wppa-settings-autosave.php:9238
15764
  msgid "FilmStrip"
15765
  msgstr ""
15766
 
15767
- #: wppa-settings-autosave.php:9194 wppa-settings-autosave.php:9239
15768
  msgid "Browsebar"
15769
  msgstr ""
15770
 
15771
- #: wppa-settings-autosave.php:9196 wppa-settings-autosave.php:9241
15772
  msgid "IPTC data"
15773
  msgstr ""
15774
 
15775
- #: wppa-settings-autosave.php:9197 wppa-settings-autosave.php:9242
15776
  msgid "EXIF data"
15777
  msgstr ""
15778
 
15779
- #: wppa-settings-autosave.php:9198 wppa-settings-autosave.php:9243
15780
  msgid "Share box"
15781
  msgstr ""
15782
 
15783
- #: wppa-settings-autosave.php:9200 wppa-settings-autosave.php:9245
15784
  msgid "Enabled"
15785
  msgstr ""
15786
 
15787
- #: wppa-settings-autosave.php:9201 wppa-settings-autosave.php:9246
15788
  msgid "Disabled"
15789
  msgstr ""
15790
 
15791
- #: wppa-settings-autosave.php:9203 wppa-settings-autosave.php:9248
15792
  msgid "Start/Stop & Slower/Faster navigation bar"
15793
  msgstr ""
15794
 
15795
- #: wppa-settings-autosave.php:9204 wppa-settings-autosave.php:9249
15796
  msgid "The Slide Frame"
15797
  msgstr ""
15798
 
15799
- #: wppa-settings-autosave.php:9204 wppa-settings-autosave.php:9249
15800
  msgid "( Always )"
15801
  msgstr ""
15802
 
15803
- #: wppa-settings-autosave.php:9205
15804
  msgid "Photo Name Box"
15805
  msgstr ""
15806
 
15807
- #: wppa-settings-autosave.php:9206
15808
  msgid "Photo Description Box"
15809
  msgstr ""
15810
 
15811
- #: wppa-settings-autosave.php:9207 wppa-settings-autosave.php:9251
15812
  msgid "Custom Box"
15813
  msgstr ""
15814
 
15815
- #: wppa-settings-autosave.php:9208 wppa-settings-autosave.php:9252
15816
  msgid "Rating Bar"
15817
  msgstr ""
15818
 
15819
- #: wppa-settings-autosave.php:9209 wppa-settings-autosave.php:9253
15820
  msgid "Film Strip with embedded Start/Stop and Goto functionality"
15821
  msgstr ""
15822
 
15823
- #: wppa-settings-autosave.php:9210 wppa-settings-autosave.php:9254
15824
  msgid "Browse Bar with Photo X of Y counter"
15825
  msgstr ""
15826
 
15827
- #: wppa-settings-autosave.php:9211 wppa-settings-autosave.php:9255
15828
  msgid "Comments Box"
15829
  msgstr ""
15830
 
15831
- #: wppa-settings-autosave.php:9212 wppa-settings-autosave.php:9256
15832
  msgid "IPTC box"
15833
  msgstr ""
15834
 
15835
- #: wppa-settings-autosave.php:9213 wppa-settings-autosave.php:9257
15836
  msgid "EXIF box"
15837
  msgstr ""
15838
 
15839
- #: wppa-settings-autosave.php:9214 wppa-settings-autosave.php:9258
15840
  msgid "Social media share box"
15841
  msgstr ""
15842
 
15843
- #: wppa-settings-autosave.php:9220 wppa-settings-autosave.php:9264
15844
  msgid "Move Up"
15845
  msgstr ""
15846
 
15847
- #: wppa-settings-autosave.php:9235
15848
  msgid "NameDesc"
15849
  msgstr ""
15850
 
15851
- #: wppa-settings-autosave.php:9250
15852
  msgid "Photo Name & Description Box"
15853
  msgstr ""
15854
 
15855
- #: wppa-settings-autosave.php:9274
15856
  msgid "Swap Namedesc"
15857
  msgstr ""
15858
 
15859
- #: wppa-settings-autosave.php:9275
15860
  msgid "Swap the order sequence of name and description"
15861
  msgstr ""
15862
 
15863
- #: wppa-settings-autosave.php:9283
15864
  msgid "Split Name and Desc"
15865
  msgstr ""
15866
 
15867
- #: wppa-settings-autosave.php:9284
15868
  msgid "Put Name and Description in separate boxes"
15869
  msgstr ""
15870
 
15871
- #: wppa-settings-autosave.php:9287
15872
  msgid "Please reload this page after the green checkmark appears!"
15873
  msgstr ""
15874
 
15875
- #: wppa-settings-autosave.php:9292
15876
  msgid "Source file management and other upload/import settings and actions."
15877
  msgstr ""
15878
 
15879
- #: wppa-settings-autosave.php:9294
15880
  msgid "Keep sourcefiles admin"
15881
  msgstr ""
15882
 
15883
- #: wppa-settings-autosave.php:9295
15884
  msgid "Keep the original uploaded and imported photo files."
15885
  msgstr ""
15886
 
15887
- #: wppa-settings-autosave.php:9296 wppa-settings-autosave.php:9306
15888
  msgid ""
15889
  "The files will be kept in a separate directory with subdirectories for each "
15890
  "album"
15891
  msgstr ""
15892
 
15893
- #: wppa-settings-autosave.php:9297 wppa-settings-autosave.php:9307
15894
  msgid ""
15895
  "These files can be used to update the photos used in displaying in wppa+ and "
15896
  "optionally for downloading original, un-downsized images."
15897
  msgstr ""
15898
 
15899
- #: wppa-settings-autosave.php:9304
15900
  msgid "Keep sourcefiles frontend"
15901
  msgstr ""
15902
 
15903
- #: wppa-settings-autosave.php:9305
15904
  msgid "Keep the original frontend uploaded photo files."
15905
  msgstr ""
15906
 
15907
- #: wppa-settings-autosave.php:9314
15908
  msgid "Source directory"
15909
  msgstr ""
15910
 
15911
- #: wppa-settings-autosave.php:9315
15912
  msgid "The path to the directory where the original photofiles will be saved."
15913
  msgstr ""
15914
 
15915
- #: wppa-settings-autosave.php:9316
15916
  msgid "You may change the directory path, but it can not be an url."
15917
  msgstr ""
15918
 
15919
- #: wppa-settings-autosave.php:9317
15920
  msgid ""
15921
  "The parent of the directory that you enter here must exist and be writable."
15922
  msgstr ""
15923
 
15924
- #: wppa-settings-autosave.php:9318
15925
  msgid "The directory itsself will be created if it does not exist yet."
15926
  msgstr ""
15927
 
15928
- #: wppa-settings-autosave.php:9325
15929
  msgid "Keep sync"
15930
  msgstr ""
15931
 
15932
- #: wppa-settings-autosave.php:9326
15933
  msgid "Keep source synchronously with wppa system."
15934
  msgstr ""
15935
 
15936
- #: wppa-settings-autosave.php:9327
15937
  msgid ""
15938
  "If checked, photos that are deleted from wppa, will also be removed from the "
15939
  "sourcefiles."
15940
  msgstr ""
15941
 
15942
- #: wppa-settings-autosave.php:9328
15943
  msgid ""
15944
  "Also, copying or moving photos to different albums, will also copy/move the "
15945
  "sourcefiles."
15946
  msgstr ""
15947
 
15948
- #: wppa-settings-autosave.php:9335
15949
  msgid "Remake add"
15950
  msgstr ""
15951
 
15952
- #: wppa-settings-autosave.php:9336
15953
  msgid "Photos will be added from the source pool"
15954
  msgstr ""
15955
 
15956
- #: wppa-settings-autosave.php:9337
15957
  msgid ""
15958
  "If checked: If photo files are found in the source directory that do not "
15959
  "exist in the corresponding album, they will be added to the album."
15960
  msgstr ""
15961
 
15962
- #: wppa-settings-autosave.php:9344
15963
  msgid "Save IPTC data"
15964
  msgstr ""
15965
 
15966
- #: wppa-settings-autosave.php:9345
15967
  msgid "Store the iptc data from the photo into the iptc db table"
15968
  msgstr ""
15969
 
15970
- #: wppa-settings-autosave.php:9346
15971
  msgid ""
15972
  "You will need this if you enabled the display of iptc data in Table II-B17 "
15973
  "or if you use it in the photo descriptions."
15974
  msgstr ""
15975
 
15976
- #: wppa-settings-autosave.php:9353
15977
  msgid "Save EXIF data"
15978
  msgstr ""
15979
 
15980
- #: wppa-settings-autosave.php:9354
15981
  msgid "Store the exif data from the photo into the exif db table"
15982
  msgstr ""
15983
 
15984
- #: wppa-settings-autosave.php:9355
15985
  msgid ""
15986
  "You will need this if you enabled the display of exif data in Table II-B18 "
15987
  "or if you use it in the photo descriptions."
15988
  msgstr ""
15989
 
15990
- #: wppa-settings-autosave.php:9362
15991
  msgid "Max EXIF tag array size"
15992
  msgstr ""
15993
 
15994
- #: wppa-settings-autosave.php:9363
15995
  msgid "Truncate array tags to ..."
15996
  msgstr ""
15997
 
15998
- #: wppa-settings-autosave.php:9364
15999
  msgid "A value of 0 disables this feature"
16000
  msgstr ""
16001
 
16002
- #: wppa-settings-autosave.php:9366
16003
  msgid "elements"
16004
  msgstr ""
16005
 
16006
- #: wppa-settings-autosave.php:9371
16007
  msgid "Import Create page"
16008
  msgstr ""
16009
 
16010
- #: wppa-settings-autosave.php:9372
16011
  msgid ""
16012
  "Create wp page that shows the album when a directory to album is imported."
16013
  msgstr ""
16014
 
16015
- #: wppa-settings-autosave.php:9373
16016
  msgid ""
16017
  "As soon as an album is created when a directory is imported, a wp page is "
16018
  "made that displays the album content."
16019
  msgstr ""
16020
 
16021
- #: wppa-settings-autosave.php:9381
16022
  msgid "Page content"
16023
  msgstr ""
16024
 
16025
- #: wppa-settings-autosave.php:9382
16026
  msgid "The content of the page. Must contain <b>w#album</b>"
16027
  msgstr ""
16028
 
16029
- #: wppa-settings-autosave.php:9383
16030
  msgid ""
16031
  "The content of the page. Note: it must contain w#album. This will be "
16032
  "replaced by the album number in the generated shortcode."
16033
  msgstr ""
16034
 
16035
- #: wppa-settings-autosave.php:9391
16036
  msgid "Page type"
16037
  msgstr ""
16038
 
16039
- #: wppa-settings-autosave.php:9392
16040
  msgid "Select the type of page to create."
16041
  msgstr ""
16042
 
16043
- #: wppa-settings-autosave.php:9396
16044
  msgid "Post"
16045
  msgstr ""
16046
 
16047
- #: wppa-settings-autosave.php:9403
16048
  msgid "Page status"
16049
  msgstr ""
16050
 
16051
- #: wppa-settings-autosave.php:9404
16052
  msgid "Select the initial status of the page."
16053
  msgstr ""
16054
 
16055
- #: wppa-settings-autosave.php:9408
16056
  msgid "Published"
16057
  msgstr ""
16058
 
16059
- #: wppa-settings-autosave.php:9408
16060
  msgid "Draft"
16061
  msgstr ""
16062
 
16063
- #: wppa-settings-autosave.php:9416
16064
  msgid "Permalink root"
16065
  msgstr ""
16066
 
16067
- #: wppa-settings-autosave.php:9417
16068
  msgid "The name of the root for the photofile permalink structure."
16069
  msgstr ""
16070
 
16071
- #: wppa-settings-autosave.php:9418
16072
  msgid ""
16073
  "Choose a convenient name like \"albums\" or so; this will be the name of a "
16074
  "folder inside .../wp-content/. Make sure you choose a unique name"
16075
  msgstr ""
16076
 
16077
- #: wppa-settings-autosave.php:9419
16078
  msgid "If you make this field empty, the feature is disabled."
16079
  msgstr ""
16080
 
16081
- #: wppa-settings-autosave.php:9427
16082
  msgid "Import parent check"
16083
  msgstr ""
16084
 
16085
- #: wppa-settings-autosave.php:9428
16086
  msgid "Makes the album tree like the directory tree on Import Dirs to albums."
16087
  msgstr ""
16088
 
16089
- #: wppa-settings-autosave.php:9429
16090
  msgid ""
16091
  "Untick only if all your albums have unique names. In this case additional "
16092
  "photos may be ftp'd to toplevel depot subdirs."
16093
  msgstr ""
16094
 
16095
- #: wppa-settings-autosave.php:9436
16096
  msgid "Keep dir to album files"
16097
  msgstr ""
16098
 
16099
- #: wppa-settings-autosave.php:9437
16100
  msgid "Keep imported files after dir to album import"
16101
  msgstr ""
16102
 
16103
- #: wppa-settings-autosave.php:9446
16104
  msgid "Other plugins related settings"
16105
  msgstr ""
16106
 
16107
- #: wppa-settings-autosave.php:9448
16108
  msgid "Foreign shortcodes general"
16109
  msgstr ""
16110
 
16111
- #: wppa-settings-autosave.php:9449
16112
  msgid "Enable foreign shortcodes in album names, albums desc and photo names"
16113
  msgstr ""
16114
 
16115
- #: wppa-settings-autosave.php:9457
16116
  msgid "Foreign shortcodes fullsize"
16117
  msgstr ""
16118
 
16119
- #: wppa-settings-autosave.php:9458
16120
  msgid "Enable the use of non-wppa+ shortcodes in fullsize photo descriptions."
16121
  msgstr ""
16122
 
16123
- #: wppa-settings-autosave.php:9459 wppa-settings-autosave.php:9470
16124
  msgid ""
16125
  "When checked, you can use shortcodes from other plugins in the description "
16126
  "of photos."
16127
  msgstr ""
16128
 
16129
- #: wppa-settings-autosave.php:9460
16130
  msgid "The shortcodes will be expanded in the descriptions of fullsize images."
16131
  msgstr ""
16132
 
16133
- #: wppa-settings-autosave.php:9461 wppa-settings-autosave.php:9472
16134
  msgid "You will most likely need also to check Table IX-A1 (Allow HTML)."
16135
  msgstr ""
16136
 
16137
- #: wppa-settings-autosave.php:9468
16138
  msgid "Foreign shortcodes thumbnails"
16139
  msgstr ""
16140
 
16141
- #: wppa-settings-autosave.php:9469
16142
  msgid "Enable the use of non-wppa+ shortcodes in thumbnail photo descriptions."
16143
  msgstr ""
16144
 
16145
- #: wppa-settings-autosave.php:9471
16146
  msgid ""
16147
  "The shortcodes will be expanded in the descriptions of thumbnail images."
16148
  msgstr ""
16149
 
16150
- #: wppa-settings-autosave.php:9479
16151
  msgid "Lightbox keyname"
16152
  msgstr ""
16153
 
16154
- #: wppa-settings-autosave.php:9480
16155
  msgid "The identifier of lightbox."
16156
  msgstr ""
16157
 
16158
- #: wppa-settings-autosave.php:9481
16159
  msgid ""
16160
  "If you use a lightbox plugin that uses rel=\"lbox-id\" you can enter the "
16161
  "lbox-id here."
16162
  msgstr ""
16163
 
16164
- #: wppa-settings-autosave.php:9488
16165
  msgid "myCRED / Cube Points: Comment"
16166
  msgstr ""
16167
 
16168
- #: wppa-settings-autosave.php:9489
16169
  msgid "Number of points for giving a comment"
16170
  msgstr ""
16171
 
16172
- #: wppa-settings-autosave.php:9490 wppa-settings-autosave.php:9499
16173
- #: wppa-settings-autosave.php:9508 wppa-settings-autosave.php:9517
16174
  msgid "This setting requires the plugin myCRED or Cube Points"
16175
  msgstr ""
16176
 
16177
- #: wppa-settings-autosave.php:9492 wppa-settings-autosave.php:9501
16178
  msgid "points per comment"
16179
  msgstr ""
16180
 
16181
- #: wppa-settings-autosave.php:9497
16182
  msgid "myCRED / Cube Points: Appr Comment"
16183
  msgstr ""
16184
 
16185
- #: wppa-settings-autosave.php:9498
16186
  msgid "Number of points for receiving an approved comment"
16187
  msgstr ""
16188
 
16189
- #: wppa-settings-autosave.php:9506
16190
  msgid "myCRED / Cube Points: Rating"
16191
  msgstr ""
16192
 
16193
- #: wppa-settings-autosave.php:9507
16194
  msgid "Number of points for a rating vote"
16195
  msgstr ""
16196
 
16197
- #: wppa-settings-autosave.php:9510
16198
  msgid "points per vote"
16199
  msgstr ""
16200
 
16201
- #: wppa-settings-autosave.php:9515
16202
  msgid "myCRED / Cube Points: Upload"
16203
  msgstr ""
16204
 
16205
- #: wppa-settings-autosave.php:9516
16206
  msgid "Number of points for a successfull frontend upload"
16207
  msgstr ""
16208
 
16209
- #: wppa-settings-autosave.php:9519
16210
  msgid "points per upload"
16211
  msgstr ""
16212
 
16213
- #: wppa-settings-autosave.php:9524
16214
  msgid "Use SCABN"
16215
  msgstr ""
16216
 
16217
- #: wppa-settings-autosave.php:9525
16218
  msgid "Use the wppa interface to Simple Cart & Buy Now plugin."
16219
  msgstr ""
16220
 
16221
- #: wppa-settings-autosave.php:9526
16222
  msgid ""
16223
  "If checked, the shortcode to use for the \"add to cart\" button in photo "
16224
  "descriptions is [cart ...]"
16225
  msgstr ""
16226
 
16227
- #: wppa-settings-autosave.php:9527
16228
  msgid ""
16229
  "as opposed to [scabn ...] for the original scabn \"add to cart\" button."
16230
  msgstr ""
16231
 
16232
- #: wppa-settings-autosave.php:9528
16233
  msgid "The shortcode for the check-out page is still [scabn]"
16234
  msgstr ""
16235
 
16236
- #: wppa-settings-autosave.php:9529
16237
  msgid ""
16238
  "The arguments are the same, the defaults are: name = photoname, price = 0.01."
16239
  msgstr ""
16240
 
16241
- #: wppa-settings-autosave.php:9530
16242
  msgid ""
16243
  "Supplying the price should be sufficient; supply a name only when it differs "
16244
  "from the photo name."
16245
  msgstr ""
16246
 
16247
- #: wppa-settings-autosave.php:9531
16248
  msgid "This shortcode handler will also work with Ajax enabled."
16249
  msgstr ""
16250
 
16251
- #: wppa-settings-autosave.php:9532
16252
  msgid ""
16253
  "Using this interface makes sure that the item urls and callback action urls "
16254
  "are correct."
16255
  msgstr ""
16256
 
16257
- #: wppa-settings-autosave.php:9539
16258
  msgid "Use CM Tooltip Glossary"
16259
  msgstr ""
16260
 
16261
- #: wppa-settings-autosave.php:9540
16262
  msgid "Use plugin CM Tooltip Glossary on photo and album descriptions."
16263
  msgstr ""
16264
 
16265
- #: wppa-settings-autosave.php:9541
16266
  msgid ""
16267
  "You MUST set Table IV-A13: Defer javascript, also if you do not want this "
16268
  "plugin to act on album and photo descriptions!"
16269
  msgstr ""
16270
 
16271
- #: wppa-settings-autosave.php:9549
16272
  msgid "External services related settings and actions."
16273
  msgstr ""
16274
 
16275
- #: wppa-settings-autosave.php:9551
16276
  msgid "QR Code widget size"
16277
  msgstr ""
16278
 
16279
- #: wppa-settings-autosave.php:9552
16280
  msgid "The size of the QR code display."
16281
  msgstr ""
16282
 
16283
- #: wppa-settings-autosave.php:9560
16284
  msgid "QR color"
16285
  msgstr ""
16286
 
16287
- #: wppa-settings-autosave.php:9561
16288
  msgid "The display color of the qr code (dark)"
16289
  msgstr ""
16290
 
16291
- #: wppa-settings-autosave.php:9562
16292
  msgid "This color MUST be given in hexadecimal format!"
16293
  msgstr ""
16294
 
16295
- #: wppa-settings-autosave.php:9569
16296
  msgid "QR background color"
16297
  msgstr ""
16298
 
16299
- #: wppa-settings-autosave.php:9570
16300
  msgid "The background color of the qr code (light)"
16301
  msgstr ""
16302
 
16303
- #: wppa-settings-autosave.php:9578
16304
  msgid "QR cache"
16305
  msgstr ""
16306
 
16307
- #: wppa-settings-autosave.php:9579
16308
  msgid "Enable caching QR codes"
16309
  msgstr ""
16310
 
16311
- #: wppa-settings-autosave.php:9579
16312
  #, php-format
16313
  msgid "So far %d cache hits, %d miss"
16314
  msgstr ""
16315
 
16316
- #: wppa-settings-autosave.php:9587
16317
  msgid "CDN Service"
16318
  msgstr ""
16319
 
16320
- #: wppa-settings-autosave.php:9588
16321
  msgid "Select a CDN Service you want to use."
16322
  msgstr ""
16323
 
16324
- #: wppa-settings-autosave.php:9591
16325
  msgid "Cloudinary in maintenance mode"
16326
  msgstr ""
16327
 
16328
- #: wppa-settings-autosave.php:9601
16329
  msgid "Cloud name"
16330
  msgstr ""
16331
 
16332
- #: wppa-settings-autosave.php:9610
16333
  msgid "API key"
16334
  msgstr ""
16335
 
16336
- #: wppa-settings-autosave.php:9619
16337
  msgid "API secret"
16338
  msgstr ""
16339
 
16340
- #: wppa-settings-autosave.php:9628
16341
  msgid "Delete all"
16342
  msgstr ""
16343
 
16344
- #: wppa-settings-autosave.php:9629
16345
  msgid "Deletes them all !!!"
16346
  msgstr ""
16347
 
16348
- #: wppa-settings-autosave.php:9637
16349
  msgid "Delete derived images"
16350
  msgstr ""
16351
 
16352
- #: wppa-settings-autosave.php:9638
16353
  msgid "Deletes all derived images !!!"
16354
  msgstr ""
16355
 
16356
- #: wppa-settings-autosave.php:9646
16357
  msgid "Max lifetime"
16358
  msgstr ""
16359
 
16360
- #: wppa-settings-autosave.php:9647
16361
  msgid "Old images from local server, new images from Cloudinary."
16362
  msgstr ""
16363
 
16364
- #: wppa-settings-autosave.php:9648
16365
  msgid ""
16366
  "If NOT set to Forever (0): You need to run Table VIII-B15 on a regular basis."
16367
  msgstr ""
16368
 
16369
- #: wppa-settings-autosave.php:9650
16370
  msgid "Forever"
16371
  msgstr ""
16372
 
16373
- #: wppa-settings-autosave.php:9681
16374
  msgid "Cloudinary usage"
16375
  msgstr ""
16376
 
16377
- #: wppa-settings-autosave.php:9717
16378
  msgid "Cloudinary usage data not available"
16379
  msgstr ""
16380
 
16381
- #: wppa-settings-autosave.php:9721
16382
  msgid "Cloudinary routines not installed."
16383
  msgstr ""
16384
 
16385
- #: wppa-settings-autosave.php:9732
16386
  msgid "Cloudinary"
16387
  msgstr ""
16388
 
16389
- #: wppa-settings-autosave.php:9733
16390
  msgid "<span style=\"color:red;\">Requires at least PHP version 5.3</span>"
16391
  msgstr ""
16392
 
16393
- #: wppa-settings-autosave.php:9742
16394
  msgid "GPX Implementation"
16395
  msgstr ""
16396
 
16397
- #: wppa-settings-autosave.php:9743
16398
  msgid "The way the maps are produced."
16399
  msgstr ""
16400
 
16401
- #: wppa-settings-autosave.php:9744
16402
  msgid "Select the way the maps are produced."
16403
  msgstr ""
16404
 
16405
- #: wppa-settings-autosave.php:9745
16406
  msgid ""
16407
  "When using an external plugin, most of the times you can not use Ajax (Table "
16408
  "IV-A1)."
16409
  msgstr ""
16410
 
16411
- #: wppa-settings-autosave.php:9746
16412
  msgid ""
16413
  "Also: it may or may not be required to load the maps js api (Table IX-K5.1)"
16414
  msgstr ""
16415
 
16416
- #: wppa-settings-autosave.php:9748
16417
  msgid "WPPA+ Embedded code"
16418
  msgstr ""
16419
 
16420
- #: wppa-settings-autosave.php:9748
16421
  msgid "External plugin"
16422
  msgstr ""
16423
 
16424
- #: wppa-settings-autosave.php:9756
16425
  msgid "Map height"
16426
  msgstr ""
16427
 
16428
- #: wppa-settings-autosave.php:9757
16429
  msgid "The height of the map display."
16430
  msgstr ""
16431
 
16432
- #: wppa-settings-autosave.php:9758
16433
  msgid "This setting is for embedded implementation only."
16434
  msgstr ""
16435
 
16436
- #: wppa-settings-autosave.php:9765
16437
  msgid "Load maps api"
16438
  msgstr ""
16439
 
16440
- #: wppa-settings-autosave.php:9766
16441
  msgid "Load the Google maps js api"
16442
  msgstr ""
16443
 
16444
- #: wppa-settings-autosave.php:9767
16445
  msgid "If you use an external maps plugin, you may need to tick this box."
16446
  msgstr ""
16447
 
16448
- #: wppa-settings-autosave.php:9774
16449
  msgid "Google maps API key"
16450
  msgstr ""
16451
 
16452
- #: wppa-settings-autosave.php:9775
16453
  msgid "Enter your Google maps api key here if you have one."
16454
  msgstr ""
16455
 
16456
- #: wppa-settings-autosave.php:9783
16457
  msgid "GPX Shortcode"
16458
  msgstr ""
16459
 
16460
- #: wppa-settings-autosave.php:9784
16461
  msgid "The shortcode to be used for the gpx feature."
16462
  msgstr ""
16463
 
16464
- #: wppa-settings-autosave.php:9785
16465
  msgid ""
16466
  "Enter / modify the shortcode to be generated for the gpx plugin. It must "
16467
  "contain w#lat and w#lon as placeholders for the latitude and longitude."
16468
  msgstr ""
16469
 
16470
- #: wppa-settings-autosave.php:9786
16471
  msgid ""
16472
  "This item is required for using an external Google maps viewer plugin only"
16473
  msgstr ""
16474
 
16475
- #: wppa-settings-autosave.php:9793
16476
  msgid "Fotomoto"
16477
  msgstr ""
16478
 
16479
- #: wppa-settings-autosave.php:9794
16480
  msgid "Yes, we use Fotomoto on this site. Read the help text!"
16481
  msgstr ""
16482
 
16483
- #: wppa-settings-autosave.php:9795
16484
  msgid "In order to function properly:"
16485
  msgstr ""
16486
 
16487
- #: wppa-settings-autosave.php:9796
16488
  msgid "1. Get yourself a Fotomoto account."
16489
  msgstr ""
16490
 
16491
- #: wppa-settings-autosave.php:9797
16492
  msgid ""
16493
  "2. Install the Fotomoto plugin, enter the \"Fotomoto Site Key:\" and check "
16494
  "the \"Use API Mode:\" checkbox."
16495
  msgstr ""
16496
 
16497
- #: wppa-settings-autosave.php:9798
16498
  msgid "Note: Do NOT Disable the Custom box in Table II-B14."
16499
  msgstr ""
16500
 
16501
- #: wppa-settings-autosave.php:9799
16502
  msgid "Do NOT remove the text w#fotomoto from the Custombox ( Table II-B15 )."
16503
  msgstr ""
16504
 
16505
- #: wppa-settings-autosave.php:9807
16506
  msgid "Fotomoto fontsize"
16507
  msgstr ""
16508
 
16509
- #: wppa-settings-autosave.php:9808
16510
  msgid "Fontsize for the Fotomoto toolbar."
16511
  msgstr ""
16512
 
16513
- #: wppa-settings-autosave.php:9809
16514
  msgid ""
16515
  "If you set it here, it overrules a possible setting for font-size in ."
16516
  "FotomotoToolbarClass on the Fotomoto dashboard."
16517
  msgstr ""
16518
 
16519
- #: wppa-settings-autosave.php:9817
16520
  msgid "Hide toolbar on running slideshows"
16521
  msgstr ""
16522
 
16523
- #: wppa-settings-autosave.php:9818
16524
  msgid "The Fotomoto toolbar will re-appear when the slideshow stops."
16525
  msgstr ""
16526
 
16527
- #: wppa-settings-autosave.php:9825
16528
  msgid "Fotomoto minwidth"
16529
  msgstr ""
16530
 
16531
- #: wppa-settings-autosave.php:9826
16532
  msgid "Minimum width to display Fotomoto toolbar."
16533
  msgstr ""
16534
 
16535
- #: wppa-settings-autosave.php:9827
16536
  msgid ""
16537
  "The display of the Fotomoto Toolbar will be suppressed on smaller slideshows."
16538
  msgstr ""
16539
 
16540
- #: wppa-settings-autosave.php:9834
16541
  msgid "Image Magick"
16542
  msgstr ""
16543
 
16544
- #: wppa-settings-autosave.php:9835
16545
  msgid "Absolute path to the ImageMagick commands"
16546
  msgstr ""
16547
 
16548
- #: wppa-settings-autosave.php:9836
16549
  msgid ""
16550
  "If you want to use ImageMagick, enter the absolute path to the ImageMagick "
16551
  "commands"
16552
  msgstr ""
16553
 
16554
- #: wppa-settings-autosave.php:9843
16555
  msgid "Photo shortcode related settings"
16556
  msgstr ""
16557
 
16558
- #: wppa-settings-autosave.php:9845
16559
  msgid "Enable shortcode [photo ..]"
16560
  msgstr ""
16561
 
16562
- #: wppa-settings-autosave.php:9846
16563
  msgid "Make the use of shortcode [photo ..] possible"
16564
  msgstr ""
16565
 
16566
- #: wppa-settings-autosave.php:9847
16567
  msgid "Only disable this when there is a conflict with another plugin"
16568
  msgstr ""
16569
 
16570
- #: wppa-settings-autosave.php:9854
16571
  msgid "Single image type"
16572
  msgstr ""
16573
 
16574
- #: wppa-settings-autosave.php:9855
16575
  msgid "Specify the single image type the shortcode [photo ..] should show."
16576
  msgstr ""
16577
 
16578
- #: wppa-settings-autosave.php:9858 wppa-tinymce-shortcodes.php:175
16579
  msgid "A plain single photo"
16580
  msgstr ""
16581
 
16582
- #: wppa-settings-autosave.php:9859 wppa-tinymce-shortcodes.php:176
16583
  msgid "A single photo with caption"
16584
  msgstr ""
16585
 
16586
- #: wppa-settings-autosave.php:9860 wppa-tinymce-shortcodes.php:177
16587
  msgid "A single photo with extended caption"
16588
  msgstr ""
16589
 
16590
- #: wppa-settings-autosave.php:9861 wppa-tinymce-shortcodes.php:178
16591
  msgid "A single photo in the style of a slideshow"
16592
  msgstr ""
16593
 
16594
- #: wppa-settings-autosave.php:9873 wppa-upload.php:291
16595
  msgid "Size"
16596
  msgstr ""
16597
 
16598
- #: wppa-settings-autosave.php:9874
16599
  msgid "Specify the size (width) of the image."
16600
  msgstr ""
16601
 
16602
- #: wppa-settings-autosave.php:9875
16603
  msgid "Use the same syntax as in the [wppa size=\"..\"] shortcode"
16604
  msgstr ""
16605
 
16606
- #: wppa-settings-autosave.php:9876
16607
  msgid ""
16608
  "Examples: 350 for a fixed width of 350 pixels, or: 0.75 for a responsive "
16609
  "display of 75% width, or: auto,350 for responsive with a maximum of 350 "
16610
  "pixels."
16611
  msgstr ""
16612
 
16613
- #: wppa-settings-autosave.php:9883
16614
  msgid "Align"
16615
  msgstr ""
16616
 
16617
- #: wppa-settings-autosave.php:9884
16618
  msgid "Specify the alignment of the image."
16619
  msgstr ""
16620
 
16621
- #: wppa-settings-autosave.php:9924
16622
  msgid "Table X:"
16623
  msgstr ""
16624
 
16625
- #: wppa-settings-autosave.php:9924
16626
  msgid "IPTC Configuration:"
16627
  msgstr ""
16628
 
16629
- #: wppa-settings-autosave.php:9925
16630
  msgid "This table defines the IPTC configuration"
16631
  msgstr ""
16632
 
16633
- #: wppa-settings-autosave.php:9956 wppa-settings-autosave.php:10024
16634
  #: wppa-thumbnail-widget.php:224 wppa-topten-widget.php:341
16635
  msgid "Display"
16636
  msgstr ""
16637
 
16638
- #: wppa-settings-autosave.php:9956 wppa-settings-autosave.php:10024
16639
  msgid "Hide"
16640
  msgstr ""
16641
 
16642
- #: wppa-settings-autosave.php:9986
16643
  msgid "Table XI:"
16644
  msgstr ""
16645
 
16646
- #: wppa-settings-autosave.php:9986
16647
  msgid "EXIF Configuration:"
16648
  msgstr ""
16649
 
16650
- #: wppa-settings-autosave.php:9987
16651
  msgid "This table defines the EXIF configuration"
16652
  msgstr ""
16653
 
16654
- #: wppa-settings-autosave.php:10010
16655
  msgid ""
16656
  "Function exif_read_data() does not exist. This means that <b>EXIF</b> is not "
16657
  "enabled. If you want to use <b>EXIF</b> data, ask your hosting provider to "
16658
  "add <b>'--enable-exif'</b> to the php <b>Configure Command</b>."
16659
  msgstr ""
16660
 
16661
- #: wppa-settings-autosave.php:10054
16662
  msgid "Table XII:"
16663
  msgstr ""
16664
 
16665
- #: wppa-settings-autosave.php:10054
16666
  msgid "WPPA+ and PHP Configuration:"
16667
  msgstr ""
16668
 
16669
- #: wppa-settings-autosave.php:10055
16670
  msgid ""
16671
  "This table lists all WPPA+ constants and PHP server configuration parameters "
16672
  "and is read only"
16673
  msgstr ""
16674
 
16675
- #: wppa-settings-autosave.php:10070
16676
  msgid "Value"
16677
  msgstr ""
16678
 
16679
- #: wppa-settings-autosave.php:10076
16680
  msgid "Albums db table name."
16681
  msgstr ""
16682
 
16683
- #: wppa-settings-autosave.php:10088
16684
  msgid "Photos db table name."
16685
  msgstr ""
16686
 
16687
- #: wppa-settings-autosave.php:10100
16688
  msgid "Rating db table name."
16689
  msgstr ""
16690
 
16691
- #: wppa-settings-autosave.php:10112
16692
  msgid "Comments db table name."
16693
  msgstr ""
16694
 
16695
- #: wppa-settings-autosave.php:10124
16696
  msgid "IPTC db table name."
16697
  msgstr ""
16698
 
16699
- #: wppa-settings-autosave.php:10136
16700
  msgid "EXIF db table name."
16701
  msgstr ""
16702
 
16703
- #: wppa-settings-autosave.php:10148
16704
  msgid "Index db table name."
16705
  msgstr ""
16706
 
16707
- #: wppa-settings-autosave.php:10160
16708
  msgid "Session db table name."
16709
  msgstr ""
16710
 
16711
- #: wppa-settings-autosave.php:10172
16712
  msgid "Plugins main file name."
16713
  msgstr ""
16714
 
16715
- #: wppa-settings-autosave.php:10179
16716
  msgid "WP absolute path."
16717
  msgstr ""
16718
 
16719
- #: wppa-settings-autosave.php:10185
16720
  msgid "ABSPATH windows proof"
16721
  msgstr ""
16722
 
16723
- #: wppa-settings-autosave.php:10191
16724
  msgid "Path to plugins directory."
16725
  msgstr ""
16726
 
16727
- #: wppa-settings-autosave.php:10197
16728
  msgid "Plugins directory name."
16729
  msgstr ""
16730
 
16731
- #: wppa-settings-autosave.php:10203
16732
  msgid "Plugins directory url."
16733
  msgstr ""
16734
 
16735
- #: wppa-settings-autosave.php:10209
16736
  msgid "The relative upload directory."
16737
  msgstr ""
16738
 
16739
- #: wppa-settings-autosave.php:10215
16740
  msgid "The upload directory path."
16741
  msgstr ""
16742
 
16743
- #: wppa-settings-autosave.php:10221
16744
  msgid "The upload directory url."
16745
  msgstr ""
16746
 
16747
- #: wppa-settings-autosave.php:10227
16748
  msgid "The relative depot directory."
16749
  msgstr ""
16750
 
16751
- #: wppa-settings-autosave.php:10233
16752
  msgid "The depot directory path."
16753
  msgstr ""
16754
 
16755
- #: wppa-settings-autosave.php:10239
16756
  msgid "The depot directory url."
16757
  msgstr ""
16758
 
16759
- #: wppa-settings-autosave.php:10245
16760
  msgid "The path to wp-content."
16761
  msgstr ""
16762
 
16763
- #: wppa-settings-autosave.php:10251
16764
  msgid "WP Content url."
16765
  msgstr ""
16766
 
16767
- #: wppa-settings-autosave.php:10257
16768
  msgid "WP Base upload dir."
16769
  msgstr ""
16770
 
16771
- #: wppa-settings-autosave.php:10277
16772
  #, php-format
16773
  msgid "<br />Memory used on this page: %6.2f Mb."
16774
  msgstr ""
16775
 
16776
- #: wppa-settings-autosave.php:10278
16777
  #, php-format
16778
  msgid "<br />There are %d settings and %d runtime parameters."
16779
  msgstr ""
16780
 
16781
- #: wppa-settings-autosave.php:10557 wppa-settings-autosave.php:10577
16782
- #: wppa-settings-autosave.php:10598
16783
  msgid "Warning!"
16784
  msgstr ""
16785
 
16786
- #: wppa-settings-autosave.php:10578 wppa-settings-autosave.php:10598
16787
  msgid "Please read the help"
16788
  msgstr ""
16789
 
16790
- #: wppa-settings-autosave.php:10809
16791
  msgid "Show!"
16792
  msgstr ""
16793
 
16794
- #: wppa-settings-autosave.php:10829
16795
  msgid "Not done yet"
16796
  msgstr ""
16797
 
16798
- #: wppa-settings-autosave.php:10836
16799
  msgid "Start as cron job"
16800
  msgstr ""
16801
 
16802
- #: wppa-settings-autosave.php:10841 wppa-settings-autosave.php:10880
16803
  msgid "Locked!"
16804
  msgstr ""
16805
 
16806
- #: wppa-settings-autosave.php:10851
16807
  msgid "Crashed!"
16808
  msgstr ""
16809
 
16810
- #: wppa-settings-autosave.php:10866
16811
  msgid "Click me to resume"
16812
  msgstr ""
16813
 
16814
- #: wppa-settings-autosave.php:10875
16815
  msgid "Start!"
16816
  msgstr ""
16817
 
16818
- #: wppa-settings-autosave.php:10916
16819
  msgid ""
16820
  "You can not have popup and lightbox on thumbnails at the same time. Uncheck "
16821
  "either Table IV-C8 or choose a different linktype in Table VI-2."
16822
  msgstr ""
16823
 
16824
- #: wppa-settings-autosave.php:10919
16825
  msgid ""
16826
  "It is important that you select a page that contains at least [wppa][/wppa]."
16827
  msgstr ""
16828
 
16829
- #: wppa-settings-autosave.php:10920
16830
  msgid ""
16831
  "If you omit this, the link will not work at all or simply refresh the "
16832
  "(home)page."
@@ -16903,101 +16948,101 @@ msgstr ""
16903
  msgid "Search in current results"
16904
  msgstr ""
16905
 
16906
- #: wppa-setup.php:1747
16907
  msgid "Type your custom url here"
16908
  msgstr ""
16909
 
16910
- #: wppa-setup.php:1748
16911
  msgid "Type the title here"
16912
  msgstr ""
16913
 
16914
- #: wppa-setup.php:1767 wppa-topten-widget.php:35 wppa-topten-widget.php:49
16915
  #: wppa-topten-widget.php:311
16916
  msgid "Top Ten Photos"
16917
  msgstr ""
16918
 
16919
- #: wppa-setup.php:1770 wppa-thumbnail-widget.php:36
16920
  #: wppa-thumbnail-widget.php:167
16921
  msgid "Thumbnail Photos"
16922
  msgstr ""
16923
 
16924
- #: wppa-setup.php:1773
16925
  msgid "Search photos"
16926
  msgstr ""
16927
 
16928
- #: wppa-setup.php:1817
16929
  msgid ""
16930
  "The uploads directory does not exist, please do a regular WP upload first."
16931
  msgstr ""
16932
 
16933
- #: wppa-setup.php:1821
16934
  msgid "Successfully created uploads directory."
16935
  msgstr ""
16936
 
16937
- #: wppa-setup.php:1832
16938
  msgid "Could not create the wppa directory."
16939
  msgstr ""
16940
 
16941
- #: wppa-setup.php:1836
16942
  msgid "Successfully created wppa directory."
16943
  msgstr ""
16944
 
16945
- #: wppa-setup.php:1846
16946
  msgid "Could not create the wppa thumbs directory."
16947
  msgstr ""
16948
 
16949
- #: wppa-setup.php:1850
16950
  msgid "Successfully created wppa thumbs directory."
16951
  msgstr ""
16952
 
16953
- #: wppa-setup.php:1860
16954
  msgid "Could not create the wppa watermarks directory."
16955
  msgstr ""
16956
 
16957
- #: wppa-setup.php:1864
16958
  msgid "Successfully created wppa watermarks directory."
16959
  msgstr ""
16960
 
16961
- #: wppa-setup.php:1874
16962
  msgid "Could not create the wppa fonts directory."
16963
  msgstr ""
16964
 
16965
- #: wppa-setup.php:1878
16966
  msgid "Successfully created wppa fonts directory."
16967
  msgstr ""
16968
 
16969
- #: wppa-setup.php:1890
16970
  msgid "Unable to create depot directory."
16971
  msgstr ""
16972
 
16973
- #: wppa-setup.php:1894
16974
  msgid "Successfully created wppa depot directory."
16975
  msgstr ""
16976
 
16977
- #: wppa-setup.php:1905
16978
  msgid "Unable to create user depot directory"
16979
  msgstr ""
16980
 
16981
- #: wppa-setup.php:1909
16982
  msgid "Successfully created wppa user depot directory."
16983
  msgstr ""
16984
 
16985
- #: wppa-setup.php:1919
16986
  msgid "Unable to create temp directory"
16987
  msgstr ""
16988
 
16989
- #: wppa-setup.php:1923
16990
  msgid "Successfully created temp directory."
16991
  msgstr ""
16992
 
16993
- #: wppa-setup.php:1931
16994
  #, php-format
16995
  msgid ""
16996
  "Ask your administrator to give you more rights, or create <b>%s</b> manually "
16997
  "using an FTP program."
16998
  msgstr ""
16999
 
17000
- #: wppa-setup.php:2033
17001
  msgid "Default photo album for"
17002
  msgstr "Standard fotoalbum for"
17003
 
@@ -17846,8 +17891,8 @@ msgstr ""
17846
  msgid "WPPA+ Uploader Photos"
17847
  msgstr ""
17848
 
17849
- #: wppa-upldr-widget.php:37
17850
- msgid "Uploader Photoswp-photo-album-plus"
17851
  msgstr ""
17852
 
17853
  #: wppa-upldr-widget.php:43
@@ -17868,10 +17913,6 @@ msgid_plural "Number of photos: %d"
17868
  msgstr[0] ""
17869
  msgstr[1] ""
17870
 
17871
- #: wppa-upldr-widget.php:188
17872
- msgid "Uploader Photos"
17873
- msgstr ""
17874
-
17875
  #: wppa-upldr-widget.php:202
17876
  msgid "Number of photos"
17877
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Photo Album Plus\n"
4
+ "POT-Creation-Date: 2017-07-19 09:12+0200\n"
5
+ "PO-Revision-Date: 2017-07-19 09:13+0200\n"
6
  "Last-Translator: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
7
  "Language-Team: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
8
  "Language: da_DK\n"
38
  msgid "Warning. No page defined for search results!"
39
  msgstr "Advarsel. Ingen side defineret for søgeresultater!"
40
 
41
+ #: theme/photo-album-search-page.php:39 wppa-settings-autosave.php:384
42
+ #: wppa-settings-autosave.php:3364
43
  msgid "Search"
44
  msgstr "Søg"
45
 
70
  msgstr "Næste side"
71
 
72
  #: theme/search-2016.php:48 wppa-settings-autosave.php:382
73
+ #: wppa-settings-autosave.php:1635 wppa-settings-autosave.php:9470
74
  msgid "Page"
75
  msgstr "Side"
76
 
302
  msgstr ""
303
 
304
  #: wppa-admin.php:69 wppa-adminbar.php:89 wppa-potd-widget.php:64
305
+ #: wppa-settings-autosave.php:6270 wppa-setup.php:1752
306
  msgid "Photo of the day"
307
  msgstr ""
308
 
312
 
313
  #: wppa-admin.php:70 wppa-adminbar.php:96 wppa-settings-autosave.php:373
314
  #: wppa-settings-autosave.php:3189 wppa-settings-autosave.php:6271
315
+ #: wppa-settings-autosave.php:9269 wppa-settings-autosave.php:9314
316
  msgid "Comments"
317
  msgstr ""
318
 
345
  msgstr ""
346
 
347
  #: wppa-admin.php:131 wppa-comment-admin.php:115
348
+ #: wppa-settings-autosave.php:10585
349
  msgid "Update"
350
  msgstr ""
351
 
355
  msgstr ""
356
 
357
  #: wppa-adminbar.php:150 wppa-featen-widget.php:204 wppa-lasten-widget.php:207
358
+ #: wppa-potd-admin.php:331 wppa-search-widget.php:138
359
  #: wppa-slideshow-widget.php:197 wppa-thumbnail-widget.php:190
360
  #: wppa-topten-widget.php:331 wppa-topten-widget.php:372
361
  #: wppa-upload-widget.php:101
387
  #: wppa-album-widget.php:325 wppa-bestof-widget.php:129
388
  #: wppa-comment-widget.php:122 wppa-featen-widget.php:196 wppa-gp-widget.php:85
389
  #: wppa-lasten-widget.php:197 wppa-multitag-widget.php:76
390
+ #: wppa-potd-widget.php:216 wppa-qr-widget.php:92 wppa-search-widget.php:108
391
  #: wppa-slideshow-widget.php:189 wppa-stereo-widget.php:69
392
  #: wppa-super-view-widget.php:73 wppa-tagcloud-widget.php:72
393
  #: wppa-thumbnail-widget.php:179 wppa-topten-widget.php:326
642
  #: wppa-ajax.php:1172 wppa-ajax.php:1847 wppa-album-admin-autosave.php:488
643
  #: wppa-album-admin-autosave.php:537 wppa-album-admin-autosave.php:1462
644
  #: wppa-album-admin-autosave.php:1600 wppa-album-admin-autosave.php:1835
645
+ #: wppa-album-admin-autosave.php:1931 wppa-boxes-html.php:542
646
+ #: wppa-boxes-html.php:656 wppa-photo-admin-autosave.php:2525
647
  #: wppa-photo-admin-autosave.php:2721 wppa-photo-admin-autosave.php:3145
648
  #: wppa-potd-admin.php:71 wppa-potd-admin.php:358
649
  #: wppa-settings-autosave.php:518 wppa-settings-autosave.php:689
656
  #: wppa-settings-autosave.php:5167 wppa-settings-autosave.php:6230
657
  #: wppa-settings-autosave.php:6746 wppa-settings-autosave.php:6995
658
  #: wppa-settings-autosave.php:7017 wppa-settings-autosave.php:7868
659
+ #: wppa-settings-autosave.php:7892 wppa-settings-autosave.php:9263
660
+ #: wppa-settings-autosave.php:9986 wppa-settings-autosave.php:10142
661
  #: wppa-thumbnail-widget.php:195 wppa-upload.php:290
662
  msgid "Name"
663
  msgstr "Navn"
676
  #: wppa-settings-autosave.php:5168 wppa-settings-autosave.php:6231
677
  #: wppa-settings-autosave.php:6747 wppa-settings-autosave.php:6996
678
  #: wppa-settings-autosave.php:7018 wppa-settings-autosave.php:7869
679
+ #: wppa-settings-autosave.php:7893 wppa-settings-autosave.php:9987
680
+ #: wppa-settings-autosave.php:10009 wppa-settings-autosave.php:10049
681
+ #: wppa-settings-autosave.php:10071 wppa-settings-autosave.php:10117
682
+ #: wppa-settings-autosave.php:10143
683
  msgid "Description"
684
  msgstr ""
685
 
723
 
724
  #: wppa-ajax.php:1212 wppa-ajax.php:1871 wppa-album-admin-autosave.php:1483
725
  #: wppa-album-admin-autosave.php:1621 wppa-album-admin-autosave.php:1856
726
+ #: wppa-album-admin-autosave.php:1952 wppa-boxes-html.php:664
727
  #: wppa-photo-admin-autosave.php:2528 wppa-photo-admin-autosave.php:2724
728
  #: wppa-potd-admin.php:139 wppa-topten-widget.php:369
729
  msgid "Owner"
866
  msgstr ""
867
 
868
  #: wppa-ajax.php:1529 wppa-potd-admin.php:100 wppa-settings-autosave.php:3885
869
+ #: wppa-settings-autosave.php:9962 wppa-tinymce-shortcodes.php:628
870
  msgid "left"
871
  msgstr ""
872
 
875
  msgstr ""
876
 
877
  #: wppa-ajax.php:1535 wppa-potd-admin.php:100 wppa-settings-autosave.php:3885
878
+ #: wppa-settings-autosave.php:9964 wppa-tinymce-shortcodes.php:630
879
  msgid "right"
880
  msgstr ""
881
 
909
  msgid "A photo with filename %s already exists in album %s."
910
  msgstr ""
911
 
912
+ #: wppa-ajax.php:1765 wppa-ajax.php:1795 wppa-functions.php:4310
913
  #, php-format
914
  msgid "Album %s does not exist"
915
  msgstr ""
946
  #: wppa-ajax.php:1843 wppa-ajax.php:1891 wppa-comment-admin.php:186
947
  #: wppa-photo-admin-autosave.php:2527 wppa-photo-admin-autosave.php:2723
948
  #: wppa-settings-autosave.php:7021 wppa-settings-autosave.php:7872
949
+ #: wppa-settings-autosave.php:10010 wppa-settings-autosave.php:10050
950
+ #: wppa-settings-autosave.php:10072 wppa-settings-autosave.php:10118
951
  msgid "Status"
952
  msgstr ""
953
 
1479
  msgid "Manage Trashed Photos"
1480
  msgstr ""
1481
 
1482
+ #: wppa-album-admin-autosave.php:155 wppa-functions.php:4234
1483
  #: wppa-settings-autosave.php:8364 wppa-wpdb-insert.php:367
1484
  msgid "New Album"
1485
  msgstr "Nyt Album"
1819
  msgid "Type the name of the album. Do not leave this empty."
1820
  msgstr ""
1821
 
1822
+ #: wppa-album-admin-autosave.php:713 wppa-functions.php:4274
1823
  #: wppa-photo-admin-autosave.php:1674 wppa-photo-admin-autosave.php:1725
1824
  msgid "Description:"
1825
  msgstr ""
1898
  msgid "Link to:"
1899
  msgstr ""
1900
 
1901
+ #: wppa-album-admin-autosave.php:907 wppa-settings-autosave.php:10711
1902
+ #: wppa-settings-autosave.php:10753 wppa-settings-autosave.php:10805
1903
  msgid "There are no pages (yet) to link to."
1904
  msgstr ""
1905
 
2026
  msgid "Edit photo"
2027
  msgstr "N&aelig;ste billede"
2028
 
2029
+ #: wppa-album-admin-autosave.php:1198 wppa-boxes-html.php:1988
2030
+ #: wppa-boxes-html.php:1991
2031
  msgid "Delete Album"
2032
  msgstr ""
2033
 
2034
+ #: wppa-album-admin-autosave.php:1200 wppa-boxes-html.php:947
2035
  #: wppa-breadcrumb.php:330 wppa-breadcrumb.php:354 wppa-breadcrumb.php:384
2036
  #: wppa-breadcrumb.php:404 wppa-breadcrumb.php:498 wppa-breadcrumb.php:525
2037
  #: wppa-breadcrumb.php:698 wppa-upload.php:187 wppa-upload.php:330
2055
  #: wppa-album-admin-autosave.php:1519 wppa-album-admin-autosave.php:1559
2056
  #: wppa-album-admin-autosave.php:1657 wppa-album-admin-autosave.php:1892
2057
  #: wppa-album-admin-autosave.php:1988 wppa-album-admin-autosave.php:2262
2058
+ #: wppa-boxes-html.php:1062 wppa-comment-admin.php:142
2059
  #: wppa-comment-admin.php:205 wppa-functions.php:2163 wppa-links.php:816
2060
  #: wppa-links.php:834 wppa-photo-admin-autosave.php:2428
2061
  #: wppa-photo-admin-autosave.php:2572 wppa-thumbnails.php:673
2371
  msgstr[0] ""
2372
  msgstr[1] ""
2373
 
2374
+ #: wppa-album-covers.php:1535 wppa-boxes-html.php:1409 wppa-boxes-html.php:1727
2375
  #: wppa-breadcrumb.php:175 wppa-breadcrumb.php:181 wppa-breadcrumb.php:188
2376
  #: wppa-breadcrumb.php:434 wppa-breadcrumb.php:436 wppa-breadcrumb.php:442
2377
  #: wppa-breadcrumb.php:444 wppa-breadcrumb.php:452 wppa-breadcrumb.php:468
2388
  msgid "New"
2389
  msgstr "Ny"
2390
 
2391
+ #: wppa-album-covers.php:1860 wppa-boxes-html.php:971 wppa-non-admin.php:850
2392
  #: wppa-settings-autosave.php:2363 wppa-settings-autosave.php:5800
2393
+ #: wppa-settings-autosave.php:8918
2394
  msgid "Slideshow"
2395
  msgstr "Slideshow"
2396
 
2429
  msgid "--- all separate albums ---"
2430
  msgstr ""
2431
 
2432
+ #: wppa-album-navigator-widget.php:104 wppa-common-functions.php:1767
2433
  #: wppa-items.php:492
2434
  msgid "--- owner/public ---"
2435
  msgstr "---ejer/offentlige---"
2508
  msgid "Max number of thumbnails"
2509
  msgstr ""
2510
 
2511
+ #: wppa-bestof-widget.php:135 wppa-boxes-html.php:516 wppa-breadcrumb.php:178
2512
  msgid "Photos"
2513
  msgstr "Foto's"
2514
 
2573
  msgid "Show number of ratings"
2574
  msgstr ""
2575
 
2576
+ #: wppa-bestof-widget.php:185 wppa-common-functions.php:1749
2577
  #: wppa-import.php:1660 wppa-items.php:465 wppa-potd-admin.php:100
2578
  #: wppa-potd-admin.php:136 wppa-settings-autosave.php:1436
2579
  #: wppa-settings-autosave.php:1812 wppa-settings-autosave.php:2017
2584
  #: wppa-settings-autosave.php:5874 wppa-settings-autosave.php:6547
2585
  #: wppa-settings-autosave.php:6707 wppa-settings-autosave.php:8320
2586
  #: wppa-settings-autosave.php:8539 wppa-settings-autosave.php:8615
2587
+ #: wppa-settings-autosave.php:9665 wppa-settings-autosave.php:9822
2588
+ #: wppa-settings-autosave.php:9961 wppa-thumbnail-widget.php:193
2589
  #: wppa-tinymce-shortcodes.php:627 wppa-watermark.php:590
2590
  msgid "--- none ---"
2591
  msgstr "--- ingen ---"
2610
  msgid "All the authors photos, slideshow"
2611
  msgstr ""
2612
 
2613
+ #: wppa-boxes-html.php:139 wppa-boxes-html.php:378
2614
  msgid "Photo search results"
2615
  msgstr "Foto søgeresultater"
2616
 
2617
+ #: wppa-boxes-html.php:194 wppa-boxes-html.php:535
2618
  msgid "Category"
2619
  msgstr "Kategori"
2620
 
2621
+ #: wppa-boxes-html.php:213 wppa-common-functions.php:1755 wppa-items.php:483
2622
  #: wppa-multitag-widget.php:84 wppa-multitag-widget.php:93
2623
  #: wppa-slideshow-widget.php:193 wppa-tagcloud-widget.php:77
2624
  #: wppa-tagcloud-widget.php:90
2625
  msgid "--- all ---"
2626
  msgstr "--- alle ---"
2627
 
2628
+ #: wppa-boxes-html.php:290
 
2629
  msgid "Search photos &hellip;"
2630
+ msgstr "Søg billeder ..."
2631
 
2632
+ #: wppa-boxes-html.php:510 wppa-breadcrumb.php:163 wppa-lasten-widget.php:214
2633
  #: wppa-settings-autosave.php:371
2634
  msgid "Albums"
2635
  msgstr "Album"
2636
 
2637
+ #: wppa-boxes-html.php:548 wppa-boxes-html.php:681 wppa-gp-widget.php:31
2638
  #: wppa-gp-widget.php:81 wppa-settings-autosave.php:1705
2639
  #: wppa-settings-autosave.php:8435 wppa-settings-autosave.php:8446
2640
  msgid "Text"
2641
  msgstr "Tekst"
2642
 
2643
+ #: wppa-boxes-html.php:564 wppa-boxes-html.php:618 wppa-boxes-html.php:764
2644
+ #: wppa-boxes-html.php:794
2645
  msgid "CTRL+Click to add/remove option."
2646
  msgstr "CTRL + Klik for at tilføje / fjerne mulighed."
2647
 
2648
+ #: wppa-boxes-html.php:565 wppa-boxes-html.php:619 wppa-boxes-html.php:765
2649
+ #: wppa-boxes-html.php:795
2650
  msgid "Items must meet all selected options."
2651
  msgstr "Elementer skal opfylde alle valgte indstillinger."
2652
 
2653
+ #: wppa-boxes-html.php:673 wppa-settings-autosave.php:10007
2654
+ #: wppa-settings-autosave.php:10047 wppa-settings-autosave.php:10069
2655
+ #: wppa-settings-autosave.php:10115
2656
  msgid "Tag"
2657
  msgstr "Tag"
2658
 
2659
+ #: wppa-boxes-html.php:689
2660
  msgid "Iptc"
2661
  msgstr "Iptc"
2662
 
2663
+ #: wppa-boxes-html.php:698
2664
  msgid "Exif"
2665
  msgstr "Exif"
2666
 
2667
+ #: wppa-boxes-html.php:896 wppa-boxes-html.php:975
2668
  msgid "Submit"
2669
  msgstr "Indsend"
2670
 
2671
+ #: wppa-boxes-html.php:938
2672
  msgid "Super View Photos"
2673
  msgstr "Super View Billeder"
2674
 
2675
+ #: wppa-boxes-html.php:963 wppa-settings-autosave.php:388
2676
  #: wppa-settings-autosave.php:5034
2677
  msgid "Thumbnails"
2678
  msgstr "Miniatyrbilder"
2679
 
2680
+ #: wppa-boxes-html.php:1073
2681
  msgid "No zipfiles available"
2682
  msgstr ""
2683
 
2684
+ #: wppa-boxes-html.php:1105
2685
  msgid "Tagged photos"
2686
  msgstr "Tagged fotos"
2687
 
2688
+ #: wppa-boxes-html.php:1119
2689
  msgid "Please select a tagcloud landing page in Table VI-C3b"
2690
  msgstr "V&aelig;lg en side, hvor tag-skyen skal vises i Tabel VI-C3b"
2691
 
2692
+ #: wppa-boxes-html.php:1179
2693
  msgid "Multi Tagged photos"
2694
  msgstr "Multi Tagged billeder"
2695
 
2696
+ #: wppa-boxes-html.php:1194
2697
  msgid "Please select a multitag landing page in Table VI-C4b"
2698
  msgstr "V&aelig;lg en side, hvor multi-tag skal vises i Tabel VI-C4b"
2699
 
2700
+ #: wppa-boxes-html.php:1239
2701
  msgid "Please check the tag(s) that the photos must have"
2702
  msgstr "Unders&oslash;g de tag(s) som dine fotos har"
2703
 
2704
+ #: wppa-boxes-html.php:1270
2705
  msgid "And"
2706
  msgstr "og"
2707
 
2708
+ #: wppa-boxes-html.php:1281
2709
  msgid "Or"
2710
  msgstr "Eller"
2711
 
2712
+ #: wppa-boxes-html.php:1296
2713
  msgid "Inverse selection"
2714
  msgstr "Invertér udvalg"
2715
 
2716
+ #: wppa-boxes-html.php:1349
2717
  msgid "Find!"
2718
  msgstr "Find!"
2719
 
2720
+ #: wppa-boxes-html.php:1380
2721
  msgid "Social media landing page"
2722
  msgstr "Sociale medier destinationsside"
2723
 
2724
+ #: wppa-boxes-html.php:1410 wppa-utils.php:1579
2725
  #, php-format
2726
  msgid "See this image on %s"
2727
  msgstr "Se dette billed p&aring; %s"
2728
 
2729
+ #: wppa-boxes-html.php:1439 wppa-boxes-html.php:1747 wppa-qr-widget.php:47
2730
  msgid "QR code"
2731
  msgstr "QR kode"
2732
 
2733
+ #: wppa-boxes-html.php:1484 wppa-boxes-html.php:1779
2734
  #, php-format
2735
  msgid "Tweet %s on Twitter"
2736
  msgstr "Tweet %s p&aring; Twitter"
2737
 
2738
+ #: wppa-boxes-html.php:1491 wppa-boxes-html.php:1786
2739
  msgid "Share on Twitter"
2740
  msgstr "Del på Twitter"
2741
 
2742
+ #: wppa-boxes-html.php:1504 wppa-boxes-html.php:1799
2743
  #, php-format
2744
  msgid "Share %s on Google+"
2745
  msgstr "Del %s p&aring; Google+"
2746
 
2747
+ #: wppa-boxes-html.php:1511 wppa-boxes-html.php:1807
2748
  msgid "Share on Google+"
2749
  msgstr "Del på Google+"
2750
 
2751
+ #: wppa-boxes-html.php:1526
2752
  #, php-format
2753
  msgid "Share %s on Pinterest"
2754
  msgstr "Del %s p&aring; Pinterest"
2755
 
2756
+ #: wppa-boxes-html.php:1536
2757
  msgid "Share on Pinterest"
2758
  msgstr "Del på Pinterest"
2759
 
2760
+ #: wppa-boxes-html.php:1568
2761
  #, php-format
2762
  msgid "Share %s on LinkedIn"
2763
  msgstr ""
2764
 
2765
+ #: wppa-boxes-html.php:1684 wppa-boxes-html.php:1883
2766
  msgid "Comment on Facebook:"
2767
  msgstr "Kommentar på Facebook:"
2768
 
2769
+ #: wppa-boxes-html.php:1728
2770
  #, php-format
2771
  msgid "See this article on %s"
2772
  msgstr ""
2773
 
2774
+ #: wppa-boxes-html.php:1986 wppa-import.php:1347
2775
  msgid "Working..."
2776
  msgstr "Arbejder…"
2777
 
2778
+ #: wppa-boxes-html.php:2083
2779
  msgid "Create Sub Album"
2780
  msgstr ""
2781
 
2782
+ #: wppa-boxes-html.php:2083
2783
  msgid "Create Album"
2784
  msgstr "Opret album"
2785
 
2786
+ #: wppa-boxes-html.php:2131
2787
  msgid "Enter album name."
2788
  msgstr "Indtast albummets navn."
2789
 
2790
+ #: wppa-boxes-html.php:2133 wppa-boxes-html.php:3145
2791
  msgid "Don't leave this blank!"
2792
  msgstr "Lad ikke dette tomt!"
2793
 
2794
+ #: wppa-boxes-html.php:2154
2795
  msgid "Enter album description"
2796
  msgstr "Indtast album beskrivelse"
2797
 
2798
+ #: wppa-boxes-html.php:2182
2799
  msgid "Create album"
2800
  msgstr "Opret album"
2801
 
2802
+ #: wppa-boxes-html.php:2342 wppa-boxes-html.php:2356 wppa-functions.php:4508
2803
  msgid "Max uploads reached"
2804
  msgstr "Maks. antal indsendinger er opn&aring;et"
2805
 
2806
+ #: wppa-boxes-html.php:2421 wppa-upload.php:210
2807
  msgid "Upload Photo"
2808
  msgstr "Indsend foto"
2809
 
2810
+ #: wppa-boxes-html.php:2496
2811
  msgid "Enter album id"
2812
  msgstr ""
2813
 
2814
+ #: wppa-boxes-html.php:2525
2815
  msgid "Select Photo / Video / Camera"
2816
  msgstr ""
2817
 
2818
+ #: wppa-boxes-html.php:2528
2819
  msgid "Select Photo / Camera"
2820
  msgstr ""
2821
 
2822
+ #: wppa-boxes-html.php:2533
2823
  msgid "Select Photo / Video"
2824
  msgstr ""
2825
 
2826
+ #: wppa-boxes-html.php:2536
2827
  msgid "Select Photo"
2828
  msgstr ""
2829
 
2830
+ #: wppa-boxes-html.php:2543
2831
  msgid "Select Photos / Video / Camera"
2832
  msgstr ""
2833
 
2834
+ #: wppa-boxes-html.php:2546
2835
  msgid "Select Photos / Camera"
2836
  msgstr ""
2837
 
2838
+ #: wppa-boxes-html.php:2551
2839
  msgid "Select Photos / Video"
2840
  msgstr ""
2841
 
2842
+ #: wppa-boxes-html.php:2554
2843
  msgid "Select Photos"
2844
  msgstr ""
2845
 
2846
+ #: wppa-boxes-html.php:2604
2847
  #, php-format
2848
  msgid "You may upload %d photo"
2849
  msgid_plural ""
2852
  msgstr[0] ""
2853
  msgstr[1] ""
2854
 
2855
+ #: wppa-boxes-html.php:2613
2856
  #, php-format
2857
  msgid "Min photo size: %d pixels"
2858
  msgstr ""
2859
 
2860
+ #: wppa-boxes-html.php:2620
2861
  #, php-format
2862
  msgid "Max photo size: %d pixels"
2863
  msgstr ""
2864
 
2865
+ #: wppa-boxes-html.php:2628
2866
  #, php-format
2867
  msgid "Max photo size: %d x %d (%2.1f MegaPixel)"
2868
  msgstr "Maks. foto st&oslash;rrelse: %d x %d (%2.1f MegaPixel)"
2869
 
2870
+ #: wppa-boxes-html.php:2658 wppa-import.php:578 wppa-upload.php:196
2871
  #: wppa-upload.php:340 wppa-upload.php:417
2872
  msgid "Apply watermark file:"
2873
  msgstr "Inds&aelig;t vandm&aelig;rke:"
2874
 
2875
+ #: wppa-boxes-html.php:2680 wppa-import.php:582 wppa-upload.php:200
2876
  #: wppa-upload.php:344 wppa-upload.php:421
2877
  msgid "Position:"
2878
  msgstr "Position:"
2879
 
2880
+ #: wppa-boxes-html.php:2708
2881
  msgid ""
2882
  "If you leave this blank, iptc tag 005 (Graphic name) will be used as "
2883
  "photoname if available, else the original filename will be used as photo "
2887
  "som photoname hvis tilgængelig, ellers det oprindelige filnavn vil blive "
2888
  "brugt som foto navn."
2889
 
2890
+ #: wppa-boxes-html.php:2713
2891
  msgid ""
2892
  "If you leave this blank, iptc tag 120 (Caption) will be used as photoname if "
2893
  "available, else the original filename will be used as photo name."
2896
  "photoname hvis tilgængelig, ellers det oprindelige filnavn vil blive brugt "
2897
  "som foto navn."
2898
 
2899
+ #: wppa-boxes-html.php:2718
2900
  msgid "If you leave this blank, \"Photo photoid\" will be used as photo name."
2901
  msgstr ""
2902
 
2903
+ #: wppa-boxes-html.php:2724
2904
  msgid ""
2905
  "If you leave this blank, the original filename will be used as photo name."
2906
  msgstr ""
2907
  "Hvis du ikke udfylder dette felt, s&aring; vil filens navn blive brugt som "
2908
  "foto navn"
2909
 
2910
+ #: wppa-boxes-html.php:2729 wppa-settings-autosave.php:1751
2911
  msgid "Photo name"
2912
  msgstr ""
2913
 
2914
+ #: wppa-boxes-html.php:2747
2915
  msgid "Photo description"
2916
  msgstr ""
2917
 
2918
+ #: wppa-boxes-html.php:2775
2919
  msgid "hidden"
2920
  msgstr "skjult"
2921
 
2922
+ #: wppa-boxes-html.php:2846
2923
  msgid "Preview tags:"
2924
  msgstr "Eksempel tags:"
2925
 
2926
+ #: wppa-boxes-html.php:2867
2927
  msgid "Blog it?"
2928
  msgstr ""
2929
 
2930
+ #: wppa-boxes-html.php:2877 wppa-boxes-html.php:2952
2931
  msgid "Upload and blog"
2932
  msgstr ""
2933
 
2934
+ #: wppa-boxes-html.php:2881 wppa-boxes-html.php:2952
2935
  msgid "Upload photo"
2936
  msgstr "Upload foto"
2937
 
2938
+ #: wppa-boxes-html.php:2905
2939
  msgid "Post title:"
2940
  msgstr ""
2941
 
2942
+ #: wppa-boxes-html.php:2915
2943
  msgid "Text BEFORE the image:"
2944
  msgstr ""
2945
 
2946
+ #: wppa-boxes-html.php:2925
2947
  msgid "Text AFTER the image:"
2948
  msgstr ""
2949
 
2950
+ #: wppa-boxes-html.php:2945
2951
  msgid "Please select an album and try again"
2952
  msgstr "Vælg et album, og prøv igen"
2953
 
2954
+ #: wppa-boxes-html.php:3017
2955
  msgid "Processing..."
2956
  msgstr ""
2957
 
2958
+ #: wppa-boxes-html.php:3022 wppa-import.php:153
2959
  msgid "Done!"
2960
  msgstr ""
2961
 
2962
+ #: wppa-boxes-html.php:3030
2963
  msgid "ERROR: unable to upload files."
2964
  msgstr "FEJL: ude af stand til at uploade filer."
2965
 
2966
+ #: wppa-boxes-html.php:3084
2967
  msgid "Edit Album Info"
2968
  msgstr ""
2969
 
2970
+ #: wppa-boxes-html.php:3143
2971
  msgid "Enter album name"
2972
  msgstr "Indtast albummets navn"
2973
 
2974
+ #: wppa-boxes-html.php:3165
2975
  msgid "Album description:"
2976
  msgstr "Album beskrivelse:"
2977
 
2978
+ #: wppa-boxes-html.php:3219
2979
  msgid "Update album"
2980
  msgstr "Opdater album"
2981
 
2982
+ #: wppa-boxes-html.php:3288
2983
  msgid "wrote:"
2984
  msgstr "skrev:"
2985
 
2986
+ #: wppa-boxes-html.php:3350
2987
  msgid "Avatar"
2988
  msgstr "Profilbillede"
2989
 
2990
+ #: wppa-boxes-html.php:3402 wppa-links.php:860
2991
  msgid "Awaiting moderation"
2992
  msgstr "Venter p&aring; godkendelse"
2993
 
2994
+ #: wppa-boxes-html.php:3405
2995
  msgid "Marked as spam"
2996
  msgstr "Markeret som spam"
2997
 
2998
+ #: wppa-boxes-html.php:3429
2999
  msgid "Edit!"
3000
  msgstr "Rediger!"
3001
 
3002
+ #: wppa-boxes-html.php:3433
3003
  msgid "Send!"
3004
  msgstr "Send"
3005
 
3006
+ #: wppa-boxes-html.php:3494
3007
  msgid "Your name:"
3008
  msgstr "Dit navn"
3009
 
3010
+ #: wppa-boxes-html.php:3509
3011
  msgid "Your email:"
3012
  msgstr "Din email"
3013
 
3014
+ #: wppa-boxes-html.php:3525
3015
  msgid "Your comment:"
3016
  msgstr "Din kommentar"
3017
 
3018
+ #: wppa-boxes-html.php:3569
3019
  #, php-format
3020
  msgid "You must <a href=\"%s\">login</a> to enter a comment"
3021
  msgstr "Du skal <a href=\"%s\">logge ind</a> for at indtaste en kommentar"
3022
 
3023
+ #: wppa-boxes-html.php:3572
3024
  msgid "You must login to enter a comment"
3025
  msgstr "Du skal logge ind for at indtaste en kommentar"
3026
 
3027
+ #: wppa-boxes-html.php:3584 wppa-functions.php:2673 wppa-thumbnails.php:735
3028
  #, php-format
3029
  msgid "%d comment"
3030
  msgid_plural "%d comments"
3031
  msgstr[0] "%d kommentar"
3032
  msgstr[1] "%d kommentarer"
3033
 
3034
+ #: wppa-boxes-html.php:3588
3035
  msgid "Leave a comment"
3036
  msgstr "Skriv en kommentar"
3037
 
3038
+ #: wppa-boxes-html.php:3685
3039
  msgid "Show IPTC data"
3040
  msgstr "Vis IPTC data"
3041
 
3042
+ #: wppa-boxes-html.php:3696
3043
  msgid "Hide IPTC data"
3044
  msgstr "Skjul IPTC data"
3045
 
3046
+ #: wppa-boxes-html.php:3744
3047
  msgid "No IPTC data"
3048
  msgstr "Ingen IPTC data"
3049
 
3050
+ #: wppa-boxes-html.php:3796
3051
  msgid "Show EXIF data"
3052
  msgstr "Vis EXIF data"
3053
 
3054
+ #: wppa-boxes-html.php:3807
3055
  msgid "Hide EXIF data"
3056
  msgstr "Skjul EXIF data"
3057
 
3058
+ #: wppa-boxes-html.php:3859
3059
  msgid "No EXIF data"
3060
  msgstr "Ingen EXIF data"
3061
 
3062
+ #: wppa-boxes-html.php:3973 wppa-boxes-html.php:3978
3063
  msgid "< Previous"
3064
  msgstr "< Forrige"
3065
 
3066
+ #: wppa-boxes-html.php:3984 wppa-boxes-html.php:3989
3067
  msgid "Next >"
3068
  msgstr "Næste >"
3069
 
3070
+ #: wppa-boxes-html.php:4091 wppa-boxes-html.php:4170
3071
  msgid "See the authors albums"
3072
  msgstr "Se forfatternes album"
3073
 
3074
+ #: wppa-boxes-html.php:4095 wppa-boxes-html.php:4103 wppa-boxes-html.php:4174
3075
  msgid "See the authors photos"
3076
  msgstr "Se forfatternes billeder"
3077
 
3078
+ #: wppa-boxes-html.php:4099 wppa-boxes-html.php:4107 wppa-boxes-html.php:4178
3079
  msgid "See all the authors photos"
3080
  msgstr "Se alle forfatternes billeder"
3081
 
3082
+ #: wppa-boxes-html.php:4133
3083
  #, php-format
3084
  msgid "Photo by: %s"
3085
  msgstr "Foto af: %s"
3086
 
3087
+ #: wppa-boxes-html.php:4136 wppa-boxes-html.php:4199
3088
  #, php-format
3089
  msgid "%d max rating"
3090
  msgid_plural "%d max ratings"
3091
  msgstr[0] ""
3092
  msgstr[1] ""
3093
 
3094
+ #: wppa-boxes-html.php:4140 wppa-boxes-html.php:4203 wppa-non-admin.php:1014
3095
  #: wppa-topten-widget.php:209 wppa-topten-widget.php:226
3096
  #: wppa-topten-widget.php:262
3097
  #, php-format
3100
  msgstr[0] ""
3101
  msgstr[1] ""
3102
 
3103
+ #: wppa-boxes-html.php:4144
3104
  #, php-format
3105
  msgid "Rating: %4.2f."
3106
  msgstr ""
3107
 
3108
+ #: wppa-boxes-html.php:4152
3109
  #, php-format
3110
  msgid "Photo %s not found."
3111
  msgstr "Foto %s ikke fundet."
3112
 
3113
+ #: wppa-boxes-html.php:4207
3114
  #, php-format
3115
  msgid "Mean value: %4.2f."
3116
  msgstr "Middelværdi: %4.2f."
3117
 
3118
+ #: wppa-boxes-html.php:4561
3119
  msgid "Refresh"
3120
  msgstr "Opdater"
3121
 
3364
  msgstr ""
3365
 
3366
  #: wppa-comment-admin.php:393 wppa-comment-admin.php:394
3367
+ #: wppa-common-functions.php:622 wppa-functions.php:4949
3368
  #: wppa-settings-autosave.php:6840 wppa-settings-autosave.php:6841
3369
  #, php-format
3370
  msgid "%d minute"
3373
  msgstr[1] ""
3374
 
3375
  #: wppa-comment-admin.php:395 wppa-common-functions.php:626
3376
+ #: wppa-functions.php:4945 wppa-settings-autosave.php:6842
3377
  #: wppa-settings-autosave.php:8330
3378
  #, php-format
3379
  msgid "%d hour"
3382
  msgstr[1] ""
3383
 
3384
  #: wppa-comment-admin.php:396 wppa-common-functions.php:630
3385
+ #: wppa-functions.php:4941 wppa-settings-autosave.php:6843
3386
  #: wppa-settings-autosave.php:8331 wppa-settings-autosave.php:8332
3387
  #: wppa-settings-autosave.php:8333 wppa-settings-autosave.php:8334
3388
  #: wppa-settings-autosave.php:8335 wppa-settings-autosave.php:8336
3389
  #: wppa-settings-autosave.php:8338 wppa-settings-autosave.php:8339
3390
+ #: wppa-settings-autosave.php:8340 wppa-settings-autosave.php:9725
3391
  #, php-format
3392
  msgid "%d day"
3393
  msgid_plural "%d days"
3395
  msgstr[1] ""
3396
 
3397
  #: wppa-comment-admin.php:397 wppa-common-functions.php:634
3398
+ #: wppa-functions.php:4937 wppa-settings-autosave.php:6844
3399
  #: wppa-settings-autosave.php:8337 wppa-settings-autosave.php:8341
3400
  #: wppa-settings-autosave.php:8342 wppa-settings-autosave.php:8343
3401
+ #: wppa-settings-autosave.php:9726
3402
  #, php-format
3403
  msgid "%d week"
3404
  msgid_plural "%d weeks"
3468
  msgid "Table I-F3 and 4"
3469
  msgstr ""
3470
 
3471
+ #: wppa-common-functions.php:618 wppa-functions.php:4953
3472
  #, php-format
3473
  msgid "%d second"
3474
  msgid_plural "%d seconds"
3476
  msgstr[1] ""
3477
 
3478
  #: wppa-common-functions.php:638 wppa-settings-autosave.php:8344
3479
+ #: wppa-settings-autosave.php:9727 wppa-settings-autosave.php:9728
3480
+ #: wppa-settings-autosave.php:9729 wppa-settings-autosave.php:9730
3481
+ #: wppa-settings-autosave.php:9731 wppa-settings-autosave.php:9733
3482
  #, php-format
3483
  msgid "%d month"
3484
  msgid_plural "%d months"
3485
  msgstr[0] ""
3486
  msgstr[1] ""
3487
 
3488
+ #: wppa-common-functions.php:641 wppa-settings-autosave.php:9732
3489
+ #: wppa-settings-autosave.php:9734
3490
  #, php-format
3491
  msgid "%d year"
3492
  msgid_plural "%d years"
3493
  msgstr[0] ""
3494
  msgstr[1] ""
3495
 
3496
+ #: wppa-common-functions.php:1418
3497
  #, php-format
3498
  msgid ""
3499
  "Based on your server memory limit you should not upload images larger then "
3502
  "Baseret på din server hukommelse grænse bør du ikke uploade billeder større "
3503
  "derefter <strong>%d x %d (% 2.1f MP)</strong>"
3504
 
3505
+ #: wppa-common-functions.php:1743
3506
  msgid "- select an album -"
3507
  msgstr "- vælg et album -"
3508
 
3509
+ #: wppa-common-functions.php:1761
3510
  msgid "--- generic ---"
3511
  msgstr "--- generisk ---"
3512
 
3513
+ #: wppa-common-functions.php:1778
3514
  msgid "--- multiple see below ---"
3515
  msgstr "--- multipel se nedenfor ---"
3516
 
3517
+ #: wppa-common-functions.php:1784
3518
  msgid "--- a selection box ---"
3519
  msgstr "--- et valgboksen ---"
3520
 
3521
+ #: wppa-common-functions.php:1835 wppa-import.php:1661 wppa-items.php:474
3522
  #: wppa-settings-autosave.php:8539 wppa-settings-autosave.php:8615
3523
  msgid "--- separate ---"
3524
  msgstr "--- adskille ---"
3525
 
3526
+ #: wppa-common-functions.php:1953
3527
  msgid "Photo id ="
3528
  msgstr "Foto id ="
3529
 
3530
+ #: wppa-common-functions.php:1953
3531
  msgid "Value ="
3532
  msgstr "Værdi ="
3533
 
3969
  msgid "Moderate comment admin"
3970
  msgstr "Godkend kommentar administration"
3971
 
3972
+ #: wppa-functions.php:2467 wppa-functions.php:4749 wppa-import.php:1580
3973
  #: wppa-upload.php:611
3974
  msgid "Moderate manage photo"
3975
  msgstr "Se fotos"
4016
  msgid "ERROR: Illegal attempt to enter a comment."
4017
  msgstr "FEJL: Ulovlig forsøg på at indtaste en kommentar."
4018
 
4019
+ #: wppa-functions.php:4237
4020
  msgid "ERROR: Illegal attempt to create an album."
4021
  msgstr "FEJL: Ulovlig forsøg på at skabe et album."
4022
 
4023
+ #: wppa-functions.php:4245
4024
  msgid "Wrong captcha, please try again"
4025
  msgstr "Forkert captcha, prøv igen"
4026
 
4027
+ #: wppa-functions.php:4261
4028
  #, php-format
4029
  msgid "Album #%s created"
4030
  msgstr "Album #%s oprettet"
4031
 
4032
+ #: wppa-functions.php:4272
4033
  #, php-format
4034
  msgid "User %s created album #%s with name %s."
4035
  msgstr ""
4036
 
4037
+ #: wppa-functions.php:4283
4038
  #, php-format
4039
  msgid "The new album is a subalbum of album %s"
4040
  msgstr ""
4041
 
4042
+ #: wppa-functions.php:4285
4043
  msgid ""
4044
  "You are receiving this email because you are assigned to monitor new album "
4045
  "creations."
4046
  msgstr ""
4047
 
4048
+ #: wppa-functions.php:4286
4049
  msgid "New useralbum created"
4050
  msgstr ""
4051
 
4052
+ #: wppa-functions.php:4292
4053
  msgid "Could not create album"
4054
  msgstr "Kunne ikke oprette album"
4055
 
4056
+ #: wppa-functions.php:4304
4057
  msgid "ERROR: Illegal attempt to upload a file."
4058
  msgstr "FEJL: Ulovlig forsøg på at uploade en fil."
4059
 
4060
+ #: wppa-functions.php:4388
4061
  #, php-format
4062
  msgid "%d photo successfully uploaded"
4063
  msgid_plural "%d photos successfully uploaded"
4064
  msgstr[0] ""
4065
  msgstr[1] ""
4066
 
4067
+ #: wppa-functions.php:4393
4068
  msgid "Photo upload"
4069
  msgstr "Foto upload"
4070
 
4071
+ #: wppa-functions.php:4397
4072
  #, php-format
4073
  msgid "%s points added"
4074
  msgstr ""
4075
 
4076
+ #: wppa-functions.php:4403
4077
  msgid "Your post is awaiting moderation."
4078
  msgstr ""
4079
 
4080
+ #: wppa-functions.php:4406
4081
  msgid "Your post is published."
4082
  msgstr ""
4083
 
4084
+ #: wppa-functions.php:4414
4085
  msgid "Upload failed"
4086
  msgstr "Indl&aelig;sning fejlede"
4087
 
4088
+ #: wppa-functions.php:4417
4089
  #, php-format
4090
  msgid "%d upload failed"
4091
  msgid_plural "%d uploads failed"
4092
  msgstr[0] ""
4093
  msgstr[1] ""
4094
 
4095
+ #: wppa-functions.php:4514
4096
  msgid "Error during upload"
4097
  msgstr "Fejl under upload"
4098
 
4099
+ #: wppa-functions.php:4570
4100
  msgid "Could not insert media into db."
4101
  msgstr ""
4102
 
4103
+ #: wppa-functions.php:4614
4104
  msgid "Uploaded file is not an image"
4105
  msgstr "Uploaded fil er ikke et billede"
4106
 
4107
+ #: wppa-functions.php:4620
4108
  #, php-format
4109
  msgid "Only gif, jpg and png image files are supported. Returned info = %s."
4110
  msgstr ""
4111
 
4112
+ #: wppa-functions.php:4628
4113
  #, php-format
4114
  msgid "Uploaded file is smaller than the allowed minimum of %d pixels."
4115
  msgstr ""
4116
 
4117
+ #: wppa-functions.php:4637
4118
  #, php-format
4119
  msgid "Uploaded file is larger than the allowed maximum of %d pixels."
4120
  msgstr ""
4121
 
4122
+ #: wppa-functions.php:4645
4123
  #, php-format
4124
  msgid "Uploaded file %s already exists in this album."
4125
  msgstr "Uploadet fil %s findes allerede i dette album."
4126
 
4127
+ #: wppa-functions.php:4655
4128
  #, php-format
4129
  msgid "The image is too big. Max photo size: %d x %d (%2.1f MegaPixel)"
4130
  msgstr ""
4131
  "Billedet er for stort. Maks. foto st&oslash;rrelse: %d x %d (%2.1f MegaPixel)"
4132
 
4133
+ #: wppa-functions.php:4698
4134
  msgid "Could not insert photo into db."
4135
  msgstr "Kunne ikke inds&aelig;tte foto i databasen."
4136
 
4137
+ #: wppa-functions.php:4745 wppa-import.php:1576 wppa-upload.php:607
4138
  #, php-format
4139
  msgid "New photo uploaded: %s"
4140
  msgstr "Nyt foto indsendt: %s"
4141
 
4142
+ #: wppa-functions.php:4746 wppa-import.php:1577 wppa-upload.php:608
4143
  #, php-format
4144
  msgid "User %1$s uploaded photo %2$s into album %3$s"
4145
  msgstr "Bruger %1$s indsendte foto %2$s ind i album %3$s"
4146
 
4147
+ #: wppa-functions.php:4748 wppa-import.php:1579 wppa-upload.php:610
4148
  msgid "This upload requires moderation"
4149
  msgstr "Denne indsendelse kr&aelig;ver godkendelse"
4150
 
4151
+ #: wppa-functions.php:4752 wppa-import.php:1583 wppa-upload.php:614
4152
  msgid "Details:"
4153
  msgstr "Detaljer:"
4154
 
4155
+ #: wppa-functions.php:4753 wppa-import.php:1584 wppa-upload.php:615
4156
  #: wppa-utils.php:840 wppa-utils.php:852
4157
  msgid "Manage photo"
4158
  msgstr "Se fotos"
4159
 
4160
+ #: wppa-functions.php:4934
4161
  msgid "You can upload after"
4162
  msgstr "Du kan indsende efter"
4163
 
4164
+ #: wppa-functions.php:4978 wppa-functions.php:4982 wppa-functions.php:4989
4165
+ #: wppa-functions.php:4993 wppa-links.php:1267 wppa-non-admin.php:910
4166
+ #: wppa-settings-autosave.php:10154 wppa-settings-autosave.php:10166
4167
+ #: wppa-settings-autosave.php:10178 wppa-settings-autosave.php:10190
4168
+ #: wppa-settings-autosave.php:10202 wppa-settings-autosave.php:10214
4169
+ #: wppa-settings-autosave.php:10226 wppa-settings-autosave.php:10238
4170
  msgid "Download"
4171
  msgstr "Download"
4172
 
4173
+ #: wppa-functions.php:5043
4174
  msgid "Zoom in"
4175
  msgstr "Zoom ind"
4176
 
4177
+ #: wppa-functions.php:5074
4178
  #, php-format
4179
  msgid "You can vote again after %s days, %s hours, %s minutes and %s seconds"
4180
  msgstr ""
4181
 
4182
+ #: wppa-functions.php:5077
4183
  #, php-format
4184
  msgid "You can vote again after %s hours, %s minutes and %s seconds"
4185
  msgstr ""
4186
 
4187
+ #: wppa-functions.php:5080
4188
  #, php-format
4189
  msgid "You can vote again after %s minutes and %s seconds"
4190
  msgstr ""
5992
  msgstr ""
5993
 
5994
  #: wppa-photo-admin-autosave.php:2524 wppa-photo-admin-autosave.php:2720
5995
+ #: wppa-potd-admin.php:321 wppa-settings-autosave.php:9234
5996
  msgid "Preview"
5997
  msgstr ""
5998
 
6100
  #: wppa-settings-autosave.php:5166 wppa-settings-autosave.php:6229
6101
  #: wppa-settings-autosave.php:6994 wppa-settings-autosave.php:7016
6102
  #: wppa-settings-autosave.php:7867 wppa-settings-autosave.php:7891
6103
+ #: wppa-settings-autosave.php:9985 wppa-settings-autosave.php:10006
6104
+ #: wppa-settings-autosave.php:10046 wppa-settings-autosave.php:10068
6105
+ #: wppa-settings-autosave.php:10114
6106
  msgid "#"
6107
  msgstr ""
6108
 
6112
  #: wppa-settings-autosave.php:1524 wppa-settings-autosave.php:3088
6113
  #: wppa-settings-autosave.php:3518 wppa-settings-autosave.php:4929
6114
  #: wppa-settings-autosave.php:6997 wppa-settings-autosave.php:7894
6115
+ #: wppa-settings-autosave.php:9988
6116
  msgid "Setting"
6117
  msgstr ""
6118
 
6126
  #: wppa-settings-autosave.php:5173 wppa-settings-autosave.php:6236
6127
  #: wppa-settings-autosave.php:6999 wppa-settings-autosave.php:7023
6128
  #: wppa-settings-autosave.php:7874 wppa-settings-autosave.php:7895
6129
+ #: wppa-settings-autosave.php:9989 wppa-settings-autosave.php:10011
6130
+ #: wppa-settings-autosave.php:10051 wppa-settings-autosave.php:10073
6131
+ #: wppa-settings-autosave.php:10119
6132
  msgid "Help"
6133
  msgstr ""
6134
 
6170
 
6171
  #: wppa-potd-admin.php:100 wppa-settings-autosave.php:3871
6172
  #: wppa-settings-autosave.php:3885 wppa-settings-autosave.php:4142
6173
+ #: wppa-settings-autosave.php:9963 wppa-slideshow-widget.php:243
6174
  #: wppa-tinymce-shortcodes.php:629
6175
  msgid "center"
6176
  msgstr ""
6257
  #: wppa-potd-admin.php:190 wppa-potd-admin.php:644 wppa-potd-admin.php:669
6258
  #: wppa-potd-admin.php:707 wppa-settings-autosave.php:355
6259
  #: wppa-settings-autosave.php:7722 wppa-settings-autosave.php:7749
6260
+ #: wppa-settings-autosave.php:9103 wppa-settings-autosave.php:9105
6261
+ #: wppa-settings-autosave.php:10514 wppa-settings-autosave.php:10532
6262
+ #: wppa-settings-autosave.php:10552 wppa-settings-autosave.php:10569
6263
+ #: wppa-settings-autosave.php:10598 wppa-settings-autosave.php:10616
6264
+ #: wppa-settings-autosave.php:10640 wppa-settings-autosave.php:10661
6265
+ #: wppa-settings-autosave.php:10681 wppa-settings-autosave.php:10698
6266
+ #: wppa-settings-autosave.php:10742 wppa-settings-autosave.php:10795
6267
+ #: wppa-settings-autosave.php:10827
6268
  msgid "Setting unmodified"
6269
  msgstr ""
6270
 
6431
  msgid "There are too many photos in the selection to show a preview ( %d )"
6432
  msgstr ""
6433
 
6434
+ #: wppa-potd-admin.php:573 wppa-settings-autosave.php:10442
6435
  msgid "The default for this setting is:"
6436
  msgstr ""
6437
 
6438
+ #: wppa-potd-admin.php:590 wppa-settings-autosave.php:10459
6439
  msgid "Click for help"
6440
  msgstr ""
6441
 
6442
+ #: wppa-potd-admin.php:614 wppa-settings-autosave.php:10843
6443
  msgid "Checked"
6444
  msgstr ""
6445
 
6446
+ #: wppa-potd-admin.php:615 wppa-settings-autosave.php:10844
6447
  msgid "Unchecked"
6448
  msgstr ""
6449
 
6454
  #: wppa-settings-autosave.php:5597 wppa-settings-autosave.php:5635
6455
  #: wppa-settings-autosave.php:5687 wppa-settings-autosave.php:5729
6456
  #: wppa-settings-autosave.php:5771 wppa-settings-autosave.php:5812
6457
+ #: wppa-settings-autosave.php:10845
6458
  msgid "no link at all."
6459
  msgstr ""
6460
 
6465
  #: wppa-settings-autosave.php:5598 wppa-settings-autosave.php:5636
6466
  #: wppa-settings-autosave.php:5688 wppa-settings-autosave.php:5730
6467
  #: wppa-settings-autosave.php:5772 wppa-settings-autosave.php:5813
6468
+ #: wppa-settings-autosave.php:10846
6469
  msgid "the plain photo (file)."
6470
  msgstr ""
6471
 
6475
  #: wppa-settings-autosave.php:5498 wppa-settings-autosave.php:5547
6476
  #: wppa-settings-autosave.php:5637 wppa-settings-autosave.php:5690
6477
  #: wppa-settings-autosave.php:5732 wppa-settings-autosave.php:5774
6478
+ #: wppa-settings-autosave.php:10847
6479
  msgid "the full size photo in a slideshow."
6480
  msgstr ""
6481
 
6485
  #: wppa-settings-autosave.php:5500 wppa-settings-autosave.php:5549
6486
  #: wppa-settings-autosave.php:5639 wppa-settings-autosave.php:5691
6487
  #: wppa-settings-autosave.php:5733 wppa-settings-autosave.php:5775
6488
+ #: wppa-settings-autosave.php:5814 wppa-settings-autosave.php:10848
6489
  msgid "the fullsize photo on its own."
6490
  msgstr ""
6491
 
6492
+ #: wppa-potd-admin.php:620 wppa-settings-autosave.php:10849
6493
  msgid "the photo specific link."
6494
  msgstr ""
6495
 
6496
  #: wppa-potd-admin.php:621 wppa-settings-autosave.php:5234
6497
  #: wppa-settings-autosave.php:5277 wppa-settings-autosave.php:5689
6498
  #: wppa-settings-autosave.php:5731 wppa-settings-autosave.php:5773
6499
+ #: wppa-settings-autosave.php:10850
6500
  msgid "the content of the album."
6501
  msgstr ""
6502
 
6503
  #: wppa-potd-admin.php:622 wppa-settings-autosave.php:5276
6504
+ #: wppa-settings-autosave.php:10851
6505
  msgid "defined at widget activation."
6506
  msgstr ""
6507
 
6508
  #: wppa-potd-admin.php:623 wppa-settings-autosave.php:5233
6509
+ #: wppa-settings-autosave.php:10852
6510
  msgid "defined on widget admin page."
6511
  msgstr ""
6512
 
6513
  #: wppa-potd-admin.php:624 wppa-settings-autosave.php:5599
6514
+ #: wppa-settings-autosave.php:10853
6515
  msgid "same as title."
6516
  msgstr ""
6517
 
6518
  #: wppa-potd-admin.php:636 wppa-potd-admin.php:659 wppa-potd-admin.php:680
6519
+ #: wppa-settings-autosave.php:10504 wppa-settings-autosave.php:10524
6520
+ #: wppa-settings-autosave.php:10542 wppa-settings-autosave.php:10561
6521
+ #: wppa-settings-autosave.php:10591 wppa-settings-autosave.php:10608
6522
+ #: wppa-settings-autosave.php:10632 wppa-settings-autosave.php:10653
6523
+ #: wppa-settings-autosave.php:10673 wppa-settings-autosave.php:10715
6524
  msgid "Slug ="
6525
  msgstr ""
6526
 
6527
+ #: wppa-potd-admin.php:636 wppa-settings-autosave.php:10608
6528
+ #: wppa-settings-autosave.php:10632 wppa-settings-autosave.php:10653
6529
+ #: wppa-settings-autosave.php:10673
6530
  msgid "Values = yes, no"
6531
  msgstr ""
6532
 
6533
+ #: wppa-potd-admin.php:680 wppa-settings-autosave.php:10715
6534
  msgid "Values = "
6535
  msgstr ""
6536
 
6574
  msgid "WPPA+ Search Photos"
6575
  msgstr ""
6576
 
6577
+ #: wppa-search-widget.php:39 wppa-search-widget.php:96
6578
  msgid "Search Photos"
6579
  msgstr ""
6580
 
6581
+ #: wppa-search-widget.php:115
6582
  msgid "Text above input field"
6583
  msgstr ""
6584
 
6585
+ #: wppa-search-widget.php:116
6586
  msgid ""
6587
  "Enter optional text that will appear before the input box. This may contain "
6588
  "HTML so you can change font size and color."
6589
  msgstr ""
6590
 
6591
+ #: wppa-search-widget.php:124
6592
  msgid "Enable rootsearch"
6593
  msgstr ""
6594
 
6595
+ #: wppa-search-widget.php:125
6596
  msgid "See Table IX-E17 to change the label text"
6597
  msgstr ""
6598
 
6599
+ #: wppa-search-widget.php:140
6600
  msgid ""
6601
  "If you want the search to be limited to a specific album and its "
6602
  "(grand)children, select the album here."
6603
  msgstr ""
6604
 
6605
+ #: wppa-search-widget.php:142
6606
  msgid ""
6607
  "If you select an album here, it will overrule the previous checkbox using "
6608
  "the album as a 'fixed' root."
6609
  msgstr ""
6610
 
6611
+ #: wppa-search-widget.php:150
6612
  msgid "Enable subsearch"
6613
  msgstr ""
6614
 
6615
+ #: wppa-search-widget.php:151
6616
  msgid "See Table IX-E16 to change the label text"
6617
  msgstr ""
6618
 
6619
+ #: wppa-search-widget.php:159
6620
  msgid "Add category selectionbox"
6621
  msgstr ""
6622
 
6623
+ #: wppa-search-widget.php:160
6624
+ msgid "Enables the visitor to limit the results to an album category"
6625
+ msgstr ""
6626
+
6627
+ #: wppa-search-widget.php:168
6628
+ msgid "Add selectionboxes with pre-defined tokens"
6629
+ msgstr ""
6630
+
6631
+ #: wppa-search-widget.php:169
6632
+ msgid "See Table IX-E20.x for configuration"
6633
+ msgstr ""
6634
+
6635
+ #: wppa-search-widget.php:173 wppa-settings-autosave.php:4118
6636
  #: wppa-settings-autosave.php:4142 wppa-tinymce-shortcodes.php:516
6637
  #: wppa-tinymce-shortcodes.php:535 wppa-watermark.php:587
6638
  #: wppa-watermark.php:652
6639
  msgid "--- default ---"
6640
  msgstr ""
6641
 
6642
+ #: wppa-search-widget.php:212 wppa-settings-autosave.php:6160
6643
  msgid "Landing page"
6644
  msgstr ""
6645
 
6646
+ #: wppa-search-widget.php:217
6647
  msgid "The default page will be created automatically"
6648
  msgstr ""
6649
 
6827
  msgid "action that causes page reload."
6828
  msgstr ""
6829
 
6830
+ #: wppa-settings-autosave.php:352 wppa-settings-autosave.php:10876
6831
+ #: wppa-settings-autosave.php:10895
6832
  msgid "Are you sure?"
6833
  msgstr ""
6834
 
6892
  msgid "Navigation"
6893
  msgstr ""
6894
 
6895
+ #: wppa-settings-autosave.php:383 wppa-settings-autosave.php:9266
6896
+ #: wppa-settings-autosave.php:9311
6897
  msgid "Rating"
6898
  msgstr ""
6899
 
6917
  msgid "Widgets"
6918
  msgstr ""
6919
 
6920
+ #: wppa-settings-autosave.php:391 wppa-settings-autosave.php:9084
6921
  msgid "Watermark"
6922
  msgstr ""
6923
 
7314
  #: wppa-settings-autosave.php:5060 wppa-settings-autosave.php:5077
7315
  #: wppa-settings-autosave.php:5094 wppa-settings-autosave.php:5111
7316
  #: wppa-settings-autosave.php:5129 wppa-settings-autosave.php:6514
7317
+ #: wppa-settings-autosave.php:6525 wppa-settings-autosave.php:9629
7318
+ #: wppa-settings-autosave.php:9834 wppa-settings-autosave.php:9885
7319
+ #: wppa-settings-autosave.php:9903
7320
  msgid "pixels"
7321
  msgstr ""
7322
 
8895
  msgid "Display the share social media buttons box."
8896
  msgstr ""
8897
 
8898
+ #: wppa-settings-autosave.php:1961 wppa-settings-autosave.php:9890
8899
  msgid "Hide when running"
8900
  msgstr ""
8901
 
10197
  msgstr ""
10198
 
10199
  #: wppa-settings-autosave.php:3109 wppa-settings-autosave.php:3494
10200
+ #: wppa-settings-autosave.php:9205
10201
  msgid "Background color"
10202
  msgstr ""
10203
 
10292
  msgid "Enter valid CSS colors for comment box backgrounds and borders."
10293
  msgstr ""
10294
 
10295
+ #: wppa-settings-autosave.php:3202 wppa-settings-autosave.php:9265
10296
+ #: wppa-settings-autosave.php:9310
10297
  msgid "Custom"
10298
  msgstr ""
10299
 
12031
  msgid "Commenting users must enter their email addresses."
12032
  msgstr ""
12033
 
12034
+ #: wppa-settings-autosave.php:4642 wppa-settings-autosave.php:10030
12035
+ #: wppa-settings-autosave.php:10098
12036
  msgid "Optional"
12037
  msgstr ""
12038
 
12730
  #: wppa-settings-autosave.php:5760
12731
  msgid ""
12732
  "Select the type of link you want, or no link at all, to act on a photo in "
12733
+ "the style of a wp photo with - an extended - caption."
12734
  msgstr ""
12735
 
12736
  #: wppa-settings-autosave.php:5801
13632
  #: wppa-settings-autosave.php:6892 wppa-settings-autosave.php:6897
13633
  #: wppa-settings-autosave.php:6918 wppa-settings-autosave.php:6956
13634
  #: wppa-settings-autosave.php:6961 wppa-settings-autosave.php:6982
13635
+ #: wppa-settings-autosave.php:9824 wppa-settings-autosave.php:9875
13636
  msgid "The page will be reloaded after the action has taken place."
13637
  msgstr ""
13638
 
13711
  msgstr ""
13712
 
13713
  #: wppa-settings-autosave.php:7020 wppa-settings-autosave.php:7871
13714
+ #: wppa-settings-autosave.php:10869 wppa-settings-autosave.php:10891
13715
  msgid "Do it!"
13716
  msgstr ""
13717
 
15430
  "the middle of a word."
15431
  msgstr ""
15432
 
15433
+ #: wppa-settings-autosave.php:8914
 
 
 
 
15434
  msgid "Search results display"
15435
  msgstr ""
15436
 
15437
+ #: wppa-settings-autosave.php:8915
15438
  msgid "Select the way the search results should be displayed."
15439
  msgstr ""
15440
 
15441
+ #: wppa-settings-autosave.php:8916
15442
  msgid ""
15443
  "If you select anything different from \"Albums and thumbnails\", \"Photos "
15444
  "only\" is assumed (Table IX-E6)."
15445
  msgstr ""
15446
 
15447
+ #: wppa-settings-autosave.php:8918
15448
  msgid "Albums and thumbnails"
15449
  msgstr ""
15450
 
15451
+ #: wppa-settings-autosave.php:8918
15452
  msgid "Slideonly slideshow"
15453
  msgstr ""
15454
 
15455
+ #: wppa-settings-autosave.php:8925
15456
  msgid "Name max length"
15457
  msgstr ""
15458
 
15459
+ #: wppa-settings-autosave.php:8926
15460
  msgid "Max length of displayed photonames in supersearch selectionlist"
15461
  msgstr ""
15462
 
15463
+ #: wppa-settings-autosave.php:8927 wppa-settings-autosave.php:8936
15464
  msgid ""
15465
  "To limit the length of the selectionlist, enter the number of characters to "
15466
  "show."
15467
  msgstr ""
15468
 
15469
+ #: wppa-settings-autosave.php:8934
15470
  msgid "Text max length"
15471
  msgstr ""
15472
 
15473
+ #: wppa-settings-autosave.php:8935
15474
  msgid "Max length of displayed photo text in supersearch selectionlist"
15475
  msgstr ""
15476
 
15477
+ #: wppa-settings-autosave.php:8943
15478
  msgid "Search toptext"
15479
  msgstr ""
15480
 
15481
+ #: wppa-settings-autosave.php:8944
15482
  msgid "The text at the top of the search box."
15483
  msgstr ""
15484
 
15485
+ #: wppa-settings-autosave.php:8945
15486
  msgid ""
15487
  "This is the equivalence of the text you can enter in the widget activation "
15488
  "screen to show above the input box, but now for the search shortcode display."
15489
  msgstr ""
15490
 
15491
+ #: wppa-settings-autosave.php:8946
15492
  msgid "May contain unfiltered HTML."
15493
  msgstr ""
15494
 
15495
+ #: wppa-settings-autosave.php:8953
15496
  msgid "Section search text"
15497
  msgstr ""
15498
 
15499
+ #: wppa-settings-autosave.php:8954
15500
  msgid ""
15501
  "The labeltext at the checkbox for the 'Search in current section' checkbox."
15502
  msgstr ""
15503
 
15504
+ #: wppa-settings-autosave.php:8962
15505
  msgid "Results search text"
15506
  msgstr ""
15507
 
15508
+ #: wppa-settings-autosave.php:8963
15509
  msgid ""
15510
  "The labeltext at the checkbox for the 'Search in current results' checkbox."
15511
  msgstr ""
15512
 
15513
+ #: wppa-settings-autosave.php:8971
15514
  msgid "Minimum search token length"
15515
  msgstr ""
15516
 
15517
+ #: wppa-settings-autosave.php:8972
15518
  msgid "The minmum number of chars in a search request."
15519
  msgstr ""
15520
 
15521
+ #: wppa-settings-autosave.php:8980
15522
  msgid "Exclude from search"
15523
  msgstr ""
15524
 
15525
+ #: wppa-settings-autosave.php:8981
15526
  msgid "Exclude these words from search index."
15527
  msgstr ""
15528
 
15529
+ #: wppa-settings-autosave.php:8982
15530
  msgid "Enter words separated by commas (,)"
15531
  msgstr ""
15532
 
15533
+ #: wppa-settings-autosave.php:8989
15534
  msgid "Exclude numbers"
15535
  msgstr ""
15536
 
15537
+ #: wppa-settings-autosave.php:8990
15538
  msgid "Exclude numbers from search index."
15539
  msgstr ""
15540
 
15541
+ #: wppa-settings-autosave.php:8991
15542
  msgid "If ticked, photos and albums are not searchable by numbers."
15543
  msgstr ""
15544
 
15545
+ #: wppa-settings-autosave.php:8998
15546
  msgid "Ignore slash"
15547
  msgstr ""
15548
 
15549
+ #: wppa-settings-autosave.php:8999
15550
  msgid "Ignore slash chracter (/)."
15551
  msgstr ""
15552
 
15553
+ #: wppa-settings-autosave.php:9007
15554
+ msgid "Search category box"
15555
+ msgstr ""
15556
+
15557
  #: wppa-settings-autosave.php:9008
15558
+ msgid "Add a category selection box"
15559
+ msgstr ""
15560
+
15561
+ #: wppa-settings-autosave.php:9016
15562
+ msgid "Search selection boxes"
15563
+ msgstr ""
15564
+
15565
+ #: wppa-settings-autosave.php:9017
15566
+ msgid "Enter number of search selection boxes."
15567
+ msgstr ""
15568
+
15569
+ #: wppa-settings-autosave.php:9027 wppa-settings-autosave.php:9045
15570
+ #: wppa-settings-autosave.php:9063
15571
+ #, php-format
15572
+ msgid "Box %s caption"
15573
+ msgstr ""
15574
+
15575
+ #: wppa-settings-autosave.php:9028 wppa-settings-autosave.php:9046
15576
+ #: wppa-settings-autosave.php:9064
15577
+ msgid "Enter caption text"
15578
+ msgstr ""
15579
+
15580
+ #: wppa-settings-autosave.php:9036 wppa-settings-autosave.php:9054
15581
+ #: wppa-settings-autosave.php:9072
15582
+ #, php-format
15583
+ msgid "Box %s content"
15584
+ msgstr ""
15585
+
15586
+ #: wppa-settings-autosave.php:9037 wppa-settings-autosave.php:9055
15587
+ #: wppa-settings-autosave.php:9073
15588
+ msgid "Enter search tokens, one per line."
15589
+ msgstr ""
15590
+
15591
+ #: wppa-settings-autosave.php:9082
15592
  msgid "Watermark related settings"
15593
  msgstr ""
15594
 
15595
+ #: wppa-settings-autosave.php:9085
15596
  msgid "Enable the application of watermarks."
15597
  msgstr ""
15598
 
15599
+ #: wppa-settings-autosave.php:9086
15600
  msgid "If checked, photos can be watermarked during upload / import."
15601
  msgstr ""
15602
 
15603
+ #: wppa-settings-autosave.php:9095
15604
  msgid "Watermark file"
15605
  msgstr ""
15606
 
15607
+ #: wppa-settings-autosave.php:9096
15608
  msgid "The default watermarkfile to be used."
15609
  msgstr ""
15610
 
15611
+ #: wppa-settings-autosave.php:9097
15612
  msgid "Watermark files are of type png and reside in"
15613
  msgstr ""
15614
 
15615
+ #: wppa-settings-autosave.php:9098
15616
  msgid ""
15617
  "A suitable watermarkfile typically consists of a transparent background and "
15618
  "a black text or drawing."
15619
  msgstr ""
15620
 
15621
+ #: wppa-settings-autosave.php:9100
15622
  msgid ""
15623
  "You may also select one of the textual watermark types at the bottom of the "
15624
  "selection list."
15625
  msgstr ""
15626
 
15627
+ #: wppa-settings-autosave.php:9104
15628
  msgid "position:"
15629
  msgstr ""
15630
 
15631
+ #: wppa-settings-autosave.php:9110
15632
  msgid "Upload watermark"
15633
  msgstr ""
15634
 
15635
+ #: wppa-settings-autosave.php:9111
15636
  msgid "Upload a new watermark file"
15637
  msgstr ""
15638
 
15639
+ #: wppa-settings-autosave.php:9115
15640
  msgid "Upload watermark image"
15641
  msgstr ""
15642
 
15643
+ #: wppa-settings-autosave.php:9120
15644
  msgid "Watermark opacity image"
15645
  msgstr ""
15646
 
15647
+ #: wppa-settings-autosave.php:9121
15648
  msgid "You can set the intensity of image watermarks here."
15649
  msgstr ""
15650
 
15651
+ #: wppa-settings-autosave.php:9122 wppa-settings-autosave.php:9227
15652
  msgid ""
15653
  "The higher the number, the intenser the watermark. Value must be > 0 and <= "
15654
  "100."
15655
  msgstr ""
15656
 
15657
+ #: wppa-settings-autosave.php:9129
15658
  msgid "Textual watermark style"
15659
  msgstr ""
15660
 
15661
+ #: wppa-settings-autosave.php:9130
15662
  msgid "The way the textual watermarks look like"
15663
  msgstr ""
15664
 
15665
+ #: wppa-settings-autosave.php:9134
15666
  msgid "TV subtitle style"
15667
  msgstr ""
15668
 
15669
+ #: wppa-settings-autosave.php:9134
15670
  msgid "White text on black background"
15671
  msgstr ""
15672
 
15673
+ #: wppa-settings-autosave.php:9134
15674
  msgid "Black text on white background"
15675
  msgstr ""
15676
 
15677
+ #: wppa-settings-autosave.php:9134
15678
  msgid "Reverse TV style (Utopia)"
15679
  msgstr ""
15680
 
15681
+ #: wppa-settings-autosave.php:9134
15682
  msgid "White on transparent background"
15683
  msgstr ""
15684
 
15685
+ #: wppa-settings-autosave.php:9134
15686
  msgid "Black on transparent background"
15687
  msgstr ""
15688
 
15689
+ #: wppa-settings-autosave.php:9144
15690
  msgid "Predefined watermark text"
15691
  msgstr ""
15692
 
15693
+ #: wppa-settings-autosave.php:9145
15694
  msgid "The text to use when --- pre-defined --- is selected."
15695
  msgstr ""
15696
 
15697
+ #: wppa-settings-autosave.php:9146
15698
  msgid "You may use the following keywords:"
15699
  msgstr ""
15700
 
15701
+ #: wppa-settings-autosave.php:9147
15702
  msgid ""
15703
  "w#site, w#displayname, all standard photo keywords, iptc and exif keywords"
15704
  msgstr ""
15705
 
15706
+ #: wppa-settings-autosave.php:9154
15707
  msgid "Textual watermark font"
15708
  msgstr ""
15709
 
15710
+ #: wppa-settings-autosave.php:9155
15711
  msgid "The font to use with textual watermarks."
15712
  msgstr ""
15713
 
15714
+ #: wppa-settings-autosave.php:9156
15715
  msgid "Except for the system font, are font files of type ttf and reside in"
15716
  msgstr ""
15717
 
15718
+ #: wppa-settings-autosave.php:9184
15719
  msgid "Textual watermark font size"
15720
  msgstr ""
15721
 
15722
+ #: wppa-settings-autosave.php:9185
15723
  msgid "You can set the size of the truetype fonts only."
15724
  msgstr ""
15725
 
15726
+ #: wppa-settings-autosave.php:9186
15727
  msgid ""
15728
  "System font can have size 1,2,3,4 or 5, in some stoneage fontsize units. Any "
15729
  "value > 5 will be treated as 5."
15730
  msgstr ""
15731
 
15732
+ #: wppa-settings-autosave.php:9187
15733
  msgid ""
15734
  "Truetype fonts can have any positive integer size, if your PHPs GD version "
15735
  "is 1, in pixels, in GD2 in points."
15736
  msgstr ""
15737
 
15738
+ #: wppa-settings-autosave.php:9188
15739
  msgid "It is unclear how many pixels a point is..."
15740
  msgstr ""
15741
 
15742
+ #: wppa-settings-autosave.php:9195
15743
  msgid "Foreground color"
15744
  msgstr ""
15745
 
15746
+ #: wppa-settings-autosave.php:9196
15747
  msgid "Textual watermark foreground color (black)."
15748
  msgstr ""
15749
 
15750
+ #: wppa-settings-autosave.php:9206
15751
  msgid "Textual watermark background color (white)."
15752
  msgstr ""
15753
 
15754
+ #: wppa-settings-autosave.php:9215
15755
  msgid "Upload watermark font"
15756
  msgstr ""
15757
 
15758
+ #: wppa-settings-autosave.php:9216
15759
  msgid "Upload a new watermark font file"
15760
  msgstr ""
15761
 
15762
+ #: wppa-settings-autosave.php:9217
15763
  msgid ""
15764
  "Upload truetype fonts (.ttf) only, and test if they work on your server "
15765
  "platform."
15766
  msgstr ""
15767
 
15768
+ #: wppa-settings-autosave.php:9220
15769
  msgid "Upload TrueType font"
15770
  msgstr ""
15771
 
15772
+ #: wppa-settings-autosave.php:9225
15773
  msgid "Watermark opacity text"
15774
  msgstr ""
15775
 
15776
+ #: wppa-settings-autosave.php:9226
15777
  msgid "You can set the intensity of a text watermarks here."
15778
  msgstr ""
15779
 
15780
+ #: wppa-settings-autosave.php:9235
15781
  msgid "A real life preview. To update: refresh the page."
15782
  msgstr ""
15783
 
15784
+ #: wppa-settings-autosave.php:9246
15785
  msgid "Watermark thumbnails"
15786
  msgstr ""
15787
 
15788
+ #: wppa-settings-autosave.php:9247
15789
  msgid "Watermark also the thumbnail image files."
15790
  msgstr ""
15791
 
15792
+ #: wppa-settings-autosave.php:9255
15793
  msgid "Slideshow elements sequence order settings"
15794
  msgstr ""
15795
 
15796
+ #: wppa-settings-autosave.php:9261 wppa-settings-autosave.php:9307
15797
  msgid "StartStop"
15798
  msgstr ""
15799
 
15800
+ #: wppa-settings-autosave.php:9262 wppa-settings-autosave.php:9308
15801
  msgid "SlideFrame"
15802
  msgstr ""
15803
 
15804
+ #: wppa-settings-autosave.php:9264
15805
  msgid "Desc"
15806
  msgstr ""
15807
 
15808
+ #: wppa-settings-autosave.php:9267 wppa-settings-autosave.php:9312
15809
  msgid "FilmStrip"
15810
  msgstr ""
15811
 
15812
+ #: wppa-settings-autosave.php:9268 wppa-settings-autosave.php:9313
15813
  msgid "Browsebar"
15814
  msgstr ""
15815
 
15816
+ #: wppa-settings-autosave.php:9270 wppa-settings-autosave.php:9315
15817
  msgid "IPTC data"
15818
  msgstr ""
15819
 
15820
+ #: wppa-settings-autosave.php:9271 wppa-settings-autosave.php:9316
15821
  msgid "EXIF data"
15822
  msgstr ""
15823
 
15824
+ #: wppa-settings-autosave.php:9272 wppa-settings-autosave.php:9317
15825
  msgid "Share box"
15826
  msgstr ""
15827
 
15828
+ #: wppa-settings-autosave.php:9274 wppa-settings-autosave.php:9319
15829
  msgid "Enabled"
15830
  msgstr ""
15831
 
15832
+ #: wppa-settings-autosave.php:9275 wppa-settings-autosave.php:9320
15833
  msgid "Disabled"
15834
  msgstr ""
15835
 
15836
+ #: wppa-settings-autosave.php:9277 wppa-settings-autosave.php:9322
15837
  msgid "Start/Stop & Slower/Faster navigation bar"
15838
  msgstr ""
15839
 
15840
+ #: wppa-settings-autosave.php:9278 wppa-settings-autosave.php:9323
15841
  msgid "The Slide Frame"
15842
  msgstr ""
15843
 
15844
+ #: wppa-settings-autosave.php:9278 wppa-settings-autosave.php:9323
15845
  msgid "( Always )"
15846
  msgstr ""
15847
 
15848
+ #: wppa-settings-autosave.php:9279
15849
  msgid "Photo Name Box"
15850
  msgstr ""
15851
 
15852
+ #: wppa-settings-autosave.php:9280
15853
  msgid "Photo Description Box"
15854
  msgstr ""
15855
 
15856
+ #: wppa-settings-autosave.php:9281 wppa-settings-autosave.php:9325
15857
  msgid "Custom Box"
15858
  msgstr ""
15859
 
15860
+ #: wppa-settings-autosave.php:9282 wppa-settings-autosave.php:9326
15861
  msgid "Rating Bar"
15862
  msgstr ""
15863
 
15864
+ #: wppa-settings-autosave.php:9283 wppa-settings-autosave.php:9327
15865
  msgid "Film Strip with embedded Start/Stop and Goto functionality"
15866
  msgstr ""
15867
 
15868
+ #: wppa-settings-autosave.php:9284 wppa-settings-autosave.php:9328
15869
  msgid "Browse Bar with Photo X of Y counter"
15870
  msgstr ""
15871
 
15872
+ #: wppa-settings-autosave.php:9285 wppa-settings-autosave.php:9329
15873
  msgid "Comments Box"
15874
  msgstr ""
15875
 
15876
+ #: wppa-settings-autosave.php:9286 wppa-settings-autosave.php:9330
15877
  msgid "IPTC box"
15878
  msgstr ""
15879
 
15880
+ #: wppa-settings-autosave.php:9287 wppa-settings-autosave.php:9331
15881
  msgid "EXIF box"
15882
  msgstr ""
15883
 
15884
+ #: wppa-settings-autosave.php:9288 wppa-settings-autosave.php:9332
15885
  msgid "Social media share box"
15886
  msgstr ""
15887
 
15888
+ #: wppa-settings-autosave.php:9294 wppa-settings-autosave.php:9338
15889
  msgid "Move Up"
15890
  msgstr ""
15891
 
15892
+ #: wppa-settings-autosave.php:9309
15893
  msgid "NameDesc"
15894
  msgstr ""
15895
 
15896
+ #: wppa-settings-autosave.php:9324
15897
  msgid "Photo Name & Description Box"
15898
  msgstr ""
15899
 
15900
+ #: wppa-settings-autosave.php:9348
15901
  msgid "Swap Namedesc"
15902
  msgstr ""
15903
 
15904
+ #: wppa-settings-autosave.php:9349
15905
  msgid "Swap the order sequence of name and description"
15906
  msgstr ""
15907
 
15908
+ #: wppa-settings-autosave.php:9357
15909
  msgid "Split Name and Desc"
15910
  msgstr ""
15911
 
15912
+ #: wppa-settings-autosave.php:9358
15913
  msgid "Put Name and Description in separate boxes"
15914
  msgstr ""
15915
 
15916
+ #: wppa-settings-autosave.php:9361
15917
  msgid "Please reload this page after the green checkmark appears!"
15918
  msgstr ""
15919
 
15920
+ #: wppa-settings-autosave.php:9366
15921
  msgid "Source file management and other upload/import settings and actions."
15922
  msgstr ""
15923
 
15924
+ #: wppa-settings-autosave.php:9368
15925
  msgid "Keep sourcefiles admin"
15926
  msgstr ""
15927
 
15928
+ #: wppa-settings-autosave.php:9369
15929
  msgid "Keep the original uploaded and imported photo files."
15930
  msgstr ""
15931
 
15932
+ #: wppa-settings-autosave.php:9370 wppa-settings-autosave.php:9380
15933
  msgid ""
15934
  "The files will be kept in a separate directory with subdirectories for each "
15935
  "album"
15936
  msgstr ""
15937
 
15938
+ #: wppa-settings-autosave.php:9371 wppa-settings-autosave.php:9381
15939
  msgid ""
15940
  "These files can be used to update the photos used in displaying in wppa+ and "
15941
  "optionally for downloading original, un-downsized images."
15942
  msgstr ""
15943
 
15944
+ #: wppa-settings-autosave.php:9378
15945
  msgid "Keep sourcefiles frontend"
15946
  msgstr ""
15947
 
15948
+ #: wppa-settings-autosave.php:9379
15949
  msgid "Keep the original frontend uploaded photo files."
15950
  msgstr ""
15951
 
15952
+ #: wppa-settings-autosave.php:9388
15953
  msgid "Source directory"
15954
  msgstr ""
15955
 
15956
+ #: wppa-settings-autosave.php:9389
15957
  msgid "The path to the directory where the original photofiles will be saved."
15958
  msgstr ""
15959
 
15960
+ #: wppa-settings-autosave.php:9390
15961
  msgid "You may change the directory path, but it can not be an url."
15962
  msgstr ""
15963
 
15964
+ #: wppa-settings-autosave.php:9391
15965
  msgid ""
15966
  "The parent of the directory that you enter here must exist and be writable."
15967
  msgstr ""
15968
 
15969
+ #: wppa-settings-autosave.php:9392
15970
  msgid "The directory itsself will be created if it does not exist yet."
15971
  msgstr ""
15972
 
15973
+ #: wppa-settings-autosave.php:9399
15974
  msgid "Keep sync"
15975
  msgstr ""
15976
 
15977
+ #: wppa-settings-autosave.php:9400
15978
  msgid "Keep source synchronously with wppa system."
15979
  msgstr ""
15980
 
15981
+ #: wppa-settings-autosave.php:9401
15982
  msgid ""
15983
  "If checked, photos that are deleted from wppa, will also be removed from the "
15984
  "sourcefiles."
15985
  msgstr ""
15986
 
15987
+ #: wppa-settings-autosave.php:9402
15988
  msgid ""
15989
  "Also, copying or moving photos to different albums, will also copy/move the "
15990
  "sourcefiles."
15991
  msgstr ""
15992
 
15993
+ #: wppa-settings-autosave.php:9409
15994
  msgid "Remake add"
15995
  msgstr ""
15996
 
15997
+ #: wppa-settings-autosave.php:9410
15998
  msgid "Photos will be added from the source pool"
15999
  msgstr ""
16000
 
16001
+ #: wppa-settings-autosave.php:9411
16002
  msgid ""
16003
  "If checked: If photo files are found in the source directory that do not "
16004
  "exist in the corresponding album, they will be added to the album."
16005
  msgstr ""
16006
 
16007
+ #: wppa-settings-autosave.php:9418
16008
  msgid "Save IPTC data"
16009
  msgstr ""
16010
 
16011
+ #: wppa-settings-autosave.php:9419
16012
  msgid "Store the iptc data from the photo into the iptc db table"
16013
  msgstr ""
16014
 
16015
+ #: wppa-settings-autosave.php:9420
16016
  msgid ""
16017
  "You will need this if you enabled the display of iptc data in Table II-B17 "
16018
  "or if you use it in the photo descriptions."
16019
  msgstr ""
16020
 
16021
+ #: wppa-settings-autosave.php:9427
16022
  msgid "Save EXIF data"
16023
  msgstr ""
16024
 
16025
+ #: wppa-settings-autosave.php:9428
16026
  msgid "Store the exif data from the photo into the exif db table"
16027
  msgstr ""
16028
 
16029
+ #: wppa-settings-autosave.php:9429
16030
  msgid ""
16031
  "You will need this if you enabled the display of exif data in Table II-B18 "
16032
  "or if you use it in the photo descriptions."
16033
  msgstr ""
16034
 
16035
+ #: wppa-settings-autosave.php:9436
16036
  msgid "Max EXIF tag array size"
16037
  msgstr ""
16038
 
16039
+ #: wppa-settings-autosave.php:9437
16040
  msgid "Truncate array tags to ..."
16041
  msgstr ""
16042
 
16043
+ #: wppa-settings-autosave.php:9438
16044
  msgid "A value of 0 disables this feature"
16045
  msgstr ""
16046
 
16047
+ #: wppa-settings-autosave.php:9440
16048
  msgid "elements"
16049
  msgstr ""
16050
 
16051
+ #: wppa-settings-autosave.php:9445
16052
  msgid "Import Create page"
16053
  msgstr ""
16054
 
16055
+ #: wppa-settings-autosave.php:9446
16056
  msgid ""
16057
  "Create wp page that shows the album when a directory to album is imported."
16058
  msgstr ""
16059
 
16060
+ #: wppa-settings-autosave.php:9447
16061
  msgid ""
16062
  "As soon as an album is created when a directory is imported, a wp page is "
16063
  "made that displays the album content."
16064
  msgstr ""
16065
 
16066
+ #: wppa-settings-autosave.php:9455
16067
  msgid "Page content"
16068
  msgstr ""
16069
 
16070
+ #: wppa-settings-autosave.php:9456
16071
  msgid "The content of the page. Must contain <b>w#album</b>"
16072
  msgstr ""
16073
 
16074
+ #: wppa-settings-autosave.php:9457
16075
  msgid ""
16076
  "The content of the page. Note: it must contain w#album. This will be "
16077
  "replaced by the album number in the generated shortcode."
16078
  msgstr ""
16079
 
16080
+ #: wppa-settings-autosave.php:9465
16081
  msgid "Page type"
16082
  msgstr ""
16083
 
16084
+ #: wppa-settings-autosave.php:9466
16085
  msgid "Select the type of page to create."
16086
  msgstr ""
16087
 
16088
+ #: wppa-settings-autosave.php:9470
16089
  msgid "Post"
16090
  msgstr ""
16091
 
16092
+ #: wppa-settings-autosave.php:9477
16093
  msgid "Page status"
16094
  msgstr ""
16095
 
16096
+ #: wppa-settings-autosave.php:9478
16097
  msgid "Select the initial status of the page."
16098
  msgstr ""
16099
 
16100
+ #: wppa-settings-autosave.php:9482
16101
  msgid "Published"
16102
  msgstr ""
16103
 
16104
+ #: wppa-settings-autosave.php:9482
16105
  msgid "Draft"
16106
  msgstr ""
16107
 
16108
+ #: wppa-settings-autosave.php:9490
16109
  msgid "Permalink root"
16110
  msgstr ""
16111
 
16112
+ #: wppa-settings-autosave.php:9491
16113
  msgid "The name of the root for the photofile permalink structure."
16114
  msgstr ""
16115
 
16116
+ #: wppa-settings-autosave.php:9492
16117
  msgid ""
16118
  "Choose a convenient name like \"albums\" or so; this will be the name of a "
16119
  "folder inside .../wp-content/. Make sure you choose a unique name"
16120
  msgstr ""
16121
 
16122
+ #: wppa-settings-autosave.php:9493
16123
  msgid "If you make this field empty, the feature is disabled."
16124
  msgstr ""
16125
 
16126
+ #: wppa-settings-autosave.php:9501
16127
  msgid "Import parent check"
16128
  msgstr ""
16129
 
16130
+ #: wppa-settings-autosave.php:9502
16131
  msgid "Makes the album tree like the directory tree on Import Dirs to albums."
16132
  msgstr ""
16133
 
16134
+ #: wppa-settings-autosave.php:9503
16135
  msgid ""
16136
  "Untick only if all your albums have unique names. In this case additional "
16137
  "photos may be ftp'd to toplevel depot subdirs."
16138
  msgstr ""
16139
 
16140
+ #: wppa-settings-autosave.php:9510
16141
  msgid "Keep dir to album files"
16142
  msgstr ""
16143
 
16144
+ #: wppa-settings-autosave.php:9511
16145
  msgid "Keep imported files after dir to album import"
16146
  msgstr ""
16147
 
16148
+ #: wppa-settings-autosave.php:9520
16149
  msgid "Other plugins related settings"
16150
  msgstr ""
16151
 
16152
+ #: wppa-settings-autosave.php:9522
16153
  msgid "Foreign shortcodes general"
16154
  msgstr ""
16155
 
16156
+ #: wppa-settings-autosave.php:9523
16157
  msgid "Enable foreign shortcodes in album names, albums desc and photo names"
16158
  msgstr ""
16159
 
16160
+ #: wppa-settings-autosave.php:9531
16161
  msgid "Foreign shortcodes fullsize"
16162
  msgstr ""
16163
 
16164
+ #: wppa-settings-autosave.php:9532
16165
  msgid "Enable the use of non-wppa+ shortcodes in fullsize photo descriptions."
16166
  msgstr ""
16167
 
16168
+ #: wppa-settings-autosave.php:9533 wppa-settings-autosave.php:9544
16169
  msgid ""
16170
  "When checked, you can use shortcodes from other plugins in the description "
16171
  "of photos."
16172
  msgstr ""
16173
 
16174
+ #: wppa-settings-autosave.php:9534
16175
  msgid "The shortcodes will be expanded in the descriptions of fullsize images."
16176
  msgstr ""
16177
 
16178
+ #: wppa-settings-autosave.php:9535 wppa-settings-autosave.php:9546
16179
  msgid "You will most likely need also to check Table IX-A1 (Allow HTML)."
16180
  msgstr ""
16181
 
16182
+ #: wppa-settings-autosave.php:9542
16183
  msgid "Foreign shortcodes thumbnails"
16184
  msgstr ""
16185
 
16186
+ #: wppa-settings-autosave.php:9543
16187
  msgid "Enable the use of non-wppa+ shortcodes in thumbnail photo descriptions."
16188
  msgstr ""
16189
 
16190
+ #: wppa-settings-autosave.php:9545
16191
  msgid ""
16192
  "The shortcodes will be expanded in the descriptions of thumbnail images."
16193
  msgstr ""
16194
 
16195
+ #: wppa-settings-autosave.php:9553
16196
  msgid "Lightbox keyname"
16197
  msgstr ""
16198
 
16199
+ #: wppa-settings-autosave.php:9554
16200
  msgid "The identifier of lightbox."
16201
  msgstr ""
16202
 
16203
+ #: wppa-settings-autosave.php:9555
16204
  msgid ""
16205
  "If you use a lightbox plugin that uses rel=\"lbox-id\" you can enter the "
16206
  "lbox-id here."
16207
  msgstr ""
16208
 
16209
+ #: wppa-settings-autosave.php:9562
16210
  msgid "myCRED / Cube Points: Comment"
16211
  msgstr ""
16212
 
16213
+ #: wppa-settings-autosave.php:9563
16214
  msgid "Number of points for giving a comment"
16215
  msgstr ""
16216
 
16217
+ #: wppa-settings-autosave.php:9564 wppa-settings-autosave.php:9573
16218
+ #: wppa-settings-autosave.php:9582 wppa-settings-autosave.php:9591
16219
  msgid "This setting requires the plugin myCRED or Cube Points"
16220
  msgstr ""
16221
 
16222
+ #: wppa-settings-autosave.php:9566 wppa-settings-autosave.php:9575
16223
  msgid "points per comment"
16224
  msgstr ""
16225
 
16226
+ #: wppa-settings-autosave.php:9571
16227
  msgid "myCRED / Cube Points: Appr Comment"
16228
  msgstr ""
16229
 
16230
+ #: wppa-settings-autosave.php:9572
16231
  msgid "Number of points for receiving an approved comment"
16232
  msgstr ""
16233
 
16234
+ #: wppa-settings-autosave.php:9580
16235
  msgid "myCRED / Cube Points: Rating"
16236
  msgstr ""
16237
 
16238
+ #: wppa-settings-autosave.php:9581
16239
  msgid "Number of points for a rating vote"
16240
  msgstr ""
16241
 
16242
+ #: wppa-settings-autosave.php:9584
16243
  msgid "points per vote"
16244
  msgstr ""
16245
 
16246
+ #: wppa-settings-autosave.php:9589
16247
  msgid "myCRED / Cube Points: Upload"
16248
  msgstr ""
16249
 
16250
+ #: wppa-settings-autosave.php:9590
16251
  msgid "Number of points for a successfull frontend upload"
16252
  msgstr ""
16253
 
16254
+ #: wppa-settings-autosave.php:9593
16255
  msgid "points per upload"
16256
  msgstr ""
16257
 
16258
+ #: wppa-settings-autosave.php:9598
16259
  msgid "Use SCABN"
16260
  msgstr ""
16261
 
16262
+ #: wppa-settings-autosave.php:9599
16263
  msgid "Use the wppa interface to Simple Cart & Buy Now plugin."
16264
  msgstr ""
16265
 
16266
+ #: wppa-settings-autosave.php:9600
16267
  msgid ""
16268
  "If checked, the shortcode to use for the \"add to cart\" button in photo "
16269
  "descriptions is [cart ...]"
16270
  msgstr ""
16271
 
16272
+ #: wppa-settings-autosave.php:9601
16273
  msgid ""
16274
  "as opposed to [scabn ...] for the original scabn \"add to cart\" button."
16275
  msgstr ""
16276
 
16277
+ #: wppa-settings-autosave.php:9602
16278
  msgid "The shortcode for the check-out page is still [scabn]"
16279
  msgstr ""
16280
 
16281
+ #: wppa-settings-autosave.php:9603
16282
  msgid ""
16283
  "The arguments are the same, the defaults are: name = photoname, price = 0.01."
16284
  msgstr ""
16285
 
16286
+ #: wppa-settings-autosave.php:9604
16287
  msgid ""
16288
  "Supplying the price should be sufficient; supply a name only when it differs "
16289
  "from the photo name."
16290
  msgstr ""
16291
 
16292
+ #: wppa-settings-autosave.php:9605
16293
  msgid "This shortcode handler will also work with Ajax enabled."
16294
  msgstr ""
16295
 
16296
+ #: wppa-settings-autosave.php:9606
16297
  msgid ""
16298
  "Using this interface makes sure that the item urls and callback action urls "
16299
  "are correct."
16300
  msgstr ""
16301
 
16302
+ #: wppa-settings-autosave.php:9613
16303
  msgid "Use CM Tooltip Glossary"
16304
  msgstr ""
16305
 
16306
+ #: wppa-settings-autosave.php:9614
16307
  msgid "Use plugin CM Tooltip Glossary on photo and album descriptions."
16308
  msgstr ""
16309
 
16310
+ #: wppa-settings-autosave.php:9615
16311
  msgid ""
16312
  "You MUST set Table IV-A13: Defer javascript, also if you do not want this "
16313
  "plugin to act on album and photo descriptions!"
16314
  msgstr ""
16315
 
16316
+ #: wppa-settings-autosave.php:9623
16317
  msgid "External services related settings and actions."
16318
  msgstr ""
16319
 
16320
+ #: wppa-settings-autosave.php:9625
16321
  msgid "QR Code widget size"
16322
  msgstr ""
16323
 
16324
+ #: wppa-settings-autosave.php:9626
16325
  msgid "The size of the QR code display."
16326
  msgstr ""
16327
 
16328
+ #: wppa-settings-autosave.php:9634
16329
  msgid "QR color"
16330
  msgstr ""
16331
 
16332
+ #: wppa-settings-autosave.php:9635
16333
  msgid "The display color of the qr code (dark)"
16334
  msgstr ""
16335
 
16336
+ #: wppa-settings-autosave.php:9636
16337
  msgid "This color MUST be given in hexadecimal format!"
16338
  msgstr ""
16339
 
16340
+ #: wppa-settings-autosave.php:9643
16341
  msgid "QR background color"
16342
  msgstr ""
16343
 
16344
+ #: wppa-settings-autosave.php:9644
16345
  msgid "The background color of the qr code (light)"
16346
  msgstr ""
16347
 
16348
+ #: wppa-settings-autosave.php:9652
16349
  msgid "QR cache"
16350
  msgstr ""
16351
 
16352
+ #: wppa-settings-autosave.php:9653
16353
  msgid "Enable caching QR codes"
16354
  msgstr ""
16355
 
16356
+ #: wppa-settings-autosave.php:9653
16357
  #, php-format
16358
  msgid "So far %d cache hits, %d miss"
16359
  msgstr ""
16360
 
16361
+ #: wppa-settings-autosave.php:9661
16362
  msgid "CDN Service"
16363
  msgstr ""
16364
 
16365
+ #: wppa-settings-autosave.php:9662
16366
  msgid "Select a CDN Service you want to use."
16367
  msgstr ""
16368
 
16369
+ #: wppa-settings-autosave.php:9665
16370
  msgid "Cloudinary in maintenance mode"
16371
  msgstr ""
16372
 
16373
+ #: wppa-settings-autosave.php:9675
16374
  msgid "Cloud name"
16375
  msgstr ""
16376
 
16377
+ #: wppa-settings-autosave.php:9684
16378
  msgid "API key"
16379
  msgstr ""
16380
 
16381
+ #: wppa-settings-autosave.php:9693
16382
  msgid "API secret"
16383
  msgstr ""
16384
 
16385
+ #: wppa-settings-autosave.php:9702
16386
  msgid "Delete all"
16387
  msgstr ""
16388
 
16389
+ #: wppa-settings-autosave.php:9703
16390
  msgid "Deletes them all !!!"
16391
  msgstr ""
16392
 
16393
+ #: wppa-settings-autosave.php:9711
16394
  msgid "Delete derived images"
16395
  msgstr ""
16396
 
16397
+ #: wppa-settings-autosave.php:9712
16398
  msgid "Deletes all derived images !!!"
16399
  msgstr ""
16400
 
16401
+ #: wppa-settings-autosave.php:9720
16402
  msgid "Max lifetime"
16403
  msgstr ""
16404
 
16405
+ #: wppa-settings-autosave.php:9721
16406
  msgid "Old images from local server, new images from Cloudinary."
16407
  msgstr ""
16408
 
16409
+ #: wppa-settings-autosave.php:9722
16410
  msgid ""
16411
  "If NOT set to Forever (0): You need to run Table VIII-B15 on a regular basis."
16412
  msgstr ""
16413
 
16414
+ #: wppa-settings-autosave.php:9724
16415
  msgid "Forever"
16416
  msgstr ""
16417
 
16418
+ #: wppa-settings-autosave.php:9755
16419
  msgid "Cloudinary usage"
16420
  msgstr ""
16421
 
16422
+ #: wppa-settings-autosave.php:9791
16423
  msgid "Cloudinary usage data not available"
16424
  msgstr ""
16425
 
16426
+ #: wppa-settings-autosave.php:9795
16427
  msgid "Cloudinary routines not installed."
16428
  msgstr ""
16429
 
16430
+ #: wppa-settings-autosave.php:9806
16431
  msgid "Cloudinary"
16432
  msgstr ""
16433
 
16434
+ #: wppa-settings-autosave.php:9807
16435
  msgid "<span style=\"color:red;\">Requires at least PHP version 5.3</span>"
16436
  msgstr ""
16437
 
16438
+ #: wppa-settings-autosave.php:9816
16439
  msgid "GPX Implementation"
16440
  msgstr ""
16441
 
16442
+ #: wppa-settings-autosave.php:9817
16443
  msgid "The way the maps are produced."
16444
  msgstr ""
16445
 
16446
+ #: wppa-settings-autosave.php:9818
16447
  msgid "Select the way the maps are produced."
16448
  msgstr ""
16449
 
16450
+ #: wppa-settings-autosave.php:9819
16451
  msgid ""
16452
  "When using an external plugin, most of the times you can not use Ajax (Table "
16453
  "IV-A1)."
16454
  msgstr ""
16455
 
16456
+ #: wppa-settings-autosave.php:9820
16457
  msgid ""
16458
  "Also: it may or may not be required to load the maps js api (Table IX-K5.1)"
16459
  msgstr ""
16460
 
16461
+ #: wppa-settings-autosave.php:9822
16462
  msgid "WPPA+ Embedded code"
16463
  msgstr ""
16464
 
16465
+ #: wppa-settings-autosave.php:9822
16466
  msgid "External plugin"
16467
  msgstr ""
16468
 
16469
+ #: wppa-settings-autosave.php:9830
16470
  msgid "Map height"
16471
  msgstr ""
16472
 
16473
+ #: wppa-settings-autosave.php:9831
16474
  msgid "The height of the map display."
16475
  msgstr ""
16476
 
16477
+ #: wppa-settings-autosave.php:9832
16478
  msgid "This setting is for embedded implementation only."
16479
  msgstr ""
16480
 
16481
+ #: wppa-settings-autosave.php:9839
16482
  msgid "Load maps api"
16483
  msgstr ""
16484
 
16485
+ #: wppa-settings-autosave.php:9840
16486
  msgid "Load the Google maps js api"
16487
  msgstr ""
16488
 
16489
+ #: wppa-settings-autosave.php:9841
16490
  msgid "If you use an external maps plugin, you may need to tick this box."
16491
  msgstr ""
16492
 
16493
+ #: wppa-settings-autosave.php:9848
16494
  msgid "Google maps API key"
16495
  msgstr ""
16496
 
16497
+ #: wppa-settings-autosave.php:9849
16498
  msgid "Enter your Google maps api key here if you have one."
16499
  msgstr ""
16500
 
16501
+ #: wppa-settings-autosave.php:9857
16502
  msgid "GPX Shortcode"
16503
  msgstr ""
16504
 
16505
+ #: wppa-settings-autosave.php:9858
16506
  msgid "The shortcode to be used for the gpx feature."
16507
  msgstr ""
16508
 
16509
+ #: wppa-settings-autosave.php:9859
16510
  msgid ""
16511
  "Enter / modify the shortcode to be generated for the gpx plugin. It must "
16512
  "contain w#lat and w#lon as placeholders for the latitude and longitude."
16513
  msgstr ""
16514
 
16515
+ #: wppa-settings-autosave.php:9860
16516
  msgid ""
16517
  "This item is required for using an external Google maps viewer plugin only"
16518
  msgstr ""
16519
 
16520
+ #: wppa-settings-autosave.php:9867
16521
  msgid "Fotomoto"
16522
  msgstr ""
16523
 
16524
+ #: wppa-settings-autosave.php:9868
16525
  msgid "Yes, we use Fotomoto on this site. Read the help text!"
16526
  msgstr ""
16527
 
16528
+ #: wppa-settings-autosave.php:9869
16529
  msgid "In order to function properly:"
16530
  msgstr ""
16531
 
16532
+ #: wppa-settings-autosave.php:9870
16533
  msgid "1. Get yourself a Fotomoto account."
16534
  msgstr ""
16535
 
16536
+ #: wppa-settings-autosave.php:9871
16537
  msgid ""
16538
  "2. Install the Fotomoto plugin, enter the \"Fotomoto Site Key:\" and check "
16539
  "the \"Use API Mode:\" checkbox."
16540
  msgstr ""
16541
 
16542
+ #: wppa-settings-autosave.php:9872
16543
  msgid "Note: Do NOT Disable the Custom box in Table II-B14."
16544
  msgstr ""
16545
 
16546
+ #: wppa-settings-autosave.php:9873
16547
  msgid "Do NOT remove the text w#fotomoto from the Custombox ( Table II-B15 )."
16548
  msgstr ""
16549
 
16550
+ #: wppa-settings-autosave.php:9881
16551
  msgid "Fotomoto fontsize"
16552
  msgstr ""
16553
 
16554
+ #: wppa-settings-autosave.php:9882
16555
  msgid "Fontsize for the Fotomoto toolbar."
16556
  msgstr ""
16557
 
16558
+ #: wppa-settings-autosave.php:9883
16559
  msgid ""
16560
  "If you set it here, it overrules a possible setting for font-size in ."
16561
  "FotomotoToolbarClass on the Fotomoto dashboard."
16562
  msgstr ""
16563
 
16564
+ #: wppa-settings-autosave.php:9891
16565
  msgid "Hide toolbar on running slideshows"
16566
  msgstr ""
16567
 
16568
+ #: wppa-settings-autosave.php:9892
16569
  msgid "The Fotomoto toolbar will re-appear when the slideshow stops."
16570
  msgstr ""
16571
 
16572
+ #: wppa-settings-autosave.php:9899
16573
  msgid "Fotomoto minwidth"
16574
  msgstr ""
16575
 
16576
+ #: wppa-settings-autosave.php:9900
16577
  msgid "Minimum width to display Fotomoto toolbar."
16578
  msgstr ""
16579
 
16580
+ #: wppa-settings-autosave.php:9901
16581
  msgid ""
16582
  "The display of the Fotomoto Toolbar will be suppressed on smaller slideshows."
16583
  msgstr ""
16584
 
16585
+ #: wppa-settings-autosave.php:9908
16586
  msgid "Image Magick"
16587
  msgstr ""
16588
 
16589
+ #: wppa-settings-autosave.php:9909
16590
  msgid "Absolute path to the ImageMagick commands"
16591
  msgstr ""
16592
 
16593
+ #: wppa-settings-autosave.php:9910
16594
  msgid ""
16595
  "If you want to use ImageMagick, enter the absolute path to the ImageMagick "
16596
  "commands"
16597
  msgstr ""
16598
 
16599
+ #: wppa-settings-autosave.php:9917
16600
  msgid "Photo shortcode related settings"
16601
  msgstr ""
16602
 
16603
+ #: wppa-settings-autosave.php:9919
16604
  msgid "Enable shortcode [photo ..]"
16605
  msgstr ""
16606
 
16607
+ #: wppa-settings-autosave.php:9920
16608
  msgid "Make the use of shortcode [photo ..] possible"
16609
  msgstr ""
16610
 
16611
+ #: wppa-settings-autosave.php:9921
16612
  msgid "Only disable this when there is a conflict with another plugin"
16613
  msgstr ""
16614
 
16615
+ #: wppa-settings-autosave.php:9928
16616
  msgid "Single image type"
16617
  msgstr ""
16618
 
16619
+ #: wppa-settings-autosave.php:9929
16620
  msgid "Specify the single image type the shortcode [photo ..] should show."
16621
  msgstr ""
16622
 
16623
+ #: wppa-settings-autosave.php:9932 wppa-tinymce-shortcodes.php:175
16624
  msgid "A plain single photo"
16625
  msgstr ""
16626
 
16627
+ #: wppa-settings-autosave.php:9933 wppa-tinymce-shortcodes.php:176
16628
  msgid "A single photo with caption"
16629
  msgstr ""
16630
 
16631
+ #: wppa-settings-autosave.php:9934 wppa-tinymce-shortcodes.php:177
16632
  msgid "A single photo with extended caption"
16633
  msgstr ""
16634
 
16635
+ #: wppa-settings-autosave.php:9935 wppa-tinymce-shortcodes.php:178
16636
  msgid "A single photo in the style of a slideshow"
16637
  msgstr ""
16638
 
16639
+ #: wppa-settings-autosave.php:9947 wppa-upload.php:291
16640
  msgid "Size"
16641
  msgstr ""
16642
 
16643
+ #: wppa-settings-autosave.php:9948
16644
  msgid "Specify the size (width) of the image."
16645
  msgstr ""
16646
 
16647
+ #: wppa-settings-autosave.php:9949
16648
  msgid "Use the same syntax as in the [wppa size=\"..\"] shortcode"
16649
  msgstr ""
16650
 
16651
+ #: wppa-settings-autosave.php:9950
16652
  msgid ""
16653
  "Examples: 350 for a fixed width of 350 pixels, or: 0.75 for a responsive "
16654
  "display of 75% width, or: auto,350 for responsive with a maximum of 350 "
16655
  "pixels."
16656
  msgstr ""
16657
 
16658
+ #: wppa-settings-autosave.php:9957
16659
  msgid "Align"
16660
  msgstr ""
16661
 
16662
+ #: wppa-settings-autosave.php:9958
16663
  msgid "Specify the alignment of the image."
16664
  msgstr ""
16665
 
16666
+ #: wppa-settings-autosave.php:9998
16667
  msgid "Table X:"
16668
  msgstr ""
16669
 
16670
+ #: wppa-settings-autosave.php:9998
16671
  msgid "IPTC Configuration:"
16672
  msgstr ""
16673
 
16674
+ #: wppa-settings-autosave.php:9999
16675
  msgid "This table defines the IPTC configuration"
16676
  msgstr ""
16677
 
16678
+ #: wppa-settings-autosave.php:10030 wppa-settings-autosave.php:10098
16679
  #: wppa-thumbnail-widget.php:224 wppa-topten-widget.php:341
16680
  msgid "Display"
16681
  msgstr ""
16682
 
16683
+ #: wppa-settings-autosave.php:10030 wppa-settings-autosave.php:10098
16684
  msgid "Hide"
16685
  msgstr ""
16686
 
16687
+ #: wppa-settings-autosave.php:10060
16688
  msgid "Table XI:"
16689
  msgstr ""
16690
 
16691
+ #: wppa-settings-autosave.php:10060
16692
  msgid "EXIF Configuration:"
16693
  msgstr ""
16694
 
16695
+ #: wppa-settings-autosave.php:10061
16696
  msgid "This table defines the EXIF configuration"
16697
  msgstr ""
16698
 
16699
+ #: wppa-settings-autosave.php:10084
16700
  msgid ""
16701
  "Function exif_read_data() does not exist. This means that <b>EXIF</b> is not "
16702
  "enabled. If you want to use <b>EXIF</b> data, ask your hosting provider to "
16703
  "add <b>'--enable-exif'</b> to the php <b>Configure Command</b>."
16704
  msgstr ""
16705
 
16706
+ #: wppa-settings-autosave.php:10128
16707
  msgid "Table XII:"
16708
  msgstr ""
16709
 
16710
+ #: wppa-settings-autosave.php:10128
16711
  msgid "WPPA+ and PHP Configuration:"
16712
  msgstr ""
16713
 
16714
+ #: wppa-settings-autosave.php:10129
16715
  msgid ""
16716
  "This table lists all WPPA+ constants and PHP server configuration parameters "
16717
  "and is read only"
16718
  msgstr ""
16719
 
16720
+ #: wppa-settings-autosave.php:10144
16721
  msgid "Value"
16722
  msgstr ""
16723
 
16724
+ #: wppa-settings-autosave.php:10150
16725
  msgid "Albums db table name."
16726
  msgstr ""
16727
 
16728
+ #: wppa-settings-autosave.php:10162
16729
  msgid "Photos db table name."
16730
  msgstr ""
16731
 
16732
+ #: wppa-settings-autosave.php:10174
16733
  msgid "Rating db table name."
16734
  msgstr ""
16735
 
16736
+ #: wppa-settings-autosave.php:10186
16737
  msgid "Comments db table name."
16738
  msgstr ""
16739
 
16740
+ #: wppa-settings-autosave.php:10198
16741
  msgid "IPTC db table name."
16742
  msgstr ""
16743
 
16744
+ #: wppa-settings-autosave.php:10210
16745
  msgid "EXIF db table name."
16746
  msgstr ""
16747
 
16748
+ #: wppa-settings-autosave.php:10222
16749
  msgid "Index db table name."
16750
  msgstr ""
16751
 
16752
+ #: wppa-settings-autosave.php:10234
16753
  msgid "Session db table name."
16754
  msgstr ""
16755
 
16756
+ #: wppa-settings-autosave.php:10246
16757
  msgid "Plugins main file name."
16758
  msgstr ""
16759
 
16760
+ #: wppa-settings-autosave.php:10253
16761
  msgid "WP absolute path."
16762
  msgstr ""
16763
 
16764
+ #: wppa-settings-autosave.php:10259
16765
  msgid "ABSPATH windows proof"
16766
  msgstr ""
16767
 
16768
+ #: wppa-settings-autosave.php:10265
16769
  msgid "Path to plugins directory."
16770
  msgstr ""
16771
 
16772
+ #: wppa-settings-autosave.php:10271
16773
  msgid "Plugins directory name."
16774
  msgstr ""
16775
 
16776
+ #: wppa-settings-autosave.php:10277
16777
  msgid "Plugins directory url."
16778
  msgstr ""
16779
 
16780
+ #: wppa-settings-autosave.php:10283
16781
  msgid "The relative upload directory."
16782
  msgstr ""
16783
 
16784
+ #: wppa-settings-autosave.php:10289
16785
  msgid "The upload directory path."
16786
  msgstr ""
16787
 
16788
+ #: wppa-settings-autosave.php:10295
16789
  msgid "The upload directory url."
16790
  msgstr ""
16791
 
16792
+ #: wppa-settings-autosave.php:10301
16793
  msgid "The relative depot directory."
16794
  msgstr ""
16795
 
16796
+ #: wppa-settings-autosave.php:10307
16797
  msgid "The depot directory path."
16798
  msgstr ""
16799
 
16800
+ #: wppa-settings-autosave.php:10313
16801
  msgid "The depot directory url."
16802
  msgstr ""
16803
 
16804
+ #: wppa-settings-autosave.php:10319
16805
  msgid "The path to wp-content."
16806
  msgstr ""
16807
 
16808
+ #: wppa-settings-autosave.php:10325
16809
  msgid "WP Content url."
16810
  msgstr ""
16811
 
16812
+ #: wppa-settings-autosave.php:10331
16813
  msgid "WP Base upload dir."
16814
  msgstr ""
16815
 
16816
+ #: wppa-settings-autosave.php:10351
16817
  #, php-format
16818
  msgid "<br />Memory used on this page: %6.2f Mb."
16819
  msgstr ""
16820
 
16821
+ #: wppa-settings-autosave.php:10352
16822
  #, php-format
16823
  msgid "<br />There are %d settings and %d runtime parameters."
16824
  msgstr ""
16825
 
16826
+ #: wppa-settings-autosave.php:10631 wppa-settings-autosave.php:10651
16827
+ #: wppa-settings-autosave.php:10672
16828
  msgid "Warning!"
16829
  msgstr ""
16830
 
16831
+ #: wppa-settings-autosave.php:10652 wppa-settings-autosave.php:10672
16832
  msgid "Please read the help"
16833
  msgstr ""
16834
 
16835
+ #: wppa-settings-autosave.php:10883
16836
  msgid "Show!"
16837
  msgstr ""
16838
 
16839
+ #: wppa-settings-autosave.php:10903
16840
  msgid "Not done yet"
16841
  msgstr ""
16842
 
16843
+ #: wppa-settings-autosave.php:10910
16844
  msgid "Start as cron job"
16845
  msgstr ""
16846
 
16847
+ #: wppa-settings-autosave.php:10915 wppa-settings-autosave.php:10954
16848
  msgid "Locked!"
16849
  msgstr ""
16850
 
16851
+ #: wppa-settings-autosave.php:10925
16852
  msgid "Crashed!"
16853
  msgstr ""
16854
 
16855
+ #: wppa-settings-autosave.php:10940
16856
  msgid "Click me to resume"
16857
  msgstr ""
16858
 
16859
+ #: wppa-settings-autosave.php:10949
16860
  msgid "Start!"
16861
  msgstr ""
16862
 
16863
+ #: wppa-settings-autosave.php:10990
16864
  msgid ""
16865
  "You can not have popup and lightbox on thumbnails at the same time. Uncheck "
16866
  "either Table IV-C8 or choose a different linktype in Table VI-2."
16867
  msgstr ""
16868
 
16869
+ #: wppa-settings-autosave.php:10993
16870
  msgid ""
16871
  "It is important that you select a page that contains at least [wppa][/wppa]."
16872
  msgstr ""
16873
 
16874
+ #: wppa-settings-autosave.php:10994
16875
  msgid ""
16876
  "If you omit this, the link will not work at all or simply refresh the "
16877
  "(home)page."
16948
  msgid "Search in current results"
16949
  msgstr ""
16950
 
16951
+ #: wppa-setup.php:1755
16952
  msgid "Type your custom url here"
16953
  msgstr ""
16954
 
16955
+ #: wppa-setup.php:1756
16956
  msgid "Type the title here"
16957
  msgstr ""
16958
 
16959
+ #: wppa-setup.php:1775 wppa-topten-widget.php:35 wppa-topten-widget.php:49
16960
  #: wppa-topten-widget.php:311
16961
  msgid "Top Ten Photos"
16962
  msgstr ""
16963
 
16964
+ #: wppa-setup.php:1778 wppa-thumbnail-widget.php:36
16965
  #: wppa-thumbnail-widget.php:167
16966
  msgid "Thumbnail Photos"
16967
  msgstr ""
16968
 
16969
+ #: wppa-setup.php:1781
16970
  msgid "Search photos"
16971
  msgstr ""
16972
 
16973
+ #: wppa-setup.php:1825
16974
  msgid ""
16975
  "The uploads directory does not exist, please do a regular WP upload first."
16976
  msgstr ""
16977
 
16978
+ #: wppa-setup.php:1829
16979
  msgid "Successfully created uploads directory."
16980
  msgstr ""
16981
 
16982
+ #: wppa-setup.php:1840
16983
  msgid "Could not create the wppa directory."
16984
  msgstr ""
16985
 
16986
+ #: wppa-setup.php:1844
16987
  msgid "Successfully created wppa directory."
16988
  msgstr ""
16989
 
16990
+ #: wppa-setup.php:1854
16991
  msgid "Could not create the wppa thumbs directory."
16992
  msgstr ""
16993
 
16994
+ #: wppa-setup.php:1858
16995
  msgid "Successfully created wppa thumbs directory."
16996
  msgstr ""
16997
 
16998
+ #: wppa-setup.php:1868
16999
  msgid "Could not create the wppa watermarks directory."
17000
  msgstr ""
17001
 
17002
+ #: wppa-setup.php:1872
17003
  msgid "Successfully created wppa watermarks directory."
17004
  msgstr ""
17005
 
17006
+ #: wppa-setup.php:1882
17007
  msgid "Could not create the wppa fonts directory."
17008
  msgstr ""
17009
 
17010
+ #: wppa-setup.php:1886
17011
  msgid "Successfully created wppa fonts directory."
17012
  msgstr ""
17013
 
17014
+ #: wppa-setup.php:1898
17015
  msgid "Unable to create depot directory."
17016
  msgstr ""
17017
 
17018
+ #: wppa-setup.php:1902
17019
  msgid "Successfully created wppa depot directory."
17020
  msgstr ""
17021
 
17022
+ #: wppa-setup.php:1913
17023
  msgid "Unable to create user depot directory"
17024
  msgstr ""
17025
 
17026
+ #: wppa-setup.php:1917
17027
  msgid "Successfully created wppa user depot directory."
17028
  msgstr ""
17029
 
17030
+ #: wppa-setup.php:1927
17031
  msgid "Unable to create temp directory"
17032
  msgstr ""
17033
 
17034
+ #: wppa-setup.php:1931
17035
  msgid "Successfully created temp directory."
17036
  msgstr ""
17037
 
17038
+ #: wppa-setup.php:1939
17039
  #, php-format
17040
  msgid ""
17041
  "Ask your administrator to give you more rights, or create <b>%s</b> manually "
17042
  "using an FTP program."
17043
  msgstr ""
17044
 
17045
+ #: wppa-setup.php:2041
17046
  msgid "Default photo album for"
17047
  msgstr "Standard fotoalbum for"
17048
 
17891
  msgid "WPPA+ Uploader Photos"
17892
  msgstr ""
17893
 
17894
+ #: wppa-upldr-widget.php:37 wppa-upldr-widget.php:188
17895
+ msgid "Uploader Photos"
17896
  msgstr ""
17897
 
17898
  #: wppa-upldr-widget.php:43
17913
  msgstr[0] ""
17914
  msgstr[1] ""
17915
 
 
 
 
 
17916
  #: wppa-upldr-widget.php:202
17917
  msgid "Number of photos"
17918
  msgstr ""
languages/wp-photo-album-plus-fr_FR.mo DELETED
Binary file
languages/wp-photo-album-plus-fr_FR.po DELETED
@@ -1,20472 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WP Photo Album Plus\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-07-13 13:43+0200\n"
6
- "PO-Revision-Date: 2017-07-13 13:48+0200\n"
7
- "Last-Translator: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
8
- "Language-Team: French <kde-i18n-doc@kde.org>\n"
9
- "Language: fr_FR\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=2; plural=n > 1;\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Generator: Poedit 1.8.12\n"
16
- "X-Poedit-Basepath: ..\n"
17
- "X-Poedit-WPHeader: wppa.php\n"
18
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
19
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
20
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
21
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
22
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
23
- "X-Loco-Target-Locale: fr_FR\n"
24
- "X-Poedit-SearchPath-0: .\n"
25
- "X-Poedit-SearchPathExcluded-0: *.js\n"
26
-
27
- #: theme/photo-album-page-2010.php:33 theme/photo-album-search-page.php:52
28
- msgid "Pages:"
29
- msgstr "Pages:"
30
-
31
- #: theme/photo-album-page-2010.php:34 theme/photo-album-search-page.php:53
32
- #: wppa-album-admin-autosave.php:1515 wppa-album-admin-autosave.php:1553
33
- #: wppa-album-admin-autosave.php:1653 wppa-album-admin-autosave.php:1888
34
- #: wppa-album-admin-autosave.php:1984 wppa-album-admin-autosave.php:2067
35
- #: wppa-album-admin-autosave.php:2119 wppa-album-admin-autosave.php:2256
36
- #: wppa-album-admin-autosave.php:2770 wppa-setup.php:1423
37
- #: wppa-thumbnails.php:685
38
- msgid "Edit"
39
- msgstr "Modifier"
40
-
41
- #: theme/photo-album-search-page.php:30
42
- msgid "Warning. No page defined for search results!"
43
- msgstr "Attention. Aucune page définie pour les résultats de recherche!"
44
-
45
- #: theme/photo-album-search-page.php:39 wppa-boxes-html.php:208
46
- #: wppa-settings-autosave.php:384 wppa-settings-autosave.php:3364
47
- msgid "Search"
48
- msgstr "Chercher"
49
-
50
- #: theme/search-2010.php:20 theme/search-2016.php:23
51
- #, php-format
52
- msgid "Search Results for: %s"
53
- msgstr "Résultats de recherche pour: %s"
54
-
55
- #: theme/search-2010.php:31
56
- msgid "Nothing Found"
57
- msgstr "Aucun résultat"
58
-
59
- #: theme/search-2010.php:33
60
- msgid ""
61
- "Sorry, but nothing matched your search criteria. Please try again with some "
62
- "different keywords."
63
- msgstr ""
64
- "Désolé, mais rien ne correspond à votre critère de recherche. Essayez avec "
65
- "des mots clé différents."
66
-
67
- #: theme/search-2016.php:46 wppa-album-admin-autosave.php:2158
68
- #: wppa-links.php:1089 wppa-links.php:1099
69
- msgid "Previous page"
70
- msgstr "Page précédente"
71
-
72
- #: theme/search-2016.php:47 wppa-admin-functions.php:761
73
- #: wppa-album-admin-autosave.php:2178 wppa-links.php:1117
74
- msgid "Next page"
75
- msgstr "Page suiv."
76
-
77
- #: theme/search-2016.php:48 wppa-settings-autosave.php:382
78
- #: wppa-settings-autosave.php:1635 wppa-settings-autosave.php:9396
79
- msgid "Page"
80
- msgstr "Page"
81
-
82
- #: theme/wppa-theme.php:328 theme/wppa-theme.php:347
83
- msgid "No photos found matching your search criteria."
84
- msgstr "Aucune photo correspondant à vos critères de recherche."
85
-
86
- #: theme/wppa-theme.php:331
87
- msgid "No albums found matching your search criteria."
88
- msgstr "Aucun album trouvé correspondant à vos critères de recherche."
89
-
90
- #: theme/wppa-theme.php:334
91
- msgid "No albums or photos found matching your search criteria."
92
- msgstr "Aucun album ou photo trouvé correspondant à vos critères de recherche."
93
-
94
- #: wppa-admin-functions.php:27
95
- msgid "Settings successfully backed up"
96
- msgstr "Réglages enregistrés avec succès"
97
-
98
- #: wppa-admin-functions.php:31
99
- msgid "Unable to backup settings"
100
- msgstr "Impossible d'enregistrer les changements"
101
-
102
- #: wppa-admin-functions.php:40
103
- msgid "Error writing to settings backup file"
104
- msgstr "Erreur d'écriture dans le fichier de sauvegarde des réglages"
105
-
106
- #: wppa-admin-functions.php:119
107
- msgid "Settings file not found"
108
- msgstr "Fichier de paramètres non trouvé"
109
-
110
- #: wppa-admin-functions.php:219 wppa-admin-functions.php:223 wppa-ajax.php:3294
111
- #: wppa-ajax.php:3301
112
- msgid "Please supply a numeric value greater than or equal to"
113
- msgstr "Entrez une valeur numérique supérieure ou égale à"
114
-
115
- #: wppa-admin-functions.php:219 wppa-admin-functions.php:223 wppa-ajax.php:3294
116
- #: wppa-ajax.php:3301
117
- msgid "for"
118
- msgstr "pour"
119
-
120
- #: wppa-admin-functions.php:223 wppa-ajax.php:3301
121
- msgid "and less than or equal to"
122
- msgstr "et inférieure ou égale à"
123
-
124
- #: wppa-admin-functions.php:238 wppa-album-admin-autosave.php:398
125
- msgid "--- public ---"
126
- msgstr "--- public ---"
127
-
128
- #: wppa-admin-functions.php:518
129
- #, php-format
130
- msgid "File %s is of an unsupported filetype and has been removed."
131
- msgstr "Le fichier %s est d'un format non supporté et a été enlevé."
132
-
133
- #: wppa-admin-functions.php:637 wppa-admin-functions.php:676
134
- #: wppa-admin-functions.php:680 wppa-admin-functions.php:684
135
- msgid "Unexpected error:"
136
- msgstr "Erreur inattendue:"
137
-
138
- #: wppa-admin-functions.php:637
139
- msgid "Missing database table:"
140
- msgstr "Table manquante dans la base de donnée:"
141
-
142
- #: wppa-admin-functions.php:676
143
- msgid "Missing directory:"
144
- msgstr "Répertoire manquant:"
145
-
146
- #: wppa-admin-functions.php:680
147
- msgid "Directory is not writable:"
148
- msgstr "Impossible d'écrire dans le répertoire:"
149
-
150
- #: wppa-admin-functions.php:684
151
- msgid "Directory is not readable:"
152
- msgstr "Impossible de lire dans le répertoire:"
153
-
154
- #: wppa-admin-functions.php:692
155
- msgid ""
156
- "Please de-activate and re-activate the plugin. If this problem persists, ask "
157
- "your administrator."
158
- msgstr ""
159
- "Merci de désactiver et réactiver ce greffon (plugin). Si le problème "
160
- "persiste, demandez à votre administrateur."
161
-
162
- #: wppa-admin-functions.php:721
163
- msgid "Prev page"
164
- msgstr "page préc."
165
-
166
- #: wppa-admin-functions.php:876 wppa-admin-functions.php:879
167
- #, php-format
168
- msgid "Album %s is full"
169
- msgstr "L'album %s est plein"
170
-
171
- #: wppa-admin-functions.php:897
172
- #, php-format
173
- msgid "Photo %s already exists in album number %s. Removed from depot."
174
- msgstr ""
175
- "La photo %s existe déjà dans l'album numéro %s. Elle a été enlevée du dépôt."
176
-
177
- #: wppa-admin-functions.php:900
178
- #, php-format
179
- msgid "Photo %s already exists in album number %s."
180
- msgstr "Le fichier uploadé %s existe déjà dans album numero %s."
181
-
182
- #: wppa-admin-functions.php:924
183
- msgid "Not found"
184
- msgstr "Non trouvé."
185
-
186
- #: wppa-admin-functions.php:936
187
- #, php-format
188
- msgid "ERROR: Attempt to upload a photo that is too large to process (%s)."
189
- msgstr ""
190
- "ERREUR: Tentative de charger une photo trop volumineuse pour être traitée "
191
- "(%s)."
192
-
193
- #: wppa-admin-functions.php:937
194
- msgid "Too big"
195
- msgstr "Trop grand"
196
-
197
- #: wppa-admin-functions.php:941
198
- msgid ""
199
- "WARNING: You are uploading photos that are too small. Photos must be larger "
200
- "than the thumbnail size and larger than the coverphotosize."
201
- msgstr ""
202
- "ATTENTION: Vous chargez des photos trop petites. La taille des photos doit "
203
- "être plus grande que celle des vignettes et de la photo de couverture."
204
-
205
- #: wppa-admin-functions.php:942
206
- msgid "Too small"
207
- msgstr "Trop petit"
208
-
209
- #: wppa-admin-functions.php:949
210
- msgid "ERROR: Unable to retrieve image size of"
211
- msgstr "ERREUR: Impossible de récupérer la taille de l'image de"
212
-
213
- #: wppa-admin-functions.php:949
214
- msgid "Are you sure it is a photo?"
215
- msgstr "Êtes-vous sûr que c'est une photo ?"
216
-
217
- #: wppa-admin-functions.php:950
218
- msgid "No photo found"
219
- msgstr "Aucune photo trouvée"
220
-
221
- #: wppa-admin-functions.php:960
222
- msgid "Unsupported mime type encountered:"
223
- msgstr "Type mime non supporté rencontré:"
224
-
225
- #: wppa-admin-functions.php:977
226
- msgid "Album not known while trying to add a photo"
227
- msgstr "Album inconnu pendant la tentative d'ajout d'une photo"
228
-
229
- #: wppa-admin-functions.php:981
230
- #, php-format
231
- msgid ""
232
- "Album %s does not exist or is not accessible while trying to add a photo"
233
- msgstr ""
234
- "Album %s n'existe pas ou n'est pas accessible en essayant d'ajouter une photo"
235
-
236
- #: wppa-admin-functions.php:1000
237
- msgid "Could not insert photo."
238
- msgstr "Impossible d'insérer la photo."
239
-
240
- #: wppa-admin-functions.php:1048
241
- msgid "ERROR: Unknown file or album."
242
- msgstr "ERREUR: Album ou fichier inconnu."
243
-
244
- #: wppa-admin-functions.php:1162
245
- #, php-format
246
- msgid ""
247
- "There are <strong>%d</strong> albums and <strong>%d</strong> photos in the "
248
- "system."
249
- msgstr ""
250
- "Il y a <strong>%d</strong> albums et <strong>%d</strong> photos dans le "
251
- "système."
252
-
253
- #: wppa-admin-functions.php:1163
254
- #, php-format
255
- msgid "<strong>%d</strong> photos are pending moderation."
256
- msgstr "<strong>%d</strong> photos attendent une modération."
257
-
258
- #: wppa-admin-functions.php:1164
259
- #, php-format
260
- msgid "<strong>%d</strong> photos are scheduled for later publishing."
261
- msgstr ""
262
- "<strong>%d</strong> photos sont programmées pour publication ultérieure."
263
-
264
- #: wppa-admin-functions.php:1167
265
- #, php-format
266
- msgid "The most recently added album is <strong>%s</strong> (%d)."
267
- msgstr "L'album le plus récemment ajoutée est <strong>%s</strong> (%d)."
268
-
269
- #: wppa-admin-functions.php:1179
270
- #, php-format
271
- msgid "The most recently added photo is <strong>%s</strong> (%d)"
272
- msgstr "La photo la plus récemment ajoutée est <strong>%s</strong> (%d)"
273
-
274
- #: wppa-admin-functions.php:1180
275
- #, php-format
276
- msgid "in album <strong>%s</strong> (%d)."
277
- msgstr "dans l'album <strong>%s</strong> (%d)."
278
-
279
- #: wppa-admin-functions.php:1182
280
- msgid "Deleted"
281
- msgstr "Supprimé"
282
-
283
- #: wppa-admin.php:56
284
- msgid "Photo&thinsp;Albums"
285
- msgstr "Albums&thinsp;Photo"
286
-
287
- #: wppa-admin.php:59 wppa-adminbar.php:40 wppa-settings-autosave.php:6264
288
- msgid "Album Admin"
289
- msgstr "Administration de l'album"
290
-
291
- #: wppa-admin.php:60 wppa-adminbar.php:47 wppa-upload-widget.php:30
292
- #: wppa-upload-widget.php:92 wppa-upload.php:126
293
- msgid "Upload Photos"
294
- msgstr "Charger des photos"
295
-
296
- #: wppa-admin.php:63 wppa-adminbar.php:53
297
- msgid "Edit Photos"
298
- msgstr "Modifier les photos"
299
-
300
- #: wppa-admin.php:65 wppa-adminbar.php:61 wppa-import.php:168
301
- msgid "Import Photos"
302
- msgstr "Importer des photos"
303
-
304
- #: wppa-admin.php:66 wppa-adminbar.php:68
305
- msgid "Moderate Photos"
306
- msgstr "Modérez les photos"
307
-
308
- #: wppa-admin.php:67 wppa-adminbar.php:75 wppa-export.php:32
309
- msgid "Export Photos"
310
- msgstr "Exporter des photos"
311
-
312
- #: wppa-admin.php:68 wppa-adminbar.php:82 wppa-settings-autosave.php:6269
313
- msgid "Settings"
314
- msgstr "Réglages"
315
-
316
- #: wppa-admin.php:69
317
- msgid "Photo of the day Widget"
318
- msgstr "Widget \"Photo du jour\""
319
-
320
- #: wppa-admin.php:69 wppa-adminbar.php:89 wppa-potd-widget.php:64
321
- #: wppa-settings-autosave.php:6270 wppa-setup.php:1744
322
- msgid "Photo of the day"
323
- msgstr "Photo du jour"
324
-
325
- #: wppa-admin.php:70
326
- msgid "Manage comments"
327
- msgstr "Gérer les commentaires"
328
-
329
- #: wppa-admin.php:70 wppa-adminbar.php:96 wppa-settings-autosave.php:373
330
- #: wppa-settings-autosave.php:3189 wppa-settings-autosave.php:6271
331
- #: wppa-settings-autosave.php:9195 wppa-settings-autosave.php:9240
332
- msgid "Comments"
333
- msgstr "Commentaires"
334
-
335
- #: wppa-admin.php:71
336
- msgid "Help &amp; Info"
337
- msgstr "Aide &amp; Information"
338
-
339
- #: wppa-admin.php:71 wppa-adminbar.php:103 wppa-settings-autosave.php:6272
340
- msgid "Documentation"
341
- msgstr "Documentation"
342
-
343
- #: wppa-admin.php:73 wppa-adminbar.php:111
344
- msgid "Logfile"
345
- msgstr "Logfile"
346
-
347
- #: wppa-admin.php:114
348
- msgid "Uploading is temporary disabled for you"
349
- msgstr "Téléchargement est désactivé temporaire pour vous"
350
-
351
- #: wppa-admin.php:121
352
- msgid "Editing is temporary disabled for you"
353
- msgstr "La modification est temporaire désactivé pour vous"
354
-
355
- #: wppa-admin.php:128
356
- msgid "Importing is temporary disabled for you"
357
- msgstr "L’importation est désactivé temporaire pour vous"
358
-
359
- #: wppa-admin.php:131 wppa-import.php:1265 wppa-settings-autosave.php:6266
360
- msgid "Import"
361
- msgstr "Importer"
362
-
363
- #: wppa-admin.php:131 wppa-comment-admin.php:115
364
- #: wppa-settings-autosave.php:10511
365
- msgid "Update"
366
- msgstr "Mettre à jour"
367
-
368
- #: wppa-adminbar.php:120 wppa-album-navigator-widget.php:42
369
- #: wppa-album-widget.php:37 wppa-album-widget.php:47
370
- msgid "Photo Albums"
371
- msgstr "Albums photo"
372
-
373
- #: wppa-adminbar.php:150 wppa-featen-widget.php:204 wppa-lasten-widget.php:207
374
- #: wppa-potd-admin.php:331 wppa-search-widget.php:134
375
- #: wppa-slideshow-widget.php:197 wppa-thumbnail-widget.php:190
376
- #: wppa-topten-widget.php:331 wppa-topten-widget.php:372
377
- #: wppa-upload-widget.php:101
378
- msgid "Album"
379
- msgstr "Album"
380
-
381
- #: wppa-admins-choice-widget.php:14
382
- msgid "Display admins choice of photos download links"
383
- msgstr "Affichage des administrateurs choix de photos téléchargement liens"
384
-
385
- #: wppa-admins-choice-widget.php:15
386
- msgid "WPPA+ Admins Choice"
387
- msgstr "WPPA+ Choix d'administrateur"
388
-
389
- #: wppa-admins-choice-widget.php:35 wppa-admins-choice-widget.php:83
390
- #: wppa-settings-autosave.php:3420
391
- msgid "Admins Choice"
392
- msgstr "Admins choix des photos"
393
-
394
- #: wppa-admins-choice-widget.php:48
395
- msgid "This feature is not enabled"
396
- msgstr "Cette fonctionnalit&eacute; n&rsquo;est pas activ&eacute;e."
397
-
398
- #: wppa-admins-choice-widget.php:78
399
- msgid "Please enable this feature in Table IV-A27"
400
- msgstr "S'il vous plaît activer cette fonctionnalité dans le Table IV-A27"
401
-
402
- #: wppa-admins-choice-widget.php:87 wppa-album-navigator-widget.php:98
403
- #: wppa-album-widget.php:325 wppa-bestof-widget.php:129
404
- #: wppa-comment-widget.php:122 wppa-featen-widget.php:196 wppa-gp-widget.php:85
405
- #: wppa-lasten-widget.php:197 wppa-multitag-widget.php:76
406
- #: wppa-potd-widget.php:216 wppa-qr-widget.php:92 wppa-search-widget.php:104
407
- #: wppa-slideshow-widget.php:189 wppa-stereo-widget.php:69
408
- #: wppa-super-view-widget.php:73 wppa-tagcloud-widget.php:72
409
- #: wppa-thumbnail-widget.php:179 wppa-topten-widget.php:326
410
- #: wppa-upldr-widget.php:198 wppa-upload-widget.php:96
411
- #, fuzzy
412
- msgid "Title"
413
- msgstr "Titre:"
414
-
415
- #: wppa-ajax.php:208
416
- msgid ""
417
- "All modifications are instantly updated on the server.<br />The <b style="
418
- "\"color:#070\" >Remark</b> field keeps you informed on the actions taken at "
419
- "the background."
420
- msgstr ""
421
- "Toutes les modifications sont immédiatement mises à jour sur le serveur."
422
- "<br>Le champ <b style=\"color:#070\">Remarque</b> vous tient informé des "
423
- "mesures prises à l’arrière-plan."
424
-
425
- #: wppa-ajax.php:211
426
- msgid "Exit & Refresh"
427
- msgstr "Quitter et rafraîchirr"
428
-
429
- #: wppa-ajax.php:284 wppa-ajax.php:353 wppa-ajax.php:388 wppa-ajax.php:670
430
- #: wppa-ajax.php:685 wppa-ajax.php:1022 wppa-ajax.php:1046 wppa-ajax.php:3251
431
- msgid "Security check failure"
432
- msgstr "Echec de la vérification de sécurité"
433
-
434
- #: wppa-ajax.php:318 wppa-ajax.php:377
435
- msgid "You do not have the rights to moderate photos this way"
436
- msgstr "Vous n'avez pas les droits de modérer les photos de cette façon"
437
-
438
- #: wppa-ajax.php:334 wppa-ajax.php:1354 wppa-comment-admin.php:244
439
- #: wppa-functions.php:2436
440
- msgid "Photo comment approved"
441
- msgstr "Commentaire photo approuvé"
442
-
443
- #: wppa-ajax.php:350
444
- #, php-format
445
- msgid "Failed to update stutus of photo %s"
446
- msgstr "Échec de mise à jour du statut de la photo %s"
447
-
448
- #: wppa-ajax.php:350 wppa-ajax.php:357
449
- msgid "Please refresh the page"
450
- msgstr "Rafraîchissez la page"
451
-
452
- #: wppa-ajax.php:357
453
- #, php-format
454
- msgid "Failed to update stutus of comment %s"
455
- msgstr "Échec de la mise à jour du statut du commentaire %s"
456
-
457
- #: wppa-ajax.php:372 wppa-ajax.php:392
458
- msgid "Photo removed"
459
- msgstr "Photo retirée"
460
-
461
- #: wppa-ajax.php:402
462
- msgid "Comment removed"
463
- msgstr "Commentaire retiré"
464
-
465
- #: wppa-ajax.php:404
466
- msgid "Could not remove comment"
467
- msgstr "Impossible de retirer le commentaire"
468
-
469
- #: wppa-ajax.php:407 wppa-ajax.php:888
470
- msgid "Unexpected error"
471
- msgstr "Erreur inattendue"
472
-
473
- #: wppa-ajax.php:413
474
- msgid "This feature is not enabled on this website"
475
- msgstr "Cette fonctionnalité n'est pas activée sur votre site web"
476
-
477
- #: wppa-ajax.php:425
478
- msgid "The album is empty"
479
- msgstr "Cet album est vide"
480
-
481
- #: wppa-ajax.php:434 wppa-ajax.php:513 wppa-ajax.php:633
482
- msgid "Unable to create zip archive"
483
- msgstr "Impossible de créer l'archive zip"
484
-
485
- #: wppa-ajax.php:446
486
- #, php-format
487
- msgid "Unable to create zip archive. code = %s"
488
- msgstr "Impossible de créer l'archive zip. Code = %s"
489
-
490
- #: wppa-ajax.php:483
491
- #, php-format
492
- msgid "Only %s out of %s photos could be added to the zipfile"
493
- msgstr "Seulement %s des %s photos ont pu être ajoutées à l'archive zip"
494
-
495
- #: wppa-ajax.php:521
496
- msgid "Unable to create zipsdir"
497
- msgstr "Impossible de créer zipsdir"
498
-
499
- #: wppa-ajax.php:545 wppa-functions.php:2175 wppa-thumbnails.php:659
500
- msgid "Selected"
501
- msgstr "Sélectionné"
502
-
503
- #: wppa-ajax.php:575
504
- msgid "Unknown source of request"
505
- msgstr "Origine de la requête inconnue"
506
-
507
- #: wppa-ajax.php:593
508
- msgid "Empty filename"
509
- msgstr "Nom de fichier vide"
510
-
511
- #: wppa-ajax.php:619
512
- msgid "Unable to create tempdir"
513
- msgstr "Impossible de créer tempdir"
514
-
515
- #: wppa-ajax.php:643
516
- msgid "Unknown type"
517
- msgstr "Type inconnu"
518
-
519
- #: wppa-ajax.php:652
520
- msgid "The photo does no longer exist"
521
- msgstr "La photo n'existe plus"
522
-
523
- #: wppa-ajax.php:704
524
- msgid "An error occurred while processing you rating request."
525
- msgstr ""
526
- "Une erreur est survenue pendant l’exécution de votre requête de notation."
527
-
528
- #: wppa-ajax.php:705
529
- msgid "Maybe you opened the page too long ago to recognize you."
530
- msgstr ""
531
- "Peut-être avez vous ouvert la page depuis longtemps et votre session a "
532
- "expiré depuis."
533
-
534
- #: wppa-ajax.php:706
535
- msgid "You may refresh the page and try again."
536
- msgstr "Vous devriez rafraîchir la page et réessayer."
537
-
538
- #: wppa-ajax.php:707
539
- msgid ""
540
- "Althoug an error occurred while processing your rating, your vote has been "
541
- "registered."
542
- msgstr ""
543
- "Une erreur s'est produite pendant l’opération de notation, cependant votre "
544
- "vote a tout de même été enregistré."
545
-
546
- #: wppa-ajax.php:708
547
- msgid "However, this may not be reflected in the current pageview"
548
- msgstr ""
549
- "Cependant, il se peut que cela ne soit pas répercuté sur la page courante"
550
-
551
- #: wppa-ajax.php:737
552
- msgid "Photo has been removed."
553
- msgstr "Photo retirée."
554
-
555
- #: wppa-ajax.php:749 wppa-slideshow.php:960
556
- msgid "Sorry, you can not rate your own photos"
557
- msgstr "Désolé, vous ne pouvez pas noter vos propres photos"
558
-
559
- #: wppa-ajax.php:761
560
- msgid "Please enter a comment."
561
- msgstr "Entrer un commentaire."
562
-
563
- #: wppa-ajax.php:817
564
- msgid "You can not change your vote"
565
- msgstr "Vous ne pouvez pas changer votre vote"
566
-
567
- #: wppa-ajax.php:823
568
- msgid "You can not change a dislike"
569
- msgstr "Vous ne pouvez pas changer une aversion"
570
-
571
- #: wppa-ajax.php:829
572
- msgid "You can not change your vote into a dislike"
573
- msgstr "Vous ne pouvez pas changer votre vote dans une aversion"
574
-
575
- #: wppa-ajax.php:845 wppa-ajax.php:866
576
- msgid "Photo rated"
577
- msgstr "Photo évaluée (vote)"
578
-
579
- #: wppa-ajax.php:972
580
- msgid ""
581
- "Please explain your vote in a comment.\n"
582
- "Your vote will be discarded if you don't.\n"
583
- "\n"
584
- "After completing your comment,\n"
585
- "you can refresh the page to see\n"
586
- "your vote became effective."
587
- msgstr ""
588
- "Argumentez votre vote brièvement.\n"
589
- "Votre vote sera ignoré sinon.\n"
590
- "\n"
591
- "Après avoir fini,\n"
592
- "vous pouvez rafraîchir la page\n"
593
- "pour voir votre vote apparaître."
594
-
595
- #: wppa-ajax.php:1018
596
- msgid "You do not have the rights to delete a photo"
597
- msgstr "Vous n'avez pas les droits pour effacer une photo"
598
-
599
- #: wppa-ajax.php:1029
600
- #, php-format
601
- msgid "Photo %s has been deleted"
602
- msgstr "La photo %s a été effacée."
603
-
604
- #: wppa-ajax.php:1042
605
- #, fuzzy
606
- msgid "You do not have the rights to undelete a photo"
607
- msgstr "Vous n'avez pas le droit de récupérer une photo"
608
-
609
- #: wppa-ajax.php:1053
610
- #, php-format
611
- msgid "Photo %s has been undeleted"
612
- msgstr "Photo %s a été restaurée"
613
-
614
- #: wppa-ajax.php:1056
615
- #, php-format
616
- msgid "Could not undelete photo %s"
617
- msgstr "Impossible de sauver la photo %s"
618
-
619
- #: wppa-ajax.php:1070
620
- msgid "You do not have the rights to update album information"
621
- msgstr ""
622
- "Vous n'avez pas les droits pour mettre à jour la description de l'album"
623
-
624
- #: wppa-ajax.php:1082 wppa-ajax.php:2486
625
- msgid "Ratings cleared"
626
- msgstr "Notes remises à zéro"
627
-
628
- #: wppa-ajax.php:1082 wppa-ajax.php:1088 wppa-photo-admin-autosave.php:803
629
- msgid "No ratings for this photo."
630
- msgstr "Pas de notes pour cette photo."
631
-
632
- #: wppa-ajax.php:1085
633
- msgid "An error occurred while clearing ratings"
634
- msgstr "Une erreur est survenue pendant l'effacement des notes"
635
-
636
- #: wppa-ajax.php:1088 wppa-ajax.php:1109 wppa-ajax.php:1131
637
- msgid "No photos in this album"
638
- msgstr "Pas encore de photos dans cet album."
639
-
640
- #: wppa-ajax.php:1103
641
- msgid "Tags set to defaults"
642
- msgstr "Mots-clefs définis aux valeurs par défaut"
643
-
644
- #: wppa-ajax.php:1106
645
- msgid "An error occurred while setting tags"
646
- msgstr "Une erreur s'est produite pendant l'application des tags"
647
-
648
- #: wppa-ajax.php:1125
649
- msgid "Tags added with defaults"
650
- msgstr "Mots-clefs ajoutés aux valeurs par défaut"
651
-
652
- #: wppa-ajax.php:1128
653
- msgid "An error occurred while adding tags"
654
- msgstr "Une erreur s'est produite pendant l'ajout des tags"
655
-
656
- #: wppa-ajax.php:1154
657
- msgid "No subalbums found to process"
658
- msgstr "Aucun sous-albums trouvés pour traiter"
659
-
660
- #: wppa-ajax.php:1159
661
- msgid "No categories found to process"
662
- msgstr "Aucune catégorie trouvée pour traiter"
663
-
664
- #: wppa-ajax.php:1163
665
- #, php-format
666
- msgid "%d album updated"
667
- msgid_plural "%d albums updated"
668
- msgstr[0] "%d album mis à jour"
669
- msgstr[1] "%d albums mis à jour"
670
-
671
- #: wppa-ajax.php:1170
672
- #, php-format
673
- msgid "Album name may not be empty.<br />Reset to %s"
674
- msgstr "Le nom de l'album ne doit pas être vide.<br />Réglé à %s"
675
-
676
- #: wppa-ajax.php:1172 wppa-ajax.php:1847 wppa-album-admin-autosave.php:488
677
- #: wppa-album-admin-autosave.php:537 wppa-album-admin-autosave.php:1462
678
- #: wppa-album-admin-autosave.php:1600 wppa-album-admin-autosave.php:1835
679
- #: wppa-album-admin-autosave.php:1931 wppa-boxes-html.php:450
680
- #: wppa-boxes-html.php:564 wppa-photo-admin-autosave.php:2525
681
- #: wppa-photo-admin-autosave.php:2721 wppa-photo-admin-autosave.php:3145
682
- #: wppa-potd-admin.php:71 wppa-potd-admin.php:358
683
- #: wppa-settings-autosave.php:518 wppa-settings-autosave.php:689
684
- #: wppa-settings-autosave.php:711 wppa-settings-autosave.php:1501
685
- #: wppa-settings-autosave.php:1522 wppa-settings-autosave.php:3086
686
- #: wppa-settings-autosave.php:3107 wppa-settings-autosave.php:3492
687
- #: wppa-settings-autosave.php:3516 wppa-settings-autosave.php:4081
688
- #: wppa-settings-autosave.php:4210 wppa-settings-autosave.php:4927
689
- #: wppa-settings-autosave.php:4948 wppa-settings-autosave.php:5143
690
- #: wppa-settings-autosave.php:5167 wppa-settings-autosave.php:6230
691
- #: wppa-settings-autosave.php:6746 wppa-settings-autosave.php:6995
692
- #: wppa-settings-autosave.php:7017 wppa-settings-autosave.php:7868
693
- #: wppa-settings-autosave.php:7892 wppa-settings-autosave.php:9189
694
- #: wppa-settings-autosave.php:9912 wppa-settings-autosave.php:10068
695
- #: wppa-thumbnail-widget.php:195 wppa-upload.php:290
696
- msgid "Name"
697
- msgstr "Nom"
698
-
699
- #: wppa-ajax.php:1175 wppa-ajax.php:1850 wppa-album-admin-autosave.php:1472
700
- #: wppa-album-admin-autosave.php:1610 wppa-album-admin-autosave.php:1845
701
- #: wppa-album-admin-autosave.php:1941 wppa-photo-admin-autosave.php:2526
702
- #: wppa-photo-admin-autosave.php:2722 wppa-photo-admin-autosave.php:3146
703
- #: wppa-potd-admin.php:72 wppa-potd-admin.php:138 wppa-potd-admin.php:359
704
- #: wppa-settings-autosave.php:519 wppa-settings-autosave.php:690
705
- #: wppa-settings-autosave.php:712 wppa-settings-autosave.php:1502
706
- #: wppa-settings-autosave.php:1523 wppa-settings-autosave.php:3087
707
- #: wppa-settings-autosave.php:3108 wppa-settings-autosave.php:3493
708
- #: wppa-settings-autosave.php:3517 wppa-settings-autosave.php:4928
709
- #: wppa-settings-autosave.php:4949 wppa-settings-autosave.php:5144
710
- #: wppa-settings-autosave.php:5168 wppa-settings-autosave.php:6231
711
- #: wppa-settings-autosave.php:6747 wppa-settings-autosave.php:6996
712
- #: wppa-settings-autosave.php:7018 wppa-settings-autosave.php:7869
713
- #: wppa-settings-autosave.php:7893 wppa-settings-autosave.php:9913
714
- #: wppa-settings-autosave.php:9935 wppa-settings-autosave.php:9975
715
- #: wppa-settings-autosave.php:9997 wppa-settings-autosave.php:10043
716
- #: wppa-settings-autosave.php:10069
717
- msgid "Description"
718
- msgstr "Description"
719
-
720
- #: wppa-ajax.php:1179
721
- msgid "Unbalanced tags in album description!"
722
- msgstr "Unbalanced tags dans la description de l'album!"
723
-
724
- #: wppa-ajax.php:1186 wppa-album-admin-autosave.php:427
725
- msgid "Album order #"
726
- msgstr "Ordre de l'album #"
727
-
728
- #: wppa-ajax.php:1189
729
- msgid "Cover photo"
730
- msgstr "Photo de couverture"
731
-
732
- #: wppa-ajax.php:1192
733
- msgid "Parent album"
734
- msgstr "Album Parent"
735
-
736
- #: wppa-ajax.php:1197 wppa-settings-autosave.php:4075
737
- msgid "Photo order"
738
- msgstr "Ordre des photos"
739
-
740
- #: wppa-ajax.php:1200
741
- msgid "Use Alt thumbsize"
742
- msgstr "Utiliser taille de vignette alternative"
743
-
744
- #: wppa-ajax.php:1203
745
- msgid "Cover Type"
746
- msgstr "Type de couverture"
747
-
748
- #: wppa-ajax.php:1206 wppa-settings-autosave.php:5169
749
- #: wppa-settings-autosave.php:6232
750
- msgid "Link type"
751
- msgstr "Type de lien"
752
-
753
- #: wppa-ajax.php:1209 wppa-album-covers.php:1390 wppa-bestof-widget.php:200
754
- #: wppa-slideshow-widget.php:276
755
- msgid "Link to"
756
- msgstr "Lien vers"
757
-
758
- #: wppa-ajax.php:1212 wppa-ajax.php:1871 wppa-album-admin-autosave.php:1483
759
- #: wppa-album-admin-autosave.php:1621 wppa-album-admin-autosave.php:1856
760
- #: wppa-album-admin-autosave.php:1952 wppa-boxes-html.php:572
761
- #: wppa-photo-admin-autosave.php:2528 wppa-photo-admin-autosave.php:2724
762
- #: wppa-potd-admin.php:139 wppa-topten-widget.php:369
763
- msgid "Owner"
764
- msgstr "Propriétaire"
765
-
766
- #: wppa-ajax.php:1214
767
- #, php-format
768
- msgid "User %s does not exist"
769
- msgstr "L'utilisateur %s n'existe pas"
770
-
771
- #: wppa-ajax.php:1219 wppa-ajax.php:1225
772
- msgid "Upload limit count"
773
- msgstr "Compteur limite d'upload"
774
-
775
- #: wppa-ajax.php:1232
776
- msgid "Upload limit time"
777
- msgstr "Temps limite d'upload"
778
-
779
- #: wppa-ajax.php:1236
780
- msgid "Default tags"
781
- msgstr "Tags par défaut"
782
-
783
- #: wppa-ajax.php:1241
784
- msgid "Categories"
785
- msgstr "Catégories"
786
-
787
- #: wppa-ajax.php:1244
788
- msgid "Sub albums sort order"
789
- msgstr "Ordre de tri des albums fils"
790
-
791
- #: wppa-ajax.php:1252 wppa-ajax.php:1940
792
- msgid "Schedule date/time"
793
- msgstr "Date/Heure de planification"
794
-
795
- #: wppa-ajax.php:1265 wppa-ajax.php:1317
796
- #, php-format
797
- msgid "%s of album %s updated"
798
- msgstr "%s de l'album %s mis à jour"
799
-
800
- #: wppa-ajax.php:1273
801
- msgid "All photos set to scheduled per date"
802
- msgstr "Toutes les photos réglées à planifié par date"
803
-
804
- #: wppa-ajax.php:1300
805
- #, php-format
806
- msgid "Custom field %s updated"
807
- msgstr "Champs personnalisés %s mis à jour"
808
-
809
- #: wppa-ajax.php:1326
810
- #, php-format
811
- msgid "An error occurred while trying to update %s of album %s"
812
- msgstr ""
813
- "Une erreur est survenue lors de la tentative de mise à jour %s de l'album %s"
814
-
815
- #: wppa-ajax.php:1327 wppa-ajax.php:1806
816
- msgid "Press CTRL+F5 and try again."
817
- msgstr "Presser CTRL+F5 et réessayer."
818
-
819
- #: wppa-ajax.php:1341
820
- msgid "You do not have the rights to update comment status"
821
- msgstr "Vous n'avez pas les droits pour modifier le statut du commentaire"
822
-
823
- #: wppa-ajax.php:1360
824
- #, php-format
825
- msgid "Status of comment #%s updated"
826
- msgstr "statut du commentaire #%s modifié"
827
-
828
- #: wppa-ajax.php:1363
829
- #, php-format
830
- msgid "Error updating status comment #%s"
831
- msgstr "Erreur pendant la modification du commentaire #%s"
832
-
833
- #: wppa-ajax.php:1374
834
- msgid "You do not have the rights to change photos"
835
- msgstr "Vous n'avez pas les droits pour changer les photos"
836
-
837
- #: wppa-ajax.php:1383
838
- msgid "Watermark applied"
839
- msgstr "Filigrane appliqué"
840
-
841
- #: wppa-ajax.php:1387
842
- msgid "An error occured while trying to apply a watermark"
843
- msgstr "Une erreur est survenue pendant l'application du filigrane"
844
-
845
- #: wppa-ajax.php:1406
846
- msgid "You do not have the rights to update photo information"
847
- msgstr "Vous n'avez pas les droits pour changer la description de la photo"
848
-
849
- #: wppa-ajax.php:1412
850
- #, php-format
851
- msgid "%s updated to %s."
852
- msgstr "%s mis à jour à %s."
853
-
854
- #: wppa-ajax.php:1462
855
- #, php-format
856
- msgid "Format error %s. Must be yyyy:mm:dd hh:mm:ss"
857
- msgstr "Erreur de format %s. Doit être yyyy:mm:dd hh:mm:ss"
858
-
859
- #: wppa-ajax.php:1466
860
- msgid "Exif date/time updated"
861
- msgstr "Date/heure EXIF modifiée"
862
-
863
- #: wppa-ajax.php:1472
864
- msgid "Enter a value > -90 and < 90"
865
- msgstr "Entrez une valeur comprise entre -90 et 90"
866
-
867
- #: wppa-ajax.php:1480
868
- msgid "Lattitude updated"
869
- msgstr "Latitude mise à jour"
870
-
871
- #: wppa-ajax.php:1482
872
- msgid "Could not update latitude"
873
- msgstr "Impossible de mettre à jour la latitude"
874
-
875
- #: wppa-ajax.php:1488
876
- msgid "Enter a value > -180 and < 180"
877
- msgstr "Entrez une valeur comprise entre -180 et 180"
878
-
879
- #: wppa-ajax.php:1496
880
- msgid "Longitude updated"
881
- msgstr "Longitude mise à jour"
882
-
883
- #: wppa-ajax.php:1498
884
- msgid "Could not update longitude"
885
- msgstr "Ne peut pas mettre à jour la longitude"
886
-
887
- #: wppa-ajax.php:1506
888
- msgid "Photo files remade"
889
- msgstr "Fichiers photo recréés"
890
-
891
- #: wppa-ajax.php:1509
892
- msgid "Could not remake files"
893
- msgstr "Impossible de recréer les fichiers"
894
-
895
- #: wppa-ajax.php:1515
896
- msgid "Thumbnail remade"
897
- msgstr "Vignettes recréées"
898
-
899
- #: wppa-ajax.php:1518
900
- msgid "Could not remake thumbnail"
901
- msgstr "Impossible de recréer les vignette"
902
-
903
- #: wppa-ajax.php:1529 wppa-potd-admin.php:100 wppa-settings-autosave.php:3885
904
- #: wppa-settings-autosave.php:9888 wppa-tinymce-shortcodes.php:628
905
- msgid "left"
906
- msgstr "gauche"
907
-
908
- #: wppa-ajax.php:1532
909
- msgid "180&deg;"
910
- msgstr "180&deg;"
911
-
912
- #: wppa-ajax.php:1535 wppa-potd-admin.php:100 wppa-settings-autosave.php:3885
913
- #: wppa-settings-autosave.php:9890 wppa-tinymce-shortcodes.php:630
914
- msgid "right"
915
- msgstr "droite"
916
-
917
- #: wppa-ajax.php:1548 wppa-ajax.php:1551
918
- msgid "Photo flipped"
919
- msgstr "Photo renversée"
920
-
921
- #: wppa-ajax.php:1554
922
- #, php-format
923
- msgid "Photo %s rotated %s"
924
- msgstr "Photo %s pivotée %s"
925
-
926
- #: wppa-ajax.php:1558
927
- #, php-format
928
- msgid "An error occurred while trying to rotate or flip photo %s"
929
- msgstr ""
930
- "Une erreur est survenue en essayant de faire pivoter ou renverser photo %s"
931
-
932
- #: wppa-ajax.php:1666
933
- #, php-format
934
- msgid "An error occurred while trying to process photo %s"
935
- msgstr "Une erreur est survenue en essayant de processer la photo %s"
936
-
937
- #: wppa-ajax.php:1702 wppa-ajax.php:1749
938
- #, php-format
939
- msgid "Command %s magically executed on photo %s"
940
- msgstr "Command %s exécuté par magie sur la photo %s"
941
-
942
- #: wppa-ajax.php:1759 wppa-ajax.php:1789 wppa-photo-admin-autosave.php:2141
943
- #: wppa-photo-admin-autosave.php:2159
944
- #, php-format
945
- msgid "A photo with filename %s already exists in album %s."
946
- msgstr "Une photo avec le nom de fichier %s existe déjà dans l'album %s."
947
-
948
- #: wppa-ajax.php:1765 wppa-ajax.php:1795 wppa-functions.php:4309
949
- #, php-format
950
- msgid "Album %s does not exist"
951
- msgstr "Album %s n'existe pas"
952
-
953
- #: wppa-ajax.php:1775
954
- #, php-format
955
- msgid "Photo %s has been moved to album %s (%s)"
956
- msgstr "La photo %s a été déplacée vers l'album %s (%s)"
957
-
958
- #: wppa-ajax.php:1779
959
- #, php-format
960
- msgid "An error occurred while trying to move photo %s"
961
- msgstr "Une erreur est survenue pendant le déplacement de la photo %s"
962
-
963
- #: wppa-ajax.php:1802
964
- #, php-format
965
- msgid "Photo %s copied to album %s (%s)"
966
- msgstr "Photo %s copiée vers l'album %s (%s)"
967
-
968
- #: wppa-ajax.php:1805
969
- #, php-format
970
- msgid "An error occurred while trying to copy photo %s"
971
- msgstr "Une erreur est survenue pendant la copie de la photo %s"
972
-
973
- #: wppa-ajax.php:1834
974
- msgid "Photo approved"
975
- msgstr "Photo approuvée"
976
-
977
- #: wppa-ajax.php:1835
978
- #, fuzzy, php-format
979
- msgid "Your recently uploaded photo %s in album %s has been approved"
980
- msgstr "Votre photo récemment téléchargée%s dans l'album%s a été approuvée"
981
-
982
- #: wppa-ajax.php:1843 wppa-ajax.php:1891 wppa-comment-admin.php:186
983
- #: wppa-photo-admin-autosave.php:2527 wppa-photo-admin-autosave.php:2723
984
- #: wppa-settings-autosave.php:7021 wppa-settings-autosave.php:7872
985
- #: wppa-settings-autosave.php:9936 wppa-settings-autosave.php:9976
986
- #: wppa-settings-autosave.php:9998 wppa-settings-autosave.php:10044
987
- msgid "Status"
988
- msgstr "Statut"
989
-
990
- #: wppa-ajax.php:1854 wppa-ajax.php:2589
991
- msgid "Unbalanced tags in photo description!"
992
- msgstr "Unbalanced tags dans la description de la photo!"
993
-
994
- #: wppa-ajax.php:1860
995
- msgid "Photo order #"
996
- msgstr "Photo en position #"
997
-
998
- #: wppa-ajax.php:1865
999
- #, php-format
1000
- msgid "User %s does not exists"
1001
- msgstr "L'utilisateur %s n'existe pas"
1002
-
1003
- #: wppa-ajax.php:1874
1004
- msgid "Link url"
1005
- msgstr "URL du lien"
1006
-
1007
- #: wppa-ajax.php:1877
1008
- msgid "Link title"
1009
- msgstr "Titre du lien"
1010
-
1011
- #: wppa-ajax.php:1880
1012
- msgid "Link target"
1013
- msgstr "Cible du lien"
1014
-
1015
- #: wppa-ajax.php:1886
1016
- msgid "Photo Tags"
1017
- msgstr "Tags de la photo"
1018
-
1019
- #: wppa-ajax.php:1894
1020
- msgid "HTML Alt"
1021
- msgstr "HTML alt"
1022
-
1023
- #: wppa-ajax.php:1898
1024
- msgid "Video width"
1025
- msgstr "Largeur de la vidéo"
1026
-
1027
- #: wppa-ajax.php:1900 wppa-ajax.php:1907
1028
- msgid "Please enter an integer value >= 0"
1029
- msgstr "Entrer un nombre entier >= 0"
1030
-
1031
- #: wppa-ajax.php:1905
1032
- msgid "Video height"
1033
- msgstr "Hauteur de la vidéo"
1034
-
1035
- #: wppa-ajax.php:1923 wppa-ajax.php:1956 wppa-ajax.php:1991
1036
- #, php-format
1037
- msgid "%s of video %s updated"
1038
- msgstr "%s de la vidéo %s mis à jour"
1039
-
1040
- #: wppa-ajax.php:1926 wppa-ajax.php:1959 wppa-ajax.php:1994
1041
- #, php-format
1042
- msgid "%s of photo %s updated"
1043
- msgstr "%s de la photo %s mis à jour"
1044
-
1045
- #: wppa-ajax.php:1930
1046
- #, php-format
1047
- msgid "An error occurred while trying to update %s of photo %s"
1048
- msgstr ""
1049
- "Une erreur est survenue lors de la tentative de mise à jour %s de photo %s"
1050
-
1051
- #: wppa-ajax.php:1968
1052
- msgid "Delete date/time"
1053
- msgstr "Supprimer date / l'heure"
1054
-
1055
- #: wppa-ajax.php:2000
1056
- #, fuzzy, php-format
1057
- msgid "Scheduled deletion of photo %s cancelled"
1058
- msgstr "Suppression programmée de la photo%s annulée"
1059
-
1060
- #: wppa-ajax.php:2003
1061
- msgid "No rights"
1062
- msgstr "Aucun droit"
1063
-
1064
- #: wppa-ajax.php:2029
1065
- #, php-format
1066
- msgid "Custom field %s of photo %s updated"
1067
- msgstr "Champ personnalisé %s de photo %s mis à jour"
1068
-
1069
- #: wppa-ajax.php:2036
1070
- msgid "Error during upload."
1071
- msgstr "Erreur durant le téléversement."
1072
-
1073
- #: wppa-ajax.php:2070
1074
- msgid "Photo files updated."
1075
- msgstr "Fichiers photo mis à jour."
1076
-
1077
- #: wppa-ajax.php:2075
1078
- msgid "Could not update files."
1079
- msgstr "Impossible de créer les fichiers."
1080
-
1081
- #: wppa-ajax.php:2086
1082
- #, php-format
1083
- msgid "Stereo mode updated in %d milliseconds"
1084
- msgstr "Mode stéréo modifié en %d millisecondes"
1085
-
1086
- #: wppa-ajax.php:2103 wppa-ajax.php:2145
1087
- msgid "You do not have the rights to update settings"
1088
- msgstr "Vous n'avez pas les droits de modifier les réglages"
1089
-
1090
- #: wppa-ajax.php:2139
1091
- msgid "You do not have the rights to update photo of the day settings"
1092
- msgstr ""
1093
- "Vous ne disposez pas des droits pour mettre à jour des paramètres de la "
1094
- "photo jour"
1095
-
1096
- #: wppa-ajax.php:2217
1097
- msgid "Capability granted"
1098
- msgstr "Capacité accordée"
1099
-
1100
- #: wppa-ajax.php:2222
1101
- msgid "Capability withdrawn"
1102
- msgstr "Capacité retirée"
1103
-
1104
- #: wppa-ajax.php:2240 wppa-ajax.php:3124
1105
- #, php-format
1106
- msgid "Setting %s updated to %s"
1107
- msgstr "Réglage %s changé pour %s"
1108
-
1109
- #: wppa-ajax.php:2273 wppa-ajax.php:2274
1110
- msgid "Failed to save code"
1111
- msgstr "Échec d'enregistrement de code"
1112
-
1113
- #: wppa-ajax.php:2298
1114
- msgid "Column width."
1115
- msgstr "Largeur de colonne."
1116
-
1117
- #: wppa-ajax.php:2301
1118
- msgid "Initial width."
1119
- msgstr "Largeur initiale."
1120
-
1121
- #: wppa-ajax.php:2304
1122
- msgid "Full size."
1123
- msgstr "Pleine taille."
1124
-
1125
- #: wppa-ajax.php:2307
1126
- msgid "Max height."
1127
- msgstr "Hauteur maximum."
1128
-
1129
- #: wppa-ajax.php:2312
1130
- msgid "Thumbnail size."
1131
- msgstr "Taille de la vignette"
1132
-
1133
- #: wppa-ajax.php:2316
1134
- msgid "Thumbnail frame width"
1135
- msgstr "Largeur du cadre vignette"
1136
-
1137
- #: wppa-ajax.php:2320
1138
- msgid "Thumbnail frame height"
1139
- msgstr "Hauteur du cadre vignette"
1140
-
1141
- #: wppa-ajax.php:2323
1142
- msgid "Thumbnail Spacing"
1143
- msgstr "Espacement des vignettes"
1144
-
1145
- #: wppa-ajax.php:2326
1146
- msgid "Photocount treshold."
1147
- msgstr "Seuil de comptage des photos."
1148
-
1149
- #: wppa-ajax.php:2329
1150
- msgid "Thumb page size."
1151
- msgstr "Taille de la page de vignettes"
1152
-
1153
- #: wppa-ajax.php:2332 wppa-ajax.php:2335
1154
- msgid "Cover photo size."
1155
- msgstr "Taille de la photo de couverture."
1156
-
1157
- #: wppa-ajax.php:2338
1158
- msgid "Album page size."
1159
- msgstr "Taille de page de l'album."
1160
-
1161
- #: wppa-ajax.php:2341
1162
- msgid "Number of TopTen photos"
1163
- msgstr "Nombre du TopTen des photos"
1164
-
1165
- #: wppa-ajax.php:2344
1166
- msgid "Widget image thumbnail size"
1167
- msgstr "Taille de la vignette dans le widget"
1168
-
1169
- #: wppa-ajax.php:2347 wppa-settings-autosave.php:1117
1170
- msgid "Max Cover width"
1171
- msgstr "Largeur maximum de la couverture"
1172
-
1173
- #: wppa-ajax.php:2350
1174
- msgid "Minimal description height"
1175
- msgstr "Hauteur minimale de la description"
1176
-
1177
- #: wppa-ajax.php:2353
1178
- msgid "Minimal cover height"
1179
- msgstr "Hauteur minimale de la couverture"
1180
-
1181
- #: wppa-ajax.php:2356
1182
- msgid "Minimal text frame height"
1183
- msgstr "Hauteur minimale du cadre de texte"
1184
-
1185
- #: wppa-ajax.php:2359 wppa-settings-autosave.php:1445
1186
- msgid "Border width"
1187
- msgstr "Largeur de bordure"
1188
-
1189
- #: wppa-ajax.php:2362 wppa-settings-autosave.php:788
1190
- #: wppa-settings-autosave.php:1454
1191
- msgid "Border radius"
1192
- msgstr "Rayon de bordure"
1193
-
1194
- #: wppa-ajax.php:2365 wppa-settings-autosave.php:799
1195
- msgid "Box spacing"
1196
- msgstr "Espacement boîtes"
1197
-
1198
- #: wppa-ajax.php:2371 wppa-settings-autosave.php:1092
1199
- msgid "Popup size"
1200
- msgstr "Taille du popup"
1201
-
1202
- #: wppa-ajax.php:2374
1203
- msgid "Fullsize border width"
1204
- msgstr "Largeur de bordure pleine taille"
1205
-
1206
- #: wppa-ajax.php:2377
1207
- msgid "Lightbox Bordersize"
1208
- msgstr "Taille de bordure de Lightbox"
1209
-
1210
- #: wppa-ajax.php:2380
1211
- msgid "Lightbox Borderwidth"
1212
- msgstr "Largeur de bordure de Lightbox"
1213
-
1214
- #: wppa-ajax.php:2383
1215
- msgid "Lightbox Borderradius"
1216
- msgstr "Rayon de bordure de Lightbox"
1217
-
1218
- #: wppa-ajax.php:2386
1219
- msgid "Number of Comment widget entries"
1220
- msgstr "Nombre d'entrées de widget commentaire"
1221
-
1222
- #: wppa-ajax.php:2389
1223
- msgid "Comment Widget image thumbnail size"
1224
- msgstr "Taille de vignette du widget commentaire"
1225
-
1226
- #: wppa-ajax.php:2392 wppa-ajax.php:2395 wppa-ajax.php:2398
1227
- msgid "Opacity."
1228
- msgstr "Opacité."
1229
-
1230
- #: wppa-ajax.php:2407 wppa-settings-autosave.php:1254
1231
- msgid "Avatar size"
1232
- msgstr "Taille de l'avatar"
1233
-
1234
- #: wppa-ajax.php:2410 wppa-ajax.php:2413
1235
- msgid "Watermark opacity"
1236
- msgstr "Opacité du filigrane"
1237
-
1238
- #: wppa-ajax.php:2416 wppa-settings-autosave.php:1423
1239
- msgid "Number of text lines"
1240
- msgstr "Nombre de lignes de texte"
1241
-
1242
- #: wppa-ajax.php:2419 wppa-settings-autosave.php:4784
1243
- msgid "Overlay opacity"
1244
- msgstr "Opacité de l'overlay"
1245
-
1246
- #: wppa-ajax.php:2422 wppa-settings-autosave.php:8516
1247
- msgid "Upload limit"
1248
- msgstr "Limite d'upload"
1249
-
1250
- #: wppa-ajax.php:2425 wppa-settings-autosave.php:4416
1251
- msgid "Notify inappropriate"
1252
- msgstr "Notifier inapproprié"
1253
-
1254
- #: wppa-ajax.php:2428
1255
- msgid "Dislike pending"
1256
- msgstr "Avis négatif en attente"
1257
-
1258
- #: wppa-ajax.php:2431
1259
- msgid "Dislike delete"
1260
- msgstr "Effacer les avis négatifs"
1261
-
1262
- #: wppa-ajax.php:2434 wppa-settings-autosave.php:7968
1263
- msgid "Max execution time"
1264
- msgstr "Temps d'exécution maximum"
1265
-
1266
- #: wppa-ajax.php:2440
1267
- msgid "myCRED / Cube Points"
1268
- msgstr "Points myCRED / Cube"
1269
-
1270
- #: wppa-ajax.php:2443
1271
- msgid "JPG Image quality"
1272
- msgstr "Qualité d'image JPG"
1273
-
1274
- #: wppa-ajax.php:2449 wppa-settings-autosave.php:4299
1275
- msgid "Number of coverphotos"
1276
- msgstr "Nombre de photos de couverture"
1277
-
1278
- #: wppa-ajax.php:2452 wppa-settings-autosave.php:4429
1279
- msgid "Dislike value"
1280
- msgstr "Valeur du vote négatif"
1281
-
1282
- #: wppa-ajax.php:2455 wppa-settings-autosave.php:929
1283
- msgid "Slideshow pagesize"
1284
- msgstr "Taille de page du diaporama"
1285
-
1286
- #: wppa-ajax.php:2458 wppa-settings-autosave.php:948
1287
- msgid "Slideonly max"
1288
- msgstr "Slideonly max"
1289
-
1290
- #: wppa-ajax.php:2461 wppa-settings-autosave.php:817
1291
- msgid "Max Pagelinks"
1292
- msgstr "Nb max. de liens de page"
1293
-
1294
- #: wppa-ajax.php:2478 wppa-settings-autosave.php:844
1295
- msgid "Sticky header size"
1296
- msgstr "Taille d'en-tête fixe"
1297
-
1298
- #: wppa-ajax.php:2489
1299
- msgid "Could not clear ratings"
1300
- msgstr "Impossible d'effacer les notes"
1301
-
1302
- #: wppa-ajax.php:2498
1303
- msgid "Viewcounts cleared"
1304
- msgstr "Compteur de vues remis à zéro"
1305
-
1306
- #: wppa-ajax.php:2501
1307
- msgid "Could not clear viewcounts"
1308
- msgstr "Impossible d'effacer le comptage des vues"
1309
-
1310
- #: wppa-ajax.php:2511
1311
- msgid "IPTC data cleared"
1312
- msgstr "Données IPTC effacées"
1313
-
1314
- #: wppa-ajax.php:2512
1315
- msgid "Refresh this page to clear table X"
1316
- msgstr "Rafraîchir cette page pour nettoyer la table X"
1317
-
1318
- #: wppa-ajax.php:2516
1319
- msgid "Could not clear IPTC data"
1320
- msgstr "Impossible d'effacer les données IPTC"
1321
-
1322
- #: wppa-ajax.php:2526
1323
- msgid "EXIF data cleared"
1324
- msgstr "Données EXIF effacées"
1325
-
1326
- #: wppa-ajax.php:2527
1327
- msgid "Refresh this page to clear table XI"
1328
- msgstr "Rafraîchir cette page pour nettoyer la table XI"
1329
-
1330
- #: wppa-ajax.php:2531
1331
- msgid "Could not clear EXIF data"
1332
- msgstr "Impossible d'effacer les données EXIF"
1333
-
1334
- #: wppa-ajax.php:2539
1335
- msgid "Recuperation performed"
1336
- msgstr "Récupération effectuée"
1337
-
1338
- #: wppa-ajax.php:2554
1339
- msgid ""
1340
- "Illegal format. Please enter a 6 digit hexadecimal color value. Example: "
1341
- "#77bbff"
1342
- msgstr ""
1343
- "Format incorrect. Veuillez entrer une valeur de couleur hexadécimale à 6 "
1344
- "digits. Exemple: #77bbff"
1345
-
1346
- #: wppa-ajax.php:2580
1347
- msgid "You just changed a setting that requires the recalculation of ratings."
1348
- msgstr "Vous venez de changer une option qui requiert le recalcul des notes."
1349
-
1350
- #: wppa-ajax.php:2581 wppa-ajax.php:3138
1351
- msgid "Please run the appropriate action in Table VIII."
1352
- msgstr "Veuillez lancer l'action appropriée dans la table VIII."
1353
-
1354
- #: wppa-ajax.php:2605 wppa-ajax.php:2621
1355
- #, php-format
1356
- msgid "Unable to create or write to %s"
1357
- msgstr "Impossible de créer ou d'écrire sur %s"
1358
-
1359
- #: wppa-ajax.php:2614
1360
- msgid "Source can not be inside the wppa folder."
1361
- msgstr "La source ne peut se trouver dans le dossier WPPA."
1362
-
1363
- #: wppa-ajax.php:2631
1364
- msgid "The content must contain w#album"
1365
- msgstr "Le contenu doit contenir w#album"
1366
-
1367
- #: wppa-ajax.php:2638
1368
- msgid "The content must contain w#lat and w#lon"
1369
- msgstr "Le contenu doit contenir w#lat et w#lon"
1370
-
1371
- #: wppa-ajax.php:2686 wppa-ajax.php:2692
1372
- msgid "Members"
1373
- msgstr "Membres"
1374
-
1375
- #: wppa-ajax.php:2686
1376
- msgid "Parent of the member albums"
1377
- msgstr "Parent des albums membres"
1378
-
1379
- #: wppa-ajax.php:2851
1380
- #, php-format
1381
- msgid "User %s has been blacklisted."
1382
- msgstr "L'utilisateur %s a été blacklisté."
1383
-
1384
- #: wppa-ajax.php:2854 wppa-ajax.php:2884
1385
- #, php-format
1386
- msgid "User %s does not exist."
1387
- msgstr "L'utilisateur %s n'existe pas."
1388
-
1389
- #: wppa-ajax.php:2881
1390
- #, php-format
1391
- msgid "User %s is now superuser."
1392
- msgstr "L'utilisateur %s est maintenant superutilisateur."
1393
-
1394
- #: wppa-ajax.php:2906
1395
- msgid ""
1396
- "The content of the Custom box has been changed to display the Fotomoto "
1397
- "toolbar."
1398
- msgstr ""
1399
- "Le contenu de la boîte personnalisée a été changé pour afficher la barre "
1400
- "d'outils Fotomoto."
1401
-
1402
- #: wppa-ajax.php:2910
1403
- msgid "The display of the custom box has been enabled"
1404
- msgstr "L'affichage de la boîte personnalisée a été activé"
1405
-
1406
- #: wppa-ajax.php:2921
1407
- msgid "The content of the Custom box has been changed to display maps."
1408
- msgstr ""
1409
- "Le contenu de la boîte personnalisée à été modifié pour afficher des cartes."
1410
-
1411
- #: wppa-ajax.php:2925
1412
- #, fuzzy
1413
- msgid "The display of the custom box has been enabled."
1414
- msgstr "L'affichage de la boîte personnalisée a été activé"
1415
-
1416
- #: wppa-ajax.php:2930
1417
- #, fuzzy
1418
- msgid ""
1419
- "The Google maps API will be loaded on all pages to enable the use of Ajax "
1420
- "page content changes that use maps."
1421
- msgstr ""
1422
- "L'API de Google Maps sera chargée sur toutes les pages pour permettre "
1423
- "l'utilisation des modifications de contenu de la page Ajax qui utilisent des "
1424
- "cartes."
1425
-
1426
- #: wppa-ajax.php:3005
1427
- msgid ""
1428
- "You must run Table VIII-A13 and VIII-A14 first before you can switch to "
1429
- "encrypted urls."
1430
- msgstr ""
1431
- "Vous devez exécuter le Table VIII-A13 et VIII-A14 avant de pouvoir passer à "
1432
- "urls cryptées."
1433
-
1434
- #: wppa-ajax.php:3008
1435
- msgid "Table IV-A3 will be switched off."
1436
- msgstr "Table IV-A3 sera éteint."
1437
-
1438
- #: wppa-ajax.php:3012
1439
- msgid "Table IV-A4 will be switched off."
1440
- msgstr "Table IV-A4 sera éteint."
1441
-
1442
- #: wppa-ajax.php:3022
1443
- msgid "Not allowed when cryptic links is active"
1444
- msgstr "Non autorisé lorsque les liens cryptiques est actif"
1445
-
1446
- #: wppa-ajax.php:3034
1447
- msgid "A Twitter account name must start with an at sign: @"
1448
- msgstr "Un nom de compte Twitter doit commencer par un signe à: @"
1449
-
1450
- #: wppa-ajax.php:3087
1451
- #, fuzzy
1452
- msgid "This path does not contain ImageMagick commands"
1453
- msgstr "Ce chemin ne contient pas de commandes ImageMagick"
1454
-
1455
- #: wppa-ajax.php:3114
1456
- #, php-format
1457
- msgid "Failed to set %s to %s"
1458
- msgstr "Échec du réglage de %s à %s"
1459
-
1460
- #: wppa-ajax.php:3137
1461
- msgid ""
1462
- "You just changed a setting that requires the regeneration of thumbnails."
1463
- msgstr ""
1464
- "Vous venez juste de changer un réglage qui implique la re-génération des "
1465
- "vignettes."
1466
-
1467
- #: wppa-ajax.php:3219
1468
- msgid "Missing album id"
1469
- msgstr "ID d'album manquant"
1470
-
1471
- #: wppa-ajax.php:3239
1472
- msgid "You do not have the rights to delete this album"
1473
- msgstr "Vous n'avez pas les droits pour effacer cet album"
1474
-
1475
- #: wppa-ajax.php:3260
1476
- msgid "An error has occurred"
1477
- msgstr "Une erreur est survenue"
1478
-
1479
- #: wppa-ajax.php:3296 wppa-ajax.php:3303
1480
- msgid "You may also enter:"
1481
- msgstr "Vous pouvez aussi entrer:"
1482
-
1483
- #: wppa-ajax.php:3297 wppa-ajax.php:3304
1484
- msgid "You may also leave/set this blank"
1485
- msgstr "Vous pouvez aussi laisser ceci vide"
1486
-
1487
- #: wppa-album-admin-autosave.php:23 wppa-album-admin-autosave.php:1111
1488
- msgid "Upload to this album"
1489
- msgstr "Charger vers cet album"
1490
-
1491
- #: wppa-album-admin-autosave.php:37
1492
- msgid "Warning:"
1493
- msgstr "Attention:"
1494
-
1495
- #: wppa-album-admin-autosave.php:37
1496
- #, php-format
1497
- msgid ""
1498
- "The uploads directory does not exist or is not writable by the server. "
1499
- "Please make sure that %s is writeable by the server."
1500
- msgstr ""
1501
- "Le répertoire de chargement n'existe pas ou n'est pas accessible en écriture "
1502
- "par le serveur. Veuillez vous assurer que %s est accessible en écriture."
1503
-
1504
- #: wppa-album-admin-autosave.php:76
1505
- msgid "Edit Single Photo"
1506
- msgstr "Modifier photo seule"
1507
-
1508
- #: wppa-album-admin-autosave.php:77 wppa-album-admin-autosave.php:101
1509
- #: wppa-album-admin-autosave.php:122 wppa-album-admin-autosave.php:1140
1510
- #: wppa-setup.php:1424
1511
- msgid "Edit photo information"
1512
- msgstr "Éditer les infos de la photo"
1513
-
1514
- #: wppa-album-admin-autosave.php:98 wppa-album-admin-autosave.php:1136
1515
- msgid "Manage Photos"
1516
- msgstr "Gérer les photos"
1517
-
1518
- #: wppa-album-admin-autosave.php:99 wppa-album-admin-autosave.php:1137
1519
- msgid "Copy / move / delete / edit name / edit description / change status"
1520
- msgstr ""
1521
- "Copier / Déplacer / Effacer / Modifier nom / Modifier description / Changer "
1522
- "statut"
1523
-
1524
- #: wppa-album-admin-autosave.php:100 wppa-album-admin-autosave.php:1139
1525
- msgid "Edit photo information except copy and move"
1526
- msgstr "Modifier l'information de la photo excepté copier et déplacer"
1527
-
1528
- #: wppa-album-admin-autosave.php:104 wppa-album-admin-autosave.php:113
1529
- msgid "Back to album table"
1530
- msgstr "Retour à la table albums"
1531
-
1532
- #: wppa-album-admin-autosave.php:111 wppa-album-admin-autosave.php:1148
1533
- msgid "Top of page"
1534
- msgstr "Haut de page"
1535
-
1536
- #: wppa-album-admin-autosave.php:121
1537
- msgid "Manage Trashed Photos"
1538
- msgstr "Gérer les photos battues"
1539
-
1540
- #: wppa-album-admin-autosave.php:155 wppa-functions.php:4233
1541
- #: wppa-settings-autosave.php:8364 wppa-wpdb-insert.php:367
1542
- msgid "New Album"
1543
- msgstr "Nouvel album"
1544
-
1545
- #: wppa-album-admin-autosave.php:160 wppa-import.php:1700 wppa-import.php:1736
1546
- #: wppa-import.php:2848
1547
- msgid "Could not create album."
1548
- msgstr "Impossible de créer l'album."
1549
-
1550
- #: wppa-album-admin-autosave.php:168 wppa-import.php:1706 wppa-import.php:2856
1551
- msgid "Album #"
1552
- msgstr "Album #"
1553
-
1554
- #: wppa-album-admin-autosave.php:168 wppa-import.php:1706 wppa-import.php:2856
1555
- msgid "Added."
1556
- msgstr "Ajouté."
1557
-
1558
- #: wppa-album-admin-autosave.php:251
1559
- msgid ""
1560
- "Are you sure you want to inherit categories to all (grand)children of this "
1561
- "album?"
1562
- msgstr ""
1563
- "Etes-vous sûr de vouloir hériter des catégories à tous (petits-) enfants de "
1564
- "cet album?"
1565
-
1566
- #: wppa-album-admin-autosave.php:262
1567
- msgid ""
1568
- "Are you sure you want to add the categories to all (grand)children of this "
1569
- "album?"
1570
- msgstr ""
1571
- "Etes-vous sûr que vous voulez ajouter les catégories à tous (petits-) "
1572
- "enfants de cet album?"
1573
-
1574
- #: wppa-album-admin-autosave.php:273
1575
- msgid ""
1576
- "Are you sure you want to set the default tags to all photos in this album?"
1577
- msgstr ""
1578
- "Êtes-vous sûr de vouloir appliquer les tags par défaut à toutes les photo de "
1579
- "l'album ?"
1580
-
1581
- #: wppa-album-admin-autosave.php:284
1582
- msgid ""
1583
- "Are you sure you want to add the default tags to all photos in this album?"
1584
- msgstr ""
1585
- "Êtes-vous sûr de vouloir ajouter les tags par défaut à toutes les photo de "
1586
- "l'album ?"
1587
-
1588
- #: wppa-album-admin-autosave.php:296
1589
- #, fuzzy
1590
- msgid "Please switch feature on and set date/time to schedule first"
1591
- msgstr ""
1592
- "S'il vous plaît changer fonctionnalité et réglez date / temps de planifier "
1593
- "la première"
1594
-
1595
- #: wppa-album-admin-autosave.php:301
1596
- msgid "Are you sure you want to schedule all photos in this album?"
1597
- msgstr "Êtes-vous sûr de vouloir planifier toutes les photos dans cet album?"
1598
-
1599
- #: wppa-album-admin-autosave.php:315
1600
- msgid "Edit Album Information"
1601
- msgstr "Modifier album info"
1602
-
1603
- #: wppa-album-admin-autosave.php:318
1604
- msgid ""
1605
- "All modifications are instantly updated on the server, except for those that "
1606
- "require a button push."
1607
- msgstr ""
1608
- "Toutes les modifications sont instantanément mises à jour sur le serveur, "
1609
- "excepté pour celles qui requièrent une action sur un bouton."
1610
-
1611
- #: wppa-album-admin-autosave.php:319
1612
- msgid ""
1613
- "The <b style=\"color:#070\" >Remark</b> fields keep you informed on the "
1614
- "actions taken at the background."
1615
- msgstr ""
1616
- "Le champ <b style=\"color:#070\" >Remarque</b> vous tient informé des "
1617
- "actions réalisées en arrière plan."
1618
-
1619
- #: wppa-album-admin-autosave.php:348
1620
- msgid "Album number:"
1621
- msgstr "Album numéro:"
1622
-
1623
- #: wppa-album-admin-autosave.php:353 wppa-photo-admin-autosave.php:661
1624
- msgid "Crypt:"
1625
- msgstr "Crypte:"
1626
-
1627
- #: wppa-album-admin-autosave.php:358
1628
- msgid "Created:"
1629
- msgstr "Créé:"
1630
-
1631
- #: wppa-album-admin-autosave.php:359 wppa-album-admin-autosave.php:365
1632
- #: wppa-photo-admin-autosave.php:667 wppa-photo-admin-autosave.php:704
1633
- msgid "local time"
1634
- msgstr "Temps local"
1635
-
1636
- #: wppa-album-admin-autosave.php:363 wppa-photo-admin-autosave.php:703
1637
- msgid "Modified:"
1638
- msgstr "Modifié:"
1639
-
1640
- #: wppa-album-admin-autosave.php:368 wppa-photo-admin-autosave.php:708
1641
- #: wppa-photo-admin-autosave.php:2711
1642
- msgid "Not modified"
1643
- msgstr "Non modifié"
1644
-
1645
- #: wppa-album-admin-autosave.php:374
1646
- msgid "Album Views:"
1647
- msgstr "Album Vues:"
1648
-
1649
- #: wppa-album-admin-autosave.php:376
1650
- msgid "Photo views:"
1651
- msgstr "Photo vues:"
1652
-
1653
- #: wppa-album-admin-autosave.php:379
1654
- msgid "Photo views inc sub albums:"
1655
- msgstr "Photo vue albums sub inc:"
1656
-
1657
- #: wppa-album-admin-autosave.php:387
1658
- msgid "Clicks:"
1659
- msgstr "Clics:"
1660
-
1661
- #: wppa-album-admin-autosave.php:395 wppa-photo-admin-autosave.php:673
1662
- msgid "Owned by:"
1663
- msgstr "Possédé par:"
1664
-
1665
- #: wppa-album-admin-autosave.php:438
1666
- msgid ""
1667
- "Album order # has only effect if you set the album sort order method to "
1668
- "<b>Order #</b> in the Photo Albums -> Settings screen.<br />"
1669
- msgstr ""
1670
- "Le tri de l'album # n'est effectif que si vous réglez la méthode de tri à "
1671
- "<b>Ordre #</b> dans l'écran Album Photo -> Réglages.<br />"
1672
-
1673
- #: wppa-album-admin-autosave.php:444 wppa-tinymce-shortcodes.php:357
1674
- #: wppa-tinymce-shortcodes.php:383 wppa-tinymce-shortcodes.php:571
1675
- msgid "Parent album:"
1676
- msgstr "Album parent::"
1677
-
1678
- #: wppa-album-admin-autosave.php:485
1679
- msgid "Photo order:"
1680
- msgstr "Ordre des photos:"
1681
-
1682
- #: wppa-album-admin-autosave.php:486
1683
- msgid "--- default --- See Table IV-C1"
1684
- msgstr "--- Défaut --- Voir le tableau IV-C1"
1685
-
1686
- #: wppa-album-admin-autosave.php:487 wppa-album-admin-autosave.php:535
1687
- #: wppa-settings-autosave.php:4080 wppa-settings-autosave.php:4209
1688
- #: wppa-thumbnail-widget.php:194
1689
- msgid "Order #"
1690
- msgstr "Ordre #"
1691
-
1692
- #: wppa-album-admin-autosave.php:489 wppa-album-admin-autosave.php:534
1693
- #: wppa-potd-admin.php:249 wppa-settings-autosave.php:4082
1694
- #: wppa-settings-autosave.php:4211 wppa-thumbnail-widget.php:196
1695
- msgid "Random"
1696
- msgstr "Aléatoire"
1697
-
1698
- #: wppa-album-admin-autosave.php:490 wppa-settings-autosave.php:4083
1699
- msgid "Rating mean value"
1700
- msgstr "Valeur moyenne des notes"
1701
-
1702
- #: wppa-album-admin-autosave.php:491 wppa-bestof-widget.php:166
1703
- #: wppa-settings-autosave.php:4084 wppa-topten-widget.php:345
1704
- msgid "Number of votes"
1705
- msgstr "Nombre de votes"
1706
-
1707
- #: wppa-album-admin-autosave.php:492 wppa-album-admin-autosave.php:539
1708
- #: wppa-comment-admin.php:185 wppa-settings-autosave.php:4085
1709
- #: wppa-settings-autosave.php:4212
1710
- msgid "Timestamp"
1711
- msgstr "Timstamp"
1712
-
1713
- #: wppa-album-admin-autosave.php:493 wppa-settings-autosave.php:4086
1714
- msgid "EXIF Date"
1715
- msgstr "Date EXIF"
1716
-
1717
- #: wppa-album-admin-autosave.php:494 wppa-settings-autosave.php:4087
1718
- #: wppa-settings-autosave.php:4213
1719
- msgid "Order # desc"
1720
- msgstr "Ordre # desc"
1721
-
1722
- #: wppa-album-admin-autosave.php:495 wppa-settings-autosave.php:4088
1723
- #: wppa-settings-autosave.php:4214
1724
- msgid "Name desc"
1725
- msgstr "Nom desc"
1726
-
1727
- #: wppa-album-admin-autosave.php:496 wppa-settings-autosave.php:4089
1728
- #: wppa-thumbnail-widget.php:197
1729
- msgid "Rating mean value desc"
1730
- msgstr "Description valeur moyenne des notes"
1731
-
1732
- #: wppa-album-admin-autosave.php:497 wppa-settings-autosave.php:4090
1733
- #: wppa-thumbnail-widget.php:198
1734
- msgid "Number of votes desc"
1735
- msgstr "Description nombre de votes"
1736
-
1737
- #: wppa-album-admin-autosave.php:498 wppa-settings-autosave.php:4091
1738
- #: wppa-settings-autosave.php:4215 wppa-thumbnail-widget.php:199
1739
- msgid "Timestamp desc"
1740
- msgstr "Description timestamp"
1741
-
1742
- #: wppa-album-admin-autosave.php:499 wppa-settings-autosave.php:4092
1743
- msgid "EXIF Date desc"
1744
- msgstr "Description date EXIF"
1745
-
1746
- #: wppa-album-admin-autosave.php:529
1747
- msgid "Sub album sort order:"
1748
- msgstr "Ordre de tri de l'album fils:"
1749
-
1750
- #: wppa-album-admin-autosave.php:533
1751
- msgid "--- default --- See Table IV-D1"
1752
- msgstr "--- Défaut --- Voir le tableau IV-D1"
1753
-
1754
- #: wppa-album-admin-autosave.php:536
1755
- msgid "Order # reverse"
1756
- msgstr "Inverser # ordre"
1757
-
1758
- #: wppa-album-admin-autosave.php:538
1759
- msgid "Name reverse"
1760
- msgstr "Inverser nom"
1761
-
1762
- #: wppa-album-admin-autosave.php:540
1763
- msgid "Timestamp reverse"
1764
- msgstr "Inverser timestamp"
1765
-
1766
- #: wppa-album-admin-autosave.php:545
1767
- msgid "Use alt thumbsize:"
1768
- msgstr "Utiliser taille alternative de vignette:"
1769
-
1770
- #: wppa-album-admin-autosave.php:550 wppa-settings-autosave.php:538
1771
- #: wppa-settings-autosave.php:547 wppa-settings-autosave.php:556
1772
- #: wppa-settings-autosave.php:567 wppa-settings-autosave.php:576
1773
- #: wppa-settings-autosave.php:585 wppa-settings-autosave.php:594
1774
- #: wppa-settings-autosave.php:603 wppa-settings-autosave.php:612
1775
- #: wppa-settings-autosave.php:621 wppa-settings-autosave.php:630
1776
- #: wppa-settings-autosave.php:639 wppa-settings-autosave.php:648
1777
- #: wppa-settings-autosave.php:657 wppa-settings-autosave.php:666
1778
- msgid "no"
1779
- msgstr "non"
1780
-
1781
- #: wppa-album-admin-autosave.php:553 wppa-settings-autosave.php:538
1782
- #: wppa-settings-autosave.php:547 wppa-settings-autosave.php:556
1783
- #: wppa-settings-autosave.php:567 wppa-settings-autosave.php:576
1784
- #: wppa-settings-autosave.php:585 wppa-settings-autosave.php:594
1785
- #: wppa-settings-autosave.php:603 wppa-settings-autosave.php:612
1786
- #: wppa-settings-autosave.php:621 wppa-settings-autosave.php:630
1787
- #: wppa-settings-autosave.php:639 wppa-settings-autosave.php:648
1788
- #: wppa-settings-autosave.php:657 wppa-settings-autosave.php:666
1789
- #: wppa-settings-autosave.php:675
1790
- msgid "yes"
1791
- msgstr "oui"
1792
-
1793
- #: wppa-album-admin-autosave.php:561
1794
- msgid "Cover Type:"
1795
- msgstr "Type de couverture:"
1796
-
1797
- #: wppa-album-admin-autosave.php:568
1798
- msgid "--- default --- See Table IV-D6"
1799
- msgstr "--- Défaut --- Voir le tableau IV-D6"
1800
-
1801
- #: wppa-album-admin-autosave.php:571 wppa-settings-autosave.php:2101
1802
- #: wppa-settings-autosave.php:4279
1803
- msgid "Standard"
1804
- msgstr "Standard"
1805
-
1806
- #: wppa-album-admin-autosave.php:574 wppa-settings-autosave.php:4280
1807
- msgid "Long Descriptions"
1808
- msgstr "Description longues"
1809
-
1810
- #: wppa-album-admin-autosave.php:577 wppa-settings-autosave.php:4281
1811
- msgid "Image Factory"
1812
- msgstr "Image Factory"
1813
-
1814
- #: wppa-album-admin-autosave.php:580 wppa-settings-autosave.php:4282
1815
- msgid "Standard mcr"
1816
- msgstr "Standard mcr"
1817
-
1818
- #: wppa-album-admin-autosave.php:583 wppa-settings-autosave.php:4283
1819
- msgid "Long Descriptions mcr"
1820
- msgstr "Descriptions longues mcr"
1821
-
1822
- #: wppa-album-admin-autosave.php:586 wppa-settings-autosave.php:4284
1823
- msgid "Image Factory mcr"
1824
- msgstr "Image Factory mcr"
1825
-
1826
- #: wppa-album-admin-autosave.php:593
1827
- msgid "Cover Photo:"
1828
- msgstr "Photo de couverture:"
1829
-
1830
- #: wppa-album-admin-autosave.php:598
1831
- msgid "Upload limit:"
1832
- msgstr "Limite d'upload:"
1833
-
1834
- #: wppa-album-admin-autosave.php:610
1835
- msgid "Set the upload limit (0 means unlimited)."
1836
- msgstr "Régler la limite de téléchargement (0 signifie illimité)."
1837
-
1838
- #: wppa-album-admin-autosave.php:616 wppa-settings-autosave.php:6392
1839
- #: wppa-settings-autosave.php:8523
1840
- msgid "for ever"
1841
- msgstr "illimité"
1842
-
1843
- #: wppa-album-admin-autosave.php:617 wppa-album-admin-autosave.php:629
1844
- #: wppa-settings-autosave.php:6393 wppa-settings-autosave.php:8524
1845
- msgid "per hour"
1846
- msgstr "par heure"
1847
-
1848
- #: wppa-album-admin-autosave.php:618 wppa-album-admin-autosave.php:630
1849
- #: wppa-settings-autosave.php:6394 wppa-settings-autosave.php:8525
1850
- msgid "per day"
1851
- msgstr "par jour"
1852
-
1853
- #: wppa-album-admin-autosave.php:619 wppa-album-admin-autosave.php:631
1854
- #: wppa-settings-autosave.php:6395 wppa-settings-autosave.php:8526
1855
- msgid "per week"
1856
- msgstr "par semaine"
1857
-
1858
- #: wppa-album-admin-autosave.php:620 wppa-album-admin-autosave.php:632
1859
- #: wppa-settings-autosave.php:6396 wppa-settings-autosave.php:8527
1860
- msgid "per month"
1861
- msgstr "par mois"
1862
-
1863
- #: wppa-album-admin-autosave.php:621 wppa-album-admin-autosave.php:633
1864
- #: wppa-settings-autosave.php:6397 wppa-settings-autosave.php:8528
1865
- msgid "per year"
1866
- msgstr "par an"
1867
-
1868
- #: wppa-album-admin-autosave.php:625
1869
- msgid "Unlimited"
1870
- msgstr "Non limité"
1871
-
1872
- #: wppa-album-admin-autosave.php:646
1873
- msgid "Watermark file:"
1874
- msgstr "Fichier filigrane:"
1875
-
1876
- #: wppa-album-admin-autosave.php:653
1877
- msgid "Watermark pos:"
1878
- msgstr "Filigrane pos:"
1879
-
1880
- #: wppa-album-admin-autosave.php:663 wppa-photo-admin-autosave.php:920
1881
- msgid "Remark:"
1882
- msgstr "Remarque:"
1883
-
1884
- #: wppa-album-admin-autosave.php:668
1885
- #, php-format
1886
- msgid "Album %s is not modified yet"
1887
- msgstr "L'album %s n'est modifié pour le moment"
1888
-
1889
- #: wppa-album-admin-autosave.php:691
1890
- msgid "Name:"
1891
- msgstr "Nom:"
1892
-
1893
- #: wppa-album-admin-autosave.php:702
1894
- msgid "Type the name of the album. Do not leave this empty."
1895
- msgstr "Entrer le nom de l'album. Ne pas laisser vide."
1896
-
1897
- #: wppa-album-admin-autosave.php:713 wppa-functions.php:4273
1898
- #: wppa-photo-admin-autosave.php:1674 wppa-photo-admin-autosave.php:1725
1899
- msgid "Description:"
1900
- msgstr "Description:"
1901
-
1902
- #: wppa-album-admin-autosave.php:730
1903
- msgid "Update Album description"
1904
- msgstr "Mettre à jour la description de l'album"
1905
-
1906
- #: wppa-album-admin-autosave.php:762
1907
- msgid "Categories:"
1908
- msgstr "Catégories:"
1909
-
1910
- #: wppa-album-admin-autosave.php:775
1911
- msgid "Separate categories with commas."
1912
- msgstr "Séparer les catégories par des virgules."
1913
-
1914
- #: wppa-album-admin-autosave.php:784
1915
- msgid "- select to add -"
1916
- msgstr "- sélectionnez pour ajout -"
1917
-
1918
- #: wppa-album-admin-autosave.php:790
1919
- msgid "No categories yet"
1920
- msgstr "Pas encore de catégories"
1921
-
1922
- #: wppa-album-admin-autosave.php:801
1923
- msgid "Default photo tags:"
1924
- msgstr "Tags par défaut de la photo:"
1925
-
1926
- #: wppa-album-admin-autosave.php:814
1927
- msgid ""
1928
- "Enter the tags that you want to be assigned to new photos in this album."
1929
- msgstr ""
1930
- "Entrer les tags que vous voulez assigner aux nouvelles photos dans cet album."
1931
-
1932
- #: wppa-album-admin-autosave.php:865
1933
- msgid "Link type:"
1934
- msgstr "Type de lien:"
1935
-
1936
- #: wppa-album-admin-autosave.php:874 wppa-settings-autosave.php:8753
1937
- msgid "the sub-albums and thumbnails"
1938
- msgstr "les albums fils et vignettes"
1939
-
1940
- #: wppa-album-admin-autosave.php:875 wppa-settings-autosave.php:8754
1941
- msgid "the sub-albums"
1942
- msgstr "les albums fils"
1943
-
1944
- #: wppa-album-admin-autosave.php:876 wppa-settings-autosave.php:8755
1945
- msgid "the thumbnails"
1946
- msgstr "les vignettes"
1947
-
1948
- #: wppa-album-admin-autosave.php:877 wppa-settings-autosave.php:8756
1949
- msgid "the album photos as slideshow"
1950
- msgstr "les photos de l'album comme diaporama"
1951
-
1952
- #: wppa-album-admin-autosave.php:878
1953
- msgid "the link page with a clean url"
1954
- msgstr "la page de lien avec une URL claire"
1955
-
1956
- #: wppa-album-admin-autosave.php:879 wppa-settings-autosave.php:8757
1957
- msgid "no link at all"
1958
- msgstr "Pas de lien du tout"
1959
-
1960
- #: wppa-album-admin-autosave.php:884
1961
- msgid ""
1962
- "If you select \"the link page with a clean url\", select an Auto Page of one "
1963
- "of the photos in this album."
1964
- msgstr ""
1965
- "Si vous choisissez \"la page de lien avec une URL claire\", choisissez une "
1966
- "page automatique pour une des photos dans cet album."
1967
-
1968
- #: wppa-album-admin-autosave.php:887
1969
- msgid ""
1970
- "If you select \"the link page with a clean url\", make sure you enter the "
1971
- "correct shortcode on the target page."
1972
- msgstr ""
1973
- "Si vous choisissez \"la page de lien avec une URL claire\", assurez vous "
1974
- "d'entrer le code court correct sur la page de destination."
1975
-
1976
- #: wppa-album-admin-autosave.php:901 wppa-potd-admin.php:108
1977
- #: wppa-potd-admin.php:124 wppa-potd-admin.php:152
1978
- msgid "Link to:"
1979
- msgstr "Lien vers:"
1980
-
1981
- #: wppa-album-admin-autosave.php:907 wppa-settings-autosave.php:10637
1982
- #: wppa-settings-autosave.php:10679 wppa-settings-autosave.php:10731
1983
- msgid "There are no pages (yet) to link to."
1984
- msgstr "Il n'y a pas (encore) de pages à lier"
1985
-
1986
- #: wppa-album-admin-autosave.php:917 wppa-settings-autosave.php:466
1987
- msgid "--- the same page or post ---"
1988
- msgstr "--- la même page ou article ---"
1989
-
1990
- #: wppa-album-admin-autosave.php:926
1991
- msgid ""
1992
- "If you want, you can link the title to a WP page instead of the album's "
1993
- "content. If so, select the page the title links to."
1994
- msgstr ""
1995
- "Si vous le souhaitez, vous pouvez lier le titre à une page WP au lieu du "
1996
- "contenu de l'album. Si c'est le cas, sélectionnez la page à laquelle le "
1997
- "titre est lié."
1998
-
1999
- #: wppa-album-admin-autosave.php:940
2000
- msgid "Schedule:"
2001
- msgstr "Planification:"
2002
-
2003
- #: wppa-album-admin-autosave.php:955
2004
- msgid ""
2005
- "If enabled, new photos will have their status set scheduled for publication "
2006
- "on the date/time specified here."
2007
- msgstr ""
2008
- "Si elle est activée, nouvelles photos auront leur jeu d'état prévue pour "
2009
- "publication à la date / heure spécifiée ici."
2010
-
2011
- #: wppa-album-admin-autosave.php:981
2012
- msgid "Apply categories to all (grand)children."
2013
- msgstr "Appliquer des catégories à tous les (grands) enfants."
2014
-
2015
- #: wppa-album-admin-autosave.php:983
2016
- msgid "Inherit Cats"
2017
- msgstr "Hériter Categories"
2018
-
2019
- #: wppa-album-admin-autosave.php:987
2020
- msgid "Add categories to all (grand)children."
2021
- msgstr "Ajouter des catégories à tous les (grands) enfants."
2022
-
2023
- #: wppa-album-admin-autosave.php:989
2024
- msgid "Add Inherit Cats"
2025
- msgstr "Ajouter Hériter Categories"
2026
-
2027
- #: wppa-album-admin-autosave.php:996
2028
- msgid "Tag all photos in this album with the default tags."
2029
- msgstr "Taguer toutes les photos de cet album avec les tags par défaut."
2030
-
2031
- #: wppa-album-admin-autosave.php:998
2032
- msgid "Apply default tags"
2033
- msgstr "Appliquer les tags par défaut"
2034
-
2035
- #: wppa-album-admin-autosave.php:1002
2036
- msgid "Add the default tags to all photos in this album."
2037
- msgstr "Ajoute les tags par défaut à toutes les photo de l'album."
2038
-
2039
- #: wppa-album-admin-autosave.php:1004
2040
- msgid "Add default tags"
2041
- msgstr "Ajouter des tags par défaut"
2042
-
2043
- #: wppa-album-admin-autosave.php:1011
2044
- #, fuzzy
2045
- msgid "Schedule all photos in this album for later publishing."
2046
- msgstr ""
2047
- "Planifiez toutes les photos de cet album pour une publication ultérieure."
2048
-
2049
- #: wppa-album-admin-autosave.php:1013
2050
- msgid "Schedule all"
2051
- msgstr "Planifier toutes"
2052
-
2053
- #: wppa-album-admin-autosave.php:1018
2054
- msgid "Are you sure you want to clear the ratings in this album?"
2055
- msgstr "Êtes-vous sûr de vouloir effacer toutes les notes dans cet album?"
2056
-
2057
- #: wppa-album-admin-autosave.php:1023
2058
- msgid "Reset ratings"
2059
- msgstr "Effacer les notes"
2060
-
2061
- #: wppa-album-admin-autosave.php:1034
2062
- msgid "Apply new photo desc"
2063
- msgstr "Appliquer la nouvelle description photo"
2064
-
2065
- #: wppa-album-admin-autosave.php:1045
2066
- msgid "Remake all"
2067
- msgstr "Refaire tout"
2068
-
2069
- #: wppa-album-admin-autosave.php:1053 wppa-album-admin-autosave.php:1071
2070
- #: wppa-album-admin-autosave.php:1563 wppa-album-admin-autosave.php:2266
2071
- msgid "Are you sure you want to create a subalbum?"
2072
- msgstr "Êtes-vous sûr de vouloir créer un album fils?"
2073
-
2074
- #: wppa-album-admin-autosave.php:1062
2075
- msgid "Create child"
2076
- msgstr "Créer un enfant"
2077
-
2078
- #: wppa-album-admin-autosave.php:1080
2079
- msgid "Create sibling"
2080
- msgstr "Créer frère"
2081
-
2082
- #: wppa-album-admin-autosave.php:1092
2083
- msgid "Edit parent"
2084
- msgstr "Modifier un parent"
2085
-
2086
- #: wppa-album-admin-autosave.php:1106
2087
- msgid "Change the upload limit or remove photos to enable new uploads."
2088
- msgstr ""
2089
- "Changer la limite d'upload ou enlever des photos pour permettre d'autres "
2090
- "chargements."
2091
-
2092
- #: wppa-album-admin-autosave.php:1110
2093
- msgid "Album is full"
2094
- msgstr "L'album est plein"
2095
-
2096
- #: wppa-album-admin-autosave.php:1111
2097
- #, php-format
2098
- msgid "(max %d)"
2099
- msgstr "(max %d)"
2100
-
2101
- #: wppa-album-admin-autosave.php:1138
2102
- msgid "Change sequence order by drag and drop"
2103
- msgstr "Changer l'ordre de tri avec un glisser-déplacer"
2104
-
2105
- #: wppa-album-admin-autosave.php:1160
2106
- msgid "Moderate comment"
2107
- msgstr "Modérer le commentaire"
2108
-
2109
- #: wppa-album-admin-autosave.php:1177
2110
- msgid "Moderate photo"
2111
- msgstr "Modérer la photo"
2112
-
2113
- #: wppa-album-admin-autosave.php:1178 wppa-functions.php:2470
2114
- #: wppa-photo-admin-autosave.php:25
2115
- msgid "Edit photo"
2116
- msgstr "Modifier photo"
2117
-
2118
- #: wppa-album-admin-autosave.php:1198 wppa-boxes-html.php:1896
2119
- #: wppa-boxes-html.php:1899
2120
- msgid "Delete Album"
2121
- msgstr "Supprimer l'album"
2122
-
2123
- #: wppa-album-admin-autosave.php:1200 wppa-boxes-html.php:855
2124
- #: wppa-breadcrumb.php:330 wppa-breadcrumb.php:354 wppa-breadcrumb.php:384
2125
- #: wppa-breadcrumb.php:404 wppa-breadcrumb.php:498 wppa-breadcrumb.php:525
2126
- #: wppa-breadcrumb.php:698 wppa-upload.php:187 wppa-upload.php:330
2127
- #: wppa-upload.php:407
2128
- msgid "Album:"
2129
- msgstr "Album:"
2130
-
2131
- #: wppa-album-admin-autosave.php:1201
2132
- msgid "Are you sure you want to delete this album?"
2133
- msgstr "Êtes-vous sûr de vouloir supprimer cet album?"
2134
-
2135
- #: wppa-album-admin-autosave.php:1202
2136
- msgid "Press Delete to continue, and Cancel to go back."
2137
- msgstr ""
2138
- "Cliquez sur Effacer pour continuer, et Annuler pour revenir en arrière."
2139
-
2140
- #: wppa-album-admin-autosave.php:1207
2141
- msgid "What would you like to do with photos currently in the album?"
2142
- msgstr ""
2143
- "Que voulez vous faire avec les photos présentes actuellement dans l'album ?"
2144
-
2145
- #: wppa-album-admin-autosave.php:1208 wppa-album-admin-autosave.php:1217
2146
- #: wppa-album-admin-autosave.php:1519 wppa-album-admin-autosave.php:1559
2147
- #: wppa-album-admin-autosave.php:1657 wppa-album-admin-autosave.php:1892
2148
- #: wppa-album-admin-autosave.php:1988 wppa-album-admin-autosave.php:2262
2149
- #: wppa-boxes-html.php:970 wppa-comment-admin.php:142
2150
- #: wppa-comment-admin.php:205 wppa-functions.php:2163 wppa-links.php:816
2151
- #: wppa-links.php:834 wppa-photo-admin-autosave.php:2428
2152
- #: wppa-photo-admin-autosave.php:2572 wppa-thumbnails.php:673
2153
- msgid "Delete"
2154
- msgstr "Supprimer"
2155
-
2156
- #: wppa-album-admin-autosave.php:1209
2157
- msgid "Move to:"
2158
- msgstr "Déplacer vers:"
2159
-
2160
- #: wppa-album-admin-autosave.php:1216 wppa-photo-admin-autosave.php:3276
2161
- #: wppa-settings-autosave.php:3001
2162
- msgid "Cancel"
2163
- msgstr "Annuler"
2164
-
2165
- #: wppa-album-admin-autosave.php:1247
2166
- msgid "Unable to move photos. Album not deleted."
2167
- msgstr "Impossible de déplacer les photos. Album pas effacé."
2168
-
2169
- #: wppa-album-admin-autosave.php:1265
2170
- msgid "Manage Albums"
2171
- msgstr "Gérer les albums"
2172
-
2173
- #: wppa-album-admin-autosave.php:1271
2174
- msgid "Are you sure you want to create a new album?"
2175
- msgstr "Etes-vous sûr de vouloir créer un nouvel album?"
2176
-
2177
- #: wppa-album-admin-autosave.php:1276
2178
- msgid "Create New Empty Album"
2179
- msgstr "Créer un nouvel album vide"
2180
-
2181
- #: wppa-album-admin-autosave.php:1282
2182
- msgid "Switch to Collapsable table"
2183
- msgstr "Affichage en table arborescente"
2184
-
2185
- #: wppa-album-admin-autosave.php:1285
2186
- msgid "Switch to Flat table"
2187
- msgstr "Affichage en table simple"
2188
-
2189
- #: wppa-album-admin-autosave.php:1297
2190
- msgid "Open all"
2191
- msgstr "Ouvrir tous"
2192
-
2193
- #: wppa-album-admin-autosave.php:1310
2194
- msgid "Close all"
2195
- msgstr "Fermer tous"
2196
-
2197
- #: wppa-album-admin-autosave.php:1452 wppa-album-admin-autosave.php:1590
2198
- #: wppa-album-admin-autosave.php:1824 wppa-album-admin-autosave.php:1920
2199
- #: wppa-photo-admin-autosave.php:2523 wppa-photo-admin-autosave.php:2719
2200
- msgid "ID"
2201
- msgstr "ID"
2202
-
2203
- #: wppa-album-admin-autosave.php:1494 wppa-album-admin-autosave.php:1632
2204
- #: wppa-album-admin-autosave.php:1867 wppa-album-admin-autosave.php:1963
2205
- msgid "Order"
2206
- msgstr "Ordre"
2207
-
2208
- #: wppa-album-admin-autosave.php:1504 wppa-album-admin-autosave.php:1642
2209
- #: wppa-album-admin-autosave.php:1877 wppa-album-admin-autosave.php:1973
2210
- msgid "Parent"
2211
- msgstr "Parent"
2212
-
2213
- #: wppa-album-admin-autosave.php:1512 wppa-album-admin-autosave.php:1650
2214
- #: wppa-album-admin-autosave.php:1885 wppa-album-admin-autosave.php:1981
2215
- msgid "Albums/Photos/Moderation required/Scheduled"
2216
- msgstr "Albums/Photos/Modération requise/Planifié"
2217
-
2218
- #: wppa-album-admin-autosave.php:1513 wppa-album-admin-autosave.php:1651
2219
- #: wppa-album-admin-autosave.php:1886 wppa-album-admin-autosave.php:1982
2220
- msgid "A/P/PM/S"
2221
- msgstr "A/P/PM/S"
2222
-
2223
- #: wppa-album-admin-autosave.php:1516 wppa-album-admin-autosave.php:1554
2224
- #: wppa-album-admin-autosave.php:1654 wppa-album-admin-autosave.php:1889
2225
- #: wppa-album-admin-autosave.php:1985 wppa-album-admin-autosave.php:2072
2226
- #: wppa-album-admin-autosave.php:2124 wppa-album-admin-autosave.php:2257
2227
- msgid "Quick"
2228
- msgstr "Quick"
2229
-
2230
- #: wppa-album-admin-autosave.php:1517 wppa-album-admin-autosave.php:1555
2231
- #: wppa-album-admin-autosave.php:1655 wppa-album-admin-autosave.php:1890
2232
- #: wppa-album-admin-autosave.php:1986 wppa-album-admin-autosave.php:2077
2233
- #: wppa-album-admin-autosave.php:2258
2234
- msgid "Bulk"
2235
- msgstr "Bulk"
2236
-
2237
- #: wppa-album-admin-autosave.php:1518 wppa-album-admin-autosave.php:1556
2238
- #: wppa-album-admin-autosave.php:1656 wppa-album-admin-autosave.php:1891
2239
- #: wppa-album-admin-autosave.php:1987 wppa-album-admin-autosave.php:2259
2240
- msgid "Seq"
2241
- msgstr "Seq"
2242
-
2243
- #: wppa-album-admin-autosave.php:1520 wppa-album-admin-autosave.php:1564
2244
- #: wppa-album-admin-autosave.php:1567 wppa-album-admin-autosave.php:1658
2245
- #: wppa-album-admin-autosave.php:1893 wppa-album-admin-autosave.php:1989
2246
- #: wppa-album-admin-autosave.php:2267 wppa-album-admin-autosave.php:2270
2247
- msgid "Create"
2248
- msgstr "Créer"
2249
-
2250
- #: wppa-album-admin-autosave.php:1669 wppa-album-admin-autosave.php:2016
2251
- msgid "No albums yet."
2252
- msgstr "Pas encore d'album."
2253
-
2254
- #: wppa-album-admin-autosave.php:1818 wppa-album-admin-autosave.php:2230
2255
- msgid "Collapse subalbums"
2256
- msgstr "Replier les album fils"
2257
-
2258
- #: wppa-album-admin-autosave.php:1819 wppa-album-admin-autosave.php:2231
2259
- msgid "Expand subalbums"
2260
- msgstr "Déplier les albums fils"
2261
-
2262
- #: wppa-album-admin-autosave.php:1901
2263
- msgid ""
2264
- "The following albums are ---separate--- and do not show up in the generic "
2265
- "album display"
2266
- msgstr ""
2267
- "Les albums qui suivent sont ---separés--- et ne sont pas montrés dans "
2268
- "l’affichage standard"
2269
-
2270
- #: wppa-album-admin-autosave.php:2033
2271
- msgid "Search for photos to edit"
2272
- msgstr "Chercher des photos à modifier"
2273
-
2274
- #: wppa-album-admin-autosave.php:2036
2275
- msgid ""
2276
- "Enter search words seperated by commas. Photos will meet all search words by "
2277
- "their names, descriptions, translated keywords and/or tags."
2278
- msgstr ""
2279
- "Entrer les mots clé de recherche séparés par des virgules. Les photos "
2280
- "résultantes auront tous les mots clés dans leur nom, description, mots clés "
2281
- "et/ou tags."
2282
-
2283
- #: wppa-album-admin-autosave.php:2043 wppa-album-admin-autosave.php:2105
2284
- msgid "Any"
2285
- msgstr "N'importe lequel"
2286
-
2287
- #: wppa-album-admin-autosave.php:2047
2288
- msgid "Search for"
2289
- msgstr "Rechercher"
2290
-
2291
- #: wppa-album-admin-autosave.php:2112
2292
- #, fuzzy, php-format
2293
- msgid "There are %s trashed photos that can be rescued"
2294
- msgstr "Il y a%s photos détruites qui peuvent être secourues"
2295
-
2296
- #: wppa-album-admin-autosave.php:2304
2297
- #, php-format
2298
- msgid "Unable to move photos to album %s. Album not deleted."
2299
- msgstr "Impossible de déplacer les photos vers l'album %s. Album pas effacé."
2300
-
2301
- #: wppa-album-admin-autosave.php:2344
2302
- msgid "Album Deleted."
2303
- msgstr "Album effacé."
2304
-
2305
- #: wppa-album-admin-autosave.php:2366
2306
- #, php-format
2307
- msgid "auto select max %s random"
2308
- msgstr "Sélection auto max %s aléatoire"
2309
-
2310
- #: wppa-album-admin-autosave.php:2368
2311
- #, php-format
2312
- msgid "auto select max %s featured"
2313
- msgstr "Sélection auto max %s recommandé"
2314
-
2315
- #: wppa-album-admin-autosave.php:2370
2316
- #, php-format
2317
- msgid "max %s most recent added"
2318
- msgstr "max %s ajoutés le plus récemment"
2319
-
2320
- #: wppa-album-admin-autosave.php:2372
2321
- #, php-format
2322
- msgid "max %s from (grand)child albums"
2323
- msgstr "max %s parmi les albums fils"
2324
-
2325
- #: wppa-album-admin-autosave.php:2374
2326
- #, php-format
2327
- msgid "max %s most recent from (grand)child albums"
2328
- msgstr "max %s plus récents parmi albums (petit)fils"
2329
-
2330
- #: wppa-album-admin-autosave.php:2378
2331
- msgid "--- random ---"
2332
- msgstr "--- aléatoire ---"
2333
-
2334
- #: wppa-album-admin-autosave.php:2380
2335
- msgid "--- random featured ---"
2336
- msgstr "--- aléatoire recommandé ---"
2337
-
2338
- #: wppa-album-admin-autosave.php:2382
2339
- msgid "--- most recent added ---"
2340
- msgstr "--- ajouter le plus récemment ---"
2341
-
2342
- #: wppa-album-admin-autosave.php:2384
2343
- msgid "--- random from (grand)children ---"
2344
- msgstr "--- aléatoire parmi les albums fils ---"
2345
-
2346
- #: wppa-album-admin-autosave.php:2386
2347
- msgid "--- most recent from (grand)children ---"
2348
- msgstr "--- le plus récent du (petit)fils ---"
2349
-
2350
- #: wppa-album-admin-autosave.php:2398
2351
- msgid "Nameless, filename = "
2352
- msgstr "Sans nom, nom du fichier = "
2353
-
2354
- #: wppa-album-admin-autosave.php:2436
2355
- msgid ""
2356
- "You can edit top-level album sequence order here when you set the album "
2357
- "order to \"Order #\" or \"Order # desc\" in Table IV-D1."
2358
- msgstr ""
2359
- "Vous pouvez modifier l'ordre de tri de premier niveau des albums en réglant "
2360
- "l'ordre de tri des albums à \"Ordre #\" ou \"Ordre # desc\" dans la table IV-"
2361
- "D1."
2362
-
2363
- #: wppa-album-admin-autosave.php:2439
2364
- msgid ""
2365
- "You can edit sub-album sequence order here when you set the album order to "
2366
- "\"Order #\" or \"Order # desc\" in the \"Sub album sort order:\" selection "
2367
- "box above."
2368
- msgstr ""
2369
- "Vous pouvez modifier l'ordre de tri des albums fils en réglant l'ordre de "
2370
- "tri des albums à \"Ordre #\" ou \"Ordre # desc\" dans la boîte de sélection "
2371
- "\"Ordre de tri des albums fils:\" ci-dessus."
2372
-
2373
- #: wppa-album-admin-autosave.php:2449
2374
- msgid "Manage album order"
2375
- msgstr "Gérer album ordre"
2376
-
2377
- #: wppa-album-admin-autosave.php:2453
2378
- msgid "Change sequence order by drag and drop, or use the up/down arrows."
2379
- msgstr ""
2380
- "Changer l'ordre de séquence par glisser-déposer, ou utilisez les flèches "
2381
- "haut / bas."
2382
-
2383
- #: wppa-album-admin-autosave.php:2456
2384
- msgid "Do not leave this page unless the bar is entirely green."
2385
- msgstr "Ne pas laisser cette page à moins que le bar est entièrement verte."
2386
-
2387
- #: wppa-album-admin-autosave.php:2465 wppa-settings-autosave.php:8436
2388
- #: wppa-settings-autosave.php:8447 wppa-stereo.php:31
2389
- msgid "Color"
2390
- msgstr "Couleur"
2391
-
2392
- #: wppa-album-admin-autosave.php:2468
2393
- msgid "Meaning"
2394
- msgstr "Signification"
2395
-
2396
- #: wppa-album-admin-autosave.php:2478
2397
- msgid "Up to date"
2398
- msgstr "A jour"
2399
-
2400
- #: wppa-album-admin-autosave.php:2486
2401
- msgid "Updating"
2402
- msgstr "Mise à jour "
2403
-
2404
- #: wppa-album-admin-autosave.php:2494
2405
- msgid "Needs update"
2406
- msgstr "Nécessite une mise à jour"
2407
-
2408
- #: wppa-album-admin-autosave.php:2502 wppa-maintenance.php:98
2409
- #: wppa-upload.php:636
2410
- msgid "Error"
2411
- msgstr "Erreur"
2412
-
2413
- #: wppa-album-admin-autosave.php:2722
2414
- msgid "To top"
2415
- msgstr "En haut"
2416
-
2417
- #: wppa-album-admin-autosave.php:2733
2418
- msgid "One up"
2419
- msgstr "Un haut"
2420
-
2421
- #: wppa-album-admin-autosave.php:2744
2422
- msgid "One down"
2423
- msgstr "Un vers le bas"
2424
-
2425
- #: wppa-album-admin-autosave.php:2755
2426
- msgid "To bottom"
2427
- msgstr "En bas"
2428
-
2429
- #: wppa-album-admin-autosave.php:2766
2430
- msgid "Id:"
2431
- msgstr "ID:"
2432
-
2433
- #: wppa-album-admin-autosave.php:2767
2434
- msgid "Ord:"
2435
- msgstr "Ord:"
2436
-
2437
- #: wppa-album-covers.php:1035
2438
- msgid "Number of photo views in this album"
2439
- msgstr "Nombre de photos vues dans cet album"
2440
-
2441
- #: wppa-album-covers.php:1039
2442
- msgid "Number of photo views in this album and its sub-albums"
2443
- msgstr "Nombre de photos vues dans cet album et ses sous-albums"
2444
-
2445
- #: wppa-album-covers.php:1046
2446
- msgid "Views:"
2447
- msgstr "Vues :"
2448
-
2449
- #: wppa-album-covers.php:1420 wppa-album-covers.php:1496
2450
- #: wppa-album-covers.php:1504 wppa-album-covers.php:1751
2451
- msgid "View the album"
2452
- msgstr "Visualiser l'album"
2453
-
2454
- #: wppa-album-covers.php:1440
2455
- msgid "View the cover photo"
2456
- msgid_plural "View the cover photos"
2457
- msgstr[0] "Voir la photo de couverture"
2458
- msgstr[1] "Visualiser les photos de couverture"
2459
-
2460
- #: wppa-album-covers.php:1517
2461
- msgid "View"
2462
- msgstr "Visualiser"
2463
-
2464
- #: wppa-album-covers.php:1521 wppa-album-covers.php:1529
2465
- #, php-format
2466
- msgid "%d album"
2467
- msgid_plural "%d albums"
2468
- msgstr[0] "%d album"
2469
- msgstr[1] "%d albums"
2470
-
2471
- #: wppa-album-covers.php:1524 wppa-album-covers.php:1538
2472
- #, php-format
2473
- msgid "%d photo"
2474
- msgid_plural "%d photos"
2475
- msgstr[0] "%d photo"
2476
- msgstr[1] "%d photos"
2477
-
2478
- #: wppa-album-covers.php:1535 wppa-boxes-html.php:1317 wppa-boxes-html.php:1635
2479
- #: wppa-breadcrumb.php:175 wppa-breadcrumb.php:181 wppa-breadcrumb.php:188
2480
- #: wppa-breadcrumb.php:434 wppa-breadcrumb.php:436 wppa-breadcrumb.php:442
2481
- #: wppa-breadcrumb.php:444 wppa-breadcrumb.php:452 wppa-breadcrumb.php:468
2482
- #: wppa-breadcrumb.php:481 wppa-breadcrumb.php:487 wppa-utils.php:1575
2483
- #: wppa-utils.php:1579 wppa-utils.php:2282
2484
- msgid "and"
2485
- msgstr "et"
2486
-
2487
- #: wppa-album-covers.php:1619
2488
- msgid "New!"
2489
- msgstr "Nouveau!"
2490
-
2491
- #: wppa-album-covers.php:1622 wppa-thumbnails.php:2026 wppa-thumbnails.php:2027
2492
- msgid "New"
2493
- msgstr "Nouveau"
2494
-
2495
- #: wppa-album-covers.php:1860 wppa-boxes-html.php:879 wppa-non-admin.php:850
2496
- #: wppa-settings-autosave.php:2363 wppa-settings-autosave.php:5800
2497
- #: wppa-settings-autosave.php:8919
2498
- msgid "Slideshow"
2499
- msgstr "Diaporama"
2500
-
2501
- #: wppa-album-covers.php:1861
2502
- msgid "Browse photos"
2503
- msgstr "Visualiser les photos"
2504
-
2505
- #: wppa-album-covers.php:1898 wppa-breadcrumb.php:436 wppa-breadcrumb.php:444
2506
- #: wppa-breadcrumb.php:481 wppa-breadcrumb.php:487
2507
- msgid "Category:"
2508
- msgid_plural "Categories:"
2509
- msgstr[0] "Catégorie:"
2510
- msgstr[1] "Catégories:"
2511
-
2512
- #: wppa-album-navigator-widget.php:13
2513
- msgid "Display hierarchical album navigator"
2514
- msgstr "Afficher le navigateur de l'album hiérarchique"
2515
-
2516
- #: wppa-album-navigator-widget.php:14
2517
- msgid "WPPA+ Album Navigator"
2518
- msgstr "WPPA+ Navigateur d'albums"
2519
-
2520
- #: wppa-album-navigator-widget.php:35 wppa-album-navigator-widget.php:89
2521
- msgid "Album Navigator"
2522
- msgstr "Navigateur d'albums"
2523
-
2524
- #: wppa-album-navigator-widget.php:101 wppa-album-widget.php:331
2525
- msgid "--- all albums ---"
2526
- msgstr "--- tous albums ---"
2527
-
2528
- #: wppa-album-navigator-widget.php:102 wppa-album-widget.php:332
2529
- msgid "--- all generic albums ---"
2530
- msgstr "--- tous albums génériques ---"
2531
-
2532
- #: wppa-album-navigator-widget.php:103 wppa-album-widget.php:333
2533
- msgid "--- all separate albums ---"
2534
- msgstr "--- tous albums séparés ---"
2535
-
2536
- #: wppa-album-navigator-widget.php:104 wppa-common-functions.php:1758
2537
- #: wppa-items.php:492
2538
- msgid "--- owner/public ---"
2539
- msgstr "--- Propriétaire / publique ---"
2540
-
2541
- #: wppa-album-navigator-widget.php:123 wppa-album-widget.php:359
2542
- msgid "Album selection or Parent album"
2543
- msgstr "Sélection d'album ou d'album parent"
2544
-
2545
- #: wppa-album-navigator-widget.php:127 wppa-album-widget.php:365
2546
- msgid "Skip \"empty\" albums"
2547
- msgstr "Ignorer les albums \"vides\""
2548
-
2549
- #: wppa-album-widget.php:15
2550
- msgid "Display thumbnail images that link to albums"
2551
- msgstr "Afficher les vignettes qui se lient aux albums"
2552
-
2553
- #: wppa-album-widget.php:16
2554
- msgid "WPPA+ Photo Albums"
2555
- msgstr "WPPA+ Albums Photos"
2556
-
2557
- #: wppa-album-widget.php:99
2558
- #, php-format
2559
- msgid "Upload at least %d photos to this album!"
2560
- msgstr "Chargez au moins %d photos dans cet album !"
2561
-
2562
- #: wppa-album-widget.php:285
2563
- #, fuzzy
2564
- msgid "There are no albums (yet)"
2565
- msgstr "Il n'y a pas encore d'albums"
2566
-
2567
- #: wppa-album-widget.php:318
2568
- msgid "Thumbnail Albums"
2569
- msgstr "Vignetter les albums"
2570
-
2571
- #: wppa-album-widget.php:334
2572
- msgid "--- most recently added albums ---"
2573
- msgstr "--- albums ajoutés récemment ---"
2574
-
2575
- #: wppa-album-widget.php:362
2576
- msgid "Show album names"
2577
- msgstr "Afficher noms albums"
2578
-
2579
- #: wppa-album-widget.php:368 wppa-comment-widget.php:126
2580
- #: wppa-featen-widget.php:209 wppa-lasten-widget.php:238
2581
- #: wppa-thumbnail-widget.php:232 wppa-topten-widget.php:388
2582
- msgid ""
2583
- "You can set the sizes in this widget in the <b>Photo Albums -> Settings</b> "
2584
- "admin page."
2585
- msgstr ""
2586
- "Vous pouvez régler les tailles dans ce widget avec le menu <b>Albums photo -"
2587
- "> Réglages</b> de la page d'administration."
2588
-
2589
- #: wppa-album-widget.php:369
2590
- msgid "Table I-F9 and 10"
2591
- msgstr "Tableau I-F9 et 10"
2592
-
2593
- #: wppa-audio.php:183
2594
- msgid ""
2595
- "There is no filetype available for your browser, or your browser does not "
2596
- "support html5 audio"
2597
- msgstr ""
2598
- "Il n'y a pas de description de fichier disponible pour votre navigateur, ou "
2599
- "celui-ci ne supporte pas HTML-5 audio"
2600
-
2601
- #: wppa-bestof-widget.php:16
2602
- msgid "Display thumbnails or owners of top rated photos"
2603
- msgstr ""
2604
- "Afficher les vignettes ou les propriétaires des photos les mieux notées"
2605
-
2606
- #: wppa-bestof-widget.php:17
2607
- msgid "WPPA+ Best Of Photos"
2608
- msgstr "WPPA+ Meilleures Photos"
2609
-
2610
- #: wppa-bestof-widget.php:38 wppa-bestof-widget.php:50
2611
- #: wppa-bestof-widget.php:111
2612
- msgid "Best Of Photos"
2613
- msgstr "Sélection des meilleures photos"
2614
-
2615
- #: wppa-bestof-widget.php:132
2616
- msgid "Max number of thumbnails"
2617
- msgstr "Nombre maximum de vignettes"
2618
-
2619
- #: wppa-bestof-widget.php:135 wppa-boxes-html.php:424 wppa-breadcrumb.php:178
2620
- msgid "Photos"
2621
- msgstr "Photos"
2622
-
2623
- #: wppa-bestof-widget.php:136
2624
- msgid "Owners"
2625
- msgstr "Propriétaires"
2626
-
2627
- #: wppa-bestof-widget.php:143
2628
- #, fuzzy
2629
- msgid "Select photos or owners"
2630
- msgstr "Sélectionnez des photos ou des propriétaires"
2631
-
2632
- #: wppa-bestof-widget.php:146
2633
- msgid "Last week"
2634
- msgstr "La semaine dernière"
2635
-
2636
- #: wppa-bestof-widget.php:147
2637
- msgid "This week"
2638
- msgstr "Cette semaine"
2639
-
2640
- #: wppa-bestof-widget.php:148
2641
- msgid "Last month"
2642
- msgstr "Le mois dernier"
2643
-
2644
- #: wppa-bestof-widget.php:149
2645
- msgid "This month"
2646
- msgstr "Ce mois"
2647
-
2648
- #: wppa-bestof-widget.php:150
2649
- msgid "Last year"
2650
- msgstr "L'année dernière"
2651
-
2652
- #: wppa-bestof-widget.php:151
2653
- msgid "This year"
2654
- msgstr "Cette année"
2655
-
2656
- #: wppa-bestof-widget.php:161
2657
- msgid "Limit to ratings given during"
2658
- msgstr "Limiter les notes données pendant"
2659
-
2660
- #: wppa-bestof-widget.php:164
2661
- msgid "Number of max ratings"
2662
- msgstr "Nombre max. de notes"
2663
-
2664
- #: wppa-bestof-widget.php:165 wppa-topten-widget.php:344
2665
- msgid "Mean value"
2666
- msgstr "Valeur moyenne"
2667
-
2668
- #: wppa-bestof-widget.php:173 wppa-thumbnail-widget.php:210
2669
- #: wppa-topten-widget.php:353 wppa-upldr-widget.php:210
2670
- msgid "Sort by"
2671
- msgstr "Trier par"
2672
-
2673
- #: wppa-bestof-widget.php:176
2674
- #, fuzzy
2675
- msgid "Show number of max ratings"
2676
- msgstr "Afficher le nombre d'évaluations maximales"
2677
-
2678
- #: wppa-bestof-widget.php:179
2679
- #, fuzzy
2680
- msgid "Show mean rating"
2681
- msgstr "Afficher le classement moyen"
2682
-
2683
- #: wppa-bestof-widget.php:182
2684
- #, fuzzy
2685
- msgid "Show number of ratings"
2686
- msgstr "Nombre d'évaluations"
2687
-
2688
- #: wppa-bestof-widget.php:185 wppa-common-functions.php:1740
2689
- #: wppa-import.php:1660 wppa-items.php:465 wppa-potd-admin.php:100
2690
- #: wppa-potd-admin.php:136 wppa-settings-autosave.php:1436
2691
- #: wppa-settings-autosave.php:1812 wppa-settings-autosave.php:2017
2692
- #: wppa-settings-autosave.php:3871 wppa-settings-autosave.php:3885
2693
- #: wppa-settings-autosave.php:4026 wppa-settings-autosave.php:4079
2694
- #: wppa-settings-autosave.php:4191 wppa-settings-autosave.php:4208
2695
- #: wppa-settings-autosave.php:4321 wppa-settings-autosave.php:4658
2696
- #: wppa-settings-autosave.php:5874 wppa-settings-autosave.php:6547
2697
- #: wppa-settings-autosave.php:6707 wppa-settings-autosave.php:8320
2698
- #: wppa-settings-autosave.php:8539 wppa-settings-autosave.php:8615
2699
- #: wppa-settings-autosave.php:9591 wppa-settings-autosave.php:9748
2700
- #: wppa-settings-autosave.php:9887 wppa-thumbnail-widget.php:193
2701
- #: wppa-tinymce-shortcodes.php:627 wppa-watermark.php:590
2702
- msgid "--- none ---"
2703
- msgstr "--- aucun ---"
2704
-
2705
- #: wppa-bestof-widget.php:186
2706
- msgid "The authors album(s)"
2707
- msgstr "Album(s) de l'auteur"
2708
-
2709
- #: wppa-bestof-widget.php:187
2710
- msgid "The photos in the authors album(s), thumbnails"
2711
- msgstr "Les photos de l'album(s) de l'auteur, miniatures"
2712
-
2713
- #: wppa-bestof-widget.php:188
2714
- msgid "The photos in the authors album(s), slideshow"
2715
- msgstr "Les photos de l'album(s) de l'auteur, diaporama"
2716
-
2717
- #: wppa-bestof-widget.php:189
2718
- msgid "All the authors photos, thumbnails"
2719
- msgstr "Tous les photos de l'auteur, vignettes"
2720
-
2721
- #: wppa-bestof-widget.php:190
2722
- msgid "All the authors photos, slideshow"
2723
- msgstr "Tous les photos de l'auteur, diaporama"
2724
-
2725
- #: wppa-boxes-html.php:139 wppa-boxes-html.php:286
2726
- msgid "Photo search results"
2727
- msgstr "Résultats de recherche photos"
2728
-
2729
- #: wppa-boxes-html.php:169 wppa-boxes-html.php:443
2730
- msgid "Category"
2731
- msgstr "Catégorie"
2732
-
2733
- #: wppa-boxes-html.php:186 wppa-common-functions.php:1746 wppa-items.php:483
2734
- #: wppa-multitag-widget.php:84 wppa-multitag-widget.php:93
2735
- #: wppa-slideshow-widget.php:193 wppa-tagcloud-widget.php:77
2736
- #: wppa-tagcloud-widget.php:90
2737
- msgid "--- all ---"
2738
- msgstr "--- tout ---"
2739
-
2740
- #: wppa-boxes-html.php:202
2741
- msgctxt "wp-photo-album-plus"
2742
- msgid "Search photos &hellip;"
2743
- msgstr "Rechercher des photos &hellip;"
2744
-
2745
- #: wppa-boxes-html.php:418 wppa-breadcrumb.php:163 wppa-lasten-widget.php:214
2746
- #: wppa-settings-autosave.php:371
2747
- msgid "Albums"
2748
- msgstr "Albums"
2749
-
2750
- #: wppa-boxes-html.php:456 wppa-boxes-html.php:589 wppa-gp-widget.php:31
2751
- #: wppa-gp-widget.php:81 wppa-settings-autosave.php:1705
2752
- #: wppa-settings-autosave.php:8435 wppa-settings-autosave.php:8446
2753
- msgid "Text"
2754
- msgstr "Texte"
2755
-
2756
- #: wppa-boxes-html.php:472 wppa-boxes-html.php:526 wppa-boxes-html.php:672
2757
- #: wppa-boxes-html.php:702
2758
- msgid "CTRL+Click to add/remove option."
2759
- msgstr "CTRL+Clic pour ajouter/supprimer des options."
2760
-
2761
- #: wppa-boxes-html.php:473 wppa-boxes-html.php:527 wppa-boxes-html.php:673
2762
- #: wppa-boxes-html.php:703
2763
- msgid "Items must meet all selected options."
2764
- msgstr "Les entités doivent répondre à toutes les options sélectionnées."
2765
-
2766
- #: wppa-boxes-html.php:581 wppa-settings-autosave.php:9933
2767
- #: wppa-settings-autosave.php:9973 wppa-settings-autosave.php:9995
2768
- #: wppa-settings-autosave.php:10041
2769
- msgid "Tag"
2770
- msgstr "Tag"
2771
-
2772
- #: wppa-boxes-html.php:597
2773
- msgid "Iptc"
2774
- msgstr "IPTC"
2775
-
2776
- #: wppa-boxes-html.php:606
2777
- msgid "Exif"
2778
- msgstr "EXIF"
2779
-
2780
- #: wppa-boxes-html.php:804 wppa-boxes-html.php:883
2781
- msgid "Submit"
2782
- msgstr "Valider"
2783
-
2784
- #: wppa-boxes-html.php:846
2785
- msgid "Super View Photos"
2786
- msgstr "Photos en Super View"
2787
-
2788
- #: wppa-boxes-html.php:871 wppa-settings-autosave.php:388
2789
- #: wppa-settings-autosave.php:5034
2790
- msgid "Thumbnails"
2791
- msgstr "Vignettes"
2792
-
2793
- #: wppa-boxes-html.php:981
2794
- msgid "No zipfiles available"
2795
- msgstr "Aucun zipfiles disponible"
2796
-
2797
- #: wppa-boxes-html.php:1013
2798
- msgid "Tagged photos"
2799
- msgstr "Photos taguées"
2800
-
2801
- #: wppa-boxes-html.php:1027
2802
- msgid "Please select a tagcloud landing page in Table VI-C3b"
2803
- msgstr ""
2804
- "Veuillez sélectionner une page d'arrivée pour le nuage de tags dans la "
2805
- "Table VI-C3b"
2806
-
2807
- #: wppa-boxes-html.php:1087
2808
- msgid "Multi Tagged photos"
2809
- msgstr "Photos avec tags multiples"
2810
-
2811
- #: wppa-boxes-html.php:1102
2812
- msgid "Please select a multitag landing page in Table VI-C4b"
2813
- msgstr ""
2814
- "Veuillez sélectionner une page d'arrivée pour les mots-clef multiples dans "
2815
- "la Table VI-C4b"
2816
-
2817
- #: wppa-boxes-html.php:1147
2818
- msgid "Please check the tag(s) that the photos must have"
2819
- msgstr "Veuillez vérifier le/les tag(s) que les photos doivent avoir"
2820
-
2821
- #: wppa-boxes-html.php:1178
2822
- msgid "And"
2823
- msgstr "Et"
2824
-
2825
- #: wppa-boxes-html.php:1189
2826
- msgid "Or"
2827
- msgstr "Ou"
2828
-
2829
- #: wppa-boxes-html.php:1204
2830
- msgid "Inverse selection"
2831
- msgstr "Inverser la sélection"
2832
-
2833
- #: wppa-boxes-html.php:1257
2834
- msgid "Find!"
2835
- msgstr "Trouver!"
2836
-
2837
- #: wppa-boxes-html.php:1288
2838
- msgid "Social media landing page"
2839
- msgstr "Social media landing page"
2840
-
2841
- #: wppa-boxes-html.php:1318 wppa-utils.php:1579
2842
- #, php-format
2843
- msgid "See this image on %s"
2844
- msgstr "Voir cette image sur %s"
2845
-
2846
- #: wppa-boxes-html.php:1347 wppa-boxes-html.php:1655 wppa-qr-widget.php:47
2847
- msgid "QR code"
2848
- msgstr "QR code"
2849
-
2850
- #: wppa-boxes-html.php:1392 wppa-boxes-html.php:1687
2851
- #, php-format
2852
- msgid "Tweet %s on Twitter"
2853
- msgstr "Tweeter %s sur Twitter"
2854
-
2855
- #: wppa-boxes-html.php:1399 wppa-boxes-html.php:1694
2856
- msgid "Share on Twitter"
2857
- msgstr "Partager sur Pinterest"
2858
-
2859
- #: wppa-boxes-html.php:1412 wppa-boxes-html.php:1707
2860
- #, php-format
2861
- msgid "Share %s on Google+"
2862
- msgstr "Partager %s sur Google+"
2863
-
2864
- #: wppa-boxes-html.php:1419 wppa-boxes-html.php:1715
2865
- msgid "Share on Google+"
2866
- msgstr "Partager sur Google+"
2867
-
2868
- #: wppa-boxes-html.php:1434
2869
- #, php-format
2870
- msgid "Share %s on Pinterest"
2871
- msgstr "Partager %s sur Pinterest"
2872
-
2873
- #: wppa-boxes-html.php:1444
2874
- msgid "Share on Pinterest"
2875
- msgstr "Partager sur Pinterest"
2876
-
2877
- #: wppa-boxes-html.php:1476
2878
- #, fuzzy, php-format
2879
- msgid "Share %s on LinkedIn"
2880
- msgstr "Partager \"%s\" sur LinkedIn"
2881
-
2882
- #: wppa-boxes-html.php:1592 wppa-boxes-html.php:1791
2883
- msgid "Comment on Facebook:"
2884
- msgstr "Commenter sur Facebook:"
2885
-
2886
- #: wppa-boxes-html.php:1636
2887
- #, php-format
2888
- msgid "See this article on %s"
2889
- msgstr "Voir cet article sur %s"
2890
-
2891
- #: wppa-boxes-html.php:1894 wppa-import.php:1347
2892
- msgid "Working..."
2893
- msgstr "Traitement en cours..."
2894
-
2895
- #: wppa-boxes-html.php:1991
2896
- msgid "Create Sub Album"
2897
- msgstr "Créer un sub-album"
2898
-
2899
- #: wppa-boxes-html.php:1991
2900
- msgid "Create Album"
2901
- msgstr "Créer un album"
2902
-
2903
- #: wppa-boxes-html.php:2039
2904
- msgid "Enter album name."
2905
- msgstr "Entrer un nom d'album."
2906
-
2907
- #: wppa-boxes-html.php:2041 wppa-boxes-html.php:3053
2908
- msgid "Don't leave this blank!"
2909
- msgstr "Ne laissez pas ceci vide !"
2910
-
2911
- #: wppa-boxes-html.php:2062
2912
- msgid "Enter album description"
2913
- msgstr "Entrez la description de l'album"
2914
-
2915
- #: wppa-boxes-html.php:2090
2916
- msgid "Create album"
2917
- msgstr "Créer un album"
2918
-
2919
- #: wppa-boxes-html.php:2250 wppa-boxes-html.php:2264 wppa-functions.php:4507
2920
- msgid "Max uploads reached"
2921
- msgstr "Ajout maximum ateind"
2922
-
2923
- #: wppa-boxes-html.php:2329 wppa-upload.php:210
2924
- msgid "Upload Photo"
2925
- msgstr "Uploader une photo"
2926
-
2927
- #: wppa-boxes-html.php:2404
2928
- msgid "Enter album id"
2929
- msgstr "Entrez album id"
2930
-
2931
- #: wppa-boxes-html.php:2433
2932
- msgid "Select Photo / Video / Camera"
2933
- msgstr "Sélectionnez Photo / Vidéo / Camera"
2934
-
2935
- #: wppa-boxes-html.php:2436
2936
- msgid "Select Photo / Camera"
2937
- msgstr "Sélectionnez Photo / Caméra"
2938
-
2939
- #: wppa-boxes-html.php:2441
2940
- msgid "Select Photo / Video"
2941
- msgstr "Sélectionnez Photo / Vidéo"
2942
-
2943
- #: wppa-boxes-html.php:2444
2944
- msgid "Select Photo"
2945
- msgstr "Sélectionnez photo"
2946
-
2947
- #: wppa-boxes-html.php:2451
2948
- msgid "Select Photos / Video / Camera"
2949
- msgstr "Sélectionnez Photos / Vidéo / Caméra"
2950
-
2951
- #: wppa-boxes-html.php:2454
2952
- msgid "Select Photos / Camera"
2953
- msgstr "Sélectionnez Photos / Caméra"
2954
-
2955
- #: wppa-boxes-html.php:2459
2956
- msgid "Select Photos / Video"
2957
- msgstr "Sélectionnez Photos / Vidéo"
2958
-
2959
- #: wppa-boxes-html.php:2462
2960
- msgid "Select Photos"
2961
- msgstr "Sélectionnez Photos"
2962
-
2963
- #: wppa-boxes-html.php:2512
2964
- #, php-format
2965
- msgid "You may upload %d photo"
2966
- msgid_plural ""
2967
- "You may upload up to %d photos at once if your browser supports HTML-5 "
2968
- "multiple file upload"
2969
- msgstr[0] "Vous pouvez charger %d photo"
2970
- msgstr[1] ""
2971
- "Vous pouvez charger jusqu'à %d photos à la fois si votre navigateur supporte "
2972
- "la fonction HTML-5 multiple file upload"
2973
-
2974
- #: wppa-boxes-html.php:2521
2975
- #, php-format
2976
- msgid "Min photo size: %d pixels"
2977
- msgstr "Taille minimale de la photo: % d pixels"
2978
-
2979
- #: wppa-boxes-html.php:2528
2980
- #, php-format
2981
- msgid "Max photo size: %d pixels"
2982
- msgstr "Taille maximale de la photo: % d pixels"
2983
-
2984
- #: wppa-boxes-html.php:2536
2985
- #, php-format
2986
- msgid "Max photo size: %d x %d (%2.1f MegaPixel)"
2987
- msgstr "Taille photo max: %d x %d (%2.1f MegaPixel)"
2988
-
2989
- #: wppa-boxes-html.php:2566 wppa-import.php:578 wppa-upload.php:196
2990
- #: wppa-upload.php:340 wppa-upload.php:417
2991
- msgid "Apply watermark file:"
2992
- msgstr "Appliquer le filigrane:"
2993
-
2994
- #: wppa-boxes-html.php:2588 wppa-import.php:582 wppa-upload.php:200
2995
- #: wppa-upload.php:344 wppa-upload.php:421
2996
- msgid "Position:"
2997
- msgstr "Position:"
2998
-
2999
- #: wppa-boxes-html.php:2616
3000
- msgid ""
3001
- "If you leave this blank, iptc tag 005 (Graphic name) will be used as "
3002
- "photoname if available, else the original filename will be used as photo "
3003
- "name."
3004
- msgstr ""
3005
- "Si vous laisser cela vide, IPTC tag 005 (Graphic name) sera utilisé comme "
3006
- "nom de photo si disponible sinon le nom original du fichier sera utilisé "
3007
- "comme nom de photo. "
3008
-
3009
- #: wppa-boxes-html.php:2621
3010
- msgid ""
3011
- "If you leave this blank, iptc tag 120 (Caption) will be used as photoname if "
3012
- "available, else the original filename will be used as photo name."
3013
- msgstr ""
3014
- "Si vous laisser cela vide, IPTC tag 120 (Caption) sera utilisé comme nom de "
3015
- "photo si disponible sinon le nom de fichier original sera utilisé comme nom "
3016
- "de photo."
3017
-
3018
- #: wppa-boxes-html.php:2626
3019
- msgid "If you leave this blank, \"Photo photoid\" will be used as photo name."
3020
- msgstr ""
3021
- "Si vous laissez ce champ vide, « Photo photoid » servira comme nom de la "
3022
- "photo."
3023
-
3024
- #: wppa-boxes-html.php:2632
3025
- msgid ""
3026
- "If you leave this blank, the original filename will be used as photo name."
3027
- msgstr ""
3028
- "Si vous laisser cela vide, le nom de fichier original sera utilisé comme nom "
3029
- "de photo."
3030
-
3031
- #: wppa-boxes-html.php:2637 wppa-settings-autosave.php:1751
3032
- msgid "Photo name"
3033
- msgstr "Nom de la photo"
3034
-
3035
- #: wppa-boxes-html.php:2655
3036
- msgid "Photo description"
3037
- msgstr "Description de la photo"
3038
-
3039
- #: wppa-boxes-html.php:2683
3040
- msgid "hidden"
3041
- msgstr "caché"
3042
-
3043
- #: wppa-boxes-html.php:2754
3044
- msgid "Preview tags:"
3045
- msgstr "Aperçu tags:"
3046
-
3047
- #: wppa-boxes-html.php:2775
3048
- msgid "Blog it?"
3049
- msgstr "Blog it?"
3050
-
3051
- #: wppa-boxes-html.php:2785 wppa-boxes-html.php:2860
3052
- msgid "Upload and blog"
3053
- msgstr "Upload et blog"
3054
-
3055
- #: wppa-boxes-html.php:2789 wppa-boxes-html.php:2860
3056
- msgid "Upload photo"
3057
- msgstr "Uploader une photo"
3058
-
3059
- #: wppa-boxes-html.php:2813
3060
- msgid "Post title:"
3061
- msgstr "Titre du post:"
3062
-
3063
- #: wppa-boxes-html.php:2823
3064
- msgid "Text BEFORE the image:"
3065
- msgstr "Texte AVANT l'image:"
3066
-
3067
- #: wppa-boxes-html.php:2833
3068
- msgid "Text AFTER the image:"
3069
- msgstr "Texte APRÈS l'image:"
3070
-
3071
- #: wppa-boxes-html.php:2853
3072
- msgid "Please select an album and try again"
3073
- msgstr "Veuillez sélectionner un album et recommencer"
3074
-
3075
- #: wppa-boxes-html.php:2925
3076
- msgid "Processing..."
3077
- msgstr "En cours..."
3078
-
3079
- #: wppa-boxes-html.php:2930 wppa-import.php:153
3080
- msgid "Done!"
3081
- msgstr "Fait!"
3082
-
3083
- #: wppa-boxes-html.php:2938
3084
- msgid "ERROR: unable to upload files."
3085
- msgstr "Erreur: impossible de télécharger des fichiers."
3086
-
3087
- #: wppa-boxes-html.php:2992
3088
- msgid "Edit Album Info"
3089
- msgstr "Modifier l’album"
3090
-
3091
- #: wppa-boxes-html.php:3051
3092
- msgid "Enter album name"
3093
- msgstr "Entrer un nom d'album"
3094
-
3095
- #: wppa-boxes-html.php:3073
3096
- msgid "Album description:"
3097
- msgstr "Description de l'album:"
3098
-
3099
- #: wppa-boxes-html.php:3127
3100
- msgid "Update album"
3101
- msgstr "Update album"
3102
-
3103
- #: wppa-boxes-html.php:3196
3104
- msgid "wrote:"
3105
- msgstr "a écrit:"
3106
-
3107
- #: wppa-boxes-html.php:3258
3108
- msgid "Avatar"
3109
- msgstr "Avatar"
3110
-
3111
- #: wppa-boxes-html.php:3310 wppa-links.php:860
3112
- msgid "Awaiting moderation"
3113
- msgstr "En attente de modération"
3114
-
3115
- #: wppa-boxes-html.php:3313
3116
- msgid "Marked as spam"
3117
- msgstr "Marqué comme indésirable"
3118
-
3119
- #: wppa-boxes-html.php:3337
3120
- msgid "Edit!"
3121
- msgstr "Éditer !"
3122
-
3123
- #: wppa-boxes-html.php:3341
3124
- msgid "Send!"
3125
- msgstr "Transmettre !"
3126
-
3127
- #: wppa-boxes-html.php:3402
3128
- msgid "Your name:"
3129
- msgstr "Votre nom:"
3130
-
3131
- #: wppa-boxes-html.php:3417
3132
- msgid "Your email:"
3133
- msgstr "Votre email:"
3134
-
3135
- #: wppa-boxes-html.php:3433
3136
- msgid "Your comment:"
3137
- msgstr "Votre commentaire:"
3138
-
3139
- #: wppa-boxes-html.php:3477
3140
- #, php-format
3141
- msgid "You must <a href=\"%s\">login</a> to enter a comment"
3142
- msgstr "Vous devez vous<a href=\"%s\">connecter</a> pour entrer un commentaire"
3143
-
3144
- #: wppa-boxes-html.php:3480
3145
- msgid "You must login to enter a comment"
3146
- msgstr "Vous devez vous connecter pour entrer un commentaire"
3147
-
3148
- #: wppa-boxes-html.php:3492 wppa-functions.php:2673 wppa-thumbnails.php:735
3149
- #, php-format
3150
- msgid "%d comment"
3151
- msgid_plural "%d comments"
3152
- msgstr[0] "%d commentaire"
3153
- msgstr[1] "%d commentaires"
3154
-
3155
- #: wppa-boxes-html.php:3496
3156
- msgid "Leave a comment"
3157
- msgstr "Laisser un commentaire"
3158
-
3159
- #: wppa-boxes-html.php:3593
3160
- msgid "Show IPTC data"
3161
- msgstr "Afficher les données IPTC"
3162
-
3163
- #: wppa-boxes-html.php:3604
3164
- msgid "Hide IPTC data"
3165
- msgstr "Cacher les données IPTC"
3166
-
3167
- #: wppa-boxes-html.php:3652
3168
- msgid "No IPTC data"
3169
- msgstr "Pas de données IPTC"
3170
-
3171
- #: wppa-boxes-html.php:3704
3172
- msgid "Show EXIF data"
3173
- msgstr "Afficher les données EXIF"
3174
-
3175
- #: wppa-boxes-html.php:3715
3176
- msgid "Hide EXIF data"
3177
- msgstr "Cacher les données EXIF"
3178
-
3179
- #: wppa-boxes-html.php:3767
3180
- msgid "No EXIF data"
3181
- msgstr "Pas de données EXIF"
3182
-
3183
- #: wppa-boxes-html.php:3881 wppa-boxes-html.php:3886
3184
- msgid "< Previous"
3185
- msgstr "< Préc."
3186
-
3187
- #: wppa-boxes-html.php:3892 wppa-boxes-html.php:3897
3188
- msgid "Next >"
3189
- msgstr "Suiv. >"
3190
-
3191
- #: wppa-boxes-html.php:3999 wppa-boxes-html.php:4078
3192
- msgid "See the authors albums"
3193
- msgstr "Voir les albums des auteurs"
3194
-
3195
- #: wppa-boxes-html.php:4003 wppa-boxes-html.php:4011 wppa-boxes-html.php:4082
3196
- msgid "See the authors photos"
3197
- msgstr "Voir les photos des auteurs"
3198
-
3199
- #: wppa-boxes-html.php:4007 wppa-boxes-html.php:4015 wppa-boxes-html.php:4086
3200
- msgid "See all the authors photos"
3201
- msgstr "Voir toutes les photos des auteurs"
3202
-
3203
- #: wppa-boxes-html.php:4041
3204
- #, php-format
3205
- msgid "Photo by: %s"
3206
- msgstr "Photo par: %s"
3207
-
3208
- #: wppa-boxes-html.php:4044 wppa-boxes-html.php:4107
3209
- #, php-format
3210
- msgid "%d max rating"
3211
- msgid_plural "%d max ratings"
3212
- msgstr[0] "%d max note"
3213
- msgstr[1] "%d max notes"
3214
-
3215
- #: wppa-boxes-html.php:4048 wppa-boxes-html.php:4111 wppa-non-admin.php:1014
3216
- #: wppa-topten-widget.php:209 wppa-topten-widget.php:226
3217
- #: wppa-topten-widget.php:262
3218
- #, php-format
3219
- msgid "%d vote"
3220
- msgid_plural "%d votes"
3221
- msgstr[0] "%d vote"
3222
- msgstr[1] "%d votes"
3223
-
3224
- #: wppa-boxes-html.php:4052
3225
- #, php-format
3226
- msgid "Rating: %4.2f."
3227
- msgstr "Vote: %4.2f."
3228
-
3229
- #: wppa-boxes-html.php:4060
3230
- #, php-format
3231
- msgid "Photo %s not found."
3232
- msgstr "Photo %s non trouvée."
3233
-
3234
- #: wppa-boxes-html.php:4115
3235
- #, php-format
3236
- msgid "Mean value: %4.2f."
3237
- msgstr "Valeur moyenne: %4.2f."
3238
-
3239
- #: wppa-boxes-html.php:4469
3240
- msgid "Refresh"
3241
- msgstr "Rafraichir"
3242
-
3243
- #: wppa-breadcrumb.php:125
3244
- msgid "Post:"
3245
- msgstr "Article:"
3246
-
3247
- #: wppa-breadcrumb.php:125 wppa-breadcrumb.php:723
3248
- msgid "Page:"
3249
- msgstr "Page:"
3250
-
3251
- #: wppa-breadcrumb.php:166
3252
- msgid "with category:"
3253
- msgstr "avec la catégorie:"
3254
-
3255
- #: wppa-breadcrumb.php:169 wppa-breadcrumb.php:184
3256
- msgid "with name:"
3257
- msgstr "avec le nom:"
3258
-
3259
- #: wppa-breadcrumb.php:172 wppa-breadcrumb.php:188
3260
- msgid "with words:"
3261
- msgstr "avec les mots:"
3262
-
3263
- #: wppa-breadcrumb.php:181
3264
- msgid "with tag:"
3265
- msgstr "avec le tag:"
3266
-
3267
- #: wppa-breadcrumb.php:192
3268
- msgid "of owner:"
3269
- msgstr "du propriétaire:"
3270
-
3271
- #: wppa-breadcrumb.php:197
3272
- msgid "with iptc tag:"
3273
- msgstr "avec le tag IPTC:"
3274
-
3275
- #: wppa-breadcrumb.php:197 wppa-breadcrumb.php:202
3276
- msgid "with content:"
3277
- msgstr "avec le contenu:"
3278
-
3279
- #: wppa-breadcrumb.php:202
3280
- msgid "with exif tag:"
3281
- msgstr "avec le tag EXIF:"
3282
-
3283
- #: wppa-breadcrumb.php:211 wppa-breadcrumb.php:259 wppa-breadcrumb.php:317
3284
- #: wppa-breadcrumb.php:341 wppa-breadcrumb.php:366 wppa-breadcrumb.php:391
3285
- #: wppa-breadcrumb.php:411 wppa-breadcrumb.php:424 wppa-breadcrumb.php:439
3286
- #: wppa-breadcrumb.php:465 wppa-breadcrumb.php:484 wppa-breadcrumb.php:505
3287
- msgid "View the thumbnails"
3288
- msgstr "Voir les vignettes"
3289
-
3290
- #: wppa-breadcrumb.php:229
3291
- #, php-format
3292
- msgid "Searchresults from album %s and its subalbums"
3293
- msgstr "Résultats de recherche de l'album %s et ses albums fils"
3294
-
3295
- #: wppa-breadcrumb.php:234
3296
- msgid "Searchstring:"
3297
- msgstr "Chaîne de recherche:"
3298
-
3299
- #: wppa-breadcrumb.php:248
3300
- msgid "in category:"
3301
- msgstr "avec la catégorie"
3302
-
3303
- #: wppa-breadcrumb.php:270 wppa-breadcrumb.php:288
3304
- msgid "Photos by EXIF date"
3305
- msgstr "Photos par date EXIF"
3306
-
3307
- #: wppa-breadcrumb.php:274 wppa-breadcrumb.php:292
3308
- msgid "Photos by date of upload"
3309
- msgstr "Photos par date de chargement"
3310
-
3311
- #: wppa-breadcrumb.php:278 wppa-breadcrumb.php:296
3312
- msgid "Photos by date last modified"
3313
- msgstr "Photos par date de dernière modification"
3314
-
3315
- #: wppa-breadcrumb.php:308 wppa-breadcrumb.php:320
3316
- #, php-format
3317
- msgid "Photos by %s"
3318
- msgstr "Photo de %s"
3319
-
3320
- #: wppa-breadcrumb.php:327 wppa-breadcrumb.php:351 wppa-breadcrumb.php:381
3321
- #: wppa-breadcrumb.php:401 wppa-breadcrumb.php:520
3322
- msgid "Various albums"
3323
- msgstr "Divers albums"
3324
-
3325
- #: wppa-breadcrumb.php:330 wppa-breadcrumb.php:354 wppa-breadcrumb.php:384
3326
- #: wppa-breadcrumb.php:404 wppa-breadcrumb.php:525
3327
- msgid "Albums:"
3328
- msgstr "Albums:"
3329
-
3330
- #: wppa-breadcrumb.php:334 wppa-breadcrumb.php:344
3331
- msgid "Top rated photos"
3332
- msgstr "Photos les mieux notées"
3333
-
3334
- #: wppa-breadcrumb.php:359 wppa-breadcrumb.php:370
3335
- msgid "Recently modified photos"
3336
- msgstr "Photos récemment modifiées"
3337
-
3338
- #: wppa-breadcrumb.php:362 wppa-breadcrumb.php:373
3339
- msgid "Recently uploaded photos"
3340
- msgstr "Photos chargées récemment"
3341
-
3342
- #: wppa-breadcrumb.php:388 wppa-breadcrumb.php:394 wppa-comment-widget.php:40
3343
- msgid "Recently commented photos"
3344
- msgstr "Photos commentées récemment"
3345
-
3346
- #: wppa-breadcrumb.php:408 wppa-breadcrumb.php:414 wppa-featen-widget.php:36
3347
- #: wppa-featen-widget.php:40
3348
- msgid "Featured photos"
3349
- msgstr "Photos recommandées"
3350
-
3351
- #: wppa-breadcrumb.php:421 wppa-breadcrumb.php:427
3352
- msgid "Related photos"
3353
- msgstr "Photos apparentées"
3354
-
3355
- #: wppa-breadcrumb.php:434 wppa-breadcrumb.php:442 wppa-breadcrumb.php:452
3356
- #: wppa-breadcrumb.php:468
3357
- msgid "Tagged photos:"
3358
- msgstr "Photo taguées:"
3359
-
3360
- #: wppa-breadcrumb.php:434 wppa-breadcrumb.php:436 wppa-breadcrumb.php:442
3361
- #: wppa-breadcrumb.php:444 wppa-breadcrumb.php:452 wppa-breadcrumb.php:468
3362
- #: wppa-breadcrumb.php:481 wppa-breadcrumb.php:487
3363
- msgid "or"
3364
- msgstr "ou"
3365
-
3366
- #: wppa-breadcrumb.php:435 wppa-breadcrumb.php:443
3367
- msgid "From albums with"
3368
- msgstr "De albums avec"
3369
-
3370
- #: wppa-breadcrumb.php:454 wppa-breadcrumb.php:470
3371
- msgid "out of various albums"
3372
- msgstr "sur divers albums"
3373
-
3374
- #: wppa-breadcrumb.php:457 wppa-breadcrumb.php:473
3375
- msgid "Inverted"
3376
- msgstr "Inversé"
3377
-
3378
- #: wppa-breadcrumb.php:502 wppa-breadcrumb.php:508
3379
- msgid "Recently updated albums"
3380
- msgstr "Photos mises à jour récemment"
3381
-
3382
- #: wppa-breadcrumb.php:518
3383
- #, php-format
3384
- msgid "Various albums by %s"
3385
- msgstr "Divers albums de %s"
3386
-
3387
- #: wppa-breadcrumb.php:549 wppa-breadcrumb.php:564
3388
- msgid "Thumbnail view"
3389
- msgstr "Vue vignette"
3390
-
3391
- #: wppa-breadcrumb.php:721
3392
- msgid "Unpublished"
3393
- msgstr "Dé-publiés"
3394
-
3395
- #: wppa-breadcrumb.php:751
3396
- msgid "Found photos will meet the search criteria as follows:"
3397
- msgstr "Photos trouvées répondra aux critères de recherche comme suit :"
3398
-
3399
- #: wppa-breadcrumb.php:754
3400
- msgid "AND"
3401
- msgstr "ET"
3402
-
3403
- #: wppa-breadcrumb.php:758
3404
- msgid "OR"
3405
- msgstr "OU"
3406
-
3407
- #: wppa-cart.php:30
3408
- msgid "Buy now"
3409
- msgstr "Acheter maintenant"
3410
-
3411
- #: wppa-cart.php:94
3412
- #, php-format
3413
- msgid "Unit Price: %s each"
3414
- msgstr "Prix à l'unité: %s chaque"
3415
-
3416
- #: wppa-cart.php:98
3417
- msgid "Qty:"
3418
- msgstr "Qté:"
3419
-
3420
- #: wppa-comment-admin.php:41 wppa-settings-autosave.php:6550
3421
- msgid "all"
3422
- msgstr "tous"
3423
-
3424
- #: wppa-comment-admin.php:42
3425
- msgid "pending"
3426
- msgstr "en attente"
3427
-
3428
- #: wppa-comment-admin.php:43
3429
- msgid "approved"
3430
- msgstr "approuvé"
3431
-
3432
- #: wppa-comment-admin.php:44
3433
- msgid "spam"
3434
- msgstr "spam"
3435
-
3436
- #: wppa-comment-admin.php:51
3437
- msgid "Filter"
3438
- msgstr "Filtre"
3439
-
3440
- #: wppa-comment-admin.php:92 wppa-comment-admin.php:182 wppa-non-admin.php:855
3441
- msgid "Photo"
3442
- msgstr "Photo"
3443
-
3444
- #: wppa-comment-admin.php:139 wppa-comment-admin.php:204 wppa-links.php:814
3445
- #: wppa-links.php:831
3446
- msgid "Approve"
3447
- msgstr "Approuver"
3448
-
3449
- #: wppa-comment-admin.php:140 wppa-comment-admin.php:147
3450
- #: wppa-photo-admin-autosave.php:853 wppa-photo-admin-autosave.php:886
3451
- #: wppa-photo-admin-autosave.php:2064 wppa-photo-admin-autosave.php:2073
3452
- #: wppa-photo-admin-autosave.php:2449 wppa-photo-admin-autosave.php:2683
3453
- #: wppa-photo-admin-autosave.php:2695
3454
- msgid "Pending"
3455
- msgstr "en attente"
3456
-
3457
- #: wppa-comment-admin.php:141 wppa-comment-admin.php:157
3458
- #: wppa-photo-admin-autosave.php:2066 wppa-photo-admin-autosave.php:2075
3459
- msgid "Spam"
3460
- msgstr "Spam"
3461
-
3462
- #: wppa-comment-admin.php:152 wppa-photo-admin-autosave.php:2065
3463
- #: wppa-photo-admin-autosave.php:2074
3464
- msgid "Approved"
3465
- msgstr "Approuvé"
3466
-
3467
- #: wppa-comment-admin.php:183
3468
- msgid "User"
3469
- msgstr "Utilisateur"
3470
-
3471
- #: wppa-comment-admin.php:184
3472
- #, fuzzy
3473
- msgid "User email"
3474
- msgstr "Courriel de l’utilisateur"
3475
-
3476
- #: wppa-comment-admin.php:187
3477
- msgid "Comment"
3478
- msgstr "Commentaire"
3479
-
3480
- #: wppa-comment-admin.php:383
3481
- msgid "Photo Albums -> Moderate Comment"
3482
- msgstr "Albums photo -> Modérer commentaire"
3483
-
3484
- #: wppa-comment-admin.php:384
3485
- msgid "Photo Albums -> Comment admin"
3486
- msgstr "Albums photo -> Administration commentaire"
3487
-
3488
- #: wppa-comment-admin.php:393 wppa-comment-admin.php:394
3489
- #: wppa-common-functions.php:622 wppa-functions.php:4948
3490
- #: wppa-settings-autosave.php:6840 wppa-settings-autosave.php:6841
3491
- #, php-format
3492
- msgid "%d minute"
3493
- msgid_plural "%d minutes"
3494
- msgstr[0] "%d minute"
3495
- msgstr[1] "%d minutes"
3496
-
3497
- #: wppa-comment-admin.php:395 wppa-common-functions.php:626
3498
- #: wppa-functions.php:4944 wppa-settings-autosave.php:6842
3499
- #: wppa-settings-autosave.php:8330
3500
- #, php-format
3501
- msgid "%d hour"
3502
- msgid_plural "%d hours"
3503
- msgstr[0] "%d heure"
3504
- msgstr[1] "%d heures"
3505
-
3506
- #: wppa-comment-admin.php:396 wppa-common-functions.php:630
3507
- #: wppa-functions.php:4940 wppa-settings-autosave.php:6843
3508
- #: wppa-settings-autosave.php:8331 wppa-settings-autosave.php:8332
3509
- #: wppa-settings-autosave.php:8333 wppa-settings-autosave.php:8334
3510
- #: wppa-settings-autosave.php:8335 wppa-settings-autosave.php:8336
3511
- #: wppa-settings-autosave.php:8338 wppa-settings-autosave.php:8339
3512
- #: wppa-settings-autosave.php:8340 wppa-settings-autosave.php:9651
3513
- #, php-format
3514
- msgid "%d day"
3515
- msgid_plural "%d days"
3516
- msgstr[0] "%d jour"
3517
- msgstr[1] "%d jours"
3518
-
3519
- #: wppa-comment-admin.php:397 wppa-common-functions.php:634
3520
- #: wppa-functions.php:4936 wppa-settings-autosave.php:6844
3521
- #: wppa-settings-autosave.php:8337 wppa-settings-autosave.php:8341
3522
- #: wppa-settings-autosave.php:8342 wppa-settings-autosave.php:8343
3523
- #: wppa-settings-autosave.php:9652
3524
- #, php-format
3525
- msgid "%d week"
3526
- msgid_plural "%d weeks"
3527
- msgstr[0] "%d semaine"
3528
- msgstr[1] "%d semaines"
3529
-
3530
- #: wppa-comment-admin.php:405
3531
- msgid "Total:"
3532
- msgstr "Total:"
3533
-
3534
- #: wppa-comment-admin.php:410
3535
- msgid "Approved:"
3536
- msgstr "Approuvé:"
3537
-
3538
- #: wppa-comment-admin.php:415
3539
- msgid "Pending:"
3540
- msgstr "En attente:"
3541
-
3542
- #: wppa-comment-admin.php:420
3543
- msgid "Spam:"
3544
- msgstr "Spam:"
3545
-
3546
- #: wppa-comment-admin.php:427
3547
- msgid "Auto deleted spam:"
3548
- msgstr "Spam effacé auto:"
3549
-
3550
- #: wppa-comment-admin.php:429
3551
- #, php-format
3552
- msgid ""
3553
- "Comments marked as spam will be deleted when they are entered longer than %s "
3554
- "ago."
3555
- msgstr ""
3556
- "Les commentaires marqués comme spam seront supprimés lorsqu'ils sont entrés "
3557
- "plus longtemps que %s."
3558
-
3559
- #: wppa-comment-widget.php:15
3560
- msgid "Display comments on Photos"
3561
- msgstr "Afficher les commentaires sur Photos"
3562
-
3563
- #: wppa-comment-widget.php:16
3564
- msgid "WPPA+ Comments on Photos"
3565
- msgstr "WPPA+ Commentaires sur les photos"
3566
-
3567
- #: wppa-comment-widget.php:39
3568
- msgid "Comments on photos"
3569
- msgstr "Commentaires sur les photos"
3570
-
3571
- #: wppa-comment-widget.php:73 wppa-non-admin.php:984 wppa-thumbnails.php:504
3572
- msgid "wrote"
3573
- msgstr "a écrit"
3574
-
3575
- #: wppa-comment-widget.php:87 wppa-featen-widget.php:150
3576
- #: wppa-lasten-widget.php:149 wppa-non-admin.php:985 wppa-non-admin.php:990
3577
- #: wppa-non-admin.php:995 wppa-non-admin.php:999 wppa-non-admin.php:1006
3578
- #: wppa-non-admin.php:1016 wppa-potd-widget.php:163
3579
- #: wppa-thumbnail-widget.php:115 wppa-topten-widget.php:270
3580
- msgid "Photo not found"
3581
- msgstr "Photo non trouvée"
3582
-
3583
- #: wppa-comment-widget.php:93 wppa-non-admin.php:986
3584
- msgid "There are no commented photos (yet)"
3585
- msgstr "Il n'y pas encore de photos commentariés"
3586
-
3587
- #: wppa-comment-widget.php:118
3588
- msgid "Comments on Photos"
3589
- msgstr "Commentaires sur les photos"
3590
-
3591
- #: wppa-comment-widget.php:127
3592
- msgid "Table I-F3 and 4"
3593
- msgstr "Tableau I-F3 et 4"
3594
-
3595
- #: wppa-common-functions.php:618 wppa-functions.php:4952
3596
- #, php-format
3597
- msgid "%d second"
3598
- msgid_plural "%d seconds"
3599
- msgstr[0] "%d seconde"
3600
- msgstr[1] "%d secondes"
3601
-
3602
- #: wppa-common-functions.php:638 wppa-settings-autosave.php:8344
3603
- #: wppa-settings-autosave.php:9653 wppa-settings-autosave.php:9654
3604
- #: wppa-settings-autosave.php:9655 wppa-settings-autosave.php:9656
3605
- #: wppa-settings-autosave.php:9657 wppa-settings-autosave.php:9659
3606
- #, php-format
3607
- msgid "%d month"
3608
- msgid_plural "%d months"
3609
- msgstr[0] "%d mois"
3610
- msgstr[1] "%d mois"
3611
-
3612
- #: wppa-common-functions.php:641 wppa-settings-autosave.php:9658
3613
- #: wppa-settings-autosave.php:9660
3614
- #, php-format
3615
- msgid "%d year"
3616
- msgid_plural "%d years"
3617
- msgstr[0] "%d an"
3618
- msgstr[1] "%d ans"
3619
-
3620
- #: wppa-common-functions.php:1409
3621
- #, php-format
3622
- msgid ""
3623
- "Based on your server memory limit you should not upload images larger then "
3624
- "<strong>%d x %d (%2.1f MP)</strong>"
3625
- msgstr ""
3626
- "D'après la configuration des limitations mémoire de votre serveur, vous ne "
3627
- "devriez pas charger des images plus grandes que : <strong>%d x %d (%2.1f "
3628
- "MP)</strong>"
3629
-
3630
- #: wppa-common-functions.php:1734
3631
- msgid "- select an album -"
3632
- msgstr "- Choisir un album -"
3633
-
3634
- #: wppa-common-functions.php:1752
3635
- msgid "--- generic ---"
3636
- msgstr "--- générique ---"
3637
-
3638
- #: wppa-common-functions.php:1769
3639
- msgid "--- multiple see below ---"
3640
- msgstr "--- multiples voir ci-dessous ---"
3641
-
3642
- #: wppa-common-functions.php:1775
3643
- msgid "--- a selection box ---"
3644
- msgstr "--- une sélection ---"
3645
-
3646
- #: wppa-common-functions.php:1826 wppa-import.php:1661 wppa-items.php:474
3647
- #: wppa-settings-autosave.php:8539 wppa-settings-autosave.php:8615
3648
- msgid "--- separate ---"
3649
- msgstr "--- séparé ---"
3650
-
3651
- #: wppa-common-functions.php:1944
3652
- msgid "Photo id ="
3653
- msgstr "ID photo ="
3654
-
3655
- #: wppa-common-functions.php:1944
3656
- msgid "Value ="
3657
- msgstr "Valeur ="
3658
-
3659
- #: wppa-date-time.php:85 wppa-date-time.php:225
3660
- msgid "Jan"
3661
- msgstr "Jan"
3662
-
3663
- #: wppa-date-time.php:85 wppa-date-time.php:225
3664
- msgid "Feb"
3665
- msgstr "Fév"
3666
-
3667
- #: wppa-date-time.php:85 wppa-date-time.php:225
3668
- msgid "Mar"
3669
- msgstr "Mar"
3670
-
3671
- #: wppa-date-time.php:85 wppa-date-time.php:225
3672
- msgid "Apr"
3673
- msgstr "Avr"
3674
-
3675
- #: wppa-date-time.php:85 wppa-date-time.php:225
3676
- msgid "May"
3677
- msgstr "Mai"
3678
-
3679
- #: wppa-date-time.php:85 wppa-date-time.php:225
3680
- msgid "Jun"
3681
- msgstr "Juin"
3682
-
3683
- #: wppa-date-time.php:85 wppa-date-time.php:225
3684
- msgid "Jul"
3685
- msgstr "Juil"
3686
-
3687
- #: wppa-date-time.php:85 wppa-date-time.php:225
3688
- msgid "Aug"
3689
- msgstr "Aou"
3690
-
3691
- #: wppa-date-time.php:85 wppa-date-time.php:225
3692
- msgid "Sep"
3693
- msgstr "Sep"
3694
-
3695
- #: wppa-date-time.php:85 wppa-date-time.php:225
3696
- msgid "Oct"
3697
- msgstr "Oct"
3698
-
3699
- #: wppa-date-time.php:85 wppa-date-time.php:225
3700
- msgid "Nov"
3701
- msgstr "Nov"
3702
-
3703
- #: wppa-date-time.php:85 wppa-date-time.php:225
3704
- msgid "Dec"
3705
- msgstr "Dec"
3706
-
3707
- #: wppa-encrypt.php:139
3708
- msgid "Invalid photo identifier:"
3709
- msgstr "Identifiant de photo incorrect:"
3710
-
3711
- #: wppa-encrypt.php:197
3712
- msgid "Invalid album identifier:"
3713
- msgstr "Identifiant d'album incorrect"
3714
-
3715
- #: wppa-exif-iptc-common.php:82 wppa-exif-iptc-common.php:161
3716
- msgid "n.a."
3717
- msgstr "Non applicable"
3718
-
3719
- #: wppa-exif-iptc-common.php:239 wppa-utils.php:2563
3720
- msgid "Not Defined"
3721
- msgstr "Non défini"
3722
-
3723
- #: wppa-exif-iptc-common.php:240 wppa-utils.php:2564
3724
- msgid "Manual"
3725
- msgstr "Manuel"
3726
-
3727
- #: wppa-exif-iptc-common.php:241 wppa-utils.php:2565
3728
- msgid "Program AE"
3729
- msgstr "Programme AE"
3730
-
3731
- #: wppa-exif-iptc-common.php:242 wppa-utils.php:2566
3732
- msgid "Aperture-priority AE"
3733
- msgstr "Priorité ouverture AE"
3734
-
3735
- #: wppa-exif-iptc-common.php:243 wppa-utils.php:2567
3736
- msgid "Shutter speed priority AE"
3737
- msgstr "Priorité vitesse d'obturation AE"
3738
-
3739
- #: wppa-exif-iptc-common.php:244 wppa-utils.php:2568
3740
- msgid "Creative (Slow speed)"
3741
- msgstr "Créatif (vitesse lente)"
3742
-
3743
- #: wppa-exif-iptc-common.php:245 wppa-utils.php:2569
3744
- msgid "Action (High speed)"
3745
- msgstr "Action (vitesse haute)"
3746
-
3747
- #: wppa-exif-iptc-common.php:246 wppa-utils.php:2570
3748
- msgid "Portrait"
3749
- msgstr "Portrait"
3750
-
3751
- #: wppa-exif-iptc-common.php:247 wppa-utils.php:2571
3752
- msgid "Landscape"
3753
- msgstr "Paysage"
3754
-
3755
- #: wppa-exif-iptc-common.php:248 wppa-utils.php:2572
3756
- msgid "Bulb"
3757
- msgstr "Ampoule électrique"
3758
-
3759
- #: wppa-exif-iptc-common.php:270 wppa-utils.php:2573
3760
- msgid "Average"
3761
- msgstr "Moyen"
3762
-
3763
- #: wppa-exif-iptc-common.php:271 wppa-utils.php:2574
3764
- msgid "Center-weighted average"
3765
- msgstr "Mesure centrale pondérée"
3766
-
3767
- #: wppa-exif-iptc-common.php:272 wppa-utils.php:2575
3768
- msgid "Spot"
3769
- msgstr "Spot"
3770
-
3771
- #: wppa-exif-iptc-common.php:273 wppa-utils.php:2576
3772
- msgid "Multi-spot"
3773
- msgstr "Multi-spot"
3774
-
3775
- #: wppa-exif-iptc-common.php:274 wppa-utils.php:2577
3776
- msgid "Multi-segment"
3777
- msgstr "Multi-segments"
3778
-
3779
- #: wppa-exif-iptc-common.php:275 wppa-utils.php:2578
3780
- msgid "Partial"
3781
- msgstr "Partiel"
3782
-
3783
- #: wppa-exif-iptc-common.php:276 wppa-settings-autosave.php:5051
3784
- #: wppa-utils.php:2579
3785
- msgid "Other"
3786
- msgstr "Autre"
3787
-
3788
- #: wppa-exif-iptc-common.php:313 wppa-utils.php:2580
3789
- msgid "No Flash"
3790
- msgstr "Pas de flash"
3791
-
3792
- #: wppa-exif-iptc-common.php:315 wppa-utils.php:2581
3793
- msgid "Fired"
3794
- msgstr "Fired"
3795
-
3796
- #: wppa-exif-iptc-common.php:317 wppa-utils.php:2582
3797
- msgid "Fired, Return not detected"
3798
- msgstr "Fired, Retour non détecté"
3799
-
3800
- #: wppa-exif-iptc-common.php:319 wppa-utils.php:2583
3801
- msgid "Fired, Return detected"
3802
- msgstr "Fired, Retour détecté"
3803
-
3804
- #: wppa-exif-iptc-common.php:321 wppa-utils.php:2584
3805
- msgid "On, Did not fire"
3806
- msgstr "Activé, Did not fire"
3807
-
3808
- #: wppa-exif-iptc-common.php:323 wppa-utils.php:2585
3809
- msgid "On, Fired"
3810
- msgstr "Activé, Fired"
3811
-
3812
- #: wppa-exif-iptc-common.php:325 wppa-utils.php:2586
3813
- msgid "On, Return not detected"
3814
- msgstr "Activé, Retour non détecté"
3815
-
3816
- #: wppa-exif-iptc-common.php:327 wppa-utils.php:2587
3817
- msgid "On, Return detected"
3818
- msgstr "Activé, Retour détecté"
3819
-
3820
- #: wppa-exif-iptc-common.php:329 wppa-utils.php:2588
3821
- msgid "Off, Did not fire"
3822
- msgstr "Désactivé, Did not fire"
3823
-
3824
- #: wppa-exif-iptc-common.php:331 wppa-utils.php:2589
3825
- msgid "Off, Did not fire, Return not detected"
3826
- msgstr "Désactivé, Did not fire, Retour non détecté"
3827
-
3828
- #: wppa-exif-iptc-common.php:333 wppa-utils.php:2590
3829
- msgid "Auto, Did not fire"
3830
- msgstr "Auto, Did not fire"
3831
-
3832
- #: wppa-exif-iptc-common.php:335 wppa-utils.php:2591
3833
- msgid "Auto, Fired"
3834
- msgstr "Auto, Fired"
3835
-
3836
- #: wppa-exif-iptc-common.php:337 wppa-utils.php:2592
3837
- msgid "Auto, Fired, Return not detected"
3838
- msgstr "Auto, Fired, Retour non détecté"
3839
-
3840
- #: wppa-exif-iptc-common.php:339 wppa-utils.php:2593
3841
- msgid "Auto, Fired, Return detected"
3842
- msgstr "Auto, Fired, Retour détecté"
3843
-
3844
- #: wppa-exif-iptc-common.php:341 wppa-utils.php:2594
3845
- msgid "No flash function"
3846
- msgstr "Pas de fonction flash"
3847
-
3848
- #: wppa-exif-iptc-common.php:343 wppa-utils.php:2595
3849
- msgid "Off, No flash function"
3850
- msgstr "Désactivé, Pas de fonction flash"
3851
-
3852
- #: wppa-exif-iptc-common.php:345 wppa-utils.php:2596
3853
- msgid "Fired, Red-eye reduction"
3854
- msgstr "Fired, Réduction yeux rouges"
3855
-
3856
- #: wppa-exif-iptc-common.php:347 wppa-utils.php:2597
3857
- msgid "Fired, Red-eye reduction, Return not detected"
3858
- msgstr "Fired, Réduction yeux rouges, Retour non détecté"
3859
-
3860
- #: wppa-exif-iptc-common.php:349 wppa-utils.php:2598
3861
- msgid "Fired, Red-eye reduction, Return detected"
3862
- msgstr "Fired, Réduction yeux rouges, Retour détecté"
3863
-
3864
- #: wppa-exif-iptc-common.php:351 wppa-utils.php:2599
3865
- msgid "On, Red-eye reduction"
3866
- msgstr "Activé, Réduction yeux rouges"
3867
-
3868
- #: wppa-exif-iptc-common.php:353 wppa-utils.php:2600
3869
- msgid "Red-eye reduction, Return not detected"
3870
- msgstr "Réduction yeux rouges, Retour non détecté"
3871
-
3872
- #: wppa-exif-iptc-common.php:355 wppa-utils.php:2601
3873
- msgid "On, Red-eye reduction, Return detected"
3874
- msgstr "Activé, Réduction yeux rouges, Retour détecté"
3875
-
3876
- #: wppa-exif-iptc-common.php:357 wppa-utils.php:2602
3877
- msgid "Off, Red-eye reduction"
3878
- msgstr "Désactivé, Réduction yeux rouges"
3879
-
3880
- #: wppa-exif-iptc-common.php:359 wppa-utils.php:2603
3881
- msgid "Auto, Did not fire, Red-eye reduction"
3882
- msgstr "Auto, Did not fire, Réduction yeux rouges"
3883
-
3884
- #: wppa-exif-iptc-common.php:361 wppa-utils.php:2604
3885
- msgid "Auto, Fired, Red-eye reduction"
3886
- msgstr "Auto, Fired, Réduction yeux rouges"
3887
-
3888
- #: wppa-exif-iptc-common.php:363 wppa-utils.php:2605
3889
- msgid "Auto, Fired, Red-eye reduction, Return not detected"
3890
- msgstr "Auto, Fired, Réduction yeux rouges, Retour non détecté"
3891
-
3892
- #: wppa-exif-iptc-common.php:365 wppa-utils.php:2606
3893
- msgid "Auto, Fired, Red-eye reduction, Return detected"
3894
- msgstr "Auto, Fired, Réduction yeux rouges, Retour détecté"
3895
-
3896
- #: wppa-export.php:36
3897
- #, php-format
3898
- msgid "Photos will be exported to: <b>%s</b>."
3899
- msgstr "Les photo seront exportées vers: <b>%s</b>."
3900
-
3901
- #: wppa-export.php:37
3902
- msgid ""
3903
- "Export photos from album <span style=\"font-size:12px;\">(Including Album "
3904
- "information)</span>:"
3905
- msgstr ""
3906
- "Exporter les photos de l'album <span style=\"font-size:12px;\">(En incluant "
3907
- "les infos de l'album)</span>:"
3908
-
3909
- #: wppa-export.php:66 wppa-settings-autosave.php:6268
3910
- msgid "Export"
3911
- msgstr "Exporter"
3912
-
3913
- #: wppa-export.php:81
3914
- msgid "Exporting...<br/>"
3915
- msgstr "Export...<br/>"
3916
-
3917
- #: wppa-export.php:90
3918
- msgid "ok, <br/>Filling"
3919
- msgstr "ok, <br/>Remplissage"
3920
-
3921
- #: wppa-export.php:92
3922
- msgid "failed<br/>"
3923
- msgstr "raté<br/>"
3924
-
3925
- #: wppa-export.php:98
3926
- msgid ""
3927
- "Can export albums and photos, but cannot make a zipfile. Your php version is "
3928
- "< 5.2.7."
3929
- msgstr ""
3930
- "Peut exporter albums et photos, mais ne peut en faire un fichier ZIP. Votre "
3931
- "version de PHP est < 5.2.7."
3932
-
3933
- #: wppa-export.php:99
3934
- msgid ""
3935
- "Can export albums and photos, but cannot make a zipfile. Your php version "
3936
- "does not support ZipArchive."
3937
- msgstr ""
3938
- "Peut exporter albums et photos, mais ne peut en faire un fichier ZIP. Votre "
3939
- "version de PHP ne supporte pas la fonctionnalité ZipArchive."
3940
-
3941
- #: wppa-export.php:109
3942
- msgid "<br/>Processing album"
3943
- msgstr "<br/>Traitement de l'album"
3944
-
3945
- #: wppa-export.php:130
3946
- msgid "done."
3947
- msgstr "fait."
3948
-
3949
- #: wppa-export.php:130
3950
- msgid "photos processed."
3951
- msgstr "photos traitées."
3952
-
3953
- #: wppa-export.php:134
3954
- msgid "<br/>Done export albums."
3955
- msgstr "<br/>Export des albums fait."
3956
-
3957
- #: wppa-export.php:137
3958
- msgid "Nothing to export"
3959
- msgstr "Rien à exporter"
3960
-
3961
- #: wppa-export.php:141
3962
- msgid "<br/>Closing zip."
3963
- msgstr "<br/>Fermeture du ZIP."
3964
-
3965
- #: wppa-export.php:142
3966
- msgid "<br/>Deleting temp files."
3967
- msgstr "<br/>Efface les fichiers temporaires."
3968
-
3969
- #: wppa-export.php:151
3970
- msgid "<br/>Done!"
3971
- msgstr "<br/>Fait!"
3972
-
3973
- #: wppa-export.php:197 wppa-export.php:266
3974
- #, php-format
3975
- msgid "Cannot write to file %s."
3976
- msgstr "Ne peut pas écrire dans le fichier %s."
3977
-
3978
- #: wppa-export.php:211
3979
- msgid "Could not open album output file."
3980
- msgstr "Impossible d'ouvrir le fichier de sortie de l'album."
3981
-
3982
- #: wppa-export.php:216
3983
- msgid "Could not read album data."
3984
- msgstr "Impossible de lire les données de l'album."
3985
-
3986
- #: wppa-export.php:280
3987
- msgid "Could not open photo output file."
3988
- msgstr "Impossible d'ouvrir le fichier de sortie de la photo."
3989
-
3990
- #: wppa-export.php:285
3991
- msgid "Could not read photo data."
3992
- msgstr "Impossible de lire les données de la photo."
3993
-
3994
- #: wppa-featen-widget.php:15
3995
- msgid "Display thumbnails of featured photos"
3996
- msgstr "Afficher les vignettes des photos en vedette"
3997
-
3998
- #: wppa-featen-widget.php:16
3999
- msgid "WPPA+ Featured Photos"
4000
- msgstr "WPPA+ Photos recommandées"
4001
-
4002
- #: wppa-featen-widget.php:120 wppa-non-admin.php:989
4003
- msgid "View the featured photos"
4004
- msgstr "Voir les photos recommandées"
4005
-
4006
- #: wppa-featen-widget.php:162 wppa-non-admin.php:991
4007
- msgid "There are no featured photos (yet)"
4008
- msgstr "Il n'y pas (encore) de photos recommandées"
4009
-
4010
- #: wppa-featen-widget.php:190
4011
- msgid "Featured Photos"
4012
- msgstr "Photos recommandées"
4013
-
4014
- #: wppa-featen-widget.php:210
4015
- msgid "Table I-F11 and 12"
4016
- msgstr "Tableau I-F11 et 12"
4017
-
4018
- #: wppa-filter.php:515
4019
- #, php-format
4020
- msgid "Photo %d does not exist"
4021
- msgstr "Photo %d n’existe pas"
4022
-
4023
- #: wppa-filter.php:519
4024
- msgid "Missing photo id"
4025
- msgstr "Manquant d’identité de photo"
4026
-
4027
- #: wppa-functions.php:690
4028
- msgid "No related photos found."
4029
- msgstr "Aucune photo apparentée trouvée."
4030
-
4031
- #: wppa-functions.php:1070
4032
- #, php-format
4033
- msgid ""
4034
- "There are %s albums found. Only the first %s will be shown. Please refine "
4035
- "your search criteria."
4036
- msgstr ""
4037
- "Il y a %s albums trouvés. Uniquement les %s premiers seront affichés. "
4038
- "Veuillez redéfinir vos critères de recherche."
4039
-
4040
- #: wppa-functions.php:2160 wppa-links.php:809 wppa-links.php:826
4041
- #: wppa-thumbnails.php:671
4042
- msgid "Are you sure you want to remove this photo?"
4043
- msgstr "Etes-vous sûr de vouloir supprimer cette photo ?"
4044
-
4045
- #: wppa-functions.php:2187 wppa-thumbnails.php:652
4046
- msgid "Are you sure you want to add this photo to your zip?"
4047
- msgstr "Etes-vous sûr que vous voulez ajouter cette photo à votre zip?"
4048
-
4049
- #: wppa-functions.php:2190 wppa-thumbnails.php:655
4050
- msgid "MyChoice"
4051
- msgstr "MonChoix"
4052
-
4053
- #: wppa-functions.php:2278
4054
- #, php-format
4055
- msgid "%d dislike"
4056
- msgid_plural "%d dislikes"
4057
- msgstr[0] "%d avis négatif"
4058
- msgstr[1] "%d avis négatifs"
4059
-
4060
- #: wppa-functions.php:2280
4061
- msgid "including mine"
4062
- msgstr "en comptant le mien"
4063
-
4064
- #: wppa-functions.php:2403
4065
- msgid ""
4066
- "Sorry, you gave a wrong answer.\\n\\nPlease try again to solve the "
4067
- "computation."
4068
- msgstr ""
4069
- "Désolé, vous avez donné une mauvaise réponse.\\n\\nVeuillez ré-essayer de "
4070
- "résoudre l'équation."
4071
-
4072
- #: wppa-functions.php:2409
4073
- #, fuzzy
4074
- msgid "Sorry, your comment is not accepted."
4075
- msgstr "Désolé, votre commentaire n'est pas accepté."
4076
-
4077
- #: wppa-functions.php:2417
4078
- msgid "Comment edited"
4079
- msgstr "Commentaire modifié"
4080
-
4081
- #: wppa-functions.php:2428
4082
- msgid "Photo comment"
4083
- msgstr "Commentaire photo"
4084
-
4085
- #: wppa-functions.php:2445
4086
- msgid "Comment on photo:"
4087
- msgstr "Commentaire sur la photo:"
4088
-
4089
- #: wppa-functions.php:2460
4090
- msgid "wrote on photo"
4091
- msgstr "écrit sur les photos"
4092
-
4093
- #: wppa-functions.php:2462
4094
- msgid "Reply"
4095
- msgstr "Répondre"
4096
-
4097
- #: wppa-functions.php:2464
4098
- msgid "Moderate comment admin"
4099
- msgstr "Moderate comment admin"
4100
-
4101
- #: wppa-functions.php:2467 wppa-functions.php:4748 wppa-import.php:1580
4102
- #: wppa-upload.php:611
4103
- msgid "Moderate manage photo"
4104
- msgstr "Moderate manage photo"
4105
-
4106
- #: wppa-functions.php:2481
4107
- msgid "You receive this email as you are assigned to moderate"
4108
- msgstr "Vous avez reçu cet email car vous êtes modérateur"
4109
-
4110
- #: wppa-functions.php:2493
4111
- msgid "You receive this email as administrator of the site"
4112
- msgstr "Vous avez reçu cet email en tant qu'administrateur du site"
4113
-
4114
- #: wppa-functions.php:2510
4115
- msgid "You receive this email as uploader of the photo"
4116
- msgstr "Vous avez reçu cet email en tant qu'uploadeur de la photo"
4117
-
4118
- #: wppa-functions.php:2527
4119
- msgid "You receive this email as owner of the album"
4120
- msgstr "Vous avez reçu cet email en tant propriétaire de l'album"
4121
-
4122
- #: wppa-functions.php:2544
4123
- msgid "You receive this email because you commented this photo earlier."
4124
- msgstr "Vous recevez cet e-mail parce que vous commenté cette photo plus tôt."
4125
-
4126
- #: wppa-functions.php:2570
4127
- msgid "Comment added"
4128
- msgstr "Commentaire ajouté"
4129
-
4130
- #: wppa-functions.php:2582
4131
- msgid "Could not process comment.\\nProbably timed out."
4132
- msgstr "Impossible de traiter le commentaire.\\nDélai probablement dépassé."
4133
-
4134
- #: wppa-functions.php:2709 wppa-links.php:1682
4135
- msgid "A video can not be printed or downloaded"
4136
- msgstr "Une vidéo ne peut pas être imprimée ou téléchargée"
4137
-
4138
- #: wppa-functions.php:3247
4139
- msgid "ERROR: Illegal attempt to enter a rating."
4140
- msgstr "<b>ERREUR: Tentative illicite d'entrer une note.</b>"
4141
-
4142
- #: wppa-functions.php:3260
4143
- msgid "ERROR: Illegal attempt to enter a comment."
4144
- msgstr "<b>ERREUR: Tentative illicite d'entrer un commentaire.</b>"
4145
-
4146
- #: wppa-functions.php:4236
4147
- msgid "ERROR: Illegal attempt to create an album."
4148
- msgstr "<b>ERREUR: Tentative incorrecte de créer un album.</b>"
4149
-
4150
- #: wppa-functions.php:4244
4151
- msgid "Wrong captcha, please try again"
4152
- msgstr "Captcha faux, veuillez recommencer"
4153
-
4154
- #: wppa-functions.php:4260
4155
- #, php-format
4156
- msgid "Album #%s created"
4157
- msgstr "Album #%s créé"
4158
-
4159
- #: wppa-functions.php:4271
4160
- #, fuzzy, php-format
4161
- msgid "User %s created album #%s with name %s."
4162
- msgstr "L'utilisateur%s a créé l'album #%s avec le nom%s."
4163
-
4164
- #: wppa-functions.php:4282
4165
- #, fuzzy, php-format
4166
- msgid "The new album is a subalbum of album %s"
4167
- msgstr "Le nouvel album est un sous album d'album%s"
4168
-
4169
- #: wppa-functions.php:4284
4170
- #, fuzzy
4171
- msgid ""
4172
- "You are receiving this email because you are assigned to monitor new album "
4173
- "creations."
4174
- msgstr ""
4175
- "Vous recevez ce courrier électronique car vous êtes chargé de surveiller de "
4176
- "nouvelles créations d'albums."
4177
-
4178
- #: wppa-functions.php:4285
4179
- msgid "New useralbum created"
4180
- msgstr "Nouvel album usuel créé"
4181
-
4182
- #: wppa-functions.php:4291
4183
- msgid "Could not create album"
4184
- msgstr "Impossible de créer un album"
4185
-
4186
- #: wppa-functions.php:4303
4187
- msgid "ERROR: Illegal attempt to upload a file."
4188
- msgstr "<b>ERREUR: tentative illicite de télécharger un fichier.</b>"
4189
-
4190
- #: wppa-functions.php:4387
4191
- #, php-format
4192
- msgid "%d photo successfully uploaded"
4193
- msgid_plural "%d photos successfully uploaded"
4194
- msgstr[0] "%d photo chargées avec succès"
4195
- msgstr[1] "%d photos chargées avec succès"
4196
-
4197
- #: wppa-functions.php:4392
4198
- msgid "Photo upload"
4199
- msgstr "Chargement photo"
4200
-
4201
- #: wppa-functions.php:4396
4202
- #, php-format
4203
- msgid "%s points added"
4204
- msgstr "%s points ajoutés"
4205
-
4206
- #: wppa-functions.php:4402
4207
- msgid "Your post is awaiting moderation."
4208
- msgstr "Votre contribution est en attente de modération."
4209
-
4210
- #: wppa-functions.php:4405
4211
- msgid "Your post is published."
4212
- msgstr "Votre message est publié."
4213
-
4214
- #: wppa-functions.php:4413
4215
- msgid "Upload failed"
4216
- msgstr "chargement échoué"
4217
-
4218
- #: wppa-functions.php:4416
4219
- #, php-format
4220
- msgid "%d upload failed"
4221
- msgid_plural "%d uploads failed"
4222
- msgstr[0] "%d chargement échoué"
4223
- msgstr[1] "%d chargements échoués"
4224
-
4225
- #: wppa-functions.php:4513
4226
- msgid "Error during upload"
4227
- msgstr "Erreur durant le chargement"
4228
-
4229
- #: wppa-functions.php:4569
4230
- msgid "Could not insert media into db."
4231
- msgstr "Impossible d'insérer dans les médias db."
4232
-
4233
- #: wppa-functions.php:4613
4234
- msgid "Uploaded file is not an image"
4235
- msgstr "Le fichier chargé n'est pas une image"
4236
-
4237
- #: wppa-functions.php:4619
4238
- #, php-format
4239
- msgid "Only gif, jpg and png image files are supported. Returned info = %s."
4240
- msgstr ""
4241
- "Seuls les fichiers image gif, jpg et png sont supportés. Retour info = %s."
4242
-
4243
- #: wppa-functions.php:4627
4244
- #, fuzzy, php-format
4245
- msgid "Uploaded file is smaller than the allowed minimum of %d pixels."
4246
- msgstr "Le fichier téléchargé est inférieur au minimum autorisé de% d pixels."
4247
-
4248
- #: wppa-functions.php:4636
4249
- #, fuzzy, php-format
4250
- msgid "Uploaded file is larger than the allowed maximum of %d pixels."
4251
- msgstr "Le fichier téléchargé est supérieur au maximum autorisé de% d pixels."
4252
-
4253
- #: wppa-functions.php:4644
4254
- #, php-format
4255
- msgid "Uploaded file %s already exists in this album."
4256
- msgstr "Le fichier chargé %s existe déjà dans cet album."
4257
-
4258
- #: wppa-functions.php:4654
4259
- #, php-format
4260
- msgid "The image is too big. Max photo size: %d x %d (%2.1f MegaPixel)"
4261
- msgstr "L'image est trop grande. Taille max photo: %d x %d (%2.1f MegaPixel)"
4262
-
4263
- #: wppa-functions.php:4697
4264
- msgid "Could not insert photo into db."
4265
- msgstr "Impossible d'ajouter la photo dans la BD."
4266
-
4267
- #: wppa-functions.php:4744 wppa-import.php:1576 wppa-upload.php:607
4268
- #, php-format
4269
- msgid "New photo uploaded: %s"
4270
- msgstr "Nouvelle photo chargée: %s"
4271
-
4272
- #: wppa-functions.php:4745 wppa-import.php:1577 wppa-upload.php:608
4273
- #, php-format
4274
- msgid "User %1$s uploaded photo %2$s into album %3$s"
4275
- msgstr "L'utilisateur %s a chargé la photo %s dans l'album %s"
4276
-
4277
- #: wppa-functions.php:4747 wppa-import.php:1579 wppa-upload.php:610
4278
- msgid "This upload requires moderation"
4279
- msgstr "Cet upload nécessite une modération"
4280
-
4281
- #: wppa-functions.php:4751 wppa-import.php:1583 wppa-upload.php:614
4282
- msgid "Details:"
4283
- msgstr "Détails:"
4284
-
4285
- #: wppa-functions.php:4752 wppa-import.php:1584 wppa-upload.php:615
4286
- #: wppa-utils.php:840 wppa-utils.php:852
4287
- msgid "Manage photo"
4288
- msgstr "Gérer photo"
4289
-
4290
- #: wppa-functions.php:4933
4291
- msgid "You can upload after"
4292
- msgstr "Vous pouvez charger après"
4293
-
4294
- #: wppa-functions.php:4977 wppa-functions.php:4981 wppa-functions.php:4988
4295
- #: wppa-functions.php:4992 wppa-links.php:1267 wppa-non-admin.php:910
4296
- #: wppa-settings-autosave.php:10080 wppa-settings-autosave.php:10092
4297
- #: wppa-settings-autosave.php:10104 wppa-settings-autosave.php:10116
4298
- #: wppa-settings-autosave.php:10128 wppa-settings-autosave.php:10140
4299
- #: wppa-settings-autosave.php:10152 wppa-settings-autosave.php:10164
4300
- msgid "Download"
4301
- msgstr "Télécharger"
4302
-
4303
- #: wppa-functions.php:5042
4304
- msgid "Zoom in"
4305
- msgstr "Zoom in"
4306
-
4307
- #: wppa-functions.php:5073
4308
- #, php-format
4309
- msgid "You can vote again after %s days, %s hours, %s minutes and %s seconds"
4310
- msgstr ""
4311
- "Vous pouvez voter à nouveau après %s jours, %s heures, %s minutes et %s "
4312
- "secondes"
4313
-
4314
- #: wppa-functions.php:5076
4315
- #, php-format
4316
- msgid "You can vote again after %s hours, %s minutes and %s seconds"
4317
- msgstr "Vous pouvez voter à nouveau après %s heures, %s minutes et %s secondes"
4318
-
4319
- #: wppa-functions.php:5079
4320
- #, php-format
4321
- msgid "You can vote again after %s minutes and %s seconds"
4322
- msgstr "Vous pouvez voter à nouveau après %s minutes et %s secondes"
4323
-
4324
- #: wppa-gp-widget.php:13
4325
- msgid "General purpose widget that may contain [wppa][/wppa] shortcodes"
4326
- msgstr "Widget à usage général qui peut contenir codes courts [wppa][/ wppa]"
4327
-
4328
- #: wppa-gp-widget.php:14
4329
- msgid "WPPA+ Text"
4330
- msgstr "WPPA+ Texte"
4331
-
4332
- #: wppa-gp-widget.php:88
4333
- msgid ""
4334
- "Enter the content just like a normal text widget. This widget will interpret "
4335
- "[wppa] shortcodes"
4336
- msgstr ""
4337
- "Entrez le contenu comme un widget de texte normal. Ce widget interprètera "
4338
- "les codes court [wppa]"
4339
-
4340
- #: wppa-gp-widget.php:91
4341
- msgid "Automatically add paragraphs"
4342
- msgstr "Ajout automatique de paragraphes"
4343
-
4344
- #: wppa-gp-widget.php:94
4345
- msgid "Show to logged in users only"
4346
- msgstr "Montrer seulement au utilisateurs connectés"
4347
-
4348
- #: wppa-help.php:16
4349
- #, php-format
4350
- msgid "You will find all information and examples on the new %s%s%s site"
4351
- msgstr ""
4352
- "Vous trouverez toutes les informations et exemples sur le nouveau site de %s"
4353
- "%s%s"
4354
-
4355
- #: wppa-help.php:16
4356
- msgid "Docs & Demos"
4357
- msgstr "Docs & Démos"
4358
-
4359
- #: wppa-help.php:18
4360
- msgid "About and credits"
4361
- msgstr "A propos et crédits"
4362
-
4363
- #: wppa-help.php:20
4364
- msgid ""
4365
- "WP Photo Album Plus is extended with many new features and is maintained by "
4366
- "J.N. Breetvelt, a.k.a. OpaJaap"
4367
- msgstr ""
4368
- "WP Album photo Plus est étendue avec de nombreuses nouvelles fonctionnalités "
4369
- "et est maintenu par JN Breetvelt, alias OpaJaap"
4370
-
4371
- #: wppa-help.php:21
4372
- msgid "Thanx to R.J. Kaplan for WP Photo Album 1.5.1."
4373
- msgstr "Merci à R.J. Kaplan pour WP Photo Album 1.5.1."
4374
-
4375
- #: wppa-help.php:22
4376
- msgid "Thanx to E.S. Rosenberg for programming tips on security issues."
4377
- msgstr ""
4378
- "Merci à E.S. Rosenberg pour les conseils de programmation concernant la "
4379
- "sécurité."
4380
-
4381
- #: wppa-help.php:23
4382
- msgid "Thanx to Pavel &#352;orejs for the Numbar code."
4383
- msgstr "Merci à Pavel &#352;orejs pour le code de Numbar."
4384
-
4385
- #: wppa-help.php:24
4386
- msgid ""
4387
- "Thanx to the users who reported bugs and asked for enhancements. Without "
4388
- "them WPPA should not have been what it is now!"
4389
- msgstr ""
4390
- "Merci aux utilisateurs qui ont remonté les bugs et demandé des "
4391
- "améliorations. Sans eux, WPPA ne serait pas ce qu'il est aujourd'hui!"
4392
-
4393
- #: wppa-help.php:27
4394
- msgid "Licence"
4395
- msgstr "Licence"
4396
-
4397
- #: wppa-help.php:29
4398
- msgid "WP Photo Album is released under the"
4399
- msgstr "WP Photo Album est distribué sous"
4400
-
4401
- #: wppa-help.php:29
4402
- msgid "licence."
4403
- msgstr "licence."
4404
-
4405
- #: wppa-import.php:159
4406
- msgid "Failed!"
4407
- msgstr "Échec!"
4408
-
4409
- #: wppa-import.php:251
4410
- msgid "Select Local or Remote"
4411
- msgstr "Sélectionner local ou distant"
4412
-
4413
- #: wppa-import.php:254
4414
- msgid "Local"
4415
- msgstr "Local"
4416
-
4417
- #: wppa-import.php:255
4418
- msgid "Remote"
4419
- msgstr "Distant"
4420
-
4421
- #: wppa-import.php:263
4422
- msgid "Set Local/Remote"
4423
- msgstr "Régler Local/Distant"
4424
-
4425
- #: wppa-import.php:268
4426
- msgid ""
4427
- "The server does not allow you to import from remote locations. ( The php "
4428
- "directive allow_url_fopen is not set to 1 )"
4429
- msgstr ""
4430
- "Le serveur ne permet pas d'importer à partir d'un site distant. ( La "
4431
- "directive PHP allow_url_fopen n'a pas la valeur 1 )"
4432
-
4433
- #: wppa-import.php:271
4434
- msgid ""
4435
- "The server does not allow you to import from remote locations. ( The curl "
4436
- "functions are not set up )"
4437
- msgstr ""
4438
- "Le serveur ne permet pas d'importer à partir d'un site distant. ( La "
4439
- "fonction Curl n'est pas configurée )"
4440
-
4441
- #: wppa-import.php:281
4442
- msgid "Import photos from:"
4443
- msgstr "Importer des photos de:"
4444
-
4445
- #: wppa-import.php:294
4446
- msgid "Set source directory"
4447
- msgstr "Définir le répertoire source"
4448
-
4449
- #: wppa-import.php:321
4450
- msgid "Max:"
4451
- msgstr "Max:"
4452
-
4453
- #: wppa-import.php:333
4454
- msgid "Find remote photos"
4455
- msgstr "Trouver des photos distantes"
4456
-
4457
- #: wppa-import.php:336
4458
- msgid "Working, please wait..."
4459
- msgstr "Traitement en cours, veuillez patienter..."
4460
-
4461
- #: wppa-import.php:339
4462
- msgid ""
4463
- "You can enter either a web page address like <i>http://mysite.com/mypage/</"
4464
- "i> or a full url to an image file like <i>http://mysite.com/wp-content/"
4465
- "uploads/wppa/4711.jpg</i>"
4466
- msgstr ""
4467
- "Vous pouvez entrer une adresse de page web comme <i>http://mysite.com/mypage/"
4468
- "</i> ou une URL complète dans un fichier d'image comme <i>http://mysite.com/"
4469
- "wp-content/uploads/wppa/4711.jpg</i>"
4470
-
4471
- #: wppa-import.php:352 wppa-upload.php:154
4472
- msgid "No albums exist. You must"
4473
- msgstr "Il n'existe aucun album. Vous devez"
4474
-
4475
- #: wppa-import.php:354 wppa-upload.php:156
4476
- msgid "create one"
4477
- msgstr "créer un(e)"
4478
-
4479
- #: wppa-import.php:356
4480
- msgid "before you can import your photos."
4481
- msgstr "Avant d'importer vos photos."
4482
-
4483
- #: wppa-import.php:377
4484
- #, php-format
4485
- msgid "There is %d zipfile in the depot"
4486
- msgid_plural "There are %d zipfiles in the depot"
4487
- msgstr[0] "Il y a %d zipfile dans le dépôt"
4488
- msgstr[1] "Il y a %d zipfiles dans le dépôt"
4489
-
4490
- #: wppa-import.php:390 wppa-import.php:467 wppa-import.php:620
4491
- #: wppa-import.php:878 wppa-import.php:986 wppa-import.php:1078
4492
- #: wppa-import.php:1159
4493
- msgid "Check/uncheck all"
4494
- msgstr "Cocher/Décocher tout"
4495
-
4496
- #: wppa-import.php:403
4497
- msgid "Delete after successful extraction."
4498
- msgstr "Supprimer après une extraction réussie."
4499
-
4500
- #: wppa-import.php:454
4501
- #, php-format
4502
- msgid "There is %d albumdefinition in the depot"
4503
- msgid_plural "There are %d albumdefinitions in the depot"
4504
- msgstr[0] "Il y a %d albumdefinition dans le dépôt"
4505
- msgstr[1] "Il y a %d albumdefinitions dans le dépôt"
4506
-
4507
- #: wppa-import.php:480
4508
- msgid ""
4509
- "Remove from depot after successful import, or if the album already exists."
4510
- msgstr "Enlever du dépôt après un import réussi, ou si l'album existe déjà."
4511
-
4512
- #: wppa-import.php:537
4513
- #, php-format
4514
- msgid "There is %d photo in the ngg gallery"
4515
- msgid_plural "There are %d photos in the ngg gallery"
4516
- msgstr[0] "Il y a %d photo dans la galerie de NGG"
4517
- msgstr[1] "Il y a %d photos dans la galerie de NGG"
4518
-
4519
- #: wppa-import.php:540
4520
- #, php-format
4521
- msgid "There is %d photo in the depot"
4522
- msgid_plural "There are %d photos in the depot"
4523
- msgstr[0] "Il y a %d photo dans le dépôt"
4524
- msgstr[1] "Il y a %d photos dans le dépôt"
4525
-
4526
- #: wppa-import.php:546
4527
- #, php-format
4528
- msgid "There is %d possible photo found remote"
4529
- msgid_plural "There are %d possible photos found remote"
4530
- msgstr[0] "Il y a %d photo possibles trouvés à distance"
4531
- msgstr[1] "Il y a %d photos possibles trouvés à distance"
4532
-
4533
- #: wppa-import.php:551
4534
- msgid "Photos will be downsized during import."
4535
- msgstr "Les photos vont être réduites pendant l'import."
4536
-
4537
- #: wppa-import.php:560
4538
- msgid "Default album for import:"
4539
- msgstr "Album photo par défaut pour l'import:"
4540
-
4541
- #: wppa-import.php:570
4542
- msgid ""
4543
- "Photos that have (<em>name</em>)[<em>album</em>] will be imported by that "
4544
- "<em>name</em> in that <em>album</em>."
4545
- msgstr ""
4546
- "Les photo qui ont (<em>nom</em>)[<em>album</em>] seront importées avec ce "
4547
- "<em>nom</em> dans cet <em>album</em>."
4548
-
4549
- #: wppa-import.php:591
4550
- msgid "Delay"
4551
- msgstr "Temporisation"
4552
-
4553
- #: wppa-import.php:636 wppa-import.php:892 wppa-import.php:1002
4554
- #: wppa-import.php:1172
4555
- msgid "Remove from depot after successful import."
4556
- msgstr "Enlever du dépôt après un import réussi."
4557
-
4558
- #: wppa-import.php:647
4559
- msgid "Remove from depot after failed import."
4560
- msgstr "Enlever du dépôt après un import raté."
4561
-
4562
- #: wppa-import.php:665
4563
- msgid "Import into album"
4564
- msgstr "Importer dans l'album"
4565
-
4566
- #: wppa-import.php:668
4567
- msgid "The album will be created if it does not exist"
4568
- msgstr "Cet album va être créé si il n'exsite pas"
4569
-
4570
- #: wppa-import.php:680
4571
- msgid "Use backup if available"
4572
- msgstr "Utiliser la sauvegarde si disponible"
4573
-
4574
- #: wppa-import.php:696
4575
- msgid "Update existing photos"
4576
- msgstr "Mettre à jour les photos existantes"
4577
-
4578
- #: wppa-import.php:721
4579
- msgid "Do not create duplicates"
4580
- msgstr "Ne pas créer de doublons"
4581
-
4582
- #: wppa-import.php:737
4583
- msgid "Zoom previews"
4584
- msgstr "Zoom previews"
4585
-
4586
- #: wppa-import.php:846
4587
- #, php-format
4588
- msgid "There is %d video in the depot"
4589
- msgid_plural "There are %d videos in the depot"
4590
- msgstr[0] "Il y a %d vidéo dans le dépôt"
4591
- msgstr[1] "Il y a %d vidéos dans le dépôt"
4592
-
4593
- #: wppa-import.php:852 wppa-import.php:960
4594
- msgid "Album to import to:"
4595
- msgstr "Album dans lequel importer:"
4596
-
4597
- #: wppa-import.php:894
4598
- msgid "Files larger than 64MB will always be removed after successful import."
4599
- msgstr ""
4600
- "Fichiers de plus de 64Mo seront toujours supprimés après l'importation "
4601
- "réussie."
4602
-
4603
- #: wppa-import.php:954
4604
- #, php-format
4605
- msgid "There is %d audio in the depot"
4606
- msgid_plural "There are %d audios in the depot"
4607
- msgstr[0] "Il y a %d audio dans le dépôt"
4608
- msgstr[1] "Il y a %d audios dans le dépôt"
4609
-
4610
- #: wppa-import.php:1061
4611
- #, php-format
4612
- msgid "There is %d albumdirectory in the depot"
4613
- msgid_plural "There are %d albumdirectories in the depot"
4614
- msgstr[0] "Il y a %d albumdirectory dans le dépôt"
4615
- msgstr[1] "Il y a %d albumdirectories dans le dépôt"
4616
-
4617
- #: wppa-import.php:1119
4618
- #, php-format
4619
- msgid "Contains %d file"
4620
- msgid_plural "Contains %d files"
4621
- msgstr[0] "Contient %d fichier"
4622
- msgstr[1] "Contient %d fichiers"
4623
-
4624
- #: wppa-import.php:1122
4625
- #, php-format
4626
- msgid "and %d subdirectory"
4627
- msgid_plural "and %d subdirectories"
4628
- msgstr[0] "et %d sous-répertoire"
4629
- msgstr[1] "et %d sous-répertoires"
4630
-
4631
- #: wppa-import.php:1142
4632
- #, php-format
4633
- msgid "There is %d .csv file in the depot"
4634
- msgid_plural "There are %d .csv files in the depot"
4635
- msgstr[0] "Il y a %d fichier .csv dans le dépôt"
4636
- msgstr[1] "Il y a %d fichiers .csv dans le dépôt"
4637
-
4638
- #: wppa-import.php:1362
4639
- msgid "Start Ajax Import"
4640
- msgstr "Lancer l'import AJAX"
4641
-
4642
- #: wppa-import.php:1363
4643
- msgid "Stop Ajax Import"
4644
- msgstr "Stopper l'import AJAX"
4645
-
4646
- #: wppa-import.php:1371
4647
- msgid "There are no importable files found in directory:"
4648
- msgstr "Aucun fichier à importer trouvé dans le répertoire:"
4649
-
4650
- #: wppa-import.php:1374
4651
- msgid "There are no photos found or left to process at url:"
4652
- msgstr "Aucune photo trouvée ou disponible à traiter à l'URL:"
4653
-
4654
- #: wppa-import.php:1378
4655
- msgid "You can import the following file types:"
4656
- msgstr "Vous pouvez importer les types de fichier suivants:"
4657
-
4658
- #: wppa-import.php:1382
4659
- msgid "Compressed file types: .zip"
4660
- msgstr "Types de fichiers compressé: .zip"
4661
-
4662
- #: wppa-import.php:1386
4663
- msgid "Photo file types:"
4664
- msgstr "Types de fichiers photo:"
4665
-
4666
- #: wppa-import.php:1393
4667
- msgid "Video file types:"
4668
- msgstr "Types de fichiers vidéo:"
4669
-
4670
- #: wppa-import.php:1400
4671
- msgid "Audio file types:"
4672
- msgstr "Types de fichiers audio:"
4673
-
4674
- #: wppa-import.php:1406
4675
- msgid "WPPA+ file types: .amf .pmf"
4676
- msgstr "Types de fichiers WPPA+: .amf .pmf"
4677
-
4678
- #: wppa-import.php:1408
4679
- msgid "Directories with optional subdirs containig photos"
4680
- msgstr "Répertoires avec sous-répertoires optionnels contenant des photos"
4681
-
4682
- #: wppa-import.php:1410
4683
- msgid "Custom data files of type .csv"
4684
- msgstr "Type de fichiers personnalisés: .csv"
4685
-
4686
- #: wppa-import.php:1412
4687
- msgid "Your depot directory is:"
4688
- msgstr "Votre répertoire de dépôt est:"
4689
-
4690
- #: wppa-import.php:1416
4691
- msgid "Trying to continue..."
4692
- msgstr "Tentative de reprise..."
4693
-
4694
- #: wppa-import.php:1669
4695
- msgid "Unknown parent album:"
4696
- msgstr "Album parent inconnu:"
4697
-
4698
- #: wppa-import.php:1669
4699
- msgid "--- none --- used."
4700
- msgstr "- - - aucun - - - utilisé."
4701
-
4702
- #: wppa-import.php:1729
4703
- #, php-format
4704
- msgid "This album has been converted from ngg gallery %s"
4705
- msgstr "Cet album a été converti à partir de la galerie ngg %s"
4706
-
4707
- #: wppa-import.php:1747
4708
- msgid "Processing files, please wait..."
4709
- msgstr "Traitement en cours, merci de patienter..."
4710
-
4711
- #: wppa-import.php:1747
4712
- msgid ""
4713
- "If the line of dots stops growing or your browser reports Ready, your server "
4714
- "has given up. In that case: try again"
4715
- msgstr ""
4716
- "Si la ligne de points cesse de grandir ou que votre navigateur dit Ready, "
4717
- "votre serveur à abandonné. Dans ce cas: recommencez."
4718
-
4719
- #: wppa-import.php:1747
4720
- msgid "here."
4721
- msgstr "ici."
4722
-
4723
- #: wppa-import.php:1874
4724
- #, php-format
4725
- msgid "Photo %s already exists in album %s. (1)"
4726
- msgstr "La photo %s existe déjà dans l'album %s. (1)"
4727
-
4728
- #: wppa-import.php:1875
4729
- msgid "Duplicate"
4730
- msgstr "Doublon"
4731
-
4732
- #: wppa-import.php:1903 wppa-upload.php:551 wppa-upload.php:587
4733
- msgid "Error inserting photo"
4734
- msgstr "Erreur pendant l'insertion de la photo"
4735
-
4736
- #: wppa-import.php:1911
4737
- #, php-format
4738
- msgid "Error inserting photo %s, unknown or non existent album."
4739
- msgstr "Erreur à l'insertion de la photo %s, album inconnu ou non existant."
4740
-
4741
- #: wppa-import.php:1919
4742
- #, php-format
4743
- msgid "Time out. %s photos imported. Please restart this operation."
4744
- msgstr "Timeout. %s photos importées. Essayer de recommencer l'opération."
4745
-
4746
- #: wppa-import.php:1953 wppa-import.php:2025
4747
- msgid "Unknown album"
4748
- msgstr "Album inconnu"
4749
-
4750
- #: wppa-import.php:2015
4751
- #, php-format
4752
- msgid "Error inserting video %s, unknown or non existent album."
4753
- msgstr "Erreur à l'insertion de la vidéo %s, album inconnu ou non existant."
4754
-
4755
- #: wppa-import.php:2076
4756
- #, php-format
4757
- msgid "Error inserting audio %s, unknown or non existent album."
4758
- msgstr "Erreur à l'insertion de l'audio %s, album inconnu ou non existant."
4759
-
4760
- #: wppa-import.php:2092
4761
- msgid "Custom datafields enabled"
4762
- msgstr "Champs personnalisés activés"
4763
-
4764
- #: wppa-import.php:2162
4765
- msgid "Only administrators are allowed to import db table data."
4766
- msgstr ""
4767
- "Seuls les administrateurs sont autorisés à importer des données de la table "
4768
- "db."
4769
-
4770
- #: wppa-import.php:2169 wppa-import.php:2170
4771
- msgid "Processing db table"
4772
- msgstr "Traitement de table db"
4773
-
4774
- #: wppa-import.php:2173 wppa-import.php:2174
4775
- msgid "Processing"
4776
- msgstr "En cours de traitement"
4777
-
4778
- #: wppa-import.php:2184
4779
- msgid "Can not open file. Can not continue. (1)"
4780
- msgstr "Ne peut pas ouvrir le fichier. Impossible de continuer. (1)"
4781
-
4782
- #: wppa-import.php:2189
4783
- msgid "Can not open file. Can not continue. (2)"
4784
- msgstr "Ne peut pas ouvrir le fichier. Impossible de continuer. (2)"
4785
-
4786
- #: wppa-import.php:2196
4787
- msgid "Can not read header. Can not continue."
4788
- msgstr "Ne peut lire l'entête. Impossible de continuer."
4789
-
4790
- #: wppa-import.php:2201
4791
- msgid "Read header:"
4792
- msgstr "Lecture entête:"
4793
-
4794
- #: wppa-import.php:2229 wppa-import.php:2321
4795
- msgid "Invalid header. Can not continue."
4796
- msgstr "Entête invalide. Impossible de continuer."
4797
-
4798
- #: wppa-import.php:2330
4799
- msgid "Invalid header. First item must be 'name', 'photoname' or 'filename'"
4800
- msgstr ""
4801
- "Entête invalide. Le premier item doit être 'name','photoname' ou 'filename'"
4802
-
4803
- #: wppa-import.php:2337
4804
- msgid ""
4805
- "Invalid header. First item must be 'filename' when importing system data "
4806
- "fields"
4807
- msgstr ""
4808
- "En-tête non valide. Premier élément doit être « filename » lors de "
4809
- "l’importation des champs de données système"
4810
-
4811
- #: wppa-import.php:2344
4812
- msgid "All available custom data fields are in use. There is no space for"
4813
- msgstr ""
4814
- "Tous les champs personnalisés disponibles sont utilisés. Il n'y a pas "
4815
- "d'espace pour"
4816
-
4817
- #: wppa-import.php:2355
4818
- #, php-format
4819
- msgid "New caption %s added."
4820
- msgstr "Nouvelle légende %s ajoutées."
4821
-
4822
- #: wppa-import.php:2385
4823
- msgid "Read data:"
4824
- msgstr "Lecture données:"
4825
-
4826
- #: wppa-import.php:2433
4827
- msgid "Album does not exist"
4828
- msgstr "Album n'existe pas"
4829
-
4830
- #: wppa-import.php:2476
4831
- msgid "Timestamp out of range"
4832
- msgstr "Timestamp hors limites"
4833
-
4834
- #: wppa-import.php:2572
4835
- msgid "Done processing files."
4836
- msgstr "Traitement des fichiers terminé."
4837
-
4838
- #: wppa-import.php:2575
4839
- msgid "No files to import."
4840
- msgstr "Aucun fichier à importer."
4841
-
4842
- #: wppa-import.php:2579
4843
- msgid "Zipfiles extracted."
4844
- msgstr "Fichiers ZIP extraits."
4845
-
4846
- #: wppa-import.php:2580
4847
- msgid "Albums created."
4848
- msgstr "Albums créés."
4849
-
4850
- #: wppa-import.php:2581
4851
- msgid "Directory to album imports."
4852
- msgstr "Répertoire pour les imports d'album."
4853
-
4854
- #: wppa-import.php:2582
4855
- #, php-format
4856
- msgid "With total %s photos."
4857
- msgstr "Avec un total de %s photos."
4858
-
4859
- #: wppa-import.php:2585
4860
- msgid "Photos updated"
4861
- msgstr "Photos mises à jour"
4862
-
4863
- #: wppa-import.php:2587
4864
- #, php-format
4865
- msgid "to %s locations"
4866
- msgstr "vers %s destinations"
4867
-
4868
- #: wppa-import.php:2591
4869
- msgid "single photos imported."
4870
- msgstr "photos uniques importées."
4871
-
4872
- #: wppa-import.php:2594
4873
- msgid "Videos imported."
4874
- msgstr "Vidéos importées."
4875
-
4876
- #: wppa-import.php:2597
4877
- msgid "Audios imported."
4878
- msgstr "Audio importés."
4879
-
4880
- #: wppa-import.php:2600
4881
- msgid "CSVs imported,"
4882
- msgstr "CSVs importés,"
4883
-
4884
- #: wppa-import.php:2601
4885
- msgid "items processed."
4886
- msgstr "éléments traités."
4887
-
4888
- #: wppa-import.php:2602
4889
- msgid "items skipped."
4890
- msgstr "éléments ignorés."
4891
-
4892
- #: wppa-import.php:2610
4893
- #, php-format
4894
- msgid "Value %s is not valid for %s."
4895
- msgstr "Valeur %s n’est pas valide pour %s."
4896
-
4897
- #: wppa-import.php:2614
4898
- msgid "This value is ignored."
4899
- msgstr "Cette valeur est ignorée."
4900
-
4901
- #: wppa-import.php:2741
4902
- msgid "Error: unexpected fgets() fail in wppa_get_meta_data()."
4903
- msgstr "Erreur: erreur fgets() non attendue dans wppa_get_meta_data()."
4904
-
4905
- #: wppa-import.php:2762
4906
- msgid "Class ZipArchive does not exist! Check your php configuration"
4907
- msgstr "La classe ZipArchive n'existe pas! Vérifier la configuration PHP"
4908
-
4909
- #: wppa-import.php:2795
4910
- #, php-format
4911
- msgid ""
4912
- "File %s is of an unsupported filetype and has been ignored during extraction."
4913
- msgstr ""
4914
- "Le fichier %s est d'un format non supporté et a été ignoré pendant "
4915
- "l'extraction."
4916
-
4917
- #: wppa-import.php:2801
4918
- #, php-format
4919
- msgid "Zipfile %s processed. %s files extracted, %s files skipped."
4920
- msgstr "Fichier ZIP %s traité. %s fichiers extraits, %s fichiers ignorés."
4921
-
4922
- #: wppa-import.php:2804
4923
- msgid "Failed to extract"
4924
- msgstr "Échec à l'extraction."
4925
-
4926
- #: wppa-import.php:2870
4927
- #, php-format
4928
- msgid "Page <a href=\"%s\" target=\"_blank\" >%s</a> created."
4929
- msgstr "Page <a href=\"%s\" target=\"_blank\" >%s</a> créée."
4930
-
4931
- #: wppa-import.php:2874
4932
- msgid "Could not create page."
4933
- msgstr "Impossible de créer la page."
4934
-
4935
- #: wppa-import.php:2893
4936
- #, php-format
4937
- msgid ".csv file %s has been moved to your depot."
4938
- msgstr "Le fichier .csv %s a été déplacé vers votre dépôt."
4939
-
4940
- #: wppa-import.php:2997
4941
- msgid "--- My depot --- "
4942
- msgstr "--- Mon dépôt ---"
4943
-
4944
- #: wppa-import.php:3006
4945
- msgid "--- Ngg Galleries --- "
4946
- msgstr "--- Ngg Galleries --- "
4947
-
4948
- #: wppa-init.php:197
4949
- msgid ""
4950
- "</strong><h3>WP Photo ALbum Plus Error message</h3>This is a multi site "
4951
- "installation. One of the following 3 lines must be entered in wp-config.php:"
4952
- msgstr ""
4953
- "</strong><h3>Message d'erreur WP Photo Album Plus</h3>Ceci est une "
4954
- "installation multisite. Une des trois lignes suivantes doit être ajoutée "
4955
- "dans le fichier wp-config.php:"
4956
-
4957
- #: wppa-init.php:198
4958
- msgid ""
4959
- "<br /><br /><b>define( 'WPPA_MULTISITE_INDIVIDUAL', true );</b> <small>// "
4960
- "Multisite WP 3.5 or later with every site its own albums and photos</small>"
4961
- msgstr ""
4962
- "<br /><br /><b>define( 'WPPA_MULTISITE_INDIVIDUAL', true );</b> <small>// "
4963
- "Multisite avec WordPress en version 3.5 ou supérieure, chaque site "
4964
- "comportant ses propres albums et photos</small>"
4965
-
4966
- #: wppa-init.php:199
4967
- msgid ""
4968
- "<br /><b>define( 'WPPA_MULTISITE_BLOGSDIR', true );</b> <small>// Multisite "
4969
- "prior to WP 3.5 with every site its own albums and photos</small>"
4970
- msgstr ""
4971
- "<br /><b>define( 'WPPA_MULTISITE_BLOGSDIR', true );</b> <small>// Multisite "
4972
- "avec WordPress en version 3.5 ou inférieure, chaque site comportant ses "
4973
- "propres albums et photos</small>"
4974
-
4975
- #: wppa-init.php:200
4976
- msgid ""
4977
- "<br /><b>define( 'WPPA_MULTISITE_GLOBAL', true );</b> <small>// Multisite "
4978
- "with one common set of albums and photos</small>"
4979
- msgstr ""
4980
- "<br /><b>define( 'WPPA_MULTISITE_GLOBAL', true );</b> <small>// Multisite "
4981
- "avec en commun un set d'albums et de photos</small>"
4982
-
4983
- #: wppa-init.php:201
4984
- msgid ""
4985
- "<br /><br />For more information see: <a href=\"https://wordpress.org/"
4986
- "plugins/wp-photo-album-plus/faq/\">the faq</a>"
4987
- msgstr ""
4988
- "<br /><br />Pour de plus amples informations voir: <a href=\"https://"
4989
- "wordpress.org/plugins/wp-photo-album-plus/faq/\">the faq</a>"
4990
-
4991
- #: wppa-init.php:202
4992
- msgid ""
4993
- "<br /><br /><em>If you upload photos, they will be placed in the wrong "
4994
- "location and will not be visible for visitors!</em><strong>"
4995
- msgstr ""
4996
- "<br /><br /><em>Si vous chargez des photos, elles seront placées au mauvais "
4997
- "endroit et ne seront pas visibles des visiteurs!</em><strong>"
4998
-
4999
- #: wppa-init.php:236
5000
- msgid ""
5001
- "The avarage ratings need to be recalculated. Please run <i>Photo Albums -> "
5002
- "Settings</i> admin page <i>Table VIII-A5</i>"
5003
- msgstr ""
5004
- "Les cotes avarage doivent être recalculées. S’il vous plaît exécuter "
5005
- "<i>Albums photos -> Réglages</i> admin page <i>Tableau VIII-A5</i>"
5006
-
5007
- #: wppa-init.php:242
5008
- #, fuzzy
5009
- msgid ""
5010
- "Please do not forget to re-enable cron jobs for wppa when you are ready "
5011
- "doing your bulk actions. See <i>Table VIII-A0.2</i>"
5012
- msgstr ""
5013
- "N'oubliez pas de réactiver les travaux de cron pour wppa lorsque vous êtes "
5014
- "prêt à faire vos actions en bloc. Voir le <i>tableau VIII-A0.2</i>"
5015
-
5016
- #: wppa-init.php:247
5017
- #, fuzzy
5018
- msgid "Please finish setting up WP Photo Album Plus on"
5019
- msgstr "Veuillez terminer le paramétrage de WP Photo ALbum Plus sur"
5020
-
5021
- #: wppa-init.php:247
5022
- msgid "this page"
5023
- msgstr "cette page"
5024
-
5025
- #: wppa-init.php:270
5026
- msgid ""
5027
- "</strong>The tags system needs to be converted. Please run <b>Photo Albums -"
5028
- "> Settings</b> admin page <b>Table VIII-B16</b><strong>"
5029
- msgstr ""
5030
- "</strong>Le système de tags nécessite une conversion. Veuillez lancer "
5031
- "<b>Albums photo -> Réglages</b> page d'administration <b>Table VIII-B16</"
5032
- "b><strong>"
5033
-
5034
- #: wppa-init.php:292
5035
- msgid ""
5036
- "</strong>The cats system needs to be converted. Please run <b>Photo Albums -"
5037
- "> Settings</b> admin page <b>Table VIII-B17</b><strong>"
5038
- msgstr ""
5039
- "</strong>La système de categories nécessite une conversion. Veuillez lancez "
5040
- "<b>Albums photo -> Réglages</b> page d'administration <b>Table VIII-B17</"
5041
- "b><strong>"
5042
-
5043
- #: wppa-init.php:318
5044
- #, php-format
5045
- msgid ""
5046
- "WPPA scripts will no longer be supported in version 6.6. Please convert the "
5047
- "%%wppa%% scripts to [wppa][/wppa] shortcodes before upgrading to version 6.6."
5048
- msgstr ""
5049
- "Scripts WPPA ne seront plus pris en charge dans la version 6.6. S'il vous "
5050
- "plaît convertir les %%wppa%% scripts à codes courts [wppa][/ wppa] avant de "
5051
- "passer à la version 6.6."
5052
-
5053
- #: wppa-init.php:320
5054
- msgid "WPPA scripts found in the following Pages / Posts"
5055
- msgstr "Scripts WPPA trouvés dans les Pages / messages suivants"
5056
-
5057
- #: wppa-init.php:339
5058
- #, php-format
5059
- msgid "For more information see the %s documentation page"
5060
- msgstr "Pour plus d'informations, voir la page de documentation %s"
5061
-
5062
- #: wppa-items.php:281 wppa-thumbnails.php:1968
5063
- msgid "Gold medal"
5064
- msgstr "Médaille d'or"
5065
-
5066
- #: wppa-items.php:281 wppa-photo-admin-autosave.php:862
5067
- #: wppa-photo-admin-autosave.php:889 wppa-photo-admin-autosave.php:2453
5068
- #: wppa-photo-admin-autosave.php:2687 wppa-photo-admin-autosave.php:2698
5069
- #: wppa-potd-admin.php:228
5070
- msgid "Gold"
5071
- msgstr "Or"
5072
-
5073
- #: wppa-items.php:282 wppa-thumbnails.php:1969
5074
- msgid "Silver medal"
5075
- msgstr "Médaille d'argent"
5076
-
5077
- #: wppa-items.php:282 wppa-photo-admin-autosave.php:865
5078
- #: wppa-photo-admin-autosave.php:890 wppa-photo-admin-autosave.php:2454
5079
- #: wppa-photo-admin-autosave.php:2688 wppa-photo-admin-autosave.php:2699
5080
- #: wppa-potd-admin.php:229
5081
- msgid "Silver"
5082
- msgstr "Argent"
5083
-
5084
- #: wppa-items.php:283 wppa-thumbnails.php:1970
5085
- msgid "Bronze medal"
5086
- msgstr "Médaille de bronze"
5087
-
5088
- #: wppa-items.php:283 wppa-photo-admin-autosave.php:868
5089
- #: wppa-photo-admin-autosave.php:891 wppa-photo-admin-autosave.php:2455
5090
- #: wppa-photo-admin-autosave.php:2689 wppa-photo-admin-autosave.php:2700
5091
- #: wppa-potd-admin.php:230
5092
- msgid "Bronze"
5093
- msgstr "Bronze"
5094
-
5095
- #: wppa-items.php:368 wppa-items.php:669 wppa-settings-autosave.php:2396
5096
- #: wppa-settings-autosave.php:2425 wppa-settings-autosave.php:2436
5097
- #: wppa-settings-autosave.php:3074 wppa-settings-autosave.php:3683
5098
- msgid "none"
5099
- msgstr "aucun"
5100
-
5101
- #: wppa-items.php:384
5102
- msgid "Nomen Nescio"
5103
- msgstr "Nomen nescio"
5104
-
5105
- #: wppa-items.php:387
5106
- msgid "Anonymus"
5107
- msgstr "Anonymus"
5108
-
5109
- #: wppa-items.php:413 wppa-items.php:688 wppa-upload.php:132
5110
- #: wppa-upload.php:144
5111
- msgid "unknown"
5112
- msgstr "inconnu"
5113
-
5114
- #: wppa-items.php:501 wppa-items.php:544
5115
- msgid "--- deleted ---"
5116
- msgstr "--- supprimé ---"
5117
-
5118
- #: wppa-items.php:516 wppa-tinymce-shortcodes.php:321 wppa-upldr-widget.php:240
5119
- #: wppa-utils.php:496
5120
- msgid "All albums"
5121
- msgstr "Tous les albums"
5122
-
5123
- #: wppa-items.php:525
5124
- msgid "My and public albums"
5125
- msgstr "Mon et albums publics"
5126
-
5127
- #: wppa-lasten-widget.php:13
5128
- msgid "Display most recently uploaded photos"
5129
- msgstr "Afficher les photos téléchargées le plus récemment"
5130
-
5131
- #: wppa-lasten-widget.php:14
5132
- msgid "WPPA+ Last Ten Photos"
5133
- msgstr "WPPA+ Dix Dernières Photos"
5134
-
5135
- #: wppa-lasten-widget.php:36 wppa-lasten-widget.php:46
5136
- #: wppa-lasten-widget.php:187
5137
- msgid "Last Ten Photos"
5138
- msgstr "Dix dernières photos chargées"
5139
-
5140
- #: wppa-lasten-widget.php:132 wppa-non-admin.php:994
5141
- msgid "View the most recent uploaded photos"
5142
- msgstr "Voir les photos chargées les plus récentes"
5143
-
5144
- #: wppa-lasten-widget.php:156 wppa-non-admin.php:996
5145
- msgid "There are no uploaded photos (yet)"
5146
- msgstr "Il n'y a pas de (encore) de photo chargées"
5147
-
5148
- #: wppa-lasten-widget.php:215
5149
- msgid ""
5150
- "Select --- multiple see below --- in the Album selection box. Then enter "
5151
- "album numbers seperated by commas"
5152
- msgstr ""
5153
- "Sélectionner --- multi-sélection voir ci-dessous --- dans la boîte de "
5154
- "sélection Album. Ensuite, entrer les numéros des albums séparés par des "
5155
- "virgules."
5156
-
5157
- #: wppa-lasten-widget.php:220
5158
- msgid "Include subalbums"
5159
- msgstr "Inclure des sous-albums"
5160
-
5161
- #: wppa-lasten-widget.php:223 wppa-thumbnail-widget.php:217
5162
- #: wppa-topten-widget.php:334
5163
- msgid "thumbnail images"
5164
- msgstr "Vignettes"
5165
-
5166
- #: wppa-lasten-widget.php:224 wppa-thumbnail-widget.php:218
5167
- #: wppa-topten-widget.php:335
5168
- msgid "photo names"
5169
- msgstr "noms des photos"
5170
-
5171
- #: wppa-lasten-widget.php:230 wppa-settings-autosave.php:2097
5172
- msgid "Display type"
5173
- msgstr "Type d’affichage"
5174
-
5175
- #: wppa-lasten-widget.php:234
5176
- msgid "Show time since"
5177
- msgstr "Afficher la durée depuis"
5178
-
5179
- #: wppa-lasten-widget.php:239
5180
- msgid "Table I-F7 and 8"
5181
- msgstr "Tableau I-F7 et 8"
5182
-
5183
- #: wppa-links.php:797
5184
- msgid "App"
5185
- msgstr "App"
5186
-
5187
- #: wppa-links.php:798
5188
- msgid "Mod"
5189
- msgstr "Mod"
5190
-
5191
- #: wppa-links.php:799
5192
- msgid "Del"
5193
- msgstr "Del"
5194
-
5195
- #: wppa-links.php:803 wppa-links.php:820
5196
- msgid "Are you sure you want to publish this photo?"
5197
- msgstr "Êtes-vous sûr de vouloir publier cette photo ?"
5198
-
5199
- #: wppa-links.php:815 wppa-settings-autosave.php:6267
5200
- msgid "Moderate"
5201
- msgstr "Modérer"
5202
-
5203
- #: wppa-links.php:832
5204
- msgid "PhotoAdmin"
5205
- msgstr "Admin Photo"
5206
-
5207
- #: wppa-links.php:833
5208
- msgid "CommentAdmin"
5209
- msgstr "Admin Commentaires"
5210
-
5211
- #: wppa-links.php:837
5212
- msgid "Are you sure you want to publish this comment?"
5213
- msgstr "Êtes-vous sûr de vouloir publier ce commentaire ?"
5214
-
5215
- #: wppa-links.php:849
5216
- msgid "Are you sure you want to remove this comment?"
5217
- msgstr "Êtes-vous sûr de vouloir supprimer ce commentaire ?"
5218
-
5219
- #: wppa-links.php:863
5220
- #, php-format
5221
- msgid "Scheduled for %s"
5222
- msgstr "Planifié pour %s"
5223
-
5224
- #: wppa-links.php:1202 wppa-links.php:1205
5225
- msgid "Previous"
5226
- msgstr "Préc."
5227
-
5228
- #: wppa-links.php:1212 wppa-links.php:1215 wppa-non-admin.php:860
5229
- msgid "Next"
5230
- msgstr "Suiv."
5231
-
5232
- #: wppa-links.php:1269
5233
- msgid "Download Album"
5234
- msgstr "Télécharger album"
5235
-
5236
- #: wppa-links.php:1420
5237
- msgid "View thumbnails"
5238
- msgstr "Visualiser les vignettes"
5239
-
5240
- #: wppa-links.php:1433
5241
- msgid "View fullsize slideshow"
5242
- msgstr "Voir le diaporama fullsize"
5243
-
5244
- #: wppa-maintenance.php:98
5245
- msgid "You can run only one maintenance procedure at a time"
5246
- msgstr "Vous ne pouvez lancer qu'un processus de maintenance à la fois"
5247
-
5248
- #: wppa-maintenance.php:206
5249
- msgid "Orphan photos"
5250
- msgstr "Photo orphelines"
5251
-
5252
- #: wppa-maintenance.php:206
5253
- msgid "This album contains refound lost photos"
5254
- msgstr "Cet album contient des photos perdues"
5255
-
5256
- #: wppa-maintenance.php:234
5257
- msgid "Feature must be enabled in Table IV-A28 first"
5258
- msgstr "Feature doit être activé dans le Table IV-A28 premier"
5259
-
5260
- #: wppa-maintenance.php:241
5261
- #, php-format
5262
- msgid "From album %d does not exist"
5263
- msgstr "l'Album de source %d n'existe pas"
5264
-
5265
- #: wppa-maintenance.php:246
5266
- #, php-format
5267
- msgid "To album %d does not exist"
5268
- msgstr "l'Album de destination %d n'existe pas"
5269
-
5270
- #: wppa-maintenance.php:250
5271
- msgid "From and To albums are identical"
5272
- msgstr "Les albums de source et de destination sont identiques"
5273
-
5274
- #: wppa-maintenance.php:1154
5275
- #, php-format
5276
- msgid ""
5277
- "List of Searcheable words <small>( Max 1000 entries of total %d )</small>"
5278
- msgstr "Liste des mots trouvable <small>(Max 1000 entrées du total %d)</small>"
5279
-
5280
- #: wppa-maintenance.php:1187
5281
- msgid "There are no index items."
5282
- msgstr "Il n'y a pas d'entités index."
5283
-
5284
- #: wppa-maintenance.php:1197
5285
- msgid "List of WPPA+ log messages"
5286
- msgstr "Liste des WPPA+ log messages"
5287
-
5288
- #: wppa-maintenance.php:1202
5289
- msgid "There are no log messages"
5290
- msgstr "Il n'y a pas de log messages"
5291
-
5292
- #: wppa-maintenance.php:1223
5293
- #, php-format
5294
- msgid "List of recent ratings <small>( Max 1000 entries of total %d )</small>"
5295
- msgstr ""
5296
- "Liste des évaluations récentes <small>(Max 1000 entrées du total %d)</small>"
5297
-
5298
- #: wppa-maintenance.php:1273
5299
- msgid "There are no ratings"
5300
- msgstr "Il n'y a pas de notes"
5301
-
5302
- #: wppa-maintenance.php:1284
5303
- #, php-format
5304
- msgid "List of sessions <small>( Max 1000 entries of total %d )</small>"
5305
- msgstr "Liste des sessions <small>(Max 1000 entrées du total% d)</small>"
5306
-
5307
- #: wppa-maintenance.php:1346
5308
- msgid "There are no active sessions"
5309
- msgstr "Il n'y a pas de sessions actives"
5310
-
5311
- #: wppa-maintenance.php:1363
5312
- #, php-format
5313
- msgid "List of comments <small>( Max 1000 entries of total %d )</small>"
5314
- msgstr "Liste des commentaires <small>(Max 1000 entrées du total %d)</small>"
5315
-
5316
- #: wppa-maintenance.php:1409
5317
- msgid "There are no comments"
5318
- msgstr "Il n’y a aucun commentaire"
5319
-
5320
- #: wppa-maintenance.php:1526
5321
- msgid "WP Photo Album Plus Logfile"
5322
- msgstr "WP Photo Album Plus Ficher Journal"
5323
-
5324
- #: wppa-multitag-widget.php:13
5325
- msgid "Display checkboxes to select photos by one or more tags"
5326
- msgstr ""
5327
- "Afficher les cases à cocher pour sélectionner des photos par une ou "
5328
- "plusieurs balises"
5329
-
5330
- #: wppa-multitag-widget.php:14
5331
- msgid "WPPA+ Photo Tags Filter"
5332
- msgstr "WPPA+ Filtre de mots-clés de photos"
5333
-
5334
- #: wppa-multitag-widget.php:34 wppa-multitag-widget.php:68
5335
- msgid "Photo Tags Filter"
5336
- msgstr "Filtre tags photo"
5337
-
5338
- #: wppa-multitag-widget.php:80
5339
- msgid "Number of columns"
5340
- msgstr "Nombre de colonnes"
5341
-
5342
- #: wppa-multitag-widget.php:90 wppa-tagcloud-widget.php:83
5343
- #, fuzzy
5344
- msgid "Select multiple tags or --- all ---"
5345
- msgstr "Choisir des tags en sélection multiple ou --- tout ---:"
5346
-
5347
- #: wppa-multitag-widget.php:96 wppa-tagcloud-widget.php:92
5348
- msgid "Currently selected tags"
5349
- msgstr "Tags actuellement sélectionné"
5350
-
5351
- #: wppa-non-admin.php:430
5352
- msgid "Press f for fullscreen."
5353
- msgstr "Appuyez sur f pour le plein écran."
5354
-
5355
- #: wppa-non-admin.php:576
5356
- msgid ""
5357
- "Keys: f = next mode; q,x = exit; p = previous, n = next, s = start/stop, d = "
5358
- "dismiss this notice."
5359
- msgstr ""
5360
- "Touches: f = mode suiv.; q,x = sortir; p = préc., n = next, s = lancer/"
5361
- "arrêter, d = abandonner cette note."
5362
-
5363
- #: wppa-non-admin.php:577
5364
- msgid "Keys: f = next mode; q,x = exit; d = dismiss this notice."
5365
- msgstr "Touches: f = mode suiv.; q,x = sortir; d = abandonner cette note."
5366
-
5367
- #: wppa-non-admin.php:582
5368
- msgid "Toggle fullscreen"
5369
- msgstr "Tasculer en plein écran"
5370
-
5371
- #: wppa-non-admin.php:851 wppa-settings-autosave.php:3892
5372
- #: wppa-slideshow.php:328
5373
- msgid "Start"
5374
- msgstr "Démarrer"
5375
-
5376
- #: wppa-non-admin.php:852
5377
- msgid "Stop"
5378
- msgstr "Arrêter"
5379
-
5380
- #: wppa-non-admin.php:853 wppa-slideshow.php:260 wppa-slideshow.php:320
5381
- msgid "Slower"
5382
- msgstr "Ralentir"
5383
-
5384
- #: wppa-non-admin.php:854 wppa-slideshow.php:280 wppa-slideshow.php:336
5385
- msgid "Faster"
5386
- msgstr "Accélérer"
5387
-
5388
- #: wppa-non-admin.php:856
5389
- msgid "of"
5390
- msgstr "de"
5391
-
5392
- #: wppa-non-admin.php:857 wppa-slideshow.php:1581
5393
- msgid "Previous photo"
5394
- msgstr "Photo précédente"
5395
-
5396
- #: wppa-non-admin.php:858 wppa-slideshow.php:1590
5397
- msgid "Next photo"
5398
- msgstr "Photo suivante"
5399
-
5400
- #: wppa-non-admin.php:859
5401
- msgid "Prev."
5402
- msgstr "Préc."
5403
-
5404
- #: wppa-non-admin.php:861 wppa-slideshow.php:1007 wppa-slideshow.php:1048
5405
- #: wppa-slideshow.php:1197
5406
- msgid "Average&nbsp;rating"
5407
- msgstr "Note&nbsp;moyenne"
5408
-
5409
- #: wppa-non-admin.php:862 wppa-slideshow.php:1008 wppa-slideshow.php:1156
5410
- msgid "My&nbsp;rating"
5411
- msgstr "Ma&nbsp;note"
5412
-
5413
- #: wppa-non-admin.php:863 wppa-slideshow.php:1007
5414
- msgid "Avg."
5415
- msgstr "Moyen"
5416
-
5417
- #: wppa-non-admin.php:864 wppa-slideshow.php:1008
5418
- msgid "Mine"
5419
- msgstr "Mon"
5420
-
5421
- #: wppa-non-admin.php:865
5422
- msgid "You marked this image as inappropriate."
5423
- msgstr "Vous avez marqué cette image comme inappropriée."
5424
-
5425
- #: wppa-non-admin.php:868
5426
- msgid "Please enter your name"
5427
- msgstr "Entrer votre nom"
5428
-
5429
- #: wppa-non-admin.php:869
5430
- msgid "Please enter a valid email address"
5431
- msgstr "Entrer une adresse email valide"
5432
-
5433
- #: wppa-non-admin.php:870
5434
- msgid "Please enter a comment"
5435
- msgstr "Entrer un commentaire"
5436
-
5437
- #: wppa-non-admin.php:904
5438
- msgid "Double click to start/stop slideshow running"
5439
- msgstr "Double-cliquez pour lancer/arrêter le diaporama"
5440
-
5441
- #: wppa-non-admin.php:905
5442
- msgid "Click to view"
5443
- msgstr "Cliquez pour afficher"
5444
-
5445
- #: wppa-non-admin.php:1000 wppa-photo-admin-autosave.php:670
5446
- #: wppa-potd-widget.php:182
5447
- msgid "By:"
5448
- msgstr "Par:"
5449
-
5450
- #: wppa-non-admin.php:1003
5451
- msgid "No album defined (yet)"
5452
- msgstr "Pas encore d'album défini"
5453
-
5454
- #: wppa-non-admin.php:1007 wppa-thumbnail-widget.php:122
5455
- msgid "There are no photos (yet)"
5456
- msgstr "Il n'y pas encore de photos"
5457
-
5458
- #: wppa-non-admin.php:1010 wppa-upldr-widget.php:100
5459
- msgid "There are too many registered users in the system for this widget"
5460
- msgstr "Il y a trop d'utilisateurs enregistrés dans le système pour ce widget"
5461
-
5462
- #: wppa-non-admin.php:1011 wppa-upldr-widget.php:142 wppa-upldr-widget.php:149
5463
- msgid "Photos uploaded by"
5464
- msgstr "Photos chargées par"
5465
-
5466
- #: wppa-non-admin.php:1015 wppa-thumbnails.php:745 wppa-thumbnails.php:1542
5467
- #: wppa-topten-widget.php:216 wppa-topten-widget.php:239
5468
- #: wppa-topten-widget.php:249
5469
- #, php-format
5470
- msgid "%d view"
5471
- msgid_plural "%d views"
5472
- msgstr[0] "%d vu"
5473
- msgstr[1] "%d vus"
5474
-
5475
- #: wppa-non-admin.php:1017 wppa-topten-widget.php:274
5476
- msgid "There are no rated photos (yet)"
5477
- msgstr "Il n'y a pas (encore) de photos évaluées"
5478
-
5479
- #: wppa-photo-admin-autosave.php:39
5480
- msgid "Edit photos"
5481
- msgstr "Modifier les photos"
5482
-
5483
- #: wppa-photo-admin-autosave.php:59
5484
- msgid "Moderate photos"
5485
- msgstr "Modérer les photos"
5486
-
5487
- #: wppa-photo-admin-autosave.php:177 wppa-photo-admin-autosave.php:2111
5488
- msgid "You do not have the rights to do this"
5489
- msgstr "Vous n'avez pas les droits pour faire cela"
5490
-
5491
- #: wppa-photo-admin-autosave.php:229
5492
- msgid "This photo is no longer awaiting moderation."
5493
- msgstr "Cette photo n'est maintenant plus en attente de modération."
5494
-
5495
- #: wppa-photo-admin-autosave.php:237
5496
- msgid "There are no photos awaiting moderation at this time."
5497
- msgstr "Il n'y a pas de photos en attente de modération pour le moment."
5498
-
5499
- #: wppa-photo-admin-autosave.php:245
5500
- msgid "Manage all photos by timestamp"
5501
- msgstr "Gérer toutes les photo par timestamp"
5502
-
5503
- #: wppa-photo-admin-autosave.php:287
5504
- #, php-format
5505
- msgid "Photo %s has been removed."
5506
- msgstr "La photo %s a été retirée."
5507
-
5508
- #: wppa-photo-admin-autosave.php:299 wppa-photo-admin-autosave.php:2735
5509
- msgid "No photos matching your search criteria."
5510
- msgstr ""
5511
- "Aucune photo correspondant à vos critères de recherche n'a été trouvée."
5512
-
5513
- #: wppa-photo-admin-autosave.php:307 wppa-photo-admin-autosave.php:2741
5514
- msgid "No photos yet in this album."
5515
- msgstr "Pas encore de photo dans cet album"
5516
-
5517
- #: wppa-photo-admin-autosave.php:326 wppa-photo-admin-autosave.php:2366
5518
- msgid "Please select an album to move to first."
5519
- msgstr "Veuillez d'abord sélectionner un album où déplacer la photo"
5520
-
5521
- #: wppa-photo-admin-autosave.php:331 wppa-photo-admin-autosave.php:2371
5522
- msgid "Are you sure you want to move this video?"
5523
- msgstr "Etes-vous sûr que vous voulez déplacer cette vidéo?"
5524
-
5525
- #: wppa-photo-admin-autosave.php:334 wppa-photo-admin-autosave.php:2374
5526
- msgid "Are you sure you want to move this photo?"
5527
- msgstr "Êtes-vous sûr de vouloir déplacer cette photo?"
5528
-
5529
- #: wppa-photo-admin-autosave.php:347
5530
- msgid "Please select an album to copy to first."
5531
- msgstr "S'il vous plaît sélectionner un album à copier d'abord."
5532
-
5533
- #: wppa-photo-admin-autosave.php:352
5534
- msgid "Are you sure you want to copy this video?"
5535
- msgstr "Etes-vous sûr que vous voulez copier cette vidéo?"
5536
-
5537
- #: wppa-photo-admin-autosave.php:355
5538
- msgid "Are you sure you want to copy this photo?"
5539
- msgstr "Êtes-vous sûr de vouloir copier cette photo ?"
5540
-
5541
- #: wppa-photo-admin-autosave.php:368
5542
- msgid "Are you sure you want to delete this video?"
5543
- msgstr "Êtes-vous sûr de vouloir supprimer cette video?"
5544
-
5545
- #: wppa-photo-admin-autosave.php:371 wppa-photo-admin-autosave.php:2567
5546
- msgid "Are you sure you want to delete this photo?"
5547
- msgstr "Êtes-vous sûr de vouloir supprimer cette photo ?"
5548
-
5549
- #: wppa-photo-admin-autosave.php:385
5550
- msgid "Are you sure you want to rotate this photo left?"
5551
- msgstr "Êtes-vous sûr de vouloir pivoter cette photo à gauche?"
5552
-
5553
- #: wppa-photo-admin-autosave.php:394
5554
- msgid "Are you sure you want to rotate this photo 180&deg;?"
5555
- msgstr "Êtes-vous sûr de vouloir pivoter cette photo de 180°?"
5556
-
5557
- #: wppa-photo-admin-autosave.php:403
5558
- msgid "Are you sure you want to rotate this photo right?"
5559
- msgstr "Êtes-vous sûr de vouloir pivoter cette photo à droite?"
5560
-
5561
- #: wppa-photo-admin-autosave.php:412 wppa-photo-admin-autosave.php:421
5562
- msgid "Are you sure you want to flip this photo?"
5563
- msgstr "Êtes-vous sûr de vouloir renverser cette photo ?"
5564
-
5565
- #: wppa-photo-admin-autosave.php:432
5566
- msgid "No watermark selected"
5567
- msgstr "Aucun filigrane sélectionné"
5568
-
5569
- #: wppa-photo-admin-autosave.php:435
5570
- msgid "Are you sure? Once applied it can not be removed!"
5571
- msgstr "Êtes vous sur? Une fois appliqué, ceci ne peut être enlevé!"
5572
-
5573
- #: wppa-photo-admin-autosave.php:437
5574
- msgid "And I do not know if there is already a watermark on this photo"
5575
- msgstr "Et je ne sais pas si il y a pas déjà un filigrane sur cette photo"
5576
-
5577
- #: wppa-photo-admin-autosave.php:446
5578
- msgid "Are you sure you want to magically process this photo?"
5579
- msgstr "Êtes-vous sûr de vouloir magiquement traiter cette photo?"
5580
-
5581
- #: wppa-photo-admin-autosave.php:477
5582
- msgid "Move video"
5583
- msgstr "Déplacer vidéo"
5584
-
5585
- #: wppa-photo-admin-autosave.php:478
5586
- msgid "Move photo"
5587
- msgstr "Déplacer photo"
5588
-
5589
- #: wppa-photo-admin-autosave.php:479
5590
- msgid "Copy video"
5591
- msgstr "Copier vidéo"
5592
-
5593
- #: wppa-photo-admin-autosave.php:480
5594
- msgid "Copy photo"
5595
- msgstr "Copier photo"
5596
-
5597
- #: wppa-photo-admin-autosave.php:544 wppa-watermark.php:616
5598
- msgid "top - left"
5599
- msgstr "haut - gauche"
5600
-
5601
- #: wppa-photo-admin-autosave.php:544 wppa-watermark.php:616
5602
- msgid "top - center"
5603
- msgstr "haut - centre"
5604
-
5605
- #: wppa-photo-admin-autosave.php:544 wppa-watermark.php:616
5606
- msgid "top - right"
5607
- msgstr "haut - droite"
5608
-
5609
- #: wppa-photo-admin-autosave.php:545 wppa-watermark.php:617
5610
- msgid "center - left"
5611
- msgstr "centre -gauche"
5612
-
5613
- #: wppa-photo-admin-autosave.php:545 wppa-watermark.php:617
5614
- msgid "center - center"
5615
- msgstr "centre - centre"
5616
-
5617
- #: wppa-photo-admin-autosave.php:545 wppa-watermark.php:617
5618
- msgid "center - right"
5619
- msgstr "centre - droit"
5620
-
5621
- #: wppa-photo-admin-autosave.php:546 wppa-watermark.php:618
5622
- msgid "bottom - left"
5623
- msgstr "bas - gauche"
5624
-
5625
- #: wppa-photo-admin-autosave.php:546 wppa-watermark.php:618
5626
- msgid "bottom - center"
5627
- msgstr "bas - centre"
5628
-
5629
- #: wppa-photo-admin-autosave.php:546 wppa-watermark.php:618
5630
- msgid "bottom - right"
5631
- msgstr "bas - droit"
5632
-
5633
- #: wppa-photo-admin-autosave.php:550
5634
- #, php-format
5635
- msgid "Edit/Moderate photos from album %s by %s"
5636
- msgstr "Modifier / Modérer les photos de l'album %s par %s"
5637
-
5638
- #: wppa-photo-admin-autosave.php:606
5639
- msgid "Preview fullsize video"
5640
- msgstr "Prévisualiser la photo pleine taille"
5641
-
5642
- #: wppa-photo-admin-autosave.php:627
5643
- msgid "Preview fullsize photo"
5644
- msgstr "Prévisualiser la photo en taille réelle"
5645
-
5646
- #: wppa-photo-admin-autosave.php:645
5647
- msgid "Audio disabled"
5648
- msgstr "Audio désactivé"
5649
-
5650
- #: wppa-photo-admin-autosave.php:664
5651
- msgid "Filename:"
5652
- msgstr "Nom du fichier:"
5653
-
5654
- #: wppa-photo-admin-autosave.php:667
5655
- msgid "Upload:"
5656
- msgstr "Chargement:"
5657
-
5658
- #: wppa-photo-admin-autosave.php:691
5659
- #, php-format
5660
- msgid "Album: %d (%s)."
5661
- msgstr "Album: %d (%s)."
5662
-
5663
- #: wppa-photo-admin-autosave.php:697
5664
- msgid "Trashed"
5665
- msgstr "Supprimé"
5666
-
5667
- #: wppa-photo-admin-autosave.php:715
5668
- msgid "EXIF Date:"
5669
- msgstr "Date EXIF:"
5670
-
5671
- #: wppa-photo-admin-autosave.php:735
5672
- msgid "Location:"
5673
- msgstr "Lieu:"
5674
-
5675
- #: wppa-photo-admin-autosave.php:741
5676
- msgid "Lat:"
5677
- msgstr "Lat:"
5678
-
5679
- #: wppa-photo-admin-autosave.php:750
5680
- msgid "Lon:"
5681
- msgstr "Lon:"
5682
-
5683
- #: wppa-photo-admin-autosave.php:763
5684
- msgid "Photo sort order #:"
5685
- msgstr "Ordre de tri de la photo #:"
5686
-
5687
- #: wppa-photo-admin-autosave.php:786
5688
- msgid "Likes:"
5689
- msgstr "Les \"j’aime\":"
5690
-
5691
- #: wppa-photo-admin-autosave.php:792
5692
- msgid "Rating:"
5693
- msgstr "Note:"
5694
-
5695
- #: wppa-photo-admin-autosave.php:793
5696
- msgid "Entries:"
5697
- msgstr "Entrées:"
5698
-
5699
- #: wppa-photo-admin-autosave.php:795
5700
- msgid "Mean value:"
5701
- msgstr "Valeur moyenne:"
5702
-
5703
- #: wppa-photo-admin-autosave.php:809
5704
- #, php-format
5705
- msgid "Disliked by %d visitor"
5706
- msgid_plural "Disliked by %d visitors"
5707
- msgstr[0] "Non aimé par %d visiteur"
5708
- msgstr[1] "Non aimé par %d visiteurs"
5709
-
5710
- #: wppa-photo-admin-autosave.php:816
5711
- #, php-format
5712
- msgid "%d pending votes."
5713
- msgstr "%d votes en attente."
5714
-
5715
- #: wppa-photo-admin-autosave.php:823
5716
- msgid "Views"
5717
- msgstr "Vues"
5718
-
5719
- #: wppa-photo-admin-autosave.php:831
5720
- msgid "Clicks"
5721
- msgstr "Clics"
5722
-
5723
- #: wppa-photo-admin-autosave.php:838
5724
- msgid "Status:"
5725
- msgstr "Statut:"
5726
-
5727
- #: wppa-photo-admin-autosave.php:856 wppa-photo-admin-autosave.php:887
5728
- #: wppa-photo-admin-autosave.php:2450 wppa-photo-admin-autosave.php:2684
5729
- #: wppa-photo-admin-autosave.php:2696 wppa-potd-admin.php:226
5730
- msgid "Publish"
5731
- msgstr "Publier"
5732
-
5733
- #: wppa-photo-admin-autosave.php:859 wppa-photo-admin-autosave.php:888
5734
- #: wppa-photo-admin-autosave.php:2452 wppa-photo-admin-autosave.php:2686
5735
- #: wppa-potd-admin.php:227
5736
- msgid "Featured"
5737
- msgstr "Recommandé"
5738
-
5739
- #: wppa-photo-admin-autosave.php:871 wppa-photo-admin-autosave.php:892
5740
- #: wppa-photo-admin-autosave.php:2456 wppa-photo-admin-autosave.php:2690
5741
- #: wppa-photo-admin-autosave.php:2701
5742
- msgid "Scheduled"
5743
- msgstr "Planifié"
5744
-
5745
- #: wppa-photo-admin-autosave.php:874 wppa-photo-admin-autosave.php:893
5746
- #: wppa-photo-admin-autosave.php:2457 wppa-photo-admin-autosave.php:2691
5747
- #: wppa-photo-admin-autosave.php:2702
5748
- msgid "Private"
5749
- msgstr "Privé"
5750
-
5751
- #: wppa-photo-admin-autosave.php:897
5752
- msgid ""
5753
- "Note: Featured photos should have a descriptive name; a name a search engine "
5754
- "will look for!"
5755
- msgstr ""
5756
- "Note: Les photos recommandées devraient avoir un nom associé; un nom qu'un "
5757
- "moteur de recherche puisse indexer!"
5758
-
5759
- #: wppa-photo-admin-autosave.php:905
5760
- msgid "Delete at"
5761
- msgstr "Supprimer à"
5762
-
5763
- #: wppa-photo-admin-autosave.php:925
5764
- #, php-format
5765
- msgid "Video %s is not modified yet"
5766
- msgstr "Vidéo %s pas encore modifiée"
5767
-
5768
- #: wppa-photo-admin-autosave.php:926
5769
- #, php-format
5770
- msgid "Photo %s is not modified yet"
5771
- msgstr "Photo %s non encore modifiée"
5772
-
5773
- #: wppa-photo-admin-autosave.php:934
5774
- msgid "Available files:"
5775
- msgstr "Fichiers disponibles:"
5776
-
5777
- #: wppa-photo-admin-autosave.php:938
5778
- msgid "Source file:"
5779
- msgstr "Fichier source:"
5780
-
5781
- #: wppa-photo-admin-autosave.php:948 wppa-photo-admin-autosave.php:965
5782
- #: wppa-photo-admin-autosave.php:982
5783
- msgid "Unavailable"
5784
- msgstr "Non disponible"
5785
-
5786
- #: wppa-photo-admin-autosave.php:953
5787
- msgid "Poster file:"
5788
- msgstr "Fichier de l'affiche:"
5789
-
5790
- #: wppa-photo-admin-autosave.php:953
5791
- msgid "Display file:"
5792
- msgstr "Afficher fichier:"
5793
-
5794
- #: wppa-photo-admin-autosave.php:972
5795
- msgid "Thumbnail file:"
5796
- msgstr "Fichier vignette:"
5797
-
5798
- #: wppa-photo-admin-autosave.php:993
5799
- msgid "Video size:"
5800
- msgstr "Taille de la vidéo:"
5801
-
5802
- #: wppa-photo-admin-autosave.php:994
5803
- msgid "Width:"
5804
- msgstr "Largeur:"
5805
-
5806
- #: wppa-photo-admin-autosave.php:1001 wppa-photo-admin-autosave.php:1009
5807
- #, php-format
5808
- msgid "pix, (0=default:%s)"
5809
- msgstr "pix, (0=default:%s)"
5810
-
5811
- #: wppa-photo-admin-autosave.php:1002
5812
- msgid "Height:"
5813
- msgstr "Hauteur:"
5814
-
5815
- #: wppa-photo-admin-autosave.php:1011 wppa-photo-admin-autosave.php:1031
5816
- msgid "Formats:"
5817
- msgstr "Formats:"
5818
-
5819
- #: wppa-photo-admin-autosave.php:1016 wppa-photo-admin-autosave.php:1036
5820
- msgid "Filesize:"
5821
- msgstr "Taille du fichier:"
5822
-
5823
- #: wppa-photo-admin-autosave.php:1070
5824
- msgid "Stereophoto:"
5825
- msgstr "Photo stéréo:"
5826
-
5827
- #: wppa-photo-admin-autosave.php:1076
5828
- msgid "no stereo image or ready anaglyph"
5829
- msgstr "pas d'image stéréo ou d'anaglyphe prêt"
5830
-
5831
- #: wppa-photo-admin-autosave.php:1079
5832
- msgid "Left - right stereo image"
5833
- msgstr "Image stéréo gauche-droite"
5834
-
5835
- #: wppa-photo-admin-autosave.php:1082
5836
- msgid "Right - left stereo image"
5837
- msgstr "Image stéréo droite-gauche"
5838
-
5839
- #: wppa-photo-admin-autosave.php:1086
5840
- msgid "Images:"
5841
- msgstr "Images:"
5842
-
5843
- #: wppa-photo-admin-autosave.php:1118 wppa-photo-admin-autosave.php:1149
5844
- msgid "Watermark:"
5845
- msgstr "Filigrane:"
5846
-
5847
- #: wppa-photo-admin-autosave.php:1126 wppa-photo-admin-autosave.php:1152
5848
- msgid "Pos:"
5849
- msgstr "Pos:"
5850
-
5851
- #: wppa-photo-admin-autosave.php:1136
5852
- msgid "Apply watermark"
5853
- msgstr "Appliquer le filigrane"
5854
-
5855
- #: wppa-photo-admin-autosave.php:1151
5856
- msgid "File:"
5857
- msgstr "Fichier:"
5858
-
5859
- #: wppa-photo-admin-autosave.php:1185 wppa-photo-admin-autosave.php:1380
5860
- msgid "Rotate left"
5861
- msgstr "Pivoter à gauche"
5862
-
5863
- #: wppa-photo-admin-autosave.php:1191 wppa-photo-admin-autosave.php:1389
5864
- msgid "Rotate 180&deg;"
5865
- msgstr "Pivoter de 180 degrés"
5866
-
5867
- #: wppa-photo-admin-autosave.php:1197 wppa-photo-admin-autosave.php:1398
5868
- msgid "Rotate right"
5869
- msgstr "Pivoter à droite"
5870
-
5871
- #: wppa-photo-admin-autosave.php:1203 wppa-photo-admin-autosave.php:1209
5872
- #: wppa-photo-admin-autosave.php:1407
5873
- msgid "Flip"
5874
- msgstr "Renverser"
5875
-
5876
- #: wppa-photo-admin-autosave.php:1220
5877
- msgid "Remake display file and thumbnail file"
5878
- msgstr "Re-générer fichier d'affichage et vignettes"
5879
-
5880
- #: wppa-photo-admin-autosave.php:1222
5881
- msgid "Remake files"
5882
- msgstr "Refaire les fichiers"
5883
-
5884
- #: wppa-photo-admin-autosave.php:1232 wppa-photo-admin-autosave.php:1234
5885
- msgid "Remake thumbnail file"
5886
- msgstr "Refaire la vignette"
5887
-
5888
- #: wppa-photo-admin-autosave.php:1258 wppa-photo-admin-autosave.php:1268
5889
- msgid "Target album for copy/move:"
5890
- msgstr "Album d'objet pour copier/déplacer:"
5891
-
5892
- #: wppa-photo-admin-autosave.php:1273
5893
- msgid "Album id"
5894
- msgstr "ID album"
5895
-
5896
- #: wppa-photo-admin-autosave.php:1302
5897
- #, fuzzy
5898
- msgid "Undelete video"
5899
- msgstr "Supprimer la vidéo"
5900
-
5901
- #: wppa-photo-admin-autosave.php:1302
5902
- #, fuzzy
5903
- msgid "Undelete photo"
5904
- msgstr "Décrochez la photo"
5905
-
5906
- #: wppa-photo-admin-autosave.php:1303
5907
- msgid "Delete video"
5908
- msgstr "Supprimer la vidéo"
5909
-
5910
- #: wppa-photo-admin-autosave.php:1303
5911
- msgid "Delete photo"
5912
- msgstr "Supprimer la photo"
5913
-
5914
- #: wppa-photo-admin-autosave.php:1314
5915
- msgid "Re-upload file"
5916
- msgstr "Re-téléchargement"
5917
-
5918
- #: wppa-photo-admin-autosave.php:1329 wppa-settings-autosave.php:3308
5919
- #: wppa-settings-autosave.php:6265
5920
- msgid "Upload"
5921
- msgstr "Charger"
5922
-
5923
- #: wppa-photo-admin-autosave.php:1366
5924
- msgid ""
5925
- "<b>ImageMagick</b> commands. The operations are executed upon the display "
5926
- "file."
5927
- msgstr ""
5928
- "Commandes <b>ImageMagick</b>. Les opérations sont exécutées sur le fichier "
5929
- "d'affichage."
5930
-
5931
- #: wppa-photo-admin-autosave.php:1367
5932
- msgid "A new thumbnail image will be created from the display file."
5933
- msgstr "Une nouvelle vignette sera créée à partir du fichier d'affichage."
5934
-
5935
- #: wppa-photo-admin-autosave.php:1417
5936
- msgid "Flop"
5937
- msgstr "Flop"
5938
-
5939
- #: wppa-photo-admin-autosave.php:1427
5940
- msgid "Enhance"
5941
- msgstr "Améliorer"
5942
-
5943
- #: wppa-photo-admin-autosave.php:1437
5944
- msgid "Sharpen"
5945
- msgstr "Netteté"
5946
-
5947
- #: wppa-photo-admin-autosave.php:1447
5948
- msgid "Blur"
5949
- msgstr "Flou"
5950
-
5951
- #: wppa-photo-admin-autosave.php:1457
5952
- msgid "Auto Gamma"
5953
- msgstr "Auto Gamma"
5954
-
5955
- #: wppa-photo-admin-autosave.php:1467
5956
- msgid "Auto Level"
5957
- msgstr "Niveau automatique"
5958
-
5959
- #: wppa-photo-admin-autosave.php:1477
5960
- msgid "Contrast+"
5961
- msgstr "Contraste+"
5962
-
5963
- #: wppa-photo-admin-autosave.php:1487
5964
- msgid "Contrast-"
5965
- msgstr "Contraste-"
5966
-
5967
- #: wppa-photo-admin-autosave.php:1497
5968
- msgid "Brightness+"
5969
- msgstr "Luminosité+"
5970
-
5971
- #: wppa-photo-admin-autosave.php:1507
5972
- msgid "Brightness-"
5973
- msgstr "Luminosité-"
5974
-
5975
- #: wppa-photo-admin-autosave.php:1517
5976
- msgid "Despeckle"
5977
- msgstr "Despeckle"
5978
-
5979
- #: wppa-photo-admin-autosave.php:1527
5980
- msgid "Linear gray"
5981
- msgstr "Gris linéaire"
5982
-
5983
- #: wppa-photo-admin-autosave.php:1537
5984
- msgid "Non-linear gray"
5985
- msgstr "Gris non linéaire"
5986
-
5987
- #: wppa-photo-admin-autosave.php:1547
5988
- msgid "Charcoal"
5989
- msgstr "Charbon"
5990
-
5991
- #: wppa-photo-admin-autosave.php:1557
5992
- msgid "Paint"
5993
- msgstr "Peinture"
5994
-
5995
- #: wppa-photo-admin-autosave.php:1567
5996
- msgid "Sepia"
5997
- msgstr "Sépia"
5998
-
5999
- #: wppa-photo-admin-autosave.php:1576
6000
- msgid "<b>ImageMagick</b> command stack"
6001
- msgstr "Pile de commandes <b>ImageMagick</b>"
6002
-
6003
- #: wppa-photo-admin-autosave.php:1589
6004
- msgid "Undo"
6005
- msgstr "Annuler"
6006
-
6007
- #: wppa-photo-admin-autosave.php:1590
6008
- msgid "Undo last Magick command"
6009
- msgstr "Annuler la dernière commande Magick"
6010
-
6011
- #: wppa-photo-admin-autosave.php:1653
6012
- msgid "Photoname:"
6013
- msgstr "Nom de la photo:"
6014
-
6015
- #: wppa-photo-admin-autosave.php:1694
6016
- msgid "Update Photo description"
6017
- msgstr "Modifier la description de la photo"
6018
-
6019
- #: wppa-photo-admin-autosave.php:1740
6020
- msgid "Tags:"
6021
- msgstr "Tags:"
6022
-
6023
- #: wppa-photo-admin-autosave.php:1756
6024
- msgid "Separate tags with commas."
6025
- msgstr "Séparer les tags avec des virgules."
6026
-
6027
- #: wppa-photo-admin-autosave.php:1767
6028
- msgid "- select -"
6029
- msgstr "- Choisir -"
6030
-
6031
- #: wppa-photo-admin-autosave.php:1772
6032
- msgid "- clear -"
6033
- msgstr "- clair -"
6034
-
6035
- #: wppa-photo-admin-autosave.php:1776
6036
- msgid "No tags yet"
6037
- msgstr "Pas encore de tags"
6038
-
6039
- #: wppa-photo-admin-autosave.php:1782
6040
- msgid "Select to add"
6041
- msgstr "Sélectionnez pour ajout"
6042
-
6043
- #: wppa-photo-admin-autosave.php:1830
6044
- msgid "Autopage Permalink:"
6045
- msgstr "Permalien de page auto:"
6046
-
6047
- #: wppa-photo-admin-autosave.php:1847
6048
- msgid "Photo specific link url:"
6049
- msgstr "Photo lien spécifique url:"
6050
-
6051
- #: wppa-photo-admin-autosave.php:1868
6052
- msgid "Same tab"
6053
- msgstr "Même onglet"
6054
-
6055
- #: wppa-photo-admin-autosave.php:1874 wppa-settings-autosave.php:5171
6056
- #: wppa-settings-autosave.php:6234
6057
- msgid "New tab"
6058
- msgstr "Nouvel onglet"
6059
-
6060
- #: wppa-photo-admin-autosave.php:1880
6061
- msgid "Tryit!"
6062
- msgstr "Testez!"
6063
-
6064
- #: wppa-photo-admin-autosave.php:1889
6065
- msgid "Photo specific link title:"
6066
- msgstr "Photo lien spécifique titre:"
6067
-
6068
- #: wppa-photo-admin-autosave.php:1903
6069
- msgid ""
6070
- "If you want this link to be used, check 'PS Overrule' checkbox in table VI."
6071
- msgstr ""
6072
- "Si vous voulez utiliser ce lien, cochez 'PS Overrule' dans la table VI."
6073
-
6074
- #: wppa-photo-admin-autosave.php:1918
6075
- msgid "HTML Alt attribute:"
6076
- msgstr "Attribut HTML alt:"
6077
-
6078
- #: wppa-photo-admin-autosave.php:1942
6079
- msgid "Single image shortcode"
6080
- msgstr "Code court de l'image"
6081
-
6082
- #: wppa-photo-admin-autosave.php:1949
6083
- #, php-format
6084
- msgid "See %s The documentation %s for more shortcode options."
6085
- msgstr "Voir %s La documentation %s pour plus d'options de code court."
6086
-
6087
- #: wppa-photo-admin-autosave.php:1964
6088
- msgid "Permalink"
6089
- msgstr "Permalien"
6090
-
6091
- #: wppa-photo-admin-autosave.php:1979
6092
- msgid "Hi resolution url"
6093
- msgstr "URL du fichier haute résolution"
6094
-
6095
- #: wppa-photo-admin-autosave.php:1994
6096
- msgid "Display file url"
6097
- msgstr "URL du fichier affiché"
6098
-
6099
- #: wppa-photo-admin-autosave.php:2010
6100
- msgid "Thumbnail file url"
6101
- msgstr "URL du fichier vignette"
6102
-
6103
- #: wppa-photo-admin-autosave.php:2067 wppa-photo-admin-autosave.php:2076
6104
- msgid "Trash"
6105
- msgstr "Poubelle"
6106
-
6107
- #: wppa-photo-admin-autosave.php:2206
6108
- #, php-format
6109
- msgid "Time is out after processing %d out of %d items."
6110
- msgstr "Délai dépassé après traitement de %d sur %d entités."
6111
-
6112
- #: wppa-photo-admin-autosave.php:2219
6113
- #, php-format
6114
- msgid "%d photos deleted."
6115
- msgstr "%d photos effacées."
6116
-
6117
- #: wppa-photo-admin-autosave.php:2222
6118
- #, php-format
6119
- msgid "%1$s photos moved to album %2$s."
6120
- msgstr "%1$s photos déplacées vers l'album %2$s."
6121
-
6122
- #: wppa-photo-admin-autosave.php:2225
6123
- #, php-format
6124
- msgid "%1$s photos copied to album %2$s."
6125
- msgstr "%1$s photos copiées dans l'album %2$s."
6126
-
6127
- #: wppa-photo-admin-autosave.php:2228
6128
- #, php-format
6129
- msgid "Changed status to %1$s on %2$s photos."
6130
- msgstr "Statut changé à %1$s sur %2$s photos."
6131
-
6132
- #: wppa-photo-admin-autosave.php:2231
6133
- #, php-format
6134
- msgid "Changed owner to %1$s on %2$s photos."
6135
- msgstr "Propriétaire changé pour %1$s sur %2$s photos."
6136
-
6137
- #: wppa-photo-admin-autosave.php:2234
6138
- #, php-format
6139
- msgid "%d photos processed."
6140
- msgstr "%d photos traitées."
6141
-
6142
- #: wppa-photo-admin-autosave.php:2378
6143
- msgid "Moving..."
6144
- msgstr "Déplacer..."
6145
-
6146
- #: wppa-photo-admin-autosave.php:2425
6147
- msgid "Bulk action:"
6148
- msgstr "Action groupée:"
6149
-
6150
- #: wppa-photo-admin-autosave.php:2429
6151
- msgid "Move to"
6152
- msgstr "Déplacer vers"
6153
-
6154
- #: wppa-photo-admin-autosave.php:2430
6155
- msgid "Copy to"
6156
- msgstr "Copier vers"
6157
-
6158
- #: wppa-photo-admin-autosave.php:2432
6159
- msgid "Set status to"
6160
- msgstr "Régler le statut à"
6161
-
6162
- #: wppa-photo-admin-autosave.php:2435
6163
- msgid "Set owner to"
6164
- msgstr "Régler le propriétaire à"
6165
-
6166
- #: wppa-photo-admin-autosave.php:2448
6167
- msgid "- select a status -"
6168
- msgstr "- Choisir un statut -"
6169
-
6170
- #: wppa-photo-admin-autosave.php:2463
6171
- msgid "- select an owner -"
6172
- msgstr "- Choisir un propriétaire -"
6173
-
6174
- #: wppa-photo-admin-autosave.php:2475
6175
- msgid "Doit!"
6176
- msgstr "Le faire!"
6177
-
6178
- #: wppa-photo-admin-autosave.php:2483
6179
- msgid "the previous page"
6180
- msgstr "la page précédente"
6181
-
6182
- #: wppa-photo-admin-autosave.php:2484
6183
- msgid "the same page"
6184
- msgstr "la même page"
6185
-
6186
- #: wppa-photo-admin-autosave.php:2485
6187
- msgid "the next page"
6188
- msgstr "la page suivante"
6189
-
6190
- #: wppa-photo-admin-autosave.php:2487
6191
- #, php-format
6192
- msgid "Go to %s after Doit!."
6193
- msgstr "Aller vers %s après Le faire!."
6194
-
6195
- #: wppa-photo-admin-autosave.php:2500
6196
- msgid "Confirm delete"
6197
- msgstr "Confirmer Suppression"
6198
-
6199
- #: wppa-photo-admin-autosave.php:2509
6200
- msgid "Confirm move"
6201
- msgstr "Confirmer le déplacement"
6202
-
6203
- #: wppa-photo-admin-autosave.php:2524 wppa-photo-admin-autosave.php:2720
6204
- #: wppa-potd-admin.php:321 wppa-settings-autosave.php:9160
6205
- msgid "Preview"
6206
- msgstr "Prévisualiser"
6207
-
6208
- #: wppa-photo-admin-autosave.php:2529 wppa-photo-admin-autosave.php:2725
6209
- msgid "Remark"
6210
- msgstr "Remarque"
6211
-
6212
- #: wppa-photo-admin-autosave.php:2539
6213
- #, php-format
6214
- msgid "Moderate photos from album %s by %s"
6215
- msgstr "Modérer photos de l'album %s par %s"
6216
-
6217
- #: wppa-photo-admin-autosave.php:2568
6218
- msgid "Deleting..."
6219
- msgstr "Suppression..."
6220
-
6221
- #: wppa-photo-admin-autosave.php:2662
6222
- msgid "Target album for move to:"
6223
- msgstr "Album d'objet pour déplacer:"
6224
-
6225
- #: wppa-photo-admin-autosave.php:2738
6226
- msgid "No photos to moderate"
6227
- msgstr "Aucune photo à modérer"
6228
-
6229
- #: wppa-photo-admin-autosave.php:2746
6230
- #, php-format
6231
- msgid "Page %d is empty, try <a href=\"%s\" >page %d</a>."
6232
- msgstr "La page %d est vide, essayez <a href=\"%s\" >la page %d</a>."
6233
-
6234
- #: wppa-photo-admin-autosave.php:2871
6235
- msgid ""
6236
- "Setting photo sequence order has only effect if the photo order method is "
6237
- "set to <b>Order#</b>"
6238
- msgstr ""
6239
- "Régler l'ordre des photos a seulement un effet si la méthode "
6240
- "d'ordonnancement est réglée à <b>Order#</b>"
6241
-
6242
- #: wppa-photo-admin-autosave.php:2929
6243
- msgid "Id: "
6244
- msgstr "ID:"
6245
-
6246
- #: wppa-photo-admin-autosave.php:2930 wppa-settings-autosave.php:392
6247
- msgid "Video"
6248
- msgstr "Vidéo"
6249
-
6250
- #: wppa-photo-admin-autosave.php:2931 wppa-settings-autosave.php:372
6251
- msgid "Audio"
6252
- msgstr "Audio"
6253
-
6254
- #: wppa-photo-admin-autosave.php:2932
6255
- msgid "Ord: "
6256
- msgstr "Ord:"
6257
-
6258
- #: wppa-photo-admin-autosave.php:2945
6259
- msgid "The album is empty."
6260
- msgstr "Cet album est vide."
6261
-
6262
- #: wppa-photo-admin-autosave.php:3012 wppa-photo-admin-autosave.php:3030
6263
- #: wppa-settings-autosave.php:4643 wppa-setup.php:359
6264
- msgid "Required"
6265
- msgstr "requis"
6266
-
6267
- #: wppa-photo-admin-autosave.php:3055
6268
- msgid "Combined"
6269
- msgstr "Combiné"
6270
-
6271
- #: wppa-photo-admin-autosave.php:3092
6272
- msgid "Word"
6273
- msgstr "Mot"
6274
-
6275
- #: wppa-photo-admin-autosave.php:3095
6276
- msgid "Count"
6277
- msgstr "Compteur"
6278
-
6279
- #: wppa-photo-admin-autosave.php:3147 wppa-settings-autosave.php:6748
6280
- msgid "Tags"
6281
- msgstr "Tags"
6282
-
6283
- #: wppa-photo-admin-autosave.php:3267
6284
- msgid "Send"
6285
- msgstr "Envoyer"
6286
-
6287
- #: wppa-photo-files.php:160 wppa-photo-files.php:161
6288
- #, php-format
6289
- msgid "ERROR: File %s is not a valid picture file."
6290
- msgstr "ERREUR: Le fichier %s n'est pas un fichier image valide."
6291
-
6292
- #: wppa-photo-files.php:339 wppa-photo-files.php:340
6293
- msgid "ERROR: Resized or copied image could not be created."
6294
- msgstr "ERREUR: L'image copiée ou redimensionnée ne peut être créée."
6295
-
6296
- #: wppa-potd-admin.php:55
6297
- msgid "Photo of the Day (Widget) Settings"
6298
- msgstr "Photo du jour (Widget) Paramètres"
6299
-
6300
- #: wppa-potd-admin.php:56
6301
- msgid "Changes are updated immediately. The page will reload if required."
6302
- msgstr ""
6303
- "Les modifications sont immédiatement mis à jour. La page se rechargera si "
6304
- "nécessaire."
6305
-
6306
- #: wppa-potd-admin.php:70 wppa-potd-admin.php:357
6307
- #: wppa-settings-autosave.php:517 wppa-settings-autosave.php:688
6308
- #: wppa-settings-autosave.php:710 wppa-settings-autosave.php:1500
6309
- #: wppa-settings-autosave.php:1521 wppa-settings-autosave.php:3085
6310
- #: wppa-settings-autosave.php:3106 wppa-settings-autosave.php:3491
6311
- #: wppa-settings-autosave.php:3515 wppa-settings-autosave.php:4926
6312
- #: wppa-settings-autosave.php:4947 wppa-settings-autosave.php:5142
6313
- #: wppa-settings-autosave.php:5166 wppa-settings-autosave.php:6229
6314
- #: wppa-settings-autosave.php:6994 wppa-settings-autosave.php:7016
6315
- #: wppa-settings-autosave.php:7867 wppa-settings-autosave.php:7891
6316
- #: wppa-settings-autosave.php:9911 wppa-settings-autosave.php:9932
6317
- #: wppa-settings-autosave.php:9972 wppa-settings-autosave.php:9994
6318
- #: wppa-settings-autosave.php:10040
6319
- msgid "#"
6320
- msgstr "#"
6321
-
6322
- #: wppa-potd-admin.php:73 wppa-potd-admin.php:360
6323
- #: wppa-settings-autosave.php:520 wppa-settings-autosave.php:691
6324
- #: wppa-settings-autosave.php:713 wppa-settings-autosave.php:1503
6325
- #: wppa-settings-autosave.php:1524 wppa-settings-autosave.php:3088
6326
- #: wppa-settings-autosave.php:3518 wppa-settings-autosave.php:4929
6327
- #: wppa-settings-autosave.php:6997 wppa-settings-autosave.php:7894
6328
- #: wppa-settings-autosave.php:9914
6329
- msgid "Setting"
6330
- msgstr "Réglages"
6331
-
6332
- #: wppa-potd-admin.php:74 wppa-potd-admin.php:361
6333
- #: wppa-settings-autosave.php:521 wppa-settings-autosave.php:692
6334
- #: wppa-settings-autosave.php:714 wppa-settings-autosave.php:1504
6335
- #: wppa-settings-autosave.php:1525 wppa-settings-autosave.php:3089
6336
- #: wppa-settings-autosave.php:3113 wppa-settings-autosave.php:3498
6337
- #: wppa-settings-autosave.php:3519 wppa-settings-autosave.php:4930
6338
- #: wppa-settings-autosave.php:4954 wppa-settings-autosave.php:5149
6339
- #: wppa-settings-autosave.php:5173 wppa-settings-autosave.php:6236
6340
- #: wppa-settings-autosave.php:6999 wppa-settings-autosave.php:7023
6341
- #: wppa-settings-autosave.php:7874 wppa-settings-autosave.php:7895
6342
- #: wppa-settings-autosave.php:9915 wppa-settings-autosave.php:9937
6343
- #: wppa-settings-autosave.php:9977 wppa-settings-autosave.php:9999
6344
- #: wppa-settings-autosave.php:10045
6345
- msgid "Help"
6346
- msgstr "Aide"
6347
-
6348
- #: wppa-potd-admin.php:82
6349
- msgid "Widget Title:"
6350
- msgstr "Titre du widget:"
6351
-
6352
- #: wppa-potd-admin.php:83
6353
- msgid "The title of the widget."
6354
- msgstr "Le titre du widget."
6355
-
6356
- #: wppa-potd-admin.php:84
6357
- msgid ""
6358
- "Enter/modify the title for the widget. This is a default and can be "
6359
- "overriden at widget activation."
6360
- msgstr ""
6361
- "Entrer/modifier le titre pour le widget. Ceci est un réglage par défaut et "
6362
- "peut être remplacé à l'activation du widget."
6363
-
6364
- #: wppa-potd-admin.php:89
6365
- msgid "Widget Photo Width:"
6366
- msgstr "Largeur du widget photo:"
6367
-
6368
- #: wppa-potd-admin.php:90
6369
- msgid "Enter the desired display width of the photo in the sidebar."
6370
- msgstr ""
6371
- "Saisissez la largeur d'affichage souhaitée de la photo dans la barre "
6372
- "latérale."
6373
-
6374
- #: wppa-potd-admin.php:93 wppa-settings-autosave.php:731
6375
- #: wppa-settings-autosave.php:740 wppa-settings-autosave.php:862
6376
- #: wppa-settings-autosave.php:1024 wppa-settings-autosave.php:1035
6377
- msgid "pixels wide"
6378
- msgstr "pixels en largeur"
6379
-
6380
- #: wppa-potd-admin.php:96 wppa-tinymce-shortcodes.php:624
6381
- msgid "Horizontal alignment:"
6382
- msgstr "Alignement horizontal:"
6383
-
6384
- #: wppa-potd-admin.php:97
6385
- msgid "Enter the desired display alignment of the photo in the sidebar."
6386
- msgstr ""
6387
- "Entrez l'alignement d'affichage souhaité de la photo dans la barre latérale."
6388
-
6389
- #: wppa-potd-admin.php:100 wppa-settings-autosave.php:3871
6390
- #: wppa-settings-autosave.php:3885 wppa-settings-autosave.php:4142
6391
- #: wppa-settings-autosave.php:9889 wppa-slideshow-widget.php:243
6392
- #: wppa-tinymce-shortcodes.php:629
6393
- msgid "center"
6394
- msgstr "Centre"
6395
-
6396
- #: wppa-potd-admin.php:109
6397
- msgid "Enter the url. Do'nt forget the HTTP://"
6398
- msgstr "Entrez l'url. N'oubliez pas le HTTP: //"
6399
-
6400
- #: wppa-potd-admin.php:115
6401
- msgid "Link Title:"
6402
- msgstr "Titre du lien:"
6403
-
6404
- #: wppa-potd-admin.php:116
6405
- msgid "The balloon text when hovering over the photo."
6406
- msgstr "Le texte du ballon lors du survol de la photo."
6407
-
6408
- #: wppa-potd-admin.php:125
6409
- msgid "Links are set on the <b>Photo Albums -> Settings</b> screen."
6410
- msgstr ""
6411
- "Les liens sont configurés dans le menu: <b>Photo Albums -> Settings</b>."
6412
-
6413
- #: wppa-potd-admin.php:132
6414
- msgid "Subtitle:"
6415
- msgstr "Sous titre:"
6416
-
6417
- #: wppa-potd-admin.php:133
6418
- msgid "Select the content of the subtitle."
6419
- msgstr "Sélectionner le contenu du sous titre."
6420
-
6421
- #: wppa-potd-admin.php:137
6422
- msgid "Photo Name"
6423
- msgstr "Nom de laphoto"
6424
-
6425
- #: wppa-potd-admin.php:145
6426
- msgid "Counter:"
6427
- msgstr "Compeur:"
6428
-
6429
- #: wppa-potd-admin.php:146
6430
- msgid "Display a counter of other photos in the album."
6431
- msgstr "Afficher un compteur d'autres photos de l'album."
6432
-
6433
- #: wppa-potd-admin.php:153
6434
- msgid "The counter links to."
6435
- msgstr "Le compteur des liens vers."
6436
-
6437
- #: wppa-potd-admin.php:156 wppa-settings-autosave.php:1087
6438
- #: wppa-settings-autosave.php:5976 wppa-settings-autosave.php:6010
6439
- #: wppa-settings-autosave.php:6107
6440
- msgid "thumbnails"
6441
- msgstr "vignettes"
6442
-
6443
- #: wppa-potd-admin.php:156 wppa-settings-autosave.php:5977
6444
- #: wppa-settings-autosave.php:6011 wppa-settings-autosave.php:6108
6445
- msgid "slideshow"
6446
- msgstr "diaporama"
6447
-
6448
- #: wppa-potd-admin.php:156
6449
- msgid "single image"
6450
- msgstr "image seule"
6451
-
6452
- #: wppa-potd-admin.php:161
6453
- msgid "Type of album(s) to use:"
6454
- msgstr "Type d'album (s) à utiliser:"
6455
-
6456
- #: wppa-potd-admin.php:162
6457
- msgid "Select physical or virtual."
6458
- msgstr "Sélectionnez physique ou virtuel."
6459
-
6460
- #: wppa-potd-admin.php:165
6461
- msgid "physical albums"
6462
- msgstr "albums physiques"
6463
-
6464
- #: wppa-potd-admin.php:165
6465
- msgid "virtual albums"
6466
- msgstr "albums virtuels"
6467
-
6468
- #: wppa-potd-admin.php:170
6469
- msgid "Albums to use:"
6470
- msgstr "Albums à utiliser:"
6471
-
6472
- #: wppa-potd-admin.php:171 wppa-potd-admin.php:194
6473
- msgid "Select the albums to use for the photo of the day."
6474
- msgstr "Sélectionnez les albums à utiliser pour la photo du jour."
6475
-
6476
- #: wppa-potd-admin.php:190 wppa-potd-admin.php:644 wppa-potd-admin.php:669
6477
- #: wppa-potd-admin.php:707 wppa-settings-autosave.php:355
6478
- #: wppa-settings-autosave.php:7722 wppa-settings-autosave.php:7749
6479
- #: wppa-settings-autosave.php:9029 wppa-settings-autosave.php:9031
6480
- #: wppa-settings-autosave.php:10440 wppa-settings-autosave.php:10458
6481
- #: wppa-settings-autosave.php:10478 wppa-settings-autosave.php:10495
6482
- #: wppa-settings-autosave.php:10524 wppa-settings-autosave.php:10542
6483
- #: wppa-settings-autosave.php:10566 wppa-settings-autosave.php:10587
6484
- #: wppa-settings-autosave.php:10607 wppa-settings-autosave.php:10624
6485
- #: wppa-settings-autosave.php:10668 wppa-settings-autosave.php:10721
6486
- #: wppa-settings-autosave.php:10753
6487
- msgid "Setting unmodified"
6488
- msgstr "Configuration inchangée"
6489
-
6490
- #: wppa-potd-admin.php:195
6491
- msgid "- all albums -"
6492
- msgstr "- tous les albums -"
6493
-
6494
- #: wppa-potd-admin.php:196
6495
- msgid "- all -separate- albums -"
6496
- msgstr "- tous les albums -séparés --"
6497
-
6498
- #: wppa-potd-admin.php:197
6499
- msgid "- all albums except -separate-"
6500
- msgstr "- tous les albums excepté -séparés--"
6501
-
6502
- #: wppa-potd-admin.php:198
6503
- msgid "- top rated photos -"
6504
- msgstr "- photos les mieux notées -"
6505
-
6506
- #: wppa-potd-admin.php:206
6507
- msgid "Include (grand)children:"
6508
- msgstr "Inclure (petits-) enfants:"
6509
-
6510
- #: wppa-potd-admin.php:207
6511
- msgid "Include the photos of all sub albums?"
6512
- msgstr "Inclure les photos de tous les sous albums?"
6513
-
6514
- #: wppa-potd-admin.php:213
6515
- msgid "Inverse selection:"
6516
- msgstr "Inverser la sélection:"
6517
-
6518
- #: wppa-potd-admin.php:214
6519
- msgid "Use any album, except the selection made above."
6520
- msgstr "Utilisez un album, à l'exception de la sélection faite ci-dessus."
6521
-
6522
- #: wppa-potd-admin.php:221
6523
- msgid "Status filter:"
6524
- msgstr "Filtre de statut:"
6525
-
6526
- #: wppa-potd-admin.php:222
6527
- msgid "Use only photos with a certain status."
6528
- msgstr "Utilisez uniquement des photos avec un certain statut."
6529
-
6530
- #: wppa-potd-admin.php:223
6531
- msgid "Select - none - if you want no filtering on status."
6532
- msgstr "Sélectionnez - aucun - si vous voulez pas de filtrage sur le statut."
6533
-
6534
- #: wppa-potd-admin.php:225
6535
- msgid "- none -"
6536
- msgstr "- aucun -"
6537
-
6538
- #: wppa-potd-admin.php:231
6539
- msgid "Any medal"
6540
- msgstr "N'importe quelle médaille"
6541
-
6542
- #: wppa-potd-admin.php:244
6543
- msgid "Display method:"
6544
- msgstr "Méthode d'affichage:"
6545
-
6546
- #: wppa-potd-admin.php:245
6547
- msgid "Select the way a photo will be selected."
6548
- msgstr "Sélectionnez la façon dont une photo sera sélectionnée."
6549
-
6550
- #: wppa-potd-admin.php:248
6551
- msgid "Fixed photo"
6552
- msgstr "Photo fixe"
6553
-
6554
- #: wppa-potd-admin.php:250
6555
- msgid "Last upload"
6556
- msgstr "Dernier chargement"
6557
-
6558
- #: wppa-potd-admin.php:251
6559
- msgid "Change every"
6560
- msgstr "Changer tous les"
6561
-
6562
- #: wppa-potd-admin.php:258
6563
- msgid "Change every period:"
6564
- msgstr "Changer chaque période:"
6565
-
6566
- #: wppa-potd-admin.php:259
6567
- msgid "The time period a certain photo is used."
6568
- msgstr "La période de temps d'une certaine photo est utilisé."
6569
-
6570
- #: wppa-potd-admin.php:262
6571
- msgid "pageview."
6572
- msgstr "vue page."
6573
-
6574
- #: wppa-potd-admin.php:263
6575
- msgid "hour."
6576
- msgstr "heure."
6577
-
6578
- #: wppa-potd-admin.php:264
6579
- msgid "day."
6580
- msgstr "jour."
6581
-
6582
- #: wppa-potd-admin.php:265
6583
- msgid "week."
6584
- msgstr "semaine."
6585
-
6586
- #: wppa-potd-admin.php:266
6587
- msgid "month."
6588
- msgstr "mois."
6589
-
6590
- #: wppa-potd-admin.php:267
6591
- msgid "day of week is order#"
6592
- msgstr "day of month is order#"
6593
-
6594
- #: wppa-potd-admin.php:268
6595
- msgid "day of month is order#"
6596
- msgstr "day of month is order#"
6597
-
6598
- #: wppa-potd-admin.php:269
6599
- msgid "day of year is order#"
6600
- msgstr "day of year is order#"
6601
-
6602
- #: wppa-potd-admin.php:294
6603
- msgid "Day offset:"
6604
- msgstr "Jour offset:"
6605
-
6606
- #: wppa-potd-admin.php:295
6607
- msgid "The difference between daynumber and photo order number."
6608
- msgstr "La différence entre numéro du jour et numéro de sequence de photo."
6609
-
6610
- #: wppa-potd-admin.php:306
6611
- #, php-format
6612
- msgid "Current day# = %s, offset ="
6613
- msgstr "Jour courant# = %s, offset ="
6614
-
6615
- #: wppa-potd-admin.php:315
6616
- #, php-format
6617
- msgid "Todays photo order# = %s."
6618
- msgstr "Photo du jour order# = %s."
6619
-
6620
- #: wppa-potd-admin.php:322
6621
- msgid "Current \"photo of the day\":"
6622
- msgstr "\"photo du jour\" courante:"
6623
-
6624
- #: wppa-potd-admin.php:333
6625
- msgid "Uploader"
6626
- msgstr "Envoyeur"
6627
-
6628
- #: wppa-potd-admin.php:338
6629
- msgid "Not found."
6630
- msgstr "Non trouvé."
6631
-
6632
- #: wppa-potd-admin.php:342
6633
- msgid "Show selection"
6634
- msgstr "Affichage de sélection"
6635
-
6636
- #: wppa-potd-admin.php:343
6637
- msgid "Show the photos in the current selection."
6638
- msgstr "Voir les photos dans la sélection actuelle."
6639
-
6640
- #: wppa-potd-admin.php:386
6641
- msgid "Photos in the current selection"
6642
- msgstr "Les photos de la sélection courante"
6643
-
6644
- #: wppa-potd-admin.php:411
6645
- msgid "No photos in the selection"
6646
- msgstr "Pas des photos dans la sélection"
6647
-
6648
- #: wppa-potd-admin.php:414
6649
- #, php-format
6650
- msgid "There are too many photos in the selection to show a preview ( %d )"
6651
- msgstr ""
6652
- "Il y a trop de photos dans la sélection pour pouvoir afficher une "
6653
- "prévisualisation ( %d )"
6654
-
6655
- #: wppa-potd-admin.php:573 wppa-settings-autosave.php:10368
6656
- msgid "The default for this setting is:"
6657
- msgstr "Le réglage par défaut pour cette option est:"
6658
-
6659
- #: wppa-potd-admin.php:590 wppa-settings-autosave.php:10385
6660
- msgid "Click for help"
6661
- msgstr "Cliquer pour l'aide"
6662
-
6663
- #: wppa-potd-admin.php:614 wppa-settings-autosave.php:10769
6664
- msgid "Checked"
6665
- msgstr "Coché"
6666
-
6667
- #: wppa-potd-admin.php:615 wppa-settings-autosave.php:10770
6668
- msgid "Unchecked"
6669
- msgstr "Décoché"
6670
-
6671
- #: wppa-potd-admin.php:616 wppa-settings-autosave.php:5231
6672
- #: wppa-settings-autosave.php:5274 wppa-settings-autosave.php:5352
6673
- #: wppa-settings-autosave.php:5395 wppa-settings-autosave.php:5445
6674
- #: wppa-settings-autosave.php:5494 wppa-settings-autosave.php:5543
6675
- #: wppa-settings-autosave.php:5597 wppa-settings-autosave.php:5635
6676
- #: wppa-settings-autosave.php:5687 wppa-settings-autosave.php:5729
6677
- #: wppa-settings-autosave.php:5771 wppa-settings-autosave.php:5812
6678
- #: wppa-settings-autosave.php:10771
6679
- msgid "no link at all."
6680
- msgstr "pas de lien du tout."
6681
-
6682
- #: wppa-potd-admin.php:617 wppa-settings-autosave.php:5232
6683
- #: wppa-settings-autosave.php:5275 wppa-settings-autosave.php:5353
6684
- #: wppa-settings-autosave.php:5396 wppa-settings-autosave.php:5446
6685
- #: wppa-settings-autosave.php:5495 wppa-settings-autosave.php:5544
6686
- #: wppa-settings-autosave.php:5598 wppa-settings-autosave.php:5636
6687
- #: wppa-settings-autosave.php:5688 wppa-settings-autosave.php:5730
6688
- #: wppa-settings-autosave.php:5772 wppa-settings-autosave.php:5813
6689
- #: wppa-settings-autosave.php:10772
6690
- msgid "the plain photo (file)."
6691
- msgstr "la photo originale (fichier)."
6692
-
6693
- #: wppa-potd-admin.php:618 wppa-settings-autosave.php:5235
6694
- #: wppa-settings-autosave.php:5278 wppa-settings-autosave.php:5354
6695
- #: wppa-settings-autosave.php:5399 wppa-settings-autosave.php:5449
6696
- #: wppa-settings-autosave.php:5498 wppa-settings-autosave.php:5547
6697
- #: wppa-settings-autosave.php:5637 wppa-settings-autosave.php:5690
6698
- #: wppa-settings-autosave.php:5732 wppa-settings-autosave.php:5774
6699
- #: wppa-settings-autosave.php:10773
6700
- msgid "the full size photo in a slideshow."
6701
- msgstr "la photo pleine grandeur dans un diaporama."
6702
-
6703
- #: wppa-potd-admin.php:619 wppa-settings-autosave.php:5236
6704
- #: wppa-settings-autosave.php:5279 wppa-settings-autosave.php:5355
6705
- #: wppa-settings-autosave.php:5401 wppa-settings-autosave.php:5451
6706
- #: wppa-settings-autosave.php:5500 wppa-settings-autosave.php:5549
6707
- #: wppa-settings-autosave.php:5639 wppa-settings-autosave.php:5691
6708
- #: wppa-settings-autosave.php:5733 wppa-settings-autosave.php:5775
6709
- #: wppa-settings-autosave.php:5814 wppa-settings-autosave.php:10774
6710
- msgid "the fullsize photo on its own."
6711
- msgstr "la photo pleine grandeur à lui seul."
6712
-
6713
- #: wppa-potd-admin.php:620 wppa-settings-autosave.php:10775
6714
- msgid "the photo specific link."
6715
- msgstr "le lien spécifique de la photo."
6716
-
6717
- #: wppa-potd-admin.php:621 wppa-settings-autosave.php:5234
6718
- #: wppa-settings-autosave.php:5277 wppa-settings-autosave.php:5689
6719
- #: wppa-settings-autosave.php:5731 wppa-settings-autosave.php:5773
6720
- #: wppa-settings-autosave.php:10776
6721
- msgid "the content of the album."
6722
- msgstr "le contenu de l'album."
6723
-
6724
- #: wppa-potd-admin.php:622 wppa-settings-autosave.php:5276
6725
- #: wppa-settings-autosave.php:10777
6726
- msgid "defined at widget activation."
6727
- msgstr "défini à l'activation du widget."
6728
-
6729
- #: wppa-potd-admin.php:623 wppa-settings-autosave.php:5233
6730
- #: wppa-settings-autosave.php:10778
6731
- msgid "defined on widget admin page."
6732
- msgstr "réglages sur la page d'admin des widgets."
6733
-
6734
- #: wppa-potd-admin.php:624 wppa-settings-autosave.php:5599
6735
- #: wppa-settings-autosave.php:10779
6736
- msgid "same as title."
6737
- msgstr "identique au titre."
6738
-
6739
- #: wppa-potd-admin.php:636 wppa-potd-admin.php:659 wppa-potd-admin.php:680
6740
- #: wppa-settings-autosave.php:10430 wppa-settings-autosave.php:10450
6741
- #: wppa-settings-autosave.php:10468 wppa-settings-autosave.php:10487
6742
- #: wppa-settings-autosave.php:10517 wppa-settings-autosave.php:10534
6743
- #: wppa-settings-autosave.php:10558 wppa-settings-autosave.php:10579
6744
- #: wppa-settings-autosave.php:10599 wppa-settings-autosave.php:10641
6745
- msgid "Slug ="
6746
- msgstr "Slug ="
6747
-
6748
- #: wppa-potd-admin.php:636 wppa-settings-autosave.php:10534
6749
- #: wppa-settings-autosave.php:10558 wppa-settings-autosave.php:10579
6750
- #: wppa-settings-autosave.php:10599
6751
- msgid "Values = yes, no"
6752
- msgstr "Valeurs=oui,non"
6753
-
6754
- #: wppa-potd-admin.php:680 wppa-settings-autosave.php:10641
6755
- msgid "Values = "
6756
- msgstr "Values = "
6757
-
6758
- #: wppa-potd-widget.php:15
6759
- msgid "Display Photo Of The Day"
6760
- msgstr "Afficher la photo du jour"
6761
-
6762
- #: wppa-potd-widget.php:16
6763
- msgid "WPPA+ Photo Of The Day"
6764
- msgstr "WPPA+ Photo du jour"
6765
-
6766
- #: wppa-potd-widget.php:221
6767
- msgid ""
6768
- "You can set the content and the sizes in this widget in the <b>Photo Albums -"
6769
- "> Photo of the day</b> admin page."
6770
- msgstr ""
6771
- "Vous pouvez définir le contenu et les tailles dans ce widget dans les "
6772
- "<b>albums photo -> Photo de la</b> page d'administration."
6773
-
6774
- #: wppa-qr-widget.php:14
6775
- msgid "Display the QR code of the current url"
6776
- msgstr "Afficher le code QR de l'URL en cours"
6777
-
6778
- #: wppa-qr-widget.php:15
6779
- msgid "WPPA+ QR Widget"
6780
- msgstr "WPPA+ QR Widget"
6781
-
6782
- #: wppa-qr-widget.php:33 wppa-qr-widget.php:88
6783
- msgid "QR Widget"
6784
- msgstr "QR code Widget"
6785
-
6786
- #: wppa-qr-widget.php:97
6787
- #, fuzzy
6788
- msgid ""
6789
- "You can set the sizes and colors in this widget in the <b>Photo Albums -> "
6790
- "Settings</b> admin page Table IX-K1.x."
6791
- msgstr ""
6792
- "Vous pouvez définir les tailles et les couleurs de ce widget dans les "
6793
- "<b>albums photo -> Paramètres</b> page d'administration Tableau IX-K1.x."
6794
-
6795
- #: wppa-search-widget.php:15
6796
- msgid "Display search photos dialog"
6797
- msgstr "Afficher la boîte de dialogue des photos de recherche"
6798
-
6799
- #: wppa-search-widget.php:17
6800
- msgid "WPPA+ Search Photos"
6801
- msgstr "WPPA+ Search Photos"
6802
-
6803
- #: wppa-search-widget.php:39 wppa-search-widget.php:93
6804
- msgid "Search Photos"
6805
- msgstr "Rechercher dans les photos"
6806
-
6807
- #: wppa-search-widget.php:111
6808
- msgid "Text above input field"
6809
- msgstr "Texte au-dessus du champ de saisie"
6810
-
6811
- #: wppa-search-widget.php:112
6812
- msgid ""
6813
- "Enter optional text that will appear before the input box. This may contain "
6814
- "HTML so you can change font size and color."
6815
- msgstr ""
6816
- "Entrer le texte optionnel qui apparaîtra avant la boite de saisie. Il peut "
6817
- "contenir du HTML: vous pouvez donc régler taille et couleur de la police."
6818
-
6819
- #: wppa-search-widget.php:120
6820
- msgid "Enable rootsearch"
6821
- msgstr "Activer rootsearch"
6822
-
6823
- #: wppa-search-widget.php:121
6824
- #, fuzzy
6825
- msgid "See Table IX-E17 to change the label text"
6826
- msgstr "Voir le tableau IX-E17 pour modifier le texte de l'étiquette"
6827
-
6828
- #: wppa-search-widget.php:136
6829
- msgid ""
6830
- "If you want the search to be limited to a specific album and its "
6831
- "(grand)children, select the album here."
6832
- msgstr ""
6833
- "Si vous voulez que la recherche est limitée à un album spécifique et ses "
6834
- "(petits-) enfants, sélectionnez l'album ici."
6835
-
6836
- #: wppa-search-widget.php:138
6837
- msgid ""
6838
- "If you select an album here, it will overrule the previous checkbox using "
6839
- "the album as a 'fixed' root."
6840
- msgstr ""
6841
- "Si vous sélectionnez un album ici, il annule la case précédente à l’aide de "
6842
- "l’album comme une racine « fixe »."
6843
-
6844
- #: wppa-search-widget.php:146
6845
- msgid "Enable subsearch"
6846
- msgstr "Activer subsearch"
6847
-
6848
- #: wppa-search-widget.php:147
6849
- #, fuzzy
6850
- msgid "See Table IX-E16 to change the label text"
6851
- msgstr "Voir le tableau IX-E16 pour modifier le texte de l'étiquette"
6852
-
6853
- #: wppa-search-widget.php:155
6854
- msgid "Add category selectionbox"
6855
- msgstr "Ajouter une boîte de sélection de catégorie"
6856
-
6857
- #: wppa-search-widget.php:159 wppa-settings-autosave.php:4118
6858
- #: wppa-settings-autosave.php:4142 wppa-tinymce-shortcodes.php:516
6859
- #: wppa-tinymce-shortcodes.php:535 wppa-watermark.php:587
6860
- #: wppa-watermark.php:652
6861
- msgid "--- default ---"
6862
- msgstr "--- défaut ---"
6863
-
6864
- #: wppa-search-widget.php:198 wppa-settings-autosave.php:6160
6865
- msgid "Landing page"
6866
- msgstr "Page de destination"
6867
-
6868
- #: wppa-search-widget.php:203
6869
- #, fuzzy
6870
- msgid "The default page will be created automatically"
6871
- msgstr "La page par défaut sera créée automatiquement"
6872
-
6873
- #: wppa-settings-autosave.php:50
6874
- msgid "Close!"
6875
- msgstr "Fermez!"
6876
-
6877
- #: wppa-settings-autosave.php:98
6878
- msgid "Saved settings restored"
6879
- msgstr "Configuration restaurée"
6880
-
6881
- #: wppa-settings-autosave.php:101
6882
- msgid "Unable to restore saved settings"
6883
- msgstr "Impossible de restaurer la configuration"
6884
-
6885
- #: wppa-settings-autosave.php:107
6886
- msgid "Reset to default settings"
6887
- msgstr "Réinitialiser avec la configuration par défaut"
6888
-
6889
- #: wppa-settings-autosave.php:110
6890
- msgid "Unable to set defaults"
6891
- msgstr "Impossible de réinitialiser aux paramètres par défaut"
6892
-
6893
- #: wppa-settings-autosave.php:115
6894
- #, php-format
6895
- msgid "Skinfile %s loaded"
6896
- msgstr "Thème %s chargé"
6897
-
6898
- #: wppa-settings-autosave.php:126 wppa-settings-autosave.php:148
6899
- #: wppa-settings-autosave.php:169
6900
- #, php-format
6901
- msgid "Upload error %s"
6902
- msgstr "Erreur chargement %s"
6903
-
6904
- #: wppa-settings-autosave.php:131
6905
- #, php-format
6906
- msgid "Uploaded file %s is not a .png file"
6907
- msgstr "Le fichier chargé %s n'est pas un fichier .PNG"
6908
-
6909
- #: wppa-settings-autosave.php:135 wppa-settings-autosave.php:156
6910
- #: wppa-settings-autosave.php:192
6911
- #, php-format
6912
- msgid "Upload of %s done"
6913
- msgstr "Chargement de %s effectué"
6914
-
6915
- #: wppa-settings-autosave.php:140 wppa-settings-autosave.php:161
6916
- #: wppa-settings-autosave.php:197
6917
- msgid "No file selected or error on upload"
6918
- msgstr "Pas de fichier sélectionné ou erreur à l'upload"
6919
-
6920
- #: wppa-settings-autosave.php:152
6921
- #, php-format
6922
- msgid "Uploaded file %s is not a .ttf file"
6923
- msgstr "Le fichier chargé %s n'est pas un fichier .TTF"
6924
-
6925
- #: wppa-settings-autosave.php:174
6926
- #, php-format
6927
- msgid "Uploaded file %s is not a valid image file"
6928
- msgstr "Le fichier chargé %s n'est pas une image valide"
6929
-
6930
- #: wppa-settings-autosave.php:253
6931
- #, php-format
6932
- msgid ""
6933
- "%s invalid ratings removed. Please run Table VIII-A5: Rerate to fix the "
6934
- "averages."
6935
- msgstr ""
6936
- "%s Notes invalides retirées. Réglez les options de la Table VIII-A5: Re-"
6937
- "noter pour réparer les moyennes."
6938
-
6939
- #: wppa-settings-autosave.php:264
6940
- #, php-format
6941
- msgid "%s last album used settings removed."
6942
- msgstr "%s réglages de album utilisé supprimés."
6943
-
6944
- #: wppa-settings-autosave.php:272
6945
- msgid "WP Photo Album Plus Settings"
6946
- msgstr "Réglages de WP Photo Album Plus"
6947
-
6948
- #: wppa-settings-autosave.php:272
6949
- msgid "Auto Save"
6950
- msgstr "Enregistrement auto"
6951
-
6952
- #: wppa-settings-autosave.php:275
6953
- msgid "Database revision:"
6954
- msgstr "Révision base de données:"
6955
-
6956
- #: wppa-settings-autosave.php:276
6957
- msgid "WP Charset:"
6958
- msgstr "Table de caractères WP:"
6959
-
6960
- #: wppa-settings-autosave.php:277
6961
- msgid "Current PHP version:"
6962
- msgstr "Version courante de PHP:"
6963
-
6964
- #: wppa-settings-autosave.php:278
6965
- msgid "WPPA+ API Version:"
6966
- msgstr "WPPA+ API Version:"
6967
-
6968
- #: wppa-settings-autosave.php:282
6969
- msgid "Multisite in singlesite mode."
6970
- msgstr "Multisite en mode monosite."
6971
-
6972
- #: wppa-settings-autosave.php:285
6973
- msgid "Multisite enabled."
6974
- msgstr "Multisite activé."
6975
-
6976
- #: wppa-settings-autosave.php:287
6977
- msgid "Blogid ="
6978
- msgstr "Blogid ="
6979
-
6980
- #: wppa-settings-autosave.php:305
6981
- msgid "Please de-activate plugin <i style=\"font-size:14px;\">"
6982
- msgstr "Veuillez désactiver le greffon (plugin) <i style=\"font-size:14px;\">"
6983
-
6984
- #: wppa-settings-autosave.php:305
6985
- msgid ". </i>This plugin will cause wppa+ to function not properly."
6986
- msgstr ""
6987
- ". </i>Ce greffon (plugin) risque fortement d'empêcher WPPA+ de fonctionner "
6988
- "correctement."
6989
-
6990
- #: wppa-settings-autosave.php:315
6991
- msgid "Please note that plugin <i style=\"font-size:14px;\">"
6992
- msgstr "Veuillez noter que ce greffon (plugin) <i style=\"font-size:14px;\">"
6993
-
6994
- #: wppa-settings-autosave.php:315
6995
- msgid "</i> can cause wppa+ to function not properly if it is misconfigured."
6996
- msgstr ""
6997
- "</i> peut provoquer de sérieux dysfonctionnements de WPPA+ si mal il est mal "
6998
- "configuré."
6999
-
7000
- #: wppa-settings-autosave.php:320
7001
- msgid ""
7002
- "There is a serious misconfiguration in your servers PHP config. Function "
7003
- "wppa_imagecreatefromjpeg() does not exist. You will encounter problems when "
7004
- "uploading photos and not be able to generate thumbnail images. Ask your "
7005
- "hosting provider to add GD support with a minimal version 1.8."
7006
- msgstr ""
7007
- "Il y a un grave problème de configuration dans votre configuration PHP "
7008
- "serveurs. Fonction wppa_imagecreatefromjpeg() n’existe pas. Vous allez "
7009
- "rencontrer des problèmes lorsque le téléchargement de photos et de ne pas "
7010
- "être en mesure de générer des images miniatures. Demandez à votre "
7011
- "fournisseur d’hébergement pour ajouter le support de GD avec une version "
7012
- "minimale de 1.8."
7013
-
7014
- #: wppa-settings-autosave.php:328
7015
- msgid "Remove empty albums needs completion. See Table VIII"
7016
- msgstr "Retirer les albums vides nécessite une finalisation. Voir table VIII"
7017
-
7018
- #: wppa-settings-autosave.php:329
7019
- msgid "Applying new photo description needs completion. See Table VIII"
7020
- msgstr ""
7021
- "Appliquer la nouvelle description de photo nécessite une finalisation. Voir "
7022
- "table VIII"
7023
-
7024
- #: wppa-settings-autosave.php:330
7025
- msgid "Appending to photo description needs completion. See Table VIII"
7026
- msgstr ""
7027
- "Ajouter à la description de photo nécessite une finalisation. Voir table VIII"
7028
-
7029
- #: wppa-settings-autosave.php:331
7030
- msgid "Removing from photo description needs completion. See Table VIII"
7031
- msgstr ""
7032
- "Retirer de la description photo nécessite une finalisation. Voir table VIII"
7033
-
7034
- #: wppa-settings-autosave.php:332
7035
- msgid "Removing file extensions needs completion. See Table VIII"
7036
- msgstr ""
7037
- "Retirer les extensions de fichier nécessite une finalisation. Voir table VIII"
7038
-
7039
- #: wppa-settings-autosave.php:333
7040
- msgid "Regenerating the Thumbnails needs completion. See Table VIII"
7041
- msgstr "Régénérer les vignettes nécessite une finalisation. Voir table VIII"
7042
-
7043
- #: wppa-settings-autosave.php:334
7044
- msgid "Rerating needs completion. See Table VIII"
7045
- msgstr "Le recalcul des notes nécessite une finalisation. Voir table VIII"
7046
-
7047
- #: wppa-settings-autosave.php:342
7048
- msgid ""
7049
- "A thumbframe width or height should not be smaller than a thumbnail size. "
7050
- "Please correct the corresponding setting(s) in Table I-C"
7051
- msgstr ""
7052
- "Un cadre de vignette ne peut avoir une largeur ou hauteur inférieure à celle "
7053
- "de la vignette. Veuillez corriger le(s) réglage(s) correspondants dans la "
7054
- "table I-C"
7055
-
7056
- #: wppa-settings-autosave.php:347
7057
- msgid "Show legenda"
7058
- msgstr "Montrer la légende"
7059
-
7060
- #: wppa-settings-autosave.php:349
7061
- msgid "Legenda:"
7062
- msgstr "Légende:"
7063
-
7064
- #: wppa-settings-autosave.php:350 wppa-settings-autosave.php:352
7065
- #: wppa-settings-autosave.php:2101 wppa-settings-autosave.php:5904
7066
- msgid "Button"
7067
- msgstr "Bouton"
7068
-
7069
- #: wppa-settings-autosave.php:350
7070
- msgid "action that causes page reload."
7071
- msgstr "action qui provoque le rechargement de la page."
7072
-
7073
- #: wppa-settings-autosave.php:352 wppa-settings-autosave.php:10802
7074
- #: wppa-settings-autosave.php:10821
7075
- msgid "Are you sure?"
7076
- msgstr "Êtes-vous sûr ?"
7077
-
7078
- #: wppa-settings-autosave.php:353
7079
- msgid "action that does not cause page reload."
7080
- msgstr "action qui ne provoque pas le rechargement de la page."
7081
-
7082
- #: wppa-settings-autosave.php:357
7083
- msgid "Update in progress"
7084
- msgstr "Mise à jour en cours"
7085
-
7086
- #: wppa-settings-autosave.php:359
7087
- msgid "Setting updated"
7088
- msgstr "Réglages mis à jour"
7089
-
7090
- #: wppa-settings-autosave.php:361
7091
- msgid "Update failed"
7092
- msgstr "Mise à jour échouée"
7093
-
7094
- #: wppa-settings-autosave.php:363
7095
- msgid "Hide this"
7096
- msgstr "Cacher"
7097
-
7098
- #: wppa-settings-autosave.php:369
7099
- msgid "System"
7100
- msgstr "Système"
7101
-
7102
- #: wppa-settings-autosave.php:370
7103
- msgid "Access"
7104
- msgstr "Accès"
7105
-
7106
- #: wppa-settings-autosave.php:374
7107
- msgid "Counts"
7108
- msgstr "Compteur"
7109
-
7110
- #: wppa-settings-autosave.php:375
7111
- msgid "Covers"
7112
- msgstr "Couvertures"
7113
-
7114
- #: wppa-settings-autosave.php:376
7115
- msgid "Layout"
7116
- msgstr "Disposition"
7117
-
7118
- #: wppa-settings-autosave.php:377 wppa-settings-autosave.php:5102
7119
- msgid "Lightbox"
7120
- msgstr "Lightbox"
7121
-
7122
- #: wppa-settings-autosave.php:378
7123
- msgid "Links"
7124
- msgstr "Liens"
7125
-
7126
- #: wppa-settings-autosave.php:379
7127
- msgid "Mail"
7128
- msgstr "Courrier"
7129
-
7130
- #: wppa-settings-autosave.php:380
7131
- msgid "Metadata"
7132
- msgstr "Métadonnée"
7133
-
7134
- #: wppa-settings-autosave.php:381
7135
- msgid "Navigation"
7136
- msgstr "Navigation"
7137
-
7138
- #: wppa-settings-autosave.php:383 wppa-settings-autosave.php:9192
7139
- #: wppa-settings-autosave.php:9237
7140
- msgid "Rating"
7141
- msgstr "Note"
7142
-
7143
- #: wppa-settings-autosave.php:385
7144
- msgid "Sizes"
7145
- msgstr "Tailles"
7146
-
7147
- #: wppa-settings-autosave.php:386
7148
- msgid "Slideshows"
7149
- msgstr "Diaporamas"
7150
-
7151
- #: wppa-settings-autosave.php:387
7152
- msgid "Social Media"
7153
- msgstr "Réseaux sociaux"
7154
-
7155
- #: wppa-settings-autosave.php:389
7156
- msgid "Uploads"
7157
- msgstr "Chargements"
7158
-
7159
- #: wppa-settings-autosave.php:390
7160
- msgid "Widgets"
7161
- msgstr "Widgets"
7162
-
7163
- #: wppa-settings-autosave.php:391 wppa-settings-autosave.php:9010
7164
- msgid "Watermark"
7165
- msgstr "Filigrane"
7166
-
7167
- #: wppa-settings-autosave.php:399
7168
- msgid "Click on the banner of a (sub)table to open/close it, or"
7169
- msgstr "Cliquer sur la bannière d'un (sous)table pour l'ouvrir/la fermer, ou"
7170
-
7171
- #: wppa-settings-autosave.php:401
7172
- msgid "Show settings related to:"
7173
- msgstr "Montrer les réglages associés à:"
7174
-
7175
- #: wppa-settings-autosave.php:407
7176
- msgid "and ( optionally ) to:"
7177
- msgstr "et (optionnellement) à:"
7178
-
7179
- #: wppa-settings-autosave.php:423
7180
- msgid "Quick setup"
7181
- msgstr "Config. rapide"
7182
-
7183
- #: wppa-settings-autosave.php:425
7184
- msgid "Do a quick initial setup"
7185
- msgstr "Config. rapide initiale"
7186
-
7187
- #: wppa-settings-autosave.php:426
7188
- msgid "Close quick setup"
7189
- msgstr "Fermer config. rapide"
7190
-
7191
- #: wppa-settings-autosave.php:468
7192
- msgid "--- please select a page ---"
7193
- msgstr "--- Choisir une page ---"
7194
-
7195
- #: wppa-settings-autosave.php:497
7196
- msgid "--- No page to link to (yet) ---"
7197
- msgstr "- Pas de page à lier (pour le moment) -"
7198
-
7199
- #: wppa-settings-autosave.php:502
7200
- msgid "--- Will be auto created ---"
7201
- msgstr "--- Sera créé automatiquement ---"
7202
-
7203
- #: wppa-settings-autosave.php:509
7204
- msgid "Table O:"
7205
- msgstr "Table O:"
7206
-
7207
- #: wppa-settings-autosave.php:509
7208
- msgid "Quick Setup:"
7209
- msgstr "Configuration rapide:"
7210
-
7211
- #: wppa-settings-autosave.php:510
7212
- msgid "This table enables you to quickly do an inital setup."
7213
- msgstr "Cette table permet de faire une configuration initiale rapide."
7214
-
7215
- #: wppa-settings-autosave.php:532
7216
- msgid ""
7217
- "To quickly setup WPPA+ please answer the following questions. You can alway "
7218
- "change any setting later. <a>Click on me!</a>"
7219
- msgstr ""
7220
- "Pour configurer rapidement WPPA + s’il vous plaît répondre aux questions "
7221
- "suivantes. Vous pouvez toujours modifier n’importe quel réglage plus tard. "
7222
- "<a>Cliquez sur moi !</a>"
7223
-
7224
- #: wppa-settings-autosave.php:534
7225
- msgid "Is your theme <i>responsive</i>?"
7226
- msgstr "Votre thème est-il <i>adaptatif</i>?"
7227
-
7228
- #: wppa-settings-autosave.php:535
7229
- msgid ""
7230
- "Responsive themes have a layout that varies with the size of the browser "
7231
- "window."
7232
- msgstr ""
7233
- "Les thèmes adaptatifs ont une disposition qui varie avec la taille de la "
7234
- "fenêtre du navigateur."
7235
-
7236
- #: wppa-settings-autosave.php:536
7237
- #, fuzzy
7238
- msgid ""
7239
- "WPPA+ needs to know this to automatically adept the width of the display to "
7240
- "the available width on the page."
7241
- msgstr ""
7242
- "WPPA a besoin de savoir cela pour admirer automatiquement la largeur de "
7243
- "l'affichage à la largeur disponible sur la page."
7244
-
7245
- #: wppa-settings-autosave.php:543
7246
- msgid "Do you want to downsize photos during upload?"
7247
- msgstr "Voulez vous réduire la taille des photos pendant le chargement?"
7248
-
7249
- #: wppa-settings-autosave.php:544
7250
- msgid ""
7251
- "Downsizing photos make them load faster to the visitor, without loosing "
7252
- "display quality"
7253
- msgstr ""
7254
- "Réduire la taille des photos rend leur affichage plus rapide, sans perte de "
7255
- "qualité de rendu"
7256
-
7257
- #: wppa-settings-autosave.php:545
7258
- msgid ""
7259
- "If you answer yes, the photos will be downsized to max 1024 x 768 pixels. "
7260
- "You can change this later, if you like"
7261
- msgstr ""
7262
- "Si vous répondez oui, les photos seront redimensionnées au max à 1024x768 "
7263
- "pixels. Vous pourrez changer cela plus tard, si vous voulez"
7264
-
7265
- #: wppa-settings-autosave.php:552
7266
- msgid "Do you want to save the original photofiles?"
7267
- msgstr "Êtes-vous sûr de vouloir sauvegarder les photos originales?"
7268
-
7269
- #: wppa-settings-autosave.php:553
7270
- msgid "This will require considerable disk space on the server."
7271
- msgstr "Ceci va demander un espace disque important sur le serveur."
7272
-
7273
- #: wppa-settings-autosave.php:554
7274
- msgid ""
7275
- "If you answer yes, you will be able to remove watermarks you applied with "
7276
- "wppa+ in a later stage, redo downsizing to a larger size afterwards, and "
7277
- "supply fullsize images for download."
7278
- msgstr ""
7279
- "Si vous répondez oui, vous serez en mesure d'enlever les filigranes que vous "
7280
- "avez appliqué avec WPPA+ dans le futur, refaire un redimensionnement à une "
7281
- "taille supérieure après coup, et fournir des images téléchargeables en "
7282
- "pleine taille."
7283
-
7284
- #: wppa-settings-autosave.php:561
7285
- msgid "May visitors upload photos?"
7286
- msgstr "Les visiteurs peuvent-ils charger des photos?"
7287
-
7288
- #: wppa-settings-autosave.php:562
7289
- msgid ""
7290
- "It is safe to do so, but i will have to do some settings to keep it safe!"
7291
- msgstr ""
7292
- "Faire de cette manière est sûr, mais Je vais devoir faire certains réglages "
7293
- "pour que cela soit ok!"
7294
-
7295
- #: wppa-settings-autosave.php:563
7296
- msgid ""
7297
- "If you answer yes, i will assume you want to enable logged in users to "
7298
- "upload photos at the front-end of the website and allow them to edit their "
7299
- "photos name and descriptions."
7300
- msgstr ""
7301
- "Si vous répondez oui, Je vais considérer que vous autorisez les utilisateurs "
7302
- "connectés à charger des photos via le site et à modifier le nom et la "
7303
- "description de leurs photos."
7304
-
7305
- #: wppa-settings-autosave.php:564
7306
- msgid ""
7307
- "The photos will be hold for moderation, the admin will get notified by email."
7308
- msgstr ""
7309
- "Les photos seront mises en attente de libération, l'administrateur sera "
7310
- "notifié par mail."
7311
-
7312
- #: wppa-settings-autosave.php:565
7313
- msgid ""
7314
- "Each user will get his own album to upload to. These settings can be changed "
7315
- "later."
7316
- msgstr ""
7317
- "Chaque utilisateur aura son propre album à compléter. Ces réglages peuvent "
7318
- "être modifiés après coup."
7319
-
7320
- #: wppa-settings-autosave.php:572
7321
- msgid "Do you want the rating system active?"
7322
- msgstr "Voulez vous que le système de notation soit activé?"
7323
-
7324
- #: wppa-settings-autosave.php:573
7325
- msgid "Enable the rating system and show the votes in the slideshow."
7326
- msgstr "Activer le système de notation et montrer les votes dans le diaporama."
7327
-
7328
- #: wppa-settings-autosave.php:574
7329
- msgid "You can configure the details of the rating system later"
7330
- msgstr "Vous pouvez configurer les détails du système de notation plus tard."
7331
-
7332
- #: wppa-settings-autosave.php:581
7333
- msgid "Do you want the comment system active?"
7334
- msgstr "Voulez vous que le système de commentaire soit activé?"
7335
-
7336
- #: wppa-settings-autosave.php:582
7337
- msgid "Enable the comment system and show the comments in the slideshow."
7338
- msgstr ""
7339
- "Activer le système de commentaire et montrer les commentaires dans le "
7340
- "diaporama."
7341
-
7342
- #: wppa-settings-autosave.php:583
7343
- msgid "You can configure the details of the comment system later"
7344
- msgstr "Vous pouvez configurer les détails du système de commentaire plus tard"
7345
-
7346
- #: wppa-settings-autosave.php:590
7347
- msgid "Do you want the social media share buttons displayed?"
7348
- msgstr ""
7349
- "Voulez vous que le bouton de partage sur les réseaux sociaux soit affiché?"
7350
-
7351
- #: wppa-settings-autosave.php:591
7352
- msgid "Display the social media buttons in the slideshow"
7353
- msgstr "Afficher les boutons de réseaux sociaux dans le diaporama"
7354
-
7355
- #: wppa-settings-autosave.php:592
7356
- msgid ""
7357
- "These buttons share the specific photo rather than the page where it is "
7358
- "displayed on"
7359
- msgstr ""
7360
- "Ces boutons partagent une photo spécifique plutôt que la page où celle ci "
7361
- "est affichée"
7362
-
7363
- #: wppa-settings-autosave.php:599
7364
- msgid "Are you going to use IPTC data?"
7365
- msgstr "Voulez vous utiliser les données IPTC ?"
7366
-
7367
- #: wppa-settings-autosave.php:600
7368
- msgid ""
7369
- "IPTC data is information you may have added in a photo manipulation program."
7370
- msgstr ""
7371
- "Les données IPTC sont les informations que vous avez éventuellement ajoutées "
7372
- "dans un programme de retouche d'image."
7373
-
7374
- #: wppa-settings-autosave.php:601 wppa-settings-autosave.php:610
7375
- msgid ""
7376
- "The information can be displayed in slideshows and in photo descriptions."
7377
- msgstr ""
7378
- "Cette information peut être affichée dans les diaporama et dans la "
7379
- "description des photos."
7380
-
7381
- #: wppa-settings-autosave.php:608
7382
- msgid "Are you going to use EXIF data?"
7383
- msgstr "Voulez vous utiliser les données EXIF ?"
7384
-
7385
- #: wppa-settings-autosave.php:609
7386
- msgid ""
7387
- "EXIF data is information from the camera like model no, focal distance and "
7388
- "aperture used."
7389
- msgstr ""
7390
- "Les données EXIF sont les informations fournies par l'appareil photo "
7391
- "numérique. Par exemple le numéro de modèle, la focale et l'ouverture "
7392
- "utilisées."
7393
-
7394
- #: wppa-settings-autosave.php:617
7395
- msgid "Are you going to use GPX data?"
7396
- msgstr "Voulez vous utiliser les données GPX ?"
7397
-
7398
- #: wppa-settings-autosave.php:618
7399
- msgid ""
7400
- "Some cameras and mobile devices save the geographic location where the photo "
7401
- "is taken."
7402
- msgstr ""
7403
- "Certains appareils enregistrent la position géographique lors de la prise de "
7404
- "la photo."
7405
-
7406
- #: wppa-settings-autosave.php:619
7407
- msgid "A Google map can be displayed in slideshows."
7408
- msgstr "Une carte Google peut être affichée dans les diaporamas."
7409
-
7410
- #: wppa-settings-autosave.php:626
7411
- msgid "Are you going to use Fotomoto?"
7412
- msgstr "Voulez vous utiliser Fotomoto?"
7413
-
7414
- #: wppa-settings-autosave.php:627
7415
- msgid ""
7416
- "<a href=\"http://www.fotomoto.com/\" target=\"_blank\" >Fotomoto</a> is an "
7417
- "on-line print service."
7418
- msgstr ""
7419
- "<a href=\"http://www.fotomoto.com/\" target=\"_blank\" >Fotomoto</a> est un "
7420
- "service d'impression en ligne."
7421
-
7422
- #: wppa-settings-autosave.php:628
7423
- msgid "If you answer Yes, you will have to open an account on Fotomoto."
7424
- msgstr ""
7425
- "Si vous répondez oui, vous devrez créer un compte sur le site web de "
7426
- "Fotomoto."
7427
-
7428
- #: wppa-settings-autosave.php:635
7429
- msgid "Are you going to add videofiles?"
7430
- msgstr "Allez vous charger des fichiers vidéo?"
7431
-
7432
- #: wppa-settings-autosave.php:636
7433
- msgid "You can mix videos and photos in any album."
7434
- msgstr "Vous pouvez mélanger des photos et des vidéos dans les albums."
7435
-
7436
- #: wppa-settings-autosave.php:637 wppa-settings-autosave.php:646
7437
- #: wppa-settings-autosave.php:655 wppa-settings-autosave.php:664
7438
- msgid "You can configure the details later"
7439
- msgstr "Vous pouvez configurer les détails plus tard"
7440
-
7441
- #: wppa-settings-autosave.php:644
7442
- msgid "Are you going to add audiofiles?"
7443
- msgstr "Allez vous charger des fichiers audio?"
7444
-
7445
- #: wppa-settings-autosave.php:645
7446
- msgid "You can add audio to photos in any album."
7447
- msgstr "Vous pouvez ajouter de l'audio aux photos dans les albums."
7448
-
7449
- #: wppa-settings-autosave.php:653
7450
- msgid "Are you going to upload 3D stereo photos?"
7451
- msgstr "Allez vous charger des photo en 3D stéréo?"
7452
-
7453
- #: wppa-settings-autosave.php:654
7454
- msgid "You can add l-r and r-l stereo photo pairs."
7455
- msgstr "Vous pouvez ajouter des paires de photos stéréo g-d et d-g."
7456
-
7457
- #: wppa-settings-autosave.php:662
7458
- msgid "Are you going to upload pdf files?"
7459
- msgstr "Allez-vous télécharger des fichiers pdf?"
7460
-
7461
- #: wppa-settings-autosave.php:663
7462
- #, fuzzy
7463
- msgid "You can add pdf files in any album."
7464
- msgstr "Vous pouvez ajouter des fichiers pdf dans n'importe quel album."
7465
-
7466
- #: wppa-settings-autosave.php:671
7467
- msgid "Done?"
7468
- msgstr "Fait?"
7469
-
7470
- #: wppa-settings-autosave.php:672
7471
- msgid "If you are ready answering these questions, select <b>yes</b>"
7472
- msgstr "Si vous êtes prêt(e) répondre à ces questions, choisissez <b>oui</b>"
7473
-
7474
- #: wppa-settings-autosave.php:673
7475
- msgid ""
7476
- "You can change any setting later, and be more specific and add a lot of "
7477
- "settings. For now it is enough, go create albums and upload photos!"
7478
- msgstr ""
7479
- "Vous pouvez changer les réglages plus tard, être plus spécifique et ajouter "
7480
- "de nombreuses options. Pour le moment, c'est suffisant, aller créer des "
7481
- "albums et charger des photos!"
7482
-
7483
- #: wppa-settings-autosave.php:677
7484
- msgid ""
7485
- "Thank you!. The most important settings are done now. You can refine your "
7486
- "settings, the behaviour and appearance of WPPA+ in the Tables below."
7487
- msgstr ""
7488
- "Merci! Les réglages les plus importants sont définis maintenant. Vous pouvez "
7489
- "affiner vos réglages, le comportement et l'apparence de WPPA+ dans les "
7490
- "tables ci dessous."
7491
-
7492
- #: wppa-settings-autosave.php:702
7493
- msgid "Table I:"
7494
- msgstr "Table I:"
7495
-
7496
- #: wppa-settings-autosave.php:702
7497
- msgid "Sizes:"
7498
- msgstr "Tailles:"
7499
-
7500
- #: wppa-settings-autosave.php:703
7501
- msgid ""
7502
- "This table describes all the sizes and size options (except fontsizes) for "
7503
- "the generation and display of the WPPA+ elements."
7504
- msgstr ""
7505
- "Cette table décrit tout ce qui concerne les tailles et options liées "
7506
- "(excepté les tailles de police) pour la génération et affichage des élément "
7507
- "de WPPA+."
7508
-
7509
- #: wppa-settings-autosave.php:721
7510
- msgid "WPPA+ global system related size settings"
7511
- msgstr "Réglages systèmes globaux de WPPA+ liés aux tailles"
7512
-
7513
- #: wppa-settings-autosave.php:723
7514
- msgid "Column Width"
7515
- msgstr "Largeur de colonne"
7516
-
7517
- #: wppa-settings-autosave.php:724
7518
- msgid "The width of the main column in your theme's display area."
7519
- msgstr ""
7520
- "La largeur de la colonne principale dans la zone d’affichage de votre thème."
7521
-
7522
- #: wppa-settings-autosave.php:725
7523
- msgid "Enter the width of the main column in your theme's display area."
7524
- msgstr ""
7525
- "Entrer la largeur de la colonne principale dans la zone d’affichage de votre "
7526
- "thème."
7527
-
7528
- #: wppa-settings-autosave.php:726
7529
- msgid ""
7530
- "You should set this value correctly to make sure the fullsize images are "
7531
- "properly aligned horizontally."
7532
- msgstr ""
7533
- "Vous devriez régler cette valeur correctement pour vous assurer que les "
7534
- "images pleine taille soient correctement alignées horizontalement."
7535
-
7536
- #: wppa-settings-autosave.php:727
7537
- msgid ""
7538
- "You may enter 'auto' for use in themes that have a floating content column."
7539
- msgstr ""
7540
- "Vous devriez entrer 'auto'' si vous utilisez un thème qui a une colonne avec "
7541
- "contenu flottant."
7542
-
7543
- #: wppa-settings-autosave.php:728
7544
- msgid "The use of 'auto' is required for responsive themes."
7545
- msgstr ""
7546
- "L'utilisation du paramètre 'auto' est requis pour les thèmes adaptatifs."
7547
-
7548
- #: wppa-settings-autosave.php:736
7549
- msgid "Initial Width"
7550
- msgstr "Largeur initiale"
7551
-
7552
- #: wppa-settings-autosave.php:737
7553
- msgid "The most often displayed colun width in responsive theme"
7554
- msgstr ""
7555
- "La largeur de la colonne la plus souvent affichée dans un thème adaptatif"
7556
-
7557
- #: wppa-settings-autosave.php:738
7558
- msgid ""
7559
- "Change this value only if your responsive theme shows initially a wrong "
7560
- "column width."
7561
- msgstr ""
7562
- "Changer cette valeur uniquement si votre thème adaptatif affiche "
7563
- "initialement une largeur de colonne incorrecte."
7564
-
7565
- #: wppa-settings-autosave.php:745
7566
- msgid "Resize on Upload"
7567
- msgstr "Redimensionner au chargement"
7568
-
7569
- #: wppa-settings-autosave.php:746
7570
- msgid "Indicate if the photos should be resized during upload."
7571
- msgstr ""
7572
- "Indiquez si les photos doivent être redimensionnées lors du chargement."
7573
-
7574
- #: wppa-settings-autosave.php:747
7575
- msgid ""
7576
- "If you check this item, the size of the photos will be reduced to the "
7577
- "dimension specified in the next item during the upload/import process."
7578
- msgstr ""
7579
- "Si vous cochez cet item, la taille des photos sera réduite aux dimensions "
7580
- "spécifiées dans l'item suivant pendant le processus de chargement/import."
7581
-
7582
- #: wppa-settings-autosave.php:748
7583
- msgid "The photos will never be stretched during upload if they are smaller."
7584
- msgstr ""
7585
- "Les photos ne seront jamais étirées pendant le chargement si elles ont plus "
7586
- "petites."
7587
-
7588
- #: wppa-settings-autosave.php:756
7589
- msgid "Resize to"
7590
- msgstr "Redimensionner à"
7591
-
7592
- #: wppa-settings-autosave.php:757
7593
- msgid "Resize photos to fit within a given area."
7594
- msgstr "Redimensionner les photos pour s'adapter à unr zone donnée."
7595
-
7596
- #: wppa-settings-autosave.php:758
7597
- msgid "Specify the screensize for the unscaled photos."
7598
- msgstr "Spécifier la taille écran pour les photos non mises à l'échelle."
7599
-
7600
- #: wppa-settings-autosave.php:759
7601
- msgid ""
7602
- "The use of a non-default value is particularly usefull when you make use of "
7603
- "lightbox functionality."
7604
- msgstr ""
7605
- "L'utilisation de valeurs personnalisées est préférable lorsque vous utilisez "
7606
- "la fonctionnalité Lightbox."
7607
-
7608
- #: wppa-settings-autosave.php:761 wppa-settings-autosave.php:783
7609
- #: wppa-settings-autosave.php:794 wppa-settings-autosave.php:803
7610
- #: wppa-settings-autosave.php:848 wppa-settings-autosave.php:894
7611
- #: wppa-settings-autosave.php:917 wppa-settings-autosave.php:924
7612
- #: wppa-settings-autosave.php:943 wppa-settings-autosave.php:964
7613
- #: wppa-settings-autosave.php:974 wppa-settings-autosave.php:1068
7614
- #: wppa-settings-autosave.php:1102 wppa-settings-autosave.php:1122
7615
- #: wppa-settings-autosave.php:1131 wppa-settings-autosave.php:1142
7616
- #: wppa-settings-autosave.php:1154 wppa-settings-autosave.php:1175
7617
- #: wppa-settings-autosave.php:1195 wppa-settings-autosave.php:1258
7618
- #: wppa-settings-autosave.php:1267 wppa-settings-autosave.php:1278
7619
- #: wppa-settings-autosave.php:1298 wppa-settings-autosave.php:1318
7620
- #: wppa-settings-autosave.php:1338 wppa-settings-autosave.php:1358
7621
- #: wppa-settings-autosave.php:1378 wppa-settings-autosave.php:1398
7622
- #: wppa-settings-autosave.php:1407 wppa-settings-autosave.php:1416
7623
- #: wppa-settings-autosave.php:1449 wppa-settings-autosave.php:1458
7624
- #: wppa-settings-autosave.php:1469 wppa-settings-autosave.php:1481
7625
- #: wppa-settings-autosave.php:1490 wppa-settings-autosave.php:4975
7626
- #: wppa-settings-autosave.php:4992 wppa-settings-autosave.php:5009
7627
- #: wppa-settings-autosave.php:5026 wppa-settings-autosave.php:5043
7628
- #: wppa-settings-autosave.php:5060 wppa-settings-autosave.php:5077
7629
- #: wppa-settings-autosave.php:5094 wppa-settings-autosave.php:5111
7630
- #: wppa-settings-autosave.php:5129 wppa-settings-autosave.php:6514
7631
- #: wppa-settings-autosave.php:6525 wppa-settings-autosave.php:9555
7632
- #: wppa-settings-autosave.php:9760 wppa-settings-autosave.php:9811
7633
- #: wppa-settings-autosave.php:9829
7634
- msgid "pixels"
7635
- msgstr "pixels"
7636
-
7637
- #: wppa-settings-autosave.php:762
7638
- msgid "Fit within rectangle as set in Table I-B1,2"
7639
- msgstr "Ajuster au rectangle comme réglé dans la table I-B1,2"
7640
-
7641
- #: wppa-settings-autosave.php:769
7642
- msgid "Photocount threshold"
7643
- msgstr "Seuil de comptage photo"
7644
-
7645
- #: wppa-settings-autosave.php:770
7646
- msgid "Number of photos in an album must exceed."
7647
- msgstr "Le nombre de photos dans un album doit excéder."
7648
-
7649
- #: wppa-settings-autosave.php:771
7650
- msgid ""
7651
- "Photos do not show up in the album unless there are more than this number of "
7652
- "photos in the album. This allows you to have cover photos on an album that "
7653
- "contains only sub albums without seeing them in the list of sub albums. "
7654
- "Usually set to 0 (always show) or 1 (for one cover photo)."
7655
- msgstr ""
7656
- "Les photos ne s'affichent pas dans l'album sauf si il y en a plus que ce "
7657
- "nombre. Cela permet d'avoir des photos de couverture dans un album qui "
7658
- "contient uniquement des albums fils sans les voir dans la liste des albums "
7659
- "fils. Généralement réglé à 0 (toujours montrer) ou 1 (pour une photo de "
7660
- "couverture)."
7661
-
7662
- #: wppa-settings-autosave.php:773 wppa-settings-autosave.php:812
7663
- #: wppa-settings-autosave.php:1287 wppa-settings-autosave.php:1327
7664
- #: wppa-settings-autosave.php:1347 wppa-settings-autosave.php:1387
7665
- #: wppa-settings-autosave.php:4303 wppa-settings-autosave.php:6415
7666
- #: wppa-settings-autosave.php:8521
7667
- msgid "photos"
7668
- msgstr "photos"
7669
-
7670
- #: wppa-settings-autosave.php:778
7671
- msgid "Border thickness"
7672
- msgstr "Épaisseur de bordure"
7673
-
7674
- #: wppa-settings-autosave.php:779
7675
- msgid "Thickness of wppa+ box borders."
7676
- msgstr "Épaisseur de la bordure pour la boîte WPPA+"
7677
-
7678
- #: wppa-settings-autosave.php:780
7679
- msgid ""
7680
- "Enter the thickness for the border of the WPPA+ boxes. A number of 0 means: "
7681
- "no border."
7682
- msgstr ""
7683
- "Entrer l'épaisseur des bordures des boîtes WPPA+. Une valeur à 0 veut dire: "
7684
- "pas de bordure."
7685
-
7686
- #: wppa-settings-autosave.php:781 wppa-settings-autosave.php:791
7687
- msgid "WPPA+ boxes are: the navigation bars and the filmstrip."
7688
- msgstr "Les boîtes WPPA+ sont: les barres de navigation et le filmstrip."
7689
-
7690
- #: wppa-settings-autosave.php:789
7691
- msgid "Radius of wppa+ box borders."
7692
- msgstr "Rayon de la bordure pour la boîte WPPA+"
7693
-
7694
- #: wppa-settings-autosave.php:790
7695
- msgid ""
7696
- "Enter the corner radius for the border of the WPPA+ boxes. A number of 0 "
7697
- "means: no rounded corners."
7698
- msgstr ""
7699
- "Entrer le rayon de l'arrondi de bordure des boîtes WPPA+. Une valeur à 0 "
7700
- "veut dire: pas de coins arrondis."
7701
-
7702
- #: wppa-settings-autosave.php:792
7703
- msgid "Note that rounded corners are only supported by modern browsers."
7704
- msgstr ""
7705
- "Noter que les coins arrondis sont seulement supportés dans les navigateurs "
7706
- "modernes."
7707
-
7708
- #: wppa-settings-autosave.php:800
7709
- msgid "Distance between wppa+ boxes."
7710
- msgstr "Distance entre les boîtes WPPA+"
7711
-
7712
- #: wppa-settings-autosave.php:808
7713
- msgid "Related count"
7714
- msgstr "Comptage lié"
7715
-
7716
- #: wppa-settings-autosave.php:809
7717
- msgid "The default maximum number of related photos to find."
7718
- msgstr "La valeur par défaut du nombre max de photos concernées à trouver."
7719
-
7720
- #: wppa-settings-autosave.php:810
7721
- msgid ""
7722
- "When using shortcodes like [wppa type=\"album\" album=\"#related,desc,23\"][/"
7723
- "wppa], the maximum number is 23. Omitting the number gives the maximum of "
7724
- "this setting."
7725
- msgstr ""
7726
- "Quand vous utilisez des codes courts comme [wppa type=\"album\" album="
7727
- "\"#related,desc,23\"][/wppa], le nombre maximum autorisé est 23. Omettre le "
7728
- "nombre règle la valeur au maximum."
7729
-
7730
- #: wppa-settings-autosave.php:818
7731
- msgid "The maximum number of pagelinks to be displayed."
7732
- msgstr "Le nombre maximum de liens de page pouvant être affichés."
7733
-
7734
- #: wppa-settings-autosave.php:821
7735
- msgid "pages"
7736
- msgstr "pages"
7737
-
7738
- #: wppa-settings-autosave.php:826
7739
- msgid "Max file name length"
7740
- msgstr "Longueur max. du nom de fichier"
7741
-
7742
- #: wppa-settings-autosave.php:827
7743
- msgid "The max length of a photo file name excluding the extension."
7744
- msgstr ""
7745
- "La longueur maximum d'un nom de fichier photo (sans excluant l'extension)."
7746
-
7747
- #: wppa-settings-autosave.php:828 wppa-settings-autosave.php:837
7748
- msgid "A setting of 0 means: unlimited."
7749
- msgstr "Réglage à 0 veut dire: pas de limite."
7750
-
7751
- #: wppa-settings-autosave.php:830 wppa-settings-autosave.php:839
7752
- msgid "chars"
7753
- msgstr "caractères"
7754
-
7755
- #: wppa-settings-autosave.php:835
7756
- msgid "Max photo name length"
7757
- msgstr "Longueur max. du nom de photo"
7758
-
7759
- #: wppa-settings-autosave.php:836
7760
- msgid "The max length of a photo name."
7761
- msgstr "La longueur maximum d'un nom de photo."
7762
-
7763
- #: wppa-settings-autosave.php:845
7764
- msgid "The height of your sticky header."
7765
- msgstr "La hauteur de votre tête de collant."
7766
-
7767
- #: wppa-settings-autosave.php:846
7768
- msgid "If your theme has a sticky header, enter its height here."
7769
- msgstr "Si votre thème a un tête de collant, entrez sa hauteur ici."
7770
-
7771
- #: wppa-settings-autosave.php:854
7772
- msgid "Slideshow related size settings"
7773
- msgstr "Réglages de taille pour le diaporama"
7774
-
7775
- #: wppa-settings-autosave.php:856
7776
- msgid "Maximum Width"
7777
- msgstr "Largeur maximum"
7778
-
7779
- #: wppa-settings-autosave.php:857
7780
- msgid "The maximum width photos will be displayed in slideshows."
7781
- msgstr "La largeur maximum des photos affichées dans les diaporamas."
7782
-
7783
- #: wppa-settings-autosave.php:858 wppa-settings-autosave.php:869
7784
- msgid ""
7785
- "Enter the largest size in pixels as how you want your photos to be displayed."
7786
- msgstr ""
7787
- "Entrez la plus grande taille en pixels que vous souhaiteriez pour "
7788
- "l’affichage de vos photos. "
7789
-
7790
- #: wppa-settings-autosave.php:859
7791
- msgid ""
7792
- "This is usually the same as the Column Width (Table I-A1), but it may differ."
7793
- msgstr ""
7794
- "C'est généralement la même que la largeur de colonne (Table I-A1), mais cela "
7795
- "peut varier."
7796
-
7797
- #: wppa-settings-autosave.php:867
7798
- msgid "Maximum Height"
7799
- msgstr "Hauteur maximum"
7800
-
7801
- #: wppa-settings-autosave.php:868
7802
- msgid "The maximum height photos will be displayed in slideshows."
7803
- msgstr "La hauteur maximum des photos affichées dans les diaporamas."
7804
-
7805
- #: wppa-settings-autosave.php:870
7806
- msgid ""
7807
- "This setting defines the height of the space reserved for photos in "
7808
- "slideshows."
7809
- msgstr ""
7810
- "Ces réglages définissent la hauteur de l'espace réservé pour les photos dans "
7811
- "les diaporamas."
7812
-
7813
- #: wppa-settings-autosave.php:871
7814
- msgid ""
7815
- "If you change the width of a display by the size=\"..\" shortcode attribute, "
7816
- "this value changes proportionally to match the aspect ratio as defined by "
7817
- "this and the previous setting."
7818
- msgstr ""
7819
- "Si vous modifiez la largeur d'un affichage par la attribute code court size="
7820
- "\"..\", cette valeur change proportionnellement pour correspondre au rapport "
7821
- "d'aspect tel que défini par le présent et le réglage précédent."
7822
-
7823
- #: wppa-settings-autosave.php:873 wppa-settings-autosave.php:1046
7824
- #: wppa-settings-autosave.php:1057
7825
- msgid "pixels high"
7826
- msgstr "pixels en hauteur"
7827
-
7828
- #: wppa-settings-autosave.php:878
7829
- msgid "Stretch to fit"
7830
- msgstr "Etirer pour adapter"
7831
-
7832
- #: wppa-settings-autosave.php:879
7833
- msgid "Stretch photos that are too small."
7834
- msgstr "Etirer les photos qui sont trop petites."
7835
-
7836
- #: wppa-settings-autosave.php:880
7837
- msgid ""
7838
- "Images will be stretched to the Maximum Size at display time if they are "
7839
- "smaller. Leaving unchecked is recommended. It is better to upload photos "
7840
- "that fit well the sizes you use!"
7841
- msgstr ""
7842
- "Les images seront étirées à la taille maximum au moment de l'affichage si "
7843
- "elles sont plus petites. Laisser décoché est recommandé. C'est mieux de "
7844
- "charger des photos qui sont adaptées à la taille que vous utilisez!"
7845
-
7846
- #: wppa-settings-autosave.php:887
7847
- msgid "Slideshow borderwidth"
7848
- msgstr "Épaisseur de bordure du diaporama"
7849
-
7850
- #: wppa-settings-autosave.php:888
7851
- msgid "The width of the border around slideshow images."
7852
- msgstr "La largeur de la bordure autour des images du diaporama."
7853
-
7854
- #: wppa-settings-autosave.php:889
7855
- msgid ""
7856
- "The border is made by the image background being larger than the image "
7857
- "itsself (padding)."
7858
- msgstr ""
7859
- "La bordure est faite avec l'image d'arrière plan plus grande que l'image "
7860
- "elle-même (padding)."
7861
-
7862
- #: wppa-settings-autosave.php:890
7863
- msgid ""
7864
- "Additionally there may be a one pixel outline of a different color. See "
7865
- "Table III-A2."
7866
- msgstr ""
7867
- "Additionnellement il peut y avoir un surlignement de un pixel d'une couleur "
7868
- "différente. Voir table III-A2."
7869
-
7870
- #: wppa-settings-autosave.php:891
7871
- msgid "The number you enter here is exclusive the one pixel outline."
7872
- msgstr ""
7873
- "Le nombre que vous entrez ici est exclusif au surlignement de un pixel."
7874
-
7875
- #: wppa-settings-autosave.php:892
7876
- msgid "If you leave this entry empty, there will be no outline either."
7877
- msgstr "Si vous laissez cela vide, il n'y aura aucun surlignage."
7878
-
7879
- #: wppa-settings-autosave.php:899
7880
- msgid "Numbar Max"
7881
- msgstr "Numbar Max"
7882
-
7883
- #: wppa-settings-autosave.php:900
7884
- msgid "Maximum numbers to display."
7885
- msgstr "Le nombre maximum à afficher"
7886
-
7887
- #: wppa-settings-autosave.php:901
7888
- msgid ""
7889
- "In order to attempt to fit on one line, the numbers will be replaced by dots "
7890
- "- except the current - when there are more than this number of photos in a "
7891
- "slideshow."
7892
- msgstr ""
7893
- "Pour tenter de s'inscrire sur une ligne, les numéros seront remplacés par "
7894
- "des points - sauf le courant - lorsqu'il y a plus que ce nombre de photos "
7895
- "dans un diaporama."
7896
-
7897
- #: wppa-settings-autosave.php:903
7898
- msgid "numbers"
7899
- msgstr "nombres"
7900
-
7901
- #: wppa-settings-autosave.php:908
7902
- msgid "Share button size"
7903
- msgstr "Taille du bouton de partage"
7904
-
7905
- #: wppa-settings-autosave.php:909
7906
- msgid "The size of the social media icons in the Share box"
7907
- msgstr "La taille des icônes des réseaux sociaux dans la boite de partage"
7908
-
7909
- #: wppa-settings-autosave.php:919
7910
- msgid "Mini Threshold"
7911
- msgstr "Mini seuil"
7912
-
7913
- #: wppa-settings-autosave.php:920
7914
- #, fuzzy
7915
- msgid "Show mini text at slideshow smaller than."
7916
- msgstr "Afficher le mini texte au diaporama inférieur à."
7917
-
7918
- #: wppa-settings-autosave.php:921
7919
- msgid ""
7920
- "Display Next and Prev. as opposed to Next photo and Previous photo when the "
7921
- "cotainer is smaller than this size."
7922
- msgstr ""
7923
- "Afficher Suiv. et Préc. à la place de Photo suivante et photo précédente "
7924
- "quand le container est plus petit que cette taille."
7925
-
7926
- #: wppa-settings-autosave.php:922
7927
- msgid "Special use in responsive themes."
7928
- msgstr "Utilisation spéciale dans les thèmes adaptatifs."
7929
-
7930
- #: wppa-settings-autosave.php:930
7931
- msgid "The maximum number of slides in a certain view. 0 means no pagination"
7932
- msgstr ""
7933
- "Le nombre maximum de diapos dans une certaine vue. 0 signifie pas de "
7934
- "pagination"
7935
-
7936
- #: wppa-settings-autosave.php:933 wppa-settings-autosave.php:952
7937
- msgid "slides"
7938
- msgstr "diapos"
7939
-
7940
- #: wppa-settings-autosave.php:938
7941
- msgid "Filmstrip Thumbnail Size"
7942
- msgstr "Filmstrip Taille des vignettes"
7943
-
7944
- #: wppa-settings-autosave.php:939
7945
- msgid "The size of the filmstrip images."
7946
- msgstr "La taille des images filmstrip."
7947
-
7948
- #: wppa-settings-autosave.php:940 wppa-settings-autosave.php:961
7949
- #: wppa-settings-autosave.php:971 wppa-settings-autosave.php:1172
7950
- #: wppa-settings-autosave.php:1182 wppa-settings-autosave.php:1192
7951
- #: wppa-settings-autosave.php:1202
7952
- msgid "This size applies to the width or height, whichever is the largest."
7953
- msgstr ""
7954
- "Cette taille s'applique à la largeur ou hauteur, peu importe laquelle est la "
7955
- "plus grande."
7956
-
7957
- #: wppa-settings-autosave.php:941 wppa-settings-autosave.php:962
7958
- #: wppa-settings-autosave.php:972
7959
- msgid ""
7960
- "Changing the thumbnail size may result in all thumbnails being regenerated. "
7961
- "this may take a while."
7962
- msgstr ""
7963
- "Modifier la taille des vignettes peut nécessiter qu'elles soient toutes "
7964
- "régénérées. Cela peut prendre du temps."
7965
-
7966
- #: wppa-settings-autosave.php:949
7967
- msgid "The max number of slides in a slideonly display"
7968
- msgstr "Le nombre maximum des diapositives dans une présentation slideonly"
7969
-
7970
- #: wppa-settings-autosave.php:957
7971
- msgid "Thumbnail photos related size settings"
7972
- msgstr "Réglages liés à la taille des vignettes"
7973
-
7974
- #: wppa-settings-autosave.php:959
7975
- msgid "Thumbnail Size"
7976
- msgstr "Taille vignette"
7977
-
7978
- #: wppa-settings-autosave.php:960
7979
- msgid "The size of the thumbnail images."
7980
- msgstr "La taille des vignettes"
7981
-
7982
- #: wppa-settings-autosave.php:969
7983
- msgid "Thumbnail Size Alt"
7984
- msgstr "Taille vignette alt."
7985
-
7986
- #: wppa-settings-autosave.php:970
7987
- msgid "The alternative size of the thumbnail images."
7988
- msgstr "La taille alternative des vignettes"
7989
-
7990
- #: wppa-settings-autosave.php:979
7991
- msgid "Thumbnail Aspect"
7992
- msgstr "Aspect vignette"
7993
-
7994
- #: wppa-settings-autosave.php:980
7995
- msgid "Aspect ration of thumbnail image"
7996
- msgstr "Aspect ratio de la vignette"
7997
-
7998
- #: wppa-settings-autosave.php:984
7999
- msgid "--- same as fullsize ---"
8000
- msgstr "--- Identique pleine taille ---"
8001
-
8002
- #: wppa-settings-autosave.php:985
8003
- msgid "--- square clipped ---"
8004
- msgstr "--- rogné : dalle ---"
8005
-
8006
- #: wppa-settings-autosave.php:986
8007
- msgid "4:5 landscape clipped"
8008
- msgstr "rogné : paysage 4:5"
8009
-
8010
- #: wppa-settings-autosave.php:987
8011
- msgid "3:4 landscape clipped"
8012
- msgstr "rogné : paysage 3:4"
8013
-
8014
- #: wppa-settings-autosave.php:988
8015
- msgid "2:3 landscape clipped"
8016
- msgstr "rogné : paysage 2:3"
8017
-
8018
- #: wppa-settings-autosave.php:989
8019
- msgid "9:16 landscape clipped"
8020
- msgstr "rogné : paysage 9:16"
8021
-
8022
- #: wppa-settings-autosave.php:990
8023
- msgid "1:2 landscape clipped"
8024
- msgstr "rogné : paysage 1:2"
8025
-
8026
- #: wppa-settings-autosave.php:991
8027
- msgid "--- square padded ---"
8028
- msgstr "--- padded : dalle ---"
8029
-
8030
- #: wppa-settings-autosave.php:992
8031
- msgid "4:5 landscape padded"
8032
- msgstr "padded : paysage 4:5"
8033
-
8034
- #: wppa-settings-autosave.php:993
8035
- msgid "3:4 landscape padded"
8036
- msgstr "padded : paysage 3:4"
8037
-
8038
- #: wppa-settings-autosave.php:994
8039
- msgid "2:3 landscape padded"
8040
- msgstr "padded : paysage 2:3"
8041
-
8042
- #: wppa-settings-autosave.php:995
8043
- msgid "9:16 landscape padded"
8044
- msgstr "padded : paysage 9:16"
8045
-
8046
- #: wppa-settings-autosave.php:996
8047
- msgid "1:2 landscape padded"
8048
- msgstr "padded : paysage 1:2"
8049
-
8050
- #: wppa-settings-autosave.php:1018
8051
- msgid "Thumbframe width"
8052
- msgstr "Largeur cadre vignettes"
8053
-
8054
- #: wppa-settings-autosave.php:1019
8055
- msgid "The width of the thumbnail frame."
8056
- msgstr "La largeur du cadre des vignettes."
8057
-
8058
- #: wppa-settings-autosave.php:1020 wppa-settings-autosave.php:1031
8059
- msgid "Set the width of the thumbnail frame."
8060
- msgstr "La largeur du cadre de vignettes."
8061
-
8062
- #: wppa-settings-autosave.php:1021 wppa-settings-autosave.php:1032
8063
- #: wppa-settings-autosave.php:1043 wppa-settings-autosave.php:1054
8064
- #: wppa-settings-autosave.php:1065
8065
- msgid "Set width, height and spacing for the thumbnail frames."
8066
- msgstr "Régler largeur, hauteur et espacement pour les cadres vignettes."
8067
-
8068
- #: wppa-settings-autosave.php:1022 wppa-settings-autosave.php:1033
8069
- #: wppa-settings-autosave.php:1044 wppa-settings-autosave.php:1055
8070
- #: wppa-settings-autosave.php:1066
8071
- msgid ""
8072
- "These sizes should be large enough for a thumbnail image and - optionally - "
8073
- "the text under it."
8074
- msgstr ""
8075
- "Ces tailles doivent être suffisamment grandes pour une vignette et - "
8076
- "optionnellement - le texte en dessous."
8077
-
8078
- #: wppa-settings-autosave.php:1029
8079
- msgid "Thumbframe width Alt"
8080
- msgstr "Largeur cadre vignettes alt."
8081
-
8082
- #: wppa-settings-autosave.php:1030
8083
- msgid "The width of the alternative thumbnail frame."
8084
- msgstr "La largeur du cadre de vignettes alternatif."
8085
-
8086
- #: wppa-settings-autosave.php:1040
8087
- msgid "Thumbframe height"
8088
- msgstr "Hauteur cadre vignettes"
8089
-
8090
- #: wppa-settings-autosave.php:1041
8091
- msgid "The height of the thumbnail frame."
8092
- msgstr "La hauteur du cadre de vignettes."
8093
-
8094
- #: wppa-settings-autosave.php:1042 wppa-settings-autosave.php:1053
8095
- msgid "Set the height of the thumbnail frame."
8096
- msgstr "La hauteur du cadre des vignettes."
8097
-
8098
- #: wppa-settings-autosave.php:1051
8099
- msgid "Thumbframe height Alt"
8100
- msgstr "Hauteur cadre vignettes alt."
8101
-
8102
- #: wppa-settings-autosave.php:1052
8103
- msgid "The height of the alternative thumbnail frame."
8104
- msgstr "La hauteur du cadre de vignettes alternatif."
8105
-
8106
- #: wppa-settings-autosave.php:1062
8107
- msgid "Thumbnail spacing"
8108
- msgstr "Espacement vignettes"
8109
-
8110
- #: wppa-settings-autosave.php:1063
8111
- msgid "The spacing between adjacent thumbnail frames."
8112
- msgstr "L'espacement entre des cadres de vignettes adjacents."
8113
-
8114
- #: wppa-settings-autosave.php:1064
8115
- msgid "Set the minimal spacing between the adjacent thumbnail frames"
8116
- msgstr "Règle l'espacement minimal entre deux cadres de vignette"
8117
-
8118
- #: wppa-settings-autosave.php:1073
8119
- msgid "Auto spacing"
8120
- msgstr "Espacement automatique"
8121
-
8122
- #: wppa-settings-autosave.php:1074
8123
- msgid "Space the thumbnail frames automatic."
8124
- msgstr "Espace les cadres de vignette automatiquement."
8125
-
8126
- #: wppa-settings-autosave.php:1075
8127
- msgid ""
8128
- "If you check this box, the thumbnail images will be evenly distributed over "
8129
- "the available width."
8130
- msgstr ""
8131
- "Si vous cochez cette case, les vignettes seront distribuées de façon égale "
8132
- "sur la largeur disponible."
8133
-
8134
- #: wppa-settings-autosave.php:1076
8135
- msgid ""
8136
- "In this case, the thumbnail spacing value (setting I-9) will be regarded as "
8137
- "a minimum value."
8138
- msgstr ""
8139
- "Dans ce cas, l'espacement des vignettes (réglage I-9) sera considéré comme "
8140
- "une valeur minimum."
8141
-
8142
- #: wppa-settings-autosave.php:1083 wppa-settings-autosave.php:1221
8143
- msgid "Page size"
8144
- msgstr "Taille de la page"
8145
-
8146
- #: wppa-settings-autosave.php:1084
8147
- msgid "Max number of thumbnails per page."
8148
- msgstr "Nombre maximum de vignettes par page."
8149
-
8150
- #: wppa-settings-autosave.php:1085
8151
- msgid ""
8152
- "Enter the maximum number of thumbnail images per page. A value of 0 "
8153
- "indicates no pagination."
8154
- msgstr ""
8155
- "Entrer le nombre maximum de vignettes par page. Une valeur de 0 indique pas "
8156
- "de pagination."
8157
-
8158
- #: wppa-settings-autosave.php:1093
8159
- msgid "The size of the thumbnail popup images."
8160
- msgstr "La taille du popup vignettes."
8161
-
8162
- #: wppa-settings-autosave.php:1094
8163
- msgid ""
8164
- "Enter the size of the popup images. This size should be larger than the "
8165
- "thumbnail size."
8166
- msgstr ""
8167
- "Entrer la taille du popup vignettes. Cette taille doit être plus grande que "
8168
- "la taille des vignettes."
8169
-
8170
- #: wppa-settings-autosave.php:1095
8171
- msgid "This size should also be at least the cover image size."
8172
- msgstr "Cette taille doit aussi être au moins celle de l'image de couverture."
8173
-
8174
- #: wppa-settings-autosave.php:1096
8175
- msgid ""
8176
- "Changing the popup size may result in all thumbnails being regenerated. this "
8177
- "may take a while."
8178
- msgstr ""
8179
- "Modifier la taille du popup peut entraîner la régénération de toutes les "
8180
- "vignettes. Ceci peut prendre du temps."
8181
-
8182
- #: wppa-settings-autosave.php:1097
8183
- msgid ""
8184
- "Although this setting has only visual effect if \"Thumb popup\" (Table IV-"
8185
- "C8) is checked,"
8186
- msgstr ""
8187
- "Bien que ce réglage n'influe que sur le rendu visuel, si \"Popup vignette"
8188
- "\" (table IV-C8) est coché,"
8189
-
8190
- #: wppa-settings-autosave.php:1098
8191
- msgid ""
8192
- "the value must be right as it is the physical size of the thumbnail and "
8193
- "coverphoto images."
8194
- msgstr ""
8195
- "la valeur doit être valide car c'est la taille physique de la vignette et "
8196
- "des photos de couvertures."
8197
-
8198
- #: wppa-settings-autosave.php:1105
8199
- msgid "Use thumbs if fit"
8200
- msgstr "Utiliser les vignettes si adapté"
8201
-
8202
- #: wppa-settings-autosave.php:1106
8203
- msgid "Use the thumbnail image files if they are large enough."
8204
- msgstr "Utiliser les fichiers de vignette si ils sont assez grands."
8205
-
8206
- #: wppa-settings-autosave.php:1107
8207
- msgid "This setting speeds up page loading for small photos."
8208
- msgstr ""
8209
- "Ces réglages accélèrent le chargement de la page pour de petites photos."
8210
-
8211
- #: wppa-settings-autosave.php:1108
8212
- msgid ""
8213
- "Do NOT use this when your thumbnails have a forced aspect ratio (when Table "
8214
- "I-C2 is set to anything different from --- same as fullsize ---)"
8215
- msgstr ""
8216
- "Ne PAS utiliser ceci quand vos vignettes ont un ratio forcé (quand le "
8217
- "réglage table I-C2 est réglé différemment de --- même que pleine taille ---)"
8218
-
8219
- #: wppa-settings-autosave.php:1115
8220
- msgid "Album cover related size settings"
8221
- msgstr "Réglages de taille concernant la couverture de l'album"
8222
-
8223
- #: wppa-settings-autosave.php:1118
8224
- msgid "Maximum width for a album cover display."
8225
- msgstr "Largeur maximum pour l’affichage d'une couverture d'album."
8226
-
8227
- #: wppa-settings-autosave.php:1119
8228
- msgid ""
8229
- "Display covers in 2 or more columns if the display area is wider than the "
8230
- "given width."
8231
- msgstr ""
8232
- "Affiche les couvertures en 2 colonnes ou plus si la zone d'affichage est "
8233
- "plus grande que la largeur donnée."
8234
-
8235
- #: wppa-settings-autosave.php:1120
8236
- msgid ""
8237
- "This also applies for 'thumbnails as covers', and will NOT apply to single "
8238
- "items."
8239
- msgstr ""
8240
- "Cela s'applique aussi à 'vignettes comme couvertures', et ne s'appliquera "
8241
- "PAS à des items uniques."
8242
-
8243
- #: wppa-settings-autosave.php:1127
8244
- msgid "Min Cover height"
8245
- msgstr "Hauteur minimum de la couverture"
8246
-
8247
- #: wppa-settings-autosave.php:1128
8248
- msgid "Minimal height of an album cover."
8249
- msgstr "Hauteur minimale d'une couverture d'album."
8250
-
8251
- #: wppa-settings-autosave.php:1129
8252
- msgid ""
8253
- "If you use this setting to make the albums the same height and you are not "
8254
- "satisfied about the lay-out, try increasing the value in the next setting"
8255
- msgstr ""
8256
- "Si vous utilisez ce réglage pour appliquer la même taille aux albums et "
8257
- "n'êtes pas satisfaits de la disposition, essayer d'augmenter la valeur du "
8258
- "réglage suivant"
8259
-
8260
- #: wppa-settings-autosave.php:1136
8261
- msgid "Min Text frame height"
8262
- msgstr "Hateur minimum du cadre de texte"
8263
-
8264
- #: wppa-settings-autosave.php:1137
8265
- msgid "The minimal cover text frame height incl header."
8266
- msgstr "La hauteur minimale du cadre de texte de couverture entête incluse."
8267
-
8268
- #: wppa-settings-autosave.php:1138
8269
- msgid ""
8270
- "The height starting with the album title up to and including the view- and "
8271
- "the slideshow- links."
8272
- msgstr ""
8273
- "La hauteur à partir du titre de l'album jusqu'aux liens de la vue et du "
8274
- "diaporama inclus."
8275
-
8276
- #: wppa-settings-autosave.php:1139
8277
- msgid ""
8278
- "This setting enables you to give the album covers the same height while the "
8279
- "title does not need to fit on one line."
8280
- msgstr ""
8281
- "Ce réglage vous permet de donner aux couvertures d'album une hauteur "
8282
- "identique alors que le titre peut faire plus d'une ligne."
8283
-
8284
- #: wppa-settings-autosave.php:1140
8285
- msgid "This is the recommended setting to line-up your covers!"
8286
- msgstr "Ceci est le réglage recommandé pour aligner vos couvertures!"
8287
-
8288
- #: wppa-settings-autosave.php:1147
8289
- msgid "Min Description height"
8290
- msgstr "Hauteur minimum de la description"
8291
-
8292
- #: wppa-settings-autosave.php:1148
8293
- msgid "The minimal height of the album description text frame."
8294
- msgstr "La hauteur minimale du cadre de texte de description de l'album."
8295
-
8296
- #: wppa-settings-autosave.php:1149
8297
- msgid "The minimal height of the description field in an album cover display."
8298
- msgstr "La hauteur minimale du champ de description de la couverture d'album."
8299
-
8300
- #: wppa-settings-autosave.php:1150
8301
- msgid ""
8302
- "This setting enables you to give the album covers the same height provided "
8303
- "that the cover images are equally sized and the titles fit on one line."
8304
- msgstr ""
8305
- "Ce réglage vous permet de donner aux couvertures d'album une hauteur "
8306
- "identique alors que les images de couverture sont de taille égale et que les "
8307
- "titres tiennent sur une ligne."
8308
-
8309
- #: wppa-settings-autosave.php:1151
8310
- msgid ""
8311
- "To force the coverphotos have equal heights, tick the box in Table I-D7."
8312
- msgstr ""
8313
- "Pour forcer une hauteur identique pour les photos de couverture, cocher la "
8314
- "case dans la table I-D7."
8315
-
8316
- #: wppa-settings-autosave.php:1152
8317
- msgid ""
8318
- "You may need this setting if changing the previous setting is not sufficient "
8319
- "to line-up the covers."
8320
- msgstr ""
8321
- "Ce réglage peut être nécessaire si la modification du réglage précédent "
8322
- "n'est pas suffisant pour aligner les couvertures."
8323
-
8324
- #: wppa-settings-autosave.php:1159
8325
- msgid "Coverphoto responsive"
8326
- msgstr "Photo de couverture réactive"
8327
-
8328
- #: wppa-settings-autosave.php:1160
8329
- msgid "Check this box if you want a responsive coverphoto."
8330
- msgstr "Cochez cette case si vous voulez une photo de couverture réactive."
8331
-
8332
- #: wppa-settings-autosave.php:1170 wppa-settings-autosave.php:1180
8333
- msgid "Coverphoto size"
8334
- msgstr "Taille de la photo de couverture"
8335
-
8336
- #: wppa-settings-autosave.php:1171 wppa-settings-autosave.php:1181
8337
- msgid "The size of the coverphoto."
8338
- msgstr "La taille de la photo de couverture."
8339
-
8340
- #: wppa-settings-autosave.php:1173 wppa-settings-autosave.php:1183
8341
- #: wppa-settings-autosave.php:1193 wppa-settings-autosave.php:1203
8342
- msgid ""
8343
- "Changing the coverphoto size may result in all thumbnails being regenerated. "
8344
- "this may take a while."
8345
- msgstr ""
8346
- "Changer la photo de couverture peut entraîner la régénération de toutes les "
8347
- "vignettes. Cela peut prendre du temps."
8348
-
8349
- #: wppa-settings-autosave.php:1185 wppa-settings-autosave.php:1205
8350
- msgid "percent"
8351
- msgstr "pourcent"
8352
-
8353
- #: wppa-settings-autosave.php:1190 wppa-settings-autosave.php:1200
8354
- msgid "Coverphoto size multi"
8355
- msgstr "Taille de la photo de couverture (multi)"
8356
-
8357
- #: wppa-settings-autosave.php:1191 wppa-settings-autosave.php:1201
8358
- msgid "The size of coverphotos if more than one."
8359
- msgstr "La taille des photos de couverture si il y en a plus d'une."
8360
-
8361
- #: wppa-settings-autosave.php:1210
8362
- msgid "Size is height"
8363
- msgstr "La taille correspond à la hauteur"
8364
-
8365
- #: wppa-settings-autosave.php:1211
8366
- msgid "The size of the coverphoto is the height of it."
8367
- msgstr "La taille de la photo de couverture est sa hauteur."
8368
-
8369
- #: wppa-settings-autosave.php:1212
8370
- msgid ""
8371
- "If set: the previous setting is the height, if unset: the largest of width "
8372
- "and height."
8373
- msgstr ""
8374
- "Si réglé: le précédent réglage est la hauteur, si non réglé: la plus grande "
8375
- "de ces deux valeurs: hauteur, largeur."
8376
-
8377
- #: wppa-settings-autosave.php:1213
8378
- msgid ""
8379
- "This setting applies for coverphoto position top or bottom only (Table IV-"
8380
- "D3)."
8381
- msgstr ""
8382
- "Ce réglage s'applique à la position de la photo de couverture pour haut ou "
8383
- "bas uniquement (table IV-D3)."
8384
-
8385
- #: wppa-settings-autosave.php:1214
8386
- msgid "This makes it easyer to make the covers of equal height."
8387
- msgstr ""
8388
- "Ceci permet de plus facilement rendre identique la hauteur des couvertures."
8389
-
8390
- #: wppa-settings-autosave.php:1222
8391
- msgid "Max number of covers per page."
8392
- msgstr "Nombre maximum de couvertures par page."
8393
-
8394
- #: wppa-settings-autosave.php:1223
8395
- msgid ""
8396
- "Enter the maximum number of album covers per page. A value of 0 indicates no "
8397
- "pagination."
8398
- msgstr ""
8399
- "Entrer le nombre maximum de couvertures d'album par page. Une valeur de 0 "
8400
- "signifie pas de pagination."
8401
-
8402
- #: wppa-settings-autosave.php:1225
8403
- msgid "covers"
8404
- msgstr "Couvertures"
8405
-
8406
- #: wppa-settings-autosave.php:1230
8407
- msgid "Rating and comment related size settings"
8408
- msgstr "Réglages de tailles pour les notes et commentaires"
8409
-
8410
- #: wppa-settings-autosave.php:1232
8411
- msgid "Rating size"
8412
- msgstr "Taille note"
8413
-
8414
- #: wppa-settings-autosave.php:1233
8415
- msgid "Select the number of voting stars."
8416
- msgstr "Choisir le nombre d'étoiles pour le vote."
8417
-
8418
- #: wppa-settings-autosave.php:1236
8419
- msgid "Standard: 5 stars"
8420
- msgstr "Standard: 5 étoiles"
8421
-
8422
- #: wppa-settings-autosave.php:1236
8423
- msgid "Extended: 10 stars"
8424
- msgstr "Étendu: 10 étoiles"
8425
-
8426
- #: wppa-settings-autosave.php:1236
8427
- msgid "One button vote"
8428
- msgstr "One button vote"
8429
-
8430
- #: wppa-settings-autosave.php:1243
8431
- msgid "Display precision"
8432
- msgstr "Précision d'affichage"
8433
-
8434
- #: wppa-settings-autosave.php:1244
8435
- msgid "Select the desired rating display precision."
8436
- msgstr "Choisir la précision désirée pour l'affichage des notes."
8437
-
8438
- #: wppa-settings-autosave.php:1247
8439
- msgid "decimal places"
8440
- msgstr "emplacement des décimales"
8441
-
8442
- #: wppa-settings-autosave.php:1255
8443
- msgid "Size of Avatar images."
8444
- msgstr "Taille des images avatar."
8445
-
8446
- #: wppa-settings-autosave.php:1256
8447
- msgid "The size of the square avatar; must be > 0 and < 256"
8448
- msgstr "La taille du carré d'avatar doit être >0 et <256"
8449
-
8450
- #: wppa-settings-autosave.php:1263
8451
- msgid "Rating space"
8452
- msgstr "Espacement note"
8453
-
8454
- #: wppa-settings-autosave.php:1264
8455
- msgid "Space between avg and my rating stars"
8456
- msgstr "Espace entre moyenne et mes notes (étoiles)"
8457
-
8458
- #: wppa-settings-autosave.php:1272
8459
- msgid "Widget related size settings"
8460
- msgstr "Réglages de taille pour les widgets"
8461
-
8462
- #: wppa-settings-autosave.php:1274
8463
- msgid "Widget width"
8464
- msgstr "Largeur du widget"
8465
-
8466
- #: wppa-settings-autosave.php:1275
8467
- msgid "The useable width within widgets."
8468
- msgstr "La largeur utilisable dans le widget"
8469
-
8470
- #: wppa-settings-autosave.php:1276
8471
- msgid ""
8472
- "Widget width for photo of the day, general purpose (default), slideshow "
8473
- "(default) and upload widgets."
8474
- msgstr ""
8475
- "Largeur pour les widgets Photo du Jour, usage général (défault), diaporama "
8476
- "(défault) et Chargement."
8477
-
8478
- #: wppa-settings-autosave.php:1283
8479
- msgid "TopTen count"
8480
- msgstr "Comptage TopTen"
8481
-
8482
- #: wppa-settings-autosave.php:1284
8483
- msgid "Number of photos in TopTen widget."
8484
- msgstr "Nombre de photos dans le widget TopTen."
8485
-
8486
- #: wppa-settings-autosave.php:1285
8487
- msgid "Enter the maximum number of rated photos in the TopTen widget."
8488
- msgstr "Entrez le nombre maximum de photos avec votes dans le widget TopTen."
8489
-
8490
- #: wppa-settings-autosave.php:1292
8491
- msgid "TopTen size"
8492
- msgstr "Taille TopTen"
8493
-
8494
- #: wppa-settings-autosave.php:1293
8495
- msgid "Size of thumbnails in TopTen widget."
8496
- msgstr "Taille des vignettes dans le widget TopTen."
8497
-
8498
- #: wppa-settings-autosave.php:1294
8499
- msgid "Enter the size for the mini photos in the TopTen widget."
8500
- msgstr "Entrer la taille pour les mini photos dans le widget TopTen."
8501
-
8502
- #: wppa-settings-autosave.php:1295 wppa-settings-autosave.php:1315
8503
- #: wppa-settings-autosave.php:1335 wppa-settings-autosave.php:1355
8504
- #: wppa-settings-autosave.php:1375 wppa-settings-autosave.php:1395
8505
- msgid "The size applies to the width or height, whatever is the largest."
8506
- msgstr ""
8507
- "La taille s'applique à la largeur ou la hauteur, peu importe laquelle est la "
8508
- "plus grande."
8509
-
8510
- #: wppa-settings-autosave.php:1296 wppa-settings-autosave.php:1316
8511
- #: wppa-settings-autosave.php:1336 wppa-settings-autosave.php:1356
8512
- #: wppa-settings-autosave.php:1376 wppa-settings-autosave.php:1396
8513
- msgid ""
8514
- "Recommended values: 86 for a two column and 56 for a three column display."
8515
- msgstr ""
8516
- "Valeurs recommandées: 86 pour un affichage deux colonnes et 56 pour trois "
8517
- "colonnes."
8518
-
8519
- #: wppa-settings-autosave.php:1303
8520
- msgid "Comment count"
8521
- msgstr "Comptage Commentaires"
8522
-
8523
- #: wppa-settings-autosave.php:1304
8524
- msgid "Number of entries in Comment widget."
8525
- msgstr "Nombre d'entrées dans le widget Commentaires."
8526
-
8527
- #: wppa-settings-autosave.php:1305
8528
- msgid "Enter the maximum number of entries in the Comment widget."
8529
- msgstr "Entrez le nombre maximum d'entrées dans le widget Commentaires."
8530
-
8531
- #: wppa-settings-autosave.php:1307
8532
- msgid "entries"
8533
- msgstr "entrées"
8534
-
8535
- #: wppa-settings-autosave.php:1312
8536
- msgid "Comment size"
8537
- msgstr "Taille de Commentaires"
8538
-
8539
- #: wppa-settings-autosave.php:1313
8540
- msgid "Size of thumbnails in Comment widget."
8541
- msgstr "Taille des vignettes dans le widget Commentaires."
8542
-
8543
- #: wppa-settings-autosave.php:1314
8544
- msgid "Enter the size for the mini photos in the Comment widget."
8545
- msgstr "Entrer la taille pour les mini photos dans le widget Commentaires."
8546
-
8547
- #: wppa-settings-autosave.php:1323
8548
- msgid "Thumbnail count"
8549
- msgstr "Comptage Vignettes"
8550
-
8551
- #: wppa-settings-autosave.php:1324
8552
- msgid "Number of photos in Thumbnail widget."
8553
- msgstr "Nombre de photos dans le widget Vignettes."
8554
-
8555
- #: wppa-settings-autosave.php:1325
8556
- msgid "Enter the maximum number of rated photos in the Thumbnail widget."
8557
- msgstr ""
8558
- "Entrer le nombre maximum de photos avec votes dans le widget Vignettes."
8559
-
8560
- #: wppa-settings-autosave.php:1332
8561
- msgid "Thumbnail widget size"
8562
- msgstr "Taille du widget Vignettes"
8563
-
8564
- #: wppa-settings-autosave.php:1333
8565
- msgid "Size of thumbnails in Thumbnail widget."
8566
- msgstr "Taille des vignettes dans le widget Vignettes."
8567
-
8568
- #: wppa-settings-autosave.php:1334
8569
- msgid "Enter the size for the mini photos in the Thumbnail widget."
8570
- msgstr "Entrer la taille pour les mini photos dans le widget Vignettes."
8571
-
8572
- #: wppa-settings-autosave.php:1343
8573
- msgid "LasTen count"
8574
- msgstr "Comptage LastTen"
8575
-
8576
- #: wppa-settings-autosave.php:1344
8577
- msgid "Number of photos in Last Ten widget."
8578
- msgstr "Nombre de photos dans le widget LastTen."
8579
-
8580
- #: wppa-settings-autosave.php:1345
8581
- msgid "Enter the maximum number of photos in the LasTen widget."
8582
- msgstr "Entrer la nombre maximum de photos dans le widget LastTen."
8583
-
8584
- #: wppa-settings-autosave.php:1352
8585
- msgid "LasTen size"
8586
- msgstr "Taille de LastTen"
8587
-
8588
- #: wppa-settings-autosave.php:1353
8589
- msgid "Size of thumbnails in Last Ten widget."
8590
- msgstr "Taille des vignettes dans le widget LastTen."
8591
-
8592
- #: wppa-settings-autosave.php:1354
8593
- msgid "Enter the size for the mini photos in the LasTen widget."
8594
- msgstr "Entrer la taille pour les mini photos dans le widget LastTen."
8595
-
8596
- #: wppa-settings-autosave.php:1363
8597
- msgid "Album widget count"
8598
- msgstr "Comptage widget Album"
8599
-
8600
- #: wppa-settings-autosave.php:1364
8601
- msgid "Number of albums in Album widget."
8602
- msgstr "Nombre d'albums dans le widget Albums."
8603
-
8604
- #: wppa-settings-autosave.php:1365
8605
- msgid ""
8606
- "Enter the maximum number of thumbnail photos of albums in the Album widget."
8607
- msgstr ""
8608
- "Entrer le nombre maximum de vignettes photo d'albums dans le widget Albums."
8609
-
8610
- #: wppa-settings-autosave.php:1367 wppa-settings-autosave.php:6433
8611
- #: wppa-settings-autosave.php:6570
8612
- msgid "albums"
8613
- msgstr "albums"
8614
-
8615
- #: wppa-settings-autosave.php:1372
8616
- msgid "Album widget size"
8617
- msgstr "Taille du widget Album"
8618
-
8619
- #: wppa-settings-autosave.php:1373
8620
- msgid "Size of thumbnails in Album widget."
8621
- msgstr "Taille des vignettes dans le widget Albums."
8622
-
8623
- #: wppa-settings-autosave.php:1374
8624
- msgid "Enter the size for the mini photos in the Album widget."
8625
- msgstr "Entrer la taille pour les mini photos dans le widget Albums."
8626
-
8627
- #: wppa-settings-autosave.php:1383
8628
- msgid "FeaTen count"
8629
- msgstr "Comptage FeaTen"
8630
-
8631
- #: wppa-settings-autosave.php:1384
8632
- msgid "Number of photos in Featured Ten widget."
8633
- msgstr "Nombre de photos dans le widget Featured Ten."
8634
-
8635
- #: wppa-settings-autosave.php:1385
8636
- msgid "Enter the maximum number of photos in the FeaTen widget."
8637
- msgstr "Entrer le nombre maximum de photos dans le widget FeaTen."
8638
-
8639
- #: wppa-settings-autosave.php:1392
8640
- msgid "FeaTen size"
8641
- msgstr "Taille FeaTen"
8642
-
8643
- #: wppa-settings-autosave.php:1393
8644
- msgid "Size of thumbnails in Featured Ten widget."
8645
- msgstr "Taille des vignettes dans le widget FeaTen."
8646
-
8647
- #: wppa-settings-autosave.php:1394
8648
- msgid "Enter the size for the mini photos in the FeaTen widget."
8649
- msgstr "Entrer la taille pour les mini photos dans le widget FeaTen."
8650
-
8651
- #: wppa-settings-autosave.php:1403
8652
- msgid "Tagcloud min size"
8653
- msgstr "Taille minimum du Nuage de tags"
8654
-
8655
- #: wppa-settings-autosave.php:1404
8656
- msgid "Minimal fontsize in tagclouds"
8657
- msgstr "Taille de police minimale dans les nuages de tags"
8658
-
8659
- #: wppa-settings-autosave.php:1412
8660
- msgid "Tagcloud max size"
8661
- msgstr "Taille maximum du nuage de tags"
8662
-
8663
- #: wppa-settings-autosave.php:1413
8664
- msgid "Maximal fontsize in tagclouds"
8665
- msgstr "Taille de police maximale dans les nuages de tags"
8666
-
8667
- #: wppa-settings-autosave.php:1421
8668
- msgid ""
8669
- "Lightbox related size settings. These settings have effect only when Table "
8670
- "IX-J3 is set to wppa"
8671
- msgstr ""
8672
- "Réglages de taille pour Lightbox. Ces réglages n'ont d'effet que lorsque "
8673
- "table IX-J3 est réglé à WPPA"
8674
-
8675
- #: wppa-settings-autosave.php:1424
8676
- msgid ""
8677
- "Number of lines on the lightbox description area, exclusive the n/m line."
8678
- msgstr ""
8679
- "Nombre de lignes dans la zone de description de Lightbox, en excluant la "
8680
- "ligne n/m."
8681
-
8682
- #: wppa-settings-autosave.php:1425
8683
- msgid "Enter a number in the range from 0 to 24 or auto"
8684
- msgstr "Entrer un nombre dans une plage allant de 0 à 24 ou auto"
8685
-
8686
- #: wppa-settings-autosave.php:1427
8687
- msgid "lines"
8688
- msgstr "lignes"
8689
-
8690
- #: wppa-settings-autosave.php:1432
8691
- msgid "Magnifier cursor size"
8692
- msgstr "Taille du curseur loupe"
8693
-
8694
- #: wppa-settings-autosave.php:1433
8695
- msgid "Select the size of the magnifier cursor."
8696
- msgstr "Choisir la taille du curseur loupe."
8697
-
8698
- #: wppa-settings-autosave.php:1436
8699
- msgid "small"
8700
- msgstr "petit"
8701
-
8702
- #: wppa-settings-autosave.php:1436 wppa-settings-autosave.php:3074
8703
- msgid "medium"
8704
- msgstr "moyen"
8705
-
8706
- #: wppa-settings-autosave.php:1436
8707
- msgid "large"
8708
- msgstr "grand"
8709
-
8710
- #: wppa-settings-autosave.php:1446
8711
- msgid "Border width for lightbox display."
8712
- msgstr "Largeur de bordure de Lightbox."
8713
-
8714
- #: wppa-settings-autosave.php:1455
8715
- msgid "Border radius for lightbox display."
8716
- msgstr "Rayon de bordure de Lightbox."
8717
-
8718
- #: wppa-settings-autosave.php:1463
8719
- msgid "Fullscreen button size"
8720
- msgstr "Taille bouton plein écran"
8721
-
8722
- #: wppa-settings-autosave.php:1464
8723
- msgid "Fullscreen and exit button size"
8724
- msgstr "Taille bouton plein écran et sortie"
8725
-
8726
- #: wppa-settings-autosave.php:1475
8727
- msgid "Video related size settings"
8728
- msgstr "Réglages liés à la taille des vidéos"
8729
-
8730
- #: wppa-settings-autosave.php:1477
8731
- msgid "Default width"
8732
- msgstr "Largeur par défaut"
8733
-
8734
- #: wppa-settings-autosave.php:1478
8735
- msgid "The width of most videos"
8736
- msgstr "La largeur de la plupart des vidéos"
8737
-
8738
- #: wppa-settings-autosave.php:1486
8739
- msgid "Default height"
8740
- msgstr "Hauteur par défaut"
8741
-
8742
- #: wppa-settings-autosave.php:1487
8743
- msgid "The height of most videos"
8744
- msgstr "La hauteur de la plupart des vidéos"
8745
-
8746
- #: wppa-settings-autosave.php:1513
8747
- msgid "Table II:"
8748
- msgstr "Table II:"
8749
-
8750
- #: wppa-settings-autosave.php:1513
8751
- msgid "Visibility:"
8752
- msgstr "Visibilité:"
8753
-
8754
- #: wppa-settings-autosave.php:1514
8755
- msgid "This table describes the visibility of certain wppa+ elements."
8756
- msgstr "Cette table décrit la visibilité de certains éléments de WPPA+."
8757
-
8758
- #: wppa-settings-autosave.php:1532
8759
- msgid "Breadcrumb related visibility settings"
8760
- msgstr "Réglage pour l'affichage du chemin de fer"
8761
-
8762
- #: wppa-settings-autosave.php:1534
8763
- msgid "Breadcrumb on posts"
8764
- msgstr "Chemin de fer sur les articles"
8765
-
8766
- #: wppa-settings-autosave.php:1535 wppa-settings-autosave.php:1545
8767
- msgid "Show breadcrumb navigation bars."
8768
- msgstr "Montrer les chemins de fer."
8769
-
8770
- #: wppa-settings-autosave.php:1536 wppa-settings-autosave.php:1546
8771
- msgid "Indicate whether a breadcrumb navigation should be displayed"
8772
- msgstr "Indique si une barre de chemin de fer doit être affichée"
8773
-
8774
- #: wppa-settings-autosave.php:1544
8775
- msgid "Breadcrumb on pages"
8776
- msgstr "Chemin de fer sur les pages"
8777
-
8778
- #: wppa-settings-autosave.php:1554
8779
- msgid "Breadcrumb on search results"
8780
- msgstr "Chemin de fer pour les résultats de recherche"
8781
-
8782
- #: wppa-settings-autosave.php:1555
8783
- msgid "Show breadcrumb navigation bars on the search results page."
8784
- msgstr ""
8785
- "Montrer les barres de chemin de fer dans la page des résultats de recherche."
8786
-
8787
- #: wppa-settings-autosave.php:1556
8788
- msgid ""
8789
- "Indicate whether a breadcrumb navigation should be displayed above the "
8790
- "search results."
8791
- msgstr ""
8792
- "Indique si une barre de chemin de fer doit être affichée au dessus des "
8793
- "résultats de recherche."
8794
-
8795
- #: wppa-settings-autosave.php:1563
8796
- msgid "Breadcrumb on topten displays"
8797
- msgstr "Chemin de fer dans les affichages de TopTen"
8798
-
8799
- #: wppa-settings-autosave.php:1564
8800
- msgid "Show breadcrumb navigation bars on topten displays."
8801
- msgstr "Montrer les barres de chemin de fer dans les affichages TopTen."
8802
-
8803
- #: wppa-settings-autosave.php:1565
8804
- msgid ""
8805
- "Indicate whether a breadcrumb navigation should be displayed above the "
8806
- "topten displays."
8807
- msgstr ""
8808
- "Indique si une barre de chemin de fer doit être affichée au dessus des "
8809
- "affichages TopTen"
8810
-
8811
- #: wppa-settings-autosave.php:1572
8812
- msgid "Breadcrumb on last ten displays"
8813
- msgstr "Chemin de fer dans les affichages de LastTen"
8814
-
8815
- #: wppa-settings-autosave.php:1573
8816
- msgid "Show breadcrumb navigation bars on last ten displays."
8817
- msgstr "Montrer les chemins de fer dans les affichages de LastTen."
8818
-
8819
- #: wppa-settings-autosave.php:1574
8820
- msgid ""
8821
- "Indicate whether a breadcrumb navigation should be displayed above the last "
8822
- "ten displays."
8823
- msgstr ""
8824
- "Indique si une barre de chemin de fer doit être affichée au dessus des "
8825
- "affichages LastTen."
8826
-
8827
- #: wppa-settings-autosave.php:1581
8828
- msgid "Breadcrumb on comment ten displays"
8829
- msgstr "Chemin de fer dans les affichages CommentTen"
8830
-
8831
- #: wppa-settings-autosave.php:1582
8832
- msgid "Show breadcrumb navigation bars on comment ten displays."
8833
- msgstr "Montrer les barres de chemin de fer dans les affichages de CommentTen."
8834
-
8835
- #: wppa-settings-autosave.php:1583
8836
- msgid ""
8837
- "Indicate whether a breadcrumb navigation should be displayed above the "
8838
- "comment ten displays."
8839
- msgstr ""
8840
- "Indique si une barre de chemin de fer doit être affichée au dessus des "
8841
- "affichages CommentTen."
8842
-
8843
- #: wppa-settings-autosave.php:1590
8844
- msgid "Breadcrumb on tag result displays"
8845
- msgstr "Chemin de fer dans les affichages TagResult"
8846
-
8847
- #: wppa-settings-autosave.php:1591
8848
- msgid "Show breadcrumb navigation bars on tag result displays."
8849
- msgstr "Montrer les barres de chemin de fer dans les affichages TagResult."
8850
-
8851
- #: wppa-settings-autosave.php:1592
8852
- msgid ""
8853
- "Indicate whether a breadcrumb navigation should be displayed above the tag "
8854
- "result displays."
8855
- msgstr ""
8856
- "Indique si une barre de chemin de fer doit être affichée au dessus des "
8857
- "affichages TagResult."
8858
-
8859
- #: wppa-settings-autosave.php:1599
8860
- msgid "Breadcrumb on featured ten displays"
8861
- msgstr "Chemin de fer dans les affichages FeaTen"
8862
-
8863
- #: wppa-settings-autosave.php:1600
8864
- msgid "Show breadcrumb navigation bars on featured ten displays."
8865
- msgstr "Montrer les barres de chemin de fer dans les affichages FeaTen."
8866
-
8867
- #: wppa-settings-autosave.php:1601
8868
- msgid ""
8869
- "Indicate whether a breadcrumb navigation should be displayed above the "
8870
- "featured ten displays."
8871
- msgstr ""
8872
- "Indique si une barre de chemin de fer doit être affichée au dessus des "
8873
- "affichages FeaTen."
8874
-
8875
- #: wppa-settings-autosave.php:1608
8876
- msgid "Breadcrumb on related photos displays"
8877
- msgstr "Chemin de fer dans les affichages Related Photos"
8878
-
8879
- #: wppa-settings-autosave.php:1609
8880
- msgid "Show breadcrumb navigation bars on related photos displays."
8881
- msgstr ""
8882
- "\"Montrer les barres de chemin de fer dans les affichages Related Photos."
8883
-
8884
- #: wppa-settings-autosave.php:1610
8885
- msgid ""
8886
- "Indicate whether a breadcrumb navigation should be displayed above the "
8887
- "related photos displays."
8888
- msgstr ""
8889
- "Indique si une barre de chemin de fer doit être affichée au dessus des "
8890
- "affichages Related Photos."
8891
-
8892
- #: wppa-settings-autosave.php:1617 wppa-setup.php:832
8893
- msgid "Home"
8894
- msgstr "Accueil"
8895
-
8896
- #: wppa-settings-autosave.php:1618
8897
- msgid "Show \"Home\" in breadcrumb."
8898
- msgstr "Montrer \"Accueil\" dans le chemin de fer."
8899
-
8900
- #: wppa-settings-autosave.php:1619
8901
- msgid ""
8902
- "Indicate whether the breadcrumb navigation should start with a \"Home\"-link"
8903
- msgstr "Indique si le chemin de fer doit commencer avec un lien \"Accueil\""
8904
-
8905
- #: wppa-settings-autosave.php:1626
8906
- msgid "Home text"
8907
- msgstr "Texte d'accueil"
8908
-
8909
- #: wppa-settings-autosave.php:1627
8910
- msgid "The text to use as \"Home\""
8911
- msgstr "Le texte à utiliser comme \"Accueil\""
8912
-
8913
- #: wppa-settings-autosave.php:1636
8914
- msgid "Show the page(s) in breadcrumb."
8915
- msgstr "Montrer le(s) page(s) dans le chemin de fer."
8916
-
8917
- #: wppa-settings-autosave.php:1637
8918
- msgid ""
8919
- "Indicate whether the breadcrumb navigation should show the page(hierarchy)"
8920
- msgstr "Indique si le chemin de fer doit montrer la hiérarchie des pages"
8921
-
8922
- #: wppa-settings-autosave.php:1644
8923
- msgid "Separator"
8924
- msgstr "Séparateur"
8925
-
8926
- #: wppa-settings-autosave.php:1645
8927
- msgid "Breadcrumb separator symbol."
8928
- msgstr "Symbole de séparation du chemin de fer."
8929
-
8930
- #: wppa-settings-autosave.php:1646
8931
- msgid "Select the desired breadcrumb separator element."
8932
- msgstr "Choisir le symbole séparateur du chemin de fer."
8933
-
8934
- #: wppa-settings-autosave.php:1647
8935
- msgid "A text string may contain valid html."
8936
- msgstr "Une chaîne de texte peut contenir du HTML valide."
8937
-
8938
- #: wppa-settings-autosave.php:1648
8939
- msgid ""
8940
- "An image will be scaled automatically if you set the navigation font size."
8941
- msgstr ""
8942
- "Une image sera mise à l’échelle automatiquement si vous réglez la tailles "
8943
- "des police de navigation."
8944
-
8945
- #: wppa-settings-autosave.php:1650
8946
- msgid "Text (html):"
8947
- msgstr "Texte (html):"
8948
-
8949
- #: wppa-settings-autosave.php:1650
8950
- msgid "Image (url):"
8951
- msgstr "Image (url):"
8952
-
8953
- #: wppa-settings-autosave.php:1658
8954
- msgid "Html"
8955
- msgstr "HTML"
8956
-
8957
- #: wppa-settings-autosave.php:1659
8958
- msgid "Breadcrumb separator text."
8959
- msgstr "Texte du séparateur du chemin de fer."
8960
-
8961
- #: wppa-settings-autosave.php:1660
8962
- msgid "Enter the HTML code that produces the separator symbol you want."
8963
- msgstr ""
8964
- "Entrez le code HTML qui correspond au symbole séparateur que vous voulez."
8965
-
8966
- #: wppa-settings-autosave.php:1661
8967
- msgid ""
8968
- "It may be as simple as '-' (without the quotes) or as complex as a tag like "
8969
- "<div>..</div>."
8970
- msgstr ""
8971
- "Cela peut être aussi simple que '-' (sans les apostrophes) ou complexe qu'un "
8972
- "tag comme <DIV>..</DIV>."
8973
-
8974
- #: wppa-settings-autosave.php:1668
8975
- msgid "Image Url"
8976
- msgstr "URL de l'image"
8977
-
8978
- #: wppa-settings-autosave.php:1669
8979
- msgid "Full url to separator image."
8980
- msgstr "URL complète du séparateur d'image."
8981
-
8982
- #: wppa-settings-autosave.php:1670
8983
- msgid ""
8984
- "Enter the full url to the image you want to use for the separator symbol."
8985
- msgstr ""
8986
- "Entrez l'URL complète de l'image que vous voulez utiliser comme symbole de "
8987
- "séparation."
8988
-
8989
- #: wppa-settings-autosave.php:1677
8990
- msgid "Pagelink position"
8991
- msgstr "Position du lien de page"
8992
-
8993
- #: wppa-settings-autosave.php:1678
8994
- msgid "The location for the pagelinks bar."
8995
- msgstr "L'emplacement pour la barre des liens de page."
8996
-
8997
- #: wppa-settings-autosave.php:1681 wppa-settings-autosave.php:4248
8998
- msgid "Top"
8999
- msgstr "Haut"
9000
-
9001
- #: wppa-settings-autosave.php:1681 wppa-settings-autosave.php:4248
9002
- msgid "Bottom"
9003
- msgstr "Bas"
9004
-
9005
- #: wppa-settings-autosave.php:1681
9006
- msgid "Both"
9007
- msgstr "Les deux"
9008
-
9009
- #: wppa-settings-autosave.php:1688
9010
- msgid "Thumblink on slideshow"
9011
- msgstr "Lien vignette sur le diaporama"
9012
-
9013
- #: wppa-settings-autosave.php:1689
9014
- msgid "Show a thumb link on slideshow bc."
9015
- msgstr "Montrer un lien vignette sur le chemin de fer du diaporama."
9016
-
9017
- #: wppa-settings-autosave.php:1690
9018
- msgid "Show a link to thumbnail display on an breadcrumb above a slideshow"
9019
- msgstr "Montrer un lien vignette dans un chemin de fer au dessus du diaporama"
9020
-
9021
- #: wppa-settings-autosave.php:1697
9022
- msgid "Slideshow related visibility settings"
9023
- msgstr "Réglages d'affichage pour le diaporama"
9024
-
9025
- #: wppa-settings-autosave.php:1699
9026
- msgid "Navigation type"
9027
- msgstr "Type de navigation"
9028
-
9029
- #: wppa-settings-autosave.php:1700
9030
- msgid "Select the type of navigation you want."
9031
- msgstr "Sélectionnez le type de navigation souhaitée."
9032
-
9033
- #: wppa-settings-autosave.php:1703
9034
- msgid "Icons"
9035
- msgstr "Icônes"
9036
-
9037
- #: wppa-settings-autosave.php:1704
9038
- msgid "Icons on mobile, text on pc"
9039
- msgstr "Icônes sur mobile, texte sur pc"
9040
-
9041
- #: wppa-settings-autosave.php:1715
9042
- msgid "Start/stop"
9043
- msgstr "Lancer/Arrêter"
9044
-
9045
- #: wppa-settings-autosave.php:1716
9046
- msgid "Show the Start/Stop slideshow bar."
9047
- msgstr "Montrer la barre Lancer/Arrêter diaporama."
9048
-
9049
- #: wppa-settings-autosave.php:1717
9050
- msgid ""
9051
- "If checked: display the start/stop slideshow navigation bar above the full-"
9052
- "size images and slideshow"
9053
- msgstr ""
9054
- "Si coché: affiche la barre de navigation Démarrer/Arrêter au dessus des "
9055
- "images pleine taille et du diaporama"
9056
-
9057
- #: wppa-settings-autosave.php:1724
9058
- msgid "Browse bar"
9059
- msgstr "Barre de navigation"
9060
-
9061
- #: wppa-settings-autosave.php:1725
9062
- msgid "Show Browse photos bar."
9063
- msgstr "Montrer barre de navigation photos."
9064
-
9065
- #: wppa-settings-autosave.php:1726
9066
- msgid ""
9067
- "If checked: display the preveous/next navigation bar under the full-size "
9068
- "images and slideshow"
9069
- msgstr ""
9070
- "Si coché: affaiche la barre de navigation Précédent/Suivant sous les images "
9071
- "pleine taille et diaporama"
9072
-
9073
- #: wppa-settings-autosave.php:1733
9074
- msgid "Filmstrip"
9075
- msgstr "Filmstrip"
9076
-
9077
- #: wppa-settings-autosave.php:1734
9078
- msgid "Show Filmstrip navigation bar."
9079
- msgstr "Montrer la barre de navigation Filmstrip"
9080
-
9081
- #: wppa-settings-autosave.php:1735
9082
- msgid ""
9083
- "If checked: display the filmstrip navigation bar under the full_size images "
9084
- "and slideshow"
9085
- msgstr ""
9086
- "Si coché: affiche la barre de navigation Filmstrip sous les images pleine "
9087
- "taille et diaporama"
9088
-
9089
- #: wppa-settings-autosave.php:1742
9090
- msgid "Film seam"
9091
- msgstr "Film seam"
9092
-
9093
- #: wppa-settings-autosave.php:1743
9094
- msgid "Show seam between end and start of film."
9095
- msgstr "Montrer Seam entre la fin et le débit du film."
9096
-
9097
- #: wppa-settings-autosave.php:1744
9098
- msgid "If checked: display the wrap-around point in the filmstrip"
9099
- msgstr "Si coché: affiche le point wrap-around dans le filmstrip"
9100
-
9101
- #: wppa-settings-autosave.php:1752
9102
- msgid "Display photo name."
9103
- msgstr "Afficher le nom de la photo."
9104
-
9105
- #: wppa-settings-autosave.php:1753
9106
- msgid "If checked: display the name of the photo under the slideshow image."
9107
- msgstr "Si coché: affiche le nom de la photo sous l'image dans le diaporama."
9108
-
9109
- #: wppa-settings-autosave.php:1760 wppa-settings-autosave.php:2165
9110
- msgid "Add (Owner)"
9111
- msgstr "Ajouter (Propriétaire)"
9112
-
9113
- #: wppa-settings-autosave.php:1761 wppa-settings-autosave.php:2166
9114
- msgid "Add the uploaders display name in parenthesis to the name."
9115
- msgstr ""
9116
- "Ajouter le nom de l'utilisateur qui a chargé la photo - entre parenthèses "
9117
- "après le nom de la photo."
9118
-
9119
- #: wppa-settings-autosave.php:1769
9120
- msgid "Photo desc"
9121
- msgstr "Description photo"
9122
-
9123
- #: wppa-settings-autosave.php:1770
9124
- msgid "Display Photo description."
9125
- msgstr "Afficher la description de la photo."
9126
-
9127
- #: wppa-settings-autosave.php:1771
9128
- msgid ""
9129
- "If checked: display the description of the photo under the slideshow image."
9130
- msgstr ""
9131
- "Si coché: affiche la description de la photo sous l'image dans le diaporama."
9132
-
9133
- #: wppa-settings-autosave.php:1778
9134
- msgid "Hide when empty"
9135
- msgstr "Cacher quand vide"
9136
-
9137
- #: wppa-settings-autosave.php:1779
9138
- msgid "Hide the descriptionbox when empty."
9139
- msgstr "Cache la boîte de description quand vide."
9140
-
9141
- #: wppa-settings-autosave.php:1787
9142
- msgid "Rating system"
9143
- msgstr "Système de notation"
9144
-
9145
- #: wppa-settings-autosave.php:1788
9146
- msgid "Enable the rating system."
9147
- msgstr "Activer le système de notation."
9148
-
9149
- #: wppa-settings-autosave.php:1789
9150
- msgid "If checked, the photo rating system will be enabled."
9151
- msgstr "Si coché, le système de notation sera activé pour les photos."
9152
-
9153
- #: wppa-settings-autosave.php:1797
9154
- msgid "Comments system"
9155
- msgstr "Système de commentaires"
9156
-
9157
- #: wppa-settings-autosave.php:1798
9158
- msgid "Enable the comments system."
9159
- msgstr "Activer le système de commentaires."
9160
-
9161
- #: wppa-settings-autosave.php:1799
9162
- msgid ""
9163
- "Display the comments box under the fullsize images and let users enter their "
9164
- "comments on individual photos."
9165
- msgstr ""
9166
- "Afficher la boîte de commentaires sous les images pleine taille et autoriser "
9167
- "les utilisateurs commenter des photos individuellement."
9168
-
9169
- #: wppa-settings-autosave.php:1807
9170
- msgid "Comment Avatar default"
9171
- msgstr "Comment Avatar default"
9172
-
9173
- #: wppa-settings-autosave.php:1808
9174
- msgid "Show Avatars with the comments if not --- none ---"
9175
- msgstr ""
9176
- "Montrer les avatars avec les commentaires, --- aucun --- dans le cas "
9177
- "contraire"
9178
-
9179
- #: wppa-settings-autosave.php:1813
9180
- msgid "mystery man"
9181
- msgstr "homme mystère"
9182
-
9183
- #: wppa-settings-autosave.php:1814
9184
- msgid "identicon"
9185
- msgstr "Identicon"
9186
-
9187
- #: wppa-settings-autosave.php:1815
9188
- msgid "monsterid"
9189
- msgstr "Monsterid"
9190
-
9191
- #: wppa-settings-autosave.php:1816
9192
- msgid "wavatar"
9193
- msgstr "Wavatar"
9194
-
9195
- #: wppa-settings-autosave.php:1817
9196
- msgid "retro"
9197
- msgstr "retro"
9198
-
9199
- #: wppa-settings-autosave.php:1818
9200
- msgid "--- url ---"
9201
- msgstr "--- URL ---"
9202
-
9203
- #: wppa-settings-autosave.php:1833
9204
- msgid "Comment Avatar url"
9205
- msgstr "URL de l'avatar de commentaire"
9206
-
9207
- #: wppa-settings-autosave.php:1834
9208
- msgid "Comment Avatar default url."
9209
- msgstr "URL par défaut de l'avatar de commentaire."
9210
-
9211
- #: wppa-settings-autosave.php:1842
9212
- msgid "Big Browse Buttons"
9213
- msgstr "Gros boutons de navigation"
9214
-
9215
- #: wppa-settings-autosave.php:1843
9216
- msgid "Enable invisible browsing buttons."
9217
- msgstr "Activer les boutons de navigation invisibles."
9218
-
9219
- #: wppa-settings-autosave.php:1844 wppa-settings-autosave.php:2448
9220
- msgid ""
9221
- "If checked, the fullsize image is covered by two invisible areas that act as "
9222
- "browse buttons."
9223
- msgstr ""
9224
- "Si coché, l'image pleine taille est recouverte de deux zones invisibles qui "
9225
- "fonctionnent comme des boutons de navigation."
9226
-
9227
- #: wppa-settings-autosave.php:1845 wppa-settings-autosave.php:2449
9228
- #: wppa-settings-autosave.php:2459
9229
- msgid ""
9230
- "Make sure the Full height (Table I-B2) is properly configured to prevent "
9231
- "these areas to overlap unwanted space."
9232
- msgstr ""
9233
- "Assurez vous que la pleine taille (table I-B2) est correctement configurée "
9234
- "pour éviter que ces zones ne recouvrent d'autres espaces d’affichage."
9235
-
9236
- #: wppa-settings-autosave.php:1852
9237
- msgid "Ugly Browse Buttons"
9238
- msgstr "Boutons de navigation rudimentaires"
9239
-
9240
- #: wppa-settings-autosave.php:1853
9241
- msgid "Enable the ugly browsing buttons."
9242
- msgstr "Activer les boutons de navigation rudimentaires."
9243
-
9244
- #: wppa-settings-autosave.php:1854
9245
- msgid "If checked, the fullsize image is covered by two browse buttons."
9246
- msgstr ""
9247
- "Si coché: deux boutons de navigation seront affichés sur l'image pleine "
9248
- "taille."
9249
-
9250
- #: wppa-settings-autosave.php:1865
9251
- msgid "Start/stop icons"
9252
- msgstr "Icônes Start/Stop"
9253
-
9254
- #: wppa-settings-autosave.php:1866
9255
- msgid "Show start and stop icons at the center of the slide"
9256
- msgstr "Montrer les icônes Démarrer et Arrêter au centre de la diapositive"
9257
-
9258
- #: wppa-settings-autosave.php:1878
9259
- msgid "Show custom box"
9260
- msgstr "Montrer boîte personnalisée"
9261
-
9262
- #: wppa-settings-autosave.php:1879
9263
- msgid "Display the custom box in the slideshow"
9264
- msgstr "Afficher la boîte personnalisée dans le diaporama"
9265
-
9266
- #: wppa-settings-autosave.php:1880 wppa-settings-autosave.php:1891
9267
- #, fuzzy
9268
- msgid ""
9269
- "You can fill the custom box with any html you like. It will not be checked, "
9270
- "so it is your own responsibility to close tags properly."
9271
- msgstr ""
9272
- "Vous pouvez remplir la boîte personnalisée avec n'importe quel html que vous "
9273
- "aimez. Il ne sera pas vérifié, il est donc de votre responsabilité de fermer "
9274
- "correctement les étiquettes."
9275
-
9276
- #: wppa-settings-autosave.php:1881 wppa-settings-autosave.php:1892
9277
- msgid "The position of the box can be defined in Table IX-E."
9278
- msgstr "La position de la boîte peut être réglée dans la table IX-E."
9279
-
9280
- #: wppa-settings-autosave.php:1889
9281
- msgid "Custom content"
9282
- msgstr "Contenu personnalisé"
9283
-
9284
- #: wppa-settings-autosave.php:1890
9285
- msgid "The content (html) of the custom box."
9286
- msgstr "Le contenu (HTML) de la boîte personnalisée."
9287
-
9288
- #: wppa-settings-autosave.php:1899
9289
- msgid "Slideshow/Number bar"
9290
- msgstr "Barre menu Diaporama/Numéro"
9291
-
9292
- #: wppa-settings-autosave.php:1900
9293
- msgid "Display the Slideshow / Number bar."
9294
- msgstr "Afficher la barre Diaporama / Numérotation."
9295
-
9296
- #: wppa-settings-autosave.php:1901
9297
- msgid "If checked: display the number boxes on slideshow"
9298
- msgstr "Si coché: affiche les boites de numérotation dans le diaporama"
9299
-
9300
- #: wppa-settings-autosave.php:1909
9301
- msgid "IPTC system"
9302
- msgstr "Système IPTC"
9303
-
9304
- #: wppa-settings-autosave.php:1910
9305
- msgid "Enable the iptc system."
9306
- msgstr "Activer le système IPTC."
9307
-
9308
- #: wppa-settings-autosave.php:1911
9309
- msgid "Display the iptc box under the fullsize images."
9310
- msgstr "Affiche la boîte IPTC sous les images pleine taille."
9311
-
9312
- #: wppa-settings-autosave.php:1919
9313
- msgid "IPTC open"
9314
- msgstr "IPTC ouvert"
9315
-
9316
- #: wppa-settings-autosave.php:1920
9317
- msgid "Display the iptc box initially opened."
9318
- msgstr "Affiche la boîte IPTC initialement ouverte."
9319
-
9320
- #: wppa-settings-autosave.php:1921
9321
- msgid "Display the iptc box under the fullsize images initially open."
9322
- msgstr ""
9323
- "Affiche la boîte IPTC sous les images pleine taille initialement ouvertes."
9324
-
9325
- #: wppa-settings-autosave.php:1929
9326
- msgid "EXIF system"
9327
- msgstr "Système EXIF"
9328
-
9329
- #: wppa-settings-autosave.php:1930
9330
- msgid "Enable the exif system."
9331
- msgstr "Activer le système EXIF."
9332
-
9333
- #: wppa-settings-autosave.php:1931
9334
- msgid "Display the exif box under the fullsize images."
9335
- msgstr "Affiche la boîte EXIF sous les images pleine taille."
9336
-
9337
- #: wppa-settings-autosave.php:1939
9338
- msgid "EXIF open"
9339
- msgstr "EXIF ouvert"
9340
-
9341
- #: wppa-settings-autosave.php:1940
9342
- msgid "Display the exif box initially opened."
9343
- msgstr "Affiche la boîte EXIF initialement ouverte."
9344
-
9345
- #: wppa-settings-autosave.php:1941
9346
- msgid "Display the exif box under the fullsize images initially open."
9347
- msgstr ""
9348
- "Affiche la boîte EXIF sous les images pleine taille initialement ouvertes."
9349
-
9350
- #: wppa-settings-autosave.php:1949
9351
- msgid "Social media share box related visibility settings"
9352
- msgstr "Réglages d’affichage de la boîte de réseaux sociaux"
9353
-
9354
- #: wppa-settings-autosave.php:1951
9355
- msgid "Show Share Box"
9356
- msgstr "Montrer la boîte de partage"
9357
-
9358
- #: wppa-settings-autosave.php:1952
9359
- msgid "Display the share social media buttons box."
9360
- msgstr "Afficher la boîte de boutons réseau sociaux."
9361
-
9362
- #: wppa-settings-autosave.php:1961 wppa-settings-autosave.php:9816
9363
- msgid "Hide when running"
9364
- msgstr "Cacher lorsqu'en fonctionnement"
9365
-
9366
- #: wppa-settings-autosave.php:1962
9367
- msgid "Hide the SM box when slideshow runs."
9368
- msgstr "Cacher la boîte de partage lorsque le diaporama tourne."
9369
-
9370
- #: wppa-settings-autosave.php:1970
9371
- msgid "Show Share Box Widget"
9372
- msgstr "Montrer les boutons de partage: widgets"
9373
-
9374
- #: wppa-settings-autosave.php:1971
9375
- msgid "Display the share social media buttons box in widgets."
9376
- msgstr "Afficher les boutons de partage sociaux dans les widgets."
9377
-
9378
- #: wppa-settings-autosave.php:1972
9379
- msgid ""
9380
- "This setting applies to normal slideshows in widgets, not to the "
9381
- "slideshowwidget as that is a slideonly display."
9382
- msgstr ""
9383
- "Ce réglage s'applique aux diaporamas normaux dans les widgets, pas au widget "
9384
- "Slideshow car il a un affichage spécifique."
9385
-
9386
- #: wppa-settings-autosave.php:1980
9387
- msgid "Show Share Buttons Thumbs"
9388
- msgstr "Montrer les boutons de partage: vignettes"
9389
-
9390
- #: wppa-settings-autosave.php:1981
9391
- msgid "Display the share social media buttons under thumbnails."
9392
- msgstr "Afficher les boutons de réseaux sociaux sous les vignettes."
9393
-
9394
- #: wppa-settings-autosave.php:1990
9395
- msgid "Show Share Buttons Lightbox"
9396
- msgstr "Montrer les boutons de partage: Lightbox"
9397
-
9398
- #: wppa-settings-autosave.php:1991
9399
- msgid "Display the share social media buttons on lightbox displays."
9400
- msgstr "Afficher les boutons de partage sociaux dans les affichages Lightbox."
9401
-
9402
- #: wppa-settings-autosave.php:2000
9403
- msgid "Show Share Buttons Mphoto"
9404
- msgstr "Montrer boutons de partage: Mphoto"
9405
-
9406
- #: wppa-settings-autosave.php:2001
9407
- msgid "Display the share social media buttons on mphoto displays."
9408
- msgstr "Afficher les boutons de réseaux sociaux dans les affichages mphoto."
9409
-
9410
- #: wppa-settings-autosave.php:2010
9411
- msgid "Void pages share"
9412
- msgstr "Void pages share"
9413
-
9414
- #: wppa-settings-autosave.php:2011
9415
- msgid "Do not show share on these pages"
9416
- msgstr "Ne montrez pas d’action sur ces pages"
9417
-
9418
- #: wppa-settings-autosave.php:2012
9419
- msgid "Use this for pages that require the user is logged in"
9420
- msgstr "Utilisez les pages qui nécessitent l'utilisateur est connecté"
9421
-
9422
- #: wppa-settings-autosave.php:2016
9423
- msgid "--- Select one or more pages ---"
9424
- msgstr "---Sélectionnez une ou plusieurs pages---"
9425
-
9426
- #: wppa-settings-autosave.php:2025
9427
- msgid "Show QR Code"
9428
- msgstr "Montrer le QR code"
9429
-
9430
- #: wppa-settings-autosave.php:2026
9431
- msgid "Display the QR code in the share box."
9432
- msgstr "Afficher le QR code dans la boîte de partage."
9433
-
9434
- #: wppa-settings-autosave.php:2034
9435
- msgid "Show Twitter button"
9436
- msgstr "Montrer bouton Twitter"
9437
-
9438
- #: wppa-settings-autosave.php:2035
9439
- msgid "Display the Twitter button in the share box."
9440
- msgstr "Afficher le bouton Twitter dans la boîte de partage."
9441
-
9442
- #: wppa-settings-autosave.php:2043
9443
- msgid "The creator's Twitter account"
9444
- msgstr "L’identifiant du compte Twitter du créateur"
9445
-
9446
- #: wppa-settings-autosave.php:2044
9447
- msgid "The Twitter @username a twitter card should be attributed to."
9448
- msgstr "Le Twitter @UserName une carte twitter devrait être attribuée à."
9449
-
9450
- #: wppa-settings-autosave.php:2045
9451
- msgid ""
9452
- "If you want to share the image directly - by a so called twitter card - you "
9453
- "must enter your twitter account name here"
9454
- msgstr ""
9455
- "Si vous souhaitez partager l’image directement - par une carte dite de "
9456
- "twitter - vous devez entrer votre nom de compte twitter ici"
9457
-
9458
- #: wppa-settings-autosave.php:2052
9459
- msgid "Show Google+ button"
9460
- msgstr "Montrer bouton Google+"
9461
-
9462
- #: wppa-settings-autosave.php:2053
9463
- msgid "Display the Google+ button in the share box."
9464
- msgstr "Afficher le bouton Google+ dans la boîte de partage."
9465
-
9466
- #: wppa-settings-autosave.php:2061
9467
- msgid "Show Pinterest button"
9468
- msgstr "Montrer bouton Pinterest"
9469
-
9470
- #: wppa-settings-autosave.php:2062
9471
- msgid "Display the Pintrest button in the share box."
9472
- msgstr "Afficher le bouton Pinterest dans la boîte de partage."
9473
-
9474
- #: wppa-settings-autosave.php:2070
9475
- msgid "Show LinkedIn button"
9476
- msgstr "Montrer bouton LinkedIn"
9477
-
9478
- #: wppa-settings-autosave.php:2071
9479
- msgid "Display the LinkedIn button in the share box."
9480
- msgstr "Afficher le bouton LinkedIn dans la boîte de partage."
9481
-
9482
- #: wppa-settings-autosave.php:2079
9483
- msgid "Show Facebook share button"
9484
- msgstr "Montrer bouton Facebook share"
9485
-
9486
- #: wppa-settings-autosave.php:2080 wppa-settings-autosave.php:2089
9487
- msgid "Display the Facebook button in the share box."
9488
- msgstr "Afficher le bouton Facebook dans la boîte de partage."
9489
-
9490
- #: wppa-settings-autosave.php:2088
9491
- msgid "Show Facebook like button"
9492
- msgstr "Montrer bouton Facebook like"
9493
-
9494
- #: wppa-settings-autosave.php:2098
9495
- msgid "Select the Facebook button display type."
9496
- msgstr "Choisir le type d’affichage du bouton Facebook."
9497
-
9498
- #: wppa-settings-autosave.php:2101
9499
- msgid "Button with counter"
9500
- msgstr "Bouton avec compteur"
9501
-
9502
- #: wppa-settings-autosave.php:2101
9503
- msgid "Box with counter"
9504
- msgstr "Boîte avec compteur"
9505
-
9506
- #: wppa-settings-autosave.php:2108
9507
- msgid "Show Facebook comment box"
9508
- msgstr "Montrer la boîte de commentaire Facebook"
9509
-
9510
- #: wppa-settings-autosave.php:2109
9511
- msgid "Display the Facebook comment dialog box in the share box."
9512
- msgstr ""
9513
- "Afficher la boîte de saisie de commentaire Facebook dans la boîte de partage."
9514
-
9515
- #: wppa-settings-autosave.php:2117
9516
- msgid "Facebook User Id"
9517
- msgstr "ID utilisateur Facebook"
9518
-
9519
- #: wppa-settings-autosave.php:2118
9520
- msgid "Enter your facebook user id to be able to moderate comments and sends"
9521
- msgstr ""
9522
- "Entrez votre ID d'utilisateur Facebook pour pouvoir modérer les commentaires "
9523
- "et envois"
9524
-
9525
- #: wppa-settings-autosave.php:2126
9526
- msgid "Facebook App Id"
9527
- msgstr "ID d'application Facebook"
9528
-
9529
- #: wppa-settings-autosave.php:2127
9530
- msgid "Enter your facebook app id to be able to moderate comments and sends"
9531
- msgstr ""
9532
- "Entrer votre ID d'application Facebook pour pouvoir modérer les commentaires "
9533
- "et envois"
9534
-
9535
- #: wppa-settings-autosave.php:2135
9536
- msgid "Facebook js SDK"
9537
- msgstr "SDK Facebook js"
9538
-
9539
- #: wppa-settings-autosave.php:2136
9540
- msgid "Load Facebook js SDK"
9541
- msgstr "Charger le SDK Facebook js"
9542
-
9543
- #: wppa-settings-autosave.php:2137
9544
- msgid ""
9545
- "Uncheck this box only when there is a conflict with an other plugin that "
9546
- "also loads the Facebook js SDK."
9547
- msgstr ""
9548
- "Décochez cette case seulement quand il y a un conflit avec un autre plugin "
9549
- "(greffon) qui charge le SDK Facebook js."
9550
-
9551
- #: wppa-settings-autosave.php:2144
9552
- msgid "Share single image"
9553
- msgstr "Partager image"
9554
-
9555
- #: wppa-settings-autosave.php:2145
9556
- msgid "Share a link to a single image, not the slideshow."
9557
- msgstr "Partager un lien vers une image, pas vers le diaporama."
9558
-
9559
- #: wppa-settings-autosave.php:2146
9560
- msgid ""
9561
- "The sharelink points to a page with a single image rather than to the page "
9562
- "with the photo in the slideshow."
9563
- msgstr ""
9564
- "Le lien de partage pointe vers une page avec une image seule plutôt que vers "
9565
- "la page avec la photo dans le diaporama."
9566
-
9567
- #: wppa-settings-autosave.php:2154
9568
- msgid "Thumbnail display related visibility settings"
9569
- msgstr "Réglages pour l'affichage des vignettes"
9570
-
9571
- #: wppa-settings-autosave.php:2156
9572
- msgid "Thumbnail name"
9573
- msgstr "Vignettes, nom"
9574
-
9575
- #: wppa-settings-autosave.php:2157
9576
- msgid "Display Thumbnail name."
9577
- msgstr "Afficher le nom de la vignette."
9578
-
9579
- #: wppa-settings-autosave.php:2158
9580
- msgid "Display photo name under thumbnail images."
9581
- msgstr "Afficher le nom de la photo sous les vignettes."
9582
-
9583
- #: wppa-settings-autosave.php:2174
9584
- msgid "Thumbnail desc"
9585
- msgstr "Vignettes, description"
9586
-
9587
- #: wppa-settings-autosave.php:2175
9588
- msgid "Display Thumbnail description."
9589
- msgstr "Affichage vignette, description."
9590
-
9591
- #: wppa-settings-autosave.php:2176
9592
- msgid "Display description of the photo under thumbnail images."
9593
- msgstr "Afficher la description de la photo sous les vignettes."
9594
-
9595
- #: wppa-settings-autosave.php:2183
9596
- msgid "Thumbnail rating"
9597
- msgstr "Vignettes, note"
9598
-
9599
- #: wppa-settings-autosave.php:2184
9600
- msgid "Display Thumbnail Rating."
9601
- msgstr "Affichage vignette, note."
9602
-
9603
- #: wppa-settings-autosave.php:2185
9604
- msgid "Display the rating of the photo under the thumbnail image."
9605
- msgstr "Afficher la note de la photo sous la vignette."
9606
-
9607
- #: wppa-settings-autosave.php:2192
9608
- msgid "Thumbnail comcount"
9609
- msgstr "Vignettes, compteur commentaires"
9610
-
9611
- #: wppa-settings-autosave.php:2193
9612
- msgid "Display Thumbnail Comment count."
9613
- msgstr "Affichage vignette, compteur commentaires."
9614
-
9615
- #: wppa-settings-autosave.php:2194
9616
- msgid "Display the number of comments to the photo under the thumbnail image."
9617
- msgstr "Afficher le nombre de commentaires de la photo sous la vignette."
9618
-
9619
- #: wppa-settings-autosave.php:2201
9620
- msgid "Thumbnail viewcount"
9621
- msgstr "Vignettes, compteur de vues"
9622
-
9623
- #: wppa-settings-autosave.php:2202
9624
- msgid "Display the number of views."
9625
- msgstr "Affichage vignette, compteur de vues."
9626
-
9627
- #: wppa-settings-autosave.php:2203
9628
- msgid "Display the number of views under the thumbnail image."
9629
- msgstr "Afficher le nombre de vues sous la vignette."
9630
-
9631
- #: wppa-settings-autosave.php:2210
9632
- msgid "Thumbnail virt album"
9633
- msgstr "Vignettes, album virtuel"
9634
-
9635
- #: wppa-settings-autosave.php:2211
9636
- msgid "Display the real album name on virtual album display."
9637
- msgstr "Affiche le nom d'album réel dans l'album virtuel."
9638
-
9639
- #: wppa-settings-autosave.php:2212
9640
- msgid ""
9641
- "Display the album name of the photo in parenthesis under the thumbnail on "
9642
- "virtual album displays like search results etc."
9643
- msgstr ""
9644
- "Afficher le nom de l'album (entre parenthèses) auquel appartient la photo "
9645
- "sous la vignette dans l'album virtuel (comme résultats de recherches etc.)"
9646
-
9647
- #: wppa-settings-autosave.php:2219
9648
- msgid "Thumbnail video"
9649
- msgstr "Vignettes, vidéo"
9650
-
9651
- #: wppa-settings-autosave.php:2220
9652
- msgid "Show video controls on thumbnail displays."
9653
- msgstr "Montrer les contrôles vidéo dans les affichages vignettes."
9654
-
9655
- #: wppa-settings-autosave.php:2221
9656
- msgid ""
9657
- "Works on default thumbnail type only. You can play the video only when the "
9658
- "link is set to no link at all."
9659
- msgstr ""
9660
- "Marche seulement pour les vignettes par défaut. Vous pouvez lancer la vidéo "
9661
- "seulement lorsque le lien est réglé à pas de lien."
9662
-
9663
- #: wppa-settings-autosave.php:2228
9664
- msgid "Thumbnail audio"
9665
- msgstr "Vignettes, audio"
9666
-
9667
- #: wppa-settings-autosave.php:2229
9668
- msgid "Show audio controls on thumbnail displays."
9669
- msgstr "Montrer les contrôles audio dans les affichages vignettes."
9670
-
9671
- #: wppa-settings-autosave.php:2237
9672
- msgid "Popup name"
9673
- msgstr "Popups, nom"
9674
-
9675
- #: wppa-settings-autosave.php:2238
9676
- msgid "Display Thumbnail name on popup."
9677
- msgstr "Affiche le nom de la vignette dans le popup."
9678
-
9679
- #: wppa-settings-autosave.php:2239
9680
- msgid "Display photo name under thumbnail images on the popup."
9681
- msgstr "Afficher le nom de la photo sous les vignettes dans le popup."
9682
-
9683
- #: wppa-settings-autosave.php:2246
9684
- msgid "Popup (owner)"
9685
- msgstr "Popup (propriétaire)"
9686
-
9687
- #: wppa-settings-autosave.php:2247
9688
- msgid "Display owner on popup."
9689
- msgstr "Popup, affichage du nom du propriétaire."
9690
-
9691
- #: wppa-settings-autosave.php:2248
9692
- msgid "Display photo owner under thumbnail images on the popup."
9693
- msgstr "Afficher le propriétaire de la photo sous les vignettes dans le popup."
9694
-
9695
- #: wppa-settings-autosave.php:2255
9696
- msgid "Popup desc"
9697
- msgstr "Popups, description"
9698
-
9699
- #: wppa-settings-autosave.php:2256
9700
- msgid "Display Thumbnail description on popup."
9701
- msgstr "Popup, affichage de la description de la photo."
9702
-
9703
- #: wppa-settings-autosave.php:2257
9704
- msgid "Display description of the photo under thumbnail images on the popup."
9705
- msgstr "Afficher la description de la photo sous les vignettes dans le popup."
9706
-
9707
- #: wppa-settings-autosave.php:2264
9708
- msgid "Popup desc no links"
9709
- msgstr "Popups, pas de lien dans la description"
9710
-
9711
- #: wppa-settings-autosave.php:2265
9712
- msgid "Strip html anchor tags from descriptions on popups"
9713
- msgstr "Enlève "
9714
-
9715
- #: wppa-settings-autosave.php:2266
9716
- msgid ""
9717
- "Use this option to prevent the display of links that cannot be activated."
9718
- msgstr ""
9719
- "Utiliser ce réglage pour éviter l'affichage de liens qui ne peuvent être "
9720
- "utilisés."
9721
-
9722
- #: wppa-settings-autosave.php:2273
9723
- msgid "Popup rating"
9724
- msgstr "Popups, note"
9725
-
9726
- #: wppa-settings-autosave.php:2274
9727
- msgid "Display Thumbnail Rating on popup."
9728
- msgstr "Afficher la note de la vignette sur le popup."
9729
-
9730
- #: wppa-settings-autosave.php:2275
9731
- msgid "Display the rating of the photo under the thumbnail image on the popup."
9732
- msgstr "Afficher la note de la photo sous la vignette sur le popup."
9733
-
9734
- #: wppa-settings-autosave.php:2282
9735
- msgid "Popup comcount"
9736
- msgstr "Popups, ComCount"
9737
-
9738
- #: wppa-settings-autosave.php:2283
9739
- msgid "Display Thumbnail Comment count on popup."
9740
- msgstr "Afficher le nombre de commentaires de la vignette sur le popup."
9741
-
9742
- #: wppa-settings-autosave.php:2284
9743
- msgid ""
9744
- "Display the number of comments of the photo under the thumbnail image on the "
9745
- "popup."
9746
- msgstr ""
9747
- "Afficher le nombre de commentaires de la photo sous la vignette sur le popup."
9748
-
9749
- #: wppa-settings-autosave.php:2291
9750
- msgid "Show rating count"
9751
- msgstr "Montrer le nombre de notes"
9752
-
9753
- #: wppa-settings-autosave.php:2292
9754
- msgid "Display the number of votes along with average ratings."
9755
- msgstr "Afficher le nombre de votes avec les notes moyennes."
9756
-
9757
- #: wppa-settings-autosave.php:2293
9758
- msgid ""
9759
- "If checked, the number of votes is displayed along with average rating "
9760
- "displays on thumbnail and popup displays."
9761
- msgstr ""
9762
- "Si coché, le nombre de votes est affiché avec la note moyenne sur la "
9763
- "vignette et le popup."
9764
-
9765
- #: wppa-settings-autosave.php:2300
9766
- msgid "Show name on thumb area"
9767
- msgstr "Montrer le nom sur la zone vignette"
9768
-
9769
- #: wppa-settings-autosave.php:2301
9770
- msgid "Select if and where to display the album name on the thumbnail display."
9771
- msgstr ""
9772
- "Choisir si le nom de l'album est affiché sur la vignette ainsi que sa "
9773
- "position."
9774
-
9775
- #: wppa-settings-autosave.php:2304 wppa-settings-autosave.php:2315
9776
- #: wppa-settings-autosave.php:2344 wppa-settings-autosave.php:4641
9777
- msgid "None"
9778
- msgstr "Aucun"
9779
-
9780
- #: wppa-settings-autosave.php:2304 wppa-settings-autosave.php:2315
9781
- #: wppa-settings-autosave.php:2344 wppa-settings-autosave.php:3683
9782
- msgid "At the top"
9783
- msgstr "En haut"
9784
-
9785
- #: wppa-settings-autosave.php:2304 wppa-settings-autosave.php:2315
9786
- #: wppa-settings-autosave.php:2344 wppa-settings-autosave.php:3683
9787
- msgid "At the bottom"
9788
- msgstr "En bas"
9789
-
9790
- #: wppa-settings-autosave.php:2311
9791
- msgid "Show desc on thumb area"
9792
- msgstr "Montrer la description sur la vignette"
9793
-
9794
- #: wppa-settings-autosave.php:2312
9795
- msgid ""
9796
- "Select if and where to display the album description on the thumbnail "
9797
- "display."
9798
- msgstr ""
9799
- "Choisir si la description de l'album est affiché sur la vignette ainsi que "
9800
- "sa position."
9801
-
9802
- #: wppa-settings-autosave.php:2322
9803
- msgid "Show Edit/Delete links"
9804
- msgstr "Montrer liens Modifier/Effacer"
9805
-
9806
- #: wppa-settings-autosave.php:2323
9807
- msgid "Show these links under default thumbnails for owner and admin."
9808
- msgstr ""
9809
- "Montrer ces liens sous la vignette par défaut pour propriétaire et "
9810
- "administrateur."
9811
-
9812
- #: wppa-settings-autosave.php:2331
9813
- msgid "Show empty thumbnail area"
9814
- msgstr "Montrer zone de vignette vide"
9815
-
9816
- #: wppa-settings-autosave.php:2332
9817
- msgid "Display thumbnail areas with upload link only for empty albums."
9818
- msgstr ""
9819
- "Afficher les zones de vignette avec le lien de chargement seulement pour les "
9820
- "albums vides."
9821
-
9822
- #: wppa-settings-autosave.php:2340
9823
- msgid "Upload/create link on thumbnail area"
9824
- msgstr "Télécharger/créer un lien sur la zone de vignette"
9825
-
9826
- #: wppa-settings-autosave.php:2341
9827
- msgid "Select the location of the upload and crete links."
9828
- msgstr "Sélectionnez l’emplacement des liens upload et Creer."
9829
-
9830
- #: wppa-settings-autosave.php:2352
9831
- msgid "Album cover related visibility settings"
9832
- msgstr "Réglages pour l'affichage des couvertures d'album"
9833
-
9834
- #: wppa-settings-autosave.php:2354
9835
- msgid "Covertext"
9836
- msgstr "Texte de couverture"
9837
-
9838
- #: wppa-settings-autosave.php:2355
9839
- msgid "Show the text on the album cover."
9840
- msgstr "Montrer le texte sur la couverture de l'album."
9841
-
9842
- #: wppa-settings-autosave.php:2356
9843
- msgid "Display the album decription on the album cover"
9844
- msgstr "Afficher la description de l'album sur la couverture"
9845
-
9846
- #: wppa-settings-autosave.php:2364
9847
- msgid "Enable the slideshow."
9848
- msgstr "Activer le diaporama."
9849
-
9850
- #: wppa-settings-autosave.php:2365
9851
- msgid ""
9852
- "If you do not want slideshows: uncheck this box. Browsing full size images "
9853
- "will remain possible."
9854
- msgstr ""
9855
- "Si vous ne voulez pas de diaporamas: décochez cette case. Naviguer dans les "
9856
- "images pleine taille sera toujours possible."
9857
-
9858
- #: wppa-settings-autosave.php:2372
9859
- msgid "Slideshow/Browse"
9860
- msgstr "Diaporama/Naviguer"
9861
-
9862
- #: wppa-settings-autosave.php:2373
9863
- msgid "Display the Slideshow / Browse photos link on album covers"
9864
- msgstr ""
9865
- "Afficher le lien photo Diaporama / Naviguer sur les couvertures d'album"
9866
-
9867
- #: wppa-settings-autosave.php:2374
9868
- msgid ""
9869
- "This setting causes the Slideshow link to be displayed on the album cover."
9870
- msgstr ""
9871
- "Ce réglage permet l’affichage du lien du diaporama sur la couverture de "
9872
- "l'album."
9873
-
9874
- #: wppa-settings-autosave.php:2375
9875
- msgid ""
9876
- "If slideshows are disabled in item 2 in this table, you will see a browse "
9877
- "link to fullsize images."
9878
- msgstr ""
9879
- "Si les diaporamas sont désactivés dans l'item 2 de cette table, vous verrez "
9880
- "un lien vers les images pleine taille."
9881
-
9882
- #: wppa-settings-autosave.php:2376
9883
- msgid "If you do not want the browse link either, uncheck this item."
9884
- msgstr ""
9885
- "Si vous ne voulez pas non plus du lien de navigation, décochez cet item."
9886
-
9887
- #: wppa-settings-autosave.php:2383
9888
- msgid "View ..."
9889
- msgstr "Voir..."
9890
-
9891
- #: wppa-settings-autosave.php:2384
9892
- msgid "Display the View xx albums and yy photos link on album covers"
9893
- msgstr ""
9894
- "Afficher le lien Voir xx albums et yy photos sur les couvertures d'album"
9895
-
9896
- #: wppa-settings-autosave.php:2392
9897
- msgid "Treecount"
9898
- msgstr "Treecount"
9899
-
9900
- #: wppa-settings-autosave.php:2393
9901
- msgid "Display the total number of (sub)albums and photos in subalbums"
9902
- msgstr ""
9903
- "Afficher le nombre total de (sous) albums et photos dans les sous-albums"
9904
-
9905
- #: wppa-settings-autosave.php:2394
9906
- msgid ""
9907
- "Displays the total number of sub albums and photos in the entire album tree "
9908
- "in parenthesis if the numbers differ from the direct content of the album."
9909
- msgstr ""
9910
- "Affiche le nombre total d'albums fils et de photos dans l'arborescence "
9911
- "entière entre parenthèses si le nombre diffère du contenu direct de l'album."
9912
-
9913
- #: wppa-settings-autosave.php:2396
9914
- msgid "detailed"
9915
- msgstr "détaillé"
9916
-
9917
- #: wppa-settings-autosave.php:2396
9918
- msgid "totals only"
9919
- msgstr "totaux seulement"
9920
-
9921
- #: wppa-settings-autosave.php:2403
9922
- msgid "Show categories"
9923
- msgstr "Montrer catégories"
9924
-
9925
- #: wppa-settings-autosave.php:2404
9926
- msgid "Display the album categories on the covers."
9927
- msgstr "Afficher les catégories d'album sur les couvertures."
9928
-
9929
- #: wppa-settings-autosave.php:2412
9930
- msgid "Skip empty albums"
9931
- msgstr "Ignorer les albums vides"
9932
-
9933
- #: wppa-settings-autosave.php:2413
9934
- msgid "Do not show empty albums, except for admin and owner."
9935
- msgstr ""
9936
- "Ne pas montrer les albums vides, sauf pour administrateur et propriétaire."
9937
-
9938
- #: wppa-settings-autosave.php:2421
9939
- msgid "Count on title"
9940
- msgstr "Compte sur le titre"
9941
-
9942
- #: wppa-settings-autosave.php:2422
9943
- msgid "Show photocount along with album title. "
9944
- msgstr "Afficher nombre des photos avec titre de l'album."
9945
-
9946
- #: wppa-settings-autosave.php:2425 wppa-settings-autosave.php:2436
9947
- msgid "top album only"
9948
- msgstr "top album seulement"
9949
-
9950
- #: wppa-settings-autosave.php:2425 wppa-settings-autosave.php:2436
9951
- msgid "total tree"
9952
- msgstr "arbre totale"
9953
-
9954
- #: wppa-settings-autosave.php:2432
9955
- msgid "Viewcount on cover"
9956
- msgstr "Compteur vues sur couverture"
9957
-
9958
- #: wppa-settings-autosave.php:2433
9959
- msgid "Show total photo viewcount on album covers."
9960
- msgstr "Afficher nombre total de vues photo sur les pochettes d'albums."
9961
-
9962
- #: wppa-settings-autosave.php:2444
9963
- msgid "Widget related visibility settings"
9964
- msgstr "Réglages pour l'affichage des widgets"
9965
-
9966
- #: wppa-settings-autosave.php:2446
9967
- msgid "Big Browse Buttons in widget"
9968
- msgstr "Gros boutons de navigation dans le widget"
9969
-
9970
- #: wppa-settings-autosave.php:2447
9971
- msgid "Enable invisible browsing buttons in widget slideshows."
9972
- msgstr ""
9973
- "Activer les boutons de navigation invisibles dans les diaporamas de widget."
9974
-
9975
- #: wppa-settings-autosave.php:2456
9976
- msgid "Ugly Browse Buttons in widget"
9977
- msgstr "Boutons de navigation rudimentaires dans le widget"
9978
-
9979
- #: wppa-settings-autosave.php:2457
9980
- msgid "Enable ugly browsing buttons in widget slideshows."
9981
- msgstr ""
9982
- "Activer les boutons de navigation rudimentaires dans les diaporamas de "
9983
- "widget."
9984
-
9985
- #: wppa-settings-autosave.php:2458
9986
- msgid "If checked, the fullsize image is covered by browse buttons."
9987
- msgstr ""
9988
- "Si coché, l'image pleine taille est recouverte par le boutons de navigation."
9989
-
9990
- #: wppa-settings-autosave.php:2466
9991
- msgid "Album widget tooltip"
9992
- msgstr "Tooltip dans le widget album"
9993
-
9994
- #: wppa-settings-autosave.php:2467
9995
- msgid "Show the album description on hoovering thumbnail in album widget"
9996
- msgstr ""
9997
- "Montrer la description de l'album en survolant la vignette dans le widget "
9998
- "album"
9999
-
10000
- #: wppa-settings-autosave.php:2475 wppa-settings-autosave.php:4782
10001
- msgid ""
10002
- "Lightbox related settings. These settings have effect only when Table IX-J3 "
10003
- "is set to wppa"
10004
- msgstr ""
10005
- "Réglages pour Lightbox. Ces réglages n'ont d'effet que si table IX-J3 est "
10006
- "réglé à WPPA"
10007
-
10008
- #: wppa-settings-autosave.php:2488
10009
- msgid "Overlay theme color"
10010
- msgstr "Couleur de l'overlay du thème"
10011
-
10012
- #: wppa-settings-autosave.php:2489
10013
- msgid "The color of the image border and text background."
10014
- msgstr "La couleur de la bordure de l'image et de l'arrière plan du texte."
10015
-
10016
- #: wppa-settings-autosave.php:2492 wppa-settings-autosave.php:2503
10017
- msgid "Black"
10018
- msgstr "Noir"
10019
-
10020
- #: wppa-settings-autosave.php:2492 wppa-settings-autosave.php:2503
10021
- msgid "White"
10022
- msgstr "Blanc"
10023
-
10024
- #: wppa-settings-autosave.php:2499
10025
- msgid "Overlay background color"
10026
- msgstr "Couleur d'arrière plan de l'overlay"
10027
-
10028
- #: wppa-settings-autosave.php:2500
10029
- msgid "The color of the outer background."
10030
- msgstr "La couleur du dernier arrière plan."
10031
-
10032
- #: wppa-settings-autosave.php:2510
10033
- msgid "Overlay slide name"
10034
- msgstr "Nom de la diapositive d'overlay"
10035
-
10036
- #: wppa-settings-autosave.php:2511
10037
- msgid "Show name if from slide."
10038
- msgstr "Montrer le nom si celui venant de la diapositive."
10039
-
10040
- #: wppa-settings-autosave.php:2512
10041
- msgid ""
10042
- "Shows the photos name on a lightbox display when initiated from a slide."
10043
- msgstr ""
10044
- "Montrer le nom des photos dans un affichage Lightbox si lancé à partir d'une "
10045
- "diapositive."
10046
-
10047
- #: wppa-settings-autosave.php:2513 wppa-settings-autosave.php:2523
10048
- #, fuzzy
10049
- msgid ""
10050
- "This setting also applies to film thumbnails if Table VI-B6a is set to "
10051
- "lightbox overlay."
10052
- msgstr ""
10053
- "Ce paramètre s'applique également aux vignettes de film si le tableau VI-B6a "
10054
- "est réglé sur la superposition de la boîte à lumière."
10055
-
10056
- #: wppa-settings-autosave.php:2520
10057
- msgid "Overlay slide desc"
10058
- msgstr "Description diapositive overlay"
10059
-
10060
- #: wppa-settings-autosave.php:2521
10061
- msgid "Show description if from slide."
10062
- msgstr "Montrer la description si celle venant de la diapositive."
10063
-
10064
- #: wppa-settings-autosave.php:2522
10065
- msgid ""
10066
- "Shows the photos description on a lightbox display when initiated from a "
10067
- "slide."
10068
- msgstr ""
10069
- "Montre la description des photos dans un affichage Lightbox quand lancé "
10070
- "depuis une diapositive."
10071
-
10072
- #: wppa-settings-autosave.php:2530
10073
- msgid "Overlay thumb name"
10074
- msgstr "Nom vignette overlay"
10075
-
10076
- #: wppa-settings-autosave.php:2531
10077
- msgid "Show the photos name if from thumb."
10078
- msgstr "Montrer le nom des photos si celle venant de la vignette."
10079
-
10080
- #: wppa-settings-autosave.php:2532
10081
- msgid ""
10082
- "Shows the name on a lightbox display when initiated from a standard "
10083
- "thumbnail or a widget thumbnail."
10084
- msgstr ""
10085
- "Montre le nom dans un affichage Lightbox quand lancé depuis une vignette "
10086
- "standard ou widget Thumbnail."
10087
-
10088
- #: wppa-settings-autosave.php:2533 wppa-settings-autosave.php:2543
10089
- msgid ""
10090
- "This setting applies to standard thumbnails, thumbnail-, comment-, topten- "
10091
- "and lasten-widget."
10092
- msgstr ""
10093
- "Ce réglage s'applique aux vignettes standard, widget-Thumbnail, -Comment, -"
10094
- "TopTen et -LastTen."
10095
-
10096
- #: wppa-settings-autosave.php:2540
10097
- msgid "Overlay thumb desc"
10098
- msgstr "Description vignette overlay"
10099
-
10100
- #: wppa-settings-autosave.php:2541
10101
- msgid "Show description if from thumb."
10102
- msgstr "Montrer la description si celle venant de la vignette."
10103
-
10104
- #: wppa-settings-autosave.php:2542
10105
- msgid ""
10106
- "Shows the photos description on a lightbox display when initiated from a "
10107
- "standard thumbnail or a widget thumbnail."
10108
- msgstr ""
10109
- "Montre la description des photos dans un affichage Lightbox quand lancé à "
10110
- "partir d'une vignette standard ou d'un widget Thumbnail."
10111
-
10112
- #: wppa-settings-autosave.php:2550
10113
- msgid "Overlay potd name"
10114
- msgstr "Nom PhotoOfTheDay overlay"
10115
-
10116
- #: wppa-settings-autosave.php:2551
10117
- msgid "Show the photos name if from photo of the day."
10118
- msgstr "Montrer le nom des photos si celle venant de PhotoOfTheDay."
10119
-
10120
- #: wppa-settings-autosave.php:2552
10121
- msgid ""
10122
- "Shows the name on a lightbox display when initiated from the photo of the "
10123
- "day."
10124
- msgstr ""
10125
- "Montre le nom sur un affichage Lightbox quand lancé depuis PhotoOfTheDay."
10126
-
10127
- #: wppa-settings-autosave.php:2559
10128
- msgid "Overlay potd desc"
10129
- msgstr "Description PhotoOfTheDay overlay"
10130
-
10131
- #: wppa-settings-autosave.php:2560
10132
- msgid "Show description if from from photo of the day."
10133
- msgstr "Montrer description si celle venant de PhotoOfTheDay."
10134
-
10135
- #: wppa-settings-autosave.php:2561
10136
- msgid ""
10137
- "Shows the photos description on a lightbox display when initiated from the "
10138
- "photo of the day."
10139
- msgstr ""
10140
- "Montre la description des photos sur un affichage Lightbox quand lancé "
10141
- "depuis PhotoOfTheDay."
10142
-
10143
- #: wppa-settings-autosave.php:2568
10144
- msgid "Overlay sphoto name"
10145
- msgstr "Nom single photo overlay"
10146
-
10147
- #: wppa-settings-autosave.php:2569
10148
- msgid "Show the photos name if from a single photo."
10149
- msgstr "Montrer le nom des photos si celui venant d'une photo unique."
10150
-
10151
- #: wppa-settings-autosave.php:2570
10152
- msgid ""
10153
- "Shows the name on a lightbox display when initiated from a single photo."
10154
- msgstr ""
10155
- "Montre le nom dans un affichage Lightbox quand lancé depuis une photo unique."
10156
-
10157
- #: wppa-settings-autosave.php:2577
10158
- msgid "Overlay sphoto desc"
10159
- msgstr "Description single photo overlay"
10160
-
10161
- #: wppa-settings-autosave.php:2578
10162
- msgid "Show description if from from a single photo."
10163
- msgstr "Montrer la description si celle venant d'une photo unique."
10164
-
10165
- #: wppa-settings-autosave.php:2579
10166
- msgid ""
10167
- "Shows the photos description on a lightbox display when initiated from a "
10168
- "single photo."
10169
- msgstr ""
10170
- "Montre la description des photos dans un affichage Lightbox quand lancé "
10171
- "depuis une photo unique."
10172
-
10173
- #: wppa-settings-autosave.php:2586
10174
- msgid "Overlay mphoto name"
10175
- msgstr "Nom media photo overlay"
10176
-
10177
- #: wppa-settings-autosave.php:2587
10178
- msgid "Show the photos name if from a single media style photo."
10179
- msgstr ""
10180
- "Montrer le nom des photos si celui venant d'une photo single media style."
10181
-
10182
- #: wppa-settings-autosave.php:2588
10183
- msgid ""
10184
- "Shows the name on a lightbox display when initiated from a single media "
10185
- "style photo."
10186
- msgstr ""
10187
- "Montre le nom de la photo dans un afficahge Lightbox quand lancé depuis une "
10188
- "photo single media style."
10189
-
10190
- #: wppa-settings-autosave.php:2595
10191
- msgid "Overlay mphoto desc"
10192
- msgstr "Description media photo overlay"
10193
-
10194
- #: wppa-settings-autosave.php:2596
10195
- msgid "Show description if from from a media style photo."
10196
- msgstr "Montrer la description si celle venant d'une photo single media style."
10197
-
10198
- #: wppa-settings-autosave.php:2597
10199
- msgid ""
10200
- "Shows the photos description on a lightbox display when initiated from a "
10201
- "single media style photo."
10202
- msgstr ""
10203
- "Montre la description des photos dans un affichage Lightbox quand lancé "
10204
- "depuis une photo single media style."
10205
-
10206
- #: wppa-settings-autosave.php:2604
10207
- msgid "Overlay albumwidget name"
10208
- msgstr "Nom widget Album overlay"
10209
-
10210
- #: wppa-settings-autosave.php:2605
10211
- msgid "Show the photos name if from the album widget."
10212
- msgstr "Montrer le nom des photos si celui venant du widget Album."
10213
-
10214
- #: wppa-settings-autosave.php:2606
10215
- msgid ""
10216
- "Shows the name on a lightbox display when initiated from the album widget."
10217
- msgstr ""
10218
- "Montre le nom sur un affichage Lightbox quand lancé depuis le widget Album."
10219
-
10220
- #: wppa-settings-autosave.php:2613
10221
- msgid "Overlay albumwidget desc"
10222
- msgstr "Description widget Album overlay"
10223
-
10224
- #: wppa-settings-autosave.php:2614
10225
- msgid "Show description if from from the album widget."
10226
- msgstr "Montrer la description si celle venant du widget Album."
10227
-
10228
- #: wppa-settings-autosave.php:2615
10229
- msgid ""
10230
- "Shows the photos description on a lightbox display when initiated from the "
10231
- "album widget."
10232
- msgstr ""
10233
- "Montre la description des photos saur un affichage Lightbox quand lancé "
10234
- "depuis le widget Album."
10235
-
10236
- #: wppa-settings-autosave.php:2622
10237
- msgid "Overlay coverphoto name"
10238
- msgstr "Nom CoverPhoto overlay"
10239
-
10240
- #: wppa-settings-autosave.php:2623
10241
- msgid "Show the photos name if from the album cover."
10242
- msgstr "Montrer le nom des photos si venant de la couverture d'album."
10243
-
10244
- #: wppa-settings-autosave.php:2624
10245
- msgid ""
10246
- "Shows the name on a lightbox display when initiated from the album "
10247
- "coverphoto."
10248
- msgstr ""
10249
- "Montre le nom sur un affichage lightbox quand lancé depuis la couverture de "
10250
- "l'album."
10251
-
10252
- #: wppa-settings-autosave.php:2631
10253
- msgid "Overlay coverphoto desc"
10254
- msgstr "Description CoverPhoto overlay"
10255
-
10256
- #: wppa-settings-autosave.php:2632
10257
- msgid "Show description if from from the album cover."
10258
- msgstr "Montrer la description si celle venant de la couverture de l'album."
10259
-
10260
- #: wppa-settings-autosave.php:2633
10261
- msgid ""
10262
- "Shows the photos description on a lightbox display when initiated from the "
10263
- "album coverphoto."
10264
- msgstr ""
10265
- "Montre la description dans un affichage Lightbox quand lancé depuis la photo "
10266
- "de couverture de l'album."
10267
-
10268
- #: wppa-settings-autosave.php:2640
10269
- msgid "Overlay add owner"
10270
- msgstr "Propriétaire ajout overlay"
10271
-
10272
- #: wppa-settings-autosave.php:2641
10273
- msgid "Add the owner to the photo name on lightbox displays."
10274
- msgstr "Ajouter le propriétaire de la photo sur les affichages Lightbox."
10275
-
10276
- #: wppa-settings-autosave.php:2642
10277
- msgid ""
10278
- "This setting is independant of the show name switches and is a global "
10279
- "setting."
10280
- msgstr "Ce réglage est indépendant des boutons Show name et est global."
10281
-
10282
- #: wppa-settings-autosave.php:2649
10283
- msgid "Overlay show start/stop"
10284
- msgstr "Montrer Démarrer/Arrêter overlay"
10285
-
10286
- #: wppa-settings-autosave.php:2650
10287
- msgid "Show Start and Stop for running slideshow on lightbox."
10288
- msgstr "Montrer Démarrer et Arrêter pour lancer le diaporama sur Lightbox."
10289
-
10290
- #: wppa-settings-autosave.php:2658
10291
- msgid "Overlay show legenda"
10292
- msgstr "Montrer légende overlay"
10293
-
10294
- #: wppa-settings-autosave.php:2659
10295
- msgid "Show \"Press f for fullsize\" etc. on lightbox."
10296
- msgstr "Montrer \"Appuyez sur f pour plein écran\" etc. sur Lightbox."
10297
-
10298
- #: wppa-settings-autosave.php:2660
10299
- msgid "Independant of this setting, it will not show up on mobile devices."
10300
- msgstr ""
10301
- "Indépendant de ce réglage, ne sera pas affiché sur les terminaux mobiles."
10302
-
10303
- #: wppa-settings-autosave.php:2667
10304
- msgid "Show fullscreen icons"
10305
- msgstr "Montrer les icônes plein écran"
10306
-
10307
- #: wppa-settings-autosave.php:2668
10308
- msgid "Shows fullscreen and back to normal icon buttons on upper right corner"
10309
- msgstr ""
10310
- "Montre les boutons icônes plein écran et retour à l’affichage fenêtré dans "
10311
- "le coin haut droit"
10312
-
10313
- #: wppa-settings-autosave.php:2676
10314
- msgid "Show rating"
10315
- msgstr "Afficher la note"
10316
-
10317
- #: wppa-settings-autosave.php:2677
10318
- msgid "Shows and enables rating on lightbox."
10319
- msgstr "Affiche et permet Note sur la visionneuse."
10320
-
10321
- #: wppa-settings-autosave.php:2678
10322
- msgid ""
10323
- "This works for 5 and 10 stars only, not for single votes or numerical display"
10324
- msgstr ""
10325
- "Cela fonctionne pour 5 et 10 étoiles, et non pour des votes simples ou "
10326
- "affichage numérique"
10327
-
10328
- #: wppa-settings-autosave.php:2685
10329
- msgid "Overlay show counter"
10330
- msgstr "Montrer compteur overlay"
10331
-
10332
- #: wppa-settings-autosave.php:2686
10333
- msgid "Show the x/y counter below the image."
10334
- msgstr "Montrer le compteur x/y au dessous de l'image."
10335
-
10336
- #: wppa-settings-autosave.php:2694
10337
- msgid "Show Zoom in"
10338
- msgstr "Montrer Zoom in"
10339
-
10340
- #: wppa-settings-autosave.php:2695
10341
- msgid "Display tooltip \"Zoom in\" along with the magnifier cursor."
10342
- msgstr "Afficher le tooltip \"Zoom in\" avec le curseur loupe."
10343
-
10344
- #: wppa-settings-autosave.php:2696
10345
- msgid ""
10346
- "If you select ---none--- in Table I-G2 for magnifier size, the tooltop "
10347
- "contains the photo name."
10348
- msgstr ""
10349
- "Si vous choisissez --- Aucun --- dans table I-G2 pour la taille de la loupe, "
10350
- "le tooltip contient le nom de la photo."
10351
-
10352
- #: wppa-settings-autosave.php:2704
10353
- msgid "Frontend upload configuration settings"
10354
- msgstr "Réglages pour le chargement (upload) par le frontend"
10355
-
10356
- #: wppa-settings-autosave.php:2706
10357
- msgid "User upload Photos"
10358
- msgstr "Photos chargées par l'utilisateur"
10359
-
10360
- #: wppa-settings-autosave.php:2707
10361
- msgid "Enable frontend upload."
10362
- msgstr "Permettre chargement via le frontend."
10363
-
10364
- #: wppa-settings-autosave.php:2708
10365
- msgid ""
10366
- "If you check this item, frontend upload will be enabled according to the "
10367
- "rules set in the following items of this table."
10368
- msgstr ""
10369
- "Si vous cochez cet item, le chargement par le frontend sera activé en accord "
10370
- "avec les règles définies dans les items suivants de cette table."
10371
-
10372
- #: wppa-settings-autosave.php:2716
10373
- msgid "User upload Video"
10374
- msgstr "Envoyer une vidéo"
10375
-
10376
- #: wppa-settings-autosave.php:2717
10377
- msgid "Enable frontend upload of video."
10378
- msgstr "Activez le frontend upload de la vidéo."
10379
-
10380
- #: wppa-settings-autosave.php:2718 wppa-settings-autosave.php:2728
10381
- msgid "Requires Table II-H1 to be ticked."
10382
- msgstr "Nécessite le Table II-H1 être cochée."
10383
-
10384
- #: wppa-settings-autosave.php:2726
10385
- msgid "User upload Audio"
10386
- msgstr "Télécharger un fichier Audio"
10387
-
10388
- #: wppa-settings-autosave.php:2727
10389
- msgid "Enable frontend upload of audio."
10390
- msgstr "Activez le frontend Télécharger audio."
10391
-
10392
- #: wppa-settings-autosave.php:2736
10393
- msgid "User upload Photos login"
10394
- msgstr "Login de chargement photos utilisateur"
10395
-
10396
- #: wppa-settings-autosave.php:2737
10397
- msgid "Frontend upload requires the user is logged in."
10398
- msgstr "Le chargement via frontend nécessite que l'utilisateur soit connecté."
10399
-
10400
- #: wppa-settings-autosave.php:2738
10401
- msgid ""
10402
- "If you uncheck this box, make sure you check the item Owners only in Table "
10403
- "VII-D1."
10404
- msgstr ""
10405
- "Si vous décochez cette case, assurez vous de cocher l'item Propriétaires "
10406
- "uniquement dans table VII-D1."
10407
-
10408
- #: wppa-settings-autosave.php:2739
10409
- msgid ""
10410
- "Also: set the owner to ---public--- of the albums that are allowed to be "
10411
- "uploaded to."
10412
- msgstr ""
10413
- "Aussi: régler propriétaire à --- public --- \" dans les albums pour lesquels "
10414
- "il sera autorisé de charger des média."
10415
-
10416
- #: wppa-settings-autosave.php:2746
10417
- msgid "User upload Ajax"
10418
- msgstr "Chargement AJAX utilisateur"
10419
-
10420
- #: wppa-settings-autosave.php:2747
10421
- msgid "Shows the upload progression bar."
10422
- msgstr "Montrer la barre progression du chargement."
10423
-
10424
- #: wppa-settings-autosave.php:2755
10425
- msgid "Show Copyright"
10426
- msgstr "Montrer Copyright"
10427
-
10428
- #: wppa-settings-autosave.php:2756
10429
- msgid "Show a copyright warning on frontend upload locations."
10430
- msgstr ""
10431
- "Montrer un avertissement de copyright à l'endroit du chargement via le "
10432
- "frontend."
10433
-
10434
- #: wppa-settings-autosave.php:2765
10435
- msgid "Copyright notice"
10436
- msgstr "Note Copyright"
10437
-
10438
- #: wppa-settings-autosave.php:2766
10439
- msgid "The message to be displayed."
10440
- msgstr "Le message a afficher."
10441
-
10442
- #: wppa-settings-autosave.php:2774
10443
- msgid "User Watermark"
10444
- msgstr "Filigrane utilisateur"
10445
-
10446
- #: wppa-settings-autosave.php:2775
10447
- msgid "Uploading users may select watermark settings"
10448
- msgstr ""
10449
- "Les utilisateurs autorisés à charger peuvent gérer les options de filigrane"
10450
-
10451
- #: wppa-settings-autosave.php:2776
10452
- msgid ""
10453
- "If checked, anyone who can upload and/or import photos can overrule the "
10454
- "default watermark settings."
10455
- msgstr ""
10456
- "Si coché, les utilisateurs autorisés à charger et/ou importer des photos "
10457
- "peuvent passer outre les options par défaut du filigrane."
10458
-
10459
- #: wppa-settings-autosave.php:2783
10460
- msgid "User name"
10461
- msgstr "Nom utilisateur"
10462
-
10463
- #: wppa-settings-autosave.php:2784
10464
- msgid "Uploading users may overrule the default name."
10465
- msgstr "L'utilisateur autorisé à charger peut passer outre le nom par défaut."
10466
-
10467
- #: wppa-settings-autosave.php:2785
10468
- msgid ""
10469
- "If checked, the default photo name as defined in Table IX-D13 may be "
10470
- "overruled by the user."
10471
- msgstr ""
10472
- "Si coché, le nom par défaut de la photo comme défini dans table IX-D13 ne "
10473
- "s'applique pas pour l'utilisateur."
10474
-
10475
- #: wppa-settings-autosave.php:2792
10476
- msgid "Apply Newphoto desc user"
10477
- msgstr "Appliquer la description utilisateur pour la nouvelle photo"
10478
-
10479
- #: wppa-settings-autosave.php:2793
10480
- msgid "Give each new frontend uploaded photo a standard description."
10481
- msgstr ""
10482
- "Donne à chaque nouvelle photo chargée par le frontend une description "
10483
- "standard."
10484
-
10485
- #: wppa-settings-autosave.php:2794
10486
- msgid ""
10487
- "If checked, each new photo will get the description (template) as specified "
10488
- "in Table IX-D5."
10489
- msgstr ""
10490
- "Si coché, chaque nouvelle photo recevra une description selon un modèle "
10491
- "comme spécifié dans table IX-D5."
10492
-
10493
- #: wppa-settings-autosave.php:2795
10494
- msgid "Note: If the next item is checked, the user can overwrite this"
10495
- msgstr "Remarque: Si l'élément suivant est coché, l'utilisateur peut l'écraser"
10496
-
10497
- #: wppa-settings-autosave.php:2802
10498
- msgid "User desc"
10499
- msgstr "Description utilisateur"
10500
-
10501
- #: wppa-settings-autosave.php:2803
10502
- msgid "Uploading users may overrule the default description."
10503
- msgstr ""
10504
- "Les utilisateurs autoriser à charger des fichiers peuvent passer outre la "
10505
- "description par défaut."
10506
-
10507
- #: wppa-settings-autosave.php:2811
10508
- msgid "User upload custom"
10509
- msgstr "Personnalisation pour les utilisateurs autorisés à charger"
10510
-
10511
- #: wppa-settings-autosave.php:2812
10512
- msgid "Frontend upload can fill in custom data fields."
10513
- msgstr ""
10514
- "Possibilité de remplir des champ de donnée personnalisés lors du chargement "
10515
- "frontend."
10516
-
10517
- #: wppa-settings-autosave.php:2820
10518
- msgid "User upload tags"
10519
- msgstr "Tags chargement utilisateur"
10520
-
10521
- #: wppa-settings-autosave.php:2821
10522
- msgid "Frontend upload can add tags."
10523
- msgstr "Possibilité d'ajouter des tag lors du chargement frontend."
10524
-
10525
- #: wppa-settings-autosave.php:2822
10526
- msgid "You can configure the details of tag addition in Table IX-D18.x"
10527
- msgstr ""
10528
- "Vous pouvez configurer les détails pour l'ajout de tag dans table IX-D18.x"
10529
-
10530
- #: wppa-settings-autosave.php:2830 wppa-settings-autosave.php:2858
10531
- #: wppa-settings-autosave.php:2886
10532
- msgid "Tag selection box"
10533
- msgstr "Boîte de sélection de tag"
10534
-
10535
- #: wppa-settings-autosave.php:2831 wppa-settings-autosave.php:2859
10536
- #: wppa-settings-autosave.php:2887
10537
- msgid "Front-end upload tags selecion box."
10538
- msgstr "Boîte de sélection des tags de chargement par frontend."
10539
-
10540
- #: wppa-settings-autosave.php:2835 wppa-settings-autosave.php:2863
10541
- #: wppa-settings-autosave.php:2891
10542
- msgid "On:"
10543
- msgstr "Sur:"
10544
-
10545
- #: wppa-settings-autosave.php:2835 wppa-settings-autosave.php:2863
10546
- #: wppa-settings-autosave.php:2891
10547
- msgid "Multi:"
10548
- msgstr "Multi:"
10549
-
10550
- #: wppa-settings-autosave.php:2840 wppa-settings-autosave.php:2868
10551
- #: wppa-settings-autosave.php:2896
10552
- msgid "Caption box"
10553
- msgstr "Boîte de légende"
10554
-
10555
- #: wppa-settings-autosave.php:2841 wppa-settings-autosave.php:2869
10556
- #: wppa-settings-autosave.php:2897
10557
- msgid "The title of the tag selection box."
10558
- msgstr "Le titre de la boîte de sélection de tag."
10559
-
10560
- #: wppa-settings-autosave.php:2849 wppa-settings-autosave.php:2877
10561
- #: wppa-settings-autosave.php:2905
10562
- msgid "Tags box"
10563
- msgstr "Boîte de tags"
10564
-
10565
- #: wppa-settings-autosave.php:2850 wppa-settings-autosave.php:2878
10566
- #: wppa-settings-autosave.php:2906
10567
- msgid "The tags in the selection box."
10568
- msgstr "Les tags dans la boîte de sélection."
10569
-
10570
- #: wppa-settings-autosave.php:2851 wppa-settings-autosave.php:2879
10571
- #: wppa-settings-autosave.php:2907
10572
- msgid ""
10573
- "Enter the tags you want to appear in the selection box. Empty means: all "
10574
- "existing tags"
10575
- msgstr ""
10576
- "Entrez les tags que vous désirez voir apparaître dans la boîte de sélection. "
10577
- "Laisser vide signifie: tous les tags existants"
10578
-
10579
- #: wppa-settings-autosave.php:2914
10580
- msgid "New tags"
10581
- msgstr "Nouveaux tags:"
10582
-
10583
- #: wppa-settings-autosave.php:2915
10584
- msgid "Input field for any user defined tags."
10585
- msgstr "Champ de saisie pour les tags définis par l'utilisateur."
10586
-
10587
- #: wppa-settings-autosave.php:2923
10588
- msgid "New tags caption"
10589
- msgstr "Nouvelle légende pour les tags"
10590
-
10591
- #: wppa-settings-autosave.php:2924
10592
- msgid "The caption above the tags input field."
10593
- msgstr "La légende au dessus du champ de saisie des tags."
10594
-
10595
- #: wppa-settings-autosave.php:2932
10596
- msgid "Tags box New"
10597
- msgstr "Balises boîte Nouveau"
10598
-
10599
- #: wppa-settings-autosave.php:2933
10600
- #, fuzzy
10601
- msgid "The tags in the New tags input box."
10602
- msgstr "Les balises dans la zone de saisie New tags."
10603
-
10604
- #: wppa-settings-autosave.php:2941
10605
- msgid "Preview tags"
10606
- msgstr "Aperçu tags"
10607
-
10608
- #: wppa-settings-autosave.php:2942
10609
- msgid "Show a preview of all tags that will be added to the photo info."
10610
- msgstr ""
10611
- "Montre une prévisualisation de tous les tags qui seront ajoutés aux "
10612
- "informations de la photo."
10613
-
10614
- #: wppa-settings-autosave.php:2950
10615
- msgid "Camera connect"
10616
- msgstr "Caméra connecter"
10617
-
10618
- #: wppa-settings-autosave.php:2951
10619
- msgid "Connect frontend upload to camara on mobile devices with camera"
10620
- msgstr ""
10621
- "Se connecter frontend télécharger à camara sur les appareils mobiles avec "
10622
- "appareil photo"
10623
-
10624
- #: wppa-settings-autosave.php:2959
10625
- msgid "Blog It!"
10626
- msgstr "Blog It!"
10627
-
10628
- #: wppa-settings-autosave.php:2960
10629
- msgid "Enable blogging photos."
10630
- msgstr "Activer les blogs de photos."
10631
-
10632
- #: wppa-settings-autosave.php:2961
10633
- msgid "Users need the capability edit_posts to directly blog photos."
10634
- msgstr ""
10635
- "Les utilisateurs ont besoin les edit_posts de capacité de blog directement "
10636
- "des photos."
10637
-
10638
- #: wppa-settings-autosave.php:2963
10639
- msgid "disabled"
10640
- msgstr "désactivé"
10641
-
10642
- #: wppa-settings-autosave.php:2964
10643
- msgid "optional"
10644
- msgstr "optionnel"
10645
-
10646
- #: wppa-settings-autosave.php:2965
10647
- msgid "always"
10648
- msgstr "toujours"
10649
-
10650
- #: wppa-settings-autosave.php:2976
10651
- msgid "Blog It need moderation"
10652
- msgstr "Blog Il faut modération"
10653
-
10654
- #: wppa-settings-autosave.php:2977
10655
- msgid "Posts with blogged photos need moderation."
10656
- msgstr "Messages avec photos Blogs ont besoin de modération."
10657
-
10658
- #: wppa-settings-autosave.php:2985
10659
- msgid "Blog It shortcode"
10660
- msgstr "Blog Il code court"
10661
-
10662
- #: wppa-settings-autosave.php:2986
10663
- msgid "Shortcode to be used on the blog post"
10664
- msgstr "Code court à utiliser sur le message de blog"
10665
-
10666
- #: wppa-settings-autosave.php:2987
10667
- msgid "Make sure it contains photo=\"#id\""
10668
- msgstr "Assurez-vous qu'il contient photo=\"#id\""
10669
-
10670
- #: wppa-settings-autosave.php:2995
10671
- msgid "Miscellaneous visibility settings"
10672
- msgstr "Réglages divers pour l'apparence"
10673
-
10674
- #: wppa-settings-autosave.php:2997
10675
- msgid "Frontend ending label"
10676
- msgstr "Texte de fin du frontend"
10677
-
10678
- #: wppa-settings-autosave.php:2998
10679
- msgid "Frontend upload / create / edit dialog closing label text."
10680
- msgstr ""
10681
- "Texte de fermeture de la boîte de dialogue Charger / Créer / Modifier du "
10682
- "frontend."
10683
-
10684
- #: wppa-settings-autosave.php:3001
10685
- msgid "Abort"
10686
- msgstr "Abandonner"
10687
-
10688
- #: wppa-settings-autosave.php:3001
10689
- msgid "Close"
10690
- msgstr "Fermer"
10691
-
10692
- #: wppa-settings-autosave.php:3001
10693
- msgid "Exit"
10694
- msgstr "Sortir"
10695
-
10696
- #: wppa-settings-autosave.php:3001
10697
- msgid "Quit"
10698
- msgstr "Quitter"
10699
-
10700
- #: wppa-settings-autosave.php:3008
10701
- msgid "Owner on new line"
10702
- msgstr "Propriétaire sur nouvelle ligne"
10703
-
10704
- #: wppa-settings-autosave.php:3009
10705
- msgid "Place the (owner) text on a new line."
10706
- msgstr "Place le texte (du propriétaire) sur une nouvelle ligne."
10707
-
10708
- #: wppa-settings-autosave.php:3017
10709
- msgid "Custom datafields albums"
10710
- msgstr "Champ de données personnalisés albums"
10711
-
10712
- #: wppa-settings-autosave.php:3018
10713
- msgid "Define up to 10 custom data fields for albums."
10714
- msgstr "Définir jusqu'à 10 champs de données personnalisés pour les albums."
10715
-
10716
- #: wppa-settings-autosave.php:3028 wppa-settings-autosave.php:3054
10717
- #, php-format
10718
- msgid "Name, vis, edit %s"
10719
- msgstr "Nom, vis, mod. %s"
10720
-
10721
- #: wppa-settings-autosave.php:3029 wppa-settings-autosave.php:3055
10722
- #, php-format
10723
- msgid "The caption for field %s, visibility and editability at frontend."
10724
- msgstr ""
10725
- "La légende de champ %s, de visibilité et de caractère modifiable à frontend."
10726
-
10727
- #: wppa-settings-autosave.php:3030 wppa-settings-autosave.php:3056
10728
- #, php-format
10729
- msgid ""
10730
- "If you check the first box, the value of this field is displayable in photo "
10731
- "descriptions at the frontend with keyword w#c%s"
10732
- msgstr ""
10733
- "Si vous cochez la première case, la valeur de ce champ est affichable dans "
10734
- "les descriptions de photo à l’interface avec le mot clé w#c%s"
10735
-
10736
- #: wppa-settings-autosave.php:3031 wppa-settings-autosave.php:3057
10737
- msgid ""
10738
- "If you check the second box, the value of this field is editable at the "
10739
- "frontend new style dialog."
10740
- msgstr ""
10741
- "Si vous cochez la deuxième case, la valeur de ce champ est modifiable dans "
10742
- "la boîte de dialogue style nouveau frontend."
10743
-
10744
- #: wppa-settings-autosave.php:3043
10745
- msgid "Custom datafields photos"
10746
- msgstr "Champ de données personnalisés Photos"
10747
-
10748
- #: wppa-settings-autosave.php:3044
10749
- msgid "Define up to 10 custom data fields for photos."
10750
- msgstr "Définir jusqu'à 10 champs personnalisés pour les photos."
10751
-
10752
- #: wppa-settings-autosave.php:3070
10753
- msgid "Navigation symbols style"
10754
- msgstr "Style de navigation symboles"
10755
-
10756
- #: wppa-settings-autosave.php:3071
10757
- msgid "The corner rounding size of navigation icons."
10758
- msgstr "La taille coin arrondi des icônes de navigation."
10759
-
10760
- #: wppa-settings-autosave.php:3072
10761
- #, fuzzy
10762
- msgid ""
10763
- "Use gif/png if you have excessive pageload times due to many slideshows on a "
10764
- "page"
10765
- msgstr ""
10766
- "Utilisez gif / png si vous avez des temps de paie excessifs en raison de "
10767
- "nombreux diaporamas sur une page"
10768
-
10769
- #: wppa-settings-autosave.php:3074
10770
- msgid "light"
10771
- msgstr "léger"
10772
-
10773
- #: wppa-settings-autosave.php:3074
10774
- msgid "heavy"
10775
- msgstr "Intense"
10776
-
10777
- #: wppa-settings-autosave.php:3074
10778
- #, fuzzy
10779
- msgid "use gif/png, no svg"
10780
- msgstr "Utiliser gif / png, sans svg"
10781
-
10782
- #: wppa-settings-autosave.php:3098
10783
- msgid "Table III:"
10784
- msgstr "Table III:"
10785
-
10786
- #: wppa-settings-autosave.php:3098
10787
- msgid "Backgrounds:"
10788
- msgstr "Arrière plans:"
10789
-
10790
- #: wppa-settings-autosave.php:3099
10791
- msgid "This table describes the backgrounds of wppa+ elements."
10792
- msgstr "Cette table décrit l'arrière plan des éléments de WPPA+."
10793
-
10794
- #: wppa-settings-autosave.php:3109 wppa-settings-autosave.php:3494
10795
- #: wppa-settings-autosave.php:9131
10796
- msgid "Background color"
10797
- msgstr "Couleur d'arrière plan"
10798
-
10799
- #: wppa-settings-autosave.php:3110 wppa-settings-autosave.php:3112
10800
- #: wppa-settings-autosave.php:3495 wppa-settings-autosave.php:3497
10801
- msgid "Sample"
10802
- msgstr "Echantillon"
10803
-
10804
- #: wppa-settings-autosave.php:3111 wppa-settings-autosave.php:3496
10805
- msgid "Border color"
10806
- msgstr "Couleur de bordure"
10807
-
10808
- #: wppa-settings-autosave.php:3120
10809
- msgid "Slideshow elements backgrounds"
10810
- msgstr "Arrière plan des éléments du diaporama"
10811
-
10812
- #: wppa-settings-autosave.php:3122
10813
- msgid "Nav"
10814
- msgstr "Nav"
10815
-
10816
- #: wppa-settings-autosave.php:3123
10817
- msgid "Navigation bars."
10818
- msgstr "Barres de navigation."
10819
-
10820
- #: wppa-settings-autosave.php:3124
10821
- msgid "Enter valid CSS colors for navigation backgrounds and borders."
10822
- msgstr ""
10823
- "Entrer des valeurs de couleurs CSS valides pour les couleurs de l'arrière "
10824
- "plan et des bordures de navigation."
10825
-
10826
- #: wppa-settings-autosave.php:3135
10827
- msgid "SlideImg"
10828
- msgstr "SlideImg"
10829
-
10830
- #: wppa-settings-autosave.php:3136
10831
- msgid "Fullsize Slideshow Photos."
10832
- msgstr "Photos diaporama en taille max."
10833
-
10834
- #: wppa-settings-autosave.php:3137
10835
- msgid "Enter valid CSS colors for fullsize photo backgrounds and borders."
10836
- msgstr ""
10837
- "Entrer des valeurs de couleurs CSS valides pour les couleurs de l'arrière "
10838
- "plan et des bordures des photos pleine taille."
10839
-
10840
- #: wppa-settings-autosave.php:3138
10841
- msgid "The colors may be equal or \"transparent\""
10842
- msgstr "Les couleurs peuvent être égales ou \"transparentes\""
10843
-
10844
- #: wppa-settings-autosave.php:3139
10845
- msgid ""
10846
- "For more information about slideshow image borders see the help on Table I-B4"
10847
- msgstr ""
10848
- "Pour plus d'informations sur les bordures d'images du diaporama, voir "
10849
- "l'aide: table I-B4\""
10850
-
10851
- #: wppa-settings-autosave.php:3150 wppa-settings-autosave.php:5068
10852
- msgid "Numbar"
10853
- msgstr "Numbar"
10854
-
10855
- #: wppa-settings-autosave.php:3151
10856
- msgid "Number bar box background."
10857
- msgstr "Arrière plan de Numbar"
10858
-
10859
- #: wppa-settings-autosave.php:3152
10860
- msgid "Enter valid CSS colors for numbar box backgrounds and borders."
10861
- msgstr ""
10862
- "Entrer des valeurs de couleurs CSS valides pour les couleurs de l'arrière "
10863
- "plan et des bordures de Numbar."
10864
-
10865
- #: wppa-settings-autosave.php:3163
10866
- msgid "Numbar active"
10867
- msgstr "Numbar activée"
10868
-
10869
- #: wppa-settings-autosave.php:3164
10870
- msgid "Number bar active box background."
10871
- msgstr "Arrière plan de la boîte Numbar active."
10872
-
10873
- #: wppa-settings-autosave.php:3165
10874
- msgid "Enter valid CSS colors for numbar active box backgrounds and borders."
10875
- msgstr ""
10876
- "Entrer des valeurs de couleurs CSS valides pour les couleurs de l'arrière "
10877
- "plan et des bordures de la boîte Numbar active."
10878
-
10879
- #: wppa-settings-autosave.php:3176
10880
- msgid "Name/desc"
10881
- msgstr "Nom/desc"
10882
-
10883
- #: wppa-settings-autosave.php:3177
10884
- msgid "Name and Description bars."
10885
- msgstr "Barres nom et decription."
10886
-
10887
- #: wppa-settings-autosave.php:3178
10888
- msgid ""
10889
- "Enter valid CSS colors for name and description box backgrounds and borders."
10890
- msgstr ""
10891
- "Entrer des valeurs de couleurs CSS valides pour les couleurs de l'arrière "
10892
- "plan et des bordures des boîtes nom et description."
10893
-
10894
- #: wppa-settings-autosave.php:3190
10895
- msgid "Comment input and display areas."
10896
- msgstr "Zones d'entrée et d'affichage de commentaires"
10897
-
10898
- #: wppa-settings-autosave.php:3191
10899
- msgid "Enter valid CSS colors for comment box backgrounds and borders."
10900
- msgstr ""
10901
- "Entrer des valeurs de couleurs CSS valides pour les couleurs de l'arrière "
10902
- "plan et des bordures de la boîte commentaires."
10903
-
10904
- #: wppa-settings-autosave.php:3202 wppa-settings-autosave.php:9191
10905
- #: wppa-settings-autosave.php:9236
10906
- msgid "Custom"
10907
- msgstr "Personalisé"
10908
-
10909
- #: wppa-settings-autosave.php:3203
10910
- msgid "Custom box background."
10911
- msgstr "Arrière plan de la boîte personnalisée."
10912
-
10913
- #: wppa-settings-autosave.php:3204
10914
- msgid "Enter valid CSS colors for custom box backgrounds and borders."
10915
- msgstr ""
10916
- "Entrer des valeurs de couleurs CSS valides pour les couleurs de l'arrière "
10917
- "plan et des bordures de la boîte pesonnalisée."
10918
-
10919
- #: wppa-settings-autosave.php:3215
10920
- msgid "IPTC"
10921
- msgstr "IPTC"
10922
-
10923
- #: wppa-settings-autosave.php:3216
10924
- msgid "IPTC display box background."
10925
- msgstr "Arrière plan de la boîte IPTC."
10926
-
10927
- #: wppa-settings-autosave.php:3217
10928
- msgid "Enter valid CSS colors for iptc box backgrounds and borders."
10929
- msgstr ""
10930
- "Entrer des valeurs de couleurs CSS valides pour les couleurs de l'arrière "
10931
- "plan et des bordures de la boîte IPTC."
10932
-
10933
- #: wppa-settings-autosave.php:3228
10934
- msgid "EXIF"
10935
- msgstr "EXIF"
10936
-
10937
- #: wppa-settings-autosave.php:3229
10938
- msgid "EXIF display box background."
10939
- msgstr "Arrière plan de la boîte EXIF."
10940
-
10941
- #: wppa-settings-autosave.php:3230
10942
- msgid "Enter valid CSS colors for exif box backgrounds and borders."
10943
- msgstr ""
10944
- "Entrer des valeurs de couleurs CSS valides pour les couleurs de l'arrière "
10945
- "plan et des bordures de la boîte EXIF."
10946
-
10947
- #: wppa-settings-autosave.php:3241
10948
- msgid "Share"
10949
- msgstr "Partager"
10950
-
10951
- #: wppa-settings-autosave.php:3242
10952
- msgid "Share box display background."
10953
- msgstr "Arrière plan de la boîte de partage."
10954
-
10955
- #: wppa-settings-autosave.php:3243
10956
- msgid "Enter valid CSS colors for share box backgrounds and borders."
10957
- msgstr ""
10958
- "Entrer des valeurs de couleurs CSS valides pour les couleurs de l'arrière "
10959
- "plan et des bordures de la boîte de partage."
10960
-
10961
- #: wppa-settings-autosave.php:3254
10962
- msgid "Other backgrounds and colors"
10963
- msgstr "Autres plans arrière et des couleurs"
10964
-
10965
- #: wppa-settings-autosave.php:3256
10966
- msgid "Even"
10967
- msgstr "Pair"
10968
-
10969
- #: wppa-settings-autosave.php:3257
10970
- msgid "Even background."
10971
- msgstr "Arrière plan identique."
10972
-
10973
- #: wppa-settings-autosave.php:3258
10974
- msgid ""
10975
- "Enter valid CSS colors for even numbered backgrounds and borders of album "
10976
- "covers and thumbnail displays 'As covers'."
10977
- msgstr ""
10978
- "Entrer des valeurs de couleurs CSS valides pour les couleurs de l'arrière "
10979
- "plan et des bordures des couvertures d'album (et des vignettes affichées "
10980
- "'comme couverture') paires."
10981
-
10982
- #: wppa-settings-autosave.php:3269
10983
- msgid "Odd"
10984
- msgstr "Impair"
10985
-
10986
- #: wppa-settings-autosave.php:3270
10987
- msgid "Odd background."
10988
- msgstr "Arrière plan impair."
10989
-
10990
- #: wppa-settings-autosave.php:3271
10991
- msgid ""
10992
- "Enter valid CSS colors for odd numbered backgrounds and borders of album "
10993
- "covers and thumbnail displays 'As covers'."
10994
- msgstr ""
10995
- "Entrer des valeurs de couleurs CSS valides pour les couleurs de l'arrière "
10996
- "plan et des bordures des couvertures d'album (et des vignettes affichées "
10997
- "'comme couverture') impaires."
10998
-
10999
- #: wppa-settings-autosave.php:3282
11000
- msgid "Thumbnail padding"
11001
- msgstr "Remplissage vignettes"
11002
-
11003
- #: wppa-settings-autosave.php:3283
11004
- msgid "Thumbnail padding color if thumbnail aspect is a padded setting."
11005
- msgstr ""
11006
- "Couleur de remplissage vignettes si l'aspect de la vignette est réglé sur "
11007
- "remplit (padded)."
11008
-
11009
- #: wppa-settings-autosave.php:3284
11010
- msgid ""
11011
- "Enter valid CSS color hexadecimal like #000000 for black or #ffffff for "
11012
- "white for the padded thumbnails."
11013
- msgstr ""
11014
- "Entrer des valeurs de couleurs CSS valides pour les couleurs comme #000000 "
11015
- "pour le noir ou #ffffff pour le blanc pour le remplissage des vignettes."
11016
-
11017
- #: wppa-settings-autosave.php:3295
11018
- msgid "Img"
11019
- msgstr "IMG"
11020
-
11021
- #: wppa-settings-autosave.php:3296
11022
- msgid "Cover Photos and popups."
11023
- msgstr "Photos de couverture et popups."
11024
-
11025
- #: wppa-settings-autosave.php:3297
11026
- msgid ""
11027
- "Enter valid CSS colors for Cover photo and popup backgrounds and borders."
11028
- msgstr ""
11029
- "Entrer des valeurs de couleurs CSS valides pour les couleurs de l'arrière "
11030
- "plan et des bordures pour les photos de couvertures et popups."
11031
-
11032
- #: wppa-settings-autosave.php:3309
11033
- msgid "Upload box background."
11034
- msgstr "Arrière plan de la boîte de chargement."
11035
-
11036
- #: wppa-settings-autosave.php:3310
11037
- msgid "Enter valid CSS colors for upload box backgrounds and borders."
11038
- msgstr ""
11039
- "Entrer des valeurs de couleurs CSS valides pour les couleurs de l'arrière "
11040
- "plan et des bordures pour la boîte de chargement."
11041
-
11042
- #: wppa-settings-autosave.php:3311
11043
- msgid ""
11044
- "See the Upload box, created by the shortcode [wppa type=\"upload\"][/wppa]"
11045
- msgstr ""
11046
- "Voir la boîte de téléchargement, créée par le code court [wppa type=\"upload"
11047
- "\"][/ wppa]"
11048
-
11049
- #: wppa-settings-autosave.php:3322
11050
- msgid "Multitag"
11051
- msgstr "Multitag"
11052
-
11053
- #: wppa-settings-autosave.php:3323
11054
- msgid "Multitag box background."
11055
- msgstr "Arrière plan de la boîte Multitag."
11056
-
11057
- #: wppa-settings-autosave.php:3324
11058
- msgid "Enter valid CSS colors for multitag box backgrounds and borders."
11059
- msgstr ""
11060
- "Entrer des valeurs de couleurs CSS valides pour les couleurs de l'arrière "
11061
- "plan et des bordures pour la boîte Multitag."
11062
-
11063
- #: wppa-settings-autosave.php:3325
11064
- msgid ""
11065
- "See the Multitag search box, created by the shortcode [wppa type=\"multitag"
11066
- "\"][/wppa]"
11067
- msgstr ""
11068
- "Voir le champ de recherche Multitag, créé par le code court [wppa type="
11069
- "\"multitag\"][/ wppa]"
11070
-
11071
- #: wppa-settings-autosave.php:3336
11072
- msgid "Tagcloud"
11073
- msgstr "TagCloud"
11074
-
11075
- #: wppa-settings-autosave.php:3337
11076
- msgid "Tagcloud box background."
11077
- msgstr "Arrière plan de la boîte TagCloud."
11078
-
11079
- #: wppa-settings-autosave.php:3338
11080
- msgid "Enter valid CSS colors for tagcloud box backgrounds and borders."
11081
- msgstr ""
11082
- "Entrer des valeurs de couleurs CSS valides pour les couleurs de l'arrière "
11083
- "plan et des bordures pour la boîte TagCloud."
11084
-
11085
- #: wppa-settings-autosave.php:3339
11086
- msgid ""
11087
- "See the Tagcloud search box, created by the shortcode [wppa type=\"tagcloud"
11088
- "\"][/wppa]"
11089
- msgstr ""
11090
- "Voir le champ de recherche Tagcloud, créé par le code court [wppa type="
11091
- "\"tagcloud\"][/ wppa]"
11092
-
11093
- #: wppa-settings-autosave.php:3350
11094
- msgid "Superview"
11095
- msgstr "SuperView"
11096
-
11097
- #: wppa-settings-autosave.php:3351
11098
- msgid "Superview box background."
11099
- msgstr "Arrière plan de la boîte SuperView."
11100
-
11101
- #: wppa-settings-autosave.php:3352
11102
- msgid "Enter valid CSS colors for superview box backgrounds and borders."
11103
- msgstr ""
11104
- "Entrer des valeurs de couleurs CSS valides pour les couleurs de l'arrière "
11105
- "plan et des bordures pour la boîte SuperView."
11106
-
11107
- #: wppa-settings-autosave.php:3353
11108
- msgid ""
11109
- "See the Superview search box, created by the shortcode [wppa type=\"superview"
11110
- "\"][/wppa]"
11111
- msgstr ""
11112
- "Voir la zone de recherche Superview, créée par le code court [wppa type="
11113
- "\"superview\"][/ wppa]"
11114
-
11115
- #: wppa-settings-autosave.php:3365
11116
- msgid "Search box background."
11117
- msgstr "Arrière plan de la boîte de recherche."
11118
-
11119
- #: wppa-settings-autosave.php:3366
11120
- msgid "Enter valid CSS colors for search box backgrounds and borders."
11121
- msgstr ""
11122
- "Entrer des valeurs de couleurs CSS valides pour les couleurs de l'arrière "
11123
- "plan et des bordures pour la boîte de recherche."
11124
-
11125
- #: wppa-settings-autosave.php:3367
11126
- msgid ""
11127
- "See the Search box, created by the shortcode [wppa type=\"search\"][/wppa]"
11128
- msgstr ""
11129
- "Voir la boîte de recherche, créée par le code court [wppa type=\"search\"][/ "
11130
- "wppa]"
11131
-
11132
- #: wppa-settings-autosave.php:3378
11133
- msgid "BestOf"
11134
- msgstr "BestOf"
11135
-
11136
- #: wppa-settings-autosave.php:3379
11137
- msgid "BestOf box background."
11138
- msgstr "Arrière plan de la boîte BestOf."
11139
-
11140
- #: wppa-settings-autosave.php:3380
11141
- msgid "Enter valid CSS colors for bestof box backgrounds and borders."
11142
- msgstr ""
11143
- "Entrer des valeurs de couleurs CSS valides pour les couleurs de l'arrière "
11144
- "plan et des bordures pour la boîte BestOf."
11145
-
11146
- #: wppa-settings-autosave.php:3381
11147
- msgid ""
11148
- "See the Best of box, created by the shortcode [wppa type=\"bestof\"][/wppa]"
11149
- msgstr ""
11150
- "Voir le Best of box, créé par le code court [wppa type=\"bestof\"][/ wppa]"
11151
-
11152
- #: wppa-settings-autosave.php:3392
11153
- msgid "Calendar"
11154
- msgstr "Calendrier"
11155
-
11156
- #: wppa-settings-autosave.php:3393
11157
- msgid "Calendar box background."
11158
- msgstr "Arrière plan de la boîte calendrier."
11159
-
11160
- #: wppa-settings-autosave.php:3394
11161
- msgid "Enter valid CSS colors for calendar box backgrounds and borders."
11162
- msgstr ""
11163
- "Entrer des valeurs de couleurs CSS valides pour les couleurs de l'arrière "
11164
- "plan et des bordures pour la boîte calendrier."
11165
-
11166
- #: wppa-settings-autosave.php:3395
11167
- msgid ""
11168
- "See the Calendar box, created by the shortcode [wppa type=\"calendar\"][/"
11169
- "wppa]"
11170
- msgstr ""
11171
- "Voir la boîte Calendrier, créée par le code court [wppa type=\"calendar\"][/ "
11172
- "wppa]"
11173
-
11174
- #: wppa-settings-autosave.php:3406
11175
- msgid "Stereo"
11176
- msgstr "Stéréo"
11177
-
11178
- #: wppa-settings-autosave.php:3407
11179
- msgid "Stereo mode selection box background."
11180
- msgstr "Arrière plan de la boîte de sélection du mode stéréo."
11181
-
11182
- #: wppa-settings-autosave.php:3408
11183
- msgid ""
11184
- "Enter valid CSS colors for stereo mode selection box backgrounds and borders."
11185
- msgstr ""
11186
- "Entrer des valeurs de couleurs CSS valides pour les couleurs de l'arrière "
11187
- "plan et des bordures pour la boîte de sélection du mode stéréo."
11188
-
11189
- #: wppa-settings-autosave.php:3409
11190
- msgid ""
11191
- "See the Stereo type selection box, created by the shortcode [wppa type="
11192
- "\"stereo\"][/wppa]"
11193
- msgstr ""
11194
- "Voir la boîte de sélection du type stéréo, créée par le code court [wppa "
11195
- "type=\"stereo\"][/ wppa]"
11196
-
11197
- #: wppa-settings-autosave.php:3421
11198
- msgid "Admins choice box background."
11199
- msgstr "Fond de boîte admins choix."
11200
-
11201
- #: wppa-settings-autosave.php:3422
11202
- msgid "Enter valid CSS colors for admins choice box backgrounds and borders."
11203
- msgstr ""
11204
- "Entrez valides couleurs CSS pour les bordures et les arrière-plans de boîte "
11205
- "choix admins."
11206
-
11207
- #: wppa-settings-autosave.php:3423
11208
- msgid ""
11209
- "See the Admins choice box, created by the shortcode [wppa type=\"choice\"][/"
11210
- "wppa]"
11211
- msgstr ""
11212
- "Voir la boîte de choix Admins, créée par le code court [wppa type=\"choice\"]"
11213
- "[/ wppa]"
11214
-
11215
- #: wppa-settings-autosave.php:3434
11216
- msgid "Modal render box"
11217
- msgstr "Modal boîte rendre"
11218
-
11219
- #: wppa-settings-autosave.php:3435
11220
- msgid "The background for the Ajax modal rendering box."
11221
- msgstr "Le fond de la boîte modale de rendu Ajax."
11222
-
11223
- #: wppa-settings-autosave.php:3436
11224
- msgid "Recommended color: your theme background color."
11225
- msgstr "Couleur recommandée: votre couleur thème de fond."
11226
-
11227
- #: wppa-settings-autosave.php:3447
11228
- msgid "Navigation symbols"
11229
- msgstr "Symboles de navigation"
11230
-
11231
- #: wppa-settings-autosave.php:3448
11232
- msgid "Navigation symbol background and fill colors."
11233
- msgstr "Navigation symboles couleurs de fond et de remplissage."
11234
-
11235
- #: wppa-settings-autosave.php:3460
11236
- msgid "Navigation symbols Lightbox"
11237
- msgstr "Symboles de navigation Lightbox"
11238
-
11239
- #: wppa-settings-autosave.php:3461
11240
- msgid "Navigation symbol background and fill colors Lightbox."
11241
- msgstr "Navigation symboles couleurs de fond et de remplissage Lightbox."
11242
-
11243
- #: wppa-settings-autosave.php:3507
11244
- msgid "Table IV:"
11245
- msgstr "Table IV:"
11246
-
11247
- #: wppa-settings-autosave.php:3507
11248
- msgid "Behaviour:"
11249
- msgstr "Comportement:"
11250
-
11251
- #: wppa-settings-autosave.php:3508
11252
- msgid "This table describes the dynamic behaviour of certain wppa+ elements."
11253
- msgstr ""
11254
- "Cette table décrit le comportement dynamique de certains éléments de WPPA+."
11255
-
11256
- #: wppa-settings-autosave.php:3526
11257
- msgid "System related settings"
11258
- msgstr "Réglages liés au système"
11259
-
11260
- #: wppa-settings-autosave.php:3528
11261
- msgid "Use Ajax"
11262
- msgstr "Utiliser AJAX"
11263
-
11264
- #: wppa-settings-autosave.php:3529
11265
- msgid "Use Ajax as much as is possible and implemented."
11266
- msgstr "Utiliser Ajax autant que possible lorsqu'il est implémenté."
11267
-
11268
- #: wppa-settings-autosave.php:3530
11269
- msgid ""
11270
- "If this box is ticked, page content updates from within wppa+ displays will "
11271
- "be Ajax based as much as possible."
11272
- msgstr ""
11273
- "Si cette case est cochée, le rafraîchissement du contenu des pages de "
11274
- "l'affichage WPPA+ sera autant que possible basé sur Ajax."
11275
-
11276
- #: wppa-settings-autosave.php:3538
11277
- msgid "Ajax NON Admin"
11278
- msgstr "Ajax NON admin"
11279
-
11280
- #: wppa-settings-autosave.php:3539
11281
- msgid "Frontend ajax use no admin files."
11282
- msgstr "Le frontend Ajax n'utilise pas de fichiers admin."
11283
-
11284
- #: wppa-settings-autosave.php:3540
11285
- msgid "If you want to password protect wp-admin, check this box."
11286
- msgstr "Si vous voulez protéger wp-admin par mot de passe, cochez cette case."
11287
-
11288
- #: wppa-settings-autosave.php:3541
11289
- msgid ""
11290
- "In rare cases changing page content does not work when this box is checked. "
11291
- "Verify the functionality!"
11292
- msgstr ""
11293
- "Dans de rares cas, changer le contenu de la page ne fonctionne pas quand "
11294
- "cette case est cochée. Vérifier la fonctionnalité!"
11295
-
11296
- #: wppa-settings-autosave.php:3548
11297
- msgid "Modal boxes"
11298
- msgstr "Boîtes modales"
11299
-
11300
- #: wppa-settings-autosave.php:3549
11301
- msgid "Place Ajax rendered content in modal boxes"
11302
- msgstr "Placer Ajax rendu contenu dans des boîtes modales"
11303
-
11304
- #: wppa-settings-autosave.php:3557
11305
- msgid "Photo names in urls"
11306
- msgstr "Nom des photos dans les URLs"
11307
-
11308
- #: wppa-settings-autosave.php:3558
11309
- msgid "Display photo names in urls."
11310
- msgstr "Afficher le nom des photos dans les URLs."
11311
-
11312
- #: wppa-settings-autosave.php:3559
11313
- #, fuzzy
11314
- msgid "Urls to wppa+ displays will contain photonames instead of numbers."
11315
- msgstr ""
11316
- "Les URL pour les affichages wppa contiennent des photons identiques au "
11317
- "lieu des nombres."
11318
-
11319
- #: wppa-settings-autosave.php:3560
11320
- msgid ""
11321
- "It is your responsibility to avoid duplicate names of photos in the same "
11322
- "album."
11323
- msgstr ""
11324
- "Il est de votre responsabilité d'éviter les doublons de noms de photos dans "
11325
- "le même album."
11326
-
11327
- #: wppa-settings-autosave.php:3567
11328
- msgid "Album names in urls"
11329
- msgstr "Nom des albums dans les URLs"
11330
-
11331
- #: wppa-settings-autosave.php:3568
11332
- msgid "Display album names in urls."
11333
- msgstr "Afficher le nom des albums dans les URLs."
11334
-
11335
- #: wppa-settings-autosave.php:3569
11336
- #, fuzzy
11337
- msgid "Urls to wppa+ displays will contain albumnames instead of numbers."
11338
- msgstr ""
11339
- "Les URL pour les affichages wppa contiennent des noms d'album au lieu des "
11340
- "nombres."
11341
-
11342
- #: wppa-settings-autosave.php:3570
11343
- msgid ""
11344
- "It is your responsibility to avoid duplicate names of albums in the system."
11345
- msgstr ""
11346
- "Il est de votre responsabilité d'éviter le double des noms d'albums dans le "
11347
- "système."
11348
-
11349
- #: wppa-settings-autosave.php:3577
11350
- msgid "Use short query args"
11351
- msgstr "Utiliser des arguments de requête courts"
11352
-
11353
- #: wppa-settings-autosave.php:3578
11354
- msgid "Use &album=... &photo=..."
11355
- msgstr "Utiliser &album=... &photo=..."
11356
-
11357
- #: wppa-settings-autosave.php:3579
11358
- #, fuzzy
11359
- msgid ""
11360
- "Urls to wppa+ displays will contain &album=... &photo=... instead of &wppa-"
11361
- "album=... &wppa-photo=..."
11362
- msgstr ""
11363
- "Les URL pour les affichages wppa contiendront & album = ... & photo = ... "
11364
- "au lieu de & wppa-album = ... & wppa-photo = ..."
11365
-
11366
- #: wppa-settings-autosave.php:3580
11367
- msgid ""
11368
- "Use this setting only when there are no conflicts with other plugins that "
11369
- "may interprete arguments like &album= etc."
11370
- msgstr ""
11371
- "Utiliser ce réglage seulement si il n'y a pas de conflits avec d'autres "
11372
- "greffons (plugins) qui pourraient interpréter des arguments tels que &album= "
11373
- "etc."
11374
-
11375
- #: wppa-settings-autosave.php:3587
11376
- msgid "Enable pretty links"
11377
- msgstr "Activer Pretty Links"
11378
-
11379
- #: wppa-settings-autosave.php:3588
11380
- msgid "Enable the generation and understanding of pretty links."
11381
- msgstr "Active la génération et l'interprêtation des Pretty Links."
11382
-
11383
- #: wppa-settings-autosave.php:3589
11384
- msgid ""
11385
- "If checked, links to social media and the qr code will have \"/token1/token2/"
11386
- "\" etc instead of \"&arg1=..&arg2=..\" etc."
11387
- msgstr ""
11388
- "Si cette option est cochée, les liens vers les réseaux sociaux et le code qr "
11389
- "auront \"/token1/token2/\" etc. au lieu de \"&arg1=..&arg2=..\" etc."
11390
-
11391
- #: wppa-settings-autosave.php:3590
11392
- msgid ""
11393
- "These types of links will be interpreted and cause a redirection on entering."
11394
- msgstr ""
11395
- "Ces types de liens seront interprétés et fonctionnent avec une redirection à "
11396
- "l'entrée."
11397
-
11398
- #: wppa-settings-autosave.php:3591
11399
- msgid ""
11400
- "It is recommended to check this box. It shortens links dramatically and "
11401
- "simplifies qr codes."
11402
- msgstr ""
11403
- "Il est recommandé de cocher cette case. Cela rend les liens plus courts et "
11404
- "simplifie les QR Codes."
11405
-
11406
- #: wppa-settings-autosave.php:3592
11407
- msgid ""
11408
- "However, you may encounter conflicts with themes and/or other plugins, so "
11409
- "test it throughly!"
11410
- msgstr ""
11411
- "Cependant, vous pouvez rencontrer des conflits avec des thèmes et / ou "
11412
- "d'autres plugins, alors testez-le!"
11413
-
11414
- #: wppa-settings-autosave.php:3593
11415
- msgid ""
11416
- "Table IV-A2 (Photo names in urls) must be UNchecked for this setting to work!"
11417
- msgstr ""
11418
- "Table IV-A2 (Nom des photos dans les URLs) doit être DÉcoché pour que ce "
11419
- "réglage fonctionne!"
11420
-
11421
- #: wppa-settings-autosave.php:3600
11422
- msgid "Enable encrypted links"
11423
- msgstr "Activer les liens cryptés"
11424
-
11425
- #: wppa-settings-autosave.php:3601
11426
- msgid "Encrypt album and photo ids in links."
11427
- msgstr "Crypter les album et photo ID dans les liens."
11428
-
11429
- #: wppa-settings-autosave.php:3604
11430
- msgid "The page will be reloaded."
11431
- msgstr "La page sera rechargée."
11432
-
11433
- #: wppa-settings-autosave.php:3610
11434
- msgid "Refuse unencrypted"
11435
- msgstr "Refuser non cryptés"
11436
-
11437
- #: wppa-settings-autosave.php:3611
11438
- msgid "When encrypted is enabled, refuse unencrypted urls."
11439
- msgstr "Lorsque chiffré est activé, refuser les urls non chiffrées."
11440
-
11441
- #: wppa-settings-autosave.php:3619
11442
- msgid "Update addressline"
11443
- msgstr "Mettre à jour la ligne d'adresse"
11444
-
11445
- #: wppa-settings-autosave.php:3620
11446
- msgid "Update the addressline after an ajax action or next slide."
11447
- msgstr "Met à jour la ligne d'adresse après une action Ajax ou diapo suivante."
11448
-
11449
- #: wppa-settings-autosave.php:3621
11450
- msgid ""
11451
- "If checked, refreshing the page will show the current content and the "
11452
- "browsers back and forth arrows will browse the history on the page."
11453
- msgstr ""
11454
- "Si coché, rafraîchir la page affichera le contenu courant et les boutons "
11455
- "Précédent et Suivant du navigateur parcoureront l'historique sur la page."
11456
-
11457
- #: wppa-settings-autosave.php:3622
11458
- msgid ""
11459
- "If unchecked, refreshing the page will re-display the content of the "
11460
- "original page."
11461
- msgstr ""
11462
- "Si décoché, rafraîchir la page ré-affichera le contenu de la page originale."
11463
-
11464
- #: wppa-settings-autosave.php:3623
11465
- msgid ""
11466
- "This will only work on browsers that support history.pushState() and "
11467
- "therefor NOT in IE"
11468
- msgstr ""
11469
- "Cela ne marchera que sur les navigateurs qui supportent la fonction history."
11470
- "pushState() et donc PAS dans IE"
11471
-
11472
- #: wppa-settings-autosave.php:3630
11473
- msgid "Render shortcode always"
11474
- msgstr "Toujours tenir compte du code court"
11475
-
11476
- #: wppa-settings-autosave.php:3631
11477
- msgid "This will skip the check on proper initialisation."
11478
- msgstr "Ceci désactive la vérification d'un démarrage correct."
11479
-
11480
- #: wppa-settings-autosave.php:3632
11481
- msgid ""
11482
- "This setting is required for certain themes like Gantry to prevent the "
11483
- "display of wppa placeholders like [WPPA+ Photo display]."
11484
- msgstr ""
11485
- "Ce réglage est requis pour certains thèmes comme Gantry pour empêcher "
11486
- "l’affichage d'éléments de WPPA comme [WPPA+ Photo display]."
11487
-
11488
- #: wppa-settings-autosave.php:3639
11489
- msgid "Track viewcounts"
11490
- msgstr "Tracer le nombre de vues"
11491
-
11492
- #: wppa-settings-autosave.php:3640
11493
- msgid "Register number of views of albums and photos."
11494
- msgstr "Enregistrer le nombre de vues des albums et photos."
11495
-
11496
- #: wppa-settings-autosave.php:3648
11497
- msgid "Track clickcounts"
11498
- msgstr "Tracer le nombre de clics"
11499
-
11500
- #: wppa-settings-autosave.php:3649
11501
- msgid "Register number of clicks on photos that link to an url."
11502
- msgstr ""
11503
- "Inscrire le nombre de clics sur les photos qui ont un lien vers une url."
11504
-
11505
- #: wppa-settings-autosave.php:3657
11506
- msgid "Auto page"
11507
- msgstr "Page auto"
11508
-
11509
- #: wppa-settings-autosave.php:3658
11510
- msgid "Create a wp page for every fullsize image."
11511
- msgstr "Créer une page WP pour chaque image pleine taille."
11512
-
11513
- #: wppa-settings-autosave.php:3662
11514
- msgid "Please reload this page after changing!"
11515
- msgstr "Veuillez recharger cette page après la modification!"
11516
-
11517
- #: wppa-settings-autosave.php:3668
11518
- msgid "Auto page display"
11519
- msgstr "Affichage page auto"
11520
-
11521
- #: wppa-settings-autosave.php:3669
11522
- msgid "The type of display on the autopage pages."
11523
- msgstr "Le type d'affichage des pages automatiques."
11524
-
11525
- #: wppa-settings-autosave.php:3672
11526
- msgid "Single photo"
11527
- msgstr "Photo seule"
11528
-
11529
- #: wppa-settings-autosave.php:3672
11530
- msgid "Media type photo"
11531
- msgstr "Media type photo"
11532
-
11533
- #: wppa-settings-autosave.php:3672
11534
- msgid "In the style of a slideshow"
11535
- msgstr "Dans le style du diaporama"
11536
-
11537
- #: wppa-settings-autosave.php:3679
11538
- msgid "Auto page links"
11539
- msgstr "Liens page auto"
11540
-
11541
- #: wppa-settings-autosave.php:3680
11542
- msgid "The location for the pagelinks."
11543
- msgstr "Le positionnement des liens page."
11544
-
11545
- #: wppa-settings-autosave.php:3683
11546
- msgid "At top and bottom"
11547
- msgstr "En haut et en bas"
11548
-
11549
- #: wppa-settings-autosave.php:3690
11550
- msgid "Defer javascript"
11551
- msgstr "Report Javascript"
11552
-
11553
- #: wppa-settings-autosave.php:3691
11554
- msgid "Put javascript near the end of the page."
11555
- msgstr "Met le Javascript vers la fin de la page."
11556
-
11557
- #: wppa-settings-autosave.php:3692
11558
- msgid ""
11559
- "If checkd: May fix layout problems and broken slideshows. May speed up or "
11560
- "slow down page appearing."
11561
- msgstr ""
11562
- "Si coché: peut régler des problèmes de disposition et diaporama mal rendus. "
11563
- "Peut accélérer ou ralentir l'affichage de la page."
11564
-
11565
- #: wppa-settings-autosave.php:3699
11566
- msgid "Inline styles"
11567
- msgstr "Styles inline"
11568
-
11569
- #: wppa-settings-autosave.php:3700
11570
- msgid "Set style specifications inline."
11571
- msgstr "Régle les spécifications de style inline."
11572
-
11573
- #: wppa-settings-autosave.php:3701
11574
- msgid "If checked: May fix layout problems, but slows down page appearing."
11575
- msgstr ""
11576
- "Si coché: peut régler des problèmes de disposition, mais ralentit "
11577
- "l'affichage de la page."
11578
-
11579
- #: wppa-settings-autosave.php:3708
11580
- msgid "Custom style"
11581
- msgstr "Style personalisé"
11582
-
11583
- #: wppa-settings-autosave.php:3709
11584
- msgid "Enter custom style specs here."
11585
- msgstr "Entrer les spécifications du style personnalisé ici."
11586
-
11587
- #: wppa-settings-autosave.php:3717
11588
- msgid "Use customized style file"
11589
- msgstr "Utiliser fichier de style personnalisé"
11590
-
11591
- #: wppa-settings-autosave.php:3718 wppa-settings-autosave.php:3727
11592
- msgid "This feature is highly discouraged."
11593
- msgstr "User de cette fonctionnalité est hautement déconseillé."
11594
-
11595
- #: wppa-settings-autosave.php:3726
11596
- msgid "Use customized theme file"
11597
- msgstr "Utiliser fichier de thème personnalisé"
11598
-
11599
- #: wppa-settings-autosave.php:3735
11600
- msgid "Enable photo html access"
11601
- msgstr "Autoriser l'accès HTML photo"
11602
-
11603
- #: wppa-settings-autosave.php:3736
11604
- msgid ""
11605
- "Creates .htaccess files in .../uploads/wppa/ and .../uploads/wppa/thumbs/"
11606
- msgstr ""
11607
- "Crée des fichiers .htaccess dans ... /uploads/wppa/ et ... /uploads/wppa/"
11608
- "thumbs/"
11609
-
11610
- #: wppa-settings-autosave.php:3739
11611
- msgid "create 'all access' .htaccess files"
11612
- msgstr "créer des fichiers .htaccess « all access »"
11613
-
11614
- #: wppa-settings-autosave.php:3740
11615
- msgid "remove .htaccess files"
11616
- msgstr "supprimer les fichiers .htaccess"
11617
-
11618
- #: wppa-settings-autosave.php:3741
11619
- msgid "create 'no hotlinking' .htaccess files"
11620
- msgstr "ne créer des fichiers .htaccess « aucun hotlinking »"
11621
-
11622
- #: wppa-settings-autosave.php:3742
11623
- msgid "do not change existing .htaccess file(s)"
11624
- msgstr "ne modifiez pas les fichiers .htaccess existant"
11625
-
11626
- #: wppa-settings-autosave.php:3754
11627
- msgid "Lazy or HTML comp"
11628
- msgstr "HTML lazy ou avec compression"
11629
-
11630
- #: wppa-settings-autosave.php:3755
11631
- msgid "Tick this box when you use lazy load or html compression."
11632
- msgstr ""
11633
- "Cocher cette case quand vous utilisez lazy load ou la compression HTML."
11634
-
11635
- #: wppa-settings-autosave.php:3756
11636
- msgid ""
11637
- "If the filmstrip images do not show up and you have a lazy load or html "
11638
- "optimizing plugin active: Check this box"
11639
- msgstr ""
11640
- "Si les images filmstrip ne s'affichent pas et que vous utilisez lazy load ou "
11641
- "un greffon d'optimisation HTML actif: cochez cette case"
11642
-
11643
- #: wppa-settings-autosave.php:3763
11644
- msgid "Thumbs first"
11645
- msgstr "Vignettes en premier"
11646
-
11647
- #: wppa-settings-autosave.php:3764
11648
- msgid "When displaying album content: thumbnails before subalbums."
11649
- msgstr ""
11650
- "Lors de l'affichage du contenu de l'album: vignettes avant les albums fils."
11651
-
11652
- #: wppa-settings-autosave.php:3772
11653
- msgid "Login links"
11654
- msgstr "Liens de connexion"
11655
-
11656
- #: wppa-settings-autosave.php:3773
11657
- msgid "You must login to... links to login page."
11658
- msgstr "Vous devez vous connectez à... liens vers la page de connexion."
11659
-
11660
- #: wppa-settings-autosave.php:3781
11661
- msgid "Enable Video"
11662
- msgstr "Activer vidéo"
11663
-
11664
- #: wppa-settings-autosave.php:3782
11665
- msgid "Enables video support."
11666
- msgstr "Active le support de la vidéo."
11667
-
11668
- #: wppa-settings-autosave.php:3791
11669
- msgid "Enable Audio"
11670
- msgstr "Activer audio"
11671
-
11672
- #: wppa-settings-autosave.php:3792
11673
- msgid "Enables audio support."
11674
- msgstr "Active le support de l'audio."
11675
-
11676
- #: wppa-settings-autosave.php:3800
11677
- msgid "Enable 3D Stereo"
11678
- msgstr "Activer 3D stéréo"
11679
-
11680
- #: wppa-settings-autosave.php:3801
11681
- msgid "Enables 3D stereo photo support."
11682
- msgstr "Active le support de la photo stéréo 3D."
11683
-
11684
- #: wppa-settings-autosave.php:3809
11685
- msgid "Relative urls"
11686
- msgstr "URLs ralatives"
11687
-
11688
- #: wppa-settings-autosave.php:3810
11689
- msgid "Use relative urls only."
11690
- msgstr "Utiliser les URLs relatives uniquement."
11691
-
11692
- #: wppa-settings-autosave.php:3818
11693
- msgid "Capitalize tags and cats"
11694
- msgstr "Capitaliser les tags et les cats"
11695
-
11696
- #: wppa-settings-autosave.php:3819
11697
- msgid "Format tags and cats to start with one capital character"
11698
- msgstr ""
11699
- "Balises de format tags et cats de commencer par un caractère de capital"
11700
-
11701
- #: wppa-settings-autosave.php:3827
11702
- msgid "Enable Admins Choice"
11703
- msgstr "Activer Admins Choice"
11704
-
11705
- #: wppa-settings-autosave.php:3828
11706
- msgid "Enable the creation of zipfiles with selected photos."
11707
- msgstr "Permettent de créer des zipfiles avec les photos sélectionnées."
11708
-
11709
- #: wppa-settings-autosave.php:3829
11710
- msgid "Activate the Admins Choice widget to make the zipfiles downloadable."
11711
- msgstr ""
11712
- "Activer le widget de choix des Admins pour faire le zipfiles téléchargeable."
11713
-
11714
- #: wppa-settings-autosave.php:3836
11715
- msgid "Make owner like photoname"
11716
- msgstr "Faire le propriétaire comme nom de photo"
11717
-
11718
- #: wppa-settings-autosave.php:3837
11719
- msgid "Change the owner to the user who's display name equals photoname."
11720
- msgstr ""
11721
- "Changer le propriétaire à l’utilisateur qui a afficher nom équivaut à nom de "
11722
- "photo."
11723
-
11724
- #: wppa-settings-autosave.php:3845
11725
- msgid "JS and CSS when needed"
11726
- msgstr "JS et CSS en cas de besoin"
11727
-
11728
- #: wppa-settings-autosave.php:3846
11729
- msgid "Loads .js and .css files only when they are used on the page."
11730
- msgstr "Charge .js et .css seulement quand ils sont utilisés sur la page."
11731
-
11732
- #: wppa-settings-autosave.php:3847
11733
- msgid ""
11734
- "This is a self learning system. The first time a page is loaded that "
11735
- "requires wppa .css or .js files, the page will reload."
11736
- msgstr ""
11737
- "Ceci est un système d'auto-apprentissage. La première fois qu'une page est "
11738
- "chargée qui nécessite .css ou .js fichiers, la page se rechargera."
11739
-
11740
- #: wppa-settings-autosave.php:3854
11741
- msgid "Enable pdf"
11742
- msgstr "Activer pdf"
11743
-
11744
- #: wppa-settings-autosave.php:3855
11745
- msgid "Enable the support of pdf files"
11746
- msgstr "Activer le support des fichiers pdf"
11747
-
11748
- #: wppa-settings-autosave.php:3856
11749
- #, fuzzy
11750
- msgid "This feature requires the activation of ImageMagick. See Table IX-K7"
11751
- msgstr ""
11752
- "Cette fonctionnalité nécessite l'activation d'ImageMagick. Voir le tableau "
11753
- "IX-K7"
11754
-
11755
- #: wppa-settings-autosave.php:3864
11756
- msgid "Slideshow related settings"
11757
- msgstr "Réglages pour le diaporama"
11758
-
11759
- #: wppa-settings-autosave.php:3866
11760
- msgid "V align"
11761
- msgstr "Alignement vertical"
11762
-
11763
- #: wppa-settings-autosave.php:3867
11764
- msgid "Vertical alignment of slideshow images."
11765
- msgstr "Alignement vertical des images du diaporama."
11766
-
11767
- #: wppa-settings-autosave.php:3868
11768
- msgid "Specify the vertical alignment of slideshow images."
11769
- msgstr "Définit l'alignement vertical des images du diaporama."
11770
-
11771
- #: wppa-settings-autosave.php:3869
11772
- msgid ""
11773
- "If you select --- none ---, the photos will not be centered horizontally "
11774
- "either."
11775
- msgstr ""
11776
- "Si vous choisissez --- aucun ---, les photos ne seront pas non plus centrées "
11777
- "horizontalement."
11778
-
11779
- #: wppa-settings-autosave.php:3871 wppa-settings-autosave.php:4142
11780
- #: wppa-slideshow-widget.php:242
11781
- msgid "top"
11782
- msgstr "haut"
11783
-
11784
- #: wppa-settings-autosave.php:3871 wppa-settings-autosave.php:4142
11785
- #: wppa-slideshow-widget.php:244
11786
- msgid "bottom"
11787
- msgstr "Bas"
11788
-
11789
- #: wppa-settings-autosave.php:3871 wppa-slideshow-widget.php:245
11790
- msgid "fit"
11791
- msgstr "auto adaptation"
11792
-
11793
- #: wppa-settings-autosave.php:3879
11794
- msgid "H align"
11795
- msgstr "Alignement horizontal"
11796
-
11797
- #: wppa-settings-autosave.php:3880
11798
- msgid "Horizontal alignment of slideshow images."
11799
- msgstr "Alignement horizontal des images du diaporama."
11800
-
11801
- #: wppa-settings-autosave.php:3881
11802
- msgid ""
11803
- "Specify the horizontal alignment of slideshow images. If you specify --- "
11804
- "none --- , no horizontal alignment will take place."
11805
- msgstr ""
11806
- "Définit l'alignement horizontal des images du diaporama. Si vous choisissez "
11807
- "--- aucun ---, il n'y aura pas d'alignement horizontal."
11808
-
11809
- #: wppa-settings-autosave.php:3882
11810
- msgid ""
11811
- "This setting is only usefull when the Column Width differs from the Maximum "
11812
- "Width."
11813
- msgstr ""
11814
- "Ce réglage n'est utile que lorsque la largeur de colonne diffère de la "
11815
- "largeur maximum."
11816
-
11817
- #: wppa-settings-autosave.php:3883
11818
- msgid "(Settings I-A1 and I-B1)"
11819
- msgstr "(Réglages I-A1 et I-B1)"
11820
-
11821
- #: wppa-settings-autosave.php:3893
11822
- msgid "Start slideshow running."
11823
- msgstr "Démarrage du diaporama."
11824
-
11825
- #: wppa-settings-autosave.php:3894
11826
- msgid ""
11827
- "If you select \"running\", the slideshow will start running immediately, if "
11828
- "you select \"still at first photo\", the first photo will be displayed in "
11829
- "browse mode."
11830
- msgstr ""
11831
- "Si vous choisissez \"immédiat\", le diaporama démarrera immédiatement, si "
11832
- "vous choisissez \"fixe: première photo\", la première photo sera affichée en "
11833
- "mode navigation."
11834
-
11835
- #: wppa-settings-autosave.php:3895
11836
- msgid ""
11837
- "If you select \"still at first norated\", the first photo that the visitor "
11838
- "did not gave a rating will be displayed in browse mode."
11839
- msgstr ""
11840
- "Si vous choisissez \"fixe: première photo non notée\", la première photo que "
11841
- "le visiteur n'a pas notée sera affichée en mode navigation."
11842
-
11843
- #: wppa-settings-autosave.php:3897
11844
- msgid "running"
11845
- msgstr "immédiat"
11846
-
11847
- #: wppa-settings-autosave.php:3898
11848
- msgid "still at first photo"
11849
- msgstr "fixe: première photo"
11850
-
11851
- #: wppa-settings-autosave.php:3899
11852
- msgid "still at first norated"
11853
- msgstr "fixe: première photo non notée"
11854
-
11855
- #: wppa-settings-autosave.php:3910
11856
- msgid "Start slideonly"
11857
- msgstr "Démarrer diapo seulement"
11858
-
11859
- #: wppa-settings-autosave.php:3911
11860
- msgid "Start slideonly slideshow running."
11861
- msgstr "Démarrage du diaporama en mode diapo seulement."
11862
-
11863
- #: wppa-settings-autosave.php:3919 wppa-settings-autosave.php:4862
11864
- msgid "Video autostart"
11865
- msgstr "Démarrage auto des vidéos"
11866
-
11867
- #: wppa-settings-autosave.php:3920
11868
- msgid "Autoplay videos in slideshows."
11869
- msgstr "Joue les vidéos automatiquement dans les diaporamas."
11870
-
11871
- #: wppa-settings-autosave.php:3929 wppa-settings-autosave.php:4871
11872
- msgid "Audio autostart"
11873
- msgstr "Démarrage auto des fichiers audio"
11874
-
11875
- #: wppa-settings-autosave.php:3930
11876
- msgid "Autoplay audios in slideshows."
11877
- msgstr "Joue les fichiers audio automatiquement dans les diaporamas."
11878
-
11879
- #: wppa-settings-autosave.php:3938
11880
- msgid "Animation type"
11881
- msgstr "Type d'animation"
11882
-
11883
- #: wppa-settings-autosave.php:3939
11884
- msgid "The way successive slides appear."
11885
- msgstr "La façon dont les diapo successives s’enchaînent."
11886
-
11887
- #: wppa-settings-autosave.php:3940
11888
- msgid ""
11889
- "Select the way the old slide is to be replaced by the new one in the "
11890
- "slideshow/browse fullsize display."
11891
- msgstr ""
11892
- "Choisir la façon dont la nouvelle diapo remplace l'ancienne dans l’affichage "
11893
- "pleine taille du diaporama/navigation."
11894
-
11895
- #: wppa-settings-autosave.php:3942
11896
- msgid "Fade out and in simultaneous"
11897
- msgstr "Fondu simultané"
11898
-
11899
- #: wppa-settings-autosave.php:3943
11900
- msgid "Fade in after fade out"
11901
- msgstr "Fondu enchaîné"
11902
-
11903
- #: wppa-settings-autosave.php:3944
11904
- msgid "Shift adjacent"
11905
- msgstr "Translation adjacente"
11906
-
11907
- #: wppa-settings-autosave.php:3945
11908
- msgid "Stack on"
11909
- msgstr "Empilage"
11910
-
11911
- #: wppa-settings-autosave.php:3946
11912
- msgid "Stack off"
11913
- msgstr "Dés-empilage"
11914
-
11915
- #: wppa-settings-autosave.php:3947
11916
- msgid "Turn over"
11917
- msgstr "Roulement"
11918
-
11919
- #: wppa-settings-autosave.php:3961
11920
- msgid "Timeout"
11921
- msgstr "Timeout"
11922
-
11923
- #: wppa-settings-autosave.php:3962
11924
- msgid "Slideshow timeout."
11925
- msgstr "Timeout du diaporama."
11926
-
11927
- #: wppa-settings-autosave.php:3963
11928
- msgid ""
11929
- "Select the time a single slide will be visible when the slideshow is started."
11930
- msgstr ""
11931
- "Choisir le temps pendant lequel une diapo sera visible quand le diaporama "
11932
- "est démarré."
11933
-
11934
- #: wppa-settings-autosave.php:3972
11935
- msgid "Speed"
11936
- msgstr "Vitesse"
11937
-
11938
- #: wppa-settings-autosave.php:3973
11939
- msgid "Slideshow animation speed."
11940
- msgstr "Vitesse d'animation du diaporama."
11941
-
11942
- #: wppa-settings-autosave.php:3974
11943
- msgid "Specify the animation speed to be used in slideshows."
11944
- msgstr "Définir la vitesse d'animation à utiliser dans les diaporamas."
11945
-
11946
- #: wppa-settings-autosave.php:3975
11947
- msgid "This is the time it takes a photo to fade in or out."
11948
- msgstr "C'est le temps que met une photo à apparaître ou à s'estomper."
11949
-
11950
- #: wppa-settings-autosave.php:3977 wppa-settings-autosave.php:4369
11951
- #: wppa-settings-autosave.php:4808 wppa-settings-autosave.php:6839
11952
- #: wppa-settings-autosave.php:8127 wppa-settings-autosave.php:8138
11953
- #: wppa-settings-autosave.php:8149 wppa-settings-autosave.php:8160
11954
- #: wppa-settings-autosave.php:8329
11955
- msgid "--- off ---"
11956
- msgstr "--- désactivé ---"
11957
-
11958
- #: wppa-settings-autosave.php:3984
11959
- msgid "Slide hover pause"
11960
- msgstr "Pause lors du survol"
11961
-
11962
- #: wppa-settings-autosave.php:3985
11963
- msgid "Running Slideshow suspends during mouse hover."
11964
- msgstr "Le diaporama s'arrête lorsque le curseur de la souris le survole."
11965
-
11966
- #: wppa-settings-autosave.php:3993
11967
- msgid "Slideshow wrap around"
11968
- msgstr "Bouclage du diaporama"
11969
-
11970
- #: wppa-settings-autosave.php:3994
11971
- msgid "The slideshow wraps around the start and end"
11972
- msgstr "Le diaporama passe en boucle"
11973
-
11974
- #: wppa-settings-autosave.php:4002
11975
- msgid "Full desc align"
11976
- msgstr "Alignement desc. pleine taille"
11977
-
11978
- #: wppa-settings-autosave.php:4003
11979
- msgid "The alignment of the descriptions under fullsize images and slideshows."
11980
- msgstr ""
11981
- "L'alignement des descriptions sous les images pleine taille et diaporamas."
11982
-
11983
- #: wppa-settings-autosave.php:4006 wppa-settings-autosave.php:4130
11984
- #: wppa-settings-autosave.php:4248
11985
- msgid "Left"
11986
- msgstr "Gauche"
11987
-
11988
- #: wppa-settings-autosave.php:4006
11989
- msgid "Center"
11990
- msgstr "Centre"
11991
-
11992
- #: wppa-settings-autosave.php:4006 wppa-settings-autosave.php:4130
11993
- #: wppa-settings-autosave.php:4248
11994
- msgid "Right"
11995
- msgstr "Droite"
11996
-
11997
- #: wppa-settings-autosave.php:4013
11998
- msgid "Remove redundant space"
11999
- msgstr "Enlever les espaces répétés"
12000
-
12001
- #: wppa-settings-autosave.php:4014
12002
- msgid "Removes unwanted &lt;p> and &lt;br> tags in fullsize descriptions."
12003
- msgstr ""
12004
- "Enlève les balises &lt;p> et &lt;br> dans les descriptions pleine taille."
12005
-
12006
- #: wppa-settings-autosave.php:4015
12007
- msgid ""
12008
- "This setting has only effect when Table IX-A7 (foreign shortcodes) is "
12009
- "checked."
12010
- msgstr ""
12011
- "Ce réglage n'a d'effet que lorsque table IX-A7 (codes courts étrangers) est "
12012
- "coché."
12013
-
12014
- #: wppa-settings-autosave.php:4022 wppa-settings-autosave.php:4187
12015
- #: wppa-settings-autosave.php:4317
12016
- msgid "Run nl2br or wpautop on description"
12017
- msgstr "Exécutez nl2br ou wpautop sur la description"
12018
-
12019
- #: wppa-settings-autosave.php:4023
12020
- msgid "Adds &lt;br> or &lt;p> and &lt;br> tags in fullsize descriptions."
12021
- msgstr ""
12022
- "Ajoute &lt;br> ou &lt;p> et &lt;br> balises dans les descriptions de "
12023
- "fullsize."
12024
-
12025
- #: wppa-settings-autosave.php:4027 wppa-settings-autosave.php:4192
12026
- #: wppa-settings-autosave.php:4322
12027
- msgid "Linebreaks only"
12028
- msgstr "linebreaks seulement"
12029
-
12030
- #: wppa-settings-autosave.php:4028 wppa-settings-autosave.php:4193
12031
- #: wppa-settings-autosave.php:4323
12032
- msgid "Linebreaks and paragraphs"
12033
- msgstr "Linebreaks et les paragraphes"
12034
-
12035
- #: wppa-settings-autosave.php:4036
12036
- msgid "Auto open comments"
12037
- msgstr "Ouverture auto des commentaires"
12038
-
12039
- #: wppa-settings-autosave.php:4037
12040
- msgid "Automatic opens comments box when slideshow does not run."
12041
- msgstr ""
12042
- "Ouverture automatique de la boîte de commentaires lorsque le diaporama ne "
12043
- "tourne pas."
12044
-
12045
- #: wppa-settings-autosave.php:4045
12046
- msgid "Film hover goto"
12047
- msgstr "Aller à lors du survol du filmstrip"
12048
-
12049
- #: wppa-settings-autosave.php:4046
12050
- msgid "Go to slide when hovering filmstrip thumbnail."
12051
- msgstr "Va à la diapo lors du survol de la vignette filmstrip."
12052
-
12053
- #: wppa-settings-autosave.php:4047
12054
- msgid "Do not use this setting when slides have different aspect ratios!"
12055
- msgstr "Ne pas utiliser ce réglage quand les diapo ont des ratios différents!"
12056
-
12057
- #: wppa-settings-autosave.php:4054
12058
- msgid "Slide swipe"
12059
- msgstr "Swipe sur les diapos"
12060
-
12061
- #: wppa-settings-autosave.php:4055
12062
- msgid "Enable touch events swipe left-right on slides on touch screens."
12063
- msgstr ""
12064
- "Active les fonctionnalités Swipe gauche-droite pour les diapos sur les "
12065
- "écrans tactiles."
12066
-
12067
- #: wppa-settings-autosave.php:4063
12068
- msgid "Slide page Ajax"
12069
- msgstr "Ajax page diapo"
12070
-
12071
- #: wppa-settings-autosave.php:4064
12072
- msgid "Pagelinks slideshow use Ajax"
12073
- msgstr "Les diaporamas des pages de liens utilisent Ajax"
12074
-
12075
- #: wppa-settings-autosave.php:4065
12076
- msgid "On some systems you need to disable ajax here."
12077
- msgstr "Sur certains systèmes, vous devrez désactiver Ajax ici."
12078
-
12079
- #: wppa-settings-autosave.php:4073
12080
- msgid "Thumbnail related settings"
12081
- msgstr "Réglages pour les vignettes"
12082
-
12083
- #: wppa-settings-autosave.php:4076
12084
- msgid "Photo ordering sequence method."
12085
- msgstr "Méthode utilisée pour le tri des photos."
12086
-
12087
- #: wppa-settings-autosave.php:4077
12088
- msgid ""
12089
- "Specify the way the photos should be ordered. This is the default setting. "
12090
- "You can overrule the default sorting order on a per album basis."
12091
- msgstr ""
12092
- "Spécifie la façon dont les photos doivent être triées. C'est le réglage par "
12093
- "défaut. Vous avez la possibilité de régler la méthode de tri séparément pour "
12094
- "chaque album."
12095
-
12096
- #: wppa-settings-autosave.php:4114
12097
- msgid "Thumbnail type"
12098
- msgstr "Type de vignette"
12099
-
12100
- #: wppa-settings-autosave.php:4115
12101
- msgid "The way the thumbnail images are displayed."
12102
- msgstr "La façon dont les vignettes sont affichées."
12103
-
12104
- #: wppa-settings-autosave.php:4116
12105
- msgid ""
12106
- "You may select an altenative display method for thumbnails. Note that some "
12107
- "of the thumbnail settings do not apply to all available display methods."
12108
- msgstr ""
12109
- "Vous pouvez choisir une méthode alternative pour les vignettes. Notez que "
12110
- "certains réglages pour les vignettes ne s'appliquent pas à toutes les "
12111
- "méthodes d'affichage."
12112
-
12113
- #: wppa-settings-autosave.php:4118
12114
- msgid "like album covers"
12115
- msgstr "comme les couvertures d'album"
12116
-
12117
- #: wppa-settings-autosave.php:4118
12118
- msgid "like album covers mcr"
12119
- msgstr "comme mcr des couvertures d'album"
12120
-
12121
- #: wppa-settings-autosave.php:4118
12122
- msgid "masonry style columns"
12123
- msgstr "colonnes style maçonnerie"
12124
-
12125
- #: wppa-settings-autosave.php:4118
12126
- msgid "masonry style rows"
12127
- msgstr "lignes style maçonnerie"
12128
-
12129
- #: wppa-settings-autosave.php:4126 wppa-settings-autosave.php:4242
12130
- msgid "Placement"
12131
- msgstr "Placement"
12132
-
12133
- #: wppa-settings-autosave.php:4127
12134
- msgid "Thumbnail image left or right."
12135
- msgstr "vignette à gauche ou a droite."
12136
-
12137
- #: wppa-settings-autosave.php:4128
12138
- msgid "Indicate the placement position of the thumbnailphoto you wish."
12139
- msgstr "Indique l'emplacement voulu de la vignette photo."
12140
-
12141
- #: wppa-settings-autosave.php:4137 wppa-slideshow-widget.php:256
12142
- msgid "Vertical alignment"
12143
- msgstr "Alignement vertical"
12144
-
12145
- #: wppa-settings-autosave.php:4138
12146
- msgid "Vertical alignment of thumbnails."
12147
- msgstr "Alignement vertical des vignettes."
12148
-
12149
- #: wppa-settings-autosave.php:4139
12150
- msgid ""
12151
- "Specify the vertical alignment of thumbnail images. Use this setting when "
12152
- "albums contain both portrait and landscape photos."
12153
- msgstr ""
12154
- "Spécifie l’alignement vertical des vignettes. Utiliser ce réglage quand les "
12155
- "couvertures d'album contiennent des photos en mode portrait et paysage."
12156
-
12157
- #: wppa-settings-autosave.php:4140
12158
- msgid ""
12159
- "It is NOT recommended to use the value --- default ---; it will affect the "
12160
- "horizontal alignment also and is meant to be used with custom css."
12161
- msgstr ""
12162
- "Il n'est pas recommandé d'utiliser la valeur --- défaut ---; cela affectera "
12163
- "l'alignement horizontal aussi et il est prévu pour être utilisé avec le CSS "
12164
- "personnalisé."
12165
-
12166
- #: wppa-settings-autosave.php:4149
12167
- msgid "Thumb mouseover"
12168
- msgstr "Survol vignette"
12169
-
12170
- #: wppa-settings-autosave.php:4150
12171
- msgid "Apply thumbnail mouseover effect."
12172
- msgstr "Appliquer l'effet de survol des vignettes."
12173
-
12174
- #: wppa-settings-autosave.php:4151
12175
- msgid "Check this box to use mouseover effect on thumbnail images."
12176
- msgstr "Cochez cette case pour utiliser l'effet de survol sur les vignettes."
12177
-
12178
- #: wppa-settings-autosave.php:4159
12179
- msgid "Thumb opacity"
12180
- msgstr "Opacité des vignettes"
12181
-
12182
- #: wppa-settings-autosave.php:4160 wppa-settings-autosave.php:4267
12183
- msgid "Initial opacity value."
12184
- msgstr "Valeur d'opacité initiale."
12185
-
12186
- #: wppa-settings-autosave.php:4161 wppa-settings-autosave.php:4268
12187
- #: wppa-settings-autosave.php:4408
12188
- msgid "Enter percentage of opacity. 100% is opaque, 0% is transparant"
12189
- msgstr "Entrer le pourcentage d'opacité. 100% : opaque, 0% : transparent"
12190
-
12191
- #: wppa-settings-autosave.php:4163 wppa-settings-autosave.php:4270
12192
- #: wppa-settings-autosave.php:4411 wppa-settings-autosave.php:4788
12193
- msgid "%"
12194
- msgstr "%"
12195
-
12196
- #: wppa-settings-autosave.php:4168
12197
- msgid "Thumb popup"
12198
- msgstr "Popup vignette"
12199
-
12200
- #: wppa-settings-autosave.php:4169
12201
- msgid "Use popup effect on thumbnail images."
12202
- msgstr "Utiliser l'effet popup sur les vignettes."
12203
-
12204
- #: wppa-settings-autosave.php:4170
12205
- msgid "Thumbnails pop-up to a larger image when hovered."
12206
- msgstr ""
12207
- "Une vue plus grande de l'image s'affiche dans un popup lorsqu'on survole la "
12208
- "vignette."
12209
-
12210
- #: wppa-settings-autosave.php:4178
12211
- msgid "Align subtext"
12212
- msgstr "aligner le sous texte"
12213
-
12214
- #: wppa-settings-autosave.php:4179
12215
- msgid "Set thumbnail subtext on equal height."
12216
- msgstr "Régler le sous texte des vignettes à hauteur égale."
12217
-
12218
- #: wppa-settings-autosave.php:4188
12219
- msgid "Adds &lt;br> or &lt;p> and &lt;br> tags in thumbnail descriptions."
12220
- msgstr ""
12221
- "Ajoute &lt;br> ou &lt;p> et &lt;br> balises dans la description des "
12222
- "vignettes."
12223
-
12224
- #: wppa-settings-autosave.php:4202
12225
- msgid "Album and covers related settings"
12226
- msgstr "Réglages pour les albums et les couvertures"
12227
-
12228
- #: wppa-settings-autosave.php:4204
12229
- msgid "Album order"
12230
- msgstr "Tri des albums"
12231
-
12232
- #: wppa-settings-autosave.php:4205
12233
- msgid "Album ordering sequence method."
12234
- msgstr "Méthode de tri des albums."
12235
-
12236
- #: wppa-settings-autosave.php:4206
12237
- msgid "Specify the way the albums should be ordered."
12238
- msgstr "Spécifier la façon dont les albums doivent être triés."
12239
-
12240
- #: wppa-settings-autosave.php:4231
12241
- msgid "Default coverphoto selection"
12242
- msgstr "Sélection de la photo de couverture par défaut"
12243
-
12244
- #: wppa-settings-autosave.php:4232
12245
- msgid "Default select cover photo method."
12246
- msgstr "Réglage par défaut de la sélection de la photo de couverture."
12247
-
12248
- #: wppa-settings-autosave.php:4233
12249
- msgid ""
12250
- "This is the initial value on album creation only. It can be overruled on the "
12251
- "edit album page."
12252
- msgstr ""
12253
- "C'est la valeur initiale à la création de l'album. Cela peut être modifié "
12254
- "dans la page de modification de l'album."
12255
-
12256
- #: wppa-settings-autosave.php:4234
12257
- msgid "Random from album"
12258
- msgstr "Aléatoire à partir de l'album"
12259
-
12260
- #: wppa-settings-autosave.php:4234
12261
- msgid "Random featured from album"
12262
- msgstr "Aléatoire recommandé de l'album"
12263
-
12264
- #: wppa-settings-autosave.php:4234
12265
- msgid "Most recently added to album"
12266
- msgstr "Dernières photos mises à jour"
12267
-
12268
- #: wppa-settings-autosave.php:4234
12269
- msgid "Random from album or any sub album"
12270
- msgstr "Aléatoire depuis un album ou (fils)"
12271
-
12272
- #: wppa-settings-autosave.php:4243
12273
- msgid "Cover image position."
12274
- msgstr "Position de l'image de couverture."
12275
-
12276
- #: wppa-settings-autosave.php:4244
12277
- msgid ""
12278
- "Enter the position that you want to be used for the default album cover "
12279
- "selected in Table IV-D6."
12280
- msgstr ""
12281
- "Entrer le placement que vous voulez utiliser par défaut pour la couverture "
12282
- "d'album par défaut choisie dans table IV-D6."
12283
-
12284
- #: wppa-settings-autosave.php:4245
12285
- msgid ""
12286
- "For covertype Image Factory: left will be treated as top and right will be "
12287
- "treted as bottom."
12288
- msgstr ""
12289
- "Pour covertype Image Factory: gauche sera considéré comme haut et droite "
12290
- "comme bas."
12291
-
12292
- #: wppa-settings-autosave.php:4246
12293
- msgid ""
12294
- "For covertype Long Descriptions: top will be treated as left and bottom will "
12295
- "be treted as right."
12296
- msgstr ""
12297
- "Pour covertype Long Descriptions: haut sera considéré comme gauche et bas "
12298
- "comme droite."
12299
-
12300
- #: wppa-settings-autosave.php:4256
12301
- msgid "Cover mouseover"
12302
- msgstr "Survol couverture"
12303
-
12304
- #: wppa-settings-autosave.php:4257
12305
- msgid "Apply coverphoto mouseover effect."
12306
- msgstr "Appliquer l'effet de survol de la photo de couverture."
12307
-
12308
- #: wppa-settings-autosave.php:4258
12309
- msgid "Check this box to use mouseover effect on cover images."
12310
- msgstr ""
12311
- "Cochez cette case pour utiliser l'effet de survol sur les photos de "
12312
- "couverture."
12313
-
12314
- #: wppa-settings-autosave.php:4266
12315
- msgid "Cover opacity"
12316
- msgstr "Opacité de la couverture"
12317
-
12318
- #: wppa-settings-autosave.php:4275
12319
- msgid "Cover type"
12320
- msgstr "Type de couverture"
12321
-
12322
- #: wppa-settings-autosave.php:4276
12323
- msgid "Select the default cover type."
12324
- msgstr "Choisir le type de couverture par défaut."
12325
-
12326
- #: wppa-settings-autosave.php:4277
12327
- msgid ""
12328
- "Types with the addition mcr are suitable for Multi Column in a Responsive "
12329
- "theme"
12330
- msgstr ""
12331
- "Les types avec l'ajout de mcr sont appropriés pour le Multi Colonne dans un "
12332
- "thème Responsive"
12333
-
12334
- #: wppa-settings-autosave.php:4300
12335
- msgid "The umber of coverphotos. Must be > 1 and < 25."
12336
- msgstr "Le nombre de photos de couvertures. Doit être > 1 et < 25."
12337
-
12338
- #: wppa-settings-autosave.php:4308
12339
- msgid "Cats include subs"
12340
- msgstr "Les cats comprennent les sous-albums"
12341
-
12342
- #: wppa-settings-autosave.php:4309
12343
- msgid "Child albums are included in Category based shortcodes."
12344
- msgstr "Albums enfant sont inclus dans les codes courts catégorie basé."
12345
-
12346
- #: wppa-settings-autosave.php:4310
12347
- msgid ""
12348
- "When you use album=\"#cat,...\", in a shortcode, the child albums will be "
12349
- "included."
12350
- msgstr ""
12351
- "Lorsque vous utilisez album=\"#cat,...\", dans un code court, les albums "
12352
- "d’enfant seront incluses."
12353
-
12354
- #: wppa-settings-autosave.php:4318
12355
- msgid "Adds &lt;br> or &lt;p> and &lt;br> tags in album descriptions."
12356
- msgstr ""
12357
- "Ajoute &lt;br> ou &lt;p> et &lt;br> balises dans les descriptions de l'album."
12358
-
12359
- #: wppa-settings-autosave.php:4332
12360
- msgid "Rating related settings"
12361
- msgstr "Réglages pour la notation"
12362
-
12363
- #: wppa-settings-autosave.php:4334
12364
- msgid "Rating login"
12365
- msgstr "Connexion pour la notation"
12366
-
12367
- #: wppa-settings-autosave.php:4335
12368
- msgid "Users must login to rate photos."
12369
- msgstr "Les utilisateurs doivent se connecter pour voter."
12370
-
12371
- #: wppa-settings-autosave.php:4336
12372
- msgid ""
12373
- "If users want to vote for a photo (rating 1..5 stars) the must login first. "
12374
- "The avarage rating will always be displayed as long as the rating system is "
12375
- "enabled."
12376
- msgstr ""
12377
- "Si les utilisateurs veulent voter pour une photo (notation 1..5 étoiles), "
12378
- "ils doivent se connecter avant. La note moyenne sera toujours affichée "
12379
- "lorsque la notation est active."
12380
-
12381
- #: wppa-settings-autosave.php:4343
12382
- msgid "Rating change"
12383
- msgstr "Changement de la notation"
12384
-
12385
- #: wppa-settings-autosave.php:4344 wppa-settings-autosave.php:4345
12386
- msgid "Users may change their ratings."
12387
- msgstr "Les utilisateurs peuvent changer leurs notations."
12388
-
12389
- #: wppa-settings-autosave.php:4346 wppa-settings-autosave.php:4409
12390
- #: wppa-settings-autosave.php:4422 wppa-settings-autosave.php:4432
12391
- #: wppa-settings-autosave.php:4442 wppa-settings-autosave.php:4452
12392
- #: wppa-settings-autosave.php:4462
12393
- msgid ""
12394
- "If \"One button vote\" is selected in Table I-E1, this setting has no meaning"
12395
- msgstr ""
12396
- "Si \"One button vote\" est choisi dans table I-E1, ce réglage n'a pas de sens"
12397
-
12398
- #: wppa-settings-autosave.php:4354
12399
- msgid "Rating multi"
12400
- msgstr "Multi notation"
12401
-
12402
- #: wppa-settings-autosave.php:4355
12403
- msgid "Users may give multiple votes."
12404
- msgstr "Les utilisateurs peuvent voter plusieurs fois."
12405
-
12406
- #: wppa-settings-autosave.php:4356
12407
- msgid ""
12408
- "Users may give multiple votes. (This has no effect when users may change "
12409
- "their votes.)"
12410
- msgstr ""
12411
- "Les utilisateurs peuvent voter plusieurs fois. (Cela n'a pas d'effet quand "
12412
- "les utilisateurs peuvent changer leurs votes.)"
12413
-
12414
- #: wppa-settings-autosave.php:4365
12415
- msgid "Rating daily"
12416
- msgstr "Notation de tous les jours"
12417
-
12418
- #: wppa-settings-autosave.php:4366
12419
- msgid "Users may rate only once per period"
12420
- msgstr "Utilisateurs peuvent noter qu’une seule fois par période"
12421
-
12422
- #: wppa-settings-autosave.php:4369
12423
- msgid "Week"
12424
- msgstr "Semaine"
12425
-
12426
- #: wppa-settings-autosave.php:4369
12427
- msgid "Day"
12428
- msgstr "Jour"
12429
-
12430
- #: wppa-settings-autosave.php:4369
12431
- msgid "Hour"
12432
- msgstr "Heure"
12433
-
12434
- #: wppa-settings-autosave.php:4377
12435
- msgid "Rate own photos"
12436
- msgstr "Noter ses propres photos"
12437
-
12438
- #: wppa-settings-autosave.php:4378
12439
- msgid "It is allowed to rate photos by the uploader himself."
12440
- msgstr "L'utilisateur qui a chargé une photo peut aussi la noter."
12441
-
12442
- #: wppa-settings-autosave.php:4387
12443
- msgid "Rating requires comment"
12444
- msgstr "Commentaire requis pour notation"
12445
-
12446
- #: wppa-settings-autosave.php:4388
12447
- msgid "Users must clarify their vote in a comment."
12448
- msgstr "Les utilisateurs doivent justifier leur vote dans un commentaire."
12449
-
12450
- #: wppa-settings-autosave.php:4397
12451
- msgid "Next after vote"
12452
- msgstr "Suivant après le vote"
12453
-
12454
- #: wppa-settings-autosave.php:4398
12455
- msgid "Goto next slide after voting"
12456
- msgstr "Aller à la diapositive suivante après le vote"
12457
-
12458
- #: wppa-settings-autosave.php:4399
12459
- msgid ""
12460
- "If checked, the visitor goes straight to the slide following the slide he "
12461
- "voted. This will speed up mass voting."
12462
- msgstr ""
12463
- "Si coché, le visiteur va directement à la diapo suivant celle pour laquelle "
12464
- "il a voté. Cela accélère le vote en masse."
12465
-
12466
- #: wppa-settings-autosave.php:4406
12467
- msgid "Star off opacity"
12468
- msgstr "Opacité étoile éteinte"
12469
-
12470
- #: wppa-settings-autosave.php:4407
12471
- msgid "Rating star off state opacity value."
12472
- msgstr "Valeur de l'opacité de l'étoile pour l'état éteint."
12473
-
12474
- #: wppa-settings-autosave.php:4417
12475
- msgid "Notify admin every x times."
12476
- msgstr "Notifier l'administrateur toutes les x fois."
12477
-
12478
- #: wppa-settings-autosave.php:4418
12479
- msgid ""
12480
- "If this number is positive, there will be a thumb down icon in the rating "
12481
- "bar."
12482
- msgstr ""
12483
- "Si ce nombre est positif, il y aura une icône pouce bas dans la barre de "
12484
- "notation."
12485
-
12486
- #: wppa-settings-autosave.php:4419
12487
- msgid "Clicking the thumbdown icon indicates a user dislikes a photo."
12488
- msgstr ""
12489
- "En cliquant sur l'icône en bas de page, un utilisateur n'aime pas une photo."
12490
-
12491
- #: wppa-settings-autosave.php:4420
12492
- msgid "Admin will be notified by email after every x dislikes."
12493
- msgstr ""
12494
- "L'administrateur sera informé par courrier électronique après chaque x "
12495
- "n'aime pas."
12496
-
12497
- #: wppa-settings-autosave.php:4421 wppa-settings-autosave.php:4441
12498
- #: wppa-settings-autosave.php:4451
12499
- msgid "A value of 0 disables this feature."
12500
- msgstr "Une valeur de 0 désactive cette fonctionnalité."
12501
-
12502
- #: wppa-settings-autosave.php:4424 wppa-settings-autosave.php:4444
12503
- #: wppa-settings-autosave.php:4454
12504
- msgid "reports"
12505
- msgstr "rapports"
12506
-
12507
- #: wppa-settings-autosave.php:4430
12508
- msgid "This value counts dislike rating."
12509
- msgstr "Cette valeur compte les notes défavorables."
12510
-
12511
- #: wppa-settings-autosave.php:4431
12512
- msgid ""
12513
- "This value will be used for a dislike rating on calculation of avarage "
12514
- "ratings."
12515
- msgstr ""
12516
- "Cette valeur sera utilisée pour une note des avis défavorables dans le "
12517
- "calcul des notes moyennes."
12518
-
12519
- #: wppa-settings-autosave.php:4434
12520
- msgid "points"
12521
- msgstr "points"
12522
-
12523
- #: wppa-settings-autosave.php:4439
12524
- msgid "Pending after"
12525
- msgstr "En attente après"
12526
-
12527
- #: wppa-settings-autosave.php:4440
12528
- msgid "Set status to pending after xx dislike votes."
12529
- msgstr "Règle le statut à en attente après xx votes défavorables."
12530
-
12531
- #: wppa-settings-autosave.php:4449
12532
- msgid "Delete after"
12533
- msgstr "Supprimer après"
12534
-
12535
- #: wppa-settings-autosave.php:4450
12536
- msgid "Delete photo after xx dislike votes."
12537
- msgstr "Supprimez la photo après que xx n'aime pas votes."
12538
-
12539
- #: wppa-settings-autosave.php:4459
12540
- msgid "Show dislike count"
12541
- msgstr "Montrer comptage des avis négatifs"
12542
-
12543
- #: wppa-settings-autosave.php:4460
12544
- msgid "Show the number of dislikes in the rating bar."
12545
- msgstr "Montrer le nombre d'avis défavorables dans la barre de notation."
12546
-
12547
- #: wppa-settings-autosave.php:4461
12548
- msgid "Displayes the total number of dislike votes for the current photo."
12549
- msgstr "Affiche le nombre total d'avis défavorables pour la photo courante."
12550
-
12551
- #: wppa-settings-autosave.php:4469
12552
- msgid "Rating display type"
12553
- msgstr "Type d’affichage des notes"
12554
-
12555
- #: wppa-settings-autosave.php:4470
12556
- msgid "Specify the type of the rating display."
12557
- msgstr "Spécifier le type d'affichage des notes."
12558
-
12559
- #: wppa-settings-autosave.php:4471
12560
- msgid ""
12561
- "If you select \"Likes\" you must also select \"One button vote\" in Table I-"
12562
- "E1"
12563
- msgstr ""
12564
- "Si vous sélectionnez « Aime » vous devez également sélectionner « Un bouton "
12565
- "vote » dans le tableau I-E1"
12566
-
12567
- #: wppa-settings-autosave.php:4473
12568
- msgid "Graphic"
12569
- msgstr "Graphique"
12570
-
12571
- #: wppa-settings-autosave.php:4473
12572
- msgid "Numeric"
12573
- msgstr "Numérique"
12574
-
12575
- #: wppa-settings-autosave.php:4473
12576
- msgid "Likes"
12577
- msgstr "Aime"
12578
-
12579
- #: wppa-settings-autosave.php:4481
12580
- msgid "Show average rating"
12581
- msgstr "Montrer le vote moyen"
12582
-
12583
- #: wppa-settings-autosave.php:4482
12584
- msgid "Display the avarage rating and/or vote count on the rating bar"
12585
- msgstr ""
12586
- "Afficher la moyenne des notes et/ou compte des votes dans la barre de "
12587
- "notation"
12588
-
12589
- #: wppa-settings-autosave.php:4483
12590
- msgid ""
12591
- "If checked, the average rating as well as the current users rating is "
12592
- "displayed in max 5 or 10 stars."
12593
- msgstr ""
12594
- "Si coché, la moyenne des notes ainsi que la note de l'utilisateur courant "
12595
- "sont affichées avec une échelle de 5 ou 10 étoiles."
12596
-
12597
- #: wppa-settings-autosave.php:4484
12598
- msgid "If unchecked, only the current users rating is displayed (if any)."
12599
- msgstr ""
12600
- "Si décoché, seulement la note de l'utilisateur courant est affichée (si "
12601
- "existe)."
12602
-
12603
- #: wppa-settings-autosave.php:4485
12604
- msgid ""
12605
- "If \"One button vote\" is selected in Table I-E1, this box checked will "
12606
- "display the vote count."
12607
- msgstr ""
12608
- "Si \"One button vote\" est sélectionné dans table I-E1, cette case cochée "
12609
- "affichera le comptage des votes."
12610
-
12611
- #: wppa-settings-autosave.php:4492
12612
- msgid "Avg and Mine on 2 lines"
12613
- msgstr "Moy et Mine sur 2 lignes"
12614
-
12615
- #: wppa-settings-autosave.php:4493
12616
- msgid "Display avarage and my rating on different lines"
12617
- msgstr "Afficher moyen et mes notes sur différentes lignes"
12618
-
12619
- #: wppa-settings-autosave.php:4501
12620
- msgid "Single vote button text"
12621
- msgstr "Texte du bouton unique de vote"
12622
-
12623
- #: wppa-settings-autosave.php:4502
12624
- msgid "The text on the voting button."
12625
- msgstr "Le texte sur le bouton de vote."
12626
-
12627
- #: wppa-settings-autosave.php:4503 wppa-settings-autosave.php:4512
12628
- msgid "This text may contain qTranslate compatible language tags."
12629
- msgstr "Ce texte peut contenir des tags compatibles avec qTranslate."
12630
-
12631
- #: wppa-settings-autosave.php:4510
12632
- msgid "Single vote button text voted"
12633
- msgstr "Texte voté sur le bouton unique de vote"
12634
-
12635
- #: wppa-settings-autosave.php:4511
12636
- msgid "The text on the voting button when voted."
12637
- msgstr "Le texte sur le bouton de vote lorsque voté."
12638
-
12639
- #: wppa-settings-autosave.php:4519
12640
- msgid "Single vote button thumbnail"
12641
- msgstr "Bouton unique de vote et vignette"
12642
-
12643
- #: wppa-settings-autosave.php:4520
12644
- msgid "Display single vote button below thumbnails."
12645
- msgstr "Affiche le bouton unique de vote sous les vignettes."
12646
-
12647
- #: wppa-settings-autosave.php:4521
12648
- msgid ""
12649
- "This works only in single vote mode: Table I-E1 set to \"one button vote\""
12650
- msgstr ""
12651
- "Cela fonctionne seulement en mode vote unique: table I-E1 réglé à \"one "
12652
- "button vote\""
12653
-
12654
- #: wppa-settings-autosave.php:4528
12655
- msgid "Medal bronze when"
12656
- msgstr "Médaille de bronze quand"
12657
-
12658
- #: wppa-settings-autosave.php:4529
12659
- msgid "Photo gets medal bronze when number of top-scores ( 5 or 10 )."
12660
- msgstr ""
12661
- "La photo reçoit la médaille de bronze quand le nombre de top-scores (5 or "
12662
- "10)."
12663
-
12664
- #: wppa-settings-autosave.php:4530 wppa-settings-autosave.php:4539
12665
- #: wppa-settings-autosave.php:4548
12666
- #, fuzzy
12667
- msgid ""
12668
- "When the photo has this number of topscores ( 5 or 10 stars ), it will get a "
12669
- "medal. A value of 0 indicates that you do not want this feature."
12670
- msgstr ""
12671
- "Quand la photo a ce nombre de top-score (5 ou 10 étoiles), elle reçoit une "
12672
- "médaille de bronze. La valeur 0 signifie qu'on n'utilise pas cette "
12673
- "fonctionnalité."
12674
-
12675
- #: wppa-settings-autosave.php:4532 wppa-settings-autosave.php:4541
12676
- #: wppa-settings-autosave.php:4550
12677
- msgid "Topscores"
12678
- msgstr "Meilleurs scores"
12679
-
12680
- #: wppa-settings-autosave.php:4537
12681
- msgid "Medal silver when"
12682
- msgstr "Médaille d'argent quand"
12683
-
12684
- #: wppa-settings-autosave.php:4538
12685
- msgid "Photo gets medal silver when number of top-scores ( 5 or 10 )."
12686
- msgstr ""
12687
- "La photo reçoit la médaille d'argent quand le nombre de top-scores (5 or 10)."
12688
-
12689
- #: wppa-settings-autosave.php:4546
12690
- msgid "Medal gold when"
12691
- msgstr "Médaille d'or quand"
12692
-
12693
- #: wppa-settings-autosave.php:4547
12694
- #, fuzzy
12695
- msgid "Photo gets medal gold when number of top-scores ( 5 or 10 )."
12696
- msgstr ""
12697
- "Photo obtient la médaille d'or lorsque le nombre de meilleurs scores (5 ou "
12698
- "10)."
12699
-
12700
- #: wppa-settings-autosave.php:4555
12701
- msgid "Medal tag color"
12702
- msgstr "Couleur du tag médaille"
12703
-
12704
- #: wppa-settings-autosave.php:4556
12705
- msgid "The color of the tag on the medal."
12706
- msgstr "La couleur du tag sur la médaille."
12707
-
12708
- #: wppa-settings-autosave.php:4559 wppa-settings-autosave.php:8412
12709
- msgid "Red"
12710
- msgstr "Rouge"
12711
-
12712
- #: wppa-settings-autosave.php:4559 wppa-settings-autosave.php:8415
12713
- msgid "Green"
12714
- msgstr "Vert"
12715
-
12716
- #: wppa-settings-autosave.php:4559 wppa-settings-autosave.php:8416
12717
- msgid "Blue"
12718
- msgstr "Bleu"
12719
-
12720
- #: wppa-settings-autosave.php:4566
12721
- msgid "Medal position"
12722
- msgstr "Position médaille"
12723
-
12724
- #: wppa-settings-autosave.php:4567
12725
- msgid "The position of the medal on the image."
12726
- msgstr "La position de la médaille sur l'image."
12727
-
12728
- #: wppa-settings-autosave.php:4570
12729
- msgid "Top left"
12730
- msgstr "En haut à gauche"
12731
-
12732
- #: wppa-settings-autosave.php:4570
12733
- msgid "Top right"
12734
- msgstr "En haut à droite"
12735
-
12736
- #: wppa-settings-autosave.php:4570
12737
- msgid "Bottom left"
12738
- msgstr "En bas à gauche"
12739
-
12740
- #: wppa-settings-autosave.php:4570
12741
- msgid "Bottom right"
12742
- msgstr "En bas à droite"
12743
-
12744
- #: wppa-settings-autosave.php:4577
12745
- msgid "Top criterium"
12746
- msgstr "Critère supérieur"
12747
-
12748
- #: wppa-settings-autosave.php:4578
12749
- msgid "The top sort item used for topten results from shortcodes."
12750
- msgstr ""
12751
- "Le critère de tri prioritaire pour le classement TopTen (des codes courts)."
12752
-
12753
- #: wppa-settings-autosave.php:4581
12754
- msgid "Mean raiting"
12755
- msgstr "Moyenne votes"
12756
-
12757
- #: wppa-settings-autosave.php:4581 wppa-topten-widget.php:378
12758
- msgid "Rating count"
12759
- msgstr "Compteur votes"
12760
-
12761
- #: wppa-settings-autosave.php:4581
12762
- msgid "Viewcount"
12763
- msgstr "Compteur vues"
12764
-
12765
- #: wppa-settings-autosave.php:4588
12766
- msgid "Comments related settings"
12767
- msgstr "Comments related settings"
12768
-
12769
- #: wppa-settings-autosave.php:4590
12770
- msgid "Commenting login"
12771
- msgstr "Commenting login"
12772
-
12773
- #: wppa-settings-autosave.php:4591
12774
- msgid "Users must be logged in to comment on photos."
12775
- msgstr "Les utilisateurs doivent être connectés pour commenter les photos."
12776
-
12777
- #: wppa-settings-autosave.php:4592
12778
- msgid ""
12779
- "Check this box if you want users to be logged in to be able to enter "
12780
- "comments on individual photos."
12781
- msgstr ""
12782
- "Cochez cette case si vous voulez limiter la possibilité de commenter aux "
12783
- "utilisateurs connectés."
12784
-
12785
- #: wppa-settings-autosave.php:4599
12786
- msgid "Comments view login"
12787
- msgstr "Comments view login"
12788
-
12789
- #: wppa-settings-autosave.php:4600
12790
- msgid "Users must be logged in to see comments on photos."
12791
- msgstr "L'utilisateur doit être connecté pour voir les commentaires."
12792
-
12793
- #: wppa-settings-autosave.php:4601
12794
- msgid ""
12795
- "Check this box if you want users to be logged in to be able to see existing "
12796
- "comments on individual photos."
12797
- msgstr ""
12798
- "Cochez cette case si vous voulez limiter la possibilité de voir les "
12799
- "commentaires aux utilisateurs connectés."
12800
-
12801
- #: wppa-settings-autosave.php:4608
12802
- msgid "Last comment first"
12803
- msgstr "Dernier commentaire en premier"
12804
-
12805
- #: wppa-settings-autosave.php:4609
12806
- msgid "Display the newest comment on top."
12807
- msgstr "Affiche les commentaire le plus récent en premier."
12808
-
12809
- #: wppa-settings-autosave.php:4610
12810
- msgid "If checked: Display the newest comment on top."
12811
- msgstr "Si coché: afficher le commentaire le plus récent en tête."
12812
-
12813
- #: wppa-settings-autosave.php:4611
12814
- msgid "If unchecked, the comments are listed in the ordere they were entered."
12815
- msgstr "Si décoché, les commentaires sont listés dans l'ordre de la saisie."
12816
-
12817
- #: wppa-settings-autosave.php:4618
12818
- msgid "Comment moderation"
12819
- msgstr "Modération de commentaire"
12820
-
12821
- #: wppa-settings-autosave.php:4619
12822
- msgid "Comments from what users need approval."
12823
- msgstr "Les commentaires nécessitent une approbation."
12824
-
12825
- #: wppa-settings-autosave.php:4620
12826
- msgid "Select the desired users of which the comments need approval."
12827
- msgstr ""
12828
- "Choisir les utilisateurs dont les commentaires nécessitent une modération."
12829
-
12830
- #: wppa-settings-autosave.php:4622 wppa-settings-autosave.php:6825
12831
- msgid "All users"
12832
- msgstr "Tous les utilisateurs"
12833
-
12834
- #: wppa-settings-autosave.php:4623 wppa-settings-autosave.php:6825
12835
- msgid "Logged out users"
12836
- msgstr "Utilisateurs déconnectés"
12837
-
12838
- #: wppa-settings-autosave.php:4624 wppa-settings-autosave.php:6825
12839
- msgid "No users"
12840
- msgstr "Pas d'utilisateurs"
12841
-
12842
- #: wppa-settings-autosave.php:4625
12843
- #, fuzzy
12844
- msgid "Use WP Discussion rules"
12845
- msgstr "Utiliser les règles de discussion WP"
12846
-
12847
- #: wppa-settings-autosave.php:4637
12848
- msgid "Comment email required"
12849
- msgstr "Comment email required"
12850
-
12851
- #: wppa-settings-autosave.php:4638
12852
- msgid "Commenting users must enter their email addresses."
12853
- msgstr "Les auteurs de commentaires doivent entrer leur email."
12854
-
12855
- #: wppa-settings-autosave.php:4642 wppa-settings-autosave.php:9956
12856
- #: wppa-settings-autosave.php:10024
12857
- msgid "Optional"
12858
- msgstr "Optionnel"
12859
-
12860
- #: wppa-settings-autosave.php:4654
12861
- msgid "Comment notify"
12862
- msgstr "Notification de commentaire"
12863
-
12864
- #: wppa-settings-autosave.php:4655
12865
- msgid "Select who must receive an e-mail notification of a new comment."
12866
- msgstr ""
12867
- "Choisir qui doit recevoir un email de notification de nouveau commentaire."
12868
-
12869
- #: wppa-settings-autosave.php:4659
12870
- msgid "--- Admin ---"
12871
- msgstr "--- Admin ---"
12872
-
12873
- #: wppa-settings-autosave.php:4660
12874
- msgid "--- Album owner ---"
12875
- msgstr "--- Propriétaire album ---"
12876
-
12877
- #: wppa-settings-autosave.php:4661
12878
- msgid "--- Admin & Owner ---"
12879
- msgstr "--- Admin & Propriétaire ---"
12880
-
12881
- #: wppa-settings-autosave.php:4662
12882
- msgid "--- Uploader ---"
12883
- msgstr "-- Celui(le) qui a déposé les fichiers --"
12884
-
12885
- #: wppa-settings-autosave.php:4663
12886
- msgid "--- Up & admin ---"
12887
- msgstr "--- Up & Admin ---"
12888
-
12889
- #: wppa-settings-autosave.php:4664
12890
- msgid "--- Up & Owner ---"
12891
- msgstr "--- Up & Propriétaire ---"
12892
-
12893
- #: wppa-settings-autosave.php:4687
12894
- msgid "Comment notify previous"
12895
- msgstr "Notifier si déjà commenté"
12896
-
12897
- #: wppa-settings-autosave.php:4688
12898
- msgid "Notify users who has commented this photo earlier."
12899
- msgstr "Notifier les utilisateurs ayant déjà commenté cette photo."
12900
-
12901
- #: wppa-settings-autosave.php:4696
12902
- msgid "Comment notify approved"
12903
- msgstr "Commentaire Notifier approuvé"
12904
-
12905
- #: wppa-settings-autosave.php:4697
12906
- msgid "Notify photo owner of approved comment."
12907
- msgstr "Aviser le propriétaire de la photo du commentaire approuvé."
12908
-
12909
- #: wppa-settings-autosave.php:4705
12910
- msgid "Com ntfy appr email content"
12911
- msgstr "Contenu de l'e-mail com ntfy appr."
12912
-
12913
- #: wppa-settings-autosave.php:4706
12914
- msgid "The content of the email."
12915
- msgstr "Le contenu de l’e-mail :"
12916
-
12917
- #: wppa-settings-autosave.php:4707
12918
- msgid "If you leave this blank, the default content will be used"
12919
- msgstr "Si vous laissez ce champ vide, le contenu par défaut sera utilisé"
12920
-
12921
- #: wppa-settings-autosave.php:4708
12922
- msgid "The content may contain html."
12923
- msgstr "Le contenu peut contenir html."
12924
-
12925
- #: wppa-settings-autosave.php:4709
12926
- msgid ""
12927
- "You may use the following keywords: w#comment for the comment content, "
12928
- "w#user for the commenters name and the standard photo description keywords "
12929
- "w#name, w#filename, w#owner, w#id, w#tags, w#timestamp, w#modified, w#views, "
12930
- "w#amx, w#amy, w#amfs, w#url, w#hrurl, w#tnurl, w#cc0..w#cc9, w#cd0..w#cd9."
12931
- msgstr ""
12932
- "Vous pouvez utiliser les mots clés suivants: w#comment pour le contenu du "
12933
- "commentaire, w#user pour le nom de commentateurs et les mots-clés de "
12934
- "description de photo standard w#name, w#filename, w#owner, w#id, w#tags, "
12935
- "w#timestamp, w#modified, w#views, w#amx, w#amy, w#amfs, w#url, w#hrurl, "
12936
- "w#tnurl, w#cc0... w#cc9, w#cd0... w#cd9."
12937
-
12938
- #: wppa-settings-autosave.php:4716
12939
- msgid "Com ntfy appr email subject"
12940
- msgstr "Objet com ntfy appr sujet"
12941
-
12942
- #: wppa-settings-autosave.php:4717
12943
- msgid "The subject of the email."
12944
- msgstr "Le sujet de l’e-mail."
12945
-
12946
- #: wppa-settings-autosave.php:4726
12947
- msgid "Comment ntfy added"
12948
- msgstr "Indiquer commentaire ajouté"
12949
-
12950
- #: wppa-settings-autosave.php:4727
12951
- msgid "Show \"Comment added\" after successfull adding a comment."
12952
- msgstr "Montrer \"Commentaire ajouté\" après l'ajout réussi d'un commentaire."
12953
-
12954
- #: wppa-settings-autosave.php:4735
12955
- msgid "ComTen alt display"
12956
- msgstr "Affichage alt de ComTen"
12957
-
12958
- #: wppa-settings-autosave.php:4736
12959
- msgid "Display comments at comten thumbnails."
12960
- msgstr "Afficher les commentaires aux vignettes ComTen."
12961
-
12962
- #: wppa-settings-autosave.php:4744
12963
- msgid "Comten Thumbnail width"
12964
- msgstr "Largeur du widget commentaire"
12965
-
12966
- #: wppa-settings-autosave.php:4745
12967
- msgid "The width of the thumbnail in the alt comment display."
12968
- msgstr ""
12969
- "La largeur de la vignette dans l’affichage alternatif des commentaires."
12970
-
12971
- #: wppa-settings-autosave.php:4748
12972
- msgid "Pixels"
12973
- msgstr "Pixels"
12974
-
12975
- #: wppa-settings-autosave.php:4753
12976
- msgid "Show smiley picker"
12977
- msgstr "Montrer la bibliothèque de smiley"
12978
-
12979
- #: wppa-settings-autosave.php:4754
12980
- msgid "Display a clickable row of smileys."
12981
- msgstr "Afficher une rangée de smileys cliquables."
12982
-
12983
- #: wppa-settings-autosave.php:4762
12984
- msgid "Show commenter email"
12985
- msgstr "Montrer l'email du commentateur"
12986
-
12987
- #: wppa-settings-autosave.php:4763
12988
- msgid "Show the commenter's email in the notify emails."
12989
- msgstr "Montrer l'email du commentateur dans les emails de notification."
12990
-
12991
- #: wppa-settings-autosave.php:4764
12992
- msgid "Shows the email address of the commenter in all notify emails."
12993
- msgstr ""
12994
- "Montre l'adresse de celui qui a commenté dans tous les emails de "
12995
- "notification."
12996
-
12997
- #: wppa-settings-autosave.php:4765
12998
- msgid ""
12999
- "If switched off, admin will still receive the senders email in the "
13000
- "notification mail"
13001
- msgstr ""
13002
- "Si désactivé, l'administrateur recevra quand même l'email des émetteurs dans "
13003
- "la notification"
13004
-
13005
- #: wppa-settings-autosave.php:4772
13006
- msgid "Allow clickable links"
13007
- msgstr "Liens cliquables"
13008
-
13009
- #: wppa-settings-autosave.php:4773
13010
- msgid "Make links in comments clickable"
13011
- msgstr "Créer des liens dans les commentaires cliquables"
13012
-
13013
- #: wppa-settings-autosave.php:4785
13014
- msgid "The opacity of the lightbox overlay background."
13015
- msgstr "L'opacité de l'arrière plan overlay de Lightbox."
13016
-
13017
- #: wppa-settings-autosave.php:4793
13018
- msgid "Click on background"
13019
- msgstr "Clic sur l'arrière plan"
13020
-
13021
- #: wppa-settings-autosave.php:4794
13022
- msgid "Select the action to be taken on click on background."
13023
- msgstr "Choisir l'action a effectuer lors d'un clic sur l'arrière plan."
13024
-
13025
- #: wppa-settings-autosave.php:4797
13026
- msgid "Nothing"
13027
- msgstr "Rien"
13028
-
13029
- #: wppa-settings-autosave.php:4797
13030
- msgid "Exit (close)"
13031
- msgstr "Sortir (fermer)"
13032
-
13033
- #: wppa-settings-autosave.php:4797
13034
- msgid "Browse (left/right)"
13035
- msgstr "Naviguer (Gauche/Droite)"
13036
-
13037
- #: wppa-settings-autosave.php:4804
13038
- msgid "Overlay animation speed"
13039
- msgstr "Vitesse de l'animation overlay"
13040
-
13041
- #: wppa-settings-autosave.php:4805
13042
- msgid "The fade-in time of the lightbox images"
13043
- msgstr "La durée du fondu des images Lightbox"
13044
-
13045
- #: wppa-settings-autosave.php:4815
13046
- msgid "Overlay slideshow speed"
13047
- msgstr "Vitesse du diaporama overlay"
13048
-
13049
- #: wppa-settings-autosave.php:4816
13050
- msgid "The time the lightbox images stay"
13051
- msgstr "La durée d’affichage des images"
13052
-
13053
- #: wppa-settings-autosave.php:4835
13054
- msgid "WPPA+ Lightbox global"
13055
- msgstr "WPPA+ LightBox étendu"
13056
-
13057
- #: wppa-settings-autosave.php:4836
13058
- msgid "Use the wppa+ lightbox also for non-wppa images."
13059
- msgstr "Utiliser WPPA+ LightBox aussi pour les images non-WPPA."
13060
-
13061
- #: wppa-settings-autosave.php:4844
13062
- msgid "WPPA+ Lightbox global is a set"
13063
- msgstr "WPPA+ LightBox étendu est une collection"
13064
-
13065
- #: wppa-settings-autosave.php:4845
13066
- msgid "Treat the other images as a set."
13067
- msgstr "Traiter les images non-WPPA comme une collection."
13068
-
13069
- #: wppa-settings-autosave.php:4846
13070
- msgid ""
13071
- "If checked, you can scroll through the images in the lightbox view. Requires "
13072
- "item 5 to be checked."
13073
- msgstr ""
13074
- "Si coché, vous pouvez scroller les images dans la vue LightBox. Item 5 doit "
13075
- "être coché aussi."
13076
-
13077
- #: wppa-settings-autosave.php:4853
13078
- msgid "Use hires files"
13079
- msgstr "Utiliser fichier haute résolution"
13080
-
13081
- #: wppa-settings-autosave.php:4854
13082
- msgid "Use the highest resolution available for lightbox."
13083
- msgstr "Utiliser la résolution maxi disponible pour LightBox."
13084
-
13085
- #: wppa-settings-autosave.php:4855
13086
- msgid "Ticking this box is recommended for lightbox fullscreen modes."
13087
- msgstr ""
13088
- "Cocher cette case est recommandé pour les modes plein écran de LightBox."
13089
-
13090
- #: wppa-settings-autosave.php:4863
13091
- #, fuzzy
13092
- msgid "Videos on lightbox start automatically."
13093
- msgstr "Les vidéos sur lightbox démarrent automatiquement."
13094
-
13095
- #: wppa-settings-autosave.php:4872
13096
- msgid "Audio on lightbox start automatically."
13097
- msgstr "Audio sur lightbox démarre automatiquement."
13098
-
13099
- #: wppa-settings-autosave.php:4880
13100
- msgid "Lightbox start mode"
13101
- msgstr "Mode de démarrage de lightbox"
13102
-
13103
- #: wppa-settings-autosave.php:4881
13104
- msgid "The mode lightbox starts in."
13105
- msgstr "Le mode de démarrage de lightbox."
13106
-
13107
- #: wppa-settings-autosave.php:4884 wppa-settings-autosave.php:4905
13108
- msgid "Normal"
13109
- msgstr "Normale"
13110
-
13111
- #: wppa-settings-autosave.php:4885 wppa-settings-autosave.php:4906
13112
- msgid "Padded"
13113
- msgstr "Padded"
13114
-
13115
- #: wppa-settings-autosave.php:4886 wppa-settings-autosave.php:4907
13116
- msgid "Stretched"
13117
- msgstr "Étiré"
13118
-
13119
- #: wppa-settings-autosave.php:4887 wppa-settings-autosave.php:4908
13120
- msgid "Clipped"
13121
- msgstr "Coupé"
13122
-
13123
- #: wppa-settings-autosave.php:4888 wppa-settings-autosave.php:4909
13124
- msgid "Real size"
13125
- msgstr "Taille réelle"
13126
-
13127
- #: wppa-settings-autosave.php:4901
13128
- msgid "Lightbox start mode mobile"
13129
- msgstr "Mode de démarrage de lightbox"
13130
-
13131
- #: wppa-settings-autosave.php:4902
13132
- msgid "The mode lightbox starts in on mobile devices."
13133
- msgstr "Le mode de démarrage de lightbox en appareils mobiles."
13134
-
13135
- #: wppa-settings-autosave.php:4939
13136
- msgid "Table V:"
13137
- msgstr "Table V:"
13138
-
13139
- #: wppa-settings-autosave.php:4939
13140
- msgid "Fonts:"
13141
- msgstr "Polices:"
13142
-
13143
- #: wppa-settings-autosave.php:4940
13144
- msgid "This table describes the Fonts used for the wppa+ elements."
13145
- msgstr ""
13146
- "Cette table décrit les polices de caractère utilisées pour les éléments de "
13147
- "WPPA+."
13148
-
13149
- #: wppa-settings-autosave.php:4950 wppa-settings-autosave.php:5145
13150
- msgid "Font family"
13151
- msgstr "Famille de police"
13152
-
13153
- #: wppa-settings-autosave.php:4951 wppa-settings-autosave.php:5146
13154
- msgid "Font size"
13155
- msgstr "Taille de la police"
13156
-
13157
- #: wppa-settings-autosave.php:4952 wppa-settings-autosave.php:5147
13158
- msgid "Font color"
13159
- msgstr "Couleur de la police"
13160
-
13161
- #: wppa-settings-autosave.php:4953 wppa-settings-autosave.php:5148
13162
- msgid "Font weight"
13163
- msgstr "Poids de la police"
13164
-
13165
- #: wppa-settings-autosave.php:4963
13166
- msgid "normal"
13167
- msgstr "norma"
13168
-
13169
- #: wppa-settings-autosave.php:4963
13170
- msgid "bold"
13171
- msgstr "gras"
13172
-
13173
- #: wppa-settings-autosave.php:4963
13174
- msgid "bolder"
13175
- msgstr "plus gras"
13176
-
13177
- #: wppa-settings-autosave.php:4963
13178
- msgid "lighter"
13179
- msgstr "plus fin"
13180
-
13181
- #: wppa-settings-autosave.php:4966
13182
- msgid "Album titles"
13183
- msgstr "Titres albums"
13184
-
13185
- #: wppa-settings-autosave.php:4967
13186
- msgid "Font used for Album titles."
13187
- msgstr "Police utilisée pour les titres d'album."
13188
-
13189
- #: wppa-settings-autosave.php:4968
13190
- msgid "Enter font name, size, color and weight for album cover titles."
13191
- msgstr ""
13192
- "Entrer le nom de la police, taille, couleur et poids pour les titres de "
13193
- "couverture des albums."
13194
-
13195
- #: wppa-settings-autosave.php:4983
13196
- msgid "Slideshow desc"
13197
- msgstr "Description du diaporama"
13198
-
13199
- #: wppa-settings-autosave.php:4984
13200
- msgid "Font for slideshow photo descriptions."
13201
- msgstr "Police pour la description des photos."
13202
-
13203
- #: wppa-settings-autosave.php:4985
13204
- msgid ""
13205
- "Enter font name, size, color and weight for slideshow photo descriptions."
13206
- msgstr ""
13207
- "Entrer le nom de la police, taille, couleur et poids pour les descriptions "
13208
- "des photo de diaporama."
13209
-
13210
- #: wppa-settings-autosave.php:5000
13211
- msgid "Slideshow name"
13212
- msgstr "Nom du diaporama"
13213
-
13214
- #: wppa-settings-autosave.php:5001
13215
- msgid "Font for slideshow photo names."
13216
- msgstr "Police pour le nom des photos du diaporama."
13217
-
13218
- #: wppa-settings-autosave.php:5002
13219
- msgid "Enter font name, size, color and weight for slideshow photo names."
13220
- msgstr ""
13221
- "Entrer le nom de la police, taille, couleur et poids pour les noms de photo "
13222
- "de diaporama."
13223
-
13224
- #: wppa-settings-autosave.php:5017
13225
- msgid "Navigations"
13226
- msgstr "Navigations"
13227
-
13228
- #: wppa-settings-autosave.php:5018
13229
- msgid "Font for navigations."
13230
- msgstr "Police pour navigations."
13231
-
13232
- #: wppa-settings-autosave.php:5019
13233
- msgid "Enter font name, size, color and weight for navigation items."
13234
- msgstr ""
13235
- "Entrer le nom de la police, taille, couleur et poids pour les items de "
13236
- "navigation."
13237
-
13238
- #: wppa-settings-autosave.php:5035
13239
- msgid "Font for text under thumbnails."
13240
- msgstr "Police pour les textes sous les vignettes."
13241
-
13242
- #: wppa-settings-autosave.php:5036
13243
- msgid ""
13244
- "Enter font name, size, color and weight for text under thumbnail images."
13245
- msgstr ""
13246
- "Entrer le nom de la police, taille, couleur et poids pour le texte sous les "
13247
- "vignettes."
13248
-
13249
- #: wppa-settings-autosave.php:5052
13250
- msgid "General font in wppa boxes."
13251
- msgstr "Police générique dans les boîtes WPPA."
13252
-
13253
- #: wppa-settings-autosave.php:5053
13254
- msgid "Enter font name, size, color and weight for all other items."
13255
- msgstr ""
13256
- "Entrer le nom de la police, taille, couleur et poids pour les autres items."
13257
-
13258
- #: wppa-settings-autosave.php:5069
13259
- msgid "Font in wppa number bars."
13260
- msgstr "Police dans les bars de numéro wppa."
13261
-
13262
- #: wppa-settings-autosave.php:5070 wppa-settings-autosave.php:5087
13263
- msgid "Enter font name, size, color and weight for numberbar navigation."
13264
- msgstr ""
13265
- "Entrez le nom de la police, taille, couleur et poids pour numberbar "
13266
- "navigation."
13267
-
13268
- #: wppa-settings-autosave.php:5085
13269
- msgid "Numbar Active"
13270
- msgstr "Numbar activée"
13271
-
13272
- #: wppa-settings-autosave.php:5086
13273
- msgid "Font in wppa number bars, active item."
13274
- msgstr "Police en wppa nombre barres, élément actif."
13275
-
13276
- #: wppa-settings-autosave.php:5103
13277
- msgid "Font in wppa lightbox overlays."
13278
- msgstr "Police en wppa lightbox superpositions."
13279
-
13280
- #: wppa-settings-autosave.php:5104
13281
- msgid "Enter font name, size, color and weight for wppa lightbox overlays."
13282
- msgstr ""
13283
- "Entrez le nom de police, taille, couleur et poids pour les superpositions de "
13284
- "lightbox wppa."
13285
-
13286
- #: wppa-settings-autosave.php:5119
13287
- msgid "Widget thumbs fontsize"
13288
- msgstr "Taille de police de caractère pour les vignettes des widgets"
13289
-
13290
- #: wppa-settings-autosave.php:5120
13291
- msgid "Font size for thumbnail subtext in widgets."
13292
- msgstr ""
13293
- "Taille de la police de caractère du sous texte des vignettes dans les "
13294
- "widgets."
13295
-
13296
- #: wppa-settings-autosave.php:5158
13297
- msgid "Table VI:"
13298
- msgstr "Table VI:"
13299
-
13300
- #: wppa-settings-autosave.php:5158
13301
- msgid "Links:"
13302
- msgstr "Liens:"
13303
-
13304
- #: wppa-settings-autosave.php:5159
13305
- msgid "This table defines the link types and pages."
13306
- msgstr "Ce table définit les types de liens et les pages."
13307
-
13308
- #: wppa-settings-autosave.php:5170 wppa-settings-autosave.php:6233
13309
- msgid "Link page"
13310
- msgstr "Page lien"
13311
-
13312
- #: wppa-settings-autosave.php:5172 wppa-settings-autosave.php:6235
13313
- msgid "Photo specific link overrules"
13314
- msgstr "Lien photo annule"
13315
-
13316
- #: wppa-settings-autosave.php:5172 wppa-settings-autosave.php:6235
13317
- msgid "PSO"
13318
- msgstr "PSO"
13319
-
13320
- #: wppa-settings-autosave.php:5217
13321
- msgid "Links from images in WPPA+ Widgets"
13322
- msgstr "Liens des images dans les Widgets WPPA +"
13323
-
13324
- #: wppa-settings-autosave.php:5219
13325
- msgid "PotdWidget"
13326
- msgstr "Widget Photo du jour"
13327
-
13328
- #: wppa-settings-autosave.php:5220
13329
- msgid "Photo Of The Day widget link."
13330
- msgstr "Lien de widget photo du jour."
13331
-
13332
- #: wppa-settings-autosave.php:5221
13333
- msgid "Select the type of link the photo of the day points to."
13334
- msgstr "Sélectionnez le type de lien la photo du jour pointe vers."
13335
-
13336
- #: wppa-settings-autosave.php:5222
13337
- msgid ""
13338
- "If you select 'defined on widget admin page' you can manually enter a link "
13339
- "and title on the Photo of the day Widget Admin page."
13340
- msgstr ""
13341
- "Si vous sélectionnez « défini sur la page d’admin de widget » vous pouvez "
13342
- "entrer manuellement un lien et un titre sur la page d’Admin de Widget de la "
13343
- "Photo de jour."
13344
-
13345
- #: wppa-settings-autosave.php:5237 wppa-settings-autosave.php:5280
13346
- #: wppa-settings-autosave.php:5319 wppa-settings-autosave.php:5358
13347
- #: wppa-settings-autosave.php:5404 wppa-settings-autosave.php:5454
13348
- #: wppa-settings-autosave.php:5503 wppa-settings-autosave.php:5552
13349
- #: wppa-settings-autosave.php:5642
13350
- msgid "a plain page without a querystring."
13351
- msgstr "une simple page sans une querystring."
13352
-
13353
- #: wppa-settings-autosave.php:5238 wppa-settings-autosave.php:5281
13354
- #: wppa-settings-autosave.php:5320 wppa-settings-autosave.php:5359
13355
- #: wppa-settings-autosave.php:5405 wppa-settings-autosave.php:5455
13356
- #: wppa-settings-autosave.php:5504 wppa-settings-autosave.php:5553
13357
- #: wppa-settings-autosave.php:5600 wppa-settings-autosave.php:5643
13358
- #: wppa-settings-autosave.php:5692 wppa-settings-autosave.php:5734
13359
- #: wppa-settings-autosave.php:5776 wppa-settings-autosave.php:5815
13360
- msgid "lightbox."
13361
- msgstr "lightbox."
13362
-
13363
- #: wppa-settings-autosave.php:5263
13364
- msgid "SlideWidget"
13365
- msgstr "Widget Slide"
13366
-
13367
- #: wppa-settings-autosave.php:5264
13368
- msgid "Slideshow widget photo link."
13369
- msgstr "Lien diaporama widget photo."
13370
-
13371
- #: wppa-settings-autosave.php:5265
13372
- msgid "Select the type of link the slideshow photos point to."
13373
- msgstr ""
13374
- "Sélectionnez le type de lien, vers que les photos du diaporama pointent."
13375
-
13376
- #: wppa-settings-autosave.php:5306
13377
- msgid "Album widget"
13378
- msgstr "Widget Album"
13379
-
13380
- #: wppa-settings-autosave.php:5307
13381
- msgid "Album widget thumbnail link"
13382
- msgstr "Lien vignette de widget album"
13383
-
13384
- #: wppa-settings-autosave.php:5308
13385
- msgid "Select the type of link the album widget photos point to."
13386
- msgstr ""
13387
- "Sélectionnez le type de lien, vers que les photos de widget album pointent."
13388
-
13389
- #: wppa-settings-autosave.php:5317
13390
- msgid "subalbums and thumbnails."
13391
- msgstr "sous-albums et miniatures."
13392
-
13393
- #: wppa-settings-autosave.php:5318
13394
- msgid "slideshow."
13395
- msgstr "diaporama."
13396
-
13397
- #: wppa-settings-autosave.php:5341
13398
- msgid "ThumbnailWidget"
13399
- msgstr "Widget vignettes"
13400
-
13401
- #: wppa-settings-autosave.php:5342
13402
- msgid "Thumbnail widget photo link."
13403
- msgstr "Lien de widget vignette de photo."
13404
-
13405
- #: wppa-settings-autosave.php:5343
13406
- msgid "Select the type of link the thumbnail photos point to."
13407
- msgstr "Sélectionnez le type de lien vers que les photos miniatures pointent."
13408
-
13409
- #: wppa-settings-autosave.php:5356 wppa-settings-autosave.php:5402
13410
- #: wppa-settings-autosave.php:5452 wppa-settings-autosave.php:5501
13411
- #: wppa-settings-autosave.php:5550 wppa-settings-autosave.php:5640
13412
- msgid "the single photo in the style of a slideshow."
13413
- msgstr "Une photo seule avec le style du diaporama"
13414
-
13415
- #: wppa-settings-autosave.php:5357 wppa-settings-autosave.php:5403
13416
- #: wppa-settings-autosave.php:5453 wppa-settings-autosave.php:5502
13417
- #: wppa-settings-autosave.php:5551 wppa-settings-autosave.php:5641
13418
- #: wppa-settings-autosave.php:5817
13419
- msgid "the fs photo with download and print buttons."
13420
- msgstr "la photo de fs avec téléchargement et boutons d’impression."
13421
-
13422
- #: wppa-settings-autosave.php:5384
13423
- msgid "TopTenWidget"
13424
- msgstr "Widget TopTen"
13425
-
13426
- #: wppa-settings-autosave.php:5385
13427
- msgid "TopTen widget photo link."
13428
- msgstr "Lien TopTen widget photo."
13429
-
13430
- #: wppa-settings-autosave.php:5386
13431
- msgid "Select the type of link the top ten photos point to."
13432
- msgstr "Sélectionnez le type de lien, vers que les photos de topten pointent."
13433
-
13434
- #: wppa-settings-autosave.php:5397
13435
- msgid "the content of the virtual topten album."
13436
- msgstr "le contenu de l’album virtuel topten."
13437
-
13438
- #: wppa-settings-autosave.php:5398 wppa-settings-autosave.php:5448
13439
- #: wppa-settings-autosave.php:5497 wppa-settings-autosave.php:5546
13440
- msgid "the content of the thumbnails album."
13441
- msgstr "le contenu de l’album de vignettes."
13442
-
13443
- #: wppa-settings-autosave.php:5400 wppa-settings-autosave.php:5450
13444
- #: wppa-settings-autosave.php:5499 wppa-settings-autosave.php:5548
13445
- #: wppa-settings-autosave.php:5638
13446
- msgid "the thumbnails album in a slideshow."
13447
- msgstr "l'album de vignettes dans un diaporama."
13448
-
13449
- #: wppa-settings-autosave.php:5434
13450
- msgid "LasTenWidget"
13451
- msgstr "Widget LastTen"
13452
-
13453
- #: wppa-settings-autosave.php:5435
13454
- msgid "Last Ten widget photo link."
13455
- msgstr "Last Ten lien de widget photo."
13456
-
13457
- #: wppa-settings-autosave.php:5436
13458
- msgid "Select the type of link the last ten photos point to."
13459
- msgstr ""
13460
- "Sélectionnez le type de lien, vers que les dix dernières photos pointent."
13461
-
13462
- #: wppa-settings-autosave.php:5447
13463
- msgid "the content of the virtual lasten album."
13464
- msgstr "le contenu de l'album virtuelle lasten."
13465
-
13466
- #: wppa-settings-autosave.php:5483
13467
- msgid "CommentWidget"
13468
- msgstr "Widget Comment"
13469
-
13470
- #: wppa-settings-autosave.php:5484
13471
- msgid "Comment widget photo link."
13472
- msgstr "Lien vers le commentaire widget photo."
13473
-
13474
- #: wppa-settings-autosave.php:5485
13475
- msgid "Select the type of link the comment widget photos point to."
13476
- msgstr ""
13477
- "Sélectionnez le type de lien, vers que les photos de widget commentaire "
13478
- "pointent."
13479
-
13480
- #: wppa-settings-autosave.php:5496
13481
- msgid "the content of the virtual comten album."
13482
- msgstr "le contenu de l’album virtuel comten."
13483
-
13484
- #: wppa-settings-autosave.php:5532
13485
- msgid "FeaTenWidget"
13486
- msgstr "Widget FeaTen"
13487
-
13488
- #: wppa-settings-autosave.php:5533
13489
- msgid "FeaTen widget photo link."
13490
- msgstr "FeaTen lien photo widget."
13491
-
13492
- #: wppa-settings-autosave.php:5534
13493
- msgid "Select the type of link the featured ten photos point to."
13494
- msgstr ""
13495
- "Sélectionnez le type de lien, vers que les dix dernières photos pointent."
13496
-
13497
- #: wppa-settings-autosave.php:5545
13498
- msgid "the content of the virtual featen album."
13499
- msgstr "le contenu du virtuel featen album."
13500
-
13501
- #: wppa-settings-autosave.php:5580
13502
- msgid "Links from other WPPA+ images"
13503
- msgstr "Liens d’autres images WPPA+"
13504
-
13505
- #: wppa-settings-autosave.php:5582
13506
- msgid "Cover Image"
13507
- msgstr "Image de couverture"
13508
-
13509
- #: wppa-settings-autosave.php:5583
13510
- msgid "The link from the cover image of an album."
13511
- msgstr "Le lien de l’image de couverture d’un album."
13512
-
13513
- #: wppa-settings-autosave.php:5584
13514
- msgid "Select the type of link the coverphoto points to."
13515
- msgstr "Sélectionnez le type de lien la photo de couverture pointe vers."
13516
-
13517
- #: wppa-settings-autosave.php:5585
13518
- msgid "The link from the album title can be configured on the Edit Album page."
13519
- msgstr ""
13520
- "Le lien dans le titre de l’album peut être configuré dans la page modifier "
13521
- "l’Album."
13522
-
13523
- #: wppa-settings-autosave.php:5586
13524
- msgid "This link will be used for the photo also if you select: same as title."
13525
- msgstr ""
13526
- "Ce lien sera utilisé pour la photo aussi si vous sélectionnez: même titre."
13527
-
13528
- #: wppa-settings-autosave.php:5587
13529
- msgid ""
13530
- "If you specify New Tab on this line, all links from the cover will open a "
13531
- "new tab,"
13532
- msgstr ""
13533
- "Si vous spécifiez le nouvel onglet sur cette ligne, tous les liens de la "
13534
- "couverture seront ouvre un nouvel onglet,"
13535
-
13536
- #: wppa-settings-autosave.php:5588
13537
- msgid "except when Ajax is activated on Table IV-A1."
13538
- msgstr "sauf si Ajax est activé sur la Table IV-A1."
13539
-
13540
- #: wppa-settings-autosave.php:5601
13541
- msgid "a slideshow starting at the photo"
13542
- msgstr "un diaporama à partir de la photo"
13543
-
13544
- #: wppa-settings-autosave.php:5622
13545
- msgid "Thumbnail"
13546
- msgstr "Vignette"
13547
-
13548
- #: wppa-settings-autosave.php:5623
13549
- msgid "Thumbnail link."
13550
- msgstr "Lien vignette."
13551
-
13552
- #: wppa-settings-autosave.php:5624 wppa-settings-autosave.php:5676
13553
- #: wppa-settings-autosave.php:5718
13554
- msgid "Select the type of link you want, or no link at all."
13555
- msgstr "Sélectionnez le type de lien que vous voulez, ou pas de lien du tout."
13556
-
13557
- #: wppa-settings-autosave.php:5625 wppa-settings-autosave.php:5677
13558
- #: wppa-settings-autosave.php:5719 wppa-settings-autosave.php:5761
13559
- msgid ""
13560
- "If you select the fullsize photo on its own, it will be stretched to fit, "
13561
- "regardless of that setting."
13562
- msgstr ""
13563
- "Si vous sélectionnez la photo pleine grandeur à lui seul, il va être étiré "
13564
- "pour s’adapter, quel que soit ce paramètre."
13565
-
13566
- #: wppa-settings-autosave.php:5626 wppa-settings-autosave.php:5678
13567
- #: wppa-settings-autosave.php:5720 wppa-settings-autosave.php:5762
13568
- msgid ""
13569
- "Note that a page must have at least [wppa][/wppa] in its content to show up "
13570
- "the photo(s)."
13571
- msgstr ""
13572
- "Notez qu'une page doit avoir au moins [wppa][/wppa] dans son contenu pour "
13573
- "afficher la photo (s)."
13574
-
13575
- #: wppa-settings-autosave.php:5657
13576
- msgid "Auto Page"
13577
- msgstr "Page auto"
13578
-
13579
- #: wppa-settings-autosave.php:5674
13580
- msgid "Sphoto"
13581
- msgstr "Sphoto"
13582
-
13583
- #: wppa-settings-autosave.php:5675
13584
- msgid "Single photo link."
13585
- msgstr "Lien photo unique"
13586
-
13587
- #: wppa-settings-autosave.php:5716
13588
- msgid "Mphoto"
13589
- msgstr "Mphoto"
13590
-
13591
- #: wppa-settings-autosave.php:5717
13592
- msgid "Media-like (like WP photo with caption) photo link."
13593
- msgstr "Lien photo (comme photo WP photo avec légende)."
13594
-
13595
- #: wppa-settings-autosave.php:5758
13596
- msgid "Xphoto"
13597
- msgstr "Xphoto"
13598
-
13599
- #: wppa-settings-autosave.php:5759
13600
- msgid "Media-like (like WP photo with - extended - caption) photo link."
13601
- msgstr "Lien photo (comme une photo WP avec une légende étendue)."
13602
-
13603
- #: wppa-settings-autosave.php:5760
13604
- #, fuzzy
13605
- msgid ""
13606
- "Select the type of link you want, or no link at all, to act on a photo in "
13607
- "the style of s wp photo with - an extended - caption."
13608
- msgstr ""
13609
- "Sélectionnez le type de lien que vous voulez, ou aucun lien, pour agir sur "
13610
- "une photo dans le style de s wp photo avec une légende étendue."
13611
-
13612
- #: wppa-settings-autosave.php:5801
13613
- msgid "Slideshow fullsize link"
13614
- msgstr "Diaporama plein écran lien"
13615
-
13616
- #: wppa-settings-autosave.php:5802
13617
- msgid ""
13618
- "You can overrule lightbox but not big browse buttons with the photo specifc "
13619
- "link."
13620
- msgstr ""
13621
- "Vous pouvez annuler lightbox mais les boutons de navigation pas grand avec "
13622
- "le lien de specifc photo."
13623
-
13624
- #: wppa-settings-autosave.php:5803
13625
- msgid "fullsize slideshow can only be set by the WPPA_SET shortcode."
13626
- msgstr ""
13627
- "Diaporama plein écran peut être définie seulement par le code court WPPA_SET."
13628
-
13629
- #: wppa-settings-autosave.php:5816
13630
- msgid "lightbox single photos."
13631
- msgstr "lightbox des photos simples."
13632
-
13633
- #: wppa-settings-autosave.php:5818
13634
- msgid "the thumbnails."
13635
- msgstr "les vignettes."
13636
-
13637
- #: wppa-settings-autosave.php:5819
13638
- msgid "fullsize slideshow"
13639
- msgstr "diaporama fullsize"
13640
-
13641
- #: wppa-settings-autosave.php:5844
13642
- msgid "Film linktype"
13643
- msgstr "Film linktype"
13644
-
13645
- #: wppa-settings-autosave.php:5845
13646
- msgid "Direct access goto image in:"
13647
- msgstr "Accès direct à l'image dans:"
13648
-
13649
- #: wppa-settings-autosave.php:5846
13650
- msgid ""
13651
- "Select the action to be taken when the user clicks on a filmstrip image."
13652
- msgstr ""
13653
- "Sélectionnez l’action à prendre lorsque l’utilisateur clique sur une image "
13654
- "de la pellicule."
13655
-
13656
- #: wppa-settings-autosave.php:5851
13657
- msgid "slideshow window"
13658
- msgstr "fenêtre de diaporama"
13659
-
13660
- #: wppa-settings-autosave.php:5852
13661
- msgid "lightbox overlay"
13662
- msgstr "superposition de lightbox"
13663
-
13664
- #: wppa-settings-autosave.php:5867
13665
- msgid "Other links"
13666
- msgstr "Autres liens"
13667
-
13668
- #: wppa-settings-autosave.php:5869
13669
- msgid "Download Link (aka Art Monkey link)"
13670
- msgstr "Lien de élécharger (le lien Art Monkey)"
13671
-
13672
- #: wppa-settings-autosave.php:5870
13673
- msgid "Makes the photo name a download button."
13674
- msgstr "Rend la photo nommez un bouton de téléchargement."
13675
-
13676
- #: wppa-settings-autosave.php:5871
13677
- msgid "Link Photo name in slideshow to file or zip with photoname as filename."
13678
- msgstr ""
13679
- "Nom de Photo en diaporama de lien vers fichier ou zip avec photoname comme "
13680
- "nom de fichier."
13681
-
13682
- #: wppa-settings-autosave.php:5875 wppa-settings-autosave.php:5922
13683
- msgid "image file"
13684
- msgstr "fichier d' image"
13685
-
13686
- #: wppa-settings-autosave.php:5876 wppa-settings-autosave.php:5923
13687
- msgid "zipped image"
13688
- msgstr "image compressée"
13689
-
13690
- #: wppa-settings-autosave.php:5889
13691
- msgid "Art Monkey Source"
13692
- msgstr "'Art monkey' Source"
13693
-
13694
- #: wppa-settings-autosave.php:5890
13695
- msgid "Use Source file for art monkey link if available."
13696
- msgstr "Utiliser le fichier Source pour lien singe art si disponible."
13697
-
13698
- #: wppa-settings-autosave.php:5899
13699
- msgid "Art Monkey Display"
13700
- msgstr "Affichage d'Art Monkey"
13701
-
13702
- #: wppa-settings-autosave.php:5900
13703
- msgid "Select button or link ( text )."
13704
- msgstr "Sélectionnez le bouton ou un lien (texte)."
13705
-
13706
- #: wppa-settings-autosave.php:5905
13707
- msgid "Textlink"
13708
- msgstr "Lien texte"
13709
-
13710
- #: wppa-settings-autosave.php:5917
13711
- msgid "Popup Download Link"
13712
- msgstr "Lien de téléchargement de Popup"
13713
-
13714
- #: wppa-settings-autosave.php:5918
13715
- msgid "Configure the download link on fullsize popups."
13716
- msgstr "Configurer le lien de téléchargement sur fullsize popups."
13717
-
13718
- #: wppa-settings-autosave.php:5919
13719
- msgid "Link fullsize popup download button to either image or zip file."
13720
- msgstr "Bouton de téléchargement popup lien fullsize au fichier image ou zip."
13721
-
13722
- #: wppa-settings-autosave.php:5935
13723
- msgid "Download link on lightbox"
13724
- msgstr "Lien de télécharger au lightbox"
13725
-
13726
- #: wppa-settings-autosave.php:5936
13727
- msgid "Art monkey link on lightbox photo names."
13728
- msgstr "Lien de 'Art monkey' sur les noms de photo lightbox."
13729
-
13730
- #: wppa-settings-autosave.php:5945
13731
- msgid "Album download link"
13732
- msgstr "Lien de téléchargement de l'album"
13733
-
13734
- #: wppa-settings-autosave.php:5946
13735
- msgid "Place an album download link on the album covers"
13736
- msgstr "Placer un lien de téléchargement d’album sur les couvertures d’album"
13737
-
13738
- #: wppa-settings-autosave.php:5947
13739
- msgid "Creates a download zipfile containing the photos of the album"
13740
- msgstr "Créer un fichier de téléchargement zip contenant les photos de l’album"
13741
-
13742
- #: wppa-settings-autosave.php:5955
13743
- msgid "Album download Source"
13744
- msgstr "Télécharger l’album Source"
13745
-
13746
- #: wppa-settings-autosave.php:5956
13747
- msgid "Use Source file for album download link if available."
13748
- msgstr ""
13749
- "Utiliser le fichier Source pour album Télécharger lien si elles sont "
13750
- "disponibles."
13751
-
13752
- #: wppa-settings-autosave.php:5965
13753
- msgid "Tagcloud Link"
13754
- msgstr "Lien Tagcloud"
13755
-
13756
- #: wppa-settings-autosave.php:5966
13757
- msgid "Configure the link from the tags in the tag cloud."
13758
- msgstr "Configurer le lien entre les balises dans le nuage de balises."
13759
-
13760
- #: wppa-settings-autosave.php:5967
13761
- msgid "Link the tag words to either the thumbnails or the slideshow."
13762
- msgstr "Lier les mots tag soit aux vignettes ou le diaporama."
13763
-
13764
- #: wppa-settings-autosave.php:5968 wppa-settings-autosave.php:6002
13765
- #: wppa-settings-autosave.php:6151
13766
- msgid ""
13767
- "The Occur(rance) indicates the sequence number of the [wppa][/wppa] "
13768
- "shortcode on the landing page to be used."
13769
- msgstr ""
13770
- "The Occur(rance) indique le numéro de séquence du code court [wppa][/wppa] "
13771
- "sur la page de destination à utiliser."
13772
-
13773
- #: wppa-settings-autosave.php:5992 wppa-settings-autosave.php:6026
13774
- #: wppa-settings-autosave.php:6174 wppa-settings-autosave.php:8810
13775
- msgid "Occur"
13776
- msgstr "Occur"
13777
-
13778
- #: wppa-settings-autosave.php:5999
13779
- msgid "Multitag Link"
13780
- msgstr "Lien Multitag"
13781
-
13782
- #: wppa-settings-autosave.php:6000
13783
- msgid "Configure the link from the multitag selection."
13784
- msgstr "Configurer la liaison de la sélection multibalises."
13785
-
13786
- #: wppa-settings-autosave.php:6001
13787
- msgid "Link to either the thumbnails or the slideshow."
13788
- msgstr "Lien vers soit les vignettes ou le diaporama."
13789
-
13790
- #: wppa-settings-autosave.php:6033
13791
- msgid "Super View Landing"
13792
- msgstr "Destination Superview"
13793
-
13794
- #: wppa-settings-autosave.php:6034
13795
- msgid "The landing page for the Super View widget."
13796
- msgstr "La page de destination pour le widget Super View."
13797
-
13798
- #: wppa-settings-autosave.php:6042
13799
- msgid "Defined by the visitor"
13800
- msgstr "Défini par le visiteur"
13801
-
13802
- #: wppa-settings-autosave.php:6055
13803
- msgid "Uploader Landing"
13804
- msgstr "Destination du chargement"
13805
-
13806
- #: wppa-settings-autosave.php:6056
13807
- msgid "Select the landing page for the Uploader Widget"
13808
- msgstr "Sélectionnez la page de destination pour le Widget de l’Uploader"
13809
-
13810
- #: wppa-settings-autosave.php:6076
13811
- msgid "Bestof Landing"
13812
- msgstr "Atterrissage de bestof"
13813
-
13814
- #: wppa-settings-autosave.php:6077
13815
- msgid "Select the landing page for the BestOf Widget / Box"
13816
- msgstr "Sélectionnez la page de destination pour le BestOf Widget / boîte"
13817
-
13818
- #: wppa-settings-autosave.php:6097
13819
- msgid "Album navigator Link"
13820
- msgstr "Navigator album lien"
13821
-
13822
- #: wppa-settings-autosave.php:6098
13823
- msgid "Select link type and page for the Album navigator Widget"
13824
- msgstr ""
13825
- "Sélectionnez le type de lien et de la page pour le navigateur de l’Album "
13826
- "Widget"
13827
-
13828
- #: wppa-settings-autosave.php:6126
13829
- msgid "Supersearch Landing"
13830
- msgstr "SuperSearch Landing"
13831
-
13832
- #: wppa-settings-autosave.php:6127
13833
- msgid "Select the landing page for the Supersearch Box"
13834
- msgstr "Sélectionnez la page de destination de la zone de Supersearch"
13835
-
13836
- #: wppa-settings-autosave.php:6147
13837
- msgid "SM widget return"
13838
- msgstr "Widget SM retour"
13839
-
13840
- #: wppa-settings-autosave.php:6148
13841
- msgid "Select the return link for social media from widgets"
13842
- msgstr "Sélectionnez le lien de retour pour les médias sociaux de widgets"
13843
-
13844
- #: wppa-settings-autosave.php:6149
13845
- msgid ""
13846
- "If you select Landing page, and it wont work, it may be required to set the "
13847
- "Occur to the sequence number of the landing shortcode on the page."
13848
- msgstr ""
13849
- "Si vous sélectionnez page d’atterrissage, et il ne fonctionnera pas, il peut "
13850
- "être requis pour définir l’Occur au numéro de séquence du code court "
13851
- "atterrissage sur la page."
13852
-
13853
- #: wppa-settings-autosave.php:6150
13854
- msgid ""
13855
- "Normally it is 1, but you can try 2 etc. Always create a new shared link to "
13856
- "test a setting."
13857
- msgstr ""
13858
- "Normalement, il est 1, mais vous pouvez essayer 2, etc. Toujours créer un "
13859
- "nouveau lien partagé pour tester un réglage."
13860
-
13861
- #: wppa-settings-autosave.php:6159
13862
- msgid "Home page"
13863
- msgstr "Page d'accueil"
13864
-
13865
- #: wppa-settings-autosave.php:6182
13866
- msgid "Album cover subalbums link"
13867
- msgstr "Lien de sous-albums à la couverture de l’album"
13868
-
13869
- #: wppa-settings-autosave.php:6183
13870
- msgid ""
13871
- "Select the linktype and display type for sub-albums on parent album covers."
13872
- msgstr ""
13873
- "Sélectionnez le linktype et affichez type pour sous-albums sur les "
13874
- "couvertures d’album de parent."
13875
-
13876
- #: wppa-settings-autosave.php:6191
13877
- msgid "No link at all"
13878
- msgstr "Pas de lien du tout"
13879
-
13880
- #: wppa-settings-autosave.php:6192
13881
- msgid "Thumbnails and covers"
13882
- msgstr "Vignettes et couvertures"
13883
-
13884
- #: wppa-settings-autosave.php:6193
13885
- msgid "Slideshow or covers"
13886
- msgstr "Diaporama et couvertures"
13887
-
13888
- #: wppa-settings-autosave.php:6203
13889
- msgid "No display at all"
13890
- msgstr "Pas d'afficahge du tout"
13891
-
13892
- #: wppa-settings-autosave.php:6204
13893
- msgid "A list with sub(sub) albums"
13894
- msgstr "Une liste avec sub(sub) albums"
13895
-
13896
- #: wppa-settings-autosave.php:6205
13897
- msgid "A list of children only"
13898
- msgstr "Une liste d’enfants seulement"
13899
-
13900
- #: wppa-settings-autosave.php:6206
13901
- msgid "An enumeration of names"
13902
- msgstr "Une énumération de noms"
13903
-
13904
- #: wppa-settings-autosave.php:6207
13905
- msgid "Micro thumbnails"
13906
- msgstr "Micro vignettes"
13907
-
13908
- #: wppa-settings-autosave.php:6245
13909
- msgid "Table VII:"
13910
- msgstr "Table VII:"
13911
-
13912
- #: wppa-settings-autosave.php:6245
13913
- msgid "Permissions and Restrictions:"
13914
- msgstr "Autorisations et Restrictions:"
13915
-
13916
- #: wppa-settings-autosave.php:6246
13917
- msgid ""
13918
- "This table describes the access settings for admin and front-end activities."
13919
- msgstr "Ce Table décrit les paramètres d’accès admin et activités frontale."
13920
-
13921
- #: wppa-settings-autosave.php:6274
13922
- #, fuzzy
13923
- msgid ""
13924
- "User can add/edit his own or all albums, depending on VII-D1.1. The "
13925
- "administrator and wppa superuser can do anything"
13926
- msgstr ""
13927
- "L'utilisateur peut ajouter / éditer son propre album ou tout, en fonction de "
13928
- "la version VII-D1.1. L'administrateur et le superutilisateur wppa peuvent "
13929
- "tout faire"
13930
-
13931
- #: wppa-settings-autosave.php:6275
13932
- msgid "Enables the Upload Photos admin screen"
13933
- msgstr "Permet l'écran de chargement des photos"
13934
-
13935
- #: wppa-settings-autosave.php:6276
13936
- msgid "Enables the Import Photos amin screen"
13937
- msgstr "Permet l'écran Importer des photos"
13938
-
13939
- #: wppa-settings-autosave.php:6277
13940
- msgid ""
13941
- "Enables the capability to change status and edit new photos and approve "
13942
- "comments"
13943
- msgstr ""
13944
- "Permet la possibilité de modifier l'état et d'éditer de nouvelles photos et "
13945
- "d'approuver les commentaires"
13946
-
13947
- #: wppa-settings-autosave.php:6278
13948
- msgid "Enables the Export Photos admin screen"
13949
- msgstr "Active l'écran Exporter les photos"
13950
-
13951
- #: wppa-settings-autosave.php:6279
13952
- msgid "Enables this settings screen"
13953
- msgstr "Permet l'affichage de paramètres"
13954
-
13955
- #: wppa-settings-autosave.php:6280
13956
- msgid "Enables the photo of the day settings screen"
13957
- msgstr "Active l'écran des paramètres de la photo du jour"
13958
-
13959
- #: wppa-settings-autosave.php:6281
13960
- msgid "Enables the Comment admin screen"
13961
- msgstr "Active l'écran d'administration Commentaire"
13962
-
13963
- #: wppa-settings-autosave.php:6282
13964
- msgid "Enables the Documentation screen"
13965
- msgstr "Active l'écran Documentation"
13966
-
13967
- #: wppa-settings-autosave.php:6284
13968
- msgid "Role"
13969
- msgstr "Rôle"
13970
-
13971
- #: wppa-settings-autosave.php:6293
13972
- msgid ""
13973
- "Admin settings per user role. These settings define the display of the Photo "
13974
- "Albums sub-menu items."
13975
- msgstr ""
13976
- "Paramètres d'administration par rôle d'utilisateur. Ces paramètres "
13977
- "définissent l'affichage des éléments du sous-menu Albums photos."
13978
-
13979
- #: wppa-settings-autosave.php:6320
13980
- msgid "Frontend create Albums and upload Photos enabling and limiting settings"
13981
- msgstr ""
13982
- "Paramètres Frontend de permettant et en limitant de créer Albums et "
13983
- "télécharger des Photos"
13984
-
13985
- #: wppa-settings-autosave.php:6322
13986
- msgid "User create Albums"
13987
- msgstr "L’utilisateur créer des Albums"
13988
-
13989
- #: wppa-settings-autosave.php:6323
13990
- msgid "Enable frontend album creation."
13991
- msgstr "Activer la création d’album de front-end."
13992
-
13993
- #: wppa-settings-autosave.php:6324
13994
- msgid "If you check this item, frontend album creation will be enabled."
13995
- msgstr "Si vous cochez cet article, création d'albums frontend sera activé."
13996
-
13997
- #: wppa-settings-autosave.php:6334
13998
- msgid "User edit album"
13999
- msgstr "L'utilisateur éditer l’album"
14000
-
14001
- #: wppa-settings-autosave.php:6335
14002
- msgid "Enable frontend edit album name and description."
14003
- msgstr "Activer front-end modifier le nom et la description album."
14004
-
14005
- #: wppa-settings-autosave.php:6345
14006
- msgid "User delete Albums"
14007
- msgstr "L’utilisateur supprimer des Albums"
14008
-
14009
- #: wppa-settings-autosave.php:6346
14010
- msgid "Enable frontend album deletion"
14011
- msgstr "Activer la suppression d'album de front-end"
14012
-
14013
- #: wppa-settings-autosave.php:6347
14014
- msgid "If you check this item, frontend album deletion will be enabled."
14015
- msgstr "Si vous cochez cet article, l'album frontend suppression sera activé."
14016
-
14017
- #: wppa-settings-autosave.php:6357
14018
- #, fuzzy
14019
- msgid "User create notify"
14020
- msgstr "L'utilisateur crée une notification"
14021
-
14022
- #: wppa-settings-autosave.php:6358
14023
- msgid "Notify these users when an album is created at the front-end"
14024
- msgstr "Notifiez ces utilisateurs lorsqu'un album est créé à l'avant"
14025
-
14026
- #: wppa-settings-autosave.php:6359
14027
- msgid "Enter login names seperated by comma's (,)"
14028
- msgstr "Entrez les noms de connexion séparés par les virgules (,)"
14029
-
14030
- #: wppa-settings-autosave.php:6368
14031
- msgid "User create Albums login"
14032
- msgstr "L’utilisateur créer des Albums login"
14033
-
14034
- #: wppa-settings-autosave.php:6369
14035
- msgid "Frontend album creation requires the user is logged in."
14036
- msgstr "Création album frontend exige que l’utilisateur soit connecté."
14037
-
14038
- #: wppa-settings-autosave.php:6380
14039
- msgid "User create Albums Captcha"
14040
- msgstr "Utilisateur de créer les albums Captcha"
14041
-
14042
- #: wppa-settings-autosave.php:6381
14043
- msgid "User must answer security question."
14044
- msgstr "L'utilisateur doit répondre à la question de sécurité."
14045
-
14046
- #: wppa-settings-autosave.php:6402
14047
- msgid "Logged out"
14048
- msgstr "Déconnectés"
14049
-
14050
- #: wppa-settings-autosave.php:6408
14051
- #, php-format
14052
- msgid "Upload limit %s"
14053
- msgstr "Upload limit %s"
14054
-
14055
- #: wppa-settings-autosave.php:6409
14056
- msgid "Limit upload capacity for logged out users."
14057
- msgstr ""
14058
- "Limiter la capacité de téléchargement pour les utilisateurs enregistrés sur."
14059
-
14060
- #: wppa-settings-autosave.php:6410
14061
- #, php-format
14062
- msgid "Limit upload capacity for the user role %s."
14063
- msgstr "Limiter la capacité de téléchargement pour le rôle d'utilisateur%s."
14064
-
14065
- #: wppa-settings-autosave.php:6411
14066
- msgid "This setting has only effect when Table VII-B2 is unchecked."
14067
- msgstr ""
14068
- "Ce paramètre influe seulement lorsque le Table VII-B2 n’est pas cochée."
14069
-
14070
- #: wppa-settings-autosave.php:6412
14071
- msgid ""
14072
- "This limitation only applies to frontend uploads when the same userrole does "
14073
- "not have the Upload checkbox checked in Table VII-A."
14074
- msgstr ""
14075
- "Cette limitation s’applique uniquement aux frontend téléchargements lorsque "
14076
- "l’userrole même n’a pas coxhé la case à cocher Télécharger dans le Table VII-"
14077
- "A."
14078
-
14079
- #: wppa-settings-autosave.php:6413 wppa-settings-autosave.php:6431
14080
- #: wppa-settings-autosave.php:8519
14081
- msgid "A value of 0 means: no limit."
14082
- msgstr "Une valeur de 0 signifie: pas de limitation."
14083
-
14084
- #: wppa-settings-autosave.php:6427
14085
- #, php-format
14086
- msgid "Album limit %s"
14087
- msgstr "Album limit %s"
14088
-
14089
- #: wppa-settings-autosave.php:6428
14090
- msgid "Limit number of albums for logged out users."
14091
- msgstr "Limite du nombre d'albums pour les utilisateurs déconnectés."
14092
-
14093
- #: wppa-settings-autosave.php:6429
14094
- #, php-format
14095
- msgid "Limit number of albums for the user role %s."
14096
- msgstr "Limiter le nombre d'albums pour le rôle d'utilisateur %s."
14097
-
14098
- #: wppa-settings-autosave.php:6430
14099
- msgid ""
14100
- "This limitation only applies to frontend create albums when the same "
14101
- "userrole does not have the Album admin checkbox checked in Table VII-A."
14102
- msgstr ""
14103
- "Cette limitation s’applique uniquement aux frontend créer albums lorsque "
14104
- "l’userrole même n’a pas coché la case à cocher Album admin dans le Table VII-"
14105
- "A."
14106
-
14107
- #: wppa-settings-autosave.php:6442
14108
- msgid "Upload one only"
14109
- msgstr "Charger un seul élément"
14110
-
14111
- #: wppa-settings-autosave.php:6443
14112
- msgid "Non admin users can upload only one photo at a time."
14113
- msgstr "Utilisateurs non admin peuvent télécharger une seule photo à la fois."
14114
-
14115
- #: wppa-settings-autosave.php:6453
14116
- msgid "Upload moderation"
14117
- msgstr "Modération du chargement des photos"
14118
-
14119
- #: wppa-settings-autosave.php:6454
14120
- msgid "Uploaded photos need moderation."
14121
- msgstr "La photo chargée nécessite une modération."
14122
-
14123
- #: wppa-settings-autosave.php:6455
14124
- msgid ""
14125
- "If checked, photos uploaded by users who do not have photo album admin "
14126
- "access rights need moderation."
14127
- msgstr ""
14128
- "Si elle est cochée, les photos téléchargées par les utilisateurs qui ne "
14129
- "disposent pas des droits d'accès album photo admin besoin de modération."
14130
-
14131
- #: wppa-settings-autosave.php:6456
14132
- msgid ""
14133
- "Users who have photo album admin access rights can change the photo status "
14134
- "to publish or featured."
14135
- msgstr ""
14136
- "Les utilisateurs qui ont des droits d'accès photo album admin peuvent "
14137
- "modifier l'état de la photo à publier ou en vedette."
14138
-
14139
- #: wppa-settings-autosave.php:6457
14140
- msgid "You can set the album admin access rights in Table VII-A."
14141
- msgstr ""
14142
- "Vous pouvez définir les droits d’accès admin album dans le Table VII-A."
14143
-
14144
- #: wppa-settings-autosave.php:6466
14145
- msgid "FE Upload private"
14146
- msgstr "FE Ajouter privée"
14147
-
14148
- #: wppa-settings-autosave.php:6467
14149
- msgid "Front-end uploaded photos status is set to private."
14150
- msgstr "Front-end photos téléchargées statut est privé."
14151
-
14152
- #: wppa-settings-autosave.php:6468
14153
- msgid "This setting overrules VI-B7.0."
14154
- msgstr "Ce réglage outrepasse VI-B7.0."
14155
-
14156
- #: wppa-settings-autosave.php:6477
14157
- msgid "Notify approve photo"
14158
- msgstr "Notifier la photo approuvée"
14159
-
14160
- #: wppa-settings-autosave.php:6478
14161
- #, fuzzy
14162
- msgid "Send an email to the owner when a photo is approved"
14163
- msgstr "Envoyer un courriel au propriétaire lorsqu'une photo est approuvée"
14164
-
14165
- #: wppa-settings-autosave.php:6488
14166
- msgid "Upload notify"
14167
- msgstr "Notification de chargement"
14168
-
14169
- #: wppa-settings-autosave.php:6489
14170
- msgid "Notify admin at frontend upload."
14171
- msgstr "Notifier l'administrateur au frontend téléchargement."
14172
-
14173
- #: wppa-settings-autosave.php:6490 wppa-settings-autosave.php:6501
14174
- msgid "If checked, admin will receive a notification by email."
14175
- msgstr "Si cochée, admin recevra une notification par e-mail."
14176
-
14177
- #: wppa-settings-autosave.php:6499
14178
- msgid "Upload backend notify"
14179
- msgstr "Upload backend notifier"
14180
-
14181
- #: wppa-settings-autosave.php:6500
14182
- msgid "Notify admin at backend upload."
14183
- msgstr "Notifier l'administrateur au backend téléchargement."
14184
-
14185
- #: wppa-settings-autosave.php:6510
14186
- msgid "Min size in pixels"
14187
- msgstr "Taille minimale en pixels"
14188
-
14189
- #: wppa-settings-autosave.php:6511
14190
- msgid "Min size for height and width for front-end uploads."
14191
- msgstr ""
14192
- "Taille minimale pour la hauteur et la largeur des téléchargements avant."
14193
-
14194
- #: wppa-settings-autosave.php:6512
14195
- msgid "Enter the minimum size."
14196
- msgstr "Entrez la taille minimale."
14197
-
14198
- #: wppa-settings-autosave.php:6521
14199
- msgid "Max size in pixels"
14200
- msgstr "Taille maximale en pixels"
14201
-
14202
- #: wppa-settings-autosave.php:6522
14203
- msgid "Max size for height and width for front-end uploads."
14204
- msgstr ""
14205
- "Taille maximale en hauteur et en largeur pour les téléchargements frontaux."
14206
-
14207
- #: wppa-settings-autosave.php:6523
14208
- msgid "Enter the maximum size. 0 is unlimited"
14209
- msgstr "Entrez la taille maximale. 0 est illimité"
14210
-
14211
- #: wppa-settings-autosave.php:6532
14212
- msgid "Home after Upload"
14213
- msgstr "A l'accueil après le chargement"
14214
-
14215
- #: wppa-settings-autosave.php:6533
14216
- msgid "After successfull front-end upload, go to the home page."
14217
- msgstr "Après téléchargement réussi de front-end, aller à la page d’accueil."
14218
-
14219
- #: wppa-settings-autosave.php:6543
14220
- msgid "Fe alert"
14221
- msgstr "Fe alerte"
14222
-
14223
- #: wppa-settings-autosave.php:6544
14224
- msgid "Show alertbox on front-end."
14225
- msgstr "Afficher Alertbox sur front-end."
14226
-
14227
- #: wppa-settings-autosave.php:6545
14228
- msgid ""
14229
- "Errors are always reported, credit points only when --- none --- is not "
14230
- "selected"
14231
- msgstr ""
14232
- "Les erreurs sont toujours signalés, les points de crédit seulement quand --- "
14233
- "aucun --- n'a pas été sélectionné"
14234
-
14235
- #: wppa-settings-autosave.php:6548
14236
- msgid "uploads and create albums"
14237
- msgstr "télécharge et créez des albums"
14238
-
14239
- #: wppa-settings-autosave.php:6549
14240
- msgid "blog it"
14241
- msgstr "Blog It"
14242
-
14243
- #: wppa-settings-autosave.php:6564
14244
- msgid "Max fe upload albums"
14245
- msgstr "Max fe albums de téléchargement"
14246
-
14247
- #: wppa-settings-autosave.php:6565
14248
- msgid "Max number of albums in frontend upload selection box."
14249
- msgstr ""
14250
- "Nombre maximum d'albums dans la boîte de sélection frontend de "
14251
- "téléchargement."
14252
-
14253
- #: wppa-settings-autosave.php:6577
14254
- msgid "Admin Functionality restrictions for non administrators"
14255
- msgstr "Restrictions de fonctionnalités Admin pour les non administrateurs"
14256
-
14257
- #: wppa-settings-autosave.php:6579
14258
- msgid "Alt thumb is restricted"
14259
- msgstr "Pouce Alt est limité"
14260
-
14261
- #: wppa-settings-autosave.php:6580
14262
- msgid "Using <b>alt thumbsize</b> is a restricted action."
14263
- msgstr "Utilisation <b>alt Thumbsize</b> est une action restreinte."
14264
-
14265
- #: wppa-settings-autosave.php:6581
14266
- msgid ""
14267
- "If checked: alt thumbsize can not be set in album admin by users not having "
14268
- "admin rights."
14269
- msgstr ""
14270
- "Si coché: alt Thumbsize ne peut pas être réglé dans l'album d'administration "
14271
- "par les utilisateurs ne disposant pas des droits d'administrateur."
14272
-
14273
- #: wppa-settings-autosave.php:6590
14274
- msgid "Link is restricted"
14275
- msgstr "Lien est limité"
14276
-
14277
- #: wppa-settings-autosave.php:6591
14278
- msgid "Using <b>Link to</b> is a restricted action."
14279
- msgstr "Utiliser un <b>lien vers</b> est une action restreinte."
14280
-
14281
- #: wppa-settings-autosave.php:6592
14282
- msgid ""
14283
- "If checked: Link to: can not be set in album admin by users not having admin "
14284
- "rights."
14285
- msgstr ""
14286
- "Si coché: Lien vers: ne peut pas être définie dans l'album d'administration "
14287
- "par les utilisateurs ne disposant pas des droits d'administrateur."
14288
-
14289
- #: wppa-settings-autosave.php:6601
14290
- msgid "CoverType is restricted"
14291
- msgstr "CoverType est limitée"
14292
-
14293
- #: wppa-settings-autosave.php:6602
14294
- msgid "Changing <b>Cover Type</b> is a restricted action."
14295
- msgstr "Changer de <b>Type de couverture</b> est une action restreinte."
14296
-
14297
- #: wppa-settings-autosave.php:6603
14298
- msgid ""
14299
- "If checked: Cover Type: can not be set in album admin by users not having "
14300
- "admin rights."
14301
- msgstr ""
14302
- "Si coché: Cover Type: ne peut pas être définie dans l'album d'administration "
14303
- "par les utilisateurs ne disposant pas des droits d'administrateur."
14304
-
14305
- #: wppa-settings-autosave.php:6612
14306
- msgid "Photo order# is restricted"
14307
- msgstr "Photo order# is restricted"
14308
-
14309
- #: wppa-settings-autosave.php:6613
14310
- msgid "Changing <b>Photo sort order #</b> is a restricted action."
14311
- msgstr "Changer <b>Tri Photo No de sequence</b> est une action restreinte."
14312
-
14313
- #: wppa-settings-autosave.php:6614
14314
- msgid ""
14315
- "If checked: Photo sort order #: can not be set in photo admin by users not "
14316
- "having admin rights."
14317
- msgstr ""
14318
- "Si coché: Photo ordre de tri #: ne peut pas être sur la photo "
14319
- "d'administration par les utilisateurs de ne pas avoir les droits admin."
14320
-
14321
- #: wppa-settings-autosave.php:6623
14322
- msgid "Change source restricted"
14323
- msgstr "Changement de source limitée"
14324
-
14325
- #: wppa-settings-autosave.php:6624
14326
- msgid "Changing the import source dir requires admin rights."
14327
- msgstr ""
14328
- "Changer le répertoire de source d’importation nécessite des droits d’admin."
14329
-
14330
- #: wppa-settings-autosave.php:6625
14331
- msgid ""
14332
- "If checked, the imput source for importing photos and albums is restricted "
14333
- "to user role administrator."
14334
- msgstr ""
14335
- "Si elle est cochée, la source d'imput pour importer des photos et des albums "
14336
- "est limitée a rôle de l'administrateur."
14337
-
14338
- #: wppa-settings-autosave.php:6634
14339
- msgid "Extended status restricted"
14340
- msgstr "État étendu limitée"
14341
-
14342
- #: wppa-settings-autosave.php:6635
14343
- msgid "Setting status other than pending or publish requires admin rights."
14344
- msgstr ""
14345
- "Réglage de l'état autre que l'attente ou publier nécessite des droits "
14346
- "d'admin."
14347
-
14348
- #: wppa-settings-autosave.php:6645
14349
- msgid "Photo description restricted"
14350
- msgstr "Description de la photo restreinte"
14351
-
14352
- #: wppa-settings-autosave.php:6646
14353
- msgid "Edit photo description requires admin rights."
14354
- msgstr "Modifier description photo nécessite des droits d’admin."
14355
-
14356
- #: wppa-settings-autosave.php:6656
14357
- msgid "Update photofiles restricted"
14358
- msgstr "Mise à jour fichers photo restreint"
14359
-
14360
- #: wppa-settings-autosave.php:6657
14361
- msgid "Re-upload files requires admin rights"
14362
- msgstr "Re-télécharger les fichiers nécessite des droits d’admin"
14363
-
14364
- #: wppa-settings-autosave.php:6667
14365
- msgid "New tags restricted"
14366
- msgstr "Nouvelles étiquettes restreintes"
14367
-
14368
- #: wppa-settings-autosave.php:6668
14369
- msgid "Creating new tags requires admin rights"
14370
- msgstr "La création de nouveaux tags nécessite des droits d'administrateur"
14371
-
14372
- #: wppa-settings-autosave.php:6669
14373
- msgid "If ticked, users can ony use existing tags"
14374
- msgstr ""
14375
- "Si cochées, les utilisateurs peuvent utiliser seulement des balises "
14376
- "existantes"
14377
-
14378
- #: wppa-settings-autosave.php:6678
14379
- msgid "Miscellaneous limiting settings"
14380
- msgstr "Divers paramètres de limitation"
14381
-
14382
- #: wppa-settings-autosave.php:6680
14383
- msgid "Owners only"
14384
- msgstr "Propriétaires seulement"
14385
-
14386
- #: wppa-settings-autosave.php:6681
14387
- msgid "Limit edit album access to the album owners only."
14388
- msgstr ""
14389
- "Limitez album accès d'édition pour les propriétaires d'album seulement."
14390
-
14391
- #: wppa-settings-autosave.php:6682
14392
- msgid "If checked, non-admin users can edit their own albums only."
14393
- msgstr ""
14394
- "Si cochée, les utilisateurs non-admin peuvent modifier leurs propres albums "
14395
- "seulement."
14396
-
14397
- #: wppa-settings-autosave.php:6691
14398
- msgid "Upload Owners only"
14399
- msgstr "Upload Propriétaires seulement"
14400
-
14401
- #: wppa-settings-autosave.php:6692
14402
- msgid "Limit uploads to the album owners only."
14403
- msgstr "Limitez ajouts aux propriétaires d'album seulement."
14404
-
14405
- #: wppa-settings-autosave.php:6693
14406
- msgid ""
14407
- "If checked, users can upload to their own albums and --- public --- only."
14408
- msgstr ""
14409
- "Si elle est cochée, les utilisateurs peuvent télécharger leurs propres "
14410
- "albums et --- publique --- seulement."
14411
-
14412
- #: wppa-settings-autosave.php:6702
14413
- msgid "Frontend Edit"
14414
- msgstr "Front-end Modifier"
14415
-
14416
- #: wppa-settings-autosave.php:6703
14417
- msgid "Allow the uploader to edit the photo info"
14418
- msgstr "Permettre à l’uploader modifier les infos de la photo"
14419
-
14420
- #: wppa-settings-autosave.php:6704
14421
- msgid ""
14422
- "If selected, any logged in user who meets the criteria has the capability to "
14423
- "edit the photo information."
14424
- msgstr ""
14425
- "Si sélectionné, tout connecté utilisateur qui satisfait aux critères a la "
14426
- "capacité de modifier les informations de la photo."
14427
-
14428
- #: wppa-settings-autosave.php:6705
14429
- msgid "Note: This may be AFTER moderation!!"
14430
- msgstr "Remarque : Cela peut être après modération !!"
14431
-
14432
- #: wppa-settings-autosave.php:6707
14433
- msgid "Classic"
14434
- msgstr "Classic"
14435
-
14436
- #: wppa-settings-autosave.php:6707
14437
- msgid "New style"
14438
- msgstr "Nouveau style"
14439
-
14440
- #: wppa-settings-autosave.php:6716
14441
- msgid "Fe Edit users"
14442
- msgstr "Modifier par Utilisateurs"
14443
-
14444
- #: wppa-settings-autosave.php:6717
14445
- msgid "The criteria the user must meet to edit photo info"
14446
- msgstr ""
14447
- "Les critères l’utilisateur doit remplir pour modifier les informations de la "
14448
- "photo"
14449
-
14450
- #: wppa-settings-autosave.php:6720
14451
- msgid "Admin and superuser"
14452
- msgstr "Admin et superutilisateur"
14453
-
14454
- #: wppa-settings-autosave.php:6720
14455
- msgid "Owner, admin and superuser"
14456
- msgstr "Propriétaire, admin et superutilisateur"
14457
-
14458
- #: wppa-settings-autosave.php:6729
14459
- msgid "Fe Edit Theme CSS"
14460
- msgstr "Fe Edit thème CSS"
14461
-
14462
- #: wppa-settings-autosave.php:6730
14463
- msgid "The front-end edit photo dialog uses the theme CSS."
14464
- msgstr "La boîte de dialogue Modifier frontal photo utilise le thème CSS."
14465
-
14466
- #: wppa-settings-autosave.php:6731
14467
- #, fuzzy
14468
- msgid "This setting has effect when Table VII D2.1 is set to 'classic' only."
14469
- msgstr ""
14470
- "Ce paramètre a effet lorsque le tableau VII D2.1 est réglé sur «classique» "
14471
- "uniquement."
14472
-
14473
- #: wppa-settings-autosave.php:6740
14474
- msgid "Fe Edit New Items"
14475
- msgstr "Fe modifiez éléments nouveau style"
14476
-
14477
- #: wppa-settings-autosave.php:6741
14478
- msgid "The items that are fe editable"
14479
- msgstr "Les éléments qui sont modifiables de frontal"
14480
-
14481
- #: wppa-settings-autosave.php:6742
14482
- msgid "See also Table II-J10!"
14483
- msgstr "Voir aussi Table II-J10!"
14484
-
14485
- #: wppa-settings-autosave.php:6755
14486
- msgid "Fe Edit Button text"
14487
- msgstr "Texte du bouton modifier de Fe"
14488
-
14489
- #: wppa-settings-autosave.php:6756
14490
- msgid "The text on the Edit button."
14491
- msgstr "Le texte sur le bouton modifier."
14492
-
14493
- #: wppa-settings-autosave.php:6766
14494
- msgid "Fe Edit Dialog caption"
14495
- msgstr "Fe Légende de la boîte de dialogue de modifier"
14496
-
14497
- #: wppa-settings-autosave.php:6767
14498
- msgid "The text on the header of the popup."
14499
- msgstr "Le texte sur l'en-tête de la fenêtre."
14500
-
14501
- #: wppa-settings-autosave.php:6777
14502
- msgid "Frontend Delete"
14503
- msgstr "Front-end Supprimer"
14504
-
14505
- #: wppa-settings-autosave.php:6778
14506
- msgid "Allow the uploader to delete the photo"
14507
- msgstr "Permettre à l’uploader effacer la photo"
14508
-
14509
- #: wppa-settings-autosave.php:6788
14510
- #, fuzzy
14511
- msgid "Uploader Moderate Comment"
14512
- msgstr "Uploader Moderate Commenter"
14513
-
14514
- #: wppa-settings-autosave.php:6789
14515
- #, fuzzy
14516
- msgid "The owner of the photo can moderate the photos comments."
14517
- msgstr ""
14518
- "Le propriétaire de la photo peut modérer les commentaires sur les photos."
14519
-
14520
- #: wppa-settings-autosave.php:6790
14521
- #, fuzzy
14522
- msgid "This setting requires \"Uploader edit\" to be enabled also."
14523
- msgstr "Ce paramètre requiert que \"Uploader edit\" soit également activé."
14524
-
14525
- #: wppa-settings-autosave.php:6799
14526
- #, fuzzy
14527
- msgid "Upload memory check frontend"
14528
- msgstr "Charger la vérification de la mémoire frontend"
14529
-
14530
- #: wppa-settings-autosave.php:6800 wppa-settings-autosave.php:6811
14531
- msgid "Disable uploading photos that are too large."
14532
- msgstr "Désactiver le téléchargement des photos qui sont trop grands."
14533
-
14534
- #: wppa-settings-autosave.php:6801 wppa-settings-autosave.php:6812
14535
- #, fuzzy
14536
- msgid ""
14537
- "To prevent out of memory crashes during upload and possible database "
14538
- "inconsistencies, uploads can be prevented if the photos are too big."
14539
- msgstr ""
14540
- "Pour éviter les pannes de mémoire en cours de chargement et les éventuelles "
14541
- "incohérences de la base de données, les téléchargements peuvent être évités "
14542
- "si les photos sont trop grandes."
14543
-
14544
- #: wppa-settings-autosave.php:6810
14545
- #, fuzzy
14546
- msgid "Upload memory check admin"
14547
- msgstr "Chargement de la mémoire check admin"
14548
-
14549
- #: wppa-settings-autosave.php:6821
14550
- msgid "Comment captcha"
14551
- msgstr "Captcha commentaire"
14552
-
14553
- #: wppa-settings-autosave.php:6822
14554
- #, fuzzy
14555
- msgid "Use a simple calculate captcha on comments form."
14556
- msgstr ""
14557
- "Utilisez un simple captcha de calcul sur le formulaire de commentaires."
14558
-
14559
- #: wppa-settings-autosave.php:6835
14560
- msgid "Spam lifetime"
14561
- msgstr "Durée de vie de spam"
14562
-
14563
- #: wppa-settings-autosave.php:6836
14564
- msgid "Delete spam comments when older than."
14565
- msgstr "Supprimer le spam de commentaires lorsqu’il y a plus de."
14566
-
14567
- #: wppa-settings-autosave.php:6863
14568
- msgid "Avoid duplicates"
14569
- msgstr "Éviter les doublons"
14570
-
14571
- #: wppa-settings-autosave.php:6864
14572
- #, fuzzy
14573
- msgid "Prevent the creation of duplicate photos."
14574
- msgstr "Empêchez la création de photos en double."
14575
-
14576
- #: wppa-settings-autosave.php:6865
14577
- msgid ""
14578
- "If checked: uploading, importing, copying or moving photos to other albums "
14579
- "will be prevented when the desitation album already contains a photo with "
14580
- "the same filename."
14581
- msgstr ""
14582
- "Si coché: le téléchargement, l'importation, la copie ou le déplacement de "
14583
- "photos vers d'autres albums seront évités lorsque l'album de dessins "
14584
- "contient déjà une photo portant le même nom de fichier."
14585
-
14586
- #: wppa-settings-autosave.php:6874
14587
- msgid "Blacklist user"
14588
- msgstr "Blacklister l'utilisateur"
14589
-
14590
- #: wppa-settings-autosave.php:6875
14591
- #, fuzzy
14592
- msgid "Set the status of all the users photos to 'pending'."
14593
- msgstr ""
14594
- "Définissez l'état de toutes les photos des utilisateurs sur 'en attente'."
14595
-
14596
- #: wppa-settings-autosave.php:6876
14597
- msgid "Also inhibits further uploads."
14598
- msgstr "Inhibe aussi les téléchargements supplémentaires."
14599
-
14600
- #: wppa-settings-autosave.php:6882
14601
- msgid "--- select a user to blacklist ---"
14602
- msgstr "--- choisir un utilisateur à bannir ---"
14603
-
14604
- #: wppa-settings-autosave.php:6892 wppa-settings-autosave.php:6897
14605
- #: wppa-settings-autosave.php:6918 wppa-settings-autosave.php:6956
14606
- #: wppa-settings-autosave.php:6961 wppa-settings-autosave.php:6982
14607
- #: wppa-settings-autosave.php:9750 wppa-settings-autosave.php:9801
14608
- #, fuzzy
14609
- msgid "The page will be reloaded after the action has taken place."
14610
- msgstr "La page sera rechargée après l'action a eu lieu."
14611
-
14612
- #: wppa-settings-autosave.php:6898 wppa-settings-autosave.php:6962
14613
- #, fuzzy
14614
- msgid "User login name <b>( case sensitive! )</b>:"
14615
- msgstr "Nom de connexion utilisateur <b>(sensible à la casse!)</b> :"
14616
-
14617
- #: wppa-settings-autosave.php:6906
14618
- msgid "Unblacklist user"
14619
- msgstr "Unblacklist utilisateur"
14620
-
14621
- #: wppa-settings-autosave.php:6907
14622
- #, fuzzy
14623
- msgid "Set the status of all the users photos to 'publish'."
14624
- msgstr ""
14625
- "Définissez l'état de toutes les photos des utilisateurs pour \"publier\"."
14626
-
14627
- #: wppa-settings-autosave.php:6911
14628
- msgid "--- select a user to unblacklist ---"
14629
- msgstr "---Sélectionnez un utilisateur pour unblacklist---"
14630
-
14631
- #: wppa-settings-autosave.php:6926
14632
- msgid "Photo owner change"
14633
- msgstr "Changer le propriétaire de la photo"
14634
-
14635
- #: wppa-settings-autosave.php:6927
14636
- msgid "Administrators can change photo owner"
14637
- msgstr "Les administrateurs peuvent modifier le propriétaire de la photo"
14638
-
14639
- #: wppa-settings-autosave.php:6937
14640
- msgid "Super user"
14641
- msgstr "Super utilisateur"
14642
-
14643
- #: wppa-settings-autosave.php:6938
14644
- msgid "Give these users all rights in wppa."
14645
- msgstr "Donner à ces utilisateurs tous droits en wppa."
14646
-
14647
- #: wppa-settings-autosave.php:6939
14648
- #, fuzzy
14649
- msgid "This gives the user all the administrator privileges within wppa."
14650
- msgstr ""
14651
- "Cela donne à l'utilisateur tous les privilèges d'administrateur dans wppa."
14652
-
14653
- #: wppa-settings-autosave.php:6940
14654
- msgid ""
14655
- "Make sure the user also has a role that has all the boxes ticked in Table "
14656
- "VII-A"
14657
- msgstr ""
14658
- "Assurez-vous que l’utilisateur a également un rôle qui a toutes les cases "
14659
- "cochées dans le Table VII-A"
14660
-
14661
- #: wppa-settings-autosave.php:6946
14662
- msgid "--- select a user to make superuser ---"
14663
- msgstr "--- Sélectionner un utilisateur à faire superutilisateur ---"
14664
-
14665
- #: wppa-settings-autosave.php:6970
14666
- msgid "Unsuper user"
14667
- msgstr "utilisateur Unsuper"
14668
-
14669
- #: wppa-settings-autosave.php:6971
14670
- #, fuzzy
14671
- msgid "Remove user from super user list."
14672
- msgstr "Supprimez l'utilisateur de la liste des super-utilisateurs."
14673
-
14674
- #: wppa-settings-autosave.php:6975
14675
- msgid "--- select a user to unmake superuser ---"
14676
- msgstr "--- Sélectionner un utilisateur à défaire superutilisateur ---"
14677
-
14678
- #: wppa-settings-autosave.php:7008
14679
- msgid "Table VIII:"
14680
- msgstr "Table VIII:"
14681
-
14682
- #: wppa-settings-autosave.php:7008
14683
- msgid "Actions:"
14684
- msgstr "Actions:"
14685
-
14686
- #: wppa-settings-autosave.php:7009
14687
- msgid "This table lists all actions that can be taken to the wppa+ system"
14688
- msgstr ""
14689
- "Ce table répertorie toutes les actions qui peuvent être prises pour la "
14690
- "système wppa+"
14691
-
14692
- #: wppa-settings-autosave.php:7019 wppa-settings-autosave.php:7870
14693
- msgid "Specification"
14694
- msgstr "Spécification"
14695
-
14696
- #: wppa-settings-autosave.php:7020 wppa-settings-autosave.php:7871
14697
- #: wppa-settings-autosave.php:10795 wppa-settings-autosave.php:10817
14698
- msgid "Do it!"
14699
- msgstr "Faites-le!"
14700
-
14701
- #: wppa-settings-autosave.php:7022 wppa-settings-autosave.php:7873
14702
- msgid "To Go"
14703
- msgstr "Encore"
14704
-
14705
- #: wppa-settings-autosave.php:7030
14706
- msgid "Harmless and reverseable actions"
14707
- msgstr "Actions inoffensives et reversibles"
14708
-
14709
- #: wppa-settings-autosave.php:7032
14710
- msgid "Ignore concurrency"
14711
- msgstr "Ignorer l’accès concurrentiel"
14712
-
14713
- #: wppa-settings-autosave.php:7033
14714
- msgid "Ignore the prevention of concurrent actions."
14715
- msgstr "Ignorer la prévention des actions simultanées."
14716
-
14717
- #: wppa-settings-autosave.php:7034
14718
- #, fuzzy
14719
- msgid ""
14720
- "This setting is meant to recover from deadlock situations only. Use with "
14721
- "care!"
14722
- msgstr ""
14723
- "Ce paramètre est destiné à récupérer uniquement les situations d'impasse. "
14724
- "Utilisez avec précaution!"
14725
-
14726
- #: wppa-settings-autosave.php:7045
14727
- msgid "Postpone cron"
14728
- msgstr "Retarder le cron"
14729
-
14730
- #: wppa-settings-autosave.php:7046
14731
- #, fuzzy
14732
- msgid "Temporary do no background processes."
14733
- msgstr "Temporaire ne comporte pas de processus en arrière-plan."
14734
-
14735
- #: wppa-settings-autosave.php:7047
14736
- #, fuzzy
14737
- msgid ""
14738
- "This setting is meant to be used a.o. during bulk import/upload. Use with "
14739
- "care!"
14740
- msgstr ""
14741
- "Ce paramètre est destiné à être utilisé lors de l'import / upload en vrac. "
14742
- "Utilisez avec précaution!"
14743
-
14744
- #: wppa-settings-autosave.php:7058
14745
- msgid "Setup"
14746
- msgstr "Configuration"
14747
-
14748
- #: wppa-settings-autosave.php:7059
14749
- msgid "Re-initialize plugin."
14750
- msgstr "Réinitialiser le plugin."
14751
-
14752
- #: wppa-settings-autosave.php:7060
14753
- #, fuzzy
14754
- msgid ""
14755
- "Re-initilizes the plugin, (re)creates database tables and sets up default "
14756
- "settings and directories if required."
14757
- msgstr ""
14758
- "Réinitialise le plugin, (re) crée des tables de base de données et configure "
14759
- "les paramètres et les répertoires par défaut si nécessaire."
14760
-
14761
- #: wppa-settings-autosave.php:7061
14762
- #, fuzzy
14763
- msgid ""
14764
- "This action may be required to setup blogs in a multiblog (network) site as "
14765
- "well as in rare cases to correct initilization errors."
14766
- msgstr ""
14767
- "Cette action peut être nécessaire pour configurer des blogs dans un site "
14768
- "multi-blog (réseau) ainsi que dans de rares cas pour corriger les erreurs "
14769
- "d'initilisation."
14770
-
14771
- #: wppa-settings-autosave.php:7072
14772
- msgid "Backup settings"
14773
- msgstr "Réglages de la sauvegarde"
14774
-
14775
- #: wppa-settings-autosave.php:7073
14776
- #, fuzzy
14777
- msgid "Save all settings into a backup file."
14778
- msgstr "Enregistrez tous les paramètres dans un fichier de sauvegarde."
14779
-
14780
- #: wppa-settings-autosave.php:7074
14781
- #, fuzzy
14782
- msgid "Saves all the settings into a backup file"
14783
- msgstr "Enregistre tous les paramètres dans un fichier de sauvegarde"
14784
-
14785
- #: wppa-settings-autosave.php:7085
14786
- msgid "Load settings"
14787
- msgstr "Réglages du chargement"
14788
-
14789
- #: wppa-settings-autosave.php:7086
14790
- #, fuzzy
14791
- msgid "Restore all settings from defaults, a backup or skin file."
14792
- msgstr ""
14793
- "Restaurez tous les paramètres par défaut, une sauvegarde ou un fichier skin."
14794
-
14795
- #: wppa-settings-autosave.php:7087
14796
- #, fuzzy
14797
- msgid ""
14798
- "Restores all the settings from the factory supplied defaults, the backup you "
14799
- "created or from a skin file."
14800
- msgstr ""
14801
- "Restaure tous les paramètres des valeurs par défaut fournies par l'usine, la "
14802
- "sauvegarde que vous avez créée ou un fichier skin."
14803
-
14804
- #: wppa-settings-autosave.php:7093
14805
- msgid "--- set to defaults ---"
14806
- msgstr "--- Réglages par défaut ---"
14807
-
14808
- #: wppa-settings-autosave.php:7096
14809
- msgid "--- restore backup ---"
14810
- msgstr "--- restaurer la sauvegarde ---"
14811
-
14812
- #: wppa-settings-autosave.php:7118
14813
- msgid "Regenerate"
14814
- msgstr "Regénérer"
14815
-
14816
- #: wppa-settings-autosave.php:7119 wppa-settings-autosave.php:7120
14817
- msgid "Regenerate all thumbnails."
14818
- msgstr "Refaire toutes les vignettes."
14819
-
14820
- #: wppa-settings-autosave.php:7123 wppa-settings-autosave.php:7240
14821
- #: wppa-settings-autosave.php:7321 wppa-settings-autosave.php:7579
14822
- msgid "Skip one"
14823
- msgstr "Ignorer un"
14824
-
14825
- #: wppa-settings-autosave.php:7132
14826
- msgid "Rerate"
14827
- msgstr "Re-noter"
14828
-
14829
- #: wppa-settings-autosave.php:7133
14830
- msgid "Recalculate ratings."
14831
- msgstr "Recalculer les cotes."
14832
-
14833
- #: wppa-settings-autosave.php:7134
14834
- #, fuzzy
14835
- msgid ""
14836
- "This function will recalculate all mean photo ratings from the ratings table."
14837
- msgstr ""
14838
- "Cette fonction recalculera toutes les évaluations de photo moyennes dans la "
14839
- "table de notation."
14840
-
14841
- #: wppa-settings-autosave.php:7135
14842
- msgid ""
14843
- "You may need this function after the re-import of previously exported photos"
14844
- msgstr ""
14845
- "Vous pouvez avoir besoin de cette fonction après la ré-importer des photos "
14846
- "préalablement exportés"
14847
-
14848
- #: wppa-settings-autosave.php:7146
14849
- msgid "Lost and found"
14850
- msgstr "Objets trouvés"
14851
-
14852
- #: wppa-settings-autosave.php:7147
14853
- msgid "Find \"lost\" photos."
14854
- msgstr "Retrouvez les photos « perdus »."
14855
-
14856
- #: wppa-settings-autosave.php:7148
14857
- #, fuzzy
14858
- msgid "This function will attempt to find lost photos."
14859
- msgstr "Cette fonction tentera de trouver des photos perdues."
14860
-
14861
- #: wppa-settings-autosave.php:7159
14862
- msgid "Recuperate"
14863
- msgstr "Récupérer"
14864
-
14865
- #: wppa-settings-autosave.php:7160
14866
- #, fuzzy
14867
- msgid "Recuperate IPTC and EXIF data from photos in WPPA+."
14868
- msgstr "Récupérer les données IPTC et EXIF ​​des photos dans WPPA ."
14869
-
14870
- #: wppa-settings-autosave.php:7161
14871
- #, fuzzy
14872
- msgid ""
14873
- "This action will attempt to find and register IPTC and EXIF data from photos "
14874
- "in the WPPA+ system."
14875
- msgstr ""
14876
- "Cette action tentera de trouver et d'enregistrer les données IPTC et EXIF ​​"
14877
- "des photos dans le système WPPA ."
14878
-
14879
- #: wppa-settings-autosave.php:7172
14880
- msgid "Remake Index Albums"
14881
- msgstr "Refaire l'index des photos"
14882
-
14883
- #: wppa-settings-autosave.php:7173
14884
- #, fuzzy
14885
- msgid "Remakes the index database table for albums."
14886
- msgstr "Remue la table de base de données d'index pour les albums."
14887
-
14888
- #: wppa-settings-autosave.php:7185
14889
- msgid "Remake Index Photos"
14890
- msgstr "Refaire l'index des photos"
14891
-
14892
- #: wppa-settings-autosave.php:7186
14893
- #, fuzzy
14894
- msgid "Remakes the index database table for photos."
14895
- msgstr "Remplace le tableau de la base de données d'index pour les photos."
14896
-
14897
- #: wppa-settings-autosave.php:7198
14898
- msgid "Clean Index"
14899
- msgstr "Nettoyer les Index"
14900
-
14901
- #: wppa-settings-autosave.php:7199
14902
- #, fuzzy
14903
- msgid "Remove obsolete entries from index db table."
14904
- msgstr "Supprimez les entrées obsolètes du tableau index db."
14905
-
14906
- #: wppa-settings-autosave.php:7217
14907
- msgid "Convert to tree"
14908
- msgstr "Convertir en arbre"
14909
-
14910
- #: wppa-settings-autosave.php:7218
14911
- msgid "Convert filesystem to tree structure."
14912
- msgstr "Convertir des fichiers à structure arborescente."
14913
-
14914
- #: wppa-settings-autosave.php:7221
14915
- msgid "Convert to flat"
14916
- msgstr "Convertir en plat"
14917
-
14918
- #: wppa-settings-autosave.php:7222
14919
- msgid "Convert filesystem to flat structure."
14920
- msgstr "Autre système de fichiers à structure plate."
14921
-
14922
- #: wppa-settings-autosave.php:7224
14923
- msgid ""
14924
- "If you want to go back to a wppa+ version prior to 5.0.16, you MUST convert "
14925
- "to flat first."
14926
- msgstr ""
14927
- "Si vous souhaitez revenir à une version wppa+ avant 5.0.16, VOUS DEVEZ "
14928
- "convertir en égal en premier."
14929
-
14930
- #: wppa-settings-autosave.php:7235
14931
- msgid "Remake"
14932
- msgstr "Refaire"
14933
-
14934
- #: wppa-settings-autosave.php:7236
14935
- #, fuzzy
14936
- msgid "Remake the photofiles from photo sourcefiles."
14937
- msgstr "Remontez les fichiers photo à partir de fichiers source photo."
14938
-
14939
- #: wppa-settings-autosave.php:7237
14940
- msgid ""
14941
- "This action will remake the fullsize images, thumbnail images, and will "
14942
- "refresh the iptc and exif data for all photos where the source is found in "
14943
- "the corresponding album sub-directory of the source directory."
14944
- msgstr ""
14945
- "Cette action refaite les images de taille réelle, les vignettes et "
14946
- "actualisera les données iptc et exif pour toutes les photos où la source se "
14947
- "trouve dans le sous-répertoire de l'album correspondant du répertoire source."
14948
-
14949
- #: wppa-settings-autosave.php:7249
14950
- msgid "Orientation only"
14951
- msgstr "Orientation seulement"
14952
-
14953
- #: wppa-settings-autosave.php:7250
14954
- #, fuzzy
14955
- msgid "Remake non standard orientated photos only."
14956
- msgstr "Remédez uniquement aux photos standardisées."
14957
-
14958
- #: wppa-settings-autosave.php:7263
14959
- msgid "Missing only"
14960
- msgstr "Manque seulement"
14961
-
14962
- #: wppa-settings-autosave.php:7264
14963
- msgid "Remake missing photofiles only."
14964
- msgstr "Refaire photofiles manquant seulement."
14965
-
14966
- #: wppa-settings-autosave.php:7277
14967
- msgid "Recalc sizes"
14968
- msgstr "Recalc tailles"
14969
-
14970
- #: wppa-settings-autosave.php:7278
14971
- #, fuzzy
14972
- msgid "Recalculate photosizes and save to db."
14973
- msgstr "Recalculer les photos et enregistrer sur db."
14974
-
14975
- #: wppa-settings-autosave.php:7290
14976
- msgid "Renew album crypt"
14977
- msgstr "Renouveler album crypte"
14978
-
14979
- #: wppa-settings-autosave.php:7291
14980
- msgid "Renew album encrcryption codes."
14981
- msgstr "Renouveler codes encrcryption album."
14982
-
14983
- #: wppa-settings-autosave.php:7303
14984
- msgid "Renew photo crypt"
14985
- msgstr "Renouveler photo crypte"
14986
-
14987
- #: wppa-settings-autosave.php:7304
14988
- #, fuzzy
14989
- msgid "Renew photo encrcryption codes."
14990
- msgstr "Renouveler les codes d'encodage photo."
14991
-
14992
- #: wppa-settings-autosave.php:7316
14993
- msgid "Create orietation sources"
14994
- msgstr "Créer des sources d'orietation"
14995
-
14996
- #: wppa-settings-autosave.php:7317
14997
- msgid "Creates correctly oriented pseudo source file."
14998
- msgstr "Créer le fichier de source de pseudo correctement orienté."
14999
-
15000
- #: wppa-settings-autosave.php:7330
15001
- msgid "Clearing and other irreverseable actions"
15002
- msgstr "Clairière et autres actions irreverseable"
15003
-
15004
- #: wppa-settings-autosave.php:7332
15005
- msgid "Clear ratings"
15006
- msgstr "Effacer les votes"
15007
-
15008
- #: wppa-settings-autosave.php:7333
15009
- msgid "Reset all ratings."
15010
- msgstr "Remettre les évaluations à zéro"
15011
-
15012
- #: wppa-settings-autosave.php:7334
15013
- msgid "WARNING: If checked, this will clear all ratings in the system!"
15014
- msgstr ""
15015
- "AVERTISSEMENT: Si coché, cela effacera toutes les notations dans le système!"
15016
-
15017
- #: wppa-settings-autosave.php:7345
15018
- msgid "Clear viewcounts"
15019
- msgstr "Clair nombres des vues"
15020
-
15021
- #: wppa-settings-autosave.php:7346
15022
- msgid "Reset all viewcounts."
15023
- msgstr "Réinitialiser toutes les comptes de vue."
15024
-
15025
- #: wppa-settings-autosave.php:7347
15026
- msgid "WARNING: If checked, this will clear all viewcounts in the system!"
15027
- msgstr ""
15028
- "AVERTISSEMENT: Si coché, cela effacera tous les nombres de vues dans le "
15029
- "système!"
15030
-
15031
- #: wppa-settings-autosave.php:7358
15032
- msgid "Reset IPTC"
15033
- msgstr "Remise à zéro IPTC"
15034
-
15035
- #: wppa-settings-autosave.php:7359
15036
- msgid "Clear all IPTC data."
15037
- msgstr "Effacer les données IPTC"
15038
-
15039
- #: wppa-settings-autosave.php:7360
15040
- msgid "WARNING: If checked, this will clear all IPTC data in the system!"
15041
- msgstr ""
15042
- "AVERTISSEMENT: Si coché, cela effacera toutes les données IPTC dans le "
15043
- "système!"
15044
-
15045
- #: wppa-settings-autosave.php:7371
15046
- msgid "Reset EXIF"
15047
- msgstr "Remise à zéro EXIF"
15048
-
15049
- #: wppa-settings-autosave.php:7372
15050
- msgid "Clear all EXIF data."
15051
- msgstr "Effacer les données EXIF"
15052
-
15053
- #: wppa-settings-autosave.php:7373
15054
- msgid "WARNING: If checked, this will clear all EXIF data in the system!"
15055
- msgstr ""
15056
- "AVERTISSEMENT: Si coché, cela effacera toutes les données d’EXIF dans le "
15057
- "système!"
15058
-
15059
- #: wppa-settings-autosave.php:7384
15060
- msgid "Apply Default Photoname"
15061
- msgstr "Appliquer par défaut Photoname"
15062
-
15063
- #: wppa-settings-autosave.php:7385
15064
- msgid "Apply Default photo name on all photos in the system."
15065
- msgstr ""
15066
- "Appliquez le nom de la photo par défaut sur toutes les photos du système."
15067
-
15068
- #: wppa-settings-autosave.php:7397
15069
- msgid "Apply New Photodesc"
15070
- msgstr "Appliquer nouvelle desc photo"
15071
-
15072
- #: wppa-settings-autosave.php:7398
15073
- msgid "Apply New photo description on all photos in the system."
15074
- msgstr ""
15075
- "Appliquer la nouvelle description de photo sur toutes les photos dans le "
15076
- "système."
15077
-
15078
- #: wppa-settings-autosave.php:7410
15079
- msgid "Append to photodesc"
15080
- msgstr "Annexer à photodesc"
15081
-
15082
- #: wppa-settings-autosave.php:7411
15083
- msgid "Append this text to all photo descriptions."
15084
- msgstr "Ajouter ce texte à toutes les descriptions de photo."
15085
-
15086
- #: wppa-settings-autosave.php:7425
15087
- msgid "Remove from photodesc"
15088
- msgstr "Retirer du photodescription"
15089
-
15090
- #: wppa-settings-autosave.php:7426
15091
- msgid "Remove this text from all photo descriptions."
15092
- msgstr "Enlever ce texte de toutes les descriptions de photo."
15093
-
15094
- #: wppa-settings-autosave.php:7440
15095
- msgid "Remove empty albums"
15096
- msgstr "Retirer les albums vides"
15097
-
15098
- #: wppa-settings-autosave.php:7441
15099
- #, fuzzy
15100
- msgid "Removes albums that are not used."
15101
- msgstr "Supprime les albums qui ne sont pas utilisés."
15102
-
15103
- #: wppa-settings-autosave.php:7453
15104
- msgid "Remove file-ext"
15105
- msgstr "Supprimer l'extension de fichier"
15106
-
15107
- #: wppa-settings-autosave.php:7454
15108
- #, fuzzy
15109
- msgid "Remove possible file extension from photo name."
15110
- msgstr "Supprimez l'extension de fichier possible du nom de la photo."
15111
-
15112
- #: wppa-settings-autosave.php:7455
15113
- #, fuzzy
15114
- msgid ""
15115
- "This may be required for old photos, uploaded when the option in Table IX-D3 "
15116
- "was not yet available/selected."
15117
- msgstr ""
15118
- "Cela peut être nécessaire pour les anciennes photos, téléchargées lorsque "
15119
- "l'option du tableau IX-D3 n'était pas encore disponible / sélectionnée."
15120
-
15121
- #: wppa-settings-autosave.php:7466
15122
- msgid "Re-add file-ext"
15123
- msgstr "Rajouter le fichier-ext"
15124
-
15125
- #: wppa-settings-autosave.php:7467
15126
- #, fuzzy
15127
- msgid "Revert the <i>Remove file-ext</i> action."
15128
- msgstr "Revenir à l'action <i>Supprimer le fichier-ext</i> ."
15129
-
15130
- #: wppa-settings-autosave.php:7479
15131
- msgid "All to lower"
15132
- msgstr "Vers le bas"
15133
-
15134
- #: wppa-settings-autosave.php:7480
15135
- msgid "Convert all file-extensions to lowercase."
15136
- msgstr "Convertir tous les fichiers-extensions en minuscules."
15137
-
15138
- #: wppa-settings-autosave.php:7481
15139
- msgid ""
15140
- "Affects display files, thumbnail files, and saved extensions in database "
15141
- "table. Leaves sourcefiles untouched"
15142
- msgstr ""
15143
- "Affecte les fichiers d'affichage, des fichiers vignettes, et les extensions "
15144
- "enregistrées dans la table de base de données. Feuilles fichers de source "
15145
- "intactes"
15146
-
15147
- #: wppa-settings-autosave.php:7482
15148
- msgid ""
15149
- "If both upper and lowercase files exist, the file with the uppercase "
15150
- "extension will be removed."
15151
- msgstr ""
15152
- "Si les deux fichiers majuscules et minuscules existent, le fichier avec "
15153
- "l'extension majuscule sera supprimé."
15154
-
15155
- #: wppa-settings-autosave.php:7493
15156
- msgid "Watermark all"
15157
- msgstr "Appliquer le filigrane à toutes"
15158
-
15159
- #: wppa-settings-autosave.php:7494
15160
- msgid "Apply watermark according to current settings to all photos."
15161
- msgstr ""
15162
- "Appliquer un filigrane en fonction des paramètres actuels à toutes les "
15163
- "photos."
15164
-
15165
- #: wppa-settings-autosave.php:7495
15166
- msgid "See Table IX_F for the current watermark settings"
15167
- msgstr "Voir Table IX_F pour les paramètres actuels de filigrane"
15168
-
15169
- #: wppa-settings-autosave.php:7506
15170
- msgid "Create all autopages"
15171
- msgstr "Créer toutes les auto pages"
15172
-
15173
- #: wppa-settings-autosave.php:7507
15174
- msgid "Create all the pages to display slides individually."
15175
- msgstr ""
15176
- "Créer toutes les pages pour afficher des diapositives individuellement."
15177
-
15178
- #: wppa-settings-autosave.php:7508 wppa-settings-autosave.php:7522
15179
- msgid "See also Table IV-A10."
15180
- msgstr "Voir aussi le Table IV-A10."
15181
-
15182
- #: wppa-settings-autosave.php:7509
15183
- msgid ""
15184
- "Make sure you have a custom menu and the \"Automatically add new top-level "
15185
- "pages to this menu\" box UNticked!!"
15186
- msgstr ""
15187
- "Assurez-vous que vous disposez d’un menu personnalisé et la case « Ajouter "
15188
- "automatiquement les nouvelles pages de niveau supérieur à ce menu » DÉcoché!!"
15189
-
15190
- #: wppa-settings-autosave.php:7520
15191
- msgid "Delete all autopages"
15192
- msgstr "Effacer toutes les pages auto"
15193
-
15194
- #: wppa-settings-autosave.php:7521
15195
- msgid "Delete all the pages to display slides individually."
15196
- msgstr ""
15197
- "Supprimer toutes les pages pour afficher des diapositives individuellement."
15198
-
15199
- #: wppa-settings-autosave.php:7534
15200
- msgid "Leading zeroes"
15201
- msgstr "Zéro non significatif"
15202
-
15203
- #: wppa-settings-autosave.php:7535
15204
- msgid "If photoname numeric, add leading zeros"
15205
- msgstr "Si le nom de photo est numérique, ajoutez des zéros avancés"
15206
-
15207
- #: wppa-settings-autosave.php:7536
15208
- msgid ""
15209
- "You can extend the name with leading zeros, so alphabetic sort becomes equal "
15210
- "to numeric sort order."
15211
- msgstr ""
15212
- "Vous pouvez étendre le nom par des zéros, donc tri alphabétique devient égal "
15213
- "à l'ordre de tri numérique."
15214
-
15215
- #: wppa-settings-autosave.php:7539
15216
- msgid "Total chars"
15217
- msgstr "Total caractères"
15218
-
15219
- #: wppa-settings-autosave.php:7548
15220
- msgid "Add GPX tag"
15221
- msgstr "Ajouter tag GPX"
15222
-
15223
- #: wppa-settings-autosave.php:7549
15224
- msgid "Make sure photos with gpx data have a Gpx tag"
15225
- msgstr "S’assurer que les photos avec des données gpx ont une balise de Gpx"
15226
-
15227
- #: wppa-settings-autosave.php:7561
15228
- msgid "Add HD tag"
15229
- msgstr "Ajouter tag HD"
15230
-
15231
- #: wppa-settings-autosave.php:7562
15232
- msgid "Make sure photos >= 1920 x 1080 have a HD tag"
15233
- msgstr "Assurer que les photos >= 1920 x 1080 ont une balise HD"
15234
-
15235
- #: wppa-settings-autosave.php:7575 wppa-settings-autosave.php:8740
15236
- msgid "Optimize files"
15237
- msgstr "Optimiser les fichiers"
15238
-
15239
- #: wppa-settings-autosave.php:7576
15240
- msgid "Optimize with EWWW image optimizer"
15241
- msgstr "Optimiser avec l'optimiseur d'image EWWW"
15242
-
15243
- #: wppa-settings-autosave.php:7589
15244
- msgid "Edit tag"
15245
- msgstr "Modifier tag"
15246
-
15247
- #: wppa-settings-autosave.php:7590
15248
- msgid "Globally change a tagname."
15249
- msgstr "Changer un tagname dans toute la système.."
15250
-
15251
- #: wppa-settings-autosave.php:7596
15252
- msgid "-select a tag-"
15253
- msgstr "- Choisir un tag -"
15254
-
15255
- #: wppa-settings-autosave.php:7602
15256
- msgid "Tag:"
15257
- msgstr "Tag:"
15258
-
15259
- #: wppa-settings-autosave.php:7603
15260
- msgid "Change to:"
15261
- msgstr "Changer pour:"
15262
-
15263
- #: wppa-settings-autosave.php:7612
15264
- #, fuzzy
15265
- msgid "Synchronize Cloudinary"
15266
- msgstr "Synchroniser le nuage"
15267
-
15268
- #: wppa-settings-autosave.php:7613
15269
- #, fuzzy
15270
- msgid "Removes/adds images in the cloud."
15271
- msgstr "Supprime / ajoute des images dans le nuage."
15272
-
15273
- #: wppa-settings-autosave.php:7614
15274
- #, fuzzy
15275
- msgid "Removes old images and verifies/adds new images to Cloudinary."
15276
- msgstr ""
15277
- "Supprime les anciennes images et vérifie / ajoute de nouvelles images à "
15278
- "Cloudinary."
15279
-
15280
- #: wppa-settings-autosave.php:7615
15281
- msgid "See Table IX-K4.7 for the configured lifetime."
15282
- msgstr "Voir Table IX-K4.7 pour la durée de vie configurée."
15283
-
15284
- #: wppa-settings-autosave.php:7626
15285
- msgid "Fix tags"
15286
- msgstr "Réparer des balises"
15287
-
15288
- #: wppa-settings-autosave.php:7627
15289
- msgid "Make sure photo tags format is uptodate"
15290
- msgstr "Assurer que le format des balises photo est à jour"
15291
-
15292
- #: wppa-settings-autosave.php:7628
15293
- msgid "Fixes tags to be conform current database rules."
15294
- msgstr ""
15295
- "Fixe les balises pour être conforme à des règles de base de données actuelle."
15296
-
15297
- #: wppa-settings-autosave.php:7639
15298
- msgid "Fix cats"
15299
- msgstr "Réparer des catégories"
15300
-
15301
- #: wppa-settings-autosave.php:7640
15302
- msgid "Make sure album cats format is uptodate"
15303
- msgstr "Assurez-vous que le format de categories album est uptodate"
15304
-
15305
- #: wppa-settings-autosave.php:7641
15306
- msgid "Fixes cats to be conform current database rules."
15307
- msgstr ""
15308
- "Fixe les catégories pour être conforme à des règles de base de données "
15309
- "actuelle."
15310
-
15311
- #: wppa-settings-autosave.php:7652
15312
- #, fuzzy
15313
- msgid "Set owner to name"
15314
- msgstr "Définir le propriétaire à nommer"
15315
-
15316
- #: wppa-settings-autosave.php:7653
15317
- msgid "If photoname equals user display name, set him owner."
15318
- msgstr ""
15319
- "Si le photoname est égal au nom d'utilisateur affiché, définissez le "
15320
- "propriétaire."
15321
-
15322
- #: wppa-settings-autosave.php:7665
15323
- msgid "Move all photos"
15324
- msgstr "Déplacer toutes les photos"
15325
-
15326
- #: wppa-settings-autosave.php:7666
15327
- msgid "Move all photos from one album to another album."
15328
- msgstr "Déplace toutes les photos d'un album à un autre album."
15329
-
15330
- #: wppa-settings-autosave.php:7680 wppa-settings-autosave.php:7703
15331
- msgid "From"
15332
- msgstr "De"
15333
-
15334
- #: wppa-settings-autosave.php:7681
15335
- msgid "Move from album number"
15336
- msgstr "Déplacer du numéro de l'album"
15337
-
15338
- #: wppa-settings-autosave.php:7690 wppa-settings-autosave.php:7730
15339
- msgid "To"
15340
- msgstr "À"
15341
-
15342
- #: wppa-settings-autosave.php:7691
15343
- msgid "Move to album number"
15344
- msgstr "Déplacer vers le numéro de l'album"
15345
-
15346
- #: wppa-settings-autosave.php:7704
15347
- msgid "Move from album"
15348
- msgstr "Déplacer de l'album"
15349
-
15350
- #: wppa-settings-autosave.php:7731
15351
- msgid "Move to album"
15352
- msgstr "Déplacer vers l'album"
15353
-
15354
- #: wppa-settings-autosave.php:7760
15355
- msgid "Custom album proc"
15356
- msgstr "Procédure d'album personnalisé"
15357
-
15358
- #: wppa-settings-autosave.php:7761
15359
- #, fuzzy
15360
- msgid "The php code to execute on all albums"
15361
- msgstr "Le code php à exécuter sur tous les albums"
15362
-
15363
- #: wppa-settings-autosave.php:7762 wppa-settings-autosave.php:7775
15364
- msgid "Only run this if you know what you are doing!"
15365
- msgstr "Exécutez-le seulement si vous savez ce que vous faites!"
15366
-
15367
- #: wppa-settings-autosave.php:7773
15368
- msgid "Custom photo proc"
15369
- msgstr "Procédure de photo personnalisée"
15370
-
15371
- #: wppa-settings-autosave.php:7774
15372
- #, fuzzy
15373
- msgid "The php code to execute on all photos"
15374
- msgstr "Le code php à exécuter sur toutes les photos"
15375
-
15376
- #: wppa-settings-autosave.php:7787
15377
- msgid "Listings"
15378
- msgstr "Listes"
15379
-
15380
- #: wppa-settings-autosave.php:7789
15381
- msgid "List Logfile"
15382
- msgstr "Lister le journal (log)"
15383
-
15384
- #: wppa-settings-autosave.php:7790
15385
- #, fuzzy
15386
- msgid "Show the content of wppa+ (error) log."
15387
- msgstr "Afficher le contenu du journal wppa (erreur)."
15388
-
15389
- #: wppa-settings-autosave.php:7795
15390
- msgid "Purge logfile"
15391
- msgstr "Purger le journal (log)"
15392
-
15393
- #: wppa-settings-autosave.php:7797
15394
- msgid "On menu"
15395
- msgstr "Sur le menu"
15396
-
15397
- #: wppa-settings-autosave.php:7804
15398
- msgid "List Ratings"
15399
- msgstr "Lister les votes"
15400
-
15401
- #: wppa-settings-autosave.php:7805
15402
- msgid "Show the most recent ratings."
15403
- msgstr "Montrer les votes récents."
15404
-
15405
- #: wppa-settings-autosave.php:7818
15406
- msgid "List Index"
15407
- msgstr "Liste d'index"
15408
-
15409
- #: wppa-settings-autosave.php:7819
15410
- #, fuzzy
15411
- msgid "Show the content of the index table."
15412
- msgstr "Afficher le contenu de la table d'indexation."
15413
-
15414
- #: wppa-settings-autosave.php:7823
15415
- msgid "Start at text:"
15416
- msgstr "Commencer à:"
15417
-
15418
- #: wppa-settings-autosave.php:7833
15419
- msgid "List active sessions"
15420
- msgstr "Lister les sessions actives"
15421
-
15422
- #: wppa-settings-autosave.php:7834
15423
- #, fuzzy
15424
- msgid "Show the content of the sessions table."
15425
- msgstr "Afficher le contenu du tableau des sessions."
15426
-
15427
- #: wppa-settings-autosave.php:7847
15428
- msgid "List comments"
15429
- msgstr "Liste des commentaires"
15430
-
15431
- #: wppa-settings-autosave.php:7848
15432
- #, fuzzy
15433
- msgid "Show the content of the comments table."
15434
- msgstr "Afficher le contenu du tableau des commentaires."
15435
-
15436
- #: wppa-settings-autosave.php:7854
15437
- msgid "Order by:"
15438
- msgstr "Trier par:"
15439
-
15440
- #: wppa-settings-autosave.php:7883
15441
- msgid "Table IX:"
15442
- msgstr "Table IX:"
15443
-
15444
- #: wppa-settings-autosave.php:7883
15445
- msgid "Miscellaneous:"
15446
- msgstr "Divers:"
15447
-
15448
- #: wppa-settings-autosave.php:7884
15449
- msgid "This table lists all settings that do not fit into an other table"
15450
- msgstr ""
15451
- "Ce table répertorie tous les paramètres qui ne rentrent pas dans une autre "
15452
- "table"
15453
-
15454
- #: wppa-settings-autosave.php:7902
15455
- msgid "Internal engine related settings"
15456
- msgstr "Paramètres liés au moteur internes"
15457
-
15458
- #: wppa-settings-autosave.php:7904
15459
- msgid "WPPA+ Filter priority"
15460
- msgstr "Priorité WPPA+ filtre"
15461
-
15462
- #: wppa-settings-autosave.php:7905
15463
- #, fuzzy
15464
- msgid "Sets the priority of the wppa+ content filter."
15465
- msgstr "Définit la priorité du filtre de contenu wppa ."
15466
-
15467
- #: wppa-settings-autosave.php:7906 wppa-settings-autosave.php:7915
15468
- msgid ""
15469
- "If you encounter conflicts with the theme or other plugins, increasing this "
15470
- "value sometimes helps. Use with great care!"
15471
- msgstr ""
15472
- "Si vous rencontrez des conflits avec le thème ou d'autres plugins, augmenter "
15473
- "cette valeur aide parfois. Utilisez avec beaucoup de soin!"
15474
-
15475
- #: wppa-settings-autosave.php:7913
15476
- msgid "Do_shortcode priority"
15477
- msgstr "Priorité de do_shortcode"
15478
-
15479
- #: wppa-settings-autosave.php:7914
15480
- msgid "Sets the priority of the do_shortcode() content filter."
15481
- msgstr "Définit la priorité du filtre de contenu do_shortcode ()."
15482
-
15483
- #: wppa-settings-autosave.php:7922
15484
- msgid "WPPA shortcode at Filter priority"
15485
- msgstr "WPPA code court à la priorité du filtre"
15486
-
15487
- #: wppa-settings-autosave.php:7923
15488
- msgid "Execute shortcode expansion on filter priority in posts and pages."
15489
- msgstr ""
15490
- "Exécuter expansion code court sur la priorité de filtre dans les messages et "
15491
- "les pages."
15492
-
15493
- #: wppa-settings-autosave.php:7924 wppa-settings-autosave.php:7933
15494
- #, fuzzy
15495
- msgid "Use to fix certain layout problems"
15496
- msgstr "Utiliser pour résoudre certains problèmes de mise en page"
15497
-
15498
- #: wppa-settings-autosave.php:7931
15499
- msgid "WPPA shortcode at Filter priority widget"
15500
- msgstr "WPPA code court à la priorité du filtre en widget"
15501
-
15502
- #: wppa-settings-autosave.php:7932
15503
- msgid "Execute shortcode expansion on filter priority in widgets."
15504
- msgstr ""
15505
- "Exécuter expansion code court sur la priorité de filtre dans les widgets."
15506
-
15507
- #: wppa-settings-autosave.php:7940
15508
- msgid "JPG image quality"
15509
- msgstr "Qualité d'image JPG"
15510
-
15511
- #: wppa-settings-autosave.php:7941
15512
- #, fuzzy
15513
- msgid "The jpg quality when photos are downsized"
15514
- msgstr "La qualité jpg lorsque les photos sont réduites"
15515
-
15516
- #: wppa-settings-autosave.php:7942
15517
- #, fuzzy
15518
- msgid "The higher the number the better the quality but the larger the file"
15519
- msgstr ""
15520
- "Plus le nombre est élevé, meilleure est la qualité, mais plus le fichier est "
15521
- "grand"
15522
-
15523
- #: wppa-settings-autosave.php:7943
15524
- #, fuzzy
15525
- msgid "Possible values 20..100"
15526
- msgstr "Valeurs possibles 20..100"
15527
-
15528
- #: wppa-settings-autosave.php:7950
15529
- msgid "Allow WPPA+ Debugging"
15530
- msgstr "Permettre le WPPA+ débogage"
15531
-
15532
- #: wppa-settings-autosave.php:7951
15533
- msgid "Allow the use of &amp;debug=.. in urls to this site."
15534
- msgstr "Permettre l’utilisation de &amp;debug=... dans les URL de ce site."
15535
-
15536
- #: wppa-settings-autosave.php:7952
15537
- msgid ""
15538
- "If checked: appending (?)(&)debug or (?)(&)debug=<int> to an url to this "
15539
- "site will generate the display of special WPPA+ diagnostics, as well as php "
15540
- "warnings"
15541
- msgstr ""
15542
- "Si coché: ajoutant (?)(&)debug ou (?)(&)debug=<int> à une URL de ce site "
15543
- "générera l'affichage de diagnostics WPPA+ spéciaux, ainsi que des alertes php"
15544
-
15545
- #: wppa-settings-autosave.php:7959
15546
- msgid "Auto continue"
15547
- msgstr "Auto continuer"
15548
-
15549
- #: wppa-settings-autosave.php:7960
15550
- msgid "Continue automatic after time out"
15551
- msgstr "Continuer automatique après délai"
15552
-
15553
- #: wppa-settings-autosave.php:7961
15554
- msgid ""
15555
- "If checked, an attempt will be made to restart an admin process when the "
15556
- "time is out."
15557
- msgstr ""
15558
- "Si cochée, une tentative se fera pour relancer un processus d’admin quand le "
15559
- "temps est sorti."
15560
-
15561
- #: wppa-settings-autosave.php:7969
15562
- #, fuzzy
15563
- msgid "Set max execution time here."
15564
- msgstr "Définissez le temps d'exécution maximum ici."
15565
-
15566
- #: wppa-settings-autosave.php:7970
15567
- msgid ""
15568
- "If your php config does not properly set the max execution time, you can set "
15569
- "it here. Seconds, 0 means do not change."
15570
- msgstr ""
15571
- "Si votre configuration php ne définit pas correctement le temps d'exécution "
15572
- "maximum, vous pouvez l'configurer ici. En secondes, 0 signifie ne pas "
15573
- "changer."
15574
-
15575
- #: wppa-settings-autosave.php:7971
15576
- msgid "A safe value is 45 in most cases"
15577
- msgstr "Une valeur sûre est de 45 le plus souvent"
15578
-
15579
- #: wppa-settings-autosave.php:7972
15580
- #, fuzzy, php-format
15581
- msgid "The PHP setting max_execution_time is set to %s."
15582
- msgstr "Le paramètre PHP max_execution_time est défini sur%s."
15583
-
15584
- #: wppa-settings-autosave.php:7980
15585
- msgid "Feed use thumb"
15586
- msgstr "Feed utilisez les miniatures"
15587
-
15588
- #: wppa-settings-autosave.php:7981
15589
- msgid "Feeds use thumbnail pictures always."
15590
- msgstr "RSS utilisent toujours les images miniatures."
15591
-
15592
- #: wppa-settings-autosave.php:7989
15593
- msgid "Enable <i>in-line</i> settings"
15594
- msgstr "Activez les paramètres <i>en ligne</i>"
15595
-
15596
- #: wppa-settings-autosave.php:7990
15597
- msgid "Activates shortcode [wppa_set][/wppa_set]."
15598
- msgstr "Active le code court [wppa_set][/wppa_set]."
15599
-
15600
- #: wppa-settings-autosave.php:7991
15601
- #, fuzzy
15602
- msgid ""
15603
- "Syntax: [wppa_set name=\"any wppa setting\" value=\"new value\"][/wppa_set]"
15604
- msgstr ""
15605
- "Syntaxe: [nom wppa_set = \"valeur wppa\" = \"nouvelle valeur\"] [/ wppa_set]"
15606
-
15607
- #: wppa-settings-autosave.php:7992
15608
- msgid ""
15609
- "Example: [wppa_set name=\"wppa_thumbtype\" value=\"masonry-v\"][/wppa_set] "
15610
- "sets the thumbnail type to vertical masonry style"
15611
- msgstr ""
15612
- "Exemple: [wppa_set name=\"wppa_thumbtype\" value=\"masonry-v\"] [/wppa_set] "
15613
- "définit le type miniature au style de maçonnerie verticale"
15614
-
15615
- #: wppa-settings-autosave.php:7993
15616
- msgid "Do not forget to reset with [wppa_set][/wppa_set]"
15617
- msgstr "N’oubliez pas de réinitialiser avec [wppa_set][/wppa_set]"
15618
-
15619
- #: wppa-settings-autosave.php:7994
15620
- #, fuzzy
15621
- msgid "Use with great care! There is no check on validity of values!"
15622
- msgstr ""
15623
- "Utilisez avec beaucoup de soin! Il n'y a aucun contrôle sur la validité des "
15624
- "valeurs!"
15625
-
15626
- #: wppa-settings-autosave.php:8001
15627
- #, fuzzy
15628
- msgid "Runtime modifyable settings"
15629
- msgstr "Paramètres modifiables de l'exécution"
15630
-
15631
- #: wppa-settings-autosave.php:8002
15632
- #, fuzzy
15633
- msgid "The setting slugs that may be altered using [wppa_set] shortcode."
15634
- msgstr ""
15635
- "Les limaces de réglage qui peuvent être modifiées à l'aide du code court "
15636
- "[wppa_set]."
15637
-
15638
- #: wppa-settings-autosave.php:8010
15639
- msgid "Log Cron"
15640
- msgstr "Log Cron"
15641
-
15642
- #: wppa-settings-autosave.php:8011
15643
- msgid "Keep track of cron activity in the wppa logfile."
15644
- msgstr "Gardez une trace de l'activité cron dans le fichier journal wppa."
15645
-
15646
- #: wppa-settings-autosave.php:8019
15647
- msgid "Log Ajax"
15648
- msgstr "Log Ajax"
15649
-
15650
- #: wppa-settings-autosave.php:8020
15651
- msgid "Keep track of ajax activity in the wppa logfile."
15652
- msgstr "Gardez une trace de l'activité ajax dans le fichier journal wppa."
15653
-
15654
- #: wppa-settings-autosave.php:8028
15655
- msgid "Log Comments"
15656
- msgstr "Log Commentaires"
15657
-
15658
- #: wppa-settings-autosave.php:8029
15659
- msgid "Keep track of commenting activity in the wppa logfile."
15660
- msgstr ""
15661
- "Gardez une trace de l'activité de commentaires dans le fichier journal wppa."
15662
-
15663
- #: wppa-settings-autosave.php:8037
15664
- msgid "Retry failed mails"
15665
- msgstr "Réessayez mails échoué"
15666
-
15667
- #: wppa-settings-autosave.php:8038
15668
- msgid "Select number of retries for failed mails"
15669
- msgstr "Sélectionnez le nombre de tentatives pour le courrier échoué"
15670
-
15671
- #: wppa-settings-autosave.php:8039
15672
- msgid "Retries occur at the background every hour"
15673
- msgstr "Tentatives se produisent à l'arrière-plan toutes les heures"
15674
-
15675
- #: wppa-settings-autosave.php:8046
15676
- msgid "Minimum tags"
15677
- msgstr "Balises minimales"
15678
-
15679
- #: wppa-settings-autosave.php:8047
15680
- #, fuzzy
15681
- msgid "These tags exist even when they do not occur in any photo."
15682
- msgstr ""
15683
- "Ces tags existent même s'ils ne se produisent pas dans une photo quelconque."
15684
-
15685
- #: wppa-settings-autosave.php:8048
15686
- msgid "Enter tags, separated by comma's (,)"
15687
- msgstr "Entrez les mots-clefs, séparés par des virgules (,)"
15688
-
15689
- #: wppa-settings-autosave.php:8049
15690
- #, fuzzy
15691
- msgid ""
15692
- "Tags exist when they appear on any photo, and vanish when they do no longer "
15693
- "appear. Except the tags you list here; they exist always."
15694
- msgstr ""
15695
- "Les balises existent lorsqu'elles apparaissent sur n'importe quelle photo, "
15696
- "et disparaissent lorsqu'elles n'apparaissent plus. Sauf les étiquettes que "
15697
- "vous énumérez ici; Ils existent toujours."
15698
-
15699
- #: wppa-settings-autosave.php:8056
15700
- msgid "Login link"
15701
- msgstr "lien d'identification"
15702
-
15703
- #: wppa-settings-autosave.php:8057
15704
- msgid "Modify this link if you have a custom login page."
15705
- msgstr "Modifiez ce lien si vous avez une page de connexion personnalisée."
15706
-
15707
- #: wppa-settings-autosave.php:8066
15708
- msgid "WPPA+ Admin related miscellaneous settings"
15709
- msgstr "Paramètres diverse liés à WPPA+ Admin"
15710
-
15711
- #: wppa-settings-autosave.php:8068
15712
- msgid "Allow HTML"
15713
- msgstr "Autoriser HTML"
15714
-
15715
- #: wppa-settings-autosave.php:8069
15716
- msgid "Allow HTML in album and photo descriptions."
15717
- msgstr "Permettre le HTML dans les descriptions d’album et photo."
15718
-
15719
- #: wppa-settings-autosave.php:8070 wppa-settings-autosave.php:8079
15720
- msgid ""
15721
- "If checked: html is allowed. WARNING: No checks on syntax, it is your own "
15722
- "responsibility to close tags properly!"
15723
- msgstr ""
15724
- "Si coché: html est autorisé. AVERTISSEMENT: Aucun contrôle de la syntaxe, il "
15725
- "est de votre propre responsabilité de fermer les balises correctement!"
15726
-
15727
- #: wppa-settings-autosave.php:8077
15728
- msgid "Allow HTML custom"
15729
- msgstr "Autoriser HTML personnalisé"
15730
-
15731
- #: wppa-settings-autosave.php:8078
15732
- msgid "Allow HTML in custom photo datafields."
15733
- msgstr "Permettre HTML dans les photo datafields personnalisé."
15734
-
15735
- #: wppa-settings-autosave.php:8086
15736
- msgid "Check tag balance"
15737
- msgstr "Vérifier balance de balises"
15738
-
15739
- #: wppa-settings-autosave.php:8087
15740
- msgid "Check if the HTML tags are properly closed: \"balanced\"."
15741
- msgstr "Vérifier si les balises HTML sont bien fermés: « équilibré »."
15742
-
15743
- #: wppa-settings-autosave.php:8088
15744
- msgid ""
15745
- "If the HTML tags in an album or a photo description are not in balance, the "
15746
- "description is not updated, an errormessage is displayed"
15747
- msgstr ""
15748
- "Si les balises HTML dans une description d'album ou de photo ne sont pas en "
15749
- "équilibre, la description n'est pas mise à jour, une erreur est affichée"
15750
-
15751
- #: wppa-settings-autosave.php:8095
15752
- msgid "Use WP editor"
15753
- msgstr "Utiliser l'éditeur de WordPress"
15754
-
15755
- #: wppa-settings-autosave.php:8096
15756
- #, fuzzy
15757
- msgid "Use the wp editor for multiline text fields."
15758
- msgstr "Utilisez l'éditeur wp pour les champs de texte multiligne."
15759
-
15760
- #: wppa-settings-autosave.php:8104
15761
- msgid "Album sel hierarchic"
15762
- msgstr "Album sel hiérarchique"
15763
-
15764
- #: wppa-settings-autosave.php:8105
15765
- #, fuzzy
15766
- msgid "Show albums with (grand)parents in selection lists."
15767
- msgstr ""
15768
- "Afficher les albums avec les parents (grand) dans les listes de sélection."
15769
-
15770
- #: wppa-settings-autosave.php:8113
15771
- msgid "Page sel hierarchic"
15772
- msgstr "Page sel hiérarchique"
15773
-
15774
- #: wppa-settings-autosave.php:8114
15775
- #, fuzzy
15776
- msgid "Show pages with (grand)parents in selection lists."
15777
- msgstr "Afficher les pages avec (grands) parents dans les listes de sélection."
15778
-
15779
- #: wppa-settings-autosave.php:8123
15780
- msgid "Album admin page size"
15781
- msgstr "Album admin Taille de la page"
15782
-
15783
- #: wppa-settings-autosave.php:8124
15784
- msgid "The number of albums per page on the Edit Album admin page."
15785
- msgstr ""
15786
- "Le nombre d'albums par page sur la page d'administration Modifier l'album."
15787
-
15788
- #: wppa-settings-autosave.php:8134
15789
- msgid "Photo admin page size"
15790
- msgstr "Taille de la page admin photo"
15791
-
15792
- #: wppa-settings-autosave.php:8135
15793
- #, fuzzy
15794
- msgid ""
15795
- "The number of photos per page on the <br/>Edit Album -> Manage photos and "
15796
- "Edit Photos admin pages."
15797
- msgstr ""
15798
- "Le nombre de photos par page sur le <br/> Modifier l'album -> Gérer les "
15799
- "photos et éditer les pages d'administration des photos."
15800
-
15801
- #: wppa-settings-autosave.php:8145
15802
- msgid "Photo admin max albums"
15803
- msgstr "Photo administration max albums"
15804
-
15805
- #: wppa-settings-autosave.php:8146
15806
- msgid "Max albums to show in album selectionbox."
15807
- msgstr "Maximum d'albums à afficher dans l'album selectionbox."
15808
-
15809
- #: wppa-settings-autosave.php:8147
15810
- msgid ""
15811
- "If there are more albums in the system, display an input box asking for "
15812
- "album id#"
15813
- msgstr ""
15814
- "S'il y a plus d'albums dans le système, afficher une boîte d'entrée "
15815
- "demandant l'album id #"
15816
-
15817
- #: wppa-settings-autosave.php:8156
15818
- msgid "Comment admin page size"
15819
- msgstr "Taille de la page d'admin des commentaires"
15820
-
15821
- #: wppa-settings-autosave.php:8157
15822
- #, fuzzy
15823
- msgid "The number of comments per page on the Comments admin pages."
15824
- msgstr "Le nombre de commentaires par page sur les pages d'admin Commentaires."
15825
-
15826
- #: wppa-settings-autosave.php:8167
15827
- msgid "Geo info edit"
15828
- msgstr "Modifier géo info"
15829
-
15830
- #: wppa-settings-autosave.php:8168
15831
- msgid "Lattitude and longitude may be edited in photo admin."
15832
- msgstr ""
15833
- "La lattitude et la longitude peuvent être modifiées dans l'admin photo."
15834
-
15835
- #: wppa-settings-autosave.php:8176
15836
- msgid "Admin bar menu admin"
15837
- msgstr "Admin bar menu admin"
15838
-
15839
- #: wppa-settings-autosave.php:8177
15840
- #, fuzzy
15841
- msgid "Show menu on admin bar on admin pages."
15842
- msgstr ""
15843
- "Afficher le menu sur la barre d'administration sur les pages "
15844
- "d'administration."
15845
-
15846
- #: wppa-settings-autosave.php:8185
15847
- msgid "Admin bar menu frontend"
15848
- msgstr "Admin bar menu frontend"
15849
-
15850
- #: wppa-settings-autosave.php:8186
15851
- #, fuzzy
15852
- msgid "Show menu on admin bar on frontend pages."
15853
- msgstr ""
15854
- "Afficher le menu sur la barre d'administration sur les pages d'accueil."
15855
-
15856
- #: wppa-settings-autosave.php:8194
15857
- msgid "Add shortcode to posts"
15858
- msgstr "Ajouter code court à messages"
15859
-
15860
- #: wppa-settings-autosave.php:8195
15861
- msgid "Add a shortcode to the end of all posts."
15862
- msgstr "Ajoutez un code court à la fin de tous les postes."
15863
-
15864
- #: wppa-settings-autosave.php:8203
15865
- msgid "Shortcode to add"
15866
- msgstr "Code court à ajouter"
15867
-
15868
- #: wppa-settings-autosave.php:8204
15869
- msgid "The shortcode to be added to the posts."
15870
- msgstr "Le code court à ajouter aux messages."
15871
-
15872
- #: wppa-settings-autosave.php:8212
15873
- msgid "Import page previews"
15874
- msgstr "Miniatures au page d'importation"
15875
-
15876
- #: wppa-settings-autosave.php:8213
15877
- #, fuzzy
15878
- msgid "Show thumbnail previews in import admin page."
15879
- msgstr ""
15880
- "Afficher les aperçus de la vignette dans la page d'administration "
15881
- "d'importation."
15882
-
15883
- #: wppa-settings-autosave.php:8221
15884
- msgid "Upload audiostub"
15885
- msgstr "Charger audiostub"
15886
-
15887
- #: wppa-settings-autosave.php:8222
15888
- #, fuzzy
15889
- msgid "Upload a new audio stub file"
15890
- msgstr "Télécharger un nouveau fichier stub audio"
15891
-
15892
- #: wppa-settings-autosave.php:8226
15893
- msgid "Upload audio stub image"
15894
- msgstr "Charger image audiostub"
15895
-
15896
- #: wppa-settings-autosave.php:8231
15897
- msgid "Confirm create"
15898
- msgstr "Confirmer création"
15899
-
15900
- #: wppa-settings-autosave.php:8232
15901
- msgid "Display confirmation dialog before creating album."
15902
- msgstr "Afficher boîte de dialogue de confirmation avant de créer l’album."
15903
-
15904
- #: wppa-settings-autosave.php:8240
15905
- msgid "Import source root"
15906
- msgstr "Racine de source pour importer"
15907
-
15908
- #: wppa-settings-autosave.php:8241
15909
- #, fuzzy
15910
- msgid "Specify the highest level in the filesystem where to import from"
15911
- msgstr ""
15912
- "Spécifiez le niveau le plus élevé dans le système de fichiers à importer"
15913
-
15914
- #: wppa-settings-autosave.php:8258
15915
- msgid "Allow import from WPPA+ source folders"
15916
- msgstr "Autoriser les importations de WPPA+ dossiers sources"
15917
-
15918
- #: wppa-settings-autosave.php:8259
15919
- msgid "Only switch this on if you know what you are doing!"
15920
- msgstr "N'ajoutez que si vous savez ce que vous faites!"
15921
-
15922
- #: wppa-settings-autosave.php:8267
15923
- msgid "Enable shortcode generator"
15924
- msgstr "Activer le générateur de code court"
15925
-
15926
- #: wppa-settings-autosave.php:8268
15927
- #, fuzzy
15928
- msgid "Show album icon above page/post edit window"
15929
- msgstr ""
15930
- "Afficher l'icône de l'album ci-dessus page / éditer la fenêtre d'édition"
15931
-
15932
- #: wppa-settings-autosave.php:8269
15933
- msgid ""
15934
- "Administrators and wppa super users will always have the shortcode generator "
15935
- "available."
15936
- msgstr ""
15937
- "Les administrateurs et les super utilisateurs de wppa auront toujours le "
15938
- "générateur de code court disponible."
15939
-
15940
- #: wppa-settings-autosave.php:8276
15941
- msgid "Bulk photo moderation"
15942
- msgstr "Modération photo en vrac"
15943
-
15944
- #: wppa-settings-autosave.php:8277
15945
- #, fuzzy
15946
- msgid "Use bulk edit for photo moderation"
15947
- msgstr "Utilisez l'édition en bloc pour modérer la photo"
15948
-
15949
- #: wppa-settings-autosave.php:8285
15950
- #, fuzzy
15951
- msgid "SEO related settings"
15952
- msgstr "paramètres connexes"
15953
-
15954
- #: wppa-settings-autosave.php:8287
15955
- msgid "Meta on page"
15956
- msgstr "Meta sur page"
15957
-
15958
- #: wppa-settings-autosave.php:8288
15959
- msgid "Meta tags for photos on the page."
15960
- msgstr "Meta tags pour les photos sur la page."
15961
-
15962
- #: wppa-settings-autosave.php:8289
15963
- msgid ""
15964
- "If checked, the header of the page will contain metatags that refer to "
15965
- "featured photos on the page in the page context."
15966
- msgstr ""
15967
- "Si cette option est cochée, l'en-tête de la page contiendra des métatags qui "
15968
- "font référence aux photos en vedette sur la page dans le contexte de la page."
15969
-
15970
- #: wppa-settings-autosave.php:8296
15971
- msgid "Meta all"
15972
- msgstr "Tous les meta"
15973
-
15974
- #: wppa-settings-autosave.php:8297
15975
- msgid "Meta tags for all featured photos."
15976
- msgstr "Meta tags pour toutes les photos en vedette."
15977
-
15978
- #: wppa-settings-autosave.php:8298
15979
- msgid ""
15980
- "If checked, the header of the page will contain metatags that refer to all "
15981
- "featured photo files."
15982
- msgstr ""
15983
- "Si elle est cocheé, l’en-tête de la page contiendra les metatags qui font "
15984
- "référence à tous les fichiers photo recommandés."
15985
-
15986
- #: wppa-settings-autosave.php:8299
15987
- msgid ""
15988
- "If you have many featured photos, you might wish to uncheck this item to "
15989
- "reduce the size of the page header."
15990
- msgstr ""
15991
- "Si vous avez beaucoup de photos en vedette, vous pouvez désélectionner cet "
15992
- "élément pour réduire la taille de l'en-tête de la page."
15993
-
15994
- #: wppa-settings-autosave.php:8306
15995
- msgid "Add og meta tags"
15996
- msgstr "Ajouter des balises meta"
15997
-
15998
- #: wppa-settings-autosave.php:8307
15999
- msgid "Add og meta tags to the page header."
16000
- msgstr "Ajouter og balises meta pour l’en-tête de page."
16001
-
16002
- #: wppa-settings-autosave.php:8310
16003
- #, fuzzy
16004
- msgid ""
16005
- "Turning this off may affect the functionality of social media items in the "
16006
- "share box that rely on open graph tags information."
16007
- msgstr ""
16008
- "Le désactiver peut affecter la fonctionnalité des éléments de médias sociaux "
16009
- "dans la zone de partage qui reposent sur les informations des étiquettes "
16010
- "graphiques ouvertes."
16011
-
16012
- #: wppa-settings-autosave.php:8316
16013
- msgid "Image Alt attribute type"
16014
- msgstr "Type d'attribut Alt d'image"
16015
-
16016
- #: wppa-settings-autosave.php:8317
16017
- #, fuzzy
16018
- msgid "Select kind of HTML alt=\"\" content for images."
16019
- msgstr "Sélectionnez un type de HTML alt = \"\" contenu pour les images."
16020
-
16021
- #: wppa-settings-autosave.php:8320
16022
- msgid "photo name"
16023
- msgstr "Nom de la photo"
16024
-
16025
- #: wppa-settings-autosave.php:8320
16026
- msgid "name without file-ext"
16027
- msgstr "nom sans l'extension de fichier"
16028
-
16029
- #: wppa-settings-autosave.php:8320
16030
- msgid "set in album admin"
16031
- msgstr "Réglé dans album admin"
16032
-
16033
- #: wppa-settings-autosave.php:8327
16034
- msgid "New Album and New Photo related miscellaneous settings"
16035
- msgstr "Réglages divers liés aux nouveaux albums et aux nouveaux photos"
16036
-
16037
- #: wppa-settings-autosave.php:8365
16038
- msgid "Maximum time an album is indicated as New"
16039
- msgstr "Temps maximum qu'un album est indiqué comme Nouveau"
16040
-
16041
- #: wppa-settings-autosave.php:8373
16042
- msgid "New Photo"
16043
- msgstr "Nouvelle photo"
16044
-
16045
- #: wppa-settings-autosave.php:8374
16046
- msgid "Maximum time a photo is indicated as New"
16047
- msgstr "Temps maximum qu'une photo est indiquée comme Nouvelle"
16048
-
16049
- #: wppa-settings-autosave.php:8382
16050
- msgid "Modified Album"
16051
- msgstr "Album modifié"
16052
-
16053
- #: wppa-settings-autosave.php:8383
16054
- msgid "Maximum time an album is indicated as Modified"
16055
- msgstr "Temps maximum qu'un album est indiqué comme Modifié"
16056
-
16057
- #: wppa-settings-autosave.php:8391
16058
- msgid "Modified Photo"
16059
- msgstr "Photo modifiée"
16060
-
16061
- #: wppa-settings-autosave.php:8392
16062
- msgid "Maximum time a photo is indicated as Modified"
16063
- msgstr "Temps maximum qu'une photo est indiquée comme Modifiée"
16064
-
16065
- #: wppa-settings-autosave.php:8400
16066
- msgid "Use text labels"
16067
- msgstr "Utiliser les étiquettes de texte"
16068
-
16069
- #: wppa-settings-autosave.php:8401
16070
- #, fuzzy
16071
- msgid "Use editable text for the New and Modified labels"
16072
- msgstr "Utilisez un texte éditable pour les étiquettes nouvelles et modifiées"
16073
-
16074
- #: wppa-settings-autosave.php:8402
16075
- msgid "If UNticked, you can specify the urls for custom images to be used."
16076
- msgstr ""
16077
- "Si pas cochée, vous pouvez spécifier les URL pour les images personnalisées "
16078
- "à utiliser."
16079
-
16080
- #: wppa-settings-autosave.php:8413
16081
- msgid "Orange"
16082
- msgstr "Orange"
16083
-
16084
- #: wppa-settings-autosave.php:8414
16085
- msgid "Yellow"
16086
- msgstr "Jaune"
16087
-
16088
- #: wppa-settings-autosave.php:8417
16089
- msgid "Purple"
16090
- msgstr "Voilet"
16091
-
16092
- #: wppa-settings-autosave.php:8418
16093
- msgid "Black/white"
16094
- msgstr "Noir/Blanc"
16095
-
16096
- #: wppa-settings-autosave.php:8430 wppa-settings-autosave.php:8452
16097
- msgid "New label"
16098
- msgstr "Nouveau label"
16099
-
16100
- #: wppa-settings-autosave.php:8431
16101
- #, fuzzy
16102
- msgid "Specify the \"New\" indicator details."
16103
- msgstr "Spécifiez les détails de l'indicateur \"Nouveau\"."
16104
-
16105
- #: wppa-settings-autosave.php:8432 wppa-settings-autosave.php:8443
16106
- msgid "If you use qTranslate, the text may be multilingual."
16107
- msgstr "Si vous utilisez qTranslate, le suivant pourrait être multilingue."
16108
-
16109
- #: wppa-settings-autosave.php:8441 wppa-settings-autosave.php:8461
16110
- msgid "Modified label"
16111
- msgstr "Etiquette modifiée"
16112
-
16113
- #: wppa-settings-autosave.php:8442
16114
- #, fuzzy
16115
- msgid "Specify the \"Modified\" indicator details."
16116
- msgstr "Spécifiez les détails de l'indicateur \"Modifié\"."
16117
-
16118
- #: wppa-settings-autosave.php:8453
16119
- #, fuzzy
16120
- msgid "Specify the \"New\" indicator url."
16121
- msgstr "Indiquez l'URL de l'indicateur \"Nouveau\"."
16122
-
16123
- #: wppa-settings-autosave.php:8462
16124
- #, fuzzy
16125
- msgid "Specify the \"Modified\" indicator url."
16126
- msgstr "Indiquez l'URL de l'indicateur \"Modifié\"."
16127
-
16128
- #: wppa-settings-autosave.php:8470
16129
- msgid "Limit LasTen New"
16130
- msgstr "Limiter LasTen Nouveau"
16131
-
16132
- #: wppa-settings-autosave.php:8471
16133
- msgid "Limits the LasTen photos to those that are 'New', or newly modified."
16134
- msgstr ""
16135
- "Limite les photos LasTen à celles qui sont «Nouveau», ou nouvellement "
16136
- "modifiées."
16137
-
16138
- #: wppa-settings-autosave.php:8472
16139
- msgid ""
16140
- "If you tick this box and configured the new photo time, you can even limit "
16141
- "the number by the setting in Table I-F7, or set that number to an unlikely "
16142
- "high value."
16143
- msgstr ""
16144
- "Si vous cochez cette case et configuré la nouvelle heure de photo, vous "
16145
- "pouvez même limiter le nombre par la mise en Table I-F7, ou définir ce "
16146
- "nombre sur une valeur élevée peu probable."
16147
-
16148
- #: wppa-settings-autosave.php:8479
16149
- msgid "LasTen use Modified"
16150
- msgstr "LasTen utilse modifié"
16151
-
16152
- #: wppa-settings-autosave.php:8480
16153
- msgid ""
16154
- "Use the time modified rather than time upload for LasTen widget/shortcode."
16155
- msgstr ""
16156
- "Utilisez le temps modifié plutôt que le téléchargement de temps pour "
16157
- "widget / code court LasTen."
16158
-
16159
- #: wppa-settings-autosave.php:8488
16160
- msgid "Apply Newphoto desc"
16161
- msgstr "Appliquer la description nouveau"
16162
-
16163
- #: wppa-settings-autosave.php:8489
16164
- msgid "Give each new photo a standard description."
16165
- msgstr "Donner à chaque nouvelle photo une description normalisée."
16166
-
16167
- #: wppa-settings-autosave.php:8490
16168
- msgid ""
16169
- "If checked, each new photo will get the description (template) as specified "
16170
- "in the next item."
16171
- msgstr ""
16172
- "Si cochée, chaque nouvelle photo obtient la description (modèle), comme "
16173
- "spécifié dans l’element suivant."
16174
-
16175
- #: wppa-settings-autosave.php:8497
16176
- msgid "New photo desc"
16177
- msgstr "Description nouvelle photo"
16178
-
16179
- #: wppa-settings-autosave.php:8498
16180
- #, fuzzy
16181
- msgid "The description (template) to add to a new photo."
16182
- msgstr "La description (modèle) à ajouter à une nouvelle photo."
16183
-
16184
- #: wppa-settings-autosave.php:8499
16185
- msgid "Enter the default description."
16186
- msgstr "Entrez la description par défaut."
16187
-
16188
- #: wppa-settings-autosave.php:8500
16189
- msgid "If you use html, please check item B-1 of this table."
16190
- msgstr "Si vous utilisez html, s’il vous plaît cochez point B-1 de ce table."
16191
-
16192
- #: wppa-settings-autosave.php:8507
16193
- msgid "New photo owner"
16194
- msgstr "Propriétaire de nouvelle photo"
16195
-
16196
- #: wppa-settings-autosave.php:8508
16197
- msgid "The owner of a new uploaded photo."
16198
- msgstr "Le propriétaire d’une nouvelle photo téléchargée."
16199
-
16200
- #: wppa-settings-autosave.php:8509
16201
- msgid "If you leave this blank, the uploader will be set as the owner"
16202
- msgstr ""
16203
- "Si vous laissez ce champ vide, l’uploader sera définie en tant que "
16204
- "propriétaire"
16205
-
16206
- #: wppa-settings-autosave.php:8511
16207
- msgid "leave blank or enter login name"
16208
- msgstr "laissez vide ou entrez le nom de connexion"
16209
-
16210
- #: wppa-settings-autosave.php:8517
16211
- msgid "New albums are created with this upload limit."
16212
- msgstr "De nouveaux albums sont créés avec cette limite de téléchargement."
16213
-
16214
- #: wppa-settings-autosave.php:8518
16215
- msgid ""
16216
- "Administrators can change the limit settings in the \"Edit Album Information"
16217
- "\" admin page."
16218
- msgstr ""
16219
- "Administrateurs peuvent modifier les paramètres de limite dans la page "
16220
- "d’administration de « Modifier les informations de Album »."
16221
-
16222
- #: wppa-settings-autosave.php:8535
16223
- msgid "Default parent"
16224
- msgstr "Parent par défaut"
16225
-
16226
- #: wppa-settings-autosave.php:8536
16227
- #, fuzzy
16228
- msgid "The parent album of new albums."
16229
- msgstr "L'album parent de nouveaux albums."
16230
-
16231
- #: wppa-settings-autosave.php:8553
16232
- msgid "Default parent always"
16233
- msgstr "Par défaut parent toujours"
16234
-
16235
- #: wppa-settings-autosave.php:8554
16236
- #, fuzzy
16237
- msgid ""
16238
- "The parent album of new albums is always the default, except for "
16239
- "administrators."
16240
- msgstr ""
16241
- "L'album parent des nouveaux albums est toujours par défaut, sauf pour les "
16242
- "administrateurs."
16243
-
16244
- #: wppa-settings-autosave.php:8562
16245
- #, fuzzy
16246
- msgid "Show album full"
16247
- msgstr "Afficher l'album complet"
16248
-
16249
- #: wppa-settings-autosave.php:8563
16250
- #, fuzzy
16251
- msgid "Show the Upload limit reached message if appropriate."
16252
- msgstr "Affichez le message de limite de téléchargement envoyé s'il y a lieu."
16253
-
16254
- #: wppa-settings-autosave.php:8571
16255
- msgid "Grant an album"
16256
- msgstr "Grant an album"
16257
-
16258
- #: wppa-settings-autosave.php:8572
16259
- msgid "Create an album for each user logging in."
16260
- msgstr "Créer un album pour chaque utilisateur connecté."
16261
-
16262
- #: wppa-settings-autosave.php:8580
16263
- msgid "Grant album name"
16264
- msgstr "Grant album name"
16265
-
16266
- #: wppa-settings-autosave.php:8581
16267
- #, fuzzy
16268
- msgid "The name to be used for the album."
16269
- msgstr "Le nom à utiliser pour l'album."
16270
-
16271
- #: wppa-settings-autosave.php:8584
16272
- msgid "Login name"
16273
- msgstr "Identifiant"
16274
-
16275
- #: wppa-settings-autosave.php:8584 wppa-upldr-widget.php:201
16276
- msgid "Display name"
16277
- msgstr "Afficher le nom"
16278
-
16279
- #: wppa-settings-autosave.php:8584
16280
- msgid "Id"
16281
- msgstr "Id"
16282
-
16283
- #: wppa-settings-autosave.php:8584
16284
- msgid "Firstname Lastname"
16285
- msgstr "Prénom Nom de famille"
16286
-
16287
- #: wppa-settings-autosave.php:8591
16288
- msgid "Grant parent selection method"
16289
- msgstr "Méthode de sélection parent garantie"
16290
-
16291
- #: wppa-settings-autosave.php:8592
16292
- #, fuzzy
16293
- msgid "The way the grant parents are defined."
16294
- msgstr "La façon dont les parents de la subvention sont définis."
16295
-
16296
- #: wppa-settings-autosave.php:8595
16297
- msgid "An album (multi)selectionbox"
16298
- msgstr "Une boîte de (multi)sélection d'album"
16299
-
16300
- #: wppa-settings-autosave.php:8596
16301
- msgid "An album category"
16302
- msgstr "Une catégorie d'album"
16303
-
16304
- #: wppa-settings-autosave.php:8597
16305
- msgid "An index search token"
16306
- msgstr "Un jeton de recherche d'index"
16307
-
16308
- #: wppa-settings-autosave.php:8611
16309
- msgid "Grant parent"
16310
- msgstr "Grant parent"
16311
-
16312
- #: wppa-settings-autosave.php:8612
16313
- #, fuzzy
16314
- msgid "The parent album(s) of the auto created albums."
16315
- msgstr "L'album (s) parent (s) des albums créés automatiquement."
16316
-
16317
- #: wppa-settings-autosave.php:8613
16318
- #, fuzzy
16319
- msgid ""
16320
- "You may select multiple albums. All logged in visitors will get their own "
16321
- "sub-album in each granted parent."
16322
- msgstr ""
16323
- "Vous pouvez sélectionner plusieurs albums. Tous les visiteurs connectés "
16324
- "obtiendront leur propre sous-album dans chaque album parent concédé."
16325
-
16326
- #: wppa-settings-autosave.php:8631
16327
- msgid "Grant parent category"
16328
- msgstr "Catégorie parent garantie"
16329
-
16330
- #: wppa-settings-autosave.php:8632
16331
- #, fuzzy
16332
- msgid "The category of the parent album(s) of the auto created albums."
16333
- msgstr ""
16334
- "La catégorie de l'album (s) parent (s) des albums créés automatiquement."
16335
-
16336
- #: wppa-settings-autosave.php:8648
16337
- msgid "Grant parent index token"
16338
- msgstr "Atteindre l'indice parent garantie"
16339
-
16340
- #: wppa-settings-autosave.php:8649
16341
- #, fuzzy
16342
- msgid ""
16343
- "The index token that defines the parent album(s) of the auto created albums."
16344
- msgstr ""
16345
- "Le jeton d'index qui définit l'album (s) parent (s) des albums créés "
16346
- "automatiquement."
16347
-
16348
- #: wppa-settings-autosave.php:8659
16349
- msgid "Grant categories"
16350
- msgstr "Catégories de garantie"
16351
-
16352
- #: wppa-settings-autosave.php:8660
16353
- #, fuzzy
16354
- msgid "The categories a new granted album will get."
16355
- msgstr "Les catégories qu'un nouvel album accordé obtiendront."
16356
-
16357
- #: wppa-settings-autosave.php:8668
16358
- msgid "Grant tags"
16359
- msgstr "Balises de garantie"
16360
-
16361
- #: wppa-settings-autosave.php:8669
16362
- #, fuzzy
16363
- msgid "The default tags the photos in a new granted album will get."
16364
- msgstr ""
16365
- "Les étiquettes par défaut des photos dans un nouvel album accordé seront "
16366
- "obtenues."
16367
-
16368
- #: wppa-settings-autosave.php:8677
16369
- msgid "Max user albums"
16370
- msgstr "Max albums d'utilisateur"
16371
-
16372
- #: wppa-settings-autosave.php:8678
16373
- #, fuzzy
16374
- msgid "The max number of albums a user can create."
16375
- msgstr "Le nombre maximum d'albums qu'un utilisateur peut créer."
16376
-
16377
- #: wppa-settings-autosave.php:8679
16378
- #, fuzzy
16379
- msgid ""
16380
- "The maximum number of albums a user can create when he is not admin and "
16381
- "owner only is active"
16382
- msgstr ""
16383
- "Le nombre maximum d'albums qu'un utilisateur peut créer lorsqu'il n'est pas "
16384
- "administrateur et que le propriétaire est seul actif"
16385
-
16386
- #: wppa-settings-autosave.php:8680
16387
- msgid "A number of 0 means No limit"
16388
- msgstr "Un nombre de 0 signifie aucune limite"
16389
-
16390
- #: wppa-settings-autosave.php:8687
16391
- msgid "Default photo name"
16392
- msgstr "Nom de photo par défaut"
16393
-
16394
- #: wppa-settings-autosave.php:8688
16395
- #, fuzzy
16396
- msgid "Select the way the name of a new uploaded photo should be determined."
16397
- msgstr ""
16398
- "Sélectionnez la façon dont le nom d'une nouvelle photo téléchargée doit être "
16399
- "déterminé."
16400
-
16401
- #: wppa-settings-autosave.php:8691
16402
- msgid "Filename"
16403
- msgstr "Nom de fichier"
16404
-
16405
- #: wppa-settings-autosave.php:8692
16406
- msgid "Filename without extension"
16407
- msgstr "Nom de fichier sans extension"
16408
-
16409
- #: wppa-settings-autosave.php:8693
16410
- msgid "IPTC Tag 2#005 (Graphic name)"
16411
- msgstr "IPTC Balise 2#005 (Nom graphique)"
16412
-
16413
- #: wppa-settings-autosave.php:8694
16414
- msgid "IPTC Tag 2#120 (Caption)"
16415
- msgstr "IPTC Balise 2#120 (Légende)"
16416
-
16417
- #: wppa-settings-autosave.php:8695
16418
- msgid "No name at all"
16419
- msgstr "Pas de nom du tout"
16420
-
16421
- #: wppa-settings-autosave.php:8696
16422
- msgid "Photo w#id (literally)"
16423
- msgstr "Photo w#id (littéralement)"
16424
-
16425
- #: wppa-settings-autosave.php:8704
16426
- msgid "Default coverphoto"
16427
- msgstr "Photo de couverture par défaut"
16428
-
16429
- #: wppa-settings-autosave.php:8705
16430
- msgid "Name of photofile to become cover image"
16431
- msgstr "Nom du fichier photo pour devenir l'image de couverture"
16432
-
16433
- #: wppa-settings-autosave.php:8706
16434
- msgid ""
16435
- "If you name a photofile like this setting before upload, it will become the "
16436
- "coverimage automatically."
16437
- msgstr ""
16438
- "Si vous nommez un fichier photo comme ce paramètre avant de télécharger, il "
16439
- "deviendra automatiquement l'image de couverture."
16440
-
16441
- #: wppa-settings-autosave.php:8713
16442
- msgid "Copy Timestamp"
16443
- msgstr "Copier timestamp"
16444
-
16445
- #: wppa-settings-autosave.php:8714
16446
- msgid "Copy timestamp when copying photo."
16447
- msgstr "Copiez timestamp lors de la copie de photo."
16448
-
16449
- #: wppa-settings-autosave.php:8715
16450
- msgid "If checked, the copied photo is not \"new\""
16451
- msgstr "Si elle est cochée, la photo copiée n'est pas \"nouveau\""
16452
-
16453
- #: wppa-settings-autosave.php:8722
16454
- msgid "Copy Owner"
16455
- msgstr "Copier le propriétaire"
16456
-
16457
- #: wppa-settings-autosave.php:8723
16458
- msgid "Copy the owner when copying photo."
16459
- msgstr "Copiez le propriétaire lors de la copie de photo."
16460
-
16461
- #: wppa-settings-autosave.php:8731
16462
- msgid "FE Albums public"
16463
- msgstr "FE Albums publics"
16464
-
16465
- #: wppa-settings-autosave.php:8732
16466
- msgid "Frontend created albums are --- public ---"
16467
- msgstr "Albums créé en Frontend sont --- publics ---"
16468
-
16469
- #: wppa-settings-autosave.php:8741
16470
- msgid "Optimize image files right after upload/import"
16471
- msgstr ""
16472
- "Optimisez les fichiers image immédiatement après le téléchargement / "
16473
- "l'importation"
16474
-
16475
- #: wppa-settings-autosave.php:8742
16476
- #, fuzzy
16477
- msgid "This option requires the plugin EWWW Image Optimizer to be activated"
16478
- msgstr "Cette option nécessite l'activation du plugin EWWW Image Optimizer"
16479
-
16480
- #: wppa-settings-autosave.php:8749
16481
- msgid "Default album linktype"
16482
- msgstr "Linktype album par défaut"
16483
-
16484
- #: wppa-settings-autosave.php:8750
16485
- #, fuzzy
16486
- msgid "The album linktype for new albums"
16487
- msgstr "Le type de lien de l'album pour les nouveaux albums"
16488
-
16489
- #: wppa-settings-autosave.php:8769
16490
- #, fuzzy
16491
- msgid "Search Albums and Photos related settings"
16492
- msgstr "Rechercher les paramètres liés aux albums et aux photos"
16493
-
16494
- #: wppa-settings-autosave.php:8771
16495
- msgid "Search page"
16496
- msgstr "Rechercher dans la page"
16497
-
16498
- #: wppa-settings-autosave.php:8772
16499
- msgid "Display the search results on page."
16500
- msgstr "Affichez les résultats de recherche sur la page."
16501
-
16502
- #: wppa-settings-autosave.php:8773
16503
- #, fuzzy
16504
- msgid ""
16505
- "Select the page to be used to display search results. The page MUST contain "
16506
- "[wppa][/wppa]."
16507
- msgstr ""
16508
- "Sélectionnez la page à utiliser pour afficher les résultats de recherche. La "
16509
- "page DOIT contenir [wppa] [/ wppa]."
16510
-
16511
- #: wppa-settings-autosave.php:8774
16512
- msgid "You may give it the title \"Search results\" or something alike."
16513
- msgstr ""
16514
- "Vous pouvez lui donner titre « résultats de la recherche » ou quelque chose "
16515
- "comme."
16516
-
16517
- #: wppa-settings-autosave.php:8775
16518
- msgid ""
16519
- "Or you may use the standard page on which you display the generic album."
16520
- msgstr ""
16521
- "Ou vous pouvez utiliser la page standard, sur lequel vous affichez l’album "
16522
- "générique."
16523
-
16524
- #: wppa-settings-autosave.php:8782
16525
- msgid "--- Please select a page ---"
16526
- msgstr "--- Choisir une page ---"
16527
-
16528
- #: wppa-settings-autosave.php:8815
16529
- msgid "Exclude separate"
16530
- msgstr "Exclure séparé"
16531
-
16532
- #: wppa-settings-autosave.php:8816
16533
- msgid "Do not search 'separate' albums."
16534
- msgstr "Ne pas rechercher dans les albums 'séparés'"
16535
-
16536
- #: wppa-settings-autosave.php:8817
16537
- #, fuzzy
16538
- msgid ""
16539
- "When checked, albums (and photos in them) that have the parent set to --- "
16540
- "separate --- will be excluded from being searched."
16541
- msgstr ""
16542
- "Lorsqu'il est coché, les albums (et les photos en eux-mêmes) qui ont le "
16543
- "parent défini sur --- séparés --- seront exclus de la recherche."
16544
-
16545
- #: wppa-settings-autosave.php:8818
16546
- msgid ""
16547
- "Except when you start searching in a 'saparate' album, with the \"search in "
16548
- "current section\" box ticked."
16549
- msgstr ""
16550
- "Sauf lorsque vous démarrez la recherche d’un album « saparate », avec la "
16551
- "case « recherche dans la section en cours » cochée."
16552
-
16553
- #: wppa-settings-autosave.php:8825
16554
- msgid "Include tags"
16555
- msgstr "Inclure les tags"
16556
-
16557
- #: wppa-settings-autosave.php:8826
16558
- msgid "Do also search the photo tags."
16559
- msgstr "Également rechercher les balises de photo."
16560
-
16561
- #: wppa-settings-autosave.php:8827
16562
- #, fuzzy
16563
- msgid "When checked, the tags of the photo will also be searched."
16564
- msgstr ""
16565
- "Lorsqu'il est coché, les balises de la photo seront également recherchées."
16566
-
16567
- #: wppa-settings-autosave.php:8834
16568
- msgid "Include categories"
16569
- msgstr "Inclure les catégories:"
16570
-
16571
- #: wppa-settings-autosave.php:8835
16572
- msgid "Do also search the album categories."
16573
- msgstr "Également rechercher les catégories de l’album."
16574
-
16575
- #: wppa-settings-autosave.php:8836
16576
- #, fuzzy
16577
- msgid "When checked, the categories of the album will also be searched."
16578
- msgstr ""
16579
- "Une fois cochée, les catégories de l'album seront également recherchées."
16580
-
16581
- #: wppa-settings-autosave.php:8843
16582
- msgid "Include comments"
16583
- msgstr "Inclure les commentaires"
16584
-
16585
- #: wppa-settings-autosave.php:8844
16586
- msgid "Do also search the comments on photos."
16587
- msgstr "Également rechercher les commentaires sur les photos."
16588
-
16589
- #: wppa-settings-autosave.php:8845
16590
- #, fuzzy
16591
- msgid "When checked, the comments of the photos will also be searched."
16592
- msgstr ""
16593
- "Une fois vérifié, les commentaires des photos seront également recherchés."
16594
-
16595
- #: wppa-settings-autosave.php:8852
16596
- msgid "Photos only"
16597
- msgstr "Photos seulement"
16598
-
16599
- #: wppa-settings-autosave.php:8853
16600
- #, fuzzy
16601
- msgid "Search for photos only."
16602
- msgstr "Recherchez uniquement des photos."
16603
-
16604
- #: wppa-settings-autosave.php:8854
16605
- #, fuzzy
16606
- msgid "When checked, only photos will be searched for."
16607
- msgstr "Une fois vérifié, seules les photos seront recherchées."
16608
-
16609
- #: wppa-settings-autosave.php:8869
16610
- msgid "Max albums found"
16611
- msgstr "Maximum des albums trouvés"
16612
-
16613
- #: wppa-settings-autosave.php:8870
16614
- #, fuzzy
16615
- msgid "The maximum number of albums to be displayed."
16616
- msgstr "Le nombre maximum d'albums à afficher."
16617
-
16618
- #: wppa-settings-autosave.php:8878
16619
- msgid "Max photos found"
16620
- msgstr "Max photos trouvées"
16621
-
16622
- #: wppa-settings-autosave.php:8879
16623
- #, fuzzy
16624
- msgid "The maximum number of photos to be displayed."
16625
- msgstr "Le nombre maximum de photos à afficher."
16626
-
16627
- #: wppa-settings-autosave.php:8887
16628
- msgid "Tags OR only"
16629
- msgstr "Balises OU seulement"
16630
-
16631
- #: wppa-settings-autosave.php:8888
16632
- msgid "No and / or buttons"
16633
- msgstr "Pas de boutons et / ou"
16634
-
16635
- #: wppa-settings-autosave.php:8889
16636
- msgid ""
16637
- "Hide the and/or radiobuttons and do the or method in the multitag widget and "
16638
- "shortcode."
16639
- msgstr ""
16640
- "Masquer l’et/ou de cases d’option et ne l’ou la méthode dans le widget "
16641
- "multibalises et code court."
16642
-
16643
- #: wppa-settings-autosave.php:8896
16644
- msgid "Tags add Inverse"
16645
- msgstr "Balisess ajouter un Inverse"
16646
-
16647
- #: wppa-settings-autosave.php:8897
16648
- msgid "Add a checkbox to invert the selection."
16649
- msgstr "Ajoute une case à cocher pour inverser la sélection."
16650
-
16651
- #: wppa-settings-autosave.php:8898
16652
- msgid "Adds an Invert (NOT) checkbox on the multitag widget and shortcode."
16653
- msgstr ""
16654
- "Ajoute une case à cocher inverser (pas) sur le widget multibalises et code "
16655
- "court."
16656
-
16657
- #: wppa-settings-autosave.php:8905
16658
- msgid "Floating searchtoken"
16659
- msgstr "Jeton recherche flottant"
16660
-
16661
- #: wppa-settings-autosave.php:8906
16662
- msgid "A match need not start at the first char."
16663
- msgstr "Un match ne besoin pas dès le premier char."
16664
-
16665
- #: wppa-settings-autosave.php:8907
16666
- msgid ""
16667
- "A match is found while searching also when the entered token is somewhere in "
16668
- "the middle of a word."
16669
- msgstr ""
16670
- "Une correspondance est trouvée en cherchant également lorsque le jeton est "
16671
- "entré est quelque part au milieu d’un mot."
16672
-
16673
- #: wppa-settings-autosave.php:8908
16674
- #, fuzzy
16675
- msgid "This works in indexed search only!"
16676
- msgstr "Cela fonctionne uniquement dans la recherche indexée!"
16677
-
16678
- #: wppa-settings-autosave.php:8915
16679
- #, fuzzy
16680
- msgid "Search results display"
16681
- msgstr "Affichage des résultats de recherche"
16682
-
16683
- #: wppa-settings-autosave.php:8916
16684
- #, fuzzy
16685
- msgid "Select the way the search results should be displayed."
16686
- msgstr ""
16687
- "Sélectionnez la manière dont les résultats de recherche doivent être "
16688
- "affichés."
16689
-
16690
- #: wppa-settings-autosave.php:8917
16691
- msgid ""
16692
- "If you select anything different from \"Albums and thumbnails\", \"Photos "
16693
- "only\" is assumed (Table IX-E6)."
16694
- msgstr ""
16695
- "Si vous choisissez quelque chose de différent de \"Albums et miniatures\", "
16696
- "\"Photos seulement\" est supposé (Table IX-E6)."
16697
-
16698
- #: wppa-settings-autosave.php:8919
16699
- msgid "Albums and thumbnails"
16700
- msgstr "Album et vignettes"
16701
-
16702
- #: wppa-settings-autosave.php:8919
16703
- #, fuzzy
16704
- msgid "Slideonly slideshow"
16705
- msgstr "Slideonly diaporama"
16706
-
16707
- #: wppa-settings-autosave.php:8926
16708
- msgid "Name max length"
16709
- msgstr "Longueur maximale de nom"
16710
-
16711
- #: wppa-settings-autosave.php:8927
16712
- msgid "Max length of displayed photonames in supersearch selectionlist"
16713
- msgstr ""
16714
- "Longueur maximale des noms des photos affichés dans la liste de sélection de "
16715
- "la recherche avancée"
16716
-
16717
- #: wppa-settings-autosave.php:8928 wppa-settings-autosave.php:8937
16718
- #, fuzzy
16719
- msgid ""
16720
- "To limit the length of the selectionlist, enter the number of characters to "
16721
- "show."
16722
- msgstr ""
16723
- "Pour limiter la longueur de la liste de sélection, entrez le nombre de "
16724
- "caractères à afficher."
16725
-
16726
- #: wppa-settings-autosave.php:8935
16727
- msgid "Text max length"
16728
- msgstr "Longueur de texte maximale"
16729
-
16730
- #: wppa-settings-autosave.php:8936
16731
- msgid "Max length of displayed photo text in supersearch selectionlist"
16732
- msgstr ""
16733
- "Longuer maximale du texte de la photo affichée dans la liste de sélection de "
16734
- "la recherche avancée"
16735
-
16736
- #: wppa-settings-autosave.php:8944
16737
- msgid "Search toptext"
16738
- msgstr "Recherche Toptext"
16739
-
16740
- #: wppa-settings-autosave.php:8945
16741
- #, fuzzy
16742
- msgid "The text at the top of the search box."
16743
- msgstr "Le texte en haut de la zone de recherche."
16744
-
16745
- #: wppa-settings-autosave.php:8946
16746
- msgid ""
16747
- "This is the equivalence of the text you can enter in the widget activation "
16748
- "screen to show above the input box, but now for the search shortcode display."
16749
- msgstr ""
16750
- "Il s'agit de l'équivalence du texte que vous pouvez entrer dans l'écran "
16751
- "d'activation du widget pour afficher au-dessus de la boîte de saisie, mais "
16752
- "maintenant pour l'affichage de code court de recherche."
16753
-
16754
- #: wppa-settings-autosave.php:8947
16755
- msgid "May contain unfiltered HTML."
16756
- msgstr "Peut contenir du HTML non filtré."
16757
-
16758
- #: wppa-settings-autosave.php:8954
16759
- #, fuzzy
16760
- msgid "Section search text"
16761
- msgstr "Texte de recherche de section"
16762
-
16763
- #: wppa-settings-autosave.php:8955
16764
- #, fuzzy
16765
- msgid ""
16766
- "The labeltext at the checkbox for the 'Search in current section' checkbox."
16767
- msgstr ""
16768
- "Le titre de l'étiquette dans la case à cocher \"Chercher dans la section "
16769
- "actuelle\"."
16770
-
16771
- #: wppa-settings-autosave.php:8963
16772
- #, fuzzy
16773
- msgid "Results search text"
16774
- msgstr "Texte de recherche de résultats"
16775
-
16776
- #: wppa-settings-autosave.php:8964
16777
- #, fuzzy
16778
- msgid ""
16779
- "The labeltext at the checkbox for the 'Search in current results' checkbox."
16780
- msgstr ""
16781
- "Le titre de l'étiquette dans la case à cocher \"Chercher dans les résultats "
16782
- "actuels\"."
16783
-
16784
- #: wppa-settings-autosave.php:8972
16785
- msgid "Minimum search token length"
16786
- msgstr "Longueur minimale de jeton de recherche"
16787
-
16788
- #: wppa-settings-autosave.php:8973
16789
- #, fuzzy
16790
- msgid "The minmum number of chars in a search request."
16791
- msgstr "Le nombre minimum de caractères dans une requête de recherche."
16792
-
16793
- #: wppa-settings-autosave.php:8981
16794
- msgid "Exclude from search"
16795
- msgstr "Exclure de la recherche"
16796
-
16797
- #: wppa-settings-autosave.php:8982
16798
- msgid "Exclude these words from search index."
16799
- msgstr "Exclure ces mots de l'index de recherche."
16800
-
16801
- #: wppa-settings-autosave.php:8983
16802
- msgid "Enter words separated by commas (,)"
16803
- msgstr "Entrez les mots séparés par des virgules (,)"
16804
-
16805
- #: wppa-settings-autosave.php:8990
16806
- msgid "Exclude numbers"
16807
- msgstr "Exclure des numéros"
16808
-
16809
- #: wppa-settings-autosave.php:8991
16810
- msgid "Exclude numbers from search index."
16811
- msgstr "Exclure les nombres de l'index de recherche."
16812
-
16813
- #: wppa-settings-autosave.php:8992
16814
- msgid "If ticked, photos and albums are not searchable by numbers."
16815
- msgstr ""
16816
- "Si cochée, les photos et les albums ne sont pas recherchés par des nombres."
16817
-
16818
- #: wppa-settings-autosave.php:8999
16819
- msgid "Ignore slash"
16820
- msgstr "Ignorer la barre oblique"
16821
-
16822
- #: wppa-settings-autosave.php:9000
16823
- msgid "Ignore slash chracter (/)."
16824
- msgstr "Ignorer la barre oblique (/)."
16825
-
16826
- #: wppa-settings-autosave.php:9008
16827
- msgid "Watermark related settings"
16828
- msgstr "Paramètres associés de Filigrane"
16829
-
16830
- #: wppa-settings-autosave.php:9011
16831
- msgid "Enable the application of watermarks."
16832
- msgstr "Permettre l’application de filigranes."
16833
-
16834
- #: wppa-settings-autosave.php:9012
16835
- msgid "If checked, photos can be watermarked during upload / import."
16836
- msgstr ""
16837
- "S’il est activé, les photos peuvent être filigranés pendant le "
16838
- "téléchargement / import."
16839
-
16840
- #: wppa-settings-autosave.php:9021
16841
- msgid "Watermark file"
16842
- msgstr "Fichier filigrane"
16843
-
16844
- #: wppa-settings-autosave.php:9022
16845
- #, fuzzy
16846
- msgid "The default watermarkfile to be used."
16847
- msgstr "Le fichier filigrane par défaut à utiliser."
16848
-
16849
- #: wppa-settings-autosave.php:9023
16850
- msgid "Watermark files are of type png and reside in"
16851
- msgstr "Les fichiers filigrane sont du type PNG et consistent en"
16852
-
16853
- #: wppa-settings-autosave.php:9024
16854
- msgid ""
16855
- "A suitable watermarkfile typically consists of a transparent background and "
16856
- "a black text or drawing."
16857
- msgstr ""
16858
- "Un watermarkfile convenable se compose généralement d’un arrière-plan "
16859
- "transparent et un texte noir ou un dessin."
16860
-
16861
- #: wppa-settings-autosave.php:9026
16862
- msgid ""
16863
- "You may also select one of the textual watermark types at the bottom of the "
16864
- "selection list."
16865
- msgstr ""
16866
- "Vous pouvez également sélectionner un des types de filigrane textuel au bas "
16867
- "de la liste de sélection."
16868
-
16869
- #: wppa-settings-autosave.php:9030
16870
- msgid "position:"
16871
- msgstr "Position:"
16872
-
16873
- #: wppa-settings-autosave.php:9036
16874
- msgid "Upload watermark"
16875
- msgstr "Charger filigrane"
16876
-
16877
- #: wppa-settings-autosave.php:9037
16878
- msgid "Upload a new watermark file"
16879
- msgstr "Charger un nouveau fichier filigrane"
16880
-
16881
- #: wppa-settings-autosave.php:9041
16882
- msgid "Upload watermark image"
16883
- msgstr "Charger une image filigrane"
16884
-
16885
- #: wppa-settings-autosave.php:9046
16886
- msgid "Watermark opacity image"
16887
- msgstr "Opacité du filigrane d'image"
16888
-
16889
- #: wppa-settings-autosave.php:9047
16890
- #, fuzzy
16891
- msgid "You can set the intensity of image watermarks here."
16892
- msgstr "Vous pouvez définir l'intensité des filigranes d'image ici."
16893
-
16894
- #: wppa-settings-autosave.php:9048 wppa-settings-autosave.php:9153
16895
- #, fuzzy
16896
- msgid ""
16897
- "The higher the number, the intenser the watermark. Value must be > 0 and <= "
16898
- "100."
16899
- msgstr ""
16900
- "Plus le nombre est élevé, plus le filigrane est intensif. La valeur doit "
16901
- "être> 0 et <= 100."
16902
-
16903
- #: wppa-settings-autosave.php:9055
16904
- msgid "Textual watermark style"
16905
- msgstr "Style du texte filigrane"
16906
-
16907
- #: wppa-settings-autosave.php:9056
16908
- #, fuzzy
16909
- msgid "The way the textual watermarks look like"
16910
- msgstr "Comment ressemble le filigrane textuel"
16911
-
16912
- #: wppa-settings-autosave.php:9060
16913
- msgid "TV subtitle style"
16914
- msgstr "Style des sous-titres"
16915
-
16916
- #: wppa-settings-autosave.php:9060
16917
- msgid "White text on black background"
16918
- msgstr "Texte blanc sur fond noir"
16919
-
16920
- #: wppa-settings-autosave.php:9060
16921
- msgid "Black text on white background"
16922
- msgstr "Texte noir sur fond blanc"
16923
-
16924
- #: wppa-settings-autosave.php:9060
16925
- #, fuzzy
16926
- msgid "Reverse TV style (Utopia)"
16927
- msgstr "Style de télévision inverse (Utopia)"
16928
-
16929
- #: wppa-settings-autosave.php:9060
16930
- msgid "White on transparent background"
16931
- msgstr "Blanc sur fond transparent"
16932
-
16933
- #: wppa-settings-autosave.php:9060
16934
- msgid "Black on transparent background"
16935
- msgstr "Noir sur fond transparent"
16936
-
16937
- #: wppa-settings-autosave.php:9070
16938
- #, fuzzy
16939
- msgid "Predefined watermark text"
16940
- msgstr "Texte prédéfini de filigrane"
16941
-
16942
- #: wppa-settings-autosave.php:9071
16943
- #, fuzzy
16944
- msgid "The text to use when --- pre-defined --- is selected."
16945
- msgstr "Le texte à utiliser lorsque --- prédéfini --- est sélectionné."
16946
-
16947
- #: wppa-settings-autosave.php:9072
16948
- msgid "You may use the following keywords:"
16949
- msgstr "Vous pouvez utiliser les mots clés suivants:"
16950
-
16951
- #: wppa-settings-autosave.php:9073
16952
- msgid ""
16953
- "w#site, w#displayname, all standard photo keywords, iptc and exif keywords"
16954
- msgstr ""
16955
- "w#site, w#displayname, tous les mots-clés photo standard, mots clés iptc et "
16956
- "exif"
16957
-
16958
- #: wppa-settings-autosave.php:9080
16959
- msgid "Textual watermark font"
16960
- msgstr "Police du texte filigrane"
16961
-
16962
- #: wppa-settings-autosave.php:9081
16963
- #, fuzzy
16964
- msgid "The font to use with textual watermarks."
16965
- msgstr "La police à utiliser avec les filigranes textuels."
16966
-
16967
- #: wppa-settings-autosave.php:9082
16968
- msgid "Except for the system font, are font files of type ttf and reside in"
16969
- msgstr ""
16970
- "À l’exception de la police système, sont des fichiers de police de type ttf "
16971
- "et résident dans"
16972
-
16973
- #: wppa-settings-autosave.php:9110
16974
- msgid "Textual watermark font size"
16975
- msgstr "Taille de la police texte filigrane"
16976
-
16977
- #: wppa-settings-autosave.php:9111
16978
- msgid "You can set the size of the truetype fonts only."
16979
- msgstr "Vous pouvez définir seulement la taille des polices truetype."
16980
-
16981
- #: wppa-settings-autosave.php:9112
16982
- #, fuzzy
16983
- msgid ""
16984
- "System font can have size 1,2,3,4 or 5, in some stoneage fontsize units. Any "
16985
- "value > 5 will be treated as 5."
16986
- msgstr ""
16987
- "La police système peut avoir une taille 1,2,3,4 ou 5, dans certaines unités "
16988
- "de polissage de type pierre. Toute valeur> 5 sera traitée comme 5."
16989
-
16990
- #: wppa-settings-autosave.php:9113
16991
- #, fuzzy
16992
- msgid ""
16993
- "Truetype fonts can have any positive integer size, if your PHPs GD version "
16994
- "is 1, in pixels, in GD2 in points."
16995
- msgstr ""
16996
- "Les polices Truetype peuvent avoir une taille entière positive, si votre "
16997
- "version GD de PHP est 1, en pixels, en points GD2 en points."
16998
-
16999
- #: wppa-settings-autosave.php:9114
17000
- msgid "It is unclear how many pixels a point is..."
17001
- msgstr "On ne sait pas combien de pixels est un point..."
17002
-
17003
- #: wppa-settings-autosave.php:9121
17004
- msgid "Foreground color"
17005
- msgstr "Couleur d’arrière-plan"
17006
-
17007
- #: wppa-settings-autosave.php:9122
17008
- msgid "Textual watermark foreground color (black)."
17009
- msgstr "Justifications couleur filigrane au premier plan (noir)."
17010
-
17011
- #: wppa-settings-autosave.php:9132
17012
- msgid "Textual watermark background color (white)."
17013
- msgstr "Justifications couleur filigrane de fond (blanc)."
17014
-
17015
- #: wppa-settings-autosave.php:9141
17016
- msgid "Upload watermark font"
17017
- msgstr "Charger police filigrane"
17018
-
17019
- #: wppa-settings-autosave.php:9142
17020
- msgid "Upload a new watermark font file"
17021
- msgstr "Charger un nouveau fichier filigrane"
17022
-
17023
- #: wppa-settings-autosave.php:9143
17024
- #, fuzzy
17025
- msgid ""
17026
- "Upload truetype fonts (.ttf) only, and test if they work on your server "
17027
- "platform."
17028
- msgstr ""
17029
- "Téléchargez uniquement les polices de type truetype (.ttf) et testez si "
17030
- "elles fonctionnent sur votre plate-forme serveur."
17031
-
17032
- #: wppa-settings-autosave.php:9146
17033
- msgid "Upload TrueType font"
17034
- msgstr "Charger police TrueType"
17035
-
17036
- #: wppa-settings-autosave.php:9151
17037
- msgid "Watermark opacity text"
17038
- msgstr "Opacité du filigrane de texte"
17039
-
17040
- #: wppa-settings-autosave.php:9152
17041
- #, fuzzy
17042
- msgid "You can set the intensity of a text watermarks here."
17043
- msgstr "Vous pouvez définir l'intensité d'un filigrane de texte ici."
17044
-
17045
- #: wppa-settings-autosave.php:9161
17046
- msgid "A real life preview. To update: refresh the page."
17047
- msgstr "Un aperçu de la vie réelle. Mise à jour: actualisez la page."
17048
-
17049
- #: wppa-settings-autosave.php:9172
17050
- msgid "Watermark thumbnails"
17051
- msgstr "Vignettes filigrane"
17052
-
17053
- #: wppa-settings-autosave.php:9173
17054
- msgid "Watermark also the thumbnail image files."
17055
- msgstr "Filigrane également les fichiers de l’image miniature."
17056
-
17057
- #: wppa-settings-autosave.php:9181
17058
- #, fuzzy
17059
- msgid "Slideshow elements sequence order settings"
17060
- msgstr "Paramètres d'ordre des séquences d'éléments de diaporama"
17061
-
17062
- #: wppa-settings-autosave.php:9187 wppa-settings-autosave.php:9233
17063
- msgid "StartStop"
17064
- msgstr "DémarrerArréter"
17065
-
17066
- #: wppa-settings-autosave.php:9188 wppa-settings-autosave.php:9234
17067
- msgid "SlideFrame"
17068
- msgstr "SlideFrame"
17069
-
17070
- #: wppa-settings-autosave.php:9190
17071
- msgid "Desc"
17072
- msgstr "Desc"
17073
-
17074
- #: wppa-settings-autosave.php:9193 wppa-settings-autosave.php:9238
17075
- msgid "FilmStrip"
17076
- msgstr "FilmStrip"
17077
-
17078
- #: wppa-settings-autosave.php:9194 wppa-settings-autosave.php:9239
17079
- msgid "Browsebar"
17080
- msgstr "Browsebar"
17081
-
17082
- #: wppa-settings-autosave.php:9196 wppa-settings-autosave.php:9241
17083
- msgid "IPTC data"
17084
- msgstr "Données IPTC"
17085
-
17086
- #: wppa-settings-autosave.php:9197 wppa-settings-autosave.php:9242
17087
- msgid "EXIF data"
17088
- msgstr "Données EXIF"
17089
-
17090
- #: wppa-settings-autosave.php:9198 wppa-settings-autosave.php:9243
17091
- msgid "Share box"
17092
- msgstr "Boîte de partage"
17093
-
17094
- #: wppa-settings-autosave.php:9200 wppa-settings-autosave.php:9245
17095
- msgid "Enabled"
17096
- msgstr "Activé"
17097
-
17098
- #: wppa-settings-autosave.php:9201 wppa-settings-autosave.php:9246
17099
- msgid "Disabled"
17100
- msgstr "Désactivé"
17101
-
17102
- #: wppa-settings-autosave.php:9203 wppa-settings-autosave.php:9248
17103
- #, fuzzy
17104
- msgid "Start/Stop & Slower/Faster navigation bar"
17105
- msgstr "Start / Stop & Slower / Barre de navigation plus rapide"
17106
-
17107
- #: wppa-settings-autosave.php:9204 wppa-settings-autosave.php:9249
17108
- #, fuzzy
17109
- msgid "The Slide Frame"
17110
- msgstr "Cadre pour diapositive."
17111
-
17112
- #: wppa-settings-autosave.php:9204 wppa-settings-autosave.php:9249
17113
- msgid "( Always )"
17114
- msgstr "( Toujours )"
17115
-
17116
- #: wppa-settings-autosave.php:9205
17117
- msgid "Photo Name Box"
17118
- msgstr "Boîte de nom de la photo"
17119
-
17120
- #: wppa-settings-autosave.php:9206
17121
- msgid "Photo Description Box"
17122
- msgstr "Boite de description de la photo"
17123
-
17124
- #: wppa-settings-autosave.php:9207 wppa-settings-autosave.php:9251
17125
- msgid "Custom Box"
17126
- msgstr "Boîte personnalisée"
17127
-
17128
- #: wppa-settings-autosave.php:9208 wppa-settings-autosave.php:9252
17129
- msgid "Rating Bar"
17130
- msgstr "Barre de vote"
17131
-
17132
- #: wppa-settings-autosave.php:9209 wppa-settings-autosave.php:9253
17133
- msgid "Film Strip with embedded Start/Stop and Goto functionality"
17134
- msgstr ""
17135
- "Bande de film avec des fonctionnalités de Start/Stop et Goto incorporée"
17136
-
17137
- #: wppa-settings-autosave.php:9210 wppa-settings-autosave.php:9254
17138
- msgid "Browse Bar with Photo X of Y counter"
17139
- msgstr "Parcourir Bar avec comptoir de la Photo X de Y"
17140
-
17141
- #: wppa-settings-autosave.php:9211 wppa-settings-autosave.php:9255
17142
- msgid "Comments Box"
17143
- msgstr "Boîte de commentaires"
17144
-
17145
- #: wppa-settings-autosave.php:9212 wppa-settings-autosave.php:9256
17146
- msgid "IPTC box"
17147
- msgstr "Boîte IPTC"
17148
-
17149
- #: wppa-settings-autosave.php:9213 wppa-settings-autosave.php:9257
17150
- msgid "EXIF box"
17151
- msgstr "Boîte EXIF"
17152
-
17153
- #: wppa-settings-autosave.php:9214 wppa-settings-autosave.php:9258
17154
- msgid "Social media share box"
17155
- msgstr "Boîte de partage social"
17156
-
17157
- #: wppa-settings-autosave.php:9220 wppa-settings-autosave.php:9264
17158
- msgid "Move Up"
17159
- msgstr "Déplacer vers le haut"
17160
-
17161
- #: wppa-settings-autosave.php:9235
17162
- msgid "NameDesc"
17163
- msgstr "NomDesc"
17164
-
17165
- #: wppa-settings-autosave.php:9250
17166
- #, fuzzy
17167
- msgid "Photo Name & Description Box"
17168
- msgstr "Nom et description de la photo"
17169
-
17170
- #: wppa-settings-autosave.php:9274
17171
- #, fuzzy
17172
- msgid "Swap Namedesc"
17173
- msgstr "Swap Namedesc"
17174
-
17175
- #: wppa-settings-autosave.php:9275
17176
- #, fuzzy
17177
- msgid "Swap the order sequence of name and description"
17178
- msgstr "Échangez la séquence de commande du nom et de la description"
17179
-
17180
- #: wppa-settings-autosave.php:9283
17181
- #, fuzzy
17182
- msgid "Split Name and Desc"
17183
- msgstr "Split Name et Desc"
17184
-
17185
- #: wppa-settings-autosave.php:9284
17186
- #, fuzzy
17187
- msgid "Put Name and Description in separate boxes"
17188
- msgstr "Mettre le nom et la description dans des boîtes distinctes"
17189
-
17190
- #: wppa-settings-autosave.php:9287
17191
- #, fuzzy
17192
- msgid "Please reload this page after the green checkmark appears!"
17193
- msgstr "Veuillez recharger cette page après la coche verte!"
17194
-
17195
- #: wppa-settings-autosave.php:9292
17196
- #, fuzzy
17197
- msgid "Source file management and other upload/import settings and actions."
17198
- msgstr ""
17199
- "Gestion des fichiers source et autres paramètres et actions de "
17200
- "téléchargement / importation."
17201
-
17202
- #: wppa-settings-autosave.php:9294
17203
- msgid "Keep sourcefiles admin"
17204
- msgstr "Garder sourcefiles admin"
17205
-
17206
- #: wppa-settings-autosave.php:9295
17207
- msgid "Keep the original uploaded and imported photo files."
17208
- msgstr "Conservez les fichiers photo télechargés et importés originaux."
17209
-
17210
- #: wppa-settings-autosave.php:9296 wppa-settings-autosave.php:9306
17211
- #, fuzzy
17212
- msgid ""
17213
- "The files will be kept in a separate directory with subdirectories for each "
17214
- "album"
17215
- msgstr ""
17216
- "Les fichiers seront conservés dans un répertoire distinct avec des sous-"
17217
- "répertoires pour chaque album"
17218
-
17219
- #: wppa-settings-autosave.php:9297 wppa-settings-autosave.php:9307
17220
- #, fuzzy
17221
- msgid ""
17222
- "These files can be used to update the photos used in displaying in wppa+ and "
17223
- "optionally for downloading original, un-downsized images."
17224
- msgstr ""
17225
- "Ces fichiers peuvent être utilisés pour mettre à jour les photos utilisées "
17226
- "dans l'affichage dans wppa et, le cas échéant, pour télécharger des images "
17227
- "originales et non-réduites."
17228
-
17229
- #: wppa-settings-autosave.php:9304
17230
- msgid "Keep sourcefiles frontend"
17231
- msgstr "Garder sourcefiles frontend"
17232
-
17233
- #: wppa-settings-autosave.php:9305
17234
- msgid "Keep the original frontend uploaded photo files."
17235
- msgstr "Keep the original frontend uploaded photo files."
17236
-
17237
- #: wppa-settings-autosave.php:9314
17238
- msgid "Source directory"
17239
- msgstr "Répertoire source"
17240
-
17241
- #: wppa-settings-autosave.php:9315
17242
- #, fuzzy
17243
- msgid "The path to the directory where the original photofiles will be saved."
17244
- msgstr ""
17245
- "Le chemin d'accès au répertoire où les fichiers photo d'origine seront "
17246
- "enregistrés."
17247
-
17248
- #: wppa-settings-autosave.php:9316
17249
- msgid "You may change the directory path, but it can not be an url."
17250
- msgstr ""
17251
- "Vous pouvez changer le chemin d’accès du répertoire, mais il ne peut pas "
17252
- "être une url."
17253
-
17254
- #: wppa-settings-autosave.php:9317
17255
- #, fuzzy
17256
- msgid ""
17257
- "The parent of the directory that you enter here must exist and be writable."
17258
- msgstr ""
17259
- "Le parent du répertoire que vous entrez ici doit exister et être accessible "
17260
- "en écriture."
17261
-
17262
- #: wppa-settings-autosave.php:9318
17263
- #, fuzzy
17264
- msgid "The directory itsself will be created if it does not exist yet."
17265
- msgstr "Le répertoire lui-même sera créé s'il n'existe pas encore."
17266
-
17267
- #: wppa-settings-autosave.php:9325
17268
- msgid "Keep sync"
17269
- msgstr "Garder la synchronisation"
17270
-
17271
- #: wppa-settings-autosave.php:9326
17272
- msgid "Keep source synchronously with wppa system."
17273
- msgstr "Gardez la source synchrone avec système de wppa."
17274
-
17275
- #: wppa-settings-autosave.php:9327
17276
- msgid ""
17277
- "If checked, photos that are deleted from wppa, will also be removed from the "
17278
- "sourcefiles."
17279
- msgstr ""
17280
- "S’il est activé, les photos qui sont supprimés du wppa, sera également "
17281
- "supprimé depuis les fichiers sources."
17282
-
17283
- #: wppa-settings-autosave.php:9328
17284
- msgid ""
17285
- "Also, copying or moving photos to different albums, will also copy/move the "
17286
- "sourcefiles."
17287
- msgstr ""
17288
- "En outre, copier ou déplacer des photos de différents albums, sera également "
17289
- "copier/déplacer les fichiers sources."
17290
-
17291
- #: wppa-settings-autosave.php:9335
17292
- msgid "Remake add"
17293
- msgstr "Ajouter remake"
17294
-
17295
- #: wppa-settings-autosave.php:9336
17296
- #, fuzzy
17297
- msgid "Photos will be added from the source pool"
17298
- msgstr "Les photos seront ajoutées à partir du pool source"
17299
-
17300
- #: wppa-settings-autosave.php:9337
17301
- msgid ""
17302
- "If checked: If photo files are found in the source directory that do not "
17303
- "exist in the corresponding album, they will be added to the album."
17304
- msgstr ""
17305
- "Si cette option est cochée: si des fichiers de photos sont trouvés dans le "
17306
- "répertoire source qui n'existent pas dans l'album correspondant, ils seront "
17307
- "ajoutés à l'album."
17308
-
17309
- #: wppa-settings-autosave.php:9344
17310
- msgid "Save IPTC data"
17311
- msgstr "Sauver les données IPTC"
17312
-
17313
- #: wppa-settings-autosave.php:9345
17314
- #, fuzzy
17315
- msgid "Store the iptc data from the photo into the iptc db table"
17316
- msgstr "Stockez les données iptc de la photo dans la table iptc db"
17317
-
17318
- #: wppa-settings-autosave.php:9346
17319
- msgid ""
17320
- "You will need this if you enabled the display of iptc data in Table II-B17 "
17321
- "or if you use it in the photo descriptions."
17322
- msgstr ""
17323
- "Vous en aurez besoin si vous avez activé l’affichage des données iptc dans "
17324
- "le Table II-B17 ou si vous l’utiliser dans les descriptions de photo."
17325
-
17326
- #: wppa-settings-autosave.php:9353
17327
- msgid "Save EXIF data"
17328
- msgstr "Sauver les données EXIF"
17329
-
17330
- #: wppa-settings-autosave.php:9354
17331
- #, fuzzy
17332
- msgid "Store the exif data from the photo into the exif db table"
17333
- msgstr "Stockez les données exif de la photo dans la table exif db"
17334
-
17335
- #: wppa-settings-autosave.php:9355
17336
- msgid ""
17337
- "You will need this if you enabled the display of exif data in Table II-B18 "
17338
- "or if you use it in the photo descriptions."
17339
- msgstr ""
17340
- "Vous en aurez besoin si vous avez activé l’affichage des données d’exif dans "
17341
- "le Table II-B18 ou si vous l’utiliser dans les descriptions de photo."
17342
-
17343
- #: wppa-settings-autosave.php:9362
17344
- msgid "Max EXIF tag array size"
17345
- msgstr "Taille max de tableau des balises EXIF"
17346
-
17347
- #: wppa-settings-autosave.php:9363
17348
- msgid "Truncate array tags to ..."
17349
- msgstr "Tronquer les balises de tableau pour..."
17350
-
17351
- #: wppa-settings-autosave.php:9364
17352
- msgid "A value of 0 disables this feature"
17353
- msgstr "Une valeur de 0 désactive cette fonctionnalité."
17354
-
17355
- #: wppa-settings-autosave.php:9366
17356
- msgid "elements"
17357
- msgstr "éléments"
17358
-
17359
- #: wppa-settings-autosave.php:9371
17360
- msgid "Import Create page"
17361
- msgstr "Page Créer import"
17362
-
17363
- #: wppa-settings-autosave.php:9372
17364
- msgid ""
17365
- "Create wp page that shows the album when a directory to album is imported."
17366
- msgstr ""
17367
- "Créez la page wp qui affiche l'album lorsqu'un répertoire sur l'album est "
17368
- "importé."
17369
-
17370
- #: wppa-settings-autosave.php:9373
17371
- msgid ""
17372
- "As soon as an album is created when a directory is imported, a wp page is "
17373
- "made that displays the album content."
17374
- msgstr ""
17375
- "Dès qu’un album est créé lorsqu’un répertoire est importé, une page de wp "
17376
- "est faite qui affiche le contenu de l’album."
17377
-
17378
- #: wppa-settings-autosave.php:9381
17379
- msgid "Page content"
17380
- msgstr "Contenu de la page"
17381
-
17382
- #: wppa-settings-autosave.php:9382
17383
- #, fuzzy
17384
- msgid "The content of the page. Must contain <b>w#album</b>"
17385
- msgstr "Le contenu de la page. Doit contenir un <b>album w #</b>"
17386
-
17387
- #: wppa-settings-autosave.php:9383
17388
- msgid ""
17389
- "The content of the page. Note: it must contain w#album. This will be "
17390
- "replaced by the album number in the generated shortcode."
17391
- msgstr ""
17392
- "Le contenu de la page. Remarque: il doit contenir w#album. Cela sera "
17393
- "remplacé par le numéro de l'album dans le code court généré."
17394
-
17395
- #: wppa-settings-autosave.php:9391
17396
- msgid "Page type"
17397
- msgstr "Type de la page"
17398
-
17399
- #: wppa-settings-autosave.php:9392
17400
- msgid "Select the type of page to create."
17401
- msgstr "Choisir le type de page à créer."
17402
-
17403
- #: wppa-settings-autosave.php:9396
17404
- msgid "Post"
17405
- msgstr "Article"
17406
-
17407
- #: wppa-settings-autosave.php:9403
17408
- msgid "Page status"
17409
- msgstr "Statut de la page"
17410
-
17411
- #: wppa-settings-autosave.php:9404
17412
- msgid "Select the initial status of the page."
17413
- msgstr "Choisir le statut initial de la page."
17414
-
17415
- #: wppa-settings-autosave.php:9408
17416
- msgid "Published"
17417
- msgstr "Publié"
17418
-
17419
- #: wppa-settings-autosave.php:9408
17420
- msgid "Draft"
17421
- msgstr "Brouillon"
17422
-
17423
- #: wppa-settings-autosave.php:9416
17424
- msgid "Permalink root"
17425
- msgstr "Racine permalien"
17426
-
17427
- #: wppa-settings-autosave.php:9417
17428
- #, fuzzy
17429
- msgid "The name of the root for the photofile permalink structure."
17430
- msgstr "Le nom de la racine de la structure de lien permanent photofile."
17431
-
17432
- #: wppa-settings-autosave.php:9418
17433
- msgid ""
17434
- "Choose a convenient name like \"albums\" or so; this will be the name of a "
17435
- "folder inside .../wp-content/. Make sure you choose a unique name"
17436
- msgstr ""
17437
- "Choisissez un nom commode comme « albums » ou plus; ce sera le nom d’un "
17438
- "dossier à l’intérieur de la .../wp-content /. Veillez à que choisir un nom "
17439
- "unique"
17440
-
17441
- #: wppa-settings-autosave.php:9419
17442
- msgid "If you make this field empty, the feature is disabled."
17443
- msgstr "Si vous videz ce champ, la fonction est désactivée."
17444
-
17445
- #: wppa-settings-autosave.php:9427
17446
- msgid "Import parent check"
17447
- msgstr "Importer le parent vérification"
17448
-
17449
- #: wppa-settings-autosave.php:9428
17450
- msgid "Makes the album tree like the directory tree on Import Dirs to albums."
17451
- msgstr ""
17452
- "Rend l'arbre de l'album comme l'arborescence des répertoires sur Import Dirs "
17453
- "sur les albums."
17454
-
17455
- #: wppa-settings-autosave.php:9429
17456
- #, fuzzy
17457
- msgid ""
17458
- "Untick only if all your albums have unique names. In this case additional "
17459
- "photos may be ftp'd to toplevel depot subdirs."
17460
- msgstr ""
17461
- "Détachez uniquement si tous vos albums ont des noms uniques. Dans ce cas, "
17462
- "des photos supplémentaires peuvent être envoyées pour déposer des subdirs de "
17463
- "dépôt."
17464
-
17465
- #: wppa-settings-autosave.php:9436
17466
- msgid "Keep dir to album files"
17467
- msgstr "Garder les fichiers de dir aux l’album"
17468
-
17469
- #: wppa-settings-autosave.php:9437
17470
- msgid "Keep imported files after dir to album import"
17471
- msgstr ""
17472
- "Conserver les fichiers importés après l'importation de l'enregistrement dans "
17473
- "un album"
17474
-
17475
- #: wppa-settings-autosave.php:9446
17476
- msgid "Other plugins related settings"
17477
- msgstr "Paramètres liés d'autres plugins"
17478
-
17479
- #: wppa-settings-autosave.php:9448
17480
- msgid "Foreign shortcodes general"
17481
- msgstr "Généraux étrangers codes courts"
17482
-
17483
- #: wppa-settings-autosave.php:9449
17484
- msgid "Enable foreign shortcodes in album names, albums desc and photo names"
17485
- msgstr ""
17486
- "Activez les codes courts étrangers au nom de l’album, au description de "
17487
- "l'album et au nom de photo"
17488
-
17489
- #: wppa-settings-autosave.php:9457
17490
- msgid "Foreign shortcodes fullsize"
17491
- msgstr "Codes courts étrangers fullsize"
17492
-
17493
- #: wppa-settings-autosave.php:9458
17494
- msgid "Enable the use of non-wppa+ shortcodes in fullsize photo descriptions."
17495
- msgstr ""
17496
- "Activer l’utilisation de non-wppa+ codes courts dans les descriptions de "
17497
- "photo pleine grandeur."
17498
-
17499
- #: wppa-settings-autosave.php:9459 wppa-settings-autosave.php:9470
17500
- #, fuzzy
17501
- msgid ""
17502
- "When checked, you can use shortcodes from other plugins in the description "
17503
- "of photos."
17504
- msgstr ""
17505
- "Une fois vérifié, vous pouvez utiliser des codes courts à partir d'autres "
17506
- "plugins dans la description des photos."
17507
-
17508
- #: wppa-settings-autosave.php:9460
17509
- #, fuzzy
17510
- msgid "The shortcodes will be expanded in the descriptions of fullsize images."
17511
- msgstr ""
17512
- "Les codes courts seront développés dans la description des images en taille "
17513
- "réelle."
17514
-
17515
- #: wppa-settings-autosave.php:9461 wppa-settings-autosave.php:9472
17516
- msgid "You will most likely need also to check Table IX-A1 (Allow HTML)."
17517
- msgstr ""
17518
- "Vous devrez probablement aussi cocher le Table IX-A1 (Permettre le HTML)."
17519
-
17520
- #: wppa-settings-autosave.php:9468
17521
- msgid "Foreign shortcodes thumbnails"
17522
- msgstr "Codes courts étrangers miniatures"
17523
-
17524
- #: wppa-settings-autosave.php:9469
17525
- msgid "Enable the use of non-wppa+ shortcodes in thumbnail photo descriptions."
17526
- msgstr ""
17527
- "Activer l’utilisation de non-wppa+ codes courts dans les descriptions de "
17528
- "vignette."
17529
-
17530
- #: wppa-settings-autosave.php:9471
17531
- msgid ""
17532
- "The shortcodes will be expanded in the descriptions of thumbnail images."
17533
- msgstr ""
17534
- "Les codes courts sera élargis dans les descriptions d’images miniatures."
17535
-
17536
- #: wppa-settings-autosave.php:9479
17537
- msgid "Lightbox keyname"
17538
- msgstr "Nom-clé Lightbox"
17539
-
17540
- #: wppa-settings-autosave.php:9480
17541
- msgid "The identifier of lightbox."
17542
- msgstr "L'identifiant Lightbox."
17543
-
17544
- #: wppa-settings-autosave.php:9481
17545
- msgid ""
17546
- "If you use a lightbox plugin that uses rel=\"lbox-id\" you can enter the "
17547
- "lbox-id here."
17548
- msgstr ""
17549
- "Si vous utilisez un plugin lightbox qui utilise rel=\"lbox-id\" vous pouvez "
17550
- "entrer l’id lbox ici."
17551
-
17552
- #: wppa-settings-autosave.php:9488
17553
- msgid "myCRED / Cube Points: Comment"
17554
- msgstr "myCRED / Cube Points: commentaire"
17555
-
17556
- #: wppa-settings-autosave.php:9489
17557
- msgid "Number of points for giving a comment"
17558
- msgstr "Nombre de points pour mettre un commentaire"
17559
-
17560
- #: wppa-settings-autosave.php:9490 wppa-settings-autosave.php:9499
17561
- #: wppa-settings-autosave.php:9508 wppa-settings-autosave.php:9517
17562
- msgid "This setting requires the plugin myCRED or Cube Points"
17563
- msgstr "Ce paramètre nécessite le plugin myCRED ou Cube Points"
17564
-
17565
- #: wppa-settings-autosave.php:9492 wppa-settings-autosave.php:9501
17566
- msgid "points per comment"
17567
- msgstr "points par commentaire"
17568
-
17569
- #: wppa-settings-autosave.php:9497
17570
- msgid "myCRED / Cube Points: Appr Comment"
17571
- msgstr "myCRED / Cube Points: Appr commentaire"
17572
-
17573
- #: wppa-settings-autosave.php:9498
17574
- msgid "Number of points for receiving an approved comment"
17575
- msgstr "Nombre de points pour recevoir un commentaire approuvé"
17576
-
17577
- #: wppa-settings-autosave.php:9506
17578
- msgid "myCRED / Cube Points: Rating"
17579
- msgstr "myCRED / Cube Points: notation"
17580
-
17581
- #: wppa-settings-autosave.php:9507
17582
- msgid "Number of points for a rating vote"
17583
- msgstr "Nombre de points pour un vote de cote"
17584
-
17585
- #: wppa-settings-autosave.php:9510
17586
- msgid "points per vote"
17587
- msgstr "points par vote"
17588
-
17589
- #: wppa-settings-autosave.php:9515
17590
- msgid "myCRED / Cube Points: Upload"
17591
- msgstr "myCRED / Cube Points : Télécharger"
17592
-
17593
- #: wppa-settings-autosave.php:9516
17594
- msgid "Number of points for a successfull frontend upload"
17595
- msgstr "Nombre de points pour un téléchargement réussi frontend"
17596
-
17597
- #: wppa-settings-autosave.php:9519
17598
- msgid "points per upload"
17599
- msgstr "points par chargement"
17600
-
17601
- #: wppa-settings-autosave.php:9524
17602
- msgid "Use SCABN"
17603
- msgstr "Utiliser SCABN"
17604
-
17605
- #: wppa-settings-autosave.php:9525
17606
- msgid "Use the wppa interface to Simple Cart & Buy Now plugin."
17607
- msgstr ""
17608
- "Utiliser l'interface WPPA avec le greffon Simple Cart & Buy Now (SCABN)."
17609
-
17610
- #: wppa-settings-autosave.php:9526
17611
- msgid ""
17612
- "If checked, the shortcode to use for the \"add to cart\" button in photo "
17613
- "descriptions is [cart ...]"
17614
- msgstr ""
17615
- "Si coché, le code court à utiliser pour le bouton \"Ajouter au panier\" dans "
17616
- "les descriptions photo est [cart ...]"
17617
-
17618
- #: wppa-settings-autosave.php:9527
17619
- msgid ""
17620
- "as opposed to [scabn ...] for the original scabn \"add to cart\" button."
17621
- msgstr ""
17622
- "au lieu de [scabn ...] pour le bouton original \"Ajouter au panier\" de "
17623
- "SCABN."
17624
-
17625
- #: wppa-settings-autosave.php:9528
17626
- msgid "The shortcode for the check-out page is still [scabn]"
17627
- msgstr "Le code court pour la page de paiement final reste [scabn]"
17628
-
17629
- #: wppa-settings-autosave.php:9529
17630
- msgid ""
17631
- "The arguments are the same, the defaults are: name = photoname, price = 0.01."
17632
- msgstr ""
17633
- "Les arguments sont les mêmes, les réglages par défaut sont: name = "
17634
- "photoname, price = 0.01."
17635
-
17636
- #: wppa-settings-autosave.php:9530
17637
- msgid ""
17638
- "Supplying the price should be sufficient; supply a name only when it differs "
17639
- "from the photo name."
17640
- msgstr ""
17641
- "Définir le prix devrait être suffisant; définissez un nom seulement s'il "
17642
- "diffère de celui de la photo."
17643
-
17644
- #: wppa-settings-autosave.php:9531
17645
- msgid "This shortcode handler will also work with Ajax enabled."
17646
- msgstr "Le code court fonctionnera même lorsque Ajax est activé."
17647
-
17648
- #: wppa-settings-autosave.php:9532
17649
- msgid ""
17650
- "Using this interface makes sure that the item urls and callback action urls "
17651
- "are correct."
17652
- msgstr ""
17653
- "Si vous utilisez cette interface, s'assurer que les items URLs et URLs de "
17654
- "callback sont correctes."
17655
-
17656
- #: wppa-settings-autosave.php:9539
17657
- msgid "Use CM Tooltip Glossary"
17658
- msgstr "Utiliser CM Tooltip Glossary"
17659
-
17660
- #: wppa-settings-autosave.php:9540
17661
- msgid "Use plugin CM Tooltip Glossary on photo and album descriptions."
17662
- msgstr ""
17663
- "Utiliser le greffon CM Tooltip Glossary sur les descriptions d'albums et de "
17664
- "photos."
17665
-
17666
- #: wppa-settings-autosave.php:9541
17667
- msgid ""
17668
- "You MUST set Table IV-A13: Defer javascript, also if you do not want this "
17669
- "plugin to act on album and photo descriptions!"
17670
- msgstr ""
17671
- "Vous DEVEZ régler table IV-A13: Report JavaScript, si vous ne voulez pas que "
17672
- "ce greffon affecte les descriptions d'albums et de photos!"
17673
-
17674
- #: wppa-settings-autosave.php:9549
17675
- msgid "External services related settings and actions."
17676
- msgstr "Réglages et actions pour les services extérieurs."
17677
-
17678
- #: wppa-settings-autosave.php:9551
17679
- msgid "QR Code widget size"
17680
- msgstr "Taille du widget QR Code"
17681
-
17682
- #: wppa-settings-autosave.php:9552
17683
- msgid "The size of the QR code display."
17684
- msgstr "La taille de l'affichage du QR code."
17685
-
17686
- #: wppa-settings-autosave.php:9560
17687
- msgid "QR color"
17688
- msgstr "Couleur QR code"
17689
-
17690
- #: wppa-settings-autosave.php:9561
17691
- msgid "The display color of the qr code (dark)"
17692
- msgstr "La couleur d'arrière plan du QR code (sombre)"
17693
-
17694
- #: wppa-settings-autosave.php:9562
17695
- msgid "This color MUST be given in hexadecimal format!"
17696
- msgstr "La couleur DOIT être donnée au format hexadecimal!"
17697
-
17698
- #: wppa-settings-autosave.php:9569
17699
- msgid "QR background color"
17700
- msgstr "Couleur de fond de QR Code"
17701
-
17702
- #: wppa-settings-autosave.php:9570
17703
- msgid "The background color of the qr code (light)"
17704
- msgstr "La couleur d'arrière plan du QR code (clair)"
17705
-
17706
- #: wppa-settings-autosave.php:9578
17707
- msgid "QR cache"
17708
- msgstr "Cache QR"
17709
-
17710
- #: wppa-settings-autosave.php:9579
17711
- msgid "Enable caching QR codes"
17712
- msgstr "Activer la mise en cache des codes QR"
17713
-
17714
- #: wppa-settings-autosave.php:9579
17715
- #, fuzzy, php-format
17716
- msgid "So far %d cache hits, %d miss"
17717
- msgstr "Jusqu'à présent% d cache hits,% d miss"
17718
-
17719
- #: wppa-settings-autosave.php:9587
17720
- msgid "CDN Service"
17721
- msgstr "Service CDN"
17722
-
17723
- #: wppa-settings-autosave.php:9588
17724
- msgid "Select a CDN Service you want to use."
17725
- msgstr "Choisir le service CDN que vous voulez utiliser."
17726
-
17727
- #: wppa-settings-autosave.php:9591
17728
- msgid "Cloudinary in maintenance mode"
17729
- msgstr "Cloudinary en mode maintenance"
17730
-
17731
- #: wppa-settings-autosave.php:9601
17732
- msgid "Cloud name"
17733
- msgstr "Nom du nuage"
17734
-
17735
- #: wppa-settings-autosave.php:9610
17736
- msgid "API key"
17737
- msgstr "Clé API"
17738
-
17739
- #: wppa-settings-autosave.php:9619
17740
- msgid "API secret"
17741
- msgstr "Secret API"
17742
-
17743
- #: wppa-settings-autosave.php:9628
17744
- msgid "Delete all"
17745
- msgstr "Tout effacer"
17746
-
17747
- #: wppa-settings-autosave.php:9629
17748
- msgid "Deletes them all !!!"
17749
- msgstr "Cela les efface tous !!!"
17750
-
17751
- #: wppa-settings-autosave.php:9637
17752
- msgid "Delete derived images"
17753
- msgstr "Effacer les images dérivées"
17754
-
17755
- #: wppa-settings-autosave.php:9638
17756
- msgid "Deletes all derived images !!!"
17757
- msgstr "Efface toutes les images dérivées !!!"
17758
-
17759
- #: wppa-settings-autosave.php:9646
17760
- msgid "Max lifetime"
17761
- msgstr "Temps de vie maximum"
17762
-
17763
- #: wppa-settings-autosave.php:9647
17764
- msgid "Old images from local server, new images from Cloudinary."
17765
- msgstr "Anciennes images du serveur local, nouvelles images de Cloudinary."
17766
-
17767
- #: wppa-settings-autosave.php:9648
17768
- msgid ""
17769
- "If NOT set to Forever (0): You need to run Table VIII-B15 on a regular basis."
17770
- msgstr ""
17771
- "Si PAS mis à jamais (0): Vous devez exécuter le Table VIII-B15 sur une base "
17772
- "régulière."
17773
-
17774
- #: wppa-settings-autosave.php:9650
17775
- msgid "Forever"
17776
- msgstr "Infini"
17777
-
17778
- #: wppa-settings-autosave.php:9681
17779
- msgid "Cloudinary usage"
17780
- msgstr "Utilisation de Cloudinary"
17781
-
17782
- #: wppa-settings-autosave.php:9717
17783
- msgid "Cloudinary usage data not available"
17784
- msgstr "Données d'utilisation Cloudinary non disponibles"
17785
-
17786
- #: wppa-settings-autosave.php:9721
17787
- msgid "Cloudinary routines not installed."
17788
- msgstr "Routines Cloudinary pas installées."
17789
-
17790
- #: wppa-settings-autosave.php:9732
17791
- msgid "Cloudinary"
17792
- msgstr "Cloudinary"
17793
-
17794
- #: wppa-settings-autosave.php:9733
17795
- msgid "<span style=\"color:red;\">Requires at least PHP version 5.3</span>"
17796
- msgstr ""
17797
- "<span style=\"color:red;\">Nécessite une version de PHP supérieure ou égale "
17798
- "à 5.3</span>"
17799
-
17800
- #: wppa-settings-autosave.php:9742
17801
- msgid "GPX Implementation"
17802
- msgstr "Implémentation GPX"
17803
-
17804
- #: wppa-settings-autosave.php:9743
17805
- msgid "The way the maps are produced."
17806
- msgstr "La méthode de production des cartes."
17807
-
17808
- #: wppa-settings-autosave.php:9744
17809
- msgid "Select the way the maps are produced."
17810
- msgstr "Choisir la façon dont les cartes sont prosuites."
17811
-
17812
- #: wppa-settings-autosave.php:9745
17813
- #, fuzzy
17814
- msgid ""
17815
- "When using an external plugin, most of the times you can not use Ajax (Table "
17816
- "IV-A1)."
17817
- msgstr ""
17818
- "Lorsque vous utilisez un plugin externe, la plupart du temps, vous ne pouvez "
17819
- "pas utiliser Ajax (tableau IV-A1)."
17820
-
17821
- #: wppa-settings-autosave.php:9746
17822
- msgid ""
17823
- "Also: it may or may not be required to load the maps js api (Table IX-K5.1)"
17824
- msgstr ""
17825
- "Aussi: il peut ou non être nécessaire de charger les cartes js api (tableau "
17826
- "IX-K5.1)"
17827
-
17828
- #: wppa-settings-autosave.php:9748
17829
- msgid "WPPA+ Embedded code"
17830
- msgstr "Code embarqué WPPA+"
17831
-
17832
- #: wppa-settings-autosave.php:9748
17833
- msgid "External plugin"
17834
- msgstr "Plugin externe"
17835
-
17836
- #: wppa-settings-autosave.php:9756
17837
- msgid "Map height"
17838
- msgstr "Hauteur de la carte"
17839
-
17840
- #: wppa-settings-autosave.php:9757
17841
- msgid "The height of the map display."
17842
- msgstr "La hauteur de l’affichage de la carte."
17843
-
17844
- #: wppa-settings-autosave.php:9758
17845
- #, fuzzy
17846
- msgid "This setting is for embedded implementation only."
17847
- msgstr "Ce paramètre est uniquement pour la mise en œuvre intégrée."
17848
-
17849
- #: wppa-settings-autosave.php:9765
17850
- msgid "Load maps api"
17851
- msgstr "Charger les cartes api"
17852
-
17853
- #: wppa-settings-autosave.php:9766
17854
- msgid "Load the Google maps js api"
17855
- msgstr "Chargez Google maps js api"
17856
-
17857
- #: wppa-settings-autosave.php:9767
17858
- msgid "If you use an external maps plugin, you may need to tick this box."
17859
- msgstr ""
17860
- "Si vous utilisez un plugin de cartes externes, vous devrez peut-être cocher "
17861
- "cette case."
17862
-
17863
- #: wppa-settings-autosave.php:9774
17864
- msgid "Google maps API key"
17865
- msgstr "Clé API Google maps"
17866
-
17867
- #: wppa-settings-autosave.php:9775
17868
- msgid "Enter your Google maps api key here if you have one."
17869
- msgstr "Entrer votre clé API Google Maps ici si vous en avez une."
17870
-
17871
- #: wppa-settings-autosave.php:9783
17872
- msgid "GPX Shortcode"
17873
- msgstr "Code court GPX"
17874
-
17875
- #: wppa-settings-autosave.php:9784
17876
- msgid "The shortcode to be used for the gpx feature."
17877
- msgstr "Le code court à utiliser pour la fonctionnalité GPX."
17878
-
17879
- #: wppa-settings-autosave.php:9785
17880
- msgid ""
17881
- "Enter / modify the shortcode to be generated for the gpx plugin. It must "
17882
- "contain w#lat and w#lon as placeholders for the latitude and longitude."
17883
- msgstr ""
17884
- "Entrez / modifiez le code court à générer pour le plugin gpx. Il doit "
17885
- "contenir w#lat et w#lon comme espaces réservés pour la latitude et la "
17886
- "longitude."
17887
-
17888
- #: wppa-settings-autosave.php:9786
17889
- #, fuzzy
17890
- msgid ""
17891
- "This item is required for using an external Google maps viewer plugin only"
17892
- msgstr ""
17893
- "Cet élément est requis pour utiliser un plugin externe de Google Maps Viewer "
17894
- "uniquement"
17895
-
17896
- #: wppa-settings-autosave.php:9793
17897
- msgid "Fotomoto"
17898
- msgstr "Fotomoto"
17899
-
17900
- #: wppa-settings-autosave.php:9794
17901
- msgid "Yes, we use Fotomoto on this site. Read the help text!"
17902
- msgstr ""
17903
- "Oui, nous utilisons Fotomoto sur ce site. Jetez un œil au texte d'aide!"
17904
-
17905
- #: wppa-settings-autosave.php:9795
17906
- msgid "In order to function properly:"
17907
- msgstr "Pour fonctionner correctement:"
17908
-
17909
- #: wppa-settings-autosave.php:9796
17910
- msgid "1. Get yourself a Fotomoto account."
17911
- msgstr "1. Créez-vous un compte Fotomoto."
17912
-
17913
- #: wppa-settings-autosave.php:9797
17914
- msgid ""
17915
- "2. Install the Fotomoto plugin, enter the \"Fotomoto Site Key:\" and check "
17916
- "the \"Use API Mode:\" checkbox."
17917
- msgstr ""
17918
- "2. Installez le plugin Fotomoto, entrez la \"Fotomoto Site Key:\" et "
17919
- "vérifiez la case à cocher \"Use API Mode:\"."
17920
-
17921
- #: wppa-settings-autosave.php:9798
17922
- msgid "Note: Do NOT Disable the Custom box in Table II-B14."
17923
- msgstr "Note: Ne désactivez PAS la boîte personnalisée dans la table II-B14."
17924
-
17925
- #: wppa-settings-autosave.php:9799
17926
- msgid "Do NOT remove the text w#fotomoto from the Custombox ( Table II-B15 )."
17927
- msgstr ""
17928
- "Ne PAS enlever le texte w#fotomoto de la boîte personnalisée ( table II-"
17929
- "B15 )."
17930
-
17931
- #: wppa-settings-autosave.php:9807
17932
- msgid "Fotomoto fontsize"
17933
- msgstr "Taille de la police de caractère Fotomoto"
17934
-
17935
- #: wppa-settings-autosave.php:9808
17936
- msgid "Fontsize for the Fotomoto toolbar."
17937
- msgstr "Taille de police pour la barre d'outils Fotomoto."
17938
-
17939
- #: wppa-settings-autosave.php:9809
17940
- msgid ""
17941
- "If you set it here, it overrules a possible setting for font-size in ."
17942
- "FotomotoToolbarClass on the Fotomoto dashboard."
17943
- msgstr ""
17944
- "Si vous le réglez ici, cela contourne un réglage possible de la taille de "
17945
- "police dans .FotomotoToolbarClass dans le panneau de contrôle Fotomoto."
17946
-
17947
- #: wppa-settings-autosave.php:9817
17948
- msgid "Hide toolbar on running slideshows"
17949
- msgstr "Cacher la barre d'outils sur les diaporamas actifs"
17950
-
17951
- #: wppa-settings-autosave.php:9818
17952
- #, fuzzy
17953
- msgid "The Fotomoto toolbar will re-appear when the slideshow stops."
17954
- msgstr "La barre d'outils Fotomoto réapparaît lorsque le diaporama s'arrête."
17955
-
17956
- #: wppa-settings-autosave.php:9825
17957
- msgid "Fotomoto minwidth"
17958
- msgstr "Largeur mini de Fotomoto"
17959
-
17960
- #: wppa-settings-autosave.php:9826
17961
- msgid "Minimum width to display Fotomoto toolbar."
17962
- msgstr "Largeur d’affichage minimum de la barre Fotomoto."
17963
-
17964
- #: wppa-settings-autosave.php:9827
17965
- msgid ""
17966
- "The display of the Fotomoto Toolbar will be suppressed on smaller slideshows."
17967
- msgstr ""
17968
- "L’affichage de la barre Fotomoto sera supprimé sur les diaporamas plus "
17969
- "petits."
17970
-
17971
- #: wppa-settings-autosave.php:9834
17972
- msgid "Image Magick"
17973
- msgstr "Image Magick"
17974
-
17975
- #: wppa-settings-autosave.php:9835
17976
- msgid "Absolute path to the ImageMagick commands"
17977
- msgstr "Chemin absolu des commandes ImageMagick"
17978
-
17979
- #: wppa-settings-autosave.php:9836
17980
- msgid ""
17981
- "If you want to use ImageMagick, enter the absolute path to the ImageMagick "
17982
- "commands"
17983
- msgstr ""
17984
- "Si vous souhaitez utiliser ImageMagick, entrez le chemin d’accès absolu pour "
17985
- "les commandes de ImageMagick"
17986
-
17987
- #: wppa-settings-autosave.php:9843
17988
- #, fuzzy
17989
- msgid "Photo shortcode related settings"
17990
- msgstr "Paramètres liés aux courts-notes photo"
17991
-
17992
- #: wppa-settings-autosave.php:9845
17993
- msgid "Enable shortcode [photo ..]"
17994
- msgstr "Activer code court [photo ..]"
17995
-
17996
- #: wppa-settings-autosave.php:9846
17997
- msgid "Make the use of shortcode [photo ..] possible"
17998
- msgstr "Rendre l'utilisation de code court [photo ..] possible"
17999
-
18000
- #: wppa-settings-autosave.php:9847
18001
- msgid "Only disable this when there is a conflict with another plugin"
18002
- msgstr ""
18003
- "Désactivez-le uniquement lorsqu'il existe un conflit avec un autre plugin"
18004
-
18005
- #: wppa-settings-autosave.php:9854
18006
- msgid "Single image type"
18007
- msgstr "Type d'image seule"
18008
-
18009
- #: wppa-settings-autosave.php:9855
18010
- msgid "Specify the single image type the shortcode [photo ..] should show."
18011
- msgstr ""
18012
- "Spécifiez le type d'image unique que le code court [photo ..] devrait "
18013
- "afficher."
18014
-
18015
- #: wppa-settings-autosave.php:9858 wppa-tinymce-shortcodes.php:175
18016
- msgid "A plain single photo"
18017
- msgstr "A plain single photo"
18018
-
18019
- #: wppa-settings-autosave.php:9859 wppa-tinymce-shortcodes.php:176
18020
- msgid "A single photo with caption"
18021
- msgstr "Une photo seule avec légende"
18022
-
18023
- #: wppa-settings-autosave.php:9860 wppa-tinymce-shortcodes.php:177
18024
- msgid "A single photo with extended caption"
18025
- msgstr "Une photo unique avec une légende étendue"
18026
-
18027
- #: wppa-settings-autosave.php:9861 wppa-tinymce-shortcodes.php:178
18028
- msgid "A single photo in the style of a slideshow"
18029
- msgstr "Une photo seule avec le style du diaporama"
18030
-
18031
- #: wppa-settings-autosave.php:9873 wppa-upload.php:291
18032
- msgid "Size"
18033
- msgstr "Taille"
18034
-
18035
- #: wppa-settings-autosave.php:9874
18036
- #, fuzzy
18037
- msgid "Specify the size (width) of the image."
18038
- msgstr "Spécifiez la taille (largeur) de l'image."
18039
-
18040
- #: wppa-settings-autosave.php:9875
18041
- msgid "Use the same syntax as in the [wppa size=\"..\"] shortcode"
18042
- msgstr "Utilisez la même syntaxe que dans le code court [wppa size=\"...\"]"
18043
-
18044
- #: wppa-settings-autosave.php:9876
18045
- msgid ""
18046
- "Examples: 350 for a fixed width of 350 pixels, or: 0.75 for a responsive "
18047
- "display of 75% width, or: auto,350 for responsive with a maximum of 350 "
18048
- "pixels."
18049
- msgstr ""
18050
- "Exemples: 350 pour une largeur fixe de 350 pixels, ou: 0.75 pour un "
18051
- "affichage réactif de 75% de largeur, ou: auto,350 pour répondre à un maximum "
18052
- "de 350 pixels."
18053
-
18054
- #: wppa-settings-autosave.php:9883
18055
- msgid "Align"
18056
- msgstr "Alignement"
18057
-
18058
- #: wppa-settings-autosave.php:9884
18059
- #, fuzzy
18060
- msgid "Specify the alignment of the image."
18061
- msgstr "Définir l'alignement de l'image."
18062
-
18063
- #: wppa-settings-autosave.php:9924
18064
- msgid "Table X:"
18065
- msgstr "Table X:"
18066
-
18067
- #: wppa-settings-autosave.php:9924
18068
- msgid "IPTC Configuration:"
18069
- msgstr "Configuration IPTC:"
18070
-
18071
- #: wppa-settings-autosave.php:9925
18072
- msgid "This table defines the IPTC configuration"
18073
- msgstr "Cette table règle la configuration de IPTC"
18074
-
18075
- #: wppa-settings-autosave.php:9956 wppa-settings-autosave.php:10024
18076
- #: wppa-thumbnail-widget.php:224 wppa-topten-widget.php:341
18077
- msgid "Display"
18078
- msgstr "Afficher"
18079
-
18080
- #: wppa-settings-autosave.php:9956 wppa-settings-autosave.php:10024
18081
- msgid "Hide"
18082
- msgstr "Cacher"
18083
-
18084
- #: wppa-settings-autosave.php:9986
18085
- msgid "Table XI:"
18086
- msgstr "Table XI:"
18087
-
18088
- #: wppa-settings-autosave.php:9986
18089
- msgid "EXIF Configuration:"
18090
- msgstr "Configuration EXIF:"
18091
-
18092
- #: wppa-settings-autosave.php:9987
18093
- msgid "This table defines the EXIF configuration"
18094
- msgstr "Cette table règle la configuration d'EXIF"
18095
-
18096
- #: wppa-settings-autosave.php:10010
18097
- msgid ""
18098
- "Function exif_read_data() does not exist. This means that <b>EXIF</b> is not "
18099
- "enabled. If you want to use <b>EXIF</b> data, ask your hosting provider to "
18100
- "add <b>'--enable-exif'</b> to the php <b>Configure Command</b>."
18101
- msgstr ""
18102
- "La fonction exif_read_data() n'existe pas. Cela veut dire qu'<b>EXIF</b> "
18103
- "n'est pas activé. Si vous voulez utiliser les données <b>EXIF</b>, demandez "
18104
- "à votre hébergeur d'ajouter <b>'--enable-exif'</b> à la <b>commande de "
18105
- "configuration</b> de PHP."
18106
-
18107
- #: wppa-settings-autosave.php:10054
18108
- msgid "Table XII:"
18109
- msgstr "Table XII:"
18110
-
18111
- #: wppa-settings-autosave.php:10054
18112
- msgid "WPPA+ and PHP Configuration:"
18113
- msgstr "Configuration WPPA+ et PHP:"
18114
-
18115
- #: wppa-settings-autosave.php:10055
18116
- msgid ""
18117
- "This table lists all WPPA+ constants and PHP server configuration parameters "
18118
- "and is read only"
18119
- msgstr ""
18120
- "Cette table (qui est en lecture seule) liste toutes les constantes WPPA+ et "
18121
- "les paramètres de configuration du serveur PHP"
18122
-
18123
- #: wppa-settings-autosave.php:10070
18124
- msgid "Value"
18125
- msgstr "Valeur"
18126
-
18127
- #: wppa-settings-autosave.php:10076
18128
- msgid "Albums db table name."
18129
- msgstr "Nom de la table albums dans la base de données."
18130
-
18131
- #: wppa-settings-autosave.php:10088
18132
- msgid "Photos db table name."
18133
- msgstr "Nom de la table photos dans la base de données."
18134
-
18135
- #: wppa-settings-autosave.php:10100
18136
- msgid "Rating db table name."
18137
- msgstr "Nom de la table votes dans la base de données."
18138
-
18139
- #: wppa-settings-autosave.php:10112
18140
- msgid "Comments db table name."
18141
- msgstr "Nom de la table commentaires dans la base de données."
18142
-
18143
- #: wppa-settings-autosave.php:10124
18144
- msgid "IPTC db table name."
18145
- msgstr "Nom de la table IPTC dans la base de donnée."
18146
-
18147
- #: wppa-settings-autosave.php:10136
18148
- msgid "EXIF db table name."
18149
- msgstr "Nom de la table EXIF dans la base de donnée."
18150
-
18151
- #: wppa-settings-autosave.php:10148
18152
- msgid "Index db table name."
18153
- msgstr "Nom de la table Index dans la base de donnée."
18154
-
18155
- #: wppa-settings-autosave.php:10160
18156
- #, fuzzy
18157
- msgid "Session db table name."
18158
- msgstr "Nom de la table session db."
18159
-
18160
- #: wppa-settings-autosave.php:10172
18161
- msgid "Plugins main file name."
18162
- msgstr "Nom du fichier principal des greffons (plugins)."
18163
-
18164
- #: wppa-settings-autosave.php:10179
18165
- msgid "WP absolute path."
18166
- msgstr "Chemin d’accès absolu de WP."
18167
-
18168
- #: wppa-settings-autosave.php:10185
18169
- msgid "ABSPATH windows proof"
18170
- msgstr "ABSPATH windows proof"
18171
-
18172
- #: wppa-settings-autosave.php:10191
18173
- msgid "Path to plugins directory."
18174
- msgstr "Chemin du répertoire des greffons (plugins)."
18175
-
18176
- #: wppa-settings-autosave.php:10197
18177
- msgid "Plugins directory name."
18178
- msgstr "Nom du répertoire des greffons (plugins)."
18179
-
18180
- #: wppa-settings-autosave.php:10203
18181
- msgid "Plugins directory url."
18182
- msgstr "URL du répertoire des greffons (plugins)."
18183
-
18184
- #: wppa-settings-autosave.php:10209
18185
- msgid "The relative upload directory."
18186
- msgstr "Chemin relatif du répertoire de chargement (upload)."
18187
-
18188
- #: wppa-settings-autosave.php:10215
18189
- msgid "The upload directory path."
18190
- msgstr "Chemin du répertoire de chargement (upload)."
18191
-
18192
- #: wppa-settings-autosave.php:10221
18193
- msgid "The upload directory url."
18194
- msgstr "URL du répertoire de chargement (upload)."
18195
-
18196
- #: wppa-settings-autosave.php:10227
18197
- msgid "The relative depot directory."
18198
- msgstr "Chemin relatif du répertoire de dépôt."
18199
-
18200
- #: wppa-settings-autosave.php:10233
18201
- msgid "The depot directory path."
18202
- msgstr "Chemin du répertoire de dépôt."
18203
-
18204
- #: wppa-settings-autosave.php:10239
18205
- msgid "The depot directory url."
18206
- msgstr "URL du répertoire de dépôt."
18207
-
18208
- #: wppa-settings-autosave.php:10245
18209
- msgid "The path to wp-content."
18210
- msgstr "Chemin vers wp-content."
18211
-
18212
- #: wppa-settings-autosave.php:10251
18213
- msgid "WP Content url."
18214
- msgstr "URL de contenu WP."
18215
-
18216
- #: wppa-settings-autosave.php:10257
18217
- msgid "WP Base upload dir."
18218
- msgstr "Répertoire de chargement de WP."
18219
-
18220
- #: wppa-settings-autosave.php:10277
18221
- #, php-format
18222
- msgid "<br />Memory used on this page: %6.2f Mb."
18223
- msgstr "<br />Mémoire utilisée sur cette page: %6.2f Mb."
18224
-
18225
- #: wppa-settings-autosave.php:10278
18226
- #, php-format
18227
- msgid "<br />There are %d settings and %d runtime parameters."
18228
- msgstr "<br />Il y a %d régalges et %d paramètres de runtime."
18229
-
18230
- #: wppa-settings-autosave.php:10557 wppa-settings-autosave.php:10577
18231
- #: wppa-settings-autosave.php:10598
18232
- msgid "Warning!"
18233
- msgstr "Attention!"
18234
-
18235
- #: wppa-settings-autosave.php:10578 wppa-settings-autosave.php:10598
18236
- msgid "Please read the help"
18237
- msgstr "Veuillez consulter l'aide"
18238
-
18239
- #: wppa-settings-autosave.php:10809
18240
- msgid "Show!"
18241
- msgstr "Montrer!"
18242
-
18243
- #: wppa-settings-autosave.php:10829
18244
- msgid "Not done yet"
18245
- msgstr "Pas encore fait"
18246
-
18247
- #: wppa-settings-autosave.php:10836
18248
- msgid "Start as cron job"
18249
- msgstr "Commencez comme tâche cron"
18250
-
18251
- #: wppa-settings-autosave.php:10841 wppa-settings-autosave.php:10880
18252
- msgid "Locked!"
18253
- msgstr "Verrouillé!"
18254
-
18255
- #: wppa-settings-autosave.php:10851
18256
- msgid "Crashed!"
18257
- msgstr "Écrasé!"
18258
-
18259
- #: wppa-settings-autosave.php:10866
18260
- msgid "Click me to resume"
18261
- msgstr "Cliquez-moi pour reprendre"
18262
-
18263
- #: wppa-settings-autosave.php:10875
18264
- msgid "Start!"
18265
- msgstr "Démarrer!"
18266
-
18267
- #: wppa-settings-autosave.php:10916
18268
- msgid ""
18269
- "You can not have popup and lightbox on thumbnails at the same time. Uncheck "
18270
- "either Table IV-C8 or choose a different linktype in Table VI-2."
18271
- msgstr ""
18272
- "Vous ne pouvez pas avoir popup et Lightbox en même temps sur les vignettes. "
18273
- "Décochez soit table IV-C8 ou choisissez un type de lien différent dans table "
18274
- "VI-2."
18275
-
18276
- #: wppa-settings-autosave.php:10919
18277
- msgid ""
18278
- "It is important that you select a page that contains at least [wppa][/wppa]."
18279
- msgstr ""
18280
- "Il est important que vous choisissiez une page contenant au moins [wppa][/ "
18281
- "wppa]."
18282
-
18283
- #: wppa-settings-autosave.php:10920
18284
- msgid ""
18285
- "If you omit this, the link will not work at all or simply refresh the "
18286
- "(home)page."
18287
- msgstr ""
18288
- "Si vous omettez cela, le lien ne fonctionnera pas du tout ou simplement "
18289
- "actualiserez la page (à la maison)."
18290
-
18291
- #: wppa-setup.php:615
18292
- msgid "IMPORTANT UPGRADE NOTICE"
18293
- msgstr "MESSAGE IMPORTANT DE MISE A NIVEAU"
18294
-
18295
- #: wppa-setup.php:616
18296
- msgid ""
18297
- "Please CHECK your customized WPPA-STYLE.CSS file against the newly supplied "
18298
- "one. You may wish to add or modify some attributes. Be aware of the fact "
18299
- "that most settings can now be set in the admin settings page."
18300
- msgstr ""
18301
- "Veuillez VÉRIFIER votre fichier de style personnalisé WPPA-STYLE.CSS en le "
18302
- "comparant à celui fourni avec cette version. Vous devrez peut être modifier "
18303
- "certains attributs. Soyez conscient du fait que la plupart des paramètres "
18304
- "peuvent maintenant être réglés dans la page d'administration."
18305
-
18306
- #: wppa-setup.php:617
18307
- msgid ""
18308
- "Please REPLACE your customized WPPA-THEME.PHP file by the newly supplied "
18309
- "one, or just remove it from your theme directory. You may modify it later if "
18310
- "you wish. Your current customized version is NOT compatible with this "
18311
- "version of the plugin software."
18312
- msgstr ""
18313
- "Veuillez REMPLACER votre fichier de thème personnalisé WPPA-THEME.PHP par "
18314
- "celui fourni avec cette version, ou enlevez le juste de votre répertoire de "
18315
- "thème. Vous pouvez le modifier plus tard si vous voulez. La version "
18316
- "personnalisée courante n'est PAS compatible avec cette version du plugin."
18317
-
18318
- #: wppa-setup.php:645
18319
- #, php-format
18320
- msgid "WPPA+ successfully updated in multi site mode to db version %s."
18321
- msgstr ""
18322
- "WPPA+ s'est mis à jour avec succès en mode multi site vers la version de "
18323
- "base de donnée %s."
18324
-
18325
- #: wppa-setup.php:648
18326
- #, php-format
18327
- msgid "WPPA+ successfully updated in single site mode to db version %s."
18328
- msgstr ""
18329
- "WPPA+ s'est mis à jour avec succès en mode mono site vers la version de base "
18330
- "de donnée %s."
18331
-
18332
- #: wppa-setup.php:653
18333
- msgid "An error occurred during update"
18334
- msgstr "Erreur durant le la mise à jour"
18335
-
18336
- #: wppa-setup.php:971
18337
- msgid ""
18338
- "<span style=\"color:red\" >Warning: Do not upload copyrighted material!</"
18339
- "span>"
18340
- msgstr ""
18341
- "<span style=\"color:red\" >Attention: Ne chargez pas de fichiers sous "
18342
- "copyright!!</span>"
18343
-
18344
- #: wppa-setup.php:980 wppa-setup.php:984 wppa-setup.php:988
18345
- msgid "Select tags:"
18346
- msgstr "Choisir les tags:"
18347
-
18348
- #: wppa-setup.php:991
18349
- msgid "Enter new tags:"
18350
- msgstr "Entrez les nouveaux tags:"
18351
-
18352
- #: wppa-setup.php:1215
18353
- msgid "Vote for me!"
18354
- msgstr "Votez pour moi !"
18355
-
18356
- #: wppa-setup.php:1216
18357
- msgid "Voted for me"
18358
- msgstr "Ont voté pour moi"
18359
-
18360
- #: wppa-setup.php:1603
18361
- msgid "NEW"
18362
- msgstr "NOUVEAU"
18363
-
18364
- #: wppa-setup.php:1605
18365
- msgid "MODIFIED"
18366
- msgstr "MODIFIE"
18367
-
18368
- #: wppa-setup.php:1659
18369
- msgid "Search in current section"
18370
- msgstr "Rechercher dans la section courante"
18371
-
18372
- #: wppa-setup.php:1660
18373
- msgid "Search in current results"
18374
- msgstr "Rechercher dans les résultats courants"
18375
-
18376
- #: wppa-setup.php:1747
18377
- msgid "Type your custom url here"
18378
- msgstr "Tapez votre URL personnalisée ici"
18379
-
18380
- #: wppa-setup.php:1748
18381
- msgid "Type the title here"
18382
- msgstr "Entrez ici le titre de la page"
18383
-
18384
- #: wppa-setup.php:1767 wppa-topten-widget.php:35 wppa-topten-widget.php:49
18385
- #: wppa-topten-widget.php:311
18386
- msgid "Top Ten Photos"
18387
- msgstr "Meilleures photos"
18388
-
18389
- #: wppa-setup.php:1770 wppa-thumbnail-widget.php:36
18390
- #: wppa-thumbnail-widget.php:167
18391
- msgid "Thumbnail Photos"
18392
- msgstr "Vignettes"
18393
-
18394
- #: wppa-setup.php:1773
18395
- msgid "Search photos"
18396
- msgstr "Rechercher dans les photos"
18397
-
18398
- #: wppa-setup.php:1817
18399
- msgid ""
18400
- "The uploads directory does not exist, please do a regular WP upload first."
18401
- msgstr ""
18402
- "Le répertoire de chargement (uploads) n'existe pas, veuillez d'abord faire "
18403
- "un chargement basique via WordPress."
18404
-
18405
- #: wppa-setup.php:1821
18406
- msgid "Successfully created uploads directory."
18407
- msgstr "Répertoire de chargement (uploads) créé avec succès."
18408
-
18409
- #: wppa-setup.php:1832
18410
- msgid "Could not create the wppa directory."
18411
- msgstr "Impossible de créer le répertoire WPPA."
18412
-
18413
- #: wppa-setup.php:1836
18414
- msgid "Successfully created wppa directory."
18415
- msgstr "Répertoire WPPA créé avec succès."
18416
-
18417
- #: wppa-setup.php:1846
18418
- msgid "Could not create the wppa thumbs directory."
18419
- msgstr "Impossible de créer le répertoire de vignettes WPPA."
18420
-
18421
- #: wppa-setup.php:1850
18422
- msgid "Successfully created wppa thumbs directory."
18423
- msgstr "Répertoire des vignettes WPPA créé avec succès."
18424
-
18425
- #: wppa-setup.php:1860
18426
- msgid "Could not create the wppa watermarks directory."
18427
- msgstr "Impossible de créer le répertoire des filigranes WPPA."
18428
-
18429
- #: wppa-setup.php:1864
18430
- msgid "Successfully created wppa watermarks directory."
18431
- msgstr "Répertoire des filigranes WPPA créé avec succès."
18432
-
18433
- #: wppa-setup.php:1874
18434
- msgid "Could not create the wppa fonts directory."
18435
- msgstr "Impossible de créer le répertoire de fontes WPPA."
18436
-
18437
- #: wppa-setup.php:1878
18438
- msgid "Successfully created wppa fonts directory."
18439
- msgstr "Répertoire de fontes WPPA créé avec succès."
18440
-
18441
- #: wppa-setup.php:1890
18442
- msgid "Unable to create depot directory."
18443
- msgstr "Impossible de créer le répertoire de dépôt WPPA."
18444
-
18445
- #: wppa-setup.php:1894
18446
- msgid "Successfully created wppa depot directory."
18447
- msgstr "Répertoire de dépôt WPPA créé avec succès."
18448
-
18449
- #: wppa-setup.php:1905
18450
- msgid "Unable to create user depot directory"
18451
- msgstr "Impossible de créer le répertoire de dépôt utilisateur"
18452
-
18453
- #: wppa-setup.php:1909
18454
- msgid "Successfully created wppa user depot directory."
18455
- msgstr "Répertoire de dépôt utilisateur WPPA créé avec succès."
18456
-
18457
- #: wppa-setup.php:1919
18458
- msgid "Unable to create temp directory"
18459
- msgstr "Impossible de créer le répertoire temporaire"
18460
-
18461
- #: wppa-setup.php:1923
18462
- msgid "Successfully created temp directory."
18463
- msgstr "Répertoire temporaire créé avec succès."
18464
-
18465
- #: wppa-setup.php:1931
18466
- #, php-format
18467
- msgid ""
18468
- "Ask your administrator to give you more rights, or create <b>%s</b> manually "
18469
- "using an FTP program."
18470
- msgstr ""
18471
- "Demander à votre administrateur de vous donner plus de droits, ou créer <b>"
18472
- "%s</b> manuellement en utilisant un logiciel FTP."
18473
-
18474
- #: wppa-setup.php:2033
18475
- msgid "Default photo album for"
18476
- msgstr "Album par défaut pour"
18477
-
18478
- #: wppa-slideshow-widget.php:18
18479
- msgid "Display a slideshow"
18480
- msgstr "Afficher un diaporama"
18481
-
18482
- #: wppa-slideshow-widget.php:19
18483
- msgid "WPPA+ Sidebar Slideshow"
18484
- msgstr "WPPA+ Sidebar Slideshow"
18485
-
18486
- #: wppa-slideshow-widget.php:37 wppa-slideshow-widget.php:169
18487
- msgid "Sidebar Slideshow"
18488
- msgstr "Diaporama dans la barre latérale"
18489
-
18490
- #: wppa-slideshow-widget.php:61
18491
- msgid "Widget landing page"
18492
- msgstr "Page de destination de widget"
18493
-
18494
- #: wppa-slideshow-widget.php:130
18495
- #, fuzzy
18496
- msgid "Unknown album or album does not exist"
18497
- msgstr "L'album ou l'album inconnu n'existe pas"
18498
-
18499
- #: wppa-slideshow-widget.php:201
18500
- msgid "Sizes and alignment"
18501
- msgstr "Tailles et alignement"
18502
-
18503
- #: wppa-slideshow-widget.php:203
18504
- msgid ""
18505
- "Enter the width and optionally the height of the area wherein the slides "
18506
- "will appear. If you specify a 0 for the height, it will be calculated. The "
18507
- "value for the height will be ignored if you set the vertical alignment to "
18508
- "'fit'."
18509
- msgstr ""
18510
- "Entrer la largeur et optionnellement la hauteur de la zone dans laquelle les "
18511
- "diapos vont apparaître. Si vous spécifiez un 0 pour la hauteur, elle sera "
18512
- "calculée. La valeur pour la hauteur sera ignorée si vous réglez l'alignement "
18513
- "vertical à 'adapté'."
18514
-
18515
- #: wppa-slideshow-widget.php:205
18516
- #, fuzzy
18517
- msgid ""
18518
- "Tick the portrait only checkbox if there are only portrait images in the "
18519
- "album and you want the photos to fill the full width of the widget."
18520
- msgstr ""
18521
- "Activez la case à cocher Portrait uniquement s'il n'y a que des images "
18522
- "portrait dans l'album et que vous souhaitez que les photos complètent toute "
18523
- "la largeur du widget."
18524
-
18525
- #: wppa-slideshow-widget.php:207
18526
- msgid ""
18527
- "If portrait only is checked, the vertical alignment will be forced to 'fit'."
18528
- msgstr ""
18529
- "Si le portrait seulement est cochée, l'alignement vertical sera forcé à "
18530
- "'s'ajuster'."
18531
-
18532
- #: wppa-slideshow-widget.php:214
18533
- msgid "Width in pixels"
18534
- msgstr "Largeur en pixels"
18535
-
18536
- #: wppa-slideshow-widget.php:226
18537
- msgid "Height in pixels"
18538
- msgstr "Hauteur en px"
18539
-
18540
- #: wppa-slideshow-widget.php:238
18541
- msgid "Portrait only:"
18542
- msgstr "Portrait uniquement:"
18543
-
18544
- #: wppa-slideshow-widget.php:261
18545
- msgid "Set the desired vertical alignment method."
18546
- msgstr "Sélectionner la méthode d'alignement vertical désirée."
18547
-
18548
- #: wppa-slideshow-widget.php:270
18549
- #, fuzzy
18550
- msgid "Slideshow timeout in seconds"
18551
- msgstr "Temporisation du diaporama en secondes"
18552
-
18553
- #: wppa-slideshow-widget.php:277
18554
- msgid ""
18555
- "If you want that a click on the image links to another web address, type the "
18556
- "full url here."
18557
- msgstr ""
18558
- "Si vous voulez qu'un clic sur les liens d'image vers une autre adresse Web, "
18559
- "tapez l'URL complète ici."
18560
-
18561
- #: wppa-slideshow-widget.php:281
18562
- msgid "Show name"
18563
- msgstr "Afficher nom"
18564
-
18565
- #: wppa-slideshow-widget.php:284
18566
- #, fuzzy
18567
- msgid "Show description"
18568
- msgstr "Montrer description:"
18569
-
18570
- #: wppa-slideshow-widget.php:287
18571
- msgid "Show filmstrip"
18572
- msgstr "Afficher le filmstrip"
18573
-
18574
- #: wppa-slideshow-widget.php:290
18575
- #, fuzzy
18576
- msgid "Show browsebar"
18577
- msgstr "Montrer browsebar:"
18578
-
18579
- #: wppa-slideshow-widget.php:293
18580
- #, fuzzy
18581
- msgid "Show number bar"
18582
- msgstr "Voir le numéro"
18583
-
18584
- #: wppa-slideshow-widget.php:297
18585
- msgid "The following text fields support qTranslate"
18586
- msgstr "Les champs suivants supportent qTranslate"
18587
-
18588
- #: wppa-slideshow-widget.php:301
18589
- #, fuzzy
18590
- msgid "Tooltip text"
18591
- msgstr "Texte tooltip:"
18592
-
18593
- #: wppa-slideshow-widget.php:304
18594
- msgid "Text above photos"
18595
- msgstr "Texte au dessus des photos"
18596
-
18597
- #: wppa-slideshow-widget.php:307
18598
- msgid "Text below photos"
18599
- msgstr "Texte en dessous des photos"
18600
-
18601
- #: wppa-slideshow.php:270
18602
- msgid "Start / stop slideshow"
18603
- msgstr "Démarrer / Arrêter le diaporama"
18604
-
18605
- #: wppa-slideshow.php:348
18606
- msgid "Paused"
18607
- msgstr "Pausé"
18608
-
18609
- #: wppa-slideshow.php:356
18610
- msgid ""
18611
- "To see the full size images, you need to enable javascript in your browser."
18612
- msgstr "Vous devez activer Javascript pour voir les images pleine grandeur."
18613
-
18614
- #: wppa-slideshow.php:762
18615
- msgid "Checkout"
18616
- msgstr "Checkout"
18617
-
18618
- #: wppa-slideshow.php:880 wppa-slideshow.php:909 wppa-slideshow.php:1184
18619
- #: wppa-slideshow.php:1254
18620
- #, php-format
18621
- msgid "You must <a href=\"%s\">login</a> to vote"
18622
- msgstr "Vous devez vous <a href=\"%s\">connecter</a> pour voter"
18623
-
18624
- #: wppa-slideshow.php:883 wppa-slideshow.php:912 wppa-slideshow.php:1187
18625
- #: wppa-slideshow.php:1257
18626
- msgid "You must login to vote"
18627
- msgstr "Se connecter pour voter"
18628
-
18629
- #: wppa-slideshow.php:894
18630
- #, php-format
18631
- msgid "Number of votes: <span id=\"wppa-vote-count-%s\" >%s</span>&nbsp;"
18632
- msgstr "Nombre de votes: <span id=\"wppa-vote-count-%s\" >%s</span>&nbsp;"
18633
-
18634
- #: wppa-slideshow.php:964
18635
- msgid "Sorry, you can rate a photo only once"
18636
- msgstr "Désolé, vous pouvez noter une photo qu'une seule fois"
18637
-
18638
- #: wppa-slideshow.php:996
18639
- msgid "very low"
18640
- msgstr "très basse"
18641
-
18642
- #: wppa-slideshow.php:997
18643
- msgid "low"
18644
- msgstr "basse"
18645
-
18646
- #: wppa-slideshow.php:998
18647
- msgid "average"
18648
- msgstr "moyenne"
18649
-
18650
- #: wppa-slideshow.php:999
18651
- msgid "high"
18652
- msgstr "haute"
18653
-
18654
- #: wppa-slideshow.php:1000
18655
- msgid "very high"
18656
- msgstr "très haute"
18657
-
18658
- #: wppa-slideshow.php:1085 wppa-slideshow.php:1216
18659
- msgid "Are you sure you want to mark this image as inappropriate?"
18660
- msgstr "Etes-vous sûr de vouloir marquer cette image comme inappropriée ?"
18661
-
18662
- #: wppa-slideshow.php:1088 wppa-slideshow.php:1219
18663
- msgid "Click this if you do NOT like this image!"
18664
- msgstr "Cliquez ici si vous N'aimez PAS cette image !"
18665
-
18666
- #: wppa-slideshow.php:1120 wppa-slideshow.php:1243
18667
- msgid "Number of people who marked this photo as inappropriate"
18668
- msgstr "Nombre de personnes qui ont marqué cette photo comme inappropriée"
18669
-
18670
- #: wppa-slideshow.php:1249
18671
- msgid "My rating:"
18672
- msgstr "Mon vote:"
18673
-
18674
- #: wppa-slideshow.php:1344
18675
- msgid "First"
18676
- msgstr "Premier"
18677
-
18678
- #: wppa-slideshow.php:1358
18679
- msgid "Last"
18680
- msgstr "Dernier"
18681
-
18682
- #: wppa-slideshow.php:1535
18683
- #, php-format
18684
- msgid "Photo %s of %s"
18685
- msgstr "Photo %s de %s"
18686
-
18687
- #: wppa-slideshow.php:1600 wppa-slideshow.php:1643
18688
- msgid "Click to start/stop"
18689
- msgstr "Cliquer pour lancer/arrêter"
18690
-
18691
- #: wppa-slideshow.php:1655
18692
- msgid "- - - Comments box activated - - -"
18693
- msgstr "- - - Boîte de commentaires activée - - -"
18694
-
18695
- #: wppa-slideshow.php:1679
18696
- msgid "- - - IPTC box activated - - -"
18697
- msgstr "- - - Boîte IPTC activée - - -"
18698
-
18699
- #: wppa-slideshow.php:1703
18700
- msgid "- - - EXIF box activated - - -"
18701
- msgstr "- - - Boîte EXIF activée - - -"
18702
-
18703
- #: wppa-statistics.php:27
18704
- #, php-format
18705
- msgid "There is %d photo album"
18706
- msgid_plural "There are %d photo albums"
18707
- msgstr[0] "Il y a %d album photo"
18708
- msgstr[1] "Il y a %d albums photo"
18709
-
18710
- #: wppa-statistics.php:28
18711
- msgid "The last album added is"
18712
- msgstr "Le dernier album ajouté est"
18713
-
18714
- #: wppa-statistics.php:32
18715
- msgid ", a subalbum of"
18716
- msgstr ", un album fils de"
18717
-
18718
- #: wppa-stereo-widget.php:13
18719
- msgid "Display stereo photo settings dialog"
18720
- msgstr "Afficher la boîte de dialogue des paramètres de la photo stéréo"
18721
-
18722
- #: wppa-stereo-widget.php:14
18723
- msgid "WPPA+ Stereo Photo Settings"
18724
- msgstr "WPPA+ Paramètres photo stéréo"
18725
-
18726
- #: wppa-stereo-widget.php:34 wppa-stereo-widget.php:65
18727
- #, fuzzy
18728
- msgid "Stereo Photo Settings"
18729
- msgstr "Paramètres photo stéréo"
18730
-
18731
- #: wppa-stereo.php:32
18732
- msgid "Half color"
18733
- msgstr "Demi ton"
18734
-
18735
- #: wppa-stereo.php:33
18736
- msgid "Gray"
18737
- msgstr "Gris"
18738
-
18739
- #: wppa-stereo.php:34
18740
- msgid "True anaglyph"
18741
- msgstr "Vrai anaglyphe"
18742
-
18743
- #: wppa-stereo.php:35
18744
- msgid "Optimized"
18745
- msgstr "Optimisé"
18746
-
18747
- #: wppa-stereo.php:36
18748
- msgid "Flat"
18749
- msgstr "Flat"
18750
-
18751
- #: wppa-stereo.php:38
18752
- msgid "Red - Cyan"
18753
- msgstr "Rouge - Cyan"
18754
-
18755
- #: wppa-stereo.php:39
18756
- msgid "Green - Magenta"
18757
- msgstr "Vert - Magenta"
18758
-
18759
- #: wppa-super-view-widget.php:14
18760
- msgid "Display a super selection dialog"
18761
- msgstr "Afficher un dialogue de super sélection"
18762
-
18763
- #: wppa-super-view-widget.php:15
18764
- msgid "WPPA+ Super View"
18765
- msgstr "WPPA+ Superbe Vue"
18766
-
18767
- #: wppa-super-view-widget.php:33 wppa-super-view-widget.php:66
18768
- #, fuzzy
18769
- msgid "Super View"
18770
- msgstr "La page de destination pour le widget Super View."
18771
-
18772
- #: wppa-super-view-widget.php:78
18773
- msgid "Enable (sub)albums of"
18774
- msgstr "Activer album(fils) de"
18775
-
18776
- #: wppa-super-view-widget.php:85
18777
- #, fuzzy
18778
- msgid "Sort alphabetically"
18779
- msgstr "Trier alphabétiquement"
18780
-
18781
- #: wppa-super-view-widget.php:86
18782
- msgid "If unticked, the album sort method for the album or system will be used"
18783
- msgstr ""
18784
- "Si pas cochée, la méthode de tri de l'album ou du système sera utilisée"
18785
-
18786
- #: wppa-tagcloud-widget.php:14
18787
- msgid "Display a cloud of photo tags"
18788
- msgstr "Afficher un nuage de balises photo"
18789
-
18790
- #: wppa-tagcloud-widget.php:15
18791
- msgid "WPPA+ Photo Tag Cloud"
18792
- msgstr "WPPA+ Nuage de mots-clés de photos"
18793
-
18794
- #: wppa-tagcloud-widget.php:35 wppa-tagcloud-widget.php:65
18795
- msgid "Photo Tag Cloud"
18796
- msgstr "Nuage de tag photos"
18797
-
18798
- #: wppa-thumbnail-widget.php:13
18799
- msgid "Display thumbnails of the photos in an album"
18800
- msgstr "Afficher les vignettes des photos dans un album"
18801
-
18802
- #: wppa-thumbnail-widget.php:14
18803
- msgid "WPPA+ Thumbnail Photos"
18804
- msgstr "WPPA+ Photos vignettes"
18805
-
18806
- #: wppa-thumbnail-widget.php:49
18807
- msgid "Thumbnail photos"
18808
- msgstr "Vignetter les photos"
18809
-
18810
- #: wppa-thumbnail-widget.php:182
18811
- msgid "Link from the title"
18812
- msgstr "Lien du titre"
18813
-
18814
- #: wppa-thumbnail-widget.php:185
18815
- msgid "Link Title ( tooltip )"
18816
- msgstr "Lien titre ( tooltip )"
18817
-
18818
- #: wppa-thumbnail-widget.php:214
18819
- msgid "Max number"
18820
- msgstr "Nombre maximum"
18821
-
18822
- #: wppa-thumbnail-widget.php:228
18823
- msgid "Show photo names under thumbnails"
18824
- msgstr "Afficher les noms de photos sous les vignettes"
18825
-
18826
- #: wppa-thumbnail-widget.php:233
18827
- msgid "Table I-F5 and 6"
18828
- msgstr "Tableau I-F5 et 6"
18829
-
18830
- #: wppa-thumbnails.php:181 wppa-thumbnails.php:1179 wppa-topten-widget.php:167
18831
- msgid "View the top rated photos"
18832
- msgstr "Voir les photos les mieux notées"
18833
-
18834
- #: wppa-thumbnails.php:1086
18835
- #, php-format
18836
- msgid "Missing thumbnail image #%s"
18837
- msgstr "Vignette non trouvée #%s"
18838
-
18839
- #: wppa-tinymce-shortcodes.php:59
18840
- msgid "No Preview available"
18841
- msgstr "Pas de prévisualisation disponible"
18842
-
18843
- #: wppa-tinymce-shortcodes.php:64
18844
- #, fuzzy
18845
- msgid "Unimplemented virtual album"
18846
- msgstr "Album virtuel non implémenté"
18847
-
18848
- #: wppa-tinymce-shortcodes.php:128
18849
- msgid "Type of WPPA display:"
18850
- msgstr "Type d'affichage WPPA:"
18851
-
18852
- #: wppa-tinymce-shortcodes.php:131
18853
- msgid "Please select a display type"
18854
- msgstr "Sélectionner un type d'affichage"
18855
-
18856
- #: wppa-tinymce-shortcodes.php:132
18857
- msgid "A gallery with covers and/or thumbnails"
18858
- msgstr "Une gallerie avec couvertures et/ou vignettes"
18859
-
18860
- #: wppa-tinymce-shortcodes.php:133
18861
- msgid "A slideshow"
18862
- msgstr "Un diaporama"
18863
-
18864
- #: wppa-tinymce-shortcodes.php:134
18865
- msgid "A single image"
18866
- msgstr "Une image seule"
18867
-
18868
- #: wppa-tinymce-shortcodes.php:135
18869
- msgid "A search/selection box"
18870
- msgstr "Une boîte de recherche/sélection"
18871
-
18872
- #: wppa-tinymce-shortcodes.php:136
18873
- msgid "An other box type"
18874
- msgstr "Un autre type de boîte"
18875
-
18876
- #: wppa-tinymce-shortcodes.php:143
18877
- msgid "Type of gallery display:"
18878
- msgstr "Type d'affichage de galerie:"
18879
-
18880
- #: wppa-tinymce-shortcodes.php:146
18881
- msgid "Please select a gallery type"
18882
- msgstr "Sélectionner un type de gallerie"
18883
-
18884
- #: wppa-tinymce-shortcodes.php:147
18885
- msgid "The cover(s) of specific album(s)"
18886
- msgstr "La(les) couverture(s) de(s) album(s) spécifique(s)"
18887
-
18888
- #: wppa-tinymce-shortcodes.php:148
18889
- msgid "The content of specific album(s)"
18890
- msgstr "Le contenu de(s) album(s) spécifique(s)"
18891
-
18892
- #: wppa-tinymce-shortcodes.php:149
18893
- msgid "The covers of the subalbums of specific album(s)"
18894
- msgstr "La couverture des albums fils de(s) album(s) spécifique(s)"
18895
-
18896
- #: wppa-tinymce-shortcodes.php:150
18897
- msgid "The thumbnails of specific album(s)"
18898
- msgstr "La vignette de(s) album(s) spécifique(s)"
18899
-
18900
- #: wppa-tinymce-shortcodes.php:157
18901
- msgid "Type of slideshow:"
18902
- msgstr "Type de diaporama:"
18903
-
18904
- #: wppa-tinymce-shortcodes.php:160
18905
- msgid "Please select a slideshow type"
18906
- msgstr "Sélectionner un type de diaporama"
18907
-
18908
- #: wppa-tinymce-shortcodes.php:161
18909
- msgid "A fully featured slideshow"
18910
- msgstr "Un diaporama \"toutes options\""
18911
-
18912
- #: wppa-tinymce-shortcodes.php:162
18913
- msgid "A slideshow without supporting boxes"
18914
- msgstr "Un diaporama sans les boîte de support"
18915
-
18916
- #: wppa-tinymce-shortcodes.php:163
18917
- msgid "A slideshow with a filmstrip only"
18918
- msgstr "Un diaporama avec juste un filmstrip"
18919
-
18920
- #: wppa-tinymce-shortcodes.php:164
18921
- msgid "A filmstrip only"
18922
- msgstr "Un flimstrip seulement"
18923
-
18924
- #: wppa-tinymce-shortcodes.php:171
18925
- msgid "Type of single image:"
18926
- msgstr "Type d'image"
18927
-
18928
- #: wppa-tinymce-shortcodes.php:174
18929
- msgid "Please select a single image type"
18930
- msgstr "Selectionner un type d'image unique"
18931
-
18932
- #: wppa-tinymce-shortcodes.php:185
18933
- msgid "Type of search:"
18934
- msgstr "Type de recherche:"
18935
-
18936
- #: wppa-tinymce-shortcodes.php:188
18937
- msgid "Please select a search type"
18938
- msgstr "Sélectionner un type de recherche"
18939
-
18940
- #: wppa-tinymce-shortcodes.php:189
18941
- msgid "A search box"
18942
- msgstr "Une boîte recherche"
18943
-
18944
- #: wppa-tinymce-shortcodes.php:190
18945
- msgid "A supersearch box"
18946
- msgstr "Une boîte Supersearch"
18947
-
18948
- #: wppa-tinymce-shortcodes.php:191
18949
- msgid "A tagcloud box"
18950
- msgstr "Une boîte Tagcloud"
18951
-
18952
- #: wppa-tinymce-shortcodes.php:192
18953
- msgid "A multitag box"
18954
- msgstr "Une boîte Multitag"
18955
-
18956
- #: wppa-tinymce-shortcodes.php:193
18957
- msgid "A superview box"
18958
- msgstr "Une boîte SuperView"
18959
-
18960
- #: wppa-tinymce-shortcodes.php:194
18961
- msgid "A calendar box"
18962
- msgstr "Une boîte Calendar"
18963
-
18964
- #: wppa-tinymce-shortcodes.php:201
18965
- msgid "Type miscellaneous:"
18966
- msgstr "Type varié:"
18967
-
18968
- #: wppa-tinymce-shortcodes.php:204
18969
- msgid "Please select a miscellaneous display"
18970
- msgstr "Choisir un type d'affichage \"varié\""
18971
-
18972
- #: wppa-tinymce-shortcodes.php:205
18973
- msgid "A generic albums display"
18974
- msgstr "Un affichage générique des albums"
18975
-
18976
- #: wppa-tinymce-shortcodes.php:206
18977
- msgid "An upload box"
18978
- msgstr "Une boîte de chargement"
18979
-
18980
- #: wppa-tinymce-shortcodes.php:207
18981
- msgid "A landing page shortcode"
18982
- msgstr "Un code court de la page de destination"
18983
-
18984
- #: wppa-tinymce-shortcodes.php:208
18985
- msgid "A 3D stereo settings box"
18986
- msgstr "Une boîte de réglages 3D stéréo"
18987
-
18988
- #: wppa-tinymce-shortcodes.php:209
18989
- msgid "An admins choice box"
18990
- msgstr "Une boîte de choix des admins"
18991
-
18992
- #: wppa-tinymce-shortcodes.php:216
18993
- msgid "Users:"
18994
- msgstr "Utilisateurs:"
18995
-
18996
- #: wppa-tinymce-shortcodes.php:219
18997
- msgid "All"
18998
- msgstr "Tous"
18999
-
19000
- #: wppa-tinymce-shortcodes.php:236
19001
- msgid "Kind of selection:"
19002
- msgstr "Type de sélection:"
19003
-
19004
- #: wppa-tinymce-shortcodes.php:239
19005
- msgid "Please select a type of selection to be used"
19006
- msgstr "Choisir un type de sélection à utiliser"
19007
-
19008
- #: wppa-tinymce-shortcodes.php:240
19009
- msgid "One or more wppa+ albums"
19010
- msgstr "Un ou plusieurs albums WPPA+"
19011
-
19012
- #: wppa-tinymce-shortcodes.php:241
19013
- msgid "A special selection"
19014
- msgstr "Une sélection spéciale"
19015
-
19016
- #: wppa-tinymce-shortcodes.php:248 wppa-tinymce-shortcodes.php:268
19017
- msgid "The selection to be used:"
19018
- msgstr "La sélection à utiliser:"
19019
-
19020
- #: wppa-tinymce-shortcodes.php:251 wppa-tinymce-shortcodes.php:271
19021
- msgid "Please select a virtual album"
19022
- msgstr "Sélectionner un album virtuel"
19023
-
19024
- #: wppa-tinymce-shortcodes.php:252 wppa-tinymce-shortcodes.php:272
19025
- msgid "The most recently modified album"
19026
- msgstr "L'album modifié le plus récemment"
19027
-
19028
- #: wppa-tinymce-shortcodes.php:253
19029
- msgid "The top rated photos"
19030
- msgstr "Les photos les mieux notées"
19031
-
19032
- #: wppa-tinymce-shortcodes.php:254
19033
- msgid "The most recently uploaded photos"
19034
- msgstr "Les photos chargées récemment"
19035
-
19036
- #: wppa-tinymce-shortcodes.php:255
19037
- msgid "A random selection of featured photos"
19038
- msgstr "Un choix aléatoire dans une sélection de photos"
19039
-
19040
- #: wppa-tinymce-shortcodes.php:256
19041
- msgid "The most recently commented photos"
19042
- msgstr "Les photos commentées récemment"
19043
-
19044
- #: wppa-tinymce-shortcodes.php:257
19045
- msgid "Photos tagged with certain tags"
19046
- msgstr "Photos taggés avec certaines tags"
19047
-
19048
- #: wppa-tinymce-shortcodes.php:258
19049
- msgid "Albums tagged with a certain category"
19050
- msgstr "Albums tagués avec une certaine catégorie"
19051
-
19052
- #: wppa-tinymce-shortcodes.php:259
19053
- msgid "Photos in albums owned by a certain user"
19054
- msgstr "Photos dans des albums possédés par un utilisateur particulier"
19055
-
19056
- #: wppa-tinymce-shortcodes.php:260
19057
- msgid "Photos uploaded by a certain user"
19058
- msgstr "Photos chargées par utilisateur donné"
19059
-
19060
- #: wppa-tinymce-shortcodes.php:261
19061
- msgid "All photos in the system"
19062
- msgstr "Toutes les potos dans le système"
19063
-
19064
- #: wppa-tinymce-shortcodes.php:273
19065
- msgid "Albums owned by a certain user"
19066
- msgstr "Albums possédés par un utilisateur particulier"
19067
-
19068
- #: wppa-tinymce-shortcodes.php:274
19069
- msgid "Albums tagged with certain categories"
19070
- msgstr "Albums tagués avec certaines catégories"
19071
-
19072
- #: wppa-tinymce-shortcodes.php:275
19073
- msgid "All albums in the system"
19074
- msgstr "Tous les albums dans le système"
19075
-
19076
- #: wppa-tinymce-shortcodes.php:282 wppa-tinymce-shortcodes.php:315
19077
- msgid "The Album(s) to be used:"
19078
- msgstr "Le(s) album(s) à utiliser:"
19079
-
19080
- #: wppa-tinymce-shortcodes.php:288
19081
- msgid "Please select one or more albums"
19082
- msgstr "Sélectionner un ou plus album(s)"
19083
-
19084
- #: wppa-tinymce-shortcodes.php:297 wppa-tinymce-shortcodes.php:330
19085
- #: wppa-tinymce-shortcodes.php:375 wppa-tinymce-shortcodes.php:398
19086
- #: wppa-tinymce-shortcodes.php:586
19087
- msgid "There are no albums yet"
19088
- msgstr "Il n'y a pas encore d'albums"
19089
-
19090
- #: wppa-tinymce-shortcodes.php:303
19091
- msgid "Filter album:"
19092
- msgstr "Filtrer l'album:"
19093
-
19094
- #: wppa-tinymce-shortcodes.php:308
19095
- msgid ""
19096
- "Enter a (part of) the album name to limit the options in the selection box "
19097
- "above."
19098
- msgstr ""
19099
- "Inscrivez le nom de l’album (partiëllement) afin de limiter les options dans "
19100
- "la boîte de sélection ci-dessus."
19101
-
19102
- #: wppa-tinymce-shortcodes.php:338
19103
- msgid "The album owner:"
19104
- msgstr "Le propriétaire de l'album:"
19105
-
19106
- #: wppa-tinymce-shortcodes.php:341
19107
- msgid "Please select a user"
19108
- msgstr "Veuillez sélectionner un utilisateur"
19109
-
19110
- #: wppa-tinymce-shortcodes.php:342
19111
- msgid "The logged in visitor"
19112
- msgstr "Le visiteur connecté"
19113
-
19114
- #: wppa-tinymce-shortcodes.php:348
19115
- msgid "Too many users, edit manually"
19116
- msgstr "Trop d'utilisateurs, modifier manuellement"
19117
-
19118
- #: wppa-tinymce-shortcodes.php:363
19119
- msgid "No parent specification"
19120
- msgstr "Pas de parent spécifié"
19121
-
19122
- #: wppa-tinymce-shortcodes.php:366 wppa-tinymce-shortcodes.php:389
19123
- #: wppa-tinymce-shortcodes.php:577
19124
- msgid "The generic parent"
19125
- msgstr "Le parent générique"
19126
-
19127
- #: wppa-tinymce-shortcodes.php:406
19128
- msgid "Max Albums:"
19129
- msgstr "Max Albums:"
19130
-
19131
- #: wppa-tinymce-shortcodes.php:414
19132
- msgid "Max Photos:"
19133
- msgstr "Max Photos:"
19134
-
19135
- #: wppa-tinymce-shortcodes.php:422
19136
- msgid "The album cat(s):"
19137
- msgstr "L'album cat(s):"
19138
-
19139
- #: wppa-tinymce-shortcodes.php:425
19140
- msgid "--- please select category ---"
19141
- msgstr "--- Choisir catégorie ---"
19142
-
19143
- #: wppa-tinymce-shortcodes.php:436
19144
- msgid "The Photo to be used:"
19145
- msgstr "La photo à utiliser:"
19146
-
19147
- #: wppa-tinymce-shortcodes.php:442
19148
- msgid "Please select a photo"
19149
- msgstr "Sélectionner une photo"
19150
-
19151
- #: wppa-tinymce-shortcodes.php:443 wppa-tinymce-shortcodes.php:457
19152
- msgid "The photo of the day"
19153
- msgstr "La photo du jour"
19154
-
19155
- #: wppa-tinymce-shortcodes.php:456
19156
- msgid "The most recently uploaded photo"
19157
- msgstr "Voir les photos chargées récemment"
19158
-
19159
- #: wppa-tinymce-shortcodes.php:460
19160
- msgid "There are no photos yet"
19161
- msgstr "Il n'y pas encore de photos"
19162
-
19163
- #: wppa-tinymce-shortcodes.php:466
19164
- msgid "Specify the photo to be used"
19165
- msgstr "Spécifie la photo à utiliser"
19166
-
19167
- #: wppa-tinymce-shortcodes.php:467
19168
- msgid "You can select from a maximum of 100 most recently added photos"
19169
- msgstr ""
19170
- "Vous pouvez sélectionner parmi un maximum de 100 photos récemment ajoutées"
19171
-
19172
- #: wppa-tinymce-shortcodes.php:474
19173
- msgid "Preview image:"
19174
- msgstr "Prévisualiser image:"
19175
-
19176
- #: wppa-tinymce-shortcodes.php:481
19177
- msgid "The photo tag(s):"
19178
- msgstr "La tag(s) de photo:"
19179
-
19180
- #: wppa-tinymce-shortcodes.php:484
19181
- msgid "--- please select tag(s) ---"
19182
- msgstr "--- choisir tag(s) ---"
19183
-
19184
- #: wppa-tinymce-shortcodes.php:495
19185
- msgid "Or / And:"
19186
- msgstr "Ou / Et:"
19187
-
19188
- #: wppa-tinymce-shortcodes.php:497
19189
- msgid "Meet any"
19190
- msgstr "Répond à aucun"
19191
-
19192
- #: wppa-tinymce-shortcodes.php:498
19193
- msgid "Meet all"
19194
- msgstr "Répond tous"
19195
-
19196
- #: wppa-tinymce-shortcodes.php:504 wppa-tinymce-shortcodes.php:552
19197
- msgid "Additional features:"
19198
- msgstr "Fonctionnalités additionnelles"
19199
-
19200
- #: wppa-tinymce-shortcodes.php:506
19201
- msgid "Enable Subsearch"
19202
- msgstr "Activer subsearch"
19203
-
19204
- #: wppa-tinymce-shortcodes.php:507
19205
- msgid "Enable Rootsearch"
19206
- msgstr "Activer rootsearch"
19207
-
19208
- #: wppa-tinymce-shortcodes.php:513
19209
- msgid "Search root:"
19210
- msgstr "Rechercher root:"
19211
-
19212
- #: wppa-tinymce-shortcodes.php:532
19213
- msgid "Landing page:"
19214
- msgstr "Page de destination"
19215
-
19216
- #: wppa-tinymce-shortcodes.php:554
19217
- msgid "Enable all tags"
19218
- msgstr "Activer tous les tags"
19219
-
19220
- #: wppa-tinymce-shortcodes.php:557
19221
- msgid "Please select the tags to show"
19222
- msgstr "Veuillez sélectionner les tags à afficher"
19223
-
19224
- #: wppa-tinymce-shortcodes.php:563
19225
- msgid "There are no tags"
19226
- msgstr "Il n'y a pas de tags"
19227
-
19228
- #: wppa-tinymce-shortcodes.php:594
19229
- msgid "Calendar type:"
19230
- msgstr "Type de calendrier:"
19231
-
19232
- #: wppa-tinymce-shortcodes.php:597
19233
- msgid "By EXIF date"
19234
- msgstr "Par date EXIF"
19235
-
19236
- #: wppa-tinymce-shortcodes.php:598
19237
- msgid "By date of upload"
19238
- msgstr "Par date de chargement"
19239
-
19240
- #: wppa-tinymce-shortcodes.php:599
19241
- msgid "By date last modified"
19242
- msgstr "Par date de modification (dernière)"
19243
-
19244
- #: wppa-tinymce-shortcodes.php:602
19245
- msgid "Last date first"
19246
- msgstr "Date la plus récente en premier"
19247
-
19248
- #: wppa-tinymce-shortcodes.php:603
19249
- msgid "Initially display all"
19250
- msgstr "Tout afficher au début"
19251
-
19252
- #: wppa-tinymce-shortcodes.php:609
19253
- msgid "The size of the display:"
19254
- msgstr "La taille de l'affichage:"
19255
-
19256
- #: wppa-tinymce-shortcodes.php:614
19257
- msgid ""
19258
- "Specify the horizontal size in pixels or <span style=\"color:blue\" >auto</"
19259
- "span>."
19260
- msgstr ""
19261
- "Spécifie la taille horizontale en pixels ou <span style=\"color:blue\" "
19262
- ">auto</span>."
19263
-
19264
- #: wppa-tinymce-shortcodes.php:615
19265
- msgid ""
19266
- "A value less than <span style=\"color:blue\" >100</span> will automatically "
19267
- "be interpreted as a <span style=\"color:blue\" >percentage</span> of the "
19268
- "available space."
19269
- msgstr ""
19270
- "Une valeur inférieure à <span style=\"color:blue\" >100</span> sera "
19271
- "automatiquement interprétée comme un <span style=\"color:blue\" "
19272
- ">pourcentage</span> de l'espace disponible."
19273
-
19274
- #: wppa-tinymce-shortcodes.php:616
19275
- msgid ""
19276
- "For responsive with a fixed maximum, add the max to auto e.g. <span style="
19277
- "\"color:blue\" >auto,550</span>"
19278
- msgstr ""
19279
- "Pour répondre à un maximum fixe, ajoutez le max à auto, par exemple <span "
19280
- "style=\"color:blue\" >auto,550</span>"
19281
-
19282
- #: wppa-tinymce-shortcodes.php:617
19283
- msgid "Leave this blank for default size"
19284
- msgstr "Laisser vide pour la taille par défaut"
19285
-
19286
- #: wppa-tinymce-shortcodes.php:633
19287
- msgid "Specify the alignment to be used or --- none ---"
19288
- msgstr "Spécifier l'alignement à utiliser ou --- aucun ---"
19289
-
19290
- #: wppa-tinymce-shortcodes.php:641
19291
- msgid ""
19292
- "This is a preview of the shortcode that is being generated. You may edit the "
19293
- "comment"
19294
- msgstr ""
19295
- "Ceci est une prévisualisation du code court généré. Vous pouvez modifier le "
19296
- "commentaire"
19297
-
19298
- #: wppa-tinymce-shortcodes.php:643 wppa-tinymce-shortcodes.php:644
19299
- msgid "Insert Shortcode"
19300
- msgstr "Insérer un code court"
19301
-
19302
- #: wppa-tinymce-shortcodes.php:644
19303
- msgid "Please complete the shortcode specs"
19304
- msgstr "Veuillez remplir les spécifications du code court"
19305
-
19306
- #: wppa-topten-widget.php:13
19307
- msgid "Display top rated photos"
19308
- msgstr "Afficher les photos les mieux notées"
19309
-
19310
- #: wppa-topten-widget.php:14
19311
- msgid "WPPA+ Top Ten Photos"
19312
- msgstr "WPPA+ Sommet Dix Photos"
19313
-
19314
- #: wppa-topten-widget.php:50
19315
- msgid "Top Ten Photo album"
19316
- msgstr "Album de dix meilleures photos"
19317
-
19318
- #: wppa-topten-widget.php:346
19319
- msgid "Number of views"
19320
- msgstr "Nombre de vues"
19321
-
19322
- #: wppa-topten-widget.php:357
19323
- msgid "Include sub albums"
19324
- msgstr "Inclure les albums fils"
19325
-
19326
- #: wppa-topten-widget.php:361
19327
- msgid "Only with medals"
19328
- msgstr "Seulement avec des médailles"
19329
-
19330
- #: wppa-topten-widget.php:365
19331
- msgid "Subtitles"
19332
- msgstr "Sous-titres"
19333
-
19334
- #: wppa-topten-widget.php:375
19335
- msgid "Mean rating"
19336
- msgstr "Moyenne des notes"
19337
-
19338
- #: wppa-topten-widget.php:381
19339
- #, fuzzy
19340
- msgid "View count"
19341
- msgstr "Voir compteur:"
19342
-
19343
- #: wppa-topten-widget.php:389
19344
- msgid "Table I-F1 and 2"
19345
- msgstr "Tableau I-F1 et 2"
19346
-
19347
- #: wppa-upldr-widget.php:15
19348
- msgid "Display which users uploaded how many photos"
19349
- msgstr "Afficher quels utilisateurs ont téléchargé le nombre de photos"
19350
-
19351
- #: wppa-upldr-widget.php:16
19352
- msgid "WPPA+ Uploader Photos"
19353
- msgstr "WPPA+ Charger des photos"
19354
-
19355
- #: wppa-upldr-widget.php:37
19356
- #, fuzzy
19357
- msgid "Uploader Photoswp-photo-album-plus"
19358
- msgstr "Uploader Photoswp-photo-album-plus"
19359
-
19360
- #: wppa-upldr-widget.php:43
19361
- msgid "User uploaded photos"
19362
- msgstr "Photos chargées par l'utilisateur"
19363
-
19364
- #: wppa-upldr-widget.php:130
19365
- #, php-format
19366
- msgid "Number of contributors: %d"
19367
- msgid_plural "Number of contributors: %d"
19368
- msgstr[0] "Nombre de contributeurs: %d"
19369
- msgstr[1] "Nombre de contributeurs: %d"
19370
-
19371
- #: wppa-upldr-widget.php:133
19372
- #, php-format
19373
- msgid "Number of photos: %d"
19374
- msgid_plural "Number of photos: %d"
19375
- msgstr[0] "Nombre de photos: %d"
19376
- msgstr[1] "Nombre de photos: %d"
19377
-
19378
- #: wppa-upldr-widget.php:188
19379
- msgid "Uploader Photos"
19380
- msgstr "Photos de l'utilisateur qui les a chargées"
19381
-
19382
- #: wppa-upldr-widget.php:202
19383
- msgid "Number of photos"
19384
- msgstr "Nombre de photos"
19385
-
19386
- #: wppa-upldr-widget.php:203
19387
- msgid "Most recent photo"
19388
- msgstr "Photo la plus récente"
19389
-
19390
- #: wppa-upldr-widget.php:217
19391
- msgid "Ignore"
19392
- msgstr "Ignorer"
19393
-
19394
- #: wppa-upldr-widget.php:218
19395
- msgid "Enter loginnames seperated by commas"
19396
- msgstr "Entrer les identifiants séparés par des virgules"
19397
-
19398
- #: wppa-upldr-widget.php:223
19399
- msgid "Look only in albums (including sub-albums):"
19400
- msgstr "Regarder uniquement dans les albums (et les fils):"
19401
-
19402
- #: wppa-upldr-widget.php:257
19403
- #, fuzzy
19404
- msgid "Show count of owners"
19405
- msgstr "Afficher le nombre de propriétaires:"
19406
-
19407
- #: wppa-upldr-widget.php:261
19408
- #, fuzzy
19409
- msgid "Show count of photos"
19410
- msgstr "Afficher le nombre de photos:"
19411
-
19412
- #: wppa-upload-widget.php:13
19413
- msgid "Display upload photos dialog"
19414
- msgstr "Affichage de la boîte de téléchargement"
19415
-
19416
- #: wppa-upload-widget.php:14
19417
- msgid "WPPA+ Upload Photos"
19418
- msgstr "WPPA+ Chargement Photos"
19419
-
19420
- #: wppa-upload.php:80 wppa-upload.php:97
19421
- msgid "Connecting to edit album..."
19422
- msgstr "Connexion - modifier l'album..."
19423
-
19424
- #: wppa-upload.php:86 wppa-upload.php:103
19425
- msgid "Connecting to edit photos..."
19426
- msgstr "Connexion - modifier les photos..."
19427
-
19428
- #: wppa-upload.php:113
19429
- msgid "Connecting to your depot..."
19430
- msgstr "Connexion à votre dépôt..."
19431
-
19432
- #: wppa-upload.php:158
19433
- msgid "before you can upload your photos."
19434
- msgstr "avant que vous pouvez télécharger vos photos."
19435
-
19436
- #: wppa-upload.php:167
19437
- #, fuzzy
19438
- msgid "There are no albums where you are allowed to upload photos to."
19439
- msgstr "Il n'y a pas d'albums sur lesquels vous pouvez télécharger des photos."
19440
-
19441
- #: wppa-upload.php:169
19442
- msgid ""
19443
- "Ask your administrator to create at least one album that is accessible for "
19444
- "you to upload to, or ask him to give you album admin rights."
19445
- msgstr ""
19446
- "Demandez à votre administrateur de créer au moins un album qui vous est "
19447
- "accessible, ou demandez-lui de vous donner des droits d'administrateur "
19448
- "d'album."
19449
-
19450
- #: wppa-upload.php:181
19451
- msgid "Upload a single photo"
19452
- msgstr "Uploader une seule photo"
19453
-
19454
- #: wppa-upload.php:211 wppa-upload.php:358 wppa-upload.php:435
19455
- msgid "Please select an album"
19456
- msgstr "Sélectionner un album"
19457
-
19458
- #: wppa-upload.php:238
19459
- #, php-format
19460
- msgid ""
19461
- "<b>Notice:</b> your server allows you to upload <b>%s</b> files of maximum "
19462
- "total <b>%s</b> bytes and allows <b>%s</b> seconds to complete."
19463
- msgstr ""
19464
- "<b>Note:</b> votre serveur vous permet le chargement de <b>%s</b> fichiers "
19465
- "d'une taille totale max. de <b>%s</b> octets et permet un délai de <b>%s</b> "
19466
- "secondes max. pour l'opération."
19467
-
19468
- #: wppa-upload.php:240
19469
- msgid ""
19470
- "If your request exceeds these limitations, it will fail, probably without an "
19471
- "errormessage."
19472
- msgstr ""
19473
- "Si votre requête dépasse ces limitations, elle avortera, probablement sans "
19474
- "message d'erreur."
19475
-
19476
- #: wppa-upload.php:242
19477
- msgid ""
19478
- "Additionally your hosting provider may have set other limitations on "
19479
- "uploading files."
19480
- msgstr ""
19481
- "De plus, votre hébergeur peut avoir défini d'autres limitations concernant "
19482
- "le chargement de fichiers."
19483
-
19484
- #: wppa-upload.php:258
19485
- msgid "Box A:"
19486
- msgstr "Boîte A:"
19487
-
19488
- #: wppa-upload.php:258
19489
- msgid "Multiple Photos in one selection"
19490
- msgstr "Photos multiples, sélection unique"
19491
-
19492
- #: wppa-upload.php:260
19493
- #, php-format
19494
- msgid "You can select up to %s photos in one selection and upload them."
19495
- msgstr ""
19496
- "Vous pouvez sélectionner jusqu'à %s photos en une sélection et les charger "
19497
- "sur le site."
19498
-
19499
- #: wppa-upload.php:263
19500
- msgid "You need a modern browser that supports HTML-5 to select multiple files"
19501
- msgstr ""
19502
- "Vous ne pourrez faire de la sélection multiple qu'avec un navigateur qui "
19503
- "supporte HTML-5. ( La plupart des navigateurs modernes )"
19504
-
19505
- #: wppa-upload.php:279 wppa-upload.php:288 wppa-upload.php:404
19506
- msgid "Selected Files:"
19507
- msgstr "Fichiers sélectionnés:"
19508
-
19509
- #: wppa-upload.php:292
19510
- msgid "Type"
19511
- msgstr "Type"
19512
-
19513
- #: wppa-upload.php:313
19514
- msgid "Too many!"
19515
- msgstr "Trop nombreux!"
19516
-
19517
- #: wppa-upload.php:317
19518
- msgid "Too big!"
19519
- msgstr "Trop grand!"
19520
-
19521
- #: wppa-upload.php:321
19522
- msgid "Try again!"
19523
- msgstr "Réessayez!"
19524
-
19525
- #: wppa-upload.php:323
19526
- msgid "Total"
19527
- msgstr "Total"
19528
-
19529
- #: wppa-upload.php:357
19530
- msgid "Upload Multiple Photos"
19531
- msgstr "Charger photos multiples"
19532
-
19533
- #: wppa-upload.php:375 wppa-upload.php:451
19534
- msgid "After upload: Go to the <b>Edit Album</b> page."
19535
- msgstr "Après le chargement: Aller à la page <b>Modifier l'album</b>."
19536
-
19537
- #: wppa-upload.php:378 wppa-upload.php:454
19538
- msgid "After upload: Go to the <b>Edit Photos</b> page."
19539
- msgstr "Après le chargement: Aller à la page <b>Modifier les photos</b>."
19540
-
19541
- #: wppa-upload.php:389
19542
- msgid "Box B:"
19543
- msgstr "Boîte B:"
19544
-
19545
- #: wppa-upload.php:389
19546
- msgid "Single Photos in multiple selections"
19547
- msgstr "Photo seule, sélection multiple"
19548
-
19549
- #: wppa-upload.php:391
19550
- #, php-format
19551
- msgid "You can select up to %s photos one by one and upload them at once."
19552
- msgstr ""
19553
- "Vous pouvez sélectionner jusqu'à %s photos une par une et les charger sur le "
19554
- "site."
19555
-
19556
- #: wppa-upload.php:434
19557
- msgid "Upload Single Photos"
19558
- msgstr "Charger une seule photo"
19559
-
19560
- #: wppa-upload.php:473
19561
- msgid "Box C:"
19562
- msgstr "Boîte C:"
19563
-
19564
- #: wppa-upload.php:473
19565
- msgid "Zipped Photos in one selection"
19566
- msgstr "Photos zippées, sélection unique"
19567
-
19568
- #: wppa-upload.php:475
19569
- #, php-format
19570
- msgid ""
19571
- "You can upload one zipfile. It will be placed in your personal wppa-depot: "
19572
- "<b>.../%s</b><br/>Once uploaded, use <b>Import Photos</b> to unzip the file "
19573
- "and place the photos in any album."
19574
- msgstr ""
19575
- "Vous pouvez charger un fichier ZIP. Il sera placé dans votre dépôt WPPA "
19576
- "personnel sur le site: <b>.../%s</b><br/>Une fois chargé, utiliser "
19577
- "<b>Importer photos</b> pour dézipper le fichier et placer les photos dans "
19578
- "l'album désiré (qui doit déjà exister)."
19579
-
19580
- #: wppa-upload.php:492
19581
- msgid "Upload Zipped Photos"
19582
- msgstr "Charger des photos zippées"
19583
-
19584
- #: wppa-upload.php:504
19585
- msgid "After upload: Go to the <b>Import Photos</b> page."
19586
- msgstr "Après le chargement: Aller à la page <b>Importer photos</b>."
19587
-
19588
- #: wppa-upload.php:512
19589
- msgid ""
19590
- "Ask your administrator to upgrade php to version 5.2.7 or later. This will "
19591
- "enable you to upload zipped photos."
19592
- msgstr ""
19593
- "Demandez à votre administrateur d'installer la version 5.2.7 de PHP ou une "
19594
- "version ultérieure. Cela vous permettra de transférer des photos en format "
19595
- "compressé."
19596
-
19597
- #: wppa-upload.php:537
19598
- #, php-format
19599
- msgid "Time out. %s photos uploaded in album nr %s."
19600
- msgstr "Timeout. %s photos chargées dans l'album no %s."
19601
-
19602
- #: wppa-upload.php:560 wppa-upload.php:594
19603
- msgid "Photos Uploaded in album nr"
19604
- msgstr "Photos chargées dans l'album n°"
19605
-
19606
- #: wppa-upload.php:635
19607
- msgid "Zipfile"
19608
- msgstr "Fichier ZIP"
19609
-
19610
- #: wppa-upload.php:635
19611
- msgid "sucessfully uploaded."
19612
- msgstr "Photo chargée avec succès."
19613
-
19614
- #: wppa-upload.php:636
19615
- msgid "during upload."
19616
- msgstr "pendant le chargement."
19617
-
19618
- #: wppa-utils.php:345 wppa-utils.php:372
19619
- #, php-format
19620
- msgid "Rating: %s"
19621
- msgstr "Vote: %s"
19622
-
19623
- #: wppa-utils.php:838 wppa-utils.php:849 wppa-utils.php:860
19624
- msgid "Notification of inappropriate image"
19625
- msgstr "Notification d'image inappropriée"
19626
-
19627
- #: wppa-utils.php:839 wppa-utils.php:850 wppa-utils.php:861
19628
- #, php-format
19629
- msgid "Photo %s has been marked as inappropriate by %s different visitors."
19630
- msgstr ""
19631
- "La photo %s a été marquée comme inappropriée par %s visiteurs différents."
19632
-
19633
- #: wppa-utils.php:851
19634
- msgid "The status has been changed to 'pending'."
19635
- msgstr "Le statut est passé à \"pending\"."
19636
-
19637
- #: wppa-utils.php:862
19638
- msgid "It has been deleted."
19639
- msgstr "A été effacé."
19640
-
19641
- #: wppa-utils.php:957
19642
- msgid "Your photo has a new approved comment"
19643
- msgstr "Votre photo a un nouveau commentaire approuvé"
19644
-
19645
- #: wppa-utils.php:960
19646
- msgid "From:"
19647
- msgstr "De:"
19648
-
19649
- #: wppa-utils.php:963
19650
- msgid "Comment:"
19651
- msgstr "Commentaire:"
19652
-
19653
- #: wppa-utils.php:968
19654
- msgid "Approved comment on photo"
19655
- msgstr "Approuvé commentaire sur photo"
19656
-
19657
- #: wppa-utils.php:1015
19658
- #, php-format
19659
- msgid "The visitors email address is: <a href=\"mailto:%s\">%s</a>"
19660
- msgstr "L'adresse email du visiteur est: <a href=\"mailto:%s\">%s</a>"
19661
-
19662
- #: wppa-utils.php:1020
19663
- #, php-format
19664
- msgid "The visitor says his email address is: <a href=\"mailto:%s\">%s</a>"
19665
- msgstr ""
19666
- "Le visiteur dit que son adresse email est: <a href=\"mailto:%s\">%s</a>"
19667
-
19668
- #: wppa-utils.php:1028
19669
- #, fuzzy, php-format
19670
- msgid ""
19671
- "This message is automatically generated at %s. It is useless to respond to "
19672
- "it."
19673
- msgstr ""
19674
- "Ce message est automatiquement généré à%s. Il est inutile de répondre à cela."
19675
-
19676
- #: wppa-utils.php:1116
19677
- #, php-format
19678
- msgid "Time out after processing %s items."
19679
- msgstr "Time out après traitement de %s objets."
19680
-
19681
- #: wppa-utils.php:1119 wppa-utils.php:1123
19682
- #, php-format
19683
- msgid "Time out after processing %s items. Please restart this operation"
19684
- msgstr "Time out après traitement de %s objets. Recommencer l'opération"
19685
-
19686
- #: wppa-utils.php:1321
19687
- msgid "Could not delete photo"
19688
- msgstr "Impossible de supprimer la photo"
19689
-
19690
- #: wppa-utils.php:1323 wppa-utils.php:1330
19691
- msgid "Photo is still in use in post/page"
19692
- msgstr "La photo est encore en cours d'utilisation en post / page"
19693
-
19694
- #: wppa-utils.php:2107
19695
- msgid "Photo w#id"
19696
- msgstr "Photo w#id"
19697
-
19698
- #: wppa-utils.php:2279
19699
- msgid "There are no ratings between"
19700
- msgstr "Il n’y a aucune cote entre"
19701
-
19702
- #: wppa-utils.php:3706
19703
- #, php-format
19704
- msgid "You and %d other person like this"
19705
- msgid_plural "You and %d other people like this"
19706
- msgstr[0] "Vous et %d total autre personne aiment cela."
19707
- msgstr[1] "Vous et %d total autre personnes aiment cela."
19708
-
19709
- #: wppa-utils.php:3709
19710
- msgid "You are the first one who likes this"
19711
- msgstr "Vous êtes la première personne qui aime ça"
19712
-
19713
- #: wppa-utils.php:3712
19714
- msgid "Click again if you do no longer like this"
19715
- msgstr "Cliquez à nouveau si vous aime plus comme ceci"
19716
-
19717
- #: wppa-utils.php:3716
19718
- #, php-format
19719
- msgid "%d person likes this"
19720
- msgid_plural "%d people like this"
19721
- msgstr[0] "%d personne aime ça"
19722
- msgstr[1] "%d personnes aime ça"
19723
-
19724
- #: wppa-utils.php:3719
19725
- msgid "Be the first one to like this"
19726
- msgstr "Soyez le premier à aimer!"
19727
-
19728
- #: wppa-utils.php:3725
19729
- #, php-format
19730
- msgid "%d like"
19731
- msgid_plural "%d likes"
19732
- msgstr[0] "%d like"
19733
- msgstr[1] "%d likes"
19734
-
19735
- #: wppa-video.php:195
19736
- msgid ""
19737
- "There is no filetype available for your browser, or your browser does not "
19738
- "support html5 video"
19739
- msgstr ""
19740
- "Il n'y a pas de description de fichier disponible pour votre navigateur, ou "
19741
- "celui-ci ne supporte pas HTML-5 vidéo"
19742
-
19743
- #: wppa-watermark.php:600
19744
- msgid "--- text: name ---"
19745
- msgstr "--- texte: nom ---"
19746
-
19747
- #: wppa-watermark.php:602
19748
- msgid "--- text: filename ---"
19749
- msgstr "--- texte: nom fichier ---"
19750
-
19751
- #: wppa-watermark.php:604
19752
- msgid "--- text: description ---"
19753
- msgstr "--- texte: description ---"
19754
-
19755
- #: wppa-watermark.php:606
19756
- msgid "--- text: pre-defined ---"
19757
- msgstr "--- texte: prédéfini ---"
19758
-
19759
- #: wppa-widget-functions.php:421
19760
- #, fuzzy, php-format
19761
- msgid "Please enter a number >= %1s and <= %2s"
19762
- msgstr "Entrez un nombre> =% 1s et <=% 2s"
19763
-
19764
- #. Plugin Name of the plugin/theme
19765
- msgid "WP Photo Album Plus"
19766
- msgstr "WP Photo Album Plus"
19767
-
19768
- #. Plugin URI of the plugin/theme
19769
- msgid "http://wordpress.org/extend/plugins/wp-photo-album-plus/"
19770
- msgstr "http://wordpress.org/extend/plugins/wp-photo-album-plus/"
19771
-
19772
- #. Description of the plugin/theme
19773
- msgid ""
19774
- "Easily manage and display your photo albums and slideshows within your "
19775
- "WordPress site."
19776
- msgstr ""
19777
- "Easily manage and display your photo albums and slideshows within your "
19778
- "WordPress site."
19779
-
19780
- #. Author of the plugin/theme
19781
- msgid "J.N. Breetvelt a.k.a. OpaJaap"
19782
- msgstr "J.N. Breetvelt a.k.a. OpaJaap"
19783
-
19784
- #. Author URI of the plugin/theme
19785
- msgid "http://wppa.opajaap.nl/"
19786
- msgstr "http://wppa.opajaap.nl/"
19787
-
19788
- #, fuzzy
19789
- #~ msgid ""
19790
- #~ "Or you ou may use the standard page on which you display the generic "
19791
- #~ "album."
19792
- #~ msgstr ""
19793
- #~ "Ou vous pouvez utiliser la page standard sur laquelle vous affichez "
19794
- #~ "l'album générique."
19795
-
19796
- #~ msgid "Maximum time a photo is indicated as Modofied"
19797
- #~ msgstr "Temps maximum qu'une photo est indiquée comme Modifié"
19798
-
19799
- #, fuzzy
19800
- #~ msgid "It is unclear howmany pixels a point is..."
19801
- #~ msgstr "On ne sait pas assez bien les pixels d'un point ..."
19802
-
19803
- #, fuzzy
19804
- #~ msgid "Import page prieviews"
19805
- #~ msgstr "Importation de pages prieviews"
19806
-
19807
- #~ msgid "beofre you can upload your photos."
19808
- #~ msgstr "avant de pouvoir charger vos photos."
19809
-
19810
- #, fuzzy
19811
- #~ msgid "The font to use with textusl watermarks."
19812
- #~ msgstr "La police à utiliser avec textusl filigranes."
19813
-
19814
- #~ msgid ""
19815
- #~ "Album %s does not exist or is not accessable while trying to add a photo"
19816
- #~ msgstr ""
19817
- #~ "L'album %s n'existe pas ou n'est pas accessible pendant la tentative "
19818
- #~ "d'ajout d'une photo"
19819
-
19820
- #~ msgid "Title:"
19821
- #~ msgstr "Titre:"
19822
-
19823
- #~ msgid "Could not update lattitude"
19824
- #~ msgstr "Ne peut pas mettre à jour la latitude"
19825
-
19826
- #~ msgid "Please switch feature on and set dat/time to schedule first"
19827
- #~ msgstr ""
19828
- #~ "S'il vous plaît changer fonctionnalité et réglez date / temps de "
19829
- #~ "planifier la première"
19830
-
19831
- #~ msgid ""
19832
- #~ "If you want, you can link the title to a WP page in stead of the album's "
19833
- #~ "content. If so, select the page the title links to."
19834
- #~ msgstr ""
19835
- #~ "Si vous le voulez, vous pouvez lier le titre à une page WordPress au lieu "
19836
- #~ "du cntenu de l'album. Dans ce cas, choisir la page vers lequel le titre "
19837
- #~ "pointe."
19838
-
19839
- #~ msgid "WPPA+ Album navigator"
19840
- #~ msgstr "WPPA+ Navigateur d'albums"
19841
-
19842
- #~ msgid "Album navigator"
19843
- #~ msgstr "Navigateur d'albums"
19844
-
19845
- #~ msgid "Album selection or Parent album:"
19846
- #~ msgstr "Sélection d'album ou d'album parent:"
19847
-
19848
- #~ msgid "Skip \"empty\" albums:"
19849
- #~ msgstr "Ignorer les albums vides:"
19850
-
19851
- #~ msgid "no."
19852
- #~ msgstr "non."
19853
-
19854
- #~ msgid "yes."
19855
- #~ msgstr "oui."
19856
-
19857
- #~ msgid "WPPA+ Albums"
19858
- #~ msgstr "WPPA+ Albums"
19859
-
19860
- #~ msgid "Show album names:"
19861
- #~ msgstr "Montrer noms album(s):"
19862
-
19863
- #~ msgid "WPPA+ Best Of Rated Photos"
19864
- #~ msgstr "Les photos les mieux notées WPPA+"
19865
-
19866
- #~ msgid "Photo(s)"
19867
- #~ msgstr "Photo(s)"
19868
-
19869
- #~ msgid "Owner(s)"
19870
- #~ msgstr "Propriétaire(s)"
19871
-
19872
- #~ msgid "No of max ratings:"
19873
- #~ msgstr "Nombre maximum de notes:"
19874
-
19875
- #~ msgid "Mean rating:"
19876
- #~ msgstr "Moyenne des notes:"
19877
-
19878
- #~ msgid "Rating count:"
19879
- #~ msgstr "Nombre de notes:"
19880
-
19881
- #~ msgid "WPPA+ General purpose widget"
19882
- #~ msgstr "WPPA+ Widget générique"
19883
-
19884
- #~ msgid ""
19885
- #~ "Enter the content just like a normal text widget. This widget will "
19886
- #~ "interprete [wppa] shortcodes."
19887
- #~ msgstr ""
19888
- #~ "Entrer le contenu comme un widget texte normal. Ce widget interprétera "
19889
- #~ "les shortcodes [WPPA]."
19890
-
19891
- #~ msgid "Don't forget size=\"%s\""
19892
- #~ msgstr "N'oubliez pas taille=\"%s\""
19893
-
19894
- #~ msgid "WPPA+ Last Ten Uploaded Photos"
19895
- #~ msgstr "WPPA+ Dix dernières photos chargées"
19896
-
19897
- #~ msgid "Last Ten Uploaded Photos"
19898
- #~ msgstr "Dix dernières photos chargées"
19899
-
19900
- #~ msgid "Include subalbums:"
19901
- #~ msgstr "Inclure des sous-albums:"
19902
-
19903
- #~ msgid "Display:"
19904
- #~ msgstr "Affichage:"
19905
-
19906
- #~ msgid "Show time since:"
19907
- #~ msgstr "Montrer la durée depuis:"
19908
-
19909
- #~ msgid "No of columns:"
19910
- #~ msgstr "Nb de colonnes:"
19911
-
19912
- #~ msgid "Select multiple tags or --- all ---:"
19913
- #~ msgstr "Choisir des tags en sélection multiple ou --- tout ---:"
19914
-
19915
- #~ msgid "Photo Of The Day"
19916
- #~ msgstr "Photo du jour"
19917
-
19918
- #~ msgid ""
19919
- #~ "You can set the sizes and colors in this widget in the <b>Photo Albums -> "
19920
- #~ "Settings</b> admin page."
19921
- #~ msgstr ""
19922
- #~ "Vous pouvez régler les tailles et couleurs dans ce widget dans le menu "
19923
- #~ "<b>Albums photo -> Réglages</b> de la page d'administration."
19924
-
19925
- #~ msgid "Text:"
19926
- #~ msgstr "Texte:"
19927
-
19928
- #~ msgid "The default page will be created automaticly"
19929
- #~ msgstr "La page par défaut sera créé automatiquement"
19930
-
19931
- #~ msgid ""
19932
- #~ "WPPA+ needs to know this to automaticly adept the width of the display to "
19933
- #~ "the available width on the page."
19934
- #~ msgstr ""
19935
- #~ "WPPA+ a besoin de cette information pour adapter la largeur de "
19936
- #~ "l'affichage a celle de la page."
19937
-
19938
- #~ msgid "Mini Treshold"
19939
- #~ msgstr "Seuil min."
19940
-
19941
- #~ msgid "Urls to wppa+ displays will contain photonames in stead of numbers."
19942
- #~ msgstr ""
19943
- #~ "Les URLs pointant vers les affichages WPPA+ contiendront les noms de "
19944
- #~ "photo au lieu de nombres."
19945
-
19946
- #~ msgid "Urls to wppa+ displays will contain albumnames in stead of numbers."
19947
- #~ msgstr ""
19948
- #~ "Les URLs pointant vers les affichages WPPA+ contiendront les noms d'album "
19949
- #~ "au lieu de nombres."
19950
-
19951
- #~ msgid ""
19952
- #~ "Urls to wppa+ displays will contain &album=... &photo=... in stead of "
19953
- #~ "&wppa-album=... &wppa-photo=..."
19954
- #~ msgstr ""
19955
- #~ "Les URLs vers les contenus WPPA+ contiendront &album=... &photo=... à la "
19956
- #~ "place de &wppa-album=... &wppa-photo=..."
19957
-
19958
- #~ msgid ""
19959
- #~ "If checked, links to social media and the qr code will have \"/token1/"
19960
- #~ "token2/\" etc in stead of \"&arg1=..&arg2=..\" etc."
19961
- #~ msgstr ""
19962
- #~ "Si coché, les liens vers les média sociaux et le QR Code aura \"/token1/"
19963
- #~ "token2/\" etc à la place de \"&arg1=..&arg2=..\" etc."
19964
-
19965
- #~ msgid "Videos on lightbox start automaticly."
19966
- #~ msgstr "Les vidéos dans LightBox démarrent automatiquement."
19967
-
19968
- #~ msgid "Audio on lightbox start automaticly."
19969
- #~ msgstr "L'audio dans LightBox démarre automatiquement."
19970
-
19971
- #~ msgid ""
19972
- #~ "If you name a photofile like this setting before upload, it will become "
19973
- #~ "the coverimage automaticly."
19974
- #~ msgstr ""
19975
- #~ "Si vous nommez une Photothèque comme ce paramètre avant de télécharger, "
19976
- #~ "il deviendra automatiquement le coverimage."
19977
-
19978
- #, fuzzy
19979
- #~ msgid "If ticked, photos and albums are not searcheable by numbers."
19980
- #~ msgstr ""
19981
- #~ "Si coché, les photos et les albums ne sont pas interrogeable par des "
19982
- #~ "numéros."
19983
-
19984
- #~ msgid "The Fotomoto toolbar will re-appear when the slidshow stops."
19985
- #~ msgstr "La barre Fotomoto réapparaîtra quand le diaporama s'arrêtera."
19986
-
19987
- #~ msgid "Absulute path to the ImageMagick commands"
19988
- #~ msgstr "Absulute chemin d’accès pour les commandes de ImageMagick"
19989
-
19990
- #, fuzzy
19991
- #~ msgid "Only disbale this when there is a conflict with another plugin"
19992
- #~ msgstr "Seulement disbale quand il y a un conflit avec un autre plugin"
19993
-
19994
- #~ msgid "pixels."
19995
- #~ msgstr "pixels."
19996
-
19997
- #~ msgid "If set to 'yes', Vertical alignment will be forced to 'fit'."
19998
- #~ msgstr "Si réglé à 'oui', l'alignement vertical sera forcé à 'adapté'."
19999
-
20000
- #~ msgid "Vertical alignment:"
20001
- #~ msgstr "Alignement vertical:"
20002
-
20003
- #~ msgid "Slideshow timeout:"
20004
- #~ msgstr "Timeout diaporama:"
20005
-
20006
- #~ msgid "sec."
20007
- #~ msgstr "sec."
20008
-
20009
- #~ msgid "Show name:"
20010
- #~ msgstr "Montrer nom:"
20011
-
20012
- #~ msgid "Show description:"
20013
- #~ msgstr "Montrer description:"
20014
-
20015
- #~ msgid "Show filmstrip:"
20016
- #~ msgstr "Montrer filmstrip:"
20017
-
20018
- #~ msgid "Show browsebar:"
20019
- #~ msgstr "Montrer browsebar:"
20020
-
20021
- #~ msgid "Show numbar:"
20022
- #~ msgstr "Montrer numbar:"
20023
-
20024
- #~ msgid "Tooltip text:"
20025
- #~ msgstr "Texte tooltip:"
20026
-
20027
- #~ msgid "Text above photos:"
20028
- #~ msgstr "Texte au dessus des photos:"
20029
-
20030
- #~ msgid "Text below photos:"
20031
- #~ msgstr "Texte en dessous des photos:"
20032
-
20033
- #~ msgid "WPPA+ Stereo settings"
20034
- #~ msgstr "WPPA+ Réglages stéréo"
20035
-
20036
- #~ msgid "3D Settings"
20037
- #~ msgstr "Réglages 3D"
20038
-
20039
- #~ msgid "3D Stereo Settings"
20040
- #~ msgstr "Régalges 3D stéréo"
20041
-
20042
- #~ msgid "WPPA+ Selectable display"
20043
- #~ msgstr "WPPA+ affichage sélectionnable"
20044
-
20045
- #~ msgid "Enable (sub)albums of:"
20046
- #~ msgstr "Activer album(fils) de:"
20047
-
20048
- #~ msgid "Sort alphabeticly:"
20049
- #~ msgstr "Trier alphabétiquement:"
20050
-
20051
- #~ msgid "no, use album sort method"
20052
- #~ msgstr "non, utiliser la méthode de tri de l'album"
20053
-
20054
- #~ msgid "WPPA+ Thumbnails"
20055
- #~ msgstr "WPPA+ Vignettes"
20056
-
20057
- #~ msgid "Link from the title:"
20058
- #~ msgstr "Lien du titre:"
20059
-
20060
- #~ msgid "Link Title ( tooltip ):"
20061
- #~ msgstr "Lien titre ( tooltip ):"
20062
-
20063
- #~ msgid "Sort by:"
20064
- #~ msgstr "Trier par:"
20065
-
20066
- #~ msgid "Max number:"
20067
- #~ msgstr "Nombre maximum:"
20068
-
20069
- #~ msgid "Show photo names <small>under thumbnails only</small>:"
20070
- #~ msgstr ""
20071
- #~ "Montrer les noms des photos <small>sous les vignettes seulement</small>:"
20072
-
20073
- #~ msgid ""
20074
- #~ "A value less than <span style=\"color:blue\" >100</span> will automaticly "
20075
- #~ "be interpreted as a <span style=\"color:blue\" >percentage</span> of the "
20076
- #~ "available space."
20077
- #~ msgstr ""
20078
- #~ "Une valeur inférieure à <span style=\"color:blue\" >100</span> sera "
20079
- #~ "automatiquement interprétée comme un <span style=\"color:blue\" "
20080
- #~ ">pourcentage</span> de l'espace disponible."
20081
-
20082
- #~ msgid "WPPA+ Top Ten Rated Photos"
20083
- #~ msgstr "WPPA+ Top ten photos"
20084
-
20085
- #~ msgid "Include sub albums:"
20086
- #~ msgstr "Inclure les albums fils:"
20087
-
20088
- #~ msgid "Only with medals:"
20089
- #~ msgstr "Seulement avec des médailles :"
20090
-
20091
- #~ msgid "Show owner:"
20092
- #~ msgstr "Montrer propriétaire:"
20093
-
20094
- #~ msgid "Show album:"
20095
- #~ msgstr "Montrer album:"
20096
-
20097
- #~ msgid "View count:"
20098
- #~ msgstr "Voir compteur:"
20099
-
20100
- #~ msgid "User Photos"
20101
- #~ msgstr "Photos de l'utilisateur"
20102
-
20103
- #~ msgid "Ignore:"
20104
- #~ msgstr "Ignorer:"
20105
-
20106
- #~ msgid "Show count of owners:"
20107
- #~ msgstr "Afficher le nombre de propriétaires:"
20108
-
20109
- #~ msgid "Show count of photos:"
20110
- #~ msgstr "Afficher le nombre de photos:"
20111
-
20112
- #~ msgid "WPPA+ Upload"
20113
- #~ msgstr "WPPA+ Chargement"
20114
-
20115
- #, fuzzy
20116
- #~ msgid ""
20117
- #~ "Ask your administrator to create at least one album that is accessable "
20118
- #~ "for you to upload to, or ask him to give you album admin rights."
20119
- #~ msgstr ""
20120
- #~ "Demandez à votre administrateur pour créer au moins un album qui est "
20121
- #~ "accessible pour vous de télécharger, ou lui demander de vous donner album "
20122
- #~ "droits admin."
20123
-
20124
- #~ msgid ""
20125
- #~ "This message is automaticly generated at %s. It is useless to respond to "
20126
- #~ "it."
20127
- #~ msgstr ""
20128
- #~ "Ce message est généré automatiquement à %s. Il est inutile d'y répondre."
20129
-
20130
- #~ msgid "Admins choice of photos"
20131
- #~ msgstr "Admins choix des photos"
20132
-
20133
- #~ msgid "Please finish setting up WP Photo ALbum Plus on"
20134
- #~ msgstr "Veuillez terminer le paramétrage de WP Photo ALbum Plus sur"
20135
-
20136
- #~ msgid "WPPA+ Photo Tags"
20137
- #~ msgstr "WPPA+ Tags photo"
20138
-
20139
- #~ msgid ""
20140
- #~ "In order to attemt to fit on one line, the numbers will be replaced by "
20141
- #~ "dots - except the current - when there are more than this number of "
20142
- #~ "photos in a slideshow."
20143
- #~ msgstr ""
20144
- #~ "Pour adapter tout sur une ligne, les nombres seront remplacés par des "
20145
- #~ "points - excepté celui qui est courant - quand il y a plus que ce nombre "
20146
- #~ "de photos dans un diaporama."
20147
-
20148
- #~ msgid ""
20149
- #~ "If NOT set to Forever: You need to run Table VIII-B15 on a regular basis."
20150
- #~ msgstr ""
20151
- #~ "Si NON réglé à Infini: Vous devrez exécuter table VIII-B15 de façon "
20152
- #~ "régulière."
20153
-
20154
- #~ msgid ""
20155
- #~ "If you ommit this, the link will not work at all or simply refresh the "
20156
- #~ "(home)page."
20157
- #~ msgstr ""
20158
- #~ "Si vous omettez ceci, le lien ne fonctionnera pas du tout ou se "
20159
- #~ "contentera de rafraîchir la page."
20160
-
20161
- #~ msgid ""
20162
- #~ "Set to 'yes' if there are only portrait images in the album and you want "
20163
- #~ "the photos to fill the full width of the widget.<br/>Set to 'no' "
20164
- #~ "otherwise."
20165
- #~ msgstr ""
20166
- #~ "Réglé à 'oui' si il n'y a que des images en mode portrait dans l'album et "
20167
- #~ "que vous voulez que les photos remplissent la pleine largeur du widget."
20168
- #~ "<br> Autrement régler sur 'non'."
20169
-
20170
- #~ msgid "Search album:"
20171
- #~ msgstr "Rechercher albums:"
20172
-
20173
- #~ msgid "Insert Gallery"
20174
- #~ msgstr "Insérer galerie"
20175
-
20176
- #~ msgid "insert Gallery"
20177
- #~ msgstr "insérer gallerie"
20178
-
20179
- #~ msgid "WPPA+ Upload photos widget"
20180
- #~ msgstr "WPPA+ Widget \"Chargement photo\" "
20181
-
20182
- #~ msgid "Photo Albums -> Edit Comment"
20183
- #~ msgstr "Albums photo -> Modifier le commentaire"
20184
-
20185
- #~ msgid "Photo:"
20186
- #~ msgstr "Photo:"
20187
-
20188
- #~ msgid "User:"
20189
- #~ msgstr "Utilisateur:"
20190
-
20191
- #~ msgid "Email:"
20192
- #~ msgstr "Email:"
20193
-
20194
- #~ msgid "Save Changes"
20195
- #~ msgstr "Enregistrer les modifications"
20196
-
20197
- #~ msgid "Comment deleted"
20198
- #~ msgstr "Commentaire effacé"
20199
-
20200
- #~ msgid "Could not bulk update status"
20201
- #~ msgstr "Impossible de mettre à jour (par lot)"
20202
-
20203
- #~ msgid "Could not bulk delete spam"
20204
- #~ msgstr "Impossible d'effacer le spam (par lot)"
20205
-
20206
- #~ msgid "Changes Saved"
20207
- #~ msgstr "Modifications enregistrées"
20208
-
20209
- #~ msgid ""
20210
- #~ "<h3>The Comment system is not activated</h3><p>To activate: check Table "
20211
- #~ "II item 18 on the <b>Photo Albums -> Settings</b> screen and press "
20212
- #~ "<b>Save Changes</b>"
20213
- #~ msgstr ""
20214
- #~ "<h3>Les commentaires ne sont pas activés</h3><p>Pour les activer: "
20215
- #~ "Vérifier la table II item 18 dans l'écran <b>Albums photo -> Réglages</b> "
20216
- #~ "et pressez <b>Enregistrer les modifications</b>"
20217
-
20218
- #~ msgid "Linkpage:"
20219
- #~ msgstr "Page lien:"
20220
-
20221
- #~ msgid ""
20222
- #~ "You can see the photo and all its comments on the selected page by "
20223
- #~ "clicking on the thumbnail image"
20224
- #~ msgstr ""
20225
- #~ "Vous pouvez voir la photo et tous ses commentaire sur la page "
20226
- #~ "sélectionnées en cliquant sur la vignette de la photo."
20227
-
20228
- #~ msgid "Display status:"
20229
- #~ msgstr "Statut affichage:"
20230
-
20231
- #~ msgid "Display order:"
20232
- #~ msgstr "Ordre d'affichage:"
20233
-
20234
- #~ msgid "timestamp"
20235
- #~ msgstr "timestamp"
20236
-
20237
- #~ msgid "photo"
20238
- #~ msgstr "photo"
20239
-
20240
- #~ msgid "Approve all pending"
20241
- #~ msgstr "Approuver tout ce qui est en attente"
20242
-
20243
- #~ msgid "Move all pending to spam"
20244
- #~ msgstr "Marquer spam tout ce qui est en attente"
20245
-
20246
- #~ msgid "Delete all spam"
20247
- #~ msgstr "Supprimer tout le spam"
20248
-
20249
- #~ msgid "Save Settings / Perform bulk action"
20250
- #~ msgstr "Sauver / Action groupée"
20251
-
20252
- #~ msgid "(Album)"
20253
- #~ msgstr "(Album)"
20254
-
20255
- #~ msgid "IP"
20256
- #~ msgstr "IP"
20257
-
20258
- #~ msgid "Email"
20259
- #~ msgstr "Email"
20260
-
20261
- #~ msgid "Time since"
20262
- #~ msgstr "Durée depuis"
20263
-
20264
- #~ msgid "Click to see the fullsize photo and all comments"
20265
- #~ msgstr ""
20266
- #~ "Cliquer pour voir la photo en pleine taille avec tous les commentaires"
20267
-
20268
- #~ msgid "Reply to your comment on photo: %s on %s"
20269
- #~ msgstr "Répondre à votre commentaire sur la photo: %s de %s"
20270
-
20271
- #~ msgid "Are you sure you want to delete this comment?"
20272
- #~ msgstr "Êtes-vous sûr de vouloir supprimer ce commentaire ?"
20273
-
20274
- #~ msgid "Unable to update comment. Err ="
20275
- #~ msgstr "Impossible de modifier le commentaire. Err ="
20276
-
20277
- #~ msgid "Disliked by %d visitors"
20278
- #~ msgstr "Avis négatif de %d visiteurs"
20279
-
20280
- #~ msgid "Show mini text at slideshow smaller then."
20281
- #~ msgstr "Montrer mini texte pendant le diaporama plus petit ensuite."
20282
-
20283
- #~ msgid ""
20284
- #~ "You can fill the custom box with any html you like. It will not be "
20285
- #~ "checked, so it is your own responsability to close tags properly."
20286
- #~ msgstr ""
20287
- #~ "Vous pouvez remplir la boîte personnalisée avec du code HTML. Il ne sera "
20288
- #~ "pas vérifié, c'est à vous de fermer les balises HTML correctement."
20289
-
20290
- #~ msgid "Disaplay the total number of (sub)albums and photos in subalbums"
20291
- #~ msgstr ""
20292
- #~ "Afficher le nombre total d'albums fils et des photos qui y sont contenues"
20293
-
20294
- #~ msgid ""
20295
- #~ "This setting also applies to film thumbnails if Table VI-11 is set to "
20296
- #~ "lightbox overlay."
20297
- #~ msgstr ""
20298
- #~ "Ce réglage s'applique aussi aux vignettes de film si table VI-11 est "
20299
- #~ "réglé à Lightbox overlay."
20300
-
20301
- #~ msgid ""
20302
- #~ "It is your responsability to avoid duplicate names of photos in the same "
20303
- #~ "album."
20304
- #~ msgstr ""
20305
- #~ "C'est à vous d'éviter les doublons de nom de photos dans le même album."
20306
-
20307
- #~ msgid ""
20308
- #~ "It is your responsability to avoid duplicate names of albums in the "
20309
- #~ "system."
20310
- #~ msgstr "C'est à vous d'éviter les doublons de nom d'albums dans le système."
20311
-
20312
- #~ msgid ""
20313
- #~ "However, you may encounter conflicts with themes and/or other plugins, so "
20314
- #~ "test it troughly!"
20315
- #~ msgstr ""
20316
- #~ "Cependant, il peut se produire des conflits avec certains thèmes et/ou "
20317
- #~ "greffons (plugins), testez le bien avant de l'utiliser!"
20318
-
20319
- #~ msgid "Switching this off will affect the browsers behaviour."
20320
- #~ msgstr "Désactiver ceci modifiera le comportement du navigateur."
20321
-
20322
- #~ msgid "very fast (200 ms.)"
20323
- #~ msgstr "très rapide (200 ms.)"
20324
-
20325
- #~ msgid "fast (400 ms.)"
20326
- #~ msgstr "rapide (400 ms.)"
20327
-
20328
- #~ msgid "normal (800 ms.)"
20329
- #~ msgstr "normal (800 ms.)"
20330
-
20331
- #~ msgid "slow (1.2 s.)"
20332
- #~ msgstr "lent (1.2 s.)"
20333
-
20334
- #~ msgid "very slow (2 s.)"
20335
- #~ msgstr "très lent (2 s.)"
20336
-
20337
- #~ msgid "extremely slow (4 s.)"
20338
- #~ msgstr "extrèmement lent (4 s.)"
20339
-
20340
- #~ msgid ""
20341
- #~ "Cicking the icon indicates a user wants to report that an image is "
20342
- #~ "inappropiate."
20343
- #~ msgstr ""
20344
- #~ "Un utilisateur qui voudra signaler qu'une image est inappropriée n'aura "
20345
- #~ "qu'a cliquer sur cette icône."
20346
-
20347
- #~ msgid "Admin will be notified by email after every x reports."
20348
- #~ msgstr "L'administrateur sera notifié par email tous les x signalements."
20349
-
20350
- #~ msgid "Deete photo after xx dislike votes."
20351
- #~ msgstr "Efface la photo après xx votes défavorables."
20352
-
20353
- #~ msgid ""
20354
- #~ "When the photo has this number of topscores ( 5 or 10 stars ), it will "
20355
- #~ "get a bronze medal. A value of 0 indicates that you do not want this "
20356
- #~ "feature."
20357
- #~ msgstr ""
20358
- #~ "Quand la photo a ce nombre de top-score (5 ou 10 étoiles), elle reçoit "
20359
- #~ "une médaille de bronze. La valeur 0 signifie qu'on n'utilise pas cette "
20360
- #~ "fonctionnalité."
20361
-
20362
- #~ msgid ""
20363
- #~ "When the photo has this number of topscores ( 5 or 10 stars ), it will "
20364
- #~ "get a silver medal. A value of 0 indicates that you do not want this "
20365
- #~ "feature."
20366
- #~ msgstr ""
20367
- #~ "Quand la photo a ce nombre de top-score (5 ou 10 étoiles), elle reçoit "
20368
- #~ "une médaille d'argent. La valeur 0 signifie qu'on n'utilise pas cette "
20369
- #~ "fonctionnalité."
20370
-
20371
- #~ msgid "very fast (100 ms.)"
20372
- #~ msgstr "très rapide (100 ms.)"
20373
-
20374
- #~ msgid "fast (200 ms.)"
20375
- #~ msgstr "rapide (200 ms.)"
20376
-
20377
- #~ msgid "normal (300 ms.)"
20378
- #~ msgstr "normal (300 ms.)"
20379
-
20380
- #~ msgid "slow (500 ms.)"
20381
- #~ msgstr "lent (500 ms.)"
20382
-
20383
- #~ msgid "very slow (1 s.)"
20384
- #~ msgstr "Très lent (1 s.)"
20385
-
20386
- #~ msgid "extremely slow (2 s.)"
20387
- #~ msgstr "extrêmement lent (2 s.)"
20388
-
20389
- #~ msgid "fast (3 s.)"
20390
- #~ msgstr "rapide (3 s.)"
20391
-
20392
- #~ msgid "normal (5 s.)"
20393
- #~ msgstr "normal (5 s.)"
20394
-
20395
- #~ msgid "slow (8 s.)"
20396
- #~ msgstr "lent (8 s.)"
20397
-
20398
- #~ msgid "very slow (13 s.)"
20399
- #~ msgstr "Très lent (13 s.)"
20400
-
20401
- #~ msgid "extremely slow (20 s.)"
20402
- #~ msgstr "extrêmement lent (20 s.)"
20403
-
20404
- #~ msgid "Media-like photo link."
20405
- #~ msgstr "Lien photo apparentés aux médias."
20406
-
20407
- #~ msgid "Extended Media-like photo link."
20408
- #~ msgstr "Extended Media-photo comme lien."
20409
-
20410
- #~ msgid "Moderate P+C"
20411
- #~ msgstr "Modérer P+C"
20412
-
20413
- #~ msgid "Comment&nbsp;Admin"
20414
- #~ msgstr "Admin&nbsp;Commentaire"
20415
-
20416
- #~ msgid "Help & Info"
20417
- #~ msgstr "Aide & Information"
20418
-
20419
- #~ msgid ""
20420
- #~ "Admin settings per user role. Enabling these settings will overrule the "
20421
- #~ "front-end settings for the specific user role"
20422
- #~ msgstr ""
20423
- #~ "Paramètres admin par rôle d’utilisateur. Activation de ces paramètres "
20424
- #~ "annule les paramètres frontal pour le rôle d’utilisateur spécifique"
20425
-
20426
- #, fuzzy
20427
- #~ msgid "Show the content if the index table."
20428
- #~ msgstr "Montrer le contenu si la table d’index."
20429
-
20430
- #, fuzzy
20431
- #~ msgid ""
20432
- #~ "If checked: html is allowed. WARNING: No checks on syntax, it is your own "
20433
- #~ "responsability to close tags properly!"
20434
- #~ msgstr ""
20435
- #~ "S’il est activé : html est autorisé. AVERTISSEMENT : Aucune vérification "
20436
- #~ "sur la syntaxe, c’est votre propre responsabilité de fermer les balises "
20437
- #~ "correctement !"
20438
-
20439
- #~ msgid "If you use html, please check item A-1 of this table."
20440
- #~ msgstr ""
20441
- #~ "Si vous utilisez html, s’il vous plaît cochez point A-1 de ce table."
20442
-
20443
- #, fuzzy
20444
- #~ msgid "The labeltext at the checkbox."
20445
- #~ msgstr "Le labelText à la case à cocher."
20446
-
20447
- #~ msgid "Create wp page when a directory to album is imported."
20448
- #~ msgstr "Créer page wp lorsqu’un répertoire de l’album est importé."
20449
-
20450
- #, fuzzy
20451
- #~ msgid "On import dirs to albums: keep dir tree as albums."
20452
- #~ msgstr "Sur dirs d'importation aux albums: garder arbre dir que des albums."
20453
-
20454
- #~ msgid ""
20455
- #~ "Untick only if all your albums have unique names. Then: additional photos "
20456
- #~ "may be ftp'd to toplevel depot subdirs."
20457
- #~ msgstr ""
20458
- #~ "Décocher uniquement si tous vos albums ont des noms uniques. Alors: les "
20459
- #~ "photos supplémentaires pourront être chargées via FTP dans les "
20460
- #~ "répertoires de dépôt du niveau supérieur."
20461
-
20462
- #~ msgid ""
20463
- #~ "Enter / modify the shortcode to be generated for the gpx plugin. It must "
20464
- #~ "contain w#lat and w#lon as placeholders for the lattitude and longitude."
20465
- #~ msgstr ""
20466
- #~ "Entrer / modifier le shortcode à générer pour le plugin GPX. Il doit "
20467
- #~ "absolument contenir w#lat et w#lon comme paramètre pour la latitude et la "
20468
- #~ "longitude."
20469
-
20470
- #~ msgid "This item is required for using Google maps GPX viewer plugin only"
20471
- #~ msgstr ""
20472
- #~ "Cet item n'est requis que pour le plugin Google maps de visualisation GPX"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: opajaap
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=OpaJaap@OpaJaap.nl&item_name=WP-Photo-Album-Plus&item_number=Support-Open-Source&currency_code=USD&lc=US
4
  Tags: photo, album, slideshow, video, audio, lightbox, iptc, exif, cloudinary, fotomoto, imagemagick, pdf
5
- Version: 6.7.02
6
- Stable tag: 6.7.01
7
  Author: J.N. Breetvelt
8
  Author URI: http://www.opajaap.nl/
9
  Requires at least: 3.9
@@ -131,6 +131,17 @@ The tokens must be at least 3 characters in length.
131
 
132
  See for additional information: <a href="http://www.wppa.nl/changelog/" >The documentation website</a>
133
 
 
 
 
 
 
 
 
 
 
 
 
134
  = 6.7.02 =
135
 
136
  = Bug Fixes =
2
  Contributors: opajaap
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=OpaJaap@OpaJaap.nl&item_name=WP-Photo-Album-Plus&item_number=Support-Open-Source&currency_code=USD&lc=US
4
  Tags: photo, album, slideshow, video, audio, lightbox, iptc, exif, cloudinary, fotomoto, imagemagick, pdf
5
+ Version: 6.7.03
6
+ Stable tag: 6.7.02
7
  Author: J.N. Breetvelt
8
  Author URI: http://www.opajaap.nl/
9
  Requires at least: 3.9
131
 
132
  See for additional information: <a href="http://www.wppa.nl/changelog/" >The documentation website</a>
133
 
134
+ = 6.7.03 =
135
+
136
+ = Bug Fixes =
137
+
138
+ * Album sequence in Upload page was odd since 6.7.01. Fixed.
139
+
140
+ = New Features =
141
+
142
+ * The category selection box from the widget is now also available in the search box, see Table IX-E19.
143
+ * Up to 3 selectionboxes can be configured with lists of pre-defined search tokens. See Table IX-E20.x and the widget activation screen.
144
+
145
  = 6.7.02 =
146
 
147
  = Bug Fixes =
theme/wppa-style.css CHANGED
@@ -8,7 +8,7 @@
8
  /*
9
  /* You may always look into a newer version of this file to see what new classes and id's come with an upgrade
10
  /*
11
- /* This is version 6.6.15
12
  */
13
 
14
  .wppa-container, .wppa-cover-box, .wppa-thumb-area {
@@ -477,3 +477,6 @@ display:none;
477
  box-sizing:content-box !important;
478
  }
479
 
 
 
 
8
  /*
9
  /* You may always look into a newer version of this file to see what new classes and id's come with an upgrade
10
  /*
11
+ /* This is version 6.7.03
12
  */
13
 
14
  .wppa-container, .wppa-cover-box, .wppa-thumb-area {
477
  box-sizing:content-box !important;
478
  }
479
 
480
+ .wppa-searchsel-item label {
481
+ display:inline !important;
482
+ }
wppa-boxes-html.php CHANGED
@@ -3,7 +3,7 @@
3
  * Package: wp-photo-album-plus
4
  *
5
  * Various wppa boxes
6
- * Version 6.7.02
7
  *
8
  */
9
 
@@ -112,7 +112,7 @@ function wppa_search_box() {
112
  ' >';
113
 
114
  // The search html
115
- $result .= wppa_get_search_html( '', wppa( 'may_sub' ), wppa( 'may_root' ), wppa( 'forceroot' ), wppa( 'landingpage' ) );
116
 
117
  // Clear both
118
  $result .= '<div class="wppa-clear" style="'.wppa_wis( 'clear:both;' ).'" ></div>';
@@ -128,7 +128,7 @@ function wppa_search_box() {
128
  }
129
 
130
  // Get search html
131
- function wppa_get_search_html( $label = '', $sub = false, $rt = false, $force_root = '', $page = '', $catbox = false ) {
132
  global $wppa_session;
133
 
134
  $wppa_session['has_searchbox'] = true;
@@ -146,13 +146,30 @@ global $wppa_session;
146
  $rootboxset = $root ? '' : 'checked="checked" disabled="disabled"';
147
  $fontsize = wppa_in_widget() ? 'font-size: 9px;' : '';
148
  $mocc = wppa( 'mocc' );
149
-
150
- if ( ! wppa_in_widget() ) $label = wppa_opt( 'search_toptext' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
 
152
  wppa_dbg_msg( 'Root='.$root.': '.wppa_get_album_name( $root ) );
153
 
154
- $format = current_theme_supports( 'html5', 'search-form' ) ? 'html5' : 'xhtml';
155
-
156
  $result =
157
  '<form' .
158
  ' id="wppa_searchform_' . $mocc . '"' .
@@ -160,16 +177,26 @@ global $wppa_session;
160
  ' method="post"' .
161
  ' class="widget_search search-form"' .
162
  ' role="search"' .
163
- ' >' .
164
- // '<div>' .
165
- $label;
166
- if ( $catbox ) {
 
 
 
 
 
 
 
 
167
  $cats = wppa_get_catlist();
168
  $result .=
169
- '<label for="wppa-catbox-' . $mocc . '" >' . __( 'Category', 'wp-photo-album-plus' ) . ': ' .
170
  '<select' .
171
  ' id="wppa-catbox-' . $mocc . '"' .
172
  ' name="wppa-catbox"' .
 
 
173
  ' >';
174
 
175
  $current = '';
@@ -188,68 +215,129 @@ global $wppa_session;
188
  $result .= '<option value="' . $cat . '" ' . ( $current == $cat ? 'selected="selected"' : '' ) . ' >' . $cat . '</option>';
189
  }
190
  $result .=
191
- '</select>' .
192
- '<br />';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
193
  }
 
 
 
 
 
 
 
 
 
194
 
195
- // The actual search input and submit
196
  $result .=
197
- '<div style="position:relative;" >' .
198
- '<label>' .
199
- '<input' .
200
- ' type="text"' .
201
- ' class="wppa-search-input search-field"' .
202
- ' placeholder="' . esc_attr_x( 'Search photos &hellip;', 'wp-photo-album-plus' ) . '"' .
203
- ' name="wppa-searchstring"' .
204
- ' id="wppa_s-'.$mocc.'"' .
205
- ' value="'.$value.'"' .
206
- ' />' .
207
- '</label>' .
208
- '<button type="submit" class="search-submit" value="'.__( 'Search', 'wp-photo-album-plus' ).'" />' .
209
- '</div>' .
210
- '<div style="clear:both;" ></div>';
211
 
212
- // The hidden inputs and sub/root checkboxes
213
- if ( $force_root ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
214
  $result .=
 
 
 
 
 
 
 
 
215
  '<input' .
216
  ' type="hidden"' .
217
  ' name="wppa-forceroot"' .
218
  ' value="' . $force_root . '"' .
219
  ' />';
220
- }
221
- $result .=
222
- '<input' .
223
- ' type="hidden"' .
224
- ' name="wppa-searchroot"' .
225
- ' class="wppa-search-root-id"' .
226
- ' value="' . $root . '"' .
227
- ' />' .
228
- ( $rt && ! $force_root ?
229
- '<div style="clear:both" ></div>' .
230
- '<small class="wppa-search-root" style="margin:0;padding:4px 0 0;" >' .
231
- wppa_display_root( $root ) .
232
- '</small>' .
233
- '<div style="clear:both;' . $fontsize . '" >
234
- <input type="checkbox" name="wppa-rootsearch" class="wppa-rootbox" ' . $rootboxset . ' /> ' .
235
- wppa_opt( 'search_in_section' ) .
236
- '</div>' : '' ) .
237
- ( $sub ?
238
- '<div style="clear:both" ></div>' .
239
- '<small class="wppa-display-searchstring" style="margin:0;padding:4px 0 0;" >' .
240
- $wppa_session['display_searchstring'] .
241
- '</small>' .
242
- '<div style="clear:both;' . $fontsize . '" >' .
243
- '<input' .
244
- ' type="checkbox"' .
245
- ' name="wppa-subsearch"' .
246
- ' class="wppa-search-sub-box"' .
247
- ( empty( $wppa_session['display_searchstring'] ) ? ' disabled="disabled"' : '' ) .
248
- ' onchange="wppaSubboxChange(this)"' .
249
- ' /> '.
250
- wppa_opt( 'search_in_results' ) .
251
- '</div>' : '' ) .
252
- // '</div>' .
253
  '</form>';
254
 
255
  return $result;
3
  * Package: wp-photo-album-plus
4
  *
5
  * Various wppa boxes
6
+ * Version 6.7.03
7
  *
8
  */
9
 
112
  ' >';
113
 
114
  // The search html
115
+ $result .= wppa_get_search_html( '', wppa( 'may_sub' ), wppa( 'may_root' ), wppa( 'forceroot' ), wppa( 'landingpage' ), wppa_switch( 'search_catbox' ), wppa_opt( 'search_selboxes' ) );
116
 
117
  // Clear both
118
  $result .= '<div class="wppa-clear" style="'.wppa_wis( 'clear:both;' ).'" ></div>';
128
  }
129
 
130
  // Get search html
131
+ function wppa_get_search_html( $label = '', $sub = false, $rt = false, $force_root = '', $page = '', $catbox = false, $selboxes = 0 ) {
132
  global $wppa_session;
133
 
134
  $wppa_session['has_searchbox'] = true;
146
  $rootboxset = $root ? '' : 'checked="checked" disabled="disabled"';
147
  $fontsize = wppa_in_widget() ? 'font-size: 9px;' : '';
148
  $mocc = wppa( 'mocc' );
149
+ $n_items = ( $catbox ? 1 : 0 ) + $selboxes + 1;
150
+ $is_small = ( wppa_in_widget() ? true : false );
151
+ $w = ( $is_small ? 100 : ( 100 / $n_items ) );
152
+
153
+ // Find out if one or more items have a caption.
154
+ // For layout purposes: If so, append '&nbsp;' to all captions to avoid empty captions
155
+ if ( ! wppa_in_widget() ) {
156
+ $label = wppa_opt( 'search_toptext' );
157
+ }
158
+ $any_caption = false;
159
+ if ( $catbox || $label ) {
160
+ $any_caption = true;
161
+ }
162
+ if ( $selboxes ) {
163
+ for ( $sb = 0; $sb < $selboxes; $sb++ ) {
164
+ if ( wppa_opt( 'search_caption_' . $sb ) ) {
165
+ $any_caption = true;
166
+ }
167
+ }
168
+ }
169
 
170
  wppa_dbg_msg( 'Root='.$root.': '.wppa_get_album_name( $root ) );
171
 
172
+ // Open the form
 
173
  $result =
174
  '<form' .
175
  ' id="wppa_searchform_' . $mocc . '"' .
177
  ' method="post"' .
178
  ' class="widget_search search-form"' .
179
  ' role="search"' .
180
+ ' >';
181
+
182
+ // Catbox
183
+ if ( $catbox ) {
184
+
185
+ // Item wrapper
186
+ $result .=
187
+ '<div' .
188
+ ' class="wppa-searchsel-item wppa-searchsel-item-' . $mocc . '"' .
189
+ ' style="width:' . $w . '%;float:left;"' .
190
+ ' >';
191
+
192
  $cats = wppa_get_catlist();
193
  $result .=
194
+ __( 'Category', 'wp-photo-album-plus' ) .
195
  '<select' .
196
  ' id="wppa-catbox-' . $mocc . '"' .
197
  ' name="wppa-catbox"' .
198
+ ' class="wppa-searchselbox"' .
199
+ ' style="width:100%;clear:both;"' .
200
  ' >';
201
 
202
  $current = '';
215
  $result .= '<option value="' . $cat . '" ' . ( $current == $cat ? 'selected="selected"' : '' ) . ' >' . $cat . '</option>';
216
  }
217
  $result .=
218
+ '</select>';
219
+
220
+ // Close item wrapper
221
+ $result .=
222
+ '</div>';
223
+ }
224
+
225
+ // Selection boxes
226
+ if ( $selboxes ) {
227
+
228
+ for ( $sb = 0; $sb < $selboxes; $sb++ ) {
229
+ $opts[$sb] = array_merge( array( '' ), explode( "\n", wppa_opt( 'search_selbox_' . $sb ) ) );
230
+ $vals[$sb] = $opts[$sb];
231
+ $current = wppa_get_post( 'wppa-searchselbox-' . $sb );
232
+
233
+ // Item wrapper
234
+ $result .=
235
+ '<div' .
236
+ ' class="wppa-searchsel-item wppa-searchsel-item-' . $mocc . '"' .
237
+ ' style="width:' . $w . '%;float:left;"' .
238
+ ' >';
239
+
240
+ // Caption
241
+ $result .=
242
+ wppa_opt( 'search_caption_' . $sb ) . ( $any_caption ? '&nbsp;' : '' );
243
+
244
+ // Selbox
245
+ $result .=
246
+ '<select' .
247
+ ' name="wppa-searchselbox-' . $sb . '"' .
248
+ ' class="wppa-searchselbox"' .
249
+ ' style="clear:both;width:100%;"' .
250
+ ' >';
251
+ foreach( array_keys( $opts[$sb] ) as $key ) {
252
+ $sel = $current == $vals[$sb][$key] ? ' selected="selected"' : '';
253
+ $result .= '<option value="' . $vals[$sb][$key] . '"' . $sel . ' >' . $opts[$sb][$key] . '</option>';
254
+ }
255
+ $result .=
256
+ '</select>';
257
+
258
+ // Close item wrapper
259
+ $result .=
260
+ '</div>';
261
  }
262
+ }
263
+
264
+ // The actual search input and submit
265
+ // Item wrapper
266
+ $result .=
267
+ '<div' .
268
+ ' class="wppa-searchsel-item wppa-searchsel-item-' . $mocc . '"' .
269
+ ' style="width:' . $w . '%;float:left;"' .
270
+ ' >';
271
 
272
+ // Toptext
273
  $result .=
274
+ wppa_opt( 'search_toptext' ) . ( $any_caption ? '&nbsp;' : '' ) .
275
+ '<div style="position:relative;" >';
 
 
 
 
 
 
 
 
 
 
 
 
276
 
277
+ // form core
278
+ $form_core = get_search_form( false );
279
+
280
+ // Fix it
281
+ $form_core = strip_tags( $form_core, '<input><span><button><label><svg><use>' );
282
+ $form_core = str_replace( 'for="s"', 'for="wppa_s-'.$mocc.'"', $form_core );
283
+ $form_core = str_replace( 'id="s"', 'id="wppa_s-'.$mocc.'"', $form_core );
284
+ $form_core = str_replace( 'name="s"', 'name="wppa-searchstring"', $form_core );
285
+ $form_core = str_replace( 'value=""', 'value="' . esc_attr( isset( $_REQUEST['wppa-searchstring'] ) ? $_REQUEST['wppa-searchstring'] : '' ) . '"', $form_core );
286
+ $form_core = preg_replace( '/placeholder=\"[^\"]*/', 'placeholder="' . esc_attr( __( 'Search photos &hellip;', 'wp-photo-album-plus' ) ), $form_core );
287
+
288
+ // Insert
289
+ $result .= $form_core;
290
+
291
+ $result .=
292
+ '</div>';
293
+
294
+ // Close item wrapper
295
  $result .=
296
+ '</div>';
297
+
298
+ $result .=
299
+ '<div style="clear:both;" ></div>';
300
+
301
+ // The hidden inputs and sub/root checkboxes
302
+ if ( $force_root ) {
303
+ $result .=
304
  '<input' .
305
  ' type="hidden"' .
306
  ' name="wppa-forceroot"' .
307
  ' value="' . $force_root . '"' .
308
  ' />';
309
+ }
310
+ $result .=
311
+ '<input' .
312
+ ' type="hidden"' .
313
+ ' name="wppa-searchroot"' .
314
+ ' class="wppa-search-root-id"' .
315
+ ' value="' . $root . '"' .
316
+ ' />' .
317
+ ( $rt && ! $force_root ?
318
+ '<div style="clear:both" ></div>' .
319
+ '<small class="wppa-search-root" style="margin:0;padding:4px 0 0;" >' .
320
+ wppa_display_root( $root ) .
321
+ '</small>' .
322
+ '<div style="clear:both;' . $fontsize . '" >
323
+ <input type="checkbox" name="wppa-rootsearch" class="wppa-rootbox" ' . $rootboxset . ' /> ' .
324
+ wppa_opt( 'search_in_section' ) .
325
+ '</div>' : '' ) .
326
+ ( $sub ?
327
+ '<div style="clear:both" ></div>' .
328
+ '<small class="wppa-display-searchstring" style="margin:0;padding:4px 0 0;" >' .
329
+ $wppa_session['display_searchstring'] .
330
+ '</small>' .
331
+ '<div style="clear:both;' . $fontsize . '" >' .
332
+ '<input' .
333
+ ' type="checkbox"' .
334
+ ' name="wppa-subsearch"' .
335
+ ' class="wppa-search-sub-box"' .
336
+ ( empty( $wppa_session['display_searchstring'] ) ? ' disabled="disabled"' : '' ) .
337
+ ' onchange="wppaSubboxChange(this)"' .
338
+ ' /> '.
339
+ wppa_opt( 'search_in_results' ) .
340
+ '</div>' : '' ) .
 
341
  '</form>';
342
 
343
  return $result;
wppa-common-functions.php CHANGED
@@ -2,7 +2,7 @@
2
  /* wppa-common-functions.php
3
  *
4
  * Functions used in admin and in themes
5
- * Version 6.7.02
6
  *
7
  */
8
 
@@ -781,6 +781,9 @@ function wppa_get_minisize() {
781
  function wppa_test_for_search( $at_session_start = false ) {
782
  global $wppa;
783
 
 
 
 
784
  if ( isset( $_REQUEST['wppa-searchstring'] ) ) { // wppa+ search
785
  $str = $_REQUEST['wppa-searchstring'];
786
  }
@@ -790,8 +793,14 @@ global $wppa;
790
  elseif ( isset( $_REQUEST['s'] ) ) { // wp search
791
  $str = $_REQUEST['s'];
792
  }
793
- else { // Not search
794
- $str = '';
 
 
 
 
 
 
795
  }
796
 
797
  // Sanitize
2
  /* wppa-common-functions.php
3
  *
4
  * Functions used in admin and in themes
5
+ * Version 6.7.03
6
  *
7
  */
8
 
781
  function wppa_test_for_search( $at_session_start = false ) {
782
  global $wppa;
783
 
784
+ // Assume not
785
+ $str = '';
786
+
787
  if ( isset( $_REQUEST['wppa-searchstring'] ) ) { // wppa+ search
788
  $str = $_REQUEST['wppa-searchstring'];
789
  }
793
  elseif ( isset( $_REQUEST['s'] ) ) { // wp search
794
  $str = $_REQUEST['s'];
795
  }
796
+
797
+ // Selection boxes present and with a value?
798
+ for ( $i = 0; $i < 3; $i++ ) {
799
+ if ( isset( $_REQUEST['wppa-searchselbox-' . $i] ) ) {
800
+ if ( $_REQUEST['wppa-searchselbox-' . $i] ) {
801
+ $str .= ' ' . $_REQUEST['wppa-searchselbox-' . $i];
802
+ }
803
+ }
804
  }
805
 
806
  // Sanitize
wppa-functions.php CHANGED
@@ -3,7 +3,7 @@
3
  * Package: wp-photo-album-plus
4
  *
5
  * Various functions
6
- * Version 6.7.02
7
  *
8
  */
9
 
@@ -3387,6 +3387,7 @@ global $blog_id;
3387
 
3388
  wppa_add_js_page_data( "\n" . 'wppaLightboxSingle[' . wppa( 'mocc' ) . '] = ' . ( wppa_opt( 'slideshow_linktype' ) == 'lightboxsingle' ? 'true': 'false' ) . ';' );
3389
  }
 
3390
  wppa_add_js_page_data( "\n" . '</script>' );
3391
 
3392
  }
3
  * Package: wp-photo-album-plus
4
  *
5
  * Various functions
6
+ * Version 6.7.03
7
  *
8
  */
9
 
3387
 
3388
  wppa_add_js_page_data( "\n" . 'wppaLightboxSingle[' . wppa( 'mocc' ) . '] = ' . ( wppa_opt( 'slideshow_linktype' ) == 'lightboxsingle' ? 'true': 'false' ) . ';' );
3389
  }
3390
+ wppa_add_js_page_data( "\n" . 'wppaSearchBoxSelItems[' . wppa( 'mocc' ) . '] = ' . ( ( wppa_switch( 'search_catbox' ) ? 1 : 0 ) + wppa_opt( 'search_selboxes' ) + 1 ) . ';' );
3391
  wppa_add_js_page_data( "\n" . '</script>' );
3392
 
3393
  }
wppa-search-widget.php CHANGED
@@ -3,7 +3,7 @@
3
  * Package: wp-photo-album-plus
4
  *
5
  * display the search widget
6
- * Version 6.7.01
7
  *
8
  */
9
 
@@ -43,6 +43,7 @@ class SearchPhotos extends WP_Widget {
43
  'album' => '0',
44
  'landingpage' => '0',
45
  'catbox' => false,
 
46
  ) );
47
 
48
  $widget_title = apply_filters( 'widget_title', $instance['title'] );
@@ -59,7 +60,8 @@ class SearchPhotos extends WP_Widget {
59
  wppa_checked( $instance['root'] ),
60
  $instance['album'],
61
  $instance['landingpage'],
62
- wppa_checked( $instance['catbox'] )
 
63
  );
64
 
65
  echo $after_widget;
@@ -79,6 +81,7 @@ class SearchPhotos extends WP_Widget {
79
  $instance['album'] = $new_instance['album'];
80
  $instance['landingpage'] = $new_instance['landingpage'];
81
  $instance['catbox'] = $new_instance['catbox'];
 
82
 
83
  return $instance;
84
  }
@@ -97,6 +100,7 @@ class SearchPhotos extends WP_Widget {
97
  'album' => '0',
98
  'landingpage' => '',
99
  'catbox' => false,
 
100
  ) );
101
 
102
  // Title
@@ -152,7 +156,17 @@ class SearchPhotos extends WP_Widget {
152
  wppa_widget_checkbox( $this,
153
  'catbox',
154
  $instance['catbox'],
155
- __( 'Add category selectionbox', 'wp-photo-album-plus' )
 
 
 
 
 
 
 
 
 
 
156
  );
157
 
158
  // Landing page
3
  * Package: wp-photo-album-plus
4
  *
5
  * display the search widget
6
+ * Version 6.7.03
7
  *
8
  */
9
 
43
  'album' => '0',
44
  'landingpage' => '0',
45
  'catbox' => false,
46
+ 'selboxes' => false,
47
  ) );
48
 
49
  $widget_title = apply_filters( 'widget_title', $instance['title'] );
60
  wppa_checked( $instance['root'] ),
61
  $instance['album'],
62
  $instance['landingpage'],
63
+ wppa_checked( $instance['catbox'] ),
64
+ wppa_checked( $instance['selboxes'] ) ? wppa_opt( 'search_selboxes' ) : false
65
  );
66
 
67
  echo $after_widget;
81
  $instance['album'] = $new_instance['album'];
82
  $instance['landingpage'] = $new_instance['landingpage'];
83
  $instance['catbox'] = $new_instance['catbox'];
84
+ $instance['selboxes'] = $new_instance['selboxes'];
85
 
86
  return $instance;
87
  }
100
  'album' => '0',
101
  'landingpage' => '',
102
  'catbox' => false,
103
+ 'selboxes' => false,
104
  ) );
105
 
106
  // Title
156
  wppa_widget_checkbox( $this,
157
  'catbox',
158
  $instance['catbox'],
159
+ __( 'Add category selectionbox', 'wp-photo-album-plus' ),
160
+ __( 'Enables the visitor to limit the results to an album category', 'wp-photo-album-plus' )
161
+ );
162
+
163
+ // Selection boxes
164
+ echo
165
+ wppa_widget_checkbox( $this,
166
+ 'selboxes',
167
+ $instance['selboxes'],
168
+ __( 'Add selectionboxes with pre-defined tokens', 'wp-photo-album-plus' ),
169
+ __( 'See Table IX-E20.x for configuration', 'wp-photo-album-plus' )
170
  );
171
 
172
  // Landing page
wppa-settings-autosave.php CHANGED
@@ -3,7 +3,7 @@
3
  * Package: wp-photo-album-plus
4
  *
5
  * manage all options
6
- * Version 6.7.02
7
  *
8
  */
9
 
@@ -5757,7 +5757,7 @@ global $wp_version;
5757
  {
5758
  $name = __('Xphoto', 'wp-photo-album-plus');
5759
  $desc = __('Media-like (like WP photo with - extended - caption) photo link.', 'wp-photo-album-plus');
5760
- $help = esc_js(__('Select the type of link you want, or no link at all, to act on a photo in the style of s wp photo with - an extended - caption.', 'wp-photo-album-plus'));
5761
  $help .= '\n'.esc_js(__('If you select the fullsize photo on its own, it will be stretched to fit, regardless of that setting.', 'wp-photo-album-plus')); /* oneofone is treated as portrait only */
5762
  $help .= '\n'.esc_js(__('Note that a page must have at least [wppa][/wppa] in its content to show up the photo(s).', 'wp-photo-album-plus'));
5763
  $slug1 = 'wppa_xphoto_linktype';
@@ -8905,7 +8905,6 @@ global $wp_version;
8905
  $name = __('Floating searchtoken', 'wp-photo-album-plus');
8906
  $desc = __('A match need not start at the first char.', 'wp-photo-album-plus');
8907
  $help = esc_js(__('A match is found while searching also when the entered token is somewhere in the middle of a word.', 'wp-photo-album-plus'));
8908
- $help .= '\n\n'.esc_js(__('This works in indexed search only!', 'wp-photo-album-plus'));
8909
  $slug = 'wppa_wild_front';
8910
  $html = wppa_checkbox($slug);
8911
  $clas = '';
@@ -9004,6 +9003,81 @@ global $wp_version;
9004
  $clas = '';
9005
  $tags = 'system,search';
9006
  wppa_setting($slug, '18.4', $name, $desc, $html, $help, $clas, $tags);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9007
  }
9008
  wppa_setting_subheader( 'F', '1', __( 'Watermark related settings' , 'wp-photo-album-plus') );
9009
  {
3
  * Package: wp-photo-album-plus
4
  *
5
  * manage all options
6
+ * Version 6.7.03
7
  *
8
  */
9
 
5757
  {
5758
  $name = __('Xphoto', 'wp-photo-album-plus');
5759
  $desc = __('Media-like (like WP photo with - extended - caption) photo link.', 'wp-photo-album-plus');
5760
+ $help = esc_js(__('Select the type of link you want, or no link at all, to act on a photo in the style of a wp photo with - an extended - caption.', 'wp-photo-album-plus'));
5761
  $help .= '\n'.esc_js(__('If you select the fullsize photo on its own, it will be stretched to fit, regardless of that setting.', 'wp-photo-album-plus')); /* oneofone is treated as portrait only */
5762
  $help .= '\n'.esc_js(__('Note that a page must have at least [wppa][/wppa] in its content to show up the photo(s).', 'wp-photo-album-plus'));
5763
  $slug1 = 'wppa_xphoto_linktype';
8905
  $name = __('Floating searchtoken', 'wp-photo-album-plus');
8906
  $desc = __('A match need not start at the first char.', 'wp-photo-album-plus');
8907
  $help = esc_js(__('A match is found while searching also when the entered token is somewhere in the middle of a word.', 'wp-photo-album-plus'));
 
8908
  $slug = 'wppa_wild_front';
8909
  $html = wppa_checkbox($slug);
8910
  $clas = '';
9003
  $clas = '';
9004
  $tags = 'system,search';
9005
  wppa_setting($slug, '18.4', $name, $desc, $html, $help, $clas, $tags);
9006
+
9007
+ $name = __('Search category box', 'wp-photo-album-plus');
9008
+ $desc = __('Add a category selection box', 'wp-photo-album-plus');
9009
+ $help = '';
9010
+ $slug = 'wppa_search_catbox';
9011
+ $html = wppa_checkbox($slug);
9012
+ $clas = '';
9013
+ $tags = 'system,search';
9014
+ wppa_setting($slug, '19', $name, $desc, $html, $help, $clas, $tags);
9015
+
9016
+ $name = __('Search selection boxes', 'wp-photo-album-plus');
9017
+ $desc = __('Enter number of search selection boxes.', 'wp-photo-album-plus');
9018
+ $help = '';
9019
+ $slug = 'wppa_search_selboxes';
9020
+ $opts = array( '0', '1', '2', '3' );
9021
+ $vals = $opts;
9022
+ $html = wppa_select( $slug, $opts, $vals );
9023
+ $clas = '';
9024
+ $tags = 'system,search';
9025
+ wppa_setting($slug, '20.0', $name, $desc, $html, $help, $clas, $tags);
9026
+
9027
+ $name = sprintf(__('Box %s caption', 'wp-photo-album-plus'), '1');
9028
+ $desc = __('Enter caption text', 'wp-photo-album-plus');
9029
+ $help = '';
9030
+ $slug = 'wppa_search_caption_0';
9031
+ $html = wppa_input($slug, '150px;');
9032
+ $clas = '';
9033
+ $tags = 'system,search';
9034
+ wppa_setting($slug, '20.1', $name, $desc, $html, $help, $clas, $tags);
9035
+
9036
+ $name = sprintf(__('Box %s content', 'wp-photo-album-plus'), '1');
9037
+ $desc = __('Enter search tokens, one per line.', 'wp-photo-album-plus');
9038
+ $help = '';
9039
+ $slug = 'wppa_search_selbox_0';
9040
+ $html = wppa_textarea($slug);
9041
+ $clas = '';
9042
+ $tags = 'system,search';
9043
+ wppa_setting($slug, '20.2', $name, $desc, $html, $help, $clas, $tags);
9044
+
9045
+ $name = sprintf(__('Box %s caption', 'wp-photo-album-plus'), '2');
9046
+ $desc = __('Enter caption text', 'wp-photo-album-plus');
9047
+ $help = '';
9048
+ $slug = 'wppa_search_caption_1';
9049
+ $html = wppa_input($slug, '150px;');
9050
+ $clas = '';
9051
+ $tags = 'system,search';
9052
+ wppa_setting($slug, '20.3', $name, $desc, $html, $help, $clas, $tags);
9053
+
9054
+ $name = sprintf(__('Box %s content', 'wp-photo-album-plus'), '2');
9055
+ $desc = __('Enter search tokens, one per line.', 'wp-photo-album-plus');
9056
+ $help = '';
9057
+ $slug = 'wppa_search_selbox_1';
9058
+ $html = wppa_textarea($slug);
9059
+ $clas = '';
9060
+ $tags = 'system,search';
9061
+ wppa_setting($slug, '20.4', $name, $desc, $html, $help, $clas, $tags);
9062
+
9063
+ $name = sprintf(__('Box %s caption', 'wp-photo-album-plus'), '3');
9064
+ $desc = __('Enter caption text', 'wp-photo-album-plus');
9065
+ $help = '';
9066
+ $slug = 'wppa_search_caption_2';
9067
+ $html = wppa_input($slug, '150px;');
9068
+ $clas = '';
9069
+ $tags = 'system,search';
9070
+ wppa_setting($slug, '20.5', $name, $desc, $html, $help, $clas, $tags);
9071
+
9072
+ $name = sprintf(__('Box %s content', 'wp-photo-album-plus'), '3');
9073
+ $desc = __('Enter search tokens, one per line.', 'wp-photo-album-plus');
9074
+ $help = '';
9075
+ $slug = 'wppa_search_selbox_2';
9076
+ $html = wppa_textarea($slug);
9077
+ $clas = '';
9078
+ $tags = 'system,search';
9079
+ wppa_setting($slug, '20.6', $name, $desc, $html, $help, $clas, $tags);
9080
+
9081
  }
9082
  wppa_setting_subheader( 'F', '1', __( 'Watermark related settings' , 'wp-photo-album-plus') );
9083
  {
wppa-setup.php CHANGED
@@ -3,7 +3,7 @@
3
  * Package: wp-photo-album-plus
4
  *
5
  * Contains all the setup stuff
6
- * Version 6.7.02
7
  *
8
  */
9
 
@@ -1663,6 +1663,14 @@ Hide Camera info
1663
  'wppa_search_numbers_void' => 'no',
1664
  'wppa_index_ignore_slash' => 'no',
1665
  // 'wppa_index_skips' => '', // Do not add, this is an array
 
 
 
 
 
 
 
 
1666
 
1667
  // F Watermark
1668
  'wppa_watermark_on' => 'no',
3
  * Package: wp-photo-album-plus
4
  *
5
  * Contains all the setup stuff
6
+ * Version 6.7.03
7
  *
8
  */
9
 
1663
  'wppa_search_numbers_void' => 'no',
1664
  'wppa_index_ignore_slash' => 'no',
1665
  // 'wppa_index_skips' => '', // Do not add, this is an array
1666
+ 'wppa_search_catbox' => 'no',
1667
+ 'wppa_search_selboxes' => '0',
1668
+ 'wppa_search_caption_0' => '',
1669
+ 'wppa_search_selbox_0' => '',
1670
+ 'wppa_search_caption_1' => '',
1671
+ 'wppa_search_selbox_1' => '',
1672
+ 'wppa_search_caption_2' => '',
1673
+ 'wppa_search_selbox_2' => '',
1674
 
1675
  // F Watermark
1676
  'wppa_watermark_on' => 'no',
wppa-upldr-widget.php CHANGED
@@ -34,7 +34,7 @@ class UpldrWidget extends WP_Widget {
34
  extract( $args );
35
 
36
  $instance = wp_parse_args( (array) $instance, array(
37
- 'title' => __( 'Uploader Photos'. 'wp-photo-album-plus' ),
38
  'sortby' => 'name',
39
  'ignore' => 'admin',
40
  'parent' => ''
34
  extract( $args );
35
 
36
  $instance = wp_parse_args( (array) $instance, array(
37
+ 'title' => __( 'Uploader Photos', 'wp-photo-album-plus' ),
38
  'sortby' => 'name',
39
  'ignore' => 'admin',
40
  'parent' => ''
wppa-upload.php CHANGED
@@ -3,7 +3,7 @@
3
  * Package: wp-photo-album-plus
4
  *
5
  * Contains all the upload pages and functions
6
- * Version 6.7.01
7
  *
8
  */
9
 
@@ -187,7 +187,7 @@ global $upload_album;
187
  __( 'Album:' , 'wp-photo-album-plus') .
188
  '</label>' .
189
  '<select name="wppa-album" id="wppa-album-s" style="max-width:100%;" >' .
190
- wppa_album_select_a( array( 'path' => wppa_switch( 'hier_albsel' ), 'addpleaseselect' => true, 'checkowner' => true, 'checkupload' => true ) ) .
191
  '</select>' .
192
  '</p>';
193
  if ( wppa_switch( 'watermark_on' ) && ( wppa_switch( 'watermark_user' ) || current_user_can( 'wppa_settings' ) ) ) {
@@ -329,7 +329,7 @@ global $upload_album;
329
  '<p>' .
330
  '<label for="wppa-album">' . __( 'Album:' , 'wp-photo-album-plus' ) . '</label>' .
331
  '<select name="wppa-album" id="wppa-album-s" style="max-width:100%;" >' .
332
- wppa_album_select_a( array( 'path' => wppa_switch( 'hier_albsel' ), 'addpleaseselect' => true, 'checkowner' => true, 'checkupload' => true ) ) .
333
  '</select>' .
334
  '</p>';
335
 
@@ -406,7 +406,7 @@ global $upload_album;
406
  '<p>' .
407
  '<label for="wppa-album">' . __( 'Album:' , 'wp-photo-album-plus') . '</label>' .
408
  '<select name="wppa-album" id="wppa-album-m" style="max-width:100%;" >' .
409
- wppa_album_select_a( array( 'path' => wppa_switch( 'hier_albsel' ), 'addpleaseselect' => true, 'checkowner' => true, 'checkupload' => true ) ) .
410
  '</select>' .
411
  '</p>';
412
 
3
  * Package: wp-photo-album-plus
4
  *
5
  * Contains all the upload pages and functions
6
+ * Version 6.7.03
7
  *
8
  */
9
 
187
  __( 'Album:' , 'wp-photo-album-plus') .
188
  '</label>' .
189
  '<select name="wppa-album" id="wppa-album-s" style="max-width:100%;" >' .
190
+ wppa_album_select_a( array( 'path' => wppa_switch( 'hier_albsel' ), 'addpleaseselect' => true, 'checkowner' => true, 'checkupload' => true, 'sort' => true ) ) .
191
  '</select>' .
192
  '</p>';
193
  if ( wppa_switch( 'watermark_on' ) && ( wppa_switch( 'watermark_user' ) || current_user_can( 'wppa_settings' ) ) ) {
329
  '<p>' .
330
  '<label for="wppa-album">' . __( 'Album:' , 'wp-photo-album-plus' ) . '</label>' .
331
  '<select name="wppa-album" id="wppa-album-s" style="max-width:100%;" >' .
332
+ wppa_album_select_a( array( 'path' => wppa_switch( 'hier_albsel' ), 'addpleaseselect' => true, 'checkowner' => true, 'checkupload' => true, 'sort' => true ) ) .
333
  '</select>' .
334
  '</p>';
335
 
406
  '<p>' .
407
  '<label for="wppa-album">' . __( 'Album:' , 'wp-photo-album-plus') . '</label>' .
408
  '<select name="wppa-album" id="wppa-album-m" style="max-width:100%;" >' .
409
+ wppa_album_select_a( array( 'path' => wppa_switch( 'hier_albsel' ), 'addpleaseselect' => true, 'checkowner' => true, 'checkupload' => true, 'sort' => true ) ) .
410
  '</select>' .
411
  '</p>';
412
 
wppa-utils.php CHANGED
@@ -385,7 +385,7 @@ global $wppa_opt;
385
 
386
  // Old style?
387
  if ( substr( $xkey, 0, 5 ) == 'wppa_' ) {
388
- wppa_log( 'War', $xkey . ' used as old style switch', true );
389
  $key = $xkey;
390
  }
391
  else {
@@ -395,11 +395,11 @@ global $wppa_opt;
395
  if ( isset( $wppa_opt[$key] ) ) {
396
  if ( $wppa_opt[$key] == 'yes' ) return true;
397
  elseif ( $wppa_opt[$key] == 'no' ) return false;
398
- else wppa_log( 'War', '$wppa_opt['.$key.'] is not a yes/no setting', true );
399
  return $wppa_opt[$key]; // Return the right value afterall
400
  }
401
 
402
- wppa_log( 'Err', '$wppa_opt['.$key.'] is not a setting', true );
403
 
404
  return false;
405
  }
@@ -414,7 +414,7 @@ global $wppa_opt;
414
 
415
  // Old style?
416
  if ( substr( $xkey, 0, 5 ) == 'wppa_' ) {
417
- wppa_log( 'War', $xkey . ' used as old style option', true );
418
  $key = $xkey;
419
  }
420
  else {
@@ -423,13 +423,13 @@ global $wppa_opt;
423
 
424
  if ( isset( $wppa_opt[$key] ) ) {
425
  if ( $wppa_opt[$key] == 'yes' || $wppa_opt[$key] == 'no' ) {
426
- wppa_log( 'Error', '$wppa_opt['.$key.'] is a yes/no setting, not a value', true );
427
  return ( $wppa_opt[$key] == 'yes' ); // Return the right value afterall
428
  }
429
  return trim( $wppa_opt[$key] );
430
  }
431
 
432
- wppa_log( 'Err', '$wppa_opt['.$key.'] is not a setting', true );
433
 
434
  return false;
435
  }
385
 
386
  // Old style?
387
  if ( substr( $xkey, 0, 5 ) == 'wppa_' ) {
388
+ wppa_log( 'Dbg', $xkey . ' used as old style switch', true );
389
  $key = $xkey;
390
  }
391
  else {
395
  if ( isset( $wppa_opt[$key] ) ) {
396
  if ( $wppa_opt[$key] == 'yes' ) return true;
397
  elseif ( $wppa_opt[$key] == 'no' ) return false;
398
+ else wppa_log( 'Dbg', '$wppa_opt['.$key.'] is not a yes/no setting', true );
399
  return $wppa_opt[$key]; // Return the right value afterall
400
  }
401
 
402
+ wppa_log( 'Dbg', '$wppa_opt['.$key.'] is not a setting', true );
403
 
404
  return false;
405
  }
414
 
415
  // Old style?
416
  if ( substr( $xkey, 0, 5 ) == 'wppa_' ) {
417
+ wppa_log( 'Dbg', $xkey . ' used as old style option', true );
418
  $key = $xkey;
419
  }
420
  else {
423
 
424
  if ( isset( $wppa_opt[$key] ) ) {
425
  if ( $wppa_opt[$key] == 'yes' || $wppa_opt[$key] == 'no' ) {
426
+ wppa_log( 'Dbg', '$wppa_opt['.$key.'] is a yes/no setting, not a value', true );
427
  return ( $wppa_opt[$key] == 'yes' ); // Return the right value afterall
428
  }
429
  return trim( $wppa_opt[$key] );
430
  }
431
 
432
+ wppa_log( 'Dbg', '$wppa_opt['.$key.'] is not a setting', true );
433
 
434
  return false;
435
  }
wppa.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * Plugin Name: WP Photo Album Plus
4
  * Description: Easily manage and display your photo albums and slideshows within your WordPress site.
5
- * Version: 6.7.02
6
  * Author: J.N. Breetvelt a.k.a. OpaJaap
7
  * Author URI: http://wppa.opajaap.nl/
8
  * Plugin URI: http://wordpress.org/extend/plugins/wp-photo-album-plus/
@@ -22,8 +22,8 @@ global $wpdb;
22
  global $wp_version;
23
 
24
  /* WPPA GLOBALS */
25
- global $wppa_revno; $wppa_revno = '6702'; // WPPA db version
26
- global $wppa_api_version; $wppa_api_version = '6-7-02-005'; // WPPA software version
27
 
28
  /* start timers */
29
  global $wppa_starttime; $wppa_starttime = microtime( true );
2
  /*
3
  * Plugin Name: WP Photo Album Plus
4
  * Description: Easily manage and display your photo albums and slideshows within your WordPress site.
5
+ * Version: 6.7.03
6
  * Author: J.N. Breetvelt a.k.a. OpaJaap
7
  * Author URI: http://wppa.opajaap.nl/
8
  * Plugin URI: http://wordpress.org/extend/plugins/wp-photo-album-plus/
22
  global $wp_version;
23
 
24
  /* WPPA GLOBALS */
25
+ global $wppa_revno; $wppa_revno = '6703'; // WPPA db version
26
+ global $wppa_api_version; $wppa_api_version = '6-7-03-005'; // WPPA software version
27
 
28
  /* start timers */
29
  global $wppa_starttime; $wppa_starttime = microtime( true );