WP Photo Album Plus - Version 6.7.00

Version Description

Download this release

Release Info

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

Code changes from version 6.6.30 to 6.7.00

js/wppa-ajax-front.js CHANGED
@@ -3,7 +3,7 @@
3
  // Contains frontend ajax modules
4
  // Dependancies: wppa.js and default wp jQuery library
5
  //
6
- var wppaJsAjaxVersion = '6.6.28';
7
 
8
  var wppaRenderAdd = false;
9
  var wppaWaitForCounter = 0;
@@ -325,7 +325,13 @@ function wppaAjaxAddPhotoToZip( mocc, id, reload ) {
325
  // Adding succeeded?
326
  var rtxt = result.split( '||' );
327
  if ( rtxt[0] == 'OK' ) {
 
 
328
  jQuery('#admin-choice-'+id+'-'+mocc).html(rtxt[1]);
 
 
 
 
329
  }
330
  else {
331
  alert( result );
3
  // Contains frontend ajax modules
4
  // Dependancies: wppa.js and default wp jQuery library
5
  //
6
+ var wppaJsAjaxVersion = '6.6.31';
7
 
8
  var wppaRenderAdd = false;
9
  var wppaWaitForCounter = 0;
325
  // Adding succeeded?
326
  var rtxt = result.split( '||' );
327
  if ( rtxt[0] == 'OK' ) {
328
+
329
+ // For the thumbnails
330
  jQuery('#admin-choice-'+id+'-'+mocc).html(rtxt[1]);
331
+
332
+ // For the slideshow
333
+ jQuery('#admin-choice-'+id+'-'+mocc).val(rtxt[1]);
334
+ jQuery('#admin-choice-'+id+'-'+mocc).prop('disabled', true);
335
  }
336
  else {
337
  alert( result );
js/wppa-ajax-front.min.js CHANGED
@@ -1,81 +1 @@
1
- // wppa-ajax-front.js
2
- //
3
- // Contains frontend ajax modules
4
- // Dependancies: wppa.js and default wp jQuery library
5
- //
6
-
7
- var wppaJsAjaxVersion='6.6.28';var wppaRenderAdd=false;var wppaWaitForCounter=0;function wppaDoAjaxRender(mocc,ajaxurl,newurl,add,waitfor,addHilite){if(parseInt(waitfor)>0&&waitfor!=wppaWaitForCounter){setTimeout('wppaDoAjaxRender( '+mocc+', \''+ajaxurl+'\', \''+newurl+'\', \''+add+'\', '+waitfor+' )',100);return;}
8
- wppaRenderAdd=add;if(wppaLang!='')ajaxurl+='&lang='+wppaLang;if(wppaAutoColumnWidth[mocc])ajaxurl+='&resp=1';if(addHilite&&_wppaCurIdx[mocc]&&_wppaId[mocc][_wppaCurIdx[mocc]])ajaxurl+='&wppa-hilite='+_wppaId[mocc][_wppaCurIdx[mocc]];if(wppaCanAjaxRender){jQuery.ajax({url:ajaxurl,async:true,type:'GET',timeout:60000,beforeSend:function(xhr){if(_wppaSSRuns[mocc])_wppaStop(mocc);jQuery('#wppa-ajax-spin-'+mocc).fadeIn();},success:function(result,status,xhr){if(wppaRenderAdd){jQuery(wppaRenderAdd+result).insertBefore('#wppa-container-'+mocc+'-end');}
9
- else{if(wppaRenderModal){var opt={modal:true,resizable:true,width:wppaGetContainerWidth(mocc),show:{effect:"fadeIn",duration:400},closeText:"",};jQuery('#wppa-modal-container-'+mocc).html(result).dialog(opt).dialog("open");jQuery('.ui-dialog').css({boxShadow:'0px 0px 5px 5px #aaaaaa',borderRadius:wppaBoxRadius+'px',padding:'8px',backgroundColor:wppaModalBgColor,boxSizing:'content-box',zIndex:100000,});jQuery('.ui-dialog-titlebar').css({lineHeight:'0px',height:'32px',});jQuery('.ui-button').css({backgroundImage:wppaModalQuitImg,padding:0,position:'absolute',right:'8px',top:'8px',width:'16px',height:'16px',});jQuery('.ui-button').attr('title','Close');jQuery('.ui-button').on('click',function(){_wppaStop(mocc);});}
10
- else{jQuery('#wppa-container-'+mocc).html(result);}}
11
- if(wppaCanPushState&&wppaUpdateAddressLine){wppaHis++;try{history.pushState({page:wppaHis,occur:mocc,type:'html',html:result},"",newurl);wppaConsoleLog('Ajax rendering: History stack pushed','force');}
12
- catch(err){try{history.replaceState({page:wppaHis,occur:mocc,type:'html'},"",newurl);wppaConsoleLog('Ajax rendering: History stack updated','force');}
13
- catch(err){wppaConsoleLog('Ajax rendering: History stack update failed','force');}}
14
- if(wppaFirstOccur==0)wppaFirstOccur=mocc;}
15
- wppaUpdateLightboxes();if(typeof(wppaQRUpdate)!='undefined'){wppaConsoleLog('Ajax render asked qr code for '+newurl,'force');wppaQRUpdate(newurl);}
16
- wppaColWidth[mocc]=0;_wppaDoAutocol(mocc);var scriptPos=result.indexOf('<script');var scriptPosLast=result.lastIndexOf('<script');if(scriptPos==-1){wppaConsoleLog('Ajax render did NOT contain a script tag','force');}
17
- else{wppaConsoleLog('Ajax render did contain a script tag at position '+scriptPos+' last at '+scriptPosLast,'force');}},error:function(xhr,status,error){wppaConsoleLog('wppaDoAjaxRender failed. Error = '+error+', status = '+status,'force');document.location.href=newurl;wppaColWidth[mocc]=0;_wppaDoAutocol(mocc);},complete:function(xhr,status,newurl){wppaWaitForCounter++;if(!wppaRenderModal){jQuery('html, body').animate({scrollTop:jQuery("#wppa-container-"+mocc).offset().top-32-wppaStickyHeaderHeight},1000);}
18
- jQuery('#wppa-ajax-spin-'+mocc).stop().fadeOut();setTimeout(function(){jQuery(window).trigger('resize')},250);}});}
19
- else{document.location.href=newurl;wppaColWidth[mocc]=0;_wppaDoAutocol(mocc);}}
20
- function wppaAjaxApprovePhoto(photo){jQuery.ajax({url:wppaAjaxUrl,data:'action=wppa'+'&wppa-action=approve'+'&photo-id='+photo,async:true,type:'GET',timeout:60000,success:function(result,status,xhr){if(result=='OK'){jQuery('.wppa-approve-'+photo).css('display','none');}
21
- else{alert(result);}},error:function(xhr,status,error){wppaConsoleLog('wppaAjaxApprovePhoto failed. Error = '+error+', status = '+status,'force');},});}
22
- function wppaAjaxRemovePhoto(mocc,photo,isslide){jQuery.ajax({url:wppaAjaxUrl,data:'action=wppa'+'&wppa-action=remove'+'&photo-id='+photo,async:true,type:'GET',timeout:60000,success:function(result,status,xhr){rtxt=result.split('||');if(rtxt[0]=='OK'){if(isslide){jQuery('#wppa-film-'+_wppaCurIdx[mocc]+'-'+mocc).attr('src','');jQuery('#wppa-pre-'+_wppaCurIdx[mocc]+'-'+mocc).attr('src','');jQuery('#wppa-film-'+_wppaCurIdx[mocc]+'-'+mocc).attr('alt','removed');jQuery('#wppa-pre-'+_wppaCurIdx[mocc]+'-'+mocc).attr('alt','removed');wppaNext(mocc);}
23
- else{jQuery('.wppa-approve-'+photo).css('display','none');jQuery('.thumbnail-frame-photo-'+photo).css('display','none');}}
24
- else{if(rtxt[3]){alert(rtxt[3]);jQuery('#wppa-delete-'+photo).css('text-decoration','line-through');}
25
- else{alert(result);}}},error:function(xhr,status,error){wppaConsoleLog('wppaAjaxRemovePhoto failed. Error = '+error+', status = '+status,'force');}});}
26
- function wppaAjaxApproveComment(comment){jQuery.ajax({url:wppaAjaxUrl,data:'action=wppa'+'&wppa-action=approve'+'&comment-id='+comment,async:true,type:'GET',timeout:60000,success:function(result,status,xhr){if(result=='OK'){jQuery('.wppa-approve-'+comment).css('display','none');}
27
- else{alert(result);}},error:function(xhr,status,error){wppaConsoleLog('wppaAjaxApproveComment failed. Error = '+error+', status = '+status,'force');}});}
28
- function wppaAjaxRemoveComment(comment){jQuery.ajax({url:wppaAjaxUrl,data:'action=wppa'+'&wppa-action=remove'+'&comment-id='+comment,async:true,type:'GET',timeout:60000,success:function(result,status,xhr){var rtxt=result.split('||');if(rtxt[0]=='OK'){jQuery('.wppa-approve-'+comment).css('display','none');jQuery('.wppa-comment-'+comment).css('display','none');}
29
- else{alert(result);}},error:function(xhr,status,error){wppaConsoleLog('wppaAjaxRemoveComment failed. Error = '+error+', status = '+status,'force');},});}
30
- function wppaAjaxAddPhotoToZip(mocc,id,reload){jQuery.ajax({url:wppaAjaxUrl,data:'action=wppa'+'&wppa-action=addtozip'+'&photo-id='+id,async:true,type:'GET',timeout:60000,success:function(result,status,xhr){var rtxt=result.split('||');if(rtxt[0]=='OK'){jQuery('#admin-choice-'+id+'-'+mocc).html(rtxt[1]);}
31
- else{alert(result);}
32
- if(reload){document.location.reload(true);}},error:function(xhr,status,error){wppaConsoleLog('wppaAjaxAddPhotoToZip failed. Error = '+error+', status = '+status,'force');},});}
33
- function wppaAjaxDeleteMyZip(){jQuery.ajax({url:wppaAjaxUrl,data:'action=wppa'+'&wppa-action=delmyzip',async:true,type:'GET',timeout:60000,success:function(result,status,xhr){document.location.reload(true);},error:function(xhr,status,error){wppaConsoleLog('wppaAjaxDeleteMyZip failed. Error = '+error+', status = '+status,'force');},});}
34
- function wppaEditPhoto(mocc,xid){var id=String(xid);var name='Edit Photo '+id;var desc='';var width=wppaEditPhotoWidth;var height=512;if(screen.availWidth<width)width=screen.availWidth;var wnd;jQuery.ajax({url:wppaAjaxUrl,data:'action=wppa'+'&wppa-action=front-edit'+'&photo-id='+id+'&moccur='+mocc,async:true,type:'POST',timeout:60000,beforeSend:function(xhr){if(wppaUploadEdit=='classic'){wnd=window.open("","_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no, width="+width+", height="+height,true);wnd.document.write('<! DOCTYPE html>');wnd.document.write('<html>');wnd.document.write('<head>');var myHead='<meta name="viewport" content="width='+width+'" >'+'<link rel="stylesheet" id="wppa_style-css" href="'+wppaWppaUrl+'/wppa-admin-styles.css?ver='+wppaVersion+'" type="text/css" media="all" />'+'<link rel="stylesheet" id="theme_style" href="'+wppaThemeStyles+'" type="text/css" media="all" />'+'<style>body {font-family: sans-serif; font-size: 12px; line-height: 1.4em;}a {color: #21759B;}</style>'+'<script type="text/javascript" src="'+wppaIncludeUrl+'/js/jquery/jquery.js?ver='+wppaVersion+'"></script>'+'<script type="text/javascript" src="'+wppaWppaUrl+'/js/wppa-utils.js?ver='+wppaVersion+'"></script>'+'<script type="text/javascript" src="'+wppaWppaUrl+'/js/wppa-admin-scripts.js?ver='+wppaVersion+'"></script>'+'<title>'+name+'</title>'+'<script type="text/javascript">wppaAjaxUrl="'+wppaAjaxUrl+'";</script>';wnd.document.write(myHead);wnd.document.write('</head>');wnd.document.write('<body>');}},success:function(result,status,xhr){if(wppaUploadEdit=='classic'){wnd.document.write(result);}
35
- if(wppaUploadEdit=='new'){var opt={modal:true,resizable:true,width:wppaGetContainerWidth(mocc),show:{effect:"fadeIn",duration:400},closeText:"",};jQuery('#wppa-modal-container-'+mocc).html(result).dialog(opt).dialog("open");jQuery('.ui-dialog').css({boxShadow:'0px 0px 5px 5px #aaaaaa',borderRadius:wppaBoxRadius+'px',padding:'8px',backgroundColor:wppaModalBgColor,boxSizing:'content-box',zIndex:100000,});jQuery('.ui-dialog-titlebar').css({lineHeight:'0px',height:'24px',})
36
- jQuery('.ui-button').css({backgroundImage:wppaModalQuitImg,padding:0,position:'absolute',right:'8px',top:'8px',width:'16px',height:'16px',});jQuery('.ui-button').attr('title','Close');}},error:function(xhr,status,error){if(wppaUploadEdit=='classic'){wnd.document.write(status+' '+error);}
37
- wppaConsoleLog('wppaEditPhoto failed. Error = '+error+', status = '+status,'force');},complete:function(xhr,status,newurl){if(wppaUploadEdit=='classic'){wnd.document.write('<script>wppaPhotoStatusChange( "'+id+'" )</script>');wnd.document.write('</body>');wnd.document.write('</html>');}}});}
38
- function wppaPrevTags(tagsSel,tagsEdit,tagsAlbum,tagsPrev){var sel=jQuery('.'+tagsSel);var selArr=[];var editTag='';var album=jQuery('#'+tagsAlbum).val();var i=0;var j=0;var tags='';while(i<sel.length){if(sel[i].selected){selArr[j]=sel[i].value;j++;}
39
- i++;}
40
- editTag=jQuery('#'+tagsEdit).val();if(editTag!=''){selArr[j]=editTag;}
41
- tags=selArr.join();if(editTag!=''||tagsAlbum!=''){jQuery.ajax({url:wppaAjaxUrl,data:'action=wppa'+'&wppa-action=sanitizetags'+'&tags='+tags+'&album='+album,async:true,type:'GET',timeout:60000,beforeSend:function(xhr){jQuery('#'+tagsPrev).html('Working...');},success:function(result,status,xhr){jQuery('#'+tagsPrev).html(wppaTrim(result,','));},error:function(xhr,status,error){jQuery('#'+tagsPrev).html('<span style="color:red" >'+error+'</span>');wppaConsoleLog('wppaPrevTags failed. Error = '+error+', status = '+status,'force');},});}}
42
- function wppaAjaxDestroyAlbum(album,nonce){if(confirm('Are you sure you want to delete this album?')){jQuery.ajax({url:wppaAjaxUrl,data:'action=wppa'+'&wppa-action=destroyalbum'+'&album='+album+'&nonce='+nonce,async:true,type:'GET',timeout:60000,success:function(result,status,xhr){alert(result+'\n'+'Page will be reloaded');document.location.reload(true);},error:function(xhr,status,error){wppaConsoleLog('wppaAjaxDestroyAlbum failed. Error = '+error+', status = '+status,'force');},});}
43
- return false;}
44
- function _bumpClickCount(photo){if(!wppaBumpClickCount)return;jQuery.ajax({url:wppaAjaxUrl,data:'action=wppa'+'&wppa-action=bumpclickcount'+'&wppa-photo='+photo+'&wppa-nonce='+jQuery('#wppa-nonce').val(),async:false,type:'GET',timeout:60000,success:function(result,status,xhr){wppaConsoleLog('_bumpClickCount success.');},error:function(xhr,status,error){wppaConsoleLog('_bumpClickCount failed. Error = '+error+', status = '+status,'force');},});}
45
- function _bumpViewCount(photo){if(!wppaBumpViewCount)return;if(wppaPhotoView[photo])return;jQuery.ajax({url:wppaAjaxUrl,data:'action=wppa'+'&wppa-action=bumpviewcount'+'&wppa-photo='+photo+'&wppa-nonce='+jQuery('#wppa-nonce').val(),async:true,type:'GET',timeout:60000,success:function(result,status,xhr){wppaPhotoView[photo]=true;},error:function(xhr,status,error){wppaConsoleLog('_bumpViewCount failed. Error = '+error+', status = '+status,'force');},});}
46
- function wppaVoteThumb(mocc,photo){jQuery.ajax({url:wppaAjaxUrl,data:'action=wppa'+'&wppa-action=rate'+'&wppa-rating=1'+'&wppa-rating-id='+photo+'&wppa-occur='+mocc+'&wppa-index=0'+'&wppa-nonce='+jQuery('#wppa-nonce').val(),async:true,type:'GET',timeout:60000,success:function(result,status,xhr){jQuery('#wppa-vote-button-'+mocc+'-'+photo).val(wppaVotedForMe);},error:function(xhr,status,error){wppaConsoleLog('wppaVoteThumb failed. Error = '+error+', status = '+status,'force');},});}
47
- function _wppaRateIt(mocc,value){if(value==0)return;if(_wppaSSRuns[mocc])return;var photo=_wppaId[mocc][_wppaCurIdx[mocc]];var oldval=_wppaMyr[mocc][_wppaCurIdx[mocc]];var waittext=_wppaWaitTexts[mocc][_wppaCurIdx[mocc]];if(waittext.length>0){alert(waittext);return;}
48
- if(oldval!=0&&wppaRatingOnce){return;}
49
- if(oldval<0)return;_wppaVoteInProgress=true;jQuery.ajax({url:wppaAjaxUrl,data:'action=wppa'+'&wppa-action=rate'+'&wppa-rating='+value+'&wppa-rating-id='+photo+'&wppa-occur='+mocc+'&wppa-index='+_wppaCurIdx[mocc]+'&wppa-nonce='+jQuery('#wppa-nonce').val(),async:true,type:'GET',timeout:60000,beforeSend:function(xhr){jQuery('#wppa-rate-'+mocc+'-'+value).attr('src',wppaImageDirectory+'tick.png');jQuery('#wppa-rate-'+mocc+'-'+value).stop().fadeTo(100,1.0);jQuery('#wppa-like-'+mocc).attr('src',wppaImageDirectory+'spinner.gif');},success:function(result,status,xhr){var ArrValues=result.split("||");if(ArrValues[0]==0){if(ArrValues[1]==900){alert(ArrValues[2]);_wppaSetRatingDisplay(mocc);}
50
- else{alert('Error Code='+ArrValues[1]+'\n\n'+ArrValues[2]);}}
51
- else{if(ArrValues[7]&&ArrValues[7]=='likes'){var likeText=ArrValues[4].split("|");jQuery('#wppa-like-'+mocc).attr('title',likeText[0]);jQuery('#wppa-liketext-'+mocc).html(likeText[1]);if(ArrValues[3]=='1'){jQuery('#wppa-like-'+mocc).attr('src',wppaImageDirectory+'thumbdown.png');}
52
- else{jQuery('#wppa-like-'+mocc).attr('src',wppaImageDirectory+'thumbup.png');}
53
- _wppaMyr[ArrValues[0]][ArrValues[2]]=ArrValues[3];_wppaAvg[ArrValues[0]][ArrValues[2]]=ArrValues[4];}
54
- else{_wppaMyr[ArrValues[0]][ArrValues[2]]=ArrValues[3];_wppaAvg[ArrValues[0]][ArrValues[2]]=ArrValues[4];_wppaDisc[ArrValues[0]][ArrValues[2]]=ArrValues[5];_wppaSetRatingDisplay(mocc);if(wppaCommentRequiredAfterVote){if(ArrValues[6]==0){alert(ArrValues[7]);}}}
55
- if(wppaNextOnCallback)_wppaNextOnCallback(mocc);}},error:function(xhr,status,error){wppaConsoleLog('_wppaRateIt failed. Error = '+error+', status = '+status,'force');},});}
56
- function _wppaOvlRateIt(id,value,mocc,reloadAfter){if(value==0)return;jQuery.ajax({url:wppaAjaxUrl,data:'action=wppa'+'&wppa-action=rate'+'&wppa-rating='+value+'&wppa-rating-id='+id+'&wppa-occur=1'+'&wppa-nonce='+jQuery('#wppa-nonce').val(),async:true,type:'GET',timeout:60000,beforeSend:function(xhr){jQuery('.wppa-rate-'+mocc+'-'+value).attr('src',wppaImageDirectory+'tick.png');jQuery('.wppa-rate-'+mocc+'-'+value).stop().fadeTo(100,1.0);jQuery('#wppa-like-'+id+'-'+mocc).attr('src',wppaImageDirectory+'spinner.gif');jQuery('#wppa-like-0').attr('src',wppaImageDirectory+'spinner.gif');},success:function(result,status,xhr){wppaConsoleLog(result,'force');var ArrValues=result.split("||");if(ArrValues[0]==0){if(ArrValues[1]==900){alert(ArrValues[2]);}
57
- else{alert('Error Code='+ArrValues[1]+'\n\n'+ArrValues[2]);}
58
- jQuery('.wppa-rate-'+mocc+'-'+value).attr('src',wppaImageDirectory+'cross.png');}
59
- else{if(ArrValues[7]&&ArrValues[7]=='likes'){var likeText=ArrValues[4].split("|");jQuery('#wppa-like-0').attr('title',likeText[0]);jQuery('#wppa-liketext-0').html(likeText[1]);if(ArrValues[3]=='1'){jQuery('#wppa-like-0').attr('src',wppaImageDirectory+'thumbdown.png');}
60
- else{jQuery('#wppa-like-0').attr('src',wppaImageDirectory+'thumbup.png');}
61
- jQuery('#wppa-like-'+id+'-'+mocc).attr('title',likeText[0]);jQuery('#wppa-liketext-'+id+'-'+mocc).html(likeText[1]);if(ArrValues[3]=='1'){jQuery('#wppa-like-'+id+'-'+mocc).attr('src',wppaImageDirectory+'thumbdown.png');}
62
- else{jQuery('#wppa-like-'+id+'-'+mocc).attr('src',wppaImageDirectory+'thumbup.png');}
63
- return;}
64
- _wppaSetRd(mocc,ArrValues[4],'.wppa-avg-');_wppaSetRd(mocc,ArrValues[3],'.wppa-rate-');if(reloadAfter){return;}
65
- if(wppaNextOnCallback)wppaOvlShowNext();}},error:function(xhr,status,error){wppaConsoleLog('_wppaOvlRateIt failed. Error = '+error+', status = '+status,'force');},});}
66
- function wppaAjaxMakeOrigName(mocc,photo){jQuery.ajax({url:wppaAjaxUrl,data:'action=wppa'+'&wppa-action=makeorigname'+'&photo-id='+photo+'&from=fsname',async:true,type:'GET',timeout:60000,beforeSend:function(xhr){},success:function(result,status,xhr){var ArrValues=result.split("||");if(ArrValues[1]=='0'){if(wppaIsSafari){if(wppaArtMonkyLink=='file')wppaWindowReference.location=ArrValues[2];if(wppaArtMonkyLink=='zip')document.location=ArrValues[2];}
67
- else{if(wppaArtMonkyLink=='file')window.open(ArrValues[2]);if(wppaArtMonkyLink=='zip')document.location=ArrValues[2];}}
68
- else{if(wppaIsSafari&&wppaArtMonkyLink=='file')wppaWindowReference.close();alert('Error: '+ArrValues[1]+'\n\n'+ArrValues[2]);}},error:function(xhr,status,error){wppaConsoleLog('wppaAjaxMakeOrigName failed. Error = '+error+', status = '+status,'force');},complete:function(xhr,status,newurl){}});}
69
- function wppaAjaxDownloadAlbum(mocc,id){jQuery.ajax({url:wppaAjaxUrl,data:'action=wppa'+'&wppa-action=downloadalbum'+'&album-id='+id,async:true,type:'GET',timeout:60000,beforeSend:function(xhr){jQuery('#dwnspin-'+mocc+'-'+id).css('display','');},success:function(result,status,xhr){var ArrValues=result.split("||");var url=ArrValues[0];var erok=ArrValues[1];var text=ArrValues[2];if(ArrValues.length==3&&text!='')alert('Attention:\n\n'+text);if(erok=='OK'){document.location=url;}
70
- else{alert('The server could not complete the request.\nPlease try again.');}},error:function(xhr,status,error){alert('An error occurred:\n'+error+'\nPlease try again');},complete:function(xhr,status,newurl){jQuery('#dwnspin-'+mocc+'-'+id).css('display','none');}});}
71
- function wppaAjaxComment(mocc,id){if(!_wppaValidateComment(mocc,id))return;var data='action=wppa'+'&wppa-action=do-comment'+'&photo-id='+id+'&comname='+jQuery("#wppa-comname-"+mocc).val()+'&comment='+wppaEncode(jQuery("#wppa-comment-"+mocc).val())+'&wppa-captcha='+jQuery("#wppa-captcha-"+mocc).val()+'&wppa-nonce='+jQuery("#wppa-nonce-"+mocc).val()+'&moccur='+mocc;if(typeof(jQuery("#wppa-comemail-"+mocc).val())!='undefined'){data+='&comemail='+jQuery("#wppa-comemail-"+mocc).val();}
72
- if(typeof(jQuery("#wppa-comment-edit-"+mocc).val())!='undefined'){data+='&comment-edit='+jQuery("#wppa-comment-edit-"+mocc).val();}
73
- if(typeof(jQuery("#wppa-returnurl-"+mocc).val())!='undefined'){data+='&returnurl='+encodeURIComponent(jQuery("#wppa-returnurl-"+mocc).val());}
74
- jQuery.ajax({url:wppaAjaxUrl,data:data,async:true,type:'POST',timeout:60000,beforeSend:function(xhr){jQuery("#wppa-comment-spin-"+mocc).css('display','inline');},success:function(result,status,xhr){result=result.replace(/\\/g,'');jQuery("#wppa-comments-"+mocc).html(result);if(_wppaCurIdx[mocc]){_wppaCommentHtml[mocc][_wppaCurIdx[mocc]]=result;}
75
- wppaOpenComments(mocc);},error:function(xhr,status,error){wppaConsoleLog('wppaAjaxComment failed. Error = '+error+', status = '+status,'force');},complete:function(xhr,status,newurl){jQuery("#wppa-comment-spin-"+mocc).css('display','none');}});}
76
- function wppaUpdatePhotoNew(id){var myItems=['name','description','tags','custom_0','custom_1','custom_2','custom_3','custom_4','custom_5','custom_6','custom_7','custom_8','custom_9'];var myData='action=wppa'+'&wppa-action=update-photo-new'+'&photo-id='+id+'&wppa-nonce='+jQuery('#wppa-nonce-'+id).val();var i=0;while(i<myItems.length){if(typeof(jQuery('#'+myItems[i]).val())!='undefined'){myData+='&'+myItems[i]+'='+jQuery('#'+myItems[i]).val();}
77
- i++;}
78
- jQuery.ajax({url:wppaAjaxUrl,data:myData,async:false,type:'POST',timeout:10000,beforeSend:function(xhr){},success:function(result,status,xhr){if(result.length>0){alert(result);}},error:function(xhr,status,error){alert(result);wppaConsoleLog('wppaUpdatePhotoNew failed. Error = '+error+', status = '+status,'force');},complete:function(xhr,status,newurl){}});}
79
- var wppaLastQrcodeUrl='';function wppaAjaxSetQrCodeSrc(url,elm){if(wppaLastQrcodeUrl==url){return;}
80
- wppaLastQrcodeUrl=url;var myData='action=wppa'+'&wppa-action=getqrcode'+'&wppa-qr-nonce='+jQuery('#wppa-qr-nonce').val()+'&url='+encodeURIComponent(url);jQuery.ajax({url:wppaAjaxUrl,data:myData,async:true,type:'POST',timeout:10000,success:function(result,status,xhr){document.getElementById(elm).src=result;wppaConsoleLog('wppaAjaxSetQrCodeSrc put '+result+' into '+elm);},error:function(xhr,status,error){wppaConsoleLog('wppaAjaxSetQrCodeSrc failed. Error = '+error+', status = '+status,'force');}});}
81
- wppaConsoleLog('wppa-ajax-front.js version '+wppaJsAjaxVersion+' loaded.','force');
1
+ function wppaDoAjaxRender(a,p,e,t,o,r){parseInt(o)>0&&o!=wppaWaitForCounter?setTimeout("wppaDoAjaxRender( "+a+", '"+p+"', '"+e+"', '"+t+"', "+o+" )",100):(wppaRenderAdd=t,""!=wppaLang&&(p+="&lang="+wppaLang),wppaAutoColumnWidth[a]&&(p+="&resp=1"),r&&_wppaCurIdx[a]&&_wppaId[a][_wppaCurIdx[a]]&&(p+="&wppa-hilite="+_wppaId[a][_wppaCurIdx[a]]),wppaCanAjaxRender?jQuery.ajax({url:p,async:!0,type:"GET",timeout:6e4,beforeSend:function(p){_wppaSSRuns[a]&&_wppaStop(a),jQuery("#wppa-ajax-spin-"+a).fadeIn()},success:function(p,t,o){if(wppaRenderAdd)jQuery(wppaRenderAdd+p).insertBefore("#wppa-container-"+a+"-end");else if(wppaRenderModal){var r={modal:!0,resizable:!0,width:wppaGetContainerWidth(a),show:{effect:"fadeIn",duration:400},closeText:""};jQuery("#wppa-modal-container-"+a).html(p).dialog(r).dialog("open"),jQuery(".ui-dialog").css({boxShadow:"0px 0px 5px 5px #aaaaaa",borderRadius:wppaBoxRadius+"px",padding:"8px",backgroundColor:wppaModalBgColor,boxSizing:"content-box",zIndex:1e5}),jQuery(".ui-dialog-titlebar").css({lineHeight:"0px",height:"32px"}),jQuery(".ui-button").css({backgroundImage:wppaModalQuitImg,padding:0,position:"absolute",right:"8px",top:"8px",width:"16px",height:"16px"}),jQuery(".ui-button").attr("title","Close"),jQuery(".ui-button").on("click",function(){_wppaStop(a)})}else jQuery("#wppa-container-"+a).html(p);if(wppaCanPushState&&wppaUpdateAddressLine){wppaHis++;try{history.pushState({page:wppaHis,occur:a,type:"html",html:p},"",e),wppaConsoleLog("Ajax rendering: History stack pushed","force")}catch(p){try{history.replaceState({page:wppaHis,occur:a,type:"html"},"",e),wppaConsoleLog("Ajax rendering: History stack updated","force")}catch(a){wppaConsoleLog("Ajax rendering: History stack update failed","force")}}0==wppaFirstOccur&&(wppaFirstOccur=a)}wppaUpdateLightboxes(),"undefined"!=typeof wppaQRUpdate&&(wppaConsoleLog("Ajax render asked qr code for "+e,"force"),wppaQRUpdate(e)),wppaColWidth[a]=0,_wppaDoAutocol(a);var n=p.indexOf("<script"),i=p.lastIndexOf("<script");-1==n?wppaConsoleLog("Ajax render did NOT contain a script tag","force"):wppaConsoleLog("Ajax render did contain a script tag at position "+n+" last at "+i,"force")},error:function(p,t,o){wppaConsoleLog("wppaDoAjaxRender failed. Error = "+o+", status = "+t,"force"),document.location.href=e,wppaColWidth[a]=0,_wppaDoAutocol(a)},complete:function(p,e,t){wppaWaitForCounter++,wppaRenderModal||jQuery("html, body").animate({scrollTop:jQuery("#wppa-container-"+a).offset().top-32-wppaStickyHeaderHeight},1e3),jQuery("#wppa-ajax-spin-"+a).stop().fadeOut(),setTimeout(function(){jQuery(window).trigger("resize")},250)}}):(document.location.href=e,wppaColWidth[a]=0,_wppaDoAutocol(a)))}function wppaAjaxApprovePhoto(a){jQuery.ajax({url:wppaAjaxUrl,data:"action=wppa&wppa-action=approve&photo-id="+a,async:!0,type:"GET",timeout:6e4,success:function(p,e,t){"OK"==p?jQuery(".wppa-approve-"+a).css("display","none"):alert(p)},error:function(a,p,e){wppaConsoleLog("wppaAjaxApprovePhoto failed. Error = "+e+", status = "+p,"force")}})}function wppaAjaxRemovePhoto(a,p,e){jQuery.ajax({url:wppaAjaxUrl,data:"action=wppa&wppa-action=remove&photo-id="+p,async:!0,type:"GET",timeout:6e4,success:function(t,o,r){rtxt=t.split("||"),"OK"==rtxt[0]?e?(jQuery("#wppa-film-"+_wppaCurIdx[a]+"-"+a).attr("src",""),jQuery("#wppa-pre-"+_wppaCurIdx[a]+"-"+a).attr("src",""),jQuery("#wppa-film-"+_wppaCurIdx[a]+"-"+a).attr("alt","removed"),jQuery("#wppa-pre-"+_wppaCurIdx[a]+"-"+a).attr("alt","removed"),wppaNext(a)):(jQuery(".wppa-approve-"+p).css("display","none"),jQuery(".thumbnail-frame-photo-"+p).css("display","none")):rtxt[3]?(alert(rtxt[3]),jQuery("#wppa-delete-"+p).css("text-decoration","line-through")):alert(t)},error:function(a,p,e){wppaConsoleLog("wppaAjaxRemovePhoto failed. Error = "+e+", status = "+p,"force")}})}function wppaAjaxApproveComment(a){jQuery.ajax({url:wppaAjaxUrl,data:"action=wppa&wppa-action=approve&comment-id="+a,async:!0,type:"GET",timeout:6e4,success:function(p,e,t){"OK"==p?jQuery(".wppa-approve-"+a).css("display","none"):alert(p)},error:function(a,p,e){wppaConsoleLog("wppaAjaxApproveComment failed. Error = "+e+", status = "+p,"force")}})}function wppaAjaxRemoveComment(a){jQuery.ajax({url:wppaAjaxUrl,data:"action=wppa&wppa-action=remove&comment-id="+a,async:!0,type:"GET",timeout:6e4,success:function(p,e,t){"OK"==p.split("||")[0]?(jQuery(".wppa-approve-"+a).css("display","none"),jQuery(".wppa-comment-"+a).css("display","none")):alert(p)},error:function(a,p,e){wppaConsoleLog("wppaAjaxRemoveComment failed. Error = "+e+", status = "+p,"force")}})}function wppaAjaxAddPhotoToZip(a,p,e){jQuery.ajax({url:wppaAjaxUrl,data:"action=wppa&wppa-action=addtozip&photo-id="+p,async:!0,type:"GET",timeout:6e4,success:function(t,o,r){var n=t.split("||");"OK"==n[0]?(jQuery("#admin-choice-"+p+"-"+a).html(n[1]),jQuery("#admin-choice-"+p+"-"+a).val(n[1]),jQuery("#admin-choice-"+p+"-"+a).prop("disabled",!0)):alert(t),e&&document.location.reload(!0)},error:function(a,p,e){wppaConsoleLog("wppaAjaxAddPhotoToZip failed. Error = "+e+", status = "+p,"force")}})}function wppaAjaxDeleteMyZip(){jQuery.ajax({url:wppaAjaxUrl,data:"action=wppa&wppa-action=delmyzip",async:!0,type:"GET",timeout:6e4,success:function(a,p,e){document.location.reload(!0)},error:function(a,p,e){wppaConsoleLog("wppaAjaxDeleteMyZip failed. Error = "+e+", status = "+p,"force")}})}function wppaEditPhoto(a,p){var e=String(p),t="Edit Photo "+e,o=wppaEditPhotoWidth;screen.availWidth<o&&(o=screen.availWidth);var r;jQuery.ajax({url:wppaAjaxUrl,data:"action=wppa&wppa-action=front-edit&photo-id="+e+"&moccur="+a,async:!0,type:"POST",timeout:6e4,beforeSend:function(a){if("classic"==wppaUploadEdit){(r=window.open("","_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no, width="+o+", height=512",!0)).document.write("<! DOCTYPE html>"),r.document.write("<html>"),r.document.write("<head>");var p='<meta name="viewport" content="width='+o+'" ><link rel="stylesheet" id="wppa_style-css" href="'+wppaWppaUrl+"/wppa-admin-styles.css?ver="+wppaVersion+'" type="text/css" media="all" /><link rel="stylesheet" id="theme_style" href="'+wppaThemeStyles+'" type="text/css" media="all" /><style>body {font-family: sans-serif; font-size: 12px; line-height: 1.4em;}a {color: #21759B;}</style><script type="text/javascript" src="'+wppaIncludeUrl+"/js/jquery/jquery.js?ver="+wppaVersion+'"><\/script><script type="text/javascript" src="'+wppaWppaUrl+"/js/wppa-utils.js?ver="+wppaVersion+'"><\/script><script type="text/javascript" src="'+wppaWppaUrl+"/js/wppa-admin-scripts.js?ver="+wppaVersion+'"><\/script><title>'+t+'</title><script type="text/javascript">wppaAjaxUrl="'+wppaAjaxUrl+'";<\/script>';r.document.write(p),r.document.write("</head>"),r.document.write("<body>")}},success:function(p,e,t){if("classic"==wppaUploadEdit&&r.document.write(p),"new"==wppaUploadEdit){var o={modal:!0,resizable:!0,width:wppaGetContainerWidth(a),show:{effect:"fadeIn",duration:400},closeText:""};jQuery("#wppa-modal-container-"+a).html(p).dialog(o).dialog("open"),jQuery(".ui-dialog").css({boxShadow:"0px 0px 5px 5px #aaaaaa",borderRadius:wppaBoxRadius+"px",padding:"8px",backgroundColor:wppaModalBgColor,boxSizing:"content-box",zIndex:1e5}),jQuery(".ui-dialog-titlebar").css({lineHeight:"0px",height:"24px"}),jQuery(".ui-button").css({backgroundImage:wppaModalQuitImg,padding:0,position:"absolute",right:"8px",top:"8px",width:"16px",height:"16px"}),jQuery(".ui-button").attr("title","Close")}},error:function(a,p,e){"classic"==wppaUploadEdit&&r.document.write(p+" "+e),wppaConsoleLog("wppaEditPhoto failed. Error = "+e+", status = "+p,"force")},complete:function(a,p,t){"classic"==wppaUploadEdit&&(r.document.write('<script>wppaPhotoStatusChange( "'+e+'" )<\/script>'),r.document.write("</body>"),r.document.write("</html>"))}})}function wppaPrevTags(a,p,e,t){for(var o=jQuery("."+a),r=[],n="",i=jQuery("#"+e).val(),c=0,u=0,s="";c<o.length;)o[c].selected&&(r[u]=o[c].value,u++),c++;""!=(n=jQuery("#"+p).val())&&(r[u]=n),s=r.join(),""==n&&""==e||jQuery.ajax({url:wppaAjaxUrl,data:"action=wppa&wppa-action=sanitizetags&tags="+s+"&album="+i,async:!0,type:"GET",timeout:6e4,beforeSend:function(a){jQuery("#"+t).html("Working...")},success:function(a,p,e){jQuery("#"+t).html(wppaTrim(a,","))},error:function(a,p,e){jQuery("#"+t).html('<span style="color:red" >'+e+"</span>"),wppaConsoleLog("wppaPrevTags failed. Error = "+e+", status = "+p,"force")}})}function wppaAjaxDestroyAlbum(a,p){return confirm("Are you sure you want to delete this album?")&&jQuery.ajax({url:wppaAjaxUrl,data:"action=wppa&wppa-action=destroyalbum&album="+a+"&nonce="+p,async:!0,type:"GET",timeout:6e4,success:function(a,p,e){alert(a+"\nPage will be reloaded"),document.location.reload(!0)},error:function(a,p,e){wppaConsoleLog("wppaAjaxDestroyAlbum failed. Error = "+e+", status = "+p,"force")}}),!1}function _bumpClickCount(a){wppaBumpClickCount&&jQuery.ajax({url:wppaAjaxUrl,data:"action=wppa&wppa-action=bumpclickcount&wppa-photo="+a+"&wppa-nonce="+jQuery("#wppa-nonce").val(),async:!1,type:"GET",timeout:6e4,success:function(a,p,e){wppaConsoleLog("_bumpClickCount success.")},error:function(a,p,e){wppaConsoleLog("_bumpClickCount failed. Error = "+e+", status = "+p,"force")}})}function _bumpViewCount(a){wppaBumpViewCount&&(wppaPhotoView[a]||jQuery.ajax({url:wppaAjaxUrl,data:"action=wppa&wppa-action=bumpviewcount&wppa-photo="+a+"&wppa-nonce="+jQuery("#wppa-nonce").val(),async:!0,type:"GET",timeout:6e4,success:function(p,e,t){wppaPhotoView[a]=!0},error:function(a,p,e){wppaConsoleLog("_bumpViewCount failed. Error = "+e+", status = "+p,"force")}}))}function wppaVoteThumb(a,p){jQuery.ajax({url:wppaAjaxUrl,data:"action=wppa&wppa-action=rate&wppa-rating=1&wppa-rating-id="+p+"&wppa-occur="+a+"&wppa-index=0&wppa-nonce="+jQuery("#wppa-nonce").val(),async:!0,type:"GET",timeout:6e4,success:function(e,t,o){jQuery("#wppa-vote-button-"+a+"-"+p).val(wppaVotedForMe)},error:function(a,p,e){wppaConsoleLog("wppaVoteThumb failed. Error = "+e+", status = "+p,"force")}})}function _wppaRateIt(a,p){if(0!=p&&!_wppaSSRuns[a]){var e=_wppaId[a][_wppaCurIdx[a]],t=_wppaMyr[a][_wppaCurIdx[a]],o=_wppaWaitTexts[a][_wppaCurIdx[a]];o.length>0?alert(o):0!=t&&wppaRatingOnce||t<0||(_wppaVoteInProgress=!0,jQuery.ajax({url:wppaAjaxUrl,data:"action=wppa&wppa-action=rate&wppa-rating="+p+"&wppa-rating-id="+e+"&wppa-occur="+a+"&wppa-index="+_wppaCurIdx[a]+"&wppa-nonce="+jQuery("#wppa-nonce").val(),async:!0,type:"GET",timeout:6e4,beforeSend:function(e){jQuery("#wppa-rate-"+a+"-"+p).attr("src",wppaImageDirectory+"tick.png"),jQuery("#wppa-rate-"+a+"-"+p).stop().fadeTo(100,1),jQuery("#wppa-like-"+a).attr("src",wppaImageDirectory+"spinner.gif")},success:function(p,e,t){var o=p.split("||");if(0==o[0])900==o[1]?(alert(o[2]),_wppaSetRatingDisplay(a)):alert("Error Code="+o[1]+"\n\n"+o[2]);else{if(o[7]&&"likes"==o[7]){var r=o[4].split("|");jQuery("#wppa-like-"+a).attr("title",r[0]),jQuery("#wppa-liketext-"+a).html(r[1]),"1"==o[3]?jQuery("#wppa-like-"+a).attr("src",wppaImageDirectory+"thumbdown.png"):jQuery("#wppa-like-"+a).attr("src",wppaImageDirectory+"thumbup.png"),_wppaMyr[o[0]][o[2]]=o[3],_wppaAvg[o[0]][o[2]]=o[4]}else _wppaMyr[o[0]][o[2]]=o[3],_wppaAvg[o[0]][o[2]]=o[4],_wppaDisc[o[0]][o[2]]=o[5],_wppaSetRatingDisplay(a),wppaCommentRequiredAfterVote&&0==o[6]&&alert(o[7]);wppaNextOnCallback&&_wppaNextOnCallback(a)}},error:function(a,p,e){wppaConsoleLog("_wppaRateIt failed. Error = "+e+", status = "+p,"force")}}))}}function _wppaOvlRateIt(a,p,e,t){0!=p&&jQuery.ajax({url:wppaAjaxUrl,data:"action=wppa&wppa-action=rate&wppa-rating="+p+"&wppa-rating-id="+a+"&wppa-occur=1&wppa-nonce="+jQuery("#wppa-nonce").val(),async:!0,type:"GET",timeout:6e4,beforeSend:function(t){jQuery(".wppa-rate-"+e+"-"+p).attr("src",wppaImageDirectory+"tick.png"),jQuery(".wppa-rate-"+e+"-"+p).stop().fadeTo(100,1),jQuery("#wppa-like-"+a+"-"+e).attr("src",wppaImageDirectory+"spinner.gif"),jQuery("#wppa-like-0").attr("src",wppaImageDirectory+"spinner.gif")},success:function(o,r,n){wppaConsoleLog(o,"force");var i=o.split("||");if(0==i[0])900==i[1]?alert(i[2]):alert("Error Code="+i[1]+"\n\n"+i[2]),jQuery(".wppa-rate-"+e+"-"+p).attr("src",wppaImageDirectory+"cross.png");else{if(i[7]&&"likes"==i[7]){var c=i[4].split("|");return jQuery("#wppa-like-0").attr("title",c[0]),jQuery("#wppa-liketext-0").html(c[1]),"1"==i[3]?jQuery("#wppa-like-0").attr("src",wppaImageDirectory+"thumbdown.png"):jQuery("#wppa-like-0").attr("src",wppaImageDirectory+"thumbup.png"),jQuery("#wppa-like-"+a+"-"+e).attr("title",c[0]),jQuery("#wppa-liketext-"+a+"-"+e).html(c[1]),void("1"==i[3]?jQuery("#wppa-like-"+a+"-"+e).attr("src",wppaImageDirectory+"thumbdown.png"):jQuery("#wppa-like-"+a+"-"+e).attr("src",wppaImageDirectory+"thumbup.png"))}if(_wppaSetRd(e,i[4],".wppa-avg-"),_wppaSetRd(e,i[3],".wppa-rate-"),t)return;wppaNextOnCallback&&wppaOvlShowNext()}},error:function(a,p,e){wppaConsoleLog("_wppaOvlRateIt failed. Error = "+e+", status = "+p,"force")}})}function wppaAjaxMakeOrigName(a,p){jQuery.ajax({url:wppaAjaxUrl,data:"action=wppa&wppa-action=makeorigname&photo-id="+p+"&from=fsname",async:!0,type:"GET",timeout:6e4,beforeSend:function(a){},success:function(a,p,e){var t=a.split("||");"0"==t[1]?wppaIsSafari?("file"==wppaArtMonkyLink&&(wppaWindowReference.location=t[2]),"zip"==wppaArtMonkyLink&&(document.location=t[2])):("file"==wppaArtMonkyLink&&window.open(t[2]),"zip"==wppaArtMonkyLink&&(document.location=t[2])):(wppaIsSafari&&"file"==wppaArtMonkyLink&&wppaWindowReference.close(),alert("Error: "+t[1]+"\n\n"+t[2]))},error:function(a,p,e){wppaConsoleLog("wppaAjaxMakeOrigName failed. Error = "+e+", status = "+p,"force")},complete:function(a,p,e){}})}function wppaAjaxDownloadAlbum(a,p){jQuery.ajax({url:wppaAjaxUrl,data:"action=wppa&wppa-action=downloadalbum&album-id="+p,async:!0,type:"GET",timeout:6e4,beforeSend:function(e){jQuery("#dwnspin-"+a+"-"+p).css("display","")},success:function(a,p,e){var t=a.split("||"),o=t[0],r=t[1],n=t[2];3==t.length&&""!=n&&alert("Attention:\n\n"+n),"OK"==r?document.location=o:alert("The server could not complete the request.\nPlease try again.")},error:function(a,p,e){alert("An error occurred:\n"+e+"\nPlease try again")},complete:function(e,t,o){jQuery("#dwnspin-"+a+"-"+p).css("display","none")}})}function wppaAjaxComment(a,p){if(_wppaValidateComment(a,p)){var e="action=wppa&wppa-action=do-comment&photo-id="+p+"&comname="+jQuery("#wppa-comname-"+a).val()+"&comment="+wppaEncode(jQuery("#wppa-comment-"+a).val())+"&wppa-captcha="+jQuery("#wppa-captcha-"+a).val()+"&wppa-nonce="+jQuery("#wppa-nonce-"+a).val()+"&moccur="+a;void 0!==jQuery("#wppa-comemail-"+a).val()&&(e+="&comemail="+jQuery("#wppa-comemail-"+a).val()),void 0!==jQuery("#wppa-comment-edit-"+a).val()&&(e+="&comment-edit="+jQuery("#wppa-comment-edit-"+a).val()),void 0!==jQuery("#wppa-returnurl-"+a).val()&&(e+="&returnurl="+encodeURIComponent(jQuery("#wppa-returnurl-"+a).val())),jQuery.ajax({url:wppaAjaxUrl,data:e,async:!0,type:"POST",timeout:6e4,beforeSend:function(p){jQuery("#wppa-comment-spin-"+a).css("display","inline")},success:function(p,e,t){p=p.replace(/\\/g,""),jQuery("#wppa-comments-"+a).html(p),_wppaCurIdx[a]&&(_wppaCommentHtml[a][_wppaCurIdx[a]]=p),wppaOpenComments(a)},error:function(a,p,e){wppaConsoleLog("wppaAjaxComment failed. Error = "+e+", status = "+p,"force")},complete:function(p,e,t){jQuery("#wppa-comment-spin-"+a).css("display","none")}})}}function wppaUpdatePhotoNew(a){for(var p=["name","description","tags","custom_0","custom_1","custom_2","custom_3","custom_4","custom_5","custom_6","custom_7","custom_8","custom_9"],e="action=wppa&wppa-action=update-photo-new&photo-id="+a+"&wppa-nonce="+jQuery("#wppa-nonce-"+a).val(),t=0;t<p.length;)void 0!==jQuery("#"+p[t]).val()&&(e+="&"+p[t]+"="+jQuery("#"+p[t]).val()),t++;jQuery.ajax({url:wppaAjaxUrl,data:e,async:!1,type:"POST",timeout:1e4,beforeSend:function(a){},success:function(a,p,e){a.length>0&&alert(a)},error:function(a,p,e){alert(result),wppaConsoleLog("wppaUpdatePhotoNew failed. Error = "+e+", status = "+p,"force")},complete:function(a,p,e){}})}function wppaAjaxSetQrCodeSrc(a,p){if(wppaLastQrcodeUrl!=a){wppaLastQrcodeUrl=a;var e="action=wppa&wppa-action=getqrcode&wppa-qr-nonce="+jQuery("#wppa-qr-nonce").val()+"&url="+encodeURIComponent(a);jQuery.ajax({url:wppaAjaxUrl,data:e,async:!0,type:"POST",timeout:1e4,success:function(a,e,t){document.getElementById(p).src=a,wppaConsoleLog("wppaAjaxSetQrCodeSrc put "+a+" into "+p)},error:function(a,p,e){wppaConsoleLog("wppaAjaxSetQrCodeSrc failed. Error = "+e+", status = "+p,"force")}})}}var wppaJsAjaxVersion="6.6.31",wppaRenderAdd=!1,wppaWaitForCounter=0,wppaLastQrcodeUrl="";wppaConsoleLog("wppa-ajax-front.js version "+wppaJsAjaxVersion+" loaded.","force");
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
js/wppa-slideshow.js CHANGED
@@ -3,7 +3,7 @@
3
  // Contains slideshow modules
4
  // Dependancies: wppa.js and default wp jQuery library
5
  //
6
- var wppaJsSlideshowVersion = '6.6.29';
7
 
8
  // This is an entrypoint to load the slide data
9
  function wppaStoreSlideInfo(
@@ -53,7 +53,8 @@ function wppaStoreSlideInfo(
53
  _wppaOgDsc[mocc] = [];
54
  _wppaCurIdx[mocc] = -1;
55
  _wppaNxtIdx[mocc] = 0;
56
- if ( parseInt( iwtimeout ) > 0 ) _wppaTimeOut[mocc] = parseInt( iwtimeout );
 
57
  else _wppaTimeOut[mocc] = wppaSlideShowTimeOut;
58
  _wppaSSRuns[mocc] = false;
59
  _wppaTP[mocc] = -2; // -2 means NO, index for _wppaStartStop otherwise
3
  // Contains slideshow modules
4
  // Dependancies: wppa.js and default wp jQuery library
5
  //
6
+ var wppaJsSlideshowVersion = '6.6.31';
7
 
8
  // This is an entrypoint to load the slide data
9
  function wppaStoreSlideInfo(
53
  _wppaOgDsc[mocc] = [];
54
  _wppaCurIdx[mocc] = -1;
55
  _wppaNxtIdx[mocc] = 0;
56
+ if ( iwtimeout == 'random' ) _wppaTimeOut[mocc] = 'random';
57
+ else if ( parseInt( iwtimeout ) > 0 ) _wppaTimeOut[mocc] = parseInt( iwtimeout );
58
  else _wppaTimeOut[mocc] = wppaSlideShowTimeOut;
59
  _wppaSSRuns[mocc] = false;
60
  _wppaTP[mocc] = -2; // -2 means NO, index for _wppaStartStop otherwise
js/wppa-slideshow.min.js CHANGED
@@ -1 +1 @@
1
- function wppaStoreSlideInfo(p,a,e,t,i,w,r,o,n,l,d,s,u,_,m,c,y,h,S,x,f,g,I,j,Q,b,v,N,T,C,k){var R;if(n=wppaRepairScriptTags(n),_wppaSlides[p]&&"0"!=a||(_wppaSlides[p]=[],_wppaNames[p]=[],_wppaFullNames[p]=[],_wppaDsc[p]=[],_wppaOgDsc[p]=[],_wppaCurIdx[p]=-1,_wppaNxtIdx[p]=0,parseInt(h)>0?_wppaTimeOut[p]=parseInt(h):_wppaTimeOut[p]=wppaSlideShowTimeOut,_wppaSSRuns[p]=!1,_wppaTP[p]=-2,_wppaFg[p]=0,_wppaIsBusy[p]=!1,_wppaFirst[p]=!0,_wppaId[p]=[],_wppaAvg[p]=[],_wppaDisc[p]=[],_wppaMyr[p]=[],_wppaVRU[p]=[],_wppaLinkUrl[p]=[],_wppaLinkTitle[p]=[],_wppaLinkTarget[p]=[],_wppaCommentHtml[p]=[],_wppaIptcHtml[p]=[],_wppaExifHtml[p]=[],_wppaUrl[p]=[],_wppaSkipRated[p]=!1,_wppaLbTitle[p]=[],_wppaDidGoto[p]=!1,wppaSlidePause[p]=!1,_wppaShareUrl[p]=[],_wppaShareHtml[p]=[],_wppaFilmNoMove[p]=!1,_wppaHiresUrl[p]=[],_wppaIsVideo[p]=[],_wppaVideoHtml[p]=[],_wppaAudioHtml[p]=[],_wppaVideoNatWidth[p]=[],_wppaVideoNatHeight[p]=[],wppaVideoPlaying[p]=!1,wppaAudioPlaying[p]=!1,_wppaWaitTexts[p]=[],_wppaImageAlt[p]=[]),R="default",""!=m?R="pointer":""!=wppaLightBox[p]&&(R="url( "+wppaImageDirectory+wppaMagnifierCursor+" ),pointer"),_wppaIsVideo[p][a]=""!=v,_wppaIsVideo[p][a]?(_wppaSlides[p][a]=' alt="'+C+'" class="theimg theimg-'+p+' big" ',wppaSlideVideoStart&&""==wppaLightBox[p]&&(_wppaSlides[p][a]+=" autoplay "),k.length>0&&(_wppaSlides[p][a]+=' poster="'+k+'" ')):_wppaSlides[p][a]=' src="'+e+'" alt="'+C+'" class="theimg theimg-'+p+' big stereo" ',wppaSlideSwipe&&(_wppaSlides[p][a]+=' ontouchstart="wppaTouchStart( event, this.id, '+p+' );" ontouchend="wppaTouchEnd( event );" ontouchmove="wppaTouchMove( event );" ontouchcancel="wppaTouchCancel( event );" '),wppaAutoColumnWidth[p]||(_wppaSlides[p][a]+='width="'+i+'" height="'+w+'" '),_wppaIsVideo[p][a]){var L;L="wppa"==wppaLightBox[p]?"":"controls",_wppaSlides[p][a]+='style="'+t+"; cursor:"+R+'; display:none;" '+L+">"+v+"</video>"}else _wppaSlides[p][a]+='style="'+t+"; cursor:"+R+'; display:none; vertical-align:middle;">';_wppaFullNames[p][a]=r,_wppaNames[p][a]=o,_wppaDsc[p][a]=n,_wppaOgDsc[p][a]=Q,_wppaId[p][a]=l,_wppaAvg[p][a]=d,_wppaDisc[p][a]=s,_wppaMyr[p][a]=u,_wppaVRU[p][a]=_,_wppaLinkUrl[p][a]=m,_wppaLinkTitle[p][a]=c,""!=y?_wppaLinkTarget[p][a]=y:wppaSlideBlank[p]?_wppaLinkTarget[p][a]="_blank":_wppaLinkTarget[p][a]="_self",_wppaCommentHtml[p][a]=S,_wppaIptcHtml[p][a]=x,_wppaExifHtml[p][a]=f,_wppaUrl[p][a]=e,_wppaLbTitle[p][a]=wppaRepairScriptTags(g),_wppaShareUrl[p][a]=I,_wppaShareHtml[p][a]=wppaRepairScriptTags(j),_wppaHiresUrl[p][a]=b,_wppaVideoHtml[p][a]=v,_wppaAudioHtml[p][a]=N,_wppaVideoNatWidth[p][a]=i,_wppaVideoNatHeight[p][a]=w,_wppaWaitTexts[p][a]=T,_wppaImageAlt[p][a]=C}function wppaSpeed(p,a){_wppaSSRuns[p]&&_wppaSpeed(p,a)}function wppaStopShow(p){_wppaSSRuns[p]&&_wppaStop(p)}function wppaStartStop(p,a){_wppaIsBusy[p]?_wppaTP[p]=a:(_wppaSSRuns[p]?(_wppaStop(p),jQuery("#wppa-startstop-icon-"+p).html(wppaSvgHtml("Play-Button","48px",!1,!0,"0","10","50","50"))):(_wppaStart(p,a),-1==a&&jQuery("#wppa-startstop-icon-"+p).html(wppaSvgHtml("Pause-Button","48px",!1,!0,"0","10","50","50"))),wppaIsMobile&&(jQuery("#wppa-startstop-icon-"+p).stop().fadeTo(10,1).fadeTo(3e3,0),jQuery(".ubb-"+p).stop().fadeTo(10,1).fadeTo(3e3,0)))}function wppaBbb(p,a,e){_wppaSSRuns[p]||_wppaBbb(p,a,e)}function wppaUbb(p,a,e){_wppaUbb(p,a,e)}function wppaRateIt(p,a){_wppaRateIt(p,a)}function wppaOvlRateIt(p,a,e,t){_wppaOvlRateIt(p,a,e,t)}function wppaPrev(p){_wppaDidGoto[p]=!0,_wppaSSRuns[p]||_wppaPrev(p)}function wppaPrevN(p,a){_wppaDidGoto[p]=!0,_wppaSSRuns[p]||_wppaPrevN(p,a)}function wppaFirst(p){_wppaDidGoto[p]=!0,_wppaSSRuns[p]||_wppaGoto(p,0)}function wppaNext(p){_wppaDidGoto[p]=!0,_wppaSSRuns[p]||_wppaNext(p)}function wppaNextN(p,a){_wppaDidGoto[p]=!0,_wppaSSRuns[p]||_wppaNextN(p,a)}function wppaLast(p){_wppaDidGoto[p]=!0,_wppaSSRuns[p]||_wppaGoto(p,_wppaSlides[p].length-1)}function wppaFollowMe(p,a){_wppaSSRuns[p]||_wppaFollowMe(p,a)}function wppaLeaveMe(p,a){_wppaSSRuns[p]||_wppaLeaveMe(p,a)}function wppaGoto(p,a){_wppaDidGoto[p]=!0,_wppaSSRuns[p]||_wppaGoto(p,a)}function wppaGotoFilmNoMove(p,a){_wppaDidGoto[p]=!0,_wppaSSRuns[p]||(_wppaFilmNoMove[p]=!0,_wppaGoto(p,a))}function wppaGotoKeepState(p,a){_wppaNxtIdx[p]!=a&&(_wppaDidGoto[p]=!0,_wppaGotoKeepState(p,a))}function _wppaGotoKeepState(p,a){_wppaSSRuns[p]?_wppaGotoRunning(p,a):_wppaGoto(p,a)}function wppaGotoRunning(p,a){_wppaDidGoto[p]=!0,_wppaGotoRunning(p,a)}function wppaValidateComment(p){return _wppaValidateComment(p)}function _wppaNextSlide(p,a){var e=_wppaFg[p],t=1-e;if((wppaVideoPlaying[p]||wppaAudioPlaying[p])&&_wppaSSRuns[p])setTimeout("_wppaNextSlide( "+p+", '"+a+"' )",500);else{if(wppaStopVideo(p),wppaStopAudio(p),"auto"==a){if(wppaSlidePause[p])return jQuery("#theimg"+e+"-"+p).attr("title",wppaSlidePause[p]),jQuery("#slide_frame-"+p).attr("title",wppaSlidePause[p]),void setTimeout("_wppaNextSlide( "+p+', "auto" )',250)}else jQuery("#slide_frame-"+p).removeAttr("title");(_wppaSSRuns[p]||"auto"!=a)&&_wppaSlides[p]&&(_wppaSlides[p].length<2&&!_wppaFirst[p]||(_wppaSSRuns[p]||"reset"!=a||(_wppaSSRuns[p]=!0,__wppaOverruleRun=!1),_wppaVoteInProgress=!1,_wppaIsBusy[p]=!0,_wppaSSRuns[p]&&_wppaShowMetaData(p,"hide"),_wppaSSRuns[p]&&(_wppaNxtIdx[p]=_wppaCurIdx[p]+1,_wppaNxtIdx[p]==_wppaSlides[p].length&&(_wppaNxtIdx[p]=0)),jQuery("#geodiv-"+p+"-"+_wppaId[p][_wppaCurIdx[p]]).css({display:"none"}),jQuery("#geodiv-"+p+"-"+_wppaId[p][_wppaNxtIdx[p]]).css({display:""}),"undefined"!=typeof _wppaLat&&_wppaLat[p]&&_wppaLat[p][_wppaId[p][_wppaNxtIdx[p]]]?(jQuery("#map-canvas-"+p).css("display",""),wppaGeoInit(p,_wppaLat[p][_wppaId[p][_wppaNxtIdx[p]]],_wppaLon[p][_wppaId[p][_wppaNxtIdx[p]]])):jQuery("#map-canvas-"+p).css("display","none"),jQuery("[id^=wppa-numbar-"+p+"-]").css({backgroundColor:wppaBGcolorNumbar,borderColor:wppaBcolorNumbar,fontFamily:wppaFontFamilyNumbar,fontSize:wppaFontSizeNumbar,color:wppaFontColorNumbar,fontWeight:wppaFontWeightNumbar}),jQuery("#wppa-numbar-"+p+"-"+_wppaNxtIdx[p]).css({backgroundColor:wppaBGcolorNumbarActive,borderColor:wppaBcolorNumbarActive,fontFamily:wppaFontFamilyNumbarActive,fontSize:wppaFontSizeNumbarActive,color:wppaFontColorNumbarActive,fontWeight:wppaFontWeightNumbarActive}),_wppaSlides[p].length>wppaNumbarMax&&(jQuery("[id^=wppa-numbar-"+p+"-]").html(" . "),jQuery("#wppa-numbar-"+p+"-"+_wppaNxtIdx[p]).html(" "+(_wppaNxtIdx[p]+1)+" ")),_wppaFirst[p]?(-1!=_wppaCurIdx[p]&&wppaMakeTheSlideHtml(p,"0",_wppaCurIdx[p]),wppaMakeTheSlideHtml(p,"1",_wppaNxtIdx[p]),jQuery("#imagedesc-"+p).html(_wppaDsc[p][_wppaCurIdx[p]]),jQuery("#imagetitle-"+p).html(wppaMakeNameHtml(p)),jQuery("#wppa-comments-"+p).html(_wppaCommentHtml[p][_wppaCurIdx[p]]),jQuery("#iptc-"+p).html(_wppaIptcHtml[p][_wppaCurIdx[p]]),jQuery("#exif-"+p).html(_wppaExifHtml[p][_wppaCurIdx[p]]),"icons"==wppaSlideshowNavigationType?(jQuery("#prev-arrow-"+p).html(wppaSvgHtml("Prev-Button","1.5em",!1,!0)),jQuery("#next-arrow-"+p).html(wppaSvgHtml("Next-Button","1.5em",!1,!0))):wppaIsMini[p]||wppaGetContainerWidth(p)<wppaMiniTreshold?(jQuery("#prev-arrow-"+p).html("&laquo;&nbsp;"+wppaPrevP),jQuery("#next-arrow-"+p).html(wppaNextP+"&nbsp;&raquo;")):(jQuery("#prev-arrow-"+p).html("&laquo;&nbsp;"+wppaPreviousPhoto),jQuery("#next-arrow-"+p).html(wppaNextPhoto+"&nbsp;&raquo;")),wppaIsMini[p]||wppaGetContainerWidth(p)<wppaMiniTreshold?(jQuery("#wppa-avg-rat-"+p).html(wppaAvgRat),jQuery("#wppa-my-rat-"+p).html(wppaMyRat)):(jQuery("#wppa-avg-rat-"+p).html(wppaAvgRating),jQuery("#wppa-my-rat-"+p).html(wppaMyRating))):wppaMakeTheSlideHtml(p,t,_wppaNxtIdx[p]),_wppaLoadSpinner(p),_wppaFirst[p]=!1,_wppaCheckRewind(p),wppaColWidth[p]=0,_wppaDoAutocol(p),setTimeout("_wppaNextSlide_2( "+p+" )",10)))}}function _wppaNextSlide_2(p){var a=_wppaFg[p],e=1-a,t=document.getElementById("theimg"+e+"-"+p);if(t&&1==t.nodeType&&"IMG"==t.nodeName&&!t.complete)return setTimeout("_wppaNextSlide_2( "+p+" )",200),void wppaConsoleLog("Retry next2");wppaUpdateLightboxes(),_wppaUnloadSpinner(p),-1!=_wppaSSRuns[p]&&(_wppaToTheSame||_wppaShowMetaData(p,"hide")),_wppaFg[p]=1-_wppaFg[p],e=1-(a=_wppaFg[p]),setTimeout("_wppaNextSlide_3( "+p+" )",10)}function _wppaNextSlide_3(p){var a=_wppaFg[p],e=1-a,t=_wppaCurIdx[p],i=_wppaNxtIdx[p],w="#theslide"+e+"-"+p,r="#theslide"+a+"-"+p,o="#theimg"+e+"-"+p,n="#theimg"+a+"-"+p,l=parseInt(jQuery(w).css("width")),d="nil";switch(t==i&&(d="none"),t==i-1&&(d="left"),t==i+1&&(d="right"),t==_wppaSlides[p].length-1&&0==i&&wppaSlideWrap&&(d="left"),0==t&&i==_wppaSlides[p].length-1&&wppaSlideWrap&&(d="right"),"nil"==d&&(d=t<i?"left":"right"),jQuery(w).css({marginLeft:0,width:l}),jQuery(r).css({marginLeft:0,width:l}),wppaFormatSlide(p),wppaAnimationType){case"fadeover":jQuery(o).fadeOut(wppaAnimationSpeed),jQuery(n).fadeIn(wppaAnimationSpeed,_wppaNextSlide_4(p));break;case"fadeafter":jQuery(o).fadeOut(wppaAnimationSpeed),jQuery(n).delay(wppaAnimationSpeed).fadeIn(wppaAnimationSpeed,_wppaNextSlide_4(p));break;case"swipe":switch(d){case"left":jQuery(w).animate({marginLeft:-l+"px"},wppaAnimationSpeed,"swing"),jQuery(r).css({marginLeft:l+"px"}),jQuery(n).fadeIn(10),jQuery(r).animate({marginLeft:"0px"},wppaAnimationSpeed,"swing",_wppaNextSlide_4(p));break;case"right":jQuery(w).animate({marginLeft:l+"px"},wppaAnimationSpeed,"swing"),jQuery(r).css({marginLeft:-l+"px"}),jQuery(n).fadeIn(10),jQuery(r).animate({marginLeft:"0px"},wppaAnimationSpeed,"swing",_wppaNextSlide_4(p));break;case"none":jQuery(n).fadeIn(10),setTimeout("_wppaNextSlide_4( "+p+" )",10)}break;case"stackon":switch(d){case"left":jQuery(w).css({zIndex:80}),jQuery(r).css({marginLeft:l+"px",zIndex:81}),jQuery(n).fadeIn(10),jQuery(o).delay(wppaAnimationSpeed).fadeOut(10),jQuery(r).animate({marginLeft:"0px"},wppaAnimationSpeed,"swing",_wppaNextSlide_4(p));break;case"right":jQuery(w).css({zIndex:80}),jQuery(r).css({marginLeft:-l+"px",zIndex:81}),jQuery(n).fadeIn(10),jQuery(o).delay(wppaAnimationSpeed).fadeOut(10),jQuery(r).animate({marginLeft:"0px"},wppaAnimationSpeed,"swing",_wppaNextSlide_4(p));break;case"none":jQuery(n).fadeIn(10),setTimeout("_wppaNextSlide_4( "+p+" )",10)}break;case"stackoff":switch(d){case"left":jQuery(w).css({marginLeft:0,zIndex:81}),jQuery(w).animate({marginLeft:-l+"px"},wppaAnimationSpeed,"swing",_wppaNextSlide_4(p)),jQuery(r).css({marginLeft:0,zIndex:80}),jQuery(n).fadeIn(10),jQuery(o).delay(wppaAnimationSpeed).fadeOut(10);break;case"right":jQuery(w).css({marginLeft:0,zIndex:81}),jQuery(w).animate({marginLeft:l+"px"},wppaAnimationSpeed,"swing",_wppaNextSlide_4(p)),jQuery(r).css({marginLeft:0,zIndex:80}),jQuery(n).fadeIn(10),jQuery(o).delay(wppaAnimationSpeed).fadeOut(10);break;case"none":jQuery(n).fadeIn(10),setTimeout("_wppaNextSlide_4( "+p+" )",10)}break;case"turnover":switch(d){case"left":case"right":var s=parseInt(jQuery(r).css("width")),u=parseInt(jQuery(n).css("marginLeft"));jQuery(w).css({zIndex:80}),jQuery(r).css({zIndex:81,width:0}),jQuery(n).css({maxWidth:0,marginLeft:0}),jQuery(n).fadeIn(10),jQuery(r).animate({width:l},wppaAnimationSpeed,"swing"),jQuery(n).animate({maxWidth:s,marginLeft:u},wppaAnimationSpeed,"swing",_wppaNextSlide_4(p)),jQuery(o).delay(wppaAnimationSpeed).fadeOut(10);break;case"none":jQuery(n).fadeIn(10),setTimeout("_wppaNextSlide_4( "+p+" )",10)}break;default:alert("Animation type "+wppaAnimationType+" is not supported in this version")}}function _wppaNextSlide_4(p){var a=_wppaFg[p],e="#theslide"+(1-a)+"-"+p,t="#theslide"+a+"-"+p;jQuery(e).css({zIndex:80}),jQuery(t).css({zIndex:81}),_wppaCurIdx[p]=_wppaNxtIdx[p],wppaFormatSlide(p),wppaIsMini[p]||wppaGetContainerWidth(p)<wppaMiniTreshold?jQuery("#counter-"+p).html(_wppaCurIdx[p]+1+" / "+_wppaSlides[p].length):jQuery("#counter-"+p).html(wppaPhoto+" "+(_wppaCurIdx[p]+1)+" "+wppaOf+" "+_wppaSlides[p].length),jQuery("#bc-pname-modal-"+p).html(_wppaNames[p][_wppaCurIdx[p]]),jQuery("#bc-pname-"+p).html(_wppaNames[p][_wppaCurIdx[p]]),_wppaAdjustFilmstrip(p),_wppaSetRatingDisplay(p),setTimeout("_wppaNextSlide_5( "+p+" )",_wppaTextDelay)}function _wppaNextSlide_5(p){if(!_wppaToTheSame){var a=_wppaDsc[p][_wppaCurIdx[p]];if(jQuery("#imagedesc-"+p).html(a),wppaHideWhenEmpty){var e=_wppaDsc[p][_wppaCurIdx[p]];""==e||"&nbsp;"==e?jQuery("#descbox-"+p).css("display","none"):jQuery("#descbox-"+p).css("display","")}jQuery("#imagetitle-"+p).html(wppaMakeNameHtml(p)),jQuery("#wppa-comments-"+p).html(_wppaCommentHtml[p][_wppaCurIdx[p]]),jQuery("#iptc-"+p).html(_wppaIptcHtml[p][_wppaCurIdx[p]]),jQuery("#exif-"+p).html(_wppaExifHtml[p][_wppaCurIdx[p]]),jQuery("#wppa-share-"+p).html(_wppaShareHtml[p][_wppaCurIdx[p]])}if(_wppaToTheSame=!1,_wppaSSRuns[p]&&!wppaSlideWrap&&_wppaCurIdx[p]+1==_wppaSlides[p].length)return _wppaIsBusy[p]=!1,void _wppaStop(p);if(_wppaShowMetaData(p,"show"),-2!=_wppaTP[p]){var t=_wppaTP[p];return _wppaTP[p]=-2,_wppaDidGoto[p]=!1,_wppaIsBusy[p]=!1,wppaIsMini[p]||_bumpViewCount(_wppaId[p][_wppaCurIdx[p]]),_wppaDoAutocol(p),void wppaStartStop(p,t)}if(wppaUpdateLightboxes(),!wppaIsMini[p]){var i=wppaGetCurrentFullUrl(p,_wppaCurIdx[p]);""==i&&(i=_wppaShareUrl[p][_wppaCurIdx[p]]),"undefined"!=typeof wppaQRUpdate&&wppaQRUpdate(_wppaShareUrl[p][_wppaCurIdx[p]]),_wppaSlides[p].length>1&&wppaPushStateSlide(p,_wppaCurIdx[p],i)}if(_wppaSSRuns[p]&&setTimeout("_wppaNextSlide( "+p+', "auto" )',wppaGetSlideshowTimeout(p)),jQuery(document).trigger("glossaryTooltipReady"),_wppaDidGoto[p]=!1,_wppaIsBusy[p]=!1,wppaIsMini[p]||_bumpViewCount(_wppaId[p][_wppaCurIdx[p]]),_wppaDoAutocol(p),wppaStopAudio(p),wppaSlideAudioStart){var w=jQuery(".wppa-audio-"+_wppaId[p][_wppaCurIdx[p]]+"-"+p);if(w.length>0){var r=w[w.length-1];r&&(wppaAudioPlaying[p]||r.play())}}jQuery(window).trigger("resize")}function wppaFormatSlide(p){var a="theimg"+_wppaFg[p]+"-"+p,e="theslide"+_wppaFg[p]+"-"+p,t="slide_frame-"+p,i=wppaColWidth[p],w=document.getElementById(a),r=jQuery(".wppa-audio-"+p);if(w){void 0!==i&&0!=i||(i=wppaGetContainerWidth(p),wppaColWidth[p]=i);var o=w.naturalWidth;void 0===o&&(o=parseInt(w.style.maxWidth));var n=w.naturalHeight;void 0===n&&(n=parseInt(w.style.maxHeight));var l=wppaAspectRatio[p],d=wppaFullSize[p],s=wppaFullFrameDelta[p],u=wppaPortraitOnly[p],_=wppaFullValign[p];void 0===_&&(_="none");var m=wppaFullHalign[p];void 0===m&&(m="none");var c,y,h,S,x,f,g,I,j=wppaStretch;if(u)c=i-s,h=0,S=0,x=i,g=i,I=f=(y=parseInt(c*n/o))+s,jQuery("#"+t).css({width:g,height:I}),jQuery("#"+e).css({width:x,height:f}),jQuery("#"+a).css({width:c,height:y});else{if(g=i,d<i&&(g=d),I=parseInt(g*l),x=g,f=I,j||o>=g-s||n>=I-s?(n+s)/(o+s)>l?(y=I-s,c=parseInt(y*o/n)):(c=g-s,y=parseInt(c*n/o)):(c=o,y=n),"default"!=_&&"none"!=_){switch(_){case"top":S=0;break;case"center":S=parseInt((I-(y+s))/2);break;case"bottom":S=I-(y+s);break;case"fit":S=0,I=y+s,f=y+s}jQuery("#"+a).css({marginTop:S,marginBottom:0})}if(jQuery("#"+t).css({width:g,height:I}),jQuery("#"+e).css({width:x,height:f}),jQuery("#"+a).css({width:c,height:y}),"default"!=_&&"none"!=_&&"none"!=m&&"default"!=m){switch(m){case"left":h=0;break;case"center":h=parseInt((i-g)/2);break;case"right":h=i-g}h<0&&(h=0),jQuery("#"+a).css({marginLeft:"auto",marginRight:"auto"}),jQuery("#"+t).css({marginLeft:h})}var Q=jQuery(r).height();Q&&Q>0&&(wppaAudioHeight=Q,jQuery(r).css({height:wppaAudioHeight,width:c,left:(i-c)/2}))}var b,v=parseInt(g/3),N=2*v;b=r.length>0?I-wppaAudioHeight-wppaSlideBorderWidth-S:I,jQuery("#bbb-"+p+"-l").css({height:b,width:v,left:0}),jQuery("#bbb-"+p+"-r").css({height:b,width:v,left:N})}}function wppaMakeNameHtml(p){var a="";if(_wppaCurIdx[p]<0)return"";if(wppaIsMini[p]||_wppaIsVideo[p][_wppaCurIdx[p]])a=_wppaFullNames[p][_wppaCurIdx[p]];else switch(wppaArtMonkyLink){case"file":case"zip":if(wppaArtMonkeyButton)if(_wppaFullNames[p][_wppaCurIdx[p]]){var e=_wppaFullNames[p][_wppaCurIdx[p]].split("<img");a='<input type="button" title="Download" style="cursor:pointer;margin-bottom:0px;max-width:'+(wppaGetContainerWidth(p)-24)+'px;" class="wppa-download-button" onclick="'+(wppaIsSafari&&"file"==wppaArtMonkyLink?"wppaWindowReference = window.open();":"")+"wppaAjaxMakeOrigName( "+p+", '"+_wppaId[p][_wppaCurIdx[p]]+'\' );" value="'+wppaDownLoad+": "+e[0]+'" />',e[1]&&(a+="<img"+e[1])}else a="";else a='<a title="Download" style="cursor:pointer;" onclick="'+(wppaIsSafari&&"file"==wppaArtMonkyLink?"wppaWindowReference = window.open();":"")+"wppaAjaxMakeOrigName( "+p+", '"+_wppaId[p][_wppaCurIdx[p]]+"' );\" >"+wppaDownLoad+": "+_wppaFullNames[p][_wppaCurIdx[p]]+"</a>";break;case"none":a=_wppaFullNames[p][_wppaCurIdx[p]];break;default:a=""}return wppaRepairBrTags(a)}function wppaMakeTheSlideHtml(p,a,e){var t,i=_wppaIsVideo[p][e]?"video":"img",w="title";"wppa"==wppaLightBox[p]&&(w="data-lbtitle");var r=""==wppaLightBox[p]?' onpause="wppaVideoPlaying['+p+'] = false;" onplay="wppaVideoPlaying['+p+'] = true;"':"";if(""!=_wppaLinkUrl[p][e])t=wppaSlideToFullpopup?'<a onclick="wppaStopAudio();wppaStopShow('+p+");"+_wppaLinkUrl[p][e]+'" target="'+_wppaLinkTarget[p][e]+'" title="'+_wppaLinkTitle[p][e]+'"><'+i+r+' title="'+_wppaLinkTitle[p][e]+'" id="theimg'+a+"-"+p+'" '+_wppaSlides[p][e]+"</a>":"<a onclick=\"_bumpClickCount('"+_wppaId[p][e]+"');wppaStopAudio();wppaStopShow("+p+");window.open('"+_wppaLinkUrl[p][e]+"', '"+_wppaLinkTarget[p][e]+'\');" title="'+_wppaLinkTitle[p][e]+'"><'+i+r+' title="'+_wppaLinkTitle[p][e]+'" id="theimg'+a+"-"+p+'" '+_wppaSlides[p][e]+"</a>";else if(""==wppaLightBox[p])t="<"+i+r+' title="'+_wppaNames[p][e]+'" id="theimg'+a+"-"+p+'" '+_wppaSlides[p][e];else{for(var o="",n=0,l=wppaLightboxSingle[p]?"":"[slide-"+p+"-"+a+"]";n<e;)o+='<a href="'+(wppaOvlHires||"wppa"!=wppaLightBox[p]?_wppaHiresUrl[p][n]:wppaMakeFullsizeUrl(_wppaUrl[p][n]))+'"'+(_wppaIsVideo[p][n]?' data-videonatwidth="'+_wppaVideoNatWidth[p][n]+'" data-videonatheight="'+_wppaVideoNatHeight[p][n]+'" data-videohtml="'+encodeURI(_wppaVideoHtml[p][n])+'"':"")+(""!=_wppaAudioHtml[p][n]?' data-audiohtml="'+encodeURI(_wppaAudioHtml[p][n])+'"':"")+" "+w+'="'+_wppaLbTitle[p][n]+'" '+wppaRel+'="'+wppaLightBox[p]+l+'"></a>',n++;for(o+='<a href="'+(wppaOvlHires||"wppa"!=wppaLightBox[p]?_wppaHiresUrl[p][e]:wppaMakeFullsizeUrl(_wppaUrl[p][e]))+'" onclick="wppaStopAudio();wppaStopShow('+p+');" target="'+_wppaLinkTarget[p][e]+'"'+(_wppaIsVideo[p][n]?' data-videonatwidth="'+_wppaVideoNatWidth[p][e]+'" data-videonatheight="'+_wppaVideoNatHeight[p][e]+'" data-videohtml="'+encodeURI(_wppaVideoHtml[p][e])+'"':"")+(""!=_wppaAudioHtml[p][n]?' data-audiohtml="'+encodeURI(_wppaAudioHtml[p][e])+'"':"")+" "+w+'="'+_wppaLbTitle[p][e]+'" '+wppaRel+'="'+wppaLightBox[p]+l+'"><'+i+r+' title="'+_wppaLinkTitle[p][e]+'" id="theimg'+a+"-"+p+'" '+_wppaSlides[p][e]+"</a>",n=e+1;n<_wppaUrl[p].length;)o+='<a href="'+(wppaOvlHires||"wppa"!=wppaLightBox[p]?_wppaHiresUrl[p][n]:wppaMakeFullsizeUrl(_wppaUrl[p][n]))+'"'+(_wppaIsVideo[p][n]?' data-videonatwidth="'+_wppaVideoNatWidth[p][n]+'" data-videonatheight="'+_wppaVideoNatHeight[p][n]+'" data-videohtml="'+encodeURI(_wppaVideoHtml[p][n])+'"':"")+(""!=_wppaAudioHtml[p][n]?' data-audiohtml="'+encodeURI(_wppaAudioHtml[p][n])+'"':"")+" "+w+'="'+_wppaLbTitle[p][n]+'" '+wppaRel+'="'+wppaLightBox[p]+l+'"></a>',n++;t=o}""!=_wppaAudioHtml[p][e]&&(t+='<audio controls id="wppa-audio-'+_wppaId[p][e]+"-"+p+'" class="wppa-audio-'+p+" wppa-audio-"+_wppaId[p][e]+"-"+p+'" data-from="wppa" onplay="wppaAudioPlaying['+p+'] = true;" onpause="wppaAudioPlaying['+p+'] = false" style="position:relative;top:-'+(wppaAudioHeight+wppaSlideBorderWidth)+"px;z-index:10;width:"+_wppaVideoNatWidth[p][e]+"px;left:"+Math.max(0,(wppaGetContainerWidth(p)-_wppaVideoNatWidth[p][e])/2)+'px;padding:0;box-sizing:border-box;" >'+_wppaAudioHtml[p][e]+"</audio>"),t=t.replace(/title=""/g,""),jQuery("#theslide"+a+"-"+p).html(t)}function _wppaAdjustFilmstrip(p){if(document.getElementById("wppa-filmstrip-"+p)){if(jQuery(".wppa-film-"+p).removeClass("wppa-filmthumb-active"),_wppaFilmNoMove[p])_wppaFilmNoMove[p]=!1;else{var a;a=wppaFilmStripLength[p]/2-(_wppaCurIdx[p]+.5+wppaPreambule)*wppaThumbnailPitch[p]-wppaFilmStripMargin[p],wppaFilmShowGlue&&(a-=2*wppaFilmStripMargin[p]+2),jQuery("#wppa-filmstrip-"+p).stop().animate({marginLeft:a+"px"},wppaAnimationSpeed)}if(-1!=_wppaCurIdx[p]){var e=_wppaCurIdx[p]-10;e<0&&(e=0);var t=_wppaCurIdx[p]+10;t>_wppaSlides[p].length&&(t=_wppaSlides[p].length);for(var i=0;i<_wppaSlides[p].length;){var w=jQuery("#film_wppatnf_"+_wppaId[p][i]+"_"+p).html();w&&(e<=i<=t&&-1!=w.search("\x3c!--")&&(w=(w=w.replace("\x3c!--","")).replace("--\x3e",""),jQuery("#film_wppatnf_"+_wppaId[p][i]+"_"+p).html(w)),""!=jQuery("#wppa-film-"+i+"-"+p).attr("data-title")?(jQuery("#wppa-film-"+i+"-"+p).attr("title",jQuery("#wppa-film-"+i+"-"+p).attr("data-title")),jQuery("#wppa-pre-"+i+"-"+p).attr("title",jQuery("#wppa-film-"+i+"-"+p).attr("data-title"))):""!=wppaFilmThumbTitle&&_wppaCurIdx[p]==i?(jQuery("#wppa-film-"+i+"-"+p).attr("title",wppaFilmThumbTitle),jQuery("#wppa-pre-"+i+"-"+p).attr("title",wppaFilmThumbTitle)):(jQuery("#wppa-film-"+i+"-"+p).attr("title",wppaClickToView+" "+_wppaNames[p][i]),jQuery("#wppa-pre-"+i+"-"+p).attr("title",wppaClickToView+" "+_wppaNames[p][i]))),i++}}jQuery("#wppa-film-"+_wppaCurIdx[p]+"-"+p).addClass("wppa-filmthumb-active")}}function _wppaNext(p){(wppaSlideWrap||_wppaCurIdx[p]!=_wppaSlides[p].length-1)&&(_wppaNxtIdx[p]=_wppaCurIdx[p]+1,_wppaNxtIdx[p]==_wppaSlides[p].length&&(_wppaNxtIdx[p]=0),_wppaNextSlide(p,0))}function _wppaNextN(p,a){if(wppaSlideWrap||!(_wppaCurIdx[p]>=_wppaSlides[p].length-a)){for(_wppaNxtIdx[p]=_wppaCurIdx[p]+a;_wppaNxtIdx[p]>=_wppaSlides[p].length;)_wppaNxtIdx[p]-=_wppaSlides[p].length;_wppaNextSlide(p,0)}}function _wppaNextOnCallback(p){if(wppaSlideWrap||_wppaCurIdx[p]!=_wppaSlides[p].length-1){if(_wppaSkipRated[p]){var a=_wppaCurIdx[p]+1;a==_wppaSlides[p].length&&(a=0);var e=a;if(0!=_wppaMyr[p][e]){for(++a==_wppaSlides[p].length&&(a=0);a!=e&&0!=_wppaMyr[p][a];)++a==_wppaSlides[p].length&&(a=0);e=a}_wppaNxtIdx[p]=e}else _wppaNxtIdx[p]=_wppaCurIdx[p]+1,_wppaNxtIdx[p]==_wppaSlides[p].length&&(_wppaNxtIdx[p]=0);_wppaNextSlide(p,0)}}function _wppaPrev(p){(wppaSlideWrap||0!=_wppaCurIdx[p])&&(_wppaNxtIdx[p]=_wppaCurIdx[p]-1,_wppaNxtIdx[p]<0&&(_wppaNxtIdx[p]=_wppaSlides[p].length-1),_wppaNextSlide(p,0))}function _wppaPrevN(p,a){if(wppaSlideWrap||!(_wppaCurIdx[p]<a)){for(_wppaNxtIdx[p]=_wppaCurIdx[p]-a;_wppaNxtIdx[p]<0;)_wppaNxtIdx[p]+=_wppaSlides[p].length;_wppaNextSlide(p,0)}}function _wppaGoto(p,a){_wppaToTheSame=_wppaNxtIdx[p]==a,_wppaNxtIdx[p]=a,_wppaNextSlide(p,0)}function _wppaGotoRunning(p,a){_wppaIsBusy[p]?setTimeout("_wppaGotoRunning( "+p+","+a+" )",10):(wppaConsoleLog("GotoRunning "+p),_wppaSSRuns[p]=!1,_wppaToTheSame=_wppaNxtIdx[p]==a,_wppaNxtIdx[p]=a,__wppaOverruleRun=!0,_wppaNextSlide(p,"manual"),_wppaGotoContinue(p))}function _wppaGotoContinue(p){_wppaIsBusy[p]?setTimeout("_wppaGotoContinue( "+p+" )",10):setTimeout("_wppaNextSlide( "+p+', "reset" )',wppaGetSlideshowTimeout(p)+10)}function _wppaStart(p,a){"icons"==wppaSlideshowNavigationType?_wppaStartIcons(p,a):_wppaStartText(p,a)}function _wppaStartIcons(p,a){if(-2==a){var e=0;if(a=0,_wppaSkipRated[p]=!0,0!=_wppaMyr[p][e])for(;e<_wppaSlides[p].length;)0==a&&0==_wppaMyr[p][e]&&(a=e),e++}a>-1?(jQuery("#startstop-"+p).html(wppaSvgHtml("Play-Button","1.5em",!1,!0,"0","10","20","50")),jQuery("#speed0-"+p).hide(),jQuery("#speed1-"+p).hide(),_wppaNxtIdx[p]=a,_wppaCurIdx[p]=a,_wppaNextSlide(p,0),_wppaShowMetaData(p,"show")):(_wppaSSRuns[p]=!0,_wppaNextSlide(p,0),jQuery("#startstop-"+p).html(wppaSvgHtml("Pause-Button","1.5em",!1,!0,"0","10","20","50")),jQuery("#speed0-"+p).show(),jQuery("#speed1-"+p).show(),_wppaShowMetaData(p,"hide"),jQuery("#bc-pname-modal-"+p)?jQuery("#bc-pname-modal-"+p).html(wppaSlideShow):jQuery("#bc-pname-"+p).html(wppaSlideShow)),_wppaSetRatingDisplay(p)}function _wppaStartText(p,a){if(-2==a){var e=0;if(a=0,_wppaSkipRated[p]=!0,0!=_wppaMyr[p][e])for(;e<_wppaSlides[p].length;)0==a&&0==_wppaMyr[p][e]&&(a=e),e++}a>-1?(jQuery("#startstop-"+p).html(wppaStart+" "+wppaSlideShow),jQuery("#speed0-"+p).css("display","none"),jQuery("#speed1-"+p).css("display","none"),_wppaNxtIdx[p]=a,_wppaCurIdx[p]=a,_wppaNextSlide(p,0),_wppaShowMetaData(p,"show")):(_wppaSSRuns[p]=!0,_wppaNextSlide(p,0),jQuery("#startstop-"+p).html(wppaStop),jQuery("#speed0-"+p).css("display","inline"),jQuery("#speed1-"+p).css("display","inline"),_wppaShowMetaData(p,"hide"),jQuery("#bc-pname-modal-"+p)?jQuery("#bc-pname-modal-"+p).html(wppaSlideShow):jQuery("#bc-pname-"+p).html(wppaSlideShow)),_wppaSetRatingDisplay(p)}function _wppaStop(p){"icons"==wppaSlideshowNavigationType?_wppaStopIcons(p):_wppaStopText(p)}function _wppaStopIcons(p){_wppaSSRuns[p]=!1,jQuery("#startstop-"+p).html(wppaSvgHtml("Play-Button","1.5em",!1,!0)),jQuery("#speed0-"+p).hide(),jQuery("#speed1-"+p).hide(),_wppaShowMetaData(p,"show"),jQuery("#bc-pname-modal-"+p)?jQuery("#bc-pname-modal-"+p).html(_wppaNames[p][_wppaCurIdx[p]]):jQuery("#bc-pname-"+p).html(_wppaNames[p][_wppaCurIdx[p]])}function _wppaStopText(p){_wppaSSRuns[p]=!1,jQuery("#startstop-"+p).html(wppaStart+" "+wppaSlideShow),jQuery("#speed0-"+p).css("display","none"),jQuery("#speed1-"+p).css("display","none"),_wppaShowMetaData(p,"show"),jQuery("#bc-pname-modal-"+p)?jQuery("#bc-pname-modal-"+p).html(_wppaNames[p][_wppaCurIdx[p]]):jQuery("#bc-pname-"+p).html(_wppaNames[p][_wppaCurIdx[p]])}function _wppaSpeed(p,a){"random"!=_wppaTimeOut[p]&&(a?_wppaTimeOut[p]>500&&(_wppaTimeOut[p]/=1.5):_wppaTimeOut[p]<6e4&&(_wppaTimeOut[p]*=1.5))}function _wppaLoadSpinner(p){}function _wppaUnloadSpinner(p){jQuery("#wppa-slide-spin-"+p).stop().fadeOut(),setTimeout(function(){jQuery("#wppa-slide-spin-"+p).stop().fadeOut()},1e3)}function _wppaCheckRewind(p){var a,e,t;document.getElementById("wppa-filmstrip-"+p)&&((a=Math.abs(_wppaCurIdx[p]-_wppaNxtIdx[p]))<=wppaFilmPageSize[p]||a>=(wppaFilmStripLength[p]/wppaThumbnailPitch[p]+1)/2&&(e=wppaThumbnailPitch[p]*_wppaSlides[p].length,wppaFilmShowGlue&&(e+=2+2*wppaFilmStripMargin[p]),t=parseInt(jQuery("#wppa-filmstrip-"+p).css("margin-left")),_wppaNxtIdx[p]>_wppaCurIdx[p]?t-=e:t+=e,jQuery("#wppa-filmstrip-"+p).css("margin-left",t+"px")))}function _wppaSetRatingDisplay(p){if(document.getElementById("wppa-rating-"+p)){var a,e,t,w,r;if(void 0!==(a=_wppaAvg[p][_wppaCurIdx[p]])){if("likes"==wppaRatingDisplayType){var o=a.split("|");return jQuery("#wppa-like-"+p).attr("title",o[0]),jQuery("#wppa-liketext-"+p).html(o[1]),void("1"==_wppaMyr[p][_wppaCurIdx[p]]?jQuery("#wppa-like-"+p).attr("src",wppaImageDirectory+"thumbdown.png"):jQuery("#wppa-like-"+p).attr("src",wppaImageDirectory+"thumbup.png"))}if(e=a.split("|"),a=e[0],t=e[1],w=_wppaDisc[p][_wppaCurIdx[p]],r=_wppaMyr[p][_wppaCurIdx[p]],"graphic"==wppaRatingDisplayType)_wppaSetRd(p,a,"#wppa-avg-"),_wppaSetRd(p,r,"#wppa-rate-"),0==r?(jQuery("#wppa-dislike-"+p).css("display","inline"),jQuery("#wppa-dislike-imgdiv-"+p).css("display","inline"),document.getElementById("wppa-dislike-"+p)&&jQuery("#wppa-filler-"+p).css("display","none"),jQuery("#wppa-dislike-"+p).stop().fadeTo(100,wppaStarOpacity)):(jQuery("#wppa-dislike-"+p).css("display","none"),jQuery("#wppa-dislike-imgdiv-"+p).css("display","none"),jQuery("#wppa-filler-"+p).css("display","inline"),jQuery("#wppa-filler-"+p).stop().fadeTo(100,wppaStarOpacity),jQuery("#wppa-filler-"+p).attr("title",w));else{if(jQuery("#wppa-numrate-avg-"+p).html(a+" ( "+t+" ) "),wppaRatingOnce&&r>0)jQuery("#wppa-numrate-mine-"+p).html(r);else if(r<0)jQuery("#wppa-numrate-mine-"+p).html(" dislike");else{var n="";for(i=1;i<=wppaRatingMax;i++)r==i?n+='<span style="cursor:pointer; font-weight:bold;" onclick="_wppaRateIt( '+p+", "+i+' )">&nbsp;'+i+"&nbsp;</span>":(r>i-1&&r<i&&(n+="&nbsp;( "+r+" )&nbsp;"),n+='<span style="cursor:pointer;" onclick="_wppaRateIt( '+p+", "+i+' )" onmouseover="this.style.fontWeight=\'bold\'" onmouseout="this.style.fontWeight=\'normal\'" >&nbsp;'+i+"&nbsp;</span>");jQuery("#wppa-numrate-mine-"+p).html(n)}0==r?(jQuery("#wppa-dislike-"+p).css("display","inline"),jQuery("#wppa-dislike-imgdiv-"+p).css("display","inline"),jQuery("#wppa-filler-"+p).css("display","none"),jQuery("#wppa-dislike-"+p).stop().fadeTo(100,wppaStarOpacity)):(jQuery("#wppa-dislike-"+p).css("display","none"),jQuery("#wppa-dislike-imgdiv-"+p).css("display","none"),jQuery("#wppa-filler-"+p).css("display","inline")),jQuery("#wppa-discount-"+p).html(w+"&bull; "),jQuery("#wppa-filler-"+p).css("display","none")}0==r?jQuery("#wppa-vote-button-"+p).val(wppaVoteForMe):jQuery("#wppa-vote-button-"+p).val(wppaVotedForMe),jQuery("#wppa-vote-count-"+p).html(t)}}}function wppaGetDislikeText(p,a,e){return p}function _wppaSetRd(p,a,e){var t=parseInt(a),i=t+1,w=a-t,r=wppaStarOpacity+w*(1-wppaStarOpacity),o=wppaRatingMax;for(idx=1;idx<=o;idx++)"#wppa-rate-"!=e&&".wppa-rate-"!=e||jQuery(e+p+"-"+idx).attr("src")!=wppaImageDirectory+"star.ico"&&jQuery(e+p+"-"+idx).attr("src",wppaImageDirectory+"star.ico"),idx<=t?jQuery(e+p+"-"+idx).stop().fadeTo(100,1):idx==i?jQuery(e+p+"-"+idx).stop().fadeTo(100,r):jQuery(e+p+"-"+idx).stop().fadeTo(100,wppaStarOpacity)}function _wppaFollowMe(p,a){_wppaSSRuns[p]||0!=_wppaMyr[p][_wppaCurIdx[p]]&&wppaRatingOnce||_wppaMyr[p][_wppaCurIdx[p]]<0||_wppaVoteInProgress||_wppaSetRd(p,a,"#wppa-rate-")}function wppaOvlFollowMe(p,a,e){e||_wppaSetRd(p,a,".wppa-rate-")}function _wppaLeaveMe(p,a){_wppaSSRuns[p]||0!=_wppaMyr[p][_wppaCurIdx[p]]&&wppaRatingOnce||_wppaMyr[p][_wppaCurIdx[p]]<0||_wppaVoteInProgress||_wppaSetRd(p,_wppaMyr[p][_wppaCurIdx[p]],"#wppa-rate-")}function wppaOvlLeaveMe(p,a,e){_wppaSetRd(p,e,".wppa-rate-")}function _wppaValidateComment(p,a){if(a||(a=_wppaId[p][_wppaCurIdx[p]]),jQuery("#wppa-comname-"+p).val().length<1)return alert(wppaPleaseName),!1;if("required"==wppaEmailRequired||"optional"==wppaEmailRequired){var e=jQuery("#wppa-comemail-"+p).val();if("optional"==wppaEmailRequired&&0==e.length)return!0;var t=e.indexOf("@"),i=e.lastIndexOf(".");if(t<1||i<t+2||i+2>=e.length)return alert(wppaPleaseEmail),!1}return!(jQuery("#wppa-comment-"+p).val().length<1)||(alert(wppaPleaseComment),!1)}function _wppaGo(p){document.location=p}function _wppaBbb(p,a,e){if(!_wppaSSRuns[p]){var t="#bbb-"+p+"-"+a;switch(e){case"show":"l"==a&&jQuery(t).attr("title",wppaPreviousPhoto),"r"==a&&jQuery(t).attr("title",wppaNextPhoto),jQuery(".bbb-"+p).css("cursor","pointer");break;case"hide":jQuery(".bbb-"+p).removeAttr("title"),jQuery(".bbb-"+p).css("cursor","default");break;case"click":"l"==a&&wppaPrev(p),"r"==a&&wppaNext(p);break;default:alert("Unimplemented instruction: "+e+" on: "+t)}}}function _wppaUbb(p,a,e){var t="#ubb-"+p+"-"+a;switch(e){case"show":"l"==a&&jQuery(t).attr("title",wppaPreviousPhoto),"r"==a&&jQuery(t).attr("title",wppaNextPhoto),jQuery(".ubb-"+p).css("cursor","pointer"),jQuery(".ubb-"+p).stop().fadeTo(200,.8),jQuery("#wppa-startstop-icon-"+p).stop().fadeTo(200,.8);break;case"hide":jQuery(".ubb-"+p).removeAttr("title"),jQuery(".ubb-"+p).css("cursor","default"),jQuery(".ubb-"+p).stop().fadeTo(200,0),jQuery("#wppa-startstop-icon-"+p).stop().fadeTo(200,0);break;case"click":var i;if("l"==a&&(i=_wppaCurIdx[p]-1)<0){if(!wppaSlideWrap)return;i=_wppaSlides[p].length-1}if("r"==a&&(i=_wppaCurIdx[p]+1)==_wppaSlides[p].length){if(!wppaSlideWrap)return;i=0}wppaIsMobile&&(jQuery(".ubb-"+p).stop().fadeTo(200,1).fadeTo(1e3,0),jQuery("#wppa-startstop-icon-"+p).stop().fadeTo(200,1).fadeTo(1e3,0)),wppaGotoKeepState(p,i);break;default:alert("Unimplemented instruction: "+e+" on: "+t)}}function wppaOpenComments(p){_wppaSSRuns[p]&&_wppaStop(p),jQuery("#wppa-comtable-wrap-"+p).css("display","block"),jQuery("#wppa-comform-wrap-"+p).css("display","block"),jQuery("#wppa-comfooter-wrap-"+p).css("display","none"),wppaColWidth[p]=0,setTimeout("_wppaDoAutocol( "+p+" )",100)}function _wppaShowMetaData(p,a){_wppaSSRuns[p]||__wppaOverruleRun?"show"==a?wppaFotomotoHideWhenRunning||wppaFotomotoToolbar(p,_wppaHiresUrl[p][_wppaCurIdx[p]]):wppaShareHideWhenRunning&&jQuery("#wppa-share-"+p).css("display","none"):"show"==a?(wppaAutoOpenComments&&(jQuery("#wppa-comtable-wrap-"+p).css("display","block"),jQuery("#wppa-comform-wrap-"+p).css("display","block"),jQuery("#wppa-comfooter-wrap-"+p).css("display","none")),0!=_wppaCurIdx[p]&&jQuery(".wppa-first-"+p).show(),_wppaCurIdx[p]!=_wppaSlides[p].length-1&&jQuery(".wppa-last-"+p).show(),wppaShareHideWhenRunning&&jQuery("#wppa-share-"+p).css("display",""),wppaFotomotoToolbar(p,_wppaHiresUrl[p][_wppaCurIdx[p]])):(jQuery("#wppa-comtable-wrap-"+p).css("display","none"),jQuery("#wppa-comform-wrap-"+p).css("display","none"),jQuery("#wppa-comfooter-wrap-"+p).css("display","block"),wppaFotomotoHide(p)),"show"==a?(jQuery("#imagedesc-"+p).css("visibility","visible"),jQuery("#imagetitle-"+p).css("visibility","visible"),jQuery("#counter-"+p).css("visibility","visible"),jQuery("#iptccontent-"+p).css("visibility","visible"),jQuery("#exifcontent-"+p).css("visibility","visible")):(jQuery("#counter-"+p).css("visibility","hidden"),jQuery(".wppa-first-"+p).hide(),jQuery(".wppa-last-"+p).hide(),jQuery("#iptccontent-"+p).css("visibility","hidden"),jQuery("#exifcontent-"+p).css("visibility","hidden"))}function wppaGetSlideshowTimeout(p){var a;if("random"==_wppaTimeOut[p]){var e=2*wppaAnimationSpeed,t=7*wppaAnimationSpeed;a=Math.floor(Math.random()*(t-e+1))+e}else a=_wppaTimeOut[p];return a}var wppaJsSlideshowVersion="6.6.29";wppaConsoleLog("wppa-slideshow.js version "+wppaJsSlideshowVersion+" loaded.","force");
1
+ function wppaStoreSlideInfo(p,a,e,t,i,w,r,o,n,l,d,s,u,_,m,c,y,h,S,x,f,g,I,j,Q,b,v,N,T,C,k){var R;if(n=wppaRepairScriptTags(n),_wppaSlides[p]&&"0"!=a||(_wppaSlides[p]=[],_wppaNames[p]=[],_wppaFullNames[p]=[],_wppaDsc[p]=[],_wppaOgDsc[p]=[],_wppaCurIdx[p]=-1,_wppaNxtIdx[p]=0,"random"==h?_wppaTimeOut[p]="random":parseInt(h)>0?_wppaTimeOut[p]=parseInt(h):_wppaTimeOut[p]=wppaSlideShowTimeOut,_wppaSSRuns[p]=!1,_wppaTP[p]=-2,_wppaFg[p]=0,_wppaIsBusy[p]=!1,_wppaFirst[p]=!0,_wppaId[p]=[],_wppaAvg[p]=[],_wppaDisc[p]=[],_wppaMyr[p]=[],_wppaVRU[p]=[],_wppaLinkUrl[p]=[],_wppaLinkTitle[p]=[],_wppaLinkTarget[p]=[],_wppaCommentHtml[p]=[],_wppaIptcHtml[p]=[],_wppaExifHtml[p]=[],_wppaUrl[p]=[],_wppaSkipRated[p]=!1,_wppaLbTitle[p]=[],_wppaDidGoto[p]=!1,wppaSlidePause[p]=!1,_wppaShareUrl[p]=[],_wppaShareHtml[p]=[],_wppaFilmNoMove[p]=!1,_wppaHiresUrl[p]=[],_wppaIsVideo[p]=[],_wppaVideoHtml[p]=[],_wppaAudioHtml[p]=[],_wppaVideoNatWidth[p]=[],_wppaVideoNatHeight[p]=[],wppaVideoPlaying[p]=!1,wppaAudioPlaying[p]=!1,_wppaWaitTexts[p]=[],_wppaImageAlt[p]=[]),R="default",""!=m?R="pointer":""!=wppaLightBox[p]&&(R="url( "+wppaImageDirectory+wppaMagnifierCursor+" ),pointer"),_wppaIsVideo[p][a]=""!=v,_wppaIsVideo[p][a]?(_wppaSlides[p][a]=' alt="'+C+'" class="theimg theimg-'+p+' big" ',wppaSlideVideoStart&&""==wppaLightBox[p]&&(_wppaSlides[p][a]+=" autoplay "),k.length>0&&(_wppaSlides[p][a]+=' poster="'+k+'" ')):_wppaSlides[p][a]=' src="'+e+'" alt="'+C+'" class="theimg theimg-'+p+' big stereo" ',wppaSlideSwipe&&(_wppaSlides[p][a]+=' ontouchstart="wppaTouchStart( event, this.id, '+p+' );" ontouchend="wppaTouchEnd( event );" ontouchmove="wppaTouchMove( event );" ontouchcancel="wppaTouchCancel( event );" '),wppaAutoColumnWidth[p]||(_wppaSlides[p][a]+='width="'+i+'" height="'+w+'" '),_wppaIsVideo[p][a]){var L;L="wppa"==wppaLightBox[p]?"":"controls",_wppaSlides[p][a]+='style="'+t+"; cursor:"+R+'; display:none;" '+L+">"+v+"</video>"}else _wppaSlides[p][a]+='style="'+t+"; cursor:"+R+'; display:none; vertical-align:middle;">';_wppaFullNames[p][a]=r,_wppaNames[p][a]=o,_wppaDsc[p][a]=n,_wppaOgDsc[p][a]=Q,_wppaId[p][a]=l,_wppaAvg[p][a]=d,_wppaDisc[p][a]=s,_wppaMyr[p][a]=u,_wppaVRU[p][a]=_,_wppaLinkUrl[p][a]=m,_wppaLinkTitle[p][a]=c,""!=y?_wppaLinkTarget[p][a]=y:wppaSlideBlank[p]?_wppaLinkTarget[p][a]="_blank":_wppaLinkTarget[p][a]="_self",_wppaCommentHtml[p][a]=S,_wppaIptcHtml[p][a]=x,_wppaExifHtml[p][a]=f,_wppaUrl[p][a]=e,_wppaLbTitle[p][a]=wppaRepairScriptTags(g),_wppaShareUrl[p][a]=I,_wppaShareHtml[p][a]=wppaRepairScriptTags(j),_wppaHiresUrl[p][a]=b,_wppaVideoHtml[p][a]=v,_wppaAudioHtml[p][a]=N,_wppaVideoNatWidth[p][a]=i,_wppaVideoNatHeight[p][a]=w,_wppaWaitTexts[p][a]=T,_wppaImageAlt[p][a]=C}function wppaSpeed(p,a){_wppaSSRuns[p]&&_wppaSpeed(p,a)}function wppaStopShow(p){_wppaSSRuns[p]&&_wppaStop(p)}function wppaStartStop(p,a){_wppaIsBusy[p]?_wppaTP[p]=a:(_wppaSSRuns[p]?(_wppaStop(p),jQuery("#wppa-startstop-icon-"+p).html(wppaSvgHtml("Play-Button","48px",!1,!0,"0","10","50","50"))):(_wppaStart(p,a),-1==a&&jQuery("#wppa-startstop-icon-"+p).html(wppaSvgHtml("Pause-Button","48px",!1,!0,"0","10","50","50"))),wppaIsMobile&&(jQuery("#wppa-startstop-icon-"+p).stop().fadeTo(10,1).fadeTo(3e3,0),jQuery(".ubb-"+p).stop().fadeTo(10,1).fadeTo(3e3,0)))}function wppaBbb(p,a,e){_wppaSSRuns[p]||_wppaBbb(p,a,e)}function wppaUbb(p,a,e){_wppaUbb(p,a,e)}function wppaRateIt(p,a){_wppaRateIt(p,a)}function wppaOvlRateIt(p,a,e,t){_wppaOvlRateIt(p,a,e,t)}function wppaPrev(p){_wppaDidGoto[p]=!0,_wppaSSRuns[p]||_wppaPrev(p)}function wppaPrevN(p,a){_wppaDidGoto[p]=!0,_wppaSSRuns[p]||_wppaPrevN(p,a)}function wppaFirst(p){_wppaDidGoto[p]=!0,_wppaSSRuns[p]||_wppaGoto(p,0)}function wppaNext(p){_wppaDidGoto[p]=!0,_wppaSSRuns[p]||_wppaNext(p)}function wppaNextN(p,a){_wppaDidGoto[p]=!0,_wppaSSRuns[p]||_wppaNextN(p,a)}function wppaLast(p){_wppaDidGoto[p]=!0,_wppaSSRuns[p]||_wppaGoto(p,_wppaSlides[p].length-1)}function wppaFollowMe(p,a){_wppaSSRuns[p]||_wppaFollowMe(p,a)}function wppaLeaveMe(p,a){_wppaSSRuns[p]||_wppaLeaveMe(p,a)}function wppaGoto(p,a){_wppaDidGoto[p]=!0,_wppaSSRuns[p]||_wppaGoto(p,a)}function wppaGotoFilmNoMove(p,a){_wppaDidGoto[p]=!0,_wppaSSRuns[p]||(_wppaFilmNoMove[p]=!0,_wppaGoto(p,a))}function wppaGotoKeepState(p,a){_wppaNxtIdx[p]!=a&&(_wppaDidGoto[p]=!0,_wppaGotoKeepState(p,a))}function _wppaGotoKeepState(p,a){_wppaSSRuns[p]?_wppaGotoRunning(p,a):_wppaGoto(p,a)}function wppaGotoRunning(p,a){_wppaDidGoto[p]=!0,_wppaGotoRunning(p,a)}function wppaValidateComment(p){return _wppaValidateComment(p)}function _wppaNextSlide(p,a){var e=_wppaFg[p],t=1-e;if((wppaVideoPlaying[p]||wppaAudioPlaying[p])&&_wppaSSRuns[p])setTimeout("_wppaNextSlide( "+p+", '"+a+"' )",500);else{if(wppaStopVideo(p),wppaStopAudio(p),"auto"==a){if(wppaSlidePause[p])return jQuery("#theimg"+e+"-"+p).attr("title",wppaSlidePause[p]),jQuery("#slide_frame-"+p).attr("title",wppaSlidePause[p]),void setTimeout("_wppaNextSlide( "+p+', "auto" )',250)}else jQuery("#slide_frame-"+p).removeAttr("title");(_wppaSSRuns[p]||"auto"!=a)&&_wppaSlides[p]&&(_wppaSlides[p].length<2&&!_wppaFirst[p]||(_wppaSSRuns[p]||"reset"!=a||(_wppaSSRuns[p]=!0,__wppaOverruleRun=!1),_wppaVoteInProgress=!1,_wppaIsBusy[p]=!0,_wppaSSRuns[p]&&_wppaShowMetaData(p,"hide"),_wppaSSRuns[p]&&(_wppaNxtIdx[p]=_wppaCurIdx[p]+1,_wppaNxtIdx[p]==_wppaSlides[p].length&&(_wppaNxtIdx[p]=0)),jQuery("#geodiv-"+p+"-"+_wppaId[p][_wppaCurIdx[p]]).css({display:"none"}),jQuery("#geodiv-"+p+"-"+_wppaId[p][_wppaNxtIdx[p]]).css({display:""}),"undefined"!=typeof _wppaLat&&_wppaLat[p]&&_wppaLat[p][_wppaId[p][_wppaNxtIdx[p]]]?(jQuery("#map-canvas-"+p).css("display",""),wppaGeoInit(p,_wppaLat[p][_wppaId[p][_wppaNxtIdx[p]]],_wppaLon[p][_wppaId[p][_wppaNxtIdx[p]]])):jQuery("#map-canvas-"+p).css("display","none"),jQuery("[id^=wppa-numbar-"+p+"-]").css({backgroundColor:wppaBGcolorNumbar,borderColor:wppaBcolorNumbar,fontFamily:wppaFontFamilyNumbar,fontSize:wppaFontSizeNumbar,color:wppaFontColorNumbar,fontWeight:wppaFontWeightNumbar}),jQuery("#wppa-numbar-"+p+"-"+_wppaNxtIdx[p]).css({backgroundColor:wppaBGcolorNumbarActive,borderColor:wppaBcolorNumbarActive,fontFamily:wppaFontFamilyNumbarActive,fontSize:wppaFontSizeNumbarActive,color:wppaFontColorNumbarActive,fontWeight:wppaFontWeightNumbarActive}),_wppaSlides[p].length>wppaNumbarMax&&(jQuery("[id^=wppa-numbar-"+p+"-]").html(" . "),jQuery("#wppa-numbar-"+p+"-"+_wppaNxtIdx[p]).html(" "+(_wppaNxtIdx[p]+1)+" ")),_wppaFirst[p]?(-1!=_wppaCurIdx[p]&&wppaMakeTheSlideHtml(p,"0",_wppaCurIdx[p]),wppaMakeTheSlideHtml(p,"1",_wppaNxtIdx[p]),jQuery("#imagedesc-"+p).html(_wppaDsc[p][_wppaCurIdx[p]]),jQuery("#imagetitle-"+p).html(wppaMakeNameHtml(p)),jQuery("#wppa-comments-"+p).html(_wppaCommentHtml[p][_wppaCurIdx[p]]),jQuery("#iptc-"+p).html(_wppaIptcHtml[p][_wppaCurIdx[p]]),jQuery("#exif-"+p).html(_wppaExifHtml[p][_wppaCurIdx[p]]),"icons"==wppaSlideshowNavigationType?(jQuery("#prev-arrow-"+p).html(wppaSvgHtml("Prev-Button","1.5em",!1,!0)),jQuery("#next-arrow-"+p).html(wppaSvgHtml("Next-Button","1.5em",!1,!0))):wppaIsMini[p]||wppaGetContainerWidth(p)<wppaMiniTreshold?(jQuery("#prev-arrow-"+p).html("&laquo;&nbsp;"+wppaPrevP),jQuery("#next-arrow-"+p).html(wppaNextP+"&nbsp;&raquo;")):(jQuery("#prev-arrow-"+p).html("&laquo;&nbsp;"+wppaPreviousPhoto),jQuery("#next-arrow-"+p).html(wppaNextPhoto+"&nbsp;&raquo;")),wppaIsMini[p]||wppaGetContainerWidth(p)<wppaMiniTreshold?(jQuery("#wppa-avg-rat-"+p).html(wppaAvgRat),jQuery("#wppa-my-rat-"+p).html(wppaMyRat)):(jQuery("#wppa-avg-rat-"+p).html(wppaAvgRating),jQuery("#wppa-my-rat-"+p).html(wppaMyRating))):wppaMakeTheSlideHtml(p,t,_wppaNxtIdx[p]),_wppaLoadSpinner(p),_wppaFirst[p]=!1,_wppaCheckRewind(p),wppaColWidth[p]=0,_wppaDoAutocol(p),setTimeout("_wppaNextSlide_2( "+p+" )",10)))}}function _wppaNextSlide_2(p){var a=_wppaFg[p],e=1-a,t=document.getElementById("theimg"+e+"-"+p);if(t&&1==t.nodeType&&"IMG"==t.nodeName&&!t.complete)return setTimeout("_wppaNextSlide_2( "+p+" )",200),void wppaConsoleLog("Retry next2");wppaUpdateLightboxes(),_wppaUnloadSpinner(p),-1!=_wppaSSRuns[p]&&(_wppaToTheSame||_wppaShowMetaData(p,"hide")),_wppaFg[p]=1-_wppaFg[p],e=1-(a=_wppaFg[p]),setTimeout("_wppaNextSlide_3( "+p+" )",10)}function _wppaNextSlide_3(p){var a=_wppaFg[p],e=1-a,t=_wppaCurIdx[p],i=_wppaNxtIdx[p],w="#theslide"+e+"-"+p,r="#theslide"+a+"-"+p,o="#theimg"+e+"-"+p,n="#theimg"+a+"-"+p,l=parseInt(jQuery(w).css("width")),d="nil";switch(t==i&&(d="none"),t==i-1&&(d="left"),t==i+1&&(d="right"),t==_wppaSlides[p].length-1&&0==i&&wppaSlideWrap&&(d="left"),0==t&&i==_wppaSlides[p].length-1&&wppaSlideWrap&&(d="right"),"nil"==d&&(d=t<i?"left":"right"),jQuery(w).css({marginLeft:0,width:l}),jQuery(r).css({marginLeft:0,width:l}),wppaFormatSlide(p),wppaAnimationType){case"fadeover":jQuery(o).fadeOut(wppaAnimationSpeed),jQuery(n).fadeIn(wppaAnimationSpeed,_wppaNextSlide_4(p));break;case"fadeafter":jQuery(o).fadeOut(wppaAnimationSpeed),jQuery(n).delay(wppaAnimationSpeed).fadeIn(wppaAnimationSpeed,_wppaNextSlide_4(p));break;case"swipe":switch(d){case"left":jQuery(w).animate({marginLeft:-l+"px"},wppaAnimationSpeed,"swing"),jQuery(r).css({marginLeft:l+"px"}),jQuery(n).fadeIn(10),jQuery(r).animate({marginLeft:"0px"},wppaAnimationSpeed,"swing",_wppaNextSlide_4(p));break;case"right":jQuery(w).animate({marginLeft:l+"px"},wppaAnimationSpeed,"swing"),jQuery(r).css({marginLeft:-l+"px"}),jQuery(n).fadeIn(10),jQuery(r).animate({marginLeft:"0px"},wppaAnimationSpeed,"swing",_wppaNextSlide_4(p));break;case"none":jQuery(n).fadeIn(10),setTimeout("_wppaNextSlide_4( "+p+" )",10)}break;case"stackon":switch(d){case"left":jQuery(w).css({zIndex:80}),jQuery(r).css({marginLeft:l+"px",zIndex:81}),jQuery(n).fadeIn(10),jQuery(o).delay(wppaAnimationSpeed).fadeOut(10),jQuery(r).animate({marginLeft:"0px"},wppaAnimationSpeed,"swing",_wppaNextSlide_4(p));break;case"right":jQuery(w).css({zIndex:80}),jQuery(r).css({marginLeft:-l+"px",zIndex:81}),jQuery(n).fadeIn(10),jQuery(o).delay(wppaAnimationSpeed).fadeOut(10),jQuery(r).animate({marginLeft:"0px"},wppaAnimationSpeed,"swing",_wppaNextSlide_4(p));break;case"none":jQuery(n).fadeIn(10),setTimeout("_wppaNextSlide_4( "+p+" )",10)}break;case"stackoff":switch(d){case"left":jQuery(w).css({marginLeft:0,zIndex:81}),jQuery(w).animate({marginLeft:-l+"px"},wppaAnimationSpeed,"swing",_wppaNextSlide_4(p)),jQuery(r).css({marginLeft:0,zIndex:80}),jQuery(n).fadeIn(10),jQuery(o).delay(wppaAnimationSpeed).fadeOut(10);break;case"right":jQuery(w).css({marginLeft:0,zIndex:81}),jQuery(w).animate({marginLeft:l+"px"},wppaAnimationSpeed,"swing",_wppaNextSlide_4(p)),jQuery(r).css({marginLeft:0,zIndex:80}),jQuery(n).fadeIn(10),jQuery(o).delay(wppaAnimationSpeed).fadeOut(10);break;case"none":jQuery(n).fadeIn(10),setTimeout("_wppaNextSlide_4( "+p+" )",10)}break;case"turnover":switch(d){case"left":case"right":var s=parseInt(jQuery(r).css("width")),u=parseInt(jQuery(n).css("marginLeft"));jQuery(w).css({zIndex:80}),jQuery(r).css({zIndex:81,width:0}),jQuery(n).css({maxWidth:0,marginLeft:0}),jQuery(n).fadeIn(10),jQuery(r).animate({width:l},wppaAnimationSpeed,"swing"),jQuery(n).animate({maxWidth:s,marginLeft:u},wppaAnimationSpeed,"swing",_wppaNextSlide_4(p)),jQuery(o).delay(wppaAnimationSpeed).fadeOut(10);break;case"none":jQuery(n).fadeIn(10),setTimeout("_wppaNextSlide_4( "+p+" )",10)}break;default:alert("Animation type "+wppaAnimationType+" is not supported in this version")}}function _wppaNextSlide_4(p){var a=_wppaFg[p],e="#theslide"+(1-a)+"-"+p,t="#theslide"+a+"-"+p;jQuery(e).css({zIndex:80}),jQuery(t).css({zIndex:81}),_wppaCurIdx[p]=_wppaNxtIdx[p],wppaFormatSlide(p),wppaIsMini[p]||wppaGetContainerWidth(p)<wppaMiniTreshold?jQuery("#counter-"+p).html(_wppaCurIdx[p]+1+" / "+_wppaSlides[p].length):jQuery("#counter-"+p).html(wppaPhoto+" "+(_wppaCurIdx[p]+1)+" "+wppaOf+" "+_wppaSlides[p].length),jQuery("#bc-pname-modal-"+p).html(_wppaNames[p][_wppaCurIdx[p]]),jQuery("#bc-pname-"+p).html(_wppaNames[p][_wppaCurIdx[p]]),_wppaAdjustFilmstrip(p),_wppaSetRatingDisplay(p),setTimeout("_wppaNextSlide_5( "+p+" )",_wppaTextDelay)}function _wppaNextSlide_5(p){if(!_wppaToTheSame){var a=_wppaDsc[p][_wppaCurIdx[p]];if(jQuery("#imagedesc-"+p).html(a),wppaHideWhenEmpty){var e=_wppaDsc[p][_wppaCurIdx[p]];""==e||"&nbsp;"==e?jQuery("#descbox-"+p).css("display","none"):jQuery("#descbox-"+p).css("display","")}jQuery("#imagetitle-"+p).html(wppaMakeNameHtml(p)),jQuery("#wppa-comments-"+p).html(_wppaCommentHtml[p][_wppaCurIdx[p]]),jQuery("#iptc-"+p).html(_wppaIptcHtml[p][_wppaCurIdx[p]]),jQuery("#exif-"+p).html(_wppaExifHtml[p][_wppaCurIdx[p]]),jQuery("#wppa-share-"+p).html(_wppaShareHtml[p][_wppaCurIdx[p]])}if(_wppaToTheSame=!1,_wppaSSRuns[p]&&!wppaSlideWrap&&_wppaCurIdx[p]+1==_wppaSlides[p].length)return _wppaIsBusy[p]=!1,void _wppaStop(p);if(_wppaShowMetaData(p,"show"),-2!=_wppaTP[p]){var t=_wppaTP[p];return _wppaTP[p]=-2,_wppaDidGoto[p]=!1,_wppaIsBusy[p]=!1,wppaIsMini[p]||_bumpViewCount(_wppaId[p][_wppaCurIdx[p]]),_wppaDoAutocol(p),void wppaStartStop(p,t)}if(wppaUpdateLightboxes(),!wppaIsMini[p]){var i=wppaGetCurrentFullUrl(p,_wppaCurIdx[p]);""==i&&(i=_wppaShareUrl[p][_wppaCurIdx[p]]),"undefined"!=typeof wppaQRUpdate&&wppaQRUpdate(_wppaShareUrl[p][_wppaCurIdx[p]]),_wppaSlides[p].length>1&&wppaPushStateSlide(p,_wppaCurIdx[p],i)}if(_wppaSSRuns[p]&&setTimeout("_wppaNextSlide( "+p+', "auto" )',wppaGetSlideshowTimeout(p)),jQuery(document).trigger("glossaryTooltipReady"),_wppaDidGoto[p]=!1,_wppaIsBusy[p]=!1,wppaIsMini[p]||_bumpViewCount(_wppaId[p][_wppaCurIdx[p]]),_wppaDoAutocol(p),wppaStopAudio(p),wppaSlideAudioStart){var w=jQuery(".wppa-audio-"+_wppaId[p][_wppaCurIdx[p]]+"-"+p);if(w.length>0){var r=w[w.length-1];r&&(wppaAudioPlaying[p]||r.play())}}jQuery(window).trigger("resize")}function wppaFormatSlide(p){var a="theimg"+_wppaFg[p]+"-"+p,e="theslide"+_wppaFg[p]+"-"+p,t="slide_frame-"+p,i=wppaColWidth[p],w=document.getElementById(a),r=jQuery(".wppa-audio-"+p);if(w){void 0!==i&&0!=i||(i=wppaGetContainerWidth(p),wppaColWidth[p]=i);var o=w.naturalWidth;void 0===o&&(o=parseInt(w.style.maxWidth));var n=w.naturalHeight;void 0===n&&(n=parseInt(w.style.maxHeight));var l=wppaAspectRatio[p],d=wppaFullSize[p],s=wppaFullFrameDelta[p],u=wppaPortraitOnly[p],_=wppaFullValign[p];void 0===_&&(_="none");var m=wppaFullHalign[p];void 0===m&&(m="none");var c,y,h,S,x,f,g,I,j=wppaStretch;if(u)c=i-s,h=0,S=0,x=i,g=i,I=f=(y=parseInt(c*n/o))+s,jQuery("#"+t).css({width:g,height:I}),jQuery("#"+e).css({width:x,height:f}),jQuery("#"+a).css({width:c,height:y});else{if(g=i,d<i&&(g=d),I=parseInt(g*l),x=g,f=I,j||o>=g-s||n>=I-s?(n+s)/(o+s)>l?(y=I-s,c=parseInt(y*o/n)):(c=g-s,y=parseInt(c*n/o)):(c=o,y=n),"default"!=_&&"none"!=_){switch(_){case"top":S=0;break;case"center":S=parseInt((I-(y+s))/2);break;case"bottom":S=I-(y+s);break;case"fit":S=0,I=y+s,f=y+s}jQuery("#"+a).css({marginTop:S,marginBottom:0})}if(jQuery("#"+t).css({width:g,height:I}),jQuery("#"+e).css({width:x,height:f}),jQuery("#"+a).css({width:c,height:y}),"default"!=_&&"none"!=_&&"none"!=m&&"default"!=m){switch(m){case"left":h=0;break;case"center":h=parseInt((i-g)/2);break;case"right":h=i-g}h<0&&(h=0),jQuery("#"+a).css({marginLeft:"auto",marginRight:"auto"}),jQuery("#"+t).css({marginLeft:h})}var Q=jQuery(r).height();Q&&Q>0&&(wppaAudioHeight=Q,jQuery(r).css({height:wppaAudioHeight,width:c,left:(i-c)/2}))}var b,v=parseInt(g/3),N=2*v;b=r.length>0?I-wppaAudioHeight-wppaSlideBorderWidth-S:I,jQuery("#bbb-"+p+"-l").css({height:b,width:v,left:0}),jQuery("#bbb-"+p+"-r").css({height:b,width:v,left:N})}}function wppaMakeNameHtml(p){var a="";if(_wppaCurIdx[p]<0)return"";if(wppaIsMini[p]||_wppaIsVideo[p][_wppaCurIdx[p]])a=_wppaFullNames[p][_wppaCurIdx[p]];else switch(wppaArtMonkyLink){case"file":case"zip":if(wppaArtMonkeyButton)if(_wppaFullNames[p][_wppaCurIdx[p]]){var e=_wppaFullNames[p][_wppaCurIdx[p]].split("<img");a='<input type="button" title="Download" style="cursor:pointer;margin-bottom:0px;max-width:'+(wppaGetContainerWidth(p)-24)+'px;" class="wppa-download-button" onclick="'+(wppaIsSafari&&"file"==wppaArtMonkyLink?"wppaWindowReference = window.open();":"")+"wppaAjaxMakeOrigName( "+p+", '"+_wppaId[p][_wppaCurIdx[p]]+'\' );" value="'+wppaDownLoad+": "+e[0]+'" />',e[1]&&(a+="<img"+e[1])}else a="";else a='<a title="Download" style="cursor:pointer;" onclick="'+(wppaIsSafari&&"file"==wppaArtMonkyLink?"wppaWindowReference = window.open();":"")+"wppaAjaxMakeOrigName( "+p+", '"+_wppaId[p][_wppaCurIdx[p]]+"' );\" >"+wppaDownLoad+": "+_wppaFullNames[p][_wppaCurIdx[p]]+"</a>";break;case"none":a=_wppaFullNames[p][_wppaCurIdx[p]];break;default:a=""}return wppaRepairBrTags(a)}function wppaMakeTheSlideHtml(p,a,e){var t,i=_wppaIsVideo[p][e]?"video":"img",w="title";"wppa"==wppaLightBox[p]&&(w="data-lbtitle");var r=""==wppaLightBox[p]?' onpause="wppaVideoPlaying['+p+'] = false;" onplay="wppaVideoPlaying['+p+'] = true;"':"";if(""!=_wppaLinkUrl[p][e])t=wppaSlideToFullpopup?'<a onclick="wppaStopAudio();wppaStopShow('+p+");"+_wppaLinkUrl[p][e]+'" target="'+_wppaLinkTarget[p][e]+'" title="'+_wppaLinkTitle[p][e]+'"><'+i+r+' title="'+_wppaLinkTitle[p][e]+'" id="theimg'+a+"-"+p+'" '+_wppaSlides[p][e]+"</a>":"<a onclick=\"_bumpClickCount('"+_wppaId[p][e]+"');wppaStopAudio();wppaStopShow("+p+");window.open('"+_wppaLinkUrl[p][e]+"', '"+_wppaLinkTarget[p][e]+'\');" title="'+_wppaLinkTitle[p][e]+'"><'+i+r+' title="'+_wppaLinkTitle[p][e]+'" id="theimg'+a+"-"+p+'" '+_wppaSlides[p][e]+"</a>";else if(""==wppaLightBox[p])t="<"+i+r+' title="'+_wppaNames[p][e]+'" id="theimg'+a+"-"+p+'" '+_wppaSlides[p][e];else{for(var o="",n=0,l=wppaLightboxSingle[p]?"":"[slide-"+p+"-"+a+"]";n<e;)o+='<a href="'+(wppaOvlHires||"wppa"!=wppaLightBox[p]?_wppaHiresUrl[p][n]:wppaMakeFullsizeUrl(_wppaUrl[p][n]))+'"'+(_wppaIsVideo[p][n]?' data-videonatwidth="'+_wppaVideoNatWidth[p][n]+'" data-videonatheight="'+_wppaVideoNatHeight[p][n]+'" data-videohtml="'+encodeURI(_wppaVideoHtml[p][n])+'"':"")+(""!=_wppaAudioHtml[p][n]?' data-audiohtml="'+encodeURI(_wppaAudioHtml[p][n])+'"':"")+" "+w+'="'+_wppaLbTitle[p][n]+'" '+wppaRel+'="'+wppaLightBox[p]+l+'"></a>',n++;for(o+='<a href="'+(wppaOvlHires||"wppa"!=wppaLightBox[p]?_wppaHiresUrl[p][e]:wppaMakeFullsizeUrl(_wppaUrl[p][e]))+'" onclick="wppaStopAudio();wppaStopShow('+p+');" target="'+_wppaLinkTarget[p][e]+'"'+(_wppaIsVideo[p][n]?' data-videonatwidth="'+_wppaVideoNatWidth[p][e]+'" data-videonatheight="'+_wppaVideoNatHeight[p][e]+'" data-videohtml="'+encodeURI(_wppaVideoHtml[p][e])+'"':"")+(""!=_wppaAudioHtml[p][n]?' data-audiohtml="'+encodeURI(_wppaAudioHtml[p][e])+'"':"")+" "+w+'="'+_wppaLbTitle[p][e]+'" '+wppaRel+'="'+wppaLightBox[p]+l+'"><'+i+r+' title="'+_wppaLinkTitle[p][e]+'" id="theimg'+a+"-"+p+'" '+_wppaSlides[p][e]+"</a>",n=e+1;n<_wppaUrl[p].length;)o+='<a href="'+(wppaOvlHires||"wppa"!=wppaLightBox[p]?_wppaHiresUrl[p][n]:wppaMakeFullsizeUrl(_wppaUrl[p][n]))+'"'+(_wppaIsVideo[p][n]?' data-videonatwidth="'+_wppaVideoNatWidth[p][n]+'" data-videonatheight="'+_wppaVideoNatHeight[p][n]+'" data-videohtml="'+encodeURI(_wppaVideoHtml[p][n])+'"':"")+(""!=_wppaAudioHtml[p][n]?' data-audiohtml="'+encodeURI(_wppaAudioHtml[p][n])+'"':"")+" "+w+'="'+_wppaLbTitle[p][n]+'" '+wppaRel+'="'+wppaLightBox[p]+l+'"></a>',n++;t=o}""!=_wppaAudioHtml[p][e]&&(t+='<audio controls id="wppa-audio-'+_wppaId[p][e]+"-"+p+'" class="wppa-audio-'+p+" wppa-audio-"+_wppaId[p][e]+"-"+p+'" data-from="wppa" onplay="wppaAudioPlaying['+p+'] = true;" onpause="wppaAudioPlaying['+p+'] = false" style="position:relative;top:-'+(wppaAudioHeight+wppaSlideBorderWidth)+"px;z-index:10;width:"+_wppaVideoNatWidth[p][e]+"px;left:"+Math.max(0,(wppaGetContainerWidth(p)-_wppaVideoNatWidth[p][e])/2)+'px;padding:0;box-sizing:border-box;" >'+_wppaAudioHtml[p][e]+"</audio>"),t=t.replace(/title=""/g,""),jQuery("#theslide"+a+"-"+p).html(t)}function _wppaAdjustFilmstrip(p){if(document.getElementById("wppa-filmstrip-"+p)){if(jQuery(".wppa-film-"+p).removeClass("wppa-filmthumb-active"),_wppaFilmNoMove[p])_wppaFilmNoMove[p]=!1;else{var a;a=wppaFilmStripLength[p]/2-(_wppaCurIdx[p]+.5+wppaPreambule)*wppaThumbnailPitch[p]-wppaFilmStripMargin[p],wppaFilmShowGlue&&(a-=2*wppaFilmStripMargin[p]+2),jQuery("#wppa-filmstrip-"+p).stop().animate({marginLeft:a+"px"},wppaAnimationSpeed)}if(-1!=_wppaCurIdx[p]){var e=_wppaCurIdx[p]-10;e<0&&(e=0);var t=_wppaCurIdx[p]+10;t>_wppaSlides[p].length&&(t=_wppaSlides[p].length);for(var i=0;i<_wppaSlides[p].length;){var w=jQuery("#film_wppatnf_"+_wppaId[p][i]+"_"+p).html();w&&(e<=i<=t&&-1!=w.search("\x3c!--")&&(w=(w=w.replace("\x3c!--","")).replace("--\x3e",""),jQuery("#film_wppatnf_"+_wppaId[p][i]+"_"+p).html(w)),""!=jQuery("#wppa-film-"+i+"-"+p).attr("data-title")?(jQuery("#wppa-film-"+i+"-"+p).attr("title",jQuery("#wppa-film-"+i+"-"+p).attr("data-title")),jQuery("#wppa-pre-"+i+"-"+p).attr("title",jQuery("#wppa-film-"+i+"-"+p).attr("data-title"))):""!=wppaFilmThumbTitle&&_wppaCurIdx[p]==i?(jQuery("#wppa-film-"+i+"-"+p).attr("title",wppaFilmThumbTitle),jQuery("#wppa-pre-"+i+"-"+p).attr("title",wppaFilmThumbTitle)):(jQuery("#wppa-film-"+i+"-"+p).attr("title",wppaClickToView+" "+_wppaNames[p][i]),jQuery("#wppa-pre-"+i+"-"+p).attr("title",wppaClickToView+" "+_wppaNames[p][i]))),i++}}jQuery("#wppa-film-"+_wppaCurIdx[p]+"-"+p).addClass("wppa-filmthumb-active")}}function _wppaNext(p){(wppaSlideWrap||_wppaCurIdx[p]!=_wppaSlides[p].length-1)&&(_wppaNxtIdx[p]=_wppaCurIdx[p]+1,_wppaNxtIdx[p]==_wppaSlides[p].length&&(_wppaNxtIdx[p]=0),_wppaNextSlide(p,0))}function _wppaNextN(p,a){if(wppaSlideWrap||!(_wppaCurIdx[p]>=_wppaSlides[p].length-a)){for(_wppaNxtIdx[p]=_wppaCurIdx[p]+a;_wppaNxtIdx[p]>=_wppaSlides[p].length;)_wppaNxtIdx[p]-=_wppaSlides[p].length;_wppaNextSlide(p,0)}}function _wppaNextOnCallback(p){if(wppaSlideWrap||_wppaCurIdx[p]!=_wppaSlides[p].length-1){if(_wppaSkipRated[p]){var a=_wppaCurIdx[p]+1;a==_wppaSlides[p].length&&(a=0);var e=a;if(0!=_wppaMyr[p][e]){for(++a==_wppaSlides[p].length&&(a=0);a!=e&&0!=_wppaMyr[p][a];)++a==_wppaSlides[p].length&&(a=0);e=a}_wppaNxtIdx[p]=e}else _wppaNxtIdx[p]=_wppaCurIdx[p]+1,_wppaNxtIdx[p]==_wppaSlides[p].length&&(_wppaNxtIdx[p]=0);_wppaNextSlide(p,0)}}function _wppaPrev(p){(wppaSlideWrap||0!=_wppaCurIdx[p])&&(_wppaNxtIdx[p]=_wppaCurIdx[p]-1,_wppaNxtIdx[p]<0&&(_wppaNxtIdx[p]=_wppaSlides[p].length-1),_wppaNextSlide(p,0))}function _wppaPrevN(p,a){if(wppaSlideWrap||!(_wppaCurIdx[p]<a)){for(_wppaNxtIdx[p]=_wppaCurIdx[p]-a;_wppaNxtIdx[p]<0;)_wppaNxtIdx[p]+=_wppaSlides[p].length;_wppaNextSlide(p,0)}}function _wppaGoto(p,a){_wppaToTheSame=_wppaNxtIdx[p]==a,_wppaNxtIdx[p]=a,_wppaNextSlide(p,0)}function _wppaGotoRunning(p,a){_wppaIsBusy[p]?setTimeout("_wppaGotoRunning( "+p+","+a+" )",10):(wppaConsoleLog("GotoRunning "+p),_wppaSSRuns[p]=!1,_wppaToTheSame=_wppaNxtIdx[p]==a,_wppaNxtIdx[p]=a,__wppaOverruleRun=!0,_wppaNextSlide(p,"manual"),_wppaGotoContinue(p))}function _wppaGotoContinue(p){_wppaIsBusy[p]?setTimeout("_wppaGotoContinue( "+p+" )",10):setTimeout("_wppaNextSlide( "+p+', "reset" )',wppaGetSlideshowTimeout(p)+10)}function _wppaStart(p,a){"icons"==wppaSlideshowNavigationType?_wppaStartIcons(p,a):_wppaStartText(p,a)}function _wppaStartIcons(p,a){if(-2==a){var e=0;if(a=0,_wppaSkipRated[p]=!0,0!=_wppaMyr[p][e])for(;e<_wppaSlides[p].length;)0==a&&0==_wppaMyr[p][e]&&(a=e),e++}a>-1?(jQuery("#startstop-"+p).html(wppaSvgHtml("Play-Button","1.5em",!1,!0,"0","10","20","50")),jQuery("#speed0-"+p).hide(),jQuery("#speed1-"+p).hide(),_wppaNxtIdx[p]=a,_wppaCurIdx[p]=a,_wppaNextSlide(p,0),_wppaShowMetaData(p,"show")):(_wppaSSRuns[p]=!0,_wppaNextSlide(p,0),jQuery("#startstop-"+p).html(wppaSvgHtml("Pause-Button","1.5em",!1,!0,"0","10","20","50")),jQuery("#speed0-"+p).show(),jQuery("#speed1-"+p).show(),_wppaShowMetaData(p,"hide"),jQuery("#bc-pname-modal-"+p)?jQuery("#bc-pname-modal-"+p).html(wppaSlideShow):jQuery("#bc-pname-"+p).html(wppaSlideShow)),_wppaSetRatingDisplay(p)}function _wppaStartText(p,a){if(-2==a){var e=0;if(a=0,_wppaSkipRated[p]=!0,0!=_wppaMyr[p][e])for(;e<_wppaSlides[p].length;)0==a&&0==_wppaMyr[p][e]&&(a=e),e++}a>-1?(jQuery("#startstop-"+p).html(wppaStart+" "+wppaSlideShow),jQuery("#speed0-"+p).css("display","none"),jQuery("#speed1-"+p).css("display","none"),_wppaNxtIdx[p]=a,_wppaCurIdx[p]=a,_wppaNextSlide(p,0),_wppaShowMetaData(p,"show")):(_wppaSSRuns[p]=!0,_wppaNextSlide(p,0),jQuery("#startstop-"+p).html(wppaStop),jQuery("#speed0-"+p).css("display","inline"),jQuery("#speed1-"+p).css("display","inline"),_wppaShowMetaData(p,"hide"),jQuery("#bc-pname-modal-"+p)?jQuery("#bc-pname-modal-"+p).html(wppaSlideShow):jQuery("#bc-pname-"+p).html(wppaSlideShow)),_wppaSetRatingDisplay(p)}function _wppaStop(p){"icons"==wppaSlideshowNavigationType?_wppaStopIcons(p):_wppaStopText(p)}function _wppaStopIcons(p){_wppaSSRuns[p]=!1,jQuery("#startstop-"+p).html(wppaSvgHtml("Play-Button","1.5em",!1,!0)),jQuery("#speed0-"+p).hide(),jQuery("#speed1-"+p).hide(),_wppaShowMetaData(p,"show"),jQuery("#bc-pname-modal-"+p)?jQuery("#bc-pname-modal-"+p).html(_wppaNames[p][_wppaCurIdx[p]]):jQuery("#bc-pname-"+p).html(_wppaNames[p][_wppaCurIdx[p]])}function _wppaStopText(p){_wppaSSRuns[p]=!1,jQuery("#startstop-"+p).html(wppaStart+" "+wppaSlideShow),jQuery("#speed0-"+p).css("display","none"),jQuery("#speed1-"+p).css("display","none"),_wppaShowMetaData(p,"show"),jQuery("#bc-pname-modal-"+p)?jQuery("#bc-pname-modal-"+p).html(_wppaNames[p][_wppaCurIdx[p]]):jQuery("#bc-pname-"+p).html(_wppaNames[p][_wppaCurIdx[p]])}function _wppaSpeed(p,a){"random"!=_wppaTimeOut[p]&&(a?_wppaTimeOut[p]>500&&(_wppaTimeOut[p]/=1.5):_wppaTimeOut[p]<6e4&&(_wppaTimeOut[p]*=1.5))}function _wppaLoadSpinner(p){}function _wppaUnloadSpinner(p){jQuery("#wppa-slide-spin-"+p).stop().fadeOut(),setTimeout(function(){jQuery("#wppa-slide-spin-"+p).stop().fadeOut()},1e3)}function _wppaCheckRewind(p){var a,e,t;document.getElementById("wppa-filmstrip-"+p)&&((a=Math.abs(_wppaCurIdx[p]-_wppaNxtIdx[p]))<=wppaFilmPageSize[p]||a>=(wppaFilmStripLength[p]/wppaThumbnailPitch[p]+1)/2&&(e=wppaThumbnailPitch[p]*_wppaSlides[p].length,wppaFilmShowGlue&&(e+=2+2*wppaFilmStripMargin[p]),t=parseInt(jQuery("#wppa-filmstrip-"+p).css("margin-left")),_wppaNxtIdx[p]>_wppaCurIdx[p]?t-=e:t+=e,jQuery("#wppa-filmstrip-"+p).css("margin-left",t+"px")))}function _wppaSetRatingDisplay(p){if(document.getElementById("wppa-rating-"+p)){var a,e,t,w,r;if(void 0!==(a=_wppaAvg[p][_wppaCurIdx[p]])){if("likes"==wppaRatingDisplayType){var o=a.split("|");return jQuery("#wppa-like-"+p).attr("title",o[0]),jQuery("#wppa-liketext-"+p).html(o[1]),void("1"==_wppaMyr[p][_wppaCurIdx[p]]?jQuery("#wppa-like-"+p).attr("src",wppaImageDirectory+"thumbdown.png"):jQuery("#wppa-like-"+p).attr("src",wppaImageDirectory+"thumbup.png"))}if(e=a.split("|"),a=e[0],t=e[1],w=_wppaDisc[p][_wppaCurIdx[p]],r=_wppaMyr[p][_wppaCurIdx[p]],"graphic"==wppaRatingDisplayType)_wppaSetRd(p,a,"#wppa-avg-"),_wppaSetRd(p,r,"#wppa-rate-"),0==r?(jQuery("#wppa-dislike-"+p).css("display","inline"),jQuery("#wppa-dislike-imgdiv-"+p).css("display","inline"),document.getElementById("wppa-dislike-"+p)&&jQuery("#wppa-filler-"+p).css("display","none"),jQuery("#wppa-dislike-"+p).stop().fadeTo(100,wppaStarOpacity)):(jQuery("#wppa-dislike-"+p).css("display","none"),jQuery("#wppa-dislike-imgdiv-"+p).css("display","none"),jQuery("#wppa-filler-"+p).css("display","inline"),jQuery("#wppa-filler-"+p).stop().fadeTo(100,wppaStarOpacity),jQuery("#wppa-filler-"+p).attr("title",w));else{if(jQuery("#wppa-numrate-avg-"+p).html(a+" ( "+t+" ) "),wppaRatingOnce&&r>0)jQuery("#wppa-numrate-mine-"+p).html(r);else if(r<0)jQuery("#wppa-numrate-mine-"+p).html(" dislike");else{var n="";for(i=1;i<=wppaRatingMax;i++)r==i?n+='<span style="cursor:pointer; font-weight:bold;" onclick="_wppaRateIt( '+p+", "+i+' )">&nbsp;'+i+"&nbsp;</span>":(r>i-1&&r<i&&(n+="&nbsp;( "+r+" )&nbsp;"),n+='<span style="cursor:pointer;" onclick="_wppaRateIt( '+p+", "+i+' )" onmouseover="this.style.fontWeight=\'bold\'" onmouseout="this.style.fontWeight=\'normal\'" >&nbsp;'+i+"&nbsp;</span>");jQuery("#wppa-numrate-mine-"+p).html(n)}0==r?(jQuery("#wppa-dislike-"+p).css("display","inline"),jQuery("#wppa-dislike-imgdiv-"+p).css("display","inline"),jQuery("#wppa-filler-"+p).css("display","none"),jQuery("#wppa-dislike-"+p).stop().fadeTo(100,wppaStarOpacity)):(jQuery("#wppa-dislike-"+p).css("display","none"),jQuery("#wppa-dislike-imgdiv-"+p).css("display","none"),jQuery("#wppa-filler-"+p).css("display","inline")),jQuery("#wppa-discount-"+p).html(w+"&bull; "),jQuery("#wppa-filler-"+p).css("display","none")}0==r?jQuery("#wppa-vote-button-"+p).val(wppaVoteForMe):jQuery("#wppa-vote-button-"+p).val(wppaVotedForMe),jQuery("#wppa-vote-count-"+p).html(t)}}}function wppaGetDislikeText(p,a,e){return p}function _wppaSetRd(p,a,e){var t=parseInt(a),i=t+1,w=a-t,r=wppaStarOpacity+w*(1-wppaStarOpacity),o=wppaRatingMax;for(idx=1;idx<=o;idx++)"#wppa-rate-"!=e&&".wppa-rate-"!=e||jQuery(e+p+"-"+idx).attr("src")!=wppaImageDirectory+"star.ico"&&jQuery(e+p+"-"+idx).attr("src",wppaImageDirectory+"star.ico"),idx<=t?jQuery(e+p+"-"+idx).stop().fadeTo(100,1):idx==i?jQuery(e+p+"-"+idx).stop().fadeTo(100,r):jQuery(e+p+"-"+idx).stop().fadeTo(100,wppaStarOpacity)}function _wppaFollowMe(p,a){_wppaSSRuns[p]||0!=_wppaMyr[p][_wppaCurIdx[p]]&&wppaRatingOnce||_wppaMyr[p][_wppaCurIdx[p]]<0||_wppaVoteInProgress||_wppaSetRd(p,a,"#wppa-rate-")}function wppaOvlFollowMe(p,a,e){e||_wppaSetRd(p,a,".wppa-rate-")}function _wppaLeaveMe(p,a){_wppaSSRuns[p]||0!=_wppaMyr[p][_wppaCurIdx[p]]&&wppaRatingOnce||_wppaMyr[p][_wppaCurIdx[p]]<0||_wppaVoteInProgress||_wppaSetRd(p,_wppaMyr[p][_wppaCurIdx[p]],"#wppa-rate-")}function wppaOvlLeaveMe(p,a,e){_wppaSetRd(p,e,".wppa-rate-")}function _wppaValidateComment(p,a){if(a||(a=_wppaId[p][_wppaCurIdx[p]]),jQuery("#wppa-comname-"+p).val().length<1)return alert(wppaPleaseName),!1;if("required"==wppaEmailRequired||"optional"==wppaEmailRequired){var e=jQuery("#wppa-comemail-"+p).val();if("optional"==wppaEmailRequired&&0==e.length)return!0;var t=e.indexOf("@"),i=e.lastIndexOf(".");if(t<1||i<t+2||i+2>=e.length)return alert(wppaPleaseEmail),!1}return!(jQuery("#wppa-comment-"+p).val().length<1)||(alert(wppaPleaseComment),!1)}function _wppaGo(p){document.location=p}function _wppaBbb(p,a,e){if(!_wppaSSRuns[p]){var t="#bbb-"+p+"-"+a;switch(e){case"show":"l"==a&&jQuery(t).attr("title",wppaPreviousPhoto),"r"==a&&jQuery(t).attr("title",wppaNextPhoto),jQuery(".bbb-"+p).css("cursor","pointer");break;case"hide":jQuery(".bbb-"+p).removeAttr("title"),jQuery(".bbb-"+p).css("cursor","default");break;case"click":"l"==a&&wppaPrev(p),"r"==a&&wppaNext(p);break;default:alert("Unimplemented instruction: "+e+" on: "+t)}}}function _wppaUbb(p,a,e){var t="#ubb-"+p+"-"+a;switch(e){case"show":"l"==a&&jQuery(t).attr("title",wppaPreviousPhoto),"r"==a&&jQuery(t).attr("title",wppaNextPhoto),jQuery(".ubb-"+p).css("cursor","pointer"),jQuery(".ubb-"+p).stop().fadeTo(200,.8),jQuery("#wppa-startstop-icon-"+p).stop().fadeTo(200,.8);break;case"hide":jQuery(".ubb-"+p).removeAttr("title"),jQuery(".ubb-"+p).css("cursor","default"),jQuery(".ubb-"+p).stop().fadeTo(200,0),jQuery("#wppa-startstop-icon-"+p).stop().fadeTo(200,0);break;case"click":var i;if("l"==a&&(i=_wppaCurIdx[p]-1)<0){if(!wppaSlideWrap)return;i=_wppaSlides[p].length-1}if("r"==a&&(i=_wppaCurIdx[p]+1)==_wppaSlides[p].length){if(!wppaSlideWrap)return;i=0}wppaIsMobile&&(jQuery(".ubb-"+p).stop().fadeTo(200,1).fadeTo(1e3,0),jQuery("#wppa-startstop-icon-"+p).stop().fadeTo(200,1).fadeTo(1e3,0)),wppaGotoKeepState(p,i);break;default:alert("Unimplemented instruction: "+e+" on: "+t)}}function wppaOpenComments(p){_wppaSSRuns[p]&&_wppaStop(p),jQuery("#wppa-comtable-wrap-"+p).css("display","block"),jQuery("#wppa-comform-wrap-"+p).css("display","block"),jQuery("#wppa-comfooter-wrap-"+p).css("display","none"),wppaColWidth[p]=0,setTimeout("_wppaDoAutocol( "+p+" )",100)}function _wppaShowMetaData(p,a){_wppaSSRuns[p]||__wppaOverruleRun?"show"==a?wppaFotomotoHideWhenRunning||wppaFotomotoToolbar(p,_wppaHiresUrl[p][_wppaCurIdx[p]]):wppaShareHideWhenRunning&&jQuery("#wppa-share-"+p).css("display","none"):"show"==a?(wppaAutoOpenComments&&(jQuery("#wppa-comtable-wrap-"+p).css("display","block"),jQuery("#wppa-comform-wrap-"+p).css("display","block"),jQuery("#wppa-comfooter-wrap-"+p).css("display","none")),0!=_wppaCurIdx[p]&&jQuery(".wppa-first-"+p).show(),_wppaCurIdx[p]!=_wppaSlides[p].length-1&&jQuery(".wppa-last-"+p).show(),wppaShareHideWhenRunning&&jQuery("#wppa-share-"+p).css("display",""),wppaFotomotoToolbar(p,_wppaHiresUrl[p][_wppaCurIdx[p]])):(jQuery("#wppa-comtable-wrap-"+p).css("display","none"),jQuery("#wppa-comform-wrap-"+p).css("display","none"),jQuery("#wppa-comfooter-wrap-"+p).css("display","block"),wppaFotomotoHide(p)),"show"==a?(jQuery("#imagedesc-"+p).css("visibility","visible"),jQuery("#imagetitle-"+p).css("visibility","visible"),jQuery("#counter-"+p).css("visibility","visible"),jQuery("#iptccontent-"+p).css("visibility","visible"),jQuery("#exifcontent-"+p).css("visibility","visible")):(jQuery("#counter-"+p).css("visibility","hidden"),jQuery(".wppa-first-"+p).hide(),jQuery(".wppa-last-"+p).hide(),jQuery("#iptccontent-"+p).css("visibility","hidden"),jQuery("#exifcontent-"+p).css("visibility","hidden"))}function wppaGetSlideshowTimeout(p){var a;if("random"==_wppaTimeOut[p]){var e=2*wppaAnimationSpeed,t=7*wppaAnimationSpeed;a=Math.floor(Math.random()*(t-e+1))+e}else a=_wppaTimeOut[p];return a}var wppaJsSlideshowVersion="6.6.31";wppaConsoleLog("wppa-slideshow.js version "+wppaJsSlideshowVersion+" loaded.","force");
js/wppa-tinymce-shortcodes.js CHANGED
@@ -2,7 +2,7 @@
2
  * Pachkage: wp-photo-album-plus
3
  *
4
  *
5
- * Version 6.6.28
6
  *
7
  */
8
 
@@ -413,7 +413,9 @@ function wppaGalleryEvaluate() {
413
  case '#all':
414
  break;
415
  default:
416
- alert( 'Unimplemented virtual album: '+album );
 
 
417
  }
418
  if ( ( album != '#cat' || cats != '' ) &&
419
  ( album != '#owner' || owner != '' ) &&
@@ -459,7 +461,7 @@ function wppaGalleryEvaluate() {
459
  if ( needPhoto ) {
460
  photo = jQuery('#wppagallery-photo').val();
461
  if ( photo ) {
462
- id = photo.replace(/\//g,'');
463
  id = id.split('.');
464
  id = id[0];
465
  jQuery('#wppagallery-photo-preview-tr').show();
2
  * Pachkage: wp-photo-album-plus
3
  *
4
  *
5
+ * Version 6.6.31
6
  *
7
  */
8
 
413
  case '#all':
414
  break;
415
  default:
416
+ if ( album != null ) {
417
+ alert( wppaUIERR + ': ' + album );
418
+ }
419
  }
420
  if ( ( album != '#cat' || cats != '' ) &&
421
  ( album != '#owner' || owner != '' ) &&
461
  if ( needPhoto ) {
462
  photo = jQuery('#wppagallery-photo').val();
463
  if ( photo ) {
464
+ id = photo.replace(/\//g,'');
465
  id = id.split('.');
466
  id = id[0];
467
  jQuery('#wppagallery-photo-preview-tr').show();
js/wppa.js CHANGED
@@ -2,7 +2,7 @@
2
  //
3
  // conatins common vars and functions
4
  //
5
- var wppaJsVersion = '6.6.28';
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!!
@@ -447,7 +447,7 @@ function wppaGetContainerWidth( mocc ) {
447
  w = jQuery( elm ).width();
448
  }
449
 
450
- return w * wppaAutoColumnFrac[mocc];
451
  }
452
 
453
  // Do the responsive size adjustment
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!!
447
  w = jQuery( elm ).width();
448
  }
449
 
450
+ return parseInt( w * wppaAutoColumnFrac[mocc] );
451
  }
452
 
453
  // Do the responsive size adjustment
js/wppa.min.js CHANGED
@@ -1,126 +1 @@
1
- // wppa.js
2
- //
3
- // conatins common vars and functions
4
- //
5
-
6
- var wppaJsVersion='6.6.28';var wppaVersion='0';var wppaIsIe=false;var wppaUseSvg=true;var wppaDebug;var wppaFullValign=[];var wppaFullHalign=[];var wppaFullFrameDelta=[];var wppaAnimationSpeed;var wppaImageDirectory;var wppaAutoColumnWidth=[];var wppaAutoColumnFrac=[];var wppaThumbnailAreaDelta;var wppaSlideShowTimeOut=2500;var wppaFadeInAfterFadeOut=false;var wppaTextFrameDelta=0;var wppaBoxDelta=0;var wppaPreambule;var wppaHideWhenEmpty=false;var wppaThumbnailPitch=[];var wppaFilmStripLength=[];var wppaFilmStripMargin=[];var wppaFilmStripAreaDelta=[];var wppaFilmShowGlue=false;var wppaIsMini=[];var wppaPortraitOnly=[];var wppaSlideShow;var wppaPhoto;var wppaOf;var wppaNextPhoto;var wppaPreviousPhoto;var wppaNextP;var wppaPrevP;var wppaAvgRating;var wppaMyRating;var wppaAvgRat;var wppaMyRat;var wppaDislikeMsg;var wppaMiniTreshold=300;var wppaStart='Start';var wppaStop='Stop';var wppaPleaseName;var wppaPleaseEmail;var wppaPleaseComment;var wppaRatingOnce=true;var wppaBGcolorNumbar='transparent';var wppaBcolorNumbar='transparent';var wppaBGcolorNumbarActive='transparent';var wppaBcolorNumbarActive='transparent';var wppaFontFamilyNumbar='';var wppaFontSizeNumbar='';var wppaFontColorNumbar='';var wppaFontWeightNumbar='';var wppaFontFamilyNumbarActive='';var wppaFontSizeNumbarActive='';var wppaFontColorNumbarActive='';var wppaFontWeightNumbarActive='';var wppaNumbarMax='10';var wppaAjaxUrl='';var wppaLang='';var wppaNextOnCallback=false;var wppaStarOpacity=0.2;var wppaSlideWrap=true;var wppaLightBox=[];var wppaEmailRequired='required';var wppaSlideBorderWidth=0;var wppaSlideInitRunning=[];var wppaAnimationType='fadeover';var wppaSlidePause=[];var wppaSlideBlank=[];var wppaRatingMax=5;var wppaRatingDisplayType='graphic';var wppaRatingPrec=2;var wppaFilmPageSize=[];var wppaAspectRatio=[];var wppaFullSize=[];var wppaStretch=false;var wppaThumbSpaceAuto=false;var wppaMinThumbSpace=4;var wppaMagnifierCursor='';var wppaArtMonkyLink='none';var wppaAutoOpenComments=false;var wppaUpdateAddressLine=false;var wppaFilmThumbTitle='';var wppaClickToView='';var wppaUploadUrl='';var wppaVoteForMe='';var wppaVotedForMe='';var wppaSlideSwipe=true;var wppaLightboxSingle=[];var wppaMaxCoverWidth=300;var wppaDownLoad='Download';var wppaSiteUrl='';var wppaWppaUrl='';var wppaIncludeUrl='';var wppaSlideToFullpopup=false;var wppaComAltSize=75;var wppaBumpViewCount=true;var wppaBumpClickCount=false;var wppaFotomoto=false;var wppaArtMonkeyButton=true;var wppaShortQargs=false;var wppaOvlHires=false;var wppaMasonryCols=[];var wppaVideoPlaying=[];var wppaAudioPlaying=[];var wppaSlideVideoStart=false;var wppaSlideAudioStart=false;var wppaAudioHeight=28;var wppaHis=0;var wppaStartHtml=[];var wppaCanAjaxRender=false;var wppaCanPushState=false;var wppaAllowAjax=true;var wppaMaxOccur=0;var wppaFirstOccur=0;var wppaUsePhotoNamesInUrls=false;var wppaShareHideWhenRunning=false;var wppaCommentRequiredAfterVote=true;var wppaTopMoc=0;var wppaColWidth=[];var wppaFotomotoHideWhenRunning=false;var wppaFotomotoMinWidth=400;var wppaPhotoView=[];var wppaBackgroundColorImage='';var wppaPopupLinkType='';var wppaPopupOnclick=[];var wppaThumbTargetBlank=false;var wppaRel='rel';var wppaEditPhotoWidth='960';var wppaThemeStyles='';var wppaStickyHeaderHeight=0;var wppaRenderModal=false;var wppaModalBgColor='#ffffff';var wppaBoxRadius=0;var wppaModalQuitImg;var wppaUploadEdit='none';var wppaPageArg='';var wppaSlideshowNavigationType='icons';var wppaCoverImageResponsive=[];var _wppaId=[];var _wppaAvg=[];var _wppaDisc=[];var _wppaMyr=[];var _wppaVRU=[];var _wppaLinkUrl=[];var _wppaLinkTitle=[];var _wppaLinkTarget=[];var _wppaCommentHtml=[];var _wppaIptcHtml=[];var _wppaExifHtml=[];var _wppaToTheSame=false;var _wppaSlides=[];var _wppaNames=[];var _wppaFullNames=[];var _wppaDsc=[];var _wppaOgDsc=[];var _wppaCurIdx=[];var _wppaNxtIdx=[];var _wppaTimeOut=[];var _wppaSSRuns=[];var _wppaFg=[];var _wppaTP=[];var _wppaIsBusy=[];var _wppaFirst=[];var _wppaVoteInProgress=false;var _wppaTextDelay;var _wppaUrl=[];var _wppaSkipRated=[];var _wppaLbTitle=[];var _wppaStateCount=0;var _wppaDidGoto=[];var _wppaShareUrl=[];var _wppaShareHtml=[];var _wppaFilmNoMove=[];var _wppaHiresUrl=[];var _wppaIsVideo=[];var _wppaVideoHtml=[];var _wppaAudioHtml=[];var _wppaVideoNatWidth=[];var _wppaVideoNatHeight=[];var _wppaWaitTexts=[];var _wppaImageAlt=[];var __wppaOverruleRun=false;var wppaOvlUrls;var wppaOvlTitles;var wppaOvlAlts;var wppaOvlIdx=0;var wppaOvlFirst=true;var wppaOvlKbHandler='';var wppaOvlSizeHandler='';var wppaOvlPadTop=5;var wppaOvlIsSingle;var wppaOvlRunning=false;var wppaOvlVideoHtmls;var wppaOvlAudioHtmls;var wppaOvlVideoNaturalWidths;var wppaOvlVideoNaturalHeights;var wppaOvlModeInitial='normal';var wppaOvlVideoPlaying=false;var wppaOvlAudioPlaying=false;var wppaOvlShowLegenda=true;var wppaOvlShowStartStop=true;var wppaOvlRadius=0;var wppaOvlBorderWidth=16;var wppaOvlOpen=false;var wppaOvlTxtHeight=36;var wppaOvlOpacity=0.8;var wppaOvlOnclickType='none';var wppaOvlTheme='black';var wppaOvlAnimSpeed=300;var wppaOvlSlideSpeed=3000;var wppaVer4WindowWidth=800;var wppaVer4WindowHeight=600;var wppaOvlFontFamily='Helvetica';var wppaOvlFontSize='10';var wppaOvlFontColor='';var wppaOvlFontWeight='bold';var wppaOvlLineHeight='12';var wppaOvlShowCounter=true;var wppaOvlIsVideo=false;var wppaShowLegenda='';var wppaOvlFsPhotoId=0;var wppaPhotoId=0;var wppaOvlVideoStart=false;var wppaOvlAudioStart=false;var wppaLastIptc='';var wppaLastExif='';var wppaIsMobile=false;var wppaSvgFillcolor='gray';var wppaSvgBgcolor='transparent';var wppaSvgCornerStyle='light';jQuery(document).ready(function(){wppaDoInit(false);setTimeout(function(){wppaDoInit(true);},1000);});function wppaDoInit(autoOnly){var anyAutocol=false;for(mocc=1;mocc<=wppaTopMoc;mocc++){if(wppaAutoColumnWidth[mocc]){wppaColWidth[mocc]=0;_wppaDoAutocol(mocc);anyAutocol=true;}}
7
- if(!autoOnly){_wppaTextDelay=wppaAnimationSpeed;if(wppaFadeInAfterFadeOut)_wppaTextDelay*=2;if(anyAutocol){jQuery(window).resize(function(){for(mocc=1;mocc<=wppaTopMoc;mocc++){if(wppaAutoColumnWidth[mocc]){wppaColWidth[mocc]=0;_wppaDoAutocol(mocc);}}});}}
8
- jQuery('.wppa-ajax-spin').stop().fadeOut();setTimeout(function(){jQuery('.wppa-ajax-spin').stop().fadeOut();},1000);jQuery('.wppa-ovl-spin').stop().fadeOut();setTimeout(function(){jQuery('.wppa-ovl-spin').stop().fadeOut();},1000);setTimeout(function(){var i=1;while(i<wppaTopMoc){if(jQuery('ubb-'+i+'-l')){wppaUbb(i,'l','hide');wppaUbb(i,'r','hide');}
9
- i++;}},3000);}
10
- jQuery(document).ready(function(e){if(wppaAllowAjax&&jQuery.ajax){wppaCanAjaxRender=true;}
11
- if(typeof(history.pushState)!='undefined'){var i=1;while(i<=wppaMaxOccur){wppaStartHtml[i]=jQuery('#wppa-container-'+i).html();i++;}
12
- wppaCanPushState=true;}});function wppaUpdateLightboxes(){if(typeof(wppaInitOverlay)=='function'){wppaInitOverlay();}
13
- if(typeof(myLightbox)!='undefined'){if(typeof(myLightbox.updateImageList)=='function'){myLightbox.updateImageList();}}
14
- if(jQuery().prettyPhoto){jQuery("a[rel^='prettyPhoto']").prettyPhoto({deeplinking:false,});}}
15
- function wppaStopVideo(mocc){var id=[];var video;var i;id[1]='wppa-overlay-img';id[2]='theimg0-'+mocc;id[3]='theimg1-'+mocc;i=0;while(i<3){i++;if(i!=1||mocc==0){video=document.getElementById(id[i]);if(video){if(typeof(video.pause)=='function'){video.pause();wppaConsoleLog('Video '+id[i]+' paused','force');}}}}}
16
- function wppaStopAudio(mocc){if(typeof(mocc)=='number'){if(jQuery('#audio-'+mocc).pause){jQuery('#audio-'+mocc).pause();}}
17
- else{var items=jQuery('audio');if(items.length>0){var i=0;while(i<items.length){if(jQuery(items[i]).attr('data-from')=='wppa'){items[i].pause();}
18
- i++;}}}}
19
- function wppaMakeFullsizeUrl(url){var temp;var temp2;url=url.replace('/thumbs/','/');temp=url.split('//');if(temp[1]){temp2=temp[1].split('/');url=temp[0]+'//';}
20
- else{temp2=temp[0].split('/');url='';}
21
- var j=0;while(j<temp2.length){var chunk=temp2[j];var w=chunk.split('_');if(w[0]!='w'){if(j!=0)url+='/';url+=chunk;}
22
- j++;}
23
- return url;}
24
- function wppaGetContainerWidth(mocc){var elm=document.getElementById('wppa-container-'+mocc);var w=0;if(!wppaAutoColumnWidth[mocc])return elm.clientWidth;while(w==0){elm=elm.parentNode;w=jQuery(elm).width();}
25
- return w*wppaAutoColumnFrac[mocc];}
26
- function _wppaDoAutocol(mocc){if(!wppaAutoColumnWidth[mocc])return;var w;var h;w=wppaGetContainerWidth(mocc);if(wppaColWidth[mocc]==w){return;}
27
- wppaConsoleLog('Doing autocol '+mocc);wppaColWidth[mocc]=w;jQuery(".wppa-container-"+mocc).css('width',w);if(wppaRenderModal){jQuery(".ui-dialog").css('width',w);jQuery(".ui-dialog").attr('height','auto');}
28
- if(wppaCoverImageResponsive[mocc]){}
29
- else{jQuery(".wppa-asym-text-frame-"+mocc).css('width',w-wppaTextFrameDelta);jQuery(".wppa-cover-box-"+mocc).css('width',w);}
30
- var exists=jQuery(".wppa-cover-box-mcr-"+mocc);var MCRWidth;if(exists.length>1){var nCovers=parseInt((w+8)/(wppaMaxCoverWidth+8))+1;var coverMax1=nCovers-1;MCRWidth=parseInt(((w+8)/nCovers)-8);var idx=0;while(idx<exists.length){var col=idx%nCovers;switch(col){case 0:jQuery(exists[idx]).css({'marginLeft':'0px','clear':'both','float':'left'});break;case coverMax1:jQuery(exists[idx]).css({'marginLeft':'8px','clear':'none','float':'right'});break;default:jQuery(exists[idx]).css({'marginLeft':'8px','clear':'none','float':'left'});}
31
- idx++;}
32
- if(wppaCoverImageResponsive[mocc]){}
33
- else{jQuery(".wppa-asym-text-frame-mcr-"+mocc).css('width',MCRWidth-wppaTextFrameDelta);}
34
- jQuery(".wppa-cover-box-mcr-"+mocc).css('width',MCRWidth);}
35
- else{if(wppaCoverImageResponsive[mocc]){}
36
- else{jQuery(".wppa-asym-text-frame-mcr-"+mocc).css('width',w-wppaTextFrameDelta);var myCss={'marginLeft':'0px','float':'left'}
37
- jQuery(".wppa-cover-box-mcr-"+mocc).css(myCss);}}
38
- if(wppaThumbSpaceAuto){var tfw=parseInt(jQuery(".thumbnail-frame-"+mocc).css('width'));if(tfw){var minspc=wppaMinThumbSpace;var weff=w-wppaThumbnailAreaDelta-7;var nthumbs=parseInt(weff/(tfw+minspc));var availsp=weff-nthumbs*tfw;var newspc=parseInt(0.5+availsp/(nthumbs+1));jQuery(".thumbnail-frame-"+mocc).css({marginLeft:newspc});}}
39
- jQuery(".thumbnail-frame-comalt-"+mocc).css('width',w-wppaThumbnailAreaDelta);jQuery(".wppa-com-alt-"+mocc).css('width',w-wppaThumbnailAreaDelta-wppaComAltSize-16);var row=1;var rowHeightPix;var rowHeightPerc=jQuery('#wppa-mas-h-'+row+'-'+mocc).attr('data-height-perc');while(rowHeightPerc){rowHeightPix=rowHeightPerc*(w-wppaThumbnailAreaDelta)/100;jQuery('#wppa-mas-h-'+row+'-'+mocc).css('height',rowHeightPix);row++;rowHeightPerc=jQuery('#wppa-mas-h-'+row+'-'+mocc).attr('data-height-perc');}
40
- wppaSetMasHorFrameWidthsForIeAndChrome(mocc);wppaFormatSlide(mocc);jQuery("#audio-slide-"+mocc).css('width',w-wppaBoxDelta-6);jQuery(".wppa-comment-textarea-"+mocc).css('width',w*0.7);wppaFilmStripLength[mocc]=w-wppaFilmStripAreaDelta[mocc];jQuery("#filmwindow-"+mocc).css('width',wppaFilmStripLength[mocc]);_wppaAdjustFilmstrip(mocc);if(!wppaIsMini[mocc]&&typeof(_wppaSlides[mocc])!='undefined'){if(wppaColWidth[mocc]<wppaMiniTreshold){jQuery('#wppa-avg-rat-'+mocc).html(wppaAvgRat);jQuery('#wppa-my-rat-'+mocc).html(wppaMyRat);jQuery('#counter-'+mocc).html((_wppaCurIdx[mocc]+1)+' / '+_wppaSlides[mocc].length);}
41
- else{jQuery('#wppa-avg-rat-'+mocc).html(wppaAvgRating);jQuery('#wppa-my-rat-'+mocc).html(wppaMyRating);jQuery('#counter-'+mocc).html(wppaPhoto+' '+(_wppaCurIdx[mocc]+1)+' '+wppaOf+' '+_wppaSlides[mocc].length);}}
42
- jQuery(".wppa-sphoto-"+mocc).css('width',w);jQuery(".wppa-simg-"+mocc).css('width',w-2*wppaSlideBorderWidth);jQuery(".wppa-simg-"+mocc).css('height','');jQuery(".wppa-mphoto-"+mocc).css('width',w+10);jQuery(".wppa-mimg-"+mocc).css('width',w);jQuery(".wppa-mimg-"+mocc).css('height','');}
43
- function wppaSetMasHorFrameWidthsForIeAndChrome(mocc){var frames=jQuery('.wppa-mas-h-'+mocc);var tnm=wppaMinThumbSpace;for(var i=0;i<frames.length;i++){var img=wppaGetChildI(frames[i]);if(img){if(img.nodeName=='IMG'){if(!img.complete){setTimeout('wppaSetMasHorFrameWidthsForIeAndChrome( '+mocc+' )',400);return;}}
44
- var wd=((img.naturalWidth)/(img.naturalHeight)*(img.height))+tnm;jQuery(frames[i]).css({'width':wd});}}}
45
- function wppaGetChildI(parent){var children=parent.childNodes;var img=false;var i;for(i=0;i<children.length;i++){var child=children[i];if(child.id){if(child.id.substr(0,2)=='i-'){return child;}}
46
- var grandChild=wppaGetChildI(child);if(grandChild){return grandChild;}}
47
- return false;}
48
- var wppaFotomotoLoaded=false;var wppaFotomotoToolbarIds=[];function fotomoto_loaded(){wppaFotomotoLoaded=true;}
49
- function wppaFotomotoToolbar(mocc,url){if(wppaColWidth[mocc]>=wppaFotomotoMinWidth){jQuery('#wppa-fotomoto-container-'+mocc).css('display','inline');jQuery('#wppa-fotomoto-checkout-'+mocc).css('display','inline');}
50
- else{jQuery('#wppa-fotomoto-container-'+mocc).css('display','none');jQuery('#wppa-fotomoto-checkout-'+mocc).css('display','none');return;}
51
- if(wppaFotomoto&&document.getElementById('wppa-fotomoto-container-'+mocc)){if(wppaFotomotoLoaded){FOTOMOTO.API.checkinImage(url);wppaFotomotoToolbarIds[mocc]=FOTOMOTO.API.showToolbar('wppa-fotomoto-container-'+mocc,url);}
52
- else{setTimeout('wppaFotomotoToolbar( '+mocc+',"'+url+'" )',200);wppaConsoleLog('Waiting for Fotomoto');}}}
53
- function wppaFotomotoHide(mocc){jQuery('#wppa-fotomoto-container-'+mocc).css('display','none');jQuery('#wppa-fotomoto-checkout-'+mocc).css('display','none');}
54
- function wppaGetCurrentFullUrl(mocc,idx){var xurl=document.location.href;var url;var temp1=xurl.split("?");var temp2='nil';var temp3;var i=0;var first=true;var pfx;if(!wppaShortQargs)pfx='wppa-';else pfx='';if(temp1[1])temp2=temp1[1].split("&");var albumSeen=false;url=temp1[0];if(temp2!='nil'){if(temp2.length>0){while(i<temp2.length){temp3=temp2[i].split("=");if(temp3[0]==pfx+'album')albumSeen=true;if(temp3[0]!=pfx+'photo'){if(first)url+="?";else url+="&";first=false;url+=temp2[i];}
55
- i++;}}}
56
- if(!albumSeen)return'';if(first)url+="?";else url+="&";if(wppaUsePhotoNamesInUrls){url+=pfx+'photo='+encodeURIComponent(_wppaNames[mocc][idx]);}
57
- else{url+=pfx+'photo='+_wppaId[mocc][idx];}
58
- return url;}
59
- function wppaStringContainsForbiddenChars(str){var forbidden=['?','&','#','/','"',"'"];var i=0;while(i<forbidden.length){if(str.indexOf(forbidden[i])!=-1){return true;}
60
- i++;}
61
- return false;}
62
- window.onpopstate=function(event){var occ=0;if(wppaCanPushState){if(event.state){occ=event.state.occur;switch(event.state.type){case'html':jQuery('#wppa-container-'+occ).html(event.state.html);break;case'slide':_wppaGoto(occ,event.state.slide);break;}}
63
- else if(wppaUpdateAddressLine){occ=wppaFirstOccur;jQuery('#wppa-container-'+occ).html(wppaStartHtml[occ]);wppaFirstOccur=0;if(occ==0){var url=document.location.href;var urls=url.split("&wppa-occur=");occ=parseInt(urls[1]);}
64
- var url=document.location.href;var urls=url.split("&wppa-photo=");var photo=parseInt(urls[1]);if(photo>0){var idx=0;while(idx<_wppaId[occ].length){if(_wppaId[occ][idx]==photo)break;idx++;}
65
- if(idx<_wppaId[occ].length)_wppaGoto(occ,idx);}}
66
- if(document.getElementById('theslide0-'+occ)){_wppaStop(occ);}}
67
- if(typeof(wppaQRUpdate)!='undefined')wppaQRUpdate(document.location.href);};function wppaPushStateSlide(mocc,slide,url){if(!wppaIsMini[mocc]){if(wppaCanPushState&&wppaUpdateAddressLine){if(url!=''){try{history.pushState({page:wppaHis,occur:mocc,type:'slide',slide:slide},"---",url);wppaConsoleLog('Slide history stack updated');}
68
- catch(err){wppaConsoleLog('Slide history stack update failed');}}}}}
69
- function wppaRepairScriptTags(text){var temp;var newtext;if(typeof(text)=='undefined')return'';while(text.indexOf('[script')!=-1){text=text.replace('[script','<script');}
70
- while(text.indexOf('[/script')!=-1){text=text.replace('[/script','</script');}
71
- return text;}
72
- function wppaRepairBrTags(text){var newtext;if(typeof(text)=='undefined')return'';newtext=text.replace('[br /]','<br />');return newtext;}
73
- function wppaTrimAlt(text){var newtext;if(typeof(text)=='undefined')return'';if(text.length>13){newtext=text.substr(0,10)+'...';}
74
- else newtext=text;return newtext;}
75
- var wppaFbInitBusy=false;function wppaFbInit(){if(!wppaFbInitBusy){if(typeof(FB)!='undefined'){wppaFbInitBusy=true;setTimeout('_wppaFbInit()',10);}
76
- else{wppaConsoleLog('Fb wait');setTimeout('wppaFbInit()',200);}}
77
- else{wppaConsoleLog('Fb Init busy');}}
78
- function _wppaFbInit(){FB.init({status:true,xfbml:true});wppaFbInitBusy=false;}
79
- function wppaInsertAtCursor(elm,value){if(document.selection){elm.focus();sel=document.selection.createRange();sel.text=value;}
80
- else if(elm.selectionStart||elm.selectionStart=='0'){var startPos=elm.selectionStart;var endPos=elm.selectionEnd;elm.value=elm.value.substring(0,startPos)
81
- +value
82
- +elm.value.substring(endPos,elm.value.length);elm.selectionStart=startPos+value.length;elm.selectionEnd=startPos+value.length;}else{elm.value+=value;}}
83
- function wppaGeoInit(mocc,lat,lon){var myLatLng=new google.maps.LatLng(lat,lon);var mapOptions={disableDefaultUI:false,panControl:false,zoomControl:true,mapTypeControl:true,scaleControl:true,streetViewControl:true,overviewMapControl:true,zoom:10,center:myLatLng,};var map=new google.maps.Map(document.getElementById("map-canvas-"+mocc),mapOptions);var marker=new google.maps.Marker({position:myLatLng,map:map,title:""});google.maps.event.addListener(map,"center_changed",function(){window.setTimeout(function(){map.panTo(marker.getPosition());},1000);});}
84
- function wppaEncode(xtext){var text,result;if(typeof(xtext)=='undefined')return;text=xtext;result=text.replace(/#/g,'||HASH||');text=result;result=text.replace(/&/g,'||AMP||');text=result;var temp=text.split('+');var idx=0;result='';while(idx<temp.length){result+=temp[idx];idx++;if(idx<temp.length)result+='||PLUS||';}
85
- return result;}
86
- function wppaUrlToId(url){var temp=url.split('/wppa/');if(temp.length==1){temp=url.split('/upload/');}
87
- if(temp.length==1){return 0;}
88
- temp=temp[1];temp=temp.split('.');temp=temp[0].replace('/','');temp=temp.replace('/','');temp=temp.replace('/','');temp=temp.replace('/','');temp=temp.replace('/','');return temp;}
89
- function wppaSuperSearchSelect(mocc,go){jQuery('#wppa-ss-albumopt-'+mocc).css('display','none');jQuery('#wppa-ss-albumcat-'+mocc).css('display','none');jQuery('#wppa-ss-albumname-'+mocc).css('display','none');jQuery('#wppa-ss-albumtext-'+mocc).css('display','none');jQuery('#wppa-ss-photoopt-'+mocc).css('display','none');jQuery('#wppa-ss-photoname-'+mocc).css('display','none');jQuery('#wppa-ss-photoowner-'+mocc).css('display','none');jQuery('#wppa-ss-phototag-'+mocc).css('display','none');jQuery('#wppa-ss-phototext-'+mocc).css('display','none');jQuery('#wppa-ss-photoexif-'+mocc).css('display','none');jQuery('#wppa-ss-photoiptc-'+mocc).css('display','none');jQuery('#wppa-ss-exifopts-'+mocc).css('display','none');jQuery('#wppa-ss-iptcopts-'+mocc).css('display','none');jQuery('#wppa-ss-spinner-'+mocc).css('display','none');jQuery('#wppa-ss-button-'+mocc).css('display','none');var s1=jQuery('#wppa-ss-pa-'+mocc).val();var s2='';var s3='';var data='';switch(s1){case'a':jQuery('#wppa-ss-albumopt-'+mocc).css('display','');s2=jQuery('#wppa-ss-albumopt-'+mocc).val();switch(s2){case'c':jQuery('#wppa-ss-albumcat-'+mocc).css('display','');var set=jQuery('.wppa-ss-albumcat-'+mocc);data='';var i;for(i=0;i<set.length;i++){if(jQuery(set[i]).attr('selected')=='selected'){data+='.'+jQuery(set[i]).val();}}
90
- data=data.substr(1);if(data!=''){jQuery('#wppa-ss-button-'+mocc).css('display','');}
91
- break;case'n':jQuery('#wppa-ss-albumname-'+mocc).css('display','');data=jQuery('#wppa-ss-albumname-'+mocc).val();if(data!=null){jQuery('#wppa-ss-button-'+mocc).css('display','');}
92
- break;case't':jQuery('#wppa-ss-albumtext-'+mocc).css('display','');var set=jQuery('.wppa-ss-albumtext-'+mocc);data='';var i;for(i=0;i<set.length;i++){if(jQuery(set[i]).attr('selected')=='selected'){data+='.'+jQuery(set[i]).val();}}
93
- data=data.substr(1);if(data!=''){jQuery('#wppa-ss-button-'+mocc).css('display','');}
94
- break;}
95
- break;case'p':jQuery('#wppa-ss-photoopt-'+mocc).css('display','');s2=jQuery('#wppa-ss-photoopt-'+mocc).val();switch(s2){case'n':jQuery('#wppa-ss-photoname-'+mocc).css('display','');data=jQuery('#wppa-ss-photoname-'+mocc).val();if(data!=null){jQuery('#wppa-ss-button-'+mocc).css('display','');}
96
- break;case'o':jQuery('#wppa-ss-photoowner-'+mocc).css('display','');data=jQuery('#wppa-ss-photoowner-'+mocc).val();if(data!=null){jQuery('#wppa-ss-button-'+mocc).css('display','');}
97
- break;case'g':jQuery('#wppa-ss-phototag-'+mocc).css('display','');var set=jQuery('.wppa-ss-phototag-'+mocc);data='';var i;for(i=0;i<set.length;i++){if(jQuery(set[i]).attr('selected')=='selected'){data+='.'+jQuery(set[i]).val();}}
98
- data=data.substr(1);if(data!=''){jQuery('#wppa-ss-button-'+mocc).css('display','');}
99
- break;case't':jQuery('#wppa-ss-phototext-'+mocc).css('display','');var set=jQuery('.wppa-ss-phototext-'+mocc);data='';var i;for(i=0;i<set.length;i++){if(jQuery(set[i]).attr('selected')=='selected'){data+='.'+jQuery(set[i]).val();}}
100
- data=data.substr(1);if(data!=''){jQuery('#wppa-ss-button-'+mocc).css('display','');}
101
- break;case'i':jQuery('#wppa-ss-photoiptc-'+mocc).css('display','');s3=jQuery('#wppa-ss-photoiptc-'+mocc).val();if(s3){if(s3.length>2){s3=s3.replace('#','H');}
102
- if(s3!=''){jQuery('#wppa-ss-iptcopts-'+mocc).css('display','');if(wppaLastIptc!=s3){wppaAjaxGetSsIptcList(mocc,s3,'wppa-ss-iptcopts-'+mocc);wppaLastIptc=s3;}
103
- else{data=jQuery('#wppa-ss-iptcopts-'+mocc).val();if(data!=null&&data!=''){jQuery('#wppa-ss-button-'+mocc).css('display','');}}}}
104
- break;case'e':jQuery('#wppa-ss-photoexif-'+mocc).css('display','');s3=jQuery('#wppa-ss-photoexif-'+mocc).val();if(s3){if(s3.length>2){s3=s3.replace('#','H');}
105
- if(s3!=''){jQuery('#wppa-ss-exifopts-'+mocc).css('display','');if(wppaLastExif!=s3){wppaAjaxGetSsExifList(mocc,s3,'wppa-ss-exifopts-'+mocc);wppaLastExif=s3;}
106
- else{data=jQuery('#wppa-ss-exifopts-'+mocc).val();if(data!=null&&data!=''){jQuery('#wppa-ss-button-'+mocc).css('display','');}}}}
107
- break;}
108
- break;}
109
- if(go){var url=jQuery('#wppa-ss-pageurl-'+mocc).val();if(url.indexOf('?')==-1){url+='?';}
110
- else{url+='&';}
111
- url+='occur=1&wppa-supersearch='+s1+','+s2+','+s3+','+data;document.location.href=url;}}
112
- function wppaAjaxGetSsIptcList(mocc,s3,selid){jQuery.ajax({url:wppaAjaxUrl,data:'action=wppa'+'&wppa-action=getssiptclist'+'&tag='+s3+'&moccur='+mocc,async:true,type:'GET',timeout:10000,beforeSend:function(xhr){jQuery('#wppa-ss-spinner-'+mocc).css('display','');},success:function(result,status,xhr){jQuery('#'+selid).html(result);jQuery('#wppa-ss-iptcopts-'+mocc).css('display','');wppaSuperSearchSelect(mocc);setTimeout('wppaSetIptcExifSize( ".wppa-iptclist-'+mocc+'", "#'+selid+'" )',10);},error:function(xhr,status,error){wppaConsoleLog('wppaAjaxGetSsIptcList failed. Error = '+error+', status = '+status,'force');},complete:function(xhr,status,newurl){jQuery('#wppa-ss-spinner-'+mocc).css('display','none');}});}
113
- function wppaAjaxGetSsExifList(mocc,s3,selid){jQuery.ajax({url:wppaAjaxUrl,data:'action=wppa'+'&wppa-action=getssexiflist'+'&tag='+s3+'&moccur='+mocc,async:true,type:'GET',timeout:10000,beforeSend:function(xhr){jQuery('#wppa-ss-spinner-'+mocc).css('display','');},success:function(result,status,xhr){jQuery('#'+selid).html(result);jQuery('#wppa-ss-exifopts-'+mocc).css('display','');wppaSuperSearchSelect(mocc);setTimeout('wppaSetIptcExifSize( ".wppa-exiflist-'+mocc+'", "#'+selid+'" )',10);},error:function(xhr,status,error){wppaConsoleLog('wppaAjaxGetSsExifList failed. Error = '+error+', status = '+status,'force');},complete:function(xhr,status,newurl){jQuery('#wppa-ss-spinner-'+mocc).css('display','none');}});}
114
- function wppaSetIptcExifSize(clas,selid){var t=jQuery(clas);var n=t.length;if(n>6)n=6;if(n<2)n=2;jQuery(selid).attr('size',n);}
115
- function wppaUpdateSearchRoot(text,root){var items=jQuery(".wppa-search-root");var i=0;while(i<items.length){jQuery(items[i]).html(text);i++;}
116
- items=jQuery(".wppa-rootbox");i=0;while(i<items.length){if(root){jQuery(items[i]).removeAttr('checked');jQuery(items[i]).removeAttr('disabled');}
117
- else{jQuery(items[i]).attr('checked','checked');jQuery(items[i]).attr('disabled','disabled');}
118
- i++;}
119
- items=jQuery(".wppa-search-root-id");i=0;while(i<items.length){jQuery(items[i]).attr('value',root);i++;}}
120
- function wppaSubboxChange(elm){if(jQuery(elm).attr('checked')=='checked'){var items=jQuery(".wppa-rootbox");var i=0;while(i<items.length){jQuery(items[i]).attr('checked','checked');i++;}}}
121
- function wppaClearSubsearch(){var items=jQuery(".wppa-display-searchstring");var i=0;while(i<items.length){jQuery(items[i]).html('');i++;}
122
- items=jQuery(".wppa-search-sub-box");i=0;while(i<items.length){jQuery(items[i]).attr('disabled','disabled');i++;}}
123
- function wppaEnableSubsearch(){var items=jQuery(".wppa-search-sub-box");var i=0;while(i<items.length){jQuery(items[i]).removeAttr('disabled');i++;}}
124
- function wppaDisplaySelectedFiles(id){var theFiles=jQuery('#'+id);var i=0;var result='';while(i<theFiles[0].files.length){result+=theFiles[0].files[i].name+' ';i++;}
125
- jQuery('#'+id+'-display').val(result);}
126
- 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 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");
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-05-04 13:48+0200\n"
5
- "PO-Revision-Date: 2017-05-04 13:48+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"
@@ -29,8 +29,7 @@ msgstr "Sider:"
29
  #: wppa-album-admin-autosave.php:1653 wppa-album-admin-autosave.php:1888
30
  #: wppa-album-admin-autosave.php:1984 wppa-album-admin-autosave.php:2067
31
  #: wppa-album-admin-autosave.php:2119 wppa-album-admin-autosave.php:2256
32
- #: wppa-album-admin-autosave.php:2768 wppa-comment-admin.php:318
33
- #: wppa-comment-admin.php:387 wppa-comment-admin.php:405 wppa-setup.php:1405
34
  #: wppa-thumbnails.php:685
35
  msgid "Edit"
36
  msgstr "Rediger"
@@ -39,8 +38,8 @@ msgstr "Rediger"
39
  msgid "Warning. No page defined for search results!"
40
  msgstr "Advarsel. Ingen side defineret for søgeresultater!"
41
 
42
- #: theme/photo-album-search-page.php:39 wppa-boxes-html.php:175
43
- #: wppa-settings-autosave.php:376 wppa-settings-autosave.php:3341
44
  msgid "Search"
45
  msgstr "Søg"
46
 
@@ -61,17 +60,17 @@ msgstr ""
61
  "Beklager, men vi fandt ikke det du leder efter. Prøv med andre søgeord."
62
 
63
  #: theme/search-2016.php:46 wppa-album-admin-autosave.php:2158
64
- #: wppa-links.php:1081 wppa-links.php:1091
65
  msgid "Previous page"
66
  msgstr "Forrige side"
67
 
68
- #: theme/search-2016.php:47 wppa-admin-functions.php:764
69
- #: wppa-album-admin-autosave.php:2178 wppa-links.php:1109
70
  msgid "Next page"
71
  msgstr "Næste side"
72
 
73
- #: theme/search-2016.php:48 wppa-settings-autosave.php:374
74
- #: wppa-settings-autosave.php:1607 wppa-settings-autosave.php:9199
75
  msgid "Page"
76
  msgstr "Side"
77
 
@@ -103,165 +102,165 @@ msgstr ""
103
  msgid "Settings file not found"
104
  msgstr ""
105
 
106
- #: wppa-admin-functions.php:222 wppa-admin-functions.php:226 wppa-ajax.php:3212
107
- #: wppa-ajax.php:3219
108
  msgid "Please supply a numeric value greater than or equal to"
109
  msgstr ""
110
 
111
- #: wppa-admin-functions.php:222 wppa-admin-functions.php:226 wppa-ajax.php:3212
112
- #: wppa-ajax.php:3219
113
  msgid "for"
114
  msgstr ""
115
 
116
- #: wppa-admin-functions.php:226 wppa-ajax.php:3219
117
  msgid "and less than or equal to"
118
  msgstr ""
119
 
120
- #: wppa-admin-functions.php:241 wppa-album-admin-autosave.php:398
121
  msgid "--- public ---"
122
  msgstr ""
123
 
124
- #: wppa-admin-functions.php:521
125
  #, php-format
126
  msgid "File %s is of an unsupported filetype and has been removed."
127
  msgstr ""
128
 
129
- #: wppa-admin-functions.php:640 wppa-admin-functions.php:679
130
- #: wppa-admin-functions.php:683 wppa-admin-functions.php:687
131
  msgid "Unexpected error:"
132
  msgstr ""
133
 
134
- #: wppa-admin-functions.php:640
135
  msgid "Missing database table:"
136
  msgstr ""
137
 
138
- #: wppa-admin-functions.php:679
139
  msgid "Missing directory:"
140
  msgstr ""
141
 
142
- #: wppa-admin-functions.php:683
143
  msgid "Directory is not writable:"
144
  msgstr ""
145
 
146
- #: wppa-admin-functions.php:687
147
  msgid "Directory is not readable:"
148
  msgstr ""
149
 
150
- #: wppa-admin-functions.php:695
151
  msgid ""
152
  "Please de-activate and re-activate the plugin. If this problem persists, ask "
153
  "your administrator."
154
  msgstr ""
155
 
156
- #: wppa-admin-functions.php:724
157
  msgid "Prev page"
158
  msgstr ""
159
 
160
- #: wppa-admin-functions.php:879 wppa-admin-functions.php:882
161
  #, php-format
162
  msgid "Album %s is full"
163
  msgstr ""
164
 
165
- #: wppa-admin-functions.php:900
166
  #, php-format
167
  msgid "Photo %s already exists in album number %s. Removed from depot."
168
  msgstr ""
169
 
170
- #: wppa-admin-functions.php:903
171
  #, php-format
172
  msgid "Photo %s already exists in album number %s."
173
  msgstr ""
174
 
175
- #: wppa-admin-functions.php:927
176
  msgid "Not found"
177
  msgstr ""
178
 
179
- #: wppa-admin-functions.php:939
180
  #, php-format
181
  msgid "ERROR: Attempt to upload a photo that is too large to process (%s)."
182
  msgstr ""
183
 
184
- #: wppa-admin-functions.php:940
185
  msgid "Too big"
186
  msgstr ""
187
 
188
- #: wppa-admin-functions.php:944
189
  msgid ""
190
  "WARNING: You are uploading photos that are too small. Photos must be larger "
191
  "than the thumbnail size and larger than the coverphotosize."
192
  msgstr ""
193
 
194
- #: wppa-admin-functions.php:945
195
  msgid "Too small"
196
  msgstr ""
197
 
198
- #: wppa-admin-functions.php:952
199
  msgid "ERROR: Unable to retrieve image size of"
200
  msgstr ""
201
 
202
- #: wppa-admin-functions.php:952
203
  msgid "Are you sure it is a photo?"
204
  msgstr ""
205
 
206
- #: wppa-admin-functions.php:953
207
  msgid "No photo found"
208
  msgstr ""
209
 
210
- #: wppa-admin-functions.php:963
211
  msgid "Unsupported mime type encountered:"
212
  msgstr ""
213
 
214
- #: wppa-admin-functions.php:980
215
  msgid "Album not known while trying to add a photo"
216
  msgstr ""
217
 
218
- #: wppa-admin-functions.php:984
219
  #, php-format
220
  msgid ""
221
  "Album %s does not exist or is not accessable while trying to add a photo"
222
  msgstr ""
223
 
224
- #: wppa-admin-functions.php:1003
225
  msgid "Could not insert photo."
226
  msgstr ""
227
 
228
- #: wppa-admin-functions.php:1051
229
  msgid "ERROR: Unknown file or album."
230
  msgstr ""
231
 
232
- #: wppa-admin-functions.php:1165
233
  #, php-format
234
  msgid ""
235
  "There are <strong>%d</strong> albums and <strong>%d</strong> photos in the "
236
  "system."
237
  msgstr ""
238
 
239
- #: wppa-admin-functions.php:1166
240
  #, php-format
241
  msgid "<strong>%d</strong> photos are pending moderation."
242
  msgstr ""
243
 
244
- #: wppa-admin-functions.php:1167
245
  #, php-format
246
  msgid "<strong>%d</strong> photos are scheduled for later publishing."
247
  msgstr ""
248
 
249
- #: wppa-admin-functions.php:1170
250
  #, php-format
251
  msgid "The most recently added album is <strong>%s</strong> (%d)."
252
  msgstr ""
253
 
254
- #: wppa-admin-functions.php:1182
255
  #, php-format
256
  msgid "The most recently added photo is <strong>%s</strong> (%d)"
257
  msgstr ""
258
 
259
- #: wppa-admin-functions.php:1183
260
  #, php-format
261
  msgid "in album <strong>%s</strong> (%d)."
262
  msgstr ""
263
 
264
- #: wppa-admin-functions.php:1185
265
  msgid "Deleted"
266
  msgstr ""
267
 
@@ -269,12 +268,12 @@ msgstr ""
269
  msgid "Photo&thinsp;Albums"
270
  msgstr ""
271
 
272
- #: wppa-admin.php:59 wppa-adminbar.php:40 wppa-settings-autosave.php:6196
273
  msgid "Album Admin"
274
  msgstr ""
275
 
276
- #: wppa-admin.php:60 wppa-adminbar.php:47 wppa-settings-autosave.php:6197
277
- #: wppa-upload-widget.php:79 wppa-upload.php:126
278
  msgid "Upload Photos"
279
  msgstr ""
280
 
@@ -283,7 +282,6 @@ msgid "Edit Photos"
283
  msgstr ""
284
 
285
  #: wppa-admin.php:65 wppa-adminbar.php:61 wppa-import.php:168
286
- #: wppa-settings-autosave.php:6198
287
  msgid "Import Photos"
288
  msgstr ""
289
 
@@ -292,12 +290,10 @@ msgid "Moderate Photos"
292
  msgstr ""
293
 
294
  #: wppa-admin.php:67 wppa-adminbar.php:75 wppa-export.php:32
295
- #: wppa-settings-autosave.php:6200
296
  msgid "Export Photos"
297
  msgstr ""
298
 
299
- #: wppa-admin.php:68 wppa-adminbar.php:82 wppa-comment-admin.php:223
300
- #: wppa-settings-autosave.php:6201
301
  msgid "Settings"
302
  msgstr ""
303
 
@@ -306,7 +302,7 @@ msgid "Photo of the day Widget"
306
  msgstr ""
307
 
308
  #: wppa-admin.php:69 wppa-adminbar.php:89 wppa-potd-widget.php:60
309
- #: wppa-settings-autosave.php:6202 wppa-setup.php:1711
310
  msgid "Photo of the day"
311
  msgstr ""
312
 
@@ -314,9 +310,9 @@ msgstr ""
314
  msgid "Manage comments"
315
  msgstr ""
316
 
317
- #: wppa-admin.php:70 wppa-adminbar.php:96 wppa-settings-autosave.php:365
318
- #: wppa-settings-autosave.php:3170 wppa-settings-autosave.php:8998
319
- #: wppa-settings-autosave.php:9043
320
  msgid "Comments"
321
  msgstr ""
322
 
@@ -324,45 +320,50 @@ msgstr ""
324
  msgid "Help &amp; Info"
325
  msgstr ""
326
 
327
- #: wppa-admin.php:71 wppa-adminbar.php:103
328
  msgid "Documentation"
329
  msgstr ""
330
 
331
- #: wppa-admin.php:111
 
 
 
 
332
  msgid "Uploading is temporary disabled for you"
333
  msgstr ""
334
 
335
- #: wppa-admin.php:118
336
  msgid "Editing is temporary disabled for you"
337
  msgstr ""
338
 
339
- #: wppa-admin.php:125
340
  msgid "Importing is temporary disabled for you"
341
  msgstr ""
342
 
343
- #: wppa-admin.php:128 wppa-import.php:1244
344
  msgid "Import"
345
  msgstr ""
346
 
347
- #: wppa-admin.php:128 wppa-settings-autosave.php:10305
 
348
  msgid "Update"
349
  msgstr ""
350
 
351
- #: wppa-adminbar.php:110 wppa-album-navigator-widget.php:41
352
  #: wppa-album-navigator-widget.php:88 wppa-album-widget.php:47
353
  msgid "Photo Albums"
354
  msgstr ""
355
 
356
- #: wppa-adminbar.php:140 wppa-potd-admin.php:331
357
  msgid "Album"
358
  msgstr ""
359
 
360
  #: wppa-admins-choice-widget.php:13
361
- msgid "Admins choice of photos"
362
  msgstr ""
363
 
364
  #: wppa-admins-choice-widget.php:14 wppa-admins-choice-widget.php:34
365
- #: wppa-admins-choice-widget.php:73
366
  msgid "Admins Choice"
367
  msgstr ""
368
 
@@ -378,7 +379,7 @@ msgstr ""
378
  #: wppa-album-widget.php:324 wppa-bestof-widget.php:131
379
  #: wppa-comment-widget.php:119 wppa-featen-widget.php:176 wppa-gp-widget.php:88
380
  #: wppa-lasten-widget.php:200 wppa-multitag-widget.php:72
381
- #: wppa-potd-widget.php:211 wppa-qr-widget.php:90 wppa-search-widget.php:100
382
  #: wppa-slideshow-widget.php:198 wppa-stereo-widget.php:68
383
  #: wppa-super-view-widget.php:73 wppa-tagcloud-widget.php:68
384
  #: wppa-thumbnail-widget.php:184 wppa-topten-widget.php:335
@@ -386,161 +387,162 @@ msgstr ""
386
  msgid "Title:"
387
  msgstr ""
388
 
389
- #: wppa-ajax.php:200
390
  msgid ""
391
  "All modifications are instantly updated on the server.<br />The <b style="
392
  "\"color:#070\" >Remark</b> field keeps you informed on the actions taken at "
393
  "the background."
394
  msgstr ""
395
 
396
- #: wppa-ajax.php:203
397
  msgid "Exit & Refresh"
398
  msgstr ""
399
 
400
- #: wppa-ajax.php:276 wppa-ajax.php:345 wppa-ajax.php:380 wppa-ajax.php:662
401
- #: wppa-ajax.php:677 wppa-ajax.php:1014 wppa-ajax.php:1038 wppa-ajax.php:3169
402
  msgid "Security check failure"
403
  msgstr ""
404
 
405
- #: wppa-ajax.php:310 wppa-ajax.php:369
406
  msgid "You do not have the rights to moderate photos this way"
407
  msgstr ""
408
 
409
- #: wppa-ajax.php:326 wppa-ajax.php:1346 wppa-functions.php:2370
 
410
  msgid "Photo comment approved"
411
  msgstr ""
412
 
413
- #: wppa-ajax.php:342
414
  #, php-format
415
  msgid "Failed to update stutus of photo %s"
416
  msgstr ""
417
 
418
- #: wppa-ajax.php:342 wppa-ajax.php:349
419
  msgid "Please refresh the page"
420
  msgstr ""
421
 
422
- #: wppa-ajax.php:349
423
  #, php-format
424
  msgid "Failed to update stutus of comment %s"
425
  msgstr ""
426
 
427
- #: wppa-ajax.php:364 wppa-ajax.php:384
428
  msgid "Photo removed"
429
  msgstr ""
430
 
431
- #: wppa-ajax.php:394
432
  msgid "Comment removed"
433
  msgstr ""
434
 
435
- #: wppa-ajax.php:396
436
  msgid "Could not remove comment"
437
  msgstr ""
438
 
439
- #: wppa-ajax.php:399 wppa-ajax.php:880
440
  msgid "Unexpected error"
441
  msgstr ""
442
 
443
- #: wppa-ajax.php:405
444
  msgid "This feature is not enabled on this website"
445
  msgstr ""
446
 
447
- #: wppa-ajax.php:417
448
  msgid "The album is empty"
449
  msgstr ""
450
 
451
- #: wppa-ajax.php:426 wppa-ajax.php:505 wppa-ajax.php:625
452
  msgid "Unable to create zip archive"
453
  msgstr ""
454
 
455
- #: wppa-ajax.php:438
456
  #, php-format
457
  msgid "Unable to create zip archive. code = %s"
458
  msgstr ""
459
 
460
- #: wppa-ajax.php:475
461
  #, php-format
462
  msgid "Only %s out of %s photos could be added to the zipfile"
463
  msgstr ""
464
 
465
- #: wppa-ajax.php:513
466
  msgid "Unable to create zipsdir"
467
  msgstr ""
468
 
469
- #: wppa-ajax.php:537 wppa-functions.php:2161 wppa-thumbnails.php:659
470
  msgid "Selected"
471
  msgstr ""
472
 
473
- #: wppa-ajax.php:567
474
  msgid "Unknown source of request"
475
  msgstr ""
476
 
477
- #: wppa-ajax.php:585
478
  msgid "Empty filename"
479
  msgstr ""
480
 
481
- #: wppa-ajax.php:611
482
  msgid "Unable to create tempdir"
483
  msgstr ""
484
 
485
- #: wppa-ajax.php:635
486
  msgid "Unknown type"
487
  msgstr ""
488
 
489
- #: wppa-ajax.php:644
490
  msgid "The photo does no longer exist"
491
  msgstr ""
492
 
493
- #: wppa-ajax.php:696
494
  msgid "An error occurred while processing you rating request."
495
  msgstr ""
496
 
497
- #: wppa-ajax.php:697
498
  msgid "Maybe you opened the page too long ago to recognize you."
499
  msgstr ""
500
 
501
- #: wppa-ajax.php:698
502
  msgid "You may refresh the page and try again."
503
  msgstr ""
504
 
505
- #: wppa-ajax.php:699
506
  msgid ""
507
  "Althoug an error occurred while processing your rating, your vote has been "
508
  "registered."
509
  msgstr ""
510
 
511
- #: wppa-ajax.php:700
512
  msgid "However, this may not be reflected in the current pageview"
513
  msgstr ""
514
 
515
- #: wppa-ajax.php:729
516
  msgid "Photo has been removed."
517
  msgstr ""
518
 
519
- #: wppa-ajax.php:741 wppa-slideshow.php:927
520
  msgid "Sorry, you can not rate your own photos"
521
  msgstr ""
522
 
523
- #: wppa-ajax.php:753
524
  msgid "Please enter a comment."
525
  msgstr ""
526
 
527
- #: wppa-ajax.php:809
528
  msgid "You can not change your vote"
529
  msgstr ""
530
 
531
- #: wppa-ajax.php:815
532
  msgid "You can not change a dislike"
533
  msgstr ""
534
 
535
- #: wppa-ajax.php:821
536
  msgid "You can not change your vote into a dislike"
537
  msgstr ""
538
 
539
- #: wppa-ajax.php:837 wppa-ajax.php:858
540
  msgid "Photo rated"
541
  msgstr ""
542
 
543
- #: wppa-ajax.php:964
544
  msgid ""
545
  "Please explain your vote in a comment.\n"
546
  "Your vote will be discarded if you don't.\n"
@@ -550,850 +552,873 @@ msgid ""
550
  "your vote became effective."
551
  msgstr ""
552
 
553
- #: wppa-ajax.php:1010
554
  msgid "You do not have the rights to delete a photo"
555
  msgstr ""
556
 
557
- #: wppa-ajax.php:1021
558
  #, php-format
559
  msgid "Photo %s has been deleted"
560
  msgstr ""
561
 
562
- #: wppa-ajax.php:1034
563
  msgid "You do not have the rights to undelete a photo"
564
  msgstr ""
565
 
566
- #: wppa-ajax.php:1045
567
  #, php-format
568
  msgid "Photo %s has been undeleted"
569
  msgstr ""
570
 
571
- #: wppa-ajax.php:1048
572
  #, php-format
573
  msgid "Could not undelete photo %s"
574
  msgstr ""
575
 
576
- #: wppa-ajax.php:1062
577
  msgid "You do not have the rights to update album information"
578
  msgstr ""
579
 
580
- #: wppa-ajax.php:1074 wppa-ajax.php:2437
581
  msgid "Ratings cleared"
582
  msgstr ""
583
 
584
- #: wppa-ajax.php:1074 wppa-ajax.php:1080 wppa-photo-admin-autosave.php:787
585
  msgid "No ratings for this photo."
586
  msgstr ""
587
 
588
- #: wppa-ajax.php:1077
589
  msgid "An error occurred while clearing ratings"
590
  msgstr ""
591
 
592
- #: wppa-ajax.php:1080 wppa-ajax.php:1101 wppa-ajax.php:1123
593
  msgid "No photos in this album"
594
  msgstr ""
595
 
596
- #: wppa-ajax.php:1095
597
  msgid "Tags set to defaults"
598
  msgstr ""
599
 
600
- #: wppa-ajax.php:1098
601
  msgid "An error occurred while setting tags"
602
  msgstr ""
603
 
604
- #: wppa-ajax.php:1117
605
  msgid "Tags added with defaults"
606
  msgstr ""
607
 
608
- #: wppa-ajax.php:1120
609
  msgid "An error occurred while adding tags"
610
  msgstr ""
611
 
612
- #: wppa-ajax.php:1146
613
  msgid "No subalbums found to process"
614
  msgstr ""
615
 
616
- #: wppa-ajax.php:1151
617
  msgid "No categories found to process"
618
  msgstr ""
619
 
620
- #: wppa-ajax.php:1155
621
  #, php-format
622
  msgid "%d album updated"
623
  msgid_plural "%d albums updated"
624
  msgstr[0] ""
625
  msgstr[1] ""
626
 
627
- #: wppa-ajax.php:1162
628
  #, php-format
629
  msgid "Album name may not be empty.<br />Reset to %s"
630
  msgstr ""
631
 
632
- #: wppa-ajax.php:1164 wppa-ajax.php:1820 wppa-album-admin-autosave.php:488
633
  #: wppa-album-admin-autosave.php:537 wppa-album-admin-autosave.php:1462
634
  #: wppa-album-admin-autosave.php:1600 wppa-album-admin-autosave.php:1835
635
- #: wppa-album-admin-autosave.php:1931 wppa-boxes-html.php:415
636
- #: wppa-boxes-html.php:529 wppa-photo-admin-autosave.php:2479
637
- #: wppa-photo-admin-autosave.php:2660 wppa-photo-admin-autosave.php:3081
638
  #: wppa-potd-admin.php:71 wppa-potd-admin.php:358
639
- #: wppa-settings-autosave.php:510 wppa-settings-autosave.php:672
640
- #: wppa-settings-autosave.php:694 wppa-settings-autosave.php:1473
641
- #: wppa-settings-autosave.php:1494 wppa-settings-autosave.php:3067
642
- #: wppa-settings-autosave.php:3088 wppa-settings-autosave.php:3464
643
- #: wppa-settings-autosave.php:3488 wppa-settings-autosave.php:4045
644
- #: wppa-settings-autosave.php:4174 wppa-settings-autosave.php:4883
645
- #: wppa-settings-autosave.php:4904 wppa-settings-autosave.php:5080
646
- #: wppa-settings-autosave.php:5104 wppa-settings-autosave.php:6162
647
- #: wppa-settings-autosave.php:6628 wppa-settings-autosave.php:6878
648
- #: wppa-settings-autosave.php:6900 wppa-settings-autosave.php:7725
649
- #: wppa-settings-autosave.php:7749 wppa-settings-autosave.php:8992
650
- #: wppa-settings-autosave.php:9706 wppa-settings-autosave.php:9862
651
  #: wppa-thumbnail-widget.php:202 wppa-upload.php:290
652
  msgid "Name"
653
  msgstr "Navn"
654
 
655
- #: wppa-ajax.php:1167 wppa-ajax.php:1823 wppa-album-admin-autosave.php:1472
656
  #: wppa-album-admin-autosave.php:1610 wppa-album-admin-autosave.php:1845
657
- #: wppa-album-admin-autosave.php:1941 wppa-photo-admin-autosave.php:2480
658
- #: wppa-photo-admin-autosave.php:2661 wppa-photo-admin-autosave.php:3082
659
  #: wppa-potd-admin.php:72 wppa-potd-admin.php:138 wppa-potd-admin.php:359
660
- #: wppa-settings-autosave.php:511 wppa-settings-autosave.php:673
661
- #: wppa-settings-autosave.php:695 wppa-settings-autosave.php:1474
662
- #: wppa-settings-autosave.php:1495 wppa-settings-autosave.php:3068
663
- #: wppa-settings-autosave.php:3089 wppa-settings-autosave.php:3465
664
- #: wppa-settings-autosave.php:3489 wppa-settings-autosave.php:4884
665
- #: wppa-settings-autosave.php:4905 wppa-settings-autosave.php:5081
666
- #: wppa-settings-autosave.php:5105 wppa-settings-autosave.php:6163
667
- #: wppa-settings-autosave.php:6629 wppa-settings-autosave.php:6879
668
- #: wppa-settings-autosave.php:6901 wppa-settings-autosave.php:7726
669
- #: wppa-settings-autosave.php:7750 wppa-settings-autosave.php:9707
670
- #: wppa-settings-autosave.php:9729 wppa-settings-autosave.php:9769
671
- #: wppa-settings-autosave.php:9791 wppa-settings-autosave.php:9837
672
- #: wppa-settings-autosave.php:9863
673
  msgid "Description"
674
  msgstr ""
675
 
676
- #: wppa-ajax.php:1171
677
  msgid "Unbalanced tags in album description!"
678
  msgstr ""
679
 
680
- #: wppa-ajax.php:1178
681
  msgid "Album order #"
682
  msgstr ""
683
 
684
- #: wppa-ajax.php:1181
685
  msgid "Cover photo"
686
  msgstr ""
687
 
688
- #: wppa-ajax.php:1184
689
  msgid "Parent album"
690
  msgstr ""
691
 
692
- #: wppa-ajax.php:1189 wppa-settings-autosave.php:4039
693
  msgid "Photo order"
694
  msgstr ""
695
 
696
- #: wppa-ajax.php:1192
697
  msgid "Use Alt thumbsize"
698
  msgstr ""
699
 
700
- #: wppa-ajax.php:1195
701
  msgid "Cover Type"
702
  msgstr ""
703
 
704
- #: wppa-ajax.php:1198 wppa-settings-autosave.php:5106
705
- #: wppa-settings-autosave.php:6164
706
  msgid "Link type"
707
  msgstr ""
708
 
709
- #: wppa-ajax.php:1201 wppa-album-covers.php:1390
710
  msgid "Link to"
711
  msgstr "Link til"
712
 
713
- #: wppa-ajax.php:1204 wppa-ajax.php:1844 wppa-album-admin-autosave.php:1483
714
  #: wppa-album-admin-autosave.php:1621 wppa-album-admin-autosave.php:1856
715
- #: wppa-album-admin-autosave.php:1952 wppa-boxes-html.php:537
716
- #: wppa-photo-admin-autosave.php:2482 wppa-photo-admin-autosave.php:2663
717
  #: wppa-potd-admin.php:139
718
  msgid "Owner"
719
  msgstr "Ejer"
720
 
721
- #: wppa-ajax.php:1206
722
  #, php-format
723
  msgid "User %s does not exist"
724
  msgstr ""
725
 
726
- #: wppa-ajax.php:1211 wppa-ajax.php:1217
727
  msgid "Upload limit count"
728
  msgstr ""
729
 
730
- #: wppa-ajax.php:1224
731
  msgid "Upload limit time"
732
  msgstr ""
733
 
734
- #: wppa-ajax.php:1228
735
  msgid "Default tags"
736
  msgstr ""
737
 
738
- #: wppa-ajax.php:1233
739
  msgid "Categories"
740
  msgstr ""
741
 
742
- #: wppa-ajax.php:1236
743
  msgid "Sub albums sort order"
744
  msgstr ""
745
 
746
- #: wppa-ajax.php:1244 wppa-ajax.php:1913
747
  msgid "Schedule date/time"
748
  msgstr ""
749
 
750
- #: wppa-ajax.php:1257 wppa-ajax.php:1309
751
  #, php-format
752
  msgid "%s of album %s updated"
753
  msgstr ""
754
 
755
- #: wppa-ajax.php:1265
756
  msgid "All photos set to scheduled per date"
757
  msgstr ""
758
 
759
- #: wppa-ajax.php:1292
760
  #, php-format
761
  msgid "Custom field %s updated"
762
  msgstr ""
763
 
764
- #: wppa-ajax.php:1318
765
  #, php-format
766
  msgid "An error occurred while trying to update %s of album %s"
767
  msgstr ""
768
 
769
- #: wppa-ajax.php:1319 wppa-ajax.php:1798
770
  msgid "Press CTRL+F5 and try again."
771
  msgstr ""
772
 
773
- #: wppa-ajax.php:1333
774
  msgid "You do not have the rights to update comment status"
775
  msgstr ""
776
 
777
- #: wppa-ajax.php:1352
778
  #, php-format
779
  msgid "Status of comment #%s updated"
780
  msgstr ""
781
 
782
- #: wppa-ajax.php:1355
783
  #, php-format
784
  msgid "Error updating status comment #%s"
785
  msgstr ""
786
 
787
- #: wppa-ajax.php:1366
788
  msgid "You do not have the rights to change photos"
789
  msgstr ""
790
 
791
- #: wppa-ajax.php:1375
792
  msgid "Watermark applied"
793
  msgstr ""
794
 
795
- #: wppa-ajax.php:1379
796
  msgid "An error occured while trying to apply a watermark"
797
  msgstr ""
798
 
799
- #: wppa-ajax.php:1398
800
  msgid "You do not have the rights to update photo information"
801
  msgstr ""
802
 
803
- #: wppa-ajax.php:1404
804
  #, php-format
805
  msgid "%s updated to %s."
806
  msgstr ""
807
 
808
- #: wppa-ajax.php:1454
809
  #, php-format
810
  msgid "Format error %s. Must be yyyy:mm:dd hh:mm:ss"
811
  msgstr ""
812
 
813
- #: wppa-ajax.php:1458
814
  msgid "Exif date/time updated"
815
  msgstr ""
816
 
817
- #: wppa-ajax.php:1464
818
  msgid "Enter a value > -90 and < 90"
819
  msgstr ""
820
 
821
- #: wppa-ajax.php:1472
822
  msgid "Lattitude updated"
823
  msgstr ""
824
 
825
- #: wppa-ajax.php:1474
826
  msgid "Could not update lattitude"
827
  msgstr ""
828
 
829
- #: wppa-ajax.php:1480
830
  msgid "Enter a value > -180 and < 180"
831
  msgstr ""
832
 
833
- #: wppa-ajax.php:1488
834
  msgid "Longitude updated"
835
  msgstr ""
836
 
837
- #: wppa-ajax.php:1490
838
  msgid "Could not update longitude"
839
  msgstr ""
840
 
841
- #: wppa-ajax.php:1498
842
  msgid "Photo files remade"
843
  msgstr ""
844
 
845
- #: wppa-ajax.php:1501
846
  msgid "Could not remake files"
847
  msgstr ""
848
 
849
- #: wppa-ajax.php:1507
850
  msgid "Thumbnail remade"
851
  msgstr ""
852
 
853
- #: wppa-ajax.php:1510
854
  msgid "Could not remake thumbnail"
855
  msgstr ""
856
 
857
- #: wppa-ajax.php:1521 wppa-potd-admin.php:100 wppa-settings-autosave.php:3849
858
- #: wppa-settings-autosave.php:9682 wppa-tinymce-shortcodes.php:627
859
  msgid "left"
860
  msgstr ""
861
 
862
- #: wppa-ajax.php:1524
863
  msgid "180&deg;"
864
  msgstr ""
865
 
866
- #: wppa-ajax.php:1527 wppa-potd-admin.php:100 wppa-settings-autosave.php:3849
867
- #: wppa-settings-autosave.php:9684 wppa-tinymce-shortcodes.php:629
868
  msgid "right"
869
  msgstr ""
870
 
871
- #: wppa-ajax.php:1540 wppa-ajax.php:1543
872
  msgid "Photo flipped"
873
  msgstr ""
874
 
875
- #: wppa-ajax.php:1546
876
  #, php-format
877
  msgid "Photo %s rotated %s"
878
  msgstr ""
879
 
880
- #: wppa-ajax.php:1550
881
  #, php-format
882
  msgid "An error occurred while trying to rotate or flip photo %s"
883
  msgstr ""
884
 
885
- #: wppa-ajax.php:1658
886
  #, php-format
887
  msgid "An error occurred while trying to process photo %s"
888
  msgstr ""
889
 
890
- #: wppa-ajax.php:1694 wppa-ajax.php:1741
891
  #, php-format
892
  msgid "Command %s magically executed on photo %s"
893
  msgstr ""
894
 
895
- #: wppa-ajax.php:1751 wppa-ajax.php:1781 wppa-photo-admin-autosave.php:2106
896
- #: wppa-photo-admin-autosave.php:2124
897
  #, php-format
898
  msgid "A photo with filename %s already exists in album %s."
899
  msgstr ""
900
 
901
- #: wppa-ajax.php:1757 wppa-ajax.php:1787 wppa-functions.php:4191
902
  #, php-format
903
  msgid "Album %s does not exist"
904
  msgstr ""
905
 
906
- #: wppa-ajax.php:1767
907
  #, php-format
908
  msgid "Photo %s has been moved to album %s (%s)"
909
  msgstr ""
910
 
911
- #: wppa-ajax.php:1771
912
  #, php-format
913
  msgid "An error occurred while trying to move photo %s"
914
  msgstr ""
915
 
916
- #: wppa-ajax.php:1794
917
  #, php-format
918
  msgid "Photo %s copied to album %s (%s)"
919
  msgstr ""
920
 
921
- #: wppa-ajax.php:1797
922
  #, php-format
923
  msgid "An error occurred while trying to copy photo %s"
924
  msgstr ""
925
 
926
- #: wppa-ajax.php:1827 wppa-ajax.php:2540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
927
  msgid "Unbalanced tags in photo description!"
928
  msgstr ""
929
 
930
- #: wppa-ajax.php:1833
931
  msgid "Photo order #"
932
  msgstr ""
933
 
934
- #: wppa-ajax.php:1838
935
  #, php-format
936
  msgid "User %s does not exists"
937
  msgstr ""
938
 
939
- #: wppa-ajax.php:1847
940
  msgid "Link url"
941
  msgstr ""
942
 
943
- #: wppa-ajax.php:1850
944
  msgid "Link title"
945
  msgstr ""
946
 
947
- #: wppa-ajax.php:1853
948
  msgid "Link target"
949
  msgstr ""
950
 
951
- #: wppa-ajax.php:1859 wppa-multitag-widget.php:34 wppa-multitag-widget.php:66
952
  #: wppa-tagcloud-widget.php:34 wppa-tagcloud-widget.php:63
953
  msgid "Photo Tags"
954
  msgstr ""
955
 
956
- #: wppa-ajax.php:1864 wppa-comment-admin.php:317 wppa-comment-admin.php:404
957
- #: wppa-photo-admin-autosave.php:2481 wppa-photo-admin-autosave.php:2662
958
- #: wppa-settings-autosave.php:6904 wppa-settings-autosave.php:7729
959
- #: wppa-settings-autosave.php:9730 wppa-settings-autosave.php:9770
960
- #: wppa-settings-autosave.php:9792 wppa-settings-autosave.php:9838
961
- msgid "Status"
962
- msgstr ""
963
-
964
- #: wppa-ajax.php:1867
965
  msgid "HTML Alt"
966
  msgstr ""
967
 
968
- #: wppa-ajax.php:1871
969
  msgid "Video width"
970
  msgstr ""
971
 
972
- #: wppa-ajax.php:1873 wppa-ajax.php:1880
973
  msgid "Please enter an integer value >= 0"
974
  msgstr ""
975
 
976
- #: wppa-ajax.php:1878
977
  msgid "Video height"
978
  msgstr ""
979
 
980
- #: wppa-ajax.php:1896 wppa-ajax.php:1929 wppa-ajax.php:1964
981
  #, php-format
982
  msgid "%s of video %s updated"
983
  msgstr ""
984
 
985
- #: wppa-ajax.php:1899 wppa-ajax.php:1932 wppa-ajax.php:1967
986
  #, php-format
987
  msgid "%s of photo %s updated"
988
  msgstr ""
989
 
990
- #: wppa-ajax.php:1903
991
  #, php-format
992
  msgid "An error occurred while trying to update %s of photo %s"
993
  msgstr ""
994
 
995
- #: wppa-ajax.php:1941
996
  msgid "Delete date/time"
997
  msgstr ""
998
 
999
- #: wppa-ajax.php:1973
1000
  #, php-format
1001
  msgid "Scheduled deletion of photo %s cancelled"
1002
  msgstr ""
1003
 
1004
- #: wppa-ajax.php:1976
1005
  msgid "No rights"
1006
  msgstr ""
1007
 
1008
- #: wppa-ajax.php:2002
1009
  #, php-format
1010
  msgid "Custom field %s of photo %s updated"
1011
  msgstr ""
1012
 
1013
- #: wppa-ajax.php:2009
1014
  msgid "Error during upload."
1015
  msgstr ""
1016
 
1017
- #: wppa-ajax.php:2043
1018
  msgid "Photo files updated."
1019
  msgstr ""
1020
 
1021
- #: wppa-ajax.php:2048
1022
  msgid "Could not update files."
1023
  msgstr ""
1024
 
1025
- #: wppa-ajax.php:2059
1026
  #, php-format
1027
  msgid "Stereo mode updated in %d milliseconds"
1028
  msgstr ""
1029
 
1030
- #: wppa-ajax.php:2076 wppa-ajax.php:2118
1031
  msgid "You do not have the rights to update settings"
1032
  msgstr ""
1033
 
1034
- #: wppa-ajax.php:2112
1035
  msgid "You do not have the rights to update photo of the day settings"
1036
  msgstr ""
1037
 
1038
- #: wppa-ajax.php:2190
1039
  msgid "Capability granted"
1040
  msgstr ""
1041
 
1042
- #: wppa-ajax.php:2195
1043
  msgid "Capability withdrawn"
1044
  msgstr ""
1045
 
1046
- #: wppa-ajax.php:2213 wppa-ajax.php:3042
1047
  #, php-format
1048
  msgid "Setting %s updated to %s"
1049
  msgstr ""
1050
 
1051
- #: wppa-ajax.php:2249
 
 
 
 
1052
  msgid "Column width."
1053
  msgstr ""
1054
 
1055
- #: wppa-ajax.php:2252
1056
  msgid "Initial width."
1057
  msgstr ""
1058
 
1059
- #: wppa-ajax.php:2255
1060
  msgid "Full size."
1061
  msgstr ""
1062
 
1063
- #: wppa-ajax.php:2258
1064
  msgid "Max height."
1065
  msgstr ""
1066
 
1067
- #: wppa-ajax.php:2263
1068
  msgid "Thumbnail size."
1069
  msgstr ""
1070
 
1071
- #: wppa-ajax.php:2267
1072
  msgid "Thumbnail frame width"
1073
  msgstr ""
1074
 
1075
- #: wppa-ajax.php:2271
1076
  msgid "Thumbnail frame height"
1077
  msgstr ""
1078
 
1079
- #: wppa-ajax.php:2274
1080
  msgid "Thumbnail Spacing"
1081
  msgstr ""
1082
 
1083
- #: wppa-ajax.php:2277
1084
  msgid "Photocount treshold."
1085
  msgstr ""
1086
 
1087
- #: wppa-ajax.php:2280
1088
  msgid "Thumb page size."
1089
  msgstr ""
1090
 
1091
- #: wppa-ajax.php:2283 wppa-ajax.php:2286
1092
  msgid "Cover photo size."
1093
  msgstr ""
1094
 
1095
- #: wppa-ajax.php:2289
1096
  msgid "Album page size."
1097
  msgstr ""
1098
 
1099
- #: wppa-ajax.php:2292
1100
  msgid "Number of TopTen photos"
1101
  msgstr ""
1102
 
1103
- #: wppa-ajax.php:2295
1104
  msgid "Widget image thumbnail size"
1105
  msgstr ""
1106
 
1107
- #: wppa-ajax.php:2298 wppa-settings-autosave.php:1100
1108
  msgid "Max Cover width"
1109
  msgstr ""
1110
 
1111
- #: wppa-ajax.php:2301
1112
  msgid "Minimal description height"
1113
  msgstr ""
1114
 
1115
- #: wppa-ajax.php:2304
1116
  msgid "Minimal cover height"
1117
  msgstr ""
1118
 
1119
- #: wppa-ajax.php:2307
1120
  msgid "Minimal text frame height"
1121
  msgstr ""
1122
 
1123
- #: wppa-ajax.php:2310 wppa-settings-autosave.php:1428
1124
  msgid "Border width"
1125
  msgstr ""
1126
 
1127
- #: wppa-ajax.php:2313 wppa-settings-autosave.php:771
1128
- #: wppa-settings-autosave.php:1437
1129
  msgid "Border radius"
1130
  msgstr ""
1131
 
1132
- #: wppa-ajax.php:2316 wppa-settings-autosave.php:782
1133
  msgid "Box spacing"
1134
  msgstr ""
1135
 
1136
- #: wppa-ajax.php:2322 wppa-settings-autosave.php:1075
1137
  msgid "Popup size"
1138
  msgstr ""
1139
 
1140
- #: wppa-ajax.php:2325
1141
  msgid "Fullsize border width"
1142
  msgstr ""
1143
 
1144
- #: wppa-ajax.php:2328
1145
  msgid "Lightbox Bordersize"
1146
  msgstr ""
1147
 
1148
- #: wppa-ajax.php:2331
1149
  msgid "Lightbox Borderwidth"
1150
  msgstr ""
1151
 
1152
- #: wppa-ajax.php:2334
1153
  msgid "Lightbox Borderradius"
1154
  msgstr ""
1155
 
1156
- #: wppa-ajax.php:2337
1157
  msgid "Number of Comment widget entries"
1158
  msgstr ""
1159
 
1160
- #: wppa-ajax.php:2340
1161
  msgid "Comment Widget image thumbnail size"
1162
  msgstr ""
1163
 
1164
- #: wppa-ajax.php:2343 wppa-ajax.php:2346 wppa-ajax.php:2349
1165
  msgid "Opacity."
1166
  msgstr ""
1167
 
1168
- #: wppa-ajax.php:2358 wppa-settings-autosave.php:1237
1169
  msgid "Avatar size"
1170
  msgstr ""
1171
 
1172
- #: wppa-ajax.php:2361 wppa-ajax.php:2364
1173
  msgid "Watermark opacity"
1174
  msgstr ""
1175
 
1176
- #: wppa-ajax.php:2367 wppa-settings-autosave.php:1406
1177
  msgid "Number of text lines"
1178
  msgstr ""
1179
 
1180
- #: wppa-ajax.php:2370 wppa-settings-autosave.php:4740
1181
  msgid "Overlay opacity"
1182
  msgstr ""
1183
 
1184
- #: wppa-ajax.php:2373 wppa-settings-autosave.php:8327
1185
  msgid "Upload limit"
1186
  msgstr ""
1187
 
1188
- #: wppa-ajax.php:2376 wppa-settings-autosave.php:4390
1189
  msgid "Notify inappropriate"
1190
  msgstr ""
1191
 
1192
- #: wppa-ajax.php:2379
1193
  msgid "Dislike pending"
1194
  msgstr ""
1195
 
1196
- #: wppa-ajax.php:2382
1197
  msgid "Dislike delete"
1198
  msgstr ""
1199
 
1200
- #: wppa-ajax.php:2385 wppa-settings-autosave.php:7825
1201
  msgid "Max execution time"
1202
  msgstr ""
1203
 
1204
- #: wppa-ajax.php:2391
1205
  msgid "myCRED / Cube Points"
1206
  msgstr ""
1207
 
1208
- #: wppa-ajax.php:2394
1209
  msgid "JPG Image quality"
1210
  msgstr ""
1211
 
1212
- #: wppa-ajax.php:2400 wppa-settings-autosave.php:4263
1213
  msgid "Number of coverphotos"
1214
  msgstr ""
1215
 
1216
- #: wppa-ajax.php:2403 wppa-settings-autosave.php:4361
1217
  msgid "Dislike value"
1218
  msgstr ""
1219
 
1220
- #: wppa-ajax.php:2406 wppa-settings-autosave.php:912
1221
  msgid "Slideshow pagesize"
1222
  msgstr ""
1223
 
1224
- #: wppa-ajax.php:2409 wppa-settings-autosave.php:931
1225
  msgid "Slideonly max"
1226
  msgstr ""
1227
 
1228
- #: wppa-ajax.php:2412 wppa-settings-autosave.php:800
1229
  msgid "Max Pagelinks"
1230
  msgstr ""
1231
 
1232
- #: wppa-ajax.php:2429 wppa-settings-autosave.php:827
1233
  msgid "Sticky header size"
1234
  msgstr ""
1235
 
1236
- #: wppa-ajax.php:2440
1237
  msgid "Could not clear ratings"
1238
  msgstr ""
1239
 
1240
- #: wppa-ajax.php:2449
1241
  msgid "Viewcounts cleared"
1242
  msgstr ""
1243
 
1244
- #: wppa-ajax.php:2452
1245
  msgid "Could not clear viewcounts"
1246
  msgstr ""
1247
 
1248
- #: wppa-ajax.php:2462
1249
  msgid "IPTC data cleared"
1250
  msgstr ""
1251
 
1252
- #: wppa-ajax.php:2463
1253
  msgid "Refresh this page to clear table X"
1254
  msgstr ""
1255
 
1256
- #: wppa-ajax.php:2467
1257
  msgid "Could not clear IPTC data"
1258
  msgstr ""
1259
 
1260
- #: wppa-ajax.php:2477
1261
  msgid "EXIF data cleared"
1262
  msgstr ""
1263
 
1264
- #: wppa-ajax.php:2478
1265
  msgid "Refresh this page to clear table XI"
1266
  msgstr ""
1267
 
1268
- #: wppa-ajax.php:2482
1269
  msgid "Could not clear EXIF data"
1270
  msgstr ""
1271
 
1272
- #: wppa-ajax.php:2490
1273
  msgid "Recuperation performed"
1274
  msgstr ""
1275
 
1276
- #: wppa-ajax.php:2505
1277
  msgid ""
1278
  "Illegal format. Please enter a 6 digit hexadecimal color value. Example: "
1279
  "#77bbff"
1280
  msgstr ""
1281
 
1282
- #: wppa-ajax.php:2531
1283
  msgid "You just changed a setting that requires the recalculation of ratings."
1284
  msgstr ""
1285
 
1286
- #: wppa-ajax.php:2532 wppa-ajax.php:3056
1287
  msgid "Please run the appropriate action in Table VIII."
1288
  msgstr ""
1289
 
1290
- #: wppa-ajax.php:2556 wppa-ajax.php:2572
1291
  #, php-format
1292
  msgid "Unable to create or write to %s"
1293
  msgstr ""
1294
 
1295
- #: wppa-ajax.php:2565
1296
  msgid "Source can not be inside the wppa folder."
1297
  msgstr ""
1298
 
1299
- #: wppa-ajax.php:2582
1300
  msgid "The content must contain w#album"
1301
  msgstr ""
1302
 
1303
- #: wppa-ajax.php:2589
1304
  msgid "The content must contain w#lat and w#lon"
1305
  msgstr ""
1306
 
1307
- #: wppa-ajax.php:2637 wppa-ajax.php:2643
1308
  msgid "Members"
1309
  msgstr ""
1310
 
1311
- #: wppa-ajax.php:2637
1312
  msgid "Parent of the member albums"
1313
  msgstr ""
1314
 
1315
- #: wppa-ajax.php:2785
1316
  #, php-format
1317
  msgid "User %s has been blacklisted."
1318
  msgstr ""
1319
 
1320
- #: wppa-ajax.php:2788 wppa-ajax.php:2818
1321
  #, php-format
1322
  msgid "User %s does not exist."
1323
  msgstr ""
1324
 
1325
- #: wppa-ajax.php:2815
1326
  #, php-format
1327
  msgid "User %s is now superuser."
1328
  msgstr ""
1329
 
1330
- #: wppa-ajax.php:2840
1331
  msgid ""
1332
  "The content of the Custom box has been changed to display the Fotomoto "
1333
  "toolbar."
1334
  msgstr ""
1335
 
1336
- #: wppa-ajax.php:2844 wppa-ajax.php:2859
1337
  msgid "The display of the custom box has been enabled"
1338
  msgstr ""
1339
 
1340
- #: wppa-ajax.php:2855
1341
  msgid "The content of the Custom box has been changed to display maps."
1342
  msgstr ""
1343
 
1344
- #: wppa-ajax.php:2935
 
 
 
 
 
 
 
 
 
 
1345
  msgid ""
1346
  "You must run Table VIII-A13 and VIII-A14 first before you can switch to "
1347
  "encrypted urls."
1348
  msgstr ""
1349
 
1350
- #: wppa-ajax.php:2938
1351
  msgid "Table IV-A3 will be switched off."
1352
  msgstr ""
1353
 
1354
- #: wppa-ajax.php:2942
1355
  msgid "Table IV-A4 will be switched off."
1356
  msgstr ""
1357
 
1358
- #: wppa-ajax.php:2952
1359
  msgid "Not allowed when cryptic links is active"
1360
  msgstr ""
1361
 
1362
- #: wppa-ajax.php:2964
1363
  msgid "A Twitter account name must start with an at sign: @"
1364
  msgstr ""
1365
 
1366
- #: wppa-ajax.php:3017
1367
  msgid "This path does not contain ImageMagick commands"
1368
  msgstr ""
1369
 
1370
- #: wppa-ajax.php:3032
1371
  #, php-format
1372
  msgid "Failed to set %s to %s"
1373
  msgstr ""
1374
 
1375
- #: wppa-ajax.php:3055
1376
  msgid ""
1377
  "You just changed a setting that requires the regeneration of thumbnails."
1378
  msgstr ""
1379
 
1380
- #: wppa-ajax.php:3137
1381
  msgid "Missing album id"
1382
  msgstr ""
1383
 
1384
- #: wppa-ajax.php:3157
1385
  msgid "You do not have the rights to delete this album"
1386
  msgstr ""
1387
 
1388
- #: wppa-ajax.php:3178
1389
  msgid "An error has occurred"
1390
  msgstr ""
1391
 
1392
- #: wppa-ajax.php:3214 wppa-ajax.php:3221
1393
  msgid "You may also enter:"
1394
  msgstr ""
1395
 
1396
- #: wppa-ajax.php:3215 wppa-ajax.php:3222
1397
  msgid "You may also leave/set this blank"
1398
  msgstr ""
1399
 
@@ -1418,7 +1443,7 @@ msgstr ""
1418
 
1419
  #: wppa-album-admin-autosave.php:77 wppa-album-admin-autosave.php:101
1420
  #: wppa-album-admin-autosave.php:122 wppa-album-admin-autosave.php:1140
1421
- #: wppa-setup.php:1406
1422
  msgid "Edit photo information"
1423
  msgstr ""
1424
 
@@ -1446,21 +1471,21 @@ msgstr ""
1446
  msgid "Manage Trashed Photos"
1447
  msgstr ""
1448
 
1449
- #: wppa-album-admin-autosave.php:155 wppa-functions.php:4140
1450
- #: wppa-settings-autosave.php:8175 wppa-wpdb-insert.php:367
1451
  msgid "New Album"
1452
  msgstr "Nyt Album"
1453
 
1454
- #: wppa-album-admin-autosave.php:160 wppa-import.php:1679 wppa-import.php:1715
1455
- #: wppa-import.php:2810
1456
  msgid "Could not create album."
1457
  msgstr ""
1458
 
1459
- #: wppa-album-admin-autosave.php:168 wppa-import.php:1685 wppa-import.php:2818
1460
  msgid "Album #"
1461
  msgstr ""
1462
 
1463
- #: wppa-album-admin-autosave.php:168 wppa-import.php:1685 wppa-import.php:2818
1464
  msgid "Added."
1465
  msgstr ""
1466
 
@@ -1514,7 +1539,7 @@ msgstr ""
1514
  msgid "Album number:"
1515
  msgstr ""
1516
 
1517
- #: wppa-album-admin-autosave.php:353 wppa-photo-admin-autosave.php:645
1518
  msgid "Crypt:"
1519
  msgstr ""
1520
 
@@ -1523,16 +1548,16 @@ msgid "Created:"
1523
  msgstr ""
1524
 
1525
  #: wppa-album-admin-autosave.php:359 wppa-album-admin-autosave.php:365
1526
- #: wppa-photo-admin-autosave.php:651 wppa-photo-admin-autosave.php:688
1527
  msgid "local time"
1528
  msgstr ""
1529
 
1530
- #: wppa-album-admin-autosave.php:363 wppa-photo-admin-autosave.php:687
1531
  msgid "Modified:"
1532
  msgstr ""
1533
 
1534
- #: wppa-album-admin-autosave.php:368 wppa-photo-admin-autosave.php:692
1535
- #: wppa-photo-admin-autosave.php:2650
1536
  msgid "Not modified"
1537
  msgstr ""
1538
 
@@ -1552,22 +1577,18 @@ msgstr ""
1552
  msgid "Clicks:"
1553
  msgstr ""
1554
 
1555
- #: wppa-album-admin-autosave.php:395 wppa-photo-admin-autosave.php:657
1556
  msgid "Owned by:"
1557
  msgstr ""
1558
 
1559
- #: wppa-album-admin-autosave.php:427
1560
- msgid "Album sort order #:"
1561
- msgstr ""
1562
-
1563
  #: wppa-album-admin-autosave.php:438
1564
  msgid ""
1565
  "Album order # has only effect if you set the album sort order method to "
1566
  "<b>Order #</b> in the Photo Albums -> Settings screen.<br />"
1567
  msgstr ""
1568
 
1569
- #: wppa-album-admin-autosave.php:444 wppa-tinymce-shortcodes.php:356
1570
- #: wppa-tinymce-shortcodes.php:382 wppa-tinymce-shortcodes.php:570
1571
  msgid "Parent album:"
1572
  msgstr ""
1573
 
@@ -1580,61 +1601,62 @@ msgid "--- default --- See Table IV-C1"
1580
  msgstr ""
1581
 
1582
  #: wppa-album-admin-autosave.php:487 wppa-album-admin-autosave.php:535
1583
- #: wppa-settings-autosave.php:4044 wppa-settings-autosave.php:4173
1584
  #: wppa-thumbnail-widget.php:201
1585
  msgid "Order #"
1586
  msgstr ""
1587
 
1588
  #: wppa-album-admin-autosave.php:489 wppa-album-admin-autosave.php:534
1589
- #: wppa-potd-admin.php:249 wppa-settings-autosave.php:4046
1590
- #: wppa-settings-autosave.php:4175 wppa-thumbnail-widget.php:203
1591
  msgid "Random"
1592
  msgstr ""
1593
 
1594
- #: wppa-album-admin-autosave.php:490 wppa-settings-autosave.php:4047
1595
  msgid "Rating mean value"
1596
  msgstr ""
1597
 
1598
  #: wppa-album-admin-autosave.php:491 wppa-bestof-widget.php:170
1599
- #: wppa-settings-autosave.php:4048 wppa-topten-widget.php:357
1600
  msgid "Number of votes"
1601
  msgstr ""
1602
 
1603
  #: wppa-album-admin-autosave.php:492 wppa-album-admin-autosave.php:539
1604
- #: wppa-settings-autosave.php:4049 wppa-settings-autosave.php:4176
 
1605
  msgid "Timestamp"
1606
  msgstr ""
1607
 
1608
- #: wppa-album-admin-autosave.php:493 wppa-settings-autosave.php:4050
1609
  msgid "EXIF Date"
1610
  msgstr ""
1611
 
1612
- #: wppa-album-admin-autosave.php:494 wppa-settings-autosave.php:4051
1613
- #: wppa-settings-autosave.php:4177
1614
  msgid "Order # desc"
1615
  msgstr ""
1616
 
1617
- #: wppa-album-admin-autosave.php:495 wppa-settings-autosave.php:4052
1618
- #: wppa-settings-autosave.php:4178
1619
  msgid "Name desc"
1620
  msgstr ""
1621
 
1622
- #: wppa-album-admin-autosave.php:496 wppa-settings-autosave.php:4053
1623
  #: wppa-thumbnail-widget.php:204
1624
  msgid "Rating mean value desc"
1625
  msgstr ""
1626
 
1627
- #: wppa-album-admin-autosave.php:497 wppa-settings-autosave.php:4054
1628
  #: wppa-thumbnail-widget.php:205
1629
  msgid "Number of votes desc"
1630
  msgstr ""
1631
 
1632
- #: wppa-album-admin-autosave.php:498 wppa-settings-autosave.php:4055
1633
- #: wppa-settings-autosave.php:4179 wppa-thumbnail-widget.php:206
1634
  msgid "Timestamp desc"
1635
  msgstr ""
1636
 
1637
- #: wppa-album-admin-autosave.php:499 wppa-settings-autosave.php:4056
1638
  msgid "EXIF Date desc"
1639
  msgstr ""
1640
 
@@ -1664,34 +1686,36 @@ msgstr ""
1664
 
1665
  #: wppa-album-admin-autosave.php:550 wppa-bestof-widget.php:182
1666
  #: wppa-bestof-widget.php:187 wppa-bestof-widget.php:192
1667
- #: wppa-lasten-widget.php:219 wppa-settings-autosave.php:530
1668
- #: wppa-settings-autosave.php:539 wppa-settings-autosave.php:548
1669
- #: wppa-settings-autosave.php:559 wppa-settings-autosave.php:568
1670
- #: wppa-settings-autosave.php:577 wppa-settings-autosave.php:586
1671
- #: wppa-settings-autosave.php:595 wppa-settings-autosave.php:604
1672
- #: wppa-settings-autosave.php:613 wppa-settings-autosave.php:622
1673
- #: wppa-settings-autosave.php:631 wppa-settings-autosave.php:640
1674
- #: wppa-settings-autosave.php:649 wppa-topten-widget.php:365
1675
- #: wppa-topten-widget.php:372 wppa-topten-widget.php:380
1676
- #: wppa-topten-widget.php:385 wppa-topten-widget.php:390
1677
- #: wppa-topten-widget.php:395 wppa-topten-widget.php:400
 
1678
  msgid "no"
1679
  msgstr ""
1680
 
1681
  #: wppa-album-admin-autosave.php:553 wppa-bestof-widget.php:181
1682
  #: wppa-bestof-widget.php:186 wppa-bestof-widget.php:191
1683
- #: wppa-lasten-widget.php:220 wppa-settings-autosave.php:530
1684
- #: wppa-settings-autosave.php:539 wppa-settings-autosave.php:548
1685
- #: wppa-settings-autosave.php:559 wppa-settings-autosave.php:568
1686
- #: wppa-settings-autosave.php:577 wppa-settings-autosave.php:586
1687
- #: wppa-settings-autosave.php:595 wppa-settings-autosave.php:604
1688
- #: wppa-settings-autosave.php:613 wppa-settings-autosave.php:622
1689
- #: wppa-settings-autosave.php:631 wppa-settings-autosave.php:640
1690
- #: wppa-settings-autosave.php:649 wppa-settings-autosave.php:658
1691
- #: wppa-super-view-widget.php:85 wppa-topten-widget.php:364
1692
- #: wppa-topten-widget.php:371 wppa-topten-widget.php:379
1693
- #: wppa-topten-widget.php:384 wppa-topten-widget.php:389
1694
- #: wppa-topten-widget.php:394 wppa-topten-widget.php:399
 
1695
  msgid "yes"
1696
  msgstr ""
1697
 
@@ -1703,28 +1727,28 @@ msgstr ""
1703
  msgid "--- default --- See Table IV-D6"
1704
  msgstr ""
1705
 
1706
- #: wppa-album-admin-autosave.php:571 wppa-settings-autosave.php:2073
1707
- #: wppa-settings-autosave.php:4243
1708
  msgid "Standard"
1709
  msgstr ""
1710
 
1711
- #: wppa-album-admin-autosave.php:574 wppa-settings-autosave.php:4244
1712
  msgid "Long Descriptions"
1713
  msgstr ""
1714
 
1715
- #: wppa-album-admin-autosave.php:577 wppa-settings-autosave.php:4245
1716
  msgid "Image Factory"
1717
  msgstr ""
1718
 
1719
- #: wppa-album-admin-autosave.php:580 wppa-settings-autosave.php:4246
1720
  msgid "Standard mcr"
1721
  msgstr ""
1722
 
1723
- #: wppa-album-admin-autosave.php:583 wppa-settings-autosave.php:4247
1724
  msgid "Long Descriptions mcr"
1725
  msgstr ""
1726
 
1727
- #: wppa-album-admin-autosave.php:586 wppa-settings-autosave.php:4248
1728
  msgid "Image Factory mcr"
1729
  msgstr ""
1730
 
@@ -1740,33 +1764,33 @@ msgstr ""
1740
  msgid "Set the upload limit (0 means unlimited)."
1741
  msgstr ""
1742
 
1743
- #: wppa-album-admin-autosave.php:616 wppa-settings-autosave.php:6300
1744
- #: wppa-settings-autosave.php:8334
1745
  msgid "for ever"
1746
  msgstr ""
1747
 
1748
  #: wppa-album-admin-autosave.php:617 wppa-album-admin-autosave.php:629
1749
- #: wppa-settings-autosave.php:6301 wppa-settings-autosave.php:8335
1750
  msgid "per hour"
1751
  msgstr ""
1752
 
1753
  #: wppa-album-admin-autosave.php:618 wppa-album-admin-autosave.php:630
1754
- #: wppa-settings-autosave.php:6302 wppa-settings-autosave.php:8336
1755
  msgid "per day"
1756
  msgstr ""
1757
 
1758
  #: wppa-album-admin-autosave.php:619 wppa-album-admin-autosave.php:631
1759
- #: wppa-settings-autosave.php:6303 wppa-settings-autosave.php:8337
1760
  msgid "per week"
1761
  msgstr ""
1762
 
1763
  #: wppa-album-admin-autosave.php:620 wppa-album-admin-autosave.php:632
1764
- #: wppa-settings-autosave.php:6304 wppa-settings-autosave.php:8338
1765
  msgid "per month"
1766
  msgstr ""
1767
 
1768
  #: wppa-album-admin-autosave.php:621 wppa-album-admin-autosave.php:633
1769
- #: wppa-settings-autosave.php:6305 wppa-settings-autosave.php:8339
1770
  msgid "per year"
1771
  msgstr ""
1772
 
@@ -1782,7 +1806,7 @@ msgstr ""
1782
  msgid "Watermark pos:"
1783
  msgstr ""
1784
 
1785
- #: wppa-album-admin-autosave.php:663 wppa-photo-admin-autosave.php:904
1786
  msgid "Remark:"
1787
  msgstr ""
1788
 
@@ -1799,8 +1823,8 @@ msgstr ""
1799
  msgid "Type the name of the album. Do not leave this empty."
1800
  msgstr ""
1801
 
1802
- #: wppa-album-admin-autosave.php:713 wppa-photo-admin-autosave.php:1656
1803
- #: wppa-photo-admin-autosave.php:1707
1804
  msgid "Description:"
1805
  msgstr ""
1806
 
@@ -1809,7 +1833,7 @@ msgid "Update Album description"
1809
  msgstr ""
1810
 
1811
  #: wppa-album-admin-autosave.php:762
1812
- msgid "Catogories:"
1813
  msgstr ""
1814
 
1815
  #: wppa-album-admin-autosave.php:775
@@ -1837,19 +1861,19 @@ msgstr ""
1837
  msgid "Link type:"
1838
  msgstr ""
1839
 
1840
- #: wppa-album-admin-autosave.php:874 wppa-settings-autosave.php:8564
1841
  msgid "the sub-albums and thumbnails"
1842
  msgstr ""
1843
 
1844
- #: wppa-album-admin-autosave.php:875 wppa-settings-autosave.php:8565
1845
  msgid "the sub-albums"
1846
  msgstr ""
1847
 
1848
- #: wppa-album-admin-autosave.php:876 wppa-settings-autosave.php:8566
1849
  msgid "the thumbnails"
1850
  msgstr ""
1851
 
1852
- #: wppa-album-admin-autosave.php:877 wppa-settings-autosave.php:8567
1853
  msgid "the album photos as slideshow"
1854
  msgstr ""
1855
 
@@ -1857,7 +1881,7 @@ msgstr ""
1857
  msgid "the link page with a clean url"
1858
  msgstr ""
1859
 
1860
- #: wppa-album-admin-autosave.php:879 wppa-settings-autosave.php:8568
1861
  msgid "no link at all"
1862
  msgstr ""
1863
 
@@ -1875,16 +1899,16 @@ msgstr ""
1875
 
1876
  #: wppa-album-admin-autosave.php:901 wppa-bestof-widget.php:196
1877
  #: wppa-potd-admin.php:108 wppa-potd-admin.php:124 wppa-potd-admin.php:152
1878
- #: wppa-slideshow-widget.php:221
1879
  msgid "Link to:"
1880
  msgstr ""
1881
 
1882
- #: wppa-album-admin-autosave.php:907 wppa-settings-autosave.php:10431
1883
- #: wppa-settings-autosave.php:10473 wppa-settings-autosave.php:10525
1884
  msgid "There are no pages (yet) to link to."
1885
  msgstr ""
1886
 
1887
- #: wppa-album-admin-autosave.php:917
1888
  msgid "--- the same page or post ---"
1889
  msgstr ""
1890
 
@@ -1920,7 +1944,7 @@ msgstr ""
1920
  msgid "Add Inherit Cats"
1921
  msgstr ""
1922
 
1923
- #: wppa-album-admin-autosave.php:996 wppa-album-admin-autosave.php:1011
1924
  msgid "Tag all photos in this album with the default tags."
1925
  msgstr ""
1926
 
@@ -1936,6 +1960,10 @@ msgstr ""
1936
  msgid "Add default tags"
1937
  msgstr ""
1938
 
 
 
 
 
1939
  #: wppa-album-admin-autosave.php:1013
1940
  msgid "Schedule all"
1941
  msgstr ""
@@ -1998,20 +2026,20 @@ msgstr ""
1998
  msgid "Moderate photo"
1999
  msgstr ""
2000
 
2001
- #: wppa-album-admin-autosave.php:1178 wppa-functions.php:2404
2002
  #: wppa-photo-admin-autosave.php:25
2003
  msgid "Edit photo"
2004
  msgstr "N&aelig;ste billede"
2005
 
2006
- #: wppa-album-admin-autosave.php:1198 wppa-boxes-html.php:1858
2007
- #: wppa-boxes-html.php:1861
2008
  msgid "Delete Album"
2009
  msgstr ""
2010
 
2011
- #: wppa-album-admin-autosave.php:1200 wppa-boxes-html.php:820
2012
- #: wppa-breadcrumb.php:325 wppa-breadcrumb.php:349 wppa-breadcrumb.php:379
2013
- #: wppa-breadcrumb.php:399 wppa-breadcrumb.php:493 wppa-breadcrumb.php:520
2014
- #: wppa-breadcrumb.php:693 wppa-comment-admin.php:65 wppa-featen-widget.php:179
2015
  #: wppa-lasten-widget.php:203 wppa-slideshow-widget.php:199
2016
  #: wppa-thumbnail-widget.php:189 wppa-topten-widget.php:338
2017
  #: wppa-upload-widget.php:85 wppa-upload.php:187 wppa-upload.php:330
@@ -2035,11 +2063,10 @@ msgstr ""
2035
  #: wppa-album-admin-autosave.php:1519 wppa-album-admin-autosave.php:1559
2036
  #: wppa-album-admin-autosave.php:1657 wppa-album-admin-autosave.php:1892
2037
  #: wppa-album-admin-autosave.php:1988 wppa-album-admin-autosave.php:2262
2038
- #: wppa-boxes-html.php:935 wppa-comment-admin.php:319
2039
- #: wppa-comment-admin.php:388 wppa-comment-admin.php:406
2040
- #: wppa-functions.php:2139 wppa-links.php:808 wppa-links.php:826
2041
- #: wppa-photo-admin-autosave.php:2388 wppa-photo-admin-autosave.php:2513
2042
- #: wppa-thumbnails.php:673
2043
  msgid "Delete"
2044
  msgstr "Slet"
2045
 
@@ -2047,8 +2074,8 @@ msgstr "Slet"
2047
  msgid "Move to:"
2048
  msgstr ""
2049
 
2050
- #: wppa-album-admin-autosave.php:1216 wppa-photo-admin-autosave.php:3212
2051
- #: wppa-settings-autosave.php:2972
2052
  msgid "Cancel"
2053
  msgstr ""
2054
 
@@ -2086,7 +2113,7 @@ msgstr ""
2086
 
2087
  #: wppa-album-admin-autosave.php:1452 wppa-album-admin-autosave.php:1590
2088
  #: wppa-album-admin-autosave.php:1824 wppa-album-admin-autosave.php:1920
2089
- #: wppa-photo-admin-autosave.php:2477 wppa-photo-admin-autosave.php:2658
2090
  msgid "ID"
2091
  msgstr ""
2092
 
@@ -2249,65 +2276,65 @@ msgid ""
2249
  "box above."
2250
  msgstr ""
2251
 
2252
- #: wppa-album-admin-autosave.php:2447
2253
  msgid "Manage album order"
2254
  msgstr ""
2255
 
2256
- #: wppa-album-admin-autosave.php:2451
2257
  msgid "Change sequence order by drag and drop, or use the up/down arrows."
2258
  msgstr ""
2259
 
2260
- #: wppa-album-admin-autosave.php:2454
2261
  msgid "Do not leave this page unless the bar is entirely green."
2262
  msgstr ""
2263
 
2264
- #: wppa-album-admin-autosave.php:2463 wppa-settings-autosave.php:8247
2265
- #: wppa-settings-autosave.php:8258 wppa-stereo.php:31
2266
  msgid "Color"
2267
  msgstr ""
2268
 
2269
- #: wppa-album-admin-autosave.php:2466
2270
  msgid "Meaning"
2271
  msgstr ""
2272
 
2273
- #: wppa-album-admin-autosave.php:2476
2274
  msgid "Up to date"
2275
  msgstr ""
2276
 
2277
- #: wppa-album-admin-autosave.php:2484
2278
  msgid "Updating"
2279
  msgstr ""
2280
 
2281
- #: wppa-album-admin-autosave.php:2492
2282
  msgid "Needs update"
2283
  msgstr ""
2284
 
2285
- #: wppa-album-admin-autosave.php:2500 wppa-maintenance.php:91
2286
- #: wppa-upload.php:632
2287
  msgid "Error"
2288
  msgstr ""
2289
 
2290
- #: wppa-album-admin-autosave.php:2720
2291
  msgid "To top"
2292
  msgstr ""
2293
 
2294
- #: wppa-album-admin-autosave.php:2731
2295
  msgid "One up"
2296
  msgstr ""
2297
 
2298
- #: wppa-album-admin-autosave.php:2742
2299
  msgid "One down"
2300
  msgstr ""
2301
 
2302
- #: wppa-album-admin-autosave.php:2753
2303
  msgid "To bottom"
2304
  msgstr ""
2305
 
2306
- #: wppa-album-admin-autosave.php:2764
2307
  msgid "Id:"
2308
  msgstr ""
2309
 
2310
- #: wppa-album-admin-autosave.php:2765
2311
  msgid "Ord:"
2312
  msgstr ""
2313
 
@@ -2352,12 +2379,12 @@ msgid_plural "%d photos"
2352
  msgstr[0] ""
2353
  msgstr[1] ""
2354
 
2355
- #: wppa-album-covers.php:1535 wppa-boxes-html.php:1282 wppa-boxes-html.php:1597
2356
  #: wppa-breadcrumb.php:175 wppa-breadcrumb.php:181 wppa-breadcrumb.php:188
2357
- #: wppa-breadcrumb.php:429 wppa-breadcrumb.php:431 wppa-breadcrumb.php:437
2358
- #: wppa-breadcrumb.php:439 wppa-breadcrumb.php:447 wppa-breadcrumb.php:463
2359
- #: wppa-breadcrumb.php:476 wppa-breadcrumb.php:482 wppa-utils.php:1556
2360
- #: wppa-utils.php:1560 wppa-utils.php:2241
2361
  msgid "and"
2362
  msgstr "og"
2363
 
@@ -2369,9 +2396,9 @@ msgstr "Nyt!"
2369
  msgid "New"
2370
  msgstr "Ny"
2371
 
2372
- #: wppa-album-covers.php:1860 wppa-boxes-html.php:844 wppa-non-admin.php:820
2373
- #: wppa-settings-autosave.php:2335 wppa-settings-autosave.php:5737
2374
- #: wppa-settings-autosave.php:8723
2375
  msgid "Slideshow"
2376
  msgstr "Slideshow"
2377
 
@@ -2379,8 +2406,8 @@ msgstr "Slideshow"
2379
  msgid "Browse photos"
2380
  msgstr "Se fotos"
2381
 
2382
- #: wppa-album-covers.php:1898 wppa-breadcrumb.php:431 wppa-breadcrumb.php:439
2383
- #: wppa-breadcrumb.php:476 wppa-breadcrumb.php:482
2384
  msgid "Category:"
2385
  msgid_plural "Categories:"
2386
  msgstr[0] ""
@@ -2410,7 +2437,7 @@ msgstr ""
2410
  msgid "--- all separate albums ---"
2411
  msgstr ""
2412
 
2413
- #: wppa-album-navigator-widget.php:102 wppa-common-functions.php:1738
2414
  #: wppa-items.php:492
2415
  msgid "--- owner/public ---"
2416
  msgstr "---ejer/offentlige---"
@@ -2421,18 +2448,18 @@ msgstr ""
2421
 
2422
  #: wppa-album-navigator-widget.php:116 wppa-album-widget.php:345
2423
  #: wppa-album-widget.php:352 wppa-lasten-widget.php:236
2424
- #: wppa-slideshow-widget.php:206 wppa-slideshow-widget.php:226
2425
- #: wppa-slideshow-widget.php:233 wppa-slideshow-widget.php:240
2426
- #: wppa-slideshow-widget.php:247 wppa-slideshow-widget.php:254
2427
  #: wppa-thumbnail-widget.php:227
2428
  msgid "no."
2429
  msgstr ""
2430
 
2431
  #: wppa-album-navigator-widget.php:117 wppa-album-widget.php:346
2432
  #: wppa-album-widget.php:353 wppa-lasten-widget.php:237
2433
- #: wppa-slideshow-widget.php:207 wppa-slideshow-widget.php:227
2434
- #: wppa-slideshow-widget.php:234 wppa-slideshow-widget.php:241
2435
- #: wppa-slideshow-widget.php:248 wppa-slideshow-widget.php:255
2436
  #: wppa-thumbnail-widget.php:228
2437
  msgid "yes."
2438
  msgstr ""
@@ -2523,6 +2550,12 @@ msgstr ""
2523
  msgid "Mean value"
2524
  msgstr ""
2525
 
 
 
 
 
 
 
2526
  #: wppa-bestof-widget.php:178 wppa-potd-admin.php:132
2527
  #: wppa-topten-widget.php:376
2528
  msgid "Subtitle:"
@@ -2540,20 +2573,20 @@ msgstr ""
2540
  msgid "Rating count:"
2541
  msgstr ""
2542
 
2543
- #: wppa-bestof-widget.php:198 wppa-common-functions.php:1720
2544
- #: wppa-import.php:1639 wppa-items.php:465 wppa-potd-admin.php:100
2545
- #: wppa-potd-admin.php:136 wppa-settings-autosave.php:1419
2546
- #: wppa-settings-autosave.php:1784 wppa-settings-autosave.php:1989
2547
- #: wppa-settings-autosave.php:3835 wppa-settings-autosave.php:3849
2548
- #: wppa-settings-autosave.php:3990 wppa-settings-autosave.php:4043
2549
- #: wppa-settings-autosave.php:4155 wppa-settings-autosave.php:4172
2550
- #: wppa-settings-autosave.php:4285 wppa-settings-autosave.php:5811
2551
- #: wppa-settings-autosave.php:6440 wppa-settings-autosave.php:6589
2552
- #: wppa-settings-autosave.php:8131 wppa-settings-autosave.php:8350
2553
- #: wppa-settings-autosave.php:8426 wppa-settings-autosave.php:9394
2554
- #: wppa-settings-autosave.php:9551 wppa-settings-autosave.php:9681
2555
- #: wppa-thumbnail-widget.php:200 wppa-tinymce-shortcodes.php:626
2556
- #: wppa-watermark.php:590
2557
  msgid "--- none ---"
2558
  msgstr "--- ingen ---"
2559
 
@@ -2577,229 +2610,241 @@ msgstr ""
2577
  msgid "All the authors photos, slideshow"
2578
  msgstr ""
2579
 
2580
- #: wppa-boxes-html.php:139 wppa-boxes-html.php:251
2581
  msgid "Photo search results"
2582
  msgstr "Foto søgeresultater"
2583
 
2584
- #: wppa-boxes-html.php:383 wppa-breadcrumb.php:163
2585
- #: wppa-settings-autosave.php:363
 
 
 
 
 
 
 
 
 
 
 
2586
  msgid "Albums"
2587
  msgstr "Album"
2588
 
2589
- #: wppa-boxes-html.php:389 wppa-breadcrumb.php:178
2590
  msgid "Photos"
2591
  msgstr "Foto's"
2592
 
2593
- #: wppa-boxes-html.php:408
2594
- msgid "Category"
2595
- msgstr "Kategori"
2596
-
2597
- #: wppa-boxes-html.php:421 wppa-boxes-html.php:554
2598
- #: wppa-settings-autosave.php:1677 wppa-settings-autosave.php:8246
2599
- #: wppa-settings-autosave.php:8257
2600
  msgid "Text"
2601
  msgstr "Tekst"
2602
 
2603
- #: wppa-boxes-html.php:437 wppa-boxes-html.php:491 wppa-boxes-html.php:637
2604
- #: wppa-boxes-html.php:667
2605
  msgid "CTRL+Click to add/remove option."
2606
  msgstr "CTRL + Klik for at tilføje / fjerne mulighed."
2607
 
2608
- #: wppa-boxes-html.php:438 wppa-boxes-html.php:492 wppa-boxes-html.php:638
2609
- #: wppa-boxes-html.php:668
2610
  msgid "Items must meet all selected options."
2611
  msgstr "Elementer skal opfylde alle valgte indstillinger."
2612
 
2613
- #: wppa-boxes-html.php:546 wppa-settings-autosave.php:9727
2614
- #: wppa-settings-autosave.php:9767 wppa-settings-autosave.php:9789
2615
- #: wppa-settings-autosave.php:9835
2616
  msgid "Tag"
2617
  msgstr "Tag"
2618
 
2619
- #: wppa-boxes-html.php:562
2620
  msgid "Iptc"
2621
  msgstr "Iptc"
2622
 
2623
- #: wppa-boxes-html.php:571
2624
  msgid "Exif"
2625
  msgstr "Exif"
2626
 
2627
- #: wppa-boxes-html.php:769 wppa-boxes-html.php:848
2628
  msgid "Submit"
2629
  msgstr "Indsend"
2630
 
2631
- #: wppa-boxes-html.php:811 wppa-super-view-widget.php:14
2632
  #: wppa-super-view-widget.php:64
2633
  msgid "Super View Photos"
2634
  msgstr "Super View Billeder"
2635
 
2636
- #: wppa-boxes-html.php:836 wppa-settings-autosave.php:380
2637
- #: wppa-settings-autosave.php:4990
2638
  msgid "Thumbnails"
2639
  msgstr "Miniatyrbilder"
2640
 
2641
- #: wppa-boxes-html.php:946
2642
  msgid "No zipfiles available"
2643
  msgstr ""
2644
 
2645
- #: wppa-boxes-html.php:978
2646
  msgid "Tagged photos"
2647
  msgstr "Tagged fotos"
2648
 
2649
- #: wppa-boxes-html.php:992
2650
  msgid "Please select a tagcloud landing page in Table VI-C3b"
2651
  msgstr "V&aelig;lg en side, hvor tag-skyen skal vises i Tabel VI-C3b"
2652
 
2653
- #: wppa-boxes-html.php:1052
2654
  msgid "Multi Tagged photos"
2655
  msgstr "Multi Tagged billeder"
2656
 
2657
- #: wppa-boxes-html.php:1067
2658
  msgid "Please select a multitag landing page in Table VI-C4b"
2659
  msgstr "V&aelig;lg en side, hvor multi-tag skal vises i Tabel VI-C4b"
2660
 
2661
- #: wppa-boxes-html.php:1112
2662
  msgid "Please check the tag(s) that the photos must have"
2663
  msgstr "Unders&oslash;g de tag(s) som dine fotos har"
2664
 
2665
- #: wppa-boxes-html.php:1143
2666
  msgid "And"
2667
  msgstr "og"
2668
 
2669
- #: wppa-boxes-html.php:1154
2670
  msgid "Or"
2671
  msgstr "Eller"
2672
 
2673
- #: wppa-boxes-html.php:1169
2674
  msgid "Inverse selection"
2675
  msgstr "Invertér udvalg"
2676
 
2677
- #: wppa-boxes-html.php:1222
2678
  msgid "Find!"
2679
  msgstr "Find!"
2680
 
2681
- #: wppa-boxes-html.php:1253
2682
  msgid "Social media landing page"
2683
  msgstr "Sociale medier destinationsside"
2684
 
2685
- #: wppa-boxes-html.php:1283 wppa-utils.php:1560
2686
  #, php-format
2687
  msgid "See this image on %s"
2688
  msgstr "Se dette billed p&aring; %s"
2689
 
2690
- #: wppa-boxes-html.php:1312 wppa-boxes-html.php:1617 wppa-qr-widget.php:47
2691
  msgid "QR code"
2692
  msgstr "QR kode"
2693
 
2694
- #: wppa-boxes-html.php:1357 wppa-boxes-html.php:1649
2695
  #, php-format
2696
  msgid "Tweet %s on Twitter"
2697
  msgstr "Tweet %s p&aring; Twitter"
2698
 
2699
- #: wppa-boxes-html.php:1364 wppa-boxes-html.php:1656
2700
  msgid "Share on Twitter"
2701
  msgstr "Del på Twitter"
2702
 
2703
- #: wppa-boxes-html.php:1377 wppa-boxes-html.php:1669
2704
  #, php-format
2705
  msgid "Share %s on Google+"
2706
  msgstr "Del %s p&aring; Google+"
2707
 
2708
- #: wppa-boxes-html.php:1384 wppa-boxes-html.php:1677
2709
  msgid "Share on Google+"
2710
  msgstr "Del på Google+"
2711
 
2712
- #: wppa-boxes-html.php:1399
2713
  #, php-format
2714
  msgid "Share %s on Pinterest"
2715
  msgstr "Del %s p&aring; Pinterest"
2716
 
2717
- #: wppa-boxes-html.php:1409
2718
  msgid "Share on Pinterest"
2719
  msgstr "Del på Pinterest"
2720
 
2721
- #: wppa-boxes-html.php:1554 wppa-boxes-html.php:1753
 
 
 
 
 
2722
  msgid "Comment on Facebook:"
2723
  msgstr "Kommentar på Facebook:"
2724
 
2725
- #: wppa-boxes-html.php:1598
2726
  #, php-format
2727
  msgid "See this article on %s"
2728
  msgstr ""
2729
 
2730
- #: wppa-boxes-html.php:1856 wppa-import.php:1326
2731
  msgid "Working..."
2732
  msgstr "Arbejder…"
2733
 
2734
- #: wppa-boxes-html.php:1953
2735
  msgid "Create Sub Album"
2736
  msgstr ""
2737
 
2738
- #: wppa-boxes-html.php:1953
2739
  msgid "Create Album"
2740
  msgstr "Opret album"
2741
 
2742
- #: wppa-boxes-html.php:2001
2743
  msgid "Enter album name."
2744
  msgstr "Indtast albummets navn."
2745
 
2746
- #: wppa-boxes-html.php:2003 wppa-boxes-html.php:2997
2747
  msgid "Don't leave this blank!"
2748
  msgstr "Lad ikke dette tomt!"
2749
 
2750
- #: wppa-boxes-html.php:2024
2751
  msgid "Enter album description"
2752
  msgstr "Indtast album beskrivelse"
2753
 
2754
- #: wppa-boxes-html.php:2052
2755
  msgid "Create album"
2756
  msgstr "Opret album"
2757
 
2758
- #: wppa-boxes-html.php:2212 wppa-boxes-html.php:2226 wppa-functions.php:4389
2759
  msgid "Max uploads reached"
2760
  msgstr "Maks. antal indsendinger er opn&aring;et"
2761
 
2762
- #: wppa-boxes-html.php:2291 wppa-upload.php:210
2763
  msgid "Upload Photo"
2764
  msgstr "Indsend foto"
2765
 
2766
- #: wppa-boxes-html.php:2366
2767
  msgid "Enter album id"
2768
  msgstr ""
2769
 
2770
- #: wppa-boxes-html.php:2392
2771
  msgid "Select Photo / Video / Camera"
2772
  msgstr ""
2773
 
2774
- #: wppa-boxes-html.php:2395
2775
  msgid "Select Photo / Camera"
2776
  msgstr ""
2777
 
2778
- #: wppa-boxes-html.php:2400
2779
  msgid "Select Photo / Video"
2780
  msgstr ""
2781
 
2782
- #: wppa-boxes-html.php:2403
2783
  msgid "Select Photo"
2784
  msgstr ""
2785
 
2786
- #: wppa-boxes-html.php:2410
2787
  msgid "Select Photos / Video / Camera"
2788
  msgstr ""
2789
 
2790
- #: wppa-boxes-html.php:2413
2791
  msgid "Select Photos / Camera"
2792
  msgstr ""
2793
 
2794
- #: wppa-boxes-html.php:2418
2795
  msgid "Select Photos / Video"
2796
  msgstr ""
2797
 
2798
- #: wppa-boxes-html.php:2421
2799
  msgid "Select Photos"
2800
  msgstr ""
2801
 
2802
- #: wppa-boxes-html.php:2468
2803
  #, php-format
2804
  msgid "You may upload %d photo"
2805
  msgid_plural ""
@@ -2808,32 +2853,32 @@ msgid_plural ""
2808
  msgstr[0] ""
2809
  msgstr[1] ""
2810
 
2811
- #: wppa-boxes-html.php:2477
2812
  #, php-format
2813
- msgid "Min photo size: %d x %d pixels"
2814
  msgstr ""
2815
 
2816
- #: wppa-boxes-html.php:2484
2817
  #, php-format
2818
- msgid "Max photo size: %d x %d pixels"
2819
  msgstr ""
2820
 
2821
- #: wppa-boxes-html.php:2492
2822
  #, php-format
2823
  msgid "Max photo size: %d x %d (%2.1f MegaPixel)"
2824
  msgstr "Maks. foto st&oslash;rrelse: %d x %d (%2.1f MegaPixel)"
2825
 
2826
- #: wppa-boxes-html.php:2522 wppa-import.php:562 wppa-upload.php:196
2827
  #: wppa-upload.php:340 wppa-upload.php:417
2828
  msgid "Apply watermark file:"
2829
  msgstr "Inds&aelig;t vandm&aelig;rke:"
2830
 
2831
- #: wppa-boxes-html.php:2544 wppa-import.php:566 wppa-upload.php:200
2832
  #: wppa-upload.php:344 wppa-upload.php:421
2833
  msgid "Position:"
2834
  msgstr "Position:"
2835
 
2836
- #: wppa-boxes-html.php:2572
2837
  msgid ""
2838
  "If you leave this blank, iptc tag 005 (Graphic name) will be used as "
2839
  "photoname if available, else the original filename will be used as photo "
@@ -2843,7 +2888,7 @@ msgstr ""
2843
  "som photoname hvis tilgængelig, ellers det oprindelige filnavn vil blive "
2844
  "brugt som foto navn."
2845
 
2846
- #: wppa-boxes-html.php:2577
2847
  msgid ""
2848
  "If you leave this blank, iptc tag 120 (Caption) will be used as photoname if "
2849
  "available, else the original filename will be used as photo name."
@@ -2852,202 +2897,202 @@ msgstr ""
2852
  "photoname hvis tilgængelig, ellers det oprindelige filnavn vil blive brugt "
2853
  "som foto navn."
2854
 
2855
- #: wppa-boxes-html.php:2582
2856
  msgid "If you leave this blank, \"Photo photoid\" will be used as photo name."
2857
  msgstr ""
2858
 
2859
- #: wppa-boxes-html.php:2588
2860
  msgid ""
2861
  "If you leave this blank, the original filename will be used as photo name."
2862
  msgstr ""
2863
  "Hvis du ikke udfylder dette felt, s&aring; vil filens navn blive brugt som "
2864
  "foto navn"
2865
 
2866
- #: wppa-boxes-html.php:2593 wppa-settings-autosave.php:1723
2867
  msgid "Photo name"
2868
  msgstr ""
2869
 
2870
- #: wppa-boxes-html.php:2611
2871
  msgid "Photo description"
2872
  msgstr ""
2873
 
2874
- #: wppa-boxes-html.php:2639
2875
  msgid "hidden"
2876
  msgstr "skjult"
2877
 
2878
- #: wppa-boxes-html.php:2710
2879
  msgid "Preview tags:"
2880
  msgstr "Eksempel tags:"
2881
 
2882
- #: wppa-boxes-html.php:2731
2883
  msgid "Blog it?"
2884
  msgstr ""
2885
 
2886
- #: wppa-boxes-html.php:2741 wppa-boxes-html.php:2816
2887
  msgid "Upload and blog"
2888
  msgstr ""
2889
 
2890
- #: wppa-boxes-html.php:2745 wppa-boxes-html.php:2816
2891
  msgid "Upload photo"
2892
  msgstr "Upload foto"
2893
 
2894
- #: wppa-boxes-html.php:2769
2895
  msgid "Post title:"
2896
  msgstr ""
2897
 
2898
- #: wppa-boxes-html.php:2779
2899
  msgid "Text BEFORE the image:"
2900
  msgstr ""
2901
 
2902
- #: wppa-boxes-html.php:2789
2903
  msgid "Text AFTER the image:"
2904
  msgstr ""
2905
 
2906
- #: wppa-boxes-html.php:2809
2907
  msgid "Please select an album and try again"
2908
  msgstr "Vælg et album, og prøv igen"
2909
 
2910
- #: wppa-boxes-html.php:2869
2911
  msgid "Processing..."
2912
  msgstr ""
2913
 
2914
- #: wppa-boxes-html.php:2874 wppa-import.php:153
2915
  msgid "Done!"
2916
  msgstr ""
2917
 
2918
- #: wppa-boxes-html.php:2882
2919
  msgid "ERROR: unable to upload files."
2920
  msgstr "FEJL: ude af stand til at uploade filer."
2921
 
2922
- #: wppa-boxes-html.php:2936
2923
  msgid "Edit Album Info"
2924
  msgstr ""
2925
 
2926
- #: wppa-boxes-html.php:2995
2927
  msgid "Enter album name"
2928
  msgstr "Indtast albummets navn"
2929
 
2930
- #: wppa-boxes-html.php:3017
2931
  msgid "Album description:"
2932
  msgstr "Album beskrivelse:"
2933
 
2934
- #: wppa-boxes-html.php:3071
2935
  msgid "Update album"
2936
  msgstr "Opdater album"
2937
 
2938
- #: wppa-boxes-html.php:3140
2939
  msgid "wrote:"
2940
  msgstr "skrev:"
2941
 
2942
- #: wppa-boxes-html.php:3202
2943
  msgid "Avatar"
2944
  msgstr "Profilbillede"
2945
 
2946
- #: wppa-boxes-html.php:3254 wppa-links.php:852
2947
  msgid "Awaiting moderation"
2948
  msgstr "Venter p&aring; godkendelse"
2949
 
2950
- #: wppa-boxes-html.php:3257
2951
  msgid "Marked as spam"
2952
  msgstr "Markeret som spam"
2953
 
2954
- #: wppa-boxes-html.php:3281
2955
  msgid "Edit!"
2956
  msgstr "Rediger!"
2957
 
2958
- #: wppa-boxes-html.php:3285
2959
  msgid "Send!"
2960
  msgstr "Send"
2961
 
2962
- #: wppa-boxes-html.php:3346
2963
  msgid "Your name:"
2964
  msgstr "Dit navn"
2965
 
2966
- #: wppa-boxes-html.php:3361
2967
  msgid "Your email:"
2968
  msgstr "Din email"
2969
 
2970
- #: wppa-boxes-html.php:3377
2971
  msgid "Your comment:"
2972
  msgstr "Din kommentar"
2973
 
2974
- #: wppa-boxes-html.php:3421
2975
  #, php-format
2976
  msgid "You must <a href=\"%s\">login</a> to enter a comment"
2977
  msgstr "Du skal <a href=\"%s\">logge ind</a> for at indtaste en kommentar"
2978
 
2979
- #: wppa-boxes-html.php:3424
2980
  msgid "You must login to enter a comment"
2981
  msgstr "Du skal logge ind for at indtaste en kommentar"
2982
 
2983
- #: wppa-boxes-html.php:3436 wppa-functions.php:2612 wppa-thumbnails.php:735
2984
  #, php-format
2985
  msgid "%d comment"
2986
  msgid_plural "%d comments"
2987
  msgstr[0] "%d kommentar"
2988
  msgstr[1] "%d kommentarer"
2989
 
2990
- #: wppa-boxes-html.php:3440
2991
  msgid "Leave a comment"
2992
  msgstr "Skriv en kommentar"
2993
 
2994
- #: wppa-boxes-html.php:3537
2995
  msgid "Show IPTC data"
2996
  msgstr "Vis IPTC data"
2997
 
2998
- #: wppa-boxes-html.php:3548
2999
  msgid "Hide IPTC data"
3000
  msgstr "Skjul IPTC data"
3001
 
3002
- #: wppa-boxes-html.php:3596
3003
  msgid "No IPTC data"
3004
  msgstr "Ingen IPTC data"
3005
 
3006
- #: wppa-boxes-html.php:3648
3007
  msgid "Show EXIF data"
3008
  msgstr "Vis EXIF data"
3009
 
3010
- #: wppa-boxes-html.php:3659
3011
  msgid "Hide EXIF data"
3012
  msgstr "Skjul EXIF data"
3013
 
3014
- #: wppa-boxes-html.php:3711
3015
  msgid "No EXIF data"
3016
  msgstr "Ingen EXIF data"
3017
 
3018
- #: wppa-boxes-html.php:3825 wppa-boxes-html.php:3830
3019
  msgid "< Previous"
3020
  msgstr "< Forrige"
3021
 
3022
- #: wppa-boxes-html.php:3836 wppa-boxes-html.php:3841
3023
  msgid "Next >"
3024
  msgstr "Næste >"
3025
 
3026
- #: wppa-boxes-html.php:3943 wppa-boxes-html.php:4022
3027
  msgid "See the authors albums"
3028
  msgstr "Se forfatternes album"
3029
 
3030
- #: wppa-boxes-html.php:3947 wppa-boxes-html.php:3955 wppa-boxes-html.php:4026
3031
  msgid "See the authors photos"
3032
  msgstr "Se forfatternes billeder"
3033
 
3034
- #: wppa-boxes-html.php:3951 wppa-boxes-html.php:3959 wppa-boxes-html.php:4030
3035
  msgid "See all the authors photos"
3036
  msgstr "Se alle forfatternes billeder"
3037
 
3038
- #: wppa-boxes-html.php:3985
3039
  #, php-format
3040
  msgid "Photo by: %s"
3041
  msgstr "Foto af: %s"
3042
 
3043
- #: wppa-boxes-html.php:3988 wppa-boxes-html.php:4051
3044
  #, php-format
3045
  msgid "%d max rating"
3046
  msgid_plural "%d max ratings"
3047
  msgstr[0] ""
3048
  msgstr[1] ""
3049
 
3050
- #: wppa-boxes-html.php:3992 wppa-boxes-html.php:4055 wppa-non-admin.php:985
3051
  #: wppa-topten-widget.php:208 wppa-topten-widget.php:225
3052
  #: wppa-topten-widget.php:261
3053
  #, php-format
@@ -3056,22 +3101,22 @@ msgid_plural "%d votes"
3056
  msgstr[0] ""
3057
  msgstr[1] ""
3058
 
3059
- #: wppa-boxes-html.php:3996
3060
  #, php-format
3061
  msgid "Rating: %4.2f."
3062
  msgstr ""
3063
 
3064
- #: wppa-boxes-html.php:4004
3065
  #, php-format
3066
  msgid "Photo %s not found."
3067
  msgstr "Foto %s ikke fundet."
3068
 
3069
- #: wppa-boxes-html.php:4059
3070
  #, php-format
3071
  msgid "Mean value: %4.2f."
3072
  msgstr "Middelværdi: %4.2f."
3073
 
3074
- #: wppa-boxes-html.php:4413
3075
  msgid "Refresh"
3076
  msgstr "Opdater"
3077
 
@@ -3079,7 +3124,7 @@ msgstr "Opdater"
3079
  msgid "Post:"
3080
  msgstr "Indlæg:"
3081
 
3082
- #: wppa-breadcrumb.php:125 wppa-breadcrumb.php:718
3083
  msgid "Page:"
3084
  msgstr "Side:"
3085
 
@@ -3115,10 +3160,10 @@ msgstr "med indhold:"
3115
  msgid "with exif tag:"
3116
  msgstr "med exif tag:"
3117
 
3118
- #: wppa-breadcrumb.php:211 wppa-breadcrumb.php:253 wppa-breadcrumb.php:312
3119
- #: wppa-breadcrumb.php:336 wppa-breadcrumb.php:361 wppa-breadcrumb.php:386
3120
- #: wppa-breadcrumb.php:406 wppa-breadcrumb.php:419 wppa-breadcrumb.php:434
3121
- #: wppa-breadcrumb.php:460 wppa-breadcrumb.php:479 wppa-breadcrumb.php:500
3122
  msgid "View the thumbnails"
3123
  msgstr "Se miniatyrbilder"
3124
 
@@ -3131,106 +3176,110 @@ msgstr "Søgeresultater fra albummet %s og dets underalbummer"
3131
  msgid "Searchstring:"
3132
  msgstr "S&oslash;gestreng:"
3133
 
3134
- #: wppa-breadcrumb.php:265 wppa-breadcrumb.php:283
 
 
 
 
3135
  msgid "Photos by EXIF date"
3136
  msgstr "Fotos efter EXIF dato"
3137
 
3138
- #: wppa-breadcrumb.php:269 wppa-breadcrumb.php:287
3139
  msgid "Photos by date of upload"
3140
  msgstr "Billeder efter dato for upload"
3141
 
3142
- #: wppa-breadcrumb.php:273 wppa-breadcrumb.php:291
3143
  msgid "Photos by date last modified"
3144
  msgstr "Billeder efter dato for sidste ændring"
3145
 
3146
- #: wppa-breadcrumb.php:303 wppa-breadcrumb.php:315
3147
  #, php-format
3148
  msgid "Photos by %s"
3149
  msgstr "Fotos af %s"
3150
 
3151
- #: wppa-breadcrumb.php:322 wppa-breadcrumb.php:346 wppa-breadcrumb.php:376
3152
- #: wppa-breadcrumb.php:396 wppa-breadcrumb.php:515
3153
  msgid "Various albums"
3154
  msgstr "Forskellige album"
3155
 
3156
- #: wppa-breadcrumb.php:325 wppa-breadcrumb.php:349 wppa-breadcrumb.php:379
3157
- #: wppa-breadcrumb.php:399 wppa-breadcrumb.php:520 wppa-lasten-widget.php:211
3158
  msgid "Albums:"
3159
  msgstr "Album:"
3160
 
3161
- #: wppa-breadcrumb.php:329 wppa-breadcrumb.php:339
3162
  msgid "Top rated photos"
3163
  msgstr "Top fotos"
3164
 
3165
- #: wppa-breadcrumb.php:354 wppa-breadcrumb.php:365
3166
  msgid "Recently modified photos"
3167
  msgstr "Nyligt modificerede fotos"
3168
 
3169
- #: wppa-breadcrumb.php:357 wppa-breadcrumb.php:368
3170
  msgid "Recently uploaded photos"
3171
  msgstr "Nyligt kommenterede fotos"
3172
 
3173
- #: wppa-breadcrumb.php:383 wppa-breadcrumb.php:389 wppa-comment-widget.php:40
3174
  msgid "Recently commented photos"
3175
  msgstr "Nyligt kommenterede fotos"
3176
 
3177
- #: wppa-breadcrumb.php:403 wppa-breadcrumb.php:409 wppa-featen-widget.php:38
3178
  msgid "Featured photos"
3179
  msgstr "Top fotos"
3180
 
3181
- #: wppa-breadcrumb.php:416 wppa-breadcrumb.php:422
3182
  msgid "Related photos"
3183
  msgstr "Relaterede billeder"
3184
 
3185
- #: wppa-breadcrumb.php:429 wppa-breadcrumb.php:437 wppa-breadcrumb.php:447
3186
- #: wppa-breadcrumb.php:463
3187
  msgid "Tagged photos:"
3188
  msgstr "Tagged fotos:"
3189
 
3190
- #: wppa-breadcrumb.php:429 wppa-breadcrumb.php:431 wppa-breadcrumb.php:437
3191
- #: wppa-breadcrumb.php:439 wppa-breadcrumb.php:447 wppa-breadcrumb.php:463
3192
- #: wppa-breadcrumb.php:476 wppa-breadcrumb.php:482
3193
  msgid "or"
3194
  msgstr "eller"
3195
 
3196
- #: wppa-breadcrumb.php:430 wppa-breadcrumb.php:438
3197
  msgid "From albums with"
3198
  msgstr ""
3199
 
3200
- #: wppa-breadcrumb.php:449 wppa-breadcrumb.php:465
3201
  msgid "out of various albums"
3202
  msgstr ""
3203
 
3204
- #: wppa-breadcrumb.php:452 wppa-breadcrumb.php:468
3205
  msgid "Inverted"
3206
  msgstr "Invers"
3207
 
3208
- #: wppa-breadcrumb.php:497 wppa-breadcrumb.php:503
3209
  msgid "Recently updated albums"
3210
  msgstr "Nyligt opdaterede albums"
3211
 
3212
- #: wppa-breadcrumb.php:513
3213
  #, php-format
3214
  msgid "Various albums by %s"
3215
  msgstr "Forskellige album af %s"
3216
 
3217
- #: wppa-breadcrumb.php:544 wppa-breadcrumb.php:559
3218
  msgid "Thumbnail view"
3219
  msgstr "Miniaturevisning"
3220
 
3221
- #: wppa-breadcrumb.php:716
3222
  msgid "Unpublished"
3223
  msgstr "Ikke publiceret"
3224
 
3225
- #: wppa-breadcrumb.php:746
3226
  msgid "Found photos will meet the search criteria as follows:"
3227
  msgstr "Fundet fotos vil opfylde søgekriterierne som følger:"
3228
 
3229
- #: wppa-breadcrumb.php:749
3230
  msgid "AND"
3231
  msgstr "OG"
3232
 
3233
- #: wppa-breadcrumb.php:753
3234
  msgid "OR"
3235
  msgstr "ELLER"
3236
 
@@ -3247,228 +3296,140 @@ msgstr ""
3247
  msgid "Qty:"
3248
  msgstr ""
3249
 
3250
- #: wppa-comment-admin.php:35
3251
- msgid "Photo Albums -> Edit Comment"
3252
- msgstr ""
3253
-
3254
- #: wppa-comment-admin.php:61
3255
- msgid "Photo:"
3256
- msgstr ""
3257
-
3258
- #: wppa-comment-admin.php:72
3259
- msgid "User:"
3260
- msgstr ""
3261
-
3262
- #: wppa-comment-admin.php:76
3263
- msgid "Email:"
3264
- msgstr ""
3265
-
3266
- #: wppa-comment-admin.php:80 wppa-utils.php:946
3267
- msgid "Comment:"
3268
- msgstr ""
3269
-
3270
- #: wppa-comment-admin.php:86
3271
- msgid "Save Changes"
3272
- msgstr ""
3273
-
3274
- #: wppa-comment-admin.php:99
3275
- msgid "Comment deleted"
3276
- msgstr ""
3277
-
3278
- #: wppa-comment-admin.php:128 wppa-comment-admin.php:143
3279
- msgid "Could not bulk update status"
3280
- msgstr ""
3281
-
3282
- #: wppa-comment-admin.php:151
3283
- msgid "Could not bulk delete spam"
3284
- msgstr ""
3285
-
3286
- #: wppa-comment-admin.php:157
3287
- msgid "Changes Saved"
3288
- msgstr ""
3289
-
3290
- #: wppa-comment-admin.php:184
3291
- msgid "Photo Albums -> Moderate Comment"
3292
- msgstr ""
3293
-
3294
- #: wppa-comment-admin.php:185
3295
- msgid "Photo Albums -> Comment admin"
3296
- msgstr ""
3297
-
3298
- #: wppa-comment-admin.php:189
3299
- msgid ""
3300
- "<h3>The Comment system is not activated</h3><p>To activate: check Table II "
3301
- "item 18 on the <b>Photo Albums -> Settings</b> screen and press <b>Save "
3302
- "Changes</b>"
3303
- msgstr ""
3304
-
3305
- #: wppa-comment-admin.php:196
3306
- msgid "Total:"
3307
- msgstr ""
3308
-
3309
- #: wppa-comment-admin.php:200
3310
- msgid "Approved:"
3311
- msgstr ""
3312
-
3313
- #: wppa-comment-admin.php:204
3314
- msgid "Pending:"
3315
- msgstr ""
3316
-
3317
- #: wppa-comment-admin.php:208
3318
- msgid "Spam:"
3319
- msgstr ""
3320
-
3321
- #: wppa-comment-admin.php:213
3322
- msgid "Auto deleted spam:"
3323
- msgstr ""
3324
-
3325
- #: wppa-comment-admin.php:228
3326
- msgid "Linkpage:"
3327
- msgstr ""
3328
-
3329
- #: wppa-comment-admin.php:231 wppa-settings-autosave.php:460
3330
- #: wppa-settings-autosave.php:8593
3331
- msgid "--- Please select a page ---"
3332
- msgstr ""
3333
-
3334
- #: wppa-comment-admin.php:246
3335
- msgid ""
3336
- "You can see the photo and all its comments on the selected page by clicking "
3337
- "on the thumbnail image"
3338
- msgstr ""
3339
-
3340
- #: wppa-comment-admin.php:250
3341
- msgid "Display status:"
3342
- msgstr ""
3343
-
3344
- #: wppa-comment-admin.php:252 wppa-settings-autosave.php:6443
3345
  msgid "all"
3346
  msgstr ""
3347
 
3348
- #: wppa-comment-admin.php:253
3349
  msgid "pending"
3350
  msgstr ""
3351
 
3352
- #: wppa-comment-admin.php:254
3353
  msgid "approved"
3354
  msgstr ""
3355
 
3356
- #: wppa-comment-admin.php:255
3357
  msgid "spam"
3358
  msgstr ""
3359
 
3360
- #: wppa-comment-admin.php:258
3361
- msgid "Display order:"
3362
  msgstr ""
3363
 
3364
- #: wppa-comment-admin.php:260
3365
- msgid "timestamp"
3366
- msgstr ""
3367
-
3368
- #: wppa-comment-admin.php:261
3369
- msgid "photo"
3370
- msgstr ""
3371
 
3372
- #: wppa-comment-admin.php:263 wppa-photo-admin-autosave.php:2385
3373
- msgid "Bulk action:"
 
3374
  msgstr ""
3375
 
3376
- #: wppa-comment-admin.php:266
3377
- msgid "Approve all pending"
 
 
 
 
3378
  msgstr ""
3379
 
3380
- #: wppa-comment-admin.php:267
3381
- msgid "Move all pending to spam"
 
3382
  msgstr ""
3383
 
3384
- #: wppa-comment-admin.php:268
3385
- msgid "Delete all spam"
 
3386
  msgstr ""
3387
 
3388
- #: wppa-comment-admin.php:270
3389
- msgid "Save Settings / Perform bulk action"
3390
  msgstr ""
3391
 
3392
- #: wppa-comment-admin.php:309 wppa-comment-admin.php:396 wppa-non-admin.php:825
3393
- msgid "Photo"
3394
- msgstr "Foto"
3395
-
3396
- #: wppa-comment-admin.php:310 wppa-comment-admin.php:397
3397
- msgid "(Album)"
3398
- msgstr ""
3399
-
3400
- #: wppa-comment-admin.php:311 wppa-comment-admin.php:398 wppa-potd-admin.php:70
3401
- #: wppa-potd-admin.php:357 wppa-settings-autosave.php:509
3402
- #: wppa-settings-autosave.php:671 wppa-settings-autosave.php:693
3403
- #: wppa-settings-autosave.php:1472 wppa-settings-autosave.php:1493
3404
- #: wppa-settings-autosave.php:3066 wppa-settings-autosave.php:3087
3405
- #: wppa-settings-autosave.php:3463 wppa-settings-autosave.php:3487
3406
- #: wppa-settings-autosave.php:4882 wppa-settings-autosave.php:4903
3407
- #: wppa-settings-autosave.php:5079 wppa-settings-autosave.php:5103
3408
- #: wppa-settings-autosave.php:6161 wppa-settings-autosave.php:6877
3409
- #: wppa-settings-autosave.php:6899 wppa-settings-autosave.php:7724
3410
- #: wppa-settings-autosave.php:7748 wppa-settings-autosave.php:9705
3411
- #: wppa-settings-autosave.php:9726 wppa-settings-autosave.php:9766
3412
- #: wppa-settings-autosave.php:9788 wppa-settings-autosave.php:9834
3413
- msgid "#"
3414
  msgstr ""
3415
 
3416
- #: wppa-comment-admin.php:312 wppa-comment-admin.php:399
3417
- msgid "IP"
3418
  msgstr ""
3419
 
3420
- #: wppa-comment-admin.php:313 wppa-comment-admin.php:400
3421
- msgid "User"
3422
  msgstr ""
3423
 
3424
- #: wppa-comment-admin.php:314 wppa-comment-admin.php:401
3425
- msgid "Email"
3426
  msgstr ""
3427
 
3428
- #: wppa-comment-admin.php:315 wppa-comment-admin.php:402
3429
- msgid "Time since"
3430
- msgstr ""
 
 
 
 
 
3431
 
3432
- #: wppa-comment-admin.php:316 wppa-comment-admin.php:403
3433
- msgid "Comment"
3434
- msgstr ""
 
 
 
 
 
3435
 
3436
- #: wppa-comment-admin.php:354
3437
- msgid "Click to see the fullsize photo and all comments"
3438
- msgstr ""
 
 
 
 
 
 
 
 
 
3439
 
3440
- #: wppa-comment-admin.php:365
 
 
 
 
3441
  #, php-format
3442
- msgid "Reply to your comment on photo: %s on %s"
3443
- msgstr ""
 
 
3444
 
3445
- #: wppa-comment-admin.php:366 wppa-functions.php:2396
3446
- msgid "Reply"
3447
- msgstr "Besvar"
3448
 
3449
- #: wppa-comment-admin.php:377 wppa-photo-admin-autosave.php:837
3450
- #: wppa-photo-admin-autosave.php:870 wppa-photo-admin-autosave.php:2036
3451
- #: wppa-photo-admin-autosave.php:2045 wppa-photo-admin-autosave.php:2403
3452
- #: wppa-photo-admin-autosave.php:2622 wppa-photo-admin-autosave.php:2634
3453
- msgid "Pending"
3454
  msgstr ""
3455
 
3456
- #: wppa-comment-admin.php:378 wppa-photo-admin-autosave.php:2037
3457
- #: wppa-photo-admin-autosave.php:2046
3458
- msgid "Approved"
3459
  msgstr ""
3460
 
3461
- #: wppa-comment-admin.php:379 wppa-photo-admin-autosave.php:2038
3462
- #: wppa-photo-admin-autosave.php:2047
3463
- msgid "Spam"
3464
  msgstr ""
3465
 
3466
- #: wppa-comment-admin.php:388
3467
- msgid "Are you sure you want to delete this comment?"
3468
  msgstr ""
3469
 
3470
- #: wppa-comment-admin.php:428 wppa-comment-admin.php:434
3471
- msgid "Unable to update comment. Err ="
 
 
 
3472
  msgstr ""
3473
 
3474
  #: wppa-comment-widget.php:14
@@ -3479,87 +3440,48 @@ msgstr ""
3479
  msgid "Comments on Photos"
3480
  msgstr ""
3481
 
3482
- #: wppa-comment-widget.php:73 wppa-non-admin.php:955 wppa-thumbnails.php:504
3483
  msgid "wrote"
3484
  msgstr "skrev"
3485
 
3486
  #: wppa-comment-widget.php:87 wppa-featen-widget.php:137
3487
- #: wppa-lasten-widget.php:148 wppa-non-admin.php:956 wppa-non-admin.php:961
3488
- #: wppa-non-admin.php:966 wppa-non-admin.php:970 wppa-non-admin.php:977
3489
- #: wppa-non-admin.php:987 wppa-potd-widget.php:159
3490
  #: wppa-thumbnail-widget.php:114 wppa-topten-widget.php:269
3491
  msgid "Photo not found"
3492
  msgstr "Foto ikke fundet"
3493
 
3494
- #: wppa-comment-widget.php:93 wppa-non-admin.php:957
3495
  msgid "There are no commented photos (yet)"
3496
  msgstr ""
3497
 
3498
- #: wppa-common-functions.php:616 wppa-functions.php:4825
3499
  #, php-format
3500
  msgid "%d second"
3501
  msgid_plural "%d seconds"
3502
  msgstr[0] ""
3503
  msgstr[1] ""
3504
 
3505
- #: wppa-common-functions.php:620 wppa-functions.php:4821
3506
- #: wppa-settings-autosave.php:6722 wppa-settings-autosave.php:6723
3507
- #, php-format
3508
- msgid "%d minute"
3509
- msgid_plural "%d minutes"
3510
- msgstr[0] ""
3511
- msgstr[1] ""
3512
-
3513
- #: wppa-common-functions.php:624 wppa-functions.php:4817
3514
- #: wppa-settings-autosave.php:6724 wppa-settings-autosave.php:8141
3515
- #, php-format
3516
- msgid "%d hour"
3517
- msgid_plural "%d hours"
3518
- msgstr[0] ""
3519
- msgstr[1] ""
3520
-
3521
- #: wppa-common-functions.php:628 wppa-functions.php:4813
3522
- #: wppa-settings-autosave.php:6725 wppa-settings-autosave.php:8142
3523
- #: wppa-settings-autosave.php:8143 wppa-settings-autosave.php:8144
3524
- #: wppa-settings-autosave.php:8145 wppa-settings-autosave.php:8146
3525
- #: wppa-settings-autosave.php:8147 wppa-settings-autosave.php:8149
3526
- #: wppa-settings-autosave.php:8150 wppa-settings-autosave.php:8151
3527
- #: wppa-settings-autosave.php:9454
3528
- #, php-format
3529
- msgid "%d day"
3530
- msgid_plural "%d days"
3531
- msgstr[0] ""
3532
- msgstr[1] ""
3533
-
3534
- #: wppa-common-functions.php:632 wppa-functions.php:4809
3535
- #: wppa-settings-autosave.php:6726 wppa-settings-autosave.php:8148
3536
- #: wppa-settings-autosave.php:8152 wppa-settings-autosave.php:8153
3537
- #: wppa-settings-autosave.php:8154 wppa-settings-autosave.php:9455
3538
- #, php-format
3539
- msgid "%d week"
3540
- msgid_plural "%d weeks"
3541
- msgstr[0] ""
3542
- msgstr[1] ""
3543
-
3544
- #: wppa-common-functions.php:636 wppa-settings-autosave.php:8155
3545
- #: wppa-settings-autosave.php:9456 wppa-settings-autosave.php:9457
3546
- #: wppa-settings-autosave.php:9458 wppa-settings-autosave.php:9459
3547
- #: wppa-settings-autosave.php:9460 wppa-settings-autosave.php:9462
3548
  #, php-format
3549
  msgid "%d month"
3550
  msgid_plural "%d months"
3551
  msgstr[0] ""
3552
  msgstr[1] ""
3553
 
3554
- #: wppa-common-functions.php:639 wppa-settings-autosave.php:9461
3555
- #: wppa-settings-autosave.php:9463
3556
  #, php-format
3557
  msgid "%d year"
3558
  msgid_plural "%d years"
3559
  msgstr[0] ""
3560
  msgstr[1] ""
3561
 
3562
- #: wppa-common-functions.php:1389
3563
  #, php-format
3564
  msgid ""
3565
  "Based on your server memory limit you should not upload images larger then "
@@ -3568,39 +3490,32 @@ msgstr ""
3568
  "Baseret på din server hukommelse grænse bør du ikke uploade billeder større "
3569
  "derefter <strong>%d x %d (% 2.1f MP)</strong>"
3570
 
3571
- #: wppa-common-functions.php:1714
3572
  msgid "- select an album -"
3573
  msgstr "- vælg et album -"
3574
 
3575
- #: wppa-common-functions.php:1726 wppa-items.php:483
3576
- #: wppa-multitag-widget.php:76 wppa-multitag-widget.php:84
3577
- #: wppa-slideshow-widget.php:199 wppa-tagcloud-widget.php:71
3578
- #: wppa-tagcloud-widget.php:79
3579
- msgid "--- all ---"
3580
- msgstr "--- alle ---"
3581
-
3582
- #: wppa-common-functions.php:1732
3583
  msgid "--- generic ---"
3584
  msgstr "--- generisk ---"
3585
 
3586
- #: wppa-common-functions.php:1749
3587
  msgid "--- multiple see below ---"
3588
  msgstr "--- multipel se nedenfor ---"
3589
 
3590
- #: wppa-common-functions.php:1755
3591
  msgid "--- a selection box ---"
3592
  msgstr "--- et valgboksen ---"
3593
 
3594
- #: wppa-common-functions.php:1806 wppa-import.php:1640 wppa-items.php:474
3595
- #: wppa-settings-autosave.php:8350 wppa-settings-autosave.php:8426
3596
  msgid "--- separate ---"
3597
  msgstr "--- adskille ---"
3598
 
3599
- #: wppa-common-functions.php:1924
3600
  msgid "Photo id ="
3601
  msgstr "Foto id ="
3602
 
3603
- #: wppa-common-functions.php:1924
3604
  msgid "Value ="
3605
  msgstr "Værdi ="
3606
 
@@ -3664,182 +3579,182 @@ msgstr ""
3664
  msgid "n.a."
3665
  msgstr "n.a."
3666
 
3667
- #: wppa-exif-iptc-common.php:239 wppa-utils.php:2522
3668
  msgid "Not Defined"
3669
  msgstr "Ikke Defineret"
3670
 
3671
- #: wppa-exif-iptc-common.php:240 wppa-utils.php:2523
3672
  msgid "Manual"
3673
  msgstr "Manual"
3674
 
3675
- #: wppa-exif-iptc-common.php:241 wppa-utils.php:2524
3676
  msgid "Program AE"
3677
  msgstr "Program AE"
3678
 
3679
- #: wppa-exif-iptc-common.php:242 wppa-utils.php:2525
3680
  msgid "Aperture-priority AE"
3681
  msgstr "Bl&aelig;ndeprioriteret AE"
3682
 
3683
- #: wppa-exif-iptc-common.php:243 wppa-utils.php:2526
3684
  msgid "Shutter speed priority AE"
3685
  msgstr "Lukkerhastighedsprioritet AE"
3686
 
3687
- #: wppa-exif-iptc-common.php:244 wppa-utils.php:2527
3688
  msgid "Creative (Slow speed)"
3689
  msgstr "Kreativ (Langsom hastighed)"
3690
 
3691
- #: wppa-exif-iptc-common.php:245 wppa-utils.php:2528
3692
  msgid "Action (High speed)"
3693
  msgstr "Handling (h&oslash;j hastighed)"
3694
 
3695
- #: wppa-exif-iptc-common.php:246 wppa-utils.php:2529
3696
  msgid "Portrait"
3697
  msgstr "Portr&aelig;t"
3698
 
3699
- #: wppa-exif-iptc-common.php:247 wppa-utils.php:2530
3700
  msgid "Landscape"
3701
  msgstr "Landskab"
3702
 
3703
- #: wppa-exif-iptc-common.php:248 wppa-utils.php:2531
3704
  msgid "Bulb"
3705
  msgstr "Bulb"
3706
 
3707
- #: wppa-exif-iptc-common.php:270 wppa-utils.php:2532
3708
  msgid "Average"
3709
  msgstr "gennemsnitlig"
3710
 
3711
- #: wppa-exif-iptc-common.php:271 wppa-utils.php:2533
3712
  msgid "Center-weighted average"
3713
  msgstr "Centerv&aelig;gtet gennemsnit"
3714
 
3715
- #: wppa-exif-iptc-common.php:272 wppa-utils.php:2534
3716
  msgid "Spot"
3717
  msgstr "Spot"
3718
 
3719
- #: wppa-exif-iptc-common.php:273 wppa-utils.php:2535
3720
  msgid "Multi-spot"
3721
  msgstr "Multi-spot"
3722
 
3723
- #: wppa-exif-iptc-common.php:274 wppa-utils.php:2536
3724
  msgid "Multi-segment"
3725
  msgstr "Multi-segment"
3726
 
3727
- #: wppa-exif-iptc-common.php:275 wppa-utils.php:2537
3728
  msgid "Partial"
3729
  msgstr "Delvist"
3730
 
3731
- #: wppa-exif-iptc-common.php:276 wppa-settings-autosave.php:5007
3732
- #: wppa-utils.php:2538
3733
  msgid "Other"
3734
  msgstr "Andet"
3735
 
3736
- #: wppa-exif-iptc-common.php:312 wppa-utils.php:2539
3737
  msgid "No Flash"
3738
  msgstr "Ingen blitz"
3739
 
3740
- #: wppa-exif-iptc-common.php:314 wppa-utils.php:2540
3741
  msgid "Fired"
3742
  msgstr "Afskudt"
3743
 
3744
- #: wppa-exif-iptc-common.php:316 wppa-utils.php:2541
3745
  msgid "Fired, Return not detected"
3746
  msgstr "Afskudt, returnering er ikke opdaget "
3747
 
3748
- #: wppa-exif-iptc-common.php:318 wppa-utils.php:2542
3749
  msgid "Fired, Return detected"
3750
  msgstr "Afskudt, returnering er opdaget "
3751
 
3752
- #: wppa-exif-iptc-common.php:320 wppa-utils.php:2543
3753
  msgid "On, Did not fire"
3754
  msgstr "Tilsluttet, afsk&oslash;d ikke"
3755
 
3756
- #: wppa-exif-iptc-common.php:322 wppa-utils.php:2544
3757
  msgid "On, Fired"
3758
  msgstr "Tilsluttet, afskudt"
3759
 
3760
- #: wppa-exif-iptc-common.php:324 wppa-utils.php:2545
3761
  msgid "On, Return not detected"
3762
  msgstr "Tilsluttet, returnering er ikke opdaget "
3763
 
3764
- #: wppa-exif-iptc-common.php:326 wppa-utils.php:2546
3765
  msgid "On, Return detected"
3766
  msgstr "Tilsluttet, returnering er opdaget "
3767
 
3768
- #: wppa-exif-iptc-common.php:328 wppa-utils.php:2547
3769
  msgid "Off, Did not fire"
3770
  msgstr "Slukket, afsk&oslash;d ikke"
3771
 
3772
- #: wppa-exif-iptc-common.php:330 wppa-utils.php:2548
3773
  msgid "Off, Did not fire, Return not detected"
3774
  msgstr "Slukket, afsk&oslash;d ikke, returnering er ikke opdaget "
3775
 
3776
- #: wppa-exif-iptc-common.php:332 wppa-utils.php:2549
3777
  msgid "Auto, Did not fire"
3778
  msgstr "Automatisk, afsk&oslash;d ikke"
3779
 
3780
- #: wppa-exif-iptc-common.php:334 wppa-utils.php:2550
3781
  msgid "Auto, Fired"
3782
  msgstr "Automatisk, afskudt"
3783
 
3784
- #: wppa-exif-iptc-common.php:336 wppa-utils.php:2551
3785
  msgid "Auto, Fired, Return not detected"
3786
  msgstr "Automatisk, afskudt, returnering er ikke opdaget "
3787
 
3788
- #: wppa-exif-iptc-common.php:338 wppa-utils.php:2552
3789
  msgid "Auto, Fired, Return detected"
3790
  msgstr "Automatisk, afskudt, returnering er opdaget "
3791
 
3792
- #: wppa-exif-iptc-common.php:340 wppa-utils.php:2553
3793
  msgid "No flash function"
3794
  msgstr "Ingen blitz funktion"
3795
 
3796
- #: wppa-exif-iptc-common.php:342 wppa-utils.php:2554
3797
  msgid "Off, No flash function"
3798
  msgstr "Slukket, ingen blitz funktion"
3799
 
3800
- #: wppa-exif-iptc-common.php:344 wppa-utils.php:2555
3801
  msgid "Fired, Red-eye reduction"
3802
  msgstr "Afskudt, R&oslash;d-&oslash;je reduktion"
3803
 
3804
- #: wppa-exif-iptc-common.php:346 wppa-utils.php:2556
3805
  msgid "Fired, Red-eye reduction, Return not detected"
3806
  msgstr "Afskudt, R&oslash;d-&oslash;je reduktion, returnering er ikke opdaget "
3807
 
3808
- #: wppa-exif-iptc-common.php:348 wppa-utils.php:2557
3809
  msgid "Fired, Red-eye reduction, Return detected"
3810
  msgstr "Afskudt, R&oslash;d-&oslash;je reduktion, returnering er opdaget "
3811
 
3812
- #: wppa-exif-iptc-common.php:350 wppa-utils.php:2558
3813
  msgid "On, Red-eye reduction"
3814
  msgstr "Tilstuttet, R&oslash;d-&oslash;je reduktion"
3815
 
3816
- #: wppa-exif-iptc-common.php:352 wppa-utils.php:2559
3817
  msgid "Red-eye reduction, Return not detected"
3818
  msgstr "R&oslash;d-&oslash;je reduktion, returnering er ikke opdaget "
3819
 
3820
- #: wppa-exif-iptc-common.php:354 wppa-utils.php:2560
3821
  msgid "On, Red-eye reduction, Return detected"
3822
  msgstr "Tilstuttet, R&oslash;d-&oslash;je reduktion, returnering er opdaget "
3823
 
3824
- #: wppa-exif-iptc-common.php:356 wppa-utils.php:2561
3825
  msgid "Off, Red-eye reduction"
3826
  msgstr "Slukket, R&oslash;d-&oslash;je reduktion"
3827
 
3828
- #: wppa-exif-iptc-common.php:358 wppa-utils.php:2562
3829
  msgid "Auto, Did not fire, Red-eye reduction"
3830
  msgstr "Automatisk, Afsk&oslash;d ikke, R&oslash;d-&oslash;je reduktion"
3831
 
3832
- #: wppa-exif-iptc-common.php:360 wppa-utils.php:2563
3833
  msgid "Auto, Fired, Red-eye reduction"
3834
  msgstr "Automatisk, Afskudt, R&oslash;d-&oslash;je reduktion"
3835
 
3836
- #: wppa-exif-iptc-common.php:362 wppa-utils.php:2564
3837
  msgid "Auto, Fired, Red-eye reduction, Return not detected"
3838
  msgstr ""
3839
  "Automatisk, Afskudt, R&oslash;d-&oslash;je reduktion, returnering er ikke "
3840
  "opdaget "
3841
 
3842
- #: wppa-exif-iptc-common.php:364 wppa-utils.php:2565
3843
  msgid "Auto, Fired, Red-eye reduction, Return detected"
3844
  msgstr ""
3845
  "Automatisk, Afskudt, R&oslash;d-&oslash;je reduktion, returnering er opdaget "
@@ -3855,7 +3770,7 @@ msgid ""
3855
  "information)</span>:"
3856
  msgstr ""
3857
 
3858
- #: wppa-export.php:66
3859
  msgid "Export"
3860
  msgstr ""
3861
 
@@ -3944,28 +3859,28 @@ msgstr ""
3944
  msgid "Featured Photos"
3945
  msgstr ""
3946
 
3947
- #: wppa-featen-widget.php:115 wppa-non-admin.php:960
3948
  msgid "View the featured photos"
3949
  msgstr ""
3950
 
3951
- #: wppa-featen-widget.php:146 wppa-non-admin.php:962
3952
  msgid "There are no featured photos (yet)"
3953
  msgstr ""
3954
 
3955
- #: wppa-filter.php:504
3956
  #, php-format
3957
  msgid "Photo %d does not exist"
3958
  msgstr ""
3959
 
3960
- #: wppa-filter.php:508
3961
  msgid "Missing photo id"
3962
  msgstr ""
3963
 
3964
- #: wppa-functions.php:686
3965
  msgid "No related photos found."
3966
  msgstr "Ingen relaterede billeder fundet."
3967
 
3968
- #: wppa-functions.php:1060
3969
  #, php-format
3970
  msgid ""
3971
  "There are %s albums found. Only the first %s will be shown. Please refine "
@@ -3974,254 +3889,282 @@ msgstr ""
3974
  "Der er %s album fundet. Kun den første %s vil blive vist. Venligst forfine "
3975
  "dine søgekriterier."
3976
 
3977
- #: wppa-functions.php:2136 wppa-links.php:801 wppa-links.php:818
3978
  #: wppa-thumbnails.php:671
3979
  msgid "Are you sure you want to remove this photo?"
3980
  msgstr "Er du sikker p&aring;, at du vil fjerne dette foto"
3981
 
3982
- #: wppa-functions.php:2154 wppa-thumbnails.php:652
3983
  msgid "Are you sure you want to add this photo to your zip?"
3984
  msgstr ""
3985
 
3986
- #: wppa-functions.php:2157 wppa-thumbnails.php:655
3987
  msgid "MyChoice"
3988
  msgstr ""
3989
 
3990
- #: wppa-functions.php:2249
3991
  #, php-format
3992
  msgid "%d dislike"
3993
  msgid_plural "%d dislikes"
3994
  msgstr[0] ""
3995
  msgstr[1] ""
3996
 
3997
- #: wppa-functions.php:2251
3998
  msgid "including mine"
3999
  msgstr "herunder minen"
4000
 
4001
- #: wppa-functions.php:2351
 
 
 
 
 
 
 
 
 
 
 
 
4002
  msgid "Comment edited"
4003
  msgstr "Kommentarer redigeret"
4004
 
4005
- #: wppa-functions.php:2362
4006
  msgid "Photo comment"
4007
  msgstr "Foto kommentar"
4008
 
4009
- #: wppa-functions.php:2379
4010
  msgid "Comment on photo:"
4011
  msgstr "Kommentar til billeder"
4012
 
4013
- #: wppa-functions.php:2394
4014
  msgid "wrote on photo"
4015
  msgstr "Se fotos"
4016
 
4017
- #: wppa-functions.php:2398
 
 
 
 
4018
  msgid "Moderate comment admin"
4019
  msgstr "Godkend kommentar administration"
4020
 
4021
- #: wppa-functions.php:2401 wppa-functions.php:4625 wppa-import.php:1559
4022
- #: wppa-upload.php:607
4023
  msgid "Moderate manage photo"
4024
  msgstr "Se fotos"
4025
 
4026
- #: wppa-functions.php:2415
4027
  msgid "You receive this email as you are assigned to moderate"
4028
  msgstr "Du modtager denne e-mail, fordi du er sat til at godkende"
4029
 
4030
- #: wppa-functions.php:2427
4031
  msgid "You receive this email as administrator of the site"
4032
  msgstr ""
4033
  "Du modtager denne e-mail, fordi du er administrator p&aring; hjemmesiden"
4034
 
4035
- #: wppa-functions.php:2444
4036
  msgid "You receive this email as uploader of the photo"
4037
  msgstr "Du modtager denne e-mail, fordi du indsendte et foto"
4038
 
4039
- #: wppa-functions.php:2461
4040
  msgid "You receive this email as owner of the album"
4041
  msgstr "Du modtager denne e-mail, fordi du er ejer af albumet"
4042
 
4043
- #: wppa-functions.php:2478
4044
  msgid "You receive this email because you commented this photo earlier."
4045
  msgstr ""
4046
  "Du modtager denne e-mail, fordi du kommenterede dette billede tidligere."
4047
 
4048
- #: wppa-functions.php:2504
4049
  msgid "Comment added"
4050
  msgstr "Kommentar tilføjet"
4051
 
4052
- #: wppa-functions.php:2510
4053
- msgid ""
4054
- "Sorry, you gave a wrong answer.\\n\\nPlease try again to solve the "
4055
- "computation."
4056
- msgstr ""
4057
- "Beklager, du gav et forkert svar.\\n\\nPr&oslash;v venligst igen, at "
4058
- "l&oslash;se beregningen."
4059
-
4060
- #: wppa-functions.php:2521
4061
  msgid "Could not process comment.\\nProbably timed out."
4062
  msgstr "Kommentar kunne ikke bearbejdes"
4063
 
4064
- #: wppa-functions.php:2648 wppa-links.php:1674
4065
  msgid "A video can not be printed or downloaded"
4066
  msgstr "En video kan ikke udskrives eller downloades"
4067
 
4068
- #: wppa-functions.php:3154
4069
  msgid "ERROR: Illegal attempt to enter a rating."
4070
  msgstr "FEJL: Ulovlig forsøg på at indtaste en rating."
4071
 
4072
- #: wppa-functions.php:3167
4073
  msgid "ERROR: Illegal attempt to enter a comment."
4074
  msgstr "FEJL: Ulovlig forsøg på at indtaste en kommentar."
4075
 
4076
- #: wppa-functions.php:4143
4077
  msgid "ERROR: Illegal attempt to create an album."
4078
  msgstr "FEJL: Ulovlig forsøg på at skabe et album."
4079
 
4080
- #: wppa-functions.php:4151
4081
  msgid "Wrong captcha, please try again"
4082
  msgstr "Forkert captcha, prøv igen"
4083
 
4084
- #: wppa-functions.php:4167
4085
  #, php-format
4086
  msgid "Album #%s created"
4087
  msgstr "Album #%s oprettet"
4088
 
4089
- #: wppa-functions.php:4173
4090
- msgid "Could not create album"
4091
- msgstr "Kunne ikke oprette album"
4092
-
4093
- #: wppa-functions.php:4185
4094
- msgid "ERROR: Illegal attempt to upload a file."
4095
- msgstr "FEJL: Ulovlig forsøg på at uploade en fil."
4096
 
4097
- #: wppa-functions.php:4269
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4098
  #, php-format
4099
  msgid "%d photo successfully uploaded"
4100
  msgid_plural "%d photos successfully uploaded"
4101
  msgstr[0] ""
4102
  msgstr[1] ""
4103
 
4104
- #: wppa-functions.php:4274
4105
  msgid "Photo upload"
4106
  msgstr "Foto upload"
4107
 
4108
- #: wppa-functions.php:4278
4109
  #, php-format
4110
  msgid "%s points added"
4111
  msgstr ""
4112
 
4113
- #: wppa-functions.php:4284
4114
  msgid "Your post is awaiting moderation."
4115
  msgstr ""
4116
 
4117
- #: wppa-functions.php:4287
4118
  msgid "Your post is published."
4119
  msgstr ""
4120
 
4121
- #: wppa-functions.php:4295
4122
  msgid "Upload failed"
4123
  msgstr "Indl&aelig;sning fejlede"
4124
 
4125
- #: wppa-functions.php:4298
4126
  #, php-format
4127
  msgid "%d upload failed"
4128
  msgid_plural "%d uploads failed"
4129
  msgstr[0] ""
4130
  msgstr[1] ""
4131
 
4132
- #: wppa-functions.php:4395
4133
  msgid "Error during upload"
4134
  msgstr "Fejl under upload"
4135
 
4136
- #: wppa-functions.php:4451
4137
  msgid "Could not insert media into db."
4138
  msgstr ""
4139
 
4140
- #: wppa-functions.php:4491
4141
  msgid "Uploaded file is not an image"
4142
  msgstr "Uploaded fil er ikke et billede"
4143
 
4144
- #: wppa-functions.php:4497
4145
  #, php-format
4146
  msgid "Only gif, jpg and png image files are supported. Returned info = %s."
4147
  msgstr ""
4148
 
4149
- #: wppa-functions.php:4505
4150
  #, php-format
4151
- msgid "Uploaded file is smaller than the allowed minimum of %d x %d pixels."
4152
  msgstr ""
4153
 
4154
- #: wppa-functions.php:4514
4155
  #, php-format
4156
- msgid "Uploaded file is larger than the allowed maximum of %d x %d pixels."
4157
- msgstr "Uploadede fil er større end den tilladte maksimum på %d x %d pixel."
4158
 
4159
- #: wppa-functions.php:4522
4160
  #, php-format
4161
  msgid "Uploaded file %s already exists in this album."
4162
  msgstr "Uploadet fil %s findes allerede i dette album."
4163
 
4164
- #: wppa-functions.php:4532
4165
  #, php-format
4166
  msgid "The image is too big. Max photo size: %d x %d (%2.1f MegaPixel)"
4167
  msgstr ""
4168
  "Billedet er for stort. Maks. foto st&oslash;rrelse: %d x %d (%2.1f MegaPixel)"
4169
 
4170
- #: wppa-functions.php:4575
4171
  msgid "Could not insert photo into db."
4172
  msgstr "Kunne ikke inds&aelig;tte foto i databasen."
4173
 
4174
- #: wppa-functions.php:4621 wppa-import.php:1555 wppa-upload.php:603
4175
  #, php-format
4176
  msgid "New photo uploaded: %s"
4177
  msgstr "Nyt foto indsendt: %s"
4178
 
4179
- #: wppa-functions.php:4622 wppa-import.php:1556 wppa-upload.php:604
4180
  #, php-format
4181
  msgid "User %1$s uploaded photo %2$s into album %3$s"
4182
  msgstr "Bruger %1$s indsendte foto %2$s ind i album %3$s"
4183
 
4184
- #: wppa-functions.php:4624 wppa-import.php:1558 wppa-upload.php:606
4185
  msgid "This upload requires moderation"
4186
  msgstr "Denne indsendelse kr&aelig;ver godkendelse"
4187
 
4188
- #: wppa-functions.php:4628 wppa-import.php:1562 wppa-upload.php:610
4189
  msgid "Details:"
4190
  msgstr "Detaljer:"
4191
 
4192
- #: wppa-functions.php:4629 wppa-import.php:1563 wppa-upload.php:611
4193
- #: wppa-utils.php:823 wppa-utils.php:835
4194
  msgid "Manage photo"
4195
  msgstr "Se fotos"
4196
 
4197
- #: wppa-functions.php:4806
4198
  msgid "You can upload after"
4199
  msgstr "Du kan indsende efter"
4200
 
4201
- #: wppa-functions.php:4850 wppa-functions.php:4854 wppa-functions.php:4861
4202
- #: wppa-functions.php:4865 wppa-links.php:1259 wppa-non-admin.php:880
4203
- #: wppa-settings-autosave.php:9874 wppa-settings-autosave.php:9886
4204
- #: wppa-settings-autosave.php:9898 wppa-settings-autosave.php:9910
4205
- #: wppa-settings-autosave.php:9922 wppa-settings-autosave.php:9934
4206
- #: wppa-settings-autosave.php:9946 wppa-settings-autosave.php:9958
4207
  msgid "Download"
4208
  msgstr "Download"
4209
 
4210
- #: wppa-functions.php:4915
4211
  msgid "Zoom in"
4212
  msgstr "Zoom ind"
4213
 
4214
- #: wppa-functions.php:4946
4215
  #, php-format
4216
  msgid "You can vote again after %s days, %s hours, %s minutes and %s seconds"
4217
  msgstr ""
4218
 
4219
- #: wppa-functions.php:4949
4220
  #, php-format
4221
  msgid "You can vote again after %s hours, %s minutes and %s seconds"
4222
  msgstr ""
4223
 
4224
- #: wppa-functions.php:4952
4225
  #, php-format
4226
  msgid "You can vote again after %s minutes and %s seconds"
4227
  msgstr ""
@@ -4338,483 +4281,488 @@ msgstr ""
4338
  msgid "Import photos from:"
4339
  msgstr ""
4340
 
4341
- #: wppa-import.php:293
4342
  msgid "Set source directory"
4343
  msgstr ""
4344
 
4345
- #: wppa-import.php:306
4346
  msgid "Max:"
4347
  msgstr ""
4348
 
4349
- #: wppa-import.php:318
4350
  msgid "Find remote photos"
4351
  msgstr ""
4352
 
4353
- #: wppa-import.php:321
4354
  msgid "Working, please wait..."
4355
  msgstr ""
4356
 
4357
- #: wppa-import.php:324
4358
  msgid ""
4359
  "You can enter either a web page address like <i>http://mysite.com/mypage/</"
4360
  "i> or a full url to an image file like <i>http://mysite.com/wp-content/"
4361
  "uploads/wppa/4711.jpg</i>"
4362
  msgstr ""
4363
 
4364
- #: wppa-import.php:337 wppa-upload.php:154
4365
  msgid "No albums exist. You must"
4366
  msgstr ""
4367
 
4368
- #: wppa-import.php:339 wppa-upload.php:156
4369
  msgid "create one"
4370
  msgstr ""
4371
 
4372
- #: wppa-import.php:341
4373
  msgid "beofre you can upload your photos."
4374
  msgstr ""
4375
 
4376
- #: wppa-import.php:362
4377
  #, php-format
4378
  msgid "There is %d zipfile in the depot"
4379
  msgid_plural "There are %d zipfiles in the depot"
4380
  msgstr[0] ""
4381
  msgstr[1] ""
4382
 
4383
- #: wppa-import.php:375 wppa-import.php:452 wppa-import.php:604
4384
- #: wppa-import.php:858 wppa-import.php:965 wppa-import.php:1057
4385
- #: wppa-import.php:1138
4386
  msgid "Check/uncheck all"
4387
  msgstr ""
4388
 
4389
- #: wppa-import.php:388
4390
  msgid "Delete after successful extraction."
4391
  msgstr ""
4392
 
4393
- #: wppa-import.php:439
4394
  #, php-format
4395
  msgid "There is %d albumdefinition in the depot"
4396
  msgid_plural "There are %d albumdefinitions in the depot"
4397
  msgstr[0] ""
4398
  msgstr[1] ""
4399
 
4400
- #: wppa-import.php:465
4401
  msgid ""
4402
  "Remove from depot after successful import, or if the album already exists."
4403
  msgstr ""
4404
 
4405
- #: wppa-import.php:522
4406
  #, php-format
4407
  msgid "There is %d photo in the ngg gallery"
4408
  msgid_plural "There are %d photos in the ngg gallery"
4409
  msgstr[0] ""
4410
  msgstr[1] ""
4411
 
4412
- #: wppa-import.php:525
4413
  #, php-format
4414
  msgid "There is %d photo in the depot"
4415
  msgid_plural "There are %d photos in the depot"
4416
  msgstr[0] ""
4417
  msgstr[1] ""
4418
 
4419
- #: wppa-import.php:531
4420
  #, php-format
4421
  msgid "There is %d possible photo found remote"
4422
  msgid_plural "There are %d possible photos found remote"
4423
  msgstr[0] ""
4424
  msgstr[1] ""
4425
 
4426
- #: wppa-import.php:536
4427
  msgid "Photos will be downsized during import."
4428
  msgstr ""
4429
 
4430
- #: wppa-import.php:545
4431
  msgid "Default album for import:"
4432
  msgstr ""
4433
 
4434
- #: wppa-import.php:554
4435
  msgid ""
4436
  "Photos that have (<em>name</em>)[<em>album</em>] will be imported by that "
4437
  "<em>name</em> in that <em>album</em>."
4438
  msgstr ""
4439
 
4440
- #: wppa-import.php:575
4441
  msgid "Delay"
4442
  msgstr ""
4443
 
4444
- #: wppa-import.php:620 wppa-import.php:872 wppa-import.php:981
4445
- #: wppa-import.php:1151
4446
  msgid "Remove from depot after successful import."
4447
  msgstr ""
4448
 
4449
- #: wppa-import.php:631
4450
  msgid "Remove from depot after failed import."
4451
  msgstr ""
4452
 
4453
- #: wppa-import.php:649
4454
  msgid "Import into album"
4455
  msgstr ""
4456
 
4457
- #: wppa-import.php:652
4458
  msgid "The album will be created if it does not exist"
4459
  msgstr ""
4460
 
4461
- #: wppa-import.php:664
4462
  msgid "Use backup if available"
4463
  msgstr ""
4464
 
4465
- #: wppa-import.php:680
4466
  msgid "Update existing photos"
4467
  msgstr ""
4468
 
4469
- #: wppa-import.php:705
4470
  msgid "Do not create duplicates"
4471
  msgstr ""
4472
 
4473
- #: wppa-import.php:721
4474
  msgid "Zoom previews"
4475
  msgstr ""
4476
 
4477
- #: wppa-import.php:827
4478
  #, php-format
4479
  msgid "There is %d video in the depot"
4480
  msgid_plural "There are %d videos in the depot"
4481
  msgstr[0] ""
4482
  msgstr[1] ""
4483
 
4484
- #: wppa-import.php:833 wppa-import.php:940
4485
  msgid "Album to import to:"
4486
  msgstr ""
4487
 
4488
- #: wppa-import.php:874
4489
  msgid "Files larger than 64MB will always be removed after successful import."
4490
  msgstr ""
4491
 
4492
- #: wppa-import.php:934
4493
  #, php-format
4494
  msgid "There is %d audio in the depot"
4495
  msgid_plural "There are %d audios in the depot"
4496
  msgstr[0] ""
4497
  msgstr[1] ""
4498
 
4499
- #: wppa-import.php:1040
4500
  #, php-format
4501
  msgid "There is %d albumdirectory in the depot"
4502
  msgid_plural "There are %d albumdirectories in the depot"
4503
  msgstr[0] ""
4504
  msgstr[1] ""
4505
 
4506
- #: wppa-import.php:1098
4507
  #, php-format
4508
  msgid "Contains %d file"
4509
  msgid_plural "Contains %d files"
4510
  msgstr[0] ""
4511
  msgstr[1] ""
4512
 
4513
- #: wppa-import.php:1101
4514
  #, php-format
4515
  msgid "and %d subdirectory"
4516
  msgid_plural "and %d subdirectories"
4517
  msgstr[0] ""
4518
  msgstr[1] ""
4519
 
4520
- #: wppa-import.php:1121
4521
  #, php-format
4522
  msgid "There is %d .csv file in the depot"
4523
  msgid_plural "There are %d .csv files in the depot"
4524
  msgstr[0] ""
4525
  msgstr[1] ""
4526
 
4527
- #: wppa-import.php:1341
4528
  msgid "Start Ajax Import"
4529
  msgstr ""
4530
 
4531
- #: wppa-import.php:1342
4532
  msgid "Stop Ajax Import"
4533
  msgstr ""
4534
 
4535
- #: wppa-import.php:1350
4536
  msgid "There are no importable files found in directory:"
4537
  msgstr ""
4538
 
4539
- #: wppa-import.php:1353
4540
  msgid "There are no photos found or left to process at url:"
4541
  msgstr ""
4542
 
4543
- #: wppa-import.php:1357
4544
  msgid "You can import the following file types:"
4545
  msgstr ""
4546
 
4547
- #: wppa-import.php:1361
4548
  msgid "Compressed file types: .zip"
4549
  msgstr ""
4550
 
4551
- #: wppa-import.php:1365
4552
  msgid "Photo file types:"
4553
  msgstr ""
4554
 
4555
- #: wppa-import.php:1372
4556
  msgid "Video file types:"
4557
  msgstr ""
4558
 
4559
- #: wppa-import.php:1379
4560
  msgid "Audio file types:"
4561
  msgstr ""
4562
 
4563
- #: wppa-import.php:1385
4564
  msgid "WPPA+ file types: .amf .pmf"
4565
  msgstr ""
4566
 
4567
- #: wppa-import.php:1387
4568
  msgid "Directories with optional subdirs containig photos"
4569
  msgstr ""
4570
 
4571
- #: wppa-import.php:1389
4572
  msgid "Custom data files of type .csv"
4573
  msgstr ""
4574
 
4575
- #: wppa-import.php:1391
4576
  msgid "Your depot directory is:"
4577
  msgstr ""
4578
 
4579
- #: wppa-import.php:1395
4580
  msgid "Trying to continue..."
4581
  msgstr ""
4582
 
4583
- #: wppa-import.php:1648
4584
  msgid "Unknown parent album:"
4585
  msgstr ""
4586
 
4587
- #: wppa-import.php:1648
4588
  msgid "--- none --- used."
4589
  msgstr ""
4590
 
4591
- #: wppa-import.php:1708
4592
  #, php-format
4593
  msgid "This album has been converted from ngg gallery %s"
4594
  msgstr ""
4595
 
4596
- #: wppa-import.php:1726
4597
  msgid "Processing files, please wait..."
4598
  msgstr ""
4599
 
4600
- #: wppa-import.php:1726
4601
  msgid ""
4602
  "If the line of dots stops growing or your browser reports Ready, your server "
4603
  "has given up. In that case: try again"
4604
  msgstr ""
4605
 
4606
- #: wppa-import.php:1726
4607
  msgid "here."
4608
  msgstr ""
4609
 
4610
- #: wppa-import.php:1853
4611
  #, php-format
4612
  msgid "Photo %s already exists in album %s. (1)"
4613
  msgstr ""
4614
 
4615
- #: wppa-import.php:1854
4616
  msgid "Duplicate"
4617
  msgstr ""
4618
 
4619
- #: wppa-import.php:1873 wppa-upload.php:549 wppa-upload.php:583
4620
  msgid "Error inserting photo"
4621
  msgstr ""
4622
 
4623
- #: wppa-import.php:1881
4624
  #, php-format
4625
  msgid "Error inserting photo %s, unknown or non existent album."
4626
  msgstr ""
4627
 
4628
- #: wppa-import.php:1889
4629
  #, php-format
4630
  msgid "Time out. %s photos imported. Please restart this operation."
4631
  msgstr ""
4632
 
4633
- #: wppa-import.php:1923 wppa-import.php:1995
4634
  msgid "Unknown album"
4635
  msgstr ""
4636
 
4637
- #: wppa-import.php:1985
4638
  #, php-format
4639
  msgid "Error inserting video %s, unknown or non existent album."
4640
  msgstr ""
4641
 
4642
- #: wppa-import.php:2046
4643
  #, php-format
4644
  msgid "Error inserting audio %s, unknown or non existent album."
4645
  msgstr ""
4646
 
4647
- #: wppa-import.php:2062
4648
  msgid "Custom datafields enabled"
4649
  msgstr ""
4650
 
4651
- #: wppa-import.php:2132
4652
  msgid "Only administrators are allowed to import db table data."
4653
  msgstr ""
4654
 
4655
- #: wppa-import.php:2139 wppa-import.php:2140
4656
  msgid "Processing db table"
4657
  msgstr ""
4658
 
4659
- #: wppa-import.php:2143 wppa-import.php:2144
4660
  msgid "Processing"
4661
  msgstr ""
4662
 
4663
- #: wppa-import.php:2154
4664
  msgid "Can not open file. Can not continue. (1)"
4665
  msgstr ""
4666
 
4667
- #: wppa-import.php:2159
4668
  msgid "Can not open file. Can not continue. (2)"
4669
  msgstr ""
4670
 
4671
- #: wppa-import.php:2166
4672
  msgid "Can not read header. Can not continue."
4673
  msgstr ""
4674
 
4675
- #: wppa-import.php:2171
4676
  msgid "Read header:"
4677
  msgstr ""
4678
 
4679
- #: wppa-import.php:2199 wppa-import.php:2291
4680
  msgid "Invalid header. Can not continue."
4681
  msgstr ""
4682
 
4683
- #: wppa-import.php:2300
4684
  msgid "Invalid header. First item must be 'name', 'photoname' or 'filename'"
4685
  msgstr ""
4686
 
4687
- #: wppa-import.php:2307
4688
  msgid ""
4689
  "Invalid header. First item must be 'filename' when importing system data "
4690
  "fields"
4691
  msgstr ""
4692
 
4693
- #: wppa-import.php:2314
4694
  msgid "All available custom data fields are in use. There is no space for"
4695
  msgstr ""
4696
 
4697
- #: wppa-import.php:2325
4698
  #, php-format
4699
  msgid "New caption %s added."
4700
  msgstr ""
4701
 
4702
- #: wppa-import.php:2355
4703
  msgid "Read data:"
4704
  msgstr ""
4705
 
4706
- #: wppa-import.php:2398
4707
  msgid "Album does not exist"
4708
  msgstr ""
4709
 
4710
- #: wppa-import.php:2441
4711
  msgid "Timestamp out of range"
4712
  msgstr ""
4713
 
4714
- #: wppa-import.php:2537
4715
  msgid "Done processing files."
4716
  msgstr ""
4717
 
4718
- #: wppa-import.php:2540
4719
  msgid "No files to import."
4720
  msgstr ""
4721
 
4722
- #: wppa-import.php:2544
4723
  msgid "Zipfiles extracted."
4724
  msgstr ""
4725
 
4726
- #: wppa-import.php:2545
4727
  msgid "Albums created."
4728
  msgstr ""
4729
 
4730
- #: wppa-import.php:2546
4731
  msgid "Directory to album imports."
4732
  msgstr ""
4733
 
4734
- #: wppa-import.php:2547
4735
  #, php-format
4736
  msgid "With total %s photos."
4737
  msgstr ""
4738
 
4739
- #: wppa-import.php:2550
4740
  msgid "Photos updated"
4741
  msgstr ""
4742
 
4743
- #: wppa-import.php:2552
4744
  #, php-format
4745
  msgid "to %s locations"
4746
  msgstr ""
4747
 
4748
- #: wppa-import.php:2556
4749
  msgid "single photos imported."
4750
  msgstr ""
4751
 
4752
- #: wppa-import.php:2559
4753
  msgid "Videos imported."
4754
  msgstr ""
4755
 
4756
- #: wppa-import.php:2562
4757
  msgid "Audios imported."
4758
  msgstr ""
4759
 
4760
- #: wppa-import.php:2565
4761
  msgid "CSVs imported,"
4762
  msgstr ""
4763
 
4764
- #: wppa-import.php:2566
4765
  msgid "items processed."
4766
  msgstr ""
4767
 
4768
- #: wppa-import.php:2567
4769
  msgid "items skipped."
4770
  msgstr ""
4771
 
4772
- #: wppa-import.php:2575
4773
  #, php-format
4774
  msgid "Value %s is not valid for %s."
4775
  msgstr ""
4776
 
4777
- #: wppa-import.php:2579
4778
  msgid "This value is ignored."
4779
  msgstr ""
4780
 
4781
- #: wppa-import.php:2706
4782
  msgid "Error: unexpected fgets() fail in wppa_get_meta_data()."
4783
  msgstr ""
4784
 
4785
- #: wppa-import.php:2727
4786
  msgid "Class ZipArchive does not exist! Check your php configuration"
4787
  msgstr ""
4788
 
4789
- #: wppa-import.php:2757
4790
  #, php-format
4791
  msgid ""
4792
  "File %s is of an unsupported filetype and has been ignored during extraction."
4793
  msgstr ""
4794
 
4795
- #: wppa-import.php:2763
4796
  #, php-format
4797
  msgid "Zipfile %s processed. %s files extracted, %s files skipped."
4798
  msgstr ""
4799
 
4800
- #: wppa-import.php:2766
4801
  msgid "Failed to extract"
4802
  msgstr ""
4803
 
4804
- #: wppa-import.php:2832
4805
  #, php-format
4806
  msgid "Page <a href=\"%s\" target=\"_blank\" >%s</a> created."
4807
  msgstr ""
4808
 
4809
- #: wppa-import.php:2836
4810
  msgid "Could not create page."
4811
  msgstr ""
4812
 
4813
- #: wppa-import.php:2951
 
 
 
 
 
4814
  msgid "--- My depot --- "
4815
  msgstr ""
4816
 
4817
- #: wppa-import.php:2960
4818
  msgid "--- Ngg Galleries --- "
4819
  msgstr ""
4820
 
@@ -4854,44 +4802,50 @@ msgid ""
4854
  "location and will not be visible for visitors!</em><strong>"
4855
  msgstr ""
4856
 
4857
- #: wppa-init.php:281
4858
  msgid ""
4859
  "The avarage ratings need to be recalculated. Please run <i>Photo Albums -> "
4860
  "Settings</i> admin page <i>Table VIII-A5</i>"
4861
  msgstr ""
4862
 
4863
- #: wppa-init.php:286
4864
- msgid "Please finish setting up WP Photo ALbum Plus on"
 
 
 
 
 
 
4865
  msgstr ""
4866
 
4867
- #: wppa-init.php:286
4868
  msgid "this page"
4869
  msgstr ""
4870
 
4871
- #: wppa-init.php:309
4872
  msgid ""
4873
  "</strong>The tags system needs to be converted. Please run <b>Photo Albums -"
4874
  "> Settings</b> admin page <b>Table VIII-B16</b><strong>"
4875
  msgstr ""
4876
 
4877
- #: wppa-init.php:331
4878
  msgid ""
4879
  "</strong>The cats system needs to be converted. Please run <b>Photo Albums -"
4880
  "> Settings</b> admin page <b>Table VIII-B17</b><strong>"
4881
  msgstr ""
4882
 
4883
- #: wppa-init.php:357
4884
  #, php-format
4885
  msgid ""
4886
  "WPPA scripts will no longer be supported in version 6.6. Please convert the "
4887
  "%%wppa%% scripts to [wppa][/wppa] shortcodes before upgrading to version 6.6."
4888
  msgstr ""
4889
 
4890
- #: wppa-init.php:359
4891
  msgid "WPPA scripts found in the following Pages / Posts"
4892
  msgstr ""
4893
 
4894
- #: wppa-init.php:378
4895
  #, php-format
4896
  msgid "For more information see the %s documentation page"
4897
  msgstr ""
@@ -4900,9 +4854,9 @@ msgstr ""
4900
  msgid "Gold medal"
4901
  msgstr "Guldmedalje"
4902
 
4903
- #: wppa-items.php:281 wppa-photo-admin-autosave.php:846
4904
- #: wppa-photo-admin-autosave.php:873 wppa-photo-admin-autosave.php:2407
4905
- #: wppa-photo-admin-autosave.php:2626 wppa-photo-admin-autosave.php:2637
4906
  #: wppa-potd-admin.php:228
4907
  msgid "Gold"
4908
  msgstr ""
@@ -4911,9 +4865,9 @@ msgstr ""
4911
  msgid "Silver medal"
4912
  msgstr "Sølvmedalje"
4913
 
4914
- #: wppa-items.php:282 wppa-photo-admin-autosave.php:849
4915
- #: wppa-photo-admin-autosave.php:874 wppa-photo-admin-autosave.php:2408
4916
- #: wppa-photo-admin-autosave.php:2627 wppa-photo-admin-autosave.php:2638
4917
  #: wppa-potd-admin.php:229
4918
  msgid "Silver"
4919
  msgstr ""
@@ -4922,16 +4876,16 @@ msgstr ""
4922
  msgid "Bronze medal"
4923
  msgstr "Bronzemedalje"
4924
 
4925
- #: wppa-items.php:283 wppa-photo-admin-autosave.php:852
4926
- #: wppa-photo-admin-autosave.php:875 wppa-photo-admin-autosave.php:2409
4927
- #: wppa-photo-admin-autosave.php:2628 wppa-photo-admin-autosave.php:2639
4928
  #: wppa-potd-admin.php:230
4929
  msgid "Bronze"
4930
  msgstr ""
4931
 
4932
- #: wppa-items.php:368 wppa-items.php:669 wppa-settings-autosave.php:2368
4933
- #: wppa-settings-autosave.php:2397 wppa-settings-autosave.php:2408
4934
- #: wppa-settings-autosave.php:3055 wppa-settings-autosave.php:3656
4935
  msgid "none"
4936
  msgstr ""
4937
 
@@ -4952,8 +4906,9 @@ msgstr ""
4952
  msgid "--- deleted ---"
4953
  msgstr ""
4954
 
4955
- #: wppa-items.php:516
4956
- msgid "All Albums"
 
4957
  msgstr ""
4958
 
4959
  #: wppa-items.php:525
@@ -4972,11 +4927,11 @@ msgstr ""
4972
  msgid "Last Ten Uploaded Photos"
4973
  msgstr ""
4974
 
4975
- #: wppa-lasten-widget.php:131 wppa-non-admin.php:965
4976
  msgid "View the most recent uploaded photos"
4977
  msgstr ""
4978
 
4979
- #: wppa-lasten-widget.php:155 wppa-non-admin.php:967
4980
  msgid "There are no uploaded photos (yet)"
4981
  msgstr ""
4982
 
@@ -5009,148 +4964,148 @@ msgstr ""
5009
  msgid "Show time since:"
5010
  msgstr ""
5011
 
5012
- #: wppa-links.php:789
5013
  msgid "App"
5014
  msgstr ""
5015
 
5016
- #: wppa-links.php:790
5017
  msgid "Mod"
5018
  msgstr ""
5019
 
5020
- #: wppa-links.php:791
5021
  msgid "Del"
5022
  msgstr ""
5023
 
5024
- #: wppa-links.php:795 wppa-links.php:812
5025
  msgid "Are you sure you want to publish this photo?"
5026
  msgstr ""
5027
 
5028
- #: wppa-links.php:806 wppa-links.php:823
5029
- msgid "Approve"
5030
- msgstr ""
5031
-
5032
- #: wppa-links.php:807
5033
  msgid "Moderate"
5034
  msgstr ""
5035
 
5036
- #: wppa-links.php:824
5037
  msgid "PhotoAdmin"
5038
  msgstr ""
5039
 
5040
- #: wppa-links.php:825
5041
  msgid "CommentAdmin"
5042
  msgstr ""
5043
 
5044
- #: wppa-links.php:829
5045
  msgid "Are you sure you want to publish this comment?"
5046
  msgstr ""
5047
 
5048
- #: wppa-links.php:841
5049
  msgid "Are you sure you want to remove this comment?"
5050
  msgstr ""
5051
 
5052
- #: wppa-links.php:855
5053
  #, php-format
5054
  msgid "Scheduled for %s"
5055
  msgstr ""
5056
 
5057
- #: wppa-links.php:1194 wppa-links.php:1197
5058
  msgid "Previous"
5059
  msgstr "Forrige"
5060
 
5061
- #: wppa-links.php:1204 wppa-links.php:1207 wppa-non-admin.php:830
5062
  msgid "Next"
5063
  msgstr "N&aelig;ste"
5064
 
5065
- #: wppa-links.php:1261
5066
  msgid "Download Album"
5067
  msgstr ""
5068
 
5069
- #: wppa-links.php:1412
5070
  msgid "View thumbnails"
5071
  msgstr ""
5072
 
5073
- #: wppa-links.php:1425
5074
  msgid "View fullsize slideshow"
5075
  msgstr ""
5076
 
5077
- #: wppa-maintenance.php:91
5078
  msgid "You can run only one maintenance procedure at a time"
5079
  msgstr ""
5080
 
5081
- #: wppa-maintenance.php:199
5082
  msgid "Orphan photos"
5083
  msgstr ""
5084
 
5085
- #: wppa-maintenance.php:199
5086
  msgid "This album contains refound lost photos"
5087
  msgstr ""
5088
 
5089
- #: wppa-maintenance.php:227
5090
  msgid "Feature must be enabled in Table IV-A28 first"
5091
  msgstr ""
5092
 
5093
- #: wppa-maintenance.php:234
5094
  #, php-format
5095
  msgid "From album %d does not exist"
5096
  msgstr ""
5097
 
5098
- #: wppa-maintenance.php:239
5099
  #, php-format
5100
  msgid "To album %d does not exist"
5101
  msgstr ""
5102
 
5103
- #: wppa-maintenance.php:243
5104
  msgid "From and To albums are identical"
5105
  msgstr ""
5106
 
5107
- #: wppa-maintenance.php:1180
5108
  #, php-format
5109
  msgid ""
5110
  "List of Searcheable words <small>( Max 1000 entries of total %d )</small>"
5111
  msgstr ""
5112
 
5113
- #: wppa-maintenance.php:1213
5114
  msgid "There are no index items."
5115
  msgstr ""
5116
 
5117
- #: wppa-maintenance.php:1223
5118
  msgid "List of WPPA+ log messages"
5119
  msgstr ""
5120
 
5121
- #: wppa-maintenance.php:1228
5122
  msgid "There are no log messages"
5123
  msgstr ""
5124
 
5125
- #: wppa-maintenance.php:1249
5126
  #, php-format
5127
  msgid "List of recent ratings <small>( Max 1000 entries of total %d )</small>"
5128
  msgstr ""
5129
 
5130
- #: wppa-maintenance.php:1299
5131
  msgid "There are no ratings"
5132
  msgstr ""
5133
 
5134
- #: wppa-maintenance.php:1310
5135
  #, php-format
5136
  msgid "List of sessions <small>( Max 1000 entries of total %d )</small>"
5137
  msgstr ""
5138
 
5139
- #: wppa-maintenance.php:1372
5140
  msgid "There are no active sessions"
5141
  msgstr ""
5142
 
5143
- #: wppa-maintenance.php:1389
5144
  #, php-format
5145
  msgid "List of comments <small>( Max 1000 entries of total %d )</small>"
5146
  msgstr ""
5147
 
5148
- #: wppa-maintenance.php:1435
5149
  msgid "There are no comments"
5150
  msgstr ""
5151
 
5152
- #: wppa-multitag-widget.php:13 wppa-tagcloud-widget.php:13
5153
- msgid "WPPA+ Photo Tags"
 
 
 
 
5154
  msgstr ""
5155
 
5156
  #: wppa-multitag-widget.php:14
@@ -5165,11 +5120,15 @@ msgstr ""
5165
  msgid "Select multiple tags or --- all ---:"
5166
  msgstr ""
5167
 
 
 
 
 
5168
  #: wppa-non-admin.php:430
5169
  msgid "Press f for fullscreen."
5170
  msgstr "Tryk på f for fuldskærm."
5171
 
5172
- #: wppa-non-admin.php:549
5173
  msgid ""
5174
  "Keys: f = next mode; q,x = exit; p = previous, n = next, s = start/stop, d = "
5175
  "dismiss this notice."
@@ -5177,110 +5136,110 @@ msgstr ""
5177
  "Nøgler: f = næste tilstand; q, x = exit; p = forrige, n = næste, s = start / "
5178
  "stop, d = afvise denne meddelelse."
5179
 
5180
- #: wppa-non-admin.php:550
5181
  msgid "Keys: f = next mode; q,x = exit; d = dismiss this notice."
5182
  msgstr "Nøgler: f = næste tilstand; q, x = exit; d = afvise denne meddelelse."
5183
 
5184
- #: wppa-non-admin.php:555
5185
  msgid "Toggle fullscreen"
5186
  msgstr ""
5187
 
5188
- #: wppa-non-admin.php:821 wppa-settings-autosave.php:3856
5189
  #: wppa-slideshow.php:328
5190
  msgid "Start"
5191
  msgstr "Start"
5192
 
5193
- #: wppa-non-admin.php:822
5194
  msgid "Stop"
5195
  msgstr "Stop"
5196
 
5197
- #: wppa-non-admin.php:823 wppa-slideshow.php:260 wppa-slideshow.php:320
5198
  msgid "Slower"
5199
  msgstr "Langsommere"
5200
 
5201
- #: wppa-non-admin.php:824 wppa-slideshow.php:280 wppa-slideshow.php:336
5202
  msgid "Faster"
5203
  msgstr "Hurtigere"
5204
 
5205
- #: wppa-non-admin.php:826
5206
  msgid "of"
5207
  msgstr "af"
5208
 
5209
- #: wppa-non-admin.php:827 wppa-slideshow.php:1548
5210
  msgid "Previous photo"
5211
  msgstr "Forrige foto"
5212
 
5213
- #: wppa-non-admin.php:828 wppa-slideshow.php:1557
5214
  msgid "Next photo"
5215
  msgstr "Næste foto"
5216
 
5217
- #: wppa-non-admin.php:829
5218
  msgid "Prev."
5219
  msgstr "Forrige"
5220
 
5221
- #: wppa-non-admin.php:831 wppa-slideshow.php:974 wppa-slideshow.php:1015
5222
- #: wppa-slideshow.php:1164
5223
  msgid "Average&nbsp;rating"
5224
  msgstr "Bed&oslash;mmelse&nbsp;gennemsnitlig"
5225
 
5226
- #: wppa-non-admin.php:832 wppa-slideshow.php:975 wppa-slideshow.php:1123
5227
  msgid "My&nbsp;rating"
5228
  msgstr "Min&nbsp;bed&oslash;mmelse"
5229
 
5230
- #: wppa-non-admin.php:833 wppa-slideshow.php:974
5231
  msgid "Avg."
5232
  msgstr "Gns."
5233
 
5234
- #: wppa-non-admin.php:834 wppa-slideshow.php:975
5235
  msgid "Mine"
5236
  msgstr "Mine"
5237
 
5238
- #: wppa-non-admin.php:835
5239
  msgid "You marked this image as inappropriate."
5240
  msgstr "Du markeret billedet som upassende."
5241
 
5242
- #: wppa-non-admin.php:838
5243
  msgid "Please enter your name"
5244
  msgstr "Indtast venligst dit navn."
5245
 
5246
- #: wppa-non-admin.php:839
5247
  msgid "Please enter a valid email address"
5248
  msgstr "Indtast venligst en gyldig e-mail adresse"
5249
 
5250
- #: wppa-non-admin.php:840
5251
  msgid "Please enter a comment"
5252
  msgstr "Indtast venligst en kommentar"
5253
 
5254
- #: wppa-non-admin.php:874
5255
  msgid "Double click to start/stop slideshow running"
5256
  msgstr "Dobbeltklik for at starte / stoppe diasshowet kører"
5257
 
5258
- #: wppa-non-admin.php:875
5259
  msgid "Click to view"
5260
  msgstr ""
5261
 
5262
- #: wppa-non-admin.php:971 wppa-photo-admin-autosave.php:654
5263
  #: wppa-potd-widget.php:178
5264
  msgid "By:"
5265
  msgstr ""
5266
 
5267
- #: wppa-non-admin.php:974 wppa-slideshow-widget.php:124
5268
  msgid "No album defined (yet)"
5269
  msgstr ""
5270
 
5271
- #: wppa-non-admin.php:978 wppa-thumbnail-widget.php:121
5272
  msgid "There are no photos (yet)"
5273
  msgstr ""
5274
 
5275
- #: wppa-non-admin.php:981 wppa-upldr-widget.php:99
5276
  msgid "There are too many registered users in the system for this widget"
5277
  msgstr ""
5278
 
5279
- #: wppa-non-admin.php:982 wppa-upldr-widget.php:141 wppa-upldr-widget.php:148
5280
  msgid "Photos uploaded by"
5281
  msgstr ""
5282
 
5283
- #: wppa-non-admin.php:986 wppa-thumbnails.php:745 wppa-thumbnails.php:1542
5284
  #: wppa-topten-widget.php:215 wppa-topten-widget.php:238
5285
  #: wppa-topten-widget.php:248
5286
  #, php-format
@@ -5289,7 +5248,7 @@ msgid_plural "%d views"
5289
  msgstr[0] ""
5290
  msgstr[1] ""
5291
 
5292
- #: wppa-non-admin.php:988 wppa-topten-widget.php:273
5293
  msgid "There are no rated photos (yet)"
5294
  msgstr ""
5295
 
@@ -5301,768 +5260,793 @@ msgstr ""
5301
  msgid "Moderate photos"
5302
  msgstr ""
5303
 
5304
- #: wppa-photo-admin-autosave.php:172
5305
  msgid "You do not have the rights to do this"
5306
  msgstr ""
5307
 
5308
- #: wppa-photo-admin-autosave.php:224
5309
  msgid "This photo is no longer awaiting moderation."
5310
  msgstr ""
5311
 
5312
- #: wppa-photo-admin-autosave.php:232
5313
  msgid "There are no photos awaiting moderation at this time."
5314
  msgstr ""
5315
 
5316
- #: wppa-photo-admin-autosave.php:240
5317
  msgid "Manage all photos by timestamp"
5318
  msgstr ""
5319
 
5320
- #: wppa-photo-admin-autosave.php:282
5321
  #, php-format
5322
  msgid "Photo %s has been removed."
5323
  msgstr ""
5324
 
5325
- #: wppa-photo-admin-autosave.php:294 wppa-photo-admin-autosave.php:2674
5326
  msgid "No photos matching your search criteria."
5327
  msgstr ""
5328
 
5329
- #: wppa-photo-admin-autosave.php:302 wppa-photo-admin-autosave.php:2677
5330
  msgid "No photos yet in this album."
5331
  msgstr ""
5332
 
5333
- #: wppa-photo-admin-autosave.php:321 wppa-photo-admin-autosave.php:2326
5334
  msgid "Please select an album to move to first."
5335
  msgstr ""
5336
 
5337
- #: wppa-photo-admin-autosave.php:326 wppa-photo-admin-autosave.php:2331
5338
  msgid "Are you sure you want to move this video?"
5339
  msgstr ""
5340
 
5341
- #: wppa-photo-admin-autosave.php:329 wppa-photo-admin-autosave.php:2334
5342
  msgid "Are you sure you want to move this photo?"
5343
  msgstr ""
5344
 
5345
- #: wppa-photo-admin-autosave.php:342
5346
  msgid "Please select an album to copy to first."
5347
  msgstr ""
5348
 
5349
- #: wppa-photo-admin-autosave.php:347
5350
  msgid "Are you sure you want to copy this video?"
5351
  msgstr ""
5352
 
5353
- #: wppa-photo-admin-autosave.php:350
5354
  msgid "Are you sure you want to copy this photo?"
5355
  msgstr ""
5356
 
5357
- #: wppa-photo-admin-autosave.php:363
5358
  msgid "Are you sure you want to delete this video?"
5359
  msgstr ""
5360
 
5361
- #: wppa-photo-admin-autosave.php:366 wppa-photo-admin-autosave.php:2508
5362
  msgid "Are you sure you want to delete this photo?"
5363
  msgstr ""
5364
 
5365
- #: wppa-photo-admin-autosave.php:380
5366
  msgid "Are you sure you want to rotate this photo left?"
5367
  msgstr ""
5368
 
5369
- #: wppa-photo-admin-autosave.php:389
5370
  msgid "Are you sure you want to rotate this photo 180&deg;?"
5371
  msgstr ""
5372
 
5373
- #: wppa-photo-admin-autosave.php:398
5374
  msgid "Are you sure you want to rotate this photo right?"
5375
  msgstr ""
5376
 
5377
- #: wppa-photo-admin-autosave.php:407 wppa-photo-admin-autosave.php:416
5378
  msgid "Are you sure you want to flip this photo?"
5379
  msgstr ""
5380
 
5381
- #: wppa-photo-admin-autosave.php:427
5382
  msgid "No watermark selected"
5383
  msgstr ""
5384
 
5385
- #: wppa-photo-admin-autosave.php:430
5386
  msgid "Are you sure? Once applied it can not be removed!"
5387
  msgstr ""
5388
 
5389
- #: wppa-photo-admin-autosave.php:432
5390
  msgid "And I do not know if there is already a watermark on this photo"
5391
  msgstr ""
5392
 
5393
- #: wppa-photo-admin-autosave.php:441
5394
  msgid "Are you sure you want to magically process this photo?"
5395
  msgstr ""
5396
 
5397
- #: wppa-photo-admin-autosave.php:472
5398
  msgid "Move video"
5399
  msgstr ""
5400
 
5401
- #: wppa-photo-admin-autosave.php:473
5402
  msgid "Move photo"
5403
  msgstr ""
5404
 
5405
- #: wppa-photo-admin-autosave.php:474
5406
  msgid "Copy video"
5407
  msgstr ""
5408
 
5409
- #: wppa-photo-admin-autosave.php:475
5410
  msgid "Copy photo"
5411
  msgstr ""
5412
 
5413
- #: wppa-photo-admin-autosave.php:536 wppa-watermark.php:616
5414
  msgid "top - left"
5415
  msgstr ""
5416
 
5417
- #: wppa-photo-admin-autosave.php:536 wppa-watermark.php:616
5418
  msgid "top - center"
5419
  msgstr ""
5420
 
5421
- #: wppa-photo-admin-autosave.php:536 wppa-watermark.php:616
5422
  msgid "top - right"
5423
  msgstr ""
5424
 
5425
- #: wppa-photo-admin-autosave.php:537 wppa-watermark.php:617
5426
  msgid "center - left"
5427
  msgstr ""
5428
 
5429
- #: wppa-photo-admin-autosave.php:537 wppa-watermark.php:617
5430
  msgid "center - center"
5431
  msgstr ""
5432
 
5433
- #: wppa-photo-admin-autosave.php:537 wppa-watermark.php:617
5434
  msgid "center - right"
5435
  msgstr ""
5436
 
5437
- #: wppa-photo-admin-autosave.php:538 wppa-watermark.php:618
5438
  msgid "bottom - left"
5439
  msgstr ""
5440
 
5441
- #: wppa-photo-admin-autosave.php:538 wppa-watermark.php:618
5442
  msgid "bottom - center"
5443
  msgstr ""
5444
 
5445
- #: wppa-photo-admin-autosave.php:538 wppa-watermark.php:618
5446
  msgid "bottom - right"
5447
  msgstr ""
5448
 
5449
- #: wppa-photo-admin-autosave.php:590
 
 
 
 
 
5450
  msgid "Preview fullsize video"
5451
  msgstr ""
5452
 
5453
- #: wppa-photo-admin-autosave.php:611
5454
  msgid "Preview fullsize photo"
5455
  msgstr ""
5456
 
5457
- #: wppa-photo-admin-autosave.php:629
5458
  msgid "Audio disabled"
5459
  msgstr ""
5460
 
5461
- #: wppa-photo-admin-autosave.php:648
5462
  msgid "Filename:"
5463
  msgstr ""
5464
 
5465
- #: wppa-photo-admin-autosave.php:651
5466
  msgid "Upload:"
5467
  msgstr ""
5468
 
5469
- #: wppa-photo-admin-autosave.php:675
5470
  #, php-format
5471
  msgid "Album: %d (%s)."
5472
  msgstr ""
5473
 
5474
- #: wppa-photo-admin-autosave.php:681
5475
  msgid "Trashed"
5476
  msgstr ""
5477
 
5478
- #: wppa-photo-admin-autosave.php:699
5479
  msgid "EXIF Date:"
5480
  msgstr ""
5481
 
5482
- #: wppa-photo-admin-autosave.php:719
5483
  msgid "Location:"
5484
  msgstr ""
5485
 
5486
- #: wppa-photo-admin-autosave.php:725
5487
  msgid "Lat:"
5488
  msgstr ""
5489
 
5490
- #: wppa-photo-admin-autosave.php:734
5491
  msgid "Lon:"
5492
  msgstr ""
5493
 
5494
- #: wppa-photo-admin-autosave.php:747
5495
  msgid "Photo sort order #:"
5496
  msgstr ""
5497
 
5498
- #: wppa-photo-admin-autosave.php:770
5499
  msgid "Likes:"
5500
  msgstr ""
5501
 
5502
- #: wppa-photo-admin-autosave.php:776
5503
  msgid "Rating:"
5504
  msgstr ""
5505
 
5506
- #: wppa-photo-admin-autosave.php:777
5507
  msgid "Entries:"
5508
  msgstr ""
5509
 
5510
- #: wppa-photo-admin-autosave.php:779
5511
  msgid "Mean value:"
5512
  msgstr ""
5513
 
5514
- #: wppa-photo-admin-autosave.php:793
5515
  #, php-format
5516
- msgid "Disliked by %d visitors"
5517
- msgstr ""
 
 
5518
 
5519
- #: wppa-photo-admin-autosave.php:800
5520
  #, php-format
5521
  msgid "%d pending votes."
5522
  msgstr ""
5523
 
5524
- #: wppa-photo-admin-autosave.php:807
5525
  msgid "Views"
5526
  msgstr ""
5527
 
5528
- #: wppa-photo-admin-autosave.php:815
5529
  msgid "Clicks"
5530
  msgstr ""
5531
 
5532
- #: wppa-photo-admin-autosave.php:822
5533
  msgid "Status:"
5534
  msgstr ""
5535
 
5536
- #: wppa-photo-admin-autosave.php:840 wppa-photo-admin-autosave.php:871
5537
- #: wppa-photo-admin-autosave.php:2404 wppa-photo-admin-autosave.php:2623
5538
- #: wppa-photo-admin-autosave.php:2635 wppa-potd-admin.php:226
5539
  msgid "Publish"
5540
  msgstr ""
5541
 
5542
- #: wppa-photo-admin-autosave.php:843 wppa-photo-admin-autosave.php:872
5543
- #: wppa-photo-admin-autosave.php:2406 wppa-photo-admin-autosave.php:2625
5544
  #: wppa-potd-admin.php:227
5545
  msgid "Featured"
5546
  msgstr ""
5547
 
5548
- #: wppa-photo-admin-autosave.php:855 wppa-photo-admin-autosave.php:876
5549
- #: wppa-photo-admin-autosave.php:2410 wppa-photo-admin-autosave.php:2629
5550
- #: wppa-photo-admin-autosave.php:2640
5551
  msgid "Scheduled"
5552
  msgstr ""
5553
 
5554
- #: wppa-photo-admin-autosave.php:858 wppa-photo-admin-autosave.php:877
5555
- #: wppa-photo-admin-autosave.php:2411 wppa-photo-admin-autosave.php:2630
5556
- #: wppa-photo-admin-autosave.php:2641
5557
  msgid "Private"
5558
  msgstr ""
5559
 
5560
- #: wppa-photo-admin-autosave.php:881
5561
  msgid ""
5562
  "Note: Featured photos should have a descriptive name; a name a search engine "
5563
  "will look for!"
5564
  msgstr ""
5565
 
5566
- #: wppa-photo-admin-autosave.php:889
5567
  msgid "Delete at"
5568
  msgstr ""
5569
 
5570
- #: wppa-photo-admin-autosave.php:909
5571
  #, php-format
5572
  msgid "Video %s is not modified yet"
5573
  msgstr ""
5574
 
5575
- #: wppa-photo-admin-autosave.php:910
5576
  #, php-format
5577
  msgid "Photo %s is not modified yet"
5578
  msgstr ""
5579
 
5580
- #: wppa-photo-admin-autosave.php:918
5581
  msgid "Available files:"
5582
  msgstr ""
5583
 
5584
- #: wppa-photo-admin-autosave.php:922
5585
  msgid "Source file:"
5586
  msgstr ""
5587
 
5588
- #: wppa-photo-admin-autosave.php:932 wppa-photo-admin-autosave.php:949
5589
- #: wppa-photo-admin-autosave.php:966
5590
  msgid "Unavailable"
5591
  msgstr ""
5592
 
5593
- #: wppa-photo-admin-autosave.php:937
5594
  msgid "Poster file:"
5595
  msgstr ""
5596
 
5597
- #: wppa-photo-admin-autosave.php:937
5598
  msgid "Display file:"
5599
  msgstr ""
5600
 
5601
- #: wppa-photo-admin-autosave.php:956
5602
  msgid "Thumbnail file:"
5603
  msgstr ""
5604
 
5605
- #: wppa-photo-admin-autosave.php:977
5606
  msgid "Video size:"
5607
  msgstr ""
5608
 
5609
- #: wppa-photo-admin-autosave.php:978 wppa-slideshow-widget.php:201
5610
  msgid "Width:"
5611
  msgstr ""
5612
 
5613
- #: wppa-photo-admin-autosave.php:985 wppa-photo-admin-autosave.php:993
5614
  #, php-format
5615
  msgid "pix, (0=default:%s)"
5616
  msgstr ""
5617
 
5618
- #: wppa-photo-admin-autosave.php:986 wppa-slideshow-widget.php:202
5619
  msgid "Height:"
5620
  msgstr ""
5621
 
5622
- #: wppa-photo-admin-autosave.php:995 wppa-photo-admin-autosave.php:1015
5623
  msgid "Formats:"
5624
  msgstr ""
5625
 
5626
- #: wppa-photo-admin-autosave.php:1000 wppa-photo-admin-autosave.php:1020
5627
  msgid "Filesize:"
5628
  msgstr ""
5629
 
5630
- #: wppa-photo-admin-autosave.php:1054
5631
  msgid "Stereophoto:"
5632
  msgstr ""
5633
 
5634
- #: wppa-photo-admin-autosave.php:1060
5635
  msgid "no stereo image or ready anaglyph"
5636
  msgstr ""
5637
 
5638
- #: wppa-photo-admin-autosave.php:1063
5639
  msgid "Left - right stereo image"
5640
  msgstr ""
5641
 
5642
- #: wppa-photo-admin-autosave.php:1066
5643
  msgid "Right - left stereo image"
5644
  msgstr ""
5645
 
5646
- #: wppa-photo-admin-autosave.php:1070
5647
  msgid "Images:"
5648
  msgstr ""
5649
 
5650
- #: wppa-photo-admin-autosave.php:1102 wppa-photo-admin-autosave.php:1133
5651
  msgid "Watermark:"
5652
  msgstr ""
5653
 
5654
- #: wppa-photo-admin-autosave.php:1110 wppa-photo-admin-autosave.php:1136
5655
  msgid "Pos:"
5656
  msgstr ""
5657
 
5658
- #: wppa-photo-admin-autosave.php:1120
5659
  msgid "Apply watermark"
5660
  msgstr ""
5661
 
5662
- #: wppa-photo-admin-autosave.php:1135
5663
  msgid "File:"
5664
  msgstr ""
5665
 
5666
- #: wppa-photo-admin-autosave.php:1169 wppa-photo-admin-autosave.php:1362
5667
  msgid "Rotate left"
5668
  msgstr ""
5669
 
5670
- #: wppa-photo-admin-autosave.php:1175 wppa-photo-admin-autosave.php:1371
5671
  msgid "Rotate 180&deg;"
5672
  msgstr ""
5673
 
5674
- #: wppa-photo-admin-autosave.php:1181 wppa-photo-admin-autosave.php:1380
5675
  msgid "Rotate right"
5676
  msgstr ""
5677
 
5678
- #: wppa-photo-admin-autosave.php:1187 wppa-photo-admin-autosave.php:1193
5679
- #: wppa-photo-admin-autosave.php:1389
5680
  msgid "Flip"
5681
  msgstr ""
5682
 
5683
- #: wppa-photo-admin-autosave.php:1204
5684
  msgid "Remake display file and thumbnail file"
5685
  msgstr ""
5686
 
5687
- #: wppa-photo-admin-autosave.php:1206
5688
  msgid "Remake files"
5689
  msgstr ""
5690
 
5691
- #: wppa-photo-admin-autosave.php:1216 wppa-photo-admin-autosave.php:1218
5692
  msgid "Remake thumbnail file"
5693
  msgstr ""
5694
 
5695
- #: wppa-photo-admin-autosave.php:1241 wppa-photo-admin-autosave.php:1250
5696
  msgid "Target album for copy/move:"
5697
  msgstr ""
5698
 
5699
- #: wppa-photo-admin-autosave.php:1255
5700
  msgid "Album id"
5701
  msgstr ""
5702
 
5703
- #: wppa-photo-admin-autosave.php:1284
5704
  msgid "Undelete video"
5705
  msgstr ""
5706
 
5707
- #: wppa-photo-admin-autosave.php:1284
5708
  msgid "Undelete photo"
5709
  msgstr ""
5710
 
5711
- #: wppa-photo-admin-autosave.php:1285
5712
  msgid "Delete video"
5713
  msgstr ""
5714
 
5715
- #: wppa-photo-admin-autosave.php:1285
5716
  msgid "Delete photo"
5717
  msgstr ""
5718
 
5719
- #: wppa-photo-admin-autosave.php:1296
5720
  msgid "Re-upload file"
5721
  msgstr ""
5722
 
5723
- #: wppa-photo-admin-autosave.php:1311 wppa-settings-autosave.php:3289
 
5724
  msgid "Upload"
5725
  msgstr ""
5726
 
5727
- #: wppa-photo-admin-autosave.php:1348
5728
  msgid ""
5729
  "<b>ImageMagick</b> commands. The operations are execured upon the display "
5730
  "file."
5731
  msgstr ""
5732
 
5733
- #: wppa-photo-admin-autosave.php:1349
5734
  msgid "A new thumbnail image will be created from the display file."
5735
  msgstr ""
5736
 
5737
- #: wppa-photo-admin-autosave.php:1399
5738
  msgid "Flop"
5739
  msgstr ""
5740
 
5741
- #: wppa-photo-admin-autosave.php:1409
5742
  msgid "Enhance"
5743
  msgstr ""
5744
 
5745
- #: wppa-photo-admin-autosave.php:1419
5746
  msgid "Sharpen"
5747
  msgstr ""
5748
 
5749
- #: wppa-photo-admin-autosave.php:1429
5750
  msgid "Blur"
5751
  msgstr ""
5752
 
5753
- #: wppa-photo-admin-autosave.php:1439
5754
  msgid "Auto Gamma"
5755
  msgstr ""
5756
 
5757
- #: wppa-photo-admin-autosave.php:1449
5758
  msgid "Auto Level"
5759
  msgstr ""
5760
 
5761
- #: wppa-photo-admin-autosave.php:1459
5762
  msgid "Contrast+"
5763
  msgstr ""
5764
 
5765
- #: wppa-photo-admin-autosave.php:1469
5766
  msgid "Contrast-"
5767
  msgstr ""
5768
 
5769
- #: wppa-photo-admin-autosave.php:1479
5770
  msgid "Brightness+"
5771
  msgstr ""
5772
 
5773
- #: wppa-photo-admin-autosave.php:1489
5774
  msgid "Brightness-"
5775
  msgstr ""
5776
 
5777
- #: wppa-photo-admin-autosave.php:1499
5778
  msgid "Despeckle"
5779
  msgstr ""
5780
 
5781
- #: wppa-photo-admin-autosave.php:1509
5782
  msgid "Linear gray"
5783
  msgstr ""
5784
 
5785
- #: wppa-photo-admin-autosave.php:1519
5786
  msgid "Non-linear gray"
5787
  msgstr ""
5788
 
5789
- #: wppa-photo-admin-autosave.php:1529
5790
  msgid "Charcoal"
5791
  msgstr ""
5792
 
5793
- #: wppa-photo-admin-autosave.php:1539
5794
  msgid "Paint"
5795
  msgstr ""
5796
 
5797
- #: wppa-photo-admin-autosave.php:1549
5798
  msgid "Sepia"
5799
  msgstr ""
5800
 
5801
- #: wppa-photo-admin-autosave.php:1558
5802
  msgid "<b>ImageMagick</b> command stack"
5803
  msgstr ""
5804
 
5805
- #: wppa-photo-admin-autosave.php:1571
5806
  msgid "Undo"
5807
  msgstr ""
5808
 
5809
- #: wppa-photo-admin-autosave.php:1572
5810
  msgid "Undo last Magick command"
5811
  msgstr ""
5812
 
5813
- #: wppa-photo-admin-autosave.php:1635
5814
  msgid "Photoname:"
5815
  msgstr ""
5816
 
5817
- #: wppa-photo-admin-autosave.php:1676
5818
  msgid "Update Photo description"
5819
  msgstr ""
5820
 
5821
- #: wppa-photo-admin-autosave.php:1721
5822
  msgid "Tags:"
5823
  msgstr ""
5824
 
5825
- #: wppa-photo-admin-autosave.php:1733
5826
  msgid "Separate tags with commas."
5827
  msgstr ""
5828
 
5829
- #: wppa-photo-admin-autosave.php:1742
5830
  msgid "- select -"
5831
  msgstr ""
5832
 
5833
- #: wppa-photo-admin-autosave.php:1748
 
 
 
 
5834
  msgid "No tags yet"
5835
  msgstr ""
5836
 
5837
- #: wppa-photo-admin-autosave.php:1754
5838
  msgid "Select to add"
5839
  msgstr ""
5840
 
5841
- #: wppa-photo-admin-autosave.php:1802
5842
  msgid "Autopage Permalink:"
5843
  msgstr ""
5844
 
5845
- #: wppa-photo-admin-autosave.php:1819
5846
  msgid "Photo specific link url:"
5847
  msgstr ""
5848
 
5849
- #: wppa-photo-admin-autosave.php:1840
5850
  msgid "Same tab"
5851
  msgstr ""
5852
 
5853
- #: wppa-photo-admin-autosave.php:1846 wppa-settings-autosave.php:5108
5854
- #: wppa-settings-autosave.php:6166
5855
  msgid "New tab"
5856
  msgstr ""
5857
 
5858
- #: wppa-photo-admin-autosave.php:1852
5859
  msgid "Tryit!"
5860
  msgstr ""
5861
 
5862
- #: wppa-photo-admin-autosave.php:1861
5863
  msgid "Photo specific link title:"
5864
  msgstr ""
5865
 
5866
- #: wppa-photo-admin-autosave.php:1875
5867
  msgid ""
5868
  "If you want this link to be used, check 'PS Overrule' checkbox in table VI."
5869
  msgstr ""
5870
 
5871
- #: wppa-photo-admin-autosave.php:1890
5872
  msgid "HTML Alt attribute:"
5873
  msgstr ""
5874
 
5875
- #: wppa-photo-admin-autosave.php:1914
5876
  msgid "Single image shortcode"
5877
  msgstr ""
5878
 
5879
- #: wppa-photo-admin-autosave.php:1921
5880
  #, php-format
5881
  msgid "See %s The documentation %s for more shortcode options."
5882
  msgstr ""
5883
 
5884
- #: wppa-photo-admin-autosave.php:1936
5885
  msgid "Permalink"
5886
  msgstr ""
5887
 
5888
- #: wppa-photo-admin-autosave.php:1951
5889
  msgid "Hi resolution url"
5890
  msgstr ""
5891
 
5892
- #: wppa-photo-admin-autosave.php:1966
5893
  msgid "Display file url"
5894
  msgstr ""
5895
 
5896
- #: wppa-photo-admin-autosave.php:1982
5897
  msgid "Thumbnail file url"
5898
  msgstr ""
5899
 
5900
- #: wppa-photo-admin-autosave.php:2039 wppa-photo-admin-autosave.php:2048
5901
  msgid "Trash"
5902
  msgstr ""
5903
 
5904
- #: wppa-photo-admin-autosave.php:2171
5905
  #, php-format
5906
  msgid "Time is out after processing %d out of %d items."
5907
  msgstr ""
5908
 
5909
- #: wppa-photo-admin-autosave.php:2184
5910
  #, php-format
5911
  msgid "%d photos deleted."
5912
  msgstr ""
5913
 
5914
- #: wppa-photo-admin-autosave.php:2187
5915
  #, php-format
5916
  msgid "%1$s photos moved to album %2$s."
5917
  msgstr ""
5918
 
5919
- #: wppa-photo-admin-autosave.php:2190
5920
  #, php-format
5921
  msgid "%1$s photos copied to album %2$s."
5922
  msgstr ""
5923
 
5924
- #: wppa-photo-admin-autosave.php:2193
5925
  #, php-format
5926
  msgid "Changed status to %1$s on %2$s photos."
5927
  msgstr ""
5928
 
5929
- #: wppa-photo-admin-autosave.php:2196
5930
  #, php-format
5931
  msgid "Changed owner to %1$s on %2$s photos."
5932
  msgstr ""
5933
 
5934
- #: wppa-photo-admin-autosave.php:2199
5935
  #, php-format
5936
  msgid "%d photos processed."
5937
  msgstr ""
5938
 
5939
- #: wppa-photo-admin-autosave.php:2338
5940
  msgid "Moving..."
5941
  msgstr ""
5942
 
5943
- #: wppa-photo-admin-autosave.php:2389
 
 
 
 
5944
  msgid "Move to"
5945
  msgstr ""
5946
 
5947
- #: wppa-photo-admin-autosave.php:2390
5948
  msgid "Copy to"
5949
  msgstr ""
5950
 
5951
- #: wppa-photo-admin-autosave.php:2392
5952
  msgid "Set status to"
5953
  msgstr ""
5954
 
5955
- #: wppa-photo-admin-autosave.php:2395
5956
  msgid "Set owner to"
5957
  msgstr ""
5958
 
5959
- #: wppa-photo-admin-autosave.php:2402
5960
  msgid "- select a status -"
5961
  msgstr ""
5962
 
5963
- #: wppa-photo-admin-autosave.php:2417
5964
  msgid "- select an owner -"
5965
  msgstr ""
5966
 
5967
- #: wppa-photo-admin-autosave.php:2429
5968
  msgid "Doit!"
5969
  msgstr ""
5970
 
5971
- #: wppa-photo-admin-autosave.php:2437
5972
  msgid "the previous page"
5973
  msgstr ""
5974
 
5975
- #: wppa-photo-admin-autosave.php:2438
5976
  msgid "the same page"
5977
  msgstr ""
5978
 
5979
- #: wppa-photo-admin-autosave.php:2439
5980
  msgid "the next page"
5981
  msgstr ""
5982
 
5983
- #: wppa-photo-admin-autosave.php:2441
5984
  #, php-format
5985
  msgid "Go to %s after Doit!."
5986
  msgstr ""
5987
 
5988
- #: wppa-photo-admin-autosave.php:2454
5989
  msgid "Confirm delete"
5990
  msgstr ""
5991
 
5992
- #: wppa-photo-admin-autosave.php:2463
5993
  msgid "Confirm move"
5994
  msgstr ""
5995
 
5996
- #: wppa-photo-admin-autosave.php:2478 wppa-photo-admin-autosave.php:2659
5997
- #: wppa-potd-admin.php:321 wppa-settings-autosave.php:8963
5998
  msgid "Preview"
5999
  msgstr ""
6000
 
6001
- #: wppa-photo-admin-autosave.php:2483 wppa-photo-admin-autosave.php:2664
6002
  msgid "Remark"
6003
  msgstr ""
6004
 
6005
- #: wppa-photo-admin-autosave.php:2509
 
 
 
 
 
6006
  msgid "Deleting..."
6007
  msgstr ""
6008
 
6009
- #: wppa-photo-admin-autosave.php:2602
6010
  msgid "Target album for move to:"
6011
  msgstr ""
6012
 
6013
- #: wppa-photo-admin-autosave.php:2682
 
 
 
 
6014
  #, php-format
6015
  msgid "Page %d is empty, try <a href=\"%s\" >page %d</a>."
6016
  msgstr ""
6017
 
6018
- #: wppa-photo-admin-autosave.php:2807
6019
  msgid ""
6020
  "Setting photo sequence order has only effect if the photo order method is "
6021
  "set to <b>Order#</b>"
6022
  msgstr ""
6023
 
6024
- #: wppa-photo-admin-autosave.php:2865
6025
  msgid "Id: "
6026
  msgstr ""
6027
 
6028
- #: wppa-photo-admin-autosave.php:2866 wppa-settings-autosave.php:384
6029
  msgid "Video"
6030
  msgstr ""
6031
 
6032
- #: wppa-photo-admin-autosave.php:2867 wppa-settings-autosave.php:364
6033
  msgid "Audio"
6034
  msgstr ""
6035
 
6036
- #: wppa-photo-admin-autosave.php:2868
6037
  msgid "Ord: "
6038
  msgstr ""
6039
 
6040
- #: wppa-photo-admin-autosave.php:2881
6041
  msgid "The album is empty."
6042
  msgstr ""
6043
 
6044
- #: wppa-photo-admin-autosave.php:2948 wppa-photo-admin-autosave.php:2966
6045
- #: wppa-settings-autosave.php:4599 wppa-setup.php:359
6046
  msgid "Required"
6047
  msgstr ""
6048
 
6049
- #: wppa-photo-admin-autosave.php:2991
6050
  msgid "Combined"
6051
  msgstr ""
6052
 
6053
- #: wppa-photo-admin-autosave.php:3028
6054
  msgid "Word"
6055
  msgstr ""
6056
 
6057
- #: wppa-photo-admin-autosave.php:3031
6058
  msgid "Count"
6059
  msgstr ""
6060
 
6061
- #: wppa-photo-admin-autosave.php:3083 wppa-settings-autosave.php:6630
6062
  msgid "Tags"
6063
  msgstr ""
6064
 
6065
- #: wppa-photo-admin-autosave.php:3203
6066
  msgid "Send"
6067
  msgstr ""
6068
 
@@ -6083,29 +6067,45 @@ msgstr ""
6083
  msgid "Changes are updated immediately. The page will reload if required."
6084
  msgstr ""
6085
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6086
  #: wppa-potd-admin.php:73 wppa-potd-admin.php:360
6087
- #: wppa-settings-autosave.php:512 wppa-settings-autosave.php:674
6088
- #: wppa-settings-autosave.php:696 wppa-settings-autosave.php:1475
6089
- #: wppa-settings-autosave.php:1496 wppa-settings-autosave.php:3069
6090
- #: wppa-settings-autosave.php:3490 wppa-settings-autosave.php:4885
6091
- #: wppa-settings-autosave.php:6880 wppa-settings-autosave.php:7751
6092
- #: wppa-settings-autosave.php:9708
6093
  msgid "Setting"
6094
  msgstr ""
6095
 
6096
  #: wppa-potd-admin.php:74 wppa-potd-admin.php:361
6097
- #: wppa-settings-autosave.php:513 wppa-settings-autosave.php:675
6098
- #: wppa-settings-autosave.php:697 wppa-settings-autosave.php:1476
6099
- #: wppa-settings-autosave.php:1497 wppa-settings-autosave.php:3070
6100
- #: wppa-settings-autosave.php:3094 wppa-settings-autosave.php:3470
6101
- #: wppa-settings-autosave.php:3491 wppa-settings-autosave.php:4886
6102
- #: wppa-settings-autosave.php:4910 wppa-settings-autosave.php:5086
6103
- #: wppa-settings-autosave.php:5110 wppa-settings-autosave.php:6168
6104
- #: wppa-settings-autosave.php:6882 wppa-settings-autosave.php:6906
6105
- #: wppa-settings-autosave.php:7731 wppa-settings-autosave.php:7752
6106
- #: wppa-settings-autosave.php:9709 wppa-settings-autosave.php:9731
6107
- #: wppa-settings-autosave.php:9771 wppa-settings-autosave.php:9793
6108
- #: wppa-settings-autosave.php:9839
6109
  msgid "Help"
6110
  msgstr ""
6111
 
@@ -6131,13 +6131,13 @@ msgstr ""
6131
  msgid "Enter the desired display width of the photo in the sidebar."
6132
  msgstr ""
6133
 
6134
- #: wppa-potd-admin.php:93 wppa-settings-autosave.php:714
6135
- #: wppa-settings-autosave.php:723 wppa-settings-autosave.php:845
6136
- #: wppa-settings-autosave.php:1007 wppa-settings-autosave.php:1018
6137
  msgid "pixels wide"
6138
  msgstr ""
6139
 
6140
- #: wppa-potd-admin.php:96 wppa-tinymce-shortcodes.php:623
6141
  msgid "Horizontal alignment:"
6142
  msgstr ""
6143
 
@@ -6145,10 +6145,10 @@ msgstr ""
6145
  msgid "Enter the desired display alignment of the photo in the sidebar."
6146
  msgstr ""
6147
 
6148
- #: wppa-potd-admin.php:100 wppa-settings-autosave.php:3835
6149
- #: wppa-settings-autosave.php:3849 wppa-settings-autosave.php:4106
6150
- #: wppa-settings-autosave.php:9683 wppa-slideshow-widget.php:215
6151
- #: wppa-tinymce-shortcodes.php:628
6152
  msgid "center"
6153
  msgstr ""
6154
 
@@ -6188,14 +6188,14 @@ msgstr ""
6188
  msgid "The counter links to."
6189
  msgstr ""
6190
 
6191
- #: wppa-potd-admin.php:156 wppa-settings-autosave.php:1070
6192
- #: wppa-settings-autosave.php:5912 wppa-settings-autosave.php:5945
6193
- #: wppa-settings-autosave.php:6042
6194
  msgid "thumbnails"
6195
  msgstr ""
6196
 
6197
- #: wppa-potd-admin.php:156 wppa-settings-autosave.php:5913
6198
- #: wppa-settings-autosave.php:5946 wppa-settings-autosave.php:6043
6199
  msgid "slideshow"
6200
  msgstr ""
6201
 
@@ -6228,16 +6228,16 @@ msgid "Select the albums to use for the photo of the day."
6228
  msgstr ""
6229
 
6230
  #: wppa-potd-admin.php:190 wppa-potd-admin.php:644 wppa-potd-admin.php:669
6231
- #: wppa-potd-admin.php:707 wppa-settings-autosave.php:347
6232
- #: wppa-settings-autosave.php:7592 wppa-settings-autosave.php:7619
6233
- #: wppa-settings-autosave.php:8832 wppa-settings-autosave.php:8834
6234
- #: wppa-settings-autosave.php:10234 wppa-settings-autosave.php:10252
6235
- #: wppa-settings-autosave.php:10272 wppa-settings-autosave.php:10289
6236
- #: wppa-settings-autosave.php:10318 wppa-settings-autosave.php:10336
6237
- #: wppa-settings-autosave.php:10360 wppa-settings-autosave.php:10381
6238
- #: wppa-settings-autosave.php:10401 wppa-settings-autosave.php:10418
6239
- #: wppa-settings-autosave.php:10462 wppa-settings-autosave.php:10515
6240
- #: wppa-settings-autosave.php:10547
6241
  msgid "Setting unmodified"
6242
  msgstr ""
6243
 
@@ -6404,106 +6404,106 @@ msgstr ""
6404
  msgid "There are too many photos in the selection to show a preview ( %d )"
6405
  msgstr ""
6406
 
6407
- #: wppa-potd-admin.php:573 wppa-settings-autosave.php:10162
6408
  msgid "The default for this setting is:"
6409
  msgstr ""
6410
 
6411
- #: wppa-potd-admin.php:590 wppa-settings-autosave.php:10179
6412
  msgid "Click for help"
6413
  msgstr ""
6414
 
6415
- #: wppa-potd-admin.php:614 wppa-settings-autosave.php:10563
6416
  msgid "Checked"
6417
  msgstr ""
6418
 
6419
- #: wppa-potd-admin.php:615 wppa-settings-autosave.php:10564
6420
  msgid "Unchecked"
6421
  msgstr ""
6422
 
6423
- #: wppa-potd-admin.php:616 wppa-settings-autosave.php:5168
6424
- #: wppa-settings-autosave.php:5211 wppa-settings-autosave.php:5289
6425
- #: wppa-settings-autosave.php:5332 wppa-settings-autosave.php:5382
6426
- #: wppa-settings-autosave.php:5431 wppa-settings-autosave.php:5480
6427
- #: wppa-settings-autosave.php:5534 wppa-settings-autosave.php:5572
6428
- #: wppa-settings-autosave.php:5624 wppa-settings-autosave.php:5666
6429
- #: wppa-settings-autosave.php:5708 wppa-settings-autosave.php:5749
6430
- #: wppa-settings-autosave.php:10565
6431
  msgid "no link at all."
6432
  msgstr ""
6433
 
6434
- #: wppa-potd-admin.php:617 wppa-settings-autosave.php:5169
6435
- #: wppa-settings-autosave.php:5212 wppa-settings-autosave.php:5290
6436
- #: wppa-settings-autosave.php:5333 wppa-settings-autosave.php:5383
6437
- #: wppa-settings-autosave.php:5432 wppa-settings-autosave.php:5481
6438
- #: wppa-settings-autosave.php:5535 wppa-settings-autosave.php:5573
6439
- #: wppa-settings-autosave.php:5625 wppa-settings-autosave.php:5667
6440
- #: wppa-settings-autosave.php:5709 wppa-settings-autosave.php:5750
6441
- #: wppa-settings-autosave.php:10566
6442
  msgid "the plain photo (file)."
6443
  msgstr ""
6444
 
6445
- #: wppa-potd-admin.php:618 wppa-settings-autosave.php:5172
6446
- #: wppa-settings-autosave.php:5215 wppa-settings-autosave.php:5291
6447
- #: wppa-settings-autosave.php:5336 wppa-settings-autosave.php:5386
6448
- #: wppa-settings-autosave.php:5435 wppa-settings-autosave.php:5484
6449
- #: wppa-settings-autosave.php:5574 wppa-settings-autosave.php:5627
6450
- #: wppa-settings-autosave.php:5669 wppa-settings-autosave.php:5711
6451
- #: wppa-settings-autosave.php:10567
6452
  msgid "the full size photo in a slideshow."
6453
  msgstr ""
6454
 
6455
- #: wppa-potd-admin.php:619 wppa-settings-autosave.php:5173
6456
- #: wppa-settings-autosave.php:5216 wppa-settings-autosave.php:5292
6457
- #: wppa-settings-autosave.php:5338 wppa-settings-autosave.php:5388
6458
- #: wppa-settings-autosave.php:5437 wppa-settings-autosave.php:5486
6459
- #: wppa-settings-autosave.php:5576 wppa-settings-autosave.php:5628
6460
- #: wppa-settings-autosave.php:5670 wppa-settings-autosave.php:5712
6461
- #: wppa-settings-autosave.php:5751 wppa-settings-autosave.php:10568
6462
  msgid "the fullsize photo on its own."
6463
  msgstr ""
6464
 
6465
- #: wppa-potd-admin.php:620 wppa-settings-autosave.php:10569
6466
  msgid "the photo specific link."
6467
  msgstr ""
6468
 
6469
- #: wppa-potd-admin.php:621 wppa-settings-autosave.php:5171
6470
- #: wppa-settings-autosave.php:5214 wppa-settings-autosave.php:5626
6471
- #: wppa-settings-autosave.php:5668 wppa-settings-autosave.php:5710
6472
- #: wppa-settings-autosave.php:10570
6473
  msgid "the content of the album."
6474
  msgstr ""
6475
 
6476
- #: wppa-potd-admin.php:622 wppa-settings-autosave.php:5213
6477
- #: wppa-settings-autosave.php:10571
6478
  msgid "defined at widget activation."
6479
  msgstr ""
6480
 
6481
- #: wppa-potd-admin.php:623 wppa-settings-autosave.php:5170
6482
- #: wppa-settings-autosave.php:10572
6483
  msgid "defined on widget admin page."
6484
  msgstr ""
6485
 
6486
- #: wppa-potd-admin.php:624 wppa-settings-autosave.php:5536
6487
- #: wppa-settings-autosave.php:10573
6488
  msgid "same as title."
6489
  msgstr ""
6490
 
6491
  #: wppa-potd-admin.php:636 wppa-potd-admin.php:659 wppa-potd-admin.php:680
6492
- #: wppa-settings-autosave.php:10224 wppa-settings-autosave.php:10244
6493
- #: wppa-settings-autosave.php:10262 wppa-settings-autosave.php:10281
6494
- #: wppa-settings-autosave.php:10311 wppa-settings-autosave.php:10328
6495
- #: wppa-settings-autosave.php:10352 wppa-settings-autosave.php:10373
6496
- #: wppa-settings-autosave.php:10393 wppa-settings-autosave.php:10435
6497
  msgid "Slug ="
6498
  msgstr ""
6499
 
6500
- #: wppa-potd-admin.php:636 wppa-settings-autosave.php:10328
6501
- #: wppa-settings-autosave.php:10352 wppa-settings-autosave.php:10373
6502
- #: wppa-settings-autosave.php:10393
6503
  msgid "Values = yes, no"
6504
  msgstr ""
6505
 
6506
- #: wppa-potd-admin.php:680 wppa-settings-autosave.php:10435
6507
  msgid "Values = "
6508
  msgstr ""
6509
 
@@ -6540,166 +6540,189 @@ msgid "WPPA+ Search Photos"
6540
  msgstr ""
6541
 
6542
  #: wppa-search-widget.php:16 wppa-search-widget.php:38
6543
- #: wppa-search-widget.php:84
6544
  msgid "Search Photos"
6545
  msgstr ""
6546
 
6547
- #: wppa-search-widget.php:106
6548
  msgid "Text:"
6549
  msgstr ""
6550
 
6551
- #: wppa-search-widget.php:110
6552
  msgid ""
6553
  "Enter optional text that will appear before the input box. This may contain "
6554
  "HTML so you can change font size and color."
6555
  msgstr ""
6556
 
6557
- #: wppa-search-widget.php:114
6558
  msgid "Enable rootsearch"
6559
  msgstr ""
6560
 
6561
- #: wppa-search-widget.php:119
 
 
 
 
6562
  msgid ""
6563
  "If you want the search to be limited to a specific album and its "
6564
  "(grand)children, select the album here."
6565
  msgstr ""
6566
 
6567
- #: wppa-search-widget.php:121
6568
  msgid ""
6569
  "If you select an album here, it will overrule the previous checkbox using "
6570
  "the album as a 'fixed' root."
6571
  msgstr ""
6572
 
6573
- #: wppa-search-widget.php:135
6574
  msgid "Enable subsearch"
6575
  msgstr ""
6576
 
6577
- #: wppa-search-widget.php:140 wppa-settings-autosave.php:6094
 
 
 
 
 
 
 
 
6578
  msgid "Landing page"
6579
  msgstr ""
6580
 
6581
- #: wppa-search-widget.php:149
6582
- msgid "--- Default ---"
 
 
 
6583
  msgstr ""
6584
 
6585
- #: wppa-search-widget.php:192
6586
  msgid "The default page will be created automaticly"
6587
  msgstr ""
6588
 
6589
- #: wppa-settings-autosave.php:48
6590
  msgid "Close!"
6591
  msgstr ""
6592
 
6593
- #: wppa-settings-autosave.php:96
6594
  msgid "Saved settings restored"
6595
  msgstr ""
6596
 
6597
- #: wppa-settings-autosave.php:99
6598
  msgid "Unable to restore saved settings"
6599
  msgstr ""
6600
 
6601
- #: wppa-settings-autosave.php:105
6602
  msgid "Reset to default settings"
6603
  msgstr ""
6604
 
6605
- #: wppa-settings-autosave.php:108
6606
  msgid "Unable to set defaults"
6607
  msgstr ""
6608
 
6609
- #: wppa-settings-autosave.php:113
6610
  #, php-format
6611
  msgid "Skinfile %s loaded"
6612
  msgstr ""
6613
 
6614
- #: wppa-settings-autosave.php:124 wppa-settings-autosave.php:146
6615
- #: wppa-settings-autosave.php:167
6616
  #, php-format
6617
  msgid "Upload error %s"
6618
  msgstr ""
6619
 
6620
- #: wppa-settings-autosave.php:129
6621
  #, php-format
6622
  msgid "Uploaded file %s is not a .png file"
6623
  msgstr ""
6624
 
6625
- #: wppa-settings-autosave.php:133 wppa-settings-autosave.php:154
6626
- #: wppa-settings-autosave.php:190
6627
  #, php-format
6628
  msgid "Upload of %s done"
6629
  msgstr ""
6630
 
6631
- #: wppa-settings-autosave.php:138 wppa-settings-autosave.php:159
6632
- #: wppa-settings-autosave.php:195
6633
  msgid "No file selected or error on upload"
6634
  msgstr ""
6635
 
6636
- #: wppa-settings-autosave.php:150
6637
  #, php-format
6638
  msgid "Uploaded file %s is not a .ttf file"
6639
  msgstr ""
6640
 
6641
- #: wppa-settings-autosave.php:172
6642
  #, php-format
6643
  msgid "Uploaded file %s is not a valid image file"
6644
  msgstr ""
6645
 
6646
- #: wppa-settings-autosave.php:251
6647
  #, php-format
6648
  msgid ""
6649
  "%s invalid ratings removed. Please run Table VIII-A5: Rerate to fix the "
6650
  "averages."
6651
  msgstr ""
6652
 
6653
- #: wppa-settings-autosave.php:262
6654
  #, php-format
6655
  msgid "%s last album used settings removed."
6656
  msgstr ""
6657
 
6658
- #: wppa-settings-autosave.php:270
6659
  msgid "WP Photo Album Plus Settings"
6660
  msgstr ""
6661
 
6662
- #: wppa-settings-autosave.php:270
6663
  msgid "Auto Save"
6664
  msgstr ""
6665
 
6666
- #: wppa-settings-autosave.php:271
6667
  msgid "Database revision:"
6668
  msgstr ""
6669
 
6670
- #: wppa-settings-autosave.php:271
6671
  msgid "WP Charset:"
6672
  msgstr ""
6673
 
6674
- #: wppa-settings-autosave.php:274
 
 
 
 
 
 
 
 
6675
  msgid "Multisite in singlesite mode."
6676
  msgstr ""
6677
 
6678
- #: wppa-settings-autosave.php:277
6679
  msgid "Multisite enabled."
6680
  msgstr ""
6681
 
6682
- #: wppa-settings-autosave.php:279
6683
  msgid "Blogid ="
6684
  msgstr ""
6685
 
6686
- #: wppa-settings-autosave.php:297
6687
  msgid "Please de-activate plugin <i style=\"font-size:14px;\">"
6688
  msgstr ""
6689
 
6690
- #: wppa-settings-autosave.php:297
6691
  msgid ". </i>This plugin will cause wppa+ to function not properly."
6692
  msgstr ""
6693
 
6694
- #: wppa-settings-autosave.php:307
6695
  msgid "Please note that plugin <i style=\"font-size:14px;\">"
6696
  msgstr ""
6697
 
6698
- #: wppa-settings-autosave.php:307
6699
  msgid "</i> can cause wppa+ to function not properly if it is misconfigured."
6700
  msgstr ""
6701
 
6702
- #: wppa-settings-autosave.php:312
6703
  msgid ""
6704
  "There is a serious misconfiguration in your servers PHP config. Function "
6705
  "wppa_imagecreatefromjpeg() does not exist. You will encounter problems when "
@@ -6707,554 +6730,562 @@ msgid ""
6707
  "hosting provider to add GD support with a minimal version 1.8."
6708
  msgstr ""
6709
 
6710
- #: wppa-settings-autosave.php:320
6711
  msgid "Remove empty albums needs completion. See Table VIII"
6712
  msgstr ""
6713
 
6714
- #: wppa-settings-autosave.php:321
6715
  msgid "Applying new photo description needs completion. See Table VIII"
6716
  msgstr ""
6717
 
6718
- #: wppa-settings-autosave.php:322
6719
  msgid "Appending to photo description needs completion. See Table VIII"
6720
  msgstr ""
6721
 
6722
- #: wppa-settings-autosave.php:323
6723
  msgid "Removing from photo description needs completion. See Table VIII"
6724
  msgstr ""
6725
 
6726
- #: wppa-settings-autosave.php:324
6727
  msgid "Removing file extensions needs completion. See Table VIII"
6728
  msgstr ""
6729
 
6730
- #: wppa-settings-autosave.php:325
6731
  msgid "Regenerating the Thumbnails needs completion. See Table VIII"
6732
  msgstr ""
6733
 
6734
- #: wppa-settings-autosave.php:326
6735
  msgid "Rerating needs completion. See Table VIII"
6736
  msgstr ""
6737
 
6738
- #: wppa-settings-autosave.php:334
6739
  msgid ""
6740
  "A thumbframe width or height should not be smaller than a thumbnail size. "
6741
  "Please correct the corresponding setting(s) in Table I-C"
6742
  msgstr ""
6743
 
6744
- #: wppa-settings-autosave.php:339
6745
  msgid "Show legenda"
6746
  msgstr ""
6747
 
6748
- #: wppa-settings-autosave.php:341
6749
  msgid "Legenda:"
6750
  msgstr ""
6751
 
6752
- #: wppa-settings-autosave.php:342 wppa-settings-autosave.php:344
6753
- #: wppa-settings-autosave.php:2073 wppa-settings-autosave.php:5841
6754
  msgid "Button"
6755
  msgstr ""
6756
 
6757
- #: wppa-settings-autosave.php:342
6758
  msgid "action that causes page reload."
6759
  msgstr ""
6760
 
6761
- #: wppa-settings-autosave.php:344 wppa-settings-autosave.php:10596
6762
- #: wppa-settings-autosave.php:10615
6763
  msgid "Are you sure?"
6764
  msgstr ""
6765
 
6766
- #: wppa-settings-autosave.php:345
6767
  msgid "action that does not cause page reload."
6768
  msgstr ""
6769
 
6770
- #: wppa-settings-autosave.php:349
6771
  msgid "Update in progress"
6772
  msgstr ""
6773
 
6774
- #: wppa-settings-autosave.php:351
6775
  msgid "Setting updated"
6776
  msgstr ""
6777
 
6778
- #: wppa-settings-autosave.php:353
6779
  msgid "Update failed"
6780
  msgstr ""
6781
 
6782
- #: wppa-settings-autosave.php:355
6783
  msgid "Hide this"
6784
  msgstr ""
6785
 
6786
- #: wppa-settings-autosave.php:361
6787
  msgid "System"
6788
  msgstr ""
6789
 
6790
- #: wppa-settings-autosave.php:362
6791
  msgid "Access"
6792
  msgstr ""
6793
 
6794
- #: wppa-settings-autosave.php:366
6795
  msgid "Counts"
6796
  msgstr ""
6797
 
6798
- #: wppa-settings-autosave.php:367
6799
  msgid "Covers"
6800
  msgstr ""
6801
 
6802
- #: wppa-settings-autosave.php:368
6803
  msgid "Layout"
6804
  msgstr ""
6805
 
6806
- #: wppa-settings-autosave.php:369 wppa-settings-autosave.php:5058
6807
  msgid "Lightbox"
6808
  msgstr ""
6809
 
6810
- #: wppa-settings-autosave.php:370
6811
  msgid "Links"
6812
  msgstr ""
6813
 
6814
- #: wppa-settings-autosave.php:371
6815
  msgid "Mail"
6816
  msgstr ""
6817
 
6818
- #: wppa-settings-autosave.php:372
6819
  msgid "Metadata"
6820
  msgstr ""
6821
 
6822
- #: wppa-settings-autosave.php:373
6823
  msgid "Navigation"
6824
  msgstr ""
6825
 
6826
- #: wppa-settings-autosave.php:375 wppa-settings-autosave.php:8995
6827
- #: wppa-settings-autosave.php:9040
6828
  msgid "Rating"
6829
  msgstr ""
6830
 
6831
- #: wppa-settings-autosave.php:377
6832
  msgid "Sizes"
6833
  msgstr ""
6834
 
6835
- #: wppa-settings-autosave.php:378
6836
  msgid "Slideshows"
6837
  msgstr ""
6838
 
6839
- #: wppa-settings-autosave.php:379
6840
  msgid "Social Media"
6841
  msgstr ""
6842
 
6843
- #: wppa-settings-autosave.php:381
6844
  msgid "Uploads"
6845
  msgstr ""
6846
 
6847
- #: wppa-settings-autosave.php:382
6848
  msgid "Widgets"
6849
  msgstr ""
6850
 
6851
- #: wppa-settings-autosave.php:383 wppa-settings-autosave.php:8813
6852
  msgid "Watermark"
6853
  msgstr ""
6854
 
6855
- #: wppa-settings-autosave.php:391
6856
  msgid "Click on the banner of a (sub)table to open/close it, or"
6857
  msgstr ""
6858
 
6859
- #: wppa-settings-autosave.php:393
6860
  msgid "Show settings related to:"
6861
  msgstr ""
6862
 
6863
- #: wppa-settings-autosave.php:399
6864
  msgid "and ( optionally ) to:"
6865
  msgstr ""
6866
 
6867
- #: wppa-settings-autosave.php:415
6868
  msgid "Quick setup"
6869
  msgstr ""
6870
 
6871
- #: wppa-settings-autosave.php:417
6872
  msgid "Do a quick initial setup"
6873
  msgstr ""
6874
 
6875
- #: wppa-settings-autosave.php:418
6876
  msgid "Close quick setup"
6877
  msgstr ""
6878
 
6879
- #: wppa-settings-autosave.php:458
6880
- msgid "--- The same post or page ---"
6881
  msgstr ""
6882
 
6883
- #: wppa-settings-autosave.php:489
6884
  msgid "--- No page to link to (yet) ---"
6885
  msgstr ""
6886
 
6887
- #: wppa-settings-autosave.php:494
6888
  msgid "--- Will be auto created ---"
6889
  msgstr ""
6890
 
6891
- #: wppa-settings-autosave.php:501
6892
  msgid "Table O:"
6893
  msgstr ""
6894
 
6895
- #: wppa-settings-autosave.php:501
6896
  msgid "Quick Setup:"
6897
  msgstr ""
6898
 
6899
- #: wppa-settings-autosave.php:502
6900
  msgid "This table enables you to quickly do an inital setup."
6901
  msgstr ""
6902
 
6903
- #: wppa-settings-autosave.php:524
6904
  msgid ""
6905
  "To quickly setup WPPA+ please answer the following questions. You can alway "
6906
  "change any setting later. <a>Click on me!</a>"
6907
  msgstr ""
6908
 
6909
- #: wppa-settings-autosave.php:526
6910
  msgid "Is your theme <i>responsive</i>?"
6911
  msgstr ""
6912
 
6913
- #: wppa-settings-autosave.php:527
6914
  msgid ""
6915
  "Responsive themes have a layout that varies with the size of the browser "
6916
  "window."
6917
  msgstr ""
6918
 
6919
- #: wppa-settings-autosave.php:528
6920
  msgid ""
6921
  "WPPA+ needs to know this to automaticly adept the width of the display to "
6922
  "the available width on the page."
6923
  msgstr ""
6924
 
6925
- #: wppa-settings-autosave.php:535
6926
  msgid "Do you want to downsize photos during upload?"
6927
  msgstr ""
6928
 
6929
- #: wppa-settings-autosave.php:536
6930
  msgid ""
6931
  "Downsizing photos make them load faster to the visitor, without loosing "
6932
  "display quality"
6933
  msgstr ""
6934
 
6935
- #: wppa-settings-autosave.php:537
6936
  msgid ""
6937
  "If you answer yes, the photos will be downsized to max 1024 x 768 pixels. "
6938
  "You can change this later, if you like"
6939
  msgstr ""
6940
 
6941
- #: wppa-settings-autosave.php:544
6942
  msgid "Do you want to save the original photofiles?"
6943
  msgstr ""
6944
 
6945
- #: wppa-settings-autosave.php:545
6946
  msgid "This will require considerable disk space on the server."
6947
  msgstr ""
6948
 
6949
- #: wppa-settings-autosave.php:546
6950
  msgid ""
6951
  "If you answer yes, you will be able to remove watermarks you applied with "
6952
  "wppa+ in a later stage, redo downsizing to a larger size afterwards, and "
6953
  "supply fullsize images for download."
6954
  msgstr ""
6955
 
6956
- #: wppa-settings-autosave.php:553
6957
  msgid "May visitors upload photos?"
6958
  msgstr ""
6959
 
6960
- #: wppa-settings-autosave.php:554
6961
  msgid ""
6962
  "It is safe to do so, but i will have to do some settings to keep it safe!"
6963
  msgstr ""
6964
 
6965
- #: wppa-settings-autosave.php:555
6966
  msgid ""
6967
  "If you answer yes, i will assume you want to enable logged in users to "
6968
  "upload photos at the front-end of the website and allow them to edit their "
6969
  "photos name and descriptions."
6970
  msgstr ""
6971
 
6972
- #: wppa-settings-autosave.php:556
6973
  msgid ""
6974
  "The photos will be hold for moderation, the admin will get notified by email."
6975
  msgstr ""
6976
 
6977
- #: wppa-settings-autosave.php:557
6978
  msgid ""
6979
  "Each user will get his own album to upload to. These settings can be changed "
6980
  "later."
6981
  msgstr ""
6982
 
6983
- #: wppa-settings-autosave.php:564
6984
  msgid "Do you want the rating system active?"
6985
  msgstr ""
6986
 
6987
- #: wppa-settings-autosave.php:565
6988
  msgid "Enable the rating system and show the votes in the slideshow."
6989
  msgstr ""
6990
 
6991
- #: wppa-settings-autosave.php:566
6992
  msgid "You can configure the details of the rating system later"
6993
  msgstr ""
6994
 
6995
- #: wppa-settings-autosave.php:573
6996
  msgid "Do you want the comment system active?"
6997
  msgstr ""
6998
 
6999
- #: wppa-settings-autosave.php:574
7000
  msgid "Enable the comment system and show the comments in the slideshow."
7001
  msgstr ""
7002
 
7003
- #: wppa-settings-autosave.php:575
7004
  msgid "You can configure the details of the comment system later"
7005
  msgstr ""
7006
 
7007
- #: wppa-settings-autosave.php:582
7008
  msgid "Do you want the social media share buttons displayed?"
7009
  msgstr ""
7010
 
7011
- #: wppa-settings-autosave.php:583
7012
  msgid "Display the social media buttons in the slideshow"
7013
  msgstr ""
7014
 
7015
- #: wppa-settings-autosave.php:584
7016
  msgid ""
7017
  "These buttons share the specific photo rather than the page where it is "
7018
  "displayed on"
7019
  msgstr ""
7020
 
7021
- #: wppa-settings-autosave.php:591
7022
  msgid "Are you going to use IPTC data?"
7023
  msgstr ""
7024
 
7025
- #: wppa-settings-autosave.php:592
7026
  msgid ""
7027
  "IPTC data is information you may have added in a photo manipulation program."
7028
  msgstr ""
7029
 
7030
- #: wppa-settings-autosave.php:593 wppa-settings-autosave.php:602
7031
  msgid ""
7032
  "The information can be displayed in slideshows and in photo descriptions."
7033
  msgstr ""
7034
 
7035
- #: wppa-settings-autosave.php:600
7036
  msgid "Are you going to use EXIF data?"
7037
  msgstr ""
7038
 
7039
- #: wppa-settings-autosave.php:601
7040
  msgid ""
7041
  "EXIF data is information from the camera like model no, focal distance and "
7042
  "aperture used."
7043
  msgstr ""
7044
 
7045
- #: wppa-settings-autosave.php:609
7046
  msgid "Are you going to use GPX data?"
7047
  msgstr ""
7048
 
7049
- #: wppa-settings-autosave.php:610
7050
  msgid ""
7051
  "Some cameras and mobile devices save the geographic location where the photo "
7052
  "is taken."
7053
  msgstr ""
7054
 
7055
- #: wppa-settings-autosave.php:611
7056
  msgid "A Google map can be displayed in slideshows."
7057
  msgstr ""
7058
 
7059
- #: wppa-settings-autosave.php:618
7060
  msgid "Are you going to use Fotomoto?"
7061
  msgstr ""
7062
 
7063
- #: wppa-settings-autosave.php:619
7064
  msgid ""
7065
  "<a href=\"http://www.fotomoto.com/\" target=\"_blank\" >Fotomoto</a> is an "
7066
  "on-line print service."
7067
  msgstr ""
7068
 
7069
- #: wppa-settings-autosave.php:620
7070
  msgid "If you answer Yes, you will have to open an account on Fotomoto."
7071
  msgstr ""
7072
 
7073
- #: wppa-settings-autosave.php:627
7074
  msgid "Are you going to add videofiles?"
7075
  msgstr ""
7076
 
7077
- #: wppa-settings-autosave.php:628
7078
  msgid "You can mix videos and photos in any album."
7079
  msgstr ""
7080
 
7081
- #: wppa-settings-autosave.php:629 wppa-settings-autosave.php:638
7082
- #: wppa-settings-autosave.php:647
7083
  msgid "You can configure the details later"
7084
  msgstr ""
7085
 
7086
- #: wppa-settings-autosave.php:636
7087
  msgid "Are you going to add audiofiles?"
7088
  msgstr ""
7089
 
7090
- #: wppa-settings-autosave.php:637
7091
  msgid "You can add audio to photos in any album."
7092
  msgstr ""
7093
 
7094
- #: wppa-settings-autosave.php:645
7095
  msgid "Are you going to upload 3D stereo photos?"
7096
  msgstr ""
7097
 
7098
- #: wppa-settings-autosave.php:646
7099
  msgid "You can add l-r and r-l stereo photo pairs."
7100
  msgstr ""
7101
 
7102
- #: wppa-settings-autosave.php:654
 
 
 
 
 
 
 
 
7103
  msgid "Done?"
7104
  msgstr ""
7105
 
7106
- #: wppa-settings-autosave.php:655
7107
  msgid "If you are ready answering these questions, select <b>yes</b>"
7108
  msgstr ""
7109
 
7110
- #: wppa-settings-autosave.php:656
7111
  msgid ""
7112
  "You can change any setting later, and be more specific and add a lot of "
7113
  "settings. For now it is enough, go create albums and upload photos!"
7114
  msgstr ""
7115
 
7116
- #: wppa-settings-autosave.php:660
7117
  msgid ""
7118
  "Thank you!. The most important settings are done now. You can refine your "
7119
  "settings, the behaviour and appearance of WPPA+ in the Tables below."
7120
  msgstr ""
7121
 
7122
- #: wppa-settings-autosave.php:685
7123
  msgid "Table I:"
7124
  msgstr ""
7125
 
7126
- #: wppa-settings-autosave.php:685
7127
  msgid "Sizes:"
7128
  msgstr ""
7129
 
7130
- #: wppa-settings-autosave.php:686
7131
  msgid ""
7132
  "This table describes all the sizes and size options (except fontsizes) for "
7133
  "the generation and display of the WPPA+ elements."
7134
  msgstr ""
7135
 
7136
- #: wppa-settings-autosave.php:704
7137
  msgid "WPPA+ global system related size settings"
7138
  msgstr ""
7139
 
7140
- #: wppa-settings-autosave.php:706
7141
  msgid "Column Width"
7142
  msgstr ""
7143
 
7144
- #: wppa-settings-autosave.php:707
7145
  msgid "The width of the main column in your theme's display area."
7146
  msgstr ""
7147
 
7148
- #: wppa-settings-autosave.php:708
7149
  msgid "Enter the width of the main column in your theme's display area."
7150
  msgstr ""
7151
 
7152
- #: wppa-settings-autosave.php:709
7153
  msgid ""
7154
  "You should set this value correctly to make sure the fullsize images are "
7155
  "properly aligned horizontally."
7156
  msgstr ""
7157
 
7158
- #: wppa-settings-autosave.php:710
7159
  msgid ""
7160
  "You may enter 'auto' for use in themes that have a floating content column."
7161
  msgstr ""
7162
 
7163
- #: wppa-settings-autosave.php:711
7164
  msgid "The use of 'auto' is required for responsive themes."
7165
  msgstr ""
7166
 
7167
- #: wppa-settings-autosave.php:719
7168
  msgid "Initial Width"
7169
  msgstr ""
7170
 
7171
- #: wppa-settings-autosave.php:720
7172
  msgid "The most often displayed colun width in responsive theme"
7173
  msgstr ""
7174
 
7175
- #: wppa-settings-autosave.php:721
7176
  msgid ""
7177
  "Change this value only if your responsive theme shows initially a wrong "
7178
  "column width."
7179
  msgstr ""
7180
 
7181
- #: wppa-settings-autosave.php:728
7182
  msgid "Resize on Upload"
7183
  msgstr ""
7184
 
7185
- #: wppa-settings-autosave.php:729
7186
  msgid "Indicate if the photos should be resized during upload."
7187
  msgstr ""
7188
 
7189
- #: wppa-settings-autosave.php:730
7190
  msgid ""
7191
  "If you check this item, the size of the photos will be reduced to the "
7192
  "dimension specified in the next item during the upload/import process."
7193
  msgstr ""
7194
 
7195
- #: wppa-settings-autosave.php:731
7196
  msgid "The photos will never be stretched during upload if they are smaller."
7197
  msgstr ""
7198
 
7199
- #: wppa-settings-autosave.php:739
7200
  msgid "Resize to"
7201
  msgstr ""
7202
 
7203
- #: wppa-settings-autosave.php:740
7204
  msgid "Resize photos to fit within a given area."
7205
  msgstr ""
7206
 
7207
- #: wppa-settings-autosave.php:741
7208
  msgid "Specify the screensize for the unscaled photos."
7209
  msgstr ""
7210
 
7211
- #: wppa-settings-autosave.php:742
7212
  msgid ""
7213
  "The use of a non-default value is particularly usefull when you make use of "
7214
  "lightbox functionality."
7215
  msgstr ""
7216
 
7217
- #: wppa-settings-autosave.php:744 wppa-settings-autosave.php:766
7218
- #: wppa-settings-autosave.php:777 wppa-settings-autosave.php:786
7219
- #: wppa-settings-autosave.php:831 wppa-settings-autosave.php:877
7220
- #: wppa-settings-autosave.php:900 wppa-settings-autosave.php:907
7221
- #: wppa-settings-autosave.php:926 wppa-settings-autosave.php:947
7222
- #: wppa-settings-autosave.php:957 wppa-settings-autosave.php:1051
7223
- #: wppa-settings-autosave.php:1085 wppa-settings-autosave.php:1105
7224
- #: wppa-settings-autosave.php:1114 wppa-settings-autosave.php:1125
7225
- #: wppa-settings-autosave.php:1137 wppa-settings-autosave.php:1158
7226
- #: wppa-settings-autosave.php:1178 wppa-settings-autosave.php:1241
7227
- #: wppa-settings-autosave.php:1250 wppa-settings-autosave.php:1261
7228
- #: wppa-settings-autosave.php:1281 wppa-settings-autosave.php:1301
7229
- #: wppa-settings-autosave.php:1321 wppa-settings-autosave.php:1341
7230
- #: wppa-settings-autosave.php:1361 wppa-settings-autosave.php:1381
7231
- #: wppa-settings-autosave.php:1390 wppa-settings-autosave.php:1399
7232
- #: wppa-settings-autosave.php:1432 wppa-settings-autosave.php:1441
7233
- #: wppa-settings-autosave.php:1453 wppa-settings-autosave.php:1462
7234
- #: wppa-settings-autosave.php:2984 wppa-settings-autosave.php:4931
7235
- #: wppa-settings-autosave.php:4948 wppa-settings-autosave.php:4965
7236
- #: wppa-settings-autosave.php:4982 wppa-settings-autosave.php:4999
7237
- #: wppa-settings-autosave.php:5016 wppa-settings-autosave.php:5033
7238
- #: wppa-settings-autosave.php:5050 wppa-settings-autosave.php:5067
7239
- #: wppa-settings-autosave.php:6407 wppa-settings-autosave.php:6418
7240
- #: wppa-settings-autosave.php:9358 wppa-settings-autosave.php:9563
7241
- #: wppa-settings-autosave.php:9605 wppa-settings-autosave.php:9623
7242
  msgid "pixels"
7243
  msgstr ""
7244
 
7245
- #: wppa-settings-autosave.php:745
7246
  msgid "Fit within rectangle as set in Table I-B1,2"
7247
  msgstr ""
7248
 
7249
- #: wppa-settings-autosave.php:752
7250
  msgid "Photocount threshold"
7251
  msgstr ""
7252
 
7253
- #: wppa-settings-autosave.php:753
7254
  msgid "Number of photos in an album must exceed."
7255
  msgstr ""
7256
 
7257
- #: wppa-settings-autosave.php:754
7258
  msgid ""
7259
  "Photos do not show up in the album unless there are more than this number of "
7260
  "photos in the album. This allows you to have cover photos on an album that "
@@ -7262,4734 +7293,4763 @@ msgid ""
7262
  "Usually set to 0 (always show) or 1 (for one cover photo)."
7263
  msgstr ""
7264
 
7265
- #: wppa-settings-autosave.php:756 wppa-settings-autosave.php:795
7266
- #: wppa-settings-autosave.php:1270 wppa-settings-autosave.php:1310
7267
- #: wppa-settings-autosave.php:1330 wppa-settings-autosave.php:1370
7268
- #: wppa-settings-autosave.php:4267 wppa-settings-autosave.php:6321
7269
- #: wppa-settings-autosave.php:8332
7270
  msgid "photos"
7271
  msgstr ""
7272
 
7273
- #: wppa-settings-autosave.php:761
7274
  msgid "Border thickness"
7275
  msgstr ""
7276
 
7277
- #: wppa-settings-autosave.php:762
7278
  msgid "Thickness of wppa+ box borders."
7279
  msgstr ""
7280
 
7281
- #: wppa-settings-autosave.php:763
7282
  msgid ""
7283
  "Enter the thickness for the border of the WPPA+ boxes. A number of 0 means: "
7284
  "no border."
7285
  msgstr ""
7286
 
7287
- #: wppa-settings-autosave.php:764 wppa-settings-autosave.php:774
7288
  msgid "WPPA+ boxes are: the navigation bars and the filmstrip."
7289
  msgstr ""
7290
 
7291
- #: wppa-settings-autosave.php:772
7292
  msgid "Radius of wppa+ box borders."
7293
  msgstr ""
7294
 
7295
- #: wppa-settings-autosave.php:773
7296
  msgid ""
7297
  "Enter the corner radius for the border of the WPPA+ boxes. A number of 0 "
7298
  "means: no rounded corners."
7299
  msgstr ""
7300
 
7301
- #: wppa-settings-autosave.php:775
7302
  msgid "Note that rounded corners are only supported by modern browsers."
7303
  msgstr ""
7304
 
7305
- #: wppa-settings-autosave.php:783
7306
  msgid "Distance between wppa+ boxes."
7307
  msgstr ""
7308
 
7309
- #: wppa-settings-autosave.php:791
7310
  msgid "Related count"
7311
  msgstr ""
7312
 
7313
- #: wppa-settings-autosave.php:792
7314
  msgid "The default maximum number of related photos to find."
7315
  msgstr ""
7316
 
7317
- #: wppa-settings-autosave.php:793
7318
  msgid ""
7319
  "When using shortcodes like [wppa type=\"album\" album=\"#related,desc,23\"][/"
7320
  "wppa], the maximum number is 23. Omitting the number gives the maximum of "
7321
  "this setting."
7322
  msgstr ""
7323
 
7324
- #: wppa-settings-autosave.php:801
7325
  msgid "The maximum number of pagelinks to be displayed."
7326
  msgstr ""
7327
 
7328
- #: wppa-settings-autosave.php:804
7329
  msgid "pages"
7330
  msgstr ""
7331
 
7332
- #: wppa-settings-autosave.php:809
7333
  msgid "Max file name length"
7334
  msgstr ""
7335
 
7336
- #: wppa-settings-autosave.php:810
7337
  msgid "The max length of a photo file name excluding the extension."
7338
  msgstr ""
7339
 
7340
- #: wppa-settings-autosave.php:811 wppa-settings-autosave.php:820
7341
  msgid "A setting of 0 means: unlimited."
7342
  msgstr ""
7343
 
7344
- #: wppa-settings-autosave.php:813 wppa-settings-autosave.php:822
7345
  msgid "chars"
7346
  msgstr ""
7347
 
7348
- #: wppa-settings-autosave.php:818
7349
  msgid "Max photo name length"
7350
  msgstr ""
7351
 
7352
- #: wppa-settings-autosave.php:819
7353
  msgid "The max length of a photo name."
7354
  msgstr ""
7355
 
7356
- #: wppa-settings-autosave.php:828
7357
  msgid "The height of your sticky header."
7358
  msgstr ""
7359
 
7360
- #: wppa-settings-autosave.php:829
7361
  msgid "If your theme has a sticky header, enter its height here."
7362
  msgstr ""
7363
 
7364
- #: wppa-settings-autosave.php:837
7365
  msgid "Slideshow related size settings"
7366
  msgstr ""
7367
 
7368
- #: wppa-settings-autosave.php:839
7369
  msgid "Maximum Width"
7370
  msgstr ""
7371
 
7372
- #: wppa-settings-autosave.php:840
7373
  msgid "The maximum width photos will be displayed in slideshows."
7374
  msgstr ""
7375
 
7376
- #: wppa-settings-autosave.php:841 wppa-settings-autosave.php:852
7377
  msgid ""
7378
  "Enter the largest size in pixels as how you want your photos to be displayed."
7379
  msgstr ""
7380
 
7381
- #: wppa-settings-autosave.php:842
7382
  msgid ""
7383
  "This is usually the same as the Column Width (Table I-A1), but it may differ."
7384
  msgstr ""
7385
 
7386
- #: wppa-settings-autosave.php:850
7387
  msgid "Maximum Height"
7388
  msgstr ""
7389
 
7390
- #: wppa-settings-autosave.php:851
7391
  msgid "The maximum height photos will be displayed in slideshows."
7392
  msgstr ""
7393
 
7394
- #: wppa-settings-autosave.php:853
7395
  msgid ""
7396
  "This setting defines the height of the space reserved for photos in "
7397
  "slideshows."
7398
  msgstr ""
7399
 
7400
- #: wppa-settings-autosave.php:854
7401
  msgid ""
7402
  "If you change the width of a display by the size=\"..\" shortcode attribute, "
7403
  "this value changes proportionally to match the aspect ratio as defined by "
7404
  "this and the previous setting."
7405
  msgstr ""
7406
 
7407
- #: wppa-settings-autosave.php:856 wppa-settings-autosave.php:1029
7408
- #: wppa-settings-autosave.php:1040
7409
  msgid "pixels high"
7410
  msgstr ""
7411
 
7412
- #: wppa-settings-autosave.php:861
7413
  msgid "Stretch to fit"
7414
  msgstr ""
7415
 
7416
- #: wppa-settings-autosave.php:862
7417
  msgid "Stretch photos that are too small."
7418
  msgstr ""
7419
 
7420
- #: wppa-settings-autosave.php:863
7421
  msgid ""
7422
  "Images will be stretched to the Maximum Size at display time if they are "
7423
  "smaller. Leaving unchecked is recommended. It is better to upload photos "
7424
  "that fit well the sizes you use!"
7425
  msgstr ""
7426
 
7427
- #: wppa-settings-autosave.php:870
7428
  msgid "Slideshow borderwidth"
7429
  msgstr ""
7430
 
7431
- #: wppa-settings-autosave.php:871
7432
  msgid "The width of the border around slideshow images."
7433
  msgstr ""
7434
 
7435
- #: wppa-settings-autosave.php:872
7436
  msgid ""
7437
  "The border is made by the image background being larger than the image "
7438
  "itsself (padding)."
7439
  msgstr ""
7440
 
7441
- #: wppa-settings-autosave.php:873
7442
  msgid ""
7443
  "Additionally there may be a one pixel outline of a different color. See "
7444
  "Table III-A2."
7445
  msgstr ""
7446
 
7447
- #: wppa-settings-autosave.php:874
7448
  msgid "The number you enter here is exclusive the one pixel outline."
7449
  msgstr ""
7450
 
7451
- #: wppa-settings-autosave.php:875
7452
  msgid "If you leave this entry empty, there will be no outline either."
7453
  msgstr ""
7454
 
7455
- #: wppa-settings-autosave.php:882
7456
  msgid "Numbar Max"
7457
  msgstr ""
7458
 
7459
- #: wppa-settings-autosave.php:883
7460
  msgid "Maximum numbers to display."
7461
  msgstr ""
7462
 
7463
- #: wppa-settings-autosave.php:884
7464
  msgid ""
7465
- "In order to attemt to fit on one line, the numbers will be replaced by dots "
7466
  "- except the current - when there are more than this number of photos in a "
7467
  "slideshow."
7468
  msgstr ""
7469
 
7470
- #: wppa-settings-autosave.php:886
7471
  msgid "numbers"
7472
  msgstr ""
7473
 
7474
- #: wppa-settings-autosave.php:891
7475
  msgid "Share button size"
7476
  msgstr ""
7477
 
7478
- #: wppa-settings-autosave.php:892
7479
  msgid "The size of the social media icons in the Share box"
7480
  msgstr ""
7481
 
7482
- #: wppa-settings-autosave.php:902
7483
  msgid "Mini Treshold"
7484
  msgstr ""
7485
 
7486
- #: wppa-settings-autosave.php:903
7487
- msgid "Show mini text at slideshow smaller then."
7488
  msgstr ""
7489
 
7490
- #: wppa-settings-autosave.php:904
7491
  msgid ""
7492
  "Display Next and Prev. as opposed to Next photo and Previous photo when the "
7493
  "cotainer is smaller than this size."
7494
  msgstr ""
7495
 
7496
- #: wppa-settings-autosave.php:905
7497
  msgid "Special use in responsive themes."
7498
  msgstr ""
7499
 
7500
- #: wppa-settings-autosave.php:913
7501
  msgid "The maximum number of slides in a certain view. 0 means no pagination"
7502
  msgstr ""
7503
 
7504
- #: wppa-settings-autosave.php:916 wppa-settings-autosave.php:935
7505
  msgid "slides"
7506
  msgstr ""
7507
 
7508
- #: wppa-settings-autosave.php:921
7509
  msgid "Filmstrip Thumbnail Size"
7510
  msgstr ""
7511
 
7512
- #: wppa-settings-autosave.php:922
7513
  msgid "The size of the filmstrip images."
7514
  msgstr ""
7515
 
7516
- #: wppa-settings-autosave.php:923 wppa-settings-autosave.php:944
7517
- #: wppa-settings-autosave.php:954 wppa-settings-autosave.php:1155
7518
- #: wppa-settings-autosave.php:1165 wppa-settings-autosave.php:1175
7519
- #: wppa-settings-autosave.php:1185
7520
  msgid "This size applies to the width or height, whichever is the largest."
7521
  msgstr ""
7522
 
7523
- #: wppa-settings-autosave.php:924 wppa-settings-autosave.php:945
7524
- #: wppa-settings-autosave.php:955
7525
  msgid ""
7526
  "Changing the thumbnail size may result in all thumbnails being regenerated. "
7527
  "this may take a while."
7528
  msgstr ""
7529
 
7530
- #: wppa-settings-autosave.php:932
7531
  msgid "The max number of slides in a slideonly display"
7532
  msgstr ""
7533
 
7534
- #: wppa-settings-autosave.php:940
7535
  msgid "Thumbnail photos related size settings"
7536
  msgstr ""
7537
 
7538
- #: wppa-settings-autosave.php:942
7539
  msgid "Thumbnail Size"
7540
  msgstr ""
7541
 
7542
- #: wppa-settings-autosave.php:943
7543
  msgid "The size of the thumbnail images."
7544
  msgstr ""
7545
 
7546
- #: wppa-settings-autosave.php:952
7547
  msgid "Thumbnail Size Alt"
7548
  msgstr ""
7549
 
7550
- #: wppa-settings-autosave.php:953
7551
  msgid "The alternative size of the thumbnail images."
7552
  msgstr ""
7553
 
7554
- #: wppa-settings-autosave.php:962
7555
  msgid "Thumbnail Aspect"
7556
  msgstr ""
7557
 
7558
- #: wppa-settings-autosave.php:963
7559
  msgid "Aspect ration of thumbnail image"
7560
  msgstr ""
7561
 
7562
- #: wppa-settings-autosave.php:967
7563
  msgid "--- same as fullsize ---"
7564
  msgstr ""
7565
 
7566
- #: wppa-settings-autosave.php:968
7567
  msgid "--- square clipped ---"
7568
  msgstr ""
7569
 
7570
- #: wppa-settings-autosave.php:969
7571
  msgid "4:5 landscape clipped"
7572
  msgstr ""
7573
 
7574
- #: wppa-settings-autosave.php:970
7575
  msgid "3:4 landscape clipped"
7576
  msgstr ""
7577
 
7578
- #: wppa-settings-autosave.php:971
7579
  msgid "2:3 landscape clipped"
7580
  msgstr ""
7581
 
7582
- #: wppa-settings-autosave.php:972
7583
  msgid "9:16 landscape clipped"
7584
  msgstr ""
7585
 
7586
- #: wppa-settings-autosave.php:973
7587
  msgid "1:2 landscape clipped"
7588
  msgstr ""
7589
 
7590
- #: wppa-settings-autosave.php:974
7591
  msgid "--- square padded ---"
7592
  msgstr ""
7593
 
7594
- #: wppa-settings-autosave.php:975
7595
  msgid "4:5 landscape padded"
7596
  msgstr ""
7597
 
7598
- #: wppa-settings-autosave.php:976
7599
  msgid "3:4 landscape padded"
7600
  msgstr ""
7601
 
7602
- #: wppa-settings-autosave.php:977
7603
  msgid "2:3 landscape padded"
7604
  msgstr ""
7605
 
7606
- #: wppa-settings-autosave.php:978
7607
  msgid "9:16 landscape padded"
7608
  msgstr ""
7609
 
7610
- #: wppa-settings-autosave.php:979
7611
  msgid "1:2 landscape padded"
7612
  msgstr ""
7613
 
7614
- #: wppa-settings-autosave.php:1001
7615
  msgid "Thumbframe width"
7616
  msgstr ""
7617
 
7618
- #: wppa-settings-autosave.php:1002
7619
  msgid "The width of the thumbnail frame."
7620
  msgstr ""
7621
 
7622
- #: wppa-settings-autosave.php:1003 wppa-settings-autosave.php:1014
7623
  msgid "Set the width of the thumbnail frame."
7624
  msgstr ""
7625
 
7626
- #: wppa-settings-autosave.php:1004 wppa-settings-autosave.php:1015
7627
- #: wppa-settings-autosave.php:1026 wppa-settings-autosave.php:1037
7628
- #: wppa-settings-autosave.php:1048
7629
  msgid "Set width, height and spacing for the thumbnail frames."
7630
  msgstr ""
7631
 
7632
- #: wppa-settings-autosave.php:1005 wppa-settings-autosave.php:1016
7633
- #: wppa-settings-autosave.php:1027 wppa-settings-autosave.php:1038
7634
- #: wppa-settings-autosave.php:1049
7635
  msgid ""
7636
  "These sizes should be large enough for a thumbnail image and - optionally - "
7637
  "the text under it."
7638
  msgstr ""
7639
 
7640
- #: wppa-settings-autosave.php:1012
7641
  msgid "Thumbframe width Alt"
7642
  msgstr ""
7643
 
7644
- #: wppa-settings-autosave.php:1013
7645
  msgid "The width of the alternative thumbnail frame."
7646
  msgstr ""
7647
 
7648
- #: wppa-settings-autosave.php:1023
7649
  msgid "Thumbframe height"
7650
  msgstr ""
7651
 
7652
- #: wppa-settings-autosave.php:1024
7653
  msgid "The height of the thumbnail frame."
7654
  msgstr ""
7655
 
7656
- #: wppa-settings-autosave.php:1025 wppa-settings-autosave.php:1036
7657
  msgid "Set the height of the thumbnail frame."
7658
  msgstr ""
7659
 
7660
- #: wppa-settings-autosave.php:1034
7661
  msgid "Thumbframe height Alt"
7662
  msgstr ""
7663
 
7664
- #: wppa-settings-autosave.php:1035
7665
  msgid "The height of the alternative thumbnail frame."
7666
  msgstr ""
7667
 
7668
- #: wppa-settings-autosave.php:1045
7669
  msgid "Thumbnail spacing"
7670
  msgstr ""
7671
 
7672
- #: wppa-settings-autosave.php:1046
7673
  msgid "The spacing between adjacent thumbnail frames."
7674
  msgstr ""
7675
 
7676
- #: wppa-settings-autosave.php:1047
7677
  msgid "Set the minimal spacing between the adjacent thumbnail frames"
7678
  msgstr ""
7679
 
7680
- #: wppa-settings-autosave.php:1056
7681
  msgid "Auto spacing"
7682
  msgstr ""
7683
 
7684
- #: wppa-settings-autosave.php:1057
7685
  msgid "Space the thumbnail frames automatic."
7686
  msgstr ""
7687
 
7688
- #: wppa-settings-autosave.php:1058
7689
  msgid ""
7690
  "If you check this box, the thumbnail images will be evenly distributed over "
7691
  "the available width."
7692
  msgstr ""
7693
 
7694
- #: wppa-settings-autosave.php:1059
7695
  msgid ""
7696
  "In this case, the thumbnail spacing value (setting I-9) will be regarded as "
7697
  "a minimum value."
7698
  msgstr ""
7699
 
7700
- #: wppa-settings-autosave.php:1066 wppa-settings-autosave.php:1204
7701
  msgid "Page size"
7702
  msgstr ""
7703
 
7704
- #: wppa-settings-autosave.php:1067
7705
  msgid "Max number of thumbnails per page."
7706
  msgstr ""
7707
 
7708
- #: wppa-settings-autosave.php:1068
7709
  msgid ""
7710
  "Enter the maximum number of thumbnail images per page. A value of 0 "
7711
  "indicates no pagination."
7712
  msgstr ""
7713
 
7714
- #: wppa-settings-autosave.php:1076
7715
  msgid "The size of the thumbnail popup images."
7716
  msgstr ""
7717
 
7718
- #: wppa-settings-autosave.php:1077
7719
  msgid ""
7720
  "Enter the size of the popup images. This size should be larger than the "
7721
  "thumbnail size."
7722
  msgstr ""
7723
 
7724
- #: wppa-settings-autosave.php:1078
7725
  msgid "This size should also be at least the cover image size."
7726
  msgstr ""
7727
 
7728
- #: wppa-settings-autosave.php:1079
7729
  msgid ""
7730
  "Changing the popup size may result in all thumbnails being regenerated. this "
7731
  "may take a while."
7732
  msgstr ""
7733
 
7734
- #: wppa-settings-autosave.php:1080
7735
  msgid ""
7736
  "Although this setting has only visual effect if \"Thumb popup\" (Table IV-"
7737
  "C8) is checked,"
7738
  msgstr ""
7739
 
7740
- #: wppa-settings-autosave.php:1081
7741
  msgid ""
7742
  "the value must be right as it is the physical size of the thumbnail and "
7743
  "coverphoto images."
7744
  msgstr ""
7745
 
7746
- #: wppa-settings-autosave.php:1088
7747
  msgid "Use thumbs if fit"
7748
  msgstr ""
7749
 
7750
- #: wppa-settings-autosave.php:1089
7751
  msgid "Use the thumbnail image files if they are large enough."
7752
  msgstr ""
7753
 
7754
- #: wppa-settings-autosave.php:1090
7755
  msgid "This setting speeds up page loading for small photos."
7756
  msgstr ""
7757
 
7758
- #: wppa-settings-autosave.php:1091
7759
  msgid ""
7760
  "Do NOT use this when your thumbnails have a forced aspect ratio (when Table "
7761
  "I-C2 is set to anything different from --- same as fullsize ---)"
7762
  msgstr ""
7763
 
7764
- #: wppa-settings-autosave.php:1098
7765
  msgid "Album cover related size settings"
7766
  msgstr ""
7767
 
7768
- #: wppa-settings-autosave.php:1101
7769
  msgid "Maximum width for a album cover display."
7770
  msgstr ""
7771
 
7772
- #: wppa-settings-autosave.php:1102
7773
  msgid ""
7774
  "Display covers in 2 or more columns if the display area is wider than the "
7775
  "given width."
7776
  msgstr ""
7777
 
7778
- #: wppa-settings-autosave.php:1103
7779
  msgid ""
7780
  "This also applies for 'thumbnails as covers', and will NOT apply to single "
7781
  "items."
7782
  msgstr ""
7783
 
7784
- #: wppa-settings-autosave.php:1110
7785
  msgid "Min Cover height"
7786
  msgstr ""
7787
 
7788
- #: wppa-settings-autosave.php:1111
7789
  msgid "Minimal height of an album cover."
7790
  msgstr ""
7791
 
7792
- #: wppa-settings-autosave.php:1112
7793
  msgid ""
7794
  "If you use this setting to make the albums the same height and you are not "
7795
  "satisfied about the lay-out, try increasing the value in the next setting"
7796
  msgstr ""
7797
 
7798
- #: wppa-settings-autosave.php:1119
7799
  msgid "Min Text frame height"
7800
  msgstr ""
7801
 
7802
- #: wppa-settings-autosave.php:1120
7803
  msgid "The minimal cover text frame height incl header."
7804
  msgstr ""
7805
 
7806
- #: wppa-settings-autosave.php:1121
7807
  msgid ""
7808
  "The height starting with the album title up to and including the view- and "
7809
  "the slideshow- links."
7810
  msgstr ""
7811
 
7812
- #: wppa-settings-autosave.php:1122
7813
  msgid ""
7814
  "This setting enables you to give the album covers the same height while the "
7815
  "title does not need to fit on one line."
7816
  msgstr ""
7817
 
7818
- #: wppa-settings-autosave.php:1123
7819
  msgid "This is the recommended setting to line-up your covers!"
7820
  msgstr ""
7821
 
7822
- #: wppa-settings-autosave.php:1130
7823
  msgid "Min Description height"
7824
  msgstr ""
7825
 
7826
- #: wppa-settings-autosave.php:1131
7827
  msgid "The minimal height of the album description text frame."
7828
  msgstr ""
7829
 
7830
- #: wppa-settings-autosave.php:1132
7831
  msgid "The minimal height of the description field in an album cover display."
7832
  msgstr ""
7833
 
7834
- #: wppa-settings-autosave.php:1133
7835
  msgid ""
7836
  "This setting enables you to give the album covers the same height provided "
7837
  "that the cover images are equally sized and the titles fit on one line."
7838
  msgstr ""
7839
 
7840
- #: wppa-settings-autosave.php:1134
7841
  msgid ""
7842
  "To force the coverphotos have equal heights, tick the box in Table I-D7."
7843
  msgstr ""
7844
 
7845
- #: wppa-settings-autosave.php:1135
7846
  msgid ""
7847
  "You may need this setting if changing the previous setting is not sufficient "
7848
  "to line-up the covers."
7849
  msgstr ""
7850
 
7851
- #: wppa-settings-autosave.php:1142
7852
  msgid "Coverphoto responsive"
7853
  msgstr ""
7854
 
7855
- #: wppa-settings-autosave.php:1143
7856
  msgid "Check this box if you want a responsive coverphoto."
7857
  msgstr ""
7858
 
7859
- #: wppa-settings-autosave.php:1153 wppa-settings-autosave.php:1163
7860
  msgid "Coverphoto size"
7861
  msgstr ""
7862
 
7863
- #: wppa-settings-autosave.php:1154 wppa-settings-autosave.php:1164
7864
  msgid "The size of the coverphoto."
7865
  msgstr ""
7866
 
7867
- #: wppa-settings-autosave.php:1156 wppa-settings-autosave.php:1166
7868
- #: wppa-settings-autosave.php:1176 wppa-settings-autosave.php:1186
7869
  msgid ""
7870
  "Changing the coverphoto size may result in all thumbnails being regenerated. "
7871
  "this may take a while."
7872
  msgstr ""
7873
 
7874
- #: wppa-settings-autosave.php:1168 wppa-settings-autosave.php:1188
7875
  msgid "percent"
7876
  msgstr ""
7877
 
7878
- #: wppa-settings-autosave.php:1173 wppa-settings-autosave.php:1183
7879
  msgid "Coverphoto size multi"
7880
  msgstr ""
7881
 
7882
- #: wppa-settings-autosave.php:1174 wppa-settings-autosave.php:1184
7883
  msgid "The size of coverphotos if more than one."
7884
  msgstr ""
7885
 
7886
- #: wppa-settings-autosave.php:1193
7887
  msgid "Size is height"
7888
  msgstr ""
7889
 
7890
- #: wppa-settings-autosave.php:1194
7891
  msgid "The size of the coverphoto is the height of it."
7892
  msgstr ""
7893
 
7894
- #: wppa-settings-autosave.php:1195
7895
  msgid ""
7896
  "If set: the previous setting is the height, if unset: the largest of width "
7897
  "and height."
7898
  msgstr ""
7899
 
7900
- #: wppa-settings-autosave.php:1196
7901
  msgid ""
7902
  "This setting applies for coverphoto position top or bottom only (Table IV-"
7903
  "D3)."
7904
  msgstr ""
7905
 
7906
- #: wppa-settings-autosave.php:1197
7907
  msgid "This makes it easyer to make the covers of equal height."
7908
  msgstr ""
7909
 
7910
- #: wppa-settings-autosave.php:1205
7911
  msgid "Max number of covers per page."
7912
  msgstr ""
7913
 
7914
- #: wppa-settings-autosave.php:1206
7915
  msgid ""
7916
  "Enter the maximum number of album covers per page. A value of 0 indicates no "
7917
  "pagination."
7918
  msgstr ""
7919
 
7920
- #: wppa-settings-autosave.php:1208
7921
  msgid "covers"
7922
  msgstr ""
7923
 
7924
- #: wppa-settings-autosave.php:1213
7925
  msgid "Rating and comment related size settings"
7926
  msgstr ""
7927
 
7928
- #: wppa-settings-autosave.php:1215
7929
  msgid "Rating size"
7930
  msgstr ""
7931
 
7932
- #: wppa-settings-autosave.php:1216
7933
  msgid "Select the number of voting stars."
7934
  msgstr ""
7935
 
7936
- #: wppa-settings-autosave.php:1219
7937
  msgid "Standard: 5 stars"
7938
  msgstr ""
7939
 
7940
- #: wppa-settings-autosave.php:1219
7941
  msgid "Extended: 10 stars"
7942
  msgstr ""
7943
 
7944
- #: wppa-settings-autosave.php:1219
7945
  msgid "One button vote"
7946
  msgstr ""
7947
 
7948
- #: wppa-settings-autosave.php:1226
7949
  msgid "Display precision"
7950
  msgstr ""
7951
 
7952
- #: wppa-settings-autosave.php:1227
7953
  msgid "Select the desired rating display precision."
7954
  msgstr ""
7955
 
7956
- #: wppa-settings-autosave.php:1230
7957
  msgid "decimal places"
7958
  msgstr ""
7959
 
7960
- #: wppa-settings-autosave.php:1238
7961
  msgid "Size of Avatar images."
7962
  msgstr ""
7963
 
7964
- #: wppa-settings-autosave.php:1239
7965
  msgid "The size of the square avatar; must be > 0 and < 256"
7966
  msgstr ""
7967
 
7968
- #: wppa-settings-autosave.php:1246
7969
  msgid "Rating space"
7970
  msgstr ""
7971
 
7972
- #: wppa-settings-autosave.php:1247
7973
  msgid "Space between avg and my rating stars"
7974
  msgstr ""
7975
 
7976
- #: wppa-settings-autosave.php:1255
7977
  msgid "Widget related size settings"
7978
  msgstr ""
7979
 
7980
- #: wppa-settings-autosave.php:1257
7981
  msgid "Widget width"
7982
  msgstr ""
7983
 
7984
- #: wppa-settings-autosave.php:1258
7985
  msgid "The useable width within widgets."
7986
  msgstr ""
7987
 
7988
- #: wppa-settings-autosave.php:1259
7989
  msgid ""
7990
  "Widget width for photo of the day, general purpose (default), slideshow "
7991
  "(default) and upload widgets."
7992
  msgstr ""
7993
 
7994
- #: wppa-settings-autosave.php:1266
7995
  msgid "TopTen count"
7996
  msgstr ""
7997
 
7998
- #: wppa-settings-autosave.php:1267
7999
  msgid "Number of photos in TopTen widget."
8000
  msgstr ""
8001
 
8002
- #: wppa-settings-autosave.php:1268
8003
  msgid "Enter the maximum number of rated photos in the TopTen widget."
8004
  msgstr ""
8005
 
8006
- #: wppa-settings-autosave.php:1275
8007
  msgid "TopTen size"
8008
  msgstr ""
8009
 
8010
- #: wppa-settings-autosave.php:1276
8011
  msgid "Size of thumbnails in TopTen widget."
8012
  msgstr ""
8013
 
8014
- #: wppa-settings-autosave.php:1277
8015
  msgid "Enter the size for the mini photos in the TopTen widget."
8016
  msgstr ""
8017
 
8018
- #: wppa-settings-autosave.php:1278 wppa-settings-autosave.php:1298
8019
- #: wppa-settings-autosave.php:1318 wppa-settings-autosave.php:1338
8020
- #: wppa-settings-autosave.php:1358 wppa-settings-autosave.php:1378
8021
  msgid "The size applies to the width or height, whatever is the largest."
8022
  msgstr ""
8023
 
8024
- #: wppa-settings-autosave.php:1279 wppa-settings-autosave.php:1299
8025
- #: wppa-settings-autosave.php:1319 wppa-settings-autosave.php:1339
8026
- #: wppa-settings-autosave.php:1359 wppa-settings-autosave.php:1379
8027
  msgid ""
8028
  "Recommended values: 86 for a two column and 56 for a three column display."
8029
  msgstr ""
8030
 
8031
- #: wppa-settings-autosave.php:1286
8032
  msgid "Comment count"
8033
  msgstr ""
8034
 
8035
- #: wppa-settings-autosave.php:1287
8036
  msgid "Number of entries in Comment widget."
8037
  msgstr ""
8038
 
8039
- #: wppa-settings-autosave.php:1288
8040
  msgid "Enter the maximum number of entries in the Comment widget."
8041
  msgstr ""
8042
 
8043
- #: wppa-settings-autosave.php:1290
8044
  msgid "entries"
8045
  msgstr ""
8046
 
8047
- #: wppa-settings-autosave.php:1295
8048
  msgid "Comment size"
8049
  msgstr ""
8050
 
8051
- #: wppa-settings-autosave.php:1296
8052
  msgid "Size of thumbnails in Comment widget."
8053
  msgstr ""
8054
 
8055
- #: wppa-settings-autosave.php:1297
8056
  msgid "Enter the size for the mini photos in the Comment widget."
8057
  msgstr ""
8058
 
8059
- #: wppa-settings-autosave.php:1306
8060
  msgid "Thumbnail count"
8061
  msgstr ""
8062
 
8063
- #: wppa-settings-autosave.php:1307
8064
  msgid "Number of photos in Thumbnail widget."
8065
  msgstr ""
8066
 
8067
- #: wppa-settings-autosave.php:1308
8068
  msgid "Enter the maximum number of rated photos in the Thumbnail widget."
8069
  msgstr ""
8070
 
8071
- #: wppa-settings-autosave.php:1315
8072
  msgid "Thumbnail widget size"
8073
  msgstr ""
8074
 
8075
- #: wppa-settings-autosave.php:1316
8076
  msgid "Size of thumbnails in Thumbnail widget."
8077
  msgstr ""
8078
 
8079
- #: wppa-settings-autosave.php:1317
8080
  msgid "Enter the size for the mini photos in the Thumbnail widget."
8081
  msgstr ""
8082
 
8083
- #: wppa-settings-autosave.php:1326
8084
  msgid "LasTen count"
8085
  msgstr ""
8086
 
8087
- #: wppa-settings-autosave.php:1327
8088
  msgid "Number of photos in Last Ten widget."
8089
  msgstr ""
8090
 
8091
- #: wppa-settings-autosave.php:1328
8092
  msgid "Enter the maximum number of photos in the LasTen widget."
8093
  msgstr ""
8094
 
8095
- #: wppa-settings-autosave.php:1335
8096
  msgid "LasTen size"
8097
  msgstr ""
8098
 
8099
- #: wppa-settings-autosave.php:1336
8100
  msgid "Size of thumbnails in Last Ten widget."
8101
  msgstr ""
8102
 
8103
- #: wppa-settings-autosave.php:1337
8104
  msgid "Enter the size for the mini photos in the LasTen widget."
8105
  msgstr ""
8106
 
8107
- #: wppa-settings-autosave.php:1346
8108
  msgid "Album widget count"
8109
  msgstr ""
8110
 
8111
- #: wppa-settings-autosave.php:1347
8112
  msgid "Number of albums in Album widget."
8113
  msgstr ""
8114
 
8115
- #: wppa-settings-autosave.php:1348
8116
  msgid ""
8117
  "Enter the maximum number of thumbnail photos of albums in the Album widget."
8118
  msgstr ""
8119
 
8120
- #: wppa-settings-autosave.php:1350 wppa-settings-autosave.php:6337
 
8121
  msgid "albums"
8122
  msgstr ""
8123
 
8124
- #: wppa-settings-autosave.php:1355
8125
  msgid "Album widget size"
8126
  msgstr ""
8127
 
8128
- #: wppa-settings-autosave.php:1356
8129
  msgid "Size of thumbnails in Album widget."
8130
  msgstr ""
8131
 
8132
- #: wppa-settings-autosave.php:1357
8133
  msgid "Enter the size for the mini photos in the Album widget."
8134
  msgstr ""
8135
 
8136
- #: wppa-settings-autosave.php:1366
8137
  msgid "FeaTen count"
8138
  msgstr ""
8139
 
8140
- #: wppa-settings-autosave.php:1367
8141
  msgid "Number of photos in Featured Ten widget."
8142
  msgstr ""
8143
 
8144
- #: wppa-settings-autosave.php:1368
8145
  msgid "Enter the maximum number of photos in the FeaTen widget."
8146
  msgstr ""
8147
 
8148
- #: wppa-settings-autosave.php:1375
8149
  msgid "FeaTen size"
8150
  msgstr ""
8151
 
8152
- #: wppa-settings-autosave.php:1376
8153
  msgid "Size of thumbnails in Featured Ten widget."
8154
  msgstr ""
8155
 
8156
- #: wppa-settings-autosave.php:1377
8157
  msgid "Enter the size for the mini photos in the FeaTen widget."
8158
  msgstr ""
8159
 
8160
- #: wppa-settings-autosave.php:1386
8161
  msgid "Tagcloud min size"
8162
  msgstr ""
8163
 
8164
- #: wppa-settings-autosave.php:1387
8165
  msgid "Minimal fontsize in tagclouds"
8166
  msgstr ""
8167
 
8168
- #: wppa-settings-autosave.php:1395
8169
  msgid "Tagcloud max size"
8170
  msgstr ""
8171
 
8172
- #: wppa-settings-autosave.php:1396
8173
  msgid "Maximal fontsize in tagclouds"
8174
  msgstr ""
8175
 
8176
- #: wppa-settings-autosave.php:1404
8177
  msgid ""
8178
  "Lightbox related size settings. These settings have effect only when Table "
8179
  "IX-J3 is set to wppa"
8180
  msgstr ""
8181
 
8182
- #: wppa-settings-autosave.php:1407
8183
  msgid ""
8184
  "Number of lines on the lightbox description area, exclusive the n/m line."
8185
  msgstr ""
8186
 
8187
- #: wppa-settings-autosave.php:1408
8188
  msgid "Enter a number in the range from 0 to 24 or auto"
8189
  msgstr ""
8190
 
8191
- #: wppa-settings-autosave.php:1410
8192
  msgid "lines"
8193
  msgstr ""
8194
 
8195
- #: wppa-settings-autosave.php:1415
8196
  msgid "Magnifier cursor size"
8197
  msgstr ""
8198
 
8199
- #: wppa-settings-autosave.php:1416
8200
  msgid "Select the size of the magnifier cursor."
8201
  msgstr ""
8202
 
8203
- #: wppa-settings-autosave.php:1419
8204
  msgid "small"
8205
  msgstr ""
8206
 
8207
- #: wppa-settings-autosave.php:1419 wppa-settings-autosave.php:3055
8208
  msgid "medium"
8209
  msgstr ""
8210
 
8211
- #: wppa-settings-autosave.php:1419
8212
  msgid "large"
8213
  msgstr ""
8214
 
8215
- #: wppa-settings-autosave.php:1429
8216
  msgid "Border width for lightbox display."
8217
  msgstr ""
8218
 
8219
- #: wppa-settings-autosave.php:1438
8220
  msgid "Border radius for lightbox display."
8221
  msgstr ""
8222
 
8223
- #: wppa-settings-autosave.php:1447
8224
  msgid "Video related size settings"
8225
  msgstr ""
8226
 
8227
- #: wppa-settings-autosave.php:1449
8228
  msgid "Default width"
8229
  msgstr ""
8230
 
8231
- #: wppa-settings-autosave.php:1450
8232
  msgid "The width of most videos"
8233
  msgstr ""
8234
 
8235
- #: wppa-settings-autosave.php:1458
8236
  msgid "Default height"
8237
  msgstr ""
8238
 
8239
- #: wppa-settings-autosave.php:1459
8240
  msgid "The height of most videos"
8241
  msgstr ""
8242
 
8243
- #: wppa-settings-autosave.php:1485
8244
  msgid "Table II:"
8245
  msgstr ""
8246
 
8247
- #: wppa-settings-autosave.php:1485
8248
  msgid "Visibility:"
8249
  msgstr ""
8250
 
8251
- #: wppa-settings-autosave.php:1486
8252
  msgid "This table describes the visibility of certain wppa+ elements."
8253
  msgstr ""
8254
 
8255
- #: wppa-settings-autosave.php:1504
8256
  msgid "Breadcrumb related visibility settings"
8257
  msgstr ""
8258
 
8259
- #: wppa-settings-autosave.php:1506
8260
  msgid "Breadcrumb on posts"
8261
  msgstr ""
8262
 
8263
- #: wppa-settings-autosave.php:1507 wppa-settings-autosave.php:1517
8264
  msgid "Show breadcrumb navigation bars."
8265
  msgstr ""
8266
 
8267
- #: wppa-settings-autosave.php:1508 wppa-settings-autosave.php:1518
8268
  msgid "Indicate whether a breadcrumb navigation should be displayed"
8269
  msgstr ""
8270
 
8271
- #: wppa-settings-autosave.php:1516
8272
  msgid "Breadcrumb on pages"
8273
  msgstr ""
8274
 
8275
- #: wppa-settings-autosave.php:1526
8276
  msgid "Breadcrumb on search results"
8277
  msgstr ""
8278
 
8279
- #: wppa-settings-autosave.php:1527
8280
  msgid "Show breadcrumb navigation bars on the search results page."
8281
  msgstr ""
8282
 
8283
- #: wppa-settings-autosave.php:1528
8284
  msgid ""
8285
  "Indicate whether a breadcrumb navigation should be displayed above the "
8286
  "search results."
8287
  msgstr ""
8288
 
8289
- #: wppa-settings-autosave.php:1535
8290
  msgid "Breadcrumb on topten displays"
8291
  msgstr ""
8292
 
8293
- #: wppa-settings-autosave.php:1536
8294
  msgid "Show breadcrumb navigation bars on topten displays."
8295
  msgstr ""
8296
 
8297
- #: wppa-settings-autosave.php:1537
8298
  msgid ""
8299
  "Indicate whether a breadcrumb navigation should be displayed above the "
8300
  "topten displays."
8301
  msgstr ""
8302
 
8303
- #: wppa-settings-autosave.php:1544
8304
  msgid "Breadcrumb on last ten displays"
8305
  msgstr ""
8306
 
8307
- #: wppa-settings-autosave.php:1545
8308
  msgid "Show breadcrumb navigation bars on last ten displays."
8309
  msgstr ""
8310
 
8311
- #: wppa-settings-autosave.php:1546
8312
  msgid ""
8313
  "Indicate whether a breadcrumb navigation should be displayed above the last "
8314
  "ten displays."
8315
  msgstr ""
8316
 
8317
- #: wppa-settings-autosave.php:1553
8318
  msgid "Breadcrumb on comment ten displays"
8319
  msgstr ""
8320
 
8321
- #: wppa-settings-autosave.php:1554
8322
  msgid "Show breadcrumb navigation bars on comment ten displays."
8323
  msgstr ""
8324
 
8325
- #: wppa-settings-autosave.php:1555
8326
  msgid ""
8327
  "Indicate whether a breadcrumb navigation should be displayed above the "
8328
  "comment ten displays."
8329
  msgstr ""
8330
 
8331
- #: wppa-settings-autosave.php:1562
8332
  msgid "Breadcrumb on tag result displays"
8333
  msgstr ""
8334
 
8335
- #: wppa-settings-autosave.php:1563
8336
  msgid "Show breadcrumb navigation bars on tag result displays."
8337
  msgstr ""
8338
 
8339
- #: wppa-settings-autosave.php:1564
8340
  msgid ""
8341
  "Indicate whether a breadcrumb navigation should be displayed above the tag "
8342
  "result displays."
8343
  msgstr ""
8344
 
8345
- #: wppa-settings-autosave.php:1571
8346
  msgid "Breadcrumb on featured ten displays"
8347
  msgstr ""
8348
 
8349
- #: wppa-settings-autosave.php:1572
8350
  msgid "Show breadcrumb navigation bars on featured ten displays."
8351
  msgstr ""
8352
 
8353
- #: wppa-settings-autosave.php:1573
8354
  msgid ""
8355
  "Indicate whether a breadcrumb navigation should be displayed above the "
8356
  "featured ten displays."
8357
  msgstr ""
8358
 
8359
- #: wppa-settings-autosave.php:1580
8360
  msgid "Breadcrumb on related photos displays"
8361
  msgstr ""
8362
 
8363
- #: wppa-settings-autosave.php:1581
8364
  msgid "Show breadcrumb navigation bars on related photos displays."
8365
  msgstr ""
8366
 
8367
- #: wppa-settings-autosave.php:1582
8368
  msgid ""
8369
  "Indicate whether a breadcrumb navigation should be displayed above the "
8370
  "related photos displays."
8371
  msgstr ""
8372
 
8373
- #: wppa-settings-autosave.php:1589 wppa-setup.php:816
8374
  msgid "Home"
8375
  msgstr ""
8376
 
8377
- #: wppa-settings-autosave.php:1590
8378
  msgid "Show \"Home\" in breadcrumb."
8379
  msgstr ""
8380
 
8381
- #: wppa-settings-autosave.php:1591
8382
  msgid ""
8383
  "Indicate whether the breadcrumb navigation should start with a \"Home\"-link"
8384
  msgstr ""
8385
 
8386
- #: wppa-settings-autosave.php:1598
8387
  msgid "Home text"
8388
  msgstr ""
8389
 
8390
- #: wppa-settings-autosave.php:1599
8391
  msgid "The text to use as \"Home\""
8392
  msgstr ""
8393
 
8394
- #: wppa-settings-autosave.php:1608
8395
  msgid "Show the page(s) in breadcrumb."
8396
  msgstr ""
8397
 
8398
- #: wppa-settings-autosave.php:1609
8399
  msgid ""
8400
  "Indicate whether the breadcrumb navigation should show the page(hierarchy)"
8401
  msgstr ""
8402
 
8403
- #: wppa-settings-autosave.php:1616
8404
  msgid "Separator"
8405
  msgstr ""
8406
 
8407
- #: wppa-settings-autosave.php:1617
8408
  msgid "Breadcrumb separator symbol."
8409
  msgstr ""
8410
 
8411
- #: wppa-settings-autosave.php:1618
8412
  msgid "Select the desired breadcrumb separator element."
8413
  msgstr ""
8414
 
8415
- #: wppa-settings-autosave.php:1619
8416
  msgid "A text string may contain valid html."
8417
  msgstr ""
8418
 
8419
- #: wppa-settings-autosave.php:1620
8420
  msgid ""
8421
  "An image will be scaled automatically if you set the navigation font size."
8422
  msgstr ""
8423
 
8424
- #: wppa-settings-autosave.php:1622
8425
  msgid "Text (html):"
8426
  msgstr ""
8427
 
8428
- #: wppa-settings-autosave.php:1622
8429
  msgid "Image (url):"
8430
  msgstr ""
8431
 
8432
- #: wppa-settings-autosave.php:1630
8433
  msgid "Html"
8434
  msgstr ""
8435
 
8436
- #: wppa-settings-autosave.php:1631
8437
  msgid "Breadcrumb separator text."
8438
  msgstr ""
8439
 
8440
- #: wppa-settings-autosave.php:1632
8441
  msgid "Enter the HTML code that produces the separator symbol you want."
8442
  msgstr ""
8443
 
8444
- #: wppa-settings-autosave.php:1633
8445
  msgid ""
8446
  "It may be as simple as '-' (without the quotes) or as complex as a tag like "
8447
  "<div>..</div>."
8448
  msgstr ""
8449
 
8450
- #: wppa-settings-autosave.php:1640
8451
  msgid "Image Url"
8452
  msgstr ""
8453
 
8454
- #: wppa-settings-autosave.php:1641
8455
  msgid "Full url to separator image."
8456
  msgstr ""
8457
 
8458
- #: wppa-settings-autosave.php:1642
8459
  msgid ""
8460
  "Enter the full url to the image you want to use for the separator symbol."
8461
  msgstr ""
8462
 
8463
- #: wppa-settings-autosave.php:1649
8464
  msgid "Pagelink position"
8465
  msgstr ""
8466
 
8467
- #: wppa-settings-autosave.php:1650
8468
  msgid "The location for the pagelinks bar."
8469
  msgstr ""
8470
 
8471
- #: wppa-settings-autosave.php:1653 wppa-settings-autosave.php:4212
8472
  msgid "Top"
8473
  msgstr ""
8474
 
8475
- #: wppa-settings-autosave.php:1653 wppa-settings-autosave.php:4212
8476
  msgid "Bottom"
8477
  msgstr ""
8478
 
8479
- #: wppa-settings-autosave.php:1653
8480
  msgid "Both"
8481
  msgstr ""
8482
 
8483
- #: wppa-settings-autosave.php:1660
8484
  msgid "Thumblink on slideshow"
8485
  msgstr ""
8486
 
8487
- #: wppa-settings-autosave.php:1661
8488
  msgid "Show a thumb link on slideshow bc."
8489
  msgstr ""
8490
 
8491
- #: wppa-settings-autosave.php:1662
8492
  msgid "Show a link to thumbnail display on an breadcrumb above a slideshow"
8493
  msgstr ""
8494
 
8495
- #: wppa-settings-autosave.php:1669
8496
  msgid "Slideshow related visibility settings"
8497
  msgstr ""
8498
 
8499
- #: wppa-settings-autosave.php:1671
8500
  msgid "Navigation type"
8501
  msgstr ""
8502
 
8503
- #: wppa-settings-autosave.php:1672
8504
  msgid "Select the type of navigation you want."
8505
  msgstr ""
8506
 
8507
- #: wppa-settings-autosave.php:1675
8508
  msgid "Icons"
8509
  msgstr ""
8510
 
8511
- #: wppa-settings-autosave.php:1676
8512
  msgid "Icons on mobile, text on pc"
8513
  msgstr ""
8514
 
8515
- #: wppa-settings-autosave.php:1687
8516
  msgid "Start/stop"
8517
  msgstr ""
8518
 
8519
- #: wppa-settings-autosave.php:1688
8520
  msgid "Show the Start/Stop slideshow bar."
8521
  msgstr ""
8522
 
8523
- #: wppa-settings-autosave.php:1689
8524
  msgid ""
8525
  "If checked: display the start/stop slideshow navigation bar above the full-"
8526
  "size images and slideshow"
8527
  msgstr ""
8528
 
8529
- #: wppa-settings-autosave.php:1696
8530
  msgid "Browse bar"
8531
  msgstr ""
8532
 
8533
- #: wppa-settings-autosave.php:1697
8534
  msgid "Show Browse photos bar."
8535
  msgstr ""
8536
 
8537
- #: wppa-settings-autosave.php:1698
8538
  msgid ""
8539
  "If checked: display the preveous/next navigation bar under the full-size "
8540
  "images and slideshow"
8541
  msgstr ""
8542
 
8543
- #: wppa-settings-autosave.php:1705
8544
  msgid "Filmstrip"
8545
  msgstr ""
8546
 
8547
- #: wppa-settings-autosave.php:1706
8548
  msgid "Show Filmstrip navigation bar."
8549
  msgstr ""
8550
 
8551
- #: wppa-settings-autosave.php:1707
8552
  msgid ""
8553
  "If checked: display the filmstrip navigation bar under the full_size images "
8554
  "and slideshow"
8555
  msgstr ""
8556
 
8557
- #: wppa-settings-autosave.php:1714
8558
  msgid "Film seam"
8559
  msgstr ""
8560
 
8561
- #: wppa-settings-autosave.php:1715
8562
  msgid "Show seam between end and start of film."
8563
  msgstr ""
8564
 
8565
- #: wppa-settings-autosave.php:1716
8566
  msgid "If checked: display the wrap-around point in the filmstrip"
8567
  msgstr ""
8568
 
8569
- #: wppa-settings-autosave.php:1724
8570
  msgid "Display photo name."
8571
  msgstr ""
8572
 
8573
- #: wppa-settings-autosave.php:1725
8574
  msgid "If checked: display the name of the photo under the slideshow image."
8575
  msgstr ""
8576
 
8577
- #: wppa-settings-autosave.php:1732 wppa-settings-autosave.php:2137
8578
  msgid "Add (Owner)"
8579
  msgstr ""
8580
 
8581
- #: wppa-settings-autosave.php:1733 wppa-settings-autosave.php:2138
8582
  msgid "Add the uploaders display name in parenthesis to the name."
8583
  msgstr ""
8584
 
8585
- #: wppa-settings-autosave.php:1741
8586
  msgid "Photo desc"
8587
  msgstr ""
8588
 
8589
- #: wppa-settings-autosave.php:1742
8590
  msgid "Display Photo description."
8591
  msgstr ""
8592
 
8593
- #: wppa-settings-autosave.php:1743
8594
  msgid ""
8595
  "If checked: display the description of the photo under the slideshow image."
8596
  msgstr ""
8597
 
8598
- #: wppa-settings-autosave.php:1750
8599
  msgid "Hide when empty"
8600
  msgstr ""
8601
 
8602
- #: wppa-settings-autosave.php:1751
8603
  msgid "Hide the descriptionbox when empty."
8604
  msgstr ""
8605
 
8606
- #: wppa-settings-autosave.php:1759
8607
  msgid "Rating system"
8608
  msgstr ""
8609
 
8610
- #: wppa-settings-autosave.php:1760
8611
  msgid "Enable the rating system."
8612
  msgstr ""
8613
 
8614
- #: wppa-settings-autosave.php:1761
8615
  msgid "If checked, the photo rating system will be enabled."
8616
  msgstr ""
8617
 
8618
- #: wppa-settings-autosave.php:1769
8619
  msgid "Comments system"
8620
  msgstr ""
8621
 
8622
- #: wppa-settings-autosave.php:1770
8623
  msgid "Enable the comments system."
8624
  msgstr ""
8625
 
8626
- #: wppa-settings-autosave.php:1771
8627
  msgid ""
8628
  "Display the comments box under the fullsize images and let users enter their "
8629
  "comments on individual photos."
8630
  msgstr ""
8631
 
8632
- #: wppa-settings-autosave.php:1779
8633
  msgid "Comment Avatar default"
8634
  msgstr ""
8635
 
8636
- #: wppa-settings-autosave.php:1780
8637
  msgid "Show Avatars with the comments if not --- none ---"
8638
  msgstr ""
8639
 
8640
- #: wppa-settings-autosave.php:1785
8641
  msgid "mystery man"
8642
  msgstr ""
8643
 
8644
- #: wppa-settings-autosave.php:1786
8645
  msgid "identicon"
8646
  msgstr ""
8647
 
8648
- #: wppa-settings-autosave.php:1787
8649
  msgid "monsterid"
8650
  msgstr ""
8651
 
8652
- #: wppa-settings-autosave.php:1788
8653
  msgid "wavatar"
8654
  msgstr ""
8655
 
8656
- #: wppa-settings-autosave.php:1789
8657
  msgid "retro"
8658
  msgstr ""
8659
 
8660
- #: wppa-settings-autosave.php:1790
8661
  msgid "--- url ---"
8662
  msgstr ""
8663
 
8664
- #: wppa-settings-autosave.php:1805
8665
  msgid "Comment Avatar url"
8666
  msgstr ""
8667
 
8668
- #: wppa-settings-autosave.php:1806
8669
  msgid "Comment Avatar default url."
8670
  msgstr ""
8671
 
8672
- #: wppa-settings-autosave.php:1814
8673
  msgid "Big Browse Buttons"
8674
  msgstr ""
8675
 
8676
- #: wppa-settings-autosave.php:1815
8677
  msgid "Enable invisible browsing buttons."
8678
  msgstr ""
8679
 
8680
- #: wppa-settings-autosave.php:1816 wppa-settings-autosave.php:2420
8681
  msgid ""
8682
  "If checked, the fullsize image is covered by two invisible areas that act as "
8683
  "browse buttons."
8684
  msgstr ""
8685
 
8686
- #: wppa-settings-autosave.php:1817 wppa-settings-autosave.php:2421
8687
- #: wppa-settings-autosave.php:2431
8688
  msgid ""
8689
  "Make sure the Full height (Table I-B2) is properly configured to prevent "
8690
  "these areas to overlap unwanted space."
8691
  msgstr ""
8692
 
8693
- #: wppa-settings-autosave.php:1824
8694
  msgid "Ugly Browse Buttons"
8695
  msgstr ""
8696
 
8697
- #: wppa-settings-autosave.php:1825
8698
  msgid "Enable the ugly browsing buttons."
8699
  msgstr ""
8700
 
8701
- #: wppa-settings-autosave.php:1826
8702
  msgid "If checked, the fullsize image is covered by two browse buttons."
8703
  msgstr ""
8704
 
8705
- #: wppa-settings-autosave.php:1837
8706
  msgid "Start/stop icons"
8707
  msgstr ""
8708
 
8709
- #: wppa-settings-autosave.php:1838
8710
  msgid "Show start and stop icons at the center of the slide"
8711
  msgstr ""
8712
 
8713
- #: wppa-settings-autosave.php:1850
8714
  msgid "Show custom box"
8715
  msgstr ""
8716
 
8717
- #: wppa-settings-autosave.php:1851
8718
  msgid "Display the custom box in the slideshow"
8719
  msgstr ""
8720
 
8721
- #: wppa-settings-autosave.php:1852 wppa-settings-autosave.php:1863
8722
  msgid ""
8723
  "You can fill the custom box with any html you like. It will not be checked, "
8724
- "so it is your own responsability to close tags properly."
8725
  msgstr ""
8726
 
8727
- #: wppa-settings-autosave.php:1853 wppa-settings-autosave.php:1864
8728
  msgid "The position of the box can be defined in Table IX-E."
8729
  msgstr ""
8730
 
8731
- #: wppa-settings-autosave.php:1861
8732
  msgid "Custom content"
8733
  msgstr ""
8734
 
8735
- #: wppa-settings-autosave.php:1862
8736
  msgid "The content (html) of the custom box."
8737
  msgstr ""
8738
 
8739
- #: wppa-settings-autosave.php:1871
8740
  msgid "Slideshow/Number bar"
8741
  msgstr ""
8742
 
8743
- #: wppa-settings-autosave.php:1872
8744
  msgid "Display the Slideshow / Number bar."
8745
  msgstr ""
8746
 
8747
- #: wppa-settings-autosave.php:1873
8748
  msgid "If checked: display the number boxes on slideshow"
8749
  msgstr ""
8750
 
8751
- #: wppa-settings-autosave.php:1881
8752
  msgid "IPTC system"
8753
  msgstr ""
8754
 
8755
- #: wppa-settings-autosave.php:1882
8756
  msgid "Enable the iptc system."
8757
  msgstr ""
8758
 
8759
- #: wppa-settings-autosave.php:1883
8760
  msgid "Display the iptc box under the fullsize images."
8761
  msgstr ""
8762
 
8763
- #: wppa-settings-autosave.php:1891
8764
  msgid "IPTC open"
8765
  msgstr ""
8766
 
8767
- #: wppa-settings-autosave.php:1892
8768
  msgid "Display the iptc box initially opened."
8769
  msgstr ""
8770
 
8771
- #: wppa-settings-autosave.php:1893
8772
  msgid "Display the iptc box under the fullsize images initially open."
8773
  msgstr ""
8774
 
8775
- #: wppa-settings-autosave.php:1901
8776
  msgid "EXIF system"
8777
  msgstr ""
8778
 
8779
- #: wppa-settings-autosave.php:1902
8780
  msgid "Enable the exif system."
8781
  msgstr ""
8782
 
8783
- #: wppa-settings-autosave.php:1903
8784
  msgid "Display the exif box under the fullsize images."
8785
  msgstr ""
8786
 
8787
- #: wppa-settings-autosave.php:1911
8788
  msgid "EXIF open"
8789
  msgstr ""
8790
 
8791
- #: wppa-settings-autosave.php:1912
8792
  msgid "Display the exif box initially opened."
8793
  msgstr ""
8794
 
8795
- #: wppa-settings-autosave.php:1913
8796
  msgid "Display the exif box under the fullsize images initially open."
8797
  msgstr ""
8798
 
8799
- #: wppa-settings-autosave.php:1921
8800
  msgid "Social media share box related visibility settings"
8801
  msgstr ""
8802
 
8803
- #: wppa-settings-autosave.php:1923
8804
  msgid "Show Share Box"
8805
  msgstr ""
8806
 
8807
- #: wppa-settings-autosave.php:1924
8808
  msgid "Display the share social media buttons box."
8809
  msgstr ""
8810
 
8811
- #: wppa-settings-autosave.php:1933 wppa-settings-autosave.php:9610
8812
  msgid "Hide when running"
8813
  msgstr ""
8814
 
8815
- #: wppa-settings-autosave.php:1934
8816
  msgid "Hide the SM box when slideshow runs."
8817
  msgstr ""
8818
 
8819
- #: wppa-settings-autosave.php:1942
8820
  msgid "Show Share Box Widget"
8821
  msgstr ""
8822
 
8823
- #: wppa-settings-autosave.php:1943
8824
  msgid "Display the share social media buttons box in widgets."
8825
  msgstr ""
8826
 
8827
- #: wppa-settings-autosave.php:1944
8828
  msgid ""
8829
  "This setting applies to normal slideshows in widgets, not to the "
8830
  "slideshowwidget as that is a slideonly display."
8831
  msgstr ""
8832
 
8833
- #: wppa-settings-autosave.php:1952
8834
  msgid "Show Share Buttons Thumbs"
8835
  msgstr ""
8836
 
8837
- #: wppa-settings-autosave.php:1953
8838
  msgid "Display the share social media buttons under thumbnails."
8839
  msgstr ""
8840
 
8841
- #: wppa-settings-autosave.php:1962
8842
  msgid "Show Share Buttons Lightbox"
8843
  msgstr ""
8844
 
8845
- #: wppa-settings-autosave.php:1963
8846
  msgid "Display the share social media buttons on lightbox displays."
8847
  msgstr ""
8848
 
8849
- #: wppa-settings-autosave.php:1972
8850
  msgid "Show Share Buttons Mphoto"
8851
  msgstr ""
8852
 
8853
- #: wppa-settings-autosave.php:1973
8854
  msgid "Display the share social media buttons on mphoto displays."
8855
  msgstr ""
8856
 
8857
- #: wppa-settings-autosave.php:1982
8858
  msgid "Void pages share"
8859
  msgstr ""
8860
 
8861
- #: wppa-settings-autosave.php:1983
8862
  msgid "Do not show share on these pages"
8863
  msgstr ""
8864
 
8865
- #: wppa-settings-autosave.php:1984
8866
  msgid "Use this for pages that require the user is logged in"
8867
  msgstr ""
8868
 
8869
- #: wppa-settings-autosave.php:1988
8870
  msgid "--- Select one or more pages ---"
8871
  msgstr ""
8872
 
8873
- #: wppa-settings-autosave.php:1997
8874
  msgid "Show QR Code"
8875
  msgstr ""
8876
 
8877
- #: wppa-settings-autosave.php:1998
8878
  msgid "Display the QR code in the share box."
8879
  msgstr ""
8880
 
8881
- #: wppa-settings-autosave.php:2006
8882
  msgid "Show Twitter button"
8883
  msgstr ""
8884
 
8885
- #: wppa-settings-autosave.php:2007
8886
  msgid "Display the Twitter button in the share box."
8887
  msgstr ""
8888
 
8889
- #: wppa-settings-autosave.php:2015
8890
  msgid "The creator's Twitter account"
8891
  msgstr ""
8892
 
8893
- #: wppa-settings-autosave.php:2016
8894
  msgid "The Twitter @username a twitter card should be attributed to."
8895
  msgstr ""
8896
 
8897
- #: wppa-settings-autosave.php:2017
8898
  msgid ""
8899
  "If you want to share the image directly - by a so called twitter card - you "
8900
  "must enter your twitter account name here"
8901
  msgstr ""
8902
 
8903
- #: wppa-settings-autosave.php:2024
8904
  msgid "Show Google+ button"
8905
  msgstr ""
8906
 
8907
- #: wppa-settings-autosave.php:2025
8908
  msgid "Display the Google+ button in the share box."
8909
  msgstr ""
8910
 
8911
- #: wppa-settings-autosave.php:2033
8912
  msgid "Show Pinterest button"
8913
  msgstr ""
8914
 
8915
- #: wppa-settings-autosave.php:2034
8916
  msgid "Display the Pintrest button in the share box."
8917
  msgstr ""
8918
 
8919
- #: wppa-settings-autosave.php:2042
8920
  msgid "Show LinkedIn button"
8921
  msgstr ""
8922
 
8923
- #: wppa-settings-autosave.php:2043
8924
  msgid "Display the LinkedIn button in the share box."
8925
  msgstr ""
8926
 
8927
- #: wppa-settings-autosave.php:2051
8928
  msgid "Show Facebook share button"
8929
  msgstr ""
8930
 
8931
- #: wppa-settings-autosave.php:2052 wppa-settings-autosave.php:2061
8932
  msgid "Display the Facebook button in the share box."
8933
  msgstr ""
8934
 
8935
- #: wppa-settings-autosave.php:2060
8936
  msgid "Show Facebook like button"
8937
  msgstr ""
8938
 
8939
- #: wppa-settings-autosave.php:2069
8940
  msgid "Display type"
8941
  msgstr ""
8942
 
8943
- #: wppa-settings-autosave.php:2070
8944
  msgid "Select the Facebook button display type."
8945
  msgstr ""
8946
 
8947
- #: wppa-settings-autosave.php:2073
8948
  msgid "Button with counter"
8949
  msgstr ""
8950
 
8951
- #: wppa-settings-autosave.php:2073
8952
  msgid "Box with counter"
8953
  msgstr ""
8954
 
8955
- #: wppa-settings-autosave.php:2080
8956
  msgid "Show Facebook comment box"
8957
  msgstr ""
8958
 
8959
- #: wppa-settings-autosave.php:2081
8960
  msgid "Display the Facebook comment dialog box in the share box."
8961
  msgstr ""
8962
 
8963
- #: wppa-settings-autosave.php:2089
8964
  msgid "Facebook User Id"
8965
  msgstr ""
8966
 
8967
- #: wppa-settings-autosave.php:2090
8968
  msgid "Enter your facebook user id to be able to moderate comments and sends"
8969
  msgstr ""
8970
 
8971
- #: wppa-settings-autosave.php:2098
8972
  msgid "Facebook App Id"
8973
  msgstr ""
8974
 
8975
- #: wppa-settings-autosave.php:2099
8976
  msgid "Enter your facebook app id to be able to moderate comments and sends"
8977
  msgstr ""
8978
 
8979
- #: wppa-settings-autosave.php:2107
8980
  msgid "Facebook js SDK"
8981
  msgstr ""
8982
 
8983
- #: wppa-settings-autosave.php:2108
8984
  msgid "Load Facebook js SDK"
8985
  msgstr ""
8986
 
8987
- #: wppa-settings-autosave.php:2109
8988
  msgid ""
8989
  "Uncheck this box only when there is a conflict with an other plugin that "
8990
  "also loads the Facebook js SDK."
8991
  msgstr ""
8992
 
8993
- #: wppa-settings-autosave.php:2116
8994
  msgid "Share single image"
8995
  msgstr ""
8996
 
8997
- #: wppa-settings-autosave.php:2117
8998
  msgid "Share a link to a single image, not the slideshow."
8999
  msgstr ""
9000
 
9001
- #: wppa-settings-autosave.php:2118
9002
  msgid ""
9003
  "The sharelink points to a page with a single image rather than to the page "
9004
  "with the photo in the slideshow."
9005
  msgstr ""
9006
 
9007
- #: wppa-settings-autosave.php:2126
9008
  msgid "Thumbnail display related visibility settings"
9009
  msgstr ""
9010
 
9011
- #: wppa-settings-autosave.php:2128
9012
  msgid "Thumbnail name"
9013
  msgstr ""
9014
 
9015
- #: wppa-settings-autosave.php:2129
9016
  msgid "Display Thumbnail name."
9017
  msgstr ""
9018
 
9019
- #: wppa-settings-autosave.php:2130
9020
  msgid "Display photo name under thumbnail images."
9021
  msgstr ""
9022
 
9023
- #: wppa-settings-autosave.php:2146
9024
  msgid "Thumbnail desc"
9025
  msgstr ""
9026
 
9027
- #: wppa-settings-autosave.php:2147
9028
  msgid "Display Thumbnail description."
9029
  msgstr ""
9030
 
9031
- #: wppa-settings-autosave.php:2148
9032
  msgid "Display description of the photo under thumbnail images."
9033
  msgstr ""
9034
 
9035
- #: wppa-settings-autosave.php:2155
9036
  msgid "Thumbnail rating"
9037
  msgstr ""
9038
 
9039
- #: wppa-settings-autosave.php:2156
9040
  msgid "Display Thumbnail Rating."
9041
  msgstr ""
9042
 
9043
- #: wppa-settings-autosave.php:2157
9044
  msgid "Display the rating of the photo under the thumbnail image."
9045
  msgstr ""
9046
 
9047
- #: wppa-settings-autosave.php:2164
9048
  msgid "Thumbnail comcount"
9049
  msgstr ""
9050
 
9051
- #: wppa-settings-autosave.php:2165
9052
  msgid "Display Thumbnail Comment count."
9053
  msgstr ""
9054
 
9055
- #: wppa-settings-autosave.php:2166
9056
  msgid "Display the number of comments to the photo under the thumbnail image."
9057
  msgstr ""
9058
 
9059
- #: wppa-settings-autosave.php:2173
9060
  msgid "Thumbnail viewcount"
9061
  msgstr ""
9062
 
9063
- #: wppa-settings-autosave.php:2174
9064
  msgid "Display the number of views."
9065
  msgstr ""
9066
 
9067
- #: wppa-settings-autosave.php:2175
9068
  msgid "Display the number of views under the thumbnail image."
9069
  msgstr ""
9070
 
9071
- #: wppa-settings-autosave.php:2182
9072
  msgid "Thumbnail virt album"
9073
  msgstr ""
9074
 
9075
- #: wppa-settings-autosave.php:2183
9076
  msgid "Display the real album name on virtual album display."
9077
  msgstr ""
9078
 
9079
- #: wppa-settings-autosave.php:2184
9080
  msgid ""
9081
  "Display the album name of the photo in parenthesis under the thumbnail on "
9082
  "virtual album displays like search results etc."
9083
  msgstr ""
9084
 
9085
- #: wppa-settings-autosave.php:2191
9086
  msgid "Thumbnail video"
9087
  msgstr ""
9088
 
9089
- #: wppa-settings-autosave.php:2192
9090
  msgid "Show video controls on thumbnail displays."
9091
  msgstr ""
9092
 
9093
- #: wppa-settings-autosave.php:2193
9094
  msgid ""
9095
  "Works on default thumbnail type only. You can play the video only when the "
9096
  "link is set to no link at all."
9097
  msgstr ""
9098
 
9099
- #: wppa-settings-autosave.php:2200
9100
  msgid "Thumbnail audio"
9101
  msgstr ""
9102
 
9103
- #: wppa-settings-autosave.php:2201
9104
  msgid "Show audio controls on thumbnail displays."
9105
  msgstr ""
9106
 
9107
- #: wppa-settings-autosave.php:2209
9108
  msgid "Popup name"
9109
  msgstr ""
9110
 
9111
- #: wppa-settings-autosave.php:2210
9112
  msgid "Display Thumbnail name on popup."
9113
  msgstr ""
9114
 
9115
- #: wppa-settings-autosave.php:2211
9116
  msgid "Display photo name under thumbnail images on the popup."
9117
  msgstr ""
9118
 
9119
- #: wppa-settings-autosave.php:2218
9120
  msgid "Popup (owner)"
9121
  msgstr ""
9122
 
9123
- #: wppa-settings-autosave.php:2219
9124
  msgid "Display owner on popup."
9125
  msgstr ""
9126
 
9127
- #: wppa-settings-autosave.php:2220
9128
  msgid "Display photo owner under thumbnail images on the popup."
9129
  msgstr ""
9130
 
9131
- #: wppa-settings-autosave.php:2227
9132
  msgid "Popup desc"
9133
  msgstr ""
9134
 
9135
- #: wppa-settings-autosave.php:2228
9136
  msgid "Display Thumbnail description on popup."
9137
  msgstr ""
9138
 
9139
- #: wppa-settings-autosave.php:2229
9140
  msgid "Display description of the photo under thumbnail images on the popup."
9141
  msgstr ""
9142
 
9143
- #: wppa-settings-autosave.php:2236
9144
  msgid "Popup desc no links"
9145
  msgstr ""
9146
 
9147
- #: wppa-settings-autosave.php:2237
9148
  msgid "Strip html anchor tags from descriptions on popups"
9149
  msgstr ""
9150
 
9151
- #: wppa-settings-autosave.php:2238
9152
  msgid ""
9153
  "Use this option to prevent the display of links that cannot be activated."
9154
  msgstr ""
9155
 
9156
- #: wppa-settings-autosave.php:2245
9157
  msgid "Popup rating"
9158
  msgstr ""
9159
 
9160
- #: wppa-settings-autosave.php:2246
9161
  msgid "Display Thumbnail Rating on popup."
9162
  msgstr ""
9163
 
9164
- #: wppa-settings-autosave.php:2247
9165
  msgid "Display the rating of the photo under the thumbnail image on the popup."
9166
  msgstr ""
9167
 
9168
- #: wppa-settings-autosave.php:2254
9169
  msgid "Popup comcount"
9170
  msgstr ""
9171
 
9172
- #: wppa-settings-autosave.php:2255
9173
  msgid "Display Thumbnail Comment count on popup."
9174
  msgstr ""
9175
 
9176
- #: wppa-settings-autosave.php:2256
9177
  msgid ""
9178
  "Display the number of comments of the photo under the thumbnail image on the "
9179
  "popup."
9180
  msgstr ""
9181
 
9182
- #: wppa-settings-autosave.php:2263
9183
  msgid "Show rating count"
9184
  msgstr ""
9185
 
9186
- #: wppa-settings-autosave.php:2264
9187
  msgid "Display the number of votes along with average ratings."
9188
  msgstr ""
9189
 
9190
- #: wppa-settings-autosave.php:2265
9191
  msgid ""
9192
  "If checked, the number of votes is displayed along with average rating "
9193
  "displays on thumbnail and popup displays."
9194
  msgstr ""
9195
 
9196
- #: wppa-settings-autosave.php:2272
9197
  msgid "Show name on thumb area"
9198
  msgstr ""
9199
 
9200
- #: wppa-settings-autosave.php:2273
9201
  msgid "Select if and where to display the album name on the thumbnail display."
9202
  msgstr ""
9203
 
9204
- #: wppa-settings-autosave.php:2276 wppa-settings-autosave.php:2287
9205
- #: wppa-settings-autosave.php:2316 wppa-settings-autosave.php:4597
9206
  msgid "None"
9207
  msgstr ""
9208
 
9209
- #: wppa-settings-autosave.php:2276 wppa-settings-autosave.php:2287
9210
- #: wppa-settings-autosave.php:2316 wppa-settings-autosave.php:3656
9211
  msgid "At the top"
9212
  msgstr ""
9213
 
9214
- #: wppa-settings-autosave.php:2276 wppa-settings-autosave.php:2287
9215
- #: wppa-settings-autosave.php:2316 wppa-settings-autosave.php:3656
9216
  msgid "At the bottom"
9217
  msgstr ""
9218
 
9219
- #: wppa-settings-autosave.php:2283
9220
  msgid "Show desc on thumb area"
9221
  msgstr ""
9222
 
9223
- #: wppa-settings-autosave.php:2284
9224
  msgid ""
9225
  "Select if and where to display the album description on the thumbnail "
9226
  "display."
9227
  msgstr ""
9228
 
9229
- #: wppa-settings-autosave.php:2294
9230
  msgid "Show Edit/Delete links"
9231
  msgstr ""
9232
 
9233
- #: wppa-settings-autosave.php:2295
9234
  msgid "Show these links under default thumbnails for owner and admin."
9235
  msgstr ""
9236
 
9237
- #: wppa-settings-autosave.php:2303
9238
  msgid "Show empty thumbnail area"
9239
  msgstr ""
9240
 
9241
- #: wppa-settings-autosave.php:2304
9242
  msgid "Display thumbnail areas with upload link only for empty albums."
9243
  msgstr ""
9244
 
9245
- #: wppa-settings-autosave.php:2312
9246
  msgid "Upload/create link on thumbnail area"
9247
  msgstr ""
9248
 
9249
- #: wppa-settings-autosave.php:2313
9250
  msgid "Select the location of the upload and crete links."
9251
  msgstr ""
9252
 
9253
- #: wppa-settings-autosave.php:2324
9254
  msgid "Album cover related visibility settings"
9255
  msgstr ""
9256
 
9257
- #: wppa-settings-autosave.php:2326
9258
  msgid "Covertext"
9259
  msgstr ""
9260
 
9261
- #: wppa-settings-autosave.php:2327
9262
  msgid "Show the text on the album cover."
9263
  msgstr ""
9264
 
9265
- #: wppa-settings-autosave.php:2328
9266
  msgid "Display the album decription on the album cover"
9267
  msgstr ""
9268
 
9269
- #: wppa-settings-autosave.php:2336
9270
  msgid "Enable the slideshow."
9271
  msgstr ""
9272
 
9273
- #: wppa-settings-autosave.php:2337
9274
  msgid ""
9275
  "If you do not want slideshows: uncheck this box. Browsing full size images "
9276
  "will remain possible."
9277
  msgstr ""
9278
 
9279
- #: wppa-settings-autosave.php:2344
9280
  msgid "Slideshow/Browse"
9281
  msgstr ""
9282
 
9283
- #: wppa-settings-autosave.php:2345
9284
  msgid "Display the Slideshow / Browse photos link on album covers"
9285
  msgstr ""
9286
 
9287
- #: wppa-settings-autosave.php:2346
9288
  msgid ""
9289
  "This setting causes the Slideshow link to be displayed on the album cover."
9290
  msgstr ""
9291
 
9292
- #: wppa-settings-autosave.php:2347
9293
  msgid ""
9294
  "If slideshows are disabled in item 2 in this table, you will see a browse "
9295
  "link to fullsize images."
9296
  msgstr ""
9297
 
9298
- #: wppa-settings-autosave.php:2348
9299
  msgid "If you do not want the browse link either, uncheck this item."
9300
  msgstr ""
9301
 
9302
- #: wppa-settings-autosave.php:2355
9303
  msgid "View ..."
9304
  msgstr ""
9305
 
9306
- #: wppa-settings-autosave.php:2356
9307
  msgid "Display the View xx albums and yy photos link on album covers"
9308
  msgstr ""
9309
 
9310
- #: wppa-settings-autosave.php:2364
9311
  msgid "Treecount"
9312
  msgstr ""
9313
 
9314
- #: wppa-settings-autosave.php:2365
9315
- msgid "Disaplay the total number of (sub)albums and photos in subalbums"
9316
  msgstr ""
9317
 
9318
- #: wppa-settings-autosave.php:2366
9319
  msgid ""
9320
  "Displays the total number of sub albums and photos in the entire album tree "
9321
  "in parenthesis if the numbers differ from the direct content of the album."
9322
  msgstr ""
9323
 
9324
- #: wppa-settings-autosave.php:2368
9325
  msgid "detailed"
9326
  msgstr ""
9327
 
9328
- #: wppa-settings-autosave.php:2368
9329
  msgid "totals only"
9330
  msgstr ""
9331
 
9332
- #: wppa-settings-autosave.php:2375
9333
  msgid "Show categories"
9334
  msgstr ""
9335
 
9336
- #: wppa-settings-autosave.php:2376
9337
  msgid "Display the album categories on the covers."
9338
  msgstr ""
9339
 
9340
- #: wppa-settings-autosave.php:2384
9341
  msgid "Skip empty albums"
9342
  msgstr ""
9343
 
9344
- #: wppa-settings-autosave.php:2385
9345
  msgid "Do not show empty albums, except for admin and owner."
9346
  msgstr ""
9347
 
9348
- #: wppa-settings-autosave.php:2393
9349
  msgid "Count on title"
9350
  msgstr ""
9351
 
9352
- #: wppa-settings-autosave.php:2394
9353
  msgid "Show photocount along with album title. "
9354
  msgstr ""
9355
 
9356
- #: wppa-settings-autosave.php:2397 wppa-settings-autosave.php:2408
9357
  msgid "top album only"
9358
  msgstr ""
9359
 
9360
- #: wppa-settings-autosave.php:2397 wppa-settings-autosave.php:2408
9361
  msgid "total tree"
9362
  msgstr ""
9363
 
9364
- #: wppa-settings-autosave.php:2404
9365
  msgid "Viewcount on cover"
9366
  msgstr ""
9367
 
9368
- #: wppa-settings-autosave.php:2405
9369
  msgid "Show total photo viewcount on album covers."
9370
  msgstr ""
9371
 
9372
- #: wppa-settings-autosave.php:2416
9373
  msgid "Widget related visibility settings"
9374
  msgstr ""
9375
 
9376
- #: wppa-settings-autosave.php:2418
9377
  msgid "Big Browse Buttons in widget"
9378
  msgstr ""
9379
 
9380
- #: wppa-settings-autosave.php:2419
9381
  msgid "Enable invisible browsing buttons in widget slideshows."
9382
  msgstr ""
9383
 
9384
- #: wppa-settings-autosave.php:2428
9385
  msgid "Ugly Browse Buttons in widget"
9386
  msgstr ""
9387
 
9388
- #: wppa-settings-autosave.php:2429
9389
  msgid "Enable ugly browsing buttons in widget slideshows."
9390
  msgstr ""
9391
 
9392
- #: wppa-settings-autosave.php:2430
9393
  msgid "If checked, the fullsize image is covered by browse buttons."
9394
  msgstr ""
9395
 
9396
- #: wppa-settings-autosave.php:2438
9397
  msgid "Album widget tooltip"
9398
  msgstr ""
9399
 
9400
- #: wppa-settings-autosave.php:2439
9401
  msgid "Show the album description on hoovering thumbnail in album widget"
9402
  msgstr ""
9403
 
9404
- #: wppa-settings-autosave.php:2447 wppa-settings-autosave.php:4738
9405
  msgid ""
9406
  "Lightbox related settings. These settings have effect only when Table IX-J3 "
9407
  "is set to wppa"
9408
  msgstr ""
9409
 
9410
- #: wppa-settings-autosave.php:2460
9411
  msgid "Overlay theme color"
9412
  msgstr ""
9413
 
9414
- #: wppa-settings-autosave.php:2461
9415
  msgid "The color of the image border and text background."
9416
  msgstr ""
9417
 
9418
- #: wppa-settings-autosave.php:2464 wppa-settings-autosave.php:2475
9419
  msgid "Black"
9420
  msgstr ""
9421
 
9422
- #: wppa-settings-autosave.php:2464 wppa-settings-autosave.php:2475
9423
  msgid "White"
9424
  msgstr ""
9425
 
9426
- #: wppa-settings-autosave.php:2471
9427
  msgid "Overlay background color"
9428
  msgstr ""
9429
 
9430
- #: wppa-settings-autosave.php:2472
9431
  msgid "The color of the outer background."
9432
  msgstr ""
9433
 
9434
- #: wppa-settings-autosave.php:2482
9435
  msgid "Overlay slide name"
9436
  msgstr ""
9437
 
9438
- #: wppa-settings-autosave.php:2483
9439
  msgid "Show name if from slide."
9440
  msgstr ""
9441
 
9442
- #: wppa-settings-autosave.php:2484
9443
  msgid ""
9444
  "Shows the photos name on a lightbox display when initiated from a slide."
9445
  msgstr ""
9446
 
9447
- #: wppa-settings-autosave.php:2485 wppa-settings-autosave.php:2495
9448
  msgid ""
9449
- "This setting also applies to film thumbnails if Table VI-11 is set to "
9450
  "lightbox overlay."
9451
  msgstr ""
9452
 
9453
- #: wppa-settings-autosave.php:2492
9454
  msgid "Overlay slide desc"
9455
  msgstr ""
9456
 
9457
- #: wppa-settings-autosave.php:2493
9458
  msgid "Show description if from slide."
9459
  msgstr ""
9460
 
9461
- #: wppa-settings-autosave.php:2494
9462
  msgid ""
9463
  "Shows the photos description on a lightbox display when initiated from a "
9464
  "slide."
9465
  msgstr ""
9466
 
9467
- #: wppa-settings-autosave.php:2502
9468
  msgid "Overlay thumb name"
9469
  msgstr ""
9470
 
9471
- #: wppa-settings-autosave.php:2503
9472
  msgid "Show the photos name if from thumb."
9473
  msgstr ""
9474
 
9475
- #: wppa-settings-autosave.php:2504
9476
  msgid ""
9477
  "Shows the name on a lightbox display when initiated from a standard "
9478
  "thumbnail or a widget thumbnail."
9479
  msgstr ""
9480
 
9481
- #: wppa-settings-autosave.php:2505 wppa-settings-autosave.php:2515
9482
  msgid ""
9483
  "This setting applies to standard thumbnails, thumbnail-, comment-, topten- "
9484
  "and lasten-widget."
9485
  msgstr ""
9486
 
9487
- #: wppa-settings-autosave.php:2512
9488
  msgid "Overlay thumb desc"
9489
  msgstr ""
9490
 
9491
- #: wppa-settings-autosave.php:2513
9492
  msgid "Show description if from thumb."
9493
  msgstr ""
9494
 
9495
- #: wppa-settings-autosave.php:2514
9496
  msgid ""
9497
  "Shows the photos description on a lightbox display when initiated from a "
9498
  "standard thumbnail or a widget thumbnail."
9499
  msgstr ""
9500
 
9501
- #: wppa-settings-autosave.php:2522
9502
  msgid "Overlay potd name"
9503
  msgstr ""
9504
 
9505
- #: wppa-settings-autosave.php:2523
9506
  msgid "Show the photos name if from photo of the day."
9507
  msgstr ""
9508
 
9509
- #: wppa-settings-autosave.php:2524
9510
  msgid ""
9511
  "Shows the name on a lightbox display when initiated from the photo of the "
9512
  "day."
9513
  msgstr ""
9514
 
9515
- #: wppa-settings-autosave.php:2531
9516
  msgid "Overlay potd desc"
9517
  msgstr ""
9518
 
9519
- #: wppa-settings-autosave.php:2532
9520
  msgid "Show description if from from photo of the day."
9521
  msgstr ""
9522
 
9523
- #: wppa-settings-autosave.php:2533
9524
  msgid ""
9525
  "Shows the photos description on a lightbox display when initiated from the "
9526
  "photo of the day."
9527
  msgstr ""
9528
 
9529
- #: wppa-settings-autosave.php:2540
9530
  msgid "Overlay sphoto name"
9531
  msgstr ""
9532
 
9533
- #: wppa-settings-autosave.php:2541
9534
  msgid "Show the photos name if from a single photo."
9535
  msgstr ""
9536
 
9537
- #: wppa-settings-autosave.php:2542
9538
  msgid ""
9539
  "Shows the name on a lightbox display when initiated from a single photo."
9540
  msgstr ""
9541
 
9542
- #: wppa-settings-autosave.php:2549
9543
  msgid "Overlay sphoto desc"
9544
  msgstr ""
9545
 
9546
- #: wppa-settings-autosave.php:2550
9547
  msgid "Show description if from from a single photo."
9548
  msgstr ""
9549
 
9550
- #: wppa-settings-autosave.php:2551
9551
  msgid ""
9552
  "Shows the photos description on a lightbox display when initiated from a "
9553
  "single photo."
9554
  msgstr ""
9555
 
9556
- #: wppa-settings-autosave.php:2558
9557
  msgid "Overlay mphoto name"
9558
  msgstr ""
9559
 
9560
- #: wppa-settings-autosave.php:2559
9561
  msgid "Show the photos name if from a single media style photo."
9562
  msgstr ""
9563
 
9564
- #: wppa-settings-autosave.php:2560
9565
  msgid ""
9566
  "Shows the name on a lightbox display when initiated from a single media "
9567
  "style photo."
9568
  msgstr ""
9569
 
9570
- #: wppa-settings-autosave.php:2567
9571
  msgid "Overlay mphoto desc"
9572
  msgstr ""
9573
 
9574
- #: wppa-settings-autosave.php:2568
9575
  msgid "Show description if from from a media style photo."
9576
  msgstr ""
9577
 
9578
- #: wppa-settings-autosave.php:2569
9579
  msgid ""
9580
  "Shows the photos description on a lightbox display when initiated from a "
9581
  "single media style photo."
9582
  msgstr ""
9583
 
9584
- #: wppa-settings-autosave.php:2576
9585
  msgid "Overlay albumwidget name"
9586
  msgstr ""
9587
 
9588
- #: wppa-settings-autosave.php:2577
9589
  msgid "Show the photos name if from the album widget."
9590
  msgstr ""
9591
 
9592
- #: wppa-settings-autosave.php:2578
9593
  msgid ""
9594
  "Shows the name on a lightbox display when initiated from the album widget."
9595
  msgstr ""
9596
 
9597
- #: wppa-settings-autosave.php:2585
9598
  msgid "Overlay albumwidget desc"
9599
  msgstr ""
9600
 
9601
- #: wppa-settings-autosave.php:2586
9602
  msgid "Show description if from from the album widget."
9603
  msgstr ""
9604
 
9605
- #: wppa-settings-autosave.php:2587
9606
  msgid ""
9607
  "Shows the photos description on a lightbox display when initiated from the "
9608
  "album widget."
9609
  msgstr ""
9610
 
9611
- #: wppa-settings-autosave.php:2594
9612
  msgid "Overlay coverphoto name"
9613
  msgstr ""
9614
 
9615
- #: wppa-settings-autosave.php:2595
9616
  msgid "Show the photos name if from the album cover."
9617
  msgstr ""
9618
 
9619
- #: wppa-settings-autosave.php:2596
9620
  msgid ""
9621
  "Shows the name on a lightbox display when initiated from the album "
9622
  "coverphoto."
9623
  msgstr ""
9624
 
9625
- #: wppa-settings-autosave.php:2603
9626
  msgid "Overlay coverphoto desc"
9627
  msgstr ""
9628
 
9629
- #: wppa-settings-autosave.php:2604
9630
  msgid "Show description if from from the album cover."
9631
  msgstr ""
9632
 
9633
- #: wppa-settings-autosave.php:2605
9634
  msgid ""
9635
  "Shows the photos description on a lightbox display when initiated from the "
9636
  "album coverphoto."
9637
  msgstr ""
9638
 
9639
- #: wppa-settings-autosave.php:2612
9640
  msgid "Overlay add owner"
9641
  msgstr ""
9642
 
9643
- #: wppa-settings-autosave.php:2613
9644
  msgid "Add the owner to the photo name on lightbox displays."
9645
  msgstr ""
9646
 
9647
- #: wppa-settings-autosave.php:2614
9648
  msgid ""
9649
  "This setting is independant of the show name switches and is a global "
9650
  "setting."
9651
  msgstr ""
9652
 
9653
- #: wppa-settings-autosave.php:2621
9654
  msgid "Overlay show start/stop"
9655
  msgstr ""
9656
 
9657
- #: wppa-settings-autosave.php:2622
9658
  msgid "Show Start and Stop for running slideshow on lightbox."
9659
  msgstr ""
9660
 
9661
- #: wppa-settings-autosave.php:2630
9662
  msgid "Overlay show legenda"
9663
  msgstr ""
9664
 
9665
- #: wppa-settings-autosave.php:2631
9666
  msgid "Show \"Press f for fullsize\" etc. on lightbox."
9667
  msgstr ""
9668
 
9669
- #: wppa-settings-autosave.php:2632
9670
  msgid "Independant of this setting, it will not show up on mobile devices."
9671
  msgstr ""
9672
 
9673
- #: wppa-settings-autosave.php:2639
9674
  msgid "Show fullscreen icons"
9675
  msgstr ""
9676
 
9677
- #: wppa-settings-autosave.php:2640
9678
  msgid "Shows fullscreen and back to normal icon buttons on upper right corner"
9679
  msgstr ""
9680
 
9681
- #: wppa-settings-autosave.php:2648
9682
  msgid "Show rating"
9683
  msgstr ""
9684
 
9685
- #: wppa-settings-autosave.php:2649
9686
  msgid "Shows and enables rating on lightbox."
9687
  msgstr ""
9688
 
9689
- #: wppa-settings-autosave.php:2650
9690
  msgid ""
9691
  "This works for 5 and 10 stars only, not for single votes or numerical display"
9692
  msgstr ""
9693
 
9694
- #: wppa-settings-autosave.php:2657
9695
  msgid "Overlay show counter"
9696
  msgstr ""
9697
 
9698
- #: wppa-settings-autosave.php:2658
9699
  msgid "Show the x/y counter below the image."
9700
  msgstr ""
9701
 
9702
- #: wppa-settings-autosave.php:2666
9703
  msgid "Show Zoom in"
9704
  msgstr ""
9705
 
9706
- #: wppa-settings-autosave.php:2667
9707
  msgid "Display tooltip \"Zoom in\" along with the magnifier cursor."
9708
  msgstr ""
9709
 
9710
- #: wppa-settings-autosave.php:2668
9711
  msgid ""
9712
  "If you select ---none--- in Table I-G2 for magnifier size, the tooltop "
9713
  "contains the photo name."
9714
  msgstr ""
9715
 
9716
- #: wppa-settings-autosave.php:2676
9717
  msgid "Frontend upload configuration settings"
9718
  msgstr ""
9719
 
9720
- #: wppa-settings-autosave.php:2678
9721
  msgid "User upload Photos"
9722
  msgstr ""
9723
 
9724
- #: wppa-settings-autosave.php:2679
9725
  msgid "Enable frontend upload."
9726
  msgstr ""
9727
 
9728
- #: wppa-settings-autosave.php:2680
9729
  msgid ""
9730
  "If you check this item, frontend upload will be enabled according to the "
9731
  "rules set in the following items of this table."
9732
  msgstr ""
9733
 
9734
- #: wppa-settings-autosave.php:2688
9735
  msgid "User upload Video"
9736
  msgstr ""
9737
 
9738
- #: wppa-settings-autosave.php:2689
9739
  msgid "Enable frontend upload of video."
9740
  msgstr ""
9741
 
9742
- #: wppa-settings-autosave.php:2690 wppa-settings-autosave.php:2700
9743
  msgid "Requires Table II-H1 to be ticked."
9744
  msgstr ""
9745
 
9746
- #: wppa-settings-autosave.php:2698
9747
  msgid "User upload Audio"
9748
  msgstr ""
9749
 
9750
- #: wppa-settings-autosave.php:2699
9751
  msgid "Enable frontend upload of audio."
9752
  msgstr ""
9753
 
9754
- #: wppa-settings-autosave.php:2708
9755
  msgid "User upload Photos login"
9756
  msgstr ""
9757
 
9758
- #: wppa-settings-autosave.php:2709
9759
  msgid "Frontend upload requires the user is logged in."
9760
  msgstr ""
9761
 
9762
- #: wppa-settings-autosave.php:2710
9763
  msgid ""
9764
  "If you uncheck this box, make sure you check the item Owners only in Table "
9765
  "VII-D1."
9766
  msgstr ""
9767
 
9768
- #: wppa-settings-autosave.php:2711
9769
  msgid ""
9770
  "Also: set the owner to ---public--- of the albums that are allowed to be "
9771
  "uploaded to."
9772
  msgstr ""
9773
 
9774
- #: wppa-settings-autosave.php:2718
9775
  msgid "User upload Ajax"
9776
  msgstr ""
9777
 
9778
- #: wppa-settings-autosave.php:2719
9779
  msgid "Shows the upload progression bar."
9780
  msgstr ""
9781
 
9782
- #: wppa-settings-autosave.php:2727
9783
  msgid "Show Copyright"
9784
  msgstr ""
9785
 
9786
- #: wppa-settings-autosave.php:2728
9787
  msgid "Show a copyright warning on frontend upload locations."
9788
  msgstr ""
9789
 
9790
- #: wppa-settings-autosave.php:2737
9791
  msgid "Copyright notice"
9792
  msgstr ""
9793
 
9794
- #: wppa-settings-autosave.php:2738
9795
  msgid "The message to be displayed."
9796
  msgstr ""
9797
 
9798
- #: wppa-settings-autosave.php:2746
9799
  msgid "User Watermark"
9800
  msgstr ""
9801
 
9802
- #: wppa-settings-autosave.php:2747
9803
  msgid "Uploading users may select watermark settings"
9804
  msgstr ""
9805
 
9806
- #: wppa-settings-autosave.php:2748
9807
  msgid ""
9808
  "If checked, anyone who can upload and/or import photos can overrule the "
9809
  "default watermark settings."
9810
  msgstr ""
9811
 
9812
- #: wppa-settings-autosave.php:2755
9813
  msgid "User name"
9814
  msgstr ""
9815
 
9816
- #: wppa-settings-autosave.php:2756
9817
  msgid "Uploading users may overrule the default name."
9818
  msgstr ""
9819
 
9820
- #: wppa-settings-autosave.php:2757
9821
  msgid ""
9822
  "If checked, the default photo name as defined in Table IX-D13 may be "
9823
  "overruled by the user."
9824
  msgstr ""
9825
 
9826
- #: wppa-settings-autosave.php:2764
9827
  msgid "Apply Newphoto desc user"
9828
  msgstr ""
9829
 
9830
- #: wppa-settings-autosave.php:2765
9831
  msgid "Give each new frontend uploaded photo a standard description."
9832
  msgstr ""
9833
 
9834
- #: wppa-settings-autosave.php:2766
9835
  msgid ""
9836
  "If checked, each new photo will get the description (template) as specified "
9837
  "in Table IX-D5."
9838
  msgstr ""
9839
 
9840
- #: wppa-settings-autosave.php:2773
 
 
 
 
9841
  msgid "User desc"
9842
  msgstr ""
9843
 
9844
- #: wppa-settings-autosave.php:2774
9845
  msgid "Uploading users may overrule the default description."
9846
  msgstr ""
9847
 
9848
- #: wppa-settings-autosave.php:2782
9849
  msgid "User upload custom"
9850
  msgstr ""
9851
 
9852
- #: wppa-settings-autosave.php:2783
9853
  msgid "Frontend upload can fill in custom data fields."
9854
  msgstr ""
9855
 
9856
- #: wppa-settings-autosave.php:2791
9857
  msgid "User upload tags"
9858
  msgstr ""
9859
 
9860
- #: wppa-settings-autosave.php:2792
9861
  msgid "Frontend upload can add tags."
9862
  msgstr ""
9863
 
9864
- #: wppa-settings-autosave.php:2793
9865
  msgid "You can configure the details of tag addition in Table IX-D18.x"
9866
  msgstr ""
9867
 
9868
- #: wppa-settings-autosave.php:2801 wppa-settings-autosave.php:2829
9869
- #: wppa-settings-autosave.php:2857
9870
  msgid "Tag selection box"
9871
  msgstr ""
9872
 
9873
- #: wppa-settings-autosave.php:2802 wppa-settings-autosave.php:2830
9874
- #: wppa-settings-autosave.php:2858
9875
  msgid "Front-end upload tags selecion box."
9876
  msgstr ""
9877
 
9878
- #: wppa-settings-autosave.php:2806 wppa-settings-autosave.php:2834
9879
- #: wppa-settings-autosave.php:2862
9880
  msgid "On:"
9881
  msgstr ""
9882
 
9883
- #: wppa-settings-autosave.php:2806 wppa-settings-autosave.php:2834
9884
- #: wppa-settings-autosave.php:2862
9885
  msgid "Multi:"
9886
  msgstr ""
9887
 
9888
- #: wppa-settings-autosave.php:2811 wppa-settings-autosave.php:2839
9889
- #: wppa-settings-autosave.php:2867
9890
  msgid "Caption box"
9891
  msgstr ""
9892
 
9893
- #: wppa-settings-autosave.php:2812 wppa-settings-autosave.php:2840
9894
- #: wppa-settings-autosave.php:2868
9895
  msgid "The title of the tag selection box."
9896
  msgstr ""
9897
 
9898
- #: wppa-settings-autosave.php:2820 wppa-settings-autosave.php:2848
9899
- #: wppa-settings-autosave.php:2876
9900
  msgid "Tags box"
9901
  msgstr ""
9902
 
9903
- #: wppa-settings-autosave.php:2821 wppa-settings-autosave.php:2849
9904
- #: wppa-settings-autosave.php:2877
9905
  msgid "The tags in the selection box."
9906
  msgstr ""
9907
 
9908
- #: wppa-settings-autosave.php:2822 wppa-settings-autosave.php:2850
9909
- #: wppa-settings-autosave.php:2878
9910
  msgid ""
9911
  "Enter the tags you want to appear in the selection box. Empty means: all "
9912
  "existing tags"
9913
  msgstr ""
9914
 
9915
- #: wppa-settings-autosave.php:2885
9916
  msgid "New tags"
9917
  msgstr ""
9918
 
9919
- #: wppa-settings-autosave.php:2886
9920
  msgid "Input field for any user defined tags."
9921
  msgstr ""
9922
 
9923
- #: wppa-settings-autosave.php:2894
9924
  msgid "New tags caption"
9925
  msgstr ""
9926
 
9927
- #: wppa-settings-autosave.php:2895
9928
  msgid "The caption above the tags input field."
9929
  msgstr ""
9930
 
9931
- #: wppa-settings-autosave.php:2903
9932
  msgid "Tags box New"
9933
  msgstr ""
9934
 
9935
- #: wppa-settings-autosave.php:2904
9936
  msgid "The tags in the New tags input box."
9937
  msgstr ""
9938
 
9939
- #: wppa-settings-autosave.php:2912
9940
  msgid "Preview tags"
9941
  msgstr ""
9942
 
9943
- #: wppa-settings-autosave.php:2913
9944
  msgid "Show a preview of all tags that will be added to the photo info."
9945
  msgstr ""
9946
 
9947
- #: wppa-settings-autosave.php:2921
9948
  msgid "Camera connect"
9949
  msgstr ""
9950
 
9951
- #: wppa-settings-autosave.php:2922
9952
  msgid "Connect frontend upload to camara on mobile devices with camera"
9953
  msgstr ""
9954
 
9955
- #: wppa-settings-autosave.php:2930
9956
  msgid "Blog It!"
9957
  msgstr ""
9958
 
9959
- #: wppa-settings-autosave.php:2931
9960
  msgid "Enable blogging photos."
9961
  msgstr ""
9962
 
9963
- #: wppa-settings-autosave.php:2932
9964
  msgid "Users need the capability edit_posts to directly blog photos."
9965
  msgstr ""
9966
 
9967
- #: wppa-settings-autosave.php:2934
9968
  msgid "disabled"
9969
  msgstr ""
9970
 
9971
- #: wppa-settings-autosave.php:2935
9972
  msgid "optional"
9973
  msgstr ""
9974
 
9975
- #: wppa-settings-autosave.php:2936
9976
  msgid "always"
9977
  msgstr ""
9978
 
9979
- #: wppa-settings-autosave.php:2947
9980
  msgid "Blog It need moderation"
9981
  msgstr ""
9982
 
9983
- #: wppa-settings-autosave.php:2948
9984
  msgid "Posts with blogged photos need moderation."
9985
  msgstr ""
9986
 
9987
- #: wppa-settings-autosave.php:2956
9988
  msgid "Blog It shortcode"
9989
  msgstr ""
9990
 
9991
- #: wppa-settings-autosave.php:2957
9992
  msgid "Shortcode to be used on the blog post"
9993
  msgstr ""
9994
 
9995
- #: wppa-settings-autosave.php:2958
9996
  msgid "Make sure it contains photo=\"#id\""
9997
  msgstr ""
9998
 
9999
- #: wppa-settings-autosave.php:2966
10000
  msgid "Miscellaneous visibility settings"
10001
  msgstr ""
10002
 
10003
- #: wppa-settings-autosave.php:2968
10004
  msgid "Frontend ending label"
10005
  msgstr ""
10006
 
10007
- #: wppa-settings-autosave.php:2969
10008
  msgid "Frontend upload / create / edit dialog closing label text."
10009
  msgstr ""
10010
 
10011
- #: wppa-settings-autosave.php:2972
10012
  msgid "Abort"
10013
  msgstr ""
10014
 
10015
- #: wppa-settings-autosave.php:2972
10016
  msgid "Close"
10017
  msgstr ""
10018
 
10019
- #: wppa-settings-autosave.php:2972
10020
  msgid "Exit"
10021
  msgstr ""
10022
 
10023
- #: wppa-settings-autosave.php:2972
10024
  msgid "Quit"
10025
  msgstr ""
10026
 
10027
- #: wppa-settings-autosave.php:2980
10028
- msgid "Widget thumbs fontsize"
10029
- msgstr ""
10030
-
10031
- #: wppa-settings-autosave.php:2981
10032
- msgid "Font size for thumbnail subtext in widgets."
10033
- msgstr ""
10034
-
10035
- #: wppa-settings-autosave.php:2989
10036
  msgid "Owner on new line"
10037
  msgstr ""
10038
 
10039
- #: wppa-settings-autosave.php:2990
10040
  msgid "Place the (owner) text on a new line."
10041
  msgstr ""
10042
 
10043
- #: wppa-settings-autosave.php:2998
10044
  msgid "Custom datafields albums"
10045
  msgstr ""
10046
 
10047
- #: wppa-settings-autosave.php:2999
10048
  msgid "Define up to 10 custom data fields for albums."
10049
  msgstr ""
10050
 
10051
- #: wppa-settings-autosave.php:3009 wppa-settings-autosave.php:3035
10052
  #, php-format
10053
  msgid "Name, vis, edit %s"
10054
  msgstr ""
10055
 
10056
- #: wppa-settings-autosave.php:3010 wppa-settings-autosave.php:3036
10057
  #, php-format
10058
  msgid "The caption for field %s, visibility and editability at frontend."
10059
  msgstr ""
10060
 
10061
- #: wppa-settings-autosave.php:3011 wppa-settings-autosave.php:3037
10062
  #, php-format
10063
  msgid ""
10064
  "If you check the first box, the value of this field is displayable in photo "
10065
  "descriptions at the frontend with keyword w#c%s"
10066
  msgstr ""
10067
 
10068
- #: wppa-settings-autosave.php:3012 wppa-settings-autosave.php:3038
10069
  msgid ""
10070
  "If you check the second box, the value of this field is editable at the "
10071
  "frontend new style dialog."
10072
  msgstr ""
10073
 
10074
- #: wppa-settings-autosave.php:3024
10075
  msgid "Custom datafields photos"
10076
  msgstr ""
10077
 
10078
- #: wppa-settings-autosave.php:3025
10079
  msgid "Define up to 10 custom data fields for photos."
10080
  msgstr ""
10081
 
10082
- #: wppa-settings-autosave.php:3051
10083
  msgid "Navigation symbols style"
10084
  msgstr ""
10085
 
10086
- #: wppa-settings-autosave.php:3052
10087
  msgid "The corner rounding size of navigation icons."
10088
  msgstr ""
10089
 
10090
- #: wppa-settings-autosave.php:3055
 
 
 
 
 
 
10091
  msgid "light"
10092
  msgstr ""
10093
 
10094
- #: wppa-settings-autosave.php:3055
10095
  msgid "heavy"
10096
  msgstr ""
10097
 
10098
- #: wppa-settings-autosave.php:3079
 
 
 
 
10099
  msgid "Table III:"
10100
  msgstr ""
10101
 
10102
- #: wppa-settings-autosave.php:3079
10103
  msgid "Backgrounds:"
10104
  msgstr ""
10105
 
10106
- #: wppa-settings-autosave.php:3080
10107
  msgid "This table describes the backgrounds of wppa+ elements."
10108
  msgstr ""
10109
 
10110
- #: wppa-settings-autosave.php:3090 wppa-settings-autosave.php:3466
10111
- #: wppa-settings-autosave.php:8934
10112
  msgid "Background color"
10113
  msgstr ""
10114
 
10115
- #: wppa-settings-autosave.php:3091 wppa-settings-autosave.php:3093
10116
- #: wppa-settings-autosave.php:3467 wppa-settings-autosave.php:3469
10117
  msgid "Sample"
10118
  msgstr ""
10119
 
10120
- #: wppa-settings-autosave.php:3092 wppa-settings-autosave.php:3468
10121
  msgid "Border color"
10122
  msgstr ""
10123
 
10124
- #: wppa-settings-autosave.php:3101
10125
  msgid "Slideshow elements backgrounds"
10126
  msgstr ""
10127
 
10128
- #: wppa-settings-autosave.php:3103
10129
  msgid "Nav"
10130
  msgstr ""
10131
 
10132
- #: wppa-settings-autosave.php:3104
10133
  msgid "Navigation bars."
10134
  msgstr ""
10135
 
10136
- #: wppa-settings-autosave.php:3105
10137
  msgid "Enter valid CSS colors for navigation backgrounds and borders."
10138
  msgstr ""
10139
 
10140
- #: wppa-settings-autosave.php:3116
10141
  msgid "SlideImg"
10142
  msgstr ""
10143
 
10144
- #: wppa-settings-autosave.php:3117
10145
  msgid "Fullsize Slideshow Photos."
10146
  msgstr ""
10147
 
10148
- #: wppa-settings-autosave.php:3118
10149
  msgid "Enter valid CSS colors for fullsize photo backgrounds and borders."
10150
  msgstr ""
10151
 
10152
- #: wppa-settings-autosave.php:3119
10153
  msgid "The colors may be equal or \"transparent\""
10154
  msgstr ""
10155
 
10156
- #: wppa-settings-autosave.php:3120
10157
  msgid ""
10158
  "For more information about slideshow image borders see the help on Table I-B4"
10159
  msgstr ""
10160
 
10161
- #: wppa-settings-autosave.php:3131 wppa-settings-autosave.php:5024
10162
  msgid "Numbar"
10163
  msgstr ""
10164
 
10165
- #: wppa-settings-autosave.php:3132
10166
  msgid "Number bar box background."
10167
  msgstr ""
10168
 
10169
- #: wppa-settings-autosave.php:3133
10170
  msgid "Enter valid CSS colors for numbar box backgrounds and borders."
10171
  msgstr ""
10172
 
10173
- #: wppa-settings-autosave.php:3144
10174
  msgid "Numbar active"
10175
  msgstr ""
10176
 
10177
- #: wppa-settings-autosave.php:3145
10178
  msgid "Number bar active box background."
10179
  msgstr ""
10180
 
10181
- #: wppa-settings-autosave.php:3146
10182
  msgid "Enter valid CSS colors for numbar active box backgrounds and borders."
10183
  msgstr ""
10184
 
10185
- #: wppa-settings-autosave.php:3157
10186
  msgid "Name/desc"
10187
  msgstr ""
10188
 
10189
- #: wppa-settings-autosave.php:3158
10190
  msgid "Name and Description bars."
10191
  msgstr ""
10192
 
10193
- #: wppa-settings-autosave.php:3159
10194
  msgid ""
10195
  "Enter valid CSS colors for name and description box backgrounds and borders."
10196
  msgstr ""
10197
 
10198
- #: wppa-settings-autosave.php:3171
10199
  msgid "Comment input and display areas."
10200
  msgstr ""
10201
 
10202
- #: wppa-settings-autosave.php:3172
10203
  msgid "Enter valid CSS colors for comment box backgrounds and borders."
10204
  msgstr ""
10205
 
10206
- #: wppa-settings-autosave.php:3183 wppa-settings-autosave.php:8994
10207
- #: wppa-settings-autosave.php:9039
10208
  msgid "Custom"
10209
  msgstr ""
10210
 
10211
- #: wppa-settings-autosave.php:3184
10212
  msgid "Custom box background."
10213
  msgstr ""
10214
 
10215
- #: wppa-settings-autosave.php:3185
10216
  msgid "Enter valid CSS colors for custom box backgrounds and borders."
10217
  msgstr ""
10218
 
10219
- #: wppa-settings-autosave.php:3196
10220
  msgid "IPTC"
10221
  msgstr ""
10222
 
10223
- #: wppa-settings-autosave.php:3197
10224
  msgid "IPTC display box background."
10225
  msgstr ""
10226
 
10227
- #: wppa-settings-autosave.php:3198
10228
  msgid "Enter valid CSS colors for iptc box backgrounds and borders."
10229
  msgstr ""
10230
 
10231
- #: wppa-settings-autosave.php:3209
10232
  msgid "EXIF"
10233
  msgstr ""
10234
 
10235
- #: wppa-settings-autosave.php:3210
10236
  msgid "EXIF display box background."
10237
  msgstr ""
10238
 
10239
- #: wppa-settings-autosave.php:3211
10240
  msgid "Enter valid CSS colors for exif box backgrounds and borders."
10241
  msgstr ""
10242
 
10243
- #: wppa-settings-autosave.php:3222
10244
  msgid "Share"
10245
  msgstr ""
10246
 
10247
- #: wppa-settings-autosave.php:3223
10248
  msgid "Share box display background."
10249
  msgstr ""
10250
 
10251
- #: wppa-settings-autosave.php:3224
10252
  msgid "Enter valid CSS colors for share box backgrounds and borders."
10253
  msgstr ""
10254
 
10255
- #: wppa-settings-autosave.php:3235
10256
  msgid "Other backgrounds and colors"
10257
  msgstr ""
10258
 
10259
- #: wppa-settings-autosave.php:3237
10260
  msgid "Even"
10261
  msgstr ""
10262
 
10263
- #: wppa-settings-autosave.php:3238
10264
  msgid "Even background."
10265
  msgstr ""
10266
 
10267
- #: wppa-settings-autosave.php:3239
10268
  msgid ""
10269
  "Enter valid CSS colors for even numbered backgrounds and borders of album "
10270
  "covers and thumbnail displays 'As covers'."
10271
  msgstr ""
10272
 
10273
- #: wppa-settings-autosave.php:3250
10274
  msgid "Odd"
10275
  msgstr ""
10276
 
10277
- #: wppa-settings-autosave.php:3251
10278
  msgid "Odd background."
10279
  msgstr ""
10280
 
10281
- #: wppa-settings-autosave.php:3252
10282
  msgid ""
10283
  "Enter valid CSS colors for odd numbered backgrounds and borders of album "
10284
  "covers and thumbnail displays 'As covers'."
10285
  msgstr ""
10286
 
10287
- #: wppa-settings-autosave.php:3263
10288
  msgid "Thumbnail padding"
10289
  msgstr ""
10290
 
10291
- #: wppa-settings-autosave.php:3264
10292
  msgid "Thumbnail padding color if thumbnail aspect is a padded setting."
10293
  msgstr ""
10294
 
10295
- #: wppa-settings-autosave.php:3265
10296
  msgid ""
10297
  "Enter valid CSS color hexadecimal like #000000 for black or #ffffff for "
10298
  "white for the padded thumbnails."
10299
  msgstr ""
10300
 
10301
- #: wppa-settings-autosave.php:3276
10302
  msgid "Img"
10303
  msgstr ""
10304
 
10305
- #: wppa-settings-autosave.php:3277
10306
  msgid "Cover Photos and popups."
10307
  msgstr ""
10308
 
10309
- #: wppa-settings-autosave.php:3278
10310
  msgid ""
10311
  "Enter valid CSS colors for Cover photo and popup backgrounds and borders."
10312
  msgstr ""
10313
 
10314
- #: wppa-settings-autosave.php:3290
10315
  msgid "Upload box background."
10316
  msgstr ""
10317
 
10318
- #: wppa-settings-autosave.php:3291
10319
  msgid "Enter valid CSS colors for upload box backgrounds and borders."
10320
  msgstr ""
10321
 
10322
- #: wppa-settings-autosave.php:3302
 
 
 
 
 
10323
  msgid "Multitag"
10324
  msgstr ""
10325
 
10326
- #: wppa-settings-autosave.php:3303
10327
  msgid "Multitag box background."
10328
  msgstr ""
10329
 
10330
- #: wppa-settings-autosave.php:3304
10331
  msgid "Enter valid CSS colors for multitag box backgrounds and borders."
10332
  msgstr ""
10333
 
10334
- #: wppa-settings-autosave.php:3315
 
 
 
 
 
 
10335
  msgid "Tagcloud"
10336
  msgstr ""
10337
 
10338
- #: wppa-settings-autosave.php:3316
10339
  msgid "Tagcloud box background."
10340
  msgstr ""
10341
 
10342
- #: wppa-settings-autosave.php:3317
10343
  msgid "Enter valid CSS colors for tagcloud box backgrounds and borders."
10344
  msgstr ""
10345
 
10346
  #: wppa-settings-autosave.php:3328
 
 
 
 
 
 
10347
  msgid "Superview"
10348
  msgstr ""
10349
 
10350
- #: wppa-settings-autosave.php:3329
10351
  msgid "Superview box background."
10352
  msgstr ""
10353
 
10354
- #: wppa-settings-autosave.php:3330
10355
  msgid "Enter valid CSS colors for superview box backgrounds and borders."
10356
  msgstr ""
10357
 
10358
  #: wppa-settings-autosave.php:3342
 
 
 
 
 
 
10359
  msgid "Search box background."
10360
  msgstr ""
10361
 
10362
- #: wppa-settings-autosave.php:3343
10363
  msgid "Enter valid CSS colors for search box backgrounds and borders."
10364
  msgstr ""
10365
 
10366
- #: wppa-settings-autosave.php:3354
 
 
 
 
 
10367
  msgid "BestOf"
10368
  msgstr ""
10369
 
10370
- #: wppa-settings-autosave.php:3355
10371
  msgid "BestOf box background."
10372
  msgstr ""
10373
 
10374
- #: wppa-settings-autosave.php:3356
10375
  msgid "Enter valid CSS colors for bestof box backgrounds and borders."
10376
  msgstr ""
10377
 
10378
- #: wppa-settings-autosave.php:3367
 
 
 
 
 
10379
  msgid "Calendar"
10380
  msgstr ""
10381
 
10382
- #: wppa-settings-autosave.php:3368
10383
  msgid "Calendar box background."
10384
  msgstr ""
10385
 
10386
- #: wppa-settings-autosave.php:3369
10387
  msgid "Enter valid CSS colors for calendar box backgrounds and borders."
10388
  msgstr ""
10389
 
10390
- #: wppa-settings-autosave.php:3380
 
 
 
 
 
 
10391
  msgid "Stereo"
10392
  msgstr ""
10393
 
10394
- #: wppa-settings-autosave.php:3381
10395
  msgid "Stereo mode selection box background."
10396
  msgstr ""
10397
 
10398
- #: wppa-settings-autosave.php:3382
10399
  msgid ""
10400
  "Enter valid CSS colors for stereo mode selection box backgrounds and borders."
10401
  msgstr ""
10402
 
10403
- #: wppa-settings-autosave.php:3393
10404
- msgid "Admins choice"
 
 
10405
  msgstr ""
10406
 
10407
- #: wppa-settings-autosave.php:3394
10408
  msgid "Admins choice box background."
10409
  msgstr ""
10410
 
10411
- #: wppa-settings-autosave.php:3395
10412
  msgid "Enter valid CSS colors for admins choice box backgrounds and borders."
10413
  msgstr ""
10414
 
10415
- #: wppa-settings-autosave.php:3406
 
 
 
 
 
 
10416
  msgid "Modal render box"
10417
  msgstr ""
10418
 
10419
- #: wppa-settings-autosave.php:3407
10420
  msgid "The background for the Ajax modal rendering box."
10421
  msgstr ""
10422
 
10423
- #: wppa-settings-autosave.php:3408
10424
  msgid "Recommended color: your theme background color."
10425
  msgstr ""
10426
 
10427
- #: wppa-settings-autosave.php:3419
10428
  msgid "Navigation symbols"
10429
  msgstr ""
10430
 
10431
- #: wppa-settings-autosave.php:3420
10432
  msgid "Navigation symbol background and fill colors."
10433
  msgstr ""
10434
 
10435
- #: wppa-settings-autosave.php:3432
10436
  msgid "Navigation symbols Lightbox"
10437
  msgstr ""
10438
 
10439
- #: wppa-settings-autosave.php:3433
10440
  msgid "Navigation symbol background and fill colors Lightbox."
10441
  msgstr ""
10442
 
10443
- #: wppa-settings-autosave.php:3479
10444
  msgid "Table IV:"
10445
  msgstr ""
10446
 
10447
- #: wppa-settings-autosave.php:3479
10448
  msgid "Behaviour:"
10449
  msgstr ""
10450
 
10451
- #: wppa-settings-autosave.php:3480
10452
  msgid "This table describes the dynamic behaviour of certain wppa+ elements."
10453
  msgstr ""
10454
 
10455
- #: wppa-settings-autosave.php:3498
10456
  msgid "System related settings"
10457
  msgstr ""
10458
 
10459
- #: wppa-settings-autosave.php:3500
10460
  msgid "Use Ajax"
10461
  msgstr ""
10462
 
10463
- #: wppa-settings-autosave.php:3501
10464
  msgid "Use Ajax as much as is possible and implemented."
10465
  msgstr ""
10466
 
10467
- #: wppa-settings-autosave.php:3502
10468
  msgid ""
10469
  "If this box is ticked, page content updates from within wppa+ displays will "
10470
  "be Ajax based as much as possible."
10471
  msgstr ""
10472
 
10473
- #: wppa-settings-autosave.php:3510
10474
  msgid "Ajax NON Admin"
10475
  msgstr ""
10476
 
10477
- #: wppa-settings-autosave.php:3511
10478
  msgid "Frontend ajax use no admin files."
10479
  msgstr ""
10480
 
10481
- #: wppa-settings-autosave.php:3512
10482
  msgid "If you want to password protect wp-admin, check this box."
10483
  msgstr ""
10484
 
10485
- #: wppa-settings-autosave.php:3513
10486
  msgid ""
10487
  "In rare cases changing page content does not work when this box is checked. "
10488
  "Verify the functionality!"
10489
  msgstr ""
10490
 
10491
- #: wppa-settings-autosave.php:3520
10492
  msgid "Modal boxes"
10493
  msgstr ""
10494
 
10495
- #: wppa-settings-autosave.php:3521
10496
  msgid "Place Ajax rendered content in modal boxes"
10497
  msgstr ""
10498
 
10499
- #: wppa-settings-autosave.php:3529
10500
  msgid "Photo names in urls"
10501
  msgstr ""
10502
 
10503
- #: wppa-settings-autosave.php:3530
10504
  msgid "Display photo names in urls."
10505
  msgstr ""
10506
 
10507
- #: wppa-settings-autosave.php:3531
10508
  msgid "Urls to wppa+ displays will contain photonames in stead of numbers."
10509
  msgstr ""
10510
 
10511
- #: wppa-settings-autosave.php:3532
10512
  msgid ""
10513
- "It is your responsability to avoid duplicate names of photos in the same "
10514
  "album."
10515
  msgstr ""
10516
 
10517
- #: wppa-settings-autosave.php:3539
10518
  msgid "Album names in urls"
10519
  msgstr ""
10520
 
10521
- #: wppa-settings-autosave.php:3540
10522
  msgid "Display album names in urls."
10523
  msgstr ""
10524
 
10525
- #: wppa-settings-autosave.php:3541
10526
  msgid "Urls to wppa+ displays will contain albumnames in stead of numbers."
10527
  msgstr ""
10528
 
10529
- #: wppa-settings-autosave.php:3542
10530
  msgid ""
10531
- "It is your responsability to avoid duplicate names of albums in the system."
10532
  msgstr ""
10533
 
10534
- #: wppa-settings-autosave.php:3549
10535
  msgid "Use short query args"
10536
  msgstr ""
10537
 
10538
- #: wppa-settings-autosave.php:3550
10539
  msgid "Use &album=... &photo=..."
10540
  msgstr ""
10541
 
10542
- #: wppa-settings-autosave.php:3551
10543
  msgid ""
10544
  "Urls to wppa+ displays will contain &album=... &photo=... in stead of &wppa-"
10545
  "album=... &wppa-photo=..."
10546
  msgstr ""
10547
 
10548
- #: wppa-settings-autosave.php:3552
10549
  msgid ""
10550
  "Use this setting only when there are no conflicts with other plugins that "
10551
  "may interprete arguments like &album= etc."
10552
  msgstr ""
10553
 
10554
- #: wppa-settings-autosave.php:3559
10555
  msgid "Enable pretty links"
10556
  msgstr ""
10557
 
10558
- #: wppa-settings-autosave.php:3560
10559
  msgid "Enable the generation and understanding of pretty links."
10560
  msgstr ""
10561
 
10562
- #: wppa-settings-autosave.php:3561
10563
  msgid ""
10564
  "If checked, links to social media and the qr code will have \"/token1/token2/"
10565
  "\" etc in stead of \"&arg1=..&arg2=..\" etc."
10566
  msgstr ""
10567
 
10568
- #: wppa-settings-autosave.php:3562
10569
  msgid ""
10570
  "These types of links will be interpreted and cause a redirection on entering."
10571
  msgstr ""
10572
 
10573
- #: wppa-settings-autosave.php:3563
10574
  msgid ""
10575
  "It is recommended to check this box. It shortens links dramatically and "
10576
  "simplifies qr codes."
10577
  msgstr ""
10578
 
10579
- #: wppa-settings-autosave.php:3564
10580
  msgid ""
10581
  "However, you may encounter conflicts with themes and/or other plugins, so "
10582
- "test it troughly!"
10583
  msgstr ""
10584
 
10585
- #: wppa-settings-autosave.php:3565
10586
  msgid ""
10587
  "Table IV-A2 (Photo names in urls) must be UNchecked for this setting to work!"
10588
  msgstr ""
10589
 
10590
- #: wppa-settings-autosave.php:3572
10591
  msgid "Enable encrypted links"
10592
  msgstr ""
10593
 
10594
- #: wppa-settings-autosave.php:3573
10595
  msgid "Encrypt album and photo ids in links."
10596
  msgstr ""
10597
 
10598
- #: wppa-settings-autosave.php:3576
10599
  msgid "The page will be reloaded."
10600
  msgstr ""
10601
 
10602
- #: wppa-settings-autosave.php:3582
10603
  msgid "Refuse unencrypted"
10604
  msgstr ""
10605
 
10606
- #: wppa-settings-autosave.php:3583
10607
  msgid "When encrypted is enabled, refuse unencrypted urls."
10608
  msgstr ""
10609
 
10610
- #: wppa-settings-autosave.php:3591
10611
  msgid "Update addressline"
10612
  msgstr ""
10613
 
10614
- #: wppa-settings-autosave.php:3592
10615
  msgid "Update the addressline after an ajax action or next slide."
10616
  msgstr ""
10617
 
10618
- #: wppa-settings-autosave.php:3593
10619
  msgid ""
10620
  "If checked, refreshing the page will show the current content and the "
10621
  "browsers back and forth arrows will browse the history on the page."
10622
  msgstr ""
10623
 
10624
- #: wppa-settings-autosave.php:3594
10625
  msgid ""
10626
  "If unchecked, refreshing the page will re-display the content of the "
10627
  "original page."
10628
  msgstr ""
10629
 
10630
- #: wppa-settings-autosave.php:3595
10631
  msgid ""
10632
  "This will only work on browsers that support history.pushState() and "
10633
  "therefor NOT in IE"
10634
  msgstr ""
10635
 
10636
- #: wppa-settings-autosave.php:3596
10637
- msgid "Switching this off will affect the browsers behaviour."
10638
- msgstr ""
10639
-
10640
- #: wppa-settings-autosave.php:3603
10641
  msgid "Render shortcode always"
10642
  msgstr ""
10643
 
10644
- #: wppa-settings-autosave.php:3604
10645
  msgid "This will skip the check on proper initialisation."
10646
  msgstr ""
10647
 
10648
- #: wppa-settings-autosave.php:3605
10649
  msgid ""
10650
  "This setting is required for certain themes like Gantry to prevent the "
10651
  "display of wppa placeholders like [WPPA+ Photo display]."
10652
  msgstr ""
10653
 
10654
- #: wppa-settings-autosave.php:3612
10655
  msgid "Track viewcounts"
10656
  msgstr ""
10657
 
10658
- #: wppa-settings-autosave.php:3613
10659
  msgid "Register number of views of albums and photos."
10660
  msgstr ""
10661
 
10662
- #: wppa-settings-autosave.php:3621
10663
  msgid "Track clickcounts"
10664
  msgstr ""
10665
 
10666
- #: wppa-settings-autosave.php:3622
10667
  msgid "Register number of clicks on photos that link to an url."
10668
  msgstr ""
10669
 
10670
- #: wppa-settings-autosave.php:3630
10671
  msgid "Auto page"
10672
  msgstr ""
10673
 
10674
- #: wppa-settings-autosave.php:3631
10675
  msgid "Create a wp page for every fullsize image."
10676
  msgstr ""
10677
 
10678
- #: wppa-settings-autosave.php:3635
10679
  msgid "Please reload this page after changing!"
10680
  msgstr ""
10681
 
10682
- #: wppa-settings-autosave.php:3641
10683
  msgid "Auto page display"
10684
  msgstr ""
10685
 
10686
- #: wppa-settings-autosave.php:3642
10687
  msgid "The type of display on the autopage pages."
10688
  msgstr ""
10689
 
10690
- #: wppa-settings-autosave.php:3645
10691
  msgid "Single photo"
10692
  msgstr ""
10693
 
10694
- #: wppa-settings-autosave.php:3645
10695
  msgid "Media type photo"
10696
  msgstr ""
10697
 
10698
- #: wppa-settings-autosave.php:3645
10699
  msgid "In the style of a slideshow"
10700
  msgstr ""
10701
 
10702
- #: wppa-settings-autosave.php:3652
10703
  msgid "Auto page links"
10704
  msgstr ""
10705
 
10706
- #: wppa-settings-autosave.php:3653
10707
  msgid "The location for the pagelinks."
10708
  msgstr ""
10709
 
10710
- #: wppa-settings-autosave.php:3656
10711
  msgid "At top and bottom"
10712
  msgstr ""
10713
 
10714
- #: wppa-settings-autosave.php:3663
10715
  msgid "Defer javascript"
10716
  msgstr ""
10717
 
10718
- #: wppa-settings-autosave.php:3664
10719
  msgid "Put javascript near the end of the page."
10720
  msgstr ""
10721
 
10722
- #: wppa-settings-autosave.php:3665
10723
  msgid ""
10724
  "If checkd: May fix layout problems and broken slideshows. May speed up or "
10725
  "slow down page appearing."
10726
  msgstr ""
10727
 
10728
- #: wppa-settings-autosave.php:3672
10729
  msgid "Inline styles"
10730
  msgstr ""
10731
 
10732
- #: wppa-settings-autosave.php:3673
10733
  msgid "Set style specifications inline."
10734
  msgstr ""
10735
 
10736
- #: wppa-settings-autosave.php:3674
10737
  msgid "If checked: May fix layout problems, but slows down page appearing."
10738
  msgstr ""
10739
 
10740
- #: wppa-settings-autosave.php:3681
10741
  msgid "Custom style"
10742
  msgstr ""
10743
 
10744
- #: wppa-settings-autosave.php:3682
10745
  msgid "Enter custom style specs here."
10746
  msgstr ""
10747
 
10748
- #: wppa-settings-autosave.php:3690
10749
  msgid "Use customized style file"
10750
  msgstr ""
10751
 
10752
- #: wppa-settings-autosave.php:3691 wppa-settings-autosave.php:3700
10753
  msgid "This feature is highly discouraged."
10754
  msgstr ""
10755
 
10756
- #: wppa-settings-autosave.php:3699
10757
  msgid "Use customized theme file"
10758
  msgstr ""
10759
 
10760
- #: wppa-settings-autosave.php:3708
10761
  msgid "Enable photo html access"
10762
  msgstr ""
10763
 
10764
- #: wppa-settings-autosave.php:3709
10765
  msgid ""
10766
  "Creates .htaccess files in .../uploads/wppa/ and .../uploads/wppa/thumbs/"
10767
  msgstr ""
10768
 
10769
- #: wppa-settings-autosave.php:3712
10770
  msgid "create 'all access' .htaccess files"
10771
  msgstr ""
10772
 
10773
- #: wppa-settings-autosave.php:3713
10774
  msgid "remove .htaccess files"
10775
  msgstr ""
10776
 
10777
- #: wppa-settings-autosave.php:3714
10778
  msgid "create 'no hotlinking' .htaccess files"
10779
  msgstr ""
10780
 
10781
- #: wppa-settings-autosave.php:3715
10782
  msgid "do not change existing .htaccess file(s)"
10783
  msgstr ""
10784
 
10785
- #: wppa-settings-autosave.php:3727
10786
  msgid "Lazy or HTML comp"
10787
  msgstr ""
10788
 
10789
- #: wppa-settings-autosave.php:3728
10790
  msgid "Tick this box when you use lazy load or html compression."
10791
  msgstr ""
10792
 
10793
- #: wppa-settings-autosave.php:3729
10794
  msgid ""
10795
  "If the filmstrip images do not show up and you have a lazy load or html "
10796
  "optimizing plugin active: Check this box"
10797
  msgstr ""
10798
 
10799
- #: wppa-settings-autosave.php:3736
10800
  msgid "Thumbs first"
10801
  msgstr ""
10802
 
10803
- #: wppa-settings-autosave.php:3737
10804
  msgid "When displaying album content: thumbnails before subalbums."
10805
  msgstr ""
10806
 
10807
- #: wppa-settings-autosave.php:3745
10808
  msgid "Login links"
10809
  msgstr ""
10810
 
10811
- #: wppa-settings-autosave.php:3746
10812
  msgid "You must login to... links to login page."
10813
  msgstr ""
10814
 
10815
- #: wppa-settings-autosave.php:3754
10816
  msgid "Enable Video"
10817
  msgstr ""
10818
 
10819
- #: wppa-settings-autosave.php:3755
10820
  msgid "Enables video support."
10821
  msgstr ""
10822
 
10823
- #: wppa-settings-autosave.php:3764
10824
  msgid "Enable Audio"
10825
  msgstr ""
10826
 
10827
- #: wppa-settings-autosave.php:3765
10828
  msgid "Enables audio support."
10829
  msgstr ""
10830
 
10831
- #: wppa-settings-autosave.php:3773
10832
  msgid "Enable 3D Stereo"
10833
  msgstr ""
10834
 
10835
- #: wppa-settings-autosave.php:3774
10836
  msgid "Enables 3D stereo photo support."
10837
  msgstr ""
10838
 
10839
- #: wppa-settings-autosave.php:3782
10840
  msgid "Relative urls"
10841
  msgstr ""
10842
 
10843
- #: wppa-settings-autosave.php:3783
10844
  msgid "Use relative urls only."
10845
  msgstr ""
10846
 
10847
- #: wppa-settings-autosave.php:3791
10848
  msgid "Capitalize tags and cats"
10849
  msgstr ""
10850
 
10851
- #: wppa-settings-autosave.php:3792
10852
  msgid "Format tags and cats to start with one capital character"
10853
  msgstr ""
10854
 
10855
- #: wppa-settings-autosave.php:3800
10856
  msgid "Enable Admins Choice"
10857
  msgstr ""
10858
 
10859
- #: wppa-settings-autosave.php:3801
10860
  msgid "Enable the creation of zipfiles with selected photos."
10861
  msgstr ""
10862
 
10863
- #: wppa-settings-autosave.php:3802
10864
  msgid "Activate the Admins Choice widget to make the zipfiles downloadable."
10865
  msgstr ""
10866
 
10867
- #: wppa-settings-autosave.php:3809
10868
  msgid "Make owner like photoname"
10869
  msgstr ""
10870
 
10871
- #: wppa-settings-autosave.php:3810
10872
  msgid "Change the owner to the user who's display name equals photoname."
10873
  msgstr ""
10874
 
10875
- #: wppa-settings-autosave.php:3818
10876
  msgid "JS and CSS when needed"
10877
  msgstr ""
10878
 
10879
- #: wppa-settings-autosave.php:3819
10880
  msgid "Loads .js and .css files only when they are used on the page."
10881
  msgstr ""
10882
 
10883
- #: wppa-settings-autosave.php:3820
10884
- msgid ""
10885
- "This is a self learning system. The first time a page is loaded that "
10886
- "requires wppa .css or .js files, the page will reload."
 
 
 
 
 
 
 
 
 
 
 
 
10887
  msgstr ""
10888
 
10889
- #: wppa-settings-autosave.php:3828
10890
  msgid "Slideshow related settings"
10891
  msgstr ""
10892
 
10893
- #: wppa-settings-autosave.php:3830
10894
  msgid "V align"
10895
  msgstr ""
10896
 
10897
- #: wppa-settings-autosave.php:3831
10898
  msgid "Vertical alignment of slideshow images."
10899
  msgstr ""
10900
 
10901
- #: wppa-settings-autosave.php:3832
10902
  msgid "Specify the vertical alignment of slideshow images."
10903
  msgstr ""
10904
 
10905
- #: wppa-settings-autosave.php:3833
10906
  msgid ""
10907
  "If you select --- none ---, the photos will not be centered horizontally "
10908
  "either."
10909
  msgstr ""
10910
 
10911
- #: wppa-settings-autosave.php:3835 wppa-settings-autosave.php:4106
10912
- #: wppa-slideshow-widget.php:214
10913
  msgid "top"
10914
  msgstr ""
10915
 
10916
- #: wppa-settings-autosave.php:3835 wppa-settings-autosave.php:4106
10917
- #: wppa-slideshow-widget.php:216
10918
  msgid "bottom"
10919
  msgstr ""
10920
 
10921
- #: wppa-settings-autosave.php:3835 wppa-slideshow-widget.php:217
10922
  msgid "fit"
10923
  msgstr ""
10924
 
10925
- #: wppa-settings-autosave.php:3843
10926
  msgid "H align"
10927
  msgstr ""
10928
 
10929
- #: wppa-settings-autosave.php:3844
10930
  msgid "Horizontal alignment of slideshow images."
10931
  msgstr ""
10932
 
10933
- #: wppa-settings-autosave.php:3845
10934
  msgid ""
10935
  "Specify the horizontal alignment of slideshow images. If you specify --- "
10936
  "none --- , no horizontal alignment will take place."
10937
  msgstr ""
10938
 
10939
- #: wppa-settings-autosave.php:3846
10940
  msgid ""
10941
  "This setting is only usefull when the Column Width differs from the Maximum "
10942
  "Width."
10943
  msgstr ""
10944
 
10945
- #: wppa-settings-autosave.php:3847
10946
  msgid "(Settings I-A1 and I-B1)"
10947
  msgstr ""
10948
 
10949
- #: wppa-settings-autosave.php:3857
10950
  msgid "Start slideshow running."
10951
  msgstr ""
10952
 
10953
- #: wppa-settings-autosave.php:3858
10954
  msgid ""
10955
  "If you select \"running\", the slideshow will start running immediately, if "
10956
  "you select \"still at first photo\", the first photo will be displayed in "
10957
  "browse mode."
10958
  msgstr ""
10959
 
10960
- #: wppa-settings-autosave.php:3859
10961
  msgid ""
10962
  "If you select \"still at first norated\", the first photo that the visitor "
10963
  "did not gave a rating will be displayed in browse mode."
10964
  msgstr ""
10965
 
10966
- #: wppa-settings-autosave.php:3861
10967
  msgid "running"
10968
  msgstr ""
10969
 
10970
- #: wppa-settings-autosave.php:3862
10971
  msgid "still at first photo"
10972
  msgstr ""
10973
 
10974
- #: wppa-settings-autosave.php:3863
10975
  msgid "still at first norated"
10976
  msgstr ""
10977
 
10978
- #: wppa-settings-autosave.php:3874
10979
  msgid "Start slideonly"
10980
  msgstr ""
10981
 
10982
- #: wppa-settings-autosave.php:3875
10983
  msgid "Start slideonly slideshow running."
10984
  msgstr ""
10985
 
10986
- #: wppa-settings-autosave.php:3883 wppa-settings-autosave.php:4818
10987
  msgid "Video autostart"
10988
  msgstr ""
10989
 
10990
- #: wppa-settings-autosave.php:3884
10991
  msgid "Autoplay videos in slideshows."
10992
  msgstr ""
10993
 
10994
- #: wppa-settings-autosave.php:3893 wppa-settings-autosave.php:4827
10995
  msgid "Audio autostart"
10996
  msgstr ""
10997
 
10998
- #: wppa-settings-autosave.php:3894
10999
  msgid "Autoplay audios in slideshows."
11000
  msgstr ""
11001
 
11002
- #: wppa-settings-autosave.php:3902
11003
  msgid "Animation type"
11004
  msgstr ""
11005
 
11006
- #: wppa-settings-autosave.php:3903
11007
  msgid "The way successive slides appear."
11008
  msgstr ""
11009
 
11010
- #: wppa-settings-autosave.php:3904
11011
  msgid ""
11012
  "Select the way the old slide is to be replaced by the new one in the "
11013
  "slideshow/browse fullsize display."
11014
  msgstr ""
11015
 
11016
- #: wppa-settings-autosave.php:3906
11017
  msgid "Fade out and in simultaneous"
11018
  msgstr ""
11019
 
11020
- #: wppa-settings-autosave.php:3907
11021
  msgid "Fade in after fade out"
11022
  msgstr ""
11023
 
11024
- #: wppa-settings-autosave.php:3908
11025
  msgid "Shift adjacent"
11026
  msgstr ""
11027
 
11028
- #: wppa-settings-autosave.php:3909
11029
  msgid "Stack on"
11030
  msgstr ""
11031
 
11032
- #: wppa-settings-autosave.php:3910
11033
  msgid "Stack off"
11034
  msgstr ""
11035
 
11036
- #: wppa-settings-autosave.php:3911
11037
  msgid "Turn over"
11038
  msgstr ""
11039
 
11040
- #: wppa-settings-autosave.php:3925
11041
  msgid "Timeout"
11042
  msgstr ""
11043
 
11044
- #: wppa-settings-autosave.php:3926
11045
  msgid "Slideshow timeout."
11046
  msgstr ""
11047
 
11048
- #: wppa-settings-autosave.php:3927
11049
  msgid ""
11050
  "Select the time a single slide will be visible when the slideshow is started."
11051
  msgstr ""
11052
 
11053
- #: wppa-settings-autosave.php:3936
11054
  msgid "Speed"
11055
  msgstr ""
11056
 
11057
- #: wppa-settings-autosave.php:3937
11058
  msgid "Slideshow animation speed."
11059
  msgstr ""
11060
 
11061
- #: wppa-settings-autosave.php:3938
11062
  msgid "Specify the animation speed to be used in slideshows."
11063
  msgstr ""
11064
 
11065
- #: wppa-settings-autosave.php:3939
11066
  msgid "This is the time it takes a photo to fade in or out."
11067
  msgstr ""
11068
 
11069
- #: wppa-settings-autosave.php:3941 wppa-settings-autosave.php:4333
11070
- #: wppa-settings-autosave.php:4764 wppa-settings-autosave.php:6721
11071
- #: wppa-settings-autosave.php:7947 wppa-settings-autosave.php:7958
11072
- #: wppa-settings-autosave.php:7969 wppa-settings-autosave.php:7980
11073
- #: wppa-settings-autosave.php:8140
11074
  msgid "--- off ---"
11075
  msgstr ""
11076
 
11077
- #: wppa-settings-autosave.php:3941
11078
- msgid "very fast (200 ms.)"
11079
- msgstr ""
11080
-
11081
- #: wppa-settings-autosave.php:3941
11082
- msgid "fast (400 ms.)"
11083
- msgstr ""
11084
-
11085
- #: wppa-settings-autosave.php:3941
11086
- msgid "normal (800 ms.)"
11087
- msgstr ""
11088
-
11089
- #: wppa-settings-autosave.php:3941
11090
- msgid "slow (1.2 s.)"
11091
- msgstr ""
11092
-
11093
- #: wppa-settings-autosave.php:3941
11094
- msgid "very slow (2 s.)"
11095
- msgstr ""
11096
-
11097
- #: wppa-settings-autosave.php:3941
11098
- msgid "extremely slow (4 s.)"
11099
- msgstr ""
11100
-
11101
- #: wppa-settings-autosave.php:3948
11102
  msgid "Slide hover pause"
11103
  msgstr ""
11104
 
11105
- #: wppa-settings-autosave.php:3949
11106
  msgid "Running Slideshow suspends during mouse hover."
11107
  msgstr ""
11108
 
11109
- #: wppa-settings-autosave.php:3957
11110
  msgid "Slideshow wrap around"
11111
  msgstr ""
11112
 
11113
- #: wppa-settings-autosave.php:3958
11114
  msgid "The slideshow wraps around the start and end"
11115
  msgstr ""
11116
 
11117
- #: wppa-settings-autosave.php:3966
11118
  msgid "Full desc align"
11119
  msgstr ""
11120
 
11121
- #: wppa-settings-autosave.php:3967
11122
  msgid "The alignment of the descriptions under fullsize images and slideshows."
11123
  msgstr ""
11124
 
11125
- #: wppa-settings-autosave.php:3970 wppa-settings-autosave.php:4094
11126
- #: wppa-settings-autosave.php:4212
11127
  msgid "Left"
11128
  msgstr ""
11129
 
11130
- #: wppa-settings-autosave.php:3970
11131
  msgid "Center"
11132
  msgstr ""
11133
 
11134
- #: wppa-settings-autosave.php:3970 wppa-settings-autosave.php:4094
11135
- #: wppa-settings-autosave.php:4212
11136
  msgid "Right"
11137
  msgstr ""
11138
 
11139
- #: wppa-settings-autosave.php:3977
11140
  msgid "Remove redundant space"
11141
  msgstr ""
11142
 
11143
- #: wppa-settings-autosave.php:3978
11144
  msgid "Removes unwanted &lt;p> and &lt;br> tags in fullsize descriptions."
11145
  msgstr ""
11146
 
11147
- #: wppa-settings-autosave.php:3979
11148
  msgid ""
11149
  "This setting has only effect when Table IX-A7 (foreign shortcodes) is "
11150
  "checked."
11151
  msgstr ""
11152
 
11153
- #: wppa-settings-autosave.php:3986 wppa-settings-autosave.php:4151
11154
- #: wppa-settings-autosave.php:4281
11155
  msgid "Run nl2br or wpautop on description"
11156
  msgstr ""
11157
 
11158
- #: wppa-settings-autosave.php:3987
11159
  msgid "Adds &lt;br> or &lt;p> and &lt;br> tags in fullsize descriptions."
11160
  msgstr ""
11161
 
11162
- #: wppa-settings-autosave.php:3991 wppa-settings-autosave.php:4156
11163
- #: wppa-settings-autosave.php:4286
11164
  msgid "Linebreaks only"
11165
  msgstr ""
11166
 
11167
- #: wppa-settings-autosave.php:3992 wppa-settings-autosave.php:4157
11168
- #: wppa-settings-autosave.php:4287
11169
  msgid "Linebreaks and paragraphs"
11170
  msgstr ""
11171
 
11172
- #: wppa-settings-autosave.php:4000
11173
  msgid "Auto open comments"
11174
  msgstr ""
11175
 
11176
- #: wppa-settings-autosave.php:4001
11177
  msgid "Automatic opens comments box when slideshow does not run."
11178
  msgstr ""
11179
 
11180
- #: wppa-settings-autosave.php:4009
11181
  msgid "Film hover goto"
11182
  msgstr ""
11183
 
11184
- #: wppa-settings-autosave.php:4010
11185
  msgid "Go to slide when hovering filmstrip thumbnail."
11186
  msgstr ""
11187
 
11188
- #: wppa-settings-autosave.php:4011
11189
  msgid "Do not use this setting when slides have different aspect ratios!"
11190
  msgstr ""
11191
 
11192
- #: wppa-settings-autosave.php:4018
11193
  msgid "Slide swipe"
11194
  msgstr ""
11195
 
11196
- #: wppa-settings-autosave.php:4019
11197
  msgid "Enable touch events swipe left-right on slides on touch screens."
11198
  msgstr ""
11199
 
11200
- #: wppa-settings-autosave.php:4027
11201
  msgid "Slide page Ajax"
11202
  msgstr ""
11203
 
11204
- #: wppa-settings-autosave.php:4028
11205
  msgid "Pagelinks slideshow use Ajax"
11206
  msgstr ""
11207
 
11208
- #: wppa-settings-autosave.php:4029
11209
  msgid "On some systems you need to disable ajax here."
11210
  msgstr ""
11211
 
11212
- #: wppa-settings-autosave.php:4037
11213
  msgid "Thumbnail related settings"
11214
  msgstr ""
11215
 
11216
- #: wppa-settings-autosave.php:4040
11217
  msgid "Photo ordering sequence method."
11218
  msgstr ""
11219
 
11220
- #: wppa-settings-autosave.php:4041
11221
  msgid ""
11222
  "Specify the way the photos should be ordered. This is the default setting. "
11223
  "You can overrule the default sorting order on a per album basis."
11224
  msgstr ""
11225
 
11226
- #: wppa-settings-autosave.php:4078
11227
  msgid "Thumbnail type"
11228
  msgstr ""
11229
 
11230
- #: wppa-settings-autosave.php:4079
11231
  msgid "The way the thumbnail images are displayed."
11232
  msgstr ""
11233
 
11234
- #: wppa-settings-autosave.php:4080
11235
  msgid ""
11236
  "You may select an altenative display method for thumbnails. Note that some "
11237
  "of the thumbnail settings do not apply to all available display methods."
11238
  msgstr ""
11239
 
11240
- #: wppa-settings-autosave.php:4082 wppa-settings-autosave.php:4106
11241
- #: wppa-tinymce-shortcodes.php:515 wppa-tinymce-shortcodes.php:534
11242
- #: wppa-watermark.php:587 wppa-watermark.php:652
11243
- msgid "--- default ---"
11244
- msgstr ""
11245
-
11246
- #: wppa-settings-autosave.php:4082
11247
  msgid "like album covers"
11248
  msgstr ""
11249
 
11250
- #: wppa-settings-autosave.php:4082
11251
  msgid "like album covers mcr"
11252
  msgstr ""
11253
 
11254
- #: wppa-settings-autosave.php:4082
11255
  msgid "masonry style columns"
11256
  msgstr ""
11257
 
11258
- #: wppa-settings-autosave.php:4082
11259
  msgid "masonry style rows"
11260
  msgstr ""
11261
 
11262
- #: wppa-settings-autosave.php:4090 wppa-settings-autosave.php:4206
11263
  msgid "Placement"
11264
  msgstr ""
11265
 
11266
- #: wppa-settings-autosave.php:4091
11267
  msgid "Thumbnail image left or right."
11268
  msgstr ""
11269
 
11270
- #: wppa-settings-autosave.php:4092
11271
  msgid "Indicate the placement position of the thumbnailphoto you wish."
11272
  msgstr ""
11273
 
11274
- #: wppa-settings-autosave.php:4101
11275
  msgid "Vertical alignment"
11276
  msgstr ""
11277
 
11278
- #: wppa-settings-autosave.php:4102
11279
  msgid "Vertical alignment of thumbnails."
11280
  msgstr ""
11281
 
11282
- #: wppa-settings-autosave.php:4103
11283
  msgid ""
11284
  "Specify the vertical alignment of thumbnail images. Use this setting when "
11285
  "albums contain both portrait and landscape photos."
11286
  msgstr ""
11287
 
11288
- #: wppa-settings-autosave.php:4104
11289
  msgid ""
11290
  "It is NOT recommended to use the value --- default ---; it will affect the "
11291
  "horizontal alignment also and is meant to be used with custom css."
11292
  msgstr ""
11293
 
11294
- #: wppa-settings-autosave.php:4113
11295
  msgid "Thumb mouseover"
11296
  msgstr ""
11297
 
11298
- #: wppa-settings-autosave.php:4114
11299
  msgid "Apply thumbnail mouseover effect."
11300
  msgstr ""
11301
 
11302
- #: wppa-settings-autosave.php:4115
11303
  msgid "Check this box to use mouseover effect on thumbnail images."
11304
  msgstr ""
11305
 
11306
- #: wppa-settings-autosave.php:4123
11307
  msgid "Thumb opacity"
11308
  msgstr ""
11309
 
11310
- #: wppa-settings-autosave.php:4124 wppa-settings-autosave.php:4231
11311
  msgid "Initial opacity value."
11312
  msgstr ""
11313
 
11314
- #: wppa-settings-autosave.php:4125 wppa-settings-autosave.php:4232
11315
- #: wppa-settings-autosave.php:4382
11316
  msgid "Enter percentage of opacity. 100% is opaque, 0% is transparant"
11317
  msgstr ""
11318
 
11319
- #: wppa-settings-autosave.php:4127 wppa-settings-autosave.php:4234
11320
- #: wppa-settings-autosave.php:4385 wppa-settings-autosave.php:4744
11321
  msgid "%"
11322
  msgstr ""
11323
 
11324
- #: wppa-settings-autosave.php:4132
11325
  msgid "Thumb popup"
11326
  msgstr ""
11327
 
11328
- #: wppa-settings-autosave.php:4133
11329
  msgid "Use popup effect on thumbnail images."
11330
  msgstr ""
11331
 
11332
- #: wppa-settings-autosave.php:4134
11333
  msgid "Thumbnails pop-up to a larger image when hovered."
11334
  msgstr ""
11335
 
11336
- #: wppa-settings-autosave.php:4142
11337
  msgid "Align subtext"
11338
  msgstr ""
11339
 
11340
- #: wppa-settings-autosave.php:4143
11341
  msgid "Set thumbnail subtext on equal height."
11342
  msgstr ""
11343
 
11344
- #: wppa-settings-autosave.php:4152
11345
  msgid "Adds &lt;br> or &lt;p> and &lt;br> tags in thumbnail descriptions."
11346
  msgstr ""
11347
 
11348
- #: wppa-settings-autosave.php:4166
11349
  msgid "Album and covers related settings"
11350
  msgstr ""
11351
 
11352
- #: wppa-settings-autosave.php:4168
11353
  msgid "Album order"
11354
  msgstr ""
11355
 
11356
- #: wppa-settings-autosave.php:4169
11357
  msgid "Album ordering sequence method."
11358
  msgstr ""
11359
 
11360
- #: wppa-settings-autosave.php:4170
11361
  msgid "Specify the way the albums should be ordered."
11362
  msgstr ""
11363
 
11364
- #: wppa-settings-autosave.php:4195
11365
  msgid "Default coverphoto selection"
11366
  msgstr ""
11367
 
11368
- #: wppa-settings-autosave.php:4196
11369
  msgid "Default select cover photo method."
11370
  msgstr ""
11371
 
11372
- #: wppa-settings-autosave.php:4197
11373
  msgid ""
11374
  "This is the initial value on album creation only. It can be overruled on the "
11375
  "edit album page."
11376
  msgstr ""
11377
 
11378
- #: wppa-settings-autosave.php:4198
11379
  msgid "Random from album"
11380
  msgstr ""
11381
 
11382
- #: wppa-settings-autosave.php:4198
11383
  msgid "Random featured from album"
11384
  msgstr ""
11385
 
11386
- #: wppa-settings-autosave.php:4198
11387
  msgid "Most recently added to album"
11388
  msgstr ""
11389
 
11390
- #: wppa-settings-autosave.php:4198
11391
  msgid "Random from album or any sub album"
11392
  msgstr ""
11393
 
11394
- #: wppa-settings-autosave.php:4207
11395
  msgid "Cover image position."
11396
  msgstr ""
11397
 
11398
- #: wppa-settings-autosave.php:4208
11399
  msgid ""
11400
  "Enter the position that you want to be used for the default album cover "
11401
  "selected in Table IV-D6."
11402
  msgstr ""
11403
 
11404
- #: wppa-settings-autosave.php:4209
11405
  msgid ""
11406
  "For covertype Image Factory: left will be treated as top and right will be "
11407
  "treted as bottom."
11408
  msgstr ""
11409
 
11410
- #: wppa-settings-autosave.php:4210
11411
  msgid ""
11412
  "For covertype Long Descriptions: top will be treated as left and bottom will "
11413
  "be treted as right."
11414
  msgstr ""
11415
 
11416
- #: wppa-settings-autosave.php:4220
11417
  msgid "Cover mouseover"
11418
  msgstr ""
11419
 
11420
- #: wppa-settings-autosave.php:4221
11421
  msgid "Apply coverphoto mouseover effect."
11422
  msgstr ""
11423
 
11424
- #: wppa-settings-autosave.php:4222
11425
  msgid "Check this box to use mouseover effect on cover images."
11426
  msgstr ""
11427
 
11428
- #: wppa-settings-autosave.php:4230
11429
  msgid "Cover opacity"
11430
  msgstr ""
11431
 
11432
- #: wppa-settings-autosave.php:4239
11433
  msgid "Cover type"
11434
  msgstr ""
11435
 
11436
- #: wppa-settings-autosave.php:4240
11437
  msgid "Select the default cover type."
11438
  msgstr ""
11439
 
11440
- #: wppa-settings-autosave.php:4241
11441
  msgid ""
11442
  "Types with the addition mcr are suitable for Multi Column in a Responsive "
11443
  "theme"
11444
  msgstr ""
11445
 
11446
- #: wppa-settings-autosave.php:4264
11447
  msgid "The umber of coverphotos. Must be > 1 and < 25."
11448
  msgstr ""
11449
 
11450
- #: wppa-settings-autosave.php:4272
11451
  msgid "Cats include subs"
11452
  msgstr ""
11453
 
11454
- #: wppa-settings-autosave.php:4273
11455
  msgid "Child albums are included in Category based shortcodes."
11456
  msgstr ""
11457
 
11458
- #: wppa-settings-autosave.php:4274
11459
  msgid ""
11460
  "When you use album=\"#cat,...\", in a shortcode, the child albums will be "
11461
  "included."
11462
  msgstr ""
11463
 
11464
- #: wppa-settings-autosave.php:4282
11465
  msgid "Adds &lt;br> or &lt;p> and &lt;br> tags in album descriptions."
11466
  msgstr ""
11467
 
11468
- #: wppa-settings-autosave.php:4296
11469
  msgid "Rating related settings"
11470
  msgstr ""
11471
 
11472
- #: wppa-settings-autosave.php:4298
11473
  msgid "Rating login"
11474
  msgstr ""
11475
 
11476
- #: wppa-settings-autosave.php:4299
11477
  msgid "Users must login to rate photos."
11478
  msgstr ""
11479
 
11480
- #: wppa-settings-autosave.php:4300
11481
  msgid ""
11482
  "If users want to vote for a photo (rating 1..5 stars) the must login first. "
11483
  "The avarage rating will always be displayed as long as the rating system is "
11484
  "enabled."
11485
  msgstr ""
11486
 
11487
- #: wppa-settings-autosave.php:4307
11488
  msgid "Rating change"
11489
  msgstr ""
11490
 
11491
- #: wppa-settings-autosave.php:4308 wppa-settings-autosave.php:4309
11492
  msgid "Users may change their ratings."
11493
  msgstr ""
11494
 
11495
- #: wppa-settings-autosave.php:4310 wppa-settings-autosave.php:4364
11496
- #: wppa-settings-autosave.php:4383 wppa-settings-autosave.php:4396
11497
- #: wppa-settings-autosave.php:4406 wppa-settings-autosave.php:4416
11498
- #: wppa-settings-autosave.php:4426
11499
  msgid ""
11500
  "If \"One button vote\" is selected in Table I-E1, this setting has no meaning"
11501
  msgstr ""
11502
 
11503
- #: wppa-settings-autosave.php:4318
11504
  msgid "Rating multi"
11505
  msgstr ""
11506
 
11507
- #: wppa-settings-autosave.php:4319
11508
  msgid "Users may give multiple votes."
11509
  msgstr ""
11510
 
11511
- #: wppa-settings-autosave.php:4320
11512
  msgid ""
11513
  "Users may give multiple votes. (This has no effect when users may change "
11514
  "their votes.)"
11515
  msgstr ""
11516
 
11517
- #: wppa-settings-autosave.php:4329
11518
  msgid "Rating daily"
11519
  msgstr ""
11520
 
11521
- #: wppa-settings-autosave.php:4330
11522
  msgid "Users may rate only once per period"
11523
  msgstr ""
11524
 
11525
- #: wppa-settings-autosave.php:4333
11526
  msgid "Week"
11527
  msgstr ""
11528
 
11529
- #: wppa-settings-autosave.php:4333
11530
  msgid "Day"
11531
  msgstr ""
11532
 
11533
- #: wppa-settings-autosave.php:4333
11534
  msgid "Hour"
11535
  msgstr ""
11536
 
11537
- #: wppa-settings-autosave.php:4341
11538
  msgid "Rate own photos"
11539
  msgstr ""
11540
 
11541
- #: wppa-settings-autosave.php:4342
11542
  msgid "It is allowed to rate photos by the uploader himself."
11543
  msgstr ""
11544
 
11545
- #: wppa-settings-autosave.php:4351
11546
  msgid "Rating requires comment"
11547
  msgstr ""
11548
 
11549
- #: wppa-settings-autosave.php:4352
11550
  msgid "Users must clarify their vote in a comment."
11551
  msgstr ""
11552
 
11553
- #: wppa-settings-autosave.php:4362
11554
- msgid "This value counts dislike rating."
11555
- msgstr ""
11556
-
11557
- #: wppa-settings-autosave.php:4363
11558
- msgid ""
11559
- "This value will be used for a dislike rating on calculation of avarage "
11560
- "ratings."
11561
- msgstr ""
11562
-
11563
- #: wppa-settings-autosave.php:4366
11564
- msgid "points"
11565
- msgstr ""
11566
-
11567
- #: wppa-settings-autosave.php:4371
11568
  msgid "Next after vote"
11569
  msgstr ""
11570
 
11571
- #: wppa-settings-autosave.php:4372
11572
  msgid "Goto next slide after voting"
11573
  msgstr ""
11574
 
11575
- #: wppa-settings-autosave.php:4373
11576
  msgid ""
11577
  "If checked, the visitor goes straight to the slide following the slide he "
11578
  "voted. This will speed up mass voting."
11579
  msgstr ""
11580
 
11581
- #: wppa-settings-autosave.php:4380
11582
  msgid "Star off opacity"
11583
  msgstr ""
11584
 
11585
- #: wppa-settings-autosave.php:4381
11586
  msgid "Rating star off state opacity value."
11587
  msgstr ""
11588
 
11589
- #: wppa-settings-autosave.php:4391
11590
  msgid "Notify admin every x times."
11591
  msgstr ""
11592
 
11593
- #: wppa-settings-autosave.php:4392
11594
  msgid ""
11595
  "If this number is positive, there will be a thumb down icon in the rating "
11596
  "bar."
11597
  msgstr ""
11598
 
11599
- #: wppa-settings-autosave.php:4393
11600
- msgid ""
11601
- "Cicking the icon indicates a user wants to report that an image is "
11602
- "inappropiate."
11603
  msgstr ""
11604
 
11605
- #: wppa-settings-autosave.php:4394
11606
- msgid "Admin will be notified by email after every x reports."
11607
  msgstr ""
11608
 
11609
- #: wppa-settings-autosave.php:4395 wppa-settings-autosave.php:4405
11610
- #: wppa-settings-autosave.php:4415
11611
  msgid "A value of 0 disables this feature."
11612
  msgstr ""
11613
 
11614
- #: wppa-settings-autosave.php:4398 wppa-settings-autosave.php:4408
11615
- #: wppa-settings-autosave.php:4418
11616
  msgid "reports"
11617
  msgstr ""
11618
 
11619
- #: wppa-settings-autosave.php:4403
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11620
  msgid "Pending after"
11621
  msgstr ""
11622
 
11623
- #: wppa-settings-autosave.php:4404
11624
  msgid "Set status to pending after xx dislike votes."
11625
  msgstr ""
11626
 
11627
- #: wppa-settings-autosave.php:4413
11628
  msgid "Delete after"
11629
  msgstr ""
11630
 
11631
- #: wppa-settings-autosave.php:4414
11632
- msgid "Deete photo after xx dislike votes."
11633
  msgstr ""
11634
 
11635
- #: wppa-settings-autosave.php:4423
11636
  msgid "Show dislike count"
11637
  msgstr ""
11638
 
11639
- #: wppa-settings-autosave.php:4424
11640
  msgid "Show the number of dislikes in the rating bar."
11641
  msgstr ""
11642
 
11643
- #: wppa-settings-autosave.php:4425
11644
  msgid "Displayes the total number of dislike votes for the current photo."
11645
  msgstr ""
11646
 
11647
- #: wppa-settings-autosave.php:4433
11648
  msgid "Rating display type"
11649
  msgstr ""
11650
 
11651
- #: wppa-settings-autosave.php:4434
11652
  msgid "Specify the type of the rating display."
11653
  msgstr ""
11654
 
11655
- #: wppa-settings-autosave.php:4435
11656
  msgid ""
11657
  "If you select \"Likes\" you must also select \"One button vote\" in Table I-"
11658
  "E1"
11659
  msgstr ""
11660
 
11661
- #: wppa-settings-autosave.php:4437
11662
  msgid "Graphic"
11663
  msgstr ""
11664
 
11665
- #: wppa-settings-autosave.php:4437
11666
  msgid "Numeric"
11667
  msgstr ""
11668
 
11669
- #: wppa-settings-autosave.php:4437
11670
  msgid "Likes"
11671
  msgstr ""
11672
 
11673
- #: wppa-settings-autosave.php:4445
11674
  msgid "Show average rating"
11675
  msgstr ""
11676
 
11677
- #: wppa-settings-autosave.php:4446
11678
  msgid "Display the avarage rating and/or vote count on the rating bar"
11679
  msgstr ""
11680
 
11681
- #: wppa-settings-autosave.php:4447
11682
  msgid ""
11683
  "If checked, the average rating as well as the current users rating is "
11684
  "displayed in max 5 or 10 stars."
11685
  msgstr ""
11686
 
11687
- #: wppa-settings-autosave.php:4448
11688
  msgid "If unchecked, only the current users rating is displayed (if any)."
11689
  msgstr ""
11690
 
11691
- #: wppa-settings-autosave.php:4449
11692
  msgid ""
11693
  "If \"One button vote\" is selected in Table I-E1, this box checked will "
11694
  "display the vote count."
11695
  msgstr ""
11696
 
11697
- #: wppa-settings-autosave.php:4456
11698
  msgid "Avg and Mine on 2 lines"
11699
  msgstr ""
11700
 
11701
- #: wppa-settings-autosave.php:4457
11702
  msgid "Display avarage and my rating on different lines"
11703
  msgstr ""
11704
 
11705
- #: wppa-settings-autosave.php:4465
11706
  msgid "Single vote button text"
11707
  msgstr ""
11708
 
11709
- #: wppa-settings-autosave.php:4466
11710
  msgid "The text on the voting button."
11711
  msgstr ""
11712
 
11713
- #: wppa-settings-autosave.php:4467 wppa-settings-autosave.php:4476
11714
  msgid "This text may contain qTranslate compatible language tags."
11715
  msgstr ""
11716
 
11717
- #: wppa-settings-autosave.php:4474
11718
  msgid "Single vote button text voted"
11719
  msgstr ""
11720
 
11721
- #: wppa-settings-autosave.php:4475
11722
  msgid "The text on the voting button when voted."
11723
  msgstr ""
11724
 
11725
- #: wppa-settings-autosave.php:4483
11726
  msgid "Single vote button thumbnail"
11727
  msgstr ""
11728
 
11729
- #: wppa-settings-autosave.php:4484
11730
  msgid "Display single vote button below thumbnails."
11731
  msgstr ""
11732
 
11733
- #: wppa-settings-autosave.php:4485
11734
  msgid ""
11735
  "This works only in single vote mode: Table I-E1 set to \"one button vote\""
11736
  msgstr ""
11737
 
11738
- #: wppa-settings-autosave.php:4492
11739
  msgid "Medal bronze when"
11740
  msgstr ""
11741
 
11742
- #: wppa-settings-autosave.php:4493 wppa-settings-autosave.php:4511
11743
  msgid "Photo gets medal bronze when number of top-scores ( 5 or 10 )."
11744
  msgstr ""
11745
 
11746
- #: wppa-settings-autosave.php:4494 wppa-settings-autosave.php:4512
 
11747
  msgid ""
11748
  "When the photo has this number of topscores ( 5 or 10 stars ), it will get a "
11749
- "bronze medal. A value of 0 indicates that you do not want this feature."
11750
  msgstr ""
11751
 
11752
- #: wppa-settings-autosave.php:4496 wppa-settings-autosave.php:4505
11753
- #: wppa-settings-autosave.php:4514
11754
  msgid "Topscores"
11755
  msgstr ""
11756
 
11757
- #: wppa-settings-autosave.php:4501
11758
  msgid "Medal silver when"
11759
  msgstr ""
11760
 
11761
- #: wppa-settings-autosave.php:4502
11762
  msgid "Photo gets medal silver when number of top-scores ( 5 or 10 )."
11763
  msgstr ""
11764
 
11765
- #: wppa-settings-autosave.php:4503
11766
- msgid ""
11767
- "When the photo has this number of topscores ( 5 or 10 stars ), it will get a "
11768
- "silver medal. A value of 0 indicates that you do not want this feature."
11769
  msgstr ""
11770
 
11771
- #: wppa-settings-autosave.php:4510
11772
- msgid "Medal gold when"
11773
  msgstr ""
11774
 
11775
- #: wppa-settings-autosave.php:4519
11776
  msgid "Medal tag color"
11777
  msgstr ""
11778
 
11779
- #: wppa-settings-autosave.php:4520
11780
  msgid "The color of the tag on the medal."
11781
  msgstr ""
11782
 
11783
- #: wppa-settings-autosave.php:4523 wppa-settings-autosave.php:8223
11784
  msgid "Red"
11785
  msgstr ""
11786
 
11787
- #: wppa-settings-autosave.php:4523 wppa-settings-autosave.php:8226
11788
  msgid "Green"
11789
  msgstr ""
11790
 
11791
- #: wppa-settings-autosave.php:4523 wppa-settings-autosave.php:8227
11792
  msgid "Blue"
11793
  msgstr ""
11794
 
11795
- #: wppa-settings-autosave.php:4530
11796
  msgid "Medal position"
11797
  msgstr ""
11798
 
11799
- #: wppa-settings-autosave.php:4531
11800
  msgid "The position of the medal on the image."
11801
  msgstr ""
11802
 
11803
- #: wppa-settings-autosave.php:4534
11804
  msgid "Top left"
11805
  msgstr ""
11806
 
11807
- #: wppa-settings-autosave.php:4534
11808
  msgid "Top right"
11809
  msgstr ""
11810
 
11811
- #: wppa-settings-autosave.php:4534
11812
  msgid "Bottom left"
11813
  msgstr ""
11814
 
11815
- #: wppa-settings-autosave.php:4534
11816
  msgid "Bottom right"
11817
  msgstr ""
11818
 
11819
- #: wppa-settings-autosave.php:4541
11820
  msgid "Top criterium"
11821
  msgstr ""
11822
 
11823
- #: wppa-settings-autosave.php:4542
11824
  msgid "The top sort item used for topten results from shortcodes."
11825
  msgstr ""
11826
 
11827
- #: wppa-settings-autosave.php:4545
11828
  msgid "Mean raiting"
11829
  msgstr ""
11830
 
11831
- #: wppa-settings-autosave.php:4545
11832
  msgid "Rating count"
11833
  msgstr ""
11834
 
11835
- #: wppa-settings-autosave.php:4545
11836
  msgid "Viewcount"
11837
  msgstr ""
11838
 
11839
- #: wppa-settings-autosave.php:4552
11840
  msgid "Comments related settings"
11841
  msgstr ""
11842
 
11843
- #: wppa-settings-autosave.php:4554
11844
  msgid "Commenting login"
11845
  msgstr ""
11846
 
11847
- #: wppa-settings-autosave.php:4555
11848
  msgid "Users must be logged in to comment on photos."
11849
  msgstr ""
11850
 
11851
- #: wppa-settings-autosave.php:4556
11852
  msgid ""
11853
  "Check this box if you want users to be logged in to be able to enter "
11854
  "comments on individual photos."
11855
  msgstr ""
11856
 
11857
- #: wppa-settings-autosave.php:4563
11858
  msgid "Comments view login"
11859
  msgstr ""
11860
 
11861
- #: wppa-settings-autosave.php:4564
11862
  msgid "Users must be logged in to see comments on photos."
11863
  msgstr ""
11864
 
11865
- #: wppa-settings-autosave.php:4565
11866
  msgid ""
11867
  "Check this box if you want users to be logged in to be able to see existing "
11868
  "comments on individual photos."
11869
  msgstr ""
11870
 
11871
- #: wppa-settings-autosave.php:4572
11872
  msgid "Last comment first"
11873
  msgstr ""
11874
 
11875
- #: wppa-settings-autosave.php:4573
11876
  msgid "Display the newest comment on top."
11877
  msgstr ""
11878
 
11879
- #: wppa-settings-autosave.php:4574
11880
  msgid "If checked: Display the newest comment on top."
11881
  msgstr ""
11882
 
11883
- #: wppa-settings-autosave.php:4575
11884
  msgid "If unchecked, the comments are listed in the ordere they were entered."
11885
  msgstr ""
11886
 
11887
- #: wppa-settings-autosave.php:4582
11888
  msgid "Comment moderation"
11889
  msgstr ""
11890
 
11891
- #: wppa-settings-autosave.php:4583
11892
  msgid "Comments from what users need approval."
11893
  msgstr ""
11894
 
11895
- #: wppa-settings-autosave.php:4584
11896
  msgid "Select the desired users of which the comments need approval."
11897
  msgstr ""
11898
 
11899
- #: wppa-settings-autosave.php:4586 wppa-settings-autosave.php:6707
11900
  msgid "All users"
11901
  msgstr ""
11902
 
11903
- #: wppa-settings-autosave.php:4586 wppa-settings-autosave.php:6707
11904
  msgid "Logged out users"
11905
  msgstr ""
11906
 
11907
- #: wppa-settings-autosave.php:4586 wppa-settings-autosave.php:6707
11908
  msgid "No users"
11909
  msgstr ""
11910
 
11911
- #: wppa-settings-autosave.php:4593
 
 
 
 
11912
  msgid "Comment email required"
11913
  msgstr ""
11914
 
11915
- #: wppa-settings-autosave.php:4594
11916
  msgid "Commenting users must enter their email addresses."
11917
  msgstr ""
11918
 
11919
- #: wppa-settings-autosave.php:4598 wppa-settings-autosave.php:9750
11920
- #: wppa-settings-autosave.php:9818
11921
  msgid "Optional"
11922
  msgstr ""
11923
 
11924
- #: wppa-settings-autosave.php:4610
11925
  msgid "Comment notify"
11926
  msgstr ""
11927
 
11928
- #: wppa-settings-autosave.php:4611
11929
  msgid "Select who must receive an e-mail notification of a new comment."
11930
  msgstr ""
11931
 
11932
- #: wppa-settings-autosave.php:4614
11933
- msgid "--- None ---"
11934
- msgstr ""
11935
-
11936
- #: wppa-settings-autosave.php:4615
11937
  msgid "--- Admin ---"
11938
  msgstr ""
11939
 
11940
- #: wppa-settings-autosave.php:4616
11941
  msgid "--- Album owner ---"
11942
  msgstr ""
11943
 
11944
- #: wppa-settings-autosave.php:4617
11945
  msgid "--- Admin & Owner ---"
11946
  msgstr ""
11947
 
11948
- #: wppa-settings-autosave.php:4618
11949
  msgid "--- Uploader ---"
11950
  msgstr ""
11951
 
11952
- #: wppa-settings-autosave.php:4619
11953
  msgid "--- Up & admin ---"
11954
  msgstr ""
11955
 
11956
- #: wppa-settings-autosave.php:4620
11957
  msgid "--- Up & Owner ---"
11958
  msgstr ""
11959
 
11960
- #: wppa-settings-autosave.php:4643
11961
  msgid "Comment notify previous"
11962
  msgstr ""
11963
 
11964
- #: wppa-settings-autosave.php:4644
11965
  msgid "Notify users who has commented this photo earlier."
11966
  msgstr ""
11967
 
11968
- #: wppa-settings-autosave.php:4652
11969
  msgid "Comment notify approved"
11970
  msgstr ""
11971
 
11972
- #: wppa-settings-autosave.php:4653
11973
  msgid "Notify photo owner of approved comment."
11974
  msgstr ""
11975
 
11976
- #: wppa-settings-autosave.php:4661
11977
  msgid "Com ntfy appr email content"
11978
  msgstr ""
11979
 
11980
- #: wppa-settings-autosave.php:4662
11981
  msgid "The content of the email."
11982
  msgstr ""
11983
 
11984
- #: wppa-settings-autosave.php:4663
11985
  msgid "If you leave this blank, the default content will be used"
11986
  msgstr ""
11987
 
11988
- #: wppa-settings-autosave.php:4664
11989
  msgid "The content may contain html."
11990
  msgstr ""
11991
 
11992
- #: wppa-settings-autosave.php:4665
11993
  msgid ""
11994
  "You may use the following keywords: w#comment for the comment content, "
11995
  "w#user for the commenters name and the standard photo description keywords "
@@ -11997,4581 +12057,4726 @@ msgid ""
11997
  "w#amx, w#amy, w#amfs, w#url, w#hrurl, w#tnurl, w#cc0..w#cc9, w#cd0..w#cd9."
11998
  msgstr ""
11999
 
12000
- #: wppa-settings-autosave.php:4672
12001
  msgid "Com ntfy appr email subject"
12002
  msgstr ""
12003
 
12004
- #: wppa-settings-autosave.php:4673
12005
  msgid "The subject of the email."
12006
  msgstr ""
12007
 
12008
- #: wppa-settings-autosave.php:4682
12009
  msgid "Comment ntfy added"
12010
  msgstr ""
12011
 
12012
- #: wppa-settings-autosave.php:4683
12013
  msgid "Show \"Comment added\" after successfull adding a comment."
12014
  msgstr ""
12015
 
12016
- #: wppa-settings-autosave.php:4691
12017
  msgid "ComTen alt display"
12018
  msgstr ""
12019
 
12020
- #: wppa-settings-autosave.php:4692
12021
  msgid "Display comments at comten thumbnails."
12022
  msgstr ""
12023
 
12024
- #: wppa-settings-autosave.php:4700
12025
  msgid "Comten Thumbnail width"
12026
  msgstr ""
12027
 
12028
- #: wppa-settings-autosave.php:4701
12029
  msgid "The width of the thumbnail in the alt comment display."
12030
  msgstr ""
12031
 
12032
- #: wppa-settings-autosave.php:4704
12033
  msgid "Pixels"
12034
  msgstr ""
12035
 
12036
- #: wppa-settings-autosave.php:4709
12037
  msgid "Show smiley picker"
12038
  msgstr ""
12039
 
12040
- #: wppa-settings-autosave.php:4710
12041
  msgid "Display a clickable row of smileys."
12042
  msgstr ""
12043
 
12044
- #: wppa-settings-autosave.php:4718
12045
  msgid "Show commenter email"
12046
  msgstr ""
12047
 
12048
- #: wppa-settings-autosave.php:4719
12049
  msgid "Show the commenter's email in the notify emails."
12050
  msgstr ""
12051
 
12052
- #: wppa-settings-autosave.php:4720
12053
  msgid "Shows the email address of the commenter in all notify emails."
12054
  msgstr ""
12055
 
12056
- #: wppa-settings-autosave.php:4721
12057
  msgid ""
12058
  "If switched off, admin will still receive the senders email in the "
12059
  "notification mail"
12060
  msgstr ""
12061
 
12062
- #: wppa-settings-autosave.php:4728
12063
  msgid "Allow clickable links"
12064
  msgstr ""
12065
 
12066
- #: wppa-settings-autosave.php:4729
12067
  msgid "Make links in comments clickable"
12068
  msgstr ""
12069
 
12070
- #: wppa-settings-autosave.php:4741
12071
  msgid "The opacity of the lightbox overlay background."
12072
  msgstr ""
12073
 
12074
- #: wppa-settings-autosave.php:4749
12075
  msgid "Click on background"
12076
  msgstr ""
12077
 
12078
- #: wppa-settings-autosave.php:4750
12079
  msgid "Select the action to be taken on click on background."
12080
  msgstr ""
12081
 
12082
- #: wppa-settings-autosave.php:4753
12083
  msgid "Nothing"
12084
  msgstr ""
12085
 
12086
- #: wppa-settings-autosave.php:4753
12087
  msgid "Exit (close)"
12088
  msgstr ""
12089
 
12090
- #: wppa-settings-autosave.php:4753
12091
  msgid "Browse (left/right)"
12092
  msgstr ""
12093
 
12094
- #: wppa-settings-autosave.php:4760
12095
  msgid "Overlay animation speed"
12096
  msgstr ""
12097
 
12098
- #: wppa-settings-autosave.php:4761
12099
  msgid "The fade-in time of the lightbox images"
12100
  msgstr ""
12101
 
12102
- #: wppa-settings-autosave.php:4764
12103
- msgid "very fast (100 ms.)"
12104
- msgstr ""
12105
-
12106
- #: wppa-settings-autosave.php:4764
12107
- msgid "fast (200 ms.)"
12108
- msgstr ""
12109
-
12110
- #: wppa-settings-autosave.php:4764
12111
- msgid "normal (300 ms.)"
12112
- msgstr ""
12113
-
12114
- #: wppa-settings-autosave.php:4764
12115
- msgid "slow (500 ms.)"
12116
- msgstr ""
12117
-
12118
- #: wppa-settings-autosave.php:4764
12119
- msgid "very slow (1 s.)"
12120
- msgstr ""
12121
-
12122
- #: wppa-settings-autosave.php:4764
12123
- msgid "extremely slow (2 s.)"
12124
- msgstr ""
12125
-
12126
- #: wppa-settings-autosave.php:4771
12127
  msgid "Overlay slideshow speed"
12128
  msgstr ""
12129
 
12130
- #: wppa-settings-autosave.php:4772
12131
  msgid "The time the lightbox images stay"
12132
  msgstr ""
12133
 
12134
- #: wppa-settings-autosave.php:4775
12135
- msgid "fast (3 s.)"
12136
- msgstr ""
12137
-
12138
- #: wppa-settings-autosave.php:4775
12139
- msgid "normal (5 s.)"
12140
- msgstr ""
12141
-
12142
- #: wppa-settings-autosave.php:4775
12143
- msgid "slow (8 s.)"
12144
- msgstr ""
12145
-
12146
- #: wppa-settings-autosave.php:4775
12147
- msgid "very slow (13 s.)"
12148
- msgstr ""
12149
-
12150
- #: wppa-settings-autosave.php:4775
12151
- msgid "extremely slow (20 s.)"
12152
- msgstr ""
12153
-
12154
- #: wppa-settings-autosave.php:4791
12155
  msgid "WPPA+ Lightbox global"
12156
  msgstr ""
12157
 
12158
- #: wppa-settings-autosave.php:4792
12159
  msgid "Use the wppa+ lightbox also for non-wppa images."
12160
  msgstr ""
12161
 
12162
- #: wppa-settings-autosave.php:4800
12163
  msgid "WPPA+ Lightbox global is a set"
12164
  msgstr ""
12165
 
12166
- #: wppa-settings-autosave.php:4801
12167
  msgid "Treat the other images as a set."
12168
  msgstr ""
12169
 
12170
- #: wppa-settings-autosave.php:4802
12171
  msgid ""
12172
  "If checked, you can scroll through the images in the lightbox view. Requires "
12173
  "item 5 to be checked."
12174
  msgstr ""
12175
 
12176
- #: wppa-settings-autosave.php:4809
12177
  msgid "Use hires files"
12178
  msgstr ""
12179
 
12180
- #: wppa-settings-autosave.php:4810
12181
  msgid "Use the highest resolution available for lightbox."
12182
  msgstr ""
12183
 
12184
- #: wppa-settings-autosave.php:4811
12185
  msgid "Ticking this box is recommended for lightbox fullscreen modes."
12186
  msgstr ""
12187
 
12188
- #: wppa-settings-autosave.php:4819
12189
  msgid "Videos on lightbox start automaticly."
12190
  msgstr ""
12191
 
12192
- #: wppa-settings-autosave.php:4828
12193
  msgid "Audio on lightbox start automaticly."
12194
  msgstr ""
12195
 
12196
- #: wppa-settings-autosave.php:4836
12197
  msgid "Lightbox start mode"
12198
  msgstr ""
12199
 
12200
- #: wppa-settings-autosave.php:4837
12201
  msgid "The mode lightbox starts in."
12202
  msgstr ""
12203
 
12204
- #: wppa-settings-autosave.php:4840 wppa-settings-autosave.php:4861
12205
  msgid "Normal"
12206
  msgstr ""
12207
 
12208
- #: wppa-settings-autosave.php:4841 wppa-settings-autosave.php:4862
12209
  msgid "Padded"
12210
  msgstr ""
12211
 
12212
- #: wppa-settings-autosave.php:4842 wppa-settings-autosave.php:4863
12213
  msgid "Stretched"
12214
  msgstr ""
12215
 
12216
- #: wppa-settings-autosave.php:4843 wppa-settings-autosave.php:4864
12217
  msgid "Clipped"
12218
  msgstr ""
12219
 
12220
- #: wppa-settings-autosave.php:4844 wppa-settings-autosave.php:4865
12221
  msgid "Real size"
12222
  msgstr ""
12223
 
12224
- #: wppa-settings-autosave.php:4857
12225
  msgid "Lightbox start mode mobile"
12226
  msgstr ""
12227
 
12228
- #: wppa-settings-autosave.php:4858
12229
  msgid "The mode lightbox starts in on mobile devices."
12230
  msgstr ""
12231
 
12232
- #: wppa-settings-autosave.php:4895
12233
  msgid "Table V:"
12234
  msgstr ""
12235
 
12236
- #: wppa-settings-autosave.php:4895
12237
  msgid "Fonts:"
12238
  msgstr ""
12239
 
12240
- #: wppa-settings-autosave.php:4896
12241
  msgid "This table describes the Fonts used for the wppa+ elements."
12242
  msgstr ""
12243
 
12244
- #: wppa-settings-autosave.php:4906 wppa-settings-autosave.php:5082
12245
  msgid "Font family"
12246
  msgstr ""
12247
 
12248
- #: wppa-settings-autosave.php:4907 wppa-settings-autosave.php:5083
12249
  msgid "Font size"
12250
  msgstr ""
12251
 
12252
- #: wppa-settings-autosave.php:4908 wppa-settings-autosave.php:5084
12253
  msgid "Font color"
12254
  msgstr ""
12255
 
12256
- #: wppa-settings-autosave.php:4909 wppa-settings-autosave.php:5085
12257
  msgid "Font weight"
12258
  msgstr ""
12259
 
12260
- #: wppa-settings-autosave.php:4919
12261
  msgid "normal"
12262
  msgstr ""
12263
 
12264
- #: wppa-settings-autosave.php:4919
12265
  msgid "bold"
12266
  msgstr ""
12267
 
12268
- #: wppa-settings-autosave.php:4919
12269
  msgid "bolder"
12270
  msgstr ""
12271
 
12272
- #: wppa-settings-autosave.php:4919
12273
  msgid "lighter"
12274
  msgstr ""
12275
 
12276
- #: wppa-settings-autosave.php:4922
12277
  msgid "Album titles"
12278
  msgstr ""
12279
 
12280
- #: wppa-settings-autosave.php:4923
12281
  msgid "Font used for Album titles."
12282
  msgstr ""
12283
 
12284
- #: wppa-settings-autosave.php:4924
12285
  msgid "Enter font name, size, color and weight for album cover titles."
12286
  msgstr ""
12287
 
12288
- #: wppa-settings-autosave.php:4939
12289
  msgid "Slideshow desc"
12290
  msgstr ""
12291
 
12292
- #: wppa-settings-autosave.php:4940
12293
  msgid "Font for slideshow photo descriptions."
12294
  msgstr ""
12295
 
12296
- #: wppa-settings-autosave.php:4941
12297
  msgid ""
12298
  "Enter font name, size, color and weight for slideshow photo descriptions."
12299
  msgstr ""
12300
 
12301
- #: wppa-settings-autosave.php:4956
12302
  msgid "Slideshow name"
12303
  msgstr ""
12304
 
12305
- #: wppa-settings-autosave.php:4957
12306
  msgid "Font for slideshow photo names."
12307
  msgstr ""
12308
 
12309
- #: wppa-settings-autosave.php:4958
12310
  msgid "Enter font name, size, color and weight for slideshow photo names."
12311
  msgstr ""
12312
 
12313
- #: wppa-settings-autosave.php:4973
12314
  msgid "Navigations"
12315
  msgstr ""
12316
 
12317
- #: wppa-settings-autosave.php:4974
12318
  msgid "Font for navigations."
12319
  msgstr ""
12320
 
12321
- #: wppa-settings-autosave.php:4975
12322
  msgid "Enter font name, size, color and weight for navigation items."
12323
  msgstr ""
12324
 
12325
- #: wppa-settings-autosave.php:4991
12326
  msgid "Font for text under thumbnails."
12327
  msgstr ""
12328
 
12329
- #: wppa-settings-autosave.php:4992
12330
  msgid ""
12331
  "Enter font name, size, color and weight for text under thumbnail images."
12332
  msgstr ""
12333
 
12334
- #: wppa-settings-autosave.php:5008
12335
  msgid "General font in wppa boxes."
12336
  msgstr ""
12337
 
12338
- #: wppa-settings-autosave.php:5009
12339
  msgid "Enter font name, size, color and weight for all other items."
12340
  msgstr ""
12341
 
12342
- #: wppa-settings-autosave.php:5025
12343
  msgid "Font in wppa number bars."
12344
  msgstr ""
12345
 
12346
- #: wppa-settings-autosave.php:5026 wppa-settings-autosave.php:5043
12347
  msgid "Enter font name, size, color and weight for numberbar navigation."
12348
  msgstr ""
12349
 
12350
- #: wppa-settings-autosave.php:5041
12351
  msgid "Numbar Active"
12352
  msgstr ""
12353
 
12354
- #: wppa-settings-autosave.php:5042
12355
  msgid "Font in wppa number bars, active item."
12356
  msgstr ""
12357
 
12358
- #: wppa-settings-autosave.php:5059
12359
  msgid "Font in wppa lightbox overlays."
12360
  msgstr ""
12361
 
12362
- #: wppa-settings-autosave.php:5060
12363
  msgid "Enter font name, size, color and weight for wppa lightbox overlays."
12364
  msgstr ""
12365
 
12366
- #: wppa-settings-autosave.php:5095
 
 
 
 
 
 
 
 
12367
  msgid "Table VI:"
12368
  msgstr ""
12369
 
12370
- #: wppa-settings-autosave.php:5095
12371
  msgid "Links:"
12372
  msgstr ""
12373
 
12374
- #: wppa-settings-autosave.php:5096
12375
  msgid "This table defines the link types and pages."
12376
  msgstr ""
12377
 
12378
- #: wppa-settings-autosave.php:5107 wppa-settings-autosave.php:6165
12379
  msgid "Link page"
12380
  msgstr ""
12381
 
12382
- #: wppa-settings-autosave.php:5109 wppa-settings-autosave.php:6167
12383
  msgid "Photo specific link overrules"
12384
  msgstr ""
12385
 
12386
- #: wppa-settings-autosave.php:5109 wppa-settings-autosave.php:6167
12387
  msgid "PSO"
12388
  msgstr ""
12389
 
12390
- #: wppa-settings-autosave.php:5154
12391
  msgid "Links from images in WPPA+ Widgets"
12392
  msgstr ""
12393
 
12394
- #: wppa-settings-autosave.php:5156
12395
  msgid "PotdWidget"
12396
  msgstr ""
12397
 
12398
- #: wppa-settings-autosave.php:5157
12399
  msgid "Photo Of The Day widget link."
12400
  msgstr ""
12401
 
12402
- #: wppa-settings-autosave.php:5158
12403
  msgid "Select the type of link the photo of the day points to."
12404
  msgstr ""
12405
 
12406
- #: wppa-settings-autosave.php:5159
12407
  msgid ""
12408
  "If you select 'defined on widget admin page' you can manually enter a link "
12409
  "and title on the Photo of the day Widget Admin page."
12410
  msgstr ""
12411
 
12412
- #: wppa-settings-autosave.php:5174 wppa-settings-autosave.php:5217
12413
- #: wppa-settings-autosave.php:5256 wppa-settings-autosave.php:5295
12414
- #: wppa-settings-autosave.php:5341 wppa-settings-autosave.php:5391
12415
- #: wppa-settings-autosave.php:5440 wppa-settings-autosave.php:5489
12416
- #: wppa-settings-autosave.php:5579
12417
  msgid "a plain page without a querystring."
12418
  msgstr ""
12419
 
12420
- #: wppa-settings-autosave.php:5175 wppa-settings-autosave.php:5218
12421
- #: wppa-settings-autosave.php:5257 wppa-settings-autosave.php:5296
12422
- #: wppa-settings-autosave.php:5342 wppa-settings-autosave.php:5392
12423
- #: wppa-settings-autosave.php:5441 wppa-settings-autosave.php:5490
12424
- #: wppa-settings-autosave.php:5537 wppa-settings-autosave.php:5580
12425
- #: wppa-settings-autosave.php:5629 wppa-settings-autosave.php:5671
12426
- #: wppa-settings-autosave.php:5713 wppa-settings-autosave.php:5752
12427
  msgid "lightbox."
12428
  msgstr ""
12429
 
12430
- #: wppa-settings-autosave.php:5200
12431
  msgid "SlideWidget"
12432
  msgstr ""
12433
 
12434
- #: wppa-settings-autosave.php:5201
12435
  msgid "Slideshow widget photo link."
12436
  msgstr ""
12437
 
12438
- #: wppa-settings-autosave.php:5202
12439
  msgid "Select the type of link the slideshow photos point to."
12440
  msgstr ""
12441
 
12442
- #: wppa-settings-autosave.php:5243
12443
  msgid "Album widget"
12444
  msgstr ""
12445
 
12446
- #: wppa-settings-autosave.php:5244
12447
  msgid "Album widget thumbnail link"
12448
  msgstr ""
12449
 
12450
- #: wppa-settings-autosave.php:5245
12451
  msgid "Select the type of link the album widget photos point to."
12452
  msgstr ""
12453
 
12454
- #: wppa-settings-autosave.php:5254
12455
  msgid "subalbums and thumbnails."
12456
  msgstr ""
12457
 
12458
- #: wppa-settings-autosave.php:5255
12459
  msgid "slideshow."
12460
  msgstr ""
12461
 
12462
- #: wppa-settings-autosave.php:5278
12463
  msgid "ThumbnailWidget"
12464
  msgstr ""
12465
 
12466
- #: wppa-settings-autosave.php:5279
12467
  msgid "Thumbnail widget photo link."
12468
  msgstr ""
12469
 
12470
- #: wppa-settings-autosave.php:5280
12471
  msgid "Select the type of link the thumbnail photos point to."
12472
  msgstr ""
12473
 
12474
- #: wppa-settings-autosave.php:5293 wppa-settings-autosave.php:5339
12475
- #: wppa-settings-autosave.php:5389 wppa-settings-autosave.php:5438
12476
- #: wppa-settings-autosave.php:5487 wppa-settings-autosave.php:5577
12477
  msgid "the single photo in the style of a slideshow."
12478
  msgstr ""
12479
 
12480
- #: wppa-settings-autosave.php:5294 wppa-settings-autosave.php:5340
12481
- #: wppa-settings-autosave.php:5390 wppa-settings-autosave.php:5439
12482
- #: wppa-settings-autosave.php:5488 wppa-settings-autosave.php:5578
12483
- #: wppa-settings-autosave.php:5754
12484
  msgid "the fs photo with download and print buttons."
12485
  msgstr ""
12486
 
12487
- #: wppa-settings-autosave.php:5321
12488
  msgid "TopTenWidget"
12489
  msgstr ""
12490
 
12491
- #: wppa-settings-autosave.php:5322
12492
  msgid "TopTen widget photo link."
12493
  msgstr ""
12494
 
12495
- #: wppa-settings-autosave.php:5323
12496
  msgid "Select the type of link the top ten photos point to."
12497
  msgstr ""
12498
 
12499
- #: wppa-settings-autosave.php:5334
12500
  msgid "the content of the virtual topten album."
12501
  msgstr ""
12502
 
12503
- #: wppa-settings-autosave.php:5335 wppa-settings-autosave.php:5385
12504
- #: wppa-settings-autosave.php:5434 wppa-settings-autosave.php:5483
12505
  msgid "the content of the thumbnails album."
12506
  msgstr ""
12507
 
12508
- #: wppa-settings-autosave.php:5337 wppa-settings-autosave.php:5387
12509
- #: wppa-settings-autosave.php:5436 wppa-settings-autosave.php:5485
12510
- #: wppa-settings-autosave.php:5575
12511
  msgid "the thumbnails album in a slideshow."
12512
  msgstr ""
12513
 
12514
- #: wppa-settings-autosave.php:5371
12515
  msgid "LasTenWidget"
12516
  msgstr ""
12517
 
12518
- #: wppa-settings-autosave.php:5372
12519
  msgid "Last Ten widget photo link."
12520
  msgstr ""
12521
 
12522
- #: wppa-settings-autosave.php:5373
12523
  msgid "Select the type of link the last ten photos point to."
12524
  msgstr ""
12525
 
12526
- #: wppa-settings-autosave.php:5384
12527
  msgid "the content of the virtual lasten album."
12528
  msgstr ""
12529
 
12530
- #: wppa-settings-autosave.php:5420
12531
  msgid "CommentWidget"
12532
  msgstr ""
12533
 
12534
- #: wppa-settings-autosave.php:5421
12535
  msgid "Comment widget photo link."
12536
  msgstr ""
12537
 
12538
- #: wppa-settings-autosave.php:5422
12539
  msgid "Select the type of link the comment widget photos point to."
12540
  msgstr ""
12541
 
12542
- #: wppa-settings-autosave.php:5433
12543
  msgid "the content of the virtual comten album."
12544
  msgstr ""
12545
 
12546
- #: wppa-settings-autosave.php:5469
12547
  msgid "FeaTenWidget"
12548
  msgstr ""
12549
 
12550
- #: wppa-settings-autosave.php:5470
12551
  msgid "FeaTen widget photo link."
12552
  msgstr ""
12553
 
12554
- #: wppa-settings-autosave.php:5471
12555
  msgid "Select the type of link the featured ten photos point to."
12556
  msgstr ""
12557
 
12558
- #: wppa-settings-autosave.php:5482
12559
  msgid "the content of the virtual featen album."
12560
  msgstr ""
12561
 
12562
- #: wppa-settings-autosave.php:5517
12563
  msgid "Links from other WPPA+ images"
12564
  msgstr ""
12565
 
12566
- #: wppa-settings-autosave.php:5519
12567
  msgid "Cover Image"
12568
  msgstr ""
12569
 
12570
- #: wppa-settings-autosave.php:5520
12571
  msgid "The link from the cover image of an album."
12572
  msgstr ""
12573
 
12574
- #: wppa-settings-autosave.php:5521
12575
  msgid "Select the type of link the coverphoto points to."
12576
  msgstr ""
12577
 
12578
- #: wppa-settings-autosave.php:5522
12579
  msgid "The link from the album title can be configured on the Edit Album page."
12580
  msgstr ""
12581
 
12582
- #: wppa-settings-autosave.php:5523
12583
  msgid "This link will be used for the photo also if you select: same as title."
12584
  msgstr ""
12585
 
12586
- #: wppa-settings-autosave.php:5524
12587
  msgid ""
12588
  "If you specify New Tab on this line, all links from the cover will open a "
12589
  "new tab,"
12590
  msgstr ""
12591
 
12592
- #: wppa-settings-autosave.php:5525
12593
  msgid "except when Ajax is activated on Table IV-A1."
12594
  msgstr ""
12595
 
12596
- #: wppa-settings-autosave.php:5538
12597
  msgid "a slideshow starting at the photo"
12598
  msgstr ""
12599
 
12600
- #: wppa-settings-autosave.php:5559
12601
  msgid "Thumbnail"
12602
  msgstr ""
12603
 
12604
- #: wppa-settings-autosave.php:5560
12605
  msgid "Thumbnail link."
12606
  msgstr ""
12607
 
12608
- #: wppa-settings-autosave.php:5561 wppa-settings-autosave.php:5613
12609
- #: wppa-settings-autosave.php:5655 wppa-settings-autosave.php:5697
12610
  msgid "Select the type of link you want, or no link at all."
12611
  msgstr ""
12612
 
12613
- #: wppa-settings-autosave.php:5562 wppa-settings-autosave.php:5614
12614
- #: wppa-settings-autosave.php:5656 wppa-settings-autosave.php:5698
12615
  msgid ""
12616
  "If you select the fullsize photo on its own, it will be stretched to fit, "
12617
  "regardless of that setting."
12618
  msgstr ""
12619
 
12620
- #: wppa-settings-autosave.php:5563 wppa-settings-autosave.php:5615
12621
- #: wppa-settings-autosave.php:5657 wppa-settings-autosave.php:5699
12622
  msgid ""
12623
  "Note that a page must have at least [wppa][/wppa] in its content to show up "
12624
  "the photo(s)."
12625
  msgstr ""
12626
 
12627
- #: wppa-settings-autosave.php:5594
12628
  msgid "Auto Page"
12629
  msgstr ""
12630
 
12631
- #: wppa-settings-autosave.php:5611
12632
  msgid "Sphoto"
12633
  msgstr ""
12634
 
12635
- #: wppa-settings-autosave.php:5612
12636
  msgid "Single photo link."
12637
  msgstr ""
12638
 
12639
- #: wppa-settings-autosave.php:5653
12640
  msgid "Mphoto"
12641
  msgstr ""
12642
 
12643
- #: wppa-settings-autosave.php:5654
12644
- msgid "Media-like photo link."
12645
  msgstr ""
12646
 
12647
- #: wppa-settings-autosave.php:5695
12648
  msgid "Xphoto"
12649
  msgstr ""
12650
 
12651
- #: wppa-settings-autosave.php:5696
12652
- msgid "Extended Media-like photo link."
 
 
 
 
 
 
12653
  msgstr ""
12654
 
12655
- #: wppa-settings-autosave.php:5738
12656
  msgid "Slideshow fullsize link"
12657
  msgstr ""
12658
 
12659
- #: wppa-settings-autosave.php:5739
12660
  msgid ""
12661
  "You can overrule lightbox but not big browse buttons with the photo specifc "
12662
  "link."
12663
  msgstr ""
12664
 
12665
- #: wppa-settings-autosave.php:5740
12666
  msgid "fullsize slideshow can only be set by the WPPA_SET shortcode."
12667
  msgstr ""
12668
 
12669
- #: wppa-settings-autosave.php:5753
12670
  msgid "lightbox single photos."
12671
  msgstr ""
12672
 
12673
- #: wppa-settings-autosave.php:5755
12674
  msgid "the thumbnails."
12675
  msgstr ""
12676
 
12677
- #: wppa-settings-autosave.php:5756
12678
  msgid "fullsize slideshow"
12679
  msgstr ""
12680
 
12681
- #: wppa-settings-autosave.php:5781
12682
  msgid "Film linktype"
12683
  msgstr ""
12684
 
12685
- #: wppa-settings-autosave.php:5782
12686
  msgid "Direct access goto image in:"
12687
  msgstr ""
12688
 
12689
- #: wppa-settings-autosave.php:5783
12690
  msgid ""
12691
  "Select the action to be taken when the user clicks on a filmstrip image."
12692
  msgstr ""
12693
 
12694
- #: wppa-settings-autosave.php:5788
12695
  msgid "slideshow window"
12696
  msgstr ""
12697
 
12698
- #: wppa-settings-autosave.php:5789
12699
  msgid "lightbox overlay"
12700
  msgstr ""
12701
 
12702
- #: wppa-settings-autosave.php:5804
12703
  msgid "Other links"
12704
  msgstr ""
12705
 
12706
- #: wppa-settings-autosave.php:5806
12707
  msgid "Download Link (aka Art Monkey link)"
12708
  msgstr ""
12709
 
12710
- #: wppa-settings-autosave.php:5807
12711
  msgid "Makes the photo name a download button."
12712
  msgstr ""
12713
 
12714
- #: wppa-settings-autosave.php:5808
12715
  msgid "Link Photo name in slideshow to file or zip with photoname as filename."
12716
  msgstr ""
12717
 
12718
- #: wppa-settings-autosave.php:5812 wppa-settings-autosave.php:5859
12719
  msgid "image file"
12720
  msgstr ""
12721
 
12722
- #: wppa-settings-autosave.php:5813 wppa-settings-autosave.php:5860
12723
  msgid "zipped image"
12724
  msgstr ""
12725
 
12726
- #: wppa-settings-autosave.php:5826
12727
  msgid "Art Monkey Source"
12728
  msgstr ""
12729
 
12730
- #: wppa-settings-autosave.php:5827
12731
  msgid "Use Source file for art monkey link if available."
12732
  msgstr ""
12733
 
12734
- #: wppa-settings-autosave.php:5836
12735
  msgid "Art Monkey Display"
12736
  msgstr ""
12737
 
12738
- #: wppa-settings-autosave.php:5837
12739
  msgid "Select button or link ( text )."
12740
  msgstr ""
12741
 
12742
- #: wppa-settings-autosave.php:5842
12743
  msgid "Textlink"
12744
  msgstr ""
12745
 
12746
- #: wppa-settings-autosave.php:5854
12747
  msgid "Popup Download Link"
12748
  msgstr ""
12749
 
12750
- #: wppa-settings-autosave.php:5855
12751
  msgid "Configure the download link on fullsize popups."
12752
  msgstr ""
12753
 
12754
- #: wppa-settings-autosave.php:5856
12755
  msgid "Link fullsize popup download button to either image or zip file."
12756
  msgstr ""
12757
 
12758
- #: wppa-settings-autosave.php:5872
12759
  msgid "Download link on lightbox"
12760
  msgstr ""
12761
 
12762
- #: wppa-settings-autosave.php:5873
12763
  msgid "Art monkey link on lightbox photo names."
12764
  msgstr ""
12765
 
12766
- #: wppa-settings-autosave.php:5882
12767
  msgid "Album download link"
12768
  msgstr ""
12769
 
12770
- #: wppa-settings-autosave.php:5883
12771
  msgid "Place an album download link on the album covers"
12772
  msgstr ""
12773
 
12774
- #: wppa-settings-autosave.php:5884
12775
  msgid "Creates a download zipfile containing the photos of the album"
12776
  msgstr ""
12777
 
12778
- #: wppa-settings-autosave.php:5892
12779
  msgid "Album download Source"
12780
  msgstr ""
12781
 
12782
- #: wppa-settings-autosave.php:5893
12783
  msgid "Use Source file for album download link if available."
12784
  msgstr ""
12785
 
12786
- #: wppa-settings-autosave.php:5902
12787
  msgid "Tagcloud Link"
12788
  msgstr ""
12789
 
12790
- #: wppa-settings-autosave.php:5903
12791
  msgid "Configure the link from the tags in the tag cloud."
12792
  msgstr ""
12793
 
12794
- #: wppa-settings-autosave.php:5904
12795
  msgid "Link the tag words to either the thumbnails or the slideshow."
12796
  msgstr ""
12797
 
12798
- #: wppa-settings-autosave.php:5928 wppa-settings-autosave.php:5961
12799
- #: wppa-settings-autosave.php:6105
 
 
 
 
 
 
 
12800
  msgid "Occur"
12801
  msgstr ""
12802
 
12803
- #: wppa-settings-autosave.php:5935
12804
  msgid "Multitag Link"
12805
  msgstr ""
12806
 
12807
- #: wppa-settings-autosave.php:5936
12808
  msgid "Configure the link from the multitag selection."
12809
  msgstr ""
12810
 
12811
- #: wppa-settings-autosave.php:5937
12812
  msgid "Link to either the thumbnails or the slideshow."
12813
  msgstr ""
12814
 
12815
- #: wppa-settings-autosave.php:5968
12816
  msgid "Super View Landing"
12817
  msgstr ""
12818
 
12819
- #: wppa-settings-autosave.php:5969
12820
  msgid "The landing page for the Super View widget."
12821
  msgstr ""
12822
 
12823
- #: wppa-settings-autosave.php:5977
12824
  msgid "Defined by the visitor"
12825
  msgstr ""
12826
 
12827
- #: wppa-settings-autosave.php:5990
12828
  msgid "Uploader Landing"
12829
  msgstr ""
12830
 
12831
- #: wppa-settings-autosave.php:5991
12832
  msgid "Select the landing page for the Uploader Widget"
12833
  msgstr ""
12834
 
12835
- #: wppa-settings-autosave.php:6011
12836
  msgid "Bestof Landing"
12837
  msgstr ""
12838
 
12839
- #: wppa-settings-autosave.php:6012
12840
  msgid "Select the landing page for the BestOf Widget / Box"
12841
  msgstr ""
12842
 
12843
- #: wppa-settings-autosave.php:6032
12844
  msgid "Album navigator Link"
12845
  msgstr ""
12846
 
12847
- #: wppa-settings-autosave.php:6033
12848
  msgid "Select link type and page for the Album navigator Widget"
12849
  msgstr ""
12850
 
12851
- #: wppa-settings-autosave.php:6061
12852
  msgid "Supersearch Landing"
12853
  msgstr ""
12854
 
12855
- #: wppa-settings-autosave.php:6062
12856
  msgid "Select the landing page for the Supersearch Box"
12857
  msgstr ""
12858
 
12859
- #: wppa-settings-autosave.php:6082
12860
  msgid "SM widget return"
12861
  msgstr ""
12862
 
12863
- #: wppa-settings-autosave.php:6083
12864
  msgid "Select the return link for social media from widgets"
12865
  msgstr ""
12866
 
12867
- #: wppa-settings-autosave.php:6084
12868
  msgid ""
12869
  "If you select Landing page, and it wont work, it may be required to set the "
12870
  "Occur to the sequence number of the landing shortcode on the page."
12871
  msgstr ""
12872
 
12873
- #: wppa-settings-autosave.php:6085
12874
  msgid ""
12875
  "Normally it is 1, but you can try 2 etc. Always create a new shared link to "
12876
  "test a setting."
12877
  msgstr ""
12878
 
12879
- #: wppa-settings-autosave.php:6093
12880
  msgid "Home page"
12881
  msgstr ""
12882
 
12883
- #: wppa-settings-autosave.php:6114
12884
  msgid "Album cover subalbums link"
12885
  msgstr ""
12886
 
12887
- #: wppa-settings-autosave.php:6115
12888
  msgid ""
12889
  "Select the linktype and display type for sub-albums on parent album covers."
12890
  msgstr ""
12891
 
12892
- #: wppa-settings-autosave.php:6123
12893
  msgid "No link at all"
12894
  msgstr ""
12895
 
12896
- #: wppa-settings-autosave.php:6124
12897
  msgid "Thumbnails and covers"
12898
  msgstr ""
12899
 
12900
- #: wppa-settings-autosave.php:6125
12901
  msgid "Slideshow or covers"
12902
  msgstr ""
12903
 
12904
- #: wppa-settings-autosave.php:6135
12905
  msgid "No display at all"
12906
  msgstr ""
12907
 
12908
- #: wppa-settings-autosave.php:6136
12909
  msgid "A list with sub(sub) albums"
12910
  msgstr ""
12911
 
12912
- #: wppa-settings-autosave.php:6137
12913
  msgid "A list of children only"
12914
  msgstr ""
12915
 
12916
- #: wppa-settings-autosave.php:6138
12917
  msgid "An enumeration of names"
12918
  msgstr ""
12919
 
12920
- #: wppa-settings-autosave.php:6139
12921
  msgid "Micro thumbnails"
12922
  msgstr ""
12923
 
12924
- #: wppa-settings-autosave.php:6177
12925
  msgid "Table VII:"
12926
  msgstr ""
12927
 
12928
- #: wppa-settings-autosave.php:6177
12929
  msgid "Permissions and Restrictions:"
12930
  msgstr ""
12931
 
12932
- #: wppa-settings-autosave.php:6178
12933
  msgid ""
12934
  "This table describes the access settings for admin and front-end activities."
12935
  msgstr ""
12936
 
12937
- #: wppa-settings-autosave.php:6199
12938
- msgid "Moderate P+C"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12939
  msgstr ""
12940
 
12941
- #: wppa-settings-autosave.php:6203
12942
- msgid "Comment&nbsp;Admin"
12943
  msgstr ""
12944
 
12945
- #: wppa-settings-autosave.php:6204
12946
- msgid "Help & Info"
12947
  msgstr ""
12948
 
12949
- #: wppa-settings-autosave.php:6206
12950
  msgid "Role"
12951
  msgstr ""
12952
 
12953
- #: wppa-settings-autosave.php:6215
12954
  msgid ""
12955
- "Admin settings per user role. Enabling these settings will overrule the "
12956
- "front-end settings for the specific user role"
12957
  msgstr ""
12958
 
12959
- #: wppa-settings-autosave.php:6239
12960
  msgid "Frontend create Albums and upload Photos enabling and limiting settings"
12961
  msgstr ""
12962
 
12963
- #: wppa-settings-autosave.php:6241
12964
  msgid "User create Albums"
12965
  msgstr ""
12966
 
12967
- #: wppa-settings-autosave.php:6242
12968
  msgid "Enable frontend album creation."
12969
  msgstr ""
12970
 
12971
- #: wppa-settings-autosave.php:6243
12972
  msgid "If you check this item, frontend album creation will be enabled."
12973
  msgstr ""
12974
 
12975
- #: wppa-settings-autosave.php:6253
12976
  msgid "User edit album"
12977
  msgstr ""
12978
 
12979
- #: wppa-settings-autosave.php:6254
12980
  msgid "Enable frontend edit album name and description."
12981
  msgstr ""
12982
 
12983
- #: wppa-settings-autosave.php:6264
12984
  msgid "User delete Albums"
12985
  msgstr ""
12986
 
12987
- #: wppa-settings-autosave.php:6265
12988
  msgid "Enable frontend album deletion"
12989
  msgstr ""
12990
 
12991
- #: wppa-settings-autosave.php:6266
12992
  msgid "If you check this item, frontend album deletion will be enabled."
12993
  msgstr ""
12994
 
12995
- #: wppa-settings-autosave.php:6276
 
 
 
 
 
 
 
 
 
 
 
 
12996
  msgid "User create Albums login"
12997
  msgstr ""
12998
 
12999
- #: wppa-settings-autosave.php:6277
13000
  msgid "Frontend album creation requires the user is logged in."
13001
  msgstr ""
13002
 
13003
- #: wppa-settings-autosave.php:6288
13004
  msgid "User create Albums Captcha"
13005
  msgstr ""
13006
 
13007
- #: wppa-settings-autosave.php:6289
13008
  msgid "User must answer security question."
13009
  msgstr ""
13010
 
13011
- #: wppa-settings-autosave.php:6314
 
 
 
 
13012
  #, php-format
13013
  msgid "Upload limit %s"
13014
  msgstr ""
13015
 
13016
- #: wppa-settings-autosave.php:6315
13017
  msgid "Limit upload capacity for logged out users."
13018
  msgstr ""
13019
 
13020
- #: wppa-settings-autosave.php:6316
13021
  #, php-format
13022
  msgid "Limit upload capacity for the user role %s."
13023
  msgstr ""
13024
 
13025
- #: wppa-settings-autosave.php:6317
13026
  msgid "This setting has only effect when Table VII-B2 is unchecked."
13027
  msgstr ""
13028
 
13029
- #: wppa-settings-autosave.php:6318
13030
  msgid ""
13031
  "This limitation only applies to frontend uploads when the same userrole does "
13032
  "not have the Upload checkbox checked in Table VII-A."
13033
  msgstr ""
13034
 
13035
- #: wppa-settings-autosave.php:6319 wppa-settings-autosave.php:6335
13036
- #: wppa-settings-autosave.php:8330
13037
  msgid "A value of 0 means: no limit."
13038
  msgstr ""
13039
 
13040
- #: wppa-settings-autosave.php:6332
13041
  #, php-format
13042
  msgid "Album limit %s"
13043
  msgstr ""
13044
 
13045
- #: wppa-settings-autosave.php:6333
 
 
 
 
13046
  #, php-format
13047
  msgid "Limit number of albums for the user role %s."
13048
  msgstr ""
13049
 
13050
- #: wppa-settings-autosave.php:6334
13051
  msgid ""
13052
  "This limitation only applies to frontend create albums when the same "
13053
  "userrole does not have the Album admin checkbox checked in Table VII-A."
13054
  msgstr ""
13055
 
13056
- #: wppa-settings-autosave.php:6346
13057
  msgid "Upload one only"
13058
  msgstr ""
13059
 
13060
- #: wppa-settings-autosave.php:6347
13061
  msgid "Non admin users can upload only one photo at a time."
13062
  msgstr ""
13063
 
13064
- #: wppa-settings-autosave.php:6357
13065
  msgid "Upload moderation"
13066
  msgstr ""
13067
 
13068
- #: wppa-settings-autosave.php:6358
13069
  msgid "Uploaded photos need moderation."
13070
  msgstr ""
13071
 
13072
- #: wppa-settings-autosave.php:6359
13073
  msgid ""
13074
  "If checked, photos uploaded by users who do not have photo album admin "
13075
  "access rights need moderation."
13076
  msgstr ""
13077
 
13078
- #: wppa-settings-autosave.php:6360
13079
  msgid ""
13080
  "Users who have photo album admin access rights can change the photo status "
13081
  "to publish or featured."
13082
  msgstr ""
13083
 
13084
- #: wppa-settings-autosave.php:6361
13085
  msgid "You can set the album admin access rights in Table VII-A."
13086
  msgstr ""
13087
 
13088
- #: wppa-settings-autosave.php:6370
13089
  msgid "FE Upload private"
13090
  msgstr ""
13091
 
13092
- #: wppa-settings-autosave.php:6371
13093
  msgid "Front-end uploaded photos status is set to private."
13094
  msgstr ""
13095
 
13096
- #: wppa-settings-autosave.php:6372
13097
  msgid "This setting overrules VI-B7.0."
13098
  msgstr ""
13099
 
13100
- #: wppa-settings-autosave.php:6381
 
 
 
 
 
 
 
 
13101
  msgid "Upload notify"
13102
  msgstr ""
13103
 
13104
- #: wppa-settings-autosave.php:6382
13105
  msgid "Notify admin at frontend upload."
13106
  msgstr ""
13107
 
13108
- #: wppa-settings-autosave.php:6383 wppa-settings-autosave.php:6394
13109
  msgid "If checked, admin will receive a notification by email."
13110
  msgstr ""
13111
 
13112
- #: wppa-settings-autosave.php:6392
13113
  msgid "Upload backend notify"
13114
  msgstr ""
13115
 
13116
- #: wppa-settings-autosave.php:6393
13117
  msgid "Notify admin at backend upload."
13118
  msgstr ""
13119
 
13120
- #: wppa-settings-autosave.php:6403
13121
  msgid "Min size in pixels"
13122
  msgstr ""
13123
 
13124
- #: wppa-settings-autosave.php:6404
13125
  msgid "Min size for height and width for front-end uploads."
13126
  msgstr ""
13127
 
13128
- #: wppa-settings-autosave.php:6405
13129
  msgid "Enter the minimum size."
13130
  msgstr ""
13131
 
13132
- #: wppa-settings-autosave.php:6414
13133
  msgid "Max size in pixels"
13134
  msgstr ""
13135
 
13136
- #: wppa-settings-autosave.php:6415
13137
  msgid "Max size for height and width for front-end uploads."
13138
  msgstr ""
13139
 
13140
- #: wppa-settings-autosave.php:6416
13141
  msgid "Enter the maximum size. 0 is unlimited"
13142
  msgstr ""
13143
 
13144
- #: wppa-settings-autosave.php:6425
13145
  msgid "Home after Upload"
13146
  msgstr ""
13147
 
13148
- #: wppa-settings-autosave.php:6426
13149
  msgid "After successfull front-end upload, go to the home page."
13150
  msgstr ""
13151
 
13152
- #: wppa-settings-autosave.php:6436
13153
  msgid "Fe alert"
13154
  msgstr ""
13155
 
13156
- #: wppa-settings-autosave.php:6437
13157
  msgid "Show alertbox on front-end."
13158
  msgstr ""
13159
 
13160
- #: wppa-settings-autosave.php:6438
13161
  msgid ""
13162
  "Errors are always reported, credit points only when --- none --- is not "
13163
  "selected"
13164
  msgstr ""
13165
 
13166
- #: wppa-settings-autosave.php:6441
13167
  msgid "uploads and create albums"
13168
  msgstr ""
13169
 
13170
- #: wppa-settings-autosave.php:6442
13171
  msgid "blog it"
13172
  msgstr ""
13173
 
13174
- #: wppa-settings-autosave.php:6457
13175
  msgid "Max fe upload albums"
13176
  msgstr ""
13177
 
13178
- #: wppa-settings-autosave.php:6458
13179
  msgid "Max number of albums in frontend upload selection box."
13180
  msgstr ""
13181
 
13182
- #: wppa-settings-autosave.php:6470
13183
  msgid "Admin Functionality restrictions for non administrators"
13184
  msgstr ""
13185
 
13186
- #: wppa-settings-autosave.php:6472
13187
  msgid "Alt thumb is restricted"
13188
  msgstr ""
13189
 
13190
- #: wppa-settings-autosave.php:6473
13191
  msgid "Using <b>alt thumbsize</b> is a restricted action."
13192
  msgstr ""
13193
 
13194
- #: wppa-settings-autosave.php:6474
13195
  msgid ""
13196
  "If checked: alt thumbsize can not be set in album admin by users not having "
13197
  "admin rights."
13198
  msgstr ""
13199
 
13200
- #: wppa-settings-autosave.php:6483
13201
  msgid "Link is restricted"
13202
  msgstr ""
13203
 
13204
- #: wppa-settings-autosave.php:6484
13205
  msgid "Using <b>Link to</b> is a restricted action."
13206
  msgstr ""
13207
 
13208
- #: wppa-settings-autosave.php:6485
13209
  msgid ""
13210
  "If checked: Link to: can not be set in album admin by users not having admin "
13211
  "rights."
13212
  msgstr ""
13213
 
13214
- #: wppa-settings-autosave.php:6494
13215
  msgid "CoverType is restricted"
13216
  msgstr ""
13217
 
13218
- #: wppa-settings-autosave.php:6495
13219
  msgid "Changing <b>Cover Type</b> is a restricted action."
13220
  msgstr ""
13221
 
13222
- #: wppa-settings-autosave.php:6496
13223
  msgid ""
13224
  "If checked: Cover Type: can not be set in album admin by users not having "
13225
  "admin rights."
13226
  msgstr ""
13227
 
13228
- #: wppa-settings-autosave.php:6505
13229
  msgid "Photo order# is restricted"
13230
  msgstr ""
13231
 
13232
- #: wppa-settings-autosave.php:6506
13233
  msgid "Changing <b>Photo sort order #</b> is a restricted action."
13234
  msgstr ""
13235
 
13236
- #: wppa-settings-autosave.php:6507
13237
  msgid ""
13238
  "If checked: Photo sort order #: can not be set in photo admin by users not "
13239
  "having admin rights."
13240
  msgstr ""
13241
 
13242
- #: wppa-settings-autosave.php:6516
13243
  msgid "Change source restricted"
13244
  msgstr ""
13245
 
13246
- #: wppa-settings-autosave.php:6517
13247
  msgid "Changing the import source dir requires admin rights."
13248
  msgstr ""
13249
 
13250
- #: wppa-settings-autosave.php:6518
13251
  msgid ""
13252
  "If checked, the imput source for importing photos and albums is restricted "
13253
  "to user role administrator."
13254
  msgstr ""
13255
 
13256
- #: wppa-settings-autosave.php:6527
13257
  msgid "Extended status restricted"
13258
  msgstr ""
13259
 
13260
- #: wppa-settings-autosave.php:6528
13261
  msgid "Setting status other than pending or publish requires admin rights."
13262
  msgstr ""
13263
 
13264
- #: wppa-settings-autosave.php:6538
13265
  msgid "Photo description restricted"
13266
  msgstr ""
13267
 
13268
- #: wppa-settings-autosave.php:6539
13269
  msgid "Edit photo description requires admin rights."
13270
  msgstr ""
13271
 
13272
- #: wppa-settings-autosave.php:6549
13273
  msgid "Update photofiles restricted"
13274
  msgstr ""
13275
 
13276
- #: wppa-settings-autosave.php:6550
13277
  msgid "Re-upload files requires admin rights"
13278
  msgstr ""
13279
 
13280
- #: wppa-settings-autosave.php:6560
 
 
 
 
 
 
 
 
 
 
 
 
13281
  msgid "Miscellaneous limiting settings"
13282
  msgstr ""
13283
 
13284
- #: wppa-settings-autosave.php:6562
13285
  msgid "Owners only"
13286
  msgstr ""
13287
 
13288
- #: wppa-settings-autosave.php:6563
13289
  msgid "Limit edit album access to the album owners only."
13290
  msgstr ""
13291
 
13292
- #: wppa-settings-autosave.php:6564
13293
  msgid "If checked, non-admin users can edit their own albums only."
13294
  msgstr ""
13295
 
13296
- #: wppa-settings-autosave.php:6573
13297
  msgid "Upload Owners only"
13298
  msgstr ""
13299
 
13300
- #: wppa-settings-autosave.php:6574
13301
  msgid "Limit uploads to the album owners only."
13302
  msgstr ""
13303
 
13304
- #: wppa-settings-autosave.php:6575
13305
  msgid ""
13306
  "If checked, users can upload to their own albums and --- public --- only."
13307
  msgstr ""
13308
 
13309
- #: wppa-settings-autosave.php:6584
13310
  msgid "Frontend Edit"
13311
  msgstr ""
13312
 
13313
- #: wppa-settings-autosave.php:6585
13314
  msgid "Allow the uploader to edit the photo info"
13315
  msgstr ""
13316
 
13317
- #: wppa-settings-autosave.php:6586
13318
  msgid ""
13319
  "If selected, any logged in user who meets the criteria has the capability to "
13320
  "edit the photo information."
13321
  msgstr ""
13322
 
13323
- #: wppa-settings-autosave.php:6587
13324
  msgid "Note: This may be AFTER moderation!!"
13325
  msgstr ""
13326
 
13327
- #: wppa-settings-autosave.php:6589
13328
  msgid "Classic"
13329
  msgstr ""
13330
 
13331
- #: wppa-settings-autosave.php:6589
13332
  msgid "New style"
13333
  msgstr ""
13334
 
13335
- #: wppa-settings-autosave.php:6598
13336
  msgid "Fe Edit users"
13337
  msgstr ""
13338
 
13339
- #: wppa-settings-autosave.php:6599
13340
  msgid "The criteria the user must meet to edit photo info"
13341
  msgstr ""
13342
 
13343
- #: wppa-settings-autosave.php:6602
13344
  msgid "Admin and superuser"
13345
  msgstr ""
13346
 
13347
- #: wppa-settings-autosave.php:6602
13348
  msgid "Owner, admin and superuser"
13349
  msgstr ""
13350
 
13351
- #: wppa-settings-autosave.php:6611
13352
  msgid "Fe Edit Theme CSS"
13353
  msgstr ""
13354
 
13355
- #: wppa-settings-autosave.php:6612
13356
  msgid "The front-end edit photo dialog uses the theme CSS."
13357
  msgstr ""
13358
 
13359
- #: wppa-settings-autosave.php:6622
 
 
 
 
13360
  msgid "Fe Edit New Items"
13361
  msgstr ""
13362
 
13363
- #: wppa-settings-autosave.php:6623
13364
  msgid "The items that are fe editable"
13365
  msgstr ""
13366
 
13367
- #: wppa-settings-autosave.php:6624
13368
  msgid "See also Table II-J10!"
13369
  msgstr ""
13370
 
13371
- #: wppa-settings-autosave.php:6637
13372
  msgid "Fe Edit Button text"
13373
  msgstr ""
13374
 
13375
- #: wppa-settings-autosave.php:6638
13376
  msgid "The text on the Edit button."
13377
  msgstr ""
13378
 
13379
- #: wppa-settings-autosave.php:6648
13380
  msgid "Fe Edit Dialog caption"
13381
  msgstr ""
13382
 
13383
- #: wppa-settings-autosave.php:6649
13384
  msgid "The text on the header of the popup."
13385
  msgstr ""
13386
 
13387
- #: wppa-settings-autosave.php:6659
13388
  msgid "Frontend Delete"
13389
  msgstr ""
13390
 
13391
- #: wppa-settings-autosave.php:6660
13392
  msgid "Allow the uploader to delete the photo"
13393
  msgstr ""
13394
 
13395
- #: wppa-settings-autosave.php:6670
13396
  msgid "Uploader Moderate Comment"
13397
  msgstr ""
13398
 
13399
- #: wppa-settings-autosave.php:6671
13400
  msgid "The owner of the photo can moderate the photos comments."
13401
  msgstr ""
13402
 
13403
- #: wppa-settings-autosave.php:6672
13404
  msgid "This setting requires \"Uploader edit\" to be enabled also."
13405
  msgstr ""
13406
 
13407
- #: wppa-settings-autosave.php:6681
13408
  msgid "Upload memory check frontend"
13409
  msgstr ""
13410
 
13411
- #: wppa-settings-autosave.php:6682 wppa-settings-autosave.php:6693
13412
  msgid "Disable uploading photos that are too large."
13413
  msgstr ""
13414
 
13415
- #: wppa-settings-autosave.php:6683 wppa-settings-autosave.php:6694
13416
  msgid ""
13417
  "To prevent out of memory crashes during upload and possible database "
13418
  "inconsistencies, uploads can be prevented if the photos are too big."
13419
  msgstr ""
13420
 
13421
- #: wppa-settings-autosave.php:6692
13422
  msgid "Upload memory check admin"
13423
  msgstr ""
13424
 
13425
- #: wppa-settings-autosave.php:6703
13426
  msgid "Comment captcha"
13427
  msgstr ""
13428
 
13429
- #: wppa-settings-autosave.php:6704
13430
  msgid "Use a simple calculate captcha on comments form."
13431
  msgstr ""
13432
 
13433
- #: wppa-settings-autosave.php:6717
13434
  msgid "Spam lifetime"
13435
  msgstr ""
13436
 
13437
- #: wppa-settings-autosave.php:6718
13438
  msgid "Delete spam comments when older than."
13439
  msgstr ""
13440
 
13441
- #: wppa-settings-autosave.php:6745
13442
  msgid "Avoid duplicates"
13443
  msgstr ""
13444
 
13445
- #: wppa-settings-autosave.php:6746
13446
  msgid "Prevent the creation of duplicate photos."
13447
  msgstr ""
13448
 
13449
- #: wppa-settings-autosave.php:6747
13450
  msgid ""
13451
  "If checked: uploading, importing, copying or moving photos to other albums "
13452
  "will be prevented when the desitation album already contains a photo with "
13453
  "the same filename."
13454
  msgstr ""
13455
 
13456
- #: wppa-settings-autosave.php:6756
13457
  msgid "Blacklist user"
13458
  msgstr ""
13459
 
13460
- #: wppa-settings-autosave.php:6757 wppa-settings-autosave.php:6758
13461
  msgid "Set the status of all the users photos to 'pending'."
13462
  msgstr ""
13463
 
13464
- #: wppa-settings-autosave.php:6759
13465
  msgid "Also inhibits further uploads."
13466
  msgstr ""
13467
 
13468
- #: wppa-settings-autosave.php:6765
13469
  msgid "--- select a user to blacklist ---"
13470
  msgstr ""
13471
 
13472
- #: wppa-settings-autosave.php:6775 wppa-settings-autosave.php:6780
13473
- #: wppa-settings-autosave.php:6801 wppa-settings-autosave.php:6839
13474
- #: wppa-settings-autosave.php:6844 wppa-settings-autosave.php:6865
13475
- #: wppa-settings-autosave.php:9553 wppa-settings-autosave.php:9595
13476
  msgid "The page will be reloaded after the action has taken place."
13477
  msgstr ""
13478
 
13479
- #: wppa-settings-autosave.php:6781 wppa-settings-autosave.php:6845
13480
  msgid "User login name <b>( case sensitive! )</b>:"
13481
  msgstr ""
13482
 
13483
- #: wppa-settings-autosave.php:6789
13484
  msgid "Unblacklist user"
13485
  msgstr ""
13486
 
13487
- #: wppa-settings-autosave.php:6790
13488
  msgid "Set the status of all the users photos to 'publish'."
13489
  msgstr ""
13490
 
13491
- #: wppa-settings-autosave.php:6794
13492
  msgid "--- select a user to unblacklist ---"
13493
  msgstr ""
13494
 
13495
- #: wppa-settings-autosave.php:6809
13496
  msgid "Photo owner change"
13497
  msgstr ""
13498
 
13499
- #: wppa-settings-autosave.php:6810
13500
  msgid "Administrators can change photo owner"
13501
  msgstr ""
13502
 
13503
- #: wppa-settings-autosave.php:6820
13504
  msgid "Super user"
13505
  msgstr ""
13506
 
13507
- #: wppa-settings-autosave.php:6821
13508
  msgid "Give these users all rights in wppa."
13509
  msgstr ""
13510
 
13511
- #: wppa-settings-autosave.php:6822
13512
  msgid "This gives the user all the administrator privileges within wppa."
13513
  msgstr ""
13514
 
13515
- #: wppa-settings-autosave.php:6823
13516
  msgid ""
13517
  "Make sure the user also has a role that has all the boxes ticked in Table "
13518
  "VII-A"
13519
  msgstr ""
13520
 
13521
- #: wppa-settings-autosave.php:6829
13522
  msgid "--- select a user to make superuser ---"
13523
  msgstr ""
13524
 
13525
- #: wppa-settings-autosave.php:6853
13526
  msgid "Unsuper user"
13527
  msgstr ""
13528
 
13529
- #: wppa-settings-autosave.php:6854
13530
  msgid "Remove user from super user list."
13531
  msgstr ""
13532
 
13533
- #: wppa-settings-autosave.php:6858
13534
  msgid "--- select a user to unmake superuser ---"
13535
  msgstr ""
13536
 
13537
- #: wppa-settings-autosave.php:6891
13538
  msgid "Table VIII:"
13539
  msgstr ""
13540
 
13541
- #: wppa-settings-autosave.php:6891
13542
  msgid "Actions:"
13543
  msgstr ""
13544
 
13545
- #: wppa-settings-autosave.php:6892
13546
  msgid "This table lists all actions that can be taken to the wppa+ system"
13547
  msgstr ""
13548
 
13549
- #: wppa-settings-autosave.php:6902 wppa-settings-autosave.php:7727
13550
  msgid "Specification"
13551
  msgstr ""
13552
 
13553
- #: wppa-settings-autosave.php:6903 wppa-settings-autosave.php:7728
13554
- #: wppa-settings-autosave.php:10589 wppa-settings-autosave.php:10611
13555
  msgid "Do it!"
13556
  msgstr ""
13557
 
13558
- #: wppa-settings-autosave.php:6905 wppa-settings-autosave.php:7730
13559
  msgid "To Go"
13560
  msgstr ""
13561
 
13562
- #: wppa-settings-autosave.php:6913
13563
  msgid "Harmless and reverseable actions"
13564
  msgstr ""
13565
 
13566
- #: wppa-settings-autosave.php:6915
13567
  msgid "Ignore concurrency"
13568
  msgstr ""
13569
 
13570
- #: wppa-settings-autosave.php:6916
13571
  msgid "Ignore the prevention of concurrent actions."
13572
  msgstr ""
13573
 
13574
- #: wppa-settings-autosave.php:6917
13575
  msgid ""
13576
  "This setting is meant to recover from deadlock situations only. Use with "
13577
  "care!"
13578
  msgstr ""
13579
 
13580
- #: wppa-settings-autosave.php:6928
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13581
  msgid "Setup"
13582
  msgstr ""
13583
 
13584
- #: wppa-settings-autosave.php:6929
13585
  msgid "Re-initialize plugin."
13586
  msgstr ""
13587
 
13588
- #: wppa-settings-autosave.php:6930
13589
  msgid ""
13590
  "Re-initilizes the plugin, (re)creates database tables and sets up default "
13591
  "settings and directories if required."
13592
  msgstr ""
13593
 
13594
- #: wppa-settings-autosave.php:6931
13595
  msgid ""
13596
  "This action may be required to setup blogs in a multiblog (network) site as "
13597
  "well as in rare cases to correct initilization errors."
13598
  msgstr ""
13599
 
13600
- #: wppa-settings-autosave.php:6942
13601
  msgid "Backup settings"
13602
  msgstr ""
13603
 
13604
- #: wppa-settings-autosave.php:6943
13605
  msgid "Save all settings into a backup file."
13606
  msgstr ""
13607
 
13608
- #: wppa-settings-autosave.php:6944
13609
  msgid "Saves all the settings into a backup file"
13610
  msgstr ""
13611
 
13612
- #: wppa-settings-autosave.php:6955
13613
  msgid "Load settings"
13614
  msgstr ""
13615
 
13616
- #: wppa-settings-autosave.php:6956
13617
  msgid "Restore all settings from defaults, a backup or skin file."
13618
  msgstr ""
13619
 
13620
- #: wppa-settings-autosave.php:6957
13621
  msgid ""
13622
  "Restores all the settings from the factory supplied defaults, the backup you "
13623
  "created or from a skin file."
13624
  msgstr ""
13625
 
13626
- #: wppa-settings-autosave.php:6963
13627
  msgid "--- set to defaults ---"
13628
  msgstr ""
13629
 
13630
- #: wppa-settings-autosave.php:6966
13631
  msgid "--- restore backup ---"
13632
  msgstr ""
13633
 
13634
- #: wppa-settings-autosave.php:6988
13635
  msgid "Regenerate"
13636
  msgstr ""
13637
 
13638
- #: wppa-settings-autosave.php:6989 wppa-settings-autosave.php:6990
13639
  msgid "Regenerate all thumbnails."
13640
  msgstr ""
13641
 
13642
- #: wppa-settings-autosave.php:6993 wppa-settings-autosave.php:7110
13643
- #: wppa-settings-autosave.php:7191 wppa-settings-autosave.php:7449
13644
  msgid "Skip one"
13645
  msgstr ""
13646
 
13647
- #: wppa-settings-autosave.php:7002
13648
  msgid "Rerate"
13649
  msgstr ""
13650
 
13651
- #: wppa-settings-autosave.php:7003
13652
  msgid "Recalculate ratings."
13653
  msgstr ""
13654
 
13655
- #: wppa-settings-autosave.php:7004
13656
  msgid ""
13657
  "This function will recalculate all mean photo ratings from the ratings table."
13658
  msgstr ""
13659
 
13660
- #: wppa-settings-autosave.php:7005
13661
  msgid ""
13662
  "You may need this function after the re-import of previously exported photos"
13663
  msgstr ""
13664
 
13665
- #: wppa-settings-autosave.php:7016
13666
  msgid "Lost and found"
13667
  msgstr ""
13668
 
13669
- #: wppa-settings-autosave.php:7017
13670
  msgid "Find \"lost\" photos."
13671
  msgstr ""
13672
 
13673
- #: wppa-settings-autosave.php:7018
13674
  msgid "This function will attempt to find lost photos."
13675
  msgstr ""
13676
 
13677
- #: wppa-settings-autosave.php:7029
13678
  msgid "Recuperate"
13679
  msgstr ""
13680
 
13681
- #: wppa-settings-autosave.php:7031
 
 
 
 
13682
  msgid ""
13683
  "This action will attempt to find and register IPTC and EXIF data from photos "
13684
  "in the WPPA+ system."
13685
  msgstr ""
13686
 
13687
- #: wppa-settings-autosave.php:7042
13688
  msgid "Remake Index Albums"
13689
  msgstr ""
13690
 
13691
- #: wppa-settings-autosave.php:7043
13692
  msgid "Remakes the index database table for albums."
13693
  msgstr ""
13694
 
13695
- #: wppa-settings-autosave.php:7055
13696
  msgid "Remake Index Photos"
13697
  msgstr ""
13698
 
13699
- #: wppa-settings-autosave.php:7056
13700
  msgid "Remakes the index database table for photos."
13701
  msgstr ""
13702
 
13703
- #: wppa-settings-autosave.php:7068
13704
  msgid "Clean Index"
13705
  msgstr ""
13706
 
13707
- #: wppa-settings-autosave.php:7069
13708
  msgid "Remove obsolete entries from index db table."
13709
  msgstr ""
13710
 
13711
- #: wppa-settings-autosave.php:7087
13712
  msgid "Convert to tree"
13713
  msgstr ""
13714
 
13715
- #: wppa-settings-autosave.php:7088
13716
  msgid "Convert filesystem to tree structure."
13717
  msgstr ""
13718
 
13719
- #: wppa-settings-autosave.php:7091
13720
  msgid "Convert to flat"
13721
  msgstr ""
13722
 
13723
- #: wppa-settings-autosave.php:7092
13724
  msgid "Convert filesystem to flat structure."
13725
  msgstr ""
13726
 
13727
- #: wppa-settings-autosave.php:7094
13728
  msgid ""
13729
  "If you want to go back to a wppa+ version prior to 5.0.16, you MUST convert "
13730
  "to flat first."
13731
  msgstr ""
13732
 
13733
- #: wppa-settings-autosave.php:7105
13734
  msgid "Remake"
13735
  msgstr ""
13736
 
13737
- #: wppa-settings-autosave.php:7106
13738
  msgid "Remake the photofiles from photo sourcefiles."
13739
  msgstr ""
13740
 
13741
- #: wppa-settings-autosave.php:7107
13742
  msgid ""
13743
  "This action will remake the fullsize images, thumbnail images, and will "
13744
  "refresh the iptc and exif data for all photos where the source is found in "
13745
  "the corresponding album sub-directory of the source directory."
13746
  msgstr ""
13747
 
13748
- #: wppa-settings-autosave.php:7119
13749
  msgid "Orientation only"
13750
  msgstr ""
13751
 
13752
- #: wppa-settings-autosave.php:7120
13753
  msgid "Remake non standard orientated photos only."
13754
  msgstr ""
13755
 
13756
- #: wppa-settings-autosave.php:7133
13757
  msgid "Missing only"
13758
  msgstr ""
13759
 
13760
- #: wppa-settings-autosave.php:7134
13761
  msgid "Remake missing photofiles only."
13762
  msgstr ""
13763
 
13764
- #: wppa-settings-autosave.php:7147
13765
  msgid "Recalc sizes"
13766
  msgstr ""
13767
 
13768
- #: wppa-settings-autosave.php:7148
13769
  msgid "Recalculate photosizes and save to db."
13770
  msgstr ""
13771
 
13772
- #: wppa-settings-autosave.php:7160
13773
  msgid "Renew album crypt"
13774
  msgstr ""
13775
 
13776
- #: wppa-settings-autosave.php:7161
13777
  msgid "Renew album encrcryption codes."
13778
  msgstr ""
13779
 
13780
- #: wppa-settings-autosave.php:7173
13781
  msgid "Renew photo crypt"
13782
  msgstr ""
13783
 
13784
- #: wppa-settings-autosave.php:7174
13785
  msgid "Renew photo encrcryption codes."
13786
  msgstr ""
13787
 
13788
- #: wppa-settings-autosave.php:7186
13789
  msgid "Create orietation sources"
13790
  msgstr ""
13791
 
13792
- #: wppa-settings-autosave.php:7187
13793
  msgid "Creates correctly oriented pseudo source file."
13794
  msgstr ""
13795
 
13796
- #: wppa-settings-autosave.php:7200
13797
  msgid "Clearing and other irreverseable actions"
13798
  msgstr ""
13799
 
13800
- #: wppa-settings-autosave.php:7202
13801
  msgid "Clear ratings"
13802
  msgstr ""
13803
 
13804
- #: wppa-settings-autosave.php:7203
13805
  msgid "Reset all ratings."
13806
  msgstr ""
13807
 
13808
- #: wppa-settings-autosave.php:7204
13809
  msgid "WARNING: If checked, this will clear all ratings in the system!"
13810
  msgstr ""
13811
 
13812
- #: wppa-settings-autosave.php:7215
13813
  msgid "Clear viewcounts"
13814
  msgstr ""
13815
 
13816
- #: wppa-settings-autosave.php:7216
13817
  msgid "Reset all viewcounts."
13818
  msgstr ""
13819
 
13820
- #: wppa-settings-autosave.php:7217
13821
  msgid "WARNING: If checked, this will clear all viewcounts in the system!"
13822
  msgstr ""
13823
 
13824
- #: wppa-settings-autosave.php:7228
13825
  msgid "Reset IPTC"
13826
  msgstr ""
13827
 
13828
- #: wppa-settings-autosave.php:7229
13829
  msgid "Clear all IPTC data."
13830
  msgstr ""
13831
 
13832
- #: wppa-settings-autosave.php:7230
13833
  msgid "WARNING: If checked, this will clear all IPTC data in the system!"
13834
  msgstr ""
13835
 
13836
- #: wppa-settings-autosave.php:7241
13837
  msgid "Reset EXIF"
13838
  msgstr ""
13839
 
13840
- #: wppa-settings-autosave.php:7242
13841
  msgid "Clear all EXIF data."
13842
  msgstr ""
13843
 
13844
- #: wppa-settings-autosave.php:7243
13845
  msgid "WARNING: If checked, this will clear all EXIF data in the system!"
13846
  msgstr ""
13847
 
13848
- #: wppa-settings-autosave.php:7254
13849
  msgid "Apply Default Photoname"
13850
  msgstr ""
13851
 
13852
- #: wppa-settings-autosave.php:7255
13853
  msgid "Apply Default photo name on all photos in the system."
13854
  msgstr ""
13855
 
13856
- #: wppa-settings-autosave.php:7267
13857
  msgid "Apply New Photodesc"
13858
  msgstr ""
13859
 
13860
- #: wppa-settings-autosave.php:7268
13861
  msgid "Apply New photo description on all photos in the system."
13862
  msgstr ""
13863
 
13864
- #: wppa-settings-autosave.php:7280
13865
  msgid "Append to photodesc"
13866
  msgstr ""
13867
 
13868
- #: wppa-settings-autosave.php:7281
13869
  msgid "Append this text to all photo descriptions."
13870
  msgstr ""
13871
 
13872
- #: wppa-settings-autosave.php:7295
13873
  msgid "Remove from photodesc"
13874
  msgstr ""
13875
 
13876
- #: wppa-settings-autosave.php:7296
13877
  msgid "Remove this text from all photo descriptions."
13878
  msgstr ""
13879
 
13880
- #: wppa-settings-autosave.php:7310
13881
  msgid "Remove empty albums"
13882
  msgstr ""
13883
 
13884
- #: wppa-settings-autosave.php:7311
13885
  msgid "Removes albums that are not used."
13886
  msgstr ""
13887
 
13888
- #: wppa-settings-autosave.php:7323
13889
  msgid "Remove file-ext"
13890
  msgstr ""
13891
 
13892
- #: wppa-settings-autosave.php:7324
13893
  msgid "Remove possible file extension from photo name."
13894
  msgstr ""
13895
 
13896
- #: wppa-settings-autosave.php:7325
13897
  msgid ""
13898
  "This may be required for old photos, uploaded when the option in Table IX-D3 "
13899
  "was not yet available/selected."
13900
  msgstr ""
13901
 
13902
- #: wppa-settings-autosave.php:7336
13903
  msgid "Re-add file-ext"
13904
  msgstr ""
13905
 
13906
- #: wppa-settings-autosave.php:7337
13907
  msgid "Revert the <i>Remove file-ext</i> action."
13908
  msgstr ""
13909
 
13910
- #: wppa-settings-autosave.php:7349
13911
  msgid "All to lower"
13912
  msgstr ""
13913
 
13914
- #: wppa-settings-autosave.php:7350
13915
  msgid "Convert all file-extensions to lowercase."
13916
  msgstr ""
13917
 
13918
- #: wppa-settings-autosave.php:7351
13919
  msgid ""
13920
  "Affects display files, thumbnail files, and saved extensions in database "
13921
  "table. Leaves sourcefiles untouched"
13922
  msgstr ""
13923
 
13924
- #: wppa-settings-autosave.php:7352
13925
  msgid ""
13926
  "If both upper and lowercase files exist, the file with the uppercase "
13927
  "extension will be removed."
13928
  msgstr ""
13929
 
13930
- #: wppa-settings-autosave.php:7363
13931
  msgid "Watermark all"
13932
  msgstr ""
13933
 
13934
- #: wppa-settings-autosave.php:7364
13935
  msgid "Apply watermark according to current settings to all photos."
13936
  msgstr ""
13937
 
13938
- #: wppa-settings-autosave.php:7365
13939
  msgid "See Table IX_F for the current watermark settings"
13940
  msgstr ""
13941
 
13942
- #: wppa-settings-autosave.php:7376
13943
  msgid "Create all autopages"
13944
  msgstr ""
13945
 
13946
- #: wppa-settings-autosave.php:7377
13947
  msgid "Create all the pages to display slides individually."
13948
  msgstr ""
13949
 
13950
- #: wppa-settings-autosave.php:7378 wppa-settings-autosave.php:7392
13951
  msgid "See also Table IV-A10."
13952
  msgstr ""
13953
 
13954
- #: wppa-settings-autosave.php:7379
13955
  msgid ""
13956
  "Make sure you have a custom menu and the \"Automatically add new top-level "
13957
  "pages to this menu\" box UNticked!!"
13958
  msgstr ""
13959
 
13960
- #: wppa-settings-autosave.php:7390
13961
  msgid "Delete all autopages"
13962
  msgstr ""
13963
 
13964
- #: wppa-settings-autosave.php:7391
13965
  msgid "Delete all the pages to display slides individually."
13966
  msgstr ""
13967
 
13968
- #: wppa-settings-autosave.php:7404
13969
  msgid "Leading zeroes"
13970
  msgstr ""
13971
 
13972
- #: wppa-settings-autosave.php:7405
13973
  msgid "If photoname numeric, add leading zeros"
13974
  msgstr ""
13975
 
13976
- #: wppa-settings-autosave.php:7406
13977
  msgid ""
13978
  "You can extend the name with leading zeros, so alphabetic sort becomes equal "
13979
  "to numeric sort order."
13980
  msgstr ""
13981
 
13982
- #: wppa-settings-autosave.php:7409
13983
  msgid "Total chars"
13984
  msgstr ""
13985
 
13986
- #: wppa-settings-autosave.php:7418
13987
  msgid "Add GPX tag"
13988
  msgstr ""
13989
 
13990
- #: wppa-settings-autosave.php:7419
13991
  msgid "Make sure photos with gpx data have a Gpx tag"
13992
  msgstr ""
13993
 
13994
- #: wppa-settings-autosave.php:7431
13995
  msgid "Add HD tag"
13996
  msgstr ""
13997
 
13998
- #: wppa-settings-autosave.php:7432
13999
  msgid "Make sure photos >= 1920 x 1080 have a HD tag"
14000
  msgstr ""
14001
 
14002
- #: wppa-settings-autosave.php:7445 wppa-settings-autosave.php:8551
14003
  msgid "Optimize files"
14004
  msgstr ""
14005
 
14006
- #: wppa-settings-autosave.php:7446
14007
  msgid "Optimize with EWWW image optimizer"
14008
  msgstr ""
14009
 
14010
- #: wppa-settings-autosave.php:7459
14011
  msgid "Edit tag"
14012
  msgstr ""
14013
 
14014
- #: wppa-settings-autosave.php:7460
14015
  msgid "Globally change a tagname."
14016
  msgstr ""
14017
 
14018
- #: wppa-settings-autosave.php:7466
14019
  msgid "-select a tag-"
14020
  msgstr ""
14021
 
14022
- #: wppa-settings-autosave.php:7472
14023
  msgid "Tag:"
14024
  msgstr ""
14025
 
14026
- #: wppa-settings-autosave.php:7473
14027
  msgid "Change to:"
14028
  msgstr ""
14029
 
14030
- #: wppa-settings-autosave.php:7482
14031
  msgid "Synchronize Cloudinary"
14032
  msgstr ""
14033
 
14034
- #: wppa-settings-autosave.php:7483
14035
  msgid "Removes/adds images in the cloud."
14036
  msgstr ""
14037
 
14038
- #: wppa-settings-autosave.php:7484
14039
  msgid "Removes old images and verifies/adds new images to Cloudinary."
14040
  msgstr ""
14041
 
14042
- #: wppa-settings-autosave.php:7485
14043
  msgid "See Table IX-K4.7 for the configured lifetime."
14044
  msgstr ""
14045
 
14046
- #: wppa-settings-autosave.php:7496
14047
  msgid "Fix tags"
14048
  msgstr ""
14049
 
14050
- #: wppa-settings-autosave.php:7497
14051
  msgid "Make sure photo tags format is uptodate"
14052
  msgstr ""
14053
 
14054
- #: wppa-settings-autosave.php:7498
14055
  msgid "Fixes tags to be conform current database rules."
14056
  msgstr ""
14057
 
14058
- #: wppa-settings-autosave.php:7509
14059
  msgid "Fix cats"
14060
  msgstr ""
14061
 
14062
- #: wppa-settings-autosave.php:7510
14063
  msgid "Make sure album cats format is uptodate"
14064
  msgstr ""
14065
 
14066
- #: wppa-settings-autosave.php:7511
14067
  msgid "Fixes cats to be conform current database rules."
14068
  msgstr ""
14069
 
14070
- #: wppa-settings-autosave.php:7522
14071
  msgid "Set owner to name"
14072
  msgstr ""
14073
 
14074
- #: wppa-settings-autosave.php:7523
14075
  msgid "If photoname equals user display name, set him owner."
14076
  msgstr ""
14077
 
14078
- #: wppa-settings-autosave.php:7535
14079
  msgid "Move all photos"
14080
  msgstr ""
14081
 
14082
- #: wppa-settings-autosave.php:7536
14083
  msgid "Move all photos from one album to another album."
14084
  msgstr ""
14085
 
14086
- #: wppa-settings-autosave.php:7550 wppa-settings-autosave.php:7573
14087
  msgid "From"
14088
  msgstr ""
14089
 
14090
- #: wppa-settings-autosave.php:7551
14091
  msgid "Move from album number"
14092
  msgstr ""
14093
 
14094
- #: wppa-settings-autosave.php:7560 wppa-settings-autosave.php:7600
14095
  msgid "To"
14096
  msgstr ""
14097
 
14098
- #: wppa-settings-autosave.php:7561
14099
  msgid "Move to album number"
14100
  msgstr ""
14101
 
14102
- #: wppa-settings-autosave.php:7574
14103
  msgid "Move from album"
14104
  msgstr ""
14105
 
14106
- #: wppa-settings-autosave.php:7601
14107
  msgid "Move to album"
14108
  msgstr ""
14109
 
14110
- #: wppa-settings-autosave.php:7631
14111
- msgid "Test proc"
 
 
 
 
 
 
 
 
 
 
 
 
14112
  msgstr ""
14113
 
14114
- #: wppa-settings-autosave.php:7632
14115
- msgid "For OpaJaap only"
14116
  msgstr ""
14117
 
14118
- #: wppa-settings-autosave.php:7645
14119
  msgid "Listings"
14120
  msgstr ""
14121
 
14122
- #: wppa-settings-autosave.php:7647
14123
  msgid "List Logfile"
14124
  msgstr ""
14125
 
14126
- #: wppa-settings-autosave.php:7648
14127
  msgid "Show the content of wppa+ (error) log."
14128
  msgstr ""
14129
 
14130
- #: wppa-settings-autosave.php:7652
14131
  msgid "Purge logfile"
14132
  msgstr ""
14133
 
14134
- #: wppa-settings-autosave.php:7661
 
 
 
 
14135
  msgid "List Ratings"
14136
  msgstr ""
14137
 
14138
- #: wppa-settings-autosave.php:7662
14139
  msgid "Show the most recent ratings."
14140
  msgstr ""
14141
 
14142
- #: wppa-settings-autosave.php:7675
14143
  msgid "List Index"
14144
  msgstr ""
14145
 
14146
- #: wppa-settings-autosave.php:7676
14147
- msgid "Show the content if the index table."
14148
  msgstr ""
14149
 
14150
- #: wppa-settings-autosave.php:7680
14151
  msgid "Start at text:"
14152
  msgstr ""
14153
 
14154
- #: wppa-settings-autosave.php:7690
14155
  msgid "List active sessions"
14156
  msgstr ""
14157
 
14158
- #: wppa-settings-autosave.php:7691
14159
  msgid "Show the content of the sessions table."
14160
  msgstr ""
14161
 
14162
- #: wppa-settings-autosave.php:7704
14163
  msgid "List comments"
14164
  msgstr ""
14165
 
14166
- #: wppa-settings-autosave.php:7705
14167
  msgid "Show the content of the comments table."
14168
  msgstr ""
14169
 
14170
- #: wppa-settings-autosave.php:7711
14171
  msgid "Order by:"
14172
  msgstr ""
14173
 
14174
- #: wppa-settings-autosave.php:7740
14175
  msgid "Table IX:"
14176
  msgstr ""
14177
 
14178
- #: wppa-settings-autosave.php:7740
14179
  msgid "Miscellaneous:"
14180
  msgstr ""
14181
 
14182
- #: wppa-settings-autosave.php:7741
14183
  msgid "This table lists all settings that do not fit into an other table"
14184
  msgstr ""
14185
 
14186
- #: wppa-settings-autosave.php:7759
14187
  msgid "Internal engine related settings"
14188
  msgstr ""
14189
 
14190
- #: wppa-settings-autosave.php:7761
14191
  msgid "WPPA+ Filter priority"
14192
  msgstr ""
14193
 
14194
- #: wppa-settings-autosave.php:7762
14195
  msgid "Sets the priority of the wppa+ content filter."
14196
  msgstr ""
14197
 
14198
- #: wppa-settings-autosave.php:7763 wppa-settings-autosave.php:7772
14199
  msgid ""
14200
  "If you encounter conflicts with the theme or other plugins, increasing this "
14201
  "value sometimes helps. Use with great care!"
14202
  msgstr ""
14203
 
14204
- #: wppa-settings-autosave.php:7770
14205
  msgid "Do_shortcode priority"
14206
  msgstr ""
14207
 
14208
- #: wppa-settings-autosave.php:7771
14209
  msgid "Sets the priority of the do_shortcode() content filter."
14210
  msgstr ""
14211
 
14212
- #: wppa-settings-autosave.php:7779
14213
  msgid "WPPA shortcode at Filter priority"
14214
  msgstr ""
14215
 
14216
- #: wppa-settings-autosave.php:7780
14217
  msgid "Execute shortcode expansion on filter priority in posts and pages."
14218
  msgstr ""
14219
 
14220
- #: wppa-settings-autosave.php:7781 wppa-settings-autosave.php:7790
14221
  msgid "Use to fix certain layout problems"
14222
  msgstr ""
14223
 
14224
- #: wppa-settings-autosave.php:7788
14225
  msgid "WPPA shortcode at Filter priority widget"
14226
  msgstr ""
14227
 
14228
- #: wppa-settings-autosave.php:7789
14229
  msgid "Execute shortcode expansion on filter priority in widgets."
14230
  msgstr ""
14231
 
14232
- #: wppa-settings-autosave.php:7797
14233
  msgid "JPG image quality"
14234
  msgstr ""
14235
 
14236
- #: wppa-settings-autosave.php:7798
14237
  msgid "The jpg quality when photos are downsized"
14238
  msgstr ""
14239
 
14240
- #: wppa-settings-autosave.php:7799
14241
  msgid "The higher the number the better the quality but the larger the file"
14242
  msgstr ""
14243
 
14244
- #: wppa-settings-autosave.php:7800
14245
  msgid "Possible values 20..100"
14246
  msgstr ""
14247
 
14248
- #: wppa-settings-autosave.php:7807
14249
  msgid "Allow WPPA+ Debugging"
14250
  msgstr ""
14251
 
14252
- #: wppa-settings-autosave.php:7808
14253
  msgid "Allow the use of &amp;debug=.. in urls to this site."
14254
  msgstr ""
14255
 
14256
- #: wppa-settings-autosave.php:7809
14257
  msgid ""
14258
  "If checked: appending (?)(&)debug or (?)(&)debug=<int> to an url to this "
14259
  "site will generate the display of special WPPA+ diagnostics, as well as php "
14260
  "warnings"
14261
  msgstr ""
14262
 
14263
- #: wppa-settings-autosave.php:7816
14264
  msgid "Auto continue"
14265
  msgstr ""
14266
 
14267
- #: wppa-settings-autosave.php:7817
14268
  msgid "Continue automatic after time out"
14269
  msgstr ""
14270
 
14271
- #: wppa-settings-autosave.php:7818
14272
  msgid ""
14273
  "If checked, an attempt will be made to restart an admin process when the "
14274
  "time is out."
14275
  msgstr ""
14276
 
14277
- #: wppa-settings-autosave.php:7826
14278
  msgid "Set max execution time here."
14279
  msgstr ""
14280
 
14281
- #: wppa-settings-autosave.php:7827
14282
  msgid ""
14283
  "If your php config does not properly set the max execution time, you can set "
14284
  "it here. Seconds, 0 means do not change."
14285
  msgstr ""
14286
 
14287
- #: wppa-settings-autosave.php:7828
14288
  msgid "A safe value is 45 in most cases"
14289
  msgstr ""
14290
 
14291
- #: wppa-settings-autosave.php:7829
14292
  #, php-format
14293
  msgid "The PHP setting max_execution_time is set to %s."
14294
  msgstr ""
14295
 
14296
- #: wppa-settings-autosave.php:7837
14297
  msgid "Feed use thumb"
14298
  msgstr ""
14299
 
14300
- #: wppa-settings-autosave.php:7838
14301
  msgid "Feeds use thumbnail pictures always."
14302
  msgstr ""
14303
 
14304
- #: wppa-settings-autosave.php:7846
14305
  msgid "Enable <i>in-line</i> settings"
14306
  msgstr ""
14307
 
14308
- #: wppa-settings-autosave.php:7847
14309
  msgid "Activates shortcode [wppa_set][/wppa_set]."
14310
  msgstr ""
14311
 
14312
- #: wppa-settings-autosave.php:7848
14313
  msgid ""
14314
  "Syntax: [wppa_set name=\"any wppa setting\" value=\"new value\"][/wppa_set]"
14315
  msgstr ""
14316
 
14317
- #: wppa-settings-autosave.php:7849
14318
  msgid ""
14319
  "Example: [wppa_set name=\"wppa_thumbtype\" value=\"masonry-v\"][/wppa_set] "
14320
  "sets the thumbnail type to vertical masonry style"
14321
  msgstr ""
14322
 
14323
- #: wppa-settings-autosave.php:7850
14324
  msgid "Do not forget to reset with [wppa_set][/wppa_set]"
14325
  msgstr ""
14326
 
14327
- #: wppa-settings-autosave.php:7851
14328
  msgid "Use with great care! There is no check on validity of values!"
14329
  msgstr ""
14330
 
14331
- #: wppa-settings-autosave.php:7858
14332
  msgid "Runtime modifyable settings"
14333
  msgstr ""
14334
 
14335
- #: wppa-settings-autosave.php:7859
14336
  msgid "The setting slugs that may be altered using [wppa_set] shortcode."
14337
  msgstr ""
14338
 
14339
- #: wppa-settings-autosave.php:7867
14340
  msgid "Log Cron"
14341
  msgstr ""
14342
 
14343
- #: wppa-settings-autosave.php:7868
14344
  msgid "Keep track of cron activity in the wppa logfile."
14345
  msgstr ""
14346
 
14347
- #: wppa-settings-autosave.php:7876
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14348
  msgid "Retry failed mails"
14349
  msgstr ""
14350
 
14351
- #: wppa-settings-autosave.php:7877
14352
  msgid "Select number of retries for failed mails"
14353
  msgstr ""
14354
 
14355
- #: wppa-settings-autosave.php:7878
14356
  msgid "Retries occur at the background every hour"
14357
  msgstr ""
14358
 
14359
- #: wppa-settings-autosave.php:7886
14360
  msgid "WPPA+ Admin related miscellaneous settings"
14361
  msgstr ""
14362
 
14363
- #: wppa-settings-autosave.php:7888
14364
  msgid "Allow HTML"
14365
  msgstr ""
14366
 
14367
- #: wppa-settings-autosave.php:7889
14368
  msgid "Allow HTML in album and photo descriptions."
14369
  msgstr ""
14370
 
14371
- #: wppa-settings-autosave.php:7890 wppa-settings-autosave.php:7899
14372
  msgid ""
14373
  "If checked: html is allowed. WARNING: No checks on syntax, it is your own "
14374
- "responsability to close tags properly!"
14375
  msgstr ""
14376
 
14377
- #: wppa-settings-autosave.php:7897
14378
  msgid "Allow HTML custom"
14379
  msgstr ""
14380
 
14381
- #: wppa-settings-autosave.php:7898
14382
  msgid "Allow HTML in custom photo datafields."
14383
  msgstr ""
14384
 
14385
- #: wppa-settings-autosave.php:7906
14386
  msgid "Check tag balance"
14387
  msgstr ""
14388
 
14389
- #: wppa-settings-autosave.php:7907
14390
  msgid "Check if the HTML tags are properly closed: \"balanced\"."
14391
  msgstr ""
14392
 
14393
- #: wppa-settings-autosave.php:7908
14394
  msgid ""
14395
  "If the HTML tags in an album or a photo description are not in balance, the "
14396
  "description is not updated, an errormessage is displayed"
14397
  msgstr ""
14398
 
14399
- #: wppa-settings-autosave.php:7915
14400
  msgid "Use WP editor"
14401
  msgstr ""
14402
 
14403
- #: wppa-settings-autosave.php:7916
14404
  msgid "Use the wp editor for multiline text fields."
14405
  msgstr ""
14406
 
14407
- #: wppa-settings-autosave.php:7924
14408
  msgid "Album sel hierarchic"
14409
  msgstr ""
14410
 
14411
- #: wppa-settings-autosave.php:7925
14412
  msgid "Show albums with (grand)parents in selection lists."
14413
  msgstr ""
14414
 
14415
- #: wppa-settings-autosave.php:7933
14416
  msgid "Page sel hierarchic"
14417
  msgstr ""
14418
 
14419
- #: wppa-settings-autosave.php:7934
14420
  msgid "Show pages with (grand)parents in selection lists."
14421
  msgstr ""
14422
 
14423
- #: wppa-settings-autosave.php:7943
14424
  msgid "Album admin page size"
14425
  msgstr ""
14426
 
14427
- #: wppa-settings-autosave.php:7944
14428
  msgid "The number of albums per page on the Edit Album admin page."
14429
  msgstr ""
14430
 
14431
- #: wppa-settings-autosave.php:7954
14432
  msgid "Photo admin page size"
14433
  msgstr ""
14434
 
14435
- #: wppa-settings-autosave.php:7955
14436
  msgid ""
14437
  "The number of photos per page on the <br/>Edit Album -> Manage photos and "
14438
  "Edit Photos admin pages."
14439
  msgstr ""
14440
 
14441
- #: wppa-settings-autosave.php:7965
14442
  msgid "Photo admin max albums"
14443
  msgstr ""
14444
 
14445
- #: wppa-settings-autosave.php:7966
14446
  msgid "Max albums to show in album selectionbox."
14447
  msgstr ""
14448
 
14449
- #: wppa-settings-autosave.php:7967
14450
  msgid ""
14451
  "If there are more albums in the system, display an input box asking for "
14452
  "album id#"
14453
  msgstr ""
14454
 
14455
- #: wppa-settings-autosave.php:7976
14456
  msgid "Comment admin page size"
14457
  msgstr ""
14458
 
14459
- #: wppa-settings-autosave.php:7977
14460
  msgid "The number of comments per page on the Comments admin pages."
14461
  msgstr ""
14462
 
14463
- #: wppa-settings-autosave.php:7987
14464
  msgid "Geo info edit"
14465
  msgstr ""
14466
 
14467
- #: wppa-settings-autosave.php:7988
14468
  msgid "Lattitude and longitude may be edited in photo admin."
14469
  msgstr ""
14470
 
14471
- #: wppa-settings-autosave.php:7996
14472
  msgid "Admin bar menu admin"
14473
  msgstr ""
14474
 
14475
- #: wppa-settings-autosave.php:7997
14476
  msgid "Show menu on admin bar on admin pages."
14477
  msgstr ""
14478
 
14479
- #: wppa-settings-autosave.php:8005
14480
  msgid "Admin bar menu frontend"
14481
  msgstr ""
14482
 
14483
- #: wppa-settings-autosave.php:8006
14484
  msgid "Show menu on admin bar on frontend pages."
14485
  msgstr ""
14486
 
14487
- #: wppa-settings-autosave.php:8014
14488
  msgid "Add shortcode to posts"
14489
  msgstr ""
14490
 
14491
- #: wppa-settings-autosave.php:8015
14492
  msgid "Add a shortcode to the end of all posts."
14493
  msgstr ""
14494
 
14495
- #: wppa-settings-autosave.php:8023
14496
  msgid "Shortcode to add"
14497
  msgstr ""
14498
 
14499
- #: wppa-settings-autosave.php:8024
14500
  msgid "The shortcode to be added to the posts."
14501
  msgstr ""
14502
 
14503
- #: wppa-settings-autosave.php:8032
14504
  msgid "Import page prieviews"
14505
  msgstr ""
14506
 
14507
- #: wppa-settings-autosave.php:8033
14508
  msgid "Show thumbnail previews in import admin page."
14509
  msgstr ""
14510
 
14511
- #: wppa-settings-autosave.php:8041
14512
  msgid "Upload audiostub"
14513
  msgstr ""
14514
 
14515
- #: wppa-settings-autosave.php:8042
14516
  msgid "Upload a new audio stub file"
14517
  msgstr ""
14518
 
14519
- #: wppa-settings-autosave.php:8046
14520
  msgid "Upload audio stub image"
14521
  msgstr ""
14522
 
14523
- #: wppa-settings-autosave.php:8051
14524
  msgid "Confirm create"
14525
  msgstr ""
14526
 
14527
- #: wppa-settings-autosave.php:8052
14528
  msgid "Display confirmation dialog before creating album."
14529
  msgstr ""
14530
 
14531
- #: wppa-settings-autosave.php:8060
14532
  msgid "Import source root"
14533
  msgstr ""
14534
 
14535
- #: wppa-settings-autosave.php:8061
14536
  msgid "Specify the highest level in the filesystem where to import from"
14537
  msgstr ""
14538
 
14539
- #: wppa-settings-autosave.php:8078
14540
  msgid "Allow import from WPPA+ source folders"
14541
  msgstr ""
14542
 
14543
- #: wppa-settings-autosave.php:8079
14544
  msgid "Only switch this on if you know what you are doing!"
14545
  msgstr ""
14546
 
14547
- #: wppa-settings-autosave.php:8087
14548
  msgid "Enable shortcode generator"
14549
  msgstr ""
14550
 
14551
- #: wppa-settings-autosave.php:8088
14552
  msgid "Show album icon above page/post edit window"
14553
  msgstr ""
14554
 
14555
- #: wppa-settings-autosave.php:8089
14556
  msgid ""
14557
  "Administrators and wppa super users will always have the shortcode generator "
14558
  "available."
14559
  msgstr ""
14560
 
14561
- #: wppa-settings-autosave.php:8096
 
 
 
 
 
 
 
 
14562
  msgid "SEO related settings"
14563
  msgstr ""
14564
 
14565
- #: wppa-settings-autosave.php:8098
14566
  msgid "Meta on page"
14567
  msgstr ""
14568
 
14569
- #: wppa-settings-autosave.php:8099
14570
  msgid "Meta tags for photos on the page."
14571
  msgstr ""
14572
 
14573
- #: wppa-settings-autosave.php:8100
14574
  msgid ""
14575
  "If checked, the header of the page will contain metatags that refer to "
14576
  "featured photos on the page in the page context."
14577
  msgstr ""
14578
 
14579
- #: wppa-settings-autosave.php:8107
14580
  msgid "Meta all"
14581
  msgstr ""
14582
 
14583
- #: wppa-settings-autosave.php:8108
14584
  msgid "Meta tags for all featured photos."
14585
  msgstr ""
14586
 
14587
- #: wppa-settings-autosave.php:8109
14588
  msgid ""
14589
  "If checked, the header of the page will contain metatags that refer to all "
14590
  "featured photo files."
14591
  msgstr ""
14592
 
14593
- #: wppa-settings-autosave.php:8110
14594
  msgid ""
14595
  "If you have many featured photos, you might wish to uncheck this item to "
14596
  "reduce the size of the page header."
14597
  msgstr ""
14598
 
14599
- #: wppa-settings-autosave.php:8117
14600
  msgid "Add og meta tags"
14601
  msgstr ""
14602
 
14603
- #: wppa-settings-autosave.php:8118
14604
  msgid "Add og meta tags to the page header."
14605
  msgstr ""
14606
 
14607
- #: wppa-settings-autosave.php:8121
14608
  msgid ""
14609
  "Turning this off may affect the functionality of social media items in the "
14610
  "share box that rely on open graph tags information."
14611
  msgstr ""
14612
 
14613
- #: wppa-settings-autosave.php:8127
14614
  msgid "Image Alt attribute type"
14615
  msgstr ""
14616
 
14617
- #: wppa-settings-autosave.php:8128
14618
  msgid "Select kind of HTML alt=\"\" content for images."
14619
  msgstr ""
14620
 
14621
- #: wppa-settings-autosave.php:8131
14622
  msgid "photo name"
14623
  msgstr ""
14624
 
14625
- #: wppa-settings-autosave.php:8131
14626
  msgid "name without file-ext"
14627
  msgstr ""
14628
 
14629
- #: wppa-settings-autosave.php:8131
14630
  msgid "set in album admin"
14631
  msgstr ""
14632
 
14633
- #: wppa-settings-autosave.php:8138
14634
  msgid "New Album and New Photo related miscellaneous settings"
14635
  msgstr ""
14636
 
14637
- #: wppa-settings-autosave.php:8176
14638
  msgid "Maximum time an album is indicated as New"
14639
  msgstr ""
14640
 
14641
- #: wppa-settings-autosave.php:8184
14642
  msgid "New Photo"
14643
  msgstr ""
14644
 
14645
- #: wppa-settings-autosave.php:8185
14646
  msgid "Maximum time a photo is indicated as New"
14647
  msgstr ""
14648
 
14649
- #: wppa-settings-autosave.php:8193
14650
  msgid "Modified Album"
14651
  msgstr ""
14652
 
14653
- #: wppa-settings-autosave.php:8194
14654
  msgid "Maximum time an album is indicated as Modified"
14655
  msgstr ""
14656
 
14657
- #: wppa-settings-autosave.php:8202
14658
  msgid "Modified Photo"
14659
  msgstr ""
14660
 
14661
- #: wppa-settings-autosave.php:8203
14662
  msgid "Maximum time a photo is indicated as Modofied"
14663
  msgstr ""
14664
 
14665
- #: wppa-settings-autosave.php:8211
14666
  msgid "Use text labels"
14667
  msgstr ""
14668
 
14669
- #: wppa-settings-autosave.php:8212
14670
  msgid "Use editable text for the New and Modified labels"
14671
  msgstr ""
14672
 
14673
- #: wppa-settings-autosave.php:8213
14674
  msgid "If UNticked, you can specify the urls for custom images to be used."
14675
  msgstr ""
14676
 
14677
- #: wppa-settings-autosave.php:8224
14678
  msgid "Orange"
14679
  msgstr ""
14680
 
14681
- #: wppa-settings-autosave.php:8225
14682
  msgid "Yellow"
14683
  msgstr ""
14684
 
14685
- #: wppa-settings-autosave.php:8228
14686
  msgid "Purple"
14687
  msgstr ""
14688
 
14689
- #: wppa-settings-autosave.php:8229
14690
  msgid "Black/white"
14691
  msgstr ""
14692
 
14693
- #: wppa-settings-autosave.php:8241 wppa-settings-autosave.php:8263
14694
  msgid "New label"
14695
  msgstr ""
14696
 
14697
- #: wppa-settings-autosave.php:8242
14698
  msgid "Specify the \"New\" indicator details."
14699
  msgstr ""
14700
 
14701
- #: wppa-settings-autosave.php:8243 wppa-settings-autosave.php:8254
14702
  msgid "If you use qTranslate, the text may be multilingual."
14703
  msgstr ""
14704
 
14705
- #: wppa-settings-autosave.php:8252 wppa-settings-autosave.php:8272
14706
  msgid "Modified label"
14707
  msgstr ""
14708
 
14709
- #: wppa-settings-autosave.php:8253
14710
  msgid "Specify the \"Modified\" indicator details."
14711
  msgstr ""
14712
 
14713
- #: wppa-settings-autosave.php:8264
14714
  msgid "Specify the \"New\" indicator url."
14715
  msgstr ""
14716
 
14717
- #: wppa-settings-autosave.php:8273
14718
  msgid "Specify the \"Modified\" indicator url."
14719
  msgstr ""
14720
 
14721
- #: wppa-settings-autosave.php:8281
14722
  msgid "Limit LasTen New"
14723
  msgstr ""
14724
 
14725
- #: wppa-settings-autosave.php:8282
14726
  msgid "Limits the LasTen photos to those that are 'New', or newly modified."
14727
  msgstr ""
14728
 
14729
- #: wppa-settings-autosave.php:8283
14730
  msgid ""
14731
  "If you tick this box and configured the new photo time, you can even limit "
14732
  "the number by the setting in Table I-F7, or set that number to an unlikely "
14733
  "high value."
14734
  msgstr ""
14735
 
14736
- #: wppa-settings-autosave.php:8290
14737
  msgid "LasTen use Modified"
14738
  msgstr ""
14739
 
14740
- #: wppa-settings-autosave.php:8291
14741
  msgid ""
14742
  "Use the time modified rather than time upload for LasTen widget/shortcode."
14743
  msgstr ""
14744
 
14745
- #: wppa-settings-autosave.php:8299
14746
  msgid "Apply Newphoto desc"
14747
  msgstr ""
14748
 
14749
- #: wppa-settings-autosave.php:8300
14750
  msgid "Give each new photo a standard description."
14751
  msgstr ""
14752
 
14753
- #: wppa-settings-autosave.php:8301
14754
  msgid ""
14755
  "If checked, each new photo will get the description (template) as specified "
14756
  "in the next item."
14757
  msgstr ""
14758
 
14759
- #: wppa-settings-autosave.php:8308
14760
  msgid "New photo desc"
14761
  msgstr ""
14762
 
14763
- #: wppa-settings-autosave.php:8309
14764
  msgid "The description (template) to add to a new photo."
14765
  msgstr ""
14766
 
14767
- #: wppa-settings-autosave.php:8310
14768
  msgid "Enter the default description."
14769
  msgstr ""
14770
 
14771
- #: wppa-settings-autosave.php:8311
14772
- msgid "If you use html, please check item A-1 of this table."
14773
  msgstr ""
14774
 
14775
- #: wppa-settings-autosave.php:8318
14776
  msgid "New photo owner"
14777
  msgstr ""
14778
 
14779
- #: wppa-settings-autosave.php:8319
14780
  msgid "The owner of a new uploaded photo."
14781
  msgstr ""
14782
 
14783
- #: wppa-settings-autosave.php:8320
14784
  msgid "If you leave this blank, the uploader will be set as the owner"
14785
  msgstr ""
14786
 
14787
- #: wppa-settings-autosave.php:8322
14788
  msgid "leave blank or enter login name"
14789
  msgstr ""
14790
 
14791
- #: wppa-settings-autosave.php:8328
14792
  msgid "New albums are created with this upload limit."
14793
  msgstr ""
14794
 
14795
- #: wppa-settings-autosave.php:8329
14796
  msgid ""
14797
  "Administrators can change the limit settings in the \"Edit Album Information"
14798
  "\" admin page."
14799
  msgstr ""
14800
 
14801
- #: wppa-settings-autosave.php:8346
14802
  msgid "Default parent"
14803
  msgstr ""
14804
 
14805
- #: wppa-settings-autosave.php:8347
14806
  msgid "The parent album of new albums."
14807
  msgstr ""
14808
 
14809
- #: wppa-settings-autosave.php:8364
14810
  msgid "Default parent always"
14811
  msgstr ""
14812
 
14813
- #: wppa-settings-autosave.php:8365
14814
  msgid ""
14815
  "The parent album of new albums is always the default, except for "
14816
  "administrators."
14817
  msgstr ""
14818
 
14819
- #: wppa-settings-autosave.php:8373
14820
  msgid "Show album full"
14821
  msgstr ""
14822
 
14823
- #: wppa-settings-autosave.php:8374
14824
  msgid "Show the Upload limit reached message if appropriate."
14825
  msgstr ""
14826
 
14827
- #: wppa-settings-autosave.php:8382
14828
  msgid "Grant an album"
14829
  msgstr ""
14830
 
14831
- #: wppa-settings-autosave.php:8383
14832
  msgid "Create an album for each user logging in."
14833
  msgstr ""
14834
 
14835
- #: wppa-settings-autosave.php:8391
14836
  msgid "Grant album name"
14837
  msgstr ""
14838
 
14839
- #: wppa-settings-autosave.php:8392
14840
  msgid "The name to be used for the album."
14841
  msgstr ""
14842
 
14843
- #: wppa-settings-autosave.php:8395
14844
  msgid "Login name"
14845
  msgstr ""
14846
 
14847
- #: wppa-settings-autosave.php:8395 wppa-upldr-widget.php:202
14848
  msgid "Display name"
14849
  msgstr ""
14850
 
14851
- #: wppa-settings-autosave.php:8395
14852
  msgid "Id"
14853
  msgstr ""
14854
 
14855
- #: wppa-settings-autosave.php:8395
14856
  msgid "Firstname Lastname"
14857
  msgstr ""
14858
 
14859
- #: wppa-settings-autosave.php:8402
14860
  msgid "Grant parent selection method"
14861
  msgstr ""
14862
 
14863
- #: wppa-settings-autosave.php:8403
14864
  msgid "The way the grant parents are defined."
14865
  msgstr ""
14866
 
14867
- #: wppa-settings-autosave.php:8406
14868
  msgid "An album (multi)selectionbox"
14869
  msgstr ""
14870
 
14871
- #: wppa-settings-autosave.php:8407
14872
  msgid "An album category"
14873
  msgstr ""
14874
 
14875
- #: wppa-settings-autosave.php:8408
14876
  msgid "An index search token"
14877
  msgstr ""
14878
 
14879
- #: wppa-settings-autosave.php:8422
14880
  msgid "Grant parent"
14881
  msgstr ""
14882
 
14883
- #: wppa-settings-autosave.php:8423
14884
  msgid "The parent album(s) of the auto created albums."
14885
  msgstr ""
14886
 
14887
- #: wppa-settings-autosave.php:8424
14888
  msgid ""
14889
  "You may select multiple albums. All logged in visitors will get their own "
14890
  "sub-album in each granted parent."
14891
  msgstr ""
14892
 
14893
- #: wppa-settings-autosave.php:8442
14894
  msgid "Grant parent category"
14895
  msgstr ""
14896
 
14897
- #: wppa-settings-autosave.php:8443
14898
  msgid "The category of the parent album(s) of the auto created albums."
14899
  msgstr ""
14900
 
14901
- #: wppa-settings-autosave.php:8459
14902
  msgid "Grant parent index token"
14903
  msgstr ""
14904
 
14905
- #: wppa-settings-autosave.php:8460
14906
  msgid ""
14907
  "The index token that defines the parent album(s) of the auto created albums."
14908
  msgstr ""
14909
 
14910
- #: wppa-settings-autosave.php:8470
14911
- msgid "Grant categoriess"
14912
  msgstr ""
14913
 
14914
- #: wppa-settings-autosave.php:8471
14915
  msgid "The categories a new granted album will get."
14916
  msgstr ""
14917
 
14918
- #: wppa-settings-autosave.php:8479
14919
  msgid "Grant tags"
14920
  msgstr ""
14921
 
14922
- #: wppa-settings-autosave.php:8480
14923
  msgid "The default tags the photos in a new granted album will get."
14924
  msgstr ""
14925
 
14926
- #: wppa-settings-autosave.php:8488
14927
  msgid "Max user albums"
14928
  msgstr ""
14929
 
14930
- #: wppa-settings-autosave.php:8489
14931
  msgid "The max number of albums a user can create."
14932
  msgstr ""
14933
 
14934
- #: wppa-settings-autosave.php:8490
14935
  msgid ""
14936
  "The maximum number of albums a user can create when he is not admin and "
14937
  "owner only is active"
14938
  msgstr ""
14939
 
14940
- #: wppa-settings-autosave.php:8491
14941
  msgid "A number of 0 means No limit"
14942
  msgstr ""
14943
 
14944
- #: wppa-settings-autosave.php:8498
14945
  msgid "Default photo name"
14946
  msgstr ""
14947
 
14948
- #: wppa-settings-autosave.php:8499
14949
  msgid "Select the way the name of a new uploaded photo should be determined."
14950
  msgstr ""
14951
 
14952
- #: wppa-settings-autosave.php:8502
14953
  msgid "Filename"
14954
  msgstr ""
14955
 
14956
- #: wppa-settings-autosave.php:8503
14957
  msgid "Filename without extension"
14958
  msgstr ""
14959
 
14960
- #: wppa-settings-autosave.php:8504
14961
  msgid "IPTC Tag 2#005 (Graphic name)"
14962
  msgstr ""
14963
 
14964
- #: wppa-settings-autosave.php:8505
14965
  msgid "IPTC Tag 2#120 (Caption)"
14966
  msgstr ""
14967
 
14968
- #: wppa-settings-autosave.php:8506
14969
  msgid "No name at all"
14970
  msgstr ""
14971
 
14972
- #: wppa-settings-autosave.php:8507
14973
  msgid "Photo w#id (literally)"
14974
  msgstr ""
14975
 
14976
- #: wppa-settings-autosave.php:8515
14977
  msgid "Default coverphoto"
14978
  msgstr ""
14979
 
14980
- #: wppa-settings-autosave.php:8516
14981
  msgid "Name of photofile to become cover image"
14982
  msgstr ""
14983
 
14984
- #: wppa-settings-autosave.php:8517
14985
  msgid ""
14986
  "If you name a photofile like this setting before upload, it will become the "
14987
  "coverimage automaticly."
14988
  msgstr ""
14989
 
14990
- #: wppa-settings-autosave.php:8524
14991
  msgid "Copy Timestamp"
14992
  msgstr ""
14993
 
14994
- #: wppa-settings-autosave.php:8525
14995
  msgid "Copy timestamp when copying photo."
14996
  msgstr ""
14997
 
14998
- #: wppa-settings-autosave.php:8526
14999
  msgid "If checked, the copied photo is not \"new\""
15000
  msgstr ""
15001
 
15002
- #: wppa-settings-autosave.php:8533
15003
  msgid "Copy Owner"
15004
  msgstr ""
15005
 
15006
- #: wppa-settings-autosave.php:8534
15007
  msgid "Copy the owner when copying photo."
15008
  msgstr ""
15009
 
15010
- #: wppa-settings-autosave.php:8542
15011
  msgid "FE Albums public"
15012
  msgstr ""
15013
 
15014
- #: wppa-settings-autosave.php:8543
15015
  msgid "Frontend created albums are --- public ---"
15016
  msgstr ""
15017
 
15018
- #: wppa-settings-autosave.php:8552
15019
  msgid "Optimize image files right after upload/import"
15020
  msgstr ""
15021
 
15022
- #: wppa-settings-autosave.php:8553
15023
  msgid "This option requires the plugin EWWW Image Optimizer to be activated"
15024
  msgstr ""
15025
 
15026
- #: wppa-settings-autosave.php:8560
15027
  msgid "Default album linktype"
15028
  msgstr ""
15029
 
15030
- #: wppa-settings-autosave.php:8561
15031
  msgid "The album linktype for new albums"
15032
  msgstr ""
15033
 
15034
- #: wppa-settings-autosave.php:8580
15035
  msgid "Search Albums and Photos related settings"
15036
  msgstr ""
15037
 
15038
- #: wppa-settings-autosave.php:8582
15039
  msgid "Search page"
15040
  msgstr ""
15041
 
15042
- #: wppa-settings-autosave.php:8583
15043
  msgid "Display the search results on page."
15044
  msgstr ""
15045
 
15046
- #: wppa-settings-autosave.php:8584
15047
  msgid ""
15048
  "Select the page to be used to display search results. The page MUST contain "
15049
  "[wppa][/wppa]."
15050
  msgstr ""
15051
 
15052
- #: wppa-settings-autosave.php:8585
15053
  msgid "You may give it the title \"Search results\" or something alike."
15054
  msgstr ""
15055
 
15056
- #: wppa-settings-autosave.php:8586
15057
  msgid ""
15058
  "Or you ou may use the standard page on which you display the generic album."
15059
  msgstr ""
15060
 
15061
- #: wppa-settings-autosave.php:8619
 
 
 
 
15062
  msgid "Exclude separate"
15063
  msgstr ""
15064
 
15065
- #: wppa-settings-autosave.php:8620
15066
  msgid "Do not search 'separate' albums."
15067
  msgstr ""
15068
 
15069
- #: wppa-settings-autosave.php:8621
15070
  msgid ""
15071
  "When checked, albums (and photos in them) that have the parent set to --- "
15072
  "separate --- will be excluded from being searched."
15073
  msgstr ""
15074
 
15075
- #: wppa-settings-autosave.php:8622
15076
  msgid ""
15077
  "Except when you start searching in a 'saparate' album, with the \"search in "
15078
  "current section\" box ticked."
15079
  msgstr ""
15080
 
15081
- #: wppa-settings-autosave.php:8629
15082
  msgid "Include tags"
15083
  msgstr ""
15084
 
15085
- #: wppa-settings-autosave.php:8630
15086
  msgid "Do also search the photo tags."
15087
  msgstr ""
15088
 
15089
- #: wppa-settings-autosave.php:8631
15090
  msgid "When checked, the tags of the photo will also be searched."
15091
  msgstr ""
15092
 
15093
- #: wppa-settings-autosave.php:8638
15094
  msgid "Include categories"
15095
  msgstr ""
15096
 
15097
- #: wppa-settings-autosave.php:8639
15098
  msgid "Do also search the album categories."
15099
  msgstr ""
15100
 
15101
- #: wppa-settings-autosave.php:8640
15102
  msgid "When checked, the categories of the album will also be searched."
15103
  msgstr ""
15104
 
15105
- #: wppa-settings-autosave.php:8647
15106
  msgid "Include comments"
15107
  msgstr ""
15108
 
15109
- #: wppa-settings-autosave.php:8648
15110
  msgid "Do also search the comments on photos."
15111
  msgstr ""
15112
 
15113
- #: wppa-settings-autosave.php:8649
15114
  msgid "When checked, the comments of the photos will also be searched."
15115
  msgstr ""
15116
 
15117
- #: wppa-settings-autosave.php:8656
15118
  msgid "Photos only"
15119
  msgstr ""
15120
 
15121
- #: wppa-settings-autosave.php:8657
15122
  msgid "Search for photos only."
15123
  msgstr ""
15124
 
15125
- #: wppa-settings-autosave.php:8658
15126
  msgid "When checked, only photos will be searched for."
15127
  msgstr ""
15128
 
15129
- #: wppa-settings-autosave.php:8673
15130
  msgid "Max albums found"
15131
  msgstr ""
15132
 
15133
- #: wppa-settings-autosave.php:8674
15134
  msgid "The maximum number of albums to be displayed."
15135
  msgstr ""
15136
 
15137
- #: wppa-settings-autosave.php:8682
15138
  msgid "Max photos found"
15139
  msgstr ""
15140
 
15141
- #: wppa-settings-autosave.php:8683
15142
  msgid "The maximum number of photos to be displayed."
15143
  msgstr ""
15144
 
15145
- #: wppa-settings-autosave.php:8691
15146
  msgid "Tags OR only"
15147
  msgstr ""
15148
 
15149
- #: wppa-settings-autosave.php:8692
15150
  msgid "No and / or buttons"
15151
  msgstr ""
15152
 
15153
- #: wppa-settings-autosave.php:8693
15154
  msgid ""
15155
  "Hide the and/or radiobuttons and do the or method in the multitag widget and "
15156
  "shortcode."
15157
  msgstr ""
15158
 
15159
- #: wppa-settings-autosave.php:8700
15160
  msgid "Tags add Inverse"
15161
  msgstr ""
15162
 
15163
- #: wppa-settings-autosave.php:8701
15164
  msgid "Add a checkbox to invert the selection."
15165
  msgstr ""
15166
 
15167
- #: wppa-settings-autosave.php:8702
15168
  msgid "Adds an Invert (NOT) checkbox on the multitag widget and shortcode."
15169
  msgstr ""
15170
 
15171
- #: wppa-settings-autosave.php:8709
15172
  msgid "Floating searchtoken"
15173
  msgstr ""
15174
 
15175
- #: wppa-settings-autosave.php:8710
15176
  msgid "A match need not start at the first char."
15177
  msgstr ""
15178
 
15179
- #: wppa-settings-autosave.php:8711
15180
  msgid ""
15181
  "A match is found while searching also when the entered token is somewhere in "
15182
  "the middle of a word."
15183
  msgstr ""
15184
 
15185
- #: wppa-settings-autosave.php:8712
15186
  msgid "This works in indexed search only!"
15187
  msgstr ""
15188
 
15189
- #: wppa-settings-autosave.php:8719
15190
  msgid "Search results display"
15191
  msgstr ""
15192
 
15193
- #: wppa-settings-autosave.php:8720
15194
  msgid "Select the way the search results should be displayed."
15195
  msgstr ""
15196
 
15197
- #: wppa-settings-autosave.php:8721
15198
  msgid ""
15199
  "If you select anything different from \"Albums and thumbnails\", \"Photos "
15200
  "only\" is assumed (Table IX-E6)."
15201
  msgstr ""
15202
 
15203
- #: wppa-settings-autosave.php:8723
15204
  msgid "Albums and thumbnails"
15205
  msgstr ""
15206
 
15207
- #: wppa-settings-autosave.php:8723
15208
  msgid "Slideonly slideshow"
15209
  msgstr ""
15210
 
15211
- #: wppa-settings-autosave.php:8730
15212
  msgid "Name max length"
15213
  msgstr ""
15214
 
15215
- #: wppa-settings-autosave.php:8731
15216
  msgid "Max length of displayed photonames in supersearch selectionlist"
15217
  msgstr ""
15218
 
15219
- #: wppa-settings-autosave.php:8732 wppa-settings-autosave.php:8741
15220
  msgid ""
15221
  "To limit the length of the selectionlist, enter the number of characters to "
15222
  "show."
15223
  msgstr ""
15224
 
15225
- #: wppa-settings-autosave.php:8739
15226
  msgid "Text max length"
15227
  msgstr ""
15228
 
15229
- #: wppa-settings-autosave.php:8740
15230
  msgid "Max length of displayed photo text in supersearch selectionlist"
15231
  msgstr ""
15232
 
15233
- #: wppa-settings-autosave.php:8748
15234
  msgid "Search toptext"
15235
  msgstr ""
15236
 
15237
- #: wppa-settings-autosave.php:8749
15238
  msgid "The text at the top of the search box."
15239
  msgstr ""
15240
 
15241
- #: wppa-settings-autosave.php:8750
 
 
 
 
 
 
15242
  msgid "May contain unfiltered HTML."
15243
  msgstr ""
15244
 
15245
- #: wppa-settings-autosave.php:8757
15246
  msgid "Section search text"
15247
  msgstr ""
15248
 
15249
- #: wppa-settings-autosave.php:8758 wppa-settings-autosave.php:8767
15250
- msgid "The labeltext at the checkbox."
 
15251
  msgstr ""
15252
 
15253
- #: wppa-settings-autosave.php:8766
15254
  msgid "Results search text"
15255
  msgstr ""
15256
 
15257
- #: wppa-settings-autosave.php:8775
 
 
 
 
 
15258
  msgid "Minimum search token length"
15259
  msgstr ""
15260
 
15261
- #: wppa-settings-autosave.php:8776
15262
  msgid "The minmum number of chars in a search request."
15263
  msgstr ""
15264
 
15265
- #: wppa-settings-autosave.php:8784
15266
  msgid "Exclude from search"
15267
  msgstr ""
15268
 
15269
- #: wppa-settings-autosave.php:8785
15270
  msgid "Exclude these words from search index."
15271
  msgstr ""
15272
 
15273
- #: wppa-settings-autosave.php:8786
15274
  msgid "Enter words separated by commas (,)"
15275
  msgstr ""
15276
 
15277
- #: wppa-settings-autosave.php:8793
15278
  msgid "Exclude numbers"
15279
  msgstr ""
15280
 
15281
- #: wppa-settings-autosave.php:8794
15282
  msgid "Exclude numbers from search index."
15283
  msgstr ""
15284
 
15285
- #: wppa-settings-autosave.php:8795
15286
  msgid "If ticked, photos and albums are not searcheable by numbers."
15287
  msgstr ""
15288
 
15289
- #: wppa-settings-autosave.php:8802
15290
  msgid "Ignore slash"
15291
  msgstr ""
15292
 
15293
- #: wppa-settings-autosave.php:8803
15294
  msgid "Ignore slash chracter (/)."
15295
  msgstr ""
15296
 
15297
- #: wppa-settings-autosave.php:8811
15298
  msgid "Watermark related settings"
15299
  msgstr ""
15300
 
15301
- #: wppa-settings-autosave.php:8814
15302
  msgid "Enable the application of watermarks."
15303
  msgstr ""
15304
 
15305
- #: wppa-settings-autosave.php:8815
15306
  msgid "If checked, photos can be watermarked during upload / import."
15307
  msgstr ""
15308
 
15309
- #: wppa-settings-autosave.php:8824
15310
  msgid "Watermark file"
15311
  msgstr ""
15312
 
15313
- #: wppa-settings-autosave.php:8825
15314
  msgid "The default watermarkfile to be used."
15315
  msgstr ""
15316
 
15317
- #: wppa-settings-autosave.php:8826
15318
  msgid "Watermark files are of type png and reside in"
15319
  msgstr ""
15320
 
15321
- #: wppa-settings-autosave.php:8827
15322
  msgid ""
15323
  "A suitable watermarkfile typically consists of a transparent background and "
15324
  "a black text or drawing."
15325
  msgstr ""
15326
 
15327
- #: wppa-settings-autosave.php:8829
15328
  msgid ""
15329
  "You may also select one of the textual watermark types at the bottom of the "
15330
  "selection list."
15331
  msgstr ""
15332
 
15333
- #: wppa-settings-autosave.php:8833
15334
  msgid "position:"
15335
  msgstr ""
15336
 
15337
- #: wppa-settings-autosave.php:8839
15338
  msgid "Upload watermark"
15339
  msgstr ""
15340
 
15341
- #: wppa-settings-autosave.php:8840
15342
  msgid "Upload a new watermark file"
15343
  msgstr ""
15344
 
15345
- #: wppa-settings-autosave.php:8844
15346
  msgid "Upload watermark image"
15347
  msgstr ""
15348
 
15349
- #: wppa-settings-autosave.php:8849
15350
  msgid "Watermark opacity image"
15351
  msgstr ""
15352
 
15353
- #: wppa-settings-autosave.php:8850
15354
  msgid "You can set the intensity of image watermarks here."
15355
  msgstr ""
15356
 
15357
- #: wppa-settings-autosave.php:8851 wppa-settings-autosave.php:8956
15358
  msgid ""
15359
  "The higher the number, the intenser the watermark. Value must be > 0 and <= "
15360
  "100."
15361
  msgstr ""
15362
 
15363
- #: wppa-settings-autosave.php:8858
15364
  msgid "Textual watermark style"
15365
  msgstr ""
15366
 
15367
- #: wppa-settings-autosave.php:8859
15368
  msgid "The way the textual watermarks look like"
15369
  msgstr ""
15370
 
15371
- #: wppa-settings-autosave.php:8863
15372
  msgid "TV subtitle style"
15373
  msgstr ""
15374
 
15375
- #: wppa-settings-autosave.php:8863
15376
  msgid "White text on black background"
15377
  msgstr ""
15378
 
15379
- #: wppa-settings-autosave.php:8863
15380
  msgid "Black text on white background"
15381
  msgstr ""
15382
 
15383
- #: wppa-settings-autosave.php:8863
15384
  msgid "Reverse TV style (Utopia)"
15385
  msgstr ""
15386
 
15387
- #: wppa-settings-autosave.php:8863
15388
  msgid "White on transparent background"
15389
  msgstr ""
15390
 
15391
- #: wppa-settings-autosave.php:8863
15392
  msgid "Black on transparent background"
15393
  msgstr ""
15394
 
15395
- #: wppa-settings-autosave.php:8873
15396
  msgid "Predefined watermark text"
15397
  msgstr ""
15398
 
15399
- #: wppa-settings-autosave.php:8874
15400
  msgid "The text to use when --- pre-defined --- is selected."
15401
  msgstr ""
15402
 
15403
- #: wppa-settings-autosave.php:8875
15404
  msgid "You may use the following keywords:"
15405
  msgstr ""
15406
 
15407
- #: wppa-settings-autosave.php:8876
15408
  msgid ""
15409
  "w#site, w#displayname, all standard photo keywords, iptc and exif keywords"
15410
  msgstr ""
15411
 
15412
- #: wppa-settings-autosave.php:8883
15413
  msgid "Textual watermark font"
15414
  msgstr ""
15415
 
15416
- #: wppa-settings-autosave.php:8884
15417
  msgid "The font to use with textusl watermarks."
15418
  msgstr ""
15419
 
15420
- #: wppa-settings-autosave.php:8885
15421
  msgid "Except for the system font, are font files of type ttf and reside in"
15422
  msgstr ""
15423
 
15424
- #: wppa-settings-autosave.php:8913
15425
  msgid "Textual watermark font size"
15426
  msgstr ""
15427
 
15428
- #: wppa-settings-autosave.php:8914
15429
  msgid "You can set the size of the truetype fonts only."
15430
  msgstr ""
15431
 
15432
- #: wppa-settings-autosave.php:8915
15433
  msgid ""
15434
  "System font can have size 1,2,3,4 or 5, in some stoneage fontsize units. Any "
15435
  "value > 5 will be treated as 5."
15436
  msgstr ""
15437
 
15438
- #: wppa-settings-autosave.php:8916
15439
  msgid ""
15440
  "Truetype fonts can have any positive integer size, if your PHPs GD version "
15441
  "is 1, in pixels, in GD2 in points."
15442
  msgstr ""
15443
 
15444
- #: wppa-settings-autosave.php:8917
15445
  msgid "It is unclear howmany pixels a point is..."
15446
  msgstr ""
15447
 
15448
- #: wppa-settings-autosave.php:8924
15449
  msgid "Foreground color"
15450
  msgstr ""
15451
 
15452
- #: wppa-settings-autosave.php:8925
15453
  msgid "Textual watermark foreground color (black)."
15454
  msgstr ""
15455
 
15456
- #: wppa-settings-autosave.php:8935
15457
  msgid "Textual watermark background color (white)."
15458
  msgstr ""
15459
 
15460
- #: wppa-settings-autosave.php:8944
15461
  msgid "Upload watermark font"
15462
  msgstr ""
15463
 
15464
- #: wppa-settings-autosave.php:8945
15465
  msgid "Upload a new watermark font file"
15466
  msgstr ""
15467
 
15468
- #: wppa-settings-autosave.php:8946
15469
  msgid ""
15470
  "Upload truetype fonts (.ttf) only, and test if they work on your server "
15471
  "platform."
15472
  msgstr ""
15473
 
15474
- #: wppa-settings-autosave.php:8949
15475
  msgid "Upload TrueType font"
15476
  msgstr ""
15477
 
15478
- #: wppa-settings-autosave.php:8954
15479
  msgid "Watermark opacity text"
15480
  msgstr ""
15481
 
15482
- #: wppa-settings-autosave.php:8955
15483
  msgid "You can set the intensity of a text watermarks here."
15484
  msgstr ""
15485
 
15486
- #: wppa-settings-autosave.php:8964
15487
  msgid "A real life preview. To update: refresh the page."
15488
  msgstr ""
15489
 
15490
- #: wppa-settings-autosave.php:8975
15491
  msgid "Watermark thumbnails"
15492
  msgstr ""
15493
 
15494
- #: wppa-settings-autosave.php:8976
15495
  msgid "Watermark also the thumbnail image files."
15496
  msgstr ""
15497
 
15498
- #: wppa-settings-autosave.php:8984
15499
  msgid "Slideshow elements sequence order settings"
15500
  msgstr ""
15501
 
15502
- #: wppa-settings-autosave.php:8990 wppa-settings-autosave.php:9036
15503
  msgid "StartStop"
15504
  msgstr ""
15505
 
15506
- #: wppa-settings-autosave.php:8991 wppa-settings-autosave.php:9037
15507
  msgid "SlideFrame"
15508
  msgstr ""
15509
 
15510
- #: wppa-settings-autosave.php:8993
15511
  msgid "Desc"
15512
  msgstr ""
15513
 
15514
- #: wppa-settings-autosave.php:8996 wppa-settings-autosave.php:9041
15515
  msgid "FilmStrip"
15516
  msgstr ""
15517
 
15518
- #: wppa-settings-autosave.php:8997 wppa-settings-autosave.php:9042
15519
  msgid "Browsebar"
15520
  msgstr ""
15521
 
15522
- #: wppa-settings-autosave.php:8999 wppa-settings-autosave.php:9044
15523
  msgid "IPTC data"
15524
  msgstr ""
15525
 
15526
- #: wppa-settings-autosave.php:9000 wppa-settings-autosave.php:9045
15527
  msgid "EXIF data"
15528
  msgstr ""
15529
 
15530
- #: wppa-settings-autosave.php:9001 wppa-settings-autosave.php:9046
15531
  msgid "Share box"
15532
  msgstr ""
15533
 
15534
- #: wppa-settings-autosave.php:9003 wppa-settings-autosave.php:9048
15535
  msgid "Enabled"
15536
  msgstr ""
15537
 
15538
- #: wppa-settings-autosave.php:9004 wppa-settings-autosave.php:9049
15539
  msgid "Disabled"
15540
  msgstr ""
15541
 
15542
- #: wppa-settings-autosave.php:9006 wppa-settings-autosave.php:9051
15543
  msgid "Start/Stop & Slower/Faster navigation bar"
15544
  msgstr ""
15545
 
15546
- #: wppa-settings-autosave.php:9007 wppa-settings-autosave.php:9052
15547
  msgid "The Slide Frame"
15548
  msgstr ""
15549
 
15550
- #: wppa-settings-autosave.php:9007 wppa-settings-autosave.php:9052
15551
  msgid "( Always )"
15552
  msgstr ""
15553
 
15554
- #: wppa-settings-autosave.php:9008
15555
  msgid "Photo Name Box"
15556
  msgstr ""
15557
 
15558
- #: wppa-settings-autosave.php:9009
15559
  msgid "Photo Description Box"
15560
  msgstr ""
15561
 
15562
- #: wppa-settings-autosave.php:9010 wppa-settings-autosave.php:9054
15563
  msgid "Custom Box"
15564
  msgstr ""
15565
 
15566
- #: wppa-settings-autosave.php:9011 wppa-settings-autosave.php:9055
15567
  msgid "Rating Bar"
15568
  msgstr ""
15569
 
15570
- #: wppa-settings-autosave.php:9012 wppa-settings-autosave.php:9056
15571
  msgid "Film Strip with embedded Start/Stop and Goto functionality"
15572
  msgstr ""
15573
 
15574
- #: wppa-settings-autosave.php:9013 wppa-settings-autosave.php:9057
15575
  msgid "Browse Bar with Photo X of Y counter"
15576
  msgstr ""
15577
 
15578
- #: wppa-settings-autosave.php:9014 wppa-settings-autosave.php:9058
15579
  msgid "Comments Box"
15580
  msgstr ""
15581
 
15582
- #: wppa-settings-autosave.php:9015 wppa-settings-autosave.php:9059
15583
  msgid "IPTC box"
15584
  msgstr ""
15585
 
15586
- #: wppa-settings-autosave.php:9016 wppa-settings-autosave.php:9060
15587
  msgid "EXIF box"
15588
  msgstr ""
15589
 
15590
- #: wppa-settings-autosave.php:9017 wppa-settings-autosave.php:9061
15591
  msgid "Social media share box"
15592
  msgstr ""
15593
 
15594
- #: wppa-settings-autosave.php:9023 wppa-settings-autosave.php:9067
15595
  msgid "Move Up"
15596
  msgstr ""
15597
 
15598
- #: wppa-settings-autosave.php:9038
15599
  msgid "NameDesc"
15600
  msgstr ""
15601
 
15602
- #: wppa-settings-autosave.php:9053
15603
  msgid "Photo Name & Description Box"
15604
  msgstr ""
15605
 
15606
- #: wppa-settings-autosave.php:9077
15607
  msgid "Swap Namedesc"
15608
  msgstr ""
15609
 
15610
- #: wppa-settings-autosave.php:9078
15611
  msgid "Swap the order sequence of name and description"
15612
  msgstr ""
15613
 
15614
- #: wppa-settings-autosave.php:9086
15615
  msgid "Split Name and Desc"
15616
  msgstr ""
15617
 
15618
- #: wppa-settings-autosave.php:9087
15619
  msgid "Put Name and Description in separate boxes"
15620
  msgstr ""
15621
 
15622
- #: wppa-settings-autosave.php:9090
15623
  msgid "Please reload this page after the green checkmark appears!"
15624
  msgstr ""
15625
 
15626
- #: wppa-settings-autosave.php:9095
15627
  msgid "Source file management and other upload/import settings and actions."
15628
  msgstr ""
15629
 
15630
- #: wppa-settings-autosave.php:9097
15631
  msgid "Keep sourcefiles admin"
15632
  msgstr ""
15633
 
15634
- #: wppa-settings-autosave.php:9098
15635
  msgid "Keep the original uploaded and imported photo files."
15636
  msgstr ""
15637
 
15638
- #: wppa-settings-autosave.php:9099 wppa-settings-autosave.php:9109
15639
  msgid ""
15640
  "The files will be kept in a separate directory with subdirectories for each "
15641
  "album"
15642
  msgstr ""
15643
 
15644
- #: wppa-settings-autosave.php:9100 wppa-settings-autosave.php:9110
15645
  msgid ""
15646
  "These files can be used to update the photos used in displaying in wppa+ and "
15647
  "optionally for downloading original, un-downsized images."
15648
  msgstr ""
15649
 
15650
- #: wppa-settings-autosave.php:9107
15651
  msgid "Keep sourcefiles frontend"
15652
  msgstr ""
15653
 
15654
- #: wppa-settings-autosave.php:9108
15655
  msgid "Keep the original frontend uploaded photo files."
15656
  msgstr ""
15657
 
15658
- #: wppa-settings-autosave.php:9117
15659
  msgid "Source directory"
15660
  msgstr ""
15661
 
15662
- #: wppa-settings-autosave.php:9118
15663
  msgid "The path to the directory where the original photofiles will be saved."
15664
  msgstr ""
15665
 
15666
- #: wppa-settings-autosave.php:9119
15667
  msgid "You may change the directory path, but it can not be an url."
15668
  msgstr ""
15669
 
15670
- #: wppa-settings-autosave.php:9120
15671
  msgid ""
15672
  "The parent of the directory that you enter here must exist and be writable."
15673
  msgstr ""
15674
 
15675
- #: wppa-settings-autosave.php:9121
15676
  msgid "The directory itsself will be created if it does not exist yet."
15677
  msgstr ""
15678
 
15679
- #: wppa-settings-autosave.php:9128
15680
  msgid "Keep sync"
15681
  msgstr ""
15682
 
15683
- #: wppa-settings-autosave.php:9129
15684
  msgid "Keep source synchronously with wppa system."
15685
  msgstr ""
15686
 
15687
- #: wppa-settings-autosave.php:9130
15688
  msgid ""
15689
  "If checked, photos that are deleted from wppa, will also be removed from the "
15690
  "sourcefiles."
15691
  msgstr ""
15692
 
15693
- #: wppa-settings-autosave.php:9131
15694
  msgid ""
15695
  "Also, copying or moving photos to different albums, will also copy/move the "
15696
  "sourcefiles."
15697
  msgstr ""
15698
 
15699
- #: wppa-settings-autosave.php:9138
15700
  msgid "Remake add"
15701
  msgstr ""
15702
 
15703
- #: wppa-settings-autosave.php:9139
15704
  msgid "Photos will be added from the source pool"
15705
  msgstr ""
15706
 
15707
- #: wppa-settings-autosave.php:9140
15708
  msgid ""
15709
  "If checked: If photo files are found in the source directory that do not "
15710
  "exist in the corresponding album, they will be added to the album."
15711
  msgstr ""
15712
 
15713
- #: wppa-settings-autosave.php:9147
15714
  msgid "Save IPTC data"
15715
  msgstr ""
15716
 
15717
- #: wppa-settings-autosave.php:9148
15718
  msgid "Store the iptc data from the photo into the iptc db table"
15719
  msgstr ""
15720
 
15721
- #: wppa-settings-autosave.php:9149
15722
  msgid ""
15723
  "You will need this if you enabled the display of iptc data in Table II-B17 "
15724
  "or if you use it in the photo descriptions."
15725
  msgstr ""
15726
 
15727
- #: wppa-settings-autosave.php:9156
15728
  msgid "Save EXIF data"
15729
  msgstr ""
15730
 
15731
- #: wppa-settings-autosave.php:9157
15732
  msgid "Store the exif data from the photo into the exif db table"
15733
  msgstr ""
15734
 
15735
- #: wppa-settings-autosave.php:9158
15736
  msgid ""
15737
  "You will need this if you enabled the display of exif data in Table II-B18 "
15738
  "or if you use it in the photo descriptions."
15739
  msgstr ""
15740
 
15741
- #: wppa-settings-autosave.php:9165
15742
  msgid "Max EXIF tag array size"
15743
  msgstr ""
15744
 
15745
- #: wppa-settings-autosave.php:9166
15746
  msgid "Truncate array tags to ..."
15747
  msgstr ""
15748
 
15749
- #: wppa-settings-autosave.php:9167
15750
  msgid "A value of 0 disables this feature"
15751
  msgstr ""
15752
 
15753
- #: wppa-settings-autosave.php:9169
15754
  msgid "elements"
15755
  msgstr ""
15756
 
15757
- #: wppa-settings-autosave.php:9174
15758
  msgid "Import Create page"
15759
  msgstr ""
15760
 
15761
- #: wppa-settings-autosave.php:9175
15762
- msgid "Create wp page when a directory to album is imported."
 
15763
  msgstr ""
15764
 
15765
- #: wppa-settings-autosave.php:9176
15766
  msgid ""
15767
  "As soon as an album is created when a directory is imported, a wp page is "
15768
  "made that displays the album content."
15769
  msgstr ""
15770
 
15771
- #: wppa-settings-autosave.php:9184
15772
  msgid "Page content"
15773
  msgstr ""
15774
 
15775
- #: wppa-settings-autosave.php:9185
15776
  msgid "The content of the page. Must contain <b>w#album</b>"
15777
  msgstr ""
15778
 
15779
- #: wppa-settings-autosave.php:9186
15780
  msgid ""
15781
  "The content of the page. Note: it must contain w#album. This will be "
15782
  "replaced by the album number in the generated shortcode."
15783
  msgstr ""
15784
 
15785
- #: wppa-settings-autosave.php:9194
15786
  msgid "Page type"
15787
  msgstr ""
15788
 
15789
- #: wppa-settings-autosave.php:9195
15790
  msgid "Select the type of page to create."
15791
  msgstr ""
15792
 
15793
- #: wppa-settings-autosave.php:9199
15794
  msgid "Post"
15795
  msgstr ""
15796
 
15797
- #: wppa-settings-autosave.php:9206
15798
  msgid "Page status"
15799
  msgstr ""
15800
 
15801
- #: wppa-settings-autosave.php:9207
15802
  msgid "Select the initial status of the page."
15803
  msgstr ""
15804
 
15805
- #: wppa-settings-autosave.php:9211
15806
  msgid "Published"
15807
  msgstr ""
15808
 
15809
- #: wppa-settings-autosave.php:9211
15810
  msgid "Draft"
15811
  msgstr ""
15812
 
15813
- #: wppa-settings-autosave.php:9219
15814
  msgid "Permalink root"
15815
  msgstr ""
15816
 
15817
- #: wppa-settings-autosave.php:9220
15818
  msgid "The name of the root for the photofile permalink structure."
15819
  msgstr ""
15820
 
15821
- #: wppa-settings-autosave.php:9221
15822
  msgid ""
15823
  "Choose a convenient name like \"albums\" or so; this will be the name of a "
15824
  "folder inside .../wp-content/. Make sure you choose a unique name"
15825
  msgstr ""
15826
 
15827
- #: wppa-settings-autosave.php:9222
15828
  msgid "If you make this field empty, the feature is disabled."
15829
  msgstr ""
15830
 
15831
- #: wppa-settings-autosave.php:9230
15832
  msgid "Import parent check"
15833
  msgstr ""
15834
 
15835
- #: wppa-settings-autosave.php:9231
15836
- msgid "On import dirs to albums: keep dir tree as albums."
15837
  msgstr ""
15838
 
15839
- #: wppa-settings-autosave.php:9232
15840
  msgid ""
15841
- "Untick only if all your albums have unique names. Then: additional photos "
15842
- "may be ftp'd to toplevel depot subdirs."
15843
  msgstr ""
15844
 
15845
- #: wppa-settings-autosave.php:9239
15846
  msgid "Keep dir to album files"
15847
  msgstr ""
15848
 
15849
- #: wppa-settings-autosave.php:9240
15850
  msgid "Keep imported files after dir to album import"
15851
  msgstr ""
15852
 
15853
- #: wppa-settings-autosave.php:9249
15854
  msgid "Other plugins related settings"
15855
  msgstr ""
15856
 
15857
- #: wppa-settings-autosave.php:9251
15858
  msgid "Foreign shortcodes general"
15859
  msgstr ""
15860
 
15861
- #: wppa-settings-autosave.php:9252
15862
  msgid "Enable foreign shortcodes in album names, albums desc and photo names"
15863
  msgstr ""
15864
 
15865
- #: wppa-settings-autosave.php:9260
15866
  msgid "Foreign shortcodes fullsize"
15867
  msgstr ""
15868
 
15869
- #: wppa-settings-autosave.php:9261
15870
  msgid "Enable the use of non-wppa+ shortcodes in fullsize photo descriptions."
15871
  msgstr ""
15872
 
15873
- #: wppa-settings-autosave.php:9262 wppa-settings-autosave.php:9273
15874
  msgid ""
15875
  "When checked, you can use shortcodes from other plugins in the description "
15876
  "of photos."
15877
  msgstr ""
15878
 
15879
- #: wppa-settings-autosave.php:9263
15880
  msgid "The shortcodes will be expanded in the descriptions of fullsize images."
15881
  msgstr ""
15882
 
15883
- #: wppa-settings-autosave.php:9264 wppa-settings-autosave.php:9275
15884
  msgid "You will most likely need also to check Table IX-A1 (Allow HTML)."
15885
  msgstr ""
15886
 
15887
- #: wppa-settings-autosave.php:9271
15888
  msgid "Foreign shortcodes thumbnails"
15889
  msgstr ""
15890
 
15891
- #: wppa-settings-autosave.php:9272
15892
  msgid "Enable the use of non-wppa+ shortcodes in thumbnail photo descriptions."
15893
  msgstr ""
15894
 
15895
- #: wppa-settings-autosave.php:9274
15896
  msgid ""
15897
  "The shortcodes will be expanded in the descriptions of thumbnail images."
15898
  msgstr ""
15899
 
15900
- #: wppa-settings-autosave.php:9282
15901
  msgid "Lightbox keyname"
15902
  msgstr ""
15903
 
15904
- #: wppa-settings-autosave.php:9283
15905
  msgid "The identifier of lightbox."
15906
  msgstr ""
15907
 
15908
- #: wppa-settings-autosave.php:9284
15909
  msgid ""
15910
  "If you use a lightbox plugin that uses rel=\"lbox-id\" you can enter the "
15911
  "lbox-id here."
15912
  msgstr ""
15913
 
15914
- #: wppa-settings-autosave.php:9291
15915
  msgid "myCRED / Cube Points: Comment"
15916
  msgstr ""
15917
 
15918
- #: wppa-settings-autosave.php:9292
15919
  msgid "Number of points for giving a comment"
15920
  msgstr ""
15921
 
15922
- #: wppa-settings-autosave.php:9293 wppa-settings-autosave.php:9302
15923
- #: wppa-settings-autosave.php:9311 wppa-settings-autosave.php:9320
15924
  msgid "This setting requires the plugin myCRED or Cube Points"
15925
  msgstr ""
15926
 
15927
- #: wppa-settings-autosave.php:9295 wppa-settings-autosave.php:9304
15928
  msgid "points per comment"
15929
  msgstr ""
15930
 
15931
- #: wppa-settings-autosave.php:9300
15932
  msgid "myCRED / Cube Points: Appr Comment"
15933
  msgstr ""
15934
 
15935
- #: wppa-settings-autosave.php:9301
15936
  msgid "Number of points for receiving an approved comment"
15937
  msgstr ""
15938
 
15939
- #: wppa-settings-autosave.php:9309
15940
  msgid "myCRED / Cube Points: Rating"
15941
  msgstr ""
15942
 
15943
- #: wppa-settings-autosave.php:9310
15944
  msgid "Number of points for a rating vote"
15945
  msgstr ""
15946
 
15947
- #: wppa-settings-autosave.php:9313
15948
  msgid "points per vote"
15949
  msgstr ""
15950
 
15951
- #: wppa-settings-autosave.php:9318
15952
  msgid "myCRED / Cube Points: Upload"
15953
  msgstr ""
15954
 
15955
- #: wppa-settings-autosave.php:9319
15956
  msgid "Number of points for a successfull frontend upload"
15957
  msgstr ""
15958
 
15959
- #: wppa-settings-autosave.php:9322
15960
  msgid "points per upload"
15961
  msgstr ""
15962
 
15963
- #: wppa-settings-autosave.php:9327
15964
  msgid "Use SCABN"
15965
  msgstr ""
15966
 
15967
- #: wppa-settings-autosave.php:9328
15968
  msgid "Use the wppa interface to Simple Cart & Buy Now plugin."
15969
  msgstr ""
15970
 
15971
- #: wppa-settings-autosave.php:9329
15972
  msgid ""
15973
  "If checked, the shortcode to use for the \"add to cart\" button in photo "
15974
  "descriptions is [cart ...]"
15975
  msgstr ""
15976
 
15977
- #: wppa-settings-autosave.php:9330
15978
  msgid ""
15979
  "as opposed to [scabn ...] for the original scabn \"add to cart\" button."
15980
  msgstr ""
15981
 
15982
- #: wppa-settings-autosave.php:9331
15983
  msgid "The shortcode for the check-out page is still [scabn]"
15984
  msgstr ""
15985
 
15986
- #: wppa-settings-autosave.php:9332
15987
  msgid ""
15988
  "The arguments are the same, the defaults are: name = photoname, price = 0.01."
15989
  msgstr ""
15990
 
15991
- #: wppa-settings-autosave.php:9333
15992
  msgid ""
15993
  "Supplying the price should be sufficient; supply a name only when it differs "
15994
  "from the photo name."
15995
  msgstr ""
15996
 
15997
- #: wppa-settings-autosave.php:9334
15998
  msgid "This shortcode handler will also work with Ajax enabled."
15999
  msgstr ""
16000
 
16001
- #: wppa-settings-autosave.php:9335
16002
  msgid ""
16003
  "Using this interface makes sure that the item urls and callback action urls "
16004
  "are correct."
16005
  msgstr ""
16006
 
16007
- #: wppa-settings-autosave.php:9342
16008
  msgid "Use CM Tooltip Glossary"
16009
  msgstr ""
16010
 
16011
- #: wppa-settings-autosave.php:9343
16012
  msgid "Use plugin CM Tooltip Glossary on photo and album descriptions."
16013
  msgstr ""
16014
 
16015
- #: wppa-settings-autosave.php:9344
16016
  msgid ""
16017
  "You MUST set Table IV-A13: Defer javascript, also if you do not want this "
16018
  "plugin to act on album and photo descriptions!"
16019
  msgstr ""
16020
 
16021
- #: wppa-settings-autosave.php:9352
16022
  msgid "External services related settings and actions."
16023
  msgstr ""
16024
 
16025
- #: wppa-settings-autosave.php:9354
16026
  msgid "QR Code widget size"
16027
  msgstr ""
16028
 
16029
- #: wppa-settings-autosave.php:9355
16030
  msgid "The size of the QR code display."
16031
  msgstr ""
16032
 
16033
- #: wppa-settings-autosave.php:9363
16034
  msgid "QR color"
16035
  msgstr ""
16036
 
16037
- #: wppa-settings-autosave.php:9364
16038
  msgid "The display color of the qr code (dark)"
16039
  msgstr ""
16040
 
16041
- #: wppa-settings-autosave.php:9365
16042
  msgid "This color MUST be given in hexadecimal format!"
16043
  msgstr ""
16044
 
16045
- #: wppa-settings-autosave.php:9372
16046
  msgid "QR background color"
16047
  msgstr ""
16048
 
16049
- #: wppa-settings-autosave.php:9373
16050
  msgid "The background color of the qr code (light)"
16051
  msgstr ""
16052
 
16053
- #: wppa-settings-autosave.php:9381
16054
  msgid "QR cache"
16055
  msgstr ""
16056
 
16057
- #: wppa-settings-autosave.php:9382
16058
  msgid "Enable caching QR codes"
16059
  msgstr ""
16060
 
16061
- #: wppa-settings-autosave.php:9382
16062
  #, php-format
16063
  msgid "So far %d cache hits, %d miss"
16064
  msgstr ""
16065
 
16066
- #: wppa-settings-autosave.php:9390
16067
  msgid "CDN Service"
16068
  msgstr ""
16069
 
16070
- #: wppa-settings-autosave.php:9391
16071
  msgid "Select a CDN Service you want to use."
16072
  msgstr ""
16073
 
16074
- #: wppa-settings-autosave.php:9394
16075
  msgid "Cloudinary in maintenance mode"
16076
  msgstr ""
16077
 
16078
- #: wppa-settings-autosave.php:9404
16079
  msgid "Cloud name"
16080
  msgstr ""
16081
 
16082
- #: wppa-settings-autosave.php:9413
16083
  msgid "API key"
16084
  msgstr ""
16085
 
16086
- #: wppa-settings-autosave.php:9422
16087
  msgid "API secret"
16088
  msgstr ""
16089
 
16090
- #: wppa-settings-autosave.php:9431
16091
  msgid "Delete all"
16092
  msgstr ""
16093
 
16094
- #: wppa-settings-autosave.php:9432
16095
  msgid "Deletes them all !!!"
16096
  msgstr ""
16097
 
16098
- #: wppa-settings-autosave.php:9440
16099
  msgid "Delete derived images"
16100
  msgstr ""
16101
 
16102
- #: wppa-settings-autosave.php:9441
16103
  msgid "Deletes all derived images !!!"
16104
  msgstr ""
16105
 
16106
- #: wppa-settings-autosave.php:9449
16107
  msgid "Max lifetime"
16108
  msgstr ""
16109
 
16110
- #: wppa-settings-autosave.php:9450
16111
  msgid "Old images from local server, new images from Cloudinary."
16112
  msgstr ""
16113
 
16114
- #: wppa-settings-autosave.php:9451
16115
  msgid ""
16116
- "If NOT set to Forever: You need to run Table VIII-B15 on a regular basis."
16117
  msgstr ""
16118
 
16119
- #: wppa-settings-autosave.php:9453
16120
  msgid "Forever"
16121
  msgstr ""
16122
 
16123
- #: wppa-settings-autosave.php:9484
16124
  msgid "Cloudinary usage"
16125
  msgstr ""
16126
 
16127
- #: wppa-settings-autosave.php:9520
16128
  msgid "Cloudinary usage data not available"
16129
  msgstr ""
16130
 
16131
- #: wppa-settings-autosave.php:9524
16132
  msgid "Cloudinary routines not installed."
16133
  msgstr ""
16134
 
16135
- #: wppa-settings-autosave.php:9535
16136
  msgid "Cloudinary"
16137
  msgstr ""
16138
 
16139
- #: wppa-settings-autosave.php:9536
16140
  msgid "<span style=\"color:red;\">Requires at least PHP version 5.3</span>"
16141
  msgstr ""
16142
 
16143
- #: wppa-settings-autosave.php:9545
16144
  msgid "GPX Implementation"
16145
  msgstr ""
16146
 
16147
- #: wppa-settings-autosave.php:9546
16148
  msgid "The way the maps are produced."
16149
  msgstr ""
16150
 
16151
- #: wppa-settings-autosave.php:9547
16152
  msgid "Select the way the maps are produced."
16153
  msgstr ""
16154
 
16155
- #: wppa-settings-autosave.php:9548
16156
  msgid ""
16157
- "When using Google maps GPX viewer plugin, you can not use Ajax (Table IV-A1)"
 
16158
  msgstr ""
16159
 
16160
- #: wppa-settings-autosave.php:9549
16161
  msgid ""
16162
- "When using WPPA+ Embedded code, you can use Ajax, but there are less display "
16163
- "options."
16164
  msgstr ""
16165
 
16166
- #: wppa-settings-autosave.php:9551
16167
  msgid "WPPA+ Embedded code"
16168
  msgstr ""
16169
 
16170
- #: wppa-settings-autosave.php:9551
16171
- msgid "Google maps GPX viewer plugin"
16172
  msgstr ""
16173
 
16174
- #: wppa-settings-autosave.php:9559
16175
  msgid "Map height"
16176
  msgstr ""
16177
 
16178
- #: wppa-settings-autosave.php:9560
16179
  msgid "The height of the map display."
16180
  msgstr ""
16181
 
16182
- #: wppa-settings-autosave.php:9568
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16183
  msgid "Google maps API key"
16184
  msgstr ""
16185
 
16186
- #: wppa-settings-autosave.php:9569
16187
  msgid "Enter your Google maps api key here if you have one."
16188
  msgstr ""
16189
 
16190
- #: wppa-settings-autosave.php:9577
16191
  msgid "GPX Shortcode"
16192
  msgstr ""
16193
 
16194
- #: wppa-settings-autosave.php:9578
16195
  msgid "The shortcode to be used for the gpx feature."
16196
  msgstr ""
16197
 
16198
- #: wppa-settings-autosave.php:9579
16199
  msgid ""
16200
  "Enter / modify the shortcode to be generated for the gpx plugin. It must "
16201
- "contain w#lat and w#lon as placeholders for the lattitude and longitude."
16202
  msgstr ""
16203
 
16204
- #: wppa-settings-autosave.php:9580
16205
- msgid "This item is required for using Google maps GPX viewer plugin only"
 
16206
  msgstr ""
16207
 
16208
- #: wppa-settings-autosave.php:9587
16209
  msgid "Fotomoto"
16210
  msgstr ""
16211
 
16212
- #: wppa-settings-autosave.php:9588
16213
  msgid "Yes, we use Fotomoto on this site. Read the help text!"
16214
  msgstr ""
16215
 
16216
- #: wppa-settings-autosave.php:9589
16217
  msgid "In order to function properly:"
16218
  msgstr ""
16219
 
16220
- #: wppa-settings-autosave.php:9590
16221
  msgid "1. Get yourself a Fotomoto account."
16222
  msgstr ""
16223
 
16224
- #: wppa-settings-autosave.php:9591
16225
  msgid ""
16226
  "2. Install the Fotomoto plugin, enter the \"Fotomoto Site Key:\" and check "
16227
  "the \"Use API Mode:\" checkbox."
16228
  msgstr ""
16229
 
16230
- #: wppa-settings-autosave.php:9592
16231
  msgid "Note: Do NOT Disable the Custom box in Table II-B14."
16232
  msgstr ""
16233
 
16234
- #: wppa-settings-autosave.php:9593
16235
  msgid "Do NOT remove the text w#fotomoto from the Custombox ( Table II-B15 )."
16236
  msgstr ""
16237
 
16238
- #: wppa-settings-autosave.php:9601
16239
  msgid "Fotomoto fontsize"
16240
  msgstr ""
16241
 
16242
- #: wppa-settings-autosave.php:9602
16243
  msgid "Fontsize for the Fotomoto toolbar."
16244
  msgstr ""
16245
 
16246
- #: wppa-settings-autosave.php:9603
16247
  msgid ""
16248
  "If you set it here, it overrules a possible setting for font-size in ."
16249
  "FotomotoToolbarClass on the Fotomoto dashboard."
16250
  msgstr ""
16251
 
16252
- #: wppa-settings-autosave.php:9611
16253
  msgid "Hide toolbar on running slideshows"
16254
  msgstr ""
16255
 
16256
- #: wppa-settings-autosave.php:9612
16257
  msgid "The Fotomoto toolbar will re-appear when the slidshow stops."
16258
  msgstr ""
16259
 
16260
- #: wppa-settings-autosave.php:9619
16261
  msgid "Fotomoto minwidth"
16262
  msgstr ""
16263
 
16264
- #: wppa-settings-autosave.php:9620
16265
  msgid "Minimum width to display Fotomoto toolbar."
16266
  msgstr ""
16267
 
16268
- #: wppa-settings-autosave.php:9621
16269
  msgid ""
16270
  "The display of the Fotomoto Toolbar will be suppressed on smaller slideshows."
16271
  msgstr ""
16272
 
16273
- #: wppa-settings-autosave.php:9628
16274
  msgid "Image Magick"
16275
  msgstr ""
16276
 
16277
- #: wppa-settings-autosave.php:9629
16278
  msgid "Absulute path to the ImageMagick commands"
16279
  msgstr ""
16280
 
16281
- #: wppa-settings-autosave.php:9630
16282
  msgid ""
16283
  "If you want to use ImageMagick, enter the absolute path to the ImageMagick "
16284
  "commands"
16285
  msgstr ""
16286
 
16287
- #: wppa-settings-autosave.php:9637
16288
  msgid "Photo shortcode related settings"
16289
  msgstr ""
16290
 
16291
- #: wppa-settings-autosave.php:9639
16292
  msgid "Enable shortcode [photo ..]"
16293
  msgstr ""
16294
 
16295
- #: wppa-settings-autosave.php:9640
16296
  msgid "Make the use of shortcode [photo ..] possible"
16297
  msgstr ""
16298
 
16299
- #: wppa-settings-autosave.php:9641
16300
  msgid "Only disbale this when there is a conflict with another plugin"
16301
  msgstr ""
16302
 
16303
- #: wppa-settings-autosave.php:9648
16304
  msgid "Single image type"
16305
  msgstr ""
16306
 
16307
- #: wppa-settings-autosave.php:9649
16308
  msgid "Specify the single image type the shortcode [photo ..] should show."
16309
  msgstr ""
16310
 
16311
- #: wppa-settings-autosave.php:9652 wppa-tinymce-shortcodes.php:174
16312
  msgid "A plain single photo"
16313
  msgstr ""
16314
 
16315
- #: wppa-settings-autosave.php:9653 wppa-tinymce-shortcodes.php:175
16316
  msgid "A single photo with caption"
16317
  msgstr ""
16318
 
16319
- #: wppa-settings-autosave.php:9654 wppa-tinymce-shortcodes.php:176
16320
  msgid "A single photo with extended caption"
16321
  msgstr ""
16322
 
16323
- #: wppa-settings-autosave.php:9655 wppa-tinymce-shortcodes.php:177
16324
  msgid "A single photo in the style of a slideshow"
16325
  msgstr ""
16326
 
16327
- #: wppa-settings-autosave.php:9667 wppa-upload.php:291
16328
  msgid "Size"
16329
  msgstr ""
16330
 
16331
- #: wppa-settings-autosave.php:9668
16332
  msgid "Specify the size (width) of the image."
16333
  msgstr ""
16334
 
16335
- #: wppa-settings-autosave.php:9669
16336
  msgid "Use the same syntax as in the [wppa size=\"..\"] shortcode"
16337
  msgstr ""
16338
 
16339
- #: wppa-settings-autosave.php:9670
16340
  msgid ""
16341
  "Examples: 350 for a fixed width of 350 pixels, or: 0.75 for a responsive "
16342
  "display of 75% width, or: auto,350 for responsive with a maximum of 350 "
16343
  "pixels."
16344
  msgstr ""
16345
 
16346
- #: wppa-settings-autosave.php:9677
16347
  msgid "Align"
16348
  msgstr ""
16349
 
16350
- #: wppa-settings-autosave.php:9678
16351
  msgid "Specify the alignment of the image."
16352
  msgstr ""
16353
 
16354
- #: wppa-settings-autosave.php:9718
16355
  msgid "Table X:"
16356
  msgstr ""
16357
 
16358
- #: wppa-settings-autosave.php:9718
16359
  msgid "IPTC Configuration:"
16360
  msgstr ""
16361
 
16362
- #: wppa-settings-autosave.php:9719
16363
  msgid "This table defines the IPTC configuration"
16364
  msgstr ""
16365
 
16366
- #: wppa-settings-autosave.php:9750 wppa-settings-autosave.php:9818
16367
  msgid "Display"
16368
  msgstr ""
16369
 
16370
- #: wppa-settings-autosave.php:9750 wppa-settings-autosave.php:9818
16371
  msgid "Hide"
16372
  msgstr ""
16373
 
16374
- #: wppa-settings-autosave.php:9780
16375
  msgid "Table XI:"
16376
  msgstr ""
16377
 
16378
- #: wppa-settings-autosave.php:9780
16379
  msgid "EXIF Configuration:"
16380
  msgstr ""
16381
 
16382
- #: wppa-settings-autosave.php:9781
16383
  msgid "This table defines the EXIF configuration"
16384
  msgstr ""
16385
 
16386
- #: wppa-settings-autosave.php:9804
16387
  msgid ""
16388
  "Function exif_read_data() does not exist. This means that <b>EXIF</b> is not "
16389
  "enabled. If you want to use <b>EXIF</b> data, ask your hosting provider to "
16390
  "add <b>'--enable-exif'</b> to the php <b>Configure Command</b>."
16391
  msgstr ""
16392
 
16393
- #: wppa-settings-autosave.php:9848
16394
  msgid "Table XII:"
16395
  msgstr ""
16396
 
16397
- #: wppa-settings-autosave.php:9848
16398
  msgid "WPPA+ and PHP Configuration:"
16399
  msgstr ""
16400
 
16401
- #: wppa-settings-autosave.php:9849
16402
  msgid ""
16403
  "This table lists all WPPA+ constants and PHP server configuration parameters "
16404
  "and is read only"
16405
  msgstr ""
16406
 
16407
- #: wppa-settings-autosave.php:9864
16408
  msgid "Value"
16409
  msgstr ""
16410
 
16411
- #: wppa-settings-autosave.php:9870
16412
  msgid "Albums db table name."
16413
  msgstr ""
16414
 
16415
- #: wppa-settings-autosave.php:9882
16416
  msgid "Photos db table name."
16417
  msgstr ""
16418
 
16419
- #: wppa-settings-autosave.php:9894
16420
  msgid "Rating db table name."
16421
  msgstr ""
16422
 
16423
- #: wppa-settings-autosave.php:9906
16424
  msgid "Comments db table name."
16425
  msgstr ""
16426
 
16427
- #: wppa-settings-autosave.php:9918
16428
  msgid "IPTC db table name."
16429
  msgstr ""
16430
 
16431
- #: wppa-settings-autosave.php:9930
16432
  msgid "EXIF db table name."
16433
  msgstr ""
16434
 
16435
- #: wppa-settings-autosave.php:9942 wppa-settings-autosave.php:9954
16436
  msgid "Index db table name."
16437
  msgstr ""
16438
 
16439
- #: wppa-settings-autosave.php:9966
 
 
 
 
16440
  msgid "Plugins main file name."
16441
  msgstr ""
16442
 
16443
- #: wppa-settings-autosave.php:9973
16444
  msgid "WP absolute path."
16445
  msgstr ""
16446
 
16447
- #: wppa-settings-autosave.php:9979
16448
  msgid "ABSPATH windows proof"
16449
  msgstr ""
16450
 
16451
- #: wppa-settings-autosave.php:9985
16452
  msgid "Path to plugins directory."
16453
  msgstr ""
16454
 
16455
- #: wppa-settings-autosave.php:9991
16456
  msgid "Plugins directory name."
16457
  msgstr ""
16458
 
16459
- #: wppa-settings-autosave.php:9997
16460
  msgid "Plugins directory url."
16461
  msgstr ""
16462
 
16463
- #: wppa-settings-autosave.php:10003
16464
  msgid "The relative upload directory."
16465
  msgstr ""
16466
 
16467
- #: wppa-settings-autosave.php:10009
16468
  msgid "The upload directory path."
16469
  msgstr ""
16470
 
16471
- #: wppa-settings-autosave.php:10015
16472
  msgid "The upload directory url."
16473
  msgstr ""
16474
 
16475
- #: wppa-settings-autosave.php:10021
16476
  msgid "The relative depot directory."
16477
  msgstr ""
16478
 
16479
- #: wppa-settings-autosave.php:10027
16480
  msgid "The depot directory path."
16481
  msgstr ""
16482
 
16483
- #: wppa-settings-autosave.php:10033
16484
  msgid "The depot directory url."
16485
  msgstr ""
16486
 
16487
- #: wppa-settings-autosave.php:10039
16488
  msgid "The path to wp-content."
16489
  msgstr ""
16490
 
16491
- #: wppa-settings-autosave.php:10045
16492
  msgid "WP Content url."
16493
  msgstr ""
16494
 
16495
- #: wppa-settings-autosave.php:10051
16496
  msgid "WP Base upload dir."
16497
  msgstr ""
16498
 
16499
- #: wppa-settings-autosave.php:10071
16500
  #, php-format
16501
  msgid "<br />Memory used on this page: %6.2f Mb."
16502
  msgstr ""
16503
 
16504
- #: wppa-settings-autosave.php:10072
16505
  #, php-format
16506
  msgid "<br />There are %d settings and %d runtime parameters."
16507
  msgstr ""
16508
 
16509
- #: wppa-settings-autosave.php:10351 wppa-settings-autosave.php:10371
16510
- #: wppa-settings-autosave.php:10392
16511
  msgid "Warning!"
16512
  msgstr ""
16513
 
16514
- #: wppa-settings-autosave.php:10372 wppa-settings-autosave.php:10392
16515
  msgid "Please read the help"
16516
  msgstr ""
16517
 
16518
- #: wppa-settings-autosave.php:10603
16519
  msgid "Show!"
16520
  msgstr ""
16521
 
16522
- #: wppa-settings-autosave.php:10623
16523
  msgid "Not done yet"
16524
  msgstr ""
16525
 
16526
- #: wppa-settings-autosave.php:10630
16527
  msgid "Start as cron job"
16528
  msgstr ""
16529
 
16530
- #: wppa-settings-autosave.php:10635 wppa-settings-autosave.php:10674
16531
  msgid "Locked!"
16532
  msgstr ""
16533
 
16534
- #: wppa-settings-autosave.php:10645
16535
  msgid "Crashed!"
16536
  msgstr ""
16537
 
16538
- #: wppa-settings-autosave.php:10660
16539
  msgid "Click me to resume"
16540
  msgstr ""
16541
 
16542
- #: wppa-settings-autosave.php:10669
16543
  msgid "Start!"
16544
  msgstr ""
16545
 
16546
- #: wppa-settings-autosave.php:10710
16547
  msgid ""
16548
  "You can not have popup and lightbox on thumbnails at the same time. Uncheck "
16549
  "either Table IV-C8 or choose a different linktype in Table VI-2."
16550
  msgstr ""
16551
 
16552
- #: wppa-settings-autosave.php:10713
16553
  msgid ""
16554
  "It is important that you select a page that contains at least [wppa][/wppa]."
16555
  msgstr ""
16556
 
16557
- #: wppa-settings-autosave.php:10714
16558
  msgid ""
16559
- "If you ommit this, the link will not work at all or simply refresh the "
16560
  "(home)page."
16561
  msgstr ""
16562
 
16563
- #: wppa-setup.php:601
16564
  msgid "IMPORTANT UPGRADE NOTICE"
16565
  msgstr ""
16566
 
16567
- #: wppa-setup.php:602
16568
  msgid ""
16569
  "Please CHECK your customized WPPA-STYLE.CSS file against the newly supplied "
16570
  "one. You may wish to add or modify some attributes. Be aware of the fact "
16571
  "that most settings can now be set in the admin settings page."
16572
  msgstr ""
16573
 
16574
- #: wppa-setup.php:603
16575
  msgid ""
16576
  "Please REPLACE your customized WPPA-THEME.PHP file by the newly supplied "
16577
  "one, or just remove it from your theme directory. You may modify it later if "
@@ -16579,153 +16784,153 @@ msgid ""
16579
  "version of the plugin software."
16580
  msgstr ""
16581
 
16582
- #: wppa-setup.php:631
16583
  #, php-format
16584
  msgid "WPPA+ successfully updated in multi site mode to db version %s."
16585
  msgstr ""
16586
 
16587
- #: wppa-setup.php:634
16588
  #, php-format
16589
  msgid "WPPA+ successfully updated in single site mode to db version %s."
16590
  msgstr ""
16591
 
16592
- #: wppa-setup.php:639
16593
  msgid "An error occurred during update"
16594
  msgstr ""
16595
 
16596
- #: wppa-setup.php:955
16597
  msgid ""
16598
  "<span style=\"color:red\" >Warning: Do not upload copyrighted material!</"
16599
  "span>"
16600
  msgstr ""
16601
 
16602
- #: wppa-setup.php:964 wppa-setup.php:968 wppa-setup.php:972
16603
  msgid "Select tags:"
16604
  msgstr ""
16605
 
16606
- #: wppa-setup.php:975
16607
  msgid "Enter new tags:"
16608
  msgstr ""
16609
 
16610
- #: wppa-setup.php:1198
16611
  msgid "Vote for me!"
16612
  msgstr ""
16613
 
16614
- #: wppa-setup.php:1199
16615
  msgid "Voted for me"
16616
  msgstr ""
16617
 
16618
- #: wppa-setup.php:1573
16619
  msgid "NEW"
16620
  msgstr ""
16621
 
16622
- #: wppa-setup.php:1575
16623
  msgid "MODIFIED"
16624
  msgstr ""
16625
 
16626
- #: wppa-setup.php:1627
16627
  msgid "Search in current section"
16628
  msgstr ""
16629
 
16630
- #: wppa-setup.php:1628
16631
  msgid "Search in current results"
16632
  msgstr ""
16633
 
16634
- #: wppa-setup.php:1714
16635
  msgid "Type your custom url here"
16636
  msgstr ""
16637
 
16638
- #: wppa-setup.php:1715
16639
  msgid "Type the title here"
16640
  msgstr ""
16641
 
16642
- #: wppa-setup.php:1734 wppa-topten-widget.php:13 wppa-topten-widget.php:48
16643
  #: wppa-topten-widget.php:310
16644
  msgid "Top Ten Photos"
16645
  msgstr ""
16646
 
16647
- #: wppa-setup.php:1737 wppa-thumbnail-widget.php:13
16648
  #: wppa-thumbnail-widget.php:166
16649
  msgid "Thumbnail Photos"
16650
  msgstr ""
16651
 
16652
- #: wppa-setup.php:1740
16653
  msgid "Search photos"
16654
  msgstr ""
16655
 
16656
- #: wppa-setup.php:1784
16657
  msgid ""
16658
  "The uploads directory does not exist, please do a regular WP upload first."
16659
  msgstr ""
16660
 
16661
- #: wppa-setup.php:1788
16662
  msgid "Successfully created uploads directory."
16663
  msgstr ""
16664
 
16665
- #: wppa-setup.php:1799
16666
  msgid "Could not create the wppa directory."
16667
  msgstr ""
16668
 
16669
- #: wppa-setup.php:1803
16670
  msgid "Successfully created wppa directory."
16671
  msgstr ""
16672
 
16673
- #: wppa-setup.php:1813
16674
  msgid "Could not create the wppa thumbs directory."
16675
  msgstr ""
16676
 
16677
- #: wppa-setup.php:1817
16678
  msgid "Successfully created wppa thumbs directory."
16679
  msgstr ""
16680
 
16681
- #: wppa-setup.php:1827
16682
  msgid "Could not create the wppa watermarks directory."
16683
  msgstr ""
16684
 
16685
- #: wppa-setup.php:1831
16686
  msgid "Successfully created wppa watermarks directory."
16687
  msgstr ""
16688
 
16689
- #: wppa-setup.php:1841
16690
  msgid "Could not create the wppa fonts directory."
16691
  msgstr ""
16692
 
16693
- #: wppa-setup.php:1845
16694
  msgid "Successfully created wppa fonts directory."
16695
  msgstr ""
16696
 
16697
- #: wppa-setup.php:1857
16698
  msgid "Unable to create depot directory."
16699
  msgstr ""
16700
 
16701
- #: wppa-setup.php:1861
16702
  msgid "Successfully created wppa depot directory."
16703
  msgstr ""
16704
 
16705
- #: wppa-setup.php:1872
16706
  msgid "Unable to create user depot directory"
16707
  msgstr ""
16708
 
16709
- #: wppa-setup.php:1876
16710
  msgid "Successfully created wppa user depot directory."
16711
  msgstr ""
16712
 
16713
- #: wppa-setup.php:1886
16714
  msgid "Unable to create temp directory"
16715
  msgstr ""
16716
 
16717
- #: wppa-setup.php:1890
16718
  msgid "Successfully created temp directory."
16719
  msgstr ""
16720
 
16721
- #: wppa-setup.php:1898
16722
  #, php-format
16723
  msgid ""
16724
  "Ask your administrator to give you more rights, or create <b>%s</b> manually "
16725
  "using an FTP program."
16726
  msgstr ""
16727
 
16728
- #: wppa-setup.php:2000
16729
  msgid "Default photo album for"
16730
  msgstr "Standard fotoalbum for"
16731
 
@@ -16754,68 +16959,68 @@ msgid "pixels."
16754
  msgstr ""
16755
 
16756
  #: wppa-slideshow-widget.php:204
16757
- msgid "Portrait only:"
16758
- msgstr ""
16759
-
16760
- #: wppa-slideshow-widget.php:208
16761
  msgid ""
16762
  "Set to 'yes' if there are only portrait images in the album and you want the "
16763
- "photos to fill the full width of the widget.<br/>Set to 'no' otherwise."
16764
  msgstr ""
16765
 
16766
- #: wppa-slideshow-widget.php:209
16767
  msgid "If set to 'yes', Vertical alignment will be forced to 'fit'."
16768
  msgstr ""
16769
 
16770
- #: wppa-slideshow-widget.php:212
 
 
 
 
16771
  msgid "Vertical alignment:"
16772
  msgstr ""
16773
 
16774
- #: wppa-slideshow-widget.php:218
16775
  msgid "Set the desired vertical alignment method."
16776
  msgstr ""
16777
 
16778
- #: wppa-slideshow-widget.php:220
16779
  msgid "Slideshow timeout:"
16780
  msgstr ""
16781
 
16782
- #: wppa-slideshow-widget.php:220
16783
  msgid "sec."
16784
  msgstr ""
16785
 
16786
- #: wppa-slideshow-widget.php:224
16787
  msgid "Show name:"
16788
  msgstr ""
16789
 
16790
- #: wppa-slideshow-widget.php:231
16791
  msgid "Show description:"
16792
  msgstr ""
16793
 
16794
- #: wppa-slideshow-widget.php:238
16795
  msgid "Show filmstrip:"
16796
  msgstr ""
16797
 
16798
- #: wppa-slideshow-widget.php:245
16799
  msgid "Show browsebar:"
16800
  msgstr ""
16801
 
16802
- #: wppa-slideshow-widget.php:252
16803
  msgid "Show numbar:"
16804
  msgstr ""
16805
 
16806
- #: wppa-slideshow-widget.php:259
16807
  msgid "The following text fields support qTranslate"
16808
  msgstr ""
16809
 
16810
- #: wppa-slideshow-widget.php:260
16811
  msgid "Tooltip text:"
16812
  msgstr ""
16813
 
16814
- #: wppa-slideshow-widget.php:261
16815
  msgid "Text above photos:"
16816
  msgstr ""
16817
 
16818
- #: wppa-slideshow-widget.php:262
16819
  msgid "Text below photos:"
16820
  msgstr ""
16821
 
@@ -16834,94 +17039,94 @@ msgstr ""
16834
  "For at se billeder i fuld st&oslash;rrelse skal du tillade javascript in din "
16835
  "browser."
16836
 
16837
- #: wppa-slideshow.php:729
16838
  msgid "Checkout"
16839
  msgstr "Gå til kassen"
16840
 
16841
- #: wppa-slideshow.php:847 wppa-slideshow.php:876 wppa-slideshow.php:1151
16842
- #: wppa-slideshow.php:1221
16843
  #, php-format
16844
  msgid "You must <a href=\"%s\">login</a> to vote"
16845
  msgstr "Du skal <a href=\"%s\">logge ind</a> for at stemme"
16846
 
16847
- #: wppa-slideshow.php:850 wppa-slideshow.php:879 wppa-slideshow.php:1154
16848
- #: wppa-slideshow.php:1224
16849
  msgid "You must login to vote"
16850
  msgstr "Du skal logge ind for at stemme"
16851
 
16852
- #: wppa-slideshow.php:861
16853
  #, php-format
16854
  msgid "Number of votes: <span id=\"wppa-vote-count-%s\" >%s</span>&nbsp;"
16855
  msgstr "Antal stemmer: <span id=\"wppa-vote-count-%s\" >%s</span>&nbsp;"
16856
 
16857
- #: wppa-slideshow.php:931
16858
  msgid "Sorry, you can rate a photo only once"
16859
  msgstr ""
16860
 
16861
- #: wppa-slideshow.php:963
16862
  msgid "very low"
16863
  msgstr "meget lav"
16864
 
16865
- #: wppa-slideshow.php:964
16866
  msgid "low"
16867
  msgstr "lav"
16868
 
16869
- #: wppa-slideshow.php:965
16870
  msgid "average"
16871
  msgstr "gennemsnitlig"
16872
 
16873
- #: wppa-slideshow.php:966
16874
  msgid "high"
16875
  msgstr "h&oslash;j"
16876
 
16877
- #: wppa-slideshow.php:967
16878
  msgid "very high"
16879
  msgstr "meget h&oslash;j"
16880
 
16881
- #: wppa-slideshow.php:1052 wppa-slideshow.php:1183
16882
  msgid "Are you sure you want to mark this image as inappropriate?"
16883
  msgstr ""
16884
  "Er du sikker p&aring;, at du vil markere dette billed som v&aelig;rende "
16885
  "upassende."
16886
 
16887
- #: wppa-slideshow.php:1055 wppa-slideshow.php:1186
16888
  msgid "Click this if you do NOT like this image!"
16889
  msgstr "Klik her hvis du IKKE kan lide dette billed!"
16890
 
16891
- #: wppa-slideshow.php:1087 wppa-slideshow.php:1210
16892
  msgid "Number of people who marked this photo as inappropriate"
16893
  msgstr "Antallet af mennesker, der markerede dette billede som upassende"
16894
 
16895
- #: wppa-slideshow.php:1216
16896
  msgid "My rating:"
16897
  msgstr "Min vurdering:"
16898
 
16899
- #: wppa-slideshow.php:1311
16900
  msgid "First"
16901
  msgstr "Første"
16902
 
16903
- #: wppa-slideshow.php:1325
16904
  msgid "Last"
16905
  msgstr "Sidste"
16906
 
16907
- #: wppa-slideshow.php:1502
16908
  #, php-format
16909
  msgid "Photo %s of %s"
16910
  msgstr "Foto %s af %s"
16911
 
16912
- #: wppa-slideshow.php:1567 wppa-slideshow.php:1610
16913
  msgid "Click to start/stop"
16914
  msgstr "Klik for start/stop"
16915
 
16916
- #: wppa-slideshow.php:1622
16917
  msgid "- - - Comments box activated - - -"
16918
  msgstr "- - - Kommentar boks aktiveret - - -"
16919
 
16920
- #: wppa-slideshow.php:1646
16921
  msgid "- - - IPTC box activated - - -"
16922
  msgstr "- - - IPTC boks aktiveret - - -"
16923
 
16924
- #: wppa-slideshow.php:1670
16925
  msgid "- - - EXIF box activated - - -"
16926
  msgstr "- - - EXIF boks aktiveret - - -"
16927
 
@@ -16996,6 +17201,10 @@ msgstr ""
16996
  msgid "no, use album sort method"
16997
  msgstr ""
16998
 
 
 
 
 
16999
  #: wppa-tagcloud-widget.php:14
17000
  msgid "Photo Tag Cloud"
17001
  msgstr ""
@@ -17042,457 +17251,453 @@ msgstr "Manglende miniaturebillede #%s"
17042
  msgid "No Preview available"
17043
  msgstr ""
17044
 
17045
- #: wppa-tinymce-shortcodes.php:127
 
 
 
 
17046
  msgid "Type of WPPA display:"
17047
  msgstr ""
17048
 
17049
- #: wppa-tinymce-shortcodes.php:130
17050
  msgid "Please select a display type"
17051
  msgstr ""
17052
 
17053
- #: wppa-tinymce-shortcodes.php:131
17054
  msgid "A gallery with covers and/or thumbnails"
17055
  msgstr ""
17056
 
17057
- #: wppa-tinymce-shortcodes.php:132
17058
  msgid "A slideshow"
17059
  msgstr ""
17060
 
17061
- #: wppa-tinymce-shortcodes.php:133
17062
  msgid "A single image"
17063
  msgstr ""
17064
 
17065
- #: wppa-tinymce-shortcodes.php:134
17066
  msgid "A search/selection box"
17067
  msgstr ""
17068
 
17069
- #: wppa-tinymce-shortcodes.php:135
17070
  msgid "An other box type"
17071
  msgstr ""
17072
 
17073
- #: wppa-tinymce-shortcodes.php:142
17074
  msgid "Type of gallery display:"
17075
  msgstr ""
17076
 
17077
- #: wppa-tinymce-shortcodes.php:145
17078
  msgid "Please select a gallery type"
17079
  msgstr ""
17080
 
17081
- #: wppa-tinymce-shortcodes.php:146
17082
  msgid "The cover(s) of specific album(s)"
17083
  msgstr ""
17084
 
17085
- #: wppa-tinymce-shortcodes.php:147
17086
  msgid "The content of specific album(s)"
17087
  msgstr ""
17088
 
17089
- #: wppa-tinymce-shortcodes.php:148
17090
  msgid "The covers of the subalbums of specific album(s)"
17091
  msgstr ""
17092
 
17093
- #: wppa-tinymce-shortcodes.php:149
17094
  msgid "The thumbnails of specific album(s)"
17095
  msgstr ""
17096
 
17097
- #: wppa-tinymce-shortcodes.php:156
17098
  msgid "Type of slideshow:"
17099
  msgstr ""
17100
 
17101
- #: wppa-tinymce-shortcodes.php:159
17102
  msgid "Please select a slideshow type"
17103
  msgstr ""
17104
 
17105
- #: wppa-tinymce-shortcodes.php:160
17106
  msgid "A fully featured slideshow"
17107
  msgstr ""
17108
 
17109
- #: wppa-tinymce-shortcodes.php:161
17110
  msgid "A slideshow without supporting boxes"
17111
  msgstr ""
17112
 
17113
- #: wppa-tinymce-shortcodes.php:162
17114
  msgid "A slideshow with a filmstrip only"
17115
  msgstr ""
17116
 
17117
- #: wppa-tinymce-shortcodes.php:163
17118
  msgid "A filmstrip only"
17119
  msgstr ""
17120
 
17121
- #: wppa-tinymce-shortcodes.php:170
17122
  msgid "Type of single image:"
17123
  msgstr ""
17124
 
17125
- #: wppa-tinymce-shortcodes.php:173
17126
  msgid "Please select a single image type"
17127
  msgstr ""
17128
 
17129
- #: wppa-tinymce-shortcodes.php:184
17130
  msgid "Type of search:"
17131
  msgstr ""
17132
 
17133
- #: wppa-tinymce-shortcodes.php:187
17134
  msgid "Please select a search type"
17135
  msgstr ""
17136
 
17137
- #: wppa-tinymce-shortcodes.php:188
17138
  msgid "A search box"
17139
  msgstr ""
17140
 
17141
- #: wppa-tinymce-shortcodes.php:189
17142
  msgid "A supersearch box"
17143
  msgstr ""
17144
 
17145
- #: wppa-tinymce-shortcodes.php:190
17146
  msgid "A tagcloud box"
17147
  msgstr ""
17148
 
17149
- #: wppa-tinymce-shortcodes.php:191
17150
  msgid "A multitag box"
17151
  msgstr ""
17152
 
17153
- #: wppa-tinymce-shortcodes.php:192
17154
  msgid "A superview box"
17155
  msgstr ""
17156
 
17157
- #: wppa-tinymce-shortcodes.php:193
17158
  msgid "A calendar box"
17159
  msgstr ""
17160
 
17161
- #: wppa-tinymce-shortcodes.php:200
17162
  msgid "Type miscellaneous:"
17163
  msgstr ""
17164
 
17165
- #: wppa-tinymce-shortcodes.php:203
17166
  msgid "Please select a miscellaneous display"
17167
  msgstr ""
17168
 
17169
- #: wppa-tinymce-shortcodes.php:204
17170
  msgid "A generic albums display"
17171
  msgstr ""
17172
 
17173
- #: wppa-tinymce-shortcodes.php:205
17174
  msgid "An upload box"
17175
  msgstr ""
17176
 
17177
- #: wppa-tinymce-shortcodes.php:206
17178
  msgid "A landing page shortcode"
17179
  msgstr ""
17180
 
17181
- #: wppa-tinymce-shortcodes.php:207
17182
  msgid "A 3D stereo settings box"
17183
  msgstr ""
17184
 
17185
- #: wppa-tinymce-shortcodes.php:208
17186
  msgid "An admins choice box"
17187
  msgstr ""
17188
 
17189
- #: wppa-tinymce-shortcodes.php:215
17190
  msgid "Users:"
17191
  msgstr ""
17192
 
17193
- #: wppa-tinymce-shortcodes.php:218
17194
  msgid "All"
17195
  msgstr ""
17196
 
17197
- #: wppa-tinymce-shortcodes.php:235
17198
  msgid "Kind of selection:"
17199
  msgstr ""
17200
 
17201
- #: wppa-tinymce-shortcodes.php:238
17202
  msgid "Please select a type of selection to be used"
17203
  msgstr ""
17204
 
17205
- #: wppa-tinymce-shortcodes.php:239
17206
  msgid "One or more wppa+ albums"
17207
  msgstr ""
17208
 
17209
- #: wppa-tinymce-shortcodes.php:240
17210
  msgid "A special selection"
17211
  msgstr ""
17212
 
17213
- #: wppa-tinymce-shortcodes.php:247 wppa-tinymce-shortcodes.php:267
17214
  msgid "The selection to be used:"
17215
  msgstr ""
17216
 
17217
- #: wppa-tinymce-shortcodes.php:250 wppa-tinymce-shortcodes.php:270
17218
  msgid "Please select a virtual album"
17219
  msgstr ""
17220
 
17221
- #: wppa-tinymce-shortcodes.php:251 wppa-tinymce-shortcodes.php:271
17222
  msgid "The most recently modified album"
17223
  msgstr ""
17224
 
17225
- #: wppa-tinymce-shortcodes.php:252
17226
  msgid "The top rated photos"
17227
  msgstr ""
17228
 
17229
- #: wppa-tinymce-shortcodes.php:253
17230
  msgid "The most recently uploaded photos"
17231
  msgstr ""
17232
 
17233
- #: wppa-tinymce-shortcodes.php:254
17234
  msgid "A random selection of featured photos"
17235
  msgstr ""
17236
 
17237
- #: wppa-tinymce-shortcodes.php:255
17238
  msgid "The most recently commented photos"
17239
  msgstr ""
17240
 
17241
- #: wppa-tinymce-shortcodes.php:256
17242
  msgid "Photos tagged with certain tags"
17243
  msgstr ""
17244
 
17245
- #: wppa-tinymce-shortcodes.php:257
17246
  msgid "Albums tagged with a certain category"
17247
  msgstr ""
17248
 
17249
- #: wppa-tinymce-shortcodes.php:258
17250
  msgid "Photos in albums owned by a certain user"
17251
  msgstr ""
17252
 
17253
- #: wppa-tinymce-shortcodes.php:259
17254
  msgid "Photos uploaded by a certain user"
17255
  msgstr ""
17256
 
17257
- #: wppa-tinymce-shortcodes.php:260
17258
  msgid "All photos in the system"
17259
  msgstr ""
17260
 
17261
- #: wppa-tinymce-shortcodes.php:272
17262
  msgid "Albums owned by a certain user"
17263
  msgstr ""
17264
 
17265
- #: wppa-tinymce-shortcodes.php:273
17266
  msgid "Albums tagged with certain categories"
17267
  msgstr ""
17268
 
17269
- #: wppa-tinymce-shortcodes.php:274
17270
  msgid "All albums in the system"
17271
  msgstr ""
17272
 
17273
- #: wppa-tinymce-shortcodes.php:281 wppa-tinymce-shortcodes.php:314
17274
  msgid "The Album(s) to be used:"
17275
  msgstr ""
17276
 
17277
- #: wppa-tinymce-shortcodes.php:287
17278
  msgid "Please select one or more albums"
17279
  msgstr ""
17280
 
17281
- #: wppa-tinymce-shortcodes.php:296 wppa-tinymce-shortcodes.php:329
17282
- #: wppa-tinymce-shortcodes.php:374 wppa-tinymce-shortcodes.php:397
17283
- #: wppa-tinymce-shortcodes.php:585
17284
  msgid "There are no albums yet"
17285
  msgstr ""
17286
 
17287
- #: wppa-tinymce-shortcodes.php:302
17288
- msgid "Search album:"
17289
  msgstr ""
17290
 
17291
- #: wppa-tinymce-shortcodes.php:307
17292
  msgid ""
17293
  "Enter a (part of) the album name to limit the options in the selection box "
17294
  "above."
17295
  msgstr ""
17296
 
17297
- #: wppa-tinymce-shortcodes.php:320 wppa-upldr-widget.php:230 wppa-utils.php:494
17298
- msgid "All albums"
17299
- msgstr ""
17300
-
17301
- #: wppa-tinymce-shortcodes.php:337
17302
  msgid "The album owner:"
17303
  msgstr ""
17304
 
17305
- #: wppa-tinymce-shortcodes.php:340
17306
  msgid "Please select a user"
17307
  msgstr ""
17308
 
17309
- #: wppa-tinymce-shortcodes.php:341
17310
  msgid "The logged in visitor"
17311
  msgstr ""
17312
 
17313
- #: wppa-tinymce-shortcodes.php:347
17314
  msgid "Too many users, edit manually"
17315
  msgstr ""
17316
 
17317
- #: wppa-tinymce-shortcodes.php:362
17318
  msgid "No parent specification"
17319
  msgstr ""
17320
 
17321
- #: wppa-tinymce-shortcodes.php:365 wppa-tinymce-shortcodes.php:388
17322
- #: wppa-tinymce-shortcodes.php:576
17323
  msgid "The generic parent"
17324
  msgstr ""
17325
 
17326
- #: wppa-tinymce-shortcodes.php:405
17327
  msgid "Max Albums:"
17328
  msgstr ""
17329
 
17330
- #: wppa-tinymce-shortcodes.php:413
17331
  msgid "Max Photos:"
17332
  msgstr ""
17333
 
17334
- #: wppa-tinymce-shortcodes.php:421
17335
  msgid "The album cat(s):"
17336
  msgstr ""
17337
 
17338
- #: wppa-tinymce-shortcodes.php:424
17339
  msgid "--- please select category ---"
17340
  msgstr ""
17341
 
17342
- #: wppa-tinymce-shortcodes.php:435
17343
  msgid "The Photo to be used:"
17344
  msgstr ""
17345
 
17346
- #: wppa-tinymce-shortcodes.php:441
17347
  msgid "Please select a photo"
17348
  msgstr ""
17349
 
17350
- #: wppa-tinymce-shortcodes.php:442 wppa-tinymce-shortcodes.php:456
17351
  msgid "The photo of the day"
17352
  msgstr ""
17353
 
17354
- #: wppa-tinymce-shortcodes.php:455
17355
  msgid "The most recently uploaded photo"
17356
  msgstr ""
17357
 
17358
- #: wppa-tinymce-shortcodes.php:459
17359
  msgid "There are no photos yet"
17360
  msgstr ""
17361
 
17362
- #: wppa-tinymce-shortcodes.php:465
17363
  msgid "Specify the photo to be used"
17364
  msgstr ""
17365
 
17366
- #: wppa-tinymce-shortcodes.php:466
17367
  msgid "You can select from a maximum of 100 most recently added photos"
17368
  msgstr ""
17369
 
17370
- #: wppa-tinymce-shortcodes.php:473
17371
  msgid "Preview image:"
17372
  msgstr ""
17373
 
17374
- #: wppa-tinymce-shortcodes.php:480
17375
  msgid "The photo tag(s):"
17376
  msgstr ""
17377
 
17378
- #: wppa-tinymce-shortcodes.php:483
17379
  msgid "--- please select tag(s) ---"
17380
  msgstr ""
17381
 
17382
- #: wppa-tinymce-shortcodes.php:494
17383
  msgid "Or / And:"
17384
  msgstr ""
17385
 
17386
- #: wppa-tinymce-shortcodes.php:496
17387
  msgid "Meet any"
17388
  msgstr ""
17389
 
17390
- #: wppa-tinymce-shortcodes.php:497
17391
  msgid "Meet all"
17392
  msgstr ""
17393
 
17394
- #: wppa-tinymce-shortcodes.php:503 wppa-tinymce-shortcodes.php:551
17395
  msgid "Additional features:"
17396
  msgstr ""
17397
 
17398
- #: wppa-tinymce-shortcodes.php:505
17399
  msgid "Enable Subsearch"
17400
  msgstr ""
17401
 
17402
- #: wppa-tinymce-shortcodes.php:506
17403
  msgid "Enable Rootsearch"
17404
  msgstr ""
17405
 
17406
- #: wppa-tinymce-shortcodes.php:512
17407
  msgid "Search root:"
17408
  msgstr ""
17409
 
17410
- #: wppa-tinymce-shortcodes.php:531
17411
  msgid "Landing page:"
17412
  msgstr ""
17413
 
17414
- #: wppa-tinymce-shortcodes.php:553
17415
  msgid "Enable all tags"
17416
  msgstr ""
17417
 
17418
- #: wppa-tinymce-shortcodes.php:556
17419
  msgid "Please select the tags to show"
17420
  msgstr ""
17421
 
17422
- #: wppa-tinymce-shortcodes.php:562
17423
  msgid "There are no tags"
17424
  msgstr ""
17425
 
17426
- #: wppa-tinymce-shortcodes.php:593
17427
  msgid "Calendar type:"
17428
  msgstr ""
17429
 
17430
- #: wppa-tinymce-shortcodes.php:596
17431
  msgid "By EXIF date"
17432
  msgstr ""
17433
 
17434
- #: wppa-tinymce-shortcodes.php:597
17435
  msgid "By date of upload"
17436
  msgstr ""
17437
 
17438
- #: wppa-tinymce-shortcodes.php:598
17439
  msgid "By date last modified"
17440
  msgstr ""
17441
 
17442
- #: wppa-tinymce-shortcodes.php:601
17443
  msgid "Last date first"
17444
  msgstr ""
17445
 
17446
- #: wppa-tinymce-shortcodes.php:602
17447
  msgid "Initially display all"
17448
  msgstr ""
17449
 
17450
- #: wppa-tinymce-shortcodes.php:608
17451
  msgid "The size of the display:"
17452
  msgstr ""
17453
 
17454
- #: wppa-tinymce-shortcodes.php:613
17455
  msgid ""
17456
  "Specify the horizontal size in pixels or <span style=\"color:blue\" >auto</"
17457
  "span>."
17458
  msgstr ""
17459
 
17460
- #: wppa-tinymce-shortcodes.php:614
17461
  msgid ""
17462
  "A value less than <span style=\"color:blue\" >100</span> will automaticly be "
17463
  "interpreted as a <span style=\"color:blue\" >percentage</span> of the "
17464
  "available space."
17465
  msgstr ""
17466
 
17467
- #: wppa-tinymce-shortcodes.php:615
17468
  msgid ""
17469
  "For responsive with a fixed maximum, add the max to auto e.g. <span style="
17470
  "\"color:blue\" >auto,550</span>"
17471
  msgstr ""
17472
 
17473
- #: wppa-tinymce-shortcodes.php:616
17474
  msgid "Leave this blank for default size"
17475
  msgstr ""
17476
 
17477
- #: wppa-tinymce-shortcodes.php:632
17478
  msgid "Specify the alignment to be used or --- none ---"
17479
  msgstr ""
17480
 
17481
- #: wppa-tinymce-shortcodes.php:640
17482
  msgid ""
17483
  "This is a preview of the shortcode that is being generated. You may edit the "
17484
  "comment"
17485
  msgstr ""
17486
 
17487
- #: wppa-tinymce-shortcodes.php:642
17488
- msgid "Insert Gallery"
17489
- msgstr ""
17490
-
17491
- #: wppa-tinymce-shortcodes.php:643
17492
- msgid "insert Gallery"
17493
  msgstr ""
17494
 
17495
- #: wppa-tinymce-shortcodes.php:643
17496
  msgid "Please complete the shortcode specs"
17497
  msgstr ""
17498
 
@@ -17529,7 +17734,7 @@ msgid "View count:"
17529
  msgstr ""
17530
 
17531
  #: wppa-upldr-widget.php:14
17532
- msgid "WPPA+ Uploader Photos"
17533
  msgstr ""
17534
 
17535
  #: wppa-upldr-widget.php:15
@@ -17578,16 +17783,16 @@ msgstr ""
17578
  msgid "Look only in albums (including sub-albums):"
17579
  msgstr ""
17580
 
17581
- #: wppa-upldr-widget.php:245
17582
  msgid "Show count of owners:"
17583
  msgstr ""
17584
 
17585
- #: wppa-upldr-widget.php:256
17586
  msgid "Show count of photos:"
17587
  msgstr ""
17588
 
17589
  #: wppa-upload-widget.php:15
17590
- msgid "WPPA+ Upload photos widget"
17591
  msgstr ""
17592
 
17593
  #: wppa-upload-widget.php:16
@@ -17752,132 +17957,136 @@ msgstr ""
17752
  msgid "Time out. %s photos uploaded in album nr %s."
17753
  msgstr ""
17754
 
17755
- #: wppa-upload.php:558 wppa-upload.php:590
17756
  msgid "Photos Uploaded in album nr"
17757
  msgstr ""
17758
 
17759
- #: wppa-upload.php:631
17760
  msgid "Zipfile"
17761
  msgstr ""
17762
 
17763
- #: wppa-upload.php:631
17764
  msgid "sucessfully uploaded."
17765
  msgstr ""
17766
 
17767
- #: wppa-upload.php:632
17768
  msgid "during upload."
17769
  msgstr ""
17770
 
17771
- #: wppa-utils.php:343 wppa-utils.php:370
17772
  #, php-format
17773
  msgid "Rating: %s"
17774
  msgstr ""
17775
 
17776
- #: wppa-utils.php:821 wppa-utils.php:832 wppa-utils.php:843
17777
  msgid "Notification of inappropriate image"
17778
  msgstr ""
17779
 
17780
- #: wppa-utils.php:822 wppa-utils.php:833 wppa-utils.php:844
17781
  #, php-format
17782
  msgid "Photo %s has been marked as inappropriate by %s different visitors."
17783
  msgstr ""
17784
 
17785
- #: wppa-utils.php:834
17786
  msgid "The status has been changed to 'pending'."
17787
  msgstr ""
17788
 
17789
- #: wppa-utils.php:845
17790
  msgid "It has been deleted."
17791
  msgstr ""
17792
 
17793
- #: wppa-utils.php:940
17794
  msgid "Your photo has a new approved comment"
17795
  msgstr ""
17796
 
17797
- #: wppa-utils.php:943
17798
  msgid "From:"
17799
  msgstr ""
17800
 
17801
- #: wppa-utils.php:951
 
 
 
 
17802
  msgid "Approved comment on photo"
17803
  msgstr ""
17804
 
17805
- #: wppa-utils.php:998
17806
  #, php-format
17807
  msgid "The visitors email address is: <a href=\"mailto:%s\">%s</a>"
17808
  msgstr ""
17809
 
17810
- #: wppa-utils.php:1003
17811
  #, php-format
17812
  msgid "The visitor says his email address is: <a href=\"mailto:%s\">%s</a>"
17813
  msgstr ""
17814
 
17815
- #: wppa-utils.php:1011
17816
  #, php-format
17817
  msgid ""
17818
  "This message is automaticly generated at %s. It is useless to respond to it."
17819
  msgstr ""
17820
 
17821
- #: wppa-utils.php:1097
17822
  #, php-format
17823
  msgid "Time out after processing %s items."
17824
  msgstr ""
17825
 
17826
- #: wppa-utils.php:1100 wppa-utils.php:1104
17827
  #, php-format
17828
  msgid "Time out after processing %s items. Please restart this operation"
17829
  msgstr ""
17830
 
17831
- #: wppa-utils.php:1302
17832
  msgid "Could not delete photo"
17833
  msgstr ""
17834
 
17835
- #: wppa-utils.php:1304 wppa-utils.php:1311
17836
  msgid "Photo is still in use in post/page"
17837
  msgstr ""
17838
 
17839
- #: wppa-utils.php:2066
17840
  msgid "Photo w#id"
17841
  msgstr ""
17842
 
17843
- #: wppa-utils.php:2238
17844
  msgid "There are no ratings between"
17845
  msgstr ""
17846
 
17847
- #: wppa-utils.php:3471
17848
  #, php-format
17849
  msgid "You and %d other person like this"
17850
  msgid_plural "You and %d other people like this"
17851
  msgstr[0] ""
17852
  msgstr[1] ""
17853
 
17854
- #: wppa-utils.php:3474
17855
  msgid "You are the first one who likes this"
17856
  msgstr ""
17857
 
17858
- #: wppa-utils.php:3477
17859
  msgid "Click again if you do no longer like this"
17860
  msgstr ""
17861
 
17862
- #: wppa-utils.php:3481
17863
  #, php-format
17864
  msgid "%d person likes this"
17865
  msgid_plural "%d people like this"
17866
  msgstr[0] ""
17867
  msgstr[1] ""
17868
 
17869
- #: wppa-utils.php:3484
17870
  msgid "Be the first one to like this"
17871
  msgstr ""
17872
 
17873
- #: wppa-utils.php:3490
17874
  #, php-format
17875
  msgid "%d like"
17876
  msgid_plural "%d likes"
17877
  msgstr[0] ""
17878
  msgstr[1] ""
17879
 
17880
- #: wppa-video.php:188
17881
  msgid ""
17882
  "There is no filetype available for your browser, or your browser does not "
17883
  "support html5 video"
@@ -17924,11 +18133,3 @@ msgstr "J.N. Breetvelt a.k.a. OpaJaap"
17924
  #. Author URI of the plugin/theme
17925
  msgid "http://wppa.opajaap.nl/"
17926
  msgstr "http://wppa.opajaap.nl/"
17927
-
17928
- #~ msgid "Thumbs"
17929
- #~ msgstr "Miniature"
17930
-
17931
- #~ msgid ""
17932
- #~ "Only gif, jpg and png image files are supported. Returned filetype = %d."
17933
- #~ msgstr ""
17934
- #~ "Kun gif, jpg og png filer underst&oslash;ttes. Den forkerte filtype er %d."
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Photo Album Plus\n"
4
+ "POT-Creation-Date: 2017-06-28 12:39+0200\n"
5
+ "PO-Revision-Date: 2017-06-28 12:40+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"
29
  #: wppa-album-admin-autosave.php:1653 wppa-album-admin-autosave.php:1888
30
  #: wppa-album-admin-autosave.php:1984 wppa-album-admin-autosave.php:2067
31
  #: wppa-album-admin-autosave.php:2119 wppa-album-admin-autosave.php:2256
32
+ #: wppa-album-admin-autosave.php:2769 wppa-setup.php:1422
 
33
  #: wppa-thumbnails.php:685
34
  msgid "Edit"
35
  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:204
42
+ #: wppa-settings-autosave.php:384 wppa-settings-autosave.php:3353
43
  msgid "Search"
44
  msgstr "Søg"
45
 
60
  "Beklager, men vi fandt ikke det du leder efter. Prøv med andre søgeord."
61
 
62
  #: theme/search-2016.php:46 wppa-album-admin-autosave.php:2158
63
+ #: wppa-links.php:1089 wppa-links.php:1099
64
  msgid "Previous page"
65
  msgstr "Forrige side"
66
 
67
+ #: theme/search-2016.php:47 wppa-admin-functions.php:761
68
+ #: wppa-album-admin-autosave.php:2178 wppa-links.php:1117
69
  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:1624 wppa-settings-autosave.php:9359
74
  msgid "Page"
75
  msgstr "Side"
76
 
102
  msgid "Settings file not found"
103
  msgstr ""
104
 
105
+ #: wppa-admin-functions.php:219 wppa-admin-functions.php:223 wppa-ajax.php:3290
106
+ #: wppa-ajax.php:3297
107
  msgid "Please supply a numeric value greater than or equal to"
108
  msgstr ""
109
 
110
+ #: wppa-admin-functions.php:219 wppa-admin-functions.php:223 wppa-ajax.php:3290
111
+ #: wppa-ajax.php:3297
112
  msgid "for"
113
  msgstr ""
114
 
115
+ #: wppa-admin-functions.php:223 wppa-ajax.php:3297
116
  msgid "and less than or equal to"
117
  msgstr ""
118
 
119
+ #: wppa-admin-functions.php:238 wppa-album-admin-autosave.php:398
120
  msgid "--- public ---"
121
  msgstr ""
122
 
123
+ #: wppa-admin-functions.php:518
124
  #, php-format
125
  msgid "File %s is of an unsupported filetype and has been removed."
126
  msgstr ""
127
 
128
+ #: wppa-admin-functions.php:637 wppa-admin-functions.php:676
129
+ #: wppa-admin-functions.php:680 wppa-admin-functions.php:684
130
  msgid "Unexpected error:"
131
  msgstr ""
132
 
133
+ #: wppa-admin-functions.php:637
134
  msgid "Missing database table:"
135
  msgstr ""
136
 
137
+ #: wppa-admin-functions.php:676
138
  msgid "Missing directory:"
139
  msgstr ""
140
 
141
+ #: wppa-admin-functions.php:680
142
  msgid "Directory is not writable:"
143
  msgstr ""
144
 
145
+ #: wppa-admin-functions.php:684
146
  msgid "Directory is not readable:"
147
  msgstr ""
148
 
149
+ #: wppa-admin-functions.php:692
150
  msgid ""
151
  "Please de-activate and re-activate the plugin. If this problem persists, ask "
152
  "your administrator."
153
  msgstr ""
154
 
155
+ #: wppa-admin-functions.php:721
156
  msgid "Prev page"
157
  msgstr ""
158
 
159
+ #: wppa-admin-functions.php:876 wppa-admin-functions.php:879
160
  #, php-format
161
  msgid "Album %s is full"
162
  msgstr ""
163
 
164
+ #: wppa-admin-functions.php:897
165
  #, php-format
166
  msgid "Photo %s already exists in album number %s. Removed from depot."
167
  msgstr ""
168
 
169
+ #: wppa-admin-functions.php:900
170
  #, php-format
171
  msgid "Photo %s already exists in album number %s."
172
  msgstr ""
173
 
174
+ #: wppa-admin-functions.php:924
175
  msgid "Not found"
176
  msgstr ""
177
 
178
+ #: wppa-admin-functions.php:936
179
  #, php-format
180
  msgid "ERROR: Attempt to upload a photo that is too large to process (%s)."
181
  msgstr ""
182
 
183
+ #: wppa-admin-functions.php:937
184
  msgid "Too big"
185
  msgstr ""
186
 
187
+ #: wppa-admin-functions.php:941
188
  msgid ""
189
  "WARNING: You are uploading photos that are too small. Photos must be larger "
190
  "than the thumbnail size and larger than the coverphotosize."
191
  msgstr ""
192
 
193
+ #: wppa-admin-functions.php:942
194
  msgid "Too small"
195
  msgstr ""
196
 
197
+ #: wppa-admin-functions.php:949
198
  msgid "ERROR: Unable to retrieve image size of"
199
  msgstr ""
200
 
201
+ #: wppa-admin-functions.php:949
202
  msgid "Are you sure it is a photo?"
203
  msgstr ""
204
 
205
+ #: wppa-admin-functions.php:950
206
  msgid "No photo found"
207
  msgstr ""
208
 
209
+ #: wppa-admin-functions.php:960
210
  msgid "Unsupported mime type encountered:"
211
  msgstr ""
212
 
213
+ #: wppa-admin-functions.php:977
214
  msgid "Album not known while trying to add a photo"
215
  msgstr ""
216
 
217
+ #: wppa-admin-functions.php:981
218
  #, php-format
219
  msgid ""
220
  "Album %s does not exist or is not accessable while trying to add a photo"
221
  msgstr ""
222
 
223
+ #: wppa-admin-functions.php:1000
224
  msgid "Could not insert photo."
225
  msgstr ""
226
 
227
+ #: wppa-admin-functions.php:1048
228
  msgid "ERROR: Unknown file or album."
229
  msgstr ""
230
 
231
+ #: wppa-admin-functions.php:1162
232
  #, php-format
233
  msgid ""
234
  "There are <strong>%d</strong> albums and <strong>%d</strong> photos in the "
235
  "system."
236
  msgstr ""
237
 
238
+ #: wppa-admin-functions.php:1163
239
  #, php-format
240
  msgid "<strong>%d</strong> photos are pending moderation."
241
  msgstr ""
242
 
243
+ #: wppa-admin-functions.php:1164
244
  #, php-format
245
  msgid "<strong>%d</strong> photos are scheduled for later publishing."
246
  msgstr ""
247
 
248
+ #: wppa-admin-functions.php:1167
249
  #, php-format
250
  msgid "The most recently added album is <strong>%s</strong> (%d)."
251
  msgstr ""
252
 
253
+ #: wppa-admin-functions.php:1179
254
  #, php-format
255
  msgid "The most recently added photo is <strong>%s</strong> (%d)"
256
  msgstr ""
257
 
258
+ #: wppa-admin-functions.php:1180
259
  #, php-format
260
  msgid "in album <strong>%s</strong> (%d)."
261
  msgstr ""
262
 
263
+ #: wppa-admin-functions.php:1182
264
  msgid "Deleted"
265
  msgstr ""
266
 
268
  msgid "Photo&thinsp;Albums"
269
  msgstr ""
270
 
271
+ #: wppa-admin.php:59 wppa-adminbar.php:40 wppa-settings-autosave.php:6253
272
  msgid "Album Admin"
273
  msgstr ""
274
 
275
+ #: wppa-admin.php:60 wppa-adminbar.php:47 wppa-upload-widget.php:79
276
+ #: wppa-upload.php:126
277
  msgid "Upload Photos"
278
  msgstr ""
279
 
282
  msgstr ""
283
 
284
  #: wppa-admin.php:65 wppa-adminbar.php:61 wppa-import.php:168
 
285
  msgid "Import Photos"
286
  msgstr ""
287
 
290
  msgstr ""
291
 
292
  #: wppa-admin.php:67 wppa-adminbar.php:75 wppa-export.php:32
 
293
  msgid "Export Photos"
294
  msgstr ""
295
 
296
+ #: wppa-admin.php:68 wppa-adminbar.php:82 wppa-settings-autosave.php:6258
 
297
  msgid "Settings"
298
  msgstr ""
299
 
302
  msgstr ""
303
 
304
  #: wppa-admin.php:69 wppa-adminbar.php:89 wppa-potd-widget.php:60
305
+ #: wppa-settings-autosave.php:6259 wppa-setup.php:1739
306
  msgid "Photo of the day"
307
  msgstr ""
308
 
310
  msgid "Manage comments"
311
  msgstr ""
312
 
313
+ #: wppa-admin.php:70 wppa-adminbar.php:96 wppa-settings-autosave.php:373
314
+ #: wppa-settings-autosave.php:3178 wppa-settings-autosave.php:6260
315
+ #: wppa-settings-autosave.php:9158 wppa-settings-autosave.php:9203
316
  msgid "Comments"
317
  msgstr ""
318
 
320
  msgid "Help &amp; Info"
321
  msgstr ""
322
 
323
+ #: wppa-admin.php:71 wppa-adminbar.php:103 wppa-settings-autosave.php:6261
324
  msgid "Documentation"
325
  msgstr ""
326
 
327
+ #: wppa-admin.php:73 wppa-adminbar.php:111
328
+ msgid "Logfile"
329
+ msgstr ""
330
+
331
+ #: wppa-admin.php:114
332
  msgid "Uploading is temporary disabled for you"
333
  msgstr ""
334
 
335
+ #: wppa-admin.php:121
336
  msgid "Editing is temporary disabled for you"
337
  msgstr ""
338
 
339
+ #: wppa-admin.php:128
340
  msgid "Importing is temporary disabled for you"
341
  msgstr ""
342
 
343
+ #: wppa-admin.php:131 wppa-import.php:1259 wppa-settings-autosave.php:6255
344
  msgid "Import"
345
  msgstr ""
346
 
347
+ #: wppa-admin.php:131 wppa-comment-admin.php:115
348
+ #: wppa-settings-autosave.php:10474
349
  msgid "Update"
350
  msgstr ""
351
 
352
+ #: wppa-adminbar.php:120 wppa-album-navigator-widget.php:41
353
  #: wppa-album-navigator-widget.php:88 wppa-album-widget.php:47
354
  msgid "Photo Albums"
355
  msgstr ""
356
 
357
+ #: wppa-adminbar.php:150 wppa-potd-admin.php:331
358
  msgid "Album"
359
  msgstr ""
360
 
361
  #: wppa-admins-choice-widget.php:13
362
+ msgid "WPPA+ Admins choice of photos"
363
  msgstr ""
364
 
365
  #: wppa-admins-choice-widget.php:14 wppa-admins-choice-widget.php:34
366
+ #: wppa-admins-choice-widget.php:73 wppa-settings-autosave.php:3409
367
  msgid "Admins Choice"
368
  msgstr ""
369
 
379
  #: wppa-album-widget.php:324 wppa-bestof-widget.php:131
380
  #: wppa-comment-widget.php:119 wppa-featen-widget.php:176 wppa-gp-widget.php:88
381
  #: wppa-lasten-widget.php:200 wppa-multitag-widget.php:72
382
+ #: wppa-potd-widget.php:211 wppa-qr-widget.php:90 wppa-search-widget.php:104
383
  #: wppa-slideshow-widget.php:198 wppa-stereo-widget.php:68
384
  #: wppa-super-view-widget.php:73 wppa-tagcloud-widget.php:68
385
  #: wppa-thumbnail-widget.php:184 wppa-topten-widget.php:335
387
  msgid "Title:"
388
  msgstr ""
389
 
390
+ #: wppa-ajax.php:208
391
  msgid ""
392
  "All modifications are instantly updated on the server.<br />The <b style="
393
  "\"color:#070\" >Remark</b> field keeps you informed on the actions taken at "
394
  "the background."
395
  msgstr ""
396
 
397
+ #: wppa-ajax.php:211
398
  msgid "Exit & Refresh"
399
  msgstr ""
400
 
401
+ #: wppa-ajax.php:284 wppa-ajax.php:353 wppa-ajax.php:388 wppa-ajax.php:670
402
+ #: wppa-ajax.php:685 wppa-ajax.php:1022 wppa-ajax.php:1046 wppa-ajax.php:3247
403
  msgid "Security check failure"
404
  msgstr ""
405
 
406
+ #: wppa-ajax.php:318 wppa-ajax.php:377
407
  msgid "You do not have the rights to moderate photos this way"
408
  msgstr ""
409
 
410
+ #: wppa-ajax.php:334 wppa-ajax.php:1354 wppa-comment-admin.php:244
411
+ #: wppa-functions.php:2436
412
  msgid "Photo comment approved"
413
  msgstr ""
414
 
415
+ #: wppa-ajax.php:350
416
  #, php-format
417
  msgid "Failed to update stutus of photo %s"
418
  msgstr ""
419
 
420
+ #: wppa-ajax.php:350 wppa-ajax.php:357
421
  msgid "Please refresh the page"
422
  msgstr ""
423
 
424
+ #: wppa-ajax.php:357
425
  #, php-format
426
  msgid "Failed to update stutus of comment %s"
427
  msgstr ""
428
 
429
+ #: wppa-ajax.php:372 wppa-ajax.php:392
430
  msgid "Photo removed"
431
  msgstr ""
432
 
433
+ #: wppa-ajax.php:402
434
  msgid "Comment removed"
435
  msgstr ""
436
 
437
+ #: wppa-ajax.php:404
438
  msgid "Could not remove comment"
439
  msgstr ""
440
 
441
+ #: wppa-ajax.php:407 wppa-ajax.php:888
442
  msgid "Unexpected error"
443
  msgstr ""
444
 
445
+ #: wppa-ajax.php:413
446
  msgid "This feature is not enabled on this website"
447
  msgstr ""
448
 
449
+ #: wppa-ajax.php:425
450
  msgid "The album is empty"
451
  msgstr ""
452
 
453
+ #: wppa-ajax.php:434 wppa-ajax.php:513 wppa-ajax.php:633
454
  msgid "Unable to create zip archive"
455
  msgstr ""
456
 
457
+ #: wppa-ajax.php:446
458
  #, php-format
459
  msgid "Unable to create zip archive. code = %s"
460
  msgstr ""
461
 
462
+ #: wppa-ajax.php:483
463
  #, php-format
464
  msgid "Only %s out of %s photos could be added to the zipfile"
465
  msgstr ""
466
 
467
+ #: wppa-ajax.php:521
468
  msgid "Unable to create zipsdir"
469
  msgstr ""
470
 
471
+ #: wppa-ajax.php:545 wppa-functions.php:2175 wppa-thumbnails.php:659
472
  msgid "Selected"
473
  msgstr ""
474
 
475
+ #: wppa-ajax.php:575
476
  msgid "Unknown source of request"
477
  msgstr ""
478
 
479
+ #: wppa-ajax.php:593
480
  msgid "Empty filename"
481
  msgstr ""
482
 
483
+ #: wppa-ajax.php:619
484
  msgid "Unable to create tempdir"
485
  msgstr ""
486
 
487
+ #: wppa-ajax.php:643
488
  msgid "Unknown type"
489
  msgstr ""
490
 
491
+ #: wppa-ajax.php:652
492
  msgid "The photo does no longer exist"
493
  msgstr ""
494
 
495
+ #: wppa-ajax.php:704
496
  msgid "An error occurred while processing you rating request."
497
  msgstr ""
498
 
499
+ #: wppa-ajax.php:705
500
  msgid "Maybe you opened the page too long ago to recognize you."
501
  msgstr ""
502
 
503
+ #: wppa-ajax.php:706
504
  msgid "You may refresh the page and try again."
505
  msgstr ""
506
 
507
+ #: wppa-ajax.php:707
508
  msgid ""
509
  "Althoug an error occurred while processing your rating, your vote has been "
510
  "registered."
511
  msgstr ""
512
 
513
+ #: wppa-ajax.php:708
514
  msgid "However, this may not be reflected in the current pageview"
515
  msgstr ""
516
 
517
+ #: wppa-ajax.php:737
518
  msgid "Photo has been removed."
519
  msgstr ""
520
 
521
+ #: wppa-ajax.php:749 wppa-slideshow.php:960
522
  msgid "Sorry, you can not rate your own photos"
523
  msgstr ""
524
 
525
+ #: wppa-ajax.php:761
526
  msgid "Please enter a comment."
527
  msgstr ""
528
 
529
+ #: wppa-ajax.php:817
530
  msgid "You can not change your vote"
531
  msgstr ""
532
 
533
+ #: wppa-ajax.php:823
534
  msgid "You can not change a dislike"
535
  msgstr ""
536
 
537
+ #: wppa-ajax.php:829
538
  msgid "You can not change your vote into a dislike"
539
  msgstr ""
540
 
541
+ #: wppa-ajax.php:845 wppa-ajax.php:866
542
  msgid "Photo rated"
543
  msgstr ""
544
 
545
+ #: wppa-ajax.php:972
546
  msgid ""
547
  "Please explain your vote in a comment.\n"
548
  "Your vote will be discarded if you don't.\n"
552
  "your vote became effective."
553
  msgstr ""
554
 
555
+ #: wppa-ajax.php:1018
556
  msgid "You do not have the rights to delete a photo"
557
  msgstr ""
558
 
559
+ #: wppa-ajax.php:1029
560
  #, php-format
561
  msgid "Photo %s has been deleted"
562
  msgstr ""
563
 
564
+ #: wppa-ajax.php:1042
565
  msgid "You do not have the rights to undelete a photo"
566
  msgstr ""
567
 
568
+ #: wppa-ajax.php:1053
569
  #, php-format
570
  msgid "Photo %s has been undeleted"
571
  msgstr ""
572
 
573
+ #: wppa-ajax.php:1056
574
  #, php-format
575
  msgid "Could not undelete photo %s"
576
  msgstr ""
577
 
578
+ #: wppa-ajax.php:1070
579
  msgid "You do not have the rights to update album information"
580
  msgstr ""
581
 
582
+ #: wppa-ajax.php:1082 wppa-ajax.php:2486
583
  msgid "Ratings cleared"
584
  msgstr ""
585
 
586
+ #: wppa-ajax.php:1082 wppa-ajax.php:1088 wppa-photo-admin-autosave.php:803
587
  msgid "No ratings for this photo."
588
  msgstr ""
589
 
590
+ #: wppa-ajax.php:1085
591
  msgid "An error occurred while clearing ratings"
592
  msgstr ""
593
 
594
+ #: wppa-ajax.php:1088 wppa-ajax.php:1109 wppa-ajax.php:1131
595
  msgid "No photos in this album"
596
  msgstr ""
597
 
598
+ #: wppa-ajax.php:1103
599
  msgid "Tags set to defaults"
600
  msgstr ""
601
 
602
+ #: wppa-ajax.php:1106
603
  msgid "An error occurred while setting tags"
604
  msgstr ""
605
 
606
+ #: wppa-ajax.php:1125
607
  msgid "Tags added with defaults"
608
  msgstr ""
609
 
610
+ #: wppa-ajax.php:1128
611
  msgid "An error occurred while adding tags"
612
  msgstr ""
613
 
614
+ #: wppa-ajax.php:1154
615
  msgid "No subalbums found to process"
616
  msgstr ""
617
 
618
+ #: wppa-ajax.php:1159
619
  msgid "No categories found to process"
620
  msgstr ""
621
 
622
+ #: wppa-ajax.php:1163
623
  #, php-format
624
  msgid "%d album updated"
625
  msgid_plural "%d albums updated"
626
  msgstr[0] ""
627
  msgstr[1] ""
628
 
629
+ #: wppa-ajax.php:1170
630
  #, php-format
631
  msgid "Album name may not be empty.<br />Reset to %s"
632
  msgstr ""
633
 
634
+ #: wppa-ajax.php:1172 wppa-ajax.php:1847 wppa-album-admin-autosave.php:488
635
  #: wppa-album-admin-autosave.php:537 wppa-album-admin-autosave.php:1462
636
  #: wppa-album-admin-autosave.php:1600 wppa-album-admin-autosave.php:1835
637
+ #: wppa-album-admin-autosave.php:1931 wppa-boxes-html.php:444
638
+ #: wppa-boxes-html.php:558 wppa-photo-admin-autosave.php:2518
639
+ #: wppa-photo-admin-autosave.php:2713 wppa-photo-admin-autosave.php:3137
640
  #: wppa-potd-admin.php:71 wppa-potd-admin.php:358
641
+ #: wppa-settings-autosave.php:518 wppa-settings-autosave.php:689
642
+ #: wppa-settings-autosave.php:711 wppa-settings-autosave.php:1490
643
+ #: wppa-settings-autosave.php:1511 wppa-settings-autosave.php:3075
644
+ #: wppa-settings-autosave.php:3096 wppa-settings-autosave.php:3481
645
+ #: wppa-settings-autosave.php:3505 wppa-settings-autosave.php:4070
646
+ #: wppa-settings-autosave.php:4199 wppa-settings-autosave.php:4916
647
+ #: wppa-settings-autosave.php:4937 wppa-settings-autosave.php:5132
648
+ #: wppa-settings-autosave.php:5156 wppa-settings-autosave.php:6219
649
+ #: wppa-settings-autosave.php:6735 wppa-settings-autosave.php:6984
650
+ #: wppa-settings-autosave.php:7006 wppa-settings-autosave.php:7857
651
+ #: wppa-settings-autosave.php:7881 wppa-settings-autosave.php:9152
652
+ #: wppa-settings-autosave.php:9875 wppa-settings-autosave.php:10031
653
  #: wppa-thumbnail-widget.php:202 wppa-upload.php:290
654
  msgid "Name"
655
  msgstr "Navn"
656
 
657
+ #: wppa-ajax.php:1175 wppa-ajax.php:1850 wppa-album-admin-autosave.php:1472
658
  #: wppa-album-admin-autosave.php:1610 wppa-album-admin-autosave.php:1845
659
+ #: wppa-album-admin-autosave.php:1941 wppa-photo-admin-autosave.php:2519
660
+ #: wppa-photo-admin-autosave.php:2714 wppa-photo-admin-autosave.php:3138
661
  #: wppa-potd-admin.php:72 wppa-potd-admin.php:138 wppa-potd-admin.php:359
662
+ #: wppa-settings-autosave.php:519 wppa-settings-autosave.php:690
663
+ #: wppa-settings-autosave.php:712 wppa-settings-autosave.php:1491
664
+ #: wppa-settings-autosave.php:1512 wppa-settings-autosave.php:3076
665
+ #: wppa-settings-autosave.php:3097 wppa-settings-autosave.php:3482
666
+ #: wppa-settings-autosave.php:3506 wppa-settings-autosave.php:4917
667
+ #: wppa-settings-autosave.php:4938 wppa-settings-autosave.php:5133
668
+ #: wppa-settings-autosave.php:5157 wppa-settings-autosave.php:6220
669
+ #: wppa-settings-autosave.php:6736 wppa-settings-autosave.php:6985
670
+ #: wppa-settings-autosave.php:7007 wppa-settings-autosave.php:7858
671
+ #: wppa-settings-autosave.php:7882 wppa-settings-autosave.php:9876
672
+ #: wppa-settings-autosave.php:9898 wppa-settings-autosave.php:9938
673
+ #: wppa-settings-autosave.php:9960 wppa-settings-autosave.php:10006
674
+ #: wppa-settings-autosave.php:10032
675
  msgid "Description"
676
  msgstr ""
677
 
678
+ #: wppa-ajax.php:1179
679
  msgid "Unbalanced tags in album description!"
680
  msgstr ""
681
 
682
+ #: wppa-ajax.php:1186 wppa-album-admin-autosave.php:427
683
  msgid "Album order #"
684
  msgstr ""
685
 
686
+ #: wppa-ajax.php:1189
687
  msgid "Cover photo"
688
  msgstr ""
689
 
690
+ #: wppa-ajax.php:1192
691
  msgid "Parent album"
692
  msgstr ""
693
 
694
+ #: wppa-ajax.php:1197 wppa-settings-autosave.php:4064
695
  msgid "Photo order"
696
  msgstr ""
697
 
698
+ #: wppa-ajax.php:1200
699
  msgid "Use Alt thumbsize"
700
  msgstr ""
701
 
702
+ #: wppa-ajax.php:1203
703
  msgid "Cover Type"
704
  msgstr ""
705
 
706
+ #: wppa-ajax.php:1206 wppa-settings-autosave.php:5158
707
+ #: wppa-settings-autosave.php:6221
708
  msgid "Link type"
709
  msgstr ""
710
 
711
+ #: wppa-ajax.php:1209 wppa-album-covers.php:1390
712
  msgid "Link to"
713
  msgstr "Link til"
714
 
715
+ #: wppa-ajax.php:1212 wppa-ajax.php:1871 wppa-album-admin-autosave.php:1483
716
  #: wppa-album-admin-autosave.php:1621 wppa-album-admin-autosave.php:1856
717
+ #: wppa-album-admin-autosave.php:1952 wppa-boxes-html.php:566
718
+ #: wppa-photo-admin-autosave.php:2521 wppa-photo-admin-autosave.php:2716
719
  #: wppa-potd-admin.php:139
720
  msgid "Owner"
721
  msgstr "Ejer"
722
 
723
+ #: wppa-ajax.php:1214
724
  #, php-format
725
  msgid "User %s does not exist"
726
  msgstr ""
727
 
728
+ #: wppa-ajax.php:1219 wppa-ajax.php:1225
729
  msgid "Upload limit count"
730
  msgstr ""
731
 
732
+ #: wppa-ajax.php:1232
733
  msgid "Upload limit time"
734
  msgstr ""
735
 
736
+ #: wppa-ajax.php:1236
737
  msgid "Default tags"
738
  msgstr ""
739
 
740
+ #: wppa-ajax.php:1241
741
  msgid "Categories"
742
  msgstr ""
743
 
744
+ #: wppa-ajax.php:1244
745
  msgid "Sub albums sort order"
746
  msgstr ""
747
 
748
+ #: wppa-ajax.php:1252 wppa-ajax.php:1940
749
  msgid "Schedule date/time"
750
  msgstr ""
751
 
752
+ #: wppa-ajax.php:1265 wppa-ajax.php:1317
753
  #, php-format
754
  msgid "%s of album %s updated"
755
  msgstr ""
756
 
757
+ #: wppa-ajax.php:1273
758
  msgid "All photos set to scheduled per date"
759
  msgstr ""
760
 
761
+ #: wppa-ajax.php:1300
762
  #, php-format
763
  msgid "Custom field %s updated"
764
  msgstr ""
765
 
766
+ #: wppa-ajax.php:1326
767
  #, php-format
768
  msgid "An error occurred while trying to update %s of album %s"
769
  msgstr ""
770
 
771
+ #: wppa-ajax.php:1327 wppa-ajax.php:1806
772
  msgid "Press CTRL+F5 and try again."
773
  msgstr ""
774
 
775
+ #: wppa-ajax.php:1341
776
  msgid "You do not have the rights to update comment status"
777
  msgstr ""
778
 
779
+ #: wppa-ajax.php:1360
780
  #, php-format
781
  msgid "Status of comment #%s updated"
782
  msgstr ""
783
 
784
+ #: wppa-ajax.php:1363
785
  #, php-format
786
  msgid "Error updating status comment #%s"
787
  msgstr ""
788
 
789
+ #: wppa-ajax.php:1374
790
  msgid "You do not have the rights to change photos"
791
  msgstr ""
792
 
793
+ #: wppa-ajax.php:1383
794
  msgid "Watermark applied"
795
  msgstr ""
796
 
797
+ #: wppa-ajax.php:1387
798
  msgid "An error occured while trying to apply a watermark"
799
  msgstr ""
800
 
801
+ #: wppa-ajax.php:1406
802
  msgid "You do not have the rights to update photo information"
803
  msgstr ""
804
 
805
+ #: wppa-ajax.php:1412
806
  #, php-format
807
  msgid "%s updated to %s."
808
  msgstr ""
809
 
810
+ #: wppa-ajax.php:1462
811
  #, php-format
812
  msgid "Format error %s. Must be yyyy:mm:dd hh:mm:ss"
813
  msgstr ""
814
 
815
+ #: wppa-ajax.php:1466
816
  msgid "Exif date/time updated"
817
  msgstr ""
818
 
819
+ #: wppa-ajax.php:1472
820
  msgid "Enter a value > -90 and < 90"
821
  msgstr ""
822
 
823
+ #: wppa-ajax.php:1480
824
  msgid "Lattitude updated"
825
  msgstr ""
826
 
827
+ #: wppa-ajax.php:1482
828
  msgid "Could not update lattitude"
829
  msgstr ""
830
 
831
+ #: wppa-ajax.php:1488
832
  msgid "Enter a value > -180 and < 180"
833
  msgstr ""
834
 
835
+ #: wppa-ajax.php:1496
836
  msgid "Longitude updated"
837
  msgstr ""
838
 
839
+ #: wppa-ajax.php:1498
840
  msgid "Could not update longitude"
841
  msgstr ""
842
 
843
+ #: wppa-ajax.php:1506
844
  msgid "Photo files remade"
845
  msgstr ""
846
 
847
+ #: wppa-ajax.php:1509
848
  msgid "Could not remake files"
849
  msgstr ""
850
 
851
+ #: wppa-ajax.php:1515
852
  msgid "Thumbnail remade"
853
  msgstr ""
854
 
855
+ #: wppa-ajax.php:1518
856
  msgid "Could not remake thumbnail"
857
  msgstr ""
858
 
859
+ #: wppa-ajax.php:1529 wppa-potd-admin.php:100 wppa-settings-autosave.php:3874
860
+ #: wppa-settings-autosave.php:9851 wppa-tinymce-shortcodes.php:628
861
  msgid "left"
862
  msgstr ""
863
 
864
+ #: wppa-ajax.php:1532
865
  msgid "180&deg;"
866
  msgstr ""
867
 
868
+ #: wppa-ajax.php:1535 wppa-potd-admin.php:100 wppa-settings-autosave.php:3874
869
+ #: wppa-settings-autosave.php:9853 wppa-tinymce-shortcodes.php:630
870
  msgid "right"
871
  msgstr ""
872
 
873
+ #: wppa-ajax.php:1548 wppa-ajax.php:1551
874
  msgid "Photo flipped"
875
  msgstr ""
876
 
877
+ #: wppa-ajax.php:1554
878
  #, php-format
879
  msgid "Photo %s rotated %s"
880
  msgstr ""
881
 
882
+ #: wppa-ajax.php:1558
883
  #, php-format
884
  msgid "An error occurred while trying to rotate or flip photo %s"
885
  msgstr ""
886
 
887
+ #: wppa-ajax.php:1666
888
  #, php-format
889
  msgid "An error occurred while trying to process photo %s"
890
  msgstr ""
891
 
892
+ #: wppa-ajax.php:1702 wppa-ajax.php:1749
893
  #, php-format
894
  msgid "Command %s magically executed on photo %s"
895
  msgstr ""
896
 
897
+ #: wppa-ajax.php:1759 wppa-ajax.php:1789 wppa-photo-admin-autosave.php:2140
898
+ #: wppa-photo-admin-autosave.php:2158
899
  #, php-format
900
  msgid "A photo with filename %s already exists in album %s."
901
  msgstr ""
902
 
903
+ #: wppa-ajax.php:1765 wppa-ajax.php:1795 wppa-functions.php:4309
904
  #, php-format
905
  msgid "Album %s does not exist"
906
  msgstr ""
907
 
908
+ #: wppa-ajax.php:1775
909
  #, php-format
910
  msgid "Photo %s has been moved to album %s (%s)"
911
  msgstr ""
912
 
913
+ #: wppa-ajax.php:1779
914
  #, php-format
915
  msgid "An error occurred while trying to move photo %s"
916
  msgstr ""
917
 
918
+ #: wppa-ajax.php:1802
919
  #, php-format
920
  msgid "Photo %s copied to album %s (%s)"
921
  msgstr ""
922
 
923
+ #: wppa-ajax.php:1805
924
  #, php-format
925
  msgid "An error occurred while trying to copy photo %s"
926
  msgstr ""
927
 
928
+ #: wppa-ajax.php:1834
929
+ msgid "Photo approved"
930
+ msgstr ""
931
+
932
+ #: wppa-ajax.php:1835
933
+ #, php-format
934
+ msgid "Your recently uploaded photo %s in album %s has been approved"
935
+ msgstr ""
936
+
937
+ #: wppa-ajax.php:1843 wppa-ajax.php:1891 wppa-comment-admin.php:186
938
+ #: wppa-photo-admin-autosave.php:2520 wppa-photo-admin-autosave.php:2715
939
+ #: wppa-settings-autosave.php:7010 wppa-settings-autosave.php:7861
940
+ #: wppa-settings-autosave.php:9899 wppa-settings-autosave.php:9939
941
+ #: wppa-settings-autosave.php:9961 wppa-settings-autosave.php:10007
942
+ msgid "Status"
943
+ msgstr ""
944
+
945
+ #: wppa-ajax.php:1854 wppa-ajax.php:2589
946
  msgid "Unbalanced tags in photo description!"
947
  msgstr ""
948
 
949
+ #: wppa-ajax.php:1860
950
  msgid "Photo order #"
951
  msgstr ""
952
 
953
+ #: wppa-ajax.php:1865
954
  #, php-format
955
  msgid "User %s does not exists"
956
  msgstr ""
957
 
958
+ #: wppa-ajax.php:1874
959
  msgid "Link url"
960
  msgstr ""
961
 
962
+ #: wppa-ajax.php:1877
963
  msgid "Link title"
964
  msgstr ""
965
 
966
+ #: wppa-ajax.php:1880
967
  msgid "Link target"
968
  msgstr ""
969
 
970
+ #: wppa-ajax.php:1886 wppa-multitag-widget.php:34 wppa-multitag-widget.php:66
971
  #: wppa-tagcloud-widget.php:34 wppa-tagcloud-widget.php:63
972
  msgid "Photo Tags"
973
  msgstr ""
974
 
975
+ #: wppa-ajax.php:1894
 
 
 
 
 
 
 
 
976
  msgid "HTML Alt"
977
  msgstr ""
978
 
979
+ #: wppa-ajax.php:1898
980
  msgid "Video width"
981
  msgstr ""
982
 
983
+ #: wppa-ajax.php:1900 wppa-ajax.php:1907
984
  msgid "Please enter an integer value >= 0"
985
  msgstr ""
986
 
987
+ #: wppa-ajax.php:1905
988
  msgid "Video height"
989
  msgstr ""
990
 
991
+ #: wppa-ajax.php:1923 wppa-ajax.php:1956 wppa-ajax.php:1991
992
  #, php-format
993
  msgid "%s of video %s updated"
994
  msgstr ""
995
 
996
+ #: wppa-ajax.php:1926 wppa-ajax.php:1959 wppa-ajax.php:1994
997
  #, php-format
998
  msgid "%s of photo %s updated"
999
  msgstr ""
1000
 
1001
+ #: wppa-ajax.php:1930
1002
  #, php-format
1003
  msgid "An error occurred while trying to update %s of photo %s"
1004
  msgstr ""
1005
 
1006
+ #: wppa-ajax.php:1968
1007
  msgid "Delete date/time"
1008
  msgstr ""
1009
 
1010
+ #: wppa-ajax.php:2000
1011
  #, php-format
1012
  msgid "Scheduled deletion of photo %s cancelled"
1013
  msgstr ""
1014
 
1015
+ #: wppa-ajax.php:2003
1016
  msgid "No rights"
1017
  msgstr ""
1018
 
1019
+ #: wppa-ajax.php:2029
1020
  #, php-format
1021
  msgid "Custom field %s of photo %s updated"
1022
  msgstr ""
1023
 
1024
+ #: wppa-ajax.php:2036
1025
  msgid "Error during upload."
1026
  msgstr ""
1027
 
1028
+ #: wppa-ajax.php:2070
1029
  msgid "Photo files updated."
1030
  msgstr ""
1031
 
1032
+ #: wppa-ajax.php:2075
1033
  msgid "Could not update files."
1034
  msgstr ""
1035
 
1036
+ #: wppa-ajax.php:2086
1037
  #, php-format
1038
  msgid "Stereo mode updated in %d milliseconds"
1039
  msgstr ""
1040
 
1041
+ #: wppa-ajax.php:2103 wppa-ajax.php:2145
1042
  msgid "You do not have the rights to update settings"
1043
  msgstr ""
1044
 
1045
+ #: wppa-ajax.php:2139
1046
  msgid "You do not have the rights to update photo of the day settings"
1047
  msgstr ""
1048
 
1049
+ #: wppa-ajax.php:2217
1050
  msgid "Capability granted"
1051
  msgstr ""
1052
 
1053
+ #: wppa-ajax.php:2222
1054
  msgid "Capability withdrawn"
1055
  msgstr ""
1056
 
1057
+ #: wppa-ajax.php:2240 wppa-ajax.php:3120
1058
  #, php-format
1059
  msgid "Setting %s updated to %s"
1060
  msgstr ""
1061
 
1062
+ #: wppa-ajax.php:2273 wppa-ajax.php:2274
1063
+ msgid "Failed to save code"
1064
+ msgstr ""
1065
+
1066
+ #: wppa-ajax.php:2298
1067
  msgid "Column width."
1068
  msgstr ""
1069
 
1070
+ #: wppa-ajax.php:2301
1071
  msgid "Initial width."
1072
  msgstr ""
1073
 
1074
+ #: wppa-ajax.php:2304
1075
  msgid "Full size."
1076
  msgstr ""
1077
 
1078
+ #: wppa-ajax.php:2307
1079
  msgid "Max height."
1080
  msgstr ""
1081
 
1082
+ #: wppa-ajax.php:2312
1083
  msgid "Thumbnail size."
1084
  msgstr ""
1085
 
1086
+ #: wppa-ajax.php:2316
1087
  msgid "Thumbnail frame width"
1088
  msgstr ""
1089
 
1090
+ #: wppa-ajax.php:2320
1091
  msgid "Thumbnail frame height"
1092
  msgstr ""
1093
 
1094
+ #: wppa-ajax.php:2323
1095
  msgid "Thumbnail Spacing"
1096
  msgstr ""
1097
 
1098
+ #: wppa-ajax.php:2326
1099
  msgid "Photocount treshold."
1100
  msgstr ""
1101
 
1102
+ #: wppa-ajax.php:2329
1103
  msgid "Thumb page size."
1104
  msgstr ""
1105
 
1106
+ #: wppa-ajax.php:2332 wppa-ajax.php:2335
1107
  msgid "Cover photo size."
1108
  msgstr ""
1109
 
1110
+ #: wppa-ajax.php:2338
1111
  msgid "Album page size."
1112
  msgstr ""
1113
 
1114
+ #: wppa-ajax.php:2341
1115
  msgid "Number of TopTen photos"
1116
  msgstr ""
1117
 
1118
+ #: wppa-ajax.php:2344
1119
  msgid "Widget image thumbnail size"
1120
  msgstr ""
1121
 
1122
+ #: wppa-ajax.php:2347 wppa-settings-autosave.php:1117
1123
  msgid "Max Cover width"
1124
  msgstr ""
1125
 
1126
+ #: wppa-ajax.php:2350
1127
  msgid "Minimal description height"
1128
  msgstr ""
1129
 
1130
+ #: wppa-ajax.php:2353
1131
  msgid "Minimal cover height"
1132
  msgstr ""
1133
 
1134
+ #: wppa-ajax.php:2356
1135
  msgid "Minimal text frame height"
1136
  msgstr ""
1137
 
1138
+ #: wppa-ajax.php:2359 wppa-settings-autosave.php:1445
1139
  msgid "Border width"
1140
  msgstr ""
1141
 
1142
+ #: wppa-ajax.php:2362 wppa-settings-autosave.php:788
1143
+ #: wppa-settings-autosave.php:1454
1144
  msgid "Border radius"
1145
  msgstr ""
1146
 
1147
+ #: wppa-ajax.php:2365 wppa-settings-autosave.php:799
1148
  msgid "Box spacing"
1149
  msgstr ""
1150
 
1151
+ #: wppa-ajax.php:2371 wppa-settings-autosave.php:1092
1152
  msgid "Popup size"
1153
  msgstr ""
1154
 
1155
+ #: wppa-ajax.php:2374
1156
  msgid "Fullsize border width"
1157
  msgstr ""
1158
 
1159
+ #: wppa-ajax.php:2377
1160
  msgid "Lightbox Bordersize"
1161
  msgstr ""
1162
 
1163
+ #: wppa-ajax.php:2380
1164
  msgid "Lightbox Borderwidth"
1165
  msgstr ""
1166
 
1167
+ #: wppa-ajax.php:2383
1168
  msgid "Lightbox Borderradius"
1169
  msgstr ""
1170
 
1171
+ #: wppa-ajax.php:2386
1172
  msgid "Number of Comment widget entries"
1173
  msgstr ""
1174
 
1175
+ #: wppa-ajax.php:2389
1176
  msgid "Comment Widget image thumbnail size"
1177
  msgstr ""
1178
 
1179
+ #: wppa-ajax.php:2392 wppa-ajax.php:2395 wppa-ajax.php:2398
1180
  msgid "Opacity."
1181
  msgstr ""
1182
 
1183
+ #: wppa-ajax.php:2407 wppa-settings-autosave.php:1254
1184
  msgid "Avatar size"
1185
  msgstr ""
1186
 
1187
+ #: wppa-ajax.php:2410 wppa-ajax.php:2413
1188
  msgid "Watermark opacity"
1189
  msgstr ""
1190
 
1191
+ #: wppa-ajax.php:2416 wppa-settings-autosave.php:1423
1192
  msgid "Number of text lines"
1193
  msgstr ""
1194
 
1195
+ #: wppa-ajax.php:2419 wppa-settings-autosave.php:4773
1196
  msgid "Overlay opacity"
1197
  msgstr ""
1198
 
1199
+ #: wppa-ajax.php:2422 wppa-settings-autosave.php:8486
1200
  msgid "Upload limit"
1201
  msgstr ""
1202
 
1203
+ #: wppa-ajax.php:2425 wppa-settings-autosave.php:4405
1204
  msgid "Notify inappropriate"
1205
  msgstr ""
1206
 
1207
+ #: wppa-ajax.php:2428
1208
  msgid "Dislike pending"
1209
  msgstr ""
1210
 
1211
+ #: wppa-ajax.php:2431
1212
  msgid "Dislike delete"
1213
  msgstr ""
1214
 
1215
+ #: wppa-ajax.php:2434 wppa-settings-autosave.php:7957
1216
  msgid "Max execution time"
1217
  msgstr ""
1218
 
1219
+ #: wppa-ajax.php:2440
1220
  msgid "myCRED / Cube Points"
1221
  msgstr ""
1222
 
1223
+ #: wppa-ajax.php:2443
1224
  msgid "JPG Image quality"
1225
  msgstr ""
1226
 
1227
+ #: wppa-ajax.php:2449 wppa-settings-autosave.php:4288
1228
  msgid "Number of coverphotos"
1229
  msgstr ""
1230
 
1231
+ #: wppa-ajax.php:2452 wppa-settings-autosave.php:4418
1232
  msgid "Dislike value"
1233
  msgstr ""
1234
 
1235
+ #: wppa-ajax.php:2455 wppa-settings-autosave.php:929
1236
  msgid "Slideshow pagesize"
1237
  msgstr ""
1238
 
1239
+ #: wppa-ajax.php:2458 wppa-settings-autosave.php:948
1240
  msgid "Slideonly max"
1241
  msgstr ""
1242
 
1243
+ #: wppa-ajax.php:2461 wppa-settings-autosave.php:817
1244
  msgid "Max Pagelinks"
1245
  msgstr ""
1246
 
1247
+ #: wppa-ajax.php:2478 wppa-settings-autosave.php:844
1248
  msgid "Sticky header size"
1249
  msgstr ""
1250
 
1251
+ #: wppa-ajax.php:2489
1252
  msgid "Could not clear ratings"
1253
  msgstr ""
1254
 
1255
+ #: wppa-ajax.php:2498
1256
  msgid "Viewcounts cleared"
1257
  msgstr ""
1258
 
1259
+ #: wppa-ajax.php:2501
1260
  msgid "Could not clear viewcounts"
1261
  msgstr ""
1262
 
1263
+ #: wppa-ajax.php:2511
1264
  msgid "IPTC data cleared"
1265
  msgstr ""
1266
 
1267
+ #: wppa-ajax.php:2512
1268
  msgid "Refresh this page to clear table X"
1269
  msgstr ""
1270
 
1271
+ #: wppa-ajax.php:2516
1272
  msgid "Could not clear IPTC data"
1273
  msgstr ""
1274
 
1275
+ #: wppa-ajax.php:2526
1276
  msgid "EXIF data cleared"
1277
  msgstr ""
1278
 
1279
+ #: wppa-ajax.php:2527
1280
  msgid "Refresh this page to clear table XI"
1281
  msgstr ""
1282
 
1283
+ #: wppa-ajax.php:2531
1284
  msgid "Could not clear EXIF data"
1285
  msgstr ""
1286
 
1287
+ #: wppa-ajax.php:2539
1288
  msgid "Recuperation performed"
1289
  msgstr ""
1290
 
1291
+ #: wppa-ajax.php:2554
1292
  msgid ""
1293
  "Illegal format. Please enter a 6 digit hexadecimal color value. Example: "
1294
  "#77bbff"
1295
  msgstr ""
1296
 
1297
+ #: wppa-ajax.php:2580
1298
  msgid "You just changed a setting that requires the recalculation of ratings."
1299
  msgstr ""
1300
 
1301
+ #: wppa-ajax.php:2581 wppa-ajax.php:3134
1302
  msgid "Please run the appropriate action in Table VIII."
1303
  msgstr ""
1304
 
1305
+ #: wppa-ajax.php:2605 wppa-ajax.php:2621
1306
  #, php-format
1307
  msgid "Unable to create or write to %s"
1308
  msgstr ""
1309
 
1310
+ #: wppa-ajax.php:2614
1311
  msgid "Source can not be inside the wppa folder."
1312
  msgstr ""
1313
 
1314
+ #: wppa-ajax.php:2631
1315
  msgid "The content must contain w#album"
1316
  msgstr ""
1317
 
1318
+ #: wppa-ajax.php:2638
1319
  msgid "The content must contain w#lat and w#lon"
1320
  msgstr ""
1321
 
1322
+ #: wppa-ajax.php:2686 wppa-ajax.php:2692
1323
  msgid "Members"
1324
  msgstr ""
1325
 
1326
+ #: wppa-ajax.php:2686
1327
  msgid "Parent of the member albums"
1328
  msgstr ""
1329
 
1330
+ #: wppa-ajax.php:2851
1331
  #, php-format
1332
  msgid "User %s has been blacklisted."
1333
  msgstr ""
1334
 
1335
+ #: wppa-ajax.php:2854 wppa-ajax.php:2884
1336
  #, php-format
1337
  msgid "User %s does not exist."
1338
  msgstr ""
1339
 
1340
+ #: wppa-ajax.php:2881
1341
  #, php-format
1342
  msgid "User %s is now superuser."
1343
  msgstr ""
1344
 
1345
+ #: wppa-ajax.php:2906
1346
  msgid ""
1347
  "The content of the Custom box has been changed to display the Fotomoto "
1348
  "toolbar."
1349
  msgstr ""
1350
 
1351
+ #: wppa-ajax.php:2910
1352
  msgid "The display of the custom box has been enabled"
1353
  msgstr ""
1354
 
1355
+ #: wppa-ajax.php:2921
1356
  msgid "The content of the Custom box has been changed to display maps."
1357
  msgstr ""
1358
 
1359
+ #: wppa-ajax.php:2925
1360
+ msgid "The display of the custom box has been enabled."
1361
+ msgstr ""
1362
+
1363
+ #: wppa-ajax.php:2930
1364
+ msgid ""
1365
+ "The Google maps API will be loaded on all pages to enable the use of Ajax "
1366
+ "page content changes that use maps."
1367
+ msgstr ""
1368
+
1369
+ #: wppa-ajax.php:3005
1370
  msgid ""
1371
  "You must run Table VIII-A13 and VIII-A14 first before you can switch to "
1372
  "encrypted urls."
1373
  msgstr ""
1374
 
1375
+ #: wppa-ajax.php:3008
1376
  msgid "Table IV-A3 will be switched off."
1377
  msgstr ""
1378
 
1379
+ #: wppa-ajax.php:3012
1380
  msgid "Table IV-A4 will be switched off."
1381
  msgstr ""
1382
 
1383
+ #: wppa-ajax.php:3022
1384
  msgid "Not allowed when cryptic links is active"
1385
  msgstr ""
1386
 
1387
+ #: wppa-ajax.php:3034
1388
  msgid "A Twitter account name must start with an at sign: @"
1389
  msgstr ""
1390
 
1391
+ #: wppa-ajax.php:3087
1392
  msgid "This path does not contain ImageMagick commands"
1393
  msgstr ""
1394
 
1395
+ #: wppa-ajax.php:3110
1396
  #, php-format
1397
  msgid "Failed to set %s to %s"
1398
  msgstr ""
1399
 
1400
+ #: wppa-ajax.php:3133
1401
  msgid ""
1402
  "You just changed a setting that requires the regeneration of thumbnails."
1403
  msgstr ""
1404
 
1405
+ #: wppa-ajax.php:3215
1406
  msgid "Missing album id"
1407
  msgstr ""
1408
 
1409
+ #: wppa-ajax.php:3235
1410
  msgid "You do not have the rights to delete this album"
1411
  msgstr ""
1412
 
1413
+ #: wppa-ajax.php:3256
1414
  msgid "An error has occurred"
1415
  msgstr ""
1416
 
1417
+ #: wppa-ajax.php:3292 wppa-ajax.php:3299
1418
  msgid "You may also enter:"
1419
  msgstr ""
1420
 
1421
+ #: wppa-ajax.php:3293 wppa-ajax.php:3300
1422
  msgid "You may also leave/set this blank"
1423
  msgstr ""
1424
 
1443
 
1444
  #: wppa-album-admin-autosave.php:77 wppa-album-admin-autosave.php:101
1445
  #: wppa-album-admin-autosave.php:122 wppa-album-admin-autosave.php:1140
1446
+ #: wppa-setup.php:1423
1447
  msgid "Edit photo information"
1448
  msgstr ""
1449
 
1471
  msgid "Manage Trashed Photos"
1472
  msgstr ""
1473
 
1474
+ #: wppa-album-admin-autosave.php:155 wppa-functions.php:4233
1475
+ #: wppa-settings-autosave.php:8334 wppa-wpdb-insert.php:367
1476
  msgid "New Album"
1477
  msgstr "Nyt Album"
1478
 
1479
+ #: wppa-album-admin-autosave.php:160 wppa-import.php:1694 wppa-import.php:1730
1480
+ #: wppa-import.php:2842
1481
  msgid "Could not create album."
1482
  msgstr ""
1483
 
1484
+ #: wppa-album-admin-autosave.php:168 wppa-import.php:1700 wppa-import.php:2850
1485
  msgid "Album #"
1486
  msgstr ""
1487
 
1488
+ #: wppa-album-admin-autosave.php:168 wppa-import.php:1700 wppa-import.php:2850
1489
  msgid "Added."
1490
  msgstr ""
1491
 
1539
  msgid "Album number:"
1540
  msgstr ""
1541
 
1542
+ #: wppa-album-admin-autosave.php:353 wppa-photo-admin-autosave.php:661
1543
  msgid "Crypt:"
1544
  msgstr ""
1545
 
1548
  msgstr ""
1549
 
1550
  #: wppa-album-admin-autosave.php:359 wppa-album-admin-autosave.php:365
1551
+ #: wppa-photo-admin-autosave.php:667 wppa-photo-admin-autosave.php:704
1552
  msgid "local time"
1553
  msgstr ""
1554
 
1555
+ #: wppa-album-admin-autosave.php:363 wppa-photo-admin-autosave.php:703
1556
  msgid "Modified:"
1557
  msgstr ""
1558
 
1559
+ #: wppa-album-admin-autosave.php:368 wppa-photo-admin-autosave.php:708
1560
+ #: wppa-photo-admin-autosave.php:2703
1561
  msgid "Not modified"
1562
  msgstr ""
1563
 
1577
  msgid "Clicks:"
1578
  msgstr ""
1579
 
1580
+ #: wppa-album-admin-autosave.php:395 wppa-photo-admin-autosave.php:673
1581
  msgid "Owned by:"
1582
  msgstr ""
1583
 
 
 
 
 
1584
  #: wppa-album-admin-autosave.php:438
1585
  msgid ""
1586
  "Album order # has only effect if you set the album sort order method to "
1587
  "<b>Order #</b> in the Photo Albums -> Settings screen.<br />"
1588
  msgstr ""
1589
 
1590
+ #: wppa-album-admin-autosave.php:444 wppa-tinymce-shortcodes.php:357
1591
+ #: wppa-tinymce-shortcodes.php:383 wppa-tinymce-shortcodes.php:571
1592
  msgid "Parent album:"
1593
  msgstr ""
1594
 
1601
  msgstr ""
1602
 
1603
  #: wppa-album-admin-autosave.php:487 wppa-album-admin-autosave.php:535
1604
+ #: wppa-settings-autosave.php:4069 wppa-settings-autosave.php:4198
1605
  #: wppa-thumbnail-widget.php:201
1606
  msgid "Order #"
1607
  msgstr ""
1608
 
1609
  #: wppa-album-admin-autosave.php:489 wppa-album-admin-autosave.php:534
1610
+ #: wppa-potd-admin.php:249 wppa-settings-autosave.php:4071
1611
+ #: wppa-settings-autosave.php:4200 wppa-thumbnail-widget.php:203
1612
  msgid "Random"
1613
  msgstr ""
1614
 
1615
+ #: wppa-album-admin-autosave.php:490 wppa-settings-autosave.php:4072
1616
  msgid "Rating mean value"
1617
  msgstr ""
1618
 
1619
  #: wppa-album-admin-autosave.php:491 wppa-bestof-widget.php:170
1620
+ #: wppa-settings-autosave.php:4073 wppa-topten-widget.php:357
1621
  msgid "Number of votes"
1622
  msgstr ""
1623
 
1624
  #: wppa-album-admin-autosave.php:492 wppa-album-admin-autosave.php:539
1625
+ #: wppa-comment-admin.php:185 wppa-settings-autosave.php:4074
1626
+ #: wppa-settings-autosave.php:4201
1627
  msgid "Timestamp"
1628
  msgstr ""
1629
 
1630
+ #: wppa-album-admin-autosave.php:493 wppa-settings-autosave.php:4075
1631
  msgid "EXIF Date"
1632
  msgstr ""
1633
 
1634
+ #: wppa-album-admin-autosave.php:494 wppa-settings-autosave.php:4076
1635
+ #: wppa-settings-autosave.php:4202
1636
  msgid "Order # desc"
1637
  msgstr ""
1638
 
1639
+ #: wppa-album-admin-autosave.php:495 wppa-settings-autosave.php:4077
1640
+ #: wppa-settings-autosave.php:4203
1641
  msgid "Name desc"
1642
  msgstr ""
1643
 
1644
+ #: wppa-album-admin-autosave.php:496 wppa-settings-autosave.php:4078
1645
  #: wppa-thumbnail-widget.php:204
1646
  msgid "Rating mean value desc"
1647
  msgstr ""
1648
 
1649
+ #: wppa-album-admin-autosave.php:497 wppa-settings-autosave.php:4079
1650
  #: wppa-thumbnail-widget.php:205
1651
  msgid "Number of votes desc"
1652
  msgstr ""
1653
 
1654
+ #: wppa-album-admin-autosave.php:498 wppa-settings-autosave.php:4080
1655
+ #: wppa-settings-autosave.php:4204 wppa-thumbnail-widget.php:206
1656
  msgid "Timestamp desc"
1657
  msgstr ""
1658
 
1659
+ #: wppa-album-admin-autosave.php:499 wppa-settings-autosave.php:4081
1660
  msgid "EXIF Date desc"
1661
  msgstr ""
1662
 
1686
 
1687
  #: wppa-album-admin-autosave.php:550 wppa-bestof-widget.php:182
1688
  #: wppa-bestof-widget.php:187 wppa-bestof-widget.php:192
1689
+ #: wppa-lasten-widget.php:219 wppa-settings-autosave.php:538
1690
+ #: wppa-settings-autosave.php:547 wppa-settings-autosave.php:556
1691
+ #: wppa-settings-autosave.php:567 wppa-settings-autosave.php:576
1692
+ #: wppa-settings-autosave.php:585 wppa-settings-autosave.php:594
1693
+ #: wppa-settings-autosave.php:603 wppa-settings-autosave.php:612
1694
+ #: wppa-settings-autosave.php:621 wppa-settings-autosave.php:630
1695
+ #: wppa-settings-autosave.php:639 wppa-settings-autosave.php:648
1696
+ #: wppa-settings-autosave.php:657 wppa-settings-autosave.php:666
1697
+ #: wppa-topten-widget.php:365 wppa-topten-widget.php:372
1698
+ #: wppa-topten-widget.php:380 wppa-topten-widget.php:385
1699
+ #: wppa-topten-widget.php:390 wppa-topten-widget.php:395
1700
+ #: wppa-topten-widget.php:400
1701
  msgid "no"
1702
  msgstr ""
1703
 
1704
  #: wppa-album-admin-autosave.php:553 wppa-bestof-widget.php:181
1705
  #: wppa-bestof-widget.php:186 wppa-bestof-widget.php:191
1706
+ #: wppa-lasten-widget.php:220 wppa-settings-autosave.php:538
1707
+ #: wppa-settings-autosave.php:547 wppa-settings-autosave.php:556
1708
+ #: wppa-settings-autosave.php:567 wppa-settings-autosave.php:576
1709
+ #: wppa-settings-autosave.php:585 wppa-settings-autosave.php:594
1710
+ #: wppa-settings-autosave.php:603 wppa-settings-autosave.php:612
1711
+ #: wppa-settings-autosave.php:621 wppa-settings-autosave.php:630
1712
+ #: wppa-settings-autosave.php:639 wppa-settings-autosave.php:648
1713
+ #: wppa-settings-autosave.php:657 wppa-settings-autosave.php:666
1714
+ #: wppa-settings-autosave.php:675 wppa-super-view-widget.php:85
1715
+ #: wppa-topten-widget.php:364 wppa-topten-widget.php:371
1716
+ #: wppa-topten-widget.php:379 wppa-topten-widget.php:384
1717
+ #: wppa-topten-widget.php:389 wppa-topten-widget.php:394
1718
+ #: wppa-topten-widget.php:399
1719
  msgid "yes"
1720
  msgstr ""
1721
 
1727
  msgid "--- default --- See Table IV-D6"
1728
  msgstr ""
1729
 
1730
+ #: wppa-album-admin-autosave.php:571 wppa-settings-autosave.php:2090
1731
+ #: wppa-settings-autosave.php:4268
1732
  msgid "Standard"
1733
  msgstr ""
1734
 
1735
+ #: wppa-album-admin-autosave.php:574 wppa-settings-autosave.php:4269
1736
  msgid "Long Descriptions"
1737
  msgstr ""
1738
 
1739
+ #: wppa-album-admin-autosave.php:577 wppa-settings-autosave.php:4270
1740
  msgid "Image Factory"
1741
  msgstr ""
1742
 
1743
+ #: wppa-album-admin-autosave.php:580 wppa-settings-autosave.php:4271
1744
  msgid "Standard mcr"
1745
  msgstr ""
1746
 
1747
+ #: wppa-album-admin-autosave.php:583 wppa-settings-autosave.php:4272
1748
  msgid "Long Descriptions mcr"
1749
  msgstr ""
1750
 
1751
+ #: wppa-album-admin-autosave.php:586 wppa-settings-autosave.php:4273
1752
  msgid "Image Factory mcr"
1753
  msgstr ""
1754
 
1764
  msgid "Set the upload limit (0 means unlimited)."
1765
  msgstr ""
1766
 
1767
+ #: wppa-album-admin-autosave.php:616 wppa-settings-autosave.php:6381
1768
+ #: wppa-settings-autosave.php:8493
1769
  msgid "for ever"
1770
  msgstr ""
1771
 
1772
  #: wppa-album-admin-autosave.php:617 wppa-album-admin-autosave.php:629
1773
+ #: wppa-settings-autosave.php:6382 wppa-settings-autosave.php:8494
1774
  msgid "per hour"
1775
  msgstr ""
1776
 
1777
  #: wppa-album-admin-autosave.php:618 wppa-album-admin-autosave.php:630
1778
+ #: wppa-settings-autosave.php:6383 wppa-settings-autosave.php:8495
1779
  msgid "per day"
1780
  msgstr ""
1781
 
1782
  #: wppa-album-admin-autosave.php:619 wppa-album-admin-autosave.php:631
1783
+ #: wppa-settings-autosave.php:6384 wppa-settings-autosave.php:8496
1784
  msgid "per week"
1785
  msgstr ""
1786
 
1787
  #: wppa-album-admin-autosave.php:620 wppa-album-admin-autosave.php:632
1788
+ #: wppa-settings-autosave.php:6385 wppa-settings-autosave.php:8497
1789
  msgid "per month"
1790
  msgstr ""
1791
 
1792
  #: wppa-album-admin-autosave.php:621 wppa-album-admin-autosave.php:633
1793
+ #: wppa-settings-autosave.php:6386 wppa-settings-autosave.php:8498
1794
  msgid "per year"
1795
  msgstr ""
1796
 
1806
  msgid "Watermark pos:"
1807
  msgstr ""
1808
 
1809
+ #: wppa-album-admin-autosave.php:663 wppa-photo-admin-autosave.php:920
1810
  msgid "Remark:"
1811
  msgstr ""
1812
 
1823
  msgid "Type the name of the album. Do not leave this empty."
1824
  msgstr ""
1825
 
1826
+ #: wppa-album-admin-autosave.php:713 wppa-functions.php:4273
1827
+ #: wppa-photo-admin-autosave.php:1673 wppa-photo-admin-autosave.php:1724
1828
  msgid "Description:"
1829
  msgstr ""
1830
 
1833
  msgstr ""
1834
 
1835
  #: wppa-album-admin-autosave.php:762
1836
+ msgid "Categories:"
1837
  msgstr ""
1838
 
1839
  #: wppa-album-admin-autosave.php:775
1861
  msgid "Link type:"
1862
  msgstr ""
1863
 
1864
+ #: wppa-album-admin-autosave.php:874 wppa-settings-autosave.php:8723
1865
  msgid "the sub-albums and thumbnails"
1866
  msgstr ""
1867
 
1868
+ #: wppa-album-admin-autosave.php:875 wppa-settings-autosave.php:8724
1869
  msgid "the sub-albums"
1870
  msgstr ""
1871
 
1872
+ #: wppa-album-admin-autosave.php:876 wppa-settings-autosave.php:8725
1873
  msgid "the thumbnails"
1874
  msgstr ""
1875
 
1876
+ #: wppa-album-admin-autosave.php:877 wppa-settings-autosave.php:8726
1877
  msgid "the album photos as slideshow"
1878
  msgstr ""
1879
 
1881
  msgid "the link page with a clean url"
1882
  msgstr ""
1883
 
1884
+ #: wppa-album-admin-autosave.php:879 wppa-settings-autosave.php:8727
1885
  msgid "no link at all"
1886
  msgstr ""
1887
 
1899
 
1900
  #: wppa-album-admin-autosave.php:901 wppa-bestof-widget.php:196
1901
  #: wppa-potd-admin.php:108 wppa-potd-admin.php:124 wppa-potd-admin.php:152
1902
+ #: wppa-slideshow-widget.php:223
1903
  msgid "Link to:"
1904
  msgstr ""
1905
 
1906
+ #: wppa-album-admin-autosave.php:907 wppa-settings-autosave.php:10600
1907
+ #: wppa-settings-autosave.php:10642 wppa-settings-autosave.php:10694
1908
  msgid "There are no pages (yet) to link to."
1909
  msgstr ""
1910
 
1911
+ #: wppa-album-admin-autosave.php:917 wppa-settings-autosave.php:466
1912
  msgid "--- the same page or post ---"
1913
  msgstr ""
1914
 
1944
  msgid "Add Inherit Cats"
1945
  msgstr ""
1946
 
1947
+ #: wppa-album-admin-autosave.php:996
1948
  msgid "Tag all photos in this album with the default tags."
1949
  msgstr ""
1950
 
1960
  msgid "Add default tags"
1961
  msgstr ""
1962
 
1963
+ #: wppa-album-admin-autosave.php:1011
1964
+ msgid "Schedule all photos in this album for later publishing."
1965
+ msgstr ""
1966
+
1967
  #: wppa-album-admin-autosave.php:1013
1968
  msgid "Schedule all"
1969
  msgstr ""
2026
  msgid "Moderate photo"
2027
  msgstr ""
2028
 
2029
+ #: wppa-album-admin-autosave.php:1178 wppa-functions.php:2470
2030
  #: wppa-photo-admin-autosave.php:25
2031
  msgid "Edit photo"
2032
  msgstr "N&aelig;ste billede"
2033
 
2034
+ #: wppa-album-admin-autosave.php:1198 wppa-boxes-html.php:1890
2035
+ #: wppa-boxes-html.php:1893
2036
  msgid "Delete Album"
2037
  msgstr ""
2038
 
2039
+ #: wppa-album-admin-autosave.php:1200 wppa-boxes-html.php:849
2040
+ #: wppa-breadcrumb.php:330 wppa-breadcrumb.php:354 wppa-breadcrumb.php:384
2041
+ #: wppa-breadcrumb.php:404 wppa-breadcrumb.php:498 wppa-breadcrumb.php:525
2042
+ #: wppa-breadcrumb.php:698 wppa-featen-widget.php:179
2043
  #: wppa-lasten-widget.php:203 wppa-slideshow-widget.php:199
2044
  #: wppa-thumbnail-widget.php:189 wppa-topten-widget.php:338
2045
  #: wppa-upload-widget.php:85 wppa-upload.php:187 wppa-upload.php:330
2063
  #: wppa-album-admin-autosave.php:1519 wppa-album-admin-autosave.php:1559
2064
  #: wppa-album-admin-autosave.php:1657 wppa-album-admin-autosave.php:1892
2065
  #: wppa-album-admin-autosave.php:1988 wppa-album-admin-autosave.php:2262
2066
+ #: wppa-boxes-html.php:964 wppa-comment-admin.php:142
2067
+ #: wppa-comment-admin.php:205 wppa-functions.php:2163 wppa-links.php:816
2068
+ #: wppa-links.php:834 wppa-photo-admin-autosave.php:2427
2069
+ #: wppa-photo-admin-autosave.php:2565 wppa-thumbnails.php:673
 
2070
  msgid "Delete"
2071
  msgstr "Slet"
2072
 
2074
  msgid "Move to:"
2075
  msgstr ""
2076
 
2077
+ #: wppa-album-admin-autosave.php:1216 wppa-photo-admin-autosave.php:3268
2078
+ #: wppa-settings-autosave.php:2990
2079
  msgid "Cancel"
2080
  msgstr ""
2081
 
2113
 
2114
  #: wppa-album-admin-autosave.php:1452 wppa-album-admin-autosave.php:1590
2115
  #: wppa-album-admin-autosave.php:1824 wppa-album-admin-autosave.php:1920
2116
+ #: wppa-photo-admin-autosave.php:2516 wppa-photo-admin-autosave.php:2711
2117
  msgid "ID"
2118
  msgstr ""
2119
 
2276
  "box above."
2277
  msgstr ""
2278
 
2279
+ #: wppa-album-admin-autosave.php:2448
2280
  msgid "Manage album order"
2281
  msgstr ""
2282
 
2283
+ #: wppa-album-admin-autosave.php:2452
2284
  msgid "Change sequence order by drag and drop, or use the up/down arrows."
2285
  msgstr ""
2286
 
2287
+ #: wppa-album-admin-autosave.php:2455
2288
  msgid "Do not leave this page unless the bar is entirely green."
2289
  msgstr ""
2290
 
2291
+ #: wppa-album-admin-autosave.php:2464 wppa-settings-autosave.php:8406
2292
+ #: wppa-settings-autosave.php:8417 wppa-stereo.php:31
2293
  msgid "Color"
2294
  msgstr ""
2295
 
2296
+ #: wppa-album-admin-autosave.php:2467
2297
  msgid "Meaning"
2298
  msgstr ""
2299
 
2300
+ #: wppa-album-admin-autosave.php:2477
2301
  msgid "Up to date"
2302
  msgstr ""
2303
 
2304
+ #: wppa-album-admin-autosave.php:2485
2305
  msgid "Updating"
2306
  msgstr ""
2307
 
2308
+ #: wppa-album-admin-autosave.php:2493
2309
  msgid "Needs update"
2310
  msgstr ""
2311
 
2312
+ #: wppa-album-admin-autosave.php:2501 wppa-maintenance.php:98
2313
+ #: wppa-upload.php:636
2314
  msgid "Error"
2315
  msgstr ""
2316
 
2317
+ #: wppa-album-admin-autosave.php:2721
2318
  msgid "To top"
2319
  msgstr ""
2320
 
2321
+ #: wppa-album-admin-autosave.php:2732
2322
  msgid "One up"
2323
  msgstr ""
2324
 
2325
+ #: wppa-album-admin-autosave.php:2743
2326
  msgid "One down"
2327
  msgstr ""
2328
 
2329
+ #: wppa-album-admin-autosave.php:2754
2330
  msgid "To bottom"
2331
  msgstr ""
2332
 
2333
+ #: wppa-album-admin-autosave.php:2765
2334
  msgid "Id:"
2335
  msgstr ""
2336
 
2337
+ #: wppa-album-admin-autosave.php:2766
2338
  msgid "Ord:"
2339
  msgstr ""
2340
 
2379
  msgstr[0] ""
2380
  msgstr[1] ""
2381
 
2382
+ #: wppa-album-covers.php:1535 wppa-boxes-html.php:1311 wppa-boxes-html.php:1629
2383
  #: wppa-breadcrumb.php:175 wppa-breadcrumb.php:181 wppa-breadcrumb.php:188
2384
+ #: wppa-breadcrumb.php:434 wppa-breadcrumb.php:436 wppa-breadcrumb.php:442
2385
+ #: wppa-breadcrumb.php:444 wppa-breadcrumb.php:452 wppa-breadcrumb.php:468
2386
+ #: wppa-breadcrumb.php:481 wppa-breadcrumb.php:487 wppa-utils.php:1560
2387
+ #: wppa-utils.php:1564 wppa-utils.php:2259
2388
  msgid "and"
2389
  msgstr "og"
2390
 
2396
  msgid "New"
2397
  msgstr "Ny"
2398
 
2399
+ #: wppa-album-covers.php:1860 wppa-boxes-html.php:873 wppa-non-admin.php:849
2400
+ #: wppa-settings-autosave.php:2352 wppa-settings-autosave.php:5789
2401
+ #: wppa-settings-autosave.php:8882
2402
  msgid "Slideshow"
2403
  msgstr "Slideshow"
2404
 
2406
  msgid "Browse photos"
2407
  msgstr "Se fotos"
2408
 
2409
+ #: wppa-album-covers.php:1898 wppa-breadcrumb.php:436 wppa-breadcrumb.php:444
2410
+ #: wppa-breadcrumb.php:481 wppa-breadcrumb.php:487
2411
  msgid "Category:"
2412
  msgid_plural "Categories:"
2413
  msgstr[0] ""
2437
  msgid "--- all separate albums ---"
2438
  msgstr ""
2439
 
2440
+ #: wppa-album-navigator-widget.php:102 wppa-common-functions.php:1758
2441
  #: wppa-items.php:492
2442
  msgid "--- owner/public ---"
2443
  msgstr "---ejer/offentlige---"
2448
 
2449
  #: wppa-album-navigator-widget.php:116 wppa-album-widget.php:345
2450
  #: wppa-album-widget.php:352 wppa-lasten-widget.php:236
2451
+ #: wppa-slideshow-widget.php:209 wppa-slideshow-widget.php:228
2452
+ #: wppa-slideshow-widget.php:235 wppa-slideshow-widget.php:242
2453
+ #: wppa-slideshow-widget.php:249 wppa-slideshow-widget.php:256
2454
  #: wppa-thumbnail-widget.php:227
2455
  msgid "no."
2456
  msgstr ""
2457
 
2458
  #: wppa-album-navigator-widget.php:117 wppa-album-widget.php:346
2459
  #: wppa-album-widget.php:353 wppa-lasten-widget.php:237
2460
+ #: wppa-slideshow-widget.php:210 wppa-slideshow-widget.php:229
2461
+ #: wppa-slideshow-widget.php:236 wppa-slideshow-widget.php:243
2462
+ #: wppa-slideshow-widget.php:250 wppa-slideshow-widget.php:257
2463
  #: wppa-thumbnail-widget.php:228
2464
  msgid "yes."
2465
  msgstr ""
2550
  msgid "Mean value"
2551
  msgstr ""
2552
 
2553
+ #: wppa-bestof-widget.php:174
2554
+ #, php-format
2555
+ msgid ""
2556
+ "Display the %1s best %2s based on ratings given during %3s and sorted by %4s"
2557
+ msgstr ""
2558
+
2559
  #: wppa-bestof-widget.php:178 wppa-potd-admin.php:132
2560
  #: wppa-topten-widget.php:376
2561
  msgid "Subtitle:"
2573
  msgid "Rating count:"
2574
  msgstr ""
2575
 
2576
+ #: wppa-bestof-widget.php:198 wppa-common-functions.php:1740
2577
+ #: wppa-import.php:1654 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:1801 wppa-settings-autosave.php:2006
2580
+ #: wppa-settings-autosave.php:3860 wppa-settings-autosave.php:3874
2581
+ #: wppa-settings-autosave.php:4015 wppa-settings-autosave.php:4068
2582
+ #: wppa-settings-autosave.php:4180 wppa-settings-autosave.php:4197
2583
+ #: wppa-settings-autosave.php:4310 wppa-settings-autosave.php:4647
2584
+ #: wppa-settings-autosave.php:5863 wppa-settings-autosave.php:6536
2585
+ #: wppa-settings-autosave.php:6696 wppa-settings-autosave.php:8290
2586
+ #: wppa-settings-autosave.php:8509 wppa-settings-autosave.php:8585
2587
+ #: wppa-settings-autosave.php:9554 wppa-settings-autosave.php:9711
2588
+ #: wppa-settings-autosave.php:9850 wppa-thumbnail-widget.php:200
2589
+ #: wppa-tinymce-shortcodes.php:627 wppa-watermark.php:590
2590
  msgid "--- none ---"
2591
  msgstr "--- ingen ---"
2592
 
2610
  msgid "All the authors photos, slideshow"
2611
  msgstr ""
2612
 
2613
+ #: wppa-boxes-html.php:139 wppa-boxes-html.php:280
2614
  msgid "Photo search results"
2615
  msgstr "Foto søgeresultater"
2616
 
2617
+ #: wppa-boxes-html.php:166 wppa-boxes-html.php:437
2618
+ msgid "Category"
2619
+ msgstr "Kategori"
2620
+
2621
+ #: wppa-boxes-html.php:183 wppa-common-functions.php:1746 wppa-items.php:483
2622
+ #: wppa-multitag-widget.php:76 wppa-multitag-widget.php:84
2623
+ #: wppa-slideshow-widget.php:199 wppa-tagcloud-widget.php:71
2624
+ #: wppa-tagcloud-widget.php:79
2625
+ msgid "--- all ---"
2626
+ msgstr "--- alle ---"
2627
+
2628
+ #: wppa-boxes-html.php:412 wppa-breadcrumb.php:163
2629
+ #: wppa-settings-autosave.php:371
2630
  msgid "Albums"
2631
  msgstr "Album"
2632
 
2633
+ #: wppa-boxes-html.php:418 wppa-breadcrumb.php:178
2634
  msgid "Photos"
2635
  msgstr "Foto's"
2636
 
2637
+ #: wppa-boxes-html.php:450 wppa-boxes-html.php:583
2638
+ #: wppa-settings-autosave.php:1694 wppa-settings-autosave.php:8405
2639
+ #: wppa-settings-autosave.php:8416
 
 
 
 
2640
  msgid "Text"
2641
  msgstr "Tekst"
2642
 
2643
+ #: wppa-boxes-html.php:466 wppa-boxes-html.php:520 wppa-boxes-html.php:666
2644
+ #: wppa-boxes-html.php:696
2645
  msgid "CTRL+Click to add/remove option."
2646
  msgstr "CTRL + Klik for at tilføje / fjerne mulighed."
2647
 
2648
+ #: wppa-boxes-html.php:467 wppa-boxes-html.php:521 wppa-boxes-html.php:667
2649
+ #: wppa-boxes-html.php:697
2650
  msgid "Items must meet all selected options."
2651
  msgstr "Elementer skal opfylde alle valgte indstillinger."
2652
 
2653
+ #: wppa-boxes-html.php:575 wppa-settings-autosave.php:9896
2654
+ #: wppa-settings-autosave.php:9936 wppa-settings-autosave.php:9958
2655
+ #: wppa-settings-autosave.php:10004
2656
  msgid "Tag"
2657
  msgstr "Tag"
2658
 
2659
+ #: wppa-boxes-html.php:591
2660
  msgid "Iptc"
2661
  msgstr "Iptc"
2662
 
2663
+ #: wppa-boxes-html.php:600
2664
  msgid "Exif"
2665
  msgstr "Exif"
2666
 
2667
+ #: wppa-boxes-html.php:798 wppa-boxes-html.php:877
2668
  msgid "Submit"
2669
  msgstr "Indsend"
2670
 
2671
+ #: wppa-boxes-html.php:840 wppa-super-view-widget.php:14
2672
  #: wppa-super-view-widget.php:64
2673
  msgid "Super View Photos"
2674
  msgstr "Super View Billeder"
2675
 
2676
+ #: wppa-boxes-html.php:865 wppa-settings-autosave.php:388
2677
+ #: wppa-settings-autosave.php:5023
2678
  msgid "Thumbnails"
2679
  msgstr "Miniatyrbilder"
2680
 
2681
+ #: wppa-boxes-html.php:975
2682
  msgid "No zipfiles available"
2683
  msgstr ""
2684
 
2685
+ #: wppa-boxes-html.php:1007
2686
  msgid "Tagged photos"
2687
  msgstr "Tagged fotos"
2688
 
2689
+ #: wppa-boxes-html.php:1021
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:1081
2694
  msgid "Multi Tagged photos"
2695
  msgstr "Multi Tagged billeder"
2696
 
2697
+ #: wppa-boxes-html.php:1096
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:1141
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:1172
2706
  msgid "And"
2707
  msgstr "og"
2708
 
2709
+ #: wppa-boxes-html.php:1183
2710
  msgid "Or"
2711
  msgstr "Eller"
2712
 
2713
+ #: wppa-boxes-html.php:1198
2714
  msgid "Inverse selection"
2715
  msgstr "Invertér udvalg"
2716
 
2717
+ #: wppa-boxes-html.php:1251
2718
  msgid "Find!"
2719
  msgstr "Find!"
2720
 
2721
+ #: wppa-boxes-html.php:1282
2722
  msgid "Social media landing page"
2723
  msgstr "Sociale medier destinationsside"
2724
 
2725
+ #: wppa-boxes-html.php:1312 wppa-utils.php:1564
2726
  #, php-format
2727
  msgid "See this image on %s"
2728
  msgstr "Se dette billed p&aring; %s"
2729
 
2730
+ #: wppa-boxes-html.php:1341 wppa-boxes-html.php:1649 wppa-qr-widget.php:47
2731
  msgid "QR code"
2732
  msgstr "QR kode"
2733
 
2734
+ #: wppa-boxes-html.php:1386 wppa-boxes-html.php:1681
2735
  #, php-format
2736
  msgid "Tweet %s on Twitter"
2737
  msgstr "Tweet %s p&aring; Twitter"
2738
 
2739
+ #: wppa-boxes-html.php:1393 wppa-boxes-html.php:1688
2740
  msgid "Share on Twitter"
2741
  msgstr "Del på Twitter"
2742
 
2743
+ #: wppa-boxes-html.php:1406 wppa-boxes-html.php:1701
2744
  #, php-format
2745
  msgid "Share %s on Google+"
2746
  msgstr "Del %s p&aring; Google+"
2747
 
2748
+ #: wppa-boxes-html.php:1413 wppa-boxes-html.php:1709
2749
  msgid "Share on Google+"
2750
  msgstr "Del på Google+"
2751
 
2752
+ #: wppa-boxes-html.php:1428
2753
  #, php-format
2754
  msgid "Share %s on Pinterest"
2755
  msgstr "Del %s p&aring; Pinterest"
2756
 
2757
+ #: wppa-boxes-html.php:1438
2758
  msgid "Share on Pinterest"
2759
  msgstr "Del på Pinterest"
2760
 
2761
+ #: wppa-boxes-html.php:1470
2762
+ #, php-format
2763
+ msgid "Share %s on LinkedIn"
2764
+ msgstr ""
2765
+
2766
+ #: wppa-boxes-html.php:1586 wppa-boxes-html.php:1785
2767
  msgid "Comment on Facebook:"
2768
  msgstr "Kommentar på Facebook:"
2769
 
2770
+ #: wppa-boxes-html.php:1630
2771
  #, php-format
2772
  msgid "See this article on %s"
2773
  msgstr ""
2774
 
2775
+ #: wppa-boxes-html.php:1888 wppa-import.php:1341
2776
  msgid "Working..."
2777
  msgstr "Arbejder…"
2778
 
2779
+ #: wppa-boxes-html.php:1985
2780
  msgid "Create Sub Album"
2781
  msgstr ""
2782
 
2783
+ #: wppa-boxes-html.php:1985
2784
  msgid "Create Album"
2785
  msgstr "Opret album"
2786
 
2787
+ #: wppa-boxes-html.php:2033
2788
  msgid "Enter album name."
2789
  msgstr "Indtast albummets navn."
2790
 
2791
+ #: wppa-boxes-html.php:2035 wppa-boxes-html.php:3047
2792
  msgid "Don't leave this blank!"
2793
  msgstr "Lad ikke dette tomt!"
2794
 
2795
+ #: wppa-boxes-html.php:2056
2796
  msgid "Enter album description"
2797
  msgstr "Indtast album beskrivelse"
2798
 
2799
+ #: wppa-boxes-html.php:2084
2800
  msgid "Create album"
2801
  msgstr "Opret album"
2802
 
2803
+ #: wppa-boxes-html.php:2244 wppa-boxes-html.php:2258 wppa-functions.php:4507
2804
  msgid "Max uploads reached"
2805
  msgstr "Maks. antal indsendinger er opn&aring;et"
2806
 
2807
+ #: wppa-boxes-html.php:2323 wppa-upload.php:210
2808
  msgid "Upload Photo"
2809
  msgstr "Indsend foto"
2810
 
2811
+ #: wppa-boxes-html.php:2398
2812
  msgid "Enter album id"
2813
  msgstr ""
2814
 
2815
+ #: wppa-boxes-html.php:2427
2816
  msgid "Select Photo / Video / Camera"
2817
  msgstr ""
2818
 
2819
+ #: wppa-boxes-html.php:2430
2820
  msgid "Select Photo / Camera"
2821
  msgstr ""
2822
 
2823
+ #: wppa-boxes-html.php:2435
2824
  msgid "Select Photo / Video"
2825
  msgstr ""
2826
 
2827
+ #: wppa-boxes-html.php:2438
2828
  msgid "Select Photo"
2829
  msgstr ""
2830
 
2831
+ #: wppa-boxes-html.php:2445
2832
  msgid "Select Photos / Video / Camera"
2833
  msgstr ""
2834
 
2835
+ #: wppa-boxes-html.php:2448
2836
  msgid "Select Photos / Camera"
2837
  msgstr ""
2838
 
2839
+ #: wppa-boxes-html.php:2453
2840
  msgid "Select Photos / Video"
2841
  msgstr ""
2842
 
2843
+ #: wppa-boxes-html.php:2456
2844
  msgid "Select Photos"
2845
  msgstr ""
2846
 
2847
+ #: wppa-boxes-html.php:2506
2848
  #, php-format
2849
  msgid "You may upload %d photo"
2850
  msgid_plural ""
2853
  msgstr[0] ""
2854
  msgstr[1] ""
2855
 
2856
+ #: wppa-boxes-html.php:2515
2857
  #, php-format
2858
+ msgid "Min photo size: %d pixels"
2859
  msgstr ""
2860
 
2861
+ #: wppa-boxes-html.php:2522
2862
  #, php-format
2863
+ msgid "Max photo size: %d pixels"
2864
  msgstr ""
2865
 
2866
+ #: wppa-boxes-html.php:2530
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:2560 wppa-import.php:577 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:2582 wppa-import.php:581 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:2610
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
  "som photoname hvis tilgængelig, ellers det oprindelige filnavn vil blive "
2889
  "brugt som foto navn."
2890
 
2891
+ #: wppa-boxes-html.php:2615
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
  "photoname hvis tilgængelig, ellers det oprindelige filnavn vil blive brugt "
2898
  "som foto navn."
2899
 
2900
+ #: wppa-boxes-html.php:2620
2901
  msgid "If you leave this blank, \"Photo photoid\" will be used as photo name."
2902
  msgstr ""
2903
 
2904
+ #: wppa-boxes-html.php:2626
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:2631 wppa-settings-autosave.php:1740
2912
  msgid "Photo name"
2913
  msgstr ""
2914
 
2915
+ #: wppa-boxes-html.php:2649
2916
  msgid "Photo description"
2917
  msgstr ""
2918
 
2919
+ #: wppa-boxes-html.php:2677
2920
  msgid "hidden"
2921
  msgstr "skjult"
2922
 
2923
+ #: wppa-boxes-html.php:2748
2924
  msgid "Preview tags:"
2925
  msgstr "Eksempel tags:"
2926
 
2927
+ #: wppa-boxes-html.php:2769
2928
  msgid "Blog it?"
2929
  msgstr ""
2930
 
2931
+ #: wppa-boxes-html.php:2779 wppa-boxes-html.php:2854
2932
  msgid "Upload and blog"
2933
  msgstr ""
2934
 
2935
+ #: wppa-boxes-html.php:2783 wppa-boxes-html.php:2854
2936
  msgid "Upload photo"
2937
  msgstr "Upload foto"
2938
 
2939
+ #: wppa-boxes-html.php:2807
2940
  msgid "Post title:"
2941
  msgstr ""
2942
 
2943
+ #: wppa-boxes-html.php:2817
2944
  msgid "Text BEFORE the image:"
2945
  msgstr ""
2946
 
2947
+ #: wppa-boxes-html.php:2827
2948
  msgid "Text AFTER the image:"
2949
  msgstr ""
2950
 
2951
+ #: wppa-boxes-html.php:2847
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:2919
2956
  msgid "Processing..."
2957
  msgstr ""
2958
 
2959
+ #: wppa-boxes-html.php:2924 wppa-import.php:153
2960
  msgid "Done!"
2961
  msgstr ""
2962
 
2963
+ #: wppa-boxes-html.php:2932
2964
  msgid "ERROR: unable to upload files."
2965
  msgstr "FEJL: ude af stand til at uploade filer."
2966
 
2967
+ #: wppa-boxes-html.php:2986
2968
  msgid "Edit Album Info"
2969
  msgstr ""
2970
 
2971
+ #: wppa-boxes-html.php:3045
2972
  msgid "Enter album name"
2973
  msgstr "Indtast albummets navn"
2974
 
2975
+ #: wppa-boxes-html.php:3067
2976
  msgid "Album description:"
2977
  msgstr "Album beskrivelse:"
2978
 
2979
+ #: wppa-boxes-html.php:3121
2980
  msgid "Update album"
2981
  msgstr "Opdater album"
2982
 
2983
+ #: wppa-boxes-html.php:3190
2984
  msgid "wrote:"
2985
  msgstr "skrev:"
2986
 
2987
+ #: wppa-boxes-html.php:3252
2988
  msgid "Avatar"
2989
  msgstr "Profilbillede"
2990
 
2991
+ #: wppa-boxes-html.php:3304 wppa-links.php:860
2992
  msgid "Awaiting moderation"
2993
  msgstr "Venter p&aring; godkendelse"
2994
 
2995
+ #: wppa-boxes-html.php:3307
2996
  msgid "Marked as spam"
2997
  msgstr "Markeret som spam"
2998
 
2999
+ #: wppa-boxes-html.php:3331
3000
  msgid "Edit!"
3001
  msgstr "Rediger!"
3002
 
3003
+ #: wppa-boxes-html.php:3335
3004
  msgid "Send!"
3005
  msgstr "Send"
3006
 
3007
+ #: wppa-boxes-html.php:3396
3008
  msgid "Your name:"
3009
  msgstr "Dit navn"
3010
 
3011
+ #: wppa-boxes-html.php:3411
3012
  msgid "Your email:"
3013
  msgstr "Din email"
3014
 
3015
+ #: wppa-boxes-html.php:3427
3016
  msgid "Your comment:"
3017
  msgstr "Din kommentar"
3018
 
3019
+ #: wppa-boxes-html.php:3471
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:3474
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:3486 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:3490
3036
  msgid "Leave a comment"
3037
  msgstr "Skriv en kommentar"
3038
 
3039
+ #: wppa-boxes-html.php:3587
3040
  msgid "Show IPTC data"
3041
  msgstr "Vis IPTC data"
3042
 
3043
+ #: wppa-boxes-html.php:3598
3044
  msgid "Hide IPTC data"
3045
  msgstr "Skjul IPTC data"
3046
 
3047
+ #: wppa-boxes-html.php:3646
3048
  msgid "No IPTC data"
3049
  msgstr "Ingen IPTC data"
3050
 
3051
+ #: wppa-boxes-html.php:3698
3052
  msgid "Show EXIF data"
3053
  msgstr "Vis EXIF data"
3054
 
3055
+ #: wppa-boxes-html.php:3709
3056
  msgid "Hide EXIF data"
3057
  msgstr "Skjul EXIF data"
3058
 
3059
+ #: wppa-boxes-html.php:3761
3060
  msgid "No EXIF data"
3061
  msgstr "Ingen EXIF data"
3062
 
3063
+ #: wppa-boxes-html.php:3875 wppa-boxes-html.php:3880
3064
  msgid "< Previous"
3065
  msgstr "< Forrige"
3066
 
3067
+ #: wppa-boxes-html.php:3886 wppa-boxes-html.php:3891
3068
  msgid "Next >"
3069
  msgstr "Næste >"
3070
 
3071
+ #: wppa-boxes-html.php:3993 wppa-boxes-html.php:4072
3072
  msgid "See the authors albums"
3073
  msgstr "Se forfatternes album"
3074
 
3075
+ #: wppa-boxes-html.php:3997 wppa-boxes-html.php:4005 wppa-boxes-html.php:4076
3076
  msgid "See the authors photos"
3077
  msgstr "Se forfatternes billeder"
3078
 
3079
+ #: wppa-boxes-html.php:4001 wppa-boxes-html.php:4009 wppa-boxes-html.php:4080
3080
  msgid "See all the authors photos"
3081
  msgstr "Se alle forfatternes billeder"
3082
 
3083
+ #: wppa-boxes-html.php:4035
3084
  #, php-format
3085
  msgid "Photo by: %s"
3086
  msgstr "Foto af: %s"
3087
 
3088
+ #: wppa-boxes-html.php:4038 wppa-boxes-html.php:4101
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:4042 wppa-boxes-html.php:4105 wppa-non-admin.php:1013
3096
  #: wppa-topten-widget.php:208 wppa-topten-widget.php:225
3097
  #: wppa-topten-widget.php:261
3098
  #, php-format
3101
  msgstr[0] ""
3102
  msgstr[1] ""
3103
 
3104
+ #: wppa-boxes-html.php:4046
3105
  #, php-format
3106
  msgid "Rating: %4.2f."
3107
  msgstr ""
3108
 
3109
+ #: wppa-boxes-html.php:4054
3110
  #, php-format
3111
  msgid "Photo %s not found."
3112
  msgstr "Foto %s ikke fundet."
3113
 
3114
+ #: wppa-boxes-html.php:4109
3115
  #, php-format
3116
  msgid "Mean value: %4.2f."
3117
  msgstr "Middelværdi: %4.2f."
3118
 
3119
+ #: wppa-boxes-html.php:4463
3120
  msgid "Refresh"
3121
  msgstr "Opdater"
3122
 
3124
  msgid "Post:"
3125
  msgstr "Indlæg:"
3126
 
3127
+ #: wppa-breadcrumb.php:125 wppa-breadcrumb.php:723
3128
  msgid "Page:"
3129
  msgstr "Side:"
3130
 
3160
  msgid "with exif tag:"
3161
  msgstr "med exif tag:"
3162
 
3163
+ #: wppa-breadcrumb.php:211 wppa-breadcrumb.php:259 wppa-breadcrumb.php:317
3164
+ #: wppa-breadcrumb.php:341 wppa-breadcrumb.php:366 wppa-breadcrumb.php:391
3165
+ #: wppa-breadcrumb.php:411 wppa-breadcrumb.php:424 wppa-breadcrumb.php:439
3166
+ #: wppa-breadcrumb.php:465 wppa-breadcrumb.php:484 wppa-breadcrumb.php:505
3167
  msgid "View the thumbnails"
3168
  msgstr "Se miniatyrbilder"
3169
 
3176
  msgid "Searchstring:"
3177
  msgstr "S&oslash;gestreng:"
3178
 
3179
+ #: wppa-breadcrumb.php:248
3180
+ msgid "in category:"
3181
+ msgstr ""
3182
+
3183
+ #: wppa-breadcrumb.php:270 wppa-breadcrumb.php:288
3184
  msgid "Photos by EXIF date"
3185
  msgstr "Fotos efter EXIF dato"
3186
 
3187
+ #: wppa-breadcrumb.php:274 wppa-breadcrumb.php:292
3188
  msgid "Photos by date of upload"
3189
  msgstr "Billeder efter dato for upload"
3190
 
3191
+ #: wppa-breadcrumb.php:278 wppa-breadcrumb.php:296
3192
  msgid "Photos by date last modified"
3193
  msgstr "Billeder efter dato for sidste ændring"
3194
 
3195
+ #: wppa-breadcrumb.php:308 wppa-breadcrumb.php:320
3196
  #, php-format
3197
  msgid "Photos by %s"
3198
  msgstr "Fotos af %s"
3199
 
3200
+ #: wppa-breadcrumb.php:327 wppa-breadcrumb.php:351 wppa-breadcrumb.php:381
3201
+ #: wppa-breadcrumb.php:401 wppa-breadcrumb.php:520
3202
  msgid "Various albums"
3203
  msgstr "Forskellige album"
3204
 
3205
+ #: wppa-breadcrumb.php:330 wppa-breadcrumb.php:354 wppa-breadcrumb.php:384
3206
+ #: wppa-breadcrumb.php:404 wppa-breadcrumb.php:525 wppa-lasten-widget.php:211
3207
  msgid "Albums:"
3208
  msgstr "Album:"
3209
 
3210
+ #: wppa-breadcrumb.php:334 wppa-breadcrumb.php:344
3211
  msgid "Top rated photos"
3212
  msgstr "Top fotos"
3213
 
3214
+ #: wppa-breadcrumb.php:359 wppa-breadcrumb.php:370
3215
  msgid "Recently modified photos"
3216
  msgstr "Nyligt modificerede fotos"
3217
 
3218
+ #: wppa-breadcrumb.php:362 wppa-breadcrumb.php:373
3219
  msgid "Recently uploaded photos"
3220
  msgstr "Nyligt kommenterede fotos"
3221
 
3222
+ #: wppa-breadcrumb.php:388 wppa-breadcrumb.php:394 wppa-comment-widget.php:40
3223
  msgid "Recently commented photos"
3224
  msgstr "Nyligt kommenterede fotos"
3225
 
3226
+ #: wppa-breadcrumb.php:408 wppa-breadcrumb.php:414 wppa-featen-widget.php:38
3227
  msgid "Featured photos"
3228
  msgstr "Top fotos"
3229
 
3230
+ #: wppa-breadcrumb.php:421 wppa-breadcrumb.php:427
3231
  msgid "Related photos"
3232
  msgstr "Relaterede billeder"
3233
 
3234
+ #: wppa-breadcrumb.php:434 wppa-breadcrumb.php:442 wppa-breadcrumb.php:452
3235
+ #: wppa-breadcrumb.php:468
3236
  msgid "Tagged photos:"
3237
  msgstr "Tagged fotos:"
3238
 
3239
+ #: wppa-breadcrumb.php:434 wppa-breadcrumb.php:436 wppa-breadcrumb.php:442
3240
+ #: wppa-breadcrumb.php:444 wppa-breadcrumb.php:452 wppa-breadcrumb.php:468
3241
+ #: wppa-breadcrumb.php:481 wppa-breadcrumb.php:487
3242
  msgid "or"
3243
  msgstr "eller"
3244
 
3245
+ #: wppa-breadcrumb.php:435 wppa-breadcrumb.php:443
3246
  msgid "From albums with"
3247
  msgstr ""
3248
 
3249
+ #: wppa-breadcrumb.php:454 wppa-breadcrumb.php:470
3250
  msgid "out of various albums"
3251
  msgstr ""
3252
 
3253
+ #: wppa-breadcrumb.php:457 wppa-breadcrumb.php:473
3254
  msgid "Inverted"
3255
  msgstr "Invers"
3256
 
3257
+ #: wppa-breadcrumb.php:502 wppa-breadcrumb.php:508
3258
  msgid "Recently updated albums"
3259
  msgstr "Nyligt opdaterede albums"
3260
 
3261
+ #: wppa-breadcrumb.php:518
3262
  #, php-format
3263
  msgid "Various albums by %s"
3264
  msgstr "Forskellige album af %s"
3265
 
3266
+ #: wppa-breadcrumb.php:549 wppa-breadcrumb.php:564
3267
  msgid "Thumbnail view"
3268
  msgstr "Miniaturevisning"
3269
 
3270
+ #: wppa-breadcrumb.php:721
3271
  msgid "Unpublished"
3272
  msgstr "Ikke publiceret"
3273
 
3274
+ #: wppa-breadcrumb.php:751
3275
  msgid "Found photos will meet the search criteria as follows:"
3276
  msgstr "Fundet fotos vil opfylde søgekriterierne som følger:"
3277
 
3278
+ #: wppa-breadcrumb.php:754
3279
  msgid "AND"
3280
  msgstr "OG"
3281
 
3282
+ #: wppa-breadcrumb.php:758
3283
  msgid "OR"
3284
  msgstr "ELLER"
3285
 
3296
  msgid "Qty:"
3297
  msgstr ""
3298
 
3299
+ #: wppa-comment-admin.php:41 wppa-settings-autosave.php:6539
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3300
  msgid "all"
3301
  msgstr ""
3302
 
3303
+ #: wppa-comment-admin.php:42
3304
  msgid "pending"
3305
  msgstr ""
3306
 
3307
+ #: wppa-comment-admin.php:43
3308
  msgid "approved"
3309
  msgstr ""
3310
 
3311
+ #: wppa-comment-admin.php:44
3312
  msgid "spam"
3313
  msgstr ""
3314
 
3315
+ #: wppa-comment-admin.php:51
3316
+ msgid "Filter"
3317
  msgstr ""
3318
 
3319
+ #: wppa-comment-admin.php:92 wppa-comment-admin.php:182 wppa-non-admin.php:854
3320
+ msgid "Photo"
3321
+ msgstr "Foto"
 
 
 
 
3322
 
3323
+ #: wppa-comment-admin.php:139 wppa-comment-admin.php:204 wppa-links.php:814
3324
+ #: wppa-links.php:831
3325
+ msgid "Approve"
3326
  msgstr ""
3327
 
3328
+ #: wppa-comment-admin.php:140 wppa-comment-admin.php:147
3329
+ #: wppa-photo-admin-autosave.php:853 wppa-photo-admin-autosave.php:886
3330
+ #: wppa-photo-admin-autosave.php:2063 wppa-photo-admin-autosave.php:2072
3331
+ #: wppa-photo-admin-autosave.php:2442 wppa-photo-admin-autosave.php:2675
3332
+ #: wppa-photo-admin-autosave.php:2687
3333
+ msgid "Pending"
3334
  msgstr ""
3335
 
3336
+ #: wppa-comment-admin.php:141 wppa-comment-admin.php:157
3337
+ #: wppa-photo-admin-autosave.php:2065 wppa-photo-admin-autosave.php:2074
3338
+ msgid "Spam"
3339
  msgstr ""
3340
 
3341
+ #: wppa-comment-admin.php:152 wppa-photo-admin-autosave.php:2064
3342
+ #: wppa-photo-admin-autosave.php:2073
3343
+ msgid "Approved"
3344
  msgstr ""
3345
 
3346
+ #: wppa-comment-admin.php:183
3347
+ msgid "User"
3348
  msgstr ""
3349
 
3350
+ #: wppa-comment-admin.php:184
3351
+ msgid "User email"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3352
  msgstr ""
3353
 
3354
+ #: wppa-comment-admin.php:187
3355
+ msgid "Comment"
3356
  msgstr ""
3357
 
3358
+ #: wppa-comment-admin.php:383
3359
+ msgid "Photo Albums -> Moderate Comment"
3360
  msgstr ""
3361
 
3362
+ #: wppa-comment-admin.php:384
3363
+ msgid "Photo Albums -> Comment admin"
3364
  msgstr ""
3365
 
3366
+ #: wppa-comment-admin.php:393 wppa-comment-admin.php:394
3367
+ #: wppa-common-functions.php:622 wppa-functions.php:4948
3368
+ #: wppa-settings-autosave.php:6829 wppa-settings-autosave.php:6830
3369
+ #, php-format
3370
+ msgid "%d minute"
3371
+ msgid_plural "%d minutes"
3372
+ msgstr[0] ""
3373
+ msgstr[1] ""
3374
 
3375
+ #: wppa-comment-admin.php:395 wppa-common-functions.php:626
3376
+ #: wppa-functions.php:4944 wppa-settings-autosave.php:6831
3377
+ #: wppa-settings-autosave.php:8300
3378
+ #, php-format
3379
+ msgid "%d hour"
3380
+ msgid_plural "%d hours"
3381
+ msgstr[0] ""
3382
+ msgstr[1] ""
3383
 
3384
+ #: wppa-comment-admin.php:396 wppa-common-functions.php:630
3385
+ #: wppa-functions.php:4940 wppa-settings-autosave.php:6832
3386
+ #: wppa-settings-autosave.php:8301 wppa-settings-autosave.php:8302
3387
+ #: wppa-settings-autosave.php:8303 wppa-settings-autosave.php:8304
3388
+ #: wppa-settings-autosave.php:8305 wppa-settings-autosave.php:8306
3389
+ #: wppa-settings-autosave.php:8308 wppa-settings-autosave.php:8309
3390
+ #: wppa-settings-autosave.php:8310 wppa-settings-autosave.php:9614
3391
+ #, php-format
3392
+ msgid "%d day"
3393
+ msgid_plural "%d days"
3394
+ msgstr[0] ""
3395
+ msgstr[1] ""
3396
 
3397
+ #: wppa-comment-admin.php:397 wppa-common-functions.php:634
3398
+ #: wppa-functions.php:4936 wppa-settings-autosave.php:6833
3399
+ #: wppa-settings-autosave.php:8307 wppa-settings-autosave.php:8311
3400
+ #: wppa-settings-autosave.php:8312 wppa-settings-autosave.php:8313
3401
+ #: wppa-settings-autosave.php:9615
3402
  #, php-format
3403
+ msgid "%d week"
3404
+ msgid_plural "%d weeks"
3405
+ msgstr[0] ""
3406
+ msgstr[1] ""
3407
 
3408
+ #: wppa-comment-admin.php:405
3409
+ msgid "Total:"
3410
+ msgstr ""
3411
 
3412
+ #: wppa-comment-admin.php:410
3413
+ msgid "Approved:"
 
 
 
3414
  msgstr ""
3415
 
3416
+ #: wppa-comment-admin.php:415
3417
+ msgid "Pending:"
 
3418
  msgstr ""
3419
 
3420
+ #: wppa-comment-admin.php:420
3421
+ msgid "Spam:"
 
3422
  msgstr ""
3423
 
3424
+ #: wppa-comment-admin.php:427
3425
+ msgid "Auto deleted spam:"
3426
  msgstr ""
3427
 
3428
+ #: wppa-comment-admin.php:429
3429
+ #, php-format
3430
+ msgid ""
3431
+ "Comments marked as spam will be deleted when they are entered longer than %s "
3432
+ "ago."
3433
  msgstr ""
3434
 
3435
  #: wppa-comment-widget.php:14
3440
  msgid "Comments on Photos"
3441
  msgstr ""
3442
 
3443
+ #: wppa-comment-widget.php:73 wppa-non-admin.php:983 wppa-thumbnails.php:504
3444
  msgid "wrote"
3445
  msgstr "skrev"
3446
 
3447
  #: wppa-comment-widget.php:87 wppa-featen-widget.php:137
3448
+ #: wppa-lasten-widget.php:148 wppa-non-admin.php:984 wppa-non-admin.php:989
3449
+ #: wppa-non-admin.php:994 wppa-non-admin.php:998 wppa-non-admin.php:1005
3450
+ #: wppa-non-admin.php:1015 wppa-potd-widget.php:159
3451
  #: wppa-thumbnail-widget.php:114 wppa-topten-widget.php:269
3452
  msgid "Photo not found"
3453
  msgstr "Foto ikke fundet"
3454
 
3455
+ #: wppa-comment-widget.php:93 wppa-non-admin.php:985
3456
  msgid "There are no commented photos (yet)"
3457
  msgstr ""
3458
 
3459
+ #: wppa-common-functions.php:618 wppa-functions.php:4952
3460
  #, php-format
3461
  msgid "%d second"
3462
  msgid_plural "%d seconds"
3463
  msgstr[0] ""
3464
  msgstr[1] ""
3465
 
3466
+ #: wppa-common-functions.php:638 wppa-settings-autosave.php:8314
3467
+ #: wppa-settings-autosave.php:9616 wppa-settings-autosave.php:9617
3468
+ #: wppa-settings-autosave.php:9618 wppa-settings-autosave.php:9619
3469
+ #: wppa-settings-autosave.php:9620 wppa-settings-autosave.php:9622
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3470
  #, php-format
3471
  msgid "%d month"
3472
  msgid_plural "%d months"
3473
  msgstr[0] ""
3474
  msgstr[1] ""
3475
 
3476
+ #: wppa-common-functions.php:641 wppa-settings-autosave.php:9621
3477
+ #: wppa-settings-autosave.php:9623
3478
  #, php-format
3479
  msgid "%d year"
3480
  msgid_plural "%d years"
3481
  msgstr[0] ""
3482
  msgstr[1] ""
3483
 
3484
+ #: wppa-common-functions.php:1409
3485
  #, php-format
3486
  msgid ""
3487
  "Based on your server memory limit you should not upload images larger then "
3490
  "Baseret på din server hukommelse grænse bør du ikke uploade billeder større "
3491
  "derefter <strong>%d x %d (% 2.1f MP)</strong>"
3492
 
3493
+ #: wppa-common-functions.php:1734
3494
  msgid "- select an album -"
3495
  msgstr "- vælg et album -"
3496
 
3497
+ #: wppa-common-functions.php:1752
 
 
 
 
 
 
 
3498
  msgid "--- generic ---"
3499
  msgstr "--- generisk ---"
3500
 
3501
+ #: wppa-common-functions.php:1769
3502
  msgid "--- multiple see below ---"
3503
  msgstr "--- multipel se nedenfor ---"
3504
 
3505
+ #: wppa-common-functions.php:1775
3506
  msgid "--- a selection box ---"
3507
  msgstr "--- et valgboksen ---"
3508
 
3509
+ #: wppa-common-functions.php:1826 wppa-import.php:1655 wppa-items.php:474
3510
+ #: wppa-settings-autosave.php:8509 wppa-settings-autosave.php:8585
3511
  msgid "--- separate ---"
3512
  msgstr "--- adskille ---"
3513
 
3514
+ #: wppa-common-functions.php:1944
3515
  msgid "Photo id ="
3516
  msgstr "Foto id ="
3517
 
3518
+ #: wppa-common-functions.php:1944
3519
  msgid "Value ="
3520
  msgstr "Værdi ="
3521
 
3579
  msgid "n.a."
3580
  msgstr "n.a."
3581
 
3582
+ #: wppa-exif-iptc-common.php:239 wppa-utils.php:2540
3583
  msgid "Not Defined"
3584
  msgstr "Ikke Defineret"
3585
 
3586
+ #: wppa-exif-iptc-common.php:240 wppa-utils.php:2541
3587
  msgid "Manual"
3588
  msgstr "Manual"
3589
 
3590
+ #: wppa-exif-iptc-common.php:241 wppa-utils.php:2542
3591
  msgid "Program AE"
3592
  msgstr "Program AE"
3593
 
3594
+ #: wppa-exif-iptc-common.php:242 wppa-utils.php:2543
3595
  msgid "Aperture-priority AE"
3596
  msgstr "Bl&aelig;ndeprioriteret AE"
3597
 
3598
+ #: wppa-exif-iptc-common.php:243 wppa-utils.php:2544
3599
  msgid "Shutter speed priority AE"
3600
  msgstr "Lukkerhastighedsprioritet AE"
3601
 
3602
+ #: wppa-exif-iptc-common.php:244 wppa-utils.php:2545
3603
  msgid "Creative (Slow speed)"
3604
  msgstr "Kreativ (Langsom hastighed)"
3605
 
3606
+ #: wppa-exif-iptc-common.php:245 wppa-utils.php:2546
3607
  msgid "Action (High speed)"
3608
  msgstr "Handling (h&oslash;j hastighed)"
3609
 
3610
+ #: wppa-exif-iptc-common.php:246 wppa-utils.php:2547
3611
  msgid "Portrait"
3612
  msgstr "Portr&aelig;t"
3613
 
3614
+ #: wppa-exif-iptc-common.php:247 wppa-utils.php:2548
3615
  msgid "Landscape"
3616
  msgstr "Landskab"
3617
 
3618
+ #: wppa-exif-iptc-common.php:248 wppa-utils.php:2549
3619
  msgid "Bulb"
3620
  msgstr "Bulb"
3621
 
3622
+ #: wppa-exif-iptc-common.php:270 wppa-utils.php:2550
3623
  msgid "Average"
3624
  msgstr "gennemsnitlig"
3625
 
3626
+ #: wppa-exif-iptc-common.php:271 wppa-utils.php:2551
3627
  msgid "Center-weighted average"
3628
  msgstr "Centerv&aelig;gtet gennemsnit"
3629
 
3630
+ #: wppa-exif-iptc-common.php:272 wppa-utils.php:2552
3631
  msgid "Spot"
3632
  msgstr "Spot"
3633
 
3634
+ #: wppa-exif-iptc-common.php:273 wppa-utils.php:2553
3635
  msgid "Multi-spot"
3636
  msgstr "Multi-spot"
3637
 
3638
+ #: wppa-exif-iptc-common.php:274 wppa-utils.php:2554
3639
  msgid "Multi-segment"
3640
  msgstr "Multi-segment"
3641
 
3642
+ #: wppa-exif-iptc-common.php:275 wppa-utils.php:2555
3643
  msgid "Partial"
3644
  msgstr "Delvist"
3645
 
3646
+ #: wppa-exif-iptc-common.php:276 wppa-settings-autosave.php:5040
3647
+ #: wppa-utils.php:2556
3648
  msgid "Other"
3649
  msgstr "Andet"
3650
 
3651
+ #: wppa-exif-iptc-common.php:312 wppa-utils.php:2557
3652
  msgid "No Flash"
3653
  msgstr "Ingen blitz"
3654
 
3655
+ #: wppa-exif-iptc-common.php:314 wppa-utils.php:2558
3656
  msgid "Fired"
3657
  msgstr "Afskudt"
3658
 
3659
+ #: wppa-exif-iptc-common.php:316 wppa-utils.php:2559
3660
  msgid "Fired, Return not detected"
3661
  msgstr "Afskudt, returnering er ikke opdaget "
3662
 
3663
+ #: wppa-exif-iptc-common.php:318 wppa-utils.php:2560
3664
  msgid "Fired, Return detected"
3665
  msgstr "Afskudt, returnering er opdaget "
3666
 
3667
+ #: wppa-exif-iptc-common.php:320 wppa-utils.php:2561
3668
  msgid "On, Did not fire"
3669
  msgstr "Tilsluttet, afsk&oslash;d ikke"
3670
 
3671
+ #: wppa-exif-iptc-common.php:322 wppa-utils.php:2562
3672
  msgid "On, Fired"
3673
  msgstr "Tilsluttet, afskudt"
3674
 
3675
+ #: wppa-exif-iptc-common.php:324 wppa-utils.php:2563
3676
  msgid "On, Return not detected"
3677
  msgstr "Tilsluttet, returnering er ikke opdaget "
3678
 
3679
+ #: wppa-exif-iptc-common.php:326 wppa-utils.php:2564
3680
  msgid "On, Return detected"
3681
  msgstr "Tilsluttet, returnering er opdaget "
3682
 
3683
+ #: wppa-exif-iptc-common.php:328 wppa-utils.php:2565
3684
  msgid "Off, Did not fire"
3685
  msgstr "Slukket, afsk&oslash;d ikke"
3686
 
3687
+ #: wppa-exif-iptc-common.php:330 wppa-utils.php:2566
3688
  msgid "Off, Did not fire, Return not detected"
3689
  msgstr "Slukket, afsk&oslash;d ikke, returnering er ikke opdaget "
3690
 
3691
+ #: wppa-exif-iptc-common.php:332 wppa-utils.php:2567
3692
  msgid "Auto, Did not fire"
3693
  msgstr "Automatisk, afsk&oslash;d ikke"
3694
 
3695
+ #: wppa-exif-iptc-common.php:334 wppa-utils.php:2568
3696
  msgid "Auto, Fired"
3697
  msgstr "Automatisk, afskudt"
3698
 
3699
+ #: wppa-exif-iptc-common.php:336 wppa-utils.php:2569
3700
  msgid "Auto, Fired, Return not detected"
3701
  msgstr "Automatisk, afskudt, returnering er ikke opdaget "
3702
 
3703
+ #: wppa-exif-iptc-common.php:338 wppa-utils.php:2570
3704
  msgid "Auto, Fired, Return detected"
3705
  msgstr "Automatisk, afskudt, returnering er opdaget "
3706
 
3707
+ #: wppa-exif-iptc-common.php:340 wppa-utils.php:2571
3708
  msgid "No flash function"
3709
  msgstr "Ingen blitz funktion"
3710
 
3711
+ #: wppa-exif-iptc-common.php:342 wppa-utils.php:2572
3712
  msgid "Off, No flash function"
3713
  msgstr "Slukket, ingen blitz funktion"
3714
 
3715
+ #: wppa-exif-iptc-common.php:344 wppa-utils.php:2573
3716
  msgid "Fired, Red-eye reduction"
3717
  msgstr "Afskudt, R&oslash;d-&oslash;je reduktion"
3718
 
3719
+ #: wppa-exif-iptc-common.php:346 wppa-utils.php:2574
3720
  msgid "Fired, Red-eye reduction, Return not detected"
3721
  msgstr "Afskudt, R&oslash;d-&oslash;je reduktion, returnering er ikke opdaget "
3722
 
3723
+ #: wppa-exif-iptc-common.php:348 wppa-utils.php:2575
3724
  msgid "Fired, Red-eye reduction, Return detected"
3725
  msgstr "Afskudt, R&oslash;d-&oslash;je reduktion, returnering er opdaget "
3726
 
3727
+ #: wppa-exif-iptc-common.php:350 wppa-utils.php:2576
3728
  msgid "On, Red-eye reduction"
3729
  msgstr "Tilstuttet, R&oslash;d-&oslash;je reduktion"
3730
 
3731
+ #: wppa-exif-iptc-common.php:352 wppa-utils.php:2577
3732
  msgid "Red-eye reduction, Return not detected"
3733
  msgstr "R&oslash;d-&oslash;je reduktion, returnering er ikke opdaget "
3734
 
3735
+ #: wppa-exif-iptc-common.php:354 wppa-utils.php:2578
3736
  msgid "On, Red-eye reduction, Return detected"
3737
  msgstr "Tilstuttet, R&oslash;d-&oslash;je reduktion, returnering er opdaget "
3738
 
3739
+ #: wppa-exif-iptc-common.php:356 wppa-utils.php:2579
3740
  msgid "Off, Red-eye reduction"
3741
  msgstr "Slukket, R&oslash;d-&oslash;je reduktion"
3742
 
3743
+ #: wppa-exif-iptc-common.php:358 wppa-utils.php:2580
3744
  msgid "Auto, Did not fire, Red-eye reduction"
3745
  msgstr "Automatisk, Afsk&oslash;d ikke, R&oslash;d-&oslash;je reduktion"
3746
 
3747
+ #: wppa-exif-iptc-common.php:360 wppa-utils.php:2581
3748
  msgid "Auto, Fired, Red-eye reduction"
3749
  msgstr "Automatisk, Afskudt, R&oslash;d-&oslash;je reduktion"
3750
 
3751
+ #: wppa-exif-iptc-common.php:362 wppa-utils.php:2582
3752
  msgid "Auto, Fired, Red-eye reduction, Return not detected"
3753
  msgstr ""
3754
  "Automatisk, Afskudt, R&oslash;d-&oslash;je reduktion, returnering er ikke "
3755
  "opdaget "
3756
 
3757
+ #: wppa-exif-iptc-common.php:364 wppa-utils.php:2583
3758
  msgid "Auto, Fired, Red-eye reduction, Return detected"
3759
  msgstr ""
3760
  "Automatisk, Afskudt, R&oslash;d-&oslash;je reduktion, returnering er opdaget "
3770
  "information)</span>:"
3771
  msgstr ""
3772
 
3773
+ #: wppa-export.php:66 wppa-settings-autosave.php:6257
3774
  msgid "Export"
3775
  msgstr ""
3776
 
3859
  msgid "Featured Photos"
3860
  msgstr ""
3861
 
3862
+ #: wppa-featen-widget.php:115 wppa-non-admin.php:988
3863
  msgid "View the featured photos"
3864
  msgstr ""
3865
 
3866
+ #: wppa-featen-widget.php:146 wppa-non-admin.php:990
3867
  msgid "There are no featured photos (yet)"
3868
  msgstr ""
3869
 
3870
+ #: wppa-filter.php:515
3871
  #, php-format
3872
  msgid "Photo %d does not exist"
3873
  msgstr ""
3874
 
3875
+ #: wppa-filter.php:519
3876
  msgid "Missing photo id"
3877
  msgstr ""
3878
 
3879
+ #: wppa-functions.php:690
3880
  msgid "No related photos found."
3881
  msgstr "Ingen relaterede billeder fundet."
3882
 
3883
+ #: wppa-functions.php:1070
3884
  #, php-format
3885
  msgid ""
3886
  "There are %s albums found. Only the first %s will be shown. Please refine "
3889
  "Der er %s album fundet. Kun den første %s vil blive vist. Venligst forfine "
3890
  "dine søgekriterier."
3891
 
3892
+ #: wppa-functions.php:2160 wppa-links.php:809 wppa-links.php:826
3893
  #: wppa-thumbnails.php:671
3894
  msgid "Are you sure you want to remove this photo?"
3895
  msgstr "Er du sikker p&aring;, at du vil fjerne dette foto"
3896
 
3897
+ #: wppa-functions.php:2187 wppa-thumbnails.php:652
3898
  msgid "Are you sure you want to add this photo to your zip?"
3899
  msgstr ""
3900
 
3901
+ #: wppa-functions.php:2190 wppa-thumbnails.php:655
3902
  msgid "MyChoice"
3903
  msgstr ""
3904
 
3905
+ #: wppa-functions.php:2278
3906
  #, php-format
3907
  msgid "%d dislike"
3908
  msgid_plural "%d dislikes"
3909
  msgstr[0] ""
3910
  msgstr[1] ""
3911
 
3912
+ #: wppa-functions.php:2280
3913
  msgid "including mine"
3914
  msgstr "herunder minen"
3915
 
3916
+ #: wppa-functions.php:2403
3917
+ msgid ""
3918
+ "Sorry, you gave a wrong answer.\\n\\nPlease try again to solve the "
3919
+ "computation."
3920
+ msgstr ""
3921
+ "Beklager, du gav et forkert svar.\\n\\nPr&oslash;v venligst igen, at "
3922
+ "l&oslash;se beregningen."
3923
+
3924
+ #: wppa-functions.php:2409
3925
+ msgid "Sorry, your comment is not accepted."
3926
+ msgstr ""
3927
+
3928
+ #: wppa-functions.php:2417
3929
  msgid "Comment edited"
3930
  msgstr "Kommentarer redigeret"
3931
 
3932
+ #: wppa-functions.php:2428
3933
  msgid "Photo comment"
3934
  msgstr "Foto kommentar"
3935
 
3936
+ #: wppa-functions.php:2445
3937
  msgid "Comment on photo:"
3938
  msgstr "Kommentar til billeder"
3939
 
3940
+ #: wppa-functions.php:2460
3941
  msgid "wrote on photo"
3942
  msgstr "Se fotos"
3943
 
3944
+ #: wppa-functions.php:2462
3945
+ msgid "Reply"
3946
+ msgstr "Besvar"
3947
+
3948
+ #: wppa-functions.php:2464
3949
  msgid "Moderate comment admin"
3950
  msgstr "Godkend kommentar administration"
3951
 
3952
+ #: wppa-functions.php:2467 wppa-functions.php:4748 wppa-import.php:1574
3953
+ #: wppa-upload.php:611
3954
  msgid "Moderate manage photo"
3955
  msgstr "Se fotos"
3956
 
3957
+ #: wppa-functions.php:2481
3958
  msgid "You receive this email as you are assigned to moderate"
3959
  msgstr "Du modtager denne e-mail, fordi du er sat til at godkende"
3960
 
3961
+ #: wppa-functions.php:2493
3962
  msgid "You receive this email as administrator of the site"
3963
  msgstr ""
3964
  "Du modtager denne e-mail, fordi du er administrator p&aring; hjemmesiden"
3965
 
3966
+ #: wppa-functions.php:2510
3967
  msgid "You receive this email as uploader of the photo"
3968
  msgstr "Du modtager denne e-mail, fordi du indsendte et foto"
3969
 
3970
+ #: wppa-functions.php:2527
3971
  msgid "You receive this email as owner of the album"
3972
  msgstr "Du modtager denne e-mail, fordi du er ejer af albumet"
3973
 
3974
+ #: wppa-functions.php:2544
3975
  msgid "You receive this email because you commented this photo earlier."
3976
  msgstr ""
3977
  "Du modtager denne e-mail, fordi du kommenterede dette billede tidligere."
3978
 
3979
+ #: wppa-functions.php:2570
3980
  msgid "Comment added"
3981
  msgstr "Kommentar tilføjet"
3982
 
3983
+ #: wppa-functions.php:2582
 
 
 
 
 
 
 
 
3984
  msgid "Could not process comment.\\nProbably timed out."
3985
  msgstr "Kommentar kunne ikke bearbejdes"
3986
 
3987
+ #: wppa-functions.php:2709 wppa-links.php:1682
3988
  msgid "A video can not be printed or downloaded"
3989
  msgstr "En video kan ikke udskrives eller downloades"
3990
 
3991
+ #: wppa-functions.php:3247
3992
  msgid "ERROR: Illegal attempt to enter a rating."
3993
  msgstr "FEJL: Ulovlig forsøg på at indtaste en rating."
3994
 
3995
+ #: wppa-functions.php:3260
3996
  msgid "ERROR: Illegal attempt to enter a comment."
3997
  msgstr "FEJL: Ulovlig forsøg på at indtaste en kommentar."
3998
 
3999
+ #: wppa-functions.php:4236
4000
  msgid "ERROR: Illegal attempt to create an album."
4001
  msgstr "FEJL: Ulovlig forsøg på at skabe et album."
4002
 
4003
+ #: wppa-functions.php:4244
4004
  msgid "Wrong captcha, please try again"
4005
  msgstr "Forkert captcha, prøv igen"
4006
 
4007
+ #: wppa-functions.php:4260
4008
  #, php-format
4009
  msgid "Album #%s created"
4010
  msgstr "Album #%s oprettet"
4011
 
4012
+ #: wppa-functions.php:4271
4013
+ #, php-format
4014
+ msgid "User %s created album #%s with name %s."
4015
+ msgstr ""
 
 
 
4016
 
4017
+ #: wppa-functions.php:4282
4018
+ #, php-format
4019
+ msgid "The new album is a subalbum of album %s"
4020
+ msgstr ""
4021
+
4022
+ #: wppa-functions.php:4284
4023
+ msgid ""
4024
+ "You are receiving this email because you are assigned to monitor new album "
4025
+ "creations."
4026
+ msgstr ""
4027
+
4028
+ #: wppa-functions.php:4285
4029
+ msgid "New useralbum created"
4030
+ msgstr ""
4031
+
4032
+ #: wppa-functions.php:4291
4033
+ msgid "Could not create album"
4034
+ msgstr "Kunne ikke oprette album"
4035
+
4036
+ #: wppa-functions.php:4303
4037
+ msgid "ERROR: Illegal attempt to upload a file."
4038
+ msgstr "FEJL: Ulovlig forsøg på at uploade en fil."
4039
+
4040
+ #: wppa-functions.php:4387
4041
  #, php-format
4042
  msgid "%d photo successfully uploaded"
4043
  msgid_plural "%d photos successfully uploaded"
4044
  msgstr[0] ""
4045
  msgstr[1] ""
4046
 
4047
+ #: wppa-functions.php:4392
4048
  msgid "Photo upload"
4049
  msgstr "Foto upload"
4050
 
4051
+ #: wppa-functions.php:4396
4052
  #, php-format
4053
  msgid "%s points added"
4054
  msgstr ""
4055
 
4056
+ #: wppa-functions.php:4402
4057
  msgid "Your post is awaiting moderation."
4058
  msgstr ""
4059
 
4060
+ #: wppa-functions.php:4405
4061
  msgid "Your post is published."
4062
  msgstr ""
4063
 
4064
+ #: wppa-functions.php:4413
4065
  msgid "Upload failed"
4066
  msgstr "Indl&aelig;sning fejlede"
4067
 
4068
+ #: wppa-functions.php:4416
4069
  #, php-format
4070
  msgid "%d upload failed"
4071
  msgid_plural "%d uploads failed"
4072
  msgstr[0] ""
4073
  msgstr[1] ""
4074
 
4075
+ #: wppa-functions.php:4513
4076
  msgid "Error during upload"
4077
  msgstr "Fejl under upload"
4078
 
4079
+ #: wppa-functions.php:4569
4080
  msgid "Could not insert media into db."
4081
  msgstr ""
4082
 
4083
+ #: wppa-functions.php:4613
4084
  msgid "Uploaded file is not an image"
4085
  msgstr "Uploaded fil er ikke et billede"
4086
 
4087
+ #: wppa-functions.php:4619
4088
  #, php-format
4089
  msgid "Only gif, jpg and png image files are supported. Returned info = %s."
4090
  msgstr ""
4091
 
4092
+ #: wppa-functions.php:4627
4093
  #, php-format
4094
+ msgid "Uploaded file is smaller than the allowed minimum of %d pixels."
4095
  msgstr ""
4096
 
4097
+ #: wppa-functions.php:4636
4098
  #, php-format
4099
+ msgid "Uploaded file is larger than the allowed maximum of %d pixels."
4100
+ msgstr ""
4101
 
4102
+ #: wppa-functions.php:4644
4103
  #, php-format
4104
  msgid "Uploaded file %s already exists in this album."
4105
  msgstr "Uploadet fil %s findes allerede i dette album."
4106
 
4107
+ #: wppa-functions.php:4654
4108
  #, php-format
4109
  msgid "The image is too big. Max photo size: %d x %d (%2.1f MegaPixel)"
4110
  msgstr ""
4111
  "Billedet er for stort. Maks. foto st&oslash;rrelse: %d x %d (%2.1f MegaPixel)"
4112
 
4113
+ #: wppa-functions.php:4697
4114
  msgid "Could not insert photo into db."
4115
  msgstr "Kunne ikke inds&aelig;tte foto i databasen."
4116
 
4117
+ #: wppa-functions.php:4744 wppa-import.php:1570 wppa-upload.php:607
4118
  #, php-format
4119
  msgid "New photo uploaded: %s"
4120
  msgstr "Nyt foto indsendt: %s"
4121
 
4122
+ #: wppa-functions.php:4745 wppa-import.php:1571 wppa-upload.php:608
4123
  #, php-format
4124
  msgid "User %1$s uploaded photo %2$s into album %3$s"
4125
  msgstr "Bruger %1$s indsendte foto %2$s ind i album %3$s"
4126
 
4127
+ #: wppa-functions.php:4747 wppa-import.php:1573 wppa-upload.php:610
4128
  msgid "This upload requires moderation"
4129
  msgstr "Denne indsendelse kr&aelig;ver godkendelse"
4130
 
4131
+ #: wppa-functions.php:4751 wppa-import.php:1577 wppa-upload.php:614
4132
  msgid "Details:"
4133
  msgstr "Detaljer:"
4134
 
4135
+ #: wppa-functions.php:4752 wppa-import.php:1578 wppa-upload.php:615
4136
+ #: wppa-utils.php:825 wppa-utils.php:837
4137
  msgid "Manage photo"
4138
  msgstr "Se fotos"
4139
 
4140
+ #: wppa-functions.php:4933
4141
  msgid "You can upload after"
4142
  msgstr "Du kan indsende efter"
4143
 
4144
+ #: wppa-functions.php:4977 wppa-functions.php:4981 wppa-functions.php:4988
4145
+ #: wppa-functions.php:4992 wppa-links.php:1267 wppa-non-admin.php:909
4146
+ #: wppa-settings-autosave.php:10043 wppa-settings-autosave.php:10055
4147
+ #: wppa-settings-autosave.php:10067 wppa-settings-autosave.php:10079
4148
+ #: wppa-settings-autosave.php:10091 wppa-settings-autosave.php:10103
4149
+ #: wppa-settings-autosave.php:10115 wppa-settings-autosave.php:10127
4150
  msgid "Download"
4151
  msgstr "Download"
4152
 
4153
+ #: wppa-functions.php:5042
4154
  msgid "Zoom in"
4155
  msgstr "Zoom ind"
4156
 
4157
+ #: wppa-functions.php:5073
4158
  #, php-format
4159
  msgid "You can vote again after %s days, %s hours, %s minutes and %s seconds"
4160
  msgstr ""
4161
 
4162
+ #: wppa-functions.php:5076
4163
  #, php-format
4164
  msgid "You can vote again after %s hours, %s minutes and %s seconds"
4165
  msgstr ""
4166
 
4167
+ #: wppa-functions.php:5079
4168
  #, php-format
4169
  msgid "You can vote again after %s minutes and %s seconds"
4170
  msgstr ""
4281
  msgid "Import photos from:"
4282
  msgstr ""
4283
 
4284
+ #: wppa-import.php:294
4285
  msgid "Set source directory"
4286
  msgstr ""
4287
 
4288
+ #: wppa-import.php:321
4289
  msgid "Max:"
4290
  msgstr ""
4291
 
4292
+ #: wppa-import.php:333
4293
  msgid "Find remote photos"
4294
  msgstr ""
4295
 
4296
+ #: wppa-import.php:336
4297
  msgid "Working, please wait..."
4298
  msgstr ""
4299
 
4300
+ #: wppa-import.php:339
4301
  msgid ""
4302
  "You can enter either a web page address like <i>http://mysite.com/mypage/</"
4303
  "i> or a full url to an image file like <i>http://mysite.com/wp-content/"
4304
  "uploads/wppa/4711.jpg</i>"
4305
  msgstr ""
4306
 
4307
+ #: wppa-import.php:352 wppa-upload.php:154
4308
  msgid "No albums exist. You must"
4309
  msgstr ""
4310
 
4311
+ #: wppa-import.php:354 wppa-upload.php:156
4312
  msgid "create one"
4313
  msgstr ""
4314
 
4315
+ #: wppa-import.php:356
4316
  msgid "beofre you can upload your photos."
4317
  msgstr ""
4318
 
4319
+ #: wppa-import.php:377
4320
  #, php-format
4321
  msgid "There is %d zipfile in the depot"
4322
  msgid_plural "There are %d zipfiles in the depot"
4323
  msgstr[0] ""
4324
  msgstr[1] ""
4325
 
4326
+ #: wppa-import.php:390 wppa-import.php:467 wppa-import.php:619
4327
+ #: wppa-import.php:873 wppa-import.php:980 wppa-import.php:1072
4328
+ #: wppa-import.php:1153
4329
  msgid "Check/uncheck all"
4330
  msgstr ""
4331
 
4332
+ #: wppa-import.php:403
4333
  msgid "Delete after successful extraction."
4334
  msgstr ""
4335
 
4336
+ #: wppa-import.php:454
4337
  #, php-format
4338
  msgid "There is %d albumdefinition in the depot"
4339
  msgid_plural "There are %d albumdefinitions in the depot"
4340
  msgstr[0] ""
4341
  msgstr[1] ""
4342
 
4343
+ #: wppa-import.php:480
4344
  msgid ""
4345
  "Remove from depot after successful import, or if the album already exists."
4346
  msgstr ""
4347
 
4348
+ #: wppa-import.php:537
4349
  #, php-format
4350
  msgid "There is %d photo in the ngg gallery"
4351
  msgid_plural "There are %d photos in the ngg gallery"
4352
  msgstr[0] ""
4353
  msgstr[1] ""
4354
 
4355
+ #: wppa-import.php:540
4356
  #, php-format
4357
  msgid "There is %d photo in the depot"
4358
  msgid_plural "There are %d photos in the depot"
4359
  msgstr[0] ""
4360
  msgstr[1] ""
4361
 
4362
+ #: wppa-import.php:546
4363
  #, php-format
4364
  msgid "There is %d possible photo found remote"
4365
  msgid_plural "There are %d possible photos found remote"
4366
  msgstr[0] ""
4367
  msgstr[1] ""
4368
 
4369
+ #: wppa-import.php:551
4370
  msgid "Photos will be downsized during import."
4371
  msgstr ""
4372
 
4373
+ #: wppa-import.php:560
4374
  msgid "Default album for import:"
4375
  msgstr ""
4376
 
4377
+ #: wppa-import.php:569
4378
  msgid ""
4379
  "Photos that have (<em>name</em>)[<em>album</em>] will be imported by that "
4380
  "<em>name</em> in that <em>album</em>."
4381
  msgstr ""
4382
 
4383
+ #: wppa-import.php:590
4384
  msgid "Delay"
4385
  msgstr ""
4386
 
4387
+ #: wppa-import.php:635 wppa-import.php:887 wppa-import.php:996
4388
+ #: wppa-import.php:1166
4389
  msgid "Remove from depot after successful import."
4390
  msgstr ""
4391
 
4392
+ #: wppa-import.php:646
4393
  msgid "Remove from depot after failed import."
4394
  msgstr ""
4395
 
4396
+ #: wppa-import.php:664
4397
  msgid "Import into album"
4398
  msgstr ""
4399
 
4400
+ #: wppa-import.php:667
4401
  msgid "The album will be created if it does not exist"
4402
  msgstr ""
4403
 
4404
+ #: wppa-import.php:679
4405
  msgid "Use backup if available"
4406
  msgstr ""
4407
 
4408
+ #: wppa-import.php:695
4409
  msgid "Update existing photos"
4410
  msgstr ""
4411
 
4412
+ #: wppa-import.php:720
4413
  msgid "Do not create duplicates"
4414
  msgstr ""
4415
 
4416
+ #: wppa-import.php:736
4417
  msgid "Zoom previews"
4418
  msgstr ""
4419
 
4420
+ #: wppa-import.php:842
4421
  #, php-format
4422
  msgid "There is %d video in the depot"
4423
  msgid_plural "There are %d videos in the depot"
4424
  msgstr[0] ""
4425
  msgstr[1] ""
4426
 
4427
+ #: wppa-import.php:848 wppa-import.php:955
4428
  msgid "Album to import to:"
4429
  msgstr ""
4430
 
4431
+ #: wppa-import.php:889
4432
  msgid "Files larger than 64MB will always be removed after successful import."
4433
  msgstr ""
4434
 
4435
+ #: wppa-import.php:949
4436
  #, php-format
4437
  msgid "There is %d audio in the depot"
4438
  msgid_plural "There are %d audios in the depot"
4439
  msgstr[0] ""
4440
  msgstr[1] ""
4441
 
4442
+ #: wppa-import.php:1055
4443
  #, php-format
4444
  msgid "There is %d albumdirectory in the depot"
4445
  msgid_plural "There are %d albumdirectories in the depot"
4446
  msgstr[0] ""
4447
  msgstr[1] ""
4448
 
4449
+ #: wppa-import.php:1113
4450
  #, php-format
4451
  msgid "Contains %d file"
4452
  msgid_plural "Contains %d files"
4453
  msgstr[0] ""
4454
  msgstr[1] ""
4455
 
4456
+ #: wppa-import.php:1116
4457
  #, php-format
4458
  msgid "and %d subdirectory"
4459
  msgid_plural "and %d subdirectories"
4460
  msgstr[0] ""
4461
  msgstr[1] ""
4462
 
4463
+ #: wppa-import.php:1136
4464
  #, php-format
4465
  msgid "There is %d .csv file in the depot"
4466
  msgid_plural "There are %d .csv files in the depot"
4467
  msgstr[0] ""
4468
  msgstr[1] ""
4469
 
4470
+ #: wppa-import.php:1356
4471
  msgid "Start Ajax Import"
4472
  msgstr ""
4473
 
4474
+ #: wppa-import.php:1357
4475
  msgid "Stop Ajax Import"
4476
  msgstr ""
4477
 
4478
+ #: wppa-import.php:1365
4479
  msgid "There are no importable files found in directory:"
4480
  msgstr ""
4481
 
4482
+ #: wppa-import.php:1368
4483
  msgid "There are no photos found or left to process at url:"
4484
  msgstr ""
4485
 
4486
+ #: wppa-import.php:1372
4487
  msgid "You can import the following file types:"
4488
  msgstr ""
4489
 
4490
+ #: wppa-import.php:1376
4491
  msgid "Compressed file types: .zip"
4492
  msgstr ""
4493
 
4494
+ #: wppa-import.php:1380
4495
  msgid "Photo file types:"
4496
  msgstr ""
4497
 
4498
+ #: wppa-import.php:1387
4499
  msgid "Video file types:"
4500
  msgstr ""
4501
 
4502
+ #: wppa-import.php:1394
4503
  msgid "Audio file types:"
4504
  msgstr ""
4505
 
4506
+ #: wppa-import.php:1400
4507
  msgid "WPPA+ file types: .amf .pmf"
4508
  msgstr ""
4509
 
4510
+ #: wppa-import.php:1402
4511
  msgid "Directories with optional subdirs containig photos"
4512
  msgstr ""
4513
 
4514
+ #: wppa-import.php:1404
4515
  msgid "Custom data files of type .csv"
4516
  msgstr ""
4517
 
4518
+ #: wppa-import.php:1406
4519
  msgid "Your depot directory is:"
4520
  msgstr ""
4521
 
4522
+ #: wppa-import.php:1410
4523
  msgid "Trying to continue..."
4524
  msgstr ""
4525
 
4526
+ #: wppa-import.php:1663
4527
  msgid "Unknown parent album:"
4528
  msgstr ""
4529
 
4530
+ #: wppa-import.php:1663
4531
  msgid "--- none --- used."
4532
  msgstr ""
4533
 
4534
+ #: wppa-import.php:1723
4535
  #, php-format
4536
  msgid "This album has been converted from ngg gallery %s"
4537
  msgstr ""
4538
 
4539
+ #: wppa-import.php:1741
4540
  msgid "Processing files, please wait..."
4541
  msgstr ""
4542
 
4543
+ #: wppa-import.php:1741
4544
  msgid ""
4545
  "If the line of dots stops growing or your browser reports Ready, your server "
4546
  "has given up. In that case: try again"
4547
  msgstr ""
4548
 
4549
+ #: wppa-import.php:1741
4550
  msgid "here."
4551
  msgstr ""
4552
 
4553
+ #: wppa-import.php:1868
4554
  #, php-format
4555
  msgid "Photo %s already exists in album %s. (1)"
4556
  msgstr ""
4557
 
4558
+ #: wppa-import.php:1869
4559
  msgid "Duplicate"
4560
  msgstr ""
4561
 
4562
+ #: wppa-import.php:1897 wppa-upload.php:551 wppa-upload.php:587
4563
  msgid "Error inserting photo"
4564
  msgstr ""
4565
 
4566
+ #: wppa-import.php:1905
4567
  #, php-format
4568
  msgid "Error inserting photo %s, unknown or non existent album."
4569
  msgstr ""
4570
 
4571
+ #: wppa-import.php:1913
4572
  #, php-format
4573
  msgid "Time out. %s photos imported. Please restart this operation."
4574
  msgstr ""
4575
 
4576
+ #: wppa-import.php:1947 wppa-import.php:2019
4577
  msgid "Unknown album"
4578
  msgstr ""
4579
 
4580
+ #: wppa-import.php:2009
4581
  #, php-format
4582
  msgid "Error inserting video %s, unknown or non existent album."
4583
  msgstr ""
4584
 
4585
+ #: wppa-import.php:2070
4586
  #, php-format
4587
  msgid "Error inserting audio %s, unknown or non existent album."
4588
  msgstr ""
4589
 
4590
+ #: wppa-import.php:2086
4591
  msgid "Custom datafields enabled"
4592
  msgstr ""
4593
 
4594
+ #: wppa-import.php:2156
4595
  msgid "Only administrators are allowed to import db table data."
4596
  msgstr ""
4597
 
4598
+ #: wppa-import.php:2163 wppa-import.php:2164
4599
  msgid "Processing db table"
4600
  msgstr ""
4601
 
4602
+ #: wppa-import.php:2167 wppa-import.php:2168
4603
  msgid "Processing"
4604
  msgstr ""
4605
 
4606
+ #: wppa-import.php:2178
4607
  msgid "Can not open file. Can not continue. (1)"
4608
  msgstr ""
4609
 
4610
+ #: wppa-import.php:2183
4611
  msgid "Can not open file. Can not continue. (2)"
4612
  msgstr ""
4613
 
4614
+ #: wppa-import.php:2190
4615
  msgid "Can not read header. Can not continue."
4616
  msgstr ""
4617
 
4618
+ #: wppa-import.php:2195
4619
  msgid "Read header:"
4620
  msgstr ""
4621
 
4622
+ #: wppa-import.php:2223 wppa-import.php:2315
4623
  msgid "Invalid header. Can not continue."
4624
  msgstr ""
4625
 
4626
+ #: wppa-import.php:2324
4627
  msgid "Invalid header. First item must be 'name', 'photoname' or 'filename'"
4628
  msgstr ""
4629
 
4630
+ #: wppa-import.php:2331
4631
  msgid ""
4632
  "Invalid header. First item must be 'filename' when importing system data "
4633
  "fields"
4634
  msgstr ""
4635
 
4636
+ #: wppa-import.php:2338
4637
  msgid "All available custom data fields are in use. There is no space for"
4638
  msgstr ""
4639
 
4640
+ #: wppa-import.php:2349
4641
  #, php-format
4642
  msgid "New caption %s added."
4643
  msgstr ""
4644
 
4645
+ #: wppa-import.php:2379
4646
  msgid "Read data:"
4647
  msgstr ""
4648
 
4649
+ #: wppa-import.php:2427
4650
  msgid "Album does not exist"
4651
  msgstr ""
4652
 
4653
+ #: wppa-import.php:2470
4654
  msgid "Timestamp out of range"
4655
  msgstr ""
4656
 
4657
+ #: wppa-import.php:2566
4658
  msgid "Done processing files."
4659
  msgstr ""
4660
 
4661
+ #: wppa-import.php:2569
4662
  msgid "No files to import."
4663
  msgstr ""
4664
 
4665
+ #: wppa-import.php:2573
4666
  msgid "Zipfiles extracted."
4667
  msgstr ""
4668
 
4669
+ #: wppa-import.php:2574
4670
  msgid "Albums created."
4671
  msgstr ""
4672
 
4673
+ #: wppa-import.php:2575
4674
  msgid "Directory to album imports."
4675
  msgstr ""
4676
 
4677
+ #: wppa-import.php:2576
4678
  #, php-format
4679
  msgid "With total %s photos."
4680
  msgstr ""
4681
 
4682
+ #: wppa-import.php:2579
4683
  msgid "Photos updated"
4684
  msgstr ""
4685
 
4686
+ #: wppa-import.php:2581
4687
  #, php-format
4688
  msgid "to %s locations"
4689
  msgstr ""
4690
 
4691
+ #: wppa-import.php:2585
4692
  msgid "single photos imported."
4693
  msgstr ""
4694
 
4695
+ #: wppa-import.php:2588
4696
  msgid "Videos imported."
4697
  msgstr ""
4698
 
4699
+ #: wppa-import.php:2591
4700
  msgid "Audios imported."
4701
  msgstr ""
4702
 
4703
+ #: wppa-import.php:2594
4704
  msgid "CSVs imported,"
4705
  msgstr ""
4706
 
4707
+ #: wppa-import.php:2595
4708
  msgid "items processed."
4709
  msgstr ""
4710
 
4711
+ #: wppa-import.php:2596
4712
  msgid "items skipped."
4713
  msgstr ""
4714
 
4715
+ #: wppa-import.php:2604
4716
  #, php-format
4717
  msgid "Value %s is not valid for %s."
4718
  msgstr ""
4719
 
4720
+ #: wppa-import.php:2608
4721
  msgid "This value is ignored."
4722
  msgstr ""
4723
 
4724
+ #: wppa-import.php:2735
4725
  msgid "Error: unexpected fgets() fail in wppa_get_meta_data()."
4726
  msgstr ""
4727
 
4728
+ #: wppa-import.php:2756
4729
  msgid "Class ZipArchive does not exist! Check your php configuration"
4730
  msgstr ""
4731
 
4732
+ #: wppa-import.php:2789
4733
  #, php-format
4734
  msgid ""
4735
  "File %s is of an unsupported filetype and has been ignored during extraction."
4736
  msgstr ""
4737
 
4738
+ #: wppa-import.php:2795
4739
  #, php-format
4740
  msgid "Zipfile %s processed. %s files extracted, %s files skipped."
4741
  msgstr ""
4742
 
4743
+ #: wppa-import.php:2798
4744
  msgid "Failed to extract"
4745
  msgstr ""
4746
 
4747
+ #: wppa-import.php:2864
4748
  #, php-format
4749
  msgid "Page <a href=\"%s\" target=\"_blank\" >%s</a> created."
4750
  msgstr ""
4751
 
4752
+ #: wppa-import.php:2868
4753
  msgid "Could not create page."
4754
  msgstr ""
4755
 
4756
+ #: wppa-import.php:2887
4757
+ #, php-format
4758
+ msgid ".csv file %s has been moved to your depot."
4759
+ msgstr ""
4760
+
4761
+ #: wppa-import.php:2991
4762
  msgid "--- My depot --- "
4763
  msgstr ""
4764
 
4765
+ #: wppa-import.php:3000
4766
  msgid "--- Ngg Galleries --- "
4767
  msgstr ""
4768
 
4802
  "location and will not be visible for visitors!</em><strong>"
4803
  msgstr ""
4804
 
4805
+ #: wppa-init.php:236
4806
  msgid ""
4807
  "The avarage ratings need to be recalculated. Please run <i>Photo Albums -> "
4808
  "Settings</i> admin page <i>Table VIII-A5</i>"
4809
  msgstr ""
4810
 
4811
+ #: wppa-init.php:242
4812
+ msgid ""
4813
+ "Please do not forget to re-enable cron jobs for wppa when you are ready "
4814
+ "doing your bulk actions. See <i>Table VIII-A0.2</i>"
4815
+ msgstr ""
4816
+
4817
+ #: wppa-init.php:247
4818
+ msgid "Please finish setting up WP Photo Album Plus on"
4819
  msgstr ""
4820
 
4821
+ #: wppa-init.php:247
4822
  msgid "this page"
4823
  msgstr ""
4824
 
4825
+ #: wppa-init.php:270
4826
  msgid ""
4827
  "</strong>The tags system needs to be converted. Please run <b>Photo Albums -"
4828
  "> Settings</b> admin page <b>Table VIII-B16</b><strong>"
4829
  msgstr ""
4830
 
4831
+ #: wppa-init.php:292
4832
  msgid ""
4833
  "</strong>The cats system needs to be converted. Please run <b>Photo Albums -"
4834
  "> Settings</b> admin page <b>Table VIII-B17</b><strong>"
4835
  msgstr ""
4836
 
4837
+ #: wppa-init.php:318
4838
  #, php-format
4839
  msgid ""
4840
  "WPPA scripts will no longer be supported in version 6.6. Please convert the "
4841
  "%%wppa%% scripts to [wppa][/wppa] shortcodes before upgrading to version 6.6."
4842
  msgstr ""
4843
 
4844
+ #: wppa-init.php:320
4845
  msgid "WPPA scripts found in the following Pages / Posts"
4846
  msgstr ""
4847
 
4848
+ #: wppa-init.php:339
4849
  #, php-format
4850
  msgid "For more information see the %s documentation page"
4851
  msgstr ""
4854
  msgid "Gold medal"
4855
  msgstr "Guldmedalje"
4856
 
4857
+ #: wppa-items.php:281 wppa-photo-admin-autosave.php:862
4858
+ #: wppa-photo-admin-autosave.php:889 wppa-photo-admin-autosave.php:2446
4859
+ #: wppa-photo-admin-autosave.php:2679 wppa-photo-admin-autosave.php:2690
4860
  #: wppa-potd-admin.php:228
4861
  msgid "Gold"
4862
  msgstr ""
4865
  msgid "Silver medal"
4866
  msgstr "Sølvmedalje"
4867
 
4868
+ #: wppa-items.php:282 wppa-photo-admin-autosave.php:865
4869
+ #: wppa-photo-admin-autosave.php:890 wppa-photo-admin-autosave.php:2447
4870
+ #: wppa-photo-admin-autosave.php:2680 wppa-photo-admin-autosave.php:2691
4871
  #: wppa-potd-admin.php:229
4872
  msgid "Silver"
4873
  msgstr ""
4876
  msgid "Bronze medal"
4877
  msgstr "Bronzemedalje"
4878
 
4879
+ #: wppa-items.php:283 wppa-photo-admin-autosave.php:868
4880
+ #: wppa-photo-admin-autosave.php:891 wppa-photo-admin-autosave.php:2448
4881
+ #: wppa-photo-admin-autosave.php:2681 wppa-photo-admin-autosave.php:2692
4882
  #: wppa-potd-admin.php:230
4883
  msgid "Bronze"
4884
  msgstr ""
4885
 
4886
+ #: wppa-items.php:368 wppa-items.php:669 wppa-settings-autosave.php:2385
4887
+ #: wppa-settings-autosave.php:2414 wppa-settings-autosave.php:2425
4888
+ #: wppa-settings-autosave.php:3063 wppa-settings-autosave.php:3672
4889
  msgid "none"
4890
  msgstr ""
4891
 
4906
  msgid "--- deleted ---"
4907
  msgstr ""
4908
 
4909
+ #: wppa-items.php:516 wppa-tinymce-shortcodes.php:321 wppa-upldr-widget.php:230
4910
+ #: wppa-utils.php:496
4911
+ msgid "All albums"
4912
  msgstr ""
4913
 
4914
  #: wppa-items.php:525
4927
  msgid "Last Ten Uploaded Photos"
4928
  msgstr ""
4929
 
4930
+ #: wppa-lasten-widget.php:131 wppa-non-admin.php:993
4931
  msgid "View the most recent uploaded photos"
4932
  msgstr ""
4933
 
4934
+ #: wppa-lasten-widget.php:155 wppa-non-admin.php:995
4935
  msgid "There are no uploaded photos (yet)"
4936
  msgstr ""
4937
 
4964
  msgid "Show time since:"
4965
  msgstr ""
4966
 
4967
+ #: wppa-links.php:797
4968
  msgid "App"
4969
  msgstr ""
4970
 
4971
+ #: wppa-links.php:798
4972
  msgid "Mod"
4973
  msgstr ""
4974
 
4975
+ #: wppa-links.php:799
4976
  msgid "Del"
4977
  msgstr ""
4978
 
4979
+ #: wppa-links.php:803 wppa-links.php:820
4980
  msgid "Are you sure you want to publish this photo?"
4981
  msgstr ""
4982
 
4983
+ #: wppa-links.php:815 wppa-settings-autosave.php:6256
 
 
 
 
4984
  msgid "Moderate"
4985
  msgstr ""
4986
 
4987
+ #: wppa-links.php:832
4988
  msgid "PhotoAdmin"
4989
  msgstr ""
4990
 
4991
+ #: wppa-links.php:833
4992
  msgid "CommentAdmin"
4993
  msgstr ""
4994
 
4995
+ #: wppa-links.php:837
4996
  msgid "Are you sure you want to publish this comment?"
4997
  msgstr ""
4998
 
4999
+ #: wppa-links.php:849
5000
  msgid "Are you sure you want to remove this comment?"
5001
  msgstr ""
5002
 
5003
+ #: wppa-links.php:863
5004
  #, php-format
5005
  msgid "Scheduled for %s"
5006
  msgstr ""
5007
 
5008
+ #: wppa-links.php:1202 wppa-links.php:1205
5009
  msgid "Previous"
5010
  msgstr "Forrige"
5011
 
5012
+ #: wppa-links.php:1212 wppa-links.php:1215 wppa-non-admin.php:859
5013
  msgid "Next"
5014
  msgstr "N&aelig;ste"
5015
 
5016
+ #: wppa-links.php:1269
5017
  msgid "Download Album"
5018
  msgstr ""
5019
 
5020
+ #: wppa-links.php:1420
5021
  msgid "View thumbnails"
5022
  msgstr ""
5023
 
5024
+ #: wppa-links.php:1433
5025
  msgid "View fullsize slideshow"
5026
  msgstr ""
5027
 
5028
+ #: wppa-maintenance.php:98
5029
  msgid "You can run only one maintenance procedure at a time"
5030
  msgstr ""
5031
 
5032
+ #: wppa-maintenance.php:206
5033
  msgid "Orphan photos"
5034
  msgstr ""
5035
 
5036
+ #: wppa-maintenance.php:206
5037
  msgid "This album contains refound lost photos"
5038
  msgstr ""
5039
 
5040
+ #: wppa-maintenance.php:234
5041
  msgid "Feature must be enabled in Table IV-A28 first"
5042
  msgstr ""
5043
 
5044
+ #: wppa-maintenance.php:241
5045
  #, php-format
5046
  msgid "From album %d does not exist"
5047
  msgstr ""
5048
 
5049
+ #: wppa-maintenance.php:246
5050
  #, php-format
5051
  msgid "To album %d does not exist"
5052
  msgstr ""
5053
 
5054
+ #: wppa-maintenance.php:250
5055
  msgid "From and To albums are identical"
5056
  msgstr ""
5057
 
5058
+ #: wppa-maintenance.php:1153
5059
  #, php-format
5060
  msgid ""
5061
  "List of Searcheable words <small>( Max 1000 entries of total %d )</small>"
5062
  msgstr ""
5063
 
5064
+ #: wppa-maintenance.php:1186
5065
  msgid "There are no index items."
5066
  msgstr ""
5067
 
5068
+ #: wppa-maintenance.php:1196
5069
  msgid "List of WPPA+ log messages"
5070
  msgstr ""
5071
 
5072
+ #: wppa-maintenance.php:1201
5073
  msgid "There are no log messages"
5074
  msgstr ""
5075
 
5076
+ #: wppa-maintenance.php:1222
5077
  #, php-format
5078
  msgid "List of recent ratings <small>( Max 1000 entries of total %d )</small>"
5079
  msgstr ""
5080
 
5081
+ #: wppa-maintenance.php:1272
5082
  msgid "There are no ratings"
5083
  msgstr ""
5084
 
5085
+ #: wppa-maintenance.php:1283
5086
  #, php-format
5087
  msgid "List of sessions <small>( Max 1000 entries of total %d )</small>"
5088
  msgstr ""
5089
 
5090
+ #: wppa-maintenance.php:1345
5091
  msgid "There are no active sessions"
5092
  msgstr ""
5093
 
5094
+ #: wppa-maintenance.php:1362
5095
  #, php-format
5096
  msgid "List of comments <small>( Max 1000 entries of total %d )</small>"
5097
  msgstr ""
5098
 
5099
+ #: wppa-maintenance.php:1408
5100
  msgid "There are no comments"
5101
  msgstr ""
5102
 
5103
+ #: wppa-maintenance.php:1525
5104
+ msgid "WP Photo Album Plus Logfile"
5105
+ msgstr ""
5106
+
5107
+ #: wppa-multitag-widget.php:13
5108
+ msgid "WPPA+ Photo Tags Selection"
5109
  msgstr ""
5110
 
5111
  #: wppa-multitag-widget.php:14
5120
  msgid "Select multiple tags or --- all ---:"
5121
  msgstr ""
5122
 
5123
+ #: wppa-multitag-widget.php:85 wppa-tagcloud-widget.php:80
5124
+ msgid "Currently selected tags"
5125
+ msgstr ""
5126
+
5127
  #: wppa-non-admin.php:430
5128
  msgid "Press f for fullscreen."
5129
  msgstr "Tryk på f for fuldskærm."
5130
 
5131
+ #: wppa-non-admin.php:576
5132
  msgid ""
5133
  "Keys: f = next mode; q,x = exit; p = previous, n = next, s = start/stop, d = "
5134
  "dismiss this notice."
5136
  "Nøgler: f = næste tilstand; q, x = exit; p = forrige, n = næste, s = start / "
5137
  "stop, d = afvise denne meddelelse."
5138
 
5139
+ #: wppa-non-admin.php:577
5140
  msgid "Keys: f = next mode; q,x = exit; d = dismiss this notice."
5141
  msgstr "Nøgler: f = næste tilstand; q, x = exit; d = afvise denne meddelelse."
5142
 
5143
+ #: wppa-non-admin.php:582
5144
  msgid "Toggle fullscreen"
5145
  msgstr ""
5146
 
5147
+ #: wppa-non-admin.php:850 wppa-settings-autosave.php:3881
5148
  #: wppa-slideshow.php:328
5149
  msgid "Start"
5150
  msgstr "Start"
5151
 
5152
+ #: wppa-non-admin.php:851
5153
  msgid "Stop"
5154
  msgstr "Stop"
5155
 
5156
+ #: wppa-non-admin.php:852 wppa-slideshow.php:260 wppa-slideshow.php:320
5157
  msgid "Slower"
5158
  msgstr "Langsommere"
5159
 
5160
+ #: wppa-non-admin.php:853 wppa-slideshow.php:280 wppa-slideshow.php:336
5161
  msgid "Faster"
5162
  msgstr "Hurtigere"
5163
 
5164
+ #: wppa-non-admin.php:855
5165
  msgid "of"
5166
  msgstr "af"
5167
 
5168
+ #: wppa-non-admin.php:856 wppa-slideshow.php:1581
5169
  msgid "Previous photo"
5170
  msgstr "Forrige foto"
5171
 
5172
+ #: wppa-non-admin.php:857 wppa-slideshow.php:1590
5173
  msgid "Next photo"
5174
  msgstr "Næste foto"
5175
 
5176
+ #: wppa-non-admin.php:858
5177
  msgid "Prev."
5178
  msgstr "Forrige"
5179
 
5180
+ #: wppa-non-admin.php:860 wppa-slideshow.php:1007 wppa-slideshow.php:1048
5181
+ #: wppa-slideshow.php:1197
5182
  msgid "Average&nbsp;rating"
5183
  msgstr "Bed&oslash;mmelse&nbsp;gennemsnitlig"
5184
 
5185
+ #: wppa-non-admin.php:861 wppa-slideshow.php:1008 wppa-slideshow.php:1156
5186
  msgid "My&nbsp;rating"
5187
  msgstr "Min&nbsp;bed&oslash;mmelse"
5188
 
5189
+ #: wppa-non-admin.php:862 wppa-slideshow.php:1007
5190
  msgid "Avg."
5191
  msgstr "Gns."
5192
 
5193
+ #: wppa-non-admin.php:863 wppa-slideshow.php:1008
5194
  msgid "Mine"
5195
  msgstr "Mine"
5196
 
5197
+ #: wppa-non-admin.php:864
5198
  msgid "You marked this image as inappropriate."
5199
  msgstr "Du markeret billedet som upassende."
5200
 
5201
+ #: wppa-non-admin.php:867
5202
  msgid "Please enter your name"
5203
  msgstr "Indtast venligst dit navn."
5204
 
5205
+ #: wppa-non-admin.php:868
5206
  msgid "Please enter a valid email address"
5207
  msgstr "Indtast venligst en gyldig e-mail adresse"
5208
 
5209
+ #: wppa-non-admin.php:869
5210
  msgid "Please enter a comment"
5211
  msgstr "Indtast venligst en kommentar"
5212
 
5213
+ #: wppa-non-admin.php:903
5214
  msgid "Double click to start/stop slideshow running"
5215
  msgstr "Dobbeltklik for at starte / stoppe diasshowet kører"
5216
 
5217
+ #: wppa-non-admin.php:904
5218
  msgid "Click to view"
5219
  msgstr ""
5220
 
5221
+ #: wppa-non-admin.php:999 wppa-photo-admin-autosave.php:670
5222
  #: wppa-potd-widget.php:178
5223
  msgid "By:"
5224
  msgstr ""
5225
 
5226
+ #: wppa-non-admin.php:1002 wppa-slideshow-widget.php:124
5227
  msgid "No album defined (yet)"
5228
  msgstr ""
5229
 
5230
+ #: wppa-non-admin.php:1006 wppa-thumbnail-widget.php:121
5231
  msgid "There are no photos (yet)"
5232
  msgstr ""
5233
 
5234
+ #: wppa-non-admin.php:1009 wppa-upldr-widget.php:99
5235
  msgid "There are too many registered users in the system for this widget"
5236
  msgstr ""
5237
 
5238
+ #: wppa-non-admin.php:1010 wppa-upldr-widget.php:141 wppa-upldr-widget.php:148
5239
  msgid "Photos uploaded by"
5240
  msgstr ""
5241
 
5242
+ #: wppa-non-admin.php:1014 wppa-thumbnails.php:745 wppa-thumbnails.php:1542
5243
  #: wppa-topten-widget.php:215 wppa-topten-widget.php:238
5244
  #: wppa-topten-widget.php:248
5245
  #, php-format
5248
  msgstr[0] ""
5249
  msgstr[1] ""
5250
 
5251
+ #: wppa-non-admin.php:1016 wppa-topten-widget.php:273
5252
  msgid "There are no rated photos (yet)"
5253
  msgstr ""
5254
 
5260
  msgid "Moderate photos"
5261
  msgstr ""
5262
 
5263
+ #: wppa-photo-admin-autosave.php:177 wppa-photo-admin-autosave.php:2110
5264
  msgid "You do not have the rights to do this"
5265
  msgstr ""
5266
 
5267
+ #: wppa-photo-admin-autosave.php:229
5268
  msgid "This photo is no longer awaiting moderation."
5269
  msgstr ""
5270
 
5271
+ #: wppa-photo-admin-autosave.php:237
5272
  msgid "There are no photos awaiting moderation at this time."
5273
  msgstr ""
5274
 
5275
+ #: wppa-photo-admin-autosave.php:245
5276
  msgid "Manage all photos by timestamp"
5277
  msgstr ""
5278
 
5279
+ #: wppa-photo-admin-autosave.php:287
5280
  #, php-format
5281
  msgid "Photo %s has been removed."
5282
  msgstr ""
5283
 
5284
+ #: wppa-photo-admin-autosave.php:299 wppa-photo-admin-autosave.php:2727
5285
  msgid "No photos matching your search criteria."
5286
  msgstr ""
5287
 
5288
+ #: wppa-photo-admin-autosave.php:307 wppa-photo-admin-autosave.php:2733
5289
  msgid "No photos yet in this album."
5290
  msgstr ""
5291
 
5292
+ #: wppa-photo-admin-autosave.php:326 wppa-photo-admin-autosave.php:2365
5293
  msgid "Please select an album to move to first."
5294
  msgstr ""
5295
 
5296
+ #: wppa-photo-admin-autosave.php:331 wppa-photo-admin-autosave.php:2370
5297
  msgid "Are you sure you want to move this video?"
5298
  msgstr ""
5299
 
5300
+ #: wppa-photo-admin-autosave.php:334 wppa-photo-admin-autosave.php:2373
5301
  msgid "Are you sure you want to move this photo?"
5302
  msgstr ""
5303
 
5304
+ #: wppa-photo-admin-autosave.php:347
5305
  msgid "Please select an album to copy to first."
5306
  msgstr ""
5307
 
5308
+ #: wppa-photo-admin-autosave.php:352
5309
  msgid "Are you sure you want to copy this video?"
5310
  msgstr ""
5311
 
5312
+ #: wppa-photo-admin-autosave.php:355
5313
  msgid "Are you sure you want to copy this photo?"
5314
  msgstr ""
5315
 
5316
+ #: wppa-photo-admin-autosave.php:368
5317
  msgid "Are you sure you want to delete this video?"
5318
  msgstr ""
5319
 
5320
+ #: wppa-photo-admin-autosave.php:371 wppa-photo-admin-autosave.php:2560
5321
  msgid "Are you sure you want to delete this photo?"
5322
  msgstr ""
5323
 
5324
+ #: wppa-photo-admin-autosave.php:385
5325
  msgid "Are you sure you want to rotate this photo left?"
5326
  msgstr ""
5327
 
5328
+ #: wppa-photo-admin-autosave.php:394
5329
  msgid "Are you sure you want to rotate this photo 180&deg;?"
5330
  msgstr ""
5331
 
5332
+ #: wppa-photo-admin-autosave.php:403
5333
  msgid "Are you sure you want to rotate this photo right?"
5334
  msgstr ""
5335
 
5336
+ #: wppa-photo-admin-autosave.php:412 wppa-photo-admin-autosave.php:421
5337
  msgid "Are you sure you want to flip this photo?"
5338
  msgstr ""
5339
 
5340
+ #: wppa-photo-admin-autosave.php:432
5341
  msgid "No watermark selected"
5342
  msgstr ""
5343
 
5344
+ #: wppa-photo-admin-autosave.php:435
5345
  msgid "Are you sure? Once applied it can not be removed!"
5346
  msgstr ""
5347
 
5348
+ #: wppa-photo-admin-autosave.php:437
5349
  msgid "And I do not know if there is already a watermark on this photo"
5350
  msgstr ""
5351
 
5352
+ #: wppa-photo-admin-autosave.php:446
5353
  msgid "Are you sure you want to magically process this photo?"
5354
  msgstr ""
5355
 
5356
+ #: wppa-photo-admin-autosave.php:477
5357
  msgid "Move video"
5358
  msgstr ""
5359
 
5360
+ #: wppa-photo-admin-autosave.php:478
5361
  msgid "Move photo"
5362
  msgstr ""
5363
 
5364
+ #: wppa-photo-admin-autosave.php:479
5365
  msgid "Copy video"
5366
  msgstr ""
5367
 
5368
+ #: wppa-photo-admin-autosave.php:480
5369
  msgid "Copy photo"
5370
  msgstr ""
5371
 
5372
+ #: wppa-photo-admin-autosave.php:544 wppa-watermark.php:616
5373
  msgid "top - left"
5374
  msgstr ""
5375
 
5376
+ #: wppa-photo-admin-autosave.php:544 wppa-watermark.php:616
5377
  msgid "top - center"
5378
  msgstr ""
5379
 
5380
+ #: wppa-photo-admin-autosave.php:544 wppa-watermark.php:616
5381
  msgid "top - right"
5382
  msgstr ""
5383
 
5384
+ #: wppa-photo-admin-autosave.php:545 wppa-watermark.php:617
5385
  msgid "center - left"
5386
  msgstr ""
5387
 
5388
+ #: wppa-photo-admin-autosave.php:545 wppa-watermark.php:617
5389
  msgid "center - center"
5390
  msgstr ""
5391
 
5392
+ #: wppa-photo-admin-autosave.php:545 wppa-watermark.php:617
5393
  msgid "center - right"
5394
  msgstr ""
5395
 
5396
+ #: wppa-photo-admin-autosave.php:546 wppa-watermark.php:618
5397
  msgid "bottom - left"
5398
  msgstr ""
5399
 
5400
+ #: wppa-photo-admin-autosave.php:546 wppa-watermark.php:618
5401
  msgid "bottom - center"
5402
  msgstr ""
5403
 
5404
+ #: wppa-photo-admin-autosave.php:546 wppa-watermark.php:618
5405
  msgid "bottom - right"
5406
  msgstr ""
5407
 
5408
+ #: wppa-photo-admin-autosave.php:550
5409
+ #, php-format
5410
+ msgid "Edit/Moderate photos from album %s by %s"
5411
+ msgstr ""
5412
+
5413
+ #: wppa-photo-admin-autosave.php:606
5414
  msgid "Preview fullsize video"
5415
  msgstr ""
5416
 
5417
+ #: wppa-photo-admin-autosave.php:627
5418
  msgid "Preview fullsize photo"
5419
  msgstr ""
5420
 
5421
+ #: wppa-photo-admin-autosave.php:645
5422
  msgid "Audio disabled"
5423
  msgstr ""
5424
 
5425
+ #: wppa-photo-admin-autosave.php:664
5426
  msgid "Filename:"
5427
  msgstr ""
5428
 
5429
+ #: wppa-photo-admin-autosave.php:667
5430
  msgid "Upload:"
5431
  msgstr ""
5432
 
5433
+ #: wppa-photo-admin-autosave.php:691
5434
  #, php-format
5435
  msgid "Album: %d (%s)."
5436
  msgstr ""
5437
 
5438
+ #: wppa-photo-admin-autosave.php:697
5439
  msgid "Trashed"
5440
  msgstr ""
5441
 
5442
+ #: wppa-photo-admin-autosave.php:715
5443
  msgid "EXIF Date:"
5444
  msgstr ""
5445
 
5446
+ #: wppa-photo-admin-autosave.php:735
5447
  msgid "Location:"
5448
  msgstr ""
5449
 
5450
+ #: wppa-photo-admin-autosave.php:741
5451
  msgid "Lat:"
5452
  msgstr ""
5453
 
5454
+ #: wppa-photo-admin-autosave.php:750
5455
  msgid "Lon:"
5456
  msgstr ""
5457
 
5458
+ #: wppa-photo-admin-autosave.php:763
5459
  msgid "Photo sort order #:"
5460
  msgstr ""
5461
 
5462
+ #: wppa-photo-admin-autosave.php:786
5463
  msgid "Likes:"
5464
  msgstr ""
5465
 
5466
+ #: wppa-photo-admin-autosave.php:792
5467
  msgid "Rating:"
5468
  msgstr ""
5469
 
5470
+ #: wppa-photo-admin-autosave.php:793
5471
  msgid "Entries:"
5472
  msgstr ""
5473
 
5474
+ #: wppa-photo-admin-autosave.php:795
5475
  msgid "Mean value:"
5476
  msgstr ""
5477
 
5478
+ #: wppa-photo-admin-autosave.php:809
5479
  #, php-format
5480
+ msgid "Disliked by %d visitor"
5481
+ msgid_plural "Disliked by %d visitors"
5482
+ msgstr[0] ""
5483
+ msgstr[1] ""
5484
 
5485
+ #: wppa-photo-admin-autosave.php:816
5486
  #, php-format
5487
  msgid "%d pending votes."
5488
  msgstr ""
5489
 
5490
+ #: wppa-photo-admin-autosave.php:823
5491
  msgid "Views"
5492
  msgstr ""
5493
 
5494
+ #: wppa-photo-admin-autosave.php:831
5495
  msgid "Clicks"
5496
  msgstr ""
5497
 
5498
+ #: wppa-photo-admin-autosave.php:838
5499
  msgid "Status:"
5500
  msgstr ""
5501
 
5502
+ #: wppa-photo-admin-autosave.php:856 wppa-photo-admin-autosave.php:887
5503
+ #: wppa-photo-admin-autosave.php:2443 wppa-photo-admin-autosave.php:2676
5504
+ #: wppa-photo-admin-autosave.php:2688 wppa-potd-admin.php:226
5505
  msgid "Publish"
5506
  msgstr ""
5507
 
5508
+ #: wppa-photo-admin-autosave.php:859 wppa-photo-admin-autosave.php:888
5509
+ #: wppa-photo-admin-autosave.php:2445 wppa-photo-admin-autosave.php:2678
5510
  #: wppa-potd-admin.php:227
5511
  msgid "Featured"
5512
  msgstr ""
5513
 
5514
+ #: wppa-photo-admin-autosave.php:871 wppa-photo-admin-autosave.php:892
5515
+ #: wppa-photo-admin-autosave.php:2449 wppa-photo-admin-autosave.php:2682
5516
+ #: wppa-photo-admin-autosave.php:2693
5517
  msgid "Scheduled"
5518
  msgstr ""
5519
 
5520
+ #: wppa-photo-admin-autosave.php:874 wppa-photo-admin-autosave.php:893
5521
+ #: wppa-photo-admin-autosave.php:2450 wppa-photo-admin-autosave.php:2683
5522
+ #: wppa-photo-admin-autosave.php:2694
5523
  msgid "Private"
5524
  msgstr ""
5525
 
5526
+ #: wppa-photo-admin-autosave.php:897
5527
  msgid ""
5528
  "Note: Featured photos should have a descriptive name; a name a search engine "
5529
  "will look for!"
5530
  msgstr ""
5531
 
5532
+ #: wppa-photo-admin-autosave.php:905
5533
  msgid "Delete at"
5534
  msgstr ""
5535
 
5536
+ #: wppa-photo-admin-autosave.php:925
5537
  #, php-format
5538
  msgid "Video %s is not modified yet"
5539
  msgstr ""
5540
 
5541
+ #: wppa-photo-admin-autosave.php:926
5542
  #, php-format
5543
  msgid "Photo %s is not modified yet"
5544
  msgstr ""
5545
 
5546
+ #: wppa-photo-admin-autosave.php:934
5547
  msgid "Available files:"
5548
  msgstr ""
5549
 
5550
+ #: wppa-photo-admin-autosave.php:938
5551
  msgid "Source file:"
5552
  msgstr ""
5553
 
5554
+ #: wppa-photo-admin-autosave.php:948 wppa-photo-admin-autosave.php:965
5555
+ #: wppa-photo-admin-autosave.php:982
5556
  msgid "Unavailable"
5557
  msgstr ""
5558
 
5559
+ #: wppa-photo-admin-autosave.php:953
5560
  msgid "Poster file:"
5561
  msgstr ""
5562
 
5563
+ #: wppa-photo-admin-autosave.php:953
5564
  msgid "Display file:"
5565
  msgstr ""
5566
 
5567
+ #: wppa-photo-admin-autosave.php:972
5568
  msgid "Thumbnail file:"
5569
  msgstr ""
5570
 
5571
+ #: wppa-photo-admin-autosave.php:993
5572
  msgid "Video size:"
5573
  msgstr ""
5574
 
5575
+ #: wppa-photo-admin-autosave.php:994 wppa-slideshow-widget.php:201
5576
  msgid "Width:"
5577
  msgstr ""
5578
 
5579
+ #: wppa-photo-admin-autosave.php:1001 wppa-photo-admin-autosave.php:1009
5580
  #, php-format
5581
  msgid "pix, (0=default:%s)"
5582
  msgstr ""
5583
 
5584
+ #: wppa-photo-admin-autosave.php:1002 wppa-slideshow-widget.php:202
5585
  msgid "Height:"
5586
  msgstr ""
5587
 
5588
+ #: wppa-photo-admin-autosave.php:1011 wppa-photo-admin-autosave.php:1031
5589
  msgid "Formats:"
5590
  msgstr ""
5591
 
5592
+ #: wppa-photo-admin-autosave.php:1016 wppa-photo-admin-autosave.php:1036
5593
  msgid "Filesize:"
5594
  msgstr ""
5595
 
5596
+ #: wppa-photo-admin-autosave.php:1070
5597
  msgid "Stereophoto:"
5598
  msgstr ""
5599
 
5600
+ #: wppa-photo-admin-autosave.php:1076
5601
  msgid "no stereo image or ready anaglyph"
5602
  msgstr ""
5603
 
5604
+ #: wppa-photo-admin-autosave.php:1079
5605
  msgid "Left - right stereo image"
5606
  msgstr ""
5607
 
5608
+ #: wppa-photo-admin-autosave.php:1082
5609
  msgid "Right - left stereo image"
5610
  msgstr ""
5611
 
5612
+ #: wppa-photo-admin-autosave.php:1086
5613
  msgid "Images:"
5614
  msgstr ""
5615
 
5616
+ #: wppa-photo-admin-autosave.php:1118 wppa-photo-admin-autosave.php:1149
5617
  msgid "Watermark:"
5618
  msgstr ""
5619
 
5620
+ #: wppa-photo-admin-autosave.php:1126 wppa-photo-admin-autosave.php:1152
5621
  msgid "Pos:"
5622
  msgstr ""
5623
 
5624
+ #: wppa-photo-admin-autosave.php:1136
5625
  msgid "Apply watermark"
5626
  msgstr ""
5627
 
5628
+ #: wppa-photo-admin-autosave.php:1151
5629
  msgid "File:"
5630
  msgstr ""
5631
 
5632
+ #: wppa-photo-admin-autosave.php:1185 wppa-photo-admin-autosave.php:1379
5633
  msgid "Rotate left"
5634
  msgstr ""
5635
 
5636
+ #: wppa-photo-admin-autosave.php:1191 wppa-photo-admin-autosave.php:1388
5637
  msgid "Rotate 180&deg;"
5638
  msgstr ""
5639
 
5640
+ #: wppa-photo-admin-autosave.php:1197 wppa-photo-admin-autosave.php:1397
5641
  msgid "Rotate right"
5642
  msgstr ""
5643
 
5644
+ #: wppa-photo-admin-autosave.php:1203 wppa-photo-admin-autosave.php:1209
5645
+ #: wppa-photo-admin-autosave.php:1406
5646
  msgid "Flip"
5647
  msgstr ""
5648
 
5649
+ #: wppa-photo-admin-autosave.php:1220
5650
  msgid "Remake display file and thumbnail file"
5651
  msgstr ""
5652
 
5653
+ #: wppa-photo-admin-autosave.php:1222
5654
  msgid "Remake files"
5655
  msgstr ""
5656
 
5657
+ #: wppa-photo-admin-autosave.php:1232 wppa-photo-admin-autosave.php:1234
5658
  msgid "Remake thumbnail file"
5659
  msgstr ""
5660
 
5661
+ #: wppa-photo-admin-autosave.php:1257 wppa-photo-admin-autosave.php:1267
5662
  msgid "Target album for copy/move:"
5663
  msgstr ""
5664
 
5665
+ #: wppa-photo-admin-autosave.php:1272
5666
  msgid "Album id"
5667
  msgstr ""
5668
 
5669
+ #: wppa-photo-admin-autosave.php:1301
5670
  msgid "Undelete video"
5671
  msgstr ""
5672
 
5673
+ #: wppa-photo-admin-autosave.php:1301
5674
  msgid "Undelete photo"
5675
  msgstr ""
5676
 
5677
+ #: wppa-photo-admin-autosave.php:1302
5678
  msgid "Delete video"
5679
  msgstr ""
5680
 
5681
+ #: wppa-photo-admin-autosave.php:1302
5682
  msgid "Delete photo"
5683
  msgstr ""
5684
 
5685
+ #: wppa-photo-admin-autosave.php:1313
5686
  msgid "Re-upload file"
5687
  msgstr ""
5688
 
5689
+ #: wppa-photo-admin-autosave.php:1328 wppa-settings-autosave.php:3297
5690
+ #: wppa-settings-autosave.php:6254
5691
  msgid "Upload"
5692
  msgstr ""
5693
 
5694
+ #: wppa-photo-admin-autosave.php:1365
5695
  msgid ""
5696
  "<b>ImageMagick</b> commands. The operations are execured upon the display "
5697
  "file."
5698
  msgstr ""
5699
 
5700
+ #: wppa-photo-admin-autosave.php:1366
5701
  msgid "A new thumbnail image will be created from the display file."
5702
  msgstr ""
5703
 
5704
+ #: wppa-photo-admin-autosave.php:1416
5705
  msgid "Flop"
5706
  msgstr ""
5707
 
5708
+ #: wppa-photo-admin-autosave.php:1426
5709
  msgid "Enhance"
5710
  msgstr ""
5711
 
5712
+ #: wppa-photo-admin-autosave.php:1436
5713
  msgid "Sharpen"
5714
  msgstr ""
5715
 
5716
+ #: wppa-photo-admin-autosave.php:1446
5717
  msgid "Blur"
5718
  msgstr ""
5719
 
5720
+ #: wppa-photo-admin-autosave.php:1456
5721
  msgid "Auto Gamma"
5722
  msgstr ""
5723
 
5724
+ #: wppa-photo-admin-autosave.php:1466
5725
  msgid "Auto Level"
5726
  msgstr ""
5727
 
5728
+ #: wppa-photo-admin-autosave.php:1476
5729
  msgid "Contrast+"
5730
  msgstr ""
5731
 
5732
+ #: wppa-photo-admin-autosave.php:1486
5733
  msgid "Contrast-"
5734
  msgstr ""
5735
 
5736
+ #: wppa-photo-admin-autosave.php:1496
5737
  msgid "Brightness+"
5738
  msgstr ""
5739
 
5740
+ #: wppa-photo-admin-autosave.php:1506
5741
  msgid "Brightness-"
5742
  msgstr ""
5743
 
5744
+ #: wppa-photo-admin-autosave.php:1516
5745
  msgid "Despeckle"
5746
  msgstr ""
5747
 
5748
+ #: wppa-photo-admin-autosave.php:1526
5749
  msgid "Linear gray"
5750
  msgstr ""
5751
 
5752
+ #: wppa-photo-admin-autosave.php:1536
5753
  msgid "Non-linear gray"
5754
  msgstr ""
5755
 
5756
+ #: wppa-photo-admin-autosave.php:1546
5757
  msgid "Charcoal"
5758
  msgstr ""
5759
 
5760
+ #: wppa-photo-admin-autosave.php:1556
5761
  msgid "Paint"
5762
  msgstr ""
5763
 
5764
+ #: wppa-photo-admin-autosave.php:1566
5765
  msgid "Sepia"
5766
  msgstr ""
5767
 
5768
+ #: wppa-photo-admin-autosave.php:1575
5769
  msgid "<b>ImageMagick</b> command stack"
5770
  msgstr ""
5771
 
5772
+ #: wppa-photo-admin-autosave.php:1588
5773
  msgid "Undo"
5774
  msgstr ""
5775
 
5776
+ #: wppa-photo-admin-autosave.php:1589
5777
  msgid "Undo last Magick command"
5778
  msgstr ""
5779
 
5780
+ #: wppa-photo-admin-autosave.php:1652
5781
  msgid "Photoname:"
5782
  msgstr ""
5783
 
5784
+ #: wppa-photo-admin-autosave.php:1693
5785
  msgid "Update Photo description"
5786
  msgstr ""
5787
 
5788
+ #: wppa-photo-admin-autosave.php:1739
5789
  msgid "Tags:"
5790
  msgstr ""
5791
 
5792
+ #: wppa-photo-admin-autosave.php:1755
5793
  msgid "Separate tags with commas."
5794
  msgstr ""
5795
 
5796
+ #: wppa-photo-admin-autosave.php:1766
5797
  msgid "- select -"
5798
  msgstr ""
5799
 
5800
+ #: wppa-photo-admin-autosave.php:1771
5801
+ msgid "- clear -"
5802
+ msgstr ""
5803
+
5804
+ #: wppa-photo-admin-autosave.php:1775
5805
  msgid "No tags yet"
5806
  msgstr ""
5807
 
5808
+ #: wppa-photo-admin-autosave.php:1781
5809
  msgid "Select to add"
5810
  msgstr ""
5811
 
5812
+ #: wppa-photo-admin-autosave.php:1829
5813
  msgid "Autopage Permalink:"
5814
  msgstr ""
5815
 
5816
+ #: wppa-photo-admin-autosave.php:1846
5817
  msgid "Photo specific link url:"
5818
  msgstr ""
5819
 
5820
+ #: wppa-photo-admin-autosave.php:1867
5821
  msgid "Same tab"
5822
  msgstr ""
5823
 
5824
+ #: wppa-photo-admin-autosave.php:1873 wppa-settings-autosave.php:5160
5825
+ #: wppa-settings-autosave.php:6223
5826
  msgid "New tab"
5827
  msgstr ""
5828
 
5829
+ #: wppa-photo-admin-autosave.php:1879
5830
  msgid "Tryit!"
5831
  msgstr ""
5832
 
5833
+ #: wppa-photo-admin-autosave.php:1888
5834
  msgid "Photo specific link title:"
5835
  msgstr ""
5836
 
5837
+ #: wppa-photo-admin-autosave.php:1902
5838
  msgid ""
5839
  "If you want this link to be used, check 'PS Overrule' checkbox in table VI."
5840
  msgstr ""
5841
 
5842
+ #: wppa-photo-admin-autosave.php:1917
5843
  msgid "HTML Alt attribute:"
5844
  msgstr ""
5845
 
5846
+ #: wppa-photo-admin-autosave.php:1941
5847
  msgid "Single image shortcode"
5848
  msgstr ""
5849
 
5850
+ #: wppa-photo-admin-autosave.php:1948
5851
  #, php-format
5852
  msgid "See %s The documentation %s for more shortcode options."
5853
  msgstr ""
5854
 
5855
+ #: wppa-photo-admin-autosave.php:1963
5856
  msgid "Permalink"
5857
  msgstr ""
5858
 
5859
+ #: wppa-photo-admin-autosave.php:1978
5860
  msgid "Hi resolution url"
5861
  msgstr ""
5862
 
5863
+ #: wppa-photo-admin-autosave.php:1993
5864
  msgid "Display file url"
5865
  msgstr ""
5866
 
5867
+ #: wppa-photo-admin-autosave.php:2009
5868
  msgid "Thumbnail file url"
5869
  msgstr ""
5870
 
5871
+ #: wppa-photo-admin-autosave.php:2066 wppa-photo-admin-autosave.php:2075
5872
  msgid "Trash"
5873
  msgstr ""
5874
 
5875
+ #: wppa-photo-admin-autosave.php:2205
5876
  #, php-format
5877
  msgid "Time is out after processing %d out of %d items."
5878
  msgstr ""
5879
 
5880
+ #: wppa-photo-admin-autosave.php:2218
5881
  #, php-format
5882
  msgid "%d photos deleted."
5883
  msgstr ""
5884
 
5885
+ #: wppa-photo-admin-autosave.php:2221
5886
  #, php-format
5887
  msgid "%1$s photos moved to album %2$s."
5888
  msgstr ""
5889
 
5890
+ #: wppa-photo-admin-autosave.php:2224
5891
  #, php-format
5892
  msgid "%1$s photos copied to album %2$s."
5893
  msgstr ""
5894
 
5895
+ #: wppa-photo-admin-autosave.php:2227
5896
  #, php-format
5897
  msgid "Changed status to %1$s on %2$s photos."
5898
  msgstr ""
5899
 
5900
+ #: wppa-photo-admin-autosave.php:2230
5901
  #, php-format
5902
  msgid "Changed owner to %1$s on %2$s photos."
5903
  msgstr ""
5904
 
5905
+ #: wppa-photo-admin-autosave.php:2233
5906
  #, php-format
5907
  msgid "%d photos processed."
5908
  msgstr ""
5909
 
5910
+ #: wppa-photo-admin-autosave.php:2377
5911
  msgid "Moving..."
5912
  msgstr ""
5913
 
5914
+ #: wppa-photo-admin-autosave.php:2424
5915
+ msgid "Bulk action:"
5916
+ msgstr ""
5917
+
5918
+ #: wppa-photo-admin-autosave.php:2428
5919
  msgid "Move to"
5920
  msgstr ""
5921
 
5922
+ #: wppa-photo-admin-autosave.php:2429
5923
  msgid "Copy to"
5924
  msgstr ""
5925
 
5926
+ #: wppa-photo-admin-autosave.php:2431
5927
  msgid "Set status to"
5928
  msgstr ""
5929
 
5930
+ #: wppa-photo-admin-autosave.php:2434
5931
  msgid "Set owner to"
5932
  msgstr ""
5933
 
5934
+ #: wppa-photo-admin-autosave.php:2441
5935
  msgid "- select a status -"
5936
  msgstr ""
5937
 
5938
+ #: wppa-photo-admin-autosave.php:2456
5939
  msgid "- select an owner -"
5940
  msgstr ""
5941
 
5942
+ #: wppa-photo-admin-autosave.php:2468
5943
  msgid "Doit!"
5944
  msgstr ""
5945
 
5946
+ #: wppa-photo-admin-autosave.php:2476
5947
  msgid "the previous page"
5948
  msgstr ""
5949
 
5950
+ #: wppa-photo-admin-autosave.php:2477
5951
  msgid "the same page"
5952
  msgstr ""
5953
 
5954
+ #: wppa-photo-admin-autosave.php:2478
5955
  msgid "the next page"
5956
  msgstr ""
5957
 
5958
+ #: wppa-photo-admin-autosave.php:2480
5959
  #, php-format
5960
  msgid "Go to %s after Doit!."
5961
  msgstr ""
5962
 
5963
+ #: wppa-photo-admin-autosave.php:2493
5964
  msgid "Confirm delete"
5965
  msgstr ""
5966
 
5967
+ #: wppa-photo-admin-autosave.php:2502
5968
  msgid "Confirm move"
5969
  msgstr ""
5970
 
5971
+ #: wppa-photo-admin-autosave.php:2517 wppa-photo-admin-autosave.php:2712
5972
+ #: wppa-potd-admin.php:321 wppa-settings-autosave.php:9123
5973
  msgid "Preview"
5974
  msgstr ""
5975
 
5976
+ #: wppa-photo-admin-autosave.php:2522 wppa-photo-admin-autosave.php:2717
5977
  msgid "Remark"
5978
  msgstr ""
5979
 
5980
+ #: wppa-photo-admin-autosave.php:2532
5981
+ #, php-format
5982
+ msgid "Moderate photos from album %s by %s"
5983
+ msgstr ""
5984
+
5985
+ #: wppa-photo-admin-autosave.php:2561
5986
  msgid "Deleting..."
5987
  msgstr ""
5988
 
5989
+ #: wppa-photo-admin-autosave.php:2654
5990
  msgid "Target album for move to:"
5991
  msgstr ""
5992
 
5993
+ #: wppa-photo-admin-autosave.php:2730
5994
+ msgid "No photos to moderate"
5995
+ msgstr ""
5996
+
5997
+ #: wppa-photo-admin-autosave.php:2738
5998
  #, php-format
5999
  msgid "Page %d is empty, try <a href=\"%s\" >page %d</a>."
6000
  msgstr ""
6001
 
6002
+ #: wppa-photo-admin-autosave.php:2863
6003
  msgid ""
6004
  "Setting photo sequence order has only effect if the photo order method is "
6005
  "set to <b>Order#</b>"
6006
  msgstr ""
6007
 
6008
+ #: wppa-photo-admin-autosave.php:2921
6009
  msgid "Id: "
6010
  msgstr ""
6011
 
6012
+ #: wppa-photo-admin-autosave.php:2922 wppa-settings-autosave.php:392
6013
  msgid "Video"
6014
  msgstr ""
6015
 
6016
+ #: wppa-photo-admin-autosave.php:2923 wppa-settings-autosave.php:372
6017
  msgid "Audio"
6018
  msgstr ""
6019
 
6020
+ #: wppa-photo-admin-autosave.php:2924
6021
  msgid "Ord: "
6022
  msgstr ""
6023
 
6024
+ #: wppa-photo-admin-autosave.php:2937
6025
  msgid "The album is empty."
6026
  msgstr ""
6027
 
6028
+ #: wppa-photo-admin-autosave.php:3004 wppa-photo-admin-autosave.php:3022
6029
+ #: wppa-settings-autosave.php:4632 wppa-setup.php:359
6030
  msgid "Required"
6031
  msgstr ""
6032
 
6033
+ #: wppa-photo-admin-autosave.php:3047
6034
  msgid "Combined"
6035
  msgstr ""
6036
 
6037
+ #: wppa-photo-admin-autosave.php:3084
6038
  msgid "Word"
6039
  msgstr ""
6040
 
6041
+ #: wppa-photo-admin-autosave.php:3087
6042
  msgid "Count"
6043
  msgstr ""
6044
 
6045
+ #: wppa-photo-admin-autosave.php:3139 wppa-settings-autosave.php:6737
6046
  msgid "Tags"
6047
  msgstr ""
6048
 
6049
+ #: wppa-photo-admin-autosave.php:3259
6050
  msgid "Send"
6051
  msgstr ""
6052
 
6067
  msgid "Changes are updated immediately. The page will reload if required."
6068
  msgstr ""
6069
 
6070
+ #: wppa-potd-admin.php:70 wppa-potd-admin.php:357
6071
+ #: wppa-settings-autosave.php:517 wppa-settings-autosave.php:688
6072
+ #: wppa-settings-autosave.php:710 wppa-settings-autosave.php:1489
6073
+ #: wppa-settings-autosave.php:1510 wppa-settings-autosave.php:3074
6074
+ #: wppa-settings-autosave.php:3095 wppa-settings-autosave.php:3480
6075
+ #: wppa-settings-autosave.php:3504 wppa-settings-autosave.php:4915
6076
+ #: wppa-settings-autosave.php:4936 wppa-settings-autosave.php:5131
6077
+ #: wppa-settings-autosave.php:5155 wppa-settings-autosave.php:6218
6078
+ #: wppa-settings-autosave.php:6983 wppa-settings-autosave.php:7005
6079
+ #: wppa-settings-autosave.php:7856 wppa-settings-autosave.php:7880
6080
+ #: wppa-settings-autosave.php:9874 wppa-settings-autosave.php:9895
6081
+ #: wppa-settings-autosave.php:9935 wppa-settings-autosave.php:9957
6082
+ #: wppa-settings-autosave.php:10003
6083
+ msgid "#"
6084
+ msgstr ""
6085
+
6086
  #: wppa-potd-admin.php:73 wppa-potd-admin.php:360
6087
+ #: wppa-settings-autosave.php:520 wppa-settings-autosave.php:691
6088
+ #: wppa-settings-autosave.php:713 wppa-settings-autosave.php:1492
6089
+ #: wppa-settings-autosave.php:1513 wppa-settings-autosave.php:3077
6090
+ #: wppa-settings-autosave.php:3507 wppa-settings-autosave.php:4918
6091
+ #: wppa-settings-autosave.php:6986 wppa-settings-autosave.php:7883
6092
+ #: wppa-settings-autosave.php:9877
6093
  msgid "Setting"
6094
  msgstr ""
6095
 
6096
  #: wppa-potd-admin.php:74 wppa-potd-admin.php:361
6097
+ #: wppa-settings-autosave.php:521 wppa-settings-autosave.php:692
6098
+ #: wppa-settings-autosave.php:714 wppa-settings-autosave.php:1493
6099
+ #: wppa-settings-autosave.php:1514 wppa-settings-autosave.php:3078
6100
+ #: wppa-settings-autosave.php:3102 wppa-settings-autosave.php:3487
6101
+ #: wppa-settings-autosave.php:3508 wppa-settings-autosave.php:4919
6102
+ #: wppa-settings-autosave.php:4943 wppa-settings-autosave.php:5138
6103
+ #: wppa-settings-autosave.php:5162 wppa-settings-autosave.php:6225
6104
+ #: wppa-settings-autosave.php:6988 wppa-settings-autosave.php:7012
6105
+ #: wppa-settings-autosave.php:7863 wppa-settings-autosave.php:7884
6106
+ #: wppa-settings-autosave.php:9878 wppa-settings-autosave.php:9900
6107
+ #: wppa-settings-autosave.php:9940 wppa-settings-autosave.php:9962
6108
+ #: wppa-settings-autosave.php:10008
6109
  msgid "Help"
6110
  msgstr ""
6111
 
6131
  msgid "Enter the desired display width of the photo in the sidebar."
6132
  msgstr ""
6133
 
6134
+ #: wppa-potd-admin.php:93 wppa-settings-autosave.php:731
6135
+ #: wppa-settings-autosave.php:740 wppa-settings-autosave.php:862
6136
+ #: wppa-settings-autosave.php:1024 wppa-settings-autosave.php:1035
6137
  msgid "pixels wide"
6138
  msgstr ""
6139
 
6140
+ #: wppa-potd-admin.php:96 wppa-tinymce-shortcodes.php:624
6141
  msgid "Horizontal alignment:"
6142
  msgstr ""
6143
 
6145
  msgid "Enter the desired display alignment of the photo in the sidebar."
6146
  msgstr ""
6147
 
6148
+ #: wppa-potd-admin.php:100 wppa-settings-autosave.php:3860
6149
+ #: wppa-settings-autosave.php:3874 wppa-settings-autosave.php:4131
6150
+ #: wppa-settings-autosave.php:9852 wppa-slideshow-widget.php:217
6151
+ #: wppa-tinymce-shortcodes.php:629
6152
  msgid "center"
6153
  msgstr ""
6154
 
6188
  msgid "The counter links to."
6189
  msgstr ""
6190
 
6191
+ #: wppa-potd-admin.php:156 wppa-settings-autosave.php:1087
6192
+ #: wppa-settings-autosave.php:5965 wppa-settings-autosave.php:5999
6193
+ #: wppa-settings-autosave.php:6096
6194
  msgid "thumbnails"
6195
  msgstr ""
6196
 
6197
+ #: wppa-potd-admin.php:156 wppa-settings-autosave.php:5966
6198
+ #: wppa-settings-autosave.php:6000 wppa-settings-autosave.php:6097
6199
  msgid "slideshow"
6200
  msgstr ""
6201
 
6228
  msgstr ""
6229
 
6230
  #: wppa-potd-admin.php:190 wppa-potd-admin.php:644 wppa-potd-admin.php:669
6231
+ #: wppa-potd-admin.php:707 wppa-settings-autosave.php:355
6232
+ #: wppa-settings-autosave.php:7711 wppa-settings-autosave.php:7738
6233
+ #: wppa-settings-autosave.php:8992 wppa-settings-autosave.php:8994
6234
+ #: wppa-settings-autosave.php:10403 wppa-settings-autosave.php:10421
6235
+ #: wppa-settings-autosave.php:10441 wppa-settings-autosave.php:10458
6236
+ #: wppa-settings-autosave.php:10487 wppa-settings-autosave.php:10505
6237
+ #: wppa-settings-autosave.php:10529 wppa-settings-autosave.php:10550
6238
+ #: wppa-settings-autosave.php:10570 wppa-settings-autosave.php:10587
6239
+ #: wppa-settings-autosave.php:10631 wppa-settings-autosave.php:10684
6240
+ #: wppa-settings-autosave.php:10716
6241
  msgid "Setting unmodified"
6242
  msgstr ""
6243
 
6404
  msgid "There are too many photos in the selection to show a preview ( %d )"
6405
  msgstr ""
6406
 
6407
+ #: wppa-potd-admin.php:573 wppa-settings-autosave.php:10331
6408
  msgid "The default for this setting is:"
6409
  msgstr ""
6410
 
6411
+ #: wppa-potd-admin.php:590 wppa-settings-autosave.php:10348
6412
  msgid "Click for help"
6413
  msgstr ""
6414
 
6415
+ #: wppa-potd-admin.php:614 wppa-settings-autosave.php:10732
6416
  msgid "Checked"
6417
  msgstr ""
6418
 
6419
+ #: wppa-potd-admin.php:615 wppa-settings-autosave.php:10733
6420
  msgid "Unchecked"
6421
  msgstr ""
6422
 
6423
+ #: wppa-potd-admin.php:616 wppa-settings-autosave.php:5220
6424
+ #: wppa-settings-autosave.php:5263 wppa-settings-autosave.php:5341
6425
+ #: wppa-settings-autosave.php:5384 wppa-settings-autosave.php:5434
6426
+ #: wppa-settings-autosave.php:5483 wppa-settings-autosave.php:5532
6427
+ #: wppa-settings-autosave.php:5586 wppa-settings-autosave.php:5624
6428
+ #: wppa-settings-autosave.php:5676 wppa-settings-autosave.php:5718
6429
+ #: wppa-settings-autosave.php:5760 wppa-settings-autosave.php:5801
6430
+ #: wppa-settings-autosave.php:10734
6431
  msgid "no link at all."
6432
  msgstr ""
6433
 
6434
+ #: wppa-potd-admin.php:617 wppa-settings-autosave.php:5221
6435
+ #: wppa-settings-autosave.php:5264 wppa-settings-autosave.php:5342
6436
+ #: wppa-settings-autosave.php:5385 wppa-settings-autosave.php:5435
6437
+ #: wppa-settings-autosave.php:5484 wppa-settings-autosave.php:5533
6438
+ #: wppa-settings-autosave.php:5587 wppa-settings-autosave.php:5625
6439
+ #: wppa-settings-autosave.php:5677 wppa-settings-autosave.php:5719
6440
+ #: wppa-settings-autosave.php:5761 wppa-settings-autosave.php:5802
6441
+ #: wppa-settings-autosave.php:10735
6442
  msgid "the plain photo (file)."
6443
  msgstr ""
6444
 
6445
+ #: wppa-potd-admin.php:618 wppa-settings-autosave.php:5224
6446
+ #: wppa-settings-autosave.php:5267 wppa-settings-autosave.php:5343
6447
+ #: wppa-settings-autosave.php:5388 wppa-settings-autosave.php:5438
6448
+ #: wppa-settings-autosave.php:5487 wppa-settings-autosave.php:5536
6449
+ #: wppa-settings-autosave.php:5626 wppa-settings-autosave.php:5679
6450
+ #: wppa-settings-autosave.php:5721 wppa-settings-autosave.php:5763
6451
+ #: wppa-settings-autosave.php:10736
6452
  msgid "the full size photo in a slideshow."
6453
  msgstr ""
6454
 
6455
+ #: wppa-potd-admin.php:619 wppa-settings-autosave.php:5225
6456
+ #: wppa-settings-autosave.php:5268 wppa-settings-autosave.php:5344
6457
+ #: wppa-settings-autosave.php:5390 wppa-settings-autosave.php:5440
6458
+ #: wppa-settings-autosave.php:5489 wppa-settings-autosave.php:5538
6459
+ #: wppa-settings-autosave.php:5628 wppa-settings-autosave.php:5680
6460
+ #: wppa-settings-autosave.php:5722 wppa-settings-autosave.php:5764
6461
+ #: wppa-settings-autosave.php:5803 wppa-settings-autosave.php:10737
6462
  msgid "the fullsize photo on its own."
6463
  msgstr ""
6464
 
6465
+ #: wppa-potd-admin.php:620 wppa-settings-autosave.php:10738
6466
  msgid "the photo specific link."
6467
  msgstr ""
6468
 
6469
+ #: wppa-potd-admin.php:621 wppa-settings-autosave.php:5223
6470
+ #: wppa-settings-autosave.php:5266 wppa-settings-autosave.php:5678
6471
+ #: wppa-settings-autosave.php:5720 wppa-settings-autosave.php:5762
6472
+ #: wppa-settings-autosave.php:10739
6473
  msgid "the content of the album."
6474
  msgstr ""
6475
 
6476
+ #: wppa-potd-admin.php:622 wppa-settings-autosave.php:5265
6477
+ #: wppa-settings-autosave.php:10740
6478
  msgid "defined at widget activation."
6479
  msgstr ""
6480
 
6481
+ #: wppa-potd-admin.php:623 wppa-settings-autosave.php:5222
6482
+ #: wppa-settings-autosave.php:10741
6483
  msgid "defined on widget admin page."
6484
  msgstr ""
6485
 
6486
+ #: wppa-potd-admin.php:624 wppa-settings-autosave.php:5588
6487
+ #: wppa-settings-autosave.php:10742
6488
  msgid "same as title."
6489
  msgstr ""
6490
 
6491
  #: wppa-potd-admin.php:636 wppa-potd-admin.php:659 wppa-potd-admin.php:680
6492
+ #: wppa-settings-autosave.php:10393 wppa-settings-autosave.php:10413
6493
+ #: wppa-settings-autosave.php:10431 wppa-settings-autosave.php:10450
6494
+ #: wppa-settings-autosave.php:10480 wppa-settings-autosave.php:10497
6495
+ #: wppa-settings-autosave.php:10521 wppa-settings-autosave.php:10542
6496
+ #: wppa-settings-autosave.php:10562 wppa-settings-autosave.php:10604
6497
  msgid "Slug ="
6498
  msgstr ""
6499
 
6500
+ #: wppa-potd-admin.php:636 wppa-settings-autosave.php:10497
6501
+ #: wppa-settings-autosave.php:10521 wppa-settings-autosave.php:10542
6502
+ #: wppa-settings-autosave.php:10562
6503
  msgid "Values = yes, no"
6504
  msgstr ""
6505
 
6506
+ #: wppa-potd-admin.php:680 wppa-settings-autosave.php:10604
6507
  msgid "Values = "
6508
  msgstr ""
6509
 
6540
  msgstr ""
6541
 
6542
  #: wppa-search-widget.php:16 wppa-search-widget.php:38
6543
+ #: wppa-search-widget.php:86
6544
  msgid "Search Photos"
6545
  msgstr ""
6546
 
6547
+ #: wppa-search-widget.php:110
6548
  msgid "Text:"
6549
  msgstr ""
6550
 
6551
+ #: wppa-search-widget.php:114
6552
  msgid ""
6553
  "Enter optional text that will appear before the input box. This may contain "
6554
  "HTML so you can change font size and color."
6555
  msgstr ""
6556
 
6557
+ #: wppa-search-widget.php:118
6558
  msgid "Enable rootsearch"
6559
  msgstr ""
6560
 
6561
+ #: wppa-search-widget.php:122
6562
+ msgid "See Table IX-E17 to change the label text"
6563
+ msgstr ""
6564
+
6565
+ #: wppa-search-widget.php:127
6566
  msgid ""
6567
  "If you want the search to be limited to a specific album and its "
6568
  "(grand)children, select the album here."
6569
  msgstr ""
6570
 
6571
+ #: wppa-search-widget.php:129
6572
  msgid ""
6573
  "If you select an album here, it will overrule the previous checkbox using "
6574
  "the album as a 'fixed' root."
6575
  msgstr ""
6576
 
6577
+ #: wppa-search-widget.php:143
6578
  msgid "Enable subsearch"
6579
  msgstr ""
6580
 
6581
+ #: wppa-search-widget.php:147
6582
+ msgid "See Table IX-E16 to change the label text"
6583
+ msgstr ""
6584
+
6585
+ #: wppa-search-widget.php:153
6586
+ msgid "Add category selectionbox"
6587
+ msgstr ""
6588
+
6589
+ #: wppa-search-widget.php:158 wppa-settings-autosave.php:6149
6590
  msgid "Landing page"
6591
  msgstr ""
6592
 
6593
+ #: wppa-search-widget.php:167 wppa-settings-autosave.php:4107
6594
+ #: wppa-settings-autosave.php:4131 wppa-tinymce-shortcodes.php:516
6595
+ #: wppa-tinymce-shortcodes.php:535 wppa-watermark.php:587
6596
+ #: wppa-watermark.php:652
6597
+ msgid "--- default ---"
6598
  msgstr ""
6599
 
6600
+ #: wppa-search-widget.php:210
6601
  msgid "The default page will be created automaticly"
6602
  msgstr ""
6603
 
6604
+ #: wppa-settings-autosave.php:50
6605
  msgid "Close!"
6606
  msgstr ""
6607
 
6608
+ #: wppa-settings-autosave.php:98
6609
  msgid "Saved settings restored"
6610
  msgstr ""
6611
 
6612
+ #: wppa-settings-autosave.php:101
6613
  msgid "Unable to restore saved settings"
6614
  msgstr ""
6615
 
6616
+ #: wppa-settings-autosave.php:107
6617
  msgid "Reset to default settings"
6618
  msgstr ""
6619
 
6620
+ #: wppa-settings-autosave.php:110
6621
  msgid "Unable to set defaults"
6622
  msgstr ""
6623
 
6624
+ #: wppa-settings-autosave.php:115
6625
  #, php-format
6626
  msgid "Skinfile %s loaded"
6627
  msgstr ""
6628
 
6629
+ #: wppa-settings-autosave.php:126 wppa-settings-autosave.php:148
6630
+ #: wppa-settings-autosave.php:169
6631
  #, php-format
6632
  msgid "Upload error %s"
6633
  msgstr ""
6634
 
6635
+ #: wppa-settings-autosave.php:131
6636
  #, php-format
6637
  msgid "Uploaded file %s is not a .png file"
6638
  msgstr ""
6639
 
6640
+ #: wppa-settings-autosave.php:135 wppa-settings-autosave.php:156
6641
+ #: wppa-settings-autosave.php:192
6642
  #, php-format
6643
  msgid "Upload of %s done"
6644
  msgstr ""
6645
 
6646
+ #: wppa-settings-autosave.php:140 wppa-settings-autosave.php:161
6647
+ #: wppa-settings-autosave.php:197
6648
  msgid "No file selected or error on upload"
6649
  msgstr ""
6650
 
6651
+ #: wppa-settings-autosave.php:152
6652
  #, php-format
6653
  msgid "Uploaded file %s is not a .ttf file"
6654
  msgstr ""
6655
 
6656
+ #: wppa-settings-autosave.php:174
6657
  #, php-format
6658
  msgid "Uploaded file %s is not a valid image file"
6659
  msgstr ""
6660
 
6661
+ #: wppa-settings-autosave.php:253
6662
  #, php-format
6663
  msgid ""
6664
  "%s invalid ratings removed. Please run Table VIII-A5: Rerate to fix the "
6665
  "averages."
6666
  msgstr ""
6667
 
6668
+ #: wppa-settings-autosave.php:264
6669
  #, php-format
6670
  msgid "%s last album used settings removed."
6671
  msgstr ""
6672
 
6673
+ #: wppa-settings-autosave.php:272
6674
  msgid "WP Photo Album Plus Settings"
6675
  msgstr ""
6676
 
6677
+ #: wppa-settings-autosave.php:272
6678
  msgid "Auto Save"
6679
  msgstr ""
6680
 
6681
+ #: wppa-settings-autosave.php:275
6682
  msgid "Database revision:"
6683
  msgstr ""
6684
 
6685
+ #: wppa-settings-autosave.php:276
6686
  msgid "WP Charset:"
6687
  msgstr ""
6688
 
6689
+ #: wppa-settings-autosave.php:277
6690
+ msgid "Current PHP version:"
6691
+ msgstr ""
6692
+
6693
+ #: wppa-settings-autosave.php:278
6694
+ msgid "WPPA+ API Version:"
6695
+ msgstr ""
6696
+
6697
+ #: wppa-settings-autosave.php:282
6698
  msgid "Multisite in singlesite mode."
6699
  msgstr ""
6700
 
6701
+ #: wppa-settings-autosave.php:285
6702
  msgid "Multisite enabled."
6703
  msgstr ""
6704
 
6705
+ #: wppa-settings-autosave.php:287
6706
  msgid "Blogid ="
6707
  msgstr ""
6708
 
6709
+ #: wppa-settings-autosave.php:305
6710
  msgid "Please de-activate plugin <i style=\"font-size:14px;\">"
6711
  msgstr ""
6712
 
6713
+ #: wppa-settings-autosave.php:305
6714
  msgid ". </i>This plugin will cause wppa+ to function not properly."
6715
  msgstr ""
6716
 
6717
+ #: wppa-settings-autosave.php:315
6718
  msgid "Please note that plugin <i style=\"font-size:14px;\">"
6719
  msgstr ""
6720
 
6721
+ #: wppa-settings-autosave.php:315
6722
  msgid "</i> can cause wppa+ to function not properly if it is misconfigured."
6723
  msgstr ""
6724
 
6725
+ #: wppa-settings-autosave.php:320
6726
  msgid ""
6727
  "There is a serious misconfiguration in your servers PHP config. Function "
6728
  "wppa_imagecreatefromjpeg() does not exist. You will encounter problems when "
6730
  "hosting provider to add GD support with a minimal version 1.8."
6731
  msgstr ""
6732
 
6733
+ #: wppa-settings-autosave.php:328
6734
  msgid "Remove empty albums needs completion. See Table VIII"
6735
  msgstr ""
6736
 
6737
+ #: wppa-settings-autosave.php:329
6738
  msgid "Applying new photo description needs completion. See Table VIII"
6739
  msgstr ""
6740
 
6741
+ #: wppa-settings-autosave.php:330
6742
  msgid "Appending to photo description needs completion. See Table VIII"
6743
  msgstr ""
6744
 
6745
+ #: wppa-settings-autosave.php:331
6746
  msgid "Removing from photo description needs completion. See Table VIII"
6747
  msgstr ""
6748
 
6749
+ #: wppa-settings-autosave.php:332
6750
  msgid "Removing file extensions needs completion. See Table VIII"
6751
  msgstr ""
6752
 
6753
+ #: wppa-settings-autosave.php:333
6754
  msgid "Regenerating the Thumbnails needs completion. See Table VIII"
6755
  msgstr ""
6756
 
6757
+ #: wppa-settings-autosave.php:334
6758
  msgid "Rerating needs completion. See Table VIII"
6759
  msgstr ""
6760
 
6761
+ #: wppa-settings-autosave.php:342
6762
  msgid ""
6763
  "A thumbframe width or height should not be smaller than a thumbnail size. "
6764
  "Please correct the corresponding setting(s) in Table I-C"
6765
  msgstr ""
6766
 
6767
+ #: wppa-settings-autosave.php:347
6768
  msgid "Show legenda"
6769
  msgstr ""
6770
 
6771
+ #: wppa-settings-autosave.php:349
6772
  msgid "Legenda:"
6773
  msgstr ""
6774
 
6775
+ #: wppa-settings-autosave.php:350 wppa-settings-autosave.php:352
6776
+ #: wppa-settings-autosave.php:2090 wppa-settings-autosave.php:5893
6777
  msgid "Button"
6778
  msgstr ""
6779
 
6780
+ #: wppa-settings-autosave.php:350
6781
  msgid "action that causes page reload."
6782
  msgstr ""
6783
 
6784
+ #: wppa-settings-autosave.php:352 wppa-settings-autosave.php:10765
6785
+ #: wppa-settings-autosave.php:10784
6786
  msgid "Are you sure?"
6787
  msgstr ""
6788
 
6789
+ #: wppa-settings-autosave.php:353
6790
  msgid "action that does not cause page reload."
6791
  msgstr ""
6792
 
6793
+ #: wppa-settings-autosave.php:357
6794
  msgid "Update in progress"
6795
  msgstr ""
6796
 
6797
+ #: wppa-settings-autosave.php:359
6798
  msgid "Setting updated"
6799
  msgstr ""
6800
 
6801
+ #: wppa-settings-autosave.php:361
6802
  msgid "Update failed"
6803
  msgstr ""
6804
 
6805
+ #: wppa-settings-autosave.php:363
6806
  msgid "Hide this"
6807
  msgstr ""
6808
 
6809
+ #: wppa-settings-autosave.php:369
6810
  msgid "System"
6811
  msgstr ""
6812
 
6813
+ #: wppa-settings-autosave.php:370
6814
  msgid "Access"
6815
  msgstr ""
6816
 
6817
+ #: wppa-settings-autosave.php:374
6818
  msgid "Counts"
6819
  msgstr ""
6820
 
6821
+ #: wppa-settings-autosave.php:375
6822
  msgid "Covers"
6823
  msgstr ""
6824
 
6825
+ #: wppa-settings-autosave.php:376
6826
  msgid "Layout"
6827
  msgstr ""
6828
 
6829
+ #: wppa-settings-autosave.php:377 wppa-settings-autosave.php:5091
6830
  msgid "Lightbox"
6831
  msgstr ""
6832
 
6833
+ #: wppa-settings-autosave.php:378
6834
  msgid "Links"
6835
  msgstr ""
6836
 
6837
+ #: wppa-settings-autosave.php:379
6838
  msgid "Mail"
6839
  msgstr ""
6840
 
6841
+ #: wppa-settings-autosave.php:380
6842
  msgid "Metadata"
6843
  msgstr ""
6844
 
6845
+ #: wppa-settings-autosave.php:381
6846
  msgid "Navigation"
6847
  msgstr ""
6848
 
6849
+ #: wppa-settings-autosave.php:383 wppa-settings-autosave.php:9155
6850
+ #: wppa-settings-autosave.php:9200
6851
  msgid "Rating"
6852
  msgstr ""
6853
 
6854
+ #: wppa-settings-autosave.php:385
6855
  msgid "Sizes"
6856
  msgstr ""
6857
 
6858
+ #: wppa-settings-autosave.php:386
6859
  msgid "Slideshows"
6860
  msgstr ""
6861
 
6862
+ #: wppa-settings-autosave.php:387
6863
  msgid "Social Media"
6864
  msgstr ""
6865
 
6866
+ #: wppa-settings-autosave.php:389
6867
  msgid "Uploads"
6868
  msgstr ""
6869
 
6870
+ #: wppa-settings-autosave.php:390
6871
  msgid "Widgets"
6872
  msgstr ""
6873
 
6874
+ #: wppa-settings-autosave.php:391 wppa-settings-autosave.php:8973
6875
  msgid "Watermark"
6876
  msgstr ""
6877
 
6878
+ #: wppa-settings-autosave.php:399
6879
  msgid "Click on the banner of a (sub)table to open/close it, or"
6880
  msgstr ""
6881
 
6882
+ #: wppa-settings-autosave.php:401
6883
  msgid "Show settings related to:"
6884
  msgstr ""
6885
 
6886
+ #: wppa-settings-autosave.php:407
6887
  msgid "and ( optionally ) to:"
6888
  msgstr ""
6889
 
6890
+ #: wppa-settings-autosave.php:423
6891
  msgid "Quick setup"
6892
  msgstr ""
6893
 
6894
+ #: wppa-settings-autosave.php:425
6895
  msgid "Do a quick initial setup"
6896
  msgstr ""
6897
 
6898
+ #: wppa-settings-autosave.php:426
6899
  msgid "Close quick setup"
6900
  msgstr ""
6901
 
6902
+ #: wppa-settings-autosave.php:468
6903
+ msgid "--- please select a page ---"
6904
  msgstr ""
6905
 
6906
+ #: wppa-settings-autosave.php:497
6907
  msgid "--- No page to link to (yet) ---"
6908
  msgstr ""
6909
 
6910
+ #: wppa-settings-autosave.php:502
6911
  msgid "--- Will be auto created ---"
6912
  msgstr ""
6913
 
6914
+ #: wppa-settings-autosave.php:509
6915
  msgid "Table O:"
6916
  msgstr ""
6917
 
6918
+ #: wppa-settings-autosave.php:509
6919
  msgid "Quick Setup:"
6920
  msgstr ""
6921
 
6922
+ #: wppa-settings-autosave.php:510
6923
  msgid "This table enables you to quickly do an inital setup."
6924
  msgstr ""
6925
 
6926
+ #: wppa-settings-autosave.php:532
6927
  msgid ""
6928
  "To quickly setup WPPA+ please answer the following questions. You can alway "
6929
  "change any setting later. <a>Click on me!</a>"
6930
  msgstr ""
6931
 
6932
+ #: wppa-settings-autosave.php:534
6933
  msgid "Is your theme <i>responsive</i>?"
6934
  msgstr ""
6935
 
6936
+ #: wppa-settings-autosave.php:535
6937
  msgid ""
6938
  "Responsive themes have a layout that varies with the size of the browser "
6939
  "window."
6940
  msgstr ""
6941
 
6942
+ #: wppa-settings-autosave.php:536
6943
  msgid ""
6944
  "WPPA+ needs to know this to automaticly adept the width of the display to "
6945
  "the available width on the page."
6946
  msgstr ""
6947
 
6948
+ #: wppa-settings-autosave.php:543
6949
  msgid "Do you want to downsize photos during upload?"
6950
  msgstr ""
6951
 
6952
+ #: wppa-settings-autosave.php:544
6953
  msgid ""
6954
  "Downsizing photos make them load faster to the visitor, without loosing "
6955
  "display quality"
6956
  msgstr ""
6957
 
6958
+ #: wppa-settings-autosave.php:545
6959
  msgid ""
6960
  "If you answer yes, the photos will be downsized to max 1024 x 768 pixels. "
6961
  "You can change this later, if you like"
6962
  msgstr ""
6963
 
6964
+ #: wppa-settings-autosave.php:552
6965
  msgid "Do you want to save the original photofiles?"
6966
  msgstr ""
6967
 
6968
+ #: wppa-settings-autosave.php:553
6969
  msgid "This will require considerable disk space on the server."
6970
  msgstr ""
6971
 
6972
+ #: wppa-settings-autosave.php:554
6973
  msgid ""
6974
  "If you answer yes, you will be able to remove watermarks you applied with "
6975
  "wppa+ in a later stage, redo downsizing to a larger size afterwards, and "
6976
  "supply fullsize images for download."
6977
  msgstr ""
6978
 
6979
+ #: wppa-settings-autosave.php:561
6980
  msgid "May visitors upload photos?"
6981
  msgstr ""
6982
 
6983
+ #: wppa-settings-autosave.php:562
6984
  msgid ""
6985
  "It is safe to do so, but i will have to do some settings to keep it safe!"
6986
  msgstr ""
6987
 
6988
+ #: wppa-settings-autosave.php:563
6989
  msgid ""
6990
  "If you answer yes, i will assume you want to enable logged in users to "
6991
  "upload photos at the front-end of the website and allow them to edit their "
6992
  "photos name and descriptions."
6993
  msgstr ""
6994
 
6995
+ #: wppa-settings-autosave.php:564
6996
  msgid ""
6997
  "The photos will be hold for moderation, the admin will get notified by email."
6998
  msgstr ""
6999
 
7000
+ #: wppa-settings-autosave.php:565
7001
  msgid ""
7002
  "Each user will get his own album to upload to. These settings can be changed "
7003
  "later."
7004
  msgstr ""
7005
 
7006
+ #: wppa-settings-autosave.php:572
7007
  msgid "Do you want the rating system active?"
7008
  msgstr ""
7009
 
7010
+ #: wppa-settings-autosave.php:573
7011
  msgid "Enable the rating system and show the votes in the slideshow."
7012
  msgstr ""
7013
 
7014
+ #: wppa-settings-autosave.php:574
7015
  msgid "You can configure the details of the rating system later"
7016
  msgstr ""
7017
 
7018
+ #: wppa-settings-autosave.php:581
7019
  msgid "Do you want the comment system active?"
7020
  msgstr ""
7021
 
7022
+ #: wppa-settings-autosave.php:582
7023
  msgid "Enable the comment system and show the comments in the slideshow."
7024
  msgstr ""
7025
 
7026
+ #: wppa-settings-autosave.php:583
7027
  msgid "You can configure the details of the comment system later"
7028
  msgstr ""
7029
 
7030
+ #: wppa-settings-autosave.php:590
7031
  msgid "Do you want the social media share buttons displayed?"
7032
  msgstr ""
7033
 
7034
+ #: wppa-settings-autosave.php:591
7035
  msgid "Display the social media buttons in the slideshow"
7036
  msgstr ""
7037
 
7038
+ #: wppa-settings-autosave.php:592
7039
  msgid ""
7040
  "These buttons share the specific photo rather than the page where it is "
7041
  "displayed on"
7042
  msgstr ""
7043
 
7044
+ #: wppa-settings-autosave.php:599
7045
  msgid "Are you going to use IPTC data?"
7046
  msgstr ""
7047
 
7048
+ #: wppa-settings-autosave.php:600
7049
  msgid ""
7050
  "IPTC data is information you may have added in a photo manipulation program."
7051
  msgstr ""
7052
 
7053
+ #: wppa-settings-autosave.php:601 wppa-settings-autosave.php:610
7054
  msgid ""
7055
  "The information can be displayed in slideshows and in photo descriptions."
7056
  msgstr ""
7057
 
7058
+ #: wppa-settings-autosave.php:608
7059
  msgid "Are you going to use EXIF data?"
7060
  msgstr ""
7061
 
7062
+ #: wppa-settings-autosave.php:609
7063
  msgid ""
7064
  "EXIF data is information from the camera like model no, focal distance and "
7065
  "aperture used."
7066
  msgstr ""
7067
 
7068
+ #: wppa-settings-autosave.php:617
7069
  msgid "Are you going to use GPX data?"
7070
  msgstr ""
7071
 
7072
+ #: wppa-settings-autosave.php:618
7073
  msgid ""
7074
  "Some cameras and mobile devices save the geographic location where the photo "
7075
  "is taken."
7076
  msgstr ""
7077
 
7078
+ #: wppa-settings-autosave.php:619
7079
  msgid "A Google map can be displayed in slideshows."
7080
  msgstr ""
7081
 
7082
+ #: wppa-settings-autosave.php:626
7083
  msgid "Are you going to use Fotomoto?"
7084
  msgstr ""
7085
 
7086
+ #: wppa-settings-autosave.php:627
7087
  msgid ""
7088
  "<a href=\"http://www.fotomoto.com/\" target=\"_blank\" >Fotomoto</a> is an "
7089
  "on-line print service."
7090
  msgstr ""
7091
 
7092
+ #: wppa-settings-autosave.php:628
7093
  msgid "If you answer Yes, you will have to open an account on Fotomoto."
7094
  msgstr ""
7095
 
7096
+ #: wppa-settings-autosave.php:635
7097
  msgid "Are you going to add videofiles?"
7098
  msgstr ""
7099
 
7100
+ #: wppa-settings-autosave.php:636
7101
  msgid "You can mix videos and photos in any album."
7102
  msgstr ""
7103
 
7104
+ #: wppa-settings-autosave.php:637 wppa-settings-autosave.php:646
7105
+ #: wppa-settings-autosave.php:655 wppa-settings-autosave.php:664
7106
  msgid "You can configure the details later"
7107
  msgstr ""
7108
 
7109
+ #: wppa-settings-autosave.php:644
7110
  msgid "Are you going to add audiofiles?"
7111
  msgstr ""
7112
 
7113
+ #: wppa-settings-autosave.php:645
7114
  msgid "You can add audio to photos in any album."
7115
  msgstr ""
7116
 
7117
+ #: wppa-settings-autosave.php:653
7118
  msgid "Are you going to upload 3D stereo photos?"
7119
  msgstr ""
7120
 
7121
+ #: wppa-settings-autosave.php:654
7122
  msgid "You can add l-r and r-l stereo photo pairs."
7123
  msgstr ""
7124
 
7125
+ #: wppa-settings-autosave.php:662
7126
+ msgid "Are you going to upload pdf files?"
7127
+ msgstr ""
7128
+
7129
+ #: wppa-settings-autosave.php:663
7130
+ msgid "You can add pdf files in any album."
7131
+ msgstr ""
7132
+
7133
+ #: wppa-settings-autosave.php:671
7134
  msgid "Done?"
7135
  msgstr ""
7136
 
7137
+ #: wppa-settings-autosave.php:672
7138
  msgid "If you are ready answering these questions, select <b>yes</b>"
7139
  msgstr ""
7140
 
7141
+ #: wppa-settings-autosave.php:673
7142
  msgid ""
7143
  "You can change any setting later, and be more specific and add a lot of "
7144
  "settings. For now it is enough, go create albums and upload photos!"
7145
  msgstr ""
7146
 
7147
+ #: wppa-settings-autosave.php:677
7148
  msgid ""
7149
  "Thank you!. The most important settings are done now. You can refine your "
7150
  "settings, the behaviour and appearance of WPPA+ in the Tables below."
7151
  msgstr ""
7152
 
7153
+ #: wppa-settings-autosave.php:702
7154
  msgid "Table I:"
7155
  msgstr ""
7156
 
7157
+ #: wppa-settings-autosave.php:702
7158
  msgid "Sizes:"
7159
  msgstr ""
7160
 
7161
+ #: wppa-settings-autosave.php:703
7162
  msgid ""
7163
  "This table describes all the sizes and size options (except fontsizes) for "
7164
  "the generation and display of the WPPA+ elements."
7165
  msgstr ""
7166
 
7167
+ #: wppa-settings-autosave.php:721
7168
  msgid "WPPA+ global system related size settings"
7169
  msgstr ""
7170
 
7171
+ #: wppa-settings-autosave.php:723
7172
  msgid "Column Width"
7173
  msgstr ""
7174
 
7175
+ #: wppa-settings-autosave.php:724
7176
  msgid "The width of the main column in your theme's display area."
7177
  msgstr ""
7178
 
7179
+ #: wppa-settings-autosave.php:725
7180
  msgid "Enter the width of the main column in your theme's display area."
7181
  msgstr ""
7182
 
7183
+ #: wppa-settings-autosave.php:726
7184
  msgid ""
7185
  "You should set this value correctly to make sure the fullsize images are "
7186
  "properly aligned horizontally."
7187
  msgstr ""
7188
 
7189
+ #: wppa-settings-autosave.php:727
7190
  msgid ""
7191
  "You may enter 'auto' for use in themes that have a floating content column."
7192
  msgstr ""
7193
 
7194
+ #: wppa-settings-autosave.php:728
7195
  msgid "The use of 'auto' is required for responsive themes."
7196
  msgstr ""
7197
 
7198
+ #: wppa-settings-autosave.php:736
7199
  msgid "Initial Width"
7200
  msgstr ""
7201
 
7202
+ #: wppa-settings-autosave.php:737
7203
  msgid "The most often displayed colun width in responsive theme"
7204
  msgstr ""
7205
 
7206
+ #: wppa-settings-autosave.php:738
7207
  msgid ""
7208
  "Change this value only if your responsive theme shows initially a wrong "
7209
  "column width."
7210
  msgstr ""
7211
 
7212
+ #: wppa-settings-autosave.php:745
7213
  msgid "Resize on Upload"
7214
  msgstr ""
7215
 
7216
+ #: wppa-settings-autosave.php:746
7217
  msgid "Indicate if the photos should be resized during upload."
7218
  msgstr ""
7219
 
7220
+ #: wppa-settings-autosave.php:747
7221
  msgid ""
7222
  "If you check this item, the size of the photos will be reduced to the "
7223
  "dimension specified in the next item during the upload/import process."
7224
  msgstr ""
7225
 
7226
+ #: wppa-settings-autosave.php:748
7227
  msgid "The photos will never be stretched during upload if they are smaller."
7228
  msgstr ""
7229
 
7230
+ #: wppa-settings-autosave.php:756
7231
  msgid "Resize to"
7232
  msgstr ""
7233
 
7234
+ #: wppa-settings-autosave.php:757
7235
  msgid "Resize photos to fit within a given area."
7236
  msgstr ""
7237
 
7238
+ #: wppa-settings-autosave.php:758
7239
  msgid "Specify the screensize for the unscaled photos."
7240
  msgstr ""
7241
 
7242
+ #: wppa-settings-autosave.php:759
7243
  msgid ""
7244
  "The use of a non-default value is particularly usefull when you make use of "
7245
  "lightbox functionality."
7246
  msgstr ""
7247
 
7248
+ #: wppa-settings-autosave.php:761 wppa-settings-autosave.php:783
7249
+ #: wppa-settings-autosave.php:794 wppa-settings-autosave.php:803
7250
+ #: wppa-settings-autosave.php:848 wppa-settings-autosave.php:894
7251
+ #: wppa-settings-autosave.php:917 wppa-settings-autosave.php:924
7252
+ #: wppa-settings-autosave.php:943 wppa-settings-autosave.php:964
7253
+ #: wppa-settings-autosave.php:974 wppa-settings-autosave.php:1068
7254
+ #: wppa-settings-autosave.php:1102 wppa-settings-autosave.php:1122
7255
+ #: wppa-settings-autosave.php:1131 wppa-settings-autosave.php:1142
7256
+ #: wppa-settings-autosave.php:1154 wppa-settings-autosave.php:1175
7257
+ #: wppa-settings-autosave.php:1195 wppa-settings-autosave.php:1258
7258
+ #: wppa-settings-autosave.php:1267 wppa-settings-autosave.php:1278
7259
+ #: wppa-settings-autosave.php:1298 wppa-settings-autosave.php:1318
7260
+ #: wppa-settings-autosave.php:1338 wppa-settings-autosave.php:1358
7261
+ #: wppa-settings-autosave.php:1378 wppa-settings-autosave.php:1398
7262
+ #: wppa-settings-autosave.php:1407 wppa-settings-autosave.php:1416
7263
+ #: wppa-settings-autosave.php:1449 wppa-settings-autosave.php:1458
7264
+ #: wppa-settings-autosave.php:1470 wppa-settings-autosave.php:1479
7265
+ #: wppa-settings-autosave.php:4964 wppa-settings-autosave.php:4981
7266
+ #: wppa-settings-autosave.php:4998 wppa-settings-autosave.php:5015
7267
+ #: wppa-settings-autosave.php:5032 wppa-settings-autosave.php:5049
7268
+ #: wppa-settings-autosave.php:5066 wppa-settings-autosave.php:5083
7269
+ #: wppa-settings-autosave.php:5100 wppa-settings-autosave.php:5118
7270
+ #: wppa-settings-autosave.php:6503 wppa-settings-autosave.php:6514
7271
+ #: wppa-settings-autosave.php:9518 wppa-settings-autosave.php:9723
7272
+ #: wppa-settings-autosave.php:9774 wppa-settings-autosave.php:9792
7273
  msgid "pixels"
7274
  msgstr ""
7275
 
7276
+ #: wppa-settings-autosave.php:762
7277
  msgid "Fit within rectangle as set in Table I-B1,2"
7278
  msgstr ""
7279
 
7280
+ #: wppa-settings-autosave.php:769
7281
  msgid "Photocount threshold"
7282
  msgstr ""
7283
 
7284
+ #: wppa-settings-autosave.php:770
7285
  msgid "Number of photos in an album must exceed."
7286
  msgstr ""
7287
 
7288
+ #: wppa-settings-autosave.php:771
7289
  msgid ""
7290
  "Photos do not show up in the album unless there are more than this number of "
7291
  "photos in the album. This allows you to have cover photos on an album that "
7293
  "Usually set to 0 (always show) or 1 (for one cover photo)."
7294
  msgstr ""
7295
 
7296
+ #: wppa-settings-autosave.php:773 wppa-settings-autosave.php:812
7297
+ #: wppa-settings-autosave.php:1287 wppa-settings-autosave.php:1327
7298
+ #: wppa-settings-autosave.php:1347 wppa-settings-autosave.php:1387
7299
+ #: wppa-settings-autosave.php:4292 wppa-settings-autosave.php:6404
7300
+ #: wppa-settings-autosave.php:8491
7301
  msgid "photos"
7302
  msgstr ""
7303
 
7304
+ #: wppa-settings-autosave.php:778
7305
  msgid "Border thickness"
7306
  msgstr ""
7307
 
7308
+ #: wppa-settings-autosave.php:779
7309
  msgid "Thickness of wppa+ box borders."
7310
  msgstr ""
7311
 
7312
+ #: wppa-settings-autosave.php:780
7313
  msgid ""
7314
  "Enter the thickness for the border of the WPPA+ boxes. A number of 0 means: "
7315
  "no border."
7316
  msgstr ""
7317
 
7318
+ #: wppa-settings-autosave.php:781 wppa-settings-autosave.php:791
7319
  msgid "WPPA+ boxes are: the navigation bars and the filmstrip."
7320
  msgstr ""
7321
 
7322
+ #: wppa-settings-autosave.php:789
7323
  msgid "Radius of wppa+ box borders."
7324
  msgstr ""
7325
 
7326
+ #: wppa-settings-autosave.php:790
7327
  msgid ""
7328
  "Enter the corner radius for the border of the WPPA+ boxes. A number of 0 "
7329
  "means: no rounded corners."
7330
  msgstr ""
7331
 
7332
+ #: wppa-settings-autosave.php:792
7333
  msgid "Note that rounded corners are only supported by modern browsers."
7334
  msgstr ""
7335
 
7336
+ #: wppa-settings-autosave.php:800
7337
  msgid "Distance between wppa+ boxes."
7338
  msgstr ""
7339
 
7340
+ #: wppa-settings-autosave.php:808
7341
  msgid "Related count"
7342
  msgstr ""
7343
 
7344
+ #: wppa-settings-autosave.php:809
7345
  msgid "The default maximum number of related photos to find."
7346
  msgstr ""
7347
 
7348
+ #: wppa-settings-autosave.php:810
7349
  msgid ""
7350
  "When using shortcodes like [wppa type=\"album\" album=\"#related,desc,23\"][/"
7351
  "wppa], the maximum number is 23. Omitting the number gives the maximum of "
7352
  "this setting."
7353
  msgstr ""
7354
 
7355
+ #: wppa-settings-autosave.php:818
7356
  msgid "The maximum number of pagelinks to be displayed."
7357
  msgstr ""
7358
 
7359
+ #: wppa-settings-autosave.php:821
7360
  msgid "pages"
7361
  msgstr ""
7362
 
7363
+ #: wppa-settings-autosave.php:826
7364
  msgid "Max file name length"
7365
  msgstr ""
7366
 
7367
+ #: wppa-settings-autosave.php:827
7368
  msgid "The max length of a photo file name excluding the extension."
7369
  msgstr ""
7370
 
7371
+ #: wppa-settings-autosave.php:828 wppa-settings-autosave.php:837
7372
  msgid "A setting of 0 means: unlimited."
7373
  msgstr ""
7374
 
7375
+ #: wppa-settings-autosave.php:830 wppa-settings-autosave.php:839
7376
  msgid "chars"
7377
  msgstr ""
7378
 
7379
+ #: wppa-settings-autosave.php:835
7380
  msgid "Max photo name length"
7381
  msgstr ""
7382
 
7383
+ #: wppa-settings-autosave.php:836
7384
  msgid "The max length of a photo name."
7385
  msgstr ""
7386
 
7387
+ #: wppa-settings-autosave.php:845
7388
  msgid "The height of your sticky header."
7389
  msgstr ""
7390
 
7391
+ #: wppa-settings-autosave.php:846
7392
  msgid "If your theme has a sticky header, enter its height here."
7393
  msgstr ""
7394
 
7395
+ #: wppa-settings-autosave.php:854
7396
  msgid "Slideshow related size settings"
7397
  msgstr ""
7398
 
7399
+ #: wppa-settings-autosave.php:856
7400
  msgid "Maximum Width"
7401
  msgstr ""
7402
 
7403
+ #: wppa-settings-autosave.php:857
7404
  msgid "The maximum width photos will be displayed in slideshows."
7405
  msgstr ""
7406
 
7407
+ #: wppa-settings-autosave.php:858 wppa-settings-autosave.php:869
7408
  msgid ""
7409
  "Enter the largest size in pixels as how you want your photos to be displayed."
7410
  msgstr ""
7411
 
7412
+ #: wppa-settings-autosave.php:859
7413
  msgid ""
7414
  "This is usually the same as the Column Width (Table I-A1), but it may differ."
7415
  msgstr ""
7416
 
7417
+ #: wppa-settings-autosave.php:867
7418
  msgid "Maximum Height"
7419
  msgstr ""
7420
 
7421
+ #: wppa-settings-autosave.php:868
7422
  msgid "The maximum height photos will be displayed in slideshows."
7423
  msgstr ""
7424
 
7425
+ #: wppa-settings-autosave.php:870
7426
  msgid ""
7427
  "This setting defines the height of the space reserved for photos in "
7428
  "slideshows."
7429
  msgstr ""
7430
 
7431
+ #: wppa-settings-autosave.php:871
7432
  msgid ""
7433
  "If you change the width of a display by the size=\"..\" shortcode attribute, "
7434
  "this value changes proportionally to match the aspect ratio as defined by "
7435
  "this and the previous setting."
7436
  msgstr ""
7437
 
7438
+ #: wppa-settings-autosave.php:873 wppa-settings-autosave.php:1046
7439
+ #: wppa-settings-autosave.php:1057
7440
  msgid "pixels high"
7441
  msgstr ""
7442
 
7443
+ #: wppa-settings-autosave.php:878
7444
  msgid "Stretch to fit"
7445
  msgstr ""
7446
 
7447
+ #: wppa-settings-autosave.php:879
7448
  msgid "Stretch photos that are too small."
7449
  msgstr ""
7450
 
7451
+ #: wppa-settings-autosave.php:880
7452
  msgid ""
7453
  "Images will be stretched to the Maximum Size at display time if they are "
7454
  "smaller. Leaving unchecked is recommended. It is better to upload photos "
7455
  "that fit well the sizes you use!"
7456
  msgstr ""
7457
 
7458
+ #: wppa-settings-autosave.php:887
7459
  msgid "Slideshow borderwidth"
7460
  msgstr ""
7461
 
7462
+ #: wppa-settings-autosave.php:888
7463
  msgid "The width of the border around slideshow images."
7464
  msgstr ""
7465
 
7466
+ #: wppa-settings-autosave.php:889
7467
  msgid ""
7468
  "The border is made by the image background being larger than the image "
7469
  "itsself (padding)."
7470
  msgstr ""
7471
 
7472
+ #: wppa-settings-autosave.php:890
7473
  msgid ""
7474
  "Additionally there may be a one pixel outline of a different color. See "
7475
  "Table III-A2."
7476
  msgstr ""
7477
 
7478
+ #: wppa-settings-autosave.php:891
7479
  msgid "The number you enter here is exclusive the one pixel outline."
7480
  msgstr ""
7481
 
7482
+ #: wppa-settings-autosave.php:892
7483
  msgid "If you leave this entry empty, there will be no outline either."
7484
  msgstr ""
7485
 
7486
+ #: wppa-settings-autosave.php:899
7487
  msgid "Numbar Max"
7488
  msgstr ""
7489
 
7490
+ #: wppa-settings-autosave.php:900
7491
  msgid "Maximum numbers to display."
7492
  msgstr ""
7493
 
7494
+ #: wppa-settings-autosave.php:901
7495
  msgid ""
7496
+ "In order to attempt to fit on one line, the numbers will be replaced by dots "
7497
  "- except the current - when there are more than this number of photos in a "
7498
  "slideshow."
7499
  msgstr ""
7500
 
7501
+ #: wppa-settings-autosave.php:903
7502
  msgid "numbers"
7503
  msgstr ""
7504
 
7505
+ #: wppa-settings-autosave.php:908
7506
  msgid "Share button size"
7507
  msgstr ""
7508
 
7509
+ #: wppa-settings-autosave.php:909
7510
  msgid "The size of the social media icons in the Share box"
7511
  msgstr ""
7512
 
7513
+ #: wppa-settings-autosave.php:919
7514
  msgid "Mini Treshold"
7515
  msgstr ""
7516
 
7517
+ #: wppa-settings-autosave.php:920
7518
+ msgid "Show mini text at slideshow smaller than."
7519
  msgstr ""
7520
 
7521
+ #: wppa-settings-autosave.php:921
7522
  msgid ""
7523
  "Display Next and Prev. as opposed to Next photo and Previous photo when the "
7524
  "cotainer is smaller than this size."
7525
  msgstr ""
7526
 
7527
+ #: wppa-settings-autosave.php:922
7528
  msgid "Special use in responsive themes."
7529
  msgstr ""
7530
 
7531
+ #: wppa-settings-autosave.php:930
7532
  msgid "The maximum number of slides in a certain view. 0 means no pagination"
7533
  msgstr ""
7534
 
7535
+ #: wppa-settings-autosave.php:933 wppa-settings-autosave.php:952
7536
  msgid "slides"
7537
  msgstr ""
7538
 
7539
+ #: wppa-settings-autosave.php:938
7540
  msgid "Filmstrip Thumbnail Size"
7541
  msgstr ""
7542
 
7543
+ #: wppa-settings-autosave.php:939
7544
  msgid "The size of the filmstrip images."
7545
  msgstr ""
7546
 
7547
+ #: wppa-settings-autosave.php:940 wppa-settings-autosave.php:961
7548
+ #: wppa-settings-autosave.php:971 wppa-settings-autosave.php:1172
7549
+ #: wppa-settings-autosave.php:1182 wppa-settings-autosave.php:1192
7550
+ #: wppa-settings-autosave.php:1202
7551
  msgid "This size applies to the width or height, whichever is the largest."
7552
  msgstr ""
7553
 
7554
+ #: wppa-settings-autosave.php:941 wppa-settings-autosave.php:962
7555
+ #: wppa-settings-autosave.php:972
7556
  msgid ""
7557
  "Changing the thumbnail size may result in all thumbnails being regenerated. "
7558
  "this may take a while."
7559
  msgstr ""
7560
 
7561
+ #: wppa-settings-autosave.php:949
7562
  msgid "The max number of slides in a slideonly display"
7563
  msgstr ""
7564
 
7565
+ #: wppa-settings-autosave.php:957
7566
  msgid "Thumbnail photos related size settings"
7567
  msgstr ""
7568
 
7569
+ #: wppa-settings-autosave.php:959
7570
  msgid "Thumbnail Size"
7571
  msgstr ""
7572
 
7573
+ #: wppa-settings-autosave.php:960
7574
  msgid "The size of the thumbnail images."
7575
  msgstr ""
7576
 
7577
+ #: wppa-settings-autosave.php:969
7578
  msgid "Thumbnail Size Alt"
7579
  msgstr ""
7580
 
7581
+ #: wppa-settings-autosave.php:970
7582
  msgid "The alternative size of the thumbnail images."
7583
  msgstr ""
7584
 
7585
+ #: wppa-settings-autosave.php:979
7586
  msgid "Thumbnail Aspect"
7587
  msgstr ""
7588
 
7589
+ #: wppa-settings-autosave.php:980
7590
  msgid "Aspect ration of thumbnail image"
7591
  msgstr ""
7592
 
7593
+ #: wppa-settings-autosave.php:984
7594
  msgid "--- same as fullsize ---"
7595
  msgstr ""
7596
 
7597
+ #: wppa-settings-autosave.php:985
7598
  msgid "--- square clipped ---"
7599
  msgstr ""
7600
 
7601
+ #: wppa-settings-autosave.php:986
7602
  msgid "4:5 landscape clipped"
7603
  msgstr ""
7604
 
7605
+ #: wppa-settings-autosave.php:987
7606
  msgid "3:4 landscape clipped"
7607
  msgstr ""
7608
 
7609
+ #: wppa-settings-autosave.php:988
7610
  msgid "2:3 landscape clipped"
7611
  msgstr ""
7612
 
7613
+ #: wppa-settings-autosave.php:989
7614
  msgid "9:16 landscape clipped"
7615
  msgstr ""
7616
 
7617
+ #: wppa-settings-autosave.php:990
7618
  msgid "1:2 landscape clipped"
7619
  msgstr ""
7620
 
7621
+ #: wppa-settings-autosave.php:991
7622
  msgid "--- square padded ---"
7623
  msgstr ""
7624
 
7625
+ #: wppa-settings-autosave.php:992
7626
  msgid "4:5 landscape padded"
7627
  msgstr ""
7628
 
7629
+ #: wppa-settings-autosave.php:993
7630
  msgid "3:4 landscape padded"
7631
  msgstr ""
7632
 
7633
+ #: wppa-settings-autosave.php:994
7634
  msgid "2:3 landscape padded"
7635
  msgstr ""
7636
 
7637
+ #: wppa-settings-autosave.php:995
7638
  msgid "9:16 landscape padded"
7639
  msgstr ""
7640
 
7641
+ #: wppa-settings-autosave.php:996
7642
  msgid "1:2 landscape padded"
7643
  msgstr ""
7644
 
7645
+ #: wppa-settings-autosave.php:1018
7646
  msgid "Thumbframe width"
7647
  msgstr ""
7648
 
7649
+ #: wppa-settings-autosave.php:1019
7650
  msgid "The width of the thumbnail frame."
7651
  msgstr ""
7652
 
7653
+ #: wppa-settings-autosave.php:1020 wppa-settings-autosave.php:1031
7654
  msgid "Set the width of the thumbnail frame."
7655
  msgstr ""
7656
 
7657
+ #: wppa-settings-autosave.php:1021 wppa-settings-autosave.php:1032
7658
+ #: wppa-settings-autosave.php:1043 wppa-settings-autosave.php:1054
7659
+ #: wppa-settings-autosave.php:1065
7660
  msgid "Set width, height and spacing for the thumbnail frames."
7661
  msgstr ""
7662
 
7663
+ #: wppa-settings-autosave.php:1022 wppa-settings-autosave.php:1033
7664
+ #: wppa-settings-autosave.php:1044 wppa-settings-autosave.php:1055
7665
+ #: wppa-settings-autosave.php:1066
7666
  msgid ""
7667
  "These sizes should be large enough for a thumbnail image and - optionally - "
7668
  "the text under it."
7669
  msgstr ""
7670
 
7671
+ #: wppa-settings-autosave.php:1029
7672
  msgid "Thumbframe width Alt"
7673
  msgstr ""
7674
 
7675
+ #: wppa-settings-autosave.php:1030
7676
  msgid "The width of the alternative thumbnail frame."
7677
  msgstr ""
7678
 
7679
+ #: wppa-settings-autosave.php:1040
7680
  msgid "Thumbframe height"
7681
  msgstr ""
7682
 
7683
+ #: wppa-settings-autosave.php:1041
7684
  msgid "The height of the thumbnail frame."
7685
  msgstr ""
7686
 
7687
+ #: wppa-settings-autosave.php:1042 wppa-settings-autosave.php:1053
7688
  msgid "Set the height of the thumbnail frame."
7689
  msgstr ""
7690
 
7691
+ #: wppa-settings-autosave.php:1051
7692
  msgid "Thumbframe height Alt"
7693
  msgstr ""
7694
 
7695
+ #: wppa-settings-autosave.php:1052
7696
  msgid "The height of the alternative thumbnail frame."
7697
  msgstr ""
7698
 
7699
+ #: wppa-settings-autosave.php:1062
7700
  msgid "Thumbnail spacing"
7701
  msgstr ""
7702
 
7703
+ #: wppa-settings-autosave.php:1063
7704
  msgid "The spacing between adjacent thumbnail frames."
7705
  msgstr ""
7706
 
7707
+ #: wppa-settings-autosave.php:1064
7708
  msgid "Set the minimal spacing between the adjacent thumbnail frames"
7709
  msgstr ""
7710
 
7711
+ #: wppa-settings-autosave.php:1073
7712
  msgid "Auto spacing"
7713
  msgstr ""
7714
 
7715
+ #: wppa-settings-autosave.php:1074
7716
  msgid "Space the thumbnail frames automatic."
7717
  msgstr ""
7718
 
7719
+ #: wppa-settings-autosave.php:1075
7720
  msgid ""
7721
  "If you check this box, the thumbnail images will be evenly distributed over "
7722
  "the available width."
7723
  msgstr ""
7724
 
7725
+ #: wppa-settings-autosave.php:1076
7726
  msgid ""
7727
  "In this case, the thumbnail spacing value (setting I-9) will be regarded as "
7728
  "a minimum value."
7729
  msgstr ""
7730
 
7731
+ #: wppa-settings-autosave.php:1083 wppa-settings-autosave.php:1221
7732
  msgid "Page size"
7733
  msgstr ""
7734
 
7735
+ #: wppa-settings-autosave.php:1084
7736
  msgid "Max number of thumbnails per page."
7737
  msgstr ""
7738
 
7739
+ #: wppa-settings-autosave.php:1085
7740
  msgid ""
7741
  "Enter the maximum number of thumbnail images per page. A value of 0 "
7742
  "indicates no pagination."
7743
  msgstr ""
7744
 
7745
+ #: wppa-settings-autosave.php:1093
7746
  msgid "The size of the thumbnail popup images."
7747
  msgstr ""
7748
 
7749
+ #: wppa-settings-autosave.php:1094
7750
  msgid ""
7751
  "Enter the size of the popup images. This size should be larger than the "
7752
  "thumbnail size."
7753
  msgstr ""
7754
 
7755
+ #: wppa-settings-autosave.php:1095
7756
  msgid "This size should also be at least the cover image size."
7757
  msgstr ""
7758
 
7759
+ #: wppa-settings-autosave.php:1096
7760
  msgid ""
7761
  "Changing the popup size may result in all thumbnails being regenerated. this "
7762
  "may take a while."
7763
  msgstr ""
7764
 
7765
+ #: wppa-settings-autosave.php:1097
7766
  msgid ""
7767
  "Although this setting has only visual effect if \"Thumb popup\" (Table IV-"
7768
  "C8) is checked,"
7769
  msgstr ""
7770
 
7771
+ #: wppa-settings-autosave.php:1098
7772
  msgid ""
7773
  "the value must be right as it is the physical size of the thumbnail and "
7774
  "coverphoto images."
7775
  msgstr ""
7776
 
7777
+ #: wppa-settings-autosave.php:1105
7778
  msgid "Use thumbs if fit"
7779
  msgstr ""
7780
 
7781
+ #: wppa-settings-autosave.php:1106
7782
  msgid "Use the thumbnail image files if they are large enough."
7783
  msgstr ""
7784
 
7785
+ #: wppa-settings-autosave.php:1107
7786
  msgid "This setting speeds up page loading for small photos."
7787
  msgstr ""
7788
 
7789
+ #: wppa-settings-autosave.php:1108
7790
  msgid ""
7791
  "Do NOT use this when your thumbnails have a forced aspect ratio (when Table "
7792
  "I-C2 is set to anything different from --- same as fullsize ---)"
7793
  msgstr ""
7794
 
7795
+ #: wppa-settings-autosave.php:1115
7796
  msgid "Album cover related size settings"
7797
  msgstr ""
7798
 
7799
+ #: wppa-settings-autosave.php:1118
7800
  msgid "Maximum width for a album cover display."
7801
  msgstr ""
7802
 
7803
+ #: wppa-settings-autosave.php:1119
7804
  msgid ""
7805
  "Display covers in 2 or more columns if the display area is wider than the "
7806
  "given width."
7807
  msgstr ""
7808
 
7809
+ #: wppa-settings-autosave.php:1120
7810
  msgid ""
7811
  "This also applies for 'thumbnails as covers', and will NOT apply to single "
7812
  "items."
7813
  msgstr ""
7814
 
7815
+ #: wppa-settings-autosave.php:1127
7816
  msgid "Min Cover height"
7817
  msgstr ""
7818
 
7819
+ #: wppa-settings-autosave.php:1128
7820
  msgid "Minimal height of an album cover."
7821
  msgstr ""
7822
 
7823
+ #: wppa-settings-autosave.php:1129
7824
  msgid ""
7825
  "If you use this setting to make the albums the same height and you are not "
7826
  "satisfied about the lay-out, try increasing the value in the next setting"
7827
  msgstr ""
7828
 
7829
+ #: wppa-settings-autosave.php:1136
7830
  msgid "Min Text frame height"
7831
  msgstr ""
7832
 
7833
+ #: wppa-settings-autosave.php:1137
7834
  msgid "The minimal cover text frame height incl header."
7835
  msgstr ""
7836
 
7837
+ #: wppa-settings-autosave.php:1138
7838
  msgid ""
7839
  "The height starting with the album title up to and including the view- and "
7840
  "the slideshow- links."
7841
  msgstr ""
7842
 
7843
+ #: wppa-settings-autosave.php:1139
7844
  msgid ""
7845
  "This setting enables you to give the album covers the same height while the "
7846
  "title does not need to fit on one line."
7847
  msgstr ""
7848
 
7849
+ #: wppa-settings-autosave.php:1140
7850
  msgid "This is the recommended setting to line-up your covers!"
7851
  msgstr ""
7852
 
7853
+ #: wppa-settings-autosave.php:1147
7854
  msgid "Min Description height"
7855
  msgstr ""
7856
 
7857
+ #: wppa-settings-autosave.php:1148
7858
  msgid "The minimal height of the album description text frame."
7859
  msgstr ""
7860
 
7861
+ #: wppa-settings-autosave.php:1149
7862
  msgid "The minimal height of the description field in an album cover display."
7863
  msgstr ""
7864
 
7865
+ #: wppa-settings-autosave.php:1150
7866
  msgid ""
7867
  "This setting enables you to give the album covers the same height provided "
7868
  "that the cover images are equally sized and the titles fit on one line."
7869
  msgstr ""
7870
 
7871
+ #: wppa-settings-autosave.php:1151
7872
  msgid ""
7873
  "To force the coverphotos have equal heights, tick the box in Table I-D7."
7874
  msgstr ""
7875
 
7876
+ #: wppa-settings-autosave.php:1152
7877
  msgid ""
7878
  "You may need this setting if changing the previous setting is not sufficient "
7879
  "to line-up the covers."
7880
  msgstr ""
7881
 
7882
+ #: wppa-settings-autosave.php:1159
7883
  msgid "Coverphoto responsive"
7884
  msgstr ""
7885
 
7886
+ #: wppa-settings-autosave.php:1160
7887
  msgid "Check this box if you want a responsive coverphoto."
7888
  msgstr ""
7889
 
7890
+ #: wppa-settings-autosave.php:1170 wppa-settings-autosave.php:1180
7891
  msgid "Coverphoto size"
7892
  msgstr ""
7893
 
7894
+ #: wppa-settings-autosave.php:1171 wppa-settings-autosave.php:1181
7895
  msgid "The size of the coverphoto."
7896
  msgstr ""
7897
 
7898
+ #: wppa-settings-autosave.php:1173 wppa-settings-autosave.php:1183
7899
+ #: wppa-settings-autosave.php:1193 wppa-settings-autosave.php:1203
7900
  msgid ""
7901
  "Changing the coverphoto size may result in all thumbnails being regenerated. "
7902
  "this may take a while."
7903
  msgstr ""
7904
 
7905
+ #: wppa-settings-autosave.php:1185 wppa-settings-autosave.php:1205
7906
  msgid "percent"
7907
  msgstr ""
7908
 
7909
+ #: wppa-settings-autosave.php:1190 wppa-settings-autosave.php:1200
7910
  msgid "Coverphoto size multi"
7911
  msgstr ""
7912
 
7913
+ #: wppa-settings-autosave.php:1191 wppa-settings-autosave.php:1201
7914
  msgid "The size of coverphotos if more than one."
7915
  msgstr ""
7916
 
7917
+ #: wppa-settings-autosave.php:1210
7918
  msgid "Size is height"
7919
  msgstr ""
7920
 
7921
+ #: wppa-settings-autosave.php:1211
7922
  msgid "The size of the coverphoto is the height of it."
7923
  msgstr ""
7924
 
7925
+ #: wppa-settings-autosave.php:1212
7926
  msgid ""
7927
  "If set: the previous setting is the height, if unset: the largest of width "
7928
  "and height."
7929
  msgstr ""
7930
 
7931
+ #: wppa-settings-autosave.php:1213
7932
  msgid ""
7933
  "This setting applies for coverphoto position top or bottom only (Table IV-"
7934
  "D3)."
7935
  msgstr ""
7936
 
7937
+ #: wppa-settings-autosave.php:1214
7938
  msgid "This makes it easyer to make the covers of equal height."
7939
  msgstr ""
7940
 
7941
+ #: wppa-settings-autosave.php:1222
7942
  msgid "Max number of covers per page."
7943
  msgstr ""
7944
 
7945
+ #: wppa-settings-autosave.php:1223
7946
  msgid ""
7947
  "Enter the maximum number of album covers per page. A value of 0 indicates no "
7948
  "pagination."
7949
  msgstr ""
7950
 
7951
+ #: wppa-settings-autosave.php:1225
7952
  msgid "covers"
7953
  msgstr ""
7954
 
7955
+ #: wppa-settings-autosave.php:1230
7956
  msgid "Rating and comment related size settings"
7957
  msgstr ""
7958
 
7959
+ #: wppa-settings-autosave.php:1232
7960
  msgid "Rating size"
7961
  msgstr ""
7962
 
7963
+ #: wppa-settings-autosave.php:1233
7964
  msgid "Select the number of voting stars."
7965
  msgstr ""
7966
 
7967
+ #: wppa-settings-autosave.php:1236
7968
  msgid "Standard: 5 stars"
7969
  msgstr ""
7970
 
7971
+ #: wppa-settings-autosave.php:1236
7972
  msgid "Extended: 10 stars"
7973
  msgstr ""
7974
 
7975
+ #: wppa-settings-autosave.php:1236
7976
  msgid "One button vote"
7977
  msgstr ""
7978
 
7979
+ #: wppa-settings-autosave.php:1243
7980
  msgid "Display precision"
7981
  msgstr ""
7982
 
7983
+ #: wppa-settings-autosave.php:1244
7984
  msgid "Select the desired rating display precision."
7985
  msgstr ""
7986
 
7987
+ #: wppa-settings-autosave.php:1247
7988
  msgid "decimal places"
7989
  msgstr ""
7990
 
7991
+ #: wppa-settings-autosave.php:1255
7992
  msgid "Size of Avatar images."
7993
  msgstr ""
7994
 
7995
+ #: wppa-settings-autosave.php:1256
7996
  msgid "The size of the square avatar; must be > 0 and < 256"
7997
  msgstr ""
7998
 
7999
+ #: wppa-settings-autosave.php:1263
8000
  msgid "Rating space"
8001
  msgstr ""
8002
 
8003
+ #: wppa-settings-autosave.php:1264
8004
  msgid "Space between avg and my rating stars"
8005
  msgstr ""
8006
 
8007
+ #: wppa-settings-autosave.php:1272
8008
  msgid "Widget related size settings"
8009
  msgstr ""
8010
 
8011
+ #: wppa-settings-autosave.php:1274
8012
  msgid "Widget width"
8013
  msgstr ""
8014
 
8015
+ #: wppa-settings-autosave.php:1275
8016
  msgid "The useable width within widgets."
8017
  msgstr ""
8018
 
8019
+ #: wppa-settings-autosave.php:1276
8020
  msgid ""
8021
  "Widget width for photo of the day, general purpose (default), slideshow "
8022
  "(default) and upload widgets."
8023
  msgstr ""
8024
 
8025
+ #: wppa-settings-autosave.php:1283
8026
  msgid "TopTen count"
8027
  msgstr ""
8028
 
8029
+ #: wppa-settings-autosave.php:1284
8030
  msgid "Number of photos in TopTen widget."
8031
  msgstr ""
8032
 
8033
+ #: wppa-settings-autosave.php:1285
8034
  msgid "Enter the maximum number of rated photos in the TopTen widget."
8035
  msgstr ""
8036
 
8037
+ #: wppa-settings-autosave.php:1292
8038
  msgid "TopTen size"
8039
  msgstr ""
8040
 
8041
+ #: wppa-settings-autosave.php:1293
8042
  msgid "Size of thumbnails in TopTen widget."
8043
  msgstr ""
8044
 
8045
+ #: wppa-settings-autosave.php:1294
8046
  msgid "Enter the size for the mini photos in the TopTen widget."
8047
  msgstr ""
8048
 
8049
+ #: wppa-settings-autosave.php:1295 wppa-settings-autosave.php:1315
8050
+ #: wppa-settings-autosave.php:1335 wppa-settings-autosave.php:1355
8051
+ #: wppa-settings-autosave.php:1375 wppa-settings-autosave.php:1395
8052
  msgid "The size applies to the width or height, whatever is the largest."
8053
  msgstr ""
8054
 
8055
+ #: wppa-settings-autosave.php:1296 wppa-settings-autosave.php:1316
8056
+ #: wppa-settings-autosave.php:1336 wppa-settings-autosave.php:1356
8057
+ #: wppa-settings-autosave.php:1376 wppa-settings-autosave.php:1396
8058
  msgid ""
8059
  "Recommended values: 86 for a two column and 56 for a three column display."
8060
  msgstr ""
8061
 
8062
+ #: wppa-settings-autosave.php:1303
8063
  msgid "Comment count"
8064
  msgstr ""
8065
 
8066
+ #: wppa-settings-autosave.php:1304
8067
  msgid "Number of entries in Comment widget."
8068
  msgstr ""
8069
 
8070
+ #: wppa-settings-autosave.php:1305
8071
  msgid "Enter the maximum number of entries in the Comment widget."
8072
  msgstr ""
8073
 
8074
+ #: wppa-settings-autosave.php:1307
8075
  msgid "entries"
8076
  msgstr ""
8077
 
8078
+ #: wppa-settings-autosave.php:1312
8079
  msgid "Comment size"
8080
  msgstr ""
8081
 
8082
+ #: wppa-settings-autosave.php:1313
8083
  msgid "Size of thumbnails in Comment widget."
8084
  msgstr ""
8085
 
8086
+ #: wppa-settings-autosave.php:1314
8087
  msgid "Enter the size for the mini photos in the Comment widget."
8088
  msgstr ""
8089
 
8090
+ #: wppa-settings-autosave.php:1323
8091
  msgid "Thumbnail count"
8092
  msgstr ""
8093
 
8094
+ #: wppa-settings-autosave.php:1324
8095
  msgid "Number of photos in Thumbnail widget."
8096
  msgstr ""
8097
 
8098
+ #: wppa-settings-autosave.php:1325
8099
  msgid "Enter the maximum number of rated photos in the Thumbnail widget."
8100
  msgstr ""
8101
 
8102
+ #: wppa-settings-autosave.php:1332
8103
  msgid "Thumbnail widget size"
8104
  msgstr ""
8105
 
8106
+ #: wppa-settings-autosave.php:1333
8107
  msgid "Size of thumbnails in Thumbnail widget."
8108
  msgstr ""
8109
 
8110
+ #: wppa-settings-autosave.php:1334
8111
  msgid "Enter the size for the mini photos in the Thumbnail widget."
8112
  msgstr ""
8113
 
8114
+ #: wppa-settings-autosave.php:1343
8115
  msgid "LasTen count"
8116
  msgstr ""
8117
 
8118
+ #: wppa-settings-autosave.php:1344
8119
  msgid "Number of photos in Last Ten widget."
8120
  msgstr ""
8121
 
8122
+ #: wppa-settings-autosave.php:1345
8123
  msgid "Enter the maximum number of photos in the LasTen widget."
8124
  msgstr ""
8125
 
8126
+ #: wppa-settings-autosave.php:1352
8127
  msgid "LasTen size"
8128
  msgstr ""
8129
 
8130
+ #: wppa-settings-autosave.php:1353
8131
  msgid "Size of thumbnails in Last Ten widget."
8132
  msgstr ""
8133
 
8134
+ #: wppa-settings-autosave.php:1354
8135
  msgid "Enter the size for the mini photos in the LasTen widget."
8136
  msgstr ""
8137
 
8138
+ #: wppa-settings-autosave.php:1363
8139
  msgid "Album widget count"
8140
  msgstr ""
8141
 
8142
+ #: wppa-settings-autosave.php:1364
8143
  msgid "Number of albums in Album widget."
8144
  msgstr ""
8145
 
8146
+ #: wppa-settings-autosave.php:1365
8147
  msgid ""
8148
  "Enter the maximum number of thumbnail photos of albums in the Album widget."
8149
  msgstr ""
8150
 
8151
+ #: wppa-settings-autosave.php:1367 wppa-settings-autosave.php:6422
8152
+ #: wppa-settings-autosave.php:6559
8153
  msgid "albums"
8154
  msgstr ""
8155
 
8156
+ #: wppa-settings-autosave.php:1372
8157
  msgid "Album widget size"
8158
  msgstr ""
8159
 
8160
+ #: wppa-settings-autosave.php:1373
8161
  msgid "Size of thumbnails in Album widget."
8162
  msgstr ""
8163
 
8164
+ #: wppa-settings-autosave.php:1374
8165
  msgid "Enter the size for the mini photos in the Album widget."
8166
  msgstr ""
8167
 
8168
+ #: wppa-settings-autosave.php:1383
8169
  msgid "FeaTen count"
8170
  msgstr ""
8171
 
8172
+ #: wppa-settings-autosave.php:1384
8173
  msgid "Number of photos in Featured Ten widget."
8174
  msgstr ""
8175
 
8176
+ #: wppa-settings-autosave.php:1385
8177
  msgid "Enter the maximum number of photos in the FeaTen widget."
8178
  msgstr ""
8179
 
8180
+ #: wppa-settings-autosave.php:1392
8181
  msgid "FeaTen size"
8182
  msgstr ""
8183
 
8184
+ #: wppa-settings-autosave.php:1393
8185
  msgid "Size of thumbnails in Featured Ten widget."
8186
  msgstr ""
8187
 
8188
+ #: wppa-settings-autosave.php:1394
8189
  msgid "Enter the size for the mini photos in the FeaTen widget."
8190
  msgstr ""
8191
 
8192
+ #: wppa-settings-autosave.php:1403
8193
  msgid "Tagcloud min size"
8194
  msgstr ""
8195
 
8196
+ #: wppa-settings-autosave.php:1404
8197
  msgid "Minimal fontsize in tagclouds"
8198
  msgstr ""
8199
 
8200
+ #: wppa-settings-autosave.php:1412
8201
  msgid "Tagcloud max size"
8202
  msgstr ""
8203
 
8204
+ #: wppa-settings-autosave.php:1413
8205
  msgid "Maximal fontsize in tagclouds"
8206
  msgstr ""
8207
 
8208
+ #: wppa-settings-autosave.php:1421
8209
  msgid ""
8210
  "Lightbox related size settings. These settings have effect only when Table "
8211
  "IX-J3 is set to wppa"
8212
  msgstr ""
8213
 
8214
+ #: wppa-settings-autosave.php:1424
8215
  msgid ""
8216
  "Number of lines on the lightbox description area, exclusive the n/m line."
8217
  msgstr ""
8218
 
8219
+ #: wppa-settings-autosave.php:1425
8220
  msgid "Enter a number in the range from 0 to 24 or auto"
8221
  msgstr ""
8222
 
8223
+ #: wppa-settings-autosave.php:1427
8224
  msgid "lines"
8225
  msgstr ""
8226
 
8227
+ #: wppa-settings-autosave.php:1432
8228
  msgid "Magnifier cursor size"
8229
  msgstr ""
8230
 
8231
+ #: wppa-settings-autosave.php:1433
8232
  msgid "Select the size of the magnifier cursor."
8233
  msgstr ""
8234
 
8235
+ #: wppa-settings-autosave.php:1436
8236
  msgid "small"
8237
  msgstr ""
8238
 
8239
+ #: wppa-settings-autosave.php:1436 wppa-settings-autosave.php:3063
8240
  msgid "medium"
8241
  msgstr ""
8242
 
8243
+ #: wppa-settings-autosave.php:1436
8244
  msgid "large"
8245
  msgstr ""
8246
 
8247
+ #: wppa-settings-autosave.php:1446
8248
  msgid "Border width for lightbox display."
8249
  msgstr ""
8250
 
8251
+ #: wppa-settings-autosave.php:1455
8252
  msgid "Border radius for lightbox display."
8253
  msgstr ""
8254
 
8255
+ #: wppa-settings-autosave.php:1464
8256
  msgid "Video related size settings"
8257
  msgstr ""
8258
 
8259
+ #: wppa-settings-autosave.php:1466
8260
  msgid "Default width"
8261
  msgstr ""
8262
 
8263
+ #: wppa-settings-autosave.php:1467
8264
  msgid "The width of most videos"
8265
  msgstr ""
8266
 
8267
+ #: wppa-settings-autosave.php:1475
8268
  msgid "Default height"
8269
  msgstr ""
8270
 
8271
+ #: wppa-settings-autosave.php:1476
8272
  msgid "The height of most videos"
8273
  msgstr ""
8274
 
8275
+ #: wppa-settings-autosave.php:1502
8276
  msgid "Table II:"
8277
  msgstr ""
8278
 
8279
+ #: wppa-settings-autosave.php:1502
8280
  msgid "Visibility:"
8281
  msgstr ""
8282
 
8283
+ #: wppa-settings-autosave.php:1503
8284
  msgid "This table describes the visibility of certain wppa+ elements."
8285
  msgstr ""
8286
 
8287
+ #: wppa-settings-autosave.php:1521
8288
  msgid "Breadcrumb related visibility settings"
8289
  msgstr ""
8290
 
8291
+ #: wppa-settings-autosave.php:1523
8292
  msgid "Breadcrumb on posts"
8293
  msgstr ""
8294
 
8295
+ #: wppa-settings-autosave.php:1524 wppa-settings-autosave.php:1534
8296
  msgid "Show breadcrumb navigation bars."
8297
  msgstr ""
8298
 
8299
+ #: wppa-settings-autosave.php:1525 wppa-settings-autosave.php:1535
8300
  msgid "Indicate whether a breadcrumb navigation should be displayed"
8301
  msgstr ""
8302
 
8303
+ #: wppa-settings-autosave.php:1533
8304
  msgid "Breadcrumb on pages"
8305
  msgstr ""
8306
 
8307
+ #: wppa-settings-autosave.php:1543
8308
  msgid "Breadcrumb on search results"
8309
  msgstr ""
8310
 
8311
+ #: wppa-settings-autosave.php:1544
8312
  msgid "Show breadcrumb navigation bars on the search results page."
8313
  msgstr ""
8314
 
8315
+ #: wppa-settings-autosave.php:1545
8316
  msgid ""
8317
  "Indicate whether a breadcrumb navigation should be displayed above the "
8318
  "search results."
8319
  msgstr ""
8320
 
8321
+ #: wppa-settings-autosave.php:1552
8322
  msgid "Breadcrumb on topten displays"
8323
  msgstr ""
8324
 
8325
+ #: wppa-settings-autosave.php:1553
8326
  msgid "Show breadcrumb navigation bars on topten displays."
8327
  msgstr ""
8328
 
8329
+ #: wppa-settings-autosave.php:1554
8330
  msgid ""
8331
  "Indicate whether a breadcrumb navigation should be displayed above the "
8332
  "topten displays."
8333
  msgstr ""
8334
 
8335
+ #: wppa-settings-autosave.php:1561
8336
  msgid "Breadcrumb on last ten displays"
8337
  msgstr ""
8338
 
8339
+ #: wppa-settings-autosave.php:1562
8340
  msgid "Show breadcrumb navigation bars on last ten displays."
8341
  msgstr ""
8342
 
8343
+ #: wppa-settings-autosave.php:1563
8344
  msgid ""
8345
  "Indicate whether a breadcrumb navigation should be displayed above the last "
8346
  "ten displays."
8347
  msgstr ""
8348
 
8349
+ #: wppa-settings-autosave.php:1570
8350
  msgid "Breadcrumb on comment ten displays"
8351
  msgstr ""
8352
 
8353
+ #: wppa-settings-autosave.php:1571
8354
  msgid "Show breadcrumb navigation bars on comment ten displays."
8355
  msgstr ""
8356
 
8357
+ #: wppa-settings-autosave.php:1572
8358
  msgid ""
8359
  "Indicate whether a breadcrumb navigation should be displayed above the "
8360
  "comment ten displays."
8361
  msgstr ""
8362
 
8363
+ #: wppa-settings-autosave.php:1579
8364
  msgid "Breadcrumb on tag result displays"
8365
  msgstr ""
8366
 
8367
+ #: wppa-settings-autosave.php:1580
8368
  msgid "Show breadcrumb navigation bars on tag result displays."
8369
  msgstr ""
8370
 
8371
+ #: wppa-settings-autosave.php:1581
8372
  msgid ""
8373
  "Indicate whether a breadcrumb navigation should be displayed above the tag "
8374
  "result displays."
8375
  msgstr ""
8376
 
8377
+ #: wppa-settings-autosave.php:1588
8378
  msgid "Breadcrumb on featured ten displays"
8379
  msgstr ""
8380
 
8381
+ #: wppa-settings-autosave.php:1589
8382
  msgid "Show breadcrumb navigation bars on featured ten displays."
8383
  msgstr ""
8384
 
8385
+ #: wppa-settings-autosave.php:1590
8386
  msgid ""
8387
  "Indicate whether a breadcrumb navigation should be displayed above the "
8388
  "featured ten displays."
8389
  msgstr ""
8390
 
8391
+ #: wppa-settings-autosave.php:1597
8392
  msgid "Breadcrumb on related photos displays"
8393
  msgstr ""
8394
 
8395
+ #: wppa-settings-autosave.php:1598
8396
  msgid "Show breadcrumb navigation bars on related photos displays."
8397
  msgstr ""
8398
 
8399
+ #: wppa-settings-autosave.php:1599
8400
  msgid ""
8401
  "Indicate whether a breadcrumb navigation should be displayed above the "
8402
  "related photos displays."
8403
  msgstr ""
8404
 
8405
+ #: wppa-settings-autosave.php:1606 wppa-setup.php:831
8406
  msgid "Home"
8407
  msgstr ""
8408
 
8409
+ #: wppa-settings-autosave.php:1607
8410
  msgid "Show \"Home\" in breadcrumb."
8411
  msgstr ""
8412
 
8413
+ #: wppa-settings-autosave.php:1608
8414
  msgid ""
8415
  "Indicate whether the breadcrumb navigation should start with a \"Home\"-link"
8416
  msgstr ""
8417
 
8418
+ #: wppa-settings-autosave.php:1615
8419
  msgid "Home text"
8420
  msgstr ""
8421
 
8422
+ #: wppa-settings-autosave.php:1616
8423
  msgid "The text to use as \"Home\""
8424
  msgstr ""
8425
 
8426
+ #: wppa-settings-autosave.php:1625
8427
  msgid "Show the page(s) in breadcrumb."
8428
  msgstr ""
8429
 
8430
+ #: wppa-settings-autosave.php:1626
8431
  msgid ""
8432
  "Indicate whether the breadcrumb navigation should show the page(hierarchy)"
8433
  msgstr ""
8434
 
8435
+ #: wppa-settings-autosave.php:1633
8436
  msgid "Separator"
8437
  msgstr ""
8438
 
8439
+ #: wppa-settings-autosave.php:1634
8440
  msgid "Breadcrumb separator symbol."
8441
  msgstr ""
8442
 
8443
+ #: wppa-settings-autosave.php:1635
8444
  msgid "Select the desired breadcrumb separator element."
8445
  msgstr ""
8446
 
8447
+ #: wppa-settings-autosave.php:1636
8448
  msgid "A text string may contain valid html."
8449
  msgstr ""
8450
 
8451
+ #: wppa-settings-autosave.php:1637
8452
  msgid ""
8453
  "An image will be scaled automatically if you set the navigation font size."
8454
  msgstr ""
8455
 
8456
+ #: wppa-settings-autosave.php:1639
8457
  msgid "Text (html):"
8458
  msgstr ""
8459
 
8460
+ #: wppa-settings-autosave.php:1639
8461
  msgid "Image (url):"
8462
  msgstr ""
8463
 
8464
+ #: wppa-settings-autosave.php:1647
8465
  msgid "Html"
8466
  msgstr ""
8467
 
8468
+ #: wppa-settings-autosave.php:1648
8469
  msgid "Breadcrumb separator text."
8470
  msgstr ""
8471
 
8472
+ #: wppa-settings-autosave.php:1649
8473
  msgid "Enter the HTML code that produces the separator symbol you want."
8474
  msgstr ""
8475
 
8476
+ #: wppa-settings-autosave.php:1650
8477
  msgid ""
8478
  "It may be as simple as '-' (without the quotes) or as complex as a tag like "
8479
  "<div>..</div>."
8480
  msgstr ""
8481
 
8482
+ #: wppa-settings-autosave.php:1657
8483
  msgid "Image Url"
8484
  msgstr ""
8485
 
8486
+ #: wppa-settings-autosave.php:1658
8487
  msgid "Full url to separator image."
8488
  msgstr ""
8489
 
8490
+ #: wppa-settings-autosave.php:1659
8491
  msgid ""
8492
  "Enter the full url to the image you want to use for the separator symbol."
8493
  msgstr ""
8494
 
8495
+ #: wppa-settings-autosave.php:1666
8496
  msgid "Pagelink position"
8497
  msgstr ""
8498
 
8499
+ #: wppa-settings-autosave.php:1667
8500
  msgid "The location for the pagelinks bar."
8501
  msgstr ""
8502
 
8503
+ #: wppa-settings-autosave.php:1670 wppa-settings-autosave.php:4237
8504
  msgid "Top"
8505
  msgstr ""
8506
 
8507
+ #: wppa-settings-autosave.php:1670 wppa-settings-autosave.php:4237
8508
  msgid "Bottom"
8509
  msgstr ""
8510
 
8511
+ #: wppa-settings-autosave.php:1670
8512
  msgid "Both"
8513
  msgstr ""
8514
 
8515
+ #: wppa-settings-autosave.php:1677
8516
  msgid "Thumblink on slideshow"
8517
  msgstr ""
8518
 
8519
+ #: wppa-settings-autosave.php:1678
8520
  msgid "Show a thumb link on slideshow bc."
8521
  msgstr ""
8522
 
8523
+ #: wppa-settings-autosave.php:1679
8524
  msgid "Show a link to thumbnail display on an breadcrumb above a slideshow"
8525
  msgstr ""
8526
 
8527
+ #: wppa-settings-autosave.php:1686
8528
  msgid "Slideshow related visibility settings"
8529
  msgstr ""
8530
 
8531
+ #: wppa-settings-autosave.php:1688
8532
  msgid "Navigation type"
8533
  msgstr ""
8534
 
8535
+ #: wppa-settings-autosave.php:1689
8536
  msgid "Select the type of navigation you want."
8537
  msgstr ""
8538
 
8539
+ #: wppa-settings-autosave.php:1692
8540
  msgid "Icons"
8541
  msgstr ""
8542
 
8543
+ #: wppa-settings-autosave.php:1693
8544
  msgid "Icons on mobile, text on pc"
8545
  msgstr ""
8546
 
8547
+ #: wppa-settings-autosave.php:1704
8548
  msgid "Start/stop"
8549
  msgstr ""
8550
 
8551
+ #: wppa-settings-autosave.php:1705
8552
  msgid "Show the Start/Stop slideshow bar."
8553
  msgstr ""
8554
 
8555
+ #: wppa-settings-autosave.php:1706
8556
  msgid ""
8557
  "If checked: display the start/stop slideshow navigation bar above the full-"
8558
  "size images and slideshow"
8559
  msgstr ""
8560
 
8561
+ #: wppa-settings-autosave.php:1713
8562
  msgid "Browse bar"
8563
  msgstr ""
8564
 
8565
+ #: wppa-settings-autosave.php:1714
8566
  msgid "Show Browse photos bar."
8567
  msgstr ""
8568
 
8569
+ #: wppa-settings-autosave.php:1715
8570
  msgid ""
8571
  "If checked: display the preveous/next navigation bar under the full-size "
8572
  "images and slideshow"
8573
  msgstr ""
8574
 
8575
+ #: wppa-settings-autosave.php:1722
8576
  msgid "Filmstrip"
8577
  msgstr ""
8578
 
8579
+ #: wppa-settings-autosave.php:1723
8580
  msgid "Show Filmstrip navigation bar."
8581
  msgstr ""
8582
 
8583
+ #: wppa-settings-autosave.php:1724
8584
  msgid ""
8585
  "If checked: display the filmstrip navigation bar under the full_size images "
8586
  "and slideshow"
8587
  msgstr ""
8588
 
8589
+ #: wppa-settings-autosave.php:1731
8590
  msgid "Film seam"
8591
  msgstr ""
8592
 
8593
+ #: wppa-settings-autosave.php:1732
8594
  msgid "Show seam between end and start of film."
8595
  msgstr ""
8596
 
8597
+ #: wppa-settings-autosave.php:1733
8598
  msgid "If checked: display the wrap-around point in the filmstrip"
8599
  msgstr ""
8600
 
8601
+ #: wppa-settings-autosave.php:1741
8602
  msgid "Display photo name."
8603
  msgstr ""
8604
 
8605
+ #: wppa-settings-autosave.php:1742
8606
  msgid "If checked: display the name of the photo under the slideshow image."
8607
  msgstr ""
8608
 
8609
+ #: wppa-settings-autosave.php:1749 wppa-settings-autosave.php:2154
8610
  msgid "Add (Owner)"
8611
  msgstr ""
8612
 
8613
+ #: wppa-settings-autosave.php:1750 wppa-settings-autosave.php:2155
8614
  msgid "Add the uploaders display name in parenthesis to the name."
8615
  msgstr ""
8616
 
8617
+ #: wppa-settings-autosave.php:1758
8618
  msgid "Photo desc"
8619
  msgstr ""
8620
 
8621
+ #: wppa-settings-autosave.php:1759
8622
  msgid "Display Photo description."
8623
  msgstr ""
8624
 
8625
+ #: wppa-settings-autosave.php:1760
8626
  msgid ""
8627
  "If checked: display the description of the photo under the slideshow image."
8628
  msgstr ""
8629
 
8630
+ #: wppa-settings-autosave.php:1767
8631
  msgid "Hide when empty"
8632
  msgstr ""
8633
 
8634
+ #: wppa-settings-autosave.php:1768
8635
  msgid "Hide the descriptionbox when empty."
8636
  msgstr ""
8637
 
8638
+ #: wppa-settings-autosave.php:1776
8639
  msgid "Rating system"
8640
  msgstr ""
8641
 
8642
+ #: wppa-settings-autosave.php:1777
8643
  msgid "Enable the rating system."
8644
  msgstr ""
8645
 
8646
+ #: wppa-settings-autosave.php:1778
8647
  msgid "If checked, the photo rating system will be enabled."
8648
  msgstr ""
8649
 
8650
+ #: wppa-settings-autosave.php:1786
8651
  msgid "Comments system"
8652
  msgstr ""
8653
 
8654
+ #: wppa-settings-autosave.php:1787
8655
  msgid "Enable the comments system."
8656
  msgstr ""
8657
 
8658
+ #: wppa-settings-autosave.php:1788
8659
  msgid ""
8660
  "Display the comments box under the fullsize images and let users enter their "
8661
  "comments on individual photos."
8662
  msgstr ""
8663
 
8664
+ #: wppa-settings-autosave.php:1796
8665
  msgid "Comment Avatar default"
8666
  msgstr ""
8667
 
8668
+ #: wppa-settings-autosave.php:1797
8669
  msgid "Show Avatars with the comments if not --- none ---"
8670
  msgstr ""
8671
 
8672
+ #: wppa-settings-autosave.php:1802
8673
  msgid "mystery man"
8674
  msgstr ""
8675
 
8676
+ #: wppa-settings-autosave.php:1803
8677
  msgid "identicon"
8678
  msgstr ""
8679
 
8680
+ #: wppa-settings-autosave.php:1804
8681
  msgid "monsterid"
8682
  msgstr ""
8683
 
8684
+ #: wppa-settings-autosave.php:1805
8685
  msgid "wavatar"
8686
  msgstr ""
8687
 
8688
+ #: wppa-settings-autosave.php:1806
8689
  msgid "retro"
8690
  msgstr ""
8691
 
8692
+ #: wppa-settings-autosave.php:1807
8693
  msgid "--- url ---"
8694
  msgstr ""
8695
 
8696
+ #: wppa-settings-autosave.php:1822
8697
  msgid "Comment Avatar url"
8698
  msgstr ""
8699
 
8700
+ #: wppa-settings-autosave.php:1823
8701
  msgid "Comment Avatar default url."
8702
  msgstr ""
8703
 
8704
+ #: wppa-settings-autosave.php:1831
8705
  msgid "Big Browse Buttons"
8706
  msgstr ""
8707
 
8708
+ #: wppa-settings-autosave.php:1832
8709
  msgid "Enable invisible browsing buttons."
8710
  msgstr ""
8711
 
8712
+ #: wppa-settings-autosave.php:1833 wppa-settings-autosave.php:2437
8713
  msgid ""
8714
  "If checked, the fullsize image is covered by two invisible areas that act as "
8715
  "browse buttons."
8716
  msgstr ""
8717
 
8718
+ #: wppa-settings-autosave.php:1834 wppa-settings-autosave.php:2438
8719
+ #: wppa-settings-autosave.php:2448
8720
  msgid ""
8721
  "Make sure the Full height (Table I-B2) is properly configured to prevent "
8722
  "these areas to overlap unwanted space."
8723
  msgstr ""
8724
 
8725
+ #: wppa-settings-autosave.php:1841
8726
  msgid "Ugly Browse Buttons"
8727
  msgstr ""
8728
 
8729
+ #: wppa-settings-autosave.php:1842
8730
  msgid "Enable the ugly browsing buttons."
8731
  msgstr ""
8732
 
8733
+ #: wppa-settings-autosave.php:1843
8734
  msgid "If checked, the fullsize image is covered by two browse buttons."
8735
  msgstr ""
8736
 
8737
+ #: wppa-settings-autosave.php:1854
8738
  msgid "Start/stop icons"
8739
  msgstr ""
8740
 
8741
+ #: wppa-settings-autosave.php:1855
8742
  msgid "Show start and stop icons at the center of the slide"
8743
  msgstr ""
8744
 
8745
+ #: wppa-settings-autosave.php:1867
8746
  msgid "Show custom box"
8747
  msgstr ""
8748
 
8749
+ #: wppa-settings-autosave.php:1868
8750
  msgid "Display the custom box in the slideshow"
8751
  msgstr ""
8752
 
8753
+ #: wppa-settings-autosave.php:1869 wppa-settings-autosave.php:1880
8754
  msgid ""
8755
  "You can fill the custom box with any html you like. It will not be checked, "
8756
+ "so it is your own responsibility to close tags properly."
8757
  msgstr ""
8758
 
8759
+ #: wppa-settings-autosave.php:1870 wppa-settings-autosave.php:1881
8760
  msgid "The position of the box can be defined in Table IX-E."
8761
  msgstr ""
8762
 
8763
+ #: wppa-settings-autosave.php:1878
8764
  msgid "Custom content"
8765
  msgstr ""
8766
 
8767
+ #: wppa-settings-autosave.php:1879
8768
  msgid "The content (html) of the custom box."
8769
  msgstr ""
8770
 
8771
+ #: wppa-settings-autosave.php:1888
8772
  msgid "Slideshow/Number bar"
8773
  msgstr ""
8774
 
8775
+ #: wppa-settings-autosave.php:1889
8776
  msgid "Display the Slideshow / Number bar."
8777
  msgstr ""
8778
 
8779
+ #: wppa-settings-autosave.php:1890
8780
  msgid "If checked: display the number boxes on slideshow"
8781
  msgstr ""
8782
 
8783
+ #: wppa-settings-autosave.php:1898
8784
  msgid "IPTC system"
8785
  msgstr ""
8786
 
8787
+ #: wppa-settings-autosave.php:1899
8788
  msgid "Enable the iptc system."
8789
  msgstr ""
8790
 
8791
+ #: wppa-settings-autosave.php:1900
8792
  msgid "Display the iptc box under the fullsize images."
8793
  msgstr ""
8794
 
8795
+ #: wppa-settings-autosave.php:1908
8796
  msgid "IPTC open"
8797
  msgstr ""
8798
 
8799
+ #: wppa-settings-autosave.php:1909
8800
  msgid "Display the iptc box initially opened."
8801
  msgstr ""
8802
 
8803
+ #: wppa-settings-autosave.php:1910
8804
  msgid "Display the iptc box under the fullsize images initially open."
8805
  msgstr ""
8806
 
8807
+ #: wppa-settings-autosave.php:1918
8808
  msgid "EXIF system"
8809
  msgstr ""
8810
 
8811
+ #: wppa-settings-autosave.php:1919
8812
  msgid "Enable the exif system."
8813
  msgstr ""
8814
 
8815
+ #: wppa-settings-autosave.php:1920
8816
  msgid "Display the exif box under the fullsize images."
8817
  msgstr ""
8818
 
8819
+ #: wppa-settings-autosave.php:1928
8820
  msgid "EXIF open"
8821
  msgstr ""
8822
 
8823
+ #: wppa-settings-autosave.php:1929
8824
  msgid "Display the exif box initially opened."
8825
  msgstr ""
8826
 
8827
+ #: wppa-settings-autosave.php:1930
8828
  msgid "Display the exif box under the fullsize images initially open."
8829
  msgstr ""
8830
 
8831
+ #: wppa-settings-autosave.php:1938
8832
  msgid "Social media share box related visibility settings"
8833
  msgstr ""
8834
 
8835
+ #: wppa-settings-autosave.php:1940
8836
  msgid "Show Share Box"
8837
  msgstr ""
8838
 
8839
+ #: wppa-settings-autosave.php:1941
8840
  msgid "Display the share social media buttons box."
8841
  msgstr ""
8842
 
8843
+ #: wppa-settings-autosave.php:1950 wppa-settings-autosave.php:9779
8844
  msgid "Hide when running"
8845
  msgstr ""
8846
 
8847
+ #: wppa-settings-autosave.php:1951
8848
  msgid "Hide the SM box when slideshow runs."
8849
  msgstr ""
8850
 
8851
+ #: wppa-settings-autosave.php:1959
8852
  msgid "Show Share Box Widget"
8853
  msgstr ""
8854
 
8855
+ #: wppa-settings-autosave.php:1960
8856
  msgid "Display the share social media buttons box in widgets."
8857
  msgstr ""
8858
 
8859
+ #: wppa-settings-autosave.php:1961
8860
  msgid ""
8861
  "This setting applies to normal slideshows in widgets, not to the "
8862
  "slideshowwidget as that is a slideonly display."
8863
  msgstr ""
8864
 
8865
+ #: wppa-settings-autosave.php:1969
8866
  msgid "Show Share Buttons Thumbs"
8867
  msgstr ""
8868
 
8869
+ #: wppa-settings-autosave.php:1970
8870
  msgid "Display the share social media buttons under thumbnails."
8871
  msgstr ""
8872
 
8873
+ #: wppa-settings-autosave.php:1979
8874
  msgid "Show Share Buttons Lightbox"
8875
  msgstr ""
8876
 
8877
+ #: wppa-settings-autosave.php:1980
8878
  msgid "Display the share social media buttons on lightbox displays."
8879
  msgstr ""
8880
 
8881
+ #: wppa-settings-autosave.php:1989
8882
  msgid "Show Share Buttons Mphoto"
8883
  msgstr ""
8884
 
8885
+ #: wppa-settings-autosave.php:1990
8886
  msgid "Display the share social media buttons on mphoto displays."
8887
  msgstr ""
8888
 
8889
+ #: wppa-settings-autosave.php:1999
8890
  msgid "Void pages share"
8891
  msgstr ""
8892
 
8893
+ #: wppa-settings-autosave.php:2000
8894
  msgid "Do not show share on these pages"
8895
  msgstr ""
8896
 
8897
+ #: wppa-settings-autosave.php:2001
8898
  msgid "Use this for pages that require the user is logged in"
8899
  msgstr ""
8900
 
8901
+ #: wppa-settings-autosave.php:2005
8902
  msgid "--- Select one or more pages ---"
8903
  msgstr ""
8904
 
8905
+ #: wppa-settings-autosave.php:2014
8906
  msgid "Show QR Code"
8907
  msgstr ""
8908
 
8909
+ #: wppa-settings-autosave.php:2015
8910
  msgid "Display the QR code in the share box."
8911
  msgstr ""
8912
 
8913
+ #: wppa-settings-autosave.php:2023
8914
  msgid "Show Twitter button"
8915
  msgstr ""
8916
 
8917
+ #: wppa-settings-autosave.php:2024
8918
  msgid "Display the Twitter button in the share box."
8919
  msgstr ""
8920
 
8921
+ #: wppa-settings-autosave.php:2032
8922
  msgid "The creator's Twitter account"
8923
  msgstr ""
8924
 
8925
+ #: wppa-settings-autosave.php:2033
8926
  msgid "The Twitter @username a twitter card should be attributed to."
8927
  msgstr ""
8928
 
8929
+ #: wppa-settings-autosave.php:2034
8930
  msgid ""
8931
  "If you want to share the image directly - by a so called twitter card - you "
8932
  "must enter your twitter account name here"
8933
  msgstr ""
8934
 
8935
+ #: wppa-settings-autosave.php:2041
8936
  msgid "Show Google+ button"
8937
  msgstr ""
8938
 
8939
+ #: wppa-settings-autosave.php:2042
8940
  msgid "Display the Google+ button in the share box."
8941
  msgstr ""
8942
 
8943
+ #: wppa-settings-autosave.php:2050
8944
  msgid "Show Pinterest button"
8945
  msgstr ""
8946
 
8947
+ #: wppa-settings-autosave.php:2051
8948
  msgid "Display the Pintrest button in the share box."
8949
  msgstr ""
8950
 
8951
+ #: wppa-settings-autosave.php:2059
8952
  msgid "Show LinkedIn button"
8953
  msgstr ""
8954
 
8955
+ #: wppa-settings-autosave.php:2060
8956
  msgid "Display the LinkedIn button in the share box."
8957
  msgstr ""
8958
 
8959
+ #: wppa-settings-autosave.php:2068
8960
  msgid "Show Facebook share button"
8961
  msgstr ""
8962
 
8963
+ #: wppa-settings-autosave.php:2069 wppa-settings-autosave.php:2078
8964
  msgid "Display the Facebook button in the share box."
8965
  msgstr ""
8966
 
8967
+ #: wppa-settings-autosave.php:2077
8968
  msgid "Show Facebook like button"
8969
  msgstr ""
8970
 
8971
+ #: wppa-settings-autosave.php:2086
8972
  msgid "Display type"
8973
  msgstr ""
8974
 
8975
+ #: wppa-settings-autosave.php:2087
8976
  msgid "Select the Facebook button display type."
8977
  msgstr ""
8978
 
8979
+ #: wppa-settings-autosave.php:2090
8980
  msgid "Button with counter"
8981
  msgstr ""
8982
 
8983
+ #: wppa-settings-autosave.php:2090
8984
  msgid "Box with counter"
8985
  msgstr ""
8986
 
8987
+ #: wppa-settings-autosave.php:2097
8988
  msgid "Show Facebook comment box"
8989
  msgstr ""
8990
 
8991
+ #: wppa-settings-autosave.php:2098
8992
  msgid "Display the Facebook comment dialog box in the share box."
8993
  msgstr ""
8994
 
8995
+ #: wppa-settings-autosave.php:2106
8996
  msgid "Facebook User Id"
8997
  msgstr ""
8998
 
8999
+ #: wppa-settings-autosave.php:2107
9000
  msgid "Enter your facebook user id to be able to moderate comments and sends"
9001
  msgstr ""
9002
 
9003
+ #: wppa-settings-autosave.php:2115
9004
  msgid "Facebook App Id"
9005
  msgstr ""
9006
 
9007
+ #: wppa-settings-autosave.php:2116
9008
  msgid "Enter your facebook app id to be able to moderate comments and sends"
9009
  msgstr ""
9010
 
9011
+ #: wppa-settings-autosave.php:2124
9012
  msgid "Facebook js SDK"
9013
  msgstr ""
9014
 
9015
+ #: wppa-settings-autosave.php:2125
9016
  msgid "Load Facebook js SDK"
9017
  msgstr ""
9018
 
9019
+ #: wppa-settings-autosave.php:2126
9020
  msgid ""
9021
  "Uncheck this box only when there is a conflict with an other plugin that "
9022
  "also loads the Facebook js SDK."
9023
  msgstr ""
9024
 
9025
+ #: wppa-settings-autosave.php:2133
9026
  msgid "Share single image"
9027
  msgstr ""
9028
 
9029
+ #: wppa-settings-autosave.php:2134
9030
  msgid "Share a link to a single image, not the slideshow."
9031
  msgstr ""
9032
 
9033
+ #: wppa-settings-autosave.php:2135
9034
  msgid ""
9035
  "The sharelink points to a page with a single image rather than to the page "
9036
  "with the photo in the slideshow."
9037
  msgstr ""
9038
 
9039
+ #: wppa-settings-autosave.php:2143
9040
  msgid "Thumbnail display related visibility settings"
9041
  msgstr ""
9042
 
9043
+ #: wppa-settings-autosave.php:2145
9044
  msgid "Thumbnail name"
9045
  msgstr ""
9046
 
9047
+ #: wppa-settings-autosave.php:2146
9048
  msgid "Display Thumbnail name."
9049
  msgstr ""
9050
 
9051
+ #: wppa-settings-autosave.php:2147
9052
  msgid "Display photo name under thumbnail images."
9053
  msgstr ""
9054
 
9055
+ #: wppa-settings-autosave.php:2163
9056
  msgid "Thumbnail desc"
9057
  msgstr ""
9058
 
9059
+ #: wppa-settings-autosave.php:2164
9060
  msgid "Display Thumbnail description."
9061
  msgstr ""
9062
 
9063
+ #: wppa-settings-autosave.php:2165
9064
  msgid "Display description of the photo under thumbnail images."
9065
  msgstr ""
9066
 
9067
+ #: wppa-settings-autosave.php:2172
9068
  msgid "Thumbnail rating"
9069
  msgstr ""
9070
 
9071
+ #: wppa-settings-autosave.php:2173
9072
  msgid "Display Thumbnail Rating."
9073
  msgstr ""
9074
 
9075
+ #: wppa-settings-autosave.php:2174
9076
  msgid "Display the rating of the photo under the thumbnail image."
9077
  msgstr ""
9078
 
9079
+ #: wppa-settings-autosave.php:2181
9080
  msgid "Thumbnail comcount"
9081
  msgstr ""
9082
 
9083
+ #: wppa-settings-autosave.php:2182
9084
  msgid "Display Thumbnail Comment count."
9085
  msgstr ""
9086
 
9087
+ #: wppa-settings-autosave.php:2183
9088
  msgid "Display the number of comments to the photo under the thumbnail image."
9089
  msgstr ""
9090
 
9091
+ #: wppa-settings-autosave.php:2190
9092
  msgid "Thumbnail viewcount"
9093
  msgstr ""
9094
 
9095
+ #: wppa-settings-autosave.php:2191
9096
  msgid "Display the number of views."
9097
  msgstr ""
9098
 
9099
+ #: wppa-settings-autosave.php:2192
9100
  msgid "Display the number of views under the thumbnail image."
9101
  msgstr ""
9102
 
9103
+ #: wppa-settings-autosave.php:2199
9104
  msgid "Thumbnail virt album"
9105
  msgstr ""
9106
 
9107
+ #: wppa-settings-autosave.php:2200
9108
  msgid "Display the real album name on virtual album display."
9109
  msgstr ""
9110
 
9111
+ #: wppa-settings-autosave.php:2201
9112
  msgid ""
9113
  "Display the album name of the photo in parenthesis under the thumbnail on "
9114
  "virtual album displays like search results etc."
9115
  msgstr ""
9116
 
9117
+ #: wppa-settings-autosave.php:2208
9118
  msgid "Thumbnail video"
9119
  msgstr ""
9120
 
9121
+ #: wppa-settings-autosave.php:2209
9122
  msgid "Show video controls on thumbnail displays."
9123
  msgstr ""
9124
 
9125
+ #: wppa-settings-autosave.php:2210
9126
  msgid ""
9127
  "Works on default thumbnail type only. You can play the video only when the "
9128
  "link is set to no link at all."
9129
  msgstr ""
9130
 
9131
+ #: wppa-settings-autosave.php:2217
9132
  msgid "Thumbnail audio"
9133
  msgstr ""
9134
 
9135
+ #: wppa-settings-autosave.php:2218
9136
  msgid "Show audio controls on thumbnail displays."
9137
  msgstr ""
9138
 
9139
+ #: wppa-settings-autosave.php:2226
9140
  msgid "Popup name"
9141
  msgstr ""
9142
 
9143
+ #: wppa-settings-autosave.php:2227
9144
  msgid "Display Thumbnail name on popup."
9145
  msgstr ""
9146
 
9147
+ #: wppa-settings-autosave.php:2228
9148
  msgid "Display photo name under thumbnail images on the popup."
9149
  msgstr ""
9150
 
9151
+ #: wppa-settings-autosave.php:2235
9152
  msgid "Popup (owner)"
9153
  msgstr ""
9154
 
9155
+ #: wppa-settings-autosave.php:2236
9156
  msgid "Display owner on popup."
9157
  msgstr ""
9158
 
9159
+ #: wppa-settings-autosave.php:2237
9160
  msgid "Display photo owner under thumbnail images on the popup."
9161
  msgstr ""
9162
 
9163
+ #: wppa-settings-autosave.php:2244
9164
  msgid "Popup desc"
9165
  msgstr ""
9166
 
9167
+ #: wppa-settings-autosave.php:2245
9168
  msgid "Display Thumbnail description on popup."
9169
  msgstr ""
9170
 
9171
+ #: wppa-settings-autosave.php:2246
9172
  msgid "Display description of the photo under thumbnail images on the popup."
9173
  msgstr ""
9174
 
9175
+ #: wppa-settings-autosave.php:2253
9176
  msgid "Popup desc no links"
9177
  msgstr ""
9178
 
9179
+ #: wppa-settings-autosave.php:2254
9180
  msgid "Strip html anchor tags from descriptions on popups"
9181
  msgstr ""
9182
 
9183
+ #: wppa-settings-autosave.php:2255
9184
  msgid ""
9185
  "Use this option to prevent the display of links that cannot be activated."
9186
  msgstr ""
9187
 
9188
+ #: wppa-settings-autosave.php:2262
9189
  msgid "Popup rating"
9190
  msgstr ""
9191
 
9192
+ #: wppa-settings-autosave.php:2263
9193
  msgid "Display Thumbnail Rating on popup."
9194
  msgstr ""
9195
 
9196
+ #: wppa-settings-autosave.php:2264
9197
  msgid "Display the rating of the photo under the thumbnail image on the popup."
9198
  msgstr ""
9199
 
9200
+ #: wppa-settings-autosave.php:2271
9201
  msgid "Popup comcount"
9202
  msgstr ""
9203
 
9204
+ #: wppa-settings-autosave.php:2272
9205
  msgid "Display Thumbnail Comment count on popup."
9206
  msgstr ""
9207
 
9208
+ #: wppa-settings-autosave.php:2273
9209
  msgid ""
9210
  "Display the number of comments of the photo under the thumbnail image on the "
9211
  "popup."
9212
  msgstr ""
9213
 
9214
+ #: wppa-settings-autosave.php:2280
9215
  msgid "Show rating count"
9216
  msgstr ""
9217
 
9218
+ #: wppa-settings-autosave.php:2281
9219
  msgid "Display the number of votes along with average ratings."
9220
  msgstr ""
9221
 
9222
+ #: wppa-settings-autosave.php:2282
9223
  msgid ""
9224
  "If checked, the number of votes is displayed along with average rating "
9225
  "displays on thumbnail and popup displays."
9226
  msgstr ""
9227
 
9228
+ #: wppa-settings-autosave.php:2289
9229
  msgid "Show name on thumb area"
9230
  msgstr ""
9231
 
9232
+ #: wppa-settings-autosave.php:2290
9233
  msgid "Select if and where to display the album name on the thumbnail display."
9234
  msgstr ""
9235
 
9236
+ #: wppa-settings-autosave.php:2293 wppa-settings-autosave.php:2304
9237
+ #: wppa-settings-autosave.php:2333 wppa-settings-autosave.php:4630
9238
  msgid "None"
9239
  msgstr ""
9240
 
9241
+ #: wppa-settings-autosave.php:2293 wppa-settings-autosave.php:2304
9242
+ #: wppa-settings-autosave.php:2333 wppa-settings-autosave.php:3672
9243
  msgid "At the top"
9244
  msgstr ""
9245
 
9246
+ #: wppa-settings-autosave.php:2293 wppa-settings-autosave.php:2304
9247
+ #: wppa-settings-autosave.php:2333 wppa-settings-autosave.php:3672
9248
  msgid "At the bottom"
9249
  msgstr ""
9250
 
9251
+ #: wppa-settings-autosave.php:2300
9252
  msgid "Show desc on thumb area"
9253
  msgstr ""
9254
 
9255
+ #: wppa-settings-autosave.php:2301
9256
  msgid ""
9257
  "Select if and where to display the album description on the thumbnail "
9258
  "display."
9259
  msgstr ""
9260
 
9261
+ #: wppa-settings-autosave.php:2311
9262
  msgid "Show Edit/Delete links"
9263
  msgstr ""
9264
 
9265
+ #: wppa-settings-autosave.php:2312
9266
  msgid "Show these links under default thumbnails for owner and admin."
9267
  msgstr ""
9268
 
9269
+ #: wppa-settings-autosave.php:2320
9270
  msgid "Show empty thumbnail area"
9271
  msgstr ""
9272
 
9273
+ #: wppa-settings-autosave.php:2321
9274
  msgid "Display thumbnail areas with upload link only for empty albums."
9275
  msgstr ""
9276
 
9277
+ #: wppa-settings-autosave.php:2329
9278
  msgid "Upload/create link on thumbnail area"
9279
  msgstr ""
9280
 
9281
+ #: wppa-settings-autosave.php:2330
9282
  msgid "Select the location of the upload and crete links."
9283
  msgstr ""
9284
 
9285
+ #: wppa-settings-autosave.php:2341
9286
  msgid "Album cover related visibility settings"
9287
  msgstr ""
9288
 
9289
+ #: wppa-settings-autosave.php:2343
9290
  msgid "Covertext"
9291
  msgstr ""
9292
 
9293
+ #: wppa-settings-autosave.php:2344
9294
  msgid "Show the text on the album cover."
9295
  msgstr ""
9296
 
9297
+ #: wppa-settings-autosave.php:2345
9298
  msgid "Display the album decription on the album cover"
9299
  msgstr ""
9300
 
9301
+ #: wppa-settings-autosave.php:2353
9302
  msgid "Enable the slideshow."
9303
  msgstr ""
9304
 
9305
+ #: wppa-settings-autosave.php:2354
9306
  msgid ""
9307
  "If you do not want slideshows: uncheck this box. Browsing full size images "
9308
  "will remain possible."
9309
  msgstr ""
9310
 
9311
+ #: wppa-settings-autosave.php:2361
9312
  msgid "Slideshow/Browse"
9313
  msgstr ""
9314
 
9315
+ #: wppa-settings-autosave.php:2362
9316
  msgid "Display the Slideshow / Browse photos link on album covers"
9317
  msgstr ""
9318
 
9319
+ #: wppa-settings-autosave.php:2363
9320
  msgid ""
9321
  "This setting causes the Slideshow link to be displayed on the album cover."
9322
  msgstr ""
9323
 
9324
+ #: wppa-settings-autosave.php:2364
9325
  msgid ""
9326
  "If slideshows are disabled in item 2 in this table, you will see a browse "
9327
  "link to fullsize images."
9328
  msgstr ""
9329
 
9330
+ #: wppa-settings-autosave.php:2365
9331
  msgid "If you do not want the browse link either, uncheck this item."
9332
  msgstr ""
9333
 
9334
+ #: wppa-settings-autosave.php:2372
9335
  msgid "View ..."
9336
  msgstr ""
9337
 
9338
+ #: wppa-settings-autosave.php:2373
9339
  msgid "Display the View xx albums and yy photos link on album covers"
9340
  msgstr ""
9341
 
9342
+ #: wppa-settings-autosave.php:2381
9343
  msgid "Treecount"
9344
  msgstr ""
9345
 
9346
+ #: wppa-settings-autosave.php:2382
9347
+ msgid "Display the total number of (sub)albums and photos in subalbums"
9348
  msgstr ""
9349
 
9350
+ #: wppa-settings-autosave.php:2383
9351
  msgid ""
9352
  "Displays the total number of sub albums and photos in the entire album tree "
9353
  "in parenthesis if the numbers differ from the direct content of the album."
9354
  msgstr ""
9355
 
9356
+ #: wppa-settings-autosave.php:2385
9357
  msgid "detailed"
9358
  msgstr ""
9359
 
9360
+ #: wppa-settings-autosave.php:2385
9361
  msgid "totals only"
9362
  msgstr ""
9363
 
9364
+ #: wppa-settings-autosave.php:2392
9365
  msgid "Show categories"
9366
  msgstr ""
9367
 
9368
+ #: wppa-settings-autosave.php:2393
9369
  msgid "Display the album categories on the covers."
9370
  msgstr ""
9371
 
9372
+ #: wppa-settings-autosave.php:2401
9373
  msgid "Skip empty albums"
9374
  msgstr ""
9375
 
9376
+ #: wppa-settings-autosave.php:2402
9377
  msgid "Do not show empty albums, except for admin and owner."
9378
  msgstr ""
9379
 
9380
+ #: wppa-settings-autosave.php:2410
9381
  msgid "Count on title"
9382
  msgstr ""
9383
 
9384
+ #: wppa-settings-autosave.php:2411
9385
  msgid "Show photocount along with album title. "
9386
  msgstr ""
9387
 
9388
+ #: wppa-settings-autosave.php:2414 wppa-settings-autosave.php:2425
9389
  msgid "top album only"
9390
  msgstr ""
9391
 
9392
+ #: wppa-settings-autosave.php:2414 wppa-settings-autosave.php:2425
9393
  msgid "total tree"
9394
  msgstr ""
9395
 
9396
+ #: wppa-settings-autosave.php:2421
9397
  msgid "Viewcount on cover"
9398
  msgstr ""
9399
 
9400
+ #: wppa-settings-autosave.php:2422
9401
  msgid "Show total photo viewcount on album covers."
9402
  msgstr ""
9403
 
9404
+ #: wppa-settings-autosave.php:2433
9405
  msgid "Widget related visibility settings"
9406
  msgstr ""
9407
 
9408
+ #: wppa-settings-autosave.php:2435
9409
  msgid "Big Browse Buttons in widget"
9410
  msgstr ""
9411
 
9412
+ #: wppa-settings-autosave.php:2436
9413
  msgid "Enable invisible browsing buttons in widget slideshows."
9414
  msgstr ""
9415
 
9416
+ #: wppa-settings-autosave.php:2445
9417
  msgid "Ugly Browse Buttons in widget"
9418
  msgstr ""
9419
 
9420
+ #: wppa-settings-autosave.php:2446
9421
  msgid "Enable ugly browsing buttons in widget slideshows."
9422
  msgstr ""
9423
 
9424
+ #: wppa-settings-autosave.php:2447
9425
  msgid "If checked, the fullsize image is covered by browse buttons."
9426
  msgstr ""
9427
 
9428
+ #: wppa-settings-autosave.php:2455
9429
  msgid "Album widget tooltip"
9430
  msgstr ""
9431
 
9432
+ #: wppa-settings-autosave.php:2456
9433
  msgid "Show the album description on hoovering thumbnail in album widget"
9434
  msgstr ""
9435
 
9436
+ #: wppa-settings-autosave.php:2464 wppa-settings-autosave.php:4771
9437
  msgid ""
9438
  "Lightbox related settings. These settings have effect only when Table IX-J3 "
9439
  "is set to wppa"
9440
  msgstr ""
9441
 
9442
+ #: wppa-settings-autosave.php:2477
9443
  msgid "Overlay theme color"
9444
  msgstr ""
9445
 
9446
+ #: wppa-settings-autosave.php:2478
9447
  msgid "The color of the image border and text background."
9448
  msgstr ""
9449
 
9450
+ #: wppa-settings-autosave.php:2481 wppa-settings-autosave.php:2492
9451
  msgid "Black"
9452
  msgstr ""
9453
 
9454
+ #: wppa-settings-autosave.php:2481 wppa-settings-autosave.php:2492
9455
  msgid "White"
9456
  msgstr ""
9457
 
9458
+ #: wppa-settings-autosave.php:2488
9459
  msgid "Overlay background color"
9460
  msgstr ""
9461
 
9462
+ #: wppa-settings-autosave.php:2489
9463
  msgid "The color of the outer background."
9464
  msgstr ""
9465
 
9466
+ #: wppa-settings-autosave.php:2499
9467
  msgid "Overlay slide name"
9468
  msgstr ""
9469
 
9470
+ #: wppa-settings-autosave.php:2500
9471
  msgid "Show name if from slide."
9472
  msgstr ""
9473
 
9474
+ #: wppa-settings-autosave.php:2501
9475
  msgid ""
9476
  "Shows the photos name on a lightbox display when initiated from a slide."
9477
  msgstr ""
9478
 
9479
+ #: wppa-settings-autosave.php:2502 wppa-settings-autosave.php:2512
9480
  msgid ""
9481
+ "This setting also applies to film thumbnails if Table VI-B6a is set to "
9482
  "lightbox overlay."
9483
  msgstr ""
9484
 
9485
+ #: wppa-settings-autosave.php:2509
9486
  msgid "Overlay slide desc"
9487
  msgstr ""
9488
 
9489
+ #: wppa-settings-autosave.php:2510
9490
  msgid "Show description if from slide."
9491
  msgstr ""
9492
 
9493
+ #: wppa-settings-autosave.php:2511
9494
  msgid ""
9495
  "Shows the photos description on a lightbox display when initiated from a "
9496
  "slide."
9497
  msgstr ""
9498
 
9499
+ #: wppa-settings-autosave.php:2519
9500
  msgid "Overlay thumb name"
9501
  msgstr ""
9502
 
9503
+ #: wppa-settings-autosave.php:2520
9504
  msgid "Show the photos name if from thumb."
9505
  msgstr ""
9506
 
9507
+ #: wppa-settings-autosave.php:2521
9508
  msgid ""
9509
  "Shows the name on a lightbox display when initiated from a standard "
9510
  "thumbnail or a widget thumbnail."
9511
  msgstr ""
9512
 
9513
+ #: wppa-settings-autosave.php:2522 wppa-settings-autosave.php:2532
9514
  msgid ""
9515
  "This setting applies to standard thumbnails, thumbnail-, comment-, topten- "
9516
  "and lasten-widget."
9517
  msgstr ""
9518
 
9519
+ #: wppa-settings-autosave.php:2529
9520
  msgid "Overlay thumb desc"
9521
  msgstr ""
9522
 
9523
+ #: wppa-settings-autosave.php:2530
9524
  msgid "Show description if from thumb."
9525
  msgstr ""
9526
 
9527
+ #: wppa-settings-autosave.php:2531
9528
  msgid ""
9529
  "Shows the photos description on a lightbox display when initiated from a "
9530
  "standard thumbnail or a widget thumbnail."
9531
  msgstr ""
9532
 
9533
+ #: wppa-settings-autosave.php:2539
9534
  msgid "Overlay potd name"
9535
  msgstr ""
9536
 
9537
+ #: wppa-settings-autosave.php:2540
9538
  msgid "Show the photos name if from photo of the day."
9539
  msgstr ""
9540
 
9541
+ #: wppa-settings-autosave.php:2541
9542
  msgid ""
9543
  "Shows the name on a lightbox display when initiated from the photo of the "
9544
  "day."
9545
  msgstr ""
9546
 
9547
+ #: wppa-settings-autosave.php:2548
9548
  msgid "Overlay potd desc"
9549
  msgstr ""
9550
 
9551
+ #: wppa-settings-autosave.php:2549
9552
  msgid "Show description if from from photo of the day."
9553
  msgstr ""
9554
 
9555
+ #: wppa-settings-autosave.php:2550
9556
  msgid ""
9557
  "Shows the photos description on a lightbox display when initiated from the "
9558
  "photo of the day."
9559
  msgstr ""
9560
 
9561
+ #: wppa-settings-autosave.php:2557
9562
  msgid "Overlay sphoto name"
9563
  msgstr ""
9564
 
9565
+ #: wppa-settings-autosave.php:2558
9566
  msgid "Show the photos name if from a single photo."
9567
  msgstr ""
9568
 
9569
+ #: wppa-settings-autosave.php:2559
9570
  msgid ""
9571
  "Shows the name on a lightbox display when initiated from a single photo."
9572
  msgstr ""
9573
 
9574
+ #: wppa-settings-autosave.php:2566
9575
  msgid "Overlay sphoto desc"
9576
  msgstr ""
9577
 
9578
+ #: wppa-settings-autosave.php:2567
9579
  msgid "Show description if from from a single photo."
9580
  msgstr ""
9581
 
9582
+ #: wppa-settings-autosave.php:2568
9583
  msgid ""
9584
  "Shows the photos description on a lightbox display when initiated from a "
9585
  "single photo."
9586
  msgstr ""
9587
 
9588
+ #: wppa-settings-autosave.php:2575
9589
  msgid "Overlay mphoto name"
9590
  msgstr ""
9591
 
9592
+ #: wppa-settings-autosave.php:2576
9593
  msgid "Show the photos name if from a single media style photo."
9594
  msgstr ""
9595
 
9596
+ #: wppa-settings-autosave.php:2577
9597
  msgid ""
9598
  "Shows the name on a lightbox display when initiated from a single media "
9599
  "style photo."
9600
  msgstr ""
9601
 
9602
+ #: wppa-settings-autosave.php:2584
9603
  msgid "Overlay mphoto desc"
9604
  msgstr ""
9605
 
9606
+ #: wppa-settings-autosave.php:2585
9607
  msgid "Show description if from from a media style photo."
9608
  msgstr ""
9609
 
9610
+ #: wppa-settings-autosave.php:2586
9611
  msgid ""
9612
  "Shows the photos description on a lightbox display when initiated from a "
9613
  "single media style photo."
9614
  msgstr ""
9615
 
9616
+ #: wppa-settings-autosave.php:2593
9617
  msgid "Overlay albumwidget name"
9618
  msgstr ""
9619
 
9620
+ #: wppa-settings-autosave.php:2594
9621
  msgid "Show the photos name if from the album widget."
9622
  msgstr ""
9623
 
9624
+ #: wppa-settings-autosave.php:2595
9625
  msgid ""
9626
  "Shows the name on a lightbox display when initiated from the album widget."
9627
  msgstr ""
9628
 
9629
+ #: wppa-settings-autosave.php:2602
9630
  msgid "Overlay albumwidget desc"
9631
  msgstr ""
9632
 
9633
+ #: wppa-settings-autosave.php:2603
9634
  msgid "Show description if from from the album widget."
9635
  msgstr ""
9636
 
9637
+ #: wppa-settings-autosave.php:2604
9638
  msgid ""
9639
  "Shows the photos description on a lightbox display when initiated from the "
9640
  "album widget."
9641
  msgstr ""
9642
 
9643
+ #: wppa-settings-autosave.php:2611
9644
  msgid "Overlay coverphoto name"
9645
  msgstr ""
9646
 
9647
+ #: wppa-settings-autosave.php:2612
9648
  msgid "Show the photos name if from the album cover."
9649
  msgstr ""
9650
 
9651
+ #: wppa-settings-autosave.php:2613
9652
  msgid ""
9653
  "Shows the name on a lightbox display when initiated from the album "
9654
  "coverphoto."
9655
  msgstr ""
9656
 
9657
+ #: wppa-settings-autosave.php:2620
9658
  msgid "Overlay coverphoto desc"
9659
  msgstr ""
9660
 
9661
+ #: wppa-settings-autosave.php:2621
9662
  msgid "Show description if from from the album cover."
9663
  msgstr ""
9664
 
9665
+ #: wppa-settings-autosave.php:2622
9666
  msgid ""
9667
  "Shows the photos description on a lightbox display when initiated from the "
9668
  "album coverphoto."
9669
  msgstr ""
9670
 
9671
+ #: wppa-settings-autosave.php:2629
9672
  msgid "Overlay add owner"
9673
  msgstr ""
9674
 
9675
+ #: wppa-settings-autosave.php:2630
9676
  msgid "Add the owner to the photo name on lightbox displays."
9677
  msgstr ""
9678
 
9679
+ #: wppa-settings-autosave.php:2631
9680
  msgid ""
9681
  "This setting is independant of the show name switches and is a global "
9682
  "setting."
9683
  msgstr ""
9684
 
9685
+ #: wppa-settings-autosave.php:2638
9686
  msgid "Overlay show start/stop"
9687
  msgstr ""
9688
 
9689
+ #: wppa-settings-autosave.php:2639
9690
  msgid "Show Start and Stop for running slideshow on lightbox."
9691
  msgstr ""
9692
 
9693
+ #: wppa-settings-autosave.php:2647
9694
  msgid "Overlay show legenda"
9695
  msgstr ""
9696
 
9697
+ #: wppa-settings-autosave.php:2648
9698
  msgid "Show \"Press f for fullsize\" etc. on lightbox."
9699
  msgstr ""
9700
 
9701
+ #: wppa-settings-autosave.php:2649
9702
  msgid "Independant of this setting, it will not show up on mobile devices."
9703
  msgstr ""
9704
 
9705
+ #: wppa-settings-autosave.php:2656
9706
  msgid "Show fullscreen icons"
9707
  msgstr ""
9708
 
9709
+ #: wppa-settings-autosave.php:2657
9710
  msgid "Shows fullscreen and back to normal icon buttons on upper right corner"
9711
  msgstr ""
9712
 
9713
+ #: wppa-settings-autosave.php:2665
9714
  msgid "Show rating"
9715
  msgstr ""
9716
 
9717
+ #: wppa-settings-autosave.php:2666
9718
  msgid "Shows and enables rating on lightbox."
9719
  msgstr ""
9720
 
9721
+ #: wppa-settings-autosave.php:2667
9722
  msgid ""
9723
  "This works for 5 and 10 stars only, not for single votes or numerical display"
9724
  msgstr ""
9725
 
9726
+ #: wppa-settings-autosave.php:2674
9727
  msgid "Overlay show counter"
9728
  msgstr ""
9729
 
9730
+ #: wppa-settings-autosave.php:2675
9731
  msgid "Show the x/y counter below the image."
9732
  msgstr ""
9733
 
9734
+ #: wppa-settings-autosave.php:2683
9735
  msgid "Show Zoom in"
9736
  msgstr ""
9737
 
9738
+ #: wppa-settings-autosave.php:2684
9739
  msgid "Display tooltip \"Zoom in\" along with the magnifier cursor."
9740
  msgstr ""
9741
 
9742
+ #: wppa-settings-autosave.php:2685
9743
  msgid ""
9744
  "If you select ---none--- in Table I-G2 for magnifier size, the tooltop "
9745
  "contains the photo name."
9746
  msgstr ""
9747
 
9748
+ #: wppa-settings-autosave.php:2693
9749
  msgid "Frontend upload configuration settings"
9750
  msgstr ""
9751
 
9752
+ #: wppa-settings-autosave.php:2695
9753
  msgid "User upload Photos"
9754
  msgstr ""
9755
 
9756
+ #: wppa-settings-autosave.php:2696
9757
  msgid "Enable frontend upload."
9758
  msgstr ""
9759
 
9760
+ #: wppa-settings-autosave.php:2697
9761
  msgid ""
9762
  "If you check this item, frontend upload will be enabled according to the "
9763
  "rules set in the following items of this table."
9764
  msgstr ""
9765
 
9766
+ #: wppa-settings-autosave.php:2705
9767
  msgid "User upload Video"
9768
  msgstr ""
9769
 
9770
+ #: wppa-settings-autosave.php:2706
9771
  msgid "Enable frontend upload of video."
9772
  msgstr ""
9773
 
9774
+ #: wppa-settings-autosave.php:2707 wppa-settings-autosave.php:2717
9775
  msgid "Requires Table II-H1 to be ticked."
9776
  msgstr ""
9777
 
9778
+ #: wppa-settings-autosave.php:2715
9779
  msgid "User upload Audio"
9780
  msgstr ""
9781
 
9782
+ #: wppa-settings-autosave.php:2716
9783
  msgid "Enable frontend upload of audio."
9784
  msgstr ""
9785
 
9786
+ #: wppa-settings-autosave.php:2725
9787
  msgid "User upload Photos login"
9788
  msgstr ""
9789
 
9790
+ #: wppa-settings-autosave.php:2726
9791
  msgid "Frontend upload requires the user is logged in."
9792
  msgstr ""
9793
 
9794
+ #: wppa-settings-autosave.php:2727
9795
  msgid ""
9796
  "If you uncheck this box, make sure you check the item Owners only in Table "
9797
  "VII-D1."
9798
  msgstr ""
9799
 
9800
+ #: wppa-settings-autosave.php:2728
9801
  msgid ""
9802
  "Also: set the owner to ---public--- of the albums that are allowed to be "
9803
  "uploaded to."
9804
  msgstr ""
9805
 
9806
+ #: wppa-settings-autosave.php:2735
9807
  msgid "User upload Ajax"
9808
  msgstr ""
9809
 
9810
+ #: wppa-settings-autosave.php:2736
9811
  msgid "Shows the upload progression bar."
9812
  msgstr ""
9813
 
9814
+ #: wppa-settings-autosave.php:2744
9815
  msgid "Show Copyright"
9816
  msgstr ""
9817
 
9818
+ #: wppa-settings-autosave.php:2745
9819
  msgid "Show a copyright warning on frontend upload locations."
9820
  msgstr ""
9821
 
9822
+ #: wppa-settings-autosave.php:2754
9823
  msgid "Copyright notice"
9824
  msgstr ""
9825
 
9826
+ #: wppa-settings-autosave.php:2755
9827
  msgid "The message to be displayed."
9828
  msgstr ""
9829
 
9830
+ #: wppa-settings-autosave.php:2763
9831
  msgid "User Watermark"
9832
  msgstr ""
9833
 
9834
+ #: wppa-settings-autosave.php:2764
9835
  msgid "Uploading users may select watermark settings"
9836
  msgstr ""
9837
 
9838
+ #: wppa-settings-autosave.php:2765
9839
  msgid ""
9840
  "If checked, anyone who can upload and/or import photos can overrule the "
9841
  "default watermark settings."
9842
  msgstr ""
9843
 
9844
+ #: wppa-settings-autosave.php:2772
9845
  msgid "User name"
9846
  msgstr ""
9847
 
9848
+ #: wppa-settings-autosave.php:2773
9849
  msgid "Uploading users may overrule the default name."
9850
  msgstr ""
9851
 
9852
+ #: wppa-settings-autosave.php:2774
9853
  msgid ""
9854
  "If checked, the default photo name as defined in Table IX-D13 may be "
9855
  "overruled by the user."
9856
  msgstr ""
9857
 
9858
+ #: wppa-settings-autosave.php:2781
9859
  msgid "Apply Newphoto desc user"
9860
  msgstr ""
9861
 
9862
+ #: wppa-settings-autosave.php:2782
9863
  msgid "Give each new frontend uploaded photo a standard description."
9864
  msgstr ""
9865
 
9866
+ #: wppa-settings-autosave.php:2783
9867
  msgid ""
9868
  "If checked, each new photo will get the description (template) as specified "
9869
  "in Table IX-D5."
9870
  msgstr ""
9871
 
9872
+ #: wppa-settings-autosave.php:2784
9873
+ msgid "Note: If the next item is checked, the user can overwrite this"
9874
+ msgstr ""
9875
+
9876
+ #: wppa-settings-autosave.php:2791
9877
  msgid "User desc"
9878
  msgstr ""
9879
 
9880
+ #: wppa-settings-autosave.php:2792
9881
  msgid "Uploading users may overrule the default description."
9882
  msgstr ""
9883
 
9884
+ #: wppa-settings-autosave.php:2800
9885
  msgid "User upload custom"
9886
  msgstr ""
9887
 
9888
+ #: wppa-settings-autosave.php:2801
9889
  msgid "Frontend upload can fill in custom data fields."
9890
  msgstr ""
9891
 
9892
+ #: wppa-settings-autosave.php:2809
9893
  msgid "User upload tags"
9894
  msgstr ""
9895
 
9896
+ #: wppa-settings-autosave.php:2810
9897
  msgid "Frontend upload can add tags."
9898
  msgstr ""
9899
 
9900
+ #: wppa-settings-autosave.php:2811
9901
  msgid "You can configure the details of tag addition in Table IX-D18.x"
9902
  msgstr ""
9903
 
9904
+ #: wppa-settings-autosave.php:2819 wppa-settings-autosave.php:2847
9905
+ #: wppa-settings-autosave.php:2875
9906
  msgid "Tag selection box"
9907
  msgstr ""
9908
 
9909
+ #: wppa-settings-autosave.php:2820 wppa-settings-autosave.php:2848
9910
+ #: wppa-settings-autosave.php:2876
9911
  msgid "Front-end upload tags selecion box."
9912
  msgstr ""
9913
 
9914
+ #: wppa-settings-autosave.php:2824 wppa-settings-autosave.php:2852
9915
+ #: wppa-settings-autosave.php:2880
9916
  msgid "On:"
9917
  msgstr ""
9918
 
9919
+ #: wppa-settings-autosave.php:2824 wppa-settings-autosave.php:2852
9920
+ #: wppa-settings-autosave.php:2880
9921
  msgid "Multi:"
9922
  msgstr ""
9923
 
9924
+ #: wppa-settings-autosave.php:2829 wppa-settings-autosave.php:2857
9925
+ #: wppa-settings-autosave.php:2885
9926
  msgid "Caption box"
9927
  msgstr ""
9928
 
9929
+ #: wppa-settings-autosave.php:2830 wppa-settings-autosave.php:2858
9930
+ #: wppa-settings-autosave.php:2886
9931
  msgid "The title of the tag selection box."
9932
  msgstr ""
9933
 
9934
+ #: wppa-settings-autosave.php:2838 wppa-settings-autosave.php:2866
9935
+ #: wppa-settings-autosave.php:2894
9936
  msgid "Tags box"
9937
  msgstr ""
9938
 
9939
+ #: wppa-settings-autosave.php:2839 wppa-settings-autosave.php:2867
9940
+ #: wppa-settings-autosave.php:2895
9941
  msgid "The tags in the selection box."
9942
  msgstr ""
9943
 
9944
+ #: wppa-settings-autosave.php:2840 wppa-settings-autosave.php:2868
9945
+ #: wppa-settings-autosave.php:2896
9946
  msgid ""
9947
  "Enter the tags you want to appear in the selection box. Empty means: all "
9948
  "existing tags"
9949
  msgstr ""
9950
 
9951
+ #: wppa-settings-autosave.php:2903
9952
  msgid "New tags"
9953
  msgstr ""
9954
 
9955
+ #: wppa-settings-autosave.php:2904
9956
  msgid "Input field for any user defined tags."
9957
  msgstr ""
9958
 
9959
+ #: wppa-settings-autosave.php:2912
9960
  msgid "New tags caption"
9961
  msgstr ""
9962
 
9963
+ #: wppa-settings-autosave.php:2913
9964
  msgid "The caption above the tags input field."
9965
  msgstr ""
9966
 
9967
+ #: wppa-settings-autosave.php:2921
9968
  msgid "Tags box New"
9969
  msgstr ""
9970
 
9971
+ #: wppa-settings-autosave.php:2922
9972
  msgid "The tags in the New tags input box."
9973
  msgstr ""
9974
 
9975
+ #: wppa-settings-autosave.php:2930
9976
  msgid "Preview tags"
9977
  msgstr ""
9978
 
9979
+ #: wppa-settings-autosave.php:2931
9980
  msgid "Show a preview of all tags that will be added to the photo info."
9981
  msgstr ""
9982
 
9983
+ #: wppa-settings-autosave.php:2939
9984
  msgid "Camera connect"
9985
  msgstr ""
9986
 
9987
+ #: wppa-settings-autosave.php:2940
9988
  msgid "Connect frontend upload to camara on mobile devices with camera"
9989
  msgstr ""
9990
 
9991
+ #: wppa-settings-autosave.php:2948
9992
  msgid "Blog It!"
9993
  msgstr ""
9994
 
9995
+ #: wppa-settings-autosave.php:2949
9996
  msgid "Enable blogging photos."
9997
  msgstr ""
9998
 
9999
+ #: wppa-settings-autosave.php:2950
10000
  msgid "Users need the capability edit_posts to directly blog photos."
10001
  msgstr ""
10002
 
10003
+ #: wppa-settings-autosave.php:2952
10004
  msgid "disabled"
10005
  msgstr ""
10006
 
10007
+ #: wppa-settings-autosave.php:2953
10008
  msgid "optional"
10009
  msgstr ""
10010
 
10011
+ #: wppa-settings-autosave.php:2954
10012
  msgid "always"
10013
  msgstr ""
10014
 
10015
+ #: wppa-settings-autosave.php:2965
10016
  msgid "Blog It need moderation"
10017
  msgstr ""
10018
 
10019
+ #: wppa-settings-autosave.php:2966
10020
  msgid "Posts with blogged photos need moderation."
10021
  msgstr ""
10022
 
10023
+ #: wppa-settings-autosave.php:2974
10024
  msgid "Blog It shortcode"
10025
  msgstr ""
10026
 
10027
+ #: wppa-settings-autosave.php:2975
10028
  msgid "Shortcode to be used on the blog post"
10029
  msgstr ""
10030
 
10031
+ #: wppa-settings-autosave.php:2976
10032
  msgid "Make sure it contains photo=\"#id\""
10033
  msgstr ""
10034
 
10035
+ #: wppa-settings-autosave.php:2984
10036
  msgid "Miscellaneous visibility settings"
10037
  msgstr ""
10038
 
10039
+ #: wppa-settings-autosave.php:2986
10040
  msgid "Frontend ending label"
10041
  msgstr ""
10042
 
10043
+ #: wppa-settings-autosave.php:2987
10044
  msgid "Frontend upload / create / edit dialog closing label text."
10045
  msgstr ""
10046
 
10047
+ #: wppa-settings-autosave.php:2990
10048
  msgid "Abort"
10049
  msgstr ""
10050
 
10051
+ #: wppa-settings-autosave.php:2990
10052
  msgid "Close"
10053
  msgstr ""
10054
 
10055
+ #: wppa-settings-autosave.php:2990
10056
  msgid "Exit"
10057
  msgstr ""
10058
 
10059
+ #: wppa-settings-autosave.php:2990
10060
  msgid "Quit"
10061
  msgstr ""
10062
 
10063
+ #: wppa-settings-autosave.php:2997
 
 
 
 
 
 
 
 
10064
  msgid "Owner on new line"
10065
  msgstr ""
10066
 
10067
+ #: wppa-settings-autosave.php:2998
10068
  msgid "Place the (owner) text on a new line."
10069
  msgstr ""
10070
 
10071
+ #: wppa-settings-autosave.php:3006
10072
  msgid "Custom datafields albums"
10073
  msgstr ""
10074
 
10075
+ #: wppa-settings-autosave.php:3007
10076
  msgid "Define up to 10 custom data fields for albums."
10077
  msgstr ""
10078
 
10079
+ #: wppa-settings-autosave.php:3017 wppa-settings-autosave.php:3043
10080
  #, php-format
10081
  msgid "Name, vis, edit %s"
10082
  msgstr ""
10083
 
10084
+ #: wppa-settings-autosave.php:3018 wppa-settings-autosave.php:3044
10085
  #, php-format
10086
  msgid "The caption for field %s, visibility and editability at frontend."
10087
  msgstr ""
10088
 
10089
+ #: wppa-settings-autosave.php:3019 wppa-settings-autosave.php:3045
10090
  #, php-format
10091
  msgid ""
10092
  "If you check the first box, the value of this field is displayable in photo "
10093
  "descriptions at the frontend with keyword w#c%s"
10094
  msgstr ""
10095
 
10096
+ #: wppa-settings-autosave.php:3020 wppa-settings-autosave.php:3046
10097
  msgid ""
10098
  "If you check the second box, the value of this field is editable at the "
10099
  "frontend new style dialog."
10100
  msgstr ""
10101
 
10102
+ #: wppa-settings-autosave.php:3032
10103
  msgid "Custom datafields photos"
10104
  msgstr ""
10105
 
10106
+ #: wppa-settings-autosave.php:3033
10107
  msgid "Define up to 10 custom data fields for photos."
10108
  msgstr ""
10109
 
10110
+ #: wppa-settings-autosave.php:3059
10111
  msgid "Navigation symbols style"
10112
  msgstr ""
10113
 
10114
+ #: wppa-settings-autosave.php:3060
10115
  msgid "The corner rounding size of navigation icons."
10116
  msgstr ""
10117
 
10118
+ #: wppa-settings-autosave.php:3061
10119
+ msgid ""
10120
+ "Use gif/png if you have excessive pageload times due to many slideshows on a "
10121
+ "page"
10122
+ msgstr ""
10123
+
10124
+ #: wppa-settings-autosave.php:3063
10125
  msgid "light"
10126
  msgstr ""
10127
 
10128
+ #: wppa-settings-autosave.php:3063
10129
  msgid "heavy"
10130
  msgstr ""
10131
 
10132
+ #: wppa-settings-autosave.php:3063
10133
+ msgid "use gif/png, no svg"
10134
+ msgstr ""
10135
+
10136
+ #: wppa-settings-autosave.php:3087
10137
  msgid "Table III:"
10138
  msgstr ""
10139
 
10140
+ #: wppa-settings-autosave.php:3087
10141
  msgid "Backgrounds:"
10142
  msgstr ""
10143
 
10144
+ #: wppa-settings-autosave.php:3088
10145
  msgid "This table describes the backgrounds of wppa+ elements."
10146
  msgstr ""
10147
 
10148
+ #: wppa-settings-autosave.php:3098 wppa-settings-autosave.php:3483
10149
+ #: wppa-settings-autosave.php:9094
10150
  msgid "Background color"
10151
  msgstr ""
10152
 
10153
+ #: wppa-settings-autosave.php:3099 wppa-settings-autosave.php:3101
10154
+ #: wppa-settings-autosave.php:3484 wppa-settings-autosave.php:3486
10155
  msgid "Sample"
10156
  msgstr ""
10157
 
10158
+ #: wppa-settings-autosave.php:3100 wppa-settings-autosave.php:3485
10159
  msgid "Border color"
10160
  msgstr ""
10161
 
10162
+ #: wppa-settings-autosave.php:3109
10163
  msgid "Slideshow elements backgrounds"
10164
  msgstr ""
10165
 
10166
+ #: wppa-settings-autosave.php:3111
10167
  msgid "Nav"
10168
  msgstr ""
10169
 
10170
+ #: wppa-settings-autosave.php:3112
10171
  msgid "Navigation bars."
10172
  msgstr ""
10173
 
10174
+ #: wppa-settings-autosave.php:3113
10175
  msgid "Enter valid CSS colors for navigation backgrounds and borders."
10176
  msgstr ""
10177
 
10178
+ #: wppa-settings-autosave.php:3124
10179
  msgid "SlideImg"
10180
  msgstr ""
10181
 
10182
+ #: wppa-settings-autosave.php:3125
10183
  msgid "Fullsize Slideshow Photos."
10184
  msgstr ""
10185
 
10186
+ #: wppa-settings-autosave.php:3126
10187
  msgid "Enter valid CSS colors for fullsize photo backgrounds and borders."
10188
  msgstr ""
10189
 
10190
+ #: wppa-settings-autosave.php:3127
10191
  msgid "The colors may be equal or \"transparent\""
10192
  msgstr ""
10193
 
10194
+ #: wppa-settings-autosave.php:3128
10195
  msgid ""
10196
  "For more information about slideshow image borders see the help on Table I-B4"
10197
  msgstr ""
10198
 
10199
+ #: wppa-settings-autosave.php:3139 wppa-settings-autosave.php:5057
10200
  msgid "Numbar"
10201
  msgstr ""
10202
 
10203
+ #: wppa-settings-autosave.php:3140
10204
  msgid "Number bar box background."
10205
  msgstr ""
10206
 
10207
+ #: wppa-settings-autosave.php:3141
10208
  msgid "Enter valid CSS colors for numbar box backgrounds and borders."
10209
  msgstr ""
10210
 
10211
+ #: wppa-settings-autosave.php:3152
10212
  msgid "Numbar active"
10213
  msgstr ""
10214
 
10215
+ #: wppa-settings-autosave.php:3153
10216
  msgid "Number bar active box background."
10217
  msgstr ""
10218
 
10219
+ #: wppa-settings-autosave.php:3154
10220
  msgid "Enter valid CSS colors for numbar active box backgrounds and borders."
10221
  msgstr ""
10222
 
10223
+ #: wppa-settings-autosave.php:3165
10224
  msgid "Name/desc"
10225
  msgstr ""
10226
 
10227
+ #: wppa-settings-autosave.php:3166
10228
  msgid "Name and Description bars."
10229
  msgstr ""
10230
 
10231
+ #: wppa-settings-autosave.php:3167
10232
  msgid ""
10233
  "Enter valid CSS colors for name and description box backgrounds and borders."
10234
  msgstr ""
10235
 
10236
+ #: wppa-settings-autosave.php:3179
10237
  msgid "Comment input and display areas."
10238
  msgstr ""
10239
 
10240
+ #: wppa-settings-autosave.php:3180
10241
  msgid "Enter valid CSS colors for comment box backgrounds and borders."
10242
  msgstr ""
10243
 
10244
+ #: wppa-settings-autosave.php:3191 wppa-settings-autosave.php:9154
10245
+ #: wppa-settings-autosave.php:9199
10246
  msgid "Custom"
10247
  msgstr ""
10248
 
10249
+ #: wppa-settings-autosave.php:3192
10250
  msgid "Custom box background."
10251
  msgstr ""
10252
 
10253
+ #: wppa-settings-autosave.php:3193
10254
  msgid "Enter valid CSS colors for custom box backgrounds and borders."
10255
  msgstr ""
10256
 
10257
+ #: wppa-settings-autosave.php:3204
10258
  msgid "IPTC"
10259
  msgstr ""
10260
 
10261
+ #: wppa-settings-autosave.php:3205
10262
  msgid "IPTC display box background."
10263
  msgstr ""
10264
 
10265
+ #: wppa-settings-autosave.php:3206
10266
  msgid "Enter valid CSS colors for iptc box backgrounds and borders."
10267
  msgstr ""
10268
 
10269
+ #: wppa-settings-autosave.php:3217
10270
  msgid "EXIF"
10271
  msgstr ""
10272
 
10273
+ #: wppa-settings-autosave.php:3218
10274
  msgid "EXIF display box background."
10275
  msgstr ""
10276
 
10277
+ #: wppa-settings-autosave.php:3219
10278
  msgid "Enter valid CSS colors for exif box backgrounds and borders."
10279
  msgstr ""
10280
 
10281
+ #: wppa-settings-autosave.php:3230
10282
  msgid "Share"
10283
  msgstr ""
10284
 
10285
+ #: wppa-settings-autosave.php:3231
10286
  msgid "Share box display background."
10287
  msgstr ""
10288
 
10289
+ #: wppa-settings-autosave.php:3232
10290
  msgid "Enter valid CSS colors for share box backgrounds and borders."
10291
  msgstr ""
10292
 
10293
+ #: wppa-settings-autosave.php:3243
10294
  msgid "Other backgrounds and colors"
10295
  msgstr ""
10296
 
10297
+ #: wppa-settings-autosave.php:3245
10298
  msgid "Even"
10299
  msgstr ""
10300
 
10301
+ #: wppa-settings-autosave.php:3246
10302
  msgid "Even background."
10303
  msgstr ""
10304
 
10305
+ #: wppa-settings-autosave.php:3247
10306
  msgid ""
10307
  "Enter valid CSS colors for even numbered backgrounds and borders of album "
10308
  "covers and thumbnail displays 'As covers'."
10309
  msgstr ""
10310
 
10311
+ #: wppa-settings-autosave.php:3258
10312
  msgid "Odd"
10313
  msgstr ""
10314
 
10315
+ #: wppa-settings-autosave.php:3259
10316
  msgid "Odd background."
10317
  msgstr ""
10318
 
10319
+ #: wppa-settings-autosave.php:3260
10320
  msgid ""
10321
  "Enter valid CSS colors for odd numbered backgrounds and borders of album "
10322
  "covers and thumbnail displays 'As covers'."
10323
  msgstr ""
10324
 
10325
+ #: wppa-settings-autosave.php:3271
10326
  msgid "Thumbnail padding"
10327
  msgstr ""
10328
 
10329
+ #: wppa-settings-autosave.php:3272
10330
  msgid "Thumbnail padding color if thumbnail aspect is a padded setting."
10331
  msgstr ""
10332
 
10333
+ #: wppa-settings-autosave.php:3273
10334
  msgid ""
10335
  "Enter valid CSS color hexadecimal like #000000 for black or #ffffff for "
10336
  "white for the padded thumbnails."
10337
  msgstr ""
10338
 
10339
+ #: wppa-settings-autosave.php:3284
10340
  msgid "Img"
10341
  msgstr ""
10342
 
10343
+ #: wppa-settings-autosave.php:3285
10344
  msgid "Cover Photos and popups."
10345
  msgstr ""
10346
 
10347
+ #: wppa-settings-autosave.php:3286
10348
  msgid ""
10349
  "Enter valid CSS colors for Cover photo and popup backgrounds and borders."
10350
  msgstr ""
10351
 
10352
+ #: wppa-settings-autosave.php:3298
10353
  msgid "Upload box background."
10354
  msgstr ""
10355
 
10356
+ #: wppa-settings-autosave.php:3299
10357
  msgid "Enter valid CSS colors for upload box backgrounds and borders."
10358
  msgstr ""
10359
 
10360
+ #: wppa-settings-autosave.php:3300
10361
+ msgid ""
10362
+ "See the Upload box, created by the shortocde [wppa type=\"upload\"][/wppa]"
10363
+ msgstr ""
10364
+
10365
+ #: wppa-settings-autosave.php:3311
10366
  msgid "Multitag"
10367
  msgstr ""
10368
 
10369
+ #: wppa-settings-autosave.php:3312
10370
  msgid "Multitag box background."
10371
  msgstr ""
10372
 
10373
+ #: wppa-settings-autosave.php:3313
10374
  msgid "Enter valid CSS colors for multitag box backgrounds and borders."
10375
  msgstr ""
10376
 
10377
+ #: wppa-settings-autosave.php:3314
10378
+ msgid ""
10379
+ "See the Multitag search box, created by the shortocde [wppa type=\"multitag"
10380
+ "\"][/wppa]"
10381
+ msgstr ""
10382
+
10383
+ #: wppa-settings-autosave.php:3325
10384
  msgid "Tagcloud"
10385
  msgstr ""
10386
 
10387
+ #: wppa-settings-autosave.php:3326
10388
  msgid "Tagcloud box background."
10389
  msgstr ""
10390
 
10391
+ #: wppa-settings-autosave.php:3327
10392
  msgid "Enter valid CSS colors for tagcloud box backgrounds and borders."
10393
  msgstr ""
10394
 
10395
  #: wppa-settings-autosave.php:3328
10396
+ msgid ""
10397
+ "See the Tagcloud search box, created by the shortocde [wppa type=\"tagcloud"
10398
+ "\"][/wppa]"
10399
+ msgstr ""
10400
+
10401
+ #: wppa-settings-autosave.php:3339
10402
  msgid "Superview"
10403
  msgstr ""
10404
 
10405
+ #: wppa-settings-autosave.php:3340
10406
  msgid "Superview box background."
10407
  msgstr ""
10408
 
10409
+ #: wppa-settings-autosave.php:3341
10410
  msgid "Enter valid CSS colors for superview box backgrounds and borders."
10411
  msgstr ""
10412
 
10413
  #: wppa-settings-autosave.php:3342
10414
+ msgid ""
10415
+ "See the Superview search box, created by the shortocde [wppa type=\"superview"
10416
+ "\"][/wppa]"
10417
+ msgstr ""
10418
+
10419
+ #: wppa-settings-autosave.php:3354
10420
  msgid "Search box background."
10421
  msgstr ""
10422
 
10423
+ #: wppa-settings-autosave.php:3355
10424
  msgid "Enter valid CSS colors for search box backgrounds and borders."
10425
  msgstr ""
10426
 
10427
+ #: wppa-settings-autosave.php:3356
10428
+ msgid ""
10429
+ "See the Search box, created by the shortocde [wppa type=\"search\"][/wppa]"
10430
+ msgstr ""
10431
+
10432
+ #: wppa-settings-autosave.php:3367
10433
  msgid "BestOf"
10434
  msgstr ""
10435
 
10436
+ #: wppa-settings-autosave.php:3368
10437
  msgid "BestOf box background."
10438
  msgstr ""
10439
 
10440
+ #: wppa-settings-autosave.php:3369
10441
  msgid "Enter valid CSS colors for bestof box backgrounds and borders."
10442
  msgstr ""
10443
 
10444
+ #: wppa-settings-autosave.php:3370
10445
+ msgid ""
10446
+ "See the Best of box, created by the shortocde [wppa type=\"bestof\"][/wppa]"
10447
+ msgstr ""
10448
+
10449
+ #: wppa-settings-autosave.php:3381
10450
  msgid "Calendar"
10451
  msgstr ""
10452
 
10453
+ #: wppa-settings-autosave.php:3382
10454
  msgid "Calendar box background."
10455
  msgstr ""
10456
 
10457
+ #: wppa-settings-autosave.php:3383
10458
  msgid "Enter valid CSS colors for calendar box backgrounds and borders."
10459
  msgstr ""
10460
 
10461
+ #: wppa-settings-autosave.php:3384
10462
+ msgid ""
10463
+ "See the Calendar box, created by the shortocde [wppa type=\"calendar\"][/"
10464
+ "wppa]"
10465
+ msgstr ""
10466
+
10467
+ #: wppa-settings-autosave.php:3395
10468
  msgid "Stereo"
10469
  msgstr ""
10470
 
10471
+ #: wppa-settings-autosave.php:3396
10472
  msgid "Stereo mode selection box background."
10473
  msgstr ""
10474
 
10475
+ #: wppa-settings-autosave.php:3397
10476
  msgid ""
10477
  "Enter valid CSS colors for stereo mode selection box backgrounds and borders."
10478
  msgstr ""
10479
 
10480
+ #: wppa-settings-autosave.php:3398
10481
+ msgid ""
10482
+ "See the Stereo type selection box, created by the shortocde [wppa type="
10483
+ "\"stereo\"][/wppa]"
10484
  msgstr ""
10485
 
10486
+ #: wppa-settings-autosave.php:3410
10487
  msgid "Admins choice box background."
10488
  msgstr ""
10489
 
10490
+ #: wppa-settings-autosave.php:3411
10491
  msgid "Enter valid CSS colors for admins choice box backgrounds and borders."
10492
  msgstr ""
10493
 
10494
+ #: wppa-settings-autosave.php:3412
10495
+ msgid ""
10496
+ "See the Admins choice box, created by the shortocde [wppa type=\"choice\"][/"
10497
+ "wppa]"
10498
+ msgstr ""
10499
+
10500
+ #: wppa-settings-autosave.php:3423
10501
  msgid "Modal render box"
10502
  msgstr ""
10503
 
10504
+ #: wppa-settings-autosave.php:3424
10505
  msgid "The background for the Ajax modal rendering box."
10506
  msgstr ""
10507
 
10508
+ #: wppa-settings-autosave.php:3425
10509
  msgid "Recommended color: your theme background color."
10510
  msgstr ""
10511
 
10512
+ #: wppa-settings-autosave.php:3436
10513
  msgid "Navigation symbols"
10514
  msgstr ""
10515
 
10516
+ #: wppa-settings-autosave.php:3437
10517
  msgid "Navigation symbol background and fill colors."
10518
  msgstr ""
10519
 
10520
+ #: wppa-settings-autosave.php:3449
10521
  msgid "Navigation symbols Lightbox"
10522
  msgstr ""
10523
 
10524
+ #: wppa-settings-autosave.php:3450
10525
  msgid "Navigation symbol background and fill colors Lightbox."
10526
  msgstr ""
10527
 
10528
+ #: wppa-settings-autosave.php:3496
10529
  msgid "Table IV:"
10530
  msgstr ""
10531
 
10532
+ #: wppa-settings-autosave.php:3496
10533
  msgid "Behaviour:"
10534
  msgstr ""
10535
 
10536
+ #: wppa-settings-autosave.php:3497
10537
  msgid "This table describes the dynamic behaviour of certain wppa+ elements."
10538
  msgstr ""
10539
 
10540
+ #: wppa-settings-autosave.php:3515
10541
  msgid "System related settings"
10542
  msgstr ""
10543
 
10544
+ #: wppa-settings-autosave.php:3517
10545
  msgid "Use Ajax"
10546
  msgstr ""
10547
 
10548
+ #: wppa-settings-autosave.php:3518
10549
  msgid "Use Ajax as much as is possible and implemented."
10550
  msgstr ""
10551
 
10552
+ #: wppa-settings-autosave.php:3519
10553
  msgid ""
10554
  "If this box is ticked, page content updates from within wppa+ displays will "
10555
  "be Ajax based as much as possible."
10556
  msgstr ""
10557
 
10558
+ #: wppa-settings-autosave.php:3527
10559
  msgid "Ajax NON Admin"
10560
  msgstr ""
10561
 
10562
+ #: wppa-settings-autosave.php:3528
10563
  msgid "Frontend ajax use no admin files."
10564
  msgstr ""
10565
 
10566
+ #: wppa-settings-autosave.php:3529
10567
  msgid "If you want to password protect wp-admin, check this box."
10568
  msgstr ""
10569
 
10570
+ #: wppa-settings-autosave.php:3530
10571
  msgid ""
10572
  "In rare cases changing page content does not work when this box is checked. "
10573
  "Verify the functionality!"
10574
  msgstr ""
10575
 
10576
+ #: wppa-settings-autosave.php:3537
10577
  msgid "Modal boxes"
10578
  msgstr ""
10579
 
10580
+ #: wppa-settings-autosave.php:3538
10581
  msgid "Place Ajax rendered content in modal boxes"
10582
  msgstr ""
10583
 
10584
+ #: wppa-settings-autosave.php:3546
10585
  msgid "Photo names in urls"
10586
  msgstr ""
10587
 
10588
+ #: wppa-settings-autosave.php:3547
10589
  msgid "Display photo names in urls."
10590
  msgstr ""
10591
 
10592
+ #: wppa-settings-autosave.php:3548
10593
  msgid "Urls to wppa+ displays will contain photonames in stead of numbers."
10594
  msgstr ""
10595
 
10596
+ #: wppa-settings-autosave.php:3549
10597
  msgid ""
10598
+ "It is your responsibility to avoid duplicate names of photos in the same "
10599
  "album."
10600
  msgstr ""
10601
 
10602
+ #: wppa-settings-autosave.php:3556
10603
  msgid "Album names in urls"
10604
  msgstr ""
10605
 
10606
+ #: wppa-settings-autosave.php:3557
10607
  msgid "Display album names in urls."
10608
  msgstr ""
10609
 
10610
+ #: wppa-settings-autosave.php:3558
10611
  msgid "Urls to wppa+ displays will contain albumnames in stead of numbers."
10612
  msgstr ""
10613
 
10614
+ #: wppa-settings-autosave.php:3559
10615
  msgid ""
10616
+ "It is your responsibility to avoid duplicate names of albums in the system."
10617
  msgstr ""
10618
 
10619
+ #: wppa-settings-autosave.php:3566
10620
  msgid "Use short query args"
10621
  msgstr ""
10622
 
10623
+ #: wppa-settings-autosave.php:3567
10624
  msgid "Use &album=... &photo=..."
10625
  msgstr ""
10626
 
10627
+ #: wppa-settings-autosave.php:3568
10628
  msgid ""
10629
  "Urls to wppa+ displays will contain &album=... &photo=... in stead of &wppa-"
10630
  "album=... &wppa-photo=..."
10631
  msgstr ""
10632
 
10633
+ #: wppa-settings-autosave.php:3569
10634
  msgid ""
10635
  "Use this setting only when there are no conflicts with other plugins that "
10636
  "may interprete arguments like &album= etc."
10637
  msgstr ""
10638
 
10639
+ #: wppa-settings-autosave.php:3576
10640
  msgid "Enable pretty links"
10641
  msgstr ""
10642
 
10643
+ #: wppa-settings-autosave.php:3577
10644
  msgid "Enable the generation and understanding of pretty links."
10645
  msgstr ""
10646
 
10647
+ #: wppa-settings-autosave.php:3578
10648
  msgid ""
10649
  "If checked, links to social media and the qr code will have \"/token1/token2/"
10650
  "\" etc in stead of \"&arg1=..&arg2=..\" etc."
10651
  msgstr ""
10652
 
10653
+ #: wppa-settings-autosave.php:3579
10654
  msgid ""
10655
  "These types of links will be interpreted and cause a redirection on entering."
10656
  msgstr ""
10657
 
10658
+ #: wppa-settings-autosave.php:3580
10659
  msgid ""
10660
  "It is recommended to check this box. It shortens links dramatically and "
10661
  "simplifies qr codes."
10662
  msgstr ""
10663
 
10664
+ #: wppa-settings-autosave.php:3581
10665
  msgid ""
10666
  "However, you may encounter conflicts with themes and/or other plugins, so "
10667
+ "test it throughly!"
10668
  msgstr ""
10669
 
10670
+ #: wppa-settings-autosave.php:3582
10671
  msgid ""
10672
  "Table IV-A2 (Photo names in urls) must be UNchecked for this setting to work!"
10673
  msgstr ""
10674
 
10675
+ #: wppa-settings-autosave.php:3589
10676
  msgid "Enable encrypted links"
10677
  msgstr ""
10678
 
10679
+ #: wppa-settings-autosave.php:3590
10680
  msgid "Encrypt album and photo ids in links."
10681
  msgstr ""
10682
 
10683
+ #: wppa-settings-autosave.php:3593
10684
  msgid "The page will be reloaded."
10685
  msgstr ""
10686
 
10687
+ #: wppa-settings-autosave.php:3599
10688
  msgid "Refuse unencrypted"
10689
  msgstr ""
10690
 
10691
+ #: wppa-settings-autosave.php:3600
10692
  msgid "When encrypted is enabled, refuse unencrypted urls."
10693
  msgstr ""
10694
 
10695
+ #: wppa-settings-autosave.php:3608
10696
  msgid "Update addressline"
10697
  msgstr ""
10698
 
10699
+ #: wppa-settings-autosave.php:3609
10700
  msgid "Update the addressline after an ajax action or next slide."
10701
  msgstr ""
10702
 
10703
+ #: wppa-settings-autosave.php:3610
10704
  msgid ""
10705
  "If checked, refreshing the page will show the current content and the "
10706
  "browsers back and forth arrows will browse the history on the page."
10707
  msgstr ""
10708
 
10709
+ #: wppa-settings-autosave.php:3611
10710
  msgid ""
10711
  "If unchecked, refreshing the page will re-display the content of the "
10712
  "original page."
10713
  msgstr ""
10714
 
10715
+ #: wppa-settings-autosave.php:3612
10716
  msgid ""
10717
  "This will only work on browsers that support history.pushState() and "
10718
  "therefor NOT in IE"
10719
  msgstr ""
10720
 
10721
+ #: wppa-settings-autosave.php:3619
 
 
 
 
10722
  msgid "Render shortcode always"
10723
  msgstr ""
10724
 
10725
+ #: wppa-settings-autosave.php:3620
10726
  msgid "This will skip the check on proper initialisation."
10727
  msgstr ""
10728
 
10729
+ #: wppa-settings-autosave.php:3621
10730
  msgid ""
10731
  "This setting is required for certain themes like Gantry to prevent the "
10732
  "display of wppa placeholders like [WPPA+ Photo display]."
10733
  msgstr ""
10734
 
10735
+ #: wppa-settings-autosave.php:3628
10736
  msgid "Track viewcounts"
10737
  msgstr ""
10738
 
10739
+ #: wppa-settings-autosave.php:3629
10740
  msgid "Register number of views of albums and photos."
10741
  msgstr ""
10742
 
10743
+ #: wppa-settings-autosave.php:3637
10744
  msgid "Track clickcounts"
10745
  msgstr ""
10746
 
10747
+ #: wppa-settings-autosave.php:3638
10748
  msgid "Register number of clicks on photos that link to an url."
10749
  msgstr ""
10750
 
10751
+ #: wppa-settings-autosave.php:3646
10752
  msgid "Auto page"
10753
  msgstr ""
10754
 
10755
+ #: wppa-settings-autosave.php:3647
10756
  msgid "Create a wp page for every fullsize image."
10757
  msgstr ""
10758
 
10759
+ #: wppa-settings-autosave.php:3651
10760
  msgid "Please reload this page after changing!"
10761
  msgstr ""
10762
 
10763
+ #: wppa-settings-autosave.php:3657
10764
  msgid "Auto page display"
10765
  msgstr ""
10766
 
10767
+ #: wppa-settings-autosave.php:3658
10768
  msgid "The type of display on the autopage pages."
10769
  msgstr ""
10770
 
10771
+ #: wppa-settings-autosave.php:3661
10772
  msgid "Single photo"
10773
  msgstr ""
10774
 
10775
+ #: wppa-settings-autosave.php:3661
10776
  msgid "Media type photo"
10777
  msgstr ""
10778
 
10779
+ #: wppa-settings-autosave.php:3661
10780
  msgid "In the style of a slideshow"
10781
  msgstr ""
10782
 
10783
+ #: wppa-settings-autosave.php:3668
10784
  msgid "Auto page links"
10785
  msgstr ""
10786
 
10787
+ #: wppa-settings-autosave.php:3669
10788
  msgid "The location for the pagelinks."
10789
  msgstr ""
10790
 
10791
+ #: wppa-settings-autosave.php:3672
10792
  msgid "At top and bottom"
10793
  msgstr ""
10794
 
10795
+ #: wppa-settings-autosave.php:3679
10796
  msgid "Defer javascript"
10797
  msgstr ""
10798
 
10799
+ #: wppa-settings-autosave.php:3680
10800
  msgid "Put javascript near the end of the page."
10801
  msgstr ""
10802
 
10803
+ #: wppa-settings-autosave.php:3681
10804
  msgid ""
10805
  "If checkd: May fix layout problems and broken slideshows. May speed up or "
10806
  "slow down page appearing."
10807
  msgstr ""
10808
 
10809
+ #: wppa-settings-autosave.php:3688
10810
  msgid "Inline styles"
10811
  msgstr ""
10812
 
10813
+ #: wppa-settings-autosave.php:3689
10814
  msgid "Set style specifications inline."
10815
  msgstr ""
10816
 
10817
+ #: wppa-settings-autosave.php:3690
10818
  msgid "If checked: May fix layout problems, but slows down page appearing."
10819
  msgstr ""
10820
 
10821
+ #: wppa-settings-autosave.php:3697
10822
  msgid "Custom style"
10823
  msgstr ""
10824
 
10825
+ #: wppa-settings-autosave.php:3698
10826
  msgid "Enter custom style specs here."
10827
  msgstr ""
10828
 
10829
+ #: wppa-settings-autosave.php:3706
10830
  msgid "Use customized style file"
10831
  msgstr ""
10832
 
10833
+ #: wppa-settings-autosave.php:3707 wppa-settings-autosave.php:3716
10834
  msgid "This feature is highly discouraged."
10835
  msgstr ""
10836
 
10837
+ #: wppa-settings-autosave.php:3715
10838
  msgid "Use customized theme file"
10839
  msgstr ""
10840
 
10841
+ #: wppa-settings-autosave.php:3724
10842
  msgid "Enable photo html access"
10843
  msgstr ""
10844
 
10845
+ #: wppa-settings-autosave.php:3725
10846
  msgid ""
10847
  "Creates .htaccess files in .../uploads/wppa/ and .../uploads/wppa/thumbs/"
10848
  msgstr ""
10849
 
10850
+ #: wppa-settings-autosave.php:3728
10851
  msgid "create 'all access' .htaccess files"
10852
  msgstr ""
10853
 
10854
+ #: wppa-settings-autosave.php:3729
10855
  msgid "remove .htaccess files"
10856
  msgstr ""
10857
 
10858
+ #: wppa-settings-autosave.php:3730
10859
  msgid "create 'no hotlinking' .htaccess files"
10860
  msgstr ""
10861
 
10862
+ #: wppa-settings-autosave.php:3731
10863
  msgid "do not change existing .htaccess file(s)"
10864
  msgstr ""
10865
 
10866
+ #: wppa-settings-autosave.php:3743
10867
  msgid "Lazy or HTML comp"
10868
  msgstr ""
10869
 
10870
+ #: wppa-settings-autosave.php:3744
10871
  msgid "Tick this box when you use lazy load or html compression."
10872
  msgstr ""
10873
 
10874
+ #: wppa-settings-autosave.php:3745
10875
  msgid ""
10876
  "If the filmstrip images do not show up and you have a lazy load or html "
10877
  "optimizing plugin active: Check this box"
10878
  msgstr ""
10879
 
10880
+ #: wppa-settings-autosave.php:3752
10881
  msgid "Thumbs first"
10882
  msgstr ""
10883
 
10884
+ #: wppa-settings-autosave.php:3753
10885
  msgid "When displaying album content: thumbnails before subalbums."
10886
  msgstr ""
10887
 
10888
+ #: wppa-settings-autosave.php:3761
10889
  msgid "Login links"
10890
  msgstr ""
10891
 
10892
+ #: wppa-settings-autosave.php:3762
10893
  msgid "You must login to... links to login page."
10894
  msgstr ""
10895
 
10896
+ #: wppa-settings-autosave.php:3770
10897
  msgid "Enable Video"
10898
  msgstr ""
10899
 
10900
+ #: wppa-settings-autosave.php:3771
10901
  msgid "Enables video support."
10902
  msgstr ""
10903
 
10904
+ #: wppa-settings-autosave.php:3780
10905
  msgid "Enable Audio"
10906
  msgstr ""
10907
 
10908
+ #: wppa-settings-autosave.php:3781
10909
  msgid "Enables audio support."
10910
  msgstr ""
10911
 
10912
+ #: wppa-settings-autosave.php:3789
10913
  msgid "Enable 3D Stereo"
10914
  msgstr ""
10915
 
10916
+ #: wppa-settings-autosave.php:3790
10917
  msgid "Enables 3D stereo photo support."
10918
  msgstr ""
10919
 
10920
+ #: wppa-settings-autosave.php:3798
10921
  msgid "Relative urls"
10922
  msgstr ""
10923
 
10924
+ #: wppa-settings-autosave.php:3799
10925
  msgid "Use relative urls only."
10926
  msgstr ""
10927
 
10928
+ #: wppa-settings-autosave.php:3807
10929
  msgid "Capitalize tags and cats"
10930
  msgstr ""
10931
 
10932
+ #: wppa-settings-autosave.php:3808
10933
  msgid "Format tags and cats to start with one capital character"
10934
  msgstr ""
10935
 
10936
+ #: wppa-settings-autosave.php:3816
10937
  msgid "Enable Admins Choice"
10938
  msgstr ""
10939
 
10940
+ #: wppa-settings-autosave.php:3817
10941
  msgid "Enable the creation of zipfiles with selected photos."
10942
  msgstr ""
10943
 
10944
+ #: wppa-settings-autosave.php:3818
10945
  msgid "Activate the Admins Choice widget to make the zipfiles downloadable."
10946
  msgstr ""
10947
 
10948
+ #: wppa-settings-autosave.php:3825
10949
  msgid "Make owner like photoname"
10950
  msgstr ""
10951
 
10952
+ #: wppa-settings-autosave.php:3826
10953
  msgid "Change the owner to the user who's display name equals photoname."
10954
  msgstr ""
10955
 
10956
+ #: wppa-settings-autosave.php:3834
10957
  msgid "JS and CSS when needed"
10958
  msgstr ""
10959
 
10960
+ #: wppa-settings-autosave.php:3835
10961
  msgid "Loads .js and .css files only when they are used on the page."
10962
  msgstr ""
10963
 
10964
+ #: wppa-settings-autosave.php:3836
10965
+ msgid ""
10966
+ "This is a self learning system. The first time a page is loaded that "
10967
+ "requires wppa .css or .js files, the page will reload."
10968
+ msgstr ""
10969
+
10970
+ #: wppa-settings-autosave.php:3843
10971
+ msgid "Enable pdf"
10972
+ msgstr ""
10973
+
10974
+ #: wppa-settings-autosave.php:3844
10975
+ msgid "Enable the support of pdf files"
10976
+ msgstr ""
10977
+
10978
+ #: wppa-settings-autosave.php:3845
10979
+ msgid "This feature requires the activation of ImageMagick. See Table IX-K7"
10980
  msgstr ""
10981
 
10982
+ #: wppa-settings-autosave.php:3853
10983
  msgid "Slideshow related settings"
10984
  msgstr ""
10985
 
10986
+ #: wppa-settings-autosave.php:3855
10987
  msgid "V align"
10988
  msgstr ""
10989
 
10990
+ #: wppa-settings-autosave.php:3856
10991
  msgid "Vertical alignment of slideshow images."
10992
  msgstr ""
10993
 
10994
+ #: wppa-settings-autosave.php:3857
10995
  msgid "Specify the vertical alignment of slideshow images."
10996
  msgstr ""
10997
 
10998
+ #: wppa-settings-autosave.php:3858
10999
  msgid ""
11000
  "If you select --- none ---, the photos will not be centered horizontally "
11001
  "either."
11002
  msgstr ""
11003
 
11004
+ #: wppa-settings-autosave.php:3860 wppa-settings-autosave.php:4131
11005
+ #: wppa-slideshow-widget.php:216
11006
  msgid "top"
11007
  msgstr ""
11008
 
11009
+ #: wppa-settings-autosave.php:3860 wppa-settings-autosave.php:4131
11010
+ #: wppa-slideshow-widget.php:218
11011
  msgid "bottom"
11012
  msgstr ""
11013
 
11014
+ #: wppa-settings-autosave.php:3860 wppa-slideshow-widget.php:219
11015
  msgid "fit"
11016
  msgstr ""
11017
 
11018
+ #: wppa-settings-autosave.php:3868
11019
  msgid "H align"
11020
  msgstr ""
11021
 
11022
+ #: wppa-settings-autosave.php:3869
11023
  msgid "Horizontal alignment of slideshow images."
11024
  msgstr ""
11025
 
11026
+ #: wppa-settings-autosave.php:3870
11027
  msgid ""
11028
  "Specify the horizontal alignment of slideshow images. If you specify --- "
11029
  "none --- , no horizontal alignment will take place."
11030
  msgstr ""
11031
 
11032
+ #: wppa-settings-autosave.php:3871
11033
  msgid ""
11034
  "This setting is only usefull when the Column Width differs from the Maximum "
11035
  "Width."
11036
  msgstr ""
11037
 
11038
+ #: wppa-settings-autosave.php:3872
11039
  msgid "(Settings I-A1 and I-B1)"
11040
  msgstr ""
11041
 
11042
+ #: wppa-settings-autosave.php:3882
11043
  msgid "Start slideshow running."
11044
  msgstr ""
11045
 
11046
+ #: wppa-settings-autosave.php:3883
11047
  msgid ""
11048
  "If you select \"running\", the slideshow will start running immediately, if "
11049
  "you select \"still at first photo\", the first photo will be displayed in "
11050
  "browse mode."
11051
  msgstr ""
11052
 
11053
+ #: wppa-settings-autosave.php:3884
11054
  msgid ""
11055
  "If you select \"still at first norated\", the first photo that the visitor "
11056
  "did not gave a rating will be displayed in browse mode."
11057
  msgstr ""
11058
 
11059
+ #: wppa-settings-autosave.php:3886
11060
  msgid "running"
11061
  msgstr ""
11062
 
11063
+ #: wppa-settings-autosave.php:3887
11064
  msgid "still at first photo"
11065
  msgstr ""
11066
 
11067
+ #: wppa-settings-autosave.php:3888
11068
  msgid "still at first norated"
11069
  msgstr ""
11070
 
11071
+ #: wppa-settings-autosave.php:3899
11072
  msgid "Start slideonly"
11073
  msgstr ""
11074
 
11075
+ #: wppa-settings-autosave.php:3900
11076
  msgid "Start slideonly slideshow running."
11077
  msgstr ""
11078
 
11079
+ #: wppa-settings-autosave.php:3908 wppa-settings-autosave.php:4851
11080
  msgid "Video autostart"
11081
  msgstr ""
11082
 
11083
+ #: wppa-settings-autosave.php:3909
11084
  msgid "Autoplay videos in slideshows."
11085
  msgstr ""
11086
 
11087
+ #: wppa-settings-autosave.php:3918 wppa-settings-autosave.php:4860
11088
  msgid "Audio autostart"
11089
  msgstr ""
11090
 
11091
+ #: wppa-settings-autosave.php:3919
11092
  msgid "Autoplay audios in slideshows."
11093
  msgstr ""
11094
 
11095
+ #: wppa-settings-autosave.php:3927
11096
  msgid "Animation type"
11097
  msgstr ""
11098
 
11099
+ #: wppa-settings-autosave.php:3928
11100
  msgid "The way successive slides appear."
11101
  msgstr ""
11102
 
11103
+ #: wppa-settings-autosave.php:3929
11104
  msgid ""
11105
  "Select the way the old slide is to be replaced by the new one in the "
11106
  "slideshow/browse fullsize display."
11107
  msgstr ""
11108
 
11109
+ #: wppa-settings-autosave.php:3931
11110
  msgid "Fade out and in simultaneous"
11111
  msgstr ""
11112
 
11113
+ #: wppa-settings-autosave.php:3932
11114
  msgid "Fade in after fade out"
11115
  msgstr ""
11116
 
11117
+ #: wppa-settings-autosave.php:3933
11118
  msgid "Shift adjacent"
11119
  msgstr ""
11120
 
11121
+ #: wppa-settings-autosave.php:3934
11122
  msgid "Stack on"
11123
  msgstr ""
11124
 
11125
+ #: wppa-settings-autosave.php:3935
11126
  msgid "Stack off"
11127
  msgstr ""
11128
 
11129
+ #: wppa-settings-autosave.php:3936
11130
  msgid "Turn over"
11131
  msgstr ""
11132
 
11133
+ #: wppa-settings-autosave.php:3950
11134
  msgid "Timeout"
11135
  msgstr ""
11136
 
11137
+ #: wppa-settings-autosave.php:3951
11138
  msgid "Slideshow timeout."
11139
  msgstr ""
11140
 
11141
+ #: wppa-settings-autosave.php:3952
11142
  msgid ""
11143
  "Select the time a single slide will be visible when the slideshow is started."
11144
  msgstr ""
11145
 
11146
+ #: wppa-settings-autosave.php:3961
11147
  msgid "Speed"
11148
  msgstr ""
11149
 
11150
+ #: wppa-settings-autosave.php:3962
11151
  msgid "Slideshow animation speed."
11152
  msgstr ""
11153
 
11154
+ #: wppa-settings-autosave.php:3963
11155
  msgid "Specify the animation speed to be used in slideshows."
11156
  msgstr ""
11157
 
11158
+ #: wppa-settings-autosave.php:3964
11159
  msgid "This is the time it takes a photo to fade in or out."
11160
  msgstr ""
11161
 
11162
+ #: wppa-settings-autosave.php:3966 wppa-settings-autosave.php:4358
11163
+ #: wppa-settings-autosave.php:4797 wppa-settings-autosave.php:6828
11164
+ #: wppa-settings-autosave.php:8097 wppa-settings-autosave.php:8108
11165
+ #: wppa-settings-autosave.php:8119 wppa-settings-autosave.php:8130
11166
+ #: wppa-settings-autosave.php:8299
11167
  msgid "--- off ---"
11168
  msgstr ""
11169
 
11170
+ #: wppa-settings-autosave.php:3973
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11171
  msgid "Slide hover pause"
11172
  msgstr ""
11173
 
11174
+ #: wppa-settings-autosave.php:3974
11175
  msgid "Running Slideshow suspends during mouse hover."
11176
  msgstr ""
11177
 
11178
+ #: wppa-settings-autosave.php:3982
11179
  msgid "Slideshow wrap around"
11180
  msgstr ""
11181
 
11182
+ #: wppa-settings-autosave.php:3983
11183
  msgid "The slideshow wraps around the start and end"
11184
  msgstr ""
11185
 
11186
+ #: wppa-settings-autosave.php:3991
11187
  msgid "Full desc align"
11188
  msgstr ""
11189
 
11190
+ #: wppa-settings-autosave.php:3992
11191
  msgid "The alignment of the descriptions under fullsize images and slideshows."
11192
  msgstr ""
11193
 
11194
+ #: wppa-settings-autosave.php:3995 wppa-settings-autosave.php:4119
11195
+ #: wppa-settings-autosave.php:4237
11196
  msgid "Left"
11197
  msgstr ""
11198
 
11199
+ #: wppa-settings-autosave.php:3995
11200
  msgid "Center"
11201
  msgstr ""
11202
 
11203
+ #: wppa-settings-autosave.php:3995 wppa-settings-autosave.php:4119
11204
+ #: wppa-settings-autosave.php:4237
11205
  msgid "Right"
11206
  msgstr ""
11207
 
11208
+ #: wppa-settings-autosave.php:4002
11209
  msgid "Remove redundant space"
11210
  msgstr ""
11211
 
11212
+ #: wppa-settings-autosave.php:4003
11213
  msgid "Removes unwanted &lt;p> and &lt;br> tags in fullsize descriptions."
11214
  msgstr ""
11215
 
11216
+ #: wppa-settings-autosave.php:4004
11217
  msgid ""
11218
  "This setting has only effect when Table IX-A7 (foreign shortcodes) is "
11219
  "checked."
11220
  msgstr ""
11221
 
11222
+ #: wppa-settings-autosave.php:4011 wppa-settings-autosave.php:4176
11223
+ #: wppa-settings-autosave.php:4306
11224
  msgid "Run nl2br or wpautop on description"
11225
  msgstr ""
11226
 
11227
+ #: wppa-settings-autosave.php:4012
11228
  msgid "Adds &lt;br> or &lt;p> and &lt;br> tags in fullsize descriptions."
11229
  msgstr ""
11230
 
11231
+ #: wppa-settings-autosave.php:4016 wppa-settings-autosave.php:4181
11232
+ #: wppa-settings-autosave.php:4311
11233
  msgid "Linebreaks only"
11234
  msgstr ""
11235
 
11236
+ #: wppa-settings-autosave.php:4017 wppa-settings-autosave.php:4182
11237
+ #: wppa-settings-autosave.php:4312
11238
  msgid "Linebreaks and paragraphs"
11239
  msgstr ""
11240
 
11241
+ #: wppa-settings-autosave.php:4025
11242
  msgid "Auto open comments"
11243
  msgstr ""
11244
 
11245
+ #: wppa-settings-autosave.php:4026
11246
  msgid "Automatic opens comments box when slideshow does not run."
11247
  msgstr ""
11248
 
11249
+ #: wppa-settings-autosave.php:4034
11250
  msgid "Film hover goto"
11251
  msgstr ""
11252
 
11253
+ #: wppa-settings-autosave.php:4035
11254
  msgid "Go to slide when hovering filmstrip thumbnail."
11255
  msgstr ""
11256
 
11257
+ #: wppa-settings-autosave.php:4036
11258
  msgid "Do not use this setting when slides have different aspect ratios!"
11259
  msgstr ""
11260
 
11261
+ #: wppa-settings-autosave.php:4043
11262
  msgid "Slide swipe"
11263
  msgstr ""
11264
 
11265
+ #: wppa-settings-autosave.php:4044
11266
  msgid "Enable touch events swipe left-right on slides on touch screens."
11267
  msgstr ""
11268
 
11269
+ #: wppa-settings-autosave.php:4052
11270
  msgid "Slide page Ajax"
11271
  msgstr ""
11272
 
11273
+ #: wppa-settings-autosave.php:4053
11274
  msgid "Pagelinks slideshow use Ajax"
11275
  msgstr ""
11276
 
11277
+ #: wppa-settings-autosave.php:4054
11278
  msgid "On some systems you need to disable ajax here."
11279
  msgstr ""
11280
 
11281
+ #: wppa-settings-autosave.php:4062
11282
  msgid "Thumbnail related settings"
11283
  msgstr ""
11284
 
11285
+ #: wppa-settings-autosave.php:4065
11286
  msgid "Photo ordering sequence method."
11287
  msgstr ""
11288
 
11289
+ #: wppa-settings-autosave.php:4066
11290
  msgid ""
11291
  "Specify the way the photos should be ordered. This is the default setting. "
11292
  "You can overrule the default sorting order on a per album basis."
11293
  msgstr ""
11294
 
11295
+ #: wppa-settings-autosave.php:4103
11296
  msgid "Thumbnail type"
11297
  msgstr ""
11298
 
11299
+ #: wppa-settings-autosave.php:4104
11300
  msgid "The way the thumbnail images are displayed."
11301
  msgstr ""
11302
 
11303
+ #: wppa-settings-autosave.php:4105
11304
  msgid ""
11305
  "You may select an altenative display method for thumbnails. Note that some "
11306
  "of the thumbnail settings do not apply to all available display methods."
11307
  msgstr ""
11308
 
11309
+ #: wppa-settings-autosave.php:4107
 
 
 
 
 
 
11310
  msgid "like album covers"
11311
  msgstr ""
11312
 
11313
+ #: wppa-settings-autosave.php:4107
11314
  msgid "like album covers mcr"
11315
  msgstr ""
11316
 
11317
+ #: wppa-settings-autosave.php:4107
11318
  msgid "masonry style columns"
11319
  msgstr ""
11320
 
11321
+ #: wppa-settings-autosave.php:4107
11322
  msgid "masonry style rows"
11323
  msgstr ""
11324
 
11325
+ #: wppa-settings-autosave.php:4115 wppa-settings-autosave.php:4231
11326
  msgid "Placement"
11327
  msgstr ""
11328
 
11329
+ #: wppa-settings-autosave.php:4116
11330
  msgid "Thumbnail image left or right."
11331
  msgstr ""
11332
 
11333
+ #: wppa-settings-autosave.php:4117
11334
  msgid "Indicate the placement position of the thumbnailphoto you wish."
11335
  msgstr ""
11336
 
11337
+ #: wppa-settings-autosave.php:4126
11338
  msgid "Vertical alignment"
11339
  msgstr ""
11340
 
11341
+ #: wppa-settings-autosave.php:4127
11342
  msgid "Vertical alignment of thumbnails."
11343
  msgstr ""
11344
 
11345
+ #: wppa-settings-autosave.php:4128
11346
  msgid ""
11347
  "Specify the vertical alignment of thumbnail images. Use this setting when "
11348
  "albums contain both portrait and landscape photos."
11349
  msgstr ""
11350
 
11351
+ #: wppa-settings-autosave.php:4129
11352
  msgid ""
11353
  "It is NOT recommended to use the value --- default ---; it will affect the "
11354
  "horizontal alignment also and is meant to be used with custom css."
11355
  msgstr ""
11356
 
11357
+ #: wppa-settings-autosave.php:4138
11358
  msgid "Thumb mouseover"
11359
  msgstr ""
11360
 
11361
+ #: wppa-settings-autosave.php:4139
11362
  msgid "Apply thumbnail mouseover effect."
11363
  msgstr ""
11364
 
11365
+ #: wppa-settings-autosave.php:4140
11366
  msgid "Check this box to use mouseover effect on thumbnail images."
11367
  msgstr ""
11368
 
11369
+ #: wppa-settings-autosave.php:4148
11370
  msgid "Thumb opacity"
11371
  msgstr ""
11372
 
11373
+ #: wppa-settings-autosave.php:4149 wppa-settings-autosave.php:4256
11374
  msgid "Initial opacity value."
11375
  msgstr ""
11376
 
11377
+ #: wppa-settings-autosave.php:4150 wppa-settings-autosave.php:4257
11378
+ #: wppa-settings-autosave.php:4397
11379
  msgid "Enter percentage of opacity. 100% is opaque, 0% is transparant"
11380
  msgstr ""
11381
 
11382
+ #: wppa-settings-autosave.php:4152 wppa-settings-autosave.php:4259
11383
+ #: wppa-settings-autosave.php:4400 wppa-settings-autosave.php:4777
11384
  msgid "%"
11385
  msgstr ""
11386
 
11387
+ #: wppa-settings-autosave.php:4157
11388
  msgid "Thumb popup"
11389
  msgstr ""
11390
 
11391
+ #: wppa-settings-autosave.php:4158
11392
  msgid "Use popup effect on thumbnail images."
11393
  msgstr ""
11394
 
11395
+ #: wppa-settings-autosave.php:4159
11396
  msgid "Thumbnails pop-up to a larger image when hovered."
11397
  msgstr ""
11398
 
11399
+ #: wppa-settings-autosave.php:4167
11400
  msgid "Align subtext"
11401
  msgstr ""
11402
 
11403
+ #: wppa-settings-autosave.php:4168
11404
  msgid "Set thumbnail subtext on equal height."
11405
  msgstr ""
11406
 
11407
+ #: wppa-settings-autosave.php:4177
11408
  msgid "Adds &lt;br> or &lt;p> and &lt;br> tags in thumbnail descriptions."
11409
  msgstr ""
11410
 
11411
+ #: wppa-settings-autosave.php:4191
11412
  msgid "Album and covers related settings"
11413
  msgstr ""
11414
 
11415
+ #: wppa-settings-autosave.php:4193
11416
  msgid "Album order"
11417
  msgstr ""
11418
 
11419
+ #: wppa-settings-autosave.php:4194
11420
  msgid "Album ordering sequence method."
11421
  msgstr ""
11422
 
11423
+ #: wppa-settings-autosave.php:4195
11424
  msgid "Specify the way the albums should be ordered."
11425
  msgstr ""
11426
 
11427
+ #: wppa-settings-autosave.php:4220
11428
  msgid "Default coverphoto selection"
11429
  msgstr ""
11430
 
11431
+ #: wppa-settings-autosave.php:4221
11432
  msgid "Default select cover photo method."
11433
  msgstr ""
11434
 
11435
+ #: wppa-settings-autosave.php:4222
11436
  msgid ""
11437
  "This is the initial value on album creation only. It can be overruled on the "
11438
  "edit album page."
11439
  msgstr ""
11440
 
11441
+ #: wppa-settings-autosave.php:4223
11442
  msgid "Random from album"
11443
  msgstr ""
11444
 
11445
+ #: wppa-settings-autosave.php:4223
11446
  msgid "Random featured from album"
11447
  msgstr ""
11448
 
11449
+ #: wppa-settings-autosave.php:4223
11450
  msgid "Most recently added to album"
11451
  msgstr ""
11452
 
11453
+ #: wppa-settings-autosave.php:4223
11454
  msgid "Random from album or any sub album"
11455
  msgstr ""
11456
 
11457
+ #: wppa-settings-autosave.php:4232
11458
  msgid "Cover image position."
11459
  msgstr ""
11460
 
11461
+ #: wppa-settings-autosave.php:4233
11462
  msgid ""
11463
  "Enter the position that you want to be used for the default album cover "
11464
  "selected in Table IV-D6."
11465
  msgstr ""
11466
 
11467
+ #: wppa-settings-autosave.php:4234
11468
  msgid ""
11469
  "For covertype Image Factory: left will be treated as top and right will be "
11470
  "treted as bottom."
11471
  msgstr ""
11472
 
11473
+ #: wppa-settings-autosave.php:4235
11474
  msgid ""
11475
  "For covertype Long Descriptions: top will be treated as left and bottom will "
11476
  "be treted as right."
11477
  msgstr ""
11478
 
11479
+ #: wppa-settings-autosave.php:4245
11480
  msgid "Cover mouseover"
11481
  msgstr ""
11482
 
11483
+ #: wppa-settings-autosave.php:4246
11484
  msgid "Apply coverphoto mouseover effect."
11485
  msgstr ""
11486
 
11487
+ #: wppa-settings-autosave.php:4247
11488
  msgid "Check this box to use mouseover effect on cover images."
11489
  msgstr ""
11490
 
11491
+ #: wppa-settings-autosave.php:4255
11492
  msgid "Cover opacity"
11493
  msgstr ""
11494
 
11495
+ #: wppa-settings-autosave.php:4264
11496
  msgid "Cover type"
11497
  msgstr ""
11498
 
11499
+ #: wppa-settings-autosave.php:4265
11500
  msgid "Select the default cover type."
11501
  msgstr ""
11502
 
11503
+ #: wppa-settings-autosave.php:4266
11504
  msgid ""
11505
  "Types with the addition mcr are suitable for Multi Column in a Responsive "
11506
  "theme"
11507
  msgstr ""
11508
 
11509
+ #: wppa-settings-autosave.php:4289
11510
  msgid "The umber of coverphotos. Must be > 1 and < 25."
11511
  msgstr ""
11512
 
11513
+ #: wppa-settings-autosave.php:4297
11514
  msgid "Cats include subs"
11515
  msgstr ""
11516
 
11517
+ #: wppa-settings-autosave.php:4298
11518
  msgid "Child albums are included in Category based shortcodes."
11519
  msgstr ""
11520
 
11521
+ #: wppa-settings-autosave.php:4299
11522
  msgid ""
11523
  "When you use album=\"#cat,...\", in a shortcode, the child albums will be "
11524
  "included."
11525
  msgstr ""
11526
 
11527
+ #: wppa-settings-autosave.php:4307
11528
  msgid "Adds &lt;br> or &lt;p> and &lt;br> tags in album descriptions."
11529
  msgstr ""
11530
 
11531
+ #: wppa-settings-autosave.php:4321
11532
  msgid "Rating related settings"
11533
  msgstr ""
11534
 
11535
+ #: wppa-settings-autosave.php:4323
11536
  msgid "Rating login"
11537
  msgstr ""
11538
 
11539
+ #: wppa-settings-autosave.php:4324
11540
  msgid "Users must login to rate photos."
11541
  msgstr ""
11542
 
11543
+ #: wppa-settings-autosave.php:4325
11544
  msgid ""
11545
  "If users want to vote for a photo (rating 1..5 stars) the must login first. "
11546
  "The avarage rating will always be displayed as long as the rating system is "
11547
  "enabled."
11548
  msgstr ""
11549
 
11550
+ #: wppa-settings-autosave.php:4332
11551
  msgid "Rating change"
11552
  msgstr ""
11553
 
11554
+ #: wppa-settings-autosave.php:4333 wppa-settings-autosave.php:4334
11555
  msgid "Users may change their ratings."
11556
  msgstr ""
11557
 
11558
+ #: wppa-settings-autosave.php:4335 wppa-settings-autosave.php:4398
11559
+ #: wppa-settings-autosave.php:4411 wppa-settings-autosave.php:4421
11560
+ #: wppa-settings-autosave.php:4431 wppa-settings-autosave.php:4441
11561
+ #: wppa-settings-autosave.php:4451
11562
  msgid ""
11563
  "If \"One button vote\" is selected in Table I-E1, this setting has no meaning"
11564
  msgstr ""
11565
 
11566
+ #: wppa-settings-autosave.php:4343
11567
  msgid "Rating multi"
11568
  msgstr ""
11569
 
11570
+ #: wppa-settings-autosave.php:4344
11571
  msgid "Users may give multiple votes."
11572
  msgstr ""
11573
 
11574
+ #: wppa-settings-autosave.php:4345
11575
  msgid ""
11576
  "Users may give multiple votes. (This has no effect when users may change "
11577
  "their votes.)"
11578
  msgstr ""
11579
 
11580
+ #: wppa-settings-autosave.php:4354
11581
  msgid "Rating daily"
11582
  msgstr ""
11583
 
11584
+ #: wppa-settings-autosave.php:4355
11585
  msgid "Users may rate only once per period"
11586
  msgstr ""
11587
 
11588
+ #: wppa-settings-autosave.php:4358
11589
  msgid "Week"
11590
  msgstr ""
11591
 
11592
+ #: wppa-settings-autosave.php:4358
11593
  msgid "Day"
11594
  msgstr ""
11595
 
11596
+ #: wppa-settings-autosave.php:4358
11597
  msgid "Hour"
11598
  msgstr ""
11599
 
11600
+ #: wppa-settings-autosave.php:4366
11601
  msgid "Rate own photos"
11602
  msgstr ""
11603
 
11604
+ #: wppa-settings-autosave.php:4367
11605
  msgid "It is allowed to rate photos by the uploader himself."
11606
  msgstr ""
11607
 
11608
+ #: wppa-settings-autosave.php:4376
11609
  msgid "Rating requires comment"
11610
  msgstr ""
11611
 
11612
+ #: wppa-settings-autosave.php:4377
11613
  msgid "Users must clarify their vote in a comment."
11614
  msgstr ""
11615
 
11616
+ #: wppa-settings-autosave.php:4386
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11617
  msgid "Next after vote"
11618
  msgstr ""
11619
 
11620
+ #: wppa-settings-autosave.php:4387
11621
  msgid "Goto next slide after voting"
11622
  msgstr ""
11623
 
11624
+ #: wppa-settings-autosave.php:4388
11625
  msgid ""
11626
  "If checked, the visitor goes straight to the slide following the slide he "
11627
  "voted. This will speed up mass voting."
11628
  msgstr ""
11629
 
11630
+ #: wppa-settings-autosave.php:4395
11631
  msgid "Star off opacity"
11632
  msgstr ""
11633
 
11634
+ #: wppa-settings-autosave.php:4396
11635
  msgid "Rating star off state opacity value."
11636
  msgstr ""
11637
 
11638
+ #: wppa-settings-autosave.php:4406
11639
  msgid "Notify admin every x times."
11640
  msgstr ""
11641
 
11642
+ #: wppa-settings-autosave.php:4407
11643
  msgid ""
11644
  "If this number is positive, there will be a thumb down icon in the rating "
11645
  "bar."
11646
  msgstr ""
11647
 
11648
+ #: wppa-settings-autosave.php:4408
11649
+ msgid "Cicking the thumbdown icon indicates a user dislikes a photo."
 
 
11650
  msgstr ""
11651
 
11652
+ #: wppa-settings-autosave.php:4409
11653
+ msgid "Admin will be notified by email after every x dislikes."
11654
  msgstr ""
11655
 
11656
+ #: wppa-settings-autosave.php:4410 wppa-settings-autosave.php:4430
11657
+ #: wppa-settings-autosave.php:4440
11658
  msgid "A value of 0 disables this feature."
11659
  msgstr ""
11660
 
11661
+ #: wppa-settings-autosave.php:4413 wppa-settings-autosave.php:4433
11662
+ #: wppa-settings-autosave.php:4443
11663
  msgid "reports"
11664
  msgstr ""
11665
 
11666
+ #: wppa-settings-autosave.php:4419
11667
+ msgid "This value counts dislike rating."
11668
+ msgstr ""
11669
+
11670
+ #: wppa-settings-autosave.php:4420
11671
+ msgid ""
11672
+ "This value will be used for a dislike rating on calculation of avarage "
11673
+ "ratings."
11674
+ msgstr ""
11675
+
11676
+ #: wppa-settings-autosave.php:4423
11677
+ msgid "points"
11678
+ msgstr ""
11679
+
11680
+ #: wppa-settings-autosave.php:4428
11681
  msgid "Pending after"
11682
  msgstr ""
11683
 
11684
+ #: wppa-settings-autosave.php:4429
11685
  msgid "Set status to pending after xx dislike votes."
11686
  msgstr ""
11687
 
11688
+ #: wppa-settings-autosave.php:4438
11689
  msgid "Delete after"
11690
  msgstr ""
11691
 
11692
+ #: wppa-settings-autosave.php:4439
11693
+ msgid "Delete photo after xx dislike votes."
11694
  msgstr ""
11695
 
11696
+ #: wppa-settings-autosave.php:4448
11697
  msgid "Show dislike count"
11698
  msgstr ""
11699
 
11700
+ #: wppa-settings-autosave.php:4449
11701
  msgid "Show the number of dislikes in the rating bar."
11702
  msgstr ""
11703
 
11704
+ #: wppa-settings-autosave.php:4450
11705
  msgid "Displayes the total number of dislike votes for the current photo."
11706
  msgstr ""
11707
 
11708
+ #: wppa-settings-autosave.php:4458
11709
  msgid "Rating display type"
11710
  msgstr ""
11711
 
11712
+ #: wppa-settings-autosave.php:4459
11713
  msgid "Specify the type of the rating display."
11714
  msgstr ""
11715
 
11716
+ #: wppa-settings-autosave.php:4460
11717
  msgid ""
11718
  "If you select \"Likes\" you must also select \"One button vote\" in Table I-"
11719
  "E1"
11720
  msgstr ""
11721
 
11722
+ #: wppa-settings-autosave.php:4462
11723
  msgid "Graphic"
11724
  msgstr ""
11725
 
11726
+ #: wppa-settings-autosave.php:4462
11727
  msgid "Numeric"
11728
  msgstr ""
11729
 
11730
+ #: wppa-settings-autosave.php:4462
11731
  msgid "Likes"
11732
  msgstr ""
11733
 
11734
+ #: wppa-settings-autosave.php:4470
11735
  msgid "Show average rating"
11736
  msgstr ""
11737
 
11738
+ #: wppa-settings-autosave.php:4471
11739
  msgid "Display the avarage rating and/or vote count on the rating bar"
11740
  msgstr ""
11741
 
11742
+ #: wppa-settings-autosave.php:4472
11743
  msgid ""
11744
  "If checked, the average rating as well as the current users rating is "
11745
  "displayed in max 5 or 10 stars."
11746
  msgstr ""
11747
 
11748
+ #: wppa-settings-autosave.php:4473
11749
  msgid "If unchecked, only the current users rating is displayed (if any)."
11750
  msgstr ""
11751
 
11752
+ #: wppa-settings-autosave.php:4474
11753
  msgid ""
11754
  "If \"One button vote\" is selected in Table I-E1, this box checked will "
11755
  "display the vote count."
11756
  msgstr ""
11757
 
11758
+ #: wppa-settings-autosave.php:4481
11759
  msgid "Avg and Mine on 2 lines"
11760
  msgstr ""
11761
 
11762
+ #: wppa-settings-autosave.php:4482
11763
  msgid "Display avarage and my rating on different lines"
11764
  msgstr ""
11765
 
11766
+ #: wppa-settings-autosave.php:4490
11767
  msgid "Single vote button text"
11768
  msgstr ""
11769
 
11770
+ #: wppa-settings-autosave.php:4491
11771
  msgid "The text on the voting button."
11772
  msgstr ""
11773
 
11774
+ #: wppa-settings-autosave.php:4492 wppa-settings-autosave.php:4501
11775
  msgid "This text may contain qTranslate compatible language tags."
11776
  msgstr ""
11777
 
11778
+ #: wppa-settings-autosave.php:4499
11779
  msgid "Single vote button text voted"
11780
  msgstr ""
11781
 
11782
+ #: wppa-settings-autosave.php:4500
11783
  msgid "The text on the voting button when voted."
11784
  msgstr ""
11785
 
11786
+ #: wppa-settings-autosave.php:4508
11787
  msgid "Single vote button thumbnail"
11788
  msgstr ""
11789
 
11790
+ #: wppa-settings-autosave.php:4509
11791
  msgid "Display single vote button below thumbnails."
11792
  msgstr ""
11793
 
11794
+ #: wppa-settings-autosave.php:4510
11795
  msgid ""
11796
  "This works only in single vote mode: Table I-E1 set to \"one button vote\""
11797
  msgstr ""
11798
 
11799
+ #: wppa-settings-autosave.php:4517
11800
  msgid "Medal bronze when"
11801
  msgstr ""
11802
 
11803
+ #: wppa-settings-autosave.php:4518
11804
  msgid "Photo gets medal bronze when number of top-scores ( 5 or 10 )."
11805
  msgstr ""
11806
 
11807
+ #: wppa-settings-autosave.php:4519 wppa-settings-autosave.php:4528
11808
+ #: wppa-settings-autosave.php:4537
11809
  msgid ""
11810
  "When the photo has this number of topscores ( 5 or 10 stars ), it will get a "
11811
+ "medal. A value of 0 indicates that you do not want this feature."
11812
  msgstr ""
11813
 
11814
+ #: wppa-settings-autosave.php:4521 wppa-settings-autosave.php:4530
11815
+ #: wppa-settings-autosave.php:4539
11816
  msgid "Topscores"
11817
  msgstr ""
11818
 
11819
+ #: wppa-settings-autosave.php:4526
11820
  msgid "Medal silver when"
11821
  msgstr ""
11822
 
11823
+ #: wppa-settings-autosave.php:4527
11824
  msgid "Photo gets medal silver when number of top-scores ( 5 or 10 )."
11825
  msgstr ""
11826
 
11827
+ #: wppa-settings-autosave.php:4535
11828
+ msgid "Medal gold when"
 
 
11829
  msgstr ""
11830
 
11831
+ #: wppa-settings-autosave.php:4536
11832
+ msgid "Photo gets medal gold when number of top-scores ( 5 or 10 )."
11833
  msgstr ""
11834
 
11835
+ #: wppa-settings-autosave.php:4544
11836
  msgid "Medal tag color"
11837
  msgstr ""
11838
 
11839
+ #: wppa-settings-autosave.php:4545
11840
  msgid "The color of the tag on the medal."
11841
  msgstr ""
11842
 
11843
+ #: wppa-settings-autosave.php:4548 wppa-settings-autosave.php:8382
11844
  msgid "Red"
11845
  msgstr ""
11846
 
11847
+ #: wppa-settings-autosave.php:4548 wppa-settings-autosave.php:8385
11848
  msgid "Green"
11849
  msgstr ""
11850
 
11851
+ #: wppa-settings-autosave.php:4548 wppa-settings-autosave.php:8386
11852
  msgid "Blue"
11853
  msgstr ""
11854
 
11855
+ #: wppa-settings-autosave.php:4555
11856
  msgid "Medal position"
11857
  msgstr ""
11858
 
11859
+ #: wppa-settings-autosave.php:4556
11860
  msgid "The position of the medal on the image."
11861
  msgstr ""
11862
 
11863
+ #: wppa-settings-autosave.php:4559
11864
  msgid "Top left"
11865
  msgstr ""
11866
 
11867
+ #: wppa-settings-autosave.php:4559
11868
  msgid "Top right"
11869
  msgstr ""
11870
 
11871
+ #: wppa-settings-autosave.php:4559
11872
  msgid "Bottom left"
11873
  msgstr ""
11874
 
11875
+ #: wppa-settings-autosave.php:4559
11876
  msgid "Bottom right"
11877
  msgstr ""
11878
 
11879
+ #: wppa-settings-autosave.php:4566
11880
  msgid "Top criterium"
11881
  msgstr ""
11882
 
11883
+ #: wppa-settings-autosave.php:4567
11884
  msgid "The top sort item used for topten results from shortcodes."
11885
  msgstr ""
11886
 
11887
+ #: wppa-settings-autosave.php:4570
11888
  msgid "Mean raiting"
11889
  msgstr ""
11890
 
11891
+ #: wppa-settings-autosave.php:4570
11892
  msgid "Rating count"
11893
  msgstr ""
11894
 
11895
+ #: wppa-settings-autosave.php:4570
11896
  msgid "Viewcount"
11897
  msgstr ""
11898
 
11899
+ #: wppa-settings-autosave.php:4577
11900
  msgid "Comments related settings"
11901
  msgstr ""
11902
 
11903
+ #: wppa-settings-autosave.php:4579
11904
  msgid "Commenting login"
11905
  msgstr ""
11906
 
11907
+ #: wppa-settings-autosave.php:4580
11908
  msgid "Users must be logged in to comment on photos."
11909
  msgstr ""
11910
 
11911
+ #: wppa-settings-autosave.php:4581
11912
  msgid ""
11913
  "Check this box if you want users to be logged in to be able to enter "
11914
  "comments on individual photos."
11915
  msgstr ""
11916
 
11917
+ #: wppa-settings-autosave.php:4588
11918
  msgid "Comments view login"
11919
  msgstr ""
11920
 
11921
+ #: wppa-settings-autosave.php:4589
11922
  msgid "Users must be logged in to see comments on photos."
11923
  msgstr ""
11924
 
11925
+ #: wppa-settings-autosave.php:4590
11926
  msgid ""
11927
  "Check this box if you want users to be logged in to be able to see existing "
11928
  "comments on individual photos."
11929
  msgstr ""
11930
 
11931
+ #: wppa-settings-autosave.php:4597
11932
  msgid "Last comment first"
11933
  msgstr ""
11934
 
11935
+ #: wppa-settings-autosave.php:4598
11936
  msgid "Display the newest comment on top."
11937
  msgstr ""
11938
 
11939
+ #: wppa-settings-autosave.php:4599
11940
  msgid "If checked: Display the newest comment on top."
11941
  msgstr ""
11942
 
11943
+ #: wppa-settings-autosave.php:4600
11944
  msgid "If unchecked, the comments are listed in the ordere they were entered."
11945
  msgstr ""
11946
 
11947
+ #: wppa-settings-autosave.php:4607
11948
  msgid "Comment moderation"
11949
  msgstr ""
11950
 
11951
+ #: wppa-settings-autosave.php:4608
11952
  msgid "Comments from what users need approval."
11953
  msgstr ""
11954
 
11955
+ #: wppa-settings-autosave.php:4609
11956
  msgid "Select the desired users of which the comments need approval."
11957
  msgstr ""
11958
 
11959
+ #: wppa-settings-autosave.php:4611 wppa-settings-autosave.php:6814
11960
  msgid "All users"
11961
  msgstr ""
11962
 
11963
+ #: wppa-settings-autosave.php:4612 wppa-settings-autosave.php:6814
11964
  msgid "Logged out users"
11965
  msgstr ""
11966
 
11967
+ #: wppa-settings-autosave.php:4613 wppa-settings-autosave.php:6814
11968
  msgid "No users"
11969
  msgstr ""
11970
 
11971
+ #: wppa-settings-autosave.php:4614
11972
+ msgid "Use WP Discussion rules"
11973
+ msgstr ""
11974
+
11975
+ #: wppa-settings-autosave.php:4626
11976
  msgid "Comment email required"
11977
  msgstr ""
11978
 
11979
+ #: wppa-settings-autosave.php:4627
11980
  msgid "Commenting users must enter their email addresses."
11981
  msgstr ""
11982
 
11983
+ #: wppa-settings-autosave.php:4631 wppa-settings-autosave.php:9919
11984
+ #: wppa-settings-autosave.php:9987
11985
  msgid "Optional"
11986
  msgstr ""
11987
 
11988
+ #: wppa-settings-autosave.php:4643
11989
  msgid "Comment notify"
11990
  msgstr ""
11991
 
11992
+ #: wppa-settings-autosave.php:4644
11993
  msgid "Select who must receive an e-mail notification of a new comment."
11994
  msgstr ""
11995
 
11996
+ #: wppa-settings-autosave.php:4648
 
 
 
 
11997
  msgid "--- Admin ---"
11998
  msgstr ""
11999
 
12000
+ #: wppa-settings-autosave.php:4649
12001
  msgid "--- Album owner ---"
12002
  msgstr ""
12003
 
12004
+ #: wppa-settings-autosave.php:4650
12005
  msgid "--- Admin & Owner ---"
12006
  msgstr ""
12007
 
12008
+ #: wppa-settings-autosave.php:4651
12009
  msgid "--- Uploader ---"
12010
  msgstr ""
12011
 
12012
+ #: wppa-settings-autosave.php:4652
12013
  msgid "--- Up & admin ---"
12014
  msgstr ""
12015
 
12016
+ #: wppa-settings-autosave.php:4653
12017
  msgid "--- Up & Owner ---"
12018
  msgstr ""
12019
 
12020
+ #: wppa-settings-autosave.php:4676
12021
  msgid "Comment notify previous"
12022
  msgstr ""
12023
 
12024
+ #: wppa-settings-autosave.php:4677
12025
  msgid "Notify users who has commented this photo earlier."
12026
  msgstr ""
12027
 
12028
+ #: wppa-settings-autosave.php:4685
12029
  msgid "Comment notify approved"
12030
  msgstr ""
12031
 
12032
+ #: wppa-settings-autosave.php:4686
12033
  msgid "Notify photo owner of approved comment."
12034
  msgstr ""
12035
 
12036
+ #: wppa-settings-autosave.php:4694
12037
  msgid "Com ntfy appr email content"
12038
  msgstr ""
12039
 
12040
+ #: wppa-settings-autosave.php:4695
12041
  msgid "The content of the email."
12042
  msgstr ""
12043
 
12044
+ #: wppa-settings-autosave.php:4696
12045
  msgid "If you leave this blank, the default content will be used"
12046
  msgstr ""
12047
 
12048
+ #: wppa-settings-autosave.php:4697
12049
  msgid "The content may contain html."
12050
  msgstr ""
12051
 
12052
+ #: wppa-settings-autosave.php:4698
12053
  msgid ""
12054
  "You may use the following keywords: w#comment for the comment content, "
12055
  "w#user for the commenters name and the standard photo description keywords "
12057
  "w#amx, w#amy, w#amfs, w#url, w#hrurl, w#tnurl, w#cc0..w#cc9, w#cd0..w#cd9."
12058
  msgstr ""
12059
 
12060
+ #: wppa-settings-autosave.php:4705
12061
  msgid "Com ntfy appr email subject"
12062
  msgstr ""
12063
 
12064
+ #: wppa-settings-autosave.php:4706
12065
  msgid "The subject of the email."
12066
  msgstr ""
12067
 
12068
+ #: wppa-settings-autosave.php:4715
12069
  msgid "Comment ntfy added"
12070
  msgstr ""
12071
 
12072
+ #: wppa-settings-autosave.php:4716
12073
  msgid "Show \"Comment added\" after successfull adding a comment."
12074
  msgstr ""
12075
 
12076
+ #: wppa-settings-autosave.php:4724
12077
  msgid "ComTen alt display"
12078
  msgstr ""
12079
 
12080
+ #: wppa-settings-autosave.php:4725
12081
  msgid "Display comments at comten thumbnails."
12082
  msgstr ""
12083
 
12084
+ #: wppa-settings-autosave.php:4733
12085
  msgid "Comten Thumbnail width"
12086
  msgstr ""
12087
 
12088
+ #: wppa-settings-autosave.php:4734
12089
  msgid "The width of the thumbnail in the alt comment display."
12090
  msgstr ""
12091
 
12092
+ #: wppa-settings-autosave.php:4737
12093
  msgid "Pixels"
12094
  msgstr ""
12095
 
12096
+ #: wppa-settings-autosave.php:4742
12097
  msgid "Show smiley picker"
12098
  msgstr ""
12099
 
12100
+ #: wppa-settings-autosave.php:4743
12101
  msgid "Display a clickable row of smileys."
12102
  msgstr ""
12103
 
12104
+ #: wppa-settings-autosave.php:4751
12105
  msgid "Show commenter email"
12106
  msgstr ""
12107
 
12108
+ #: wppa-settings-autosave.php:4752
12109
  msgid "Show the commenter's email in the notify emails."
12110
  msgstr ""
12111
 
12112
+ #: wppa-settings-autosave.php:4753
12113
  msgid "Shows the email address of the commenter in all notify emails."
12114
  msgstr ""
12115
 
12116
+ #: wppa-settings-autosave.php:4754
12117
  msgid ""
12118
  "If switched off, admin will still receive the senders email in the "
12119
  "notification mail"
12120
  msgstr ""
12121
 
12122
+ #: wppa-settings-autosave.php:4761
12123
  msgid "Allow clickable links"
12124
  msgstr ""
12125
 
12126
+ #: wppa-settings-autosave.php:4762
12127
  msgid "Make links in comments clickable"
12128
  msgstr ""
12129
 
12130
+ #: wppa-settings-autosave.php:4774
12131
  msgid "The opacity of the lightbox overlay background."
12132
  msgstr ""
12133
 
12134
+ #: wppa-settings-autosave.php:4782
12135
  msgid "Click on background"
12136
  msgstr ""
12137
 
12138
+ #: wppa-settings-autosave.php:4783
12139
  msgid "Select the action to be taken on click on background."
12140
  msgstr ""
12141
 
12142
+ #: wppa-settings-autosave.php:4786
12143
  msgid "Nothing"
12144
  msgstr ""
12145
 
12146
+ #: wppa-settings-autosave.php:4786
12147
  msgid "Exit (close)"
12148
  msgstr ""
12149
 
12150
+ #: wppa-settings-autosave.php:4786
12151
  msgid "Browse (left/right)"
12152
  msgstr ""
12153
 
12154
+ #: wppa-settings-autosave.php:4793
12155
  msgid "Overlay animation speed"
12156
  msgstr ""
12157
 
12158
+ #: wppa-settings-autosave.php:4794
12159
  msgid "The fade-in time of the lightbox images"
12160
  msgstr ""
12161
 
12162
+ #: wppa-settings-autosave.php:4804
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12163
  msgid "Overlay slideshow speed"
12164
  msgstr ""
12165
 
12166
+ #: wppa-settings-autosave.php:4805
12167
  msgid "The time the lightbox images stay"
12168
  msgstr ""
12169
 
12170
+ #: wppa-settings-autosave.php:4824
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12171
  msgid "WPPA+ Lightbox global"
12172
  msgstr ""
12173
 
12174
+ #: wppa-settings-autosave.php:4825
12175
  msgid "Use the wppa+ lightbox also for non-wppa images."
12176
  msgstr ""
12177
 
12178
+ #: wppa-settings-autosave.php:4833
12179
  msgid "WPPA+ Lightbox global is a set"
12180
  msgstr ""
12181
 
12182
+ #: wppa-settings-autosave.php:4834
12183
  msgid "Treat the other images as a set."
12184
  msgstr ""
12185
 
12186
+ #: wppa-settings-autosave.php:4835
12187
  msgid ""
12188
  "If checked, you can scroll through the images in the lightbox view. Requires "
12189
  "item 5 to be checked."
12190
  msgstr ""
12191
 
12192
+ #: wppa-settings-autosave.php:4842
12193
  msgid "Use hires files"
12194
  msgstr ""
12195
 
12196
+ #: wppa-settings-autosave.php:4843
12197
  msgid "Use the highest resolution available for lightbox."
12198
  msgstr ""
12199
 
12200
+ #: wppa-settings-autosave.php:4844
12201
  msgid "Ticking this box is recommended for lightbox fullscreen modes."
12202
  msgstr ""
12203
 
12204
+ #: wppa-settings-autosave.php:4852
12205
  msgid "Videos on lightbox start automaticly."
12206
  msgstr ""
12207
 
12208
+ #: wppa-settings-autosave.php:4861
12209
  msgid "Audio on lightbox start automaticly."
12210
  msgstr ""
12211
 
12212
+ #: wppa-settings-autosave.php:4869
12213
  msgid "Lightbox start mode"
12214
  msgstr ""
12215
 
12216
+ #: wppa-settings-autosave.php:4870
12217
  msgid "The mode lightbox starts in."
12218
  msgstr ""
12219
 
12220
+ #: wppa-settings-autosave.php:4873 wppa-settings-autosave.php:4894
12221
  msgid "Normal"
12222
  msgstr ""
12223
 
12224
+ #: wppa-settings-autosave.php:4874 wppa-settings-autosave.php:4895
12225
  msgid "Padded"
12226
  msgstr ""
12227
 
12228
+ #: wppa-settings-autosave.php:4875 wppa-settings-autosave.php:4896
12229
  msgid "Stretched"
12230
  msgstr ""
12231
 
12232
+ #: wppa-settings-autosave.php:4876 wppa-settings-autosave.php:4897
12233
  msgid "Clipped"
12234
  msgstr ""
12235
 
12236
+ #: wppa-settings-autosave.php:4877 wppa-settings-autosave.php:4898
12237
  msgid "Real size"
12238
  msgstr ""
12239
 
12240
+ #: wppa-settings-autosave.php:4890
12241
  msgid "Lightbox start mode mobile"
12242
  msgstr ""
12243
 
12244
+ #: wppa-settings-autosave.php:4891
12245
  msgid "The mode lightbox starts in on mobile devices."
12246
  msgstr ""
12247
 
12248
+ #: wppa-settings-autosave.php:4928
12249
  msgid "Table V:"
12250
  msgstr ""
12251
 
12252
+ #: wppa-settings-autosave.php:4928
12253
  msgid "Fonts:"
12254
  msgstr ""
12255
 
12256
+ #: wppa-settings-autosave.php:4929
12257
  msgid "This table describes the Fonts used for the wppa+ elements."
12258
  msgstr ""
12259
 
12260
+ #: wppa-settings-autosave.php:4939 wppa-settings-autosave.php:5134
12261
  msgid "Font family"
12262
  msgstr ""
12263
 
12264
+ #: wppa-settings-autosave.php:4940 wppa-settings-autosave.php:5135
12265
  msgid "Font size"
12266
  msgstr ""
12267
 
12268
+ #: wppa-settings-autosave.php:4941 wppa-settings-autosave.php:5136
12269
  msgid "Font color"
12270
  msgstr ""
12271
 
12272
+ #: wppa-settings-autosave.php:4942 wppa-settings-autosave.php:5137
12273
  msgid "Font weight"
12274
  msgstr ""
12275
 
12276
+ #: wppa-settings-autosave.php:4952
12277
  msgid "normal"
12278
  msgstr ""
12279
 
12280
+ #: wppa-settings-autosave.php:4952
12281
  msgid "bold"
12282
  msgstr ""
12283
 
12284
+ #: wppa-settings-autosave.php:4952
12285
  msgid "bolder"
12286
  msgstr ""
12287
 
12288
+ #: wppa-settings-autosave.php:4952
12289
  msgid "lighter"
12290
  msgstr ""
12291
 
12292
+ #: wppa-settings-autosave.php:4955
12293
  msgid "Album titles"
12294
  msgstr ""
12295
 
12296
+ #: wppa-settings-autosave.php:4956
12297
  msgid "Font used for Album titles."
12298
  msgstr ""
12299
 
12300
+ #: wppa-settings-autosave.php:4957
12301
  msgid "Enter font name, size, color and weight for album cover titles."
12302
  msgstr ""
12303
 
12304
+ #: wppa-settings-autosave.php:4972
12305
  msgid "Slideshow desc"
12306
  msgstr ""
12307
 
12308
+ #: wppa-settings-autosave.php:4973
12309
  msgid "Font for slideshow photo descriptions."
12310
  msgstr ""
12311
 
12312
+ #: wppa-settings-autosave.php:4974
12313
  msgid ""
12314
  "Enter font name, size, color and weight for slideshow photo descriptions."
12315
  msgstr ""
12316
 
12317
+ #: wppa-settings-autosave.php:4989
12318
  msgid "Slideshow name"
12319
  msgstr ""
12320
 
12321
+ #: wppa-settings-autosave.php:4990
12322
  msgid "Font for slideshow photo names."
12323
  msgstr ""
12324
 
12325
+ #: wppa-settings-autosave.php:4991
12326
  msgid "Enter font name, size, color and weight for slideshow photo names."
12327
  msgstr ""
12328
 
12329
+ #: wppa-settings-autosave.php:5006
12330
  msgid "Navigations"
12331
  msgstr ""
12332
 
12333
+ #: wppa-settings-autosave.php:5007
12334
  msgid "Font for navigations."
12335
  msgstr ""
12336
 
12337
+ #: wppa-settings-autosave.php:5008
12338
  msgid "Enter font name, size, color and weight for navigation items."
12339
  msgstr ""
12340
 
12341
+ #: wppa-settings-autosave.php:5024
12342
  msgid "Font for text under thumbnails."
12343
  msgstr ""
12344
 
12345
+ #: wppa-settings-autosave.php:5025
12346
  msgid ""
12347
  "Enter font name, size, color and weight for text under thumbnail images."
12348
  msgstr ""
12349
 
12350
+ #: wppa-settings-autosave.php:5041
12351
  msgid "General font in wppa boxes."
12352
  msgstr ""
12353
 
12354
+ #: wppa-settings-autosave.php:5042
12355
  msgid "Enter font name, size, color and weight for all other items."
12356
  msgstr ""
12357
 
12358
+ #: wppa-settings-autosave.php:5058
12359
  msgid "Font in wppa number bars."
12360
  msgstr ""
12361
 
12362
+ #: wppa-settings-autosave.php:5059 wppa-settings-autosave.php:5076
12363
  msgid "Enter font name, size, color and weight for numberbar navigation."
12364
  msgstr ""
12365
 
12366
+ #: wppa-settings-autosave.php:5074
12367
  msgid "Numbar Active"
12368
  msgstr ""
12369
 
12370
+ #: wppa-settings-autosave.php:5075
12371
  msgid "Font in wppa number bars, active item."
12372
  msgstr ""
12373
 
12374
+ #: wppa-settings-autosave.php:5092
12375
  msgid "Font in wppa lightbox overlays."
12376
  msgstr ""
12377
 
12378
+ #: wppa-settings-autosave.php:5093
12379
  msgid "Enter font name, size, color and weight for wppa lightbox overlays."
12380
  msgstr ""
12381
 
12382
+ #: wppa-settings-autosave.php:5108
12383
+ msgid "Widget thumbs fontsize"
12384
+ msgstr ""
12385
+
12386
+ #: wppa-settings-autosave.php:5109
12387
+ msgid "Font size for thumbnail subtext in widgets."
12388
+ msgstr ""
12389
+
12390
+ #: wppa-settings-autosave.php:5147
12391
  msgid "Table VI:"
12392
  msgstr ""
12393
 
12394
+ #: wppa-settings-autosave.php:5147
12395
  msgid "Links:"
12396
  msgstr ""
12397
 
12398
+ #: wppa-settings-autosave.php:5148
12399
  msgid "This table defines the link types and pages."
12400
  msgstr ""
12401
 
12402
+ #: wppa-settings-autosave.php:5159 wppa-settings-autosave.php:6222
12403
  msgid "Link page"
12404
  msgstr ""
12405
 
12406
+ #: wppa-settings-autosave.php:5161 wppa-settings-autosave.php:6224
12407
  msgid "Photo specific link overrules"
12408
  msgstr ""
12409
 
12410
+ #: wppa-settings-autosave.php:5161 wppa-settings-autosave.php:6224
12411
  msgid "PSO"
12412
  msgstr ""
12413
 
12414
+ #: wppa-settings-autosave.php:5206
12415
  msgid "Links from images in WPPA+ Widgets"
12416
  msgstr ""
12417
 
12418
+ #: wppa-settings-autosave.php:5208
12419
  msgid "PotdWidget"
12420
  msgstr ""
12421
 
12422
+ #: wppa-settings-autosave.php:5209
12423
  msgid "Photo Of The Day widget link."
12424
  msgstr ""
12425
 
12426
+ #: wppa-settings-autosave.php:5210
12427
  msgid "Select the type of link the photo of the day points to."
12428
  msgstr ""
12429
 
12430
+ #: wppa-settings-autosave.php:5211
12431
  msgid ""
12432
  "If you select 'defined on widget admin page' you can manually enter a link "
12433
  "and title on the Photo of the day Widget Admin page."
12434
  msgstr ""
12435
 
12436
+ #: wppa-settings-autosave.php:5226 wppa-settings-autosave.php:5269
12437
+ #: wppa-settings-autosave.php:5308 wppa-settings-autosave.php:5347
12438
+ #: wppa-settings-autosave.php:5393 wppa-settings-autosave.php:5443
12439
+ #: wppa-settings-autosave.php:5492 wppa-settings-autosave.php:5541
12440
+ #: wppa-settings-autosave.php:5631
12441
  msgid "a plain page without a querystring."
12442
  msgstr ""
12443
 
12444
+ #: wppa-settings-autosave.php:5227 wppa-settings-autosave.php:5270
12445
+ #: wppa-settings-autosave.php:5309 wppa-settings-autosave.php:5348
12446
+ #: wppa-settings-autosave.php:5394 wppa-settings-autosave.php:5444
12447
+ #: wppa-settings-autosave.php:5493 wppa-settings-autosave.php:5542
12448
+ #: wppa-settings-autosave.php:5589 wppa-settings-autosave.php:5632
12449
+ #: wppa-settings-autosave.php:5681 wppa-settings-autosave.php:5723
12450
+ #: wppa-settings-autosave.php:5765 wppa-settings-autosave.php:5804
12451
  msgid "lightbox."
12452
  msgstr ""
12453
 
12454
+ #: wppa-settings-autosave.php:5252
12455
  msgid "SlideWidget"
12456
  msgstr ""
12457
 
12458
+ #: wppa-settings-autosave.php:5253
12459
  msgid "Slideshow widget photo link."
12460
  msgstr ""
12461
 
12462
+ #: wppa-settings-autosave.php:5254
12463
  msgid "Select the type of link the slideshow photos point to."
12464
  msgstr ""
12465
 
12466
+ #: wppa-settings-autosave.php:5295
12467
  msgid "Album widget"
12468
  msgstr ""
12469
 
12470
+ #: wppa-settings-autosave.php:5296
12471
  msgid "Album widget thumbnail link"
12472
  msgstr ""
12473
 
12474
+ #: wppa-settings-autosave.php:5297
12475
  msgid "Select the type of link the album widget photos point to."
12476
  msgstr ""
12477
 
12478
+ #: wppa-settings-autosave.php:5306
12479
  msgid "subalbums and thumbnails."
12480
  msgstr ""
12481
 
12482
+ #: wppa-settings-autosave.php:5307
12483
  msgid "slideshow."
12484
  msgstr ""
12485
 
12486
+ #: wppa-settings-autosave.php:5330
12487
  msgid "ThumbnailWidget"
12488
  msgstr ""
12489
 
12490
+ #: wppa-settings-autosave.php:5331
12491
  msgid "Thumbnail widget photo link."
12492
  msgstr ""
12493
 
12494
+ #: wppa-settings-autosave.php:5332
12495
  msgid "Select the type of link the thumbnail photos point to."
12496
  msgstr ""
12497
 
12498
+ #: wppa-settings-autosave.php:5345 wppa-settings-autosave.php:5391
12499
+ #: wppa-settings-autosave.php:5441 wppa-settings-autosave.php:5490
12500
+ #: wppa-settings-autosave.php:5539 wppa-settings-autosave.php:5629
12501
  msgid "the single photo in the style of a slideshow."
12502
  msgstr ""
12503
 
12504
+ #: wppa-settings-autosave.php:5346 wppa-settings-autosave.php:5392
12505
+ #: wppa-settings-autosave.php:5442 wppa-settings-autosave.php:5491
12506
+ #: wppa-settings-autosave.php:5540 wppa-settings-autosave.php:5630
12507
+ #: wppa-settings-autosave.php:5806
12508
  msgid "the fs photo with download and print buttons."
12509
  msgstr ""
12510
 
12511
+ #: wppa-settings-autosave.php:5373
12512
  msgid "TopTenWidget"
12513
  msgstr ""
12514
 
12515
+ #: wppa-settings-autosave.php:5374
12516
  msgid "TopTen widget photo link."
12517
  msgstr ""
12518
 
12519
+ #: wppa-settings-autosave.php:5375
12520
  msgid "Select the type of link the top ten photos point to."
12521
  msgstr ""
12522
 
12523
+ #: wppa-settings-autosave.php:5386
12524
  msgid "the content of the virtual topten album."
12525
  msgstr ""
12526
 
12527
+ #: wppa-settings-autosave.php:5387 wppa-settings-autosave.php:5437
12528
+ #: wppa-settings-autosave.php:5486 wppa-settings-autosave.php:5535
12529
  msgid "the content of the thumbnails album."
12530
  msgstr ""
12531
 
12532
+ #: wppa-settings-autosave.php:5389 wppa-settings-autosave.php:5439
12533
+ #: wppa-settings-autosave.php:5488 wppa-settings-autosave.php:5537
12534
+ #: wppa-settings-autosave.php:5627
12535
  msgid "the thumbnails album in a slideshow."
12536
  msgstr ""
12537
 
12538
+ #: wppa-settings-autosave.php:5423
12539
  msgid "LasTenWidget"
12540
  msgstr ""
12541
 
12542
+ #: wppa-settings-autosave.php:5424
12543
  msgid "Last Ten widget photo link."
12544
  msgstr ""
12545
 
12546
+ #: wppa-settings-autosave.php:5425
12547
  msgid "Select the type of link the last ten photos point to."
12548
  msgstr ""
12549
 
12550
+ #: wppa-settings-autosave.php:5436
12551
  msgid "the content of the virtual lasten album."
12552
  msgstr ""
12553
 
12554
+ #: wppa-settings-autosave.php:5472
12555
  msgid "CommentWidget"
12556
  msgstr ""
12557
 
12558
+ #: wppa-settings-autosave.php:5473
12559
  msgid "Comment widget photo link."
12560
  msgstr ""
12561
 
12562
+ #: wppa-settings-autosave.php:5474
12563
  msgid "Select the type of link the comment widget photos point to."
12564
  msgstr ""
12565
 
12566
+ #: wppa-settings-autosave.php:5485
12567
  msgid "the content of the virtual comten album."
12568
  msgstr ""
12569
 
12570
+ #: wppa-settings-autosave.php:5521
12571
  msgid "FeaTenWidget"
12572
  msgstr ""
12573
 
12574
+ #: wppa-settings-autosave.php:5522
12575
  msgid "FeaTen widget photo link."
12576
  msgstr ""
12577
 
12578
+ #: wppa-settings-autosave.php:5523
12579
  msgid "Select the type of link the featured ten photos point to."
12580
  msgstr ""
12581
 
12582
+ #: wppa-settings-autosave.php:5534
12583
  msgid "the content of the virtual featen album."
12584
  msgstr ""
12585
 
12586
+ #: wppa-settings-autosave.php:5569
12587
  msgid "Links from other WPPA+ images"
12588
  msgstr ""
12589
 
12590
+ #: wppa-settings-autosave.php:5571
12591
  msgid "Cover Image"
12592
  msgstr ""
12593
 
12594
+ #: wppa-settings-autosave.php:5572
12595
  msgid "The link from the cover image of an album."
12596
  msgstr ""
12597
 
12598
+ #: wppa-settings-autosave.php:5573
12599
  msgid "Select the type of link the coverphoto points to."
12600
  msgstr ""
12601
 
12602
+ #: wppa-settings-autosave.php:5574
12603
  msgid "The link from the album title can be configured on the Edit Album page."
12604
  msgstr ""
12605
 
12606
+ #: wppa-settings-autosave.php:5575
12607
  msgid "This link will be used for the photo also if you select: same as title."
12608
  msgstr ""
12609
 
12610
+ #: wppa-settings-autosave.php:5576
12611
  msgid ""
12612
  "If you specify New Tab on this line, all links from the cover will open a "
12613
  "new tab,"
12614
  msgstr ""
12615
 
12616
+ #: wppa-settings-autosave.php:5577
12617
  msgid "except when Ajax is activated on Table IV-A1."
12618
  msgstr ""
12619
 
12620
+ #: wppa-settings-autosave.php:5590
12621
  msgid "a slideshow starting at the photo"
12622
  msgstr ""
12623
 
12624
+ #: wppa-settings-autosave.php:5611
12625
  msgid "Thumbnail"
12626
  msgstr ""
12627
 
12628
+ #: wppa-settings-autosave.php:5612
12629
  msgid "Thumbnail link."
12630
  msgstr ""
12631
 
12632
+ #: wppa-settings-autosave.php:5613 wppa-settings-autosave.php:5665
12633
+ #: wppa-settings-autosave.php:5707
12634
  msgid "Select the type of link you want, or no link at all."
12635
  msgstr ""
12636
 
12637
+ #: wppa-settings-autosave.php:5614 wppa-settings-autosave.php:5666
12638
+ #: wppa-settings-autosave.php:5708 wppa-settings-autosave.php:5750
12639
  msgid ""
12640
  "If you select the fullsize photo on its own, it will be stretched to fit, "
12641
  "regardless of that setting."
12642
  msgstr ""
12643
 
12644
+ #: wppa-settings-autosave.php:5615 wppa-settings-autosave.php:5667
12645
+ #: wppa-settings-autosave.php:5709 wppa-settings-autosave.php:5751
12646
  msgid ""
12647
  "Note that a page must have at least [wppa][/wppa] in its content to show up "
12648
  "the photo(s)."
12649
  msgstr ""
12650
 
12651
+ #: wppa-settings-autosave.php:5646
12652
  msgid "Auto Page"
12653
  msgstr ""
12654
 
12655
+ #: wppa-settings-autosave.php:5663
12656
  msgid "Sphoto"
12657
  msgstr ""
12658
 
12659
+ #: wppa-settings-autosave.php:5664
12660
  msgid "Single photo link."
12661
  msgstr ""
12662
 
12663
+ #: wppa-settings-autosave.php:5705
12664
  msgid "Mphoto"
12665
  msgstr ""
12666
 
12667
+ #: wppa-settings-autosave.php:5706
12668
+ msgid "Media-like (like WP photo with caption) photo link."
12669
  msgstr ""
12670
 
12671
+ #: wppa-settings-autosave.php:5747
12672
  msgid "Xphoto"
12673
  msgstr ""
12674
 
12675
+ #: wppa-settings-autosave.php:5748
12676
+ msgid "Media-like (like WP photo with - extended - caption) photo link."
12677
+ msgstr ""
12678
+
12679
+ #: wppa-settings-autosave.php:5749
12680
+ msgid ""
12681
+ "Select the type of link you want, or no link at all, to act on a photo in "
12682
+ "the style of s wp photo with - an extended - caption."
12683
  msgstr ""
12684
 
12685
+ #: wppa-settings-autosave.php:5790
12686
  msgid "Slideshow fullsize link"
12687
  msgstr ""
12688
 
12689
+ #: wppa-settings-autosave.php:5791
12690
  msgid ""
12691
  "You can overrule lightbox but not big browse buttons with the photo specifc "
12692
  "link."
12693
  msgstr ""
12694
 
12695
+ #: wppa-settings-autosave.php:5792
12696
  msgid "fullsize slideshow can only be set by the WPPA_SET shortcode."
12697
  msgstr ""
12698
 
12699
+ #: wppa-settings-autosave.php:5805
12700
  msgid "lightbox single photos."
12701
  msgstr ""
12702
 
12703
+ #: wppa-settings-autosave.php:5807
12704
  msgid "the thumbnails."
12705
  msgstr ""
12706
 
12707
+ #: wppa-settings-autosave.php:5808
12708
  msgid "fullsize slideshow"
12709
  msgstr ""
12710
 
12711
+ #: wppa-settings-autosave.php:5833
12712
  msgid "Film linktype"
12713
  msgstr ""
12714
 
12715
+ #: wppa-settings-autosave.php:5834
12716
  msgid "Direct access goto image in:"
12717
  msgstr ""
12718
 
12719
+ #: wppa-settings-autosave.php:5835
12720
  msgid ""
12721
  "Select the action to be taken when the user clicks on a filmstrip image."
12722
  msgstr ""
12723
 
12724
+ #: wppa-settings-autosave.php:5840
12725
  msgid "slideshow window"
12726
  msgstr ""
12727
 
12728
+ #: wppa-settings-autosave.php:5841
12729
  msgid "lightbox overlay"
12730
  msgstr ""
12731
 
12732
+ #: wppa-settings-autosave.php:5856
12733
  msgid "Other links"
12734
  msgstr ""
12735
 
12736
+ #: wppa-settings-autosave.php:5858
12737
  msgid "Download Link (aka Art Monkey link)"
12738
  msgstr ""
12739
 
12740
+ #: wppa-settings-autosave.php:5859
12741
  msgid "Makes the photo name a download button."
12742
  msgstr ""
12743
 
12744
+ #: wppa-settings-autosave.php:5860
12745
  msgid "Link Photo name in slideshow to file or zip with photoname as filename."
12746
  msgstr ""
12747
 
12748
+ #: wppa-settings-autosave.php:5864 wppa-settings-autosave.php:5911
12749
  msgid "image file"
12750
  msgstr ""
12751
 
12752
+ #: wppa-settings-autosave.php:5865 wppa-settings-autosave.php:5912
12753
  msgid "zipped image"
12754
  msgstr ""
12755
 
12756
+ #: wppa-settings-autosave.php:5878
12757
  msgid "Art Monkey Source"
12758
  msgstr ""
12759
 
12760
+ #: wppa-settings-autosave.php:5879
12761
  msgid "Use Source file for art monkey link if available."
12762
  msgstr ""
12763
 
12764
+ #: wppa-settings-autosave.php:5888
12765
  msgid "Art Monkey Display"
12766
  msgstr ""
12767
 
12768
+ #: wppa-settings-autosave.php:5889
12769
  msgid "Select button or link ( text )."
12770
  msgstr ""
12771
 
12772
+ #: wppa-settings-autosave.php:5894
12773
  msgid "Textlink"
12774
  msgstr ""
12775
 
12776
+ #: wppa-settings-autosave.php:5906
12777
  msgid "Popup Download Link"
12778
  msgstr ""
12779
 
12780
+ #: wppa-settings-autosave.php:5907
12781
  msgid "Configure the download link on fullsize popups."
12782
  msgstr ""
12783
 
12784
+ #: wppa-settings-autosave.php:5908
12785
  msgid "Link fullsize popup download button to either image or zip file."
12786
  msgstr ""
12787
 
12788
+ #: wppa-settings-autosave.php:5924
12789
  msgid "Download link on lightbox"
12790
  msgstr ""
12791
 
12792
+ #: wppa-settings-autosave.php:5925
12793
  msgid "Art monkey link on lightbox photo names."
12794
  msgstr ""
12795
 
12796
+ #: wppa-settings-autosave.php:5934
12797
  msgid "Album download link"
12798
  msgstr ""
12799
 
12800
+ #: wppa-settings-autosave.php:5935
12801
  msgid "Place an album download link on the album covers"
12802
  msgstr ""
12803
 
12804
+ #: wppa-settings-autosave.php:5936
12805
  msgid "Creates a download zipfile containing the photos of the album"
12806
  msgstr ""
12807
 
12808
+ #: wppa-settings-autosave.php:5944
12809
  msgid "Album download Source"
12810
  msgstr ""
12811
 
12812
+ #: wppa-settings-autosave.php:5945
12813
  msgid "Use Source file for album download link if available."
12814
  msgstr ""
12815
 
12816
+ #: wppa-settings-autosave.php:5954
12817
  msgid "Tagcloud Link"
12818
  msgstr ""
12819
 
12820
+ #: wppa-settings-autosave.php:5955
12821
  msgid "Configure the link from the tags in the tag cloud."
12822
  msgstr ""
12823
 
12824
+ #: wppa-settings-autosave.php:5956
12825
  msgid "Link the tag words to either the thumbnails or the slideshow."
12826
  msgstr ""
12827
 
12828
+ #: wppa-settings-autosave.php:5957 wppa-settings-autosave.php:5991
12829
+ #: wppa-settings-autosave.php:6140
12830
+ msgid ""
12831
+ "The Occur(rance) indicates the sequence number of the [wppa][/wppa] "
12832
+ "shortcode on the landing page to be used."
12833
+ msgstr ""
12834
+
12835
+ #: wppa-settings-autosave.php:5981 wppa-settings-autosave.php:6015
12836
+ #: wppa-settings-autosave.php:6163
12837
  msgid "Occur"
12838
  msgstr ""
12839
 
12840
+ #: wppa-settings-autosave.php:5988
12841
  msgid "Multitag Link"
12842
  msgstr ""
12843
 
12844
+ #: wppa-settings-autosave.php:5989
12845
  msgid "Configure the link from the multitag selection."
12846
  msgstr ""
12847
 
12848
+ #: wppa-settings-autosave.php:5990
12849
  msgid "Link to either the thumbnails or the slideshow."
12850
  msgstr ""
12851
 
12852
+ #: wppa-settings-autosave.php:6022
12853
  msgid "Super View Landing"
12854
  msgstr ""
12855
 
12856
+ #: wppa-settings-autosave.php:6023
12857
  msgid "The landing page for the Super View widget."
12858
  msgstr ""
12859
 
12860
+ #: wppa-settings-autosave.php:6031
12861
  msgid "Defined by the visitor"
12862
  msgstr ""
12863
 
12864
+ #: wppa-settings-autosave.php:6044
12865
  msgid "Uploader Landing"
12866
  msgstr ""
12867
 
12868
+ #: wppa-settings-autosave.php:6045
12869
  msgid "Select the landing page for the Uploader Widget"
12870
  msgstr ""
12871
 
12872
+ #: wppa-settings-autosave.php:6065
12873
  msgid "Bestof Landing"
12874
  msgstr ""
12875
 
12876
+ #: wppa-settings-autosave.php:6066
12877
  msgid "Select the landing page for the BestOf Widget / Box"
12878
  msgstr ""
12879
 
12880
+ #: wppa-settings-autosave.php:6086
12881
  msgid "Album navigator Link"
12882
  msgstr ""
12883
 
12884
+ #: wppa-settings-autosave.php:6087
12885
  msgid "Select link type and page for the Album navigator Widget"
12886
  msgstr ""
12887
 
12888
+ #: wppa-settings-autosave.php:6115
12889
  msgid "Supersearch Landing"
12890
  msgstr ""
12891
 
12892
+ #: wppa-settings-autosave.php:6116
12893
  msgid "Select the landing page for the Supersearch Box"
12894
  msgstr ""
12895
 
12896
+ #: wppa-settings-autosave.php:6136
12897
  msgid "SM widget return"
12898
  msgstr ""
12899
 
12900
+ #: wppa-settings-autosave.php:6137
12901
  msgid "Select the return link for social media from widgets"
12902
  msgstr ""
12903
 
12904
+ #: wppa-settings-autosave.php:6138
12905
  msgid ""
12906
  "If you select Landing page, and it wont work, it may be required to set the "
12907
  "Occur to the sequence number of the landing shortcode on the page."
12908
  msgstr ""
12909
 
12910
+ #: wppa-settings-autosave.php:6139
12911
  msgid ""
12912
  "Normally it is 1, but you can try 2 etc. Always create a new shared link to "
12913
  "test a setting."
12914
  msgstr ""
12915
 
12916
+ #: wppa-settings-autosave.php:6148
12917
  msgid "Home page"
12918
  msgstr ""
12919
 
12920
+ #: wppa-settings-autosave.php:6171
12921
  msgid "Album cover subalbums link"
12922
  msgstr ""
12923
 
12924
+ #: wppa-settings-autosave.php:6172
12925
  msgid ""
12926
  "Select the linktype and display type for sub-albums on parent album covers."
12927
  msgstr ""
12928
 
12929
+ #: wppa-settings-autosave.php:6180
12930
  msgid "No link at all"
12931
  msgstr ""
12932
 
12933
+ #: wppa-settings-autosave.php:6181
12934
  msgid "Thumbnails and covers"
12935
  msgstr ""
12936
 
12937
+ #: wppa-settings-autosave.php:6182
12938
  msgid "Slideshow or covers"
12939
  msgstr ""
12940
 
12941
+ #: wppa-settings-autosave.php:6192
12942
  msgid "No display at all"
12943
  msgstr ""
12944
 
12945
+ #: wppa-settings-autosave.php:6193
12946
  msgid "A list with sub(sub) albums"
12947
  msgstr ""
12948
 
12949
+ #: wppa-settings-autosave.php:6194
12950
  msgid "A list of children only"
12951
  msgstr ""
12952
 
12953
+ #: wppa-settings-autosave.php:6195
12954
  msgid "An enumeration of names"
12955
  msgstr ""
12956
 
12957
+ #: wppa-settings-autosave.php:6196
12958
  msgid "Micro thumbnails"
12959
  msgstr ""
12960
 
12961
+ #: wppa-settings-autosave.php:6234
12962
  msgid "Table VII:"
12963
  msgstr ""
12964
 
12965
+ #: wppa-settings-autosave.php:6234
12966
  msgid "Permissions and Restrictions:"
12967
  msgstr ""
12968
 
12969
+ #: wppa-settings-autosave.php:6235
12970
  msgid ""
12971
  "This table describes the access settings for admin and front-end activities."
12972
  msgstr ""
12973
 
12974
+ #: wppa-settings-autosave.php:6263
12975
+ msgid ""
12976
+ "User can add/edit his own or all albums, depending on VII-D1.1. The "
12977
+ "administrator and wppa superuser can do anything"
12978
+ msgstr ""
12979
+
12980
+ #: wppa-settings-autosave.php:6264
12981
+ msgid "Enables the Upload Photos admin screen"
12982
+ msgstr ""
12983
+
12984
+ #: wppa-settings-autosave.php:6265
12985
+ msgid "Enables the Import Photos amin screen"
12986
+ msgstr ""
12987
+
12988
+ #: wppa-settings-autosave.php:6266
12989
+ msgid ""
12990
+ "Enables the capability to change status and edit new photos and approve "
12991
+ "comments"
12992
+ msgstr ""
12993
+
12994
+ #: wppa-settings-autosave.php:6267
12995
+ msgid "Enables the Export Photos admin screen"
12996
+ msgstr ""
12997
+
12998
+ #: wppa-settings-autosave.php:6268
12999
+ msgid "Enables this settings screen"
13000
+ msgstr ""
13001
+
13002
+ #: wppa-settings-autosave.php:6269
13003
+ msgid "Enables the photo of the day settings screen"
13004
  msgstr ""
13005
 
13006
+ #: wppa-settings-autosave.php:6270
13007
+ msgid "Enables the Comment admin screen"
13008
  msgstr ""
13009
 
13010
+ #: wppa-settings-autosave.php:6271
13011
+ msgid "Enables the Documentation screen"
13012
  msgstr ""
13013
 
13014
+ #: wppa-settings-autosave.php:6273
13015
  msgid "Role"
13016
  msgstr ""
13017
 
13018
+ #: wppa-settings-autosave.php:6282
13019
  msgid ""
13020
+ "Admin settings per user role. These settings define the display of the Photo "
13021
+ "Albums sub-menu items."
13022
  msgstr ""
13023
 
13024
+ #: wppa-settings-autosave.php:6309
13025
  msgid "Frontend create Albums and upload Photos enabling and limiting settings"
13026
  msgstr ""
13027
 
13028
+ #: wppa-settings-autosave.php:6311
13029
  msgid "User create Albums"
13030
  msgstr ""
13031
 
13032
+ #: wppa-settings-autosave.php:6312
13033
  msgid "Enable frontend album creation."
13034
  msgstr ""
13035
 
13036
+ #: wppa-settings-autosave.php:6313
13037
  msgid "If you check this item, frontend album creation will be enabled."
13038
  msgstr ""
13039
 
13040
+ #: wppa-settings-autosave.php:6323
13041
  msgid "User edit album"
13042
  msgstr ""
13043
 
13044
+ #: wppa-settings-autosave.php:6324
13045
  msgid "Enable frontend edit album name and description."
13046
  msgstr ""
13047
 
13048
+ #: wppa-settings-autosave.php:6334
13049
  msgid "User delete Albums"
13050
  msgstr ""
13051
 
13052
+ #: wppa-settings-autosave.php:6335
13053
  msgid "Enable frontend album deletion"
13054
  msgstr ""
13055
 
13056
+ #: wppa-settings-autosave.php:6336
13057
  msgid "If you check this item, frontend album deletion will be enabled."
13058
  msgstr ""
13059
 
13060
+ #: wppa-settings-autosave.php:6346
13061
+ msgid "User create notify"
13062
+ msgstr ""
13063
+
13064
+ #: wppa-settings-autosave.php:6347
13065
+ msgid "Notify these users when an album is created at the front-end"
13066
+ msgstr ""
13067
+
13068
+ #: wppa-settings-autosave.php:6348
13069
+ msgid "Enter login names seperated by comma's (,)"
13070
+ msgstr ""
13071
+
13072
+ #: wppa-settings-autosave.php:6357
13073
  msgid "User create Albums login"
13074
  msgstr ""
13075
 
13076
+ #: wppa-settings-autosave.php:6358
13077
  msgid "Frontend album creation requires the user is logged in."
13078
  msgstr ""
13079
 
13080
+ #: wppa-settings-autosave.php:6369
13081
  msgid "User create Albums Captcha"
13082
  msgstr ""
13083
 
13084
+ #: wppa-settings-autosave.php:6370
13085
  msgid "User must answer security question."
13086
  msgstr ""
13087
 
13088
+ #: wppa-settings-autosave.php:6391
13089
+ msgid "Logged out"
13090
+ msgstr ""
13091
+
13092
+ #: wppa-settings-autosave.php:6397
13093
  #, php-format
13094
  msgid "Upload limit %s"
13095
  msgstr ""
13096
 
13097
+ #: wppa-settings-autosave.php:6398
13098
  msgid "Limit upload capacity for logged out users."
13099
  msgstr ""
13100
 
13101
+ #: wppa-settings-autosave.php:6399
13102
  #, php-format
13103
  msgid "Limit upload capacity for the user role %s."
13104
  msgstr ""
13105
 
13106
+ #: wppa-settings-autosave.php:6400
13107
  msgid "This setting has only effect when Table VII-B2 is unchecked."
13108
  msgstr ""
13109
 
13110
+ #: wppa-settings-autosave.php:6401
13111
  msgid ""
13112
  "This limitation only applies to frontend uploads when the same userrole does "
13113
  "not have the Upload checkbox checked in Table VII-A."
13114
  msgstr ""
13115
 
13116
+ #: wppa-settings-autosave.php:6402 wppa-settings-autosave.php:6420
13117
+ #: wppa-settings-autosave.php:8489
13118
  msgid "A value of 0 means: no limit."
13119
  msgstr ""
13120
 
13121
+ #: wppa-settings-autosave.php:6416
13122
  #, php-format
13123
  msgid "Album limit %s"
13124
  msgstr ""
13125
 
13126
+ #: wppa-settings-autosave.php:6417
13127
+ msgid "Limit number of albums for logged out users."
13128
+ msgstr ""
13129
+
13130
+ #: wppa-settings-autosave.php:6418
13131
  #, php-format
13132
  msgid "Limit number of albums for the user role %s."
13133
  msgstr ""
13134
 
13135
+ #: wppa-settings-autosave.php:6419
13136
  msgid ""
13137
  "This limitation only applies to frontend create albums when the same "
13138
  "userrole does not have the Album admin checkbox checked in Table VII-A."
13139
  msgstr ""
13140
 
13141
+ #: wppa-settings-autosave.php:6431
13142
  msgid "Upload one only"
13143
  msgstr ""
13144
 
13145
+ #: wppa-settings-autosave.php:6432
13146
  msgid "Non admin users can upload only one photo at a time."
13147
  msgstr ""
13148
 
13149
+ #: wppa-settings-autosave.php:6442
13150
  msgid "Upload moderation"
13151
  msgstr ""
13152
 
13153
+ #: wppa-settings-autosave.php:6443
13154
  msgid "Uploaded photos need moderation."
13155
  msgstr ""
13156
 
13157
+ #: wppa-settings-autosave.php:6444
13158
  msgid ""
13159
  "If checked, photos uploaded by users who do not have photo album admin "
13160
  "access rights need moderation."
13161
  msgstr ""
13162
 
13163
+ #: wppa-settings-autosave.php:6445
13164
  msgid ""
13165
  "Users who have photo album admin access rights can change the photo status "
13166
  "to publish or featured."
13167
  msgstr ""
13168
 
13169
+ #: wppa-settings-autosave.php:6446
13170
  msgid "You can set the album admin access rights in Table VII-A."
13171
  msgstr ""
13172
 
13173
+ #: wppa-settings-autosave.php:6455
13174
  msgid "FE Upload private"
13175
  msgstr ""
13176
 
13177
+ #: wppa-settings-autosave.php:6456
13178
  msgid "Front-end uploaded photos status is set to private."
13179
  msgstr ""
13180
 
13181
+ #: wppa-settings-autosave.php:6457
13182
  msgid "This setting overrules VI-B7.0."
13183
  msgstr ""
13184
 
13185
+ #: wppa-settings-autosave.php:6466
13186
+ msgid "Notify approve photo"
13187
+ msgstr ""
13188
+
13189
+ #: wppa-settings-autosave.php:6467
13190
+ msgid "Send an email to the owner when a photo is approved"
13191
+ msgstr ""
13192
+
13193
+ #: wppa-settings-autosave.php:6477
13194
  msgid "Upload notify"
13195
  msgstr ""
13196
 
13197
+ #: wppa-settings-autosave.php:6478
13198
  msgid "Notify admin at frontend upload."
13199
  msgstr ""
13200
 
13201
+ #: wppa-settings-autosave.php:6479 wppa-settings-autosave.php:6490
13202
  msgid "If checked, admin will receive a notification by email."
13203
  msgstr ""
13204
 
13205
+ #: wppa-settings-autosave.php:6488
13206
  msgid "Upload backend notify"
13207
  msgstr ""
13208
 
13209
+ #: wppa-settings-autosave.php:6489
13210
  msgid "Notify admin at backend upload."
13211
  msgstr ""
13212
 
13213
+ #: wppa-settings-autosave.php:6499
13214
  msgid "Min size in pixels"
13215
  msgstr ""
13216
 
13217
+ #: wppa-settings-autosave.php:6500
13218
  msgid "Min size for height and width for front-end uploads."
13219
  msgstr ""
13220
 
13221
+ #: wppa-settings-autosave.php:6501
13222
  msgid "Enter the minimum size."
13223
  msgstr ""
13224
 
13225
+ #: wppa-settings-autosave.php:6510
13226
  msgid "Max size in pixels"
13227
  msgstr ""
13228
 
13229
+ #: wppa-settings-autosave.php:6511
13230
  msgid "Max size for height and width for front-end uploads."
13231
  msgstr ""
13232
 
13233
+ #: wppa-settings-autosave.php:6512
13234
  msgid "Enter the maximum size. 0 is unlimited"
13235
  msgstr ""
13236
 
13237
+ #: wppa-settings-autosave.php:6521
13238
  msgid "Home after Upload"
13239
  msgstr ""
13240
 
13241
+ #: wppa-settings-autosave.php:6522
13242
  msgid "After successfull front-end upload, go to the home page."
13243
  msgstr ""
13244
 
13245
+ #: wppa-settings-autosave.php:6532
13246
  msgid "Fe alert"
13247
  msgstr ""
13248
 
13249
+ #: wppa-settings-autosave.php:6533
13250
  msgid "Show alertbox on front-end."
13251
  msgstr ""
13252
 
13253
+ #: wppa-settings-autosave.php:6534
13254
  msgid ""
13255
  "Errors are always reported, credit points only when --- none --- is not "
13256
  "selected"
13257
  msgstr ""
13258
 
13259
+ #: wppa-settings-autosave.php:6537
13260
  msgid "uploads and create albums"
13261
  msgstr ""
13262
 
13263
+ #: wppa-settings-autosave.php:6538
13264
  msgid "blog it"
13265
  msgstr ""
13266
 
13267
+ #: wppa-settings-autosave.php:6553
13268
  msgid "Max fe upload albums"
13269
  msgstr ""
13270
 
13271
+ #: wppa-settings-autosave.php:6554
13272
  msgid "Max number of albums in frontend upload selection box."
13273
  msgstr ""
13274
 
13275
+ #: wppa-settings-autosave.php:6566
13276
  msgid "Admin Functionality restrictions for non administrators"
13277
  msgstr ""
13278
 
13279
+ #: wppa-settings-autosave.php:6568
13280
  msgid "Alt thumb is restricted"
13281
  msgstr ""
13282
 
13283
+ #: wppa-settings-autosave.php:6569
13284
  msgid "Using <b>alt thumbsize</b> is a restricted action."
13285
  msgstr ""
13286
 
13287
+ #: wppa-settings-autosave.php:6570
13288
  msgid ""
13289
  "If checked: alt thumbsize can not be set in album admin by users not having "
13290
  "admin rights."
13291
  msgstr ""
13292
 
13293
+ #: wppa-settings-autosave.php:6579
13294
  msgid "Link is restricted"
13295
  msgstr ""
13296
 
13297
+ #: wppa-settings-autosave.php:6580
13298
  msgid "Using <b>Link to</b> is a restricted action."
13299
  msgstr ""
13300
 
13301
+ #: wppa-settings-autosave.php:6581
13302
  msgid ""
13303
  "If checked: Link to: can not be set in album admin by users not having admin "
13304
  "rights."
13305
  msgstr ""
13306
 
13307
+ #: wppa-settings-autosave.php:6590
13308
  msgid "CoverType is restricted"
13309
  msgstr ""
13310
 
13311
+ #: wppa-settings-autosave.php:6591
13312
  msgid "Changing <b>Cover Type</b> is a restricted action."
13313
  msgstr ""
13314
 
13315
+ #: wppa-settings-autosave.php:6592
13316
  msgid ""
13317
  "If checked: Cover Type: can not be set in album admin by users not having "
13318
  "admin rights."
13319
  msgstr ""
13320
 
13321
+ #: wppa-settings-autosave.php:6601
13322
  msgid "Photo order# is restricted"
13323
  msgstr ""
13324
 
13325
+ #: wppa-settings-autosave.php:6602
13326
  msgid "Changing <b>Photo sort order #</b> is a restricted action."
13327
  msgstr ""
13328
 
13329
+ #: wppa-settings-autosave.php:6603
13330
  msgid ""
13331
  "If checked: Photo sort order #: can not be set in photo admin by users not "
13332
  "having admin rights."
13333
  msgstr ""
13334
 
13335
+ #: wppa-settings-autosave.php:6612
13336
  msgid "Change source restricted"
13337
  msgstr ""
13338
 
13339
+ #: wppa-settings-autosave.php:6613
13340
  msgid "Changing the import source dir requires admin rights."
13341
  msgstr ""
13342
 
13343
+ #: wppa-settings-autosave.php:6614
13344
  msgid ""
13345
  "If checked, the imput source for importing photos and albums is restricted "
13346
  "to user role administrator."
13347
  msgstr ""
13348
 
13349
+ #: wppa-settings-autosave.php:6623
13350
  msgid "Extended status restricted"
13351
  msgstr ""
13352
 
13353
+ #: wppa-settings-autosave.php:6624
13354
  msgid "Setting status other than pending or publish requires admin rights."
13355
  msgstr ""
13356
 
13357
+ #: wppa-settings-autosave.php:6634
13358
  msgid "Photo description restricted"
13359
  msgstr ""
13360
 
13361
+ #: wppa-settings-autosave.php:6635
13362
  msgid "Edit photo description requires admin rights."
13363
  msgstr ""
13364
 
13365
+ #: wppa-settings-autosave.php:6645
13366
  msgid "Update photofiles restricted"
13367
  msgstr ""
13368
 
13369
+ #: wppa-settings-autosave.php:6646
13370
  msgid "Re-upload files requires admin rights"
13371
  msgstr ""
13372
 
13373
+ #: wppa-settings-autosave.php:6656
13374
+ msgid "New tags restricted"
13375
+ msgstr ""
13376
+
13377
+ #: wppa-settings-autosave.php:6657
13378
+ msgid "Creating new tags requires admin rights"
13379
+ msgstr ""
13380
+
13381
+ #: wppa-settings-autosave.php:6658
13382
+ msgid "If ticked, users can ony use existing tags"
13383
+ msgstr ""
13384
+
13385
+ #: wppa-settings-autosave.php:6667
13386
  msgid "Miscellaneous limiting settings"
13387
  msgstr ""
13388
 
13389
+ #: wppa-settings-autosave.php:6669
13390
  msgid "Owners only"
13391
  msgstr ""
13392
 
13393
+ #: wppa-settings-autosave.php:6670
13394
  msgid "Limit edit album access to the album owners only."
13395
  msgstr ""
13396
 
13397
+ #: wppa-settings-autosave.php:6671
13398
  msgid "If checked, non-admin users can edit their own albums only."
13399
  msgstr ""
13400
 
13401
+ #: wppa-settings-autosave.php:6680
13402
  msgid "Upload Owners only"
13403
  msgstr ""
13404
 
13405
+ #: wppa-settings-autosave.php:6681
13406
  msgid "Limit uploads to the album owners only."
13407
  msgstr ""
13408
 
13409
+ #: wppa-settings-autosave.php:6682
13410
  msgid ""
13411
  "If checked, users can upload to their own albums and --- public --- only."
13412
  msgstr ""
13413
 
13414
+ #: wppa-settings-autosave.php:6691
13415
  msgid "Frontend Edit"
13416
  msgstr ""
13417
 
13418
+ #: wppa-settings-autosave.php:6692
13419
  msgid "Allow the uploader to edit the photo info"
13420
  msgstr ""
13421
 
13422
+ #: wppa-settings-autosave.php:6693
13423
  msgid ""
13424
  "If selected, any logged in user who meets the criteria has the capability to "
13425
  "edit the photo information."
13426
  msgstr ""
13427
 
13428
+ #: wppa-settings-autosave.php:6694
13429
  msgid "Note: This may be AFTER moderation!!"
13430
  msgstr ""
13431
 
13432
+ #: wppa-settings-autosave.php:6696
13433
  msgid "Classic"
13434
  msgstr ""
13435
 
13436
+ #: wppa-settings-autosave.php:6696
13437
  msgid "New style"
13438
  msgstr ""
13439
 
13440
+ #: wppa-settings-autosave.php:6705
13441
  msgid "Fe Edit users"
13442
  msgstr ""
13443
 
13444
+ #: wppa-settings-autosave.php:6706
13445
  msgid "The criteria the user must meet to edit photo info"
13446
  msgstr ""
13447
 
13448
+ #: wppa-settings-autosave.php:6709
13449
  msgid "Admin and superuser"
13450
  msgstr ""
13451
 
13452
+ #: wppa-settings-autosave.php:6709
13453
  msgid "Owner, admin and superuser"
13454
  msgstr ""
13455
 
13456
+ #: wppa-settings-autosave.php:6718
13457
  msgid "Fe Edit Theme CSS"
13458
  msgstr ""
13459
 
13460
+ #: wppa-settings-autosave.php:6719
13461
  msgid "The front-end edit photo dialog uses the theme CSS."
13462
  msgstr ""
13463
 
13464
+ #: wppa-settings-autosave.php:6720
13465
+ msgid "This setting has effect when Table VII D2.1 is set to 'classic' only."
13466
+ msgstr ""
13467
+
13468
+ #: wppa-settings-autosave.php:6729
13469
  msgid "Fe Edit New Items"
13470
  msgstr ""
13471
 
13472
+ #: wppa-settings-autosave.php:6730
13473
  msgid "The items that are fe editable"
13474
  msgstr ""
13475
 
13476
+ #: wppa-settings-autosave.php:6731
13477
  msgid "See also Table II-J10!"
13478
  msgstr ""
13479
 
13480
+ #: wppa-settings-autosave.php:6744
13481
  msgid "Fe Edit Button text"
13482
  msgstr ""
13483
 
13484
+ #: wppa-settings-autosave.php:6745
13485
  msgid "The text on the Edit button."
13486
  msgstr ""
13487
 
13488
+ #: wppa-settings-autosave.php:6755
13489
  msgid "Fe Edit Dialog caption"
13490
  msgstr ""
13491
 
13492
+ #: wppa-settings-autosave.php:6756
13493
  msgid "The text on the header of the popup."
13494
  msgstr ""
13495
 
13496
+ #: wppa-settings-autosave.php:6766
13497
  msgid "Frontend Delete"
13498
  msgstr ""
13499
 
13500
+ #: wppa-settings-autosave.php:6767
13501
  msgid "Allow the uploader to delete the photo"
13502
  msgstr ""
13503
 
13504
+ #: wppa-settings-autosave.php:6777
13505
  msgid "Uploader Moderate Comment"
13506
  msgstr ""
13507
 
13508
+ #: wppa-settings-autosave.php:6778
13509
  msgid "The owner of the photo can moderate the photos comments."
13510
  msgstr ""
13511
 
13512
+ #: wppa-settings-autosave.php:6779
13513
  msgid "This setting requires \"Uploader edit\" to be enabled also."
13514
  msgstr ""
13515
 
13516
+ #: wppa-settings-autosave.php:6788
13517
  msgid "Upload memory check frontend"
13518
  msgstr ""
13519
 
13520
+ #: wppa-settings-autosave.php:6789 wppa-settings-autosave.php:6800
13521
  msgid "Disable uploading photos that are too large."
13522
  msgstr ""
13523
 
13524
+ #: wppa-settings-autosave.php:6790 wppa-settings-autosave.php:6801
13525
  msgid ""
13526
  "To prevent out of memory crashes during upload and possible database "
13527
  "inconsistencies, uploads can be prevented if the photos are too big."
13528
  msgstr ""
13529
 
13530
+ #: wppa-settings-autosave.php:6799
13531
  msgid "Upload memory check admin"
13532
  msgstr ""
13533
 
13534
+ #: wppa-settings-autosave.php:6810
13535
  msgid "Comment captcha"
13536
  msgstr ""
13537
 
13538
+ #: wppa-settings-autosave.php:6811
13539
  msgid "Use a simple calculate captcha on comments form."
13540
  msgstr ""
13541
 
13542
+ #: wppa-settings-autosave.php:6824
13543
  msgid "Spam lifetime"
13544
  msgstr ""
13545
 
13546
+ #: wppa-settings-autosave.php:6825
13547
  msgid "Delete spam comments when older than."
13548
  msgstr ""
13549
 
13550
+ #: wppa-settings-autosave.php:6852
13551
  msgid "Avoid duplicates"
13552
  msgstr ""
13553
 
13554
+ #: wppa-settings-autosave.php:6853
13555
  msgid "Prevent the creation of duplicate photos."
13556
  msgstr ""
13557
 
13558
+ #: wppa-settings-autosave.php:6854
13559
  msgid ""
13560
  "If checked: uploading, importing, copying or moving photos to other albums "
13561
  "will be prevented when the desitation album already contains a photo with "
13562
  "the same filename."
13563
  msgstr ""
13564
 
13565
+ #: wppa-settings-autosave.php:6863
13566
  msgid "Blacklist user"
13567
  msgstr ""
13568
 
13569
+ #: wppa-settings-autosave.php:6864
13570
  msgid "Set the status of all the users photos to 'pending'."
13571
  msgstr ""
13572
 
13573
+ #: wppa-settings-autosave.php:6865
13574
  msgid "Also inhibits further uploads."
13575
  msgstr ""
13576
 
13577
+ #: wppa-settings-autosave.php:6871
13578
  msgid "--- select a user to blacklist ---"
13579
  msgstr ""
13580
 
13581
+ #: wppa-settings-autosave.php:6881 wppa-settings-autosave.php:6886
13582
+ #: wppa-settings-autosave.php:6907 wppa-settings-autosave.php:6945
13583
+ #: wppa-settings-autosave.php:6950 wppa-settings-autosave.php:6971
13584
+ #: wppa-settings-autosave.php:9713 wppa-settings-autosave.php:9764
13585
  msgid "The page will be reloaded after the action has taken place."
13586
  msgstr ""
13587
 
13588
+ #: wppa-settings-autosave.php:6887 wppa-settings-autosave.php:6951
13589
  msgid "User login name <b>( case sensitive! )</b>:"
13590
  msgstr ""
13591
 
13592
+ #: wppa-settings-autosave.php:6895
13593
  msgid "Unblacklist user"
13594
  msgstr ""
13595
 
13596
+ #: wppa-settings-autosave.php:6896
13597
  msgid "Set the status of all the users photos to 'publish'."
13598
  msgstr ""
13599
 
13600
+ #: wppa-settings-autosave.php:6900
13601
  msgid "--- select a user to unblacklist ---"
13602
  msgstr ""
13603
 
13604
+ #: wppa-settings-autosave.php:6915
13605
  msgid "Photo owner change"
13606
  msgstr ""
13607
 
13608
+ #: wppa-settings-autosave.php:6916
13609
  msgid "Administrators can change photo owner"
13610
  msgstr ""
13611
 
13612
+ #: wppa-settings-autosave.php:6926
13613
  msgid "Super user"
13614
  msgstr ""
13615
 
13616
+ #: wppa-settings-autosave.php:6927
13617
  msgid "Give these users all rights in wppa."
13618
  msgstr ""
13619
 
13620
+ #: wppa-settings-autosave.php:6928
13621
  msgid "This gives the user all the administrator privileges within wppa."
13622
  msgstr ""
13623
 
13624
+ #: wppa-settings-autosave.php:6929
13625
  msgid ""
13626
  "Make sure the user also has a role that has all the boxes ticked in Table "
13627
  "VII-A"
13628
  msgstr ""
13629
 
13630
+ #: wppa-settings-autosave.php:6935
13631
  msgid "--- select a user to make superuser ---"
13632
  msgstr ""
13633
 
13634
+ #: wppa-settings-autosave.php:6959
13635
  msgid "Unsuper user"
13636
  msgstr ""
13637
 
13638
+ #: wppa-settings-autosave.php:6960
13639
  msgid "Remove user from super user list."
13640
  msgstr ""
13641
 
13642
+ #: wppa-settings-autosave.php:6964
13643
  msgid "--- select a user to unmake superuser ---"
13644
  msgstr ""
13645
 
13646
+ #: wppa-settings-autosave.php:6997
13647
  msgid "Table VIII:"
13648
  msgstr ""
13649
 
13650
+ #: wppa-settings-autosave.php:6997
13651
  msgid "Actions:"
13652
  msgstr ""
13653
 
13654
+ #: wppa-settings-autosave.php:6998
13655
  msgid "This table lists all actions that can be taken to the wppa+ system"
13656
  msgstr ""
13657
 
13658
+ #: wppa-settings-autosave.php:7008 wppa-settings-autosave.php:7859
13659
  msgid "Specification"
13660
  msgstr ""
13661
 
13662
+ #: wppa-settings-autosave.php:7009 wppa-settings-autosave.php:7860
13663
+ #: wppa-settings-autosave.php:10758 wppa-settings-autosave.php:10780
13664
  msgid "Do it!"
13665
  msgstr ""
13666
 
13667
+ #: wppa-settings-autosave.php:7011 wppa-settings-autosave.php:7862
13668
  msgid "To Go"
13669
  msgstr ""
13670
 
13671
+ #: wppa-settings-autosave.php:7019
13672
  msgid "Harmless and reverseable actions"
13673
  msgstr ""
13674
 
13675
+ #: wppa-settings-autosave.php:7021
13676
  msgid "Ignore concurrency"
13677
  msgstr ""
13678
 
13679
+ #: wppa-settings-autosave.php:7022
13680
  msgid "Ignore the prevention of concurrent actions."
13681
  msgstr ""
13682
 
13683
+ #: wppa-settings-autosave.php:7023
13684
  msgid ""
13685
  "This setting is meant to recover from deadlock situations only. Use with "
13686
  "care!"
13687
  msgstr ""
13688
 
13689
+ #: wppa-settings-autosave.php:7034
13690
+ msgid "Postpone cron"
13691
+ msgstr ""
13692
+
13693
+ #: wppa-settings-autosave.php:7035
13694
+ msgid "Temporary do no background processes."
13695
+ msgstr ""
13696
+
13697
+ #: wppa-settings-autosave.php:7036
13698
+ msgid ""
13699
+ "This setting is meant to be used a.o. during bulk import/upload. Use with "
13700
+ "care!"
13701
+ msgstr ""
13702
+
13703
+ #: wppa-settings-autosave.php:7047
13704
  msgid "Setup"
13705
  msgstr ""
13706
 
13707
+ #: wppa-settings-autosave.php:7048
13708
  msgid "Re-initialize plugin."
13709
  msgstr ""
13710
 
13711
+ #: wppa-settings-autosave.php:7049
13712
  msgid ""
13713
  "Re-initilizes the plugin, (re)creates database tables and sets up default "
13714
  "settings and directories if required."
13715
  msgstr ""
13716
 
13717
+ #: wppa-settings-autosave.php:7050
13718
  msgid ""
13719
  "This action may be required to setup blogs in a multiblog (network) site as "
13720
  "well as in rare cases to correct initilization errors."
13721
  msgstr ""
13722
 
13723
+ #: wppa-settings-autosave.php:7061
13724
  msgid "Backup settings"
13725
  msgstr ""
13726
 
13727
+ #: wppa-settings-autosave.php:7062
13728
  msgid "Save all settings into a backup file."
13729
  msgstr ""
13730
 
13731
+ #: wppa-settings-autosave.php:7063
13732
  msgid "Saves all the settings into a backup file"
13733
  msgstr ""
13734
 
13735
+ #: wppa-settings-autosave.php:7074
13736
  msgid "Load settings"
13737
  msgstr ""
13738
 
13739
+ #: wppa-settings-autosave.php:7075
13740
  msgid "Restore all settings from defaults, a backup or skin file."
13741
  msgstr ""
13742
 
13743
+ #: wppa-settings-autosave.php:7076
13744
  msgid ""
13745
  "Restores all the settings from the factory supplied defaults, the backup you "
13746
  "created or from a skin file."
13747
  msgstr ""
13748
 
13749
+ #: wppa-settings-autosave.php:7082
13750
  msgid "--- set to defaults ---"
13751
  msgstr ""
13752
 
13753
+ #: wppa-settings-autosave.php:7085
13754
  msgid "--- restore backup ---"
13755
  msgstr ""
13756
 
13757
+ #: wppa-settings-autosave.php:7107
13758
  msgid "Regenerate"
13759
  msgstr ""
13760
 
13761
+ #: wppa-settings-autosave.php:7108 wppa-settings-autosave.php:7109
13762
  msgid "Regenerate all thumbnails."
13763
  msgstr ""
13764
 
13765
+ #: wppa-settings-autosave.php:7112 wppa-settings-autosave.php:7229
13766
+ #: wppa-settings-autosave.php:7310 wppa-settings-autosave.php:7568
13767
  msgid "Skip one"
13768
  msgstr ""
13769
 
13770
+ #: wppa-settings-autosave.php:7121
13771
  msgid "Rerate"
13772
  msgstr ""
13773
 
13774
+ #: wppa-settings-autosave.php:7122
13775
  msgid "Recalculate ratings."
13776
  msgstr ""
13777
 
13778
+ #: wppa-settings-autosave.php:7123
13779
  msgid ""
13780
  "This function will recalculate all mean photo ratings from the ratings table."
13781
  msgstr ""
13782
 
13783
+ #: wppa-settings-autosave.php:7124
13784
  msgid ""
13785
  "You may need this function after the re-import of previously exported photos"
13786
  msgstr ""
13787
 
13788
+ #: wppa-settings-autosave.php:7135
13789
  msgid "Lost and found"
13790
  msgstr ""
13791
 
13792
+ #: wppa-settings-autosave.php:7136
13793
  msgid "Find \"lost\" photos."
13794
  msgstr ""
13795
 
13796
+ #: wppa-settings-autosave.php:7137
13797
  msgid "This function will attempt to find lost photos."
13798
  msgstr ""
13799
 
13800
+ #: wppa-settings-autosave.php:7148
13801
  msgid "Recuperate"
13802
  msgstr ""
13803
 
13804
+ #: wppa-settings-autosave.php:7149
13805
+ msgid "Recuperate IPTC and EXIF data from photos in WPPA+."
13806
+ msgstr ""
13807
+
13808
+ #: wppa-settings-autosave.php:7150
13809
  msgid ""
13810
  "This action will attempt to find and register IPTC and EXIF data from photos "
13811
  "in the WPPA+ system."
13812
  msgstr ""
13813
 
13814
+ #: wppa-settings-autosave.php:7161
13815
  msgid "Remake Index Albums"
13816
  msgstr ""
13817
 
13818
+ #: wppa-settings-autosave.php:7162
13819
  msgid "Remakes the index database table for albums."
13820
  msgstr ""
13821
 
13822
+ #: wppa-settings-autosave.php:7174
13823
  msgid "Remake Index Photos"
13824
  msgstr ""
13825
 
13826
+ #: wppa-settings-autosave.php:7175
13827
  msgid "Remakes the index database table for photos."
13828
  msgstr ""
13829
 
13830
+ #: wppa-settings-autosave.php:7187
13831
  msgid "Clean Index"
13832
  msgstr ""
13833
 
13834
+ #: wppa-settings-autosave.php:7188
13835
  msgid "Remove obsolete entries from index db table."
13836
  msgstr ""
13837
 
13838
+ #: wppa-settings-autosave.php:7206
13839
  msgid "Convert to tree"
13840
  msgstr ""
13841
 
13842
+ #: wppa-settings-autosave.php:7207
13843
  msgid "Convert filesystem to tree structure."
13844
  msgstr ""
13845
 
13846
+ #: wppa-settings-autosave.php:7210
13847
  msgid "Convert to flat"
13848
  msgstr ""
13849
 
13850
+ #: wppa-settings-autosave.php:7211
13851
  msgid "Convert filesystem to flat structure."
13852
  msgstr ""
13853
 
13854
+ #: wppa-settings-autosave.php:7213
13855
  msgid ""
13856
  "If you want to go back to a wppa+ version prior to 5.0.16, you MUST convert "
13857
  "to flat first."
13858
  msgstr ""
13859
 
13860
+ #: wppa-settings-autosave.php:7224
13861
  msgid "Remake"
13862
  msgstr ""
13863
 
13864
+ #: wppa-settings-autosave.php:7225
13865
  msgid "Remake the photofiles from photo sourcefiles."
13866
  msgstr ""
13867
 
13868
+ #: wppa-settings-autosave.php:7226
13869
  msgid ""
13870
  "This action will remake the fullsize images, thumbnail images, and will "
13871
  "refresh the iptc and exif data for all photos where the source is found in "
13872
  "the corresponding album sub-directory of the source directory."
13873
  msgstr ""
13874
 
13875
+ #: wppa-settings-autosave.php:7238
13876
  msgid "Orientation only"
13877
  msgstr ""
13878
 
13879
+ #: wppa-settings-autosave.php:7239
13880
  msgid "Remake non standard orientated photos only."
13881
  msgstr ""
13882
 
13883
+ #: wppa-settings-autosave.php:7252
13884
  msgid "Missing only"
13885
  msgstr ""
13886
 
13887
+ #: wppa-settings-autosave.php:7253
13888
  msgid "Remake missing photofiles only."
13889
  msgstr ""
13890
 
13891
+ #: wppa-settings-autosave.php:7266
13892
  msgid "Recalc sizes"
13893
  msgstr ""
13894
 
13895
+ #: wppa-settings-autosave.php:7267
13896
  msgid "Recalculate photosizes and save to db."
13897
  msgstr ""
13898
 
13899
+ #: wppa-settings-autosave.php:7279
13900
  msgid "Renew album crypt"
13901
  msgstr ""
13902
 
13903
+ #: wppa-settings-autosave.php:7280
13904
  msgid "Renew album encrcryption codes."
13905
  msgstr ""
13906
 
13907
+ #: wppa-settings-autosave.php:7292
13908
  msgid "Renew photo crypt"
13909
  msgstr ""
13910
 
13911
+ #: wppa-settings-autosave.php:7293
13912
  msgid "Renew photo encrcryption codes."
13913
  msgstr ""
13914
 
13915
+ #: wppa-settings-autosave.php:7305
13916
  msgid "Create orietation sources"
13917
  msgstr ""
13918
 
13919
+ #: wppa-settings-autosave.php:7306
13920
  msgid "Creates correctly oriented pseudo source file."
13921
  msgstr ""
13922
 
13923
+ #: wppa-settings-autosave.php:7319
13924
  msgid "Clearing and other irreverseable actions"
13925
  msgstr ""
13926
 
13927
+ #: wppa-settings-autosave.php:7321
13928
  msgid "Clear ratings"
13929
  msgstr ""
13930
 
13931
+ #: wppa-settings-autosave.php:7322
13932
  msgid "Reset all ratings."
13933
  msgstr ""
13934
 
13935
+ #: wppa-settings-autosave.php:7323
13936
  msgid "WARNING: If checked, this will clear all ratings in the system!"
13937
  msgstr ""
13938
 
13939
+ #: wppa-settings-autosave.php:7334
13940
  msgid "Clear viewcounts"
13941
  msgstr ""
13942
 
13943
+ #: wppa-settings-autosave.php:7335
13944
  msgid "Reset all viewcounts."
13945
  msgstr ""
13946
 
13947
+ #: wppa-settings-autosave.php:7336
13948
  msgid "WARNING: If checked, this will clear all viewcounts in the system!"
13949
  msgstr ""
13950
 
13951
+ #: wppa-settings-autosave.php:7347
13952
  msgid "Reset IPTC"
13953
  msgstr ""
13954
 
13955
+ #: wppa-settings-autosave.php:7348
13956
  msgid "Clear all IPTC data."
13957
  msgstr ""
13958
 
13959
+ #: wppa-settings-autosave.php:7349
13960
  msgid "WARNING: If checked, this will clear all IPTC data in the system!"
13961
  msgstr ""
13962
 
13963
+ #: wppa-settings-autosave.php:7360
13964
  msgid "Reset EXIF"
13965
  msgstr ""
13966
 
13967
+ #: wppa-settings-autosave.php:7361
13968
  msgid "Clear all EXIF data."
13969
  msgstr ""
13970
 
13971
+ #: wppa-settings-autosave.php:7362
13972
  msgid "WARNING: If checked, this will clear all EXIF data in the system!"
13973
  msgstr ""
13974
 
13975
+ #: wppa-settings-autosave.php:7373
13976
  msgid "Apply Default Photoname"
13977
  msgstr ""
13978
 
13979
+ #: wppa-settings-autosave.php:7374
13980
  msgid "Apply Default photo name on all photos in the system."
13981
  msgstr ""
13982
 
13983
+ #: wppa-settings-autosave.php:7386
13984
  msgid "Apply New Photodesc"
13985
  msgstr ""
13986
 
13987
+ #: wppa-settings-autosave.php:7387
13988
  msgid "Apply New photo description on all photos in the system."
13989
  msgstr ""
13990
 
13991
+ #: wppa-settings-autosave.php:7399
13992
  msgid "Append to photodesc"
13993
  msgstr ""
13994
 
13995
+ #: wppa-settings-autosave.php:7400
13996
  msgid "Append this text to all photo descriptions."
13997
  msgstr ""
13998
 
13999
+ #: wppa-settings-autosave.php:7414
14000
  msgid "Remove from photodesc"
14001
  msgstr ""
14002
 
14003
+ #: wppa-settings-autosave.php:7415
14004
  msgid "Remove this text from all photo descriptions."
14005
  msgstr ""
14006
 
14007
+ #: wppa-settings-autosave.php:7429
14008
  msgid "Remove empty albums"
14009
  msgstr ""
14010
 
14011
+ #: wppa-settings-autosave.php:7430
14012
  msgid "Removes albums that are not used."
14013
  msgstr ""
14014
 
14015
+ #: wppa-settings-autosave.php:7442
14016
  msgid "Remove file-ext"
14017
  msgstr ""
14018
 
14019
+ #: wppa-settings-autosave.php:7443
14020
  msgid "Remove possible file extension from photo name."
14021
  msgstr ""
14022
 
14023
+ #: wppa-settings-autosave.php:7444
14024
  msgid ""
14025
  "This may be required for old photos, uploaded when the option in Table IX-D3 "
14026
  "was not yet available/selected."
14027
  msgstr ""
14028
 
14029
+ #: wppa-settings-autosave.php:7455
14030
  msgid "Re-add file-ext"
14031
  msgstr ""
14032
 
14033
+ #: wppa-settings-autosave.php:7456
14034
  msgid "Revert the <i>Remove file-ext</i> action."
14035
  msgstr ""
14036
 
14037
+ #: wppa-settings-autosave.php:7468
14038
  msgid "All to lower"
14039
  msgstr ""
14040
 
14041
+ #: wppa-settings-autosave.php:7469
14042
  msgid "Convert all file-extensions to lowercase."
14043
  msgstr ""
14044
 
14045
+ #: wppa-settings-autosave.php:7470
14046
  msgid ""
14047
  "Affects display files, thumbnail files, and saved extensions in database "
14048
  "table. Leaves sourcefiles untouched"
14049
  msgstr ""
14050
 
14051
+ #: wppa-settings-autosave.php:7471
14052
  msgid ""
14053
  "If both upper and lowercase files exist, the file with the uppercase "
14054
  "extension will be removed."
14055
  msgstr ""
14056
 
14057
+ #: wppa-settings-autosave.php:7482
14058
  msgid "Watermark all"
14059
  msgstr ""
14060
 
14061
+ #: wppa-settings-autosave.php:7483
14062
  msgid "Apply watermark according to current settings to all photos."
14063
  msgstr ""
14064
 
14065
+ #: wppa-settings-autosave.php:7484
14066
  msgid "See Table IX_F for the current watermark settings"
14067
  msgstr ""
14068
 
14069
+ #: wppa-settings-autosave.php:7495
14070
  msgid "Create all autopages"
14071
  msgstr ""
14072
 
14073
+ #: wppa-settings-autosave.php:7496
14074
  msgid "Create all the pages to display slides individually."
14075
  msgstr ""
14076
 
14077
+ #: wppa-settings-autosave.php:7497 wppa-settings-autosave.php:7511
14078
  msgid "See also Table IV-A10."
14079
  msgstr ""
14080
 
14081
+ #: wppa-settings-autosave.php:7498
14082
  msgid ""
14083
  "Make sure you have a custom menu and the \"Automatically add new top-level "
14084
  "pages to this menu\" box UNticked!!"
14085
  msgstr ""
14086
 
14087
+ #: wppa-settings-autosave.php:7509
14088
  msgid "Delete all autopages"
14089
  msgstr ""
14090
 
14091
+ #: wppa-settings-autosave.php:7510
14092
  msgid "Delete all the pages to display slides individually."
14093
  msgstr ""
14094
 
14095
+ #: wppa-settings-autosave.php:7523
14096
  msgid "Leading zeroes"
14097
  msgstr ""
14098
 
14099
+ #: wppa-settings-autosave.php:7524
14100
  msgid "If photoname numeric, add leading zeros"
14101
  msgstr ""
14102
 
14103
+ #: wppa-settings-autosave.php:7525
14104
  msgid ""
14105
  "You can extend the name with leading zeros, so alphabetic sort becomes equal "
14106
  "to numeric sort order."
14107
  msgstr ""
14108
 
14109
+ #: wppa-settings-autosave.php:7528
14110
  msgid "Total chars"
14111
  msgstr ""
14112
 
14113
+ #: wppa-settings-autosave.php:7537
14114
  msgid "Add GPX tag"
14115
  msgstr ""
14116
 
14117
+ #: wppa-settings-autosave.php:7538
14118
  msgid "Make sure photos with gpx data have a Gpx tag"
14119
  msgstr ""
14120
 
14121
+ #: wppa-settings-autosave.php:7550
14122
  msgid "Add HD tag"
14123
  msgstr ""
14124
 
14125
+ #: wppa-settings-autosave.php:7551
14126
  msgid "Make sure photos >= 1920 x 1080 have a HD tag"
14127
  msgstr ""
14128
 
14129
+ #: wppa-settings-autosave.php:7564 wppa-settings-autosave.php:8710
14130
  msgid "Optimize files"
14131
  msgstr ""
14132
 
14133
+ #: wppa-settings-autosave.php:7565
14134
  msgid "Optimize with EWWW image optimizer"
14135
  msgstr ""
14136
 
14137
+ #: wppa-settings-autosave.php:7578
14138
  msgid "Edit tag"
14139
  msgstr ""
14140
 
14141
+ #: wppa-settings-autosave.php:7579
14142
  msgid "Globally change a tagname."
14143
  msgstr ""
14144
 
14145
+ #: wppa-settings-autosave.php:7585
14146
  msgid "-select a tag-"
14147
  msgstr ""
14148
 
14149
+ #: wppa-settings-autosave.php:7591
14150
  msgid "Tag:"
14151
  msgstr ""
14152
 
14153
+ #: wppa-settings-autosave.php:7592
14154
  msgid "Change to:"
14155
  msgstr ""
14156
 
14157
+ #: wppa-settings-autosave.php:7601
14158
  msgid "Synchronize Cloudinary"
14159
  msgstr ""
14160
 
14161
+ #: wppa-settings-autosave.php:7602
14162
  msgid "Removes/adds images in the cloud."
14163
  msgstr ""
14164
 
14165
+ #: wppa-settings-autosave.php:7603
14166
  msgid "Removes old images and verifies/adds new images to Cloudinary."
14167
  msgstr ""
14168
 
14169
+ #: wppa-settings-autosave.php:7604
14170
  msgid "See Table IX-K4.7 for the configured lifetime."
14171
  msgstr ""
14172
 
14173
+ #: wppa-settings-autosave.php:7615
14174
  msgid "Fix tags"
14175
  msgstr ""
14176
 
14177
+ #: wppa-settings-autosave.php:7616
14178
  msgid "Make sure photo tags format is uptodate"
14179
  msgstr ""
14180
 
14181
+ #: wppa-settings-autosave.php:7617
14182
  msgid "Fixes tags to be conform current database rules."
14183
  msgstr ""
14184
 
14185
+ #: wppa-settings-autosave.php:7628
14186
  msgid "Fix cats"
14187
  msgstr ""
14188
 
14189
+ #: wppa-settings-autosave.php:7629
14190
  msgid "Make sure album cats format is uptodate"
14191
  msgstr ""
14192
 
14193
+ #: wppa-settings-autosave.php:7630
14194
  msgid "Fixes cats to be conform current database rules."
14195
  msgstr ""
14196
 
14197
+ #: wppa-settings-autosave.php:7641
14198
  msgid "Set owner to name"
14199
  msgstr ""
14200
 
14201
+ #: wppa-settings-autosave.php:7642
14202
  msgid "If photoname equals user display name, set him owner."
14203
  msgstr ""
14204
 
14205
+ #: wppa-settings-autosave.php:7654
14206
  msgid "Move all photos"
14207
  msgstr ""
14208
 
14209
+ #: wppa-settings-autosave.php:7655
14210
  msgid "Move all photos from one album to another album."
14211
  msgstr ""
14212
 
14213
+ #: wppa-settings-autosave.php:7669 wppa-settings-autosave.php:7692
14214
  msgid "From"
14215
  msgstr ""
14216
 
14217
+ #: wppa-settings-autosave.php:7670
14218
  msgid "Move from album number"
14219
  msgstr ""
14220
 
14221
+ #: wppa-settings-autosave.php:7679 wppa-settings-autosave.php:7719
14222
  msgid "To"
14223
  msgstr ""
14224
 
14225
+ #: wppa-settings-autosave.php:7680
14226
  msgid "Move to album number"
14227
  msgstr ""
14228
 
14229
+ #: wppa-settings-autosave.php:7693
14230
  msgid "Move from album"
14231
  msgstr ""
14232
 
14233
+ #: wppa-settings-autosave.php:7720
14234
  msgid "Move to album"
14235
  msgstr ""
14236
 
14237
+ #: wppa-settings-autosave.php:7749
14238
+ msgid "Custom album proc"
14239
+ msgstr ""
14240
+
14241
+ #: wppa-settings-autosave.php:7750
14242
+ msgid "The php code to execute on all albums"
14243
+ msgstr ""
14244
+
14245
+ #: wppa-settings-autosave.php:7751 wppa-settings-autosave.php:7764
14246
+ msgid "Only run this if you know what you are doing!"
14247
+ msgstr ""
14248
+
14249
+ #: wppa-settings-autosave.php:7762
14250
+ msgid "Custom photo proc"
14251
  msgstr ""
14252
 
14253
+ #: wppa-settings-autosave.php:7763
14254
+ msgid "The php code to execute on all photos"
14255
  msgstr ""
14256
 
14257
+ #: wppa-settings-autosave.php:7776
14258
  msgid "Listings"
14259
  msgstr ""
14260
 
14261
+ #: wppa-settings-autosave.php:7778
14262
  msgid "List Logfile"
14263
  msgstr ""
14264
 
14265
+ #: wppa-settings-autosave.php:7779
14266
  msgid "Show the content of wppa+ (error) log."
14267
  msgstr ""
14268
 
14269
+ #: wppa-settings-autosave.php:7784
14270
  msgid "Purge logfile"
14271
  msgstr ""
14272
 
14273
+ #: wppa-settings-autosave.php:7786
14274
+ msgid "On menu"
14275
+ msgstr ""
14276
+
14277
+ #: wppa-settings-autosave.php:7793
14278
  msgid "List Ratings"
14279
  msgstr ""
14280
 
14281
+ #: wppa-settings-autosave.php:7794
14282
  msgid "Show the most recent ratings."
14283
  msgstr ""
14284
 
14285
+ #: wppa-settings-autosave.php:7807
14286
  msgid "List Index"
14287
  msgstr ""
14288
 
14289
+ #: wppa-settings-autosave.php:7808
14290
+ msgid "Show the content of the index table."
14291
  msgstr ""
14292
 
14293
+ #: wppa-settings-autosave.php:7812
14294
  msgid "Start at text:"
14295
  msgstr ""
14296
 
14297
+ #: wppa-settings-autosave.php:7822
14298
  msgid "List active sessions"
14299
  msgstr ""
14300
 
14301
+ #: wppa-settings-autosave.php:7823
14302
  msgid "Show the content of the sessions table."
14303
  msgstr ""
14304
 
14305
+ #: wppa-settings-autosave.php:7836
14306
  msgid "List comments"
14307
  msgstr ""
14308
 
14309
+ #: wppa-settings-autosave.php:7837
14310
  msgid "Show the content of the comments table."
14311
  msgstr ""
14312
 
14313
+ #: wppa-settings-autosave.php:7843
14314
  msgid "Order by:"
14315
  msgstr ""
14316
 
14317
+ #: wppa-settings-autosave.php:7872
14318
  msgid "Table IX:"
14319
  msgstr ""
14320
 
14321
+ #: wppa-settings-autosave.php:7872
14322
  msgid "Miscellaneous:"
14323
  msgstr ""
14324
 
14325
+ #: wppa-settings-autosave.php:7873
14326
  msgid "This table lists all settings that do not fit into an other table"
14327
  msgstr ""
14328
 
14329
+ #: wppa-settings-autosave.php:7891
14330
  msgid "Internal engine related settings"
14331
  msgstr ""
14332
 
14333
+ #: wppa-settings-autosave.php:7893
14334
  msgid "WPPA+ Filter priority"
14335
  msgstr ""
14336
 
14337
+ #: wppa-settings-autosave.php:7894
14338
  msgid "Sets the priority of the wppa+ content filter."
14339
  msgstr ""
14340
 
14341
+ #: wppa-settings-autosave.php:7895 wppa-settings-autosave.php:7904
14342
  msgid ""
14343
  "If you encounter conflicts with the theme or other plugins, increasing this "
14344
  "value sometimes helps. Use with great care!"
14345
  msgstr ""
14346
 
14347
+ #: wppa-settings-autosave.php:7902
14348
  msgid "Do_shortcode priority"
14349
  msgstr ""
14350
 
14351
+ #: wppa-settings-autosave.php:7903
14352
  msgid "Sets the priority of the do_shortcode() content filter."
14353
  msgstr ""
14354
 
14355
+ #: wppa-settings-autosave.php:7911
14356
  msgid "WPPA shortcode at Filter priority"
14357
  msgstr ""
14358
 
14359
+ #: wppa-settings-autosave.php:7912
14360
  msgid "Execute shortcode expansion on filter priority in posts and pages."
14361
  msgstr ""
14362
 
14363
+ #: wppa-settings-autosave.php:7913 wppa-settings-autosave.php:7922
14364
  msgid "Use to fix certain layout problems"
14365
  msgstr ""
14366
 
14367
+ #: wppa-settings-autosave.php:7920
14368
  msgid "WPPA shortcode at Filter priority widget"
14369
  msgstr ""
14370
 
14371
+ #: wppa-settings-autosave.php:7921
14372
  msgid "Execute shortcode expansion on filter priority in widgets."
14373
  msgstr ""
14374
 
14375
+ #: wppa-settings-autosave.php:7929
14376
  msgid "JPG image quality"
14377
  msgstr ""
14378
 
14379
+ #: wppa-settings-autosave.php:7930
14380
  msgid "The jpg quality when photos are downsized"
14381
  msgstr ""
14382
 
14383
+ #: wppa-settings-autosave.php:7931
14384
  msgid "The higher the number the better the quality but the larger the file"
14385
  msgstr ""
14386
 
14387
+ #: wppa-settings-autosave.php:7932
14388
  msgid "Possible values 20..100"
14389
  msgstr ""
14390
 
14391
+ #: wppa-settings-autosave.php:7939
14392
  msgid "Allow WPPA+ Debugging"
14393
  msgstr ""
14394
 
14395
+ #: wppa-settings-autosave.php:7940
14396
  msgid "Allow the use of &amp;debug=.. in urls to this site."
14397
  msgstr ""
14398
 
14399
+ #: wppa-settings-autosave.php:7941
14400
  msgid ""
14401
  "If checked: appending (?)(&)debug or (?)(&)debug=<int> to an url to this "
14402
  "site will generate the display of special WPPA+ diagnostics, as well as php "
14403
  "warnings"
14404
  msgstr ""
14405
 
14406
+ #: wppa-settings-autosave.php:7948
14407
  msgid "Auto continue"
14408
  msgstr ""
14409
 
14410
+ #: wppa-settings-autosave.php:7949
14411
  msgid "Continue automatic after time out"
14412
  msgstr ""
14413
 
14414
+ #: wppa-settings-autosave.php:7950
14415
  msgid ""
14416
  "If checked, an attempt will be made to restart an admin process when the "
14417
  "time is out."
14418
  msgstr ""
14419
 
14420
+ #: wppa-settings-autosave.php:7958
14421
  msgid "Set max execution time here."
14422
  msgstr ""
14423
 
14424
+ #: wppa-settings-autosave.php:7959
14425
  msgid ""
14426
  "If your php config does not properly set the max execution time, you can set "
14427
  "it here. Seconds, 0 means do not change."
14428
  msgstr ""
14429
 
14430
+ #: wppa-settings-autosave.php:7960
14431
  msgid "A safe value is 45 in most cases"
14432
  msgstr ""
14433
 
14434
+ #: wppa-settings-autosave.php:7961
14435
  #, php-format
14436
  msgid "The PHP setting max_execution_time is set to %s."
14437
  msgstr ""
14438
 
14439
+ #: wppa-settings-autosave.php:7969
14440
  msgid "Feed use thumb"
14441
  msgstr ""
14442
 
14443
+ #: wppa-settings-autosave.php:7970
14444
  msgid "Feeds use thumbnail pictures always."
14445
  msgstr ""
14446
 
14447
+ #: wppa-settings-autosave.php:7978
14448
  msgid "Enable <i>in-line</i> settings"
14449
  msgstr ""
14450
 
14451
+ #: wppa-settings-autosave.php:7979
14452
  msgid "Activates shortcode [wppa_set][/wppa_set]."
14453
  msgstr ""
14454
 
14455
+ #: wppa-settings-autosave.php:7980
14456
  msgid ""
14457
  "Syntax: [wppa_set name=\"any wppa setting\" value=\"new value\"][/wppa_set]"
14458
  msgstr ""
14459
 
14460
+ #: wppa-settings-autosave.php:7981
14461
  msgid ""
14462
  "Example: [wppa_set name=\"wppa_thumbtype\" value=\"masonry-v\"][/wppa_set] "
14463
  "sets the thumbnail type to vertical masonry style"
14464
  msgstr ""
14465
 
14466
+ #: wppa-settings-autosave.php:7982
14467
  msgid "Do not forget to reset with [wppa_set][/wppa_set]"
14468
  msgstr ""
14469
 
14470
+ #: wppa-settings-autosave.php:7983
14471
  msgid "Use with great care! There is no check on validity of values!"
14472
  msgstr ""
14473
 
14474
+ #: wppa-settings-autosave.php:7990
14475
  msgid "Runtime modifyable settings"
14476
  msgstr ""
14477
 
14478
+ #: wppa-settings-autosave.php:7991
14479
  msgid "The setting slugs that may be altered using [wppa_set] shortcode."
14480
  msgstr ""
14481
 
14482
+ #: wppa-settings-autosave.php:7999
14483
  msgid "Log Cron"
14484
  msgstr ""
14485
 
14486
+ #: wppa-settings-autosave.php:8000
14487
  msgid "Keep track of cron activity in the wppa logfile."
14488
  msgstr ""
14489
 
14490
+ #: wppa-settings-autosave.php:8008
14491
+ msgid "Log Ajax"
14492
+ msgstr ""
14493
+
14494
+ #: wppa-settings-autosave.php:8009
14495
+ msgid "Keep track of ajax activity in the wppa logfile."
14496
+ msgstr ""
14497
+
14498
+ #: wppa-settings-autosave.php:8017
14499
+ msgid "Log Comments"
14500
+ msgstr ""
14501
+
14502
+ #: wppa-settings-autosave.php:8018
14503
+ msgid "Keep track of commenting activity in the wppa logfile."
14504
+ msgstr ""
14505
+
14506
+ #: wppa-settings-autosave.php:8026
14507
  msgid "Retry failed mails"
14508
  msgstr ""
14509
 
14510
+ #: wppa-settings-autosave.php:8027
14511
  msgid "Select number of retries for failed mails"
14512
  msgstr ""
14513
 
14514
+ #: wppa-settings-autosave.php:8028
14515
  msgid "Retries occur at the background every hour"
14516
  msgstr ""
14517
 
14518
+ #: wppa-settings-autosave.php:8036
14519
  msgid "WPPA+ Admin related miscellaneous settings"
14520
  msgstr ""
14521
 
14522
+ #: wppa-settings-autosave.php:8038
14523
  msgid "Allow HTML"
14524
  msgstr ""
14525
 
14526
+ #: wppa-settings-autosave.php:8039
14527
  msgid "Allow HTML in album and photo descriptions."
14528
  msgstr ""
14529
 
14530
+ #: wppa-settings-autosave.php:8040 wppa-settings-autosave.php:8049
14531
  msgid ""
14532
  "If checked: html is allowed. WARNING: No checks on syntax, it is your own "
14533
+ "responsibility to close tags properly!"
14534
  msgstr ""
14535
 
14536
+ #: wppa-settings-autosave.php:8047
14537
  msgid "Allow HTML custom"
14538
  msgstr ""
14539
 
14540
+ #: wppa-settings-autosave.php:8048
14541
  msgid "Allow HTML in custom photo datafields."
14542
  msgstr ""
14543
 
14544
+ #: wppa-settings-autosave.php:8056
14545
  msgid "Check tag balance"
14546
  msgstr ""
14547
 
14548
+ #: wppa-settings-autosave.php:8057
14549
  msgid "Check if the HTML tags are properly closed: \"balanced\"."
14550
  msgstr ""
14551
 
14552
+ #: wppa-settings-autosave.php:8058
14553
  msgid ""
14554
  "If the HTML tags in an album or a photo description are not in balance, the "
14555
  "description is not updated, an errormessage is displayed"
14556
  msgstr ""
14557
 
14558
+ #: wppa-settings-autosave.php:8065
14559
  msgid "Use WP editor"
14560
  msgstr ""
14561
 
14562
+ #: wppa-settings-autosave.php:8066
14563
  msgid "Use the wp editor for multiline text fields."
14564
  msgstr ""
14565
 
14566
+ #: wppa-settings-autosave.php:8074
14567
  msgid "Album sel hierarchic"
14568
  msgstr ""
14569
 
14570
+ #: wppa-settings-autosave.php:8075
14571
  msgid "Show albums with (grand)parents in selection lists."
14572
  msgstr ""
14573
 
14574
+ #: wppa-settings-autosave.php:8083
14575
  msgid "Page sel hierarchic"
14576
  msgstr ""
14577
 
14578
+ #: wppa-settings-autosave.php:8084
14579
  msgid "Show pages with (grand)parents in selection lists."
14580
  msgstr ""
14581
 
14582
+ #: wppa-settings-autosave.php:8093
14583
  msgid "Album admin page size"
14584
  msgstr ""
14585
 
14586
+ #: wppa-settings-autosave.php:8094
14587
  msgid "The number of albums per page on the Edit Album admin page."
14588
  msgstr ""
14589
 
14590
+ #: wppa-settings-autosave.php:8104
14591
  msgid "Photo admin page size"
14592
  msgstr ""
14593
 
14594
+ #: wppa-settings-autosave.php:8105
14595
  msgid ""
14596
  "The number of photos per page on the <br/>Edit Album -> Manage photos and "
14597
  "Edit Photos admin pages."
14598
  msgstr ""
14599
 
14600
+ #: wppa-settings-autosave.php:8115
14601
  msgid "Photo admin max albums"
14602
  msgstr ""
14603
 
14604
+ #: wppa-settings-autosave.php:8116
14605
  msgid "Max albums to show in album selectionbox."
14606
  msgstr ""
14607
 
14608
+ #: wppa-settings-autosave.php:8117
14609
  msgid ""
14610
  "If there are more albums in the system, display an input box asking for "
14611
  "album id#"
14612
  msgstr ""
14613
 
14614
+ #: wppa-settings-autosave.php:8126
14615
  msgid "Comment admin page size"
14616
  msgstr ""
14617
 
14618
+ #: wppa-settings-autosave.php:8127
14619
  msgid "The number of comments per page on the Comments admin pages."
14620
  msgstr ""
14621
 
14622
+ #: wppa-settings-autosave.php:8137
14623
  msgid "Geo info edit"
14624
  msgstr ""
14625
 
14626
+ #: wppa-settings-autosave.php:8138
14627
  msgid "Lattitude and longitude may be edited in photo admin."
14628
  msgstr ""
14629
 
14630
+ #: wppa-settings-autosave.php:8146
14631
  msgid "Admin bar menu admin"
14632
  msgstr ""
14633
 
14634
+ #: wppa-settings-autosave.php:8147
14635
  msgid "Show menu on admin bar on admin pages."
14636
  msgstr ""
14637
 
14638
+ #: wppa-settings-autosave.php:8155
14639
  msgid "Admin bar menu frontend"
14640
  msgstr ""
14641
 
14642
+ #: wppa-settings-autosave.php:8156
14643
  msgid "Show menu on admin bar on frontend pages."
14644
  msgstr ""
14645
 
14646
+ #: wppa-settings-autosave.php:8164
14647
  msgid "Add shortcode to posts"
14648
  msgstr ""
14649
 
14650
+ #: wppa-settings-autosave.php:8165
14651
  msgid "Add a shortcode to the end of all posts."
14652
  msgstr ""
14653
 
14654
+ #: wppa-settings-autosave.php:8173
14655
  msgid "Shortcode to add"
14656
  msgstr ""
14657
 
14658
+ #: wppa-settings-autosave.php:8174
14659
  msgid "The shortcode to be added to the posts."
14660
  msgstr ""
14661
 
14662
+ #: wppa-settings-autosave.php:8182
14663
  msgid "Import page prieviews"
14664
  msgstr ""
14665
 
14666
+ #: wppa-settings-autosave.php:8183
14667
  msgid "Show thumbnail previews in import admin page."
14668
  msgstr ""
14669
 
14670
+ #: wppa-settings-autosave.php:8191
14671
  msgid "Upload audiostub"
14672
  msgstr ""
14673
 
14674
+ #: wppa-settings-autosave.php:8192
14675
  msgid "Upload a new audio stub file"
14676
  msgstr ""
14677
 
14678
+ #: wppa-settings-autosave.php:8196
14679
  msgid "Upload audio stub image"
14680
  msgstr ""
14681
 
14682
+ #: wppa-settings-autosave.php:8201
14683
  msgid "Confirm create"
14684
  msgstr ""
14685
 
14686
+ #: wppa-settings-autosave.php:8202
14687
  msgid "Display confirmation dialog before creating album."
14688
  msgstr ""
14689
 
14690
+ #: wppa-settings-autosave.php:8210
14691
  msgid "Import source root"
14692
  msgstr ""
14693
 
14694
+ #: wppa-settings-autosave.php:8211
14695
  msgid "Specify the highest level in the filesystem where to import from"
14696
  msgstr ""
14697
 
14698
+ #: wppa-settings-autosave.php:8228
14699
  msgid "Allow import from WPPA+ source folders"
14700
  msgstr ""
14701
 
14702
+ #: wppa-settings-autosave.php:8229
14703
  msgid "Only switch this on if you know what you are doing!"
14704
  msgstr ""
14705
 
14706
+ #: wppa-settings-autosave.php:8237
14707
  msgid "Enable shortcode generator"
14708
  msgstr ""
14709
 
14710
+ #: wppa-settings-autosave.php:8238
14711
  msgid "Show album icon above page/post edit window"
14712
  msgstr ""
14713
 
14714
+ #: wppa-settings-autosave.php:8239
14715
  msgid ""
14716
  "Administrators and wppa super users will always have the shortcode generator "
14717
  "available."
14718
  msgstr ""
14719
 
14720
+ #: wppa-settings-autosave.php:8246
14721
+ msgid "Bulk photo moderation"
14722
+ msgstr ""
14723
+
14724
+ #: wppa-settings-autosave.php:8247
14725
+ msgid "Use bulk edit for photo moderation"
14726
+ msgstr ""
14727
+
14728
+ #: wppa-settings-autosave.php:8255
14729
  msgid "SEO related settings"
14730
  msgstr ""
14731
 
14732
+ #: wppa-settings-autosave.php:8257
14733
  msgid "Meta on page"
14734
  msgstr ""
14735
 
14736
+ #: wppa-settings-autosave.php:8258
14737
  msgid "Meta tags for photos on the page."
14738
  msgstr ""
14739
 
14740
+ #: wppa-settings-autosave.php:8259
14741
  msgid ""
14742
  "If checked, the header of the page will contain metatags that refer to "
14743
  "featured photos on the page in the page context."
14744
  msgstr ""
14745
 
14746
+ #: wppa-settings-autosave.php:8266
14747
  msgid "Meta all"
14748
  msgstr ""
14749
 
14750
+ #: wppa-settings-autosave.php:8267
14751
  msgid "Meta tags for all featured photos."
14752
  msgstr ""
14753
 
14754
+ #: wppa-settings-autosave.php:8268
14755
  msgid ""
14756
  "If checked, the header of the page will contain metatags that refer to all "
14757
  "featured photo files."
14758
  msgstr ""
14759
 
14760
+ #: wppa-settings-autosave.php:8269
14761
  msgid ""
14762
  "If you have many featured photos, you might wish to uncheck this item to "
14763
  "reduce the size of the page header."
14764
  msgstr ""
14765
 
14766
+ #: wppa-settings-autosave.php:8276
14767
  msgid "Add og meta tags"
14768
  msgstr ""
14769
 
14770
+ #: wppa-settings-autosave.php:8277
14771
  msgid "Add og meta tags to the page header."
14772
  msgstr ""
14773
 
14774
+ #: wppa-settings-autosave.php:8280
14775
  msgid ""
14776
  "Turning this off may affect the functionality of social media items in the "
14777
  "share box that rely on open graph tags information."
14778
  msgstr ""
14779
 
14780
+ #: wppa-settings-autosave.php:8286
14781
  msgid "Image Alt attribute type"
14782
  msgstr ""
14783
 
14784
+ #: wppa-settings-autosave.php:8287
14785
  msgid "Select kind of HTML alt=\"\" content for images."
14786
  msgstr ""
14787
 
14788
+ #: wppa-settings-autosave.php:8290
14789
  msgid "photo name"
14790
  msgstr ""
14791
 
14792
+ #: wppa-settings-autosave.php:8290
14793
  msgid "name without file-ext"
14794
  msgstr ""
14795
 
14796
+ #: wppa-settings-autosave.php:8290
14797
  msgid "set in album admin"
14798
  msgstr ""
14799
 
14800
+ #: wppa-settings-autosave.php:8297
14801
  msgid "New Album and New Photo related miscellaneous settings"
14802
  msgstr ""
14803
 
14804
+ #: wppa-settings-autosave.php:8335
14805
  msgid "Maximum time an album is indicated as New"
14806
  msgstr ""
14807
 
14808
+ #: wppa-settings-autosave.php:8343
14809
  msgid "New Photo"
14810
  msgstr ""
14811
 
14812
+ #: wppa-settings-autosave.php:8344
14813
  msgid "Maximum time a photo is indicated as New"
14814
  msgstr ""
14815
 
14816
+ #: wppa-settings-autosave.php:8352
14817
  msgid "Modified Album"
14818
  msgstr ""
14819
 
14820
+ #: wppa-settings-autosave.php:8353
14821
  msgid "Maximum time an album is indicated as Modified"
14822
  msgstr ""
14823
 
14824
+ #: wppa-settings-autosave.php:8361
14825
  msgid "Modified Photo"
14826
  msgstr ""
14827
 
14828
+ #: wppa-settings-autosave.php:8362
14829
  msgid "Maximum time a photo is indicated as Modofied"
14830
  msgstr ""
14831
 
14832
+ #: wppa-settings-autosave.php:8370
14833
  msgid "Use text labels"
14834
  msgstr ""
14835
 
14836
+ #: wppa-settings-autosave.php:8371
14837
  msgid "Use editable text for the New and Modified labels"
14838
  msgstr ""
14839
 
14840
+ #: wppa-settings-autosave.php:8372
14841
  msgid "If UNticked, you can specify the urls for custom images to be used."
14842
  msgstr ""
14843
 
14844
+ #: wppa-settings-autosave.php:8383
14845
  msgid "Orange"
14846
  msgstr ""
14847
 
14848
+ #: wppa-settings-autosave.php:8384
14849
  msgid "Yellow"
14850
  msgstr ""
14851
 
14852
+ #: wppa-settings-autosave.php:8387
14853
  msgid "Purple"
14854
  msgstr ""
14855
 
14856
+ #: wppa-settings-autosave.php:8388
14857
  msgid "Black/white"
14858
  msgstr ""
14859
 
14860
+ #: wppa-settings-autosave.php:8400 wppa-settings-autosave.php:8422
14861
  msgid "New label"
14862
  msgstr ""
14863
 
14864
+ #: wppa-settings-autosave.php:8401
14865
  msgid "Specify the \"New\" indicator details."
14866
  msgstr ""
14867
 
14868
+ #: wppa-settings-autosave.php:8402 wppa-settings-autosave.php:8413
14869
  msgid "If you use qTranslate, the text may be multilingual."
14870
  msgstr ""
14871
 
14872
+ #: wppa-settings-autosave.php:8411 wppa-settings-autosave.php:8431
14873
  msgid "Modified label"
14874
  msgstr ""
14875
 
14876
+ #: wppa-settings-autosave.php:8412
14877
  msgid "Specify the \"Modified\" indicator details."
14878
  msgstr ""
14879
 
14880
+ #: wppa-settings-autosave.php:8423
14881
  msgid "Specify the \"New\" indicator url."
14882
  msgstr ""
14883
 
14884
+ #: wppa-settings-autosave.php:8432
14885
  msgid "Specify the \"Modified\" indicator url."
14886
  msgstr ""
14887
 
14888
+ #: wppa-settings-autosave.php:8440
14889
  msgid "Limit LasTen New"
14890
  msgstr ""
14891
 
14892
+ #: wppa-settings-autosave.php:8441
14893
  msgid "Limits the LasTen photos to those that are 'New', or newly modified."
14894
  msgstr ""
14895
 
14896
+ #: wppa-settings-autosave.php:8442
14897
  msgid ""
14898
  "If you tick this box and configured the new photo time, you can even limit "
14899
  "the number by the setting in Table I-F7, or set that number to an unlikely "
14900
  "high value."
14901
  msgstr ""
14902
 
14903
+ #: wppa-settings-autosave.php:8449
14904
  msgid "LasTen use Modified"
14905
  msgstr ""
14906
 
14907
+ #: wppa-settings-autosave.php:8450
14908
  msgid ""
14909
  "Use the time modified rather than time upload for LasTen widget/shortcode."
14910
  msgstr ""
14911
 
14912
+ #: wppa-settings-autosave.php:8458
14913
  msgid "Apply Newphoto desc"
14914
  msgstr ""
14915
 
14916
+ #: wppa-settings-autosave.php:8459
14917
  msgid "Give each new photo a standard description."
14918
  msgstr ""
14919
 
14920
+ #: wppa-settings-autosave.php:8460
14921
  msgid ""
14922
  "If checked, each new photo will get the description (template) as specified "
14923
  "in the next item."
14924
  msgstr ""
14925
 
14926
+ #: wppa-settings-autosave.php:8467
14927
  msgid "New photo desc"
14928
  msgstr ""
14929
 
14930
+ #: wppa-settings-autosave.php:8468
14931
  msgid "The description (template) to add to a new photo."
14932
  msgstr ""
14933
 
14934
+ #: wppa-settings-autosave.php:8469
14935
  msgid "Enter the default description."
14936
  msgstr ""
14937
 
14938
+ #: wppa-settings-autosave.php:8470
14939
+ msgid "If you use html, please check item B-1 of this table."
14940
  msgstr ""
14941
 
14942
+ #: wppa-settings-autosave.php:8477
14943
  msgid "New photo owner"
14944
  msgstr ""
14945
 
14946
+ #: wppa-settings-autosave.php:8478
14947
  msgid "The owner of a new uploaded photo."
14948
  msgstr ""
14949
 
14950
+ #: wppa-settings-autosave.php:8479
14951
  msgid "If you leave this blank, the uploader will be set as the owner"
14952
  msgstr ""
14953
 
14954
+ #: wppa-settings-autosave.php:8481
14955
  msgid "leave blank or enter login name"
14956
  msgstr ""
14957
 
14958
+ #: wppa-settings-autosave.php:8487
14959
  msgid "New albums are created with this upload limit."
14960
  msgstr ""
14961
 
14962
+ #: wppa-settings-autosave.php:8488
14963
  msgid ""
14964
  "Administrators can change the limit settings in the \"Edit Album Information"
14965
  "\" admin page."
14966
  msgstr ""
14967
 
14968
+ #: wppa-settings-autosave.php:8505
14969
  msgid "Default parent"
14970
  msgstr ""
14971
 
14972
+ #: wppa-settings-autosave.php:8506
14973
  msgid "The parent album of new albums."
14974
  msgstr ""
14975
 
14976
+ #: wppa-settings-autosave.php:8523
14977
  msgid "Default parent always"
14978
  msgstr ""
14979
 
14980
+ #: wppa-settings-autosave.php:8524
14981
  msgid ""
14982
  "The parent album of new albums is always the default, except for "
14983
  "administrators."
14984
  msgstr ""
14985
 
14986
+ #: wppa-settings-autosave.php:8532
14987
  msgid "Show album full"
14988
  msgstr ""
14989
 
14990
+ #: wppa-settings-autosave.php:8533
14991
  msgid "Show the Upload limit reached message if appropriate."
14992
  msgstr ""
14993
 
14994
+ #: wppa-settings-autosave.php:8541
14995
  msgid "Grant an album"
14996
  msgstr ""
14997
 
14998
+ #: wppa-settings-autosave.php:8542
14999
  msgid "Create an album for each user logging in."
15000
  msgstr ""
15001
 
15002
+ #: wppa-settings-autosave.php:8550
15003
  msgid "Grant album name"
15004
  msgstr ""
15005
 
15006
+ #: wppa-settings-autosave.php:8551
15007
  msgid "The name to be used for the album."
15008
  msgstr ""
15009
 
15010
+ #: wppa-settings-autosave.php:8554
15011
  msgid "Login name"
15012
  msgstr ""
15013
 
15014
+ #: wppa-settings-autosave.php:8554 wppa-upldr-widget.php:202
15015
  msgid "Display name"
15016
  msgstr ""
15017
 
15018
+ #: wppa-settings-autosave.php:8554
15019
  msgid "Id"
15020
  msgstr ""
15021
 
15022
+ #: wppa-settings-autosave.php:8554
15023
  msgid "Firstname Lastname"
15024
  msgstr ""
15025
 
15026
+ #: wppa-settings-autosave.php:8561
15027
  msgid "Grant parent selection method"
15028
  msgstr ""
15029
 
15030
+ #: wppa-settings-autosave.php:8562
15031
  msgid "The way the grant parents are defined."
15032
  msgstr ""
15033
 
15034
+ #: wppa-settings-autosave.php:8565
15035
  msgid "An album (multi)selectionbox"
15036
  msgstr ""
15037
 
15038
+ #: wppa-settings-autosave.php:8566
15039
  msgid "An album category"
15040
  msgstr ""
15041
 
15042
+ #: wppa-settings-autosave.php:8567
15043
  msgid "An index search token"
15044
  msgstr ""
15045
 
15046
+ #: wppa-settings-autosave.php:8581
15047
  msgid "Grant parent"
15048
  msgstr ""
15049
 
15050
+ #: wppa-settings-autosave.php:8582
15051
  msgid "The parent album(s) of the auto created albums."
15052
  msgstr ""
15053
 
15054
+ #: wppa-settings-autosave.php:8583
15055
  msgid ""
15056
  "You may select multiple albums. All logged in visitors will get their own "
15057
  "sub-album in each granted parent."
15058
  msgstr ""
15059
 
15060
+ #: wppa-settings-autosave.php:8601
15061
  msgid "Grant parent category"
15062
  msgstr ""
15063
 
15064
+ #: wppa-settings-autosave.php:8602
15065
  msgid "The category of the parent album(s) of the auto created albums."
15066
  msgstr ""
15067
 
15068
+ #: wppa-settings-autosave.php:8618
15069
  msgid "Grant parent index token"
15070
  msgstr ""
15071
 
15072
+ #: wppa-settings-autosave.php:8619
15073
  msgid ""
15074
  "The index token that defines the parent album(s) of the auto created albums."
15075
  msgstr ""
15076
 
15077
+ #: wppa-settings-autosave.php:8629
15078
+ msgid "Grant categories"
15079
  msgstr ""
15080
 
15081
+ #: wppa-settings-autosave.php:8630
15082
  msgid "The categories a new granted album will get."
15083
  msgstr ""
15084
 
15085
+ #: wppa-settings-autosave.php:8638
15086
  msgid "Grant tags"
15087
  msgstr ""
15088
 
15089
+ #: wppa-settings-autosave.php:8639
15090
  msgid "The default tags the photos in a new granted album will get."
15091
  msgstr ""
15092
 
15093
+ #: wppa-settings-autosave.php:8647
15094
  msgid "Max user albums"
15095
  msgstr ""
15096
 
15097
+ #: wppa-settings-autosave.php:8648
15098
  msgid "The max number of albums a user can create."
15099
  msgstr ""
15100
 
15101
+ #: wppa-settings-autosave.php:8649
15102
  msgid ""
15103
  "The maximum number of albums a user can create when he is not admin and "
15104
  "owner only is active"
15105
  msgstr ""
15106
 
15107
+ #: wppa-settings-autosave.php:8650
15108
  msgid "A number of 0 means No limit"
15109
  msgstr ""
15110
 
15111
+ #: wppa-settings-autosave.php:8657
15112
  msgid "Default photo name"
15113
  msgstr ""
15114
 
15115
+ #: wppa-settings-autosave.php:8658
15116
  msgid "Select the way the name of a new uploaded photo should be determined."
15117
  msgstr ""
15118
 
15119
+ #: wppa-settings-autosave.php:8661
15120
  msgid "Filename"
15121
  msgstr ""
15122
 
15123
+ #: wppa-settings-autosave.php:8662
15124
  msgid "Filename without extension"
15125
  msgstr ""
15126
 
15127
+ #: wppa-settings-autosave.php:8663
15128
  msgid "IPTC Tag 2#005 (Graphic name)"
15129
  msgstr ""
15130
 
15131
+ #: wppa-settings-autosave.php:8664
15132
  msgid "IPTC Tag 2#120 (Caption)"
15133
  msgstr ""
15134
 
15135
+ #: wppa-settings-autosave.php:8665
15136
  msgid "No name at all"
15137
  msgstr ""
15138
 
15139
+ #: wppa-settings-autosave.php:8666
15140
  msgid "Photo w#id (literally)"
15141
  msgstr ""
15142
 
15143
+ #: wppa-settings-autosave.php:8674
15144
  msgid "Default coverphoto"
15145
  msgstr ""
15146
 
15147
+ #: wppa-settings-autosave.php:8675
15148
  msgid "Name of photofile to become cover image"
15149
  msgstr ""
15150
 
15151
+ #: wppa-settings-autosave.php:8676
15152
  msgid ""
15153
  "If you name a photofile like this setting before upload, it will become the "
15154
  "coverimage automaticly."
15155
  msgstr ""
15156
 
15157
+ #: wppa-settings-autosave.php:8683
15158
  msgid "Copy Timestamp"
15159
  msgstr ""
15160
 
15161
+ #: wppa-settings-autosave.php:8684
15162
  msgid "Copy timestamp when copying photo."
15163
  msgstr ""
15164
 
15165
+ #: wppa-settings-autosave.php:8685
15166
  msgid "If checked, the copied photo is not \"new\""
15167
  msgstr ""
15168
 
15169
+ #: wppa-settings-autosave.php:8692
15170
  msgid "Copy Owner"
15171
  msgstr ""
15172
 
15173
+ #: wppa-settings-autosave.php:8693
15174
  msgid "Copy the owner when copying photo."
15175
  msgstr ""
15176
 
15177
+ #: wppa-settings-autosave.php:8701
15178
  msgid "FE Albums public"
15179
  msgstr ""
15180
 
15181
+ #: wppa-settings-autosave.php:8702
15182
  msgid "Frontend created albums are --- public ---"
15183
  msgstr ""
15184
 
15185
+ #: wppa-settings-autosave.php:8711
15186
  msgid "Optimize image files right after upload/import"
15187
  msgstr ""
15188
 
15189
+ #: wppa-settings-autosave.php:8712
15190
  msgid "This option requires the plugin EWWW Image Optimizer to be activated"
15191
  msgstr ""
15192
 
15193
+ #: wppa-settings-autosave.php:8719
15194
  msgid "Default album linktype"
15195
  msgstr ""
15196
 
15197
+ #: wppa-settings-autosave.php:8720
15198
  msgid "The album linktype for new albums"
15199
  msgstr ""
15200
 
15201
+ #: wppa-settings-autosave.php:8739
15202
  msgid "Search Albums and Photos related settings"
15203
  msgstr ""
15204
 
15205
+ #: wppa-settings-autosave.php:8741
15206
  msgid "Search page"
15207
  msgstr ""
15208
 
15209
+ #: wppa-settings-autosave.php:8742
15210
  msgid "Display the search results on page."
15211
  msgstr ""
15212
 
15213
+ #: wppa-settings-autosave.php:8743
15214
  msgid ""
15215
  "Select the page to be used to display search results. The page MUST contain "
15216
  "[wppa][/wppa]."
15217
  msgstr ""
15218
 
15219
+ #: wppa-settings-autosave.php:8744
15220
  msgid "You may give it the title \"Search results\" or something alike."
15221
  msgstr ""
15222
 
15223
+ #: wppa-settings-autosave.php:8745
15224
  msgid ""
15225
  "Or you ou may use the standard page on which you display the generic album."
15226
  msgstr ""
15227
 
15228
+ #: wppa-settings-autosave.php:8752
15229
+ msgid "--- Please select a page ---"
15230
+ msgstr ""
15231
+
15232
+ #: wppa-settings-autosave.php:8778
15233
  msgid "Exclude separate"
15234
  msgstr ""
15235
 
15236
+ #: wppa-settings-autosave.php:8779
15237
  msgid "Do not search 'separate' albums."
15238
  msgstr ""
15239
 
15240
+ #: wppa-settings-autosave.php:8780
15241
  msgid ""
15242
  "When checked, albums (and photos in them) that have the parent set to --- "
15243
  "separate --- will be excluded from being searched."
15244
  msgstr ""
15245
 
15246
+ #: wppa-settings-autosave.php:8781
15247
  msgid ""
15248
  "Except when you start searching in a 'saparate' album, with the \"search in "
15249
  "current section\" box ticked."
15250
  msgstr ""
15251
 
15252
+ #: wppa-settings-autosave.php:8788
15253
  msgid "Include tags"
15254
  msgstr ""
15255
 
15256
+ #: wppa-settings-autosave.php:8789
15257
  msgid "Do also search the photo tags."
15258
  msgstr ""
15259
 
15260
+ #: wppa-settings-autosave.php:8790
15261
  msgid "When checked, the tags of the photo will also be searched."
15262
  msgstr ""
15263
 
15264
+ #: wppa-settings-autosave.php:8797
15265
  msgid "Include categories"
15266
  msgstr ""
15267
 
15268
+ #: wppa-settings-autosave.php:8798
15269
  msgid "Do also search the album categories."
15270
  msgstr ""
15271
 
15272
+ #: wppa-settings-autosave.php:8799
15273
  msgid "When checked, the categories of the album will also be searched."
15274
  msgstr ""
15275
 
15276
+ #: wppa-settings-autosave.php:8806
15277
  msgid "Include comments"
15278
  msgstr ""
15279
 
15280
+ #: wppa-settings-autosave.php:8807
15281
  msgid "Do also search the comments on photos."
15282
  msgstr ""
15283
 
15284
+ #: wppa-settings-autosave.php:8808
15285
  msgid "When checked, the comments of the photos will also be searched."
15286
  msgstr ""
15287
 
15288
+ #: wppa-settings-autosave.php:8815
15289
  msgid "Photos only"
15290
  msgstr ""
15291
 
15292
+ #: wppa-settings-autosave.php:8816
15293
  msgid "Search for photos only."
15294
  msgstr ""
15295
 
15296
+ #: wppa-settings-autosave.php:8817
15297
  msgid "When checked, only photos will be searched for."
15298
  msgstr ""
15299
 
15300
+ #: wppa-settings-autosave.php:8832
15301
  msgid "Max albums found"
15302
  msgstr ""
15303
 
15304
+ #: wppa-settings-autosave.php:8833
15305
  msgid "The maximum number of albums to be displayed."
15306
  msgstr ""
15307
 
15308
+ #: wppa-settings-autosave.php:8841
15309
  msgid "Max photos found"
15310
  msgstr ""
15311
 
15312
+ #: wppa-settings-autosave.php:8842
15313
  msgid "The maximum number of photos to be displayed."
15314
  msgstr ""
15315
 
15316
+ #: wppa-settings-autosave.php:8850
15317
  msgid "Tags OR only"
15318
  msgstr ""
15319
 
15320
+ #: wppa-settings-autosave.php:8851
15321
  msgid "No and / or buttons"
15322
  msgstr ""
15323
 
15324
+ #: wppa-settings-autosave.php:8852
15325
  msgid ""
15326
  "Hide the and/or radiobuttons and do the or method in the multitag widget and "
15327
  "shortcode."
15328
  msgstr ""
15329
 
15330
+ #: wppa-settings-autosave.php:8859
15331
  msgid "Tags add Inverse"
15332
  msgstr ""
15333
 
15334
+ #: wppa-settings-autosave.php:8860
15335
  msgid "Add a checkbox to invert the selection."
15336
  msgstr ""
15337
 
15338
+ #: wppa-settings-autosave.php:8861
15339
  msgid "Adds an Invert (NOT) checkbox on the multitag widget and shortcode."
15340
  msgstr ""
15341
 
15342
+ #: wppa-settings-autosave.php:8868
15343
  msgid "Floating searchtoken"
15344
  msgstr ""
15345
 
15346
+ #: wppa-settings-autosave.php:8869
15347
  msgid "A match need not start at the first char."
15348
  msgstr ""
15349
 
15350
+ #: wppa-settings-autosave.php:8870
15351
  msgid ""
15352
  "A match is found while searching also when the entered token is somewhere in "
15353
  "the middle of a word."
15354
  msgstr ""
15355
 
15356
+ #: wppa-settings-autosave.php:8871
15357
  msgid "This works in indexed search only!"
15358
  msgstr ""
15359
 
15360
+ #: wppa-settings-autosave.php:8878
15361
  msgid "Search results display"
15362
  msgstr ""
15363
 
15364
+ #: wppa-settings-autosave.php:8879
15365
  msgid "Select the way the search results should be displayed."
15366
  msgstr ""
15367
 
15368
+ #: wppa-settings-autosave.php:8880
15369
  msgid ""
15370
  "If you select anything different from \"Albums and thumbnails\", \"Photos "
15371
  "only\" is assumed (Table IX-E6)."
15372
  msgstr ""
15373
 
15374
+ #: wppa-settings-autosave.php:8882
15375
  msgid "Albums and thumbnails"
15376
  msgstr ""
15377
 
15378
+ #: wppa-settings-autosave.php:8882
15379
  msgid "Slideonly slideshow"
15380
  msgstr ""
15381
 
15382
+ #: wppa-settings-autosave.php:8889
15383
  msgid "Name max length"
15384
  msgstr ""
15385
 
15386
+ #: wppa-settings-autosave.php:8890
15387
  msgid "Max length of displayed photonames in supersearch selectionlist"
15388
  msgstr ""
15389
 
15390
+ #: wppa-settings-autosave.php:8891 wppa-settings-autosave.php:8900
15391
  msgid ""
15392
  "To limit the length of the selectionlist, enter the number of characters to "
15393
  "show."
15394
  msgstr ""
15395
 
15396
+ #: wppa-settings-autosave.php:8898
15397
  msgid "Text max length"
15398
  msgstr ""
15399
 
15400
+ #: wppa-settings-autosave.php:8899
15401
  msgid "Max length of displayed photo text in supersearch selectionlist"
15402
  msgstr ""
15403
 
15404
+ #: wppa-settings-autosave.php:8907
15405
  msgid "Search toptext"
15406
  msgstr ""
15407
 
15408
+ #: wppa-settings-autosave.php:8908
15409
  msgid "The text at the top of the search box."
15410
  msgstr ""
15411
 
15412
+ #: wppa-settings-autosave.php:8909
15413
+ msgid ""
15414
+ "This is the equivalence of the text you can enter in the widget activation "
15415
+ "screen to show above the input box, but now for the search shortcode display."
15416
+ msgstr ""
15417
+
15418
+ #: wppa-settings-autosave.php:8910
15419
  msgid "May contain unfiltered HTML."
15420
  msgstr ""
15421
 
15422
+ #: wppa-settings-autosave.php:8917
15423
  msgid "Section search text"
15424
  msgstr ""
15425
 
15426
+ #: wppa-settings-autosave.php:8918
15427
+ msgid ""
15428
+ "The labeltext at the checkbox for the 'Search in current section' checkbox."
15429
  msgstr ""
15430
 
15431
+ #: wppa-settings-autosave.php:8926
15432
  msgid "Results search text"
15433
  msgstr ""
15434
 
15435
+ #: wppa-settings-autosave.php:8927
15436
+ msgid ""
15437
+ "The labeltext at the checkbox for the 'Search in current results' checkbox."
15438
+ msgstr ""
15439
+
15440
+ #: wppa-settings-autosave.php:8935
15441
  msgid "Minimum search token length"
15442
  msgstr ""
15443
 
15444
+ #: wppa-settings-autosave.php:8936
15445
  msgid "The minmum number of chars in a search request."
15446
  msgstr ""
15447
 
15448
+ #: wppa-settings-autosave.php:8944
15449
  msgid "Exclude from search"
15450
  msgstr ""
15451
 
15452
+ #: wppa-settings-autosave.php:8945
15453
  msgid "Exclude these words from search index."
15454
  msgstr ""
15455
 
15456
+ #: wppa-settings-autosave.php:8946
15457
  msgid "Enter words separated by commas (,)"
15458
  msgstr ""
15459
 
15460
+ #: wppa-settings-autosave.php:8953
15461
  msgid "Exclude numbers"
15462
  msgstr ""
15463
 
15464
+ #: wppa-settings-autosave.php:8954
15465
  msgid "Exclude numbers from search index."
15466
  msgstr ""
15467
 
15468
+ #: wppa-settings-autosave.php:8955
15469
  msgid "If ticked, photos and albums are not searcheable by numbers."
15470
  msgstr ""
15471
 
15472
+ #: wppa-settings-autosave.php:8962
15473
  msgid "Ignore slash"
15474
  msgstr ""
15475
 
15476
+ #: wppa-settings-autosave.php:8963
15477
  msgid "Ignore slash chracter (/)."
15478
  msgstr ""
15479
 
15480
+ #: wppa-settings-autosave.php:8971
15481
  msgid "Watermark related settings"
15482
  msgstr ""
15483
 
15484
+ #: wppa-settings-autosave.php:8974
15485
  msgid "Enable the application of watermarks."
15486
  msgstr ""
15487
 
15488
+ #: wppa-settings-autosave.php:8975
15489
  msgid "If checked, photos can be watermarked during upload / import."
15490
  msgstr ""
15491
 
15492
+ #: wppa-settings-autosave.php:8984
15493
  msgid "Watermark file"
15494
  msgstr ""
15495
 
15496
+ #: wppa-settings-autosave.php:8985
15497
  msgid "The default watermarkfile to be used."
15498
  msgstr ""
15499
 
15500
+ #: wppa-settings-autosave.php:8986
15501
  msgid "Watermark files are of type png and reside in"
15502
  msgstr ""
15503
 
15504
+ #: wppa-settings-autosave.php:8987
15505
  msgid ""
15506
  "A suitable watermarkfile typically consists of a transparent background and "
15507
  "a black text or drawing."
15508
  msgstr ""
15509
 
15510
+ #: wppa-settings-autosave.php:8989
15511
  msgid ""
15512
  "You may also select one of the textual watermark types at the bottom of the "
15513
  "selection list."
15514
  msgstr ""
15515
 
15516
+ #: wppa-settings-autosave.php:8993
15517
  msgid "position:"
15518
  msgstr ""
15519
 
15520
+ #: wppa-settings-autosave.php:8999
15521
  msgid "Upload watermark"
15522
  msgstr ""
15523
 
15524
+ #: wppa-settings-autosave.php:9000
15525
  msgid "Upload a new watermark file"
15526
  msgstr ""
15527
 
15528
+ #: wppa-settings-autosave.php:9004
15529
  msgid "Upload watermark image"
15530
  msgstr ""
15531
 
15532
+ #: wppa-settings-autosave.php:9009
15533
  msgid "Watermark opacity image"
15534
  msgstr ""
15535
 
15536
+ #: wppa-settings-autosave.php:9010
15537
  msgid "You can set the intensity of image watermarks here."
15538
  msgstr ""
15539
 
15540
+ #: wppa-settings-autosave.php:9011 wppa-settings-autosave.php:9116
15541
  msgid ""
15542
  "The higher the number, the intenser the watermark. Value must be > 0 and <= "
15543
  "100."
15544
  msgstr ""
15545
 
15546
+ #: wppa-settings-autosave.php:9018
15547
  msgid "Textual watermark style"
15548
  msgstr ""
15549
 
15550
+ #: wppa-settings-autosave.php:9019
15551
  msgid "The way the textual watermarks look like"
15552
  msgstr ""
15553
 
15554
+ #: wppa-settings-autosave.php:9023
15555
  msgid "TV subtitle style"
15556
  msgstr ""
15557
 
15558
+ #: wppa-settings-autosave.php:9023
15559
  msgid "White text on black background"
15560
  msgstr ""
15561
 
15562
+ #: wppa-settings-autosave.php:9023
15563
  msgid "Black text on white background"
15564
  msgstr ""
15565
 
15566
+ #: wppa-settings-autosave.php:9023
15567
  msgid "Reverse TV style (Utopia)"
15568
  msgstr ""
15569
 
15570
+ #: wppa-settings-autosave.php:9023
15571
  msgid "White on transparent background"
15572
  msgstr ""
15573
 
15574
+ #: wppa-settings-autosave.php:9023
15575
  msgid "Black on transparent background"
15576
  msgstr ""
15577
 
15578
+ #: wppa-settings-autosave.php:9033
15579
  msgid "Predefined watermark text"
15580
  msgstr ""
15581
 
15582
+ #: wppa-settings-autosave.php:9034
15583
  msgid "The text to use when --- pre-defined --- is selected."
15584
  msgstr ""
15585
 
15586
+ #: wppa-settings-autosave.php:9035
15587
  msgid "You may use the following keywords:"
15588
  msgstr ""
15589
 
15590
+ #: wppa-settings-autosave.php:9036
15591
  msgid ""
15592
  "w#site, w#displayname, all standard photo keywords, iptc and exif keywords"
15593
  msgstr ""
15594
 
15595
+ #: wppa-settings-autosave.php:9043
15596
  msgid "Textual watermark font"
15597
  msgstr ""
15598
 
15599
+ #: wppa-settings-autosave.php:9044
15600
  msgid "The font to use with textusl watermarks."
15601
  msgstr ""
15602
 
15603
+ #: wppa-settings-autosave.php:9045
15604
  msgid "Except for the system font, are font files of type ttf and reside in"
15605
  msgstr ""
15606
 
15607
+ #: wppa-settings-autosave.php:9073
15608
  msgid "Textual watermark font size"
15609
  msgstr ""
15610
 
15611
+ #: wppa-settings-autosave.php:9074
15612
  msgid "You can set the size of the truetype fonts only."
15613
  msgstr ""
15614
 
15615
+ #: wppa-settings-autosave.php:9075
15616
  msgid ""
15617
  "System font can have size 1,2,3,4 or 5, in some stoneage fontsize units. Any "
15618
  "value > 5 will be treated as 5."
15619
  msgstr ""
15620
 
15621
+ #: wppa-settings-autosave.php:9076
15622
  msgid ""
15623
  "Truetype fonts can have any positive integer size, if your PHPs GD version "
15624
  "is 1, in pixels, in GD2 in points."
15625
  msgstr ""
15626
 
15627
+ #: wppa-settings-autosave.php:9077
15628
  msgid "It is unclear howmany pixels a point is..."
15629
  msgstr ""
15630
 
15631
+ #: wppa-settings-autosave.php:9084
15632
  msgid "Foreground color"
15633
  msgstr ""
15634
 
15635
+ #: wppa-settings-autosave.php:9085
15636
  msgid "Textual watermark foreground color (black)."
15637
  msgstr ""
15638
 
15639
+ #: wppa-settings-autosave.php:9095
15640
  msgid "Textual watermark background color (white)."
15641
  msgstr ""
15642
 
15643
+ #: wppa-settings-autosave.php:9104
15644
  msgid "Upload watermark font"
15645
  msgstr ""
15646
 
15647
+ #: wppa-settings-autosave.php:9105
15648
  msgid "Upload a new watermark font file"
15649
  msgstr ""
15650
 
15651
+ #: wppa-settings-autosave.php:9106
15652
  msgid ""
15653
  "Upload truetype fonts (.ttf) only, and test if they work on your server "
15654
  "platform."
15655
  msgstr ""
15656
 
15657
+ #: wppa-settings-autosave.php:9109
15658
  msgid "Upload TrueType font"
15659
  msgstr ""
15660
 
15661
+ #: wppa-settings-autosave.php:9114
15662
  msgid "Watermark opacity text"
15663
  msgstr ""
15664
 
15665
+ #: wppa-settings-autosave.php:9115
15666
  msgid "You can set the intensity of a text watermarks here."
15667
  msgstr ""
15668
 
15669
+ #: wppa-settings-autosave.php:9124
15670
  msgid "A real life preview. To update: refresh the page."
15671
  msgstr ""
15672
 
15673
+ #: wppa-settings-autosave.php:9135
15674
  msgid "Watermark thumbnails"
15675
  msgstr ""
15676
 
15677
+ #: wppa-settings-autosave.php:9136
15678
  msgid "Watermark also the thumbnail image files."
15679
  msgstr ""
15680
 
15681
+ #: wppa-settings-autosave.php:9144
15682
  msgid "Slideshow elements sequence order settings"
15683
  msgstr ""
15684
 
15685
+ #: wppa-settings-autosave.php:9150 wppa-settings-autosave.php:9196
15686
  msgid "StartStop"
15687
  msgstr ""
15688
 
15689
+ #: wppa-settings-autosave.php:9151 wppa-settings-autosave.php:9197
15690
  msgid "SlideFrame"
15691
  msgstr ""
15692
 
15693
+ #: wppa-settings-autosave.php:9153
15694
  msgid "Desc"
15695
  msgstr ""
15696
 
15697
+ #: wppa-settings-autosave.php:9156 wppa-settings-autosave.php:9201
15698
  msgid "FilmStrip"
15699
  msgstr ""
15700
 
15701
+ #: wppa-settings-autosave.php:9157 wppa-settings-autosave.php:9202
15702
  msgid "Browsebar"
15703
  msgstr ""
15704
 
15705
+ #: wppa-settings-autosave.php:9159 wppa-settings-autosave.php:9204
15706
  msgid "IPTC data"
15707
  msgstr ""
15708
 
15709
+ #: wppa-settings-autosave.php:9160 wppa-settings-autosave.php:9205
15710
  msgid "EXIF data"
15711
  msgstr ""
15712
 
15713
+ #: wppa-settings-autosave.php:9161 wppa-settings-autosave.php:9206
15714
  msgid "Share box"
15715
  msgstr ""
15716
 
15717
+ #: wppa-settings-autosave.php:9163 wppa-settings-autosave.php:9208
15718
  msgid "Enabled"
15719
  msgstr ""
15720
 
15721
+ #: wppa-settings-autosave.php:9164 wppa-settings-autosave.php:9209
15722
  msgid "Disabled"
15723
  msgstr ""
15724
 
15725
+ #: wppa-settings-autosave.php:9166 wppa-settings-autosave.php:9211
15726
  msgid "Start/Stop & Slower/Faster navigation bar"
15727
  msgstr ""
15728
 
15729
+ #: wppa-settings-autosave.php:9167 wppa-settings-autosave.php:9212
15730
  msgid "The Slide Frame"
15731
  msgstr ""
15732
 
15733
+ #: wppa-settings-autosave.php:9167 wppa-settings-autosave.php:9212
15734
  msgid "( Always )"
15735
  msgstr ""
15736
 
15737
+ #: wppa-settings-autosave.php:9168
15738
  msgid "Photo Name Box"
15739
  msgstr ""
15740
 
15741
+ #: wppa-settings-autosave.php:9169
15742
  msgid "Photo Description Box"
15743
  msgstr ""
15744
 
15745
+ #: wppa-settings-autosave.php:9170 wppa-settings-autosave.php:9214
15746
  msgid "Custom Box"
15747
  msgstr ""
15748
 
15749
+ #: wppa-settings-autosave.php:9171 wppa-settings-autosave.php:9215
15750
  msgid "Rating Bar"
15751
  msgstr ""
15752
 
15753
+ #: wppa-settings-autosave.php:9172 wppa-settings-autosave.php:9216
15754
  msgid "Film Strip with embedded Start/Stop and Goto functionality"
15755
  msgstr ""
15756
 
15757
+ #: wppa-settings-autosave.php:9173 wppa-settings-autosave.php:9217
15758
  msgid "Browse Bar with Photo X of Y counter"
15759
  msgstr ""
15760
 
15761
+ #: wppa-settings-autosave.php:9174 wppa-settings-autosave.php:9218
15762
  msgid "Comments Box"
15763
  msgstr ""
15764
 
15765
+ #: wppa-settings-autosave.php:9175 wppa-settings-autosave.php:9219
15766
  msgid "IPTC box"
15767
  msgstr ""
15768
 
15769
+ #: wppa-settings-autosave.php:9176 wppa-settings-autosave.php:9220
15770
  msgid "EXIF box"
15771
  msgstr ""
15772
 
15773
+ #: wppa-settings-autosave.php:9177 wppa-settings-autosave.php:9221
15774
  msgid "Social media share box"
15775
  msgstr ""
15776
 
15777
+ #: wppa-settings-autosave.php:9183 wppa-settings-autosave.php:9227
15778
  msgid "Move Up"
15779
  msgstr ""
15780
 
15781
+ #: wppa-settings-autosave.php:9198
15782
  msgid "NameDesc"
15783
  msgstr ""
15784
 
15785
+ #: wppa-settings-autosave.php:9213
15786
  msgid "Photo Name & Description Box"
15787
  msgstr ""
15788
 
15789
+ #: wppa-settings-autosave.php:9237
15790
  msgid "Swap Namedesc"
15791
  msgstr ""
15792
 
15793
+ #: wppa-settings-autosave.php:9238
15794
  msgid "Swap the order sequence of name and description"
15795
  msgstr ""
15796
 
15797
+ #: wppa-settings-autosave.php:9246
15798
  msgid "Split Name and Desc"
15799
  msgstr ""
15800
 
15801
+ #: wppa-settings-autosave.php:9247
15802
  msgid "Put Name and Description in separate boxes"
15803
  msgstr ""
15804
 
15805
+ #: wppa-settings-autosave.php:9250
15806
  msgid "Please reload this page after the green checkmark appears!"
15807
  msgstr ""
15808
 
15809
+ #: wppa-settings-autosave.php:9255
15810
  msgid "Source file management and other upload/import settings and actions."
15811
  msgstr ""
15812
 
15813
+ #: wppa-settings-autosave.php:9257
15814
  msgid "Keep sourcefiles admin"
15815
  msgstr ""
15816
 
15817
+ #: wppa-settings-autosave.php:9258
15818
  msgid "Keep the original uploaded and imported photo files."
15819
  msgstr ""
15820
 
15821
+ #: wppa-settings-autosave.php:9259 wppa-settings-autosave.php:9269
15822
  msgid ""
15823
  "The files will be kept in a separate directory with subdirectories for each "
15824
  "album"
15825
  msgstr ""
15826
 
15827
+ #: wppa-settings-autosave.php:9260 wppa-settings-autosave.php:9270
15828
  msgid ""
15829
  "These files can be used to update the photos used in displaying in wppa+ and "
15830
  "optionally for downloading original, un-downsized images."
15831
  msgstr ""
15832
 
15833
+ #: wppa-settings-autosave.php:9267
15834
  msgid "Keep sourcefiles frontend"
15835
  msgstr ""
15836
 
15837
+ #: wppa-settings-autosave.php:9268
15838
  msgid "Keep the original frontend uploaded photo files."
15839
  msgstr ""
15840
 
15841
+ #: wppa-settings-autosave.php:9277
15842
  msgid "Source directory"
15843
  msgstr ""
15844
 
15845
+ #: wppa-settings-autosave.php:9278
15846
  msgid "The path to the directory where the original photofiles will be saved."
15847
  msgstr ""
15848
 
15849
+ #: wppa-settings-autosave.php:9279
15850
  msgid "You may change the directory path, but it can not be an url."
15851
  msgstr ""
15852
 
15853
+ #: wppa-settings-autosave.php:9280
15854
  msgid ""
15855
  "The parent of the directory that you enter here must exist and be writable."
15856
  msgstr ""
15857
 
15858
+ #: wppa-settings-autosave.php:9281
15859
  msgid "The directory itsself will be created if it does not exist yet."
15860
  msgstr ""
15861
 
15862
+ #: wppa-settings-autosave.php:9288
15863
  msgid "Keep sync"
15864
  msgstr ""
15865
 
15866
+ #: wppa-settings-autosave.php:9289
15867
  msgid "Keep source synchronously with wppa system."
15868
  msgstr ""
15869
 
15870
+ #: wppa-settings-autosave.php:9290
15871
  msgid ""
15872
  "If checked, photos that are deleted from wppa, will also be removed from the "
15873
  "sourcefiles."
15874
  msgstr ""
15875
 
15876
+ #: wppa-settings-autosave.php:9291
15877
  msgid ""
15878
  "Also, copying or moving photos to different albums, will also copy/move the "
15879
  "sourcefiles."
15880
  msgstr ""
15881
 
15882
+ #: wppa-settings-autosave.php:9298
15883
  msgid "Remake add"
15884
  msgstr ""
15885
 
15886
+ #: wppa-settings-autosave.php:9299
15887
  msgid "Photos will be added from the source pool"
15888
  msgstr ""
15889
 
15890
+ #: wppa-settings-autosave.php:9300
15891
  msgid ""
15892
  "If checked: If photo files are found in the source directory that do not "
15893
  "exist in the corresponding album, they will be added to the album."
15894
  msgstr ""
15895
 
15896
+ #: wppa-settings-autosave.php:9307
15897
  msgid "Save IPTC data"
15898
  msgstr ""
15899
 
15900
+ #: wppa-settings-autosave.php:9308
15901
  msgid "Store the iptc data from the photo into the iptc db table"
15902
  msgstr ""
15903
 
15904
+ #: wppa-settings-autosave.php:9309
15905
  msgid ""
15906
  "You will need this if you enabled the display of iptc data in Table II-B17 "
15907
  "or if you use it in the photo descriptions."
15908
  msgstr ""
15909
 
15910
+ #: wppa-settings-autosave.php:9316
15911
  msgid "Save EXIF data"
15912
  msgstr ""
15913
 
15914
+ #: wppa-settings-autosave.php:9317
15915
  msgid "Store the exif data from the photo into the exif db table"
15916
  msgstr ""
15917
 
15918
+ #: wppa-settings-autosave.php:9318
15919
  msgid ""
15920
  "You will need this if you enabled the display of exif data in Table II-B18 "
15921
  "or if you use it in the photo descriptions."
15922
  msgstr ""
15923
 
15924
+ #: wppa-settings-autosave.php:9325
15925
  msgid "Max EXIF tag array size"
15926
  msgstr ""
15927
 
15928
+ #: wppa-settings-autosave.php:9326
15929
  msgid "Truncate array tags to ..."
15930
  msgstr ""
15931
 
15932
+ #: wppa-settings-autosave.php:9327
15933
  msgid "A value of 0 disables this feature"
15934
  msgstr ""
15935
 
15936
+ #: wppa-settings-autosave.php:9329
15937
  msgid "elements"
15938
  msgstr ""
15939
 
15940
+ #: wppa-settings-autosave.php:9334
15941
  msgid "Import Create page"
15942
  msgstr ""
15943
 
15944
+ #: wppa-settings-autosave.php:9335
15945
+ msgid ""
15946
+ "Create wp page that shows the album when a directory to album is imported."
15947
  msgstr ""
15948
 
15949
+ #: wppa-settings-autosave.php:9336
15950
  msgid ""
15951
  "As soon as an album is created when a directory is imported, a wp page is "
15952
  "made that displays the album content."
15953
  msgstr ""
15954
 
15955
+ #: wppa-settings-autosave.php:9344
15956
  msgid "Page content"
15957
  msgstr ""
15958
 
15959
+ #: wppa-settings-autosave.php:9345
15960
  msgid "The content of the page. Must contain <b>w#album</b>"
15961
  msgstr ""
15962
 
15963
+ #: wppa-settings-autosave.php:9346
15964
  msgid ""
15965
  "The content of the page. Note: it must contain w#album. This will be "
15966
  "replaced by the album number in the generated shortcode."
15967
  msgstr ""
15968
 
15969
+ #: wppa-settings-autosave.php:9354
15970
  msgid "Page type"
15971
  msgstr ""
15972
 
15973
+ #: wppa-settings-autosave.php:9355
15974
  msgid "Select the type of page to create."
15975
  msgstr ""
15976
 
15977
+ #: wppa-settings-autosave.php:9359
15978
  msgid "Post"
15979
  msgstr ""
15980
 
15981
+ #: wppa-settings-autosave.php:9366
15982
  msgid "Page status"
15983
  msgstr ""
15984
 
15985
+ #: wppa-settings-autosave.php:9367
15986
  msgid "Select the initial status of the page."
15987
  msgstr ""
15988
 
15989
+ #: wppa-settings-autosave.php:9371
15990
  msgid "Published"
15991
  msgstr ""
15992
 
15993
+ #: wppa-settings-autosave.php:9371
15994
  msgid "Draft"
15995
  msgstr ""
15996
 
15997
+ #: wppa-settings-autosave.php:9379
15998
  msgid "Permalink root"
15999
  msgstr ""
16000
 
16001
+ #: wppa-settings-autosave.php:9380
16002
  msgid "The name of the root for the photofile permalink structure."
16003
  msgstr ""
16004
 
16005
+ #: wppa-settings-autosave.php:9381
16006
  msgid ""
16007
  "Choose a convenient name like \"albums\" or so; this will be the name of a "
16008
  "folder inside .../wp-content/. Make sure you choose a unique name"
16009
  msgstr ""
16010
 
16011
+ #: wppa-settings-autosave.php:9382
16012
  msgid "If you make this field empty, the feature is disabled."
16013
  msgstr ""
16014
 
16015
+ #: wppa-settings-autosave.php:9390
16016
  msgid "Import parent check"
16017
  msgstr ""
16018
 
16019
+ #: wppa-settings-autosave.php:9391
16020
+ msgid "Makes the album tree like the directory tree on Import Dirs to albums."
16021
  msgstr ""
16022
 
16023
+ #: wppa-settings-autosave.php:9392
16024
  msgid ""
16025
+ "Untick only if all your albums have unique names. In this case additional "
16026
+ "photos may be ftp'd to toplevel depot subdirs."
16027
  msgstr ""
16028
 
16029
+ #: wppa-settings-autosave.php:9399
16030
  msgid "Keep dir to album files"
16031
  msgstr ""
16032
 
16033
+ #: wppa-settings-autosave.php:9400
16034
  msgid "Keep imported files after dir to album import"
16035
  msgstr ""
16036
 
16037
+ #: wppa-settings-autosave.php:9409
16038
  msgid "Other plugins related settings"
16039
  msgstr ""
16040
 
16041
+ #: wppa-settings-autosave.php:9411
16042
  msgid "Foreign shortcodes general"
16043
  msgstr ""
16044
 
16045
+ #: wppa-settings-autosave.php:9412
16046
  msgid "Enable foreign shortcodes in album names, albums desc and photo names"
16047
  msgstr ""
16048
 
16049
+ #: wppa-settings-autosave.php:9420
16050
  msgid "Foreign shortcodes fullsize"
16051
  msgstr ""
16052
 
16053
+ #: wppa-settings-autosave.php:9421
16054
  msgid "Enable the use of non-wppa+ shortcodes in fullsize photo descriptions."
16055
  msgstr ""
16056
 
16057
+ #: wppa-settings-autosave.php:9422 wppa-settings-autosave.php:9433
16058
  msgid ""
16059
  "When checked, you can use shortcodes from other plugins in the description "
16060
  "of photos."
16061
  msgstr ""
16062
 
16063
+ #: wppa-settings-autosave.php:9423
16064
  msgid "The shortcodes will be expanded in the descriptions of fullsize images."
16065
  msgstr ""
16066
 
16067
+ #: wppa-settings-autosave.php:9424 wppa-settings-autosave.php:9435
16068
  msgid "You will most likely need also to check Table IX-A1 (Allow HTML)."
16069
  msgstr ""
16070
 
16071
+ #: wppa-settings-autosave.php:9431
16072
  msgid "Foreign shortcodes thumbnails"
16073
  msgstr ""
16074
 
16075
+ #: wppa-settings-autosave.php:9432
16076
  msgid "Enable the use of non-wppa+ shortcodes in thumbnail photo descriptions."
16077
  msgstr ""
16078
 
16079
+ #: wppa-settings-autosave.php:9434
16080
  msgid ""
16081
  "The shortcodes will be expanded in the descriptions of thumbnail images."
16082
  msgstr ""
16083
 
16084
+ #: wppa-settings-autosave.php:9442
16085
  msgid "Lightbox keyname"
16086
  msgstr ""
16087
 
16088
+ #: wppa-settings-autosave.php:9443
16089
  msgid "The identifier of lightbox."
16090
  msgstr ""
16091
 
16092
+ #: wppa-settings-autosave.php:9444
16093
  msgid ""
16094
  "If you use a lightbox plugin that uses rel=\"lbox-id\" you can enter the "
16095
  "lbox-id here."
16096
  msgstr ""
16097
 
16098
+ #: wppa-settings-autosave.php:9451
16099
  msgid "myCRED / Cube Points: Comment"
16100
  msgstr ""
16101
 
16102
+ #: wppa-settings-autosave.php:9452
16103
  msgid "Number of points for giving a comment"
16104
  msgstr ""
16105
 
16106
+ #: wppa-settings-autosave.php:9453 wppa-settings-autosave.php:9462
16107
+ #: wppa-settings-autosave.php:9471 wppa-settings-autosave.php:9480
16108
  msgid "This setting requires the plugin myCRED or Cube Points"
16109
  msgstr ""
16110
 
16111
+ #: wppa-settings-autosave.php:9455 wppa-settings-autosave.php:9464
16112
  msgid "points per comment"
16113
  msgstr ""
16114
 
16115
+ #: wppa-settings-autosave.php:9460
16116
  msgid "myCRED / Cube Points: Appr Comment"
16117
  msgstr ""
16118
 
16119
+ #: wppa-settings-autosave.php:9461
16120
  msgid "Number of points for receiving an approved comment"
16121
  msgstr ""
16122
 
16123
+ #: wppa-settings-autosave.php:9469
16124
  msgid "myCRED / Cube Points: Rating"
16125
  msgstr ""
16126
 
16127
+ #: wppa-settings-autosave.php:9470
16128
  msgid "Number of points for a rating vote"
16129
  msgstr ""
16130
 
16131
+ #: wppa-settings-autosave.php:9473
16132
  msgid "points per vote"
16133
  msgstr ""
16134
 
16135
+ #: wppa-settings-autosave.php:9478
16136
  msgid "myCRED / Cube Points: Upload"
16137
  msgstr ""
16138
 
16139
+ #: wppa-settings-autosave.php:9479
16140
  msgid "Number of points for a successfull frontend upload"
16141
  msgstr ""
16142
 
16143
+ #: wppa-settings-autosave.php:9482
16144
  msgid "points per upload"
16145
  msgstr ""
16146
 
16147
+ #: wppa-settings-autosave.php:9487
16148
  msgid "Use SCABN"
16149
  msgstr ""
16150
 
16151
+ #: wppa-settings-autosave.php:9488
16152
  msgid "Use the wppa interface to Simple Cart & Buy Now plugin."
16153
  msgstr ""
16154
 
16155
+ #: wppa-settings-autosave.php:9489
16156
  msgid ""
16157
  "If checked, the shortcode to use for the \"add to cart\" button in photo "
16158
  "descriptions is [cart ...]"
16159
  msgstr ""
16160
 
16161
+ #: wppa-settings-autosave.php:9490
16162
  msgid ""
16163
  "as opposed to [scabn ...] for the original scabn \"add to cart\" button."
16164
  msgstr ""
16165
 
16166
+ #: wppa-settings-autosave.php:9491
16167
  msgid "The shortcode for the check-out page is still [scabn]"
16168
  msgstr ""
16169
 
16170
+ #: wppa-settings-autosave.php:9492
16171
  msgid ""
16172
  "The arguments are the same, the defaults are: name = photoname, price = 0.01."
16173
  msgstr ""
16174
 
16175
+ #: wppa-settings-autosave.php:9493
16176
  msgid ""
16177
  "Supplying the price should be sufficient; supply a name only when it differs "
16178
  "from the photo name."
16179
  msgstr ""
16180
 
16181
+ #: wppa-settings-autosave.php:9494
16182
  msgid "This shortcode handler will also work with Ajax enabled."
16183
  msgstr ""
16184
 
16185
+ #: wppa-settings-autosave.php:9495
16186
  msgid ""
16187
  "Using this interface makes sure that the item urls and callback action urls "
16188
  "are correct."
16189
  msgstr ""
16190
 
16191
+ #: wppa-settings-autosave.php:9502
16192
  msgid "Use CM Tooltip Glossary"
16193
  msgstr ""
16194
 
16195
+ #: wppa-settings-autosave.php:9503
16196
  msgid "Use plugin CM Tooltip Glossary on photo and album descriptions."
16197
  msgstr ""
16198
 
16199
+ #: wppa-settings-autosave.php:9504
16200
  msgid ""
16201
  "You MUST set Table IV-A13: Defer javascript, also if you do not want this "
16202
  "plugin to act on album and photo descriptions!"
16203
  msgstr ""
16204
 
16205
+ #: wppa-settings-autosave.php:9512
16206
  msgid "External services related settings and actions."
16207
  msgstr ""
16208
 
16209
+ #: wppa-settings-autosave.php:9514
16210
  msgid "QR Code widget size"
16211
  msgstr ""
16212
 
16213
+ #: wppa-settings-autosave.php:9515
16214
  msgid "The size of the QR code display."
16215
  msgstr ""
16216
 
16217
+ #: wppa-settings-autosave.php:9523
16218
  msgid "QR color"
16219
  msgstr ""
16220
 
16221
+ #: wppa-settings-autosave.php:9524
16222
  msgid "The display color of the qr code (dark)"
16223
  msgstr ""
16224
 
16225
+ #: wppa-settings-autosave.php:9525
16226
  msgid "This color MUST be given in hexadecimal format!"
16227
  msgstr ""
16228
 
16229
+ #: wppa-settings-autosave.php:9532
16230
  msgid "QR background color"
16231
  msgstr ""
16232
 
16233
+ #: wppa-settings-autosave.php:9533
16234
  msgid "The background color of the qr code (light)"
16235
  msgstr ""
16236
 
16237
+ #: wppa-settings-autosave.php:9541
16238
  msgid "QR cache"
16239
  msgstr ""
16240
 
16241
+ #: wppa-settings-autosave.php:9542
16242
  msgid "Enable caching QR codes"
16243
  msgstr ""
16244
 
16245
+ #: wppa-settings-autosave.php:9542
16246
  #, php-format
16247
  msgid "So far %d cache hits, %d miss"
16248
  msgstr ""
16249
 
16250
+ #: wppa-settings-autosave.php:9550
16251
  msgid "CDN Service"
16252
  msgstr ""
16253
 
16254
+ #: wppa-settings-autosave.php:9551
16255
  msgid "Select a CDN Service you want to use."
16256
  msgstr ""
16257
 
16258
+ #: wppa-settings-autosave.php:9554
16259
  msgid "Cloudinary in maintenance mode"
16260
  msgstr ""
16261
 
16262
+ #: wppa-settings-autosave.php:9564
16263
  msgid "Cloud name"
16264
  msgstr ""
16265
 
16266
+ #: wppa-settings-autosave.php:9573
16267
  msgid "API key"
16268
  msgstr ""
16269
 
16270
+ #: wppa-settings-autosave.php:9582
16271
  msgid "API secret"
16272
  msgstr ""
16273
 
16274
+ #: wppa-settings-autosave.php:9591
16275
  msgid "Delete all"
16276
  msgstr ""
16277
 
16278
+ #: wppa-settings-autosave.php:9592
16279
  msgid "Deletes them all !!!"
16280
  msgstr ""
16281
 
16282
+ #: wppa-settings-autosave.php:9600
16283
  msgid "Delete derived images"
16284
  msgstr ""
16285
 
16286
+ #: wppa-settings-autosave.php:9601
16287
  msgid "Deletes all derived images !!!"
16288
  msgstr ""
16289
 
16290
+ #: wppa-settings-autosave.php:9609
16291
  msgid "Max lifetime"
16292
  msgstr ""
16293
 
16294
+ #: wppa-settings-autosave.php:9610
16295
  msgid "Old images from local server, new images from Cloudinary."
16296
  msgstr ""
16297
 
16298
+ #: wppa-settings-autosave.php:9611
16299
  msgid ""
16300
+ "If NOT set to Forever (0): You need to run Table VIII-B15 on a regular basis."
16301
  msgstr ""
16302
 
16303
+ #: wppa-settings-autosave.php:9613
16304
  msgid "Forever"
16305
  msgstr ""
16306
 
16307
+ #: wppa-settings-autosave.php:9644
16308
  msgid "Cloudinary usage"
16309
  msgstr ""
16310
 
16311
+ #: wppa-settings-autosave.php:9680
16312
  msgid "Cloudinary usage data not available"
16313
  msgstr ""
16314
 
16315
+ #: wppa-settings-autosave.php:9684
16316
  msgid "Cloudinary routines not installed."
16317
  msgstr ""
16318
 
16319
+ #: wppa-settings-autosave.php:9695
16320
  msgid "Cloudinary"
16321
  msgstr ""
16322
 
16323
+ #: wppa-settings-autosave.php:9696
16324
  msgid "<span style=\"color:red;\">Requires at least PHP version 5.3</span>"
16325
  msgstr ""
16326
 
16327
+ #: wppa-settings-autosave.php:9705
16328
  msgid "GPX Implementation"
16329
  msgstr ""
16330
 
16331
+ #: wppa-settings-autosave.php:9706
16332
  msgid "The way the maps are produced."
16333
  msgstr ""
16334
 
16335
+ #: wppa-settings-autosave.php:9707
16336
  msgid "Select the way the maps are produced."
16337
  msgstr ""
16338
 
16339
+ #: wppa-settings-autosave.php:9708
16340
  msgid ""
16341
+ "When using an external plugin, most of the times you can not use Ajax (Table "
16342
+ "IV-A1)."
16343
  msgstr ""
16344
 
16345
+ #: wppa-settings-autosave.php:9709
16346
  msgid ""
16347
+ "Also: it may or may not be required to load the maps js api (Table IX-K5.1)"
 
16348
  msgstr ""
16349
 
16350
+ #: wppa-settings-autosave.php:9711
16351
  msgid "WPPA+ Embedded code"
16352
  msgstr ""
16353
 
16354
+ #: wppa-settings-autosave.php:9711
16355
+ msgid "External plugin"
16356
  msgstr ""
16357
 
16358
+ #: wppa-settings-autosave.php:9719
16359
  msgid "Map height"
16360
  msgstr ""
16361
 
16362
+ #: wppa-settings-autosave.php:9720
16363
  msgid "The height of the map display."
16364
  msgstr ""
16365
 
16366
+ #: wppa-settings-autosave.php:9721
16367
+ msgid "This setting is for embedded implementation only."
16368
+ msgstr ""
16369
+
16370
+ #: wppa-settings-autosave.php:9728
16371
+ msgid "Load maps api"
16372
+ msgstr ""
16373
+
16374
+ #: wppa-settings-autosave.php:9729
16375
+ msgid "Load the Google maps js api"
16376
+ msgstr ""
16377
+
16378
+ #: wppa-settings-autosave.php:9730
16379
+ msgid "If you use an external maps plugin, you may need to tick this box."
16380
+ msgstr ""
16381
+
16382
+ #: wppa-settings-autosave.php:9737
16383
  msgid "Google maps API key"
16384
  msgstr ""
16385
 
16386
+ #: wppa-settings-autosave.php:9738
16387
  msgid "Enter your Google maps api key here if you have one."
16388
  msgstr ""
16389
 
16390
+ #: wppa-settings-autosave.php:9746
16391
  msgid "GPX Shortcode"
16392
  msgstr ""
16393
 
16394
+ #: wppa-settings-autosave.php:9747
16395
  msgid "The shortcode to be used for the gpx feature."
16396
  msgstr ""
16397
 
16398
+ #: wppa-settings-autosave.php:9748
16399
  msgid ""
16400
  "Enter / modify the shortcode to be generated for the gpx plugin. It must "
16401
+ "contain w#lat and w#lon as placeholders for the latitude and longitude."
16402
  msgstr ""
16403
 
16404
+ #: wppa-settings-autosave.php:9749
16405
+ msgid ""
16406
+ "This item is required for using an external Google maps viewer plugin only"
16407
  msgstr ""
16408
 
16409
+ #: wppa-settings-autosave.php:9756
16410
  msgid "Fotomoto"
16411
  msgstr ""
16412
 
16413
+ #: wppa-settings-autosave.php:9757
16414
  msgid "Yes, we use Fotomoto on this site. Read the help text!"
16415
  msgstr ""
16416
 
16417
+ #: wppa-settings-autosave.php:9758
16418
  msgid "In order to function properly:"
16419
  msgstr ""
16420
 
16421
+ #: wppa-settings-autosave.php:9759
16422
  msgid "1. Get yourself a Fotomoto account."
16423
  msgstr ""
16424
 
16425
+ #: wppa-settings-autosave.php:9760
16426
  msgid ""
16427
  "2. Install the Fotomoto plugin, enter the \"Fotomoto Site Key:\" and check "
16428
  "the \"Use API Mode:\" checkbox."
16429
  msgstr ""
16430
 
16431
+ #: wppa-settings-autosave.php:9761
16432
  msgid "Note: Do NOT Disable the Custom box in Table II-B14."
16433
  msgstr ""
16434
 
16435
+ #: wppa-settings-autosave.php:9762
16436
  msgid "Do NOT remove the text w#fotomoto from the Custombox ( Table II-B15 )."
16437
  msgstr ""
16438
 
16439
+ #: wppa-settings-autosave.php:9770
16440
  msgid "Fotomoto fontsize"
16441
  msgstr ""
16442
 
16443
+ #: wppa-settings-autosave.php:9771
16444
  msgid "Fontsize for the Fotomoto toolbar."
16445
  msgstr ""
16446
 
16447
+ #: wppa-settings-autosave.php:9772
16448
  msgid ""
16449
  "If you set it here, it overrules a possible setting for font-size in ."
16450
  "FotomotoToolbarClass on the Fotomoto dashboard."
16451
  msgstr ""
16452
 
16453
+ #: wppa-settings-autosave.php:9780
16454
  msgid "Hide toolbar on running slideshows"
16455
  msgstr ""
16456
 
16457
+ #: wppa-settings-autosave.php:9781
16458
  msgid "The Fotomoto toolbar will re-appear when the slidshow stops."
16459
  msgstr ""
16460
 
16461
+ #: wppa-settings-autosave.php:9788
16462
  msgid "Fotomoto minwidth"
16463
  msgstr ""
16464
 
16465
+ #: wppa-settings-autosave.php:9789
16466
  msgid "Minimum width to display Fotomoto toolbar."
16467
  msgstr ""
16468
 
16469
+ #: wppa-settings-autosave.php:9790
16470
  msgid ""
16471
  "The display of the Fotomoto Toolbar will be suppressed on smaller slideshows."
16472
  msgstr ""
16473
 
16474
+ #: wppa-settings-autosave.php:9797
16475
  msgid "Image Magick"
16476
  msgstr ""
16477
 
16478
+ #: wppa-settings-autosave.php:9798
16479
  msgid "Absulute path to the ImageMagick commands"
16480
  msgstr ""
16481
 
16482
+ #: wppa-settings-autosave.php:9799
16483
  msgid ""
16484
  "If you want to use ImageMagick, enter the absolute path to the ImageMagick "
16485
  "commands"
16486
  msgstr ""
16487
 
16488
+ #: wppa-settings-autosave.php:9806
16489
  msgid "Photo shortcode related settings"
16490
  msgstr ""
16491
 
16492
+ #: wppa-settings-autosave.php:9808
16493
  msgid "Enable shortcode [photo ..]"
16494
  msgstr ""
16495
 
16496
+ #: wppa-settings-autosave.php:9809
16497
  msgid "Make the use of shortcode [photo ..] possible"
16498
  msgstr ""
16499
 
16500
+ #: wppa-settings-autosave.php:9810
16501
  msgid "Only disbale this when there is a conflict with another plugin"
16502
  msgstr ""
16503
 
16504
+ #: wppa-settings-autosave.php:9817
16505
  msgid "Single image type"
16506
  msgstr ""
16507
 
16508
+ #: wppa-settings-autosave.php:9818
16509
  msgid "Specify the single image type the shortcode [photo ..] should show."
16510
  msgstr ""
16511
 
16512
+ #: wppa-settings-autosave.php:9821 wppa-tinymce-shortcodes.php:175
16513
  msgid "A plain single photo"
16514
  msgstr ""
16515
 
16516
+ #: wppa-settings-autosave.php:9822 wppa-tinymce-shortcodes.php:176
16517
  msgid "A single photo with caption"
16518
  msgstr ""
16519
 
16520
+ #: wppa-settings-autosave.php:9823 wppa-tinymce-shortcodes.php:177
16521
  msgid "A single photo with extended caption"
16522
  msgstr ""
16523
 
16524
+ #: wppa-settings-autosave.php:9824 wppa-tinymce-shortcodes.php:178
16525
  msgid "A single photo in the style of a slideshow"
16526
  msgstr ""
16527
 
16528
+ #: wppa-settings-autosave.php:9836 wppa-upload.php:291
16529
  msgid "Size"
16530
  msgstr ""
16531
 
16532
+ #: wppa-settings-autosave.php:9837
16533
  msgid "Specify the size (width) of the image."
16534
  msgstr ""
16535
 
16536
+ #: wppa-settings-autosave.php:9838
16537
  msgid "Use the same syntax as in the [wppa size=\"..\"] shortcode"
16538
  msgstr ""
16539
 
16540
+ #: wppa-settings-autosave.php:9839
16541
  msgid ""
16542
  "Examples: 350 for a fixed width of 350 pixels, or: 0.75 for a responsive "
16543
  "display of 75% width, or: auto,350 for responsive with a maximum of 350 "
16544
  "pixels."
16545
  msgstr ""
16546
 
16547
+ #: wppa-settings-autosave.php:9846
16548
  msgid "Align"
16549
  msgstr ""
16550
 
16551
+ #: wppa-settings-autosave.php:9847
16552
  msgid "Specify the alignment of the image."
16553
  msgstr ""
16554
 
16555
+ #: wppa-settings-autosave.php:9887
16556
  msgid "Table X:"
16557
  msgstr ""
16558
 
16559
+ #: wppa-settings-autosave.php:9887
16560
  msgid "IPTC Configuration:"
16561
  msgstr ""
16562
 
16563
+ #: wppa-settings-autosave.php:9888
16564
  msgid "This table defines the IPTC configuration"
16565
  msgstr ""
16566
 
16567
+ #: wppa-settings-autosave.php:9919 wppa-settings-autosave.php:9987
16568
  msgid "Display"
16569
  msgstr ""
16570
 
16571
+ #: wppa-settings-autosave.php:9919 wppa-settings-autosave.php:9987
16572
  msgid "Hide"
16573
  msgstr ""
16574
 
16575
+ #: wppa-settings-autosave.php:9949
16576
  msgid "Table XI:"
16577
  msgstr ""
16578
 
16579
+ #: wppa-settings-autosave.php:9949
16580
  msgid "EXIF Configuration:"
16581
  msgstr ""
16582
 
16583
+ #: wppa-settings-autosave.php:9950
16584
  msgid "This table defines the EXIF configuration"
16585
  msgstr ""
16586
 
16587
+ #: wppa-settings-autosave.php:9973
16588
  msgid ""
16589
  "Function exif_read_data() does not exist. This means that <b>EXIF</b> is not "
16590
  "enabled. If you want to use <b>EXIF</b> data, ask your hosting provider to "
16591
  "add <b>'--enable-exif'</b> to the php <b>Configure Command</b>."
16592
  msgstr ""
16593
 
16594
+ #: wppa-settings-autosave.php:10017
16595
  msgid "Table XII:"
16596
  msgstr ""
16597
 
16598
+ #: wppa-settings-autosave.php:10017
16599
  msgid "WPPA+ and PHP Configuration:"
16600
  msgstr ""
16601
 
16602
+ #: wppa-settings-autosave.php:10018
16603
  msgid ""
16604
  "This table lists all WPPA+ constants and PHP server configuration parameters "
16605
  "and is read only"
16606
  msgstr ""
16607
 
16608
+ #: wppa-settings-autosave.php:10033
16609
  msgid "Value"
16610
  msgstr ""
16611
 
16612
+ #: wppa-settings-autosave.php:10039
16613
  msgid "Albums db table name."
16614
  msgstr ""
16615
 
16616
+ #: wppa-settings-autosave.php:10051
16617
  msgid "Photos db table name."
16618
  msgstr ""
16619
 
16620
+ #: wppa-settings-autosave.php:10063
16621
  msgid "Rating db table name."
16622
  msgstr ""
16623
 
16624
+ #: wppa-settings-autosave.php:10075
16625
  msgid "Comments db table name."
16626
  msgstr ""
16627
 
16628
+ #: wppa-settings-autosave.php:10087
16629
  msgid "IPTC db table name."
16630
  msgstr ""
16631
 
16632
+ #: wppa-settings-autosave.php:10099
16633
  msgid "EXIF db table name."
16634
  msgstr ""
16635
 
16636
+ #: wppa-settings-autosave.php:10111
16637
  msgid "Index db table name."
16638
  msgstr ""
16639
 
16640
+ #: wppa-settings-autosave.php:10123
16641
+ msgid "Session db table name."
16642
+ msgstr ""
16643
+
16644
+ #: wppa-settings-autosave.php:10135
16645
  msgid "Plugins main file name."
16646
  msgstr ""
16647
 
16648
+ #: wppa-settings-autosave.php:10142
16649
  msgid "WP absolute path."
16650
  msgstr ""
16651
 
16652
+ #: wppa-settings-autosave.php:10148
16653
  msgid "ABSPATH windows proof"
16654
  msgstr ""
16655
 
16656
+ #: wppa-settings-autosave.php:10154
16657
  msgid "Path to plugins directory."
16658
  msgstr ""
16659
 
16660
+ #: wppa-settings-autosave.php:10160
16661
  msgid "Plugins directory name."
16662
  msgstr ""
16663
 
16664
+ #: wppa-settings-autosave.php:10166
16665
  msgid "Plugins directory url."
16666
  msgstr ""
16667
 
16668
+ #: wppa-settings-autosave.php:10172
16669
  msgid "The relative upload directory."
16670
  msgstr ""
16671
 
16672
+ #: wppa-settings-autosave.php:10178
16673
  msgid "The upload directory path."
16674
  msgstr ""
16675
 
16676
+ #: wppa-settings-autosave.php:10184
16677
  msgid "The upload directory url."
16678
  msgstr ""
16679
 
16680
+ #: wppa-settings-autosave.php:10190
16681
  msgid "The relative depot directory."
16682
  msgstr ""
16683
 
16684
+ #: wppa-settings-autosave.php:10196
16685
  msgid "The depot directory path."
16686
  msgstr ""
16687
 
16688
+ #: wppa-settings-autosave.php:10202
16689
  msgid "The depot directory url."
16690
  msgstr ""
16691
 
16692
+ #: wppa-settings-autosave.php:10208
16693
  msgid "The path to wp-content."
16694
  msgstr ""
16695
 
16696
+ #: wppa-settings-autosave.php:10214
16697
  msgid "WP Content url."
16698
  msgstr ""
16699
 
16700
+ #: wppa-settings-autosave.php:10220
16701
  msgid "WP Base upload dir."
16702
  msgstr ""
16703
 
16704
+ #: wppa-settings-autosave.php:10240
16705
  #, php-format
16706
  msgid "<br />Memory used on this page: %6.2f Mb."
16707
  msgstr ""
16708
 
16709
+ #: wppa-settings-autosave.php:10241
16710
  #, php-format
16711
  msgid "<br />There are %d settings and %d runtime parameters."
16712
  msgstr ""
16713
 
16714
+ #: wppa-settings-autosave.php:10520 wppa-settings-autosave.php:10540
16715
+ #: wppa-settings-autosave.php:10561
16716
  msgid "Warning!"
16717
  msgstr ""
16718
 
16719
+ #: wppa-settings-autosave.php:10541 wppa-settings-autosave.php:10561
16720
  msgid "Please read the help"
16721
  msgstr ""
16722
 
16723
+ #: wppa-settings-autosave.php:10772
16724
  msgid "Show!"
16725
  msgstr ""
16726
 
16727
+ #: wppa-settings-autosave.php:10792
16728
  msgid "Not done yet"
16729
  msgstr ""
16730
 
16731
+ #: wppa-settings-autosave.php:10799
16732
  msgid "Start as cron job"
16733
  msgstr ""
16734
 
16735
+ #: wppa-settings-autosave.php:10804 wppa-settings-autosave.php:10843
16736
  msgid "Locked!"
16737
  msgstr ""
16738
 
16739
+ #: wppa-settings-autosave.php:10814
16740
  msgid "Crashed!"
16741
  msgstr ""
16742
 
16743
+ #: wppa-settings-autosave.php:10829
16744
  msgid "Click me to resume"
16745
  msgstr ""
16746
 
16747
+ #: wppa-settings-autosave.php:10838
16748
  msgid "Start!"
16749
  msgstr ""
16750
 
16751
+ #: wppa-settings-autosave.php:10879
16752
  msgid ""
16753
  "You can not have popup and lightbox on thumbnails at the same time. Uncheck "
16754
  "either Table IV-C8 or choose a different linktype in Table VI-2."
16755
  msgstr ""
16756
 
16757
+ #: wppa-settings-autosave.php:10882
16758
  msgid ""
16759
  "It is important that you select a page that contains at least [wppa][/wppa]."
16760
  msgstr ""
16761
 
16762
+ #: wppa-settings-autosave.php:10883
16763
  msgid ""
16764
+ "If you omit this, the link will not work at all or simply refresh the "
16765
  "(home)page."
16766
  msgstr ""
16767
 
16768
+ #: wppa-setup.php:615
16769
  msgid "IMPORTANT UPGRADE NOTICE"
16770
  msgstr ""
16771
 
16772
+ #: wppa-setup.php:616
16773
  msgid ""
16774
  "Please CHECK your customized WPPA-STYLE.CSS file against the newly supplied "
16775
  "one. You may wish to add or modify some attributes. Be aware of the fact "
16776
  "that most settings can now be set in the admin settings page."
16777
  msgstr ""
16778
 
16779
+ #: wppa-setup.php:617
16780
  msgid ""
16781
  "Please REPLACE your customized WPPA-THEME.PHP file by the newly supplied "
16782
  "one, or just remove it from your theme directory. You may modify it later if "
16784
  "version of the plugin software."
16785
  msgstr ""
16786
 
16787
+ #: wppa-setup.php:645
16788
  #, php-format
16789
  msgid "WPPA+ successfully updated in multi site mode to db version %s."
16790
  msgstr ""
16791
 
16792
+ #: wppa-setup.php:648
16793
  #, php-format
16794
  msgid "WPPA+ successfully updated in single site mode to db version %s."
16795
  msgstr ""
16796
 
16797
+ #: wppa-setup.php:653
16798
  msgid "An error occurred during update"
16799
  msgstr ""
16800
 
16801
+ #: wppa-setup.php:970
16802
  msgid ""
16803
  "<span style=\"color:red\" >Warning: Do not upload copyrighted material!</"
16804
  "span>"
16805
  msgstr ""
16806
 
16807
+ #: wppa-setup.php:979 wppa-setup.php:983 wppa-setup.php:987
16808
  msgid "Select tags:"
16809
  msgstr ""
16810
 
16811
+ #: wppa-setup.php:990
16812
  msgid "Enter new tags:"
16813
  msgstr ""
16814
 
16815
+ #: wppa-setup.php:1214
16816
  msgid "Vote for me!"
16817
  msgstr ""
16818
 
16819
+ #: wppa-setup.php:1215
16820
  msgid "Voted for me"
16821
  msgstr ""
16822
 
16823
+ #: wppa-setup.php:1599
16824
  msgid "NEW"
16825
  msgstr ""
16826
 
16827
+ #: wppa-setup.php:1601
16828
  msgid "MODIFIED"
16829
  msgstr ""
16830
 
16831
+ #: wppa-setup.php:1654
16832
  msgid "Search in current section"
16833
  msgstr ""
16834
 
16835
+ #: wppa-setup.php:1655
16836
  msgid "Search in current results"
16837
  msgstr ""
16838
 
16839
+ #: wppa-setup.php:1742
16840
  msgid "Type your custom url here"
16841
  msgstr ""
16842
 
16843
+ #: wppa-setup.php:1743
16844
  msgid "Type the title here"
16845
  msgstr ""
16846
 
16847
+ #: wppa-setup.php:1762 wppa-topten-widget.php:13 wppa-topten-widget.php:48
16848
  #: wppa-topten-widget.php:310
16849
  msgid "Top Ten Photos"
16850
  msgstr ""
16851
 
16852
+ #: wppa-setup.php:1765 wppa-thumbnail-widget.php:13
16853
  #: wppa-thumbnail-widget.php:166
16854
  msgid "Thumbnail Photos"
16855
  msgstr ""
16856
 
16857
+ #: wppa-setup.php:1768
16858
  msgid "Search photos"
16859
  msgstr ""
16860
 
16861
+ #: wppa-setup.php:1812
16862
  msgid ""
16863
  "The uploads directory does not exist, please do a regular WP upload first."
16864
  msgstr ""
16865
 
16866
+ #: wppa-setup.php:1816
16867
  msgid "Successfully created uploads directory."
16868
  msgstr ""
16869
 
16870
+ #: wppa-setup.php:1827
16871
  msgid "Could not create the wppa directory."
16872
  msgstr ""
16873
 
16874
+ #: wppa-setup.php:1831
16875
  msgid "Successfully created wppa directory."
16876
  msgstr ""
16877
 
16878
+ #: wppa-setup.php:1841
16879
  msgid "Could not create the wppa thumbs directory."
16880
  msgstr ""
16881
 
16882
+ #: wppa-setup.php:1845
16883
  msgid "Successfully created wppa thumbs directory."
16884
  msgstr ""
16885
 
16886
+ #: wppa-setup.php:1855
16887
  msgid "Could not create the wppa watermarks directory."
16888
  msgstr ""
16889
 
16890
+ #: wppa-setup.php:1859
16891
  msgid "Successfully created wppa watermarks directory."
16892
  msgstr ""
16893
 
16894
+ #: wppa-setup.php:1869
16895
  msgid "Could not create the wppa fonts directory."
16896
  msgstr ""
16897
 
16898
+ #: wppa-setup.php:1873
16899
  msgid "Successfully created wppa fonts directory."
16900
  msgstr ""
16901
 
16902
+ #: wppa-setup.php:1885
16903
  msgid "Unable to create depot directory."
16904
  msgstr ""
16905
 
16906
+ #: wppa-setup.php:1889
16907
  msgid "Successfully created wppa depot directory."
16908
  msgstr ""
16909
 
16910
+ #: wppa-setup.php:1900
16911
  msgid "Unable to create user depot directory"
16912
  msgstr ""
16913
 
16914
+ #: wppa-setup.php:1904
16915
  msgid "Successfully created wppa user depot directory."
16916
  msgstr ""
16917
 
16918
+ #: wppa-setup.php:1914
16919
  msgid "Unable to create temp directory"
16920
  msgstr ""
16921
 
16922
+ #: wppa-setup.php:1918
16923
  msgid "Successfully created temp directory."
16924
  msgstr ""
16925
 
16926
+ #: wppa-setup.php:1926
16927
  #, php-format
16928
  msgid ""
16929
  "Ask your administrator to give you more rights, or create <b>%s</b> manually "
16930
  "using an FTP program."
16931
  msgstr ""
16932
 
16933
+ #: wppa-setup.php:2028
16934
  msgid "Default photo album for"
16935
  msgstr "Standard fotoalbum for"
16936
 
16959
  msgstr ""
16960
 
16961
  #: wppa-slideshow-widget.php:204
 
 
 
 
16962
  msgid ""
16963
  "Set to 'yes' if there are only portrait images in the album and you want the "
16964
+ "photos to fill the full width of the widget. Set to 'no' otherwise."
16965
  msgstr ""
16966
 
16967
+ #: wppa-slideshow-widget.php:205
16968
  msgid "If set to 'yes', Vertical alignment will be forced to 'fit'."
16969
  msgstr ""
16970
 
16971
+ #: wppa-slideshow-widget.php:207
16972
+ msgid "Portrait only:"
16973
+ msgstr ""
16974
+
16975
+ #: wppa-slideshow-widget.php:214
16976
  msgid "Vertical alignment:"
16977
  msgstr ""
16978
 
16979
+ #: wppa-slideshow-widget.php:220
16980
  msgid "Set the desired vertical alignment method."
16981
  msgstr ""
16982
 
16983
+ #: wppa-slideshow-widget.php:222
16984
  msgid "Slideshow timeout:"
16985
  msgstr ""
16986
 
16987
+ #: wppa-slideshow-widget.php:222
16988
  msgid "sec."
16989
  msgstr ""
16990
 
16991
+ #: wppa-slideshow-widget.php:226
16992
  msgid "Show name:"
16993
  msgstr ""
16994
 
16995
+ #: wppa-slideshow-widget.php:233
16996
  msgid "Show description:"
16997
  msgstr ""
16998
 
16999
+ #: wppa-slideshow-widget.php:240
17000
  msgid "Show filmstrip:"
17001
  msgstr ""
17002
 
17003
+ #: wppa-slideshow-widget.php:247
17004
  msgid "Show browsebar:"
17005
  msgstr ""
17006
 
17007
+ #: wppa-slideshow-widget.php:254
17008
  msgid "Show numbar:"
17009
  msgstr ""
17010
 
17011
+ #: wppa-slideshow-widget.php:261
17012
  msgid "The following text fields support qTranslate"
17013
  msgstr ""
17014
 
17015
+ #: wppa-slideshow-widget.php:262
17016
  msgid "Tooltip text:"
17017
  msgstr ""
17018
 
17019
+ #: wppa-slideshow-widget.php:263
17020
  msgid "Text above photos:"
17021
  msgstr ""
17022
 
17023
+ #: wppa-slideshow-widget.php:264
17024
  msgid "Text below photos:"
17025
  msgstr ""
17026
 
17039
  "For at se billeder i fuld st&oslash;rrelse skal du tillade javascript in din "
17040
  "browser."
17041
 
17042
+ #: wppa-slideshow.php:762
17043
  msgid "Checkout"
17044
  msgstr "Gå til kassen"
17045
 
17046
+ #: wppa-slideshow.php:880 wppa-slideshow.php:909 wppa-slideshow.php:1184
17047
+ #: wppa-slideshow.php:1254
17048
  #, php-format
17049
  msgid "You must <a href=\"%s\">login</a> to vote"
17050
  msgstr "Du skal <a href=\"%s\">logge ind</a> for at stemme"
17051
 
17052
+ #: wppa-slideshow.php:883 wppa-slideshow.php:912 wppa-slideshow.php:1187
17053
+ #: wppa-slideshow.php:1257
17054
  msgid "You must login to vote"
17055
  msgstr "Du skal logge ind for at stemme"
17056
 
17057
+ #: wppa-slideshow.php:894
17058
  #, php-format
17059
  msgid "Number of votes: <span id=\"wppa-vote-count-%s\" >%s</span>&nbsp;"
17060
  msgstr "Antal stemmer: <span id=\"wppa-vote-count-%s\" >%s</span>&nbsp;"
17061
 
17062
+ #: wppa-slideshow.php:964
17063
  msgid "Sorry, you can rate a photo only once"
17064
  msgstr ""
17065
 
17066
+ #: wppa-slideshow.php:996
17067
  msgid "very low"
17068
  msgstr "meget lav"
17069
 
17070
+ #: wppa-slideshow.php:997
17071
  msgid "low"
17072
  msgstr "lav"
17073
 
17074
+ #: wppa-slideshow.php:998
17075
  msgid "average"
17076
  msgstr "gennemsnitlig"
17077
 
17078
+ #: wppa-slideshow.php:999
17079
  msgid "high"
17080
  msgstr "h&oslash;j"
17081
 
17082
+ #: wppa-slideshow.php:1000
17083
  msgid "very high"
17084
  msgstr "meget h&oslash;j"
17085
 
17086
+ #: wppa-slideshow.php:1085 wppa-slideshow.php:1216
17087
  msgid "Are you sure you want to mark this image as inappropriate?"
17088
  msgstr ""
17089
  "Er du sikker p&aring;, at du vil markere dette billed som v&aelig;rende "
17090
  "upassende."
17091
 
17092
+ #: wppa-slideshow.php:1088 wppa-slideshow.php:1219
17093
  msgid "Click this if you do NOT like this image!"
17094
  msgstr "Klik her hvis du IKKE kan lide dette billed!"
17095
 
17096
+ #: wppa-slideshow.php:1120 wppa-slideshow.php:1243
17097
  msgid "Number of people who marked this photo as inappropriate"
17098
  msgstr "Antallet af mennesker, der markerede dette billede som upassende"
17099
 
17100
+ #: wppa-slideshow.php:1249
17101
  msgid "My rating:"
17102
  msgstr "Min vurdering:"
17103
 
17104
+ #: wppa-slideshow.php:1344
17105
  msgid "First"
17106
  msgstr "Første"
17107
 
17108
+ #: wppa-slideshow.php:1358
17109
  msgid "Last"
17110
  msgstr "Sidste"
17111
 
17112
+ #: wppa-slideshow.php:1535
17113
  #, php-format
17114
  msgid "Photo %s of %s"
17115
  msgstr "Foto %s af %s"
17116
 
17117
+ #: wppa-slideshow.php:1600 wppa-slideshow.php:1643
17118
  msgid "Click to start/stop"
17119
  msgstr "Klik for start/stop"
17120
 
17121
+ #: wppa-slideshow.php:1655
17122
  msgid "- - - Comments box activated - - -"
17123
  msgstr "- - - Kommentar boks aktiveret - - -"
17124
 
17125
+ #: wppa-slideshow.php:1679
17126
  msgid "- - - IPTC box activated - - -"
17127
  msgstr "- - - IPTC boks aktiveret - - -"
17128
 
17129
+ #: wppa-slideshow.php:1703
17130
  msgid "- - - EXIF box activated - - -"
17131
  msgstr "- - - EXIF boks aktiveret - - -"
17132
 
17201
  msgid "no, use album sort method"
17202
  msgstr ""
17203
 
17204
+ #: wppa-tagcloud-widget.php:13
17205
+ msgid "WPPA+ Photo Tagcloud"
17206
+ msgstr ""
17207
+
17208
  #: wppa-tagcloud-widget.php:14
17209
  msgid "Photo Tag Cloud"
17210
  msgstr ""
17251
  msgid "No Preview available"
17252
  msgstr ""
17253
 
17254
+ #: wppa-tinymce-shortcodes.php:64
17255
+ msgid "Unimplemented virtual album"
17256
+ msgstr ""
17257
+
17258
+ #: wppa-tinymce-shortcodes.php:128
17259
  msgid "Type of WPPA display:"
17260
  msgstr ""
17261
 
17262
+ #: wppa-tinymce-shortcodes.php:131
17263
  msgid "Please select a display type"
17264
  msgstr ""
17265
 
17266
+ #: wppa-tinymce-shortcodes.php:132
17267
  msgid "A gallery with covers and/or thumbnails"
17268
  msgstr ""
17269
 
17270
+ #: wppa-tinymce-shortcodes.php:133
17271
  msgid "A slideshow"
17272
  msgstr ""
17273
 
17274
+ #: wppa-tinymce-shortcodes.php:134
17275
  msgid "A single image"
17276
  msgstr ""
17277
 
17278
+ #: wppa-tinymce-shortcodes.php:135
17279
  msgid "A search/selection box"
17280
  msgstr ""
17281
 
17282
+ #: wppa-tinymce-shortcodes.php:136
17283
  msgid "An other box type"
17284
  msgstr ""
17285
 
17286
+ #: wppa-tinymce-shortcodes.php:143
17287
  msgid "Type of gallery display:"
17288
  msgstr ""
17289
 
17290
+ #: wppa-tinymce-shortcodes.php:146
17291
  msgid "Please select a gallery type"
17292
  msgstr ""
17293
 
17294
+ #: wppa-tinymce-shortcodes.php:147
17295
  msgid "The cover(s) of specific album(s)"
17296
  msgstr ""
17297
 
17298
+ #: wppa-tinymce-shortcodes.php:148
17299
  msgid "The content of specific album(s)"
17300
  msgstr ""
17301
 
17302
+ #: wppa-tinymce-shortcodes.php:149
17303
  msgid "The covers of the subalbums of specific album(s)"
17304
  msgstr ""
17305
 
17306
+ #: wppa-tinymce-shortcodes.php:150
17307
  msgid "The thumbnails of specific album(s)"
17308
  msgstr ""
17309
 
17310
+ #: wppa-tinymce-shortcodes.php:157
17311
  msgid "Type of slideshow:"
17312
  msgstr ""
17313
 
17314
+ #: wppa-tinymce-shortcodes.php:160
17315
  msgid "Please select a slideshow type"
17316
  msgstr ""
17317
 
17318
+ #: wppa-tinymce-shortcodes.php:161
17319
  msgid "A fully featured slideshow"
17320
  msgstr ""
17321
 
17322
+ #: wppa-tinymce-shortcodes.php:162
17323
  msgid "A slideshow without supporting boxes"
17324
  msgstr ""
17325
 
17326
+ #: wppa-tinymce-shortcodes.php:163
17327
  msgid "A slideshow with a filmstrip only"
17328
  msgstr ""
17329
 
17330
+ #: wppa-tinymce-shortcodes.php:164
17331
  msgid "A filmstrip only"
17332
  msgstr ""
17333
 
17334
+ #: wppa-tinymce-shortcodes.php:171
17335
  msgid "Type of single image:"
17336
  msgstr ""
17337
 
17338
+ #: wppa-tinymce-shortcodes.php:174
17339
  msgid "Please select a single image type"
17340
  msgstr ""
17341
 
17342
+ #: wppa-tinymce-shortcodes.php:185
17343
  msgid "Type of search:"
17344
  msgstr ""
17345
 
17346
+ #: wppa-tinymce-shortcodes.php:188
17347
  msgid "Please select a search type"
17348
  msgstr ""
17349
 
17350
+ #: wppa-tinymce-shortcodes.php:189
17351
  msgid "A search box"
17352
  msgstr ""
17353
 
17354
+ #: wppa-tinymce-shortcodes.php:190
17355
  msgid "A supersearch box"
17356
  msgstr ""
17357
 
17358
+ #: wppa-tinymce-shortcodes.php:191
17359
  msgid "A tagcloud box"
17360
  msgstr ""
17361
 
17362
+ #: wppa-tinymce-shortcodes.php:192
17363
  msgid "A multitag box"
17364
  msgstr ""
17365
 
17366
+ #: wppa-tinymce-shortcodes.php:193
17367
  msgid "A superview box"
17368
  msgstr ""
17369
 
17370
+ #: wppa-tinymce-shortcodes.php:194
17371
  msgid "A calendar box"
17372
  msgstr ""
17373
 
17374
+ #: wppa-tinymce-shortcodes.php:201
17375
  msgid "Type miscellaneous:"
17376
  msgstr ""
17377
 
17378
+ #: wppa-tinymce-shortcodes.php:204
17379
  msgid "Please select a miscellaneous display"
17380
  msgstr ""
17381
 
17382
+ #: wppa-tinymce-shortcodes.php:205
17383
  msgid "A generic albums display"
17384
  msgstr ""
17385
 
17386
+ #: wppa-tinymce-shortcodes.php:206
17387
  msgid "An upload box"
17388
  msgstr ""
17389
 
17390
+ #: wppa-tinymce-shortcodes.php:207
17391
  msgid "A landing page shortcode"
17392
  msgstr ""
17393
 
17394
+ #: wppa-tinymce-shortcodes.php:208
17395
  msgid "A 3D stereo settings box"
17396
  msgstr ""
17397
 
17398
+ #: wppa-tinymce-shortcodes.php:209
17399
  msgid "An admins choice box"
17400
  msgstr ""
17401
 
17402
+ #: wppa-tinymce-shortcodes.php:216
17403
  msgid "Users:"
17404
  msgstr ""
17405
 
17406
+ #: wppa-tinymce-shortcodes.php:219
17407
  msgid "All"
17408
  msgstr ""
17409
 
17410
+ #: wppa-tinymce-shortcodes.php:236
17411
  msgid "Kind of selection:"
17412
  msgstr ""
17413
 
17414
+ #: wppa-tinymce-shortcodes.php:239
17415
  msgid "Please select a type of selection to be used"
17416
  msgstr ""
17417
 
17418
+ #: wppa-tinymce-shortcodes.php:240
17419
  msgid "One or more wppa+ albums"
17420
  msgstr ""
17421
 
17422
+ #: wppa-tinymce-shortcodes.php:241
17423
  msgid "A special selection"
17424
  msgstr ""
17425
 
17426
+ #: wppa-tinymce-shortcodes.php:248 wppa-tinymce-shortcodes.php:268
17427
  msgid "The selection to be used:"
17428
  msgstr ""
17429
 
17430
+ #: wppa-tinymce-shortcodes.php:251 wppa-tinymce-shortcodes.php:271
17431
  msgid "Please select a virtual album"
17432
  msgstr ""
17433
 
17434
+ #: wppa-tinymce-shortcodes.php:252 wppa-tinymce-shortcodes.php:272
17435
  msgid "The most recently modified album"
17436
  msgstr ""
17437
 
17438
+ #: wppa-tinymce-shortcodes.php:253
17439
  msgid "The top rated photos"
17440
  msgstr ""
17441
 
17442
+ #: wppa-tinymce-shortcodes.php:254
17443
  msgid "The most recently uploaded photos"
17444
  msgstr ""
17445
 
17446
+ #: wppa-tinymce-shortcodes.php:255
17447
  msgid "A random selection of featured photos"
17448
  msgstr ""
17449
 
17450
+ #: wppa-tinymce-shortcodes.php:256
17451
  msgid "The most recently commented photos"
17452
  msgstr ""
17453
 
17454
+ #: wppa-tinymce-shortcodes.php:257
17455
  msgid "Photos tagged with certain tags"
17456
  msgstr ""
17457
 
17458
+ #: wppa-tinymce-shortcodes.php:258
17459
  msgid "Albums tagged with a certain category"
17460
  msgstr ""
17461
 
17462
+ #: wppa-tinymce-shortcodes.php:259
17463
  msgid "Photos in albums owned by a certain user"
17464
  msgstr ""
17465
 
17466
+ #: wppa-tinymce-shortcodes.php:260
17467
  msgid "Photos uploaded by a certain user"
17468
  msgstr ""
17469
 
17470
+ #: wppa-tinymce-shortcodes.php:261
17471
  msgid "All photos in the system"
17472
  msgstr ""
17473
 
17474
+ #: wppa-tinymce-shortcodes.php:273
17475
  msgid "Albums owned by a certain user"
17476
  msgstr ""
17477
 
17478
+ #: wppa-tinymce-shortcodes.php:274
17479
  msgid "Albums tagged with certain categories"
17480
  msgstr ""
17481
 
17482
+ #: wppa-tinymce-shortcodes.php:275
17483
  msgid "All albums in the system"
17484
  msgstr ""
17485
 
17486
+ #: wppa-tinymce-shortcodes.php:282 wppa-tinymce-shortcodes.php:315
17487
  msgid "The Album(s) to be used:"
17488
  msgstr ""
17489
 
17490
+ #: wppa-tinymce-shortcodes.php:288
17491
  msgid "Please select one or more albums"
17492
  msgstr ""
17493
 
17494
+ #: wppa-tinymce-shortcodes.php:297 wppa-tinymce-shortcodes.php:330
17495
+ #: wppa-tinymce-shortcodes.php:375 wppa-tinymce-shortcodes.php:398
17496
+ #: wppa-tinymce-shortcodes.php:586
17497
  msgid "There are no albums yet"
17498
  msgstr ""
17499
 
17500
+ #: wppa-tinymce-shortcodes.php:303
17501
+ msgid "Filter album:"
17502
  msgstr ""
17503
 
17504
+ #: wppa-tinymce-shortcodes.php:308
17505
  msgid ""
17506
  "Enter a (part of) the album name to limit the options in the selection box "
17507
  "above."
17508
  msgstr ""
17509
 
17510
+ #: wppa-tinymce-shortcodes.php:338
 
 
 
 
17511
  msgid "The album owner:"
17512
  msgstr ""
17513
 
17514
+ #: wppa-tinymce-shortcodes.php:341
17515
  msgid "Please select a user"
17516
  msgstr ""
17517
 
17518
+ #: wppa-tinymce-shortcodes.php:342
17519
  msgid "The logged in visitor"
17520
  msgstr ""
17521
 
17522
+ #: wppa-tinymce-shortcodes.php:348
17523
  msgid "Too many users, edit manually"
17524
  msgstr ""
17525
 
17526
+ #: wppa-tinymce-shortcodes.php:363
17527
  msgid "No parent specification"
17528
  msgstr ""
17529
 
17530
+ #: wppa-tinymce-shortcodes.php:366 wppa-tinymce-shortcodes.php:389
17531
+ #: wppa-tinymce-shortcodes.php:577
17532
  msgid "The generic parent"
17533
  msgstr ""
17534
 
17535
+ #: wppa-tinymce-shortcodes.php:406
17536
  msgid "Max Albums:"
17537
  msgstr ""
17538
 
17539
+ #: wppa-tinymce-shortcodes.php:414
17540
  msgid "Max Photos:"
17541
  msgstr ""
17542
 
17543
+ #: wppa-tinymce-shortcodes.php:422
17544
  msgid "The album cat(s):"
17545
  msgstr ""
17546
 
17547
+ #: wppa-tinymce-shortcodes.php:425
17548
  msgid "--- please select category ---"
17549
  msgstr ""
17550
 
17551
+ #: wppa-tinymce-shortcodes.php:436
17552
  msgid "The Photo to be used:"
17553
  msgstr ""
17554
 
17555
+ #: wppa-tinymce-shortcodes.php:442
17556
  msgid "Please select a photo"
17557
  msgstr ""
17558
 
17559
+ #: wppa-tinymce-shortcodes.php:443 wppa-tinymce-shortcodes.php:457
17560
  msgid "The photo of the day"
17561
  msgstr ""
17562
 
17563
+ #: wppa-tinymce-shortcodes.php:456
17564
  msgid "The most recently uploaded photo"
17565
  msgstr ""
17566
 
17567
+ #: wppa-tinymce-shortcodes.php:460
17568
  msgid "There are no photos yet"
17569
  msgstr ""
17570
 
17571
+ #: wppa-tinymce-shortcodes.php:466
17572
  msgid "Specify the photo to be used"
17573
  msgstr ""
17574
 
17575
+ #: wppa-tinymce-shortcodes.php:467
17576
  msgid "You can select from a maximum of 100 most recently added photos"
17577
  msgstr ""
17578
 
17579
+ #: wppa-tinymce-shortcodes.php:474
17580
  msgid "Preview image:"
17581
  msgstr ""
17582
 
17583
+ #: wppa-tinymce-shortcodes.php:481
17584
  msgid "The photo tag(s):"
17585
  msgstr ""
17586
 
17587
+ #: wppa-tinymce-shortcodes.php:484
17588
  msgid "--- please select tag(s) ---"
17589
  msgstr ""
17590
 
17591
+ #: wppa-tinymce-shortcodes.php:495
17592
  msgid "Or / And:"
17593
  msgstr ""
17594
 
17595
+ #: wppa-tinymce-shortcodes.php:497
17596
  msgid "Meet any"
17597
  msgstr ""
17598
 
17599
+ #: wppa-tinymce-shortcodes.php:498
17600
  msgid "Meet all"
17601
  msgstr ""
17602
 
17603
+ #: wppa-tinymce-shortcodes.php:504 wppa-tinymce-shortcodes.php:552
17604
  msgid "Additional features:"
17605
  msgstr ""
17606
 
17607
+ #: wppa-tinymce-shortcodes.php:506
17608
  msgid "Enable Subsearch"
17609
  msgstr ""
17610
 
17611
+ #: wppa-tinymce-shortcodes.php:507
17612
  msgid "Enable Rootsearch"
17613
  msgstr ""
17614
 
17615
+ #: wppa-tinymce-shortcodes.php:513
17616
  msgid "Search root:"
17617
  msgstr ""
17618
 
17619
+ #: wppa-tinymce-shortcodes.php:532
17620
  msgid "Landing page:"
17621
  msgstr ""
17622
 
17623
+ #: wppa-tinymce-shortcodes.php:554
17624
  msgid "Enable all tags"
17625
  msgstr ""
17626
 
17627
+ #: wppa-tinymce-shortcodes.php:557
17628
  msgid "Please select the tags to show"
17629
  msgstr ""
17630
 
17631
+ #: wppa-tinymce-shortcodes.php:563
17632
  msgid "There are no tags"
17633
  msgstr ""
17634
 
17635
+ #: wppa-tinymce-shortcodes.php:594
17636
  msgid "Calendar type:"
17637
  msgstr ""
17638
 
17639
+ #: wppa-tinymce-shortcodes.php:597
17640
  msgid "By EXIF date"
17641
  msgstr ""
17642
 
17643
+ #: wppa-tinymce-shortcodes.php:598
17644
  msgid "By date of upload"
17645
  msgstr ""
17646
 
17647
+ #: wppa-tinymce-shortcodes.php:599
17648
  msgid "By date last modified"
17649
  msgstr ""
17650
 
17651
+ #: wppa-tinymce-shortcodes.php:602
17652
  msgid "Last date first"
17653
  msgstr ""
17654
 
17655
+ #: wppa-tinymce-shortcodes.php:603
17656
  msgid "Initially display all"
17657
  msgstr ""
17658
 
17659
+ #: wppa-tinymce-shortcodes.php:609
17660
  msgid "The size of the display:"
17661
  msgstr ""
17662
 
17663
+ #: wppa-tinymce-shortcodes.php:614
17664
  msgid ""
17665
  "Specify the horizontal size in pixels or <span style=\"color:blue\" >auto</"
17666
  "span>."
17667
  msgstr ""
17668
 
17669
+ #: wppa-tinymce-shortcodes.php:615
17670
  msgid ""
17671
  "A value less than <span style=\"color:blue\" >100</span> will automaticly be "
17672
  "interpreted as a <span style=\"color:blue\" >percentage</span> of the "
17673
  "available space."
17674
  msgstr ""
17675
 
17676
+ #: wppa-tinymce-shortcodes.php:616
17677
  msgid ""
17678
  "For responsive with a fixed maximum, add the max to auto e.g. <span style="
17679
  "\"color:blue\" >auto,550</span>"
17680
  msgstr ""
17681
 
17682
+ #: wppa-tinymce-shortcodes.php:617
17683
  msgid "Leave this blank for default size"
17684
  msgstr ""
17685
 
17686
+ #: wppa-tinymce-shortcodes.php:633
17687
  msgid "Specify the alignment to be used or --- none ---"
17688
  msgstr ""
17689
 
17690
+ #: wppa-tinymce-shortcodes.php:641
17691
  msgid ""
17692
  "This is a preview of the shortcode that is being generated. You may edit the "
17693
  "comment"
17694
  msgstr ""
17695
 
17696
+ #: wppa-tinymce-shortcodes.php:643 wppa-tinymce-shortcodes.php:644
17697
+ msgid "Insert Shortcode"
 
 
 
 
17698
  msgstr ""
17699
 
17700
+ #: wppa-tinymce-shortcodes.php:644
17701
  msgid "Please complete the shortcode specs"
17702
  msgstr ""
17703
 
17734
  msgstr ""
17735
 
17736
  #: wppa-upldr-widget.php:14
17737
+ msgid "WPPA+ Widget to show which users uploaded how many photos"
17738
  msgstr ""
17739
 
17740
  #: wppa-upldr-widget.php:15
17783
  msgid "Look only in albums (including sub-albums):"
17784
  msgstr ""
17785
 
17786
+ #: wppa-upldr-widget.php:254
17787
  msgid "Show count of owners:"
17788
  msgstr ""
17789
 
17790
+ #: wppa-upldr-widget.php:266
17791
  msgid "Show count of photos:"
17792
  msgstr ""
17793
 
17794
  #: wppa-upload-widget.php:15
17795
+ msgid "WPPA+ Widget to upload photos at the frontend"
17796
  msgstr ""
17797
 
17798
  #: wppa-upload-widget.php:16
17957
  msgid "Time out. %s photos uploaded in album nr %s."
17958
  msgstr ""
17959
 
17960
+ #: wppa-upload.php:560 wppa-upload.php:594
17961
  msgid "Photos Uploaded in album nr"
17962
  msgstr ""
17963
 
17964
+ #: wppa-upload.php:635
17965
  msgid "Zipfile"
17966
  msgstr ""
17967
 
17968
+ #: wppa-upload.php:635
17969
  msgid "sucessfully uploaded."
17970
  msgstr ""
17971
 
17972
+ #: wppa-upload.php:636
17973
  msgid "during upload."
17974
  msgstr ""
17975
 
17976
+ #: wppa-utils.php:345 wppa-utils.php:372
17977
  #, php-format
17978
  msgid "Rating: %s"
17979
  msgstr ""
17980
 
17981
+ #: wppa-utils.php:823 wppa-utils.php:834 wppa-utils.php:845
17982
  msgid "Notification of inappropriate image"
17983
  msgstr ""
17984
 
17985
+ #: wppa-utils.php:824 wppa-utils.php:835 wppa-utils.php:846
17986
  #, php-format
17987
  msgid "Photo %s has been marked as inappropriate by %s different visitors."
17988
  msgstr ""
17989
 
17990
+ #: wppa-utils.php:836
17991
  msgid "The status has been changed to 'pending'."
17992
  msgstr ""
17993
 
17994
+ #: wppa-utils.php:847
17995
  msgid "It has been deleted."
17996
  msgstr ""
17997
 
17998
+ #: wppa-utils.php:942
17999
  msgid "Your photo has a new approved comment"
18000
  msgstr ""
18001
 
18002
+ #: wppa-utils.php:945
18003
  msgid "From:"
18004
  msgstr ""
18005
 
18006
+ #: wppa-utils.php:948
18007
+ msgid "Comment:"
18008
+ msgstr ""
18009
+
18010
+ #: wppa-utils.php:953
18011
  msgid "Approved comment on photo"
18012
  msgstr ""
18013
 
18014
+ #: wppa-utils.php:1000
18015
  #, php-format
18016
  msgid "The visitors email address is: <a href=\"mailto:%s\">%s</a>"
18017
  msgstr ""
18018
 
18019
+ #: wppa-utils.php:1005
18020
  #, php-format
18021
  msgid "The visitor says his email address is: <a href=\"mailto:%s\">%s</a>"
18022
  msgstr ""
18023
 
18024
+ #: wppa-utils.php:1013
18025
  #, php-format
18026
  msgid ""
18027
  "This message is automaticly generated at %s. It is useless to respond to it."
18028
  msgstr ""
18029
 
18030
+ #: wppa-utils.php:1101
18031
  #, php-format
18032
  msgid "Time out after processing %s items."
18033
  msgstr ""
18034
 
18035
+ #: wppa-utils.php:1104 wppa-utils.php:1108
18036
  #, php-format
18037
  msgid "Time out after processing %s items. Please restart this operation"
18038
  msgstr ""
18039
 
18040
+ #: wppa-utils.php:1306
18041
  msgid "Could not delete photo"
18042
  msgstr ""
18043
 
18044
+ #: wppa-utils.php:1308 wppa-utils.php:1315
18045
  msgid "Photo is still in use in post/page"
18046
  msgstr ""
18047
 
18048
+ #: wppa-utils.php:2084
18049
  msgid "Photo w#id"
18050
  msgstr ""
18051
 
18052
+ #: wppa-utils.php:2256
18053
  msgid "There are no ratings between"
18054
  msgstr ""
18055
 
18056
+ #: wppa-utils.php:3654
18057
  #, php-format
18058
  msgid "You and %d other person like this"
18059
  msgid_plural "You and %d other people like this"
18060
  msgstr[0] ""
18061
  msgstr[1] ""
18062
 
18063
+ #: wppa-utils.php:3657
18064
  msgid "You are the first one who likes this"
18065
  msgstr ""
18066
 
18067
+ #: wppa-utils.php:3660
18068
  msgid "Click again if you do no longer like this"
18069
  msgstr ""
18070
 
18071
+ #: wppa-utils.php:3664
18072
  #, php-format
18073
  msgid "%d person likes this"
18074
  msgid_plural "%d people like this"
18075
  msgstr[0] ""
18076
  msgstr[1] ""
18077
 
18078
+ #: wppa-utils.php:3667
18079
  msgid "Be the first one to like this"
18080
  msgstr ""
18081
 
18082
+ #: wppa-utils.php:3673
18083
  #, php-format
18084
  msgid "%d like"
18085
  msgid_plural "%d likes"
18086
  msgstr[0] ""
18087
  msgstr[1] ""
18088
 
18089
+ #: wppa-video.php:195
18090
  msgid ""
18091
  "There is no filetype available for your browser, or your browser does not "
18092
  "support html5 video"
18133
  #. Author URI of the plugin/theme
18134
  msgid "http://wppa.opajaap.nl/"
18135
  msgstr "http://wppa.opajaap.nl/"
 
 
 
 
 
 
 
 
languages/wp-photo-album-plus-de_DE.mo DELETED
Binary file
languages/wp-photo-album-plus-de_DE.po DELETED
@@ -1,18592 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WP Photo Album Plus\n"
4
- "POT-Creation-Date: 2017-05-04 13:48+0200\n"
5
- "PO-Revision-Date: 2017-06-12 21:52+0200\n"
6
- "Language-Team: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
7
- "MIME-Version: 1.0\n"
8
- "Content-Type: text/plain; charset=UTF-8\n"
9
- "Content-Transfer-Encoding: 8bit\n"
10
- "X-Generator: Poedit 1.8.9\n"
11
- "X-Poedit-Basepath: ..\n"
12
- "X-Poedit-WPHeader: wppa.php\n"
13
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
16
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
17
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
18
- "Last-Translator: Stefan Eggers <stefan.eggers@fotogruppe-bredenbeck.de>\n"
19
- "Language: de_DE\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
- "X-Poedit-SearchPathExcluded-0: *.js\n"
22
-
23
- #: theme/photo-album-page-2010.php:33 theme/photo-album-search-page.php:52
24
- msgid "Pages:"
25
- msgstr "Seiten:"
26
-
27
- #: theme/photo-album-page-2010.php:34 theme/photo-album-search-page.php:53
28
- #: wppa-album-admin-autosave.php:1515 wppa-album-admin-autosave.php:1553
29
- #: wppa-album-admin-autosave.php:1653 wppa-album-admin-autosave.php:1888
30
- #: wppa-album-admin-autosave.php:1984 wppa-album-admin-autosave.php:2067
31
- #: wppa-album-admin-autosave.php:2119 wppa-album-admin-autosave.php:2256
32
- #: wppa-album-admin-autosave.php:2768 wppa-comment-admin.php:318
33
- #: wppa-comment-admin.php:387 wppa-comment-admin.php:405 wppa-setup.php:1405
34
- #: wppa-thumbnails.php:685
35
- msgid "Edit"
36
- msgstr "Bearbeiten"
37
-
38
- #: theme/photo-album-search-page.php:30
39
- msgid "Warning. No page defined for search results!"
40
- msgstr "Warnung. Es ist keine Seite für die Suchergebnisse definiert!"
41
-
42
- #: theme/photo-album-search-page.php:39 wppa-boxes-html.php:175
43
- #: wppa-settings-autosave.php:376 wppa-settings-autosave.php:3341
44
- msgid "Search"
45
- msgstr "Suche"
46
-
47
- #: theme/search-2010.php:20 theme/search-2016.php:23
48
- #, php-format
49
- msgid "Search Results for: %s"
50
- msgstr "Suchergebnis für: %s"
51
-
52
- #: theme/search-2010.php:31
53
- msgid "Nothing Found"
54
- msgstr "Nichts gefunden"
55
-
56
- #: theme/search-2010.php:33
57
- msgid ""
58
- "Sorry, but nothing matched your search criteria. Please try again with some "
59
- "different keywords."
60
- msgstr ""
61
- "Leider konnte zum angegebenen Schlüsselwort nichts gefunden werden. Bitte "
62
- "versuchen Sie es erneut."
63
-
64
- #: theme/search-2016.php:46 wppa-album-admin-autosave.php:2158
65
- #: wppa-links.php:1081 wppa-links.php:1091
66
- msgid "Previous page"
67
- msgstr "Vorherige Seite"
68
-
69
- #: theme/search-2016.php:47 wppa-admin-functions.php:764
70
- #: wppa-album-admin-autosave.php:2178 wppa-links.php:1109
71
- msgid "Next page"
72
- msgstr "Nächste Seite"
73
-
74
- #: theme/search-2016.php:48 wppa-settings-autosave.php:374
75
- #: wppa-settings-autosave.php:1607 wppa-settings-autosave.php:9199
76
- msgid "Page"
77
- msgstr "Seite"
78
-
79
- #: theme/wppa-theme.php:328 theme/wppa-theme.php:347
80
- msgid "No photos found matching your search criteria."
81
- msgstr "Kein Foto gefunden, das Ihren Suchkriterien entspricht."
82
-
83
- #: theme/wppa-theme.php:331
84
- msgid "No albums found matching your search criteria."
85
- msgstr "Kein Album gefunden, das Ihren Suchkriterien entspricht."
86
-
87
- #: theme/wppa-theme.php:334
88
- msgid "No albums or photos found matching your search criteria."
89
- msgstr "Kein Album oder Foto gefunden, das Ihren Suchkriterien entspricht."
90
-
91
- #: wppa-admin-functions.php:27
92
- msgid "Settings successfully backed up"
93
- msgstr "Einstellungen erfolgreich gesichert"
94
-
95
- #: wppa-admin-functions.php:31
96
- msgid "Unable to backup settings"
97
- msgstr "Einstellungen konnten nicht gesichert werden"
98
-
99
- #: wppa-admin-functions.php:40
100
- msgid "Error writing to settings backup file"
101
- msgstr "Fehler beim Schreiben in die Sicherungsdatei für Einstellungen"
102
-
103
- #: wppa-admin-functions.php:119
104
- msgid "Settings file not found"
105
- msgstr "Einstellungsdatei nicht gefunden"
106
-
107
- #: wppa-admin-functions.php:222 wppa-admin-functions.php:226
108
- #: wppa-ajax.php:3212 wppa-ajax.php:3219
109
- msgid "Please supply a numeric value greater than or equal to"
110
- msgstr "Bitte geben Sie einen numerischen Wert größer als oder gleich ein"
111
-
112
- #: wppa-admin-functions.php:222 wppa-admin-functions.php:226
113
- #: wppa-ajax.php:3212 wppa-ajax.php:3219
114
- msgid "for"
115
- msgstr "für"
116
-
117
- #: wppa-admin-functions.php:226 wppa-ajax.php:3219
118
- msgid "and less than or equal to"
119
- msgstr "und kleiner oder gleich"
120
-
121
- #: wppa-admin-functions.php:241 wppa-album-admin-autosave.php:398
122
- msgid "--- public ---"
123
- msgstr "--- öffentlich ---"
124
-
125
- #: wppa-admin-functions.php:521
126
- #, php-format
127
- msgid "File %s is of an unsupported filetype and has been removed."
128
- msgstr "Datei %s wurde entfernt, weil der Dateityp nicht unterstützt wid."
129
-
130
- #: wppa-admin-functions.php:640 wppa-admin-functions.php:679
131
- #: wppa-admin-functions.php:683 wppa-admin-functions.php:687
132
- msgid "Unexpected error:"
133
- msgstr "Unerwarteter Fehler:"
134
-
135
- #: wppa-admin-functions.php:640
136
- msgid "Missing database table:"
137
- msgstr "Fehlende Datenbank-Tabelle:"
138
-
139
- #: wppa-admin-functions.php:679
140
- msgid "Missing directory:"
141
- msgstr "Fehlendes Verzeichnis:"
142
-
143
- #: wppa-admin-functions.php:683
144
- msgid "Directory is not writable:"
145
- msgstr "Verzeichnis ist nicht beschreibbar:"
146
-
147
- #: wppa-admin-functions.php:687
148
- msgid "Directory is not readable:"
149
- msgstr "Verzeichnis ist nicht lesbar:"
150
-
151
- #: wppa-admin-functions.php:695
152
- msgid ""
153
- "Please de-activate and re-activate the plugin. If this problem persists, ask "
154
- "your administrator."
155
- msgstr ""
156
- "Bitte deaktivieren Sie und reaktivieren Sie das Plugin. Wenn dieses Problem "
157
- "weiterhin besteht, fragen Sie Ihren Administrator."
158
-
159
- #: wppa-admin-functions.php:724
160
- msgid "Prev page"
161
- msgstr "Vorherige Seite"
162
-
163
- #: wppa-admin-functions.php:879 wppa-admin-functions.php:882
164
- #, php-format
165
- msgid "Album %s is full"
166
- msgstr "Album %s ist voll"
167
-
168
- #: wppa-admin-functions.php:900
169
- #, php-format
170
- msgid "Photo %s already exists in album number %s. Removed from depot."
171
- msgstr "Foto %s existiert bereits im Album Nummer %s. Aus dem Depot entfernt."
172
-
173
- #: wppa-admin-functions.php:903
174
- #, php-format
175
- msgid "Photo %s already exists in album number %s."
176
- msgstr "Foto %s existiert bereits im Album Nummer %s."
177
-
178
- #: wppa-admin-functions.php:927
179
- msgid "Not found"
180
- msgstr "Nicht gefunden"
181
-
182
- #: wppa-admin-functions.php:939
183
- #, php-format
184
- msgid "ERROR: Attempt to upload a photo that is too large to process (%s)."
185
- msgstr ""
186
- "Fehler: Versuch ein Foto hochzuladen, das zu groß zum Verarbeiten ist (%s)."
187
-
188
- #: wppa-admin-functions.php:940
189
- msgid "Too big"
190
- msgstr "Zu groß"
191
-
192
- #: wppa-admin-functions.php:944
193
- msgid ""
194
- "WARNING: You are uploading photos that are too small. Photos must be larger "
195
- "than the thumbnail size and larger than the coverphotosize."
196
- msgstr ""
197
- "Warnung: Sie sind dabei Fotos hochzuladen, die zu klein sind. Fotos müssen "
198
- "größer als die Miniaturansichten und größer als die Coverfotos sein."
199
-
200
- #: wppa-admin-functions.php:945
201
- msgid "Too small"
202
- msgstr "Zu klein"
203
-
204
- #: wppa-admin-functions.php:952
205
- msgid "ERROR: Unable to retrieve image size of"
206
- msgstr "Fehler: Konnte Bildgröße nicht abrufen"
207
-
208
- #: wppa-admin-functions.php:952
209
- msgid "Are you sure it is a photo?"
210
- msgstr "Sind Sie sicher, dass es ein Foto ist?"
211
-
212
- #: wppa-admin-functions.php:953
213
- msgid "No photo found"
214
- msgstr "Kein Foto gefunden"
215
-
216
- #: wppa-admin-functions.php:963
217
- msgid "Unsupported mime type encountered:"
218
- msgstr "Nicht unterstützten MIME-Typ erkannt:"
219
-
220
- #: wppa-admin-functions.php:980
221
- msgid "Album not known while trying to add a photo"
222
- msgstr "Album nicht bekannt beim Versuch, ein Foto hinzufügen"
223
-
224
- #: wppa-admin-functions.php:984
225
- #, php-format
226
- msgid ""
227
- "Album %s does not exist or is not accessable while trying to add a photo"
228
- msgstr ""
229
- "Album %s existiert nicht oder ist nicht erreichbar beim Versuch, ein Foto "
230
- "hinzufügen"
231
-
232
- #: wppa-admin-functions.php:1003
233
- msgid "Could not insert photo."
234
- msgstr "Konnte Foto nicht einfügen."
235
-
236
- #: wppa-admin-functions.php:1051
237
- msgid "ERROR: Unknown file or album."
238
- msgstr "FEHLER: Unbekannte Datei oder Album."
239
-
240
- #: wppa-admin-functions.php:1165
241
- #, php-format
242
- msgid ""
243
- "There are <strong>%d</strong> albums and <strong>%d</strong> photos in the "
244
- "system."
245
- msgstr ""
246
- "Es gibt <strong>%d</strong> Alben und <strong>%d</strong> Fotos im System"
247
-
248
- #: wppa-admin-functions.php:1166
249
- #, php-format
250
- msgid "<strong>%d</strong> photos are pending moderation."
251
- msgstr "<strong>%d</strong> Fotos warten auf Moderation"
252
-
253
- #: wppa-admin-functions.php:1167
254
- #, php-format
255
- msgid "<strong>%d</strong> photos are scheduled for later publishing."
256
- msgstr "Für <strong>%d</strong> Fotos ist die spätere Veröffentlichung geplant"
257
-
258
- #: wppa-admin-functions.php:1170
259
- #, php-format
260
- msgid "The most recently added album is <strong>%s</strong> (%d)."
261
- msgstr "<strong>%s</strong> ist das zuletzt hinzugefügte Album (%d)"
262
-
263
- #: wppa-admin-functions.php:1182
264
- #, php-format
265
- msgid "The most recently added photo is <strong>%s</strong> (%d)"
266
- msgstr "<strong>%s</strong> ist das zuletzt hinzugefügte Foto (%d)"
267
-
268
- #: wppa-admin-functions.php:1183
269
- #, php-format
270
- msgid "in album <strong>%s</strong> (%d)."
271
- msgstr "im Album <strong>%s</strong> (%d)."
272
-
273
- #: wppa-admin-functions.php:1185
274
- msgid "Deleted"
275
- msgstr "gelöscht"
276
-
277
- #: wppa-admin.php:56
278
- msgid "Photo&thinsp;Albums"
279
- msgstr "Foto&thinsp;Alben"
280
-
281
- #: wppa-admin.php:59 wppa-adminbar.php:40 wppa-settings-autosave.php:6196
282
- msgid "Album Admin"
283
- msgstr "Album-Admin"
284
-
285
- #: wppa-admin.php:60 wppa-adminbar.php:47 wppa-settings-autosave.php:6197
286
- #: wppa-upload-widget.php:79 wppa-upload.php:126
287
- msgid "Upload Photos"
288
- msgstr "Fotos hochladen"
289
-
290
- #: wppa-admin.php:63 wppa-adminbar.php:53
291
- msgid "Edit Photos"
292
- msgstr "Fotos bearbeiten"
293
-
294
- #: wppa-admin.php:65 wppa-adminbar.php:61 wppa-import.php:168
295
- #: wppa-settings-autosave.php:6198
296
- msgid "Import Photos"
297
- msgstr "Fotos importieren"
298
-
299
- #: wppa-admin.php:66 wppa-adminbar.php:68
300
- msgid "Moderate Photos"
301
- msgstr "Fotos moderieren"
302
-
303
- #: wppa-admin.php:67 wppa-adminbar.php:75 wppa-export.php:32
304
- #: wppa-settings-autosave.php:6200
305
- msgid "Export Photos"
306
- msgstr "Fotos exportieren"
307
-
308
- #: wppa-admin.php:68 wppa-adminbar.php:82 wppa-comment-admin.php:223
309
- #: wppa-settings-autosave.php:6201
310
- msgid "Settings"
311
- msgstr "Einstellungen"
312
-
313
- #: wppa-admin.php:69
314
- msgid "Photo of the day Widget"
315
- msgstr "Foto-des-Tages-Widget"
316
-
317
- #: wppa-admin.php:69 wppa-adminbar.php:89 wppa-potd-widget.php:60
318
- #: wppa-settings-autosave.php:6202 wppa-setup.php:1711
319
- msgid "Photo of the day"
320
- msgstr "Foto des Tages"
321
-
322
- #: wppa-admin.php:70
323
- msgid "Manage comments"
324
- msgstr "Kommentare verwalten"
325
-
326
- #: wppa-admin.php:70 wppa-adminbar.php:96 wppa-settings-autosave.php:365
327
- #: wppa-settings-autosave.php:3170 wppa-settings-autosave.php:8998
328
- #: wppa-settings-autosave.php:9043
329
- msgid "Comments"
330
- msgstr "Kommentare"
331
-
332
- #: wppa-admin.php:71
333
- msgid "Help &amp; Info"
334
- msgstr "Hilfe &amp; Info"
335
-
336
- #: wppa-admin.php:71 wppa-adminbar.php:103
337
- msgid "Documentation"
338
- msgstr "Dokumentation"
339
-
340
- #: wppa-admin.php:111
341
- msgid "Uploading is temporary disabled for you"
342
- msgstr "Das Hochladen ist für Sie vorübergehend deaktiviert"
343
-
344
- #: wppa-admin.php:118
345
- msgid "Editing is temporary disabled for you"
346
- msgstr "Das Bearbeiten ist für Sie vorübergehend deaktiviert"
347
-
348
- #: wppa-admin.php:125
349
- msgid "Importing is temporary disabled for you"
350
- msgstr "Das Importieren ist für Sie vorübergehend deaktiviert"
351
-
352
- #: wppa-admin.php:128 wppa-import.php:1244
353
- msgid "Import"
354
- msgstr "Import"
355
-
356
- #: wppa-admin.php:128 wppa-settings-autosave.php:10305
357
- msgid "Update"
358
- msgstr "Aktualisierung"
359
-
360
- #: wppa-adminbar.php:110 wppa-album-navigator-widget.php:41
361
- #: wppa-album-navigator-widget.php:88 wppa-album-widget.php:47
362
- msgid "Photo Albums"
363
- msgstr "Fotoalben"
364
-
365
- #: wppa-adminbar.php:140 wppa-potd-admin.php:331
366
- msgid "Album"
367
- msgstr "Album"
368
-
369
- #: wppa-admins-choice-widget.php:13
370
- msgid "Admins choice of photos"
371
- msgstr "Admins Fotosauswahl"
372
-
373
- #: wppa-admins-choice-widget.php:14 wppa-admins-choice-widget.php:34
374
- #: wppa-admins-choice-widget.php:73
375
- msgid "Admins Choice"
376
- msgstr "Admins Auswahl"
377
-
378
- #: wppa-admins-choice-widget.php:44
379
- msgid "This feature is not enabled"
380
- msgstr "Diese Funktion ist nicht aktiviert."
381
-
382
- #: wppa-admins-choice-widget.php:68
383
- msgid "Please enable this feature in Table IV-A27"
384
- msgstr "Bitte aktivieren Sie diese Funktion in der Tabelle IV-A27"
385
-
386
- #: wppa-admins-choice-widget.php:78 wppa-album-navigator-widget.php:95
387
- #: wppa-album-widget.php:324 wppa-bestof-widget.php:131
388
- #: wppa-comment-widget.php:119 wppa-featen-widget.php:176
389
- #: wppa-gp-widget.php:88 wppa-lasten-widget.php:200
390
- #: wppa-multitag-widget.php:72 wppa-potd-widget.php:211 wppa-qr-widget.php:90
391
- #: wppa-search-widget.php:100 wppa-slideshow-widget.php:198
392
- #: wppa-stereo-widget.php:68 wppa-super-view-widget.php:73
393
- #: wppa-tagcloud-widget.php:68 wppa-thumbnail-widget.php:184
394
- #: wppa-topten-widget.php:335 wppa-upldr-widget.php:196
395
- #: wppa-upload-widget.php:83
396
- msgid "Title:"
397
- msgstr "Titel:"
398
-
399
- #: wppa-ajax.php:200
400
- msgid ""
401
- "All modifications are instantly updated on the server.<br />The <b style="
402
- "\"color:#070\" >Remark</b> field keeps you informed on the actions taken at "
403
- "the background."
404
- msgstr ""
405
- "Alle Änderungen werden auf dem Server sofort aktualisiert. Das <b style="
406
- "\"color:#070\" >Bemerkung</b>-Feld informiert Sie über die Aktionen im "
407
- "Hintergrund."
408
-
409
- #: wppa-ajax.php:203
410
- msgid "Exit & Refresh"
411
- msgstr "Verlassen & Aktualisieren"
412
-
413
- #: wppa-ajax.php:276 wppa-ajax.php:345 wppa-ajax.php:380 wppa-ajax.php:662
414
- #: wppa-ajax.php:677 wppa-ajax.php:1014 wppa-ajax.php:1038 wppa-ajax.php:3169
415
- msgid "Security check failure"
416
- msgstr "Sicherheitsprüfung Fehler"
417
-
418
- #: wppa-ajax.php:310 wppa-ajax.php:369
419
- msgid "You do not have the rights to moderate photos this way"
420
- msgstr "Sie haben nicht die Rechte Fotos auf diese Weise zu moderieren"
421
-
422
- #: wppa-ajax.php:326 wppa-ajax.php:1346 wppa-functions.php:2370
423
- msgid "Photo comment approved"
424
- msgstr "Kommentar für Foto genehmigt"
425
-
426
- #: wppa-ajax.php:342
427
- #, php-format
428
- msgid "Failed to update stutus of photo %s"
429
- msgstr "Das Aktualisieren des Status für Foto %s ist fehlgeschlagen"
430
-
431
- #: wppa-ajax.php:342 wppa-ajax.php:349
432
- msgid "Please refresh the page"
433
- msgstr "Bitte aktualisieren Sie die Seite."
434
-
435
- #: wppa-ajax.php:349
436
- #, php-format
437
- msgid "Failed to update stutus of comment %s"
438
- msgstr "Das Aktualisieren des Status für Kommentar %s ist fehlgeschlagen"
439
-
440
- #: wppa-ajax.php:364 wppa-ajax.php:384
441
- msgid "Photo removed"
442
- msgstr "Foto entfernt"
443
-
444
- #: wppa-ajax.php:394
445
- msgid "Comment removed"
446
- msgstr "Kommentar entfernt"
447
-
448
- #: wppa-ajax.php:396
449
- msgid "Could not remove comment"
450
- msgstr "Konnte Kommentar nicht entfernen"
451
-
452
- #: wppa-ajax.php:399 wppa-ajax.php:880
453
- msgid "Unexpected error"
454
- msgstr "Unerwarteter Fehler"
455
-
456
- #: wppa-ajax.php:405
457
- msgid "This feature is not enabled on this website"
458
- msgstr "Diese Funktion ist auf dieser Website nicht aktiviert"
459
-
460
- #: wppa-ajax.php:417
461
- msgid "The album is empty"
462
- msgstr "Das Album ist leer"
463
-
464
- #: wppa-ajax.php:426 wppa-ajax.php:505 wppa-ajax.php:625
465
- msgid "Unable to create zip archive"
466
- msgstr "Kann ZIP-Archiv nicht erstellen"
467
-
468
- #: wppa-ajax.php:438
469
- #, php-format
470
- msgid "Unable to create zip archive. code = %s"
471
- msgstr "Kann ZIP-Archiv nicht erstellen. Fehlercode = %s"
472
-
473
- #: wppa-ajax.php:475
474
- #, php-format
475
- msgid "Only %s out of %s photos could be added to the zipfile"
476
- msgstr "Nur %s von %s Fotos konnten dem ZIP-Archiv hinzugefügt werden"
477
-
478
- #: wppa-ajax.php:513
479
- msgid "Unable to create zipsdir"
480
- msgstr "Kann Zip-Ordner nicht erstellen"
481
-
482
- #: wppa-ajax.php:537 wppa-functions.php:2161 wppa-thumbnails.php:659
483
- msgid "Selected"
484
- msgstr "Ausgewählt"
485
-
486
- #: wppa-ajax.php:567
487
- msgid "Unknown source of request"
488
- msgstr "Die Quelle der Anfrage ist unbekannt"
489
-
490
- #: wppa-ajax.php:585
491
- msgid "Empty filename"
492
- msgstr "Leerer Dateiname"
493
-
494
- #: wppa-ajax.php:611
495
- msgid "Unable to create tempdir"
496
- msgstr "Kann temp-Ordner nicht erstellen"
497
-
498
- #: wppa-ajax.php:635
499
- msgid "Unknown type"
500
- msgstr "Unbekannter Typ"
501
-
502
- #: wppa-ajax.php:644
503
- msgid "The photo does no longer exist"
504
- msgstr "Das Foto existiert nicht mehr"
505
-
506
- #: wppa-ajax.php:696
507
- msgid "An error occurred while processing you rating request."
508
- msgstr "Bei der Verarbeitung Ihrer Bewertung ist ein Fehler aufgetreten"
509
-
510
- #: wppa-ajax.php:697
511
- msgid "Maybe you opened the page too long ago to recognize you."
512
- msgstr ""
513
- "Vielleicht ist das Öffnen der Seite zu lange her, um Sie noch zu erkennen"
514
-
515
- #: wppa-ajax.php:698
516
- msgid "You may refresh the page and try again."
517
- msgstr "Sie können die Seite aktualisieren und es erneut versuchen."
518
-
519
- #: wppa-ajax.php:699
520
- msgid ""
521
- "Althoug an error occurred while processing your rating, your vote has been "
522
- "registered."
523
- msgstr ""
524
- "Obwohl bei der Verarbeitung Ihrer Bewertung ein Fehler aufgetreten ist, "
525
- "wurde Ihre Bewertung registriert."
526
-
527
- #: wppa-ajax.php:700
528
- msgid "However, this may not be reflected in the current pageview"
529
- msgstr "Dies kann sich jedoch nicht im aktuellen Seitenzugriff widerspiegeln"
530
-
531
- #: wppa-ajax.php:729
532
- msgid "Photo has been removed."
533
- msgstr "Foto wurde entfernt."
534
-
535
- #: wppa-ajax.php:741 wppa-slideshow.php:927
536
- msgid "Sorry, you can not rate your own photos"
537
- msgstr "Sie können Ihre eigenen Fotos nicht bewerten"
538
-
539
- #: wppa-ajax.php:753
540
- msgid "Please enter a comment."
541
- msgstr "Bitte geben Sie einen Kommentar ein."
542
-
543
- #: wppa-ajax.php:809
544
- msgid "You can not change your vote"
545
- msgstr "Sie können Ihre Bewertung nicht ändern"
546
-
547
- #: wppa-ajax.php:815
548
- msgid "You can not change a dislike"
549
- msgstr "Sie können ein Dislike nicht ändern"
550
-
551
- #: wppa-ajax.php:821
552
- msgid "You can not change your vote into a dislike"
553
- msgstr "Sie können Ihre Bewertung nicht in ein Dislike ändern"
554
-
555
- #: wppa-ajax.php:837 wppa-ajax.php:858
556
- msgid "Photo rated"
557
- msgstr "Foto bewertet"
558
-
559
- #: wppa-ajax.php:964
560
- msgid ""
561
- "Please explain your vote in a comment.\n"
562
- "Your vote will be discarded if you don't.\n"
563
- "\n"
564
- "After completing your comment,\n"
565
- "you can refresh the page to see\n"
566
- "your vote became effective."
567
- msgstr ""
568
- "Bitte erläutern Sie Ihre Bewertung in einem Kommentar\n"
569
- "Ihre Bewertung wird andernfalls nicht akzeptiert.\n"
570
- "Nach Komplettierung Ihres Komentars\n"
571
- "können Sie die Seite neu laden\n"
572
- "um zu sehen, ob Ihre Bewertung verarbeitet wurde."
573
-
574
- #: wppa-ajax.php:1010
575
- msgid "You do not have the rights to delete a photo"
576
- msgstr "Sie haben nicht das Recht, ein Foto zu löschen"
577
-
578
- #: wppa-ajax.php:1021
579
- #, php-format
580
- msgid "Photo %s has been deleted"
581
- msgstr "Foto %s wurde gelöscht"
582
-
583
- #: wppa-ajax.php:1034
584
- msgid "You do not have the rights to undelete a photo"
585
- msgstr ""
586
- "Sie haben nicht das Recht, das Löschen eines Fotos rückgängig zu machen"
587
-
588
- #: wppa-ajax.php:1045
589
- #, php-format
590
- msgid "Photo %s has been undeleted"
591
- msgstr "Löschen des Fotos %s wurde rückgängig gemacht"
592
-
593
- #: wppa-ajax.php:1048
594
- #, php-format
595
- msgid "Could not undelete photo %s"
596
- msgstr "Konnte das Löschen des Fotos %s nicht rückgängig machen"
597
-
598
- #: wppa-ajax.php:1062
599
- msgid "You do not have the rights to update album information"
600
- msgstr "Sie haben nicht das Recht, Albuminformationen zu ändern"
601
-
602
- #: wppa-ajax.php:1074 wppa-ajax.php:2437
603
- msgid "Ratings cleared"
604
- msgstr "Bewertungen freigegeben"
605
-
606
- #: wppa-ajax.php:1074 wppa-ajax.php:1080 wppa-photo-admin-autosave.php:787
607
- msgid "No ratings for this photo."
608
- msgstr "Dieses Foto ist nicht bewertet."
609
-
610
- #: wppa-ajax.php:1077
611
- msgid "An error occurred while clearing ratings"
612
- msgstr "Bei der Freigabe von Bewertungen ist ein Fehler aufgetreten"
613
-
614
- #: wppa-ajax.php:1080 wppa-ajax.php:1101 wppa-ajax.php:1123
615
- msgid "No photos in this album"
616
- msgstr "Dieses Album enthält keine Fotos"
617
-
618
- #: wppa-ajax.php:1095
619
- msgid "Tags set to defaults"
620
- msgstr "Tags auf Standardwert gesetzt"
621
-
622
- #: wppa-ajax.php:1098
623
- msgid "An error occurred while setting tags"
624
- msgstr "Bei der Verarbeitung von Tags ist ein Fehler aufgetreten"
625
-
626
- #: wppa-ajax.php:1117
627
- msgid "Tags added with defaults"
628
- msgstr "Standardwert für Tags hinzugefügt"
629
-
630
- #: wppa-ajax.php:1120
631
- msgid "An error occurred while adding tags"
632
- msgstr "Beim Hinzufügen von Tags ist ein Fehler aufgetreten"
633
-
634
- #: wppa-ajax.php:1146
635
- msgid "No subalbums found to process"
636
- msgstr "Kein Unteralbum zum Verarbeiten gefunden"
637
-
638
- #: wppa-ajax.php:1151
639
- msgid "No categories found to process"
640
- msgstr "Kein Unteralbum zum Verabeiten gefunden"
641
-
642
- #: wppa-ajax.php:1155
643
- #, php-format
644
- msgid "%d album updated"
645
- msgid_plural "%d albums updated"
646
- msgstr[0] "%d Album aktualisiert"
647
- msgstr[1] "%d Album aktualisiert"
648
-
649
- #: wppa-ajax.php:1162
650
- #, php-format
651
- msgid "Album name may not be empty.<br />Reset to %s"
652
- msgstr "Der Albumname darf nicht leer sein.<br />Zurückgesetzt auf %s"
653
-
654
- #: wppa-ajax.php:1164 wppa-ajax.php:1820 wppa-album-admin-autosave.php:488
655
- #: wppa-album-admin-autosave.php:537 wppa-album-admin-autosave.php:1462
656
- #: wppa-album-admin-autosave.php:1600 wppa-album-admin-autosave.php:1835
657
- #: wppa-album-admin-autosave.php:1931 wppa-boxes-html.php:415
658
- #: wppa-boxes-html.php:529 wppa-photo-admin-autosave.php:2479
659
- #: wppa-photo-admin-autosave.php:2660 wppa-photo-admin-autosave.php:3081
660
- #: wppa-potd-admin.php:71 wppa-potd-admin.php:358
661
- #: wppa-settings-autosave.php:510 wppa-settings-autosave.php:672
662
- #: wppa-settings-autosave.php:694 wppa-settings-autosave.php:1473
663
- #: wppa-settings-autosave.php:1494 wppa-settings-autosave.php:3067
664
- #: wppa-settings-autosave.php:3088 wppa-settings-autosave.php:3464
665
- #: wppa-settings-autosave.php:3488 wppa-settings-autosave.php:4045
666
- #: wppa-settings-autosave.php:4174 wppa-settings-autosave.php:4883
667
- #: wppa-settings-autosave.php:4904 wppa-settings-autosave.php:5080
668
- #: wppa-settings-autosave.php:5104 wppa-settings-autosave.php:6162
669
- #: wppa-settings-autosave.php:6628 wppa-settings-autosave.php:6878
670
- #: wppa-settings-autosave.php:6900 wppa-settings-autosave.php:7725
671
- #: wppa-settings-autosave.php:7749 wppa-settings-autosave.php:8992
672
- #: wppa-settings-autosave.php:9706 wppa-settings-autosave.php:9862
673
- #: wppa-thumbnail-widget.php:202 wppa-upload.php:290
674
- msgid "Name"
675
- msgstr "Name"
676
-
677
- #: wppa-ajax.php:1167 wppa-ajax.php:1823 wppa-album-admin-autosave.php:1472
678
- #: wppa-album-admin-autosave.php:1610 wppa-album-admin-autosave.php:1845
679
- #: wppa-album-admin-autosave.php:1941 wppa-photo-admin-autosave.php:2480
680
- #: wppa-photo-admin-autosave.php:2661 wppa-photo-admin-autosave.php:3082
681
- #: wppa-potd-admin.php:72 wppa-potd-admin.php:138 wppa-potd-admin.php:359
682
- #: wppa-settings-autosave.php:511 wppa-settings-autosave.php:673
683
- #: wppa-settings-autosave.php:695 wppa-settings-autosave.php:1474
684
- #: wppa-settings-autosave.php:1495 wppa-settings-autosave.php:3068
685
- #: wppa-settings-autosave.php:3089 wppa-settings-autosave.php:3465
686
- #: wppa-settings-autosave.php:3489 wppa-settings-autosave.php:4884
687
- #: wppa-settings-autosave.php:4905 wppa-settings-autosave.php:5081
688
- #: wppa-settings-autosave.php:5105 wppa-settings-autosave.php:6163
689
- #: wppa-settings-autosave.php:6629 wppa-settings-autosave.php:6879
690
- #: wppa-settings-autosave.php:6901 wppa-settings-autosave.php:7726
691
- #: wppa-settings-autosave.php:7750 wppa-settings-autosave.php:9707
692
- #: wppa-settings-autosave.php:9729 wppa-settings-autosave.php:9769
693
- #: wppa-settings-autosave.php:9791 wppa-settings-autosave.php:9837
694
- #: wppa-settings-autosave.php:9863
695
- msgid "Description"
696
- msgstr "Beschreibung"
697
-
698
- #: wppa-ajax.php:1171
699
- msgid "Unbalanced tags in album description!"
700
- msgstr "Nicht behobene Fehler in der Albumbeschreibung!"
701
-
702
- #: wppa-ajax.php:1178
703
- msgid "Album order #"
704
- msgstr "Album Sortierung #"
705
-
706
- #: wppa-ajax.php:1181
707
- msgid "Cover photo"
708
- msgstr "Titelbild"
709
-
710
- #: wppa-ajax.php:1184
711
- msgid "Parent album"
712
- msgstr "Übergeordnetes Album"
713
-
714
- #: wppa-ajax.php:1189 wppa-settings-autosave.php:4039
715
- #, fuzzy
716
- msgid "Photo order"
717
- msgstr "Foto Sortierung"
718
-
719
- #: wppa-ajax.php:1192
720
- msgid "Use Alt thumbsize"
721
- msgstr "Verwende die alternative Miniaturbildgröße"
722
-
723
- #: wppa-ajax.php:1195
724
- msgid "Cover Type"
725
- msgstr "Titeltyp"
726
-
727
- #: wppa-ajax.php:1198 wppa-settings-autosave.php:5106
728
- #: wppa-settings-autosave.php:6164
729
- msgid "Link type"
730
- msgstr "Linktyp"
731
-
732
- #: wppa-ajax.php:1201 wppa-album-covers.php:1390
733
- msgid "Link to"
734
- msgstr "Link zu"
735
-
736
- #: wppa-ajax.php:1204 wppa-ajax.php:1844 wppa-album-admin-autosave.php:1483
737
- #: wppa-album-admin-autosave.php:1621 wppa-album-admin-autosave.php:1856
738
- #: wppa-album-admin-autosave.php:1952 wppa-boxes-html.php:537
739
- #: wppa-photo-admin-autosave.php:2482 wppa-photo-admin-autosave.php:2663
740
- #: wppa-potd-admin.php:139
741
- msgid "Owner"
742
- msgstr "Eigentümer"
743
-
744
- #: wppa-ajax.php:1206
745
- #, php-format
746
- msgid "User %s does not exist"
747
- msgstr "Der Benutzer %s existiert nicht"
748
-
749
- #: wppa-ajax.php:1211 wppa-ajax.php:1217
750
- #, fuzzy
751
- msgid "Upload limit count"
752
- msgstr "Upload limit Anzahl"
753
-
754
- #: wppa-ajax.php:1224
755
- #, fuzzy
756
- msgid "Upload limit time"
757
- msgstr "Upload limit Zeit"
758
-
759
- #: wppa-ajax.php:1228
760
- msgid "Default tags"
761
- msgstr "Standardtags"
762
-
763
- #: wppa-ajax.php:1233
764
- msgid "Categories"
765
- msgstr "Kategorien"
766
-
767
- #: wppa-ajax.php:1236
768
- #, fuzzy
769
- msgid "Sub albums sort order"
770
- msgstr "Unteralben Sortierung"
771
-
772
- #: wppa-ajax.php:1244 wppa-ajax.php:1913
773
- msgid "Schedule date/time"
774
- msgstr "Planungsdatum/-zeit"
775
-
776
- #: wppa-ajax.php:1257 wppa-ajax.php:1309
777
- #, php-format
778
- msgid "%s of album %s updated"
779
- msgstr "%s von %s Alben sind aktualisiert"
780
-
781
- #: wppa-ajax.php:1265
782
- msgid "All photos set to scheduled per date"
783
- msgstr "Alle Fotos auf \\\"geplant nach Datum\\\" gesetzt"
784
-
785
- #: wppa-ajax.php:1292
786
- #, php-format
787
- msgid "Custom field %s updated"
788
- msgstr "Benutzerfeld %s aktualisiert"
789
-
790
- #: wppa-ajax.php:1318
791
- #, fuzzy, php-format
792
- msgid "An error occurred while trying to update %s of album %s"
793
- msgstr "Bei der Aktualisierung von %s aus Album %s ist ein Fehler aufgetreten"
794
-
795
- #: wppa-ajax.php:1319 wppa-ajax.php:1798
796
- msgid "Press CTRL+F5 and try again."
797
- msgstr "Drücken Sie [Strg]+[F5] und versuchen Sie es erneut."
798
-
799
- #: wppa-ajax.php:1333
800
- msgid "You do not have the rights to update comment status"
801
- msgstr "Sie haben nicht das Recht, den Kommentarstatus zu ändern"
802
-
803
- #: wppa-ajax.php:1352
804
- #, php-format
805
- msgid "Status of comment #%s updated"
806
- msgstr "Der Status für Kommentar #%s wurde aktualisiert"
807
-
808
- #: wppa-ajax.php:1355
809
- #, php-format
810
- msgid "Error updating status comment #%s"
811
- msgstr ""
812
- "Bei der Aktualisierung des Status von Kommentar #%s ist ein Fehler "
813
- "aufgetreten"
814
-
815
- #: wppa-ajax.php:1366
816
- #, fuzzy
817
- msgid "You do not have the rights to change photos"
818
- msgstr "Sie haben nicht das Recht, Fotos zu wechseln"
819
-
820
- #: wppa-ajax.php:1375
821
- msgid "Watermark applied"
822
- msgstr "Wasserzeichen hinzugefügt"
823
-
824
- #: wppa-ajax.php:1379
825
- msgid "An error occured while trying to apply a watermark"
826
- msgstr "Beim Hinzufügen des Wasserzeichens ist ein Fehler aufgetreten "
827
-
828
- #: wppa-ajax.php:1398
829
- msgid "You do not have the rights to update photo information"
830
- msgstr "Sie haben nicht das Recht, Fotoinformationen zu aktualisieren"
831
-
832
- #: wppa-ajax.php:1404
833
- #, php-format
834
- msgid "%s updated to %s."
835
- msgstr "%s aktualisiert auf %s"
836
-
837
- #: wppa-ajax.php:1454
838
- #, php-format
839
- msgid "Format error %s. Must be yyyy:mm:dd hh:mm:ss"
840
- msgstr "Formatfehler %s. Das Format muss yyyy:mm:dd hh:mm:ss sein"
841
-
842
- #: wppa-ajax.php:1458
843
- msgid "Exif date/time updated"
844
- msgstr "EXIF Datum/Zeit aktualisiert"
845
-
846
- #: wppa-ajax.php:1464
847
- msgid "Enter a value > -90 and < 90"
848
- msgstr "Geben Sie einen Wert > -90 und < 90 ein"
849
-
850
- #: wppa-ajax.php:1472
851
- #, fuzzy
852
- msgid "Lattitude updated"
853
- msgstr "Breitengrad aktualisiert"
854
-
855
- #: wppa-ajax.php:1474
856
- msgid "Could not update lattitude"
857
- msgstr "Konnte den Breitengrad nicht aktualisieren"
858
-
859
- #: wppa-ajax.php:1480
860
- msgid "Enter a value > -180 and < 180"
861
- msgstr "Geben Sie einen Wert > -180 und < 180 ein"
862
-
863
- #: wppa-ajax.php:1488
864
- msgid "Longitude updated"
865
- msgstr "Längengrad aktualisiert"
866
-
867
- #: wppa-ajax.php:1490
868
- msgid "Could not update longitude"
869
- msgstr "Konnte den Längengrad nicht aktualisieren"
870
-
871
- #: wppa-ajax.php:1498
872
- msgid "Photo files remade"
873
- msgstr "Fotodateien erneuert"
874
-
875
- #: wppa-ajax.php:1501
876
- msgid "Could not remake files"
877
- msgstr "Konnte Fotodateien nicht erneuern"
878
-
879
- #: wppa-ajax.php:1507
880
- msgid "Thumbnail remade"
881
- msgstr "Miniaturbild erneuert"
882
-
883
- #: wppa-ajax.php:1510
884
- msgid "Could not remake thumbnail"
885
- msgstr "Konnte Miniaturbild nicht erneuern"
886
-
887
- #: wppa-ajax.php:1521 wppa-potd-admin.php:100 wppa-settings-autosave.php:3849
888
- #: wppa-settings-autosave.php:9682 wppa-tinymce-shortcodes.php:627
889
- msgid "left"
890
- msgstr "links"
891
-
892
- #: wppa-ajax.php:1524
893
- msgid "180&deg;"
894
- msgstr "180&deg;"
895
-
896
- #: wppa-ajax.php:1527 wppa-potd-admin.php:100 wppa-settings-autosave.php:3849
897
- #: wppa-settings-autosave.php:9684 wppa-tinymce-shortcodes.php:629
898
- msgid "right"
899
- msgstr "rechts"
900
-
901
- #: wppa-ajax.php:1540 wppa-ajax.php:1543
902
- msgid "Photo flipped"
903
- msgstr "Foto gekippt"
904
-
905
- #: wppa-ajax.php:1546
906
- #, php-format
907
- msgid "Photo %s rotated %s"
908
- msgstr "Foto %s gedreht %s"
909
-
910
- #: wppa-ajax.php:1550
911
- #, php-format
912
- msgid "An error occurred while trying to rotate or flip photo %s"
913
- msgstr "Beim Drehen/Kippen des Fotos ist ein Fehler aufgetreten %s"
914
-
915
- #: wppa-ajax.php:1658
916
- #, php-format
917
- msgid "An error occurred while trying to process photo %s"
918
- msgstr "Während der Verarbeitung des Fotos ist ein Fehler aufgetreten %s"
919
-
920
- #: wppa-ajax.php:1694 wppa-ajax.php:1741
921
- #, php-format
922
- msgid "Command %s magically executed on photo %s"
923
- msgstr "Kommando %s wurde automatisch auf Foto %s angewendet"
924
-
925
- #: wppa-ajax.php:1751 wppa-ajax.php:1781 wppa-photo-admin-autosave.php:2106
926
- #: wppa-photo-admin-autosave.php:2124
927
- #, php-format
928
- msgid "A photo with filename %s already exists in album %s."
929
- msgstr "Ein Foto mit dem Dateinamen %s existiert bereits im Album %s."
930
-
931
- #: wppa-ajax.php:1757 wppa-ajax.php:1787 wppa-functions.php:4191
932
- #, php-format
933
- msgid "Album %s does not exist"
934
- msgstr "Album %s existiert nicht"
935
-
936
- #: wppa-ajax.php:1767
937
- #, php-format
938
- msgid "Photo %s has been moved to album %s (%s)"
939
- msgstr "Foto %s wurde in Album %s verschoben (%s)"
940
-
941
- #: wppa-ajax.php:1771
942
- #, php-format
943
- msgid "An error occurred while trying to move photo %s"
944
- msgstr "Beim Verschieben des Fotos %s ist ein Fehler aufgetreten"
945
-
946
- #: wppa-ajax.php:1794
947
- #, php-format
948
- msgid "Photo %s copied to album %s (%s)"
949
- msgstr "Foto %s wurde in Album %s kopiert (%s)"
950
-
951
- #: wppa-ajax.php:1797
952
- #, php-format
953
- msgid "An error occurred while trying to copy photo %s"
954
- msgstr "Beim Kopieren des Fotos %s ist ein Fehler aufgetreten"
955
-
956
- #: wppa-ajax.php:1827 wppa-ajax.php:2540
957
- msgid "Unbalanced tags in photo description!"
958
- msgstr "Nicht behobene Fehler in derFotobeschreibung!"
959
-
960
- #: wppa-ajax.php:1833
961
- msgid "Photo order #"
962
- msgstr "Foto Sortierung #"
963
-
964
- #: wppa-ajax.php:1838
965
- #, php-format
966
- msgid "User %s does not exists"
967
- msgstr "Der Benutzer %s existiert nicht"
968
-
969
- #: wppa-ajax.php:1847
970
- msgid "Link url"
971
- msgstr "Link url"
972
-
973
- #: wppa-ajax.php:1850
974
- msgid "Link title"
975
- msgstr "Link title"
976
-
977
- #: wppa-ajax.php:1853
978
- msgid "Link target"
979
- msgstr "Link target"
980
-
981
- #: wppa-ajax.php:1859 wppa-multitag-widget.php:34 wppa-multitag-widget.php:66
982
- #: wppa-tagcloud-widget.php:34 wppa-tagcloud-widget.php:63
983
- msgid "Photo Tags"
984
- msgstr "Foto Tags"
985
-
986
- #: wppa-ajax.php:1864 wppa-comment-admin.php:317 wppa-comment-admin.php:404
987
- #: wppa-photo-admin-autosave.php:2481 wppa-photo-admin-autosave.php:2662
988
- #: wppa-settings-autosave.php:6904 wppa-settings-autosave.php:7729
989
- #: wppa-settings-autosave.php:9730 wppa-settings-autosave.php:9770
990
- #: wppa-settings-autosave.php:9792 wppa-settings-autosave.php:9838
991
- msgid "Status"
992
- msgstr "Status"
993
-
994
- #: wppa-ajax.php:1867
995
- msgid "HTML Alt"
996
- msgstr "HTML Alt"
997
-
998
- #: wppa-ajax.php:1871
999
- msgid "Video width"
1000
- msgstr "Video Breite"
1001
-
1002
- #: wppa-ajax.php:1873 wppa-ajax.php:1880
1003
- msgid "Please enter an integer value >= 0"
1004
- msgstr "Bitte geben Sie eine ganze Zahl >=0 ein"
1005
-
1006
- #: wppa-ajax.php:1878
1007
- msgid "Video height"
1008
- msgstr "Video Höhe"
1009
-
1010
- #: wppa-ajax.php:1896 wppa-ajax.php:1929 wppa-ajax.php:1964
1011
- #, php-format
1012
- msgid "%s of video %s updated"
1013
- msgstr "%s von %s Videos aktualisiert"
1014
-
1015
- #: wppa-ajax.php:1899 wppa-ajax.php:1932 wppa-ajax.php:1967
1016
- #, php-format
1017
- msgid "%s of photo %s updated"
1018
- msgstr "%s von %s Fotos aktualisiert"
1019
-
1020
- #: wppa-ajax.php:1903
1021
- #, fuzzy, php-format
1022
- msgid "An error occurred while trying to update %s of photo %s"
1023
- msgstr "Beim Aktualisieren %s des Fotos %s ist ein Fehler aufgetreten"
1024
-
1025
- #: wppa-ajax.php:1941
1026
- msgid "Delete date/time"
1027
- msgstr "Lösche Datum/Zeit"
1028
-
1029
- #: wppa-ajax.php:1973
1030
- #, php-format
1031
- msgid "Scheduled deletion of photo %s cancelled"
1032
- msgstr "Geplante Löschung von Foto %s wurde abgebrochen"
1033
-
1034
- #: wppa-ajax.php:1976
1035
- msgid "No rights"
1036
- msgstr "Keine Rechte"
1037
-
1038
- #: wppa-ajax.php:2002
1039
- #, php-format
1040
- msgid "Custom field %s of photo %s updated"
1041
- msgstr "Benutzerfeld %s des Fotos %s aktualisiert"
1042
-
1043
- #: wppa-ajax.php:2009
1044
- msgid "Error during upload."
1045
- msgstr "Fehler beim Hochladen"
1046
-
1047
- #: wppa-ajax.php:2043
1048
- msgid "Photo files updated."
1049
- msgstr "Fotodateien aktualisiert"
1050
-
1051
- #: wppa-ajax.php:2048
1052
- msgid "Could not update files."
1053
- msgstr "Konnte Dateien nicht aktualisieren"
1054
-
1055
- #: wppa-ajax.php:2059
1056
- #, fuzzy, php-format
1057
- msgid "Stereo mode updated in %d milliseconds"
1058
- msgstr "Stereo Modus aktualisiert in %d Millisekunden"
1059
-
1060
- #: wppa-ajax.php:2076 wppa-ajax.php:2118
1061
- msgid "You do not have the rights to update settings"
1062
- msgstr "Sie haben nicht das Recht, die Einstellungen zu aktualisieren"
1063
-
1064
- #: wppa-ajax.php:2112
1065
- msgid "You do not have the rights to update photo of the day settings"
1066
- msgstr ""
1067
- "Sie haben nicht das Recht, die Foto-des-Tages-Einstellungen zu aktualisieren"
1068
-
1069
- #: wppa-ajax.php:2190
1070
- #, fuzzy
1071
- msgid "Capability granted"
1072
- msgstr "Fähigkeit erteilt"
1073
-
1074
- #: wppa-ajax.php:2195
1075
- #, fuzzy
1076
- msgid "Capability withdrawn"
1077
- msgstr "Fähigkeit zurückgezogen"
1078
-
1079
- #: wppa-ajax.php:2213 wppa-ajax.php:3042
1080
- #, php-format
1081
- msgid "Setting %s updated to %s"
1082
- msgstr "Einstellung %s aktualisiert auf %s"
1083
-
1084
- #: wppa-ajax.php:2249
1085
- msgid "Column width."
1086
- msgstr "Spaltenbreite."
1087
-
1088
- #: wppa-ajax.php:2252
1089
- msgid "Initial width."
1090
- msgstr "Anfängliche Breite."
1091
-
1092
- #: wppa-ajax.php:2255
1093
- #, fuzzy
1094
- msgid "Full size."
1095
- msgstr "Volle Größe."
1096
-
1097
- #: wppa-ajax.php:2258
1098
- msgid "Max height."
1099
- msgstr "Maximale Höhe."
1100
-
1101
- #: wppa-ajax.php:2263
1102
- msgid "Thumbnail size."
1103
- msgstr "Miniaturbildhöhe."
1104
-
1105
- #: wppa-ajax.php:2267
1106
- #, fuzzy
1107
- msgid "Thumbnail frame width"
1108
- msgstr "Bereich Breite"
1109
-
1110
- #: wppa-ajax.php:2271
1111
- #, fuzzy
1112
- msgid "Thumbnail frame height"
1113
- msgstr "Bereich Höhe"
1114
-
1115
- #: wppa-ajax.php:2274
1116
- #, fuzzy
1117
- msgid "Thumbnail Spacing"
1118
- msgstr "Abstand"
1119
-
1120
- #: wppa-ajax.php:2277
1121
- msgid "Photocount treshold."
1122
- msgstr ""
1123
-
1124
- #: wppa-ajax.php:2280
1125
- msgid "Thumb page size."
1126
- msgstr ""
1127
-
1128
- #: wppa-ajax.php:2283 wppa-ajax.php:2286
1129
- msgid "Cover photo size."
1130
- msgstr "Cover Fotogröße."
1131
-
1132
- #: wppa-ajax.php:2289
1133
- msgid "Album page size."
1134
- msgstr "Album Seitengröße."
1135
-
1136
- #: wppa-ajax.php:2292
1137
- msgid "Number of TopTen photos"
1138
- msgstr "Anzahl der TopTen-Fotos"
1139
-
1140
- #: wppa-ajax.php:2295
1141
- msgid "Widget image thumbnail size"
1142
- msgstr ""
1143
-
1144
- #: wppa-ajax.php:2298 wppa-settings-autosave.php:1100
1145
- msgid "Max Cover width"
1146
- msgstr "Breite"
1147
-
1148
- #: wppa-ajax.php:2301
1149
- msgid "Minimal description height"
1150
- msgstr ""
1151
-
1152
- #: wppa-ajax.php:2304
1153
- msgid "Minimal cover height"
1154
- msgstr ""
1155
-
1156
- #: wppa-ajax.php:2307
1157
- msgid "Minimal text frame height"
1158
- msgstr ""
1159
-
1160
- #: wppa-ajax.php:2310 wppa-settings-autosave.php:1428
1161
- msgid "Border width"
1162
- msgstr "Rahmen Breite"
1163
-
1164
- #: wppa-ajax.php:2313 wppa-settings-autosave.php:771
1165
- #: wppa-settings-autosave.php:1437
1166
- msgid "Border radius"
1167
- msgstr "Rahmen Eckenradius"
1168
-
1169
- #: wppa-ajax.php:2316 wppa-settings-autosave.php:782
1170
- msgid "Box spacing"
1171
- msgstr "Box Abstand"
1172
-
1173
- #: wppa-ajax.php:2322 wppa-settings-autosave.php:1075
1174
- msgid "Popup size"
1175
- msgstr "Popup Größe"
1176
-
1177
- #: wppa-ajax.php:2325
1178
- msgid "Fullsize border width"
1179
- msgstr ""
1180
-
1181
- #: wppa-ajax.php:2328
1182
- msgid "Lightbox Bordersize"
1183
- msgstr ""
1184
-
1185
- #: wppa-ajax.php:2331
1186
- msgid "Lightbox Borderwidth"
1187
- msgstr ""
1188
-
1189
- #: wppa-ajax.php:2334
1190
- msgid "Lightbox Borderradius"
1191
- msgstr ""
1192
-
1193
- #: wppa-ajax.php:2337
1194
- msgid "Number of Comment widget entries"
1195
- msgstr ""
1196
-
1197
- #: wppa-ajax.php:2340
1198
- msgid "Comment Widget image thumbnail size"
1199
- msgstr ""
1200
-
1201
- #: wppa-ajax.php:2343 wppa-ajax.php:2346 wppa-ajax.php:2349
1202
- msgid "Opacity."
1203
- msgstr ""
1204
-
1205
- #: wppa-ajax.php:2358 wppa-settings-autosave.php:1237
1206
- msgid "Avatar size"
1207
- msgstr "Avatar Größe"
1208
-
1209
- #: wppa-ajax.php:2361 wppa-ajax.php:2364
1210
- msgid "Watermark opacity"
1211
- msgstr "Wasserzeichen Deckkraft"
1212
-
1213
- #: wppa-ajax.php:2367 wppa-settings-autosave.php:1406
1214
- msgid "Number of text lines"
1215
- msgstr "Textzeilen"
1216
-
1217
- #: wppa-ajax.php:2370 wppa-settings-autosave.php:4740
1218
- msgid "Overlay opacity"
1219
- msgstr ""
1220
-
1221
- #: wppa-ajax.php:2373 wppa-settings-autosave.php:8327
1222
- msgid "Upload limit"
1223
- msgstr ""
1224
-
1225
- #: wppa-ajax.php:2376 wppa-settings-autosave.php:4390
1226
- msgid "Notify inappropriate"
1227
- msgstr ""
1228
-
1229
- #: wppa-ajax.php:2379
1230
- msgid "Dislike pending"
1231
- msgstr ""
1232
-
1233
- #: wppa-ajax.php:2382
1234
- msgid "Dislike delete"
1235
- msgstr ""
1236
-
1237
- #: wppa-ajax.php:2385 wppa-settings-autosave.php:7825
1238
- msgid "Max execution time"
1239
- msgstr ""
1240
-
1241
- #: wppa-ajax.php:2391
1242
- msgid "myCRED / Cube Points"
1243
- msgstr ""
1244
-
1245
- #: wppa-ajax.php:2394
1246
- msgid "JPG Image quality"
1247
- msgstr ""
1248
-
1249
- #: wppa-ajax.php:2400 wppa-settings-autosave.php:4263
1250
- msgid "Number of coverphotos"
1251
- msgstr ""
1252
-
1253
- #: wppa-ajax.php:2403 wppa-settings-autosave.php:4361
1254
- msgid "Dislike value"
1255
- msgstr ""
1256
-
1257
- #: wppa-ajax.php:2406 wppa-settings-autosave.php:912
1258
- msgid "Slideshow pagesize"
1259
- msgstr "Seiten"
1260
-
1261
- #: wppa-ajax.php:2409 wppa-settings-autosave.php:931
1262
- msgid "Slideonly max"
1263
- msgstr ""
1264
-
1265
- #: wppa-ajax.php:2412 wppa-settings-autosave.php:800
1266
- msgid "Max Pagelinks"
1267
- msgstr ""
1268
-
1269
- #: wppa-ajax.php:2429 wppa-settings-autosave.php:827
1270
- msgid "Sticky header size"
1271
- msgstr "Sticky Header"
1272
-
1273
- #: wppa-ajax.php:2440
1274
- msgid "Could not clear ratings"
1275
- msgstr ""
1276
-
1277
- #: wppa-ajax.php:2449
1278
- msgid "Viewcounts cleared"
1279
- msgstr ""
1280
-
1281
- #: wppa-ajax.php:2452
1282
- msgid "Could not clear viewcounts"
1283
- msgstr ""
1284
-
1285
- #: wppa-ajax.php:2462
1286
- msgid "IPTC data cleared"
1287
- msgstr ""
1288
-
1289
- #: wppa-ajax.php:2463
1290
- msgid "Refresh this page to clear table X"
1291
- msgstr ""
1292
-
1293
- #: wppa-ajax.php:2467
1294
- msgid "Could not clear IPTC data"
1295
- msgstr ""
1296
-
1297
- #: wppa-ajax.php:2477
1298
- msgid "EXIF data cleared"
1299
- msgstr ""
1300
-
1301
- #: wppa-ajax.php:2478
1302
- msgid "Refresh this page to clear table XI"
1303
- msgstr ""
1304
-
1305
- #: wppa-ajax.php:2482
1306
- msgid "Could not clear EXIF data"
1307
- msgstr ""
1308
-
1309
- #: wppa-ajax.php:2490
1310
- msgid "Recuperation performed"
1311
- msgstr ""
1312
-
1313
- #: wppa-ajax.php:2505
1314
- msgid ""
1315
- "Illegal format. Please enter a 6 digit hexadecimal color value. Example: "
1316
- "#77bbff"
1317
- msgstr ""
1318
-
1319
- #: wppa-ajax.php:2531
1320
- msgid "You just changed a setting that requires the recalculation of ratings."
1321
- msgstr ""
1322
-
1323
- #: wppa-ajax.php:2532 wppa-ajax.php:3056
1324
- msgid "Please run the appropriate action in Table VIII."
1325
- msgstr ""
1326
-
1327
- #: wppa-ajax.php:2556 wppa-ajax.php:2572
1328
- #, php-format
1329
- msgid "Unable to create or write to %s"
1330
- msgstr ""
1331
-
1332
- #: wppa-ajax.php:2565
1333
- msgid "Source can not be inside the wppa folder."
1334
- msgstr ""
1335
-
1336
- #: wppa-ajax.php:2582
1337
- msgid "The content must contain w#album"
1338
- msgstr ""
1339
-
1340
- #: wppa-ajax.php:2589
1341
- msgid "The content must contain w#lat and w#lon"
1342
- msgstr ""
1343
-
1344
- #: wppa-ajax.php:2637 wppa-ajax.php:2643
1345
- msgid "Members"
1346
- msgstr ""
1347
-
1348
- #: wppa-ajax.php:2637
1349
- msgid "Parent of the member albums"
1350
- msgstr ""
1351
-
1352
- #: wppa-ajax.php:2785
1353
- #, php-format
1354
- msgid "User %s has been blacklisted."
1355
- msgstr ""
1356
-
1357
- #: wppa-ajax.php:2788 wppa-ajax.php:2818
1358
- #, php-format
1359
- msgid "User %s does not exist."
1360
- msgstr ""
1361
-
1362
- #: wppa-ajax.php:2815
1363
- #, php-format
1364
- msgid "User %s is now superuser."
1365
- msgstr ""
1366
-
1367
- #: wppa-ajax.php:2840
1368
- msgid ""
1369
- "The content of the Custom box has been changed to display the Fotomoto "
1370
- "toolbar."
1371
- msgstr ""
1372
-
1373
- #: wppa-ajax.php:2844 wppa-ajax.php:2859
1374
- msgid "The display of the custom box has been enabled"
1375
- msgstr ""
1376
-
1377
- #: wppa-ajax.php:2855
1378
- msgid "The content of the Custom box has been changed to display maps."
1379
- msgstr ""
1380
-
1381
- #: wppa-ajax.php:2935
1382
- msgid ""
1383
- "You must run Table VIII-A13 and VIII-A14 first before you can switch to "
1384
- "encrypted urls."
1385
- msgstr ""
1386
-
1387
- #: wppa-ajax.php:2938
1388
- msgid "Table IV-A3 will be switched off."
1389
- msgstr ""
1390
-
1391
- #: wppa-ajax.php:2942
1392
- msgid "Table IV-A4 will be switched off."
1393
- msgstr ""
1394
-
1395
- #: wppa-ajax.php:2952
1396
- msgid "Not allowed when cryptic links is active"
1397
- msgstr ""
1398
-
1399
- #: wppa-ajax.php:2964
1400
- msgid "A Twitter account name must start with an at sign: @"
1401
- msgstr ""
1402
-
1403
- #: wppa-ajax.php:3017
1404
- msgid "This path does not contain ImageMagick commands"
1405
- msgstr ""
1406
-
1407
- #: wppa-ajax.php:3032
1408
- #, php-format
1409
- msgid "Failed to set %s to %s"
1410
- msgstr ""
1411
-
1412
- #: wppa-ajax.php:3055
1413
- msgid ""
1414
- "You just changed a setting that requires the regeneration of thumbnails."
1415
- msgstr ""
1416
-
1417
- #: wppa-ajax.php:3137
1418
- msgid "Missing album id"
1419
- msgstr ""
1420
-
1421
- #: wppa-ajax.php:3157
1422
- msgid "You do not have the rights to delete this album"
1423
- msgstr ""
1424
-
1425
- #: wppa-ajax.php:3178
1426
- msgid "An error has occurred"
1427
- msgstr ""
1428
-
1429
- #: wppa-ajax.php:3214 wppa-ajax.php:3221
1430
- msgid "You may also enter:"
1431
- msgstr ""
1432
-
1433
- #: wppa-ajax.php:3215 wppa-ajax.php:3222
1434
- msgid "You may also leave/set this blank"
1435
- msgstr ""
1436
-
1437
- #: wppa-album-admin-autosave.php:23 wppa-album-admin-autosave.php:1111
1438
- msgid "Upload to this album"
1439
- msgstr ""
1440
-
1441
- #: wppa-album-admin-autosave.php:37
1442
- msgid "Warning:"
1443
- msgstr "Warnung:"
1444
-
1445
- #: wppa-album-admin-autosave.php:37
1446
- #, php-format
1447
- msgid ""
1448
- "The uploads directory does not exist or is not writable by the server. "
1449
- "Please make sure that %s is writeable by the server."
1450
- msgstr ""
1451
-
1452
- #: wppa-album-admin-autosave.php:76
1453
- msgid "Edit Single Photo"
1454
- msgstr ""
1455
-
1456
- #: wppa-album-admin-autosave.php:77 wppa-album-admin-autosave.php:101
1457
- #: wppa-album-admin-autosave.php:122 wppa-album-admin-autosave.php:1140
1458
- #: wppa-setup.php:1406
1459
- msgid "Edit photo information"
1460
- msgstr ""
1461
-
1462
- #: wppa-album-admin-autosave.php:98 wppa-album-admin-autosave.php:1136
1463
- msgid "Manage Photos"
1464
- msgstr ""
1465
-
1466
- #: wppa-album-admin-autosave.php:99 wppa-album-admin-autosave.php:1137
1467
- msgid "Copy / move / delete / edit name / edit description / change status"
1468
- msgstr ""
1469
-
1470
- #: wppa-album-admin-autosave.php:100 wppa-album-admin-autosave.php:1139
1471
- msgid "Edit photo information except copy and move"
1472
- msgstr ""
1473
-
1474
- #: wppa-album-admin-autosave.php:104 wppa-album-admin-autosave.php:113
1475
- msgid "Back to album table"
1476
- msgstr ""
1477
-
1478
- #: wppa-album-admin-autosave.php:111 wppa-album-admin-autosave.php:1148
1479
- msgid "Top of page"
1480
- msgstr ""
1481
-
1482
- #: wppa-album-admin-autosave.php:121
1483
- msgid "Manage Trashed Photos"
1484
- msgstr ""
1485
-
1486
- #: wppa-album-admin-autosave.php:155 wppa-functions.php:4140
1487
- #: wppa-settings-autosave.php:8175 wppa-wpdb-insert.php:367
1488
- msgid "New Album"
1489
- msgstr ""
1490
-
1491
- #: wppa-album-admin-autosave.php:160 wppa-import.php:1679 wppa-import.php:1715
1492
- #: wppa-import.php:2810
1493
- msgid "Could not create album."
1494
- msgstr ""
1495
-
1496
- #: wppa-album-admin-autosave.php:168 wppa-import.php:1685 wppa-import.php:2818
1497
- msgid "Album #"
1498
- msgstr "Album #"
1499
-
1500
- #: wppa-album-admin-autosave.php:168 wppa-import.php:1685 wppa-import.php:2818
1501
- msgid "Added."
1502
- msgstr "Hinzugefügt."
1503
-
1504
- #: wppa-album-admin-autosave.php:251
1505
- msgid ""
1506
- "Are you sure you want to inherit categories to all (grand)children of this "
1507
- "album?"
1508
- msgstr ""
1509
-
1510
- #: wppa-album-admin-autosave.php:262
1511
- msgid ""
1512
- "Are you sure you want to add the categories to all (grand)children of this "
1513
- "album?"
1514
- msgstr ""
1515
-
1516
- #: wppa-album-admin-autosave.php:273
1517
- msgid ""
1518
- "Are you sure you want to set the default tags to all photos in this album?"
1519
- msgstr ""
1520
-
1521
- #: wppa-album-admin-autosave.php:284
1522
- msgid ""
1523
- "Are you sure you want to add the default tags to all photos in this album?"
1524
- msgstr ""
1525
-
1526
- #: wppa-album-admin-autosave.php:296
1527
- msgid "Please switch feature on and set dat/time to schedule first"
1528
- msgstr ""
1529
-
1530
- #: wppa-album-admin-autosave.php:301
1531
- msgid "Are you sure you want to schedule all photos in this album?"
1532
- msgstr ""
1533
-
1534
- #: wppa-album-admin-autosave.php:315
1535
- msgid "Edit Album Information"
1536
- msgstr ""
1537
-
1538
- #: wppa-album-admin-autosave.php:318
1539
- msgid ""
1540
- "All modifications are instantly updated on the server, except for those that "
1541
- "require a button push."
1542
- msgstr ""
1543
-
1544
- #: wppa-album-admin-autosave.php:319
1545
- msgid ""
1546
- "The <b style=\"color:#070\" >Remark</b> fields keep you informed on the "
1547
- "actions taken at the background."
1548
- msgstr ""
1549
-
1550
- #: wppa-album-admin-autosave.php:348
1551
- msgid "Album number:"
1552
- msgstr ""
1553
-
1554
- #: wppa-album-admin-autosave.php:353 wppa-photo-admin-autosave.php:645
1555
- msgid "Crypt:"
1556
- msgstr ""
1557
-
1558
- #: wppa-album-admin-autosave.php:358
1559
- msgid "Created:"
1560
- msgstr "Erstellt:"
1561
-
1562
- #: wppa-album-admin-autosave.php:359 wppa-album-admin-autosave.php:365
1563
- #: wppa-photo-admin-autosave.php:651 wppa-photo-admin-autosave.php:688
1564
- msgid "local time"
1565
- msgstr "Lokalzeit"
1566
-
1567
- #: wppa-album-admin-autosave.php:363 wppa-photo-admin-autosave.php:687
1568
- msgid "Modified:"
1569
- msgstr "Verändert:"
1570
-
1571
- #: wppa-album-admin-autosave.php:368 wppa-photo-admin-autosave.php:692
1572
- #: wppa-photo-admin-autosave.php:2650
1573
- msgid "Not modified"
1574
- msgstr "Nicht verändert"
1575
-
1576
- #: wppa-album-admin-autosave.php:374
1577
- msgid "Album Views:"
1578
- msgstr ""
1579
-
1580
- #: wppa-album-admin-autosave.php:376
1581
- msgid "Photo views:"
1582
- msgstr ""
1583
-
1584
- #: wppa-album-admin-autosave.php:379
1585
- msgid "Photo views inc sub albums:"
1586
- msgstr ""
1587
-
1588
- #: wppa-album-admin-autosave.php:387
1589
- msgid "Clicks:"
1590
- msgstr "Klicks:"
1591
-
1592
- #: wppa-album-admin-autosave.php:395 wppa-photo-admin-autosave.php:657
1593
- msgid "Owned by:"
1594
- msgstr "Eigentümer:"
1595
-
1596
- #: wppa-album-admin-autosave.php:427
1597
- msgid "Album sort order #:"
1598
- msgstr ""
1599
-
1600
- #: wppa-album-admin-autosave.php:438
1601
- msgid ""
1602
- "Album order # has only effect if you set the album sort order method to "
1603
- "<b>Order #</b> in the Photo Albums -> Settings screen.<br />"
1604
- msgstr ""
1605
-
1606
- #: wppa-album-admin-autosave.php:444 wppa-tinymce-shortcodes.php:356
1607
- #: wppa-tinymce-shortcodes.php:382 wppa-tinymce-shortcodes.php:570
1608
- msgid "Parent album:"
1609
- msgstr ""
1610
-
1611
- #: wppa-album-admin-autosave.php:485
1612
- msgid "Photo order:"
1613
- msgstr ""
1614
-
1615
- #: wppa-album-admin-autosave.php:486
1616
- msgid "--- default --- See Table IV-C1"
1617
- msgstr ""
1618
-
1619
- #: wppa-album-admin-autosave.php:487 wppa-album-admin-autosave.php:535
1620
- #: wppa-settings-autosave.php:4044 wppa-settings-autosave.php:4173
1621
- #: wppa-thumbnail-widget.php:201
1622
- msgid "Order #"
1623
- msgstr ""
1624
-
1625
- #: wppa-album-admin-autosave.php:489 wppa-album-admin-autosave.php:534
1626
- #: wppa-potd-admin.php:249 wppa-settings-autosave.php:4046
1627
- #: wppa-settings-autosave.php:4175 wppa-thumbnail-widget.php:203
1628
- msgid "Random"
1629
- msgstr ""
1630
-
1631
- #: wppa-album-admin-autosave.php:490 wppa-settings-autosave.php:4047
1632
- msgid "Rating mean value"
1633
- msgstr ""
1634
-
1635
- #: wppa-album-admin-autosave.php:491 wppa-bestof-widget.php:170
1636
- #: wppa-settings-autosave.php:4048 wppa-topten-widget.php:357
1637
- msgid "Number of votes"
1638
- msgstr ""
1639
-
1640
- #: wppa-album-admin-autosave.php:492 wppa-album-admin-autosave.php:539
1641
- #: wppa-settings-autosave.php:4049 wppa-settings-autosave.php:4176
1642
- msgid "Timestamp"
1643
- msgstr ""
1644
-
1645
- #: wppa-album-admin-autosave.php:493 wppa-settings-autosave.php:4050
1646
- msgid "EXIF Date"
1647
- msgstr ""
1648
-
1649
- #: wppa-album-admin-autosave.php:494 wppa-settings-autosave.php:4051
1650
- #: wppa-settings-autosave.php:4177
1651
- msgid "Order # desc"
1652
- msgstr ""
1653
-
1654
- #: wppa-album-admin-autosave.php:495 wppa-settings-autosave.php:4052
1655
- #: wppa-settings-autosave.php:4178
1656
- msgid "Name desc"
1657
- msgstr ""
1658
-
1659
- #: wppa-album-admin-autosave.php:496 wppa-settings-autosave.php:4053
1660
- #: wppa-thumbnail-widget.php:204
1661
- msgid "Rating mean value desc"
1662
- msgstr ""
1663
-
1664
- #: wppa-album-admin-autosave.php:497 wppa-settings-autosave.php:4054
1665
- #: wppa-thumbnail-widget.php:205
1666
- msgid "Number of votes desc"
1667
- msgstr ""
1668
-
1669
- #: wppa-album-admin-autosave.php:498 wppa-settings-autosave.php:4055
1670
- #: wppa-settings-autosave.php:4179 wppa-thumbnail-widget.php:206
1671
- msgid "Timestamp desc"
1672
- msgstr ""
1673
-
1674
- #: wppa-album-admin-autosave.php:499 wppa-settings-autosave.php:4056
1675
- msgid "EXIF Date desc"
1676
- msgstr ""
1677
-
1678
- #: wppa-album-admin-autosave.php:529
1679
- msgid "Sub album sort order:"
1680
- msgstr ""
1681
-
1682
- #: wppa-album-admin-autosave.php:533
1683
- msgid "--- default --- See Table IV-D1"
1684
- msgstr ""
1685
-
1686
- #: wppa-album-admin-autosave.php:536
1687
- msgid "Order # reverse"
1688
- msgstr ""
1689
-
1690
- #: wppa-album-admin-autosave.php:538
1691
- msgid "Name reverse"
1692
- msgstr ""
1693
-
1694
- #: wppa-album-admin-autosave.php:540
1695
- msgid "Timestamp reverse"
1696
- msgstr ""
1697
-
1698
- #: wppa-album-admin-autosave.php:545
1699
- msgid "Use alt thumbsize:"
1700
- msgstr ""
1701
-
1702
- #: wppa-album-admin-autosave.php:550 wppa-bestof-widget.php:182
1703
- #: wppa-bestof-widget.php:187 wppa-bestof-widget.php:192
1704
- #: wppa-lasten-widget.php:219 wppa-settings-autosave.php:530
1705
- #: wppa-settings-autosave.php:539 wppa-settings-autosave.php:548
1706
- #: wppa-settings-autosave.php:559 wppa-settings-autosave.php:568
1707
- #: wppa-settings-autosave.php:577 wppa-settings-autosave.php:586
1708
- #: wppa-settings-autosave.php:595 wppa-settings-autosave.php:604
1709
- #: wppa-settings-autosave.php:613 wppa-settings-autosave.php:622
1710
- #: wppa-settings-autosave.php:631 wppa-settings-autosave.php:640
1711
- #: wppa-settings-autosave.php:649 wppa-topten-widget.php:365
1712
- #: wppa-topten-widget.php:372 wppa-topten-widget.php:380
1713
- #: wppa-topten-widget.php:385 wppa-topten-widget.php:390
1714
- #: wppa-topten-widget.php:395 wppa-topten-widget.php:400
1715
- msgid "no"
1716
- msgstr "nein"
1717
-
1718
- #: wppa-album-admin-autosave.php:553 wppa-bestof-widget.php:181
1719
- #: wppa-bestof-widget.php:186 wppa-bestof-widget.php:191
1720
- #: wppa-lasten-widget.php:220 wppa-settings-autosave.php:530
1721
- #: wppa-settings-autosave.php:539 wppa-settings-autosave.php:548
1722
- #: wppa-settings-autosave.php:559 wppa-settings-autosave.php:568
1723
- #: wppa-settings-autosave.php:577 wppa-settings-autosave.php:586
1724
- #: wppa-settings-autosave.php:595 wppa-settings-autosave.php:604
1725
- #: wppa-settings-autosave.php:613 wppa-settings-autosave.php:622
1726
- #: wppa-settings-autosave.php:631 wppa-settings-autosave.php:640
1727
- #: wppa-settings-autosave.php:649 wppa-settings-autosave.php:658
1728
- #: wppa-super-view-widget.php:85 wppa-topten-widget.php:364
1729
- #: wppa-topten-widget.php:371 wppa-topten-widget.php:379
1730
- #: wppa-topten-widget.php:384 wppa-topten-widget.php:389
1731
- #: wppa-topten-widget.php:394 wppa-topten-widget.php:399
1732
- msgid "yes"
1733
- msgstr "ja"
1734
-
1735
- #: wppa-album-admin-autosave.php:561
1736
- msgid "Cover Type:"
1737
- msgstr ""
1738
-
1739
- #: wppa-album-admin-autosave.php:568
1740
- msgid "--- default --- See Table IV-D6"
1741
- msgstr "--- Standard --- Siehe Tabelle IV-D6"
1742
-
1743
- #: wppa-album-admin-autosave.php:571 wppa-settings-autosave.php:2073
1744
- #: wppa-settings-autosave.php:4243
1745
- msgid "Standard"
1746
- msgstr "Standard"
1747
-
1748
- #: wppa-album-admin-autosave.php:574 wppa-settings-autosave.php:4244
1749
- msgid "Long Descriptions"
1750
- msgstr "Lange Beschreibung"
1751
-
1752
- #: wppa-album-admin-autosave.php:577 wppa-settings-autosave.php:4245
1753
- msgid "Image Factory"
1754
- msgstr ""
1755
-
1756
- #: wppa-album-admin-autosave.php:580 wppa-settings-autosave.php:4246
1757
- msgid "Standard mcr"
1758
- msgstr ""
1759
-
1760
- #: wppa-album-admin-autosave.php:583 wppa-settings-autosave.php:4247
1761
- msgid "Long Descriptions mcr"
1762
- msgstr ""
1763
-
1764
- #: wppa-album-admin-autosave.php:586 wppa-settings-autosave.php:4248
1765
- msgid "Image Factory mcr"
1766
- msgstr ""
1767
-
1768
- #: wppa-album-admin-autosave.php:593
1769
- msgid "Cover Photo:"
1770
- msgstr ""
1771
-
1772
- #: wppa-album-admin-autosave.php:598
1773
- msgid "Upload limit:"
1774
- msgstr ""
1775
-
1776
- #: wppa-album-admin-autosave.php:610
1777
- msgid "Set the upload limit (0 means unlimited)."
1778
- msgstr "Setzen Sie das Upload-Limit (0 heißt kein Limit)"
1779
-
1780
- #: wppa-album-admin-autosave.php:616 wppa-settings-autosave.php:6300
1781
- #: wppa-settings-autosave.php:8334
1782
- msgid "for ever"
1783
- msgstr "für immer"
1784
-
1785
- #: wppa-album-admin-autosave.php:617 wppa-album-admin-autosave.php:629
1786
- #: wppa-settings-autosave.php:6301 wppa-settings-autosave.php:8335
1787
- msgid "per hour"
1788
- msgstr "pro Stunde"
1789
-
1790
- #: wppa-album-admin-autosave.php:618 wppa-album-admin-autosave.php:630
1791
- #: wppa-settings-autosave.php:6302 wppa-settings-autosave.php:8336
1792
- msgid "per day"
1793
- msgstr "pro Tag"
1794
-
1795
- #: wppa-album-admin-autosave.php:619 wppa-album-admin-autosave.php:631
1796
- #: wppa-settings-autosave.php:6303 wppa-settings-autosave.php:8337
1797
- msgid "per week"
1798
- msgstr "pro Woche"
1799
-
1800
- #: wppa-album-admin-autosave.php:620 wppa-album-admin-autosave.php:632
1801
- #: wppa-settings-autosave.php:6304 wppa-settings-autosave.php:8338
1802
- msgid "per month"
1803
- msgstr "pro Monat"
1804
-
1805
- #: wppa-album-admin-autosave.php:621 wppa-album-admin-autosave.php:633
1806
- #: wppa-settings-autosave.php:6305 wppa-settings-autosave.php:8339
1807
- msgid "per year"
1808
- msgstr "pro Jahr"
1809
-
1810
- #: wppa-album-admin-autosave.php:625
1811
- msgid "Unlimited"
1812
- msgstr "unbegrenzt"
1813
-
1814
- #: wppa-album-admin-autosave.php:646
1815
- msgid "Watermark file:"
1816
- msgstr "Wasserzeichen-Datei:"
1817
-
1818
- #: wppa-album-admin-autosave.php:653
1819
- msgid "Watermark pos:"
1820
- msgstr "Wasserzeichen-Position:"
1821
-
1822
- #: wppa-album-admin-autosave.php:663 wppa-photo-admin-autosave.php:904
1823
- msgid "Remark:"
1824
- msgstr ""
1825
-
1826
- #: wppa-album-admin-autosave.php:668
1827
- #, php-format
1828
- msgid "Album %s is not modified yet"
1829
- msgstr "Album %s ist bislang nicht verändert"
1830
-
1831
- #: wppa-album-admin-autosave.php:691
1832
- msgid "Name:"
1833
- msgstr "Name:"
1834
-
1835
- #: wppa-album-admin-autosave.php:702
1836
- msgid "Type the name of the album. Do not leave this empty."
1837
- msgstr ""
1838
- "Geben Sie den Namen des Albums ein. Lassen Sie dieses Feld nicht leer. "
1839
-
1840
- #: wppa-album-admin-autosave.php:713 wppa-photo-admin-autosave.php:1656
1841
- #: wppa-photo-admin-autosave.php:1707
1842
- msgid "Description:"
1843
- msgstr "Beschreibung:"
1844
-
1845
- #: wppa-album-admin-autosave.php:730
1846
- msgid "Update Album description"
1847
- msgstr "Album Beschreibung aktualisieren"
1848
-
1849
- #: wppa-album-admin-autosave.php:762
1850
- msgid "Catogories:"
1851
- msgstr "Kategorien:"
1852
-
1853
- #: wppa-album-admin-autosave.php:775
1854
- msgid "Separate categories with commas."
1855
- msgstr "Kategorien mit Kommata trennen"
1856
-
1857
- #: wppa-album-admin-autosave.php:784
1858
- msgid "- select to add -"
1859
- msgstr "- auswählen zum Hinzufügen -"
1860
-
1861
- #: wppa-album-admin-autosave.php:790
1862
- msgid "No categories yet"
1863
- msgstr "Keine Kategorien (bis jetzt)"
1864
-
1865
- #: wppa-album-admin-autosave.php:801
1866
- msgid "Default photo tags:"
1867
- msgstr "Standard Fototags"
1868
-
1869
- #: wppa-album-admin-autosave.php:814
1870
- msgid ""
1871
- "Enter the tags that you want to be assigned to new photos in this album."
1872
- msgstr ""
1873
-
1874
- #: wppa-album-admin-autosave.php:865
1875
- msgid "Link type:"
1876
- msgstr "Linktyp:"
1877
-
1878
- #: wppa-album-admin-autosave.php:874 wppa-settings-autosave.php:8564
1879
- msgid "the sub-albums and thumbnails"
1880
- msgstr "die Unteralben und Miniaturbilder"
1881
-
1882
- #: wppa-album-admin-autosave.php:875 wppa-settings-autosave.php:8565
1883
- msgid "the sub-albums"
1884
- msgstr "die Unteralben"
1885
-
1886
- #: wppa-album-admin-autosave.php:876 wppa-settings-autosave.php:8566
1887
- msgid "the thumbnails"
1888
- msgstr "die Miniaturbilder"
1889
-
1890
- #: wppa-album-admin-autosave.php:877 wppa-settings-autosave.php:8567
1891
- msgid "the album photos as slideshow"
1892
- msgstr "die Album-Fotos als Diashow"
1893
-
1894
- #: wppa-album-admin-autosave.php:878
1895
- msgid "the link page with a clean url"
1896
- msgstr ""
1897
-
1898
- #: wppa-album-admin-autosave.php:879 wppa-settings-autosave.php:8568
1899
- msgid "no link at all"
1900
- msgstr "kein Link"
1901
-
1902
- #: wppa-album-admin-autosave.php:884
1903
- msgid ""
1904
- "If you select \"the link page with a clean url\", select an Auto Page of one "
1905
- "of the photos in this album."
1906
- msgstr ""
1907
-
1908
- #: wppa-album-admin-autosave.php:887
1909
- msgid ""
1910
- "If you select \"the link page with a clean url\", make sure you enter the "
1911
- "correct shortcode on the target page."
1912
- msgstr ""
1913
-
1914
- #: wppa-album-admin-autosave.php:901 wppa-bestof-widget.php:196
1915
- #: wppa-potd-admin.php:108 wppa-potd-admin.php:124 wppa-potd-admin.php:152
1916
- #: wppa-slideshow-widget.php:221
1917
- msgid "Link to:"
1918
- msgstr ""
1919
-
1920
- #: wppa-album-admin-autosave.php:907 wppa-settings-autosave.php:10431
1921
- #: wppa-settings-autosave.php:10473 wppa-settings-autosave.php:10525
1922
- msgid "There are no pages (yet) to link to."
1923
- msgstr ""
1924
-
1925
- #: wppa-album-admin-autosave.php:917
1926
- msgid "--- the same page or post ---"
1927
- msgstr ""
1928
-
1929
- #: wppa-album-admin-autosave.php:926
1930
- msgid ""
1931
- "If you want, you can link the title to a WP page in stead of the album's "
1932
- "content. If so, select the page the title links to."
1933
- msgstr ""
1934
-
1935
- #: wppa-album-admin-autosave.php:940
1936
- msgid "Schedule:"
1937
- msgstr ""
1938
-
1939
- #: wppa-album-admin-autosave.php:955
1940
- msgid ""
1941
- "If enabled, new photos will have their status set scheduled for publication "
1942
- "on the date/time specified here."
1943
- msgstr ""
1944
-
1945
- #: wppa-album-admin-autosave.php:981
1946
- msgid "Apply categories to all (grand)children."
1947
- msgstr ""
1948
-
1949
- #: wppa-album-admin-autosave.php:983
1950
- msgid "Inherit Cats"
1951
- msgstr ""
1952
-
1953
- #: wppa-album-admin-autosave.php:987
1954
- msgid "Add categories to all (grand)children."
1955
- msgstr ""
1956
-
1957
- #: wppa-album-admin-autosave.php:989
1958
- msgid "Add Inherit Cats"
1959
- msgstr ""
1960
-
1961
- #: wppa-album-admin-autosave.php:996 wppa-album-admin-autosave.php:1011
1962
- msgid "Tag all photos in this album with the default tags."
1963
- msgstr ""
1964
-
1965
- #: wppa-album-admin-autosave.php:998
1966
- msgid "Apply default tags"
1967
- msgstr ""
1968
-
1969
- #: wppa-album-admin-autosave.php:1002
1970
- msgid "Add the default tags to all photos in this album."
1971
- msgstr ""
1972
-
1973
- #: wppa-album-admin-autosave.php:1004
1974
- msgid "Add default tags"
1975
- msgstr ""
1976
-
1977
- #: wppa-album-admin-autosave.php:1013
1978
- msgid "Schedule all"
1979
- msgstr ""
1980
-
1981
- #: wppa-album-admin-autosave.php:1018
1982
- msgid "Are you sure you want to clear the ratings in this album?"
1983
- msgstr ""
1984
-
1985
- #: wppa-album-admin-autosave.php:1023
1986
- msgid "Reset ratings"
1987
- msgstr ""
1988
-
1989
- #: wppa-album-admin-autosave.php:1034
1990
- msgid "Apply new photo desc"
1991
- msgstr ""
1992
-
1993
- #: wppa-album-admin-autosave.php:1045
1994
- msgid "Remake all"
1995
- msgstr ""
1996
-
1997
- #: wppa-album-admin-autosave.php:1053 wppa-album-admin-autosave.php:1071
1998
- #: wppa-album-admin-autosave.php:1563 wppa-album-admin-autosave.php:2266
1999
- msgid "Are you sure you want to create a subalbum?"
2000
- msgstr ""
2001
-
2002
- #: wppa-album-admin-autosave.php:1062
2003
- msgid "Create child"
2004
- msgstr ""
2005
-
2006
- #: wppa-album-admin-autosave.php:1080
2007
- msgid "Create sibling"
2008
- msgstr ""
2009
-
2010
- #: wppa-album-admin-autosave.php:1092
2011
- msgid "Edit parent"
2012
- msgstr ""
2013
-
2014
- #: wppa-album-admin-autosave.php:1106
2015
- msgid "Change the upload limit or remove photos to enable new uploads."
2016
- msgstr ""
2017
-
2018
- #: wppa-album-admin-autosave.php:1110
2019
- msgid "Album is full"
2020
- msgstr ""
2021
-
2022
- #: wppa-album-admin-autosave.php:1111
2023
- #, php-format
2024
- msgid "(max %d)"
2025
- msgstr ""
2026
-
2027
- #: wppa-album-admin-autosave.php:1138
2028
- msgid "Change sequence order by drag and drop"
2029
- msgstr ""
2030
-
2031
- #: wppa-album-admin-autosave.php:1160
2032
- msgid "Moderate comment"
2033
- msgstr ""
2034
-
2035
- #: wppa-album-admin-autosave.php:1177
2036
- msgid "Moderate photo"
2037
- msgstr ""
2038
-
2039
- #: wppa-album-admin-autosave.php:1178 wppa-functions.php:2404
2040
- #: wppa-photo-admin-autosave.php:25
2041
- msgid "Edit photo"
2042
- msgstr ""
2043
-
2044
- #: wppa-album-admin-autosave.php:1198 wppa-boxes-html.php:1858
2045
- #: wppa-boxes-html.php:1861
2046
- msgid "Delete Album"
2047
- msgstr ""
2048
-
2049
- #: wppa-album-admin-autosave.php:1200 wppa-boxes-html.php:820
2050
- #: wppa-breadcrumb.php:325 wppa-breadcrumb.php:349 wppa-breadcrumb.php:379
2051
- #: wppa-breadcrumb.php:399 wppa-breadcrumb.php:493 wppa-breadcrumb.php:520
2052
- #: wppa-breadcrumb.php:693 wppa-comment-admin.php:65
2053
- #: wppa-featen-widget.php:179 wppa-lasten-widget.php:203
2054
- #: wppa-slideshow-widget.php:199 wppa-thumbnail-widget.php:189
2055
- #: wppa-topten-widget.php:338 wppa-upload-widget.php:85 wppa-upload.php:187
2056
- #: wppa-upload.php:330 wppa-upload.php:407
2057
- msgid "Album:"
2058
- msgstr ""
2059
-
2060
- #: wppa-album-admin-autosave.php:1201
2061
- msgid "Are you sure you want to delete this album?"
2062
- msgstr ""
2063
-
2064
- #: wppa-album-admin-autosave.php:1202
2065
- msgid "Press Delete to continue, and Cancel to go back."
2066
- msgstr ""
2067
-
2068
- #: wppa-album-admin-autosave.php:1207
2069
- msgid "What would you like to do with photos currently in the album?"
2070
- msgstr ""
2071
-
2072
- #: wppa-album-admin-autosave.php:1208 wppa-album-admin-autosave.php:1217
2073
- #: wppa-album-admin-autosave.php:1519 wppa-album-admin-autosave.php:1559
2074
- #: wppa-album-admin-autosave.php:1657 wppa-album-admin-autosave.php:1892
2075
- #: wppa-album-admin-autosave.php:1988 wppa-album-admin-autosave.php:2262
2076
- #: wppa-boxes-html.php:935 wppa-comment-admin.php:319
2077
- #: wppa-comment-admin.php:388 wppa-comment-admin.php:406
2078
- #: wppa-functions.php:2139 wppa-links.php:808 wppa-links.php:826
2079
- #: wppa-photo-admin-autosave.php:2388 wppa-photo-admin-autosave.php:2513
2080
- #: wppa-thumbnails.php:673
2081
- msgid "Delete"
2082
- msgstr ""
2083
-
2084
- #: wppa-album-admin-autosave.php:1209
2085
- msgid "Move to:"
2086
- msgstr ""
2087
-
2088
- #: wppa-album-admin-autosave.php:1216 wppa-photo-admin-autosave.php:3212
2089
- #: wppa-settings-autosave.php:2972
2090
- msgid "Cancel"
2091
- msgstr ""
2092
-
2093
- #: wppa-album-admin-autosave.php:1247
2094
- msgid "Unable to move photos. Album not deleted."
2095
- msgstr ""
2096
-
2097
- #: wppa-album-admin-autosave.php:1265
2098
- msgid "Manage Albums"
2099
- msgstr ""
2100
-
2101
- #: wppa-album-admin-autosave.php:1271
2102
- msgid "Are you sure you want to create a new album?"
2103
- msgstr ""
2104
-
2105
- #: wppa-album-admin-autosave.php:1276
2106
- msgid "Create New Empty Album"
2107
- msgstr ""
2108
-
2109
- #: wppa-album-admin-autosave.php:1282
2110
- msgid "Switch to Collapsable table"
2111
- msgstr ""
2112
-
2113
- #: wppa-album-admin-autosave.php:1285
2114
- msgid "Switch to Flat table"
2115
- msgstr ""
2116
-
2117
- #: wppa-album-admin-autosave.php:1297
2118
- msgid "Open all"
2119
- msgstr ""
2120
-
2121
- #: wppa-album-admin-autosave.php:1310
2122
- msgid "Close all"
2123
- msgstr ""
2124
-
2125
- #: wppa-album-admin-autosave.php:1452 wppa-album-admin-autosave.php:1590
2126
- #: wppa-album-admin-autosave.php:1824 wppa-album-admin-autosave.php:1920
2127
- #: wppa-photo-admin-autosave.php:2477 wppa-photo-admin-autosave.php:2658
2128
- msgid "ID"
2129
- msgstr ""
2130
-
2131
- #: wppa-album-admin-autosave.php:1494 wppa-album-admin-autosave.php:1632
2132
- #: wppa-album-admin-autosave.php:1867 wppa-album-admin-autosave.php:1963
2133
- msgid "Order"
2134
- msgstr ""
2135
-
2136
- #: wppa-album-admin-autosave.php:1504 wppa-album-admin-autosave.php:1642
2137
- #: wppa-album-admin-autosave.php:1877 wppa-album-admin-autosave.php:1973
2138
- msgid "Parent"
2139
- msgstr ""
2140
-
2141
- #: wppa-album-admin-autosave.php:1512 wppa-album-admin-autosave.php:1650
2142
- #: wppa-album-admin-autosave.php:1885 wppa-album-admin-autosave.php:1981
2143
- msgid "Albums/Photos/Moderation required/Scheduled"
2144
- msgstr ""
2145
-
2146
- #: wppa-album-admin-autosave.php:1513 wppa-album-admin-autosave.php:1651
2147
- #: wppa-album-admin-autosave.php:1886 wppa-album-admin-autosave.php:1982
2148
- msgid "A/P/PM/S"
2149
- msgstr ""
2150
-
2151
- #: wppa-album-admin-autosave.php:1516 wppa-album-admin-autosave.php:1554
2152
- #: wppa-album-admin-autosave.php:1654 wppa-album-admin-autosave.php:1889
2153
- #: wppa-album-admin-autosave.php:1985 wppa-album-admin-autosave.php:2072
2154
- #: wppa-album-admin-autosave.php:2124 wppa-album-admin-autosave.php:2257
2155
- msgid "Quick"
2156
- msgstr ""
2157
-
2158
- #: wppa-album-admin-autosave.php:1517 wppa-album-admin-autosave.php:1555
2159
- #: wppa-album-admin-autosave.php:1655 wppa-album-admin-autosave.php:1890
2160
- #: wppa-album-admin-autosave.php:1986 wppa-album-admin-autosave.php:2077
2161
- #: wppa-album-admin-autosave.php:2258
2162
- msgid "Bulk"
2163
- msgstr ""
2164
-
2165
- #: wppa-album-admin-autosave.php:1518 wppa-album-admin-autosave.php:1556
2166
- #: wppa-album-admin-autosave.php:1656 wppa-album-admin-autosave.php:1891
2167
- #: wppa-album-admin-autosave.php:1987 wppa-album-admin-autosave.php:2259
2168
- msgid "Seq"
2169
- msgstr ""
2170
-
2171
- #: wppa-album-admin-autosave.php:1520 wppa-album-admin-autosave.php:1564
2172
- #: wppa-album-admin-autosave.php:1567 wppa-album-admin-autosave.php:1658
2173
- #: wppa-album-admin-autosave.php:1893 wppa-album-admin-autosave.php:1989
2174
- #: wppa-album-admin-autosave.php:2267 wppa-album-admin-autosave.php:2270
2175
- msgid "Create"
2176
- msgstr ""
2177
-
2178
- #: wppa-album-admin-autosave.php:1669 wppa-album-admin-autosave.php:2016
2179
- msgid "No albums yet."
2180
- msgstr ""
2181
-
2182
- #: wppa-album-admin-autosave.php:1818 wppa-album-admin-autosave.php:2230
2183
- msgid "Collapse subalbums"
2184
- msgstr ""
2185
-
2186
- #: wppa-album-admin-autosave.php:1819 wppa-album-admin-autosave.php:2231
2187
- msgid "Expand subalbums"
2188
- msgstr ""
2189
-
2190
- #: wppa-album-admin-autosave.php:1901
2191
- msgid ""
2192
- "The following albums are ---separate--- and do not show up in the generic "
2193
- "album display"
2194
- msgstr ""
2195
-
2196
- #: wppa-album-admin-autosave.php:2033
2197
- msgid "Search for photos to edit"
2198
- msgstr ""
2199
-
2200
- #: wppa-album-admin-autosave.php:2036
2201
- msgid ""
2202
- "Enter search words seperated by commas. Photos will meet all search words by "
2203
- "their names, descriptions, translated keywords and/or tags."
2204
- msgstr ""
2205
-
2206
- #: wppa-album-admin-autosave.php:2043 wppa-album-admin-autosave.php:2105
2207
- msgid "Any"
2208
- msgstr ""
2209
-
2210
- #: wppa-album-admin-autosave.php:2047
2211
- msgid "Search for"
2212
- msgstr ""
2213
-
2214
- #: wppa-album-admin-autosave.php:2112
2215
- #, php-format
2216
- msgid "There are %s trashed photos that can be rescued"
2217
- msgstr ""
2218
-
2219
- #: wppa-album-admin-autosave.php:2304
2220
- #, php-format
2221
- msgid "Unable to move photos to album %s. Album not deleted."
2222
- msgstr ""
2223
-
2224
- #: wppa-album-admin-autosave.php:2343
2225
- msgid "Album Deleted."
2226
- msgstr ""
2227
-
2228
- #: wppa-album-admin-autosave.php:2365
2229
- #, php-format
2230
- msgid "auto select max %s random"
2231
- msgstr ""
2232
-
2233
- #: wppa-album-admin-autosave.php:2367
2234
- #, fuzzy, php-format
2235
- msgid "auto select max %s featured"
2236
- msgstr "automatisch max. %s ausgewählte Fotos selektieren"
2237
-
2238
- #: wppa-album-admin-autosave.php:2369
2239
- #, php-format
2240
- msgid "max %s most recent added"
2241
- msgstr ""
2242
-
2243
- #: wppa-album-admin-autosave.php:2371
2244
- #, php-format
2245
- msgid "max %s from (grand)child albums"
2246
- msgstr ""
2247
-
2248
- #: wppa-album-admin-autosave.php:2373
2249
- #, php-format
2250
- msgid "max %s most recent from (grand)child albums"
2251
- msgstr ""
2252
-
2253
- #: wppa-album-admin-autosave.php:2377
2254
- msgid "--- random ---"
2255
- msgstr ""
2256
-
2257
- #: wppa-album-admin-autosave.php:2379
2258
- msgid "--- random featured ---"
2259
- msgstr ""
2260
-
2261
- #: wppa-album-admin-autosave.php:2381
2262
- msgid "--- most recent added ---"
2263
- msgstr ""
2264
-
2265
- #: wppa-album-admin-autosave.php:2383
2266
- msgid "--- random from (grand)children ---"
2267
- msgstr ""
2268
-
2269
- #: wppa-album-admin-autosave.php:2385
2270
- msgid "--- most recent from (grand)children ---"
2271
- msgstr ""
2272
-
2273
- #: wppa-album-admin-autosave.php:2397
2274
- msgid "Nameless, filename = "
2275
- msgstr ""
2276
-
2277
- #: wppa-album-admin-autosave.php:2435
2278
- msgid ""
2279
- "You can edit top-level album sequence order here when you set the album "
2280
- "order to \"Order #\" or \"Order # desc\" in Table IV-D1."
2281
- msgstr ""
2282
-
2283
- #: wppa-album-admin-autosave.php:2438
2284
- msgid ""
2285
- "You can edit sub-album sequence order here when you set the album order to "
2286
- "\"Order #\" or \"Order # desc\" in the \"Sub album sort order:\" selection "
2287
- "box above."
2288
- msgstr ""
2289
-
2290
- #: wppa-album-admin-autosave.php:2447
2291
- msgid "Manage album order"
2292
- msgstr ""
2293
-
2294
- #: wppa-album-admin-autosave.php:2451
2295
- msgid "Change sequence order by drag and drop, or use the up/down arrows."
2296
- msgstr ""
2297
-
2298
- #: wppa-album-admin-autosave.php:2454
2299
- msgid "Do not leave this page unless the bar is entirely green."
2300
- msgstr ""
2301
-
2302
- #: wppa-album-admin-autosave.php:2463 wppa-settings-autosave.php:8247
2303
- #: wppa-settings-autosave.php:8258 wppa-stereo.php:31
2304
- msgid "Color"
2305
- msgstr ""
2306
-
2307
- #: wppa-album-admin-autosave.php:2466
2308
- msgid "Meaning"
2309
- msgstr ""
2310
-
2311
- #: wppa-album-admin-autosave.php:2476
2312
- msgid "Up to date"
2313
- msgstr ""
2314
-
2315
- #: wppa-album-admin-autosave.php:2484
2316
- msgid "Updating"
2317
- msgstr ""
2318
-
2319
- #: wppa-album-admin-autosave.php:2492
2320
- msgid "Needs update"
2321
- msgstr ""
2322
-
2323
- #: wppa-album-admin-autosave.php:2500 wppa-maintenance.php:91
2324
- #: wppa-upload.php:632
2325
- msgid "Error"
2326
- msgstr ""
2327
-
2328
- #: wppa-album-admin-autosave.php:2720
2329
- msgid "To top"
2330
- msgstr ""
2331
-
2332
- #: wppa-album-admin-autosave.php:2731
2333
- msgid "One up"
2334
- msgstr ""
2335
-
2336
- #: wppa-album-admin-autosave.php:2742
2337
- msgid "One down"
2338
- msgstr ""
2339
-
2340
- #: wppa-album-admin-autosave.php:2753
2341
- msgid "To bottom"
2342
- msgstr ""
2343
-
2344
- #: wppa-album-admin-autosave.php:2764
2345
- msgid "Id:"
2346
- msgstr ""
2347
-
2348
- #: wppa-album-admin-autosave.php:2765
2349
- msgid "Ord:"
2350
- msgstr ""
2351
-
2352
- #: wppa-album-covers.php:1035
2353
- msgid "Number of photo views in this album"
2354
- msgstr ""
2355
-
2356
- #: wppa-album-covers.php:1039
2357
- msgid "Number of photo views in this album and its sub-albums"
2358
- msgstr ""
2359
-
2360
- #: wppa-album-covers.php:1046
2361
- msgid "Views:"
2362
- msgstr ""
2363
-
2364
- #: wppa-album-covers.php:1420 wppa-album-covers.php:1496
2365
- #: wppa-album-covers.php:1504 wppa-album-covers.php:1751
2366
- msgid "View the album"
2367
- msgstr ""
2368
-
2369
- #: wppa-album-covers.php:1440
2370
- msgid "View the cover photo"
2371
- msgid_plural "View the cover photos"
2372
- msgstr[0] "Titelfoto ansehen"
2373
- msgstr[1] "Titelfotos ansehen"
2374
-
2375
- #: wppa-album-covers.php:1517
2376
- msgid "View"
2377
- msgstr "Zeige"
2378
-
2379
- #: wppa-album-covers.php:1521 wppa-album-covers.php:1529
2380
- #, php-format
2381
- msgid "%d album"
2382
- msgid_plural "%d albums"
2383
- msgstr[0] "%d Alben"
2384
- msgstr[1] "%d Album"
2385
-
2386
- #: wppa-album-covers.php:1524 wppa-album-covers.php:1538
2387
- #, php-format
2388
- msgid "%d photo"
2389
- msgid_plural "%d photos"
2390
- msgstr[0] "%d Foto"
2391
- msgstr[1] "%d Fotos"
2392
-
2393
- #: wppa-album-covers.php:1535 wppa-boxes-html.php:1282
2394
- #: wppa-boxes-html.php:1597 wppa-breadcrumb.php:175 wppa-breadcrumb.php:181
2395
- #: wppa-breadcrumb.php:188 wppa-breadcrumb.php:429 wppa-breadcrumb.php:431
2396
- #: wppa-breadcrumb.php:437 wppa-breadcrumb.php:439 wppa-breadcrumb.php:447
2397
- #: wppa-breadcrumb.php:463 wppa-breadcrumb.php:476 wppa-breadcrumb.php:482
2398
- #: wppa-utils.php:1556 wppa-utils.php:1560 wppa-utils.php:2241
2399
- msgid "and"
2400
- msgstr ""
2401
-
2402
- #: wppa-album-covers.php:1619
2403
- msgid "New!"
2404
- msgstr ""
2405
-
2406
- #: wppa-album-covers.php:1622 wppa-thumbnails.php:2026
2407
- #: wppa-thumbnails.php:2027
2408
- msgid "New"
2409
- msgstr ""
2410
-
2411
- #: wppa-album-covers.php:1860 wppa-boxes-html.php:844 wppa-non-admin.php:820
2412
- #: wppa-settings-autosave.php:2335 wppa-settings-autosave.php:5737
2413
- #: wppa-settings-autosave.php:8723
2414
- msgid "Slideshow"
2415
- msgstr "Diashow"
2416
-
2417
- #: wppa-album-covers.php:1861
2418
- msgid "Browse photos"
2419
- msgstr ""
2420
-
2421
- #: wppa-album-covers.php:1898 wppa-breadcrumb.php:431 wppa-breadcrumb.php:439
2422
- #: wppa-breadcrumb.php:476 wppa-breadcrumb.php:482
2423
- msgid "Category:"
2424
- msgid_plural "Categories:"
2425
- msgstr[0] "Kategorie:"
2426
- msgstr[1] "Kategorien:"
2427
-
2428
- #: wppa-album-navigator-widget.php:12
2429
- msgid "WPPA+ Album navigator"
2430
- msgstr ""
2431
-
2432
- #: wppa-album-navigator-widget.php:13
2433
- msgid "Album navigator"
2434
- msgstr ""
2435
-
2436
- #: wppa-album-navigator-widget.php:96 wppa-album-widget.php:325
2437
- msgid "Album selection or Parent album:"
2438
- msgstr ""
2439
-
2440
- #: wppa-album-navigator-widget.php:99 wppa-album-widget.php:328
2441
- msgid "--- all albums ---"
2442
- msgstr ""
2443
-
2444
- #: wppa-album-navigator-widget.php:100 wppa-album-widget.php:329
2445
- msgid "--- all generic albums ---"
2446
- msgstr ""
2447
-
2448
- #: wppa-album-navigator-widget.php:101 wppa-album-widget.php:330
2449
- msgid "--- all separate albums ---"
2450
- msgstr ""
2451
-
2452
- #: wppa-album-navigator-widget.php:102 wppa-common-functions.php:1738
2453
- #: wppa-items.php:492
2454
- msgid "--- owner/public ---"
2455
- msgstr ""
2456
-
2457
- #: wppa-album-navigator-widget.php:114 wppa-album-widget.php:350
2458
- msgid "Skip \"empty\" albums:"
2459
- msgstr ""
2460
-
2461
- #: wppa-album-navigator-widget.php:116 wppa-album-widget.php:345
2462
- #: wppa-album-widget.php:352 wppa-lasten-widget.php:236
2463
- #: wppa-slideshow-widget.php:206 wppa-slideshow-widget.php:226
2464
- #: wppa-slideshow-widget.php:233 wppa-slideshow-widget.php:240
2465
- #: wppa-slideshow-widget.php:247 wppa-slideshow-widget.php:254
2466
- #: wppa-thumbnail-widget.php:227
2467
- msgid "no."
2468
- msgstr ""
2469
-
2470
- #: wppa-album-navigator-widget.php:117 wppa-album-widget.php:346
2471
- #: wppa-album-widget.php:353 wppa-lasten-widget.php:237
2472
- #: wppa-slideshow-widget.php:207 wppa-slideshow-widget.php:227
2473
- #: wppa-slideshow-widget.php:234 wppa-slideshow-widget.php:241
2474
- #: wppa-slideshow-widget.php:248 wppa-slideshow-widget.php:255
2475
- #: wppa-thumbnail-widget.php:228
2476
- msgid "yes."
2477
- msgstr ""
2478
-
2479
- #: wppa-album-widget.php:15
2480
- msgid "WPPA+ Albums"
2481
- msgstr ""
2482
-
2483
- #: wppa-album-widget.php:16 wppa-album-widget.php:315
2484
- msgid "Thumbnail Albums"
2485
- msgstr ""
2486
-
2487
- #: wppa-album-widget.php:114
2488
- #, php-format
2489
- msgid "Upload at least %d photos to this album!"
2490
- msgstr ""
2491
-
2492
- #: wppa-album-widget.php:331
2493
- msgid "--- most recently added albums ---"
2494
- msgstr ""
2495
-
2496
- #: wppa-album-widget.php:343
2497
- msgid "Show album names:"
2498
- msgstr ""
2499
-
2500
- #: wppa-album-widget.php:357 wppa-comment-widget.php:120
2501
- #: wppa-featen-widget.php:187 wppa-lasten-widget.php:241
2502
- #: wppa-thumbnail-widget.php:232 wppa-topten-widget.php:404
2503
- msgid ""
2504
- "You can set the sizes in this widget in the <b>Photo Albums -> Settings</b> "
2505
- "admin page."
2506
- msgstr ""
2507
-
2508
- #: wppa-audio.php:183
2509
- msgid ""
2510
- "There is no filetype available for your browser, or your browser does not "
2511
- "support html5 audio"
2512
- msgstr ""
2513
-
2514
- #: wppa-bestof-widget.php:15
2515
- msgid "WPPA+ Best Of Rated Photos"
2516
- msgstr ""
2517
-
2518
- #: wppa-bestof-widget.php:16 wppa-bestof-widget.php:49
2519
- #: wppa-bestof-widget.php:109
2520
- msgid "Best Of Photos"
2521
- msgstr ""
2522
-
2523
- #: wppa-bestof-widget.php:152
2524
- msgid "Photo(s)"
2525
- msgstr ""
2526
-
2527
- #: wppa-bestof-widget.php:153
2528
- msgid "Owner(s)"
2529
- msgstr ""
2530
-
2531
- #: wppa-bestof-widget.php:158
2532
- msgid "Last week"
2533
- msgstr ""
2534
-
2535
- #: wppa-bestof-widget.php:159
2536
- msgid "This week"
2537
- msgstr ""
2538
-
2539
- #: wppa-bestof-widget.php:160
2540
- msgid "Last month"
2541
- msgstr ""
2542
-
2543
- #: wppa-bestof-widget.php:161
2544
- msgid "This month"
2545
- msgstr ""
2546
-
2547
- #: wppa-bestof-widget.php:162
2548
- msgid "Last year"
2549
- msgstr ""
2550
-
2551
- #: wppa-bestof-widget.php:163
2552
- msgid "This year"
2553
- msgstr ""
2554
-
2555
- #: wppa-bestof-widget.php:168
2556
- msgid "Number of max ratings"
2557
- msgstr ""
2558
-
2559
- #: wppa-bestof-widget.php:169 wppa-topten-widget.php:356
2560
- msgid "Mean value"
2561
- msgstr ""
2562
-
2563
- #: wppa-bestof-widget.php:178 wppa-potd-admin.php:132
2564
- #: wppa-topten-widget.php:376
2565
- msgid "Subtitle:"
2566
- msgstr ""
2567
-
2568
- #: wppa-bestof-widget.php:179
2569
- msgid "No of max ratings:"
2570
- msgstr ""
2571
-
2572
- #: wppa-bestof-widget.php:184 wppa-topten-widget.php:387
2573
- msgid "Mean rating:"
2574
- msgstr ""
2575
-
2576
- #: wppa-bestof-widget.php:189 wppa-topten-widget.php:392
2577
- msgid "Rating count:"
2578
- msgstr ""
2579
-
2580
- #: wppa-bestof-widget.php:198 wppa-common-functions.php:1720
2581
- #: wppa-import.php:1639 wppa-items.php:465 wppa-potd-admin.php:100
2582
- #: wppa-potd-admin.php:136 wppa-settings-autosave.php:1419
2583
- #: wppa-settings-autosave.php:1784 wppa-settings-autosave.php:1989
2584
- #: wppa-settings-autosave.php:3835 wppa-settings-autosave.php:3849
2585
- #: wppa-settings-autosave.php:3990 wppa-settings-autosave.php:4043
2586
- #: wppa-settings-autosave.php:4155 wppa-settings-autosave.php:4172
2587
- #: wppa-settings-autosave.php:4285 wppa-settings-autosave.php:5811
2588
- #: wppa-settings-autosave.php:6440 wppa-settings-autosave.php:6589
2589
- #: wppa-settings-autosave.php:8131 wppa-settings-autosave.php:8350
2590
- #: wppa-settings-autosave.php:8426 wppa-settings-autosave.php:9394
2591
- #: wppa-settings-autosave.php:9551 wppa-settings-autosave.php:9681
2592
- #: wppa-thumbnail-widget.php:200 wppa-tinymce-shortcodes.php:626
2593
- #: wppa-watermark.php:590
2594
- msgid "--- none ---"
2595
- msgstr "--- keine ---"
2596
-
2597
- #: wppa-bestof-widget.php:199
2598
- msgid "The authors album(s)"
2599
- msgstr ""
2600
-
2601
- #: wppa-bestof-widget.php:200
2602
- msgid "The photos in the authors album(s), thumbnails"
2603
- msgstr ""
2604
-
2605
- #: wppa-bestof-widget.php:201
2606
- msgid "The photos in the authors album(s), slideshow"
2607
- msgstr ""
2608
-
2609
- #: wppa-bestof-widget.php:202
2610
- msgid "All the authors photos, thumbnails"
2611
- msgstr ""
2612
-
2613
- #: wppa-bestof-widget.php:203
2614
- msgid "All the authors photos, slideshow"
2615
- msgstr ""
2616
-
2617
- #: wppa-boxes-html.php:139 wppa-boxes-html.php:251
2618
- msgid "Photo search results"
2619
- msgstr ""
2620
-
2621
- #: wppa-boxes-html.php:383 wppa-breadcrumb.php:163
2622
- #: wppa-settings-autosave.php:363
2623
- msgid "Albums"
2624
- msgstr ""
2625
-
2626
- #: wppa-boxes-html.php:389 wppa-breadcrumb.php:178
2627
- msgid "Photos"
2628
- msgstr ""
2629
-
2630
- #: wppa-boxes-html.php:408
2631
- msgid "Category"
2632
- msgstr ""
2633
-
2634
- #: wppa-boxes-html.php:421 wppa-boxes-html.php:554
2635
- #: wppa-settings-autosave.php:1677 wppa-settings-autosave.php:8246
2636
- #: wppa-settings-autosave.php:8257
2637
- msgid "Text"
2638
- msgstr ""
2639
-
2640
- #: wppa-boxes-html.php:437 wppa-boxes-html.php:491 wppa-boxes-html.php:637
2641
- #: wppa-boxes-html.php:667
2642
- msgid "CTRL+Click to add/remove option."
2643
- msgstr ""
2644
-
2645
- #: wppa-boxes-html.php:438 wppa-boxes-html.php:492 wppa-boxes-html.php:638
2646
- #: wppa-boxes-html.php:668
2647
- msgid "Items must meet all selected options."
2648
- msgstr ""
2649
-
2650
- #: wppa-boxes-html.php:546 wppa-settings-autosave.php:9727
2651
- #: wppa-settings-autosave.php:9767 wppa-settings-autosave.php:9789
2652
- #: wppa-settings-autosave.php:9835
2653
- msgid "Tag"
2654
- msgstr ""
2655
-
2656
- #: wppa-boxes-html.php:562
2657
- msgid "Iptc"
2658
- msgstr ""
2659
-
2660
- #: wppa-boxes-html.php:571
2661
- msgid "Exif"
2662
- msgstr ""
2663
-
2664
- #: wppa-boxes-html.php:769 wppa-boxes-html.php:848
2665
- msgid "Submit"
2666
- msgstr ""
2667
-
2668
- #: wppa-boxes-html.php:811 wppa-super-view-widget.php:14
2669
- #: wppa-super-view-widget.php:64
2670
- msgid "Super View Photos"
2671
- msgstr ""
2672
-
2673
- #: wppa-boxes-html.php:836 wppa-settings-autosave.php:380
2674
- #: wppa-settings-autosave.php:4990
2675
- msgid "Thumbnails"
2676
- msgstr "Miniaturbilder"
2677
-
2678
- #: wppa-boxes-html.php:946
2679
- msgid "No zipfiles available"
2680
- msgstr ""
2681
-
2682
- #: wppa-boxes-html.php:978
2683
- msgid "Tagged photos"
2684
- msgstr ""
2685
-
2686
- #: wppa-boxes-html.php:992
2687
- msgid "Please select a tagcloud landing page in Table VI-C3b"
2688
- msgstr ""
2689
-
2690
- #: wppa-boxes-html.php:1052
2691
- msgid "Multi Tagged photos"
2692
- msgstr ""
2693
-
2694
- #: wppa-boxes-html.php:1067
2695
- msgid "Please select a multitag landing page in Table VI-C4b"
2696
- msgstr ""
2697
-
2698
- #: wppa-boxes-html.php:1112
2699
- msgid "Please check the tag(s) that the photos must have"
2700
- msgstr ""
2701
-
2702
- #: wppa-boxes-html.php:1143
2703
- msgid "And"
2704
- msgstr ""
2705
-
2706
- #: wppa-boxes-html.php:1154
2707
- msgid "Or"
2708
- msgstr ""
2709
-
2710
- #: wppa-boxes-html.php:1169
2711
- msgid "Inverse selection"
2712
- msgstr ""
2713
-
2714
- #: wppa-boxes-html.php:1222
2715
- msgid "Find!"
2716
- msgstr ""
2717
-
2718
- #: wppa-boxes-html.php:1253
2719
- msgid "Social media landing page"
2720
- msgstr ""
2721
-
2722
- #: wppa-boxes-html.php:1283 wppa-utils.php:1560
2723
- #, php-format
2724
- msgid "See this image on %s"
2725
- msgstr ""
2726
-
2727
- #: wppa-boxes-html.php:1312 wppa-boxes-html.php:1617 wppa-qr-widget.php:47
2728
- msgid "QR code"
2729
- msgstr ""
2730
-
2731
- #: wppa-boxes-html.php:1357 wppa-boxes-html.php:1649
2732
- #, php-format
2733
- msgid "Tweet %s on Twitter"
2734
- msgstr ""
2735
-
2736
- #: wppa-boxes-html.php:1364 wppa-boxes-html.php:1656
2737
- msgid "Share on Twitter"
2738
- msgstr ""
2739
-
2740
- #: wppa-boxes-html.php:1377 wppa-boxes-html.php:1669
2741
- #, php-format
2742
- msgid "Share %s on Google+"
2743
- msgstr ""
2744
-
2745
- #: wppa-boxes-html.php:1384 wppa-boxes-html.php:1677
2746
- msgid "Share on Google+"
2747
- msgstr ""
2748
-
2749
- #: wppa-boxes-html.php:1399
2750
- #, php-format
2751
- msgid "Share %s on Pinterest"
2752
- msgstr ""
2753
-
2754
- #: wppa-boxes-html.php:1409
2755
- msgid "Share on Pinterest"
2756
- msgstr ""
2757
-
2758
- #: wppa-boxes-html.php:1554 wppa-boxes-html.php:1753
2759
- msgid "Comment on Facebook:"
2760
- msgstr ""
2761
-
2762
- #: wppa-boxes-html.php:1598
2763
- #, php-format
2764
- msgid "See this article on %s"
2765
- msgstr ""
2766
-
2767
- #: wppa-boxes-html.php:1856 wppa-import.php:1326
2768
- msgid "Working..."
2769
- msgstr ""
2770
-
2771
- #: wppa-boxes-html.php:1953
2772
- msgid "Create Sub Album"
2773
- msgstr ""
2774
-
2775
- #: wppa-boxes-html.php:1953
2776
- msgid "Create Album"
2777
- msgstr ""
2778
-
2779
- #: wppa-boxes-html.php:2001
2780
- msgid "Enter album name."
2781
- msgstr ""
2782
-
2783
- #: wppa-boxes-html.php:2003 wppa-boxes-html.php:2997
2784
- msgid "Don't leave this blank!"
2785
- msgstr ""
2786
-
2787
- #: wppa-boxes-html.php:2024
2788
- msgid "Enter album description"
2789
- msgstr ""
2790
-
2791
- #: wppa-boxes-html.php:2052
2792
- msgid "Create album"
2793
- msgstr ""
2794
-
2795
- #: wppa-boxes-html.php:2212 wppa-boxes-html.php:2226 wppa-functions.php:4389
2796
- msgid "Max uploads reached"
2797
- msgstr ""
2798
-
2799
- #: wppa-boxes-html.php:2291 wppa-upload.php:210
2800
- msgid "Upload Photo"
2801
- msgstr ""
2802
-
2803
- #: wppa-boxes-html.php:2366
2804
- msgid "Enter album id"
2805
- msgstr ""
2806
-
2807
- #: wppa-boxes-html.php:2392
2808
- msgid "Select Photo / Video / Camera"
2809
- msgstr ""
2810
-
2811
- #: wppa-boxes-html.php:2395
2812
- msgid "Select Photo / Camera"
2813
- msgstr ""
2814
-
2815
- #: wppa-boxes-html.php:2400
2816
- msgid "Select Photo / Video"
2817
- msgstr ""
2818
-
2819
- #: wppa-boxes-html.php:2403
2820
- msgid "Select Photo"
2821
- msgstr ""
2822
-
2823
- #: wppa-boxes-html.php:2410
2824
- msgid "Select Photos / Video / Camera"
2825
- msgstr ""
2826
-
2827
- #: wppa-boxes-html.php:2413
2828
- msgid "Select Photos / Camera"
2829
- msgstr ""
2830
-
2831
- #: wppa-boxes-html.php:2418
2832
- msgid "Select Photos / Video"
2833
- msgstr ""
2834
-
2835
- #: wppa-boxes-html.php:2421
2836
- msgid "Select Photos"
2837
- msgstr ""
2838
-
2839
- #: wppa-boxes-html.php:2468
2840
- #, php-format
2841
- msgid "You may upload %d photo"
2842
- msgid_plural ""
2843
- "You may upload up to %d photos at once if your browser supports HTML-5 "
2844
- "multiple file upload"
2845
- msgstr[0] "Sie können %d Foto Hochladen"
2846
- msgstr[1] ""
2847
- "Sie können bis zu %d Fotos gleichzeitig Hochladen wenn ihr browser HTML-5 "
2848
- "multiple file upload unterstützt"
2849
-
2850
- #: wppa-boxes-html.php:2477
2851
- #, php-format
2852
- msgid "Min photo size: %d x %d pixels"
2853
- msgstr ""
2854
-
2855
- #: wppa-boxes-html.php:2484
2856
- #, php-format
2857
- msgid "Max photo size: %d x %d pixels"
2858
- msgstr ""
2859
-
2860
- #: wppa-boxes-html.php:2492
2861
- #, php-format
2862
- msgid "Max photo size: %d x %d (%2.1f MegaPixel)"
2863
- msgstr ""
2864
-
2865
- #: wppa-boxes-html.php:2522 wppa-import.php:562 wppa-upload.php:196
2866
- #: wppa-upload.php:340 wppa-upload.php:417
2867
- msgid "Apply watermark file:"
2868
- msgstr ""
2869
-
2870
- #: wppa-boxes-html.php:2544 wppa-import.php:566 wppa-upload.php:200
2871
- #: wppa-upload.php:344 wppa-upload.php:421
2872
- msgid "Position:"
2873
- msgstr ""
2874
-
2875
- #: wppa-boxes-html.php:2572
2876
- msgid ""
2877
- "If you leave this blank, iptc tag 005 (Graphic name) will be used as "
2878
- "photoname if available, else the original filename will be used as photo "
2879
- "name."
2880
- msgstr ""
2881
-
2882
- #: wppa-boxes-html.php:2577
2883
- msgid ""
2884
- "If you leave this blank, iptc tag 120 (Caption) will be used as photoname if "
2885
- "available, else the original filename will be used as photo name."
2886
- msgstr ""
2887
-
2888
- #: wppa-boxes-html.php:2582
2889
- msgid "If you leave this blank, \"Photo photoid\" will be used as photo name."
2890
- msgstr ""
2891
-
2892
- #: wppa-boxes-html.php:2588
2893
- msgid ""
2894
- "If you leave this blank, the original filename will be used as photo name."
2895
- msgstr ""
2896
-
2897
- #: wppa-boxes-html.php:2593 wppa-settings-autosave.php:1723
2898
- msgid "Photo name"
2899
- msgstr "Name"
2900
-
2901
- #: wppa-boxes-html.php:2611
2902
- msgid "Photo description"
2903
- msgstr "Beschreibung"
2904
-
2905
- #: wppa-boxes-html.php:2639
2906
- msgid "hidden"
2907
- msgstr "versteckt"
2908
-
2909
- #: wppa-boxes-html.php:2710
2910
- msgid "Preview tags:"
2911
- msgstr "Vorschau tags:"
2912
-
2913
- #: wppa-boxes-html.php:2731
2914
- #, fuzzy
2915
- msgid "Blog it?"
2916
- msgstr "Veröffentlichen?"
2917
-
2918
- #: wppa-boxes-html.php:2741 wppa-boxes-html.php:2816
2919
- msgid "Upload and blog"
2920
- msgstr "Hochladen und bloggen"
2921
-
2922
- #: wppa-boxes-html.php:2745 wppa-boxes-html.php:2816
2923
- msgid "Upload photo"
2924
- msgstr "Foto hochladen"
2925
-
2926
- #: wppa-boxes-html.php:2769
2927
- msgid "Post title:"
2928
- msgstr "Post-Titel"
2929
-
2930
- #: wppa-boxes-html.php:2779
2931
- msgid "Text BEFORE the image:"
2932
- msgstr "Text VOR dem Bild:"
2933
-
2934
- #: wppa-boxes-html.php:2789
2935
- msgid "Text AFTER the image:"
2936
- msgstr "Text NACH dem Bild:"
2937
-
2938
- #: wppa-boxes-html.php:2809
2939
- msgid "Please select an album and try again"
2940
- msgstr "Bitte wählen Sie ein Album aus und versuchen Sie es erneut"
2941
-
2942
- #: wppa-boxes-html.php:2869
2943
- msgid "Processing..."
2944
- msgstr "Verarbeiten..."
2945
-
2946
- #: wppa-boxes-html.php:2874 wppa-import.php:153
2947
- msgid "Done!"
2948
- msgstr "Fertig!"
2949
-
2950
- #: wppa-boxes-html.php:2882
2951
- msgid "ERROR: unable to upload files."
2952
- msgstr "FEHLER: kann Dateien nicht hochladen."
2953
-
2954
- #: wppa-boxes-html.php:2936
2955
- msgid "Edit Album Info"
2956
- msgstr "Album-Informationen bearbeiten"
2957
-
2958
- #: wppa-boxes-html.php:2995
2959
- msgid "Enter album name"
2960
- msgstr "Geben Sie den Album-Namen ein"
2961
-
2962
- #: wppa-boxes-html.php:3017
2963
- msgid "Album description:"
2964
- msgstr "Album Beschreibung:"
2965
-
2966
- #: wppa-boxes-html.php:3071
2967
- msgid "Update album"
2968
- msgstr "Album aktualisieren"
2969
-
2970
- #: wppa-boxes-html.php:3140
2971
- msgid "wrote:"
2972
- msgstr "schrieb:"
2973
-
2974
- #: wppa-boxes-html.php:3202
2975
- msgid "Avatar"
2976
- msgstr "Profilbild"
2977
-
2978
- #: wppa-boxes-html.php:3254 wppa-links.php:852
2979
- msgid "Awaiting moderation"
2980
- msgstr "Warte auf Moderation"
2981
-
2982
- #: wppa-boxes-html.php:3257
2983
- msgid "Marked as spam"
2984
- msgstr "Als Spam markiert"
2985
-
2986
- #: wppa-boxes-html.php:3281
2987
- msgid "Edit!"
2988
- msgstr "Bearbeiten!"
2989
-
2990
- #: wppa-boxes-html.php:3285
2991
- msgid "Send!"
2992
- msgstr "Absenden!"
2993
-
2994
- #: wppa-boxes-html.php:3346
2995
- msgid "Your name:"
2996
- msgstr "Ihr Name:"
2997
-
2998
- #: wppa-boxes-html.php:3361
2999
- msgid "Your email:"
3000
- msgstr "Ihre E-Mai-Adressel:"
3001
-
3002
- #: wppa-boxes-html.php:3377
3003
- msgid "Your comment:"
3004
- msgstr "Ihr Kommentar:"
3005
-
3006
- #: wppa-boxes-html.php:3421
3007
- #, php-format
3008
- msgid "You must <a href=\"%s\">login</a> to enter a comment"
3009
- msgstr ""
3010
- "Sie müssen <a href=\"%s\">angemeldet</a> sein, um einen Kommentar zu "
3011
- "verfassen."
3012
-
3013
- #: wppa-boxes-html.php:3424
3014
- msgid "You must login to enter a comment"
3015
- msgstr "Sie müssen sich anmelden, um einen Kommentar zu verfassen"
3016
-
3017
- #: wppa-boxes-html.php:3436 wppa-functions.php:2612 wppa-thumbnails.php:735
3018
- #, php-format
3019
- msgid "%d comment"
3020
- msgid_plural "%d comments"
3021
- msgstr[0] "%d Kommentar"
3022
- msgstr[1] "%d Kommentare"
3023
-
3024
- #: wppa-boxes-html.php:3440
3025
- msgid "Leave a comment"
3026
- msgstr "Hinterlassen Sie einen Kommentar"
3027
-
3028
- #: wppa-boxes-html.php:3537
3029
- msgid "Show IPTC data"
3030
- msgstr "Zeige IPTC-Daten"
3031
-
3032
- #: wppa-boxes-html.php:3548
3033
- msgid "Hide IPTC data"
3034
- msgstr "Verstecke IPTC-Daten"
3035
-
3036
- #: wppa-boxes-html.php:3596
3037
- msgid "No IPTC data"
3038
- msgstr "Keine IPTC-Daten"
3039
-
3040
- #: wppa-boxes-html.php:3648
3041
- msgid "Show EXIF data"
3042
- msgstr "Zeige EXIF-Daten"
3043
-
3044
- #: wppa-boxes-html.php:3659
3045
- msgid "Hide EXIF data"
3046
- msgstr "Verstecke EXIF-Daten"
3047
-
3048
- #: wppa-boxes-html.php:3711
3049
- msgid "No EXIF data"
3050
- msgstr "Keine EXIF-Daten"
3051
-
3052
- #: wppa-boxes-html.php:3825 wppa-boxes-html.php:3830
3053
- msgid "< Previous"
3054
- msgstr "< Vorheriges"
3055
-
3056
- #: wppa-boxes-html.php:3836 wppa-boxes-html.php:3841
3057
- msgid "Next >"
3058
- msgstr "Nächstes >"
3059
-
3060
- #: wppa-boxes-html.php:3943 wppa-boxes-html.php:4022
3061
- msgid "See the authors albums"
3062
- msgstr "Sieh die Alben des Autors"
3063
-
3064
- #: wppa-boxes-html.php:3947 wppa-boxes-html.php:3955 wppa-boxes-html.php:4026
3065
- msgid "See the authors photos"
3066
- msgstr "Sieh die Fotos des Autors"
3067
-
3068
- #: wppa-boxes-html.php:3951 wppa-boxes-html.php:3959 wppa-boxes-html.php:4030
3069
- msgid "See all the authors photos"
3070
- msgstr "Sieh die Fotos aller Autoren"
3071
-
3072
- #: wppa-boxes-html.php:3985
3073
- #, php-format
3074
- msgid "Photo by: %s"
3075
- msgstr "Foto von: %s"
3076
-
3077
- #: wppa-boxes-html.php:3988 wppa-boxes-html.php:4051
3078
- #, php-format
3079
- msgid "%d max rating"
3080
- msgid_plural "%d max ratings"
3081
- msgstr[0] "%d max Bewertung"
3082
- msgstr[1] "%d max Bewertungen"
3083
-
3084
- #: wppa-boxes-html.php:3992 wppa-boxes-html.php:4055 wppa-non-admin.php:985
3085
- #: wppa-topten-widget.php:208 wppa-topten-widget.php:225
3086
- #: wppa-topten-widget.php:261
3087
- #, php-format
3088
- msgid "%d vote"
3089
- msgid_plural "%d votes"
3090
- msgstr[0] "%d Stimme"
3091
- msgstr[1] "%d Stimmen"
3092
-
3093
- #: wppa-boxes-html.php:3996
3094
- #, php-format
3095
- msgid "Rating: %4.2f."
3096
- msgstr "Bewertung: %4.2f."
3097
-
3098
- #: wppa-boxes-html.php:4004
3099
- #, php-format
3100
- msgid "Photo %s not found."
3101
- msgstr "Foto %s nicht gefunden."
3102
-
3103
- #: wppa-boxes-html.php:4059
3104
- #, php-format
3105
- msgid "Mean value: %4.2f."
3106
- msgstr "Mittelwert: %4.2f."
3107
-
3108
- #: wppa-boxes-html.php:4413
3109
- msgid "Refresh"
3110
- msgstr "Aktualisieren"
3111
-
3112
- #: wppa-breadcrumb.php:125
3113
- msgid "Post:"
3114
- msgstr "Post:"
3115
-
3116
- #: wppa-breadcrumb.php:125 wppa-breadcrumb.php:718
3117
- msgid "Page:"
3118
- msgstr "Seite:"
3119
-
3120
- #: wppa-breadcrumb.php:166
3121
- msgid "with category:"
3122
- msgstr "mit Kategorie:"
3123
-
3124
- #: wppa-breadcrumb.php:169 wppa-breadcrumb.php:184
3125
- msgid "with name:"
3126
- msgstr "mit Name:"
3127
-
3128
- #: wppa-breadcrumb.php:172 wppa-breadcrumb.php:188
3129
- msgid "with words:"
3130
- msgstr "mit Worten:"
3131
-
3132
- #: wppa-breadcrumb.php:181
3133
- msgid "with tag:"
3134
- msgstr "mit Tag:"
3135
-
3136
- #: wppa-breadcrumb.php:192
3137
- msgid "of owner:"
3138
- msgstr "von Eigentümer:"
3139
-
3140
- #: wppa-breadcrumb.php:197
3141
- msgid "with iptc tag:"
3142
- msgstr "mit IPTC-Tag:"
3143
-
3144
- #: wppa-breadcrumb.php:197 wppa-breadcrumb.php:202
3145
- msgid "with content:"
3146
- msgstr "mit Inhalt:"
3147
-
3148
- #: wppa-breadcrumb.php:202
3149
- msgid "with exif tag:"
3150
- msgstr "mit Exif-Tag:"
3151
-
3152
- #: wppa-breadcrumb.php:211 wppa-breadcrumb.php:253 wppa-breadcrumb.php:312
3153
- #: wppa-breadcrumb.php:336 wppa-breadcrumb.php:361 wppa-breadcrumb.php:386
3154
- #: wppa-breadcrumb.php:406 wppa-breadcrumb.php:419 wppa-breadcrumb.php:434
3155
- #: wppa-breadcrumb.php:460 wppa-breadcrumb.php:479 wppa-breadcrumb.php:500
3156
- #, fuzzy
3157
- msgid "View the thumbnails"
3158
- msgstr "Sieh die Miniaturbilder an"
3159
-
3160
- #: wppa-breadcrumb.php:229
3161
- #, php-format
3162
- msgid "Searchresults from album %s and its subalbums"
3163
- msgstr "Suchergebnisse aus dem Album %s und seinen Unteralben"
3164
-
3165
- #: wppa-breadcrumb.php:234
3166
- msgid "Searchstring:"
3167
- msgstr "Suchtext:"
3168
-
3169
- #: wppa-breadcrumb.php:265 wppa-breadcrumb.php:283
3170
- msgid "Photos by EXIF date"
3171
- msgstr "Fotos nach EXIF-Datum"
3172
-
3173
- #: wppa-breadcrumb.php:269 wppa-breadcrumb.php:287
3174
- msgid "Photos by date of upload"
3175
- msgstr "Fotos nach Hochladedatum"
3176
-
3177
- #: wppa-breadcrumb.php:273 wppa-breadcrumb.php:291
3178
- msgid "Photos by date last modified"
3179
- msgstr "Fotos nach Datum der letzten Änderung"
3180
-
3181
- #: wppa-breadcrumb.php:303 wppa-breadcrumb.php:315
3182
- #, fuzzy, php-format
3183
- msgid "Photos by %s"
3184
- msgstr "Fotos nach %s"
3185
-
3186
- #: wppa-breadcrumb.php:322 wppa-breadcrumb.php:346 wppa-breadcrumb.php:376
3187
- #: wppa-breadcrumb.php:396 wppa-breadcrumb.php:515
3188
- msgid "Various albums"
3189
- msgstr "Verschiedene Alben"
3190
-
3191
- #: wppa-breadcrumb.php:325 wppa-breadcrumb.php:349 wppa-breadcrumb.php:379
3192
- #: wppa-breadcrumb.php:399 wppa-breadcrumb.php:520 wppa-lasten-widget.php:211
3193
- msgid "Albums:"
3194
- msgstr "Alben:"
3195
-
3196
- #: wppa-breadcrumb.php:329 wppa-breadcrumb.php:339
3197
- msgid "Top rated photos"
3198
- msgstr "Hoch bewertete Fotos"
3199
-
3200
- #: wppa-breadcrumb.php:354 wppa-breadcrumb.php:365
3201
- msgid "Recently modified photos"
3202
- msgstr "Kürzlich geänderte Fotos"
3203
-
3204
- #: wppa-breadcrumb.php:357 wppa-breadcrumb.php:368
3205
- msgid "Recently uploaded photos"
3206
- msgstr "Kürzlich hochgeladene Fotos"
3207
-
3208
- #: wppa-breadcrumb.php:383 wppa-breadcrumb.php:389 wppa-comment-widget.php:40
3209
- msgid "Recently commented photos"
3210
- msgstr "Kürzlich kommentierte Fotos"
3211
-
3212
- #: wppa-breadcrumb.php:403 wppa-breadcrumb.php:409 wppa-featen-widget.php:38
3213
- msgid "Featured photos"
3214
- msgstr "Ausgewählte Fotos"
3215
-
3216
- #: wppa-breadcrumb.php:416 wppa-breadcrumb.php:422
3217
- msgid "Related photos"
3218
- msgstr "Ähnliche Fotos"
3219
-
3220
- #: wppa-breadcrumb.php:429 wppa-breadcrumb.php:437 wppa-breadcrumb.php:447
3221
- #: wppa-breadcrumb.php:463
3222
- msgid "Tagged photos:"
3223
- msgstr "Fotos mit Stchwort"
3224
-
3225
- #: wppa-breadcrumb.php:429 wppa-breadcrumb.php:431 wppa-breadcrumb.php:437
3226
- #: wppa-breadcrumb.php:439 wppa-breadcrumb.php:447 wppa-breadcrumb.php:463
3227
- #: wppa-breadcrumb.php:476 wppa-breadcrumb.php:482
3228
- msgid "or"
3229
- msgstr "oder"
3230
-
3231
- #: wppa-breadcrumb.php:430 wppa-breadcrumb.php:438
3232
- msgid "From albums with"
3233
- msgstr "Aus Alben mit"
3234
-
3235
- #: wppa-breadcrumb.php:449 wppa-breadcrumb.php:465
3236
- msgid "out of various albums"
3237
- msgstr "aus verschiedenen Alben"
3238
-
3239
- #: wppa-breadcrumb.php:452 wppa-breadcrumb.php:468
3240
- msgid "Inverted"
3241
- msgstr "Umgekehrt"
3242
-
3243
- #: wppa-breadcrumb.php:497 wppa-breadcrumb.php:503
3244
- msgid "Recently updated albums"
3245
- msgstr "Kürzlich aktualisierte Alben"
3246
-
3247
- #: wppa-breadcrumb.php:513
3248
- #, fuzzy, php-format
3249
- msgid "Various albums by %s"
3250
- msgstr "Verschiedene Alben nach %s"
3251
-
3252
- #: wppa-breadcrumb.php:544 wppa-breadcrumb.php:559
3253
- msgid "Thumbnail view"
3254
- msgstr "Miniaturbildansicht"
3255
-
3256
- #: wppa-breadcrumb.php:716
3257
- msgid "Unpublished"
3258
- msgstr "Nicht veröffentlicht"
3259
-
3260
- #: wppa-breadcrumb.php:746
3261
- msgid "Found photos will meet the search criteria as follows:"
3262
- msgstr "Gefunden Fotos werden die Suchkriterien wie folgt erfüllen:"
3263
-
3264
- #: wppa-breadcrumb.php:749
3265
- msgid "AND"
3266
- msgstr "UND"
3267
-
3268
- #: wppa-breadcrumb.php:753
3269
- msgid "OR"
3270
- msgstr "ODER"
3271
-
3272
- #: wppa-cart.php:30
3273
- msgid "Buy now"
3274
- msgstr "Jetzt kaufen"
3275
-
3276
- #: wppa-cart.php:94
3277
- #, php-format
3278
- msgid "Unit Price: %s each"
3279
- msgstr "Einzelpreis: %s pro Stück"
3280
-
3281
- # Abkürzung für Quality?
3282
- #: wppa-cart.php:98
3283
- msgid "Qty:"
3284
- msgstr "Qty:"
3285
-
3286
- #: wppa-comment-admin.php:35
3287
- msgid "Photo Albums -> Edit Comment"
3288
- msgstr "Fotoalben -> Kommentar bearbeiten"
3289
-
3290
- #: wppa-comment-admin.php:61
3291
- msgid "Photo:"
3292
- msgstr "Foto:"
3293
-
3294
- #: wppa-comment-admin.php:72
3295
- msgid "User:"
3296
- msgstr "Benutzer:"
3297
-
3298
- #: wppa-comment-admin.php:76
3299
- msgid "Email:"
3300
- msgstr "E-Mail:"
3301
-
3302
- #: wppa-comment-admin.php:80 wppa-utils.php:946
3303
- msgid "Comment:"
3304
- msgstr "Kommentar:"
3305
-
3306
- #: wppa-comment-admin.php:86
3307
- msgid "Save Changes"
3308
- msgstr "Änderungen speichern"
3309
-
3310
- #: wppa-comment-admin.php:99
3311
- msgid "Comment deleted"
3312
- msgstr "Kommentar gelöscht"
3313
-
3314
- #: wppa-comment-admin.php:128 wppa-comment-admin.php:143
3315
- #, fuzzy
3316
- msgid "Could not bulk update status"
3317
- msgstr "Konnte den Status-Stapel nicht aktualisieren"
3318
-
3319
- #: wppa-comment-admin.php:151
3320
- #, fuzzy
3321
- msgid "Could not bulk delete spam"
3322
- msgstr "Konnte den Spam-Stapel nicht löschen"
3323
-
3324
- #: wppa-comment-admin.php:157
3325
- msgid "Changes Saved"
3326
- msgstr "Änderungen gespeichert"
3327
-
3328
- #: wppa-comment-admin.php:184
3329
- msgid "Photo Albums -> Moderate Comment"
3330
- msgstr "Fotoalben -> Kommentar moderieren"
3331
-
3332
- #: wppa-comment-admin.php:185
3333
- msgid "Photo Albums -> Comment admin"
3334
- msgstr "Fotoalben -> Kommentar-Admin"
3335
-
3336
- # Die Einstellung scheint einen neuen Platz bekommen zu haben. Anordnung unter Diashow ist allerdings irreführend.
3337
- #: wppa-comment-admin.php:189
3338
- msgid ""
3339
- "<h3>The Comment system is not activated</h3><p>To activate: check Table II "
3340
- "item 18 on the <b>Photo Albums -> Settings</b> screen and press <b>Save "
3341
- "Changes</b>"
3342
- msgstr ""
3343
- "<h3>Das Kommentarsystem ist nicht aktiviert</h3><p>Zum Aktivieren gehen Sie "
3344
- "in Foto Alben -> Einstellungen -> Tabelle II -> Nr. 18 (jetzt B 10?). "
3345
-
3346
- #: wppa-comment-admin.php:196
3347
- msgid "Total:"
3348
- msgstr ""
3349
-
3350
- #: wppa-comment-admin.php:200
3351
- msgid "Approved:"
3352
- msgstr ""
3353
-
3354
- #: wppa-comment-admin.php:204
3355
- msgid "Pending:"
3356
- msgstr ""
3357
-
3358
- #: wppa-comment-admin.php:208
3359
- msgid "Spam:"
3360
- msgstr ""
3361
-
3362
- #: wppa-comment-admin.php:213
3363
- msgid "Auto deleted spam:"
3364
- msgstr ""
3365
-
3366
- #: wppa-comment-admin.php:228
3367
- msgid "Linkpage:"
3368
- msgstr ""
3369
-
3370
- #: wppa-comment-admin.php:231 wppa-settings-autosave.php:460
3371
- #: wppa-settings-autosave.php:8593
3372
- msgid "--- Please select a page ---"
3373
- msgstr ""
3374
-
3375
- #: wppa-comment-admin.php:246
3376
- msgid ""
3377
- "You can see the photo and all its comments on the selected page by clicking "
3378
- "on the thumbnail image"
3379
- msgstr ""
3380
-
3381
- #: wppa-comment-admin.php:250
3382
- msgid "Display status:"
3383
- msgstr ""
3384
-
3385
- #: wppa-comment-admin.php:252 wppa-settings-autosave.php:6443
3386
- msgid "all"
3387
- msgstr ""
3388
-
3389
- #: wppa-comment-admin.php:253
3390
- msgid "pending"
3391
- msgstr ""
3392
-
3393
- #: wppa-comment-admin.php:254
3394
- msgid "approved"
3395
- msgstr ""
3396
-
3397
- #: wppa-comment-admin.php:255
3398
- msgid "spam"
3399
- msgstr ""
3400
-
3401
- #: wppa-comment-admin.php:258
3402
- msgid "Display order:"
3403
- msgstr ""
3404
-
3405
- #: wppa-comment-admin.php:260
3406
- msgid "timestamp"
3407
- msgstr ""
3408
-
3409
- #: wppa-comment-admin.php:261
3410
- msgid "photo"
3411
- msgstr ""
3412
-
3413
- #: wppa-comment-admin.php:263 wppa-photo-admin-autosave.php:2385
3414
- msgid "Bulk action:"
3415
- msgstr ""
3416
-
3417
- #: wppa-comment-admin.php:266
3418
- msgid "Approve all pending"
3419
- msgstr ""
3420
-
3421
- #: wppa-comment-admin.php:267
3422
- msgid "Move all pending to spam"
3423
- msgstr ""
3424
-
3425
- #: wppa-comment-admin.php:268
3426
- msgid "Delete all spam"
3427
- msgstr ""
3428
-
3429
- #: wppa-comment-admin.php:270
3430
- msgid "Save Settings / Perform bulk action"
3431
- msgstr ""
3432
-
3433
- #: wppa-comment-admin.php:309 wppa-comment-admin.php:396
3434
- #: wppa-non-admin.php:825
3435
- msgid "Photo"
3436
- msgstr ""
3437
-
3438
- #: wppa-comment-admin.php:310 wppa-comment-admin.php:397
3439
- msgid "(Album)"
3440
- msgstr ""
3441
-
3442
- #: wppa-comment-admin.php:311 wppa-comment-admin.php:398
3443
- #: wppa-potd-admin.php:70 wppa-potd-admin.php:357
3444
- #: wppa-settings-autosave.php:509 wppa-settings-autosave.php:671
3445
- #: wppa-settings-autosave.php:693 wppa-settings-autosave.php:1472
3446
- #: wppa-settings-autosave.php:1493 wppa-settings-autosave.php:3066
3447
- #: wppa-settings-autosave.php:3087 wppa-settings-autosave.php:3463
3448
- #: wppa-settings-autosave.php:3487 wppa-settings-autosave.php:4882
3449
- #: wppa-settings-autosave.php:4903 wppa-settings-autosave.php:5079
3450
- #: wppa-settings-autosave.php:5103 wppa-settings-autosave.php:6161
3451
- #: wppa-settings-autosave.php:6877 wppa-settings-autosave.php:6899
3452
- #: wppa-settings-autosave.php:7724 wppa-settings-autosave.php:7748
3453
- #: wppa-settings-autosave.php:9705 wppa-settings-autosave.php:9726
3454
- #: wppa-settings-autosave.php:9766 wppa-settings-autosave.php:9788
3455
- #: wppa-settings-autosave.php:9834
3456
- msgid "#"
3457
- msgstr ""
3458
-
3459
- #: wppa-comment-admin.php:312 wppa-comment-admin.php:399
3460
- msgid "IP"
3461
- msgstr ""
3462
-
3463
- #: wppa-comment-admin.php:313 wppa-comment-admin.php:400
3464
- msgid "User"
3465
- msgstr ""
3466
-
3467
- #: wppa-comment-admin.php:314 wppa-comment-admin.php:401
3468
- msgid "Email"
3469
- msgstr ""
3470
-
3471
- #: wppa-comment-admin.php:315 wppa-comment-admin.php:402
3472
- msgid "Time since"
3473
- msgstr ""
3474
-
3475
- #: wppa-comment-admin.php:316 wppa-comment-admin.php:403
3476
- msgid "Comment"
3477
- msgstr ""
3478
-
3479
- #: wppa-comment-admin.php:354
3480
- msgid "Click to see the fullsize photo and all comments"
3481
- msgstr ""
3482
-
3483
- #: wppa-comment-admin.php:365
3484
- #, php-format
3485
- msgid "Reply to your comment on photo: %s on %s"
3486
- msgstr ""
3487
-
3488
- #: wppa-comment-admin.php:366 wppa-functions.php:2396
3489
- msgid "Reply"
3490
- msgstr ""
3491
-
3492
- #: wppa-comment-admin.php:377 wppa-photo-admin-autosave.php:837
3493
- #: wppa-photo-admin-autosave.php:870 wppa-photo-admin-autosave.php:2036
3494
- #: wppa-photo-admin-autosave.php:2045 wppa-photo-admin-autosave.php:2403
3495
- #: wppa-photo-admin-autosave.php:2622 wppa-photo-admin-autosave.php:2634
3496
- msgid "Pending"
3497
- msgstr ""
3498
-
3499
- #: wppa-comment-admin.php:378 wppa-photo-admin-autosave.php:2037
3500
- #: wppa-photo-admin-autosave.php:2046
3501
- msgid "Approved"
3502
- msgstr ""
3503
-
3504
- #: wppa-comment-admin.php:379 wppa-photo-admin-autosave.php:2038
3505
- #: wppa-photo-admin-autosave.php:2047
3506
- msgid "Spam"
3507
- msgstr ""
3508
-
3509
- #: wppa-comment-admin.php:388
3510
- msgid "Are you sure you want to delete this comment?"
3511
- msgstr ""
3512
-
3513
- #: wppa-comment-admin.php:428 wppa-comment-admin.php:434
3514
- msgid "Unable to update comment. Err ="
3515
- msgstr ""
3516
-
3517
- #: wppa-comment-widget.php:14
3518
- msgid "WPPA+ Comments on Photos"
3519
- msgstr ""
3520
-
3521
- #: wppa-comment-widget.php:15 wppa-comment-widget.php:116
3522
- msgid "Comments on Photos"
3523
- msgstr ""
3524
-
3525
- #: wppa-comment-widget.php:73 wppa-non-admin.php:955 wppa-thumbnails.php:504
3526
- msgid "wrote"
3527
- msgstr ""
3528
-
3529
- #: wppa-comment-widget.php:87 wppa-featen-widget.php:137
3530
- #: wppa-lasten-widget.php:148 wppa-non-admin.php:956 wppa-non-admin.php:961
3531
- #: wppa-non-admin.php:966 wppa-non-admin.php:970 wppa-non-admin.php:977
3532
- #: wppa-non-admin.php:987 wppa-potd-widget.php:159
3533
- #: wppa-thumbnail-widget.php:114 wppa-topten-widget.php:269
3534
- msgid "Photo not found"
3535
- msgstr ""
3536
-
3537
- #: wppa-comment-widget.php:93 wppa-non-admin.php:957
3538
- msgid "There are no commented photos (yet)"
3539
- msgstr ""
3540
-
3541
- #: wppa-common-functions.php:616 wppa-functions.php:4825
3542
- #, php-format
3543
- msgid "%d second"
3544
- msgid_plural "%d seconds"
3545
- msgstr[0] "%d Sekunde"
3546
- msgstr[1] "%d Sekunden"
3547
-
3548
- #: wppa-common-functions.php:620 wppa-functions.php:4821
3549
- #: wppa-settings-autosave.php:6722 wppa-settings-autosave.php:6723
3550
- #, php-format
3551
- msgid "%d minute"
3552
- msgid_plural "%d minutes"
3553
- msgstr[0] "%d Minute"
3554
- msgstr[1] "%d Minuten"
3555
-
3556
- #: wppa-common-functions.php:624 wppa-functions.php:4817
3557
- #: wppa-settings-autosave.php:6724 wppa-settings-autosave.php:8141
3558
- #, php-format
3559
- msgid "%d hour"
3560
- msgid_plural "%d hours"
3561
- msgstr[0] "%d Stunde"
3562
- msgstr[1] "%d Stunden"
3563
-
3564
- #: wppa-common-functions.php:628 wppa-functions.php:4813
3565
- #: wppa-settings-autosave.php:6725 wppa-settings-autosave.php:8142
3566
- #: wppa-settings-autosave.php:8143 wppa-settings-autosave.php:8144
3567
- #: wppa-settings-autosave.php:8145 wppa-settings-autosave.php:8146
3568
- #: wppa-settings-autosave.php:8147 wppa-settings-autosave.php:8149
3569
- #: wppa-settings-autosave.php:8150 wppa-settings-autosave.php:8151
3570
- #: wppa-settings-autosave.php:9454
3571
- #, php-format
3572
- msgid "%d day"
3573
- msgid_plural "%d days"
3574
- msgstr[0] "%d Tag"
3575
- msgstr[1] "%d Tage"
3576
-
3577
- #: wppa-common-functions.php:632 wppa-functions.php:4809
3578
- #: wppa-settings-autosave.php:6726 wppa-settings-autosave.php:8148
3579
- #: wppa-settings-autosave.php:8152 wppa-settings-autosave.php:8153
3580
- #: wppa-settings-autosave.php:8154 wppa-settings-autosave.php:9455
3581
- #, php-format
3582
- msgid "%d week"
3583
- msgid_plural "%d weeks"
3584
- msgstr[0] "%d Woche"
3585
- msgstr[1] "%d Wochen"
3586
-
3587
- #: wppa-common-functions.php:636 wppa-settings-autosave.php:8155
3588
- #: wppa-settings-autosave.php:9456 wppa-settings-autosave.php:9457
3589
- #: wppa-settings-autosave.php:9458 wppa-settings-autosave.php:9459
3590
- #: wppa-settings-autosave.php:9460 wppa-settings-autosave.php:9462
3591
- #, php-format
3592
- msgid "%d month"
3593
- msgid_plural "%d months"
3594
- msgstr[0] "%d Monat"
3595
- msgstr[1] "%d Monate"
3596
-
3597
- #: wppa-common-functions.php:639 wppa-settings-autosave.php:9461
3598
- #: wppa-settings-autosave.php:9463
3599
- #, php-format
3600
- msgid "%d year"
3601
- msgid_plural "%d years"
3602
- msgstr[0] "%d Jahr"
3603
- msgstr[1] "%d Jahre"
3604
-
3605
- #: wppa-common-functions.php:1389
3606
- #, php-format
3607
- msgid ""
3608
- "Based on your server memory limit you should not upload images larger then "
3609
- "<strong>%d x %d (%2.1f MP)</strong>"
3610
- msgstr ""
3611
-
3612
- #: wppa-common-functions.php:1714
3613
- msgid "- select an album -"
3614
- msgstr ""
3615
-
3616
- #: wppa-common-functions.php:1726 wppa-items.php:483
3617
- #: wppa-multitag-widget.php:76 wppa-multitag-widget.php:84
3618
- #: wppa-slideshow-widget.php:199 wppa-tagcloud-widget.php:71
3619
- #: wppa-tagcloud-widget.php:79
3620
- msgid "--- all ---"
3621
- msgstr ""
3622
-
3623
- #: wppa-common-functions.php:1732
3624
- msgid "--- generic ---"
3625
- msgstr ""
3626
-
3627
- #: wppa-common-functions.php:1749
3628
- msgid "--- multiple see below ---"
3629
- msgstr ""
3630
-
3631
- #: wppa-common-functions.php:1755
3632
- msgid "--- a selection box ---"
3633
- msgstr ""
3634
-
3635
- #: wppa-common-functions.php:1806 wppa-import.php:1640 wppa-items.php:474
3636
- #: wppa-settings-autosave.php:8350 wppa-settings-autosave.php:8426
3637
- msgid "--- separate ---"
3638
- msgstr ""
3639
-
3640
- #: wppa-common-functions.php:1924
3641
- msgid "Photo id ="
3642
- msgstr ""
3643
-
3644
- #: wppa-common-functions.php:1924
3645
- msgid "Value ="
3646
- msgstr ""
3647
-
3648
- #: wppa-date-time.php:85 wppa-date-time.php:225
3649
- msgid "Jan"
3650
- msgstr ""
3651
-
3652
- #: wppa-date-time.php:85 wppa-date-time.php:225
3653
- msgid "Feb"
3654
- msgstr ""
3655
-
3656
- #: wppa-date-time.php:85 wppa-date-time.php:225
3657
- msgid "Mar"
3658
- msgstr ""
3659
-
3660
- #: wppa-date-time.php:85 wppa-date-time.php:225
3661
- msgid "Apr"
3662
- msgstr ""
3663
-
3664
- #: wppa-date-time.php:85 wppa-date-time.php:225
3665
- msgid "May"
3666
- msgstr ""
3667
-
3668
- #: wppa-date-time.php:85 wppa-date-time.php:225
3669
- msgid "Jun"
3670
- msgstr ""
3671
-
3672
- #: wppa-date-time.php:85 wppa-date-time.php:225
3673
- msgid "Jul"
3674
- msgstr ""
3675
-
3676
- #: wppa-date-time.php:85 wppa-date-time.php:225
3677
- msgid "Aug"
3678
- msgstr ""
3679
-
3680
- #: wppa-date-time.php:85 wppa-date-time.php:225
3681
- msgid "Sep"
3682
- msgstr ""
3683
-
3684
- #: wppa-date-time.php:85 wppa-date-time.php:225
3685
- msgid "Oct"
3686
- msgstr ""
3687
-
3688
- #: wppa-date-time.php:85 wppa-date-time.php:225
3689
- msgid "Nov"
3690
- msgstr ""
3691
-
3692
- #: wppa-date-time.php:85 wppa-date-time.php:225
3693
- msgid "Dec"
3694
- msgstr ""
3695
-
3696
- #: wppa-encrypt.php:139
3697
- msgid "Invalid photo identifier:"
3698
- msgstr ""
3699
-
3700
- #: wppa-encrypt.php:197
3701
- msgid "Invalid album identifier:"
3702
- msgstr ""
3703
-
3704
- #: wppa-exif-iptc-common.php:82 wppa-exif-iptc-common.php:161
3705
- msgid "n.a."
3706
- msgstr ""
3707
-
3708
- #: wppa-exif-iptc-common.php:239 wppa-utils.php:2522
3709
- msgid "Not Defined"
3710
- msgstr ""
3711
-
3712
- #: wppa-exif-iptc-common.php:240 wppa-utils.php:2523
3713
- msgid "Manual"
3714
- msgstr ""
3715
-
3716
- #: wppa-exif-iptc-common.php:241 wppa-utils.php:2524
3717
- msgid "Program AE"
3718
- msgstr ""
3719
-
3720
- #: wppa-exif-iptc-common.php:242 wppa-utils.php:2525
3721
- msgid "Aperture-priority AE"
3722
- msgstr ""
3723
-
3724
- #: wppa-exif-iptc-common.php:243 wppa-utils.php:2526
3725
- msgid "Shutter speed priority AE"
3726
- msgstr ""
3727
-
3728
- #: wppa-exif-iptc-common.php:244 wppa-utils.php:2527
3729
- msgid "Creative (Slow speed)"
3730
- msgstr ""
3731
-
3732
- #: wppa-exif-iptc-common.php:245 wppa-utils.php:2528
3733
- msgid "Action (High speed)"
3734
- msgstr ""
3735
-
3736
- #: wppa-exif-iptc-common.php:246 wppa-utils.php:2529
3737
- msgid "Portrait"
3738
- msgstr ""
3739
-
3740
- #: wppa-exif-iptc-common.php:247 wppa-utils.php:2530
3741
- msgid "Landscape"
3742
- msgstr ""
3743
-
3744
- #: wppa-exif-iptc-common.php:248 wppa-utils.php:2531
3745
- msgid "Bulb"
3746
- msgstr ""
3747
-
3748
- #: wppa-exif-iptc-common.php:270 wppa-utils.php:2532
3749
- msgid "Average"
3750
- msgstr ""
3751
-
3752
- #: wppa-exif-iptc-common.php:271 wppa-utils.php:2533
3753
- msgid "Center-weighted average"
3754
- msgstr ""
3755
-
3756
- #: wppa-exif-iptc-common.php:272 wppa-utils.php:2534
3757
- msgid "Spot"
3758
- msgstr ""
3759
-
3760
- #: wppa-exif-iptc-common.php:273 wppa-utils.php:2535
3761
- msgid "Multi-spot"
3762
- msgstr ""
3763
-
3764
- #: wppa-exif-iptc-common.php:274 wppa-utils.php:2536
3765
- msgid "Multi-segment"
3766
- msgstr ""
3767
-
3768
- #: wppa-exif-iptc-common.php:275 wppa-utils.php:2537
3769
- msgid "Partial"
3770
- msgstr ""
3771
-
3772
- #: wppa-exif-iptc-common.php:276 wppa-settings-autosave.php:5007
3773
- #: wppa-utils.php:2538
3774
- msgid "Other"
3775
- msgstr ""
3776
-
3777
- #: wppa-exif-iptc-common.php:312 wppa-utils.php:2539
3778
- msgid "No Flash"
3779
- msgstr ""
3780
-
3781
- #: wppa-exif-iptc-common.php:314 wppa-utils.php:2540
3782
- msgid "Fired"
3783
- msgstr ""
3784
-
3785
- #: wppa-exif-iptc-common.php:316 wppa-utils.php:2541
3786
- msgid "Fired, Return not detected"
3787
- msgstr ""
3788
-
3789
- #: wppa-exif-iptc-common.php:318 wppa-utils.php:2542
3790
- msgid "Fired, Return detected"
3791
- msgstr ""
3792
-
3793
- #: wppa-exif-iptc-common.php:320 wppa-utils.php:2543
3794
- msgid "On, Did not fire"
3795
- msgstr ""
3796
-
3797
- #: wppa-exif-iptc-common.php:322 wppa-utils.php:2544
3798
- msgid "On, Fired"
3799
- msgstr ""
3800
-
3801
- #: wppa-exif-iptc-common.php:324 wppa-utils.php:2545
3802
- msgid "On, Return not detected"
3803
- msgstr ""
3804
-
3805
- #: wppa-exif-iptc-common.php:326 wppa-utils.php:2546
3806
- msgid "On, Return detected"
3807
- msgstr ""
3808
-
3809
- #: wppa-exif-iptc-common.php:328 wppa-utils.php:2547
3810
- msgid "Off, Did not fire"
3811
- msgstr ""
3812
-
3813
- #: wppa-exif-iptc-common.php:330 wppa-utils.php:2548
3814
- msgid "Off, Did not fire, Return not detected"
3815
- msgstr ""
3816
-
3817
- #: wppa-exif-iptc-common.php:332 wppa-utils.php:2549
3818
- msgid "Auto, Did not fire"
3819
- msgstr ""
3820
-
3821
- #: wppa-exif-iptc-common.php:334 wppa-utils.php:2550
3822
- msgid "Auto, Fired"
3823
- msgstr ""
3824
-
3825
- #: wppa-exif-iptc-common.php:336 wppa-utils.php:2551
3826
- msgid "Auto, Fired, Return not detected"
3827
- msgstr ""
3828
-
3829
- #: wppa-exif-iptc-common.php:338 wppa-utils.php:2552
3830
- msgid "Auto, Fired, Return detected"
3831
- msgstr ""
3832
-
3833
- #: wppa-exif-iptc-common.php:340 wppa-utils.php:2553
3834
- msgid "No flash function"
3835
- msgstr ""
3836
-
3837
- #: wppa-exif-iptc-common.php:342 wppa-utils.php:2554
3838
- msgid "Off, No flash function"
3839
- msgstr ""
3840
-
3841
- #: wppa-exif-iptc-common.php:344 wppa-utils.php:2555
3842
- msgid "Fired, Red-eye reduction"
3843
- msgstr ""
3844
-
3845
- #: wppa-exif-iptc-common.php:346 wppa-utils.php:2556
3846
- msgid "Fired, Red-eye reduction, Return not detected"
3847
- msgstr ""
3848
-
3849
- #: wppa-exif-iptc-common.php:348 wppa-utils.php:2557
3850
- msgid "Fired, Red-eye reduction, Return detected"
3851
- msgstr ""
3852
-
3853
- #: wppa-exif-iptc-common.php:350 wppa-utils.php:2558
3854
- msgid "On, Red-eye reduction"
3855
- msgstr ""
3856
-
3857
- #: wppa-exif-iptc-common.php:352 wppa-utils.php:2559
3858
- msgid "Red-eye reduction, Return not detected"
3859
- msgstr ""
3860
-
3861
- #: wppa-exif-iptc-common.php:354 wppa-utils.php:2560
3862
- msgid "On, Red-eye reduction, Return detected"
3863
- msgstr ""
3864
-
3865
- #: wppa-exif-iptc-common.php:356 wppa-utils.php:2561
3866
- msgid "Off, Red-eye reduction"
3867
- msgstr ""
3868
-
3869
- #: wppa-exif-iptc-common.php:358 wppa-utils.php:2562
3870
- msgid "Auto, Did not fire, Red-eye reduction"
3871
- msgstr ""
3872
-
3873
- #: wppa-exif-iptc-common.php:360 wppa-utils.php:2563
3874
- msgid "Auto, Fired, Red-eye reduction"
3875
- msgstr ""
3876
-
3877
- #: wppa-exif-iptc-common.php:362 wppa-utils.php:2564
3878
- msgid "Auto, Fired, Red-eye reduction, Return not detected"
3879
- msgstr ""
3880
-
3881
- #: wppa-exif-iptc-common.php:364 wppa-utils.php:2565
3882
- msgid "Auto, Fired, Red-eye reduction, Return detected"
3883
- msgstr ""
3884
-
3885
- #: wppa-export.php:36
3886
- #, php-format
3887
- msgid "Photos will be exported to: <b>%s</b>."
3888
- msgstr ""
3889
-
3890
- #: wppa-export.php:37
3891
- msgid ""
3892
- "Export photos from album <span style=\"font-size:12px;\">(Including Album "
3893
- "information)</span>:"
3894
- msgstr ""
3895
-
3896
- #: wppa-export.php:66
3897
- msgid "Export"
3898
- msgstr ""
3899
-
3900
- #: wppa-export.php:81
3901
- msgid "Exporting...<br/>"
3902
- msgstr ""
3903
-
3904
- #: wppa-export.php:90
3905
- msgid "ok, <br/>Filling"
3906
- msgstr ""
3907
-
3908
- #: wppa-export.php:92
3909
- msgid "failed<br/>"
3910
- msgstr ""
3911
-
3912
- #: wppa-export.php:98
3913
- msgid ""
3914
- "Can export albums and photos, but cannot make a zipfile. Your php version is "
3915
- "< 5.2.7."
3916
- msgstr ""
3917
-
3918
- #: wppa-export.php:99
3919
- msgid ""
3920
- "Can export albums and photos, but cannot make a zipfile. Your php version "
3921
- "does not support ZipArchive."
3922
- msgstr ""
3923
-
3924
- #: wppa-export.php:109
3925
- msgid "<br/>Processing album"
3926
- msgstr ""
3927
-
3928
- #: wppa-export.php:130
3929
- msgid "done."
3930
- msgstr ""
3931
-
3932
- #: wppa-export.php:130
3933
- msgid "photos processed."
3934
- msgstr ""
3935
-
3936
- #: wppa-export.php:134
3937
- msgid "<br/>Done export albums."
3938
- msgstr ""
3939
-
3940
- #: wppa-export.php:137
3941
- msgid "Nothing to export"
3942
- msgstr ""
3943
-
3944
- #: wppa-export.php:141
3945
- msgid "<br/>Closing zip."
3946
- msgstr ""
3947
-
3948
- #: wppa-export.php:142
3949
- msgid "<br/>Deleting temp files."
3950
- msgstr ""
3951
-
3952
- #: wppa-export.php:151
3953
- msgid "<br/>Done!"
3954
- msgstr ""
3955
-
3956
- #: wppa-export.php:197 wppa-export.php:266
3957
- #, php-format
3958
- msgid "Cannot write to file %s."
3959
- msgstr ""
3960
-
3961
- #: wppa-export.php:211
3962
- msgid "Could not open album output file."
3963
- msgstr ""
3964
-
3965
- #: wppa-export.php:216
3966
- msgid "Could not read album data."
3967
- msgstr ""
3968
-
3969
- #: wppa-export.php:280
3970
- msgid "Could not open photo output file."
3971
- msgstr ""
3972
-
3973
- #: wppa-export.php:285
3974
- msgid "Could not read photo data."
3975
- msgstr ""
3976
-
3977
- #: wppa-featen-widget.php:14
3978
- msgid "WPPA+ Featured Photos"
3979
- msgstr ""
3980
-
3981
- #: wppa-featen-widget.php:15 wppa-featen-widget.php:171
3982
- msgid "Featured Photos"
3983
- msgstr ""
3984
-
3985
- #: wppa-featen-widget.php:115 wppa-non-admin.php:960
3986
- msgid "View the featured photos"
3987
- msgstr ""
3988
-
3989
- #: wppa-featen-widget.php:146 wppa-non-admin.php:962
3990
- msgid "There are no featured photos (yet)"
3991
- msgstr ""
3992
-
3993
- #: wppa-filter.php:504
3994
- #, php-format
3995
- msgid "Photo %d does not exist"
3996
- msgstr ""
3997
-
3998
- #: wppa-filter.php:508
3999
- msgid "Missing photo id"
4000
- msgstr ""
4001
-
4002
- #: wppa-functions.php:686
4003
- msgid "No related photos found."
4004
- msgstr ""
4005
-
4006
- #: wppa-functions.php:1060
4007
- #, php-format
4008
- msgid ""
4009
- "There are %s albums found. Only the first %s will be shown. Please refine "
4010
- "your search criteria."
4011
- msgstr ""
4012
-
4013
- #: wppa-functions.php:2136 wppa-links.php:801 wppa-links.php:818
4014
- #: wppa-thumbnails.php:671
4015
- msgid "Are you sure you want to remove this photo?"
4016
- msgstr ""
4017
-
4018
- #: wppa-functions.php:2154 wppa-thumbnails.php:652
4019
- msgid "Are you sure you want to add this photo to your zip?"
4020
- msgstr ""
4021
-
4022
- #: wppa-functions.php:2157 wppa-thumbnails.php:655
4023
- msgid "MyChoice"
4024
- msgstr ""
4025
-
4026
- #: wppa-functions.php:2249
4027
- #, php-format
4028
- msgid "%d dislike"
4029
- msgid_plural "%d dislikes"
4030
- msgstr[0] "%d Abneigung"
4031
- msgstr[1] "%d Abneigungen"
4032
-
4033
- #: wppa-functions.php:2251
4034
- msgid "including mine"
4035
- msgstr ""
4036
-
4037
- #: wppa-functions.php:2351
4038
- msgid "Comment edited"
4039
- msgstr ""
4040
-
4041
- #: wppa-functions.php:2362
4042
- msgid "Photo comment"
4043
- msgstr ""
4044
-
4045
- #: wppa-functions.php:2379
4046
- msgid "Comment on photo:"
4047
- msgstr ""
4048
-
4049
- #: wppa-functions.php:2394
4050
- msgid "wrote on photo"
4051
- msgstr ""
4052
-
4053
- #: wppa-functions.php:2398
4054
- msgid "Moderate comment admin"
4055
- msgstr ""
4056
-
4057
- #: wppa-functions.php:2401 wppa-functions.php:4625 wppa-import.php:1559
4058
- #: wppa-upload.php:607
4059
- msgid "Moderate manage photo"
4060
- msgstr ""
4061
-
4062
- #: wppa-functions.php:2415
4063
- msgid "You receive this email as you are assigned to moderate"
4064
- msgstr ""
4065
-
4066
- #: wppa-functions.php:2427
4067
- msgid "You receive this email as administrator of the site"
4068
- msgstr ""
4069
-
4070
- #: wppa-functions.php:2444
4071
- msgid "You receive this email as uploader of the photo"
4072
- msgstr ""
4073
-
4074
- #: wppa-functions.php:2461
4075
- msgid "You receive this email as owner of the album"
4076
- msgstr ""
4077
-
4078
- #: wppa-functions.php:2478
4079
- msgid "You receive this email because you commented this photo earlier."
4080
- msgstr ""
4081
-
4082
- #: wppa-functions.php:2504
4083
- msgid "Comment added"
4084
- msgstr ""
4085
-
4086
- #: wppa-functions.php:2510
4087
- msgid ""
4088
- "Sorry, you gave a wrong answer.\\n\\nPlease try again to solve the "
4089
- "computation."
4090
- msgstr ""
4091
-
4092
- #: wppa-functions.php:2521
4093
- msgid "Could not process comment.\\nProbably timed out."
4094
- msgstr ""
4095
-
4096
- #: wppa-functions.php:2648 wppa-links.php:1674
4097
- msgid "A video can not be printed or downloaded"
4098
- msgstr ""
4099
-
4100
- #: wppa-functions.php:3154
4101
- msgid "ERROR: Illegal attempt to enter a rating."
4102
- msgstr ""
4103
-
4104
- #: wppa-functions.php:3167
4105
- msgid "ERROR: Illegal attempt to enter a comment."
4106
- msgstr ""
4107
-
4108
- #: wppa-functions.php:4143
4109
- msgid "ERROR: Illegal attempt to create an album."
4110
- msgstr ""
4111
-
4112
- #: wppa-functions.php:4151
4113
- msgid "Wrong captcha, please try again"
4114
- msgstr ""
4115
-
4116
- #: wppa-functions.php:4167
4117
- #, php-format
4118
- msgid "Album #%s created"
4119
- msgstr ""
4120
-
4121
- #: wppa-functions.php:4173
4122
- msgid "Could not create album"
4123
- msgstr ""
4124
-
4125
- #: wppa-functions.php:4185
4126
- msgid "ERROR: Illegal attempt to upload a file."
4127
- msgstr ""
4128
-
4129
- #: wppa-functions.php:4269
4130
- #, php-format
4131
- msgid "%d photo successfully uploaded"
4132
- msgid_plural "%d photos successfully uploaded"
4133
- msgstr[0] "%d Foto erfolgreich hochgeladen"
4134
- msgstr[1] "%d Fotos erfolgreich hochgeladen"
4135
-
4136
- #: wppa-functions.php:4274
4137
- msgid "Photo upload"
4138
- msgstr ""
4139
-
4140
- #: wppa-functions.php:4278
4141
- #, php-format
4142
- msgid "%s points added"
4143
- msgstr ""
4144
-
4145
- #: wppa-functions.php:4284
4146
- msgid "Your post is awaiting moderation."
4147
- msgstr ""
4148
-
4149
- #: wppa-functions.php:4287
4150
- msgid "Your post is published."
4151
- msgstr ""
4152
-
4153
- #: wppa-functions.php:4295
4154
- msgid "Upload failed"
4155
- msgstr ""
4156
-
4157
- #: wppa-functions.php:4298
4158
- #, php-format
4159
- msgid "%d upload failed"
4160
- msgid_plural "%d uploads failed"
4161
- msgstr[0] "%d Hochladung fehlgeschlagen"
4162
- msgstr[1] "%d Hochladungen fehlgeschlagen"
4163
-
4164
- #: wppa-functions.php:4395
4165
- msgid "Error during upload"
4166
- msgstr ""
4167
-
4168
- #: wppa-functions.php:4451
4169
- msgid "Could not insert media into db."
4170
- msgstr ""
4171
-
4172
- #: wppa-functions.php:4491
4173
- msgid "Uploaded file is not an image"
4174
- msgstr ""
4175
-
4176
- #: wppa-functions.php:4497
4177
- #, php-format
4178
- msgid "Only gif, jpg and png image files are supported. Returned info = %s."
4179
- msgstr ""
4180
-
4181
- #: wppa-functions.php:4505
4182
- #, php-format
4183
- msgid "Uploaded file is smaller than the allowed minimum of %d x %d pixels."
4184
- msgstr ""
4185
-
4186
- #: wppa-functions.php:4514
4187
- #, php-format
4188
- msgid "Uploaded file is larger than the allowed maximum of %d x %d pixels."
4189
- msgstr ""
4190
-
4191
- #: wppa-functions.php:4522
4192
- #, php-format
4193
- msgid "Uploaded file %s already exists in this album."
4194
- msgstr ""
4195
-
4196
- #: wppa-functions.php:4532
4197
- #, php-format
4198
- msgid "The image is too big. Max photo size: %d x %d (%2.1f MegaPixel)"
4199
- msgstr ""
4200
-
4201
- #: wppa-functions.php:4575
4202
- msgid "Could not insert photo into db."
4203
- msgstr ""
4204
-
4205
- #: wppa-functions.php:4621 wppa-import.php:1555 wppa-upload.php:603
4206
- #, php-format
4207
- msgid "New photo uploaded: %s"
4208
- msgstr ""
4209
-
4210
- #: wppa-functions.php:4622 wppa-import.php:1556 wppa-upload.php:604
4211
- #, php-format
4212
- msgid "User %1$s uploaded photo %2$s into album %3$s"
4213
- msgstr ""
4214
-
4215
- #: wppa-functions.php:4624 wppa-import.php:1558 wppa-upload.php:606
4216
- msgid "This upload requires moderation"
4217
- msgstr ""
4218
-
4219
- #: wppa-functions.php:4628 wppa-import.php:1562 wppa-upload.php:610
4220
- msgid "Details:"
4221
- msgstr ""
4222
-
4223
- #: wppa-functions.php:4629 wppa-import.php:1563 wppa-upload.php:611
4224
- #: wppa-utils.php:823 wppa-utils.php:835
4225
- msgid "Manage photo"
4226
- msgstr ""
4227
-
4228
- #: wppa-functions.php:4806
4229
- msgid "You can upload after"
4230
- msgstr ""
4231
-
4232
- #: wppa-functions.php:4850 wppa-functions.php:4854 wppa-functions.php:4861
4233
- #: wppa-functions.php:4865 wppa-links.php:1259 wppa-non-admin.php:880
4234
- #: wppa-settings-autosave.php:9874 wppa-settings-autosave.php:9886
4235
- #: wppa-settings-autosave.php:9898 wppa-settings-autosave.php:9910
4236
- #: wppa-settings-autosave.php:9922 wppa-settings-autosave.php:9934
4237
- #: wppa-settings-autosave.php:9946 wppa-settings-autosave.php:9958
4238
- msgid "Download"
4239
- msgstr ""
4240
-
4241
- #: wppa-functions.php:4915
4242
- msgid "Zoom in"
4243
- msgstr ""
4244
-
4245
- #: wppa-functions.php:4946
4246
- #, php-format
4247
- msgid "You can vote again after %s days, %s hours, %s minutes and %s seconds"
4248
- msgstr ""
4249
-
4250
- #: wppa-functions.php:4949
4251
- #, php-format
4252
- msgid "You can vote again after %s hours, %s minutes and %s seconds"
4253
- msgstr ""
4254
-
4255
- #: wppa-functions.php:4952
4256
- #, php-format
4257
- msgid "You can vote again after %s minutes and %s seconds"
4258
- msgstr ""
4259
-
4260
- #: wppa-gp-widget.php:15
4261
- msgid "WPPA+ General purpose widget"
4262
- msgstr ""
4263
-
4264
- #: wppa-gp-widget.php:16 wppa-gp-widget.php:31 wppa-gp-widget.php:83
4265
- msgid "WPPA+ Text"
4266
- msgstr ""
4267
-
4268
- #: wppa-gp-widget.php:91
4269
- msgid ""
4270
- "Enter the content just like a normal text widget. This widget will "
4271
- "interprete [wppa] shortcodes."
4272
- msgstr ""
4273
-
4274
- #: wppa-gp-widget.php:92
4275
- #, php-format
4276
- msgid "Don't forget size=\"%s\""
4277
- msgstr ""
4278
-
4279
- #: wppa-gp-widget.php:98
4280
- msgid "Automatically add paragraphs"
4281
- msgstr ""
4282
-
4283
- #: wppa-gp-widget.php:102
4284
- msgid "Show to logged in users only"
4285
- msgstr ""
4286
-
4287
- #: wppa-help.php:16
4288
- #, php-format
4289
- msgid "You will find all information and examples on the new %s%s%s site"
4290
- msgstr ""
4291
-
4292
- #: wppa-help.php:16
4293
- msgid "Docs & Demos"
4294
- msgstr ""
4295
-
4296
- #: wppa-help.php:18
4297
- msgid "About and credits"
4298
- msgstr ""
4299
-
4300
- #: wppa-help.php:20
4301
- msgid ""
4302
- "WP Photo Album Plus is extended with many new features and is maintained by "
4303
- "J.N. Breetvelt, a.k.a. OpaJaap"
4304
- msgstr ""
4305
-
4306
- #: wppa-help.php:21
4307
- msgid "Thanx to R.J. Kaplan for WP Photo Album 1.5.1."
4308
- msgstr ""
4309
-
4310
- #: wppa-help.php:22
4311
- msgid "Thanx to E.S. Rosenberg for programming tips on security issues."
4312
- msgstr ""
4313
-
4314
- #: wppa-help.php:23
4315
- msgid "Thanx to Pavel &#352;orejs for the Numbar code."
4316
- msgstr ""
4317
-
4318
- #: wppa-help.php:24
4319
- msgid ""
4320
- "Thanx to the users who reported bugs and asked for enhancements. Without "
4321
- "them WPPA should not have been what it is now!"
4322
- msgstr ""
4323
-
4324
- #: wppa-help.php:27
4325
- msgid "Licence"
4326
- msgstr ""
4327
-
4328
- #: wppa-help.php:29
4329
- msgid "WP Photo Album is released under the"
4330
- msgstr ""
4331
-
4332
- #: wppa-help.php:29
4333
- msgid "licence."
4334
- msgstr ""
4335
-
4336
- #: wppa-import.php:159
4337
- msgid "Failed!"
4338
- msgstr ""
4339
-
4340
- #: wppa-import.php:251
4341
- msgid "Select Local or Remote"
4342
- msgstr ""
4343
-
4344
- #: wppa-import.php:254
4345
- msgid "Local"
4346
- msgstr ""
4347
-
4348
- #: wppa-import.php:255
4349
- msgid "Remote"
4350
- msgstr ""
4351
-
4352
- #: wppa-import.php:263
4353
- msgid "Set Local/Remote"
4354
- msgstr ""
4355
-
4356
- #: wppa-import.php:268
4357
- msgid ""
4358
- "The server does not allow you to import from remote locations. ( The php "
4359
- "directive allow_url_fopen is not set to 1 )"
4360
- msgstr ""
4361
-
4362
- #: wppa-import.php:271
4363
- msgid ""
4364
- "The server does not allow you to import from remote locations. ( The curl "
4365
- "functions are not set up )"
4366
- msgstr ""
4367
-
4368
- #: wppa-import.php:281
4369
- msgid "Import photos from:"
4370
- msgstr ""
4371
-
4372
- #: wppa-import.php:293
4373
- msgid "Set source directory"
4374
- msgstr ""
4375
-
4376
- #: wppa-import.php:306
4377
- msgid "Max:"
4378
- msgstr ""
4379
-
4380
- #: wppa-import.php:318
4381
- msgid "Find remote photos"
4382
- msgstr ""
4383
-
4384
- #: wppa-import.php:321
4385
- msgid "Working, please wait..."
4386
- msgstr ""
4387
-
4388
- #: wppa-import.php:324
4389
- msgid ""
4390
- "You can enter either a web page address like <i>http://mysite.com/mypage/</"
4391
- "i> or a full url to an image file like <i>http://mysite.com/wp-content/"
4392
- "uploads/wppa/4711.jpg</i>"
4393
- msgstr ""
4394
-
4395
- #: wppa-import.php:337 wppa-upload.php:154
4396
- msgid "No albums exist. You must"
4397
- msgstr ""
4398
-
4399
- #: wppa-import.php:339 wppa-upload.php:156
4400
- msgid "create one"
4401
- msgstr ""
4402
-
4403
- #: wppa-import.php:341
4404
- msgid "beofre you can upload your photos."
4405
- msgstr ""
4406
-
4407
- #: wppa-import.php:362
4408
- #, php-format
4409
- msgid "There is %d zipfile in the depot"
4410
- msgid_plural "There are %d zipfiles in the depot"
4411
- msgstr[0] "Es gibt %d zipfile im Depot"
4412
- msgstr[1] "Es gibt %d zipfiles im Depot"
4413
-
4414
- #: wppa-import.php:375 wppa-import.php:452 wppa-import.php:604
4415
- #: wppa-import.php:858 wppa-import.php:965 wppa-import.php:1057
4416
- #: wppa-import.php:1138
4417
- msgid "Check/uncheck all"
4418
- msgstr ""
4419
-
4420
- #: wppa-import.php:388
4421
- msgid "Delete after successful extraction."
4422
- msgstr ""
4423
-
4424
- #: wppa-import.php:439
4425
- #, php-format
4426
- msgid "There is %d albumdefinition in the depot"
4427
- msgid_plural "There are %d albumdefinitions in the depot"
4428
- msgstr[0] "Es gibt %d albumdefinition im Depot"
4429
- msgstr[1] "Es gibt %d albumdefinitionen im Depot"
4430
-
4431
- #: wppa-import.php:465
4432
- msgid ""
4433
- "Remove from depot after successful import, or if the album already exists."
4434
- msgstr ""
4435
-
4436
- #: wppa-import.php:522
4437
- #, php-format
4438
- msgid "There is %d photo in the ngg gallery"
4439
- msgid_plural "There are %d photos in the ngg gallery"
4440
- msgstr[0] "Es gibt %d Foto in der Galerie ngg"
4441
- msgstr[1] "Es gibt %d Fotos in der Galerie ngg"
4442
-
4443
- #: wppa-import.php:525
4444
- #, php-format
4445
- msgid "There is %d photo in the depot"
4446
- msgid_plural "There are %d photos in the depot"
4447
- msgstr[0] "Es gibt %d Foto im Depot"
4448
- msgstr[1] "Es gibt %d Fotos im Depot"
4449
-
4450
- #: wppa-import.php:531
4451
- #, php-format
4452
- msgid "There is %d possible photo found remote"
4453
- msgid_plural "There are %d possible photos found remote"
4454
- msgstr[0] "Es gibt %d möglich Foto vorhanden Fern"
4455
- msgstr[1] "Es gibt %d möglich Fotos vorhanden Fern"
4456
-
4457
- #: wppa-import.php:536
4458
- msgid "Photos will be downsized during import."
4459
- msgstr ""
4460
-
4461
- #: wppa-import.php:545
4462
- msgid "Default album for import:"
4463
- msgstr ""
4464
-
4465
- #: wppa-import.php:554
4466
- msgid ""
4467
- "Photos that have (<em>name</em>)[<em>album</em>] will be imported by that "
4468
- "<em>name</em> in that <em>album</em>."
4469
- msgstr ""
4470
-
4471
- #: wppa-import.php:575
4472
- msgid "Delay"
4473
- msgstr ""
4474
-
4475
- #: wppa-import.php:620 wppa-import.php:872 wppa-import.php:981
4476
- #: wppa-import.php:1151
4477
- msgid "Remove from depot after successful import."
4478
- msgstr ""
4479
-
4480
- #: wppa-import.php:631
4481
- msgid "Remove from depot after failed import."
4482
- msgstr ""
4483
-
4484
- #: wppa-import.php:649
4485
- msgid "Import into album"
4486
- msgstr ""
4487
-
4488
- #: wppa-import.php:652
4489
- msgid "The album will be created if it does not exist"
4490
- msgstr ""
4491
-
4492
- #: wppa-import.php:664
4493
- msgid "Use backup if available"
4494
- msgstr ""
4495
-
4496
- #: wppa-import.php:680
4497
- msgid "Update existing photos"
4498
- msgstr ""
4499
-
4500
- #: wppa-import.php:705
4501
- msgid "Do not create duplicates"
4502
- msgstr ""
4503
-
4504
- #: wppa-import.php:721
4505
- msgid "Zoom previews"
4506
- msgstr ""
4507
-
4508
- #: wppa-import.php:827
4509
- #, php-format
4510
- msgid "There is %d video in the depot"
4511
- msgid_plural "There are %d videos in the depot"
4512
- msgstr[0] "Es gibt %d Video im Depot"
4513
- msgstr[1] "Es gibt %d Videos im Depot"
4514
-
4515
- #: wppa-import.php:833 wppa-import.php:940
4516
- msgid "Album to import to:"
4517
- msgstr ""
4518
-
4519
- #: wppa-import.php:874
4520
- msgid "Files larger than 64MB will always be removed after successful import."
4521
- msgstr ""
4522
-
4523
- #: wppa-import.php:934
4524
- #, php-format
4525
- msgid "There is %d audio in the depot"
4526
- msgid_plural "There are %d audios in the depot"
4527
- msgstr[0] "Es gibt %d Audio im Depot"
4528
- msgstr[1] "Es gibt %d Audios im Depot"
4529
-
4530
- #: wppa-import.php:1040
4531
- #, php-format
4532
- msgid "There is %d albumdirectory in the depot"
4533
- msgid_plural "There are %d albumdirectories in the depot"
4534
- msgstr[0] "Es gibt %d albumdirectory im Depot"
4535
- msgstr[1] "Es gibt %d albumdirectories im Depot"
4536
-
4537
- #: wppa-import.php:1098
4538
- #, php-format
4539
- msgid "Contains %d file"
4540
- msgid_plural "Contains %d files"
4541
- msgstr[0] "Enthält %d Datei"
4542
- msgstr[1] "Enthält %d Datei"
4543
-
4544
- #: wppa-import.php:1101
4545
- #, php-format
4546
- msgid "and %d subdirectory"
4547
- msgid_plural "and %d subdirectories"
4548
- msgstr[0] "und %d Unterverzeichnis"
4549
- msgstr[1] "und %d Unterverzeichnisse"
4550
-
4551
- #: wppa-import.php:1121
4552
- #, php-format
4553
- msgid "There is %d .csv file in the depot"
4554
- msgid_plural "There are %d .csv files in the depot"
4555
- msgstr[0] "Es gibt %d CSV-Datei im Depot"
4556
- msgstr[1] "Es gibt %d CSV-Datei im Depot"
4557
-
4558
- #: wppa-import.php:1341
4559
- msgid "Start Ajax Import"
4560
- msgstr ""
4561
-
4562
- #: wppa-import.php:1342
4563
- msgid "Stop Ajax Import"
4564
- msgstr ""
4565
-
4566
- #: wppa-import.php:1350
4567
- msgid "There are no importable files found in directory:"
4568
- msgstr ""
4569
-
4570
- #: wppa-import.php:1353
4571
- msgid "There are no photos found or left to process at url:"
4572
- msgstr ""
4573
-
4574
- #: wppa-import.php:1357
4575
- msgid "You can import the following file types:"
4576
- msgstr ""
4577
-
4578
- #: wppa-import.php:1361
4579
- msgid "Compressed file types: .zip"
4580
- msgstr ""
4581
-
4582
- #: wppa-import.php:1365
4583
- msgid "Photo file types:"
4584
- msgstr ""
4585
-
4586
- #: wppa-import.php:1372
4587
- msgid "Video file types:"
4588
- msgstr ""
4589
-
4590
- #: wppa-import.php:1379
4591
- msgid "Audio file types:"
4592
- msgstr ""
4593
-
4594
- #: wppa-import.php:1385
4595
- msgid "WPPA+ file types: .amf .pmf"
4596
- msgstr ""
4597
-
4598
- #: wppa-import.php:1387
4599
- msgid "Directories with optional subdirs containig photos"
4600
- msgstr ""
4601
-
4602
- #: wppa-import.php:1389
4603
- msgid "Custom data files of type .csv"
4604
- msgstr ""
4605
-
4606
- #: wppa-import.php:1391
4607
- msgid "Your depot directory is:"
4608
- msgstr ""
4609
-
4610
- #: wppa-import.php:1395
4611
- msgid "Trying to continue..."
4612
- msgstr ""
4613
-
4614
- #: wppa-import.php:1648
4615
- msgid "Unknown parent album:"
4616
- msgstr ""
4617
-
4618
- #: wppa-import.php:1648
4619
- msgid "--- none --- used."
4620
- msgstr "--- keine --- benutzt."
4621
-
4622
- #: wppa-import.php:1708
4623
- #, php-format
4624
- msgid "This album has been converted from ngg gallery %s"
4625
- msgstr ""
4626
-
4627
- #: wppa-import.php:1726
4628
- msgid "Processing files, please wait..."
4629
- msgstr ""
4630
-
4631
- #: wppa-import.php:1726
4632
- msgid ""
4633
- "If the line of dots stops growing or your browser reports Ready, your server "
4634
- "has given up. In that case: try again"
4635
- msgstr ""
4636
-
4637
- #: wppa-import.php:1726
4638
- msgid "here."
4639
- msgstr ""
4640
-
4641
- #: wppa-import.php:1853
4642
- #, php-format
4643
- msgid "Photo %s already exists in album %s. (1)"
4644
- msgstr ""
4645
-
4646
- #: wppa-import.php:1854
4647
- msgid "Duplicate"
4648
- msgstr ""
4649
-
4650
- #: wppa-import.php:1873 wppa-upload.php:549 wppa-upload.php:583
4651
- msgid "Error inserting photo"
4652
- msgstr ""
4653
-
4654
- #: wppa-import.php:1881
4655
- #, php-format
4656
- msgid "Error inserting photo %s, unknown or non existent album."
4657
- msgstr ""
4658
-
4659
- #: wppa-import.php:1889
4660
- #, php-format
4661
- msgid "Time out. %s photos imported. Please restart this operation."
4662
- msgstr ""
4663
-
4664
- #: wppa-import.php:1923 wppa-import.php:1995
4665
- msgid "Unknown album"
4666
- msgstr ""
4667
-
4668
- #: wppa-import.php:1985
4669
- #, php-format
4670
- msgid "Error inserting video %s, unknown or non existent album."
4671
- msgstr ""
4672
-
4673
- #: wppa-import.php:2046
4674
- #, php-format
4675
- msgid "Error inserting audio %s, unknown or non existent album."
4676
- msgstr ""
4677
-
4678
- #: wppa-import.php:2062
4679
- msgid "Custom datafields enabled"
4680
- msgstr ""
4681
-
4682
- #: wppa-import.php:2132
4683
- msgid "Only administrators are allowed to import db table data."
4684
- msgstr ""
4685
-
4686
- #: wppa-import.php:2139 wppa-import.php:2140
4687
- msgid "Processing db table"
4688
- msgstr ""
4689
-
4690
- #: wppa-import.php:2143 wppa-import.php:2144
4691
- msgid "Processing"
4692
- msgstr ""
4693
-
4694
- #: wppa-import.php:2154
4695
- msgid "Can not open file. Can not continue. (1)"
4696
- msgstr ""
4697
-
4698
- #: wppa-import.php:2159
4699
- msgid "Can not open file. Can not continue. (2)"
4700
- msgstr ""
4701
-
4702
- #: wppa-import.php:2166
4703
- msgid "Can not read header. Can not continue."
4704
- msgstr ""
4705
-
4706
- #: wppa-import.php:2171
4707
- msgid "Read header:"
4708
- msgstr ""
4709
-
4710
- #: wppa-import.php:2199 wppa-import.php:2291
4711
- msgid "Invalid header. Can not continue."
4712
- msgstr ""
4713
-
4714
- #: wppa-import.php:2300
4715
- msgid "Invalid header. First item must be 'name', 'photoname' or 'filename'"
4716
- msgstr ""
4717
-
4718
- #: wppa-import.php:2307
4719
- msgid ""
4720
- "Invalid header. First item must be 'filename' when importing system data "
4721
- "fields"
4722
- msgstr ""
4723
-
4724
- #: wppa-import.php:2314
4725
- msgid "All available custom data fields are in use. There is no space for"
4726
- msgstr ""
4727
-
4728
- #: wppa-import.php:2325
4729
- #, php-format
4730
- msgid "New caption %s added."
4731
- msgstr ""
4732
-
4733
- #: wppa-import.php:2355
4734
- msgid "Read data:"
4735
- msgstr ""
4736
-
4737
- #: wppa-import.php:2398
4738
- msgid "Album does not exist"
4739
- msgstr ""
4740
-
4741
- #: wppa-import.php:2441
4742
- msgid "Timestamp out of range"
4743
- msgstr ""
4744
-
4745
- #: wppa-import.php:2537
4746
- msgid "Done processing files."
4747
- msgstr ""
4748
-
4749
- #: wppa-import.php:2540
4750
- msgid "No files to import."
4751
- msgstr ""
4752
-
4753
- #: wppa-import.php:2544
4754
- msgid "Zipfiles extracted."
4755
- msgstr ""
4756
-
4757
- #: wppa-import.php:2545
4758
- msgid "Albums created."
4759
- msgstr ""
4760
-
4761
- #: wppa-import.php:2546
4762
- msgid "Directory to album imports."
4763
- msgstr ""
4764
-
4765
- #: wppa-import.php:2547
4766
- #, php-format
4767
- msgid "With total %s photos."
4768
- msgstr ""
4769
-
4770
- #: wppa-import.php:2550
4771
- msgid "Photos updated"
4772
- msgstr ""
4773
-
4774
- #: wppa-import.php:2552
4775
- #, php-format
4776
- msgid "to %s locations"
4777
- msgstr ""
4778
-
4779
- #: wppa-import.php:2556
4780
- msgid "single photos imported."
4781
- msgstr ""
4782
-
4783
- #: wppa-import.php:2559
4784
- msgid "Videos imported."
4785
- msgstr ""
4786
-
4787
- #: wppa-import.php:2562
4788
- msgid "Audios imported."
4789
- msgstr ""
4790
-
4791
- #: wppa-import.php:2565
4792
- msgid "CSVs imported,"
4793
- msgstr ""
4794
-
4795
- #: wppa-import.php:2566
4796
- msgid "items processed."
4797
- msgstr ""
4798
-
4799
- #: wppa-import.php:2567
4800
- msgid "items skipped."
4801
- msgstr ""
4802
-
4803
- #: wppa-import.php:2575
4804
- #, php-format
4805
- msgid "Value %s is not valid for %s."
4806
- msgstr ""
4807
-
4808
- #: wppa-import.php:2579
4809
- msgid "This value is ignored."
4810
- msgstr ""
4811
-
4812
- #: wppa-import.php:2706
4813
- msgid "Error: unexpected fgets() fail in wppa_get_meta_data()."
4814
- msgstr ""
4815
-
4816
- #: wppa-import.php:2727
4817
- msgid "Class ZipArchive does not exist! Check your php configuration"
4818
- msgstr ""
4819
-
4820
- #: wppa-import.php:2757
4821
- #, php-format
4822
- msgid ""
4823
- "File %s is of an unsupported filetype and has been ignored during extraction."
4824
- msgstr ""
4825
-
4826
- #: wppa-import.php:2763
4827
- #, php-format
4828
- msgid "Zipfile %s processed. %s files extracted, %s files skipped."
4829
- msgstr ""
4830
-
4831
- #: wppa-import.php:2766
4832
- msgid "Failed to extract"
4833
- msgstr ""
4834
-
4835
- #: wppa-import.php:2832
4836
- #, php-format
4837
- msgid "Page <a href=\"%s\" target=\"_blank\" >%s</a> created."
4838
- msgstr ""
4839
-
4840
- #: wppa-import.php:2836
4841
- msgid "Could not create page."
4842
- msgstr ""
4843
-
4844
- #: wppa-import.php:2951
4845
- msgid "--- My depot --- "
4846
- msgstr ""
4847
-
4848
- #: wppa-import.php:2960
4849
- msgid "--- Ngg Galleries --- "
4850
- msgstr ""
4851
-
4852
- #: wppa-init.php:197
4853
- msgid ""
4854
- "</strong><h3>WP Photo ALbum Plus Error message</h3>This is a multi site "
4855
- "installation. One of the following 3 lines must be entered in wp-config.php:"
4856
- msgstr ""
4857
-
4858
- #: wppa-init.php:198
4859
- msgid ""
4860
- "<br /><br /><b>define( 'WPPA_MULTISITE_INDIVIDUAL', true );</b> <small>// "
4861
- "Multisite WP 3.5 or later with every site its own albums and photos</small>"
4862
- msgstr ""
4863
-
4864
- #: wppa-init.php:199
4865
- msgid ""
4866
- "<br /><b>define( 'WPPA_MULTISITE_BLOGSDIR', true );</b> <small>// Multisite "
4867
- "prior to WP 3.5 with every site its own albums and photos</small>"
4868
- msgstr ""
4869
-
4870
- #: wppa-init.php:200
4871
- msgid ""
4872
- "<br /><b>define( 'WPPA_MULTISITE_GLOBAL', true );</b> <small>// Multisite "
4873
- "with one common set of albums and photos</small>"
4874
- msgstr ""
4875
-
4876
- #: wppa-init.php:201
4877
- msgid ""
4878
- "<br /><br />For more information see: <a href=\"https://wordpress.org/"
4879
- "plugins/wp-photo-album-plus/faq/\">the faq</a>"
4880
- msgstr ""
4881
-
4882
- #: wppa-init.php:202
4883
- msgid ""
4884
- "<br /><br /><em>If you upload photos, they will be placed in the wrong "
4885
- "location and will not be visible for visitors!</em><strong>"
4886
- msgstr ""
4887
-
4888
- #: wppa-init.php:281
4889
- msgid ""
4890
- "The avarage ratings need to be recalculated. Please run <i>Photo Albums -> "
4891
- "Settings</i> admin page <i>Table VIII-A5</i>"
4892
- msgstr ""
4893
-
4894
- #: wppa-init.php:286
4895
- msgid "Please finish setting up WP Photo ALbum Plus on"
4896
- msgstr ""
4897
-
4898
- #: wppa-init.php:286
4899
- msgid "this page"
4900
- msgstr ""
4901
-
4902
- #: wppa-init.php:309
4903
- msgid ""
4904
- "</strong>The tags system needs to be converted. Please run <b>Photo Albums -"
4905
- "> Settings</b> admin page <b>Table VIII-B16</b><strong>"
4906
- msgstr ""
4907
-
4908
- #: wppa-init.php:331
4909
- msgid ""
4910
- "</strong>The cats system needs to be converted. Please run <b>Photo Albums -"
4911
- "> Settings</b> admin page <b>Table VIII-B17</b><strong>"
4912
- msgstr ""
4913
-
4914
- #: wppa-init.php:357
4915
- #, php-format
4916
- msgid ""
4917
- "WPPA scripts will no longer be supported in version 6.6. Please convert the "
4918
- "%%wppa%% scripts to [wppa][/wppa] shortcodes before upgrading to version 6.6."
4919
- msgstr ""
4920
-
4921
- #: wppa-init.php:359
4922
- msgid "WPPA scripts found in the following Pages / Posts"
4923
- msgstr ""
4924
-
4925
- #: wppa-init.php:378
4926
- #, php-format
4927
- msgid "For more information see the %s documentation page"
4928
- msgstr ""
4929
-
4930
- #: wppa-items.php:281 wppa-thumbnails.php:1968
4931
- msgid "Gold medal"
4932
- msgstr ""
4933
-
4934
- #: wppa-items.php:281 wppa-photo-admin-autosave.php:846
4935
- #: wppa-photo-admin-autosave.php:873 wppa-photo-admin-autosave.php:2407
4936
- #: wppa-photo-admin-autosave.php:2626 wppa-photo-admin-autosave.php:2637
4937
- #: wppa-potd-admin.php:228
4938
- msgid "Gold"
4939
- msgstr ""
4940
-
4941
- #: wppa-items.php:282 wppa-thumbnails.php:1969
4942
- msgid "Silver medal"
4943
- msgstr ""
4944
-
4945
- #: wppa-items.php:282 wppa-photo-admin-autosave.php:849
4946
- #: wppa-photo-admin-autosave.php:874 wppa-photo-admin-autosave.php:2408
4947
- #: wppa-photo-admin-autosave.php:2627 wppa-photo-admin-autosave.php:2638
4948
- #: wppa-potd-admin.php:229
4949
- msgid "Silver"
4950
- msgstr ""
4951
-
4952
- #: wppa-items.php:283 wppa-thumbnails.php:1970
4953
- msgid "Bronze medal"
4954
- msgstr ""
4955
-
4956
- #: wppa-items.php:283 wppa-photo-admin-autosave.php:852
4957
- #: wppa-photo-admin-autosave.php:875 wppa-photo-admin-autosave.php:2409
4958
- #: wppa-photo-admin-autosave.php:2628 wppa-photo-admin-autosave.php:2639
4959
- #: wppa-potd-admin.php:230
4960
- msgid "Bronze"
4961
- msgstr ""
4962
-
4963
- #: wppa-items.php:368 wppa-items.php:669 wppa-settings-autosave.php:2368
4964
- #: wppa-settings-autosave.php:2397 wppa-settings-autosave.php:2408
4965
- #: wppa-settings-autosave.php:3055 wppa-settings-autosave.php:3656
4966
- msgid "none"
4967
- msgstr "keine Anzeige"
4968
-
4969
- #: wppa-items.php:384
4970
- msgid "Nomen Nescio"
4971
- msgstr ""
4972
-
4973
- #: wppa-items.php:387
4974
- msgid "Anonymus"
4975
- msgstr ""
4976
-
4977
- #: wppa-items.php:413 wppa-items.php:688 wppa-upload.php:132
4978
- #: wppa-upload.php:144
4979
- msgid "unknown"
4980
- msgstr ""
4981
-
4982
- #: wppa-items.php:501 wppa-items.php:544
4983
- msgid "--- deleted ---"
4984
- msgstr ""
4985
-
4986
- #: wppa-items.php:516
4987
- msgid "All Albums"
4988
- msgstr ""
4989
-
4990
- #: wppa-items.php:525
4991
- msgid "My and public albums"
4992
- msgstr ""
4993
-
4994
- #: wppa-lasten-widget.php:12
4995
- msgid "WPPA+ Last Ten Uploaded Photos"
4996
- msgstr ""
4997
-
4998
- #: wppa-lasten-widget.php:13 wppa-lasten-widget.php:186
4999
- msgid "Last Ten Photos"
5000
- msgstr ""
5001
-
5002
- #: wppa-lasten-widget.php:45
5003
- msgid "Last Ten Uploaded Photos"
5004
- msgstr ""
5005
-
5006
- #: wppa-lasten-widget.php:131 wppa-non-admin.php:965
5007
- msgid "View the most recent uploaded photos"
5008
- msgstr ""
5009
-
5010
- #: wppa-lasten-widget.php:155 wppa-non-admin.php:967
5011
- msgid "There are no uploaded photos (yet)"
5012
- msgstr ""
5013
-
5014
- #: wppa-lasten-widget.php:212
5015
- msgid ""
5016
- "Select --- multiple see below --- in the Album selection box. Then enter "
5017
- "album numbers seperated by commas"
5018
- msgstr ""
5019
-
5020
- #: wppa-lasten-widget.php:217
5021
- msgid "Include subalbums:"
5022
- msgstr ""
5023
-
5024
- #: wppa-lasten-widget.php:225 wppa-thumbnail-widget.php:216
5025
- #: wppa-topten-widget.php:346
5026
- msgid "Display:"
5027
- msgstr ""
5028
-
5029
- #: wppa-lasten-widget.php:227 wppa-thumbnail-widget.php:218
5030
- #: wppa-topten-widget.php:348
5031
- msgid "thumbnail images"
5032
- msgstr ""
5033
-
5034
- #: wppa-lasten-widget.php:228 wppa-thumbnail-widget.php:219
5035
- #: wppa-topten-widget.php:349
5036
- msgid "photo names"
5037
- msgstr ""
5038
-
5039
- #: wppa-lasten-widget.php:234
5040
- msgid "Show time since:"
5041
- msgstr ""
5042
-
5043
- #: wppa-links.php:789
5044
- msgid "App"
5045
- msgstr ""
5046
-
5047
- #: wppa-links.php:790
5048
- msgid "Mod"
5049
- msgstr ""
5050
-
5051
- #: wppa-links.php:791
5052
- msgid "Del"
5053
- msgstr ""
5054
-
5055
- #: wppa-links.php:795 wppa-links.php:812
5056
- msgid "Are you sure you want to publish this photo?"
5057
- msgstr ""
5058
-
5059
- #: wppa-links.php:806 wppa-links.php:823
5060
- msgid "Approve"
5061
- msgstr ""
5062
-
5063
- #: wppa-links.php:807
5064
- msgid "Moderate"
5065
- msgstr "Moderiere"
5066
-
5067
- #: wppa-links.php:824
5068
- msgid "PhotoAdmin"
5069
- msgstr "FotoAdmin"
5070
-
5071
- #: wppa-links.php:825
5072
- msgid "CommentAdmin"
5073
- msgstr "KommentarAdmin"
5074
-
5075
- #: wppa-links.php:829
5076
- msgid "Are you sure you want to publish this comment?"
5077
- msgstr ""
5078
-
5079
- #: wppa-links.php:841
5080
- msgid "Are you sure you want to remove this comment?"
5081
- msgstr ""
5082
-
5083
- #: wppa-links.php:855
5084
- #, php-format
5085
- msgid "Scheduled for %s"
5086
- msgstr "Geplant für %s"
5087
-
5088
- #: wppa-links.php:1194 wppa-links.php:1197
5089
- msgid "Previous"
5090
- msgstr "Vorheriges"
5091
-
5092
- #: wppa-links.php:1204 wppa-links.php:1207 wppa-non-admin.php:830
5093
- msgid "Next"
5094
- msgstr "Nächstes"
5095
-
5096
- #: wppa-links.php:1261
5097
- msgid "Download Album"
5098
- msgstr "Album herunterladen"
5099
-
5100
- #: wppa-links.php:1412
5101
- msgid "View thumbnails"
5102
- msgstr "Zeige Miniaturbilder"
5103
-
5104
- #: wppa-links.php:1425
5105
- msgid "View fullsize slideshow"
5106
- msgstr "Zeige Vollbild-Diashow"
5107
-
5108
- #: wppa-maintenance.php:91
5109
- msgid "You can run only one maintenance procedure at a time"
5110
- msgstr ""
5111
-
5112
- #: wppa-maintenance.php:199
5113
- msgid "Orphan photos"
5114
- msgstr ""
5115
-
5116
- #: wppa-maintenance.php:199
5117
- msgid "This album contains refound lost photos"
5118
- msgstr "Dieses Album enthält wiedergefundene Fotos"
5119
-
5120
- #: wppa-maintenance.php:227
5121
- msgid "Feature must be enabled in Table IV-A28 first"
5122
- msgstr ""
5123
-
5124
- #: wppa-maintenance.php:234
5125
- #, php-format
5126
- msgid "From album %d does not exist"
5127
- msgstr ""
5128
-
5129
- #: wppa-maintenance.php:239
5130
- #, php-format
5131
- msgid "To album %d does not exist"
5132
- msgstr ""
5133
-
5134
- #: wppa-maintenance.php:243
5135
- msgid "From and To albums are identical"
5136
- msgstr ""
5137
-
5138
- #: wppa-maintenance.php:1180
5139
- #, php-format
5140
- msgid ""
5141
- "List of Searcheable words <small>( Max 1000 entries of total %d )</small>"
5142
- msgstr ""
5143
-
5144
- #: wppa-maintenance.php:1213
5145
- msgid "There are no index items."
5146
- msgstr ""
5147
-
5148
- #: wppa-maintenance.php:1223
5149
- msgid "List of WPPA+ log messages"
5150
- msgstr ""
5151
-
5152
- #: wppa-maintenance.php:1228
5153
- msgid "There are no log messages"
5154
- msgstr ""
5155
-
5156
- #: wppa-maintenance.php:1249
5157
- #, php-format
5158
- msgid "List of recent ratings <small>( Max 1000 entries of total %d )</small>"
5159
- msgstr ""
5160
-
5161
- #: wppa-maintenance.php:1299
5162
- msgid "There are no ratings"
5163
- msgstr ""
5164
-
5165
- #: wppa-maintenance.php:1310
5166
- #, php-format
5167
- msgid "List of sessions <small>( Max 1000 entries of total %d )</small>"
5168
- msgstr ""
5169
-
5170
- #: wppa-maintenance.php:1372
5171
- msgid "There are no active sessions"
5172
- msgstr ""
5173
-
5174
- #: wppa-maintenance.php:1389
5175
- #, php-format
5176
- msgid "List of comments <small>( Max 1000 entries of total %d )</small>"
5177
- msgstr ""
5178
-
5179
- #: wppa-maintenance.php:1435
5180
- msgid "There are no comments"
5181
- msgstr ""
5182
-
5183
- #: wppa-multitag-widget.php:13 wppa-tagcloud-widget.php:13
5184
- msgid "WPPA+ Photo Tags"
5185
- msgstr ""
5186
-
5187
- #: wppa-multitag-widget.php:14
5188
- msgid "Photo Tags Filter"
5189
- msgstr ""
5190
-
5191
- #: wppa-multitag-widget.php:73
5192
- msgid "No of columns:"
5193
- msgstr ""
5194
-
5195
- #: wppa-multitag-widget.php:74 wppa-tagcloud-widget.php:69
5196
- msgid "Select multiple tags or --- all ---:"
5197
- msgstr ""
5198
-
5199
- #: wppa-non-admin.php:430
5200
- msgid "Press f for fullscreen."
5201
- msgstr ""
5202
-
5203
- #: wppa-non-admin.php:549
5204
- msgid ""
5205
- "Keys: f = next mode; q,x = exit; p = previous, n = next, s = start/stop, d = "
5206
- "dismiss this notice."
5207
- msgstr ""
5208
-
5209
- #: wppa-non-admin.php:550
5210
- msgid "Keys: f = next mode; q,x = exit; d = dismiss this notice."
5211
- msgstr ""
5212
-
5213
- #: wppa-non-admin.php:555
5214
- msgid "Toggle fullscreen"
5215
- msgstr ""
5216
-
5217
- #: wppa-non-admin.php:821 wppa-settings-autosave.php:3856
5218
- #: wppa-slideshow.php:328
5219
- msgid "Start"
5220
- msgstr "Start"
5221
-
5222
- #: wppa-non-admin.php:822
5223
- msgid "Stop"
5224
- msgstr "Stop"
5225
-
5226
- #: wppa-non-admin.php:823 wppa-slideshow.php:260 wppa-slideshow.php:320
5227
- msgid "Slower"
5228
- msgstr "Langsamer"
5229
-
5230
- #: wppa-non-admin.php:824 wppa-slideshow.php:280 wppa-slideshow.php:336
5231
- msgid "Faster"
5232
- msgstr "Schneller"
5233
-
5234
- #: wppa-non-admin.php:826
5235
- msgid "of"
5236
- msgstr "von"
5237
-
5238
- #: wppa-non-admin.php:827 wppa-slideshow.php:1548
5239
- msgid "Previous photo"
5240
- msgstr "Vorheriges Foto"
5241
-
5242
- #: wppa-non-admin.php:828 wppa-slideshow.php:1557
5243
- msgid "Next photo"
5244
- msgstr "Nächstes Foto"
5245
-
5246
- #: wppa-non-admin.php:829
5247
- msgid "Prev."
5248
- msgstr "Vorh."
5249
-
5250
- #: wppa-non-admin.php:831 wppa-slideshow.php:974 wppa-slideshow.php:1015
5251
- #: wppa-slideshow.php:1164
5252
- msgid "Average&nbsp;rating"
5253
- msgstr "Durchschnittliche&nbsp;Bewertung"
5254
-
5255
- #: wppa-non-admin.php:832 wppa-slideshow.php:975 wppa-slideshow.php:1123
5256
- msgid "My&nbsp;rating"
5257
- msgstr "Meine&nbsp;Bewertung"
5258
-
5259
- #: wppa-non-admin.php:833 wppa-slideshow.php:974
5260
- msgid "Avg."
5261
- msgstr "Durchschn."
5262
-
5263
- #: wppa-non-admin.php:834 wppa-slideshow.php:975
5264
- msgid "Mine"
5265
- msgstr "Meine"
5266
-
5267
- #: wppa-non-admin.php:835
5268
- msgid "You marked this image as inappropriate."
5269
- msgstr "Sie haben das Bild als unangemessen markiert."
5270
-
5271
- #: wppa-non-admin.php:838
5272
- msgid "Please enter your name"
5273
- msgstr "Bitte geben Sie Ihren Namen ein"
5274
-
5275
- #: wppa-non-admin.php:839
5276
- msgid "Please enter a valid email address"
5277
- msgstr "Bitte geben Sie eine gültige eMail-Adresse ein"
5278
-
5279
- #: wppa-non-admin.php:840
5280
- msgid "Please enter a comment"
5281
- msgstr "Bitte geben Sie einen Kommentar ein."
5282
-
5283
- #: wppa-non-admin.php:874
5284
- msgid "Double click to start/stop slideshow running"
5285
- msgstr "Doppelklicken Sie zum Starten/Stoppen der Diashow"
5286
-
5287
- #: wppa-non-admin.php:875
5288
- msgid "Click to view"
5289
- msgstr "Klick zum Anzeigen"
5290
-
5291
- #: wppa-non-admin.php:971 wppa-photo-admin-autosave.php:654
5292
- #: wppa-potd-widget.php:178
5293
- msgid "By:"
5294
- msgstr "Von:"
5295
-
5296
- #: wppa-non-admin.php:974 wppa-slideshow-widget.php:124
5297
- msgid "No album defined (yet)"
5298
- msgstr "Noch kein Album definiert"
5299
-
5300
- #: wppa-non-admin.php:978 wppa-thumbnail-widget.php:121
5301
- msgid "There are no photos (yet)"
5302
- msgstr "Es sind (noch) keine Fotos vorhanden"
5303
-
5304
- #: wppa-non-admin.php:981 wppa-upldr-widget.php:99
5305
- msgid "There are too many registered users in the system for this widget"
5306
- msgstr "Es gibt für dieses Widget zu viele registrierte Benutzer im System"
5307
-
5308
- #: wppa-non-admin.php:982 wppa-upldr-widget.php:141 wppa-upldr-widget.php:148
5309
- msgid "Photos uploaded by"
5310
- msgstr "Fotos hochgeladen von"
5311
-
5312
- #: wppa-non-admin.php:986 wppa-thumbnails.php:745 wppa-thumbnails.php:1542
5313
- #: wppa-topten-widget.php:215 wppa-topten-widget.php:238
5314
- #: wppa-topten-widget.php:248
5315
- #, php-format
5316
- msgid "%d view"
5317
- msgid_plural "%d views"
5318
- msgstr[0] "%d Ansicht"
5319
- msgstr[1] "%d Ansichte"
5320
-
5321
- #: wppa-non-admin.php:988 wppa-topten-widget.php:273
5322
- msgid "There are no rated photos (yet)"
5323
- msgstr "Es sind (noch) keine bewerteten Fotos vorhanden"
5324
-
5325
- #: wppa-photo-admin-autosave.php:39
5326
- msgid "Edit photos"
5327
- msgstr "Fotos bearbeiten"
5328
-
5329
- #: wppa-photo-admin-autosave.php:59
5330
- msgid "Moderate photos"
5331
- msgstr "Fotos moderieren"
5332
-
5333
- #: wppa-photo-admin-autosave.php:172
5334
- msgid "You do not have the rights to do this"
5335
- msgstr "Sie haben nicht die Rechte für diese Aktion"
5336
-
5337
- #: wppa-photo-admin-autosave.php:224
5338
- msgid "This photo is no longer awaiting moderation."
5339
- msgstr "Diese Foto wartet nicht mehr auf Moderation"
5340
-
5341
- #: wppa-photo-admin-autosave.php:232
5342
- msgid "There are no photos awaiting moderation at this time."
5343
- msgstr "Es gibt zur Zeit keine auf Moderation wartende Fotos."
5344
-
5345
- #: wppa-photo-admin-autosave.php:240
5346
- msgid "Manage all photos by timestamp"
5347
- msgstr "Alle Fotos nach Zeitstempel verwalten"
5348
-
5349
- #: wppa-photo-admin-autosave.php:282
5350
- #, php-format
5351
- msgid "Photo %s has been removed."
5352
- msgstr "Foto %s wurde entfernt."
5353
-
5354
- #: wppa-photo-admin-autosave.php:294 wppa-photo-admin-autosave.php:2674
5355
- msgid "No photos matching your search criteria."
5356
- msgstr "Kein Foto gefunden, das Ihren Suchkriterien entspricht."
5357
-
5358
- #: wppa-photo-admin-autosave.php:302 wppa-photo-admin-autosave.php:2677
5359
- msgid "No photos yet in this album."
5360
- msgstr "Es sind (noch) keine Fotos in diesem Album"
5361
-
5362
- #: wppa-photo-admin-autosave.php:321 wppa-photo-admin-autosave.php:2326
5363
- msgid "Please select an album to move to first."
5364
- msgstr "Bitte wählen Sie zuerst ein Album zum Verschieben aus."
5365
-
5366
- #: wppa-photo-admin-autosave.php:326 wppa-photo-admin-autosave.php:2331
5367
- msgid "Are you sure you want to move this video?"
5368
- msgstr "Sind Sie sicher, dass Sie diese Video verschieben möchten?"
5369
-
5370
- #: wppa-photo-admin-autosave.php:329 wppa-photo-admin-autosave.php:2334
5371
- msgid "Are you sure you want to move this photo?"
5372
- msgstr "Sind Sie sicher, dass Sie diese Foto verschieben möchten?"
5373
-
5374
- #: wppa-photo-admin-autosave.php:342
5375
- msgid "Please select an album to copy to first."
5376
- msgstr "Bitte wählen Sie zuerst ein Album zum Kopieren aus."
5377
-
5378
- #: wppa-photo-admin-autosave.php:347
5379
- msgid "Are you sure you want to copy this video?"
5380
- msgstr "Sind Sie sicher, dass Sie diese Video kopieren möchten?"
5381
-
5382
- #: wppa-photo-admin-autosave.php:350
5383
- msgid "Are you sure you want to copy this photo?"
5384
- msgstr "Sind Sie sicher, dass Sie diese Foto kopieren möchten?"
5385
-
5386
- #: wppa-photo-admin-autosave.php:363
5387
- msgid "Are you sure you want to delete this video?"
5388
- msgstr "Sind Sie sicher, dass Sie diese Video löschen möchten?"
5389
-
5390
- #: wppa-photo-admin-autosave.php:366 wppa-photo-admin-autosave.php:2508
5391
- msgid "Are you sure you want to delete this photo?"
5392
- msgstr "Sind Sie sicher, dass Sie diese Foto löschen möchten?"
5393
-
5394
- #: wppa-photo-admin-autosave.php:380
5395
- msgid "Are you sure you want to rotate this photo left?"
5396
- msgstr "Sind Sie sicher, dass Sie diese Foto nach links drehen möchten?"
5397
-
5398
- #: wppa-photo-admin-autosave.php:389
5399
- msgid "Are you sure you want to rotate this photo 180&deg;?"
5400
- msgstr "Sind Sie sicher, dass Sie diese Foto num 180&deg; drehen möchten?"
5401
-
5402
- #: wppa-photo-admin-autosave.php:398
5403
- msgid "Are you sure you want to rotate this photo right?"
5404
- msgstr "Sind Sie sicher, dass Sie diese Foto nach rechts drehen möchten?"
5405
-
5406
- #: wppa-photo-admin-autosave.php:407 wppa-photo-admin-autosave.php:416
5407
- msgid "Are you sure you want to flip this photo?"
5408
- msgstr "Sind Sie sicher, dass Sie diese Foto kippen möchten?"
5409
-
5410
- #: wppa-photo-admin-autosave.php:427
5411
- msgid "No watermark selected"
5412
- msgstr "Kein Wasserzeichen ausgewählt"
5413
-
5414
- #: wppa-photo-admin-autosave.php:430
5415
- msgid "Are you sure? Once applied it can not be removed!"
5416
- msgstr ""
5417
- "Sind Sie sicher? Einmal eingefügte Wasserzeichen können nicht entfernt "
5418
- "werden!"
5419
-
5420
- #: wppa-photo-admin-autosave.php:432
5421
- msgid "And I do not know if there is already a watermark on this photo"
5422
- msgstr "Und ich weiß nicht, ob bereits ein Wasserzeichen auf dem Foto ist"
5423
-
5424
- #: wppa-photo-admin-autosave.php:441
5425
- msgid "Are you sure you want to magically process this photo?"
5426
- msgstr "Sind Sie sicher, dass Sie diese Foto automatisch verarbeiten möchten?"
5427
-
5428
- #: wppa-photo-admin-autosave.php:472
5429
- msgid "Move video"
5430
- msgstr "Verschiebe Video"
5431
-
5432
- #: wppa-photo-admin-autosave.php:473
5433
- msgid "Move photo"
5434
- msgstr "Verschiebe Foto"
5435
-
5436
- #: wppa-photo-admin-autosave.php:474
5437
- msgid "Copy video"
5438
- msgstr "Kopiere Video"
5439
-
5440
- #: wppa-photo-admin-autosave.php:475
5441
- msgid "Copy photo"
5442
- msgstr "Kopiere Foto"
5443
-
5444
- #: wppa-photo-admin-autosave.php:536 wppa-watermark.php:616
5445
- msgid "top - left"
5446
- msgstr "oben - links"
5447
-
5448
- #: wppa-photo-admin-autosave.php:536 wppa-watermark.php:616
5449
- msgid "top - center"
5450
- msgstr "oben - zentriert"
5451
-
5452
- #: wppa-photo-admin-autosave.php:536 wppa-watermark.php:616
5453
- msgid "top - right"
5454
- msgstr "oben - rechts"
5455
-
5456
- #: wppa-photo-admin-autosave.php:537 wppa-watermark.php:617
5457
- msgid "center - left"
5458
- msgstr "zentriert - links"
5459
-
5460
- #: wppa-photo-admin-autosave.php:537 wppa-watermark.php:617
5461
- msgid "center - center"
5462
- msgstr "zentriert - zentriert"
5463
-
5464
- #: wppa-photo-admin-autosave.php:537 wppa-watermark.php:617
5465
- msgid "center - right"
5466
- msgstr "zentriert - rechts"
5467
-
5468
- #: wppa-photo-admin-autosave.php:538 wppa-watermark.php:618
5469
- msgid "bottom - left"
5470
- msgstr "unten - links"
5471
-
5472
- #: wppa-photo-admin-autosave.php:538 wppa-watermark.php:618
5473
- msgid "bottom - center"
5474
- msgstr "unten - zentriert"
5475
-
5476
- #: wppa-photo-admin-autosave.php:538 wppa-watermark.php:618
5477
- msgid "bottom - right"
5478
- msgstr "unten - rechts"
5479
-
5480
- #: wppa-photo-admin-autosave.php:590
5481
- msgid "Preview fullsize video"
5482
- msgstr "Vorschau Vollbild-Video"
5483
-
5484
- #: wppa-photo-admin-autosave.php:611
5485
- msgid "Preview fullsize photo"
5486
- msgstr "Vorschau Vollbild-Foto"
5487
-
5488
- #: wppa-photo-admin-autosave.php:629
5489
- msgid "Audio disabled"
5490
- msgstr "Audio deaktiviert"
5491
-
5492
- #: wppa-photo-admin-autosave.php:648
5493
- msgid "Filename:"
5494
- msgstr "Dateiname:"
5495
-
5496
- #: wppa-photo-admin-autosave.php:651
5497
- msgid "Upload:"
5498
- msgstr "Upload:"
5499
-
5500
- #: wppa-photo-admin-autosave.php:675
5501
- #, php-format
5502
- msgid "Album: %d (%s)."
5503
- msgstr "Album: %d (%s)"
5504
-
5505
- #: wppa-photo-admin-autosave.php:681
5506
- msgid "Trashed"
5507
- msgstr "Gelöscht"
5508
-
5509
- #: wppa-photo-admin-autosave.php:699
5510
- msgid "EXIF Date:"
5511
- msgstr "EXIF-Datum:"
5512
-
5513
- #: wppa-photo-admin-autosave.php:719
5514
- msgid "Location:"
5515
- msgstr "Aufnahmeort"
5516
-
5517
- #: wppa-photo-admin-autosave.php:725
5518
- msgid "Lat:"
5519
- msgstr "Breitengrad:"
5520
-
5521
- #: wppa-photo-admin-autosave.php:734
5522
- msgid "Lon:"
5523
- msgstr "Längengrad:"
5524
-
5525
- #: wppa-photo-admin-autosave.php:747
5526
- msgid "Photo sort order #:"
5527
- msgstr "Foto Sortierung #:"
5528
-
5529
- #: wppa-photo-admin-autosave.php:770
5530
- msgid "Likes:"
5531
- msgstr "Likes:"
5532
-
5533
- #: wppa-photo-admin-autosave.php:776
5534
- msgid "Rating:"
5535
- msgstr "Bewertung:"
5536
-
5537
- #: wppa-photo-admin-autosave.php:777
5538
- msgid "Entries:"
5539
- msgstr "Einträge:"
5540
-
5541
- #: wppa-photo-admin-autosave.php:779
5542
- msgid "Mean value:"
5543
- msgstr "Mittelwert:"
5544
-
5545
- # Plurals required?
5546
- #: wppa-photo-admin-autosave.php:793
5547
- #, php-format
5548
- msgid "Disliked by %d visitors"
5549
- msgstr "Dislikes von %d Besuchern"
5550
-
5551
- #: wppa-photo-admin-autosave.php:800
5552
- #, php-format
5553
- msgid "%d pending votes."
5554
- msgstr "%d ausstehende Bewertungen."
5555
-
5556
- #: wppa-photo-admin-autosave.php:807
5557
- msgid "Views"
5558
- msgstr "Anzeigen"
5559
-
5560
- #: wppa-photo-admin-autosave.php:815
5561
- msgid "Clicks"
5562
- msgstr "Klicks"
5563
-
5564
- #: wppa-photo-admin-autosave.php:822
5565
- msgid "Status:"
5566
- msgstr "Status:"
5567
-
5568
- #: wppa-photo-admin-autosave.php:840 wppa-photo-admin-autosave.php:871
5569
- #: wppa-photo-admin-autosave.php:2404 wppa-photo-admin-autosave.php:2623
5570
- #: wppa-photo-admin-autosave.php:2635 wppa-potd-admin.php:226
5571
- msgid "Publish"
5572
- msgstr "Veröffentlichen"
5573
-
5574
- #: wppa-photo-admin-autosave.php:843 wppa-photo-admin-autosave.php:872
5575
- #: wppa-photo-admin-autosave.php:2406 wppa-photo-admin-autosave.php:2625
5576
- #: wppa-potd-admin.php:227
5577
- msgid "Featured"
5578
- msgstr "Ausgewählt"
5579
-
5580
- #: wppa-photo-admin-autosave.php:855 wppa-photo-admin-autosave.php:876
5581
- #: wppa-photo-admin-autosave.php:2410 wppa-photo-admin-autosave.php:2629
5582
- #: wppa-photo-admin-autosave.php:2640
5583
- msgid "Scheduled"
5584
- msgstr "Geplant"
5585
-
5586
- #: wppa-photo-admin-autosave.php:858 wppa-photo-admin-autosave.php:877
5587
- #: wppa-photo-admin-autosave.php:2411 wppa-photo-admin-autosave.php:2630
5588
- #: wppa-photo-admin-autosave.php:2641
5589
- msgid "Private"
5590
- msgstr "Privat"
5591
-
5592
- #: wppa-photo-admin-autosave.php:881
5593
- msgid ""
5594
- "Note: Featured photos should have a descriptive name; a name a search engine "
5595
- "will look for!"
5596
- msgstr ""
5597
- "Hinweis: Ausgewählte Fotos sollten einen beschreibenden Namen haben; einen "
5598
- "Namen, nach dem eine Suchmaschine sucht!"
5599
-
5600
- #: wppa-photo-admin-autosave.php:889
5601
- msgid "Delete at"
5602
- msgstr "Löschen um"
5603
-
5604
- #: wppa-photo-admin-autosave.php:909
5605
- #, php-format
5606
- msgid "Video %s is not modified yet"
5607
- msgstr "Video %s ist bislang nicht verändert"
5608
-
5609
- #: wppa-photo-admin-autosave.php:910
5610
- #, php-format
5611
- msgid "Photo %s is not modified yet"
5612
- msgstr "Album %s ist bislang nicht verändert"
5613
-
5614
- #: wppa-photo-admin-autosave.php:918
5615
- msgid "Available files:"
5616
- msgstr "Vorhandene Dateien:"
5617
-
5618
- #: wppa-photo-admin-autosave.php:922
5619
- msgid "Source file:"
5620
- msgstr "Quelldatei:"
5621
-
5622
- #: wppa-photo-admin-autosave.php:932 wppa-photo-admin-autosave.php:949
5623
- #: wppa-photo-admin-autosave.php:966
5624
- msgid "Unavailable"
5625
- msgstr "Nicht erreichbar"
5626
-
5627
- #: wppa-photo-admin-autosave.php:937
5628
- msgid "Poster file:"
5629
- msgstr "Poster-Datei:"
5630
-
5631
- #: wppa-photo-admin-autosave.php:937
5632
- msgid "Display file:"
5633
- msgstr "Anzeige-Datei:"
5634
-
5635
- #: wppa-photo-admin-autosave.php:956
5636
- msgid "Thumbnail file:"
5637
- msgstr "Miniaturbild-Datei:"
5638
-
5639
- #: wppa-photo-admin-autosave.php:977
5640
- msgid "Video size:"
5641
- msgstr "Video-Größe"
5642
-
5643
- #: wppa-photo-admin-autosave.php:978 wppa-slideshow-widget.php:201
5644
- msgid "Width:"
5645
- msgstr "Breite:"
5646
-
5647
- #: wppa-photo-admin-autosave.php:985 wppa-photo-admin-autosave.php:993
5648
- #, php-format
5649
- msgid "pix, (0=default:%s)"
5650
- msgstr "Pixel, (0=Standard: %s)"
5651
-
5652
- #: wppa-photo-admin-autosave.php:986 wppa-slideshow-widget.php:202
5653
- msgid "Height:"
5654
- msgstr "Höhe:"
5655
-
5656
- #: wppa-photo-admin-autosave.php:995 wppa-photo-admin-autosave.php:1015
5657
- msgid "Formats:"
5658
- msgstr "Formate:"
5659
-
5660
- #: wppa-photo-admin-autosave.php:1000 wppa-photo-admin-autosave.php:1020
5661
- msgid "Filesize:"
5662
- msgstr "Dateigröße:"
5663
-
5664
- #: wppa-photo-admin-autosave.php:1054
5665
- msgid "Stereophoto:"
5666
- msgstr "Stereofoto:"
5667
-
5668
- #: wppa-photo-admin-autosave.php:1060
5669
- msgid "no stereo image or ready anaglyph"
5670
- msgstr "Kein Stereofoto oder bereits fertiges Analglyph"
5671
-
5672
- #: wppa-photo-admin-autosave.php:1063
5673
- msgid "Left - right stereo image"
5674
- msgstr "Links - Rechts Stereobild"
5675
-
5676
- #: wppa-photo-admin-autosave.php:1066
5677
- msgid "Right - left stereo image"
5678
- msgstr "Rechts - Links Stereobild"
5679
-
5680
- #: wppa-photo-admin-autosave.php:1070
5681
- msgid "Images:"
5682
- msgstr "Bilder:"
5683
-
5684
- #: wppa-photo-admin-autosave.php:1102 wppa-photo-admin-autosave.php:1133
5685
- msgid "Watermark:"
5686
- msgstr "Wasserzeichen:"
5687
-
5688
- #: wppa-photo-admin-autosave.php:1110 wppa-photo-admin-autosave.php:1136
5689
- msgid "Pos:"
5690
- msgstr "Pos:"
5691
-
5692
- #: wppa-photo-admin-autosave.php:1120
5693
- msgid "Apply watermark"
5694
- msgstr "Wasserzeichen hinzufügen"
5695
-
5696
- #: wppa-photo-admin-autosave.php:1135
5697
- msgid "File:"
5698
- msgstr "Datei:"
5699
-
5700
- #: wppa-photo-admin-autosave.php:1169 wppa-photo-admin-autosave.php:1362
5701
- msgid "Rotate left"
5702
- msgstr "links drehen"
5703
-
5704
- #: wppa-photo-admin-autosave.php:1175 wppa-photo-admin-autosave.php:1371
5705
- msgid "Rotate 180&deg;"
5706
- msgstr "180&deg; drehen"
5707
-
5708
- #: wppa-photo-admin-autosave.php:1181 wppa-photo-admin-autosave.php:1380
5709
- msgid "Rotate right"
5710
- msgstr "rechts drehen"
5711
-
5712
- #: wppa-photo-admin-autosave.php:1187 wppa-photo-admin-autosave.php:1193
5713
- #: wppa-photo-admin-autosave.php:1389
5714
- msgid "Flip"
5715
- msgstr "kippen"
5716
-
5717
- #: wppa-photo-admin-autosave.php:1204
5718
- msgid "Remake display file and thumbnail file"
5719
- msgstr "Anzeigedatei und Miniaturbild-Datei erneuern"
5720
-
5721
- #: wppa-photo-admin-autosave.php:1206
5722
- msgid "Remake files"
5723
- msgstr "Dateien erneuern"
5724
-
5725
- #: wppa-photo-admin-autosave.php:1216 wppa-photo-admin-autosave.php:1218
5726
- msgid "Remake thumbnail file"
5727
- msgstr "Miniaturbild-Datei erneuern"
5728
-
5729
- #: wppa-photo-admin-autosave.php:1241 wppa-photo-admin-autosave.php:1250
5730
- msgid "Target album for copy/move:"
5731
- msgstr "Zielalbum für Kopieren/Verschieben"
5732
-
5733
- #: wppa-photo-admin-autosave.php:1255
5734
- msgid "Album id"
5735
- msgstr "Album-ID"
5736
-
5737
- #: wppa-photo-admin-autosave.php:1284
5738
- msgid "Undelete video"
5739
- msgstr "Video wiederherstellen"
5740
-
5741
- #: wppa-photo-admin-autosave.php:1284
5742
- msgid "Undelete photo"
5743
- msgstr "Foto wiederherstellen"
5744
-
5745
- #: wppa-photo-admin-autosave.php:1285
5746
- msgid "Delete video"
5747
- msgstr "Video löschen"
5748
-
5749
- #: wppa-photo-admin-autosave.php:1285
5750
- msgid "Delete photo"
5751
- msgstr "Foto löschen"
5752
-
5753
- #: wppa-photo-admin-autosave.php:1296
5754
- msgid "Re-upload file"
5755
- msgstr "Datei erneut hochladen"
5756
-
5757
- #: wppa-photo-admin-autosave.php:1311 wppa-settings-autosave.php:3289
5758
- msgid "Upload"
5759
- msgstr "Upload"
5760
-
5761
- #: wppa-photo-admin-autosave.php:1348
5762
- msgid ""
5763
- "<b>ImageMagick</b> commands. The operations are execured upon the display "
5764
- "file."
5765
- msgstr ""
5766
-
5767
- #: wppa-photo-admin-autosave.php:1349
5768
- msgid "A new thumbnail image will be created from the display file."
5769
- msgstr ""
5770
-
5771
- #: wppa-photo-admin-autosave.php:1399
5772
- msgid "Flop"
5773
- msgstr ""
5774
-
5775
- #: wppa-photo-admin-autosave.php:1409
5776
- msgid "Enhance"
5777
- msgstr ""
5778
-
5779
- #: wppa-photo-admin-autosave.php:1419
5780
- msgid "Sharpen"
5781
- msgstr ""
5782
-
5783
- #: wppa-photo-admin-autosave.php:1429
5784
- msgid "Blur"
5785
- msgstr ""
5786
-
5787
- #: wppa-photo-admin-autosave.php:1439
5788
- msgid "Auto Gamma"
5789
- msgstr ""
5790
-
5791
- #: wppa-photo-admin-autosave.php:1449
5792
- msgid "Auto Level"
5793
- msgstr ""
5794
-
5795
- #: wppa-photo-admin-autosave.php:1459
5796
- msgid "Contrast+"
5797
- msgstr ""
5798
-
5799
- #: wppa-photo-admin-autosave.php:1469
5800
- msgid "Contrast-"
5801
- msgstr ""
5802
-
5803
- #: wppa-photo-admin-autosave.php:1479
5804
- msgid "Brightness+"
5805
- msgstr ""
5806
-
5807
- #: wppa-photo-admin-autosave.php:1489
5808
- msgid "Brightness-"
5809
- msgstr ""
5810
-
5811
- #: wppa-photo-admin-autosave.php:1499
5812
- msgid "Despeckle"
5813
- msgstr ""
5814
-
5815
- #: wppa-photo-admin-autosave.php:1509
5816
- msgid "Linear gray"
5817
- msgstr ""
5818
-
5819
- #: wppa-photo-admin-autosave.php:1519
5820
- msgid "Non-linear gray"
5821
- msgstr ""
5822
-
5823
- #: wppa-photo-admin-autosave.php:1529
5824
- msgid "Charcoal"
5825
- msgstr ""
5826
-
5827
- #: wppa-photo-admin-autosave.php:1539
5828
- msgid "Paint"
5829
- msgstr ""
5830
-
5831
- #: wppa-photo-admin-autosave.php:1549
5832
- msgid "Sepia"
5833
- msgstr ""
5834
-
5835
- #: wppa-photo-admin-autosave.php:1558
5836
- msgid "<b>ImageMagick</b> command stack"
5837
- msgstr ""
5838
-
5839
- #: wppa-photo-admin-autosave.php:1571
5840
- msgid "Undo"
5841
- msgstr ""
5842
-
5843
- #: wppa-photo-admin-autosave.php:1572
5844
- msgid "Undo last Magick command"
5845
- msgstr ""
5846
-
5847
- #: wppa-photo-admin-autosave.php:1635
5848
- msgid "Photoname:"
5849
- msgstr ""
5850
-
5851
- #: wppa-photo-admin-autosave.php:1676
5852
- msgid "Update Photo description"
5853
- msgstr ""
5854
-
5855
- #: wppa-photo-admin-autosave.php:1721
5856
- msgid "Tags:"
5857
- msgstr ""
5858
-
5859
- #: wppa-photo-admin-autosave.php:1733
5860
- msgid "Separate tags with commas."
5861
- msgstr ""
5862
-
5863
- #: wppa-photo-admin-autosave.php:1742
5864
- msgid "- select -"
5865
- msgstr ""
5866
-
5867
- #: wppa-photo-admin-autosave.php:1748
5868
- msgid "No tags yet"
5869
- msgstr ""
5870
-
5871
- #: wppa-photo-admin-autosave.php:1754
5872
- msgid "Select to add"
5873
- msgstr ""
5874
-
5875
- #: wppa-photo-admin-autosave.php:1802
5876
- msgid "Autopage Permalink:"
5877
- msgstr ""
5878
-
5879
- #: wppa-photo-admin-autosave.php:1819
5880
- msgid "Photo specific link url:"
5881
- msgstr ""
5882
-
5883
- #: wppa-photo-admin-autosave.php:1840
5884
- msgid "Same tab"
5885
- msgstr ""
5886
-
5887
- #: wppa-photo-admin-autosave.php:1846 wppa-settings-autosave.php:5108
5888
- #: wppa-settings-autosave.php:6166
5889
- msgid "New tab"
5890
- msgstr ""
5891
-
5892
- #: wppa-photo-admin-autosave.php:1852
5893
- msgid "Tryit!"
5894
- msgstr ""
5895
-
5896
- #: wppa-photo-admin-autosave.php:1861
5897
- msgid "Photo specific link title:"
5898
- msgstr ""
5899
-
5900
- #: wppa-photo-admin-autosave.php:1875
5901
- msgid ""
5902
- "If you want this link to be used, check 'PS Overrule' checkbox in table VI."
5903
- msgstr ""
5904
-
5905
- #: wppa-photo-admin-autosave.php:1890
5906
- msgid "HTML Alt attribute:"
5907
- msgstr ""
5908
-
5909
- #: wppa-photo-admin-autosave.php:1914
5910
- msgid "Single image shortcode"
5911
- msgstr ""
5912
-
5913
- #: wppa-photo-admin-autosave.php:1921
5914
- #, php-format
5915
- msgid "See %s The documentation %s for more shortcode options."
5916
- msgstr ""
5917
-
5918
- #: wppa-photo-admin-autosave.php:1936
5919
- msgid "Permalink"
5920
- msgstr ""
5921
-
5922
- #: wppa-photo-admin-autosave.php:1951
5923
- msgid "Hi resolution url"
5924
- msgstr ""
5925
-
5926
- #: wppa-photo-admin-autosave.php:1966
5927
- msgid "Display file url"
5928
- msgstr ""
5929
-
5930
- #: wppa-photo-admin-autosave.php:1982
5931
- msgid "Thumbnail file url"
5932
- msgstr ""
5933
-
5934
- #: wppa-photo-admin-autosave.php:2039 wppa-photo-admin-autosave.php:2048
5935
- msgid "Trash"
5936
- msgstr ""
5937
-
5938
- #: wppa-photo-admin-autosave.php:2171
5939
- #, php-format
5940
- msgid "Time is out after processing %d out of %d items."
5941
- msgstr ""
5942
-
5943
- #: wppa-photo-admin-autosave.php:2184
5944
- #, php-format
5945
- msgid "%d photos deleted."
5946
- msgstr ""
5947
-
5948
- #: wppa-photo-admin-autosave.php:2187
5949
- #, php-format
5950
- msgid "%1$s photos moved to album %2$s."
5951
- msgstr ""
5952
-
5953
- #: wppa-photo-admin-autosave.php:2190
5954
- #, php-format
5955
- msgid "%1$s photos copied to album %2$s."
5956
- msgstr ""
5957
-
5958
- #: wppa-photo-admin-autosave.php:2193
5959
- #, php-format
5960
- msgid "Changed status to %1$s on %2$s photos."
5961
- msgstr ""
5962
-
5963
- #: wppa-photo-admin-autosave.php:2196
5964
- #, php-format
5965
- msgid "Changed owner to %1$s on %2$s photos."
5966
- msgstr ""
5967
-
5968
- #: wppa-photo-admin-autosave.php:2199
5969
- #, php-format
5970
- msgid "%d photos processed."
5971
- msgstr ""
5972
-
5973
- #: wppa-photo-admin-autosave.php:2338
5974
- msgid "Moving..."
5975
- msgstr ""
5976
-
5977
- #: wppa-photo-admin-autosave.php:2389
5978
- msgid "Move to"
5979
- msgstr ""
5980
-
5981
- #: wppa-photo-admin-autosave.php:2390
5982
- msgid "Copy to"
5983
- msgstr ""
5984
-
5985
- #: wppa-photo-admin-autosave.php:2392
5986
- msgid "Set status to"
5987
- msgstr ""
5988
-
5989
- #: wppa-photo-admin-autosave.php:2395
5990
- msgid "Set owner to"
5991
- msgstr ""
5992
-
5993
- #: wppa-photo-admin-autosave.php:2402
5994
- msgid "- select a status -"
5995
- msgstr ""
5996
-
5997
- #: wppa-photo-admin-autosave.php:2417
5998
- msgid "- select an owner -"
5999
- msgstr ""
6000
-
6001
- #: wppa-photo-admin-autosave.php:2429
6002
- msgid "Doit!"
6003
- msgstr ""
6004
-
6005
- #: wppa-photo-admin-autosave.php:2437
6006
- msgid "the previous page"
6007
- msgstr ""
6008
-
6009
- #: wppa-photo-admin-autosave.php:2438
6010
- msgid "the same page"
6011
- msgstr ""
6012
-
6013
- #: wppa-photo-admin-autosave.php:2439
6014
- msgid "the next page"
6015
- msgstr ""
6016
-
6017
- #: wppa-photo-admin-autosave.php:2441
6018
- #, php-format
6019
- msgid "Go to %s after Doit!."
6020
- msgstr ""
6021
-
6022
- #: wppa-photo-admin-autosave.php:2454
6023
- msgid "Confirm delete"
6024
- msgstr ""
6025
-
6026
- #: wppa-photo-admin-autosave.php:2463
6027
- msgid "Confirm move"
6028
- msgstr ""
6029
-
6030
- #: wppa-photo-admin-autosave.php:2478 wppa-photo-admin-autosave.php:2659
6031
- #: wppa-potd-admin.php:321 wppa-settings-autosave.php:8963
6032
- msgid "Preview"
6033
- msgstr ""
6034
-
6035
- #: wppa-photo-admin-autosave.php:2483 wppa-photo-admin-autosave.php:2664
6036
- msgid "Remark"
6037
- msgstr ""
6038
-
6039
- #: wppa-photo-admin-autosave.php:2509
6040
- msgid "Deleting..."
6041
- msgstr ""
6042
-
6043
- #: wppa-photo-admin-autosave.php:2602
6044
- msgid "Target album for move to:"
6045
- msgstr ""
6046
-
6047
- #: wppa-photo-admin-autosave.php:2682
6048
- #, php-format
6049
- msgid "Page %d is empty, try <a href=\"%s\" >page %d</a>."
6050
- msgstr ""
6051
-
6052
- #: wppa-photo-admin-autosave.php:2807
6053
- msgid ""
6054
- "Setting photo sequence order has only effect if the photo order method is "
6055
- "set to <b>Order#</b>"
6056
- msgstr ""
6057
-
6058
- #: wppa-photo-admin-autosave.php:2865
6059
- msgid "Id: "
6060
- msgstr ""
6061
-
6062
- #: wppa-photo-admin-autosave.php:2866 wppa-settings-autosave.php:384
6063
- msgid "Video"
6064
- msgstr ""
6065
-
6066
- #: wppa-photo-admin-autosave.php:2867 wppa-settings-autosave.php:364
6067
- msgid "Audio"
6068
- msgstr ""
6069
-
6070
- #: wppa-photo-admin-autosave.php:2868
6071
- msgid "Ord: "
6072
- msgstr ""
6073
-
6074
- #: wppa-photo-admin-autosave.php:2881
6075
- msgid "The album is empty."
6076
- msgstr ""
6077
-
6078
- #: wppa-photo-admin-autosave.php:2948 wppa-photo-admin-autosave.php:2966
6079
- #: wppa-settings-autosave.php:4599 wppa-setup.php:359
6080
- msgid "Required"
6081
- msgstr ""
6082
-
6083
- #: wppa-photo-admin-autosave.php:2991
6084
- msgid "Combined"
6085
- msgstr ""
6086
-
6087
- #: wppa-photo-admin-autosave.php:3028
6088
- msgid "Word"
6089
- msgstr ""
6090
-
6091
- #: wppa-photo-admin-autosave.php:3031
6092
- msgid "Count"
6093
- msgstr ""
6094
-
6095
- #: wppa-photo-admin-autosave.php:3083 wppa-settings-autosave.php:6630
6096
- msgid "Tags"
6097
- msgstr ""
6098
-
6099
- #: wppa-photo-admin-autosave.php:3203
6100
- msgid "Send"
6101
- msgstr ""
6102
-
6103
- #: wppa-photo-files.php:160 wppa-photo-files.php:161
6104
- #, php-format
6105
- msgid "ERROR: File %s is not a valid picture file."
6106
- msgstr ""
6107
-
6108
- #: wppa-photo-files.php:339 wppa-photo-files.php:340
6109
- msgid "ERROR: Resized or copied image could not be created."
6110
- msgstr ""
6111
-
6112
- #: wppa-potd-admin.php:55
6113
- msgid "Photo of the Day (Widget) Settings"
6114
- msgstr ""
6115
-
6116
- #: wppa-potd-admin.php:56
6117
- msgid "Changes are updated immediately. The page will reload if required."
6118
- msgstr ""
6119
-
6120
- #: wppa-potd-admin.php:73 wppa-potd-admin.php:360
6121
- #: wppa-settings-autosave.php:512 wppa-settings-autosave.php:674
6122
- #: wppa-settings-autosave.php:696 wppa-settings-autosave.php:1475
6123
- #: wppa-settings-autosave.php:1496 wppa-settings-autosave.php:3069
6124
- #: wppa-settings-autosave.php:3490 wppa-settings-autosave.php:4885
6125
- #: wppa-settings-autosave.php:6880 wppa-settings-autosave.php:7751
6126
- #: wppa-settings-autosave.php:9708
6127
- msgid "Setting"
6128
- msgstr ""
6129
-
6130
- #: wppa-potd-admin.php:74 wppa-potd-admin.php:361
6131
- #: wppa-settings-autosave.php:513 wppa-settings-autosave.php:675
6132
- #: wppa-settings-autosave.php:697 wppa-settings-autosave.php:1476
6133
- #: wppa-settings-autosave.php:1497 wppa-settings-autosave.php:3070
6134
- #: wppa-settings-autosave.php:3094 wppa-settings-autosave.php:3470
6135
- #: wppa-settings-autosave.php:3491 wppa-settings-autosave.php:4886
6136
- #: wppa-settings-autosave.php:4910 wppa-settings-autosave.php:5086
6137
- #: wppa-settings-autosave.php:5110 wppa-settings-autosave.php:6168
6138
- #: wppa-settings-autosave.php:6882 wppa-settings-autosave.php:6906
6139
- #: wppa-settings-autosave.php:7731 wppa-settings-autosave.php:7752
6140
- #: wppa-settings-autosave.php:9709 wppa-settings-autosave.php:9731
6141
- #: wppa-settings-autosave.php:9771 wppa-settings-autosave.php:9793
6142
- #: wppa-settings-autosave.php:9839
6143
- msgid "Help"
6144
- msgstr ""
6145
-
6146
- #: wppa-potd-admin.php:82
6147
- msgid "Widget Title:"
6148
- msgstr ""
6149
-
6150
- #: wppa-potd-admin.php:83
6151
- msgid "The title of the widget."
6152
- msgstr ""
6153
-
6154
- #: wppa-potd-admin.php:84
6155
- msgid ""
6156
- "Enter/modify the title for the widget. This is a default and can be "
6157
- "overriden at widget activation."
6158
- msgstr ""
6159
-
6160
- #: wppa-potd-admin.php:89
6161
- msgid "Widget Photo Width:"
6162
- msgstr ""
6163
-
6164
- #: wppa-potd-admin.php:90
6165
- msgid "Enter the desired display width of the photo in the sidebar."
6166
- msgstr ""
6167
-
6168
- #: wppa-potd-admin.php:93 wppa-settings-autosave.php:714
6169
- #: wppa-settings-autosave.php:723 wppa-settings-autosave.php:845
6170
- #: wppa-settings-autosave.php:1007 wppa-settings-autosave.php:1018
6171
- msgid "pixels wide"
6172
- msgstr "Pixel"
6173
-
6174
- #: wppa-potd-admin.php:96 wppa-tinymce-shortcodes.php:623
6175
- msgid "Horizontal alignment:"
6176
- msgstr ""
6177
-
6178
- #: wppa-potd-admin.php:97
6179
- msgid "Enter the desired display alignment of the photo in the sidebar."
6180
- msgstr ""
6181
-
6182
- #: wppa-potd-admin.php:100 wppa-settings-autosave.php:3835
6183
- #: wppa-settings-autosave.php:3849 wppa-settings-autosave.php:4106
6184
- #: wppa-settings-autosave.php:9683 wppa-slideshow-widget.php:215
6185
- #: wppa-tinymce-shortcodes.php:628
6186
- msgid "center"
6187
- msgstr ""
6188
-
6189
- #: wppa-potd-admin.php:109
6190
- msgid "Enter the url. Do'nt forget the HTTP://"
6191
- msgstr ""
6192
-
6193
- #: wppa-potd-admin.php:115
6194
- msgid "Link Title:"
6195
- msgstr ""
6196
-
6197
- #: wppa-potd-admin.php:116
6198
- msgid "The balloon text when hovering over the photo."
6199
- msgstr ""
6200
-
6201
- #: wppa-potd-admin.php:125
6202
- msgid "Links are set on the <b>Photo Albums -> Settings</b> screen."
6203
- msgstr ""
6204
-
6205
- #: wppa-potd-admin.php:133
6206
- msgid "Select the content of the subtitle."
6207
- msgstr ""
6208
-
6209
- #: wppa-potd-admin.php:137
6210
- msgid "Photo Name"
6211
- msgstr ""
6212
-
6213
- #: wppa-potd-admin.php:145
6214
- msgid "Counter:"
6215
- msgstr ""
6216
-
6217
- #: wppa-potd-admin.php:146
6218
- msgid "Display a counter of other photos in the album."
6219
- msgstr ""
6220
-
6221
- #: wppa-potd-admin.php:153
6222
- msgid "The counter links to."
6223
- msgstr ""
6224
-
6225
- #: wppa-potd-admin.php:156 wppa-settings-autosave.php:1070
6226
- #: wppa-settings-autosave.php:5912 wppa-settings-autosave.php:5945
6227
- #: wppa-settings-autosave.php:6042
6228
- msgid "thumbnails"
6229
- msgstr "Miniaturbilder"
6230
-
6231
- #: wppa-potd-admin.php:156 wppa-settings-autosave.php:5913
6232
- #: wppa-settings-autosave.php:5946 wppa-settings-autosave.php:6043
6233
- msgid "slideshow"
6234
- msgstr ""
6235
-
6236
- #: wppa-potd-admin.php:156
6237
- msgid "single image"
6238
- msgstr ""
6239
-
6240
- #: wppa-potd-admin.php:161
6241
- msgid "Type of album(s) to use:"
6242
- msgstr ""
6243
-
6244
- #: wppa-potd-admin.php:162
6245
- msgid "Select physical or virtual."
6246
- msgstr ""
6247
-
6248
- #: wppa-potd-admin.php:165
6249
- msgid "physical albums"
6250
- msgstr ""
6251
-
6252
- #: wppa-potd-admin.php:165
6253
- msgid "virtual albums"
6254
- msgstr ""
6255
-
6256
- #: wppa-potd-admin.php:170
6257
- msgid "Albums to use:"
6258
- msgstr ""
6259
-
6260
- #: wppa-potd-admin.php:171 wppa-potd-admin.php:194
6261
- msgid "Select the albums to use for the photo of the day."
6262
- msgstr ""
6263
-
6264
- #: wppa-potd-admin.php:190 wppa-potd-admin.php:644 wppa-potd-admin.php:669
6265
- #: wppa-potd-admin.php:707 wppa-settings-autosave.php:347
6266
- #: wppa-settings-autosave.php:7592 wppa-settings-autosave.php:7619
6267
- #: wppa-settings-autosave.php:8832 wppa-settings-autosave.php:8834
6268
- #: wppa-settings-autosave.php:10234 wppa-settings-autosave.php:10252
6269
- #: wppa-settings-autosave.php:10272 wppa-settings-autosave.php:10289
6270
- #: wppa-settings-autosave.php:10318 wppa-settings-autosave.php:10336
6271
- #: wppa-settings-autosave.php:10360 wppa-settings-autosave.php:10381
6272
- #: wppa-settings-autosave.php:10401 wppa-settings-autosave.php:10418
6273
- #: wppa-settings-autosave.php:10462 wppa-settings-autosave.php:10515
6274
- #: wppa-settings-autosave.php:10547
6275
- msgid "Setting unmodified"
6276
- msgstr ""
6277
-
6278
- #: wppa-potd-admin.php:195
6279
- msgid "- all albums -"
6280
- msgstr ""
6281
-
6282
- #: wppa-potd-admin.php:196
6283
- msgid "- all -separate- albums -"
6284
- msgstr ""
6285
-
6286
- #: wppa-potd-admin.php:197
6287
- msgid "- all albums except -separate-"
6288
- msgstr ""
6289
-
6290
- #: wppa-potd-admin.php:198
6291
- msgid "- top rated photos -"
6292
- msgstr ""
6293
-
6294
- #: wppa-potd-admin.php:206
6295
- msgid "Include (grand)children:"
6296
- msgstr ""
6297
-
6298
- #: wppa-potd-admin.php:207
6299
- msgid "Include the photos of all sub albums?"
6300
- msgstr ""
6301
-
6302
- #: wppa-potd-admin.php:213
6303
- msgid "Inverse selection:"
6304
- msgstr ""
6305
-
6306
- #: wppa-potd-admin.php:214
6307
- msgid "Use any album, except the selection made above."
6308
- msgstr ""
6309
-
6310
- #: wppa-potd-admin.php:221
6311
- msgid "Status filter:"
6312
- msgstr ""
6313
-
6314
- #: wppa-potd-admin.php:222
6315
- msgid "Use only photos with a certain status."
6316
- msgstr ""
6317
-
6318
- #: wppa-potd-admin.php:223
6319
- msgid "Select - none - if you want no filtering on status."
6320
- msgstr ""
6321
-
6322
- #: wppa-potd-admin.php:225
6323
- msgid "- none -"
6324
- msgstr ""
6325
-
6326
- #: wppa-potd-admin.php:231
6327
- msgid "Any medal"
6328
- msgstr ""
6329
-
6330
- #: wppa-potd-admin.php:244
6331
- msgid "Display method:"
6332
- msgstr ""
6333
-
6334
- #: wppa-potd-admin.php:245
6335
- msgid "Select the way a photo will be selected."
6336
- msgstr ""
6337
-
6338
- #: wppa-potd-admin.php:248
6339
- msgid "Fixed photo"
6340
- msgstr ""
6341
-
6342
- #: wppa-potd-admin.php:250
6343
- msgid "Last upload"
6344
- msgstr ""
6345
-
6346
- #: wppa-potd-admin.php:251
6347
- msgid "Change every"
6348
- msgstr ""
6349
-
6350
- #: wppa-potd-admin.php:258
6351
- msgid "Change every period:"
6352
- msgstr ""
6353
-
6354
- #: wppa-potd-admin.php:259
6355
- msgid "The time period a certain photo is used."
6356
- msgstr ""
6357
-
6358
- #: wppa-potd-admin.php:262
6359
- msgid "pageview."
6360
- msgstr ""
6361
-
6362
- #: wppa-potd-admin.php:263
6363
- msgid "hour."
6364
- msgstr ""
6365
-
6366
- #: wppa-potd-admin.php:264
6367
- msgid "day."
6368
- msgstr ""
6369
-
6370
- #: wppa-potd-admin.php:265
6371
- msgid "week."
6372
- msgstr ""
6373
-
6374
- #: wppa-potd-admin.php:266
6375
- msgid "month."
6376
- msgstr ""
6377
-
6378
- #: wppa-potd-admin.php:267
6379
- msgid "day of week is order#"
6380
- msgstr ""
6381
-
6382
- #: wppa-potd-admin.php:268
6383
- msgid "day of month is order#"
6384
- msgstr ""
6385
-
6386
- #: wppa-potd-admin.php:269
6387
- msgid "day of year is order#"
6388
- msgstr ""
6389
-
6390
- #: wppa-potd-admin.php:294
6391
- msgid "Day offset:"
6392
- msgstr ""
6393
-
6394
- #: wppa-potd-admin.php:295
6395
- msgid "The difference between daynumber and photo order number."
6396
- msgstr ""
6397
-
6398
- #: wppa-potd-admin.php:306
6399
- #, php-format
6400
- msgid "Current day# = %s, offset ="
6401
- msgstr ""
6402
-
6403
- #: wppa-potd-admin.php:315
6404
- #, php-format
6405
- msgid "Todays photo order# = %s."
6406
- msgstr ""
6407
-
6408
- #: wppa-potd-admin.php:322
6409
- msgid "Current \"photo of the day\":"
6410
- msgstr ""
6411
-
6412
- #: wppa-potd-admin.php:333
6413
- msgid "Uploader"
6414
- msgstr ""
6415
-
6416
- #: wppa-potd-admin.php:338
6417
- msgid "Not found."
6418
- msgstr ""
6419
-
6420
- #: wppa-potd-admin.php:342
6421
- msgid "Show selection"
6422
- msgstr ""
6423
-
6424
- #: wppa-potd-admin.php:343
6425
- msgid "Show the photos in the current selection."
6426
- msgstr ""
6427
-
6428
- #: wppa-potd-admin.php:386
6429
- msgid "Photos in the current selection"
6430
- msgstr ""
6431
-
6432
- #: wppa-potd-admin.php:411
6433
- msgid "No photos in the selection"
6434
- msgstr ""
6435
-
6436
- #: wppa-potd-admin.php:414
6437
- #, php-format
6438
- msgid "There are too many photos in the selection to show a preview ( %d )"
6439
- msgstr ""
6440
-
6441
- #: wppa-potd-admin.php:573 wppa-settings-autosave.php:10162
6442
- msgid "The default for this setting is:"
6443
- msgstr ""
6444
-
6445
- #: wppa-potd-admin.php:590 wppa-settings-autosave.php:10179
6446
- msgid "Click for help"
6447
- msgstr ""
6448
-
6449
- #: wppa-potd-admin.php:614 wppa-settings-autosave.php:10563
6450
- msgid "Checked"
6451
- msgstr ""
6452
-
6453
- #: wppa-potd-admin.php:615 wppa-settings-autosave.php:10564
6454
- msgid "Unchecked"
6455
- msgstr ""
6456
-
6457
- #: wppa-potd-admin.php:616 wppa-settings-autosave.php:5168
6458
- #: wppa-settings-autosave.php:5211 wppa-settings-autosave.php:5289
6459
- #: wppa-settings-autosave.php:5332 wppa-settings-autosave.php:5382
6460
- #: wppa-settings-autosave.php:5431 wppa-settings-autosave.php:5480
6461
- #: wppa-settings-autosave.php:5534 wppa-settings-autosave.php:5572
6462
- #: wppa-settings-autosave.php:5624 wppa-settings-autosave.php:5666
6463
- #: wppa-settings-autosave.php:5708 wppa-settings-autosave.php:5749
6464
- #: wppa-settings-autosave.php:10565
6465
- msgid "no link at all."
6466
- msgstr ""
6467
-
6468
- #: wppa-potd-admin.php:617 wppa-settings-autosave.php:5169
6469
- #: wppa-settings-autosave.php:5212 wppa-settings-autosave.php:5290
6470
- #: wppa-settings-autosave.php:5333 wppa-settings-autosave.php:5383
6471
- #: wppa-settings-autosave.php:5432 wppa-settings-autosave.php:5481
6472
- #: wppa-settings-autosave.php:5535 wppa-settings-autosave.php:5573
6473
- #: wppa-settings-autosave.php:5625 wppa-settings-autosave.php:5667
6474
- #: wppa-settings-autosave.php:5709 wppa-settings-autosave.php:5750
6475
- #: wppa-settings-autosave.php:10566
6476
- msgid "the plain photo (file)."
6477
- msgstr ""
6478
-
6479
- #: wppa-potd-admin.php:618 wppa-settings-autosave.php:5172
6480
- #: wppa-settings-autosave.php:5215 wppa-settings-autosave.php:5291
6481
- #: wppa-settings-autosave.php:5336 wppa-settings-autosave.php:5386
6482
- #: wppa-settings-autosave.php:5435 wppa-settings-autosave.php:5484
6483
- #: wppa-settings-autosave.php:5574 wppa-settings-autosave.php:5627
6484
- #: wppa-settings-autosave.php:5669 wppa-settings-autosave.php:5711
6485
- #: wppa-settings-autosave.php:10567
6486
- msgid "the full size photo in a slideshow."
6487
- msgstr ""
6488
-
6489
- #: wppa-potd-admin.php:619 wppa-settings-autosave.php:5173
6490
- #: wppa-settings-autosave.php:5216 wppa-settings-autosave.php:5292
6491
- #: wppa-settings-autosave.php:5338 wppa-settings-autosave.php:5388
6492
- #: wppa-settings-autosave.php:5437 wppa-settings-autosave.php:5486
6493
- #: wppa-settings-autosave.php:5576 wppa-settings-autosave.php:5628
6494
- #: wppa-settings-autosave.php:5670 wppa-settings-autosave.php:5712
6495
- #: wppa-settings-autosave.php:5751 wppa-settings-autosave.php:10568
6496
- msgid "the fullsize photo on its own."
6497
- msgstr ""
6498
-
6499
- #: wppa-potd-admin.php:620 wppa-settings-autosave.php:10569
6500
- msgid "the photo specific link."
6501
- msgstr ""
6502
-
6503
- #: wppa-potd-admin.php:621 wppa-settings-autosave.php:5171
6504
- #: wppa-settings-autosave.php:5214 wppa-settings-autosave.php:5626
6505
- #: wppa-settings-autosave.php:5668 wppa-settings-autosave.php:5710
6506
- #: wppa-settings-autosave.php:10570
6507
- msgid "the content of the album."
6508
- msgstr ""
6509
-
6510
- #: wppa-potd-admin.php:622 wppa-settings-autosave.php:5213
6511
- #: wppa-settings-autosave.php:10571
6512
- msgid "defined at widget activation."
6513
- msgstr ""
6514
-
6515
- #: wppa-potd-admin.php:623 wppa-settings-autosave.php:5170
6516
- #: wppa-settings-autosave.php:10572
6517
- msgid "defined on widget admin page."
6518
- msgstr ""
6519
-
6520
- #: wppa-potd-admin.php:624 wppa-settings-autosave.php:5536
6521
- #: wppa-settings-autosave.php:10573
6522
- msgid "same as title."
6523
- msgstr ""
6524
-
6525
- #: wppa-potd-admin.php:636 wppa-potd-admin.php:659 wppa-potd-admin.php:680
6526
- #: wppa-settings-autosave.php:10224 wppa-settings-autosave.php:10244
6527
- #: wppa-settings-autosave.php:10262 wppa-settings-autosave.php:10281
6528
- #: wppa-settings-autosave.php:10311 wppa-settings-autosave.php:10328
6529
- #: wppa-settings-autosave.php:10352 wppa-settings-autosave.php:10373
6530
- #: wppa-settings-autosave.php:10393 wppa-settings-autosave.php:10435
6531
- msgid "Slug ="
6532
- msgstr ""
6533
-
6534
- #: wppa-potd-admin.php:636 wppa-settings-autosave.php:10328
6535
- #: wppa-settings-autosave.php:10352 wppa-settings-autosave.php:10373
6536
- #: wppa-settings-autosave.php:10393
6537
- msgid "Values = yes, no"
6538
- msgstr ""
6539
-
6540
- #: wppa-potd-admin.php:680 wppa-settings-autosave.php:10435
6541
- msgid "Values = "
6542
- msgstr ""
6543
-
6544
- #: wppa-potd-widget.php:14
6545
- msgid "WPPA+ Photo Of The Day"
6546
- msgstr ""
6547
-
6548
- #: wppa-potd-widget.php:15
6549
- msgid "Photo Of The Day"
6550
- msgstr ""
6551
-
6552
- #: wppa-potd-widget.php:212
6553
- msgid ""
6554
- "You can set the content and the sizes in this widget in the <b>Photo Albums -"
6555
- "> Photo of the day</b> admin page."
6556
- msgstr ""
6557
-
6558
- #: wppa-qr-widget.php:14
6559
- msgid "WPPA+ QR Widget"
6560
- msgstr ""
6561
-
6562
- #: wppa-qr-widget.php:15 wppa-qr-widget.php:33
6563
- msgid "QR Widget"
6564
- msgstr ""
6565
-
6566
- #: wppa-qr-widget.php:91
6567
- msgid ""
6568
- "You can set the sizes and colors in this widget in the <b>Photo Albums -> "
6569
- "Settings</b> admin page."
6570
- msgstr ""
6571
-
6572
- #: wppa-search-widget.php:14
6573
- msgid "WPPA+ Search Photos"
6574
- msgstr ""
6575
-
6576
- #: wppa-search-widget.php:16 wppa-search-widget.php:38
6577
- #: wppa-search-widget.php:84
6578
- msgid "Search Photos"
6579
- msgstr ""
6580
-
6581
- #: wppa-search-widget.php:106
6582
- msgid "Text:"
6583
- msgstr ""
6584
-
6585
- #: wppa-search-widget.php:110
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:114
6592
- msgid "Enable rootsearch"
6593
- msgstr ""
6594
-
6595
- #: wppa-search-widget.php:119
6596
- msgid ""
6597
- "If you want the search to be limited to a specific album and its "
6598
- "(grand)children, select the album here."
6599
- msgstr ""
6600
-
6601
- #: wppa-search-widget.php:121
6602
- msgid ""
6603
- "If you select an album here, it will overrule the previous checkbox using "
6604
- "the album as a 'fixed' root."
6605
- msgstr ""
6606
-
6607
- #: wppa-search-widget.php:135
6608
- msgid "Enable subsearch"
6609
- msgstr ""
6610
-
6611
- #: wppa-search-widget.php:140 wppa-settings-autosave.php:6094
6612
- msgid "Landing page"
6613
- msgstr ""
6614
-
6615
- #: wppa-search-widget.php:149
6616
- msgid "--- Default ---"
6617
- msgstr ""
6618
-
6619
- #: wppa-search-widget.php:192
6620
- msgid "The default page will be created automaticly"
6621
- msgstr ""
6622
-
6623
- #: wppa-settings-autosave.php:48
6624
- msgid "Close!"
6625
- msgstr ""
6626
-
6627
- #: wppa-settings-autosave.php:96
6628
- msgid "Saved settings restored"
6629
- msgstr ""
6630
-
6631
- #: wppa-settings-autosave.php:99
6632
- msgid "Unable to restore saved settings"
6633
- msgstr ""
6634
-
6635
- #: wppa-settings-autosave.php:105
6636
- msgid "Reset to default settings"
6637
- msgstr ""
6638
-
6639
- #: wppa-settings-autosave.php:108
6640
- msgid "Unable to set defaults"
6641
- msgstr ""
6642
-
6643
- #: wppa-settings-autosave.php:113
6644
- #, php-format
6645
- msgid "Skinfile %s loaded"
6646
- msgstr ""
6647
-
6648
- #: wppa-settings-autosave.php:124 wppa-settings-autosave.php:146
6649
- #: wppa-settings-autosave.php:167
6650
- #, php-format
6651
- msgid "Upload error %s"
6652
- msgstr ""
6653
-
6654
- #: wppa-settings-autosave.php:129
6655
- #, php-format
6656
- msgid "Uploaded file %s is not a .png file"
6657
- msgstr ""
6658
-
6659
- #: wppa-settings-autosave.php:133 wppa-settings-autosave.php:154
6660
- #: wppa-settings-autosave.php:190
6661
- #, php-format
6662
- msgid "Upload of %s done"
6663
- msgstr ""
6664
-
6665
- #: wppa-settings-autosave.php:138 wppa-settings-autosave.php:159
6666
- #: wppa-settings-autosave.php:195
6667
- msgid "No file selected or error on upload"
6668
- msgstr ""
6669
-
6670
- #: wppa-settings-autosave.php:150
6671
- #, php-format
6672
- msgid "Uploaded file %s is not a .ttf file"
6673
- msgstr ""
6674
-
6675
- #: wppa-settings-autosave.php:172
6676
- #, php-format
6677
- msgid "Uploaded file %s is not a valid image file"
6678
- msgstr ""
6679
-
6680
- #: wppa-settings-autosave.php:251
6681
- #, php-format
6682
- msgid ""
6683
- "%s invalid ratings removed. Please run Table VIII-A5: Rerate to fix the "
6684
- "averages."
6685
- msgstr ""
6686
-
6687
- #: wppa-settings-autosave.php:262
6688
- #, php-format
6689
- msgid "%s last album used settings removed."
6690
- msgstr ""
6691
-
6692
- #: wppa-settings-autosave.php:270
6693
- msgid "WP Photo Album Plus Settings"
6694
- msgstr ""
6695
-
6696
- #: wppa-settings-autosave.php:270
6697
- msgid "Auto Save"
6698
- msgstr ""
6699
-
6700
- #: wppa-settings-autosave.php:271
6701
- msgid "Database revision:"
6702
- msgstr ""
6703
-
6704
- #: wppa-settings-autosave.php:271
6705
- msgid "WP Charset:"
6706
- msgstr ""
6707
-
6708
- #: wppa-settings-autosave.php:274
6709
- msgid "Multisite in singlesite mode."
6710
- msgstr ""
6711
-
6712
- #: wppa-settings-autosave.php:277
6713
- msgid "Multisite enabled."
6714
- msgstr ""
6715
-
6716
- #: wppa-settings-autosave.php:279
6717
- msgid "Blogid ="
6718
- msgstr ""
6719
-
6720
- #: wppa-settings-autosave.php:297
6721
- msgid "Please de-activate plugin <i style=\"font-size:14px;\">"
6722
- msgstr ""
6723
-
6724
- #: wppa-settings-autosave.php:297
6725
- msgid ". </i>This plugin will cause wppa+ to function not properly."
6726
- msgstr ""
6727
-
6728
- #: wppa-settings-autosave.php:307
6729
- msgid "Please note that plugin <i style=\"font-size:14px;\">"
6730
- msgstr ""
6731
-
6732
- #: wppa-settings-autosave.php:307
6733
- msgid "</i> can cause wppa+ to function not properly if it is misconfigured."
6734
- msgstr ""
6735
-
6736
- #: wppa-settings-autosave.php:312
6737
- msgid ""
6738
- "There is a serious misconfiguration in your servers PHP config. Function "
6739
- "wppa_imagecreatefromjpeg() does not exist. You will encounter problems when "
6740
- "uploading photos and not be able to generate thumbnail images. Ask your "
6741
- "hosting provider to add GD support with a minimal version 1.8."
6742
- msgstr ""
6743
-
6744
- #: wppa-settings-autosave.php:320
6745
- msgid "Remove empty albums needs completion. See Table VIII"
6746
- msgstr ""
6747
-
6748
- #: wppa-settings-autosave.php:321
6749
- msgid "Applying new photo description needs completion. See Table VIII"
6750
- msgstr ""
6751
-
6752
- #: wppa-settings-autosave.php:322
6753
- msgid "Appending to photo description needs completion. See Table VIII"
6754
- msgstr ""
6755
-
6756
- #: wppa-settings-autosave.php:323
6757
- msgid "Removing from photo description needs completion. See Table VIII"
6758
- msgstr ""
6759
-
6760
- #: wppa-settings-autosave.php:324
6761
- msgid "Removing file extensions needs completion. See Table VIII"
6762
- msgstr ""
6763
-
6764
- #: wppa-settings-autosave.php:325
6765
- msgid "Regenerating the Thumbnails needs completion. See Table VIII"
6766
- msgstr ""
6767
-
6768
- #: wppa-settings-autosave.php:326
6769
- msgid "Rerating needs completion. See Table VIII"
6770
- msgstr ""
6771
-
6772
- #: wppa-settings-autosave.php:334
6773
- msgid ""
6774
- "A thumbframe width or height should not be smaller than a thumbnail size. "
6775
- "Please correct the corresponding setting(s) in Table I-C"
6776
- msgstr ""
6777
-
6778
- #: wppa-settings-autosave.php:339
6779
- msgid "Show legenda"
6780
- msgstr ""
6781
-
6782
- #: wppa-settings-autosave.php:341
6783
- msgid "Legenda:"
6784
- msgstr ""
6785
-
6786
- #: wppa-settings-autosave.php:342 wppa-settings-autosave.php:344
6787
- #: wppa-settings-autosave.php:2073 wppa-settings-autosave.php:5841
6788
- msgid "Button"
6789
- msgstr ""
6790
-
6791
- #: wppa-settings-autosave.php:342
6792
- msgid "action that causes page reload."
6793
- msgstr ""
6794
-
6795
- #: wppa-settings-autosave.php:344 wppa-settings-autosave.php:10596
6796
- #: wppa-settings-autosave.php:10615
6797
- msgid "Are you sure?"
6798
- msgstr ""
6799
-
6800
- #: wppa-settings-autosave.php:345
6801
- msgid "action that does not cause page reload."
6802
- msgstr ""
6803
-
6804
- #: wppa-settings-autosave.php:349
6805
- msgid "Update in progress"
6806
- msgstr ""
6807
-
6808
- #: wppa-settings-autosave.php:351
6809
- msgid "Setting updated"
6810
- msgstr ""
6811
-
6812
- #: wppa-settings-autosave.php:353
6813
- msgid "Update failed"
6814
- msgstr ""
6815
-
6816
- #: wppa-settings-autosave.php:355
6817
- msgid "Hide this"
6818
- msgstr ""
6819
-
6820
- #: wppa-settings-autosave.php:361
6821
- msgid "System"
6822
- msgstr ""
6823
-
6824
- #: wppa-settings-autosave.php:362
6825
- msgid "Access"
6826
- msgstr ""
6827
-
6828
- #: wppa-settings-autosave.php:366
6829
- msgid "Counts"
6830
- msgstr ""
6831
-
6832
- #: wppa-settings-autosave.php:367
6833
- msgid "Covers"
6834
- msgstr "Cover"
6835
-
6836
- #: wppa-settings-autosave.php:368
6837
- msgid "Layout"
6838
- msgstr "Layout"
6839
-
6840
- #: wppa-settings-autosave.php:369 wppa-settings-autosave.php:5058
6841
- msgid "Lightbox"
6842
- msgstr "Lightbox"
6843
-
6844
- #: wppa-settings-autosave.php:370
6845
- msgid "Links"
6846
- msgstr "Links"
6847
-
6848
- #: wppa-settings-autosave.php:371
6849
- msgid "Mail"
6850
- msgstr "E-Mail"
6851
-
6852
- #: wppa-settings-autosave.php:372
6853
- msgid "Metadata"
6854
- msgstr "Metadaten"
6855
-
6856
- #: wppa-settings-autosave.php:373
6857
- msgid "Navigation"
6858
- msgstr "Navigation"
6859
-
6860
- #: wppa-settings-autosave.php:375 wppa-settings-autosave.php:8995
6861
- #: wppa-settings-autosave.php:9040
6862
- msgid "Rating"
6863
- msgstr "Bewertung"
6864
-
6865
- #: wppa-settings-autosave.php:377
6866
- msgid "Sizes"
6867
- msgstr "Größen"
6868
-
6869
- #: wppa-settings-autosave.php:378
6870
- msgid "Slideshows"
6871
- msgstr "Diashows"
6872
-
6873
- #: wppa-settings-autosave.php:379
6874
- msgid "Social Media"
6875
- msgstr "Soziale Medien"
6876
-
6877
- #: wppa-settings-autosave.php:381
6878
- msgid "Uploads"
6879
- msgstr "Uploads"
6880
-
6881
- #: wppa-settings-autosave.php:382
6882
- msgid "Widgets"
6883
- msgstr "Widgets"
6884
-
6885
- #: wppa-settings-autosave.php:383 wppa-settings-autosave.php:8813
6886
- msgid "Watermark"
6887
- msgstr "Wasserzeichen"
6888
-
6889
- #: wppa-settings-autosave.php:391
6890
- msgid "Click on the banner of a (sub)table to open/close it, or"
6891
- msgstr ""
6892
-
6893
- #: wppa-settings-autosave.php:393
6894
- msgid "Show settings related to:"
6895
- msgstr ""
6896
-
6897
- #: wppa-settings-autosave.php:399
6898
- msgid "and ( optionally ) to:"
6899
- msgstr ""
6900
-
6901
- #: wppa-settings-autosave.php:415
6902
- msgid "Quick setup"
6903
- msgstr ""
6904
-
6905
- #: wppa-settings-autosave.php:417
6906
- msgid "Do a quick initial setup"
6907
- msgstr ""
6908
-
6909
- #: wppa-settings-autosave.php:418
6910
- msgid "Close quick setup"
6911
- msgstr ""
6912
-
6913
- #: wppa-settings-autosave.php:458
6914
- msgid "--- The same post or page ---"
6915
- msgstr ""
6916
-
6917
- #: wppa-settings-autosave.php:489
6918
- msgid "--- No page to link to (yet) ---"
6919
- msgstr ""
6920
-
6921
- #: wppa-settings-autosave.php:494
6922
- msgid "--- Will be auto created ---"
6923
- msgstr ""
6924
-
6925
- #: wppa-settings-autosave.php:501
6926
- msgid "Table O:"
6927
- msgstr "Tabelle 0 -"
6928
-
6929
- #: wppa-settings-autosave.php:501
6930
- msgid "Quick Setup:"
6931
- msgstr "Schnelleinstellung"
6932
-
6933
- #: wppa-settings-autosave.php:502
6934
- msgid "This table enables you to quickly do an inital setup."
6935
- msgstr "Diese Tabelle ermöglicht es, erste Einstellungen schnell vorzunehmen."
6936
-
6937
- #: wppa-settings-autosave.php:524
6938
- msgid ""
6939
- "To quickly setup WPPA+ please answer the following questions. You can alway "
6940
- "change any setting later. <a>Click on me!</a>"
6941
- msgstr ""
6942
- "Für ein schnelles Setup von WPPA+ beantworten Sie bitte die folgenden "
6943
- "Fragen. Sie können später jede Einstellung verändern. <a>Klicken Sie hier</a>"
6944
-
6945
- #: wppa-settings-autosave.php:526
6946
- msgid "Is your theme <i>responsive</i>?"
6947
- msgstr "Ist Ihr Thema responsive?"
6948
-
6949
- #: wppa-settings-autosave.php:527
6950
- msgid ""
6951
- "Responsive themes have a layout that varies with the size of the browser "
6952
- "window."
6953
- msgstr ""
6954
- "Responsive Themen haben ein Layout, das sich mit der Größe des "
6955
- "Browserfensters verändert."
6956
-
6957
- #: wppa-settings-autosave.php:528
6958
- msgid ""
6959
- "WPPA+ needs to know this to automaticly adept the width of the display to "
6960
- "the available width on the page."
6961
- msgstr ""
6962
- "WPPA+ benötigt diese Angabe, um die Breite des Anzeigenbereichs automatisch "
6963
- "an die verfügbare Breite der Seite anzupassen."
6964
-
6965
- #: wppa-settings-autosave.php:535
6966
- msgid "Do you want to downsize photos during upload?"
6967
- msgstr "Möchten Sie hochgeladene Fotos verkleinern?"
6968
-
6969
- #: wppa-settings-autosave.php:536
6970
- msgid ""
6971
- "Downsizing photos make them load faster to the visitor, without loosing "
6972
- "display quality"
6973
- msgstr ""
6974
- "Verkleinerte Fotos können für die Besucher der Webseite ohne "
6975
- "Qualitätsverlust schneller geladen werden."
6976
-
6977
- #: wppa-settings-autosave.php:537
6978
- msgid ""
6979
- "If you answer yes, the photos will be downsized to max 1024 x 768 pixels. "
6980
- "You can change this later, if you like"
6981
- msgstr ""
6982
- "Wenn Sie mit \\\"Ja\\\" antworten, werden die Fotos auf maximal 1.024 x 768 "
6983
- "Pixel verkleinert. Sie können diese Einstellung später ändern, falls Sie das "
6984
- "möchten."
6985
-
6986
- #: wppa-settings-autosave.php:544
6987
- msgid "Do you want to save the original photofiles?"
6988
- msgstr "Möchten Sie die Originalbilder behalten?"
6989
-
6990
- #: wppa-settings-autosave.php:545
6991
- msgid "This will require considerable disk space on the server."
6992
- msgstr "Das setzt entsprechend viel Speicherplatz auf dem Server voraus."
6993
-
6994
- #: wppa-settings-autosave.php:546
6995
- msgid ""
6996
- "If you answer yes, you will be able to remove watermarks you applied with "
6997
- "wppa+ in a later stage, redo downsizing to a larger size afterwards, and "
6998
- "supply fullsize images for download."
6999
- msgstr ""
7000
- "Wenn Sie \\\"Ja\\\" antworten, können Sie ggf. mit WPPA+ hinzugefügte "
7001
- "Wasserzeichen entfernen, die Fotogröße auf ein anderes Format andern oder "
7002
- "die Originalbilder zum Download anbieten."
7003
-
7004
- #: wppa-settings-autosave.php:553
7005
- msgid "May visitors upload photos?"
7006
- msgstr "Dürfen Besucher Fotos hochladen?"
7007
-
7008
- #: wppa-settings-autosave.php:554
7009
- msgid ""
7010
- "It is safe to do so, but i will have to do some settings to keep it safe!"
7011
- msgstr ""
7012
- "Es ist sicher, dieses zuzulassen, es sind jedoch einige Einstellungen "
7013
- "erforderlich, damit es sicher bleibt!"
7014
-
7015
- #: wppa-settings-autosave.php:555
7016
- msgid ""
7017
- "If you answer yes, i will assume you want to enable logged in users to "
7018
- "upload photos at the front-end of the website and allow them to edit their "
7019
- "photos name and descriptions."
7020
- msgstr ""
7021
- "Wenn Sie \\\"Ja\\\" antworten, gehe ich davon aus, dass angemeldete Besucher "
7022
- "Fotos in der Benutzeroberfläche der Webseite hochladen dürfen. Es wird ihnen "
7023
- "ebenfalls erlaubt, die Namen und Beschreibungen der Fotos zu einzugeben."
7024
-
7025
- #: wppa-settings-autosave.php:556
7026
- msgid ""
7027
- "The photos will be hold for moderation, the admin will get notified by email."
7028
- msgstr ""
7029
- "Die Fotos müssen freigegeben werden. Der Admin wird per E-Mail über neue "
7030
- "Bilder informiert."
7031
-
7032
- #: wppa-settings-autosave.php:557
7033
- msgid ""
7034
- "Each user will get his own album to upload to. These settings can be changed "
7035
- "later."
7036
- msgstr ""
7037
- "Jeder Benutzer bekommt sein eigenes Album, in das er Fotos hochladen kann. "
7038
- "Diese Einstellungen können später geändert werden."
7039
-
7040
- #: wppa-settings-autosave.php:564
7041
- msgid "Do you want the rating system active?"
7042
- msgstr "Möchten Sie das Bewertungssystem aktivieren?"
7043
-
7044
- #: wppa-settings-autosave.php:565
7045
- msgid "Enable the rating system and show the votes in the slideshow."
7046
- msgstr ""
7047
- "Aktiviere das Bewertungssystem und zeige die Bewertungen in der Diashow."
7048
-
7049
- #: wppa-settings-autosave.php:566
7050
- msgid "You can configure the details of the rating system later"
7051
- msgstr "Die Details zum Bewertungssystem können Sie später einstellen."
7052
-
7053
- #: wppa-settings-autosave.php:573
7054
- msgid "Do you want the comment system active?"
7055
- msgstr "Möchten Sie das Kommentarsystem aktivieren?"
7056
-
7057
- #: wppa-settings-autosave.php:574
7058
- msgid "Enable the comment system and show the comments in the slideshow."
7059
- msgstr "Aktiviere das Kommentarsystem und zeige die Kommentare der Diashow."
7060
-
7061
- #: wppa-settings-autosave.php:575
7062
- msgid "You can configure the details of the comment system later"
7063
- msgstr "Die Details zum Kommentarsystem können Sie später einstellen."
7064
-
7065
- #: wppa-settings-autosave.php:582
7066
- msgid "Do you want the social media share buttons displayed?"
7067
- msgstr "Möchten Sie die Soziale-Medien-Box aktivieren?"
7068
-
7069
- #: wppa-settings-autosave.php:583
7070
- msgid "Display the social media buttons in the slideshow"
7071
- msgstr "Zeige die Soziale-Medien-Schalter in der Diashow"
7072
-
7073
- #: wppa-settings-autosave.php:584
7074
- msgid ""
7075
- "These buttons share the specific photo rather than the page where it is "
7076
- "displayed on"
7077
- msgstr ""
7078
- "Diese Schalter teilen das angezeigte Foto, nicht die Seite, auf der es "
7079
- "angezeigt wird."
7080
-
7081
- #: wppa-settings-autosave.php:591
7082
- msgid "Are you going to use IPTC data?"
7083
- msgstr "Möchten Sie IPTC-Daten verwenden?"
7084
-
7085
- #: wppa-settings-autosave.php:592
7086
- msgid ""
7087
- "IPTC data is information you may have added in a photo manipulation program."
7088
- msgstr ""
7089
- "ITPC-Daten können dem Foto von Bildbearbeitungsprogrammen hinzugefügt worden "
7090
- "sein"
7091
-
7092
- #: wppa-settings-autosave.php:593 wppa-settings-autosave.php:602
7093
- msgid ""
7094
- "The information can be displayed in slideshows and in photo descriptions."
7095
- msgstr ""
7096
- "Die Daten können in Diashows und der Fotobeschreibung angezeigt werden."
7097
-
7098
- #: wppa-settings-autosave.php:600
7099
- msgid "Are you going to use EXIF data?"
7100
- msgstr "Möchten Sie EXIF-Daten verwenden?"
7101
-
7102
- #: wppa-settings-autosave.php:601
7103
- msgid ""
7104
- "EXIF data is information from the camera like model no, focal distance and "
7105
- "aperture used."
7106
- msgstr ""
7107
- "EXIF-Daten können dem Foto von der Kamera hinzugefügt worden sein, z. B. "
7108
- "Kameramodell, Belichtungszeit, Blende"
7109
-
7110
- #: wppa-settings-autosave.php:609
7111
- msgid "Are you going to use GPX data?"
7112
- msgstr "Möchten Sie GPX-Daten verwenden?"
7113
-
7114
- #: wppa-settings-autosave.php:610
7115
- msgid ""
7116
- "Some cameras and mobile devices save the geographic location where the photo "
7117
- "is taken."
7118
- msgstr ""
7119
- "GPX-Daten können dem Foto von der Kamera hinzugefügt worden sein. Sie "
7120
- "enthalten Informationen zum Aufnahmeort (Geo-Tagging)."
7121
-
7122
- #: wppa-settings-autosave.php:611
7123
- msgid "A Google map can be displayed in slideshows."
7124
- msgstr "Eine Google-Landkarte kann in Diashows angezeigt werden."
7125
-
7126
- #: wppa-settings-autosave.php:618
7127
- msgid "Are you going to use Fotomoto?"
7128
- msgstr "Möchten Sie Fotomoto verwenden?"
7129
-
7130
- #: wppa-settings-autosave.php:619
7131
- msgid ""
7132
- "<a href=\"http://www.fotomoto.com/\" target=\"_blank\" >Fotomoto</a> is an "
7133
- "on-line print service."
7134
- msgstr ""
7135
- "<a href=\"http://www.fotomoto.com/\" target=\"_blank\" >Fotomoto</a> ist ein "
7136
- "Online Printservice. "
7137
-
7138
- #: wppa-settings-autosave.php:620
7139
- msgid "If you answer Yes, you will have to open an account on Fotomoto."
7140
- msgstr "Wenn Sie \\\"Ja\\\" antworten, benötigen Sie einen Fotomoto-Account."
7141
-
7142
- #: wppa-settings-autosave.php:627
7143
- msgid "Are you going to add videofiles?"
7144
- msgstr "Möchten Sie Videodateien verwenden?"
7145
-
7146
- #: wppa-settings-autosave.php:628
7147
- msgid "You can mix videos and photos in any album."
7148
- msgstr "Sie können Videos und Fotos in jedem Album mischen"
7149
-
7150
- #: wppa-settings-autosave.php:629 wppa-settings-autosave.php:638
7151
- #: wppa-settings-autosave.php:647
7152
- msgid "You can configure the details later"
7153
- msgstr "Sie können die 'Details später einstellen"
7154
-
7155
- #: wppa-settings-autosave.php:636
7156
- msgid "Are you going to add audiofiles?"
7157
- msgstr "Möchten SieAudiodateien verwenden?"
7158
-
7159
- #: wppa-settings-autosave.php:637
7160
- msgid "You can add audio to photos in any album."
7161
- msgstr "Sie können Audiodatein in jedem Album zu Fotos hinzufügen"
7162
-
7163
- #: wppa-settings-autosave.php:645
7164
- msgid "Are you going to upload 3D stereo photos?"
7165
- msgstr "Möchten Sie 3D-Fotos verwenden?"
7166
-
7167
- #: wppa-settings-autosave.php:646
7168
- msgid "You can add l-r and r-l stereo photo pairs."
7169
- msgstr "Sie können l-r und r-l Stereo-Fotopaare hinzufügen."
7170
-
7171
- #: wppa-settings-autosave.php:654
7172
- msgid "Done?"
7173
- msgstr "Fertig?"
7174
-
7175
- #: wppa-settings-autosave.php:655
7176
- msgid "If you are ready answering these questions, select <b>yes</b>"
7177
- msgstr "Wenn Sie alle diese Fragen beantwortet haben, wählen Sie <b>Ja</b>"
7178
-
7179
- #: wppa-settings-autosave.php:656
7180
- msgid ""
7181
- "You can change any setting later, and be more specific and add a lot of "
7182
- "settings. For now it is enough, go create albums and upload photos!"
7183
- msgstr ""
7184
- "Geschaftt! Legen Sie Alben an und laden Sie Fotos hoch!\n"
7185
- "Sie können später diese und jede andere Einstellung Ihren Bedürfnissen "
7186
- "anpassen."
7187
-
7188
- #: wppa-settings-autosave.php:660
7189
- msgid ""
7190
- "Thank you!. The most important settings are done now. You can refine your "
7191
- "settings, the behaviour and appearance of WPPA+ in the Tables below."
7192
- msgstr ""
7193
- "Danke! Die wichtigsten Einstellungen sind gemacht. Sie können in den "
7194
- "folgenden Tabellen das Aussehen und Verhalten von WPPA+ beeinflussen."
7195
-
7196
- #: wppa-settings-autosave.php:685
7197
- msgid "Table I:"
7198
- msgstr "Tabelle I -"
7199
-
7200
- #: wppa-settings-autosave.php:685
7201
- msgid "Sizes:"
7202
- msgstr "Größen |"
7203
-
7204
- #: wppa-settings-autosave.php:686
7205
- msgid ""
7206
- "This table describes all the sizes and size options (except fontsizes) for "
7207
- "the generation and display of the WPPA+ elements."
7208
- msgstr ""
7209
- "Diese Tabelle beschreibt alle Größen und Größenoptionen (ohne Schriftgrößen) "
7210
- "für Berechnung und Anzeige von WPPA+-Elementen"
7211
-
7212
- #: wppa-settings-autosave.php:704
7213
- msgid "WPPA+ global system related size settings"
7214
- msgstr "WPPA+ globales System (Größen)"
7215
-
7216
- #: wppa-settings-autosave.php:706
7217
- msgid "Column Width"
7218
- msgstr "Breite"
7219
-
7220
- #: wppa-settings-autosave.php:707
7221
- msgid "The width of the main column in your theme's display area."
7222
- msgstr ""
7223
- "die Breite der Hauptspalte im Anzeigebereich des verwendeten Themas beträgt"
7224
-
7225
- #: wppa-settings-autosave.php:708
7226
- msgid "Enter the width of the main column in your theme's display area."
7227
- msgstr ""
7228
- "Geben Sie die Breite der Hauptspalte im Anzeigebereich Ihres Themas ein."
7229
-
7230
- #: wppa-settings-autosave.php:709
7231
- msgid ""
7232
- "You should set this value correctly to make sure the fullsize images are "
7233
- "properly aligned horizontally."
7234
- msgstr ""
7235
- "Sie sollten diesen Wert richtig eingeben, damit die horizontale Ausrichtung "
7236
- "der Vollbild-Fotos korrekt vorgenommen werden kann."
7237
-
7238
- #: wppa-settings-autosave.php:710
7239
- msgid ""
7240
- "You may enter 'auto' for use in themes that have a floating content column."
7241
- msgstr ""
7242
- "Sie können 'auto' eingeben, wenn Ihr Themä eine flexiblen Inhaltsspalte "
7243
- "verwendet."
7244
-
7245
- #: wppa-settings-autosave.php:711
7246
- msgid "The use of 'auto' is required for responsive themes."
7247
- msgstr ""
7248
- "Wenn Sie ein responsives Thema verwenden, MUSS 'auto' eingestellt werden."
7249
-
7250
- #: wppa-settings-autosave.php:719
7251
- msgid "Initial Width"
7252
- msgstr "Anfängliche Breite"
7253
-
7254
- #: wppa-settings-autosave.php:720
7255
- msgid "The most often displayed colun width in responsive theme"
7256
- msgstr ""
7257
- "die Breite der meistens angezeigten Spalte des verwendenten responsiven "
7258
- "Themas beträgt"
7259
-
7260
- #: wppa-settings-autosave.php:721
7261
- msgid ""
7262
- "Change this value only if your responsive theme shows initially a wrong "
7263
- "column width."
7264
- msgstr ""
7265
- "Ändern Sie diesen Wert nur, wenn Ihr responsives Thema anfänglich eine "
7266
- "falsche Spaltenbreite verwendet "
7267
-
7268
- #: wppa-settings-autosave.php:728
7269
- msgid "Resize on Upload"
7270
- msgstr "Größenänderung bei Upload"
7271
-
7272
- #: wppa-settings-autosave.php:729
7273
- msgid "Indicate if the photos should be resized during upload."
7274
- msgstr "ändere die Größe der hochgeladenen Fotos"
7275
-
7276
- #: wppa-settings-autosave.php:730
7277
- msgid ""
7278
- "If you check this item, the size of the photos will be reduced to the "
7279
- "dimension specified in the next item during the upload/import process."
7280
- msgstr ""
7281
- "Wenn ausgewählt: die Größe der Bilder wird auf die in der nächsten Zeile "
7282
- "eingestellte Größe verringert, nachdem sie hochgeladen wurden"
7283
-
7284
- #: wppa-settings-autosave.php:731
7285
- msgid "The photos will never be stretched during upload if they are smaller."
7286
- msgstr ""
7287
- "Die Fotos werden nicht vergrößert, wenn die eingestellte Größe "
7288
- "unterschritten wird"
7289
-
7290
- #: wppa-settings-autosave.php:739
7291
- msgid "Resize to"
7292
- msgstr "Größenänderung auf"
7293
-
7294
- #: wppa-settings-autosave.php:740
7295
- msgid "Resize photos to fit within a given area."
7296
- msgstr "ändere die Größe der hochgeladenen Fotos auf"
7297
-
7298
- #: wppa-settings-autosave.php:741
7299
- msgid "Specify the screensize for the unscaled photos."
7300
- msgstr "Geben Sie die Bildschirmgröße für unskalierte Fotos ein."
7301
-
7302
- #: wppa-settings-autosave.php:742
7303
- msgid ""
7304
- "The use of a non-default value is particularly usefull when you make use of "
7305
- "lightbox functionality."
7306
- msgstr ""
7307
- "Die Verwendung eines vom Standard abweichenden Wert ist möglicherweise "
7308
- "hilfreich, wenn Sie die Lightbox-Funktion benutzen."
7309
-
7310
- #: wppa-settings-autosave.php:744 wppa-settings-autosave.php:766
7311
- #: wppa-settings-autosave.php:777 wppa-settings-autosave.php:786
7312
- #: wppa-settings-autosave.php:831 wppa-settings-autosave.php:877
7313
- #: wppa-settings-autosave.php:900 wppa-settings-autosave.php:907
7314
- #: wppa-settings-autosave.php:926 wppa-settings-autosave.php:947
7315
- #: wppa-settings-autosave.php:957 wppa-settings-autosave.php:1051
7316
- #: wppa-settings-autosave.php:1085 wppa-settings-autosave.php:1105
7317
- #: wppa-settings-autosave.php:1114 wppa-settings-autosave.php:1125
7318
- #: wppa-settings-autosave.php:1137 wppa-settings-autosave.php:1158
7319
- #: wppa-settings-autosave.php:1178 wppa-settings-autosave.php:1241
7320
- #: wppa-settings-autosave.php:1250 wppa-settings-autosave.php:1261
7321
- #: wppa-settings-autosave.php:1281 wppa-settings-autosave.php:1301
7322
- #: wppa-settings-autosave.php:1321 wppa-settings-autosave.php:1341
7323
- #: wppa-settings-autosave.php:1361 wppa-settings-autosave.php:1381
7324
- #: wppa-settings-autosave.php:1390 wppa-settings-autosave.php:1399
7325
- #: wppa-settings-autosave.php:1432 wppa-settings-autosave.php:1441
7326
- #: wppa-settings-autosave.php:1453 wppa-settings-autosave.php:1462
7327
- #: wppa-settings-autosave.php:2984 wppa-settings-autosave.php:4931
7328
- #: wppa-settings-autosave.php:4948 wppa-settings-autosave.php:4965
7329
- #: wppa-settings-autosave.php:4982 wppa-settings-autosave.php:4999
7330
- #: wppa-settings-autosave.php:5016 wppa-settings-autosave.php:5033
7331
- #: wppa-settings-autosave.php:5050 wppa-settings-autosave.php:5067
7332
- #: wppa-settings-autosave.php:6407 wppa-settings-autosave.php:6418
7333
- #: wppa-settings-autosave.php:9358 wppa-settings-autosave.php:9563
7334
- #: wppa-settings-autosave.php:9605 wppa-settings-autosave.php:9623
7335
- msgid "pixels"
7336
- msgstr "Pixel"
7337
-
7338
- #: wppa-settings-autosave.php:745
7339
- msgid "Fit within rectangle as set in Table I-B1,2"
7340
- msgstr "In Rechteck einpassen wie in Tabelle I-B1, 2 eingestellt"
7341
-
7342
- #: wppa-settings-autosave.php:752
7343
- msgid "Photocount threshold"
7344
- msgstr "Album Schwellenwert"
7345
-
7346
- #: wppa-settings-autosave.php:753
7347
- msgid "Number of photos in an album must exceed."
7348
- msgstr "zeige Albuminhalt, wenn dieses mehr Fotos enthält als "
7349
-
7350
- #: wppa-settings-autosave.php:754
7351
- msgid ""
7352
- "Photos do not show up in the album unless there are more than this number of "
7353
- "photos in the album. This allows you to have cover photos on an album that "
7354
- "contains only sub albums without seeing them in the list of sub albums. "
7355
- "Usually set to 0 (always show) or 1 (for one cover photo)."
7356
- msgstr ""
7357
- "Fotos werden nicht im Album angezeigt, bis der Schwellwert überschritten "
7358
- "ist. Die Einstellung ermöglicht die Anzeige von Titelbildern in Alben, die "
7359
- "nur Unteralben enthalten, ohne diese in der Liste der Unteralben zu sehen. "
7360
- "Übliche Einstellungen sind 0 (immer anzeigen) oder 1 (für ein Titelbild)."
7361
-
7362
- #: wppa-settings-autosave.php:756 wppa-settings-autosave.php:795
7363
- #: wppa-settings-autosave.php:1270 wppa-settings-autosave.php:1310
7364
- #: wppa-settings-autosave.php:1330 wppa-settings-autosave.php:1370
7365
- #: wppa-settings-autosave.php:4267 wppa-settings-autosave.php:6321
7366
- #: wppa-settings-autosave.php:8332
7367
- msgid "photos"
7368
- msgstr "Fotos"
7369
-
7370
- #: wppa-settings-autosave.php:761
7371
- msgid "Border thickness"
7372
- msgstr "Rahmen Breite"
7373
-
7374
- #: wppa-settings-autosave.php:762
7375
- msgid "Thickness of wppa+ box borders."
7376
- msgstr "setze die Breite der WPPA+-Boxen auf"
7377
-
7378
- #: wppa-settings-autosave.php:763
7379
- msgid ""
7380
- "Enter the thickness for the border of the WPPA+ boxes. A number of 0 means: "
7381
- "no border."
7382
- msgstr ""
7383
- "Geben Sie die Breite des Rahmens von WPPA+-Boxen ein. Bei 0 werden keine "
7384
- "Rahmen angezeigt."
7385
-
7386
- #: wppa-settings-autosave.php:764 wppa-settings-autosave.php:774
7387
- msgid "WPPA+ boxes are: the navigation bars and the filmstrip."
7388
- msgstr "WPPA+-Boxen sind: die Navigationsleisten und der Diastreifen."
7389
-
7390
- #: wppa-settings-autosave.php:772
7391
- msgid "Radius of wppa+ box borders."
7392
- msgstr "setze den Eckenradius der WPPA+-Boxen auf"
7393
-
7394
- #: wppa-settings-autosave.php:773
7395
- msgid ""
7396
- "Enter the corner radius for the border of the WPPA+ boxes. A number of 0 "
7397
- "means: no rounded corners."
7398
- msgstr ""
7399
- "Geben Sie den Eckenradius für die Rahmen der WPPA+-Boxen ein. Bei 0 werden "
7400
- "keine runden Ecken angezeigt."
7401
-
7402
- #: wppa-settings-autosave.php:775
7403
- msgid "Note that rounded corners are only supported by modern browsers."
7404
- msgstr ""
7405
- "Beachten Sie, dass runde Ecken nur von modernen Browsern unterstützt werden."
7406
-
7407
- #: wppa-settings-autosave.php:783
7408
- msgid "Distance between wppa+ boxes."
7409
- msgstr "setze den Abstand zwischen WPPA*-Boxen auf"
7410
-
7411
- #: wppa-settings-autosave.php:791
7412
- msgid "Related count"
7413
- msgstr "Ähnliche Fotos"
7414
-
7415
- #: wppa-settings-autosave.php:792
7416
- msgid "The default maximum number of related photos to find."
7417
- msgstr "setze den Standardwert für höchstens zu findende ähnliche Fotos auf"
7418
-
7419
- #: wppa-settings-autosave.php:793
7420
- msgid ""
7421
- "When using shortcodes like [wppa type=\"album\" album=\"#related,desc,23\"][/"
7422
- "wppa], the maximum number is 23. Omitting the number gives the maximum of "
7423
- "this setting."
7424
- msgstr ""
7425
- "Wenn Sie einen Shortcode wie [wppa type=\"album\" album=\"#related,desc,23\"]"
7426
- "[/wppa] nutzen, ist der Höchstwert 23. Wenn Sie die Zahl weglassen, wird der "
7427
- "hier eingetragene Standardwert verwendet"
7428
-
7429
- #: wppa-settings-autosave.php:801
7430
- msgid "The maximum number of pagelinks to be displayed."
7431
- msgstr "setzte die Anzahl der höchstens anzuzeigenden Seitenlinks auf"
7432
-
7433
- #: wppa-settings-autosave.php:804
7434
- msgid "pages"
7435
- msgstr "Seiten"
7436
-
7437
- #: wppa-settings-autosave.php:809
7438
- msgid "Max file name length"
7439
- msgstr "Datei Namen"
7440
-
7441
- #: wppa-settings-autosave.php:810
7442
- msgid "The max length of a photo file name excluding the extension."
7443
- msgstr "begrenze die Länge von Dateinamen -ohne Extension- auf"
7444
-
7445
- #: wppa-settings-autosave.php:811 wppa-settings-autosave.php:820
7446
- msgid "A setting of 0 means: unlimited."
7447
- msgstr "Geben Sie 0 ein, wenn keine Begrenzung erwünscht ist"
7448
-
7449
- #: wppa-settings-autosave.php:813 wppa-settings-autosave.php:822
7450
- msgid "chars"
7451
- msgstr "Zeichen"
7452
-
7453
- #: wppa-settings-autosave.php:818
7454
- msgid "Max photo name length"
7455
- msgstr "Foto Namen"
7456
-
7457
- #: wppa-settings-autosave.php:819
7458
- msgid "The max length of a photo name."
7459
- msgstr "begrenze die Länge von Fotonamen auf"
7460
-
7461
- #: wppa-settings-autosave.php:828
7462
- msgid "The height of your sticky header."
7463
- msgstr "setze die Höhe des &quot;Sticky Headers&quot; auf"
7464
-
7465
- #: wppa-settings-autosave.php:829
7466
- msgid "If your theme has a sticky header, enter its height here."
7467
- msgstr ""
7468
- "Wenn Ihr Thema einen &quot;Sticky Header&quot; (fixierten, also nicht "
7469
- "scrollenden, Kopfbereich) benutzt, geben Sie hier dessen Höhe ein."
7470
-
7471
- #: wppa-settings-autosave.php:837
7472
- msgid "Slideshow related size settings"
7473
- msgstr "Diashow (Größen)"
7474
-
7475
- #: wppa-settings-autosave.php:839
7476
- msgid "Maximum Width"
7477
- msgstr "Breite"
7478
-
7479
- #: wppa-settings-autosave.php:840
7480
- msgid "The maximum width photos will be displayed in slideshows."
7481
- msgstr "setze die maximale Breite für Fotos in Diashows auf"
7482
-
7483
- #: wppa-settings-autosave.php:841 wppa-settings-autosave.php:852
7484
- msgid ""
7485
- "Enter the largest size in pixels as how you want your photos to be displayed."
7486
- msgstr "Geben Sie die höchste Breite für die Anzeige von Fotos in Pixeln ein."
7487
-
7488
- #: wppa-settings-autosave.php:842
7489
- msgid ""
7490
- "This is usually the same as the Column Width (Table I-A1), but it may differ."
7491
- msgstr ""
7492
- "Das ist normalerweise der gleiche Wert wie die Spaltenbreite in Tabelle I-"
7493
- "A1, kann aber abweichen."
7494
-
7495
- #: wppa-settings-autosave.php:850
7496
- msgid "Maximum Height"
7497
- msgstr "Höhe"
7498
-
7499
- #: wppa-settings-autosave.php:851
7500
- msgid "The maximum height photos will be displayed in slideshows."
7501
- msgstr "setze die maximale Höhe für Fotos in Diashows auf"
7502
-
7503
- #: wppa-settings-autosave.php:853
7504
- msgid ""
7505
- "This setting defines the height of the space reserved for photos in "
7506
- "slideshows."
7507
- msgstr ""
7508
- "Diese Einstellung definiert die Höhe des in Diashows für Fotos reservierten "
7509
- "Platzes."
7510
-
7511
- #: wppa-settings-autosave.php:854
7512
- msgid ""
7513
- "If you change the width of a display by the size=\"..\" shortcode attribute, "
7514
- "this value changes proportionally to match the aspect ratio as defined by "
7515
- "this and the previous setting."
7516
- msgstr ""
7517
- "Wenn Sie die Breite eines Displays in einem Shortcode mit dem Attribut size="
7518
- "\"..\" setzen, wird der hier eingegebene Wert angepasst, um das "
7519
- "Seitenverhältnis zu erhalten. "
7520
-
7521
- #: wppa-settings-autosave.php:856 wppa-settings-autosave.php:1029
7522
- #: wppa-settings-autosave.php:1040
7523
- msgid "pixels high"
7524
- msgstr "Pixel"
7525
-
7526
- #: wppa-settings-autosave.php:861
7527
- msgid "Stretch to fit"
7528
- msgstr "Kleine Fotos"
7529
-
7530
- #: wppa-settings-autosave.php:862
7531
- msgid "Stretch photos that are too small."
7532
- msgstr "vergrößere Fotos, die kleiner als die Maximalwerte sind"
7533
-
7534
- #: wppa-settings-autosave.php:863
7535
- msgid ""
7536
- "Images will be stretched to the Maximum Size at display time if they are "
7537
- "smaller. Leaving unchecked is recommended. It is better to upload photos "
7538
- "that fit well the sizes you use!"
7539
- msgstr ""
7540
- "Fotos werden bei der Anzeige auf die Maximalgröße skaliert, wenn sie kleiner "
7541
- "sind. Diese Einstellung ist NICHT empfohlen. Besser ist natürlich, Fotos in "
7542
- "der benutzten Größe hochzuladen!"
7543
-
7544
- #: wppa-settings-autosave.php:870
7545
- msgid "Slideshow borderwidth"
7546
- msgstr "Rahmen Breite"
7547
-
7548
- #: wppa-settings-autosave.php:871
7549
- msgid "The width of the border around slideshow images."
7550
- msgstr "setze die Breite des Rahmens um Fotos auf"
7551
-
7552
- #: wppa-settings-autosave.php:872
7553
- msgid ""
7554
- "The border is made by the image background being larger than the image "
7555
- "itsself (padding)."
7556
- msgstr ""
7557
- "Der Rahmen wird durch den Hintergrund erzeugt, der größer als das Bild "
7558
- "selbst ist (padding)."
7559
-
7560
- #: wppa-settings-autosave.php:873
7561
- msgid ""
7562
- "Additionally there may be a one pixel outline of a different color. See "
7563
- "Table III-A2."
7564
- msgstr ""
7565
- "Zusätzlich kann ein 1 Pixel breiter Umriss in einer anderen Farbe vorhanden "
7566
- "sein. Siehe Tabelle III-A2. "
7567
-
7568
- #: wppa-settings-autosave.php:874
7569
- msgid "The number you enter here is exclusive the one pixel outline."
7570
- msgstr ""
7571
- "Bei Eingabe der Randbreite müssen Sie den Pixel für den Umriss nicht "
7572
- "berücksichtigen."
7573
-
7574
- #: wppa-settings-autosave.php:875
7575
- msgid "If you leave this entry empty, there will be no outline either."
7576
- msgstr ""
7577
- "Wenn Sie diese Einstellung LEER lassen, wird auch der Umriss nicht angezeigt."
7578
-
7579
- #: wppa-settings-autosave.php:882
7580
- msgid "Numbar Max"
7581
- msgstr ""
7582
-
7583
- #: wppa-settings-autosave.php:883
7584
- msgid "Maximum numbers to display."
7585
- msgstr ""
7586
-
7587
- #: wppa-settings-autosave.php:884
7588
- msgid ""
7589
- "In order to attemt to fit on one line, the numbers will be replaced by dots "
7590
- "- except the current - when there are more than this number of photos in a "
7591
- "slideshow."
7592
- msgstr ""
7593
-
7594
- #: wppa-settings-autosave.php:886
7595
- msgid "numbers"
7596
- msgstr ""
7597
-
7598
- #: wppa-settings-autosave.php:891
7599
- msgid "Share button size"
7600
- msgstr "Teilen-Symbole"
7601
-
7602
- #: wppa-settings-autosave.php:892
7603
- msgid "The size of the social media icons in the Share box"
7604
- msgstr "setze die Größe der Teilen-Symbole in der Soziale-Medien-Box auf"
7605
-
7606
- #: wppa-settings-autosave.php:902
7607
- msgid "Mini Treshold"
7608
- msgstr "Minitext"
7609
-
7610
- # Misspelling: then->than
7611
- #: wppa-settings-autosave.php:903
7612
- msgid "Show mini text at slideshow smaller then."
7613
- msgstr "zeige Minitext, wenn die Diashow kleiner ist als"
7614
-
7615
- #: wppa-settings-autosave.php:904
7616
- msgid ""
7617
- "Display Next and Prev. as opposed to Next photo and Previous photo when the "
7618
- "cotainer is smaller than this size."
7619
- msgstr ""
7620
- "Wenn der Container kleiner als die eingestellte Größe ist, werden kürzere "
7621
- "Texte für \"Vorheriges Foto\" und \"Nächstes Foto\" angezeigt. "
7622
-
7623
- #: wppa-settings-autosave.php:905
7624
- msgid "Special use in responsive themes."
7625
- msgstr "Die Einstellung ist für responsive Themen gedacht."
7626
-
7627
- #: wppa-settings-autosave.php:913
7628
- msgid "The maximum number of slides in a certain view. 0 means no pagination"
7629
- msgstr ""
7630
- "setze die maximale Anzahl von Dias auf einer Seite auf (0=keine Seiten) "
7631
-
7632
- #: wppa-settings-autosave.php:916 wppa-settings-autosave.php:935
7633
- msgid "slides"
7634
- msgstr "Dias"
7635
-
7636
- #: wppa-settings-autosave.php:921
7637
- msgid "Filmstrip Thumbnail Size"
7638
- msgstr "Diafilm Miniaturbild"
7639
-
7640
- #: wppa-settings-autosave.php:922
7641
- msgid "The size of the filmstrip images."
7642
- msgstr "setze die Größe der Fotos im Diafilm auf"
7643
-
7644
- #: wppa-settings-autosave.php:923 wppa-settings-autosave.php:944
7645
- #: wppa-settings-autosave.php:954 wppa-settings-autosave.php:1155
7646
- #: wppa-settings-autosave.php:1165 wppa-settings-autosave.php:1175
7647
- #: wppa-settings-autosave.php:1185
7648
- msgid "This size applies to the width or height, whichever is the largest."
7649
- msgstr ""
7650
- "Dieser Wert betrifft die Breite oder die Höhe, je nach dem was größer ist."
7651
-
7652
- #: wppa-settings-autosave.php:924 wppa-settings-autosave.php:945
7653
- #: wppa-settings-autosave.php:955
7654
- msgid ""
7655
- "Changing the thumbnail size may result in all thumbnails being regenerated. "
7656
- "this may take a while."
7657
- msgstr ""
7658
- "Das Ändern der Miniaturgröße kann dazu führen, dass alle Miniaturbilder neu "
7659
- "erstellt werden müssen. Das kann eine Weile dauern."
7660
-
7661
- #: wppa-settings-autosave.php:932
7662
- msgid "The max number of slides in a slideonly display"
7663
- msgstr ""
7664
- "setze die maximale Anzahl der Dias in einer &quot;slideonly&quot; Anzeige auf"
7665
-
7666
- #: wppa-settings-autosave.php:940
7667
- msgid "Thumbnail photos related size settings"
7668
- msgstr "Miniaturbilder (Größen)"
7669
-
7670
- #: wppa-settings-autosave.php:942
7671
- msgid "Thumbnail Size"
7672
- msgstr "Größe"
7673
-
7674
- #: wppa-settings-autosave.php:943
7675
- msgid "The size of the thumbnail images."
7676
- msgstr "setze die Größe der Miniaturbilder auf "
7677
-
7678
- #: wppa-settings-autosave.php:952
7679
- msgid "Thumbnail Size Alt"
7680
- msgstr "Größe alternativ"
7681
-
7682
- #: wppa-settings-autosave.php:953
7683
- msgid "The alternative size of the thumbnail images."
7684
- msgstr "setze die alternative Größe der Miniaturbilder auf "
7685
-
7686
- #: wppa-settings-autosave.php:962
7687
- msgid "Thumbnail Aspect"
7688
- msgstr "Seitenverhältnis"
7689
-
7690
- #: wppa-settings-autosave.php:963
7691
- msgid "Aspect ration of thumbnail image"
7692
- msgstr "setze das Seitenverhältnis auf"
7693
-
7694
- #: wppa-settings-autosave.php:967
7695
- msgid "--- same as fullsize ---"
7696
- msgstr "--- wie Vollbild ---"
7697
-
7698
- #: wppa-settings-autosave.php:968
7699
- msgid "--- square clipped ---"
7700
- msgstr "--- quadratisch geschnitten ---"
7701
-
7702
- #: wppa-settings-autosave.php:969
7703
- msgid "4:5 landscape clipped"
7704
- msgstr "4:5 Landschaft geschnitten"
7705
-
7706
- #: wppa-settings-autosave.php:970
7707
- msgid "3:4 landscape clipped"
7708
- msgstr "3:4 Landschaft geschnitten"
7709
-
7710
- #: wppa-settings-autosave.php:971
7711
- msgid "2:3 landscape clipped"
7712
- msgstr "2:3 Landschaft geschnitten"
7713
-
7714
- #: wppa-settings-autosave.php:972
7715
- msgid "9:16 landscape clipped"
7716
- msgstr "9:16 Landschaft geschnitten"
7717
-
7718
- #: wppa-settings-autosave.php:973
7719
- msgid "1:2 landscape clipped"
7720
- msgstr "1:2 Landschaft geschnitten"
7721
-
7722
- #: wppa-settings-autosave.php:974
7723
- msgid "--- square padded ---"
7724
- msgstr "--- quadratisch aufgefüllt ---"
7725
-
7726
- #: wppa-settings-autosave.php:975
7727
- msgid "4:5 landscape padded"
7728
- msgstr "4:5 Landschaft aufgefüllt"
7729
-
7730
- #: wppa-settings-autosave.php:976
7731
- msgid "3:4 landscape padded"
7732
- msgstr "3:4 Landschaft aufgefüllt"
7733
-
7734
- #: wppa-settings-autosave.php:977
7735
- msgid "2:3 landscape padded"
7736
- msgstr "2:3 Landschaft aufgefüllt"
7737
-
7738
- #: wppa-settings-autosave.php:978
7739
- msgid "9:16 landscape padded"
7740
- msgstr "9:16 Landschaft aufgefüllt"
7741
-
7742
- #: wppa-settings-autosave.php:979
7743
- msgid "1:2 landscape padded"
7744
- msgstr "1:2 Landschaft aufgefüllt"
7745
-
7746
- #: wppa-settings-autosave.php:1001
7747
- msgid "Thumbframe width"
7748
- msgstr "Bereich Breite"
7749
-
7750
- #: wppa-settings-autosave.php:1002
7751
- msgid "The width of the thumbnail frame."
7752
- msgstr "setze die Breite des Platzes für ein Miniaturbild auf"
7753
-
7754
- #: wppa-settings-autosave.php:1003 wppa-settings-autosave.php:1014
7755
- msgid "Set the width of the thumbnail frame."
7756
- msgstr ""
7757
- "Bestimmt die Breite des Anzeigebereichs für ein Miniaturbild. Das "
7758
- "beeinflusst den Abstand zum Rahmen und zum Nachbarbild."
7759
-
7760
- #: wppa-settings-autosave.php:1004 wppa-settings-autosave.php:1015
7761
- #: wppa-settings-autosave.php:1026 wppa-settings-autosave.php:1037
7762
- #: wppa-settings-autosave.php:1048
7763
- msgid "Set width, height and spacing for the thumbnail frames."
7764
- msgstr ""
7765
- "Bestimmen Sie die Breite, Höhe und den Abstand für den Miniaturbild-Bereich."
7766
-
7767
- #: wppa-settings-autosave.php:1005 wppa-settings-autosave.php:1016
7768
- #: wppa-settings-autosave.php:1027 wppa-settings-autosave.php:1038
7769
- #: wppa-settings-autosave.php:1049
7770
- msgid ""
7771
- "These sizes should be large enough for a thumbnail image and - optionally - "
7772
- "the text under it."
7773
- msgstr ""
7774
- "Diese Werte sollten groß genug für das Miniaturbild und -optional- den Text "
7775
- "darunter sein."
7776
-
7777
- #: wppa-settings-autosave.php:1012
7778
- msgid "Thumbframe width Alt"
7779
- msgstr "Bereich Breite alternativ"
7780
-
7781
- #: wppa-settings-autosave.php:1013
7782
- msgid "The width of the alternative thumbnail frame."
7783
- msgstr "setze die alternative Breite des Platzes für ein Miniaturbild auf"
7784
-
7785
- #: wppa-settings-autosave.php:1023
7786
- msgid "Thumbframe height"
7787
- msgstr "Bereich Höhe"
7788
-
7789
- #: wppa-settings-autosave.php:1024
7790
- msgid "The height of the thumbnail frame."
7791
- msgstr "setze die Höhe des Platzes für ein Miniaturbild auf"
7792
-
7793
- #: wppa-settings-autosave.php:1025 wppa-settings-autosave.php:1036
7794
- msgid "Set the height of the thumbnail frame."
7795
- msgstr ""
7796
- "Bestimmt die Höhe des Anzeigebereichs für ein Miniaturbild. Das beeinflusst "
7797
- "den Abstand zum Seitenrand und zum Nachbarbild."
7798
-
7799
- #: wppa-settings-autosave.php:1034
7800
- msgid "Thumbframe height Alt"
7801
- msgstr "Bereich Höhe alternativ"
7802
-
7803
- #: wppa-settings-autosave.php:1035
7804
- msgid "The height of the alternative thumbnail frame."
7805
- msgstr "setze die alternative Höhe des Platzes für ein Miniaturbild auf"
7806
-
7807
- #: wppa-settings-autosave.php:1045
7808
- msgid "Thumbnail spacing"
7809
- msgstr "Abstand"
7810
-
7811
- #: wppa-settings-autosave.php:1046
7812
- msgid "The spacing between adjacent thumbnail frames."
7813
- msgstr "setze den Abstand zwischen benachbarten Bereichen auf"
7814
-
7815
- #: wppa-settings-autosave.php:1047
7816
- msgid "Set the minimal spacing between the adjacent thumbnail frames"
7817
- msgstr ""
7818
- "Bestimmt den minimalen Abstand zwischen benachbarten Miniaturbildbereichen. "
7819
- "Die Abstände zum Seitenrand werden hingegen nicht beeinflusst."
7820
-
7821
- #: wppa-settings-autosave.php:1056
7822
- msgid "Auto spacing"
7823
- msgstr "Abstand automatisch"
7824
-
7825
- #: wppa-settings-autosave.php:1057
7826
- msgid "Space the thumbnail frames automatic."
7827
- msgstr ""
7828
- "setze den Abstand zwischen benachbarten Miniaturbildbereichen automatisch"
7829
-
7830
- #: wppa-settings-autosave.php:1058
7831
- msgid ""
7832
- "If you check this box, the thumbnail images will be evenly distributed over "
7833
- "the available width."
7834
- msgstr ""
7835
- "Wenn Sie diese Option aktivieren, werden die Miniaturbilder gleichmäßig über "
7836
- "die zur \n"
7837
- "Verfügung stehende Breite verteilt."
7838
-
7839
- #: wppa-settings-autosave.php:1059
7840
- msgid ""
7841
- "In this case, the thumbnail spacing value (setting I-9) will be regarded as "
7842
- "a minimum value."
7843
- msgstr ""
7844
- "In diesem Fall wird der Miniaturbild-Abstandswert (Einstellung I-9) als "
7845
- "Minimalwert \n"
7846
- "angesehen."
7847
-
7848
- #: wppa-settings-autosave.php:1066 wppa-settings-autosave.php:1204
7849
- msgid "Page size"
7850
- msgstr "Anzahl"
7851
-
7852
- #: wppa-settings-autosave.php:1067
7853
- msgid "Max number of thumbnails per page."
7854
- msgstr "setze die maximale Anzahl der Miniaturbilder pro Seite auf"
7855
-
7856
- #: wppa-settings-autosave.php:1068
7857
- msgid ""
7858
- "Enter the maximum number of thumbnail images per page. A value of 0 "
7859
- "indicates no pagination."
7860
- msgstr ""
7861
- "Geben Sie die maximale Anzahl von Miniaturbildern pro Seite an. 0 = keine "
7862
- "Begrenzung (Paginierung)."
7863
-
7864
- #: wppa-settings-autosave.php:1076
7865
- msgid "The size of the thumbnail popup images."
7866
- msgstr "setze die Größe der Popup-Miniaturbilder auf"
7867
-
7868
- #: wppa-settings-autosave.php:1077
7869
- msgid ""
7870
- "Enter the size of the popup images. This size should be larger than the "
7871
- "thumbnail size."
7872
- msgstr ""
7873
- "Geben Sie die Größe der Popup-Miniaturbilder (die erscheinen, wenn der "
7874
- "Mauszeiger über das Miniaturbild fährt) auf einen Wert, der größer als der "
7875
- "für Miniaturbilder ist."
7876
-
7877
- #: wppa-settings-autosave.php:1078
7878
- msgid "This size should also be at least the cover image size."
7879
- msgstr "Dieser Wert sollte zumindest der Größe des Titelbildes entsprechen."
7880
-
7881
- #: wppa-settings-autosave.php:1079
7882
- msgid ""
7883
- "Changing the popup size may result in all thumbnails being regenerated. this "
7884
- "may take a while."
7885
- msgstr ""
7886
- "Das Ändern der Popupgröße kann dazu führen, dass alle Miniaturbilder neu "
7887
- "erstellt \n"
7888
- "werden müssen. Das kann eine Weile dauern."
7889
-
7890
- #: wppa-settings-autosave.php:1080
7891
- msgid ""
7892
- "Although this setting has only visual effect if \"Thumb popup\" (Table IV-"
7893
- "C8) is checked,"
7894
- msgstr ""
7895
- "Diese Einstellung hat nur visuellen Effekt, wenn &quot;Miniaturbild "
7896
- "Popup&quot; in Tabelle IV-C8 ausgewählt ist."
7897
-
7898
- #: wppa-settings-autosave.php:1081
7899
- msgid ""
7900
- "the value must be right as it is the physical size of the thumbnail and "
7901
- "coverphoto images."
7902
- msgstr ""
7903
- "Der Wert muss richtig eingestellt sein, weil er die physikalische Größe der "
7904
- "Miniaturbilder und der Titelbilder darstellt."
7905
-
7906
- #: wppa-settings-autosave.php:1088
7907
- msgid "Use thumbs if fit"
7908
- msgstr "Dateien verwenden"
7909
-
7910
- #: wppa-settings-autosave.php:1089
7911
- msgid "Use the thumbnail image files if they are large enough."
7912
- msgstr "verwende die Miniaturbild-Dateien, wenn sie groß genug sind"
7913
-
7914
- #: wppa-settings-autosave.php:1090
7915
- msgid "This setting speeds up page loading for small photos."
7916
- msgstr "Diese Einstellung beschleunigt das Laden der Seiten für kleine Fotos."
7917
-
7918
- #: wppa-settings-autosave.php:1091
7919
- msgid ""
7920
- "Do NOT use this when your thumbnails have a forced aspect ratio (when Table "
7921
- "I-C2 is set to anything different from --- same as fullsize ---)"
7922
- msgstr ""
7923
- "Verwenden Sie diese Einstellung NICHT, wenn die Miniaturbilder ein "
7924
- "erzwungenes \n"
7925
- "Seitenverhältnis haben (wenn Tabelle I-C2 auf etwas anderem als --- wie "
7926
- "Vollbild --- steht)."
7927
-
7928
- #: wppa-settings-autosave.php:1098
7929
- msgid "Album cover related size settings"
7930
- msgstr "Album Cover (Größen)"
7931
-
7932
- #: wppa-settings-autosave.php:1101
7933
- msgid "Maximum width for a album cover display."
7934
- msgstr "setze die maximale Breite für die Anzeige eines Albumcovers auf"
7935
-
7936
- #: wppa-settings-autosave.php:1102
7937
- msgid ""
7938
- "Display covers in 2 or more columns if the display area is wider than the "
7939
- "given width."
7940
- msgstr ""
7941
- "Zeigt Albumcover in 2 oder mehr Spalten, wenn der Anzeigebereich breiter als "
7942
- "der eingestellte Wert ist."
7943
-
7944
- #: wppa-settings-autosave.php:1103
7945
- msgid ""
7946
- "This also applies for 'thumbnails as covers', and will NOT apply to single "
7947
- "items."
7948
- msgstr ""
7949
- "Diese Einstellung wirkt auch für &quot;Miniaturbilder als Cover&quot;, wird "
7950
- "aber NICHT auf einzelne Elemente angewendet."
7951
-
7952
- #: wppa-settings-autosave.php:1110
7953
- msgid "Min Cover height"
7954
- msgstr "Höhe"
7955
-
7956
- #: wppa-settings-autosave.php:1111
7957
- msgid "Minimal height of an album cover."
7958
- msgstr "setze die Mindesthöhe für die Anzeige eines Albumcovers auf"
7959
-
7960
- #: wppa-settings-autosave.php:1112
7961
- msgid ""
7962
- "If you use this setting to make the albums the same height and you are not "
7963
- "satisfied about the lay-out, try increasing the value in the next setting"
7964
- msgstr ""
7965
- "Wenn Sie diese Einstellung verwenden um die Alben mit der gleichen Höhe "
7966
- "anzuzeigen\n"
7967
- "und das Layout nicht zufriedenstellend ist, versuchen Sie, den Wert in der "
7968
- "nächsten\n"
7969
- "Einstellung zu erhöhen."
7970
-
7971
- #: wppa-settings-autosave.php:1119
7972
- msgid "Min Text frame height"
7973
- msgstr "Textbereich"
7974
-
7975
- #: wppa-settings-autosave.php:1120
7976
- msgid "The minimal cover text frame height incl header."
7977
- msgstr "setze die Mindesthöhe für den Textbereich incl. Überschrift auf"
7978
-
7979
- #: wppa-settings-autosave.php:1121
7980
- msgid ""
7981
- "The height starting with the album title up to and including the view- and "
7982
- "the slideshow- links."
7983
- msgstr ""
7984
- "Die Höhe beginnt mit dem Albumtitel und endet nach den View- und Diashow-"
7985
- "Links."
7986
-
7987
- #: wppa-settings-autosave.php:1122
7988
- msgid ""
7989
- "This setting enables you to give the album covers the same height while the "
7990
- "title does not need to fit on one line."
7991
- msgstr ""
7992
- "Mit dieser Einstellung können Sie den Album-Cover die gleiche Höhe geben, "
7993
- "während\n"
7994
- "der Titel nicht in eine Zeilen passen muss."
7995
-
7996
- #: wppa-settings-autosave.php:1123
7997
- msgid "This is the recommended setting to line-up your covers!"
7998
- msgstr "Dies ist die empfohlene Einstellung, um Ihre Cover auszurichten!"
7999
-
8000
- #: wppa-settings-autosave.php:1130
8001
- msgid "Min Description height"
8002
- msgstr "Beschreibung"
8003
-
8004
- #: wppa-settings-autosave.php:1131
8005
- msgid "The minimal height of the album description text frame."
8006
- msgstr "setze die Mindesthöhe für den Beschreibungsbereich auf"
8007
-
8008
- #: wppa-settings-autosave.php:1132
8009
- msgid "The minimal height of the description field in an album cover display."
8010
- msgstr "Die minimale Höhe des Beschreibungsfeldes in einer Albumcover-Anzeige."
8011
-
8012
- #: wppa-settings-autosave.php:1133
8013
- msgid ""
8014
- "This setting enables you to give the album covers the same height provided "
8015
- "that the cover images are equally sized and the titles fit on one line."
8016
- msgstr ""
8017
- "Mit dieser Einstellung können Sie den Album-Cover die gleiche Höhe zur "
8018
- "Verfügung stellen, WENN die Cover-Bilder gleich groß sind UND die Titel in "
8019
- "eine Zeile passen."
8020
-
8021
- #: wppa-settings-autosave.php:1134
8022
- msgid ""
8023
- "To force the coverphotos have equal heights, tick the box in Table I-D7."
8024
- msgstr ""
8025
- "Um die gleiche Höhe von Coverfotos zu erzwingen, markieren Sie das Kästchen "
8026
- "in Tabelle I-D7."
8027
-
8028
- #: wppa-settings-autosave.php:1135
8029
- msgid ""
8030
- "You may need this setting if changing the previous setting is not sufficient "
8031
- "to line-up the covers."
8032
- msgstr ""
8033
- "Diese Einstellung kann erforderlich sein, wenn die vorherige Einstellung "
8034
- "nicht zur\n"
8035
- "Ausrichtung der Cover geführt hat."
8036
-
8037
- #: wppa-settings-autosave.php:1142
8038
- msgid "Coverphoto responsive"
8039
- msgstr "Foto responsive"
8040
-
8041
- #: wppa-settings-autosave.php:1143
8042
- msgid "Check this box if you want a responsive coverphoto."
8043
- msgstr "das Cover-Foto soll responsive sein"
8044
-
8045
- #: wppa-settings-autosave.php:1153 wppa-settings-autosave.php:1163
8046
- msgid "Coverphoto size"
8047
- msgstr "Foto Größe"
8048
-
8049
- #: wppa-settings-autosave.php:1154 wppa-settings-autosave.php:1164
8050
- msgid "The size of the coverphoto."
8051
- msgstr "setze die Größe des Cover-Fotos auf"
8052
-
8053
- #: wppa-settings-autosave.php:1156 wppa-settings-autosave.php:1166
8054
- #: wppa-settings-autosave.php:1176 wppa-settings-autosave.php:1186
8055
- msgid ""
8056
- "Changing the coverphoto size may result in all thumbnails being regenerated. "
8057
- "this may take a while."
8058
- msgstr ""
8059
- "Das Ändern der Größe der Cover-Fotos kann dazu führen, dass alle Cover-Fotos "
8060
- "neu erstellt werden müssen. Das kann eine Weile dauern."
8061
-
8062
- #: wppa-settings-autosave.php:1168 wppa-settings-autosave.php:1188
8063
- msgid "percent"
8064
- msgstr "Prozent"
8065
-
8066
- #: wppa-settings-autosave.php:1173 wppa-settings-autosave.php:1183
8067
- msgid "Coverphoto size multi"
8068
- msgstr "Fotos Größe"
8069
-
8070
- #: wppa-settings-autosave.php:1174 wppa-settings-autosave.php:1184
8071
- msgid "The size of coverphotos if more than one."
8072
- msgstr "setze die Größe der Cover-Fotos, wenn mehr als eins vorhanden ist, auf"
8073
-
8074
- #: wppa-settings-autosave.php:1193
8075
- msgid "Size is height"
8076
- msgstr "Größe ist Höhe"
8077
-
8078
- #: wppa-settings-autosave.php:1194
8079
- msgid "The size of the coverphoto is the height of it."
8080
- msgstr "wende die eingestellte Größe auf die Höhe an "
8081
-
8082
- #: wppa-settings-autosave.php:1195
8083
- msgid ""
8084
- "If set: the previous setting is the height, if unset: the largest of width "
8085
- "and height."
8086
- msgstr ""
8087
- "Wenn gesetzt: die vorherige Einstellung ist die Höhe, \n"
8088
- "wenn nicht gesetzt: der größere Wert von Breite und Höhe."
8089
-
8090
- #: wppa-settings-autosave.php:1196
8091
- msgid ""
8092
- "This setting applies for coverphoto position top or bottom only (Table IV-"
8093
- "D3)."
8094
- msgstr ""
8095
- "Diese Einstellung gilt nur, wenn die Position der Cover-Fotos oben oder "
8096
- "unten ist\n"
8097
- "siehe Tabelle IV-D3"
8098
-
8099
- #: wppa-settings-autosave.php:1197
8100
- msgid "This makes it easyer to make the covers of equal height."
8101
- msgstr "Dies macht es einfacher, Covers von gleicher Höhe zu erzeugen."
8102
-
8103
- #: wppa-settings-autosave.php:1205
8104
- msgid "Max number of covers per page."
8105
- msgstr "setze die maximale Anzahl der Cover pro Seite auf"
8106
-
8107
- #: wppa-settings-autosave.php:1206
8108
- msgid ""
8109
- "Enter the maximum number of album covers per page. A value of 0 indicates no "
8110
- "pagination."
8111
- msgstr ""
8112
- "Geben Sie die maximale Anzahl von Album-Cover pro Seite an. 0 = keine "
8113
- "Begrenzung (Paginierung)."
8114
-
8115
- #: wppa-settings-autosave.php:1208
8116
- msgid "covers"
8117
- msgstr "Cover"
8118
-
8119
- #: wppa-settings-autosave.php:1213
8120
- msgid "Rating and comment related size settings"
8121
- msgstr "Bewertungen & Kommentare (Größe)"
8122
-
8123
- #: wppa-settings-autosave.php:1215
8124
- msgid "Rating size"
8125
- msgstr "Bandbreite"
8126
-
8127
- #: wppa-settings-autosave.php:1216
8128
- msgid "Select the number of voting stars."
8129
- msgstr "setze die Anzahl der Bewertungssterne auf"
8130
-
8131
- #: wppa-settings-autosave.php:1219
8132
- msgid "Standard: 5 stars"
8133
- msgstr "Standard: 5 Sterne"
8134
-
8135
- #: wppa-settings-autosave.php:1219
8136
- msgid "Extended: 10 stars"
8137
- msgstr "Erweitert: 10 Sterne"
8138
-
8139
- #: wppa-settings-autosave.php:1219
8140
- msgid "One button vote"
8141
- msgstr "ohne Sterne"
8142
-
8143
- #: wppa-settings-autosave.php:1226
8144
- msgid "Display precision"
8145
- msgstr "Anzeigegenauigkeit"
8146
-
8147
- #: wppa-settings-autosave.php:1227
8148
- msgid "Select the desired rating display precision."
8149
- msgstr "setze die Anzeigegenauigkeit auf"
8150
-
8151
- #: wppa-settings-autosave.php:1230
8152
- msgid "decimal places"
8153
- msgstr "Dezimalstellen"
8154
-
8155
- #: wppa-settings-autosave.php:1238
8156
- msgid "Size of Avatar images."
8157
- msgstr "setze die Größe der Avatar-Symbole auf"
8158
-
8159
- #: wppa-settings-autosave.php:1239
8160
- msgid "The size of the square avatar; must be > 0 and < 256"
8161
- msgstr "Die Größe des Quadrat-Avatars muss > 0 und < 256 sein"
8162
-
8163
- #: wppa-settings-autosave.php:1246
8164
- msgid "Rating space"
8165
- msgstr "Abstand"
8166
-
8167
- #: wppa-settings-autosave.php:1247
8168
- msgid "Space between avg and my rating stars"
8169
- msgstr ""
8170
- "setze den Abstand zwischen der Durchschnittsbewertung und der "
8171
- "Benutzerbewertung auf"
8172
-
8173
- #: wppa-settings-autosave.php:1255
8174
- msgid "Widget related size settings"
8175
- msgstr "Widget (Größe)"
8176
-
8177
- #: wppa-settings-autosave.php:1257
8178
- msgid "Widget width"
8179
- msgstr "Breite"
8180
-
8181
- #: wppa-settings-autosave.php:1258
8182
- msgid "The useable width within widgets."
8183
- msgstr "setze die in Widgets benutzbare Breite auf"
8184
-
8185
- #: wppa-settings-autosave.php:1259
8186
- msgid ""
8187
- "Widget width for photo of the day, general purpose (default), slideshow "
8188
- "(default) and upload widgets."
8189
- msgstr ""
8190
- "Die nutzbare Breite in Mehrzweck-Widget (Standardwert), Widgets für Foto "
8191
- "des Tages, Diashow (Standardwert) und Upload."
8192
-
8193
- #: wppa-settings-autosave.php:1266
8194
- msgid "TopTen count"
8195
- msgstr "TopTen Anzahl"
8196
-
8197
- #: wppa-settings-autosave.php:1267
8198
- msgid "Number of photos in TopTen widget."
8199
- msgstr "setzte die maximale Anzahl von Fotos im TopTen-Widget auf"
8200
-
8201
- #: wppa-settings-autosave.php:1268
8202
- msgid "Enter the maximum number of rated photos in the TopTen widget."
8203
- msgstr "Geben Sie die maximale Anzahl von Fotos im TopTen-Widget ein."
8204
-
8205
- #: wppa-settings-autosave.php:1275
8206
- msgid "TopTen size"
8207
- msgstr "TopTen Größe"
8208
-
8209
- #: wppa-settings-autosave.php:1276
8210
- msgid "Size of thumbnails in TopTen widget."
8211
- msgstr "setze die Größe der Miniaturbilder im TopTen-Widget auf"
8212
-
8213
- #: wppa-settings-autosave.php:1277
8214
- msgid "Enter the size for the mini photos in the TopTen widget."
8215
- msgstr "Geben Sie die Größe der Miniaturbilder im TopTen-Widget ein."
8216
-
8217
- #: wppa-settings-autosave.php:1278 wppa-settings-autosave.php:1298
8218
- #: wppa-settings-autosave.php:1318 wppa-settings-autosave.php:1338
8219
- #: wppa-settings-autosave.php:1358 wppa-settings-autosave.php:1378
8220
- msgid "The size applies to the width or height, whatever is the largest."
8221
- msgstr ""
8222
- "Dieser Wert betrifft die Breite oder die Höhe, je nach dem was größer ist."
8223
-
8224
- #: wppa-settings-autosave.php:1279 wppa-settings-autosave.php:1299
8225
- #: wppa-settings-autosave.php:1319 wppa-settings-autosave.php:1339
8226
- #: wppa-settings-autosave.php:1359 wppa-settings-autosave.php:1379
8227
- msgid ""
8228
- "Recommended values: 86 for a two column and 56 for a three column display."
8229
- msgstr ""
8230
- "Empfohlener Wert: 86 für ein 2-Spalten-Layout und 56 für ein 3-Spalten-"
8231
- "Layout."
8232
-
8233
- #: wppa-settings-autosave.php:1286
8234
- msgid "Comment count"
8235
- msgstr "Kommentare Anzahl"
8236
-
8237
- #: wppa-settings-autosave.php:1287
8238
- msgid "Number of entries in Comment widget."
8239
- msgstr "setzte die maximale Anzahl von Kommentaren im Kommentar-Widget auf"
8240
-
8241
- #: wppa-settings-autosave.php:1288
8242
- msgid "Enter the maximum number of entries in the Comment widget."
8243
- msgstr "Geben Sie die maximale Anzahl von Kommentaren im Kommentar-Widget ein."
8244
-
8245
- #: wppa-settings-autosave.php:1290
8246
- msgid "entries"
8247
- msgstr "Einträge"
8248
-
8249
- #: wppa-settings-autosave.php:1295
8250
- msgid "Comment size"
8251
- msgstr "Kommentar Größe"
8252
-
8253
- #: wppa-settings-autosave.php:1296
8254
- msgid "Size of thumbnails in Comment widget."
8255
- msgstr "setze die Größe der Miniaturbilder im Kommentar-Widget auf"
8256
-
8257
- #: wppa-settings-autosave.php:1297
8258
- msgid "Enter the size for the mini photos in the Comment widget."
8259
- msgstr "Geben Sie die Größe der Miniaturbilder im Kommentar-Widget ein."
8260
-
8261
- #: wppa-settings-autosave.php:1306
8262
- msgid "Thumbnail count"
8263
- msgstr "Miniaturbild Anzahl"
8264
-
8265
- #: wppa-settings-autosave.php:1307
8266
- msgid "Number of photos in Thumbnail widget."
8267
- msgstr "setzte die maximale Anzahl von Fotos im Miniaturbilder-Widget auf"
8268
-
8269
- #: wppa-settings-autosave.php:1308
8270
- msgid "Enter the maximum number of rated photos in the Thumbnail widget."
8271
- msgstr ""
8272
- "Geben Sie die maximale Anzahl von bewerteten Fotos im Miniaturbilder-Widget "
8273
- "ein."
8274
-
8275
- #: wppa-settings-autosave.php:1315
8276
- msgid "Thumbnail widget size"
8277
- msgstr "Miniaturbilder Größe"
8278
-
8279
- #: wppa-settings-autosave.php:1316
8280
- msgid "Size of thumbnails in Thumbnail widget."
8281
- msgstr "setze die Größe der Miniaturbilder im Miniaturbilder-Widget auf"
8282
-
8283
- #: wppa-settings-autosave.php:1317
8284
- msgid "Enter the size for the mini photos in the Thumbnail widget."
8285
- msgstr "Geben Sie die Größe der Miniaturbilder im Miniaturbilder-Widget ein."
8286
-
8287
- #: wppa-settings-autosave.php:1326
8288
- msgid "LasTen count"
8289
- msgstr "LastTen"
8290
-
8291
- #: wppa-settings-autosave.php:1327
8292
- msgid "Number of photos in Last Ten widget."
8293
- msgstr "setzte die maximale Anzahl von Fotos im LastTen-Widget auf"
8294
-
8295
- #: wppa-settings-autosave.php:1328
8296
- msgid "Enter the maximum number of photos in the LasTen widget."
8297
- msgstr "Geben Sie die maximale Anzahl von Fotos im LastTen-Widget ein."
8298
-
8299
- #: wppa-settings-autosave.php:1335
8300
- msgid "LasTen size"
8301
- msgstr "LastTen Größe"
8302
-
8303
- #: wppa-settings-autosave.php:1336
8304
- msgid "Size of thumbnails in Last Ten widget."
8305
- msgstr "setze die Größe der Miniaturbilder im LastTen-Widget auf"
8306
-
8307
- #: wppa-settings-autosave.php:1337
8308
- msgid "Enter the size for the mini photos in the LasTen widget."
8309
- msgstr "Geben Sie die Größe der Miniaturbilder im LastTen-Widget ein."
8310
-
8311
- #: wppa-settings-autosave.php:1346
8312
- msgid "Album widget count"
8313
- msgstr "Album Anzahl"
8314
-
8315
- #: wppa-settings-autosave.php:1347
8316
- msgid "Number of albums in Album widget."
8317
- msgstr "setzte die maximale Anzahl von Alben im Album-Widget auf"
8318
-
8319
- #: wppa-settings-autosave.php:1348
8320
- msgid ""
8321
- "Enter the maximum number of thumbnail photos of albums in the Album widget."
8322
- msgstr "Geben Sie die maximale Anzahl von Cover-Fotos im Album-Widget ein."
8323
-
8324
- #: wppa-settings-autosave.php:1350 wppa-settings-autosave.php:6337
8325
- msgid "albums"
8326
- msgstr "Alben"
8327
-
8328
- #: wppa-settings-autosave.php:1355
8329
- msgid "Album widget size"
8330
- msgstr "Album Größe"
8331
-
8332
- #: wppa-settings-autosave.php:1356
8333
- msgid "Size of thumbnails in Album widget."
8334
- msgstr "setze die Größe der Miniaturbilder im Album-Widget auf"
8335
-
8336
- #: wppa-settings-autosave.php:1357
8337
- msgid "Enter the size for the mini photos in the Album widget."
8338
- msgstr "Geben Sie die Größe der Miniaturbilder im Album-Widget ein."
8339
-
8340
- #: wppa-settings-autosave.php:1366
8341
- msgid "FeaTen count"
8342
- msgstr "FeaTen Anzahl"
8343
-
8344
- #: wppa-settings-autosave.php:1367
8345
- msgid "Number of photos in Featured Ten widget."
8346
- msgstr "setzte die maximale Anzahl von Fotos im Featured-Ten-Widget auf"
8347
-
8348
- #: wppa-settings-autosave.php:1368
8349
- msgid "Enter the maximum number of photos in the FeaTen widget."
8350
- msgstr ""
8351
- "Geben Sie die maximale Anzahl von Fotos im Featured-Ten-Widget ein.\n"
8352
- "(Featured-Ten = ausgewählte 10)"
8353
-
8354
- #: wppa-settings-autosave.php:1375
8355
- msgid "FeaTen size"
8356
- msgstr "FeaTen Größe"
8357
-
8358
- #: wppa-settings-autosave.php:1376
8359
- msgid "Size of thumbnails in Featured Ten widget."
8360
- msgstr "setze die Größe der Miniaturbilder im Featured-Ten-Widget auf"
8361
-
8362
- #: wppa-settings-autosave.php:1377
8363
- msgid "Enter the size for the mini photos in the FeaTen widget."
8364
- msgstr "Geben Sie die Größe der Miniaturbilder im Featured-Ten-Widget ein."
8365
-
8366
- #: wppa-settings-autosave.php:1386
8367
- msgid "Tagcloud min size"
8368
- msgstr "Tagcloud min"
8369
-
8370
- #: wppa-settings-autosave.php:1387
8371
- msgid "Minimal fontsize in tagclouds"
8372
- msgstr "setze die minimale Schriftgröße für Tagclouds auf"
8373
-
8374
- #: wppa-settings-autosave.php:1395
8375
- msgid "Tagcloud max size"
8376
- msgstr "Tagcloud max"
8377
-
8378
- #: wppa-settings-autosave.php:1396
8379
- msgid "Maximal fontsize in tagclouds"
8380
- msgstr "setze die maximale Schriftgröße für Tagclouds auf"
8381
-
8382
- #: wppa-settings-autosave.php:1404
8383
- msgid ""
8384
- "Lightbox related size settings. These settings have effect only when Table "
8385
- "IX-J3 is set to wppa"
8386
- msgstr ""
8387
- "Lightbox (Größe) - Diese Einstellungen sind nur wirksam, wenn Tabelle IX-J3 "
8388
- "auf &quot;wppa&quot; gesetzt ist. "
8389
-
8390
- #: wppa-settings-autosave.php:1407
8391
- msgid ""
8392
- "Number of lines on the lightbox description area, exclusive the n/m line."
8393
- msgstr ""
8394
- "setze Anzahl der Zeilen im Beschreibungsbereich der Lightbox, ohne die n/m "
8395
- "Zeile, auf"
8396
-
8397
- #: wppa-settings-autosave.php:1408
8398
- msgid "Enter a number in the range from 0 to 24 or auto"
8399
- msgstr "Geben Sie eine Zahl im Bereich von 0 bis 24 oder auto ein"
8400
-
8401
- #: wppa-settings-autosave.php:1410
8402
- msgid "lines"
8403
- msgstr "Zeilen"
8404
-
8405
- #: wppa-settings-autosave.php:1415
8406
- msgid "Magnifier cursor size"
8407
- msgstr "Cursor &quot;Lupe&quot;"
8408
-
8409
- #: wppa-settings-autosave.php:1416
8410
- msgid "Select the size of the magnifier cursor."
8411
- msgstr "setze die Größe des Lupe-Cursors auf"
8412
-
8413
- #: wppa-settings-autosave.php:1419
8414
- msgid "small"
8415
- msgstr "klein"
8416
-
8417
- #: wppa-settings-autosave.php:1419 wppa-settings-autosave.php:3055
8418
- msgid "medium"
8419
- msgstr "mittel"
8420
-
8421
- #: wppa-settings-autosave.php:1419
8422
- msgid "large"
8423
- msgstr "groß"
8424
-
8425
- #: wppa-settings-autosave.php:1429
8426
- msgid "Border width for lightbox display."
8427
- msgstr "setze die Breite des Rahmens der Lightbox auf"
8428
-
8429
- #: wppa-settings-autosave.php:1438
8430
- msgid "Border radius for lightbox display."
8431
- msgstr "setze den Radius für abgerundete Ecken des Lightbox-Rahmens auf"
8432
-
8433
- #: wppa-settings-autosave.php:1447
8434
- msgid "Video related size settings"
8435
- msgstr "Video (Größe)"
8436
-
8437
- #: wppa-settings-autosave.php:1449
8438
- msgid "Default width"
8439
- msgstr "Standardbreite"
8440
-
8441
- #: wppa-settings-autosave.php:1450
8442
- msgid "The width of most videos"
8443
- msgstr "setze die Standardbreite auf"
8444
-
8445
- #: wppa-settings-autosave.php:1458
8446
- msgid "Default height"
8447
- msgstr "Standardhöhe"
8448
-
8449
- #: wppa-settings-autosave.php:1459
8450
- msgid "The height of most videos"
8451
- msgstr "setze die Standardhöhe auf"
8452
-
8453
- #: wppa-settings-autosave.php:1485
8454
- msgid "Table II:"
8455
- msgstr "Tabelle II -"
8456
-
8457
- #: wppa-settings-autosave.php:1485
8458
- msgid "Visibility:"
8459
- msgstr "Sichtbarkeit |"
8460
-
8461
- #: wppa-settings-autosave.php:1486
8462
- msgid "This table describes the visibility of certain wppa+ elements."
8463
- msgstr "Diese Tabelle beschreibt die Sichtbarkeit bestimmter WPPA+-Elemente"
8464
-
8465
- #: wppa-settings-autosave.php:1504
8466
- msgid "Breadcrumb related visibility settings"
8467
- msgstr "Pfad-Navigation (Sichtbarkeit)"
8468
-
8469
- #: wppa-settings-autosave.php:1506
8470
- msgid "Breadcrumb on posts"
8471
- msgstr "Beiträge (Posts)"
8472
-
8473
- #: wppa-settings-autosave.php:1507 wppa-settings-autosave.php:1517
8474
- msgid "Show breadcrumb navigation bars."
8475
- msgstr "zeige Pfad-Navigationsleiste"
8476
-
8477
- #: wppa-settings-autosave.php:1508 wppa-settings-autosave.php:1518
8478
- msgid "Indicate whether a breadcrumb navigation should be displayed"
8479
- msgstr "Gibt an, ob ein Pfad-Navigation angezeigt werden soll."
8480
-
8481
- #: wppa-settings-autosave.php:1516
8482
- msgid "Breadcrumb on pages"
8483
- msgstr "Seiten"
8484
-
8485
- #: wppa-settings-autosave.php:1526
8486
- msgid "Breadcrumb on search results"
8487
- msgstr "Suchergebnisse"
8488
-
8489
- #: wppa-settings-autosave.php:1527
8490
- msgid "Show breadcrumb navigation bars on the search results page."
8491
- msgstr "zeige Pfad-Navigationsleiste auf der Suchergebnisseite"
8492
-
8493
- #: wppa-settings-autosave.php:1528
8494
- msgid ""
8495
- "Indicate whether a breadcrumb navigation should be displayed above the "
8496
- "search results."
8497
- msgstr ""
8498
- "Gibt an, ob ein Pfad-Navigation über den Suchergebnissen angezeigt werden "
8499
- "soll."
8500
-
8501
- #: wppa-settings-autosave.php:1535
8502
- msgid "Breadcrumb on topten displays"
8503
- msgstr "TopTen"
8504
-
8505
- #: wppa-settings-autosave.php:1536
8506
- msgid "Show breadcrumb navigation bars on topten displays."
8507
- msgstr "zeige Pfad-Navigationsleiste auf TopTen-Anzeigen"
8508
-
8509
- #: wppa-settings-autosave.php:1537
8510
- msgid ""
8511
- "Indicate whether a breadcrumb navigation should be displayed above the "
8512
- "topten displays."
8513
- msgstr ""
8514
- "Gibt an, ob ein Pfad-Navigation über den TopTen-Anzeigen gezeigt werden soll."
8515
-
8516
- #: wppa-settings-autosave.php:1544
8517
- msgid "Breadcrumb on last ten displays"
8518
- msgstr "LastTen"
8519
-
8520
- #: wppa-settings-autosave.php:1545
8521
- msgid "Show breadcrumb navigation bars on last ten displays."
8522
- msgstr "zeige Pfad-Navigationsleiste auf LastTen-Anzeigen"
8523
-
8524
- #: wppa-settings-autosave.php:1546
8525
- msgid ""
8526
- "Indicate whether a breadcrumb navigation should be displayed above the last "
8527
- "ten displays."
8528
- msgstr ""
8529
- "Gibt an, ob ein Pfad-Navigation über den LastTen-Anzeigen gezeigt werden "
8530
- "soll."
8531
-
8532
- #: wppa-settings-autosave.php:1553
8533
- msgid "Breadcrumb on comment ten displays"
8534
- msgstr "KommentierteZehn-Anzeigen"
8535
-
8536
- #: wppa-settings-autosave.php:1554
8537
- msgid "Show breadcrumb navigation bars on comment ten displays."
8538
- msgstr "zeige Pfad-Navigationsleiste auf KommentierteZehn-Anzeigen"
8539
-
8540
- #: wppa-settings-autosave.php:1555
8541
- msgid ""
8542
- "Indicate whether a breadcrumb navigation should be displayed above the "
8543
- "comment ten displays."
8544
- msgstr ""
8545
- "Gibt an, ob ein Pfad-Navigation über den KommentierteZehn-Anzeigen gezeigt "
8546
- "werden soll."
8547
-
8548
- #: wppa-settings-autosave.php:1562
8549
- msgid "Breadcrumb on tag result displays"
8550
- msgstr "Schlagworte"
8551
-
8552
- #: wppa-settings-autosave.php:1563
8553
- msgid "Show breadcrumb navigation bars on tag result displays."
8554
- msgstr "zeige Pfad-Navigationsleiste auf Schlagwort (Tag) Ergebnisanzeigen"
8555
-
8556
- #: wppa-settings-autosave.php:1564
8557
- msgid ""
8558
- "Indicate whether a breadcrumb navigation should be displayed above the tag "
8559
- "result displays."
8560
- msgstr ""
8561
- "Gibt an, ob ein Pfad-Navigation über den nach Schlagwörtern (Tags) "
8562
- "zusammengestellten Anzeigen gezeigt werden soll."
8563
-
8564
- #: wppa-settings-autosave.php:1571
8565
- msgid "Breadcrumb on featured ten displays"
8566
- msgstr "FeaTen"
8567
-
8568
- #: wppa-settings-autosave.php:1572
8569
- msgid "Show breadcrumb navigation bars on featured ten displays."
8570
- msgstr "zeige Pfad-Navigationsleiste auf FeaturedTen-Anzeigen"
8571
-
8572
- #: wppa-settings-autosave.php:1573
8573
- msgid ""
8574
- "Indicate whether a breadcrumb navigation should be displayed above the "
8575
- "featured ten displays."
8576
- msgstr ""
8577
- "Gibt an, ob ein Pfad-Navigation über den FeaturedTen-Anzeigen gezeigt werden "
8578
- "soll.\n"
8579
- "(Ausgewählte 10)"
8580
-
8581
- #: wppa-settings-autosave.php:1580
8582
- msgid "Breadcrumb on related photos displays"
8583
- msgstr "Ähnliche Fotos"
8584
-
8585
- #: wppa-settings-autosave.php:1581
8586
- msgid "Show breadcrumb navigation bars on related photos displays."
8587
- msgstr "zeige Pfad-Navigationsleiste auf Ähnliche-Fotos-Anzeigen"
8588
-
8589
- #: wppa-settings-autosave.php:1582
8590
- msgid ""
8591
- "Indicate whether a breadcrumb navigation should be displayed above the "
8592
- "related photos displays."
8593
- msgstr ""
8594
- "Gibt an, ob ein Pfad-Navigation über den Ähnliche-Fotos-Anzeigen gezeigt "
8595
- "werden soll."
8596
-
8597
- #: wppa-settings-autosave.php:1589 wppa-setup.php:816
8598
- msgid "Home"
8599
- msgstr "Home"
8600
-
8601
- #: wppa-settings-autosave.php:1590
8602
- msgid "Show \"Home\" in breadcrumb."
8603
- msgstr "zeige \"Home\" in der Pfad-Navigation"
8604
-
8605
- #: wppa-settings-autosave.php:1591
8606
- msgid ""
8607
- "Indicate whether the breadcrumb navigation should start with a \"Home\"-link"
8608
- msgstr "Gibt an, ob die Pfad-Navigation mit einem Home-Link beginnen soll"
8609
-
8610
- #: wppa-settings-autosave.php:1598
8611
- msgid "Home text"
8612
- msgstr "Home Text"
8613
-
8614
- #: wppa-settings-autosave.php:1599
8615
- msgid "The text to use as \"Home\""
8616
- msgstr "verwende diesen Text für Home"
8617
-
8618
- #: wppa-settings-autosave.php:1608
8619
- msgid "Show the page(s) in breadcrumb."
8620
- msgstr "Zeige die Seite(n) in der Pfadnavigation"
8621
-
8622
- #: wppa-settings-autosave.php:1609
8623
- msgid ""
8624
- "Indicate whether the breadcrumb navigation should show the page(hierarchy)"
8625
- msgstr "Gibt an, ob die Pfad-Navigation die Seiten(-hirarchie) anzeigen soll."
8626
-
8627
- #: wppa-settings-autosave.php:1616
8628
- msgid "Separator"
8629
- msgstr "Separator"
8630
-
8631
- #: wppa-settings-autosave.php:1617
8632
- msgid "Breadcrumb separator symbol."
8633
- msgstr "verwende dieses Symbol als Separator"
8634
-
8635
- #: wppa-settings-autosave.php:1618
8636
- msgid "Select the desired breadcrumb separator element."
8637
- msgstr "Wählen Sie das gewünschte Separator-Element."
8638
-
8639
- #: wppa-settings-autosave.php:1619
8640
- msgid "A text string may contain valid html."
8641
- msgstr "Eine Zeichenfolge darf gültiges HTML enthalten. "
8642
-
8643
- #: wppa-settings-autosave.php:1620
8644
- msgid ""
8645
- "An image will be scaled automatically if you set the navigation font size."
8646
- msgstr ""
8647
-
8648
- #: wppa-settings-autosave.php:1622
8649
- msgid "Text (html):"
8650
- msgstr "Text (HTML):"
8651
-
8652
- #: wppa-settings-autosave.php:1622
8653
- msgid "Image (url):"
8654
- msgstr "Image (URL):"
8655
-
8656
- #: wppa-settings-autosave.php:1630
8657
- msgid "Html"
8658
- msgstr "HTML"
8659
-
8660
- #: wppa-settings-autosave.php:1631
8661
- msgid "Breadcrumb separator text."
8662
- msgstr "verwende diesen Text als Separator"
8663
-
8664
- #: wppa-settings-autosave.php:1632
8665
- msgid "Enter the HTML code that produces the separator symbol you want."
8666
- msgstr "Geben Sie den HTML-Code ein, der das gewünschte Trennzeichen erzeugt."
8667
-
8668
- #: wppa-settings-autosave.php:1633
8669
- msgid ""
8670
- "It may be as simple as '-' (without the quotes) or as complex as a tag like "
8671
- "<div>..</div>."
8672
- msgstr ""
8673
- "Es kann so einfach sein wie \\\"-\\\" (ohne Anführungszeichen), oder so "
8674
- "komplex wie ein <div> .. </div>-Tag."
8675
-
8676
- #: wppa-settings-autosave.php:1640
8677
- msgid "Image Url"
8678
- msgstr "URL"
8679
-
8680
- #: wppa-settings-autosave.php:1641
8681
- msgid "Full url to separator image."
8682
- msgstr "verwende diesen Pfad, um das Separator-Bild zu laden"
8683
-
8684
- #: wppa-settings-autosave.php:1642
8685
- msgid ""
8686
- "Enter the full url to the image you want to use for the separator symbol."
8687
- msgstr ""
8688
- "Geben Sie die vollständige URL zu dem Bild, das Sie für das Trennzeichen "
8689
- "verwenden möchten, ein."
8690
-
8691
- #: wppa-settings-autosave.php:1649
8692
- msgid "Pagelink position"
8693
- msgstr "Seitenlink Position"
8694
-
8695
- #: wppa-settings-autosave.php:1650
8696
- msgid "The location for the pagelinks bar."
8697
- msgstr "zeige die Seitenlink-Leiste an dieser Position"
8698
-
8699
- #: wppa-settings-autosave.php:1653 wppa-settings-autosave.php:4212
8700
- msgid "Top"
8701
- msgstr "Oben"
8702
-
8703
- #: wppa-settings-autosave.php:1653 wppa-settings-autosave.php:4212
8704
- msgid "Bottom"
8705
- msgstr "Unten"
8706
-
8707
- #: wppa-settings-autosave.php:1653
8708
- msgid "Both"
8709
- msgstr "Beide"
8710
-
8711
- #: wppa-settings-autosave.php:1660
8712
- msgid "Thumblink on slideshow"
8713
- msgstr "Diashow-Link"
8714
-
8715
- #: wppa-settings-autosave.php:1661
8716
- msgid "Show a thumb link on slideshow bc."
8717
- msgstr "zeige ein Symbol als Link auf die Miniatur-Ansicht"
8718
-
8719
- #: wppa-settings-autosave.php:1662
8720
- msgid "Show a link to thumbnail display on an breadcrumb above a slideshow"
8721
- msgstr "zeige ein Symbol als Link auf die Miniatur-Ansicht über der Diashow."
8722
-
8723
- #: wppa-settings-autosave.php:1669
8724
- msgid "Slideshow related visibility settings"
8725
- msgstr "Diashow (Sichtbarkeit)"
8726
-
8727
- #: wppa-settings-autosave.php:1671
8728
- msgid "Navigation type"
8729
- msgstr "Navigation"
8730
-
8731
- #: wppa-settings-autosave.php:1672
8732
- msgid "Select the type of navigation you want."
8733
- msgstr "verwende diesen Navigationstyp"
8734
-
8735
- #: wppa-settings-autosave.php:1675
8736
- msgid "Icons"
8737
- msgstr "Symbole"
8738
-
8739
- #: wppa-settings-autosave.php:1676
8740
- msgid "Icons on mobile, text on pc"
8741
- msgstr "Mobil: Symbole, PC: Text"
8742
-
8743
- #: wppa-settings-autosave.php:1687
8744
- msgid "Start/stop"
8745
- msgstr "Start/Stop"
8746
-
8747
- #: wppa-settings-autosave.php:1688
8748
- msgid "Show the Start/Stop slideshow bar."
8749
- msgstr "zeige die Start/Stop-Leiste"
8750
-
8751
- #: wppa-settings-autosave.php:1689
8752
- msgid ""
8753
- "If checked: display the start/stop slideshow navigation bar above the full-"
8754
- "size images and slideshow"
8755
- msgstr ""
8756
- "Wenn ausgewählt: zeige die Start/Stop Diashow-Navigation über großem Bild "
8757
- "und Diafilm"
8758
-
8759
- #: wppa-settings-autosave.php:1696
8760
- msgid "Browse bar"
8761
- msgstr "Navigationsleiste"
8762
-
8763
- #: wppa-settings-autosave.php:1697
8764
- msgid "Show Browse photos bar."
8765
- msgstr "zeige die Foto-Navigationleiste"
8766
-
8767
- #: wppa-settings-autosave.php:1698
8768
- msgid ""
8769
- "If checked: display the preveous/next navigation bar under the full-size "
8770
- "images and slideshow"
8771
- msgstr ""
8772
- "Wenn gewählt: zeige die Foto-Navigationsleiste unter dem großen Bild und der "
8773
- "Diashow."
8774
-
8775
- #: wppa-settings-autosave.php:1705
8776
- msgid "Filmstrip"
8777
- msgstr "Diafilm"
8778
-
8779
- #: wppa-settings-autosave.php:1706
8780
- msgid "Show Filmstrip navigation bar."
8781
- msgstr "zeige die Diafilm-Navigationsleiste"
8782
-
8783
- #: wppa-settings-autosave.php:1707
8784
- msgid ""
8785
- "If checked: display the filmstrip navigation bar under the full_size images "
8786
- "and slideshow"
8787
- msgstr ""
8788
- "Wenn gewählt: zeige die Diafilm-Navigationsleiste unter dem großen Bild und "
8789
- "der Diashow."
8790
-
8791
- #: wppa-settings-autosave.php:1714
8792
- msgid "Film seam"
8793
- msgstr "Nahtstelle"
8794
-
8795
- #: wppa-settings-autosave.php:1715
8796
- msgid "Show seam between end and start of film."
8797
- msgstr "zeige die Nahtstelle (Anfang/Ende) auf dem Diafilm"
8798
-
8799
- #: wppa-settings-autosave.php:1716
8800
- msgid "If checked: display the wrap-around point in the filmstrip"
8801
- msgstr "Wenn gewählt: Markiere die Nahtstelle (Anfang/Ende) auf dem Diafilm."
8802
-
8803
- #: wppa-settings-autosave.php:1724
8804
- msgid "Display photo name."
8805
- msgstr "zeige Fotonamen."
8806
-
8807
- #: wppa-settings-autosave.php:1725
8808
- msgid "If checked: display the name of the photo under the slideshow image."
8809
- msgstr "Wenn gewählt: zeige den Namen des Fotos unter dem Diashowbild."
8810
-
8811
- #: wppa-settings-autosave.php:1732 wppa-settings-autosave.php:2137
8812
- msgid "Add (Owner)"
8813
- msgstr "Eigentümer"
8814
-
8815
- #: wppa-settings-autosave.php:1733 wppa-settings-autosave.php:2138
8816
- msgid "Add the uploaders display name in parenthesis to the name."
8817
- msgstr "zeige den Eigentümer mit den Miniaturbildern"
8818
-
8819
- #: wppa-settings-autosave.php:1741
8820
- msgid "Photo desc"
8821
- msgstr "Foto Beschreibung"
8822
-
8823
- #: wppa-settings-autosave.php:1742
8824
- msgid "Display Photo description."
8825
- msgstr "zeige die Beschreibung des Fotos"
8826
-
8827
- #: wppa-settings-autosave.php:1743
8828
- msgid ""
8829
- "If checked: display the description of the photo under the slideshow image."
8830
- msgstr "Wenn gewählt: zeige die Beschreibung des Fotos unter dem Diashowbild."
8831
-
8832
- #: wppa-settings-autosave.php:1750
8833
- msgid "Hide when empty"
8834
- msgstr "Beschreibungsbox"
8835
-
8836
- #: wppa-settings-autosave.php:1751
8837
- msgid "Hide the descriptionbox when empty."
8838
- msgstr "verstecke die Beschreibungsbox, wenn die Beschreibung leer ist"
8839
-
8840
- #: wppa-settings-autosave.php:1759
8841
- msgid "Rating system"
8842
- msgstr "Bewertungssystem"
8843
-
8844
- #: wppa-settings-autosave.php:1760
8845
- msgid "Enable the rating system."
8846
- msgstr "aktiviere das Bewertungssystem"
8847
-
8848
- #: wppa-settings-autosave.php:1761
8849
- msgid "If checked, the photo rating system will be enabled."
8850
- msgstr "Wenn ausgewählt: das Bewertungssystem wird aktiviert"
8851
-
8852
- #: wppa-settings-autosave.php:1769
8853
- msgid "Comments system"
8854
- msgstr "Kommentarsystem"
8855
-
8856
- #: wppa-settings-autosave.php:1770
8857
- msgid "Enable the comments system."
8858
- msgstr "aktiviere das Kommentarsystem"
8859
-
8860
- #: wppa-settings-autosave.php:1771
8861
- msgid ""
8862
- "Display the comments box under the fullsize images and let users enter their "
8863
- "comments on individual photos."
8864
- msgstr ""
8865
- "zeige die Kommentarbox unter den großen Bildern und lass Benutzer Kommentare "
8866
- "zu Fotos abgeben."
8867
-
8868
- #: wppa-settings-autosave.php:1779
8869
- msgid "Comment Avatar default"
8870
- msgstr "Avatar"
8871
-
8872
- #: wppa-settings-autosave.php:1780
8873
- msgid "Show Avatars with the comments if not --- none ---"
8874
- msgstr ""
8875
- "zeige Avatare bei den Kommentaren wenn nicht --- keine --- ausgewählt ist"
8876
-
8877
- #: wppa-settings-autosave.php:1785
8878
- msgid "mystery man"
8879
- msgstr "mystery man"
8880
-
8881
- #: wppa-settings-autosave.php:1786
8882
- msgid "identicon"
8883
- msgstr "identicon"
8884
-
8885
- #: wppa-settings-autosave.php:1787
8886
- msgid "monsterid"
8887
- msgstr "monsterid"
8888
-
8889
- #: wppa-settings-autosave.php:1788
8890
- msgid "wavatar"
8891
- msgstr "monsterid"
8892
-
8893
- #: wppa-settings-autosave.php:1789
8894
- msgid "retro"
8895
- msgstr "retro"
8896
-
8897
- #: wppa-settings-autosave.php:1790
8898
- msgid "--- url ---"
8899
- msgstr "--- URL ---"
8900
-
8901
- #: wppa-settings-autosave.php:1805
8902
- msgid "Comment Avatar url"
8903
- msgstr "Avatar URL"
8904
-
8905
- #: wppa-settings-autosave.php:1806
8906
- msgid "Comment Avatar default url."
8907
- msgstr "Die Standard-URL für Kommentar-Avatare"
8908
-
8909
- #: wppa-settings-autosave.php:1814
8910
- msgid "Big Browse Buttons"
8911
- msgstr "Große Navigationsschalter"
8912
-
8913
- #: wppa-settings-autosave.php:1815
8914
- msgid "Enable invisible browsing buttons."
8915
- msgstr "aktiviere unsichtbare Navigationsschalter"
8916
-
8917
- #: wppa-settings-autosave.php:1816 wppa-settings-autosave.php:2420
8918
- msgid ""
8919
- "If checked, the fullsize image is covered by two invisible areas that act as "
8920
- "browse buttons."
8921
- msgstr ""
8922
- "Wenn ausgewählt: das große Bild wird von 2 unsichtbaren Bereichen "
8923
- "überlagert, die als Navigationsschalter dienen."
8924
-
8925
- #: wppa-settings-autosave.php:1817 wppa-settings-autosave.php:2421
8926
- #: wppa-settings-autosave.php:2431
8927
- msgid ""
8928
- "Make sure the Full height (Table I-B2) is properly configured to prevent "
8929
- "these areas to overlap unwanted space."
8930
- msgstr ""
8931
- "Stellen Sie sicher, dass die maximale Höhe (Tabelle I-B2) richtig "
8932
- "konfiguriert ist, damit die Bereiche keinen unerwünschten Flächen überdecken."
8933
-
8934
- #: wppa-settings-autosave.php:1824
8935
- msgid "Ugly Browse Buttons"
8936
- msgstr "Hässliche Navigation"
8937
-
8938
- #: wppa-settings-autosave.php:1825
8939
- msgid "Enable the ugly browsing buttons."
8940
- msgstr "aktiviere hässliche Navigationsschalter"
8941
-
8942
- #: wppa-settings-autosave.php:1826
8943
- msgid "If checked, the fullsize image is covered by two browse buttons."
8944
- msgstr ""
8945
- "Wenn ausgewählt: im großen Bild werden 2 Navigationsschalter eingeblendet "
8946
-
8947
- #: wppa-settings-autosave.php:1837
8948
- msgid "Start/stop icons"
8949
- msgstr "Start/Stop-Symbole"
8950
-
8951
- #: wppa-settings-autosave.php:1838
8952
- msgid "Show start and stop icons at the center of the slide"
8953
- msgstr "zeige Start/Stop-Symbole in der Mitte des Dias"
8954
-
8955
- #: wppa-settings-autosave.php:1850
8956
- msgid "Show custom box"
8957
- msgstr "Benutzerbox"
8958
-
8959
- #: wppa-settings-autosave.php:1851
8960
- msgid "Display the custom box in the slideshow"
8961
- msgstr "zeige die Benutzerbox in der Diashow"
8962
-
8963
- #: wppa-settings-autosave.php:1852 wppa-settings-autosave.php:1863
8964
- msgid ""
8965
- "You can fill the custom box with any html you like. It will not be checked, "
8966
- "so it is your own responsability to close tags properly."
8967
- msgstr ""
8968
- "Sie können die Benutzerbox mit beliebigem HTML füllen. Ihre Eingabe wird "
8969
- "nicht überprüft. Sie müssen selbst dafür sorgen, dass der HTML-Code gültig "
8970
- "ist (z.B. Tags richtig geschlossen sind)."
8971
-
8972
- #: wppa-settings-autosave.php:1853 wppa-settings-autosave.php:1864
8973
- msgid "The position of the box can be defined in Table IX-E."
8974
- msgstr "Die Position der Box kann in Tabelle IX-E festgelegt werden."
8975
-
8976
- #: wppa-settings-autosave.php:1861
8977
- msgid "Custom content"
8978
- msgstr "Benutzerbox Inhalt"
8979
-
8980
- #: wppa-settings-autosave.php:1862
8981
- msgid "The content (html) of the custom box."
8982
- msgstr "verwende diesen Text (HTML) in der Benutzerbox"
8983
-
8984
- #: wppa-settings-autosave.php:1871
8985
- msgid "Slideshow/Number bar"
8986
- msgstr "Nummernleiste"
8987
-
8988
- #: wppa-settings-autosave.php:1872
8989
- msgid "Display the Slideshow / Number bar."
8990
- msgstr "zeige die Nummernleiste in der Diashow"
8991
-
8992
- #: wppa-settings-autosave.php:1873
8993
- msgid "If checked: display the number boxes on slideshow"
8994
- msgstr ""
8995
- "Wenn gewählt: zeigt die Nummernleiste (für jedes Bild ein Symbol mit der "
8996
- "Nummer als Navigation) in der Diashow. "
8997
-
8998
- #: wppa-settings-autosave.php:1881
8999
- msgid "IPTC system"
9000
- msgstr "IPTC-System"
9001
-
9002
- #: wppa-settings-autosave.php:1882
9003
- msgid "Enable the iptc system."
9004
- msgstr "aktiviere das ITPC-System"
9005
-
9006
- #: wppa-settings-autosave.php:1883
9007
- msgid "Display the iptc box under the fullsize images."
9008
- msgstr "zeige die IPTC-Box unter den Vollformatbildern"
9009
-
9010
- #: wppa-settings-autosave.php:1891
9011
- msgid "IPTC open"
9012
- msgstr "ITPC offen"
9013
-
9014
- #: wppa-settings-autosave.php:1892
9015
- msgid "Display the iptc box initially opened."
9016
- msgstr "zeige die ITPC-Box anfänglich offen"
9017
-
9018
- #: wppa-settings-autosave.php:1893
9019
- msgid "Display the iptc box under the fullsize images initially open."
9020
- msgstr "Zeige anfänglich die geöffnete ITPC-Box unter den Vollformatbildern."
9021
-
9022
- #: wppa-settings-autosave.php:1901
9023
- msgid "EXIF system"
9024
- msgstr "Exif-System"
9025
-
9026
- #: wppa-settings-autosave.php:1902
9027
- msgid "Enable the exif system."
9028
- msgstr "aktiviere dasEXIF-System"
9029
-
9030
- #: wppa-settings-autosave.php:1903
9031
- msgid "Display the exif box under the fullsize images."
9032
- msgstr "zeige die EXIF-Box unter den Vollformatbildern"
9033
-
9034
- #: wppa-settings-autosave.php:1911
9035
- msgid "EXIF open"
9036
- msgstr "EXIF offen"
9037
-
9038
- #: wppa-settings-autosave.php:1912
9039
- msgid "Display the exif box initially opened."
9040
- msgstr "zeige die EXIF-Box anfänglich offen"
9041
-
9042
- #: wppa-settings-autosave.php:1913
9043
- msgid "Display the exif box under the fullsize images initially open."
9044
- msgstr "Zeige anfänglich die geöffnete EXIF-Box unter den Vollformatbildern."
9045
-
9046
- #: wppa-settings-autosave.php:1921
9047
- msgid "Social media share box related visibility settings"
9048
- msgstr "Soziale-Medien-Box (Sichtbarkeit)"
9049
-
9050
- #: wppa-settings-autosave.php:1923
9051
- msgid "Show Share Box"
9052
- msgstr "Anzeigen"
9053
-
9054
- #: wppa-settings-autosave.php:1924
9055
- msgid "Display the share social media buttons box."
9056
- msgstr "zeige die Soziale-Medien-Box"
9057
-
9058
- #: wppa-settings-autosave.php:1933 wppa-settings-autosave.php:9610
9059
- msgid "Hide when running"
9060
- msgstr "Diashow"
9061
-
9062
- #: wppa-settings-autosave.php:1934
9063
- msgid "Hide the SM box when slideshow runs."
9064
- msgstr "verstecke die Soziale-Medien-Box, wenn die Diashow läuft"
9065
-
9066
- #: wppa-settings-autosave.php:1942
9067
- msgid "Show Share Box Widget"
9068
- msgstr "Widget"
9069
-
9070
- #: wppa-settings-autosave.php:1943
9071
- msgid "Display the share social media buttons box in widgets."
9072
- msgstr "zeige die Soziale-Medien-Box in Widgets"
9073
-
9074
- #: wppa-settings-autosave.php:1944
9075
- msgid ""
9076
- "This setting applies to normal slideshows in widgets, not to the "
9077
- "slideshowwidget as that is a slideonly display."
9078
- msgstr ""
9079
- "Diese Einstellung ist in normalen Diashows in Widgets wirksam, nicht jedoch "
9080
- "im Diashow-Widget, das ausschließlich Diashows anzeigt."
9081
-
9082
- #: wppa-settings-autosave.php:1952
9083
- msgid "Show Share Buttons Thumbs"
9084
- msgstr "Miniaturbilder"
9085
-
9086
- #: wppa-settings-autosave.php:1953
9087
- msgid "Display the share social media buttons under thumbnails."
9088
- msgstr "zeige die Soziale-Medien-Schalter unter Miniaturbildern"
9089
-
9090
- #: wppa-settings-autosave.php:1962
9091
- msgid "Show Share Buttons Lightbox"
9092
- msgstr "Lightbox"
9093
-
9094
- #: wppa-settings-autosave.php:1963
9095
- msgid "Display the share social media buttons on lightbox displays."
9096
- msgstr "zeige die Soziale-Medien-Schalter in der Lightbox"
9097
-
9098
- #: wppa-settings-autosave.php:1972
9099
- msgid "Show Share Buttons Mphoto"
9100
- msgstr "Mphoto"
9101
-
9102
- #: wppa-settings-autosave.php:1973
9103
- msgid "Display the share social media buttons on mphoto displays."
9104
- msgstr "zeige die Soziale-Medien-Schalter auf Mphoto-Anzeigen"
9105
-
9106
- #: wppa-settings-autosave.php:1982
9107
- msgid "Void pages share"
9108
- msgstr "Nicht teilen"
9109
-
9110
- #: wppa-settings-autosave.php:1983
9111
- msgid "Do not show share on these pages"
9112
- msgstr "zeige Teilen-Schalter nicht auf diesen Seiten"
9113
-
9114
- #: wppa-settings-autosave.php:1984
9115
- msgid "Use this for pages that require the user is logged in"
9116
- msgstr ""
9117
- "Benutzen Sie dieses für Seiten, die die Anmeldung von Benutzern erfordern"
9118
-
9119
- #: wppa-settings-autosave.php:1988
9120
- msgid "--- Select one or more pages ---"
9121
- msgstr "--- Wählen Sie eine oder mehrere Seiten ---"
9122
-
9123
- #: wppa-settings-autosave.php:1997
9124
- msgid "Show QR Code"
9125
- msgstr "QR-Code"
9126
-
9127
- #: wppa-settings-autosave.php:1998
9128
- msgid "Display the QR code in the share box."
9129
- msgstr "zeige den QR-Code in der Soziale-Medien-Box"
9130
-
9131
- #: wppa-settings-autosave.php:2006
9132
- msgid "Show Twitter button"
9133
- msgstr "Twitter"
9134
-
9135
- #: wppa-settings-autosave.php:2007
9136
- msgid "Display the Twitter button in the share box."
9137
- msgstr "zeige den Twitter-Schalter in der Soziale-Medien-Box"
9138
-
9139
- #: wppa-settings-autosave.php:2015
9140
- msgid "The creator's Twitter account"
9141
- msgstr "Twitter Account"
9142
-
9143
- #: wppa-settings-autosave.php:2016
9144
- msgid "The Twitter @username a twitter card should be attributed to."
9145
- msgstr "ordne diesen Twitter @username den Twitter-Cards zu"
9146
-
9147
- #: wppa-settings-autosave.php:2017
9148
- msgid ""
9149
- "If you want to share the image directly - by a so called twitter card - you "
9150
- "must enter your twitter account name here"
9151
- msgstr ""
9152
- "Wenn Sie das Bild direkt teilen möchten -sog. Twitter Card- müssen Sie Ihren "
9153
- "Twitter Accountnamen hier eingeben"
9154
-
9155
- #: wppa-settings-autosave.php:2024
9156
- msgid "Show Google+ button"
9157
- msgstr "Google+"
9158
-
9159
- #: wppa-settings-autosave.php:2025
9160
- msgid "Display the Google+ button in the share box."
9161
- msgstr "zeige den Google+-Schalter in der Soziale-Medien-Box"
9162
-
9163
- #: wppa-settings-autosave.php:2033
9164
- msgid "Show Pinterest button"
9165
- msgstr "Pinterest"
9166
-
9167
- #: wppa-settings-autosave.php:2034
9168
- msgid "Display the Pintrest button in the share box."
9169
- msgstr "zeige den Pinterest-Schalter in der Soziale-Medien-Box"
9170
-
9171
- #: wppa-settings-autosave.php:2042
9172
- msgid "Show LinkedIn button"
9173
- msgstr "LinkedIn"
9174
-
9175
- #: wppa-settings-autosave.php:2043
9176
- msgid "Display the LinkedIn button in the share box."
9177
- msgstr "zeige den LinkedIn-Schalter in der Soziale-Medien-Box"
9178
-
9179
- #: wppa-settings-autosave.php:2051
9180
- msgid "Show Facebook share button"
9181
- msgstr "Facebook Teilen"
9182
-
9183
- #: wppa-settings-autosave.php:2052 wppa-settings-autosave.php:2061
9184
- msgid "Display the Facebook button in the share box."
9185
- msgstr "zeige den Facebook-Schalter in der Soziale-Medien-Box"
9186
-
9187
- #: wppa-settings-autosave.php:2060
9188
- msgid "Show Facebook like button"
9189
- msgstr "Facebook Like"
9190
-
9191
- #: wppa-settings-autosave.php:2069
9192
- msgid "Display type"
9193
- msgstr "Facebook Anzeigetyp"
9194
-
9195
- #: wppa-settings-autosave.php:2070
9196
- msgid "Select the Facebook button display type."
9197
- msgstr "zeige die Facebook-Anzeige in diesem Format"
9198
-
9199
- #: wppa-settings-autosave.php:2073
9200
- msgid "Button with counter"
9201
- msgstr "Schalter mit Zähler"
9202
-
9203
- #: wppa-settings-autosave.php:2073
9204
- msgid "Box with counter"
9205
- msgstr "Box mit Zähler"
9206
-
9207
- #: wppa-settings-autosave.php:2080
9208
- msgid "Show Facebook comment box"
9209
- msgstr "Facebook Kommentarfeld"
9210
-
9211
- #: wppa-settings-autosave.php:2081
9212
- msgid "Display the Facebook comment dialog box in the share box."
9213
- msgstr "zeige das Facebook Kommentarfeld in der Soziale-Medien-Box"
9214
-
9215
- #: wppa-settings-autosave.php:2089
9216
- msgid "Facebook User Id"
9217
- msgstr "Facebook User-ID"
9218
-
9219
- #: wppa-settings-autosave.php:2090
9220
- msgid "Enter your facebook user id to be able to moderate comments and sends"
9221
- msgstr ""
9222
- "verwende diese Facebook User-ID, dami Kommentare und Sendungen moderiert "
9223
- "werden können"
9224
-
9225
- #: wppa-settings-autosave.php:2098
9226
- msgid "Facebook App Id"
9227
- msgstr "Facebook App-ID"
9228
-
9229
- #: wppa-settings-autosave.php:2099
9230
- msgid "Enter your facebook app id to be able to moderate comments and sends"
9231
- msgstr ""
9232
- "verwende diese Facebook App-ID, um Kommentare und Sendungen moderieren zu "
9233
- "können"
9234
-
9235
- #: wppa-settings-autosave.php:2107
9236
- msgid "Facebook js SDK"
9237
- msgstr "Facebook js SDK"
9238
-
9239
- #: wppa-settings-autosave.php:2108
9240
- msgid "Load Facebook js SDK"
9241
- msgstr "lade das Facebook js SDK (JavaScript Software Development Kit)"
9242
-
9243
- #: wppa-settings-autosave.php:2109
9244
- msgid ""
9245
- "Uncheck this box only when there is a conflict with an other plugin that "
9246
- "also loads the Facebook js SDK."
9247
- msgstr ""
9248
- "Wählen Sie diese Option nur ab, wenn Konflikte mit einem anderen Plugin "
9249
- "bestehen, das ebenfalls das Facebook js SDK lädt."
9250
-
9251
- #: wppa-settings-autosave.php:2116
9252
- msgid "Share single image"
9253
- msgstr "Teile einzelnes Foto"
9254
-
9255
- #: wppa-settings-autosave.php:2117
9256
- msgid "Share a link to a single image, not the slideshow."
9257
- msgstr "teile einen Link zu einem einzelnen Foto, nicht zur Diashow"
9258
-
9259
- #: wppa-settings-autosave.php:2118
9260
- msgid ""
9261
- "The sharelink points to a page with a single image rather than to the page "
9262
- "with the photo in the slideshow."
9263
- msgstr ""
9264
- "Der Teilen-Link zeigt auf eine Seite mit dem einzelne Bild, nicht auf die "
9265
- "Seite mit der Diashow, in der das Foto angezeigt wird."
9266
-
9267
- #: wppa-settings-autosave.php:2126
9268
- msgid "Thumbnail display related visibility settings"
9269
- msgstr "Miniaturbild (Sichtbarkeit)"
9270
-
9271
- #: wppa-settings-autosave.php:2128
9272
- msgid "Thumbnail name"
9273
- msgstr "Name"
9274
-
9275
- #: wppa-settings-autosave.php:2129
9276
- msgid "Display Thumbnail name."
9277
- msgstr "zeige Namen mit den Miniaturbildern"
9278
-
9279
- #: wppa-settings-autosave.php:2130
9280
- msgid "Display photo name under thumbnail images."
9281
- msgstr "Zeige Fotonamen unter den Miniaturbildern"
9282
-
9283
- #: wppa-settings-autosave.php:2146
9284
- msgid "Thumbnail desc"
9285
- msgstr "Beschreibung"
9286
-
9287
- #: wppa-settings-autosave.php:2147
9288
- msgid "Display Thumbnail description."
9289
- msgstr "zeige Beschreibung mit den Miniaturbildern"
9290
-
9291
- #: wppa-settings-autosave.php:2148
9292
- msgid "Display description of the photo under thumbnail images."
9293
- msgstr "Zeige Beschreibung der Fotos unter den Miniaturbildern."
9294
-
9295
- #: wppa-settings-autosave.php:2155
9296
- msgid "Thumbnail rating"
9297
- msgstr "Bewertung"
9298
-
9299
- #: wppa-settings-autosave.php:2156
9300
- msgid "Display Thumbnail Rating."
9301
- msgstr "zeige Bewertung mit den Miniaturbildern"
9302
-
9303
- #: wppa-settings-autosave.php:2157
9304
- msgid "Display the rating of the photo under the thumbnail image."
9305
- msgstr "Zeige Bewertung der Fotos unter den Miniaturbildern."
9306
-
9307
- #: wppa-settings-autosave.php:2164
9308
- msgid "Thumbnail comcount"
9309
- msgstr "Kommentarzähler"
9310
-
9311
- #: wppa-settings-autosave.php:2165
9312
- msgid "Display Thumbnail Comment count."
9313
- msgstr "zeige Kommentarzähler mit den Miniaturbildern"
9314
-
9315
- #: wppa-settings-autosave.php:2166
9316
- msgid "Display the number of comments to the photo under the thumbnail image."
9317
- msgstr ""
9318
- "Zeige die Anzahl der Kommentare zu der Fotos unter den Miniaturbildern."
9319
-
9320
- #: wppa-settings-autosave.php:2173
9321
- msgid "Thumbnail viewcount"
9322
- msgstr "Anzeigezähler"
9323
-
9324
- #: wppa-settings-autosave.php:2174
9325
- msgid "Display the number of views."
9326
- msgstr "zeige den Anzeigenzähler mit den Miniaturbildern"
9327
-
9328
- #: wppa-settings-autosave.php:2175
9329
- msgid "Display the number of views under the thumbnail image."
9330
- msgstr "Zeige die Anzahl der Anzeigen des Fotos unter den Miniaturbildern."
9331
-
9332
- #: wppa-settings-autosave.php:2182
9333
- msgid "Thumbnail virt album"
9334
- msgstr "Virtuelles Album"
9335
-
9336
- #: wppa-settings-autosave.php:2183
9337
- msgid "Display the real album name on virtual album display."
9338
- msgstr "zeige den wahren Albumnamen im virtuellen Album"
9339
-
9340
- #: wppa-settings-autosave.php:2184
9341
- msgid ""
9342
- "Display the album name of the photo in parenthesis under the thumbnail on "
9343
- "virtual album displays like search results etc."
9344
- msgstr ""
9345
- "Zeige den Albumnamen des Fotos in virtuellen Alben (z.B. Suchergebnissen) "
9346
- "in Klammern unter den Miniaturbildern."
9347
-
9348
- #: wppa-settings-autosave.php:2191
9349
- msgid "Thumbnail video"
9350
- msgstr "Video"
9351
-
9352
- #: wppa-settings-autosave.php:2192
9353
- msgid "Show video controls on thumbnail displays."
9354
- msgstr "zeige die Videoleiste in der Miniaturbildansicht."
9355
-
9356
- #: wppa-settings-autosave.php:2193
9357
- msgid ""
9358
- "Works on default thumbnail type only. You can play the video only when the "
9359
- "link is set to no link at all."
9360
- msgstr ""
9361
- "Funktioniert nur mit dem Standard-Minaturbild-Typ. Sie können das Video nur "
9362
- "abspielen, wenn der Link auf \\\"kein Link\\\" gesetzt ist."
9363
-
9364
- #: wppa-settings-autosave.php:2200
9365
- msgid "Thumbnail audio"
9366
- msgstr "Audio"
9367
-
9368
- #: wppa-settings-autosave.php:2201
9369
- msgid "Show audio controls on thumbnail displays."
9370
- msgstr "zeige die Audioleiste in der Miniaturbildansicht."
9371
-
9372
- #: wppa-settings-autosave.php:2209
9373
- msgid "Popup name"
9374
- msgstr "Popup Name"
9375
-
9376
- #: wppa-settings-autosave.php:2210
9377
- msgid "Display Thumbnail name on popup."
9378
- msgstr "zeige den Bildnamen in Popups"
9379
-
9380
- #: wppa-settings-autosave.php:2211
9381
- msgid "Display photo name under thumbnail images on the popup."
9382
- msgstr "Zeige den Fotonamen unter den Miniaturbildern in Popups"
9383
-
9384
- #: wppa-settings-autosave.php:2218
9385
- msgid "Popup (owner)"
9386
- msgstr "Popup Eigentümer"
9387
-
9388
- #: wppa-settings-autosave.php:2219
9389
- msgid "Display owner on popup."
9390
- msgstr "zeige den Eigentümer in Popups"
9391
-
9392
- #: wppa-settings-autosave.php:2220
9393
- msgid "Display photo owner under thumbnail images on the popup."
9394
- msgstr "Zeige den Eigentümer unter den Miniaturbildern in Popups"
9395
-
9396
- #: wppa-settings-autosave.php:2227
9397
- msgid "Popup desc"
9398
- msgstr "Popup Beschreibung"
9399
-
9400
- #: wppa-settings-autosave.php:2228
9401
- msgid "Display Thumbnail description on popup."
9402
- msgstr "zeige die Beschreibung in Popups"
9403
-
9404
- #: wppa-settings-autosave.php:2229
9405
- msgid "Display description of the photo under thumbnail images on the popup."
9406
- msgstr "Zeige Beschreibung der Fotos unter den Miniaturbildern in Popups."
9407
-
9408
- #: wppa-settings-autosave.php:2236
9409
- msgid "Popup desc no links"
9410
- msgstr "Popup Links"
9411
-
9412
- #: wppa-settings-autosave.php:2237
9413
- msgid "Strip html anchor tags from descriptions on popups"
9414
- msgstr "entferne die Links aus Beschreibungen in Popups"
9415
-
9416
- #: wppa-settings-autosave.php:2238
9417
- msgid ""
9418
- "Use this option to prevent the display of links that cannot be activated."
9419
- msgstr ""
9420
- "Verwenden Sie diese Option, um die Anzeige von nicht funktionierenden Links "
9421
- "zu unterbinden."
9422
-
9423
- #: wppa-settings-autosave.php:2245
9424
- msgid "Popup rating"
9425
- msgstr "Popup Bewertung"
9426
-
9427
- #: wppa-settings-autosave.php:2246
9428
- msgid "Display Thumbnail Rating on popup."
9429
- msgstr "zeige die Bewertung in Popups"
9430
-
9431
- #: wppa-settings-autosave.php:2247
9432
- msgid "Display the rating of the photo under the thumbnail image on the popup."
9433
- msgstr "Zeige die Bewertung der Fotos unter den Miniaturbildern in Popups."
9434
-
9435
- #: wppa-settings-autosave.php:2254
9436
- msgid "Popup comcount"
9437
- msgstr "Popup Kommentarzähler"
9438
-
9439
- #: wppa-settings-autosave.php:2255
9440
- msgid "Display Thumbnail Comment count on popup."
9441
- msgstr "zeige Kommentarzähler mit den Miniaturbildern in Popups"
9442
-
9443
- #: wppa-settings-autosave.php:2256
9444
- msgid ""
9445
- "Display the number of comments of the photo under the thumbnail image on the "
9446
- "popup."
9447
- msgstr ""
9448
- "Zeige die Anzahl der Kommentare zu der Fotos unter den Miniaturbildern in "
9449
- "Popups."
9450
-
9451
- #: wppa-settings-autosave.php:2263
9452
- msgid "Show rating count"
9453
- msgstr "Bewertungszähler"
9454
-
9455
- #: wppa-settings-autosave.php:2264
9456
- msgid "Display the number of votes along with average ratings."
9457
- msgstr ""
9458
- "zeige die Anzahl der Bewertungen zusammen mit der Durchschnittsbewertung"
9459
-
9460
- #: wppa-settings-autosave.php:2265
9461
- msgid ""
9462
- "If checked, the number of votes is displayed along with average rating "
9463
- "displays on thumbnail and popup displays."
9464
- msgstr ""
9465
- "Wenn aktiviert: die Anzahl der Bewertungen wird zusammen mit der "
9466
- "Durchschnittsbewertung mit Miniaturbildern und in Popups angezeigt"
9467
-
9468
- #: wppa-settings-autosave.php:2272
9469
- msgid "Show name on thumb area"
9470
- msgstr "Album Name"
9471
-
9472
- #: wppa-settings-autosave.php:2273
9473
- msgid "Select if and where to display the album name on the thumbnail display."
9474
- msgstr "zeige den Albumname in der Miniaturbildansicht an diese Position"
9475
-
9476
- #: wppa-settings-autosave.php:2276 wppa-settings-autosave.php:2287
9477
- #: wppa-settings-autosave.php:2316 wppa-settings-autosave.php:4597
9478
- msgid "None"
9479
- msgstr "keine Anzeige"
9480
-
9481
- #: wppa-settings-autosave.php:2276 wppa-settings-autosave.php:2287
9482
- #: wppa-settings-autosave.php:2316 wppa-settings-autosave.php:3656
9483
- msgid "At the top"
9484
- msgstr "oben"
9485
-
9486
- #: wppa-settings-autosave.php:2276 wppa-settings-autosave.php:2287
9487
- #: wppa-settings-autosave.php:2316 wppa-settings-autosave.php:3656
9488
- msgid "At the bottom"
9489
- msgstr "unten"
9490
-
9491
- #: wppa-settings-autosave.php:2283
9492
- msgid "Show desc on thumb area"
9493
- msgstr "Album Beschreibung"
9494
-
9495
- #: wppa-settings-autosave.php:2284
9496
- msgid ""
9497
- "Select if and where to display the album description on the thumbnail "
9498
- "display."
9499
- msgstr ""
9500
- "zeige die Albumbeschreibung in der Miniaturbildansicht an diese Position"
9501
-
9502
- #: wppa-settings-autosave.php:2294
9503
- msgid "Show Edit/Delete links"
9504
- msgstr "Links Bearbeiten/Löschen"
9505
-
9506
- #: wppa-settings-autosave.php:2295
9507
- msgid "Show these links under default thumbnails for owner and admin."
9508
- msgstr ""
9509
- "zeige diese Links unter den Standardminiaturbildern für Eigentümer und Admin"
9510
-
9511
- #: wppa-settings-autosave.php:2303
9512
- msgid "Show empty thumbnail area"
9513
- msgstr "Links Upload"
9514
-
9515
- #: wppa-settings-autosave.php:2304
9516
- msgid "Display thumbnail areas with upload link only for empty albums."
9517
- msgstr "zeige Miniaturbildbereich mit Upload-Link nur in leeren Alben"
9518
-
9519
- #: wppa-settings-autosave.php:2312
9520
- msgid "Upload/create link on thumbnail area"
9521
- msgstr "Links Upload/Erstellen"
9522
-
9523
- #: wppa-settings-autosave.php:2313
9524
- msgid "Select the location of the upload and crete links."
9525
- msgstr ""
9526
- "zeige den Anzeigebereich für die Upload/Erstellen-Links an dieser Position"
9527
-
9528
- #: wppa-settings-autosave.php:2324
9529
- msgid "Album cover related visibility settings"
9530
- msgstr "Album-Cover (Sichtbarkeit)"
9531
-
9532
- #: wppa-settings-autosave.php:2326
9533
- msgid "Covertext"
9534
- msgstr "Beschreibung"
9535
-
9536
- #: wppa-settings-autosave.php:2327
9537
- msgid "Show the text on the album cover."
9538
- msgstr "zeige die Album-Beschreibung"
9539
-
9540
- #: wppa-settings-autosave.php:2328
9541
- msgid "Display the album decription on the album cover"
9542
- msgstr "Zeige die Beschreibung des Albums auf dem Titelbild"
9543
-
9544
- #: wppa-settings-autosave.php:2336
9545
- msgid "Enable the slideshow."
9546
- msgstr "aktiviere die Diashow"
9547
-
9548
- #: wppa-settings-autosave.php:2337
9549
- msgid ""
9550
- "If you do not want slideshows: uncheck this box. Browsing full size images "
9551
- "will remain possible."
9552
- msgstr ""
9553
- "Wenn Sie keine Diashows verwenden möchten, wählen Sie diese Option ab. "
9554
- "Vollformatbilder können trotzdem angezeigt werden."
9555
-
9556
- #: wppa-settings-autosave.php:2344
9557
- msgid "Slideshow/Browse"
9558
- msgstr "Links"
9559
-
9560
- #: wppa-settings-autosave.php:2345
9561
- msgid "Display the Slideshow / Browse photos link on album covers"
9562
- msgstr "zeige die Links auf Diashow oder Fotonavigation"
9563
-
9564
- #: wppa-settings-autosave.php:2346
9565
- msgid ""
9566
- "This setting causes the Slideshow link to be displayed on the album cover."
9567
- msgstr ""
9568
- "Diese Einstellung bewirkt die Anzeige des Diashow-Links im Album-Cover."
9569
-
9570
- #: wppa-settings-autosave.php:2347
9571
- msgid ""
9572
- "If slideshows are disabled in item 2 in this table, you will see a browse "
9573
- "link to fullsize images."
9574
- msgstr ""
9575
- "Wenn die Diashow im Tabelle E II-2 (dieser Tabelle) abgewählt wurde, wird "
9576
- "ein Link zur Vollbild-Navigation angezeigt."
9577
-
9578
- #: wppa-settings-autosave.php:2348
9579
- msgid "If you do not want the browse link either, uncheck this item."
9580
- msgstr ""
9581
- "Wenn Sie beide Links nicht verwenden möchten, wählen Sie diese Option ab. "
9582
-
9583
- #: wppa-settings-autosave.php:2355
9584
- msgid "View ..."
9585
- msgstr "Zeige ..."
9586
-
9587
- #: wppa-settings-autosave.php:2356
9588
- msgid "Display the View xx albums and yy photos link on album covers"
9589
- msgstr "zeige die &quot;Zeige xx Alben und yy Fotos&quot; Links auf dem Cover"
9590
-
9591
- #: wppa-settings-autosave.php:2364
9592
- msgid "Treecount"
9593
- msgstr "Gesamtzahl"
9594
-
9595
- # Misspelling: Disaplay -> Display
9596
- #: wppa-settings-autosave.php:2365
9597
- msgid "Disaplay the total number of (sub)albums and photos in subalbums"
9598
- msgstr "zeige die Gesamtzahl der(Unter)Alben und der Fotos in Unteralben"
9599
-
9600
- #: wppa-settings-autosave.php:2366
9601
- msgid ""
9602
- "Displays the total number of sub albums and photos in the entire album tree "
9603
- "in parenthesis if the numbers differ from the direct content of the album."
9604
- msgstr ""
9605
- "Zeigt die Gesamtzahl der(Unter)Alben und die Gesamtzahl der der Fotos in "
9606
- "(Unter)Alben des entsprechenden Albumbaums in Klammern, wenn diese von dem "
9607
- "direkten Inhalt des Albums abweichen."
9608
-
9609
- #: wppa-settings-autosave.php:2368
9610
- msgid "detailed"
9611
- msgstr "detailliert"
9612
-
9613
- #: wppa-settings-autosave.php:2368
9614
- msgid "totals only"
9615
- msgstr "nur Summen"
9616
-
9617
- #: wppa-settings-autosave.php:2375
9618
- msgid "Show categories"
9619
- msgstr "Kategorien"
9620
-
9621
- #: wppa-settings-autosave.php:2376
9622
- msgid "Display the album categories on the covers."
9623
- msgstr "zeige die Kategorie des Albums auf dem Cover"
9624
-
9625
- #: wppa-settings-autosave.php:2384
9626
- msgid "Skip empty albums"
9627
- msgstr "Leere Alben"
9628
-
9629
- #: wppa-settings-autosave.php:2385
9630
- msgid "Do not show empty albums, except for admin and owner."
9631
- msgstr "zeige leere Alben nur dem Admin und dem Eigentümer"
9632
-
9633
- #: wppa-settings-autosave.php:2393
9634
- msgid "Count on title"
9635
- msgstr "Zähler"
9636
-
9637
- #: wppa-settings-autosave.php:2394
9638
- msgid "Show photocount along with album title. "
9639
- msgstr "zeige den Fotozähler im Albumtitel"
9640
-
9641
- #: wppa-settings-autosave.php:2397 wppa-settings-autosave.php:2408
9642
- msgid "top album only"
9643
- msgstr "nur aktuelles Album"
9644
-
9645
- #: wppa-settings-autosave.php:2397 wppa-settings-autosave.php:2408
9646
- msgid "total tree"
9647
- msgstr "gesamten Albumbaum"
9648
-
9649
- #: wppa-settings-autosave.php:2404
9650
- msgid "Viewcount on cover"
9651
- msgstr "Ansichtszähler"
9652
-
9653
- #: wppa-settings-autosave.php:2405
9654
- msgid "Show total photo viewcount on album covers."
9655
- msgstr "zeige den Ansichtszähler auf dem Cover"
9656
-
9657
- #: wppa-settings-autosave.php:2416
9658
- msgid "Widget related visibility settings"
9659
- msgstr "Widget (Sichtbarkeit)"
9660
-
9661
- #: wppa-settings-autosave.php:2418
9662
- msgid "Big Browse Buttons in widget"
9663
- msgstr "Große Navigationsschalter"
9664
-
9665
- #: wppa-settings-autosave.php:2419
9666
- msgid "Enable invisible browsing buttons in widget slideshows."
9667
- msgstr "aktiviere unsichtbare Navigationsschalter in Widget-Diashows"
9668
-
9669
- #: wppa-settings-autosave.php:2428
9670
- msgid "Ugly Browse Buttons in widget"
9671
- msgstr "Hässliche Navigation"
9672
-
9673
- #: wppa-settings-autosave.php:2429
9674
- msgid "Enable ugly browsing buttons in widget slideshows."
9675
- msgstr "aktiviere hässliche Navigationsschalter in Widget-Navigation"
9676
-
9677
- #: wppa-settings-autosave.php:2430
9678
- msgid "If checked, the fullsize image is covered by browse buttons."
9679
- msgstr ""
9680
- "Wenn ausgewählt: im großen Bild werden 2 Navigationsschalter eingeblendet "
9681
-
9682
- #: wppa-settings-autosave.php:2438
9683
- msgid "Album widget tooltip"
9684
- msgstr "Album Tooltip"
9685
-
9686
- #: wppa-settings-autosave.php:2439
9687
- msgid "Show the album description on hoovering thumbnail in album widget"
9688
- msgstr "zeige die Albumbeschreibung als Tooltip"
9689
-
9690
- #: wppa-settings-autosave.php:2447 wppa-settings-autosave.php:4738
9691
- msgid ""
9692
- "Lightbox related settings. These settings have effect only when Table IX-J3 "
9693
- "is set to wppa"
9694
- msgstr ""
9695
-
9696
- #: wppa-settings-autosave.php:2460
9697
- msgid "Overlay theme color"
9698
- msgstr ""
9699
-
9700
- #: wppa-settings-autosave.php:2461
9701
- msgid "The color of the image border and text background."
9702
- msgstr ""
9703
-
9704
- #: wppa-settings-autosave.php:2464 wppa-settings-autosave.php:2475
9705
- msgid "Black"
9706
- msgstr ""
9707
-
9708
- #: wppa-settings-autosave.php:2464 wppa-settings-autosave.php:2475
9709
- msgid "White"
9710
- msgstr ""
9711
-
9712
- #: wppa-settings-autosave.php:2471
9713
- msgid "Overlay background color"
9714
- msgstr ""
9715
-
9716
- #: wppa-settings-autosave.php:2472
9717
- msgid "The color of the outer background."
9718
- msgstr ""
9719
-
9720
- #: wppa-settings-autosave.php:2482
9721
- msgid "Overlay slide name"
9722
- msgstr ""
9723
-
9724
- #: wppa-settings-autosave.php:2483
9725
- msgid "Show name if from slide."
9726
- msgstr ""
9727
-
9728
- #: wppa-settings-autosave.php:2484
9729
- msgid ""
9730
- "Shows the photos name on a lightbox display when initiated from a slide."
9731
- msgstr ""
9732
-
9733
- #: wppa-settings-autosave.php:2485 wppa-settings-autosave.php:2495
9734
- msgid ""
9735
- "This setting also applies to film thumbnails if Table VI-11 is set to "
9736
- "lightbox overlay."
9737
- msgstr ""
9738
-
9739
- #: wppa-settings-autosave.php:2492
9740
- msgid "Overlay slide desc"
9741
- msgstr ""
9742
-
9743
- #: wppa-settings-autosave.php:2493
9744
- msgid "Show description if from slide."
9745
- msgstr ""
9746
-
9747
- #: wppa-settings-autosave.php:2494
9748
- msgid ""
9749
- "Shows the photos description on a lightbox display when initiated from a "
9750
- "slide."
9751
- msgstr ""
9752
-
9753
- #: wppa-settings-autosave.php:2502
9754
- msgid "Overlay thumb name"
9755
- msgstr ""
9756
-
9757
- #: wppa-settings-autosave.php:2503
9758
- msgid "Show the photos name if from thumb."
9759
- msgstr ""
9760
-
9761
- #: wppa-settings-autosave.php:2504
9762
- msgid ""
9763
- "Shows the name on a lightbox display when initiated from a standard "
9764
- "thumbnail or a widget thumbnail."
9765
- msgstr ""
9766
-
9767
- #: wppa-settings-autosave.php:2505 wppa-settings-autosave.php:2515
9768
- msgid ""
9769
- "This setting applies to standard thumbnails, thumbnail-, comment-, topten- "
9770
- "and lasten-widget."
9771
- msgstr ""
9772
-
9773
- #: wppa-settings-autosave.php:2512
9774
- msgid "Overlay thumb desc"
9775
- msgstr ""
9776
-
9777
- #: wppa-settings-autosave.php:2513
9778
- msgid "Show description if from thumb."
9779
- msgstr ""
9780
-
9781
- #: wppa-settings-autosave.php:2514
9782
- msgid ""
9783
- "Shows the photos description on a lightbox display when initiated from a "
9784
- "standard thumbnail or a widget thumbnail."
9785
- msgstr ""
9786
-
9787
- #: wppa-settings-autosave.php:2522
9788
- msgid "Overlay potd name"
9789
- msgstr ""
9790
-
9791
- #: wppa-settings-autosave.php:2523
9792
- msgid "Show the photos name if from photo of the day."
9793
- msgstr ""
9794
-
9795
- #: wppa-settings-autosave.php:2524
9796
- msgid ""
9797
- "Shows the name on a lightbox display when initiated from the photo of the "
9798
- "day."
9799
- msgstr ""
9800
-
9801
- #: wppa-settings-autosave.php:2531
9802
- msgid "Overlay potd desc"
9803
- msgstr ""
9804
-
9805
- #: wppa-settings-autosave.php:2532
9806
- msgid "Show description if from from photo of the day."
9807
- msgstr ""
9808
-
9809
- #: wppa-settings-autosave.php:2533
9810
- msgid ""
9811
- "Shows the photos description on a lightbox display when initiated from the "
9812
- "photo of the day."
9813
- msgstr ""
9814
-
9815
- #: wppa-settings-autosave.php:2540
9816
- msgid "Overlay sphoto name"
9817
- msgstr ""
9818
-
9819
- #: wppa-settings-autosave.php:2541
9820
- msgid "Show the photos name if from a single photo."
9821
- msgstr ""
9822
-
9823
- #: wppa-settings-autosave.php:2542
9824
- msgid ""
9825
- "Shows the name on a lightbox display when initiated from a single photo."
9826
- msgstr ""
9827
-
9828
- #: wppa-settings-autosave.php:2549
9829
- msgid "Overlay sphoto desc"
9830
- msgstr ""
9831
-
9832
- #: wppa-settings-autosave.php:2550
9833
- msgid "Show description if from from a single photo."
9834
- msgstr ""
9835
-
9836
- #: wppa-settings-autosave.php:2551
9837
- msgid ""
9838
- "Shows the photos description on a lightbox display when initiated from a "
9839
- "single photo."
9840
- msgstr ""
9841
-
9842
- #: wppa-settings-autosave.php:2558
9843
- msgid "Overlay mphoto name"
9844
- msgstr ""
9845
-
9846
- #: wppa-settings-autosave.php:2559
9847
- msgid "Show the photos name if from a single media style photo."
9848
- msgstr ""
9849
-
9850
- #: wppa-settings-autosave.php:2560
9851
- msgid ""
9852
- "Shows the name on a lightbox display when initiated from a single media "
9853
- "style photo."
9854
- msgstr ""
9855
-
9856
- #: wppa-settings-autosave.php:2567
9857
- msgid "Overlay mphoto desc"
9858
- msgstr ""
9859
-
9860
- #: wppa-settings-autosave.php:2568
9861
- msgid "Show description if from from a media style photo."
9862
- msgstr ""
9863
-
9864
- #: wppa-settings-autosave.php:2569
9865
- msgid ""
9866
- "Shows the photos description on a lightbox display when initiated from a "
9867
- "single media style photo."
9868
- msgstr ""
9869
-
9870
- #: wppa-settings-autosave.php:2576
9871
- msgid "Overlay albumwidget name"
9872
- msgstr ""
9873
-
9874
- #: wppa-settings-autosave.php:2577
9875
- msgid "Show the photos name if from the album widget."
9876
- msgstr ""
9877
-
9878
- #: wppa-settings-autosave.php:2578
9879
- msgid ""
9880
- "Shows the name on a lightbox display when initiated from the album widget."
9881
- msgstr ""
9882
-
9883
- #: wppa-settings-autosave.php:2585
9884
- msgid "Overlay albumwidget desc"
9885
- msgstr ""
9886
-
9887
- #: wppa-settings-autosave.php:2586
9888
- msgid "Show description if from from the album widget."
9889
- msgstr ""
9890
-
9891
- #: wppa-settings-autosave.php:2587
9892
- msgid ""
9893
- "Shows the photos description on a lightbox display when initiated from the "
9894
- "album widget."
9895
- msgstr ""
9896
-
9897
- #: wppa-settings-autosave.php:2594
9898
- msgid "Overlay coverphoto name"
9899
- msgstr ""
9900
-
9901
- #: wppa-settings-autosave.php:2595
9902
- msgid "Show the photos name if from the album cover."
9903
- msgstr ""
9904
-
9905
- #: wppa-settings-autosave.php:2596
9906
- msgid ""
9907
- "Shows the name on a lightbox display when initiated from the album "
9908
- "coverphoto."
9909
- msgstr ""
9910
-
9911
- #: wppa-settings-autosave.php:2603
9912
- msgid "Overlay coverphoto desc"
9913
- msgstr ""
9914
-
9915
- #: wppa-settings-autosave.php:2604
9916
- msgid "Show description if from from the album cover."
9917
- msgstr ""
9918
-
9919
- #: wppa-settings-autosave.php:2605
9920
- msgid ""
9921
- "Shows the photos description on a lightbox display when initiated from the "
9922
- "album coverphoto."
9923
- msgstr ""
9924
-
9925
- #: wppa-settings-autosave.php:2612
9926
- msgid "Overlay add owner"
9927
- msgstr ""
9928
-
9929
- #: wppa-settings-autosave.php:2613
9930
- msgid "Add the owner to the photo name on lightbox displays."
9931
- msgstr ""
9932
-
9933
- #: wppa-settings-autosave.php:2614
9934
- msgid ""
9935
- "This setting is independant of the show name switches and is a global "
9936
- "setting."
9937
- msgstr ""
9938
-
9939
- #: wppa-settings-autosave.php:2621
9940
- msgid "Overlay show start/stop"
9941
- msgstr ""
9942
-
9943
- #: wppa-settings-autosave.php:2622
9944
- msgid "Show Start and Stop for running slideshow on lightbox."
9945
- msgstr ""
9946
-
9947
- #: wppa-settings-autosave.php:2630
9948
- msgid "Overlay show legenda"
9949
- msgstr ""
9950
-
9951
- #: wppa-settings-autosave.php:2631
9952
- msgid "Show \"Press f for fullsize\" etc. on lightbox."
9953
- msgstr ""
9954
-
9955
- #: wppa-settings-autosave.php:2632
9956
- msgid "Independant of this setting, it will not show up on mobile devices."
9957
- msgstr ""
9958
-
9959
- #: wppa-settings-autosave.php:2639
9960
- msgid "Show fullscreen icons"
9961
- msgstr ""
9962
-
9963
- #: wppa-settings-autosave.php:2640
9964
- msgid "Shows fullscreen and back to normal icon buttons on upper right corner"
9965
- msgstr ""
9966
-
9967
- #: wppa-settings-autosave.php:2648
9968
- msgid "Show rating"
9969
- msgstr ""
9970
-
9971
- #: wppa-settings-autosave.php:2649
9972
- msgid "Shows and enables rating on lightbox."
9973
- msgstr ""
9974
-
9975
- #: wppa-settings-autosave.php:2650
9976
- msgid ""
9977
- "This works for 5 and 10 stars only, not for single votes or numerical display"
9978
- msgstr ""
9979
-
9980
- #: wppa-settings-autosave.php:2657
9981
- msgid "Overlay show counter"
9982
- msgstr ""
9983
-
9984
- #: wppa-settings-autosave.php:2658
9985
- msgid "Show the x/y counter below the image."
9986
- msgstr ""
9987
-
9988
- #: wppa-settings-autosave.php:2666
9989
- msgid "Show Zoom in"
9990
- msgstr ""
9991
-
9992
- #: wppa-settings-autosave.php:2667
9993
- msgid "Display tooltip \"Zoom in\" along with the magnifier cursor."
9994
- msgstr ""
9995
-
9996
- #: wppa-settings-autosave.php:2668
9997
- msgid ""
9998
- "If you select ---none--- in Table I-G2 for magnifier size, the tooltop "
9999
- "contains the photo name."
10000
- msgstr ""
10001
-
10002
- #: wppa-settings-autosave.php:2676
10003
- msgid "Frontend upload configuration settings"
10004
- msgstr ""
10005
-
10006
- #: wppa-settings-autosave.php:2678
10007
- msgid "User upload Photos"
10008
- msgstr ""
10009
-
10010
- #: wppa-settings-autosave.php:2679
10011
- msgid "Enable frontend upload."
10012
- msgstr ""
10013
-
10014
- #: wppa-settings-autosave.php:2680
10015
- msgid ""
10016
- "If you check this item, frontend upload will be enabled according to the "
10017
- "rules set in the following items of this table."
10018
- msgstr ""
10019
-
10020
- #: wppa-settings-autosave.php:2688
10021
- msgid "User upload Video"
10022
- msgstr ""
10023
-
10024
- #: wppa-settings-autosave.php:2689
10025
- msgid "Enable frontend upload of video."
10026
- msgstr ""
10027
-
10028
- #: wppa-settings-autosave.php:2690 wppa-settings-autosave.php:2700
10029
- msgid "Requires Table II-H1 to be ticked."
10030
- msgstr ""
10031
-
10032
- #: wppa-settings-autosave.php:2698
10033
- msgid "User upload Audio"
10034
- msgstr ""
10035
-
10036
- #: wppa-settings-autosave.php:2699
10037
- msgid "Enable frontend upload of audio."
10038
- msgstr ""
10039
-
10040
- #: wppa-settings-autosave.php:2708
10041
- msgid "User upload Photos login"
10042
- msgstr ""
10043
-
10044
- #: wppa-settings-autosave.php:2709
10045
- msgid "Frontend upload requires the user is logged in."
10046
- msgstr ""
10047
-
10048
- #: wppa-settings-autosave.php:2710
10049
- msgid ""
10050
- "If you uncheck this box, make sure you check the item Owners only in Table "
10051
- "VII-D1."
10052
- msgstr ""
10053
-
10054
- #: wppa-settings-autosave.php:2711
10055
- msgid ""
10056
- "Also: set the owner to ---public--- of the albums that are allowed to be "
10057
- "uploaded to."
10058
- msgstr ""
10059
-
10060
- #: wppa-settings-autosave.php:2718
10061
- msgid "User upload Ajax"
10062
- msgstr ""
10063
-
10064
- #: wppa-settings-autosave.php:2719
10065
- msgid "Shows the upload progression bar."
10066
- msgstr ""
10067
-
10068
- #: wppa-settings-autosave.php:2727
10069
- msgid "Show Copyright"
10070
- msgstr ""
10071
-
10072
- #: wppa-settings-autosave.php:2728
10073
- msgid "Show a copyright warning on frontend upload locations."
10074
- msgstr ""
10075
-
10076
- #: wppa-settings-autosave.php:2737
10077
- msgid "Copyright notice"
10078
- msgstr ""
10079
-
10080
- #: wppa-settings-autosave.php:2738
10081
- msgid "The message to be displayed."
10082
- msgstr ""
10083
-
10084
- #: wppa-settings-autosave.php:2746
10085
- msgid "User Watermark"
10086
- msgstr ""
10087
-
10088
- #: wppa-settings-autosave.php:2747
10089
- msgid "Uploading users may select watermark settings"
10090
- msgstr ""
10091
-
10092
- #: wppa-settings-autosave.php:2748
10093
- msgid ""
10094
- "If checked, anyone who can upload and/or import photos can overrule the "
10095
- "default watermark settings."
10096
- msgstr ""
10097
-
10098
- #: wppa-settings-autosave.php:2755
10099
- msgid "User name"
10100
- msgstr ""
10101
-
10102
- #: wppa-settings-autosave.php:2756
10103
- msgid "Uploading users may overrule the default name."
10104
- msgstr ""
10105
-
10106
- #: wppa-settings-autosave.php:2757
10107
- msgid ""
10108
- "If checked, the default photo name as defined in Table IX-D13 may be "
10109
- "overruled by the user."
10110
- msgstr ""
10111
-
10112
- #: wppa-settings-autosave.php:2764
10113
- msgid "Apply Newphoto desc user"
10114
- msgstr ""
10115
-
10116
- #: wppa-settings-autosave.php:2765
10117
- msgid "Give each new frontend uploaded photo a standard description."
10118
- msgstr ""
10119
-
10120
- #: wppa-settings-autosave.php:2766
10121
- msgid ""
10122
- "If checked, each new photo will get the description (template) as specified "
10123
- "in Table IX-D5."
10124
- msgstr ""
10125
-
10126
- #: wppa-settings-autosave.php:2773
10127
- msgid "User desc"
10128
- msgstr ""
10129
-
10130
- #: wppa-settings-autosave.php:2774
10131
- msgid "Uploading users may overrule the default description."
10132
- msgstr ""
10133
-
10134
- #: wppa-settings-autosave.php:2782
10135
- msgid "User upload custom"
10136
- msgstr ""
10137
-
10138
- #: wppa-settings-autosave.php:2783
10139
- msgid "Frontend upload can fill in custom data fields."
10140
- msgstr ""
10141
-
10142
- #: wppa-settings-autosave.php:2791
10143
- msgid "User upload tags"
10144
- msgstr ""
10145
-
10146
- #: wppa-settings-autosave.php:2792
10147
- msgid "Frontend upload can add tags."
10148
- msgstr ""
10149
-
10150
- #: wppa-settings-autosave.php:2793
10151
- msgid "You can configure the details of tag addition in Table IX-D18.x"
10152
- msgstr ""
10153
-
10154
- #: wppa-settings-autosave.php:2801 wppa-settings-autosave.php:2829
10155
- #: wppa-settings-autosave.php:2857
10156
- msgid "Tag selection box"
10157
- msgstr ""
10158
-
10159
- #: wppa-settings-autosave.php:2802 wppa-settings-autosave.php:2830
10160
- #: wppa-settings-autosave.php:2858
10161
- msgid "Front-end upload tags selecion box."
10162
- msgstr ""
10163
-
10164
- #: wppa-settings-autosave.php:2806 wppa-settings-autosave.php:2834
10165
- #: wppa-settings-autosave.php:2862
10166
- msgid "On:"
10167
- msgstr ""
10168
-
10169
- #: wppa-settings-autosave.php:2806 wppa-settings-autosave.php:2834
10170
- #: wppa-settings-autosave.php:2862
10171
- msgid "Multi:"
10172
- msgstr ""
10173
-
10174
- #: wppa-settings-autosave.php:2811 wppa-settings-autosave.php:2839
10175
- #: wppa-settings-autosave.php:2867
10176
- msgid "Caption box"
10177
- msgstr ""
10178
-
10179
- #: wppa-settings-autosave.php:2812 wppa-settings-autosave.php:2840
10180
- #: wppa-settings-autosave.php:2868
10181
- msgid "The title of the tag selection box."
10182
- msgstr ""
10183
-
10184
- #: wppa-settings-autosave.php:2820 wppa-settings-autosave.php:2848
10185
- #: wppa-settings-autosave.php:2876
10186
- msgid "Tags box"
10187
- msgstr ""
10188
-
10189
- #: wppa-settings-autosave.php:2821 wppa-settings-autosave.php:2849
10190
- #: wppa-settings-autosave.php:2877
10191
- msgid "The tags in the selection box."
10192
- msgstr ""
10193
-
10194
- #: wppa-settings-autosave.php:2822 wppa-settings-autosave.php:2850
10195
- #: wppa-settings-autosave.php:2878
10196
- msgid ""
10197
- "Enter the tags you want to appear in the selection box. Empty means: all "
10198
- "existing tags"
10199
- msgstr ""
10200
-
10201
- #: wppa-settings-autosave.php:2885
10202
- msgid "New tags"
10203
- msgstr ""
10204
-
10205
- #: wppa-settings-autosave.php:2886
10206
- msgid "Input field for any user defined tags."
10207
- msgstr ""
10208
-
10209
- #: wppa-settings-autosave.php:2894
10210
- msgid "New tags caption"
10211
- msgstr ""
10212
-
10213
- #: wppa-settings-autosave.php:2895
10214
- msgid "The caption above the tags input field."
10215
- msgstr ""
10216
-
10217
- #: wppa-settings-autosave.php:2903
10218
- msgid "Tags box New"
10219
- msgstr ""
10220
-
10221
- #: wppa-settings-autosave.php:2904
10222
- msgid "The tags in the New tags input box."
10223
- msgstr ""
10224
-
10225
- #: wppa-settings-autosave.php:2912
10226
- msgid "Preview tags"
10227
- msgstr ""
10228
-
10229
- #: wppa-settings-autosave.php:2913
10230
- msgid "Show a preview of all tags that will be added to the photo info."
10231
- msgstr ""
10232
-
10233
- #: wppa-settings-autosave.php:2921
10234
- msgid "Camera connect"
10235
- msgstr ""
10236
-
10237
- #: wppa-settings-autosave.php:2922
10238
- msgid "Connect frontend upload to camara on mobile devices with camera"
10239
- msgstr ""
10240
-
10241
- #: wppa-settings-autosave.php:2930
10242
- msgid "Blog It!"
10243
- msgstr ""
10244
-
10245
- #: wppa-settings-autosave.php:2931
10246
- msgid "Enable blogging photos."
10247
- msgstr ""
10248
-
10249
- #: wppa-settings-autosave.php:2932
10250
- msgid "Users need the capability edit_posts to directly blog photos."
10251
- msgstr ""
10252
-
10253
- #: wppa-settings-autosave.php:2934
10254
- msgid "disabled"
10255
- msgstr ""
10256
-
10257
- #: wppa-settings-autosave.php:2935
10258
- msgid "optional"
10259
- msgstr ""
10260
-
10261
- #: wppa-settings-autosave.php:2936
10262
- msgid "always"
10263
- msgstr ""
10264
-
10265
- #: wppa-settings-autosave.php:2947
10266
- msgid "Blog It need moderation"
10267
- msgstr ""
10268
-
10269
- #: wppa-settings-autosave.php:2948
10270
- msgid "Posts with blogged photos need moderation."
10271
- msgstr ""
10272
-
10273
- #: wppa-settings-autosave.php:2956
10274
- msgid "Blog It shortcode"
10275
- msgstr ""
10276
-
10277
- #: wppa-settings-autosave.php:2957
10278
- msgid "Shortcode to be used on the blog post"
10279
- msgstr ""
10280
-
10281
- #: wppa-settings-autosave.php:2958
10282
- msgid "Make sure it contains photo=\"#id\""
10283
- msgstr ""
10284
-
10285
- #: wppa-settings-autosave.php:2966
10286
- msgid "Miscellaneous visibility settings"
10287
- msgstr ""
10288
-
10289
- #: wppa-settings-autosave.php:2968
10290
- msgid "Frontend ending label"
10291
- msgstr ""
10292
-
10293
- #: wppa-settings-autosave.php:2969
10294
- msgid "Frontend upload / create / edit dialog closing label text."
10295
- msgstr ""
10296
-
10297
- #: wppa-settings-autosave.php:2972
10298
- msgid "Abort"
10299
- msgstr ""
10300
-
10301
- #: wppa-settings-autosave.php:2972
10302
- msgid "Close"
10303
- msgstr ""
10304
-
10305
- #: wppa-settings-autosave.php:2972
10306
- msgid "Exit"
10307
- msgstr ""
10308
-
10309
- #: wppa-settings-autosave.php:2972
10310
- msgid "Quit"
10311
- msgstr ""
10312
-
10313
- #: wppa-settings-autosave.php:2980
10314
- msgid "Widget thumbs fontsize"
10315
- msgstr ""
10316
-
10317
- #: wppa-settings-autosave.php:2981
10318
- msgid "Font size for thumbnail subtext in widgets."
10319
- msgstr ""
10320
-
10321
- #: wppa-settings-autosave.php:2989
10322
- msgid "Owner on new line"
10323
- msgstr ""
10324
-
10325
- #: wppa-settings-autosave.php:2990
10326
- msgid "Place the (owner) text on a new line."
10327
- msgstr ""
10328
-
10329
- #: wppa-settings-autosave.php:2998
10330
- msgid "Custom datafields albums"
10331
- msgstr ""
10332
-
10333
- #: wppa-settings-autosave.php:2999
10334
- msgid "Define up to 10 custom data fields for albums."
10335
- msgstr ""
10336
-
10337
- #: wppa-settings-autosave.php:3009 wppa-settings-autosave.php:3035
10338
- #, php-format
10339
- msgid "Name, vis, edit %s"
10340
- msgstr ""
10341
-
10342
- #: wppa-settings-autosave.php:3010 wppa-settings-autosave.php:3036
10343
- #, php-format
10344
- msgid "The caption for field %s, visibility and editability at frontend."
10345
- msgstr ""
10346
-
10347
- #: wppa-settings-autosave.php:3011 wppa-settings-autosave.php:3037
10348
- #, php-format
10349
- msgid ""
10350
- "If you check the first box, the value of this field is displayable in photo "
10351
- "descriptions at the frontend with keyword w#c%s"
10352
- msgstr ""
10353
-
10354
- #: wppa-settings-autosave.php:3012 wppa-settings-autosave.php:3038
10355
- msgid ""
10356
- "If you check the second box, the value of this field is editable at the "
10357
- "frontend new style dialog."
10358
- msgstr ""
10359
-
10360
- #: wppa-settings-autosave.php:3024
10361
- msgid "Custom datafields photos"
10362
- msgstr ""
10363
-
10364
- #: wppa-settings-autosave.php:3025
10365
- msgid "Define up to 10 custom data fields for photos."
10366
- msgstr ""
10367
-
10368
- #: wppa-settings-autosave.php:3051
10369
- msgid "Navigation symbols style"
10370
- msgstr ""
10371
-
10372
- #: wppa-settings-autosave.php:3052
10373
- msgid "The corner rounding size of navigation icons."
10374
- msgstr ""
10375
-
10376
- #: wppa-settings-autosave.php:3055
10377
- msgid "light"
10378
- msgstr ""
10379
-
10380
- #: wppa-settings-autosave.php:3055
10381
- msgid "heavy"
10382
- msgstr ""
10383
-
10384
- #: wppa-settings-autosave.php:3079
10385
- msgid "Table III:"
10386
- msgstr ""
10387
-
10388
- #: wppa-settings-autosave.php:3079
10389
- msgid "Backgrounds:"
10390
- msgstr ""
10391
-
10392
- #: wppa-settings-autosave.php:3080
10393
- msgid "This table describes the backgrounds of wppa+ elements."
10394
- msgstr ""
10395
-
10396
- #: wppa-settings-autosave.php:3090 wppa-settings-autosave.php:3466
10397
- #: wppa-settings-autosave.php:8934
10398
- msgid "Background color"
10399
- msgstr ""
10400
-
10401
- #: wppa-settings-autosave.php:3091 wppa-settings-autosave.php:3093
10402
- #: wppa-settings-autosave.php:3467 wppa-settings-autosave.php:3469
10403
- msgid "Sample"
10404
- msgstr ""
10405
-
10406
- #: wppa-settings-autosave.php:3092 wppa-settings-autosave.php:3468
10407
- msgid "Border color"
10408
- msgstr ""
10409
-
10410
- #: wppa-settings-autosave.php:3101
10411
- msgid "Slideshow elements backgrounds"
10412
- msgstr ""
10413
-
10414
- #: wppa-settings-autosave.php:3103
10415
- msgid "Nav"
10416
- msgstr ""
10417
-
10418
- #: wppa-settings-autosave.php:3104
10419
- msgid "Navigation bars."
10420
- msgstr ""
10421
-
10422
- #: wppa-settings-autosave.php:3105
10423
- msgid "Enter valid CSS colors for navigation backgrounds and borders."
10424
- msgstr ""
10425
-
10426
- #: wppa-settings-autosave.php:3116
10427
- msgid "SlideImg"
10428
- msgstr ""
10429
-
10430
- #: wppa-settings-autosave.php:3117
10431
- msgid "Fullsize Slideshow Photos."
10432
- msgstr ""
10433
-
10434
- #: wppa-settings-autosave.php:3118
10435
- msgid "Enter valid CSS colors for fullsize photo backgrounds and borders."
10436
- msgstr ""
10437
-
10438
- #: wppa-settings-autosave.php:3119
10439
- msgid "The colors may be equal or \"transparent\""
10440
- msgstr ""
10441
-
10442
- #: wppa-settings-autosave.php:3120
10443
- msgid ""
10444
- "For more information about slideshow image borders see the help on Table I-B4"
10445
- msgstr ""
10446
-
10447
- #: wppa-settings-autosave.php:3131 wppa-settings-autosave.php:5024
10448
- msgid "Numbar"
10449
- msgstr ""
10450
-
10451
- #: wppa-settings-autosave.php:3132
10452
- msgid "Number bar box background."
10453
- msgstr ""
10454
-
10455
- #: wppa-settings-autosave.php:3133
10456
- msgid "Enter valid CSS colors for numbar box backgrounds and borders."
10457
- msgstr ""
10458
-
10459
- #: wppa-settings-autosave.php:3144
10460
- msgid "Numbar active"
10461
- msgstr ""
10462
-
10463
- #: wppa-settings-autosave.php:3145
10464
- msgid "Number bar active box background."
10465
- msgstr ""
10466
-
10467
- #: wppa-settings-autosave.php:3146
10468
- msgid "Enter valid CSS colors for numbar active box backgrounds and borders."
10469
- msgstr ""
10470
-
10471
- #: wppa-settings-autosave.php:3157
10472
- msgid "Name/desc"
10473
- msgstr ""
10474
-
10475
- #: wppa-settings-autosave.php:3158
10476
- msgid "Name and Description bars."
10477
- msgstr ""
10478
-
10479
- #: wppa-settings-autosave.php:3159
10480
- msgid ""
10481
- "Enter valid CSS colors for name and description box backgrounds and borders."
10482
- msgstr ""
10483
-
10484
- #: wppa-settings-autosave.php:3171
10485
- msgid "Comment input and display areas."
10486
- msgstr ""
10487
-
10488
- #: wppa-settings-autosave.php:3172
10489
- msgid "Enter valid CSS colors for comment box backgrounds and borders."
10490
- msgstr ""
10491
-
10492
- #: wppa-settings-autosave.php:3183 wppa-settings-autosave.php:8994
10493
- #: wppa-settings-autosave.php:9039
10494
- msgid "Custom"
10495
- msgstr ""
10496
-
10497
- #: wppa-settings-autosave.php:3184
10498
- msgid "Custom box background."
10499
- msgstr ""
10500
-
10501
- #: wppa-settings-autosave.php:3185
10502
- msgid "Enter valid CSS colors for custom box backgrounds and borders."
10503
- msgstr ""
10504
-
10505
- #: wppa-settings-autosave.php:3196
10506
- msgid "IPTC"
10507
- msgstr ""
10508
-
10509
- #: wppa-settings-autosave.php:3197
10510
- msgid "IPTC display box background."
10511
- msgstr ""
10512
-
10513
- #: wppa-settings-autosave.php:3198
10514
- msgid "Enter valid CSS colors for iptc box backgrounds and borders."
10515
- msgstr ""
10516
-
10517
- #: wppa-settings-autosave.php:3209
10518
- msgid "EXIF"
10519
- msgstr ""
10520
-
10521
- #: wppa-settings-autosave.php:3210
10522
- msgid "EXIF display box background."
10523
- msgstr ""
10524
-
10525
- #: wppa-settings-autosave.php:3211
10526
- msgid "Enter valid CSS colors for exif box backgrounds and borders."
10527
- msgstr ""
10528
-
10529
- #: wppa-settings-autosave.php:3222
10530
- msgid "Share"
10531
- msgstr ""
10532
-
10533
- #: wppa-settings-autosave.php:3223
10534
- msgid "Share box display background."
10535
- msgstr ""
10536
-
10537
- #: wppa-settings-autosave.php:3224
10538
- msgid "Enter valid CSS colors for share box backgrounds and borders."
10539
- msgstr ""
10540
-
10541
- #: wppa-settings-autosave.php:3235
10542
- msgid "Other backgrounds and colors"
10543
- msgstr ""
10544
-
10545
- #: wppa-settings-autosave.php:3237
10546
- msgid "Even"
10547
- msgstr ""
10548
-
10549
- #: wppa-settings-autosave.php:3238
10550
- msgid "Even background."
10551
- msgstr ""
10552
-
10553
- #: wppa-settings-autosave.php:3239
10554
- msgid ""
10555
- "Enter valid CSS colors for even numbered backgrounds and borders of album "
10556
- "covers and thumbnail displays 'As covers'."
10557
- msgstr ""
10558
-
10559
- #: wppa-settings-autosave.php:3250
10560
- msgid "Odd"
10561
- msgstr ""
10562
-
10563
- #: wppa-settings-autosave.php:3251
10564
- msgid "Odd background."
10565
- msgstr ""
10566
-
10567
- #: wppa-settings-autosave.php:3252
10568
- msgid ""
10569
- "Enter valid CSS colors for odd numbered backgrounds and borders of album "
10570
- "covers and thumbnail displays 'As covers'."
10571
- msgstr ""
10572
-
10573
- #: wppa-settings-autosave.php:3263
10574
- msgid "Thumbnail padding"
10575
- msgstr ""
10576
-
10577
- #: wppa-settings-autosave.php:3264
10578
- msgid "Thumbnail padding color if thumbnail aspect is a padded setting."
10579
- msgstr ""
10580
-
10581
- #: wppa-settings-autosave.php:3265
10582
- msgid ""
10583
- "Enter valid CSS color hexadecimal like #000000 for black or #ffffff for "
10584
- "white for the padded thumbnails."
10585
- msgstr ""
10586
-
10587
- #: wppa-settings-autosave.php:3276
10588
- msgid "Img"
10589
- msgstr ""
10590
-
10591
- #: wppa-settings-autosave.php:3277
10592
- msgid "Cover Photos and popups."
10593
- msgstr ""
10594
-
10595
- #: wppa-settings-autosave.php:3278
10596
- msgid ""
10597
- "Enter valid CSS colors for Cover photo and popup backgrounds and borders."
10598
- msgstr ""
10599
-
10600
- #: wppa-settings-autosave.php:3290
10601
- msgid "Upload box background."
10602
- msgstr ""
10603
-
10604
- #: wppa-settings-autosave.php:3291
10605
- msgid "Enter valid CSS colors for upload box backgrounds and borders."
10606
- msgstr ""
10607
-
10608
- #: wppa-settings-autosave.php:3302
10609
- msgid "Multitag"
10610
- msgstr ""
10611
-
10612
- #: wppa-settings-autosave.php:3303
10613
- msgid "Multitag box background."
10614
- msgstr ""
10615
-
10616
- #: wppa-settings-autosave.php:3304
10617
- msgid "Enter valid CSS colors for multitag box backgrounds and borders."
10618
- msgstr ""
10619
-
10620
- #: wppa-settings-autosave.php:3315
10621
- msgid "Tagcloud"
10622
- msgstr ""
10623
-
10624
- #: wppa-settings-autosave.php:3316
10625
- msgid "Tagcloud box background."
10626
- msgstr ""
10627
-
10628
- #: wppa-settings-autosave.php:3317
10629
- msgid "Enter valid CSS colors for tagcloud box backgrounds and borders."
10630
- msgstr ""
10631
-
10632
- #: wppa-settings-autosave.php:3328
10633
- msgid "Superview"
10634
- msgstr ""
10635
-
10636
- #: wppa-settings-autosave.php:3329
10637
- msgid "Superview box background."
10638
- msgstr ""
10639
-
10640
- #: wppa-settings-autosave.php:3330
10641
- msgid "Enter valid CSS colors for superview box backgrounds and borders."
10642
- msgstr ""
10643
-
10644
- #: wppa-settings-autosave.php:3342
10645
- msgid "Search box background."
10646
- msgstr ""
10647
-
10648
- #: wppa-settings-autosave.php:3343
10649
- msgid "Enter valid CSS colors for search box backgrounds and borders."
10650
- msgstr ""
10651
-
10652
- #: wppa-settings-autosave.php:3354
10653
- msgid "BestOf"
10654
- msgstr ""
10655
-
10656
- #: wppa-settings-autosave.php:3355
10657
- msgid "BestOf box background."
10658
- msgstr ""
10659
-
10660
- #: wppa-settings-autosave.php:3356
10661
- msgid "Enter valid CSS colors for bestof box backgrounds and borders."
10662
- msgstr ""
10663
-
10664
- #: wppa-settings-autosave.php:3367
10665
- msgid "Calendar"
10666
- msgstr ""
10667
-
10668
- #: wppa-settings-autosave.php:3368
10669
- msgid "Calendar box background."
10670
- msgstr ""
10671
-
10672
- #: wppa-settings-autosave.php:3369
10673
- msgid "Enter valid CSS colors for calendar box backgrounds and borders."
10674
- msgstr ""
10675
-
10676
- #: wppa-settings-autosave.php:3380
10677
- msgid "Stereo"
10678
- msgstr ""
10679
-
10680
- #: wppa-settings-autosave.php:3381
10681
- msgid "Stereo mode selection box background."
10682
- msgstr ""
10683
-
10684
- #: wppa-settings-autosave.php:3382
10685
- msgid ""
10686
- "Enter valid CSS colors for stereo mode selection box backgrounds and borders."
10687
- msgstr ""
10688
-
10689
- #: wppa-settings-autosave.php:3393
10690
- msgid "Admins choice"
10691
- msgstr ""
10692
-
10693
- #: wppa-settings-autosave.php:3394
10694
- msgid "Admins choice box background."
10695
- msgstr ""
10696
-
10697
- #: wppa-settings-autosave.php:3395
10698
- msgid "Enter valid CSS colors for admins choice box backgrounds and borders."
10699
- msgstr ""
10700
-
10701
- #: wppa-settings-autosave.php:3406
10702
- msgid "Modal render box"
10703
- msgstr ""
10704
-
10705
- #: wppa-settings-autosave.php:3407
10706
- msgid "The background for the Ajax modal rendering box."
10707
- msgstr ""
10708
-
10709
- #: wppa-settings-autosave.php:3408
10710
- msgid "Recommended color: your theme background color."
10711
- msgstr ""
10712
-
10713
- #: wppa-settings-autosave.php:3419
10714
- msgid "Navigation symbols"
10715
- msgstr ""
10716
-
10717
- #: wppa-settings-autosave.php:3420
10718
- msgid "Navigation symbol background and fill colors."
10719
- msgstr ""
10720
-
10721
- #: wppa-settings-autosave.php:3432
10722
- msgid "Navigation symbols Lightbox"
10723
- msgstr ""
10724
-
10725
- #: wppa-settings-autosave.php:3433
10726
- msgid "Navigation symbol background and fill colors Lightbox."
10727
- msgstr ""
10728
-
10729
- #: wppa-settings-autosave.php:3479
10730
- msgid "Table IV:"
10731
- msgstr ""
10732
-
10733
- #: wppa-settings-autosave.php:3479
10734
- msgid "Behaviour:"
10735
- msgstr ""
10736
-
10737
- #: wppa-settings-autosave.php:3480
10738
- msgid "This table describes the dynamic behaviour of certain wppa+ elements."
10739
- msgstr ""
10740
-
10741
- #: wppa-settings-autosave.php:3498
10742
- msgid "System related settings"
10743
- msgstr ""
10744
-
10745
- #: wppa-settings-autosave.php:3500
10746
- msgid "Use Ajax"
10747
- msgstr ""
10748
-
10749
- #: wppa-settings-autosave.php:3501
10750
- msgid "Use Ajax as much as is possible and implemented."
10751
- msgstr ""
10752
-
10753
- #: wppa-settings-autosave.php:3502
10754
- msgid ""
10755
- "If this box is ticked, page content updates from within wppa+ displays will "
10756
- "be Ajax based as much as possible."
10757
- msgstr ""
10758
-
10759
- #: wppa-settings-autosave.php:3510
10760
- msgid "Ajax NON Admin"
10761
- msgstr ""
10762
-
10763
- #: wppa-settings-autosave.php:3511
10764
- msgid "Frontend ajax use no admin files."
10765
- msgstr ""
10766
-
10767
- #: wppa-settings-autosave.php:3512
10768
- msgid "If you want to password protect wp-admin, check this box."
10769
- msgstr ""
10770
-
10771
- #: wppa-settings-autosave.php:3513
10772
- msgid ""
10773
- "In rare cases changing page content does not work when this box is checked. "
10774
- "Verify the functionality!"
10775
- msgstr ""
10776
-
10777
- #: wppa-settings-autosave.php:3520
10778
- msgid "Modal boxes"
10779
- msgstr ""
10780
-
10781
- #: wppa-settings-autosave.php:3521
10782
- msgid "Place Ajax rendered content in modal boxes"
10783
- msgstr ""
10784
-
10785
- #: wppa-settings-autosave.php:3529
10786
- msgid "Photo names in urls"
10787
- msgstr ""
10788
-
10789
- #: wppa-settings-autosave.php:3530
10790
- msgid "Display photo names in urls."
10791
- msgstr ""
10792
-
10793
- #: wppa-settings-autosave.php:3531
10794
- msgid "Urls to wppa+ displays will contain photonames in stead of numbers."
10795
- msgstr ""
10796
-
10797
- #: wppa-settings-autosave.php:3532
10798
- msgid ""
10799
- "It is your responsability to avoid duplicate names of photos in the same "
10800
- "album."
10801
- msgstr ""
10802
-
10803
- #: wppa-settings-autosave.php:3539
10804
- msgid "Album names in urls"
10805
- msgstr ""
10806
-
10807
- #: wppa-settings-autosave.php:3540
10808
- msgid "Display album names in urls."
10809
- msgstr ""
10810
-
10811
- #: wppa-settings-autosave.php:3541
10812
- msgid "Urls to wppa+ displays will contain albumnames in stead of numbers."
10813
- msgstr ""
10814
-
10815
- #: wppa-settings-autosave.php:3542
10816
- msgid ""
10817
- "It is your responsability to avoid duplicate names of albums in the system."
10818
- msgstr ""
10819
-
10820
- #: wppa-settings-autosave.php:3549
10821
- msgid "Use short query args"
10822
- msgstr ""
10823
-
10824
- #: wppa-settings-autosave.php:3550
10825
- msgid "Use &album=... &photo=..."
10826
- msgstr ""
10827
-
10828
- #: wppa-settings-autosave.php:3551
10829
- msgid ""
10830
- "Urls to wppa+ displays will contain &album=... &photo=... in stead of &wppa-"
10831
- "album=... &wppa-photo=..."
10832
- msgstr ""
10833
-
10834
- #: wppa-settings-autosave.php:3552
10835
- msgid ""
10836
- "Use this setting only when there are no conflicts with other plugins that "
10837
- "may interprete arguments like &album= etc."
10838
- msgstr ""
10839
-
10840
- #: wppa-settings-autosave.php:3559
10841
- msgid "Enable pretty links"
10842
- msgstr ""
10843
-
10844
- #: wppa-settings-autosave.php:3560
10845
- msgid "Enable the generation and understanding of pretty links."
10846
- msgstr ""
10847
-
10848
- #: wppa-settings-autosave.php:3561
10849
- msgid ""
10850
- "If checked, links to social media and the qr code will have \"/token1/token2/"
10851
- "\" etc in stead of \"&arg1=..&arg2=..\" etc."
10852
- msgstr ""
10853
-
10854
- #: wppa-settings-autosave.php:3562
10855
- msgid ""
10856
- "These types of links will be interpreted and cause a redirection on entering."
10857
- msgstr ""
10858
-
10859
- #: wppa-settings-autosave.php:3563
10860
- msgid ""
10861
- "It is recommended to check this box. It shortens links dramatically and "
10862
- "simplifies qr codes."
10863
- msgstr ""
10864
-
10865
- #: wppa-settings-autosave.php:3564
10866
- msgid ""
10867
- "However, you may encounter conflicts with themes and/or other plugins, so "
10868
- "test it troughly!"
10869
- msgstr ""
10870
-
10871
- #: wppa-settings-autosave.php:3565
10872
- msgid ""
10873
- "Table IV-A2 (Photo names in urls) must be UNchecked for this setting to work!"
10874
- msgstr ""
10875
-
10876
- #: wppa-settings-autosave.php:3572
10877
- msgid "Enable encrypted links"
10878
- msgstr ""
10879
-
10880
- #: wppa-settings-autosave.php:3573
10881
- msgid "Encrypt album and photo ids in links."
10882
- msgstr ""
10883
-
10884
- #: wppa-settings-autosave.php:3576
10885
- msgid "The page will be reloaded."
10886
- msgstr ""
10887
-
10888
- #: wppa-settings-autosave.php:3582
10889
- msgid "Refuse unencrypted"
10890
- msgstr ""
10891
-
10892
- #: wppa-settings-autosave.php:3583
10893
- msgid "When encrypted is enabled, refuse unencrypted urls."
10894
- msgstr ""
10895
-
10896
- #: wppa-settings-autosave.php:3591
10897
- msgid "Update addressline"
10898
- msgstr ""
10899
-
10900
- #: wppa-settings-autosave.php:3592
10901
- msgid "Update the addressline after an ajax action or next slide."
10902
- msgstr ""
10903
-
10904
- #: wppa-settings-autosave.php:3593
10905
- msgid ""
10906
- "If checked, refreshing the page will show the current content and the "
10907
- "browsers back and forth arrows will browse the history on the page."
10908
- msgstr ""
10909
-
10910
- #: wppa-settings-autosave.php:3594
10911
- msgid ""
10912
- "If unchecked, refreshing the page will re-display the content of the "
10913
- "original page."
10914
- msgstr ""
10915
-
10916
- #: wppa-settings-autosave.php:3595
10917
- msgid ""
10918
- "This will only work on browsers that support history.pushState() and "
10919
- "therefor NOT in IE"
10920
- msgstr ""
10921
-
10922
- #: wppa-settings-autosave.php:3596
10923
- msgid "Switching this off will affect the browsers behaviour."
10924
- msgstr ""
10925
-
10926
- #: wppa-settings-autosave.php:3603
10927
- msgid "Render shortcode always"
10928
- msgstr ""
10929
-
10930
- #: wppa-settings-autosave.php:3604
10931
- msgid "This will skip the check on proper initialisation."
10932
- msgstr ""
10933
-
10934
- #: wppa-settings-autosave.php:3605
10935
- msgid ""
10936
- "This setting is required for certain themes like Gantry to prevent the "
10937
- "display of wppa placeholders like [WPPA+ Photo display]."
10938
- msgstr ""
10939
-
10940
- #: wppa-settings-autosave.php:3612
10941
- msgid "Track viewcounts"
10942
- msgstr ""
10943
-
10944
- #: wppa-settings-autosave.php:3613
10945
- msgid "Register number of views of albums and photos."
10946
- msgstr ""
10947
-
10948
- #: wppa-settings-autosave.php:3621
10949
- msgid "Track clickcounts"
10950
- msgstr ""
10951
-
10952
- #: wppa-settings-autosave.php:3622
10953
- msgid "Register number of clicks on photos that link to an url."
10954
- msgstr ""
10955
-
10956
- #: wppa-settings-autosave.php:3630
10957
- msgid "Auto page"
10958
- msgstr ""
10959
-
10960
- #: wppa-settings-autosave.php:3631
10961
- msgid "Create a wp page for every fullsize image."
10962
- msgstr ""
10963
-
10964
- #: wppa-settings-autosave.php:3635
10965
- msgid "Please reload this page after changing!"
10966
- msgstr ""
10967
-
10968
- #: wppa-settings-autosave.php:3641
10969
- msgid "Auto page display"
10970
- msgstr ""
10971
-
10972
- #: wppa-settings-autosave.php:3642
10973
- msgid "The type of display on the autopage pages."
10974
- msgstr ""
10975
-
10976
- #: wppa-settings-autosave.php:3645
10977
- msgid "Single photo"
10978
- msgstr ""
10979
-
10980
- #: wppa-settings-autosave.php:3645
10981
- msgid "Media type photo"
10982
- msgstr ""
10983
-
10984
- #: wppa-settings-autosave.php:3645
10985
- msgid "In the style of a slideshow"
10986
- msgstr ""
10987
-
10988
- #: wppa-settings-autosave.php:3652
10989
- msgid "Auto page links"
10990
- msgstr ""
10991
-
10992
- #: wppa-settings-autosave.php:3653
10993
- msgid "The location for the pagelinks."
10994
- msgstr ""
10995
-
10996
- #: wppa-settings-autosave.php:3656
10997
- msgid "At top and bottom"
10998
- msgstr ""
10999
-
11000
- #: wppa-settings-autosave.php:3663
11001
- msgid "Defer javascript"
11002
- msgstr ""
11003
-
11004
- #: wppa-settings-autosave.php:3664
11005
- msgid "Put javascript near the end of the page."
11006
- msgstr ""
11007
-
11008
- #: wppa-settings-autosave.php:3665
11009
- msgid ""
11010
- "If checkd: May fix layout problems and broken slideshows. May speed up or "
11011
- "slow down page appearing."
11012
- msgstr ""
11013
-
11014
- #: wppa-settings-autosave.php:3672
11015
- msgid "Inline styles"
11016
- msgstr ""
11017
-
11018
- #: wppa-settings-autosave.php:3673
11019
- msgid "Set style specifications inline."
11020
- msgstr ""
11021
-
11022
- #: wppa-settings-autosave.php:3674
11023
- msgid "If checked: May fix layout problems, but slows down page appearing."
11024
- msgstr ""
11025
-
11026
- #: wppa-settings-autosave.php:3681
11027
- msgid "Custom style"
11028
- msgstr ""
11029
-
11030
- #: wppa-settings-autosave.php:3682
11031
- msgid "Enter custom style specs here."
11032
- msgstr ""
11033
-
11034
- #: wppa-settings-autosave.php:3690
11035
- msgid "Use customized style file"
11036
- msgstr ""
11037
-
11038
- #: wppa-settings-autosave.php:3691 wppa-settings-autosave.php:3700
11039
- msgid "This feature is highly discouraged."
11040
- msgstr ""
11041
-
11042
- #: wppa-settings-autosave.php:3699
11043
- msgid "Use customized theme file"
11044
- msgstr ""
11045
-
11046
- #: wppa-settings-autosave.php:3708
11047
- msgid "Enable photo html access"
11048
- msgstr ""
11049
-
11050
- #: wppa-settings-autosave.php:3709
11051
- msgid ""
11052
- "Creates .htaccess files in .../uploads/wppa/ and .../uploads/wppa/thumbs/"
11053
- msgstr ""
11054
-
11055
- #: wppa-settings-autosave.php:3712
11056
- msgid "create 'all access' .htaccess files"
11057
- msgstr ""
11058
-
11059
- #: wppa-settings-autosave.php:3713
11060
- msgid "remove .htaccess files"
11061
- msgstr ""
11062
-
11063
- #: wppa-settings-autosave.php:3714
11064
- msgid "create 'no hotlinking' .htaccess files"
11065
- msgstr ""
11066
-
11067
- #: wppa-settings-autosave.php:3715
11068
- msgid "do not change existing .htaccess file(s)"
11069
- msgstr ""
11070
-
11071
- #: wppa-settings-autosave.php:3727
11072
- msgid "Lazy or HTML comp"
11073
- msgstr ""
11074
-
11075
- #: wppa-settings-autosave.php:3728
11076
- msgid "Tick this box when you use lazy load or html compression."
11077
- msgstr ""
11078
-
11079
- #: wppa-settings-autosave.php:3729
11080
- msgid ""
11081
- "If the filmstrip images do not show up and you have a lazy load or html "
11082
- "optimizing plugin active: Check this box"
11083
- msgstr ""
11084
-
11085
- #: wppa-settings-autosave.php:3736
11086
- msgid "Thumbs first"
11087
- msgstr ""
11088
-
11089
- #: wppa-settings-autosave.php:3737
11090
- msgid "When displaying album content: thumbnails before subalbums."
11091
- msgstr ""
11092
-
11093
- #: wppa-settings-autosave.php:3745
11094
- msgid "Login links"
11095
- msgstr ""
11096
-
11097
- #: wppa-settings-autosave.php:3746
11098
- msgid "You must login to... links to login page."
11099
- msgstr ""
11100
-
11101
- #: wppa-settings-autosave.php:3754
11102
- msgid "Enable Video"
11103
- msgstr ""
11104
-
11105
- #: wppa-settings-autosave.php:3755
11106
- msgid "Enables video support."
11107
- msgstr ""
11108
-
11109
- #: wppa-settings-autosave.php:3764
11110
- msgid "Enable Audio"
11111
- msgstr ""
11112
-
11113
- #: wppa-settings-autosave.php:3765
11114
- msgid "Enables audio support."
11115
- msgstr ""
11116
-
11117
- #: wppa-settings-autosave.php:3773
11118
- msgid "Enable 3D Stereo"
11119
- msgstr ""
11120
-
11121
- #: wppa-settings-autosave.php:3774
11122
- msgid "Enables 3D stereo photo support."
11123
- msgstr ""
11124
-
11125
- #: wppa-settings-autosave.php:3782
11126
- msgid "Relative urls"
11127
- msgstr ""
11128
-
11129
- #: wppa-settings-autosave.php:3783
11130
- msgid "Use relative urls only."
11131
- msgstr ""
11132
-
11133
- #: wppa-settings-autosave.php:3791
11134
- msgid "Capitalize tags and cats"
11135
- msgstr ""
11136
-
11137
- #: wppa-settings-autosave.php:3792
11138
- msgid "Format tags and cats to start with one capital character"
11139
- msgstr ""
11140
-
11141
- #: wppa-settings-autosave.php:3800
11142
- msgid "Enable Admins Choice"
11143
- msgstr ""
11144
-
11145
- #: wppa-settings-autosave.php:3801
11146
- msgid "Enable the creation of zipfiles with selected photos."
11147
- msgstr ""
11148
-
11149
- #: wppa-settings-autosave.php:3802
11150
- msgid "Activate the Admins Choice widget to make the zipfiles downloadable."
11151
- msgstr ""
11152
-
11153
- #: wppa-settings-autosave.php:3809
11154
- msgid "Make owner like photoname"
11155
- msgstr ""
11156
-
11157
- #: wppa-settings-autosave.php:3810
11158
- msgid "Change the owner to the user who's display name equals photoname."
11159
- msgstr ""
11160
-
11161
- #: wppa-settings-autosave.php:3818
11162
- msgid "JS and CSS when needed"
11163
- msgstr ""
11164
-
11165
- #: wppa-settings-autosave.php:3819
11166
- msgid "Loads .js and .css files only when they are used on the page."
11167
- msgstr ""
11168
-
11169
- #: wppa-settings-autosave.php:3820
11170
- msgid ""
11171
- "This is a self learning system. The first time a page is loaded that "
11172
- "requires wppa .css or .js files, the page will reload."
11173
- msgstr ""
11174
-
11175
- #: wppa-settings-autosave.php:3828
11176
- msgid "Slideshow related settings"
11177
- msgstr ""
11178
-
11179
- #: wppa-settings-autosave.php:3830
11180
- msgid "V align"
11181
- msgstr ""
11182
-
11183
- #: wppa-settings-autosave.php:3831
11184
- msgid "Vertical alignment of slideshow images."
11185
- msgstr ""
11186
-
11187
- #: wppa-settings-autosave.php:3832
11188
- msgid "Specify the vertical alignment of slideshow images."
11189
- msgstr ""
11190
-
11191
- #: wppa-settings-autosave.php:3833
11192
- msgid ""
11193
- "If you select --- none ---, the photos will not be centered horizontally "
11194
- "either."
11195
- msgstr ""
11196
-
11197
- #: wppa-settings-autosave.php:3835 wppa-settings-autosave.php:4106
11198
- #: wppa-slideshow-widget.php:214
11199
- msgid "top"
11200
- msgstr ""
11201
-
11202
- #: wppa-settings-autosave.php:3835 wppa-settings-autosave.php:4106
11203
- #: wppa-slideshow-widget.php:216
11204
- msgid "bottom"
11205
- msgstr ""
11206
-
11207
- #: wppa-settings-autosave.php:3835 wppa-slideshow-widget.php:217
11208
- msgid "fit"
11209
- msgstr ""
11210
-
11211
- #: wppa-settings-autosave.php:3843
11212
- msgid "H align"
11213
- msgstr ""
11214
-
11215
- #: wppa-settings-autosave.php:3844
11216
- msgid "Horizontal alignment of slideshow images."
11217
- msgstr ""
11218
-
11219
- #: wppa-settings-autosave.php:3845
11220
- msgid ""
11221
- "Specify the horizontal alignment of slideshow images. If you specify --- "
11222
- "none --- , no horizontal alignment will take place."
11223
- msgstr ""
11224
-
11225
- #: wppa-settings-autosave.php:3846
11226
- msgid ""
11227
- "This setting is only usefull when the Column Width differs from the Maximum "
11228
- "Width."
11229
- msgstr ""
11230
-
11231
- #: wppa-settings-autosave.php:3847
11232
- msgid "(Settings I-A1 and I-B1)"
11233
- msgstr ""
11234
-
11235
- #: wppa-settings-autosave.php:3857
11236
- msgid "Start slideshow running."
11237
- msgstr ""
11238
-
11239
- #: wppa-settings-autosave.php:3858
11240
- msgid ""
11241
- "If you select \"running\", the slideshow will start running immediately, if "
11242
- "you select \"still at first photo\", the first photo will be displayed in "
11243
- "browse mode."
11244
- msgstr ""
11245
-
11246
- #: wppa-settings-autosave.php:3859
11247
- msgid ""
11248
- "If you select \"still at first norated\", the first photo that the visitor "
11249
- "did not gave a rating will be displayed in browse mode."
11250
- msgstr ""
11251
-
11252
- #: wppa-settings-autosave.php:3861
11253
- msgid "running"
11254
- msgstr ""
11255
-
11256
- #: wppa-settings-autosave.php:3862
11257
- msgid "still at first photo"
11258
- msgstr ""
11259
-
11260
- #: wppa-settings-autosave.php:3863
11261
- msgid "still at first norated"
11262
- msgstr ""
11263
-
11264
- #: wppa-settings-autosave.php:3874
11265
- msgid "Start slideonly"
11266
- msgstr ""
11267
-
11268
- #: wppa-settings-autosave.php:3875
11269
- msgid "Start slideonly slideshow running."
11270
- msgstr ""
11271
-
11272
- #: wppa-settings-autosave.php:3883 wppa-settings-autosave.php:4818
11273
- msgid "Video autostart"
11274
- msgstr ""
11275
-
11276
- #: wppa-settings-autosave.php:3884
11277
- msgid "Autoplay videos in slideshows."
11278
- msgstr ""
11279
-
11280
- #: wppa-settings-autosave.php:3893 wppa-settings-autosave.php:4827
11281
- msgid "Audio autostart"
11282
- msgstr ""
11283
-
11284
- #: wppa-settings-autosave.php:3894
11285
- msgid "Autoplay audios in slideshows."
11286
- msgstr ""
11287
-
11288
- #: wppa-settings-autosave.php:3902
11289
- msgid "Animation type"
11290
- msgstr ""
11291
-
11292
- #: wppa-settings-autosave.php:3903
11293
- msgid "The way successive slides appear."
11294
- msgstr ""
11295
-
11296
- #: wppa-settings-autosave.php:3904
11297
- msgid ""
11298
- "Select the way the old slide is to be replaced by the new one in the "
11299
- "slideshow/browse fullsize display."
11300
- msgstr ""
11301
-
11302
- #: wppa-settings-autosave.php:3906
11303
- msgid "Fade out and in simultaneous"
11304
- msgstr ""
11305
-
11306
- #: wppa-settings-autosave.php:3907
11307
- msgid "Fade in after fade out"
11308
- msgstr ""
11309
-
11310
- #: wppa-settings-autosave.php:3908
11311
- msgid "Shift adjacent"
11312
- msgstr ""
11313
-
11314
- #: wppa-settings-autosave.php:3909
11315
- msgid "Stack on"
11316
- msgstr ""
11317
-
11318
- #: wppa-settings-autosave.php:3910
11319
- msgid "Stack off"
11320
- msgstr ""
11321
-
11322
- #: wppa-settings-autosave.php:3911
11323
- msgid "Turn over"
11324
- msgstr ""
11325
-
11326
- #: wppa-settings-autosave.php:3925
11327
- msgid "Timeout"
11328
- msgstr ""
11329
-
11330
- #: wppa-settings-autosave.php:3926
11331
- msgid "Slideshow timeout."
11332
- msgstr ""
11333
-
11334
- #: wppa-settings-autosave.php:3927
11335
- msgid ""
11336
- "Select the time a single slide will be visible when the slideshow is started."
11337
- msgstr ""
11338
-
11339
- #: wppa-settings-autosave.php:3936
11340
- msgid "Speed"
11341
- msgstr ""
11342
-
11343
- #: wppa-settings-autosave.php:3937
11344
- msgid "Slideshow animation speed."
11345
- msgstr ""
11346
-
11347
- #: wppa-settings-autosave.php:3938
11348
- msgid "Specify th