WP Photo Album Plus - Version 6.3.3

Version Description

Download this release

Release Info

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

Code changes from version 6.3.1 to 6.3.3

images/pause.jpg ADDED
Binary file
images/pauseb.jpg ADDED
Binary file
images/pauser.png ADDED
Binary file
images/start.jpg ADDED
Binary file
images/startb.jpg ADDED
Binary file
images/startr.png ADDED
Binary file
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.1.15';
7
 
8
  // This is an entrypoint to load the slide data
9
  function wppaStoreSlideInfo(
@@ -196,14 +196,17 @@ function wppaStartStop( mocc, index ) {
196
  _wppaTP[mocc] = index;
197
  }
198
  else {
199
- // wppaFirstAudio = true;
200
  if ( _wppaSSRuns[mocc] ) {
201
  // Stop it
202
  _wppaStop( mocc );
 
203
  }
204
  else {
205
  // Start it
206
  _wppaStart( mocc, index );
 
 
 
207
  }
208
  }
209
  }
3
  // Contains slideshow modules
4
  // Dependancies: wppa.js and default wp jQuery library
5
  //
6
+ var wppaJsSlideshowVersion = '6.3.2';
7
 
8
  // This is an entrypoint to load the slide data
9
  function wppaStoreSlideInfo(
196
  _wppaTP[mocc] = index;
197
  }
198
  else {
 
199
  if ( _wppaSSRuns[mocc] ) {
200
  // Stop it
201
  _wppaStop( mocc );
202
+ jQuery( '#wppa-startstop-icon-' + mocc ).attr( 'src', wppaImageDirectory + 'start' + wppaSsIconType );
203
  }
204
  else {
205
  // Start it
206
  _wppaStart( mocc, index );
207
+ if ( index == -1 ) {
208
+ jQuery( '#wppa-startstop-icon-' + mocc ).attr( 'src', wppaImageDirectory + 'pause' + wppaSsIconType );
209
+ }
210
  }
211
  }
212
  }
js/wppa-slideshow.min.js CHANGED
@@ -4,7 +4,7 @@
4
  // Dependancies: wppa.js and default wp jQuery library
5
  //
6
 
7
- var wppaJsSlideshowVersion='6.1.15';function wppaStoreSlideInfo(mocc,id,url,size,width,height,fullname,name,desc,photoid,avgrat,discount,myrat,rateurl,linkurl,linktitle,linktarget,iwtimeout,commenthtml,iptchtml,exifhtml,lbtitle,shareurl,smhtml,ogdsc,hiresurl,videohtml,audiohtml){var cursor;desc=wppaRepairScriptTags(desc);if(!_wppaSlides[mocc]||'0'==id){_wppaSlides[mocc]=[];_wppaNames[mocc]=[];_wppaFullNames[mocc]=[];_wppaDsc[mocc]=[];_wppaOgDsc[mocc]=[];_wppaCurIdx[mocc]=-1;_wppaNxtIdx[mocc]=0;if(parseInt(iwtimeout)>0)_wppaTimeOut[mocc]=parseInt(iwtimeout);else _wppaTimeOut[mocc]=wppaSlideShowTimeOut;_wppaSSRuns[mocc]=false;_wppaTP[mocc]=-2;_wppaFg[mocc]=0;_wppaIsBusy[mocc]=false;_wppaFirst[mocc]=true;_wppaId[mocc]=[];_wppaAvg[mocc]=[];_wppaDisc[mocc]=[];_wppaMyr[mocc]=[];_wppaVRU[mocc]=[];_wppaLinkUrl[mocc]=[];_wppaLinkTitle[mocc]=[];_wppaLinkTarget[mocc]=[];_wppaCommentHtml[mocc]=[];_wppaIptcHtml[mocc]=[];_wppaExifHtml[mocc]=[];_wppaUrl[mocc]=[];_wppaSkipRated[mocc]=false;_wppaLbTitle[mocc]=[];_wppaDidGoto[mocc]=false;wppaSlidePause[mocc]=false;_wppaShareUrl[mocc]=[];_wppaShareHtml[mocc]=[];_wppaFilmNoMove[mocc]=false;_wppaHiresUrl[mocc]=[];_wppaIsVideo[mocc]=[];_wppaVideoHtml[mocc]=[];_wppaAudioHtml[mocc]=[];_wppaVideoNatWidth[mocc]=[];_wppaVideoNatHeight[mocc]=[];wppaVideoPlaying[mocc]=false;wppaAudioPlaying[mocc]=false;}
8
  cursor='default';if(linkurl!=''){cursor='pointer';}
9
  else if(wppaLightBox[mocc]!=''){cursor='url( '+wppaImageDirectory+wppaMagnifierCursor+' ),pointer';}
10
  _wppaIsVideo[mocc][id]=(''!=videohtml);if(_wppaIsVideo[mocc][id]){_wppaSlides[mocc][id]=' alt="'+wppaTrimAlt(name)+'" class="theimg theimg-'+mocc+' big" ';if(wppaSlideVideoStart&&wppaLightBox[mocc]==''){_wppaSlides[mocc][id]+=' autoplay ';}}
@@ -19,8 +19,8 @@ _wppaCommentHtml[mocc][id]=commenthtml;_wppaIptcHtml[mocc][id]=iptchtml;_wppaExi
19
  function wppaSpeed(mocc,faster){if(_wppaSSRuns[mocc]){_wppaSpeed(mocc,faster);}}
20
  function wppaStopShow(mocc){if(_wppaSSRuns[mocc]){_wppaStop(mocc);}}
21
  function wppaStartStop(mocc,index){if(_wppaIsBusy[mocc]){_wppaTP[mocc]=index;}
22
- else{if(_wppaSSRuns[mocc]){_wppaStop(mocc);}
23
- else{_wppaStart(mocc,index);}}}
24
  function wppaBbb(mocc,where,act){if(!_wppaSSRuns[mocc]){_wppaBbb(mocc,where,act);}}
25
  function wppaUbb(mocc,where,act){_wppaUbb(mocc,where,act);}
26
  function wppaRateIt(mocc,value){_wppaRateIt(mocc,value);}
4
  // Dependancies: wppa.js and default wp jQuery library
5
  //
6
 
7
+ var wppaJsSlideshowVersion='6.3.2';function wppaStoreSlideInfo(mocc,id,url,size,width,height,fullname,name,desc,photoid,avgrat,discount,myrat,rateurl,linkurl,linktitle,linktarget,iwtimeout,commenthtml,iptchtml,exifhtml,lbtitle,shareurl,smhtml,ogdsc,hiresurl,videohtml,audiohtml){var cursor;desc=wppaRepairScriptTags(desc);if(!_wppaSlides[mocc]||'0'==id){_wppaSlides[mocc]=[];_wppaNames[mocc]=[];_wppaFullNames[mocc]=[];_wppaDsc[mocc]=[];_wppaOgDsc[mocc]=[];_wppaCurIdx[mocc]=-1;_wppaNxtIdx[mocc]=0;if(parseInt(iwtimeout)>0)_wppaTimeOut[mocc]=parseInt(iwtimeout);else _wppaTimeOut[mocc]=wppaSlideShowTimeOut;_wppaSSRuns[mocc]=false;_wppaTP[mocc]=-2;_wppaFg[mocc]=0;_wppaIsBusy[mocc]=false;_wppaFirst[mocc]=true;_wppaId[mocc]=[];_wppaAvg[mocc]=[];_wppaDisc[mocc]=[];_wppaMyr[mocc]=[];_wppaVRU[mocc]=[];_wppaLinkUrl[mocc]=[];_wppaLinkTitle[mocc]=[];_wppaLinkTarget[mocc]=[];_wppaCommentHtml[mocc]=[];_wppaIptcHtml[mocc]=[];_wppaExifHtml[mocc]=[];_wppaUrl[mocc]=[];_wppaSkipRated[mocc]=false;_wppaLbTitle[mocc]=[];_wppaDidGoto[mocc]=false;wppaSlidePause[mocc]=false;_wppaShareUrl[mocc]=[];_wppaShareHtml[mocc]=[];_wppaFilmNoMove[mocc]=false;_wppaHiresUrl[mocc]=[];_wppaIsVideo[mocc]=[];_wppaVideoHtml[mocc]=[];_wppaAudioHtml[mocc]=[];_wppaVideoNatWidth[mocc]=[];_wppaVideoNatHeight[mocc]=[];wppaVideoPlaying[mocc]=false;wppaAudioPlaying[mocc]=false;}
8
  cursor='default';if(linkurl!=''){cursor='pointer';}
9
  else if(wppaLightBox[mocc]!=''){cursor='url( '+wppaImageDirectory+wppaMagnifierCursor+' ),pointer';}
10
  _wppaIsVideo[mocc][id]=(''!=videohtml);if(_wppaIsVideo[mocc][id]){_wppaSlides[mocc][id]=' alt="'+wppaTrimAlt(name)+'" class="theimg theimg-'+mocc+' big" ';if(wppaSlideVideoStart&&wppaLightBox[mocc]==''){_wppaSlides[mocc][id]+=' autoplay ';}}
19
  function wppaSpeed(mocc,faster){if(_wppaSSRuns[mocc]){_wppaSpeed(mocc,faster);}}
20
  function wppaStopShow(mocc){if(_wppaSSRuns[mocc]){_wppaStop(mocc);}}
21
  function wppaStartStop(mocc,index){if(_wppaIsBusy[mocc]){_wppaTP[mocc]=index;}
22
+ else{if(_wppaSSRuns[mocc]){_wppaStop(mocc);jQuery('#wppa-startstop-icon-'+mocc).attr('src',wppaImageDirectory+'start'+wppaSsIconType);}
23
+ else{_wppaStart(mocc,index);if(index==-1){jQuery('#wppa-startstop-icon-'+mocc).attr('src',wppaImageDirectory+'pause'+wppaSsIconType);}}}}
24
  function wppaBbb(mocc,where,act){if(!_wppaSSRuns[mocc]){_wppaBbb(mocc,where,act);}}
25
  function wppaUbb(mocc,where,act){_wppaUbb(mocc,where,act);}
26
  function wppaRateIt(mocc,value){_wppaRateIt(mocc,value);}
js/wppa-touch.js CHANGED
@@ -2,10 +2,10 @@
2
  //
3
  // Contains swipe modules
4
  // Dependancies: wppa.js and default wp jQuery library
5
- //
6
- var wppaJsTouchVersion = '6.1.9';
7
 
8
- var wppaTriggerElementID = null;
9
  var wppaFingerCount = 0;
10
  var wppaStartX = 0;
11
  var wppaStartY = 0;
@@ -15,19 +15,22 @@ var wppaDeltaX = 0;
15
  var wppaDeltaY = 0;
16
  var wppaHorzDiff = 0;
17
  var wppaVertDiff = 0;
18
- var wppaMinLength = 72;
19
  var wppaSwipeLength = 0;
20
  var wppaSwipeAngle = null;
21
  var wppaSwipeDirection = null;
22
  var wppaSwipeOnLightbox = false;
 
23
 
24
  function wppaTouchStart( event, id, mocc ) {
25
 
 
 
26
  if ( mocc == -1 ) {
27
  wppaSwipeOnLightbox = true;
28
  event.preventDefault();
29
  }
30
-
31
  wppaFingerCount = event.touches.length;
32
 
33
  if ( wppaFingerCount == 1 ) {
@@ -44,7 +47,7 @@ function wppaTouchMove( event ) {
44
  if ( wppaSwipeOnLightbox ) {
45
  event.preventDefault();
46
  }
47
-
48
  if ( event.touches.length == 1 ) {
49
  wppaCurX = event.touches[0].pageX;
50
  wppaCurY = event.touches[0].pageY;
@@ -58,14 +61,14 @@ function wppaTouchEnd( event ) {
58
  if ( wppaSwipeOnLightbox ) {
59
  event.preventDefault();
60
  }
61
-
62
  if ( wppaFingerCount == 1 && wppaCurX != 0 ) {
63
  wppaSwipeLength = Math.round( Math.sqrt( Math.pow( wppaCurX - wppaStartX,2 ) + Math.pow( wppaCurY - wppaStartY,2 ) ) );
64
  if ( wppaSwipeLength >= wppaMinLength ) {
65
  wppaCalculateAngle();
66
  wppaDetermineSwipeDirection();
67
  wppaProcessingRoutine();
68
- }
69
  }
70
  wppaTouchCancel();
71
  }
@@ -85,6 +88,7 @@ function wppaTouchCancel() {
85
  wppaSwipeDirection = null;
86
  wppaTriggerElementID = null;
87
  wppaSwipeOnLightbox = false;
 
88
  }
89
 
90
  function wppaCalculateAngle() {
@@ -93,11 +97,11 @@ function wppaCalculateAngle() {
93
  var Y = wppaCurY-wppaStartY;
94
  var Z = Math.round( Math.sqrt( Math.pow( X,2 )+Math.pow( Y,2 ) ) ); //the distance - rounded - in pixels
95
  var r = Math.atan2( Y,X ); //angle in radians ( Cartesian system )
96
-
97
  wppaSwipeAngle = Math.round( r*180/Math.PI ); //angle in degrees
98
-
99
- if ( wppaSwipeAngle < 0 ) {
100
- wppaSwipeAngle = 360 - Math.abs( wppaSwipeAngle );
101
  }
102
  }
103
 
@@ -105,16 +109,16 @@ function wppaDetermineSwipeDirection() {
105
 
106
  if ( ( wppaSwipeAngle <= 45 ) && ( wppaSwipeAngle >= 0 ) ) {
107
  wppaSwipeDirection = 'left';
108
- }
109
  else if ( ( wppaSwipeAngle <= 360 ) && ( wppaSwipeAngle >= 315 ) ) {
110
  wppaSwipeDirection = 'left';
111
- }
112
  else if ( ( wppaSwipeAngle >= 135 ) && ( wppaSwipeAngle <= 225 ) ) {
113
  wppaSwipeDirection = 'right';
114
- }
115
  else if ( ( wppaSwipeAngle > 45 ) && ( wppaSwipeAngle < 135 ) ) {
116
  wppaSwipeDirection = 'down';
117
- }
118
  else {
119
  wppaSwipeDirection = 'up';
120
  }
@@ -123,45 +127,45 @@ function wppaDetermineSwipeDirection() {
123
  function wppaProcessingRoutine() {
124
 
125
  var swipedElement = document.getElementById( wppaTriggerElementID );
126
-
127
  // swipe on ligtbox image
128
- if ( mocc == -1 ) {
129
  if ( wppaSwipeDirection == 'left' ) {
130
  wppaOvlShowNext();
131
  }
132
  else if ( wppaSwipeDirection == 'right' ) {
133
  wppaOvlShowPrev();
134
- }
135
  }
136
-
137
  // swipe on slideshow
138
- else {
139
- if ( wppaSwipeDirection == 'right' ) {
140
- idx = _wppaCurIdx[mocc] - 1;
141
  if ( idx < 0 ) {
142
  if ( ! wppaSlideWrap ) {
143
  return;
144
  }
145
- idx = _wppaSlides[mocc].length - 1;
146
  }
147
- wppaGotoKeepState( mocc , idx );
148
  }
149
- if ( wppaSwipeDirection == 'left' ) {
150
- idx = _wppaCurIdx[mocc] + 1;
151
- if ( idx == _wppaSlides[mocc].length ) {
152
  if ( ! wppaSlideWrap ) {
153
  return;
154
  }
155
  idx = 0;
156
  }
157
- wppaGotoKeepState( mocc , idx );
158
  }
159
  else if ( wppaSwipeDirection == 'up' ) {
160
- }
161
  else if ( wppaSwipeDirection == 'down' ) {
162
  }
163
  }
164
-
165
  wppaTouchCancel(); // Reset
166
  }
167
 
2
  //
3
  // Contains swipe modules
4
  // Dependancies: wppa.js and default wp jQuery library
5
+ //
6
+ var wppaJsTouchVersion = '6.3.3';
7
 
8
+ var wppaTriggerElementID = null;
9
  var wppaFingerCount = 0;
10
  var wppaStartX = 0;
11
  var wppaStartY = 0;
15
  var wppaDeltaY = 0;
16
  var wppaHorzDiff = 0;
17
  var wppaVertDiff = 0;
18
+ var wppaMinLength = 72;
19
  var wppaSwipeLength = 0;
20
  var wppaSwipeAngle = null;
21
  var wppaSwipeDirection = null;
22
  var wppaSwipeOnLightbox = false;
23
+ var wppaSwipeMocc = 0;
24
 
25
  function wppaTouchStart( event, id, mocc ) {
26
 
27
+ wppaSwipeMocc = mocc;
28
+
29
  if ( mocc == -1 ) {
30
  wppaSwipeOnLightbox = true;
31
  event.preventDefault();
32
  }
33
+
34
  wppaFingerCount = event.touches.length;
35
 
36
  if ( wppaFingerCount == 1 ) {
47
  if ( wppaSwipeOnLightbox ) {
48
  event.preventDefault();
49
  }
50
+
51
  if ( event.touches.length == 1 ) {
52
  wppaCurX = event.touches[0].pageX;
53
  wppaCurY = event.touches[0].pageY;
61
  if ( wppaSwipeOnLightbox ) {
62
  event.preventDefault();
63
  }
64
+
65
  if ( wppaFingerCount == 1 && wppaCurX != 0 ) {
66
  wppaSwipeLength = Math.round( Math.sqrt( Math.pow( wppaCurX - wppaStartX,2 ) + Math.pow( wppaCurY - wppaStartY,2 ) ) );
67
  if ( wppaSwipeLength >= wppaMinLength ) {
68
  wppaCalculateAngle();
69
  wppaDetermineSwipeDirection();
70
  wppaProcessingRoutine();
71
+ }
72
  }
73
  wppaTouchCancel();
74
  }
88
  wppaSwipeDirection = null;
89
  wppaTriggerElementID = null;
90
  wppaSwipeOnLightbox = false;
91
+ wppaSwipeMocc = 0;
92
  }
93
 
94
  function wppaCalculateAngle() {
97
  var Y = wppaCurY-wppaStartY;
98
  var Z = Math.round( Math.sqrt( Math.pow( X,2 )+Math.pow( Y,2 ) ) ); //the distance - rounded - in pixels
99
  var r = Math.atan2( Y,X ); //angle in radians ( Cartesian system )
100
+
101
  wppaSwipeAngle = Math.round( r*180/Math.PI ); //angle in degrees
102
+
103
+ if ( wppaSwipeAngle < 0 ) {
104
+ wppaSwipeAngle = 360 - Math.abs( wppaSwipeAngle );
105
  }
106
  }
107
 
109
 
110
  if ( ( wppaSwipeAngle <= 45 ) && ( wppaSwipeAngle >= 0 ) ) {
111
  wppaSwipeDirection = 'left';
112
+ }
113
  else if ( ( wppaSwipeAngle <= 360 ) && ( wppaSwipeAngle >= 315 ) ) {
114
  wppaSwipeDirection = 'left';
115
+ }
116
  else if ( ( wppaSwipeAngle >= 135 ) && ( wppaSwipeAngle <= 225 ) ) {
117
  wppaSwipeDirection = 'right';
118
+ }
119
  else if ( ( wppaSwipeAngle > 45 ) && ( wppaSwipeAngle < 135 ) ) {
120
  wppaSwipeDirection = 'down';
121
+ }
122
  else {
123
  wppaSwipeDirection = 'up';
124
  }
127
  function wppaProcessingRoutine() {
128
 
129
  var swipedElement = document.getElementById( wppaTriggerElementID );
130
+
131
  // swipe on ligtbox image
132
+ if ( wppaSwipeOnLightbox ) {
133
  if ( wppaSwipeDirection == 'left' ) {
134
  wppaOvlShowNext();
135
  }
136
  else if ( wppaSwipeDirection == 'right' ) {
137
  wppaOvlShowPrev();
138
+ }
139
  }
140
+
141
  // swipe on slideshow
142
+ else {
143
+ if ( wppaSwipeDirection == 'right' ) {
144
+ idx = _wppaCurIdx[wppaSwipeMocc] - 1;
145
  if ( idx < 0 ) {
146
  if ( ! wppaSlideWrap ) {
147
  return;
148
  }
149
+ idx = _wppaSlides[wppaSwipeMocc].length - 1;
150
  }
151
+ wppaGotoKeepState( wppaSwipeMocc , idx );
152
  }
153
+ if ( wppaSwipeDirection == 'left' ) {
154
+ idx = _wppaCurIdx[wppaSwipeMocc] + 1;
155
+ if ( idx == _wppaSlides[wppaSwipeMocc].length ) {
156
  if ( ! wppaSlideWrap ) {
157
  return;
158
  }
159
  idx = 0;
160
  }
161
+ wppaGotoKeepState( wppaSwipeMocc , idx );
162
  }
163
  else if ( wppaSwipeDirection == 'up' ) {
164
+ }
165
  else if ( wppaSwipeDirection == 'down' ) {
166
  }
167
  }
168
+
169
  wppaTouchCancel(); // Reset
170
  }
171
 
js/wppa-touch.min.js CHANGED
@@ -2,30 +2,30 @@
2
  //
3
  // Contains swipe modules
4
  // Dependancies: wppa.js and default wp jQuery library
5
- //
6
 
7
- var wppaJsTouchVersion='6.1.9';var wppaTriggerElementID=null;var wppaFingerCount=0;var wppaStartX=0;var wppaStartY=0;var wppaCurX=0;var wppaCurY=0;var wppaDeltaX=0;var wppaDeltaY=0;var wppaHorzDiff=0;var wppaVertDiff=0;var wppaMinLength=72;var wppaSwipeLength=0;var wppaSwipeAngle=null;var wppaSwipeDirection=null;var wppaSwipeOnLightbox=false;function wppaTouchStart(event,id,mocc){if(mocc==-1){wppaSwipeOnLightbox=true;event.preventDefault();}
8
  wppaFingerCount=event.touches.length;if(wppaFingerCount==1){wppaStartX=event.touches[0].pageX;wppaStartY=event.touches[0].pageY;wppaTriggerElementID=id;}else{wppaTouchCancel();}}
9
  function wppaTouchMove(event){if(wppaSwipeOnLightbox){event.preventDefault();}
10
  if(event.touches.length==1){wppaCurX=event.touches[0].pageX;wppaCurY=event.touches[0].pageY;}else{wppaTouchCancel();}}
11
  function wppaTouchEnd(event){if(wppaSwipeOnLightbox){event.preventDefault();}
12
  if(wppaFingerCount==1&&wppaCurX!=0){wppaSwipeLength=Math.round(Math.sqrt(Math.pow(wppaCurX-wppaStartX,2)+Math.pow(wppaCurY-wppaStartY,2)));if(wppaSwipeLength>=wppaMinLength){wppaCalculateAngle();wppaDetermineSwipeDirection();wppaProcessingRoutine();}}
13
  wppaTouchCancel();}
14
- function wppaTouchCancel(){wppaFingerCount=0;wppaStartX=0;wppaStartY=0;wppaCurX=0;wppaCurY=0;wppaDeltaX=0;wppaDeltaY=0;wppaHorzDiff=0;wppaVertDiff=0;wppaSwipeLength=0;wppaSwipeAngle=null;wppaSwipeDirection=null;wppaTriggerElementID=null;wppaSwipeOnLightbox=false;}
15
  function wppaCalculateAngle(){var X=wppaStartX-wppaCurX;var Y=wppaCurY-wppaStartY;var Z=Math.round(Math.sqrt(Math.pow(X,2)+Math.pow(Y,2)));var r=Math.atan2(Y,X);wppaSwipeAngle=Math.round(r*180/Math.PI);if(wppaSwipeAngle<0){wppaSwipeAngle=360-Math.abs(wppaSwipeAngle);}}
16
  function wppaDetermineSwipeDirection(){if((wppaSwipeAngle<=45)&&(wppaSwipeAngle>=0)){wppaSwipeDirection='left';}
17
  else if((wppaSwipeAngle<=360)&&(wppaSwipeAngle>=315)){wppaSwipeDirection='left';}
18
  else if((wppaSwipeAngle>=135)&&(wppaSwipeAngle<=225)){wppaSwipeDirection='right';}
19
  else if((wppaSwipeAngle>45)&&(wppaSwipeAngle<135)){wppaSwipeDirection='down';}
20
  else{wppaSwipeDirection='up';}}
21
- function wppaProcessingRoutine(){var swipedElement=document.getElementById(wppaTriggerElementID);if(mocc==-1){if(wppaSwipeDirection=='left'){wppaOvlShowNext();}
22
  else if(wppaSwipeDirection=='right'){wppaOvlShowPrev();}}
23
- else{if(wppaSwipeDirection=='right'){idx=_wppaCurIdx[mocc]-1;if(idx<0){if(!wppaSlideWrap){return;}
24
- idx=_wppaSlides[mocc].length-1;}
25
- wppaGotoKeepState(mocc,idx);}
26
- if(wppaSwipeDirection=='left'){idx=_wppaCurIdx[mocc]+1;if(idx==_wppaSlides[mocc].length){if(!wppaSlideWrap){return;}
27
  idx=0;}
28
- wppaGotoKeepState(mocc,idx);}
29
  else if(wppaSwipeDirection=='up'){}
30
  else if(wppaSwipeDirection=='down'){}}
31
  wppaTouchCancel();}
2
  //
3
  // Contains swipe modules
4
  // Dependancies: wppa.js and default wp jQuery library
5
+ //
6
 
7
+ var wppaJsTouchVersion='6.3.3';var wppaTriggerElementID=null;var wppaFingerCount=0;var wppaStartX=0;var wppaStartY=0;var wppaCurX=0;var wppaCurY=0;var wppaDeltaX=0;var wppaDeltaY=0;var wppaHorzDiff=0;var wppaVertDiff=0;var wppaMinLength=72;var wppaSwipeLength=0;var wppaSwipeAngle=null;var wppaSwipeDirection=null;var wppaSwipeOnLightbox=false;var wppaSwipeMocc=0;function wppaTouchStart(event,id,mocc){wppaSwipeMocc=mocc;if(mocc==-1){wppaSwipeOnLightbox=true;event.preventDefault();}
8
  wppaFingerCount=event.touches.length;if(wppaFingerCount==1){wppaStartX=event.touches[0].pageX;wppaStartY=event.touches[0].pageY;wppaTriggerElementID=id;}else{wppaTouchCancel();}}
9
  function wppaTouchMove(event){if(wppaSwipeOnLightbox){event.preventDefault();}
10
  if(event.touches.length==1){wppaCurX=event.touches[0].pageX;wppaCurY=event.touches[0].pageY;}else{wppaTouchCancel();}}
11
  function wppaTouchEnd(event){if(wppaSwipeOnLightbox){event.preventDefault();}
12
  if(wppaFingerCount==1&&wppaCurX!=0){wppaSwipeLength=Math.round(Math.sqrt(Math.pow(wppaCurX-wppaStartX,2)+Math.pow(wppaCurY-wppaStartY,2)));if(wppaSwipeLength>=wppaMinLength){wppaCalculateAngle();wppaDetermineSwipeDirection();wppaProcessingRoutine();}}
13
  wppaTouchCancel();}
14
+ function wppaTouchCancel(){wppaFingerCount=0;wppaStartX=0;wppaStartY=0;wppaCurX=0;wppaCurY=0;wppaDeltaX=0;wppaDeltaY=0;wppaHorzDiff=0;wppaVertDiff=0;wppaSwipeLength=0;wppaSwipeAngle=null;wppaSwipeDirection=null;wppaTriggerElementID=null;wppaSwipeOnLightbox=false;wppaSwipeMocc=0;}
15
  function wppaCalculateAngle(){var X=wppaStartX-wppaCurX;var Y=wppaCurY-wppaStartY;var Z=Math.round(Math.sqrt(Math.pow(X,2)+Math.pow(Y,2)));var r=Math.atan2(Y,X);wppaSwipeAngle=Math.round(r*180/Math.PI);if(wppaSwipeAngle<0){wppaSwipeAngle=360-Math.abs(wppaSwipeAngle);}}
16
  function wppaDetermineSwipeDirection(){if((wppaSwipeAngle<=45)&&(wppaSwipeAngle>=0)){wppaSwipeDirection='left';}
17
  else if((wppaSwipeAngle<=360)&&(wppaSwipeAngle>=315)){wppaSwipeDirection='left';}
18
  else if((wppaSwipeAngle>=135)&&(wppaSwipeAngle<=225)){wppaSwipeDirection='right';}
19
  else if((wppaSwipeAngle>45)&&(wppaSwipeAngle<135)){wppaSwipeDirection='down';}
20
  else{wppaSwipeDirection='up';}}
21
+ function wppaProcessingRoutine(){var swipedElement=document.getElementById(wppaTriggerElementID);if(wppaSwipeOnLightbox){if(wppaSwipeDirection=='left'){wppaOvlShowNext();}
22
  else if(wppaSwipeDirection=='right'){wppaOvlShowPrev();}}
23
+ else{if(wppaSwipeDirection=='right'){idx=_wppaCurIdx[wppaSwipeMocc]-1;if(idx<0){if(!wppaSlideWrap){return;}
24
+ idx=_wppaSlides[wppaSwipeMocc].length-1;}
25
+ wppaGotoKeepState(wppaSwipeMocc,idx);}
26
+ if(wppaSwipeDirection=='left'){idx=_wppaCurIdx[wppaSwipeMocc]+1;if(idx==_wppaSlides[wppaSwipeMocc].length){if(!wppaSlideWrap){return;}
27
  idx=0;}
28
+ wppaGotoKeepState(wppaSwipeMocc,idx);}
29
  else if(wppaSwipeDirection=='up'){}
30
  else if(wppaSwipeDirection=='down'){}}
31
  wppaTouchCancel();}
js/wppa.js CHANGED
@@ -2,7 +2,7 @@
2
  //
3
  // conatins common vars and functions
4
  //
5
- var wppaJsVersion = '6.2.10';
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!!
@@ -141,6 +141,7 @@ var wppaPopupLinkType = '';
141
  var wppaPopupOnclick = [];
142
  var wppaThumbTargetBlank = false;
143
  var wppaRel = 'rel';
 
144
 
145
  // 'Internal' variables ( private )
146
  var _wppaId = [];
2
  //
3
  // conatins common vars and functions
4
  //
5
+ var wppaJsVersion = '6.3.2';
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!!
141
  var wppaPopupOnclick = [];
142
  var wppaThumbTargetBlank = false;
143
  var wppaRel = 'rel';
144
+ var wppaSsIconType = '.jpg';
145
 
146
  // 'Internal' variables ( private )
147
  var _wppaId = [];
js/wppa.min.js CHANGED
@@ -3,7 +3,7 @@
3
  // conatins common vars and functions
4
  //
5
 
6
- var wppaJsVersion='6.2.10';var wppaVersion='0';var wppaDebug=false;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 wppaSlower;var wppaFaster;var wppaNextP;var wppaPrevP;var wppaAvgRating;var wppaMyRating;var wppaAvgRat;var wppaMyRat;var wppaDislikeMsg;var wppaShowDislikeCount=false;var wppaNoDislikes='no dislikes';var wppa1Dislike='1 dislike';var wppaDislikes='dislikes';var wppaIncludingMine='including mine';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=true;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 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 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 _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 __wppaOverruleRun=false;var wppaOvlUrls;var wppaOvlUrl;var wppaOvlTitles;var wppaOvlTitle;var wppaOvlIdx=-1;var wppaOvlFirst=true;var wppaOvlKbHandler='';var wppaOvlSizeHandler='';var wppaOvlPadTop=5;var wppaOvlIsSingle;var wppaOvlRunning=false;var wppaOvlVideoHtmls;var wppaOvlVideoHtml;var wppaOvlAudioHtmls;var wppaOvlAudioHtml;var wppaOvlVideoNaturalWidths;var wppaOvlVideoNaturalWidth;var wppaOvlVideoNaturalHeights;var wppaOvlVideoNaturalHeight;var wppaOvlMode='normal';var wppaOvlVideoPlaying=false;var wppaOvlAudioPlaying=false;var wppaOvlShowLegenda=true;var wppaOvlShowStartStop=true;var wppaOvlCloseTxt='CLOSE';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='';jQuery(document).ready(function(){var anyAutocol=false;for(mocc=1;mocc<=wppaTopMoc;mocc++){if(wppaAutoColumnWidth[mocc]){wppaColWidth[mocc]=0;_wppaDoAutocol(mocc);anyAutocol=true;}}
7
  _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);}}});}});jQuery(document).ready(function(e){if(wppaAllowAjax&&jQuery.ajax()){wppaCanAjaxRender=true;}
8
  if(typeof(history.pushState)!='undefined'){var i=1;while(i<=wppaMaxOccur){wppaStartHtml[i]=jQuery('#wppa-container-'+i).html();i++;}
9
  wppaCanPushState=true;}});function wppaUpdateLightboxes(){if(typeof(wppaInitOverlay)=='function'){wppaInitOverlay();}
3
  // conatins common vars and functions
4
  //
5
 
6
+ var wppaJsVersion='6.3.2';var wppaVersion='0';var wppaDebug=false;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 wppaSlower;var wppaFaster;var wppaNextP;var wppaPrevP;var wppaAvgRating;var wppaMyRating;var wppaAvgRat;var wppaMyRat;var wppaDislikeMsg;var wppaShowDislikeCount=false;var wppaNoDislikes='no dislikes';var wppa1Dislike='1 dislike';var wppaDislikes='dislikes';var wppaIncludingMine='including mine';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=true;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 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 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 wppaSsIconType='.jpg';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 __wppaOverruleRun=false;var wppaOvlUrls;var wppaOvlUrl;var wppaOvlTitles;var wppaOvlTitle;var wppaOvlIdx=-1;var wppaOvlFirst=true;var wppaOvlKbHandler='';var wppaOvlSizeHandler='';var wppaOvlPadTop=5;var wppaOvlIsSingle;var wppaOvlRunning=false;var wppaOvlVideoHtmls;var wppaOvlVideoHtml;var wppaOvlAudioHtmls;var wppaOvlAudioHtml;var wppaOvlVideoNaturalWidths;var wppaOvlVideoNaturalWidth;var wppaOvlVideoNaturalHeights;var wppaOvlVideoNaturalHeight;var wppaOvlMode='normal';var wppaOvlVideoPlaying=false;var wppaOvlAudioPlaying=false;var wppaOvlShowLegenda=true;var wppaOvlShowStartStop=true;var wppaOvlCloseTxt='CLOSE';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='';jQuery(document).ready(function(){var anyAutocol=false;for(mocc=1;mocc<=wppaTopMoc;mocc++){if(wppaAutoColumnWidth[mocc]){wppaColWidth[mocc]=0;_wppaDoAutocol(mocc);anyAutocol=true;}}
7
  _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);}}});}});jQuery(document).ready(function(e){if(wppaAllowAjax&&jQuery.ajax()){wppaCanAjaxRender=true;}
8
  if(typeof(history.pushState)!='undefined'){var i=1;while(i<=wppaMaxOccur){wppaStartHtml[i]=jQuery('#wppa-container-'+i).html();i++;}
9
  wppaCanPushState=true;}});function wppaUpdateLightboxes(){if(typeof(wppaInitOverlay)=='function'){wppaInitOverlay();}
languages/wp-photo-album-plus-cs_CZ.mo CHANGED
Binary file
languages/wp-photo-album-plus-cs_CZ.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Photo Album Plus\n"
4
- "POT-Creation-Date: 2015-09-08 14:49+0200\n"
5
- "PO-Revision-Date: 2015-09-08 14:49+0200\n"
6
  "Last-Translator: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
7
  "Language-Team: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
8
  "Language: cs_CZ\n"
@@ -31,7 +31,7 @@ msgstr "Strana:"
31
  #: wppa-album-admin-autosave.php:1442 wppa-album-admin-autosave.php:1516
32
  #: wppa-album-admin-autosave.php:1626 wppa-comment-admin.php:311
33
  #: wppa-comment-admin.php:380 wppa-comment-admin.php:398
34
- #: wppa-functions.php:1907 wppa-thumbnails.php:596
35
  msgid "Edit"
36
  msgstr "Upravit"
37
 
@@ -39,8 +39,8 @@ msgstr "Upravit"
39
  msgid "Warning. No page defined for search results!"
40
  msgstr ""
41
 
42
- #: theme/photo-album-search-page.php:39 wppa-boxes-html.php:169
43
- #: wppa-settings-autosave.php:449 wppa-settings-autosave.php:3027
44
  #, fuzzy
45
  msgid "Search"
46
  msgstr "Výsledek vyhledávání fotek"
@@ -89,18 +89,18 @@ msgstr ""
89
  msgid "Settings file not found"
90
  msgstr ""
91
 
92
- #: wppa-admin-functions.php:206 wppa-admin-functions.php:210 wppa-ajax.php:2225
93
- #: wppa-ajax.php:2232
94
  msgid "Please supply a numeric value greater than or equal to"
95
  msgstr ""
96
 
97
- #: wppa-admin-functions.php:206 wppa-admin-functions.php:210 wppa-ajax.php:2225
98
- #: wppa-ajax.php:2232
99
  #, fuzzy
100
  msgid "for"
101
  msgstr "nebo"
102
 
103
- #: wppa-admin-functions.php:210 wppa-ajax.php:2232
104
  msgid "and less than or equal to"
105
  msgstr ""
106
 
@@ -271,7 +271,7 @@ msgid "Photo of the day Widget"
271
  msgstr "Foto dne"
272
 
273
  #: wppa-admin.php:67 wppa-adminbar.php:89 wppa-potd-widget.php:61
274
- #: wppa-setup.php:1330
275
  msgid "Photo of the day"
276
  msgstr "Foto dne"
277
 
@@ -280,9 +280,9 @@ msgstr "Foto dne"
280
  msgid "Manage comments"
281
  msgstr "%d komentáře/ů"
282
 
283
- #: wppa-admin.php:68 wppa-adminbar.php:96 wppa-settings-autosave.php:439
284
- #: wppa-settings-autosave.php:2856 wppa-settings-autosave.php:7508
285
- #: wppa-settings-autosave.php:7553
286
  msgid "Comments"
287
  msgstr "Komentáře"
288
 
@@ -308,7 +308,7 @@ msgstr ""
308
  msgid "Import"
309
  msgstr "Importovat fotky"
310
 
311
- #: wppa-admin.php:124 wppa-settings-autosave.php:8559
312
  #, fuzzy
313
  msgid "Update"
314
  msgstr "Album:"
@@ -532,20 +532,20 @@ msgstr ""
532
  #: wppa-ajax.php:811 wppa-ajax.php:1211 wppa-album-admin-autosave.php:333
533
  #: wppa-album-admin-autosave.php:390 wppa-album-admin-autosave.php:985
534
  #: wppa-album-admin-autosave.php:1122 wppa-album-admin-autosave.php:1294
535
- #: wppa-album-admin-autosave.php:1389 wppa-boxes-html.php:385
536
- #: wppa-boxes-html.php:500 wppa-photo-admin-autosave.php:1294
537
- #: wppa-photo-admin-autosave.php:1413 wppa-settings-autosave.php:505
538
- #: wppa-settings-autosave.php:658 wppa-settings-autosave.php:680
539
- #: wppa-settings-autosave.php:1380 wppa-settings-autosave.php:1401
540
- #: wppa-settings-autosave.php:2753 wppa-settings-autosave.php:2774
541
- #: wppa-settings-autosave.php:3072 wppa-settings-autosave.php:3096
542
- #: wppa-settings-autosave.php:3556 wppa-settings-autosave.php:3670
543
- #: wppa-settings-autosave.php:4238 wppa-settings-autosave.php:4259
544
- #: wppa-settings-autosave.php:4435 wppa-settings-autosave.php:4459
545
- #: wppa-settings-autosave.php:5458 wppa-settings-autosave.php:5964
546
- #: wppa-settings-autosave.php:5986 wppa-settings-autosave.php:6566
547
- #: wppa-settings-autosave.php:6590 wppa-settings-autosave.php:7502
548
- #: wppa-settings-autosave.php:8117 wppa-settings-autosave.php:8273
549
  #: wppa-thumbnail-widget.php:204 wppa-upload.php:166
550
  msgid "Name"
551
  msgstr ""
@@ -553,19 +553,19 @@ msgstr ""
553
  #: wppa-ajax.php:814 wppa-ajax.php:1214 wppa-album-admin-autosave.php:995
554
  #: wppa-album-admin-autosave.php:1132 wppa-album-admin-autosave.php:1304
555
  #: wppa-album-admin-autosave.php:1399 wppa-photo-admin-autosave.php:1295
556
- #: wppa-photo-admin-autosave.php:1414 wppa-settings-autosave.php:506
557
- #: wppa-settings-autosave.php:659 wppa-settings-autosave.php:681
558
- #: wppa-settings-autosave.php:1381 wppa-settings-autosave.php:1402
559
- #: wppa-settings-autosave.php:2754 wppa-settings-autosave.php:2775
560
- #: wppa-settings-autosave.php:3073 wppa-settings-autosave.php:3097
561
- #: wppa-settings-autosave.php:4239 wppa-settings-autosave.php:4260
562
- #: wppa-settings-autosave.php:4436 wppa-settings-autosave.php:4460
563
- #: wppa-settings-autosave.php:5459 wppa-settings-autosave.php:5965
564
- #: wppa-settings-autosave.php:5987 wppa-settings-autosave.php:6567
565
- #: wppa-settings-autosave.php:6591 wppa-settings-autosave.php:8118
566
- #: wppa-settings-autosave.php:8140 wppa-settings-autosave.php:8180
567
- #: wppa-settings-autosave.php:8202 wppa-settings-autosave.php:8248
568
- #: wppa-settings-autosave.php:8274 wppa-widget-admin.php:195
569
  #, fuzzy
570
  msgid "Description"
571
  msgstr "Zadat/upravit popis fotky"
@@ -589,7 +589,7 @@ msgstr "Prohlédnout fotky"
589
  msgid "Parent album"
590
  msgstr "Album:"
591
 
592
- #: wppa-ajax.php:836 wppa-settings-autosave.php:3550
593
  #, fuzzy
594
  msgid "Photo order"
595
  msgstr "Foto dne"
@@ -602,19 +602,19 @@ msgstr ""
602
  msgid "Cover Type"
603
  msgstr ""
604
 
605
- #: wppa-ajax.php:845 wppa-settings-autosave.php:4461
606
- #: wppa-settings-autosave.php:5460
607
  #, fuzzy
608
  msgid "Link type"
609
  msgstr "Odkaz na"
610
 
611
- #: wppa-ajax.php:848 wppa-album-covers.php:1035
612
  msgid "Link to"
613
  msgstr "Odkaz na"
614
 
615
  #: wppa-ajax.php:851 wppa-ajax.php:1235 wppa-album-admin-autosave.php:1006
616
  #: wppa-album-admin-autosave.php:1143 wppa-album-admin-autosave.php:1315
617
- #: wppa-album-admin-autosave.php:1410 wppa-boxes-html.php:508
618
  #: wppa-photo-admin-autosave.php:1297 wppa-photo-admin-autosave.php:1416
619
  #: wppa-widget-admin.php:196
620
  msgid "Owner"
@@ -760,7 +760,7 @@ msgid "Could not remake thumbnail"
760
  msgstr "Nelze vložit do databáze."
761
 
762
  #: wppa-ajax.php:1125 wppa-photo-admin-autosave.php:182
763
- #: wppa-settings-autosave.php:3366 wppa-tinymce-scripts.php:289
764
  #: wppa-tinymce-shortcodes.php:518 wppa-widget-admin.php:77
765
  msgid "left"
766
  msgstr ""
@@ -770,7 +770,7 @@ msgid "180&deg;"
770
  msgstr ""
771
 
772
  #: wppa-ajax.php:1133 wppa-photo-admin-autosave.php:186
773
- #: wppa-settings-autosave.php:3366 wppa-tinymce-scripts.php:291
774
  #: wppa-tinymce-shortcodes.php:520 wppa-widget-admin.php:79
775
  msgid "right"
776
  msgstr ""
@@ -811,7 +811,7 @@ msgstr ""
811
  msgid "An error occurred while trying to copy photo %s"
812
  msgstr ""
813
 
814
- #: wppa-ajax.php:1218 wppa-ajax.php:1753
815
  #, fuzzy
816
  msgid "Unbalanced tags in photo description!"
817
  msgstr "Zadat/upravit popis fotky"
@@ -849,9 +849,9 @@ msgstr "Foto"
849
 
850
  #: wppa-ajax.php:1255 wppa-comment-admin.php:310 wppa-comment-admin.php:397
851
  #: wppa-photo-admin-autosave.php:1296 wppa-photo-admin-autosave.php:1415
852
- #: wppa-settings-autosave.php:5990 wppa-settings-autosave.php:6570
853
- #: wppa-settings-autosave.php:8141 wppa-settings-autosave.php:8181
854
- #: wppa-settings-autosave.php:8203 wppa-settings-autosave.php:8249
855
  msgid "Status"
856
  msgstr ""
857
 
@@ -984,7 +984,7 @@ msgstr "Nejlépe hodnocené fotografie"
984
  msgid "Widget image thumbnail size"
985
  msgstr "Prohlédnout náhledy"
986
 
987
- #: wppa-ajax.php:1542 wppa-settings-autosave.php:1057
988
  msgid "Max Cover width"
989
  msgstr ""
990
 
@@ -1005,15 +1005,15 @@ msgstr ""
1005
  msgid "Border width"
1006
  msgstr ""
1007
 
1008
- #: wppa-ajax.php:1557 wppa-settings-autosave.php:757
1009
  msgid "Border radius"
1010
  msgstr ""
1011
 
1012
- #: wppa-ajax.php:1560 wppa-settings-autosave.php:768
1013
  msgid "Box spacing"
1014
  msgstr ""
1015
 
1016
- #: wppa-ajax.php:1566 wppa-settings-autosave.php:1032
1017
  msgid "Popup size"
1018
  msgstr ""
1019
 
@@ -1042,216 +1042,221 @@ msgstr ""
1042
  msgid "Filter priority"
1043
  msgstr "Priorita závěrky rychlosti AE"
1044
 
1045
- #: wppa-ajax.php:1593 wppa-settings-autosave.php:1163
 
 
 
 
 
1046
  msgid "Avatar size"
1047
  msgstr ""
1048
 
1049
- #: wppa-ajax.php:1596 wppa-ajax.php:1599
1050
  msgid "Watermark opacity"
1051
  msgstr ""
1052
 
1053
- #: wppa-ajax.php:1602 wppa-settings-autosave.php:1332
1054
  msgid "Number of text lines"
1055
  msgstr ""
1056
 
1057
- #: wppa-ajax.php:1605 wppa-settings-autosave.php:4137
1058
  msgid "Overlay opacity"
1059
  msgstr ""
1060
 
1061
- #: wppa-ajax.php:1608 wppa-settings-autosave.php:6999
1062
  #, fuzzy
1063
  msgid "Upload limit"
1064
  msgstr "Nahrát fotku"
1065
 
1066
- #: wppa-ajax.php:1611 wppa-settings-autosave.php:3845
1067
  msgid "Notify inappropriate"
1068
  msgstr ""
1069
 
1070
- #: wppa-ajax.php:1614
1071
  msgid "Dislike pending"
1072
  msgstr ""
1073
 
1074
- #: wppa-ajax.php:1617
1075
  #, fuzzy
1076
  msgid "Dislike delete"
1077
  msgstr "Smazat"
1078
 
1079
- #: wppa-ajax.php:1620 wppa-settings-autosave.php:6650
1080
  msgid "Max execution time"
1081
  msgstr ""
1082
 
1083
- #: wppa-ajax.php:1625
1084
  msgid "Cube Points points"
1085
  msgstr ""
1086
 
1087
- #: wppa-ajax.php:1628
1088
  msgid "JPG Image quality"
1089
  msgstr ""
1090
 
1091
- #: wppa-ajax.php:1634 wppa-settings-autosave.php:3759
1092
  #, fuzzy
1093
  msgid "Number of coverphotos"
1094
  msgstr "Zobrazit úvodní fotky"
1095
 
1096
- #: wppa-ajax.php:1637 wppa-settings-autosave.php:3816
1097
  msgid "Dislike value"
1098
  msgstr ""
1099
 
1100
- #: wppa-ajax.php:1640 wppa-settings-autosave.php:888
1101
  #, fuzzy
1102
  msgid "Slideshow pagesize"
1103
  msgstr "Slideshow"
1104
 
1105
- #: wppa-ajax.php:1643 wppa-settings-autosave.php:786
1106
  msgid "Max Pagelinks"
1107
  msgstr ""
1108
 
1109
- #: wppa-ajax.php:1650
1110
  msgid "Ratings cleared"
1111
  msgstr ""
1112
 
1113
- #: wppa-ajax.php:1653
1114
  #, fuzzy
1115
  msgid "Could not clear ratings"
1116
  msgstr "Nelze vložit do databáze."
1117
 
1118
- #: wppa-ajax.php:1662
1119
  msgid "Viewcounts cleared"
1120
  msgstr ""
1121
 
1122
- #: wppa-ajax.php:1665
1123
  #, fuzzy
1124
  msgid "Could not clear viewcounts"
1125
  msgstr "Nelze vložit do databáze."
1126
 
1127
- #: wppa-ajax.php:1675
1128
  #, fuzzy
1129
  msgid "IPTC data cleared"
1130
  msgstr "Žádná IPTC data"
1131
 
1132
- #: wppa-ajax.php:1676
1133
  msgid "Refresh this page to clear table X"
1134
  msgstr ""
1135
 
1136
- #: wppa-ajax.php:1680
1137
  #, fuzzy
1138
  msgid "Could not clear IPTC data"
1139
  msgstr "Nelze vložit do databáze."
1140
 
1141
- #: wppa-ajax.php:1690
1142
  #, fuzzy
1143
  msgid "EXIF data cleared"
1144
  msgstr "Žádná EXIF data"
1145
 
1146
- #: wppa-ajax.php:1691
1147
  msgid "Refresh this page to clear table XI"
1148
  msgstr ""
1149
 
1150
- #: wppa-ajax.php:1695
1151
  #, fuzzy
1152
  msgid "Could not clear EXIF data"
1153
  msgstr "Nelze vložit do databáze."
1154
 
1155
- #: wppa-ajax.php:1703
1156
  msgid "Recuperation performed"
1157
  msgstr ""
1158
 
1159
- #: wppa-ajax.php:1718
1160
  msgid ""
1161
  "Illegal format. Please enter a 6 digit hexadecimal color value. Example: "
1162
  "#77bbff"
1163
  msgstr ""
1164
 
1165
- #: wppa-ajax.php:1744
1166
  msgid "You just changed a setting that requires the recalculation of ratings."
1167
  msgstr ""
1168
 
1169
- #: wppa-ajax.php:1745 wppa-ajax.php:2112
1170
  msgid "Please run the appropriate action in Table VIII."
1171
  msgstr ""
1172
 
1173
- #: wppa-ajax.php:1769 wppa-ajax.php:1785
1174
  #, php-format
1175
  msgid "Unable to create or write to %s"
1176
  msgstr ""
1177
 
1178
- #: wppa-ajax.php:1778
1179
  msgid "Source can not be inside the wppa folder."
1180
  msgstr ""
1181
 
1182
- #: wppa-ajax.php:1795
1183
  msgid "The content must contain w#album"
1184
  msgstr ""
1185
 
1186
- #: wppa-ajax.php:1802
1187
  msgid "The content must contain w#lat and w#lon"
1188
  msgstr ""
1189
 
1190
- #: wppa-ajax.php:1844 wppa-ajax.php:1850
1191
  msgid "Members"
1192
  msgstr ""
1193
 
1194
- #: wppa-ajax.php:1844
1195
  msgid "Parent of the member albums"
1196
  msgstr ""
1197
 
1198
- #: wppa-ajax.php:1988
1199
  #, php-format
1200
  msgid "User %s has been blacklisted."
1201
  msgstr ""
1202
 
1203
- #: wppa-ajax.php:1991
1204
  #, php-format
1205
  msgid "User %s does not exist."
1206
  msgstr ""
1207
 
1208
- #: wppa-ajax.php:2014
1209
  msgid ""
1210
  "The content of the Custom box has been changed to display the Fotomoto "
1211
  "toolbar."
1212
  msgstr ""
1213
 
1214
- #: wppa-ajax.php:2018 wppa-ajax.php:2033
1215
  msgid "The display of the custom box has been enabled"
1216
  msgstr ""
1217
 
1218
- #: wppa-ajax.php:2029
1219
  msgid "The content of the Custom box has been changed to display maps."
1220
  msgstr ""
1221
 
1222
- #: wppa-ajax.php:2059
1223
  msgid "This value can not be empty"
1224
  msgstr ""
1225
 
1226
- #: wppa-ajax.php:2091
1227
  #, php-format
1228
  msgid "Failed to set %s to %s"
1229
  msgstr ""
1230
 
1231
- #: wppa-ajax.php:2096
1232
  #, php-format
1233
  msgid "Setting %s updated to %s"
1234
  msgstr ""
1235
 
1236
- #: wppa-ajax.php:2111
1237
  msgid ""
1238
  "You just changed a setting that requires the regeneration of thumbnails."
1239
  msgstr ""
1240
 
1241
- #: wppa-ajax.php:2166
1242
  msgid "Missing album id"
1243
  msgstr ""
1244
 
1245
- #: wppa-ajax.php:2186
1246
  msgid "You do not have the rights to delete this album"
1247
  msgstr ""
1248
 
1249
- #: wppa-ajax.php:2227 wppa-ajax.php:2234
1250
  #, fuzzy
1251
  msgid "You may also enter:"
1252
  msgstr "Můžete nahrát po"
1253
 
1254
- #: wppa-ajax.php:2228 wppa-ajax.php:2235
1255
  #, fuzzy
1256
  msgid "You may also leave/set this blank"
1257
  msgstr ""
@@ -1299,8 +1304,8 @@ msgstr ""
1299
  msgid "Top of page"
1300
  msgstr ""
1301
 
1302
- #: wppa-album-admin-autosave.php:114 wppa-functions.php:3853
1303
- #: wppa-settings-autosave.php:6889 wppa-wpdb-insert.php:329
1304
  #, fuzzy
1305
  msgid "New Album"
1306
  msgstr "Album:"
@@ -1325,7 +1330,7 @@ msgstr ""
1325
  msgid "Edit Album Information"
1326
  msgstr "Upravit!"
1327
 
1328
- #: wppa-album-admin-autosave.php:171 wppa-settings-autosave.php:345
1329
  #, fuzzy
1330
  msgid "Auto Save"
1331
  msgstr "Automatika, záblesk"
@@ -1439,69 +1444,69 @@ msgid "Photo order:"
1439
  msgstr "Foto dne"
1440
 
1441
  #: wppa-album-admin-autosave.php:331 wppa-album-admin-autosave.php:432
1442
- #: wppa-settings-autosave.php:3593 wppa-settings-autosave.php:3617
1443
  #, fuzzy
1444
  msgid "--- default ---"
1445
  msgstr "--- smazáno ---"
1446
 
1447
  #: wppa-album-admin-autosave.php:332 wppa-album-admin-autosave.php:388
1448
- #: wppa-settings-autosave.php:3555 wppa-settings-autosave.php:3669
1449
  #: wppa-thumbnail-widget.php:203
1450
  msgid "Order #"
1451
  msgstr ""
1452
 
1453
  #: wppa-album-admin-autosave.php:334 wppa-album-admin-autosave.php:387
1454
- #: wppa-settings-autosave.php:3557 wppa-settings-autosave.php:3671
1455
  #: wppa-thumbnail-widget.php:205 wppa-widget-admin.php:142
1456
  msgid "Random"
1457
  msgstr ""
1458
 
1459
- #: wppa-album-admin-autosave.php:335 wppa-settings-autosave.php:3558
1460
  msgid "Rating mean value"
1461
  msgstr ""
1462
 
1463
  #: wppa-album-admin-autosave.php:336 wppa-bestof-widget.php:169
1464
- #: wppa-settings-autosave.php:3559 wppa-topten-widget.php:236
1465
  msgid "Number of votes"
1466
  msgstr ""
1467
 
1468
  #: wppa-album-admin-autosave.php:337 wppa-album-admin-autosave.php:392
1469
- #: wppa-settings-autosave.php:3560 wppa-settings-autosave.php:3672
1470
  msgid "Timestamp"
1471
  msgstr ""
1472
 
1473
  #: wppa-album-admin-autosave.php:338 wppa-photo-admin-autosave.php:284
1474
- #: wppa-settings-autosave.php:3561
1475
  #, fuzzy
1476
  msgid "EXIF Date"
1477
  msgstr "Žádná EXIF data"
1478
 
1479
- #: wppa-album-admin-autosave.php:339 wppa-settings-autosave.php:3562
1480
- #: wppa-settings-autosave.php:3673
1481
  msgid "Order # desc"
1482
  msgstr ""
1483
 
1484
- #: wppa-album-admin-autosave.php:340 wppa-settings-autosave.php:3563
1485
- #: wppa-settings-autosave.php:3674
1486
  msgid "Name desc"
1487
  msgstr ""
1488
 
1489
- #: wppa-album-admin-autosave.php:341 wppa-settings-autosave.php:3564
1490
  #: wppa-thumbnail-widget.php:206
1491
  msgid "Rating mean value desc"
1492
  msgstr ""
1493
 
1494
- #: wppa-album-admin-autosave.php:342 wppa-settings-autosave.php:3565
1495
  #: wppa-thumbnail-widget.php:207
1496
  msgid "Number of votes desc"
1497
  msgstr ""
1498
 
1499
- #: wppa-album-admin-autosave.php:343 wppa-settings-autosave.php:3566
1500
- #: wppa-settings-autosave.php:3675 wppa-thumbnail-widget.php:208
1501
  msgid "Timestamp desc"
1502
  msgstr ""
1503
 
1504
- #: wppa-album-admin-autosave.php:344 wppa-settings-autosave.php:3567
1505
  msgid "EXIF Date desc"
1506
  msgstr ""
1507
 
@@ -1574,29 +1579,29 @@ msgstr ""
1574
  msgid "Cover Type:"
1575
  msgstr ""
1576
 
1577
- #: wppa-album-admin-autosave.php:433 wppa-settings-autosave.php:1918
1578
- #: wppa-settings-autosave.php:3739
1579
  msgid "Standard"
1580
  msgstr ""
1581
 
1582
- #: wppa-album-admin-autosave.php:434 wppa-settings-autosave.php:3740
1583
  #, fuzzy
1584
  msgid "Long Descriptions"
1585
  msgstr "Zadat/upravit popis fotky"
1586
 
1587
- #: wppa-album-admin-autosave.php:435 wppa-settings-autosave.php:3741
1588
  msgid "Image Factory"
1589
  msgstr ""
1590
 
1591
- #: wppa-album-admin-autosave.php:436 wppa-settings-autosave.php:3742
1592
  msgid "Standard mcr"
1593
  msgstr ""
1594
 
1595
- #: wppa-album-admin-autosave.php:437 wppa-settings-autosave.php:3743
1596
  msgid "Long Descriptions mcr"
1597
  msgstr ""
1598
 
1599
- #: wppa-album-admin-autosave.php:438 wppa-settings-autosave.php:3744
1600
  msgid "Image Factory mcr"
1601
  msgstr ""
1602
 
@@ -1626,37 +1631,37 @@ msgstr ""
1626
  msgid "Upload limit:"
1627
  msgstr "Nahrát fotku"
1628
 
1629
- #: wppa-album-admin-autosave.php:480 wppa-settings-autosave.php:5585
1630
- #: wppa-settings-autosave.php:7006
1631
  msgid "for ever"
1632
  msgstr ""
1633
 
1634
  #: wppa-album-admin-autosave.php:481 wppa-album-admin-autosave.php:498
1635
- #: wppa-settings-autosave.php:5586 wppa-settings-autosave.php:7007
1636
  #, fuzzy
1637
  msgid "per hour"
1638
  msgstr "1 hodina"
1639
 
1640
  #: wppa-album-admin-autosave.php:482 wppa-album-admin-autosave.php:499
1641
- #: wppa-settings-autosave.php:5587 wppa-settings-autosave.php:7008
1642
  #, fuzzy
1643
  msgid "per day"
1644
  msgstr "1 den"
1645
 
1646
  #: wppa-album-admin-autosave.php:483 wppa-album-admin-autosave.php:500
1647
- #: wppa-settings-autosave.php:5588 wppa-settings-autosave.php:7009
1648
  #, fuzzy
1649
  msgid "per week"
1650
  msgstr "1 týden"
1651
 
1652
  #: wppa-album-admin-autosave.php:484 wppa-album-admin-autosave.php:501
1653
- #: wppa-settings-autosave.php:5589 wppa-settings-autosave.php:7010
1654
  #, fuzzy
1655
  msgid "per month"
1656
  msgstr "1 měsíc"
1657
 
1658
  #: wppa-album-admin-autosave.php:485 wppa-album-admin-autosave.php:502
1659
- #: wppa-settings-autosave.php:5590 wppa-settings-autosave.php:7011
1660
  #, fuzzy
1661
  msgid "per year"
1662
  msgstr "1 rok"
@@ -1739,21 +1744,21 @@ msgstr "Nahrát alespoň %d fotek do tohoto alba!"
1739
  msgid "Link type:"
1740
  msgstr "Odkaz na"
1741
 
1742
- #: wppa-album-admin-autosave.php:592 wppa-settings-autosave.php:7167
1743
  msgid "the sub-albums and thumbnails"
1744
  msgstr ""
1745
 
1746
- #: wppa-album-admin-autosave.php:593 wppa-settings-autosave.php:7168
1747
  #, fuzzy
1748
  msgid "the sub-albums"
1749
  msgstr "Prohlédnout album"
1750
 
1751
- #: wppa-album-admin-autosave.php:594 wppa-settings-autosave.php:7169
1752
  #, fuzzy
1753
  msgid "the thumbnails"
1754
  msgstr "Prohlédnout náhledy"
1755
 
1756
- #: wppa-album-admin-autosave.php:595 wppa-settings-autosave.php:7170
1757
  msgid "the album photos as slideshow"
1758
  msgstr ""
1759
 
@@ -1761,7 +1766,7 @@ msgstr ""
1761
  msgid "the link page with a clean url"
1762
  msgstr ""
1763
 
1764
- #: wppa-album-admin-autosave.php:597 wppa-settings-autosave.php:7171
1765
  msgid "no link at all"
1766
  msgstr ""
1767
 
@@ -1784,8 +1789,8 @@ msgstr ""
1784
  msgid "Link to:"
1785
  msgstr "Odkaz na"
1786
 
1787
- #: wppa-album-admin-autosave.php:618 wppa-settings-autosave.php:8707
1788
- #: wppa-settings-autosave.php:8756
1789
  msgid "There are no pages (yet) to link to."
1790
  msgstr ""
1791
 
@@ -1874,7 +1879,7 @@ msgstr "Administrace moderování komentářů"
1874
  msgid "Moderate photo"
1875
  msgstr "Spravovat fotografie"
1876
 
1877
- #: wppa-album-admin-autosave.php:765 wppa-functions.php:2101
1878
  #: wppa-photo-admin-autosave.php:24
1879
  msgid "Edit photo"
1880
  msgstr "Upravit fotku"
@@ -1884,10 +1889,10 @@ msgstr "Upravit fotku"
1884
  msgid "Delete Album"
1885
  msgstr "Album:"
1886
 
1887
- #: wppa-album-admin-autosave.php:791 wppa-boxes-html.php:797
1888
- #: wppa-breadcrumb.php:280 wppa-breadcrumb.php:298 wppa-breadcrumb.php:316
1889
- #: wppa-breadcrumb.php:334 wppa-breadcrumb.php:389 wppa-breadcrumb.php:414
1890
- #: wppa-breadcrumb.php:535 wppa-comment-admin.php:66 wppa-featen-widget.php:136
1891
  #: wppa-lasten-widget.php:172 wppa-slideshow-widget.php:201
1892
  #: wppa-thumbnail-widget.php:191 wppa-topten-widget.php:217
1893
  #: wppa-upload-widget.php:81 wppa-upload.php:116 wppa-upload.php:204
@@ -1913,7 +1918,7 @@ msgstr ""
1913
  #: wppa-album-admin-autosave.php:1179 wppa-album-admin-autosave.php:1351
1914
  #: wppa-album-admin-autosave.php:1446 wppa-album-admin-autosave.php:1632
1915
  #: wppa-comment-admin.php:312 wppa-comment-admin.php:381
1916
- #: wppa-comment-admin.php:399 wppa-functions.php:1919 wppa-links.php:724
1917
  #: wppa-links.php:742 wppa-photo-admin-autosave.php:1243
1918
  #: wppa-photo-admin-autosave.php:1311 wppa-thumbnails.php:589
1919
  msgid "Delete"
@@ -1923,7 +1928,7 @@ msgstr "Smazat"
1923
  msgid "Move to:"
1924
  msgstr ""
1925
 
1926
- #: wppa-album-admin-autosave.php:807 wppa-settings-autosave.php:2687
1927
  msgid "Cancel"
1928
  msgstr ""
1929
 
@@ -2144,75 +2149,75 @@ msgstr ""
2144
  msgid "Nameless, filename = "
2145
  msgstr ""
2146
 
2147
- #: wppa-album-covers.php:1065 wppa-album-covers.php:1125
2148
- #: wppa-album-covers.php:1132
2149
  msgid "View the album"
2150
  msgstr "Prohlédnout album"
2151
 
2152
- #: wppa-album-covers.php:1085
2153
  #, fuzzy
2154
  msgid "View the cover photo"
2155
  msgid_plural "View the cover photos"
2156
  msgstr[0] "Zobrazit úvodní fotku"
2157
  msgstr[1] "Zobrazit úvodní fotku"
2158
 
2159
- #: wppa-album-covers.php:1138
2160
  msgid "View"
2161
  msgstr "Ukázat: "
2162
 
2163
- #: wppa-album-covers.php:1141
2164
  msgid "album"
2165
  msgstr "album"
2166
 
2167
- #: wppa-album-covers.php:1144 wppa-settings-autosave.php:1276
2168
- #: wppa-settings-autosave.php:5622
2169
  msgid "albums"
2170
  msgstr "albumy"
2171
 
2172
- #: wppa-album-covers.php:1153 wppa-boxes-html.php:1116 wppa-breadcrumb.php:148
2173
- #: wppa-breadcrumb.php:154 wppa-breadcrumb.php:161 wppa-breadcrumb.php:362
2174
- #: wppa-breadcrumb.php:367 wppa-functions.php:4254 wppa-utils.php:1475
2175
  msgid "and"
2176
  msgstr "a"
2177
 
2178
- #: wppa-album-covers.php:1158 wppa-comment-admin.php:254
2179
  msgid "photo"
2180
  msgstr "fotka"
2181
 
2182
- #: wppa-album-covers.php:1161 wppa-album-covers.php:1165
2183
- #: wppa-settings-autosave.php:742 wppa-settings-autosave.php:781
2184
- #: wppa-settings-autosave.php:1196 wppa-settings-autosave.php:1236
2185
- #: wppa-settings-autosave.php:1256 wppa-settings-autosave.php:1296
2186
- #: wppa-settings-autosave.php:3763 wppa-settings-autosave.php:5606
2187
- #: wppa-settings-autosave.php:7004
2188
  msgid "photos"
2189
  msgstr "fotek"
2190
 
2191
- #: wppa-album-covers.php:1209
2192
  #, fuzzy
2193
  msgid "New!"
2194
  msgstr "Nová fotka nahrána: %s"
2195
 
2196
- #: wppa-album-covers.php:1210 wppa-thumbnails.php:1875 wppa-thumbnails.php:1876
2197
  #, fuzzy
2198
  msgid "New"
2199
  msgstr "Nová fotka nahrána: %s"
2200
 
2201
- #: wppa-album-covers.php:1232 wppa-boxes-html.php:821 wppa-non-admin.php:580
2202
- #: wppa-settings-autosave.php:2159 wppa-settings-autosave.php:5083
2203
- #: wppa-settings-autosave.php:7316
2204
  msgid "Slideshow"
2205
  msgstr "Slideshow"
2206
 
2207
- #: wppa-album-covers.php:1233
2208
  msgid "Browse photos"
2209
  msgstr "Prohlédnout fotky"
2210
 
2211
- #: wppa-album-covers.php:1267
2212
  msgid "Categories:"
2213
  msgstr ""
2214
 
2215
- #: wppa-album-covers.php:1270 wppa-breadcrumb.php:374 wppa-breadcrumb.php:379
2216
  msgid "Category:"
2217
  msgstr ""
2218
 
@@ -2395,13 +2400,13 @@ msgstr "Moje hodnocení"
2395
  msgid "Rating count:"
2396
  msgstr "Hlasování: %s"
2397
 
2398
- #: wppa-bestof-widget.php:197 wppa-common-functions.php:1926 wppa-items.php:362
2399
- #: wppa-settings-autosave.php:1345 wppa-settings-autosave.php:1666
2400
- #: wppa-settings-autosave.php:3352 wppa-settings-autosave.php:3366
2401
- #: wppa-settings-autosave.php:3554 wppa-settings-autosave.php:3668
2402
- #: wppa-settings-autosave.php:5154 wppa-settings-autosave.php:6880
2403
- #: wppa-settings-autosave.php:7022 wppa-settings-autosave.php:7078
2404
- #: wppa-settings-autosave.php:7866 wppa-settings-autosave.php:8034
2405
  #: wppa-thumbnail-widget.php:202 wppa-tinymce-scripts.php:288
2406
  #: wppa-tinymce-shortcodes.php:517 wppa-upload.php:1528 wppa-watermark.php:520
2407
  #: wppa-widget-admin.php:76 wppa-widget-admin.php:193
@@ -2423,199 +2428,199 @@ msgstr "Koukni na tuto fotku na %s"
2423
  msgid "All the authors photos"
2424
  msgstr "--- vše ---"
2425
 
2426
- #: wppa-boxes-html.php:130 wppa-boxes-html.php:220
2427
  msgid "Photo search results"
2428
  msgstr "Výsledek vyhledávání fotek"
2429
 
2430
- #: wppa-boxes-html.php:180
2431
  #, fuzzy
2432
  msgid "Search in current section"
2433
  msgstr "Výsledek vyhledávání fotek"
2434
 
2435
- #: wppa-boxes-html.php:185
2436
  #, fuzzy
2437
  msgid "Search in current results"
2438
  msgstr "Výsledek vyhledávání fotek"
2439
 
2440
- #: wppa-boxes-html.php:353 wppa-breadcrumb.php:136
2441
- #: wppa-settings-autosave.php:437
2442
  #, fuzzy
2443
  msgid "Albums"
2444
  msgstr "Alba:"
2445
 
2446
- #: wppa-boxes-html.php:359 wppa-breadcrumb.php:151
2447
  #, fuzzy
2448
  msgid "Photos"
2449
  msgstr "Foto"
2450
 
2451
- #: wppa-boxes-html.php:378
2452
  msgid "Category"
2453
  msgstr ""
2454
 
2455
- #: wppa-boxes-html.php:391 wppa-boxes-html.php:525
2456
  msgid "Text"
2457
  msgstr ""
2458
 
2459
- #: wppa-boxes-html.php:407 wppa-boxes-html.php:461 wppa-boxes-html.php:609
2460
- #: wppa-boxes-html.php:639
2461
  msgid "CTRL+Click to add/remove option."
2462
  msgstr ""
2463
 
2464
- #: wppa-boxes-html.php:408 wppa-boxes-html.php:462 wppa-boxes-html.php:610
2465
- #: wppa-boxes-html.php:640
2466
  msgid "Items must meet all selected options."
2467
  msgstr ""
2468
 
2469
- #: wppa-boxes-html.php:517 wppa-settings-autosave.php:8138
2470
- #: wppa-settings-autosave.php:8178 wppa-settings-autosave.php:8200
2471
- #: wppa-settings-autosave.php:8246
2472
  msgid "Tag"
2473
  msgstr ""
2474
 
2475
- #: wppa-boxes-html.php:533
2476
  msgid "Iptc"
2477
  msgstr ""
2478
 
2479
- #: wppa-boxes-html.php:542
2480
  msgid "Exif"
2481
  msgstr ""
2482
 
2483
- #: wppa-boxes-html.php:742 wppa-boxes-html.php:825
2484
  msgid "Submit"
2485
  msgstr ""
2486
 
2487
- #: wppa-boxes-html.php:783 wppa-super-view-widget.php:14
2488
  #: wppa-super-view-widget.php:66
2489
  msgid "Super View Photos"
2490
  msgstr "Super View fotky"
2491
 
2492
- #: wppa-boxes-html.php:813 wppa-settings-autosave.php:453
2493
- #: wppa-settings-autosave.php:4345
2494
  #, fuzzy
2495
  msgid "Thumbnails"
2496
  msgstr "Označkované fotografie"
2497
 
2498
- #: wppa-boxes-html.php:858
2499
  msgid "Tagged photos"
2500
  msgstr "Označkované fotografie"
2501
 
2502
- #: wppa-boxes-html.php:871
2503
  msgid "Please select a tagcloud landing page in Table VI-C3b"
2504
  msgstr "Vyberte prosím cílovou stránku pro tagcloud v Table VI-C3b"
2505
 
2506
- #: wppa-boxes-html.php:928
2507
  msgid "Multi Tagged photos"
2508
  msgstr "Multioznačkované fotografie"
2509
 
2510
- #: wppa-boxes-html.php:941
2511
  msgid "Please select a multitag landing page in Table VI-C4b"
2512
  msgstr "Prosím vyberte multitag cílovou stránku v Table VI-C4b"
2513
 
2514
- #: wppa-boxes-html.php:979
2515
  msgid "Please check the tag(s) that the photos must have"
2516
  msgstr "Zkontrolujte prosím tag(y), které fotky musí mít"
2517
 
2518
- #: wppa-boxes-html.php:1008
2519
  msgid "And"
2520
  msgstr "a"
2521
 
2522
- #: wppa-boxes-html.php:1019
2523
  msgid "Or"
2524
  msgstr "nebo"
2525
 
2526
- #: wppa-boxes-html.php:1069
2527
  msgid "Find!"
2528
  msgstr "Najít!"
2529
 
2530
- #: wppa-boxes-html.php:1094
2531
  #, fuzzy
2532
  msgid "Social media landing page"
2533
  msgstr "Vyberte prosím cílovou stránku pro super view widget v Table VI-C"
2534
 
2535
- #: wppa-boxes-html.php:1117 wppa-utils.php:1475
2536
  #, php-format
2537
  msgid "See this image on %s"
2538
  msgstr "Koukni na tuto fotku na %s"
2539
 
2540
- #: wppa-boxes-html.php:1142 wppa-qr-widget.php:40
2541
  msgid "QR code"
2542
  msgstr ""
2543
 
2544
- #: wppa-boxes-html.php:1187
2545
  #, php-format
2546
  msgid "Tweet %s on Twitter"
2547
  msgstr "Tweet %s on Twitter"
2548
 
2549
- #: wppa-boxes-html.php:1194
2550
  msgid "Share on Twitter"
2551
  msgstr "Sdílet %s na Pinterest"
2552
 
2553
- #: wppa-boxes-html.php:1207
2554
  #, php-format
2555
  msgid "Share %s on Google+"
2556
  msgstr "Sdílet %s na Google +"
2557
 
2558
- #: wppa-boxes-html.php:1215
2559
  msgid "Share on Google+"
2560
  msgstr "Sdílet %s na Google +"
2561
 
2562
- #: wppa-boxes-html.php:1230
2563
  #, php-format
2564
  msgid "Share %s on Pinterest"
2565
  msgstr "Sdílet %s na Pinterest"
2566
 
2567
- #: wppa-boxes-html.php:1239
2568
  msgid "Share on Pinterest"
2569
  msgstr "Sdílet %s na Pinterest"
2570
 
2571
- #: wppa-boxes-html.php:1374
2572
  msgid "Comment on Facebook:"
2573
  msgstr "Komentovat na Facebooku:"
2574
 
2575
- #: wppa-boxes-html.php:1475 wppa-upload.php:1135
2576
  msgid "Working..."
2577
  msgstr ""
2578
 
2579
- #: wppa-boxes-html.php:1477 wppa-boxes-html.php:1480
2580
  #, fuzzy
2581
  msgid "Delete album"
2582
  msgstr "Album:"
2583
 
2584
- #: wppa-boxes-html.php:1565
2585
  #, fuzzy
2586
  msgid "Create Album"
2587
  msgstr "Album:"
2588
 
2589
- #: wppa-boxes-html.php:1610 wppa-boxes-html.php:2293
2590
  #, fuzzy
2591
  msgid "Enter album name."
2592
  msgstr "Zadejte název fotky"
2593
 
2594
- #: wppa-boxes-html.php:1612 wppa-boxes-html.php:2293
2595
  #, fuzzy
2596
  msgid "Don't leave this blank!"
2597
  msgstr ""
2598
  "Necháte-li prázdné, původní název souboru(ů) se použije jako název fotky(ek)."
2599
 
2600
- #: wppa-boxes-html.php:1631
2601
  #, fuzzy
2602
  msgid "Enter album description"
2603
  msgstr "Zadat/upravit popis fotky"
2604
 
2605
- #: wppa-boxes-html.php:1653
2606
  #, fuzzy
2607
  msgid "Create album"
2608
  msgstr "Album:"
2609
 
2610
- #: wppa-boxes-html.php:1709 wppa-boxes-html.php:1722 wppa-functions.php:3971
2611
  msgid "Max uploads reached"
2612
  msgstr "Max uploads dosiahol"
2613
 
2614
- #: wppa-boxes-html.php:1784 wppa-upload.php:134
2615
  msgid "Upload Photo"
2616
  msgstr "Nahrát fotku"
2617
 
2618
- #: wppa-boxes-html.php:1931
2619
  #, php-format
2620
  msgid ""
2621
  "You may upload up to %s photos at once if your browser supports HTML-5 "
@@ -2624,22 +2629,22 @@ msgstr ""
2624
  "Můžete nahrát až %s fotek najednou, pokud váš prohlížeč podporuje hromadné "
2625
  "nahrávání souborů HTML5"
2626
 
2627
- #: wppa-boxes-html.php:1938
2628
  #, php-format
2629
  msgid "Max photo size: %d x %d (%2.1f MegaPixel)"
2630
  msgstr "Max. velikost fotek: %d %d (%2.1f megapixelů)"
2631
 
2632
- #: wppa-boxes-html.php:1965 wppa-upload.php:123 wppa-upload.php:211
2633
  #: wppa-upload.php:258 wppa-upload.php:704
2634
  msgid "Apply watermark file:"
2635
  msgstr "Použít soubor s vodoznakem:"
2636
 
2637
- #: wppa-boxes-html.php:1987 wppa-upload.php:128 wppa-upload.php:216
2638
  #: wppa-upload.php:263 wppa-upload.php:708
2639
  msgid "Position:"
2640
  msgstr "Pozice:"
2641
 
2642
- #: wppa-boxes-html.php:2015
2643
  #, fuzzy
2644
  msgid ""
2645
  "If you leave this blank, iptc tag 005 (Graphic name) will be used as "
@@ -2648,7 +2653,7 @@ msgid ""
2648
  msgstr ""
2649
  "Necháte-li prázdné, původní název souboru(ů) se použije jako název fotky(ek)."
2650
 
2651
- #: wppa-boxes-html.php:2018
2652
  #, fuzzy
2653
  msgid ""
2654
  "If you leave this blank, iptc tag 120 (Caption) will be used as photoname if "
@@ -2656,328 +2661,328 @@ msgid ""
2656
  msgstr ""
2657
  "Necháte-li prázdné, původní název souboru(ů) se použije jako název fotky(ek)."
2658
 
2659
- #: wppa-boxes-html.php:2021
2660
  msgid ""
2661
  "If you leave this blank, the original filename will be used as photo name."
2662
  msgstr ""
2663
  "Necháte-li prázdné, původní název souboru(ů) se použije jako název fotky(ek)."
2664
 
2665
- #: wppa-boxes-html.php:2025
2666
  msgid "Enter photo name."
2667
  msgstr "Zadejte název fotky"
2668
 
2669
- #: wppa-boxes-html.php:2043
2670
  msgid "Enter/modify photo description"
2671
  msgstr "Zadat/upravit popis fotky"
2672
 
2673
- #: wppa-boxes-html.php:2074
2674
  msgid "hidden"
2675
  msgstr ""
2676
 
2677
- #: wppa-boxes-html.php:2143
2678
  msgid "Preview tags:"
2679
  msgstr ""
2680
 
2681
- #: wppa-boxes-html.php:2156
2682
  msgid "Please select an album and try again"
2683
  msgstr "Vyberte prosím album a opakujte akci"
2684
 
2685
- #: wppa-boxes-html.php:2170
2686
  #, fuzzy
2687
  msgid "Upload photo"
2688
  msgstr "Nahrát fotku"
2689
 
2690
- #: wppa-boxes-html.php:2226
2691
  #, fuzzy
2692
  msgid "ERROR: unable to upload files."
2693
  msgstr "<b>Chyba: Neplatný pokus o nahrání souboru.</b>"
2694
 
2695
- #: wppa-boxes-html.php:2275
2696
  #, fuzzy
2697
  msgid "Edit albuminfo"
2698
  msgstr "Upravit!"
2699
 
2700
- #: wppa-boxes-html.php:2303
2701
  #, fuzzy
2702
  msgid "Album description:"
2703
  msgstr "Zadat/upravit popis fotky"
2704
 
2705
- #: wppa-boxes-html.php:2318
2706
  #, fuzzy
2707
  msgid "Update album"
2708
  msgstr "Album:"
2709
 
2710
- #: wppa-boxes-html.php:2392
2711
  msgid "wrote:"
2712
  msgstr "napsal:"
2713
 
2714
- #: wppa-boxes-html.php:2446
2715
  msgid "Avatar"
2716
  msgstr ""
2717
 
2718
- #: wppa-boxes-html.php:2489 wppa-links.php:768
2719
  msgid "Awaiting moderation"
2720
  msgstr "Čeká na moderování"
2721
 
2722
- #: wppa-boxes-html.php:2492
2723
  msgid "Marked as spam"
2724
  msgstr "Označený jako spam"
2725
 
2726
- #: wppa-boxes-html.php:2516
2727
  msgid "Edit!"
2728
  msgstr "Upravit!"
2729
 
2730
- #: wppa-boxes-html.php:2520
2731
  msgid "Send!"
2732
  msgstr "Odeslat!"
2733
 
2734
- #: wppa-boxes-html.php:2581
2735
  msgid "Your name:"
2736
  msgstr "Vaše jméno:"
2737
 
2738
- #: wppa-boxes-html.php:2596
2739
  msgid "Your email:"
2740
  msgstr "Váš e-mail:"
2741
 
2742
- #: wppa-boxes-html.php:2612
2743
  msgid "Your comment:"
2744
  msgstr "Váš komentář:"
2745
 
2746
- #: wppa-boxes-html.php:2656
2747
  #, php-format
2748
  msgid "You must <a href=\"%s\">login</a> to enter a comment"
2749
  msgstr "Musíte se <a href=&quot;\"%s\"&quot;>přihlásit</a> k napsání komentáře"
2750
 
2751
- #: wppa-boxes-html.php:2659
2752
  #, fuzzy
2753
  msgid "You must login to enter a comment"
2754
  msgstr "Musíte se <a href=&quot;\"%s\"&quot;>přihlásit</a> k napsání komentáře"
2755
 
2756
- #: wppa-boxes-html.php:2671
2757
  #, fuzzy, php-format
2758
  msgid "%d comments"
2759
  msgstr "%d komentáře/ů"
2760
 
2761
- #: wppa-boxes-html.php:2675
2762
  msgid "Leave a comment"
2763
  msgstr "Napsat komentář"
2764
 
2765
- #: wppa-boxes-html.php:2716
2766
  msgid "Smilies are not available"
2767
  msgstr ""
2768
 
2769
- #: wppa-boxes-html.php:2761
2770
  msgid "Show IPTC data"
2771
  msgstr "Zobrazit IPTC data"
2772
 
2773
- #: wppa-boxes-html.php:2766
2774
  msgid "Hide IPTC data"
2775
  msgstr "Skrýt IPTC data"
2776
 
2777
- #: wppa-boxes-html.php:2805
2778
  msgid "No IPTC data"
2779
  msgstr "Žádná IPTC data"
2780
 
2781
- #: wppa-boxes-html.php:2852
2782
  msgid "Show EXIF data"
2783
  msgstr "Zobrazit EXIF data"
2784
 
2785
- #: wppa-boxes-html.php:2858
2786
  msgid "Hide EXIF data"
2787
  msgstr "Skrýt EXIF data"
2788
 
2789
- #: wppa-boxes-html.php:2894
2790
  msgid "No EXIF data"
2791
  msgstr "Žádná EXIF data"
2792
 
2793
- #: wppa-boxes-html.php:3009 wppa-boxes-html.php:3014
2794
  #, fuzzy
2795
  msgid "< Previous"
2796
  msgstr "Predcházející"
2797
 
2798
- #: wppa-boxes-html.php:3020 wppa-boxes-html.php:3025
2799
  #, fuzzy
2800
  msgid "Next >"
2801
  msgstr "Další"
2802
 
2803
- #: wppa-boxes-html.php:3122 wppa-boxes-html.php:3181
2804
  #, fuzzy
2805
  msgid "See the authors albums"
2806
  msgstr "Koukni na tuto fotku na %s"
2807
 
2808
- #: wppa-boxes-html.php:3126 wppa-boxes-html.php:3185
2809
  #, fuzzy
2810
  msgid "See the authors photos"
2811
  msgstr "Koukni na tuto fotku na %s"
2812
 
2813
- #: wppa-boxes-html.php:3130 wppa-boxes-html.php:3189
2814
  #, fuzzy
2815
  msgid "See all the authors photos"
2816
  msgstr "--- vše ---"
2817
 
2818
- #: wppa-boxes-html.php:3153
2819
  #, fuzzy, php-format
2820
  msgid "Photo by: %s"
2821
  msgstr "Fotka %s %s"
2822
 
2823
- #: wppa-boxes-html.php:3154 wppa-boxes-html.php:3208
2824
  #, fuzzy, php-format
2825
  msgid "Max ratings: %s."
2826
  msgstr "Max uploads dosiahol"
2827
 
2828
- #: wppa-boxes-html.php:3155 wppa-boxes-html.php:3209
2829
  #, fuzzy, php-format
2830
  msgid "Votes: %s."
2831
  msgstr "%s hodnocení"
2832
 
2833
- #: wppa-boxes-html.php:3156 wppa-boxes-html.php:3210
2834
  #, php-format
2835
  msgid "Mean value: %4.2f."
2836
  msgstr ""
2837
 
2838
- #: wppa-boxes-html.php:3163
2839
  #, fuzzy, php-format
2840
  msgid "Photo %s not found."
2841
  msgstr "Fotky nenalezeny."
2842
 
2843
- #: wppa-breadcrumb.php:98 wppa-settings-autosave.php:1496
2844
  msgid "Home"
2845
  msgstr "Domů"
2846
 
2847
- #: wppa-breadcrumb.php:119
2848
  msgid "Post:"
2849
  msgstr "Příspěvek:"
2850
 
2851
- #: wppa-breadcrumb.php:119 wppa-breadcrumb.php:563
2852
  msgid "Page:"
2853
  msgstr "Strana:"
2854
 
2855
- #: wppa-breadcrumb.php:139
2856
  msgid "with category:"
2857
  msgstr ""
2858
 
2859
- #: wppa-breadcrumb.php:142 wppa-breadcrumb.php:157
2860
  #, fuzzy
2861
  msgid "with name:"
2862
  msgstr "Vaše jméno:"
2863
 
2864
- #: wppa-breadcrumb.php:145 wppa-breadcrumb.php:161
2865
  msgid "with words:"
2866
  msgstr ""
2867
 
2868
- #: wppa-breadcrumb.php:154
2869
  msgid "with tag:"
2870
  msgstr ""
2871
 
2872
- #: wppa-breadcrumb.php:165
2873
  msgid "of owner:"
2874
  msgstr ""
2875
 
2876
- #: wppa-breadcrumb.php:170
2877
  msgid "with iptc tag:"
2878
  msgstr ""
2879
 
2880
- #: wppa-breadcrumb.php:170 wppa-breadcrumb.php:175
2881
  #, fuzzy
2882
  msgid "with content:"
2883
  msgstr "Vaše jméno:"
2884
 
2885
- #: wppa-breadcrumb.php:175
2886
  msgid "with exif tag:"
2887
  msgstr ""
2888
 
2889
- #: wppa-breadcrumb.php:183 wppa-breadcrumb.php:211 wppa-breadcrumb.php:268
2890
- #: wppa-breadcrumb.php:286 wppa-breadcrumb.php:304 wppa-breadcrumb.php:322
2891
- #: wppa-breadcrumb.php:340 wppa-breadcrumb.php:352 wppa-breadcrumb.php:364
2892
- #: wppa-breadcrumb.php:376 wppa-breadcrumb.php:395
2893
  msgid "View the thumbnails"
2894
  msgstr "Prohlédnout náhledy"
2895
 
2896
- #: wppa-breadcrumb.php:205
2897
  #, fuzzy, php-format
2898
  msgid "Searchresults from album %s and its subalbums"
2899
  msgstr "Uživatel %s nahrál fotku %s do alba %s"
2900
 
2901
- #: wppa-breadcrumb.php:209 wppa-breadcrumb.php:214
2902
  msgid "Searchstring:"
2903
  msgstr "Hledat:"
2904
 
2905
- #: wppa-breadcrumb.php:223 wppa-breadcrumb.php:241
2906
  #, fuzzy
2907
  msgid "Photos by EXIF date"
2908
  msgstr "Zobrazit EXIF data"
2909
 
2910
- #: wppa-breadcrumb.php:227 wppa-breadcrumb.php:245
2911
  #, fuzzy
2912
  msgid "Photos by date of upload"
2913
  msgstr "Fotky nahrány "
2914
 
2915
- #: wppa-breadcrumb.php:231 wppa-breadcrumb.php:249
2916
  msgid "Photos by date last modified"
2917
  msgstr ""
2918
 
2919
- #: wppa-breadcrumb.php:261 wppa-breadcrumb.php:271
2920
  #, php-format
2921
  msgid "Photos by %s"
2922
  msgstr "Foto od %s"
2923
 
2924
- #: wppa-breadcrumb.php:278 wppa-breadcrumb.php:296 wppa-breadcrumb.php:314
2925
- #: wppa-breadcrumb.php:332 wppa-breadcrumb.php:410
2926
  msgid "Various albums"
2927
  msgstr "Různá alba"
2928
 
2929
- #: wppa-breadcrumb.php:280 wppa-breadcrumb.php:298 wppa-breadcrumb.php:316
2930
- #: wppa-breadcrumb.php:334 wppa-breadcrumb.php:414 wppa-lasten-widget.php:180
2931
  msgid "Albums:"
2932
  msgstr "Alba:"
2933
 
2934
- #: wppa-breadcrumb.php:284 wppa-breadcrumb.php:289
2935
  msgid "Top rated photos"
2936
  msgstr "Najlepšie hodnotené fotografie"
2937
 
2938
- #: wppa-breadcrumb.php:302 wppa-breadcrumb.php:307
2939
  msgid "Recently uploaded photos"
2940
  msgstr "Nedávno nahrané fotografie"
2941
 
2942
- #: wppa-breadcrumb.php:320 wppa-breadcrumb.php:325 wppa-comment-widget.php:41
2943
  msgid "Recently commented photos"
2944
  msgstr "Nedávno komentované fotografie"
2945
 
2946
- #: wppa-breadcrumb.php:338 wppa-breadcrumb.php:343 wppa-featen-widget.php:37
2947
  msgid "Featured photos"
2948
  msgstr "Nejlépe hodnocené fotky"
2949
 
2950
- #: wppa-breadcrumb.php:350 wppa-breadcrumb.php:355
2951
  msgid "Related photos"
2952
  msgstr "Podobné fotky"
2953
 
2954
- #: wppa-breadcrumb.php:362 wppa-breadcrumb.php:367
2955
  msgid "Tagged photos:"
2956
  msgstr "Otagované fotky:"
2957
 
2958
- #: wppa-breadcrumb.php:362 wppa-breadcrumb.php:367
2959
  msgid "or"
2960
  msgstr "nebo"
2961
 
2962
- #: wppa-breadcrumb.php:393 wppa-breadcrumb.php:398
2963
  msgid "Recently updated albums"
2964
  msgstr "Nedávno nahrané fotky"
2965
 
2966
- #: wppa-breadcrumb.php:408
2967
  #, php-format
2968
  msgid "Various albums by %s"
2969
  msgstr "Další alba od %s"
2970
 
2971
- #: wppa-breadcrumb.php:435 wppa-breadcrumb.php:450
2972
  msgid "Thumbnail view"
2973
  msgstr "Stránka s náhledy"
2974
 
2975
- #: wppa-breadcrumb.php:439 wppa-breadcrumb.php:440 wppa-breadcrumb.php:455
2976
- #: wppa-breadcrumb.php:456
2977
  msgid "Thumbs"
2978
  msgstr "Náhledy"
2979
 
2980
- #: wppa-breadcrumb.php:561
2981
  msgid "Unpublished"
2982
  msgstr "Nepublikováno"
2983
 
@@ -3081,8 +3086,8 @@ msgstr ""
3081
  msgid "Linkpage:"
3082
  msgstr ""
3083
 
3084
- #: wppa-comment-admin.php:224 wppa-settings-autosave.php:4516
3085
- #: wppa-settings-autosave.php:7196
3086
  #, fuzzy
3087
  msgid "--- Please select a page ---"
3088
  msgstr "--- smazáno ---"
@@ -3153,18 +3158,18 @@ msgid "(Album)"
3153
  msgstr "Alba:"
3154
 
3155
  #: wppa-comment-admin.php:304 wppa-comment-admin.php:391
3156
- #: wppa-settings-autosave.php:504 wppa-settings-autosave.php:657
3157
- #: wppa-settings-autosave.php:679 wppa-settings-autosave.php:1379
3158
- #: wppa-settings-autosave.php:1400 wppa-settings-autosave.php:2752
3159
- #: wppa-settings-autosave.php:2773 wppa-settings-autosave.php:3071
3160
- #: wppa-settings-autosave.php:3095 wppa-settings-autosave.php:4237
3161
- #: wppa-settings-autosave.php:4258 wppa-settings-autosave.php:4434
3162
- #: wppa-settings-autosave.php:4458 wppa-settings-autosave.php:5457
3163
- #: wppa-settings-autosave.php:5963 wppa-settings-autosave.php:5985
3164
- #: wppa-settings-autosave.php:6565 wppa-settings-autosave.php:6589
3165
- #: wppa-settings-autosave.php:8116 wppa-settings-autosave.php:8137
3166
- #: wppa-settings-autosave.php:8177 wppa-settings-autosave.php:8199
3167
- #: wppa-settings-autosave.php:8245
3168
  msgid "#"
3169
  msgstr ""
3170
 
@@ -3198,7 +3203,7 @@ msgstr ""
3198
  msgid "Reply to your comment on photo: %s on %s"
3199
  msgstr ""
3200
 
3201
- #: wppa-comment-admin.php:359 wppa-functions.php:2098
3202
  msgid "Reply"
3203
  msgstr ""
3204
 
@@ -3254,121 +3259,121 @@ msgstr "Fotky nenalezeny."
3254
  msgid "Default photo album for"
3255
  msgstr "Přednastavené fotoalbum pro"
3256
 
3257
- #: wppa-common-functions.php:524 wppa-common-functions.php:560
3258
  msgid "1 second"
3259
  msgstr "1 sekundu"
3260
 
3261
- #: wppa-common-functions.php:525 wppa-common-functions.php:561
3262
- #: wppa-functions.php:4255
3263
  msgid "seconds"
3264
  msgstr "sekund"
3265
 
3266
- #: wppa-common-functions.php:529 wppa-common-functions.php:565
3267
  msgid "1 minute"
3268
  msgstr "1 minuta"
3269
 
3270
- #: wppa-common-functions.php:530 wppa-common-functions.php:566
3271
- #: wppa-functions.php:4254
3272
  msgid "minutes"
3273
  msgstr "minut"
3274
 
3275
- #: wppa-common-functions.php:534 wppa-common-functions.php:570
3276
  msgid "1 hour"
3277
  msgstr "1 hodina"
3278
 
3279
- #: wppa-common-functions.php:535 wppa-common-functions.php:571
3280
- #: wppa-functions.php:4253
3281
  msgid "hours"
3282
  msgstr "hodin"
3283
 
3284
- #: wppa-common-functions.php:539 wppa-common-functions.php:575
3285
  msgid "1 day"
3286
  msgstr "1 den"
3287
 
3288
- #: wppa-common-functions.php:540 wppa-common-functions.php:576
3289
- #: wppa-functions.php:4252
3290
  msgid "days"
3291
  msgstr "dní"
3292
 
3293
- #: wppa-common-functions.php:544 wppa-common-functions.php:580
3294
  msgid "1 week"
3295
  msgstr "1 týden"
3296
 
3297
- #: wppa-common-functions.php:545 wppa-common-functions.php:581
3298
- #: wppa-functions.php:4251
3299
  msgid "weeks"
3300
  msgstr "týdnů"
3301
 
3302
- #: wppa-common-functions.php:549 wppa-common-functions.php:585
3303
  msgid "1 month"
3304
  msgstr "1 měsíc"
3305
 
3306
- #: wppa-common-functions.php:550 wppa-common-functions.php:586
3307
  msgid "months"
3308
  msgstr "měsíců"
3309
 
3310
- #: wppa-common-functions.php:553 wppa-common-functions.php:589
3311
  msgid "1 year"
3312
  msgstr "1 rok"
3313
 
3314
- #: wppa-common-functions.php:554 wppa-common-functions.php:590
3315
  msgid "years"
3316
  msgstr "let"
3317
 
3318
- #: wppa-common-functions.php:801 wppa-common-functions.php:802
3319
  msgid "ERROR: Resized or copied image could not be created."
3320
  msgstr ""
3321
 
3322
- #: wppa-common-functions.php:844 wppa-common-functions.php:845
3323
  #, php-format
3324
  msgid "ERROR: File %s is not a valid picture file."
3325
  msgstr ""
3326
 
3327
- #: wppa-common-functions.php:1645
3328
  #, php-format
3329
  msgid ""
3330
  "Based on your server memory limit you should not upload images larger then "
3331
  "<strong>%d x %d (%2.1f MP)</strong>"
3332
  msgstr ""
3333
 
3334
- #: wppa-common-functions.php:1920
3335
  #, fuzzy
3336
  msgid "- select an album -"
3337
  msgstr "Vyberte prosím album a opakujte akci"
3338
 
3339
- #: wppa-common-functions.php:1932 wppa-items.php:370
3340
  #: wppa-multitag-widget.php:75 wppa-multitag-widget.php:83
3341
  #: wppa-slideshow-widget.php:201 wppa-tagcloud-widget.php:70
3342
  #: wppa-tagcloud-widget.php:78
3343
  msgid "--- all ---"
3344
  msgstr "--- vše ---"
3345
 
3346
- #: wppa-common-functions.php:1938
3347
  #, fuzzy
3348
  msgid "--- generic ---"
3349
  msgstr "--- žádné ---"
3350
 
3351
- #: wppa-common-functions.php:1949
3352
  msgid "--- multiple see below ---"
3353
  msgstr ""
3354
 
3355
- #: wppa-common-functions.php:1955
3356
  #, fuzzy
3357
  msgid "--- a selection box ---"
3358
  msgstr "--- smazáno ---"
3359
 
3360
- #: wppa-common-functions.php:1989 wppa-items.php:366
3361
- #: wppa-settings-autosave.php:7022 wppa-settings-autosave.php:7078
3362
  #: wppa-upload.php:1529
3363
  msgid "--- separate ---"
3364
  msgstr "--- samostatné ---"
3365
 
3366
- #: wppa-common-functions.php:2087
3367
  #, fuzzy
3368
  msgid "Photo id ="
3369
  msgstr "Foto dne"
3370
 
3371
- #: wppa-common-functions.php:2087
3372
  msgid "Value ="
3373
  msgstr ""
3374
 
@@ -3427,180 +3432,180 @@ msgstr "Del"
3427
  msgid "n.a."
3428
  msgstr "n.a."
3429
 
3430
- #: wppa-exif-iptc-common.php:214 wppa-utils.php:2244
3431
  msgid "Not Defined"
3432
  msgstr "Není definovaná"
3433
 
3434
- #: wppa-exif-iptc-common.php:215 wppa-utils.php:2245
3435
  msgid "Manual"
3436
  msgstr "Manuál"
3437
 
3438
- #: wppa-exif-iptc-common.php:216 wppa-utils.php:2246
3439
  msgid "Program AE"
3440
  msgstr "Program AE"
3441
 
3442
- #: wppa-exif-iptc-common.php:217 wppa-utils.php:2247
3443
  msgid "Aperture-priority AE"
3444
  msgstr "Priorita clony AE"
3445
 
3446
- #: wppa-exif-iptc-common.php:218 wppa-utils.php:2248
3447
  msgid "Shutter speed priority AE"
3448
  msgstr "Priorita závěrky rychlosti AE"
3449
 
3450
- #: wppa-exif-iptc-common.php:219 wppa-utils.php:2249
3451
  msgid "Creative (Slow speed)"
3452
  msgstr "Creative (pomalá rýchlost)"
3453
 
3454
- #: wppa-exif-iptc-common.php:220 wppa-utils.php:2250
3455
  msgid "Action (High speed)"
3456
  msgstr "Akce (vysoká rychlost)"
3457
 
3458
- #: wppa-exif-iptc-common.php:221 wppa-utils.php:2251
3459
  msgid "Portrait"
3460
  msgstr "Portrét"
3461
 
3462
- #: wppa-exif-iptc-common.php:222 wppa-utils.php:2252
3463
  msgid "Landscape"
3464
  msgstr "Krajina"
3465
 
3466
- #: wppa-exif-iptc-common.php:223 wppa-utils.php:2253
3467
  msgid "Bulb"
3468
  msgstr "Žárovka"
3469
 
3470
- #: wppa-exif-iptc-common.php:245 wppa-utils.php:2254
3471
  msgid "Average"
3472
  msgstr "Průměr"
3473
 
3474
- #: wppa-exif-iptc-common.php:246 wppa-utils.php:2255
3475
  msgid "Center-weighted average"
3476
  msgstr "Vážený průmer"
3477
 
3478
- #: wppa-exif-iptc-common.php:247 wppa-utils.php:2256
3479
  msgid "Spot"
3480
  msgstr "Spot"
3481
 
3482
- #: wppa-exif-iptc-common.php:248 wppa-utils.php:2257
3483
  msgid "Multi-spot"
3484
  msgstr "Multi-spot"
3485
 
3486
- #: wppa-exif-iptc-common.php:249 wppa-utils.php:2258
3487
  msgid "Multi-segment"
3488
  msgstr "Multi-segmentové"
3489
 
3490
- #: wppa-exif-iptc-common.php:250 wppa-utils.php:2259
3491
  msgid "Partial"
3492
  msgstr "Částečné"
3493
 
3494
- #: wppa-exif-iptc-common.php:251 wppa-settings-autosave.php:4362
3495
- #: wppa-utils.php:2260
3496
  msgid "Other"
3497
  msgstr "Ostatní"
3498
 
3499
- #: wppa-exif-iptc-common.php:287 wppa-utils.php:2261
3500
  msgid "No Flash"
3501
  msgstr "Bez blesku"
3502
 
3503
- #: wppa-exif-iptc-common.php:289 wppa-utils.php:2262
3504
  msgid "Fired"
3505
  msgstr "Záblesk"
3506
 
3507
- #: wppa-exif-iptc-common.php:291 wppa-utils.php:2263
3508
  msgid "Fired, Return not detected"
3509
  msgstr "Záblek, nedetekován návrat"
3510
 
3511
- #: wppa-exif-iptc-common.php:293 wppa-utils.php:2264
3512
  msgid "Fired, Return detected"
3513
  msgstr "Záblek, detekován návrat"
3514
 
3515
- #: wppa-exif-iptc-common.php:295 wppa-utils.php:2265
3516
  msgid "On, Did not fire"
3517
  msgstr "Zapnuto, bez záblesku"
3518
 
3519
- #: wppa-exif-iptc-common.php:297 wppa-utils.php:2266
3520
  msgid "On, Fired"
3521
  msgstr "Zapnuto, záblesk"
3522
 
3523
- #: wppa-exif-iptc-common.php:299 wppa-utils.php:2267
3524
  msgid "On, Return not detected"
3525
  msgstr "Zapnuto, nedetekován návrat"
3526
 
3527
- #: wppa-exif-iptc-common.php:301 wppa-utils.php:2268
3528
  msgid "On, Return detected"
3529
  msgstr "Zapnuto, detekován návrat"
3530
 
3531
- #: wppa-exif-iptc-common.php:303 wppa-utils.php:2269
3532
  msgid "Off, Did not fire"
3533
  msgstr "Vypnuto, bez záblesku"
3534
 
3535
- #: wppa-exif-iptc-common.php:305 wppa-utils.php:2270
3536
  msgid "Off, Did not fire, Return not detected"
3537
  msgstr "Vypnuto, bez záblesku, nedetekován návrat"
3538
 
3539
- #: wppa-exif-iptc-common.php:307 wppa-utils.php:2271
3540
  msgid "Auto, Did not fire"
3541
  msgstr "Automatika, bez záblesku"
3542
 
3543
- #: wppa-exif-iptc-common.php:309 wppa-utils.php:2272
3544
  msgid "Auto, Fired"
3545
  msgstr "Automatika, záblesk"
3546
 
3547
- #: wppa-exif-iptc-common.php:311 wppa-utils.php:2273
3548
  msgid "Auto, Fired, Return not detected"
3549
  msgstr "Automatika, záblesk, nedetekován návrat"
3550
 
3551
- #: wppa-exif-iptc-common.php:313 wppa-utils.php:2274
3552
  msgid "Auto, Fired, Return detected"
3553
  msgstr "Automatika, záblesk, detekován návrat"
3554
 
3555
- #: wppa-exif-iptc-common.php:315 wppa-utils.php:2275
3556
  msgid "No flash function"
3557
  msgstr "Žádné funkce blesku"
3558
 
3559
- #: wppa-exif-iptc-common.php:317 wppa-utils.php:2276
3560
  msgid "Off, No flash function"
3561
  msgstr "Vypnuto, žádné funkce blesku"
3562
 
3563
- #: wppa-exif-iptc-common.php:319 wppa-utils.php:2277
3564
  msgid "Fired, Red-eye reduction"
3565
  msgstr "Záblesk, redukce červených očí"
3566
 
3567
- #: wppa-exif-iptc-common.php:321 wppa-utils.php:2278
3568
  msgid "Fired, Red-eye reduction, Return not detected"
3569
  msgstr "Záblesk, redukce červených očí, nedetekován návrat"
3570
 
3571
- #: wppa-exif-iptc-common.php:323 wppa-utils.php:2279
3572
  msgid "Fired, Red-eye reduction, Return detected"
3573
  msgstr "Záblesk, redukce červených očí, detekován návrat"
3574
 
3575
- #: wppa-exif-iptc-common.php:325 wppa-utils.php:2280
3576
  msgid "On, Red-eye reduction"
3577
  msgstr "Zapnuto, redukce červených očí"
3578
 
3579
- #: wppa-exif-iptc-common.php:327 wppa-utils.php:2281
3580
  msgid "Red-eye reduction, Return not detected"
3581
  msgstr "Redukce červených očí, nedetekován návrat"
3582
 
3583
- #: wppa-exif-iptc-common.php:329 wppa-utils.php:2282
3584
  msgid "On, Red-eye reduction, Return detected"
3585
  msgstr "Zapnuto, redukce červených očí, detekován návrat"
3586
 
3587
- #: wppa-exif-iptc-common.php:331 wppa-utils.php:2283
3588
  msgid "Off, Red-eye reduction"
3589
  msgstr "Vypnuto, redukce červených očí"
3590
 
3591
- #: wppa-exif-iptc-common.php:333 wppa-utils.php:2284
3592
  msgid "Auto, Did not fire, Red-eye reduction"
3593
  msgstr "Automatika, bez záblesku, redikce červených očí"
3594
 
3595
- #: wppa-exif-iptc-common.php:335 wppa-utils.php:2285
3596
  msgid "Auto, Fired, Red-eye reduction"
3597
  msgstr "Automatika, záblesk, redikce červených očí"
3598
 
3599
- #: wppa-exif-iptc-common.php:337 wppa-utils.php:2286
3600
  msgid "Auto, Fired, Red-eye reduction, Return not detected"
3601
  msgstr "Automatika, záblesk, redikce červených očí, nedetekován návrat"
3602
 
3603
- #: wppa-exif-iptc-common.php:339 wppa-utils.php:2287
3604
  msgid "Auto, Fired, Red-eye reduction, Return detected"
3605
  msgstr "Automatika, záblesk, redikce červených očí, detekován návrat"
3606
 
@@ -3728,217 +3733,217 @@ msgstr ""
3728
  "Bylo nalezeno %s alb. Je zobrazeno pouze prvních %s. Zpřesněte prosím "
3729
  "vyhledávací podmínku."
3730
 
3731
- #: wppa-functions.php:1916 wppa-links.php:717 wppa-links.php:734
3732
  #: wppa-thumbnails.php:587
3733
  msgid "Are you sure you want to remove this photo?"
3734
  msgstr "Opravdu chcete smazat tuto fotku?"
3735
 
3736
- #: wppa-functions.php:2076
3737
  msgid "Comment edited"
3738
  msgstr "Komentář upraven"
3739
 
3740
- #: wppa-functions.php:2081
3741
  #, fuzzy
3742
  msgid "Photo comment"
3743
  msgstr "Váš komentář:"
3744
 
3745
- #: wppa-functions.php:2085
3746
  msgid "Comment on photo:"
3747
  msgstr "Komentovat fotky:"
3748
 
3749
- #: wppa-functions.php:2096
3750
  msgid "wrote on photo"
3751
  msgstr "napsáno k fotce"
3752
 
3753
- #: wppa-functions.php:2099
3754
  msgid "Moderate comment admin"
3755
  msgstr "Administrace moderování komentářů"
3756
 
3757
- #: wppa-functions.php:2100 wppa-functions.php:4103 wppa-upload.php:1427
3758
  msgid "Moderate manage photo"
3759
  msgstr "Správa úprav fotek"
3760
 
3761
- #: wppa-functions.php:2111
3762
  msgid "You receive this email as you are assigned to moderate"
3763
  msgstr "Dostáváte tento e-mail, protože jste přidedělen k jeho moderování"
3764
 
3765
- #: wppa-functions.php:2123
3766
  msgid "You receive this email as administrator of the site"
3767
  msgstr "Dostáváte tento e-mail jako správce webu"
3768
 
3769
- #: wppa-functions.php:2140
3770
  msgid "You receive this email as uploader of the photo"
3771
  msgstr "Dostanete tento e-mail jako autor nahrání fotek"
3772
 
3773
- #: wppa-functions.php:2157
3774
  msgid "You receive this email as owner of the album"
3775
  msgstr "Dostáváte tento e-mail jako vlastník alba"
3776
 
3777
- #: wppa-functions.php:2174
3778
  #, fuzzy
3779
  msgid "You receive this email because you commented this photo earlier."
3780
  msgstr "Dostáváte tento e-mail, protože jste přidedělen k jeho moderování"
3781
 
3782
- #: wppa-functions.php:2200
3783
  msgid "Comment added"
3784
  msgstr "Komentář byl odeslán"
3785
 
3786
- #: wppa-functions.php:2205
3787
  msgid ""
3788
  "Sorry, you gave a wrong answer.\\n\\nPlease try again to solve the "
3789
  "computation."
3790
  msgstr "Bohužel, špatná odpověď.\\n\\nZkuste to znuvu."
3791
 
3792
- #: wppa-functions.php:2215
3793
  msgid "Could not process comment.\\nProbably timed out."
3794
  msgstr ""
3795
  "Nelze zpravovat komentář.\\nPravděpodobně vypršel časový limit zpracování."
3796
 
3797
- #: wppa-functions.php:2298
3798
  #, fuzzy, php-format
3799
  msgid "1 Comment"
3800
  msgid_plural "%s Comments"
3801
  msgstr[0] "1 komentář"
3802
  msgstr[1] "1 komentář"
3803
 
3804
- #: wppa-functions.php:2334 wppa-links.php:1405
3805
  msgid "A video can not be printed or downloaded"
3806
  msgstr ""
3807
 
3808
- #: wppa-functions.php:2769
3809
  #, fuzzy
3810
  msgid "ERROR: Illegal attempt to enter a rating."
3811
  msgstr "<b>Chyba: Neplatný pokus o zadání hodnocení.</b>"
3812
 
3813
- #: wppa-functions.php:2782
3814
  #, fuzzy
3815
  msgid "ERROR: Illegal attempt to enter a comment."
3816
  msgstr "<b>Chyba: Neplatný pokus o zapsání komentáře.</b>"
3817
 
3818
- #: wppa-functions.php:3856
3819
  #, fuzzy
3820
  msgid "ERROR: Illegal attempt to create an album."
3821
  msgstr "<b>Chyba: Neplatný pokus o zadání hodnocení.</b>"
3822
 
3823
- #: wppa-functions.php:3860
3824
  #, fuzzy
3825
  msgid "Wrong captcha, please try again"
3826
  msgstr "Vyberte prosím album a opakujte akci"
3827
 
3828
- #: wppa-functions.php:3873
3829
  #, fuzzy, php-format
3830
  msgid "Album #%s created"
3831
  msgstr "Uživatel %s nahrál fotku %s do alba %s"
3832
 
3833
- #: wppa-functions.php:3878
3834
  #, fuzzy
3835
  msgid "Could not create album"
3836
  msgstr "Nelze vložit do databáze."
3837
 
3838
- #: wppa-functions.php:3889
3839
  #, fuzzy
3840
  msgid "ERROR: Illegal attempt to upload a file."
3841
  msgstr "<b>Chyba: Neplatný pokus o nahrání souboru.</b>"
3842
 
3843
- #: wppa-functions.php:3929
3844
  #, fuzzy
3845
  msgid "Photo upload"
3846
  msgstr "Fotky nahrány "
3847
 
3848
- #: wppa-functions.php:3930
3849
  #, fuzzy, php-format
3850
  msgid "Photo successfully uploaded."
3851
  msgid_plural "%s photos successfully uploaded."
3852
  msgstr[0] "Fotka úspěšně nahrána."
3853
  msgstr[1] "Fotka úspěšně nahrána."
3854
 
3855
- #: wppa-functions.php:3931
3856
  #, php-format
3857
  msgid "%s points added."
3858
  msgstr "Body (%s) byly přidány."
3859
 
3860
- #: wppa-functions.php:3935
3861
  msgid "Upload failed"
3862
  msgstr "Nahrávání selhalo"
3863
 
3864
- #: wppa-functions.php:3938
3865
  #, fuzzy, php-format
3866
  msgid "1 Upload failed"
3867
  msgid_plural "%s uploads failed."
3868
  msgstr[0] "Nahrávání selhalo"
3869
  msgstr[1] "Nahrávání selhalo"
3870
 
3871
- #: wppa-functions.php:3975
3872
  msgid "Error during upload"
3873
  msgstr "Chyba počas upload"
3874
 
3875
- #: wppa-functions.php:3980
3876
  msgid "Uploaded file is not an image"
3877
  msgstr "Nahraný súbor nie je obraz"
3878
 
3879
- #: wppa-functions.php:3984
3880
  #, php-format
3881
  msgid ""
3882
  "Only gif, jpg and png image files are supported. Returned filetype = %d."
3883
  msgstr "Podporovány poute formáty gif, jpg a png. Zjištěný typ = % d."
3884
 
3885
- #: wppa-functions.php:3990
3886
  #, fuzzy, php-format
3887
  msgid "Uploaded file is larger than the allowed maximum of %d x %d pixels."
3888
  msgstr "Max. velikost fotek: %d %d (%2.1f megapixelů)"
3889
 
3890
- #: wppa-functions.php:3996
3891
  #, fuzzy, php-format
3892
  msgid "Uploaded file %s already exists in this album."
3893
  msgstr "Uživatel %s nahrál fotku %s do alba %s"
3894
 
3895
- #: wppa-functions.php:4004
3896
  #, php-format
3897
  msgid "The image is too big. Max photo size: %d x %d (%2.1f MegaPixel)"
3898
  msgstr "Obrázek je příliš velký. Max. velikost fotky: %d %d (%2.1f megapixelu)"
3899
 
3900
- #: wppa-functions.php:4027
3901
  msgid "Could not insert photo into db."
3902
  msgstr "Nelze vložit do databáze."
3903
 
3904
- #: wppa-functions.php:4099 wppa-upload.php:1423
3905
  #, php-format
3906
  msgid "New photo uploaded: %s"
3907
  msgstr "Nová fotka nahrána: %s"
3908
 
3909
- #: wppa-functions.php:4100 wppa-upload.php:1424
3910
  #, fuzzy, php-format
3911
  msgid "User %1$s uploaded photo %2$s into album %3$s"
3912
  msgstr "Uživatel %s nahrál fotku %s do alba %s"
3913
 
3914
- #: wppa-functions.php:4102 wppa-upload.php:1426
3915
  msgid "This upload requires moderation"
3916
  msgstr "Toto nahrání vyžaduje úpravu"
3917
 
3918
- #: wppa-functions.php:4106 wppa-upload.php:1430
3919
  msgid "Details:"
3920
  msgstr "Detaily:"
3921
 
3922
- #: wppa-functions.php:4107 wppa-upload.php:1431 wppa-utils.php:776
3923
- #: wppa-utils.php:788
3924
  msgid "Manage photo"
3925
  msgstr "Spravovat fotky"
3926
 
3927
- #: wppa-functions.php:4249
3928
  msgid "You can upload after"
3929
  msgstr "Můžete nahrát po"
3930
 
3931
- #: wppa-functions.php:4279 wppa-functions.php:4290 wppa-links.php:1034
3932
  #: wppa-non-admin.php:644
3933
  msgid "Download"
3934
  msgstr "Stáhnout"
3935
 
3936
- #: wppa-functions.php:4283 wppa-functions.php:4294
3937
  #, fuzzy
3938
  msgid "Download:"
3939
  msgstr "Stáhnout"
3940
 
3941
- #: wppa-functions.php:4317
3942
  msgid "Zoom in"
3943
  msgstr "Přiblížit"
3944
 
@@ -4419,7 +4424,7 @@ msgstr ""
4419
  msgid "Bronze"
4420
  msgstr ""
4421
 
4422
- #: wppa-items.php:274 wppa-items.php:428 wppa-settings-autosave.php:3228
4423
  msgid "none"
4424
  msgstr "žádný/á"
4425
 
@@ -4525,12 +4530,12 @@ msgstr "Opravdu chcete odebrat tento komentář?"
4525
  msgid "Scheduled for %s"
4526
  msgstr ""
4527
 
4528
- #: wppa-links.php:975 wppa-links.php:978 wppa-slideshow.php:698
4529
  msgid "Previous"
4530
  msgstr "Predcházející"
4531
 
4532
  #: wppa-links.php:985 wppa-links.php:988 wppa-non-admin.php:590
4533
- #: wppa-slideshow.php:701
4534
  msgid "Next"
4535
  msgstr "Další"
4536
 
@@ -4616,7 +4621,7 @@ msgstr ""
4616
  msgid "Keys: f = next mode; escape = exit; d = dismiss this notice."
4617
  msgstr ""
4618
 
4619
- #: wppa-non-admin.php:581 wppa-settings-autosave.php:3373
4620
  #: wppa-slideshow.php:232
4621
  msgid "Start"
4622
  msgstr "Spustit"
@@ -4649,13 +4654,13 @@ msgstr "Další fotku"
4649
  msgid "Prev."
4650
  msgstr "Předchozí"
4651
 
4652
- #: wppa-non-admin.php:591 wppa-slideshow.php:540 wppa-slideshow.php:544
4653
- #: wppa-slideshow.php:590
4654
  msgid "Average&nbsp;rating"
4655
  msgstr "Průměrné hodnocení"
4656
 
4657
- #: wppa-non-admin.php:592 wppa-slideshow.php:565 wppa-slideshow.php:570
4658
- #: wppa-slideshow.php:575
4659
  msgid "My&nbsp;rating"
4660
  msgstr "Moje&nbsp;hodnocení"
4661
 
@@ -4935,8 +4940,8 @@ msgstr "Odkaz na"
4935
  msgid "Same tab"
4936
  msgstr ""
4937
 
4938
- #: wppa-photo-admin-autosave.php:414 wppa-settings-autosave.php:4463
4939
- #: wppa-settings-autosave.php:5462
4940
  #, fuzzy
4941
  msgid "New tab"
4942
  msgstr "Album:"
@@ -4965,7 +4970,7 @@ msgstr "Vaše jméno:"
4965
  msgid "Update file"
4966
  msgstr "Album:"
4967
 
4968
- #: wppa-photo-admin-autosave.php:477 wppa-settings-autosave.php:2975
4969
  msgid "Upload"
4970
  msgstr "Nahrát fotku"
4971
 
@@ -5035,7 +5040,7 @@ msgstr "Stránka s náhledy"
5035
  msgid "Remake thumbnail file"
5036
  msgstr "Stránka s náhledy"
5037
 
5038
- #: wppa-photo-admin-autosave.php:632 wppa-settings-autosave.php:6178
5039
  msgid "Remake"
5040
  msgstr ""
5041
 
@@ -5256,7 +5261,7 @@ msgid ""
5256
  msgstr ""
5257
 
5258
  #: wppa-photo-admin-autosave.php:1293 wppa-photo-admin-autosave.php:1412
5259
- #: wppa-settings-autosave.php:7473
5260
  #, fuzzy
5261
  msgid "Preview"
5262
  msgstr "Predcházející"
@@ -5285,11 +5290,11 @@ msgstr ""
5285
  msgid "Id: "
5286
  msgstr ""
5287
 
5288
- #: wppa-photo-admin-autosave.php:1605 wppa-settings-autosave.php:457
5289
  msgid "Video"
5290
  msgstr ""
5291
 
5292
- #: wppa-photo-admin-autosave.php:1606 wppa-settings-autosave.php:438
5293
  msgid "Audio"
5294
  msgstr ""
5295
 
@@ -5372,122 +5377,122 @@ msgstr ""
5372
  msgid "Enable subsearch"
5373
  msgstr ""
5374
 
5375
- #: wppa-settings-autosave.php:92
5376
  msgid "Saved settings restored"
5377
  msgstr ""
5378
 
5379
- #: wppa-settings-autosave.php:95
5380
  msgid "Unable to restore saved settings"
5381
  msgstr ""
5382
 
5383
- #: wppa-settings-autosave.php:101
5384
  msgid "Reset to default settings"
5385
  msgstr ""
5386
 
5387
- #: wppa-settings-autosave.php:104
5388
  msgid "Unable to set defaults"
5389
  msgstr ""
5390
 
5391
- #: wppa-settings-autosave.php:109
5392
  #, php-format
5393
  msgid "Skinfile %s loaded"
5394
  msgstr ""
5395
 
5396
- #: wppa-settings-autosave.php:120 wppa-settings-autosave.php:142
5397
- #: wppa-settings-autosave.php:163
5398
  #, fuzzy, php-format
5399
  msgid "Upload error %s"
5400
  msgstr "Nahrát fotky"
5401
 
5402
- #: wppa-settings-autosave.php:125
5403
  #, fuzzy, php-format
5404
  msgid "Uploaded file %s is not a .png file"
5405
  msgstr "Nahraný súbor nie je obraz"
5406
 
5407
- #: wppa-settings-autosave.php:129 wppa-settings-autosave.php:150
5408
- #: wppa-settings-autosave.php:186
5409
  #, fuzzy, php-format
5410
  msgid "Upload of %s done"
5411
  msgstr "Nahrát fotku"
5412
 
5413
- #: wppa-settings-autosave.php:134 wppa-settings-autosave.php:155
5414
- #: wppa-settings-autosave.php:191
5415
  msgid "No file selected or error on upload"
5416
  msgstr ""
5417
 
5418
- #: wppa-settings-autosave.php:146
5419
  #, fuzzy, php-format
5420
  msgid "Uploaded file %s is not a .ttf file"
5421
  msgstr "Nahraný súbor nie je obraz"
5422
 
5423
- #: wppa-settings-autosave.php:168
5424
  #, fuzzy, php-format
5425
  msgid "Uploaded file %s is not a valid image file"
5426
  msgstr "Nahraný súbor nie je obraz"
5427
 
5428
- #: wppa-settings-autosave.php:270 wppa-settings-autosave.php:311
5429
  msgid "Ready uploading to Cloudinary"
5430
  msgstr ""
5431
 
5432
- #: wppa-settings-autosave.php:291
5433
  #, php-format
5434
  msgid "Unexpected error: Photo %s does not exist!"
5435
  msgstr ""
5436
 
5437
- #: wppa-settings-autosave.php:327
5438
  #, php-format
5439
  msgid ""
5440
  "%s invalid ratings removed. Please run Table VIII-A5: Rerate to fix the "
5441
  "averages."
5442
  msgstr ""
5443
 
5444
- #: wppa-settings-autosave.php:337
5445
  #, php-format
5446
  msgid "%s obsolete settings removed."
5447
  msgstr ""
5448
 
5449
- #: wppa-settings-autosave.php:345
5450
  #, fuzzy
5451
  msgid "WP Photo Album Plus Settings"
5452
  msgstr "Fotoalba"
5453
 
5454
- #: wppa-settings-autosave.php:346
5455
  msgid "Database revision:"
5456
  msgstr ""
5457
 
5458
- #: wppa-settings-autosave.php:346
5459
  msgid "WP Charset:"
5460
  msgstr ""
5461
 
5462
- #: wppa-settings-autosave.php:349
5463
  msgid "Multisite in singlesite mode."
5464
  msgstr ""
5465
 
5466
- #: wppa-settings-autosave.php:352
5467
  msgid "Multisite enabled."
5468
  msgstr ""
5469
 
5470
- #: wppa-settings-autosave.php:354
5471
  msgid "Blogid ="
5472
  msgstr ""
5473
 
5474
- #: wppa-settings-autosave.php:371
5475
  msgid "Please de-activate plugin <i style=\"font-size:14px;\">"
5476
  msgstr ""
5477
 
5478
- #: wppa-settings-autosave.php:371
5479
  msgid ". </i>This plugin will cause wppa+ to function not properly."
5480
  msgstr ""
5481
 
5482
- #: wppa-settings-autosave.php:381
5483
  msgid "Please note that plugin <i style=\"font-size:14px;\">"
5484
  msgstr ""
5485
 
5486
- #: wppa-settings-autosave.php:381
5487
  msgid "</i> can cause wppa+ to function not properly if it is misconfigured."
5488
  msgstr ""
5489
 
5490
- #: wppa-settings-autosave.php:386 wppa-upload.php:93
5491
  msgid ""
5492
  "There is a serious misconfiguration in your servers PHP config. Function "
5493
  "imagecreatefromjpeg() does not exist. You will encounter problems when "
@@ -5495,591 +5500,591 @@ msgid ""
5495
  "hosting provider to add GD support with a minimal version 1.8."
5496
  msgstr ""
5497
 
5498
- #: wppa-settings-autosave.php:391
5499
  msgid "Rebuilding the Album index needs completion. See Table VIII"
5500
  msgstr ""
5501
 
5502
- #: wppa-settings-autosave.php:392
5503
  msgid "Rebuilding the Photo index needs completion. See Table VIII"
5504
  msgstr ""
5505
 
5506
- #: wppa-settings-autosave.php:394
5507
  msgid "Remove empty albums needs completion. See Table VIII"
5508
  msgstr ""
5509
 
5510
- #: wppa-settings-autosave.php:395
5511
  msgid "Applying new photo description needs completion. See Table VIII"
5512
  msgstr ""
5513
 
5514
- #: wppa-settings-autosave.php:396
5515
  msgid "Appending to photo description needs completion. See Table VIII"
5516
  msgstr ""
5517
 
5518
- #: wppa-settings-autosave.php:397
5519
  msgid "Removing from photo description needs completion. See Table VIII"
5520
  msgstr ""
5521
 
5522
- #: wppa-settings-autosave.php:398
5523
  msgid "Removing file extensions needs completion. See Table VIII"
5524
  msgstr ""
5525
 
5526
- #: wppa-settings-autosave.php:399
5527
  msgid "Regenerating the Thumbnails needs completion. See Table VIII"
5528
  msgstr ""
5529
 
5530
- #: wppa-settings-autosave.php:400
5531
  msgid "Rerating needs completion. See Table VIII"
5532
  msgstr ""
5533
 
5534
- #: wppa-settings-autosave.php:408
5535
  msgid ""
5536
  "A thumbframe width or height should not be smaller than a thumbnail size. "
5537
  "Please correct the corresponding setting(s) in Table I-C"
5538
  msgstr ""
5539
 
5540
- #: wppa-settings-autosave.php:413
5541
  msgid "Show legenda"
5542
  msgstr ""
5543
 
5544
- #: wppa-settings-autosave.php:415
5545
  msgid "Legenda:"
5546
  msgstr ""
5547
 
5548
- #: wppa-settings-autosave.php:416 wppa-settings-autosave.php:418
5549
- #: wppa-settings-autosave.php:1918 wppa-settings-autosave.php:5184
5550
  msgid "Button"
5551
  msgstr ""
5552
 
5553
- #: wppa-settings-autosave.php:416
5554
  msgid "action that causes page reload."
5555
  msgstr ""
5556
 
5557
- #: wppa-settings-autosave.php:418 wppa-settings-autosave.php:8826
5558
- #: wppa-settings-autosave.php:8845
5559
  msgid "Are you sure?"
5560
  msgstr ""
5561
 
5562
- #: wppa-settings-autosave.php:419
5563
  msgid "action that does not cause page reload."
5564
  msgstr ""
5565
 
5566
- #: wppa-settings-autosave.php:421 wppa-settings-autosave.php:7362
5567
- #: wppa-settings-autosave.php:7364 wppa-settings-autosave.php:8528
5568
- #: wppa-settings-autosave.php:8544 wppa-settings-autosave.php:8572
5569
- #: wppa-settings-autosave.php:8596 wppa-settings-autosave.php:8626
5570
- #: wppa-settings-autosave.php:8653 wppa-settings-autosave.php:8679
5571
- #: wppa-settings-autosave.php:8695 wppa-settings-autosave.php:8748
5572
- #: wppa-settings-autosave.php:8778
5573
  msgid "Setting unmodified"
5574
  msgstr ""
5575
 
5576
- #: wppa-settings-autosave.php:423
5577
  msgid "Update in progress"
5578
  msgstr ""
5579
 
5580
- #: wppa-settings-autosave.php:425
5581
  #, fuzzy
5582
  msgid "Setting updated"
5583
  msgstr "Nastavení"
5584
 
5585
- #: wppa-settings-autosave.php:427
5586
  #, fuzzy
5587
  msgid "Update failed"
5588
  msgstr "Nahrávání selhalo"
5589
 
5590
- #: wppa-settings-autosave.php:429
5591
  msgid "Hide this"
5592
  msgstr ""
5593
 
5594
- #: wppa-settings-autosave.php:435
5595
  msgid "System"
5596
  msgstr ""
5597
 
5598
- #: wppa-settings-autosave.php:436
5599
  msgid "Access"
5600
  msgstr ""
5601
 
5602
- #: wppa-settings-autosave.php:440
5603
  msgid "Counts"
5604
  msgstr ""
5605
 
5606
- #: wppa-settings-autosave.php:441
5607
  msgid "Covers"
5608
  msgstr ""
5609
 
5610
- #: wppa-settings-autosave.php:442
5611
  msgid "Layout"
5612
  msgstr ""
5613
 
5614
- #: wppa-settings-autosave.php:443 wppa-settings-autosave.php:4413
5615
  msgid "Lightbox"
5616
  msgstr ""
5617
 
5618
- #: wppa-settings-autosave.php:444
5619
  #, fuzzy
5620
  msgid "Links"
5621
  msgstr "Odkaz na"
5622
 
5623
- #: wppa-settings-autosave.php:445
5624
  msgid "Metadata"
5625
  msgstr ""
5626
 
5627
- #: wppa-settings-autosave.php:446
5628
  msgid "Navigation"
5629
  msgstr ""
5630
 
5631
- #: wppa-settings-autosave.php:447 wppa-settings-autosave.php:1505
5632
- #: wppa-settings-autosave.php:7709
5633
  #, fuzzy
5634
  msgid "Page"
5635
  msgstr "Strana:"
5636
 
5637
- #: wppa-settings-autosave.php:448 wppa-settings-autosave.php:7505
5638
- #: wppa-settings-autosave.php:7550
5639
  #, fuzzy
5640
  msgid "Rating"
5641
  msgstr "Hlasování: %s"
5642
 
5643
- #: wppa-settings-autosave.php:450
5644
  msgid "Sizes"
5645
  msgstr ""
5646
 
5647
- #: wppa-settings-autosave.php:451
5648
  #, fuzzy
5649
  msgid "Slideshows"
5650
  msgstr "Slideshow"
5651
 
5652
- #: wppa-settings-autosave.php:452
5653
  msgid "Social Media"
5654
  msgstr ""
5655
 
5656
- #: wppa-settings-autosave.php:454
5657
  #, fuzzy
5658
  msgid "Uploads"
5659
  msgstr "Nahrát fotku"
5660
 
5661
- #: wppa-settings-autosave.php:455
5662
  msgid "Widgets"
5663
  msgstr ""
5664
 
5665
- #: wppa-settings-autosave.php:456 wppa-settings-autosave.php:7343
5666
  msgid "Watermark"
5667
  msgstr ""
5668
 
5669
- #: wppa-settings-autosave.php:464
5670
  msgid "Click on the banner of a (sub)table to open/close it, or"
5671
  msgstr ""
5672
 
5673
- #: wppa-settings-autosave.php:466
5674
  msgid "Show settings related to:"
5675
  msgstr ""
5676
 
5677
- #: wppa-settings-autosave.php:472
5678
  msgid "and ( optionally ) to:"
5679
  msgstr ""
5680
 
5681
- #: wppa-settings-autosave.php:486
5682
  msgid "Quick setup"
5683
  msgstr ""
5684
 
5685
- #: wppa-settings-autosave.php:488
5686
  msgid "Do a quick initial setup"
5687
  msgstr ""
5688
 
5689
- #: wppa-settings-autosave.php:489
5690
  msgid "Close quick setup"
5691
  msgstr ""
5692
 
5693
- #: wppa-settings-autosave.php:496
5694
  msgid "Table O:"
5695
  msgstr ""
5696
 
5697
- #: wppa-settings-autosave.php:496
5698
  msgid "Quick Setup:"
5699
  msgstr ""
5700
 
5701
- #: wppa-settings-autosave.php:497
5702
  msgid "This table enables you to quickly do an inital setup."
5703
  msgstr ""
5704
 
5705
- #: wppa-settings-autosave.php:507 wppa-settings-autosave.php:660
5706
- #: wppa-settings-autosave.php:682 wppa-settings-autosave.php:1382
5707
- #: wppa-settings-autosave.php:1403 wppa-settings-autosave.php:2755
5708
- #: wppa-settings-autosave.php:3098 wppa-settings-autosave.php:4240
5709
- #: wppa-settings-autosave.php:5966 wppa-settings-autosave.php:6592
5710
- #: wppa-settings-autosave.php:8119
5711
  #, fuzzy
5712
  msgid "Setting"
5713
  msgstr "Nastavení"
5714
 
5715
- #: wppa-settings-autosave.php:508 wppa-settings-autosave.php:661
5716
- #: wppa-settings-autosave.php:683 wppa-settings-autosave.php:1383
5717
- #: wppa-settings-autosave.php:1404 wppa-settings-autosave.php:2756
5718
- #: wppa-settings-autosave.php:2780 wppa-settings-autosave.php:3078
5719
- #: wppa-settings-autosave.php:3099 wppa-settings-autosave.php:4241
5720
- #: wppa-settings-autosave.php:4265 wppa-settings-autosave.php:4441
5721
- #: wppa-settings-autosave.php:4465 wppa-settings-autosave.php:5464
5722
- #: wppa-settings-autosave.php:5968 wppa-settings-autosave.php:5992
5723
- #: wppa-settings-autosave.php:6572 wppa-settings-autosave.php:6593
5724
- #: wppa-settings-autosave.php:8120 wppa-settings-autosave.php:8142
5725
- #: wppa-settings-autosave.php:8182 wppa-settings-autosave.php:8204
5726
- #: wppa-settings-autosave.php:8250
5727
  msgid "Help"
5728
  msgstr ""
5729
 
5730
- #: wppa-settings-autosave.php:519
5731
  msgid ""
5732
  "To quickly setup WPPA+ please answer the following questions. You can alway "
5733
  "change any setting later. <span style=\"color:#700\">Click on me!</span>"
5734
  msgstr ""
5735
 
5736
- #: wppa-settings-autosave.php:521
5737
  msgid "Is your theme <i>responsive</i>?"
5738
  msgstr ""
5739
 
5740
- #: wppa-settings-autosave.php:522
5741
  msgid ""
5742
  "Responsive themes have a layout that varies with the size of the browser "
5743
  "window."
5744
  msgstr ""
5745
 
5746
- #: wppa-settings-autosave.php:523
5747
  msgid ""
5748
  "WPPA+ needs to know this to automaticly adept the width of the display to "
5749
  "the available width on the page."
5750
  msgstr ""
5751
 
5752
- #: wppa-settings-autosave.php:530
5753
  msgid "Do you want to downsize photos during upload?"
5754
  msgstr ""
5755
 
5756
- #: wppa-settings-autosave.php:531
5757
  msgid ""
5758
  "Downsizing photos make them load faster to the visitor, without loosing "
5759
  "display quality"
5760
  msgstr ""
5761
 
5762
- #: wppa-settings-autosave.php:532
5763
  msgid ""
5764
  "If you answer yes, the photos will be downsized to max 1024 x 768 pixels. "
5765
  "You can change this later, if you like"
5766
  msgstr ""
5767
 
5768
- #: wppa-settings-autosave.php:539
5769
  #, fuzzy
5770
  msgid "Do you want to save the original photofiles?"
5771
  msgstr "Opravdu chcete smazat tuto fotku?"
5772
 
5773
- #: wppa-settings-autosave.php:540
5774
  msgid "This will require considerable disk space on the server."
5775
  msgstr ""
5776
 
5777
- #: wppa-settings-autosave.php:541
5778
  msgid ""
5779
  "If you answer yes, you will be able to remove watermarks you applied with "
5780
  "wppa+ in a later stage, redo downsizing to a larger size afterwards, and "
5781
  "supply fullsize images for download."
5782
  msgstr ""
5783
 
5784
- #: wppa-settings-autosave.php:548
5785
  #, fuzzy
5786
  msgid "May visitors upload photos?"
5787
  msgstr "Nedávno nahrané fotografie"
5788
 
5789
- #: wppa-settings-autosave.php:549
5790
  msgid ""
5791
  "It is safe to do so, but i will have to do some settings to keep it safe!"
5792
  msgstr ""
5793
 
5794
- #: wppa-settings-autosave.php:550
5795
  msgid ""
5796
  "If you answer yes, i will assume you want to enable logged in users to "
5797
  "upload photos at the front-end of the website and allow them to edit their "
5798
  "photos name and descriptions."
5799
  msgstr ""
5800
 
5801
- #: wppa-settings-autosave.php:551
5802
  msgid ""
5803
  "The photos will be hold for moderation, the admin will get notified by email."
5804
  msgstr ""
5805
 
5806
- #: wppa-settings-autosave.php:552
5807
  msgid ""
5808
  "Each user will get his own album to upload to. These settings can be changed "
5809
  "later."
5810
  msgstr ""
5811
 
5812
- #: wppa-settings-autosave.php:559
5813
  msgid "Do you want the rating system active?"
5814
  msgstr ""
5815
 
5816
- #: wppa-settings-autosave.php:560
5817
  msgid "Enable the rating system and show the votes in the slideshow."
5818
  msgstr ""
5819
 
5820
- #: wppa-settings-autosave.php:561
5821
  msgid "You can configure the details of the rating system later"
5822
  msgstr ""
5823
 
5824
- #: wppa-settings-autosave.php:568
5825
  msgid "Do you want the comment system active?"
5826
  msgstr ""
5827
 
5828
- #: wppa-settings-autosave.php:569
5829
  msgid "Enable the comment system and show the comments in the slideshow."
5830
  msgstr ""
5831
 
5832
- #: wppa-settings-autosave.php:570
5833
  msgid "You can configure the details of the comment system later"
5834
  msgstr ""
5835
 
5836
- #: wppa-settings-autosave.php:577
5837
  msgid "Do you want the social media share buttons displayed?"
5838
  msgstr ""
5839
 
5840
- #: wppa-settings-autosave.php:578
5841
  msgid "Display the social media buttons in the slideshow"
5842
  msgstr ""
5843
 
5844
- #: wppa-settings-autosave.php:579
5845
  msgid ""
5846
  "These buttons share the specific photo rather than the page where it is "
5847
  "displayed on"
5848
  msgstr ""
5849
 
5850
- #: wppa-settings-autosave.php:586
5851
  msgid "Are you going to use IPTC data?"
5852
  msgstr ""
5853
 
5854
- #: wppa-settings-autosave.php:587
5855
  msgid ""
5856
  "IPTC data is information you may have added in a photo manipulation program."
5857
  msgstr ""
5858
 
5859
- #: wppa-settings-autosave.php:588 wppa-settings-autosave.php:597
5860
  msgid ""
5861
  "The information can be displayed in slideshows and in photo descriptions."
5862
  msgstr ""
5863
 
5864
- #: wppa-settings-autosave.php:595
5865
  msgid "Are you going to use EXIF data?"
5866
  msgstr ""
5867
 
5868
- #: wppa-settings-autosave.php:596
5869
  msgid ""
5870
  "EXIF data is information from the camera like model no, focal distance and "
5871
  "aperture used."
5872
  msgstr ""
5873
 
5874
- #: wppa-settings-autosave.php:604
5875
  msgid "Are you going to use GPX data?"
5876
  msgstr ""
5877
 
5878
- #: wppa-settings-autosave.php:605
5879
  msgid ""
5880
  "Some cameras and mobile devices save the geographic location where the photo "
5881
  "is taken."
5882
  msgstr ""
5883
 
5884
- #: wppa-settings-autosave.php:606
5885
  msgid "A Google map can be displayed in slideshows."
5886
  msgstr ""
5887
 
5888
- #: wppa-settings-autosave.php:613
5889
  msgid "Are you going to use Fotomoto?"
5890
  msgstr ""
5891
 
5892
- #: wppa-settings-autosave.php:614
5893
  msgid ""
5894
  "<a href=\"http://www.fotomoto.com/\" target=\"_blank\" >Fotomoto</a> is an "
5895
  "on-line print service."
5896
  msgstr ""
5897
 
5898
- #: wppa-settings-autosave.php:615
5899
  msgid "If you answer Yes, you will have to open an account on Fotomoto."
5900
  msgstr ""
5901
 
5902
- #: wppa-settings-autosave.php:622
5903
  msgid "Are you going to add videofiles?"
5904
  msgstr ""
5905
 
5906
- #: wppa-settings-autosave.php:623
5907
  msgid "You can mix videos and photos in any album."
5908
  msgstr ""
5909
 
5910
- #: wppa-settings-autosave.php:624 wppa-settings-autosave.php:633
5911
  msgid "You can configure the details later"
5912
  msgstr ""
5913
 
5914
- #: wppa-settings-autosave.php:631
5915
  msgid "Are you going to add audiofiles?"
5916
  msgstr ""
5917
 
5918
- #: wppa-settings-autosave.php:632
5919
  msgid "You can add audio to photos in any album."
5920
  msgstr ""
5921
 
5922
- #: wppa-settings-autosave.php:640
5923
  msgid "Done?"
5924
  msgstr ""
5925
 
5926
- #: wppa-settings-autosave.php:641
5927
  msgid "If you are ready answering these questions, select <b>yes</b>"
5928
  msgstr ""
5929
 
5930
- #: wppa-settings-autosave.php:642
5931
  msgid ""
5932
  "You can change any setting later, and be more specific and add a lot of "
5933
  "settings. For now it is enough, go create albums and upload photos!"
5934
  msgstr ""
5935
 
5936
- #: wppa-settings-autosave.php:646
5937
  msgid ""
5938
  "Thank you!. The most important settings are done now. You can refine your "
5939
  "settings, the behaviour and appearance of WPPA+ in the Tables below."
5940
  msgstr ""
5941
 
5942
- #: wppa-settings-autosave.php:671
5943
  msgid "Table I:"
5944
  msgstr ""
5945
 
5946
- #: wppa-settings-autosave.php:671
5947
  msgid "Sizes:"
5948
  msgstr ""
5949
 
5950
- #: wppa-settings-autosave.php:672
5951
  msgid ""
5952
  "This table describes all the sizes and size options (except fontsizes) for "
5953
  "the generation and display of the WPPA+ elements."
5954
  msgstr ""
5955
 
5956
- #: wppa-settings-autosave.php:690
5957
  msgid "WPPA+ global system related size settings"
5958
  msgstr ""
5959
 
5960
- #: wppa-settings-autosave.php:692
5961
  msgid "Column Width"
5962
  msgstr ""
5963
 
5964
- #: wppa-settings-autosave.php:693
5965
  msgid "The width of the main column in your theme's display area."
5966
  msgstr ""
5967
 
5968
- #: wppa-settings-autosave.php:694
5969
  msgid "Enter the width of the main column in your theme's display area."
5970
  msgstr ""
5971
 
5972
- #: wppa-settings-autosave.php:695
5973
  msgid ""
5974
  "You should set this value correctly to make sure the fullsize images are "
5975
  "properly aligned horizontally."
5976
  msgstr ""
5977
 
5978
- #: wppa-settings-autosave.php:696
5979
  msgid ""
5980
  "You may enter 'auto' for use in themes that have a floating content column."
5981
  msgstr ""
5982
 
5983
- #: wppa-settings-autosave.php:697
5984
  msgid "The use of 'auto' is required for responsive themes."
5985
  msgstr ""
5986
 
5987
- #: wppa-settings-autosave.php:700 wppa-settings-autosave.php:709
5988
- #: wppa-settings-autosave.php:821 wppa-settings-autosave.php:964
5989
- #: wppa-settings-autosave.php:975
5990
  msgid "pixels wide"
5991
  msgstr ""
5992
 
5993
- #: wppa-settings-autosave.php:705
5994
  msgid "Initial Width"
5995
  msgstr ""
5996
 
5997
- #: wppa-settings-autosave.php:706
5998
  msgid "The most often displayed colun width in responsive theme"
5999
  msgstr ""
6000
 
6001
- #: wppa-settings-autosave.php:707
6002
  msgid ""
6003
  "Change this value only if your responsive theme shows initially a wrong "
6004
  "column width."
6005
  msgstr ""
6006
 
6007
- #: wppa-settings-autosave.php:714
6008
  msgid "Resize on Upload"
6009
  msgstr ""
6010
 
6011
- #: wppa-settings-autosave.php:715
6012
  msgid "Indicate if the photos should be resized during upload."
6013
  msgstr ""
6014
 
6015
- #: wppa-settings-autosave.php:716
6016
  msgid ""
6017
  "If you check this item, the size of the photos will be reduced to the "
6018
  "dimension specified in the next item during the upload/import process."
6019
  msgstr ""
6020
 
6021
- #: wppa-settings-autosave.php:717
6022
  msgid "The photos will never be stretched during upload if they are smaller."
6023
  msgstr ""
6024
 
6025
- #: wppa-settings-autosave.php:725
6026
  msgid "Resize to"
6027
  msgstr ""
6028
 
6029
- #: wppa-settings-autosave.php:726
6030
  msgid "Resize photos to fit within a given area."
6031
  msgstr ""
6032
 
6033
- #: wppa-settings-autosave.php:727
6034
  msgid "Specify the screensize for the unscaled photos."
6035
  msgstr ""
6036
 
6037
- #: wppa-settings-autosave.php:728
6038
  msgid ""
6039
  "The use of a non-default value is particularly usefull when you make use of "
6040
  "lightbox functionality."
6041
  msgstr ""
6042
 
6043
- #: wppa-settings-autosave.php:730 wppa-settings-autosave.php:752
6044
- #: wppa-settings-autosave.php:763 wppa-settings-autosave.php:772
6045
- #: wppa-settings-autosave.php:853 wppa-settings-autosave.php:876
6046
- #: wppa-settings-autosave.php:883 wppa-settings-autosave.php:904
6047
- #: wppa-settings-autosave.php:914 wppa-settings-autosave.php:1008
6048
- #: wppa-settings-autosave.php:1042 wppa-settings-autosave.php:1062
6049
- #: wppa-settings-autosave.php:1071 wppa-settings-autosave.php:1082
6050
- #: wppa-settings-autosave.php:1094 wppa-settings-autosave.php:1104
6051
- #: wppa-settings-autosave.php:1114 wppa-settings-autosave.php:1167
6052
- #: wppa-settings-autosave.php:1176 wppa-settings-autosave.php:1187
6053
- #: wppa-settings-autosave.php:1207 wppa-settings-autosave.php:1227
6054
- #: wppa-settings-autosave.php:1247 wppa-settings-autosave.php:1267
6055
- #: wppa-settings-autosave.php:1287 wppa-settings-autosave.php:1307
6056
- #: wppa-settings-autosave.php:1316 wppa-settings-autosave.php:1325
6057
- #: wppa-settings-autosave.php:1360 wppa-settings-autosave.php:1369
6058
- #: wppa-settings-autosave.php:2699 wppa-settings-autosave.php:4286
6059
- #: wppa-settings-autosave.php:4303 wppa-settings-autosave.php:4320
6060
- #: wppa-settings-autosave.php:4337 wppa-settings-autosave.php:4354
6061
- #: wppa-settings-autosave.php:4371 wppa-settings-autosave.php:4388
6062
- #: wppa-settings-autosave.php:4405 wppa-settings-autosave.php:4422
6063
- #: wppa-settings-autosave.php:5681 wppa-settings-autosave.php:7839
6064
- #: wppa-settings-autosave.php:8046 wppa-settings-autosave.php:8088
6065
- #: wppa-settings-autosave.php:8106
6066
  msgid "pixels"
6067
  msgstr ""
6068
 
6069
- #: wppa-settings-autosave.php:731
6070
  msgid "Fit within rectangle as set in Table I-B1,2"
6071
  msgstr ""
6072
 
6073
- #: wppa-settings-autosave.php:738
6074
  #, fuzzy
6075
  msgid "Photocount threshold"
6076
  msgstr "Foto dne"
6077
 
6078
- #: wppa-settings-autosave.php:739
6079
  msgid "Number of photos in an album must exceed."
6080
  msgstr ""
6081
 
6082
- #: wppa-settings-autosave.php:740
6083
  msgid ""
6084
  "Photos do not show up in the album unless there are more than this number of "
6085
  "photos in the album. This allows you to have cover photos on an album that "
@@ -6087,127 +6092,127 @@ msgid ""
6087
  "Usually set to 0 (always show) or 1 (for one cover photo)."
6088
  msgstr ""
6089
 
6090
- #: wppa-settings-autosave.php:747
6091
  msgid "Border thickness"
6092
  msgstr ""
6093
 
6094
- #: wppa-settings-autosave.php:748
6095
  msgid "Thickness of wppa+ box borders."
6096
  msgstr ""
6097
 
6098
- #: wppa-settings-autosave.php:749
6099
  msgid ""
6100
  "Enter the thickness for the border of the WPPA+ boxes. A number of 0 means: "
6101
  "no border."
6102
  msgstr ""
6103
 
6104
- #: wppa-settings-autosave.php:750 wppa-settings-autosave.php:760
6105
  msgid "WPPA+ boxes are: the navigation bars and the filmstrip."
6106
  msgstr ""
6107
 
6108
- #: wppa-settings-autosave.php:758
6109
  msgid "Radius of wppa+ box borders."
6110
  msgstr ""
6111
 
6112
- #: wppa-settings-autosave.php:759
6113
  msgid ""
6114
  "Enter the corner radius for the border of the WPPA+ boxes. A number of 0 "
6115
  "means: no rounded corners."
6116
  msgstr ""
6117
 
6118
- #: wppa-settings-autosave.php:761
6119
  msgid "Note that rounded corners are only supported by modern browsers."
6120
  msgstr ""
6121
 
6122
- #: wppa-settings-autosave.php:769
6123
  msgid "Distance between wppa+ boxes."
6124
  msgstr ""
6125
 
6126
- #: wppa-settings-autosave.php:777
6127
  #, fuzzy
6128
  msgid "Related count"
6129
  msgstr "Podobné fotky"
6130
 
6131
- #: wppa-settings-autosave.php:778
6132
  msgid "The default maximum number of related photos to find."
6133
  msgstr ""
6134
 
6135
- #: wppa-settings-autosave.php:779
6136
  msgid ""
6137
  "When using shortcodes like [wppa type=\"album\" album=\"#related,desc,23\"][/"
6138
  "wppa], the maximum number is 23. Omitting the number gives the maximum of "
6139
  "this setting."
6140
  msgstr ""
6141
 
6142
- #: wppa-settings-autosave.php:787
6143
  msgid "The maximum number of pagelinks to be displayed."
6144
  msgstr ""
6145
 
6146
- #: wppa-settings-autosave.php:790
6147
  msgid "pages"
6148
  msgstr ""
6149
 
6150
- #: wppa-settings-autosave.php:795
6151
  msgid "Max file name length"
6152
  msgstr ""
6153
 
6154
- #: wppa-settings-autosave.php:796
6155
  msgid "The max length of a photo file name excluding the extension."
6156
  msgstr ""
6157
 
6158
- #: wppa-settings-autosave.php:797 wppa-settings-autosave.php:806
6159
  msgid "A setting of 0 means: unlimited."
6160
  msgstr ""
6161
 
6162
- #: wppa-settings-autosave.php:799 wppa-settings-autosave.php:808
6163
  msgid "chars"
6164
  msgstr ""
6165
 
6166
- #: wppa-settings-autosave.php:804
6167
  msgid "Max photo name length"
6168
  msgstr ""
6169
 
6170
- #: wppa-settings-autosave.php:805
6171
  msgid "The max length of a photo name."
6172
  msgstr ""
6173
 
6174
- #: wppa-settings-autosave.php:813
6175
  msgid "Slideshow related size settings"
6176
  msgstr ""
6177
 
6178
- #: wppa-settings-autosave.php:815
6179
  msgid "Maximum Width"
6180
  msgstr ""
6181
 
6182
- #: wppa-settings-autosave.php:816
6183
  msgid "The maximum width photos will be displayed in slideshows."
6184
  msgstr ""
6185
 
6186
- #: wppa-settings-autosave.php:817 wppa-settings-autosave.php:828
6187
  msgid ""
6188
  "Enter the largest size in pixels as how you want your photos to be displayed."
6189
  msgstr ""
6190
 
6191
- #: wppa-settings-autosave.php:818
6192
  msgid ""
6193
  "This is usually the same as the Column Width (Table I-A1), but it may differ."
6194
  msgstr ""
6195
 
6196
- #: wppa-settings-autosave.php:826
6197
  msgid "Maximum Height"
6198
  msgstr ""
6199
 
6200
- #: wppa-settings-autosave.php:827
6201
  msgid "The maximum height photos will be displayed in slideshows."
6202
  msgstr ""
6203
 
6204
- #: wppa-settings-autosave.php:829
6205
  msgid ""
6206
  "This setting defines the height of the space reserved for photos in "
6207
  "slideshows."
6208
  msgstr ""
6209
 
6210
- #: wppa-settings-autosave.php:830
6211
  #, php-format
6212
  msgid ""
6213
  "If you change the width of a display by the %%size= command, this value "
@@ -6215,1260 +6220,1260 @@ msgid ""
6215
  "previous setting."
6216
  msgstr ""
6217
 
6218
- #: wppa-settings-autosave.php:832 wppa-settings-autosave.php:986
6219
- #: wppa-settings-autosave.php:997
6220
  #, fuzzy
6221
  msgid "pixels high"
6222
  msgstr "velmi vysoká"
6223
 
6224
- #: wppa-settings-autosave.php:837
6225
  msgid "Stretch to fit"
6226
  msgstr ""
6227
 
6228
- #: wppa-settings-autosave.php:838
6229
  msgid "Stretch photos that are too small."
6230
  msgstr ""
6231
 
6232
- #: wppa-settings-autosave.php:839
6233
  msgid ""
6234
  "Images will be stretched to the Maximum Size at display time if they are "
6235
  "smaller. Leaving unchecked is recommended. It is better to upload photos "
6236
  "that fit well the sizes you use!"
6237
  msgstr ""
6238
 
6239
- #: wppa-settings-autosave.php:846
6240
  #, fuzzy
6241
  msgid "Slideshow borderwidth"
6242
  msgstr "Slideshow"
6243
 
6244
- #: wppa-settings-autosave.php:847
6245
  msgid "The width of the border around slideshow images."
6246
  msgstr ""
6247
 
6248
- #: wppa-settings-autosave.php:848
6249
  msgid ""
6250
  "The border is made by the image background being larger than the image "
6251
  "itsself (padding)."
6252
  msgstr ""
6253
 
6254
- #: wppa-settings-autosave.php:849
6255
  msgid ""
6256
  "Additionally there may be a one pixel outline of a different color. See "
6257
  "Table III-A2."
6258
  msgstr ""
6259
 
6260
- #: wppa-settings-autosave.php:850
6261
  msgid "The number you enter here is exclusive the one pixel outline."
6262
  msgstr ""
6263
 
6264
- #: wppa-settings-autosave.php:851
6265
  msgid "If you leave this entry empty, there will be no outline either."
6266
  msgstr ""
6267
 
6268
- #: wppa-settings-autosave.php:858
6269
  msgid "Numbar Max"
6270
  msgstr ""
6271
 
6272
- #: wppa-settings-autosave.php:859
6273
  msgid "Maximum numbers to display."
6274
  msgstr ""
6275
 
6276
- #: wppa-settings-autosave.php:860
6277
  msgid ""
6278
  "In order to attemt to fit on one line, the numbers will be replaced by dots "
6279
  "- except the current - when there are more than this number of photos in a "
6280
  "slideshow."
6281
  msgstr ""
6282
 
6283
- #: wppa-settings-autosave.php:862
6284
  msgid "numbers"
6285
  msgstr ""
6286
 
6287
- #: wppa-settings-autosave.php:867
6288
  #, fuzzy
6289
  msgid "Share button size"
6290
  msgstr "Sdílet %s na Pinterest"
6291
 
6292
- #: wppa-settings-autosave.php:868
6293
  msgid "The size of the social media icons in the Share box"
6294
  msgstr ""
6295
 
6296
- #: wppa-settings-autosave.php:878
6297
  msgid "Mini Treshold"
6298
  msgstr ""
6299
 
6300
- #: wppa-settings-autosave.php:879
6301
  msgid "Show mini text at slideshow smaller then."
6302
  msgstr ""
6303
 
6304
- #: wppa-settings-autosave.php:880
6305
  msgid ""
6306
  "Display Next and Prev. as opposed to Next photo and Previous photo when the "
6307
  "cotainer is smaller than this size."
6308
  msgstr ""
6309
 
6310
- #: wppa-settings-autosave.php:881
6311
  msgid "Special use in responsive themes."
6312
  msgstr ""
6313
 
6314
- #: wppa-settings-autosave.php:889
6315
  msgid "The maximum number of slides in a certain view. 0 means no pagination"
6316
  msgstr ""
6317
 
6318
- #: wppa-settings-autosave.php:892
6319
  #, fuzzy
6320
  msgid "slides"
6321
  msgstr "Slideshow"
6322
 
6323
- #: wppa-settings-autosave.php:897
6324
  msgid "Thumbnail photos related size settings"
6325
  msgstr ""
6326
 
6327
- #: wppa-settings-autosave.php:899
6328
  #, fuzzy
6329
  msgid "Thumbnail Size"
6330
  msgstr "Stránka s náhledy"
6331
 
6332
- #: wppa-settings-autosave.php:900
6333
  #, fuzzy
6334
  msgid "The size of the thumbnail images."
6335
  msgstr "Prohlédnout náhledy"
6336
 
6337
- #: wppa-settings-autosave.php:901 wppa-settings-autosave.php:911
6338
- #: wppa-settings-autosave.php:1101 wppa-settings-autosave.php:1111
6339
  msgid "This size applies to the width or height, whichever is the largest."
6340
  msgstr ""
6341
 
6342
- #: wppa-settings-autosave.php:902 wppa-settings-autosave.php:912
6343
  msgid ""
6344
  "Changing the thumbnail size may result in all thumbnails being regenerated. "
6345
  "this may take a while."
6346
  msgstr ""
6347
 
6348
- #: wppa-settings-autosave.php:909
6349
  #, fuzzy
6350
  msgid "Thumbnail Size Alt"
6351
  msgstr "Stránka s náhledy"
6352
 
6353
- #: wppa-settings-autosave.php:910
6354
  msgid "The alternative size of the thumbnail images."
6355
  msgstr ""
6356
 
6357
- #: wppa-settings-autosave.php:919
6358
  #, fuzzy
6359
  msgid "Thumbnail Aspect"
6360
  msgstr "Označkované fotografie"
6361
 
6362
- #: wppa-settings-autosave.php:920
6363
  msgid "Aspect ration of thumbnail image"
6364
  msgstr ""
6365
 
6366
- #: wppa-settings-autosave.php:924
6367
  #, fuzzy
6368
  msgid "--- same as fullsize ---"
6369
  msgstr "--- vše ---"
6370
 
6371
- #: wppa-settings-autosave.php:925
6372
  #, fuzzy
6373
  msgid "--- square clipped ---"
6374
  msgstr "--- smazáno ---"
6375
 
6376
- #: wppa-settings-autosave.php:926
6377
  msgid "4:5 landscape clipped"
6378
  msgstr ""
6379
 
6380
- #: wppa-settings-autosave.php:927
6381
  msgid "3:4 landscape clipped"
6382
  msgstr ""
6383
 
6384
- #: wppa-settings-autosave.php:928
6385
  msgid "2:3 landscape clipped"
6386
  msgstr ""
6387
 
6388
- #: wppa-settings-autosave.php:929
6389
  msgid "9:16 landscape clipped"
6390
  msgstr ""
6391
 
6392
- #: wppa-settings-autosave.php:930
6393
  msgid "1:2 landscape clipped"
6394
  msgstr ""
6395
 
6396
- #: wppa-settings-autosave.php:931
6397
  #, fuzzy
6398
  msgid "--- square padded ---"
6399
  msgstr "--- samostatné ---"
6400
 
6401
- #: wppa-settings-autosave.php:932
6402
  msgid "4:5 landscape padded"
6403
  msgstr ""
6404
 
6405
- #: wppa-settings-autosave.php:933
6406
  msgid "3:4 landscape padded"
6407
  msgstr ""
6408
 
6409
- #: wppa-settings-autosave.php:934
6410
  msgid "2:3 landscape padded"
6411
  msgstr ""
6412
 
6413
- #: wppa-settings-autosave.php:935
6414
  msgid "9:16 landscape padded"
6415
  msgstr ""
6416
 
6417
- #: wppa-settings-autosave.php:936
6418
  msgid "1:2 landscape padded"
6419
  msgstr ""
6420
 
6421
- #: wppa-settings-autosave.php:958
6422
  msgid "Thumbframe width"
6423
  msgstr ""
6424
 
6425
- #: wppa-settings-autosave.php:959
6426
  #, fuzzy
6427
  msgid "The width of the thumbnail frame."
6428
  msgstr "Prohlédnout náhledy"
6429
 
6430
- #: wppa-settings-autosave.php:960 wppa-settings-autosave.php:971
6431
  msgid "Set the width of the thumbnail frame."
6432
  msgstr ""
6433
 
6434
- #: wppa-settings-autosave.php:961 wppa-settings-autosave.php:972
6435
- #: wppa-settings-autosave.php:983 wppa-settings-autosave.php:994
6436
- #: wppa-settings-autosave.php:1005
6437
  msgid "Set width, height and spacing for the thumbnail frames."
6438
  msgstr ""
6439
 
6440
- #: wppa-settings-autosave.php:962 wppa-settings-autosave.php:973
6441
- #: wppa-settings-autosave.php:984 wppa-settings-autosave.php:995
6442
- #: wppa-settings-autosave.php:1006
6443
  msgid ""
6444
  "These sizes should be large enough for a thumbnail image and - optionally - "
6445
  "the text under it."
6446
  msgstr ""
6447
 
6448
- #: wppa-settings-autosave.php:969
6449
  msgid "Thumbframe width Alt"
6450
  msgstr ""
6451
 
6452
- #: wppa-settings-autosave.php:970
6453
  msgid "The width of the alternative thumbnail frame."
6454
  msgstr ""
6455
 
6456
- #: wppa-settings-autosave.php:980
6457
  msgid "Thumbframe height"
6458
  msgstr ""
6459
 
6460
- #: wppa-settings-autosave.php:981
6461
  msgid "The height of the thumbnail frame."
6462
  msgstr ""
6463
 
6464
- #: wppa-settings-autosave.php:982 wppa-settings-autosave.php:993
6465
  msgid "Set the height of the thumbnail frame."
6466
  msgstr ""
6467
 
6468
- #: wppa-settings-autosave.php:991
6469
  msgid "Thumbframe height Alt"
6470
  msgstr ""
6471
 
6472
- #: wppa-settings-autosave.php:992
6473
  msgid "The height of the alternative thumbnail frame."
6474
  msgstr ""
6475
 
6476
- #: wppa-settings-autosave.php:1002
6477
  #, fuzzy
6478
  msgid "Thumbnail spacing"
6479
  msgstr "Označkované fotografie"
6480
 
6481
- #: wppa-settings-autosave.php:1003
6482
  msgid "The spacing between adjacent thumbnail frames."
6483
  msgstr ""
6484
 
6485
- #: wppa-settings-autosave.php:1004
6486
  msgid "Set the minimal spacing between the adjacent thumbnail frames"
6487
  msgstr ""
6488
 
6489
- #: wppa-settings-autosave.php:1013
6490
  msgid "Auto spacing"
6491
  msgstr ""
6492
 
6493
- #: wppa-settings-autosave.php:1014
6494
  msgid "Space the thumbnail frames automatic."
6495
  msgstr ""
6496
 
6497
- #: wppa-settings-autosave.php:1015
6498
  msgid ""
6499
  "If you check this box, the thumbnail images will be evenly distributed over "
6500
  "the available width."
6501
  msgstr ""
6502
 
6503
- #: wppa-settings-autosave.php:1016
6504
  msgid ""
6505
  "In this case, the thumbnail spacing value (setting I-9) will be regarded as "
6506
  "a minimum value."
6507
  msgstr ""
6508
 
6509
- #: wppa-settings-autosave.php:1023 wppa-settings-autosave.php:1130
6510
  msgid "Page size"
6511
  msgstr ""
6512
 
6513
- #: wppa-settings-autosave.php:1024
6514
  msgid "Max number of thumbnails per page."
6515
  msgstr ""
6516
 
6517
- #: wppa-settings-autosave.php:1025
6518
  msgid ""
6519
  "Enter the maximum number of thumbnail images per page. A value of 0 "
6520
  "indicates no pagination."
6521
  msgstr ""
6522
 
6523
- #: wppa-settings-autosave.php:1027 wppa-settings-autosave.php:5255
6524
- #: wppa-settings-autosave.php:5286 wppa-settings-autosave.php:5381
6525
  #, fuzzy
6526
  msgid "thumbnails"
6527
  msgstr "Označkované fotografie"
6528
 
6529
- #: wppa-settings-autosave.php:1033
6530
  msgid "The size of the thumbnail popup images."
6531
  msgstr ""
6532
 
6533
- #: wppa-settings-autosave.php:1034
6534
  msgid ""
6535
  "Enter the size of the popup images. This size should be larger than the "
6536
  "thumbnail size."
6537
  msgstr ""
6538
 
6539
- #: wppa-settings-autosave.php:1035
6540
  msgid "This size should also be at least the cover image size."
6541
  msgstr ""
6542
 
6543
- #: wppa-settings-autosave.php:1036
6544
  msgid ""
6545
  "Changing the popup size may result in all thumbnails being regenerated. this "
6546
  "may take a while."
6547
  msgstr ""
6548
 
6549
- #: wppa-settings-autosave.php:1037
6550
  msgid ""
6551
  "Although this setting has only visual effect if \"Thumb popup\" (Table IV-"
6552
  "C8) is checked,"
6553
  msgstr ""
6554
 
6555
- #: wppa-settings-autosave.php:1038
6556
  msgid ""
6557
  "the value must be right as it is the physical size of the thumbnail and "
6558
  "coverphoto images."
6559
  msgstr ""
6560
 
6561
- #: wppa-settings-autosave.php:1045
6562
  msgid "Use thumbs if fit"
6563
  msgstr ""
6564
 
6565
- #: wppa-settings-autosave.php:1046
6566
  msgid "Use the thumbnail image files if they are large enough."
6567
  msgstr ""
6568
 
6569
- #: wppa-settings-autosave.php:1047
6570
  msgid "This setting speeds up page loading for small photos."
6571
  msgstr ""
6572
 
6573
- #: wppa-settings-autosave.php:1048
6574
  msgid ""
6575
  "Do NOT use this when your thumbnails have a forced aspect ratio (when Table "
6576
  "I-C2 is set to anything different from --- same as fullsize ---)"
6577
  msgstr ""
6578
 
6579
- #: wppa-settings-autosave.php:1055
6580
  msgid "Album cover related size settings"
6581
  msgstr ""
6582
 
6583
- #: wppa-settings-autosave.php:1058
6584
  msgid "Maximum width for a album cover display."
6585
  msgstr ""
6586
 
6587
- #: wppa-settings-autosave.php:1059
6588
  msgid ""
6589
  "Display covers in 2 or more columns if the display area is wider than the "
6590
  "given width."
6591
  msgstr ""
6592
 
6593
- #: wppa-settings-autosave.php:1060
6594
  msgid ""
6595
  "This also applies for 'thumbnails as covers', and will NOT apply to single "
6596
  "items."
6597
  msgstr ""
6598
 
6599
- #: wppa-settings-autosave.php:1067
6600
  msgid "Min Cover height"
6601
  msgstr ""
6602
 
6603
- #: wppa-settings-autosave.php:1068
6604
  msgid "Minimal height of an album cover."
6605
  msgstr ""
6606
 
6607
- #: wppa-settings-autosave.php:1069
6608
  msgid ""
6609
  "If you use this setting to make the albums the same height and you are not "
6610
  "satisfied about the lay-out, try increasing the value in the next setting"
6611
  msgstr ""
6612
 
6613
- #: wppa-settings-autosave.php:1076
6614
  msgid "Min Text frame height"
6615
  msgstr ""
6616
 
6617
- #: wppa-settings-autosave.php:1077
6618
  msgid "The minimal cover text frame height incl header."
6619
  msgstr ""
6620
 
6621
- #: wppa-settings-autosave.php:1078
6622
  msgid ""
6623
  "The height starting with the album title up to and including the view- and "
6624
  "the slideshow- links."
6625
  msgstr ""
6626
 
6627
- #: wppa-settings-autosave.php:1079
6628
  msgid ""
6629
  "This setting enables you to give the album covers the same height while the "
6630
  "title does not need to fit on one line."
6631
  msgstr ""
6632
 
6633
- #: wppa-settings-autosave.php:1080
6634
  msgid "This is the recommended setting to line-up your covers!"
6635
  msgstr ""
6636
 
6637
- #: wppa-settings-autosave.php:1087
6638
  msgid "Min Description height"
6639
  msgstr ""
6640
 
6641
- #: wppa-settings-autosave.php:1088
6642
  msgid "The minimal height of the album description text frame."
6643
  msgstr ""
6644
 
6645
- #: wppa-settings-autosave.php:1089
6646
  msgid "The minimal height of the description field in an album cover display."
6647
  msgstr ""
6648
 
6649
- #: wppa-settings-autosave.php:1090
6650
  msgid ""
6651
  "This setting enables you to give the album covers the same height provided "
6652
  "that the cover images are equally sized and the titles fit on one line."
6653
  msgstr ""
6654
 
6655
- #: wppa-settings-autosave.php:1091
6656
  msgid ""
6657
  "To force the coverphotos have equal heights, tick the box in Table I-D7."
6658
  msgstr ""
6659
 
6660
- #: wppa-settings-autosave.php:1092
6661
  msgid ""
6662
  "You may need this setting if changing the previous setting is not sufficient "
6663
  "to line-up the covers."
6664
  msgstr ""
6665
 
6666
- #: wppa-settings-autosave.php:1099
6667
  msgid "Coverphoto size"
6668
  msgstr ""
6669
 
6670
- #: wppa-settings-autosave.php:1100
6671
  #, fuzzy
6672
  msgid "The size of the coverphoto."
6673
  msgstr "Zobrazit úvodní fotku"
6674
 
6675
- #: wppa-settings-autosave.php:1102 wppa-settings-autosave.php:1112
6676
  msgid ""
6677
  "Changing the coverphoto size may result in all thumbnails being regenerated. "
6678
  "this may take a while."
6679
  msgstr ""
6680
 
6681
- #: wppa-settings-autosave.php:1109
6682
  msgid "Coverphoto size multi"
6683
  msgstr ""
6684
 
6685
- #: wppa-settings-autosave.php:1110
6686
  msgid "The size of coverphotos if more than one."
6687
  msgstr ""
6688
 
6689
- #: wppa-settings-autosave.php:1119
6690
  msgid "Size is height"
6691
  msgstr ""
6692
 
6693
- #: wppa-settings-autosave.php:1120
6694
  msgid "The size of the coverphoto is the height of it."
6695
  msgstr ""
6696
 
6697
- #: wppa-settings-autosave.php:1121
6698
  msgid ""
6699
  "If set: the previous setting is the height, if unset: the largest of width "
6700
  "and height."
6701
  msgstr ""
6702
 
6703
- #: wppa-settings-autosave.php:1122
6704
  msgid ""
6705
  "This setting applies for coverphoto position top or bottom only (Table IV-"
6706
  "D3)."
6707
  msgstr ""
6708
 
6709
- #: wppa-settings-autosave.php:1123
6710
  msgid "This makes it easyer to make the covers of equal height."
6711
  msgstr ""
6712
 
6713
- #: wppa-settings-autosave.php:1131
6714
  msgid "Max number of covers per page."
6715
  msgstr ""
6716
 
6717
- #: wppa-settings-autosave.php:1132
6718
  msgid ""
6719
  "Enter the maximum number of album covers per page. A value of 0 indicates no "
6720
  "pagination."
6721
  msgstr ""
6722
 
6723
- #: wppa-settings-autosave.php:1134
6724
  msgid "covers"
6725
  msgstr ""
6726
 
6727
- #: wppa-settings-autosave.php:1139
6728
  msgid "Rating and comment related size settings"
6729
  msgstr ""
6730
 
6731
- #: wppa-settings-autosave.php:1141
6732
  #, fuzzy
6733
  msgid "Rating size"
6734
  msgstr "Hlasování: %s"
6735
 
6736
- #: wppa-settings-autosave.php:1142
6737
  msgid "Select the number of voting stars."
6738
  msgstr ""
6739
 
6740
- #: wppa-settings-autosave.php:1145
6741
  msgid "Standard: 5 stars"
6742
  msgstr ""
6743
 
6744
- #: wppa-settings-autosave.php:1145
6745
  msgid "Extended: 10 stars"
6746
  msgstr ""
6747
 
6748
- #: wppa-settings-autosave.php:1145
6749
  msgid "One button vote"
6750
  msgstr ""
6751
 
6752
- #: wppa-settings-autosave.php:1152
6753
  msgid "Display precision"
6754
  msgstr ""
6755
 
6756
- #: wppa-settings-autosave.php:1153
6757
  msgid "Select the desired rating display precision."
6758
  msgstr ""
6759
 
6760
- #: wppa-settings-autosave.php:1156
6761
  msgid "decimal places"
6762
  msgstr ""
6763
 
6764
- #: wppa-settings-autosave.php:1164
6765
  msgid "Size of Avatar images."
6766
  msgstr ""
6767
 
6768
- #: wppa-settings-autosave.php:1165
6769
  msgid "The size of the square avatar; must be > 0 and < 256"
6770
  msgstr ""
6771
 
6772
- #: wppa-settings-autosave.php:1172
6773
  #, fuzzy
6774
  msgid "Rating space"
6775
  msgstr "Hlasování: %s"
6776
 
6777
- #: wppa-settings-autosave.php:1173
6778
  msgid "Space between avg and my rating stars"
6779
  msgstr ""
6780
 
6781
- #: wppa-settings-autosave.php:1181
6782
  msgid "Widget related size settings"
6783
  msgstr ""
6784
 
6785
- #: wppa-settings-autosave.php:1183
6786
  msgid "Widget width"
6787
  msgstr ""
6788
 
6789
- #: wppa-settings-autosave.php:1184
6790
  msgid "The useable width within widgets."
6791
  msgstr ""
6792
 
6793
- #: wppa-settings-autosave.php:1185
6794
  msgid ""
6795
  "Widget width for photo of the day, general purpose (default), slideshow "
6796
  "(default) and upload widgets."
6797
  msgstr ""
6798
 
6799
- #: wppa-settings-autosave.php:1192
6800
  #, fuzzy
6801
  msgid "TopTen count"
6802
  msgstr "Nejlépe hodnocené fotografie"
6803
 
6804
- #: wppa-settings-autosave.php:1193
6805
  msgid "Number of photos in TopTen widget."
6806
  msgstr ""
6807
 
6808
- #: wppa-settings-autosave.php:1194
6809
  msgid "Enter the maximum number of rated photos in the TopTen widget."
6810
  msgstr ""
6811
 
6812
- #: wppa-settings-autosave.php:1201
6813
  #, fuzzy
6814
  msgid "TopTen size"
6815
  msgstr "Nejlépe hodnocené fotografie"
6816
 
6817
- #: wppa-settings-autosave.php:1202
6818
  msgid "Size of thumbnails in TopTen widget."
6819
  msgstr ""
6820
 
6821
- #: wppa-settings-autosave.php:1203
6822
  msgid "Enter the size for the mini photos in the TopTen widget."
6823
  msgstr ""
6824
 
6825
- #: wppa-settings-autosave.php:1204 wppa-settings-autosave.php:1224
6826
- #: wppa-settings-autosave.php:1244 wppa-settings-autosave.php:1264
6827
- #: wppa-settings-autosave.php:1284 wppa-settings-autosave.php:1304
6828
  msgid "The size applies to the width or height, whatever is the largest."
6829
  msgstr ""
6830
 
6831
- #: wppa-settings-autosave.php:1205 wppa-settings-autosave.php:1225
6832
- #: wppa-settings-autosave.php:1245 wppa-settings-autosave.php:1265
6833
- #: wppa-settings-autosave.php:1285 wppa-settings-autosave.php:1305
6834
  msgid ""
6835
  "Recommended values: 86 for a two column and 56 for a three column display."
6836
  msgstr ""
6837
 
6838
- #: wppa-settings-autosave.php:1212
6839
  #, fuzzy
6840
  msgid "Comment count"
6841
  msgstr "Komentovat fotky:"
6842
 
6843
- #: wppa-settings-autosave.php:1213
6844
  msgid "Number of entries in Comment widget."
6845
  msgstr ""
6846
 
6847
- #: wppa-settings-autosave.php:1214
6848
  msgid "Enter the maximum number of entries in the Comment widget."
6849
  msgstr ""
6850
 
6851
- #: wppa-settings-autosave.php:1216
6852
  msgid "entries"
6853
  msgstr ""
6854
 
6855
- #: wppa-settings-autosave.php:1221
6856
  #, fuzzy
6857
  msgid "Comment size"
6858
  msgstr "Komentáře"
6859
 
6860
- #: wppa-settings-autosave.php:1222
6861
  msgid "Size of thumbnails in Comment widget."
6862
  msgstr ""
6863
 
6864
- #: wppa-settings-autosave.php:1223
6865
  msgid "Enter the size for the mini photos in the Comment widget."
6866
  msgstr ""
6867
 
6868
- #: wppa-settings-autosave.php:1232
6869
  #, fuzzy
6870
  msgid "Thumbnail count"
6871
  msgstr "Označkované fotografie"
6872
 
6873
- #: wppa-settings-autosave.php:1233
6874
  msgid "Number of photos in Thumbnail widget."
6875
  msgstr ""
6876
 
6877
- #: wppa-settings-autosave.php:1234
6878
  msgid "Enter the maximum number of rated photos in the Thumbnail widget."
6879
  msgstr ""
6880
 
6881
- #: wppa-settings-autosave.php:1241
6882
  #, fuzzy
6883
  msgid "Thumbnail widget size"
6884
  msgstr "Stránka s náhledy"
6885
 
6886
- #: wppa-settings-autosave.php:1242
6887
  msgid "Size of thumbnails in Thumbnail widget."
6888
  msgstr ""
6889
 
6890
- #: wppa-settings-autosave.php:1243
6891
  msgid "Enter the size for the mini photos in the Thumbnail widget."
6892
  msgstr ""
6893
 
6894
- #: wppa-settings-autosave.php:1252
6895
  msgid "LasTen count"
6896
  msgstr ""
6897
 
6898
- #: wppa-settings-autosave.php:1253
6899
  msgid "Number of photos in Last Ten widget."
6900
  msgstr ""
6901
 
6902
- #: wppa-settings-autosave.php:1254
6903
  msgid "Enter the maximum number of photos in the LasTen widget."
6904
  msgstr ""
6905
 
6906
- #: wppa-settings-autosave.php:1261
6907
  msgid "LasTen size"
6908
  msgstr ""
6909
 
6910
- #: wppa-settings-autosave.php:1262
6911
  msgid "Size of thumbnails in Last Ten widget."
6912
  msgstr ""
6913
 
6914
- #: wppa-settings-autosave.php:1263
6915
  msgid "Enter the size for the mini photos in the LasTen widget."
6916
  msgstr ""
6917
 
6918
- #: wppa-settings-autosave.php:1272
6919
  #, fuzzy
6920
  msgid "Album widget count"
6921
  msgstr "Zadat/upravit popis fotky"
6922
 
6923
- #: wppa-settings-autosave.php:1273
6924
  msgid "Number of albums in Album widget."
6925
  msgstr ""
6926
 
6927
- #: wppa-settings-autosave.php:1274
6928
  msgid ""
6929
  "Enter the maximum number of thumbnail photos of albums in the Album widget."
6930
  msgstr ""
6931
 
6932
- #: wppa-settings-autosave.php:1281
6933
  msgid "Album widget size"
6934
  msgstr ""
6935
 
6936
- #: wppa-settings-autosave.php:1282
6937
  msgid "Size of thumbnails in Album widget."
6938
  msgstr ""
6939
 
6940
- #: wppa-settings-autosave.php:1283
6941
  msgid "Enter the size for the mini photos in the Album widget."
6942
  msgstr ""
6943
 
6944
- #: wppa-settings-autosave.php:1292
6945
  msgid "FeaTen count"
6946
  msgstr ""
6947
 
6948
- #: wppa-settings-autosave.php:1293
6949
  msgid "Number of photos in Featured Ten widget."
6950
  msgstr ""
6951
 
6952
- #: wppa-settings-autosave.php:1294
6953
  msgid "Enter the maximum number of photos in the FeaTen widget."
6954
  msgstr ""
6955
 
6956
- #: wppa-settings-autosave.php:1301
6957
  msgid "FeaTen size"
6958
  msgstr ""
6959
 
6960
- #: wppa-settings-autosave.php:1302
6961
  msgid "Size of thumbnails in Featured Ten widget."
6962
  msgstr ""
6963
 
6964
- #: wppa-settings-autosave.php:1303
6965
  msgid "Enter the size for the mini photos in the FeaTen widget."
6966
  msgstr ""
6967
 
6968
- #: wppa-settings-autosave.php:1312
6969
  msgid "Tagcloud min size"
6970
  msgstr ""
6971
 
6972
- #: wppa-settings-autosave.php:1313
6973
  msgid "Minimal fontsize in tagclouds"
6974
  msgstr ""
6975
 
6976
- #: wppa-settings-autosave.php:1321
6977
  msgid "Tagcloud max size"
6978
  msgstr ""
6979
 
6980
- #: wppa-settings-autosave.php:1322
6981
  msgid "Maximal fontsize in tagclouds"
6982
  msgstr ""
6983
 
6984
- #: wppa-settings-autosave.php:1330
6985
  msgid ""
6986
  "Lightbox related size settings. These settings have effect only when Table "
6987
  "IX-J3 is set to wppa"
6988
  msgstr ""
6989
 
6990
- #: wppa-settings-autosave.php:1333
6991
  msgid ""
6992
  "Number of lines on the lightbox description area, exclusive the n/m line."
6993
  msgstr ""
6994
 
6995
- #: wppa-settings-autosave.php:1334
6996
  msgid "Enter a number in the range from 0 to 24 or auto"
6997
  msgstr ""
6998
 
6999
- #: wppa-settings-autosave.php:1336
7000
  msgid "lines"
7001
  msgstr ""
7002
 
7003
- #: wppa-settings-autosave.php:1341
7004
  msgid "Magnifier cursor size"
7005
  msgstr ""
7006
 
7007
- #: wppa-settings-autosave.php:1342
7008
  msgid "Select the size of the magnifier cursor."
7009
  msgstr ""
7010
 
7011
- #: wppa-settings-autosave.php:1345
7012
  msgid "small"
7013
  msgstr ""
7014
 
7015
- #: wppa-settings-autosave.php:1345
7016
  msgid "medium"
7017
  msgstr ""
7018
 
7019
- #: wppa-settings-autosave.php:1345
7020
  msgid "large"
7021
  msgstr ""
7022
 
7023
- #: wppa-settings-autosave.php:1354
7024
  msgid "Video related size settings"
7025
  msgstr ""
7026
 
7027
- #: wppa-settings-autosave.php:1356
7028
  msgid "Default width"
7029
  msgstr ""
7030
 
7031
- #: wppa-settings-autosave.php:1357
7032
  msgid "The width of most videos"
7033
  msgstr ""
7034
 
7035
- #: wppa-settings-autosave.php:1365
7036
  msgid "Default height"
7037
  msgstr ""
7038
 
7039
- #: wppa-settings-autosave.php:1366
7040
  msgid "The height of most videos"
7041
  msgstr ""
7042
 
7043
- #: wppa-settings-autosave.php:1392
7044
  msgid "Table II:"
7045
  msgstr ""
7046
 
7047
- #: wppa-settings-autosave.php:1392
7048
  msgid "Visibility:"
7049
  msgstr ""
7050
 
7051
- #: wppa-settings-autosave.php:1393
7052
  msgid "This table describes the visibility of certain wppa+ elements."
7053
  msgstr ""
7054
 
7055
- #: wppa-settings-autosave.php:1411
7056
  msgid "Breadcrumb related visibility settings"
7057
  msgstr ""
7058
 
7059
- #: wppa-settings-autosave.php:1413
7060
  msgid "Breadcrumb on posts"
7061
  msgstr ""
7062
 
7063
- #: wppa-settings-autosave.php:1414 wppa-settings-autosave.php:1424
7064
  msgid "Show breadcrumb navigation bars."
7065
  msgstr ""
7066
 
7067
- #: wppa-settings-autosave.php:1415 wppa-settings-autosave.php:1425
7068
  msgid "Indicate whether a breadcrumb navigation should be displayed"
7069
  msgstr ""
7070
 
7071
- #: wppa-settings-autosave.php:1423
7072
  msgid "Breadcrumb on pages"
7073
  msgstr ""
7074
 
7075
- #: wppa-settings-autosave.php:1433
7076
  #, fuzzy
7077
  msgid "Breadcrumb on search results"
7078
  msgstr "Výsledek vyhledávání fotek"
7079
 
7080
- #: wppa-settings-autosave.php:1434
7081
  msgid "Show breadcrumb navigation bars on the search results page."
7082
  msgstr ""
7083
 
7084
- #: wppa-settings-autosave.php:1435
7085
  msgid ""
7086
  "Indicate whether a breadcrumb navigation should be displayed above the "
7087
  "search results."
7088
  msgstr ""
7089
 
7090
- #: wppa-settings-autosave.php:1442
7091
  msgid "Breadcrumb on topten displays"
7092
  msgstr ""
7093
 
7094
- #: wppa-settings-autosave.php:1443
7095
  msgid "Show breadcrumb navigation bars on topten displays."
7096
  msgstr ""
7097
 
7098
- #: wppa-settings-autosave.php:1444
7099
  msgid ""
7100
  "Indicate whether a breadcrumb navigation should be displayed above the "
7101
  "topten displays."
7102
  msgstr ""
7103
 
7104
- #: wppa-settings-autosave.php:1451
7105
  msgid "Breadcrumb on last ten displays"
7106
  msgstr ""
7107
 
7108
- #: wppa-settings-autosave.php:1452
7109
  msgid "Show breadcrumb navigation bars on last ten displays."
7110
  msgstr ""
7111
 
7112
- #: wppa-settings-autosave.php:1453
7113
  msgid ""
7114
  "Indicate whether a breadcrumb navigation should be displayed above the last "
7115
  "ten displays."
7116
  msgstr ""
7117
 
7118
- #: wppa-settings-autosave.php:1460
7119
  msgid "Breadcrumb on comment ten displays"
7120
  msgstr ""
7121
 
7122
- #: wppa-settings-autosave.php:1461
7123
  msgid "Show breadcrumb navigation bars on comment ten displays."
7124
  msgstr ""
7125
 
7126
- #: wppa-settings-autosave.php:1462
7127
  msgid ""
7128
  "Indicate whether a breadcrumb navigation should be displayed above the "
7129
  "comment ten displays."
7130
  msgstr ""
7131
 
7132
- #: wppa-settings-autosave.php:1469
7133
  msgid "Breadcrumb on tag result displays"
7134
  msgstr ""
7135
 
7136
- #: wppa-settings-autosave.php:1470
7137
  msgid "Show breadcrumb navigation bars on tag result displays."
7138
  msgstr ""
7139
 
7140
- #: wppa-settings-autosave.php:1471
7141
  msgid ""
7142
  "Indicate whether a breadcrumb navigation should be displayed above the tag "
7143
  "result displays."
7144
  msgstr ""
7145
 
7146
- #: wppa-settings-autosave.php:1478
7147
  msgid "Breadcrumb on featured ten displays"
7148
  msgstr ""
7149
 
7150
- #: wppa-settings-autosave.php:1479
7151
  msgid "Show breadcrumb navigation bars on featured ten displays."
7152
  msgstr ""
7153
 
7154
- #: wppa-settings-autosave.php:1480
7155
  msgid ""
7156
  "Indicate whether a breadcrumb navigation should be displayed above the "
7157
  "featured ten displays."
7158
  msgstr ""
7159
 
7160
- #: wppa-settings-autosave.php:1487
7161
  msgid "Breadcrumb on related photos displays"
7162
  msgstr ""
7163
 
7164
- #: wppa-settings-autosave.php:1488
7165
  msgid "Show breadcrumb navigation bars on related photos displays."
7166
  msgstr ""
7167
 
7168
- #: wppa-settings-autosave.php:1489
7169
  msgid ""
7170
  "Indicate whether a breadcrumb navigation should be displayed above the "
7171
  "related photos displays."
7172
  msgstr ""
7173
 
7174
- #: wppa-settings-autosave.php:1497
7175
  msgid "Show \"Home\" in breadcrumb."
7176
  msgstr ""
7177
 
7178
- #: wppa-settings-autosave.php:1498
7179
  msgid ""
7180
  "Indicate whether the breadcrumb navigation should start with a \"Home\"-link"
7181
  msgstr ""
7182
 
7183
- #: wppa-settings-autosave.php:1506
7184
  msgid "Show the page(s) in breadcrumb."
7185
  msgstr ""
7186
 
7187
- #: wppa-settings-autosave.php:1507
7188
  msgid ""
7189
  "Indicate whether the breadcrumb navigation should show the page(hierarchy)"
7190
  msgstr ""
7191
 
7192
- #: wppa-settings-autosave.php:1514
7193
  msgid "Separator"
7194
  msgstr ""
7195
 
7196
- #: wppa-settings-autosave.php:1515
7197
  msgid "Breadcrumb separator symbol."
7198
  msgstr ""
7199
 
7200
- #: wppa-settings-autosave.php:1516
7201
  msgid "Select the desired breadcrumb separator element."
7202
  msgstr ""
7203
 
7204
- #: wppa-settings-autosave.php:1517
7205
  msgid "A text string may contain valid html."
7206
  msgstr ""
7207
 
7208
- #: wppa-settings-autosave.php:1518
7209
  msgid ""
7210
  "An image will be scaled automatically if you set the navigation font size."
7211
  msgstr ""
7212
 
7213
- #: wppa-settings-autosave.php:1520
7214
  msgid "Text (html):"
7215
  msgstr ""
7216
 
7217
- #: wppa-settings-autosave.php:1520
7218
  msgid "Image (url):"
7219
  msgstr ""
7220
 
7221
- #: wppa-settings-autosave.php:1528
7222
  msgid "Html"
7223
  msgstr ""
7224
 
7225
- #: wppa-settings-autosave.php:1529
7226
  msgid "Breadcrumb separator text."
7227
  msgstr ""
7228
 
7229
- #: wppa-settings-autosave.php:1530
7230
  msgid "Enter the HTML code that produces the separator symbol you want."
7231
  msgstr ""
7232
 
7233
- #: wppa-settings-autosave.php:1531
7234
  msgid ""
7235
  "It may be as simple as '-' (without the quotes) or as complex as a tag like "
7236
  "<div>..</div>."
7237
  msgstr ""
7238
 
7239
- #: wppa-settings-autosave.php:1538
7240
  msgid "Image Url"
7241
  msgstr ""
7242
 
7243
- #: wppa-settings-autosave.php:1539
7244
  msgid "Full url to separator image."
7245
  msgstr ""
7246
 
7247
- #: wppa-settings-autosave.php:1540
7248
  msgid ""
7249
  "Enter the full url to the image you want to use for the separator symbol."
7250
  msgstr ""
7251
 
7252
- #: wppa-settings-autosave.php:1547
7253
  #, fuzzy
7254
  msgid "Pagelink position"
7255
  msgstr "Pozice:"
7256
 
7257
- #: wppa-settings-autosave.php:1548
7258
  msgid "The location for the pagelinks bar."
7259
  msgstr ""
7260
 
7261
- #: wppa-settings-autosave.php:1551 wppa-settings-autosave.php:3708
7262
  msgid "Top"
7263
  msgstr ""
7264
 
7265
- #: wppa-settings-autosave.php:1551 wppa-settings-autosave.php:3708
7266
  msgid "Bottom"
7267
  msgstr ""
7268
 
7269
- #: wppa-settings-autosave.php:1551
7270
  msgid "Both"
7271
  msgstr ""
7272
 
7273
- #: wppa-settings-autosave.php:1558
7274
  msgid "Thumblink on slideshow"
7275
  msgstr ""
7276
 
7277
- #: wppa-settings-autosave.php:1559
7278
  msgid "Show a thumb link on slideshow bc."
7279
  msgstr ""
7280
 
7281
- #: wppa-settings-autosave.php:1560
7282
  msgid "Show a link to thumbnail display on an breadcrumb above a slideshow"
7283
  msgstr ""
7284
 
7285
- #: wppa-settings-autosave.php:1567
7286
  msgid "Slideshow related visibility settings"
7287
  msgstr ""
7288
 
7289
- #: wppa-settings-autosave.php:1569
7290
  #, fuzzy
7291
  msgid "Start/stop"
7292
  msgstr "Spustit"
7293
 
7294
- #: wppa-settings-autosave.php:1570
7295
  #, fuzzy
7296
  msgid "Show the Start/Stop slideshow bar."
7297
  msgstr "Ke spuštění/zastavení prezentace dvakrát klikněte"
7298
 
7299
- #: wppa-settings-autosave.php:1571
7300
  msgid ""
7301
  "If checked: display the start/stop slideshow navigation bar above the full-"
7302
  "size images and slideshow"
7303
  msgstr ""
7304
 
7305
- #: wppa-settings-autosave.php:1578
7306
  #, fuzzy
7307
  msgid "Browse bar"
7308
  msgstr "Prohlédnout fotky"
7309
 
7310
- #: wppa-settings-autosave.php:1579
7311
  #, fuzzy
7312
  msgid "Show Browse photos bar."
7313
  msgstr "Prohlédnout fotky"
7314
 
7315
- #: wppa-settings-autosave.php:1580
7316
  msgid ""
7317
  "If checked: display the preveous/next navigation bar under the full-size "
7318
  "images and slideshow"
7319
  msgstr ""
7320
 
7321
- #: wppa-settings-autosave.php:1587
7322
  msgid "Filmstrip"
7323
  msgstr ""
7324
 
7325
- #: wppa-settings-autosave.php:1588
7326
  msgid "Show Filmstrip navigation bar."
7327
  msgstr ""
7328
 
7329
- #: wppa-settings-autosave.php:1589
7330
  msgid ""
7331
  "If checked: display the filmstrip navigation bar under the full_size images "
7332
  "and slideshow"
7333
  msgstr ""
7334
 
7335
- #: wppa-settings-autosave.php:1596
7336
  msgid "Film seam"
7337
  msgstr ""
7338
 
7339
- #: wppa-settings-autosave.php:1597
7340
  msgid "Show seam between end and start of film."
7341
  msgstr ""
7342
 
7343
- #: wppa-settings-autosave.php:1598
7344
  msgid "If checked: display the wrap-around point in the filmstrip"
7345
  msgstr ""
7346
 
7347
- #: wppa-settings-autosave.php:1605
7348
  #, fuzzy
7349
  msgid "Photo name"
7350
  msgstr "Foto dne"
7351
 
7352
- #: wppa-settings-autosave.php:1606
7353
  #, fuzzy
7354
  msgid "Display photo name."
7355
  msgstr "Zadejte název fotky"
7356
 
7357
- #: wppa-settings-autosave.php:1607
7358
  msgid "If checked: display the name of the photo under the slideshow image."
7359
  msgstr ""
7360
 
7361
- #: wppa-settings-autosave.php:1614 wppa-settings-autosave.php:1981
7362
  msgid "Add (Owner)"
7363
  msgstr ""
7364
 
7365
- #: wppa-settings-autosave.php:1615 wppa-settings-autosave.php:1982
7366
  msgid "Add the uploaders display name in parenthesis to the name."
7367
  msgstr ""
7368
 
7369
- #: wppa-settings-autosave.php:1623
7370
  #, fuzzy
7371
  msgid "Photo desc"
7372
  msgstr "Foto"
7373
 
7374
- #: wppa-settings-autosave.php:1624
7375
  #, fuzzy
7376
  msgid "Display Photo description."
7377
  msgstr "Zadat/upravit popis fotky"
7378
 
7379
- #: wppa-settings-autosave.php:1625
7380
  msgid ""
7381
  "If checked: display the description of the photo under the slideshow image."
7382
  msgstr ""
7383
 
7384
- #: wppa-settings-autosave.php:1632
7385
  msgid "Hide when empty"
7386
  msgstr ""
7387
 
7388
- #: wppa-settings-autosave.php:1633
7389
  msgid "Hide the descriptionbox when empty."
7390
  msgstr ""
7391
 
7392
- #: wppa-settings-autosave.php:1641
7393
  #, fuzzy
7394
  msgid "Rating system"
7395
  msgstr "Hlasování: %s"
7396
 
7397
- #: wppa-settings-autosave.php:1642
7398
  msgid "Enable the rating system."
7399
  msgstr ""
7400
 
7401
- #: wppa-settings-autosave.php:1643
7402
  msgid "If checked, the photo rating system will be enabled."
7403
  msgstr ""
7404
 
7405
- #: wppa-settings-autosave.php:1651
7406
  #, fuzzy
7407
  msgid "Comments system"
7408
  msgstr "Komentáře"
7409
 
7410
- #: wppa-settings-autosave.php:1652
7411
  msgid "Enable the comments system."
7412
  msgstr ""
7413
 
7414
- #: wppa-settings-autosave.php:1653
7415
  msgid ""
7416
  "Display the comments box under the fullsize images and let users enter their "
7417
  "comments on individual photos."
7418
  msgstr ""
7419
 
7420
- #: wppa-settings-autosave.php:1661
7421
  #, fuzzy
7422
  msgid "Comment Avatar default"
7423
  msgstr "Komentář byl odeslán"
7424
 
7425
- #: wppa-settings-autosave.php:1662
7426
  msgid "Show Avatars with the comments if not --- none ---"
7427
  msgstr ""
7428
 
7429
- #: wppa-settings-autosave.php:1667
7430
  msgid "mystery man"
7431
  msgstr ""
7432
 
7433
- #: wppa-settings-autosave.php:1668
7434
  msgid "identicon"
7435
  msgstr ""
7436
 
7437
- #: wppa-settings-autosave.php:1669
7438
  msgid "monsterid"
7439
  msgstr ""
7440
 
7441
- #: wppa-settings-autosave.php:1670
7442
  msgid "wavatar"
7443
  msgstr ""
7444
 
7445
- #: wppa-settings-autosave.php:1671
7446
  msgid "retro"
7447
  msgstr ""
7448
 
7449
- #: wppa-settings-autosave.php:1672
7450
  #, fuzzy
7451
  msgid "--- url ---"
7452
  msgstr "--- vše ---"
7453
 
7454
- #: wppa-settings-autosave.php:1687
7455
  msgid "Comment Avatar url"
7456
  msgstr ""
7457
 
7458
- #: wppa-settings-autosave.php:1688
7459
  msgid "Comment Avatar default url."
7460
  msgstr ""
7461
 
7462
- #: wppa-settings-autosave.php:1696
7463
  #, fuzzy
7464
  msgid "Big Browse Buttons"
7465
  msgstr "Prohlédnout fotky"
7466
 
7467
- #: wppa-settings-autosave.php:1697
7468
  msgid "Enable invisible browsing buttons."
7469
  msgstr ""
7470
 
7471
- #: wppa-settings-autosave.php:1698 wppa-settings-autosave.php:2219
7472
  #, fuzzy
7473
  msgid ""
7474
  "If checked, the fullsize image is covered by two invisible areas that act as "
@@ -7477,7062 +7482,7074 @@ msgstr ""
7477
  "Pro zobrazení fotek v plné velikosti musíte povolit JavaScript ve vašem "
7478
  "prohlížeči."
7479
 
7480
- #: wppa-settings-autosave.php:1699 wppa-settings-autosave.php:2220
7481
- #: wppa-settings-autosave.php:2230
7482
  msgid ""
7483
  "Make sure the Full height (Table I-B2) is properly configured to prevent "
7484
  "these areas to overlap unwanted space."
7485
  msgstr ""
7486
 
7487
- #: wppa-settings-autosave.php:1706
7488
  #, fuzzy
7489
  msgid "Ugly Browse Buttons"
7490
  msgstr "Prohlédnout fotky"
7491
 
7492
- #: wppa-settings-autosave.php:1707
7493
  msgid "Enable the ugly browsing buttons."
7494
  msgstr ""
7495
 
7496
- #: wppa-settings-autosave.php:1708
7497
  msgid "If checked, the fullsize image is covered by two browse buttons."
7498
  msgstr ""
7499
 
7500
- #: wppa-settings-autosave.php:1712 wppa-settings-autosave.php:2261
7501
- #: wppa-settings-autosave.php:2272
7502
  msgid "Black"
7503
  msgstr ""
7504
 
7505
- #: wppa-settings-autosave.php:1712
7506
  msgid "Light gray"
7507
  msgstr ""
7508
 
7509
- #: wppa-settings-autosave.php:1719
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7510
  msgid "Show custom box"
7511
  msgstr ""
7512
 
7513
- #: wppa-settings-autosave.php:1720
7514
  msgid "Display the custom box in the slideshow"
7515
  msgstr ""
7516
 
7517
- #: wppa-settings-autosave.php:1721 wppa-settings-autosave.php:1732
7518
  msgid ""
7519
  "You can fill the custom box with any html you like. It will not be checked, "
7520
  "so it is your own responsability to close tags properly."
7521
  msgstr ""
7522
 
7523
- #: wppa-settings-autosave.php:1722 wppa-settings-autosave.php:1733
7524
  msgid "The position of the box can be defined in Table IX-E."
7525
  msgstr ""
7526
 
7527
- #: wppa-settings-autosave.php:1730
7528
  msgid "Custom content"
7529
  msgstr ""
7530
 
7531
- #: wppa-settings-autosave.php:1731
7532
  msgid "The content (html) of the custom box."
7533
  msgstr ""
7534
 
7535
- #: wppa-settings-autosave.php:1740
7536
  #, fuzzy
7537
  msgid "Slideshow/Number bar"
7538
  msgstr "Slideshow"
7539
 
7540
- #: wppa-settings-autosave.php:1741
7541
  msgid "Display the Slideshow / Number bar."
7542
  msgstr ""
7543
 
7544
- #: wppa-settings-autosave.php:1742
7545
  msgid "If checked: display the number boxes on slideshow"
7546
  msgstr ""
7547
 
7548
- #: wppa-settings-autosave.php:1750
7549
  msgid "IPTC system"
7550
  msgstr ""
7551
 
7552
- #: wppa-settings-autosave.php:1751
7553
  msgid "Enable the iptc system."
7554
  msgstr ""
7555
 
7556
- #: wppa-settings-autosave.php:1752
7557
  msgid "Display the iptc box under the fullsize images."
7558
  msgstr ""
7559
 
7560
- #: wppa-settings-autosave.php:1760
7561
  msgid "IPTC open"
7562
  msgstr ""
7563
 
7564
- #: wppa-settings-autosave.php:1761
7565
  msgid "Display the iptc box initially opened."
7566
  msgstr ""
7567
 
7568
- #: wppa-settings-autosave.php:1762
7569
  msgid "Display the iptc box under the fullsize images initially open."
7570
  msgstr ""
7571
 
7572
- #: wppa-settings-autosave.php:1770
7573
  msgid "EXIF system"
7574
  msgstr ""
7575
 
7576
- #: wppa-settings-autosave.php:1771
7577
  msgid "Enable the exif system."
7578
  msgstr ""
7579
 
7580
- #: wppa-settings-autosave.php:1772
7581
  msgid "Display the exif box under the fullsize images."
7582
  msgstr ""
7583
 
7584
- #: wppa-settings-autosave.php:1780
7585
  msgid "EXIF open"
7586
  msgstr ""
7587
 
7588
- #: wppa-settings-autosave.php:1781
7589
  msgid "Display the exif box initially opened."
7590
  msgstr ""
7591
 
7592
- #: wppa-settings-autosave.php:1782
7593
  msgid "Display the exif box under the fullsize images initially open."
7594
  msgstr ""
7595
 
7596
- #: wppa-settings-autosave.php:1790
7597
  msgid "Social media share box related visibility settings"
7598
  msgstr ""
7599
 
7600
- #: wppa-settings-autosave.php:1792
7601
  msgid "Show Share Box"
7602
  msgstr ""
7603
 
7604
- #: wppa-settings-autosave.php:1793
7605
  msgid "Display the share social media buttons box."
7606
  msgstr ""
7607
 
7608
- #: wppa-settings-autosave.php:1802 wppa-settings-autosave.php:8093
7609
  msgid "Hide when running"
7610
  msgstr ""
7611
 
7612
- #: wppa-settings-autosave.php:1803
7613
  msgid "Hide the SM box when slideshow runs."
7614
  msgstr ""
7615
 
7616
- #: wppa-settings-autosave.php:1811
7617
  msgid "Show Share Box Widget"
7618
  msgstr ""
7619
 
7620
- #: wppa-settings-autosave.php:1812
7621
  msgid "Display the share social media buttons box in widgets."
7622
  msgstr ""
7623
 
7624
- #: wppa-settings-autosave.php:1813
7625
  msgid ""
7626
  "This setting applies to normal slideshows in widgets, not to the "
7627
  "slideshowwidget as that is a slideonly display."
7628
  msgstr ""
7629
 
7630
- #: wppa-settings-autosave.php:1821
7631
  msgid "Show Share Buttons Thumbs"
7632
  msgstr ""
7633
 
7634
- #: wppa-settings-autosave.php:1822
7635
  msgid "Display the share social media buttons under thumbnails."
7636
  msgstr ""
7637
 
7638
- #: wppa-settings-autosave.php:1831
7639
  msgid "Show Share Buttons Lightbox"
7640
  msgstr ""
7641
 
7642
- #: wppa-settings-autosave.php:1832
7643
  msgid "Display the share social media buttons on lightbox displays."
7644
  msgstr ""
7645
 
7646
- #: wppa-settings-autosave.php:1841
7647
  #, fuzzy
7648
  msgid "Show Share Buttons Mphoto"
7649
  msgstr "Koukni na tuto fotku na %s"
7650
 
7651
- #: wppa-settings-autosave.php:1842
7652
  msgid "Display the share social media buttons on mphoto displays."
7653
  msgstr ""
7654
 
7655
- #: wppa-settings-autosave.php:1851
7656
  msgid "Show QR Code"
7657
  msgstr ""
7658
 
7659
- #: wppa-settings-autosave.php:1852
7660
  msgid "Display the QR code in the share box."
7661
  msgstr ""
7662
 
7663
- #: wppa-settings-autosave.php:1860
7664
  #, fuzzy
7665
  msgid "Show Twitter button"
7666
  msgstr "Sdílet %s na Pinterest"
7667
 
7668
- #: wppa-settings-autosave.php:1861
7669
  msgid "Display the Twitter button in the share box."
7670
  msgstr ""
7671
 
7672
- #: wppa-settings-autosave.php:1869
7673
  #, fuzzy
7674
  msgid "Show Google+ button"
7675
  msgstr "Sdílet %s na Google +"
7676
 
7677
- #: wppa-settings-autosave.php:1870
7678
  msgid "Display the Google+ button in the share box."
7679
  msgstr ""
7680
 
7681
- #: wppa-settings-autosave.php:1878
7682
  #, fuzzy
7683
  msgid "Show Pinterest button"
7684
  msgstr "Sdílet %s na Pinterest"
7685
 
7686
- #: wppa-settings-autosave.php:1879
7687
  msgid "Display the Pintrest button in the share box."
7688
  msgstr ""
7689
 
7690
- #: wppa-settings-autosave.php:1887
7691
  msgid "Show LinkedIn button"
7692
  msgstr ""
7693
 
7694
- #: wppa-settings-autosave.php:1888
7695
  msgid "Display the LinkedIn button in the share box."
7696
  msgstr ""
7697
 
7698
- #: wppa-settings-autosave.php:1896
7699
  msgid "Show Facebook share button"
7700
  msgstr ""
7701
 
7702
- #: wppa-settings-autosave.php:1897 wppa-settings-autosave.php:1906
7703
  msgid "Display the Facebook button in the share box."
7704
  msgstr ""
7705
 
7706
- #: wppa-settings-autosave.php:1905
7707
  msgid "Show Facebook like button"
7708
  msgstr ""
7709
 
7710
- #: wppa-settings-autosave.php:1914
7711
  msgid "Display type"
7712
  msgstr ""
7713
 
7714
- #: wppa-settings-autosave.php:1915
7715
  msgid "Select the Facebook button display type."
7716
  msgstr ""
7717
 
7718
- #: wppa-settings-autosave.php:1918
7719
  msgid "Button with counter"
7720
  msgstr ""
7721
 
7722
- #: wppa-settings-autosave.php:1918
7723
  msgid "Box with counter"
7724
  msgstr ""
7725
 
7726
- #: wppa-settings-autosave.php:1925
7727
  msgid "Show Facebook comment box"
7728
  msgstr ""
7729
 
7730
- #: wppa-settings-autosave.php:1926
7731
  msgid "Display the Facebook comment dialog box in the share box."
7732
  msgstr ""
7733
 
7734
- #: wppa-settings-autosave.php:1934
7735
  msgid "Facebook User Id"
7736
  msgstr ""
7737
 
7738
- #: wppa-settings-autosave.php:1935
7739
  msgid "Enter your facebook user id to be able to moderate comments and sends"
7740
  msgstr ""
7741
 
7742
- #: wppa-settings-autosave.php:1943
7743
  msgid "Facebook App Id"
7744
  msgstr ""
7745
 
7746
- #: wppa-settings-autosave.php:1944
7747
  msgid "Enter your facebook app id to be able to moderate comments and sends"
7748
  msgstr ""
7749
 
7750
- #: wppa-settings-autosave.php:1952
7751
  msgid "Facebook js SDK"
7752
  msgstr ""
7753
 
7754
- #: wppa-settings-autosave.php:1953
7755
  msgid "Load Facebook js SDK"
7756
  msgstr ""
7757
 
7758
- #: wppa-settings-autosave.php:1954
7759
  msgid ""
7760
  "Uncheck this box only when there is a conflict with an other plugin that "
7761
  "also loads the Facebook js SDK."
7762
  msgstr ""
7763
 
7764
- #: wppa-settings-autosave.php:1961
7765
  msgid "Share single image"
7766
  msgstr ""
7767
 
7768
- #: wppa-settings-autosave.php:1962
7769
  msgid "Share a link to a single image, not the slideshow."
7770
  msgstr ""
7771
 
7772
- #: wppa-settings-autosave.php:1963
7773
  msgid ""
7774
  "The sharelink points to a page with a single image rather than to the page "
7775
  "with the photo in the slideshow."
7776
  msgstr ""
7777
 
7778
- #: wppa-settings-autosave.php:1970
7779
  msgid "Thumbnail display related visibility settings"
7780
  msgstr ""
7781
 
7782
- #: wppa-settings-autosave.php:1972
7783
  #, fuzzy
7784
  msgid "Thumbnail name"
7785
  msgstr "Stránka s náhledy"
7786
 
7787
- #: wppa-settings-autosave.php:1973
7788
  msgid "Display Thumbnail name."
7789
  msgstr ""
7790
 
7791
- #: wppa-settings-autosave.php:1974
7792
  msgid "Display photo name under thumbnail images."
7793
  msgstr ""
7794
 
7795
- #: wppa-settings-autosave.php:1990
7796
  #, fuzzy
7797
  msgid "Thumbnail desc"
7798
  msgstr "Označkované fotografie"
7799
 
7800
- #: wppa-settings-autosave.php:1991
7801
  #, fuzzy
7802
  msgid "Display Thumbnail description."
7803
  msgstr "Zadat/upravit popis fotky"
7804
 
7805
- #: wppa-settings-autosave.php:1992
7806
  msgid "Display description of the photo under thumbnail images."
7807
  msgstr ""
7808
 
7809
- #: wppa-settings-autosave.php:1999
7810
  #, fuzzy
7811
  msgid "Thumbnail rating"
7812
  msgstr "Stránka s náhledy"
7813
 
7814
- #: wppa-settings-autosave.php:2000
7815
  msgid "Display Thumbnail Rating."
7816
  msgstr ""
7817
 
7818
- #: wppa-settings-autosave.php:2001
7819
  msgid "Display the rating of the photo under the thumbnail image."
7820
  msgstr ""
7821
 
7822
- #: wppa-settings-autosave.php:2008
7823
  #, fuzzy
7824
  msgid "Thumbnail comcount"
7825
  msgstr "Označkované fotografie"
7826
 
7827
- #: wppa-settings-autosave.php:2009
7828
  msgid "Display Thumbnail Comment count."
7829
  msgstr ""
7830
 
7831
- #: wppa-settings-autosave.php:2010
7832
  msgid "Display the number of comments to the photo under the thumbnail image."
7833
  msgstr ""
7834
 
7835
- #: wppa-settings-autosave.php:2017
7836
  #, fuzzy
7837
  msgid "Thumbnail viewcount"
7838
  msgstr "Stránka s náhledy"
7839
 
7840
- #: wppa-settings-autosave.php:2018
7841
  msgid "Display the number of views."
7842
  msgstr ""
7843
 
7844
- #: wppa-settings-autosave.php:2019
7845
  msgid "Display the number of views under the thumbnail image."
7846
  msgstr ""
7847
 
7848
- #: wppa-settings-autosave.php:2026
7849
  #, fuzzy
7850
  msgid "Thumbnail video"
7851
  msgstr "Stránka s náhledy"
7852
 
7853
- #: wppa-settings-autosave.php:2027
7854
  msgid "Show video controls on thumbnail displays."
7855
  msgstr ""
7856
 
7857
- #: wppa-settings-autosave.php:2028
7858
  msgid ""
7859
  "Works on default thumbnail type only. You can play the video only when the "
7860
  "link is set to no link at all."
7861
  msgstr ""
7862
 
7863
- #: wppa-settings-autosave.php:2035
7864
  #, fuzzy
7865
  msgid "Thumbnail audio"
7866
  msgstr "Stránka s náhledy"
7867
 
7868
- #: wppa-settings-autosave.php:2036
7869
  msgid "Show audio controls on thumbnail displays."
7870
  msgstr ""
7871
 
7872
- #: wppa-settings-autosave.php:2037
7873
  msgid "Works on default thumbnail type only."
7874
  msgstr ""
7875
 
7876
- #: wppa-settings-autosave.php:2044
7877
  #, fuzzy
7878
  msgid "Popup name"
7879
  msgstr "Vaše jméno:"
7880
 
7881
- #: wppa-settings-autosave.php:2045
7882
  msgid "Display Thumbnail name on popup."
7883
  msgstr ""
7884
 
7885
- #: wppa-settings-autosave.php:2046
7886
  msgid "Display photo name under thumbnail images on the popup."
7887
  msgstr ""
7888
 
7889
- #: wppa-settings-autosave.php:2053
7890
  msgid "Popup (owner)"
7891
  msgstr ""
7892
 
7893
- #: wppa-settings-autosave.php:2054
7894
  msgid "Display owner on popup."
7895
  msgstr ""
7896
 
7897
- #: wppa-settings-autosave.php:2055
7898
  msgid "Display photo owner under thumbnail images on the popup."
7899
  msgstr ""
7900
 
7901
- #: wppa-settings-autosave.php:2062
7902
  msgid "Popup desc"
7903
  msgstr ""
7904
 
7905
- #: wppa-settings-autosave.php:2063
7906
  msgid "Display Thumbnail description on popup."
7907
  msgstr ""
7908
 
7909
- #: wppa-settings-autosave.php:2064
7910
  msgid "Display description of the photo under thumbnail images on the popup."
7911
  msgstr ""
7912
 
7913
- #: wppa-settings-autosave.php:2071
7914
  msgid "Popup desc no links"
7915
  msgstr ""
7916
 
7917
- #: wppa-settings-autosave.php:2072
7918
  msgid "Strip html anchor tags from descriptions on popups"
7919
  msgstr ""
7920
 
7921
- #: wppa-settings-autosave.php:2073
7922
  msgid ""
7923
  "Use this option to prevent the display of links that cannot be activated."
7924
  msgstr ""
7925
 
7926
- #: wppa-settings-autosave.php:2080
7927
  #, fuzzy
7928
  msgid "Popup rating"
7929
  msgstr "Moje hodnocení"
7930
 
7931
- #: wppa-settings-autosave.php:2081
7932
  msgid "Display Thumbnail Rating on popup."
7933
  msgstr ""
7934
 
7935
- #: wppa-settings-autosave.php:2082
7936
  msgid "Display the rating of the photo under the thumbnail image on the popup."
7937
  msgstr ""
7938
 
7939
- #: wppa-settings-autosave.php:2089
7940
  msgid "Popup comcount"
7941
  msgstr ""
7942
 
7943
- #: wppa-settings-autosave.php:2090
7944
  msgid "Display Thumbnail Comment count on popup."
7945
  msgstr ""
7946
 
7947
- #: wppa-settings-autosave.php:2091
7948
  msgid ""
7949
  "Display the number of comments of the photo under the thumbnail image on the "
7950
  "popup."
7951
  msgstr ""
7952
 
7953
- #: wppa-settings-autosave.php:2098
7954
  msgid "Show rating count"
7955
  msgstr ""
7956
 
7957
- #: wppa-settings-autosave.php:2099
7958
  msgid "Display the number of votes along with average ratings."
7959
  msgstr ""
7960
 
7961
- #: wppa-settings-autosave.php:2100
7962
  msgid ""
7963
  "If checked, the number of votes is displayed along with average rating "
7964
  "displays on thumbnail and popup displays."
7965
  msgstr ""
7966
 
7967
- #: wppa-settings-autosave.php:2107
7968
  msgid "Show name on thumb area"
7969
  msgstr ""
7970
 
7971
- #: wppa-settings-autosave.php:2108
7972
  msgid "Select if and where to display the album name on the thumbnail display."
7973
  msgstr ""
7974
 
7975
- #: wppa-settings-autosave.php:2111 wppa-settings-autosave.php:2122
7976
  msgid "None"
7977
  msgstr ""
7978
 
7979
- #: wppa-settings-autosave.php:2111 wppa-settings-autosave.php:2122
7980
- #: wppa-settings-autosave.php:3228
7981
  msgid "At the top"
7982
  msgstr ""
7983
 
7984
- #: wppa-settings-autosave.php:2111 wppa-settings-autosave.php:2122
7985
- #: wppa-settings-autosave.php:3228
7986
  msgid "At the bottom"
7987
  msgstr ""
7988
 
7989
- #: wppa-settings-autosave.php:2118
7990
  msgid "Show desc on thumb area"
7991
  msgstr ""
7992
 
7993
- #: wppa-settings-autosave.php:2119
7994
  msgid ""
7995
  "Select if and where to display the album description on the thumbnail "
7996
  "display."
7997
  msgstr ""
7998
 
7999
- #: wppa-settings-autosave.php:2129
8000
  msgid "Show Edit/Delete links"
8001
  msgstr ""
8002
 
8003
- #: wppa-settings-autosave.php:2130
8004
  msgid "Show these links under default thumbnails for owner and admin."
8005
  msgstr ""
8006
 
8007
- #: wppa-settings-autosave.php:2138
8008
  msgid "Show empty thumbnail area"
8009
  msgstr ""
8010
 
8011
- #: wppa-settings-autosave.php:2139
8012
  msgid "Display thumbnail areas with upload link only for empty albums."
8013
  msgstr ""
8014
 
8015
- #: wppa-settings-autosave.php:2148
8016
  msgid "Album cover related visibility settings"
8017
  msgstr ""
8018
 
8019
- #: wppa-settings-autosave.php:2150
8020
  msgid "Covertext"
8021
  msgstr ""
8022
 
8023
- #: wppa-settings-autosave.php:2151
8024
  msgid "Show the text on the album cover."
8025
  msgstr ""
8026
 
8027
- #: wppa-settings-autosave.php:2152
8028
  msgid "Display the album decription on the album cover"
8029
  msgstr ""
8030
 
8031
- #: wppa-settings-autosave.php:2160
8032
  msgid "Enable the slideshow."
8033
  msgstr ""
8034
 
8035
- #: wppa-settings-autosave.php:2161
8036
  msgid ""
8037
  "If you do not want slideshows: uncheck this box. Browsing full size images "
8038
  "will remain possible."
8039
  msgstr ""
8040
 
8041
- #: wppa-settings-autosave.php:2168
8042
  #, fuzzy
8043
  msgid "Slideshow/Browse"
8044
  msgstr "Slideshow"
8045
 
8046
- #: wppa-settings-autosave.php:2169
8047
  msgid "Display the Slideshow / Browse photos link on album covers"
8048
  msgstr ""
8049
 
8050
- #: wppa-settings-autosave.php:2170
8051
  msgid ""
8052
  "This setting causes the Slideshow link to be displayed on the album cover."
8053
  msgstr ""
8054
 
8055
- #: wppa-settings-autosave.php:2171
8056
  msgid ""
8057
  "If slideshows are disabled in item 2 in this table, you will see a browse "
8058
  "link to fullsize images."
8059
  msgstr ""
8060
 
8061
- #: wppa-settings-autosave.php:2172
8062
  msgid "If you do not want the browse link either, uncheck this item."
8063
  msgstr ""
8064
 
8065
- #: wppa-settings-autosave.php:2179
8066
  #, fuzzy
8067
  msgid "View ..."
8068
  msgstr "Ukázat: "
8069
 
8070
- #: wppa-settings-autosave.php:2180
8071
  msgid "Display the View xx albums and yy photos link on album covers"
8072
  msgstr ""
8073
 
8074
- #: wppa-settings-autosave.php:2188
8075
  msgid "Treecount"
8076
  msgstr ""
8077
 
8078
- #: wppa-settings-autosave.php:2189
8079
  msgid "Disaplay the total number of (sub)albums and photos in subalbums"
8080
  msgstr ""
8081
 
8082
- #: wppa-settings-autosave.php:2190
8083
  msgid ""
8084
  "Displays the total number of sub albums and photos in the entire album tree "
8085
  "in parenthesis if the numbers differ from the direct content of the album."
8086
  msgstr ""
8087
 
8088
- #: wppa-settings-autosave.php:2197
8089
  msgid "Show categories"
8090
  msgstr ""
8091
 
8092
- #: wppa-settings-autosave.php:2198
8093
  msgid "Display the album categories on the covers."
8094
  msgstr ""
8095
 
8096
- #: wppa-settings-autosave.php:2206
8097
  msgid "Skip empty albums"
8098
  msgstr ""
8099
 
8100
- #: wppa-settings-autosave.php:2207
8101
  msgid "Do not show empty albums, except for admin and owner."
8102
  msgstr ""
8103
 
8104
- #: wppa-settings-autosave.php:2215
8105
  msgid "Widget related visibility settings"
8106
  msgstr ""
8107
 
8108
- #: wppa-settings-autosave.php:2217
8109
  msgid "Big Browse Buttons in widget"
8110
  msgstr ""
8111
 
8112
- #: wppa-settings-autosave.php:2218
8113
  msgid "Enable invisible browsing buttons in widget slideshows."
8114
  msgstr ""
8115
 
8116
- #: wppa-settings-autosave.php:2227
8117
  msgid "Ugly Browse Buttons in widget"
8118
  msgstr ""
8119
 
8120
- #: wppa-settings-autosave.php:2228
8121
  msgid "Enable ugly browsing buttons in widget slideshows."
8122
  msgstr ""
8123
 
8124
- #: wppa-settings-autosave.php:2229
8125
  msgid "If checked, the fullsize image is covered by browse buttons."
8126
  msgstr ""
8127
 
8128
- #: wppa-settings-autosave.php:2237
8129
  msgid "Album widget tooltip"
8130
  msgstr ""
8131
 
8132
- #: wppa-settings-autosave.php:2238
8133
  msgid "Show the album description on hoovering thumbnail in album widget"
8134
  msgstr ""
8135
 
8136
- #: wppa-settings-autosave.php:2246 wppa-settings-autosave.php:4135
8137
  msgid ""
8138
  "Lightbox related settings. These settings have effect only when Table IX-J3 "
8139
  "is set to wppa"
8140
  msgstr ""
8141
 
8142
- #: wppa-settings-autosave.php:2248
8143
  msgid "Overlay Close label text"
8144
  msgstr ""
8145
 
8146
- #: wppa-settings-autosave.php:2249
8147
  msgid "The text label for the cross exit symbol."
8148
  msgstr ""
8149
 
8150
- #: wppa-settings-autosave.php:2250
8151
  msgid ""
8152
  "This text may be multilingual according to the qTranslate short tags specs."
8153
  msgstr ""
8154
 
8155
- #: wppa-settings-autosave.php:2257
8156
  msgid "Overlay theme color"
8157
  msgstr ""
8158
 
8159
- #: wppa-settings-autosave.php:2258
8160
  msgid "The color of the image border and text background."
8161
  msgstr ""
8162
 
8163
- #: wppa-settings-autosave.php:2261 wppa-settings-autosave.php:2272
8164
  msgid "White"
8165
  msgstr ""
8166
 
8167
- #: wppa-settings-autosave.php:2268
8168
  msgid "Overlay background color"
8169
  msgstr ""
8170
 
8171
- #: wppa-settings-autosave.php:2269
8172
  msgid "The color of the outer background."
8173
  msgstr ""
8174
 
8175
- #: wppa-settings-autosave.php:2279
8176
  msgid "Overlay slide name"
8177
  msgstr ""
8178
 
8179
- #: wppa-settings-autosave.php:2280
8180
  msgid "Show name if from slide."
8181
  msgstr ""
8182
 
8183
- #: wppa-settings-autosave.php:2281
8184
  msgid ""
8185
  "Shows the photos name on a lightbox display when initiated from a slide."
8186
  msgstr ""
8187
 
8188
- #: wppa-settings-autosave.php:2282 wppa-settings-autosave.php:2292
8189
  msgid ""
8190
  "This setting also applies to film thumbnails if Table VI-11 is set to "
8191
  "lightbox overlay."
8192
  msgstr ""
8193
 
8194
- #: wppa-settings-autosave.php:2289
8195
  msgid "Overlay slide desc"
8196
  msgstr ""
8197
 
8198
- #: wppa-settings-autosave.php:2290
8199
  msgid "Show description if from slide."
8200
  msgstr ""
8201
 
8202
- #: wppa-settings-autosave.php:2291
8203
  msgid ""
8204
  "Shows the photos description on a lightbox display when initiated from a "
8205
  "slide."
8206
  msgstr ""
8207
 
8208
- #: wppa-settings-autosave.php:2299
8209
  msgid "Overlay thumb name"
8210
  msgstr ""
8211
 
8212
- #: wppa-settings-autosave.php:2300
8213
  msgid "Show the photos name if from thumb."
8214
  msgstr ""
8215
 
8216
- #: wppa-settings-autosave.php:2301
8217
  msgid ""
8218
  "Shows the name on a lightbox display when initiated from a standard "
8219
  "thumbnail or a widget thumbnail."
8220
  msgstr ""
8221
 
8222
- #: wppa-settings-autosave.php:2302 wppa-settings-autosave.php:2312
8223
  msgid ""
8224
  "This setting applies to standard thumbnails, thumbnail-, comment-, topten- "
8225
  "and lasten-widget."
8226
  msgstr ""
8227
 
8228
- #: wppa-settings-autosave.php:2309
8229
  msgid "Overlay thumb desc"
8230
  msgstr ""
8231
 
8232
- #: wppa-settings-autosave.php:2310
8233
  msgid "Show description if from thumb."
8234
  msgstr ""
8235
 
8236
- #: wppa-settings-autosave.php:2311
8237
  msgid ""
8238
  "Shows the photos description on a lightbox display when initiated from a "
8239
  "standard thumbnail or a widget thumbnail."
8240
  msgstr ""
8241
 
8242
- #: wppa-settings-autosave.php:2319
8243
  #, fuzzy
8244
  msgid "Overlay potd name"
8245
  msgstr "Zadejte název fotky"
8246
 
8247
- #: wppa-settings-autosave.php:2320
8248
  msgid "Show the photos name if from photo of the day."
8249
  msgstr ""
8250
 
8251
- #: wppa-settings-autosave.php:2321
8252
  msgid ""
8253
  "Shows the name on a lightbox display when initiated from the photo of the "
8254
  "day."
8255
  msgstr ""
8256
 
8257
- #: wppa-settings-autosave.php:2328
8258
  msgid "Overlay potd desc"
8259
  msgstr ""
8260
 
8261
- #: wppa-settings-autosave.php:2329
8262
  msgid "Show description if from from photo of the day."
8263
  msgstr ""
8264
 
8265
- #: wppa-settings-autosave.php:2330
8266
  msgid ""
8267
  "Shows the photos description on a lightbox display when initiated from the "
8268
  "photo of the day."
8269
  msgstr ""
8270
 
8271
- #: wppa-settings-autosave.php:2337
8272
  #, fuzzy
8273
  msgid "Overlay sphoto name"
8274
  msgstr "Zadejte název fotky"
8275
 
8276
- #: wppa-settings-autosave.php:2338
8277
  msgid "Show the photos name if from a single photo."
8278
  msgstr ""
8279
 
8280
- #: wppa-settings-autosave.php:2339
8281
  msgid ""
8282
  "Shows the name on a lightbox display when initiated from a single photo."
8283
  msgstr ""
8284
 
8285
- #: wppa-settings-autosave.php:2346
8286
  #, fuzzy
8287
  msgid "Overlay sphoto desc"
8288
  msgstr "Podobné fotky"
8289
 
8290
- #: wppa-settings-autosave.php:2347
8291
  msgid "Show description if from from a single photo."
8292
  msgstr ""
8293
 
8294
- #: wppa-settings-autosave.php:2348
8295
  msgid ""
8296
  "Shows the photos description on a lightbox display when initiated from a "
8297
  "single photo."
8298
  msgstr ""
8299
 
8300
- #: wppa-settings-autosave.php:2355
8301
  #, fuzzy
8302
  msgid "Overlay mphoto name"
8303
  msgstr "Zadejte název fotky"
8304
 
8305
- #: wppa-settings-autosave.php:2356
8306
  msgid "Show the photos name if from a single media style photo."
8307
  msgstr ""
8308
 
8309
- #: wppa-settings-autosave.php:2357
8310
  msgid ""
8311
  "Shows the name on a lightbox display when initiated from a single media "
8312
  "style photo."
8313
  msgstr ""
8314
 
8315
- #: wppa-settings-autosave.php:2364
8316
  #, fuzzy
8317
  msgid "Overlay mphoto desc"
8318
  msgstr "Podobné fotky"
8319
 
8320
- #: wppa-settings-autosave.php:2365
8321
  msgid "Show description if from from a media style photo."
8322
  msgstr ""
8323
 
8324
- #: wppa-settings-autosave.php:2366
8325
  msgid ""
8326
  "Shows the photos description on a lightbox display when initiated from a "
8327
  "single media style photo."
8328
  msgstr ""
8329
 
8330
- #: wppa-settings-autosave.php:2373
8331
  #, fuzzy
8332
  msgid "Overlay albumwidget name"
8333
  msgstr "Zadejte název fotky"
8334
 
8335
- #: wppa-settings-autosave.php:2374
8336
  msgid "Show the photos name if from the album widget."
8337
  msgstr ""
8338
 
8339
- #: wppa-settings-autosave.php:2375
8340
  msgid ""
8341
  "Shows the name on a lightbox display when initiated from the album widget."
8342
  msgstr ""
8343
 
8344
- #: wppa-settings-autosave.php:2382
8345
  msgid "Overlay albumwidget desc"
8346
  msgstr ""
8347
 
8348
- #: wppa-settings-autosave.php:2383
8349
  msgid "Show description if from from the album widget."
8350
  msgstr ""
8351
 
8352
- #: wppa-settings-autosave.php:2384
8353
  msgid ""
8354
  "Shows the photos description on a lightbox display when initiated from the "
8355
  "album widget."
8356
  msgstr ""
8357
 
8358
- #: wppa-settings-autosave.php:2391
8359
  #, fuzzy
8360
  msgid "Overlay coverphoto name"
8361
  msgstr "Zadejte název fotky"
8362
 
8363
- #: wppa-settings-autosave.php:2392
8364
  msgid "Show the photos name if from the album cover."
8365
  msgstr ""
8366
 
8367
- #: wppa-settings-autosave.php:2393
8368
  msgid ""
8369
  "Shows the name on a lightbox display when initiated from the album "
8370
  "coverphoto."
8371
  msgstr ""
8372
 
8373
- #: wppa-settings-autosave.php:2400
8374
  msgid "Overlay coverphoto desc"
8375
  msgstr ""
8376
 
8377
- #: wppa-settings-autosave.php:2401
8378
  msgid "Show description if from from the album cover."
8379
  msgstr ""
8380
 
8381
- #: wppa-settings-autosave.php:2402
8382
  msgid ""
8383
  "Shows the photos description on a lightbox display when initiated from the "
8384
  "album coverphoto."
8385
  msgstr ""
8386
 
8387
- #: wppa-settings-autosave.php:2409
8388
  msgid "Overlay add owner"
8389
  msgstr ""
8390
 
8391
- #: wppa-settings-autosave.php:2410
8392
  msgid "Add the owner to the photo name on lightbox displays."
8393
  msgstr ""
8394
 
8395
- #: wppa-settings-autosave.php:2411
8396
  msgid ""
8397
  "This setting is independant of the show name switches and is a global "
8398
  "setting."
8399
  msgstr ""
8400
 
8401
- #: wppa-settings-autosave.php:2418
8402
  #, fuzzy
8403
  msgid "Overlay show start/stop"
8404
  msgstr "Pro Spuštění/zastevní klikněte"
8405
 
8406
- #: wppa-settings-autosave.php:2419
8407
  msgid "Show Start and Stop for running slideshow on lightbox."
8408
  msgstr ""
8409
 
8410
- #: wppa-settings-autosave.php:2427
8411
  msgid "Overlay show legenda"
8412
  msgstr ""
8413
 
8414
- #: wppa-settings-autosave.php:2428
8415
  msgid "Show \"Press f for fullsize\" etc. on lightbox."
8416
  msgstr ""
8417
 
8418
- #: wppa-settings-autosave.php:2429
8419
  msgid "Independant of this setting, it will not show up on mobile devices."
8420
  msgstr ""
8421
 
8422
- #: wppa-settings-autosave.php:2436
8423
  msgid "Show fullscreen icons"
8424
  msgstr ""
8425
 
8426
- #: wppa-settings-autosave.php:2437
8427
  msgid "Shows fullscreen and back to normal icon buttons on upper right corner"
8428
  msgstr ""
8429
 
8430
- #: wppa-settings-autosave.php:2445
8431
  msgid "Overlay show counter"
8432
  msgstr ""
8433
 
8434
- #: wppa-settings-autosave.php:2446
8435
  msgid "Show the x/y counter below the image."
8436
  msgstr ""
8437
 
8438
- #: wppa-settings-autosave.php:2454
8439
  #, fuzzy
8440
  msgid "Show Zoom in"
8441
  msgstr "Přiblížit"
8442
 
8443
- #: wppa-settings-autosave.php:2455
8444
  msgid "Display tooltip \"Zoom in\" along with the magnifier cursor."
8445
  msgstr ""
8446
 
8447
- #: wppa-settings-autosave.php:2456
8448
  msgid ""
8449
  "If you select ---none--- in Table I-G2 for magnifier size, the tooltop "
8450
  "contains the photo name."
8451
  msgstr ""
8452
 
8453
- #: wppa-settings-autosave.php:2464
8454
  msgid "Frontend upload configuration settings"
8455
  msgstr ""
8456
 
8457
- #: wppa-settings-autosave.php:2466
8458
  #, fuzzy
8459
  msgid "User upload Photos"
8460
  msgstr "Nedávno nahrané fotografie"
8461
 
8462
- #: wppa-settings-autosave.php:2467
8463
  #, fuzzy
8464
  msgid "Enable frontend upload."
8465
  msgstr "<b>Chyba: Neplatný pokus o nahrání souboru.</b>"
8466
 
8467
- #: wppa-settings-autosave.php:2468
8468
  msgid ""
8469
  "If you check this item, frontend upload will be enabled according to the "
8470
  "rules set in the following items of this table."
8471
  msgstr ""
8472
 
8473
- #: wppa-settings-autosave.php:2476
8474
  #, fuzzy
8475
  msgid "User upload Photos login"
8476
  msgstr "Nedávno nahrané fotografie"
8477
 
8478
- #: wppa-settings-autosave.php:2477
8479
  msgid "Frontend upload requires the user is logged in."
8480
  msgstr ""
8481
 
8482
- #: wppa-settings-autosave.php:2478
8483
  msgid ""
8484
  "If you uncheck this box, make sure you check the item Owners only in Table "
8485
  "VII-D1."
8486
  msgstr ""
8487
 
8488
- #: wppa-settings-autosave.php:2479
8489
  msgid ""
8490
  "Also: set the owner to ---public--- of the albums that are allowed to be "
8491
  "uploaded to."
8492
  msgstr ""
8493
 
8494
- #: wppa-settings-autosave.php:2486
8495
  #, fuzzy
8496
  msgid "User upload Ajax"
8497
  msgstr "Nedávno nahrané fotografie"
8498
 
8499
- #: wppa-settings-autosave.php:2487
8500
  msgid "Shows the upload progression bar."
8501
  msgstr ""
8502
 
8503
- #: wppa-settings-autosave.php:2495
8504
  msgid "Show Copyright"
8505
  msgstr ""
8506
 
8507
- #: wppa-settings-autosave.php:2496
8508
  msgid "Show a copyright warning on frontend upload locations."
8509
  msgstr ""
8510
 
8511
- #: wppa-settings-autosave.php:2505
8512
  msgid "Copyright notice"
8513
  msgstr ""
8514
 
8515
- #: wppa-settings-autosave.php:2506
8516
  msgid "The message to be displayed."
8517
  msgstr ""
8518
 
8519
- #: wppa-settings-autosave.php:2514
8520
  msgid "User Watermark"
8521
  msgstr ""
8522
 
8523
- #: wppa-settings-autosave.php:2515
8524
  msgid "Uploading users may select watermark settings"
8525
  msgstr ""
8526
 
8527
- #: wppa-settings-autosave.php:2516
8528
  msgid ""
8529
  "If checked, anyone who can upload and/or import photos can overrule the "
8530
  "default watermark settings."
8531
  msgstr ""
8532
 
8533
- #: wppa-settings-autosave.php:2523
8534
  #, fuzzy
8535
  msgid "User name"
8536
  msgstr "Vaše jméno:"
8537
 
8538
- #: wppa-settings-autosave.php:2524
8539
  msgid "Uploading users may overrule the default name."
8540
  msgstr ""
8541
 
8542
- #: wppa-settings-autosave.php:2525
8543
  msgid ""
8544
  "If checked, the default photo name as defined in Table IX-D13 may be "
8545
  "overruled by the user."
8546
  msgstr ""
8547
 
8548
- #: wppa-settings-autosave.php:2532
8549
  msgid "Apply Newphoto desc user"
8550
  msgstr ""
8551
 
8552
- #: wppa-settings-autosave.php:2533
8553
  msgid "Give each new frontend uploaded photo a standard description."
8554
  msgstr ""
8555
 
8556
- #: wppa-settings-autosave.php:2534
8557
  msgid ""
8558
  "If checked, each new photo will get the description (template) as specified "
8559
  "in Table IX-D5."
8560
  msgstr ""
8561
 
8562
- #: wppa-settings-autosave.php:2541
8563
  msgid "User desc"
8564
  msgstr ""
8565
 
8566
- #: wppa-settings-autosave.php:2542
8567
  msgid "Uploading users may overrule the default description."
8568
  msgstr ""
8569
 
8570
- #: wppa-settings-autosave.php:2550
8571
  #, fuzzy
8572
  msgid "User upload custom"
8573
  msgstr "Nedávno nahrané fotografie"
8574
 
8575
- #: wppa-settings-autosave.php:2551
8576
  msgid "Frontend upload can fill in custom data fields."
8577
  msgstr ""
8578
 
8579
- #: wppa-settings-autosave.php:2559
8580
  #, fuzzy
8581
  msgid "User upload tags"
8582
  msgstr "Nedávno nahrané fotografie"
8583
 
8584
- #: wppa-settings-autosave.php:2560
8585
  msgid "Frontend upload can add tags."
8586
  msgstr ""
8587
 
8588
- #: wppa-settings-autosave.php:2561
8589
  msgid "You can configure the details of tag addition in Table IX-D18.x"
8590
  msgstr ""
8591
 
8592
- #: wppa-settings-autosave.php:2569 wppa-settings-autosave.php:2597
8593
- #: wppa-settings-autosave.php:2625
8594
  #, fuzzy
8595
  msgid "Tag selection box"
8596
  msgstr "--- smazáno ---"
8597
 
8598
- #: wppa-settings-autosave.php:2570 wppa-settings-autosave.php:2598
8599
- #: wppa-settings-autosave.php:2626
8600
  msgid "Front-end upload tags selecion box."
8601
  msgstr ""
8602
 
8603
- #: wppa-settings-autosave.php:2574 wppa-settings-autosave.php:2602
8604
- #: wppa-settings-autosave.php:2630
8605
  msgid "On:"
8606
  msgstr ""
8607
 
8608
- #: wppa-settings-autosave.php:2574 wppa-settings-autosave.php:2602
8609
- #: wppa-settings-autosave.php:2630
8610
  #, fuzzy
8611
  msgid "Multi:"
8612
  msgstr "Multi-spot"
8613
 
8614
- #: wppa-settings-autosave.php:2579 wppa-settings-autosave.php:2607
8615
- #: wppa-settings-autosave.php:2635
8616
  msgid "Caption box"
8617
  msgstr ""
8618
 
8619
- #: wppa-settings-autosave.php:2580 wppa-settings-autosave.php:2608
8620
- #: wppa-settings-autosave.php:2636
8621
  msgid "The title of the tag selection box."
8622
  msgstr ""
8623
 
8624
- #: wppa-settings-autosave.php:2588 wppa-settings-autosave.php:2616
8625
- #: wppa-settings-autosave.php:2644
8626
  msgid "Tags box"
8627
  msgstr ""
8628
 
8629
- #: wppa-settings-autosave.php:2589 wppa-settings-autosave.php:2617
8630
- #: wppa-settings-autosave.php:2645
8631
  #, fuzzy
8632
  msgid "The tags in the selection box."
8633
  msgstr "--- smazáno ---"
8634
 
8635
- #: wppa-settings-autosave.php:2590 wppa-settings-autosave.php:2618
8636
- #: wppa-settings-autosave.php:2646
8637
  msgid ""
8638
  "Enter the tags you want to appear in the selection box. Empty means: all "
8639
  "existing tags"
8640
  msgstr ""
8641
 
8642
- #: wppa-settings-autosave.php:2653
8643
  msgid "New tags"
8644
  msgstr ""
8645
 
8646
- #: wppa-settings-autosave.php:2654
8647
  msgid "Input field for any user defined tags."
8648
  msgstr ""
8649
 
8650
- #: wppa-settings-autosave.php:2662
8651
  #, fuzzy
8652
  msgid "New tags caption"
8653
  msgstr "Žádné funkce blesku"
8654
 
8655
- #: wppa-settings-autosave.php:2663
8656
  msgid "The caption above the tags input field."
8657
  msgstr ""
8658
 
8659
- #: wppa-settings-autosave.php:2671
8660
  #, fuzzy
8661
  msgid "Preview tags"
8662
  msgstr "Predcházející"
8663
 
8664
- #: wppa-settings-autosave.php:2672
8665
  msgid "Show a preview of all tags that will be added to the photo info."
8666
  msgstr ""
8667
 
8668
- #: wppa-settings-autosave.php:2681
8669
  msgid "Miscellaneous visibility settings"
8670
  msgstr ""
8671
 
8672
- #: wppa-settings-autosave.php:2683
8673
  msgid "Frontend ending label"
8674
  msgstr ""
8675
 
8676
- #: wppa-settings-autosave.php:2684
8677
  msgid "Frontend upload / create / edit dialog closing label text."
8678
  msgstr ""
8679
 
8680
- #: wppa-settings-autosave.php:2687
8681
  msgid "Abort"
8682
  msgstr ""
8683
 
8684
- #: wppa-settings-autosave.php:2687
8685
  msgid "Close"
8686
  msgstr ""
8687
 
8688
- #: wppa-settings-autosave.php:2687
8689
  msgid "Exit"
8690
  msgstr ""
8691
 
8692
- #: wppa-settings-autosave.php:2687
8693
  msgid "Quit"
8694
  msgstr ""
8695
 
8696
- #: wppa-settings-autosave.php:2695
8697
  msgid "Widget thumbs fontsize"
8698
  msgstr ""
8699
 
8700
- #: wppa-settings-autosave.php:2696
8701
  msgid "Font size for thumbnail subtext in widgets."
8702
  msgstr ""
8703
 
8704
- #: wppa-settings-autosave.php:2704
8705
  msgid "Arrow color"
8706
  msgstr ""
8707
 
8708
- #: wppa-settings-autosave.php:2705
8709
  msgid "Left/right browsing arrow color."
8710
  msgstr ""
8711
 
8712
- #: wppa-settings-autosave.php:2706
8713
  msgid "Enter the color of the filmstrip navigation arrows."
8714
  msgstr ""
8715
 
8716
- #: wppa-settings-autosave.php:2713
8717
  msgid "Owner on new line"
8718
  msgstr ""
8719
 
8720
- #: wppa-settings-autosave.php:2714
8721
  msgid "Place the (owner) text on a new line."
8722
  msgstr ""
8723
 
8724
- #: wppa-settings-autosave.php:2722
8725
  msgid "Custom datafields"
8726
  msgstr ""
8727
 
8728
- #: wppa-settings-autosave.php:2723
8729
  msgid "Define up to 10 custom data fields for photos."
8730
  msgstr ""
8731
 
8732
- #: wppa-settings-autosave.php:2733
8733
  #, php-format
8734
  msgid "Name and visibility %s"
8735
  msgstr ""
8736
 
8737
- #: wppa-settings-autosave.php:2734
8738
  #, php-format
8739
  msgid "The caption for field %s and visibility at frontend."
8740
  msgstr ""
8741
 
8742
- #: wppa-settings-autosave.php:2735
8743
  #, php-format
8744
  msgid ""
8745
  "If you check the box, the value of this field is displayable in photo "
8746
  "descriptions at the frontend with keyword w#c%s"
8747
  msgstr ""
8748
 
8749
- #: wppa-settings-autosave.php:2765
8750
  msgid "Table III:"
8751
  msgstr ""
8752
 
8753
- #: wppa-settings-autosave.php:2765
8754
  msgid "Backgrounds:"
8755
  msgstr ""
8756
 
8757
- #: wppa-settings-autosave.php:2766
8758
  msgid "This table describes the backgrounds of wppa+ elements."
8759
  msgstr ""
8760
 
8761
- #: wppa-settings-autosave.php:2776 wppa-settings-autosave.php:3074
8762
  msgid "Background color"
8763
  msgstr ""
8764
 
8765
- #: wppa-settings-autosave.php:2777 wppa-settings-autosave.php:2779
8766
- #: wppa-settings-autosave.php:3075 wppa-settings-autosave.php:3077
8767
  msgid "Sample"
8768
  msgstr ""
8769
 
8770
- #: wppa-settings-autosave.php:2778 wppa-settings-autosave.php:3076
8771
  msgid "Border color"
8772
  msgstr ""
8773
 
8774
- #: wppa-settings-autosave.php:2787
8775
  msgid "Slideshow elements backgrounds"
8776
  msgstr ""
8777
 
8778
- #: wppa-settings-autosave.php:2789
8779
  msgid "Nav"
8780
  msgstr ""
8781
 
8782
- #: wppa-settings-autosave.php:2790
8783
  msgid "Navigation bars."
8784
  msgstr ""
8785
 
8786
- #: wppa-settings-autosave.php:2791
8787
  msgid "Enter valid CSS colors for navigation backgrounds and borders."
8788
  msgstr ""
8789
 
8790
- #: wppa-settings-autosave.php:2802
8791
  msgid "SlideImg"
8792
  msgstr ""
8793
 
8794
- #: wppa-settings-autosave.php:2803
8795
  #, fuzzy
8796
  msgid "Fullsize Slideshow Photos."
8797
  msgstr "Super View fotky"
8798
 
8799
- #: wppa-settings-autosave.php:2804
8800
  msgid "Enter valid CSS colors for fullsize photo backgrounds and borders."
8801
  msgstr ""
8802
 
8803
- #: wppa-settings-autosave.php:2805
8804
  msgid "The colors may be equal or \"transparent\""
8805
  msgstr ""
8806
 
8807
- #: wppa-settings-autosave.php:2806
8808
  msgid ""
8809
  "For more information about slideshow image borders see the help on Table I-B4"
8810
  msgstr ""
8811
 
8812
- #: wppa-settings-autosave.php:2817 wppa-settings-autosave.php:4379
8813
  msgid "Numbar"
8814
  msgstr ""
8815
 
8816
- #: wppa-settings-autosave.php:2818
8817
  msgid "Number bar box background."
8818
  msgstr ""
8819
 
8820
- #: wppa-settings-autosave.php:2819
8821
  msgid "Enter valid CSS colors for numbar box backgrounds and borders."
8822
  msgstr ""
8823
 
8824
- #: wppa-settings-autosave.php:2830
8825
  msgid "Numbar active"
8826
  msgstr ""
8827
 
8828
- #: wppa-settings-autosave.php:2831
8829
  msgid "Number bar active box background."
8830
  msgstr ""
8831
 
8832
- #: wppa-settings-autosave.php:2832
8833
  msgid "Enter valid CSS colors for numbar active box backgrounds and borders."
8834
  msgstr ""
8835
 
8836
- #: wppa-settings-autosave.php:2843
8837
  msgid "Name/desc"
8838
  msgstr ""
8839
 
8840
- #: wppa-settings-autosave.php:2844
8841
  msgid "Name and Description bars."
8842
  msgstr ""
8843
 
8844
- #: wppa-settings-autosave.php:2845
8845
  msgid ""
8846
  "Enter valid CSS colors for name and description box backgrounds and borders."
8847
  msgstr ""
8848
 
8849
- #: wppa-settings-autosave.php:2857
8850
  msgid "Comment input and display areas."
8851
  msgstr ""
8852
 
8853
- #: wppa-settings-autosave.php:2858
8854
  msgid "Enter valid CSS colors for comment box backgrounds and borders."
8855
  msgstr ""
8856
 
8857
- #: wppa-settings-autosave.php:2869 wppa-settings-autosave.php:7504
8858
- #: wppa-settings-autosave.php:7549
8859
  msgid "Custom"
8860
  msgstr ""
8861
 
8862
- #: wppa-settings-autosave.php:2870
8863
  msgid "Custom box background."
8864
  msgstr ""
8865
 
8866
- #: wppa-settings-autosave.php:2871
8867
  msgid "Enter valid CSS colors for custom box backgrounds and borders."
8868
  msgstr ""
8869
 
8870
- #: wppa-settings-autosave.php:2882
8871
  msgid "IPTC"
8872
  msgstr ""
8873
 
8874
- #: wppa-settings-autosave.php:2883
8875
  msgid "IPTC display box background."
8876
  msgstr ""
8877
 
8878
- #: wppa-settings-autosave.php:2884
8879
  msgid "Enter valid CSS colors for iptc box backgrounds and borders."
8880
  msgstr ""
8881
 
8882
- #: wppa-settings-autosave.php:2895
8883
  msgid "EXIF"
8884
  msgstr ""
8885
 
8886
- #: wppa-settings-autosave.php:2896
8887
  msgid "EXIF display box background."
8888
  msgstr ""
8889
 
8890
- #: wppa-settings-autosave.php:2897
8891
  msgid "Enter valid CSS colors for exif box backgrounds and borders."
8892
  msgstr ""
8893
 
8894
- #: wppa-settings-autosave.php:2908
8895
  msgid "Share"
8896
  msgstr ""
8897
 
8898
- #: wppa-settings-autosave.php:2909
8899
  msgid "Share box display background."
8900
  msgstr ""
8901
 
8902
- #: wppa-settings-autosave.php:2910
8903
  msgid "Enter valid CSS colors for share box backgrounds and borders."
8904
  msgstr ""
8905
 
8906
- #: wppa-settings-autosave.php:2921
8907
  msgid "Other backgrounds"
8908
  msgstr ""
8909
 
8910
- #: wppa-settings-autosave.php:2923
8911
  msgid "Even"
8912
  msgstr ""
8913
 
8914
- #: wppa-settings-autosave.php:2924
8915
  msgid "Even background."
8916
  msgstr ""
8917
 
8918
- #: wppa-settings-autosave.php:2925
8919
  msgid ""
8920
  "Enter valid CSS colors for even numbered backgrounds and borders of album "
8921
  "covers and thumbnail displays 'As covers'."
8922
  msgstr ""
8923
 
8924
- #: wppa-settings-autosave.php:2936
8925
  msgid "Odd"
8926
  msgstr ""
8927
 
8928
- #: wppa-settings-autosave.php:2937
8929
  msgid "Odd background."
8930
  msgstr ""
8931
 
8932
- #: wppa-settings-autosave.php:2938
8933
  msgid ""
8934
  "Enter valid CSS colors for odd numbered backgrounds and borders of album "
8935
  "covers and thumbnail displays 'As covers'."
8936
  msgstr ""
8937
 
8938
- #: wppa-settings-autosave.php:2949
8939
  #, fuzzy
8940
  msgid "Thumbnail padding"
8941
  msgstr "Stránka s náhledy"
8942
 
8943
- #: wppa-settings-autosave.php:2950
8944
  msgid "Thumbnail padding color if thumbnail aspect is a padded setting."
8945
  msgstr ""
8946
 
8947
- #: wppa-settings-autosave.php:2951
8948
  msgid ""
8949
  "Enter valid CSS color hexadecimal like #000000 for black or #ffffff for "
8950
  "white for the padded thumbnails."
8951
  msgstr ""
8952
 
8953
- #: wppa-settings-autosave.php:2962
8954
  msgid "Img"
8955
  msgstr ""
8956
 
8957
- #: wppa-settings-autosave.php:2963
8958
  msgid "Cover Photos and popups."
8959
  msgstr ""
8960
 
8961
- #: wppa-settings-autosave.php:2964
8962
  msgid ""
8963
  "Enter valid CSS colors for Cover photo and popup backgrounds and borders."
8964
  msgstr ""
8965
 
8966
- #: wppa-settings-autosave.php:2976
8967
  msgid "Upload box background."
8968
  msgstr ""
8969
 
8970
- #: wppa-settings-autosave.php:2977
8971
  msgid "Enter valid CSS colors for upload box backgrounds and borders."
8972
  msgstr ""
8973
 
8974
- #: wppa-settings-autosave.php:2988
8975
  #, fuzzy
8976
  msgid "Multitag"
8977
  msgstr "Multi-spot"
8978
 
8979
- #: wppa-settings-autosave.php:2989
8980
  msgid "Multitag box background."
8981
  msgstr ""
8982
 
8983
- #: wppa-settings-autosave.php:2990
8984
  msgid "Enter valid CSS colors for multitag box backgrounds and borders."
8985
  msgstr ""
8986
 
8987
- #: wppa-settings-autosave.php:3001
8988
  msgid "Tagcloud"
8989
  msgstr ""
8990
 
8991
- #: wppa-settings-autosave.php:3002
8992
  msgid "Tagcloud box background."
8993
  msgstr ""
8994
 
8995
- #: wppa-settings-autosave.php:3003
8996
  msgid "Enter valid CSS colors for tagcloud box backgrounds and borders."
8997
  msgstr ""
8998
 
8999
- #: wppa-settings-autosave.php:3014
9000
  #, fuzzy
9001
  msgid "Superview"
9002
  msgstr "Super View fotky"
9003
 
9004
- #: wppa-settings-autosave.php:3015
9005
  msgid "Superview box background."
9006
  msgstr ""
9007
 
9008
- #: wppa-settings-autosave.php:3016
9009
  msgid "Enter valid CSS colors for superview box backgrounds and borders."
9010
  msgstr ""
9011
 
9012
- #: wppa-settings-autosave.php:3028
9013
  msgid "Search box background."
9014
  msgstr ""
9015
 
9016
- #: wppa-settings-autosave.php:3029
9017
  msgid "Enter valid CSS colors for search box backgrounds and borders."
9018
  msgstr ""
9019
 
9020
- #: wppa-settings-autosave.php:3040
9021
  #, fuzzy
9022
  msgid "BestOf"
9023
  msgstr "fotek"
9024
 
9025
- #: wppa-settings-autosave.php:3041
9026
  msgid "BestOf box background."
9027
  msgstr ""
9028
 
9029
- #: wppa-settings-autosave.php:3042
9030
  msgid "Enter valid CSS colors for bestof box backgrounds and borders."
9031
  msgstr ""
9032
 
9033
- #: wppa-settings-autosave.php:3053
9034
  msgid "Calendar"
9035
  msgstr ""
9036
 
9037
- #: wppa-settings-autosave.php:3054
9038
  msgid "Calendar box background."
9039
  msgstr ""
9040
 
9041
- #: wppa-settings-autosave.php:3055
9042
  msgid "Enter valid CSS colors for calendar box backgrounds and borders."
9043
  msgstr ""
9044
 
9045
- #: wppa-settings-autosave.php:3087
9046
  msgid "Table IV:"
9047
  msgstr ""
9048
 
9049
- #: wppa-settings-autosave.php:3087
9050
  msgid "Behaviour:"
9051
  msgstr ""
9052
 
9053
- #: wppa-settings-autosave.php:3088
9054
  msgid "This table describes the dynamic behaviour of certain wppa+ elements."
9055
  msgstr ""
9056
 
9057
- #: wppa-settings-autosave.php:3106
9058
  msgid "System related settings"
9059
  msgstr ""
9060
 
9061
- #: wppa-settings-autosave.php:3108
9062
  msgid "Use Ajax"
9063
  msgstr ""
9064
 
9065
- #: wppa-settings-autosave.php:3109
9066
  msgid "Use Ajax as much as is possible and implemented."
9067
  msgstr ""
9068
 
9069
- #: wppa-settings-autosave.php:3110
9070
  msgid ""
9071
  "If this box is ticked, page content updates from within wppa+ displays will "
9072
  "be Ajax based as much as possible."
9073
  msgstr ""
9074
 
9075
- #: wppa-settings-autosave.php:3118
9076
  msgid "Ajax NON Admin"
9077
  msgstr ""
9078
 
9079
- #: wppa-settings-autosave.php:3119
9080
  msgid "Frontend ajax use no admin files."
9081
  msgstr ""
9082
 
9083
- #: wppa-settings-autosave.php:3120
9084
  msgid "If you want to password protect wp-admin, check this box."
9085
  msgstr ""
9086
 
9087
- #: wppa-settings-autosave.php:3121
9088
  msgid ""
9089
  "In rare cases changing page content does not work when this box is checked. "
9090
  "Verify the functionality!"
9091
  msgstr ""
9092
 
9093
- #: wppa-settings-autosave.php:3128
9094
  #, fuzzy
9095
  msgid "Photo names in urls"
9096
  msgstr "Výsledek vyhledávání fotek"
9097
 
9098
- #: wppa-settings-autosave.php:3129
9099
  msgid "Display photo names in urls."
9100
  msgstr ""
9101
 
9102
- #: wppa-settings-autosave.php:3130
9103
  msgid "Urls to wppa+ displays will contain photonames in stead of numbers."
9104
  msgstr ""
9105
 
9106
- #: wppa-settings-autosave.php:3131
9107
  msgid ""
9108
  "It is your responsability to avoid duplicate names of photos in the same "
9109
  "album."
9110
  msgstr ""
9111
 
9112
- #: wppa-settings-autosave.php:3138
9113
  #, fuzzy
9114
  msgid "Album names in urls"
9115
  msgstr "Administrace alb"
9116
 
9117
- #: wppa-settings-autosave.php:3139
9118
  msgid "Display album names in urls."
9119
  msgstr ""
9120
 
9121
- #: wppa-settings-autosave.php:3140
9122
  msgid "Urls to wppa+ displays will contain albumnames in stead of numbers."
9123
  msgstr ""
9124
 
9125
- #: wppa-settings-autosave.php:3141
9126
  msgid ""
9127
  "It is your responsability to avoid duplicate names of albums in the system."
9128
  msgstr ""
9129
 
9130
- #: wppa-settings-autosave.php:3148
9131
  msgid "Use short query args"
9132
  msgstr ""
9133
 
9134
- #: wppa-settings-autosave.php:3149
9135
  msgid "Use &album=... &photo=..."
9136
  msgstr ""
9137
 
9138
- #: wppa-settings-autosave.php:3150
9139
  msgid ""
9140
  "Urls to wppa+ displays will contain &album=... &photo=... in stead of &wppa-"
9141
  "album=... &wppa-photo=..."
9142
  msgstr ""
9143
 
9144
- #: wppa-settings-autosave.php:3151
9145
  msgid ""
9146
  "Use this setting only when there are no conflicts with other plugins that "
9147
  "may interprete arguments like &album= etc."
9148
  msgstr ""
9149
 
9150
- #: wppa-settings-autosave.php:3158
9151
  msgid "Enable pretty links"
9152
  msgstr ""
9153
 
9154
- #: wppa-settings-autosave.php:3159
9155
  msgid "Enable the generation and understanding of pretty links."
9156
  msgstr ""
9157
 
9158
- #: wppa-settings-autosave.php:3160
9159
  msgid ""
9160
  "If checked, links to social media and the qr code will have \"/token1/token2/"
9161
  "\" etc in stead of \"&arg1=..&arg2=..\" etc."
9162
  msgstr ""
9163
 
9164
- #: wppa-settings-autosave.php:3161
9165
  msgid ""
9166
  "These types of links will be interpreted and cause a redirection on entering."
9167
  msgstr ""
9168
 
9169
- #: wppa-settings-autosave.php:3162
9170
  msgid ""
9171
  "It is recommended to check this box. It shortens links dramatically and "
9172
  "simplifies qr codes."
9173
  msgstr ""
9174
 
9175
- #: wppa-settings-autosave.php:3163
9176
  msgid ""
9177
  "However, you may encounter conflicts with themes and/or other plugins, so "
9178
  "test it troughly!"
9179
  msgstr ""
9180
 
9181
- #: wppa-settings-autosave.php:3164
9182
  msgid ""
9183
  "Table IV-A2 (Photo names in urls) must be UNchecked for this setting to work!"
9184
  msgstr ""
9185
 
9186
- #: wppa-settings-autosave.php:3171
9187
  #, fuzzy
9188
  msgid "Update addressline"
9189
  msgstr "Album:"
9190
 
9191
- #: wppa-settings-autosave.php:3172
9192
  msgid "Update the addressline after an ajax action or next slide."
9193
  msgstr ""
9194
 
9195
- #: wppa-settings-autosave.php:3173
9196
  msgid ""
9197
  "If checked, refreshing the page will show the current content and the "
9198
  "browsers back and forth arrows will browse the history on the page."
9199
  msgstr ""
9200
 
9201
- #: wppa-settings-autosave.php:3174
9202
  msgid ""
9203
  "If unchecked, refreshing the page will re-display the content of the "
9204
  "original page."
9205
  msgstr ""
9206
 
9207
- #: wppa-settings-autosave.php:3175
9208
  msgid ""
9209
  "This will only work on browsers that support history.pushState() and "
9210
  "therefor NOT in IE"
9211
  msgstr ""
9212
 
9213
- #: wppa-settings-autosave.php:3176
9214
  msgid "Switching this off will affect the browsers behaviour."
9215
  msgstr ""
9216
 
9217
- #: wppa-settings-autosave.php:3183
9218
  msgid "Render shortcode always"
9219
  msgstr ""
9220
 
9221
- #: wppa-settings-autosave.php:3184
9222
  msgid "This will skip the check on proper initialisation."
9223
  msgstr ""
9224
 
9225
- #: wppa-settings-autosave.php:3185
9226
  msgid ""
9227
  "This setting is required for certain themes like Gantry to prevent the "
9228
  "display of wppa placeholders like [WPPA+ Photo display]."
9229
  msgstr ""
9230
 
9231
- #: wppa-settings-autosave.php:3186
9232
  #, php-format
9233
  msgid ""
9234
  "If this check is needed, you can use shortcodes like [wppa ...] only, not "
9235
  "scripts like %%wppa%%."
9236
  msgstr ""
9237
 
9238
- #: wppa-settings-autosave.php:3193
9239
  msgid "Track viewcounts"
9240
  msgstr ""
9241
 
9242
- #: wppa-settings-autosave.php:3194
9243
  msgid "Register number of views of albums and photos."
9244
  msgstr ""
9245
 
9246
- #: wppa-settings-autosave.php:3202
9247
  #, fuzzy
9248
  msgid "Auto page"
9249
  msgstr "Automatika, záblesk"
9250
 
9251
- #: wppa-settings-autosave.php:3203
9252
  msgid "Create a wp page for every fullsize image."
9253
  msgstr ""
9254
 
9255
- #: wppa-settings-autosave.php:3207
9256
  msgid "Please reload this page after changing!"
9257
  msgstr ""
9258
 
9259
- #: wppa-settings-autosave.php:3213
9260
  msgid "Auto page display"
9261
  msgstr ""
9262
 
9263
- #: wppa-settings-autosave.php:3214
9264
  msgid "The type of display on the autopage pages."
9265
  msgstr ""
9266
 
9267
- #: wppa-settings-autosave.php:3217
9268
  #, fuzzy
9269
  msgid "Single photo"
9270
  msgstr "Spravovat fotky"
9271
 
9272
- #: wppa-settings-autosave.php:3217
9273
  #, fuzzy
9274
  msgid "Media type photo"
9275
  msgstr "Upravit fotku"
9276
 
9277
- #: wppa-settings-autosave.php:3217
9278
  msgid "In the style of a slideshow"
9279
  msgstr ""
9280
 
9281
- #: wppa-settings-autosave.php:3224
9282
  msgid "Auto page links"
9283
  msgstr ""
9284
 
9285
- #: wppa-settings-autosave.php:3225
9286
  msgid "The location for the pagelinks."
9287
  msgstr ""
9288
 
9289
- #: wppa-settings-autosave.php:3228
9290
  msgid "At top and bottom"
9291
  msgstr ""
9292
 
9293
- #: wppa-settings-autosave.php:3235
9294
  msgid "Defer javascript"
9295
  msgstr ""
9296
 
9297
- #: wppa-settings-autosave.php:3236
9298
  msgid "Put javascript near the end of the page."
9299
  msgstr ""
9300
 
9301
- #: wppa-settings-autosave.php:3237
9302
  msgid ""
9303
  "If checkd: May fix layout problems and broken slideshows. May speed up or "
9304
  "slow down page appearing."
9305
  msgstr ""
9306
 
9307
- #: wppa-settings-autosave.php:3244
9308
  msgid "Inline styles"
9309
  msgstr ""
9310
 
9311
- #: wppa-settings-autosave.php:3245
9312
  msgid "Set style specifications inline."
9313
  msgstr ""
9314
 
9315
- #: wppa-settings-autosave.php:3246
9316
  msgid "If checked: May fix layout problems, but slows down page appearing."
9317
  msgstr ""
9318
 
9319
- #: wppa-settings-autosave.php:3253
9320
  msgid "Custom style"
9321
  msgstr ""
9322
 
9323
- #: wppa-settings-autosave.php:3254
9324
  msgid "Enter custom style specs here."
9325
  msgstr ""
9326
 
9327
- #: wppa-settings-autosave.php:3262
9328
  msgid "Use customized style file"
9329
  msgstr ""
9330
 
9331
- #: wppa-settings-autosave.php:3263 wppa-settings-autosave.php:3272
9332
  msgid "This feature is highly discouraged."
9333
  msgstr ""
9334
 
9335
- #: wppa-settings-autosave.php:3271
9336
  msgid "Use customized theme file"
9337
  msgstr ""
9338
 
9339
- #: wppa-settings-autosave.php:3280
9340
  msgid "Enable photo html access"
9341
  msgstr ""
9342
 
9343
- #: wppa-settings-autosave.php:3281
9344
  msgid "Creates an .htaccess file in .../uploads/wppa/"
9345
  msgstr ""
9346
 
9347
- #: wppa-settings-autosave.php:3282
9348
  msgid ""
9349
  "If checked: assures http access to your wppa photo files, despite other ."
9350
  "htaccess settings that may protect these files."
9351
  msgstr ""
9352
 
9353
- #: wppa-settings-autosave.php:3289
9354
  msgid "Lazy or HTML comp"
9355
  msgstr ""
9356
 
9357
- #: wppa-settings-autosave.php:3290
9358
  msgid "Tick this box when you use lazy load or html compression."
9359
  msgstr ""
9360
 
9361
- #: wppa-settings-autosave.php:3291
9362
  msgid ""
9363
  "If the filmstrip images do not show up and you have a lazy load or html "
9364
  "optimizing plugin active: Check this box"
9365
  msgstr ""
9366
 
9367
- #: wppa-settings-autosave.php:3298
9368
  #, fuzzy
9369
  msgid "Thumbs first"
9370
  msgstr "Náhledy"
9371
 
9372
- #: wppa-settings-autosave.php:3299
9373
  msgid "When displaying album content: thumbnails before subalbums."
9374
  msgstr ""
9375
 
9376
- #: wppa-settings-autosave.php:3307
9377
  msgid "Login links"
9378
  msgstr ""
9379
 
9380
- #: wppa-settings-autosave.php:3308
9381
  #, fuzzy
9382
  msgid "You must login to... links to login page."
9383
  msgstr " K hodnocení se musíte <a href=&quot;\"%s\"&quot;>přihlásit</a>."
9384
 
9385
- #: wppa-settings-autosave.php:3316
9386
  msgid "Enable Video"
9387
  msgstr ""
9388
 
9389
- #: wppa-settings-autosave.php:3317
9390
  msgid "Enables video support."
9391
  msgstr ""
9392
 
9393
- #: wppa-settings-autosave.php:3326
9394
  msgid "Enable Audio"
9395
  msgstr ""
9396
 
9397
- #: wppa-settings-autosave.php:3327
9398
  msgid "Enables audio support."
9399
  msgstr ""
9400
 
9401
- #: wppa-settings-autosave.php:3335
9402
  msgid "Relative urls"
9403
  msgstr ""
9404
 
9405
- #: wppa-settings-autosave.php:3336
9406
  msgid "Use relative urls only."
9407
  msgstr ""
9408
 
9409
- #: wppa-settings-autosave.php:3345
9410
  msgid "Slideshow related settings"
9411
  msgstr ""
9412
 
9413
- #: wppa-settings-autosave.php:3347
9414
  msgid "V align"
9415
  msgstr ""
9416
 
9417
- #: wppa-settings-autosave.php:3348
9418
  msgid "Vertical alignment of slideshow images."
9419
  msgstr ""
9420
 
9421
- #: wppa-settings-autosave.php:3349
9422
  msgid "Specify the vertical alignment of slideshow images."
9423
  msgstr ""
9424
 
9425
- #: wppa-settings-autosave.php:3350
9426
  msgid ""
9427
  "If you select --- none ---, the photos will not be centered horizontally "
9428
  "either."
9429
  msgstr ""
9430
 
9431
- #: wppa-settings-autosave.php:3352 wppa-settings-autosave.php:3617
9432
  #: wppa-slideshow-widget.php:216
9433
  #, fuzzy
9434
  msgid "top"
9435
  msgstr "Zastavit"
9436
 
9437
- #: wppa-settings-autosave.php:3352 wppa-settings-autosave.php:3366
9438
- #: wppa-settings-autosave.php:3617 wppa-slideshow-widget.php:217
9439
  #: wppa-tinymce-scripts.php:290 wppa-tinymce-shortcodes.php:519
9440
  #: wppa-widget-admin.php:78
9441
  msgid "center"
9442
  msgstr ""
9443
 
9444
- #: wppa-settings-autosave.php:3352 wppa-settings-autosave.php:3617
9445
  #: wppa-slideshow-widget.php:218
9446
  msgid "bottom"
9447
  msgstr ""
9448
 
9449
- #: wppa-settings-autosave.php:3352 wppa-slideshow-widget.php:219
9450
  msgid "fit"
9451
  msgstr ""
9452
 
9453
- #: wppa-settings-autosave.php:3360
9454
  msgid "H align"
9455
  msgstr ""
9456
 
9457
- #: wppa-settings-autosave.php:3361
9458
  msgid "Horizontal alignment of slideshow images."
9459
  msgstr ""
9460
 
9461
- #: wppa-settings-autosave.php:3362
9462
  msgid ""
9463
  "Specify the horizontal alignment of slideshow images. If you specify --- "
9464
  "none --- , no horizontal alignment will take place."
9465
  msgstr ""
9466
 
9467
- #: wppa-settings-autosave.php:3363
9468
  msgid ""
9469
  "This setting is only usefull when the Column Width differs from the Maximum "
9470
  "Width."
9471
  msgstr ""
9472
 
9473
- #: wppa-settings-autosave.php:3364
9474
  msgid "(Settings I-A1 and I-B1)"
9475
  msgstr ""
9476
 
9477
- #: wppa-settings-autosave.php:3374
9478
  #, fuzzy
9479
  msgid "Start slideshow running."
9480
  msgstr "Ke spuštění/zastavení prezentace dvakrát klikněte"
9481
 
9482
- #: wppa-settings-autosave.php:3375
9483
  msgid ""
9484
  "If you select \"running\", the slideshow will start running immediately, if "
9485
  "you select \"still at first photo\", the first photo will be displayed in "
9486
  "browse mode."
9487
  msgstr ""
9488
 
9489
- #: wppa-settings-autosave.php:3376
9490
  msgid ""
9491
  "If you select \"still at first norated\", the first photo that the visitor "
9492
  "did not gave a rating will be displayed in browse mode."
9493
  msgstr ""
9494
 
9495
- #: wppa-settings-autosave.php:3378
9496
  msgid "running"
9497
  msgstr ""
9498
 
9499
- #: wppa-settings-autosave.php:3379
9500
  msgid "still at first photo"
9501
  msgstr ""
9502
 
9503
- #: wppa-settings-autosave.php:3380
9504
  msgid "still at first norated"
9505
  msgstr ""
9506
 
9507
- #: wppa-settings-autosave.php:3391
9508
  msgid "Start slideonly"
9509
  msgstr ""
9510
 
9511
- #: wppa-settings-autosave.php:3392
9512
  #, fuzzy
9513
  msgid "Start slideonly slideshow running."
9514
  msgstr "Ke spuštění/zastavení prezentace dvakrát klikněte"
9515
 
9516
- #: wppa-settings-autosave.php:3400 wppa-settings-autosave.php:4215
9517
  msgid "Video autostart"
9518
  msgstr ""
9519
 
9520
- #: wppa-settings-autosave.php:3401
9521
  msgid "Autoplay videos in slideshows."
9522
  msgstr ""
9523
 
9524
- #: wppa-settings-autosave.php:3410 wppa-settings-autosave.php:4224
9525
  msgid "Audio autostart"
9526
  msgstr ""
9527
 
9528
- #: wppa-settings-autosave.php:3411
9529
  msgid "Autoplay audios in slideshows."
9530
  msgstr ""
9531
 
9532
- #: wppa-settings-autosave.php:3419
9533
  msgid "Animation type"
9534
  msgstr ""
9535
 
9536
- #: wppa-settings-autosave.php:3420
9537
  msgid "The way successive slides appear."
9538
  msgstr ""
9539
 
9540
- #: wppa-settings-autosave.php:3421
9541
  msgid ""
9542
  "Select the way the old slide is to be replaced by the new one in the "
9543
  "slideshow/browse fullsize display."
9544
  msgstr ""
9545
 
9546
- #: wppa-settings-autosave.php:3423
9547
  msgid "Fade out and in simultaneous"
9548
  msgstr ""
9549
 
9550
- #: wppa-settings-autosave.php:3424
9551
  msgid "Fade in after fade out"
9552
  msgstr ""
9553
 
9554
- #: wppa-settings-autosave.php:3425
9555
  msgid "Shift adjacent"
9556
  msgstr ""
9557
 
9558
- #: wppa-settings-autosave.php:3426
9559
  msgid "Stack on"
9560
  msgstr ""
9561
 
9562
- #: wppa-settings-autosave.php:3427
9563
  msgid "Stack off"
9564
  msgstr ""
9565
 
9566
- #: wppa-settings-autosave.php:3428
9567
  msgid "Turn over"
9568
  msgstr ""
9569
 
9570
- #: wppa-settings-autosave.php:3442
9571
  msgid "Timeout"
9572
  msgstr ""
9573
 
9574
- #: wppa-settings-autosave.php:3443
9575
  #, fuzzy
9576
  msgid "Slideshow timeout."
9577
  msgstr "Slideshow"
9578
 
9579
- #: wppa-settings-autosave.php:3444
9580
  msgid ""
9581
  "Select the time a single slide will be visible when the slideshow is started."
9582
  msgstr ""
9583
 
9584
- #: wppa-settings-autosave.php:3446
9585
  msgid "very short (1 s.)"
9586
  msgstr ""
9587
 
9588
- #: wppa-settings-autosave.php:3446
9589
  msgid "short (1.5 s.)"
9590
  msgstr ""
9591
 
9592
- #: wppa-settings-autosave.php:3446
9593
  msgid "normal (2.5 s.)"
9594
  msgstr ""
9595
 
9596
- #: wppa-settings-autosave.php:3446
9597
  msgid "long (4 s.)"
9598
  msgstr ""
9599
 
9600
- #: wppa-settings-autosave.php:3446
9601
  msgid "very long (6 s.)"
9602
  msgstr ""
9603
 
9604
- #: wppa-settings-autosave.php:3453
9605
  msgid "Speed"
9606
  msgstr ""
9607
 
9608
- #: wppa-settings-autosave.php:3454
9609
  msgid "Slideshow animation speed."
9610
  msgstr ""
9611
 
9612
- #: wppa-settings-autosave.php:3455
9613
  msgid "Specify the animation speed to be used in slideshows."
9614
  msgstr ""
9615
 
9616
- #: wppa-settings-autosave.php:3456
9617
  msgid "This is the time it takes a photo to fade in or out."
9618
  msgstr ""
9619
 
9620
- #: wppa-settings-autosave.php:3458 wppa-settings-autosave.php:4161
9621
- #: wppa-settings-autosave.php:5874 wppa-settings-autosave.php:6743
9622
- #: wppa-settings-autosave.php:6754 wppa-settings-autosave.php:6893
9623
- #: wppa-settings-autosave.php:6934
9624
  #, fuzzy
9625
  msgid "--- off ---"
9626
  msgstr "--- žádné ---"
9627
 
9628
- #: wppa-settings-autosave.php:3458
9629
  msgid "very fast (200 ms.)"
9630
  msgstr ""
9631
 
9632
- #: wppa-settings-autosave.php:3458
9633
  msgid "fast (400 ms.)"
9634
  msgstr ""
9635
 
9636
- #: wppa-settings-autosave.php:3458
9637
  msgid "normal (800 ms.)"
9638
  msgstr ""
9639
 
9640
- #: wppa-settings-autosave.php:3458
9641
  msgid "slow (1.2 s.)"
9642
  msgstr ""
9643
 
9644
- #: wppa-settings-autosave.php:3458
9645
  #, fuzzy
9646
  msgid "very slow (2 s.)"
9647
  msgstr "velmi nízká"
9648
 
9649
- #: wppa-settings-autosave.php:3458
9650
  msgid "extremely slow (4 s.)"
9651
  msgstr ""
9652
 
9653
- #: wppa-settings-autosave.php:3465
9654
  msgid "Slide hover pause"
9655
  msgstr ""
9656
 
9657
- #: wppa-settings-autosave.php:3466
9658
  msgid "Running Slideshow suspends during mouse hover."
9659
  msgstr ""
9660
 
9661
- #: wppa-settings-autosave.php:3474
9662
  #, fuzzy
9663
  msgid "Slideshow wrap around"
9664
  msgstr "Slideshow"
9665
 
9666
- #: wppa-settings-autosave.php:3475
9667
  msgid "The slideshow wraps around the start and end"
9668
  msgstr ""
9669
 
9670
- #: wppa-settings-autosave.php:3483
9671
  msgid "Full desc align"
9672
  msgstr ""
9673
 
9674
- #: wppa-settings-autosave.php:3484
9675
  msgid "The alignment of the descriptions under fullsize images and slideshows."
9676
  msgstr ""
9677
 
9678
- #: wppa-settings-autosave.php:3487 wppa-settings-autosave.php:3605
9679
- #: wppa-settings-autosave.php:3708
9680
  msgid "Left"
9681
  msgstr ""
9682
 
9683
- #: wppa-settings-autosave.php:3487
9684
  msgid "Center"
9685
  msgstr ""
9686
 
9687
- #: wppa-settings-autosave.php:3487 wppa-settings-autosave.php:3605
9688
- #: wppa-settings-autosave.php:3708
9689
  msgid "Right"
9690
  msgstr ""
9691
 
9692
- #: wppa-settings-autosave.php:3494
9693
  msgid "Remove redundant space"
9694
  msgstr ""
9695
 
9696
- #: wppa-settings-autosave.php:3495
9697
  msgid "Removes unwanted &lt;p> and &lt;br> tags in fullsize descriptions."
9698
  msgstr ""
9699
 
9700
- #: wppa-settings-autosave.php:3496
9701
  msgid ""
9702
  "This setting has only effect when Table IX-A7 (foreign shortcodes) is "
9703
  "checked."
9704
  msgstr ""
9705
 
9706
- #: wppa-settings-autosave.php:3503
9707
  #, fuzzy
9708
  msgid "Run wpautop on description"
9709
  msgstr "Zadat/upravit popis fotky"
9710
 
9711
- #: wppa-settings-autosave.php:3504
9712
  msgid "Adds &lt;p> and &lt;br> tags in fullsize descriptions."
9713
  msgstr ""
9714
 
9715
- #: wppa-settings-autosave.php:3512
9716
  #, fuzzy
9717
  msgid "Auto open comments"
9718
  msgstr "Váš komentář:"
9719
 
9720
- #: wppa-settings-autosave.php:3513
9721
  msgid "Automatic opens comments box when slideshow does not run."
9722
  msgstr ""
9723
 
9724
- #: wppa-settings-autosave.php:3521
9725
  #, fuzzy
9726
  msgid "Film hover goto"
9727
  msgstr "Zobrazit úvodní fotku"
9728
 
9729
- #: wppa-settings-autosave.php:3522
9730
  msgid "Go to slide when hovering filmstrip thumbnail."
9731
  msgstr ""
9732
 
9733
- #: wppa-settings-autosave.php:3523
9734
  msgid "Do not use this setting when slides have different aspect ratios!"
9735
  msgstr ""
9736
 
9737
- #: wppa-settings-autosave.php:3530
9738
  #, fuzzy
9739
  msgid "Slide swipe"
9740
  msgstr "Slideshow"
9741
 
9742
- #: wppa-settings-autosave.php:3531
9743
  msgid "Enable touch events swipe left-right on slides on touch screens."
9744
  msgstr ""
9745
 
9746
- #: wppa-settings-autosave.php:3539
9747
  msgid "Slide page Ajax"
9748
  msgstr ""
9749
 
9750
- #: wppa-settings-autosave.php:3540
9751
  msgid "Pagelinks slideshow use Ajax"
9752
  msgstr ""
9753
 
9754
- #: wppa-settings-autosave.php:3541
9755
  msgid "On some systems you need to disable ajax here."
9756
  msgstr ""
9757
 
9758
- #: wppa-settings-autosave.php:3548
9759
  msgid "Thumbnail related settings"
9760
  msgstr ""
9761
 
9762
- #: wppa-settings-autosave.php:3551
9763
  msgid "Photo ordering sequence method."
9764
  msgstr ""
9765
 
9766
- #: wppa-settings-autosave.php:3552
9767
  msgid ""
9768
  "Specify the way the photos should be ordered. This is the default setting. "
9769
  "You can overrule the default sorting order on a per album basis."
9770
  msgstr ""
9771
 
9772
- #: wppa-settings-autosave.php:3589
9773
  #, fuzzy
9774
  msgid "Thumbnail type"
9775
  msgstr "Stránka s náhledy"
9776
 
9777
- #: wppa-settings-autosave.php:3590
9778
  msgid "The way the thumbnail images are displayed."
9779
  msgstr ""
9780
 
9781
- #: wppa-settings-autosave.php:3591
9782
  msgid ""
9783
  "You may select an altenative display method for thumbnails. Note that some "
9784
  "of the thumbnail settings do not apply to all available display methods."
9785
  msgstr ""
9786
 
9787
- #: wppa-settings-autosave.php:3593
9788
  msgid "like album covers"
9789
  msgstr ""
9790
 
9791
- #: wppa-settings-autosave.php:3593
9792
  msgid "like album covers mcr"
9793
  msgstr ""
9794
 
9795
- #: wppa-settings-autosave.php:3593
9796
  msgid "masonry style columns"
9797
  msgstr ""
9798
 
9799
- #: wppa-settings-autosave.php:3593
9800
  msgid "masonry style rows"
9801
  msgstr ""
9802
 
9803
- #: wppa-settings-autosave.php:3601 wppa-settings-autosave.php:3702
9804
  msgid "Placement"
9805
  msgstr ""
9806
 
9807
- #: wppa-settings-autosave.php:3602
9808
  msgid "Thumbnail image left or right."
9809
  msgstr ""
9810
 
9811
- #: wppa-settings-autosave.php:3603
9812
  msgid "Indicate the placement position of the thumbnailphoto you wish."
9813
  msgstr ""
9814
 
9815
- #: wppa-settings-autosave.php:3612
9816
  msgid "Vertical alignment"
9817
  msgstr ""
9818
 
9819
- #: wppa-settings-autosave.php:3613
9820
  msgid "Vertical alignment of thumbnails."
9821
  msgstr ""
9822
 
9823
- #: wppa-settings-autosave.php:3614
9824
  msgid ""
9825
  "Specify the vertical alignment of thumbnail images. Use this setting when "
9826
  "albums contain both portrait and landscape photos."
9827
  msgstr ""
9828
 
9829
- #: wppa-settings-autosave.php:3615
9830
  msgid ""
9831
  "It is NOT recommended to use the value --- default ---; it will affect the "
9832
  "horizontal alignment also and is meant to be used with custom css."
9833
  msgstr ""
9834
 
9835
- #: wppa-settings-autosave.php:3624
9836
  msgid "Thumb mouseover"
9837
  msgstr ""
9838
 
9839
- #: wppa-settings-autosave.php:3625
9840
  msgid "Apply thumbnail mouseover effect."
9841
  msgstr ""
9842
 
9843
- #: wppa-settings-autosave.php:3626
9844
  msgid "Check this box to use mouseover effect on thumbnail images."
9845
  msgstr ""
9846
 
9847
- #: wppa-settings-autosave.php:3634
9848
  #, fuzzy
9849
  msgid "Thumb opacity"
9850
  msgstr "Označkované fotografie"
9851
 
9852
- #: wppa-settings-autosave.php:3635 wppa-settings-autosave.php:3727
9853
  msgid "Initial opacity value."
9854
  msgstr ""
9855
 
9856
- #: wppa-settings-autosave.php:3636 wppa-settings-autosave.php:3728
9857
- #: wppa-settings-autosave.php:3837
9858
  msgid "Enter percentage of opacity. 100% is opaque, 0% is transparant"
9859
  msgstr ""
9860
 
9861
- #: wppa-settings-autosave.php:3638 wppa-settings-autosave.php:3730
9862
- #: wppa-settings-autosave.php:3840 wppa-settings-autosave.php:4141
9863
  msgid "%"
9864
  msgstr ""
9865
 
9866
- #: wppa-settings-autosave.php:3643
9867
  msgid "Thumb popup"
9868
  msgstr ""
9869
 
9870
- #: wppa-settings-autosave.php:3644
9871
  msgid "Use popup effect on thumbnail images."
9872
  msgstr ""
9873
 
9874
- #: wppa-settings-autosave.php:3645
9875
  msgid "Thumbnails pop-up to a larger image when hovered."
9876
  msgstr ""
9877
 
9878
- #: wppa-settings-autosave.php:3653
9879
  msgid "Align subtext"
9880
  msgstr ""
9881
 
9882
- #: wppa-settings-autosave.php:3654
9883
  msgid "Set thumbnail subtext on equal height."
9884
  msgstr ""
9885
 
9886
- #: wppa-settings-autosave.php:3662
9887
  msgid "Album and covers related settings"
9888
  msgstr ""
9889
 
9890
- #: wppa-settings-autosave.php:3664
9891
  #, fuzzy
9892
  msgid "Album order"
9893
  msgstr "Administrace alb"
9894
 
9895
- #: wppa-settings-autosave.php:3665
9896
  msgid "Album ordering sequence method."
9897
  msgstr ""
9898
 
9899
- #: wppa-settings-autosave.php:3666
9900
  msgid "Specify the way the albums should be ordered."
9901
  msgstr ""
9902
 
9903
- #: wppa-settings-autosave.php:3691
9904
  #, fuzzy
9905
  msgid "Default coverphoto selection"
9906
  msgstr "Přednastavené fotoalbum pro"
9907
 
9908
- #: wppa-settings-autosave.php:3692
9909
  msgid "Default select cover photo method."
9910
  msgstr ""
9911
 
9912
- #: wppa-settings-autosave.php:3693
9913
  msgid ""
9914
  "This is the initial value on album creation only. It can be overruled on the "
9915
  "edit album page."
9916
  msgstr ""
9917
 
9918
- #: wppa-settings-autosave.php:3694
9919
  msgid "Random from album"
9920
  msgstr ""
9921
 
9922
- #: wppa-settings-autosave.php:3694
9923
  msgid "Random featured from album"
9924
  msgstr ""
9925
 
9926
- #: wppa-settings-autosave.php:3694
9927
  #, fuzzy
9928
  msgid "Most recently added to album"
9929
  msgstr "Nedávno nahrané fotky"
9930
 
9931
- #: wppa-settings-autosave.php:3694
9932
  #, fuzzy
9933
  msgid "Random from album or any sub album"
9934
  msgstr "Uživatel %s nahrál fotku %s do alba %s"
9935
 
9936
- #: wppa-settings-autosave.php:3703
9937
  #, fuzzy
9938
  msgid "Cover image position."
9939
  msgstr "Správa úprav fotek"
9940
 
9941
- #: wppa-settings-autosave.php:3704
9942
  msgid ""
9943
  "Enter the position that you want to be used for the default album cover "
9944
  "selected in Table IV-D6."
9945
  msgstr ""
9946
 
9947
- #: wppa-settings-autosave.php:3705
9948
  msgid ""
9949
  "For covertype Image Factory: left will be treated as top and right will be "
9950
  "treted as bottom."
9951
  msgstr ""
9952
 
9953
- #: wppa-settings-autosave.php:3706
9954
  msgid ""
9955
  "For covertype Long Descriptions: top will be treated as left and bottom will "
9956
  "be treted as right."
9957
  msgstr ""
9958
 
9959
- #: wppa-settings-autosave.php:3716
9960
  msgid "Cover mouseover"
9961
  msgstr ""
9962
 
9963
- #: wppa-settings-autosave.php:3717
9964
  msgid "Apply coverphoto mouseover effect."
9965
  msgstr ""
9966
 
9967
- #: wppa-settings-autosave.php:3718
9968
  msgid "Check this box to use mouseover effect on cover images."
9969
  msgstr ""
9970
 
9971
- #: wppa-settings-autosave.php:3726
9972
  msgid "Cover opacity"
9973
  msgstr ""
9974
 
9975
- #: wppa-settings-autosave.php:3735
9976
  msgid "Cover type"
9977
  msgstr ""
9978
 
9979
- #: wppa-settings-autosave.php:3736
9980
  msgid "Select the default cover type."
9981
  msgstr ""
9982
 
9983
- #: wppa-settings-autosave.php:3737
9984
  msgid ""
9985
  "Types with the addition mcr are suitable for Multi Column in a Responsive "
9986
  "theme"
9987
  msgstr ""
9988
 
9989
- #: wppa-settings-autosave.php:3760
9990
  msgid "The umber of coverphotos. Must be > 1 and < 25."
9991
  msgstr ""
9992
 
9993
- #: wppa-settings-autosave.php:3768
9994
  msgid "Rating related settings"
9995
  msgstr ""
9996
 
9997
- #: wppa-settings-autosave.php:3770
9998
  #, fuzzy
9999
  msgid "Rating login"
10000
  msgstr "Hlasování: %s"
10001
 
10002
- #: wppa-settings-autosave.php:3771
10003
  #, fuzzy
10004
  msgid "Users must login to rate photos."
10005
  msgstr "Nedávno nahrané fotografie"
10006
 
10007
- #: wppa-settings-autosave.php:3772
10008
  msgid ""
10009
  "If users want to vote for a photo (rating 1..5 stars) the must login first. "
10010
  "The avarage rating will always be displayed as long as the rating system is "
10011
  "enabled."
10012
  msgstr ""
10013
 
10014
- #: wppa-settings-autosave.php:3779
10015
  #, fuzzy
10016
  msgid "Rating change"
10017
  msgstr "Hlasování: %s"
10018
 
10019
- #: wppa-settings-autosave.php:3780 wppa-settings-autosave.php:3781
10020
  msgid "Users may change their ratings."
10021
  msgstr ""
10022
 
10023
- #: wppa-settings-autosave.php:3782 wppa-settings-autosave.php:3819
10024
- #: wppa-settings-autosave.php:3838 wppa-settings-autosave.php:3851
10025
- #: wppa-settings-autosave.php:3861 wppa-settings-autosave.php:3871
10026
- #: wppa-settings-autosave.php:3881 wppa-settings-autosave.php:3890
10027
  msgid ""
10028
  "If \"One button vote\" is selected in Table I-E1, this setting has no meaning"
10029
  msgstr ""
10030
 
10031
- #: wppa-settings-autosave.php:3789
10032
  #, fuzzy
10033
  msgid "Rating multi"
10034
  msgstr "Hlasování: %s"
10035
 
10036
- #: wppa-settings-autosave.php:3790
10037
  msgid "Users may give multiple votes."
10038
  msgstr ""
10039
 
10040
- #: wppa-settings-autosave.php:3791
10041
  msgid ""
10042
  "Users may give multiple votes. (This has no effect when users may change "
10043
  "their votes.)"
10044
  msgstr ""
10045
 
10046
- #: wppa-settings-autosave.php:3798
10047
  #, fuzzy
10048
  msgid "Rate own photos"
10049
  msgstr "napsáno k fotce"
10050
 
10051
- #: wppa-settings-autosave.php:3799
10052
  msgid "It is allowed to rate photos by the uploader himself."
10053
  msgstr ""
10054
 
10055
- #: wppa-settings-autosave.php:3807
10056
  msgid "Rating requires comment"
10057
  msgstr ""
10058
 
10059
- #: wppa-settings-autosave.php:3808
10060
  #, fuzzy
10061
  msgid "Users must clarify their vote in a comment."
10062
  msgstr "Musíte se <a href=&quot;\"%s\"&quot;>přihlásit</a> k napsání komentáře"
10063
 
10064
- #: wppa-settings-autosave.php:3817
10065
  msgid "This value counts dislike rating."
10066
  msgstr ""
10067
 
10068
- #: wppa-settings-autosave.php:3818
10069
  msgid ""
10070
  "This value will be used for a dislike rating on calculation of avarage "
10071
  "ratings."
10072
  msgstr ""
10073
 
10074
- #: wppa-settings-autosave.php:3821
10075
  msgid "points"
10076
  msgstr ""
10077
 
10078
- #: wppa-settings-autosave.php:3826
10079
  msgid "Next after vote"
10080
  msgstr ""
10081
 
10082
- #: wppa-settings-autosave.php:3827
10083
  msgid "Goto next slide after voting"
10084
  msgstr ""
10085
 
10086
- #: wppa-settings-autosave.php:3828
10087
  msgid ""
10088
  "If checked, the visitor goes straight to the slide following the slide he "
10089
  "voted. This will speed up mass voting."
10090
  msgstr ""
10091
 
10092
- #: wppa-settings-autosave.php:3835
10093
  msgid "Star off opacity"
10094
  msgstr ""
10095
 
10096
- #: wppa-settings-autosave.php:3836
10097
  msgid "Rating star off state opacity value."
10098
  msgstr ""
10099
 
10100
- #: wppa-settings-autosave.php:3846
10101
  msgid "Notify admin every x times."
10102
  msgstr ""
10103
 
10104
- #: wppa-settings-autosave.php:3847
10105
  msgid ""
10106
  "If this number is positive, there will be a thumb down icon in the rating "
10107
  "bar."
10108
  msgstr ""
10109
 
10110
- #: wppa-settings-autosave.php:3848
10111
  msgid ""
10112
  "Cicking the icon indicates a user wants to report that an image is "
10113
  "inappropiate."
10114
  msgstr ""
10115
 
10116
- #: wppa-settings-autosave.php:3849
10117
  msgid "Admin will be notified by email after every x reports."
10118
  msgstr ""
10119
 
10120
- #: wppa-settings-autosave.php:3850 wppa-settings-autosave.php:3860
10121
- #: wppa-settings-autosave.php:3870
10122
  msgid "A value of 0 disables this feature."
10123
  msgstr ""
10124
 
10125
- #: wppa-settings-autosave.php:3853 wppa-settings-autosave.php:3863
10126
- #: wppa-settings-autosave.php:3873
10127
  msgid "reports"
10128
  msgstr ""
10129
 
10130
- #: wppa-settings-autosave.php:3858
10131
  msgid "Pending after"
10132
  msgstr ""
10133
 
10134
- #: wppa-settings-autosave.php:3859
10135
  msgid "Set status to pending after xx dislike votes."
10136
  msgstr ""
10137
 
10138
- #: wppa-settings-autosave.php:3868
10139
  #, fuzzy
10140
  msgid "Delete after"
10141
  msgstr "Album:"
10142
 
10143
- #: wppa-settings-autosave.php:3869
10144
  msgid "Deete photo after xx dislike votes."
10145
  msgstr ""
10146
 
10147
- #: wppa-settings-autosave.php:3878
10148
  #, fuzzy
10149
  msgid "Show dislike count"
10150
  msgstr "Žádné hodnocení NELÍBÍ"
10151
 
10152
- #: wppa-settings-autosave.php:3879
10153
  msgid "Show the number of dislikes in the rating bar."
10154
  msgstr ""
10155
 
10156
- #: wppa-settings-autosave.php:3880
10157
  msgid "Displayes the total number of dislike votes for the current photo."
10158
  msgstr ""
10159
 
10160
- #: wppa-settings-autosave.php:3888
10161
  msgid "Rating display type"
10162
  msgstr ""
10163
 
10164
- #: wppa-settings-autosave.php:3889
10165
  msgid "Specify the type of the rating display."
10166
  msgstr ""
10167
 
10168
- #: wppa-settings-autosave.php:3892
10169
  msgid "Graphic"
10170
  msgstr ""
10171
 
10172
- #: wppa-settings-autosave.php:3892
10173
  msgid "Numeric"
10174
  msgstr ""
10175
 
10176
- #: wppa-settings-autosave.php:3899
10177
  #, fuzzy
10178
  msgid "Show average rating"
10179
  msgstr "Průměrné hodnocení"
10180
 
10181
- #: wppa-settings-autosave.php:3900
10182
  msgid "Display the avarage rating and/or vote count on the rating bar"
10183
  msgstr ""
10184
 
10185
- #: wppa-settings-autosave.php:3901
10186
  msgid ""
10187
  "If checked, the average rating as well as the current users rating is "
10188
  "displayed in max 5 or 10 stars."
10189
  msgstr ""
10190
 
10191
- #: wppa-settings-autosave.php:3902
10192
  msgid "If unchecked, only the current users rating is displayed (if any)."
10193
  msgstr ""
10194
 
10195
- #: wppa-settings-autosave.php:3903
10196
  msgid ""
10197
  "If \"One button vote\" is selected in Table I-E1, this box checked will "
10198
  "display the vote count."
10199
  msgstr ""
10200
 
10201
- #: wppa-settings-autosave.php:3910
10202
  msgid "Single vote button text"
10203
  msgstr ""
10204
 
10205
- #: wppa-settings-autosave.php:3911
10206
  msgid "The text on the voting button."
10207
  msgstr ""
10208
 
10209
- #: wppa-settings-autosave.php:3912 wppa-settings-autosave.php:3921
10210
  msgid "This text may contain qTranslate compatible language tags."
10211
  msgstr ""
10212
 
10213
- #: wppa-settings-autosave.php:3919
10214
  msgid "Single vote button text voted"
10215
  msgstr ""
10216
 
10217
- #: wppa-settings-autosave.php:3920
10218
  msgid "The text on the voting button when voted."
10219
  msgstr ""
10220
 
10221
- #: wppa-settings-autosave.php:3928
10222
  #, fuzzy
10223
  msgid "Single vote button thumbnail"
10224
  msgstr "Prohlédnout náhledy"
10225
 
10226
- #: wppa-settings-autosave.php:3929
10227
  msgid "Display single vote button below thumbnails."
10228
  msgstr ""
10229
 
10230
- #: wppa-settings-autosave.php:3930
10231
  msgid ""
10232
  "This works only in single vote mode: Table I-E1 set to \"one button vote\""
10233
  msgstr ""
10234
 
10235
- #: wppa-settings-autosave.php:3937
10236
  msgid "Medal bronze when"
10237
  msgstr ""
10238
 
10239
- #: wppa-settings-autosave.php:3938 wppa-settings-autosave.php:3956
10240
  msgid "Photo gets medal bronze when number of top-scores ( 5 or 10 )."
10241
  msgstr ""
10242
 
10243
- #: wppa-settings-autosave.php:3939 wppa-settings-autosave.php:3957
10244
  msgid ""
10245
  "When the photo has this number of topscores ( 5 or 10 stars ), it will get a "
10246
  "bronze medal. A value of 0 indicates that you do not want this feature."
10247
  msgstr ""
10248
 
10249
- #: wppa-settings-autosave.php:3941 wppa-settings-autosave.php:3950
10250
- #: wppa-settings-autosave.php:3959
10251
  msgid "Topscores"
10252
  msgstr ""
10253
 
10254
- #: wppa-settings-autosave.php:3946
10255
  msgid "Medal silver when"
10256
  msgstr ""
10257
 
10258
- #: wppa-settings-autosave.php:3947
10259
  msgid "Photo gets medal silver when number of top-scores ( 5 or 10 )."
10260
  msgstr ""
10261
 
10262
- #: wppa-settings-autosave.php:3948
10263
  msgid ""
10264
  "When the photo has this number of topscores ( 5 or 10 stars ), it will get a "
10265
  "silver medal. A value of 0 indicates that you do not want this feature."
10266
  msgstr ""
10267
 
10268
- #: wppa-settings-autosave.php:3955
10269
  msgid "Medal gold when"
10270
  msgstr ""
10271
 
10272
- #: wppa-settings-autosave.php:3964
10273
  msgid "Medal tag color"
10274
  msgstr ""
10275
 
10276
- #: wppa-settings-autosave.php:3965
10277
  msgid "The color of the tag on the medal."
10278
  msgstr ""
10279
 
10280
- #: wppa-settings-autosave.php:3968
10281
  msgid "Red"
10282
  msgstr ""
10283
 
10284
- #: wppa-settings-autosave.php:3968
10285
  msgid "Green"
10286
  msgstr ""
10287
 
10288
- #: wppa-settings-autosave.php:3968
10289
  msgid "Blue"
10290
  msgstr ""
10291
 
10292
- #: wppa-settings-autosave.php:3975
10293
  #, fuzzy
10294
  msgid "Medal position"
10295
  msgstr "Pozice:"
10296
 
10297
- #: wppa-settings-autosave.php:3976
10298
  msgid "The position of the medal on the image."
10299
  msgstr ""
10300
 
10301
- #: wppa-settings-autosave.php:3979
10302
  msgid "Top left"
10303
  msgstr ""
10304
 
10305
- #: wppa-settings-autosave.php:3979
10306
  msgid "Top right"
10307
  msgstr ""
10308
 
10309
- #: wppa-settings-autosave.php:3979
10310
  msgid "Bottom left"
10311
  msgstr ""
10312
 
10313
- #: wppa-settings-autosave.php:3979
10314
  msgid "Bottom right"
10315
  msgstr ""
10316
 
10317
- #: wppa-settings-autosave.php:3986
10318
  msgid "Top criterium"
10319
  msgstr ""
10320
 
10321
- #: wppa-settings-autosave.php:3987
10322
  msgid "The top sort item used for topten results from shortcodes."
10323
  msgstr ""
10324
 
10325
- #: wppa-settings-autosave.php:3990
10326
  #, fuzzy
10327
  msgid "Mean raiting"
10328
  msgstr "Moje hodnocení"
10329
 
10330
- #: wppa-settings-autosave.php:3990
10331
  #, fuzzy
10332
  msgid "Rating count"
10333
  msgstr "Hlasování: %s"
10334
 
10335
- #: wppa-settings-autosave.php:3990
10336
  #, fuzzy
10337
  msgid "Viewcount"
10338
  msgstr "Ukázat: "
10339
 
10340
- #: wppa-settings-autosave.php:3997
10341
  #, fuzzy
10342
  msgid "Comments related settings"
10343
  msgstr "Komentář upraven"
10344
 
10345
- #: wppa-settings-autosave.php:3999
10346
  #, fuzzy
10347
  msgid "Commenting login"
10348
  msgstr "Komentáře"
10349
 
10350
- #: wppa-settings-autosave.php:4000
10351
  msgid "Users must be logged in to comment on photos."
10352
  msgstr ""
10353
 
10354
- #: wppa-settings-autosave.php:4001
10355
  msgid ""
10356
  "Check this box if you want users to be logged in to be able to enter "
10357
  "comments on individual photos."
10358
  msgstr ""
10359
 
10360
- #: wppa-settings-autosave.php:4008
10361
  #, fuzzy
10362
  msgid "Comments view login"
10363
  msgstr "Komentář upraven"
10364
 
10365
- #: wppa-settings-autosave.php:4009
10366
  #, fuzzy
10367
  msgid "Users must be logged in to see comments on photos."
10368
  msgstr "Musíte se <a href=&quot;\"%s\"&quot;>přihlásit</a> k napsání komentáře"
10369
 
10370
- #: wppa-settings-autosave.php:4010
10371
  msgid ""
10372
  "Check this box if you want users to be logged in to be able to see existing "
10373
  "comments on individual photos."
10374
  msgstr ""
10375
 
10376
- #: wppa-settings-autosave.php:4017
10377
  #, fuzzy
10378
  msgid "Last comment first"
10379
  msgstr "%d komentáře/ů"
10380
 
10381
- #: wppa-settings-autosave.php:4018
10382
  msgid "Display the newest comment on top."
10383
  msgstr ""
10384
 
10385
- #: wppa-settings-autosave.php:4019
10386
  msgid "If checked: Display the newest comment on top."
10387
  msgstr ""
10388
 
10389
- #: wppa-settings-autosave.php:4020
10390
  msgid "If unchecked, the comments are listed in the ordere they were entered."
10391
  msgstr ""
10392
 
10393
- #: wppa-settings-autosave.php:4027
10394
  #, fuzzy
10395
  msgid "Comment moderation"
10396
  msgstr "Komentáře"
10397
 
10398
- #: wppa-settings-autosave.php:4028
10399
  msgid "Comments from what users need approval."
10400
  msgstr ""
10401
 
10402
- #: wppa-settings-autosave.php:4029
10403
  msgid "Select the desired users of which the comments need approval."
10404
  msgstr ""
10405
 
10406
- #: wppa-settings-autosave.php:4031
10407
  #, fuzzy
10408
  msgid "All users"
10409
  msgstr "Všechna alba"
10410
 
10411
- #: wppa-settings-autosave.php:4031
10412
  msgid "Logged out users"
10413
  msgstr ""
10414
 
10415
- #: wppa-settings-autosave.php:4031
10416
  msgid "No users"
10417
  msgstr ""
10418
 
10419
- #: wppa-settings-autosave.php:4038
10420
  #, fuzzy
10421
  msgid "Comment email required"
10422
  msgstr "Komentář upraven"
10423
 
10424
- #: wppa-settings-autosave.php:4039
10425
  msgid "Commenting users must enter their email addresses."
10426
  msgstr ""
10427
 
10428
- #: wppa-settings-autosave.php:4047
10429
  #, fuzzy
10430
  msgid "Comment notify"
10431
  msgstr "Komentovat fotky:"
10432
 
10433
- #: wppa-settings-autosave.php:4048
10434
  msgid "Select who must receive an e-mail notification of a new comment."
10435
  msgstr ""
10436
 
10437
- #: wppa-settings-autosave.php:4051
10438
  #, fuzzy
10439
  msgid "--- None ---"
10440
  msgstr "--- žádné ---"
10441
 
10442
- #: wppa-settings-autosave.php:4052
10443
  #, fuzzy
10444
  msgid "--- Admin ---"
10445
  msgstr "--- žádné ---"
10446
 
10447
- #: wppa-settings-autosave.php:4053
10448
  #, fuzzy
10449
  msgid "--- Album owner ---"
10450
  msgstr "--- žádné ---"
10451
 
10452
- #: wppa-settings-autosave.php:4054
10453
  #, fuzzy
10454
  msgid "--- Admin & Owner ---"
10455
  msgstr "--- žádné ---"
10456
 
10457
- #: wppa-settings-autosave.php:4055
10458
  #, fuzzy
10459
  msgid "--- Uploader ---"
10460
  msgstr "--- žádné ---"
10461
 
10462
- #: wppa-settings-autosave.php:4056
10463
  #, fuzzy
10464
  msgid "--- Up & admin ---"
10465
  msgstr "--- vše ---"
10466
 
10467
- #: wppa-settings-autosave.php:4057
10468
  #, fuzzy
10469
  msgid "--- Up & Owner ---"
10470
  msgstr "--- žádné ---"
10471
 
10472
- #: wppa-settings-autosave.php:4080
10473
  #, fuzzy
10474
  msgid "Comment notify previous"
10475
  msgstr "Komentovat fotky:"
10476
 
10477
- #: wppa-settings-autosave.php:4081
10478
  #, fuzzy
10479
  msgid "Notify users who has commented this photo earlier."
10480
  msgstr "Dostáváte tento e-mail, protože jste přidedělen k jeho moderování"
10481
 
10482
- #: wppa-settings-autosave.php:4089
10483
  #, fuzzy
10484
  msgid "Comment ntfy added"
10485
  msgstr "Komentář byl odeslán"
10486
 
10487
- #: wppa-settings-autosave.php:4090
10488
  msgid "Show \"Comment added\" after successfull adding a comment."
10489
  msgstr ""
10490
 
10491
- #: wppa-settings-autosave.php:4098
10492
  msgid "ComTen alt display"
10493
  msgstr ""
10494
 
10495
- #: wppa-settings-autosave.php:4099
10496
  msgid "Display comments at comten thumbnails."
10497
  msgstr ""
10498
 
10499
- #: wppa-settings-autosave.php:4107
10500
  #, fuzzy
10501
  msgid "Comten Thumbnail width"
10502
  msgstr "Stránka s náhledy"
10503
 
10504
- #: wppa-settings-autosave.php:4108
10505
  msgid "The width of the thumbnail in the alt comment display."
10506
  msgstr ""
10507
 
10508
- #: wppa-settings-autosave.php:4111
10509
  msgid "Pixels"
10510
  msgstr ""
10511
 
10512
- #: wppa-settings-autosave.php:4116
10513
  msgid "Show smiley picker"
10514
  msgstr ""
10515
 
10516
- #: wppa-settings-autosave.php:4117
10517
  msgid "Display a clickable row of smileys."
10518
  msgstr ""
10519
 
10520
- #: wppa-settings-autosave.php:4125
10521
  #, fuzzy
10522
  msgid "Show commenter email"
10523
  msgstr "Váš komentář:"
10524
 
10525
- #: wppa-settings-autosave.php:4126
10526
  msgid "Show the commenter's email in the notify emails."
10527
  msgstr ""
10528
 
10529
- #: wppa-settings-autosave.php:4127
10530
  msgid "Shows the email address of the commenter in all notify emails."
10531
  msgstr ""
10532
 
10533
- #: wppa-settings-autosave.php:4128
10534
  msgid ""
10535
  "If switched off, admin will still receive the senders email in the "
10536
  "notification mail"
10537
  msgstr ""
10538
 
10539
- #: wppa-settings-autosave.php:4138
10540
  msgid "The opacity of the lightbox overlay background."
10541
  msgstr ""
10542
 
10543
- #: wppa-settings-autosave.php:4146
10544
  msgid "Click on background"
10545
  msgstr ""
10546
 
10547
- #: wppa-settings-autosave.php:4147
10548
  msgid "Select the action to be taken on click on background."
10549
  msgstr ""
10550
 
10551
- #: wppa-settings-autosave.php:4150
10552
  msgid "Nothing"
10553
  msgstr ""
10554
 
10555
- #: wppa-settings-autosave.php:4150
10556
  msgid "Exit (close)"
10557
  msgstr ""
10558
 
10559
- #: wppa-settings-autosave.php:4150
10560
  msgid "Browse (left/right)"
10561
  msgstr ""
10562
 
10563
- #: wppa-settings-autosave.php:4157
10564
  msgid "Overlay animation speed"
10565
  msgstr ""
10566
 
10567
- #: wppa-settings-autosave.php:4158
10568
  msgid "The fade-in time of the lightbox images"
10569
  msgstr ""
10570
 
10571
- #: wppa-settings-autosave.php:4161
10572
  msgid "very fast (100 ms.)"
10573
  msgstr ""
10574
 
10575
- #: wppa-settings-autosave.php:4161
10576
  msgid "fast (200 ms.)"
10577
  msgstr ""
10578
 
10579
- #: wppa-settings-autosave.php:4161
10580
  msgid "normal (300 ms.)"
10581
  msgstr ""
10582
 
10583
- #: wppa-settings-autosave.php:4161
10584
  msgid "slow (500 ms.)"
10585
  msgstr ""
10586
 
10587
- #: wppa-settings-autosave.php:4161
10588
  #, fuzzy
10589
  msgid "very slow (1 s.)"
10590
  msgstr "velmi nízká"
10591
 
10592
- #: wppa-settings-autosave.php:4161
10593
  msgid "extremely slow (2 s.)"
10594
  msgstr ""
10595
 
10596
- #: wppa-settings-autosave.php:4168
10597
  msgid "Overlay slideshow speed"
10598
  msgstr ""
10599
 
10600
- #: wppa-settings-autosave.php:4169
10601
  msgid "The time the lightbox images stay"
10602
  msgstr ""
10603
 
10604
- #: wppa-settings-autosave.php:4172
10605
  msgid "fast (3 s.)"
10606
  msgstr ""
10607
 
10608
- #: wppa-settings-autosave.php:4172
10609
  msgid "normal (5 s.)"
10610
  msgstr ""
10611
 
10612
- #: wppa-settings-autosave.php:4172
10613
  msgid "slow (8 s.)"
10614
  msgstr ""
10615
 
10616
- #: wppa-settings-autosave.php:4172
10617
  #, fuzzy
10618
  msgid "very slow (13 s.)"
10619
  msgstr "velmi nízká"
10620
 
10621
- #: wppa-settings-autosave.php:4172
10622
  msgid "extremely slow (20 s.)"
10623
  msgstr ""
10624
 
10625
- #: wppa-settings-autosave.php:4179
10626
  msgid "Overlay at top in Chrome"
10627
  msgstr ""
10628
 
10629
- #: wppa-settings-autosave.php:4180
10630
  msgid ""
10631
  "Place the overlay (lightbox) image at the top of the page in Chrome browsers."
10632
  msgstr ""
10633
 
10634
- #: wppa-settings-autosave.php:4181
10635
  msgid "This is required for certain mobile devices."
10636
  msgstr ""
10637
 
10638
- #: wppa-settings-autosave.php:4188
10639
  msgid "WPPA+ Lightbox global"
10640
  msgstr ""
10641
 
10642
- #: wppa-settings-autosave.php:4189
10643
  msgid "Use the wppa+ lightbox also for non-wppa images."
10644
  msgstr ""
10645
 
10646
- #: wppa-settings-autosave.php:4197
10647
  msgid "WPPA+ Lightbox global is a set"
10648
  msgstr ""
10649
 
10650
- #: wppa-settings-autosave.php:4198
10651
  msgid "Treat the other images as a set."
10652
  msgstr ""
10653
 
10654
- #: wppa-settings-autosave.php:4199
10655
  msgid ""
10656
  "If checked, you can scroll through the images in the lightbox view. Requires "
10657
  "item 5 to be checked."
10658
  msgstr ""
10659
 
10660
- #: wppa-settings-autosave.php:4206
10661
  msgid "Use hires files"
10662
  msgstr ""
10663
 
10664
- #: wppa-settings-autosave.php:4207
10665
  msgid "Use the highest resolution available for lightbox."
10666
  msgstr ""
10667
 
10668
- #: wppa-settings-autosave.php:4208
10669
  msgid "Ticking this box is recommended for lightbox fullscreen modes."
10670
  msgstr ""
10671
 
10672
- #: wppa-settings-autosave.php:4216
10673
  msgid "Videos on lightbox start automaticly."
10674
  msgstr ""
10675
 
10676
- #: wppa-settings-autosave.php:4225
10677
  msgid "Audio on lightbox start automaticly."
10678
  msgstr ""
10679
 
10680
- #: wppa-settings-autosave.php:4250
10681
  msgid "Table V:"
10682
  msgstr ""
10683
 
10684
- #: wppa-settings-autosave.php:4250
10685
  #, fuzzy
10686
  msgid "Fonts:"
10687
  msgstr "Komentáře"
10688
 
10689
- #: wppa-settings-autosave.php:4251
10690
  msgid "This table describes the Fonts used for the wppa+ elements."
10691
  msgstr ""
10692
 
10693
- #: wppa-settings-autosave.php:4261 wppa-settings-autosave.php:4437
10694
  msgid "Font family"
10695
  msgstr ""
10696
 
10697
- #: wppa-settings-autosave.php:4262 wppa-settings-autosave.php:4438
10698
  msgid "Font size"
10699
  msgstr ""
10700
 
10701
- #: wppa-settings-autosave.php:4263 wppa-settings-autosave.php:4439
10702
  msgid "Font color"
10703
  msgstr ""
10704
 
10705
- #: wppa-settings-autosave.php:4264 wppa-settings-autosave.php:4440
10706
  msgid "Font weight"
10707
  msgstr ""
10708
 
10709
- #: wppa-settings-autosave.php:4274
10710
  msgid "normal"
10711
  msgstr ""
10712
 
10713
- #: wppa-settings-autosave.php:4274
10714
  msgid "bold"
10715
  msgstr ""
10716
 
10717
- #: wppa-settings-autosave.php:4274
10718
  msgid "bolder"
10719
  msgstr ""
10720
 
10721
- #: wppa-settings-autosave.php:4274
10722
  msgid "lighter"
10723
  msgstr ""
10724
 
10725
- #: wppa-settings-autosave.php:4277
10726
  #, fuzzy
10727
  msgid "Album titles"
10728
  msgstr "Alba:"
10729
 
10730
- #: wppa-settings-autosave.php:4278
10731
  msgid "Font used for Album titles."
10732
  msgstr ""
10733
 
10734
- #: wppa-settings-autosave.php:4279
10735
  msgid "Enter font name, size, color and weight for album cover titles."
10736
  msgstr ""
10737
 
10738
- #: wppa-settings-autosave.php:4294
10739
  #, fuzzy
10740
  msgid "Slideshow desc"
10741
  msgstr "Slideshow"
10742
 
10743
- #: wppa-settings-autosave.php:4295
10744
  #, fuzzy
10745
  msgid "Font for slideshow photo descriptions."
10746
  msgstr "Zadat/upravit popis fotky"
10747
 
10748
- #: wppa-settings-autosave.php:4296
10749
  msgid ""
10750
  "Enter font name, size, color and weight for slideshow photo descriptions."
10751
  msgstr ""
10752
 
10753
- #: wppa-settings-autosave.php:4311
10754
  #, fuzzy
10755
  msgid "Slideshow name"
10756
  msgstr "Slideshow"
10757
 
10758
- #: wppa-settings-autosave.php:4312
10759
  #, fuzzy
10760
  msgid "Font for slideshow photo names."
10761
  msgstr "Zadejte název fotky"
10762
 
10763
- #: wppa-settings-autosave.php:4313
10764
  msgid "Enter font name, size, color and weight for slideshow photo names."
10765
  msgstr ""
10766
 
10767
- #: wppa-settings-autosave.php:4328
10768
  msgid "Navigations"
10769
  msgstr ""
10770
 
10771
- #: wppa-settings-autosave.php:4329
10772
  msgid "Font for navigations."
10773
  msgstr ""
10774
 
10775
- #: wppa-settings-autosave.php:4330
10776
  msgid "Enter font name, size, color and weight for navigation items."
10777
  msgstr ""
10778
 
10779
- #: wppa-settings-autosave.php:4346
10780
  msgid "Font for text under thumbnails."
10781
  msgstr ""
10782
 
10783
- #: wppa-settings-autosave.php:4347
10784
  msgid ""
10785
  "Enter font name, size, color and weight for text under thumbnail images."
10786
  msgstr ""
10787
 
10788
- #: wppa-settings-autosave.php:4363
10789
  msgid "General font in wppa boxes."
10790
  msgstr ""
10791
 
10792
- #: wppa-settings-autosave.php:4364
10793
  msgid "Enter font name, size, color and weight for all other items."
10794
  msgstr ""
10795
 
10796
- #: wppa-settings-autosave.php:4380
10797
  msgid "Font in wppa number bars."
10798
  msgstr ""
10799
 
10800
- #: wppa-settings-autosave.php:4381 wppa-settings-autosave.php:4398
10801
  msgid "Enter font name, size, color and weight for numberbar navigation."
10802
  msgstr ""
10803
 
10804
- #: wppa-settings-autosave.php:4396
10805
  msgid "Numbar Active"
10806
  msgstr ""
10807
 
10808
- #: wppa-settings-autosave.php:4397
10809
  msgid "Font in wppa number bars, active item."
10810
  msgstr ""
10811
 
10812
- #: wppa-settings-autosave.php:4414
10813
  msgid "Font in wppa lightbox overlays."
10814
  msgstr ""
10815
 
10816
- #: wppa-settings-autosave.php:4415
10817
  msgid "Enter font name, size, color and weight for wppa lightbox overlays."
10818
  msgstr ""
10819
 
10820
- #: wppa-settings-autosave.php:4450
10821
  msgid "Table VI:"
10822
  msgstr ""
10823
 
10824
- #: wppa-settings-autosave.php:4450
10825
  #, fuzzy
10826
  msgid "Links:"
10827
  msgstr "Odkaz na"
10828
 
10829
- #: wppa-settings-autosave.php:4451
10830
  msgid "This table defines the link types and pages."
10831
  msgstr ""
10832
 
10833
- #: wppa-settings-autosave.php:4462 wppa-settings-autosave.php:5461
10834
  #, fuzzy
10835
  msgid "Link page"
10836
  msgstr "Odkaz na"
10837
 
10838
- #: wppa-settings-autosave.php:4464 wppa-settings-autosave.php:5463
10839
  msgid "Photo specific link overrules"
10840
  msgstr ""
10841
 
10842
- #: wppa-settings-autosave.php:4464 wppa-settings-autosave.php:5463
10843
  msgid "PSO"
10844
  msgstr ""
10845
 
10846
- #: wppa-settings-autosave.php:4514
10847
  #, fuzzy
10848
  msgid "--- The same post or page ---"
10849
  msgstr "--- samostatné ---"
10850
 
10851
- #: wppa-settings-autosave.php:4545
10852
  msgid "--- No page to link to (yet) ---"
10853
  msgstr ""
10854
 
10855
- #: wppa-settings-autosave.php:4550
10856
  #, fuzzy
10857
  msgid "--- Will be auto created ---"
10858
  msgstr "--- samostatné ---"
10859
 
10860
- #: wppa-settings-autosave.php:4552
10861
  msgid "Links from images in WPPA+ Widgets"
10862
  msgstr ""
10863
 
10864
- #: wppa-settings-autosave.php:4554
10865
  msgid "PotdWidget"
10866
  msgstr ""
10867
 
10868
- #: wppa-settings-autosave.php:4555
10869
  msgid "Photo Of The Day widget link."
10870
  msgstr ""
10871
 
10872
- #: wppa-settings-autosave.php:4556
10873
  msgid "Select the type of link the photo of the day points to."
10874
  msgstr ""
10875
 
10876
- #: wppa-settings-autosave.php:4557
10877
  msgid ""
10878
  "If you select 'defined on widget admin page' you can manually enter a link "
10879
  "and title on the Photo of the day Widget Admin page."
10880
  msgstr ""
10881
 
10882
- #: wppa-settings-autosave.php:4566 wppa-settings-autosave.php:4609
10883
- #: wppa-settings-autosave.php:4687 wppa-settings-autosave.php:4730
10884
- #: wppa-settings-autosave.php:4778 wppa-settings-autosave.php:4825
10885
- #: wppa-settings-autosave.php:4872 wppa-settings-autosave.php:4924
10886
- #: wppa-settings-autosave.php:4962 wppa-settings-autosave.php:5012
10887
- #: wppa-settings-autosave.php:5054 wppa-settings-autosave.php:5094
10888
- #: wppa-settings-autosave.php:8797
10889
  msgid "no link at all."
10890
  msgstr ""
10891
 
10892
- #: wppa-settings-autosave.php:4567 wppa-settings-autosave.php:4610
10893
- #: wppa-settings-autosave.php:4688 wppa-settings-autosave.php:4731
10894
- #: wppa-settings-autosave.php:4779 wppa-settings-autosave.php:4826
10895
- #: wppa-settings-autosave.php:4873 wppa-settings-autosave.php:4925
10896
- #: wppa-settings-autosave.php:4963 wppa-settings-autosave.php:5013
10897
- #: wppa-settings-autosave.php:5055 wppa-settings-autosave.php:5095
10898
- #: wppa-settings-autosave.php:8798
10899
  msgid "the plain photo (file)."
10900
  msgstr ""
10901
 
10902
- #: wppa-settings-autosave.php:4568 wppa-settings-autosave.php:8804
10903
  #, fuzzy
10904
  msgid "defined on widget admin page."
10905
  msgstr "Vyberte prosím cílovou stránku pro super view widget v Table VI-C"
10906
 
10907
- #: wppa-settings-autosave.php:4569 wppa-settings-autosave.php:4612
10908
- #: wppa-settings-autosave.php:5014 wppa-settings-autosave.php:5056
10909
- #: wppa-settings-autosave.php:8802
10910
  msgid "the content of the album."
10911
  msgstr ""
10912
 
10913
- #: wppa-settings-autosave.php:4570 wppa-settings-autosave.php:4613
10914
- #: wppa-settings-autosave.php:4689 wppa-settings-autosave.php:4734
10915
- #: wppa-settings-autosave.php:4782 wppa-settings-autosave.php:4829
10916
- #: wppa-settings-autosave.php:4876 wppa-settings-autosave.php:4964
10917
- #: wppa-settings-autosave.php:5015 wppa-settings-autosave.php:5057
10918
- #: wppa-settings-autosave.php:8799
10919
  msgid "the full size photo in a slideshow."
10920
  msgstr ""
10921
 
10922
- #: wppa-settings-autosave.php:4571 wppa-settings-autosave.php:4614
10923
- #: wppa-settings-autosave.php:4690 wppa-settings-autosave.php:4735
10924
- #: wppa-settings-autosave.php:4783 wppa-settings-autosave.php:4830
10925
- #: wppa-settings-autosave.php:4877 wppa-settings-autosave.php:4965
10926
- #: wppa-settings-autosave.php:5016 wppa-settings-autosave.php:5058
10927
- #: wppa-settings-autosave.php:5096 wppa-settings-autosave.php:8800
10928
  msgid "the fullsize photo on its own."
10929
  msgstr ""
10930
 
10931
- #: wppa-settings-autosave.php:4572 wppa-settings-autosave.php:4615
10932
- #: wppa-settings-autosave.php:4654 wppa-settings-autosave.php:4693
10933
- #: wppa-settings-autosave.php:4738 wppa-settings-autosave.php:4786
10934
- #: wppa-settings-autosave.php:4833 wppa-settings-autosave.php:4880
10935
- #: wppa-settings-autosave.php:4968
10936
  msgid "a plain page without a querystring."
10937
  msgstr ""
10938
 
10939
- #: wppa-settings-autosave.php:4573 wppa-settings-autosave.php:4616
10940
- #: wppa-settings-autosave.php:4655 wppa-settings-autosave.php:4694
10941
- #: wppa-settings-autosave.php:4739 wppa-settings-autosave.php:4787
10942
- #: wppa-settings-autosave.php:4834 wppa-settings-autosave.php:4881
10943
- #: wppa-settings-autosave.php:4927 wppa-settings-autosave.php:4969
10944
- #: wppa-settings-autosave.php:5017 wppa-settings-autosave.php:5059
10945
- #: wppa-settings-autosave.php:5097
10946
  msgid "lightbox."
10947
  msgstr ""
10948
 
10949
- #: wppa-settings-autosave.php:4598
10950
  msgid "SlideWidget"
10951
  msgstr ""
10952
 
10953
- #: wppa-settings-autosave.php:4599
10954
  msgid "Slideshow widget photo link."
10955
  msgstr ""
10956
 
10957
- #: wppa-settings-autosave.php:4600
10958
  msgid "Select the type of link the slideshow photos point to."
10959
  msgstr ""
10960
 
10961
- #: wppa-settings-autosave.php:4611 wppa-settings-autosave.php:8803
10962
  msgid "defined at widget activation."
10963
  msgstr ""
10964
 
10965
- #: wppa-settings-autosave.php:4641
10966
  #, fuzzy
10967
  msgid "Album widget"
10968
  msgstr "Administrace alb"
10969
 
10970
- #: wppa-settings-autosave.php:4642
10971
  msgid "Album widget thumbnail link"
10972
  msgstr ""
10973
 
10974
- #: wppa-settings-autosave.php:4643
10975
  msgid "Select the type of link the album widget photos point to."
10976
  msgstr ""
10977
 
10978
- #: wppa-settings-autosave.php:4652
10979
  msgid "subalbums and thumbnails."
10980
  msgstr ""
10981
 
10982
- #: wppa-settings-autosave.php:4653
10983
  #, fuzzy
10984
  msgid "slideshow."
10985
  msgstr "Slideshow"
10986
 
10987
- #: wppa-settings-autosave.php:4676
10988
  #, fuzzy
10989
  msgid "ThumbnailWidget"
10990
  msgstr "Stránka s náhledy"
10991
 
10992
- #: wppa-settings-autosave.php:4677
10993
  #, fuzzy
10994
  msgid "Thumbnail widget photo link."
10995
  msgstr "Označkované fotografie"
10996
 
10997
- #: wppa-settings-autosave.php:4678
10998
  msgid "Select the type of link the thumbnail photos point to."
10999
  msgstr ""
11000
 
11001
- #: wppa-settings-autosave.php:4691 wppa-settings-autosave.php:4736
11002
- #: wppa-settings-autosave.php:4784 wppa-settings-autosave.php:4831
11003
- #: wppa-settings-autosave.php:4878 wppa-settings-autosave.php:4966
11004
  msgid "the single photo in the style of a slideshow."
11005
  msgstr ""
11006
 
11007
- #: wppa-settings-autosave.php:4692 wppa-settings-autosave.php:4737
11008
- #: wppa-settings-autosave.php:4785 wppa-settings-autosave.php:4832
11009
- #: wppa-settings-autosave.php:4879 wppa-settings-autosave.php:4967
11010
- #: wppa-settings-autosave.php:5099
11011
  msgid "the fs photo with download and print buttons."
11012
  msgstr ""
11013
 
11014
- #: wppa-settings-autosave.php:4719
11015
  msgid "TopTenWidget"
11016
  msgstr ""
11017
 
11018
- #: wppa-settings-autosave.php:4720
11019
  msgid "TopTen widget photo link."
11020
  msgstr ""
11021
 
11022
- #: wppa-settings-autosave.php:4721
11023
  msgid "Select the type of link the top ten photos point to."
11024
  msgstr ""
11025
 
11026
- #: wppa-settings-autosave.php:4732
11027
  msgid "the content of the virtual topten album."
11028
  msgstr ""
11029
 
11030
- #: wppa-settings-autosave.php:4733 wppa-settings-autosave.php:4781
11031
- #: wppa-settings-autosave.php:4828 wppa-settings-autosave.php:4875
11032
  msgid "the content of the thumbnails album."
11033
  msgstr ""
11034
 
11035
- #: wppa-settings-autosave.php:4767
11036
  msgid "LasTenWidget"
11037
  msgstr ""
11038
 
11039
- #: wppa-settings-autosave.php:4768
11040
  #, fuzzy
11041
  msgid "Last Ten widget photo link."
11042
  msgstr "Nedávno nahrané fotky"
11043
 
11044
- #: wppa-settings-autosave.php:4769
11045
  msgid "Select the type of link the last ten photos point to."
11046
  msgstr ""
11047
 
11048
- #: wppa-settings-autosave.php:4780
11049
  msgid "the content of the virtual lasten album."
11050
  msgstr ""
11051
 
11052
- #: wppa-settings-autosave.php:4814
11053
  #, fuzzy
11054
  msgid "CommentWidget"
11055
  msgstr "Komentář byl odeslán"
11056
 
11057
- #: wppa-settings-autosave.php:4815
11058
  #, fuzzy
11059
  msgid "Comment widget photo link."
11060
  msgstr "Komentovat fotky:"
11061
 
11062
- #: wppa-settings-autosave.php:4816
11063
  msgid "Select the type of link the comment widget photos point to."
11064
  msgstr ""
11065
 
11066
- #: wppa-settings-autosave.php:4827
11067
  msgid "the content of the virtual comten album."
11068
  msgstr ""
11069
 
11070
- #: wppa-settings-autosave.php:4861
11071
  msgid "FeaTenWidget"
11072
  msgstr ""
11073
 
11074
- #: wppa-settings-autosave.php:4862
11075
  msgid "FeaTen widget photo link."
11076
  msgstr ""
11077
 
11078
- #: wppa-settings-autosave.php:4863
11079
  msgid "Select the type of link the featured ten photos point to."
11080
  msgstr ""
11081
 
11082
- #: wppa-settings-autosave.php:4874
11083
  msgid "the content of the virtual featen album."
11084
  msgstr ""
11085
 
11086
- #: wppa-settings-autosave.php:4907
11087
  msgid "Links from other WPPA+ images"
11088
  msgstr ""
11089
 
11090
- #: wppa-settings-autosave.php:4909
11091
  msgid "Cover Image"
11092
  msgstr ""
11093
 
11094
- #: wppa-settings-autosave.php:4910
11095
  msgid "The link from the cover image of an album."
11096
  msgstr ""
11097
 
11098
- #: wppa-settings-autosave.php:4911
11099
  msgid "Select the type of link the coverphoto points to."
11100
  msgstr ""
11101
 
11102
- #: wppa-settings-autosave.php:4912
11103
  msgid "The link from the album title can be configured on the Edit Album page."
11104
  msgstr ""
11105
 
11106
- #: wppa-settings-autosave.php:4913
11107
  msgid "This link will be used for the photo also if you select: same as title."
11108
  msgstr ""
11109
 
11110
- #: wppa-settings-autosave.php:4914
11111
  msgid ""
11112
  "If you specify New Tab on this line, all links from the cover will open a "
11113
  "new tab,"
11114
  msgstr ""
11115
 
11116
- #: wppa-settings-autosave.php:4915
11117
  msgid "except when Ajax is activated on Table IV-A1."
11118
  msgstr ""
11119
 
11120
- #: wppa-settings-autosave.php:4926 wppa-settings-autosave.php:8805
11121
  msgid "same as title."
11122
  msgstr ""
11123
 
11124
- #: wppa-settings-autosave.php:4928
11125
  msgid "a slideshow starting at the photo"
11126
  msgstr ""
11127
 
11128
- #: wppa-settings-autosave.php:4949
11129
  #, fuzzy
11130
  msgid "Thumbnail"
11131
  msgstr "Označkované fotografie"
11132
 
11133
- #: wppa-settings-autosave.php:4950
11134
  #, fuzzy
11135
  msgid "Thumbnail link."
11136
  msgstr "Stránka s náhledy"
11137
 
11138
- #: wppa-settings-autosave.php:4951 wppa-settings-autosave.php:5001
11139
- #: wppa-settings-autosave.php:5043
11140
  msgid "Select the type of link you want, or no link at all."
11141
  msgstr ""
11142
 
11143
- #: wppa-settings-autosave.php:4952 wppa-settings-autosave.php:5002
11144
- #: wppa-settings-autosave.php:5044
11145
  msgid ""
11146
  "If you select the fullsize photo on its own, it will be stretched to fit, "
11147
  "regardless of that setting."
11148
  msgstr ""
11149
 
11150
- #: wppa-settings-autosave.php:4953 wppa-settings-autosave.php:5003
11151
- #: wppa-settings-autosave.php:5045
11152
  #, php-format
11153
  msgid ""
11154
  "Note that a page must have at least %%wppa%% or [wppa][/wppa] in its content "
11155
  "to show up the photo(s)."
11156
  msgstr ""
11157
 
11158
- #: wppa-settings-autosave.php:4982
11159
  #, fuzzy
11160
  msgid "Auto Page"
11161
  msgstr "Automatika, záblesk"
11162
 
11163
- #: wppa-settings-autosave.php:4999
11164
  #, fuzzy
11165
  msgid "Sphoto"
11166
  msgstr "fotka"
11167
 
11168
- #: wppa-settings-autosave.php:5000
11169
  #, fuzzy
11170
  msgid "Single photo link."
11171
  msgstr "Zadejte název fotky"
11172
 
11173
- #: wppa-settings-autosave.php:5041
11174
  #, fuzzy
11175
  msgid "Mphoto"
11176
  msgstr "fotka"
11177
 
11178
- #: wppa-settings-autosave.php:5042
11179
  msgid "Media-like photo link."
11180
  msgstr ""
11181
 
11182
- #: wppa-settings-autosave.php:5084
11183
  msgid "Slideshow fullsize link"
11184
  msgstr ""
11185
 
11186
- #: wppa-settings-autosave.php:5085
11187
  msgid ""
11188
  "You can overrule lightbox but not big browse buttons with the photo specifc "
11189
  "link."
11190
  msgstr ""
11191
 
11192
- #: wppa-settings-autosave.php:5098
11193
  msgid "lightbox single photos."
11194
  msgstr ""
11195
 
11196
- #: wppa-settings-autosave.php:5100
11197
  #, fuzzy
11198
  msgid "the thumbnails."
11199
  msgstr "Prohlédnout náhledy"
11200
 
11201
- #: wppa-settings-autosave.php:5124
11202
  msgid "Film linktype"
11203
  msgstr ""
11204
 
11205
- #: wppa-settings-autosave.php:5125
11206
  msgid "Direct access goto image in:"
11207
  msgstr ""
11208
 
11209
- #: wppa-settings-autosave.php:5126
11210
  msgid ""
11211
  "Select the action to be taken when the user clicks on a filmstrip image."
11212
  msgstr ""
11213
 
11214
- #: wppa-settings-autosave.php:5131
11215
  #, fuzzy
11216
  msgid "slideshow window"
11217
  msgstr "Slideshow"
11218
 
11219
- #: wppa-settings-autosave.php:5132
11220
  msgid "lightbox overlay"
11221
  msgstr ""
11222
 
11223
- #: wppa-settings-autosave.php:5147
11224
  #, fuzzy
11225
  msgid "Other links"
11226
  msgstr "Ostatní"
11227
 
11228
- #: wppa-settings-autosave.php:5149
11229
  msgid "Download Link (aka Art Monkey link)"
11230
  msgstr ""
11231
 
11232
- #: wppa-settings-autosave.php:5150
11233
  msgid "Makes the photo name a download button."
11234
  msgstr ""
11235
 
11236
- #: wppa-settings-autosave.php:5151
11237
  msgid "Link Photo name in slideshow to file or zip with photoname as filename."
11238
  msgstr ""
11239
 
11240
- #: wppa-settings-autosave.php:5155 wppa-settings-autosave.php:5202
11241
  msgid "image file"
11242
  msgstr ""
11243
 
11244
- #: wppa-settings-autosave.php:5156 wppa-settings-autosave.php:5203
11245
  msgid "zipped image"
11246
  msgstr ""
11247
 
11248
- #: wppa-settings-autosave.php:5169
11249
  msgid "Art Monkey Source"
11250
  msgstr ""
11251
 
11252
- #: wppa-settings-autosave.php:5170
11253
  msgid "Use Source file for art monkey link if available."
11254
  msgstr ""
11255
 
11256
- #: wppa-settings-autosave.php:5179
11257
  msgid "Art Monkey Display"
11258
  msgstr ""
11259
 
11260
- #: wppa-settings-autosave.php:5180
11261
  msgid "Select button or link ( text )."
11262
  msgstr ""
11263
 
11264
- #: wppa-settings-autosave.php:5185
11265
  msgid "Textlink"
11266
  msgstr ""
11267
 
11268
- #: wppa-settings-autosave.php:5197
11269
  msgid "Popup Download Link"
11270
  msgstr ""
11271
 
11272
- #: wppa-settings-autosave.php:5198
11273
  msgid "Configure the download link on fullsize popups."
11274
  msgstr ""
11275
 
11276
- #: wppa-settings-autosave.php:5199
11277
  msgid "Link fullsize popup download button to either image or zip file."
11278
  msgstr ""
11279
 
11280
- #: wppa-settings-autosave.php:5215
11281
  msgid "Download link on lightbox"
11282
  msgstr ""
11283
 
11284
- #: wppa-settings-autosave.php:5216
11285
  msgid "Art monkey link on lightbox photo names."
11286
  msgstr ""
11287
 
11288
- #: wppa-settings-autosave.php:5225
11289
  #, fuzzy
11290
  msgid "Album download link"
11291
  msgstr "Administrace alb"
11292
 
11293
- #: wppa-settings-autosave.php:5226
11294
  msgid "Place an album download link on the album covers"
11295
  msgstr ""
11296
 
11297
- #: wppa-settings-autosave.php:5227
11298
  msgid "Creates a download zipfile containing the photos of the album"
11299
  msgstr ""
11300
 
11301
- #: wppa-settings-autosave.php:5235
11302
  msgid "Album download Source"
11303
  msgstr ""
11304
 
11305
- #: wppa-settings-autosave.php:5236
11306
  msgid "Use Source file for album download link if available."
11307
  msgstr ""
11308
 
11309
- #: wppa-settings-autosave.php:5245
11310
  msgid "Tagcloud Link"
11311
  msgstr ""
11312
 
11313
- #: wppa-settings-autosave.php:5246
11314
  msgid "Configure the link from the tags in the tag cloud."
11315
  msgstr ""
11316
 
11317
- #: wppa-settings-autosave.php:5247
11318
  msgid "Link the tag words to ether the thumbnails or the slideshow."
11319
  msgstr ""
11320
 
11321
- #: wppa-settings-autosave.php:5256 wppa-settings-autosave.php:5287
11322
- #: wppa-settings-autosave.php:5382
11323
  #, fuzzy
11324
  msgid "slideshow"
11325
  msgstr "Slideshow"
11326
 
11327
- #: wppa-settings-autosave.php:5276
11328
  msgid "Multitag Link"
11329
  msgstr ""
11330
 
11331
- #: wppa-settings-autosave.php:5277
11332
  msgid "Configure the link from the multitag selection."
11333
  msgstr ""
11334
 
11335
- #: wppa-settings-autosave.php:5278
11336
  msgid "Link to ether the thumbnails or the slideshow."
11337
  msgstr ""
11338
 
11339
- #: wppa-settings-autosave.php:5307
11340
  #, fuzzy
11341
  msgid "Super View Landing"
11342
  msgstr "Super View fotky"
11343
 
11344
- #: wppa-settings-autosave.php:5308
11345
  msgid "The landing page for the Super View widget."
11346
  msgstr ""
11347
 
11348
- #: wppa-settings-autosave.php:5316
11349
  msgid "Defined by the visitor"
11350
  msgstr ""
11351
 
11352
- #: wppa-settings-autosave.php:5329
11353
  #, fuzzy
11354
  msgid "Uploader Landing"
11355
  msgstr "Nahrávání selhalo"
11356
 
11357
- #: wppa-settings-autosave.php:5330
11358
  msgid "Select the landing page for the Uploader Widget"
11359
  msgstr ""
11360
 
11361
- #: wppa-settings-autosave.php:5350
11362
  msgid "Bestof Landing"
11363
  msgstr ""
11364
 
11365
- #: wppa-settings-autosave.php:5351
11366
  msgid "Select the landing page for the BestOf Widget / Box"
11367
  msgstr ""
11368
 
11369
- #: wppa-settings-autosave.php:5371
11370
  msgid "Album navigator Link"
11371
  msgstr ""
11372
 
11373
- #: wppa-settings-autosave.php:5372
11374
  msgid "Select link type and page for the Album navigator Widget"
11375
  msgstr ""
11376
 
11377
- #: wppa-settings-autosave.php:5400
11378
  msgid "Supersearch Landing"
11379
  msgstr ""
11380
 
11381
- #: wppa-settings-autosave.php:5401
11382
  msgid "Select the landing page for the Supersearch Box"
11383
  msgstr ""
11384
 
11385
- #: wppa-settings-autosave.php:5421
11386
  msgid "SM widget return"
11387
  msgstr ""
11388
 
11389
- #: wppa-settings-autosave.php:5422
11390
  msgid "Select the return link for social media from widgets"
11391
  msgstr ""
11392
 
11393
- #: wppa-settings-autosave.php:5423
11394
  msgid ""
11395
  "If you select Landing page, and it wont work, it may be required to set the "
11396
  "Occur to the sequence number of the landing shortcode on the page."
11397
  msgstr ""
11398
 
11399
- #: wppa-settings-autosave.php:5424
11400
  msgid ""
11401
  "Normally it is 1, but you can try 2 etc. Always create a new shared link to "
11402
  "test a setting."
11403
  msgstr ""
11404
 
11405
- #: wppa-settings-autosave.php:5432
11406
  #, fuzzy
11407
  msgid "Home page"
11408
  msgstr "Domů"
11409
 
11410
- #: wppa-settings-autosave.php:5433
11411
  #, fuzzy
11412
  msgid "Landing page"
11413
  msgstr "Vyberte prosím cílovou stránku pro super view widget v Table VI-C"
11414
 
11415
- #: wppa-settings-autosave.php:5444
11416
  msgid "Occur"
11417
  msgstr ""
11418
 
11419
- #: wppa-settings-autosave.php:5473
11420
  msgid "Table VII:"
11421
  msgstr ""
11422
 
11423
- #: wppa-settings-autosave.php:5473
11424
  msgid "Permissions and Restrictions:"
11425
  msgstr ""
11426
 
11427
- #: wppa-settings-autosave.php:5474
11428
  msgid ""
11429
  "This table describes the access settings for admin and front-end activities."
11430
  msgstr ""
11431
 
11432
- #: wppa-settings-autosave.php:5502
11433
  msgid "Role"
11434
  msgstr ""
11435
 
11436
- #: wppa-settings-autosave.php:5511
11437
  msgid ""
11438
  "Admin settings per user role. Enabling these settings will overrule the "
11439
  "front-end settings for the specific user role"
11440
  msgstr ""
11441
 
11442
- #: wppa-settings-autosave.php:5535
11443
  msgid "Frontend create Albums and upload Photos enabling and limiting settings"
11444
  msgstr ""
11445
 
11446
- #: wppa-settings-autosave.php:5537
11447
  #, fuzzy
11448
  msgid "User create Albums"
11449
  msgstr "Album:"
11450
 
11451
- #: wppa-settings-autosave.php:5538
11452
  #, fuzzy
11453
  msgid "Enable frontend album creation."
11454
  msgstr "Zadat/upravit popis fotky"
11455
 
11456
- #: wppa-settings-autosave.php:5539
11457
  msgid "If you check this item, frontend album creation will be enabled."
11458
  msgstr ""
11459
 
11460
- #: wppa-settings-autosave.php:5549
11461
  #, fuzzy
11462
  msgid "User edit album"
11463
  msgstr "Album:"
11464
 
11465
- #: wppa-settings-autosave.php:5550
11466
  #, fuzzy
11467
  msgid "Enable frontent edit album name and description."
11468
  msgstr "Zadat/upravit popis fotky"
11469
 
11470
- #: wppa-settings-autosave.php:5560
11471
  #, fuzzy
11472
  msgid "User delete Albums"
11473
  msgstr "Album:"
11474
 
11475
- #: wppa-settings-autosave.php:5561
11476
  #, fuzzy
11477
  msgid "Enable frontend album deletion"
11478
  msgstr "Zadat/upravit popis fotky"
11479
 
11480
- #: wppa-settings-autosave.php:5562
11481
  msgid "If you check this item, frontend album deletion will be enabled."
11482
  msgstr ""
11483
 
11484
- #: wppa-settings-autosave.php:5572
11485
  #, fuzzy
11486
  msgid "User create Albums login"
11487
  msgstr "Album:"
11488
 
11489
- #: wppa-settings-autosave.php:5573
11490
  msgid "Frontend album creation requires the user is logged in."
11491
  msgstr ""
11492
 
11493
- #: wppa-settings-autosave.php:5599
11494
  #, fuzzy, php-format
11495
  msgid "Upload limit %s"
11496
  msgstr "Nahrát fotky"
11497
 
11498
- #: wppa-settings-autosave.php:5600
11499
  msgid "Limit upload capacity for logged out users."
11500
  msgstr ""
11501
 
11502
- #: wppa-settings-autosave.php:5601
11503
  #, php-format
11504
  msgid "Limit upload capacity for the user role %s."
11505
  msgstr ""
11506
 
11507
- #: wppa-settings-autosave.php:5602
11508
  msgid "This setting has only effect when Table VII-B2 is unchecked."
11509
  msgstr ""
11510
 
11511
- #: wppa-settings-autosave.php:5603
11512
  msgid ""
11513
  "This limitation only applies to frontend uploads when the same userrole does "
11514
  "not have the Upload checkbox checked in Table VII-A."
11515
  msgstr ""
11516
 
11517
- #: wppa-settings-autosave.php:5604 wppa-settings-autosave.php:5620
11518
- #: wppa-settings-autosave.php:7002
11519
  msgid "A value of 0 means: no limit."
11520
  msgstr ""
11521
 
11522
- #: wppa-settings-autosave.php:5617
11523
  #, fuzzy, php-format
11524
  msgid "Album limit %s"
11525
  msgstr "Administrace alb"
11526
 
11527
- #: wppa-settings-autosave.php:5618
11528
  #, php-format
11529
  msgid "Limit number of albums for the user role %s."
11530
  msgstr ""
11531
 
11532
- #: wppa-settings-autosave.php:5619
11533
  msgid ""
11534
  "This limitation only applies to frontend create albums when the same "
11535
  "userrole does not have the Album admin checkbox checked in Table VII-A."
11536
  msgstr ""
11537
 
11538
- #: wppa-settings-autosave.php:5631
11539
  #, fuzzy
11540
  msgid "Upload one only"
11541
  msgstr "Nahrát fotku"
11542
 
11543
- #: wppa-settings-autosave.php:5632
11544
  msgid "Non admin users can upload only one photo at a time."
11545
  msgstr ""
11546
 
11547
- #: wppa-settings-autosave.php:5642
11548
  #, fuzzy
11549
  msgid "Upload moderation"
11550
  msgstr "Nahrát fotku"
11551
 
11552
- #: wppa-settings-autosave.php:5643
11553
  #, fuzzy
11554
  msgid "Uploaded photos need moderation."
11555
  msgstr "Toto nahrání vyžaduje úpravu"
11556
 
11557
- #: wppa-settings-autosave.php:5644
11558
  msgid ""
11559
  "If checked, photos uploaded by users who do not have photo album admin "
11560
  "access rights need moderation."
11561
  msgstr ""
11562
 
11563
- #: wppa-settings-autosave.php:5645
11564
  msgid ""
11565
  "Users who have photo album admin access rights can change the photo status "
11566
  "to publish or featured."
11567
  msgstr ""
11568
 
11569
- #: wppa-settings-autosave.php:5646
11570
  msgid "You can set the album admin access rights in Table VII-A."
11571
  msgstr ""
11572
 
11573
- #: wppa-settings-autosave.php:5655
11574
  #, fuzzy
11575
  msgid "Upload notify"
11576
  msgstr "Nahrát fotku"
11577
 
11578
- #: wppa-settings-autosave.php:5656
11579
  msgid "Notify admin at frontend upload."
11580
  msgstr ""
11581
 
11582
- #: wppa-settings-autosave.php:5657 wppa-settings-autosave.php:5668
11583
  msgid "If checked, admin will receive a notification by email."
11584
  msgstr ""
11585
 
11586
- #: wppa-settings-autosave.php:5666
11587
  msgid "Upload backend notify"
11588
  msgstr ""
11589
 
11590
- #: wppa-settings-autosave.php:5667
11591
  msgid "Notify admin at backend upload."
11592
  msgstr ""
11593
 
11594
- #: wppa-settings-autosave.php:5677
11595
  msgid "Max size in pixels"
11596
  msgstr ""
11597
 
11598
- #: wppa-settings-autosave.php:5678
11599
  msgid "Max size for height and width for front-end uploads."
11600
  msgstr ""
11601
 
11602
- #: wppa-settings-autosave.php:5679
11603
  msgid "Enter the maximum size. 0 is unlimited"
11604
  msgstr ""
11605
 
11606
- #: wppa-settings-autosave.php:5688
11607
  msgid "Home after Upload"
11608
  msgstr ""
11609
 
11610
- #: wppa-settings-autosave.php:5689
11611
  msgid "After successfull front-end upload, go to the home page."
11612
  msgstr ""
11613
 
11614
- #: wppa-settings-autosave.php:5699
11615
  msgid "Admin Functionality restrictions for non administrators"
11616
  msgstr ""
11617
 
11618
- #: wppa-settings-autosave.php:5701
11619
  msgid "Alt thumb is restricted"
11620
  msgstr ""
11621
 
11622
- #: wppa-settings-autosave.php:5702
11623
  msgid "Using <b>alt thumbsize</b> is a restricted action."
11624
  msgstr ""
11625
 
11626
- #: wppa-settings-autosave.php:5703
11627
  msgid ""
11628
  "If checked: alt thumbsize can not be set in album admin by users not having "
11629
  "admin rights."
11630
  msgstr ""
11631
 
11632
- #: wppa-settings-autosave.php:5712
11633
  msgid "Link is restricted"
11634
  msgstr ""
11635
 
11636
- #: wppa-settings-autosave.php:5713
11637
  msgid "Using <b>Link to</b> is a restricted action."
11638
  msgstr ""
11639
 
11640
- #: wppa-settings-autosave.php:5714
11641
  msgid ""
11642
  "If checked: Link to: can not be set in album admin by users not having admin "
11643
  "rights."
11644
  msgstr ""
11645
 
11646
- #: wppa-settings-autosave.php:5723
11647
  msgid "CoverType is restricted"
11648
  msgstr ""
11649
 
11650
- #: wppa-settings-autosave.php:5724
11651
  msgid "Changing <b>Cover Type</b> is a restricted action."
11652
  msgstr ""
11653
 
11654
- #: wppa-settings-autosave.php:5725
11655
  msgid ""
11656
  "If checked: Cover Type: can not be set in album admin by users not having "
11657
  "admin rights."
11658
  msgstr ""
11659
 
11660
- #: wppa-settings-autosave.php:5734
11661
  msgid "Photo order# is restricted"
11662
  msgstr ""
11663
 
11664
- #: wppa-settings-autosave.php:5735
11665
  msgid "Changing <b>Photo sort order #</b> is a restricted action."
11666
  msgstr ""
11667
 
11668
- #: wppa-settings-autosave.php:5736
11669
  msgid ""
11670
  "If checked: Photo sort order #: can not be set in photo admin by users not "
11671
  "having admin rights."
11672
  msgstr ""
11673
 
11674
- #: wppa-settings-autosave.php:5745
11675
  msgid "Change source restricted"
11676
  msgstr ""
11677
 
11678
- #: wppa-settings-autosave.php:5746
11679
  msgid "Changing the import source dir requires admin rights."
11680
  msgstr ""
11681
 
11682
- #: wppa-settings-autosave.php:5747
11683
  msgid ""
11684
  "If checked, the imput source for importing photos and albums is restricted "
11685
  "to user role administrator."
11686
  msgstr ""
11687
 
11688
- #: wppa-settings-autosave.php:5756
11689
  msgid "Extended status restricted"
11690
  msgstr ""
11691
 
11692
- #: wppa-settings-autosave.php:5757
11693
  msgid "Setting status other than pending or publish requires admin rights."
11694
  msgstr ""
11695
 
11696
- #: wppa-settings-autosave.php:5767
11697
  msgid "Photo description restricted"
11698
  msgstr ""
11699
 
11700
- #: wppa-settings-autosave.php:5768
11701
  msgid "Edit photo description requires admin rights."
11702
  msgstr ""
11703
 
11704
- #: wppa-settings-autosave.php:5778
11705
  msgid "Update photofiles restricted"
11706
  msgstr ""
11707
 
11708
- #: wppa-settings-autosave.php:5779
11709
  msgid "Re-upload files requires admin rights"
11710
  msgstr ""
11711
 
11712
- #: wppa-settings-autosave.php:5789
11713
  msgid "Miscellaneous limiting settings"
11714
  msgstr ""
11715
 
11716
- #: wppa-settings-autosave.php:5791
11717
  msgid "Owners only"
11718
  msgstr ""
11719
 
11720
- #: wppa-settings-autosave.php:5792
11721
  msgid "Limit edit album access to the album owners only."
11722
  msgstr ""
11723
 
11724
- #: wppa-settings-autosave.php:5793
11725
  msgid "If checked, non-admin users can edit their own albums only."
11726
  msgstr ""
11727
 
11728
- #: wppa-settings-autosave.php:5802
11729
  msgid "Upload Owners only"
11730
  msgstr ""
11731
 
11732
- #: wppa-settings-autosave.php:5803
11733
  msgid "Limit uploads to the album owners only."
11734
  msgstr ""
11735
 
11736
- #: wppa-settings-autosave.php:5804
11737
  msgid ""
11738
  "If checked, users can upload to their own own albums and --- public --- only."
11739
  msgstr ""
11740
 
11741
- #: wppa-settings-autosave.php:5813
11742
  #, fuzzy
11743
  msgid "Uploader Edit"
11744
  msgstr "Nahrát fotku"
11745
 
11746
- #: wppa-settings-autosave.php:5814
11747
  msgid "Allow the uploader to edit the photo info"
11748
  msgstr ""
11749
 
11750
- #: wppa-settings-autosave.php:5815
11751
  msgid ""
11752
  "If checked, any logged in user that has upload rights and uploads an image "
11753
  "has the capability to edit the photo information."
11754
  msgstr ""
11755
 
11756
- #: wppa-settings-autosave.php:5816
11757
  msgid "Note: This may be AFTER moderation!!"
11758
  msgstr ""
11759
 
11760
- #: wppa-settings-autosave.php:5825
11761
  #, fuzzy
11762
  msgid "Uploader Moderate Comment"
11763
  msgstr "Administrace moderování komentářů"
11764
 
11765
- #: wppa-settings-autosave.php:5826
11766
  msgid "The owner of the photo can moderate the photos comments."
11767
  msgstr ""
11768
 
11769
- #: wppa-settings-autosave.php:5827
11770
  msgid "This setting requires \"Uploader edit\" to be enabled also."
11771
  msgstr ""
11772
 
11773
- #: wppa-settings-autosave.php:5836
11774
  msgid "Upload memory check frontend"
11775
  msgstr ""
11776
 
11777
- #: wppa-settings-autosave.php:5837 wppa-settings-autosave.php:5848
11778
  msgid "Disable uploading photos that are too large."
11779
  msgstr ""
11780
 
11781
- #: wppa-settings-autosave.php:5838 wppa-settings-autosave.php:5849
11782
  msgid ""
11783
  "To prevent out of memory crashes during upload and possible database "
11784
  "inconsistencies, uploads can be prevented if the photos are too big."
11785
  msgstr ""
11786
 
11787
- #: wppa-settings-autosave.php:5847
11788
  msgid "Upload memory check admin"
11789
  msgstr ""
11790
 
11791
- #: wppa-settings-autosave.php:5858
11792
  #, fuzzy
11793
  msgid "Comment captcha"
11794
  msgstr "Komentář byl odeslán"
11795
 
11796
- #: wppa-settings-autosave.php:5859
11797
  msgid "Use a simple calculate captcha on comments form."
11798
  msgstr ""
11799
 
11800
- #: wppa-settings-autosave.php:5870
11801
  msgid "Spam lifetime"
11802
  msgstr ""
11803
 
11804
- #: wppa-settings-autosave.php:5871
11805
  msgid "Delete spam comments when older than."
11806
  msgstr ""
11807
 
11808
- #: wppa-settings-autosave.php:5874
11809
  #, fuzzy
11810
  msgid "10 minutes"
11811
  msgstr "1 minuta"
11812
 
11813
- #: wppa-settings-autosave.php:5874
11814
  msgid "half an hour"
11815
  msgstr ""
11816
 
11817
- #: wppa-settings-autosave.php:5874
11818
  #, fuzzy
11819
  msgid "one hour"
11820
  msgstr "1 hodina"
11821
 
11822
- #: wppa-settings-autosave.php:5874
11823
  #, fuzzy
11824
  msgid "one day"
11825
  msgstr "1 den"
11826
 
11827
- #: wppa-settings-autosave.php:5874
11828
  #, fuzzy
11829
  msgid "one week"
11830
  msgstr "1 týden"
11831
 
11832
- #: wppa-settings-autosave.php:5884
11833
  msgid "Avoid duplicates"
11834
  msgstr ""
11835
 
11836
- #: wppa-settings-autosave.php:5885
11837
  msgid "Prevent the creation of duplicate photos."
11838
  msgstr ""
11839
 
11840
- #: wppa-settings-autosave.php:5886
11841
  msgid ""
11842
  "If checked: uploading, importing, copying or moving photos to other albums "
11843
  "will be prevented when the desitation album already contains a photo with "
11844
  "the same filename."
11845
  msgstr ""
11846
 
11847
- #: wppa-settings-autosave.php:5895
11848
  msgid "Blacklist user"
11849
  msgstr ""
11850
 
11851
- #: wppa-settings-autosave.php:5896 wppa-settings-autosave.php:5897
11852
  msgid "Set the status of all the users photos to 'pending'."
11853
  msgstr ""
11854
 
11855
- #: wppa-settings-autosave.php:5898
11856
  msgid "Also inhibits further uploads."
11857
  msgstr ""
11858
 
11859
- #: wppa-settings-autosave.php:5904
11860
  msgid "--- select a user to blacklist ---"
11861
  msgstr ""
11862
 
11863
- #: wppa-settings-autosave.php:5914 wppa-settings-autosave.php:5919
11864
- #: wppa-settings-autosave.php:5940 wppa-settings-autosave.php:8036
11865
- #: wppa-settings-autosave.php:8078
11866
  msgid "The page will be reloaded after the action has taken place."
11867
  msgstr ""
11868
 
11869
- #: wppa-settings-autosave.php:5920
11870
  msgid "User login name <b>( case sensitive! )</b>:"
11871
  msgstr ""
11872
 
11873
- #: wppa-settings-autosave.php:5928
11874
  msgid "Unblacklist user"
11875
  msgstr ""
11876
 
11877
- #: wppa-settings-autosave.php:5929
11878
  msgid "Set the status of all the users photos to 'publish'."
11879
  msgstr ""
11880
 
11881
- #: wppa-settings-autosave.php:5933
11882
  msgid "--- select a user to unblacklist ---"
11883
  msgstr ""
11884
 
11885
- #: wppa-settings-autosave.php:5948
11886
  #, fuzzy
11887
  msgid "Photo owner change"
11888
  msgstr "Foto dne"
11889
 
11890
- #: wppa-settings-autosave.php:5949
11891
  msgid "Administrators can change photo owner"
11892
  msgstr ""
11893
 
11894
- #: wppa-settings-autosave.php:5977
11895
  msgid "Table VIII:"
11896
  msgstr ""
11897
 
11898
- #: wppa-settings-autosave.php:5977
11899
  msgid "Actions:"
11900
  msgstr ""
11901
 
11902
- #: wppa-settings-autosave.php:5978
11903
  msgid "This table lists all actions that can be taken to the wppa+ system"
11904
  msgstr ""
11905
 
11906
- #: wppa-settings-autosave.php:5988 wppa-settings-autosave.php:6568
11907
  msgid "Specification"
11908
  msgstr ""
11909
 
11910
- #: wppa-settings-autosave.php:5989 wppa-settings-autosave.php:6569
11911
- #: wppa-settings-autosave.php:8819 wppa-settings-autosave.php:8841
11912
  msgid "Do it!"
11913
  msgstr ""
11914
 
11915
- #: wppa-settings-autosave.php:5991 wppa-settings-autosave.php:6571
11916
  msgid "To Go"
11917
  msgstr ""
11918
 
11919
- #: wppa-settings-autosave.php:5999
11920
  msgid "Harmless and reverseable actions"
11921
  msgstr ""
11922
 
11923
- #: wppa-settings-autosave.php:6001
11924
  msgid "Ignore concurrency"
11925
  msgstr ""
11926
 
11927
- #: wppa-settings-autosave.php:6002
11928
  msgid "Ignore the prevention of concurrent actions."
11929
  msgstr ""
11930
 
11931
- #: wppa-settings-autosave.php:6003
11932
  msgid ""
11933
  "This setting is meant to recover from deadlock situations only. Use with "
11934
  "care!"
11935
  msgstr ""
11936
 
11937
- #: wppa-settings-autosave.php:6014
11938
  msgid "Setup"
11939
  msgstr ""
11940
 
11941
- #: wppa-settings-autosave.php:6015
11942
  msgid "Re-initialize plugin."
11943
  msgstr ""
11944
 
11945
- #: wppa-settings-autosave.php:6016
11946
  msgid ""
11947
  "Re-initilizes the plugin, (re)creates database tables and sets up default "
11948
  "settings and directories if required."
11949
  msgstr ""
11950
 
11951
- #: wppa-settings-autosave.php:6017
11952
  msgid ""
11953
  "This action may be required to setup blogs in a multiblog (network) site as "
11954
  "well as in rare cases to correct initilization errors."
11955
  msgstr ""
11956
 
11957
- #: wppa-settings-autosave.php:6028
11958
  #, fuzzy
11959
  msgid "Backup settings"
11960
  msgstr "Nastavení"
11961
 
11962
- #: wppa-settings-autosave.php:6029
11963
  msgid "Save all settings into a backup file."
11964
  msgstr ""
11965
 
11966
- #: wppa-settings-autosave.php:6030
11967
  msgid "Saves all the settings into a backup file"
11968
  msgstr ""
11969
 
11970
- #: wppa-settings-autosave.php:6041
11971
  #, fuzzy
11972
  msgid "Load settings"
11973
  msgstr "Nastavení"
11974
 
11975
- #: wppa-settings-autosave.php:6042
11976
  msgid "Restore all settings from defaults, a backup or skin file."
11977
  msgstr ""
11978
 
11979
- #: wppa-settings-autosave.php:6043
11980
  msgid ""
11981
  "Restores all the settings from the factory supplied defaults, the backup you "
11982
  "created or from a skin file."
11983
  msgstr ""
11984
 
11985
- #: wppa-settings-autosave.php:6049
11986
  #, fuzzy
11987
  msgid "--- set to defaults ---"
11988
  msgstr "--- smazáno ---"
11989
 
11990
- #: wppa-settings-autosave.php:6052
11991
  msgid "--- restore backup ---"
11992
  msgstr ""
11993
 
11994
- #: wppa-settings-autosave.php:6074
11995
  msgid "Regenerate"
11996
  msgstr ""
11997
 
11998
- #: wppa-settings-autosave.php:6075 wppa-settings-autosave.php:6076
11999
  #, fuzzy
12000
  msgid "Regenerate all thumbnails."
12001
  msgstr "Prohlédnout náhledy"
12002
 
12003
- #: wppa-settings-autosave.php:6079 wppa-settings-autosave.php:6183
12004
  msgid "Skip one"
12005
  msgstr ""
12006
 
12007
- #: wppa-settings-autosave.php:6088
12008
  #, fuzzy
12009
  msgid "Rerate"
12010
  msgstr "Spravovat"
12011
 
12012
- #: wppa-settings-autosave.php:6089
12013
  msgid "Recalculate ratings."
12014
  msgstr ""
12015
 
12016
- #: wppa-settings-autosave.php:6090
12017
  msgid ""
12018
  "This function will recalculate all mean photo ratings from the ratings table."
12019
  msgstr ""
12020
 
12021
- #: wppa-settings-autosave.php:6091
12022
  msgid ""
12023
  "You may need this function after the re-import of previously exported photos"
12024
  msgstr ""
12025
 
12026
- #: wppa-settings-autosave.php:6102
12027
  #, fuzzy
12028
  msgid "Lost and found"
12029
  msgstr "Fotky nenalezeny."
12030
 
12031
- #: wppa-settings-autosave.php:6103
12032
  msgid "Find \"lost\" photos."
12033
  msgstr ""
12034
 
12035
- #: wppa-settings-autosave.php:6104
12036
  msgid "This function will attempt to find lost photos."
12037
  msgstr ""
12038
 
12039
- #: wppa-settings-autosave.php:6115
12040
  msgid "Recuperate"
12041
  msgstr ""
12042
 
12043
- #: wppa-settings-autosave.php:6117
12044
  msgid ""
12045
  "This action will attempt to find and register IPTC and EXIF data from photos "
12046
  "in the WPPA+ system."
12047
  msgstr ""
12048
 
12049
- #: wppa-settings-autosave.php:6128
12050
  msgid "Remake Index Albums"
12051
  msgstr ""
12052
 
12053
- #: wppa-settings-autosave.php:6129
12054
  msgid "Remakes the index database table for albums."
12055
  msgstr ""
12056
 
12057
- #: wppa-settings-autosave.php:6141
12058
  #, fuzzy
12059
  msgid "Remake Index Photos"
12060
  msgstr "Podobné fotky"
12061
 
12062
- #: wppa-settings-autosave.php:6142
12063
  msgid "Remakes the index database table for photos."
12064
  msgstr ""
12065
 
12066
- #: wppa-settings-autosave.php:6160
12067
  msgid "Convert to tree"
12068
  msgstr ""
12069
 
12070
- #: wppa-settings-autosave.php:6161
12071
  msgid "Convert filesystem to tree structure."
12072
  msgstr ""
12073
 
12074
- #: wppa-settings-autosave.php:6164
12075
  msgid "Convert to flat"
12076
  msgstr ""
12077
 
12078
- #: wppa-settings-autosave.php:6165
12079
  msgid "Convert filesystem to flat structure."
12080
  msgstr ""
12081
 
12082
- #: wppa-settings-autosave.php:6167
12083
  msgid ""
12084
  "If you want to go back to a wppa+ version prior to 5.0.16, you MUST convert "
12085
  "to flat first."
12086
  msgstr ""
12087
 
12088
- #: wppa-settings-autosave.php:6179
12089
  msgid "Remake the photofiles from photo sourcefiles."
12090
  msgstr ""
12091
 
12092
- #: wppa-settings-autosave.php:6180
12093
  msgid ""
12094
  "This action will remake the fullsize images, thumbnail images, and will "
12095
  "refresh the iptc and exif data for all photos where the source is found in "
12096
  "the corresponding album sub-directory of the source directory."
12097
  msgstr ""
12098
 
12099
- #: wppa-settings-autosave.php:6192
12100
  msgid "Recalc sizes"
12101
  msgstr ""
12102
 
12103
- #: wppa-settings-autosave.php:6193
12104
  msgid "Recalculate photosizes and save to db."
12105
  msgstr ""
12106
 
12107
- #: wppa-settings-autosave.php:6205
12108
  msgid "Clearing and other irreverseable actions"
12109
  msgstr ""
12110
 
12111
- #: wppa-settings-autosave.php:6207
12112
  #, fuzzy
12113
  msgid "Clear ratings"
12114
  msgstr "Max uploads dosiahol"
12115
 
12116
- #: wppa-settings-autosave.php:6208
12117
  msgid "Reset all ratings."
12118
  msgstr ""
12119
 
12120
- #: wppa-settings-autosave.php:6209
12121
  msgid "WARNING: If checked, this will clear all ratings in the system!"
12122
  msgstr ""
12123
 
12124
- #: wppa-settings-autosave.php:6220
12125
  msgid "Clear viewcounts"
12126
  msgstr ""
12127
 
12128
- #: wppa-settings-autosave.php:6221
12129
  msgid "Reset all viewcounts."
12130
  msgstr ""
12131
 
12132
- #: wppa-settings-autosave.php:6222
12133
  msgid "WARNING: If checked, this will clear all viewcounts in the system!"
12134
  msgstr ""
12135
 
12136
- #: wppa-settings-autosave.php:6233
12137
  msgid "Reset IPTC"
12138
  msgstr ""
12139
 
12140
- #: wppa-settings-autosave.php:6234
12141
  #, fuzzy
12142
  msgid "Clear all IPTC data."
12143
  msgstr "Skrýt IPTC data"
12144
 
12145
- #: wppa-settings-autosave.php:6235
12146
  msgid "WARNING: If checked, this will clear all IPTC data in the system!"
12147
  msgstr ""
12148
 
12149
- #: wppa-settings-autosave.php:6246
12150
  msgid "Reset EXIF"
12151
  msgstr ""
12152
 
12153
- #: wppa-settings-autosave.php:6247
12154
  #, fuzzy
12155
  msgid "Clear all EXIF data."
12156
  msgstr "Skrýt EXIF data"
12157
 
12158
- #: wppa-settings-autosave.php:6248
12159
  msgid "WARNING: If checked, this will clear all EXIF data in the system!"
12160
  msgstr ""
12161
 
12162
- #: wppa-settings-autosave.php:6259
12163
  #, fuzzy
12164
  msgid "Apply New Photodesc"
12165
  msgstr "Super View fotky"
12166
 
12167
- #: wppa-settings-autosave.php:6260
12168
  msgid "Apply New photo description on all photos in the system."
12169
  msgstr ""
12170
 
12171
- #: wppa-settings-autosave.php:6272
12172
  msgid "Append to photodesc"
12173
  msgstr ""
12174
 
12175
- #: wppa-settings-autosave.php:6273
12176
  #, fuzzy
12177
  msgid "Append this text to all photo descriptions."
12178
  msgstr "Zadat/upravit popis fotky"
12179
 
12180
- #: wppa-settings-autosave.php:6287
12181
  msgid "Remove from photodesc"
12182
  msgstr ""
12183
 
12184
- #: wppa-settings-autosave.php:6288
12185
  #, fuzzy
12186
  msgid "Remove this text from all photo descriptions."
12187
  msgstr "Zadat/upravit popis fotky"
12188
 
12189
- #: wppa-settings-autosave.php:6302
12190
  #, fuzzy
12191
  msgid "Remove empty albums"
12192
  msgstr "Nedávno nahrané fotky"
12193
 
12194
- #: wppa-settings-autosave.php:6303
12195
  msgid "Removes albums that are not used."
12196
  msgstr ""
12197
 
12198
- #: wppa-settings-autosave.php:6315
12199
  msgid "Remove file-ext"
12200
  msgstr ""
12201
 
12202
- #: wppa-settings-autosave.php:6316
12203
  msgid "Remove possible file extension from photo name."
12204
  msgstr ""
12205
 
12206
- #: wppa-settings-autosave.php:6317
12207
  msgid ""
12208
  "This may be required for old photos, uploaded when the option in Table IX-D3 "
12209
  "was not yet available/selected."
12210
  msgstr ""
12211
 
12212
- #: wppa-settings-autosave.php:6328
12213
  msgid "Re-add file-ext"
12214
  msgstr ""
12215
 
12216
- #: wppa-settings-autosave.php:6329
12217
  msgid "Revert the <i>Remove file-ext</i> action."
12218
  msgstr ""
12219
 
12220
- #: wppa-settings-autosave.php:6341
12221
  msgid "Watermark all"
12222
  msgstr ""
12223
 
12224
- #: wppa-settings-autosave.php:6342
12225
  msgid "Apply watermark according to current settings to all photos."
12226
  msgstr ""
12227
 
12228
- #: wppa-settings-autosave.php:6343
12229
  msgid "See Table IX_F for the current watermark settings"
12230
  msgstr ""
12231
 
12232
- #: wppa-settings-autosave.php:6354
12233
  #, fuzzy
12234
  msgid "Create all autopages"
12235
  msgstr "Album:"
12236
 
12237
- #: wppa-settings-autosave.php:6355
12238
  msgid "Create all the pages to display slides individually."
12239
  msgstr ""
12240
 
12241
- #: wppa-settings-autosave.php:6356 wppa-settings-autosave.php:6370
12242
  msgid "See also Table IV-A10."
12243
  msgstr ""
12244
 
12245
- #: wppa-settings-autosave.php:6357
12246
  msgid ""
12247
  "Make sure you have a custom menu and the \"Automatically add new top-level "
12248
  "pages to this menu\" box UNticked!!"
12249
  msgstr ""
12250
 
12251
- #: wppa-settings-autosave.php:6368
12252
  #, fuzzy
12253
  msgid "Delete all autopages"
12254
  msgstr "Album:"
12255
 
12256
- #: wppa-settings-autosave.php:6369
12257
  msgid "Delete all the pages to display slides individually."
12258
  msgstr ""
12259
 
12260
- #: wppa-settings-autosave.php:6382
12261
  msgid "Leading zeroes"
12262
  msgstr ""
12263
 
12264
- #: wppa-settings-autosave.php:6383
12265
  msgid "If photoname numeric, add leading zeros"
12266
  msgstr ""
12267
 
12268
- #: wppa-settings-autosave.php:6384
12269
  msgid ""
12270
  "You can extend the name with leading zeros, so alphabetic sort becomes equal "
12271
  "to numeric sort order."
12272
  msgstr ""
12273
 
12274
- #: wppa-settings-autosave.php:6387
12275
  msgid "Total chars"
12276
  msgstr ""
12277
 
12278
- #: wppa-settings-autosave.php:6396
12279
  msgid "Add GPX tag"
12280
  msgstr ""
12281
 
12282
- #: wppa-settings-autosave.php:6397
12283
  msgid "Make sure photos with gpx data have a Gpx tag"
12284
  msgstr ""
12285
 
12286
- #: wppa-settings-autosave.php:6410 wppa-settings-autosave.php:7154
12287
  msgid "Optimize files"
12288
  msgstr ""
12289
 
12290
- #: wppa-settings-autosave.php:6411
12291
  msgid "Optimize with EWWW image optimizer"
12292
  msgstr ""
12293
 
12294
- #: wppa-settings-autosave.php:6424
12295
  #, fuzzy
12296
  msgid "Edit tag"
12297
  msgstr "Upravit fotku"
12298
 
12299
- #: wppa-settings-autosave.php:6425
12300
  msgid "Globally change a tagname."
12301
  msgstr ""
12302
 
12303
- #: wppa-settings-autosave.php:6431
12304
  #, fuzzy
12305
  msgid "-select a tag-"
12306
  msgstr "Vyberte prosím album a opakujte akci"
12307
 
12308
- #: wppa-settings-autosave.php:6437
12309
  msgid "Tag:"
12310
  msgstr ""
12311
 
12312
- #: wppa-settings-autosave.php:6438
12313
  msgid "Change to:"
12314
  msgstr ""
12315
 
12316
- #: wppa-settings-autosave.php:6447
12317
  msgid "Synchronize Cloudinary"
12318
  msgstr ""
12319
 
12320
- #: wppa-settings-autosave.php:6448
12321
  msgid "Removes/adds images in the cloud."
12322
  msgstr ""
12323
 
12324
- #: wppa-settings-autosave.php:6449
12325
  msgid "Removes old images and verifies/adds new images to Cloudinary."
12326
  msgstr ""
12327
 
12328
- #: wppa-settings-autosave.php:6450
12329
  msgid "See Table IX-K4.7 for the configured lifetime."
12330
  msgstr ""
12331
 
12332
- #: wppa-settings-autosave.php:6461
12333
  msgid "Fix tags"
12334
  msgstr ""
12335
 
12336
- #: wppa-settings-autosave.php:6462
12337
  msgid "Make sure photo tags format is uptodate"
12338
  msgstr ""
12339
 
12340
- #: wppa-settings-autosave.php:6463
12341
  msgid "Fixes tags to be conform current database rules."
12342
  msgstr ""
12343
 
12344
- #: wppa-settings-autosave.php:6474
12345
  msgid "Fix cats"
12346
  msgstr ""
12347
 
12348
- #: wppa-settings-autosave.php:6475
12349
  msgid "Make sure album cats format is uptodate"
12350
  msgstr ""
12351
 
12352
- #: wppa-settings-autosave.php:6476
12353
  msgid "Fixes cats to be conform current database rules."
12354
  msgstr ""
12355
 
12356
- #: wppa-settings-autosave.php:6502
12357
  #, fuzzy
12358
  msgid "Listings"
12359
  msgstr "Nastavení"
12360
 
12361
- #: wppa-settings-autosave.php:6504
12362
  msgid "List Logfile"
12363
  msgstr ""
12364
 
12365
- #: wppa-settings-autosave.php:6505
12366
  msgid "Show the content of wppa+ (error) log."
12367
  msgstr ""
12368
 
12369
- #: wppa-settings-autosave.php:6509
12370
  msgid "Purge logfile"
12371
  msgstr ""
12372
 
12373
- #: wppa-settings-autosave.php:6518
12374
  #, fuzzy
12375
  msgid "List Ratings"
12376
  msgstr "Hlasování: %s"
12377
 
12378
- #: wppa-settings-autosave.php:6519
12379
  #, fuzzy
12380
  msgid "Show the most recent ratings."
12381
  msgstr "Zobrazit posledně nahrané fotky"
12382
 
12383
- #: wppa-settings-autosave.php:6532
12384
  msgid "List Index"
12385
  msgstr ""
12386
 
12387
- #: wppa-settings-autosave.php:6533
12388
  msgid "Show the content if the index table."
12389
  msgstr ""
12390
 
12391
- #: wppa-settings-autosave.php:6537
12392
  msgid "Start at text:"
12393
  msgstr ""
12394
 
12395
- #: wppa-settings-autosave.php:6547
12396
  msgid "List active sessions"
12397
  msgstr ""
12398
 
12399
- #: wppa-settings-autosave.php:6548
12400
  msgid "Show the content of the sessions table."
12401
  msgstr ""
12402
 
12403
- #: wppa-settings-autosave.php:6581
12404
  msgid "Table IX:"
12405
  msgstr ""
12406
 
12407
- #: wppa-settings-autosave.php:6581
12408
  msgid "Miscellaneous:"
12409
  msgstr ""
12410
 
12411
- #: wppa-settings-autosave.php:6582
12412
  msgid "This table lists all settings that do not fit into an other table"
12413
  msgstr ""
12414
 
12415
- #: wppa-settings-autosave.php:6600
12416
  msgid "Internal engine related settings"
12417
  msgstr ""
12418
 
12419
- #: wppa-settings-autosave.php:6602
12420
  msgid "WPPA+ Filter priority"
12421
  msgstr ""
12422
 
12423
- #: wppa-settings-autosave.php:6603
12424
  msgid "Sets the priority of the wppa+ content filter."
12425
  msgstr ""
12426
 
12427
- #: wppa-settings-autosave.php:6604 wppa-settings-autosave.php:6614
12428
  msgid ""
12429
  "If you encounter conflicts with the theme or other plugins, increasing this "
12430
  "value sometimes helps. Use with great care!"
12431
  msgstr ""
12432
 
12433
- #: wppa-settings-autosave.php:6605
12434
- #, php-format
12435
- msgid "For use with %%wppa%% scripting."
12436
- msgstr ""
12437
-
12438
- #: wppa-settings-autosave.php:6612
12439
  msgid "Do_shortcode priority"
12440
  msgstr ""
12441
 
12442
- #: wppa-settings-autosave.php:6613
12443
  msgid "Sets the priority of the do_shortcode() content filter."
12444
  msgstr ""
12445
 
12446
- #: wppa-settings-autosave.php:6615
12447
- msgid "For use with [wppa][/wppa] shortcodes."
12448
- msgstr ""
12449
-
12450
- #: wppa-settings-autosave.php:6622
12451
  msgid "JPG image quality"
12452
  msgstr ""
12453
 
12454
- #: wppa-settings-autosave.php:6623
12455
  msgid "The jpg quality when photos are downsized"
12456
  msgstr ""
12457
 
12458
- #: wppa-settings-autosave.php:6624
12459
  msgid "The higher the number the better the quality but the larger the file"
12460
  msgstr ""
12461
 
12462
- #: wppa-settings-autosave.php:6625
12463
  msgid "Possible values 20..100"
12464
  msgstr ""
12465
 
12466
- #: wppa-settings-autosave.php:6632
12467
  msgid "Allow WPPA+ Debugging"
12468
  msgstr ""
12469
 
12470
- #: wppa-settings-autosave.php:6633
12471
  msgid "Allow the use of &amp;debug=.. in urls to this site."
12472
  msgstr ""
12473
 
12474
- #: wppa-settings-autosave.php:6634
12475
  msgid ""
12476
  "If checked: appending (?)(&)debug or (?)(&)debug=<int> to an url to this "
12477
  "site will generate the display of special WPPA+ diagnostics, as well as php "
12478
  "warnings"
12479
  msgstr ""
12480
 
12481
- #: wppa-settings-autosave.php:6641
12482
  msgid "Auto continue"
12483
  msgstr ""
12484
 
12485
- #: wppa-settings-autosave.php:6642
12486
  msgid "Continue automatic after time out"
12487
  msgstr ""
12488
 
12489
- #: wppa-settings-autosave.php:6643
12490
  msgid ""
12491
  "If checked, an attempt will be made to restart an admin process when the "
12492
  "time is out."
12493
  msgstr ""
12494
 
12495
- #: wppa-settings-autosave.php:6651
12496
  msgid "Set max execution time here."
12497
  msgstr ""
12498
 
12499
- #: wppa-settings-autosave.php:6652
12500
  msgid ""
12501
  "If your php config does not properly set the max execution time, you can set "
12502
  "it here. Seconds, 0 means do not change."
12503
  msgstr ""
12504
 
12505
- #: wppa-settings-autosave.php:6653
12506
  msgid "A safe value is 45"
12507
  msgstr ""
12508
 
12509
- #: wppa-settings-autosave.php:6660
12510
  msgid "Feed use thumb"
12511
  msgstr ""
12512
 
12513
- #: wppa-settings-autosave.php:6661
12514
  msgid "Feeds use thumbnail pictures always."
12515
  msgstr ""
12516
 
12517
- #: wppa-settings-autosave.php:6669
12518
  msgid "Enable <i>in-line</i> settings"
12519
  msgstr ""
12520
 
12521
- #: wppa-settings-autosave.php:6670
12522
  msgid "Activates shortcode [wppa_set][/wppa_set]."
12523
  msgstr ""
12524
 
12525
- #: wppa-settings-autosave.php:6671
12526
  msgid ""
12527
  "Syntax: [wppa_set name=\"any wppa setting\" value=\"new value\"][/wppa_set]"
12528
  msgstr ""
12529
 
12530
- #: wppa-settings-autosave.php:6672
12531
  msgid ""
12532
  "Example: [wppa_set name=\"wppa_thumbtype\" value=\"masonry-v\"][/wppa_set] "
12533
  "sets the thumbnail type to vertical masonry style"
12534
  msgstr ""
12535
 
12536
- #: wppa-settings-autosave.php:6673
12537
  msgid "Do not forget to reset with [wppa_set][/wppa_set]"
12538
  msgstr ""
12539
 
12540
- #: wppa-settings-autosave.php:6674
12541
  msgid "Use with great care! There is no check on validity of values!"
12542
  msgstr ""
12543
 
12544
- #: wppa-settings-autosave.php:6681
12545
  msgid "Runtime modifyable settings"
12546
  msgstr ""
12547
 
12548
- #: wppa-settings-autosave.php:6682
12549
  msgid "The setting slugs that may be altered using [wppa_set] shortcode."
12550
  msgstr ""
12551
 
12552
- #: wppa-settings-autosave.php:6691
12553
  msgid "WPPA+ Admin related miscellaneous settings"
12554
  msgstr ""
12555
 
12556
- #: wppa-settings-autosave.php:6693
12557
  msgid "Allow HTML"
12558
  msgstr ""
12559
 
12560
- #: wppa-settings-autosave.php:6694
12561
  msgid "Allow HTML in album and photo descriptions."
12562
  msgstr ""
12563
 
12564
- #: wppa-settings-autosave.php:6695
12565
  msgid ""
12566
  "If checked: html is allowed. WARNING: No checks on syntax, it is your own "
12567
  "responsability to close tags properly!"
12568
  msgstr ""
12569
 
12570
- #: wppa-settings-autosave.php:6702
12571
  msgid "Check tag balance"
12572
  msgstr ""
12573
 
12574
- #: wppa-settings-autosave.php:6703
12575
  msgid "Check if the HTML tags are properly closed: \"balanced\"."
12576
  msgstr ""
12577
 
12578
- #: wppa-settings-autosave.php:6704
12579
  msgid ""
12580
  "If the HTML tags in an album or a photo description are not in balance, the "
12581
  "description is not updated, an errormessage is displayed"
12582
  msgstr ""
12583
 
12584
- #: wppa-settings-autosave.php:6711
12585
  msgid "Use WP editor"
12586
  msgstr ""
12587
 
12588
- #: wppa-settings-autosave.php:6712
12589
  msgid "Use the wp editor for multiline text fields."
12590
  msgstr ""
12591
 
12592
- #: wppa-settings-autosave.php:6720
12593
  msgid "Album sel hierarchic"
12594
  msgstr ""
12595
 
12596
- #: wppa-settings-autosave.php:6721
12597
  msgid "Show albums with (grand)parents in selection lists."
12598
  msgstr ""
12599
 
12600
- #: wppa-settings-autosave.php:6729
12601
  msgid "Page sel hierarchic"
12602
  msgstr ""
12603
 
12604
- #: wppa-settings-autosave.php:6730
12605
  msgid "Show pages with (grand)parents in selection lists."
12606
  msgstr ""
12607
 
12608
- #: wppa-settings-autosave.php:6739
12609
  msgid "Photo admin page size"
12610
  msgstr ""
12611
 
12612
- #: wppa-settings-autosave.php:6740
12613
  msgid ""
12614
  "The number of photos per page on the <br/>Edit Album -> Manage photos and "
12615
  "Edit Photos admin pages."
12616
  msgstr ""
12617
 
12618
- #: wppa-settings-autosave.php:6750
12619
  #, fuzzy
12620
  msgid "Comment admin page size"
12621
  msgstr "Komentáře"
12622
 
12623
- #: wppa-settings-autosave.php:6751
12624
  msgid "The number of comments per page on the Comments admin pages."
12625
  msgstr ""
12626
 
12627
- #: wppa-settings-autosave.php:6761
12628
  msgid "Geo info edit"
12629
  msgstr ""
12630
 
12631
- #: wppa-settings-autosave.php:6762
12632
  msgid "Lattitude and longitude may be edited in photo admin."
12633
  msgstr ""
12634
 
12635
- #: wppa-settings-autosave.php:6770
12636
  msgid "Admin bar menu admin"
12637
  msgstr ""
12638
 
12639
- #: wppa-settings-autosave.php:6771
12640
  msgid "Show menu on admin bar on admin pages."
12641
  msgstr ""
12642
 
12643
- #: wppa-settings-autosave.php:6779
12644
  msgid "Admin bar menu frontend"
12645
  msgstr ""
12646
 
12647
- #: wppa-settings-autosave.php:6780
12648
  msgid "Show menu on admin bar on frontend pages."
12649
  msgstr ""
12650
 
12651
- #: wppa-settings-autosave.php:6788
12652
  msgid "Add shortcode to posts"
12653
  msgstr ""
12654
 
12655
- #: wppa-settings-autosave.php:6789
12656
  msgid "Add a shortcode to the end of all posts."
12657
  msgstr ""
12658
 
12659
- #: wppa-settings-autosave.php:6797
12660
  msgid "Shortcode to add"
12661
  msgstr ""
12662
 
12663
- #: wppa-settings-autosave.php:6798
12664
  msgid "The shortcode to be added to the posts."
12665
  msgstr ""
12666
 
12667
- #: wppa-settings-autosave.php:6806
12668
  msgid "We use Scripts"
12669
  msgstr ""
12670
 
12671
- #: wppa-settings-autosave.php:6807
12672
  msgid "Use scripting syntax in shortcode generator."
12673
  msgstr ""
12674
 
12675
- #: wppa-settings-autosave.php:6808
12676
  msgid ""
12677
  "This setting defines if the shortcode generator outputs old style script "
12678
  "tags or new style shortcodes."
12679
  msgstr ""
12680
 
12681
- #: wppa-settings-autosave.php:6816
12682
  msgid "Import page prieviews"
12683
  msgstr ""
12684
 
12685
- #: wppa-settings-autosave.php:6817
12686
  msgid "Show thumbnail previews in import admin page."
12687
  msgstr ""
12688
 
12689
- #: wppa-settings-autosave.php:6825
12690
  #, fuzzy
12691
  msgid "Upload audiostub"
12692
  msgstr "Nahrát fotku"
12693
 
12694
- #: wppa-settings-autosave.php:6826
12695
  msgid "Upload a new audio stub file"
12696
  msgstr ""
12697
 
12698
- #: wppa-settings-autosave.php:6830
12699
  #, fuzzy
12700
  msgid "Upload audio stub image"
12701
  msgstr "Nahraný súbor nie je obraz"
12702
 
12703
- #: wppa-settings-autosave.php:6835
12704
  msgid "Confirm create"
12705
  msgstr ""
12706
 
12707
- #: wppa-settings-autosave.php:6836
12708
  msgid "Display confirmation dialog before creating album."
12709
  msgstr ""
12710
 
12711
- #: wppa-settings-autosave.php:6845
12712
  msgid "SEO related settings"
12713
  msgstr ""
12714
 
12715
- #: wppa-settings-autosave.php:6847
12716
  msgid "Meta on page"
12717
  msgstr ""
12718
 
12719
- #: wppa-settings-autosave.php:6848
12720
  msgid "Meta tags for photos on the page."
12721
  msgstr ""
12722
 
12723
- #: wppa-settings-autosave.php:6849
12724
  msgid ""
12725
  "If checked, the header of the page will contain metatags that refer to "
12726
  "featured photos on the page in the page context."
12727
  msgstr ""
12728
 
12729
- #: wppa-settings-autosave.php:6856
12730
  msgid "Meta all"
12731
  msgstr ""
12732
 
12733
- #: wppa-settings-autosave.php:6857
12734
  #, fuzzy
12735
  msgid "Meta tags for all featured photos."
12736
  msgstr "Zobrazit nejlépe hodnocené fotky"
12737
 
12738
- #: wppa-settings-autosave.php:6858
12739
  msgid ""
12740
  "If checked, the header of the page will contain metatags that refer to all "
12741
  "featured photo files."
12742
  msgstr ""
12743
 
12744
- #: wppa-settings-autosave.php:6859
12745
  msgid ""
12746
  "If you have many featured photos, you might wish to uncheck this item to "
12747
  "reduce the size of the page header."
12748
  msgstr ""
12749
 
12750
- #: wppa-settings-autosave.php:6866
12751
  msgid "Add og meta tags"
12752
  msgstr ""
12753
 
12754
- #: wppa-settings-autosave.php:6867
12755
  msgid "Add og meta tags to the page header."
12756
  msgstr ""
12757
 
12758
- #: wppa-settings-autosave.php:6870
12759
  msgid ""
12760
  "Turning this off may affect the functionality of social media items in the "
12761
  "share box that rely on open graph tags information."
12762
  msgstr ""
12763
 
12764
- #: wppa-settings-autosave.php:6876
12765
  msgid "Image Alt attribute type"
12766
  msgstr ""
12767
 
12768
- #: wppa-settings-autosave.php:6877
12769
  msgid "Select kind of HTML alt=\"\" content for images."
12770
  msgstr ""
12771
 
12772
- #: wppa-settings-autosave.php:6880
12773
  #, fuzzy
12774
  msgid "photo name"
12775
  msgstr "Zadejte název fotky"
12776
 
12777
- #: wppa-settings-autosave.php:6880
12778
  msgid "name without file-ext"
12779
  msgstr ""
12780
 
12781
- #: wppa-settings-autosave.php:6880
12782
  #, fuzzy
12783
  msgid "set in album admin"
12784
  msgstr "Vyberte prosím album a opakujte akci"
12785
 
12786
- #: wppa-settings-autosave.php:6887
12787
  msgid "New Album and New Photo related miscellaneous settings"
12788
  msgstr ""
12789
 
12790
- #: wppa-settings-autosave.php:6890
12791
  msgid "Maximum time an album is indicated as New!"
12792
  msgstr ""
12793
 
12794
- #: wppa-settings-autosave.php:6894 wppa-settings-autosave.php:6935
12795
  #, fuzzy
12796
  msgid "One hour"
12797
  msgstr "1 hodina"
12798
 
12799
- #: wppa-settings-autosave.php:6895 wppa-settings-autosave.php:6936
12800
- #: wppa-settings-autosave.php:7938
12801
  #, fuzzy
12802
  msgid "One day"
12803
  msgstr "1 den"
12804
 
12805
- #: wppa-settings-autosave.php:6896 wppa-settings-autosave.php:6937
12806
  #, fuzzy
12807
  msgid "Two days"
12808
  msgstr "dní"
12809
 
12810
- #: wppa-settings-autosave.php:6897 wppa-settings-autosave.php:6938
12811
  msgid "Three days"
12812
  msgstr ""
12813
 
12814
- #: wppa-settings-autosave.php:6898 wppa-settings-autosave.php:6939
12815
  #, fuzzy
12816
  msgid "Four days"
12817
  msgstr "dní"
12818
 
12819
- #: wppa-settings-autosave.php:6899 wppa-settings-autosave.php:6940
12820
  #, fuzzy
12821
  msgid "Five days"
12822
  msgstr "dní"
12823
 
12824
- #: wppa-settings-autosave.php:6900 wppa-settings-autosave.php:6941
12825
  #, fuzzy
12826
  msgid "Six days"
12827
  msgstr "dní"
12828
 
12829
- #: wppa-settings-autosave.php:6901 wppa-settings-autosave.php:6942
12830
- #: wppa-settings-autosave.php:7939
12831
  #, fuzzy
12832
  msgid "One week"
12833
  msgstr "1 týden"
12834
 
12835
- #: wppa-settings-autosave.php:6902 wppa-settings-autosave.php:6943
12836
  msgid "Eight days"
12837
  msgstr ""
12838
 
12839
- #: wppa-settings-autosave.php:6903 wppa-settings-autosave.php:6944
12840
  #, fuzzy
12841
  msgid "Nine days"
12842
  msgstr "dní"
12843
 
12844
- #: wppa-settings-autosave.php:6904 wppa-settings-autosave.php:6945
12845
  #, fuzzy
12846
  msgid "Ten days"
12847
  msgstr "dní"
12848
 
12849
- #: wppa-settings-autosave.php:6905 wppa-settings-autosave.php:6946
12850
  #, fuzzy
12851
  msgid "Two weeks"
12852
  msgstr "týdnů"
12853
 
12854
- #: wppa-settings-autosave.php:6906 wppa-settings-autosave.php:6947
12855
  #, fuzzy
12856
  msgid "Three weeks"
12857
  msgstr "týdnů"
12858
 
12859
- #: wppa-settings-autosave.php:6907 wppa-settings-autosave.php:6948
12860
  #, fuzzy
12861
  msgid "Four weeks"
12862
  msgstr "týdnů"
12863
 
12864
- #: wppa-settings-autosave.php:6908 wppa-settings-autosave.php:6949
12865
- #: wppa-settings-autosave.php:7940
12866
  #, fuzzy
12867
  msgid "One month"
12868
  msgstr "1 měsíc"
12869
 
12870
- #: wppa-settings-autosave.php:6930
12871
  #, fuzzy
12872
  msgid "New Photo"
12873
  msgstr "Další fotku"
12874
 
12875
- #: wppa-settings-autosave.php:6931
12876
  msgid "Maximum time a photo is indicated as New!"
12877
  msgstr ""
12878
 
12879
- #: wppa-settings-autosave.php:6971
12880
  msgid "Limit LasTen New"
12881
  msgstr ""
12882
 
12883
- #: wppa-settings-autosave.php:6972
12884
  msgid "Limits the LasTen photos to those that are 'New'."
12885
  msgstr ""
12886
 
12887
- #: wppa-settings-autosave.php:6973
12888
  msgid ""
12889
  "If you tick this box and configured the new photo time, you can even limit "
12890
  "the number by the setting in Table I-F7, or set that number to an unlikely "
12891
  "high value."
12892
  msgstr ""
12893
 
12894
- #: wppa-settings-autosave.php:6980
12895
  msgid "Apply Newphoto desc"
12896
  msgstr ""
12897
 
12898
- #: wppa-settings-autosave.php:6981
12899
  msgid "Give each new photo a standard description."
12900
  msgstr ""
12901
 
12902
- #: wppa-settings-autosave.php:6982
12903
  msgid ""
12904
  "If checked, each new photo will get the description (template) as specified "
12905
  "in the next item."
12906
  msgstr ""
12907
 
12908
- #: wppa-settings-autosave.php:6989
12909
  #, fuzzy
12910
  msgid "New photo desc"
12911
  msgstr "Nová fotka nahrána: %s"
12912
 
12913
- #: wppa-settings-autosave.php:6990
12914
  msgid "The description (template) to add to a new photo."
12915
  msgstr ""
12916
 
12917
- #: wppa-settings-autosave.php:6991
12918
  #, fuzzy
12919
  msgid "Enter the default description."
12920
  msgstr "Zadat/upravit popis fotky"
12921
 
12922
- #: wppa-settings-autosave.php:6992
12923
  msgid "If you use html, please check item A-1 of this table."
12924
  msgstr ""
12925
 
12926
- #: wppa-settings-autosave.php:7000
12927
  msgid "New albums are created with this upload limit."
12928
  msgstr ""
12929
 
12930
- #: wppa-settings-autosave.php:7001
12931
  msgid ""
12932
  "Administrators can change the limit settings in the \"Edit Album Information"
12933
  "\" admin page."
12934
  msgstr ""
12935
 
12936
- #: wppa-settings-autosave.php:7018
12937
  msgid "Default parent"
12938
  msgstr ""
12939
 
12940
- #: wppa-settings-autosave.php:7019
12941
  msgid "The parent album of new albums."
12942
  msgstr ""
12943
 
12944
- #: wppa-settings-autosave.php:7036
12945
  msgid "Default parent always"
12946
  msgstr ""
12947
 
12948
- #: wppa-settings-autosave.php:7037
12949
  msgid ""
12950
  "The parent album of new albums is always the default, except for "
12951
  "administrators."
12952
  msgstr ""
12953
 
12954
- #: wppa-settings-autosave.php:7045
12955
  msgid "Show album full"
12956
  msgstr ""
12957
 
12958
- #: wppa-settings-autosave.php:7046
12959
  msgid "Show the Upload limit reached message if appropriate."
12960
  msgstr ""
12961
 
12962
- #: wppa-settings-autosave.php:7054
12963
  #, fuzzy
12964
  msgid "Grant an album"
12965
  msgstr "Album:"
12966
 
12967
- #: wppa-settings-autosave.php:7055
12968
  msgid "Create an album for each user logging in."
12969
  msgstr ""
12970
 
12971
- #: wppa-settings-autosave.php:7063
12972
  #, fuzzy
12973
  msgid "Grant album name"
12974
  msgstr "Zadejte název fotky"
12975
 
12976
- #: wppa-settings-autosave.php:7064
12977
  msgid "The name to be used for the album."
12978
  msgstr ""
12979
 
12980
- #: wppa-settings-autosave.php:7067
12981
  #, fuzzy
12982
  msgid "Login name"
12983
  msgstr "Vaše jméno:"
12984
 
12985
- #: wppa-settings-autosave.php:7067 wppa-upldr-widget.php:181
12986
  msgid "Display name"
12987
  msgstr ""
12988
 
12989
- #: wppa-settings-autosave.php:7067
12990
  msgid "Id"
12991
  msgstr ""
12992
 
12993
- #: wppa-settings-autosave.php:7067
12994
  msgid "Firstname Lastname"
12995
  msgstr ""
12996
 
12997
- #: wppa-settings-autosave.php:7074
12998
  msgid "Grant parent"
12999
  msgstr ""
13000
 
13001
- #: wppa-settings-autosave.php:7075
13002
  msgid "The parent album of the auto created albums."
13003
  msgstr ""
13004
 
13005
- #: wppa-settings-autosave.php:7092
13006
  #, fuzzy
13007
  msgid "Max user albums"
13008
  msgstr "Různá alba"
13009
 
13010
- #: wppa-settings-autosave.php:7093
13011
  msgid "The max number of albums a user can create."
13012
  msgstr ""
13013
 
13014
- #: wppa-settings-autosave.php:7094
13015
  msgid ""
13016
  "The maximum number of albums a user can create when he is not admin and "
13017
  "owner only is active"
13018
  msgstr ""
13019
 
13020
- #: wppa-settings-autosave.php:7095
13021
  msgid "A number of 0 means No limit"
13022
  msgstr ""
13023
 
13024
- #: wppa-settings-autosave.php:7102
13025
  #, fuzzy
13026
  msgid "Default photo name"
13027
  msgstr "Přednastavené fotoalbum pro"
13028
 
13029
- #: wppa-settings-autosave.php:7103
13030
  msgid "Select the way the name of a new uploaded photo should be determined."
13031
  msgstr ""
13032
 
13033
- #: wppa-settings-autosave.php:7106
13034
  msgid "Filename"
13035
  msgstr ""
13036
 
13037
- #: wppa-settings-autosave.php:7107
13038
  msgid "Filename without extension"
13039
  msgstr ""
13040
 
13041
- #: wppa-settings-autosave.php:7108
13042
  msgid "IPTC Tag 2#005 (Graphic name)"
13043
  msgstr ""
13044
 
13045
- #: wppa-settings-autosave.php:7109
13046
  msgid "IPTC Tag 2#120 (Caption)"
13047
  msgstr ""
13048
 
13049
- #: wppa-settings-autosave.php:7110
13050
  msgid "No name at all"
13051
  msgstr ""
13052
 
13053
- #: wppa-settings-autosave.php:7118
13054
  #, fuzzy
13055
  msgid "Default coverphoto"
13056
  msgstr "Zobrazit úvodní fotku"
13057
 
13058
- #: wppa-settings-autosave.php:7119
13059
  msgid "Name of photofile to become cover image"
13060
  msgstr ""
13061
 
13062
- #: wppa-settings-autosave.php:7120
13063
  msgid ""
13064
  "If you name a photofile like this setting before upload, it will become the "
13065
  "coverimage automaticly."
13066
  msgstr ""
13067
 
13068
- #: wppa-settings-autosave.php:7127
13069
  msgid "Copy Timestamp"
13070
  msgstr ""
13071
 
13072
- #: wppa-settings-autosave.php:7128
13073
  msgid "Copy timestamp when copying photo."
13074
  msgstr ""
13075
 
13076
- #: wppa-settings-autosave.php:7129
13077
  msgid "If checked, the copied photo is not \"new\""
13078
  msgstr ""
13079
 
13080
- #: wppa-settings-autosave.php:7136
13081
  msgid "Copy Owner"
13082
  msgstr ""
13083
 
13084
- #: wppa-settings-autosave.php:7137
13085
  msgid "Copy the owner when copying photo."
13086
  msgstr ""
13087
 
13088
- #: wppa-settings-autosave.php:7145
13089
  msgid "FE Albums public"
13090
  msgstr ""
13091
 
13092
- #: wppa-settings-autosave.php:7146
13093
  msgid "Frontend created albums are --- public ---"
13094
  msgstr ""
13095
 
13096
- #: wppa-settings-autosave.php:7155
13097
  msgid "Optimize image files right after upload/import"
13098
  msgstr ""
13099
 
13100
- #: wppa-settings-autosave.php:7156
13101
  msgid "This option requires the plugin EWWW Image Optimizer to be activated"
13102
  msgstr ""
13103
 
13104
- #: wppa-settings-autosave.php:7163
13105
  #, fuzzy
13106
  msgid "Default album linktype"
13107
  msgstr "Přednastavené fotoalbum pro"
13108
 
13109
- #: wppa-settings-autosave.php:7164
13110
  msgid "The album linktype for new albums"
13111
  msgstr ""
13112
 
13113
- #: wppa-settings-autosave.php:7183
13114
  msgid "Search Albums and Photos related settings"
13115
  msgstr ""
13116
 
13117
- #: wppa-settings-autosave.php:7185
13118
  #, fuzzy
13119
  msgid "Search page"
13120
  msgstr "Výsledek vyhledávání fotek"
13121
 
13122
- #: wppa-settings-autosave.php:7186
13123
  msgid "Display the search results on page."
13124
  msgstr ""
13125
 
13126
- #: wppa-settings-autosave.php:7187
13127
  #, php-format
13128
  msgid ""
13129
  "Select the page to be used to display search results. The page MUST contain "
13130
  "%%wppa%% or [wppa][/wppa]."
13131
  msgstr ""
13132
 
13133
- #: wppa-settings-autosave.php:7188
13134
  msgid "You may give it the title \"Search results\" or something alike."
13135
  msgstr ""
13136
 
13137
- #: wppa-settings-autosave.php:7189
13138
  msgid ""
13139
  "Or you ou may use the standard page on which you display the generic album."
13140
  msgstr ""
13141
 
13142
- #: wppa-settings-autosave.php:7222
13143
  msgid "Exclude separate"
13144
  msgstr ""
13145
 
13146
- #: wppa-settings-autosave.php:7223
13147
  #, fuzzy
13148
  msgid "Do not search 'separate' albums."
13149
  msgstr "Nelze vložit do databáze."
13150
 
13151
- #: wppa-settings-autosave.php:7224
13152
  msgid ""
13153
  "When checked, albums (and photos in them) that have the parent set to --- "
13154
  "separate --- will be excluded from being searched."
13155
  msgstr ""
13156
 
13157
- #: wppa-settings-autosave.php:7231
13158
  msgid "Include tags"
13159
  msgstr ""
13160
 
13161
- #: wppa-settings-autosave.php:7232
13162
  msgid "Do also search the photo tags."
13163
  msgstr ""
13164
 
13165
- #: wppa-settings-autosave.php:7233
13166
  msgid "When checked, the tags of the photo will also be searched."
13167
  msgstr ""
13168
 
13169
- #: wppa-settings-autosave.php:7240
13170
  msgid "Include categories"
13171
  msgstr ""
13172
 
13173
- #: wppa-settings-autosave.php:7241
13174
  msgid "Do also search the album categories."
13175
  msgstr ""
13176
 
13177
- #: wppa-settings-autosave.php:7242
13178
  msgid "When checked, the categories of the album will also be searched."
13179
  msgstr ""
13180
 
13181
- #: wppa-settings-autosave.php:7249
13182
  #, fuzzy
13183
  msgid "Include comments"
13184
  msgstr "%d komentáře/ů"
13185
 
13186
- #: wppa-settings-autosave.php:7250
13187
  msgid "Do also search the comments on photos."
13188
  msgstr ""
13189
 
13190
- #: wppa-settings-autosave.php:7251
13191
  msgid "When checked, the comments of the photos will also be searched."
13192
  msgstr ""
13193
 
13194
- #: wppa-settings-autosave.php:7258
13195
  #, fuzzy
13196
  msgid "Photos only"
13197
  msgstr "Foto"
13198
 
13199
- #: wppa-settings-autosave.php:7259
13200
  msgid "Search for photos only."
13201
  msgstr ""
13202
 
13203
- #: wppa-settings-autosave.php:7260
13204
  msgid "When checked, only photos will be searched for."
13205
  msgstr ""
13206
 
13207
- #: wppa-settings-autosave.php:7275
13208
  msgid "Max albums found"
13209
  msgstr ""
13210
 
13211
- #: wppa-settings-autosave.php:7276
13212
  msgid "The maximum number of albums to be displayed."
13213
  msgstr ""
13214
 
13215
- #: wppa-settings-autosave.php:7284
13216
  #, fuzzy
13217
  msgid "Max photos found"
13218
  msgstr "Žádná podobná fotka."
13219
 
13220
- #: wppa-settings-autosave.php:7285
13221
  msgid "The maximum number of photos to be displayed."
13222
  msgstr ""
13223
 
13224
- #: wppa-settings-autosave.php:7293
13225
  msgid "Tags OR only"
13226
  msgstr ""
13227
 
13228
- #: wppa-settings-autosave.php:7294
13229
  msgid "No and / or buttons"
13230
  msgstr ""
13231
 
13232
- #: wppa-settings-autosave.php:7295
13233
  msgid ""
13234
  "Hide the and/or radiobuttons and do the or method in the multitag widget and "
13235
  "shortcode."
13236
  msgstr ""
13237
 
13238
- #: wppa-settings-autosave.php:7302
13239
  msgid "Floating searchtoken"
13240
  msgstr ""
13241
 
13242
- #: wppa-settings-autosave.php:7303
13243
  msgid "A match need not start at the first char."
13244
  msgstr ""
13245
 
13246
- #: wppa-settings-autosave.php:7304
13247
  msgid ""
13248
  "A match is found while searching also when the entered token is somewhere in "
13249
  "the middle of a word."
13250
  msgstr ""
13251
 
13252
- #: wppa-settings-autosave.php:7305
13253
  msgid "This works in indexed search only!"
13254
  msgstr ""
13255
 
13256
- #: wppa-settings-autosave.php:7312
13257
  #, fuzzy
13258
  msgid "Search results display"
13259
  msgstr "Výsledek vyhledávání fotek"
13260
 
13261
- #: wppa-settings-autosave.php:7313
13262
  msgid "Select the way the search results should be displayed."
13263
  msgstr ""
13264
 
13265
- #: wppa-settings-autosave.php:7314
13266
  msgid ""
13267
  "If you select anything different from \"Albums and thumbnails\", \"Photos "
13268
  "only\" is assumed (Table IX-E6)."
13269
  msgstr ""
13270
 
13271
- #: wppa-settings-autosave.php:7316
13272
  #, fuzzy
13273
  msgid "Albums and thumbnails"
13274
  msgstr "Prohlédnout náhledy"
13275
 
13276
- #: wppa-settings-autosave.php:7316
13277
  #, fuzzy
13278
  msgid "Slideonly slideshow"
13279
  msgstr "Slideshow"
13280
 
13281
- #: wppa-settings-autosave.php:7323
13282
  msgid "Name max length"
13283
  msgstr ""
13284
 
13285
- #: wppa-settings-autosave.php:7324
13286
  msgid "Max length of displayed photonames in supersearch selectionlist"
13287
  msgstr ""
13288
 
13289
- #: wppa-settings-autosave.php:7325 wppa-settings-autosave.php:7334
13290
  msgid ""
13291
  "To limit the length of the selectionlist, enter the number of characters to "
13292
  "show."
13293
  msgstr ""
13294
 
13295
- #: wppa-settings-autosave.php:7332
13296
  msgid "Text max length"
13297
  msgstr ""
13298
 
13299
- #: wppa-settings-autosave.php:7333
13300
  msgid "Max length of displayed photo text in supersearch selectionlist"
13301
  msgstr ""
13302
 
13303
- #: wppa-settings-autosave.php:7341
13304
  msgid "Watermark related settings"
13305
  msgstr ""
13306
 
13307
- #: wppa-settings-autosave.php:7344
13308
  msgid "Enable the application of watermarks."
13309
  msgstr ""
13310
 
13311
- #: wppa-settings-autosave.php:7345
13312
  msgid "If checked, photos can be watermarked during upload / import."
13313
  msgstr ""
13314
 
13315
- #: wppa-settings-autosave.php:7354
13316
  #, fuzzy
13317
  msgid "Watermark file"
13318
  msgstr "Použít soubor s vodoznakem:"
13319
 
13320
- #: wppa-settings-autosave.php:7355
13321
  msgid "The default watermarkfile to be used."
13322
  msgstr ""
13323
 
13324
- #: wppa-settings-autosave.php:7356
13325
  msgid "Watermark files are of type png and reside in"
13326
  msgstr ""
13327
 
13328
- #: wppa-settings-autosave.php:7357
13329
  msgid ""
13330
  "A suitable watermarkfile typically consists of a transparent background and "
13331
  "a black text or drawing."
13332
  msgstr ""
13333
 
13334
- #: wppa-settings-autosave.php:7359
13335
  msgid ""
13336
  "You may also select one of the textual watermark types at the bottom of the "
13337
  "selection list."
13338
  msgstr ""
13339
 
13340
- #: wppa-settings-autosave.php:7363
13341
  #, fuzzy
13342
  msgid "position:"
13343
  msgstr "Pozice:"
13344
 
13345
- #: wppa-settings-autosave.php:7369
13346
  #, fuzzy
13347
  msgid "Upload watermark"
13348
  msgstr "Použít soubor s vodoznakem:"
13349
 
13350
- #: wppa-settings-autosave.php:7370
13351
  #, fuzzy
13352
  msgid "Upload a new watermark file"
13353
  msgstr "Použít soubor s vodoznakem:"
13354
 
13355
- #: wppa-settings-autosave.php:7374
13356
  #, fuzzy
13357
  msgid "Upload watermark image"
13358
  msgstr "Použít soubor s vodoznakem:"
13359
 
13360
- #: wppa-settings-autosave.php:7379
13361
  msgid "Watermark opacity image"
13362
  msgstr ""
13363
 
13364
- #: wppa-settings-autosave.php:7380
13365
  msgid "You can set the intensity of image watermarks here."
13366
  msgstr ""
13367
 
13368
- #: wppa-settings-autosave.php:7381 wppa-settings-autosave.php:7466
13369
  msgid ""
13370
  "The higher the number, the intenser the watermark. Value must be > 0 and <= "
13371
  "100."
13372
  msgstr ""
13373
 
13374
- #: wppa-settings-autosave.php:7388
13375
  #, fuzzy
13376
  msgid "Textual watermark style"
13377
  msgstr "Použít soubor s vodoznakem:"
13378
 
13379
- #: wppa-settings-autosave.php:7389
13380
  msgid "The way the textual watermarks look like"
13381
  msgstr ""
13382
 
13383
- #: wppa-settings-autosave.php:7393
13384
  msgid "TV subtitle style"
13385
  msgstr ""
13386
 
13387
- #: wppa-settings-autosave.php:7393
13388
  msgid "White text on black background"
13389
  msgstr ""
13390
 
13391
- #: wppa-settings-autosave.php:7393
13392
  msgid "Black text on white background"
13393
  msgstr ""
13394
 
13395
- #: wppa-settings-autosave.php:7393
13396
  msgid "Reverse TV style (Utopia)"
13397
  msgstr ""
13398
 
13399
- #: wppa-settings-autosave.php:7393
13400
  msgid "White on transparent background"
13401
  msgstr ""
13402
 
13403
- #: wppa-settings-autosave.php:7393
13404
  msgid "Black on transparent background"
13405
  msgstr ""
13406
 
13407
- #: wppa-settings-autosave.php:7403
13408
  msgid "Predefined watermark text"
13409
  msgstr ""
13410
 
13411
- #: wppa-settings-autosave.php:7404
13412
  msgid "The text to use when --- pre-defined --- is selected."
13413
  msgstr ""
13414
 
13415
- #: wppa-settings-autosave.php:7405
13416
  msgid "You may use the following keywords:"
13417
  msgstr ""
13418
 
13419
- #: wppa-settings-autosave.php:7406
13420
  msgid "w#site, w#owner, w#name, w#filename"
13421
  msgstr ""
13422
 
13423
- #: wppa-settings-autosave.php:7413
13424
  #, fuzzy
13425
  msgid "Textual watermark font"
13426
  msgstr "Použít soubor s vodoznakem:"
13427
 
13428
- #: wppa-settings-autosave.php:7414
13429
  msgid "The font to use with textusl watermarks."
13430
  msgstr ""
13431
 
13432
- #: wppa-settings-autosave.php:7415
13433
  msgid "Except for the system font, are font files of type ttf and reside in"
13434
  msgstr ""
13435
 
13436
- #: wppa-settings-autosave.php:7443
13437
  #, fuzzy
13438
  msgid "Textual watermark font size"
13439
  msgstr "Použít soubor s vodoznakem:"
13440
 
13441
- #: wppa-settings-autosave.php:7444
13442
  msgid "You can set the size of the truetype fonts only."
13443
  msgstr ""
13444
 
13445
- #: wppa-settings-autosave.php:7445
13446
  msgid ""
13447
  "System font can have size 1,2,3,4 or 5, in some stoneage fontsize units. Any "
13448
  "value > 5 will be treated as 5."
13449
  msgstr ""
13450
 
13451
- #: wppa-settings-autosave.php:7446
13452
  msgid ""
13453
  "Truetype fonts can have any positive integer size, if your PHPs GD version "
13454
  "is 1, in pixels, in GD2 in points."
13455
  msgstr ""
13456
 
13457
- #: wppa-settings-autosave.php:7447
13458
  msgid "It is unclear howmany pixels a point is..."
13459
  msgstr ""
13460
 
13461
- #: wppa-settings-autosave.php:7454
13462
  #, fuzzy
13463
  msgid "Upload watermark font"
13464
  msgstr "Použít soubor s vodoznakem:"
13465
 
13466
- #: wppa-settings-autosave.php:7455
13467
  #, fuzzy
13468
  msgid "Upload a new watermark font file"
13469
  msgstr "Použít soubor s vodoznakem:"
13470
 
13471
- #: wppa-settings-autosave.php:7456
13472
  msgid ""
13473
  "Upload truetype fonts (.ttf) only, and test if they work on your server "
13474
  "platform."
13475
  msgstr ""
13476
 
13477
- #: wppa-settings-autosave.php:7459
13478
  #, fuzzy
13479
  msgid "Upload TrueType font"
13480
  msgstr "Nahrát fotku"
13481
 
13482
- #: wppa-settings-autosave.php:7464
13483
  msgid "Watermark opacity text"
13484
  msgstr ""
13485
 
13486
- #: wppa-settings-autosave.php:7465
13487
  msgid "You can set the intensity of a text watermarks here."
13488
  msgstr ""
13489
 
13490
- #: wppa-settings-autosave.php:7474
13491
  msgid "A real life preview. To update: refresh the page."
13492
  msgstr ""
13493
 
13494
- #: wppa-settings-autosave.php:7485
13495
  #, fuzzy
13496
  msgid "Watermark thumbnails"
13497
  msgstr "Prohlédnout náhledy"
13498
 
13499
- #: wppa-settings-autosave.php:7486
13500
  msgid "Watermark also the thumbnail image files."
13501
  msgstr ""
13502
 
13503
- #: wppa-settings-autosave.php:7494
13504
  msgid "Slideshow elements sequence order settings"
13505
  msgstr ""
13506
 
13507
- #: wppa-settings-autosave.php:7500 wppa-settings-autosave.php:7546
13508
  #, fuzzy
13509
  msgid "StartStop"
13510
  msgstr "Spustit"
13511
 
13512
- #: wppa-settings-autosave.php:7501 wppa-settings-autosave.php:7547
13513
  msgid "SlideFrame"
13514
  msgstr ""
13515
 
13516
- #: wppa-settings-autosave.php:7503
13517
  msgid "Desc"
13518
  msgstr ""
13519
 
13520
- #: wppa-settings-autosave.php:7506 wppa-settings-autosave.php:7551
13521
  msgid "FilmStrip"
13522
  msgstr ""
13523
 
13524
- #: wppa-settings-autosave.php:7507 wppa-settings-autosave.php:7552
13525
  msgid "Browsebar"
13526
  msgstr ""
13527
 
13528
- #: wppa-settings-autosave.php:7509 wppa-settings-autosave.php:7554
13529
  #, fuzzy
13530
  msgid "IPTC data"
13531
  msgstr "Žádná IPTC data"
13532
 
13533
- #: wppa-settings-autosave.php:7510 wppa-settings-autosave.php:7555
13534
  #, fuzzy
13535
  msgid "EXIF data"
13536
  msgstr "Žádná EXIF data"
13537
 
13538
- #: wppa-settings-autosave.php:7511 wppa-settings-autosave.php:7556
13539
  #, fuzzy
13540
  msgid "Share box"
13541
  msgstr "Sdílet %s na Facebooku"
13542
 
13543
- #: wppa-settings-autosave.php:7513 wppa-settings-autosave.php:7558
13544
  msgid "Enabled"
13545
  msgstr ""
13546
 
13547
- #: wppa-settings-autosave.php:7514 wppa-settings-autosave.php:7559
13548
  msgid "Disabled"
13549
  msgstr ""
13550
 
13551
- #: wppa-settings-autosave.php:7516 wppa-settings-autosave.php:7561
13552
  msgid "Start/Stop & Slower/Faster navigation bar"
13553
  msgstr ""
13554
 
13555
- #: wppa-settings-autosave.php:7517 wppa-settings-autosave.php:7562
13556
  msgid "The Slide Frame"
13557
  msgstr ""
13558
 
13559
- #: wppa-settings-autosave.php:7517 wppa-settings-autosave.php:7562
13560
  msgid "( Always )"
13561
  msgstr ""
13562
 
13563
- #: wppa-settings-autosave.php:7518
13564
  #, fuzzy
13565
  msgid "Photo Name Box"
13566
  msgstr "Foto dne"
13567
 
13568
- #: wppa-settings-autosave.php:7519
13569
  msgid "Photo Description Box"
13570
  msgstr ""
13571
 
13572
- #: wppa-settings-autosave.php:7520 wppa-settings-autosave.php:7564
13573
  msgid "Custom Box"
13574
  msgstr ""
13575
 
13576
- #: wppa-settings-autosave.php:7521 wppa-settings-autosave.php:7565
13577
  #, fuzzy
13578
  msgid "Rating Bar"
13579
  msgstr "Hlasování: %s"
13580
 
13581
- #: wppa-settings-autosave.php:7522 wppa-settings-autosave.php:7566
13582
  msgid "Film Strip with embedded Start/Stop and Goto functionality"
13583
  msgstr ""
13584
 
13585
- #: wppa-settings-autosave.php:7523 wppa-settings-autosave.php:7567
13586
  msgid "Browse Bar with Photo X of Y counter"
13587
  msgstr ""
13588
 
13589
- #: wppa-settings-autosave.php:7524 wppa-settings-autosave.php:7568
13590
  #, fuzzy
13591
  msgid "Comments Box"
13592
  msgstr "Komentáře"
13593
 
13594
- #: wppa-settings-autosave.php:7525 wppa-settings-autosave.php:7569
13595
  msgid "IPTC box"
13596
  msgstr ""
13597
 
13598
- #: wppa-settings-autosave.php:7526 wppa-settings-autosave.php:7570
13599
  msgid "EXIF box"
13600
  msgstr ""
13601
 
13602
- #: wppa-settings-autosave.php:7527 wppa-settings-autosave.php:7571
13603
  #, fuzzy
13604
  msgid "Social media share box"
13605
  msgstr "Vyberte prosím cílovou stránku pro super view widget v Table VI-C"
13606
 
13607
- #: wppa-settings-autosave.php:7533 wppa-settings-autosave.php:7577
13608
  msgid "Move Up"
13609
  msgstr ""
13610
 
13611
- #: wppa-settings-autosave.php:7548
13612
  msgid "NameDesc"
13613
  msgstr ""
13614
 
13615
- #: wppa-settings-autosave.php:7563
13616
  msgid "Photo Name & Description Box"
13617
  msgstr ""
13618
 
13619
- #: wppa-settings-autosave.php:7587
13620
  msgid "Swap Namedesc"
13621
  msgstr ""
13622
 
13623
- #: wppa-settings-autosave.php:7588
13624
  msgid "Swap the order sequence of name and description"
13625
  msgstr ""
13626
 
13627
- #: wppa-settings-autosave.php:7596
13628
  msgid "Split Name and Desc"
13629
  msgstr ""
13630
 
13631
- #: wppa-settings-autosave.php:7597
13632
  msgid "Put Name and Description in separate boxes"
13633
  msgstr ""
13634
 
13635
- #: wppa-settings-autosave.php:7600
13636
  msgid "Please reload this page after the green checkmark appears!"
13637
  msgstr ""
13638
 
13639
- #: wppa-settings-autosave.php:7605
13640
  msgid "Source file management and other upload/import settings and actions."
13641
  msgstr ""
13642
 
13643
- #: wppa-settings-autosave.php:7607
13644
  msgid "Keep sourcefiles admin"
13645
  msgstr ""
13646
 
13647
- #: wppa-settings-autosave.php:7608
13648
  msgid "Keep the original uploaded and imported photo files."
13649
  msgstr ""
13650
 
13651
- #: wppa-settings-autosave.php:7609 wppa-settings-autosave.php:7619
13652
  msgid ""
13653
  "The files will be kept in a separate directory with subdirectories for each "
13654
  "album"
13655
  msgstr ""
13656
 
13657
- #: wppa-settings-autosave.php:7610 wppa-settings-autosave.php:7620
13658
  msgid ""
13659
  "These files can be used to update the photos used in displaying in wppa+ and "
13660
  "optionally for downloading original, un-downsized images."
13661
  msgstr ""
13662
 
13663
- #: wppa-settings-autosave.php:7617
13664
  msgid "Keep sourcefiles frontend"
13665
  msgstr ""
13666
 
13667
- #: wppa-settings-autosave.php:7618
13668
  #, fuzzy
13669
  msgid "Keep the original frontend uploaded photo files."
13670
  msgstr "Zobrazit posledně nahrané fotky"
13671
 
13672
- #: wppa-settings-autosave.php:7627
13673
  msgid "Source directory"
13674
  msgstr ""
13675
 
13676
- #: wppa-settings-autosave.php:7628
13677
  msgid "The path to the directory where the original photofiles will be saved."
13678
  msgstr ""
13679
 
13680
- #: wppa-settings-autosave.php:7629
13681
  msgid "You may change the directory path, but it can not be an url."
13682
  msgstr ""
13683
 
13684
- #: wppa-settings-autosave.php:7630
13685
  msgid ""
13686
  "The parent of the directory that you enter here must exist and be writable."
13687
  msgstr ""
13688
 
13689
- #: wppa-settings-autosave.php:7631
13690
  msgid "The directory itsself will be created if it does not exist yet."
13691
  msgstr ""
13692
 
13693
- #: wppa-settings-autosave.php:7638
13694
  msgid "Keep sync"
13695
  msgstr ""
13696
 
13697
- #: wppa-settings-autosave.php:7639
13698
  msgid "Keep source synchronously with wppa system."
13699
  msgstr ""
13700
 
13701
- #: wppa-settings-autosave.php:7640
13702
  msgid ""
13703
  "If checked, photos that are deleted from wppa, will also be removed from the "
13704
  "sourcefiles."
13705
  msgstr ""
13706
 
13707
- #: wppa-settings-autosave.php:7641
13708
  msgid ""
13709
  "Also, copying or moving photos to different albums, will also copy/move the "
13710
  "sourcefiles."
13711
  msgstr ""
13712
 
13713
- #: wppa-settings-autosave.php:7648
13714
  msgid "Remake add"
13715
  msgstr ""
13716
 
13717
- #: wppa-settings-autosave.php:7649
13718
  msgid "Photos will be added from the source pool"
13719
  msgstr ""
13720
 
13721
- #: wppa-settings-autosave.php:7650
13722
  msgid ""
13723
  "If checked: If photo files are found in the source directory that do not "
13724
  "exist in the corresponding album, they will be added to the album."
13725
  msgstr ""
13726
 
13727
- #: wppa-settings-autosave.php:7657
13728
  #, fuzzy
13729
  msgid "Save IPTC data"
13730
  msgstr "Skrýt IPTC data"
13731
 
13732
- #: wppa-settings-autosave.php:7658
13733
  msgid "Store the iptc data from the photo into the iptc db table"
13734
  msgstr ""
13735
 
13736
- #: wppa-settings-autosave.php:7659
13737
  msgid ""
13738
  "You will need this if you enabled the display of iptc data in Table II-B17 "
13739
  "or if you use it in the photo descriptions."
13740
  msgstr ""
13741
 
13742
- #: wppa-settings-autosave.php:7666
13743
  #, fuzzy
13744
  msgid "Save EXIF data"
13745
  msgstr "Skrýt EXIF data"
13746
 
13747
- #: wppa-settings-autosave.php:7667
13748
  msgid "Store the exif data from the photo into the exif db table"
13749
  msgstr ""
13750
 
13751
- #: wppa-settings-autosave.php:7668
13752
  msgid ""
13753
  "You will need this if you enabled the display of exif data in Table II-B18 "
13754
  "or if you use it in the photo descriptions."
13755
  msgstr ""
13756
 
13757
- #: wppa-settings-autosave.php:7675
13758
  msgid "Max EXIF tag array size"
13759
  msgstr ""
13760
 
13761
- #: wppa-settings-autosave.php:7676
13762
  msgid "Truncate array tags to ..."
13763
  msgstr ""
13764
 
13765
- #: wppa-settings-autosave.php:7677
13766
  msgid "A value of 0 disables this feature"
13767
  msgstr ""
13768
 
13769
- #: wppa-settings-autosave.php:7679
13770
  #, fuzzy
13771
  msgid "elements"
13772
  msgstr "Komentáře"
13773
 
13774
- #: wppa-settings-autosave.php:7684
13775
  msgid "Import Create page"
13776
  msgstr ""
13777
 
13778
- #: wppa-settings-autosave.php:7685
13779
  msgid "Create wp page when a directory to album is imported."
13780
  msgstr ""
13781
 
13782
- #: wppa-settings-autosave.php:7686
13783
  msgid ""
13784
  "As soon as an album is created when a directory is imported, a wp page is "
13785
  "made that displays the album content."
13786
  msgstr ""
13787
 
13788
- #: wppa-settings-autosave.php:7694
13789
  msgid "Page content"
13790
  msgstr ""
13791
 
13792
- #: wppa-settings-autosave.php:7695
13793
  msgid "The content of the page. Must contain <b>w#album</b>"
13794
  msgstr ""
13795
 
13796
- #: wppa-settings-autosave.php:7696
13797
  msgid ""
13798
  "The content of the page. Note: it must contain w#album. This will be "
13799
  "replaced by the album number in the generated shortcode."
13800
  msgstr ""
13801
 
13802
- #: wppa-settings-autosave.php:7704
13803
  msgid "Page type"
13804
  msgstr ""
13805
 
13806
- #: wppa-settings-autosave.php:7705
13807
  msgid "Select the type of page to create."
13808
  msgstr ""
13809
 
13810
- #: wppa-settings-autosave.php:7709
13811
  #, fuzzy
13812
  msgid "Post"
13813
  msgstr "Příspěvek:"
13814
 
13815
- #: wppa-settings-autosave.php:7716
13816
  msgid "Page status"
13817
  msgstr ""
13818
 
13819
- #: wppa-settings-autosave.php:7717
13820
  msgid "Select the initial status of the page."
13821
  msgstr ""
13822
 
13823
- #: wppa-settings-autosave.php:7721
13824
  #, fuzzy
13825
  msgid "Published"
13826
  msgstr "Nepublikováno"
13827
 
13828
- #: wppa-settings-autosave.php:7721
13829
  msgid "Draft"
13830
  msgstr ""
13831
 
13832
- #: wppa-settings-autosave.php:7729
13833
  msgid "Permalink root"
13834
  msgstr ""
13835
 
13836
- #: wppa-settings-autosave.php:7730
13837
  msgid "The name of the root for the photofile ermalink structure."
13838
  msgstr ""
13839
 
13840
- #: wppa-settings-autosave.php:7731
13841
  msgid ""
13842
  "Choose a convenient name like \"albums\" or so; this will be the name of a "
13843
  "folder inside .../wp-content/. Make sure you choose a unique name"
13844
  msgstr ""
13845
 
13846
- #: wppa-settings-autosave.php:7739
13847
  msgid "Other plugins related settings"
13848
  msgstr ""
13849
 
13850
- #: wppa-settings-autosave.php:7741
13851
  msgid "Foreign shortcodes general"
13852
  msgstr ""
13853
 
13854
- #: wppa-settings-autosave.php:7742
13855
  msgid "Enable foreign shortcodes in album names, albums desc and photo names"
13856
  msgstr ""
13857
 
13858
- #: wppa-settings-autosave.php:7750
13859
  msgid "Foreign shortcodes fullsize"
13860
  msgstr ""
13861
 
13862
- #: wppa-settings-autosave.php:7751
13863
  msgid "Enable the use of non-wppa+ shortcodes in fullsize photo descriptions."
13864
  msgstr ""
13865
 
13866
- #: wppa-settings-autosave.php:7752 wppa-settings-autosave.php:7763
13867
  msgid ""
13868
  "When checked, you can use shortcodes from other plugins in the description "
13869
  "of photos."
13870
  msgstr ""
13871
 
13872
- #: wppa-settings-autosave.php:7753
13873
  msgid "The shortcodes will be expanded in the descriptions of fullsize images."
13874
  msgstr ""
13875
 
13876
- #: wppa-settings-autosave.php:7754 wppa-settings-autosave.php:7765
13877
  msgid "You will most likely need also to check Table IX-A1 (Allow HTML)."
13878
  msgstr ""
13879
 
13880
- #: wppa-settings-autosave.php:7761
13881
  #, fuzzy
13882
  msgid "Foreign shortcodes thumbnails"
13883
  msgstr "Prohlédnout náhledy"
13884
 
13885
- #: wppa-settings-autosave.php:7762
13886
  msgid "Enable the use of non-wppa+ shortcodes in thumbnail photo descriptions."
13887
  msgstr ""
13888
 
13889
- #: wppa-settings-autosave.php:7764
13890
  msgid ""
13891
  "The shortcodes will be expanded in the descriptions of thumbnail images."
13892
  msgstr ""
13893
 
13894
- #: wppa-settings-autosave.php:7772
13895
  msgid "Lightbox keyname"
13896
  msgstr ""
13897
 
13898
- #: wppa-settings-autosave.php:7773
13899
  msgid "The identifier of lightbox."
13900
  msgstr ""
13901
 
13902
- #: wppa-settings-autosave.php:7774
13903
  msgid ""
13904
  "If you use a lightbox plugin that uses rel=\"lbox-id\" you can enter the "
13905
  "lbox-id here."
13906
  msgstr ""
13907
 
13908
- #: wppa-settings-autosave.php:7781
13909
  msgid "myCRED / Cube Points: Comment"
13910
  msgstr ""
13911
 
13912
- #: wppa-settings-autosave.php:7782
13913
  #, fuzzy
13914
  msgid "Number of points for a comment"
13915
  msgstr "Musíte se <a href=&quot;\"%s\"&quot;>přihlásit</a> k napsání komentáře"
13916
 
13917
- #: wppa-settings-autosave.php:7783 wppa-settings-autosave.php:7792
13918
- #: wppa-settings-autosave.php:7801
13919
  msgid "This setting requires the plugin myCRED or Cube Points"
13920
  msgstr ""
13921
 
13922
- #: wppa-settings-autosave.php:7785
13923
  #, fuzzy
13924
  msgid "points per comment"
13925
  msgstr "Váš komentář:"
13926
 
13927
- #: wppa-settings-autosave.php:7790
13928
  msgid "myCRED / Cube Points: Rating"
13929
  msgstr ""
13930
 
13931
- #: wppa-settings-autosave.php:7791
13932
  msgid "Number of points for a rating vote"
13933
  msgstr ""
13934
 
13935
- #: wppa-settings-autosave.php:7794
13936
  msgid "points per vote"
13937
  msgstr ""
13938
 
13939
- #: wppa-settings-autosave.php:7799
13940
  msgid "myCRED / Cube Points: Upload"
13941
  msgstr ""
13942
 
13943
- #: wppa-settings-autosave.php:7800
13944
  msgid "Number of points for a successfull frontend upload"
13945
  msgstr ""
13946
 
13947
- #: wppa-settings-autosave.php:7803
13948
  #, fuzzy
13949
  msgid "points per upload"
13950
  msgstr "Fotky nahrány "
13951
 
13952
- #: wppa-settings-autosave.php:7808
13953
  msgid "Use SCABN"
13954
  msgstr ""
13955
 
13956
- #: wppa-settings-autosave.php:7809
13957
  msgid "Use the wppa interface to Simple Cart & Buy Now plugin."
13958
  msgstr ""
13959
 
13960
- #: wppa-settings-autosave.php:7810
13961
  msgid ""
13962
  "If checked, the shortcode to use for the \"add to cart\" button in photo "
13963
  "descriptions is [cart ...]"
13964
  msgstr ""
13965
 
13966
- #: wppa-settings-autosave.php:7811
13967
  msgid ""
13968
  "as opposed to [scabn ...] for the original scabn \"add to cart\" button."
13969
  msgstr ""
13970
 
13971
- #: wppa-settings-autosave.php:7812
13972
  msgid "The shortcode for the check-out page is still [scabn]"
13973
  msgstr ""
13974
 
13975
- #: wppa-settings-autosave.php:7813
13976
  msgid ""
13977
  "The arguments are the same, the defaults are: name = photoname, price = 0.01."
13978
  msgstr ""
13979
 
13980
- #: wppa-settings-autosave.php:7814
13981
  msgid ""
13982
  "Supplying the price should be sufficient; supply a name only when it differs "
13983
  "from the photo name."
13984
  msgstr ""
13985
 
13986
- #: wppa-settings-autosave.php:7815
13987
  msgid "This shortcode handler will also work with Ajax enabled."
13988
  msgstr ""
13989
 
13990
- #: wppa-settings-autosave.php:7816
13991
  msgid ""
13992
  "Using this interface makes sure that the item urls and callback action urls "
13993
  "are correct."
13994
  msgstr ""
13995
 
13996
- #: wppa-settings-autosave.php:7823
13997
  msgid "Use CM Tooltip Glossary"
13998
  msgstr ""
13999
 
14000
- #: wppa-settings-autosave.php:7824
14001
  msgid "Use plugin CM Tooltip Glossary on photo and album descriptions."
14002
  msgstr ""
14003
 
14004
- #: wppa-settings-autosave.php:7825
14005
  msgid ""
14006
  "You MUST set Table IV-A13: Defer javascript, also if you do not want this "
14007
  "plugin to act on album and photo descriptions!"
14008
  msgstr ""
14009
 
14010
- #: wppa-settings-autosave.php:7833
14011
  msgid "External services related settings and actions."
14012
  msgstr ""
14013
 
14014
- #: wppa-settings-autosave.php:7835
14015
  msgid "QR Code widget size"
14016
  msgstr ""
14017
 
14018
- #: wppa-settings-autosave.php:7836
14019
  msgid "The size of the QR code display."
14020
  msgstr ""
14021
 
14022
- #: wppa-settings-autosave.php:7844
14023
  msgid "QR color"
14024
  msgstr ""
14025
 
14026
- #: wppa-settings-autosave.php:7845
14027
  msgid "The display color of the qr code (dark)"
14028
  msgstr ""
14029
 
14030
- #: wppa-settings-autosave.php:7846
14031
  msgid "This color MUST be given in hexadecimal format!"
14032
  msgstr ""
14033
 
14034
- #: wppa-settings-autosave.php:7853
14035
  msgid "QR background color"
14036
  msgstr ""
14037
 
14038
- #: wppa-settings-autosave.php:7854
14039
  msgid "The background color of the qr code (light)"
14040
  msgstr ""
14041
 
14042
- #: wppa-settings-autosave.php:7862
14043
  msgid "CDN Service"
14044
  msgstr ""
14045
 
14046
- #: wppa-settings-autosave.php:7863
14047
  msgid "Select a CDN Service you want to use."
14048
  msgstr ""
14049
 
14050
- #: wppa-settings-autosave.php:7866
14051
  msgid "Cloudinary in maintenance mode"
14052
  msgstr ""
14053
 
14054
- #: wppa-settings-autosave.php:7876
14055
  #, fuzzy
14056
  msgid "Cloud name"
14057
  msgstr "Vaše jméno:"
14058
 
14059
- #: wppa-settings-autosave.php:7885
14060
  msgid "API key"
14061
  msgstr ""
14062
 
14063
- #: wppa-settings-autosave.php:7894
14064
  msgid "API secret"
14065
  msgstr ""
14066
 
14067
- #: wppa-settings-autosave.php:7904
14068
  #, fuzzy
14069
  msgid "Update uploads"
14070
  msgstr "Album:"
14071
 
14072
- #: wppa-settings-autosave.php:7905
14073
  msgid "Verify and upload photos to the cloud."
14074
  msgstr ""
14075
 
14076
- #: wppa-settings-autosave.php:7906
14077
  msgid "This function will add the missing photos to Cloudinary."
14078
  msgstr ""
14079
 
14080
- #: wppa-settings-autosave.php:7907
14081
  msgid "You need to run this only when there are images that are not displayed."
14082
  msgstr ""
14083
 
14084
- #: wppa-settings-autosave.php:7908
14085
  msgid "This procedure may take much time!"
14086
  msgstr ""
14087
 
14088
- #: wppa-settings-autosave.php:7915
14089
  #, fuzzy
14090
  msgid "Delete all"
14091
  msgstr "Album:"
14092
 
14093
- #: wppa-settings-autosave.php:7916
14094
  msgid "Deletes them all !!!"
14095
  msgstr ""
14096
 
14097
- #: wppa-settings-autosave.php:7924
14098
  msgid "Delete derived images"
14099
  msgstr ""
14100
 
14101
- #: wppa-settings-autosave.php:7925
14102
  msgid "Deletes all derived images !!!"
14103
  msgstr ""
14104
 
14105
- #: wppa-settings-autosave.php:7933
14106
  msgid "Max lifetime"
14107
  msgstr ""
14108
 
14109
- #: wppa-settings-autosave.php:7934
14110
  msgid "Old images from local server, new images from Cloudinary."
14111
  msgstr ""
14112
 
14113
- #: wppa-settings-autosave.php:7935
14114
  msgid ""
14115
  "If NOT set to Forever: You need to run Table VIII-B15 on a regular basis."
14116
  msgstr ""
14117
 
14118
- #: wppa-settings-autosave.php:7937
14119
  msgid "Forever"
14120
  msgstr ""
14121
 
14122
- #: wppa-settings-autosave.php:7941
14123
  #, fuzzy
14124
  msgid "Two months"
14125
  msgstr "měsíců"
14126
 
14127
- #: wppa-settings-autosave.php:7942
14128
  #, fuzzy
14129
  msgid "Three months"
14130
  msgstr "měsíců"
14131
 
14132
- #: wppa-settings-autosave.php:7943
14133
  #, fuzzy
14134
  msgid "Six months"
14135
  msgstr "měsíců"
14136
 
14137
- #: wppa-settings-autosave.php:7944
14138
  #, fuzzy
14139
  msgid "Nine months"
14140
  msgstr "měsíců"
14141
 
14142
- #: wppa-settings-autosave.php:7945
14143
  #, fuzzy
14144
  msgid "One year"
14145
  msgstr "1 rok"
14146
 
14147
- #: wppa-settings-autosave.php:7946
14148
  #, fuzzy
14149
  msgid "18 months"
14150
  msgstr "1 měsíc"
14151
 
14152
- #: wppa-settings-autosave.php:7947
14153
  #, fuzzy
14154
  msgid "Two years"
14155
  msgstr "let"
14156
 
14157
- #: wppa-settings-autosave.php:7967
14158
  msgid "Cloudinary usage"
14159
  msgstr ""
14160
 
14161
- #: wppa-settings-autosave.php:8003
14162
  msgid "Cloudinary usage data not available"
14163
  msgstr ""
14164
 
14165
- #: wppa-settings-autosave.php:8007
14166
  msgid "Cloudinary routines not installed."
14167
  msgstr ""
14168
 
14169
- #: wppa-settings-autosave.php:8018
14170
  msgid "Cloudinary"
14171
  msgstr ""
14172
 
14173
- #: wppa-settings-autosave.php:8019
14174
  msgid "<span style=\"color:red;\">Requires at least PHP version 5.3</span>"
14175
  msgstr ""
14176
 
14177
- #: wppa-settings-autosave.php:8028
14178
  msgid "GPX Implementation"
14179
  msgstr ""
14180
 
14181
- #: wppa-settings-autosave.php:8029
14182
  msgid "The way the maps are produced."
14183
  msgstr ""
14184
 
14185
- #: wppa-settings-autosave.php:8030
14186
  msgid "Select the way the maps are produced."
14187
  msgstr ""
14188
 
14189
- #: wppa-settings-autosave.php:8031
14190
  msgid ""
14191
  "When using Google maps GPX viewer plugin, you can not use Ajax (Table IV-A1)"
14192
  msgstr ""
14193
 
14194
- #: wppa-settings-autosave.php:8032
14195
  msgid ""
14196
  "When using WPPA+ Embedded code, you can use Ajax, but there are less display "
14197
  "options."
14198
  msgstr ""
14199
 
14200
- #: wppa-settings-autosave.php:8034
14201
  msgid "WPPA+ Embedded code"
14202
  msgstr ""
14203
 
14204
- #: wppa-settings-autosave.php:8034
14205
  msgid "Google maps GPX viewer plugin"
14206
  msgstr ""
14207
 
14208
- #: wppa-settings-autosave.php:8042
14209
  msgid "Map height"
14210
  msgstr ""
14211
 
14212
- #: wppa-settings-autosave.php:8043
14213
  msgid "The height of the map display."
14214
  msgstr ""
14215
 
14216
- #: wppa-settings-autosave.php:8051
14217
  msgid "Google maps API key"
14218
  msgstr ""
14219
 
14220
- #: wppa-settings-autosave.php:8052
14221
  msgid "Enter your Google maps api key here if you have one."
14222
  msgstr ""
14223
 
14224
- #: wppa-settings-autosave.php:8060
14225
  msgid "GPX Shortcode"
14226
  msgstr ""
14227
 
14228
- #: wppa-settings-autosave.php:8061
14229
  msgid "The shortcode to be used for the gpx feature."
14230
  msgstr ""
14231
 
14232
- #: wppa-settings-autosave.php:8062
14233
  msgid ""
14234
  "Enter / modify the shortcode to be generated for the gpx plugin. It must "
14235
  "contain w#lat and w#lon as placeholders for the lattitude and longitude."
14236
  msgstr ""
14237
 
14238
- #: wppa-settings-autosave.php:8063
14239
  msgid "This item is required for using Google maps GPX viewer plugin only"
14240
  msgstr ""
14241
 
14242
- #: wppa-settings-autosave.php:8070
14243
  msgid "Fotomoto"
14244
  msgstr ""
14245
 
14246
- #: wppa-settings-autosave.php:8071
14247
  msgid "Yes, we use Fotomoto on this site. Read the help text!"
14248
  msgstr ""
14249
 
14250
- #: wppa-settings-autosave.php:8072
14251
  msgid "In order to function properly:"
14252
  msgstr ""
14253
 
14254
- #: wppa-settings-autosave.php:8073
14255
  msgid "1. Get yourself a Fotomoto account."
14256
  msgstr ""
14257
 
14258
- #: wppa-settings-autosave.php:8074
14259
  msgid ""
14260
  "2. Install the Fotomoto plugin, enter the \"Fotomoto Site Key:\" and check "
14261
  "the \"Use API Mode:\" checkbox."
14262
  msgstr ""
14263
 
14264
- #: wppa-settings-autosave.php:8075
14265
  msgid "Note: Do NOT Disable the Custom box in Table II-B14."
14266
  msgstr ""
14267
 
14268
- #: wppa-settings-autosave.php:8076
14269
  msgid "Do NOT remove the text w#fotomoto from the Custombox ( Table II-B15 )."
14270
  msgstr ""
14271
 
14272
- #: wppa-settings-autosave.php:8084
14273
  msgid "Fotomoto fontsize"
14274
  msgstr ""
14275
 
14276
- #: wppa-settings-autosave.php:8085
14277
  msgid "Fontsize for the Fotomoto toolbar."
14278
  msgstr ""
14279
 
14280
- #: wppa-settings-autosave.php:8086
14281
  msgid ""
14282
  "If you set it here, it overrules a possible setting for font-size in ."
14283
  "FotomotoToolbarClass on the Fotomoto dashboard."
14284
  msgstr ""
14285
 
14286
- #: wppa-settings-autosave.php:8094
14287
  msgid "Hide toolbar on running slideshows"
14288
  msgstr ""
14289
 
14290
- #: wppa-settings-autosave.php:8095
14291
  msgid "The Fotomoto toolbar will re-appear when the slidshow stops."
14292
  msgstr ""
14293
 
14294
- #: wppa-settings-autosave.php:8102
14295
  msgid "Fotomoto minwidth"
14296
  msgstr ""
14297
 
14298
- #: wppa-settings-autosave.php:8103
14299
  msgid "Minimum width to display Fotomoto toolbar."
14300
  msgstr ""
14301
 
14302
- #: wppa-settings-autosave.php:8104
14303
  msgid ""
14304
  "The display of the Fotomoto Toolbar will be suppressed on smaller slideshows."
14305
  msgstr ""
14306
 
14307
- #: wppa-settings-autosave.php:8129
14308
  msgid "Table X:"
14309
  msgstr ""
14310
 
14311
- #: wppa-settings-autosave.php:8129
14312
  msgid "IPTC Configuration:"
14313
  msgstr ""
14314
 
14315
- #: wppa-settings-autosave.php:8130
14316
  msgid "This table defines the IPTC configuration"
14317
  msgstr ""
14318
 
14319
- #: wppa-settings-autosave.php:8161 wppa-settings-autosave.php:8229
14320
  msgid "Display"
14321
  msgstr ""
14322
 
14323
- #: wppa-settings-autosave.php:8161 wppa-settings-autosave.php:8229
14324
  msgid "Hide"
14325
  msgstr ""
14326
 
14327
- #: wppa-settings-autosave.php:8161 wppa-settings-autosave.php:8229
14328
  msgid "Optional"
14329
  msgstr ""
14330
 
14331
- #: wppa-settings-autosave.php:8191
14332
  msgid "Table XI:"
14333
  msgstr ""
14334
 
14335
- #: wppa-settings-autosave.php:8191
14336
  msgid "EXIF Configuration:"
14337
  msgstr ""
14338
 
14339
- #: wppa-settings-autosave.php:8192
14340
  msgid "This table defines the EXIF configuration"
14341
  msgstr ""
14342
 
14343
- #: wppa-settings-autosave.php:8215
14344
  msgid ""
14345
  "Function exif_read_data() does not exist. This means that <b>EXIF</b> is not "
14346
  "enabled. If you want to use <b>EXIF</b> data, ask your hosting provider to "
14347
  "add <b>'--enable-exif'</b> to the php <b>Configure Command</b>."
14348
  msgstr ""
14349
 
14350
- #: wppa-settings-autosave.php:8259
14351
  msgid "Table XII:"
14352
  msgstr ""
14353
 
14354
- #: wppa-settings-autosave.php:8259
14355
  msgid "WPPA+ and PHP Configuration:"
14356
  msgstr ""
14357
 
14358
- #: wppa-settings-autosave.php:8260
14359
  msgid ""
14360
  "This table lists all WPPA+ constants and PHP server configuration parameters "
14361
  "and is read only"
14362
  msgstr ""
14363
 
14364
- #: wppa-settings-autosave.php:8275
14365
  msgid "Value"
14366
  msgstr ""
14367
 
14368
- #: wppa-settings-autosave.php:8280
14369
  msgid "Albums db table name."
14370
  msgstr ""
14371
 
14372
- #: wppa-settings-autosave.php:8285
14373
  #, fuzzy
14374
  msgid "Photos db table name."
14375
  msgstr "Zobrazit EXIF data"
14376
 
14377
- #: wppa-settings-autosave.php:8290
14378
  msgid "Rating db table name."
14379
  msgstr ""
14380
 
14381
- #: wppa-settings-autosave.php:8295
14382
  msgid "Comments db table name."
14383
  msgstr ""
14384
 
14385
- #: wppa-settings-autosave.php:8300
14386
  msgid "IPTC db table name."
14387
  msgstr ""
14388
 
14389
- #: wppa-settings-autosave.php:8305
14390
  msgid "EXIF db table name."
14391
  msgstr ""
14392
 
14393
- #: wppa-settings-autosave.php:8310
14394
  msgid "Index db table name."
14395
  msgstr ""
14396
 
14397
- #: wppa-settings-autosave.php:8315
14398
  msgid "Plugins main file name."
14399
  msgstr ""
14400
 
14401
- #: wppa-settings-autosave.php:8320
14402
  msgid "Path to plugins directory."
14403
  msgstr ""
14404
 
14405
- #: wppa-settings-autosave.php:8325
14406
  msgid "Plugins directory name."
14407
  msgstr ""
14408
 
14409
- #: wppa-settings-autosave.php:8330
14410
  msgid "Plugins directory url."
14411
  msgstr ""
14412
 
14413
- #: wppa-settings-autosave.php:8335
14414
  msgid "The relative upload directory."
14415
  msgstr ""
14416
 
14417
- #: wppa-settings-autosave.php:8340
14418
  msgid "The upload directory path."
14419
  msgstr ""
14420
 
14421
- #: wppa-settings-autosave.php:8345
14422
  msgid "The upload directory url."
14423
  msgstr ""
14424
 
14425
- #: wppa-settings-autosave.php:8350
14426
  msgid "The relative depot directory."
14427
  msgstr ""
14428
 
14429
- #: wppa-settings-autosave.php:8355
14430
  msgid "The depot directory path."
14431
  msgstr ""
14432
 
14433
- #: wppa-settings-autosave.php:8360
14434
  msgid "The depot directory url."
14435
  msgstr ""
14436
 
14437
- #: wppa-settings-autosave.php:8365
14438
  msgid "The path to wp-content."
14439
  msgstr ""
14440
 
14441
- #: wppa-settings-autosave.php:8370
14442
  msgid "WP Base upload dir."
14443
  msgstr ""
14444
 
14445
- #: wppa-settings-autosave.php:8376
14446
  msgid "ABSPATH windows proof"
14447
  msgstr ""
14448
 
14449
- #: wppa-settings-autosave.php:8388
14450
  #, php-format
14451
  msgid "<br />Memory used on this page: %6.2f Mb."
14452
  msgstr ""
14453
 
14454
- #: wppa-settings-autosave.php:8389
14455
  #, php-format
14456
  msgid "<br />There are %d settings and %d runtime parameters."
14457
  msgstr ""
14458
 
14459
- #: wppa-settings-autosave.php:8466
14460
  msgid "The default for this setting is:"
14461
  msgstr ""
14462
 
14463
- #: wppa-settings-autosave.php:8475
14464
  msgid "Click for help"
14465
  msgstr ""
14466
 
14467
- #: wppa-settings-autosave.php:8519 wppa-settings-autosave.php:8536
14468
- #: wppa-settings-autosave.php:8565 wppa-settings-autosave.php:8588
14469
- #: wppa-settings-autosave.php:8618 wppa-settings-autosave.php:8645
14470
- #: wppa-settings-autosave.php:8671 wppa-settings-autosave.php:8719
14471
  msgid "Slug ="
14472
  msgstr ""
14473
 
14474
- #: wppa-settings-autosave.php:8588 wppa-settings-autosave.php:8618
14475
- #: wppa-settings-autosave.php:8645 wppa-settings-autosave.php:8671
14476
  msgid "Values = yes, no"
14477
  msgstr ""
14478
 
14479
- #: wppa-settings-autosave.php:8617 wppa-settings-autosave.php:8643
14480
- #: wppa-settings-autosave.php:8670
14481
  msgid "Warning!"
14482
  msgstr ""
14483
 
14484
- #: wppa-settings-autosave.php:8644 wppa-settings-autosave.php:8670
14485
  msgid "Please read the help"
14486
  msgstr ""
14487
 
14488
- #: wppa-settings-autosave.php:8719
14489
  msgid "Values = "
14490
  msgstr ""
14491
 
14492
- #: wppa-settings-autosave.php:8795
14493
  msgid "Checked"
14494
  msgstr ""
14495
 
14496
- #: wppa-settings-autosave.php:8796
14497
  msgid "Unchecked"
14498
  msgstr ""
14499
 
14500
- #: wppa-settings-autosave.php:8801
14501
  msgid "the photo specific link."
14502
  msgstr ""
14503
 
14504
- #: wppa-settings-autosave.php:8833
14505
  msgid "Show!"
14506
  msgstr ""
14507
 
14508
- #: wppa-settings-autosave.php:8853
14509
  #, fuzzy
14510
  msgid "Not done yet"
14511
  msgstr "Zatím nebylo založeno žádné album"
14512
 
14513
- #: wppa-settings-autosave.php:8860
14514
  #, fuzzy
14515
  msgid "Start!"
14516
  msgstr "Spustit"
14517
 
14518
- #: wppa-settings-autosave.php:8865
14519
  msgid "Locked!"
14520
  msgstr ""
14521
 
14522
- #: wppa-settings-autosave.php:8896
14523
  msgid ""
14524
  "You can not have popup and lightbox on thumbnails at the same time. Uncheck "
14525
  "either Table IV-C8 or choose a different linktype in Table VI-2."
14526
  msgstr ""
14527
 
14528
- #: wppa-settings-autosave.php:8899
14529
  #, php-format
14530
  msgid ""
14531
  "It is important that you select a page that contains at least %%wppa%% or "
14532
  "[wppa][/wppa]."
14533
  msgstr ""
14534
 
14535
- #: wppa-settings-autosave.php:8900
14536
  msgid ""
14537
  "If you ommit this, the link will not work at all or simply refresh the "
14538
  "(home)page."
@@ -14572,120 +14589,120 @@ msgstr ""
14572
  msgid "An error occurred during update"
14573
  msgstr "Chyba počas upload"
14574
 
14575
- #: wppa-setup.php:744
14576
  msgid ""
14577
  "<span style=\"color:red\" >Warning: Do not upload copyrighted material!</"
14578
  "span>"
14579
  msgstr ""
14580
 
14581
- #: wppa-setup.php:753 wppa-setup.php:757 wppa-setup.php:761
14582
  msgid "Select tags:"
14583
  msgstr ""
14584
 
14585
- #: wppa-setup.php:764
14586
  msgid "Enter new tags:"
14587
  msgstr ""
14588
 
14589
- #: wppa-setup.php:911
14590
  msgid "Vote for me!"
14591
  msgstr ""
14592
 
14593
- #: wppa-setup.php:912
14594
  msgid "Voted for me"
14595
  msgstr ""
14596
 
14597
- #: wppa-setup.php:1331
14598
  msgid "Type your custom url here"
14599
  msgstr ""
14600
 
14601
- #: wppa-setup.php:1332
14602
  msgid "Type the title here"
14603
  msgstr ""
14604
 
14605
- #: wppa-setup.php:1344 wppa-topten-widget.php:13 wppa-topten-widget.php:48
14606
  #: wppa-topten-widget.php:191
14607
  msgid "Top Ten Photos"
14608
  msgstr "Nejlépe hodnocené fotografie"
14609
 
14610
- #: wppa-setup.php:1347 wppa-thumbnail-widget.php:13
14611
  #: wppa-thumbnail-widget.php:168
14612
  #, fuzzy
14613
  msgid "Thumbnail Photos"
14614
  msgstr "Označkované fotografie"
14615
 
14616
- #: wppa-setup.php:1350
14617
  #, fuzzy
14618
  msgid "Search photos"
14619
  msgstr "Nejlépe hodnocené fotky"
14620
 
14621
- #: wppa-setup.php:1393
14622
  msgid ""
14623
  "The uploads directory does not exist, please do a regular WP upload first."
14624
  msgstr ""
14625
 
14626
- #: wppa-setup.php:1397
14627
  msgid "Successfully created uploads directory."
14628
  msgstr ""
14629
 
14630
- #: wppa-setup.php:1408
14631
  #, fuzzy
14632
  msgid "Could not create the wppa directory."
14633
  msgstr "Nelze vložit do databáze."
14634
 
14635
- #: wppa-setup.php:1412
14636
  msgid "Successfully created wppa directory."
14637
  msgstr ""
14638
 
14639
- #: wppa-setup.php:1422
14640
  #, fuzzy
14641
  msgid "Could not create the wppa thumbs directory."
14642
  msgstr "Nelze vložit do databáze."
14643
 
14644
- #: wppa-setup.php:1426
14645
  msgid "Successfully created wppa thumbs directory."
14646
  msgstr ""
14647
 
14648
- #: wppa-setup.php:1436
14649
  msgid "Could not create the wppa watermarks directory."
14650
  msgstr ""
14651
 
14652
- #: wppa-setup.php:1440
14653
  msgid "Successfully created wppa watermarks directory."
14654
  msgstr ""
14655
 
14656
- #: wppa-setup.php:1450
14657
  msgid "Could not create the wppa fonts directory."
14658
  msgstr ""
14659
 
14660
- #: wppa-setup.php:1454
14661
  msgid "Successfully created wppa fonts directory."
14662
  msgstr ""
14663
 
14664
- #: wppa-setup.php:1466
14665
  msgid "Unable to create depot directory."
14666
  msgstr ""
14667
 
14668
- #: wppa-setup.php:1470
14669
  msgid "Successfully created wppa depot directory."
14670
  msgstr ""
14671
 
14672
- #: wppa-setup.php:1481
14673
  msgid "Unable to create user depot directory"
14674
  msgstr ""
14675
 
14676
- #: wppa-setup.php:1485
14677
  msgid "Successfully created wppa user depot directory."
14678
  msgstr ""
14679
 
14680
- #: wppa-setup.php:1495
14681
  msgid "Unable to create temp directory"
14682
  msgstr ""
14683
 
14684
- #: wppa-setup.php:1499
14685
  msgid "Successfully created temp directory."
14686
  msgstr ""
14687
 
14688
- #: wppa-setup.php:1507
14689
  #, php-format
14690
  msgid ""
14691
  "Ask your administrator to give you more rights, or create <b>%s</b> manually "
@@ -14806,96 +14823,96 @@ msgstr ""
14806
  "Pro zobrazení fotek v plné velikosti musíte povolit JavaScript ve vašem "
14807
  "prohlížeči."
14808
 
14809
- #: wppa-slideshow.php:437
14810
  msgid "Checkout"
14811
  msgstr ""
14812
 
14813
- #: wppa-slideshow.php:472
14814
  msgid "- - - Voting enabled - - -"
14815
  msgstr "--- Hlasování povoleno ---"
14816
 
14817
- #: wppa-slideshow.php:484
14818
  #, fuzzy, php-format
14819
  msgid "Number of votes: <span id=\"wppa-vote-count-%s\" >%s</span>&nbsp;"
14820
  msgstr "%s hodnocení"
14821
 
14822
- #: wppa-slideshow.php:490 wppa-slideshow.php:579 wppa-slideshow.php:616
14823
  #, php-format
14824
  msgid "You must <a href=\"%s\">login</a> to vote"
14825
  msgstr " K hodnocení se musíte <a href=&quot;\"%s\"&quot;>přihlásit</a>."
14826
 
14827
- #: wppa-slideshow.php:493 wppa-slideshow.php:582 wppa-slideshow.php:619
14828
  #, fuzzy
14829
  msgid "You must login to vote"
14830
  msgstr " K hodnocení se musíte <a href=&quot;\"%s\"&quot;>přihlásit</a>."
14831
 
14832
- #: wppa-slideshow.php:510
14833
  msgid "- - - Rating enabled - - -"
14834
  msgstr "--- Hodnocení povoleno ---"
14835
 
14836
- #: wppa-slideshow.php:527
14837
  msgid "very low"
14838
  msgstr "velmi nízká"
14839
 
14840
- #: wppa-slideshow.php:528
14841
  msgid "low"
14842
  msgstr "nízká"
14843
 
14844
- #: wppa-slideshow.php:529
14845
  msgid "average"
14846
  msgstr "průměr"
14847
 
14848
- #: wppa-slideshow.php:530
14849
  msgid "high"
14850
  msgstr "vysoká"
14851
 
14852
- #: wppa-slideshow.php:531
14853
  msgid "very high"
14854
  msgstr "velmi vysoká"
14855
 
14856
- #: wppa-slideshow.php:558 wppa-slideshow.php:602
14857
  msgid "Are you sure you want to mark this image as inappropriate?"
14858
  msgstr "Opravdu chcete tuto foktu označit jako nevhodnou?"
14859
 
14860
- #: wppa-slideshow.php:559 wppa-slideshow.php:603
14861
  msgid "Click this if you do NOT like this image!"
14862
  msgstr "Klikněte sem, pokud se obrázek NELÍBÍ!"
14863
 
14864
- #: wppa-slideshow.php:561 wppa-slideshow.php:605
14865
  #, fuzzy
14866
  msgid "Number of people who marked this photo as inappropriate"
14867
  msgstr "Spousta lidí označila tuto fotku jako nevhodnou."
14868
 
14869
- #: wppa-slideshow.php:611
14870
  msgid "My rating:"
14871
  msgstr "Moje hodnocení"
14872
 
14873
- #: wppa-slideshow.php:697
14874
  msgid "First"
14875
  msgstr ""
14876
 
14877
- #: wppa-slideshow.php:702
14878
  msgid "Last"
14879
  msgstr ""
14880
 
14881
- #: wppa-slideshow.php:818
14882
  #, php-format
14883
  msgid "Photo %s of %s"
14884
  msgstr "Fotka %s %s"
14885
 
14886
- #: wppa-slideshow.php:849
14887
  msgid "Click to start/stop"
14888
  msgstr "Pro Spuštění/zastevní klikněte"
14889
 
14890
- #: wppa-slideshow.php:861
14891
  msgid "- - - Comments box activated - - -"
14892
  msgstr "--- Box komentářů aktivní ---"
14893
 
14894
- #: wppa-slideshow.php:882
14895
  msgid "- - - IPTC box activated - - -"
14896
  msgstr "--- IPTC box aktivní ---"
14897
 
14898
- #: wppa-slideshow.php:902
14899
  msgid "- - - EXIF box activated - - -"
14900
  msgstr "--- EXIF box aktivní ---"
14901
 
@@ -16279,47 +16296,47 @@ msgstr "Nelze vložit do databáze."
16279
  msgid "Rating: %s"
16280
  msgstr "Hlasování: %s"
16281
 
16282
- #: wppa-utils.php:774 wppa-utils.php:785 wppa-utils.php:796
16283
  msgid "Notification of inappropriate image"
16284
  msgstr ""
16285
 
16286
- #: wppa-utils.php:775 wppa-utils.php:786 wppa-utils.php:797
16287
  #, php-format
16288
  msgid "Photo %s has been marked as inappropriate by %s different visitors."
16289
  msgstr ""
16290
 
16291
- #: wppa-utils.php:787
16292
  msgid "The status has been changed to 'pending'."
16293
  msgstr ""
16294
 
16295
- #: wppa-utils.php:798
16296
  #, fuzzy
16297
  msgid "It has been deleted."
16298
  msgstr "Fotka %s byla odebrána."
16299
 
16300
- #: wppa-utils.php:855
16301
  #, php-format
16302
  msgid "The visitors email address is: <a href=\"mailto:%s\">%s</a>"
16303
  msgstr "Návštěvníkův email je: <a href=\"mailto:%s\">%s</a>"
16304
 
16305
- #: wppa-utils.php:861
16306
  #, php-format
16307
  msgid "The visitor says his email address is: <a href=\"mailto:%s\">%s</a>"
16308
  msgstr "Návštěvník říká, že je jeho email je: <a href=\"mailto:%s\">%s</a>"
16309
 
16310
- #: wppa-utils.php:867
16311
  #, php-format
16312
  msgid ""
16313
  "This message is automaticly generated at %s. It is useless to respond to it."
16314
  msgstr ""
16315
  "Táto zpráva je automaticky generovaná - %s. Je zbytečné na ní reagovať."
16316
 
16317
- #: wppa-utils.php:1064
16318
  #, php-format
16319
  msgid "Time out after processing %s items."
16320
  msgstr ""
16321
 
16322
- #: wppa-utils.php:1067 wppa-utils.php:1071
16323
  #, php-format
16324
  msgid "Time out after processing %s items. Please restart this operation"
16325
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Photo Album Plus\n"
4
+ "POT-Creation-Date: 2015-09-16 14:17+0200\n"
5
+ "PO-Revision-Date: 2015-09-16 14:17+0200\n"
6
  "Last-Translator: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
7
  "Language-Team: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
8
  "Language: cs_CZ\n"
31
  #: wppa-album-admin-autosave.php:1442 wppa-album-admin-autosave.php:1516
32
  #: wppa-album-admin-autosave.php:1626 wppa-comment-admin.php:311
33
  #: wppa-comment-admin.php:380 wppa-comment-admin.php:398
34
+ #: wppa-functions.php:1910 wppa-thumbnails.php:596
35
  msgid "Edit"
36
  msgstr "Upravit"
37
 
39
  msgid "Warning. No page defined for search results!"
40
  msgstr ""
41
 
42
+ #: theme/photo-album-search-page.php:39 wppa-boxes-html.php:175
43
+ #: wppa-settings-autosave.php:474 wppa-settings-autosave.php:3065
44
  #, fuzzy
45
  msgid "Search"
46
  msgstr "Výsledek vyhledávání fotek"
89
  msgid "Settings file not found"
90
  msgstr ""
91
 
92
+ #: wppa-admin-functions.php:206 wppa-admin-functions.php:210 wppa-ajax.php:2228
93
+ #: wppa-ajax.php:2235
94
  msgid "Please supply a numeric value greater than or equal to"
95
  msgstr ""
96
 
97
+ #: wppa-admin-functions.php:206 wppa-admin-functions.php:210 wppa-ajax.php:2228
98
+ #: wppa-ajax.php:2235
99
  #, fuzzy
100
  msgid "for"
101
  msgstr "nebo"
102
 
103
+ #: wppa-admin-functions.php:210 wppa-ajax.php:2235
104
  msgid "and less than or equal to"
105
  msgstr ""
106
 
271
  msgstr "Foto dne"
272
 
273
  #: wppa-admin.php:67 wppa-adminbar.php:89 wppa-potd-widget.php:61
274
+ #: wppa-setup.php:1332
275
  msgid "Photo of the day"
276
  msgstr "Foto dne"
277
 
280
  msgid "Manage comments"
281
  msgstr "%d komentáře/ů"
282
 
283
+ #: wppa-admin.php:68 wppa-adminbar.php:96 wppa-settings-autosave.php:464
284
+ #: wppa-settings-autosave.php:2894 wppa-settings-autosave.php:7544
285
+ #: wppa-settings-autosave.php:7589
286
  msgid "Comments"
287
  msgstr "Komentáře"
288
 
308
  msgid "Import"
309
  msgstr "Importovat fotky"
310
 
311
+ #: wppa-admin.php:124 wppa-settings-autosave.php:8595
312
  #, fuzzy
313
  msgid "Update"
314
  msgstr "Album:"
532
  #: wppa-ajax.php:811 wppa-ajax.php:1211 wppa-album-admin-autosave.php:333
533
  #: wppa-album-admin-autosave.php:390 wppa-album-admin-autosave.php:985
534
  #: wppa-album-admin-autosave.php:1122 wppa-album-admin-autosave.php:1294
535
+ #: wppa-album-admin-autosave.php:1389 wppa-boxes-html.php:393
536
+ #: wppa-boxes-html.php:507 wppa-photo-admin-autosave.php:1294
537
+ #: wppa-photo-admin-autosave.php:1413 wppa-settings-autosave.php:530
538
+ #: wppa-settings-autosave.php:683 wppa-settings-autosave.php:705
539
+ #: wppa-settings-autosave.php:1405 wppa-settings-autosave.php:1426
540
+ #: wppa-settings-autosave.php:2791 wppa-settings-autosave.php:2812
541
+ #: wppa-settings-autosave.php:3110 wppa-settings-autosave.php:3134
542
+ #: wppa-settings-autosave.php:3594 wppa-settings-autosave.php:3708
543
+ #: wppa-settings-autosave.php:4276 wppa-settings-autosave.php:4297
544
+ #: wppa-settings-autosave.php:4473 wppa-settings-autosave.php:4497
545
+ #: wppa-settings-autosave.php:5496 wppa-settings-autosave.php:6002
546
+ #: wppa-settings-autosave.php:6024 wppa-settings-autosave.php:6604
547
+ #: wppa-settings-autosave.php:6628 wppa-settings-autosave.php:7538
548
+ #: wppa-settings-autosave.php:8153 wppa-settings-autosave.php:8309
549
  #: wppa-thumbnail-widget.php:204 wppa-upload.php:166
550
  msgid "Name"
551
  msgstr ""
553
  #: wppa-ajax.php:814 wppa-ajax.php:1214 wppa-album-admin-autosave.php:995
554
  #: wppa-album-admin-autosave.php:1132 wppa-album-admin-autosave.php:1304
555
  #: wppa-album-admin-autosave.php:1399 wppa-photo-admin-autosave.php:1295
556
+ #: wppa-photo-admin-autosave.php:1414 wppa-settings-autosave.php:531
557
+ #: wppa-settings-autosave.php:684 wppa-settings-autosave.php:706
558
+ #: wppa-settings-autosave.php:1406 wppa-settings-autosave.php:1427
559
+ #: wppa-settings-autosave.php:2792 wppa-settings-autosave.php:2813
560
+ #: wppa-settings-autosave.php:3111 wppa-settings-autosave.php:3135
561
+ #: wppa-settings-autosave.php:4277 wppa-settings-autosave.php:4298
562
+ #: wppa-settings-autosave.php:4474 wppa-settings-autosave.php:4498
563
+ #: wppa-settings-autosave.php:5497 wppa-settings-autosave.php:6003
564
+ #: wppa-settings-autosave.php:6025 wppa-settings-autosave.php:6605
565
+ #: wppa-settings-autosave.php:6629 wppa-settings-autosave.php:8154
566
+ #: wppa-settings-autosave.php:8176 wppa-settings-autosave.php:8216
567
+ #: wppa-settings-autosave.php:8238 wppa-settings-autosave.php:8284
568
+ #: wppa-settings-autosave.php:8310 wppa-widget-admin.php:195
569
  #, fuzzy
570
  msgid "Description"
571
  msgstr "Zadat/upravit popis fotky"
589
  msgid "Parent album"
590
  msgstr "Album:"
591
 
592
+ #: wppa-ajax.php:836 wppa-settings-autosave.php:3588
593
  #, fuzzy
594
  msgid "Photo order"
595
  msgstr "Foto dne"
602
  msgid "Cover Type"
603
  msgstr ""
604
 
605
+ #: wppa-ajax.php:845 wppa-settings-autosave.php:4499
606
+ #: wppa-settings-autosave.php:5498
607
  #, fuzzy
608
  msgid "Link type"
609
  msgstr "Odkaz na"
610
 
611
+ #: wppa-ajax.php:848 wppa-album-covers.php:1098
612
  msgid "Link to"
613
  msgstr "Odkaz na"
614
 
615
  #: wppa-ajax.php:851 wppa-ajax.php:1235 wppa-album-admin-autosave.php:1006
616
  #: wppa-album-admin-autosave.php:1143 wppa-album-admin-autosave.php:1315
617
+ #: wppa-album-admin-autosave.php:1410 wppa-boxes-html.php:515
618
  #: wppa-photo-admin-autosave.php:1297 wppa-photo-admin-autosave.php:1416
619
  #: wppa-widget-admin.php:196
620
  msgid "Owner"
760
  msgstr "Nelze vložit do databáze."
761
 
762
  #: wppa-ajax.php:1125 wppa-photo-admin-autosave.php:182
763
+ #: wppa-settings-autosave.php:3404 wppa-tinymce-scripts.php:289
764
  #: wppa-tinymce-shortcodes.php:518 wppa-widget-admin.php:77
765
  msgid "left"
766
  msgstr ""
770
  msgstr ""
771
 
772
  #: wppa-ajax.php:1133 wppa-photo-admin-autosave.php:186
773
+ #: wppa-settings-autosave.php:3404 wppa-tinymce-scripts.php:291
774
  #: wppa-tinymce-shortcodes.php:520 wppa-widget-admin.php:79
775
  msgid "right"
776
  msgstr ""
811
  msgid "An error occurred while trying to copy photo %s"
812
  msgstr ""
813
 
814
+ #: wppa-ajax.php:1218 wppa-ajax.php:1756
815
  #, fuzzy
816
  msgid "Unbalanced tags in photo description!"
817
  msgstr "Zadat/upravit popis fotky"
849
 
850
  #: wppa-ajax.php:1255 wppa-comment-admin.php:310 wppa-comment-admin.php:397
851
  #: wppa-photo-admin-autosave.php:1296 wppa-photo-admin-autosave.php:1415
852
+ #: wppa-settings-autosave.php:6028 wppa-settings-autosave.php:6608
853
+ #: wppa-settings-autosave.php:8177 wppa-settings-autosave.php:8217
854
+ #: wppa-settings-autosave.php:8239 wppa-settings-autosave.php:8285
855
  msgid "Status"
856
  msgstr ""
857
 
984
  msgid "Widget image thumbnail size"
985
  msgstr "Prohlédnout náhledy"
986
 
987
+ #: wppa-ajax.php:1542 wppa-settings-autosave.php:1082
988
  msgid "Max Cover width"
989
  msgstr ""
990
 
1005
  msgid "Border width"
1006
  msgstr ""
1007
 
1008
+ #: wppa-ajax.php:1557 wppa-settings-autosave.php:782
1009
  msgid "Border radius"
1010
  msgstr ""
1011
 
1012
+ #: wppa-ajax.php:1560 wppa-settings-autosave.php:793
1013
  msgid "Box spacing"
1014
  msgstr ""
1015
 
1016
+ #: wppa-ajax.php:1566 wppa-settings-autosave.php:1057
1017
  msgid "Popup size"
1018
  msgstr ""
1019
 
1042
  msgid "Filter priority"
1043
  msgstr "Priorita závěrky rychlosti AE"
1044
 
1045
+ #: wppa-ajax.php:1593
1046
+ #, fuzzy
1047
+ msgid "Shortcode_priority"
1048
+ msgstr "Priorita závěrky rychlosti AE"
1049
+
1050
+ #: wppa-ajax.php:1596 wppa-settings-autosave.php:1188
1051
  msgid "Avatar size"
1052
  msgstr ""
1053
 
1054
+ #: wppa-ajax.php:1599 wppa-ajax.php:1602
1055
  msgid "Watermark opacity"
1056
  msgstr ""
1057
 
1058
+ #: wppa-ajax.php:1605 wppa-settings-autosave.php:1357
1059
  msgid "Number of text lines"
1060
  msgstr ""
1061
 
1062
+ #: wppa-ajax.php:1608 wppa-settings-autosave.php:4175
1063
  msgid "Overlay opacity"
1064
  msgstr ""
1065
 
1066
+ #: wppa-ajax.php:1611 wppa-settings-autosave.php:7035
1067
  #, fuzzy
1068
  msgid "Upload limit"
1069
  msgstr "Nahrát fotku"
1070
 
1071
+ #: wppa-ajax.php:1614 wppa-settings-autosave.php:3883
1072
  msgid "Notify inappropriate"
1073
  msgstr ""
1074
 
1075
+ #: wppa-ajax.php:1617
1076
  msgid "Dislike pending"
1077
  msgstr ""
1078
 
1079
+ #: wppa-ajax.php:1620
1080
  #, fuzzy
1081
  msgid "Dislike delete"
1082
  msgstr "Smazat"
1083
 
1084
+ #: wppa-ajax.php:1623 wppa-settings-autosave.php:6686
1085
  msgid "Max execution time"
1086
  msgstr ""
1087
 
1088
+ #: wppa-ajax.php:1628
1089
  msgid "Cube Points points"
1090
  msgstr ""
1091
 
1092
+ #: wppa-ajax.php:1631
1093
  msgid "JPG Image quality"
1094
  msgstr ""
1095
 
1096
+ #: wppa-ajax.php:1637 wppa-settings-autosave.php:3797
1097
  #, fuzzy
1098
  msgid "Number of coverphotos"
1099
  msgstr "Zobrazit úvodní fotky"
1100
 
1101
+ #: wppa-ajax.php:1640 wppa-settings-autosave.php:3854
1102
  msgid "Dislike value"
1103
  msgstr ""
1104
 
1105
+ #: wppa-ajax.php:1643 wppa-settings-autosave.php:913
1106
  #, fuzzy
1107
  msgid "Slideshow pagesize"
1108
  msgstr "Slideshow"
1109
 
1110
+ #: wppa-ajax.php:1646 wppa-settings-autosave.php:811
1111
  msgid "Max Pagelinks"
1112
  msgstr ""
1113
 
1114
+ #: wppa-ajax.php:1653
1115
  msgid "Ratings cleared"
1116
  msgstr ""
1117
 
1118
+ #: wppa-ajax.php:1656
1119
  #, fuzzy
1120
  msgid "Could not clear ratings"
1121
  msgstr "Nelze vložit do databáze."
1122
 
1123
+ #: wppa-ajax.php:1665
1124
  msgid "Viewcounts cleared"
1125
  msgstr ""
1126
 
1127
+ #: wppa-ajax.php:1668
1128
  #, fuzzy
1129
  msgid "Could not clear viewcounts"
1130
  msgstr "Nelze vložit do databáze."
1131
 
1132
+ #: wppa-ajax.php:1678
1133
  #, fuzzy
1134
  msgid "IPTC data cleared"
1135
  msgstr "Žádná IPTC data"
1136
 
1137
+ #: wppa-ajax.php:1679
1138
  msgid "Refresh this page to clear table X"
1139
  msgstr ""
1140
 
1141
+ #: wppa-ajax.php:1683
1142
  #, fuzzy
1143
  msgid "Could not clear IPTC data"
1144
  msgstr "Nelze vložit do databáze."
1145
 
1146
+ #: wppa-ajax.php:1693
1147
  #, fuzzy
1148
  msgid "EXIF data cleared"
1149
  msgstr "Žádná EXIF data"
1150
 
1151
+ #: wppa-ajax.php:1694
1152
  msgid "Refresh this page to clear table XI"
1153
  msgstr ""
1154
 
1155
+ #: wppa-ajax.php:1698
1156
  #, fuzzy
1157
  msgid "Could not clear EXIF data"
1158
  msgstr "Nelze vložit do databáze."
1159
 
1160
+ #: wppa-ajax.php:1706
1161
  msgid "Recuperation performed"
1162
  msgstr ""
1163
 
1164
+ #: wppa-ajax.php:1721
1165
  msgid ""
1166
  "Illegal format. Please enter a 6 digit hexadecimal color value. Example: "
1167
  "#77bbff"
1168
  msgstr ""
1169
 
1170
+ #: wppa-ajax.php:1747
1171
  msgid "You just changed a setting that requires the recalculation of ratings."
1172
  msgstr ""
1173
 
1174
+ #: wppa-ajax.php:1748 wppa-ajax.php:2115
1175
  msgid "Please run the appropriate action in Table VIII."
1176
  msgstr ""
1177
 
1178
+ #: wppa-ajax.php:1772 wppa-ajax.php:1788
1179
  #, php-format
1180
  msgid "Unable to create or write to %s"
1181
  msgstr ""
1182
 
1183
+ #: wppa-ajax.php:1781
1184
  msgid "Source can not be inside the wppa folder."
1185
  msgstr ""
1186
 
1187
+ #: wppa-ajax.php:1798
1188
  msgid "The content must contain w#album"
1189
  msgstr ""
1190
 
1191
+ #: wppa-ajax.php:1805
1192
  msgid "The content must contain w#lat and w#lon"
1193
  msgstr ""
1194
 
1195
+ #: wppa-ajax.php:1847 wppa-ajax.php:1853
1196
  msgid "Members"
1197
  msgstr ""
1198
 
1199
+ #: wppa-ajax.php:1847
1200
  msgid "Parent of the member albums"
1201
  msgstr ""
1202
 
1203
+ #: wppa-ajax.php:1991
1204
  #, php-format
1205
  msgid "User %s has been blacklisted."
1206
  msgstr ""
1207
 
1208
+ #: wppa-ajax.php:1994
1209
  #, php-format
1210
  msgid "User %s does not exist."
1211
  msgstr ""
1212
 
1213
+ #: wppa-ajax.php:2017
1214
  msgid ""
1215
  "The content of the Custom box has been changed to display the Fotomoto "
1216
  "toolbar."
1217
  msgstr ""
1218
 
1219
+ #: wppa-ajax.php:2021 wppa-ajax.php:2036
1220
  msgid "The display of the custom box has been enabled"
1221
  msgstr ""
1222
 
1223
+ #: wppa-ajax.php:2032
1224
  msgid "The content of the Custom box has been changed to display maps."
1225
  msgstr ""
1226
 
1227
+ #: wppa-ajax.php:2062
1228
  msgid "This value can not be empty"
1229
  msgstr ""
1230
 
1231
+ #: wppa-ajax.php:2094
1232
  #, php-format
1233
  msgid "Failed to set %s to %s"
1234
  msgstr ""
1235
 
1236
+ #: wppa-ajax.php:2099
1237
  #, php-format
1238
  msgid "Setting %s updated to %s"
1239
  msgstr ""
1240
 
1241
+ #: wppa-ajax.php:2114
1242
  msgid ""
1243
  "You just changed a setting that requires the regeneration of thumbnails."
1244
  msgstr ""
1245
 
1246
+ #: wppa-ajax.php:2169
1247
  msgid "Missing album id"
1248
  msgstr ""
1249
 
1250
+ #: wppa-ajax.php:2189
1251
  msgid "You do not have the rights to delete this album"
1252
  msgstr ""
1253
 
1254
+ #: wppa-ajax.php:2230 wppa-ajax.php:2237
1255
  #, fuzzy
1256
  msgid "You may also enter:"
1257
  msgstr "Můžete nahrát po"
1258
 
1259
+ #: wppa-ajax.php:2231 wppa-ajax.php:2238
1260
  #, fuzzy
1261
  msgid "You may also leave/set this blank"
1262
  msgstr ""
1304
  msgid "Top of page"
1305
  msgstr ""
1306
 
1307
+ #: wppa-album-admin-autosave.php:114 wppa-functions.php:3847
1308
+ #: wppa-settings-autosave.php:6925 wppa-wpdb-insert.php:329
1309
  #, fuzzy
1310
  msgid "New Album"
1311
  msgstr "Album:"
1330
  msgid "Edit Album Information"
1331
  msgstr "Upravit!"
1332
 
1333
+ #: wppa-album-admin-autosave.php:171 wppa-settings-autosave.php:370
1334
  #, fuzzy
1335
  msgid "Auto Save"
1336
  msgstr "Automatika, záblesk"
1444
  msgstr "Foto dne"
1445
 
1446
  #: wppa-album-admin-autosave.php:331 wppa-album-admin-autosave.php:432
1447
+ #: wppa-settings-autosave.php:3631 wppa-settings-autosave.php:3655
1448
  #, fuzzy
1449
  msgid "--- default ---"
1450
  msgstr "--- smazáno ---"
1451
 
1452
  #: wppa-album-admin-autosave.php:332 wppa-album-admin-autosave.php:388
1453
+ #: wppa-settings-autosave.php:3593 wppa-settings-autosave.php:3707
1454
  #: wppa-thumbnail-widget.php:203
1455
  msgid "Order #"
1456
  msgstr ""
1457
 
1458
  #: wppa-album-admin-autosave.php:334 wppa-album-admin-autosave.php:387
1459
+ #: wppa-settings-autosave.php:3595 wppa-settings-autosave.php:3709
1460
  #: wppa-thumbnail-widget.php:205 wppa-widget-admin.php:142
1461
  msgid "Random"
1462
  msgstr ""
1463
 
1464
+ #: wppa-album-admin-autosave.php:335 wppa-settings-autosave.php:3596
1465
  msgid "Rating mean value"
1466
  msgstr ""
1467
 
1468
  #: wppa-album-admin-autosave.php:336 wppa-bestof-widget.php:169
1469
+ #: wppa-settings-autosave.php:3597 wppa-topten-widget.php:236
1470
  msgid "Number of votes"
1471
  msgstr ""
1472
 
1473
  #: wppa-album-admin-autosave.php:337 wppa-album-admin-autosave.php:392
1474
+ #: wppa-settings-autosave.php:3598 wppa-settings-autosave.php:3710
1475
  msgid "Timestamp"
1476
  msgstr ""
1477
 
1478
  #: wppa-album-admin-autosave.php:338 wppa-photo-admin-autosave.php:284
1479
+ #: wppa-settings-autosave.php:3599
1480
  #, fuzzy
1481
  msgid "EXIF Date"
1482
  msgstr "Žádná EXIF data"
1483
 
1484
+ #: wppa-album-admin-autosave.php:339 wppa-settings-autosave.php:3600
1485
+ #: wppa-settings-autosave.php:3711
1486
  msgid "Order # desc"
1487
  msgstr ""
1488
 
1489
+ #: wppa-album-admin-autosave.php:340 wppa-settings-autosave.php:3601
1490
+ #: wppa-settings-autosave.php:3712
1491
  msgid "Name desc"
1492
  msgstr ""
1493
 
1494
+ #: wppa-album-admin-autosave.php:341 wppa-settings-autosave.php:3602
1495
  #: wppa-thumbnail-widget.php:206
1496
  msgid "Rating mean value desc"
1497
  msgstr ""
1498
 
1499
+ #: wppa-album-admin-autosave.php:342 wppa-settings-autosave.php:3603
1500
  #: wppa-thumbnail-widget.php:207
1501
  msgid "Number of votes desc"
1502
  msgstr ""
1503
 
1504
+ #: wppa-album-admin-autosave.php:343 wppa-settings-autosave.php:3604
1505
+ #: wppa-settings-autosave.php:3713 wppa-thumbnail-widget.php:208
1506
  msgid "Timestamp desc"
1507
  msgstr ""
1508
 
1509
+ #: wppa-album-admin-autosave.php:344 wppa-settings-autosave.php:3605
1510
  msgid "EXIF Date desc"
1511
  msgstr ""
1512
 
1579
  msgid "Cover Type:"
1580
  msgstr ""
1581
 
1582
+ #: wppa-album-admin-autosave.php:433 wppa-settings-autosave.php:1956
1583
+ #: wppa-settings-autosave.php:3777
1584
  msgid "Standard"
1585
  msgstr ""
1586
 
1587
+ #: wppa-album-admin-autosave.php:434 wppa-settings-autosave.php:3778
1588
  #, fuzzy
1589
  msgid "Long Descriptions"
1590
  msgstr "Zadat/upravit popis fotky"
1591
 
1592
+ #: wppa-album-admin-autosave.php:435 wppa-settings-autosave.php:3779
1593
  msgid "Image Factory"
1594
  msgstr ""
1595
 
1596
+ #: wppa-album-admin-autosave.php:436 wppa-settings-autosave.php:3780
1597
  msgid "Standard mcr"
1598
  msgstr ""
1599
 
1600
+ #: wppa-album-admin-autosave.php:437 wppa-settings-autosave.php:3781
1601
  msgid "Long Descriptions mcr"
1602
  msgstr ""
1603
 
1604
+ #: wppa-album-admin-autosave.php:438 wppa-settings-autosave.php:3782
1605
  msgid "Image Factory mcr"
1606
  msgstr ""
1607
 
1631
  msgid "Upload limit:"
1632
  msgstr "Nahrát fotku"
1633
 
1634
+ #: wppa-album-admin-autosave.php:480 wppa-settings-autosave.php:5623
1635
+ #: wppa-settings-autosave.php:7042
1636
  msgid "for ever"
1637
  msgstr ""
1638
 
1639
  #: wppa-album-admin-autosave.php:481 wppa-album-admin-autosave.php:498
1640
+ #: wppa-settings-autosave.php:5624 wppa-settings-autosave.php:7043
1641
  #, fuzzy
1642
  msgid "per hour"
1643
  msgstr "1 hodina"
1644
 
1645
  #: wppa-album-admin-autosave.php:482 wppa-album-admin-autosave.php:499
1646
+ #: wppa-settings-autosave.php:5625 wppa-settings-autosave.php:7044
1647
  #, fuzzy
1648
  msgid "per day"
1649
  msgstr "1 den"
1650
 
1651
  #: wppa-album-admin-autosave.php:483 wppa-album-admin-autosave.php:500
1652
+ #: wppa-settings-autosave.php:5626 wppa-settings-autosave.php:7045
1653
  #, fuzzy
1654
  msgid "per week"
1655
  msgstr "1 týden"
1656
 
1657
  #: wppa-album-admin-autosave.php:484 wppa-album-admin-autosave.php:501
1658
+ #: wppa-settings-autosave.php:5627 wppa-settings-autosave.php:7046
1659
  #, fuzzy
1660
  msgid "per month"
1661
  msgstr "1 měsíc"
1662
 
1663
  #: wppa-album-admin-autosave.php:485 wppa-album-admin-autosave.php:502
1664
+ #: wppa-settings-autosave.php:5628 wppa-settings-autosave.php:7047
1665
  #, fuzzy
1666
  msgid "per year"
1667
  msgstr "1 rok"
1744
  msgid "Link type:"
1745
  msgstr "Odkaz na"
1746
 
1747
+ #: wppa-album-admin-autosave.php:592 wppa-settings-autosave.php:7203
1748
  msgid "the sub-albums and thumbnails"
1749
  msgstr ""
1750
 
1751
+ #: wppa-album-admin-autosave.php:593 wppa-settings-autosave.php:7204
1752
  #, fuzzy
1753
  msgid "the sub-albums"
1754
  msgstr "Prohlédnout album"
1755
 
1756
+ #: wppa-album-admin-autosave.php:594 wppa-settings-autosave.php:7205
1757
  #, fuzzy
1758
  msgid "the thumbnails"
1759
  msgstr "Prohlédnout náhledy"
1760
 
1761
+ #: wppa-album-admin-autosave.php:595 wppa-settings-autosave.php:7206
1762
  msgid "the album photos as slideshow"
1763
  msgstr ""
1764
 
1766
  msgid "the link page with a clean url"
1767
  msgstr ""
1768
 
1769
+ #: wppa-album-admin-autosave.php:597 wppa-settings-autosave.php:7207
1770
  msgid "no link at all"
1771
  msgstr ""
1772
 
1789
  msgid "Link to:"
1790
  msgstr "Odkaz na"
1791
 
1792
+ #: wppa-album-admin-autosave.php:618 wppa-settings-autosave.php:8743
1793
+ #: wppa-settings-autosave.php:8792
1794
  msgid "There are no pages (yet) to link to."
1795
  msgstr ""
1796
 
1879
  msgid "Moderate photo"
1880
  msgstr "Spravovat fotografie"
1881
 
1882
+ #: wppa-album-admin-autosave.php:765 wppa-functions.php:2109
1883
  #: wppa-photo-admin-autosave.php:24
1884
  msgid "Edit photo"
1885
  msgstr "Upravit fotku"
1889
  msgid "Delete Album"
1890
  msgstr "Album:"
1891
 
1892
+ #: wppa-album-admin-autosave.php:791 wppa-boxes-html.php:804
1893
+ #: wppa-breadcrumb.php:284 wppa-breadcrumb.php:302 wppa-breadcrumb.php:320
1894
+ #: wppa-breadcrumb.php:338 wppa-breadcrumb.php:393 wppa-breadcrumb.php:418
1895
+ #: wppa-breadcrumb.php:539 wppa-comment-admin.php:66 wppa-featen-widget.php:136
1896
  #: wppa-lasten-widget.php:172 wppa-slideshow-widget.php:201
1897
  #: wppa-thumbnail-widget.php:191 wppa-topten-widget.php:217
1898
  #: wppa-upload-widget.php:81 wppa-upload.php:116 wppa-upload.php:204
1918
  #: wppa-album-admin-autosave.php:1179 wppa-album-admin-autosave.php:1351
1919
  #: wppa-album-admin-autosave.php:1446 wppa-album-admin-autosave.php:1632
1920
  #: wppa-comment-admin.php:312 wppa-comment-admin.php:381
1921
+ #: wppa-comment-admin.php:399 wppa-functions.php:1922 wppa-links.php:724
1922
  #: wppa-links.php:742 wppa-photo-admin-autosave.php:1243
1923
  #: wppa-photo-admin-autosave.php:1311 wppa-thumbnails.php:589
1924
  msgid "Delete"
1928
  msgid "Move to:"
1929
  msgstr ""
1930
 
1931
+ #: wppa-album-admin-autosave.php:807 wppa-settings-autosave.php:2725
1932
  msgid "Cancel"
1933
  msgstr ""
1934
 
2149
  msgid "Nameless, filename = "
2150
  msgstr ""
2151
 
2152
+ #: wppa-album-covers.php:1128 wppa-album-covers.php:1188
2153
+ #: wppa-album-covers.php:1195
2154
  msgid "View the album"
2155
  msgstr "Prohlédnout album"
2156
 
2157
+ #: wppa-album-covers.php:1148
2158
  #, fuzzy
2159
  msgid "View the cover photo"
2160
  msgid_plural "View the cover photos"
2161
  msgstr[0] "Zobrazit úvodní fotku"
2162
  msgstr[1] "Zobrazit úvodní fotku"
2163
 
2164
+ #: wppa-album-covers.php:1201
2165
  msgid "View"
2166
  msgstr "Ukázat: "
2167
 
2168
+ #: wppa-album-covers.php:1204
2169
  msgid "album"
2170
  msgstr "album"
2171
 
2172
+ #: wppa-album-covers.php:1207 wppa-settings-autosave.php:1301
2173
+ #: wppa-settings-autosave.php:5660
2174
  msgid "albums"
2175
  msgstr "albumy"
2176
 
2177
+ #: wppa-album-covers.php:1216 wppa-boxes-html.php:1131 wppa-breadcrumb.php:152
2178
+ #: wppa-breadcrumb.php:158 wppa-breadcrumb.php:165 wppa-breadcrumb.php:366
2179
+ #: wppa-breadcrumb.php:371 wppa-functions.php:4248 wppa-utils.php:1476
2180
  msgid "and"
2181
  msgstr "a"
2182
 
2183
+ #: wppa-album-covers.php:1221 wppa-comment-admin.php:254
2184
  msgid "photo"
2185
  msgstr "fotka"
2186
 
2187
+ #: wppa-album-covers.php:1224 wppa-album-covers.php:1228
2188
+ #: wppa-settings-autosave.php:767 wppa-settings-autosave.php:806
2189
+ #: wppa-settings-autosave.php:1221 wppa-settings-autosave.php:1261
2190
+ #: wppa-settings-autosave.php:1281 wppa-settings-autosave.php:1321
2191
+ #: wppa-settings-autosave.php:3801 wppa-settings-autosave.php:5644
2192
+ #: wppa-settings-autosave.php:7040
2193
  msgid "photos"
2194
  msgstr "fotek"
2195
 
2196
+ #: wppa-album-covers.php:1272
2197
  #, fuzzy
2198
  msgid "New!"
2199
  msgstr "Nová fotka nahrána: %s"
2200
 
2201
+ #: wppa-album-covers.php:1273 wppa-thumbnails.php:1875 wppa-thumbnails.php:1876
2202
  #, fuzzy
2203
  msgid "New"
2204
  msgstr "Nová fotka nahrána: %s"
2205
 
2206
+ #: wppa-album-covers.php:1295 wppa-boxes-html.php:828 wppa-non-admin.php:580
2207
+ #: wppa-settings-autosave.php:2197 wppa-settings-autosave.php:5121
2208
+ #: wppa-settings-autosave.php:7352
2209
  msgid "Slideshow"
2210
  msgstr "Slideshow"
2211
 
2212
+ #: wppa-album-covers.php:1296
2213
  msgid "Browse photos"
2214
  msgstr "Prohlédnout fotky"
2215
 
2216
+ #: wppa-album-covers.php:1330
2217
  msgid "Categories:"
2218
  msgstr ""
2219
 
2220
+ #: wppa-album-covers.php:1333 wppa-breadcrumb.php:378 wppa-breadcrumb.php:383
2221
  msgid "Category:"
2222
  msgstr ""
2223
 
2400
  msgid "Rating count:"
2401
  msgstr "Hlasování: %s"
2402
 
2403
+ #: wppa-bestof-widget.php:197 wppa-common-functions.php:1928 wppa-items.php:362
2404
+ #: wppa-settings-autosave.php:1370 wppa-settings-autosave.php:1691
2405
+ #: wppa-settings-autosave.php:3390 wppa-settings-autosave.php:3404
2406
+ #: wppa-settings-autosave.php:3592 wppa-settings-autosave.php:3706
2407
+ #: wppa-settings-autosave.php:5192 wppa-settings-autosave.php:6916
2408
+ #: wppa-settings-autosave.php:7058 wppa-settings-autosave.php:7114
2409
+ #: wppa-settings-autosave.php:7902 wppa-settings-autosave.php:8070
2410
  #: wppa-thumbnail-widget.php:202 wppa-tinymce-scripts.php:288
2411
  #: wppa-tinymce-shortcodes.php:517 wppa-upload.php:1528 wppa-watermark.php:520
2412
  #: wppa-widget-admin.php:76 wppa-widget-admin.php:193
2428
  msgid "All the authors photos"
2429
  msgstr "--- vše ---"
2430
 
2431
+ #: wppa-boxes-html.php:130 wppa-boxes-html.php:227
2432
  msgid "Photo search results"
2433
  msgstr "Výsledek vyhledávání fotek"
2434
 
2435
+ #: wppa-boxes-html.php:186
2436
  #, fuzzy
2437
  msgid "Search in current section"
2438
  msgstr "Výsledek vyhledávání fotek"
2439
 
2440
+ #: wppa-boxes-html.php:191
2441
  #, fuzzy
2442
  msgid "Search in current results"
2443
  msgstr "Výsledek vyhledávání fotek"
2444
 
2445
+ #: wppa-boxes-html.php:361 wppa-breadcrumb.php:140
2446
+ #: wppa-settings-autosave.php:462
2447
  #, fuzzy
2448
  msgid "Albums"
2449
  msgstr "Alba:"
2450
 
2451
+ #: wppa-boxes-html.php:367 wppa-breadcrumb.php:155
2452
  #, fuzzy
2453
  msgid "Photos"
2454
  msgstr "Foto"
2455
 
2456
+ #: wppa-boxes-html.php:386
2457
  msgid "Category"
2458
  msgstr ""
2459
 
2460
+ #: wppa-boxes-html.php:399 wppa-boxes-html.php:532
2461
  msgid "Text"
2462
  msgstr ""
2463
 
2464
+ #: wppa-boxes-html.php:415 wppa-boxes-html.php:469 wppa-boxes-html.php:615
2465
+ #: wppa-boxes-html.php:645
2466
  msgid "CTRL+Click to add/remove option."
2467
  msgstr ""
2468
 
2469
+ #: wppa-boxes-html.php:416 wppa-boxes-html.php:470 wppa-boxes-html.php:616
2470
+ #: wppa-boxes-html.php:646
2471
  msgid "Items must meet all selected options."
2472
  msgstr ""
2473
 
2474
+ #: wppa-boxes-html.php:524 wppa-settings-autosave.php:8174
2475
+ #: wppa-settings-autosave.php:8214 wppa-settings-autosave.php:8236
2476
+ #: wppa-settings-autosave.php:8282
2477
  msgid "Tag"
2478
  msgstr ""
2479
 
2480
+ #: wppa-boxes-html.php:540
2481
  msgid "Iptc"
2482
  msgstr ""
2483
 
2484
+ #: wppa-boxes-html.php:549
2485
  msgid "Exif"
2486
  msgstr ""
2487
 
2488
+ #: wppa-boxes-html.php:747 wppa-boxes-html.php:832
2489
  msgid "Submit"
2490
  msgstr ""
2491
 
2492
+ #: wppa-boxes-html.php:789 wppa-super-view-widget.php:14
2493
  #: wppa-super-view-widget.php:66
2494
  msgid "Super View Photos"
2495
  msgstr "Super View fotky"
2496
 
2497
+ #: wppa-boxes-html.php:820 wppa-settings-autosave.php:478
2498
+ #: wppa-settings-autosave.php:4383
2499
  #, fuzzy
2500
  msgid "Thumbnails"
2501
  msgstr "Označkované fotografie"
2502
 
2503
+ #: wppa-boxes-html.php:866
2504
  msgid "Tagged photos"
2505
  msgstr "Označkované fotografie"
2506
 
2507
+ #: wppa-boxes-html.php:880
2508
  msgid "Please select a tagcloud landing page in Table VI-C3b"
2509
  msgstr "Vyberte prosím cílovou stránku pro tagcloud v Table VI-C3b"
2510
 
2511
+ #: wppa-boxes-html.php:938
2512
  msgid "Multi Tagged photos"
2513
  msgstr "Multioznačkované fotografie"
2514
 
2515
+ #: wppa-boxes-html.php:952
2516
  msgid "Please select a multitag landing page in Table VI-C4b"
2517
  msgstr "Prosím vyberte multitag cílovou stránku v Table VI-C4b"
2518
 
2519
+ #: wppa-boxes-html.php:990
2520
  msgid "Please check the tag(s) that the photos must have"
2521
  msgstr "Zkontrolujte prosím tag(y), které fotky musí mít"
2522
 
2523
+ #: wppa-boxes-html.php:1019
2524
  msgid "And"
2525
  msgstr "a"
2526
 
2527
+ #: wppa-boxes-html.php:1030
2528
  msgid "Or"
2529
  msgstr "nebo"
2530
 
2531
+ #: wppa-boxes-html.php:1080
2532
  msgid "Find!"
2533
  msgstr "Najít!"
2534
 
2535
+ #: wppa-boxes-html.php:1107
2536
  #, fuzzy
2537
  msgid "Social media landing page"
2538
  msgstr "Vyberte prosím cílovou stránku pro super view widget v Table VI-C"
2539
 
2540
+ #: wppa-boxes-html.php:1132 wppa-utils.php:1476
2541
  #, php-format
2542
  msgid "See this image on %s"
2543
  msgstr "Koukni na tuto fotku na %s"
2544
 
2545
+ #: wppa-boxes-html.php:1157 wppa-qr-widget.php:40
2546
  msgid "QR code"
2547
  msgstr ""
2548
 
2549
+ #: wppa-boxes-html.php:1202
2550
  #, php-format
2551
  msgid "Tweet %s on Twitter"
2552
  msgstr "Tweet %s on Twitter"
2553
 
2554
+ #: wppa-boxes-html.php:1209
2555
  msgid "Share on Twitter"
2556
  msgstr "Sdílet %s na Pinterest"
2557
 
2558
+ #: wppa-boxes-html.php:1222
2559
  #, php-format
2560
  msgid "Share %s on Google+"
2561
  msgstr "Sdílet %s na Google +"
2562
 
2563
+ #: wppa-boxes-html.php:1230
2564
  msgid "Share on Google+"
2565
  msgstr "Sdílet %s na Google +"
2566
 
2567
+ #: wppa-boxes-html.php:1245
2568
  #, php-format
2569
  msgid "Share %s on Pinterest"
2570
  msgstr "Sdílet %s na Pinterest"
2571
 
2572
+ #: wppa-boxes-html.php:1254
2573
  msgid "Share on Pinterest"
2574
  msgstr "Sdílet %s na Pinterest"
2575
 
2576
+ #: wppa-boxes-html.php:1389
2577
  msgid "Comment on Facebook:"
2578
  msgstr "Komentovat na Facebooku:"
2579
 
2580
+ #: wppa-boxes-html.php:1490 wppa-upload.php:1135
2581
  msgid "Working..."
2582
  msgstr ""
2583
 
2584
+ #: wppa-boxes-html.php:1492 wppa-boxes-html.php:1495
2585
  #, fuzzy
2586
  msgid "Delete album"
2587
  msgstr "Album:"
2588
 
2589
+ #: wppa-boxes-html.php:1582
2590
  #, fuzzy
2591
  msgid "Create Album"
2592
  msgstr "Album:"
2593
 
2594
+ #: wppa-boxes-html.php:1627 wppa-boxes-html.php:2370
2595
  #, fuzzy
2596
  msgid "Enter album name."
2597
  msgstr "Zadejte název fotky"
2598
 
2599
+ #: wppa-boxes-html.php:1629 wppa-boxes-html.php:2372
2600
  #, fuzzy
2601
  msgid "Don't leave this blank!"
2602
  msgstr ""
2603
  "Necháte-li prázdné, původní název souboru(ů) se použije jako název fotky(ek)."
2604
 
2605
+ #: wppa-boxes-html.php:1648
2606
  #, fuzzy
2607
  msgid "Enter album description"
2608
  msgstr "Zadat/upravit popis fotky"
2609
 
2610
+ #: wppa-boxes-html.php:1670
2611
  #, fuzzy
2612
  msgid "Create album"
2613
  msgstr "Album:"
2614
 
2615
+ #: wppa-boxes-html.php:1726 wppa-boxes-html.php:1739 wppa-functions.php:3965
2616
  msgid "Max uploads reached"
2617
  msgstr "Max uploads dosiahol"
2618
 
2619
+ #: wppa-boxes-html.php:1801 wppa-upload.php:134
2620
  msgid "Upload Photo"
2621
  msgstr "Nahrát fotku"
2622
 
2623
+ #: wppa-boxes-html.php:1948
2624
  #, php-format
2625
  msgid ""
2626
  "You may upload up to %s photos at once if your browser supports HTML-5 "
2629
  "Můžete nahrát až %s fotek najednou, pokud váš prohlížeč podporuje hromadné "
2630
  "nahrávání souborů HTML5"
2631
 
2632
+ #: wppa-boxes-html.php:1956
2633
  #, php-format
2634
  msgid "Max photo size: %d x %d (%2.1f MegaPixel)"
2635
  msgstr "Max. velikost fotek: %d %d (%2.1f megapixelů)"
2636
 
2637
+ #: wppa-boxes-html.php:1985 wppa-upload.php:123 wppa-upload.php:211
2638
  #: wppa-upload.php:258 wppa-upload.php:704
2639
  msgid "Apply watermark file:"
2640
  msgstr "Použít soubor s vodoznakem:"
2641
 
2642
+ #: wppa-boxes-html.php:2007 wppa-upload.php:128 wppa-upload.php:216
2643
  #: wppa-upload.php:263 wppa-upload.php:708
2644
  msgid "Position:"
2645
  msgstr "Pozice:"
2646
 
2647
+ #: wppa-boxes-html.php:2035
2648
  #, fuzzy
2649
  msgid ""
2650
  "If you leave this blank, iptc tag 005 (Graphic name) will be used as "
2653
  msgstr ""
2654
  "Necháte-li prázdné, původní název souboru(ů) se použije jako název fotky(ek)."
2655
 
2656
+ #: wppa-boxes-html.php:2040
2657
  #, fuzzy
2658
  msgid ""
2659
  "If you leave this blank, iptc tag 120 (Caption) will be used as photoname if "
2661
  msgstr ""
2662
  "Necháte-li prázdné, původní název souboru(ů) se použije jako název fotky(ek)."
2663
 
2664
+ #: wppa-boxes-html.php:2045
2665
  msgid ""
2666
  "If you leave this blank, the original filename will be used as photo name."
2667
  msgstr ""
2668
  "Necháte-li prázdné, původní název souboru(ů) se použije jako název fotky(ek)."
2669
 
2670
+ #: wppa-boxes-html.php:2059
2671
  msgid "Enter photo name."
2672
  msgstr "Zadejte název fotky"
2673
 
2674
+ #: wppa-boxes-html.php:2080
2675
  msgid "Enter/modify photo description"
2676
  msgstr "Zadat/upravit popis fotky"
2677
 
2678
+ #: wppa-boxes-html.php:2111
2679
  msgid "hidden"
2680
  msgstr ""
2681
 
2682
+ #: wppa-boxes-html.php:2180
2683
  msgid "Preview tags:"
2684
  msgstr ""
2685
 
2686
+ #: wppa-boxes-html.php:2193
2687
  msgid "Please select an album and try again"
2688
  msgstr "Vyberte prosím album a opakujte akci"
2689
 
2690
+ #: wppa-boxes-html.php:2207
2691
  #, fuzzy
2692
  msgid "Upload photo"
2693
  msgstr "Nahrát fotku"
2694
 
2695
+ #: wppa-boxes-html.php:2263
2696
  #, fuzzy
2697
  msgid "ERROR: unable to upload files."
2698
  msgstr "<b>Chyba: Neplatný pokus o nahrání souboru.</b>"
2699
 
2700
+ #: wppa-boxes-html.php:2312
2701
  #, fuzzy
2702
  msgid "Edit albuminfo"
2703
  msgstr "Upravit!"
2704
 
2705
+ #: wppa-boxes-html.php:2392
2706
  #, fuzzy
2707
  msgid "Album description:"
2708
  msgstr "Zadat/upravit popis fotky"
2709
 
2710
+ #: wppa-boxes-html.php:2411
2711
  #, fuzzy
2712
  msgid "Update album"
2713
  msgstr "Album:"
2714
 
2715
+ #: wppa-boxes-html.php:2485
2716
  msgid "wrote:"
2717
  msgstr "napsal:"
2718
 
2719
+ #: wppa-boxes-html.php:2539
2720
  msgid "Avatar"
2721
  msgstr ""
2722
 
2723
+ #: wppa-boxes-html.php:2582 wppa-links.php:768
2724
  msgid "Awaiting moderation"
2725
  msgstr "Čeká na moderování"
2726
 
2727
+ #: wppa-boxes-html.php:2585
2728
  msgid "Marked as spam"
2729
  msgstr "Označený jako spam"
2730
 
2731
+ #: wppa-boxes-html.php:2609
2732
  msgid "Edit!"
2733
  msgstr "Upravit!"
2734
 
2735
+ #: wppa-boxes-html.php:2613
2736
  msgid "Send!"
2737
  msgstr "Odeslat!"
2738
 
2739
+ #: wppa-boxes-html.php:2674
2740
  msgid "Your name:"
2741
  msgstr "Vaše jméno:"
2742
 
2743
+ #: wppa-boxes-html.php:2689
2744
  msgid "Your email:"
2745
  msgstr "Váš e-mail:"
2746
 
2747
+ #: wppa-boxes-html.php:2705
2748
  msgid "Your comment:"
2749
  msgstr "Váš komentář:"
2750
 
2751
+ #: wppa-boxes-html.php:2749
2752
  #, php-format
2753
  msgid "You must <a href=\"%s\">login</a> to enter a comment"
2754
  msgstr "Musíte se <a href=&quot;\"%s\"&quot;>přihlásit</a> k napsání komentáře"
2755
 
2756
+ #: wppa-boxes-html.php:2752
2757
  #, fuzzy
2758
  msgid "You must login to enter a comment"
2759
  msgstr "Musíte se <a href=&quot;\"%s\"&quot;>přihlásit</a> k napsání komentáře"
2760
 
2761
+ #: wppa-boxes-html.php:2764
2762
  #, fuzzy, php-format
2763
  msgid "%d comments"
2764
  msgstr "%d komentáře/ů"
2765
 
2766
+ #: wppa-boxes-html.php:2768
2767
  msgid "Leave a comment"
2768
  msgstr "Napsat komentář"
2769
 
2770
+ #: wppa-boxes-html.php:2809
2771
  msgid "Smilies are not available"
2772
  msgstr ""
2773
 
2774
+ #: wppa-boxes-html.php:2859
2775
  msgid "Show IPTC data"
2776
  msgstr "Zobrazit IPTC data"
2777
 
2778
+ #: wppa-boxes-html.php:2870
2779
  msgid "Hide IPTC data"
2780
  msgstr "Skrýt IPTC data"
2781
 
2782
+ #: wppa-boxes-html.php:2910
2783
  msgid "No IPTC data"
2784
  msgstr "Žádná IPTC data"
2785
 
2786
+ #: wppa-boxes-html.php:2957
2787
  msgid "Show EXIF data"
2788
  msgstr "Zobrazit EXIF data"
2789
 
2790
+ #: wppa-boxes-html.php:2968
2791
  msgid "Hide EXIF data"
2792
  msgstr "Skrýt EXIF data"
2793
 
2794
+ #: wppa-boxes-html.php:3010
2795
  msgid "No EXIF data"
2796
  msgstr "Žádná EXIF data"
2797
 
2798
+ #: wppa-boxes-html.php:3125 wppa-boxes-html.php:3130
2799
  #, fuzzy
2800
  msgid "< Previous"
2801
  msgstr "Predcházející"
2802
 
2803
+ #: wppa-boxes-html.php:3136 wppa-boxes-html.php:3141
2804
  #, fuzzy
2805
  msgid "Next >"
2806
  msgstr "Další"
2807
 
2808
+ #: wppa-boxes-html.php:3238 wppa-boxes-html.php:3297
2809
  #, fuzzy
2810
  msgid "See the authors albums"
2811
  msgstr "Koukni na tuto fotku na %s"
2812
 
2813
+ #: wppa-boxes-html.php:3242 wppa-boxes-html.php:3301
2814
  #, fuzzy
2815
  msgid "See the authors photos"
2816
  msgstr "Koukni na tuto fotku na %s"
2817
 
2818
+ #: wppa-boxes-html.php:3246 wppa-boxes-html.php:3305
2819
  #, fuzzy
2820
  msgid "See all the authors photos"
2821
  msgstr "--- vše ---"
2822
 
2823
+ #: wppa-boxes-html.php:3269
2824
  #, fuzzy, php-format
2825
  msgid "Photo by: %s"
2826
  msgstr "Fotka %s %s"
2827
 
2828
+ #: wppa-boxes-html.php:3270 wppa-boxes-html.php:3324
2829
  #, fuzzy, php-format
2830
  msgid "Max ratings: %s."
2831
  msgstr "Max uploads dosiahol"
2832
 
2833
+ #: wppa-boxes-html.php:3271 wppa-boxes-html.php:3325
2834
  #, fuzzy, php-format
2835
  msgid "Votes: %s."
2836
  msgstr "%s hodnocení"
2837
 
2838
+ #: wppa-boxes-html.php:3272 wppa-boxes-html.php:3326
2839
  #, php-format
2840
  msgid "Mean value: %4.2f."
2841
  msgstr ""
2842
 
2843
+ #: wppa-boxes-html.php:3279
2844
  #, fuzzy, php-format
2845
  msgid "Photo %s not found."
2846
  msgstr "Fotky nenalezeny."
2847
 
2848
+ #: wppa-breadcrumb.php:102 wppa-settings-autosave.php:1521
2849
  msgid "Home"
2850
  msgstr "Domů"
2851
 
2852
+ #: wppa-breadcrumb.php:123
2853
  msgid "Post:"
2854
  msgstr "Příspěvek:"
2855
 
2856
+ #: wppa-breadcrumb.php:123 wppa-breadcrumb.php:567
2857
  msgid "Page:"
2858
  msgstr "Strana:"
2859
 
2860
+ #: wppa-breadcrumb.php:143
2861
  msgid "with category:"
2862
  msgstr ""
2863
 
2864
+ #: wppa-breadcrumb.php:146 wppa-breadcrumb.php:161
2865
  #, fuzzy
2866
  msgid "with name:"
2867
  msgstr "Vaše jméno:"
2868
 
2869
+ #: wppa-breadcrumb.php:149 wppa-breadcrumb.php:165
2870
  msgid "with words:"
2871
  msgstr ""
2872
 
2873
+ #: wppa-breadcrumb.php:158
2874
  msgid "with tag:"
2875
  msgstr ""
2876
 
2877
+ #: wppa-breadcrumb.php:169
2878
  msgid "of owner:"
2879
  msgstr ""
2880
 
2881
+ #: wppa-breadcrumb.php:174
2882
  msgid "with iptc tag:"
2883
  msgstr ""
2884
 
2885
+ #: wppa-breadcrumb.php:174 wppa-breadcrumb.php:179
2886
  #, fuzzy
2887
  msgid "with content:"
2888
  msgstr "Vaše jméno:"
2889
 
2890
+ #: wppa-breadcrumb.php:179
2891
  msgid "with exif tag:"
2892
  msgstr ""
2893
 
2894
+ #: wppa-breadcrumb.php:187 wppa-breadcrumb.php:215 wppa-breadcrumb.php:272
2895
+ #: wppa-breadcrumb.php:290 wppa-breadcrumb.php:308 wppa-breadcrumb.php:326
2896
+ #: wppa-breadcrumb.php:344 wppa-breadcrumb.php:356 wppa-breadcrumb.php:368
2897
+ #: wppa-breadcrumb.php:380 wppa-breadcrumb.php:399
2898
  msgid "View the thumbnails"
2899
  msgstr "Prohlédnout náhledy"
2900
 
2901
+ #: wppa-breadcrumb.php:209
2902
  #, fuzzy, php-format
2903
  msgid "Searchresults from album %s and its subalbums"
2904
  msgstr "Uživatel %s nahrál fotku %s do alba %s"
2905
 
2906
+ #: wppa-breadcrumb.php:213 wppa-breadcrumb.php:218
2907
  msgid "Searchstring:"
2908
  msgstr "Hledat:"
2909
 
2910
+ #: wppa-breadcrumb.php:227 wppa-breadcrumb.php:245
2911
  #, fuzzy
2912
  msgid "Photos by EXIF date"
2913
  msgstr "Zobrazit EXIF data"
2914
 
2915
+ #: wppa-breadcrumb.php:231 wppa-breadcrumb.php:249
2916
  #, fuzzy
2917
  msgid "Photos by date of upload"
2918
  msgstr "Fotky nahrány "
2919
 
2920
+ #: wppa-breadcrumb.php:235 wppa-breadcrumb.php:253
2921
  msgid "Photos by date last modified"
2922
  msgstr ""
2923
 
2924
+ #: wppa-breadcrumb.php:265 wppa-breadcrumb.php:275
2925
  #, php-format
2926
  msgid "Photos by %s"
2927
  msgstr "Foto od %s"
2928
 
2929
+ #: wppa-breadcrumb.php:282 wppa-breadcrumb.php:300 wppa-breadcrumb.php:318
2930
+ #: wppa-breadcrumb.php:336 wppa-breadcrumb.php:414
2931
  msgid "Various albums"
2932
  msgstr "Různá alba"
2933
 
2934
+ #: wppa-breadcrumb.php:284 wppa-breadcrumb.php:302 wppa-breadcrumb.php:320
2935
+ #: wppa-breadcrumb.php:338 wppa-breadcrumb.php:418 wppa-lasten-widget.php:180
2936
  msgid "Albums:"
2937
  msgstr "Alba:"
2938
 
2939
+ #: wppa-breadcrumb.php:288 wppa-breadcrumb.php:293
2940
  msgid "Top rated photos"
2941
  msgstr "Najlepšie hodnotené fotografie"
2942
 
2943
+ #: wppa-breadcrumb.php:306 wppa-breadcrumb.php:311
2944
  msgid "Recently uploaded photos"
2945
  msgstr "Nedávno nahrané fotografie"
2946
 
2947
+ #: wppa-breadcrumb.php:324 wppa-breadcrumb.php:329 wppa-comment-widget.php:41
2948
  msgid "Recently commented photos"
2949
  msgstr "Nedávno komentované fotografie"
2950
 
2951
+ #: wppa-breadcrumb.php:342 wppa-breadcrumb.php:347 wppa-featen-widget.php:37
2952
  msgid "Featured photos"
2953
  msgstr "Nejlépe hodnocené fotky"
2954
 
2955
+ #: wppa-breadcrumb.php:354 wppa-breadcrumb.php:359
2956
  msgid "Related photos"
2957
  msgstr "Podobné fotky"
2958
 
2959
+ #: wppa-breadcrumb.php:366 wppa-breadcrumb.php:371
2960
  msgid "Tagged photos:"
2961
  msgstr "Otagované fotky:"
2962
 
2963
+ #: wppa-breadcrumb.php:366 wppa-breadcrumb.php:371
2964
  msgid "or"
2965
  msgstr "nebo"
2966
 
2967
+ #: wppa-breadcrumb.php:397 wppa-breadcrumb.php:402
2968
  msgid "Recently updated albums"
2969
  msgstr "Nedávno nahrané fotky"
2970
 
2971
+ #: wppa-breadcrumb.php:412
2972
  #, php-format
2973
  msgid "Various albums by %s"
2974
  msgstr "Další alba od %s"
2975
 
2976
+ #: wppa-breadcrumb.php:439 wppa-breadcrumb.php:454
2977
  msgid "Thumbnail view"
2978
  msgstr "Stránka s náhledy"
2979
 
2980
+ #: wppa-breadcrumb.php:443 wppa-breadcrumb.php:444 wppa-breadcrumb.php:459
2981
+ #: wppa-breadcrumb.php:460
2982
  msgid "Thumbs"
2983
  msgstr "Náhledy"
2984
 
2985
+ #: wppa-breadcrumb.php:565
2986
  msgid "Unpublished"
2987
  msgstr "Nepublikováno"
2988
 
3086
  msgid "Linkpage:"
3087
  msgstr ""
3088
 
3089
+ #: wppa-comment-admin.php:224 wppa-settings-autosave.php:4554
3090
+ #: wppa-settings-autosave.php:7232
3091
  #, fuzzy
3092
  msgid "--- Please select a page ---"
3093
  msgstr "--- smazáno ---"
3158
  msgstr "Alba:"
3159
 
3160
  #: wppa-comment-admin.php:304 wppa-comment-admin.php:391
3161
+ #: wppa-settings-autosave.php:529 wppa-settings-autosave.php:682
3162
+ #: wppa-settings-autosave.php:704 wppa-settings-autosave.php:1404
3163
+ #: wppa-settings-autosave.php:1425 wppa-settings-autosave.php:2790
3164
+ #: wppa-settings-autosave.php:2811 wppa-settings-autosave.php:3109
3165
+ #: wppa-settings-autosave.php:3133 wppa-settings-autosave.php:4275
3166
+ #: wppa-settings-autosave.php:4296 wppa-settings-autosave.php:4472
3167
+ #: wppa-settings-autosave.php:4496 wppa-settings-autosave.php:5495
3168
+ #: wppa-settings-autosave.php:6001 wppa-settings-autosave.php:6023
3169
+ #: wppa-settings-autosave.php:6603 wppa-settings-autosave.php:6627
3170
+ #: wppa-settings-autosave.php:8152 wppa-settings-autosave.php:8173
3171
+ #: wppa-settings-autosave.php:8213 wppa-settings-autosave.php:8235
3172
+ #: wppa-settings-autosave.php:8281
3173
  msgid "#"
3174
  msgstr ""
3175
 
3203
  msgid "Reply to your comment on photo: %s on %s"
3204
  msgstr ""
3205
 
3206
+ #: wppa-comment-admin.php:359 wppa-functions.php:2101
3207
  msgid "Reply"
3208
  msgstr ""
3209
 
3259
  msgid "Default photo album for"
3260
  msgstr "Přednastavené fotoalbum pro"
3261
 
3262
+ #: wppa-common-functions.php:526 wppa-common-functions.php:562
3263
  msgid "1 second"
3264
  msgstr "1 sekundu"
3265
 
3266
+ #: wppa-common-functions.php:527 wppa-common-functions.php:563
3267
+ #: wppa-functions.php:4249
3268
  msgid "seconds"
3269
  msgstr "sekund"
3270
 
3271
+ #: wppa-common-functions.php:531 wppa-common-functions.php:567
3272
  msgid "1 minute"
3273
  msgstr "1 minuta"
3274
 
3275
+ #: wppa-common-functions.php:532 wppa-common-functions.php:568
3276
+ #: wppa-functions.php:4248
3277
  msgid "minutes"
3278
  msgstr "minut"
3279
 
3280
+ #: wppa-common-functions.php:536 wppa-common-functions.php:572
3281
  msgid "1 hour"
3282
  msgstr "1 hodina"
3283
 
3284
+ #: wppa-common-functions.php:537 wppa-common-functions.php:573
3285
+ #: wppa-functions.php:4247
3286
  msgid "hours"
3287
  msgstr "hodin"
3288
 
3289
+ #: wppa-common-functions.php:541 wppa-common-functions.php:577
3290
  msgid "1 day"
3291
  msgstr "1 den"
3292
 
3293
+ #: wppa-common-functions.php:542 wppa-common-functions.php:578
3294
+ #: wppa-functions.php:4246
3295
  msgid "days"
3296
  msgstr "dní"
3297
 
3298
+ #: wppa-common-functions.php:546 wppa-common-functions.php:582
3299
  msgid "1 week"
3300
  msgstr "1 týden"
3301
 
3302
+ #: wppa-common-functions.php:547 wppa-common-functions.php:583
3303
+ #: wppa-functions.php:4245
3304
  msgid "weeks"
3305
  msgstr "týdnů"
3306
 
3307
+ #: wppa-common-functions.php:551 wppa-common-functions.php:587
3308
  msgid "1 month"
3309
  msgstr "1 měsíc"
3310
 
3311
+ #: wppa-common-functions.php:552 wppa-common-functions.php:588
3312
  msgid "months"
3313
  msgstr "měsíců"
3314
 
3315
+ #: wppa-common-functions.php:555 wppa-common-functions.php:591
3316
  msgid "1 year"
3317
  msgstr "1 rok"
3318
 
3319
+ #: wppa-common-functions.php:556 wppa-common-functions.php:592
3320
  msgid "years"
3321
  msgstr "let"
3322
 
3323
+ #: wppa-common-functions.php:803 wppa-common-functions.php:804
3324
  msgid "ERROR: Resized or copied image could not be created."
3325
  msgstr ""
3326
 
3327
+ #: wppa-common-functions.php:846 wppa-common-functions.php:847
3328
  #, php-format
3329
  msgid "ERROR: File %s is not a valid picture file."
3330
  msgstr ""
3331
 
3332
+ #: wppa-common-functions.php:1647
3333
  #, php-format
3334
  msgid ""
3335
  "Based on your server memory limit you should not upload images larger then "
3336
  "<strong>%d x %d (%2.1f MP)</strong>"
3337
  msgstr ""
3338
 
3339
+ #: wppa-common-functions.php:1922
3340
  #, fuzzy
3341
  msgid "- select an album -"
3342
  msgstr "Vyberte prosím album a opakujte akci"
3343
 
3344
+ #: wppa-common-functions.php:1934 wppa-items.php:370
3345
  #: wppa-multitag-widget.php:75 wppa-multitag-widget.php:83
3346
  #: wppa-slideshow-widget.php:201 wppa-tagcloud-widget.php:70
3347
  #: wppa-tagcloud-widget.php:78
3348
  msgid "--- all ---"
3349
  msgstr "--- vše ---"
3350
 
3351
+ #: wppa-common-functions.php:1940
3352
  #, fuzzy
3353
  msgid "--- generic ---"
3354
  msgstr "--- žádné ---"
3355
 
3356
+ #: wppa-common-functions.php:1951
3357
  msgid "--- multiple see below ---"
3358
  msgstr ""
3359
 
3360
+ #: wppa-common-functions.php:1957
3361
  #, fuzzy
3362
  msgid "--- a selection box ---"
3363
  msgstr "--- smazáno ---"
3364
 
3365
+ #: wppa-common-functions.php:1991 wppa-items.php:366
3366
+ #: wppa-settings-autosave.php:7058 wppa-settings-autosave.php:7114
3367
  #: wppa-upload.php:1529
3368
  msgid "--- separate ---"
3369
  msgstr "--- samostatné ---"
3370
 
3371
+ #: wppa-common-functions.php:2089
3372
  #, fuzzy
3373
  msgid "Photo id ="
3374
  msgstr "Foto dne"
3375
 
3376
+ #: wppa-common-functions.php:2089
3377
  msgid "Value ="
3378
  msgstr ""
3379
 
3432
  msgid "n.a."
3433
  msgstr "n.a."
3434
 
3435
+ #: wppa-exif-iptc-common.php:214 wppa-utils.php:2245
3436
  msgid "Not Defined"
3437
  msgstr "Není definovaná"
3438
 
3439
+ #: wppa-exif-iptc-common.php:215 wppa-utils.php:2246
3440
  msgid "Manual"
3441
  msgstr "Manuál"
3442
 
3443
+ #: wppa-exif-iptc-common.php:216 wppa-utils.php:2247
3444
  msgid "Program AE"
3445
  msgstr "Program AE"
3446
 
3447
+ #: wppa-exif-iptc-common.php:217 wppa-utils.php:2248
3448
  msgid "Aperture-priority AE"
3449
  msgstr "Priorita clony AE"
3450
 
3451
+ #: wppa-exif-iptc-common.php:218 wppa-utils.php:2249
3452
  msgid "Shutter speed priority AE"
3453
  msgstr "Priorita závěrky rychlosti AE"
3454
 
3455
+ #: wppa-exif-iptc-common.php:219 wppa-utils.php:2250
3456
  msgid "Creative (Slow speed)"
3457
  msgstr "Creative (pomalá rýchlost)"
3458
 
3459
+ #: wppa-exif-iptc-common.php:220 wppa-utils.php:2251
3460
  msgid "Action (High speed)"
3461
  msgstr "Akce (vysoká rychlost)"
3462
 
3463
+ #: wppa-exif-iptc-common.php:221 wppa-utils.php:2252
3464
  msgid "Portrait"
3465
  msgstr "Portrét"
3466
 
3467
+ #: wppa-exif-iptc-common.php:222 wppa-utils.php:2253
3468
  msgid "Landscape"
3469
  msgstr "Krajina"
3470
 
3471
+ #: wppa-exif-iptc-common.php:223 wppa-utils.php:2254
3472
  msgid "Bulb"
3473
  msgstr "Žárovka"
3474
 
3475
+ #: wppa-exif-iptc-common.php:245 wppa-utils.php:2255
3476
  msgid "Average"
3477
  msgstr "Průměr"
3478
 
3479
+ #: wppa-exif-iptc-common.php:246 wppa-utils.php:2256
3480
  msgid "Center-weighted average"
3481
  msgstr "Vážený průmer"
3482
 
3483
+ #: wppa-exif-iptc-common.php:247 wppa-utils.php:2257
3484
  msgid "Spot"
3485
  msgstr "Spot"
3486
 
3487
+ #: wppa-exif-iptc-common.php:248 wppa-utils.php:2258
3488
  msgid "Multi-spot"
3489
  msgstr "Multi-spot"
3490
 
3491
+ #: wppa-exif-iptc-common.php:249 wppa-utils.php:2259
3492
  msgid "Multi-segment"
3493
  msgstr "Multi-segmentové"
3494
 
3495
+ #: wppa-exif-iptc-common.php:250 wppa-utils.php:2260
3496
  msgid "Partial"
3497
  msgstr "Částečné"
3498
 
3499
+ #: wppa-exif-iptc-common.php:251 wppa-settings-autosave.php:4400
3500
+ #: wppa-utils.php:2261
3501
  msgid "Other"
3502
  msgstr "Ostatní"
3503
 
3504
+ #: wppa-exif-iptc-common.php:287 wppa-utils.php:2262
3505
  msgid "No Flash"
3506
  msgstr "Bez blesku"
3507
 
3508
+ #: wppa-exif-iptc-common.php:289 wppa-utils.php:2263
3509
  msgid "Fired"
3510
  msgstr "Záblesk"
3511
 
3512
+ #: wppa-exif-iptc-common.php:291 wppa-utils.php:2264
3513
  msgid "Fired, Return not detected"
3514
  msgstr "Záblek, nedetekován návrat"
3515
 
3516
+ #: wppa-exif-iptc-common.php:293 wppa-utils.php:2265
3517
  msgid "Fired, Return detected"
3518
  msgstr "Záblek, detekován návrat"
3519
 
3520
+ #: wppa-exif-iptc-common.php:295 wppa-utils.php:2266
3521
  msgid "On, Did not fire"
3522
  msgstr "Zapnuto, bez záblesku"
3523
 
3524
+ #: wppa-exif-iptc-common.php:297 wppa-utils.php:2267
3525
  msgid "On, Fired"
3526
  msgstr "Zapnuto, záblesk"
3527
 
3528
+ #: wppa-exif-iptc-common.php:299 wppa-utils.php:2268
3529
  msgid "On, Return not detected"
3530
  msgstr "Zapnuto, nedetekován návrat"
3531
 
3532
+ #: wppa-exif-iptc-common.php:301 wppa-utils.php:2269
3533
  msgid "On, Return detected"
3534
  msgstr "Zapnuto, detekován návrat"
3535
 
3536
+ #: wppa-exif-iptc-common.php:303 wppa-utils.php:2270
3537
  msgid "Off, Did not fire"
3538
  msgstr "Vypnuto, bez záblesku"
3539
 
3540
+ #: wppa-exif-iptc-common.php:305 wppa-utils.php:2271
3541
  msgid "Off, Did not fire, Return not detected"
3542
  msgstr "Vypnuto, bez záblesku, nedetekován návrat"
3543
 
3544
+ #: wppa-exif-iptc-common.php:307 wppa-utils.php:2272
3545
  msgid "Auto, Did not fire"
3546
  msgstr "Automatika, bez záblesku"
3547
 
3548
+ #: wppa-exif-iptc-common.php:309 wppa-utils.php:2273
3549
  msgid "Auto, Fired"
3550
  msgstr "Automatika, záblesk"
3551
 
3552
+ #: wppa-exif-iptc-common.php:311 wppa-utils.php:2274
3553
  msgid "Auto, Fired, Return not detected"
3554
  msgstr "Automatika, záblesk, nedetekován návrat"
3555
 
3556
+ #: wppa-exif-iptc-common.php:313 wppa-utils.php:2275
3557
  msgid "Auto, Fired, Return detected"
3558
  msgstr "Automatika, záblesk, detekován návrat"
3559
 
3560
+ #: wppa-exif-iptc-common.php:315 wppa-utils.php:2276
3561
  msgid "No flash function"
3562
  msgstr "Žádné funkce blesku"
3563
 
3564
+ #: wppa-exif-iptc-common.php:317 wppa-utils.php:2277
3565
  msgid "Off, No flash function"
3566
  msgstr "Vypnuto, žádné funkce blesku"
3567
 
3568
+ #: wppa-exif-iptc-common.php:319 wppa-utils.php:2278
3569
  msgid "Fired, Red-eye reduction"
3570
  msgstr "Záblesk, redukce červených očí"
3571
 
3572
+ #: wppa-exif-iptc-common.php:321 wppa-utils.php:2279
3573
  msgid "Fired, Red-eye reduction, Return not detected"
3574
  msgstr "Záblesk, redukce červených očí, nedetekován návrat"
3575
 
3576
+ #: wppa-exif-iptc-common.php:323 wppa-utils.php:2280
3577
  msgid "Fired, Red-eye reduction, Return detected"
3578
  msgstr "Záblesk, redukce červených očí, detekován návrat"
3579
 
3580
+ #: wppa-exif-iptc-common.php:325 wppa-utils.php:2281
3581
  msgid "On, Red-eye reduction"
3582
  msgstr "Zapnuto, redukce červených očí"
3583
 
3584
+ #: wppa-exif-iptc-common.php:327 wppa-utils.php:2282
3585
  msgid "Red-eye reduction, Return not detected"
3586
  msgstr "Redukce červených očí, nedetekován návrat"
3587
 
3588
+ #: wppa-exif-iptc-common.php:329 wppa-utils.php:2283
3589
  msgid "On, Red-eye reduction, Return detected"
3590
  msgstr "Zapnuto, redukce červených očí, detekován návrat"
3591
 
3592
+ #: wppa-exif-iptc-common.php:331 wppa-utils.php:2284
3593
  msgid "Off, Red-eye reduction"
3594
  msgstr "Vypnuto, redukce červených očí"
3595
 
3596
+ #: wppa-exif-iptc-common.php:333 wppa-utils.php:2285
3597
  msgid "Auto, Did not fire, Red-eye reduction"
3598
  msgstr "Automatika, bez záblesku, redikce červených očí"
3599
 
3600
+ #: wppa-exif-iptc-common.php:335 wppa-utils.php:2286
3601
  msgid "Auto, Fired, Red-eye reduction"
3602
  msgstr "Automatika, záblesk, redikce červených očí"
3603
 
3604
+ #: wppa-exif-iptc-common.php:337 wppa-utils.php:2287
3605
  msgid "Auto, Fired, Red-eye reduction, Return not detected"
3606
  msgstr "Automatika, záblesk, redikce červených očí, nedetekován návrat"
3607
 
3608
+ #: wppa-exif-iptc-common.php:339 wppa-utils.php:2288
3609
  msgid "Auto, Fired, Red-eye reduction, Return detected"
3610
  msgstr "Automatika, záblesk, redikce červených očí, detekován návrat"
3611
 
3733
  "Bylo nalezeno %s alb. Je zobrazeno pouze prvních %s. Zpřesněte prosím "
3734
  "vyhledávací podmínku."
3735
 
3736
+ #: wppa-functions.php:1919 wppa-links.php:717 wppa-links.php:734
3737
  #: wppa-thumbnails.php:587
3738
  msgid "Are you sure you want to remove this photo?"
3739
  msgstr "Opravdu chcete smazat tuto fotku?"
3740
 
3741
+ #: wppa-functions.php:2079
3742
  msgid "Comment edited"
3743
  msgstr "Komentář upraven"
3744
 
3745
+ #: wppa-functions.php:2084
3746
  #, fuzzy
3747
  msgid "Photo comment"
3748
  msgstr "Váš komentář:"
3749
 
3750
+ #: wppa-functions.php:2088
3751
  msgid "Comment on photo:"
3752
  msgstr "Komentovat fotky:"
3753
 
3754
+ #: wppa-functions.php:2099
3755
  msgid "wrote on photo"
3756
  msgstr "napsáno k fotce"
3757
 
3758
+ #: wppa-functions.php:2103
3759
  msgid "Moderate comment admin"
3760
  msgstr "Administrace moderování komentářů"
3761
 
3762
+ #: wppa-functions.php:2106 wppa-functions.php:4097 wppa-upload.php:1427
3763
  msgid "Moderate manage photo"
3764
  msgstr "Správa úprav fotek"
3765
 
3766
+ #: wppa-functions.php:2120
3767
  msgid "You receive this email as you are assigned to moderate"
3768
  msgstr "Dostáváte tento e-mail, protože jste přidedělen k jeho moderování"
3769
 
3770
+ #: wppa-functions.php:2132
3771
  msgid "You receive this email as administrator of the site"
3772
  msgstr "Dostáváte tento e-mail jako správce webu"
3773
 
3774
+ #: wppa-functions.php:2149
3775
  msgid "You receive this email as uploader of the photo"
3776
  msgstr "Dostanete tento e-mail jako autor nahrání fotek"
3777
 
3778
+ #: wppa-functions.php:2166
3779
  msgid "You receive this email as owner of the album"
3780
  msgstr "Dostáváte tento e-mail jako vlastník alba"
3781
 
3782
+ #: wppa-functions.php:2183
3783
  #, fuzzy
3784
  msgid "You receive this email because you commented this photo earlier."
3785
  msgstr "Dostáváte tento e-mail, protože jste přidedělen k jeho moderování"
3786
 
3787
+ #: wppa-functions.php:2209
3788
  msgid "Comment added"
3789
  msgstr "Komentář byl odeslán"
3790
 
3791
+ #: wppa-functions.php:2215
3792
  msgid ""
3793
  "Sorry, you gave a wrong answer.\\n\\nPlease try again to solve the "
3794
  "computation."
3795
  msgstr "Bohužel, špatná odpověď.\\n\\nZkuste to znuvu."
3796
 
3797
+ #: wppa-functions.php:2226
3798
  msgid "Could not process comment.\\nProbably timed out."
3799
  msgstr ""
3800
  "Nelze zpravovat komentář.\\nPravděpodobně vypršel časový limit zpracování."
3801
 
3802
+ #: wppa-functions.php:2309
3803
  #, fuzzy, php-format
3804
  msgid "1 Comment"
3805
  msgid_plural "%s Comments"
3806
  msgstr[0] "1 komentář"
3807
  msgstr[1] "1 komentář"
3808
 
3809
+ #: wppa-functions.php:2345 wppa-links.php:1405
3810
  msgid "A video can not be printed or downloaded"
3811
  msgstr ""
3812
 
3813
+ #: wppa-functions.php:2784
3814
  #, fuzzy
3815
  msgid "ERROR: Illegal attempt to enter a rating."
3816
  msgstr "<b>Chyba: Neplatný pokus o zadání hodnocení.</b>"
3817
 
3818
+ #: wppa-functions.php:2797
3819
  #, fuzzy
3820
  msgid "ERROR: Illegal attempt to enter a comment."
3821
  msgstr "<b>Chyba: Neplatný pokus o zapsání komentáře.</b>"
3822
 
3823
+ #: wppa-functions.php:3850
3824
  #, fuzzy
3825
  msgid "ERROR: Illegal attempt to create an album."
3826
  msgstr "<b>Chyba: Neplatný pokus o zadání hodnocení.</b>"
3827
 
3828
+ #: wppa-functions.php:3854
3829
  #, fuzzy
3830
  msgid "Wrong captcha, please try again"
3831
  msgstr "Vyberte prosím album a opakujte akci"
3832
 
3833
+ #: wppa-functions.php:3867
3834
  #, fuzzy, php-format
3835
  msgid "Album #%s created"
3836
  msgstr "Uživatel %s nahrál fotku %s do alba %s"
3837
 
3838
+ #: wppa-functions.php:3872
3839
  #, fuzzy
3840
  msgid "Could not create album"
3841
  msgstr "Nelze vložit do databáze."
3842
 
3843
+ #: wppa-functions.php:3883
3844
  #, fuzzy
3845
  msgid "ERROR: Illegal attempt to upload a file."
3846
  msgstr "<b>Chyba: Neplatný pokus o nahrání souboru.</b>"
3847
 
3848
+ #: wppa-functions.php:3923
3849
  #, fuzzy
3850
  msgid "Photo upload"
3851
  msgstr "Fotky nahrány "
3852
 
3853
+ #: wppa-functions.php:3924
3854
  #, fuzzy, php-format
3855
  msgid "Photo successfully uploaded."
3856
  msgid_plural "%s photos successfully uploaded."
3857
  msgstr[0] "Fotka úspěšně nahrána."
3858
  msgstr[1] "Fotka úspěšně nahrána."
3859
 
3860
+ #: wppa-functions.php:3925
3861
  #, php-format
3862
  msgid "%s points added."
3863
  msgstr "Body (%s) byly přidány."
3864
 
3865
+ #: wppa-functions.php:3929
3866
  msgid "Upload failed"
3867
  msgstr "Nahrávání selhalo"
3868
 
3869
+ #: wppa-functions.php:3932
3870
  #, fuzzy, php-format
3871
  msgid "1 Upload failed"
3872
  msgid_plural "%s uploads failed."
3873
  msgstr[0] "Nahrávání selhalo"
3874
  msgstr[1] "Nahrávání selhalo"
3875
 
3876
+ #: wppa-functions.php:3969
3877
  msgid "Error during upload"
3878
  msgstr "Chyba počas upload"
3879
 
3880
+ #: wppa-functions.php:3974
3881
  msgid "Uploaded file is not an image"
3882
  msgstr "Nahraný súbor nie je obraz"
3883
 
3884
+ #: wppa-functions.php:3978
3885
  #, php-format
3886
  msgid ""
3887
  "Only gif, jpg and png image files are supported. Returned filetype = %d."
3888
  msgstr "Podporovány poute formáty gif, jpg a png. Zjištěný typ = % d."
3889
 
3890
+ #: wppa-functions.php:3984
3891
  #, fuzzy, php-format
3892
  msgid "Uploaded file is larger than the allowed maximum of %d x %d pixels."
3893
  msgstr "Max. velikost fotek: %d %d (%2.1f megapixelů)"
3894
 
3895
+ #: wppa-functions.php:3990
3896
  #, fuzzy, php-format
3897
  msgid "Uploaded file %s already exists in this album."
3898
  msgstr "Uživatel %s nahrál fotku %s do alba %s"
3899
 
3900
+ #: wppa-functions.php:3998
3901
  #, php-format
3902
  msgid "The image is too big. Max photo size: %d x %d (%2.1f MegaPixel)"
3903
  msgstr "Obrázek je příliš velký. Max. velikost fotky: %d %d (%2.1f megapixelu)"
3904
 
3905
+ #: wppa-functions.php:4021
3906
  msgid "Could not insert photo into db."
3907
  msgstr "Nelze vložit do databáze."
3908
 
3909
+ #: wppa-functions.php:4093 wppa-upload.php:1423
3910
  #, php-format
3911
  msgid "New photo uploaded: %s"
3912
  msgstr "Nová fotka nahrána: %s"
3913
 
3914
+ #: wppa-functions.php:4094 wppa-upload.php:1424
3915
  #, fuzzy, php-format
3916
  msgid "User %1$s uploaded photo %2$s into album %3$s"
3917
  msgstr "Uživatel %s nahrál fotku %s do alba %s"
3918
 
3919
+ #: wppa-functions.php:4096 wppa-upload.php:1426
3920
  msgid "This upload requires moderation"
3921
  msgstr "Toto nahrání vyžaduje úpravu"
3922
 
3923
+ #: wppa-functions.php:4100 wppa-upload.php:1430
3924
  msgid "Details:"
3925
  msgstr "Detaily:"
3926
 
3927
+ #: wppa-functions.php:4101 wppa-upload.php:1431 wppa-utils.php:777
3928
+ #: wppa-utils.php:789
3929
  msgid "Manage photo"
3930
  msgstr "Spravovat fotky"
3931
 
3932
+ #: wppa-functions.php:4243
3933
  msgid "You can upload after"
3934
  msgstr "Můžete nahrát po"
3935
 
3936
+ #: wppa-functions.php:4273 wppa-functions.php:4284 wppa-links.php:1034
3937
  #: wppa-non-admin.php:644
3938
  msgid "Download"
3939
  msgstr "Stáhnout"
3940
 
3941
+ #: wppa-functions.php:4277 wppa-functions.php:4288
3942
  #, fuzzy
3943
  msgid "Download:"
3944
  msgstr "Stáhnout"
3945
 
3946
+ #: wppa-functions.php:4311
3947
  msgid "Zoom in"
3948
  msgstr "Přiblížit"
3949
 
4424
  msgid "Bronze"
4425
  msgstr ""
4426
 
4427
+ #: wppa-items.php:274 wppa-items.php:428 wppa-settings-autosave.php:3266
4428
  msgid "none"
4429
  msgstr "žádný/á"
4430
 
4530
  msgid "Scheduled for %s"
4531
  msgstr ""
4532
 
4533
+ #: wppa-links.php:975 wppa-links.php:978 wppa-slideshow.php:735
4534
  msgid "Previous"
4535
  msgstr "Predcházející"
4536
 
4537
  #: wppa-links.php:985 wppa-links.php:988 wppa-non-admin.php:590
4538
+ #: wppa-slideshow.php:738
4539
  msgid "Next"
4540
  msgstr "Další"
4541
 
4621
  msgid "Keys: f = next mode; escape = exit; d = dismiss this notice."
4622
  msgstr ""
4623
 
4624
+ #: wppa-non-admin.php:581 wppa-settings-autosave.php:3411
4625
  #: wppa-slideshow.php:232
4626
  msgid "Start"
4627
  msgstr "Spustit"
4654
  msgid "Prev."
4655
  msgstr "Předchozí"
4656
 
4657
+ #: wppa-non-admin.php:591 wppa-slideshow.php:577 wppa-slideshow.php:581
4658
+ #: wppa-slideshow.php:627
4659
  msgid "Average&nbsp;rating"
4660
  msgstr "Průměrné hodnocení"
4661
 
4662
+ #: wppa-non-admin.php:592 wppa-slideshow.php:602 wppa-slideshow.php:607
4663
+ #: wppa-slideshow.php:612
4664
  msgid "My&nbsp;rating"
4665
  msgstr "Moje&nbsp;hodnocení"
4666
 
4940
  msgid "Same tab"
4941
  msgstr ""
4942
 
4943
+ #: wppa-photo-admin-autosave.php:414 wppa-settings-autosave.php:4501
4944
+ #: wppa-settings-autosave.php:5500
4945
  #, fuzzy
4946
  msgid "New tab"
4947
  msgstr "Album:"
4970
  msgid "Update file"
4971
  msgstr "Album:"
4972
 
4973
+ #: wppa-photo-admin-autosave.php:477 wppa-settings-autosave.php:3013
4974
  msgid "Upload"
4975
  msgstr "Nahrát fotku"
4976
 
5040
  msgid "Remake thumbnail file"
5041
  msgstr "Stránka s náhledy"
5042
 
5043
+ #: wppa-photo-admin-autosave.php:632 wppa-settings-autosave.php:6216
5044
  msgid "Remake"
5045
  msgstr ""
5046
 
5261
  msgstr ""
5262
 
5263
  #: wppa-photo-admin-autosave.php:1293 wppa-photo-admin-autosave.php:1412
5264
+ #: wppa-settings-autosave.php:7509
5265
  #, fuzzy
5266
  msgid "Preview"
5267
  msgstr "Predcházející"
5290
  msgid "Id: "
5291
  msgstr ""
5292
 
5293
+ #: wppa-photo-admin-autosave.php:1605 wppa-settings-autosave.php:482
5294
  msgid "Video"
5295
  msgstr ""
5296
 
5297
+ #: wppa-photo-admin-autosave.php:1606 wppa-settings-autosave.php:463
5298
  msgid "Audio"
5299
  msgstr ""
5300
 
5377
  msgid "Enable subsearch"
5378
  msgstr ""
5379
 
5380
+ #: wppa-settings-autosave.php:117
5381
  msgid "Saved settings restored"
5382
  msgstr ""
5383
 
5384
+ #: wppa-settings-autosave.php:120
5385
  msgid "Unable to restore saved settings"
5386
  msgstr ""
5387
 
5388
+ #: wppa-settings-autosave.php:126
5389
  msgid "Reset to default settings"
5390
  msgstr ""
5391
 
5392
+ #: wppa-settings-autosave.php:129
5393
  msgid "Unable to set defaults"
5394
  msgstr ""
5395
 
5396
+ #: wppa-settings-autosave.php:134
5397
  #, php-format
5398
  msgid "Skinfile %s loaded"
5399
  msgstr ""
5400
 
5401
+ #: wppa-settings-autosave.php:145 wppa-settings-autosave.php:167
5402
+ #: wppa-settings-autosave.php:188
5403
  #, fuzzy, php-format
5404
  msgid "Upload error %s"
5405
  msgstr "Nahrát fotky"
5406
 
5407
+ #: wppa-settings-autosave.php:150
5408
  #, fuzzy, php-format
5409
  msgid "Uploaded file %s is not a .png file"
5410
  msgstr "Nahraný súbor nie je obraz"
5411
 
5412
+ #: wppa-settings-autosave.php:154 wppa-settings-autosave.php:175
5413
+ #: wppa-settings-autosave.php:211
5414
  #, fuzzy, php-format
5415
  msgid "Upload of %s done"
5416
  msgstr "Nahrát fotku"
5417
 
5418
+ #: wppa-settings-autosave.php:159 wppa-settings-autosave.php:180
5419
+ #: wppa-settings-autosave.php:216
5420
  msgid "No file selected or error on upload"
5421
  msgstr ""
5422
 
5423
+ #: wppa-settings-autosave.php:171
5424
  #, fuzzy, php-format
5425
  msgid "Uploaded file %s is not a .ttf file"
5426
  msgstr "Nahraný súbor nie je obraz"
5427
 
5428
+ #: wppa-settings-autosave.php:193
5429
  #, fuzzy, php-format
5430
  msgid "Uploaded file %s is not a valid image file"
5431
  msgstr "Nahraný súbor nie je obraz"
5432
 
5433
+ #: wppa-settings-autosave.php:295 wppa-settings-autosave.php:336
5434
  msgid "Ready uploading to Cloudinary"
5435
  msgstr ""
5436
 
5437
+ #: wppa-settings-autosave.php:316
5438
  #, php-format
5439
  msgid "Unexpected error: Photo %s does not exist!"
5440
  msgstr ""
5441
 
5442
+ #: wppa-settings-autosave.php:352
5443
  #, php-format
5444
  msgid ""
5445
  "%s invalid ratings removed. Please run Table VIII-A5: Rerate to fix the "
5446
  "averages."
5447
  msgstr ""
5448
 
5449
+ #: wppa-settings-autosave.php:362
5450
  #, php-format
5451
  msgid "%s obsolete settings removed."
5452
  msgstr ""
5453
 
5454
+ #: wppa-settings-autosave.php:370
5455
  #, fuzzy
5456
  msgid "WP Photo Album Plus Settings"
5457
  msgstr "Fotoalba"
5458
 
5459
+ #: wppa-settings-autosave.php:371
5460
  msgid "Database revision:"
5461
  msgstr ""
5462
 
5463
+ #: wppa-settings-autosave.php:371
5464
  msgid "WP Charset:"
5465
  msgstr ""
5466
 
5467
+ #: wppa-settings-autosave.php:374
5468
  msgid "Multisite in singlesite mode."
5469
  msgstr ""
5470
 
5471
+ #: wppa-settings-autosave.php:377
5472
  msgid "Multisite enabled."
5473
  msgstr ""
5474
 
5475
+ #: wppa-settings-autosave.php:379
5476
  msgid "Blogid ="
5477
  msgstr ""
5478
 
5479
+ #: wppa-settings-autosave.php:396
5480
  msgid "Please de-activate plugin <i style=\"font-size:14px;\">"
5481
  msgstr ""
5482
 
5483
+ #: wppa-settings-autosave.php:396
5484
  msgid ". </i>This plugin will cause wppa+ to function not properly."
5485
  msgstr ""
5486
 
5487
+ #: wppa-settings-autosave.php:406
5488
  msgid "Please note that plugin <i style=\"font-size:14px;\">"
5489
  msgstr ""
5490
 
5491
+ #: wppa-settings-autosave.php:406
5492
  msgid "</i> can cause wppa+ to function not properly if it is misconfigured."
5493
  msgstr ""
5494
 
5495
+ #: wppa-settings-autosave.php:411 wppa-upload.php:93
5496
  msgid ""
5497
  "There is a serious misconfiguration in your servers PHP config. Function "
5498
  "imagecreatefromjpeg() does not exist. You will encounter problems when "
5500
  "hosting provider to add GD support with a minimal version 1.8."
5501
  msgstr ""
5502
 
5503
+ #: wppa-settings-autosave.php:416
5504
  msgid "Rebuilding the Album index needs completion. See Table VIII"
5505
  msgstr ""
5506
 
5507
+ #: wppa-settings-autosave.php:417
5508
  msgid "Rebuilding the Photo index needs completion. See Table VIII"
5509
  msgstr ""
5510
 
5511
+ #: wppa-settings-autosave.php:419
5512
  msgid "Remove empty albums needs completion. See Table VIII"
5513
  msgstr ""
5514
 
5515
+ #: wppa-settings-autosave.php:420
5516
  msgid "Applying new photo description needs completion. See Table VIII"
5517
  msgstr ""
5518
 
5519
+ #: wppa-settings-autosave.php:421
5520
  msgid "Appending to photo description needs completion. See Table VIII"
5521
  msgstr ""
5522
 
5523
+ #: wppa-settings-autosave.php:422
5524
  msgid "Removing from photo description needs completion. See Table VIII"
5525
  msgstr ""
5526
 
5527
+ #: wppa-settings-autosave.php:423
5528
  msgid "Removing file extensions needs completion. See Table VIII"
5529
  msgstr ""
5530
 
5531
+ #: wppa-settings-autosave.php:424
5532
  msgid "Regenerating the Thumbnails needs completion. See Table VIII"
5533
  msgstr ""
5534
 
5535
+ #: wppa-settings-autosave.php:425
5536
  msgid "Rerating needs completion. See Table VIII"
5537
  msgstr ""
5538
 
5539
+ #: wppa-settings-autosave.php:433
5540
  msgid ""
5541
  "A thumbframe width or height should not be smaller than a thumbnail size. "
5542
  "Please correct the corresponding setting(s) in Table I-C"
5543
  msgstr ""
5544
 
5545
+ #: wppa-settings-autosave.php:438
5546
  msgid "Show legenda"
5547
  msgstr ""
5548
 
5549
+ #: wppa-settings-autosave.php:440
5550
  msgid "Legenda:"
5551
  msgstr ""
5552
 
5553
+ #: wppa-settings-autosave.php:441 wppa-settings-autosave.php:443
5554
+ #: wppa-settings-autosave.php:1956 wppa-settings-autosave.php:5222
5555
  msgid "Button"
5556
  msgstr ""
5557
 
5558
+ #: wppa-settings-autosave.php:441
5559
  msgid "action that causes page reload."
5560
  msgstr ""
5561
 
5562
+ #: wppa-settings-autosave.php:443 wppa-settings-autosave.php:8862
5563
+ #: wppa-settings-autosave.php:8881
5564
  msgid "Are you sure?"
5565
  msgstr ""
5566
 
5567
+ #: wppa-settings-autosave.php:444
5568
  msgid "action that does not cause page reload."
5569
  msgstr ""
5570
 
5571
+ #: wppa-settings-autosave.php:446 wppa-settings-autosave.php:7398
5572
+ #: wppa-settings-autosave.php:7400 wppa-settings-autosave.php:8564
5573
+ #: wppa-settings-autosave.php:8580 wppa-settings-autosave.php:8608
5574
+ #: wppa-settings-autosave.php:8632 wppa-settings-autosave.php:8662
5575
+ #: wppa-settings-autosave.php:8689 wppa-settings-autosave.php:8715
5576
+ #: wppa-settings-autosave.php:8731 wppa-settings-autosave.php:8784
5577
+ #: wppa-settings-autosave.php:8814
5578
  msgid "Setting unmodified"
5579
  msgstr ""
5580
 
5581
+ #: wppa-settings-autosave.php:448
5582
  msgid "Update in progress"
5583
  msgstr ""
5584
 
5585
+ #: wppa-settings-autosave.php:450
5586
  #, fuzzy
5587
  msgid "Setting updated"
5588
  msgstr "Nastavení"
5589
 
5590
+ #: wppa-settings-autosave.php:452
5591
  #, fuzzy
5592
  msgid "Update failed"
5593
  msgstr "Nahrávání selhalo"
5594
 
5595
+ #: wppa-settings-autosave.php:454
5596
  msgid "Hide this"
5597
  msgstr ""
5598
 
5599
+ #: wppa-settings-autosave.php:460
5600
  msgid "System"
5601
  msgstr ""
5602
 
5603
+ #: wppa-settings-autosave.php:461
5604
  msgid "Access"
5605
  msgstr ""
5606
 
5607
+ #: wppa-settings-autosave.php:465
5608
  msgid "Counts"
5609
  msgstr ""
5610
 
5611
+ #: wppa-settings-autosave.php:466
5612
  msgid "Covers"
5613
  msgstr ""
5614
 
5615
+ #: wppa-settings-autosave.php:467
5616
  msgid "Layout"
5617
  msgstr ""
5618
 
5619
+ #: wppa-settings-autosave.php:468 wppa-settings-autosave.php:4451
5620
  msgid "Lightbox"
5621
  msgstr ""
5622
 
5623
+ #: wppa-settings-autosave.php:469
5624
  #, fuzzy
5625
  msgid "Links"
5626
  msgstr "Odkaz na"
5627
 
5628
+ #: wppa-settings-autosave.php:470
5629
  msgid "Metadata"
5630
  msgstr ""
5631
 
5632
+ #: wppa-settings-autosave.php:471
5633
  msgid "Navigation"
5634
  msgstr ""
5635
 
5636
+ #: wppa-settings-autosave.php:472 wppa-settings-autosave.php:1530
5637
+ #: wppa-settings-autosave.php:7745
5638
  #, fuzzy
5639
  msgid "Page"
5640
  msgstr "Strana:"
5641
 
5642
+ #: wppa-settings-autosave.php:473 wppa-settings-autosave.php:7541
5643
+ #: wppa-settings-autosave.php:7586
5644
  #, fuzzy
5645
  msgid "Rating"
5646
  msgstr "Hlasování: %s"
5647
 
5648
+ #: wppa-settings-autosave.php:475
5649
  msgid "Sizes"
5650
  msgstr ""
5651
 
5652
+ #: wppa-settings-autosave.php:476
5653
  #, fuzzy
5654
  msgid "Slideshows"
5655
  msgstr "Slideshow"
5656
 
5657
+ #: wppa-settings-autosave.php:477
5658
  msgid "Social Media"
5659
  msgstr ""
5660
 
5661
+ #: wppa-settings-autosave.php:479
5662
  #, fuzzy
5663
  msgid "Uploads"
5664
  msgstr "Nahrát fotku"
5665
 
5666
+ #: wppa-settings-autosave.php:480
5667
  msgid "Widgets"
5668
  msgstr ""
5669
 
5670
+ #: wppa-settings-autosave.php:481 wppa-settings-autosave.php:7379
5671
  msgid "Watermark"
5672
  msgstr ""
5673
 
5674
+ #: wppa-settings-autosave.php:489
5675
  msgid "Click on the banner of a (sub)table to open/close it, or"
5676
  msgstr ""
5677
 
5678
+ #: wppa-settings-autosave.php:491
5679
  msgid "Show settings related to:"
5680
  msgstr ""
5681
 
5682
+ #: wppa-settings-autosave.php:497
5683
  msgid "and ( optionally ) to:"
5684
  msgstr ""
5685
 
5686
+ #: wppa-settings-autosave.php:511
5687
  msgid "Quick setup"
5688
  msgstr ""
5689
 
5690
+ #: wppa-settings-autosave.php:513
5691
  msgid "Do a quick initial setup"
5692
  msgstr ""
5693
 
5694
+ #: wppa-settings-autosave.php:514
5695
  msgid "Close quick setup"
5696
  msgstr ""
5697
 
5698
+ #: wppa-settings-autosave.php:521
5699
  msgid "Table O:"
5700
  msgstr ""
5701
 
5702
+ #: wppa-settings-autosave.php:521
5703
  msgid "Quick Setup:"
5704
  msgstr ""
5705
 
5706
+ #: wppa-settings-autosave.php:522
5707
  msgid "This table enables you to quickly do an inital setup."
5708
  msgstr ""
5709
 
5710
+ #: wppa-settings-autosave.php:532 wppa-settings-autosave.php:685
5711
+ #: wppa-settings-autosave.php:707 wppa-settings-autosave.php:1407
5712
+ #: wppa-settings-autosave.php:1428 wppa-settings-autosave.php:2793
5713
+ #: wppa-settings-autosave.php:3136 wppa-settings-autosave.php:4278
5714
+ #: wppa-settings-autosave.php:6004 wppa-settings-autosave.php:6630
5715
+ #: wppa-settings-autosave.php:8155
5716
  #, fuzzy
5717
  msgid "Setting"
5718
  msgstr "Nastavení"
5719
 
5720
+ #: wppa-settings-autosave.php:533 wppa-settings-autosave.php:686
5721
+ #: wppa-settings-autosave.php:708 wppa-settings-autosave.php:1408
5722
+ #: wppa-settings-autosave.php:1429 wppa-settings-autosave.php:2794
5723
+ #: wppa-settings-autosave.php:2818 wppa-settings-autosave.php:3116
5724
+ #: wppa-settings-autosave.php:3137 wppa-settings-autosave.php:4279
5725
+ #: wppa-settings-autosave.php:4303 wppa-settings-autosave.php:4479
5726
+ #: wppa-settings-autosave.php:4503 wppa-settings-autosave.php:5502
5727
+ #: wppa-settings-autosave.php:6006 wppa-settings-autosave.php:6030
5728
+ #: wppa-settings-autosave.php:6610 wppa-settings-autosave.php:6631
5729
+ #: wppa-settings-autosave.php:8156 wppa-settings-autosave.php:8178
5730
+ #: wppa-settings-autosave.php:8218 wppa-settings-autosave.php:8240
5731
+ #: wppa-settings-autosave.php:8286
5732
  msgid "Help"
5733
  msgstr ""
5734
 
5735
+ #: wppa-settings-autosave.php:544
5736
  msgid ""
5737
  "To quickly setup WPPA+ please answer the following questions. You can alway "
5738
  "change any setting later. <span style=\"color:#700\">Click on me!</span>"
5739
  msgstr ""
5740
 
5741
+ #: wppa-settings-autosave.php:546
5742
  msgid "Is your theme <i>responsive</i>?"
5743
  msgstr ""
5744
 
5745
+ #: wppa-settings-autosave.php:547
5746
  msgid ""
5747
  "Responsive themes have a layout that varies with the size of the browser "
5748
  "window."
5749
  msgstr ""
5750
 
5751
+ #: wppa-settings-autosave.php:548
5752
  msgid ""
5753
  "WPPA+ needs to know this to automaticly adept the width of the display to "
5754
  "the available width on the page."
5755
  msgstr ""
5756
 
5757
+ #: wppa-settings-autosave.php:555
5758
  msgid "Do you want to downsize photos during upload?"
5759
  msgstr ""
5760
 
5761
+ #: wppa-settings-autosave.php:556
5762
  msgid ""
5763
  "Downsizing photos make them load faster to the visitor, without loosing "
5764
  "display quality"
5765
  msgstr ""
5766
 
5767
+ #: wppa-settings-autosave.php:557
5768
  msgid ""
5769
  "If you answer yes, the photos will be downsized to max 1024 x 768 pixels. "
5770
  "You can change this later, if you like"
5771
  msgstr ""
5772
 
5773
+ #: wppa-settings-autosave.php:564
5774
  #, fuzzy
5775
  msgid "Do you want to save the original photofiles?"
5776
  msgstr "Opravdu chcete smazat tuto fotku?"
5777
 
5778
+ #: wppa-settings-autosave.php:565
5779
  msgid "This will require considerable disk space on the server."
5780
  msgstr ""
5781
 
5782
+ #: wppa-settings-autosave.php:566
5783
  msgid ""
5784
  "If you answer yes, you will be able to remove watermarks you applied with "
5785
  "wppa+ in a later stage, redo downsizing to a larger size afterwards, and "
5786
  "supply fullsize images for download."
5787
  msgstr ""
5788
 
5789
+ #: wppa-settings-autosave.php:573
5790
  #, fuzzy
5791
  msgid "May visitors upload photos?"
5792
  msgstr "Nedávno nahrané fotografie"
5793
 
5794
+ #: wppa-settings-autosave.php:574
5795
  msgid ""
5796
  "It is safe to do so, but i will have to do some settings to keep it safe!"
5797
  msgstr ""
5798
 
5799
+ #: wppa-settings-autosave.php:575
5800
  msgid ""
5801
  "If you answer yes, i will assume you want to enable logged in users to "
5802
  "upload photos at the front-end of the website and allow them to edit their "
5803
  "photos name and descriptions."
5804
  msgstr ""
5805
 
5806
+ #: wppa-settings-autosave.php:576
5807
  msgid ""
5808
  "The photos will be hold for moderation, the admin will get notified by email."
5809
  msgstr ""
5810
 
5811
+ #: wppa-settings-autosave.php:577
5812
  msgid ""
5813
  "Each user will get his own album to upload to. These settings can be changed "
5814
  "later."
5815
  msgstr ""
5816
 
5817
+ #: wppa-settings-autosave.php:584
5818
  msgid "Do you want the rating system active?"
5819
  msgstr ""
5820
 
5821
+ #: wppa-settings-autosave.php:585
5822
  msgid "Enable the rating system and show the votes in the slideshow."
5823
  msgstr ""
5824
 
5825
+ #: wppa-settings-autosave.php:586
5826
  msgid "You can configure the details of the rating system later"
5827
  msgstr ""
5828
 
5829
+ #: wppa-settings-autosave.php:593
5830
  msgid "Do you want the comment system active?"
5831
  msgstr ""
5832
 
5833
+ #: wppa-settings-autosave.php:594
5834
  msgid "Enable the comment system and show the comments in the slideshow."
5835
  msgstr ""
5836
 
5837
+ #: wppa-settings-autosave.php:595
5838
  msgid "You can configure the details of the comment system later"
5839
  msgstr ""
5840
 
5841
+ #: wppa-settings-autosave.php:602
5842
  msgid "Do you want the social media share buttons displayed?"
5843
  msgstr ""
5844
 
5845
+ #: wppa-settings-autosave.php:603
5846
  msgid "Display the social media buttons in the slideshow"
5847
  msgstr ""
5848
 
5849
+ #: wppa-settings-autosave.php:604
5850
  msgid ""
5851
  "These buttons share the specific photo rather than the page where it is "
5852
  "displayed on"
5853
  msgstr ""
5854
 
5855
+ #: wppa-settings-autosave.php:611
5856
  msgid "Are you going to use IPTC data?"
5857
  msgstr ""
5858
 
5859
+ #: wppa-settings-autosave.php:612
5860
  msgid ""
5861
  "IPTC data is information you may have added in a photo manipulation program."
5862
  msgstr ""
5863
 
5864
+ #: wppa-settings-autosave.php:613 wppa-settings-autosave.php:622
5865
  msgid ""
5866
  "The information can be displayed in slideshows and in photo descriptions."
5867
  msgstr ""
5868
 
5869
+ #: wppa-settings-autosave.php:620
5870
  msgid "Are you going to use EXIF data?"
5871
  msgstr ""
5872
 
5873
+ #: wppa-settings-autosave.php:621
5874
  msgid ""
5875
  "EXIF data is information from the camera like model no, focal distance and "
5876
  "aperture used."
5877
  msgstr ""
5878
 
5879
+ #: wppa-settings-autosave.php:629
5880
  msgid "Are you going to use GPX data?"
5881
  msgstr ""
5882
 
5883
+ #: wppa-settings-autosave.php:630
5884
  msgid ""
5885
  "Some cameras and mobile devices save the geographic location where the photo "
5886
  "is taken."
5887
  msgstr ""
5888
 
5889
+ #: wppa-settings-autosave.php:631
5890
  msgid "A Google map can be displayed in slideshows."
5891
  msgstr ""
5892
 
5893
+ #: wppa-settings-autosave.php:638
5894
  msgid "Are you going to use Fotomoto?"
5895
  msgstr ""
5896
 
5897
+ #: wppa-settings-autosave.php:639
5898
  msgid ""
5899
  "<a href=\"http://www.fotomoto.com/\" target=\"_blank\" >Fotomoto</a> is an "
5900
  "on-line print service."
5901
  msgstr ""
5902
 
5903
+ #: wppa-settings-autosave.php:640
5904
  msgid "If you answer Yes, you will have to open an account on Fotomoto."
5905
  msgstr ""
5906
 
5907
+ #: wppa-settings-autosave.php:647
5908
  msgid "Are you going to add videofiles?"
5909
  msgstr ""
5910
 
5911
+ #: wppa-settings-autosave.php:648
5912
  msgid "You can mix videos and photos in any album."
5913
  msgstr ""
5914
 
5915
+ #: wppa-settings-autosave.php:649 wppa-settings-autosave.php:658
5916
  msgid "You can configure the details later"
5917
  msgstr ""
5918
 
5919
+ #: wppa-settings-autosave.php:656
5920
  msgid "Are you going to add audiofiles?"
5921
  msgstr ""
5922
 
5923
+ #: wppa-settings-autosave.php:657
5924
  msgid "You can add audio to photos in any album."
5925
  msgstr ""
5926
 
5927
+ #: wppa-settings-autosave.php:665
5928
  msgid "Done?"
5929
  msgstr ""
5930
 
5931
+ #: wppa-settings-autosave.php:666
5932
  msgid "If you are ready answering these questions, select <b>yes</b>"
5933
  msgstr ""
5934
 
5935
+ #: wppa-settings-autosave.php:667
5936
  msgid ""
5937
  "You can change any setting later, and be more specific and add a lot of "
5938
  "settings. For now it is enough, go create albums and upload photos!"
5939
  msgstr ""
5940
 
5941
+ #: wppa-settings-autosave.php:671
5942
  msgid ""
5943
  "Thank you!. The most important settings are done now. You can refine your "
5944
  "settings, the behaviour and appearance of WPPA+ in the Tables below."
5945
  msgstr ""
5946
 
5947
+ #: wppa-settings-autosave.php:696
5948
  msgid "Table I:"
5949
  msgstr ""
5950
 
5951
+ #: wppa-settings-autosave.php:696
5952
  msgid "Sizes:"
5953
  msgstr ""
5954
 
5955
+ #: wppa-settings-autosave.php:697
5956
  msgid ""
5957
  "This table describes all the sizes and size options (except fontsizes) for "
5958
  "the generation and display of the WPPA+ elements."
5959
  msgstr ""
5960
 
5961
+ #: wppa-settings-autosave.php:715
5962
  msgid "WPPA+ global system related size settings"
5963
  msgstr ""
5964
 
5965
+ #: wppa-settings-autosave.php:717
5966
  msgid "Column Width"
5967
  msgstr ""
5968
 
5969
+ #: wppa-settings-autosave.php:718
5970
  msgid "The width of the main column in your theme's display area."
5971
  msgstr ""
5972
 
5973
+ #: wppa-settings-autosave.php:719
5974
  msgid "Enter the width of the main column in your theme's display area."
5975
  msgstr ""
5976
 
5977
+ #: wppa-settings-autosave.php:720
5978
  msgid ""
5979
  "You should set this value correctly to make sure the fullsize images are "
5980
  "properly aligned horizontally."
5981
  msgstr ""
5982
 
5983
+ #: wppa-settings-autosave.php:721
5984
  msgid ""
5985
  "You may enter 'auto' for use in themes that have a floating content column."
5986
  msgstr ""
5987
 
5988
+ #: wppa-settings-autosave.php:722
5989
  msgid "The use of 'auto' is required for responsive themes."
5990
  msgstr ""
5991
 
5992
+ #: wppa-settings-autosave.php:725 wppa-settings-autosave.php:734
5993
+ #: wppa-settings-autosave.php:846 wppa-settings-autosave.php:989
5994
+ #: wppa-settings-autosave.php:1000
5995
  msgid "pixels wide"
5996
  msgstr ""
5997
 
5998
+ #: wppa-settings-autosave.php:730
5999
  msgid "Initial Width"
6000
  msgstr ""
6001
 
6002
+ #: wppa-settings-autosave.php:731
6003
  msgid "The most often displayed colun width in responsive theme"
6004
  msgstr ""
6005
 
6006
+ #: wppa-settings-autosave.php:732
6007
  msgid ""
6008
  "Change this value only if your responsive theme shows initially a wrong "
6009
  "column width."
6010
  msgstr ""
6011
 
6012
+ #: wppa-settings-autosave.php:739
6013
  msgid "Resize on Upload"
6014
  msgstr ""
6015
 
6016
+ #: wppa-settings-autosave.php:740
6017
  msgid "Indicate if the photos should be resized during upload."
6018
  msgstr ""
6019
 
6020
+ #: wppa-settings-autosave.php:741
6021
  msgid ""
6022
  "If you check this item, the size of the photos will be reduced to the "
6023
  "dimension specified in the next item during the upload/import process."
6024
  msgstr ""
6025
 
6026
+ #: wppa-settings-autosave.php:742
6027
  msgid "The photos will never be stretched during upload if they are smaller."
6028
  msgstr ""
6029
 
6030
+ #: wppa-settings-autosave.php:750
6031
  msgid "Resize to"
6032
  msgstr ""
6033
 
6034
+ #: wppa-settings-autosave.php:751
6035
  msgid "Resize photos to fit within a given area."
6036
  msgstr ""
6037
 
6038
+ #: wppa-settings-autosave.php:752
6039
  msgid "Specify the screensize for the unscaled photos."
6040
  msgstr ""
6041
 
6042
+ #: wppa-settings-autosave.php:753
6043
  msgid ""
6044
  "The use of a non-default value is particularly usefull when you make use of "
6045
  "lightbox functionality."
6046
  msgstr ""
6047
 
6048
+ #: wppa-settings-autosave.php:755 wppa-settings-autosave.php:777
6049
+ #: wppa-settings-autosave.php:788 wppa-settings-autosave.php:797
6050
+ #: wppa-settings-autosave.php:878 wppa-settings-autosave.php:901
6051
+ #: wppa-settings-autosave.php:908 wppa-settings-autosave.php:929
6052
+ #: wppa-settings-autosave.php:939 wppa-settings-autosave.php:1033
6053
+ #: wppa-settings-autosave.php:1067 wppa-settings-autosave.php:1087
6054
+ #: wppa-settings-autosave.php:1096 wppa-settings-autosave.php:1107
6055
+ #: wppa-settings-autosave.php:1119 wppa-settings-autosave.php:1129
6056
+ #: wppa-settings-autosave.php:1139 wppa-settings-autosave.php:1192
6057
+ #: wppa-settings-autosave.php:1201 wppa-settings-autosave.php:1212
6058
+ #: wppa-settings-autosave.php:1232 wppa-settings-autosave.php:1252
6059
+ #: wppa-settings-autosave.php:1272 wppa-settings-autosave.php:1292
6060
+ #: wppa-settings-autosave.php:1312 wppa-settings-autosave.php:1332
6061
+ #: wppa-settings-autosave.php:1341 wppa-settings-autosave.php:1350
6062
+ #: wppa-settings-autosave.php:1385 wppa-settings-autosave.php:1394
6063
+ #: wppa-settings-autosave.php:2737 wppa-settings-autosave.php:4324
6064
+ #: wppa-settings-autosave.php:4341 wppa-settings-autosave.php:4358
6065
+ #: wppa-settings-autosave.php:4375 wppa-settings-autosave.php:4392
6066
+ #: wppa-settings-autosave.php:4409 wppa-settings-autosave.php:4426
6067
+ #: wppa-settings-autosave.php:4443 wppa-settings-autosave.php:4460
6068
+ #: wppa-settings-autosave.php:5719 wppa-settings-autosave.php:7875
6069
+ #: wppa-settings-autosave.php:8082 wppa-settings-autosave.php:8124
6070
+ #: wppa-settings-autosave.php:8142
6071
  msgid "pixels"
6072
  msgstr ""
6073
 
6074
+ #: wppa-settings-autosave.php:756
6075
  msgid "Fit within rectangle as set in Table I-B1,2"
6076
  msgstr ""
6077
 
6078
+ #: wppa-settings-autosave.php:763
6079
  #, fuzzy
6080
  msgid "Photocount threshold"
6081
  msgstr "Foto dne"
6082
 
6083
+ #: wppa-settings-autosave.php:764
6084
  msgid "Number of photos in an album must exceed."
6085
  msgstr ""
6086
 
6087
+ #: wppa-settings-autosave.php:765
6088
  msgid ""
6089
  "Photos do not show up in the album unless there are more than this number of "
6090
  "photos in the album. This allows you to have cover photos on an album that "
6092
  "Usually set to 0 (always show) or 1 (for one cover photo)."
6093
  msgstr ""
6094
 
6095
+ #: wppa-settings-autosave.php:772
6096
  msgid "Border thickness"
6097
  msgstr ""
6098
 
6099
+ #: wppa-settings-autosave.php:773
6100
  msgid "Thickness of wppa+ box borders."
6101
  msgstr ""
6102
 
6103
+ #: wppa-settings-autosave.php:774
6104
  msgid ""
6105
  "Enter the thickness for the border of the WPPA+ boxes. A number of 0 means: "
6106
  "no border."
6107
  msgstr ""
6108
 
6109
+ #: wppa-settings-autosave.php:775 wppa-settings-autosave.php:785
6110
  msgid "WPPA+ boxes are: the navigation bars and the filmstrip."
6111
  msgstr ""
6112
 
6113
+ #: wppa-settings-autosave.php:783
6114
  msgid "Radius of wppa+ box borders."
6115
  msgstr ""
6116
 
6117
+ #: wppa-settings-autosave.php:784
6118
  msgid ""
6119
  "Enter the corner radius for the border of the WPPA+ boxes. A number of 0 "
6120
  "means: no rounded corners."
6121
  msgstr ""
6122
 
6123
+ #: wppa-settings-autosave.php:786
6124
  msgid "Note that rounded corners are only supported by modern browsers."
6125
  msgstr ""
6126
 
6127
+ #: wppa-settings-autosave.php:794
6128
  msgid "Distance between wppa+ boxes."
6129
  msgstr ""
6130
 
6131
+ #: wppa-settings-autosave.php:802
6132
  #, fuzzy
6133
  msgid "Related count"
6134
  msgstr "Podobné fotky"
6135
 
6136
+ #: wppa-settings-autosave.php:803
6137
  msgid "The default maximum number of related photos to find."
6138
  msgstr ""
6139
 
6140
+ #: wppa-settings-autosave.php:804
6141
  msgid ""
6142
  "When using shortcodes like [wppa type=\"album\" album=\"#related,desc,23\"][/"
6143
  "wppa], the maximum number is 23. Omitting the number gives the maximum of "
6144
  "this setting."
6145
  msgstr ""
6146
 
6147
+ #: wppa-settings-autosave.php:812
6148
  msgid "The maximum number of pagelinks to be displayed."
6149
  msgstr ""
6150
 
6151
+ #: wppa-settings-autosave.php:815
6152
  msgid "pages"
6153
  msgstr ""
6154
 
6155
+ #: wppa-settings-autosave.php:820
6156
  msgid "Max file name length"
6157
  msgstr ""
6158
 
6159
+ #: wppa-settings-autosave.php:821
6160
  msgid "The max length of a photo file name excluding the extension."
6161
  msgstr ""
6162
 
6163
+ #: wppa-settings-autosave.php:822 wppa-settings-autosave.php:831
6164
  msgid "A setting of 0 means: unlimited."
6165
  msgstr ""
6166
 
6167
+ #: wppa-settings-autosave.php:824 wppa-settings-autosave.php:833
6168
  msgid "chars"
6169
  msgstr ""
6170
 
6171
+ #: wppa-settings-autosave.php:829
6172
  msgid "Max photo name length"
6173
  msgstr ""
6174
 
6175
+ #: wppa-settings-autosave.php:830
6176
  msgid "The max length of a photo name."
6177
  msgstr ""
6178
 
6179
+ #: wppa-settings-autosave.php:838
6180
  msgid "Slideshow related size settings"
6181
  msgstr ""
6182
 
6183
+ #: wppa-settings-autosave.php:840
6184
  msgid "Maximum Width"
6185
  msgstr ""
6186
 
6187
+ #: wppa-settings-autosave.php:841
6188
  msgid "The maximum width photos will be displayed in slideshows."
6189
  msgstr ""
6190
 
6191
+ #: wppa-settings-autosave.php:842 wppa-settings-autosave.php:853
6192
  msgid ""
6193
  "Enter the largest size in pixels as how you want your photos to be displayed."
6194
  msgstr ""
6195
 
6196
+ #: wppa-settings-autosave.php:843
6197
  msgid ""
6198
  "This is usually the same as the Column Width (Table I-A1), but it may differ."
6199
  msgstr ""
6200
 
6201
+ #: wppa-settings-autosave.php:851
6202
  msgid "Maximum Height"
6203
  msgstr ""
6204
 
6205
+ #: wppa-settings-autosave.php:852
6206
  msgid "The maximum height photos will be displayed in slideshows."
6207
  msgstr ""
6208
 
6209
+ #: wppa-settings-autosave.php:854
6210
  msgid ""
6211
  "This setting defines the height of the space reserved for photos in "
6212
  "slideshows."
6213
  msgstr ""
6214
 
6215
+ #: wppa-settings-autosave.php:855
6216
  #, php-format
6217
  msgid ""
6218
  "If you change the width of a display by the %%size= command, this value "
6220
  "previous setting."
6221
  msgstr ""
6222
 
6223
+ #: wppa-settings-autosave.php:857 wppa-settings-autosave.php:1011
6224
+ #: wppa-settings-autosave.php:1022
6225
  #, fuzzy
6226
  msgid "pixels high"
6227
  msgstr "velmi vysoká"
6228
 
6229
+ #: wppa-settings-autosave.php:862
6230
  msgid "Stretch to fit"
6231
  msgstr ""
6232
 
6233
+ #: wppa-settings-autosave.php:863
6234
  msgid "Stretch photos that are too small."
6235
  msgstr ""
6236
 
6237
+ #: wppa-settings-autosave.php:864
6238
  msgid ""
6239
  "Images will be stretched to the Maximum Size at display time if they are "
6240
  "smaller. Leaving unchecked is recommended. It is better to upload photos "
6241
  "that fit well the sizes you use!"
6242
  msgstr ""
6243
 
6244
+ #: wppa-settings-autosave.php:871
6245
  #, fuzzy
6246
  msgid "Slideshow borderwidth"
6247
  msgstr "Slideshow"
6248
 
6249
+ #: wppa-settings-autosave.php:872
6250
  msgid "The width of the border around slideshow images."
6251
  msgstr ""
6252
 
6253
+ #: wppa-settings-autosave.php:873
6254
  msgid ""
6255
  "The border is made by the image background being larger than the image "
6256
  "itsself (padding)."
6257
  msgstr ""
6258
 
6259
+ #: wppa-settings-autosave.php:874
6260
  msgid ""
6261
  "Additionally there may be a one pixel outline of a different color. See "
6262
  "Table III-A2."
6263
  msgstr ""
6264
 
6265
+ #: wppa-settings-autosave.php:875
6266
  msgid "The number you enter here is exclusive the one pixel outline."
6267
  msgstr ""
6268
 
6269
+ #: wppa-settings-autosave.php:876
6270
  msgid "If you leave this entry empty, there will be no outline either."
6271
  msgstr ""
6272
 
6273
+ #: wppa-settings-autosave.php:883
6274
  msgid "Numbar Max"
6275
  msgstr ""
6276
 
6277
+ #: wppa-settings-autosave.php:884
6278
  msgid "Maximum numbers to display."
6279
  msgstr ""
6280
 
6281
+ #: wppa-settings-autosave.php:885
6282
  msgid ""
6283
  "In order to attemt to fit on one line, the numbers will be replaced by dots "
6284
  "- except the current - when there are more than this number of photos in a "
6285
  "slideshow."
6286
  msgstr ""
6287
 
6288
+ #: wppa-settings-autosave.php:887
6289
  msgid "numbers"
6290
  msgstr ""
6291
 
6292
+ #: wppa-settings-autosave.php:892
6293
  #, fuzzy
6294
  msgid "Share button size"
6295
  msgstr "Sdílet %s na Pinterest"
6296
 
6297
+ #: wppa-settings-autosave.php:893
6298
  msgid "The size of the social media icons in the Share box"
6299
  msgstr ""
6300
 
6301
+ #: wppa-settings-autosave.php:903
6302
  msgid "Mini Treshold"
6303
  msgstr ""
6304
 
6305
+ #: wppa-settings-autosave.php:904
6306
  msgid "Show mini text at slideshow smaller then."
6307
  msgstr ""
6308
 
6309
+ #: wppa-settings-autosave.php:905
6310
  msgid ""
6311
  "Display Next and Prev. as opposed to Next photo and Previous photo when the "
6312
  "cotainer is smaller than this size."
6313
  msgstr ""
6314
 
6315
+ #: wppa-settings-autosave.php:906
6316
  msgid "Special use in responsive themes."
6317
  msgstr ""
6318
 
6319
+ #: wppa-settings-autosave.php:914
6320
  msgid "The maximum number of slides in a certain view. 0 means no pagination"
6321
  msgstr ""
6322
 
6323
+ #: wppa-settings-autosave.php:917
6324
  #, fuzzy
6325
  msgid "slides"
6326
  msgstr "Slideshow"
6327
 
6328
+ #: wppa-settings-autosave.php:922
6329
  msgid "Thumbnail photos related size settings"
6330
  msgstr ""
6331
 
6332
+ #: wppa-settings-autosave.php:924
6333
  #, fuzzy
6334
  msgid "Thumbnail Size"
6335
  msgstr "Stránka s náhledy"
6336
 
6337
+ #: wppa-settings-autosave.php:925
6338
  #, fuzzy
6339
  msgid "The size of the thumbnail images."
6340
  msgstr "Prohlédnout náhledy"
6341
 
6342
+ #: wppa-settings-autosave.php:926 wppa-settings-autosave.php:936
6343
+ #: wppa-settings-autosave.php:1126 wppa-settings-autosave.php:1136
6344
  msgid "This size applies to the width or height, whichever is the largest."
6345
  msgstr ""
6346
 
6347
+ #: wppa-settings-autosave.php:927 wppa-settings-autosave.php:937
6348
  msgid ""
6349
  "Changing the thumbnail size may result in all thumbnails being regenerated. "
6350
  "this may take a while."
6351
  msgstr ""
6352
 
6353
+ #: wppa-settings-autosave.php:934
6354
  #, fuzzy
6355
  msgid "Thumbnail Size Alt"
6356
  msgstr "Stránka s náhledy"
6357
 
6358
+ #: wppa-settings-autosave.php:935
6359
  msgid "The alternative size of the thumbnail images."
6360
  msgstr ""
6361
 
6362
+ #: wppa-settings-autosave.php:944
6363
  #, fuzzy
6364
  msgid "Thumbnail Aspect"
6365
  msgstr "Označkované fotografie"
6366
 
6367
+ #: wppa-settings-autosave.php:945
6368
  msgid "Aspect ration of thumbnail image"
6369
  msgstr ""
6370
 
6371
+ #: wppa-settings-autosave.php:949
6372
  #, fuzzy
6373
  msgid "--- same as fullsize ---"
6374
  msgstr "--- vše ---"
6375
 
6376
+ #: wppa-settings-autosave.php:950
6377
  #, fuzzy
6378
  msgid "--- square clipped ---"
6379
  msgstr "--- smazáno ---"
6380
 
6381
+ #: wppa-settings-autosave.php:951
6382
  msgid "4:5 landscape clipped"
6383
  msgstr ""
6384
 
6385
+ #: wppa-settings-autosave.php:952
6386
  msgid "3:4 landscape clipped"
6387
  msgstr ""
6388
 
6389
+ #: wppa-settings-autosave.php:953
6390
  msgid "2:3 landscape clipped"
6391
  msgstr ""
6392
 
6393
+ #: wppa-settings-autosave.php:954
6394
  msgid "9:16 landscape clipped"
6395
  msgstr ""
6396
 
6397
+ #: wppa-settings-autosave.php:955
6398
  msgid "1:2 landscape clipped"
6399
  msgstr ""
6400
 
6401
+ #: wppa-settings-autosave.php:956
6402
  #, fuzzy
6403
  msgid "--- square padded ---"
6404
  msgstr "--- samostatné ---"
6405
 
6406
+ #: wppa-settings-autosave.php:957
6407
  msgid "4:5 landscape padded"
6408
  msgstr ""
6409
 
6410
+ #: wppa-settings-autosave.php:958
6411
  msgid "3:4 landscape padded"
6412
  msgstr ""
6413
 
6414
+ #: wppa-settings-autosave.php:959
6415
  msgid "2:3 landscape padded"
6416
  msgstr ""
6417
 
6418
+ #: wppa-settings-autosave.php:960
6419
  msgid "9:16 landscape padded"
6420
  msgstr ""
6421
 
6422
+ #: wppa-settings-autosave.php:961
6423
  msgid "1:2 landscape padded"
6424
  msgstr ""
6425
 
6426
+ #: wppa-settings-autosave.php:983
6427
  msgid "Thumbframe width"
6428
  msgstr ""
6429
 
6430
+ #: wppa-settings-autosave.php:984
6431
  #, fuzzy
6432
  msgid "The width of the thumbnail frame."
6433
  msgstr "Prohlédnout náhledy"
6434
 
6435
+ #: wppa-settings-autosave.php:985 wppa-settings-autosave.php:996
6436
  msgid "Set the width of the thumbnail frame."
6437
  msgstr ""
6438
 
6439
+ #: wppa-settings-autosave.php:986 wppa-settings-autosave.php:997
6440
+ #: wppa-settings-autosave.php:1008 wppa-settings-autosave.php:1019
6441
+ #: wppa-settings-autosave.php:1030
6442
  msgid "Set width, height and spacing for the thumbnail frames."
6443
  msgstr ""
6444
 
6445
+ #: wppa-settings-autosave.php:987 wppa-settings-autosave.php:998
6446
+ #: wppa-settings-autosave.php:1009 wppa-settings-autosave.php:1020
6447
+ #: wppa-settings-autosave.php:1031
6448
  msgid ""
6449
  "These sizes should be large enough for a thumbnail image and - optionally - "
6450
  "the text under it."
6451
  msgstr ""
6452
 
6453
+ #: wppa-settings-autosave.php:994
6454
  msgid "Thumbframe width Alt"
6455
  msgstr ""
6456
 
6457
+ #: wppa-settings-autosave.php:995
6458
  msgid "The width of the alternative thumbnail frame."
6459
  msgstr ""
6460
 
6461
+ #: wppa-settings-autosave.php:1005
6462
  msgid "Thumbframe height"
6463
  msgstr ""
6464
 
6465
+ #: wppa-settings-autosave.php:1006
6466
  msgid "The height of the thumbnail frame."
6467
  msgstr ""
6468
 
6469
+ #: wppa-settings-autosave.php:1007 wppa-settings-autosave.php:1018
6470
  msgid "Set the height of the thumbnail frame."
6471
  msgstr ""
6472
 
6473
+ #: wppa-settings-autosave.php:1016
6474
  msgid "Thumbframe height Alt"
6475
  msgstr ""
6476
 
6477
+ #: wppa-settings-autosave.php:1017
6478
  msgid "The height of the alternative thumbnail frame."
6479
  msgstr ""
6480
 
6481
+ #: wppa-settings-autosave.php:1027
6482
  #, fuzzy
6483
  msgid "Thumbnail spacing"
6484
  msgstr "Označkované fotografie"
6485
 
6486
+ #: wppa-settings-autosave.php:1028
6487
  msgid "The spacing between adjacent thumbnail frames."
6488
  msgstr ""
6489
 
6490
+ #: wppa-settings-autosave.php:1029
6491
  msgid "Set the minimal spacing between the adjacent thumbnail frames"
6492
  msgstr ""
6493
 
6494
+ #: wppa-settings-autosave.php:1038
6495
  msgid "Auto spacing"
6496
  msgstr ""
6497
 
6498
+ #: wppa-settings-autosave.php:1039
6499
  msgid "Space the thumbnail frames automatic."
6500
  msgstr ""
6501
 
6502
+ #: wppa-settings-autosave.php:1040
6503
  msgid ""
6504
  "If you check this box, the thumbnail images will be evenly distributed over "
6505
  "the available width."
6506
  msgstr ""
6507
 
6508
+ #: wppa-settings-autosave.php:1041
6509
  msgid ""
6510
  "In this case, the thumbnail spacing value (setting I-9) will be regarded as "
6511
  "a minimum value."
6512
  msgstr ""
6513
 
6514
+ #: wppa-settings-autosave.php:1048 wppa-settings-autosave.php:1155
6515
  msgid "Page size"
6516
  msgstr ""
6517
 
6518
+ #: wppa-settings-autosave.php:1049
6519
  msgid "Max number of thumbnails per page."
6520
  msgstr ""
6521
 
6522
+ #: wppa-settings-autosave.php:1050
6523
  msgid ""
6524
  "Enter the maximum number of thumbnail images per page. A value of 0 "
6525
  "indicates no pagination."
6526
  msgstr ""
6527
 
6528
+ #: wppa-settings-autosave.php:1052 wppa-settings-autosave.php:5293
6529
+ #: wppa-settings-autosave.php:5324 wppa-settings-autosave.php:5419
6530
  #, fuzzy
6531
  msgid "thumbnails"
6532
  msgstr "Označkované fotografie"
6533
 
6534
+ #: wppa-settings-autosave.php:1058
6535
  msgid "The size of the thumbnail popup images."
6536
  msgstr ""
6537
 
6538
+ #: wppa-settings-autosave.php:1059
6539
  msgid ""
6540
  "Enter the size of the popup images. This size should be larger than the "
6541
  "thumbnail size."
6542
  msgstr ""
6543
 
6544
+ #: wppa-settings-autosave.php:1060
6545
  msgid "This size should also be at least the cover image size."
6546
  msgstr ""
6547
 
6548
+ #: wppa-settings-autosave.php:1061
6549
  msgid ""
6550
  "Changing the popup size may result in all thumbnails being regenerated. this "
6551
  "may take a while."
6552
  msgstr ""
6553
 
6554
+ #: wppa-settings-autosave.php:1062
6555
  msgid ""
6556
  "Although this setting has only visual effect if \"Thumb popup\" (Table IV-"
6557
  "C8) is checked,"
6558
  msgstr ""
6559
 
6560
+ #: wppa-settings-autosave.php:1063
6561
  msgid ""
6562
  "the value must be right as it is the physical size of the thumbnail and "
6563
  "coverphoto images."
6564
  msgstr ""
6565
 
6566
+ #: wppa-settings-autosave.php:1070
6567
  msgid "Use thumbs if fit"
6568
  msgstr ""
6569
 
6570
+ #: wppa-settings-autosave.php:1071
6571
  msgid "Use the thumbnail image files if they are large enough."
6572
  msgstr ""
6573
 
6574
+ #: wppa-settings-autosave.php:1072
6575
  msgid "This setting speeds up page loading for small photos."
6576
  msgstr ""
6577
 
6578
+ #: wppa-settings-autosave.php:1073
6579
  msgid ""
6580
  "Do NOT use this when your thumbnails have a forced aspect ratio (when Table "
6581
  "I-C2 is set to anything different from --- same as fullsize ---)"
6582
  msgstr ""
6583
 
6584
+ #: wppa-settings-autosave.php:1080
6585
  msgid "Album cover related size settings"
6586
  msgstr ""
6587
 
6588
+ #: wppa-settings-autosave.php:1083
6589
  msgid "Maximum width for a album cover display."
6590
  msgstr ""
6591
 
6592
+ #: wppa-settings-autosave.php:1084
6593
  msgid ""
6594
  "Display covers in 2 or more columns if the display area is wider than the "
6595
  "given width."
6596
  msgstr ""
6597
 
6598
+ #: wppa-settings-autosave.php:1085
6599
  msgid ""
6600
  "This also applies for 'thumbnails as covers', and will NOT apply to single "
6601
  "items."
6602
  msgstr ""
6603
 
6604
+ #: wppa-settings-autosave.php:1092
6605
  msgid "Min Cover height"
6606
  msgstr ""
6607
 
6608
+ #: wppa-settings-autosave.php:1093
6609
  msgid "Minimal height of an album cover."
6610
  msgstr ""
6611
 
6612
+ #: wppa-settings-autosave.php:1094
6613
  msgid ""
6614
  "If you use this setting to make the albums the same height and you are not "
6615
  "satisfied about the lay-out, try increasing the value in the next setting"
6616
  msgstr ""
6617
 
6618
+ #: wppa-settings-autosave.php:1101
6619
  msgid "Min Text frame height"
6620
  msgstr ""
6621
 
6622
+ #: wppa-settings-autosave.php:1102
6623
  msgid "The minimal cover text frame height incl header."
6624
  msgstr ""
6625
 
6626
+ #: wppa-settings-autosave.php:1103
6627
  msgid ""
6628
  "The height starting with the album title up to and including the view- and "
6629
  "the slideshow- links."
6630
  msgstr ""
6631
 
6632
+ #: wppa-settings-autosave.php:1104
6633
  msgid ""
6634
  "This setting enables you to give the album covers the same height while the "
6635
  "title does not need to fit on one line."
6636
  msgstr ""
6637
 
6638
+ #: wppa-settings-autosave.php:1105
6639
  msgid "This is the recommended setting to line-up your covers!"
6640
  msgstr ""
6641
 
6642
+ #: wppa-settings-autosave.php:1112
6643
  msgid "Min Description height"
6644
  msgstr ""
6645
 
6646
+ #: wppa-settings-autosave.php:1113
6647
  msgid "The minimal height of the album description text frame."
6648
  msgstr ""
6649
 
6650
+ #: wppa-settings-autosave.php:1114
6651
  msgid "The minimal height of the description field in an album cover display."
6652
  msgstr ""
6653
 
6654
+ #: wppa-settings-autosave.php:1115
6655
  msgid ""
6656
  "This setting enables you to give the album covers the same height provided "
6657
  "that the cover images are equally sized and the titles fit on one line."
6658
  msgstr ""
6659
 
6660
+ #: wppa-settings-autosave.php:1116
6661
  msgid ""
6662
  "To force the coverphotos have equal heights, tick the box in Table I-D7."
6663
  msgstr ""
6664
 
6665
+ #: wppa-settings-autosave.php:1117
6666
  msgid ""
6667
  "You may need this setting if changing the previous setting is not sufficient "
6668
  "to line-up the covers."
6669
  msgstr ""
6670
 
6671
+ #: wppa-settings-autosave.php:1124
6672
  msgid "Coverphoto size"
6673
  msgstr ""
6674
 
6675
+ #: wppa-settings-autosave.php:1125
6676
  #, fuzzy
6677
  msgid "The size of the coverphoto."
6678
  msgstr "Zobrazit úvodní fotku"
6679
 
6680
+ #: wppa-settings-autosave.php:1127 wppa-settings-autosave.php:1137
6681
  msgid ""
6682
  "Changing the coverphoto size may result in all thumbnails being regenerated. "
6683
  "this may take a while."
6684
  msgstr ""
6685
 
6686
+ #: wppa-settings-autosave.php:1134
6687
  msgid "Coverphoto size multi"
6688
  msgstr ""
6689
 
6690
+ #: wppa-settings-autosave.php:1135
6691
  msgid "The size of coverphotos if more than one."
6692
  msgstr ""
6693
 
6694
+ #: wppa-settings-autosave.php:1144
6695
  msgid "Size is height"
6696
  msgstr ""
6697
 
6698
+ #: wppa-settings-autosave.php:1145
6699
  msgid "The size of the coverphoto is the height of it."
6700
  msgstr ""
6701
 
6702
+ #: wppa-settings-autosave.php:1146
6703
  msgid ""
6704
  "If set: the previous setting is the height, if unset: the largest of width "
6705
  "and height."
6706
  msgstr ""
6707
 
6708
+ #: wppa-settings-autosave.php:1147
6709
  msgid ""
6710
  "This setting applies for coverphoto position top or bottom only (Table IV-"
6711
  "D3)."
6712
  msgstr ""
6713
 
6714
+ #: wppa-settings-autosave.php:1148
6715
  msgid "This makes it easyer to make the covers of equal height."
6716
  msgstr ""
6717
 
6718
+ #: wppa-settings-autosave.php:1156
6719
  msgid "Max number of covers per page."
6720
  msgstr ""
6721
 
6722
+ #: wppa-settings-autosave.php:1157
6723
  msgid ""
6724
  "Enter the maximum number of album covers per page. A value of 0 indicates no "
6725
  "pagination."
6726
  msgstr ""
6727
 
6728
+ #: wppa-settings-autosave.php:1159
6729
  msgid "covers"
6730
  msgstr ""
6731
 
6732
+ #: wppa-settings-autosave.php:1164
6733
  msgid "Rating and comment related size settings"
6734
  msgstr ""
6735
 
6736
+ #: wppa-settings-autosave.php:1166
6737
  #, fuzzy
6738
  msgid "Rating size"
6739
  msgstr "Hlasování: %s"
6740
 
6741
+ #: wppa-settings-autosave.php:1167
6742
  msgid "Select the number of voting stars."
6743
  msgstr ""
6744
 
6745
+ #: wppa-settings-autosave.php:1170
6746
  msgid "Standard: 5 stars"
6747
  msgstr ""
6748
 
6749
+ #: wppa-settings-autosave.php:1170
6750
  msgid "Extended: 10 stars"
6751
  msgstr ""
6752
 
6753
+ #: wppa-settings-autosave.php:1170
6754
  msgid "One button vote"
6755
  msgstr ""
6756
 
6757
+ #: wppa-settings-autosave.php:1177
6758
  msgid "Display precision"
6759
  msgstr ""
6760
 
6761
+ #: wppa-settings-autosave.php:1178
6762
  msgid "Select the desired rating display precision."
6763
  msgstr ""
6764
 
6765
+ #: wppa-settings-autosave.php:1181
6766
  msgid "decimal places"
6767
  msgstr ""
6768
 
6769
+ #: wppa-settings-autosave.php:1189
6770
  msgid "Size of Avatar images."
6771
  msgstr ""
6772
 
6773
+ #: wppa-settings-autosave.php:1190
6774
  msgid "The size of the square avatar; must be > 0 and < 256"
6775
  msgstr ""
6776
 
6777
+ #: wppa-settings-autosave.php:1197
6778
  #, fuzzy
6779
  msgid "Rating space"
6780
  msgstr "Hlasování: %s"
6781
 
6782
+ #: wppa-settings-autosave.php:1198
6783
  msgid "Space between avg and my rating stars"
6784
  msgstr ""
6785
 
6786
+ #: wppa-settings-autosave.php:1206
6787
  msgid "Widget related size settings"
6788
  msgstr ""
6789
 
6790
+ #: wppa-settings-autosave.php:1208
6791
  msgid "Widget width"
6792
  msgstr ""
6793
 
6794
+ #: wppa-settings-autosave.php:1209
6795
  msgid "The useable width within widgets."
6796
  msgstr ""
6797
 
6798
+ #: wppa-settings-autosave.php:1210
6799
  msgid ""
6800
  "Widget width for photo of the day, general purpose (default), slideshow "
6801
  "(default) and upload widgets."
6802
  msgstr ""
6803
 
6804
+ #: wppa-settings-autosave.php:1217
6805
  #, fuzzy
6806
  msgid "TopTen count"
6807
  msgstr "Nejlépe hodnocené fotografie"
6808
 
6809
+ #: wppa-settings-autosave.php:1218
6810
  msgid "Number of photos in TopTen widget."
6811
  msgstr ""
6812
 
6813
+ #: wppa-settings-autosave.php:1219
6814
  msgid "Enter the maximum number of rated photos in the TopTen widget."
6815
  msgstr ""
6816
 
6817
+ #: wppa-settings-autosave.php:1226
6818
  #, fuzzy
6819
  msgid "TopTen size"
6820
  msgstr "Nejlépe hodnocené fotografie"
6821
 
6822
+ #: wppa-settings-autosave.php:1227
6823
  msgid "Size of thumbnails in TopTen widget."
6824
  msgstr ""
6825
 
6826
+ #: wppa-settings-autosave.php:1228
6827
  msgid "Enter the size for the mini photos in the TopTen widget."
6828
  msgstr ""
6829
 
6830
+ #: wppa-settings-autosave.php:1229 wppa-settings-autosave.php:1249
6831
+ #: wppa-settings-autosave.php:1269 wppa-settings-autosave.php:1289
6832
+ #: wppa-settings-autosave.php:1309 wppa-settings-autosave.php:1329
6833
  msgid "The size applies to the width or height, whatever is the largest."
6834
  msgstr ""
6835
 
6836
+ #: wppa-settings-autosave.php:1230 wppa-settings-autosave.php:1250
6837
+ #: wppa-settings-autosave.php:1270 wppa-settings-autosave.php:1290
6838
+ #: wppa-settings-autosave.php:1310 wppa-settings-autosave.php:1330
6839
  msgid ""
6840
  "Recommended values: 86 for a two column and 56 for a three column display."
6841
  msgstr ""
6842
 
6843
+ #: wppa-settings-autosave.php:1237
6844
  #, fuzzy
6845
  msgid "Comment count"
6846
  msgstr "Komentovat fotky:"
6847
 
6848
+ #: wppa-settings-autosave.php:1238
6849
  msgid "Number of entries in Comment widget."
6850
  msgstr ""
6851
 
6852
+ #: wppa-settings-autosave.php:1239
6853
  msgid "Enter the maximum number of entries in the Comment widget."
6854
  msgstr ""
6855
 
6856
+ #: wppa-settings-autosave.php:1241
6857
  msgid "entries"
6858
  msgstr ""
6859
 
6860
+ #: wppa-settings-autosave.php:1246
6861
  #, fuzzy
6862
  msgid "Comment size"
6863
  msgstr "Komentáře"
6864
 
6865
+ #: wppa-settings-autosave.php:1247
6866
  msgid "Size of thumbnails in Comment widget."
6867
  msgstr ""
6868
 
6869
+ #: wppa-settings-autosave.php:1248
6870
  msgid "Enter the size for the mini photos in the Comment widget."
6871
  msgstr ""
6872
 
6873
+ #: wppa-settings-autosave.php:1257
6874
  #, fuzzy
6875
  msgid "Thumbnail count"
6876
  msgstr "Označkované fotografie"
6877
 
6878
+ #: wppa-settings-autosave.php:1258
6879
  msgid "Number of photos in Thumbnail widget."
6880
  msgstr ""
6881
 
6882
+ #: wppa-settings-autosave.php:1259
6883
  msgid "Enter the maximum number of rated photos in the Thumbnail widget."
6884
  msgstr ""
6885
 
6886
+ #: wppa-settings-autosave.php:1266
6887
  #, fuzzy
6888
  msgid "Thumbnail widget size"
6889
  msgstr "Stránka s náhledy"
6890
 
6891
+ #: wppa-settings-autosave.php:1267
6892
  msgid "Size of thumbnails in Thumbnail widget."
6893
  msgstr ""
6894
 
6895
+ #: wppa-settings-autosave.php:1268
6896
  msgid "Enter the size for the mini photos in the Thumbnail widget."
6897
  msgstr ""
6898
 
6899
+ #: wppa-settings-autosave.php:1277
6900
  msgid "LasTen count"
6901
  msgstr ""
6902
 
6903
+ #: wppa-settings-autosave.php:1278
6904
  msgid "Number of photos in Last Ten widget."
6905
  msgstr ""
6906
 
6907
+ #: wppa-settings-autosave.php:1279
6908
  msgid "Enter the maximum number of photos in the LasTen widget."
6909
  msgstr ""
6910
 
6911
+ #: wppa-settings-autosave.php:1286
6912
  msgid "LasTen size"
6913
  msgstr ""
6914
 
6915
+ #: wppa-settings-autosave.php:1287
6916
  msgid "Size of thumbnails in Last Ten widget."
6917
  msgstr ""
6918
 
6919
+ #: wppa-settings-autosave.php:1288
6920
  msgid "Enter the size for the mini photos in the LasTen widget."
6921
  msgstr ""
6922
 
6923
+ #: wppa-settings-autosave.php:1297
6924
  #, fuzzy
6925
  msgid "Album widget count"
6926
  msgstr "Zadat/upravit popis fotky"
6927
 
6928
+ #: wppa-settings-autosave.php:1298
6929
  msgid "Number of albums in Album widget."
6930
  msgstr ""
6931
 
6932
+ #: wppa-settings-autosave.php:1299
6933
  msgid ""
6934
  "Enter the maximum number of thumbnail photos of albums in the Album widget."
6935
  msgstr ""
6936
 
6937
+ #: wppa-settings-autosave.php:1306
6938
  msgid "Album widget size"
6939
  msgstr ""
6940
 
6941
+ #: wppa-settings-autosave.php:1307
6942
  msgid "Size of thumbnails in Album widget."
6943
  msgstr ""
6944
 
6945
+ #: wppa-settings-autosave.php:1308
6946
  msgid "Enter the size for the mini photos in the Album widget."
6947
  msgstr ""
6948
 
6949
+ #: wppa-settings-autosave.php:1317
6950
  msgid "FeaTen count"
6951
  msgstr ""
6952
 
6953
+ #: wppa-settings-autosave.php:1318
6954
  msgid "Number of photos in Featured Ten widget."
6955
  msgstr ""
6956
 
6957
+ #: wppa-settings-autosave.php:1319
6958
  msgid "Enter the maximum number of photos in the FeaTen widget."
6959
  msgstr ""
6960
 
6961
+ #: wppa-settings-autosave.php:1326
6962
  msgid "FeaTen size"
6963
  msgstr ""
6964
 
6965
+ #: wppa-settings-autosave.php:1327
6966
  msgid "Size of thumbnails in Featured Ten widget."
6967
  msgstr ""
6968
 
6969
+ #: wppa-settings-autosave.php:1328
6970
  msgid "Enter the size for the mini photos in the FeaTen widget."
6971
  msgstr ""
6972
 
6973
+ #: wppa-settings-autosave.php:1337
6974
  msgid "Tagcloud min size"
6975
  msgstr ""
6976
 
6977
+ #: wppa-settings-autosave.php:1338
6978
  msgid "Minimal fontsize in tagclouds"
6979
  msgstr ""
6980
 
6981
+ #: wppa-settings-autosave.php:1346
6982
  msgid "Tagcloud max size"
6983
  msgstr ""
6984
 
6985
+ #: wppa-settings-autosave.php:1347
6986
  msgid "Maximal fontsize in tagclouds"
6987
  msgstr ""
6988
 
6989
+ #: wppa-settings-autosave.php:1355
6990
  msgid ""
6991
  "Lightbox related size settings. These settings have effect only when Table "
6992
  "IX-J3 is set to wppa"
6993
  msgstr ""
6994
 
6995
+ #: wppa-settings-autosave.php:1358
6996
  msgid ""
6997
  "Number of lines on the lightbox description area, exclusive the n/m line."
6998
  msgstr ""
6999
 
7000
+ #: wppa-settings-autosave.php:1359
7001
  msgid "Enter a number in the range from 0 to 24 or auto"
7002
  msgstr ""
7003
 
7004
+ #: wppa-settings-autosave.php:1361
7005
  msgid "lines"
7006
  msgstr ""
7007
 
7008
+ #: wppa-settings-autosave.php:1366
7009
  msgid "Magnifier cursor size"
7010
  msgstr ""
7011
 
7012
+ #: wppa-settings-autosave.php:1367
7013
  msgid "Select the size of the magnifier cursor."
7014
  msgstr ""
7015
 
7016
+ #: wppa-settings-autosave.php:1370
7017
  msgid "small"
7018
  msgstr ""
7019
 
7020
+ #: wppa-settings-autosave.php:1370
7021
  msgid "medium"
7022
  msgstr ""
7023
 
7024
+ #: wppa-settings-autosave.php:1370
7025
  msgid "large"
7026
  msgstr ""
7027
 
7028
+ #: wppa-settings-autosave.php:1379
7029
  msgid "Video related size settings"
7030
  msgstr ""
7031
 
7032
+ #: wppa-settings-autosave.php:1381
7033
  msgid "Default width"
7034
  msgstr ""
7035
 
7036
+ #: wppa-settings-autosave.php:1382
7037
  msgid "The width of most videos"
7038
  msgstr ""
7039
 
7040
+ #: wppa-settings-autosave.php:1390
7041
  msgid "Default height"
7042
  msgstr ""
7043
 
7044
+ #: wppa-settings-autosave.php:1391
7045
  msgid "The height of most videos"
7046
  msgstr ""
7047
 
7048
+ #: wppa-settings-autosave.php:1417
7049
  msgid "Table II:"
7050
  msgstr ""
7051
 
7052
+ #: wppa-settings-autosave.php:1417
7053
  msgid "Visibility:"
7054
  msgstr ""
7055
 
7056
+ #: wppa-settings-autosave.php:1418
7057
  msgid "This table describes the visibility of certain wppa+ elements."
7058
  msgstr ""
7059
 
7060
+ #: wppa-settings-autosave.php:1436
7061
  msgid "Breadcrumb related visibility settings"
7062
  msgstr ""
7063
 
7064
+ #: wppa-settings-autosave.php:1438
7065
  msgid "Breadcrumb on posts"
7066
  msgstr ""
7067
 
7068
+ #: wppa-settings-autosave.php:1439 wppa-settings-autosave.php:1449
7069
  msgid "Show breadcrumb navigation bars."
7070
  msgstr ""
7071
 
7072
+ #: wppa-settings-autosave.php:1440 wppa-settings-autosave.php:1450
7073
  msgid "Indicate whether a breadcrumb navigation should be displayed"
7074
  msgstr ""
7075
 
7076
+ #: wppa-settings-autosave.php:1448
7077
  msgid "Breadcrumb on pages"
7078
  msgstr ""
7079
 
7080
+ #: wppa-settings-autosave.php:1458
7081
  #, fuzzy
7082
  msgid "Breadcrumb on search results"
7083
  msgstr "Výsledek vyhledávání fotek"
7084
 
7085
+ #: wppa-settings-autosave.php:1459
7086
  msgid "Show breadcrumb navigation bars on the search results page."
7087
  msgstr ""
7088
 
7089
+ #: wppa-settings-autosave.php:1460
7090
  msgid ""
7091
  "Indicate whether a breadcrumb navigation should be displayed above the "
7092
  "search results."
7093
  msgstr ""
7094
 
7095
+ #: wppa-settings-autosave.php:1467
7096
  msgid "Breadcrumb on topten displays"
7097
  msgstr ""
7098
 
7099
+ #: wppa-settings-autosave.php:1468
7100
  msgid "Show breadcrumb navigation bars on topten displays."
7101
  msgstr ""
7102
 
7103
+ #: wppa-settings-autosave.php:1469
7104
  msgid ""
7105
  "Indicate whether a breadcrumb navigation should be displayed above the "
7106
  "topten displays."
7107
  msgstr ""
7108
 
7109
+ #: wppa-settings-autosave.php:1476
7110
  msgid "Breadcrumb on last ten displays"
7111
  msgstr ""
7112
 
7113
+ #: wppa-settings-autosave.php:1477
7114
  msgid "Show breadcrumb navigation bars on last ten displays."
7115
  msgstr ""
7116
 
7117
+ #: wppa-settings-autosave.php:1478
7118
  msgid ""
7119
  "Indicate whether a breadcrumb navigation should be displayed above the last "
7120
  "ten displays."
7121
  msgstr ""
7122
 
7123
+ #: wppa-settings-autosave.php:1485
7124
  msgid "Breadcrumb on comment ten displays"
7125
  msgstr ""
7126
 
7127
+ #: wppa-settings-autosave.php:1486
7128
  msgid "Show breadcrumb navigation bars on comment ten displays."
7129
  msgstr ""
7130
 
7131
+ #: wppa-settings-autosave.php:1487
7132
  msgid ""
7133
  "Indicate whether a breadcrumb navigation should be displayed above the "
7134
  "comment ten displays."
7135
  msgstr ""
7136
 
7137
+ #: wppa-settings-autosave.php:1494
7138
  msgid "Breadcrumb on tag result displays"
7139
  msgstr ""
7140
 
7141
+ #: wppa-settings-autosave.php:1495
7142
  msgid "Show breadcrumb navigation bars on tag result displays."
7143
  msgstr ""
7144
 
7145
+ #: wppa-settings-autosave.php:1496
7146
  msgid ""
7147
  "Indicate whether a breadcrumb navigation should be displayed above the tag "
7148
  "result displays."
7149
  msgstr ""
7150
 
7151
+ #: wppa-settings-autosave.php:1503
7152
  msgid "Breadcrumb on featured ten displays"
7153
  msgstr ""
7154
 
7155
+ #: wppa-settings-autosave.php:1504
7156
  msgid "Show breadcrumb navigation bars on featured ten displays."
7157
  msgstr ""
7158
 
7159
+ #: wppa-settings-autosave.php:1505
7160
  msgid ""
7161
  "Indicate whether a breadcrumb navigation should be displayed above the "
7162
  "featured ten displays."
7163
  msgstr ""
7164
 
7165
+ #: wppa-settings-autosave.php:1512
7166
  msgid "Breadcrumb on related photos displays"
7167
  msgstr ""
7168
 
7169
+ #: wppa-settings-autosave.php:1513
7170
  msgid "Show breadcrumb navigation bars on related photos displays."
7171
  msgstr ""
7172
 
7173
+ #: wppa-settings-autosave.php:1514
7174
  msgid ""
7175
  "Indicate whether a breadcrumb navigation should be displayed above the "
7176
  "related photos displays."
7177
  msgstr ""
7178
 
7179
+ #: wppa-settings-autosave.php:1522
7180
  msgid "Show \"Home\" in breadcrumb."
7181
  msgstr ""
7182
 
7183
+ #: wppa-settings-autosave.php:1523
7184
  msgid ""
7185
  "Indicate whether the breadcrumb navigation should start with a \"Home\"-link"
7186
  msgstr ""
7187
 
7188
+ #: wppa-settings-autosave.php:1531
7189
  msgid "Show the page(s) in breadcrumb."
7190
  msgstr ""
7191
 
7192
+ #: wppa-settings-autosave.php:1532
7193
  msgid ""
7194
  "Indicate whether the breadcrumb navigation should show the page(hierarchy)"
7195
  msgstr ""
7196
 
7197
+ #: wppa-settings-autosave.php:1539
7198
  msgid "Separator"
7199
  msgstr ""
7200
 
7201
+ #: wppa-settings-autosave.php:1540
7202
  msgid "Breadcrumb separator symbol."
7203
  msgstr ""
7204
 
7205
+ #: wppa-settings-autosave.php:1541
7206
  msgid "Select the desired breadcrumb separator element."
7207
  msgstr ""
7208
 
7209
+ #: wppa-settings-autosave.php:1542
7210
  msgid "A text string may contain valid html."
7211
  msgstr ""
7212
 
7213
+ #: wppa-settings-autosave.php:1543
7214
  msgid ""
7215
  "An image will be scaled automatically if you set the navigation font size."
7216
  msgstr ""
7217
 
7218
+ #: wppa-settings-autosave.php:1545
7219
  msgid "Text (html):"
7220
  msgstr ""
7221
 
7222
+ #: wppa-settings-autosave.php:1545
7223
  msgid "Image (url):"
7224
  msgstr ""
7225
 
7226
+ #: wppa-settings-autosave.php:1553
7227
  msgid "Html"
7228
  msgstr ""
7229
 
7230
+ #: wppa-settings-autosave.php:1554
7231
  msgid "Breadcrumb separator text."
7232
  msgstr ""
7233
 
7234
+ #: wppa-settings-autosave.php:1555
7235
  msgid "Enter the HTML code that produces the separator symbol you want."
7236
  msgstr ""
7237
 
7238
+ #: wppa-settings-autosave.php:1556
7239
  msgid ""
7240
  "It may be as simple as '-' (without the quotes) or as complex as a tag like "
7241
  "<div>..</div>."
7242
  msgstr ""
7243
 
7244
+ #: wppa-settings-autosave.php:1563
7245
  msgid "Image Url"
7246
  msgstr ""
7247
 
7248
+ #: wppa-settings-autosave.php:1564
7249
  msgid "Full url to separator image."
7250
  msgstr ""
7251
 
7252
+ #: wppa-settings-autosave.php:1565
7253
  msgid ""
7254
  "Enter the full url to the image you want to use for the separator symbol."
7255
  msgstr ""
7256
 
7257
+ #: wppa-settings-autosave.php:1572
7258
  #, fuzzy
7259
  msgid "Pagelink position"
7260
  msgstr "Pozice:"
7261
 
7262
+ #: wppa-settings-autosave.php:1573
7263
  msgid "The location for the pagelinks bar."
7264
  msgstr ""
7265
 
7266
+ #: wppa-settings-autosave.php:1576 wppa-settings-autosave.php:3746
7267
  msgid "Top"
7268
  msgstr ""
7269
 
7270
+ #: wppa-settings-autosave.php:1576 wppa-settings-autosave.php:3746
7271
  msgid "Bottom"
7272
  msgstr ""
7273
 
7274
+ #: wppa-settings-autosave.php:1576
7275
  msgid "Both"
7276
  msgstr ""
7277
 
7278
+ #: wppa-settings-autosave.php:1583
7279
  msgid "Thumblink on slideshow"
7280
  msgstr ""
7281
 
7282
+ #: wppa-settings-autosave.php:1584
7283
  msgid "Show a thumb link on slideshow bc."
7284
  msgstr ""
7285
 
7286
+ #: wppa-settings-autosave.php:1585
7287
  msgid "Show a link to thumbnail display on an breadcrumb above a slideshow"
7288
  msgstr ""
7289
 
7290
+ #: wppa-settings-autosave.php:1592
7291
  msgid "Slideshow related visibility settings"
7292
  msgstr ""
7293
 
7294
+ #: wppa-settings-autosave.php:1594
7295
  #, fuzzy
7296
  msgid "Start/stop"
7297
  msgstr "Spustit"
7298
 
7299
+ #: wppa-settings-autosave.php:1595
7300
  #, fuzzy
7301
  msgid "Show the Start/Stop slideshow bar."
7302
  msgstr "Ke spuštění/zastavení prezentace dvakrát klikněte"
7303
 
7304
+ #: wppa-settings-autosave.php:1596
7305
  msgid ""
7306
  "If checked: display the start/stop slideshow navigation bar above the full-"
7307
  "size images and slideshow"
7308
  msgstr ""
7309
 
7310
+ #: wppa-settings-autosave.php:1603
7311
  #, fuzzy
7312
  msgid "Browse bar"
7313
  msgstr "Prohlédnout fotky"
7314
 
7315
+ #: wppa-settings-autosave.php:1604
7316
  #, fuzzy
7317
  msgid "Show Browse photos bar."
7318
  msgstr "Prohlédnout fotky"
7319
 
7320
+ #: wppa-settings-autosave.php:1605
7321
  msgid ""
7322
  "If checked: display the preveous/next navigation bar under the full-size "
7323
  "images and slideshow"
7324
  msgstr ""
7325
 
7326
+ #: wppa-settings-autosave.php:1612
7327
  msgid "Filmstrip"
7328
  msgstr ""
7329
 
7330
+ #: wppa-settings-autosave.php:1613
7331
  msgid "Show Filmstrip navigation bar."
7332
  msgstr ""
7333
 
7334
+ #: wppa-settings-autosave.php:1614
7335
  msgid ""
7336
  "If checked: display the filmstrip navigation bar under the full_size images "
7337
  "and slideshow"
7338
  msgstr ""
7339
 
7340
+ #: wppa-settings-autosave.php:1621
7341
  msgid "Film seam"
7342
  msgstr ""
7343
 
7344
+ #: wppa-settings-autosave.php:1622
7345
  msgid "Show seam between end and start of film."
7346
  msgstr ""
7347
 
7348
+ #: wppa-settings-autosave.php:1623
7349
  msgid "If checked: display the wrap-around point in the filmstrip"
7350
  msgstr ""
7351
 
7352
+ #: wppa-settings-autosave.php:1630
7353
  #, fuzzy
7354
  msgid "Photo name"
7355
  msgstr "Foto dne"
7356
 
7357
+ #: wppa-settings-autosave.php:1631
7358
  #, fuzzy
7359
  msgid "Display photo name."
7360
  msgstr "Zadejte název fotky"
7361
 
7362
+ #: wppa-settings-autosave.php:1632
7363
  msgid "If checked: display the name of the photo under the slideshow image."
7364
  msgstr ""
7365
 
7366
+ #: wppa-settings-autosave.php:1639 wppa-settings-autosave.php:2019
7367
  msgid "Add (Owner)"
7368
  msgstr ""
7369
 
7370
+ #: wppa-settings-autosave.php:1640 wppa-settings-autosave.php:2020
7371
  msgid "Add the uploaders display name in parenthesis to the name."
7372
  msgstr ""
7373
 
7374
+ #: wppa-settings-autosave.php:1648
7375
  #, fuzzy
7376
  msgid "Photo desc"
7377
  msgstr "Foto"
7378
 
7379
+ #: wppa-settings-autosave.php:1649
7380
  #, fuzzy
7381
  msgid "Display Photo description."
7382
  msgstr "Zadat/upravit popis fotky"
7383
 
7384
+ #: wppa-settings-autosave.php:1650
7385
  msgid ""
7386
  "If checked: display the description of the photo under the slideshow image."
7387
  msgstr ""
7388
 
7389
+ #: wppa-settings-autosave.php:1657
7390
  msgid "Hide when empty"
7391
  msgstr ""
7392
 
7393
+ #: wppa-settings-autosave.php:1658
7394
  msgid "Hide the descriptionbox when empty."
7395
  msgstr ""
7396
 
7397
+ #: wppa-settings-autosave.php:1666
7398
  #, fuzzy
7399
  msgid "Rating system"
7400
  msgstr "Hlasování: %s"
7401
 
7402
+ #: wppa-settings-autosave.php:1667
7403
  msgid "Enable the rating system."
7404
  msgstr ""
7405
 
7406
+ #: wppa-settings-autosave.php:1668
7407
  msgid "If checked, the photo rating system will be enabled."
7408
  msgstr ""
7409
 
7410
+ #: wppa-settings-autosave.php:1676
7411
  #, fuzzy
7412
  msgid "Comments system"
7413
  msgstr "Komentáře"
7414
 
7415
+ #: wppa-settings-autosave.php:1677
7416
  msgid "Enable the comments system."
7417
  msgstr ""
7418
 
7419
+ #: wppa-settings-autosave.php:1678
7420
  msgid ""
7421
  "Display the comments box under the fullsize images and let users enter their "
7422
  "comments on individual photos."
7423
  msgstr ""
7424
 
7425
+ #: wppa-settings-autosave.php:1686
7426
  #, fuzzy
7427
  msgid "Comment Avatar default"
7428
  msgstr "Komentář byl odeslán"
7429
 
7430
+ #: wppa-settings-autosave.php:1687
7431
  msgid "Show Avatars with the comments if not --- none ---"
7432
  msgstr ""
7433
 
7434
+ #: wppa-settings-autosave.php:1692
7435
  msgid "mystery man"
7436
  msgstr ""
7437
 
7438
+ #: wppa-settings-autosave.php:1693
7439
  msgid "identicon"
7440
  msgstr ""
7441
 
7442
+ #: wppa-settings-autosave.php:1694
7443
  msgid "monsterid"
7444
  msgstr ""
7445
 
7446
+ #: wppa-settings-autosave.php:1695
7447
  msgid "wavatar"
7448
  msgstr ""
7449
 
7450
+ #: wppa-settings-autosave.php:1696
7451
  msgid "retro"
7452
  msgstr ""
7453
 
7454
+ #: wppa-settings-autosave.php:1697
7455
  #, fuzzy
7456
  msgid "--- url ---"
7457
  msgstr "--- vše ---"
7458
 
7459
+ #: wppa-settings-autosave.php:1712
7460
  msgid "Comment Avatar url"
7461
  msgstr ""
7462
 
7463
+ #: wppa-settings-autosave.php:1713
7464
  msgid "Comment Avatar default url."
7465
  msgstr ""
7466
 
7467
+ #: wppa-settings-autosave.php:1721
7468
  #, fuzzy
7469
  msgid "Big Browse Buttons"
7470
  msgstr "Prohlédnout fotky"
7471
 
7472
+ #: wppa-settings-autosave.php:1722
7473
  msgid "Enable invisible browsing buttons."
7474
  msgstr ""
7475
 
7476
+ #: wppa-settings-autosave.php:1723 wppa-settings-autosave.php:2257
7477
  #, fuzzy
7478
  msgid ""
7479
  "If checked, the fullsize image is covered by two invisible areas that act as "
7482
  "Pro zobrazení fotek v plné velikosti musíte povolit JavaScript ve vašem "
7483
  "prohlížeči."
7484
 
7485
+ #: wppa-settings-autosave.php:1724 wppa-settings-autosave.php:2258
7486
+ #: wppa-settings-autosave.php:2268
7487
  msgid ""
7488
  "Make sure the Full height (Table I-B2) is properly configured to prevent "
7489
  "these areas to overlap unwanted space."
7490
  msgstr ""
7491
 
7492
+ #: wppa-settings-autosave.php:1731
7493
  #, fuzzy
7494
  msgid "Ugly Browse Buttons"
7495
  msgstr "Prohlédnout fotky"
7496
 
7497
+ #: wppa-settings-autosave.php:1732
7498
  msgid "Enable the ugly browsing buttons."
7499
  msgstr ""
7500
 
7501
+ #: wppa-settings-autosave.php:1733
7502
  msgid "If checked, the fullsize image is covered by two browse buttons."
7503
  msgstr ""
7504
 
7505
+ #: wppa-settings-autosave.php:1737 wppa-settings-autosave.php:2299
7506
+ #: wppa-settings-autosave.php:2310
7507
  msgid "Black"
7508
  msgstr ""
7509
 
7510
+ #: wppa-settings-autosave.php:1737
7511
  msgid "Light gray"
7512
  msgstr ""
7513
 
7514
+ #: wppa-settings-autosave.php:1744
7515
+ #, fuzzy
7516
+ msgid "Start/stop icons"
7517
+ msgstr "Spustit"
7518
+
7519
+ #: wppa-settings-autosave.php:1745
7520
+ msgid "Show start and stop icons at the center of the slide"
7521
+ msgstr ""
7522
+
7523
+ #: wppa-settings-autosave.php:1750
7524
+ msgid "Black square"
7525
+ msgstr ""
7526
+
7527
+ #: wppa-settings-autosave.php:1750
7528
+ msgid "Blue square"
7529
+ msgstr ""
7530
+
7531
+ #: wppa-settings-autosave.php:1750
7532
+ msgid "Black round"
7533
+ msgstr ""
7534
+
7535
+ #: wppa-settings-autosave.php:1757
7536
  msgid "Show custom box"
7537
  msgstr ""
7538
 
7539
+ #: wppa-settings-autosave.php:1758
7540
  msgid "Display the custom box in the slideshow"
7541
  msgstr ""
7542
 
7543
+ #: wppa-settings-autosave.php:1759 wppa-settings-autosave.php:1770
7544
  msgid ""
7545
  "You can fill the custom box with any html you like. It will not be checked, "
7546
  "so it is your own responsability to close tags properly."
7547
  msgstr ""
7548
 
7549
+ #: wppa-settings-autosave.php:1760 wppa-settings-autosave.php:1771
7550
  msgid "The position of the box can be defined in Table IX-E."
7551
  msgstr ""
7552
 
7553
+ #: wppa-settings-autosave.php:1768
7554
  msgid "Custom content"
7555
  msgstr ""
7556
 
7557
+ #: wppa-settings-autosave.php:1769
7558
  msgid "The content (html) of the custom box."
7559
  msgstr ""
7560
 
7561
+ #: wppa-settings-autosave.php:1778
7562
  #, fuzzy
7563
  msgid "Slideshow/Number bar"
7564
  msgstr "Slideshow"
7565
 
7566
+ #: wppa-settings-autosave.php:1779
7567
  msgid "Display the Slideshow / Number bar."
7568
  msgstr ""
7569
 
7570
+ #: wppa-settings-autosave.php:1780
7571
  msgid "If checked: display the number boxes on slideshow"
7572
  msgstr ""
7573
 
7574
+ #: wppa-settings-autosave.php:1788
7575
  msgid "IPTC system"
7576
  msgstr ""
7577
 
7578
+ #: wppa-settings-autosave.php:1789
7579
  msgid "Enable the iptc system."
7580
  msgstr ""
7581
 
7582
+ #: wppa-settings-autosave.php:1790
7583
  msgid "Display the iptc box under the fullsize images."
7584
  msgstr ""
7585
 
7586
+ #: wppa-settings-autosave.php:1798
7587
  msgid "IPTC open"
7588
  msgstr ""
7589
 
7590
+ #: wppa-settings-autosave.php:1799
7591
  msgid "Display the iptc box initially opened."
7592
  msgstr ""
7593
 
7594
+ #: wppa-settings-autosave.php:1800
7595
  msgid "Display the iptc box under the fullsize images initially open."
7596
  msgstr ""
7597
 
7598
+ #: wppa-settings-autosave.php:1808
7599
  msgid "EXIF system"
7600
  msgstr ""
7601
 
7602
+ #: wppa-settings-autosave.php:1809
7603
  msgid "Enable the exif system."
7604
  msgstr ""
7605
 
7606
+ #: wppa-settings-autosave.php:1810
7607
  msgid "Display the exif box under the fullsize images."
7608
  msgstr ""
7609
 
7610
+ #: wppa-settings-autosave.php:1818
7611
  msgid "EXIF open"
7612
  msgstr ""
7613
 
7614
+ #: wppa-settings-autosave.php:1819
7615
  msgid "Display the exif box initially opened."
7616
  msgstr ""
7617
 
7618
+ #: wppa-settings-autosave.php:1820
7619
  msgid "Display the exif box under the fullsize images initially open."
7620
  msgstr ""
7621
 
7622
+ #: wppa-settings-autosave.php:1828
7623
  msgid "Social media share box related visibility settings"
7624
  msgstr ""
7625
 
7626
+ #: wppa-settings-autosave.php:1830
7627
  msgid "Show Share Box"
7628
  msgstr ""
7629
 
7630
+ #: wppa-settings-autosave.php:1831
7631
  msgid "Display the share social media buttons box."
7632
  msgstr ""
7633
 
7634
+ #: wppa-settings-autosave.php:1840 wppa-settings-autosave.php:8129
7635
  msgid "Hide when running"
7636
  msgstr ""
7637
 
7638
+ #: wppa-settings-autosave.php:1841
7639
  msgid "Hide the SM box when slideshow runs."
7640
  msgstr ""
7641
 
7642
+ #: wppa-settings-autosave.php:1849
7643
  msgid "Show Share Box Widget"
7644
  msgstr ""
7645
 
7646
+ #: wppa-settings-autosave.php:1850
7647
  msgid "Display the share social media buttons box in widgets."
7648
  msgstr ""
7649
 
7650
+ #: wppa-settings-autosave.php:1851
7651
  msgid ""
7652
  "This setting applies to normal slideshows in widgets, not to the "
7653
  "slideshowwidget as that is a slideonly display."
7654
  msgstr ""
7655
 
7656
+ #: wppa-settings-autosave.php:1859
7657
  msgid "Show Share Buttons Thumbs"
7658
  msgstr ""
7659
 
7660
+ #: wppa-settings-autosave.php:1860
7661
  msgid "Display the share social media buttons under thumbnails."
7662
  msgstr ""
7663
 
7664
+ #: wppa-settings-autosave.php:1869
7665
  msgid "Show Share Buttons Lightbox"
7666
  msgstr ""
7667
 
7668
+ #: wppa-settings-autosave.php:1870
7669
  msgid "Display the share social media buttons on lightbox displays."
7670
  msgstr ""
7671
 
7672
+ #: wppa-settings-autosave.php:1879
7673
  #, fuzzy
7674
  msgid "Show Share Buttons Mphoto"
7675
  msgstr "Koukni na tuto fotku na %s"
7676
 
7677
+ #: wppa-settings-autosave.php:1880
7678
  msgid "Display the share social media buttons on mphoto displays."
7679
  msgstr ""
7680
 
7681
+ #: wppa-settings-autosave.php:1889
7682
  msgid "Show QR Code"
7683
  msgstr ""
7684
 
7685
+ #: wppa-settings-autosave.php:1890
7686
  msgid "Display the QR code in the share box."
7687
  msgstr ""
7688
 
7689
+ #: wppa-settings-autosave.php:1898
7690
  #, fuzzy
7691
  msgid "Show Twitter button"
7692
  msgstr "Sdílet %s na Pinterest"
7693
 
7694
+ #: wppa-settings-autosave.php:1899
7695
  msgid "Display the Twitter button in the share box."
7696
  msgstr ""
7697
 
7698
+ #: wppa-settings-autosave.php:1907
7699
  #, fuzzy
7700
  msgid "Show Google+ button"
7701
  msgstr "Sdílet %s na Google +"
7702
 
7703
+ #: wppa-settings-autosave.php:1908
7704
  msgid "Display the Google+ button in the share box."
7705
  msgstr ""
7706
 
7707
+ #: wppa-settings-autosave.php:1916
7708
  #, fuzzy
7709
  msgid "Show Pinterest button"
7710
  msgstr "Sdílet %s na Pinterest"
7711
 
7712
+ #: wppa-settings-autosave.php:1917
7713
  msgid "Display the Pintrest button in the share box."
7714
  msgstr ""
7715
 
7716
+ #: wppa-settings-autosave.php:1925
7717
  msgid "Show LinkedIn button"
7718
  msgstr ""
7719
 
7720
+ #: wppa-settings-autosave.php:1926
7721
  msgid "Display the LinkedIn button in the share box."
7722
  msgstr ""
7723
 
7724
+ #: wppa-settings-autosave.php:1934
7725
  msgid "Show Facebook share button"
7726
  msgstr ""
7727
 
7728
+ #: wppa-settings-autosave.php:1935 wppa-settings-autosave.php:1944
7729
  msgid "Display the Facebook button in the share box."
7730
  msgstr ""
7731
 
7732
+ #: wppa-settings-autosave.php:1943
7733
  msgid "Show Facebook like button"
7734
  msgstr ""
7735
 
7736
+ #: wppa-settings-autosave.php:1952
7737
  msgid "Display type"
7738
  msgstr ""
7739
 
7740
+ #: wppa-settings-autosave.php:1953
7741
  msgid "Select the Facebook button display type."
7742
  msgstr ""
7743
 
7744
+ #: wppa-settings-autosave.php:1956
7745
  msgid "Button with counter"
7746
  msgstr ""
7747
 
7748
+ #: wppa-settings-autosave.php:1956
7749
  msgid "Box with counter"
7750
  msgstr ""
7751
 
7752
+ #: wppa-settings-autosave.php:1963
7753
  msgid "Show Facebook comment box"
7754
  msgstr ""
7755
 
7756
+ #: wppa-settings-autosave.php:1964
7757
  msgid "Display the Facebook comment dialog box in the share box."
7758
  msgstr ""
7759
 
7760
+ #: wppa-settings-autosave.php:1972
7761
  msgid "Facebook User Id"
7762
  msgstr ""
7763
 
7764
+ #: wppa-settings-autosave.php:1973
7765
  msgid "Enter your facebook user id to be able to moderate comments and sends"
7766
  msgstr ""
7767
 
7768
+ #: wppa-settings-autosave.php:1981
7769
  msgid "Facebook App Id"
7770
  msgstr ""
7771
 
7772
+ #: wppa-settings-autosave.php:1982
7773
  msgid "Enter your facebook app id to be able to moderate comments and sends"
7774
  msgstr ""
7775
 
7776
+ #: wppa-settings-autosave.php:1990
7777
  msgid "Facebook js SDK"
7778
  msgstr ""
7779
 
7780
+ #: wppa-settings-autosave.php:1991
7781
  msgid "Load Facebook js SDK"
7782
  msgstr ""
7783
 
7784
+ #: wppa-settings-autosave.php:1992
7785
  msgid ""
7786
  "Uncheck this box only when there is a conflict with an other plugin that "
7787
  "also loads the Facebook js SDK."
7788
  msgstr ""
7789
 
7790
+ #: wppa-settings-autosave.php:1999
7791
  msgid "Share single image"
7792
  msgstr ""
7793
 
7794
+ #: wppa-settings-autosave.php:2000
7795
  msgid "Share a link to a single image, not the slideshow."
7796
  msgstr ""
7797
 
7798
+ #: wppa-settings-autosave.php:2001
7799
  msgid ""
7800
  "The sharelink points to a page with a single image rather than to the page "
7801
  "with the photo in the slideshow."
7802
  msgstr ""
7803
 
7804
+ #: wppa-settings-autosave.php:2008
7805
  msgid "Thumbnail display related visibility settings"
7806
  msgstr ""
7807
 
7808
+ #: wppa-settings-autosave.php:2010
7809
  #, fuzzy
7810
  msgid "Thumbnail name"
7811
  msgstr "Stránka s náhledy"
7812
 
7813
+ #: wppa-settings-autosave.php:2011
7814
  msgid "Display Thumbnail name."
7815
  msgstr ""
7816
 
7817
+ #: wppa-settings-autosave.php:2012
7818
  msgid "Display photo name under thumbnail images."
7819
  msgstr ""
7820
 
7821
+ #: wppa-settings-autosave.php:2028
7822
  #, fuzzy
7823
  msgid "Thumbnail desc"
7824
  msgstr "Označkované fotografie"
7825
 
7826
+ #: wppa-settings-autosave.php:2029
7827
  #, fuzzy
7828
  msgid "Display Thumbnail description."
7829
  msgstr "Zadat/upravit popis fotky"
7830
 
7831
+ #: wppa-settings-autosave.php:2030
7832
  msgid "Display description of the photo under thumbnail images."
7833
  msgstr ""
7834
 
7835
+ #: wppa-settings-autosave.php:2037
7836
  #, fuzzy
7837
  msgid "Thumbnail rating"
7838
  msgstr "Stránka s náhledy"
7839
 
7840
+ #: wppa-settings-autosave.php:2038
7841
  msgid "Display Thumbnail Rating."
7842
  msgstr ""
7843
 
7844
+ #: wppa-settings-autosave.php:2039
7845
  msgid "Display the rating of the photo under the thumbnail image."
7846
  msgstr ""
7847
 
7848
+ #: wppa-settings-autosave.php:2046
7849
  #, fuzzy
7850
  msgid "Thumbnail comcount"
7851
  msgstr "Označkované fotografie"
7852
 
7853
+ #: wppa-settings-autosave.php:2047
7854
  msgid "Display Thumbnail Comment count."
7855
  msgstr ""
7856
 
7857
+ #: wppa-settings-autosave.php:2048
7858
  msgid "Display the number of comments to the photo under the thumbnail image."
7859
  msgstr ""
7860
 
7861
+ #: wppa-settings-autosave.php:2055
7862
  #, fuzzy
7863
  msgid "Thumbnail viewcount"
7864
  msgstr "Stránka s náhledy"
7865
 
7866
+ #: wppa-settings-autosave.php:2056
7867
  msgid "Display the number of views."
7868
  msgstr ""
7869
 
7870
+ #: wppa-settings-autosave.php:2057
7871
  msgid "Display the number of views under the thumbnail image."
7872
  msgstr ""
7873
 
7874
+ #: wppa-settings-autosave.php:2064
7875
  #, fuzzy
7876
  msgid "Thumbnail video"
7877
  msgstr "Stránka s náhledy"
7878
 
7879
+ #: wppa-settings-autosave.php:2065
7880
  msgid "Show video controls on thumbnail displays."
7881
  msgstr ""
7882
 
7883
+ #: wppa-settings-autosave.php:2066
7884
  msgid ""
7885
  "Works on default thumbnail type only. You can play the video only when the "
7886
  "link is set to no link at all."
7887
  msgstr ""
7888
 
7889
+ #: wppa-settings-autosave.php:2073
7890
  #, fuzzy
7891
  msgid "Thumbnail audio"
7892
  msgstr "Stránka s náhledy"
7893
 
7894
+ #: wppa-settings-autosave.php:2074
7895
  msgid "Show audio controls on thumbnail displays."
7896
  msgstr ""
7897
 
7898
+ #: wppa-settings-autosave.php:2075
7899
  msgid "Works on default thumbnail type only."
7900
  msgstr ""
7901
 
7902
+ #: wppa-settings-autosave.php:2082
7903
  #, fuzzy
7904
  msgid "Popup name"
7905
  msgstr "Vaše jméno:"
7906
 
7907
+ #: wppa-settings-autosave.php:2083
7908
  msgid "Display Thumbnail name on popup."
7909
  msgstr ""
7910
 
7911
+ #: wppa-settings-autosave.php:2084
7912
  msgid "Display photo name under thumbnail images on the popup."
7913
  msgstr ""
7914
 
7915
+ #: wppa-settings-autosave.php:2091
7916
  msgid "Popup (owner)"
7917
  msgstr ""
7918
 
7919
+ #: wppa-settings-autosave.php:2092
7920
  msgid "Display owner on popup."
7921
  msgstr ""
7922
 
7923
+ #: wppa-settings-autosave.php:2093
7924
  msgid "Display photo owner under thumbnail images on the popup."
7925
  msgstr ""
7926
 
7927
+ #: wppa-settings-autosave.php:2100
7928
  msgid "Popup desc"
7929
  msgstr ""
7930
 
7931
+ #: wppa-settings-autosave.php:2101
7932
  msgid "Display Thumbnail description on popup."
7933
  msgstr ""
7934
 
7935
+ #: wppa-settings-autosave.php:2102
7936
  msgid "Display description of the photo under thumbnail images on the popup."
7937
  msgstr ""
7938
 
7939
+ #: wppa-settings-autosave.php:2109
7940
  msgid "Popup desc no links"
7941
  msgstr ""
7942
 
7943
+ #: wppa-settings-autosave.php:2110
7944
  msgid "Strip html anchor tags from descriptions on popups"
7945
  msgstr ""
7946
 
7947
+ #: wppa-settings-autosave.php:2111
7948
  msgid ""
7949
  "Use this option to prevent the display of links that cannot be activated."
7950
  msgstr ""
7951
 
7952
+ #: wppa-settings-autosave.php:2118
7953
  #, fuzzy
7954
  msgid "Popup rating"
7955
  msgstr "Moje hodnocení"
7956
 
7957
+ #: wppa-settings-autosave.php:2119
7958
  msgid "Display Thumbnail Rating on popup."
7959
  msgstr ""
7960
 
7961
+ #: wppa-settings-autosave.php:2120
7962
  msgid "Display the rating of the photo under the thumbnail image on the popup."
7963
  msgstr ""
7964
 
7965
+ #: wppa-settings-autosave.php:2127
7966
  msgid "Popup comcount"
7967
  msgstr ""
7968
 
7969
+ #: wppa-settings-autosave.php:2128
7970
  msgid "Display Thumbnail Comment count on popup."
7971
  msgstr ""
7972
 
7973
+ #: wppa-settings-autosave.php:2129
7974
  msgid ""
7975
  "Display the number of comments of the photo under the thumbnail image on the "
7976
  "popup."
7977
  msgstr ""
7978
 
7979
+ #: wppa-settings-autosave.php:2136
7980
  msgid "Show rating count"
7981
  msgstr ""
7982
 
7983
+ #: wppa-settings-autosave.php:2137
7984
  msgid "Display the number of votes along with average ratings."
7985
  msgstr ""
7986
 
7987
+ #: wppa-settings-autosave.php:2138
7988
  msgid ""
7989
  "If checked, the number of votes is displayed along with average rating "
7990
  "displays on thumbnail and popup displays."
7991
  msgstr ""
7992
 
7993
+ #: wppa-settings-autosave.php:2145
7994
  msgid "Show name on thumb area"
7995
  msgstr ""
7996
 
7997
+ #: wppa-settings-autosave.php:2146
7998
  msgid "Select if and where to display the album name on the thumbnail display."
7999
  msgstr ""
8000
 
8001
+ #: wppa-settings-autosave.php:2149 wppa-settings-autosave.php:2160
8002
  msgid "None"
8003
  msgstr ""
8004
 
8005
+ #: wppa-settings-autosave.php:2149 wppa-settings-autosave.php:2160
8006
+ #: wppa-settings-autosave.php:3266
8007
  msgid "At the top"
8008
  msgstr ""
8009
 
8010
+ #: wppa-settings-autosave.php:2149 wppa-settings-autosave.php:2160
8011
+ #: wppa-settings-autosave.php:3266
8012
  msgid "At the bottom"
8013
  msgstr ""
8014
 
8015
+ #: wppa-settings-autosave.php:2156
8016
  msgid "Show desc on thumb area"
8017
  msgstr ""
8018
 
8019
+ #: wppa-settings-autosave.php:2157
8020
  msgid ""
8021
  "Select if and where to display the album description on the thumbnail "
8022
  "display."
8023
  msgstr ""
8024
 
8025
+ #: wppa-settings-autosave.php:2167
8026
  msgid "Show Edit/Delete links"
8027
  msgstr ""
8028
 
8029
+ #: wppa-settings-autosave.php:2168
8030
  msgid "Show these links under default thumbnails for owner and admin."
8031
  msgstr ""
8032
 
8033
+ #: wppa-settings-autosave.php:2176
8034
  msgid "Show empty thumbnail area"
8035
  msgstr ""
8036
 
8037
+ #: wppa-settings-autosave.php:2177
8038
  msgid "Display thumbnail areas with upload link only for empty albums."
8039
  msgstr ""
8040
 
8041
+ #: wppa-settings-autosave.php:2186
8042
  msgid "Album cover related visibility settings"
8043
  msgstr ""
8044
 
8045
+ #: wppa-settings-autosave.php:2188
8046
  msgid "Covertext"
8047
  msgstr ""
8048
 
8049
+ #: wppa-settings-autosave.php:2189
8050
  msgid "Show the text on the album cover."
8051
  msgstr ""
8052
 
8053
+ #: wppa-settings-autosave.php:2190
8054
  msgid "Display the album decription on the album cover"
8055
  msgstr ""
8056
 
8057
+ #: wppa-settings-autosave.php:2198
8058
  msgid "Enable the slideshow."
8059
  msgstr ""
8060
 
8061
+ #: wppa-settings-autosave.php:2199
8062
  msgid ""
8063
  "If you do not want slideshows: uncheck this box. Browsing full size images "
8064
  "will remain possible."
8065
  msgstr ""
8066
 
8067
+ #: wppa-settings-autosave.php:2206
8068
  #, fuzzy
8069
  msgid "Slideshow/Browse"
8070
  msgstr "Slideshow"
8071
 
8072
+ #: wppa-settings-autosave.php:2207
8073
  msgid "Display the Slideshow / Browse photos link on album covers"
8074
  msgstr ""
8075
 
8076
+ #: wppa-settings-autosave.php:2208
8077
  msgid ""
8078
  "This setting causes the Slideshow link to be displayed on the album cover."
8079
  msgstr ""
8080
 
8081
+ #: wppa-settings-autosave.php:2209
8082
  msgid ""
8083
  "If slideshows are disabled in item 2 in this table, you will see a browse "
8084
  "link to fullsize images."
8085
  msgstr ""
8086
 
8087
+ #: wppa-settings-autosave.php:2210
8088
  msgid "If you do not want the browse link either, uncheck this item."
8089
  msgstr ""
8090
 
8091
+ #: wppa-settings-autosave.php:2217
8092
  #, fuzzy
8093
  msgid "View ..."
8094
  msgstr "Ukázat: "
8095
 
8096
+ #: wppa-settings-autosave.php:2218
8097
  msgid "Display the View xx albums and yy photos link on album covers"
8098
  msgstr ""
8099
 
8100
+ #: wppa-settings-autosave.php:2226
8101
  msgid "Treecount"
8102
  msgstr ""
8103
 
8104
+ #: wppa-settings-autosave.php:2227
8105
  msgid "Disaplay the total number of (sub)albums and photos in subalbums"
8106
  msgstr ""
8107
 
8108
+ #: wppa-settings-autosave.php:2228
8109
  msgid ""
8110
  "Displays the total number of sub albums and photos in the entire album tree "
8111
  "in parenthesis if the numbers differ from the direct content of the album."
8112
  msgstr ""
8113
 
8114
+ #: wppa-settings-autosave.php:2235
8115
  msgid "Show categories"
8116
  msgstr ""
8117
 
8118
+ #: wppa-settings-autosave.php:2236
8119
  msgid "Display the album categories on the covers."
8120
  msgstr ""
8121
 
8122
+ #: wppa-settings-autosave.php:2244
8123
  msgid "Skip empty albums"
8124
  msgstr ""
8125
 
8126
+ #: wppa-settings-autosave.php:2245
8127
  msgid "Do not show empty albums, except for admin and owner."
8128
  msgstr ""
8129
 
8130
+ #: wppa-settings-autosave.php:2253
8131
  msgid "Widget related visibility settings"
8132
  msgstr ""
8133
 
8134
+ #: wppa-settings-autosave.php:2255
8135
  msgid "Big Browse Buttons in widget"
8136
  msgstr ""
8137
 
8138
+ #: wppa-settings-autosave.php:2256
8139
  msgid "Enable invisible browsing buttons in widget slideshows."
8140
  msgstr ""
8141
 
8142
+ #: wppa-settings-autosave.php:2265
8143
  msgid "Ugly Browse Buttons in widget"
8144
  msgstr ""
8145
 
8146
+ #: wppa-settings-autosave.php:2266
8147
  msgid "Enable ugly browsing buttons in widget slideshows."
8148
  msgstr ""
8149
 
8150
+ #: wppa-settings-autosave.php:2267
8151
  msgid "If checked, the fullsize image is covered by browse buttons."
8152
  msgstr ""
8153
 
8154
+ #: wppa-settings-autosave.php:2275
8155
  msgid "Album widget tooltip"
8156
  msgstr ""
8157
 
8158
+ #: wppa-settings-autosave.php:2276
8159
  msgid "Show the album description on hoovering thumbnail in album widget"
8160
  msgstr ""
8161
 
8162
+ #: wppa-settings-autosave.php:2284 wppa-settings-autosave.php:4173
8163
  msgid ""
8164
  "Lightbox related settings. These settings have effect only when Table IX-J3 "
8165
  "is set to wppa"
8166
  msgstr ""
8167
 
8168
+ #: wppa-settings-autosave.php:2286
8169
  msgid "Overlay Close label text"
8170
  msgstr ""
8171
 
8172
+ #: wppa-settings-autosave.php:2287
8173
  msgid "The text label for the cross exit symbol."
8174
  msgstr ""
8175
 
8176
+ #: wppa-settings-autosave.php:2288
8177
  msgid ""
8178
  "This text may be multilingual according to the qTranslate short tags specs."
8179
  msgstr ""
8180
 
8181
+ #: wppa-settings-autosave.php:2295
8182
  msgid "Overlay theme color"
8183
  msgstr ""
8184
 
8185
+ #: wppa-settings-autosave.php:2296
8186
  msgid "The color of the image border and text background."
8187
  msgstr ""
8188
 
8189
+ #: wppa-settings-autosave.php:2299 wppa-settings-autosave.php:2310
8190
  msgid "White"
8191
  msgstr ""
8192
 
8193
+ #: wppa-settings-autosave.php:2306
8194
  msgid "Overlay background color"
8195
  msgstr ""
8196
 
8197
+ #: wppa-settings-autosave.php:2307
8198
  msgid "The color of the outer background."
8199
  msgstr ""
8200
 
8201
+ #: wppa-settings-autosave.php:2317
8202
  msgid "Overlay slide name"
8203
  msgstr ""
8204
 
8205
+ #: wppa-settings-autosave.php:2318
8206
  msgid "Show name if from slide."
8207
  msgstr ""
8208
 
8209
+ #: wppa-settings-autosave.php:2319
8210
  msgid ""
8211
  "Shows the photos name on a lightbox display when initiated from a slide."
8212
  msgstr ""
8213
 
8214
+ #: wppa-settings-autosave.php:2320 wppa-settings-autosave.php:2330
8215
  msgid ""
8216
  "This setting also applies to film thumbnails if Table VI-11 is set to "
8217
  "lightbox overlay."
8218
  msgstr ""
8219
 
8220
+ #: wppa-settings-autosave.php:2327
8221
  msgid "Overlay slide desc"
8222
  msgstr ""
8223
 
8224
+ #: wppa-settings-autosave.php:2328
8225
  msgid "Show description if from slide."
8226
  msgstr ""
8227
 
8228
+ #: wppa-settings-autosave.php:2329
8229
  msgid ""
8230
  "Shows the photos description on a lightbox display when initiated from a "
8231
  "slide."
8232
  msgstr ""
8233
 
8234
+ #: wppa-settings-autosave.php:2337
8235
  msgid "Overlay thumb name"
8236
  msgstr ""
8237
 
8238
+ #: wppa-settings-autosave.php:2338
8239
  msgid "Show the photos name if from thumb."
8240
  msgstr ""
8241
 
8242
+ #: wppa-settings-autosave.php:2339
8243
  msgid ""
8244
  "Shows the name on a lightbox display when initiated from a standard "
8245
  "thumbnail or a widget thumbnail."
8246
  msgstr ""
8247
 
8248
+ #: wppa-settings-autosave.php:2340 wppa-settings-autosave.php:2350
8249
  msgid ""
8250
  "This setting applies to standard thumbnails, thumbnail-, comment-, topten- "
8251
  "and lasten-widget."
8252
  msgstr ""
8253
 
8254
+ #: wppa-settings-autosave.php:2347
8255
  msgid "Overlay thumb desc"
8256
  msgstr ""
8257
 
8258
+ #: wppa-settings-autosave.php:2348
8259
  msgid "Show description if from thumb."
8260
  msgstr ""
8261
 
8262
+ #: wppa-settings-autosave.php:2349
8263
  msgid ""
8264
  "Shows the photos description on a lightbox display when initiated from a "
8265
  "standard thumbnail or a widget thumbnail."
8266
  msgstr ""
8267
 
8268
+ #: wppa-settings-autosave.php:2357
8269
  #, fuzzy
8270
  msgid "Overlay potd name"
8271
  msgstr "Zadejte název fotky"
8272
 
8273
+ #: wppa-settings-autosave.php:2358
8274
  msgid "Show the photos name if from photo of the day."
8275
  msgstr ""
8276
 
8277
+ #: wppa-settings-autosave.php:2359
8278
  msgid ""
8279
  "Shows the name on a lightbox display when initiated from the photo of the "
8280
  "day."
8281
  msgstr ""
8282
 
8283
+ #: wppa-settings-autosave.php:2366
8284
  msgid "Overlay potd desc"
8285
  msgstr ""
8286
 
8287
+ #: wppa-settings-autosave.php:2367
8288
  msgid "Show description if from from photo of the day."
8289
  msgstr ""
8290
 
8291
+ #: wppa-settings-autosave.php:2368
8292
  msgid ""
8293
  "Shows the photos description on a lightbox display when initiated from the "
8294
  "photo of the day."
8295
  msgstr ""
8296
 
8297
+ #: wppa-settings-autosave.php:2375
8298
  #, fuzzy
8299
  msgid "Overlay sphoto name"
8300
  msgstr "Zadejte název fotky"
8301
 
8302
+ #: wppa-settings-autosave.php:2376
8303
  msgid "Show the photos name if from a single photo."
8304
  msgstr ""
8305
 
8306
+ #: wppa-settings-autosave.php:2377
8307
  msgid ""
8308
  "Shows the name on a lightbox display when initiated from a single photo."
8309
  msgstr ""
8310
 
8311
+ #: wppa-settings-autosave.php:2384
8312
  #, fuzzy
8313
  msgid "Overlay sphoto desc"
8314
  msgstr "Podobné fotky"
8315
 
8316
+ #: wppa-settings-autosave.php:2385
8317
  msgid "Show description if from from a single photo."
8318
  msgstr ""
8319
 
8320
+ #: wppa-settings-autosave.php:2386
8321
  msgid ""
8322
  "Shows the photos description on a lightbox display when initiated from a "
8323
  "single photo."
8324
  msgstr ""
8325
 
8326
+ #: wppa-settings-autosave.php:2393
8327
  #, fuzzy
8328
  msgid "Overlay mphoto name"
8329
  msgstr "Zadejte název fotky"
8330
 
8331
+ #: wppa-settings-autosave.php:2394
8332
  msgid "Show the photos name if from a single media style photo."
8333
  msgstr ""
8334
 
8335
+ #: wppa-settings-autosave.php:2395
8336
  msgid ""
8337
  "Shows the name on a lightbox display when initiated from a single media "
8338
  "style photo."
8339
  msgstr ""
8340
 
8341
+ #: wppa-settings-autosave.php:2402
8342
  #, fuzzy
8343
  msgid "Overlay mphoto desc"
8344
  msgstr "Podobné fotky"
8345
 
8346
+ #: wppa-settings-autosave.php:2403
8347
  msgid "Show description if from from a media style photo."
8348
  msgstr ""
8349
 
8350
+ #: wppa-settings-autosave.php:2404
8351
  msgid ""
8352
  "Shows the photos description on a lightbox display when initiated from a "
8353
  "single media style photo."
8354
  msgstr ""
8355
 
8356
+ #: wppa-settings-autosave.php:2411
8357
  #, fuzzy
8358
  msgid "Overlay albumwidget name"
8359
  msgstr "Zadejte název fotky"
8360
 
8361
+ #: wppa-settings-autosave.php:2412
8362
  msgid "Show the photos name if from the album widget."
8363
  msgstr ""
8364
 
8365
+ #: wppa-settings-autosave.php:2413
8366
  msgid ""
8367
  "Shows the name on a lightbox display when initiated from the album widget."
8368
  msgstr ""
8369
 
8370
+ #: wppa-settings-autosave.php:2420
8371
  msgid "Overlay albumwidget desc"
8372
  msgstr ""
8373
 
8374
+ #: wppa-settings-autosave.php:2421
8375
  msgid "Show description if from from the album widget."
8376
  msgstr ""
8377
 
8378
+ #: wppa-settings-autosave.php:2422
8379
  msgid ""
8380
  "Shows the photos description on a lightbox display when initiated from the "
8381
  "album widget."
8382
  msgstr ""
8383
 
8384
+ #: wppa-settings-autosave.php:2429
8385
  #, fuzzy
8386
  msgid "Overlay coverphoto name"
8387
  msgstr "Zadejte název fotky"
8388
 
8389
+ #: wppa-settings-autosave.php:2430
8390
  msgid "Show the photos name if from the album cover."
8391
  msgstr ""
8392
 
8393
+ #: wppa-settings-autosave.php:2431
8394
  msgid ""
8395
  "Shows the name on a lightbox display when initiated from the album "
8396
  "coverphoto."
8397
  msgstr ""
8398
 
8399
+ #: wppa-settings-autosave.php:2438
8400
  msgid "Overlay coverphoto desc"
8401
  msgstr ""
8402
 
8403
+ #: wppa-settings-autosave.php:2439
8404
  msgid "Show description if from from the album cover."
8405
  msgstr ""
8406
 
8407
+ #: wppa-settings-autosave.php:2440
8408
  msgid ""
8409
  "Shows the photos description on a lightbox display when initiated from the "
8410
  "album coverphoto."
8411
  msgstr ""
8412
 
8413
+ #: wppa-settings-autosave.php:2447
8414
  msgid "Overlay add owner"
8415
  msgstr ""
8416
 
8417
+ #: wppa-settings-autosave.php:2448
8418
  msgid "Add the owner to the photo name on lightbox displays."
8419
  msgstr ""
8420
 
8421
+ #: wppa-settings-autosave.php:2449
8422
  msgid ""
8423
  "This setting is independant of the show name switches and is a global "
8424
  "setting."
8425
  msgstr ""
8426
 
8427
+ #: wppa-settings-autosave.php:2456
8428
  #, fuzzy
8429
  msgid "Overlay show start/stop"
8430
  msgstr "Pro Spuštění/zastevní klikněte"
8431
 
8432
+ #: wppa-settings-autosave.php:2457
8433
  msgid "Show Start and Stop for running slideshow on lightbox."
8434
  msgstr ""
8435
 
8436
+ #: wppa-settings-autosave.php:2465
8437
  msgid "Overlay show legenda"
8438
  msgstr ""
8439
 
8440
+ #: wppa-settings-autosave.php:2466
8441
  msgid "Show \"Press f for fullsize\" etc. on lightbox."
8442
  msgstr ""
8443
 
8444
+ #: wppa-settings-autosave.php:2467
8445
  msgid "Independant of this setting, it will not show up on mobile devices."
8446
  msgstr ""
8447
 
8448
+ #: wppa-settings-autosave.php:2474
8449
  msgid "Show fullscreen icons"
8450
  msgstr ""
8451
 
8452
+ #: wppa-settings-autosave.php:2475
8453
  msgid "Shows fullscreen and back to normal icon buttons on upper right corner"
8454
  msgstr ""
8455
 
8456
+ #: wppa-settings-autosave.php:2483
8457
  msgid "Overlay show counter"
8458
  msgstr ""
8459
 
8460
+ #: wppa-settings-autosave.php:2484
8461
  msgid "Show the x/y counter below the image."
8462
  msgstr ""
8463
 
8464
+ #: wppa-settings-autosave.php:2492
8465
  #, fuzzy
8466
  msgid "Show Zoom in"
8467
  msgstr "Přiblížit"
8468
 
8469
+ #: wppa-settings-autosave.php:2493
8470
  msgid "Display tooltip \"Zoom in\" along with the magnifier cursor."
8471
  msgstr ""
8472
 
8473
+ #: wppa-settings-autosave.php:2494
8474
  msgid ""
8475
  "If you select ---none--- in Table I-G2 for magnifier size, the tooltop "
8476
  "contains the photo name."
8477
  msgstr ""
8478
 
8479
+ #: wppa-settings-autosave.php:2502
8480
  msgid "Frontend upload configuration settings"
8481
  msgstr ""
8482
 
8483
+ #: wppa-settings-autosave.php:2504
8484
  #, fuzzy
8485
  msgid "User upload Photos"
8486
  msgstr "Nedávno nahrané fotografie"
8487
 
8488
+ #: wppa-settings-autosave.php:2505
8489
  #, fuzzy
8490
  msgid "Enable frontend upload."
8491
  msgstr "<b>Chyba: Neplatný pokus o nahrání souboru.</b>"
8492
 
8493
+ #: wppa-settings-autosave.php:2506
8494
  msgid ""
8495
  "If you check this item, frontend upload will be enabled according to the "
8496
  "rules set in the following items of this table."
8497
  msgstr ""
8498
 
8499
+ #: wppa-settings-autosave.php:2514
8500
  #, fuzzy
8501
  msgid "User upload Photos login"
8502
  msgstr "Nedávno nahrané fotografie"
8503
 
8504
+ #: wppa-settings-autosave.php:2515
8505
  msgid "Frontend upload requires the user is logged in."
8506
  msgstr ""
8507
 
8508
+ #: wppa-settings-autosave.php:2516
8509
  msgid ""
8510
  "If you uncheck this box, make sure you check the item Owners only in Table "
8511
  "VII-D1."
8512
  msgstr ""
8513
 
8514
+ #: wppa-settings-autosave.php:2517
8515
  msgid ""
8516
  "Also: set the owner to ---public--- of the albums that are allowed to be "
8517
  "uploaded to."
8518
  msgstr ""
8519
 
8520
+ #: wppa-settings-autosave.php:2524
8521
  #, fuzzy
8522
  msgid "User upload Ajax"
8523
  msgstr "Nedávno nahrané fotografie"
8524
 
8525
+ #: wppa-settings-autosave.php:2525
8526
  msgid "Shows the upload progression bar."
8527
  msgstr ""
8528
 
8529
+ #: wppa-settings-autosave.php:2533
8530
  msgid "Show Copyright"
8531
  msgstr ""
8532
 
8533
+ #: wppa-settings-autosave.php:2534
8534
  msgid "Show a copyright warning on frontend upload locations."
8535
  msgstr ""
8536
 
8537
+ #: wppa-settings-autosave.php:2543
8538
  msgid "Copyright notice"
8539
  msgstr ""
8540
 
8541
+ #: wppa-settings-autosave.php:2544
8542
  msgid "The message to be displayed."
8543
  msgstr ""
8544
 
8545
+ #: wppa-settings-autosave.php:2552
8546
  msgid "User Watermark"
8547
  msgstr ""
8548
 
8549
+ #: wppa-settings-autosave.php:2553
8550
  msgid "Uploading users may select watermark settings"
8551
  msgstr ""
8552
 
8553
+ #: wppa-settings-autosave.php:2554
8554
  msgid ""
8555
  "If checked, anyone who can upload and/or import photos can overrule the "
8556
  "default watermark settings."
8557
  msgstr ""
8558
 
8559
+ #: wppa-settings-autosave.php:2561
8560
  #, fuzzy
8561
  msgid "User name"
8562
  msgstr "Vaše jméno:"
8563
 
8564
+ #: wppa-settings-autosave.php:2562
8565
  msgid "Uploading users may overrule the default name."
8566
  msgstr ""
8567
 
8568
+ #: wppa-settings-autosave.php:2563
8569
  msgid ""
8570
  "If checked, the default photo name as defined in Table IX-D13 may be "
8571
  "overruled by the user."
8572
  msgstr ""
8573
 
8574
+ #: wppa-settings-autosave.php:2570
8575
  msgid "Apply Newphoto desc user"
8576
  msgstr ""
8577
 
8578
+ #: wppa-settings-autosave.php:2571
8579
  msgid "Give each new frontend uploaded photo a standard description."
8580
  msgstr ""
8581
 
8582
+ #: wppa-settings-autosave.php:2572
8583
  msgid ""
8584
  "If checked, each new photo will get the description (template) as specified "
8585
  "in Table IX-D5."
8586
  msgstr ""
8587
 
8588
+ #: wppa-settings-autosave.php:2579
8589
  msgid "User desc"
8590
  msgstr ""
8591
 
8592
+ #: wppa-settings-autosave.php:2580
8593
  msgid "Uploading users may overrule the default description."
8594
  msgstr ""
8595
 
8596
+ #: wppa-settings-autosave.php:2588
8597
  #, fuzzy
8598
  msgid "User upload custom"
8599
  msgstr "Nedávno nahrané fotografie"
8600
 
8601
+ #: wppa-settings-autosave.php:2589
8602
  msgid "Frontend upload can fill in custom data fields."
8603
  msgstr ""
8604
 
8605
+ #: wppa-settings-autosave.php:2597
8606
  #, fuzzy
8607
  msgid "User upload tags"
8608
  msgstr "Nedávno nahrané fotografie"
8609
 
8610
+ #: wppa-settings-autosave.php:2598
8611
  msgid "Frontend upload can add tags."
8612
  msgstr ""
8613
 
8614
+ #: wppa-settings-autosave.php:2599
8615
  msgid "You can configure the details of tag addition in Table IX-D18.x"
8616
  msgstr ""
8617
 
8618
+ #: wppa-settings-autosave.php:2607 wppa-settings-autosave.php:2635
8619
+ #: wppa-settings-autosave.php:2663
8620
  #, fuzzy
8621
  msgid "Tag selection box"
8622
  msgstr "--- smazáno ---"
8623
 
8624
+ #: wppa-settings-autosave.php:2608 wppa-settings-autosave.php:2636
8625
+ #: wppa-settings-autosave.php:2664
8626
  msgid "Front-end upload tags selecion box."
8627
  msgstr ""
8628
 
8629
+ #: wppa-settings-autosave.php:2612 wppa-settings-autosave.php:2640
8630
+ #: wppa-settings-autosave.php:2668
8631
  msgid "On:"
8632
  msgstr ""
8633
 
8634
+ #: wppa-settings-autosave.php:2612 wppa-settings-autosave.php:2640
8635
+ #: wppa-settings-autosave.php:2668
8636
  #, fuzzy
8637
  msgid "Multi:"
8638
  msgstr "Multi-spot"
8639
 
8640
+ #: wppa-settings-autosave.php:2617 wppa-settings-autosave.php:2645
8641
+ #: wppa-settings-autosave.php:2673
8642
  msgid "Caption box"
8643
  msgstr ""
8644
 
8645
+ #: wppa-settings-autosave.php:2618 wppa-settings-autosave.php:2646
8646
+ #: wppa-settings-autosave.php:2674
8647
  msgid "The title of the tag selection box."
8648
  msgstr ""
8649
 
8650
+ #: wppa-settings-autosave.php:2626 wppa-settings-autosave.php:2654
8651
+ #: wppa-settings-autosave.php:2682
8652
  msgid "Tags box"
8653
  msgstr ""
8654
 
8655
+ #: wppa-settings-autosave.php:2627 wppa-settings-autosave.php:2655
8656
+ #: wppa-settings-autosave.php:2683
8657
  #, fuzzy
8658
  msgid "The tags in the selection box."
8659
  msgstr "--- smazáno ---"
8660
 
8661
+ #: wppa-settings-autosave.php:2628 wppa-settings-autosave.php:2656
8662
+ #: wppa-settings-autosave.php:2684
8663
  msgid ""
8664
  "Enter the tags you want to appear in the selection box. Empty means: all "
8665
  "existing tags"
8666
  msgstr ""
8667
 
8668
+ #: wppa-settings-autosave.php:2691
8669
  msgid "New tags"
8670
  msgstr ""
8671
 
8672
+ #: wppa-settings-autosave.php:2692
8673
  msgid "Input field for any user defined tags."
8674
  msgstr ""
8675
 
8676
+ #: wppa-settings-autosave.php:2700
8677
  #, fuzzy
8678
  msgid "New tags caption"
8679
  msgstr "Žádné funkce blesku"
8680
 
8681
+ #: wppa-settings-autosave.php:2701
8682
  msgid "The caption above the tags input field."
8683
  msgstr ""
8684
 
8685
+ #: wppa-settings-autosave.php:2709
8686
  #, fuzzy
8687
  msgid "Preview tags"
8688
  msgstr "Predcházející"
8689
 
8690
+ #: wppa-settings-autosave.php:2710
8691
  msgid "Show a preview of all tags that will be added to the photo info."
8692
  msgstr ""
8693
 
8694
+ #: wppa-settings-autosave.php:2719
8695
  msgid "Miscellaneous visibility settings"
8696
  msgstr ""
8697
 
8698
+ #: wppa-settings-autosave.php:2721
8699
  msgid "Frontend ending label"
8700
  msgstr ""
8701
 
8702
+ #: wppa-settings-autosave.php:2722
8703
  msgid "Frontend upload / create / edit dialog closing label text."
8704
  msgstr ""
8705
 
8706
+ #: wppa-settings-autosave.php:2725
8707
  msgid "Abort"
8708
  msgstr ""
8709
 
8710
+ #: wppa-settings-autosave.php:2725
8711
  msgid "Close"
8712
  msgstr ""
8713
 
8714
+ #: wppa-settings-autosave.php:2725
8715
  msgid "Exit"
8716
  msgstr ""
8717
 
8718
+ #: wppa-settings-autosave.php:2725
8719
  msgid "Quit"
8720
  msgstr ""
8721
 
8722
+ #: wppa-settings-autosave.php:2733
8723
  msgid "Widget thumbs fontsize"
8724
  msgstr ""
8725
 
8726
+ #: wppa-settings-autosave.php:2734
8727
  msgid "Font size for thumbnail subtext in widgets."
8728
  msgstr ""
8729
 
8730
+ #: wppa-settings-autosave.php:2742
8731
  msgid "Arrow color"
8732
  msgstr ""
8733
 
8734
+ #: wppa-settings-autosave.php:2743
8735
  msgid "Left/right browsing arrow color."
8736
  msgstr ""
8737
 
8738
+ #: wppa-settings-autosave.php:2744
8739
  msgid "Enter the color of the filmstrip navigation arrows."
8740
  msgstr ""
8741
 
8742
+ #: wppa-settings-autosave.php:2751
8743
  msgid "Owner on new line"
8744
  msgstr ""
8745
 
8746
+ #: wppa-settings-autosave.php:2752
8747
  msgid "Place the (owner) text on a new line."
8748
  msgstr ""
8749
 
8750
+ #: wppa-settings-autosave.php:2760
8751
  msgid "Custom datafields"
8752
  msgstr ""
8753
 
8754
+ #: wppa-settings-autosave.php:2761
8755
  msgid "Define up to 10 custom data fields for photos."
8756
  msgstr ""
8757
 
8758
+ #: wppa-settings-autosave.php:2771
8759
  #, php-format
8760
  msgid "Name and visibility %s"
8761
  msgstr ""
8762
 
8763
+ #: wppa-settings-autosave.php:2772
8764
  #, php-format
8765
  msgid "The caption for field %s and visibility at frontend."
8766
  msgstr ""
8767
 
8768
+ #: wppa-settings-autosave.php:2773
8769
  #, php-format
8770
  msgid ""
8771
  "If you check the box, the value of this field is displayable in photo "
8772
  "descriptions at the frontend with keyword w#c%s"
8773
  msgstr ""
8774
 
8775
+ #: wppa-settings-autosave.php:2803
8776
  msgid "Table III:"
8777
  msgstr ""
8778
 
8779
+ #: wppa-settings-autosave.php:2803
8780
  msgid "Backgrounds:"
8781
  msgstr ""
8782
 
8783
+ #: wppa-settings-autosave.php:2804
8784
  msgid "This table describes the backgrounds of wppa+ elements."
8785
  msgstr ""
8786
 
8787
+ #: wppa-settings-autosave.php:2814 wppa-settings-autosave.php:3112
8788
  msgid "Background color"
8789
  msgstr ""
8790
 
8791
+ #: wppa-settings-autosave.php:2815 wppa-settings-autosave.php:2817
8792
+ #: wppa-settings-autosave.php:3113 wppa-settings-autosave.php:3115
8793
  msgid "Sample"
8794
  msgstr ""
8795
 
8796
+ #: wppa-settings-autosave.php:2816 wppa-settings-autosave.php:3114
8797
  msgid "Border color"
8798
  msgstr ""
8799
 
8800
+ #: wppa-settings-autosave.php:2825
8801
  msgid "Slideshow elements backgrounds"
8802
  msgstr ""
8803
 
8804
+ #: wppa-settings-autosave.php:2827
8805
  msgid "Nav"
8806
  msgstr ""
8807
 
8808
+ #: wppa-settings-autosave.php:2828
8809
  msgid "Navigation bars."
8810
  msgstr ""
8811
 
8812
+ #: wppa-settings-autosave.php:2829
8813
  msgid "Enter valid CSS colors for navigation backgrounds and borders."
8814
  msgstr ""
8815
 
8816
+ #: wppa-settings-autosave.php:2840
8817
  msgid "SlideImg"
8818
  msgstr ""
8819
 
8820
+ #: wppa-settings-autosave.php:2841
8821
  #, fuzzy
8822
  msgid "Fullsize Slideshow Photos."
8823
  msgstr "Super View fotky"
8824
 
8825
+ #: wppa-settings-autosave.php:2842
8826
  msgid "Enter valid CSS colors for fullsize photo backgrounds and borders."
8827
  msgstr ""
8828
 
8829
+ #: wppa-settings-autosave.php:2843
8830
  msgid "The colors may be equal or \"transparent\""
8831
  msgstr ""
8832
 
8833
+ #: wppa-settings-autosave.php:2844
8834
  msgid ""
8835
  "For more information about slideshow image borders see the help on Table I-B4"
8836
  msgstr ""
8837
 
8838
+ #: wppa-settings-autosave.php:2855 wppa-settings-autosave.php:4417
8839
  msgid "Numbar"
8840
  msgstr ""
8841
 
8842
+ #: wppa-settings-autosave.php:2856
8843
  msgid "Number bar box background."
8844
  msgstr ""
8845
 
8846
+ #: wppa-settings-autosave.php:2857
8847
  msgid "Enter valid CSS colors for numbar box backgrounds and borders."
8848
  msgstr ""
8849
 
8850
+ #: wppa-settings-autosave.php:2868
8851
  msgid "Numbar active"
8852
  msgstr ""
8853
 
8854
+ #: wppa-settings-autosave.php:2869
8855
  msgid "Number bar active box background."
8856
  msgstr ""
8857
 
8858
+ #: wppa-settings-autosave.php:2870
8859
  msgid "Enter valid CSS colors for numbar active box backgrounds and borders."
8860
  msgstr ""
8861
 
8862
+ #: wppa-settings-autosave.php:2881
8863
  msgid "Name/desc"
8864
  msgstr ""
8865
 
8866
+ #: wppa-settings-autosave.php:2882
8867
  msgid "Name and Description bars."
8868
  msgstr ""
8869
 
8870
+ #: wppa-settings-autosave.php:2883
8871
  msgid ""
8872
  "Enter valid CSS colors for name and description box backgrounds and borders."
8873
  msgstr ""
8874
 
8875
+ #: wppa-settings-autosave.php:2895
8876
  msgid "Comment input and display areas."
8877
  msgstr ""
8878
 
8879
+ #: wppa-settings-autosave.php:2896
8880
  msgid "Enter valid CSS colors for comment box backgrounds and borders."
8881
  msgstr ""
8882
 
8883
+ #: wppa-settings-autosave.php:2907 wppa-settings-autosave.php:7540
8884
+ #: wppa-settings-autosave.php:7585
8885
  msgid "Custom"
8886
  msgstr ""
8887
 
8888
+ #: wppa-settings-autosave.php:2908
8889
  msgid "Custom box background."
8890
  msgstr ""
8891
 
8892
+ #: wppa-settings-autosave.php:2909
8893
  msgid "Enter valid CSS colors for custom box backgrounds and borders."
8894
  msgstr ""
8895
 
8896
+ #: wppa-settings-autosave.php:2920
8897
  msgid "IPTC"
8898
  msgstr ""
8899
 
8900
+ #: wppa-settings-autosave.php:2921
8901
  msgid "IPTC display box background."
8902
  msgstr ""
8903
 
8904
+ #: wppa-settings-autosave.php:2922
8905
  msgid "Enter valid CSS colors for iptc box backgrounds and borders."
8906
  msgstr ""
8907
 
8908
+ #: wppa-settings-autosave.php:2933
8909
  msgid "EXIF"
8910
  msgstr ""
8911
 
8912
+ #: wppa-settings-autosave.php:2934
8913
  msgid "EXIF display box background."
8914
  msgstr ""
8915
 
8916
+ #: wppa-settings-autosave.php:2935
8917
  msgid "Enter valid CSS colors for exif box backgrounds and borders."
8918
  msgstr ""
8919
 
8920
+ #: wppa-settings-autosave.php:2946
8921
  msgid "Share"
8922
  msgstr ""
8923
 
8924
+ #: wppa-settings-autosave.php:2947
8925
  msgid "Share box display background."
8926
  msgstr ""
8927
 
8928
+ #: wppa-settings-autosave.php:2948
8929
  msgid "Enter valid CSS colors for share box backgrounds and borders."
8930
  msgstr ""
8931
 
8932
+ #: wppa-settings-autosave.php:2959
8933
  msgid "Other backgrounds"
8934
  msgstr ""
8935
 
8936
+ #: wppa-settings-autosave.php:2961
8937
  msgid "Even"
8938
  msgstr ""
8939
 
8940
+ #: wppa-settings-autosave.php:2962
8941
  msgid "Even background."
8942
  msgstr ""
8943
 
8944
+ #: wppa-settings-autosave.php:2963
8945
  msgid ""
8946
  "Enter valid CSS colors for even numbered backgrounds and borders of album "
8947
  "covers and thumbnail displays 'As covers'."
8948
  msgstr ""
8949
 
8950
+ #: wppa-settings-autosave.php:2974
8951
  msgid "Odd"
8952
  msgstr ""
8953
 
8954
+ #: wppa-settings-autosave.php:2975
8955
  msgid "Odd background."
8956
  msgstr ""
8957
 
8958
+ #: wppa-settings-autosave.php:2976
8959
  msgid ""
8960
  "Enter valid CSS colors for odd numbered backgrounds and borders of album "
8961
  "covers and thumbnail displays 'As covers'."
8962
  msgstr ""
8963
 
8964
+ #: wppa-settings-autosave.php:2987
8965
  #, fuzzy
8966
  msgid "Thumbnail padding"
8967
  msgstr "Stránka s náhledy"
8968
 
8969
+ #: wppa-settings-autosave.php:2988
8970
  msgid "Thumbnail padding color if thumbnail aspect is a padded setting."
8971
  msgstr ""
8972
 
8973
+ #: wppa-settings-autosave.php:2989
8974
  msgid ""
8975
  "Enter valid CSS color hexadecimal like #000000 for black or #ffffff for "
8976
  "white for the padded thumbnails."
8977
  msgstr ""
8978
 
8979
+ #: wppa-settings-autosave.php:3000
8980
  msgid "Img"
8981
  msgstr ""
8982
 
8983
+ #: wppa-settings-autosave.php:3001
8984
  msgid "Cover Photos and popups."
8985
  msgstr ""
8986
 
8987
+ #: wppa-settings-autosave.php:3002
8988
  msgid ""
8989
  "Enter valid CSS colors for Cover photo and popup backgrounds and borders."
8990
  msgstr ""
8991
 
8992
+ #: wppa-settings-autosave.php:3014
8993
  msgid "Upload box background."
8994
  msgstr ""
8995
 
8996
+ #: wppa-settings-autosave.php:3015
8997
  msgid "Enter valid CSS colors for upload box backgrounds and borders."
8998
  msgstr ""
8999
 
9000
+ #: wppa-settings-autosave.php:3026
9001
  #, fuzzy
9002
  msgid "Multitag"
9003
  msgstr "Multi-spot"
9004
 
9005
+ #: wppa-settings-autosave.php:3027
9006
  msgid "Multitag box background."
9007
  msgstr ""
9008
 
9009
+ #: wppa-settings-autosave.php:3028
9010
  msgid "Enter valid CSS colors for multitag box backgrounds and borders."
9011
  msgstr ""
9012
 
9013
+ #: wppa-settings-autosave.php:3039
9014
  msgid "Tagcloud"
9015
  msgstr ""
9016
 
9017
+ #: wppa-settings-autosave.php:3040
9018
  msgid "Tagcloud box background."
9019
  msgstr ""
9020
 
9021
+ #: wppa-settings-autosave.php:3041
9022
  msgid "Enter valid CSS colors for tagcloud box backgrounds and borders."
9023
  msgstr ""
9024
 
9025
+ #: wppa-settings-autosave.php:3052
9026
  #, fuzzy
9027
  msgid "Superview"
9028
  msgstr "Super View fotky"
9029
 
9030
+ #: wppa-settings-autosave.php:3053
9031
  msgid "Superview box background."
9032
  msgstr ""
9033
 
9034
+ #: wppa-settings-autosave.php:3054
9035
  msgid "Enter valid CSS colors for superview box backgrounds and borders."
9036
  msgstr ""
9037
 
9038
+ #: wppa-settings-autosave.php:3066
9039
  msgid "Search box background."
9040
  msgstr ""
9041
 
9042
+ #: wppa-settings-autosave.php:3067
9043
  msgid "Enter valid CSS colors for search box backgrounds and borders."
9044
  msgstr ""
9045
 
9046
+ #: wppa-settings-autosave.php:3078
9047
  #, fuzzy
9048
  msgid "BestOf"
9049
  msgstr "fotek"
9050
 
9051
+ #: wppa-settings-autosave.php:3079
9052
  msgid "BestOf box background."
9053
  msgstr ""
9054
 
9055
+ #: wppa-settings-autosave.php:3080
9056
  msgid "Enter valid CSS colors for bestof box backgrounds and borders."
9057
  msgstr ""
9058
 
9059
+ #: wppa-settings-autosave.php:3091
9060
  msgid "Calendar"
9061
  msgstr ""
9062
 
9063
+ #: wppa-settings-autosave.php:3092
9064
  msgid "Calendar box background."
9065
  msgstr ""
9066
 
9067
+ #: wppa-settings-autosave.php:3093
9068
  msgid "Enter valid CSS colors for calendar box backgrounds and borders."
9069
  msgstr ""
9070
 
9071
+ #: wppa-settings-autosave.php:3125
9072
  msgid "Table IV:"
9073
  msgstr ""
9074
 
9075
+ #: wppa-settings-autosave.php:3125
9076
  msgid "Behaviour:"
9077
  msgstr ""
9078
 
9079
+ #: wppa-settings-autosave.php:3126
9080
  msgid "This table describes the dynamic behaviour of certain wppa+ elements."
9081
  msgstr ""
9082
 
9083
+ #: wppa-settings-autosave.php:3144
9084
  msgid "System related settings"
9085
  msgstr ""
9086
 
9087
+ #: wppa-settings-autosave.php:3146
9088
  msgid "Use Ajax"
9089
  msgstr ""
9090
 
9091
+ #: wppa-settings-autosave.php:3147
9092
  msgid "Use Ajax as much as is possible and implemented."
9093
  msgstr ""
9094
 
9095
+ #: wppa-settings-autosave.php:3148
9096
  msgid ""
9097
  "If this box is ticked, page content updates from within wppa+ displays will "
9098
  "be Ajax based as much as possible."
9099
  msgstr ""
9100
 
9101
+ #: wppa-settings-autosave.php:3156
9102
  msgid "Ajax NON Admin"
9103
  msgstr ""
9104
 
9105
+ #: wppa-settings-autosave.php:3157
9106
  msgid "Frontend ajax use no admin files."
9107
  msgstr ""
9108
 
9109
+ #: wppa-settings-autosave.php:3158
9110
  msgid "If you want to password protect wp-admin, check this box."
9111
  msgstr ""
9112
 
9113
+ #: wppa-settings-autosave.php:3159
9114
  msgid ""
9115
  "In rare cases changing page content does not work when this box is checked. "
9116
  "Verify the functionality!"
9117
  msgstr ""
9118
 
9119
+ #: wppa-settings-autosave.php:3166
9120
  #, fuzzy
9121
  msgid "Photo names in urls"
9122
  msgstr "Výsledek vyhledávání fotek"
9123
 
9124
+ #: wppa-settings-autosave.php:3167
9125
  msgid "Display photo names in urls."
9126
  msgstr ""
9127
 
9128
+ #: wppa-settings-autosave.php:3168
9129
  msgid "Urls to wppa+ displays will contain photonames in stead of numbers."
9130
  msgstr ""
9131
 
9132
+ #: wppa-settings-autosave.php:3169
9133
  msgid ""
9134
  "It is your responsability to avoid duplicate names of photos in the same "
9135
  "album."
9136
  msgstr ""
9137
 
9138
+ #: wppa-settings-autosave.php:3176
9139
  #, fuzzy
9140
  msgid "Album names in urls"
9141
  msgstr "Administrace alb"
9142
 
9143
+ #: wppa-settings-autosave.php:3177
9144
  msgid "Display album names in urls."
9145
  msgstr ""
9146
 
9147
+ #: wppa-settings-autosave.php:3178
9148
  msgid "Urls to wppa+ displays will contain albumnames in stead of numbers."
9149
  msgstr ""
9150
 
9151
+ #: wppa-settings-autosave.php:3179
9152
  msgid ""
9153
  "It is your responsability to avoid duplicate names of albums in the system."
9154
  msgstr ""
9155
 
9156
+ #: wppa-settings-autosave.php:3186
9157
  msgid "Use short query args"
9158
  msgstr ""
9159
 
9160
+ #: wppa-settings-autosave.php:3187
9161
  msgid "Use &album=... &photo=..."
9162
  msgstr ""
9163
 
9164
+ #: wppa-settings-autosave.php:3188
9165
  msgid ""
9166
  "Urls to wppa+ displays will contain &album=... &photo=... in stead of &wppa-"
9167
  "album=... &wppa-photo=..."
9168
  msgstr ""
9169
 
9170
+ #: wppa-settings-autosave.php:3189
9171
  msgid ""
9172
  "Use this setting only when there are no conflicts with other plugins that "
9173
  "may interprete arguments like &album= etc."
9174
  msgstr ""
9175
 
9176
+ #: wppa-settings-autosave.php:3196
9177
  msgid "Enable pretty links"
9178
  msgstr ""
9179
 
9180
+ #: wppa-settings-autosave.php:3197
9181
  msgid "Enable the generation and understanding of pretty links."
9182
  msgstr ""
9183
 
9184
+ #: wppa-settings-autosave.php:3198
9185
  msgid ""
9186
  "If checked, links to social media and the qr code will have \"/token1/token2/"
9187
  "\" etc in stead of \"&arg1=..&arg2=..\" etc."
9188
  msgstr ""
9189
 
9190
+ #: wppa-settings-autosave.php:3199
9191
  msgid ""
9192
  "These types of links will be interpreted and cause a redirection on entering."
9193
  msgstr ""
9194
 
9195
+ #: wppa-settings-autosave.php:3200
9196
  msgid ""
9197
  "It is recommended to check this box. It shortens links dramatically and "
9198
  "simplifies qr codes."
9199
  msgstr ""
9200
 
9201
+ #: wppa-settings-autosave.php:3201
9202
  msgid ""
9203
  "However, you may encounter conflicts with themes and/or other plugins, so "
9204
  "test it troughly!"
9205
  msgstr ""
9206
 
9207
+ #: wppa-settings-autosave.php:3202
9208
  msgid ""
9209
  "Table IV-A2 (Photo names in urls) must be UNchecked for this setting to work!"
9210
  msgstr ""
9211
 
9212
+ #: wppa-settings-autosave.php:3209
9213
  #, fuzzy
9214
  msgid "Update addressline"
9215
  msgstr "Album:"
9216
 
9217
+ #: wppa-settings-autosave.php:3210
9218
  msgid "Update the addressline after an ajax action or next slide."
9219
  msgstr ""
9220
 
9221
+ #: wppa-settings-autosave.php:3211
9222
  msgid ""
9223
  "If checked, refreshing the page will show the current content and the "
9224
  "browsers back and forth arrows will browse the history on the page."
9225
  msgstr ""
9226
 
9227
+ #: wppa-settings-autosave.php:3212
9228
  msgid ""
9229
  "If unchecked, refreshing the page will re-display the content of the "
9230
  "original page."
9231
  msgstr ""
9232
 
9233
+ #: wppa-settings-autosave.php:3213
9234
  msgid ""
9235
  "This will only work on browsers that support history.pushState() and "
9236
  "therefor NOT in IE"
9237
  msgstr ""
9238
 
9239
+ #: wppa-settings-autosave.php:3214
9240
  msgid "Switching this off will affect the browsers behaviour."
9241
  msgstr ""
9242
 
9243
+ #: wppa-settings-autosave.php:3221
9244
  msgid "Render shortcode always"
9245
  msgstr ""
9246
 
9247
+ #: wppa-settings-autosave.php:3222
9248
  msgid "This will skip the check on proper initialisation."
9249
  msgstr ""
9250
 
9251
+ #: wppa-settings-autosave.php:3223
9252
  msgid ""
9253
  "This setting is required for certain themes like Gantry to prevent the "
9254
  "display of wppa placeholders like [WPPA+ Photo display]."
9255
  msgstr ""
9256
 
9257
+ #: wppa-settings-autosave.php:3224
9258
  #, php-format
9259
  msgid ""
9260
  "If this check is needed, you can use shortcodes like [wppa ...] only, not "
9261
  "scripts like %%wppa%%."
9262
  msgstr ""
9263
 
9264
+ #: wppa-settings-autosave.php:3231
9265
  msgid "Track viewcounts"
9266
  msgstr ""
9267
 
9268
+ #: wppa-settings-autosave.php:3232
9269
  msgid "Register number of views of albums and photos."
9270
  msgstr ""
9271
 
9272
+ #: wppa-settings-autosave.php:3240
9273
  #, fuzzy
9274
  msgid "Auto page"
9275
  msgstr "Automatika, záblesk"
9276
 
9277
+ #: wppa-settings-autosave.php:3241
9278
  msgid "Create a wp page for every fullsize image."
9279
  msgstr ""
9280
 
9281
+ #: wppa-settings-autosave.php:3245
9282
  msgid "Please reload this page after changing!"
9283
  msgstr ""
9284
 
9285
+ #: wppa-settings-autosave.php:3251
9286
  msgid "Auto page display"
9287
  msgstr ""
9288
 
9289
+ #: wppa-settings-autosave.php:3252
9290
  msgid "The type of display on the autopage pages."
9291
  msgstr ""
9292
 
9293
+ #: wppa-settings-autosave.php:3255
9294
  #, fuzzy
9295
  msgid "Single photo"
9296
  msgstr "Spravovat fotky"
9297
 
9298
+ #: wppa-settings-autosave.php:3255
9299
  #, fuzzy
9300
  msgid "Media type photo"
9301
  msgstr "Upravit fotku"
9302
 
9303
+ #: wppa-settings-autosave.php:3255
9304
  msgid "In the style of a slideshow"
9305
  msgstr ""
9306
 
9307
+ #: wppa-settings-autosave.php:3262
9308
  msgid "Auto page links"
9309
  msgstr ""
9310
 
9311
+ #: wppa-settings-autosave.php:3263
9312
  msgid "The location for the pagelinks."
9313
  msgstr ""
9314
 
9315
+ #: wppa-settings-autosave.php:3266
9316
  msgid "At top and bottom"
9317
  msgstr ""
9318
 
9319
+ #: wppa-settings-autosave.php:3273
9320
  msgid "Defer javascript"
9321
  msgstr ""
9322
 
9323
+ #: wppa-settings-autosave.php:3274
9324
  msgid "Put javascript near the end of the page."
9325
  msgstr ""
9326
 
9327
+ #: wppa-settings-autosave.php:3275
9328
  msgid ""
9329
  "If checkd: May fix layout problems and broken slideshows. May speed up or "
9330
  "slow down page appearing."
9331
  msgstr ""
9332
 
9333
+ #: wppa-settings-autosave.php:3282
9334
  msgid "Inline styles"
9335
  msgstr ""
9336
 
9337
+ #: wppa-settings-autosave.php:3283
9338
  msgid "Set style specifications inline."
9339
  msgstr ""
9340
 
9341
+ #: wppa-settings-autosave.php:3284
9342
  msgid "If checked: May fix layout problems, but slows down page appearing."
9343
  msgstr ""
9344
 
9345
+ #: wppa-settings-autosave.php:3291
9346
  msgid "Custom style"
9347
  msgstr ""
9348
 
9349
+ #: wppa-settings-autosave.php:3292
9350
  msgid "Enter custom style specs here."
9351
  msgstr ""
9352
 
9353
+ #: wppa-settings-autosave.php:3300
9354
  msgid "Use customized style file"
9355
  msgstr ""
9356
 
9357
+ #: wppa-settings-autosave.php:3301 wppa-settings-autosave.php:3310
9358
  msgid "This feature is highly discouraged."
9359
  msgstr ""
9360
 
9361
+ #: wppa-settings-autosave.php:3309
9362
  msgid "Use customized theme file"
9363
  msgstr ""
9364
 
9365
+ #: wppa-settings-autosave.php:3318
9366
  msgid "Enable photo html access"
9367
  msgstr ""
9368
 
9369
+ #: wppa-settings-autosave.php:3319
9370
  msgid "Creates an .htaccess file in .../uploads/wppa/"
9371
  msgstr ""
9372
 
9373
+ #: wppa-settings-autosave.php:3320
9374
  msgid ""
9375
  "If checked: assures http access to your wppa photo files, despite other ."
9376
  "htaccess settings that may protect these files."
9377
  msgstr ""
9378
 
9379
+ #: wppa-settings-autosave.php:3327
9380
  msgid "Lazy or HTML comp"
9381
  msgstr ""
9382
 
9383
+ #: wppa-settings-autosave.php:3328
9384
  msgid "Tick this box when you use lazy load or html compression."
9385
  msgstr ""
9386
 
9387
+ #: wppa-settings-autosave.php:3329
9388
  msgid ""
9389
  "If the filmstrip images do not show up and you have a lazy load or html "
9390
  "optimizing plugin active: Check this box"
9391
  msgstr ""
9392
 
9393
+ #: wppa-settings-autosave.php:3336
9394
  #, fuzzy
9395
  msgid "Thumbs first"
9396
  msgstr "Náhledy"
9397
 
9398
+ #: wppa-settings-autosave.php:3337
9399
  msgid "When displaying album content: thumbnails before subalbums."
9400
  msgstr ""
9401
 
9402
+ #: wppa-settings-autosave.php:3345
9403
  msgid "Login links"
9404
  msgstr ""
9405
 
9406
+ #: wppa-settings-autosave.php:3346
9407
  #, fuzzy
9408
  msgid "You must login to... links to login page."
9409
  msgstr " K hodnocení se musíte <a href=&quot;\"%s\"&quot;>přihlásit</a>."
9410
 
9411
+ #: wppa-settings-autosave.php:3354
9412
  msgid "Enable Video"
9413
  msgstr ""
9414
 
9415
+ #: wppa-settings-autosave.php:3355
9416
  msgid "Enables video support."
9417
  msgstr ""
9418
 
9419
+ #: wppa-settings-autosave.php:3364
9420
  msgid "Enable Audio"
9421
  msgstr ""
9422
 
9423
+ #: wppa-settings-autosave.php:3365
9424
  msgid "Enables audio support."
9425
  msgstr ""
9426
 
9427
+ #: wppa-settings-autosave.php:3373
9428
  msgid "Relative urls"
9429
  msgstr ""
9430
 
9431
+ #: wppa-settings-autosave.php:3374
9432
  msgid "Use relative urls only."
9433
  msgstr ""
9434
 
9435
+ #: wppa-settings-autosave.php:3383
9436
  msgid "Slideshow related settings"
9437
  msgstr ""
9438
 
9439
+ #: wppa-settings-autosave.php:3385
9440
  msgid "V align"
9441
  msgstr ""
9442
 
9443
+ #: wppa-settings-autosave.php:3386
9444
  msgid "Vertical alignment of slideshow images."
9445
  msgstr ""
9446
 
9447
+ #: wppa-settings-autosave.php:3387
9448
  msgid "Specify the vertical alignment of slideshow images."
9449
  msgstr ""
9450
 
9451
+ #: wppa-settings-autosave.php:3388
9452
  msgid ""
9453
  "If you select --- none ---, the photos will not be centered horizontally "
9454
  "either."
9455
  msgstr ""
9456
 
9457
+ #: wppa-settings-autosave.php:3390 wppa-settings-autosave.php:3655
9458
  #: wppa-slideshow-widget.php:216
9459
  #, fuzzy
9460
  msgid "top"
9461
  msgstr "Zastavit"
9462
 
9463
+ #: wppa-settings-autosave.php:3390 wppa-settings-autosave.php:3404
9464
+ #: wppa-settings-autosave.php:3655 wppa-slideshow-widget.php:217
9465
  #: wppa-tinymce-scripts.php:290 wppa-tinymce-shortcodes.php:519
9466
  #: wppa-widget-admin.php:78
9467
  msgid "center"
9468
  msgstr ""
9469
 
9470
+ #: wppa-settings-autosave.php:3390 wppa-settings-autosave.php:3655
9471
  #: wppa-slideshow-widget.php:218
9472
  msgid "bottom"
9473
  msgstr ""
9474
 
9475
+ #: wppa-settings-autosave.php:3390 wppa-slideshow-widget.php:219
9476
  msgid "fit"
9477
  msgstr ""
9478
 
9479
+ #: wppa-settings-autosave.php:3398
9480
  msgid "H align"
9481
  msgstr ""
9482
 
9483
+ #: wppa-settings-autosave.php:3399
9484
  msgid "Horizontal alignment of slideshow images."
9485
  msgstr ""
9486
 
9487
+ #: wppa-settings-autosave.php:3400
9488
  msgid ""
9489
  "Specify the horizontal alignment of slideshow images. If you specify --- "
9490
  "none --- , no horizontal alignment will take place."
9491
  msgstr ""
9492
 
9493
+ #: wppa-settings-autosave.php:3401
9494
  msgid ""
9495
  "This setting is only usefull when the Column Width differs from the Maximum "
9496
  "Width."
9497
  msgstr ""
9498
 
9499
+ #: wppa-settings-autosave.php:3402
9500
  msgid "(Settings I-A1 and I-B1)"
9501
  msgstr ""
9502
 
9503
+ #: wppa-settings-autosave.php:3412
9504
  #, fuzzy
9505
  msgid "Start slideshow running."
9506
  msgstr "Ke spuštění/zastavení prezentace dvakrát klikněte"
9507
 
9508
+ #: wppa-settings-autosave.php:3413
9509
  msgid ""
9510
  "If you select \"running\", the slideshow will start running immediately, if "
9511
  "you select \"still at first photo\", the first photo will be displayed in "
9512
  "browse mode."
9513
  msgstr ""
9514
 
9515
+ #: wppa-settings-autosave.php:3414
9516
  msgid ""
9517
  "If you select \"still at first norated\", the first photo that the visitor "
9518
  "did not gave a rating will be displayed in browse mode."
9519
  msgstr ""
9520
 
9521
+ #: wppa-settings-autosave.php:3416
9522
  msgid "running"
9523
  msgstr ""
9524
 
9525
+ #: wppa-settings-autosave.php:3417
9526
  msgid "still at first photo"
9527
  msgstr ""
9528
 
9529
+ #: wppa-settings-autosave.php:3418
9530
  msgid "still at first norated"
9531
  msgstr ""
9532
 
9533
+ #: wppa-settings-autosave.php:3429
9534
  msgid "Start slideonly"
9535
  msgstr ""
9536
 
9537
+ #: wppa-settings-autosave.php:3430
9538
  #, fuzzy
9539
  msgid "Start slideonly slideshow running."
9540
  msgstr "Ke spuštění/zastavení prezentace dvakrát klikněte"
9541
 
9542
+ #: wppa-settings-autosave.php:3438 wppa-settings-autosave.php:4253
9543
  msgid "Video autostart"
9544
  msgstr ""
9545
 
9546
+ #: wppa-settings-autosave.php:3439
9547
  msgid "Autoplay videos in slideshows."
9548
  msgstr ""
9549
 
9550
+ #: wppa-settings-autosave.php:3448 wppa-settings-autosave.php:4262
9551
  msgid "Audio autostart"
9552
  msgstr ""
9553
 
9554
+ #: wppa-settings-autosave.php:3449
9555
  msgid "Autoplay audios in slideshows."
9556
  msgstr ""
9557
 
9558
+ #: wppa-settings-autosave.php:3457
9559
  msgid "Animation type"
9560
  msgstr ""
9561
 
9562
+ #: wppa-settings-autosave.php:3458
9563
  msgid "The way successive slides appear."
9564
  msgstr ""
9565
 
9566
+ #: wppa-settings-autosave.php:3459
9567
  msgid ""
9568
  "Select the way the old slide is to be replaced by the new one in the "
9569
  "slideshow/browse fullsize display."
9570
  msgstr ""
9571
 
9572
+ #: wppa-settings-autosave.php:3461
9573
  msgid "Fade out and in simultaneous"
9574
  msgstr ""
9575
 
9576
+ #: wppa-settings-autosave.php:3462
9577
  msgid "Fade in after fade out"
9578
  msgstr ""
9579
 
9580
+ #: wppa-settings-autosave.php:3463
9581
  msgid "Shift adjacent"
9582
  msgstr ""
9583
 
9584
+ #: wppa-settings-autosave.php:3464
9585
  msgid "Stack on"
9586
  msgstr ""
9587
 
9588
+ #: wppa-settings-autosave.php:3465
9589
  msgid "Stack off"
9590
  msgstr ""
9591
 
9592
+ #: wppa-settings-autosave.php:3466
9593
  msgid "Turn over"
9594
  msgstr ""
9595
 
9596
+ #: wppa-settings-autosave.php:3480
9597
  msgid "Timeout"
9598
  msgstr ""
9599
 
9600
+ #: wppa-settings-autosave.php:3481
9601
  #, fuzzy
9602
  msgid "Slideshow timeout."
9603
  msgstr "Slideshow"
9604
 
9605
+ #: wppa-settings-autosave.php:3482
9606
  msgid ""
9607
  "Select the time a single slide will be visible when the slideshow is started."
9608
  msgstr ""
9609
 
9610
+ #: wppa-settings-autosave.php:3484
9611
  msgid "very short (1 s.)"
9612
  msgstr ""
9613
 
9614
+ #: wppa-settings-autosave.php:3484
9615
  msgid "short (1.5 s.)"
9616
  msgstr ""
9617
 
9618
+ #: wppa-settings-autosave.php:3484
9619
  msgid "normal (2.5 s.)"
9620
  msgstr ""
9621
 
9622
+ #: wppa-settings-autosave.php:3484
9623
  msgid "long (4 s.)"
9624
  msgstr ""
9625
 
9626
+ #: wppa-settings-autosave.php:3484
9627
  msgid "very long (6 s.)"
9628
  msgstr ""
9629
 
9630
+ #: wppa-settings-autosave.php:3491
9631
  msgid "Speed"
9632
  msgstr ""
9633
 
9634
+ #: wppa-settings-autosave.php:3492
9635
  msgid "Slideshow animation speed."
9636
  msgstr ""
9637
 
9638
+ #: wppa-settings-autosave.php:3493
9639
  msgid "Specify the animation speed to be used in slideshows."
9640
  msgstr ""
9641
 
9642
+ #: wppa-settings-autosave.php:3494
9643
  msgid "This is the time it takes a photo to fade in or out."
9644
  msgstr ""
9645
 
9646
+ #: wppa-settings-autosave.php:3496 wppa-settings-autosave.php:4199
9647
+ #: wppa-settings-autosave.php:5912 wppa-settings-autosave.php:6779
9648
+ #: wppa-settings-autosave.php:6790 wppa-settings-autosave.php:6929
9649
+ #: wppa-settings-autosave.php:6970
9650
  #, fuzzy
9651
  msgid "--- off ---"
9652
  msgstr "--- žádné ---"
9653
 
9654
+ #: wppa-settings-autosave.php:3496
9655
  msgid "very fast (200 ms.)"
9656
  msgstr ""
9657
 
9658
+ #: wppa-settings-autosave.php:3496
9659
  msgid "fast (400 ms.)"
9660
  msgstr ""
9661
 
9662
+ #: wppa-settings-autosave.php:3496
9663
  msgid "normal (800 ms.)"
9664
  msgstr ""
9665
 
9666
+ #: wppa-settings-autosave.php:3496
9667
  msgid "slow (1.2 s.)"
9668
  msgstr ""
9669
 
9670
+ #: wppa-settings-autosave.php:3496
9671
  #, fuzzy
9672
  msgid "very slow (2 s.)"
9673
  msgstr "velmi nízká"
9674
 
9675
+ #: wppa-settings-autosave.php:3496
9676
  msgid "extremely slow (4 s.)"
9677
  msgstr ""
9678
 
9679
+ #: wppa-settings-autosave.php:3503
9680
  msgid "Slide hover pause"
9681
  msgstr ""
9682
 
9683
+ #: wppa-settings-autosave.php:3504
9684
  msgid "Running Slideshow suspends during mouse hover."
9685
  msgstr ""
9686
 
9687
+ #: wppa-settings-autosave.php:3512
9688
  #, fuzzy
9689
  msgid "Slideshow wrap around"
9690
  msgstr "Slideshow"
9691
 
9692
+ #: wppa-settings-autosave.php:3513
9693
  msgid "The slideshow wraps around the start and end"
9694
  msgstr ""
9695
 
9696
+ #: wppa-settings-autosave.php:3521
9697
  msgid "Full desc align"
9698
  msgstr ""
9699
 
9700
+ #: wppa-settings-autosave.php:3522
9701
  msgid "The alignment of the descriptions under fullsize images and slideshows."
9702
  msgstr ""
9703
 
9704
+ #: wppa-settings-autosave.php:3525 wppa-settings-autosave.php:3643
9705
+ #: wppa-settings-autosave.php:3746
9706
  msgid "Left"
9707
  msgstr ""
9708
 
9709
+ #: wppa-settings-autosave.php:3525
9710
  msgid "Center"
9711
  msgstr ""
9712
 
9713
+ #: wppa-settings-autosave.php:3525 wppa-settings-autosave.php:3643
9714
+ #: wppa-settings-autosave.php:3746
9715
  msgid "Right"
9716
  msgstr ""
9717
 
9718
+ #: wppa-settings-autosave.php:3532
9719
  msgid "Remove redundant space"
9720
  msgstr ""
9721
 
9722
+ #: wppa-settings-autosave.php:3533
9723
  msgid "Removes unwanted &lt;p> and &lt;br> tags in fullsize descriptions."
9724
  msgstr ""
9725
 
9726
+ #: wppa-settings-autosave.php:3534
9727
  msgid ""
9728
  "This setting has only effect when Table IX-A7 (foreign shortcodes) is "
9729
  "checked."
9730
  msgstr ""
9731
 
9732
+ #: wppa-settings-autosave.php:3541
9733
  #, fuzzy
9734
  msgid "Run wpautop on description"
9735
  msgstr "Zadat/upravit popis fotky"
9736
 
9737
+ #: wppa-settings-autosave.php:3542
9738
  msgid "Adds &lt;p> and &lt;br> tags in fullsize descriptions."
9739
  msgstr ""
9740
 
9741
+ #: wppa-settings-autosave.php:3550
9742
  #, fuzzy
9743
  msgid "Auto open comments"
9744
  msgstr "Váš komentář:"
9745
 
9746
+ #: wppa-settings-autosave.php:3551
9747
  msgid "Automatic opens comments box when slideshow does not run."
9748
  msgstr ""
9749
 
9750
+ #: wppa-settings-autosave.php:3559
9751
  #, fuzzy
9752
  msgid "Film hover goto"
9753
  msgstr "Zobrazit úvodní fotku"
9754
 
9755
+ #: wppa-settings-autosave.php:3560
9756
  msgid "Go to slide when hovering filmstrip thumbnail."
9757
  msgstr ""
9758
 
9759
+ #: wppa-settings-autosave.php:3561
9760
  msgid "Do not use this setting when slides have different aspect ratios!"
9761
  msgstr ""
9762
 
9763
+ #: wppa-settings-autosave.php:3568
9764
  #, fuzzy
9765
  msgid "Slide swipe"
9766
  msgstr "Slideshow"
9767
 
9768
+ #: wppa-settings-autosave.php:3569
9769
  msgid "Enable touch events swipe left-right on slides on touch screens."
9770
  msgstr ""
9771
 
9772
+ #: wppa-settings-autosave.php:3577
9773
  msgid "Slide page Ajax"
9774
  msgstr ""
9775
 
9776
+ #: wppa-settings-autosave.php:3578
9777
  msgid "Pagelinks slideshow use Ajax"
9778
  msgstr ""
9779
 
9780
+ #: wppa-settings-autosave.php:3579
9781
  msgid "On some systems you need to disable ajax here."
9782
  msgstr ""
9783
 
9784
+ #: wppa-settings-autosave.php:3586
9785
  msgid "Thumbnail related settings"
9786
  msgstr ""
9787
 
9788
+ #: wppa-settings-autosave.php:3589
9789
  msgid "Photo ordering sequence method."
9790
  msgstr ""
9791
 
9792
+ #: wppa-settings-autosave.php:3590
9793
  msgid ""
9794
  "Specify the way the photos should be ordered. This is the default setting. "
9795
  "You can overrule the default sorting order on a per album basis."
9796
  msgstr ""
9797
 
9798
+ #: wppa-settings-autosave.php:3627
9799
  #, fuzzy
9800
  msgid "Thumbnail type"
9801
  msgstr "Stránka s náhledy"
9802
 
9803
+ #: wppa-settings-autosave.php:3628
9804
  msgid "The way the thumbnail images are displayed."
9805
  msgstr ""
9806
 
9807
+ #: wppa-settings-autosave.php:3629
9808
  msgid ""
9809
  "You may select an altenative display method for thumbnails. Note that some "
9810
  "of the thumbnail settings do not apply to all available display methods."
9811
  msgstr ""
9812
 
9813
+ #: wppa-settings-autosave.php:3631
9814
  msgid "like album covers"
9815
  msgstr ""
9816
 
9817
+ #: wppa-settings-autosave.php:3631
9818
  msgid "like album covers mcr"
9819
  msgstr ""
9820
 
9821
+ #: wppa-settings-autosave.php:3631
9822
  msgid "masonry style columns"
9823
  msgstr ""
9824
 
9825
+ #: wppa-settings-autosave.php:3631
9826
  msgid "masonry style rows"
9827
  msgstr ""
9828
 
9829
+ #: wppa-settings-autosave.php:3639 wppa-settings-autosave.php:3740
9830
  msgid "Placement"
9831
  msgstr ""
9832
 
9833
+ #: wppa-settings-autosave.php:3640
9834
  msgid "Thumbnail image left or right."
9835
  msgstr ""
9836
 
9837
+ #: wppa-settings-autosave.php:3641
9838
  msgid "Indicate the placement position of the thumbnailphoto you wish."
9839
  msgstr ""
9840
 
9841
+ #: wppa-settings-autosave.php:3650
9842
  msgid "Vertical alignment"
9843
  msgstr ""
9844
 
9845
+ #: wppa-settings-autosave.php:3651
9846
  msgid "Vertical alignment of thumbnails."
9847
  msgstr ""
9848
 
9849
+ #: wppa-settings-autosave.php:3652
9850
  msgid ""
9851
  "Specify the vertical alignment of thumbnail images. Use this setting when "
9852
  "albums contain both portrait and landscape photos."
9853
  msgstr ""
9854
 
9855
+ #: wppa-settings-autosave.php:3653
9856
  msgid ""
9857
  "It is NOT recommended to use the value --- default ---; it will affect the "
9858
  "horizontal alignment also and is meant to be used with custom css."
9859
  msgstr ""
9860
 
9861
+ #: wppa-settings-autosave.php:3662
9862
  msgid "Thumb mouseover"
9863
  msgstr ""
9864
 
9865
+ #: wppa-settings-autosave.php:3663
9866
  msgid "Apply thumbnail mouseover effect."
9867
  msgstr ""
9868
 
9869
+ #: wppa-settings-autosave.php:3664
9870
  msgid "Check this box to use mouseover effect on thumbnail images."
9871
  msgstr ""
9872
 
9873
+ #: wppa-settings-autosave.php:3672
9874
  #, fuzzy
9875
  msgid "Thumb opacity"
9876
  msgstr "Označkované fotografie"
9877
 
9878
+ #: wppa-settings-autosave.php:3673 wppa-settings-autosave.php:3765
9879
  msgid "Initial opacity value."
9880
  msgstr ""
9881
 
9882
+ #: wppa-settings-autosave.php:3674 wppa-settings-autosave.php:3766
9883
+ #: wppa-settings-autosave.php:3875
9884
  msgid "Enter percentage of opacity. 100% is opaque, 0% is transparant"
9885
  msgstr ""
9886
 
9887
+ #: wppa-settings-autosave.php:3676 wppa-settings-autosave.php:3768
9888
+ #: wppa-settings-autosave.php:3878 wppa-settings-autosave.php:4179
9889
  msgid "%"
9890
  msgstr ""
9891
 
9892
+ #: wppa-settings-autosave.php:3681
9893
  msgid "Thumb popup"
9894
  msgstr ""
9895
 
9896
+ #: wppa-settings-autosave.php:3682
9897
  msgid "Use popup effect on thumbnail images."
9898
  msgstr ""
9899
 
9900
+ #: wppa-settings-autosave.php:3683
9901
  msgid "Thumbnails pop-up to a larger image when hovered."
9902
  msgstr ""
9903
 
9904
+ #: wppa-settings-autosave.php:3691
9905
  msgid "Align subtext"
9906
  msgstr ""
9907
 
9908
+ #: wppa-settings-autosave.php:3692
9909
  msgid "Set thumbnail subtext on equal height."
9910
  msgstr ""
9911
 
9912
+ #: wppa-settings-autosave.php:3700
9913
  msgid "Album and covers related settings"
9914
  msgstr ""
9915
 
9916
+ #: wppa-settings-autosave.php:3702
9917
  #, fuzzy
9918
  msgid "Album order"
9919
  msgstr "Administrace alb"
9920
 
9921
+ #: wppa-settings-autosave.php:3703
9922
  msgid "Album ordering sequence method."
9923
  msgstr ""
9924
 
9925
+ #: wppa-settings-autosave.php:3704
9926
  msgid "Specify the way the albums should be ordered."
9927
  msgstr ""
9928
 
9929
+ #: wppa-settings-autosave.php:3729
9930
  #, fuzzy
9931
  msgid "Default coverphoto selection"
9932
  msgstr "Přednastavené fotoalbum pro"
9933
 
9934
+ #: wppa-settings-autosave.php:3730
9935
  msgid "Default select cover photo method."
9936
  msgstr ""
9937
 
9938
+ #: wppa-settings-autosave.php:3731
9939
  msgid ""
9940
  "This is the initial value on album creation only. It can be overruled on the "
9941
  "edit album page."
9942
  msgstr ""
9943
 
9944
+ #: wppa-settings-autosave.php:3732
9945
  msgid "Random from album"
9946
  msgstr ""
9947
 
9948
+ #: wppa-settings-autosave.php:3732
9949
  msgid "Random featured from album"
9950
  msgstr ""
9951
 
9952
+ #: wppa-settings-autosave.php:3732
9953
  #, fuzzy
9954
  msgid "Most recently added to album"
9955
  msgstr "Nedávno nahrané fotky"
9956
 
9957
+ #: wppa-settings-autosave.php:3732
9958
  #, fuzzy
9959
  msgid "Random from album or any sub album"
9960
  msgstr "Uživatel %s nahrál fotku %s do alba %s"
9961
 
9962
+ #: wppa-settings-autosave.php:3741
9963
  #, fuzzy
9964
  msgid "Cover image position."
9965
  msgstr "Správa úprav fotek"
9966
 
9967
+ #: wppa-settings-autosave.php:3742
9968
  msgid ""
9969
  "Enter the position that you want to be used for the default album cover "
9970
  "selected in Table IV-D6."
9971
  msgstr ""
9972
 
9973
+ #: wppa-settings-autosave.php:3743
9974
  msgid ""
9975
  "For covertype Image Factory: left will be treated as top and right will be "
9976
  "treted as bottom."
9977
  msgstr ""
9978
 
9979
+ #: wppa-settings-autosave.php:3744
9980
  msgid ""
9981
  "For covertype Long Descriptions: top will be treated as left and bottom will "
9982
  "be treted as right."
9983
  msgstr ""
9984
 
9985
+ #: wppa-settings-autosave.php:3754
9986
  msgid "Cover mouseover"
9987
  msgstr ""
9988
 
9989
+ #: wppa-settings-autosave.php:3755
9990
  msgid "Apply coverphoto mouseover effect."
9991
  msgstr ""
9992
 
9993
+ #: wppa-settings-autosave.php:3756
9994
  msgid "Check this box to use mouseover effect on cover images."
9995
  msgstr ""
9996
 
9997
+ #: wppa-settings-autosave.php:3764
9998
  msgid "Cover opacity"
9999
  msgstr ""
10000
 
10001
+ #: wppa-settings-autosave.php:3773
10002
  msgid "Cover type"
10003
  msgstr ""
10004
 
10005
+ #: wppa-settings-autosave.php:3774
10006
  msgid "Select the default cover type."
10007
  msgstr ""
10008
 
10009
+ #: wppa-settings-autosave.php:3775
10010
  msgid ""
10011
  "Types with the addition mcr are suitable for Multi Column in a Responsive "
10012
  "theme"
10013
  msgstr ""
10014
 
10015
+ #: wppa-settings-autosave.php:3798
10016
  msgid "The umber of coverphotos. Must be > 1 and < 25."
10017
  msgstr ""
10018
 
10019
+ #: wppa-settings-autosave.php:3806
10020
  msgid "Rating related settings"
10021
  msgstr ""
10022
 
10023
+ #: wppa-settings-autosave.php:3808
10024
  #, fuzzy
10025
  msgid "Rating login"
10026
  msgstr "Hlasování: %s"
10027
 
10028
+ #: wppa-settings-autosave.php:3809
10029
  #, fuzzy
10030
  msgid "Users must login to rate photos."
10031
  msgstr "Nedávno nahrané fotografie"
10032
 
10033
+ #: wppa-settings-autosave.php:3810
10034
  msgid ""
10035
  "If users want to vote for a photo (rating 1..5 stars) the must login first. "
10036
  "The avarage rating will always be displayed as long as the rating system is "
10037
  "enabled."
10038
  msgstr ""
10039
 
10040
+ #: wppa-settings-autosave.php:3817
10041
  #, fuzzy
10042
  msgid "Rating change"
10043
  msgstr "Hlasování: %s"
10044
 
10045
+ #: wppa-settings-autosave.php:3818 wppa-settings-autosave.php:3819
10046
  msgid "Users may change their ratings."
10047
  msgstr ""
10048
 
10049
+ #: wppa-settings-autosave.php:3820 wppa-settings-autosave.php:3857
10050
+ #: wppa-settings-autosave.php:3876 wppa-settings-autosave.php:3889
10051
+ #: wppa-settings-autosave.php:3899 wppa-settings-autosave.php:3909
10052
+ #: wppa-settings-autosave.php:3919 wppa-settings-autosave.php:3928
10053
  msgid ""
10054
  "If \"One button vote\" is selected in Table I-E1, this setting has no meaning"
10055
  msgstr ""
10056
 
10057
+ #: wppa-settings-autosave.php:3827
10058
  #, fuzzy
10059
  msgid "Rating multi"
10060
  msgstr "Hlasování: %s"
10061
 
10062
+ #: wppa-settings-autosave.php:3828
10063
  msgid "Users may give multiple votes."
10064
  msgstr ""
10065
 
10066
+ #: wppa-settings-autosave.php:3829
10067
  msgid ""
10068
  "Users may give multiple votes. (This has no effect when users may change "
10069
  "their votes.)"
10070
  msgstr ""
10071
 
10072
+ #: wppa-settings-autosave.php:3836
10073
  #, fuzzy
10074
  msgid "Rate own photos"
10075
  msgstr "napsáno k fotce"
10076
 
10077
+ #: wppa-settings-autosave.php:3837
10078
  msgid "It is allowed to rate photos by the uploader himself."
10079
  msgstr ""
10080
 
10081
+ #: wppa-settings-autosave.php:3845
10082
  msgid "Rating requires comment"
10083
  msgstr ""
10084
 
10085
+ #: wppa-settings-autosave.php:3846
10086
  #, fuzzy
10087
  msgid "Users must clarify their vote in a comment."
10088
  msgstr "Musíte se <a href=&quot;\"%s\"&quot;>přihlásit</a> k napsání komentáře"
10089
 
10090
+ #: wppa-settings-autosave.php:3855
10091
  msgid "This value counts dislike rating."
10092
  msgstr ""
10093
 
10094
+ #: wppa-settings-autosave.php:3856
10095
  msgid ""
10096
  "This value will be used for a dislike rating on calculation of avarage "
10097
  "ratings."
10098
  msgstr ""
10099
 
10100
+ #: wppa-settings-autosave.php:3859
10101
  msgid "points"
10102
  msgstr ""
10103
 
10104
+ #: wppa-settings-autosave.php:3864
10105
  msgid "Next after vote"
10106
  msgstr ""
10107
 
10108
+ #: wppa-settings-autosave.php:3865
10109
  msgid "Goto next slide after voting"
10110
  msgstr ""
10111
 
10112
+ #: wppa-settings-autosave.php:3866
10113
  msgid ""
10114
  "If checked, the visitor goes straight to the slide following the slide he "
10115
  "voted. This will speed up mass voting."
10116
  msgstr ""
10117
 
10118
+ #: wppa-settings-autosave.php:3873
10119
  msgid "Star off opacity"
10120
  msgstr ""
10121
 
10122
+ #: wppa-settings-autosave.php:3874
10123
  msgid "Rating star off state opacity value."
10124
  msgstr ""
10125
 
10126
+ #: wppa-settings-autosave.php:3884
10127
  msgid "Notify admin every x times."
10128
  msgstr ""
10129
 
10130
+ #: wppa-settings-autosave.php:3885
10131
  msgid ""
10132
  "If this number is positive, there will be a thumb down icon in the rating "
10133
  "bar."
10134
  msgstr ""
10135
 
10136
+ #: wppa-settings-autosave.php:3886
10137
  msgid ""
10138
  "Cicking the icon indicates a user wants to report that an image is "
10139
  "inappropiate."
10140
  msgstr ""
10141
 
10142
+ #: wppa-settings-autosave.php:3887
10143
  msgid "Admin will be notified by email after every x reports."
10144
  msgstr ""
10145
 
10146
+ #: wppa-settings-autosave.php:3888 wppa-settings-autosave.php:3898
10147
+ #: wppa-settings-autosave.php:3908
10148
  msgid "A value of 0 disables this feature."
10149
  msgstr ""
10150
 
10151
+ #: wppa-settings-autosave.php:3891 wppa-settings-autosave.php:3901
10152
+ #: wppa-settings-autosave.php:3911
10153
  msgid "reports"
10154
  msgstr ""
10155
 
10156
+ #: wppa-settings-autosave.php:3896
10157
  msgid "Pending after"
10158
  msgstr ""
10159
 
10160
+ #: wppa-settings-autosave.php:3897
10161
  msgid "Set status to pending after xx dislike votes."
10162
  msgstr ""
10163
 
10164
+ #: wppa-settings-autosave.php:3906
10165
  #, fuzzy
10166
  msgid "Delete after"
10167
  msgstr "Album:"
10168
 
10169
+ #: wppa-settings-autosave.php:3907
10170
  msgid "Deete photo after xx dislike votes."
10171
  msgstr ""
10172
 
10173
+ #: wppa-settings-autosave.php:3916
10174
  #, fuzzy
10175
  msgid "Show dislike count"
10176
  msgstr "Žádné hodnocení NELÍBÍ"
10177
 
10178
+ #: wppa-settings-autosave.php:3917
10179
  msgid "Show the number of dislikes in the rating bar."
10180
  msgstr ""
10181
 
10182
+ #: wppa-settings-autosave.php:3918
10183
  msgid "Displayes the total number of dislike votes for the current photo."
10184
  msgstr ""
10185
 
10186
+ #: wppa-settings-autosave.php:3926
10187
  msgid "Rating display type"
10188
  msgstr ""
10189
 
10190
+ #: wppa-settings-autosave.php:3927
10191
  msgid "Specify the type of the rating display."
10192
  msgstr ""
10193
 
10194
+ #: wppa-settings-autosave.php:3930
10195
  msgid "Graphic"
10196
  msgstr ""
10197
 
10198
+ #: wppa-settings-autosave.php:3930
10199
  msgid "Numeric"
10200
  msgstr ""
10201
 
10202
+ #: wppa-settings-autosave.php:3937
10203
  #, fuzzy
10204
  msgid "Show average rating"
10205
  msgstr "Průměrné hodnocení"
10206
 
10207
+ #: wppa-settings-autosave.php:3938
10208
  msgid "Display the avarage rating and/or vote count on the rating bar"
10209
  msgstr ""
10210
 
10211
+ #: wppa-settings-autosave.php:3939
10212
  msgid ""
10213
  "If checked, the average rating as well as the current users rating is "
10214
  "displayed in max 5 or 10 stars."
10215
  msgstr ""
10216
 
10217
+ #: wppa-settings-autosave.php:3940
10218
  msgid "If unchecked, only the current users rating is displayed (if any)."
10219
  msgstr ""
10220
 
10221
+ #: wppa-settings-autosave.php:3941
10222
  msgid ""
10223
  "If \"One button vote\" is selected in Table I-E1, this box checked will "
10224
  "display the vote count."
10225
  msgstr ""
10226
 
10227
+ #: wppa-settings-autosave.php:3948
10228
  msgid "Single vote button text"
10229
  msgstr ""
10230
 
10231
+ #: wppa-settings-autosave.php:3949
10232
  msgid "The text on the voting button."
10233
  msgstr ""
10234
 
10235
+ #: wppa-settings-autosave.php:3950 wppa-settings-autosave.php:3959
10236
  msgid "This text may contain qTranslate compatible language tags."
10237
  msgstr ""
10238
 
10239
+ #: wppa-settings-autosave.php:3957
10240
  msgid "Single vote button text voted"
10241
  msgstr ""
10242
 
10243
+ #: wppa-settings-autosave.php:3958
10244
  msgid "The text on the voting button when voted."
10245
  msgstr ""
10246
 
10247
+ #: wppa-settings-autosave.php:3966
10248
  #, fuzzy
10249
  msgid "Single vote button thumbnail"
10250
  msgstr "Prohlédnout náhledy"
10251
 
10252
+ #: wppa-settings-autosave.php:3967
10253
  msgid "Display single vote button below thumbnails."
10254
  msgstr ""
10255
 
10256
+ #: wppa-settings-autosave.php:3968
10257
  msgid ""
10258
  "This works only in single vote mode: Table I-E1 set to \"one button vote\""
10259
  msgstr ""
10260
 
10261
+ #: wppa-settings-autosave.php:3975
10262
  msgid "Medal bronze when"
10263
  msgstr ""
10264
 
10265
+ #: wppa-settings-autosave.php:3976 wppa-settings-autosave.php:3994
10266
  msgid "Photo gets medal bronze when number of top-scores ( 5 or 10 )."
10267
  msgstr ""
10268
 
10269
+ #: wppa-settings-autosave.php:3977 wppa-settings-autosave.php:3995
10270
  msgid ""
10271
  "When the photo has this number of topscores ( 5 or 10 stars ), it will get a "
10272
  "bronze medal. A value of 0 indicates that you do not want this feature."
10273
  msgstr ""
10274
 
10275
+ #: wppa-settings-autosave.php:3979 wppa-settings-autosave.php:3988
10276
+ #: wppa-settings-autosave.php:3997
10277
  msgid "Topscores"
10278
  msgstr ""
10279
 
10280
+ #: wppa-settings-autosave.php:3984
10281
  msgid "Medal silver when"
10282
  msgstr ""
10283
 
10284
+ #: wppa-settings-autosave.php:3985
10285
  msgid "Photo gets medal silver when number of top-scores ( 5 or 10 )."
10286
  msgstr ""
10287
 
10288
+ #: wppa-settings-autosave.php:3986
10289
  msgid ""
10290
  "When the photo has this number of topscores ( 5 or 10 stars ), it will get a "
10291
  "silver medal. A value of 0 indicates that you do not want this feature."
10292
  msgstr ""
10293
 
10294
+ #: wppa-settings-autosave.php:3993
10295
  msgid "Medal gold when"
10296
  msgstr ""
10297
 
10298
+ #: wppa-settings-autosave.php:4002
10299
  msgid "Medal tag color"
10300
  msgstr ""
10301
 
10302
+ #: wppa-settings-autosave.php:4003
10303
  msgid "The color of the tag on the medal."
10304
  msgstr ""
10305
 
10306
+ #: wppa-settings-autosave.php:4006
10307
  msgid "Red"
10308
  msgstr ""
10309
 
10310
+ #: wppa-settings-autosave.php:4006
10311
  msgid "Green"
10312
  msgstr ""
10313
 
10314
+ #: wppa-settings-autosave.php:4006
10315
  msgid "Blue"
10316
  msgstr ""
10317
 
10318
+ #: wppa-settings-autosave.php:4013
10319
  #, fuzzy
10320
  msgid "Medal position"
10321
  msgstr "Pozice:"
10322
 
10323
+ #: wppa-settings-autosave.php:4014
10324
  msgid "The position of the medal on the image."
10325
  msgstr ""
10326
 
10327
+ #: wppa-settings-autosave.php:4017
10328
  msgid "Top left"
10329
  msgstr ""
10330
 
10331
+ #: wppa-settings-autosave.php:4017
10332
  msgid "Top right"
10333
  msgstr ""
10334
 
10335
+ #: wppa-settings-autosave.php:4017
10336
  msgid "Bottom left"
10337
  msgstr ""
10338
 
10339
+ #: wppa-settings-autosave.php:4017
10340
  msgid "Bottom right"
10341
  msgstr ""
10342
 
10343
+ #: wppa-settings-autosave.php:4024
10344
  msgid "Top criterium"
10345
  msgstr ""
10346
 
10347
+ #: wppa-settings-autosave.php:4025
10348
  msgid "The top sort item used for topten results from shortcodes."
10349
  msgstr ""
10350
 
10351
+ #: wppa-settings-autosave.php:4028
10352
  #, fuzzy
10353
  msgid "Mean raiting"
10354
  msgstr "Moje hodnocení"
10355
 
10356
+ #: wppa-settings-autosave.php:4028
10357
  #, fuzzy
10358
  msgid "Rating count"
10359
  msgstr "Hlasování: %s"
10360
 
10361
+ #: wppa-settings-autosave.php:4028
10362
  #, fuzzy
10363
  msgid "Viewcount"
10364
  msgstr "Ukázat: "
10365
 
10366
+ #: wppa-settings-autosave.php:4035
10367
  #, fuzzy
10368
  msgid "Comments related settings"
10369
  msgstr "Komentář upraven"
10370
 
10371
+ #: wppa-settings-autosave.php:4037
10372
  #, fuzzy
10373
  msgid "Commenting login"
10374
  msgstr "Komentáře"
10375
 
10376
+ #: wppa-settings-autosave.php:4038
10377
  msgid "Users must be logged in to comment on photos."
10378
  msgstr ""
10379
 
10380
+ #: wppa-settings-autosave.php:4039
10381
  msgid ""
10382
  "Check this box if you want users to be logged in to be able to enter "
10383
  "comments on individual photos."
10384
  msgstr ""
10385
 
10386
+ #: wppa-settings-autosave.php:4046
10387
  #, fuzzy
10388
  msgid "Comments view login"
10389
  msgstr "Komentář upraven"
10390
 
10391
+ #: wppa-settings-autosave.php:4047
10392
  #, fuzzy
10393
  msgid "Users must be logged in to see comments on photos."
10394
  msgstr "Musíte se <a href=&quot;\"%s\"&quot;>přihlásit</a> k napsání komentáře"
10395
 
10396
+ #: wppa-settings-autosave.php:4048
10397
  msgid ""
10398
  "Check this box if you want users to be logged in to be able to see existing "
10399
  "comments on individual photos."
10400
  msgstr ""
10401
 
10402
+ #: wppa-settings-autosave.php:4055
10403
  #, fuzzy
10404
  msgid "Last comment first"
10405
  msgstr "%d komentáře/ů"
10406
 
10407
+ #: wppa-settings-autosave.php:4056
10408
  msgid "Display the newest comment on top."
10409
  msgstr ""
10410
 
10411
+ #: wppa-settings-autosave.php:4057
10412
  msgid "If checked: Display the newest comment on top."
10413
  msgstr ""
10414
 
10415
+ #: wppa-settings-autosave.php:4058
10416
  msgid "If unchecked, the comments are listed in the ordere they were entered."
10417
  msgstr ""
10418
 
10419
+ #: wppa-settings-autosave.php:4065
10420
  #, fuzzy
10421
  msgid "Comment moderation"
10422
  msgstr "Komentáře"
10423
 
10424
+ #: wppa-settings-autosave.php:4066
10425
  msgid "Comments from what users need approval."
10426
  msgstr ""
10427
 
10428
+ #: wppa-settings-autosave.php:4067
10429
  msgid "Select the desired users of which the comments need approval."
10430
  msgstr ""
10431
 
10432
+ #: wppa-settings-autosave.php:4069
10433
  #, fuzzy
10434
  msgid "All users"
10435
  msgstr "Všechna alba"
10436
 
10437
+ #: wppa-settings-autosave.php:4069
10438
  msgid "Logged out users"
10439
  msgstr ""
10440
 
10441
+ #: wppa-settings-autosave.php:4069
10442
  msgid "No users"
10443
  msgstr ""
10444
 
10445
+ #: wppa-settings-autosave.php:4076
10446
  #, fuzzy
10447
  msgid "Comment email required"
10448
  msgstr "Komentář upraven"
10449
 
10450
+ #: wppa-settings-autosave.php:4077
10451
  msgid "Commenting users must enter their email addresses."
10452
  msgstr ""
10453
 
10454
+ #: wppa-settings-autosave.php:4085
10455
  #, fuzzy
10456
  msgid "Comment notify"
10457
  msgstr "Komentovat fotky:"
10458
 
10459
+ #: wppa-settings-autosave.php:4086
10460
  msgid "Select who must receive an e-mail notification of a new comment."
10461
  msgstr ""
10462
 
10463
+ #: wppa-settings-autosave.php:4089
10464
  #, fuzzy
10465
  msgid "--- None ---"
10466
  msgstr "--- žádné ---"
10467
 
10468
+ #: wppa-settings-autosave.php:4090
10469
  #, fuzzy
10470
  msgid "--- Admin ---"
10471
  msgstr "--- žádné ---"
10472
 
10473
+ #: wppa-settings-autosave.php:4091
10474
  #, fuzzy
10475
  msgid "--- Album owner ---"
10476
  msgstr "--- žádné ---"
10477
 
10478
+ #: wppa-settings-autosave.php:4092
10479
  #, fuzzy
10480
  msgid "--- Admin & Owner ---"
10481
  msgstr "--- žádné ---"
10482
 
10483
+ #: wppa-settings-autosave.php:4093
10484
  #, fuzzy
10485
  msgid "--- Uploader ---"
10486
  msgstr "--- žádné ---"
10487
 
10488
+ #: wppa-settings-autosave.php:4094
10489
  #, fuzzy
10490
  msgid "--- Up & admin ---"
10491
  msgstr "--- vše ---"
10492
 
10493
+ #: wppa-settings-autosave.php:4095
10494
  #, fuzzy
10495
  msgid "--- Up & Owner ---"
10496
  msgstr "--- žádné ---"
10497
 
10498
+ #: wppa-settings-autosave.php:4118
10499
  #, fuzzy
10500
  msgid "Comment notify previous"
10501
  msgstr "Komentovat fotky:"
10502
 
10503
+ #: wppa-settings-autosave.php:4119
10504
  #, fuzzy
10505
  msgid "Notify users who has commented this photo earlier."
10506
  msgstr "Dostáváte tento e-mail, protože jste přidedělen k jeho moderování"
10507
 
10508
+ #: wppa-settings-autosave.php:4127
10509
  #, fuzzy
10510
  msgid "Comment ntfy added"
10511
  msgstr "Komentář byl odeslán"
10512
 
10513
+ #: wppa-settings-autosave.php:4128
10514
  msgid "Show \"Comment added\" after successfull adding a comment."
10515
  msgstr ""
10516
 
10517
+ #: wppa-settings-autosave.php:4136
10518
  msgid "ComTen alt display"
10519
  msgstr ""
10520
 
10521
+ #: wppa-settings-autosave.php:4137
10522
  msgid "Display comments at comten thumbnails."
10523
  msgstr ""
10524
 
10525
+ #: wppa-settings-autosave.php:4145
10526
  #, fuzzy
10527
  msgid "Comten Thumbnail width"
10528
  msgstr "Stránka s náhledy"
10529
 
10530
+ #: wppa-settings-autosave.php:4146
10531
  msgid "The width of the thumbnail in the alt comment display."
10532
  msgstr ""
10533
 
10534
+ #: wppa-settings-autosave.php:4149
10535
  msgid "Pixels"
10536
  msgstr ""
10537
 
10538
+ #: wppa-settings-autosave.php:4154
10539
  msgid "Show smiley picker"
10540
  msgstr ""
10541
 
10542
+ #: wppa-settings-autosave.php:4155
10543
  msgid "Display a clickable row of smileys."
10544
  msgstr ""
10545
 
10546
+ #: wppa-settings-autosave.php:4163
10547
  #, fuzzy
10548
  msgid "Show commenter email"
10549
  msgstr "Váš komentář:"
10550
 
10551
+ #: wppa-settings-autosave.php:4164
10552
  msgid "Show the commenter's email in the notify emails."
10553
  msgstr ""
10554
 
10555
+ #: wppa-settings-autosave.php:4165
10556
  msgid "Shows the email address of the commenter in all notify emails."
10557
  msgstr ""
10558
 
10559
+ #: wppa-settings-autosave.php:4166
10560
  msgid ""
10561
  "If switched off, admin will still receive the senders email in the "
10562
  "notification mail"
10563
  msgstr ""
10564
 
10565
+ #: wppa-settings-autosave.php:4176
10566
  msgid "The opacity of the lightbox overlay background."
10567
  msgstr ""
10568
 
10569
+ #: wppa-settings-autosave.php:4184
10570
  msgid "Click on background"
10571
  msgstr ""
10572
 
10573
+ #: wppa-settings-autosave.php:4185
10574
  msgid "Select the action to be taken on click on background."
10575
  msgstr ""
10576
 
10577
+ #: wppa-settings-autosave.php:4188
10578
  msgid "Nothing"
10579
  msgstr ""
10580
 
10581
+ #: wppa-settings-autosave.php:4188
10582
  msgid "Exit (close)"
10583
  msgstr ""
10584
 
10585
+ #: wppa-settings-autosave.php:4188
10586
  msgid "Browse (left/right)"
10587
  msgstr ""
10588
 
10589
+ #: wppa-settings-autosave.php:4195
10590
  msgid "Overlay animation speed"
10591
  msgstr ""
10592
 
10593
+ #: wppa-settings-autosave.php:4196
10594
  msgid "The fade-in time of the lightbox images"
10595
  msgstr ""
10596
 
10597
+ #: wppa-settings-autosave.php:4199
10598
  msgid "very fast (100 ms.)"
10599
  msgstr ""
10600
 
10601
+ #: wppa-settings-autosave.php:4199
10602
  msgid "fast (200 ms.)"
10603
  msgstr ""
10604
 
10605
+ #: wppa-settings-autosave.php:4199
10606
  msgid "normal (300 ms.)"
10607
  msgstr ""
10608
 
10609
+ #: wppa-settings-autosave.php:4199
10610
  msgid "slow (500 ms.)"
10611
  msgstr ""
10612
 
10613
+ #: wppa-settings-autosave.php:4199
10614
  #, fuzzy
10615
  msgid "very slow (1 s.)"
10616
  msgstr "velmi nízká"
10617
 
10618
+ #: wppa-settings-autosave.php:4199
10619
  msgid "extremely slow (2 s.)"
10620
  msgstr ""
10621
 
10622
+ #: wppa-settings-autosave.php:4206
10623
  msgid "Overlay slideshow speed"
10624
  msgstr ""
10625
 
10626
+ #: wppa-settings-autosave.php:4207
10627
  msgid "The time the lightbox images stay"
10628
  msgstr ""
10629
 
10630
+ #: wppa-settings-autosave.php:4210
10631
  msgid "fast (3 s.)"
10632
  msgstr ""
10633
 
10634
+ #: wppa-settings-autosave.php:4210
10635
  msgid "normal (5 s.)"
10636
  msgstr ""
10637
 
10638
+ #: wppa-settings-autosave.php:4210
10639
  msgid "slow (8 s.)"
10640
  msgstr ""
10641
 
10642
+ #: wppa-settings-autosave.php:4210
10643
  #, fuzzy
10644
  msgid "very slow (13 s.)"
10645
  msgstr "velmi nízká"
10646
 
10647
+ #: wppa-settings-autosave.php:4210
10648
  msgid "extremely slow (20 s.)"
10649
  msgstr ""
10650
 
10651
+ #: wppa-settings-autosave.php:4217
10652
  msgid "Overlay at top in Chrome"
10653
  msgstr ""
10654
 
10655
+ #: wppa-settings-autosave.php:4218
10656
  msgid ""
10657
  "Place the overlay (lightbox) image at the top of the page in Chrome browsers."
10658
  msgstr ""
10659
 
10660
+ #: wppa-settings-autosave.php:4219
10661
  msgid "This is required for certain mobile devices."
10662
  msgstr ""
10663
 
10664
+ #: wppa-settings-autosave.php:4226
10665
  msgid "WPPA+ Lightbox global"
10666
  msgstr ""
10667
 
10668
+ #: wppa-settings-autosave.php:4227
10669
  msgid "Use the wppa+ lightbox also for non-wppa images."
10670
  msgstr ""
10671
 
10672
+ #: wppa-settings-autosave.php:4235
10673
  msgid "WPPA+ Lightbox global is a set"
10674
  msgstr ""
10675
 
10676
+ #: wppa-settings-autosave.php:4236
10677
  msgid "Treat the other images as a set."
10678
  msgstr ""
10679
 
10680
+ #: wppa-settings-autosave.php:4237
10681
  msgid ""
10682
  "If checked, you can scroll through the images in the lightbox view. Requires "
10683
  "item 5 to be checked."
10684
  msgstr ""
10685
 
10686
+ #: wppa-settings-autosave.php:4244
10687
  msgid "Use hires files"
10688
  msgstr ""
10689
 
10690
+ #: wppa-settings-autosave.php:4245
10691
  msgid "Use the highest resolution available for lightbox."
10692
  msgstr ""
10693
 
10694
+ #: wppa-settings-autosave.php:4246
10695
  msgid "Ticking this box is recommended for lightbox fullscreen modes."
10696
  msgstr ""
10697
 
10698
+ #: wppa-settings-autosave.php:4254
10699
  msgid "Videos on lightbox start automaticly."
10700
  msgstr ""
10701
 
10702
+ #: wppa-settings-autosave.php:4263
10703
  msgid "Audio on lightbox start automaticly."
10704
  msgstr ""
10705
 
10706
+ #: wppa-settings-autosave.php:4288
10707
  msgid "Table V:"
10708
  msgstr ""
10709
 
10710
+ #: wppa-settings-autosave.php:4288
10711
  #, fuzzy
10712
  msgid "Fonts:"
10713
  msgstr "Komentáře"
10714
 
10715
+ #: wppa-settings-autosave.php:4289
10716
  msgid "This table describes the Fonts used for the wppa+ elements."
10717
  msgstr ""
10718
 
10719
+ #: wppa-settings-autosave.php:4299 wppa-settings-autosave.php:4475
10720
  msgid "Font family"
10721
  msgstr ""
10722
 
10723
+ #: wppa-settings-autosave.php:4300 wppa-settings-autosave.php:4476
10724
  msgid "Font size"
10725
  msgstr ""
10726
 
10727
+ #: wppa-settings-autosave.php:4301 wppa-settings-autosave.php:4477
10728
  msgid "Font color"
10729
  msgstr ""
10730
 
10731
+ #: wppa-settings-autosave.php:4302 wppa-settings-autosave.php:4478
10732
  msgid "Font weight"
10733
  msgstr ""
10734
 
10735
+ #: wppa-settings-autosave.php:4312
10736
  msgid "normal"
10737
  msgstr ""
10738
 
10739
+ #: wppa-settings-autosave.php:4312
10740
  msgid "bold"
10741
  msgstr ""
10742
 
10743
+ #: wppa-settings-autosave.php:4312
10744
  msgid "bolder"
10745
  msgstr ""
10746
 
10747
+ #: wppa-settings-autosave.php:4312
10748
  msgid "lighter"
10749
  msgstr ""
10750
 
10751
+ #: wppa-settings-autosave.php:4315
10752
  #, fuzzy
10753
  msgid "Album titles"
10754
  msgstr "Alba:"
10755
 
10756
+ #: wppa-settings-autosave.php:4316
10757
  msgid "Font used for Album titles."
10758
  msgstr ""
10759
 
10760
+ #: wppa-settings-autosave.php:4317
10761
  msgid "Enter font name, size, color and weight for album cover titles."
10762
  msgstr ""
10763
 
10764
+ #: wppa-settings-autosave.php:4332
10765
  #, fuzzy
10766
  msgid "Slideshow desc"
10767
  msgstr "Slideshow"
10768
 
10769
+ #: wppa-settings-autosave.php:4333
10770
  #, fuzzy
10771
  msgid "Font for slideshow photo descriptions."
10772
  msgstr "Zadat/upravit popis fotky"
10773
 
10774
+ #: wppa-settings-autosave.php:4334
10775
  msgid ""
10776
  "Enter font name, size, color and weight for slideshow photo descriptions."
10777
  msgstr ""
10778
 
10779
+ #: wppa-settings-autosave.php:4349
10780
  #, fuzzy
10781
  msgid "Slideshow name"
10782
  msgstr "Slideshow"
10783
 
10784
+ #: wppa-settings-autosave.php:4350
10785
  #, fuzzy
10786
  msgid "Font for slideshow photo names."
10787
  msgstr "Zadejte název fotky"
10788
 
10789
+ #: wppa-settings-autosave.php:4351
10790
  msgid "Enter font name, size, color and weight for slideshow photo names."
10791
  msgstr ""
10792
 
10793
+ #: wppa-settings-autosave.php:4366
10794
  msgid "Navigations"
10795
  msgstr ""
10796
 
10797
+ #: wppa-settings-autosave.php:4367
10798
  msgid "Font for navigations."
10799
  msgstr ""
10800
 
10801
+ #: wppa-settings-autosave.php:4368
10802
  msgid "Enter font name, size, color and weight for navigation items."
10803
  msgstr ""
10804
 
10805
+ #: wppa-settings-autosave.php:4384
10806
  msgid "Font for text under thumbnails."
10807
  msgstr ""
10808
 
10809
+ #: wppa-settings-autosave.php:4385
10810
  msgid ""
10811
  "Enter font name, size, color and weight for text under thumbnail images."
10812
  msgstr ""
10813
 
10814
+ #: wppa-settings-autosave.php:4401
10815
  msgid "General font in wppa boxes."
10816
  msgstr ""
10817
 
10818
+ #: wppa-settings-autosave.php:4402
10819
  msgid "Enter font name, size, color and weight for all other items."
10820
  msgstr ""
10821
 
10822
+ #: wppa-settings-autosave.php:4418
10823
  msgid "Font in wppa number bars."
10824
  msgstr ""
10825
 
10826
+ #: wppa-settings-autosave.php:4419 wppa-settings-autosave.php:4436
10827
  msgid "Enter font name, size, color and weight for numberbar navigation."
10828
  msgstr ""
10829
 
10830
+ #: wppa-settings-autosave.php:4434
10831
  msgid "Numbar Active"
10832
  msgstr ""
10833
 
10834
+ #: wppa-settings-autosave.php:4435
10835
  msgid "Font in wppa number bars, active item."
10836
  msgstr ""
10837
 
10838
+ #: wppa-settings-autosave.php:4452
10839
  msgid "Font in wppa lightbox overlays."
10840
  msgstr ""
10841
 
10842
+ #: wppa-settings-autosave.php:4453
10843
  msgid "Enter font name, size, color and weight for wppa lightbox overlays."
10844
  msgstr ""
10845
 
10846
+ #: wppa-settings-autosave.php:4488
10847
  msgid "Table VI:"
10848
  msgstr ""
10849
 
10850
+ #: wppa-settings-autosave.php:4488
10851
  #, fuzzy
10852
  msgid "Links:"
10853
  msgstr "Odkaz na"
10854
 
10855
+ #: wppa-settings-autosave.php:4489
10856
  msgid "This table defines the link types and pages."
10857
  msgstr ""
10858
 
10859
+ #: wppa-settings-autosave.php:4500 wppa-settings-autosave.php:5499
10860
  #, fuzzy
10861
  msgid "Link page"
10862
  msgstr "Odkaz na"
10863
 
10864
+ #: wppa-settings-autosave.php:4502 wppa-settings-autosave.php:5501
10865
  msgid "Photo specific link overrules"
10866
  msgstr ""
10867
 
10868
+ #: wppa-settings-autosave.php:4502 wppa-settings-autosave.php:5501
10869
  msgid "PSO"
10870
  msgstr ""
10871
 
10872
+ #: wppa-settings-autosave.php:4552
10873
  #, fuzzy
10874
  msgid "--- The same post or page ---"
10875
  msgstr "--- samostatné ---"
10876
 
10877
+ #: wppa-settings-autosave.php:4583
10878
  msgid "--- No page to link to (yet) ---"
10879
  msgstr ""
10880
 
10881
+ #: wppa-settings-autosave.php:4588
10882
  #, fuzzy
10883
  msgid "--- Will be auto created ---"
10884
  msgstr "--- samostatné ---"
10885
 
10886
+ #: wppa-settings-autosave.php:4590
10887
  msgid "Links from images in WPPA+ Widgets"
10888
  msgstr ""
10889
 
10890
+ #: wppa-settings-autosave.php:4592
10891
  msgid "PotdWidget"
10892
  msgstr ""
10893
 
10894
+ #: wppa-settings-autosave.php:4593
10895
  msgid "Photo Of The Day widget link."
10896
  msgstr ""
10897
 
10898
+ #: wppa-settings-autosave.php:4594
10899
  msgid "Select the type of link the photo of the day points to."
10900
  msgstr ""
10901
 
10902
+ #: wppa-settings-autosave.php:4595
10903
  msgid ""
10904
  "If you select 'defined on widget admin page' you can manually enter a link "
10905
  "and title on the Photo of the day Widget Admin page."
10906
  msgstr ""
10907
 
10908
+ #: wppa-settings-autosave.php:4604 wppa-settings-autosave.php:4647
10909
+ #: wppa-settings-autosave.php:4725 wppa-settings-autosave.php:4768
10910
+ #: wppa-settings-autosave.php:4816 wppa-settings-autosave.php:4863
10911
+ #: wppa-settings-autosave.php:4910 wppa-settings-autosave.php:4962
10912
+ #: wppa-settings-autosave.php:5000 wppa-settings-autosave.php:5050
10913
+ #: wppa-settings-autosave.php:5092 wppa-settings-autosave.php:5132
10914
+ #: wppa-settings-autosave.php:8833
10915
  msgid "no link at all."
10916
  msgstr ""
10917
 
10918
+ #: wppa-settings-autosave.php:4605 wppa-settings-autosave.php:4648
10919
+ #: wppa-settings-autosave.php:4726 wppa-settings-autosave.php:4769
10920
+ #: wppa-settings-autosave.php:4817 wppa-settings-autosave.php:4864
10921
+ #: wppa-settings-autosave.php:4911 wppa-settings-autosave.php:4963
10922
+ #: wppa-settings-autosave.php:5001 wppa-settings-autosave.php:5051
10923
+ #: wppa-settings-autosave.php:5093 wppa-settings-autosave.php:5133
10924
+ #: wppa-settings-autosave.php:8834
10925
  msgid "the plain photo (file)."
10926
  msgstr ""
10927
 
10928
+ #: wppa-settings-autosave.php:4606 wppa-settings-autosave.php:8840
10929
  #, fuzzy
10930
  msgid "defined on widget admin page."
10931
  msgstr "Vyberte prosím cílovou stránku pro super view widget v Table VI-C"
10932
 
10933
+ #: wppa-settings-autosave.php:4607 wppa-settings-autosave.php:4650
10934
+ #: wppa-settings-autosave.php:5052 wppa-settings-autosave.php:5094
10935
+ #: wppa-settings-autosave.php:8838
10936
  msgid "the content of the album."
10937
  msgstr ""
10938
 
10939
+ #: wppa-settings-autosave.php:4608 wppa-settings-autosave.php:4651
10940
+ #: wppa-settings-autosave.php:4727 wppa-settings-autosave.php:4772
10941
+ #: wppa-settings-autosave.php:4820 wppa-settings-autosave.php:4867
10942
+ #: wppa-settings-autosave.php:4914 wppa-settings-autosave.php:5002
10943
+ #: wppa-settings-autosave.php:5053 wppa-settings-autosave.php:5095
10944
+ #: wppa-settings-autosave.php:8835
10945
  msgid "the full size photo in a slideshow."
10946
  msgstr ""
10947
 
10948
+ #: wppa-settings-autosave.php:4609 wppa-settings-autosave.php:4652
10949
+ #: wppa-settings-autosave.php:4728 wppa-settings-autosave.php:4773
10950
+ #: wppa-settings-autosave.php:4821 wppa-settings-autosave.php:4868
10951
+ #: wppa-settings-autosave.php:4915 wppa-settings-autosave.php:5003
10952
+ #: wppa-settings-autosave.php:5054 wppa-settings-autosave.php:5096
10953
+ #: wppa-settings-autosave.php:5134 wppa-settings-autosave.php:8836
10954
  msgid "the fullsize photo on its own."
10955
  msgstr ""
10956
 
10957
+ #: wppa-settings-autosave.php:4610 wppa-settings-autosave.php:4653
10958
+ #: wppa-settings-autosave.php:4692 wppa-settings-autosave.php:4731
10959
+ #: wppa-settings-autosave.php:4776 wppa-settings-autosave.php:4824
10960
+ #: wppa-settings-autosave.php:4871 wppa-settings-autosave.php:4918
10961
+ #: wppa-settings-autosave.php:5006
10962
  msgid "a plain page without a querystring."
10963
  msgstr ""
10964
 
10965
+ #: wppa-settings-autosave.php:4611 wppa-settings-autosave.php:4654
10966
+ #: wppa-settings-autosave.php:4693 wppa-settings-autosave.php:4732
10967
+ #: wppa-settings-autosave.php:4777 wppa-settings-autosave.php:4825
10968
+ #: wppa-settings-autosave.php:4872 wppa-settings-autosave.php:4919
10969
+ #: wppa-settings-autosave.php:4965 wppa-settings-autosave.php:5007
10970
+ #: wppa-settings-autosave.php:5055 wppa-settings-autosave.php:5097
10971
+ #: wppa-settings-autosave.php:5135
10972
  msgid "lightbox."
10973
  msgstr ""
10974
 
10975
+ #: wppa-settings-autosave.php:4636
10976
  msgid "SlideWidget"
10977
  msgstr ""
10978
 
10979
+ #: wppa-settings-autosave.php:4637
10980
  msgid "Slideshow widget photo link."
10981
  msgstr ""
10982
 
10983
+ #: wppa-settings-autosave.php:4638
10984
  msgid "Select the type of link the slideshow photos point to."
10985
  msgstr ""
10986
 
10987
+ #: wppa-settings-autosave.php:4649 wppa-settings-autosave.php:8839
10988
  msgid "defined at widget activation."
10989
  msgstr ""
10990
 
10991
+ #: wppa-settings-autosave.php:4679
10992
  #, fuzzy
10993
  msgid "Album widget"
10994
  msgstr "Administrace alb"
10995
 
10996
+ #: wppa-settings-autosave.php:4680
10997
  msgid "Album widget thumbnail link"
10998
  msgstr ""
10999
 
11000
+ #: wppa-settings-autosave.php:4681
11001
  msgid "Select the type of link the album widget photos point to."
11002
  msgstr ""
11003
 
11004
+ #: wppa-settings-autosave.php:4690
11005
  msgid "subalbums and thumbnails."
11006
  msgstr ""
11007
 
11008
+ #: wppa-settings-autosave.php:4691
11009
  #, fuzzy
11010
  msgid "slideshow."
11011
  msgstr "Slideshow"
11012
 
11013
+ #: wppa-settings-autosave.php:4714
11014
  #, fuzzy
11015
  msgid "ThumbnailWidget"
11016
  msgstr "Stránka s náhledy"
11017
 
11018
+ #: wppa-settings-autosave.php:4715
11019
  #, fuzzy
11020
  msgid "Thumbnail widget photo link."
11021
  msgstr "Označkované fotografie"
11022
 
11023
+ #: wppa-settings-autosave.php:4716
11024
  msgid "Select the type of link the thumbnail photos point to."
11025
  msgstr ""
11026
 
11027
+ #: wppa-settings-autosave.php:4729 wppa-settings-autosave.php:4774
11028
+ #: wppa-settings-autosave.php:4822 wppa-settings-autosave.php:4869
11029
+ #: wppa-settings-autosave.php:4916 wppa-settings-autosave.php:5004
11030
  msgid "the single photo in the style of a slideshow."
11031
  msgstr ""
11032
 
11033
+ #: wppa-settings-autosave.php:4730 wppa-settings-autosave.php:4775
11034
+ #: wppa-settings-autosave.php:4823 wppa-settings-autosave.php:4870
11035
+ #: wppa-settings-autosave.php:4917 wppa-settings-autosave.php:5005
11036
+ #: wppa-settings-autosave.php:5137
11037
  msgid "the fs photo with download and print buttons."
11038
  msgstr ""
11039
 
11040
+ #: wppa-settings-autosave.php:4757
11041
  msgid "TopTenWidget"
11042
  msgstr ""
11043
 
11044
+ #: wppa-settings-autosave.php:4758
11045
  msgid "TopTen widget photo link."
11046
  msgstr ""
11047
 
11048
+ #: wppa-settings-autosave.php:4759
11049
  msgid "Select the type of link the top ten photos point to."
11050
  msgstr ""
11051
 
11052
+ #: wppa-settings-autosave.php:4770
11053
  msgid "the content of the virtual topten album."
11054
  msgstr ""
11055
 
11056
+ #: wppa-settings-autosave.php:4771 wppa-settings-autosave.php:4819
11057
+ #: wppa-settings-autosave.php:4866 wppa-settings-autosave.php:4913
11058
  msgid "the content of the thumbnails album."
11059
  msgstr ""
11060
 
11061
+ #: wppa-settings-autosave.php:4805
11062
  msgid "LasTenWidget"
11063
  msgstr ""
11064
 
11065
+ #: wppa-settings-autosave.php:4806
11066
  #, fuzzy
11067
  msgid "Last Ten widget photo link."
11068
  msgstr "Nedávno nahrané fotky"
11069
 
11070
+ #: wppa-settings-autosave.php:4807
11071
  msgid "Select the type of link the last ten photos point to."
11072
  msgstr ""
11073
 
11074
+ #: wppa-settings-autosave.php:4818
11075
  msgid "the content of the virtual lasten album."
11076
  msgstr ""
11077
 
11078
+ #: wppa-settings-autosave.php:4852
11079
  #, fuzzy
11080
  msgid "CommentWidget"
11081
  msgstr "Komentář byl odeslán"
11082
 
11083
+ #: wppa-settings-autosave.php:4853
11084
  #, fuzzy
11085
  msgid "Comment widget photo link."
11086
  msgstr "Komentovat fotky:"
11087
 
11088
+ #: wppa-settings-autosave.php:4854
11089
  msgid "Select the type of link the comment widget photos point to."
11090
  msgstr ""
11091
 
11092
+ #: wppa-settings-autosave.php:4865
11093
  msgid "the content of the virtual comten album."
11094
  msgstr ""
11095
 
11096
+ #: wppa-settings-autosave.php:4899
11097
  msgid "FeaTenWidget"
11098
  msgstr ""
11099
 
11100
+ #: wppa-settings-autosave.php:4900
11101
  msgid "FeaTen widget photo link."
11102
  msgstr ""
11103
 
11104
+ #: wppa-settings-autosave.php:4901
11105
  msgid "Select the type of link the featured ten photos point to."
11106
  msgstr ""
11107
 
11108
+ #: wppa-settings-autosave.php:4912
11109
  msgid "the content of the virtual featen album."
11110
  msgstr ""
11111
 
11112
+ #: wppa-settings-autosave.php:4945
11113
  msgid "Links from other WPPA+ images"
11114
  msgstr ""
11115
 
11116
+ #: wppa-settings-autosave.php:4947
11117
  msgid "Cover Image"
11118
  msgstr ""
11119
 
11120
+ #: wppa-settings-autosave.php:4948
11121
  msgid "The link from the cover image of an album."
11122
  msgstr ""
11123
 
11124
+ #: wppa-settings-autosave.php:4949
11125
  msgid "Select the type of link the coverphoto points to."
11126
  msgstr ""
11127
 
11128
+ #: wppa-settings-autosave.php:4950
11129
  msgid "The link from the album title can be configured on the Edit Album page."
11130
  msgstr ""
11131
 
11132
+ #: wppa-settings-autosave.php:4951
11133
  msgid "This link will be used for the photo also if you select: same as title."
11134
  msgstr ""
11135
 
11136
+ #: wppa-settings-autosave.php:4952
11137
  msgid ""
11138
  "If you specify New Tab on this line, all links from the cover will open a "
11139
  "new tab,"
11140
  msgstr ""
11141
 
11142
+ #: wppa-settings-autosave.php:4953
11143
  msgid "except when Ajax is activated on Table IV-A1."
11144
  msgstr ""
11145
 
11146
+ #: wppa-settings-autosave.php:4964 wppa-settings-autosave.php:8841
11147
  msgid "same as title."
11148
  msgstr ""
11149
 
11150
+ #: wppa-settings-autosave.php:4966
11151
  msgid "a slideshow starting at the photo"
11152
  msgstr ""
11153
 
11154
+ #: wppa-settings-autosave.php:4987
11155
  #, fuzzy
11156
  msgid "Thumbnail"
11157
  msgstr "Označkované fotografie"
11158
 
11159
+ #: wppa-settings-autosave.php:4988
11160
  #, fuzzy
11161
  msgid "Thumbnail link."
11162
  msgstr "Stránka s náhledy"
11163
 
11164
+ #: wppa-settings-autosave.php:4989 wppa-settings-autosave.php:5039
11165
+ #: wppa-settings-autosave.php:5081
11166
  msgid "Select the type of link you want, or no link at all."
11167
  msgstr ""
11168
 
11169
+ #: wppa-settings-autosave.php:4990 wppa-settings-autosave.php:5040
11170
+ #: wppa-settings-autosave.php:5082
11171
  msgid ""
11172
  "If you select the fullsize photo on its own, it will be stretched to fit, "
11173
  "regardless of that setting."
11174
  msgstr ""
11175
 
11176
+ #: wppa-settings-autosave.php:4991 wppa-settings-autosave.php:5041
11177
+ #: wppa-settings-autosave.php:5083
11178
  #, php-format
11179
  msgid ""
11180
  "Note that a page must have at least %%wppa%% or [wppa][/wppa] in its content "
11181
  "to show up the photo(s)."
11182
  msgstr ""
11183
 
11184
+ #: wppa-settings-autosave.php:5020
11185
  #, fuzzy
11186
  msgid "Auto Page"
11187
  msgstr "Automatika, záblesk"
11188
 
11189
+ #: wppa-settings-autosave.php:5037
11190
  #, fuzzy
11191
  msgid "Sphoto"
11192
  msgstr "fotka"
11193
 
11194
+ #: wppa-settings-autosave.php:5038
11195
  #, fuzzy
11196
  msgid "Single photo link."
11197
  msgstr "Zadejte název fotky"
11198
 
11199
+ #: wppa-settings-autosave.php:5079
11200
  #, fuzzy
11201
  msgid "Mphoto"
11202
  msgstr "fotka"
11203
 
11204
+ #: wppa-settings-autosave.php:5080
11205
  msgid "Media-like photo link."
11206
  msgstr ""
11207
 
11208
+ #: wppa-settings-autosave.php:5122
11209
  msgid "Slideshow fullsize link"
11210
  msgstr ""
11211
 
11212
+ #: wppa-settings-autosave.php:5123
11213
  msgid ""
11214
  "You can overrule lightbox but not big browse buttons with the photo specifc "
11215
  "link."
11216
  msgstr ""
11217
 
11218
+ #: wppa-settings-autosave.php:5136
11219
  msgid "lightbox single photos."
11220
  msgstr ""
11221
 
11222
+ #: wppa-settings-autosave.php:5138
11223
  #, fuzzy
11224
  msgid "the thumbnails."
11225
  msgstr "Prohlédnout náhledy"
11226
 
11227
+ #: wppa-settings-autosave.php:5162
11228
  msgid "Film linktype"
11229
  msgstr ""
11230
 
11231
+ #: wppa-settings-autosave.php:5163
11232
  msgid "Direct access goto image in:"
11233
  msgstr ""
11234
 
11235
+ #: wppa-settings-autosave.php:5164
11236
  msgid ""
11237
  "Select the action to be taken when the user clicks on a filmstrip image."
11238
  msgstr ""
11239
 
11240
+ #: wppa-settings-autosave.php:5169
11241
  #, fuzzy
11242
  msgid "slideshow window"
11243
  msgstr "Slideshow"
11244
 
11245
+ #: wppa-settings-autosave.php:5170
11246
  msgid "lightbox overlay"
11247
  msgstr ""
11248
 
11249
+ #: wppa-settings-autosave.php:5185
11250
  #, fuzzy
11251
  msgid "Other links"
11252
  msgstr "Ostatní"
11253
 
11254
+ #: wppa-settings-autosave.php:5187
11255
  msgid "Download Link (aka Art Monkey link)"
11256
  msgstr ""
11257
 
11258
+ #: wppa-settings-autosave.php:5188
11259
  msgid "Makes the photo name a download button."
11260
  msgstr ""
11261
 
11262
+ #: wppa-settings-autosave.php:5189
11263
  msgid "Link Photo name in slideshow to file or zip with photoname as filename."
11264
  msgstr ""
11265
 
11266
+ #: wppa-settings-autosave.php:5193 wppa-settings-autosave.php:5240
11267
  msgid "image file"
11268
  msgstr ""
11269
 
11270
+ #: wppa-settings-autosave.php:5194 wppa-settings-autosave.php:5241
11271
  msgid "zipped image"
11272
  msgstr ""
11273
 
11274
+ #: wppa-settings-autosave.php:5207
11275
  msgid "Art Monkey Source"
11276
  msgstr ""
11277
 
11278
+ #: wppa-settings-autosave.php:5208
11279
  msgid "Use Source file for art monkey link if available."
11280
  msgstr ""
11281
 
11282
+ #: wppa-settings-autosave.php:5217
11283
  msgid "Art Monkey Display"
11284
  msgstr ""
11285
 
11286
+ #: wppa-settings-autosave.php:5218
11287
  msgid "Select button or link ( text )."
11288
  msgstr ""
11289
 
11290
+ #: wppa-settings-autosave.php:5223
11291
  msgid "Textlink"
11292
  msgstr ""
11293
 
11294
+ #: wppa-settings-autosave.php:5235
11295
  msgid "Popup Download Link"
11296
  msgstr ""
11297
 
11298
+ #: wppa-settings-autosave.php:5236
11299
  msgid "Configure the download link on fullsize popups."
11300
  msgstr ""
11301
 
11302
+ #: wppa-settings-autosave.php:5237
11303
  msgid "Link fullsize popup download button to either image or zip file."
11304
  msgstr ""
11305
 
11306
+ #: wppa-settings-autosave.php:5253
11307
  msgid "Download link on lightbox"
11308
  msgstr ""
11309
 
11310
+ #: wppa-settings-autosave.php:5254
11311
  msgid "Art monkey link on lightbox photo names."
11312
  msgstr ""
11313
 
11314
+ #: wppa-settings-autosave.php:5263
11315
  #, fuzzy
11316
  msgid "Album download link"
11317
  msgstr "Administrace alb"
11318
 
11319
+ #: wppa-settings-autosave.php:5264
11320
  msgid "Place an album download link on the album covers"
11321
  msgstr ""
11322
 
11323
+ #: wppa-settings-autosave.php:5265
11324
  msgid "Creates a download zipfile containing the photos of the album"
11325
  msgstr ""
11326
 
11327
+ #: wppa-settings-autosave.php:5273
11328
  msgid "Album download Source"
11329
  msgstr ""
11330
 
11331
+ #: wppa-settings-autosave.php:5274
11332
  msgid "Use Source file for album download link if available."
11333
  msgstr ""
11334
 
11335
+ #: wppa-settings-autosave.php:5283
11336
  msgid "Tagcloud Link"
11337
  msgstr ""
11338
 
11339
+ #: wppa-settings-autosave.php:5284
11340
  msgid "Configure the link from the tags in the tag cloud."
11341
  msgstr ""
11342
 
11343
+ #: wppa-settings-autosave.php:5285
11344
  msgid "Link the tag words to ether the thumbnails or the slideshow."
11345
  msgstr ""
11346
 
11347
+ #: wppa-settings-autosave.php:5294 wppa-settings-autosave.php:5325
11348
+ #: wppa-settings-autosave.php:5420
11349
  #, fuzzy
11350
  msgid "slideshow"
11351
  msgstr "Slideshow"
11352
 
11353
+ #: wppa-settings-autosave.php:5314
11354
  msgid "Multitag Link"
11355
  msgstr ""
11356
 
11357
+ #: wppa-settings-autosave.php:5315
11358
  msgid "Configure the link from the multitag selection."
11359
  msgstr ""
11360
 
11361
+ #: wppa-settings-autosave.php:5316
11362
  msgid "Link to ether the thumbnails or the slideshow."
11363
  msgstr ""
11364
 
11365
+ #: wppa-settings-autosave.php:5345
11366
  #, fuzzy
11367
  msgid "Super View Landing"
11368
  msgstr "Super View fotky"
11369
 
11370
+ #: wppa-settings-autosave.php:5346
11371
  msgid "The landing page for the Super View widget."
11372
  msgstr ""
11373
 
11374
+ #: wppa-settings-autosave.php:5354
11375
  msgid "Defined by the visitor"
11376
  msgstr ""
11377
 
11378
+ #: wppa-settings-autosave.php:5367
11379
  #, fuzzy
11380
  msgid "Uploader Landing"
11381
  msgstr "Nahrávání selhalo"
11382
 
11383
+ #: wppa-settings-autosave.php:5368
11384
  msgid "Select the landing page for the Uploader Widget"
11385
  msgstr ""
11386
 
11387
+ #: wppa-settings-autosave.php:5388
11388
  msgid "Bestof Landing"
11389
  msgstr ""
11390
 
11391
+ #: wppa-settings-autosave.php:5389
11392
  msgid "Select the landing page for the BestOf Widget / Box"
11393
  msgstr ""
11394
 
11395
+ #: wppa-settings-autosave.php:5409
11396
  msgid "Album navigator Link"
11397
  msgstr ""
11398
 
11399
+ #: wppa-settings-autosave.php:5410
11400
  msgid "Select link type and page for the Album navigator Widget"
11401
  msgstr ""
11402
 
11403
+ #: wppa-settings-autosave.php:5438
11404
  msgid "Supersearch Landing"
11405
  msgstr ""
11406
 
11407
+ #: wppa-settings-autosave.php:5439
11408
  msgid "Select the landing page for the Supersearch Box"
11409
  msgstr ""
11410
 
11411
+ #: wppa-settings-autosave.php:5459
11412
  msgid "SM widget return"
11413
  msgstr ""
11414
 
11415
+ #: wppa-settings-autosave.php:5460
11416
  msgid "Select the return link for social media from widgets"
11417
  msgstr ""
11418
 
11419
+ #: wppa-settings-autosave.php:5461
11420
  msgid ""
11421
  "If you select Landing page, and it wont work, it may be required to set the "
11422
  "Occur to the sequence number of the landing shortcode on the page."
11423
  msgstr ""
11424
 
11425
+ #: wppa-settings-autosave.php:5462
11426
  msgid ""
11427
  "Normally it is 1, but you can try 2 etc. Always create a new shared link to "
11428
  "test a setting."
11429
  msgstr ""
11430
 
11431
+ #: wppa-settings-autosave.php:5470
11432
  #, fuzzy
11433
  msgid "Home page"
11434
  msgstr "Domů"
11435
 
11436
+ #: wppa-settings-autosave.php:5471
11437
  #, fuzzy
11438
  msgid "Landing page"
11439
  msgstr "Vyberte prosím cílovou stránku pro super view widget v Table VI-C"
11440
 
11441
+ #: wppa-settings-autosave.php:5482
11442
  msgid "Occur"
11443
  msgstr ""
11444
 
11445
+ #: wppa-settings-autosave.php:5511
11446
  msgid "Table VII:"
11447
  msgstr ""
11448
 
11449
+ #: wppa-settings-autosave.php:5511
11450
  msgid "Permissions and Restrictions:"
11451
  msgstr ""
11452
 
11453
+ #: wppa-settings-autosave.php:5512
11454
  msgid ""
11455
  "This table describes the access settings for admin and front-end activities."
11456
  msgstr ""
11457
 
11458
+ #: wppa-settings-autosave.php:5540
11459
  msgid "Role"
11460
  msgstr ""
11461
 
11462
+ #: wppa-settings-autosave.php:5549
11463
  msgid ""
11464
  "Admin settings per user role. Enabling these settings will overrule the "
11465
  "front-end settings for the specific user role"
11466
  msgstr ""
11467
 
11468
+ #: wppa-settings-autosave.php:5573
11469
  msgid "Frontend create Albums and upload Photos enabling and limiting settings"
11470
  msgstr ""
11471
 
11472
+ #: wppa-settings-autosave.php:5575
11473
  #, fuzzy
11474
  msgid "User create Albums"
11475
  msgstr "Album:"
11476
 
11477
+ #: wppa-settings-autosave.php:5576
11478
  #, fuzzy
11479
  msgid "Enable frontend album creation."
11480
  msgstr "Zadat/upravit popis fotky"
11481
 
11482
+ #: wppa-settings-autosave.php:5577
11483
  msgid "If you check this item, frontend album creation will be enabled."
11484
  msgstr ""
11485
 
11486
+ #: wppa-settings-autosave.php:5587
11487
  #, fuzzy
11488
  msgid "User edit album"
11489
  msgstr "Album:"
11490
 
11491
+ #: wppa-settings-autosave.php:5588
11492
  #, fuzzy
11493
  msgid "Enable frontent edit album name and description."
11494
  msgstr "Zadat/upravit popis fotky"
11495
 
11496
+ #: wppa-settings-autosave.php:5598
11497
  #, fuzzy
11498
  msgid "User delete Albums"
11499
  msgstr "Album:"
11500
 
11501
+ #: wppa-settings-autosave.php:5599
11502
  #, fuzzy
11503
  msgid "Enable frontend album deletion"
11504
  msgstr "Zadat/upravit popis fotky"
11505
 
11506
+ #: wppa-settings-autosave.php:5600
11507
  msgid "If you check this item, frontend album deletion will be enabled."
11508
  msgstr ""
11509
 
11510
+ #: wppa-settings-autosave.php:5610
11511
  #, fuzzy
11512
  msgid "User create Albums login"
11513
  msgstr "Album:"
11514
 
11515
+ #: wppa-settings-autosave.php:5611
11516
  msgid "Frontend album creation requires the user is logged in."
11517
  msgstr ""
11518
 
11519
+ #: wppa-settings-autosave.php:5637
11520
  #, fuzzy, php-format
11521
  msgid "Upload limit %s"
11522
  msgstr "Nahrát fotky"
11523
 
11524
+ #: wppa-settings-autosave.php:5638
11525
  msgid "Limit upload capacity for logged out users."
11526
  msgstr ""
11527
 
11528
+ #: wppa-settings-autosave.php:5639
11529
  #, php-format
11530
  msgid "Limit upload capacity for the user role %s."
11531
  msgstr ""
11532
 
11533
+ #: wppa-settings-autosave.php:5640
11534
  msgid "This setting has only effect when Table VII-B2 is unchecked."
11535
  msgstr ""
11536
 
11537
+ #: wppa-settings-autosave.php:5641
11538
  msgid ""
11539
  "This limitation only applies to frontend uploads when the same userrole does "
11540
  "not have the Upload checkbox checked in Table VII-A."
11541
  msgstr ""
11542
 
11543
+ #: wppa-settings-autosave.php:5642 wppa-settings-autosave.php:5658
11544
+ #: wppa-settings-autosave.php:7038
11545
  msgid "A value of 0 means: no limit."
11546
  msgstr ""
11547
 
11548
+ #: wppa-settings-autosave.php:5655
11549
  #, fuzzy, php-format
11550
  msgid "Album limit %s"
11551
  msgstr "Administrace alb"
11552
 
11553
+ #: wppa-settings-autosave.php:5656
11554
  #, php-format
11555
  msgid "Limit number of albums for the user role %s."
11556
  msgstr ""
11557
 
11558
+ #: wppa-settings-autosave.php:5657
11559
  msgid ""
11560
  "This limitation only applies to frontend create albums when the same "
11561
  "userrole does not have the Album admin checkbox checked in Table VII-A."
11562
  msgstr ""
11563
 
11564
+ #: wppa-settings-autosave.php:5669
11565
  #, fuzzy
11566
  msgid "Upload one only"
11567
  msgstr "Nahrát fotku"
11568
 
11569
+ #: wppa-settings-autosave.php:5670
11570
  msgid "Non admin users can upload only one photo at a time."
11571
  msgstr ""
11572
 
11573
+ #: wppa-settings-autosave.php:5680
11574
  #, fuzzy
11575
  msgid "Upload moderation"
11576
  msgstr "Nahrát fotku"
11577
 
11578
+ #: wppa-settings-autosave.php:5681
11579
  #, fuzzy
11580
  msgid "Uploaded photos need moderation."
11581
  msgstr "Toto nahrání vyžaduje úpravu"
11582
 
11583
+ #: wppa-settings-autosave.php:5682
11584
  msgid ""
11585
  "If checked, photos uploaded by users who do not have photo album admin "
11586
  "access rights need moderation."
11587
  msgstr ""
11588
 
11589
+ #: wppa-settings-autosave.php:5683
11590
  msgid ""
11591
  "Users who have photo album admin access rights can change the photo status "
11592
  "to publish or featured."
11593
  msgstr ""
11594
 
11595
+ #: wppa-settings-autosave.php:5684
11596
  msgid "You can set the album admin access rights in Table VII-A."
11597
  msgstr ""
11598
 
11599
+ #: wppa-settings-autosave.php:5693
11600
  #, fuzzy
11601
  msgid "Upload notify"
11602
  msgstr "Nahrát fotku"
11603
 
11604
+ #: wppa-settings-autosave.php:5694
11605
  msgid "Notify admin at frontend upload."
11606
  msgstr ""
11607
 
11608
+ #: wppa-settings-autosave.php:5695 wppa-settings-autosave.php:5706
11609
  msgid "If checked, admin will receive a notification by email."
11610
  msgstr ""
11611
 
11612
+ #: wppa-settings-autosave.php:5704
11613
  msgid "Upload backend notify"
11614
  msgstr ""
11615
 
11616
+ #: wppa-settings-autosave.php:5705
11617
  msgid "Notify admin at backend upload."
11618
  msgstr ""
11619
 
11620
+ #: wppa-settings-autosave.php:5715
11621
  msgid "Max size in pixels"
11622
  msgstr ""
11623
 
11624
+ #: wppa-settings-autosave.php:5716
11625
  msgid "Max size for height and width for front-end uploads."
11626
  msgstr ""
11627
 
11628
+ #: wppa-settings-autosave.php:5717
11629
  msgid "Enter the maximum size. 0 is unlimited"
11630
  msgstr ""
11631
 
11632
+ #: wppa-settings-autosave.php:5726
11633
  msgid "Home after Upload"
11634
  msgstr ""
11635
 
11636
+ #: wppa-settings-autosave.php:5727
11637
  msgid "After successfull front-end upload, go to the home page."
11638
  msgstr ""
11639
 
11640
+ #: wppa-settings-autosave.php:5737
11641
  msgid "Admin Functionality restrictions for non administrators"
11642
  msgstr ""
11643
 
11644
+ #: wppa-settings-autosave.php:5739
11645
  msgid "Alt thumb is restricted"
11646
  msgstr ""
11647
 
11648
+ #: wppa-settings-autosave.php:5740
11649
  msgid "Using <b>alt thumbsize</b> is a restricted action."
11650
  msgstr ""
11651
 
11652
+ #: wppa-settings-autosave.php:5741
11653
  msgid ""
11654
  "If checked: alt thumbsize can not be set in album admin by users not having "
11655
  "admin rights."
11656
  msgstr ""
11657
 
11658
+ #: wppa-settings-autosave.php:5750
11659
  msgid "Link is restricted"
11660
  msgstr ""
11661
 
11662
+ #: wppa-settings-autosave.php:5751
11663
  msgid "Using <b>Link to</b> is a restricted action."
11664
  msgstr ""
11665
 
11666
+ #: wppa-settings-autosave.php:5752
11667
  msgid ""
11668
  "If checked: Link to: can not be set in album admin by users not having admin "
11669
  "rights."
11670
  msgstr ""
11671
 
11672
+ #: wppa-settings-autosave.php:5761
11673
  msgid "CoverType is restricted"
11674
  msgstr ""
11675
 
11676
+ #: wppa-settings-autosave.php:5762
11677
  msgid "Changing <b>Cover Type</b> is a restricted action."
11678
  msgstr ""
11679
 
11680
+ #: wppa-settings-autosave.php:5763
11681
  msgid ""
11682
  "If checked: Cover Type: can not be set in album admin by users not having "
11683
  "admin rights."
11684
  msgstr ""
11685
 
11686
+ #: wppa-settings-autosave.php:5772
11687
  msgid "Photo order# is restricted"
11688
  msgstr ""
11689
 
11690
+ #: wppa-settings-autosave.php:5773
11691
  msgid "Changing <b>Photo sort order #</b> is a restricted action."
11692
  msgstr ""
11693
 
11694
+ #: wppa-settings-autosave.php:5774
11695
  msgid ""
11696
  "If checked: Photo sort order #: can not be set in photo admin by users not "
11697
  "having admin rights."
11698
  msgstr ""
11699
 
11700
+ #: wppa-settings-autosave.php:5783
11701
  msgid "Change source restricted"
11702
  msgstr ""
11703
 
11704
+ #: wppa-settings-autosave.php:5784
11705
  msgid "Changing the import source dir requires admin rights."
11706
  msgstr ""
11707
 
11708
+ #: wppa-settings-autosave.php:5785
11709
  msgid ""
11710
  "If checked, the imput source for importing photos and albums is restricted "
11711
  "to user role administrator."
11712
  msgstr ""
11713
 
11714
+ #: wppa-settings-autosave.php:5794
11715
  msgid "Extended status restricted"
11716
  msgstr ""
11717
 
11718
+ #: wppa-settings-autosave.php:5795
11719
  msgid "Setting status other than pending or publish requires admin rights."
11720
  msgstr ""
11721
 
11722
+ #: wppa-settings-autosave.php:5805
11723
  msgid "Photo description restricted"
11724
  msgstr ""
11725
 
11726
+ #: wppa-settings-autosave.php:5806
11727
  msgid "Edit photo description requires admin rights."
11728
  msgstr ""
11729
 
11730
+ #: wppa-settings-autosave.php:5816
11731
  msgid "Update photofiles restricted"
11732
  msgstr ""
11733
 
11734
+ #: wppa-settings-autosave.php:5817
11735
  msgid "Re-upload files requires admin rights"
11736
  msgstr ""
11737
 
11738
+ #: wppa-settings-autosave.php:5827
11739
  msgid "Miscellaneous limiting settings"
11740
  msgstr ""
11741
 
11742
+ #: wppa-settings-autosave.php:5829
11743
  msgid "Owners only"
11744
  msgstr ""
11745
 
11746
+ #: wppa-settings-autosave.php:5830
11747
  msgid "Limit edit album access to the album owners only."
11748
  msgstr ""
11749
 
11750
+ #: wppa-settings-autosave.php:5831
11751
  msgid "If checked, non-admin users can edit their own albums only."
11752
  msgstr ""
11753
 
11754
+ #: wppa-settings-autosave.php:5840
11755
  msgid "Upload Owners only"
11756
  msgstr ""
11757
 
11758
+ #: wppa-settings-autosave.php:5841
11759
  msgid "Limit uploads to the album owners only."
11760
  msgstr ""
11761
 
11762
+ #: wppa-settings-autosave.php:5842
11763
  msgid ""
11764
  "If checked, users can upload to their own own albums and --- public --- only."
11765
  msgstr ""
11766
 
11767
+ #: wppa-settings-autosave.php:5851
11768
  #, fuzzy
11769
  msgid "Uploader Edit"
11770
  msgstr "Nahrát fotku"
11771
 
11772
+ #: wppa-settings-autosave.php:5852
11773
  msgid "Allow the uploader to edit the photo info"
11774
  msgstr ""
11775
 
11776
+ #: wppa-settings-autosave.php:5853
11777
  msgid ""
11778
  "If checked, any logged in user that has upload rights and uploads an image "
11779
  "has the capability to edit the photo information."
11780
  msgstr ""
11781
 
11782
+ #: wppa-settings-autosave.php:5854
11783
  msgid "Note: This may be AFTER moderation!!"
11784
  msgstr ""
11785
 
11786
+ #: wppa-settings-autosave.php:5863
11787
  #, fuzzy
11788
  msgid "Uploader Moderate Comment"
11789
  msgstr "Administrace moderování komentářů"
11790
 
11791
+ #: wppa-settings-autosave.php:5864
11792
  msgid "The owner of the photo can moderate the photos comments."
11793
  msgstr ""
11794
 
11795
+ #: wppa-settings-autosave.php:5865
11796
  msgid "This setting requires \"Uploader edit\" to be enabled also."
11797
  msgstr ""
11798
 
11799
+ #: wppa-settings-autosave.php:5874
11800
  msgid "Upload memory check frontend"
11801
  msgstr ""
11802
 
11803
+ #: wppa-settings-autosave.php:5875 wppa-settings-autosave.php:5886
11804
  msgid "Disable uploading photos that are too large."
11805
  msgstr ""
11806
 
11807
+ #: wppa-settings-autosave.php:5876 wppa-settings-autosave.php:5887
11808
  msgid ""
11809
  "To prevent out of memory crashes during upload and possible database "
11810
  "inconsistencies, uploads can be prevented if the photos are too big."
11811
  msgstr ""
11812
 
11813
+ #: wppa-settings-autosave.php:5885
11814
  msgid "Upload memory check admin"
11815
  msgstr ""
11816
 
11817
+ #: wppa-settings-autosave.php:5896
11818
  #, fuzzy
11819
  msgid "Comment captcha"
11820
  msgstr "Komentář byl odeslán"
11821
 
11822
+ #: wppa-settings-autosave.php:5897
11823
  msgid "Use a simple calculate captcha on comments form."
11824
  msgstr ""
11825
 
11826
+ #: wppa-settings-autosave.php:5908
11827
  msgid "Spam lifetime"
11828
  msgstr ""
11829
 
11830
+ #: wppa-settings-autosave.php:5909
11831
  msgid "Delete spam comments when older than."
11832
  msgstr ""
11833
 
11834
+ #: wppa-settings-autosave.php:5912
11835
  #, fuzzy
11836
  msgid "10 minutes"
11837
  msgstr "1 minuta"
11838
 
11839
+ #: wppa-settings-autosave.php:5912
11840
  msgid "half an hour"
11841
  msgstr ""
11842
 
11843
+ #: wppa-settings-autosave.php:5912
11844
  #, fuzzy
11845
  msgid "one hour"
11846
  msgstr "1 hodina"
11847
 
11848
+ #: wppa-settings-autosave.php:5912
11849
  #, fuzzy
11850
  msgid "one day"
11851
  msgstr "1 den"
11852
 
11853
+ #: wppa-settings-autosave.php:5912
11854
  #, fuzzy
11855
  msgid "one week"
11856
  msgstr "1 týden"
11857
 
11858
+ #: wppa-settings-autosave.php:5922
11859
  msgid "Avoid duplicates"
11860
  msgstr ""
11861
 
11862
+ #: wppa-settings-autosave.php:5923
11863
  msgid "Prevent the creation of duplicate photos."
11864
  msgstr ""
11865
 
11866
+ #: wppa-settings-autosave.php:5924
11867
  msgid ""
11868
  "If checked: uploading, importing, copying or moving photos to other albums "
11869
  "will be prevented when the desitation album already contains a photo with "
11870
  "the same filename."
11871
  msgstr ""
11872
 
11873
+ #: wppa-settings-autosave.php:5933
11874
  msgid "Blacklist user"
11875
  msgstr ""
11876
 
11877
+ #: wppa-settings-autosave.php:5934 wppa-settings-autosave.php:5935
11878
  msgid "Set the status of all the users photos to 'pending'."
11879
  msgstr ""
11880
 
11881
+ #: wppa-settings-autosave.php:5936
11882
  msgid "Also inhibits further uploads."
11883
  msgstr ""
11884
 
11885
+ #: wppa-settings-autosave.php:5942
11886
  msgid "--- select a user to blacklist ---"
11887
  msgstr ""
11888
 
11889
+ #: wppa-settings-autosave.php:5952 wppa-settings-autosave.php:5957
11890
+ #: wppa-settings-autosave.php:5978 wppa-settings-autosave.php:8072
11891
+ #: wppa-settings-autosave.php:8114
11892
  msgid "The page will be reloaded after the action has taken place."
11893
  msgstr ""
11894
 
11895
+ #: wppa-settings-autosave.php:5958
11896
  msgid "User login name <b>( case sensitive! )</b>:"
11897
  msgstr ""
11898
 
11899
+ #: wppa-settings-autosave.php:5966
11900
  msgid "Unblacklist user"
11901
  msgstr ""
11902
 
11903
+ #: wppa-settings-autosave.php:5967
11904
  msgid "Set the status of all the users photos to 'publish'."
11905
  msgstr ""
11906
 
11907
+ #: wppa-settings-autosave.php:5971
11908
  msgid "--- select a user to unblacklist ---"
11909
  msgstr ""
11910
 
11911
+ #: wppa-settings-autosave.php:5986
11912
  #, fuzzy
11913
  msgid "Photo owner change"
11914
  msgstr "Foto dne"
11915
 
11916
+ #: wppa-settings-autosave.php:5987
11917
  msgid "Administrators can change photo owner"
11918
  msgstr ""
11919
 
11920
+ #: wppa-settings-autosave.php:6015
11921
  msgid "Table VIII:"
11922
  msgstr ""
11923
 
11924
+ #: wppa-settings-autosave.php:6015
11925
  msgid "Actions:"
11926
  msgstr ""
11927
 
11928
+ #: wppa-settings-autosave.php:6016
11929
  msgid "This table lists all actions that can be taken to the wppa+ system"
11930
  msgstr ""
11931
 
11932
+ #: wppa-settings-autosave.php:6026 wppa-settings-autosave.php:6606
11933
  msgid "Specification"
11934
  msgstr ""
11935
 
11936
+ #: wppa-settings-autosave.php:6027 wppa-settings-autosave.php:6607
11937
+ #: wppa-settings-autosave.php:8855 wppa-settings-autosave.php:8877
11938
  msgid "Do it!"
11939
  msgstr ""
11940
 
11941
+ #: wppa-settings-autosave.php:6029 wppa-settings-autosave.php:6609
11942
  msgid "To Go"
11943
  msgstr ""
11944
 
11945
+ #: wppa-settings-autosave.php:6037
11946
  msgid "Harmless and reverseable actions"
11947
  msgstr ""
11948
 
11949
+ #: wppa-settings-autosave.php:6039
11950
  msgid "Ignore concurrency"
11951
  msgstr ""
11952
 
11953
+ #: wppa-settings-autosave.php:6040
11954
  msgid "Ignore the prevention of concurrent actions."
11955
  msgstr ""
11956
 
11957
+ #: wppa-settings-autosave.php:6041
11958
  msgid ""
11959
  "This setting is meant to recover from deadlock situations only. Use with "
11960
  "care!"
11961
  msgstr ""
11962
 
11963
+ #: wppa-settings-autosave.php:6052
11964
  msgid "Setup"
11965
  msgstr ""
11966
 
11967
+ #: wppa-settings-autosave.php:6053
11968
  msgid "Re-initialize plugin."
11969
  msgstr ""
11970
 
11971
+ #: wppa-settings-autosave.php:6054
11972
  msgid ""
11973
  "Re-initilizes the plugin, (re)creates database tables and sets up default "
11974
  "settings and directories if required."
11975
  msgstr ""
11976
 
11977
+ #: wppa-settings-autosave.php:6055
11978
  msgid ""
11979
  "This action may be required to setup blogs in a multiblog (network) site as "
11980
  "well as in rare cases to correct initilization errors."
11981
  msgstr ""
11982
 
11983
+ #: wppa-settings-autosave.php:6066
11984
  #, fuzzy
11985
  msgid "Backup settings"
11986
  msgstr "Nastavení"
11987
 
11988
+ #: wppa-settings-autosave.php:6067
11989
  msgid "Save all settings into a backup file."
11990
  msgstr ""
11991
 
11992
+ #: wppa-settings-autosave.php:6068
11993
  msgid "Saves all the settings into a backup file"
11994
  msgstr ""
11995
 
11996
+ #: wppa-settings-autosave.php:6079
11997
  #, fuzzy
11998
  msgid "Load settings"
11999
  msgstr "Nastavení"
12000
 
12001
+ #: wppa-settings-autosave.php:6080
12002
  msgid "Restore all settings from defaults, a backup or skin file."
12003
  msgstr ""
12004
 
12005
+ #: wppa-settings-autosave.php:6081
12006
  msgid ""
12007
  "Restores all the settings from the factory supplied defaults, the backup you "
12008
  "created or from a skin file."
12009
  msgstr ""
12010
 
12011
+ #: wppa-settings-autosave.php:6087
12012
  #, fuzzy
12013
  msgid "--- set to defaults ---"
12014
  msgstr "--- smazáno ---"
12015
 
12016
+ #: wppa-settings-autosave.php:6090
12017
  msgid "--- restore backup ---"
12018
  msgstr ""
12019
 
12020
+ #: wppa-settings-autosave.php:6112
12021
  msgid "Regenerate"
12022
  msgstr ""
12023
 
12024
+ #: wppa-settings-autosave.php:6113 wppa-settings-autosave.php:6114
12025
  #, fuzzy
12026
  msgid "Regenerate all thumbnails."
12027
  msgstr "Prohlédnout náhledy"
12028
 
12029
+ #: wppa-settings-autosave.php:6117 wppa-settings-autosave.php:6221
12030
  msgid "Skip one"
12031
  msgstr ""
12032
 
12033
+ #: wppa-settings-autosave.php:6126
12034
  #, fuzzy
12035
  msgid "Rerate"
12036
  msgstr "Spravovat"
12037
 
12038
+ #: wppa-settings-autosave.php:6127
12039
  msgid "Recalculate ratings."
12040
  msgstr ""
12041
 
12042
+ #: wppa-settings-autosave.php:6128
12043
  msgid ""
12044
  "This function will recalculate all mean photo ratings from the ratings table."
12045
  msgstr ""
12046
 
12047
+ #: wppa-settings-autosave.php:6129
12048
  msgid ""
12049
  "You may need this function after the re-import of previously exported photos"
12050
  msgstr ""
12051
 
12052
+ #: wppa-settings-autosave.php:6140
12053
  #, fuzzy
12054
  msgid "Lost and found"
12055
  msgstr "Fotky nenalezeny."
12056
 
12057
+ #: wppa-settings-autosave.php:6141
12058
  msgid "Find \"lost\" photos."
12059
  msgstr ""
12060
 
12061
+ #: wppa-settings-autosave.php:6142
12062
  msgid "This function will attempt to find lost photos."
12063
  msgstr ""
12064
 
12065
+ #: wppa-settings-autosave.php:6153
12066
  msgid "Recuperate"
12067
  msgstr ""
12068
 
12069
+ #: wppa-settings-autosave.php:6155
12070
  msgid ""
12071
  "This action will attempt to find and register IPTC and EXIF data from photos "
12072
  "in the WPPA+ system."
12073
  msgstr ""
12074
 
12075
+ #: wppa-settings-autosave.php:6166
12076
  msgid "Remake Index Albums"
12077
  msgstr ""
12078
 
12079
+ #: wppa-settings-autosave.php:6167
12080
  msgid "Remakes the index database table for albums."
12081
  msgstr ""
12082
 
12083
+ #: wppa-settings-autosave.php:6179
12084
  #, fuzzy
12085
  msgid "Remake Index Photos"
12086
  msgstr "Podobné fotky"
12087
 
12088
+ #: wppa-settings-autosave.php:6180
12089
  msgid "Remakes the index database table for photos."
12090
  msgstr ""
12091
 
12092
+ #: wppa-settings-autosave.php:6198
12093
  msgid "Convert to tree"
12094
  msgstr ""
12095
 
12096
+ #: wppa-settings-autosave.php:6199
12097
  msgid "Convert filesystem to tree structure."
12098
  msgstr ""
12099
 
12100
+ #: wppa-settings-autosave.php:6202
12101
  msgid "Convert to flat"
12102
  msgstr ""
12103
 
12104
+ #: wppa-settings-autosave.php:6203
12105
  msgid "Convert filesystem to flat structure."
12106
  msgstr ""
12107
 
12108
+ #: wppa-settings-autosave.php:6205
12109
  msgid ""
12110
  "If you want to go back to a wppa+ version prior to 5.0.16, you MUST convert "
12111
  "to flat first."
12112
  msgstr ""
12113
 
12114
+ #: wppa-settings-autosave.php:6217
12115
  msgid "Remake the photofiles from photo sourcefiles."
12116
  msgstr ""
12117
 
12118
+ #: wppa-settings-autosave.php:6218
12119
  msgid ""
12120
  "This action will remake the fullsize images, thumbnail images, and will "
12121
  "refresh the iptc and exif data for all photos where the source is found in "
12122
  "the corresponding album sub-directory of the source directory."
12123
  msgstr ""
12124
 
12125
+ #: wppa-settings-autosave.php:6230
12126
  msgid "Recalc sizes"
12127
  msgstr ""
12128
 
12129
+ #: wppa-settings-autosave.php:6231
12130
  msgid "Recalculate photosizes and save to db."
12131
  msgstr ""
12132
 
12133
+ #: wppa-settings-autosave.php:6243
12134
  msgid "Clearing and other irreverseable actions"
12135
  msgstr ""
12136
 
12137
+ #: wppa-settings-autosave.php:6245
12138
  #, fuzzy
12139
  msgid "Clear ratings"
12140
  msgstr "Max uploads dosiahol"
12141
 
12142
+ #: wppa-settings-autosave.php:6246
12143
  msgid "Reset all ratings."
12144
  msgstr ""
12145
 
12146
+ #: wppa-settings-autosave.php:6247
12147
  msgid "WARNING: If checked, this will clear all ratings in the system!"
12148
  msgstr ""
12149
 
12150
+ #: wppa-settings-autosave.php:6258
12151
  msgid "Clear viewcounts"
12152
  msgstr ""
12153
 
12154
+ #: wppa-settings-autosave.php:6259
12155
  msgid "Reset all viewcounts."
12156
  msgstr ""
12157
 
12158
+ #: wppa-settings-autosave.php:6260
12159
  msgid "WARNING: If checked, this will clear all viewcounts in the system!"
12160
  msgstr ""
12161
 
12162
+ #: wppa-settings-autosave.php:6271
12163
  msgid "Reset IPTC"
12164
  msgstr ""
12165
 
12166
+ #: wppa-settings-autosave.php:6272
12167
  #, fuzzy
12168
  msgid "Clear all IPTC data."
12169
  msgstr "Skrýt IPTC data"
12170
 
12171
+ #: wppa-settings-autosave.php:6273
12172
  msgid "WARNING: If checked, this will clear all IPTC data in the system!"
12173
  msgstr ""
12174
 
12175
+ #: wppa-settings-autosave.php:6284
12176
  msgid "Reset EXIF"
12177
  msgstr ""
12178
 
12179
+ #: wppa-settings-autosave.php:6285
12180
  #, fuzzy
12181
  msgid "Clear all EXIF data."
12182
  msgstr "Skrýt EXIF data"
12183
 
12184
+ #: wppa-settings-autosave.php:6286
12185
  msgid "WARNING: If checked, this will clear all EXIF data in the system!"
12186
  msgstr ""
12187
 
12188
+ #: wppa-settings-autosave.php:6297
12189
  #, fuzzy
12190
  msgid "Apply New Photodesc"
12191
  msgstr "Super View fotky"
12192
 
12193
+ #: wppa-settings-autosave.php:6298
12194
  msgid "Apply New photo description on all photos in the system."
12195
  msgstr ""
12196
 
12197
+ #: wppa-settings-autosave.php:6310
12198
  msgid "Append to photodesc"
12199
  msgstr ""
12200
 
12201
+ #: wppa-settings-autosave.php:6311
12202
  #, fuzzy
12203
  msgid "Append this text to all photo descriptions."
12204
  msgstr "Zadat/upravit popis fotky"
12205
 
12206
+ #: wppa-settings-autosave.php:6325
12207
  msgid "Remove from photodesc"
12208
  msgstr ""
12209
 
12210
+ #: wppa-settings-autosave.php:6326
12211
  #, fuzzy
12212
  msgid "Remove this text from all photo descriptions."
12213
  msgstr "Zadat/upravit popis fotky"
12214
 
12215
+ #: wppa-settings-autosave.php:6340
12216
  #, fuzzy
12217
  msgid "Remove empty albums"
12218
  msgstr "Nedávno nahrané fotky"
12219
 
12220
+ #: wppa-settings-autosave.php:6341
12221
  msgid "Removes albums that are not used."
12222
  msgstr ""
12223
 
12224
+ #: wppa-settings-autosave.php:6353
12225
  msgid "Remove file-ext"
12226
  msgstr ""
12227
 
12228
+ #: wppa-settings-autosave.php:6354
12229
  msgid "Remove possible file extension from photo name."
12230
  msgstr ""
12231
 
12232
+ #: wppa-settings-autosave.php:6355
12233
  msgid ""
12234
  "This may be required for old photos, uploaded when the option in Table IX-D3 "
12235
  "was not yet available/selected."
12236
  msgstr ""
12237
 
12238
+ #: wppa-settings-autosave.php:6366
12239
  msgid "Re-add file-ext"
12240
  msgstr ""
12241
 
12242
+ #: wppa-settings-autosave.php:6367
12243
  msgid "Revert the <i>Remove file-ext</i> action."
12244
  msgstr ""
12245
 
12246
+ #: wppa-settings-autosave.php:6379
12247
  msgid "Watermark all"
12248
  msgstr ""
12249
 
12250
+ #: wppa-settings-autosave.php:6380
12251
  msgid "Apply watermark according to current settings to all photos."
12252
  msgstr ""
12253
 
12254
+ #: wppa-settings-autosave.php:6381
12255
  msgid "See Table IX_F for the current watermark settings"
12256
  msgstr ""
12257
 
12258
+ #: wppa-settings-autosave.php:6392
12259
  #, fuzzy
12260
  msgid "Create all autopages"
12261
  msgstr "Album:"
12262
 
12263
+ #: wppa-settings-autosave.php:6393
12264
  msgid "Create all the pages to display slides individually."
12265
  msgstr ""
12266
 
12267
+ #: wppa-settings-autosave.php:6394 wppa-settings-autosave.php:6408
12268
  msgid "See also Table IV-A10."
12269
  msgstr ""
12270
 
12271
+ #: wppa-settings-autosave.php:6395
12272
  msgid ""
12273
  "Make sure you have a custom menu and the \"Automatically add new top-level "
12274
  "pages to this menu\" box UNticked!!"
12275
  msgstr ""
12276
 
12277
+ #: wppa-settings-autosave.php:6406
12278
  #, fuzzy
12279
  msgid "Delete all autopages"
12280
  msgstr "Album:"
12281
 
12282
+ #: wppa-settings-autosave.php:6407
12283
  msgid "Delete all the pages to display slides individually."
12284
  msgstr ""
12285
 
12286
+ #: wppa-settings-autosave.php:6420
12287
  msgid "Leading zeroes"
12288
  msgstr ""
12289
 
12290
+ #: wppa-settings-autosave.php:6421
12291
  msgid "If photoname numeric, add leading zeros"
12292
  msgstr ""
12293
 
12294
+ #: wppa-settings-autosave.php:6422
12295
  msgid ""
12296
  "You can extend the name with leading zeros, so alphabetic sort becomes equal "
12297
  "to numeric sort order."
12298
  msgstr ""
12299
 
12300
+ #: wppa-settings-autosave.php:6425
12301
  msgid "Total chars"
12302
  msgstr ""
12303
 
12304
+ #: wppa-settings-autosave.php:6434
12305
  msgid "Add GPX tag"
12306
  msgstr ""
12307
 
12308
+ #: wppa-settings-autosave.php:6435
12309
  msgid "Make sure photos with gpx data have a Gpx tag"
12310
  msgstr ""
12311
 
12312
+ #: wppa-settings-autosave.php:6448 wppa-settings-autosave.php:7190
12313
  msgid "Optimize files"
12314
  msgstr ""
12315
 
12316
+ #: wppa-settings-autosave.php:6449
12317
  msgid "Optimize with EWWW image optimizer"
12318
  msgstr ""
12319
 
12320
+ #: wppa-settings-autosave.php:6462
12321
  #, fuzzy
12322
  msgid "Edit tag"
12323
  msgstr "Upravit fotku"
12324
 
12325
+ #: wppa-settings-autosave.php:6463
12326
  msgid "Globally change a tagname."
12327
  msgstr ""
12328
 
12329
+ #: wppa-settings-autosave.php:6469
12330
  #, fuzzy
12331
  msgid "-select a tag-"
12332
  msgstr "Vyberte prosím album a opakujte akci"
12333
 
12334
+ #: wppa-settings-autosave.php:6475
12335
  msgid "Tag:"
12336
  msgstr ""
12337
 
12338
+ #: wppa-settings-autosave.php:6476
12339
  msgid "Change to:"
12340
  msgstr ""
12341
 
12342
+ #: wppa-settings-autosave.php:6485
12343
  msgid "Synchronize Cloudinary"
12344
  msgstr ""
12345
 
12346
+ #: wppa-settings-autosave.php:6486
12347
  msgid "Removes/adds images in the cloud."
12348
  msgstr ""
12349
 
12350
+ #: wppa-settings-autosave.php:6487
12351
  msgid "Removes old images and verifies/adds new images to Cloudinary."
12352
  msgstr ""
12353
 
12354
+ #: wppa-settings-autosave.php:6488
12355
  msgid "See Table IX-K4.7 for the configured lifetime."
12356
  msgstr ""
12357
 
12358
+ #: wppa-settings-autosave.php:6499
12359
  msgid "Fix tags"
12360
  msgstr ""
12361
 
12362
+ #: wppa-settings-autosave.php:6500
12363
  msgid "Make sure photo tags format is uptodate"
12364
  msgstr ""
12365
 
12366
+ #: wppa-settings-autosave.php:6501
12367
  msgid "Fixes tags to be conform current database rules."
12368
  msgstr ""
12369
 
12370
+ #: wppa-settings-autosave.php:6512
12371
  msgid "Fix cats"
12372
  msgstr ""
12373
 
12374
+ #: wppa-settings-autosave.php:6513
12375
  msgid "Make sure album cats format is uptodate"
12376
  msgstr ""
12377
 
12378
+ #: wppa-settings-autosave.php:6514
12379
  msgid "Fixes cats to be conform current database rules."
12380
  msgstr ""
12381
 
12382
+ #: wppa-settings-autosave.php:6540
12383
  #, fuzzy
12384
  msgid "Listings"
12385
  msgstr "Nastavení"
12386
 
12387
+ #: wppa-settings-autosave.php:6542
12388
  msgid "List Logfile"
12389
  msgstr ""
12390
 
12391
+ #: wppa-settings-autosave.php:6543
12392
  msgid "Show the content of wppa+ (error) log."
12393
  msgstr ""
12394
 
12395
+ #: wppa-settings-autosave.php:6547
12396
  msgid "Purge logfile"
12397
  msgstr ""
12398
 
12399
+ #: wppa-settings-autosave.php:6556
12400
  #, fuzzy
12401
  msgid "List Ratings"
12402
  msgstr "Hlasování: %s"
12403
 
12404
+ #: wppa-settings-autosave.php:6557
12405
  #, fuzzy
12406
  msgid "Show the most recent ratings."
12407
  msgstr "Zobrazit posledně nahrané fotky"
12408
 
12409
+ #: wppa-settings-autosave.php:6570
12410
  msgid "List Index"
12411
  msgstr ""
12412
 
12413
+ #: wppa-settings-autosave.php:6571
12414
  msgid "Show the content if the index table."
12415
  msgstr ""
12416
 
12417
+ #: wppa-settings-autosave.php:6575
12418
  msgid "Start at text:"
12419
  msgstr ""
12420
 
12421
+ #: wppa-settings-autosave.php:6585
12422
  msgid "List active sessions"
12423
  msgstr ""
12424
 
12425
+ #: wppa-settings-autosave.php:6586
12426
  msgid "Show the content of the sessions table."
12427
  msgstr ""
12428
 
12429
+ #: wppa-settings-autosave.php:6619
12430
  msgid "Table IX:"
12431
  msgstr ""
12432
 
12433
+ #: wppa-settings-autosave.php:6619
12434
  msgid "Miscellaneous:"
12435
  msgstr ""
12436
 
12437
+ #: wppa-settings-autosave.php:6620
12438
  msgid "This table lists all settings that do not fit into an other table"
12439
  msgstr ""
12440
 
12441
+ #: wppa-settings-autosave.php:6638
12442
  msgid "Internal engine related settings"
12443
  msgstr ""
12444
 
12445
+ #: wppa-settings-autosave.php:6640
12446
  msgid "WPPA+ Filter priority"
12447
  msgstr ""
12448
 
12449
+ #: wppa-settings-autosave.php:6641
12450
  msgid "Sets the priority of the wppa+ content filter."
12451
  msgstr ""
12452
 
12453
+ #: wppa-settings-autosave.php:6642 wppa-settings-autosave.php:6651
12454
  msgid ""
12455
  "If you encounter conflicts with the theme or other plugins, increasing this "
12456
  "value sometimes helps. Use with great care!"
12457
  msgstr ""
12458
 
12459
+ #: wppa-settings-autosave.php:6649
 
 
 
 
 
12460
  msgid "Do_shortcode priority"
12461
  msgstr ""
12462
 
12463
+ #: wppa-settings-autosave.php:6650
12464
  msgid "Sets the priority of the do_shortcode() content filter."
12465
  msgstr ""
12466
 
12467
+ #: wppa-settings-autosave.php:6658
 
 
 
 
12468
  msgid "JPG image quality"
12469
  msgstr ""
12470
 
12471
+ #: wppa-settings-autosave.php:6659
12472
  msgid "The jpg quality when photos are downsized"
12473
  msgstr ""
12474
 
12475
+ #: wppa-settings-autosave.php:6660
12476
  msgid "The higher the number the better the quality but the larger the file"
12477
  msgstr ""
12478
 
12479
+ #: wppa-settings-autosave.php:6661
12480
  msgid "Possible values 20..100"
12481
  msgstr ""
12482
 
12483
+ #: wppa-settings-autosave.php:6668
12484
  msgid "Allow WPPA+ Debugging"
12485
  msgstr ""
12486
 
12487
+ #: wppa-settings-autosave.php:6669
12488
  msgid "Allow the use of &amp;debug=.. in urls to this site."
12489
  msgstr ""
12490
 
12491
+ #: wppa-settings-autosave.php:6670
12492
  msgid ""
12493
  "If checked: appending (?)(&)debug or (?)(&)debug=<int> to an url to this "
12494
  "site will generate the display of special WPPA+ diagnostics, as well as php "
12495
  "warnings"
12496
  msgstr ""
12497
 
12498
+ #: wppa-settings-autosave.php:6677
12499
  msgid "Auto continue"
12500
  msgstr ""
12501
 
12502
+ #: wppa-settings-autosave.php:6678
12503
  msgid "Continue automatic after time out"
12504
  msgstr ""
12505
 
12506
+ #: wppa-settings-autosave.php:6679
12507
  msgid ""
12508
  "If checked, an attempt will be made to restart an admin process when the "
12509
  "time is out."
12510
  msgstr ""
12511
 
12512
+ #: wppa-settings-autosave.php:6687
12513
  msgid "Set max execution time here."
12514
  msgstr ""
12515
 
12516
+ #: wppa-settings-autosave.php:6688
12517
  msgid ""
12518
  "If your php config does not properly set the max execution time, you can set "
12519
  "it here. Seconds, 0 means do not change."
12520
  msgstr ""
12521
 
12522
+ #: wppa-settings-autosave.php:6689
12523
  msgid "A safe value is 45"
12524
  msgstr ""
12525
 
12526
+ #: wppa-settings-autosave.php:6696
12527
  msgid "Feed use thumb"
12528
  msgstr ""
12529
 
12530
+ #: wppa-settings-autosave.php:6697
12531
  msgid "Feeds use thumbnail pictures always."
12532
  msgstr ""
12533
 
12534
+ #: wppa-settings-autosave.php:6705
12535
  msgid "Enable <i>in-line</i> settings"
12536
  msgstr ""
12537
 
12538
+ #: wppa-settings-autosave.php:6706
12539
  msgid "Activates shortcode [wppa_set][/wppa_set]."
12540
  msgstr ""
12541
 
12542
+ #: wppa-settings-autosave.php:6707
12543
  msgid ""
12544
  "Syntax: [wppa_set name=\"any wppa setting\" value=\"new value\"][/wppa_set]"
12545
  msgstr ""
12546
 
12547
+ #: wppa-settings-autosave.php:6708
12548
  msgid ""
12549
  "Example: [wppa_set name=\"wppa_thumbtype\" value=\"masonry-v\"][/wppa_set] "
12550
  "sets the thumbnail type to vertical masonry style"
12551
  msgstr ""
12552
 
12553
+ #: wppa-settings-autosave.php:6709
12554
  msgid "Do not forget to reset with [wppa_set][/wppa_set]"
12555
  msgstr ""
12556
 
12557
+ #: wppa-settings-autosave.php:6710
12558
  msgid "Use with great care! There is no check on validity of values!"
12559
  msgstr ""
12560
 
12561
+ #: wppa-settings-autosave.php:6717
12562
  msgid "Runtime modifyable settings"
12563
  msgstr ""
12564
 
12565
+ #: wppa-settings-autosave.php:6718
12566
  msgid "The setting slugs that may be altered using [wppa_set] shortcode."
12567
  msgstr ""
12568
 
12569
+ #: wppa-settings-autosave.php:6727
12570
  msgid "WPPA+ Admin related miscellaneous settings"
12571
  msgstr ""
12572
 
12573
+ #: wppa-settings-autosave.php:6729
12574
  msgid "Allow HTML"
12575
  msgstr ""
12576
 
12577
+ #: wppa-settings-autosave.php:6730
12578
  msgid "Allow HTML in album and photo descriptions."
12579
  msgstr ""
12580
 
12581
+ #: wppa-settings-autosave.php:6731
12582
  msgid ""
12583
  "If checked: html is allowed. WARNING: No checks on syntax, it is your own "
12584
  "responsability to close tags properly!"
12585
  msgstr ""
12586
 
12587
+ #: wppa-settings-autosave.php:6738
12588
  msgid "Check tag balance"
12589
  msgstr ""
12590
 
12591
+ #: wppa-settings-autosave.php:6739
12592
  msgid "Check if the HTML tags are properly closed: \"balanced\"."
12593
  msgstr ""
12594
 
12595
+ #: wppa-settings-autosave.php:6740
12596
  msgid ""
12597
  "If the HTML tags in an album or a photo description are not in balance, the "
12598
  "description is not updated, an errormessage is displayed"
12599
  msgstr ""
12600
 
12601
+ #: wppa-settings-autosave.php:6747
12602
  msgid "Use WP editor"
12603
  msgstr ""
12604
 
12605
+ #: wppa-settings-autosave.php:6748
12606
  msgid "Use the wp editor for multiline text fields."
12607
  msgstr ""
12608
 
12609
+ #: wppa-settings-autosave.php:6756
12610
  msgid "Album sel hierarchic"
12611
  msgstr ""
12612
 
12613
+ #: wppa-settings-autosave.php:6757
12614
  msgid "Show albums with (grand)parents in selection lists."
12615
  msgstr ""
12616
 
12617
+ #: wppa-settings-autosave.php:6765
12618
  msgid "Page sel hierarchic"
12619
  msgstr ""
12620
 
12621
+ #: wppa-settings-autosave.php:6766
12622
  msgid "Show pages with (grand)parents in selection lists."
12623
  msgstr ""
12624
 
12625
+ #: wppa-settings-autosave.php:6775
12626
  msgid "Photo admin page size"
12627
  msgstr ""
12628
 
12629
+ #: wppa-settings-autosave.php:6776
12630
  msgid ""
12631
  "The number of photos per page on the <br/>Edit Album -> Manage photos and "
12632
  "Edit Photos admin pages."
12633
  msgstr ""
12634
 
12635
+ #: wppa-settings-autosave.php:6786
12636
  #, fuzzy
12637
  msgid "Comment admin page size"
12638
  msgstr "Komentáře"
12639
 
12640
+ #: wppa-settings-autosave.php:6787
12641
  msgid "The number of comments per page on the Comments admin pages."
12642
  msgstr ""
12643
 
12644
+ #: wppa-settings-autosave.php:6797
12645
  msgid "Geo info edit"
12646
  msgstr ""
12647
 
12648
+ #: wppa-settings-autosave.php:6798
12649
  msgid "Lattitude and longitude may be edited in photo admin."
12650
  msgstr ""
12651
 
12652
+ #: wppa-settings-autosave.php:6806
12653
  msgid "Admin bar menu admin"
12654
  msgstr ""
12655
 
12656
+ #: wppa-settings-autosave.php:6807
12657
  msgid "Show menu on admin bar on admin pages."
12658
  msgstr ""
12659
 
12660
+ #: wppa-settings-autosave.php:6815
12661
  msgid "Admin bar menu frontend"
12662
  msgstr ""
12663
 
12664
+ #: wppa-settings-autosave.php:6816
12665
  msgid "Show menu on admin bar on frontend pages."
12666
  msgstr ""
12667
 
12668
+ #: wppa-settings-autosave.php:6824
12669
  msgid "Add shortcode to posts"
12670
  msgstr ""
12671
 
12672
+ #: wppa-settings-autosave.php:6825
12673
  msgid "Add a shortcode to the end of all posts."
12674
  msgstr ""
12675
 
12676
+ #: wppa-settings-autosave.php:6833
12677
  msgid "Shortcode to add"
12678
  msgstr ""
12679
 
12680
+ #: wppa-settings-autosave.php:6834
12681
  msgid "The shortcode to be added to the posts."
12682
  msgstr ""
12683
 
12684
+ #: wppa-settings-autosave.php:6842
12685
  msgid "We use Scripts"
12686
  msgstr ""
12687
 
12688
+ #: wppa-settings-autosave.php:6843
12689
  msgid "Use scripting syntax in shortcode generator."
12690
  msgstr ""
12691
 
12692
+ #: wppa-settings-autosave.php:6844
12693
  msgid ""
12694
  "This setting defines if the shortcode generator outputs old style script "
12695
  "tags or new style shortcodes."
12696
  msgstr ""
12697
 
12698
+ #: wppa-settings-autosave.php:6852
12699
  msgid "Import page prieviews"
12700
  msgstr ""
12701
 
12702
+ #: wppa-settings-autosave.php:6853
12703
  msgid "Show thumbnail previews in import admin page."
12704
  msgstr ""
12705
 
12706
+ #: wppa-settings-autosave.php:6861
12707
  #, fuzzy
12708
  msgid "Upload audiostub"
12709
  msgstr "Nahrát fotku"
12710
 
12711
+ #: wppa-settings-autosave.php:6862
12712
  msgid "Upload a new audio stub file"
12713
  msgstr ""
12714
 
12715
+ #: wppa-settings-autosave.php:6866
12716
  #, fuzzy
12717
  msgid "Upload audio stub image"
12718
  msgstr "Nahraný súbor nie je obraz"
12719
 
12720
+ #: wppa-settings-autosave.php:6871
12721
  msgid "Confirm create"
12722
  msgstr ""
12723
 
12724
+ #: wppa-settings-autosave.php:6872
12725
  msgid "Display confirmation dialog before creating album."
12726
  msgstr ""
12727
 
12728
+ #: wppa-settings-autosave.php:6881
12729
  msgid "SEO related settings"
12730
  msgstr ""
12731
 
12732
+ #: wppa-settings-autosave.php:6883
12733
  msgid "Meta on page"
12734
  msgstr ""
12735
 
12736
+ #: wppa-settings-autosave.php:6884
12737
  msgid "Meta tags for photos on the page."
12738
  msgstr ""
12739
 
12740
+ #: wppa-settings-autosave.php:6885
12741
  msgid ""
12742
  "If checked, the header of the page will contain metatags that refer to "
12743
  "featured photos on the page in the page context."
12744
  msgstr ""
12745
 
12746
+ #: wppa-settings-autosave.php:6892
12747
  msgid "Meta all"
12748
  msgstr ""
12749
 
12750
+ #: wppa-settings-autosave.php:6893
12751
  #, fuzzy
12752
  msgid "Meta tags for all featured photos."
12753
  msgstr "Zobrazit nejlépe hodnocené fotky"
12754
 
12755
+ #: wppa-settings-autosave.php:6894
12756
  msgid ""
12757
  "If checked, the header of the page will contain metatags that refer to all "
12758
  "featured photo files."
12759
  msgstr ""
12760
 
12761
+ #: wppa-settings-autosave.php:6895
12762
  msgid ""
12763
  "If you have many featured photos, you might wish to uncheck this item to "
12764
  "reduce the size of the page header."
12765
  msgstr ""
12766
 
12767
+ #: wppa-settings-autosave.php:6902
12768
  msgid "Add og meta tags"
12769
  msgstr ""
12770
 
12771
+ #: wppa-settings-autosave.php:6903
12772
  msgid "Add og meta tags to the page header."
12773
  msgstr ""
12774
 
12775
+ #: wppa-settings-autosave.php:6906
12776
  msgid ""
12777
  "Turning this off may affect the functionality of social media items in the "
12778
  "share box that rely on open graph tags information."
12779
  msgstr ""
12780
 
12781
+ #: wppa-settings-autosave.php:6912
12782
  msgid "Image Alt attribute type"
12783
  msgstr ""
12784
 
12785
+ #: wppa-settings-autosave.php:6913
12786
  msgid "Select kind of HTML alt=\"\" content for images."
12787
  msgstr ""
12788
 
12789
+ #: wppa-settings-autosave.php:6916
12790
  #, fuzzy
12791
  msgid "photo name"
12792
  msgstr "Zadejte název fotky"
12793
 
12794
+ #: wppa-settings-autosave.php:6916
12795
  msgid "name without file-ext"
12796
  msgstr ""
12797
 
12798
+ #: wppa-settings-autosave.php:6916
12799
  #, fuzzy
12800
  msgid "set in album admin"
12801
  msgstr "Vyberte prosím album a opakujte akci"
12802
 
12803
+ #: wppa-settings-autosave.php:6923
12804
  msgid "New Album and New Photo related miscellaneous settings"
12805
  msgstr ""
12806
 
12807
+ #: wppa-settings-autosave.php:6926
12808
  msgid "Maximum time an album is indicated as New!"
12809
  msgstr ""
12810
 
12811
+ #: wppa-settings-autosave.php:6930 wppa-settings-autosave.php:6971
12812
  #, fuzzy
12813
  msgid "One hour"
12814
  msgstr "1 hodina"
12815
 
12816
+ #: wppa-settings-autosave.php:6931 wppa-settings-autosave.php:6972
12817
+ #: wppa-settings-autosave.php:7974
12818
  #, fuzzy
12819
  msgid "One day"
12820
  msgstr "1 den"
12821
 
12822
+ #: wppa-settings-autosave.php:6932 wppa-settings-autosave.php:6973
12823
  #, fuzzy
12824
  msgid "Two days"
12825
  msgstr "dní"
12826
 
12827
+ #: wppa-settings-autosave.php:6933 wppa-settings-autosave.php:6974
12828
  msgid "Three days"
12829
  msgstr ""
12830
 
12831
+ #: wppa-settings-autosave.php:6934 wppa-settings-autosave.php:6975
12832
  #, fuzzy
12833
  msgid "Four days"
12834
  msgstr "dní"
12835
 
12836
+ #: wppa-settings-autosave.php:6935 wppa-settings-autosave.php:6976
12837
  #, fuzzy
12838
  msgid "Five days"
12839
  msgstr "dní"
12840
 
12841
+ #: wppa-settings-autosave.php:6936 wppa-settings-autosave.php:6977
12842
  #, fuzzy
12843
  msgid "Six days"
12844
  msgstr "dní"
12845
 
12846
+ #: wppa-settings-autosave.php:6937 wppa-settings-autosave.php:6978
12847
+ #: wppa-settings-autosave.php:7975
12848
  #, fuzzy
12849
  msgid "One week"
12850
  msgstr "1 týden"
12851
 
12852
+ #: wppa-settings-autosave.php:6938 wppa-settings-autosave.php:6979
12853
  msgid "Eight days"
12854
  msgstr ""
12855
 
12856
+ #: wppa-settings-autosave.php:6939 wppa-settings-autosave.php:6980
12857
  #, fuzzy
12858
  msgid "Nine days"
12859
  msgstr "dní"
12860
 
12861
+ #: wppa-settings-autosave.php:6940 wppa-settings-autosave.php:6981
12862
  #, fuzzy
12863
  msgid "Ten days"
12864
  msgstr "dní"
12865
 
12866
+ #: wppa-settings-autosave.php:6941 wppa-settings-autosave.php:6982
12867
  #, fuzzy
12868
  msgid "Two weeks"
12869
  msgstr "týdnů"
12870
 
12871
+ #: wppa-settings-autosave.php:6942 wppa-settings-autosave.php:6983
12872
  #, fuzzy
12873
  msgid "Three weeks"
12874
  msgstr "týdnů"
12875
 
12876
+ #: wppa-settings-autosave.php:6943 wppa-settings-autosave.php:6984
12877
  #, fuzzy
12878
  msgid "Four weeks"
12879
  msgstr "týdnů"
12880
 
12881
+ #: wppa-settings-autosave.php:6944 wppa-settings-autosave.php:6985
12882
+ #: wppa-settings-autosave.php:7976
12883
  #, fuzzy
12884
  msgid "One month"
12885
  msgstr "1 měsíc"
12886
 
12887
+ #: wppa-settings-autosave.php:6966
12888
  #, fuzzy
12889
  msgid "New Photo"
12890
  msgstr "Další fotku"
12891
 
12892
+ #: wppa-settings-autosave.php:6967
12893
  msgid "Maximum time a photo is indicated as New!"
12894
  msgstr ""
12895
 
12896
+ #: wppa-settings-autosave.php:7007
12897
  msgid "Limit LasTen New"
12898
  msgstr ""
12899
 
12900
+ #: wppa-settings-autosave.php:7008
12901
  msgid "Limits the LasTen photos to those that are 'New'."
12902
  msgstr ""
12903
 
12904
+ #: wppa-settings-autosave.php:7009
12905
  msgid ""
12906
  "If you tick this box and configured the new photo time, you can even limit "
12907
  "the number by the setting in Table I-F7, or set that number to an unlikely "
12908
  "high value."
12909
  msgstr ""
12910
 
12911
+ #: wppa-settings-autosave.php:7016
12912
  msgid "Apply Newphoto desc"
12913
  msgstr ""
12914
 
12915
+ #: wppa-settings-autosave.php:7017
12916
  msgid "Give each new photo a standard description."
12917
  msgstr ""
12918
 
12919
+ #: wppa-settings-autosave.php:7018
12920
  msgid ""
12921
  "If checked, each new photo will get the description (template) as specified "
12922
  "in the next item."
12923
  msgstr ""
12924
 
12925
+ #: wppa-settings-autosave.php:7025
12926
  #, fuzzy
12927
  msgid "New photo desc"
12928
  msgstr "Nová fotka nahrána: %s"
12929
 
12930
+ #: wppa-settings-autosave.php:7026
12931
  msgid "The description (template) to add to a new photo."
12932
  msgstr ""
12933
 
12934
+ #: wppa-settings-autosave.php:7027
12935
  #, fuzzy
12936
  msgid "Enter the default description."
12937
  msgstr "Zadat/upravit popis fotky"
12938
 
12939
+ #: wppa-settings-autosave.php:7028
12940
  msgid "If you use html, please check item A-1 of this table."
12941
  msgstr ""
12942
 
12943
+ #: wppa-settings-autosave.php:7036
12944
  msgid "New albums are created with this upload limit."
12945
  msgstr ""
12946
 
12947
+ #: wppa-settings-autosave.php:7037
12948
  msgid ""
12949
  "Administrators can change the limit settings in the \"Edit Album Information"
12950
  "\" admin page."
12951
  msgstr ""
12952
 
12953
+ #: wppa-settings-autosave.php:7054
12954
  msgid "Default parent"
12955
  msgstr ""
12956
 
12957
+ #: wppa-settings-autosave.php:7055
12958
  msgid "The parent album of new albums."
12959
  msgstr ""
12960
 
12961
+ #: wppa-settings-autosave.php:7072
12962
  msgid "Default parent always"
12963
  msgstr ""
12964
 
12965
+ #: wppa-settings-autosave.php:7073
12966
  msgid ""
12967
  "The parent album of new albums is always the default, except for "
12968
  "administrators."
12969
  msgstr ""
12970
 
12971
+ #: wppa-settings-autosave.php:7081
12972
  msgid "Show album full"
12973
  msgstr ""
12974
 
12975
+ #: wppa-settings-autosave.php:7082
12976
  msgid "Show the Upload limit reached message if appropriate."
12977
  msgstr ""
12978
 
12979
+ #: wppa-settings-autosave.php:7090
12980
  #, fuzzy
12981
  msgid "Grant an album"
12982
  msgstr "Album:"
12983
 
12984
+ #: wppa-settings-autosave.php:7091
12985
  msgid "Create an album for each user logging in."
12986
  msgstr ""
12987
 
12988
+ #: wppa-settings-autosave.php:7099
12989
  #, fuzzy
12990
  msgid "Grant album name"
12991
  msgstr "Zadejte název fotky"
12992
 
12993
+ #: wppa-settings-autosave.php:7100
12994
  msgid "The name to be used for the album."
12995
  msgstr ""
12996
 
12997
+ #: wppa-settings-autosave.php:7103
12998
  #, fuzzy
12999
  msgid "Login name"
13000
  msgstr "Vaše jméno:"
13001
 
13002
+ #: wppa-settings-autosave.php:7103 wppa-upldr-widget.php:181
13003
  msgid "Display name"
13004
  msgstr ""
13005
 
13006
+ #: wppa-settings-autosave.php:7103
13007
  msgid "Id"
13008
  msgstr ""
13009
 
13010
+ #: wppa-settings-autosave.php:7103
13011
  msgid "Firstname Lastname"
13012
  msgstr ""
13013
 
13014
+ #: wppa-settings-autosave.php:7110
13015
  msgid "Grant parent"
13016
  msgstr ""
13017
 
13018
+ #: wppa-settings-autosave.php:7111
13019
  msgid "The parent album of the auto created albums."
13020
  msgstr ""
13021
 
13022
+ #: wppa-settings-autosave.php:7128
13023
  #, fuzzy
13024
  msgid "Max user albums"
13025
  msgstr "Různá alba"
13026
 
13027
+ #: wppa-settings-autosave.php:7129
13028
  msgid "The max number of albums a user can create."
13029
  msgstr ""
13030
 
13031
+ #: wppa-settings-autosave.php:7130
13032
  msgid ""
13033
  "The maximum number of albums a user can create when he is not admin and "
13034
  "owner only is active"
13035
  msgstr ""
13036
 
13037
+ #: wppa-settings-autosave.php:7131
13038
  msgid "A number of 0 means No limit"
13039
  msgstr ""
13040
 
13041
+ #: wppa-settings-autosave.php:7138
13042
  #, fuzzy
13043
  msgid "Default photo name"
13044
  msgstr "Přednastavené fotoalbum pro"
13045
 
13046
+ #: wppa-settings-autosave.php:7139
13047
  msgid "Select the way the name of a new uploaded photo should be determined."
13048
  msgstr ""
13049
 
13050
+ #: wppa-settings-autosave.php:7142
13051
  msgid "Filename"
13052
  msgstr ""
13053
 
13054
+ #: wppa-settings-autosave.php:7143
13055
  msgid "Filename without extension"
13056
  msgstr ""
13057
 
13058
+ #: wppa-settings-autosave.php:7144
13059
  msgid "IPTC Tag 2#005 (Graphic name)"
13060
  msgstr ""
13061
 
13062
+ #: wppa-settings-autosave.php:7145
13063
  msgid "IPTC Tag 2#120 (Caption)"
13064
  msgstr ""
13065
 
13066
+ #: wppa-settings-autosave.php:7146
13067
  msgid "No name at all"
13068
  msgstr ""
13069
 
13070
+ #: wppa-settings-autosave.php:7154
13071
  #, fuzzy
13072
  msgid "Default coverphoto"
13073
  msgstr "Zobrazit úvodní fotku"
13074
 
13075
+ #: wppa-settings-autosave.php:7155
13076
  msgid "Name of photofile to become cover image"
13077
  msgstr ""
13078
 
13079
+ #: wppa-settings-autosave.php:7156
13080
  msgid ""
13081
  "If you name a photofile like this setting before upload, it will become the "
13082
  "coverimage automaticly."
13083
  msgstr ""
13084
 
13085
+ #: wppa-settings-autosave.php:7163
13086
  msgid "Copy Timestamp"
13087
  msgstr ""
13088
 
13089
+ #: wppa-settings-autosave.php:7164
13090
  msgid "Copy timestamp when copying photo."
13091
  msgstr ""
13092
 
13093
+ #: wppa-settings-autosave.php:7165
13094
  msgid "If checked, the copied photo is not \"new\""
13095
  msgstr ""
13096
 
13097
+ #: wppa-settings-autosave.php:7172
13098
  msgid "Copy Owner"
13099
  msgstr ""
13100
 
13101
+ #: wppa-settings-autosave.php:7173
13102
  msgid "Copy the owner when copying photo."
13103
  msgstr ""
13104
 
13105
+ #: wppa-settings-autosave.php:7181
13106
  msgid "FE Albums public"
13107
  msgstr ""
13108
 
13109
+ #: wppa-settings-autosave.php:7182
13110
  msgid "Frontend created albums are --- public ---"
13111
  msgstr ""
13112
 
13113
+ #: wppa-settings-autosave.php:7191
13114
  msgid "Optimize image files right after upload/import"
13115
  msgstr ""
13116
 
13117
+ #: wppa-settings-autosave.php:7192
13118
  msgid "This option requires the plugin EWWW Image Optimizer to be activated"
13119
  msgstr ""
13120
 
13121
+ #: wppa-settings-autosave.php:7199
13122
  #, fuzzy
13123
  msgid "Default album linktype"
13124
  msgstr "Přednastavené fotoalbum pro"
13125
 
13126
+ #: wppa-settings-autosave.php:7200
13127
  msgid "The album linktype for new albums"
13128
  msgstr ""
13129
 
13130
+ #: wppa-settings-autosave.php:7219
13131
  msgid "Search Albums and Photos related settings"
13132
  msgstr ""
13133
 
13134
+ #: wppa-settings-autosave.php:7221
13135
  #, fuzzy
13136
  msgid "Search page"
13137
  msgstr "Výsledek vyhledávání fotek"
13138
 
13139
+ #: wppa-settings-autosave.php:7222
13140
  msgid "Display the search results on page."
13141
  msgstr ""
13142
 
13143
+ #: wppa-settings-autosave.php:7223
13144
  #, php-format
13145
  msgid ""
13146
  "Select the page to be used to display search results. The page MUST contain "
13147
  "%%wppa%% or [wppa][/wppa]."
13148
  msgstr ""
13149
 
13150
+ #: wppa-settings-autosave.php:7224
13151
  msgid "You may give it the title \"Search results\" or something alike."
13152
  msgstr ""
13153
 
13154
+ #: wppa-settings-autosave.php:7225
13155
  msgid ""
13156
  "Or you ou may use the standard page on which you display the generic album."
13157
  msgstr ""
13158
 
13159
+ #: wppa-settings-autosave.php:7258
13160
  msgid "Exclude separate"
13161
  msgstr ""
13162
 
13163
+ #: wppa-settings-autosave.php:7259
13164
  #, fuzzy
13165
  msgid "Do not search 'separate' albums."
13166
  msgstr "Nelze vložit do databáze."
13167
 
13168
+ #: wppa-settings-autosave.php:7260
13169
  msgid ""
13170
  "When checked, albums (and photos in them) that have the parent set to --- "
13171
  "separate --- will be excluded from being searched."
13172
  msgstr ""
13173
 
13174
+ #: wppa-settings-autosave.php:7267
13175
  msgid "Include tags"
13176
  msgstr ""
13177
 
13178
+ #: wppa-settings-autosave.php:7268
13179
  msgid "Do also search the photo tags."
13180
  msgstr ""
13181
 
13182
+ #: wppa-settings-autosave.php:7269
13183
  msgid "When checked, the tags of the photo will also be searched."
13184
  msgstr ""
13185
 
13186
+ #: wppa-settings-autosave.php:7276
13187
  msgid "Include categories"
13188
  msgstr ""
13189
 
13190
+ #: wppa-settings-autosave.php:7277
13191
  msgid "Do also search the album categories."
13192
  msgstr ""
13193
 
13194
+ #: wppa-settings-autosave.php:7278
13195
  msgid "When checked, the categories of the album will also be searched."
13196
  msgstr ""
13197
 
13198
+ #: wppa-settings-autosave.php:7285
13199
  #, fuzzy
13200
  msgid "Include comments"
13201
  msgstr "%d komentáře/ů"
13202
 
13203
+ #: wppa-settings-autosave.php:7286
13204
  msgid "Do also search the comments on photos."
13205
  msgstr ""
13206
 
13207
+ #: wppa-settings-autosave.php:7287
13208
  msgid "When checked, the comments of the photos will also be searched."
13209
  msgstr ""
13210
 
13211
+ #: wppa-settings-autosave.php:7294
13212
  #, fuzzy
13213
  msgid "Photos only"
13214
  msgstr "Foto"
13215
 
13216
+ #: wppa-settings-autosave.php:7295
13217
  msgid "Search for photos only."
13218
  msgstr ""
13219
 
13220
+ #: wppa-settings-autosave.php:7296
13221
  msgid "When checked, only photos will be searched for."
13222
  msgstr ""
13223
 
13224
+ #: wppa-settings-autosave.php:7311
13225
  msgid "Max albums found"
13226
  msgstr ""
13227
 
13228
+ #: wppa-settings-autosave.php:7312
13229
  msgid "The maximum number of albums to be displayed."
13230
  msgstr ""
13231
 
13232
+ #: wppa-settings-autosave.php:7320
13233
  #, fuzzy
13234
  msgid "Max photos found"
13235
  msgstr "Žádná podobná fotka."
13236
 
13237
+ #: wppa-settings-autosave.php:7321
13238
  msgid "The maximum number of photos to be displayed."
13239
  msgstr ""
13240
 
13241
+ #: wppa-settings-autosave.php:7329
13242
  msgid "Tags OR only"
13243
  msgstr ""
13244
 
13245
+ #: wppa-settings-autosave.php:7330
13246
  msgid "No and / or buttons"
13247
  msgstr ""
13248
 
13249
+ #: wppa-settings-autosave.php:7331
13250
  msgid ""
13251
  "Hide the and/or radiobuttons and do the or method in the multitag widget and "
13252
  "shortcode."
13253
  msgstr ""
13254
 
13255
+ #: wppa-settings-autosave.php:7338
13256
  msgid "Floating searchtoken"
13257
  msgstr ""
13258
 
13259
+ #: wppa-settings-autosave.php:7339
13260
  msgid "A match need not start at the first char."
13261
  msgstr ""
13262
 
13263
+ #: wppa-settings-autosave.php:7340
13264
  msgid ""
13265
  "A match is found while searching also when the entered token is somewhere in "
13266
  "the middle of a word."
13267
  msgstr ""
13268
 
13269
+ #: wppa-settings-autosave.php:7341
13270
  msgid "This works in indexed search only!"
13271
  msgstr ""
13272
 
13273
+ #: wppa-settings-autosave.php:7348
13274
  #, fuzzy
13275
  msgid "Search results display"
13276
  msgstr "Výsledek vyhledávání fotek"
13277
 
13278
+ #: wppa-settings-autosave.php:7349
13279
  msgid "Select the way the search results should be displayed."
13280
  msgstr ""
13281
 
13282
+ #: wppa-settings-autosave.php:7350
13283
  msgid ""
13284
  "If you select anything different from \"Albums and thumbnails\", \"Photos "
13285
  "only\" is assumed (Table IX-E6)."
13286
  msgstr ""
13287
 
13288
+ #: wppa-settings-autosave.php:7352
13289
  #, fuzzy
13290
  msgid "Albums and thumbnails"
13291
  msgstr "Prohlédnout náhledy"
13292
 
13293
+ #: wppa-settings-autosave.php:7352
13294
  #, fuzzy
13295
  msgid "Slideonly slideshow"
13296
  msgstr "Slideshow"
13297
 
13298
+ #: wppa-settings-autosave.php:7359
13299
  msgid "Name max length"
13300
  msgstr ""
13301
 
13302
+ #: wppa-settings-autosave.php:7360
13303
  msgid "Max length of displayed photonames in supersearch selectionlist"
13304
  msgstr ""
13305
 
13306
+ #: wppa-settings-autosave.php:7361 wppa-settings-autosave.php:7370
13307
  msgid ""
13308
  "To limit the length of the selectionlist, enter the number of characters to "
13309
  "show."
13310
  msgstr ""
13311
 
13312
+ #: wppa-settings-autosave.php:7368
13313
  msgid "Text max length"
13314
  msgstr ""
13315
 
13316
+ #: wppa-settings-autosave.php:7369
13317
  msgid "Max length of displayed photo text in supersearch selectionlist"
13318
  msgstr ""
13319
 
13320
+ #: wppa-settings-autosave.php:7377
13321
  msgid "Watermark related settings"
13322
  msgstr ""
13323
 
13324
+ #: wppa-settings-autosave.php:7380
13325
  msgid "Enable the application of watermarks."
13326
  msgstr ""
13327
 
13328
+ #: wppa-settings-autosave.php:7381
13329
  msgid "If checked, photos can be watermarked during upload / import."
13330
  msgstr ""
13331
 
13332
+ #: wppa-settings-autosave.php:7390
13333
  #, fuzzy
13334
  msgid "Watermark file"
13335
  msgstr "Použít soubor s vodoznakem:"
13336
 
13337
+ #: wppa-settings-autosave.php:7391
13338
  msgid "The default watermarkfile to be used."
13339
  msgstr ""
13340
 
13341
+ #: wppa-settings-autosave.php:7392
13342
  msgid "Watermark files are of type png and reside in"
13343
  msgstr ""
13344
 
13345
+ #: wppa-settings-autosave.php:7393
13346
  msgid ""
13347
  "A suitable watermarkfile typically consists of a transparent background and "
13348
  "a black text or drawing."
13349
  msgstr ""
13350
 
13351
+ #: wppa-settings-autosave.php:7395
13352
  msgid ""
13353
  "You may also select one of the textual watermark types at the bottom of the "
13354
  "selection list."
13355
  msgstr ""
13356
 
13357
+ #: wppa-settings-autosave.php:7399
13358
  #, fuzzy
13359
  msgid "position:"
13360
  msgstr "Pozice:"
13361
 
13362
+ #: wppa-settings-autosave.php:7405
13363
  #, fuzzy
13364
  msgid "Upload watermark"
13365
  msgstr "Použít soubor s vodoznakem:"
13366
 
13367
+ #: wppa-settings-autosave.php:7406
13368
  #, fuzzy
13369
  msgid "Upload a new watermark file"
13370
  msgstr "Použít soubor s vodoznakem:"
13371
 
13372
+ #: wppa-settings-autosave.php:7410
13373
  #, fuzzy
13374
  msgid "Upload watermark image"
13375
  msgstr "Použít soubor s vodoznakem:"
13376
 
13377
+ #: wppa-settings-autosave.php:7415
13378
  msgid "Watermark opacity image"
13379
  msgstr ""
13380
 
13381
+ #: wppa-settings-autosave.php:7416
13382
  msgid "You can set the intensity of image watermarks here."
13383
  msgstr ""
13384
 
13385
+ #: wppa-settings-autosave.php:7417 wppa-settings-autosave.php:7502
13386
  msgid ""
13387
  "The higher the number, the intenser the watermark. Value must be > 0 and <= "
13388
  "100."
13389
  msgstr ""
13390
 
13391
+ #: wppa-settings-autosave.php:7424
13392
  #, fuzzy
13393
  msgid "Textual watermark style"
13394
  msgstr "Použít soubor s vodoznakem:"
13395
 
13396
+ #: wppa-settings-autosave.php:7425
13397
  msgid "The way the textual watermarks look like"
13398
  msgstr ""
13399
 
13400
+ #: wppa-settings-autosave.php:7429
13401
  msgid "TV subtitle style"
13402
  msgstr ""
13403
 
13404
+ #: wppa-settings-autosave.php:7429
13405
  msgid "White text on black background"
13406
  msgstr ""
13407
 
13408
+ #: wppa-settings-autosave.php:7429
13409
  msgid "Black text on white background"
13410
  msgstr ""
13411
 
13412
+ #: wppa-settings-autosave.php:7429
13413
  msgid "Reverse TV style (Utopia)"
13414
  msgstr ""
13415
 
13416
+ #: wppa-settings-autosave.php:7429
13417
  msgid "White on transparent background"
13418
  msgstr ""
13419
 
13420
+ #: wppa-settings-autosave.php:7429
13421
  msgid "Black on transparent background"
13422
  msgstr ""
13423
 
13424
+ #: wppa-settings-autosave.php:7439
13425
  msgid "Predefined watermark text"
13426
  msgstr ""
13427
 
13428
+ #: wppa-settings-autosave.php:7440
13429
  msgid "The text to use when --- pre-defined --- is selected."
13430
  msgstr ""
13431
 
13432
+ #: wppa-settings-autosave.php:7441
13433
  msgid "You may use the following keywords:"
13434
  msgstr ""
13435
 
13436
+ #: wppa-settings-autosave.php:7442
13437
  msgid "w#site, w#owner, w#name, w#filename"
13438
  msgstr ""
13439
 
13440
+ #: wppa-settings-autosave.php:7449
13441
  #, fuzzy
13442
  msgid "Textual watermark font"
13443
  msgstr "Použít soubor s vodoznakem:"
13444
 
13445
+ #: wppa-settings-autosave.php:7450
13446
  msgid "The font to use with textusl watermarks."
13447
  msgstr ""
13448
 
13449
+ #: wppa-settings-autosave.php:7451
13450
  msgid "Except for the system font, are font files of type ttf and reside in"
13451
  msgstr ""
13452
 
13453
+ #: wppa-settings-autosave.php:7479
13454
  #, fuzzy
13455
  msgid "Textual watermark font size"
13456
  msgstr "Použít soubor s vodoznakem:"
13457
 
13458
+ #: wppa-settings-autosave.php:7480
13459
  msgid "You can set the size of the truetype fonts only."
13460
  msgstr ""
13461
 
13462
+ #: wppa-settings-autosave.php:7481
13463
  msgid ""
13464
  "System font can have size 1,2,3,4 or 5, in some stoneage fontsize units. Any "
13465
  "value > 5 will be treated as 5."
13466
  msgstr ""
13467
 
13468
+ #: wppa-settings-autosave.php:7482
13469
  msgid ""
13470
  "Truetype fonts can have any positive integer size, if your PHPs GD version "
13471
  "is 1, in pixels, in GD2 in points."
13472
  msgstr ""
13473
 
13474
+ #: wppa-settings-autosave.php:7483
13475
  msgid "It is unclear howmany pixels a point is..."
13476
  msgstr ""
13477
 
13478
+ #: wppa-settings-autosave.php:7490
13479
  #, fuzzy
13480
  msgid "Upload watermark font"
13481
  msgstr "Použít soubor s vodoznakem:"
13482
 
13483
+ #: wppa-settings-autosave.php:7491
13484
  #, fuzzy
13485
  msgid "Upload a new watermark font file"
13486
  msgstr "Použít soubor s vodoznakem:"
13487
 
13488
+ #: wppa-settings-autosave.php:7492
13489
  msgid ""
13490
  "Upload truetype fonts (.ttf) only, and test if they work on your server "
13491
  "platform."
13492
  msgstr ""
13493
 
13494
+ #: wppa-settings-autosave.php:7495
13495
  #, fuzzy
13496
  msgid "Upload TrueType font"
13497
  msgstr "Nahrát fotku"
13498
 
13499
+ #: wppa-settings-autosave.php:7500
13500
  msgid "Watermark opacity text"
13501
  msgstr ""
13502
 
13503
+ #: wppa-settings-autosave.php:7501
13504
  msgid "You can set the intensity of a text watermarks here."
13505
  msgstr ""
13506
 
13507
+ #: wppa-settings-autosave.php:7510
13508
  msgid "A real life preview. To update: refresh the page."
13509
  msgstr ""
13510
 
13511
+ #: wppa-settings-autosave.php:7521
13512
  #, fuzzy
13513
  msgid "Watermark thumbnails"
13514
  msgstr "Prohlédnout náhledy"
13515
 
13516
+ #: wppa-settings-autosave.php:7522
13517
  msgid "Watermark also the thumbnail image files."
13518
  msgstr ""
13519
 
13520
+ #: wppa-settings-autosave.php:7530
13521
  msgid "Slideshow elements sequence order settings"
13522
  msgstr ""
13523
 
13524
+ #: wppa-settings-autosave.php:7536 wppa-settings-autosave.php:7582
13525
  #, fuzzy
13526
  msgid "StartStop"
13527
  msgstr "Spustit"
13528
 
13529
+ #: wppa-settings-autosave.php:7537 wppa-settings-autosave.php:7583
13530
  msgid "SlideFrame"
13531
  msgstr ""
13532
 
13533
+ #: wppa-settings-autosave.php:7539
13534
  msgid "Desc"
13535
  msgstr ""
13536
 
13537
+ #: wppa-settings-autosave.php:7542 wppa-settings-autosave.php:7587
13538
  msgid "FilmStrip"
13539
  msgstr ""
13540
 
13541
+ #: wppa-settings-autosave.php:7543 wppa-settings-autosave.php:7588
13542
  msgid "Browsebar"
13543
  msgstr ""
13544
 
13545
+ #: wppa-settings-autosave.php:7545 wppa-settings-autosave.php:7590
13546
  #, fuzzy
13547
  msgid "IPTC data"
13548
  msgstr "Žádná IPTC data"
13549
 
13550
+ #: wppa-settings-autosave.php:7546 wppa-settings-autosave.php:7591
13551
  #, fuzzy
13552
  msgid "EXIF data"
13553
  msgstr "Žádná EXIF data"
13554
 
13555
+ #: wppa-settings-autosave.php:7547 wppa-settings-autosave.php:7592
13556
  #, fuzzy
13557
  msgid "Share box"
13558
  msgstr "Sdílet %s na Facebooku"
13559
 
13560
+ #: wppa-settings-autosave.php:7549 wppa-settings-autosave.php:7594
13561
  msgid "Enabled"
13562
  msgstr ""
13563
 
13564
+ #: wppa-settings-autosave.php:7550 wppa-settings-autosave.php:7595
13565
  msgid "Disabled"
13566
  msgstr ""
13567
 
13568
+ #: wppa-settings-autosave.php:7552 wppa-settings-autosave.php:7597
13569
  msgid "Start/Stop & Slower/Faster navigation bar"
13570
  msgstr ""
13571
 
13572
+ #: wppa-settings-autosave.php:7553 wppa-settings-autosave.php:7598
13573
  msgid "The Slide Frame"
13574
  msgstr ""
13575
 
13576
+ #: wppa-settings-autosave.php:7553 wppa-settings-autosave.php:7598
13577
  msgid "( Always )"
13578
  msgstr ""
13579
 
13580
+ #: wppa-settings-autosave.php:7554
13581
  #, fuzzy
13582
  msgid "Photo Name Box"
13583
  msgstr "Foto dne"
13584
 
13585
+ #: wppa-settings-autosave.php:7555
13586
  msgid "Photo Description Box"
13587
  msgstr ""
13588
 
13589
+ #: wppa-settings-autosave.php:7556 wppa-settings-autosave.php:7600
13590
  msgid "Custom Box"
13591
  msgstr ""
13592
 
13593
+ #: wppa-settings-autosave.php:7557 wppa-settings-autosave.php:7601
13594
  #, fuzzy
13595
  msgid "Rating Bar"
13596
  msgstr "Hlasování: %s"
13597
 
13598
+ #: wppa-settings-autosave.php:7558 wppa-settings-autosave.php:7602
13599
  msgid "Film Strip with embedded Start/Stop and Goto functionality"
13600
  msgstr ""
13601
 
13602
+ #: wppa-settings-autosave.php:7559 wppa-settings-autosave.php:7603
13603
  msgid "Browse Bar with Photo X of Y counter"
13604
  msgstr ""
13605
 
13606
+ #: wppa-settings-autosave.php:7560 wppa-settings-autosave.php:7604
13607
  #, fuzzy
13608
  msgid "Comments Box"
13609
  msgstr "Komentáře"
13610
 
13611
+ #: wppa-settings-autosave.php:7561 wppa-settings-autosave.php:7605
13612
  msgid "IPTC box"
13613
  msgstr ""
13614
 
13615
+ #: wppa-settings-autosave.php:7562 wppa-settings-autosave.php:7606
13616
  msgid "EXIF box"
13617
  msgstr ""
13618
 
13619
+ #: wppa-settings-autosave.php:7563 wppa-settings-autosave.php:7607
13620
  #, fuzzy
13621
  msgid "Social media share box"
13622
  msgstr "Vyberte prosím cílovou stránku pro super view widget v Table VI-C"
13623
 
13624
+ #: wppa-settings-autosave.php:7569 wppa-settings-autosave.php:7613
13625
  msgid "Move Up"
13626
  msgstr ""
13627
 
13628
+ #: wppa-settings-autosave.php:7584
13629
  msgid "NameDesc"
13630
  msgstr ""
13631
 
13632
+ #: wppa-settings-autosave.php:7599
13633
  msgid "Photo Name & Description Box"
13634
  msgstr ""
13635
 
13636
+ #: wppa-settings-autosave.php:7623
13637
  msgid "Swap Namedesc"
13638
  msgstr ""
13639
 
13640
+ #: wppa-settings-autosave.php:7624
13641
  msgid "Swap the order sequence of name and description"
13642
  msgstr ""
13643
 
13644
+ #: wppa-settings-autosave.php:7632
13645
  msgid "Split Name and Desc"
13646
  msgstr ""
13647
 
13648
+ #: wppa-settings-autosave.php:7633
13649
  msgid "Put Name and Description in separate boxes"
13650
  msgstr ""
13651
 
13652
+ #: wppa-settings-autosave.php:7636
13653
  msgid "Please reload this page after the green checkmark appears!"
13654
  msgstr ""
13655
 
13656
+ #: wppa-settings-autosave.php:7641
13657
  msgid "Source file management and other upload/import settings and actions."
13658
  msgstr ""
13659
 
13660
+ #: wppa-settings-autosave.php:7643
13661
  msgid "Keep sourcefiles admin"
13662
  msgstr ""
13663
 
13664
+ #: wppa-settings-autosave.php:7644
13665
  msgid "Keep the original uploaded and imported photo files."
13666
  msgstr ""
13667
 
13668
+ #: wppa-settings-autosave.php:7645 wppa-settings-autosave.php:7655
13669
  msgid ""
13670
  "The files will be kept in a separate directory with subdirectories for each "
13671
  "album"
13672
  msgstr ""
13673
 
13674
+ #: wppa-settings-autosave.php:7646 wppa-settings-autosave.php:7656
13675
  msgid ""
13676
  "These files can be used to update the photos used in displaying in wppa+ and "
13677
  "optionally for downloading original, un-downsized images."
13678
  msgstr ""
13679
 
13680
+ #: wppa-settings-autosave.php:7653
13681
  msgid "Keep sourcefiles frontend"
13682
  msgstr ""
13683
 
13684
+ #: wppa-settings-autosave.php:7654
13685
  #, fuzzy
13686
  msgid "Keep the original frontend uploaded photo files."
13687
  msgstr "Zobrazit posledně nahrané fotky"
13688
 
13689
+ #: wppa-settings-autosave.php:7663
13690
  msgid "Source directory"
13691
  msgstr ""
13692
 
13693
+ #: wppa-settings-autosave.php:7664
13694
  msgid "The path to the directory where the original photofiles will be saved."
13695
  msgstr ""
13696
 
13697
+ #: wppa-settings-autosave.php:7665
13698
  msgid "You may change the directory path, but it can not be an url."
13699
  msgstr ""
13700
 
13701
+ #: wppa-settings-autosave.php:7666
13702
  msgid ""
13703
  "The parent of the directory that you enter here must exist and be writable."
13704
  msgstr ""
13705
 
13706
+ #: wppa-settings-autosave.php:7667
13707
  msgid "The directory itsself will be created if it does not exist yet."
13708
  msgstr ""
13709
 
13710
+ #: wppa-settings-autosave.php:7674
13711
  msgid "Keep sync"
13712
  msgstr ""
13713
 
13714
+ #: wppa-settings-autosave.php:7675
13715
  msgid "Keep source synchronously with wppa system."
13716
  msgstr ""
13717
 
13718
+ #: wppa-settings-autosave.php:7676
13719
  msgid ""
13720
  "If checked, photos that are deleted from wppa, will also be removed from the "
13721
  "sourcefiles."
13722
  msgstr ""
13723
 
13724
+ #: wppa-settings-autosave.php:7677
13725
  msgid ""
13726
  "Also, copying or moving photos to different albums, will also copy/move the "
13727
  "sourcefiles."
13728
  msgstr ""
13729
 
13730
+ #: wppa-settings-autosave.php:7684
13731
  msgid "Remake add"
13732
  msgstr ""
13733
 
13734
+ #: wppa-settings-autosave.php:7685
13735
  msgid "Photos will be added from the source pool"
13736
  msgstr ""
13737
 
13738
+ #: wppa-settings-autosave.php:7686
13739
  msgid ""
13740
  "If checked: If photo files are found in the source directory that do not "
13741
  "exist in the corresponding album, they will be added to the album."
13742
  msgstr ""
13743
 
13744
+ #: wppa-settings-autosave.php:7693
13745
  #, fuzzy
13746
  msgid "Save IPTC data"
13747
  msgstr "Skrýt IPTC data"
13748
 
13749
+ #: wppa-settings-autosave.php:7694
13750
  msgid "Store the iptc data from the photo into the iptc db table"
13751
  msgstr ""
13752
 
13753
+ #: wppa-settings-autosave.php:7695
13754
  msgid ""
13755
  "You will need this if you enabled the display of iptc data in Table II-B17 "
13756
  "or if you use it in the photo descriptions."
13757
  msgstr ""
13758
 
13759
+ #: wppa-settings-autosave.php:7702
13760
  #, fuzzy
13761
  msgid "Save EXIF data"
13762
  msgstr "Skrýt EXIF data"
13763
 
13764
+ #: wppa-settings-autosave.php:7703
13765
  msgid "Store the exif data from the photo into the exif db table"
13766
  msgstr ""
13767
 
13768
+ #: wppa-settings-autosave.php:7704
13769
  msgid ""
13770
  "You will need this if you enabled the display of exif data in Table II-B18 "
13771
  "or if you use it in the photo descriptions."
13772
  msgstr ""
13773
 
13774
+ #: wppa-settings-autosave.php:7711
13775
  msgid "Max EXIF tag array size"
13776
  msgstr ""
13777
 
13778
+ #: wppa-settings-autosave.php:7712
13779
  msgid "Truncate array tags to ..."
13780
  msgstr ""
13781
 
13782
+ #: wppa-settings-autosave.php:7713
13783
  msgid "A value of 0 disables this feature"
13784
  msgstr ""
13785
 
13786
+ #: wppa-settings-autosave.php:7715
13787
  #, fuzzy
13788
  msgid "elements"
13789
  msgstr "Komentáře"
13790
 
13791
+ #: wppa-settings-autosave.php:7720
13792
  msgid "Import Create page"
13793
  msgstr ""
13794
 
13795
+ #: wppa-settings-autosave.php:7721
13796
  msgid "Create wp page when a directory to album is imported."
13797
  msgstr ""
13798
 
13799
+ #: wppa-settings-autosave.php:7722
13800
  msgid ""
13801
  "As soon as an album is created when a directory is imported, a wp page is "
13802
  "made that displays the album content."
13803
  msgstr ""
13804
 
13805
+ #: wppa-settings-autosave.php:7730
13806
  msgid "Page content"
13807
  msgstr ""
13808
 
13809
+ #: wppa-settings-autosave.php:7731
13810
  msgid "The content of the page. Must contain <b>w#album</b>"
13811
  msgstr ""
13812
 
13813
+ #: wppa-settings-autosave.php:7732
13814
  msgid ""
13815
  "The content of the page. Note: it must contain w#album. This will be "
13816
  "replaced by the album number in the generated shortcode."
13817
  msgstr ""
13818
 
13819
+ #: wppa-settings-autosave.php:7740
13820
  msgid "Page type"
13821
  msgstr ""
13822
 
13823
+ #: wppa-settings-autosave.php:7741
13824
  msgid "Select the type of page to create."
13825
  msgstr ""
13826
 
13827
+ #: wppa-settings-autosave.php:7745
13828
  #, fuzzy
13829
  msgid "Post"
13830
  msgstr "Příspěvek:"
13831
 
13832
+ #: wppa-settings-autosave.php:7752
13833
  msgid "Page status"
13834
  msgstr ""
13835
 
13836
+ #: wppa-settings-autosave.php:7753
13837
  msgid "Select the initial status of the page."
13838
  msgstr ""
13839
 
13840
+ #: wppa-settings-autosave.php:7757
13841
  #, fuzzy
13842
  msgid "Published"
13843
  msgstr "Nepublikováno"
13844
 
13845
+ #: wppa-settings-autosave.php:7757
13846
  msgid "Draft"
13847
  msgstr ""
13848
 
13849
+ #: wppa-settings-autosave.php:7765
13850
  msgid "Permalink root"
13851
  msgstr ""
13852
 
13853
+ #: wppa-settings-autosave.php:7766
13854
  msgid "The name of the root for the photofile ermalink structure."
13855
  msgstr ""
13856
 
13857
+ #: wppa-settings-autosave.php:7767
13858
  msgid ""
13859
  "Choose a convenient name like \"albums\" or so; this will be the name of a "
13860
  "folder inside .../wp-content/. Make sure you choose a unique name"
13861
  msgstr ""
13862
 
13863
+ #: wppa-settings-autosave.php:7775
13864
  msgid "Other plugins related settings"
13865
  msgstr ""
13866
 
13867
+ #: wppa-settings-autosave.php:7777
13868
  msgid "Foreign shortcodes general"
13869
  msgstr ""
13870
 
13871
+ #: wppa-settings-autosave.php:7778
13872
  msgid "Enable foreign shortcodes in album names, albums desc and photo names"
13873
  msgstr ""
13874
 
13875
+ #: wppa-settings-autosave.php:7786
13876
  msgid "Foreign shortcodes fullsize"
13877
  msgstr ""
13878
 
13879
+ #: wppa-settings-autosave.php:7787
13880
  msgid "Enable the use of non-wppa+ shortcodes in fullsize photo descriptions."
13881
  msgstr ""
13882
 
13883
+ #: wppa-settings-autosave.php:7788 wppa-settings-autosave.php:7799
13884
  msgid ""
13885
  "When checked, you can use shortcodes from other plugins in the description "
13886
  "of photos."
13887
  msgstr ""
13888
 
13889
+ #: wppa-settings-autosave.php:7789
13890
  msgid "The shortcodes will be expanded in the descriptions of fullsize images."
13891
  msgstr ""
13892
 
13893
+ #: wppa-settings-autosave.php:7790 wppa-settings-autosave.php:7801
13894
  msgid "You will most likely need also to check Table IX-A1 (Allow HTML)."
13895
  msgstr ""
13896
 
13897
+ #: wppa-settings-autosave.php:7797
13898
  #, fuzzy
13899
  msgid "Foreign shortcodes thumbnails"
13900
  msgstr "Prohlédnout náhledy"
13901
 
13902
+ #: wppa-settings-autosave.php:7798
13903
  msgid "Enable the use of non-wppa+ shortcodes in thumbnail photo descriptions."
13904
  msgstr ""
13905
 
13906
+ #: wppa-settings-autosave.php:7800
13907
  msgid ""
13908
  "The shortcodes will be expanded in the descriptions of thumbnail images."
13909
  msgstr ""
13910
 
13911
+ #: wppa-settings-autosave.php:7808
13912
  msgid "Lightbox keyname"
13913
  msgstr ""
13914
 
13915
+ #: wppa-settings-autosave.php:7809
13916
  msgid "The identifier of lightbox."
13917
  msgstr ""
13918
 
13919
+ #: wppa-settings-autosave.php:7810
13920
  msgid ""
13921
  "If you use a lightbox plugin that uses rel=\"lbox-id\" you can enter the "
13922
  "lbox-id here."
13923
  msgstr ""
13924
 
13925
+ #: wppa-settings-autosave.php:7817
13926
  msgid "myCRED / Cube Points: Comment"
13927
  msgstr ""
13928
 
13929
+ #: wppa-settings-autosave.php:7818
13930
  #, fuzzy
13931
  msgid "Number of points for a comment"
13932
  msgstr "Musíte se <a href=&quot;\"%s\"&quot;>přihlásit</a> k napsání komentáře"
13933
 
13934
+ #: wppa-settings-autosave.php:7819 wppa-settings-autosave.php:7828
13935
+ #: wppa-settings-autosave.php:7837
13936
  msgid "This setting requires the plugin myCRED or Cube Points"
13937
  msgstr ""
13938
 
13939
+ #: wppa-settings-autosave.php:7821
13940
  #, fuzzy
13941
  msgid "points per comment"
13942
  msgstr "Váš komentář:"
13943
 
13944
+ #: wppa-settings-autosave.php:7826
13945
  msgid "myCRED / Cube Points: Rating"
13946
  msgstr ""
13947
 
13948
+ #: wppa-settings-autosave.php:7827
13949
  msgid "Number of points for a rating vote"
13950
  msgstr ""
13951
 
13952
+ #: wppa-settings-autosave.php:7830
13953
  msgid "points per vote"
13954
  msgstr ""
13955
 
13956
+ #: wppa-settings-autosave.php:7835
13957
  msgid "myCRED / Cube Points: Upload"
13958
  msgstr ""
13959
 
13960
+ #: wppa-settings-autosave.php:7836
13961
  msgid "Number of points for a successfull frontend upload"
13962
  msgstr ""
13963
 
13964
+ #: wppa-settings-autosave.php:7839
13965
  #, fuzzy
13966
  msgid "points per upload"
13967
  msgstr "Fotky nahrány "
13968
 
13969
+ #: wppa-settings-autosave.php:7844
13970
  msgid "Use SCABN"
13971
  msgstr ""
13972
 
13973
+ #: wppa-settings-autosave.php:7845
13974
  msgid "Use the wppa interface to Simple Cart & Buy Now plugin."
13975
  msgstr ""
13976
 
13977
+ #: wppa-settings-autosave.php:7846
13978
  msgid ""
13979
  "If checked, the shortcode to use for the \"add to cart\" button in photo "
13980
  "descriptions is [cart ...]"
13981
  msgstr ""
13982
 
13983
+ #: wppa-settings-autosave.php:7847
13984
  msgid ""
13985
  "as opposed to [scabn ...] for the original scabn \"add to cart\" button."
13986
  msgstr ""
13987
 
13988
+ #: wppa-settings-autosave.php:7848
13989
  msgid "The shortcode for the check-out page is still [scabn]"
13990
  msgstr ""
13991
 
13992
+ #: wppa-settings-autosave.php:7849
13993
  msgid ""
13994
  "The arguments are the same, the defaults are: name = photoname, price = 0.01."
13995
  msgstr ""
13996
 
13997
+ #: wppa-settings-autosave.php:7850
13998
  msgid ""
13999
  "Supplying the price should be sufficient; supply a name only when it differs "
14000
  "from the photo name."
14001
  msgstr ""
14002
 
14003
+ #: wppa-settings-autosave.php:7851
14004
  msgid "This shortcode handler will also work with Ajax enabled."
14005
  msgstr ""
14006
 
14007
+ #: wppa-settings-autosave.php:7852
14008
  msgid ""
14009
  "Using this interface makes sure that the item urls and callback action urls "
14010
  "are correct."
14011
  msgstr ""
14012
 
14013
+ #: wppa-settings-autosave.php:7859
14014
  msgid "Use CM Tooltip Glossary"
14015
  msgstr ""
14016
 
14017
+ #: wppa-settings-autosave.php:7860
14018
  msgid "Use plugin CM Tooltip Glossary on photo and album descriptions."
14019
  msgstr ""
14020
 
14021
+ #: wppa-settings-autosave.php:7861
14022
  msgid ""
14023
  "You MUST set Table IV-A13: Defer javascript, also if you do not want this "
14024
  "plugin to act on album and photo descriptions!"
14025
  msgstr ""
14026
 
14027
+ #: wppa-settings-autosave.php:7869
14028
  msgid "External services related settings and actions."
14029
  msgstr ""
14030
 
14031
+ #: wppa-settings-autosave.php:7871
14032
  msgid "QR Code widget size"
14033
  msgstr ""
14034
 
14035
+ #: wppa-settings-autosave.php:7872
14036
  msgid "The size of the QR code display."
14037
  msgstr ""
14038
 
14039
+ #: wppa-settings-autosave.php:7880
14040
  msgid "QR color"
14041
  msgstr ""
14042
 
14043
+ #: wppa-settings-autosave.php:7881
14044
  msgid "The display color of the qr code (dark)"
14045
  msgstr ""
14046
 
14047
+ #: wppa-settings-autosave.php:7882
14048
  msgid "This color MUST be given in hexadecimal format!"
14049
  msgstr ""
14050
 
14051
+ #: wppa-settings-autosave.php:7889
14052
  msgid "QR background color"
14053
  msgstr ""
14054
 
14055
+ #: wppa-settings-autosave.php:7890
14056
  msgid "The background color of the qr code (light)"
14057
  msgstr ""
14058
 
14059
+ #: wppa-settings-autosave.php:7898
14060
  msgid "CDN Service"
14061
  msgstr ""
14062
 
14063
+ #: wppa-settings-autosave.php:7899
14064
  msgid "Select a CDN Service you want to use."
14065
  msgstr ""
14066
 
14067
+ #: wppa-settings-autosave.php:7902
14068
  msgid "Cloudinary in maintenance mode"
14069
  msgstr ""
14070
 
14071
+ #: wppa-settings-autosave.php:7912
14072
  #, fuzzy
14073
  msgid "Cloud name"
14074
  msgstr "Vaše jméno:"
14075
 
14076
+ #: wppa-settings-autosave.php:7921
14077
  msgid "API key"
14078
  msgstr ""
14079
 
14080
+ #: wppa-settings-autosave.php:7930
14081
  msgid "API secret"
14082
  msgstr ""
14083
 
14084
+ #: wppa-settings-autosave.php:7940
14085
  #, fuzzy
14086
  msgid "Update uploads"
14087
  msgstr "Album:"
14088
 
14089
+ #: wppa-settings-autosave.php:7941
14090
  msgid "Verify and upload photos to the cloud."
14091
  msgstr ""
14092
 
14093
+ #: wppa-settings-autosave.php:7942
14094
  msgid "This function will add the missing photos to Cloudinary."
14095
  msgstr ""
14096
 
14097
+ #: wppa-settings-autosave.php:7943
14098
  msgid "You need to run this only when there are images that are not displayed."
14099
  msgstr ""
14100
 
14101
+ #: wppa-settings-autosave.php:7944
14102
  msgid "This procedure may take much time!"
14103
  msgstr ""
14104
 
14105
+ #: wppa-settings-autosave.php:7951
14106
  #, fuzzy
14107
  msgid "Delete all"
14108
  msgstr "Album:"
14109
 
14110
+ #: wppa-settings-autosave.php:7952
14111
  msgid "Deletes them all !!!"
14112
  msgstr ""
14113
 
14114
+ #: wppa-settings-autosave.php:7960
14115
  msgid "Delete derived images"
14116
  msgstr ""
14117
 
14118
+ #: wppa-settings-autosave.php:7961
14119
  msgid "Deletes all derived images !!!"
14120
  msgstr ""
14121
 
14122
+ #: wppa-settings-autosave.php:7969
14123
  msgid "Max lifetime"
14124
  msgstr ""
14125
 
14126
+ #: wppa-settings-autosave.php:7970
14127
  msgid "Old images from local server, new images from Cloudinary."
14128
  msgstr ""
14129
 
14130
+ #: wppa-settings-autosave.php:7971
14131
  msgid ""
14132
  "If NOT set to Forever: You need to run Table VIII-B15 on a regular basis."
14133
  msgstr ""
14134
 
14135
+ #: wppa-settings-autosave.php:7973
14136
  msgid "Forever"
14137
  msgstr ""
14138
 
14139
+ #: wppa-settings-autosave.php:7977
14140
  #, fuzzy
14141
  msgid "Two months"
14142
  msgstr "měsíců"
14143
 
14144
+ #: wppa-settings-autosave.php:7978
14145
  #, fuzzy
14146
  msgid "Three months"
14147
  msgstr "měsíců"
14148
 
14149
+ #: wppa-settings-autosave.php:7979
14150
  #, fuzzy
14151
  msgid "Six months"
14152
  msgstr "měsíců"
14153
 
14154
+ #: wppa-settings-autosave.php:7980
14155
  #, fuzzy
14156
  msgid "Nine months"
14157
  msgstr "měsíců"
14158
 
14159
+ #: wppa-settings-autosave.php:7981
14160
  #, fuzzy
14161
  msgid "One year"
14162
  msgstr "1 rok"
14163
 
14164
+ #: wppa-settings-autosave.php:7982
14165
  #, fuzzy
14166
  msgid "18 months"
14167
  msgstr "1 měsíc"
14168
 
14169
+ #: wppa-settings-autosave.php:7983
14170
  #, fuzzy
14171
  msgid "Two years"
14172
  msgstr "let"
14173
 
14174
+ #: wppa-settings-autosave.php:8003
14175
  msgid "Cloudinary usage"
14176
  msgstr ""
14177
 
14178
+ #: wppa-settings-autosave.php:8039
14179
  msgid "Cloudinary usage data not available"
14180
  msgstr ""
14181
 
14182
+ #: wppa-settings-autosave.php:8043
14183
  msgid "Cloudinary routines not installed."
14184
  msgstr ""
14185
 
14186
+ #: wppa-settings-autosave.php:8054
14187
  msgid "Cloudinary"
14188
  msgstr ""
14189
 
14190
+ #: wppa-settings-autosave.php:8055
14191
  msgid "<span style=\"color:red;\">Requires at least PHP version 5.3</span>"
14192
  msgstr ""
14193
 
14194
+ #: wppa-settings-autosave.php:8064
14195
  msgid "GPX Implementation"
14196
  msgstr ""
14197
 
14198
+ #: wppa-settings-autosave.php:8065
14199
  msgid "The way the maps are produced."
14200
  msgstr ""
14201
 
14202
+ #: wppa-settings-autosave.php:8066
14203
  msgid "Select the way the maps are produced."
14204
  msgstr ""
14205
 
14206
+ #: wppa-settings-autosave.php:8067
14207
  msgid ""
14208
  "When using Google maps GPX viewer plugin, you can not use Ajax (Table IV-A1)"
14209
  msgstr ""
14210
 
14211
+ #: wppa-settings-autosave.php:8068
14212
  msgid ""
14213
  "When using WPPA+ Embedded code, you can use Ajax, but there are less display "
14214
  "options."
14215
  msgstr ""
14216
 
14217
+ #: wppa-settings-autosave.php:8070
14218
  msgid "WPPA+ Embedded code"
14219
  msgstr ""
14220
 
14221
+ #: wppa-settings-autosave.php:8070
14222
  msgid "Google maps GPX viewer plugin"
14223
  msgstr ""
14224
 
14225
+ #: wppa-settings-autosave.php:8078
14226
  msgid "Map height"
14227
  msgstr ""
14228
 
14229
+ #: wppa-settings-autosave.php:8079
14230
  msgid "The height of the map display."
14231
  msgstr ""
14232
 
14233
+ #: wppa-settings-autosave.php:8087
14234
  msgid "Google maps API key"
14235
  msgstr ""
14236
 
14237
+ #: wppa-settings-autosave.php:8088
14238
  msgid "Enter your Google maps api key here if you have one."
14239
  msgstr ""
14240
 
14241
+ #: wppa-settings-autosave.php:8096
14242
  msgid "GPX Shortcode"
14243
  msgstr ""
14244
 
14245
+ #: wppa-settings-autosave.php:8097
14246
  msgid "The shortcode to be used for the gpx feature."
14247
  msgstr ""
14248
 
14249
+ #: wppa-settings-autosave.php:8098
14250
  msgid ""
14251
  "Enter / modify the shortcode to be generated for the gpx plugin. It must "
14252
  "contain w#lat and w#lon as placeholders for the lattitude and longitude."
14253
  msgstr ""
14254
 
14255
+ #: wppa-settings-autosave.php:8099
14256
  msgid "This item is required for using Google maps GPX viewer plugin only"
14257
  msgstr ""
14258
 
14259
+ #: wppa-settings-autosave.php:8106
14260
  msgid "Fotomoto"
14261
  msgstr ""
14262
 
14263
+ #: wppa-settings-autosave.php:8107
14264
  msgid "Yes, we use Fotomoto on this site. Read the help text!"
14265
  msgstr ""
14266
 
14267
+ #: wppa-settings-autosave.php:8108
14268
  msgid "In order to function properly:"
14269
  msgstr ""
14270
 
14271
+ #: wppa-settings-autosave.php:8109
14272
  msgid "1. Get yourself a Fotomoto account."
14273
  msgstr ""
14274
 
14275
+ #: wppa-settings-autosave.php:8110
14276
  msgid ""
14277
  "2. Install the Fotomoto plugin, enter the \"Fotomoto Site Key:\" and check "
14278
  "the \"Use API Mode:\" checkbox."
14279
  msgstr ""
14280
 
14281
+ #: wppa-settings-autosave.php:8111
14282
  msgid "Note: Do NOT Disable the Custom box in Table II-B14."
14283
  msgstr ""
14284
 
14285
+ #: wppa-settings-autosave.php:8112
14286
  msgid "Do NOT remove the text w#fotomoto from the Custombox ( Table II-B15 )."
14287
  msgstr ""
14288
 
14289
+ #: wppa-settings-autosave.php:8120
14290
  msgid "Fotomoto fontsize"
14291
  msgstr ""
14292
 
14293
+ #: wppa-settings-autosave.php:8121
14294
  msgid "Fontsize for the Fotomoto toolbar."
14295
  msgstr ""
14296
 
14297
+ #: wppa-settings-autosave.php:8122
14298
  msgid ""
14299
  "If you set it here, it overrules a possible setting for font-size in ."
14300
  "FotomotoToolbarClass on the Fotomoto dashboard."
14301
  msgstr ""
14302
 
14303
+ #: wppa-settings-autosave.php:8130
14304
  msgid "Hide toolbar on running slideshows"
14305
  msgstr ""
14306
 
14307
+ #: wppa-settings-autosave.php:8131
14308
  msgid "The Fotomoto toolbar will re-appear when the slidshow stops."
14309
  msgstr ""
14310
 
14311
+ #: wppa-settings-autosave.php:8138
14312
  msgid "Fotomoto minwidth"
14313
  msgstr ""
14314
 
14315
+ #: wppa-settings-autosave.php:8139
14316
  msgid "Minimum width to display Fotomoto toolbar."
14317
  msgstr ""
14318
 
14319
+ #: wppa-settings-autosave.php:8140
14320
  msgid ""
14321
  "The display of the Fotomoto Toolbar will be suppressed on smaller slideshows."
14322
  msgstr ""
14323
 
14324
+ #: wppa-settings-autosave.php:8165
14325
  msgid "Table X:"
14326
  msgstr ""
14327
 
14328
+ #: wppa-settings-autosave.php:8165
14329
  msgid "IPTC Configuration:"
14330
  msgstr ""
14331
 
14332
+ #: wppa-settings-autosave.php:8166
14333
  msgid "This table defines the IPTC configuration"
14334
  msgstr ""
14335
 
14336
+ #: wppa-settings-autosave.php:8197 wppa-settings-autosave.php:8265
14337
  msgid "Display"
14338
  msgstr ""
14339
 
14340
+ #: wppa-settings-autosave.php:8197 wppa-settings-autosave.php:8265
14341
  msgid "Hide"
14342
  msgstr ""
14343
 
14344
+ #: wppa-settings-autosave.php:8197 wppa-settings-autosave.php:8265
14345
  msgid "Optional"
14346
  msgstr ""
14347
 
14348
+ #: wppa-settings-autosave.php:8227
14349
  msgid "Table XI:"
14350
  msgstr ""
14351
 
14352
+ #: wppa-settings-autosave.php:8227
14353
  msgid "EXIF Configuration:"
14354
  msgstr ""
14355
 
14356
+ #: wppa-settings-autosave.php:8228
14357
  msgid "This table defines the EXIF configuration"
14358
  msgstr ""
14359
 
14360
+ #: wppa-settings-autosave.php:8251
14361
  msgid ""
14362
  "Function exif_read_data() does not exist. This means that <b>EXIF</b> is not "
14363
  "enabled. If you want to use <b>EXIF</b> data, ask your hosting provider to "
14364
  "add <b>'--enable-exif'</b> to the php <b>Configure Command</b>."
14365
  msgstr ""
14366
 
14367
+ #: wppa-settings-autosave.php:8295
14368
  msgid "Table XII:"
14369
  msgstr ""
14370
 
14371
+ #: wppa-settings-autosave.php:8295
14372
  msgid "WPPA+ and PHP Configuration:"
14373
  msgstr ""
14374
 
14375
+ #: wppa-settings-autosave.php:8296
14376
  msgid ""
14377
  "This table lists all WPPA+ constants and PHP server configuration parameters "
14378
  "and is read only"
14379
  msgstr ""
14380
 
14381
+ #: wppa-settings-autosave.php:8311
14382
  msgid "Value"
14383
  msgstr ""
14384
 
14385
+ #: wppa-settings-autosave.php:8316
14386
  msgid "Albums db table name."
14387
  msgstr ""
14388
 
14389
+ #: wppa-settings-autosave.php:8321
14390
  #, fuzzy
14391
  msgid "Photos db table name."
14392
  msgstr "Zobrazit EXIF data"
14393
 
14394
+ #: wppa-settings-autosave.php:8326
14395
  msgid "Rating db table name."
14396
  msgstr ""
14397
 
14398
+ #: wppa-settings-autosave.php:8331
14399
  msgid "Comments db table name."
14400
  msgstr ""
14401
 
14402
+ #: wppa-settings-autosave.php:8336
14403
  msgid "IPTC db table name."
14404
  msgstr ""
14405
 
14406
+ #: wppa-settings-autosave.php:8341
14407
  msgid "EXIF db table name."
14408
  msgstr ""
14409
 
14410
+ #: wppa-settings-autosave.php:8346
14411
  msgid "Index db table name."
14412
  msgstr ""
14413
 
14414
+ #: wppa-settings-autosave.php:8351
14415
  msgid "Plugins main file name."
14416
  msgstr ""
14417
 
14418
+ #: wppa-settings-autosave.php:8356
14419
  msgid "Path to plugins directory."
14420
  msgstr ""
14421
 
14422
+ #: wppa-settings-autosave.php:8361
14423
  msgid "Plugins directory name."
14424
  msgstr ""
14425
 
14426
+ #: wppa-settings-autosave.php:8366
14427
  msgid "Plugins directory url."
14428
  msgstr ""
14429
 
14430
+ #: wppa-settings-autosave.php:8371
14431
  msgid "The relative upload directory."
14432
  msgstr ""
14433
 
14434
+ #: wppa-settings-autosave.php:8376
14435
  msgid "The upload directory path."
14436
  msgstr ""
14437
 
14438
+ #: wppa-settings-autosave.php:8381
14439
  msgid "The upload directory url."
14440
  msgstr ""
14441
 
14442
+ #: wppa-settings-autosave.php:8386
14443
  msgid "The relative depot directory."
14444
  msgstr ""
14445
 
14446
+ #: wppa-settings-autosave.php:8391
14447
  msgid "The depot directory path."
14448
  msgstr ""
14449
 
14450
+ #: wppa-settings-autosave.php:8396
14451
  msgid "The depot directory url."
14452
  msgstr ""
14453
 
14454
+ #: wppa-settings-autosave.php:8401
14455
  msgid "The path to wp-content."
14456
  msgstr ""
14457
 
14458
+ #: wppa-settings-autosave.php:8406
14459
  msgid "WP Base upload dir."
14460
  msgstr ""
14461
 
14462
+ #: wppa-settings-autosave.php:8412
14463
  msgid "ABSPATH windows proof"
14464
  msgstr ""
14465
 
14466
+ #: wppa-settings-autosave.php:8424
14467
  #, php-format
14468
  msgid "<br />Memory used on this page: %6.2f Mb."
14469
  msgstr ""
14470
 
14471
+ #: wppa-settings-autosave.php:8425
14472
  #, php-format
14473
  msgid "<br />There are %d settings and %d runtime parameters."
14474
  msgstr ""
14475
 
14476
+ #: wppa-settings-autosave.php:8502
14477
  msgid "The default for this setting is:"
14478
  msgstr ""
14479
 
14480
+ #: wppa-settings-autosave.php:8511
14481
  msgid "Click for help"
14482
  msgstr ""
14483
 
14484
+ #: wppa-settings-autosave.php:8555 wppa-settings-autosave.php:8572
14485
+ #: wppa-settings-autosave.php:8601 wppa-settings-autosave.php:8624
14486
+ #: wppa-settings-autosave.php:8654 wppa-settings-autosave.php:8681
14487
+ #: wppa-settings-autosave.php:8707 wppa-settings-autosave.php:8755
14488
  msgid "Slug ="
14489
  msgstr ""
14490
 
14491
+ #: wppa-settings-autosave.php:8624 wppa-settings-autosave.php:8654
14492
+ #: wppa-settings-autosave.php:8681 wppa-settings-autosave.php:8707
14493
  msgid "Values = yes, no"
14494
  msgstr ""
14495
 
14496
+ #: wppa-settings-autosave.php:8653 wppa-settings-autosave.php:8679
14497
+ #: wppa-settings-autosave.php:8706
14498
  msgid "Warning!"
14499
  msgstr ""
14500
 
14501
+ #: wppa-settings-autosave.php:8680 wppa-settings-autosave.php:8706
14502
  msgid "Please read the help"
14503
  msgstr ""
14504
 
14505
+ #: wppa-settings-autosave.php:8755
14506
  msgid "Values = "
14507
  msgstr ""
14508
 
14509
+ #: wppa-settings-autosave.php:8831
14510
  msgid "Checked"
14511
  msgstr ""
14512
 
14513
+ #: wppa-settings-autosave.php:8832
14514
  msgid "Unchecked"
14515
  msgstr ""
14516
 
14517
+ #: wppa-settings-autosave.php:8837
14518
  msgid "the photo specific link."
14519
  msgstr ""
14520
 
14521
+ #: wppa-settings-autosave.php:8869
14522
  msgid "Show!"
14523
  msgstr ""
14524
 
14525
+ #: wppa-settings-autosave.php:8889
14526
  #, fuzzy
14527
  msgid "Not done yet"
14528
  msgstr "Zatím nebylo založeno žádné album"
14529
 
14530
+ #: wppa-settings-autosave.php:8896
14531
  #, fuzzy
14532
  msgid "Start!"
14533
  msgstr "Spustit"
14534
 
14535
+ #: wppa-settings-autosave.php:8901
14536
  msgid "Locked!"
14537
  msgstr ""
14538
 
14539
+ #: wppa-settings-autosave.php:8932
14540
  msgid ""
14541
  "You can not have popup and lightbox on thumbnails at the same time. Uncheck "
14542
  "either Table IV-C8 or choose a different linktype in Table VI-2."
14543
  msgstr ""
14544
 
14545
+ #: wppa-settings-autosave.php:8935
14546
  #, php-format
14547
  msgid ""
14548
  "It is important that you select a page that contains at least %%wppa%% or "
14549
  "[wppa][/wppa]."
14550
  msgstr ""
14551
 
14552
+ #: wppa-settings-autosave.php:8936
14553
  msgid ""
14554
  "If you ommit this, the link will not work at all or simply refresh the "
14555
  "(home)page."
14589
  msgid "An error occurred during update"
14590
  msgstr "Chyba počas upload"
14591
 
14592
+ #: wppa-setup.php:746
14593
  msgid ""
14594
  "<span style=\"color:red\" >Warning: Do not upload copyrighted material!</"
14595
  "span>"
14596
  msgstr ""
14597
 
14598
+ #: wppa-setup.php:755 wppa-setup.php:759 wppa-setup.php:763
14599
  msgid "Select tags:"
14600
  msgstr ""
14601
 
14602
+ #: wppa-setup.php:766
14603
  msgid "Enter new tags:"
14604
  msgstr ""
14605
 
14606
+ #: wppa-setup.php:913
14607
  msgid "Vote for me!"
14608
  msgstr ""
14609
 
14610
+ #: wppa-setup.php:914
14611
  msgid "Voted for me"
14612
  msgstr ""
14613
 
14614
+ #: wppa-setup.php:1333
14615
  msgid "Type your custom url here"
14616
  msgstr ""
14617
 
14618
+ #: wppa-setup.php:1334
14619
  msgid "Type the title here"
14620
  msgstr ""
14621
 
14622
+ #: wppa-setup.php:1346 wppa-topten-widget.php:13 wppa-topten-widget.php:48
14623
  #: wppa-topten-widget.php:191
14624
  msgid "Top Ten Photos"
14625
  msgstr "Nejlépe hodnocené fotografie"
14626
 
14627
+ #: wppa-setup.php:1349 wppa-thumbnail-widget.php:13
14628
  #: wppa-thumbnail-widget.php:168
14629
  #, fuzzy
14630
  msgid "Thumbnail Photos"
14631
  msgstr "Označkované fotografie"
14632
 
14633
+ #: wppa-setup.php:1352
14634
  #, fuzzy
14635
  msgid "Search photos"
14636
  msgstr "Nejlépe hodnocené fotky"
14637
 
14638
+ #: wppa-setup.php:1395
14639
  msgid ""
14640
  "The uploads directory does not exist, please do a regular WP upload first."
14641
  msgstr ""
14642
 
14643
+ #: wppa-setup.php:1399
14644
  msgid "Successfully created uploads directory."
14645
  msgstr ""
14646
 
14647
+ #: wppa-setup.php:1410
14648
  #, fuzzy
14649
  msgid "Could not create the wppa directory."
14650
  msgstr "Nelze vložit do databáze."
14651
 
14652
+ #: wppa-setup.php:1414
14653
  msgid "Successfully created wppa directory."
14654
  msgstr ""
14655
 
14656
+ #: wppa-setup.php:1424
14657
  #, fuzzy
14658
  msgid "Could not create the wppa thumbs directory."
14659
  msgstr "Nelze vložit do databáze."
14660
 
14661
+ #: wppa-setup.php:1428
14662
  msgid "Successfully created wppa thumbs directory."
14663
  msgstr ""
14664
 
14665
+ #: wppa-setup.php:1438
14666
  msgid "Could not create the wppa watermarks directory."
14667
  msgstr ""
14668
 
14669
+ #: wppa-setup.php:1442
14670
  msgid "Successfully created wppa watermarks directory."
14671
  msgstr ""
14672
 
14673
+ #: wppa-setup.php:1452
14674
  msgid "Could not create the wppa fonts directory."
14675
  msgstr ""
14676
 
14677
+ #: wppa-setup.php:1456
14678
  msgid "Successfully created wppa fonts directory."
14679
  msgstr ""
14680
 
14681
+ #: wppa-setup.php:1468
14682
  msgid "Unable to create depot directory."
14683
  msgstr ""
14684
 
14685
+ #: wppa-setup.php:1472
14686
  msgid "Successfully created wppa depot directory."
14687
  msgstr ""
14688
 
14689
+ #: wppa-setup.php:1483
14690
  msgid "Unable to create user depot directory"
14691
  msgstr ""
14692
 
14693
+ #: wppa-setup.php:1487
14694
  msgid "Successfully created wppa user depot directory."
14695
  msgstr ""
14696
 
14697
+ #: wppa-setup.php:1497
14698
  msgid "Unable to create temp directory"
14699
  msgstr ""
14700
 
14701
+ #: wppa-setup.php:1501
14702
  msgid "Successfully created temp directory."
14703
  msgstr ""
14704
 
14705
+ #: wppa-setup.php:1509
14706
  #, php-format
14707
  msgid ""
14708
  "Ask your administrator to give you more rights, or create <b>%s</b> manually "
14823
  "Pro zobrazení fotek v plné velikosti musíte povolit JavaScript ve vašem "
14824
  "prohlížeči."
14825
 
14826
+ #: wppa-slideshow.php:476
14827
  msgid "Checkout"
14828
  msgstr ""
14829
 
14830
+ #: wppa-slideshow.php:511
14831
  msgid "- - - Voting enabled - - -"
14832
  msgstr "--- Hlasování povoleno ---"
14833
 
14834
+ #: wppa-slideshow.php:522
14835
  #, fuzzy, php-format
14836
  msgid "Number of votes: <span id=\"wppa-vote-count-%s\" >%s</span>&nbsp;"
14837
  msgstr "%s hodnocení"
14838
 
14839
+ #: wppa-slideshow.php:528 wppa-slideshow.php:616 wppa-slideshow.php:653
14840
  #, php-format
14841
  msgid "You must <a href=\"%s\">login</a> to vote"
14842
  msgstr " K hodnocení se musíte <a href=&quot;\"%s\"&quot;>přihlásit</a>."
14843
 
14844
+ #: wppa-slideshow.php:531 wppa-slideshow.php:619 wppa-slideshow.php:656
14845
  #, fuzzy
14846
  msgid "You must login to vote"
14847
  msgstr " K hodnocení se musíte <a href=&quot;\"%s\"&quot;>přihlásit</a>."
14848
 
14849
+ #: wppa-slideshow.php:548
14850
  msgid "- - - Rating enabled - - -"
14851
  msgstr "--- Hodnocení povoleno ---"
14852
 
14853
+ #: wppa-slideshow.php:564
14854
  msgid "very low"
14855
  msgstr "velmi nízká"
14856
 
14857
+ #: wppa-slideshow.php:565
14858
  msgid "low"
14859
  msgstr "nízká"
14860
 
14861
+ #: wppa-slideshow.php:566
14862
  msgid "average"
14863
  msgstr "průměr"
14864
 
14865
+ #: wppa-slideshow.php:567
14866
  msgid "high"
14867
  msgstr "vysoká"
14868
 
14869
+ #: wppa-slideshow.php:568
14870
  msgid "very high"
14871
  msgstr "velmi vysoká"
14872
 
14873
+ #: wppa-slideshow.php:595 wppa-slideshow.php:639
14874
  msgid "Are you sure you want to mark this image as inappropriate?"
14875
  msgstr "Opravdu chcete tuto foktu označit jako nevhodnou?"
14876
 
14877
+ #: wppa-slideshow.php:596 wppa-slideshow.php:640
14878
  msgid "Click this if you do NOT like this image!"
14879
  msgstr "Klikněte sem, pokud se obrázek NELÍBÍ!"
14880
 
14881
+ #: wppa-slideshow.php:598 wppa-slideshow.php:642
14882
  #, fuzzy
14883
  msgid "Number of people who marked this photo as inappropriate"
14884
  msgstr "Spousta lidí označila tuto fotku jako nevhodnou."
14885
 
14886
+ #: wppa-slideshow.php:648
14887
  msgid "My rating:"
14888
  msgstr "Moje hodnocení"
14889
 
14890
+ #: wppa-slideshow.php:734
14891
  msgid "First"
14892
  msgstr ""
14893
 
14894
+ #: wppa-slideshow.php:739
14895
  msgid "Last"
14896
  msgstr ""
14897
 
14898
+ #: wppa-slideshow.php:907
14899
  #, php-format
14900
  msgid "Photo %s of %s"
14901
  msgstr "Fotka %s %s"
14902
 
14903
+ #: wppa-slideshow.php:938
14904
  msgid "Click to start/stop"
14905
  msgstr "Pro Spuštění/zastevní klikněte"
14906
 
14907
+ #: wppa-slideshow.php:950
14908
  msgid "- - - Comments box activated - - -"
14909
  msgstr "--- Box komentářů aktivní ---"
14910
 
14911
+ #: wppa-slideshow.php:971
14912
  msgid "- - - IPTC box activated - - -"
14913
  msgstr "--- IPTC box aktivní ---"
14914
 
14915
+ #: wppa-slideshow.php:991
14916
  msgid "- - - EXIF box activated - - -"
14917
  msgstr "--- EXIF box aktivní ---"
14918
 
16296
  msgid "Rating: %s"
16297
  msgstr "Hlasování: %s"
16298
 
16299
+ #: wppa-utils.php:775 wppa-utils.php:786 wppa-utils.php:797
16300
  msgid "Notification of inappropriate image"
16301
  msgstr ""
16302
 
16303
+ #: wppa-utils.php:776 wppa-utils.php:787 wppa-utils.php:798
16304
  #, php-format
16305
  msgid "Photo %s has been marked as inappropriate by %s different visitors."
16306
  msgstr ""
16307
 
16308
+ #: wppa-utils.php:788
16309
  msgid "The status has been changed to 'pending'."
16310
  msgstr ""
16311
 
16312
+ #: wppa-utils.php:799
16313
  #, fuzzy
16314
  msgid "It has been deleted."
16315
  msgstr "Fotka %s byla odebrána."
16316
 
16317
+ #: wppa-utils.php:856
16318
  #, php-format
16319
  msgid "The visitors email address is: <a href=\"mailto:%s\">%s</a>"
16320
  msgstr "Návštěvníkův email je: <a href=\"mailto:%s\">%s</a>"
16321
 
16322
+ #: wppa-utils.php:862
16323
  #, php-format
16324
  msgid "The visitor says his email address is: <a href=\"mailto:%s\">%s</a>"
16325
  msgstr "Návštěvník říká, že je jeho email je: <a href=\"mailto:%s\">%s</a>"
16326
 
16327
+ #: wppa-utils.php:868
16328
  #, php-format
16329
  msgid ""
16330
  "This message is automaticly generated at %s. It is useless to respond to it."
16331
  msgstr ""
16332
  "Táto zpráva je automaticky generovaná - %s. Je zbytečné na ní reagovať."
16333
 
16334
+ #: wppa-utils.php:1065
16335
  #, php-format
16336
  msgid "Time out after processing %s items."
16337
  msgstr ""
16338
 
16339
+ #: wppa-utils.php:1068 wppa-utils.php:1072
16340
  #, php-format
16341
  msgid "Time out after processing %s items. Please restart this operation"
16342
  msgstr ""
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: 2015-09-08 14:49+0200\n"
5
- "PO-Revision-Date: 2015-09-08 14:49+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"
@@ -31,7 +31,7 @@ msgstr "N&aelig;ste&nbsp;side"
31
  #: wppa-album-admin-autosave.php:1442 wppa-album-admin-autosave.php:1516
32
  #: wppa-album-admin-autosave.php:1626 wppa-comment-admin.php:311
33
  #: wppa-comment-admin.php:380 wppa-comment-admin.php:398
34
- #: wppa-functions.php:1907 wppa-thumbnails.php:596
35
  msgid "Edit"
36
  msgstr "Rediger!"
37
 
@@ -39,8 +39,8 @@ msgstr "Rediger!"
39
  msgid "Warning. No page defined for search results!"
40
  msgstr ""
41
 
42
- #: theme/photo-album-search-page.php:39 wppa-boxes-html.php:169
43
- #: wppa-settings-autosave.php:449 wppa-settings-autosave.php:3027
44
  #, fuzzy
45
  msgid "Search"
46
  msgstr "Cerca"
@@ -92,17 +92,17 @@ msgstr ""
92
  msgid "Settings file not found"
93
  msgstr ""
94
 
95
- #: wppa-admin-functions.php:206 wppa-admin-functions.php:210 wppa-ajax.php:2225
96
- #: wppa-ajax.php:2232
97
  msgid "Please supply a numeric value greater than or equal to"
98
  msgstr ""
99
 
100
- #: wppa-admin-functions.php:206 wppa-admin-functions.php:210 wppa-ajax.php:2225
101
- #: wppa-ajax.php:2232
102
  msgid "for"
103
  msgstr ""
104
 
105
- #: wppa-admin-functions.php:210 wppa-ajax.php:2232
106
  msgid "and less than or equal to"
107
  msgstr ""
108
 
@@ -274,7 +274,7 @@ msgid "Photo of the day Widget"
274
  msgstr "Dagens foto"
275
 
276
  #: wppa-admin.php:67 wppa-adminbar.php:89 wppa-potd-widget.php:61
277
- #: wppa-setup.php:1330
278
  msgid "Photo of the day"
279
  msgstr "Dagens foto"
280
 
@@ -283,9 +283,9 @@ msgstr "Dagens foto"
283
  msgid "Manage comments"
284
  msgstr "%d kommentarer"
285
 
286
- #: wppa-admin.php:68 wppa-adminbar.php:96 wppa-settings-autosave.php:439
287
- #: wppa-settings-autosave.php:2856 wppa-settings-autosave.php:7508
288
- #: wppa-settings-autosave.php:7553
289
  msgid "Comments"
290
  msgstr "%d kommentarer"
291
 
@@ -311,7 +311,7 @@ msgstr ""
311
  msgid "Import"
312
  msgstr "Importer foto"
313
 
314
- #: wppa-admin.php:124 wppa-settings-autosave.php:8559
315
  #, fuzzy
316
  msgid "Update"
317
  msgstr ""
@@ -539,20 +539,20 @@ msgstr ""
539
  #: wppa-ajax.php:811 wppa-ajax.php:1211 wppa-album-admin-autosave.php:333
540
  #: wppa-album-admin-autosave.php:390 wppa-album-admin-autosave.php:985
541
  #: wppa-album-admin-autosave.php:1122 wppa-album-admin-autosave.php:1294
542
- #: wppa-album-admin-autosave.php:1389 wppa-boxes-html.php:385
543
- #: wppa-boxes-html.php:500 wppa-photo-admin-autosave.php:1294
544
- #: wppa-photo-admin-autosave.php:1413 wppa-settings-autosave.php:505
545
- #: wppa-settings-autosave.php:658 wppa-settings-autosave.php:680
546
- #: wppa-settings-autosave.php:1380 wppa-settings-autosave.php:1401
547
- #: wppa-settings-autosave.php:2753 wppa-settings-autosave.php:2774
548
- #: wppa-settings-autosave.php:3072 wppa-settings-autosave.php:3096
549
- #: wppa-settings-autosave.php:3556 wppa-settings-autosave.php:3670
550
- #: wppa-settings-autosave.php:4238 wppa-settings-autosave.php:4259
551
- #: wppa-settings-autosave.php:4435 wppa-settings-autosave.php:4459
552
- #: wppa-settings-autosave.php:5458 wppa-settings-autosave.php:5964
553
- #: wppa-settings-autosave.php:5986 wppa-settings-autosave.php:6566
554
- #: wppa-settings-autosave.php:6590 wppa-settings-autosave.php:7502
555
- #: wppa-settings-autosave.php:8117 wppa-settings-autosave.php:8273
556
  #: wppa-thumbnail-widget.php:204 wppa-upload.php:166
557
  msgid "Name"
558
  msgstr ""
@@ -560,19 +560,19 @@ msgstr ""
560
  #: wppa-ajax.php:814 wppa-ajax.php:1214 wppa-album-admin-autosave.php:995
561
  #: wppa-album-admin-autosave.php:1132 wppa-album-admin-autosave.php:1304
562
  #: wppa-album-admin-autosave.php:1399 wppa-photo-admin-autosave.php:1295
563
- #: wppa-photo-admin-autosave.php:1414 wppa-settings-autosave.php:506
564
- #: wppa-settings-autosave.php:659 wppa-settings-autosave.php:681
565
- #: wppa-settings-autosave.php:1381 wppa-settings-autosave.php:1402
566
- #: wppa-settings-autosave.php:2754 wppa-settings-autosave.php:2775
567
- #: wppa-settings-autosave.php:3073 wppa-settings-autosave.php:3097
568
- #: wppa-settings-autosave.php:4239 wppa-settings-autosave.php:4260
569
- #: wppa-settings-autosave.php:4436 wppa-settings-autosave.php:4460
570
- #: wppa-settings-autosave.php:5459 wppa-settings-autosave.php:5965
571
- #: wppa-settings-autosave.php:5987 wppa-settings-autosave.php:6567
572
- #: wppa-settings-autosave.php:6591 wppa-settings-autosave.php:8118
573
- #: wppa-settings-autosave.php:8140 wppa-settings-autosave.php:8180
574
- #: wppa-settings-autosave.php:8202 wppa-settings-autosave.php:8248
575
- #: wppa-settings-autosave.php:8274 wppa-widget-admin.php:195
576
  #, fuzzy
577
  msgid "Description"
578
  msgstr "Inserisci / modifica la descrizione per questo album."
@@ -596,7 +596,7 @@ msgstr "Se fotos"
596
  msgid "Parent album"
597
  msgstr "Impossibile creare album. "
598
 
599
- #: wppa-ajax.php:836 wppa-settings-autosave.php:3550
600
  #, fuzzy
601
  msgid "Photo order"
602
  msgstr "Dagens foto"
@@ -609,19 +609,19 @@ msgstr ""
609
  msgid "Cover Type"
610
  msgstr ""
611
 
612
- #: wppa-ajax.php:845 wppa-settings-autosave.php:4461
613
- #: wppa-settings-autosave.php:5460
614
  #, fuzzy
615
  msgid "Link type"
616
  msgstr "Link til"
617
 
618
- #: wppa-ajax.php:848 wppa-album-covers.php:1035
619
  msgid "Link to"
620
  msgstr "Link til"
621
 
622
  #: wppa-ajax.php:851 wppa-ajax.php:1235 wppa-album-admin-autosave.php:1006
623
  #: wppa-album-admin-autosave.php:1143 wppa-album-admin-autosave.php:1315
624
- #: wppa-album-admin-autosave.php:1410 wppa-boxes-html.php:508
625
  #: wppa-photo-admin-autosave.php:1297 wppa-photo-admin-autosave.php:1416
626
  #: wppa-widget-admin.php:196
627
  msgid "Owner"
@@ -767,7 +767,7 @@ msgid "Could not remake thumbnail"
767
  msgstr "Impossibile creare album. "
768
 
769
  #: wppa-ajax.php:1125 wppa-photo-admin-autosave.php:182
770
- #: wppa-settings-autosave.php:3366 wppa-tinymce-scripts.php:289
771
  #: wppa-tinymce-shortcodes.php:518 wppa-widget-admin.php:77
772
  msgid "left"
773
  msgstr ""
@@ -777,7 +777,7 @@ msgid "180&deg;"
777
  msgstr ""
778
 
779
  #: wppa-ajax.php:1133 wppa-photo-admin-autosave.php:186
780
- #: wppa-settings-autosave.php:3366 wppa-tinymce-scripts.php:291
781
  #: wppa-tinymce-shortcodes.php:520 wppa-widget-admin.php:79
782
  msgid "right"
783
  msgstr ""
@@ -818,7 +818,7 @@ msgstr ""
818
  msgid "An error occurred while trying to copy photo %s"
819
  msgstr ""
820
 
821
- #: wppa-ajax.php:1218 wppa-ajax.php:1753
822
  #, fuzzy
823
  msgid "Unbalanced tags in photo description!"
824
  msgstr "Inds&aelig;t/rediger beskrivelse af foto"
@@ -856,9 +856,9 @@ msgstr "Foto"
856
 
857
  #: wppa-ajax.php:1255 wppa-comment-admin.php:310 wppa-comment-admin.php:397
858
  #: wppa-photo-admin-autosave.php:1296 wppa-photo-admin-autosave.php:1415
859
- #: wppa-settings-autosave.php:5990 wppa-settings-autosave.php:6570
860
- #: wppa-settings-autosave.php:8141 wppa-settings-autosave.php:8181
861
- #: wppa-settings-autosave.php:8203 wppa-settings-autosave.php:8249
862
  msgid "Status"
863
  msgstr ""
864
 
@@ -991,7 +991,7 @@ msgstr "Foto Top Ti"
991
  msgid "Widget image thumbnail size"
992
  msgstr "Se"
993
 
994
- #: wppa-ajax.php:1542 wppa-settings-autosave.php:1057
995
  msgid "Max Cover width"
996
  msgstr ""
997
 
@@ -1012,15 +1012,15 @@ msgstr ""
1012
  msgid "Border width"
1013
  msgstr ""
1014
 
1015
- #: wppa-ajax.php:1557 wppa-settings-autosave.php:757
1016
  msgid "Border radius"
1017
  msgstr ""
1018
 
1019
- #: wppa-ajax.php:1560 wppa-settings-autosave.php:768
1020
  msgid "Box spacing"
1021
  msgstr ""
1022
 
1023
- #: wppa-ajax.php:1566 wppa-settings-autosave.php:1032
1024
  msgid "Popup size"
1025
  msgstr ""
1026
 
@@ -1049,216 +1049,221 @@ msgstr ""
1049
  msgid "Filter priority"
1050
  msgstr "Lukkerhastighedsprioritet AE"
1051
 
1052
- #: wppa-ajax.php:1593 wppa-settings-autosave.php:1163
 
 
 
 
 
1053
  msgid "Avatar size"
1054
  msgstr ""
1055
 
1056
- #: wppa-ajax.php:1596 wppa-ajax.php:1599
1057
  msgid "Watermark opacity"
1058
  msgstr ""
1059
 
1060
- #: wppa-ajax.php:1602 wppa-settings-autosave.php:1332
1061
  msgid "Number of text lines"
1062
  msgstr ""
1063
 
1064
- #: wppa-ajax.php:1605 wppa-settings-autosave.php:4137
1065
  msgid "Overlay opacity"
1066
  msgstr ""
1067
 
1068
- #: wppa-ajax.php:1608 wppa-settings-autosave.php:6999
1069
  #, fuzzy
1070
  msgid "Upload limit"
1071
  msgstr "Indsend foto"
1072
 
1073
- #: wppa-ajax.php:1611 wppa-settings-autosave.php:3845
1074
  msgid "Notify inappropriate"
1075
  msgstr ""
1076
 
1077
- #: wppa-ajax.php:1614
1078
  msgid "Dislike pending"
1079
  msgstr ""
1080
 
1081
- #: wppa-ajax.php:1617
1082
  #, fuzzy
1083
  msgid "Dislike delete"
1084
  msgstr "Slet"
1085
 
1086
- #: wppa-ajax.php:1620 wppa-settings-autosave.php:6650
1087
  msgid "Max execution time"
1088
  msgstr ""
1089
 
1090
- #: wppa-ajax.php:1625
1091
  msgid "Cube Points points"
1092
  msgstr ""
1093
 
1094
- #: wppa-ajax.php:1628
1095
  msgid "JPG Image quality"
1096
  msgstr ""
1097
 
1098
- #: wppa-ajax.php:1634 wppa-settings-autosave.php:3759
1099
  #, fuzzy
1100
  msgid "Number of coverphotos"
1101
  msgstr "Se forside fotos"
1102
 
1103
- #: wppa-ajax.php:1637 wppa-settings-autosave.php:3816
1104
  msgid "Dislike value"
1105
  msgstr ""
1106
 
1107
- #: wppa-ajax.php:1640 wppa-settings-autosave.php:888
1108
  #, fuzzy
1109
  msgid "Slideshow pagesize"
1110
  msgstr "Slideshow"
1111
 
1112
- #: wppa-ajax.php:1643 wppa-settings-autosave.php:786
1113
  msgid "Max Pagelinks"
1114
  msgstr ""
1115
 
1116
- #: wppa-ajax.php:1650
1117
  msgid "Ratings cleared"
1118
  msgstr ""
1119
 
1120
- #: wppa-ajax.php:1653
1121
  #, fuzzy
1122
  msgid "Could not clear ratings"
1123
  msgstr "Impossibile creare album. "
1124
 
1125
- #: wppa-ajax.php:1662
1126
  msgid "Viewcounts cleared"
1127
  msgstr ""
1128
 
1129
- #: wppa-ajax.php:1665
1130
  #, fuzzy
1131
  msgid "Could not clear viewcounts"
1132
  msgstr "Impossibile creare album. "
1133
 
1134
- #: wppa-ajax.php:1675
1135
  #, fuzzy
1136
  msgid "IPTC data cleared"
1137
  msgstr "Ingen IPTC data"
1138
 
1139
- #: wppa-ajax.php:1676
1140
  msgid "Refresh this page to clear table X"
1141
  msgstr ""
1142
 
1143
- #: wppa-ajax.php:1680
1144
  #, fuzzy
1145
  msgid "Could not clear IPTC data"
1146
  msgstr "Impossibile creare album. "
1147
 
1148
- #: wppa-ajax.php:1690
1149
  #, fuzzy
1150
  msgid "EXIF data cleared"
1151
  msgstr "Ingen EXIF data"
1152
 
1153
- #: wppa-ajax.php:1691
1154
  msgid "Refresh this page to clear table XI"
1155
  msgstr ""
1156
 
1157
- #: wppa-ajax.php:1695
1158
  #, fuzzy
1159
  msgid "Could not clear EXIF data"
1160
  msgstr "Impossibile creare album. "
1161
 
1162
- #: wppa-ajax.php:1703
1163
  msgid "Recuperation performed"
1164
  msgstr ""
1165
 
1166
- #: wppa-ajax.php:1718
1167
  msgid ""
1168
  "Illegal format. Please enter a 6 digit hexadecimal color value. Example: "
1169
  "#77bbff"
1170
  msgstr ""
1171
 
1172
- #: wppa-ajax.php:1744
1173
  msgid "You just changed a setting that requires the recalculation of ratings."
1174
  msgstr ""
1175
 
1176
- #: wppa-ajax.php:1745 wppa-ajax.php:2112
1177
  msgid "Please run the appropriate action in Table VIII."
1178
  msgstr ""
1179
 
1180
- #: wppa-ajax.php:1769 wppa-ajax.php:1785
1181
  #, php-format
1182
  msgid "Unable to create or write to %s"
1183
  msgstr ""
1184
 
1185
- #: wppa-ajax.php:1778
1186
  msgid "Source can not be inside the wppa folder."
1187
  msgstr ""
1188
 
1189
- #: wppa-ajax.php:1795
1190
  msgid "The content must contain w#album"
1191
  msgstr ""
1192
 
1193
- #: wppa-ajax.php:1802
1194
  msgid "The content must contain w#lat and w#lon"
1195
  msgstr ""
1196
 
1197
- #: wppa-ajax.php:1844 wppa-ajax.php:1850
1198
  msgid "Members"
1199
  msgstr ""
1200
 
1201
- #: wppa-ajax.php:1844
1202
  msgid "Parent of the member albums"
1203
  msgstr ""
1204
 
1205
- #: wppa-ajax.php:1988
1206
  #, php-format
1207
  msgid "User %s has been blacklisted."
1208
  msgstr ""
1209
 
1210
- #: wppa-ajax.php:1991
1211
  #, php-format
1212
  msgid "User %s does not exist."
1213
  msgstr ""
1214
 
1215
- #: wppa-ajax.php:2014
1216
  msgid ""
1217
  "The content of the Custom box has been changed to display the Fotomoto "
1218
  "toolbar."
1219
  msgstr ""
1220
 
1221
- #: wppa-ajax.php:2018 wppa-ajax.php:2033
1222
  msgid "The display of the custom box has been enabled"
1223
  msgstr ""
1224
 
1225
- #: wppa-ajax.php:2029
1226
  msgid "The content of the Custom box has been changed to display maps."
1227
  msgstr ""
1228
 
1229
- #: wppa-ajax.php:2059
1230
  msgid "This value can not be empty"
1231
  msgstr ""
1232
 
1233
- #: wppa-ajax.php:2091
1234
  #, php-format
1235
  msgid "Failed to set %s to %s"
1236
  msgstr ""
1237
 
1238
- #: wppa-ajax.php:2096
1239
  #, php-format
1240
  msgid "Setting %s updated to %s"
1241
  msgstr ""
1242
 
1243
- #: wppa-ajax.php:2111
1244
  msgid ""
1245
  "You just changed a setting that requires the regeneration of thumbnails."
1246
  msgstr ""
1247
 
1248
- #: wppa-ajax.php:2166
1249
  msgid "Missing album id"
1250
  msgstr ""
1251
 
1252
- #: wppa-ajax.php:2186
1253
  msgid "You do not have the rights to delete this album"
1254
  msgstr ""
1255
 
1256
- #: wppa-ajax.php:2227 wppa-ajax.php:2234
1257
  #, fuzzy
1258
  msgid "You may also enter:"
1259
  msgstr "Du kan indsende efter"
1260
 
1261
- #: wppa-ajax.php:2228 wppa-ajax.php:2235
1262
  #, fuzzy
1263
  msgid "You may also leave/set this blank"
1264
  msgstr "Puoi anche lasciare/impostare a blank"
@@ -1305,8 +1310,8 @@ msgstr ""
1305
  msgid "Top of page"
1306
  msgstr ""
1307
 
1308
- #: wppa-album-admin-autosave.php:114 wppa-functions.php:3853
1309
- #: wppa-settings-autosave.php:6889 wppa-wpdb-insert.php:329
1310
  #, fuzzy
1311
  msgid "New Album"
1312
  msgstr "Impossibile creare album. "
@@ -1331,7 +1336,7 @@ msgstr ""
1331
  msgid "Edit Album Information"
1332
  msgstr "Rediger!"
1333
 
1334
- #: wppa-album-admin-autosave.php:171 wppa-settings-autosave.php:345
1335
  #, fuzzy
1336
  msgid "Auto Save"
1337
  msgstr "Automatisk, afskudt"
@@ -1448,69 +1453,69 @@ msgid "Photo order:"
1448
  msgstr "Dagens foto"
1449
 
1450
  #: wppa-album-admin-autosave.php:331 wppa-album-admin-autosave.php:432
1451
- #: wppa-settings-autosave.php:3593 wppa-settings-autosave.php:3617
1452
  #, fuzzy
1453
  msgid "--- default ---"
1454
  msgstr "--- vises ikke ---"
1455
 
1456
  #: wppa-album-admin-autosave.php:332 wppa-album-admin-autosave.php:388
1457
- #: wppa-settings-autosave.php:3555 wppa-settings-autosave.php:3669
1458
  #: wppa-thumbnail-widget.php:203
1459
  msgid "Order #"
1460
  msgstr ""
1461
 
1462
  #: wppa-album-admin-autosave.php:334 wppa-album-admin-autosave.php:387
1463
- #: wppa-settings-autosave.php:3557 wppa-settings-autosave.php:3671
1464
  #: wppa-thumbnail-widget.php:205 wppa-widget-admin.php:142
1465
  msgid "Random"
1466
  msgstr ""
1467
 
1468
- #: wppa-album-admin-autosave.php:335 wppa-settings-autosave.php:3558
1469
  msgid "Rating mean value"
1470
  msgstr ""
1471
 
1472
  #: wppa-album-admin-autosave.php:336 wppa-bestof-widget.php:169
1473
- #: wppa-settings-autosave.php:3559 wppa-topten-widget.php:236
1474
  msgid "Number of votes"
1475
  msgstr ""
1476
 
1477
  #: wppa-album-admin-autosave.php:337 wppa-album-admin-autosave.php:392
1478
- #: wppa-settings-autosave.php:3560 wppa-settings-autosave.php:3672
1479
  msgid "Timestamp"
1480
  msgstr ""
1481
 
1482
  #: wppa-album-admin-autosave.php:338 wppa-photo-admin-autosave.php:284
1483
- #: wppa-settings-autosave.php:3561
1484
  #, fuzzy
1485
  msgid "EXIF Date"
1486
  msgstr "Ingen EXIF data"
1487
 
1488
- #: wppa-album-admin-autosave.php:339 wppa-settings-autosave.php:3562
1489
- #: wppa-settings-autosave.php:3673
1490
  msgid "Order # desc"
1491
  msgstr ""
1492
 
1493
- #: wppa-album-admin-autosave.php:340 wppa-settings-autosave.php:3563
1494
- #: wppa-settings-autosave.php:3674
1495
  msgid "Name desc"
1496
  msgstr ""
1497
 
1498
- #: wppa-album-admin-autosave.php:341 wppa-settings-autosave.php:3564
1499
  #: wppa-thumbnail-widget.php:206
1500
  msgid "Rating mean value desc"
1501
  msgstr ""
1502
 
1503
- #: wppa-album-admin-autosave.php:342 wppa-settings-autosave.php:3565
1504
  #: wppa-thumbnail-widget.php:207
1505
  msgid "Number of votes desc"
1506
  msgstr ""
1507
 
1508
- #: wppa-album-admin-autosave.php:343 wppa-settings-autosave.php:3566
1509
- #: wppa-settings-autosave.php:3675 wppa-thumbnail-widget.php:208
1510
  msgid "Timestamp desc"
1511
  msgstr ""
1512
 
1513
- #: wppa-album-admin-autosave.php:344 wppa-settings-autosave.php:3567
1514
  msgid "EXIF Date desc"
1515
  msgstr ""
1516
 
@@ -1583,29 +1588,29 @@ msgstr ""
1583
  msgid "Cover Type:"
1584
  msgstr ""
1585
 
1586
- #: wppa-album-admin-autosave.php:433 wppa-settings-autosave.php:1918
1587
- #: wppa-settings-autosave.php:3739
1588
  msgid "Standard"
1589
  msgstr ""
1590
 
1591
- #: wppa-album-admin-autosave.php:434 wppa-settings-autosave.php:3740
1592
  #, fuzzy
1593
  msgid "Long Descriptions"
1594
  msgstr "Inserisci / modifica la descrizione per questo album."
1595
 
1596
- #: wppa-album-admin-autosave.php:435 wppa-settings-autosave.php:3741
1597
  msgid "Image Factory"
1598
  msgstr ""
1599
 
1600
- #: wppa-album-admin-autosave.php:436 wppa-settings-autosave.php:3742
1601
  msgid "Standard mcr"
1602
  msgstr ""
1603
 
1604
- #: wppa-album-admin-autosave.php:437 wppa-settings-autosave.php:3743
1605
  msgid "Long Descriptions mcr"
1606
  msgstr ""
1607
 
1608
- #: wppa-album-admin-autosave.php:438 wppa-settings-autosave.php:3744
1609
  msgid "Image Factory mcr"
1610
  msgstr ""
1611
 
@@ -1635,37 +1640,37 @@ msgstr ""
1635
  msgid "Upload limit:"
1636
  msgstr "Indsend foto"
1637
 
1638
- #: wppa-album-admin-autosave.php:480 wppa-settings-autosave.php:5585
1639
- #: wppa-settings-autosave.php:7006
1640
  msgid "for ever"
1641
  msgstr ""
1642
 
1643
  #: wppa-album-admin-autosave.php:481 wppa-album-admin-autosave.php:498
1644
- #: wppa-settings-autosave.php:5586 wppa-settings-autosave.php:7007
1645
  #, fuzzy
1646
  msgid "per hour"
1647
  msgstr "1 time"
1648
 
1649
  #: wppa-album-admin-autosave.php:482 wppa-album-admin-autosave.php:499
1650
- #: wppa-settings-autosave.php:5587 wppa-settings-autosave.php:7008
1651
  #, fuzzy
1652
  msgid "per day"
1653
  msgstr "1 dag"
1654
 
1655
  #: wppa-album-admin-autosave.php:483 wppa-album-admin-autosave.php:500
1656
- #: wppa-settings-autosave.php:5588 wppa-settings-autosave.php:7009
1657
  #, fuzzy
1658
  msgid "per week"
1659
  msgstr "1 uge"
1660
 
1661
  #: wppa-album-admin-autosave.php:484 wppa-album-admin-autosave.php:501
1662
- #: wppa-settings-autosave.php:5589 wppa-settings-autosave.php:7010
1663
  #, fuzzy
1664
  msgid "per month"
1665
  msgstr "1 m&aring;ned"
1666
 
1667
  #: wppa-album-admin-autosave.php:485 wppa-album-admin-autosave.php:502
1668
- #: wppa-settings-autosave.php:5590 wppa-settings-autosave.php:7011
1669
  #, fuzzy
1670
  msgid "per year"
1671
  msgstr "1 &aring;r"
@@ -1750,21 +1755,21 @@ msgstr "Indsend mindst %d fotos til dette album!"
1750
  msgid "Link type:"
1751
  msgstr "Link til"
1752
 
1753
- #: wppa-album-admin-autosave.php:592 wppa-settings-autosave.php:7167
1754
  msgid "the sub-albums and thumbnails"
1755
  msgstr ""
1756
 
1757
- #: wppa-album-admin-autosave.php:593 wppa-settings-autosave.php:7168
1758
  #, fuzzy
1759
  msgid "the sub-albums"
1760
  msgstr "Se album"
1761
 
1762
- #: wppa-album-admin-autosave.php:594 wppa-settings-autosave.php:7169
1763
  #, fuzzy
1764
  msgid "the thumbnails"
1765
  msgstr "Se"
1766
 
1767
- #: wppa-album-admin-autosave.php:595 wppa-settings-autosave.php:7170
1768
  msgid "the album photos as slideshow"
1769
  msgstr ""
1770
 
@@ -1772,7 +1777,7 @@ msgstr ""
1772
  msgid "the link page with a clean url"
1773
  msgstr ""
1774
 
1775
- #: wppa-album-admin-autosave.php:597 wppa-settings-autosave.php:7171
1776
  msgid "no link at all"
1777
  msgstr ""
1778
 
@@ -1795,8 +1800,8 @@ msgstr ""
1795
  msgid "Link to:"
1796
  msgstr "Link til"
1797
 
1798
- #: wppa-album-admin-autosave.php:618 wppa-settings-autosave.php:8707
1799
- #: wppa-settings-autosave.php:8756
1800
  msgid "There are no pages (yet) to link to."
1801
  msgstr ""
1802
 
@@ -1885,7 +1890,7 @@ msgstr "Godkend kommentar administration"
1885
  msgid "Moderate photo"
1886
  msgstr "Vedligehold"
1887
 
1888
- #: wppa-album-admin-autosave.php:765 wppa-functions.php:2101
1889
  #: wppa-photo-admin-autosave.php:24
1890
  msgid "Edit photo"
1891
  msgstr "N&aelig;ste billede"
@@ -1895,10 +1900,10 @@ msgstr "N&aelig;ste billede"
1895
  msgid "Delete Album"
1896
  msgstr "Impossibile creare album. "
1897
 
1898
- #: wppa-album-admin-autosave.php:791 wppa-boxes-html.php:797
1899
- #: wppa-breadcrumb.php:280 wppa-breadcrumb.php:298 wppa-breadcrumb.php:316
1900
- #: wppa-breadcrumb.php:334 wppa-breadcrumb.php:389 wppa-breadcrumb.php:414
1901
- #: wppa-breadcrumb.php:535 wppa-comment-admin.php:66 wppa-featen-widget.php:136
1902
  #: wppa-lasten-widget.php:172 wppa-slideshow-widget.php:201
1903
  #: wppa-thumbnail-widget.php:191 wppa-topten-widget.php:217
1904
  #: wppa-upload-widget.php:81 wppa-upload.php:116 wppa-upload.php:204
@@ -1925,7 +1930,7 @@ msgstr ""
1925
  #: wppa-album-admin-autosave.php:1179 wppa-album-admin-autosave.php:1351
1926
  #: wppa-album-admin-autosave.php:1446 wppa-album-admin-autosave.php:1632
1927
  #: wppa-comment-admin.php:312 wppa-comment-admin.php:381
1928
- #: wppa-comment-admin.php:399 wppa-functions.php:1919 wppa-links.php:724
1929
  #: wppa-links.php:742 wppa-photo-admin-autosave.php:1243
1930
  #: wppa-photo-admin-autosave.php:1311 wppa-thumbnails.php:589
1931
  msgid "Delete"
@@ -1935,7 +1940,7 @@ msgstr "Slet"
1935
  msgid "Move to:"
1936
  msgstr ""
1937
 
1938
- #: wppa-album-admin-autosave.php:807 wppa-settings-autosave.php:2687
1939
  msgid "Cancel"
1940
  msgstr "Cancella"
1941
 
@@ -2156,75 +2161,75 @@ msgstr ""
2156
  msgid "Nameless, filename = "
2157
  msgstr ""
2158
 
2159
- #: wppa-album-covers.php:1065 wppa-album-covers.php:1125
2160
- #: wppa-album-covers.php:1132
2161
  msgid "View the album"
2162
  msgstr "Se album"
2163
 
2164
- #: wppa-album-covers.php:1085
2165
  #, fuzzy
2166
  msgid "View the cover photo"
2167
  msgid_plural "View the cover photos"
2168
  msgstr[0] "Se forside foto"
2169
  msgstr[1] "Se forside foto"
2170
 
2171
- #: wppa-album-covers.php:1138
2172
  msgid "View"
2173
  msgstr "Se"
2174
 
2175
- #: wppa-album-covers.php:1141
2176
  msgid "album"
2177
  msgstr "album"
2178
 
2179
- #: wppa-album-covers.php:1144 wppa-settings-autosave.php:1276
2180
- #: wppa-settings-autosave.php:5622
2181
  msgid "albums"
2182
  msgstr "album"
2183
 
2184
- #: wppa-album-covers.php:1153 wppa-boxes-html.php:1116 wppa-breadcrumb.php:148
2185
- #: wppa-breadcrumb.php:154 wppa-breadcrumb.php:161 wppa-breadcrumb.php:362
2186
- #: wppa-breadcrumb.php:367 wppa-functions.php:4254 wppa-utils.php:1475
2187
  msgid "and"
2188
  msgstr "og"
2189
 
2190
- #: wppa-album-covers.php:1158 wppa-comment-admin.php:254
2191
  msgid "photo"
2192
  msgstr "foto"
2193
 
2194
- #: wppa-album-covers.php:1161 wppa-album-covers.php:1165
2195
- #: wppa-settings-autosave.php:742 wppa-settings-autosave.php:781
2196
- #: wppa-settings-autosave.php:1196 wppa-settings-autosave.php:1236
2197
- #: wppa-settings-autosave.php:1256 wppa-settings-autosave.php:1296
2198
- #: wppa-settings-autosave.php:3763 wppa-settings-autosave.php:5606
2199
- #: wppa-settings-autosave.php:7004
2200
  msgid "photos"
2201
  msgstr "fotos"
2202
 
2203
- #: wppa-album-covers.php:1209
2204
  #, fuzzy
2205
  msgid "New!"
2206
  msgstr "Nuovo!"
2207
 
2208
- #: wppa-album-covers.php:1210 wppa-thumbnails.php:1875 wppa-thumbnails.php:1876
2209
  #, fuzzy
2210
  msgid "New"
2211
  msgstr "Nuovo!"
2212
 
2213
- #: wppa-album-covers.php:1232 wppa-boxes-html.php:821 wppa-non-admin.php:580
2214
- #: wppa-settings-autosave.php:2159 wppa-settings-autosave.php:5083
2215
- #: wppa-settings-autosave.php:7316
2216
  msgid "Slideshow"
2217
  msgstr "Slideshow"
2218
 
2219
- #: wppa-album-covers.php:1233
2220
  msgid "Browse photos"
2221
  msgstr "Se fotos"
2222
 
2223
- #: wppa-album-covers.php:1267
2224
  msgid "Categories:"
2225
  msgstr ""
2226
 
2227
- #: wppa-album-covers.php:1270 wppa-breadcrumb.php:374 wppa-breadcrumb.php:379
2228
  msgid "Category:"
2229
  msgstr ""
2230
 
@@ -2412,13 +2417,13 @@ msgstr "Valutazione:"
2412
  msgid "Rating count:"
2413
  msgstr "Bed&oslash;mmelse: %s"
2414
 
2415
- #: wppa-bestof-widget.php:197 wppa-common-functions.php:1926 wppa-items.php:362
2416
- #: wppa-settings-autosave.php:1345 wppa-settings-autosave.php:1666
2417
- #: wppa-settings-autosave.php:3352 wppa-settings-autosave.php:3366
2418
- #: wppa-settings-autosave.php:3554 wppa-settings-autosave.php:3668
2419
- #: wppa-settings-autosave.php:5154 wppa-settings-autosave.php:6880
2420
- #: wppa-settings-autosave.php:7022 wppa-settings-autosave.php:7078
2421
- #: wppa-settings-autosave.php:7866 wppa-settings-autosave.php:8034
2422
  #: wppa-thumbnail-widget.php:202 wppa-tinymce-scripts.php:288
2423
  #: wppa-tinymce-shortcodes.php:517 wppa-upload.php:1528 wppa-watermark.php:520
2424
  #: wppa-widget-admin.php:76 wppa-widget-admin.php:193
@@ -2442,207 +2447,207 @@ msgstr ""
2442
  "I visitatori possono ottenere una panoramica delle immagini contenute in un "
2443
  "album grazie alle miniature."
2444
 
2445
- #: wppa-boxes-html.php:130 wppa-boxes-html.php:220
2446
  #, fuzzy
2447
  msgid "Photo search results"
2448
  msgstr "Risultati della ricerca per: %s"
2449
 
2450
- #: wppa-boxes-html.php:180
2451
  #, fuzzy
2452
  msgid "Search in current section"
2453
  msgstr "Ricerca nella sezione corrente"
2454
 
2455
- #: wppa-boxes-html.php:185
2456
  #, fuzzy
2457
  msgid "Search in current results"
2458
  msgstr "Ricerca in risultati correnti"
2459
 
2460
- #: wppa-boxes-html.php:353 wppa-breadcrumb.php:136
2461
- #: wppa-settings-autosave.php:437
2462
  #, fuzzy
2463
  msgid "Albums"
2464
  msgstr "album"
2465
 
2466
- #: wppa-boxes-html.php:359 wppa-breadcrumb.php:151
2467
  #, fuzzy
2468
  msgid "Photos"
2469
  msgstr "Foto"
2470
 
2471
- #: wppa-boxes-html.php:378
2472
  msgid "Category"
2473
  msgstr ""
2474
 
2475
- #: wppa-boxes-html.php:391 wppa-boxes-html.php:525
2476
  msgid "Text"
2477
  msgstr ""
2478
 
2479
- #: wppa-boxes-html.php:407 wppa-boxes-html.php:461 wppa-boxes-html.php:609
2480
- #: wppa-boxes-html.php:639
2481
  msgid "CTRL+Click to add/remove option."
2482
  msgstr ""
2483
 
2484
- #: wppa-boxes-html.php:408 wppa-boxes-html.php:462 wppa-boxes-html.php:610
2485
- #: wppa-boxes-html.php:640
2486
  msgid "Items must meet all selected options."
2487
  msgstr ""
2488
 
2489
- #: wppa-boxes-html.php:517 wppa-settings-autosave.php:8138
2490
- #: wppa-settings-autosave.php:8178 wppa-settings-autosave.php:8200
2491
- #: wppa-settings-autosave.php:8246
2492
  msgid "Tag"
2493
  msgstr ""
2494
 
2495
- #: wppa-boxes-html.php:533
2496
  msgid "Iptc"
2497
  msgstr ""
2498
 
2499
- #: wppa-boxes-html.php:542
2500
  msgid "Exif"
2501
  msgstr ""
2502
 
2503
- #: wppa-boxes-html.php:742 wppa-boxes-html.php:825
2504
  msgid "Submit"
2505
  msgstr ""
2506
 
2507
- #: wppa-boxes-html.php:783 wppa-super-view-widget.php:14
2508
  #: wppa-super-view-widget.php:66
2509
  #, fuzzy
2510
  msgid "Super View Photos"
2511
  msgstr "Se forside fotos"
2512
 
2513
- #: wppa-boxes-html.php:813 wppa-settings-autosave.php:453
2514
- #: wppa-settings-autosave.php:4345
2515
  #, fuzzy
2516
  msgid "Thumbnails"
2517
  msgstr "Miniatura"
2518
 
2519
- #: wppa-boxes-html.php:858
2520
  #, fuzzy
2521
  msgid "Tagged photos"
2522
  msgstr "Top fotos"
2523
 
2524
- #: wppa-boxes-html.php:871
2525
  msgid "Please select a tagcloud landing page in Table VI-C3b"
2526
  msgstr "V&aelig;lg en side, hvor tag-skyen skal vises i Tabel VI-C3b"
2527
 
2528
- #: wppa-boxes-html.php:928
2529
  #, fuzzy
2530
  msgid "Multi Tagged photos"
2531
  msgstr "Top fotos"
2532
 
2533
- #: wppa-boxes-html.php:941
2534
  msgid "Please select a multitag landing page in Table VI-C4b"
2535
  msgstr "V&aelig;lg en side, hvor multi-tag skal vises i Tabel VI-C4b"
2536
 
2537
- #: wppa-boxes-html.php:979
2538
  msgid "Please check the tag(s) that the photos must have"
2539
  msgstr "Unders&oslash;g de tag(s) som dine fotos har"
2540
 
2541
- #: wppa-boxes-html.php:1008
2542
  msgid "And"
2543
  msgstr "og"
2544
 
2545
- #: wppa-boxes-html.php:1019
2546
  msgid "Or"
2547
  msgstr "Eller"
2548
 
2549
- #: wppa-boxes-html.php:1069
2550
  msgid "Find!"
2551
  msgstr "Find!"
2552
 
2553
- #: wppa-boxes-html.php:1094
2554
  msgid "Social media landing page"
2555
  msgstr ""
2556
 
2557
- #: wppa-boxes-html.php:1117 wppa-utils.php:1475
2558
  #, php-format
2559
  msgid "See this image on %s"
2560
  msgstr "Se dette billed p&aring; %s"
2561
 
2562
- #: wppa-boxes-html.php:1142 wppa-qr-widget.php:40
2563
  msgid "QR code"
2564
  msgstr ""
2565
 
2566
- #: wppa-boxes-html.php:1187
2567
  #, php-format
2568
  msgid "Tweet %s on Twitter"
2569
  msgstr "Tweet %s p&aring; Twitter"
2570
 
2571
- #: wppa-boxes-html.php:1194
2572
  #, fuzzy
2573
  msgid "Share on Twitter"
2574
  msgstr "Condividi su Twitter"
2575
 
2576
- #: wppa-boxes-html.php:1207
2577
  #, php-format
2578
  msgid "Share %s on Google+"
2579
  msgstr "Del %s p&aring; Google+"
2580
 
2581
- #: wppa-boxes-html.php:1215
2582
  #, fuzzy
2583
  msgid "Share on Google+"
2584
  msgstr "Condividi su Google+"
2585
 
2586
- #: wppa-boxes-html.php:1230
2587
  #, php-format
2588
  msgid "Share %s on Pinterest"
2589
  msgstr "Del %s p&aring; Pinterest"
2590
 
2591
- #: wppa-boxes-html.php:1239
2592
  #, fuzzy
2593
  msgid "Share on Pinterest"
2594
  msgstr "Condividi on Pinterest"
2595
 
2596
- #: wppa-boxes-html.php:1374
2597
  #, fuzzy
2598
  msgid "Comment on Facebook:"
2599
  msgstr "Commenta su Facebook:"
2600
 
2601
- #: wppa-boxes-html.php:1475 wppa-upload.php:1135
2602
  msgid "Working..."
2603
  msgstr ""
2604
 
2605
- #: wppa-boxes-html.php:1477 wppa-boxes-html.php:1480
2606
  #, fuzzy
2607
  msgid "Delete album"
2608
  msgstr "Impossibile creare album. "
2609
 
2610
- #: wppa-boxes-html.php:1565
2611
  #, fuzzy
2612
  msgid "Create Album"
2613
  msgstr "Impossibile creare album. "
2614
 
2615
- #: wppa-boxes-html.php:1610 wppa-boxes-html.php:2293
2616
  #, fuzzy
2617
  msgid "Enter album name."
2618
  msgstr ""
2619
  "Inserisci nome, colore, dimensione e peso per il font che sarà utilizzato "
2620
  "per i titoli delle copertine degli album."
2621
 
2622
- #: wppa-boxes-html.php:1612 wppa-boxes-html.php:2293
2623
  #, fuzzy
2624
  msgid "Don't leave this blank!"
2625
  msgstr "Puoi anche lasciare/impostare a blank"
2626
 
2627
- #: wppa-boxes-html.php:1631
2628
  #, fuzzy
2629
  msgid "Enter album description"
2630
  msgstr "Inserisci / modifica la descrizione per questo album."
2631
 
2632
- #: wppa-boxes-html.php:1653
2633
  #, fuzzy
2634
  msgid "Create album"
2635
  msgstr "Impossibile creare album. "
2636
 
2637
- #: wppa-boxes-html.php:1709 wppa-boxes-html.php:1722 wppa-functions.php:3971
2638
  msgid "Max uploads reached"
2639
  msgstr "Maks. antal indsendinger er opn&aring;et"
2640
 
2641
- #: wppa-boxes-html.php:1784 wppa-upload.php:134
2642
  msgid "Upload Photo"
2643
  msgstr "Indsend foto"
2644
 
2645
- #: wppa-boxes-html.php:1931
2646
  #, php-format
2647
  msgid ""
2648
  "You may upload up to %s photos at once if your browser supports HTML-5 "
@@ -2651,22 +2656,22 @@ msgstr ""
2651
  "Du m&aring; indsende op til %s fotos med det samme, hvis din fremviser "
2652
  "underst&oslash;tter HTML-5 multi fil indsendelse"
2653
 
2654
- #: wppa-boxes-html.php:1938
2655
  #, php-format
2656
  msgid "Max photo size: %d x %d (%2.1f MegaPixel)"
2657
  msgstr "Maks. foto st&oslash;rrelse: %d x %d (%2.1f MegaPixel)"
2658
 
2659
- #: wppa-boxes-html.php:1965 wppa-upload.php:123 wppa-upload.php:211
2660
  #: wppa-upload.php:258 wppa-upload.php:704
2661
  msgid "Apply watermark file:"
2662
  msgstr "Inds&aelig;t vandm&aelig;rke:"
2663
 
2664
- #: wppa-boxes-html.php:1987 wppa-upload.php:128 wppa-upload.php:216
2665
  #: wppa-upload.php:263 wppa-upload.php:708
2666
  msgid "Position:"
2667
  msgstr "Position:"
2668
 
2669
- #: wppa-boxes-html.php:2015
2670
  #, fuzzy
2671
  msgid ""
2672
  "If you leave this blank, iptc tag 005 (Graphic name) will be used as "
@@ -2676,7 +2681,7 @@ msgstr ""
2676
  "Hvis du ikke udfylder dette felt, s&aring; vil filens navn blive brugt som "
2677
  "foto navn"
2678
 
2679
- #: wppa-boxes-html.php:2018
2680
  #, fuzzy
2681
  msgid ""
2682
  "If you leave this blank, iptc tag 120 (Caption) will be used as photoname if "
@@ -2685,349 +2690,349 @@ msgstr ""
2685
  "Hvis du ikke udfylder dette felt, s&aring; vil filens navn blive brugt som "
2686
  "foto navn"
2687
 
2688
- #: wppa-boxes-html.php:2021
2689
  msgid ""
2690
  "If you leave this blank, the original filename will be used as photo name."
2691
  msgstr ""
2692
  "Hvis du ikke udfylder dette felt, s&aring; vil filens navn blive brugt som "
2693
  "foto navn"
2694
 
2695
- #: wppa-boxes-html.php:2025
2696
  msgid "Enter photo name."
2697
  msgstr "Indtast foto navn"
2698
 
2699
- #: wppa-boxes-html.php:2043
2700
  msgid "Enter/modify photo description"
2701
  msgstr "Inds&aelig;t/rediger beskrivelse af foto"
2702
 
2703
- #: wppa-boxes-html.php:2074
2704
  msgid "hidden"
2705
  msgstr ""
2706
 
2707
- #: wppa-boxes-html.php:2143
2708
  msgid "Preview tags:"
2709
  msgstr ""
2710
 
2711
- #: wppa-boxes-html.php:2156
2712
  #, fuzzy
2713
  msgid "Please select an album and try again"
2714
  msgstr ""
2715
  "Nessuna corrispondenza con i tuoi termini di ricerca. Riprova con una chiave "
2716
  "di ricerca differente."
2717
 
2718
- #: wppa-boxes-html.php:2170
2719
  #, fuzzy
2720
  msgid "Upload photo"
2721
  msgstr "Indsend foto"
2722
 
2723
- #: wppa-boxes-html.php:2226
2724
  #, fuzzy
2725
  msgid "ERROR: unable to upload files."
2726
  msgstr "<b>FEJL: Ugyldigt fors&oslash;g p&aring; at uploade en fil.</b>"
2727
 
2728
- #: wppa-boxes-html.php:2275
2729
  #, fuzzy
2730
  msgid "Edit albuminfo"
2731
  msgstr "Rediger!"
2732
 
2733
- #: wppa-boxes-html.php:2303
2734
  #, fuzzy
2735
  msgid "Album description:"
2736
  msgstr "Inserisci / modifica la descrizione per questo album."
2737
 
2738
- #: wppa-boxes-html.php:2318
2739
  #, fuzzy
2740
  msgid "Update album"
2741
  msgstr ""
2742
  "Non hai i permessi per potere aggiornare le informazioni di questo album"
2743
 
2744
- #: wppa-boxes-html.php:2392
2745
  msgid "wrote:"
2746
  msgstr "skrev:"
2747
 
2748
- #: wppa-boxes-html.php:2446
2749
  msgid "Avatar"
2750
  msgstr ""
2751
 
2752
- #: wppa-boxes-html.php:2489 wppa-links.php:768
2753
  msgid "Awaiting moderation"
2754
  msgstr "Venter p&aring; godkendelse"
2755
 
2756
- #: wppa-boxes-html.php:2492
2757
  msgid "Marked as spam"
2758
  msgstr "Markeret som spam"
2759
 
2760
- #: wppa-boxes-html.php:2516
2761
  msgid "Edit!"
2762
  msgstr "Rediger!"
2763
 
2764
- #: wppa-boxes-html.php:2520
2765
  msgid "Send!"
2766
  msgstr "Send"
2767
 
2768
- #: wppa-boxes-html.php:2581
2769
  msgid "Your name:"
2770
  msgstr "Dit navn"
2771
 
2772
- #: wppa-boxes-html.php:2596
2773
  msgid "Your email:"
2774
  msgstr "Din email"
2775
 
2776
- #: wppa-boxes-html.php:2612
2777
  msgid "Your comment:"
2778
  msgstr "Din kommentar"
2779
 
2780
- #: wppa-boxes-html.php:2656
2781
  #, php-format
2782
  msgid "You must <a href=\"%s\">login</a> to enter a comment"
2783
  msgstr "<a href=\"%s\">Log ind</a> for at skrive en kommentar"
2784
 
2785
- #: wppa-boxes-html.php:2659
2786
  #, fuzzy
2787
  msgid "You must login to enter a comment"
2788
  msgstr "<a href=\"%s\">Log ind</a> for at skrive en kommentar"
2789
 
2790
- #: wppa-boxes-html.php:2671
2791
  #, fuzzy, php-format
2792
  msgid "%d comments"
2793
  msgstr "%d kommentarer"
2794
 
2795
- #: wppa-boxes-html.php:2675
2796
  msgid "Leave a comment"
2797
  msgstr "Skriv en kommentar"
2798
 
2799
- #: wppa-boxes-html.php:2716
2800
  #, fuzzy
2801
  msgid "Smilies are not available"
2802
  msgstr "Pagina non disponibile."
2803
 
2804
- #: wppa-boxes-html.php:2761
2805
  msgid "Show IPTC data"
2806
  msgstr "Vis IPTC data"
2807
 
2808
- #: wppa-boxes-html.php:2766
2809
  msgid "Hide IPTC data"
2810
  msgstr "Skjul IPTC data"
2811
 
2812
- #: wppa-boxes-html.php:2805
2813
  msgid "No IPTC data"
2814
  msgstr "Ingen IPTC data"
2815
 
2816
- #: wppa-boxes-html.php:2852
2817
  msgid "Show EXIF data"
2818
  msgstr "Vis EXIF data"
2819
 
2820
- #: wppa-boxes-html.php:2858
2821
  msgid "Hide EXIF data"
2822
  msgstr "Skjul EXIF data"
2823
 
2824
- #: wppa-boxes-html.php:2894
2825
  msgid "No EXIF data"
2826
  msgstr "Ingen EXIF data"
2827
 
2828
- #: wppa-boxes-html.php:3009 wppa-boxes-html.php:3014
2829
  #, fuzzy
2830
  msgid "< Previous"
2831
  msgstr "Forrige billede"
2832
 
2833
- #: wppa-boxes-html.php:3020 wppa-boxes-html.php:3025
2834
  #, fuzzy
2835
  msgid "Next >"
2836
  msgstr "N&aelig;ste"
2837
 
2838
- #: wppa-boxes-html.php:3122 wppa-boxes-html.php:3181
2839
  #, fuzzy
2840
  msgid "See the authors albums"
2841
  msgstr "Se dette billed p&aring; %s"
2842
 
2843
- #: wppa-boxes-html.php:3126 wppa-boxes-html.php:3185
2844
  #, fuzzy
2845
  msgid "See the authors photos"
2846
  msgstr ""
2847
  "I visitatori possono ottenere una panoramica delle immagini contenute in un "
2848
  "album grazie alle miniature."
2849
 
2850
- #: wppa-boxes-html.php:3130 wppa-boxes-html.php:3189
2851
  #, fuzzy
2852
  msgid "See all the authors photos"
2853
  msgstr ""
2854
  "I visitatori possono ottenere una panoramica delle immagini contenute in un "
2855
  "album grazie alle miniature."
2856
 
2857
- #: wppa-boxes-html.php:3153
2858
  #, fuzzy, php-format
2859
  msgid "Photo by: %s"
2860
  msgstr "Foto %s af %s"
2861
 
2862
- #: wppa-boxes-html.php:3154 wppa-boxes-html.php:3208
2863
  #, fuzzy, php-format
2864
  msgid "Max ratings: %s."
2865
  msgstr "Altezza massima."
2866
 
2867
- #: wppa-boxes-html.php:3155 wppa-boxes-html.php:3209
2868
  #, fuzzy, php-format
2869
  msgid "Votes: %s."
2870
  msgstr "Gli utenti possono esprimere più voti."
2871
 
2872
- #: wppa-boxes-html.php:3156 wppa-boxes-html.php:3210
2873
  #, fuzzy, php-format
2874
  msgid "Mean value: %4.2f."
2875
  msgstr "Mean value:"
2876
 
2877
- #: wppa-boxes-html.php:3163
2878
  #, fuzzy, php-format
2879
  msgid "Photo %s not found."
2880
  msgstr "Billede ikke fundet"
2881
 
2882
- #: wppa-breadcrumb.php:98 wppa-settings-autosave.php:1496
2883
  msgid "Home"
2884
  msgstr "Hjem"
2885
 
2886
- #: wppa-breadcrumb.php:119
2887
  #, fuzzy
2888
  msgid "Post:"
2889
  msgstr "--- lo stesso articolo/pagina ---"
2890
 
2891
- #: wppa-breadcrumb.php:119 wppa-breadcrumb.php:563
2892
  #, fuzzy
2893
  msgid "Page:"
2894
  msgstr "N&aelig;ste&nbsp;side"
2895
 
2896
- #: wppa-breadcrumb.php:139
2897
  msgid "with category:"
2898
  msgstr ""
2899
 
2900
- #: wppa-breadcrumb.php:142 wppa-breadcrumb.php:157
2901
  #, fuzzy
2902
  msgid "with name:"
2903
  msgstr "Dit navn"
2904
 
2905
- #: wppa-breadcrumb.php:145 wppa-breadcrumb.php:161
2906
  msgid "with words:"
2907
  msgstr ""
2908
 
2909
- #: wppa-breadcrumb.php:154
2910
  msgid "with tag:"
2911
  msgstr ""
2912
 
2913
- #: wppa-breadcrumb.php:165
2914
  msgid "of owner:"
2915
  msgstr ""
2916
 
2917
- #: wppa-breadcrumb.php:170
2918
  msgid "with iptc tag:"
2919
  msgstr ""
2920
 
2921
- #: wppa-breadcrumb.php:170 wppa-breadcrumb.php:175
2922
  #, fuzzy
2923
  msgid "with content:"
2924
  msgstr "Dit navn"
2925
 
2926
- #: wppa-breadcrumb.php:175
2927
  msgid "with exif tag:"
2928
  msgstr ""
2929
 
2930
- #: wppa-breadcrumb.php:183 wppa-breadcrumb.php:211 wppa-breadcrumb.php:268
2931
- #: wppa-breadcrumb.php:286 wppa-breadcrumb.php:304 wppa-breadcrumb.php:322
2932
- #: wppa-breadcrumb.php:340 wppa-breadcrumb.php:352 wppa-breadcrumb.php:364
2933
- #: wppa-breadcrumb.php:376 wppa-breadcrumb.php:395
2934
  #, fuzzy
2935
  msgid "View the thumbnails"
2936
  msgstr "Se"
2937
 
2938
- #: wppa-breadcrumb.php:205
2939
  #, fuzzy, php-format
2940
  msgid "Searchresults from album %s and its subalbums"
2941
  msgstr "Risultati Ricerca da album %s e tutti i sotto album"
2942
 
2943
- #: wppa-breadcrumb.php:209 wppa-breadcrumb.php:214
2944
  msgid "Searchstring:"
2945
  msgstr "S&oslash;gestreng:"
2946
 
2947
- #: wppa-breadcrumb.php:223 wppa-breadcrumb.php:241
2948
  #, fuzzy
2949
  msgid "Photos by EXIF date"
2950
  msgstr "Vis EXIF data"
2951
 
2952
- #: wppa-breadcrumb.php:227 wppa-breadcrumb.php:245
2953
  #, fuzzy
2954
  msgid "Photos by date of upload"
2955
  msgstr "Foto caricate nell'album numero"
2956
 
2957
- #: wppa-breadcrumb.php:231 wppa-breadcrumb.php:249
2958
  msgid "Photos by date last modified"
2959
  msgstr ""
2960
 
2961
- #: wppa-breadcrumb.php:261 wppa-breadcrumb.php:271
2962
  #, fuzzy, php-format
2963
  msgid "Photos by %s"
2964
  msgstr "Indsendelse af %s fotos var en success."
2965
 
2966
- #: wppa-breadcrumb.php:278 wppa-breadcrumb.php:296 wppa-breadcrumb.php:314
2967
- #: wppa-breadcrumb.php:332 wppa-breadcrumb.php:410
2968
  #, fuzzy
2969
  msgid "Various albums"
2970
  msgstr ""
2971
  "Puoi creare dei vari album che contengono delle foto così come creare allo "
2972
  "stesso tempo dei sotto-album."
2973
 
2974
- #: wppa-breadcrumb.php:280 wppa-breadcrumb.php:298 wppa-breadcrumb.php:316
2975
- #: wppa-breadcrumb.php:334 wppa-breadcrumb.php:414 wppa-lasten-widget.php:180
2976
  #, fuzzy
2977
  msgid "Albums:"
2978
  msgstr "album"
2979
 
2980
- #: wppa-breadcrumb.php:284 wppa-breadcrumb.php:289
2981
  msgid "Top rated photos"
2982
  msgstr "Top fotos"
2983
 
2984
- #: wppa-breadcrumb.php:302 wppa-breadcrumb.php:307
2985
  msgid "Recently uploaded photos"
2986
  msgstr "Nyligt kommenterede fotos"
2987
 
2988
- #: wppa-breadcrumb.php:320 wppa-breadcrumb.php:325 wppa-comment-widget.php:41
2989
  msgid "Recently commented photos"
2990
  msgstr "Nyligt kommenterede fotos"
2991
 
2992
- #: wppa-breadcrumb.php:338 wppa-breadcrumb.php:343 wppa-featen-widget.php:37
2993
  msgid "Featured photos"
2994
  msgstr "Top fotos"
2995
 
2996
- #: wppa-breadcrumb.php:350 wppa-breadcrumb.php:355
2997
  #, fuzzy
2998
  msgid "Related photos"
2999
  msgstr "fotos"
3000
 
3001
- #: wppa-breadcrumb.php:362 wppa-breadcrumb.php:367
3002
  msgid "Tagged photos:"
3003
  msgstr "Top fotos"
3004
 
3005
- #: wppa-breadcrumb.php:362 wppa-breadcrumb.php:367
3006
  msgid "or"
3007
  msgstr ""
3008
 
3009
- #: wppa-breadcrumb.php:393 wppa-breadcrumb.php:398
3010
  #, fuzzy
3011
  msgid "Recently updated albums"
3012
  msgstr "Le impostazioni sono state aggiornate"
3013
 
3014
- #: wppa-breadcrumb.php:408
3015
  #, fuzzy, php-format
3016
  msgid "Various albums by %s"
3017
  msgstr ""
3018
  "Puoi creare dei vari album che contengono delle foto così come creare allo "
3019
  "stesso tempo dei sotto-album."
3020
 
3021
- #: wppa-breadcrumb.php:435 wppa-breadcrumb.php:450
3022
  msgid "Thumbnail view"
3023
  msgstr "Foto Top Ti"
3024
 
3025
- #: wppa-breadcrumb.php:439 wppa-breadcrumb.php:440 wppa-breadcrumb.php:455
3026
- #: wppa-breadcrumb.php:456
3027
  msgid "Thumbs"
3028
  msgstr "Miniature"
3029
 
3030
- #: wppa-breadcrumb.php:561
3031
  msgid "Unpublished"
3032
  msgstr ""
3033
 
@@ -3131,8 +3136,8 @@ msgstr ""
3131
  msgid "Linkpage:"
3132
  msgstr ""
3133
 
3134
- #: wppa-comment-admin.php:224 wppa-settings-autosave.php:4516
3135
- #: wppa-settings-autosave.php:7196
3136
  #, fuzzy
3137
  msgid "--- Please select a page ---"
3138
  msgstr "--- vises ikke ---"
@@ -3203,18 +3208,18 @@ msgid "(Album)"
3203
  msgstr "album"
3204
 
3205
  #: wppa-comment-admin.php:304 wppa-comment-admin.php:391
3206
- #: wppa-settings-autosave.php:504 wppa-settings-autosave.php:657
3207
- #: wppa-settings-autosave.php:679 wppa-settings-autosave.php:1379
3208
- #: wppa-settings-autosave.php:1400 wppa-settings-autosave.php:2752
3209
- #: wppa-settings-autosave.php:2773 wppa-settings-autosave.php:3071
3210
- #: wppa-settings-autosave.php:3095 wppa-settings-autosave.php:4237
3211
- #: wppa-settings-autosave.php:4258 wppa-settings-autosave.php:4434
3212
- #: wppa-settings-autosave.php:4458 wppa-settings-autosave.php:5457
3213
- #: wppa-settings-autosave.php:5963 wppa-settings-autosave.php:5985
3214
- #: wppa-settings-autosave.php:6565 wppa-settings-autosave.php:6589
3215
- #: wppa-settings-autosave.php:8116 wppa-settings-autosave.php:8137
3216
- #: wppa-settings-autosave.php:8177 wppa-settings-autosave.php:8199
3217
- #: wppa-settings-autosave.php:8245
3218
  msgid "#"
3219
  msgstr ""
3220
 
@@ -3248,7 +3253,7 @@ msgstr ""
3248
  msgid "Reply to your comment on photo: %s on %s"
3249
  msgstr ""
3250
 
3251
- #: wppa-comment-admin.php:359 wppa-functions.php:2098
3252
  msgid "Reply"
3253
  msgstr ""
3254
 
@@ -3304,123 +3309,123 @@ msgstr "Billede ikke fundet"
3304
  msgid "Default photo album for"
3305
  msgstr "Standard foto album for"
3306
 
3307
- #: wppa-common-functions.php:524 wppa-common-functions.php:560
3308
  msgid "1 second"
3309
  msgstr "1 sekund"
3310
 
3311
- #: wppa-common-functions.php:525 wppa-common-functions.php:561
3312
- #: wppa-functions.php:4255
3313
  msgid "seconds"
3314
  msgstr "sekunder"
3315
 
3316
- #: wppa-common-functions.php:529 wppa-common-functions.php:565
3317
  msgid "1 minute"
3318
  msgstr "1 minut"
3319
 
3320
- #: wppa-common-functions.php:530 wppa-common-functions.php:566
3321
- #: wppa-functions.php:4254
3322
  msgid "minutes"
3323
  msgstr "minutter"
3324
 
3325
- #: wppa-common-functions.php:534 wppa-common-functions.php:570
3326
  msgid "1 hour"
3327
  msgstr "1 time"
3328
 
3329
- #: wppa-common-functions.php:535 wppa-common-functions.php:571
3330
- #: wppa-functions.php:4253
3331
  msgid "hours"
3332
  msgstr "timer"
3333
 
3334
- #: wppa-common-functions.php:539 wppa-common-functions.php:575
3335
  msgid "1 day"
3336
  msgstr "1 dag"
3337
 
3338
- #: wppa-common-functions.php:540 wppa-common-functions.php:576
3339
- #: wppa-functions.php:4252
3340
  msgid "days"
3341
  msgstr "dage"
3342
 
3343
- #: wppa-common-functions.php:544 wppa-common-functions.php:580
3344
  msgid "1 week"
3345
  msgstr "1 uge"
3346
 
3347
- #: wppa-common-functions.php:545 wppa-common-functions.php:581
3348
- #: wppa-functions.php:4251
3349
  msgid "weeks"
3350
  msgstr "uger"
3351
 
3352
- #: wppa-common-functions.php:549 wppa-common-functions.php:585
3353
  msgid "1 month"
3354
  msgstr "1 m&aring;ned"
3355
 
3356
- #: wppa-common-functions.php:550 wppa-common-functions.php:586
3357
  msgid "months"
3358
  msgstr "m&aring;neder"
3359
 
3360
- #: wppa-common-functions.php:553 wppa-common-functions.php:589
3361
  msgid "1 year"
3362
  msgstr "1 &aring;r"
3363
 
3364
- #: wppa-common-functions.php:554 wppa-common-functions.php:590
3365
  msgid "years"
3366
  msgstr "&aring;r"
3367
 
3368
- #: wppa-common-functions.php:801 wppa-common-functions.php:802
3369
  msgid "ERROR: Resized or copied image could not be created."
3370
  msgstr ""
3371
 
3372
- #: wppa-common-functions.php:844 wppa-common-functions.php:845
3373
  #, php-format
3374
  msgid "ERROR: File %s is not a valid picture file."
3375
  msgstr ""
3376
 
3377
- #: wppa-common-functions.php:1645
3378
  #, php-format
3379
  msgid ""
3380
  "Based on your server memory limit you should not upload images larger then "
3381
  "<strong>%d x %d (%2.1f MP)</strong>"
3382
  msgstr ""
3383
 
3384
- #: wppa-common-functions.php:1920
3385
  #, fuzzy
3386
  msgid "- select an album -"
3387
  msgstr ""
3388
  "Nessuna corrispondenza con i tuoi termini di ricerca. Riprova con una chiave "
3389
  "di ricerca differente."
3390
 
3391
- #: wppa-common-functions.php:1932 wppa-items.php:370
3392
  #: wppa-multitag-widget.php:75 wppa-multitag-widget.php:83
3393
  #: wppa-slideshow-widget.php:201 wppa-tagcloud-widget.php:70
3394
  #: wppa-tagcloud-widget.php:78
3395
  msgid "--- all ---"
3396
  msgstr "--- ingen ---"
3397
 
3398
- #: wppa-common-functions.php:1938
3399
  #, fuzzy
3400
  msgid "--- generic ---"
3401
  msgstr "--- ingen ---"
3402
 
3403
- #: wppa-common-functions.php:1949
3404
  msgid "--- multiple see below ---"
3405
  msgstr ""
3406
 
3407
- #: wppa-common-functions.php:1955
3408
  #, fuzzy
3409
  msgid "--- a selection box ---"
3410
  msgstr "--- vises ikke ---"
3411
 
3412
- #: wppa-common-functions.php:1989 wppa-items.php:366
3413
- #: wppa-settings-autosave.php:7022 wppa-settings-autosave.php:7078
3414
  #: wppa-upload.php:1529
3415
  msgid "--- separate ---"
3416
  msgstr "--- vis ikke ---"
3417
 
3418
- #: wppa-common-functions.php:2087
3419
  #, fuzzy
3420
  msgid "Photo id ="
3421
  msgstr "Dagens foto"
3422
 
3423
- #: wppa-common-functions.php:2087
3424
  msgid "Value ="
3425
  msgstr ""
3426
 
@@ -3479,182 +3484,182 @@ msgstr "Slet"
3479
  msgid "n.a."
3480
  msgstr "Ikke brugbar"
3481
 
3482
- #: wppa-exif-iptc-common.php:214 wppa-utils.php:2244
3483
  msgid "Not Defined"
3484
  msgstr "Ikke Defineret"
3485
 
3486
- #: wppa-exif-iptc-common.php:215 wppa-utils.php:2245
3487
  msgid "Manual"
3488
  msgstr "Manual"
3489
 
3490
- #: wppa-exif-iptc-common.php:216 wppa-utils.php:2246
3491
  msgid "Program AE"
3492
  msgstr "Program AE"
3493
 
3494
- #: wppa-exif-iptc-common.php:217 wppa-utils.php:2247
3495
  msgid "Aperture-priority AE"
3496
  msgstr "Bl&aelig;ndeprioriteret AE"
3497
 
3498
- #: wppa-exif-iptc-common.php:218 wppa-utils.php:2248
3499
  msgid "Shutter speed priority AE"
3500
  msgstr "Lukkerhastighedsprioritet AE"
3501
 
3502
- #: wppa-exif-iptc-common.php:219 wppa-utils.php:2249
3503
  msgid "Creative (Slow speed)"
3504
  msgstr "Kreativ (Langsom hastighed)"
3505
 
3506
- #: wppa-exif-iptc-common.php:220 wppa-utils.php:2250
3507
  msgid "Action (High speed)"
3508
  msgstr "Handling (h&oslash;j hastighed)"
3509
 
3510
- #: wppa-exif-iptc-common.php:221 wppa-utils.php:2251
3511
  msgid "Portrait"
3512
  msgstr "Portr&aelig;t"
3513
 
3514
- #: wppa-exif-iptc-common.php:222 wppa-utils.php:2252
3515
  msgid "Landscape"
3516
  msgstr "Landskab"
3517
 
3518
- #: wppa-exif-iptc-common.php:223 wppa-utils.php:2253
3519
  msgid "Bulb"
3520
  msgstr "Bulb"
3521
 
3522
- #: wppa-exif-iptc-common.php:245 wppa-utils.php:2254
3523
  msgid "Average"
3524
  msgstr "gennemsnitlig"
3525
 
3526
- #: wppa-exif-iptc-common.php:246 wppa-utils.php:2255
3527
  msgid "Center-weighted average"
3528
  msgstr "Centerv&aelig;gtet gennemsnit"
3529
 
3530
- #: wppa-exif-iptc-common.php:247 wppa-utils.php:2256
3531
  msgid "Spot"
3532
  msgstr "Spot"
3533
 
3534
- #: wppa-exif-iptc-common.php:248 wppa-utils.php:2257
3535
  msgid "Multi-spot"
3536
  msgstr "Multi-spot"
3537
 
3538
- #: wppa-exif-iptc-common.php:249 wppa-utils.php:2258
3539
  msgid "Multi-segment"
3540
  msgstr "Multi-segment"
3541
 
3542
- #: wppa-exif-iptc-common.php:250 wppa-utils.php:2259
3543
  msgid "Partial"
3544
  msgstr "Delvist"
3545
 
3546
- #: wppa-exif-iptc-common.php:251 wppa-settings-autosave.php:4362
3547
- #: wppa-utils.php:2260
3548
  msgid "Other"
3549
  msgstr "Andet"
3550
 
3551
- #: wppa-exif-iptc-common.php:287 wppa-utils.php:2261
3552
  msgid "No Flash"
3553
  msgstr "Ingen blitz"
3554
 
3555
- #: wppa-exif-iptc-common.php:289 wppa-utils.php:2262
3556
  msgid "Fired"
3557
  msgstr "Afskudt"
3558
 
3559
- #: wppa-exif-iptc-common.php:291 wppa-utils.php:2263
3560
  msgid "Fired, Return not detected"
3561
  msgstr "Afskudt, returnering er ikke opdaget "
3562
 
3563
- #: wppa-exif-iptc-common.php:293 wppa-utils.php:2264
3564
  msgid "Fired, Return detected"
3565
  msgstr "Afskudt, returnering er opdaget "
3566
 
3567
- #: wppa-exif-iptc-common.php:295 wppa-utils.php:2265
3568
  msgid "On, Did not fire"
3569
  msgstr "Tilsluttet, afsk&oslash;d ikke"
3570
 
3571
- #: wppa-exif-iptc-common.php:297 wppa-utils.php:2266
3572
  msgid "On, Fired"
3573
  msgstr "Tilsluttet, afskudt"
3574
 
3575
- #: wppa-exif-iptc-common.php:299 wppa-utils.php:2267
3576
  msgid "On, Return not detected"
3577
  msgstr "Tilsluttet, returnering er ikke opdaget "
3578
 
3579
- #: wppa-exif-iptc-common.php:301 wppa-utils.php:2268
3580
  msgid "On, Return detected"
3581
  msgstr "Tilsluttet, returnering er opdaget "
3582
 
3583
- #: wppa-exif-iptc-common.php:303 wppa-utils.php:2269
3584
  msgid "Off, Did not fire"
3585
  msgstr "Slukket, afsk&oslash;d ikke"
3586
 
3587
- #: wppa-exif-iptc-common.php:305 wppa-utils.php:2270
3588
  msgid "Off, Did not fire, Return not detected"
3589
  msgstr "Slukket, afsk&oslash;d ikke, returnering er ikke opdaget "
3590
 
3591
- #: wppa-exif-iptc-common.php:307 wppa-utils.php:2271
3592
  msgid "Auto, Did not fire"
3593
  msgstr "Automatisk, afsk&oslash;d ikke"
3594
 
3595
- #: wppa-exif-iptc-common.php:309 wppa-utils.php:2272
3596
  msgid "Auto, Fired"
3597
  msgstr "Automatisk, afskudt"
3598
 
3599
- #: wppa-exif-iptc-common.php:311 wppa-utils.php:2273
3600
  msgid "Auto, Fired, Return not detected"
3601
  msgstr "Automatisk, afskudt, returnering er ikke opdaget "
3602
 
3603
- #: wppa-exif-iptc-common.php:313 wppa-utils.php:2274
3604
  msgid "Auto, Fired, Return detected"
3605
  msgstr "Automatisk, afskudt, returnering er opdaget "
3606
 
3607
- #: wppa-exif-iptc-common.php:315 wppa-utils.php:2275
3608
  msgid "No flash function"
3609
  msgstr "Ingen blitz funktion"
3610
 
3611
- #: wppa-exif-iptc-common.php:317 wppa-utils.php:2276
3612
  msgid "Off, No flash function"
3613
  msgstr "Slukket, ingen blitz funktion"
3614
 
3615
- #: wppa-exif-iptc-common.php:319 wppa-utils.php:2277
3616
  msgid "Fired, Red-eye reduction"
3617
  msgstr "Afskudt, R&oslash;d-&oslash;je reduktion"
3618
 
3619
- #: wppa-exif-iptc-common.php:321 wppa-utils.php:2278
3620
  msgid "Fired, Red-eye reduction, Return not detected"
3621
  msgstr "Afskudt, R&oslash;d-&oslash;je reduktion, returnering er ikke opdaget "
3622
 
3623
- #: wppa-exif-iptc-common.php:323 wppa-utils.php:2279
3624
  msgid "Fired, Red-eye reduction, Return detected"
3625
  msgstr "Afskudt, R&oslash;d-&oslash;je reduktion, returnering er opdaget "
3626
 
3627
- #: wppa-exif-iptc-common.php:325 wppa-utils.php:2280
3628
  msgid "On, Red-eye reduction"
3629
  msgstr "Tilstuttet, R&oslash;d-&oslash;je reduktion"
3630
 
3631
- #: wppa-exif-iptc-common.php:327 wppa-utils.php:2281
3632
  msgid "Red-eye reduction, Return not detected"
3633
  msgstr "R&oslash;d-&oslash;je reduktion, returnering er ikke opdaget "
3634
 
3635
- #: wppa-exif-iptc-common.php:329 wppa-utils.php:2282
3636
  msgid "On, Red-eye reduction, Return detected"
3637
  msgstr "Tilstuttet, R&oslash;d-&oslash;je reduktion, returnering er opdaget "
3638
 
3639
- #: wppa-exif-iptc-common.php:331 wppa-utils.php:2283
3640
  msgid "Off, Red-eye reduction"
3641
  msgstr "Slukket, R&oslash;d-&oslash;je reduktion"
3642
 
3643
- #: wppa-exif-iptc-common.php:333 wppa-utils.php:2284
3644
  msgid "Auto, Did not fire, Red-eye reduction"
3645
  msgstr "Automatisk, Afsk&oslash;d ikke, R&oslash;d-&oslash;je reduktion"
3646
 
3647
- #: wppa-exif-iptc-common.php:335 wppa-utils.php:2285
3648
  msgid "Auto, Fired, Red-eye reduction"
3649
  msgstr "Automatisk, Afskudt, R&oslash;d-&oslash;je reduktion"
3650
 
3651
- #: wppa-exif-iptc-common.php:337 wppa-utils.php:2286
3652
  msgid "Auto, Fired, Red-eye reduction, Return not detected"
3653
  msgstr ""
3654
  "Automatisk, Afskudt, R&oslash;d-&oslash;je reduktion, returnering er ikke "
3655
  "opdaget "
3656
 
3657
- #: wppa-exif-iptc-common.php:339 wppa-utils.php:2287
3658
  msgid "Auto, Fired, Red-eye reduction, Return detected"
3659
  msgstr ""
3660
  "Automatisk, Afskudt, R&oslash;d-&oslash;je reduktion, returnering er opdaget "
@@ -3785,63 +3790,63 @@ msgstr ""
3785
  "Trovati %s album. Solo le prime %s saranno visualizzate. Per favore affinate "
3786
  "la ricerca.ie cercate anche per data."
3787
 
3788
- #: wppa-functions.php:1916 wppa-links.php:717 wppa-links.php:734
3789
  #: wppa-thumbnails.php:587
3790
  msgid "Are you sure you want to remove this photo?"
3791
  msgstr "Er du sikker p&aring;, at du vil fjerne dette foto"
3792
 
3793
- #: wppa-functions.php:2076
3794
  msgid "Comment edited"
3795
  msgstr "Kommentarer redigeret"
3796
 
3797
- #: wppa-functions.php:2081
3798
  #, fuzzy
3799
  msgid "Photo comment"
3800
  msgstr "Din kommentar"
3801
 
3802
- #: wppa-functions.php:2085
3803
  msgid "Comment on photo:"
3804
  msgstr "Kommentar til billeder"
3805
 
3806
- #: wppa-functions.php:2096
3807
  msgid "wrote on photo"
3808
  msgstr "Se fotos"
3809
 
3810
- #: wppa-functions.php:2099
3811
  msgid "Moderate comment admin"
3812
  msgstr "Godkend kommentar administration"
3813
 
3814
- #: wppa-functions.php:2100 wppa-functions.php:4103 wppa-upload.php:1427
3815
  msgid "Moderate manage photo"
3816
  msgstr "Se fotos"
3817
 
3818
- #: wppa-functions.php:2111
3819
  msgid "You receive this email as you are assigned to moderate"
3820
  msgstr "Du modtager denne e-mail, fordi du er sat til at godkende"
3821
 
3822
- #: wppa-functions.php:2123
3823
  msgid "You receive this email as administrator of the site"
3824
  msgstr ""
3825
  "Du modtager denne e-mail, fordi du er administrator p&aring; hjemmesiden"
3826
 
3827
- #: wppa-functions.php:2140
3828
  msgid "You receive this email as uploader of the photo"
3829
  msgstr "Du modtager denne e-mail, fordi du indsendte et foto"
3830
 
3831
- #: wppa-functions.php:2157
3832
  msgid "You receive this email as owner of the album"
3833
  msgstr "Du modtager denne e-mail, fordi du er ejer af albumet"
3834
 
3835
- #: wppa-functions.php:2174
3836
  #, fuzzy
3837
  msgid "You receive this email because you commented this photo earlier."
3838
  msgstr "Du modtager denne e-mail, fordi du er sat til at godkende"
3839
 
3840
- #: wppa-functions.php:2200
3841
  msgid "Comment added"
3842
  msgstr "Kommentarer tilf&oslash;jet"
3843
 
3844
- #: wppa-functions.php:2205
3845
  msgid ""
3846
  "Sorry, you gave a wrong answer.\\n\\nPlease try again to solve the "
3847
  "computation."
@@ -3849,151 +3854,151 @@ msgstr ""
3849
  "Beklager, du gav et forkert svar.\\n\\nPr&oslash;v venligst igen, at "
3850
  "l&oslash;se beregningen."
3851
 
3852
- #: wppa-functions.php:2215
3853
  msgid "Could not process comment.\\nProbably timed out."
3854
  msgstr "Kommentar kunne ikke bearbejdes"
3855
 
3856
- #: wppa-functions.php:2298
3857
  #, fuzzy, php-format
3858
  msgid "1 Comment"
3859
  msgid_plural "%s Comments"
3860
  msgstr[0] "%d kommentarer"
3861
  msgstr[1] "%d kommentarer"
3862
 
3863
- #: wppa-functions.php:2334 wppa-links.php:1405
3864
  msgid "A video can not be printed or downloaded"
3865
  msgstr ""
3866
 
3867
- #: wppa-functions.php:2769
3868
  #, fuzzy
3869
  msgid "ERROR: Illegal attempt to enter a rating."
3870
  msgstr ""
3871
  "<b>FEJL: Ugyldigt fors&oslash;g p&aring; at give en bed&oslash;mmelse.</b>"
3872
 
3873
- #: wppa-functions.php:2782
3874
  #, fuzzy
3875
  msgid "ERROR: Illegal attempt to enter a comment."
3876
  msgstr "<b>FEJL: Ugyldigt fors&oslash;g p&aring; at give en kommentar.</b>"
3877
 
3878
- #: wppa-functions.php:3856
3879
  #, fuzzy
3880
  msgid "ERROR: Illegal attempt to create an album."
3881
  msgstr ""
3882
  "<b>FEJL: Ugyldigt fors&oslash;g p&aring; at give en bed&oslash;mmelse.</b>"
3883
 
3884
- #: wppa-functions.php:3860
3885
  #, fuzzy
3886
  msgid "Wrong captcha, please try again"
3887
  msgstr ""
3888
  "Beklager, du gav et forkert svar.\\n\\nPr&oslash;v venligst igen, at "
3889
  "l&oslash;se beregningen."
3890
 
3891
- #: wppa-functions.php:3873
3892
  #, fuzzy, php-format
3893
  msgid "Album #%s created"
3894
  msgstr "Carica foto: per caricare le foto in un album che hai creato."
3895
 
3896
- #: wppa-functions.php:3878
3897
  #, fuzzy
3898
  msgid "Could not create album"
3899
  msgstr "Impossibile creare album. "
3900
 
3901
- #: wppa-functions.php:3889
3902
  #, fuzzy
3903
  msgid "ERROR: Illegal attempt to upload a file."
3904
  msgstr "<b>FEJL: Ugyldigt fors&oslash;g p&aring; at uploade en fil.</b>"
3905
 
3906
- #: wppa-functions.php:3929
3907
  #, fuzzy
3908
  msgid "Photo upload"
3909
  msgstr "Foto caricate nell'album numero"
3910
 
3911
- #: wppa-functions.php:3930
3912
  #, fuzzy, php-format
3913
  msgid "Photo successfully uploaded."
3914
  msgid_plural "%s photos successfully uploaded."
3915
  msgstr[0] "Indsendelse af foto var en success."
3916
  msgstr[1] "Indsendelse af foto var en success."
3917
 
3918
- #: wppa-functions.php:3931
3919
  #, php-format
3920
  msgid "%s points added."
3921
  msgstr "%s kommentarer tilf&oslash;jet"
3922
 
3923
- #: wppa-functions.php:3935
3924
  msgid "Upload failed"
3925
  msgstr "Indl&aelig;sning fejlede"
3926
 
3927
- #: wppa-functions.php:3938
3928
  #, fuzzy, php-format
3929
  msgid "1 Upload failed"
3930
  msgid_plural "%s uploads failed."
3931
  msgstr[0] "Indl&aelig;sning fejlede"
3932
  msgstr[1] "Indl&aelig;sning fejlede"
3933
 
3934
- #: wppa-functions.php:3975
3935
  msgid "Error during upload"
3936
  msgstr "Fejl under upload"
3937
 
3938
- #: wppa-functions.php:3980
3939
  msgid "Uploaded file is not an image"
3940
  msgstr "Uploaded fil er ikke et billede"
3941
 
3942
- #: wppa-functions.php:3984
3943
  #, php-format
3944
  msgid ""
3945
  "Only gif, jpg and png image files are supported. Returned filetype = %d."
3946
  msgstr ""
3947
  "Kun gif, jpg og png filer underst&oslash;ttes. Den forkerte filtype er %d."
3948
 
3949
- #: wppa-functions.php:3990
3950
  #, fuzzy, php-format
3951
  msgid "Uploaded file is larger than the allowed maximum of %d x %d pixels."
3952
  msgstr "Maks. foto st&oslash;rrelse: %d x %d (%2.1f MegaPixel)"
3953
 
3954
- #: wppa-functions.php:3996
3955
  #, fuzzy, php-format
3956
  msgid "Uploaded file %s already exists in this album."
3957
  msgstr "Il file %s che hai caricato non è un file .png"
3958
 
3959
- #: wppa-functions.php:4004
3960
  #, php-format
3961
  msgid "The image is too big. Max photo size: %d x %d (%2.1f MegaPixel)"
3962
  msgstr ""
3963
  "Billedet er for stort. Maks. foto st&oslash;rrelse: %d x %d (%2.1f MegaPixel)"
3964
 
3965
- #: wppa-functions.php:4027
3966
  msgid "Could not insert photo into db."
3967
  msgstr "Kunne ikke inds&aelig;tte foto i databasen."
3968
 
3969
- #: wppa-functions.php:4099 wppa-upload.php:1423
3970
  #, php-format
3971
  msgid "New photo uploaded: %s"
3972
  msgstr "Nyt foto indsendt: %s"
3973
 
3974
- #: wppa-functions.php:4100 wppa-upload.php:1424
3975
  #, fuzzy, php-format
3976
  msgid "User %1$s uploaded photo %2$s into album %3$s"
3977
  msgstr "Bruger %s indsendte foto %s ind i album %s"
3978
 
3979
- #: wppa-functions.php:4102 wppa-upload.php:1426
3980
  msgid "This upload requires moderation"
3981
  msgstr "Denne indsendelse kr&aelig;ver godkendelse"
3982
 
3983
- #: wppa-functions.php:4106 wppa-upload.php:1430
3984
  msgid "Details:"
3985
  msgstr "Detaljer:"
3986
 
3987
- #: wppa-functions.php:4107 wppa-upload.php:1431 wppa-utils.php:776
3988
- #: wppa-utils.php:788
3989
  msgid "Manage photo"
3990
  msgstr "Se fotos"
3991
 
3992
- #: wppa-functions.php:4249
3993
  msgid "You can upload after"
3994
  msgstr "Du kan indsende efter"
3995
 
3996
- #: wppa-functions.php:4279 wppa-functions.php:4290 wppa-links.php:1034
3997
  #: wppa-non-admin.php:644
3998
  #, fuzzy
3999
  msgid "Download"
@@ -4001,14 +4006,14 @@ msgstr ""
4001
  "Questa impostazione farà sì che cliccando sulla immagine con il tasto destro "
4002
  "non permetterà all'utente di scaricare l'immagine."
4003
 
4004
- #: wppa-functions.php:4283 wppa-functions.php:4294
4005
  #, fuzzy
4006
  msgid "Download:"
4007
  msgstr ""
4008
  "Questa impostazione farà sì che cliccando sulla immagine con il tasto destro "
4009
  "non permetterà all'utente di scaricare l'immagine."
4010
 
4011
- #: wppa-functions.php:4317
4012
  msgid "Zoom in"
4013
  msgstr "Zoom ind"
4014
 
@@ -4489,7 +4494,7 @@ msgstr ""
4489
  msgid "Bronze"
4490
  msgstr ""
4491
 
4492
- #: wppa-items.php:274 wppa-items.php:428 wppa-settings-autosave.php:3228
4493
  #, fuzzy
4494
  msgid "none"
4495
  msgstr "--- ingen ---"
@@ -4598,12 +4603,12 @@ msgstr "Er du sikker p&aring;, at du vil fjerne denne kommentar?"
4598
  msgid "Scheduled for %s"
4599
  msgstr ""
4600
 
4601
- #: wppa-links.php:975 wppa-links.php:978 wppa-slideshow.php:698
4602
  msgid "Previous"
4603
  msgstr "Forrige billede"
4604
 
4605
  #: wppa-links.php:985 wppa-links.php:988 wppa-non-admin.php:590
4606
- #: wppa-slideshow.php:701
4607
  msgid "Next"
4608
  msgstr "N&aelig;ste"
4609
 
@@ -4691,7 +4696,7 @@ msgstr ""
4691
  msgid "Keys: f = next mode; escape = exit; d = dismiss this notice."
4692
  msgstr ""
4693
 
4694
- #: wppa-non-admin.php:581 wppa-settings-autosave.php:3373
4695
  #: wppa-slideshow.php:232
4696
  msgid "Start"
4697
  msgstr "Start"
@@ -4724,13 +4729,13 @@ msgstr "N&aelig;ste billede"
4724
  msgid "Prev."
4725
  msgstr "Forrige"
4726
 
4727
- #: wppa-non-admin.php:591 wppa-slideshow.php:540 wppa-slideshow.php:544
4728
- #: wppa-slideshow.php:590
4729
  msgid "Average&nbsp;rating"
4730
  msgstr "Bed&oslash;mmelse&nbsp;gennemsnitlig"
4731
 
4732
- #: wppa-non-admin.php:592 wppa-slideshow.php:565 wppa-slideshow.php:570
4733
- #: wppa-slideshow.php:575
4734
  msgid "My&nbsp;rating"
4735
  msgstr "Min&nbsp;bed&oslash;mmelse"
4736
 
@@ -5018,8 +5023,8 @@ msgstr "Link til"
5018
  msgid "Same tab"
5019
  msgstr ""
5020
 
5021
- #: wppa-photo-admin-autosave.php:414 wppa-settings-autosave.php:4463
5022
- #: wppa-settings-autosave.php:5462
5023
  #, fuzzy
5024
  msgid "New tab"
5025
  msgstr "Impossibile creare album. "
@@ -5049,7 +5054,7 @@ msgid "Update file"
5049
  msgstr ""
5050
  "Non hai i permessi per potere aggiornare le informazioni di questo album"
5051
 
5052
- #: wppa-photo-admin-autosave.php:477 wppa-settings-autosave.php:2975
5053
  msgid "Upload"
5054
  msgstr "Indsend"
5055
 
@@ -5119,7 +5124,7 @@ msgstr "Foto Top Ti"
5119
  msgid "Remake thumbnail file"
5120
  msgstr "Foto Top Ti"
5121
 
5122
- #: wppa-photo-admin-autosave.php:632 wppa-settings-autosave.php:6178
5123
  msgid "Remake"
5124
  msgstr ""
5125
 
@@ -5343,7 +5348,7 @@ msgid ""
5343
  msgstr ""
5344
 
5345
  #: wppa-photo-admin-autosave.php:1293 wppa-photo-admin-autosave.php:1412
5346
- #: wppa-settings-autosave.php:7473
5347
  #, fuzzy
5348
  msgid "Preview"
5349
  msgstr "Forrige billede"
@@ -5372,11 +5377,11 @@ msgstr ""
5372
  msgid "Id: "
5373
  msgstr ""
5374
 
5375
- #: wppa-photo-admin-autosave.php:1605 wppa-settings-autosave.php:457
5376
  msgid "Video"
5377
  msgstr ""
5378
 
5379
- #: wppa-photo-admin-autosave.php:1606 wppa-settings-autosave.php:438
5380
  msgid "Audio"
5381
  msgstr ""
5382
 
@@ -5459,122 +5464,122 @@ msgstr ""
5459
  msgid "Enable subsearch"
5460
  msgstr ""
5461
 
5462
- #: wppa-settings-autosave.php:92
5463
  msgid "Saved settings restored"
5464
  msgstr ""
5465
 
5466
- #: wppa-settings-autosave.php:95
5467
  msgid "Unable to restore saved settings"
5468
  msgstr ""
5469
 
5470
- #: wppa-settings-autosave.php:101
5471
  msgid "Reset to default settings"
5472
  msgstr ""
5473
 
5474
- #: wppa-settings-autosave.php:104
5475
  msgid "Unable to set defaults"
5476
  msgstr ""
5477
 
5478
- #: wppa-settings-autosave.php:109
5479
  #, php-format
5480
  msgid "Skinfile %s loaded"
5481
  msgstr ""
5482
 
5483
- #: wppa-settings-autosave.php:120 wppa-settings-autosave.php:142
5484
- #: wppa-settings-autosave.php:163
5485
  #, fuzzy, php-format
5486
  msgid "Upload error %s"
5487
  msgstr "Indsend foto"
5488
 
5489
- #: wppa-settings-autosave.php:125
5490
  #, fuzzy, php-format
5491
  msgid "Uploaded file %s is not a .png file"
5492
  msgstr "Uploaded fil er ikke et billede"
5493
 
5494
- #: wppa-settings-autosave.php:129 wppa-settings-autosave.php:150
5495
- #: wppa-settings-autosave.php:186
5496
  #, fuzzy, php-format
5497
  msgid "Upload of %s done"
5498
  msgstr "Indsend foto"
5499
 
5500
- #: wppa-settings-autosave.php:134 wppa-settings-autosave.php:155
5501
- #: wppa-settings-autosave.php:191
5502
  msgid "No file selected or error on upload"
5503
  msgstr ""
5504
 
5505
- #: wppa-settings-autosave.php:146
5506
  #, fuzzy, php-format
5507
  msgid "Uploaded file %s is not a .ttf file"
5508
  msgstr "Uploaded fil er ikke et billede"
5509
 
5510
- #: wppa-settings-autosave.php:168
5511
  #, fuzzy, php-format
5512
  msgid "Uploaded file %s is not a valid image file"
5513
  msgstr "Uploaded fil er ikke et billede"
5514
 
5515
- #: wppa-settings-autosave.php:270 wppa-settings-autosave.php:311
5516
  msgid "Ready uploading to Cloudinary"
5517
  msgstr ""
5518
 
5519
- #: wppa-settings-autosave.php:291
5520
  #, php-format
5521
  msgid "Unexpected error: Photo %s does not exist!"
5522
  msgstr ""
5523
 
5524
- #: wppa-settings-autosave.php:327
5525
  #, php-format
5526
  msgid ""
5527
  "%s invalid ratings removed. Please run Table VIII-A5: Rerate to fix the "
5528
  "averages."
5529
  msgstr ""
5530
 
5531
- #: wppa-settings-autosave.php:337
5532
  #, php-format
5533
  msgid "%s obsolete settings removed."
5534
  msgstr ""
5535
 
5536
- #: wppa-settings-autosave.php:345
5537
  #, fuzzy
5538
  msgid "WP Photo Album Plus Settings"
5539
  msgstr "Foto Albums"
5540
 
5541
- #: wppa-settings-autosave.php:346
5542
  msgid "Database revision:"
5543
  msgstr ""
5544
 
5545
- #: wppa-settings-autosave.php:346
5546
  msgid "WP Charset:"
5547
  msgstr ""
5548
 
5549
- #: wppa-settings-autosave.php:349
5550
  msgid "Multisite in singlesite mode."
5551
  msgstr ""
5552
 
5553
- #: wppa-settings-autosave.php:352
5554
  msgid "Multisite enabled."
5555
  msgstr ""
5556
 
5557
- #: wppa-settings-autosave.php:354
5558
  msgid "Blogid ="
5559
  msgstr ""
5560
 
5561
- #: wppa-settings-autosave.php:371
5562
  msgid "Please de-activate plugin <i style=\"font-size:14px;\">"
5563
  msgstr ""
5564
 
5565
- #: wppa-settings-autosave.php:371
5566
  msgid ". </i>This plugin will cause wppa+ to function not properly."
5567
  msgstr ""
5568
 
5569
- #: wppa-settings-autosave.php:381
5570
  msgid "Please note that plugin <i style=\"font-size:14px;\">"
5571
  msgstr ""
5572
 
5573
- #: wppa-settings-autosave.php:381
5574
  msgid "</i> can cause wppa+ to function not properly if it is misconfigured."
5575
  msgstr ""
5576
 
5577
- #: wppa-settings-autosave.php:386 wppa-upload.php:93
5578
  msgid ""
5579
  "There is a serious misconfiguration in your servers PHP config. Function "
5580
  "imagecreatefromjpeg() does not exist. You will encounter problems when "
@@ -5582,591 +5587,591 @@ msgid ""
5582
  "hosting provider to add GD support with a minimal version 1.8."
5583
  msgstr ""
5584
 
5585
- #: wppa-settings-autosave.php:391
5586
  msgid "Rebuilding the Album index needs completion. See Table VIII"
5587
  msgstr ""
5588
 
5589
- #: wppa-settings-autosave.php:392
5590
  msgid "Rebuilding the Photo index needs completion. See Table VIII"
5591
  msgstr ""
5592
 
5593
- #: wppa-settings-autosave.php:394
5594
  msgid "Remove empty albums needs completion. See Table VIII"
5595
  msgstr ""
5596
 
5597
- #: wppa-settings-autosave.php:395
5598
  msgid "Applying new photo description needs completion. See Table VIII"
5599
  msgstr ""
5600
 
5601
- #: wppa-settings-autosave.php:396
5602
  msgid "Appending to photo description needs completion. See Table VIII"
5603
  msgstr ""
5604
 
5605
- #: wppa-settings-autosave.php:397
5606
  msgid "Removing from photo description needs completion. See Table VIII"
5607
  msgstr ""
5608
 
5609
- #: wppa-settings-autosave.php:398
5610
  msgid "Removing file extensions needs completion. See Table VIII"
5611
  msgstr ""
5612
 
5613
- #: wppa-settings-autosave.php:399
5614
  msgid "Regenerating the Thumbnails needs completion. See Table VIII"
5615
  msgstr ""
5616
 
5617
- #: wppa-settings-autosave.php:400
5618
  msgid "Rerating needs completion. See Table VIII"
5619
  msgstr ""
5620
 
5621
- #: wppa-settings-autosave.php:408
5622
  msgid ""
5623
  "A thumbframe width or height should not be smaller than a thumbnail size. "
5624
  "Please correct the corresponding setting(s) in Table I-C"
5625
  msgstr ""
5626
 
5627
- #: wppa-settings-autosave.php:413
5628
  msgid "Show legenda"
5629
  msgstr ""
5630
 
5631
- #: wppa-settings-autosave.php:415
5632
  msgid "Legenda:"
5633
  msgstr ""
5634
 
5635
- #: wppa-settings-autosave.php:416 wppa-settings-autosave.php:418
5636
- #: wppa-settings-autosave.php:1918 wppa-settings-autosave.php:5184
5637
  msgid "Button"
5638
  msgstr ""
5639
 
5640
- #: wppa-settings-autosave.php:416
5641
  msgid "action that causes page reload."
5642
  msgstr ""
5643
 
5644
- #: wppa-settings-autosave.php:418 wppa-settings-autosave.php:8826
5645
- #: wppa-settings-autosave.php:8845
5646
  msgid "Are you sure?"
5647
  msgstr ""
5648
 
5649
- #: wppa-settings-autosave.php:419
5650
  msgid "action that does not cause page reload."
5651
  msgstr ""
5652
 
5653
- #: wppa-settings-autosave.php:421 wppa-settings-autosave.php:7362
5654
- #: wppa-settings-autosave.php:7364 wppa-settings-autosave.php:8528
5655
- #: wppa-settings-autosave.php:8544 wppa-settings-autosave.php:8572
5656
- #: wppa-settings-autosave.php:8596 wppa-settings-autosave.php:8626
5657
- #: wppa-settings-autosave.php:8653 wppa-settings-autosave.php:8679
5658
- #: wppa-settings-autosave.php:8695 wppa-settings-autosave.php:8748
5659
- #: wppa-settings-autosave.php:8778
5660
  msgid "Setting unmodified"
5661
  msgstr ""
5662
 
5663
- #: wppa-settings-autosave.php:423
5664
  msgid "Update in progress"
5665
  msgstr ""
5666
 
5667
- #: wppa-settings-autosave.php:425
5668
  #, fuzzy
5669
  msgid "Setting updated"
5670
  msgstr "Indstillinger"
5671
 
5672
- #: wppa-settings-autosave.php:427
5673
  #, fuzzy
5674
  msgid "Update failed"
5675
  msgstr "Indl&aelig;sning fejlede"
5676
 
5677
- #: wppa-settings-autosave.php:429
5678
  msgid "Hide this"
5679
  msgstr ""
5680
 
5681
- #: wppa-settings-autosave.php:435
5682
  msgid "System"
5683
  msgstr ""
5684
 
5685
- #: wppa-settings-autosave.php:436
5686
  msgid "Access"
5687
  msgstr ""
5688
 
5689
- #: wppa-settings-autosave.php:440
5690
  msgid "Counts"
5691
  msgstr ""
5692
 
5693
- #: wppa-settings-autosave.php:441
5694
  msgid "Covers"
5695
  msgstr ""
5696
 
5697
- #: wppa-settings-autosave.php:442
5698
  msgid "Layout"
5699
  msgstr ""
5700
 
5701
- #: wppa-settings-autosave.php:443 wppa-settings-autosave.php:4413
5702
  msgid "Lightbox"
5703
  msgstr ""
5704
 
5705
- #: wppa-settings-autosave.php:444
5706
  #, fuzzy
5707
  msgid "Links"
5708
  msgstr "Link til"
5709
 
5710
- #: wppa-settings-autosave.php:445
5711
  msgid "Metadata"
5712
  msgstr ""
5713
 
5714
- #: wppa-settings-autosave.php:446
5715
  msgid "Navigation"
5716
  msgstr ""
5717
 
5718
- #: wppa-settings-autosave.php:447 wppa-settings-autosave.php:1505
5719
- #: wppa-settings-autosave.php:7709
5720
  #, fuzzy
5721
  msgid "Page"
5722
  msgstr "N&aelig;ste&nbsp;side"
5723
 
5724
- #: wppa-settings-autosave.php:448 wppa-settings-autosave.php:7505
5725
- #: wppa-settings-autosave.php:7550
5726
  #, fuzzy
5727
  msgid "Rating"
5728
  msgstr "Bed&oslash;mmelse: %s"
5729
 
5730
- #: wppa-settings-autosave.php:450
5731
  msgid "Sizes"
5732
  msgstr ""
5733
 
5734
- #: wppa-settings-autosave.php:451
5735
  #, fuzzy
5736
  msgid "Slideshows"
5737
  msgstr "Slideshow"
5738
 
5739
- #: wppa-settings-autosave.php:452
5740
  msgid "Social Media"
5741
  msgstr ""
5742
 
5743
- #: wppa-settings-autosave.php:454
5744
  #, fuzzy
5745
  msgid "Uploads"
5746
  msgstr "Indsend"
5747
 
5748
- #: wppa-settings-autosave.php:455
5749
  msgid "Widgets"
5750
  msgstr ""
5751
 
5752
- #: wppa-settings-autosave.php:456 wppa-settings-autosave.php:7343
5753
  msgid "Watermark"
5754
  msgstr ""
5755
 
5756
- #: wppa-settings-autosave.php:464
5757
  msgid "Click on the banner of a (sub)table to open/close it, or"
5758
  msgstr ""
5759
 
5760
- #: wppa-settings-autosave.php:466
5761
  msgid "Show settings related to:"
5762
  msgstr ""
5763
 
5764
- #: wppa-settings-autosave.php:472
5765
  msgid "and ( optionally ) to:"
5766
  msgstr ""
5767
 
5768
- #: wppa-settings-autosave.php:486
5769
  msgid "Quick setup"
5770
  msgstr ""
5771
 
5772
- #: wppa-settings-autosave.php:488
5773
  msgid "Do a quick initial setup"
5774
  msgstr ""
5775
 
5776
- #: wppa-settings-autosave.php:489
5777
  msgid "Close quick setup"
5778
  msgstr ""
5779
 
5780
- #: wppa-settings-autosave.php:496
5781
  msgid "Table O:"
5782
  msgstr ""
5783
 
5784
- #: wppa-settings-autosave.php:496
5785
  msgid "Quick Setup:"
5786
  msgstr ""
5787
 
5788
- #: wppa-settings-autosave.php:497
5789
  msgid "This table enables you to quickly do an inital setup."
5790
  msgstr ""
5791
 
5792
- #: wppa-settings-autosave.php:507 wppa-settings-autosave.php:660
5793
- #: wppa-settings-autosave.php:682 wppa-settings-autosave.php:1382
5794
- #: wppa-settings-autosave.php:1403 wppa-settings-autosave.php:2755
5795
- #: wppa-settings-autosave.php:3098 wppa-settings-autosave.php:4240
5796
- #: wppa-settings-autosave.php:5966 wppa-settings-autosave.php:6592
5797
- #: wppa-settings-autosave.php:8119
5798
  #, fuzzy
5799
  msgid "Setting"
5800
  msgstr "Indstillinger"
5801
 
5802
- #: wppa-settings-autosave.php:508 wppa-settings-autosave.php:661
5803
- #: wppa-settings-autosave.php:683 wppa-settings-autosave.php:1383
5804
- #: wppa-settings-autosave.php:1404 wppa-settings-autosave.php:2756
5805
- #: wppa-settings-autosave.php:2780 wppa-settings-autosave.php:3078
5806
- #: wppa-settings-autosave.php:3099 wppa-settings-autosave.php:4241
5807
- #: wppa-settings-autosave.php:4265 wppa-settings-autosave.php:4441
5808
- #: wppa-settings-autosave.php:4465 wppa-settings-autosave.php:5464
5809
- #: wppa-settings-autosave.php:5968 wppa-settings-autosave.php:5992
5810
- #: wppa-settings-autosave.php:6572 wppa-settings-autosave.php:6593
5811
- #: wppa-settings-autosave.php:8120 wppa-settings-autosave.php:8142
5812
- #: wppa-settings-autosave.php:8182 wppa-settings-autosave.php:8204
5813
- #: wppa-settings-autosave.php:8250
5814
  msgid "Help"
5815
  msgstr ""
5816
 
5817
- #: wppa-settings-autosave.php:519
5818
  msgid ""
5819
  "To quickly setup WPPA+ please answer the following questions. You can alway "
5820
  "change any setting later. <span style=\"color:#700\">Click on me!</span>"
5821
  msgstr ""
5822
 
5823
- #: wppa-settings-autosave.php:521
5824
  msgid "Is your theme <i>responsive</i>?"
5825
  msgstr ""
5826
 
5827
- #: wppa-settings-autosave.php:522
5828
  msgid ""
5829
  "Responsive themes have a layout that varies with the size of the browser "
5830
  "window."
5831
  msgstr ""
5832
 
5833
- #: wppa-settings-autosave.php:523
5834
  msgid ""
5835
  "WPPA+ needs to know this to automaticly adept the width of the display to "
5836
  "the available width on the page."
5837
  msgstr ""
5838
 
5839
- #: wppa-settings-autosave.php:530
5840
  msgid "Do you want to downsize photos during upload?"
5841
  msgstr ""
5842
 
5843
- #: wppa-settings-autosave.php:531
5844
  msgid ""
5845
  "Downsizing photos make them load faster to the visitor, without loosing "
5846
  "display quality"
5847
  msgstr ""
5848
 
5849
- #: wppa-settings-autosave.php:532
5850
  msgid ""
5851
  "If you answer yes, the photos will be downsized to max 1024 x 768 pixels. "
5852
  "You can change this later, if you like"
5853
  msgstr ""
5854
 
5855
- #: wppa-settings-autosave.php:539
5856
  #, fuzzy
5857
  msgid "Do you want to save the original photofiles?"
5858
  msgstr "Er du sikker p&aring;, at du vil fjerne dette foto"
5859
 
5860
- #: wppa-settings-autosave.php:540
5861
  msgid "This will require considerable disk space on the server."
5862
  msgstr ""
5863
 
5864
- #: wppa-settings-autosave.php:541
5865
  msgid ""
5866
  "If you answer yes, you will be able to remove watermarks you applied with "
5867
  "wppa+ in a later stage, redo downsizing to a larger size afterwards, and "
5868
  "supply fullsize images for download."
5869
  msgstr ""
5870
 
5871
- #: wppa-settings-autosave.php:548
5872
  #, fuzzy
5873
  msgid "May visitors upload photos?"
5874
  msgstr "Bruger %s indsendte foto %s ind i album %s"
5875
 
5876
- #: wppa-settings-autosave.php:549
5877
  msgid ""
5878
  "It is safe to do so, but i will have to do some settings to keep it safe!"
5879
  msgstr ""
5880
 
5881
- #: wppa-settings-autosave.php:550
5882
  msgid ""
5883
  "If you answer yes, i will assume you want to enable logged in users to "
5884
  "upload photos at the front-end of the website and allow them to edit their "
5885
  "photos name and descriptions."
5886
  msgstr ""
5887
 
5888
- #: wppa-settings-autosave.php:551
5889
  msgid ""
5890
  "The photos will be hold for moderation, the admin will get notified by email."
5891
  msgstr ""
5892
 
5893
- #: wppa-settings-autosave.php:552
5894
  msgid ""
5895
  "Each user will get his own album to upload to. These settings can be changed "
5896
  "later."
5897
  msgstr ""
5898
 
5899
- #: wppa-settings-autosave.php:559
5900
  msgid "Do you want the rating system active?"
5901
  msgstr ""
5902
 
5903
- #: wppa-settings-autosave.php:560
5904
  msgid "Enable the rating system and show the votes in the slideshow."
5905
  msgstr ""
5906
 
5907
- #: wppa-settings-autosave.php:561
5908
  msgid "You can configure the details of the rating system later"
5909
  msgstr ""
5910
 
5911
- #: wppa-settings-autosave.php:568
5912
  msgid "Do you want the comment system active?"
5913
  msgstr ""
5914
 
5915
- #: wppa-settings-autosave.php:569
5916
  msgid "Enable the comment system and show the comments in the slideshow."
5917
  msgstr ""
5918
 
5919
- #: wppa-settings-autosave.php:570
5920
  msgid "You can configure the details of the comment system later"
5921
  msgstr ""
5922
 
5923
- #: wppa-settings-autosave.php:577
5924
  msgid "Do you want the social media share buttons displayed?"
5925
  msgstr ""
5926
 
5927
- #: wppa-settings-autosave.php:578
5928
  msgid "Display the social media buttons in the slideshow"
5929
  msgstr ""
5930
 
5931
- #: wppa-settings-autosave.php:579
5932
  msgid ""
5933
  "These buttons share the specific photo rather than the page where it is "
5934
  "displayed on"
5935
  msgstr ""
5936
 
5937
- #: wppa-settings-autosave.php:586
5938
  msgid "Are you going to use IPTC data?"
5939
  msgstr ""
5940
 
5941
- #: wppa-settings-autosave.php:587
5942
  msgid ""
5943
  "IPTC data is information you may have added in a photo manipulation program."
5944
  msgstr ""
5945
 
5946
- #: wppa-settings-autosave.php:588 wppa-settings-autosave.php:597
5947
  msgid ""
5948
  "The information can be displayed in slideshows and in photo descriptions."
5949
  msgstr ""
5950
 
5951
- #: wppa-settings-autosave.php:595
5952
  msgid "Are you going to use EXIF data?"
5953
  msgstr ""
5954
 
5955
- #: wppa-settings-autosave.php:596
5956
  msgid ""
5957
  "EXIF data is information from the camera like model no, focal distance and "
5958
  "aperture used."
5959
  msgstr ""
5960
 
5961
- #: wppa-settings-autosave.php:604
5962
  msgid "Are you going to use GPX data?"
5963
  msgstr ""
5964
 
5965
- #: wppa-settings-autosave.php:605
5966
  msgid ""
5967
  "Some cameras and mobile devices save the geographic location where the photo "
5968
  "is taken."
5969
  msgstr ""
5970
 
5971
- #: wppa-settings-autosave.php:606
5972
  msgid "A Google map can be displayed in slideshows."
5973
  msgstr ""
5974
 
5975
- #: wppa-settings-autosave.php:613
5976
  msgid "Are you going to use Fotomoto?"
5977
  msgstr ""
5978
 
5979
- #: wppa-settings-autosave.php:614
5980
  msgid ""
5981
  "<a href=\"http://www.fotomoto.com/\" target=\"_blank\" >Fotomoto</a> is an "
5982
  "on-line print service."
5983
  msgstr ""
5984
 
5985
- #: wppa-settings-autosave.php:615
5986
  msgid "If you answer Yes, you will have to open an account on Fotomoto."
5987
  msgstr ""
5988
 
5989
- #: wppa-settings-autosave.php:622
5990
  msgid "Are you going to add videofiles?"
5991
  msgstr ""
5992
 
5993
- #: wppa-settings-autosave.php:623
5994
  msgid "You can mix videos and photos in any album."
5995
  msgstr ""
5996
 
5997
- #: wppa-settings-autosave.php:624 wppa-settings-autosave.php:633
5998
  msgid "You can configure the details later"
5999
  msgstr ""
6000
 
6001
- #: wppa-settings-autosave.php:631
6002
  msgid "Are you going to add audiofiles?"
6003
  msgstr ""
6004
 
6005
- #: wppa-settings-autosave.php:632
6006
  msgid "You can add audio to photos in any album."
6007
  msgstr ""
6008
 
6009
- #: wppa-settings-autosave.php:640
6010
  msgid "Done?"
6011
  msgstr ""
6012
 
6013
- #: wppa-settings-autosave.php:641
6014
  msgid "If you are ready answering these questions, select <b>yes</b>"
6015
  msgstr ""
6016
 
6017
- #: wppa-settings-autosave.php:642
6018
  msgid ""
6019
  "You can change any setting later, and be more specific and add a lot of "
6020
  "settings. For now it is enough, go create albums and upload photos!"
6021
  msgstr ""
6022
 
6023
- #: wppa-settings-autosave.php:646
6024
  msgid ""
6025
  "Thank you!. The most important settings are done now. You can refine your "
6026
  "settings, the behaviour and appearance of WPPA+ in the Tables below."
6027
  msgstr ""
6028
 
6029
- #: wppa-settings-autosave.php:671
6030
  msgid "Table I:"
6031
  msgstr ""
6032
 
6033
- #: wppa-settings-autosave.php:671
6034
  msgid "Sizes:"
6035
  msgstr ""
6036
 
6037
- #: wppa-settings-autosave.php:672
6038
  msgid ""
6039
  "This table describes all the sizes and size options (except fontsizes) for "
6040
  "the generation and display of the WPPA+ elements."
6041
  msgstr ""
6042
 
6043
- #: wppa-settings-autosave.php:690
6044
  msgid "WPPA+ global system related size settings"
6045
  msgstr ""
6046
 
6047
- #: wppa-settings-autosave.php:692
6048
  msgid "Column Width"
6049
  msgstr ""
6050
 
6051
- #: wppa-settings-autosave.php:693
6052
  msgid "The width of the main column in your theme's display area."
6053
  msgstr ""
6054
 
6055
- #: wppa-settings-autosave.php:694
6056
  msgid "Enter the width of the main column in your theme's display area."
6057
  msgstr ""
6058
 
6059
- #: wppa-settings-autosave.php:695
6060
  msgid ""
6061
  "You should set this value correctly to make sure the fullsize images are "
6062
  "properly aligned horizontally."
6063
  msgstr ""
6064
 
6065
- #: wppa-settings-autosave.php:696
6066
  msgid ""
6067
  "You may enter 'auto' for use in themes that have a floating content column."
6068
  msgstr ""
6069
 
6070
- #: wppa-settings-autosave.php:697
6071
  msgid "The use of 'auto' is required for responsive themes."
6072
  msgstr ""
6073
 
6074
- #: wppa-settings-autosave.php:700 wppa-settings-autosave.php:709
6075
- #: wppa-settings-autosave.php:821 wppa-settings-autosave.php:964
6076
- #: wppa-settings-autosave.php:975
6077
  msgid "pixels wide"
6078
  msgstr ""
6079
 
6080
- #: wppa-settings-autosave.php:705
6081
  msgid "Initial Width"
6082
  msgstr ""
6083
 
6084
- #: wppa-settings-autosave.php:706
6085
  msgid "The most often displayed colun width in responsive theme"
6086
  msgstr ""
6087
 
6088
- #: wppa-settings-autosave.php:707
6089
  msgid ""
6090
  "Change this value only if your responsive theme shows initially a wrong "
6091
  "column width."
6092
  msgstr ""
6093
 
6094
- #: wppa-settings-autosave.php:714
6095
  msgid "Resize on Upload"
6096
  msgstr ""
6097
 
6098
- #: wppa-settings-autosave.php:715
6099
  msgid "Indicate if the photos should be resized during upload."
6100
  msgstr ""
6101
 
6102
- #: wppa-settings-autosave.php:716
6103
  msgid ""
6104
  "If you check this item, the size of the photos will be reduced to the "
6105
  "dimension specified in the next item during the upload/import process."
6106
  msgstr ""
6107
 
6108
- #: wppa-settings-autosave.php:717
6109
  msgid "The photos will never be stretched during upload if they are smaller."
6110
  msgstr ""
6111
 
6112
- #: wppa-settings-autosave.php:725
6113
  msgid "Resize to"
6114
  msgstr ""
6115
 
6116
- #: wppa-settings-autosave.php:726
6117
  msgid "Resize photos to fit within a given area."
6118
  msgstr ""
6119
 
6120
- #: wppa-settings-autosave.php:727
6121
  msgid "Specify the screensize for the unscaled photos."
6122
  msgstr ""
6123
 
6124
- #: wppa-settings-autosave.php:728
6125
  msgid ""
6126
  "The use of a non-default value is particularly usefull when you make use of "
6127
  "lightbox functionality."
6128
  msgstr ""
6129
 
6130
- #: wppa-settings-autosave.php:730 wppa-settings-autosave.php:752
6131
- #: wppa-settings-autosave.php:763 wppa-settings-autosave.php:772
6132
- #: wppa-settings-autosave.php:853 wppa-settings-autosave.php:876
6133
- #: wppa-settings-autosave.php:883 wppa-settings-autosave.php:904
6134
- #: wppa-settings-autosave.php:914 wppa-settings-autosave.php:1008
6135
- #: wppa-settings-autosave.php:1042 wppa-settings-autosave.php:1062
6136
- #: wppa-settings-autosave.php:1071 wppa-settings-autosave.php:1082
6137
- #: wppa-settings-autosave.php:1094 wppa-settings-autosave.php:1104
6138
- #: wppa-settings-autosave.php:1114 wppa-settings-autosave.php:1167
6139
- #: wppa-settings-autosave.php:1176 wppa-settings-autosave.php:1187
6140
- #: wppa-settings-autosave.php:1207 wppa-settings-autosave.php:1227
6141
- #: wppa-settings-autosave.php:1247 wppa-settings-autosave.php:1267
6142
- #: wppa-settings-autosave.php:1287 wppa-settings-autosave.php:1307
6143
- #: wppa-settings-autosave.php:1316 wppa-settings-autosave.php:1325
6144
- #: wppa-settings-autosave.php:1360 wppa-settings-autosave.php:1369
6145
- #: wppa-settings-autosave.php:2699 wppa-settings-autosave.php:4286
6146
- #: wppa-settings-autosave.php:4303 wppa-settings-autosave.php:4320
6147
- #: wppa-settings-autosave.php:4337 wppa-settings-autosave.php:4354
6148
- #: wppa-settings-autosave.php:4371 wppa-settings-autosave.php:4388
6149
- #: wppa-settings-autosave.php:4405 wppa-settings-autosave.php:4422
6150
- #: wppa-settings-autosave.php:5681 wppa-settings-autosave.php:7839
6151
- #: wppa-settings-autosave.php:8046 wppa-settings-autosave.php:8088
6152
- #: wppa-settings-autosave.php:8106
6153
  msgid "pixels"
6154
  msgstr ""
6155
 
6156
- #: wppa-settings-autosave.php:731
6157
  msgid "Fit within rectangle as set in Table I-B1,2"
6158
  msgstr ""
6159
 
6160
- #: wppa-settings-autosave.php:738
6161
  #, fuzzy
6162
  msgid "Photocount threshold"
6163
  msgstr "Dagens foto"
6164
 
6165
- #: wppa-settings-autosave.php:739
6166
  msgid "Number of photos in an album must exceed."
6167
  msgstr ""
6168
 
6169
- #: wppa-settings-autosave.php:740
6170
  msgid ""
6171
  "Photos do not show up in the album unless there are more than this number of "
6172
  "photos in the album. This allows you to have cover photos on an album that "
@@ -6174,127 +6179,127 @@ msgid ""
6174
  "Usually set to 0 (always show) or 1 (for one cover photo)."
6175
  msgstr ""
6176
 
6177
- #: wppa-settings-autosave.php:747
6178
  msgid "Border thickness"
6179
  msgstr ""
6180
 
6181
- #: wppa-settings-autosave.php:748
6182
  msgid "Thickness of wppa+ box borders."
6183
  msgstr ""
6184
 
6185
- #: wppa-settings-autosave.php:749
6186
  msgid ""
6187
  "Enter the thickness for the border of the WPPA+ boxes. A number of 0 means: "
6188
  "no border."
6189
  msgstr ""
6190
 
6191
- #: wppa-settings-autosave.php:750 wppa-settings-autosave.php:760
6192
  msgid "WPPA+ boxes are: the navigation bars and the filmstrip."
6193
  msgstr ""
6194
 
6195
- #: wppa-settings-autosave.php:758
6196
  msgid "Radius of wppa+ box borders."
6197
  msgstr ""
6198
 
6199
- #: wppa-settings-autosave.php:759
6200
  msgid ""
6201
  "Enter the corner radius for the border of the WPPA+ boxes. A number of 0 "
6202
  "means: no rounded corners."
6203
  msgstr ""
6204
 
6205
- #: wppa-settings-autosave.php:761
6206
  msgid "Note that rounded corners are only supported by modern browsers."
6207
  msgstr ""
6208
 
6209
- #: wppa-settings-autosave.php:769
6210
  msgid "Distance between wppa+ boxes."
6211
  msgstr ""
6212
 
6213
- #: wppa-settings-autosave.php:777
6214
  #, fuzzy
6215
  msgid "Related count"
6216
  msgstr "fotos"
6217
 
6218
- #: wppa-settings-autosave.php:778
6219
  msgid "The default maximum number of related photos to find."
6220
  msgstr ""
6221
 
6222
- #: wppa-settings-autosave.php:779
6223
  msgid ""
6224
  "When using shortcodes like [wppa type=\"album\" album=\"#related,desc,23\"][/"
6225
  "wppa], the maximum number is 23. Omitting the number gives the maximum of "
6226
  "this setting."
6227
  msgstr ""
6228
 
6229
- #: wppa-settings-autosave.php:787
6230
  msgid "The maximum number of pagelinks to be displayed."
6231
  msgstr ""
6232
 
6233
- #: wppa-settings-autosave.php:790
6234
  msgid "pages"
6235
  msgstr ""
6236
 
6237
- #: wppa-settings-autosave.php:795
6238
  msgid "Max file name length"
6239
  msgstr ""
6240
 
6241
- #: wppa-settings-autosave.php:796
6242
  msgid "The max length of a photo file name excluding the extension."
6243
  msgstr ""
6244
 
6245
- #: wppa-settings-autosave.php:797 wppa-settings-autosave.php:806
6246
  msgid "A setting of 0 means: unlimited."
6247
  msgstr ""
6248
 
6249
- #: wppa-settings-autosave.php:799 wppa-settings-autosave.php:808
6250
  msgid "chars"
6251
  msgstr ""
6252
 
6253
- #: wppa-settings-autosave.php:804
6254
  msgid "Max photo name length"
6255
  msgstr ""
6256
 
6257
- #: wppa-settings-autosave.php:805
6258
  msgid "The max length of a photo name."
6259
  msgstr ""
6260
 
6261
- #: wppa-settings-autosave.php:813
6262
  msgid "Slideshow related size settings"
6263
  msgstr ""
6264
 
6265
- #: wppa-settings-autosave.php:815
6266
  msgid "Maximum Width"
6267
  msgstr ""
6268
 
6269
- #: wppa-settings-autosave.php:816
6270
  msgid "The maximum width photos will be displayed in slideshows."
6271
  msgstr ""
6272
 
6273
- #: wppa-settings-autosave.php:817 wppa-settings-autosave.php:828
6274
  msgid ""
6275
  "Enter the largest size in pixels as how you want your photos to be displayed."
6276
  msgstr ""
6277
 
6278
- #: wppa-settings-autosave.php:818
6279
  msgid ""
6280
  "This is usually the same as the Column Width (Table I-A1), but it may differ."
6281
  msgstr ""
6282
 
6283
- #: wppa-settings-autosave.php:826
6284
  msgid "Maximum Height"
6285
  msgstr ""
6286
 
6287
- #: wppa-settings-autosave.php:827
6288
  msgid "The maximum height photos will be displayed in slideshows."
6289
  msgstr ""
6290
 
6291
- #: wppa-settings-autosave.php:829
6292
  msgid ""
6293
  "This setting defines the height of the space reserved for photos in "
6294
  "slideshows."
6295
  msgstr ""
6296
 
6297
- #: wppa-settings-autosave.php:830
6298
  #, php-format
6299
  msgid ""
6300
  "If you change the width of a display by the %%size= command, this value "
@@ -6302,1261 +6307,1261 @@ msgid ""
6302
  "previous setting."
6303
  msgstr ""
6304
 
6305
- #: wppa-settings-autosave.php:832 wppa-settings-autosave.php:986
6306
- #: wppa-settings-autosave.php:997
6307
  #, fuzzy
6308
  msgid "pixels high"
6309
  msgstr "meget h&oslash;j"
6310
 
6311
- #: wppa-settings-autosave.php:837
6312
  msgid "Stretch to fit"
6313
  msgstr ""
6314
 
6315
- #: wppa-settings-autosave.php:838
6316
  msgid "Stretch photos that are too small."
6317
  msgstr ""
6318
 
6319
- #: wppa-settings-autosave.php:839
6320
  msgid ""
6321
  "Images will be stretched to the Maximum Size at display time if they are "
6322
  "smaller. Leaving unchecked is recommended. It is better to upload photos "
6323
  "that fit well the sizes you use!"
6324
  msgstr ""
6325
 
6326
- #: wppa-settings-autosave.php:846
6327
  #, fuzzy
6328
  msgid "Slideshow borderwidth"
6329
  msgstr "Slideshow"
6330
 
6331
- #: wppa-settings-autosave.php:847
6332
  msgid "The width of the border around slideshow images."
6333
  msgstr ""
6334
 
6335
- #: wppa-settings-autosave.php:848
6336
  msgid ""
6337
  "The border is made by the image background being larger than the image "
6338
  "itsself (padding)."
6339
  msgstr ""
6340
 
6341
- #: wppa-settings-autosave.php:849
6342
  msgid ""
6343
  "Additionally there may be a one pixel outline of a different color. See "
6344
  "Table III-A2."
6345
  msgstr ""
6346
 
6347
- #: wppa-settings-autosave.php:850
6348
  msgid "The number you enter here is exclusive the one pixel outline."
6349
  msgstr ""
6350
 
6351
- #: wppa-settings-autosave.php:851
6352
  msgid "If you leave this entry empty, there will be no outline either."
6353
  msgstr ""
6354
 
6355
- #: wppa-settings-autosave.php:858
6356
  msgid "Numbar Max"
6357
  msgstr ""
6358
 
6359
- #: wppa-settings-autosave.php:859
6360
  msgid "Maximum numbers to display."
6361
  msgstr ""
6362
 
6363
- #: wppa-settings-autosave.php:860
6364
  msgid ""
6365
  "In order to attemt to fit on one line, the numbers will be replaced by dots "
6366
  "- except the current - when there are more than this number of photos in a "
6367
  "slideshow."
6368
  msgstr ""
6369
 
6370
- #: wppa-settings-autosave.php:862
6371
  msgid "numbers"
6372
  msgstr ""
6373
 
6374
- #: wppa-settings-autosave.php:867
6375
  #, fuzzy
6376
  msgid "Share button size"
6377
  msgstr "Condividi su Twitter"
6378
 
6379
- #: wppa-settings-autosave.php:868
6380
  msgid "The size of the social media icons in the Share box"
6381
  msgstr ""
6382
 
6383
- #: wppa-settings-autosave.php:878
6384
  msgid "Mini Treshold"
6385
  msgstr ""
6386
 
6387
- #: wppa-settings-autosave.php:879
6388
  msgid "Show mini text at slideshow smaller then."
6389
  msgstr ""
6390
 
6391
- #: wppa-settings-autosave.php:880
6392
  msgid ""
6393
  "Display Next and Prev. as opposed to Next photo and Previous photo when the "
6394
  "cotainer is smaller than this size."
6395
  msgstr ""
6396
 
6397
- #: wppa-settings-autosave.php:881
6398
  msgid "Special use in responsive themes."
6399
  msgstr ""
6400
 
6401
- #: wppa-settings-autosave.php:889
6402
  msgid "The maximum number of slides in a certain view. 0 means no pagination"
6403
  msgstr ""
6404
 
6405
- #: wppa-settings-autosave.php:892
6406
  #, fuzzy
6407
  msgid "slides"
6408
  msgstr "Slideshow"
6409
 
6410
- #: wppa-settings-autosave.php:897
6411
  msgid "Thumbnail photos related size settings"
6412
  msgstr ""
6413
 
6414
- #: wppa-settings-autosave.php:899
6415
  #, fuzzy
6416
  msgid "Thumbnail Size"
6417
  msgstr "Foto Top Ti"
6418
 
6419
- #: wppa-settings-autosave.php:900
6420
  #, fuzzy
6421
  msgid "The size of the thumbnail images."
6422
  msgstr "Se"
6423
 
6424
- #: wppa-settings-autosave.php:901 wppa-settings-autosave.php:911
6425
- #: wppa-settings-autosave.php:1101 wppa-settings-autosave.php:1111
6426
  msgid "This size applies to the width or height, whichever is the largest."
6427
  msgstr ""
6428
 
6429
- #: wppa-settings-autosave.php:902 wppa-settings-autosave.php:912
6430
  msgid ""
6431
  "Changing the thumbnail size may result in all thumbnails being regenerated. "
6432
  "this may take a while."
6433
  msgstr ""
6434
 
6435
- #: wppa-settings-autosave.php:909
6436
  #, fuzzy
6437
  msgid "Thumbnail Size Alt"
6438
  msgstr "Foto Top Ti"
6439
 
6440
- #: wppa-settings-autosave.php:910
6441
  msgid "The alternative size of the thumbnail images."
6442
  msgstr ""
6443
 
6444
- #: wppa-settings-autosave.php:919
6445
  #, fuzzy
6446
  msgid "Thumbnail Aspect"
6447
  msgstr "Miniatura"
6448
 
6449
- #: wppa-settings-autosave.php:920
6450
  msgid "Aspect ration of thumbnail image"
6451
  msgstr ""
6452
 
6453
- #: wppa-settings-autosave.php:924
6454
  #, fuzzy
6455
  msgid "--- same as fullsize ---"
6456
  msgstr "--- ingen ---"
6457
 
6458
- #: wppa-settings-autosave.php:925
6459
  #, fuzzy
6460
  msgid "--- square clipped ---"
6461
  msgstr "--- vises ikke ---"
6462
 
6463
- #: wppa-settings-autosave.php:926
6464
  msgid "4:5 landscape clipped"
6465
  msgstr ""
6466
 
6467
- #: wppa-settings-autosave.php:927
6468
  msgid "3:4 landscape clipped"
6469
  msgstr ""
6470
 
6471
- #: wppa-settings-autosave.php:928
6472
  msgid "2:3 landscape clipped"
6473
  msgstr ""
6474
 
6475
- #: wppa-settings-autosave.php:929
6476
  msgid "9:16 landscape clipped"
6477
  msgstr ""
6478
 
6479
- #: wppa-settings-autosave.php:930
6480
  msgid "1:2 landscape clipped"
6481
  msgstr ""
6482
 
6483
- #: wppa-settings-autosave.php:931
6484
  #, fuzzy
6485
  msgid "--- square padded ---"
6486
  msgstr "--- vis ikke ---"
6487
 
6488
- #: wppa-settings-autosave.php:932
6489
  msgid "4:5 landscape padded"
6490
  msgstr ""
6491
 
6492
- #: wppa-settings-autosave.php:933
6493
  msgid "3:4 landscape padded"
6494
  msgstr ""
6495
 
6496
- #: wppa-settings-autosave.php:934
6497
  msgid "2:3 landscape padded"
6498
  msgstr ""
6499
 
6500
- #: wppa-settings-autosave.php:935
6501
  msgid "9:16 landscape padded"
6502
  msgstr ""
6503
 
6504
- #: wppa-settings-autosave.php:936
6505
  msgid "1:2 landscape padded"
6506
  msgstr ""
6507
 
6508
- #: wppa-settings-autosave.php:958
6509
  msgid "Thumbframe width"
6510
  msgstr ""
6511
 
6512
- #: wppa-settings-autosave.php:959
6513
  #, fuzzy
6514
  msgid "The width of the thumbnail frame."
6515
  msgstr "Se"
6516
 
6517
- #: wppa-settings-autosave.php:960 wppa-settings-autosave.php:971
6518
  msgid "Set the width of the thumbnail frame."
6519
  msgstr ""
6520
 
6521
- #: wppa-settings-autosave.php:961 wppa-settings-autosave.php:972
6522
- #: wppa-settings-autosave.php:983 wppa-settings-autosave.php:994
6523
- #: wppa-settings-autosave.php:1005
6524
  msgid "Set width, height and spacing for the thumbnail frames."
6525
  msgstr ""
6526
 
6527
- #: wppa-settings-autosave.php:962 wppa-settings-autosave.php:973
6528
- #: wppa-settings-autosave.php:984 wppa-settings-autosave.php:995
6529
- #: wppa-settings-autosave.php:1006
6530
  msgid ""
6531
  "These sizes should be large enough for a thumbnail image and - optionally - "
6532
  "the text under it."
6533
  msgstr ""
6534
 
6535
- #: wppa-settings-autosave.php:969
6536
  msgid "Thumbframe width Alt"
6537
  msgstr ""
6538
 
6539
- #: wppa-settings-autosave.php:970
6540
  msgid "The width of the alternative thumbnail frame."
6541
  msgstr ""
6542
 
6543
- #: wppa-settings-autosave.php:980
6544
  msgid "Thumbframe height"
6545
  msgstr ""
6546
 
6547
- #: wppa-settings-autosave.php:981
6548
  msgid "The height of the thumbnail frame."
6549
  msgstr ""
6550
 
6551
- #: wppa-settings-autosave.php:982 wppa-settings-autosave.php:993
6552
  msgid "Set the height of the thumbnail frame."
6553
  msgstr ""
6554
 
6555
- #: wppa-settings-autosave.php:991
6556
  msgid "Thumbframe height Alt"
6557
  msgstr ""
6558
 
6559
- #: wppa-settings-autosave.php:992
6560
  msgid "The height of the alternative thumbnail frame."
6561
  msgstr ""
6562
 
6563
- #: wppa-settings-autosave.php:1002
6564
  #, fuzzy
6565
  msgid "Thumbnail spacing"
6566
  msgstr "Miniatura"
6567
 
6568
- #: wppa-settings-autosave.php:1003
6569
  msgid "The spacing between adjacent thumbnail frames."
6570
  msgstr ""
6571
 
6572
- #: wppa-settings-autosave.php:1004
6573
  msgid "Set the minimal spacing between the adjacent thumbnail frames"
6574
  msgstr ""
6575
 
6576
- #: wppa-settings-autosave.php:1013
6577
  msgid "Auto spacing"
6578
  msgstr ""
6579
 
6580
- #: wppa-settings-autosave.php:1014
6581
  msgid "Space the thumbnail frames automatic."
6582
  msgstr ""
6583
 
6584
- #: wppa-settings-autosave.php:1015
6585
  msgid ""
6586
  "If you check this box, the thumbnail images will be evenly distributed over "
6587
  "the available width."
6588
  msgstr ""
6589
 
6590
- #: wppa-settings-autosave.php:1016
6591
  msgid ""
6592
  "In this case, the thumbnail spacing value (setting I-9) will be regarded as "
6593
  "a minimum value."
6594
  msgstr ""
6595
 
6596
- #: wppa-settings-autosave.php:1023 wppa-settings-autosave.php:1130
6597
  msgid "Page size"
6598
  msgstr ""
6599
 
6600
- #: wppa-settings-autosave.php:1024
6601
  msgid "Max number of thumbnails per page."
6602
  msgstr ""
6603
 
6604
- #: wppa-settings-autosave.php:1025
6605
  msgid ""
6606
  "Enter the maximum number of thumbnail images per page. A value of 0 "
6607
  "indicates no pagination."
6608
  msgstr ""
6609
 
6610
- #: wppa-settings-autosave.php:1027 wppa-settings-autosave.php:5255
6611
- #: wppa-settings-autosave.php:5286 wppa-settings-autosave.php:5381
6612
  #, fuzzy
6613
  msgid "thumbnails"
6614
  msgstr "Miniatura"
6615
 
6616
- #: wppa-settings-autosave.php:1033
6617
  msgid "The size of the thumbnail popup images."
6618
  msgstr ""
6619
 
6620
- #: wppa-settings-autosave.php:1034
6621
  msgid ""
6622
  "Enter the size of the popup images. This size should be larger than the "
6623
  "thumbnail size."
6624
  msgstr ""
6625
 
6626
- #: wppa-settings-autosave.php:1035
6627
  msgid "This size should also be at least the cover image size."
6628
  msgstr ""
6629
 
6630
- #: wppa-settings-autosave.php:1036
6631
  msgid ""
6632
  "Changing the popup size may result in all thumbnails being regenerated. this "
6633
  "may take a while."
6634
  msgstr ""
6635
 
6636
- #: wppa-settings-autosave.php:1037
6637
  msgid ""
6638
  "Although this setting has only visual effect if \"Thumb popup\" (Table IV-"
6639
  "C8) is checked,"
6640
  msgstr ""
6641
 
6642
- #: wppa-settings-autosave.php:1038
6643
  msgid ""
6644
  "the value must be right as it is the physical size of the thumbnail and "
6645
  "coverphoto images."
6646
  msgstr ""
6647
 
6648
- #: wppa-settings-autosave.php:1045
6649
  msgid "Use thumbs if fit"
6650
  msgstr ""
6651
 
6652
- #: wppa-settings-autosave.php:1046
6653
  msgid "Use the thumbnail image files if they are large enough."
6654
  msgstr ""
6655
 
6656
- #: wppa-settings-autosave.php:1047
6657
  msgid "This setting speeds up page loading for small photos."
6658
  msgstr ""
6659
 
6660
- #: wppa-settings-autosave.php:1048
6661
  msgid ""
6662
  "Do NOT use this when your thumbnails have a forced aspect ratio (when Table "
6663
  "I-C2 is set to anything different from --- same as fullsize ---)"
6664
  msgstr ""
6665
 
6666
- #: wppa-settings-autosave.php:1055
6667
  msgid "Album cover related size settings"
6668
  msgstr ""
6669
 
6670
- #: wppa-settings-autosave.php:1058
6671
  msgid "Maximum width for a album cover display."
6672
  msgstr ""
6673
 
6674
- #: wppa-settings-autosave.php:1059
6675
  msgid ""
6676
  "Display covers in 2 or more columns if the display area is wider than the "
6677
  "given width."
6678
  msgstr ""
6679
 
6680
- #: wppa-settings-autosave.php:1060
6681
  msgid ""
6682
  "This also applies for 'thumbnails as covers', and will NOT apply to single "
6683
  "items."
6684
  msgstr ""
6685
 
6686
- #: wppa-settings-autosave.php:1067
6687
  msgid "Min Cover height"
6688
  msgstr ""
6689
 
6690
- #: wppa-settings-autosave.php:1068
6691
  msgid "Minimal height of an album cover."
6692
  msgstr ""
6693
 
6694
- #: wppa-settings-autosave.php:1069
6695
  msgid ""
6696
  "If you use this setting to make the albums the same height and you are not "
6697
  "satisfied about the lay-out, try increasing the value in the next setting"
6698
  msgstr ""
6699
 
6700
- #: wppa-settings-autosave.php:1076
6701
  msgid "Min Text frame height"
6702
  msgstr ""
6703
 
6704
- #: wppa-settings-autosave.php:1077
6705
  msgid "The minimal cover text frame height incl header."
6706
  msgstr ""
6707
 
6708
- #: wppa-settings-autosave.php:1078
6709
  msgid ""
6710
  "The height starting with the album title up to and including the view- and "
6711
  "the slideshow- links."
6712
  msgstr ""
6713
 
6714
- #: wppa-settings-autosave.php:1079
6715
  msgid ""
6716
  "This setting enables you to give the album covers the same height while the "
6717
  "title does not need to fit on one line."
6718
  msgstr ""
6719
 
6720
- #: wppa-settings-autosave.php:1080
6721
  msgid "This is the recommended setting to line-up your covers!"
6722
  msgstr ""
6723
 
6724
- #: wppa-settings-autosave.php:1087
6725
  msgid "Min Description height"
6726
  msgstr ""
6727
 
6728
- #: wppa-settings-autosave.php:1088
6729
  msgid "The minimal height of the album description text frame."
6730
  msgstr ""
6731
 
6732
- #: wppa-settings-autosave.php:1089
6733
  msgid "The minimal height of the description field in an album cover display."
6734
  msgstr ""
6735
 
6736
- #: wppa-settings-autosave.php:1090
6737
  msgid ""
6738
  "This setting enables you to give the album covers the same height provided "
6739
  "that the cover images are equally sized and the titles fit on one line."
6740
  msgstr ""
6741
 
6742
- #: wppa-settings-autosave.php:1091
6743
  msgid ""
6744
  "To force the coverphotos have equal heights, tick the box in Table I-D7."
6745
  msgstr ""
6746
 
6747
- #: wppa-settings-autosave.php:1092
6748
  msgid ""
6749
  "You may need this setting if changing the previous setting is not sufficient "
6750
  "to line-up the covers."
6751
  msgstr ""
6752
 
6753
- #: wppa-settings-autosave.php:1099
6754
  msgid "Coverphoto size"
6755
  msgstr ""
6756
 
6757
- #: wppa-settings-autosave.php:1100
6758
  #, fuzzy
6759
  msgid "The size of the coverphoto."
6760
  msgstr "Se forside foto"
6761
 
6762
- #: wppa-settings-autosave.php:1102 wppa-settings-autosave.php:1112
6763
  msgid ""
6764
  "Changing the coverphoto size may result in all thumbnails being regenerated. "
6765
  "this may take a while."
6766
  msgstr ""
6767
 
6768
- #: wppa-settings-autosave.php:1109
6769
  msgid "Coverphoto size multi"
6770
  msgstr ""
6771
 
6772
- #: wppa-settings-autosave.php:1110
6773
  msgid "The size of coverphotos if more than one."
6774
  msgstr ""
6775
 
6776
- #: wppa-settings-autosave.php:1119
6777
  msgid "Size is height"
6778
  msgstr ""
6779
 
6780
- #: wppa-settings-autosave.php:1120
6781
  msgid "The size of the coverphoto is the height of it."
6782
  msgstr ""
6783
 
6784
- #: wppa-settings-autosave.php:1121
6785
  msgid ""
6786
  "If set: the previous setting is the height, if unset: the largest of width "
6787
  "and height."
6788
  msgstr ""
6789
 
6790
- #: wppa-settings-autosave.php:1122
6791
  msgid ""
6792
  "This setting applies for coverphoto position top or bottom only (Table IV-"
6793
  "D3)."
6794
  msgstr ""
6795
 
6796
- #: wppa-settings-autosave.php:1123
6797
  msgid "This makes it easyer to make the covers of equal height."
6798
  msgstr ""
6799
 
6800
- #: wppa-settings-autosave.php:1131
6801
  msgid "Max number of covers per page."
6802
  msgstr ""
6803
 
6804
- #: wppa-settings-autosave.php:1132
6805
  msgid ""
6806
  "Enter the maximum number of album covers per page. A value of 0 indicates no "
6807
  "pagination."
6808
  msgstr ""
6809
 
6810
- #: wppa-settings-autosave.php:1134
6811
  msgid "covers"
6812
  msgstr ""
6813
 
6814
- #: wppa-settings-autosave.php:1139
6815
  msgid "Rating and comment related size settings"
6816
  msgstr ""
6817
 
6818
- #: wppa-settings-autosave.php:1141
6819
  #, fuzzy
6820
  msgid "Rating size"
6821
  msgstr "Bed&oslash;mmelse: %s"
6822
 
6823
- #: wppa-settings-autosave.php:1142
6824
  msgid "Select the number of voting stars."
6825
  msgstr ""
6826
 
6827
- #: wppa-settings-autosave.php:1145
6828
  msgid "Standard: 5 stars"
6829
  msgstr ""
6830
 
6831
- #: wppa-settings-autosave.php:1145
6832
  msgid "Extended: 10 stars"
6833
  msgstr ""
6834
 
6835
- #: wppa-settings-autosave.php:1145
6836
  msgid "One button vote"
6837
  msgstr ""
6838
 
6839
- #: wppa-settings-autosave.php:1152
6840
  msgid "Display precision"
6841
  msgstr ""
6842
 
6843
- #: wppa-settings-autosave.php:1153
6844
  msgid "Select the desired rating display precision."
6845
  msgstr ""
6846
 
6847
- #: wppa-settings-autosave.php:1156
6848
  msgid "decimal places"
6849
  msgstr ""
6850
 
6851
- #: wppa-settings-autosave.php:1164
6852
  msgid "Size of Avatar images."
6853
  msgstr ""
6854
 
6855
- #: wppa-settings-autosave.php:1165
6856
  msgid "The size of the square avatar; must be > 0 and < 256"
6857
  msgstr ""
6858
 
6859
- #: wppa-settings-autosave.php:1172
6860
  #, fuzzy
6861
  msgid "Rating space"
6862
  msgstr "Bed&oslash;mmelse: %s"
6863
 
6864
- #: wppa-settings-autosave.php:1173
6865
  msgid "Space between avg and my rating stars"
6866
  msgstr ""
6867
 
6868
- #: wppa-settings-autosave.php:1181
6869
  msgid "Widget related size settings"
6870
  msgstr ""
6871
 
6872
- #: wppa-settings-autosave.php:1183
6873
  msgid "Widget width"
6874
  msgstr ""
6875
 
6876
- #: wppa-settings-autosave.php:1184
6877
  msgid "The useable width within widgets."
6878
  msgstr ""
6879
 
6880
- #: wppa-settings-autosave.php:1185
6881
  msgid ""
6882
  "Widget width for photo of the day, general purpose (default), slideshow "
6883
  "(default) and upload widgets."
6884
  msgstr ""
6885
 
6886
- #: wppa-settings-autosave.php:1192
6887
  #, fuzzy
6888
  msgid "TopTen count"
6889
  msgstr "Foto Top Ti"
6890
 
6891
- #: wppa-settings-autosave.php:1193
6892
  msgid "Number of photos in TopTen widget."
6893
  msgstr ""
6894
 
6895
- #: wppa-settings-autosave.php:1194
6896
  msgid "Enter the maximum number of rated photos in the TopTen widget."
6897
  msgstr ""
6898
 
6899
- #: wppa-settings-autosave.php:1201
6900
  #, fuzzy
6901
  msgid "TopTen size"
6902
  msgstr "Foto Top Ti"
6903
 
6904
- #: wppa-settings-autosave.php:1202
6905
  msgid "Size of thumbnails in TopTen widget."
6906
  msgstr ""
6907
 
6908
- #: wppa-settings-autosave.php:1203
6909
  msgid "Enter the size for the mini photos in the TopTen widget."
6910
  msgstr ""
6911
 
6912
- #: wppa-settings-autosave.php:1204 wppa-settings-autosave.php:1224
6913
- #: wppa-settings-autosave.php:1244 wppa-settings-autosave.php:1264
6914
- #: wppa-settings-autosave.php:1284 wppa-settings-autosave.php:1304
6915
  msgid "The size applies to the width or height, whatever is the largest."
6916
  msgstr ""
6917
 
6918
- #: wppa-settings-autosave.php:1205 wppa-settings-autosave.php:1225
6919
- #: wppa-settings-autosave.php:1245 wppa-settings-autosave.php:1265
6920
- #: wppa-settings-autosave.php:1285 wppa-settings-autosave.php:1305
6921
  msgid ""
6922
  "Recommended values: 86 for a two column and 56 for a three column display."
6923
  msgstr ""
6924
 
6925
- #: wppa-settings-autosave.php:1212
6926
  #, fuzzy
6927
  msgid "Comment count"
6928
  msgstr "Kommentar til billeder"
6929
 
6930
- #: wppa-settings-autosave.php:1213
6931
  msgid "Number of entries in Comment widget."
6932
  msgstr ""
6933
 
6934
- #: wppa-settings-autosave.php:1214
6935
  msgid "Enter the maximum number of entries in the Comment widget."
6936
  msgstr ""
6937
 
6938
- #: wppa-settings-autosave.php:1216
6939
  msgid "entries"
6940
  msgstr ""
6941
 
6942
- #: wppa-settings-autosave.php:1221
6943
  #, fuzzy
6944
  msgid "Comment size"
6945
  msgstr "%d kommentarer"
6946
 
6947
- #: wppa-settings-autosave.php:1222
6948
  msgid "Size of thumbnails in Comment widget."
6949
  msgstr ""
6950
 
6951
- #: wppa-settings-autosave.php:1223
6952
  msgid "Enter the size for the mini photos in the Comment widget."
6953
  msgstr ""
6954
 
6955
- #: wppa-settings-autosave.php:1232
6956
  #, fuzzy
6957
  msgid "Thumbnail count"
6958
  msgstr "Miniatura"
6959
 
6960
- #: wppa-settings-autosave.php:1233
6961
  msgid "Number of photos in Thumbnail widget."
6962
  msgstr ""
6963
 
6964
- #: wppa-settings-autosave.php:1234
6965
  msgid "Enter the maximum number of rated photos in the Thumbnail widget."
6966
  msgstr ""
6967
 
6968
- #: wppa-settings-autosave.php:1241
6969
  #, fuzzy
6970
  msgid "Thumbnail widget size"
6971
  msgstr "Foto Top Ti"
6972
 
6973
- #: wppa-settings-autosave.php:1242
6974
  msgid "Size of thumbnails in Thumbnail widget."
6975
  msgstr ""
6976
 
6977
- #: wppa-settings-autosave.php:1243
6978
  msgid "Enter the size for the mini photos in the Thumbnail widget."
6979
  msgstr ""
6980
 
6981
- #: wppa-settings-autosave.php:1252
6982
  msgid "LasTen count"
6983
  msgstr ""
6984
 
6985
- #: wppa-settings-autosave.php:1253
6986
  msgid "Number of photos in Last Ten widget."
6987
  msgstr ""
6988
 
6989
- #: wppa-settings-autosave.php:1254
6990
  msgid "Enter the maximum number of photos in the LasTen widget."
6991
  msgstr ""
6992
 
6993
- #: wppa-settings-autosave.php:1261
6994
  msgid "LasTen size"
6995
  msgstr ""
6996
 
6997
- #: wppa-settings-autosave.php:1262
6998
  msgid "Size of thumbnails in Last Ten widget."
6999
  msgstr ""
7000
 
7001
- #: wppa-settings-autosave.php:1263
7002
  msgid "Enter the size for the mini photos in the LasTen widget."
7003
  msgstr ""
7004
 
7005
- #: wppa-settings-autosave.php:1272
7006
  #, fuzzy
7007
  msgid "Album widget count"
7008
  msgstr "Inserisci / modifica la descrizione per questo album."
7009
 
7010
- #: wppa-settings-autosave.php:1273
7011
  msgid "Number of albums in Album widget."
7012
  msgstr ""
7013
 
7014
- #: wppa-settings-autosave.php:1274
7015
  msgid ""
7016
  "Enter the maximum number of thumbnail photos of albums in the Album widget."
7017
  msgstr ""
7018
 
7019
- #: wppa-settings-autosave.php:1281
7020
  msgid "Album widget size"
7021
  msgstr ""
7022
 
7023
- #: wppa-settings-autosave.php:1282
7024
  msgid "Size of thumbnails in Album widget."
7025
  msgstr ""
7026
 
7027
- #: wppa-settings-autosave.php:1283
7028
  msgid "Enter the size for the mini photos in the Album widget."
7029
  msgstr ""
7030
 
7031
- #: wppa-settings-autosave.php:1292
7032
  msgid "FeaTen count"
7033
  msgstr ""
7034
 
7035
- #: wppa-settings-autosave.php:1293
7036
  msgid "Number of photos in Featured Ten widget."
7037
  msgstr ""
7038
 
7039
- #: wppa-settings-autosave.php:1294
7040
  msgid "Enter the maximum number of photos in the FeaTen widget."
7041
  msgstr ""
7042
 
7043
- #: wppa-settings-autosave.php:1301
7044
  msgid "FeaTen size"
7045
  msgstr ""
7046
 
7047
- #: wppa-settings-autosave.php:1302
7048
  msgid "Size of thumbnails in Featured Ten widget."
7049
  msgstr ""
7050
 
7051
- #: wppa-settings-autosave.php:1303
7052
  msgid "Enter the size for the mini photos in the FeaTen widget."
7053
  msgstr ""
7054
 
7055
- #: wppa-settings-autosave.php:1312
7056
  msgid "Tagcloud min size"
7057
  msgstr ""
7058
 
7059
- #: wppa-settings-autosave.php:1313
7060
  msgid "Minimal fontsize in tagclouds"
7061
  msgstr ""
7062
 
7063
- #: wppa-settings-autosave.php:1321
7064
  msgid "Tagcloud max size"
7065
  msgstr ""
7066
 
7067
- #: wppa-settings-autosave.php:1322
7068
  msgid "Maximal fontsize in tagclouds"
7069
  msgstr ""
7070
 
7071
- #: wppa-settings-autosave.php:1330
7072
  msgid ""
7073
  "Lightbox related size settings. These settings have effect only when Table "
7074
  "IX-J3 is set to wppa"
7075
  msgstr ""
7076
 
7077
- #: wppa-settings-autosave.php:1333
7078
  msgid ""
7079
  "Number of lines on the lightbox description area, exclusive the n/m line."
7080
  msgstr ""
7081
 
7082
- #: wppa-settings-autosave.php:1334
7083
  msgid "Enter a number in the range from 0 to 24 or auto"
7084
  msgstr ""
7085
 
7086
- #: wppa-settings-autosave.php:1336
7087
  msgid "lines"
7088
  msgstr ""
7089
 
7090
- #: wppa-settings-autosave.php:1341
7091
  msgid "Magnifier cursor size"
7092
  msgstr ""
7093
 
7094
- #: wppa-settings-autosave.php:1342
7095
  msgid "Select the size of the magnifier cursor."
7096
  msgstr ""
7097
 
7098
- #: wppa-settings-autosave.php:1345
7099
  msgid "small"
7100
  msgstr ""
7101
 
7102
- #: wppa-settings-autosave.php:1345
7103
  msgid "medium"
7104
  msgstr ""
7105
 
7106
- #: wppa-settings-autosave.php:1345
7107
  msgid "large"
7108
  msgstr ""
7109
 
7110
- #: wppa-settings-autosave.php:1354
7111
  msgid "Video related size settings"
7112
  msgstr ""
7113
 
7114
- #: wppa-settings-autosave.php:1356
7115
  msgid "Default width"
7116
  msgstr ""
7117
 
7118
- #: wppa-settings-autosave.php:1357
7119
  msgid "The width of most videos"
7120
  msgstr ""
7121
 
7122
- #: wppa-settings-autosave.php:1365
7123
  msgid "Default height"
7124
  msgstr ""
7125
 
7126
- #: wppa-settings-autosave.php:1366
7127
  msgid "The height of most videos"
7128
  msgstr ""
7129
 
7130
- #: wppa-settings-autosave.php:1392
7131
  msgid "Table II:"
7132
  msgstr ""
7133
 
7134
- #: wppa-settings-autosave.php:1392
7135
  msgid "Visibility:"
7136
  msgstr ""
7137
 
7138
- #: wppa-settings-autosave.php:1393
7139
  msgid "This table describes the visibility of certain wppa+ elements."
7140
  msgstr ""
7141
 
7142
- #: wppa-settings-autosave.php:1411
7143
  msgid "Breadcrumb related visibility settings"
7144
  msgstr ""
7145
 
7146
- #: wppa-settings-autosave.php:1413
7147
  msgid "Breadcrumb on posts"
7148
  msgstr ""
7149
 
7150
- #: wppa-settings-autosave.php:1414 wppa-settings-autosave.php:1424
7151
  msgid "Show breadcrumb navigation bars."
7152
  msgstr ""
7153
 
7154
- #: wppa-settings-autosave.php:1415 wppa-settings-autosave.php:1425
7155
  msgid "Indicate whether a breadcrumb navigation should be displayed"
7156
  msgstr ""
7157
 
7158
- #: wppa-settings-autosave.php:1423
7159
  msgid "Breadcrumb on pages"
7160
  msgstr ""
7161
 
7162
- #: wppa-settings-autosave.php:1433
7163
  #, fuzzy
7164
  msgid "Breadcrumb on search results"
7165
  msgstr "Risultati della ricerca per: %s"
7166
 
7167
- #: wppa-settings-autosave.php:1434
7168
  msgid "Show breadcrumb navigation bars on the search results page."
7169
  msgstr ""
7170
 
7171
- #: wppa-settings-autosave.php:1435
7172
  msgid ""
7173
  "Indicate whether a breadcrumb navigation should be displayed above the "
7174
  "search results."
7175
  msgstr ""
7176
 
7177
- #: wppa-settings-autosave.php:1442
7178
  msgid "Breadcrumb on topten displays"
7179
  msgstr ""
7180
 
7181
- #: wppa-settings-autosave.php:1443
7182
  msgid "Show breadcrumb navigation bars on topten displays."
7183
  msgstr ""
7184
 
7185
- #: wppa-settings-autosave.php:1444
7186
  msgid ""
7187
  "Indicate whether a breadcrumb navigation should be displayed above the "
7188
  "topten displays."
7189
  msgstr ""
7190
 
7191
- #: wppa-settings-autosave.php:1451
7192
  msgid "Breadcrumb on last ten displays"
7193
  msgstr ""
7194
 
7195
- #: wppa-settings-autosave.php:1452
7196
  msgid "Show breadcrumb navigation bars on last ten displays."
7197
  msgstr ""
7198
 
7199
- #: wppa-settings-autosave.php:1453
7200
  msgid ""
7201
  "Indicate whether a breadcrumb navigation should be displayed above the last "
7202
  "ten displays."
7203
  msgstr ""
7204
 
7205
- #: wppa-settings-autosave.php:1460
7206
  msgid "Breadcrumb on comment ten displays"
7207
  msgstr ""
7208
 
7209
- #: wppa-settings-autosave.php:1461
7210
  msgid "Show breadcrumb navigation bars on comment ten displays."
7211
  msgstr ""
7212
 
7213
- #: wppa-settings-autosave.php:1462
7214
  msgid ""
7215
  "Indicate whether a breadcrumb navigation should be displayed above the "
7216
  "comment ten displays."
7217
  msgstr ""
7218
 
7219
- #: wppa-settings-autosave.php:1469
7220
  msgid "Breadcrumb on tag result displays"
7221
  msgstr ""
7222
 
7223
- #: wppa-settings-autosave.php:1470
7224
  msgid "Show breadcrumb navigation bars on tag result displays."
7225
  msgstr ""
7226
 
7227
- #: wppa-settings-autosave.php:1471
7228
  msgid ""
7229
  "Indicate whether a breadcrumb navigation should be displayed above the tag "
7230
  "result displays."
7231
  msgstr ""
7232
 
7233
- #: wppa-settings-autosave.php:1478
7234
  msgid "Breadcrumb on featured ten displays"
7235
  msgstr ""
7236
 
7237
- #: wppa-settings-autosave.php:1479
7238
  msgid "Show breadcrumb navigation bars on featured ten displays."
7239
  msgstr ""
7240
 
7241
- #: wppa-settings-autosave.php:1480
7242
  msgid ""
7243
  "Indicate whether a breadcrumb navigation should be displayed above the "
7244
  "featured ten displays."
7245
  msgstr ""
7246
 
7247
- #: wppa-settings-autosave.php:1487
7248
  msgid "Breadcrumb on related photos displays"
7249
  msgstr ""
7250
 
7251
- #: wppa-settings-autosave.php:1488
7252
  msgid "Show breadcrumb navigation bars on related photos displays."
7253
  msgstr ""
7254
 
7255
- #: wppa-settings-autosave.php:1489
7256
  msgid ""
7257
  "Indicate whether a breadcrumb navigation should be displayed above the "
7258
  "related photos displays."
7259
  msgstr ""
7260
 
7261
- #: wppa-settings-autosave.php:1497
7262
  msgid "Show \"Home\" in breadcrumb."
7263
  msgstr ""
7264
 
7265
- #: wppa-settings-autosave.php:1498
7266
  msgid ""
7267
  "Indicate whether the breadcrumb navigation should start with a \"Home\"-link"
7268
  msgstr ""
7269
 
7270
- #: wppa-settings-autosave.php:1506
7271
  msgid "Show the page(s) in breadcrumb."
7272
  msgstr ""
7273
 
7274
- #: wppa-settings-autosave.php:1507
7275
  msgid ""
7276
  "Indicate whether the breadcrumb navigation should show the page(hierarchy)"
7277
  msgstr ""
7278
 
7279
- #: wppa-settings-autosave.php:1514
7280
  msgid "Separator"
7281
  msgstr ""
7282
 
7283
- #: wppa-settings-autosave.php:1515
7284
  msgid "Breadcrumb separator symbol."
7285
  msgstr ""
7286
 
7287
- #: wppa-settings-autosave.php:1516
7288
  msgid "Select the desired breadcrumb separator element."
7289
  msgstr ""
7290
 
7291
- #: wppa-settings-autosave.php:1517
7292
  msgid "A text string may contain valid html."
7293
  msgstr ""
7294
 
7295
- #: wppa-settings-autosave.php:1518
7296
  msgid ""
7297
  "An image will be scaled automatically if you set the navigation font size."
7298
  msgstr ""
7299
 
7300
- #: wppa-settings-autosave.php:1520
7301
  msgid "Text (html):"
7302
  msgstr ""
7303
 
7304
- #: wppa-settings-autosave.php:1520
7305
  msgid "Image (url):"
7306
  msgstr ""
7307
 
7308
- #: wppa-settings-autosave.php:1528
7309
  msgid "Html"
7310
  msgstr ""
7311
 
7312
- #: wppa-settings-autosave.php:1529
7313
  msgid "Breadcrumb separator text."
7314
  msgstr ""
7315
 
7316
- #: wppa-settings-autosave.php:1530
7317
  msgid "Enter the HTML code that produces the separator symbol you want."
7318
  msgstr ""
7319
 
7320
- #: wppa-settings-autosave.php:1531
7321
  msgid ""
7322
  "It may be as simple as '-' (without the quotes) or as complex as a tag like "
7323
  "<div>..</div>."
7324
  msgstr ""
7325
 
7326
- #: wppa-settings-autosave.php:1538
7327
  #, fuzzy
7328
  msgid "Image Url"
7329
  msgstr "Billede"
7330
 
7331
- #: wppa-settings-autosave.php:1539
7332
  msgid "Full url to separator image."
7333
  msgstr ""
7334
 
7335
- #: wppa-settings-autosave.php:1540
7336
  msgid ""
7337
  "Enter the full url to the image you want to use for the separator symbol."
7338
  msgstr ""
7339
 
7340
- #: wppa-settings-autosave.php:1547
7341
  #, fuzzy
7342
  msgid "Pagelink position"
7343
  msgstr "Position:"
7344
 
7345
- #: wppa-settings-autosave.php:1548
7346
  msgid "The location for the pagelinks bar."
7347
  msgstr ""
7348
 
7349
- #: wppa-settings-autosave.php:1551 wppa-settings-autosave.php:3708
7350
  msgid "Top"
7351
  msgstr ""
7352
 
7353
- #: wppa-settings-autosave.php:1551 wppa-settings-autosave.php:3708
7354
  msgid "Bottom"
7355
  msgstr ""
7356
 
7357
- #: wppa-settings-autosave.php:1551
7358
  msgid "Both"
7359
  msgstr ""
7360
 
7361
- #: wppa-settings-autosave.php:1558
7362
  msgid "Thumblink on slideshow"
7363
  msgstr ""
7364
 
7365
- #: wppa-settings-autosave.php:1559
7366
  msgid "Show a thumb link on slideshow bc."
7367
  msgstr ""
7368
 
7369
- #: wppa-settings-autosave.php:1560
7370
  msgid "Show a link to thumbnail display on an breadcrumb above a slideshow"
7371
  msgstr ""
7372
 
7373
- #: wppa-settings-autosave.php:1567
7374
  msgid "Slideshow related visibility settings"
7375
  msgstr ""
7376
 
7377
- #: wppa-settings-autosave.php:1569
7378
  #, fuzzy
7379
  msgid "Start/stop"
7380
  msgstr "Start"
7381
 
7382
- #: wppa-settings-autosave.php:1570
7383
  #, fuzzy
7384
  msgid "Show the Start/Stop slideshow bar."
7385
  msgstr "Dobbeltklik for at starte/slutte slideshow"
7386
 
7387
- #: wppa-settings-autosave.php:1571
7388
  msgid ""
7389
  "If checked: display the start/stop slideshow navigation bar above the full-"
7390
  "size images and slideshow"
7391
  msgstr ""
7392
 
7393
- #: wppa-settings-autosave.php:1578
7394
  #, fuzzy
7395
  msgid "Browse bar"
7396
  msgstr "Se fotos"
7397
 
7398
- #: wppa-settings-autosave.php:1579
7399
  #, fuzzy
7400
  msgid "Show Browse photos bar."
7401
  msgstr "Se fotos"
7402
 
7403
- #: wppa-settings-autosave.php:1580
7404
  msgid ""
7405
  "If checked: display the preveous/next navigation bar under the full-size "
7406
  "images and slideshow"
7407
  msgstr ""
7408
 
7409
- #: wppa-settings-autosave.php:1587
7410
  msgid "Filmstrip"
7411
  msgstr ""
7412
 
7413
- #: wppa-settings-autosave.php:1588
7414
  msgid "Show Filmstrip navigation bar."
7415
  msgstr ""
7416
 
7417
- #: wppa-settings-autosave.php:1589
7418
  msgid ""
7419
  "If checked: display the filmstrip navigation bar under the full_size images "
7420
  "and slideshow"
7421
  msgstr ""
7422
 
7423
- #: wppa-settings-autosave.php:1596
7424
  msgid "Film seam"
7425
  msgstr ""
7426
 
7427
- #: wppa-settings-autosave.php:1597
7428
  msgid "Show seam between end and start of film."
7429
  msgstr ""
7430
 
7431
- #: wppa-settings-autosave.php:1598
7432
  msgid "If checked: display the wrap-around point in the filmstrip"
7433
  msgstr ""
7434
 
7435
- #: wppa-settings-autosave.php:1605
7436
  #, fuzzy
7437
  msgid "Photo name"
7438
  msgstr "Dagens foto"
7439
 
7440
- #: wppa-settings-autosave.php:1606
7441
  #, fuzzy
7442
  msgid "Display photo name."
7443
  msgstr "Indtast foto navn"
7444
 
7445
- #: wppa-settings-autosave.php:1607
7446
  msgid "If checked: display the name of the photo under the slideshow image."
7447
  msgstr ""
7448
 
7449
- #: wppa-settings-autosave.php:1614 wppa-settings-autosave.php:1981
7450
  msgid "Add (Owner)"
7451
  msgstr ""
7452
 
7453
- #: wppa-settings-autosave.php:1615 wppa-settings-autosave.php:1982
7454
  msgid "Add the uploaders display name in parenthesis to the name."
7455
  msgstr ""
7456
 
7457
- #: wppa-settings-autosave.php:1623
7458
  #, fuzzy
7459
  msgid "Photo desc"
7460
  msgstr "Foto"
7461
 
7462
- #: wppa-settings-autosave.php:1624
7463
  #, fuzzy
7464
  msgid "Display Photo description."
7465
  msgstr "Inds&aelig;t/rediger beskrivelse af foto"
7466
 
7467
- #: wppa-settings-autosave.php:1625
7468
  msgid ""
7469
  "If checked: display the description of the photo under the slideshow image."
7470
  msgstr ""
7471
 
7472
- #: wppa-settings-autosave.php:1632
7473
  msgid "Hide when empty"
7474
  msgstr ""
7475
 
7476
- #: wppa-settings-autosave.php:1633
7477
  msgid "Hide the descriptionbox when empty."
7478
  msgstr ""
7479
 
7480
- #: wppa-settings-autosave.php:1641
7481
  #, fuzzy
7482
  msgid "Rating system"
7483
  msgstr "Bed&oslash;mmelse: %s"
7484
 
7485
- #: wppa-settings-autosave.php:1642
7486
  msgid "Enable the rating system."
7487
  msgstr ""
7488
 
7489
- #: wppa-settings-autosave.php:1643
7490
  msgid "If checked, the photo rating system will be enabled."
7491
  msgstr ""
7492
 
7493
- #: wppa-settings-autosave.php:1651
7494
  #, fuzzy
7495
  msgid "Comments system"
7496
  msgstr "%d kommentarer"
7497
 
7498
- #: wppa-settings-autosave.php:1652
7499
  msgid "Enable the comments system."
7500
  msgstr ""
7501
 
7502
- #: wppa-settings-autosave.php:1653
7503
  msgid ""
7504
  "Display the comments box under the fullsize images and let users enter their "
7505
  "comments on individual photos."
7506
  msgstr ""
7507
 
7508
- #: wppa-settings-autosave.php:1661
7509
  #, fuzzy
7510
  msgid "Comment Avatar default"
7511
  msgstr "Kommentarer tilf&oslash;jet"
7512
 
7513
- #: wppa-settings-autosave.php:1662
7514
  msgid "Show Avatars with the comments if not --- none ---"
7515
  msgstr ""
7516
 
7517
- #: wppa-settings-autosave.php:1667
7518
  msgid "mystery man"
7519
  msgstr ""
7520
 
7521
- #: wppa-settings-autosave.php:1668
7522
  msgid "identicon"
7523
  msgstr ""
7524
 
7525
- #: wppa-settings-autosave.php:1669
7526
  msgid "monsterid"
7527
  msgstr ""
7528
 
7529
- #: wppa-settings-autosave.php:1670
7530
  msgid "wavatar"
7531
  msgstr ""
7532
 
7533
- #: wppa-settings-autosave.php:1671
7534
  msgid "retro"
7535
  msgstr ""
7536
 
7537
- #: wppa-settings-autosave.php:1672
7538
  #, fuzzy
7539
  msgid "--- url ---"
7540
  msgstr "--- ingen ---"
7541
 
7542
- #: wppa-settings-autosave.php:1687
7543
  msgid "Comment Avatar url"
7544
  msgstr ""
7545
 
7546
- #: wppa-settings-autosave.php:1688
7547
  msgid "Comment Avatar default url."
7548
  msgstr ""
7549
 
7550
- #: wppa-settings-autosave.php:1696
7551
  #, fuzzy
7552
  msgid "Big Browse Buttons"
7553
  msgstr "Se fotos"
7554
 
7555
- #: wppa-settings-autosave.php:1697
7556
  msgid "Enable invisible browsing buttons."
7557
  msgstr ""
7558
 
7559
- #: wppa-settings-autosave.php:1698 wppa-settings-autosave.php:2219
7560
  #, fuzzy
7561
  msgid ""
7562
  "If checked, the fullsize image is covered by two invisible areas that act as "
@@ -7565,7075 +7570,7087 @@ msgstr ""
7565
  "For at se billeder i fuld st&oslash;rrelse skal du tillade javascript in din "
7566
  "browser."
7567
 
7568
- #: wppa-settings-autosave.php:1699 wppa-settings-autosave.php:2220
7569
- #: wppa-settings-autosave.php:2230
7570
  msgid ""
7571
  "Make sure the Full height (Table I-B2) is properly configured to prevent "
7572
  "these areas to overlap unwanted space."
7573
  msgstr ""
7574
 
7575
- #: wppa-settings-autosave.php:1706
7576
  #, fuzzy
7577
  msgid "Ugly Browse Buttons"
7578
  msgstr "Se fotos"
7579
 
7580
- #: wppa-settings-autosave.php:1707
7581
  msgid "Enable the ugly browsing buttons."
7582
  msgstr ""
7583
 
7584
- #: wppa-settings-autosave.php:1708
7585
  msgid "If checked, the fullsize image is covered by two browse buttons."
7586
  msgstr ""
7587
 
7588
- #: wppa-settings-autosave.php:1712 wppa-settings-autosave.php:2261
7589
- #: wppa-settings-autosave.php:2272
7590
  msgid "Black"
7591
  msgstr ""
7592
 
7593
- #: wppa-settings-autosave.php:1712
7594
  msgid "Light gray"
7595
  msgstr ""
7596
 
7597
- #: wppa-settings-autosave.php:1719
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7598
  msgid "Show custom box"
7599
  msgstr ""
7600
 
7601
- #: wppa-settings-autosave.php:1720
7602
  msgid "Display the custom box in the slideshow"
7603
  msgstr ""
7604
 
7605
- #: wppa-settings-autosave.php:1721 wppa-settings-autosave.php:1732
7606
  msgid ""
7607
  "You can fill the custom box with any html you like. It will not be checked, "
7608
  "so it is your own responsability to close tags properly."
7609
  msgstr ""
7610
 
7611
- #: wppa-settings-autosave.php:1722 wppa-settings-autosave.php:1733
7612
  msgid "The position of the box can be defined in Table IX-E."
7613
  msgstr ""
7614
 
7615
- #: wppa-settings-autosave.php:1730
7616
  msgid "Custom content"
7617
  msgstr ""
7618
 
7619
- #: wppa-settings-autosave.php:1731
7620
  msgid "The content (html) of the custom box."
7621
  msgstr ""
7622
 
7623
- #: wppa-settings-autosave.php:1740
7624
  #, fuzzy
7625
  msgid "Slideshow/Number bar"
7626
  msgstr "Slideshow"
7627
 
7628
- #: wppa-settings-autosave.php:1741
7629
  msgid "Display the Slideshow / Number bar."
7630
  msgstr ""
7631
 
7632
- #: wppa-settings-autosave.php:1742
7633
  msgid "If checked: display the number boxes on slideshow"
7634
  msgstr ""
7635
 
7636
- #: wppa-settings-autosave.php:1750
7637
  msgid "IPTC system"
7638
  msgstr ""
7639
 
7640
- #: wppa-settings-autosave.php:1751
7641
  msgid "Enable the iptc system."
7642
  msgstr ""
7643
 
7644
- #: wppa-settings-autosave.php:1752
7645
  msgid "Display the iptc box under the fullsize images."
7646
  msgstr ""
7647
 
7648
- #: wppa-settings-autosave.php:1760
7649
  msgid "IPTC open"
7650
  msgstr ""
7651
 
7652
- #: wppa-settings-autosave.php:1761
7653
  msgid "Display the iptc box initially opened."
7654
  msgstr ""
7655
 
7656
- #: wppa-settings-autosave.php:1762
7657
  msgid "Display the iptc box under the fullsize images initially open."
7658
  msgstr ""
7659
 
7660
- #: wppa-settings-autosave.php:1770
7661
  msgid "EXIF system"
7662
  msgstr ""
7663
 
7664
- #: wppa-settings-autosave.php:1771
7665
  msgid "Enable the exif system."
7666
  msgstr ""
7667
 
7668
- #: wppa-settings-autosave.php:1772
7669
  msgid "Display the exif box under the fullsize images."
7670
  msgstr ""
7671
 
7672
- #: wppa-settings-autosave.php:1780
7673
  msgid "EXIF open"
7674
  msgstr ""
7675
 
7676
- #: wppa-settings-autosave.php:1781
7677
  msgid "Display the exif box initially opened."
7678
  msgstr ""
7679
 
7680
- #: wppa-settings-autosave.php:1782
7681
  msgid "Display the exif box under the fullsize images initially open."
7682
  msgstr ""
7683
 
7684
- #: wppa-settings-autosave.php:1790
7685
  msgid "Social media share box related visibility settings"
7686
  msgstr ""
7687
 
7688
- #: wppa-settings-autosave.php:1792
7689
  msgid "Show Share Box"
7690
  msgstr ""
7691
 
7692
- #: wppa-settings-autosave.php:1793
7693
  msgid "Display the share social media buttons box."
7694
  msgstr ""
7695
 
7696
- #: wppa-settings-autosave.php:1802 wppa-settings-autosave.php:8093
7697
  msgid "Hide when running"
7698
  msgstr ""
7699
 
7700
- #: wppa-settings-autosave.php:1803
7701
  msgid "Hide the SM box when slideshow runs."
7702
  msgstr ""
7703
 
7704
- #: wppa-settings-autosave.php:1811
7705
  msgid "Show Share Box Widget"
7706
  msgstr ""
7707
 
7708
- #: wppa-settings-autosave.php:1812
7709
  msgid "Display the share social media buttons box in widgets."
7710
  msgstr ""
7711
 
7712
- #: wppa-settings-autosave.php:1813
7713
  msgid ""
7714
  "This setting applies to normal slideshows in widgets, not to the "
7715
  "slideshowwidget as that is a slideonly display."
7716
  msgstr ""
7717
 
7718
- #: wppa-settings-autosave.php:1821
7719
  msgid "Show Share Buttons Thumbs"
7720
  msgstr ""
7721
 
7722
- #: wppa-settings-autosave.php:1822
7723
  msgid "Display the share social media buttons under thumbnails."
7724
  msgstr ""
7725
 
7726
- #: wppa-settings-autosave.php:1831
7727
  msgid "Show Share Buttons Lightbox"
7728
  msgstr ""
7729
 
7730
- #: wppa-settings-autosave.php:1832
7731
  msgid "Display the share social media buttons on lightbox displays."
7732
  msgstr ""
7733
 
7734
- #: wppa-settings-autosave.php:1841
7735
  #, fuzzy
7736
  msgid "Show Share Buttons Mphoto"
7737
  msgstr ""
7738
  "I visitatori possono ottenere una panoramica delle immagini contenute in un "
7739
  "album grazie alle miniature."
7740
 
7741
- #: wppa-settings-autosave.php:1842
7742
  msgid "Display the share social media buttons on mphoto displays."
7743
  msgstr ""
7744
 
7745
- #: wppa-settings-autosave.php:1851
7746
  msgid "Show QR Code"
7747
  msgstr ""
7748
 
7749
- #: wppa-settings-autosave.php:1852
7750
  msgid "Display the QR code in the share box."
7751
  msgstr ""
7752
 
7753
- #: wppa-settings-autosave.php:1860
7754
  #, fuzzy
7755
  msgid "Show Twitter button"
7756
  msgstr "Condividi su Twitter"
7757
 
7758
- #: wppa-settings-autosave.php:1861
7759
  msgid "Display the Twitter button in the share box."
7760
  msgstr ""
7761
 
7762
- #: wppa-settings-autosave.php:1869
7763
  #, fuzzy
7764
  msgid "Show Google+ button"
7765
  msgstr "Condividi su Google+"
7766
 
7767
- #: wppa-settings-autosave.php:1870
7768
  msgid "Display the Google+ button in the share box."
7769
  msgstr ""
7770
 
7771
- #: wppa-settings-autosave.php:1878
7772
  #, fuzzy
7773
  msgid "Show Pinterest button"
7774
  msgstr "Condividi on Pinterest"
7775
 
7776
- #: wppa-settings-autosave.php:1879
7777
  msgid "Display the Pintrest button in the share box."
7778
  msgstr ""
7779
 
7780
- #: wppa-settings-autosave.php:1887
7781
  msgid "Show LinkedIn button"
7782
  msgstr ""
7783
 
7784
- #: wppa-settings-autosave.php:1888
7785
  msgid "Display the LinkedIn button in the share box."
7786
  msgstr ""
7787
 
7788
- #: wppa-settings-autosave.php:1896
7789
  msgid "Show Facebook share button"
7790
  msgstr ""
7791
 
7792
- #: wppa-settings-autosave.php:1897 wppa-settings-autosave.php:1906
7793
  msgid "Display the Facebook button in the share box."
7794
  msgstr ""
7795
 
7796
- #: wppa-settings-autosave.php:1905
7797
  msgid "Show Facebook like button"
7798
  msgstr ""
7799
 
7800
- #: wppa-settings-autosave.php:1914
7801
  msgid "Display type"
7802
  msgstr ""
7803
 
7804
- #: wppa-settings-autosave.php:1915
7805
  msgid "Select the Facebook button display type."
7806
  msgstr ""
7807
 
7808
- #: wppa-settings-autosave.php:1918
7809
  msgid "Button with counter"
7810
  msgstr ""
7811
 
7812
- #: wppa-settings-autosave.php:1918
7813
  msgid "Box with counter"
7814
  msgstr ""
7815
 
7816
- #: wppa-settings-autosave.php:1925
7817
  msgid "Show Facebook comment box"
7818
  msgstr ""
7819
 
7820
- #: wppa-settings-autosave.php:1926
7821
  msgid "Display the Facebook comment dialog box in the share box."
7822
  msgstr ""
7823
 
7824
- #: wppa-settings-autosave.php:1934
7825
  msgid "Facebook User Id"
7826
  msgstr ""
7827
 
7828
- #: wppa-settings-autosave.php:1935
7829
  msgid "Enter your facebook user id to be able to moderate comments and sends"
7830
  msgstr ""
7831
 
7832
- #: wppa-settings-autosave.php:1943
7833
  msgid "Facebook App Id"
7834
  msgstr ""
7835
 
7836
- #: wppa-settings-autosave.php:1944
7837
  msgid "Enter your facebook app id to be able to moderate comments and sends"
7838
  msgstr ""
7839
 
7840
- #: wppa-settings-autosave.php:1952
7841
  msgid "Facebook js SDK"
7842
  msgstr ""
7843
 
7844
- #: wppa-settings-autosave.php:1953
7845
  msgid "Load Facebook js SDK"
7846
  msgstr ""
7847
 
7848
- #: wppa-settings-autosave.php:1954
7849
  msgid ""
7850
  "Uncheck this box only when there is a conflict with an other plugin that "
7851
  "also loads the Facebook js SDK."
7852
  msgstr ""
7853
 
7854
- #: wppa-settings-autosave.php:1961
7855
  msgid "Share single image"
7856
  msgstr ""
7857
 
7858
- #: wppa-settings-autosave.php:1962
7859
  msgid "Share a link to a single image, not the slideshow."
7860
  msgstr ""
7861
 
7862
- #: wppa-settings-autosave.php:1963
7863
  msgid ""
7864
  "The sharelink points to a page with a single image rather than to the page "
7865
  "with the photo in the slideshow."
7866
  msgstr ""
7867
 
7868
- #: wppa-settings-autosave.php:1970
7869
  msgid "Thumbnail display related visibility settings"
7870
  msgstr ""
7871
 
7872
- #: wppa-settings-autosave.php:1972
7873
  #, fuzzy
7874
  msgid "Thumbnail name"
7875
  msgstr "Foto Top Ti"
7876
 
7877
- #: wppa-settings-autosave.php:1973
7878
  msgid "Display Thumbnail name."
7879
  msgstr ""
7880
 
7881
- #: wppa-settings-autosave.php:1974
7882
  msgid "Display photo name under thumbnail images."
7883
  msgstr ""
7884
 
7885
- #: wppa-settings-autosave.php:1990
7886
  #, fuzzy
7887
  msgid "Thumbnail desc"
7888
  msgstr "Miniatura"
7889
 
7890
- #: wppa-settings-autosave.php:1991
7891
  #, fuzzy
7892
  msgid "Display Thumbnail description."
7893
  msgstr "Inserisci / modifica la descrizione per questo album."
7894
 
7895
- #: wppa-settings-autosave.php:1992
7896
  msgid "Display description of the photo under thumbnail images."
7897
  msgstr ""
7898
 
7899
- #: wppa-settings-autosave.php:1999
7900
  #, fuzzy
7901
  msgid "Thumbnail rating"
7902
  msgstr "Foto Top Ti"
7903
 
7904
- #: wppa-settings-autosave.php:2000
7905
  msgid "Display Thumbnail Rating."
7906
  msgstr ""
7907
 
7908
- #: wppa-settings-autosave.php:2001
7909
  msgid "Display the rating of the photo under the thumbnail image."
7910
  msgstr ""
7911
 
7912
- #: wppa-settings-autosave.php:2008
7913
  #, fuzzy
7914
  msgid "Thumbnail comcount"
7915
  msgstr "Miniatura"
7916
 
7917
- #: wppa-settings-autosave.php:2009
7918
  msgid "Display Thumbnail Comment count."
7919
  msgstr ""
7920
 
7921
- #: wppa-settings-autosave.php:2010
7922
  msgid "Display the number of comments to the photo under the thumbnail image."
7923
  msgstr ""
7924
 
7925
- #: wppa-settings-autosave.php:2017
7926
  #, fuzzy
7927
  msgid "Thumbnail viewcount"
7928
  msgstr "Foto Top Ti"
7929
 
7930
- #: wppa-settings-autosave.php:2018
7931
  msgid "Display the number of views."
7932
  msgstr ""
7933
 
7934
- #: wppa-settings-autosave.php:2019
7935
  msgid "Display the number of views under the thumbnail image."
7936
  msgstr ""
7937
 
7938
- #: wppa-settings-autosave.php:2026
7939
  #, fuzzy
7940
  msgid "Thumbnail video"
7941
  msgstr "Foto Top Ti"
7942
 
7943
- #: wppa-settings-autosave.php:2027
7944
  msgid "Show video controls on thumbnail displays."
7945
  msgstr ""
7946
 
7947
- #: wppa-settings-autosave.php:2028
7948
  msgid ""
7949
  "Works on default thumbnail type only. You can play the video only when the "
7950
  "link is set to no link at all."
7951
  msgstr ""
7952
 
7953
- #: wppa-settings-autosave.php:2035
7954
  #, fuzzy
7955
  msgid "Thumbnail audio"
7956
  msgstr "Foto Top Ti"
7957
 
7958
- #: wppa-settings-autosave.php:2036
7959
  msgid "Show audio controls on thumbnail displays."
7960
  msgstr ""
7961
 
7962
- #: wppa-settings-autosave.php:2037
7963
  msgid "Works on default thumbnail type only."
7964
  msgstr ""
7965
 
7966
- #: wppa-settings-autosave.php:2044
7967
  #, fuzzy
7968
  msgid "Popup name"
7969
  msgstr "Dit navn"
7970
 
7971
- #: wppa-settings-autosave.php:2045
7972
  msgid "Display Thumbnail name on popup."
7973
  msgstr ""
7974
 
7975
- #: wppa-settings-autosave.php:2046
7976
  msgid "Display photo name under thumbnail images on the popup."
7977
  msgstr ""
7978
 
7979
- #: wppa-settings-autosave.php:2053
7980
  msgid "Popup (owner)"
7981
  msgstr ""
7982
 
7983
- #: wppa-settings-autosave.php:2054
7984
  msgid "Display owner on popup."
7985
  msgstr ""
7986
 
7987
- #: wppa-settings-autosave.php:2055
7988
  msgid "Display photo owner under thumbnail images on the popup."
7989
  msgstr ""
7990
 
7991
- #: wppa-settings-autosave.php:2062
7992
  msgid "Popup desc"
7993
  msgstr ""
7994
 
7995
- #: wppa-settings-autosave.php:2063
7996
  msgid "Display Thumbnail description on popup."
7997
  msgstr ""
7998
 
7999
- #: wppa-settings-autosave.php:2064
8000
  msgid "Display description of the photo under thumbnail images on the popup."
8001
  msgstr ""
8002
 
8003
- #: wppa-settings-autosave.php:2071
8004
  msgid "Popup desc no links"
8005
  msgstr ""
8006
 
8007
- #: wppa-settings-autosave.php:2072
8008
  msgid "Strip html anchor tags from descriptions on popups"
8009
  msgstr ""
8010
 
8011
- #: wppa-settings-autosave.php:2073
8012
  msgid ""
8013
  "Use this option to prevent the display of links that cannot be activated."
8014
  msgstr ""
8015
 
8016
- #: wppa-settings-autosave.php:2080
8017
  #, fuzzy
8018
  msgid "Popup rating"
8019
  msgstr "Valutazione:"
8020
 
8021
- #: wppa-settings-autosave.php:2081
8022
  msgid "Display Thumbnail Rating on popup."
8023
  msgstr ""
8024
 
8025
- #: wppa-settings-autosave.php:2082
8026
  msgid "Display the rating of the photo under the thumbnail image on the popup."
8027
  msgstr ""
8028
 
8029
- #: wppa-settings-autosave.php:2089
8030
  msgid "Popup comcount"
8031
  msgstr ""
8032
 
8033
- #: wppa-settings-autosave.php:2090
8034
  msgid "Display Thumbnail Comment count on popup."
8035
  msgstr ""
8036
 
8037
- #: wppa-settings-autosave.php:2091
8038
  msgid ""
8039
  "Display the number of comments of the photo under the thumbnail image on the "
8040
  "popup."
8041
  msgstr ""
8042
 
8043
- #: wppa-settings-autosave.php:2098
8044
  msgid "Show rating count"
8045
  msgstr ""
8046
 
8047
- #: wppa-settings-autosave.php:2099
8048
  msgid "Display the number of votes along with average ratings."
8049
  msgstr ""
8050
 
8051
- #: wppa-settings-autosave.php:2100
8052
  msgid ""
8053
  "If checked, the number of votes is displayed along with average rating "
8054
  "displays on thumbnail and popup displays."
8055
  msgstr ""
8056
 
8057
- #: wppa-settings-autosave.php:2107
8058
  msgid "Show name on thumb area"
8059
  msgstr ""
8060
 
8061
- #: wppa-settings-autosave.php:2108
8062
  msgid "Select if and where to display the album name on the thumbnail display."
8063
  msgstr ""
8064
 
8065
- #: wppa-settings-autosave.php:2111 wppa-settings-autosave.php:2122
8066
  msgid "None"
8067
  msgstr ""
8068
 
8069
- #: wppa-settings-autosave.php:2111 wppa-settings-autosave.php:2122
8070
- #: wppa-settings-autosave.php:3228
8071
  msgid "At the top"
8072
  msgstr ""
8073
 
8074
- #: wppa-settings-autosave.php:2111 wppa-settings-autosave.php:2122
8075
- #: wppa-settings-autosave.php:3228
8076
  msgid "At the bottom"
8077
  msgstr ""
8078
 
8079
- #: wppa-settings-autosave.php:2118
8080
  msgid "Show desc on thumb area"
8081
  msgstr ""
8082
 
8083
- #: wppa-settings-autosave.php:2119
8084
  msgid ""
8085
  "Select if and where to display the album description on the thumbnail "
8086
  "display."
8087
  msgstr ""
8088
 
8089
- #: wppa-settings-autosave.php:2129
8090
  msgid "Show Edit/Delete links"
8091
  msgstr ""
8092
 
8093
- #: wppa-settings-autosave.php:2130
8094
  msgid "Show these links under default thumbnails for owner and admin."
8095
  msgstr ""
8096
 
8097
- #: wppa-settings-autosave.php:2138
8098
  msgid "Show empty thumbnail area"
8099
  msgstr ""
8100
 
8101
- #: wppa-settings-autosave.php:2139
8102
  msgid "Display thumbnail areas with upload link only for empty albums."
8103
  msgstr ""
8104
 
8105
- #: wppa-settings-autosave.php:2148
8106
  msgid "Album cover related visibility settings"
8107
  msgstr ""
8108
 
8109
- #: wppa-settings-autosave.php:2150
8110
  msgid "Covertext"
8111
  msgstr ""
8112
 
8113
- #: wppa-settings-autosave.php:2151
8114
  msgid "Show the text on the album cover."
8115
  msgstr ""
8116
 
8117
- #: wppa-settings-autosave.php:2152
8118
  msgid "Display the album decription on the album cover"
8119
  msgstr ""
8120
 
8121
- #: wppa-settings-autosave.php:2160
8122
  msgid "Enable the slideshow."
8123
  msgstr ""
8124
 
8125
- #: wppa-settings-autosave.php:2161
8126
  msgid ""
8127
  "If you do not want slideshows: uncheck this box. Browsing full size images "
8128
  "will remain possible."
8129
  msgstr ""
8130
 
8131
- #: wppa-settings-autosave.php:2168
8132
  #, fuzzy
8133
  msgid "Slideshow/Browse"
8134
  msgstr "Slideshow"
8135
 
8136
- #: wppa-settings-autosave.php:2169
8137
  msgid "Display the Slideshow / Browse photos link on album covers"
8138
  msgstr ""
8139
 
8140
- #: wppa-settings-autosave.php:2170
8141
  msgid ""
8142
  "This setting causes the Slideshow link to be displayed on the album cover."
8143
  msgstr ""
8144
 
8145
- #: wppa-settings-autosave.php:2171
8146
  msgid ""
8147
  "If slideshows are disabled in item 2 in this table, you will see a browse "
8148
  "link to fullsize images."
8149
  msgstr ""
8150
 
8151
- #: wppa-settings-autosave.php:2172
8152
  msgid "If you do not want the browse link either, uncheck this item."
8153
  msgstr ""
8154
 
8155
- #: wppa-settings-autosave.php:2179
8156
  #, fuzzy
8157
  msgid "View ..."
8158
  msgstr "Se"
8159
 
8160
- #: wppa-settings-autosave.php:2180
8161
  msgid "Display the View xx albums and yy photos link on album covers"
8162
  msgstr ""
8163
 
8164
- #: wppa-settings-autosave.php:2188
8165
  msgid "Treecount"
8166
  msgstr ""
8167
 
8168
- #: wppa-settings-autosave.php:2189
8169
  msgid "Disaplay the total number of (sub)albums and photos in subalbums"
8170
  msgstr ""
8171
 
8172
- #: wppa-settings-autosave.php:2190
8173
  msgid ""
8174
  "Displays the total number of sub albums and photos in the entire album tree "
8175
  "in parenthesis if the numbers differ from the direct content of the album."
8176
  msgstr ""
8177
 
8178
- #: wppa-settings-autosave.php:2197
8179
  msgid "Show categories"
8180
  msgstr ""
8181
 
8182
- #: wppa-settings-autosave.php:2198
8183
  msgid "Display the album categories on the covers."
8184
  msgstr ""
8185
 
8186
- #: wppa-settings-autosave.php:2206
8187
  msgid "Skip empty albums"
8188
  msgstr ""
8189
 
8190
- #: wppa-settings-autosave.php:2207
8191
  msgid "Do not show empty albums, except for admin and owner."
8192
  msgstr ""
8193
 
8194
- #: wppa-settings-autosave.php:2215
8195
  msgid "Widget related visibility settings"
8196
  msgstr ""
8197
 
8198
- #: wppa-settings-autosave.php:2217
8199
  msgid "Big Browse Buttons in widget"
8200
  msgstr ""
8201
 
8202
- #: wppa-settings-autosave.php:2218
8203
  msgid "Enable invisible browsing buttons in widget slideshows."
8204
  msgstr ""
8205
 
8206
- #: wppa-settings-autosave.php:2227
8207
  msgid "Ugly Browse Buttons in widget"
8208
  msgstr ""
8209
 
8210
- #: wppa-settings-autosave.php:2228
8211
  msgid "Enable ugly browsing buttons in widget slideshows."
8212
  msgstr ""
8213
 
8214
- #: wppa-settings-autosave.php:2229
8215
  msgid "If checked, the fullsize image is covered by browse buttons."
8216
  msgstr ""
8217
 
8218
- #: wppa-settings-autosave.php:2237
8219
  msgid "Album widget tooltip"
8220
  msgstr ""
8221
 
8222
- #: wppa-settings-autosave.php:2238
8223
  msgid "Show the album description on hoovering thumbnail in album widget"
8224
  msgstr ""
8225
 
8226
- #: wppa-settings-autosave.php:2246 wppa-settings-autosave.php:4135
8227
  msgid ""
8228
  "Lightbox related settings. These settings have effect only when Table IX-J3 "
8229
  "is set to wppa"
8230
  msgstr ""
8231
 
8232
- #: wppa-settings-autosave.php:2248
8233
  msgid "Overlay Close label text"
8234
  msgstr ""
8235
 
8236
- #: wppa-settings-autosave.php:2249
8237
  msgid "The text label for the cross exit symbol."
8238
  msgstr ""
8239
 
8240
- #: wppa-settings-autosave.php:2250
8241
  msgid ""
8242
  "This text may be multilingual according to the qTranslate short tags specs."
8243
  msgstr ""
8244
 
8245
- #: wppa-settings-autosave.php:2257
8246
  msgid "Overlay theme color"
8247
  msgstr ""
8248
 
8249
- #: wppa-settings-autosave.php:2258
8250
  msgid "The color of the image border and text background."
8251
  msgstr ""
8252
 
8253
- #: wppa-settings-autosave.php:2261 wppa-settings-autosave.php:2272
8254
  msgid "White"
8255
  msgstr ""
8256
 
8257
- #: wppa-settings-autosave.php:2268
8258
  msgid "Overlay background color"
8259
  msgstr ""
8260
 
8261
- #: wppa-settings-autosave.php:2269
8262
  msgid "The color of the outer background."
8263
  msgstr ""
8264
 
8265
- #: wppa-settings-autosave.php:2279
8266
  msgid "Overlay slide name"
8267
  msgstr ""
8268
 
8269
- #: wppa-settings-autosave.php:2280
8270
  msgid "Show name if from slide."
8271
  msgstr ""
8272
 
8273
- #: wppa-settings-autosave.php:2281
8274
  msgid ""
8275
  "Shows the photos name on a lightbox display when initiated from a slide."
8276
  msgstr ""
8277
 
8278
- #: wppa-settings-autosave.php:2282 wppa-settings-autosave.php:2292
8279
  msgid ""
8280
  "This setting also applies to film thumbnails if Table VI-11 is set to "
8281
  "lightbox overlay."
8282
  msgstr ""
8283
 
8284
- #: wppa-settings-autosave.php:2289
8285
  msgid "Overlay slide desc"
8286
  msgstr ""
8287
 
8288
- #: wppa-settings-autosave.php:2290
8289
  msgid "Show description if from slide."
8290
  msgstr ""
8291
 
8292
- #: wppa-settings-autosave.php:2291
8293
  msgid ""
8294
  "Shows the photos description on a lightbox display when initiated from a "
8295
  "slide."
8296
  msgstr ""
8297
 
8298
- #: wppa-settings-autosave.php:2299
8299
  msgid "Overlay thumb name"
8300
  msgstr ""
8301
 
8302
- #: wppa-settings-autosave.php:2300
8303
  msgid "Show the photos name if from thumb."
8304
  msgstr ""
8305
 
8306
- #: wppa-settings-autosave.php:2301
8307
  msgid ""
8308
  "Shows the name on a lightbox display when initiated from a standard "
8309
  "thumbnail or a widget thumbnail."
8310
  msgstr ""
8311
 
8312
- #: wppa-settings-autosave.php:2302 wppa-settings-autosave.php:2312
8313
  msgid ""
8314
  "This setting applies to standard thumbnails, thumbnail-, comment-, topten- "
8315
  "and lasten-widget."
8316
  msgstr ""
8317
 
8318
- #: wppa-settings-autosave.php:2309
8319
  msgid "Overlay thumb desc"
8320
  msgstr ""
8321
 
8322
- #: wppa-settings-autosave.php:2310
8323
  msgid "Show description if from thumb."
8324
  msgstr ""
8325
 
8326
- #: wppa-settings-autosave.php:2311
8327
  msgid ""
8328
  "Shows the photos description on a lightbox display when initiated from a "
8329
  "standard thumbnail or a widget thumbnail."
8330
  msgstr ""
8331
 
8332
- #: wppa-settings-autosave.php:2319
8333
  #, fuzzy
8334
  msgid "Overlay potd name"
8335
  msgstr "Indtast foto navn"
8336
 
8337
- #: wppa-settings-autosave.php:2320
8338
  msgid "Show the photos name if from photo of the day."
8339
  msgstr ""
8340
 
8341
- #: wppa-settings-autosave.php:2321
8342
  msgid ""
8343
  "Shows the name on a lightbox display when initiated from the photo of the "
8344
  "day."
8345
  msgstr ""
8346
 
8347
- #: wppa-settings-autosave.php:2328
8348
  msgid "Overlay potd desc"
8349
  msgstr ""
8350
 
8351
- #: wppa-settings-autosave.php:2329
8352
  msgid "Show description if from from photo of the day."
8353
  msgstr ""
8354
 
8355
- #: wppa-settings-autosave.php:2330
8356
  msgid ""
8357
  "Shows the photos description on a lightbox display when initiated from the "
8358
  "photo of the day."
8359
  msgstr ""
8360
 
8361
- #: wppa-settings-autosave.php:2337
8362
  #, fuzzy
8363
  msgid "Overlay sphoto name"
8364
  msgstr "Indtast foto navn"
8365
 
8366
- #: wppa-settings-autosave.php:2338
8367
  msgid "Show the photos name if from a single photo."
8368
  msgstr ""
8369
 
8370
- #: wppa-settings-autosave.php:2339
8371
  msgid ""
8372
  "Shows the name on a lightbox display when initiated from a single photo."
8373
  msgstr ""
8374
 
8375
- #: wppa-settings-autosave.php:2346
8376
  #, fuzzy
8377
  msgid "Overlay sphoto desc"
8378
  msgstr "fotos"
8379
 
8380
- #: wppa-settings-autosave.php:2347
8381
  msgid "Show description if from from a single photo."
8382
  msgstr ""
8383
 
8384
- #: wppa-settings-autosave.php:2348
8385
  msgid ""
8386
  "Shows the photos description on a lightbox display when initiated from a "
8387
  "single photo."
8388
  msgstr ""
8389
 
8390
- #: wppa-settings-autosave.php:2355
8391
  #, fuzzy
8392
  msgid "Overlay mphoto name"
8393
  msgstr "Indtast foto navn"
8394
 
8395
- #: wppa-settings-autosave.php:2356
8396
  msgid "Show the photos name if from a single media style photo."
8397
  msgstr ""
8398
 
8399
- #: wppa-settings-autosave.php:2357
8400
  msgid ""
8401
  "Shows the name on a lightbox display when initiated from a single media "
8402
  "style photo."
8403
  msgstr ""
8404
 
8405
- #: wppa-settings-autosave.php:2364
8406
  #, fuzzy
8407
  msgid "Overlay mphoto desc"
8408
  msgstr "fotos"
8409
 
8410
- #: wppa-settings-autosave.php:2365
8411
  msgid "Show description if from from a media style photo."
8412
  msgstr ""
8413
 
8414
- #: wppa-settings-autosave.php:2366
8415
  msgid ""
8416
  "Shows the photos description on a lightbox display when initiated from a "
8417
  "single media style photo."
8418
  msgstr ""
8419
 
8420
- #: wppa-settings-autosave.php:2373
8421
  #, fuzzy
8422
  msgid "Overlay albumwidget name"
8423
  msgstr ""
8424
  "Inserisci nome, colore, dimensione e peso per il font che sarà utilizzato "
8425
  "per i titoli delle copertine degli album."
8426
 
8427
- #: wppa-settings-autosave.php:2374
8428
  msgid "Show the photos name if from the album widget."
8429
  msgstr ""
8430
 
8431
- #: wppa-settings-autosave.php:2375
8432
  msgid ""
8433
  "Shows the name on a lightbox display when initiated from the album widget."
8434
  msgstr ""
8435
 
8436
- #: wppa-settings-autosave.php:2382
8437
  msgid "Overlay albumwidget desc"
8438
  msgstr ""
8439
 
8440
- #: wppa-settings-autosave.php:2383
8441
  msgid "Show description if from from the album widget."
8442
  msgstr ""
8443
 
8444
- #: wppa-settings-autosave.php:2384
8445
  msgid ""
8446
  "Shows the photos description on a lightbox display when initiated from the "
8447
  "album widget."
8448
  msgstr ""
8449
 
8450
- #: wppa-settings-autosave.php:2391
8451
  #, fuzzy
8452
  msgid "Overlay coverphoto name"
8453
  msgstr "Indtast foto navn"
8454
 
8455
- #: wppa-settings-autosave.php:2392
8456
  msgid "Show the photos name if from the album cover."
8457
  msgstr ""
8458
 
8459
- #: wppa-settings-autosave.php:2393
8460
  msgid ""
8461
  "Shows the name on a lightbox display when initiated from the album "
8462
  "coverphoto."
8463
  msgstr ""
8464
 
8465
- #: wppa-settings-autosave.php:2400
8466
  msgid "Overlay coverphoto desc"
8467
  msgstr ""
8468
 
8469
- #: wppa-settings-autosave.php:2401
8470
  msgid "Show description if from from the album cover."
8471
  msgstr ""
8472
 
8473
- #: wppa-settings-autosave.php:2402
8474
  msgid ""
8475
  "Shows the photos description on a lightbox display when initiated from the "
8476
  "album coverphoto."
8477
  msgstr ""
8478
 
8479
- #: wppa-settings-autosave.php:2409
8480
  msgid "Overlay add owner"
8481
  msgstr ""
8482
 
8483
- #: wppa-settings-autosave.php:2410
8484
  msgid "Add the owner to the photo name on lightbox displays."
8485
  msgstr ""
8486
 
8487
- #: wppa-settings-autosave.php:2411
8488
  msgid ""
8489
  "This setting is independant of the show name switches and is a global "
8490
  "setting."
8491
  msgstr ""
8492
 
8493
- #: wppa-settings-autosave.php:2418
8494
  #, fuzzy
8495
  msgid "Overlay show start/stop"
8496
  msgstr "Klik for start/stop"
8497
 
8498
- #: wppa-settings-autosave.php:2419
8499
  msgid "Show Start and Stop for running slideshow on lightbox."
8500
  msgstr ""
8501
 
8502
- #: wppa-settings-autosave.php:2427
8503
  msgid "Overlay show legenda"
8504
  msgstr ""
8505
 
8506
- #: wppa-settings-autosave.php:2428
8507
  msgid "Show \"Press f for fullsize\" etc. on lightbox."
8508
  msgstr ""
8509
 
8510
- #: wppa-settings-autosave.php:2429
8511
  msgid "Independant of this setting, it will not show up on mobile devices."
8512
  msgstr ""
8513
 
8514
- #: wppa-settings-autosave.php:2436
8515
  msgid "Show fullscreen icons"
8516
  msgstr ""
8517
 
8518
- #: wppa-settings-autosave.php:2437
8519
  msgid "Shows fullscreen and back to normal icon buttons on upper right corner"
8520
  msgstr ""
8521
 
8522
- #: wppa-settings-autosave.php:2445
8523
  msgid "Overlay show counter"
8524
  msgstr ""
8525
 
8526
- #: wppa-settings-autosave.php:2446
8527
  msgid "Show the x/y counter below the image."
8528
  msgstr ""
8529
 
8530
- #: wppa-settings-autosave.php:2454
8531
  #, fuzzy
8532
  msgid "Show Zoom in"
8533
  msgstr "Zoom ind"
8534
 
8535
- #: wppa-settings-autosave.php:2455
8536
  msgid "Display tooltip \"Zoom in\" along with the magnifier cursor."
8537
  msgstr ""
8538
 
8539
- #: wppa-settings-autosave.php:2456
8540
  msgid ""
8541
  "If you select ---none--- in Table I-G2 for magnifier size, the tooltop "
8542
  "contains the photo name."
8543
  msgstr ""
8544
 
8545
- #: wppa-settings-autosave.php:2464
8546
  msgid "Frontend upload configuration settings"
8547
  msgstr ""
8548
 
8549
- #: wppa-settings-autosave.php:2466
8550
  #, fuzzy
8551
  msgid "User upload Photos"
8552
  msgstr "Bruger %s indsendte foto %s ind i album %s"
8553
 
8554
- #: wppa-settings-autosave.php:2467
8555
  #, fuzzy
8556
  msgid "Enable frontend upload."
8557
  msgstr "<b>FEJL: Ugyldigt fors&oslash;g p&aring; at uploade en fil.</b>"
8558
 
8559
- #: wppa-settings-autosave.php:2468
8560
  msgid ""
8561
  "If you check this item, frontend upload will be enabled according to the "
8562
  "rules set in the following items of this table."
8563
  msgstr ""
8564
 
8565
- #: wppa-settings-autosave.php:2476
8566
  #, fuzzy
8567
  msgid "User upload Photos login"
8568
  msgstr "Bruger %s indsendte foto %s ind i album %s"
8569
 
8570
- #: wppa-settings-autosave.php:2477
8571
  msgid "Frontend upload requires the user is logged in."
8572
  msgstr ""
8573
 
8574
- #: wppa-settings-autosave.php:2478
8575
  msgid ""
8576
  "If you uncheck this box, make sure you check the item Owners only in Table "
8577
  "VII-D1."
8578
  msgstr ""
8579
 
8580
- #: wppa-settings-autosave.php:2479
8581
  msgid ""
8582
  "Also: set the owner to ---public--- of the albums that are allowed to be "
8583
  "uploaded to."
8584
  msgstr ""
8585
 
8586
- #: wppa-settings-autosave.php:2486
8587
  #, fuzzy
8588
  msgid "User upload Ajax"
8589
  msgstr "Bruger %s indsendte foto %s ind i album %s"
8590
 
8591
- #: wppa-settings-autosave.php:2487
8592
  msgid "Shows the upload progression bar."
8593
  msgstr ""
8594
 
8595
- #: wppa-settings-autosave.php:2495
8596
  msgid "Show Copyright"
8597
  msgstr ""
8598
 
8599
- #: wppa-settings-autosave.php:2496
8600
  msgid "Show a copyright warning on frontend upload locations."
8601
  msgstr ""
8602
 
8603
- #: wppa-settings-autosave.php:2505
8604
  msgid "Copyright notice"
8605
  msgstr ""
8606
 
8607
- #: wppa-settings-autosave.php:2506
8608
  msgid "The message to be displayed."
8609
  msgstr ""
8610
 
8611
- #: wppa-settings-autosave.php:2514
8612
  msgid "User Watermark"
8613
  msgstr ""
8614
 
8615
- #: wppa-settings-autosave.php:2515
8616
  msgid "Uploading users may select watermark settings"
8617
  msgstr ""
8618
 
8619
- #: wppa-settings-autosave.php:2516
8620
  msgid ""
8621
  "If checked, anyone who can upload and/or import photos can overrule the "
8622
  "default watermark settings."
8623
  msgstr ""
8624
 
8625
- #: wppa-settings-autosave.php:2523
8626
  #, fuzzy
8627
  msgid "User name"
8628
  msgstr "Dit navn"
8629
 
8630
- #: wppa-settings-autosave.php:2524
8631
  msgid "Uploading users may overrule the default name."
8632
  msgstr ""
8633
 
8634
- #: wppa-settings-autosave.php:2525
8635
  msgid ""
8636
  "If checked, the default photo name as defined in Table IX-D13 may be "
8637
  "overruled by the user."
8638
  msgstr ""
8639
 
8640
- #: wppa-settings-autosave.php:2532
8641
  msgid "Apply Newphoto desc user"
8642
  msgstr ""
8643
 
8644
- #: wppa-settings-autosave.php:2533
8645
  msgid "Give each new frontend uploaded photo a standard description."
8646
  msgstr ""
8647
 
8648
- #: wppa-settings-autosave.php:2534
8649
  msgid ""
8650
  "If checked, each new photo will get the description (template) as specified "
8651
  "in Table IX-D5."
8652
  msgstr ""
8653
 
8654
- #: wppa-settings-autosave.php:2541
8655
  msgid "User desc"
8656
  msgstr ""
8657
 
8658
- #: wppa-settings-autosave.php:2542
8659
  msgid "Uploading users may overrule the default description."
8660
  msgstr ""
8661
 
8662
- #: wppa-settings-autosave.php:2550
8663
  #, fuzzy
8664
  msgid "User upload custom"
8665
  msgstr "Bruger %s indsendte foto %s ind i album %s"
8666
 
8667
- #: wppa-settings-autosave.php:2551
8668
  msgid "Frontend upload can fill in custom data fields."
8669
  msgstr ""
8670
 
8671
- #: wppa-settings-autosave.php:2559
8672
  #, fuzzy
8673
  msgid "User upload tags"
8674
  msgstr "Bruger %s indsendte foto %s ind i album %s"
8675
 
8676
- #: wppa-settings-autosave.php:2560
8677
  msgid "Frontend upload can add tags."
8678
  msgstr ""
8679
 
8680
- #: wppa-settings-autosave.php:2561
8681
  msgid "You can configure the details of tag addition in Table IX-D18.x"
8682
  msgstr ""
8683
 
8684
- #: wppa-settings-autosave.php:2569 wppa-settings-autosave.php:2597
8685
- #: wppa-settings-autosave.php:2625
8686
  #, fuzzy
8687
  msgid "Tag selection box"
8688
  msgstr "--- vises ikke ---"
8689
 
8690
- #: wppa-settings-autosave.php:2570 wppa-settings-autosave.php:2598
8691
- #: wppa-settings-autosave.php:2626
8692
  msgid "Front-end upload tags selecion box."
8693
  msgstr ""
8694
 
8695
- #: wppa-settings-autosave.php:2574 wppa-settings-autosave.php:2602
8696
- #: wppa-settings-autosave.php:2630
8697
  msgid "On:"
8698
  msgstr ""
8699
 
8700
- #: wppa-settings-autosave.php:2574 wppa-settings-autosave.php:2602
8701
- #: wppa-settings-autosave.php:2630
8702
  #, fuzzy
8703
  msgid "Multi:"
8704
  msgstr "Multi-spot"
8705
 
8706
- #: wppa-settings-autosave.php:2579 wppa-settings-autosave.php:2607
8707
- #: wppa-settings-autosave.php:2635
8708
  msgid "Caption box"
8709
  msgstr ""
8710
 
8711
- #: wppa-settings-autosave.php:2580 wppa-settings-autosave.php:2608
8712
- #: wppa-settings-autosave.php:2636
8713
  msgid "The title of the tag selection box."
8714
  msgstr ""
8715
 
8716
- #: wppa-settings-autosave.php:2588 wppa-settings-autosave.php:2616
8717
- #: wppa-settings-autosave.php:2644
8718
  msgid "Tags box"
8719
  msgstr ""
8720
 
8721
- #: wppa-settings-autosave.php:2589 wppa-settings-autosave.php:2617
8722
- #: wppa-settings-autosave.php:2645
8723
  #, fuzzy
8724
  msgid "The tags in the selection box."
8725
  msgstr "--- vises ikke ---"
8726
 
8727
- #: wppa-settings-autosave.php:2590 wppa-settings-autosave.php:2618
8728
- #: wppa-settings-autosave.php:2646
8729
  msgid ""
8730
  "Enter the tags you want to appear in the selection box. Empty means: all "
8731
  "existing tags"
8732
  msgstr ""
8733
 
8734
- #: wppa-settings-autosave.php:2653
8735
  msgid "New tags"
8736
  msgstr ""
8737
 
8738
- #: wppa-settings-autosave.php:2654
8739
  msgid "Input field for any user defined tags."
8740
  msgstr ""
8741
 
8742
- #: wppa-settings-autosave.php:2662
8743
  #, fuzzy
8744
  msgid "New tags caption"
8745
  msgstr "Ingen blitz funktion"
8746
 
8747
- #: wppa-settings-autosave.php:2663
8748
  msgid "The caption above the tags input field."
8749
  msgstr ""
8750
 
8751
- #: wppa-settings-autosave.php:2671
8752
  #, fuzzy
8753
  msgid "Preview tags"
8754
  msgstr "Forrige billede"
8755
 
8756
- #: wppa-settings-autosave.php:2672
8757
  msgid "Show a preview of all tags that will be added to the photo info."
8758
  msgstr ""
8759
 
8760
- #: wppa-settings-autosave.php:2681
8761
  msgid "Miscellaneous visibility settings"
8762
  msgstr ""
8763
 
8764
- #: wppa-settings-autosave.php:2683
8765
  msgid "Frontend ending label"
8766
  msgstr ""
8767
 
8768
- #: wppa-settings-autosave.php:2684
8769
  msgid "Frontend upload / create / edit dialog closing label text."
8770
  msgstr ""
8771
 
8772
- #: wppa-settings-autosave.php:2687
8773
  msgid "Abort"
8774
  msgstr "Aborto"
8775
 
8776
- #: wppa-settings-autosave.php:2687
8777
  msgid "Close"
8778
  msgstr "Chiudi"
8779
 
8780
- #: wppa-settings-autosave.php:2687
8781
  msgid "Exit"
8782
  msgstr "Uscita"
8783
 
8784
- #: wppa-settings-autosave.php:2687
8785
  msgid "Quit"
8786
  msgstr "Esci"
8787
 
8788
- #: wppa-settings-autosave.php:2695
8789
  msgid "Widget thumbs fontsize"
8790
  msgstr ""
8791
 
8792
- #: wppa-settings-autosave.php:2696
8793
  msgid "Font size for thumbnail subtext in widgets."
8794
  msgstr ""
8795
 
8796
- #: wppa-settings-autosave.php:2704
8797
  msgid "Arrow color"
8798
  msgstr ""
8799
 
8800
- #: wppa-settings-autosave.php:2705
8801
  msgid "Left/right browsing arrow color."
8802
  msgstr ""
8803
 
8804
- #: wppa-settings-autosave.php:2706
8805
  msgid "Enter the color of the filmstrip navigation arrows."
8806
  msgstr ""
8807
 
8808
- #: wppa-settings-autosave.php:2713
8809
  msgid "Owner on new line"
8810
  msgstr ""
8811
 
8812
- #: wppa-settings-autosave.php:2714
8813
  msgid "Place the (owner) text on a new line."
8814
  msgstr ""
8815
 
8816
- #: wppa-settings-autosave.php:2722
8817
  msgid "Custom datafields"
8818
  msgstr ""
8819
 
8820
- #: wppa-settings-autosave.php:2723
8821
  msgid "Define up to 10 custom data fields for photos."
8822
  msgstr ""
8823
 
8824
- #: wppa-settings-autosave.php:2733
8825
  #, php-format
8826
  msgid "Name and visibility %s"
8827
  msgstr ""
8828
 
8829
- #: wppa-settings-autosave.php:2734
8830
  #, php-format
8831
  msgid "The caption for field %s and visibility at frontend."
8832
  msgstr ""
8833
 
8834
- #: wppa-settings-autosave.php:2735
8835
  #, php-format
8836
  msgid ""
8837
  "If you check the box, the value of this field is displayable in photo "
8838
  "descriptions at the frontend with keyword w#c%s"
8839
  msgstr ""
8840
 
8841
- #: wppa-settings-autosave.php:2765
8842
  msgid "Table III:"
8843
  msgstr ""
8844
 
8845
- #: wppa-settings-autosave.php:2765
8846
  msgid "Backgrounds:"
8847
  msgstr ""
8848
 
8849
- #: wppa-settings-autosave.php:2766
8850
  msgid "This table describes the backgrounds of wppa+ elements."
8851
  msgstr ""
8852
 
8853
- #: wppa-settings-autosave.php:2776 wppa-settings-autosave.php:3074
8854
  msgid "Background color"
8855
  msgstr ""
8856
 
8857
- #: wppa-settings-autosave.php:2777 wppa-settings-autosave.php:2779
8858
- #: wppa-settings-autosave.php:3075 wppa-settings-autosave.php:3077
8859
  msgid "Sample"
8860
  msgstr ""
8861
 
8862
- #: wppa-settings-autosave.php:2778 wppa-settings-autosave.php:3076
8863
  msgid "Border color"
8864
  msgstr ""
8865
 
8866
- #: wppa-settings-autosave.php:2787
8867
  msgid "Slideshow elements backgrounds"
8868
  msgstr ""
8869
 
8870
- #: wppa-settings-autosave.php:2789
8871
  msgid "Nav"
8872
  msgstr ""
8873
 
8874
- #: wppa-settings-autosave.php:2790
8875
  msgid "Navigation bars."
8876
  msgstr ""
8877
 
8878
- #: wppa-settings-autosave.php:2791
8879
  msgid "Enter valid CSS colors for navigation backgrounds and borders."
8880
  msgstr ""
8881
 
8882
- #: wppa-settings-autosave.php:2802
8883
  msgid "SlideImg"
8884
  msgstr ""
8885
 
8886
- #: wppa-settings-autosave.php:2803
8887
  #, fuzzy
8888
  msgid "Fullsize Slideshow Photos."
8889
  msgstr "Se forside fotos"
8890
 
8891
- #: wppa-settings-autosave.php:2804
8892
  msgid "Enter valid CSS colors for fullsize photo backgrounds and borders."
8893
  msgstr ""
8894
 
8895
- #: wppa-settings-autosave.php:2805
8896
  msgid "The colors may be equal or \"transparent\""
8897
  msgstr ""
8898
 
8899
- #: wppa-settings-autosave.php:2806
8900
  msgid ""
8901
  "For more information about slideshow image borders see the help on Table I-B4"
8902
  msgstr ""
8903
 
8904
- #: wppa-settings-autosave.php:2817 wppa-settings-autosave.php:4379
8905
  msgid "Numbar"
8906
  msgstr ""
8907
 
8908
- #: wppa-settings-autosave.php:2818
8909
  msgid "Number bar box background."
8910
  msgstr ""
8911
 
8912
- #: wppa-settings-autosave.php:2819
8913
  msgid "Enter valid CSS colors for numbar box backgrounds and borders."
8914
  msgstr ""
8915
 
8916
- #: wppa-settings-autosave.php:2830
8917
  msgid "Numbar active"
8918
  msgstr ""
8919
 
8920
- #: wppa-settings-autosave.php:2831
8921
  msgid "Number bar active box background."
8922
  msgstr ""
8923
 
8924
- #: wppa-settings-autosave.php:2832
8925
  msgid "Enter valid CSS colors for numbar active box backgrounds and borders."
8926
  msgstr ""
8927
 
8928
- #: wppa-settings-autosave.php:2843
8929
  msgid "Name/desc"
8930
  msgstr ""
8931
 
8932
- #: wppa-settings-autosave.php:2844
8933
  msgid "Name and Description bars."
8934
  msgstr ""
8935
 
8936
- #: wppa-settings-autosave.php:2845
8937
  msgid ""
8938
  "Enter valid CSS colors for name and description box backgrounds and borders."
8939
  msgstr ""
8940
 
8941
- #: wppa-settings-autosave.php:2857
8942
  msgid "Comment input and display areas."
8943
  msgstr ""
8944
 
8945
- #: wppa-settings-autosave.php:2858
8946
  msgid "Enter valid CSS colors for comment box backgrounds and borders."
8947
  msgstr ""
8948
 
8949
- #: wppa-settings-autosave.php:2869 wppa-settings-autosave.php:7504
8950
- #: wppa-settings-autosave.php:7549
8951
  msgid "Custom"
8952
  msgstr ""
8953
 
8954
- #: wppa-settings-autosave.php:2870
8955
  msgid "Custom box background."
8956
  msgstr ""
8957
 
8958
- #: wppa-settings-autosave.php:2871
8959
  msgid "Enter valid CSS colors for custom box backgrounds and borders."
8960
  msgstr ""
8961
 
8962
- #: wppa-settings-autosave.php:2882
8963
  msgid "IPTC"
8964
  msgstr ""
8965
 
8966
- #: wppa-settings-autosave.php:2883
8967
  msgid "IPTC display box background."
8968
  msgstr ""
8969
 
8970
- #: wppa-settings-autosave.php:2884
8971
  msgid "Enter valid CSS colors for iptc box backgrounds and borders."
8972
  msgstr ""
8973
 
8974
- #: wppa-settings-autosave.php:2895
8975
  msgid "EXIF"
8976
  msgstr ""
8977
 
8978
- #: wppa-settings-autosave.php:2896
8979
  msgid "EXIF display box background."
8980
  msgstr ""
8981
 
8982
- #: wppa-settings-autosave.php:2897
8983
  msgid "Enter valid CSS colors for exif box backgrounds and borders."
8984
  msgstr ""
8985
 
8986
- #: wppa-settings-autosave.php:2908
8987
  msgid "Share"
8988
  msgstr ""
8989
 
8990
- #: wppa-settings-autosave.php:2909
8991
  msgid "Share box display background."
8992
  msgstr ""
8993
 
8994
- #: wppa-settings-autosave.php:2910
8995
  msgid "Enter valid CSS colors for share box backgrounds and borders."
8996
  msgstr ""
8997
 
8998
- #: wppa-settings-autosave.php:2921
8999
  msgid "Other backgrounds"
9000
  msgstr ""
9001
 
9002
- #: wppa-settings-autosave.php:2923
9003
  msgid "Even"
9004
  msgstr ""
9005
 
9006
- #: wppa-settings-autosave.php:2924
9007
  msgid "Even background."
9008
  msgstr ""
9009
 
9010
- #: wppa-settings-autosave.php:2925
9011
  msgid ""
9012
  "Enter valid CSS colors for even numbered backgrounds and borders of album "
9013
  "covers and thumbnail displays 'As covers'."
9014
  msgstr ""
9015
 
9016
- #: wppa-settings-autosave.php:2936
9017
  msgid "Odd"
9018
  msgstr ""
9019
 
9020
- #: wppa-settings-autosave.php:2937
9021
  msgid "Odd background."
9022
  msgstr ""
9023
 
9024
- #: wppa-settings-autosave.php:2938
9025
  msgid ""
9026
  "Enter valid CSS colors for odd numbered backgrounds and borders of album "
9027
  "covers and thumbnail displays 'As covers'."
9028
  msgstr ""
9029
 
9030
- #: wppa-settings-autosave.php:2949
9031
  #, fuzzy
9032
  msgid "Thumbnail padding"
9033
  msgstr "Foto Top Ti"
9034
 
9035
- #: wppa-settings-autosave.php:2950
9036
  msgid "Thumbnail padding color if thumbnail aspect is a padded setting."
9037
  msgstr ""
9038
 
9039
- #: wppa-settings-autosave.php:2951
9040
  msgid ""
9041
  "Enter valid CSS color hexadecimal like #000000 for black or #ffffff for "
9042
  "white for the padded thumbnails."
9043
  msgstr ""
9044
 
9045
- #: wppa-settings-autosave.php:2962
9046
  #, fuzzy
9047
  msgid "Img"
9048
  msgstr "Billede"
9049
 
9050
- #: wppa-settings-autosave.php:2963
9051
  msgid "Cover Photos and popups."
9052
  msgstr ""
9053
 
9054
- #: wppa-settings-autosave.php:2964
9055
  msgid ""
9056
  "Enter valid CSS colors for Cover photo and popup backgrounds and borders."
9057
  msgstr ""
9058
 
9059
- #: wppa-settings-autosave.php:2976
9060
  msgid "Upload box background."
9061
  msgstr ""
9062
 
9063
- #: wppa-settings-autosave.php:2977
9064
  msgid "Enter valid CSS colors for upload box backgrounds and borders."
9065
  msgstr ""
9066
 
9067
- #: wppa-settings-autosave.php:2988
9068
  #, fuzzy
9069
  msgid "Multitag"
9070
  msgstr "Multi-spot"
9071
 
9072
- #: wppa-settings-autosave.php:2989
9073
  msgid "Multitag box background."
9074
  msgstr ""
9075
 
9076
- #: wppa-settings-autosave.php:2990
9077
  msgid "Enter valid CSS colors for multitag box backgrounds and borders."
9078
  msgstr ""
9079
 
9080
- #: wppa-settings-autosave.php:3001
9081
  msgid "Tagcloud"
9082
  msgstr ""
9083
 
9084
- #: wppa-settings-autosave.php:3002
9085
  msgid "Tagcloud box background."
9086
  msgstr ""
9087
 
9088
- #: wppa-settings-autosave.php:3003
9089
  msgid "Enter valid CSS colors for tagcloud box backgrounds and borders."
9090
  msgstr ""
9091
 
9092
- #: wppa-settings-autosave.php:3014
9093
  #, fuzzy
9094
  msgid "Superview"
9095
  msgstr "Se forside fotos"
9096
 
9097
- #: wppa-settings-autosave.php:3015
9098
  msgid "Superview box background."
9099
  msgstr ""
9100
 
9101
- #: wppa-settings-autosave.php:3016
9102
  msgid "Enter valid CSS colors for superview box backgrounds and borders."
9103
  msgstr ""
9104
 
9105
- #: wppa-settings-autosave.php:3028
9106
  msgid "Search box background."
9107
  msgstr ""
9108
 
9109
- #: wppa-settings-autosave.php:3029
9110
  msgid "Enter valid CSS colors for search box backgrounds and borders."
9111
  msgstr ""
9112
 
9113
- #: wppa-settings-autosave.php:3040
9114
  #, fuzzy
9115
  msgid "BestOf"
9116
  msgstr "fotos"
9117
 
9118
- #: wppa-settings-autosave.php:3041
9119
  msgid "BestOf box background."
9120
  msgstr ""
9121
 
9122
- #: wppa-settings-autosave.php:3042
9123
  msgid "Enter valid CSS colors for bestof box backgrounds and borders."
9124
  msgstr ""
9125
 
9126
- #: wppa-settings-autosave.php:3053
9127
  msgid "Calendar"
9128
  msgstr ""
9129
 
9130
- #: wppa-settings-autosave.php:3054
9131
  msgid "Calendar box background."
9132
  msgstr ""
9133
 
9134
- #: wppa-settings-autosave.php:3055
9135
  msgid "Enter valid CSS colors for calendar box backgrounds and borders."
9136
  msgstr ""
9137
 
9138
- #: wppa-settings-autosave.php:3087
9139
  msgid "Table IV:"
9140
  msgstr ""
9141
 
9142
- #: wppa-settings-autosave.php:3087
9143
  msgid "Behaviour:"
9144
  msgstr ""
9145
 
9146
- #: wppa-settings-autosave.php:3088
9147
  msgid "This table describes the dynamic behaviour of certain wppa+ elements."
9148
  msgstr ""
9149
 
9150
- #: wppa-settings-autosave.php:3106
9151
  msgid "System related settings"
9152
  msgstr ""
9153
 
9154
- #: wppa-settings-autosave.php:3108
9155
  msgid "Use Ajax"
9156
  msgstr ""
9157
 
9158
- #: wppa-settings-autosave.php:3109
9159
  msgid "Use Ajax as much as is possible and implemented."
9160
  msgstr ""
9161
 
9162
- #: wppa-settings-autosave.php:3110
9163
  msgid ""
9164
  "If this box is ticked, page content updates from within wppa+ displays will "
9165
  "be Ajax based as much as possible."
9166
  msgstr ""
9167
 
9168
- #: wppa-settings-autosave.php:3118
9169
  msgid "Ajax NON Admin"
9170
  msgstr ""
9171
 
9172
- #: wppa-settings-autosave.php:3119
9173
  msgid "Frontend ajax use no admin files."
9174
  msgstr ""
9175
 
9176
- #: wppa-settings-autosave.php:3120
9177
  msgid "If you want to password protect wp-admin, check this box."
9178
  msgstr ""
9179
 
9180
- #: wppa-settings-autosave.php:3121
9181
  msgid ""
9182
  "In rare cases changing page content does not work when this box is checked. "
9183
  "Verify the functionality!"
9184
  msgstr ""
9185
 
9186
- #: wppa-settings-autosave.php:3128
9187
  #, fuzzy
9188
  msgid "Photo names in urls"
9189
  msgstr "Risultati della ricerca per: %s"
9190
 
9191
- #: wppa-settings-autosave.php:3129
9192
  msgid "Display photo names in urls."
9193
  msgstr ""
9194
 
9195
- #: wppa-settings-autosave.php:3130
9196
  msgid "Urls to wppa+ displays will contain photonames in stead of numbers."
9197
  msgstr ""
9198
 
9199
- #: wppa-settings-autosave.php:3131
9200
  msgid ""
9201
  "It is your responsability to avoid duplicate names of photos in the same "
9202
  "album."
9203
  msgstr ""
9204
 
9205
- #: wppa-settings-autosave.php:3138
9206
  #, fuzzy
9207
  msgid "Album names in urls"
9208
  msgstr "Album administration"
9209
 
9210
- #: wppa-settings-autosave.php:3139
9211
  msgid "Display album names in urls."
9212
  msgstr ""
9213
 
9214
- #: wppa-settings-autosave.php:3140
9215
  msgid "Urls to wppa+ displays will contain albumnames in stead of numbers."
9216
  msgstr ""
9217
 
9218
- #: wppa-settings-autosave.php:3141
9219
  msgid ""
9220
  "It is your responsability to avoid duplicate names of albums in the system."
9221
  msgstr ""
9222
 
9223
- #: wppa-settings-autosave.php:3148
9224
  msgid "Use short query args"
9225
  msgstr ""
9226
 
9227
- #: wppa-settings-autosave.php:3149
9228
  msgid "Use &album=... &photo=..."
9229
  msgstr ""
9230
 
9231
- #: wppa-settings-autosave.php:3150
9232
  msgid ""
9233
  "Urls to wppa+ displays will contain &album=... &photo=... in stead of &wppa-"
9234
  "album=... &wppa-photo=..."
9235
  msgstr ""
9236
 
9237
- #: wppa-settings-autosave.php:3151
9238
  msgid ""
9239
  "Use this setting only when there are no conflicts with other plugins that "
9240
  "may interprete arguments like &album= etc."
9241
  msgstr ""
9242
 
9243
- #: wppa-settings-autosave.php:3158
9244
  msgid "Enable pretty links"
9245
  msgstr ""
9246
 
9247
- #: wppa-settings-autosave.php:3159
9248
  msgid "Enable the generation and understanding of pretty links."
9249
  msgstr ""
9250
 
9251
- #: wppa-settings-autosave.php:3160
9252
  msgid ""
9253
  "If checked, links to social media and the qr code will have \"/token1/token2/"
9254
  "\" etc in stead of \"&arg1=..&arg2=..\" etc."
9255
  msgstr ""
9256
 
9257
- #: wppa-settings-autosave.php:3161
9258
  msgid ""
9259
  "These types of links will be interpreted and cause a redirection on entering."
9260
  msgstr ""
9261
 
9262
- #: wppa-settings-autosave.php:3162
9263
  msgid ""
9264
  "It is recommended to check this box. It shortens links dramatically and "
9265
  "simplifies qr codes."
9266
  msgstr ""
9267
 
9268
- #: wppa-settings-autosave.php:3163
9269
  msgid ""
9270
  "However, you may encounter conflicts with themes and/or other plugins, so "
9271
  "test it troughly!"
9272
  msgstr ""
9273
 
9274
- #: wppa-settings-autosave.php:3164
9275
  msgid ""
9276
  "Table IV-A2 (Photo names in urls) must be UNchecked for this setting to work!"
9277
  msgstr ""
9278
 
9279
- #: wppa-settings-autosave.php:3171
9280
  #, fuzzy
9281
  msgid "Update addressline"
9282
  msgstr ""
9283
  "Non hai i permessi per potere aggiornare le informazioni di questo album"
9284
 
9285
- #: wppa-settings-autosave.php:3172
9286
  msgid "Update the addressline after an ajax action or next slide."
9287
  msgstr ""
9288
 
9289
- #: wppa-settings-autosave.php:3173
9290
  msgid ""
9291
  "If checked, refreshing the page will show the current content and the "
9292
  "browsers back and forth arrows will browse the history on the page."
9293
  msgstr ""
9294
 
9295
- #: wppa-settings-autosave.php:3174
9296
  msgid ""
9297
  "If unchecked, refreshing the page will re-display the content of the "
9298
  "original page."
9299
  msgstr ""
9300
 
9301
- #: wppa-settings-autosave.php:3175
9302
  msgid ""
9303
  "This will only work on browsers that support history.pushState() and "
9304
  "therefor NOT in IE"
9305
  msgstr ""
9306
 
9307
- #: wppa-settings-autosave.php:3176
9308
  msgid "Switching this off will affect the browsers behaviour."
9309
  msgstr ""
9310
 
9311
- #: wppa-settings-autosave.php:3183
9312
  msgid "Render shortcode always"
9313
  msgstr ""
9314
 
9315
- #: wppa-settings-autosave.php:3184
9316
  msgid "This will skip the check on proper initialisation."
9317
  msgstr ""
9318
 
9319
- #: wppa-settings-autosave.php:3185
9320
  msgid ""
9321
  "This setting is required for certain themes like Gantry to prevent the "
9322
  "display of wppa placeholders like [WPPA+ Photo display]."
9323
  msgstr ""
9324
 
9325
- #: wppa-settings-autosave.php:3186
9326
  #, php-format
9327
  msgid ""
9328
  "If this check is needed, you can use shortcodes like [wppa ...] only, not "
9329
  "scripts like %%wppa%%."
9330
  msgstr ""
9331
 
9332
- #: wppa-settings-autosave.php:3193
9333
  msgid "Track viewcounts"
9334
  msgstr ""
9335
 
9336
- #: wppa-settings-autosave.php:3194
9337
  msgid "Register number of views of albums and photos."
9338
  msgstr ""
9339
 
9340
- #: wppa-settings-autosave.php:3202
9341
  #, fuzzy
9342
  msgid "Auto page"
9343
  msgstr "Automatisk, afskudt"
9344
 
9345
- #: wppa-settings-autosave.php:3203
9346
  msgid "Create a wp page for every fullsize image."
9347
  msgstr ""
9348
 
9349
- #: wppa-settings-autosave.php:3207
9350
  msgid "Please reload this page after changing!"
9351
  msgstr ""
9352
 
9353
- #: wppa-settings-autosave.php:3213
9354
  msgid "Auto page display"
9355
  msgstr ""
9356
 
9357
- #: wppa-settings-autosave.php:3214
9358
  msgid "The type of display on the autopage pages."
9359
  msgstr ""
9360
 
9361
- #: wppa-settings-autosave.php:3217
9362
  #, fuzzy
9363
  msgid "Single photo"
9364
  msgstr "Se fotos"
9365
 
9366
- #: wppa-settings-autosave.php:3217
9367
  #, fuzzy
9368
  msgid "Media type photo"
9369
  msgstr "N&aelig;ste billede"
9370
 
9371
- #: wppa-settings-autosave.php:3217
9372
  msgid "In the style of a slideshow"
9373
  msgstr ""
9374
 
9375
- #: wppa-settings-autosave.php:3224
9376
  msgid "Auto page links"
9377
  msgstr ""
9378
 
9379
- #: wppa-settings-autosave.php:3225
9380
  msgid "The location for the pagelinks."
9381
  msgstr ""
9382
 
9383
- #: wppa-settings-autosave.php:3228
9384
  msgid "At top and bottom"
9385
  msgstr ""
9386
 
9387
- #: wppa-settings-autosave.php:3235
9388
  msgid "Defer javascript"
9389
  msgstr ""
9390
 
9391
- #: wppa-settings-autosave.php:3236
9392
  msgid "Put javascript near the end of the page."
9393
  msgstr ""
9394
 
9395
- #: wppa-settings-autosave.php:3237
9396
  msgid ""
9397
  "If checkd: May fix layout problems and broken slideshows. May speed up or "
9398
  "slow down page appearing."
9399
  msgstr ""
9400
 
9401
- #: wppa-settings-autosave.php:3244
9402
  msgid "Inline styles"
9403
  msgstr ""
9404
 
9405
- #: wppa-settings-autosave.php:3245
9406
  msgid "Set style specifications inline."
9407
  msgstr ""
9408
 
9409
- #: wppa-settings-autosave.php:3246
9410
  msgid "If checked: May fix layout problems, but slows down page appearing."
9411
  msgstr ""
9412
 
9413
- #: wppa-settings-autosave.php:3253
9414
  msgid "Custom style"
9415
  msgstr ""
9416
 
9417
- #: wppa-settings-autosave.php:3254
9418
  msgid "Enter custom style specs here."
9419
  msgstr ""
9420
 
9421
- #: wppa-settings-autosave.php:3262
9422
  msgid "Use customized style file"
9423
  msgstr ""
9424
 
9425
- #: wppa-settings-autosave.php:3263 wppa-settings-autosave.php:3272
9426
  msgid "This feature is highly discouraged."
9427
  msgstr ""
9428
 
9429
- #: wppa-settings-autosave.php:3271
9430
  msgid "Use customized theme file"
9431
  msgstr ""
9432
 
9433
- #: wppa-settings-autosave.php:3280
9434
  msgid "Enable photo html access"
9435
  msgstr ""
9436
 
9437
- #: wppa-settings-autosave.php:3281
9438
  msgid "Creates an .htaccess file in .../uploads/wppa/"
9439
  msgstr ""
9440
 
9441
- #: wppa-settings-autosave.php:3282
9442
  msgid ""
9443
  "If checked: assures http access to your wppa photo files, despite other ."
9444
  "htaccess settings that may protect these files."
9445
  msgstr ""
9446
 
9447
- #: wppa-settings-autosave.php:3289
9448
  msgid "Lazy or HTML comp"
9449
  msgstr ""
9450
 
9451
- #: wppa-settings-autosave.php:3290
9452
  msgid "Tick this box when you use lazy load or html compression."
9453
  msgstr ""
9454
 
9455
- #: wppa-settings-autosave.php:3291
9456
  msgid ""
9457
  "If the filmstrip images do not show up and you have a lazy load or html "
9458
  "optimizing plugin active: Check this box"
9459
  msgstr ""
9460
 
9461
- #: wppa-settings-autosave.php:3298
9462
  #, fuzzy
9463
  msgid "Thumbs first"
9464
  msgstr "Miniature"
9465
 
9466
- #: wppa-settings-autosave.php:3299
9467
  msgid "When displaying album content: thumbnails before subalbums."
9468
  msgstr ""
9469
 
9470
- #: wppa-settings-autosave.php:3307
9471
  msgid "Login links"
9472
  msgstr ""
9473
 
9474
- #: wppa-settings-autosave.php:3308
9475
  #, fuzzy
9476
  msgid "You must login to... links to login page."
9477
  msgstr "Du skal <a href=\"%s\">logge ind</a> for at stemme"
9478
 
9479
- #: wppa-settings-autosave.php:3316
9480
  msgid "Enable Video"
9481
  msgstr ""
9482
 
9483
- #: wppa-settings-autosave.php:3317
9484
  msgid "Enables video support."
9485
  msgstr ""
9486
 
9487
- #: wppa-settings-autosave.php:3326
9488
  msgid "Enable Audio"
9489
  msgstr ""
9490
 
9491
- #: wppa-settings-autosave.php:3327
9492
  msgid "Enables audio support."
9493
  msgstr ""
9494
 
9495
- #: wppa-settings-autosave.php:3335
9496
  msgid "Relative urls"
9497
  msgstr ""
9498
 
9499
- #: wppa-settings-autosave.php:3336
9500
  msgid "Use relative urls only."
9501
  msgstr ""
9502
 
9503
- #: wppa-settings-autosave.php:3345
9504
  msgid "Slideshow related settings"
9505
  msgstr ""
9506
 
9507
- #: wppa-settings-autosave.php:3347
9508
  msgid "V align"
9509
  msgstr ""
9510
 
9511
- #: wppa-settings-autosave.php:3348
9512
  msgid "Vertical alignment of slideshow images."
9513
  msgstr ""
9514
 
9515
- #: wppa-settings-autosave.php:3349
9516
  msgid "Specify the vertical alignment of slideshow images."
9517
  msgstr ""
9518
 
9519
- #: wppa-settings-autosave.php:3350
9520
  msgid ""
9521
  "If you select --- none ---, the photos will not be centered horizontally "
9522
  "either."
9523
  msgstr ""
9524
 
9525
- #: wppa-settings-autosave.php:3352 wppa-settings-autosave.php:3617
9526
  #: wppa-slideshow-widget.php:216
9527
  #, fuzzy
9528
  msgid "top"
9529
  msgstr "Stop"
9530
 
9531
- #: wppa-settings-autosave.php:3352 wppa-settings-autosave.php:3366
9532
- #: wppa-settings-autosave.php:3617 wppa-slideshow-widget.php:217
9533
  #: wppa-tinymce-scripts.php:290 wppa-tinymce-shortcodes.php:519
9534
  #: wppa-widget-admin.php:78
9535
  msgid "center"
9536
  msgstr ""
9537
 
9538
- #: wppa-settings-autosave.php:3352 wppa-settings-autosave.php:3617
9539
  #: wppa-slideshow-widget.php:218
9540
  msgid "bottom"
9541
  msgstr ""
9542
 
9543
- #: wppa-settings-autosave.php:3352 wppa-slideshow-widget.php:219
9544
  msgid "fit"
9545
  msgstr ""
9546
 
9547
- #: wppa-settings-autosave.php:3360
9548
  msgid "H align"
9549
  msgstr ""
9550
 
9551
- #: wppa-settings-autosave.php:3361
9552
  msgid "Horizontal alignment of slideshow images."
9553
  msgstr ""
9554
 
9555
- #: wppa-settings-autosave.php:3362
9556
  msgid ""
9557
  "Specify the horizontal alignment of slideshow images. If you specify --- "
9558
  "none --- , no horizontal alignment will take place."
9559
  msgstr ""
9560
 
9561
- #: wppa-settings-autosave.php:3363
9562
  msgid ""
9563
  "This setting is only usefull when the Column Width differs from the Maximum "
9564
  "Width."
9565
  msgstr ""
9566
 
9567
- #: wppa-settings-autosave.php:3364
9568
  msgid "(Settings I-A1 and I-B1)"
9569
  msgstr ""
9570
 
9571
- #: wppa-settings-autosave.php:3374
9572
  #, fuzzy
9573
  msgid "Start slideshow running."
9574
  msgstr "Dobbeltklik for at starte/slutte slideshow"
9575
 
9576
- #: wppa-settings-autosave.php:3375
9577
  msgid ""
9578
  "If you select \"running\", the slideshow will start running immediately, if "
9579
  "you select \"still at first photo\", the first photo will be displayed in "
9580
  "browse mode."
9581
  msgstr ""
9582
 
9583
- #: wppa-settings-autosave.php:3376
9584
  msgid ""
9585
  "If you select \"still at first norated\", the first photo that the visitor "
9586
  "did not gave a rating will be displayed in browse mode."
9587
  msgstr ""
9588
 
9589
- #: wppa-settings-autosave.php:3378
9590
  msgid "running"
9591
  msgstr ""
9592
 
9593
- #: wppa-settings-autosave.php:3379
9594
  msgid "still at first photo"
9595
  msgstr ""
9596
 
9597
- #: wppa-settings-autosave.php:3380
9598
  msgid "still at first norated"
9599
  msgstr ""
9600
 
9601
- #: wppa-settings-autosave.php:3391
9602
  msgid "Start slideonly"
9603
  msgstr ""
9604
 
9605
- #: wppa-settings-autosave.php:3392
9606
  #, fuzzy
9607
  msgid "Start slideonly slideshow running."
9608
  msgstr "Dobbeltklik for at starte/slutte slideshow"
9609
 
9610
- #: wppa-settings-autosave.php:3400 wppa-settings-autosave.php:4215
9611
  msgid "Video autostart"
9612
  msgstr ""
9613
 
9614
- #: wppa-settings-autosave.php:3401
9615
  msgid "Autoplay videos in slideshows."
9616
  msgstr ""
9617
 
9618
- #: wppa-settings-autosave.php:3410 wppa-settings-autosave.php:4224
9619
  msgid "Audio autostart"
9620
  msgstr ""
9621
 
9622
- #: wppa-settings-autosave.php:3411
9623
  msgid "Autoplay audios in slideshows."
9624
  msgstr ""
9625
 
9626
- #: wppa-settings-autosave.php:3419
9627
  msgid "Animation type"
9628
  msgstr ""
9629
 
9630
- #: wppa-settings-autosave.php:3420
9631
  msgid "The way successive slides appear."
9632
  msgstr ""
9633
 
9634
- #: wppa-settings-autosave.php:3421
9635
  msgid ""
9636
  "Select the way the old slide is to be replaced by the new one in the "
9637
  "slideshow/browse fullsize display."
9638
  msgstr ""
9639
 
9640
- #: wppa-settings-autosave.php:3423
9641
  msgid "Fade out and in simultaneous"
9642
  msgstr ""
9643
 
9644
- #: wppa-settings-autosave.php:3424
9645
  msgid "Fade in after fade out"
9646
  msgstr ""
9647
 
9648
- #: wppa-settings-autosave.php:3425
9649
  msgid "Shift adjacent"
9650
  msgstr ""
9651
 
9652
- #: wppa-settings-autosave.php:3426
9653
  msgid "Stack on"
9654
  msgstr ""
9655
 
9656
- #: wppa-settings-autosave.php:3427
9657
  msgid "Stack off"
9658
  msgstr ""
9659
 
9660
- #: wppa-settings-autosave.php:3428
9661
  msgid "Turn over"
9662
  msgstr ""
9663
 
9664
- #: wppa-settings-autosave.php:3442
9665
  msgid "Timeout"
9666
  msgstr ""
9667
 
9668
- #: wppa-settings-autosave.php:3443
9669
  #, fuzzy
9670
  msgid "Slideshow timeout."
9671
  msgstr "Slideshow"
9672
 
9673
- #: wppa-settings-autosave.php:3444
9674
  msgid ""
9675
  "Select the time a single slide will be visible when the slideshow is started."
9676
  msgstr ""
9677
 
9678
- #: wppa-settings-autosave.php:3446
9679
  msgid "very short (1 s.)"
9680
  msgstr ""
9681
 
9682
- #: wppa-settings-autosave.php:3446
9683
  msgid "short (1.5 s.)"
9684
  msgstr ""
9685
 
9686
- #: wppa-settings-autosave.php:3446
9687
  msgid "normal (2.5 s.)"
9688
  msgstr ""
9689
 
9690
- #: wppa-settings-autosave.php:3446
9691
  msgid "long (4 s.)"
9692
  msgstr ""
9693
 
9694
- #: wppa-settings-autosave.php:3446
9695
  msgid "very long (6 s.)"
9696
  msgstr ""
9697
 
9698
- #: wppa-settings-autosave.php:3453
9699
  msgid "Speed"
9700
  msgstr ""
9701
 
9702
- #: wppa-settings-autosave.php:3454
9703
  msgid "Slideshow animation speed."
9704
  msgstr ""
9705
 
9706
- #: wppa-settings-autosave.php:3455
9707
  msgid "Specify the animation speed to be used in slideshows."
9708
  msgstr ""
9709
 
9710
- #: wppa-settings-autosave.php:3456
9711
  msgid "This is the time it takes a photo to fade in or out."
9712
  msgstr ""
9713
 
9714
- #: wppa-settings-autosave.php:3458 wppa-settings-autosave.php:4161
9715
- #: wppa-settings-autosave.php:5874 wppa-settings-autosave.php:6743
9716
- #: wppa-settings-autosave.php:6754 wppa-settings-autosave.php:6893
9717
- #: wppa-settings-autosave.php:6934
9718
  #, fuzzy
9719
  msgid "--- off ---"
9720
  msgstr "--- ingen ---"
9721
 
9722
- #: wppa-settings-autosave.php:3458
9723
  msgid "very fast (200 ms.)"
9724
  msgstr ""
9725
 
9726
- #: wppa-settings-autosave.php:3458
9727
  msgid "fast (400 ms.)"
9728
  msgstr ""
9729
 
9730
- #: wppa-settings-autosave.php:3458
9731
  msgid "normal (800 ms.)"
9732
  msgstr ""
9733
 
9734
- #: wppa-settings-autosave.php:3458
9735
  msgid "slow (1.2 s.)"
9736
  msgstr ""
9737
 
9738
- #: wppa-settings-autosave.php:3458
9739
  #, fuzzy
9740
  msgid "very slow (2 s.)"
9741
  msgstr "meget lav"
9742
 
9743
- #: wppa-settings-autosave.php:3458
9744
  msgid "extremely slow (4 s.)"
9745
  msgstr ""
9746
 
9747
- #: wppa-settings-autosave.php:3465
9748
  msgid "Slide hover pause"
9749
  msgstr ""
9750
 
9751
- #: wppa-settings-autosave.php:3466
9752
  msgid "Running Slideshow suspends during mouse hover."
9753
  msgstr ""
9754
 
9755
- #: wppa-settings-autosave.php:3474
9756
  #, fuzzy
9757
  msgid "Slideshow wrap around"
9758
  msgstr "Slideshow"
9759
 
9760
- #: wppa-settings-autosave.php:3475
9761
  msgid "The slideshow wraps around the start and end"
9762
  msgstr ""
9763
 
9764
- #: wppa-settings-autosave.php:3483
9765
  msgid "Full desc align"
9766
  msgstr ""
9767
 
9768
- #: wppa-settings-autosave.php:3484
9769
  msgid "The alignment of the descriptions under fullsize images and slideshows."
9770
  msgstr ""
9771
 
9772
- #: wppa-settings-autosave.php:3487 wppa-settings-autosave.php:3605
9773
- #: wppa-settings-autosave.php:3708
9774
  msgid "Left"
9775
  msgstr ""
9776
 
9777
- #: wppa-settings-autosave.php:3487
9778
  msgid "Center"
9779
  msgstr ""
9780
 
9781
- #: wppa-settings-autosave.php:3487 wppa-settings-autosave.php:3605
9782
- #: wppa-settings-autosave.php:3708
9783
  msgid "Right"
9784
  msgstr ""
9785
 
9786
- #: wppa-settings-autosave.php:3494
9787
  msgid "Remove redundant space"
9788
  msgstr ""
9789
 
9790
- #: wppa-settings-autosave.php:3495
9791
  msgid "Removes unwanted &lt;p> and &lt;br> tags in fullsize descriptions."
9792
  msgstr ""
9793
 
9794
- #: wppa-settings-autosave.php:3496
9795
  msgid ""
9796
  "This setting has only effect when Table IX-A7 (foreign shortcodes) is "
9797
  "checked."
9798
  msgstr ""
9799
 
9800
- #: wppa-settings-autosave.php:3503
9801
  #, fuzzy
9802
  msgid "Run wpautop on description"
9803
  msgstr "Inserisci / modifica la descrizione per questo album."
9804
 
9805
- #: wppa-settings-autosave.php:3504
9806
  msgid "Adds &lt;p> and &lt;br> tags in fullsize descriptions."
9807
  msgstr ""
9808
 
9809
- #: wppa-settings-autosave.php:3512
9810
  #, fuzzy
9811
  msgid "Auto open comments"
9812
  msgstr "Din kommentar"
9813
 
9814
- #: wppa-settings-autosave.php:3513
9815
  msgid "Automatic opens comments box when slideshow does not run."
9816
  msgstr ""
9817
 
9818
- #: wppa-settings-autosave.php:3521
9819
  #, fuzzy
9820
  msgid "Film hover goto"
9821
  msgstr "Se forside foto"
9822
 
9823
- #: wppa-settings-autosave.php:3522
9824
  msgid "Go to slide when hovering filmstrip thumbnail."
9825
  msgstr ""
9826
 
9827
- #: wppa-settings-autosave.php:3523
9828
  msgid "Do not use this setting when slides have different aspect ratios!"
9829
  msgstr ""
9830
 
9831
- #: wppa-settings-autosave.php:3530
9832
  #, fuzzy
9833
  msgid "Slide swipe"
9834
  msgstr "Slideshow"
9835
 
9836
- #: wppa-settings-autosave.php:3531
9837
  msgid "Enable touch events swipe left-right on slides on touch screens."
9838
  msgstr ""
9839
 
9840
- #: wppa-settings-autosave.php:3539
9841
  msgid "Slide page Ajax"
9842
  msgstr ""
9843
 
9844
- #: wppa-settings-autosave.php:3540
9845
  msgid "Pagelinks slideshow use Ajax"
9846
  msgstr ""
9847
 
9848
- #: wppa-settings-autosave.php:3541
9849
  msgid "On some systems you need to disable ajax here."
9850
  msgstr ""
9851
 
9852
- #: wppa-settings-autosave.php:3548
9853
  msgid "Thumbnail related settings"
9854
  msgstr ""
9855
 
9856
- #: wppa-settings-autosave.php:3551
9857
  msgid "Photo ordering sequence method."
9858
  msgstr ""
9859
 
9860
- #: wppa-settings-autosave.php:3552
9861
  msgid ""
9862
  "Specify the way the photos should be ordered. This is the default setting. "
9863
  "You can overrule the default sorting order on a per album basis."
9864
  msgstr ""
9865
 
9866
- #: wppa-settings-autosave.php:3589
9867
  #, fuzzy
9868
  msgid "Thumbnail type"
9869
  msgstr "Foto Top Ti"
9870
 
9871
- #: wppa-settings-autosave.php:3590
9872
  msgid "The way the thumbnail images are displayed."
9873
  msgstr ""
9874
 
9875
- #: wppa-settings-autosave.php:3591
9876
  msgid ""
9877
  "You may select an altenative display method for thumbnails. Note that some "
9878
  "of the thumbnail settings do not apply to all available display methods."
9879
  msgstr ""
9880
 
9881
- #: wppa-settings-autosave.php:3593
9882
  msgid "like album covers"
9883
  msgstr ""
9884
 
9885
- #: wppa-settings-autosave.php:3593
9886
  msgid "like album covers mcr"
9887
  msgstr ""
9888
 
9889
- #: wppa-settings-autosave.php:3593
9890
  msgid "masonry style columns"
9891
  msgstr ""
9892
 
9893
- #: wppa-settings-autosave.php:3593
9894
  msgid "masonry style rows"
9895
  msgstr ""
9896
 
9897
- #: wppa-settings-autosave.php:3601 wppa-settings-autosave.php:3702
9898
  msgid "Placement"
9899
  msgstr ""
9900
 
9901
- #: wppa-settings-autosave.php:3602
9902
  msgid "Thumbnail image left or right."
9903
  msgstr ""
9904
 
9905
- #: wppa-settings-autosave.php:3603
9906
  msgid "Indicate the placement position of the thumbnailphoto you wish."
9907
  msgstr ""
9908
 
9909
- #: wppa-settings-autosave.php:3612
9910
  msgid "Vertical alignment"
9911
  msgstr ""
9912
 
9913
- #: wppa-settings-autosave.php:3613
9914
  msgid "Vertical alignment of thumbnails."
9915
  msgstr ""
9916
 
9917
- #: wppa-settings-autosave.php:3614
9918
  msgid ""
9919
  "Specify the vertical alignment of thumbnail images. Use this setting when "
9920
  "albums contain both portrait and landscape photos."
9921
  msgstr ""
9922
 
9923
- #: wppa-settings-autosave.php:3615
9924
  msgid ""
9925
  "It is NOT recommended to use the value --- default ---; it will affect the "
9926
  "horizontal alignment also and is meant to be used with custom css."
9927
  msgstr ""
9928
 
9929
- #: wppa-settings-autosave.php:3624
9930
  msgid "Thumb mouseover"
9931
  msgstr ""
9932
 
9933
- #: wppa-settings-autosave.php:3625
9934
  msgid "Apply thumbnail mouseover effect."
9935
  msgstr ""
9936
 
9937
- #: wppa-settings-autosave.php:3626
9938
  msgid "Check this box to use mouseover effect on thumbnail images."
9939
  msgstr ""
9940
 
9941
- #: wppa-settings-autosave.php:3634
9942
  #, fuzzy
9943
  msgid "Thumb opacity"
9944
  msgstr "Miniatura"
9945
 
9946
- #: wppa-settings-autosave.php:3635 wppa-settings-autosave.php:3727
9947
  msgid "Initial opacity value."
9948
  msgstr ""
9949
 
9950
- #: wppa-settings-autosave.php:3636 wppa-settings-autosave.php:3728
9951
- #: wppa-settings-autosave.php:3837
9952
  msgid "Enter percentage of opacity. 100% is opaque, 0% is transparant"
9953
  msgstr ""
9954
 
9955
- #: wppa-settings-autosave.php:3638 wppa-settings-autosave.php:3730
9956
- #: wppa-settings-autosave.php:3840 wppa-settings-autosave.php:4141
9957
  msgid "%"
9958
  msgstr ""
9959
 
9960
- #: wppa-settings-autosave.php:3643
9961
  msgid "Thumb popup"
9962
  msgstr ""
9963
 
9964
- #: wppa-settings-autosave.php:3644
9965
  msgid "Use popup effect on thumbnail images."
9966
  msgstr ""
9967
 
9968
- #: wppa-settings-autosave.php:3645
9969
  msgid "Thumbnails pop-up to a larger image when hovered."
9970
  msgstr ""
9971
 
9972
- #: wppa-settings-autosave.php:3653
9973
  msgid "Align subtext"
9974
  msgstr ""
9975
 
9976
- #: wppa-settings-autosave.php:3654
9977
  msgid "Set thumbnail subtext on equal height."
9978
  msgstr ""
9979
 
9980
- #: wppa-settings-autosave.php:3662
9981
  msgid "Album and covers related settings"
9982
  msgstr ""
9983
 
9984
- #: wppa-settings-autosave.php:3664
9985
  #, fuzzy
9986
  msgid "Album order"
9987
  msgstr "Album administration"
9988
 
9989
- #: wppa-settings-autosave.php:3665
9990
  msgid "Album ordering sequence method."
9991
  msgstr ""
9992
 
9993
- #: wppa-settings-autosave.php:3666
9994
  msgid "Specify the way the albums should be ordered."
9995
  msgstr ""
9996
 
9997
- #: wppa-settings-autosave.php:3691
9998
  #, fuzzy
9999
  msgid "Default coverphoto selection"
10000
  msgstr "Standard foto album for"
10001
 
10002
- #: wppa-settings-autosave.php:3692
10003
  msgid "Default select cover photo method."
10004
  msgstr ""
10005
 
10006
- #: wppa-settings-autosave.php:3693
10007
  msgid ""
10008
  "This is the initial value on album creation only. It can be overruled on the "
10009
  "edit album page."
10010
  msgstr ""
10011
 
10012
- #: wppa-settings-autosave.php:3694
10013
  msgid "Random from album"
10014
  msgstr ""
10015
 
10016
- #: wppa-settings-autosave.php:3694
10017
  msgid "Random featured from album"
10018
  msgstr ""
10019
 
10020
- #: wppa-settings-autosave.php:3694
10021
  #, fuzzy
10022
  msgid "Most recently added to album"
10023
  msgstr "Le impostazioni sono state aggiornate"
10024
 
10025
- #: wppa-settings-autosave.php:3694
10026
  #, fuzzy
10027
  msgid "Random from album or any sub album"
10028
  msgstr "Risultati Ricerca da album %s e tutti i sotto album"
10029
 
10030
- #: wppa-settings-autosave.php:3703
10031
  #, fuzzy
10032
  msgid "Cover image position."
10033
  msgstr "Se fotos"
10034
 
10035
- #: wppa-settings-autosave.php:3704
10036
  msgid ""
10037
  "Enter the position that you want to be used for the default album cover "
10038
  "selected in Table IV-D6."
10039
  msgstr ""
10040
 
10041
- #: wppa-settings-autosave.php:3705
10042
  msgid ""
10043
  "For covertype Image Factory: left will be treated as top and right will be "
10044
  "treted as bottom."
10045
  msgstr ""
10046
 
10047
- #: wppa-settings-autosave.php:3706
10048
  msgid ""
10049
  "For covertype Long Descriptions: top will be treated as left and bottom will "
10050
  "be treted as right."
10051
  msgstr ""
10052
 
10053
- #: wppa-settings-autosave.php:3716
10054
  msgid "Cover mouseover"
10055
  msgstr ""
10056
 
10057
- #: wppa-settings-autosave.php:3717
10058
  msgid "Apply coverphoto mouseover effect."
10059
  msgstr ""
10060
 
10061
- #: wppa-settings-autosave.php:3718
10062
  msgid "Check this box to use mouseover effect on cover images."
10063
  msgstr ""
10064
 
10065
- #: wppa-settings-autosave.php:3726
10066
  msgid "Cover opacity"
10067
  msgstr ""
10068
 
10069
- #: wppa-settings-autosave.php:3735
10070
  msgid "Cover type"
10071
  msgstr ""
10072
 
10073
- #: wppa-settings-autosave.php:3736
10074
  msgid "Select the default cover type."
10075
  msgstr ""
10076
 
10077
- #: wppa-settings-autosave.php:3737
10078
  msgid ""
10079
  "Types with the addition mcr are suitable for Multi Column in a Responsive "
10080
  "theme"
10081
  msgstr ""
10082
 
10083
- #: wppa-settings-autosave.php:3760
10084
  msgid "The umber of coverphotos. Must be > 1 and < 25."
10085
  msgstr ""
10086
 
10087
- #: wppa-settings-autosave.php:3768
10088
  msgid "Rating related settings"
10089
  msgstr ""
10090
 
10091
- #: wppa-settings-autosave.php:3770
10092
  #, fuzzy
10093
  msgid "Rating login"
10094
  msgstr "Bed&oslash;mmelse: %s"
10095
 
10096
- #: wppa-settings-autosave.php:3771
10097
  #, fuzzy
10098
  msgid "Users must login to rate photos."
10099
  msgstr "Bruger %s indsendte foto %s ind i album %s"
10100
 
10101
- #: wppa-settings-autosave.php:3772
10102
  msgid ""
10103
  "If users want to vote for a photo (rating 1..5 stars) the must login first. "
10104
  "The avarage rating will always be displayed as long as the rating system is "
10105
  "enabled."
10106
  msgstr ""
10107
 
10108
- #: wppa-settings-autosave.php:3779
10109
  #, fuzzy
10110
  msgid "Rating change"
10111
  msgstr "Bed&oslash;mmelse: %s"
10112
 
10113
- #: wppa-settings-autosave.php:3780 wppa-settings-autosave.php:3781
10114
  msgid "Users may change their ratings."
10115
  msgstr ""
10116
 
10117
- #: wppa-settings-autosave.php:3782 wppa-settings-autosave.php:3819
10118
- #: wppa-settings-autosave.php:3838 wppa-settings-autosave.php:3851
10119
- #: wppa-settings-autosave.php:3861 wppa-settings-autosave.php:3871
10120
- #: wppa-settings-autosave.php:3881 wppa-settings-autosave.php:3890
10121
  msgid ""
10122
  "If \"One button vote\" is selected in Table I-E1, this setting has no meaning"
10123
  msgstr ""
10124
 
10125
- #: wppa-settings-autosave.php:3789
10126
  #, fuzzy
10127
  msgid "Rating multi"
10128
  msgstr "Bed&oslash;mmelse: %s"
10129
 
10130
- #: wppa-settings-autosave.php:3790
10131
  msgid "Users may give multiple votes."
10132
  msgstr ""
10133
 
10134
- #: wppa-settings-autosave.php:3791
10135
  msgid ""
10136
  "Users may give multiple votes. (This has no effect when users may change "
10137
  "their votes.)"
10138
  msgstr ""
10139
 
10140
- #: wppa-settings-autosave.php:3798
10141
  #, fuzzy
10142
  msgid "Rate own photos"
10143
  msgstr "Se fotos"
10144
 
10145
- #: wppa-settings-autosave.php:3799
10146
  msgid "It is allowed to rate photos by the uploader himself."
10147
  msgstr ""
10148
 
10149
- #: wppa-settings-autosave.php:3807
10150
  msgid "Rating requires comment"
10151
  msgstr ""
10152
 
10153
- #: wppa-settings-autosave.php:3808
10154
  #, fuzzy
10155
  msgid "Users must clarify their vote in a comment."
10156
  msgstr "<a href=\"%s\">Log ind</a> for at skrive en kommentar"
10157
 
10158
- #: wppa-settings-autosave.php:3817
10159
  msgid "This value counts dislike rating."
10160
  msgstr ""
10161
 
10162
- #: wppa-settings-autosave.php:3818
10163
  msgid ""
10164
  "This value will be used for a dislike rating on calculation of avarage "
10165
  "ratings."
10166
  msgstr ""
10167
 
10168
- #: wppa-settings-autosave.php:3821
10169
  msgid "points"
10170
  msgstr ""
10171
 
10172
- #: wppa-settings-autosave.php:3826
10173
  msgid "Next after vote"
10174
  msgstr ""
10175
 
10176
- #: wppa-settings-autosave.php:3827
10177
  msgid "Goto next slide after voting"
10178
  msgstr ""
10179
 
10180
- #: wppa-settings-autosave.php:3828
10181
  msgid ""
10182
  "If checked, the visitor goes straight to the slide following the slide he "
10183
  "voted. This will speed up mass voting."
10184
  msgstr ""
10185
 
10186
- #: wppa-settings-autosave.php:3835
10187
  msgid "Star off opacity"
10188
  msgstr ""
10189
 
10190
- #: wppa-settings-autosave.php:3836
10191
  msgid "Rating star off state opacity value."
10192
  msgstr ""
10193
 
10194
- #: wppa-settings-autosave.php:3846
10195
  msgid "Notify admin every x times."
10196
  msgstr ""
10197
 
10198
- #: wppa-settings-autosave.php:3847
10199
  msgid ""
10200
  "If this number is positive, there will be a thumb down icon in the rating "
10201
  "bar."
10202
  msgstr ""
10203
 
10204
- #: wppa-settings-autosave.php:3848
10205
  msgid ""
10206
  "Cicking the icon indicates a user wants to report that an image is "
10207
  "inappropiate."
10208
  msgstr ""
10209
 
10210
- #: wppa-settings-autosave.php:3849
10211
  msgid "Admin will be notified by email after every x reports."
10212
  msgstr ""
10213
 
10214
- #: wppa-settings-autosave.php:3850 wppa-settings-autosave.php:3860
10215
- #: wppa-settings-autosave.php:3870
10216
  msgid "A value of 0 disables this feature."
10217
  msgstr ""
10218
 
10219
- #: wppa-settings-autosave.php:3853 wppa-settings-autosave.php:3863
10220
- #: wppa-settings-autosave.php:3873
10221
  msgid "reports"
10222
  msgstr ""
10223
 
10224
- #: wppa-settings-autosave.php:3858
10225
  msgid "Pending after"
10226
  msgstr ""
10227
 
10228
- #: wppa-settings-autosave.php:3859
10229
  msgid "Set status to pending after xx dislike votes."
10230
  msgstr ""
10231
 
10232
- #: wppa-settings-autosave.php:3868
10233
  #, fuzzy
10234
  msgid "Delete after"
10235
  msgstr "Impossibile creare album. "
10236
 
10237
- #: wppa-settings-autosave.php:3869
10238
  msgid "Deete photo after xx dislike votes."
10239
  msgstr ""
10240
 
10241
- #: wppa-settings-autosave.php:3878
10242
  msgid "Show dislike count"
10243
  msgstr ""
10244
 
10245
- #: wppa-settings-autosave.php:3879
10246
  msgid "Show the number of dislikes in the rating bar."
10247
  msgstr ""
10248
 
10249
- #: wppa-settings-autosave.php:3880
10250
  msgid "Displayes the total number of dislike votes for the current photo."
10251
  msgstr ""
10252
 
10253
- #: wppa-settings-autosave.php:3888
10254
  msgid "Rating display type"
10255
  msgstr ""
10256
 
10257
- #: wppa-settings-autosave.php:3889
10258
  msgid "Specify the type of the rating display."
10259
  msgstr ""
10260
 
10261
- #: wppa-settings-autosave.php:3892
10262
  msgid "Graphic"
10263
  msgstr ""
10264
 
10265
- #: wppa-settings-autosave.php:3892
10266
  msgid "Numeric"
10267
  msgstr ""
10268
 
10269
- #: wppa-settings-autosave.php:3899
10270
  #, fuzzy
10271
  msgid "Show average rating"
10272
  msgstr "Bed&oslash;mmelse&nbsp;gennemsnitlig"
10273
 
10274
- #: wppa-settings-autosave.php:3900
10275
  msgid "Display the avarage rating and/or vote count on the rating bar"
10276
  msgstr ""
10277
 
10278
- #: wppa-settings-autosave.php:3901
10279
  msgid ""
10280
  "If checked, the average rating as well as the current users rating is "
10281
  "displayed in max 5 or 10 stars."
10282
  msgstr ""
10283
 
10284
- #: wppa-settings-autosave.php:3902
10285
  msgid "If unchecked, only the current users rating is displayed (if any)."
10286
  msgstr ""
10287
 
10288
- #: wppa-settings-autosave.php:3903
10289
  msgid ""
10290
  "If \"One button vote\" is selected in Table I-E1, this box checked will "
10291
  "display the vote count."
10292
  msgstr ""
10293
 
10294
- #: wppa-settings-autosave.php:3910
10295
  msgid "Single vote button text"
10296
  msgstr ""
10297
 
10298
- #: wppa-settings-autosave.php:3911
10299
  msgid "The text on the voting button."
10300
  msgstr ""
10301
 
10302
- #: wppa-settings-autosave.php:3912 wppa-settings-autosave.php:3921
10303
  msgid "This text may contain qTranslate compatible language tags."
10304
  msgstr ""
10305
 
10306
- #: wppa-settings-autosave.php:3919
10307
  msgid "Single vote button text voted"
10308
  msgstr ""
10309
 
10310
- #: wppa-settings-autosave.php:3920
10311
  msgid "The text on the voting button when voted."
10312
  msgstr ""
10313
 
10314
- #: wppa-settings-autosave.php:3928
10315
  #, fuzzy
10316
  msgid "Single vote button thumbnail"
10317
  msgstr "Se"
10318
 
10319
- #: wppa-settings-autosave.php:3929
10320
  msgid "Display single vote button below thumbnails."
10321
  msgstr ""
10322
 
10323
- #: wppa-settings-autosave.php:3930
10324
  msgid ""
10325
  "This works only in single vote mode: Table I-E1 set to \"one button vote\""
10326
  msgstr ""
10327
 
10328
- #: wppa-settings-autosave.php:3937
10329
  msgid "Medal bronze when"
10330
  msgstr ""
10331
 
10332
- #: wppa-settings-autosave.php:3938 wppa-settings-autosave.php:3956
10333
  msgid "Photo gets medal bronze when number of top-scores ( 5 or 10 )."
10334
  msgstr ""
10335
 
10336
- #: wppa-settings-autosave.php:3939 wppa-settings-autosave.php:3957
10337
  msgid ""
10338
  "When the photo has this number of topscores ( 5 or 10 stars ), it will get a "
10339
  "bronze medal. A value of 0 indicates that you do not want this feature."
10340
  msgstr ""
10341
 
10342
- #: wppa-settings-autosave.php:3941 wppa-settings-autosave.php:3950
10343
- #: wppa-settings-autosave.php:3959
10344
  msgid "Topscores"
10345
  msgstr ""
10346
 
10347
- #: wppa-settings-autosave.php:3946
10348
  msgid "Medal silver when"
10349
  msgstr ""
10350
 
10351
- #: wppa-settings-autosave.php:3947
10352
  msgid "Photo gets medal silver when number of top-scores ( 5 or 10 )."
10353
  msgstr ""
10354
 
10355
- #: wppa-settings-autosave.php:3948
10356
  msgid ""
10357
  "When the photo has this number of topscores ( 5 or 10 stars ), it will get a "
10358
  "silver medal. A value of 0 indicates that you do not want this feature."
10359
  msgstr ""
10360
 
10361
- #: wppa-settings-autosave.php:3955
10362
  msgid "Medal gold when"
10363
  msgstr ""
10364
 
10365
- #: wppa-settings-autosave.php:3964
10366
  msgid "Medal tag color"
10367
  msgstr ""
10368
 
10369
- #: wppa-settings-autosave.php:3965
10370
  msgid "The color of the tag on the medal."
10371
  msgstr ""
10372
 
10373
- #: wppa-settings-autosave.php:3968
10374
  msgid "Red"
10375
  msgstr ""
10376
 
10377
- #: wppa-settings-autosave.php:3968
10378
  msgid "Green"
10379
  msgstr ""
10380
 
10381
- #: wppa-settings-autosave.php:3968
10382
  msgid "Blue"
10383
  msgstr ""
10384
 
10385
- #: wppa-settings-autosave.php:3975
10386
  #, fuzzy
10387
  msgid "Medal position"
10388
  msgstr "Position:"
10389
 
10390
- #: wppa-settings-autosave.php:3976
10391
  msgid "The position of the medal on the image."
10392
  msgstr ""
10393
 
10394
- #: wppa-settings-autosave.php:3979
10395
  msgid "Top left"
10396
  msgstr ""
10397
 
10398
- #: wppa-settings-autosave.php:3979
10399
  msgid "Top right"
10400
  msgstr ""
10401
 
10402
- #: wppa-settings-autosave.php:3979
10403
  msgid "Bottom left"
10404
  msgstr ""
10405
 
10406
- #: wppa-settings-autosave.php:3979
10407
  msgid "Bottom right"
10408
  msgstr ""
10409
 
10410
- #: wppa-settings-autosave.php:3986
10411
  msgid "Top criterium"
10412
  msgstr ""
10413
 
10414
- #: wppa-settings-autosave.php:3987
10415
  msgid "The top sort item used for topten results from shortcodes."
10416
  msgstr ""
10417
 
10418
- #: wppa-settings-autosave.php:3990
10419
  #, fuzzy
10420
  msgid "Mean raiting"
10421
  msgstr "Valutazione:"
10422
 
10423
- #: wppa-settings-autosave.php:3990
10424
  #, fuzzy
10425
  msgid "Rating count"
10426
  msgstr "Bed&oslash;mmelse: %s"
10427
 
10428
- #: wppa-settings-autosave.php:3990
10429
  #, fuzzy
10430
  msgid "Viewcount"
10431
  msgstr "Se"
10432
 
10433
- #: wppa-settings-autosave.php:3997
10434
  #, fuzzy
10435
  msgid "Comments related settings"
10436
  msgstr "Kommentarer redigeret"
10437
 
10438
- #: wppa-settings-autosave.php:3999
10439
  #, fuzzy
10440
  msgid "Commenting login"
10441
  msgstr "%d kommentarer"
10442
 
10443
- #: wppa-settings-autosave.php:4000
10444
  msgid "Users must be logged in to comment on photos."
10445
  msgstr ""
10446
 
10447
- #: wppa-settings-autosave.php:4001
10448
  msgid ""
10449
  "Check this box if you want users to be logged in to be able to enter "
10450
  "comments on individual photos."
10451
  msgstr ""
10452
 
10453
- #: wppa-settings-autosave.php:4008
10454
  #, fuzzy
10455
  msgid "Comments view login"
10456
  msgstr "Kommentarer redigeret"
10457
 
10458
- #: wppa-settings-autosave.php:4009
10459
  #, fuzzy
10460
  msgid "Users must be logged in to see comments on photos."
10461
  msgstr "<a href=\"%s\">Log ind</a> for at skrive en kommentar"
10462
 
10463
- #: wppa-settings-autosave.php:4010
10464
  msgid ""
10465
  "Check this box if you want users to be logged in to be able to see existing "
10466
  "comments on individual photos."
10467
  msgstr ""
10468
 
10469
- #: wppa-settings-autosave.php:4017
10470
  #, fuzzy
10471
  msgid "Last comment first"
10472
  msgstr "%d kommentarer"
10473
 
10474
- #: wppa-settings-autosave.php:4018
10475
  msgid "Display the newest comment on top."
10476
  msgstr ""
10477
 
10478
- #: wppa-settings-autosave.php:4019
10479
  msgid "If checked: Display the newest comment on top."
10480
  msgstr ""
10481
 
10482
- #: wppa-settings-autosave.php:4020
10483
  msgid "If unchecked, the comments are listed in the ordere they were entered."
10484
  msgstr ""
10485
 
10486
- #: wppa-settings-autosave.php:4027
10487
  #, fuzzy
10488
  msgid "Comment moderation"
10489
  msgstr "%d kommentarer"
10490
 
10491
- #: wppa-settings-autosave.php:4028
10492
  msgid "Comments from what users need approval."
10493
  msgstr ""
10494
 
10495
- #: wppa-settings-autosave.php:4029
10496
  msgid "Select the desired users of which the comments need approval."
10497
  msgstr ""
10498
 
10499
- #: wppa-settings-autosave.php:4031
10500
  #, fuzzy
10501
  msgid "All users"
10502
  msgstr "Alle albums"
10503
 
10504
- #: wppa-settings-autosave.php:4031
10505
  msgid "Logged out users"
10506
  msgstr ""
10507
 
10508
- #: wppa-settings-autosave.php:4031
10509
  msgid "No users"
10510
  msgstr ""
10511
 
10512
- #: wppa-settings-autosave.php:4038
10513
  #, fuzzy
10514
  msgid "Comment email required"
10515
  msgstr "Kommentarer redigeret"
10516
 
10517
- #: wppa-settings-autosave.php:4039
10518
  msgid "Commenting users must enter their email addresses."
10519
  msgstr ""
10520
 
10521
- #: wppa-settings-autosave.php:4047
10522
  #, fuzzy
10523
  msgid "Comment notify"
10524
  msgstr "Kommentar til billeder"
10525
 
10526
- #: wppa-settings-autosave.php:4048
10527
  msgid "Select who must receive an e-mail notification of a new comment."
10528
  msgstr ""
10529
 
10530
- #: wppa-settings-autosave.php:4051
10531
  #, fuzzy
10532
  msgid "--- None ---"
10533
  msgstr "--- ingen ---"
10534
 
10535
- #: wppa-settings-autosave.php:4052
10536
  #, fuzzy
10537
  msgid "--- Admin ---"
10538
  msgstr "--- ingen ---"
10539
 
10540
- #: wppa-settings-autosave.php:4053
10541
  #, fuzzy
10542
  msgid "--- Album owner ---"
10543
  msgstr "--- ingen ---"
10544
 
10545
- #: wppa-settings-autosave.php:4054
10546
  #, fuzzy
10547
  msgid "--- Admin & Owner ---"
10548
  msgstr "--- ingen ---"
10549
 
10550
- #: wppa-settings-autosave.php:4055
10551
  #, fuzzy
10552
  msgid "--- Uploader ---"
10553
  msgstr "--- ingen ---"
10554
 
10555
- #: wppa-settings-autosave.php:4056
10556
  #, fuzzy
10557
  msgid "--- Up & admin ---"
10558
  msgstr "--- ingen ---"
10559
 
10560
- #: wppa-settings-autosave.php:4057
10561
  #, fuzzy
10562
  msgid "--- Up & Owner ---"
10563
  msgstr "--- ingen ---"
10564
 
10565
- #: wppa-settings-autosave.php:4080
10566
  #, fuzzy
10567
  msgid "Comment notify previous"
10568
  msgstr "Kommentar til billeder"
10569
 
10570
- #: wppa-settings-autosave.php:4081
10571
  #, fuzzy
10572
  msgid "Notify users who has commented this photo earlier."
10573
  msgstr "Du modtager denne e-mail, fordi du er sat til at godkende"
10574
 
10575
- #: wppa-settings-autosave.php:4089
10576
  #, fuzzy
10577
  msgid "Comment ntfy added"
10578
  msgstr "Kommentarer tilf&oslash;jet"
10579
 
10580
- #: wppa-settings-autosave.php:4090
10581
  msgid "Show \"Comment added\" after successfull adding a comment."
10582
  msgstr ""
10583
 
10584
- #: wppa-settings-autosave.php:4098
10585
  msgid "ComTen alt display"
10586
  msgstr ""
10587
 
10588
- #: wppa-settings-autosave.php:4099
10589
  msgid "Display comments at comten thumbnails."
10590
  msgstr ""
10591
 
10592
- #: wppa-settings-autosave.php:4107
10593
  #, fuzzy
10594
  msgid "Comten Thumbnail width"
10595
  msgstr "Foto Top Ti"
10596
 
10597
- #: wppa-settings-autosave.php:4108
10598
  msgid "The width of the thumbnail in the alt comment display."
10599
  msgstr ""
10600
 
10601
- #: wppa-settings-autosave.php:4111
10602
  msgid "Pixels"
10603
  msgstr ""
10604
 
10605
- #: wppa-settings-autosave.php:4116
10606
  msgid "Show smiley picker"
10607
  msgstr ""
10608
 
10609
- #: wppa-settings-autosave.php:4117
10610
  msgid "Display a clickable row of smileys."
10611
  msgstr ""
10612
 
10613
- #: wppa-settings-autosave.php:4125
10614
  #, fuzzy
10615
  msgid "Show commenter email"
10616
  msgstr "Din kommentar"
10617
 
10618
- #: wppa-settings-autosave.php:4126
10619
  msgid "Show the commenter's email in the notify emails."
10620
  msgstr ""
10621
 
10622
- #: wppa-settings-autosave.php:4127
10623
  msgid "Shows the email address of the commenter in all notify emails."
10624
  msgstr ""
10625
 
10626
- #: wppa-settings-autosave.php:4128
10627
  msgid ""
10628
  "If switched off, admin will still receive the senders email in the "
10629
  "notification mail"
10630
  msgstr ""
10631
 
10632
- #: wppa-settings-autosave.php:4138
10633
  msgid "The opacity of the lightbox overlay background."
10634
  msgstr ""
10635
 
10636
- #: wppa-settings-autosave.php:4146
10637
  msgid "Click on background"
10638
  msgstr ""
10639
 
10640
- #: wppa-settings-autosave.php:4147
10641
  msgid "Select the action to be taken on click on background."
10642
  msgstr ""
10643
 
10644
- #: wppa-settings-autosave.php:4150
10645
  msgid "Nothing"
10646
  msgstr ""
10647
 
10648
- #: wppa-settings-autosave.php:4150
10649
  msgid "Exit (close)"
10650
  msgstr ""
10651
 
10652
- #: wppa-settings-autosave.php:4150
10653
  msgid "Browse (left/right)"
10654
  msgstr ""
10655
 
10656
- #: wppa-settings-autosave.php:4157
10657
  msgid "Overlay animation speed"
10658
  msgstr ""
10659
 
10660
- #: wppa-settings-autosave.php:4158
10661
  msgid "The fade-in time of the lightbox images"
10662
  msgstr ""
10663
 
10664
- #: wppa-settings-autosave.php:4161
10665
  msgid "very fast (100 ms.)"
10666
  msgstr ""
10667
 
10668
- #: wppa-settings-autosave.php:4161
10669
  msgid "fast (200 ms.)"
10670
  msgstr ""
10671
 
10672
- #: wppa-settings-autosave.php:4161
10673
  msgid "normal (300 ms.)"
10674
  msgstr ""
10675
 
10676
- #: wppa-settings-autosave.php:4161
10677
  msgid "slow (500 ms.)"
10678
  msgstr ""
10679
 
10680
- #: wppa-settings-autosave.php:4161
10681
  #, fuzzy
10682
  msgid "very slow (1 s.)"
10683
  msgstr "meget lav"
10684
 
10685
- #: wppa-settings-autosave.php:4161
10686
  msgid "extremely slow (2 s.)"
10687
  msgstr ""
10688
 
10689
- #: wppa-settings-autosave.php:4168
10690
  msgid "Overlay slideshow speed"
10691
  msgstr ""
10692
 
10693
- #: wppa-settings-autosave.php:4169
10694
  msgid "The time the lightbox images stay"
10695
  msgstr ""
10696
 
10697
- #: wppa-settings-autosave.php:4172
10698
  msgid "fast (3 s.)"
10699
  msgstr ""
10700
 
10701
- #: wppa-settings-autosave.php:4172
10702
  msgid "normal (5 s.)"
10703
  msgstr ""
10704
 
10705
- #: wppa-settings-autosave.php:4172
10706
  msgid "slow (8 s.)"
10707
  msgstr ""
10708
 
10709
- #: wppa-settings-autosave.php:4172
10710
  #, fuzzy
10711
  msgid "very slow (13 s.)"
10712
  msgstr "meget lav"
10713
 
10714
- #: wppa-settings-autosave.php:4172
10715
  msgid "extremely slow (20 s.)"
10716
  msgstr ""
10717
 
10718
- #: wppa-settings-autosave.php:4179
10719
  msgid "Overlay at top in Chrome"
10720
  msgstr ""
10721
 
10722
- #: wppa-settings-autosave.php:4180
10723
  msgid ""
10724
  "Place the overlay (lightbox) image at the top of the page in Chrome browsers."
10725
  msgstr ""
10726
 
10727
- #: wppa-settings-autosave.php:4181
10728
  msgid "This is required for certain mobile devices."
10729
  msgstr ""
10730
 
10731
- #: wppa-settings-autosave.php:4188
10732
  msgid "WPPA+ Lightbox global"
10733
  msgstr ""
10734
 
10735
- #: wppa-settings-autosave.php:4189
10736
  msgid "Use the wppa+ lightbox also for non-wppa images."
10737
  msgstr ""
10738
 
10739
- #: wppa-settings-autosave.php:4197
10740
  msgid "WPPA+ Lightbox global is a set"
10741
  msgstr ""
10742
 
10743
- #: wppa-settings-autosave.php:4198
10744
  msgid "Treat the other images as a set."
10745
  msgstr ""
10746
 
10747
- #: wppa-settings-autosave.php:4199
10748
  msgid ""
10749
  "If checked, you can scroll through the images in the lightbox view. Requires "
10750
  "item 5 to be checked."
10751
  msgstr ""
10752
 
10753
- #: wppa-settings-autosave.php:4206
10754
  msgid "Use hires files"
10755
  msgstr ""
10756
 
10757
- #: wppa-settings-autosave.php:4207
10758
  msgid "Use the highest resolution available for lightbox."
10759
  msgstr ""
10760
 
10761
- #: wppa-settings-autosave.php:4208
10762
  msgid "Ticking this box is recommended for lightbox fullscreen modes."
10763
  msgstr ""
10764
 
10765
- #: wppa-settings-autosave.php:4216
10766
  msgid "Videos on lightbox start automaticly."
10767
  msgstr ""
10768
 
10769
- #: wppa-settings-autosave.php:4225
10770
  msgid "Audio on lightbox start automaticly."
10771
  msgstr ""
10772
 
10773
- #: wppa-settings-autosave.php:4250
10774
  msgid "Table V:"
10775
  msgstr ""
10776
 
10777
- #: wppa-settings-autosave.php:4250
10778
  #, fuzzy
10779
  msgid "Fonts:"
10780
  msgstr "%d kommentarer"
10781
 
10782
- #: wppa-settings-autosave.php:4251
10783
  msgid "This table describes the Fonts used for the wppa+ elements."
10784
  msgstr ""
10785
 
10786
- #: wppa-settings-autosave.php:4261 wppa-settings-autosave.php:4437
10787
  msgid "Font family"
10788
  msgstr ""
10789
 
10790
- #: wppa-settings-autosave.php:4262 wppa-settings-autosave.php:4438
10791
  msgid "Font size"
10792
  msgstr ""
10793
 
10794
- #: wppa-settings-autosave.php:4263 wppa-settings-autosave.php:4439
10795
  msgid "Font color"
10796
  msgstr ""
10797
 
10798
- #: wppa-settings-autosave.php:4264 wppa-settings-autosave.php:4440
10799
  msgid "Font weight"
10800
  msgstr ""
10801
 
10802
- #: wppa-settings-autosave.php:4274
10803
  msgid "normal"
10804
  msgstr ""
10805
 
10806
- #: wppa-settings-autosave.php:4274
10807
  msgid "bold"
10808
  msgstr ""
10809
 
10810
- #: wppa-settings-autosave.php:4274
10811
  msgid "bolder"
10812
  msgstr ""
10813
 
10814
- #: wppa-settings-autosave.php:4274
10815
  msgid "lighter"
10816
  msgstr ""
10817
 
10818
- #: wppa-settings-autosave.php:4277
10819
  #, fuzzy
10820
  msgid "Album titles"
10821
  msgstr "album"
10822
 
10823
- #: wppa-settings-autosave.php:4278
10824
  msgid "Font used for Album titles."
10825
  msgstr ""
10826
 
10827
- #: wppa-settings-autosave.php:4279
10828
  msgid "Enter font name, size, color and weight for album cover titles."
10829
  msgstr ""
10830
 
10831
- #: wppa-settings-autosave.php:4294
10832
  #, fuzzy
10833
  msgid "Slideshow desc"
10834
  msgstr "Slideshow"
10835
 
10836
- #: wppa-settings-autosave.php:4295
10837
  #, fuzzy
10838
  msgid "Font for slideshow photo descriptions."
10839
  msgstr "Inds&aelig;t/rediger beskrivelse af foto"
10840
 
10841
- #: wppa-settings-autosave.php:4296
10842
  msgid ""
10843
  "Enter font name, size, color and weight for slideshow photo descriptions."
10844
  msgstr ""
10845
 
10846
- #: wppa-settings-autosave.php:4311
10847
  #, fuzzy
10848
  msgid "Slideshow name"
10849
  msgstr "Slideshow"
10850
 
10851
- #: wppa-settings-autosave.php:4312
10852
  #, fuzzy
10853
  msgid "Font for slideshow photo names."
10854
  msgstr "Indtast foto navn"
10855
 
10856
- #: wppa-settings-autosave.php:4313
10857
  msgid "Enter font name, size, color and weight for slideshow photo names."
10858
  msgstr ""
10859
 
10860
- #: wppa-settings-autosave.php:4328
10861
  msgid "Navigations"
10862
  msgstr ""
10863
 
10864
- #: wppa-settings-autosave.php:4329
10865
  msgid "Font for navigations."
10866
  msgstr ""
10867
 
10868
- #: wppa-settings-autosave.php:4330
10869
  msgid "Enter font name, size, color and weight for navigation items."
10870
  msgstr ""
10871
 
10872
- #: wppa-settings-autosave.php:4346
10873
  msgid "Font for text under thumbnails."
10874
  msgstr ""
10875
 
10876
- #: wppa-settings-autosave.php:4347
10877
  msgid ""
10878
  "Enter font name, size, color and weight for text under thumbnail images."
10879
  msgstr ""
10880
 
10881
- #: wppa-settings-autosave.php:4363
10882
  msgid "General font in wppa boxes."
10883
  msgstr ""
10884
 
10885
- #: wppa-settings-autosave.php:4364
10886
  msgid "Enter font name, size, color and weight for all other items."
10887
  msgstr ""
10888
 
10889
- #: wppa-settings-autosave.php:4380
10890
  msgid "Font in wppa number bars."
10891
  msgstr ""
10892
 
10893
- #: wppa-settings-autosave.php:4381 wppa-settings-autosave.php:4398
10894
  msgid "Enter font name, size, color and weight for numberbar navigation."
10895
  msgstr ""
10896
 
10897
- #: wppa-settings-autosave.php:4396
10898
  msgid "Numbar Active"
10899
  msgstr ""
10900
 
10901
- #: wppa-settings-autosave.php:4397
10902
  msgid "Font in wppa number bars, active item."
10903
  msgstr ""
10904
 
10905
- #: wppa-settings-autosave.php:4414
10906
  msgid "Font in wppa lightbox overlays."
10907
  msgstr ""
10908
 
10909
- #: wppa-settings-autosave.php:4415
10910
  msgid "Enter font name, size, color and weight for wppa lightbox overlays."
10911
  msgstr ""
10912
 
10913
- #: wppa-settings-autosave.php:4450
10914
  msgid "Table VI:"
10915
  msgstr ""
10916
 
10917
- #: wppa-settings-autosave.php:4450
10918
  #, fuzzy
10919
  msgid "Links:"
10920
  msgstr "Link til"
10921
 
10922
- #: wppa-settings-autosave.php:4451
10923
  msgid "This table defines the link types and pages."
10924
  msgstr ""
10925
 
10926
- #: wppa-settings-autosave.php:4462 wppa-settings-autosave.php:5461
10927
  #, fuzzy
10928
  msgid "Link page"
10929
  msgstr "Link til"
10930
 
10931
- #: wppa-settings-autosave.php:4464 wppa-settings-autosave.php:5463
10932
  msgid "Photo specific link overrules"
10933
  msgstr ""
10934
 
10935
- #: wppa-settings-autosave.php:4464 wppa-settings-autosave.php:5463
10936
  msgid "PSO"
10937
  msgstr ""
10938
 
10939
- #: wppa-settings-autosave.php:4514
10940
  #, fuzzy
10941
  msgid "--- The same post or page ---"
10942
  msgstr "--- vis ikke ---"
10943
 
10944
- #: wppa-settings-autosave.php:4545
10945
  msgid "--- No page to link to (yet) ---"
10946
  msgstr ""
10947
 
10948
- #: wppa-settings-autosave.php:4550
10949
  #, fuzzy
10950
  msgid "--- Will be auto created ---"
10951
  msgstr "--- vis ikke ---"
10952
 
10953
- #: wppa-settings-autosave.php:4552
10954
  msgid "Links from images in WPPA+ Widgets"
10955
  msgstr ""
10956
 
10957
- #: wppa-settings-autosave.php:4554
10958
  msgid "PotdWidget"
10959
  msgstr ""
10960
 
10961
- #: wppa-settings-autosave.php:4555
10962
  msgid "Photo Of The Day widget link."
10963
  msgstr ""
10964
 
10965
- #: wppa-settings-autosave.php:4556
10966
  msgid "Select the type of link the photo of the day points to."
10967
  msgstr ""
10968
 
10969
- #: wppa-settings-autosave.php:4557
10970
  msgid ""
10971
  "If you select 'defined on widget admin page' you can manually enter a link "
10972
  "and title on the Photo of the day Widget Admin page."
10973
  msgstr ""
10974
 
10975
- #: wppa-settings-autosave.php:4566 wppa-settings-autosave.php:4609
10976
- #: wppa-settings-autosave.php:4687 wppa-settings-autosave.php:4730
10977
- #: wppa-settings-autosave.php:4778 wppa-settings-autosave.php:4825
10978
- #: wppa-settings-autosave.php:4872 wppa-settings-autosave.php:4924
10979
- #: wppa-settings-autosave.php:4962 wppa-settings-autosave.php:5012
10980
- #: wppa-settings-autosave.php:5054 wppa-settings-autosave.php:5094
10981
- #: wppa-settings-autosave.php:8797
10982
  msgid "no link at all."
10983
  msgstr ""
10984
 
10985
- #: wppa-settings-autosave.php:4567 wppa-settings-autosave.php:4610
10986
- #: wppa-settings-autosave.php:4688 wppa-settings-autosave.php:4731
10987
- #: wppa-settings-autosave.php:4779 wppa-settings-autosave.php:4826
10988
- #: wppa-settings-autosave.php:4873 wppa-settings-autosave.php:4925
10989
- #: wppa-settings-autosave.php:4963 wppa-settings-autosave.php:5013
10990
- #: wppa-settings-autosave.php:5055 wppa-settings-autosave.php:5095
10991
- #: wppa-settings-autosave.php:8798
10992
  msgid "the plain photo (file)."
10993
  msgstr ""
10994
 
10995
- #: wppa-settings-autosave.php:4568 wppa-settings-autosave.php:8804
10996
  msgid "defined on widget admin page."
10997
  msgstr ""
10998
 
10999
- #: wppa-settings-autosave.php:4569 wppa-settings-autosave.php:4612
11000
- #: wppa-settings-autosave.php:5014 wppa-settings-autosave.php:5056
11001
- #: wppa-settings-autosave.php:8802
11002
  msgid "the content of the album."
11003
  msgstr ""
11004
 
11005
- #: wppa-settings-autosave.php:4570 wppa-settings-autosave.php:4613
11006
- #: wppa-settings-autosave.php:4689 wppa-settings-autosave.php:4734
11007
- #: wppa-settings-autosave.php:4782 wppa-settings-autosave.php:4829
11008
- #: wppa-settings-autosave.php:4876 wppa-settings-autosave.php:4964
11009
- #: wppa-settings-autosave.php:5015 wppa-settings-autosave.php:5057
11010
- #: wppa-settings-autosave.php:8799
11011
  msgid "the full size photo in a slideshow."
11012
  msgstr ""
11013
 
11014
- #: wppa-settings-autosave.php:4571 wppa-settings-autosave.php:4614
11015
- #: wppa-settings-autosave.php:4690 wppa-settings-autosave.php:4735
11016
- #: wppa-settings-autosave.php:4783 wppa-settings-autosave.php:4830
11017
- #: wppa-settings-autosave.php:4877 wppa-settings-autosave.php:4965
11018
- #: wppa-settings-autosave.php:5016 wppa-settings-autosave.php:5058
11019
- #: wppa-settings-autosave.php:5096 wppa-settings-autosave.php:8800
11020
  msgid "the fullsize photo on its own."
11021
  msgstr ""
11022
 
11023
- #: wppa-settings-autosave.php:4572 wppa-settings-autosave.php:4615
11024
- #: wppa-settings-autosave.php:4654 wppa-settings-autosave.php:4693
11025
- #: wppa-settings-autosave.php:4738 wppa-settings-autosave.php:4786
11026
- #: wppa-settings-autosave.php:4833 wppa-settings-autosave.php:4880
11027
- #: wppa-settings-autosave.php:4968
11028
  msgid "a plain page without a querystring."
11029
  msgstr ""
11030
 
11031
- #: wppa-settings-autosave.php:4573 wppa-settings-autosave.php:4616
11032
- #: wppa-settings-autosave.php:4655 wppa-settings-autosave.php:4694
11033
- #: wppa-settings-autosave.php:4739 wppa-settings-autosave.php:4787
11034
- #: wppa-settings-autosave.php:4834 wppa-settings-autosave.php:4881
11035
- #: wppa-settings-autosave.php:4927 wppa-settings-autosave.php:4969
11036
- #: wppa-settings-autosave.php:5017 wppa-settings-autosave.php:5059
11037
- #: wppa-settings-autosave.php:5097
11038
  msgid "lightbox."
11039
  msgstr ""
11040
 
11041
- #: wppa-settings-autosave.php:4598
11042
  msgid "SlideWidget"
11043
  msgstr ""
11044
 
11045
- #: wppa-settings-autosave.php:4599
11046
  msgid "Slideshow widget photo link."
11047
  msgstr ""
11048
 
11049
- #: wppa-settings-autosave.php:4600
11050
  msgid "Select the type of link the slideshow photos point to."
11051
  msgstr ""
11052
 
11053
- #: wppa-settings-autosave.php:4611 wppa-settings-autosave.php:8803
11054
  msgid "defined at widget activation."
11055
  msgstr ""
11056
 
11057
- #: wppa-settings-autosave.php:4641
11058
  #, fuzzy
11059
  msgid "Album widget"
11060
  msgstr "Album administration"
11061
 
11062
- #: wppa-settings-autosave.php:4642
11063
  msgid "Album widget thumbnail link"
11064
  msgstr ""
11065
 
11066
- #: wppa-settings-autosave.php:4643
11067
  msgid "Select the type of link the album widget photos point to."
11068
  msgstr ""
11069
 
11070
- #: wppa-settings-autosave.php:4652
11071
  msgid "subalbums and thumbnails."
11072
  msgstr ""
11073
 
11074
- #: wppa-settings-autosave.php:4653
11075
  #, fuzzy
11076
  msgid "slideshow."
11077
  msgstr "Slideshow"
11078
 
11079
- #: wppa-settings-autosave.php:4676
11080
  #, fuzzy
11081
  msgid "ThumbnailWidget"
11082
  msgstr "Foto Top Ti"
11083
 
11084
- #: wppa-settings-autosave.php:4677
11085
  #, fuzzy
11086
  msgid "Thumbnail widget photo link."
11087
  msgstr "Miniatura"
11088
 
11089
- #: wppa-settings-autosave.php:4678
11090
  msgid "Select the type of link the thumbnail photos point to."
11091
  msgstr ""
11092
 
11093
- #: wppa-settings-autosave.php:4691 wppa-settings-autosave.php:4736
11094
- #: wppa-settings-autosave.php:4784 wppa-settings-autosave.php:4831
11095
- #: wppa-settings-autosave.php:4878 wppa-settings-autosave.php:4966
11096
  msgid "the single photo in the style of a slideshow."
11097
  msgstr ""
11098
 
11099
- #: wppa-settings-autosave.php:4692 wppa-settings-autosave.php:4737
11100
- #: wppa-settings-autosave.php:4785 wppa-settings-autosave.php:4832
11101
- #: wppa-settings-autosave.php:4879 wppa-settings-autosave.php:4967
11102
- #: wppa-settings-autosave.php:5099
11103
  msgid "the fs photo with download and print buttons."
11104
  msgstr ""
11105
 
11106
- #: wppa-settings-autosave.php:4719
11107
  msgid "TopTenWidget"
11108
  msgstr ""
11109
 
11110
- #: wppa-settings-autosave.php:4720
11111
  msgid "TopTen widget photo link."
11112
  msgstr ""
11113
 
11114
- #: wppa-settings-autosave.php:4721
11115
  msgid "Select the type of link the top ten photos point to."
11116
  msgstr ""
11117
 
11118
- #: wppa-settings-autosave.php:4732
11119
  msgid "the content of the virtual topten album."
11120
  msgstr ""
11121
 
11122
- #: wppa-settings-autosave.php:4733 wppa-settings-autosave.php:4781
11123
- #: wppa-settings-autosave.php:4828 wppa-settings-autosave.php:4875
11124
  msgid "the content of the thumbnails album."
11125
  msgstr ""
11126
 
11127
- #: wppa-settings-autosave.php:4767
11128
  msgid "LasTenWidget"
11129
  msgstr ""
11130
 
11131
- #: wppa-settings-autosave.php:4768
11132
  #, fuzzy
11133
  msgid "Last Ten widget photo link."
11134
  msgstr "Foto Top Ti"
11135
 
11136
- #: wppa-settings-autosave.php:4769
11137
  msgid "Select the type of link the last ten photos point to."
11138
  msgstr ""
11139
 
11140
- #: wppa-settings-autosave.php:4780
11141
  msgid "the content of the virtual lasten album."
11142
  msgstr ""
11143
 
11144
- #: wppa-settings-autosave.php:4814
11145
  #, fuzzy
11146
  msgid "CommentWidget"
11147
  msgstr "Kommentarer tilf&oslash;jet"
11148
 
11149
- #: wppa-settings-autosave.php:4815
11150
  #, fuzzy
11151
  msgid "Comment widget photo link."
11152
  msgstr "Kommentar til billeder"
11153
 
11154
- #: wppa-settings-autosave.php:4816
11155
  msgid "Select the type of link the comment widget photos point to."
11156
  msgstr ""
11157
 
11158
- #: wppa-settings-autosave.php:4827
11159
  msgid "the content of the virtual comten album."
11160
  msgstr ""
11161
 
11162
- #: wppa-settings-autosave.php:4861
11163
  msgid "FeaTenWidget"
11164
  msgstr ""
11165
 
11166
- #: wppa-settings-autosave.php:4862
11167
  msgid "FeaTen widget photo link."
11168
  msgstr ""
11169
 
11170
- #: wppa-settings-autosave.php:4863
11171
  msgid "Select the type of link the featured ten photos point to."
11172
  msgstr ""
11173
 
11174
- #: wppa-settings-autosave.php:4874
11175
  msgid "the content of the virtual featen album."
11176
  msgstr ""
11177
 
11178
- #: wppa-settings-autosave.php:4907
11179
  msgid "Links from other WPPA+ images"
11180
  msgstr ""
11181
 
11182
- #: wppa-settings-autosave.php:4909
11183
  #, fuzzy
11184
  msgid "Cover Image"
11185
  msgstr "Billede"
11186
 
11187
- #: wppa-settings-autosave.php:4910
11188
  msgid "The link from the cover image of an album."
11189
  msgstr ""
11190
 
11191
- #: wppa-settings-autosave.php:4911
11192
  msgid "Select the type of link the coverphoto points to."
11193
  msgstr ""
11194
 
11195
- #: wppa-settings-autosave.php:4912
11196
  msgid "The link from the album title can be configured on the Edit Album page."
11197
  msgstr ""
11198
 
11199
- #: wppa-settings-autosave.php:4913
11200
  msgid "This link will be used for the photo also if you select: same as title."
11201
  msgstr ""
11202
 
11203
- #: wppa-settings-autosave.php:4914
11204
  msgid ""
11205
  "If you specify New Tab on this line, all links from the cover will open a "
11206
  "new tab,"
11207
  msgstr ""
11208
 
11209
- #: wppa-settings-autosave.php:4915
11210
  msgid "except when Ajax is activated on Table IV-A1."
11211
  msgstr ""
11212
 
11213
- #: wppa-settings-autosave.php:4926 wppa-settings-autosave.php:8805
11214
  msgid "same as title."
11215
  msgstr ""
11216
 
11217
- #: wppa-settings-autosave.php:4928
11218
  msgid "a slideshow starting at the photo"
11219
  msgstr ""
11220
 
11221
- #: wppa-settings-autosave.php:4949
11222
  #, fuzzy
11223
  msgid "Thumbnail"
11224
  msgstr "Miniatura"
11225
 
11226
- #: wppa-settings-autosave.php:4950
11227
  #, fuzzy
11228
  msgid "Thumbnail link."
11229
  msgstr "Foto Top Ti"
11230
 
11231
- #: wppa-settings-autosave.php:4951 wppa-settings-autosave.php:5001
11232
- #: wppa-settings-autosave.php:5043
11233
  msgid "Select the type of link you want, or no link at all."
11234
  msgstr ""
11235
 
11236
- #: wppa-settings-autosave.php:4952 wppa-settings-autosave.php:5002
11237
- #: wppa-settings-autosave.php:5044
11238
  msgid ""
11239
  "If you select the fullsize photo on its own, it will be stretched to fit, "
11240
  "regardless of that setting."
11241
  msgstr ""
11242
 
11243
- #: wppa-settings-autosave.php:4953 wppa-settings-autosave.php:5003
11244
- #: wppa-settings-autosave.php:5045
11245
  #, php-format
11246
  msgid ""
11247
  "Note that a page must have at least %%wppa%% or [wppa][/wppa] in its content "
11248
  "to show up the photo(s)."
11249
  msgstr ""
11250
 
11251
- #: wppa-settings-autosave.php:4982
11252
  #, fuzzy
11253
  msgid "Auto Page"
11254
  msgstr "Automatisk, afskudt"
11255
 
11256
- #: wppa-settings-autosave.php:4999
11257
  #, fuzzy
11258
  msgid "Sphoto"
11259
  msgstr "foto"
11260
 
11261
- #: wppa-settings-autosave.php:5000
11262
  #, fuzzy
11263
  msgid "Single photo link."
11264
  msgstr "Indtast foto navn"
11265
 
11266
- #: wppa-settings-autosave.php:5041
11267
  #, fuzzy
11268
  msgid "Mphoto"
11269
  msgstr "foto"
11270
 
11271
- #: wppa-settings-autosave.php:5042
11272
  msgid "Media-like photo link."
11273
  msgstr ""
11274
 
11275
- #: wppa-settings-autosave.php:5084
11276
  msgid "Slideshow fullsize link"
11277
  msgstr ""
11278
 
11279
- #: wppa-settings-autosave.php:5085
11280
  msgid ""
11281
  "You can overrule lightbox but not big browse buttons with the photo specifc "
11282
  "link."
11283
  msgstr ""
11284
 
11285
- #: wppa-settings-autosave.php:5098
11286
  msgid "lightbox single photos."
11287
  msgstr ""
11288
 
11289
- #: wppa-settings-autosave.php:5100
11290
  #, fuzzy
11291
  msgid "the thumbnails."
11292
  msgstr "Se"
11293
 
11294
- #: wppa-settings-autosave.php:5124
11295
  msgid "Film linktype"
11296
  msgstr ""
11297
 
11298
- #: wppa-settings-autosave.php:5125
11299
  msgid "Direct access goto image in:"
11300
  msgstr ""
11301
 
11302
- #: wppa-settings-autosave.php:5126
11303
  msgid ""
11304
  "Select the action to be taken when the user clicks on a filmstrip image."
11305
  msgstr ""
11306
 
11307
- #: wppa-settings-autosave.php:5131
11308
  #, fuzzy
11309
  msgid "slideshow window"
11310
  msgstr "Slideshow"
11311
 
11312
- #: wppa-settings-autosave.php:5132
11313
  msgid "lightbox overlay"
11314
  msgstr ""
11315
 
11316
- #: wppa-settings-autosave.php:5147
11317
  #, fuzzy
11318
  msgid "Other links"
11319
  msgstr "Andet"
11320
 
11321
- #: wppa-settings-autosave.php:5149
11322
  msgid "Download Link (aka Art Monkey link)"
11323
  msgstr ""
11324
 
11325
- #: wppa-settings-autosave.php:5150
11326
  msgid "Makes the photo name a download button."
11327
  msgstr ""
11328
 
11329
- #: wppa-settings-autosave.php:5151
11330
  msgid "Link Photo name in slideshow to file or zip with photoname as filename."
11331
  msgstr ""
11332
 
11333
- #: wppa-settings-autosave.php:5155 wppa-settings-autosave.php:5202
11334
  msgid "image file"
11335
  msgstr ""
11336
 
11337
- #: wppa-settings-autosave.php:5156 wppa-settings-autosave.php:5203
11338
  msgid "zipped image"
11339
  msgstr ""
11340
 
11341
- #: wppa-settings-autosave.php:5169
11342
  msgid "Art Monkey Source"
11343
  msgstr ""
11344
 
11345
- #: wppa-settings-autosave.php:5170
11346
  msgid "Use Source file for art monkey link if available."
11347
  msgstr ""
11348
 
11349
- #: wppa-settings-autosave.php:5179
11350
  msgid "Art Monkey Display"
11351
  msgstr ""
11352
 
11353
- #: wppa-settings-autosave.php:5180
11354
  msgid "Select button or link ( text )."
11355
  msgstr ""
11356
 
11357
- #: wppa-settings-autosave.php:5185
11358
  msgid "Textlink"
11359
  msgstr ""
11360
 
11361
- #: wppa-settings-autosave.php:5197
11362
  msgid "Popup Download Link"
11363
  msgstr ""
11364
 
11365
- #: wppa-settings-autosave.php:5198
11366
  msgid "Configure the download link on fullsize popups."
11367
  msgstr ""
11368
 
11369
- #: wppa-settings-autosave.php:5199
11370
  msgid "Link fullsize popup download button to either image or zip file."
11371
  msgstr ""
11372
 
11373
- #: wppa-settings-autosave.php:5215
11374
  msgid "Download link on lightbox"
11375
  msgstr ""
11376
 
11377
- #: wppa-settings-autosave.php:5216
11378
  msgid "Art monkey link on lightbox photo names."
11379
  msgstr ""
11380
 
11381
- #: wppa-settings-autosave.php:5225
11382
  #, fuzzy
11383
  msgid "Album download link"
11384
  msgstr "Album administration"
11385
 
11386
- #: wppa-settings-autosave.php:5226
11387
  msgid "Place an album download link on the album covers"
11388
  msgstr ""
11389
 
11390
- #: wppa-settings-autosave.php:5227
11391
  msgid "Creates a download zipfile containing the photos of the album"
11392
  msgstr ""
11393
 
11394
- #: wppa-settings-autosave.php:5235
11395
  msgid "Album download Source"
11396
  msgstr ""
11397
 
11398
- #: wppa-settings-autosave.php:5236
11399
  msgid "Use Source file for album download link if available."
11400
  msgstr ""
11401
 
11402
- #: wppa-settings-autosave.php:5245
11403
  msgid "Tagcloud Link"
11404
  msgstr ""
11405
 
11406
- #: wppa-settings-autosave.php:5246
11407
  msgid "Configure the link from the tags in the tag cloud."
11408
  msgstr ""
11409
 
11410
- #: wppa-settings-autosave.php:5247
11411
  msgid "Link the tag words to ether the thumbnails or the slideshow."
11412
  msgstr ""
11413
 
11414
- #: wppa-settings-autosave.php:5256 wppa-settings-autosave.php:5287
11415
- #: wppa-settings-autosave.php:5382
11416
  #, fuzzy
11417
  msgid "slideshow"
11418
  msgstr "Slideshow"
11419
 
11420
- #: wppa-settings-autosave.php:5276
11421
  msgid "Multitag Link"
11422
  msgstr ""
11423
 
11424
- #: wppa-settings-autosave.php:5277
11425
  msgid "Configure the link from the multitag selection."
11426
  msgstr ""
11427
 
11428
- #: wppa-settings-autosave.php:5278
11429
  msgid "Link to ether the thumbnails or the slideshow."
11430
  msgstr ""
11431
 
11432
- #: wppa-settings-autosave.php:5307
11433
  #, fuzzy
11434
  msgid "Super View Landing"
11435
  msgstr "Se forside fotos"
11436
 
11437
- #: wppa-settings-autosave.php:5308
11438
  msgid "The landing page for the Super View widget."
11439
  msgstr ""
11440
 
11441
- #: wppa-settings-autosave.php:5316
11442
  msgid "Defined by the visitor"
11443
  msgstr ""
11444
 
11445
- #: wppa-settings-autosave.php:5329
11446
  #, fuzzy
11447
  msgid "Uploader Landing"
11448
  msgstr "Indl&aelig;sning fejlede"
11449
 
11450
- #: wppa-settings-autosave.php:5330
11451
  msgid "Select the landing page for the Uploader Widget"
11452
  msgstr ""
11453
 
11454
- #: wppa-settings-autosave.php:5350
11455
  msgid "Bestof Landing"
11456
  msgstr ""
11457
 
11458
- #: wppa-settings-autosave.php:5351
11459
  msgid "Select the landing page for the BestOf Widget / Box"
11460
  msgstr ""
11461
 
11462
- #: wppa-settings-autosave.php:5371
11463
  msgid "Album navigator Link"
11464
  msgstr ""
11465
 
11466
- #: wppa-settings-autosave.php:5372
11467
  msgid "Select link type and page for the Album navigator Widget"
11468
  msgstr ""
11469
 
11470
- #: wppa-settings-autosave.php:5400
11471
  msgid "Supersearch Landing"
11472
  msgstr ""
11473
 
11474
- #: wppa-settings-autosave.php:5401
11475
  msgid "Select the landing page for the Supersearch Box"
11476
  msgstr ""
11477
 
11478
- #: wppa-settings-autosave.php:5421
11479
  msgid "SM widget return"
11480
  msgstr ""
11481
 
11482
- #: wppa-settings-autosave.php:5422
11483
  msgid "Select the return link for social media from widgets"
11484
  msgstr ""
11485
 
11486
- #: wppa-settings-autosave.php:5423
11487
  msgid ""
11488
  "If you select Landing page, and it wont work, it may be required to set the "
11489
  "Occur to the sequence number of the landing shortcode on the page."
11490
  msgstr ""
11491
 
11492
- #: wppa-settings-autosave.php:5424
11493
  msgid ""
11494
  "Normally it is 1, but you can try 2 etc. Always create a new shared link to "
11495
  "test a setting."
11496
  msgstr ""
11497
 
11498
- #: wppa-settings-autosave.php:5432
11499
  #, fuzzy
11500
  msgid "Home page"
11501
  msgstr "Hjem"
11502
 
11503
- #: wppa-settings-autosave.php:5433
11504
  msgid "Landing page"
11505
  msgstr ""
11506
 
11507
- #: wppa-settings-autosave.php:5444
11508
  msgid "Occur"
11509
  msgstr ""
11510
 
11511
- #: wppa-settings-autosave.php:5473
11512
  msgid "Table VII:"
11513
  msgstr ""
11514
 
11515
- #: wppa-settings-autosave.php:5473
11516
  msgid "Permissions and Restrictions:"
11517
  msgstr ""
11518
 
11519
- #: wppa-settings-autosave.php:5474
11520
  msgid ""
11521
  "This table describes the access settings for admin and front-end activities."
11522
  msgstr ""
11523
 
11524
- #: wppa-settings-autosave.php:5502
11525
  msgid "Role"
11526
  msgstr ""
11527
 
11528
- #: wppa-settings-autosave.php:5511
11529
  msgid ""
11530
  "Admin settings per user role. Enabling these settings will overrule the "
11531
  "front-end settings for the specific user role"
11532
  msgstr ""
11533
 
11534
- #: wppa-settings-autosave.php:5535
11535
  msgid "Frontend create Albums and upload Photos enabling and limiting settings"
11536
  msgstr ""
11537
 
11538
- #: wppa-settings-autosave.php:5537
11539
  #, fuzzy
11540
  msgid "User create Albums"
11541
  msgstr "Impossibile creare album. "
11542
 
11543
- #: wppa-settings-autosave.php:5538
11544
  #, fuzzy
11545
  msgid "Enable frontend album creation."
11546
  msgstr "Inserisci / modifica la descrizione per questo album."
11547
 
11548
- #: wppa-settings-autosave.php:5539
11549
  msgid "If you check this item, frontend album creation will be enabled."
11550
  msgstr ""
11551
 
11552
- #: wppa-settings-autosave.php:5549
11553
  #, fuzzy
11554
  msgid "User edit album"
11555
  msgstr "Impossibile creare album. "
11556
 
11557
- #: wppa-settings-autosave.php:5550
11558
  #, fuzzy
11559
  msgid "Enable frontent edit album name and description."
11560
  msgstr "Inserisci / modifica la descrizione per questo album."
11561
 
11562
- #: wppa-settings-autosave.php:5560
11563
  #, fuzzy
11564
  msgid "User delete Albums"
11565
  msgstr "Impossibile creare album. "
11566
 
11567
- #: wppa-settings-autosave.php:5561
11568
  #, fuzzy
11569
  msgid "Enable frontend album deletion"
11570
  msgstr "Inserisci / modifica la descrizione per questo album."
11571
 
11572
- #: wppa-settings-autosave.php:5562
11573
  msgid "If you check this item, frontend album deletion will be enabled."
11574
  msgstr ""
11575
 
11576
- #: wppa-settings-autosave.php:5572
11577
  #, fuzzy
11578
  msgid "User create Albums login"
11579
  msgstr "Impossibile creare album. "
11580
 
11581
- #: wppa-settings-autosave.php:5573
11582
  msgid "Frontend album creation requires the user is logged in."
11583
  msgstr ""
11584
 
11585
- #: wppa-settings-autosave.php:5599
11586
  #, fuzzy, php-format
11587
  msgid "Upload limit %s"
11588
  msgstr "Indsend foto"
11589
 
11590
- #: wppa-settings-autosave.php:5600
11591
  msgid "Limit upload capacity for logged out users."
11592
  msgstr ""
11593
 
11594
- #: wppa-settings-autosave.php:5601
11595
  #, php-format
11596
  msgid "Limit upload capacity for the user role %s."
11597
  msgstr ""
11598
 
11599
- #: wppa-settings-autosave.php:5602
11600
  msgid "This setting has only effect when Table VII-B2 is unchecked."
11601
  msgstr ""
11602
 
11603
- #: wppa-settings-autosave.php:5603
11604
  msgid ""
11605
  "This limitation only applies to frontend uploads when the same userrole does "
11606
  "not have the Upload checkbox checked in Table VII-A."
11607
  msgstr ""
11608
 
11609
- #: wppa-settings-autosave.php:5604 wppa-settings-autosave.php:5620
11610
- #: wppa-settings-autosave.php:7002
11611
  msgid "A value of 0 means: no limit."
11612
  msgstr ""
11613
 
11614
- #: wppa-settings-autosave.php:5617
11615
  #, fuzzy, php-format
11616
  msgid "Album limit %s"
11617
  msgstr "Album administration"
11618
 
11619
- #: wppa-settings-autosave.php:5618
11620
  #, php-format
11621
  msgid "Limit number of albums for the user role %s."
11622
  msgstr ""
11623
 
11624
- #: wppa-settings-autosave.php:5619
11625
  msgid ""
11626
  "This limitation only applies to frontend create albums when the same "
11627
  "userrole does not have the Album admin checkbox checked in Table VII-A."
11628
  msgstr ""
11629
 
11630
- #: wppa-settings-autosave.php:5631
11631
  #, fuzzy
11632
  msgid "Upload one only"
11633
  msgstr "Indsend foto"
11634
 
11635
- #: wppa-settings-autosave.php:5632
11636
  msgid "Non admin users can upload only one photo at a time."
11637
  msgstr ""
11638
 
11639
- #: wppa-settings-autosave.php:5642
11640
  #, fuzzy
11641
  msgid "Upload moderation"
11642
  msgstr "Indsend foto"
11643
 
11644
- #: wppa-settings-autosave.php:5643
11645
  #, fuzzy
11646
  msgid "Uploaded photos need moderation."
11647
  msgstr "Denne indsendelse kr&aelig;ver godkendelse"
11648
 
11649
- #: wppa-settings-autosave.php:5644
11650
  msgid ""
11651
  "If checked, photos uploaded by users who do not have photo album admin "
11652
  "access rights need moderation."
11653
  msgstr ""
11654
 
11655
- #: wppa-settings-autosave.php:5645
11656
  msgid ""
11657
  "Users who have photo album admin access rights can change the photo status "
11658
  "to publish or featured."
11659
  msgstr ""
11660
 
11661
- #: wppa-settings-autosave.php:5646
11662
  msgid "You can set the album admin access rights in Table VII-A."
11663
  msgstr ""
11664
 
11665
- #: wppa-settings-autosave.php:5655
11666
  #, fuzzy
11667
  msgid "Upload notify"
11668
  msgstr "Indsend foto"
11669
 
11670
- #: wppa-settings-autosave.php:5656
11671
  msgid "Notify admin at frontend upload."
11672
  msgstr ""
11673
 
11674
- #: wppa-settings-autosave.php:5657 wppa-settings-autosave.php:5668
11675
  msgid "If checked, admin will receive a notification by email."
11676
  msgstr ""
11677
 
11678
- #: wppa-settings-autosave.php:5666
11679
  msgid "Upload backend notify"
11680
  msgstr ""
11681
 
11682
- #: wppa-settings-autosave.php:5667
11683
  msgid "Notify admin at backend upload."
11684
  msgstr ""
11685
 
11686
- #: wppa-settings-autosave.php:5677
11687
  msgid "Max size in pixels"
11688
  msgstr ""
11689
 
11690
- #: wppa-settings-autosave.php:5678
11691
  msgid "Max size for height and width for front-end uploads."
11692
  msgstr ""
11693
 
11694
- #: wppa-settings-autosave.php:5679
11695
  msgid "Enter the maximum size. 0 is unlimited"
11696
  msgstr ""
11697
 
11698
- #: wppa-settings-autosave.php:5688
11699
  msgid "Home after Upload"
11700
  msgstr ""
11701
 
11702
- #: wppa-settings-autosave.php:5689
11703
  msgid "After successfull front-end upload, go to the home page."
11704
  msgstr ""
11705
 
11706
- #: wppa-settings-autosave.php:5699
11707
  msgid "Admin Functionality restrictions for non administrators"
11708
  msgstr ""
11709
 
11710
- #: wppa-settings-autosave.php:5701
11711
  msgid "Alt thumb is restricted"
11712
  msgstr ""
11713
 
11714
- #: wppa-settings-autosave.php:5702
11715
  msgid "Using <b>alt thumbsize</b> is a restricted action."
11716
  msgstr ""
11717
 
11718
- #: wppa-settings-autosave.php:5703
11719
  msgid ""
11720
  "If checked: alt thumbsize can not be set in album admin by users not having "
11721
  "admin rights."
11722
  msgstr ""
11723
 
11724
- #: wppa-settings-autosave.php:5712
11725
  msgid "Link is restricted"
11726
  msgstr ""
11727
 
11728
- #: wppa-settings-autosave.php:5713
11729
  msgid "Using <b>Link to</b> is a restricted action."
11730
  msgstr ""
11731
 
11732
- #: wppa-settings-autosave.php:5714
11733
  msgid ""
11734
  "If checked: Link to: can not be set in album admin by users not having admin "
11735
  "rights."
11736
  msgstr ""
11737
 
11738
- #: wppa-settings-autosave.php:5723
11739
  msgid "CoverType is restricted"
11740
  msgstr ""
11741
 
11742
- #: wppa-settings-autosave.php:5724
11743
  msgid "Changing <b>Cover Type</b> is a restricted action."
11744
  msgstr ""
11745
 
11746
- #: wppa-settings-autosave.php:5725
11747
  msgid ""
11748
  "If checked: Cover Type: can not be set in album admin by users not having "
11749
  "admin rights."
11750
  msgstr ""
11751
 
11752
- #: wppa-settings-autosave.php:5734
11753
  msgid "Photo order# is restricted"
11754
  msgstr ""
11755
 
11756
- #: wppa-settings-autosave.php:5735
11757
  msgid "Changing <b>Photo sort order #</b> is a restricted action."
11758
  msgstr ""
11759
 
11760
- #: wppa-settings-autosave.php:5736
11761
  msgid ""
11762
  "If checked: Photo sort order #: can not be set in photo admin by users not "
11763
  "having admin rights."
11764
  msgstr ""
11765
 
11766
- #: wppa-settings-autosave.php:5745
11767
  msgid "Change source restricted"
11768
  msgstr ""
11769
 
11770
- #: wppa-settings-autosave.php:5746
11771
  msgid "Changing the import source dir requires admin rights."
11772
  msgstr ""
11773
 
11774
- #: wppa-settings-autosave.php:5747
11775
  msgid ""
11776
  "If checked, the imput source for importing photos and albums is restricted "
11777
  "to user role administrator."
11778
  msgstr ""
11779
 
11780
- #: wppa-settings-autosave.php:5756
11781
  msgid "Extended status restricted"
11782
  msgstr ""
11783
 
11784
- #: wppa-settings-autosave.php:5757
11785
  msgid "Setting status other than pending or publish requires admin rights."
11786
  msgstr ""
11787
 
11788
- #: wppa-settings-autosave.php:5767
11789
  msgid "Photo description restricted"
11790
  msgstr ""
11791
 
11792
- #: wppa-settings-autosave.php:5768
11793
  msgid "Edit photo description requires admin rights."
11794
  msgstr ""
11795
 
11796
- #: wppa-settings-autosave.php:5778
11797
  msgid "Update photofiles restricted"
11798
  msgstr ""
11799
 
11800
- #: wppa-settings-autosave.php:5779
11801
  msgid "Re-upload files requires admin rights"
11802
  msgstr ""
11803
 
11804
- #: wppa-settings-autosave.php:5789
11805
  msgid "Miscellaneous limiting settings"
11806
  msgstr ""
11807
 
11808
- #: wppa-settings-autosave.php:5791
11809
  msgid "Owners only"
11810
  msgstr ""
11811
 
11812
- #: wppa-settings-autosave.php:5792
11813
  msgid "Limit edit album access to the album owners only."
11814
  msgstr ""
11815
 
11816
- #: wppa-settings-autosave.php:5793
11817
  msgid "If checked, non-admin users can edit their own albums only."
11818
  msgstr ""
11819
 
11820
- #: wppa-settings-autosave.php:5802
11821
  msgid "Upload Owners only"
11822
  msgstr ""
11823
 
11824
- #: wppa-settings-autosave.php:5803
11825
  msgid "Limit uploads to the album owners only."
11826
  msgstr ""
11827
 
11828
- #: wppa-settings-autosave.php:5804
11829
  msgid ""
11830
  "If checked, users can upload to their own own albums and --- public --- only."
11831
  msgstr ""
11832
 
11833
- #: wppa-settings-autosave.php:5813
11834
  #, fuzzy
11835
  msgid "Uploader Edit"
11836
  msgstr "Indsend foto"
11837
 
11838
- #: wppa-settings-autosave.php:5814
11839
  msgid "Allow the uploader to edit the photo info"
11840
  msgstr ""
11841
 
11842
- #: wppa-settings-autosave.php:5815
11843
  msgid ""
11844
  "If checked, any logged in user that has upload rights and uploads an image "
11845
  "has the capability to edit the photo information."
11846
  msgstr ""
11847
 
11848
- #: wppa-settings-autosave.php:5816
11849
  msgid "Note: This may be AFTER moderation!!"
11850
  msgstr ""
11851
 
11852
- #: wppa-settings-autosave.php:5825
11853
  #, fuzzy
11854
  msgid "Uploader Moderate Comment"
11855
  msgstr "Godkend kommentar administration"
11856
 
11857
- #: wppa-settings-autosave.php:5826
11858
  msgid "The owner of the photo can moderate the photos comments."
11859
  msgstr ""
11860
 
11861
- #: wppa-settings-autosave.php:5827
11862
  msgid "This setting requires \"Uploader edit\" to be enabled also."
11863
  msgstr ""
11864
 
11865
- #: wppa-settings-autosave.php:5836
11866
  msgid "Upload memory check frontend"
11867
  msgstr ""
11868
 
11869
- #: wppa-settings-autosave.php:5837 wppa-settings-autosave.php:5848
11870
  msgid "Disable uploading photos that are too large."
11871
  msgstr ""
11872
 
11873
- #: wppa-settings-autosave.php:5838 wppa-settings-autosave.php:5849
11874
  msgid ""
11875
  "To prevent out of memory crashes during upload and possible database "
11876
  "inconsistencies, uploads can be prevented if the photos are too big."
11877
  msgstr ""
11878
 
11879
- #: wppa-settings-autosave.php:5847
11880
  msgid "Upload memory check admin"
11881
  msgstr ""
11882
 
11883
- #: wppa-settings-autosave.php:5858
11884
  #, fuzzy
11885
  msgid "Comment captcha"
11886
  msgstr "Kommentarer tilf&oslash;jet"
11887
 
11888
- #: wppa-settings-autosave.php:5859
11889
  msgid "Use a simple calculate captcha on comments form."
11890
  msgstr ""
11891
 
11892
- #: wppa-settings-autosave.php:5870
11893
  msgid "Spam lifetime"
11894
  msgstr ""
11895
 
11896
- #: wppa-settings-autosave.php:5871
11897
  msgid "Delete spam comments when older than."
11898
  msgstr ""
11899
 
11900
- #: wppa-settings-autosave.php:5874
11901
  #, fuzzy
11902
  msgid "10 minutes"
11903
  msgstr "1 minut"
11904
 
11905
- #: wppa-settings-autosave.php:5874
11906
  msgid "half an hour"
11907
  msgstr ""
11908
 
11909
- #: wppa-settings-autosave.php:5874
11910
  #, fuzzy
11911
  msgid "one hour"
11912
  msgstr "1 time"
11913
 
11914
- #: wppa-settings-autosave.php:5874
11915
  #, fuzzy
11916
  msgid "one day"
11917
  msgstr "1 dag"
11918
 
11919
- #: wppa-settings-autosave.php:5874
11920
  #, fuzzy
11921
  msgid "one week"
11922
  msgstr "1 uge"
11923
 
11924
- #: wppa-settings-autosave.php:5884
11925
  msgid "Avoid duplicates"
11926
  msgstr ""
11927
 
11928
- #: wppa-settings-autosave.php:5885
11929
  msgid "Prevent the creation of duplicate photos."
11930
  msgstr ""
11931
 
11932
- #: wppa-settings-autosave.php:5886
11933
  msgid ""
11934
  "If checked: uploading, importing, copying or moving photos to other albums "
11935
  "will be prevented when the desitation album already contains a photo with "
11936
  "the same filename."
11937
  msgstr ""
11938
 
11939
- #: wppa-settings-autosave.php:5895
11940
  msgid "Blacklist user"
11941
  msgstr ""
11942
 
11943
- #: wppa-settings-autosave.php:5896 wppa-settings-autosave.php:5897
11944
  msgid "Set the status of all the users photos to 'pending'."
11945
  msgstr ""
11946
 
11947
- #: wppa-settings-autosave.php:5898
11948
  msgid "Also inhibits further uploads."
11949
  msgstr ""
11950
 
11951
- #: wppa-settings-autosave.php:5904
11952
  msgid "--- select a user to blacklist ---"
11953
  msgstr ""
11954
 
11955
- #: wppa-settings-autosave.php:5914 wppa-settings-autosave.php:5919
11956
- #: wppa-settings-autosave.php:5940 wppa-settings-autosave.php:8036
11957
- #: wppa-settings-autosave.php:8078
11958
  msgid "The page will be reloaded after the action has taken place."
11959
  msgstr ""
11960
 
11961
- #: wppa-settings-autosave.php:5920
11962
  msgid "User login name <b>( case sensitive! )</b>:"
11963
  msgstr ""
11964
 
11965
- #: wppa-settings-autosave.php:5928
11966
  msgid "Unblacklist user"
11967
  msgstr ""
11968
 
11969
- #: wppa-settings-autosave.php:5929
11970
  msgid "Set the status of all the users photos to 'publish'."
11971
  msgstr ""
11972
 
11973
- #: wppa-settings-autosave.php:5933
11974
  msgid "--- select a user to unblacklist ---"
11975
  msgstr ""
11976
 
11977
- #: wppa-settings-autosave.php:5948
11978
  #, fuzzy
11979
  msgid "Photo owner change"
11980
  msgstr "Dagens foto"
11981
 
11982
- #: wppa-settings-autosave.php:5949
11983
  msgid "Administrators can change photo owner"
11984
  msgstr ""
11985
 
11986
- #: wppa-settings-autosave.php:5977
11987
  msgid "Table VIII:"
11988
  msgstr ""
11989
 
11990
- #: wppa-settings-autosave.php:5977
11991
  msgid "Actions:"
11992
  msgstr ""
11993
 
11994
- #: wppa-settings-autosave.php:5978
11995
  msgid "This table lists all actions that can be taken to the wppa+ system"
11996
  msgstr ""
11997
 
11998
- #: wppa-settings-autosave.php:5988 wppa-settings-autosave.php:6568
11999
  msgid "Specification"
12000
  msgstr ""
12001
 
12002
- #: wppa-settings-autosave.php:5989 wppa-settings-autosave.php:6569
12003
- #: wppa-settings-autosave.php:8819 wppa-settings-autosave.php:8841
12004
  msgid "Do it!"
12005
  msgstr ""
12006
 
12007
- #: wppa-settings-autosave.php:5991 wppa-settings-autosave.php:6571
12008
  msgid "To Go"
12009
  msgstr ""
12010
 
12011
- #: wppa-settings-autosave.php:5999
12012
  msgid "Harmless and reverseable actions"
12013
  msgstr ""
12014
 
12015
- #: wppa-settings-autosave.php:6001
12016
  msgid "Ignore concurrency"
12017
  msgstr ""
12018
 
12019
- #: wppa-settings-autosave.php:6002
12020
  msgid "Ignore the prevention of concurrent actions."
12021
  msgstr ""
12022
 
12023
- #: wppa-settings-autosave.php:6003
12024
  msgid ""
12025
  "This setting is meant to recover from deadlock situations only. Use with "
12026
  "care!"
12027
  msgstr ""
12028
 
12029
- #: wppa-settings-autosave.php:6014
12030
  msgid "Setup"
12031
  msgstr ""
12032
 
12033
- #: wppa-settings-autosave.php:6015
12034
  msgid "Re-initialize plugin."
12035
  msgstr ""
12036
 
12037
- #: wppa-settings-autosave.php:6016
12038
  msgid ""
12039
  "Re-initilizes the plugin, (re)creates database tables and sets up default "
12040
  "settings and directories if required."
12041
  msgstr ""
12042
 
12043
- #: wppa-settings-autosave.php:6017
12044
  msgid ""
12045
  "This action may be required to setup blogs in a multiblog (network) site as "
12046
  "well as in rare cases to correct initilization errors."
12047
  msgstr ""
12048
 
12049
- #: wppa-settings-autosave.php:6028
12050
  #, fuzzy
12051
  msgid "Backup settings"
12052
  msgstr "Indstillinger"
12053
 
12054
- #: wppa-settings-autosave.php:6029
12055
  msgid "Save all settings into a backup file."
12056
  msgstr ""
12057
 
12058
- #: wppa-settings-autosave.php:6030
12059
  msgid "Saves all the settings into a backup file"
12060
  msgstr ""
12061
 
12062
- #: wppa-settings-autosave.php:6041
12063
  #, fuzzy
12064
  msgid "Load settings"
12065
  msgstr "Indstillinger"
12066
 
12067
- #: wppa-settings-autosave.php:6042
12068
  msgid "Restore all settings from defaults, a backup or skin file."
12069
  msgstr ""
12070
 
12071
- #: wppa-settings-autosave.php:6043
12072
  msgid ""
12073
  "Restores all the settings from the factory supplied defaults, the backup you "
12074
  "created or from a skin file."
12075
  msgstr ""
12076
 
12077
- #: wppa-settings-autosave.php:6049
12078
  #, fuzzy
12079
  msgid "--- set to defaults ---"
12080
  msgstr "--- vises ikke ---"
12081
 
12082
- #: wppa-settings-autosave.php:6052
12083
  msgid "--- restore backup ---"
12084
  msgstr ""
12085
 
12086
- #: wppa-settings-autosave.php:6074
12087
  msgid "Regenerate"
12088
  msgstr ""
12089
 
12090
- #: wppa-settings-autosave.php:6075 wppa-settings-autosave.php:6076
12091
  #, fuzzy
12092
  msgid "Regenerate all thumbnails."
12093
  msgstr "Se"
12094
 
12095
- #: wppa-settings-autosave.php:6079 wppa-settings-autosave.php:6183
12096
  msgid "Skip one"
12097
  msgstr ""
12098
 
12099
- #: wppa-settings-autosave.php:6088
12100
  #, fuzzy
12101
  msgid "Rerate"
12102
  msgstr "Vedligehold"
12103
 
12104
- #: wppa-settings-autosave.php:6089
12105
  msgid "Recalculate ratings."
12106
  msgstr ""
12107
 
12108
- #: wppa-settings-autosave.php:6090
12109
  msgid ""
12110
  "This function will recalculate all mean photo ratings from the ratings table."
12111
  msgstr ""
12112
 
12113
- #: wppa-settings-autosave.php:6091
12114
  msgid ""
12115
  "You may need this function after the re-import of previously exported photos"
12116
  msgstr ""
12117
 
12118
- #: wppa-settings-autosave.php:6102
12119
  #, fuzzy
12120
  msgid "Lost and found"
12121
  msgstr "Billede ikke fundet"
12122
 
12123
- #: wppa-settings-autosave.php:6103
12124
  msgid "Find \"lost\" photos."
12125
  msgstr ""
12126
 
12127
- #: wppa-settings-autosave.php:6104
12128
  msgid "This function will attempt to find lost photos."
12129
  msgstr ""
12130
 
12131
- #: wppa-settings-autosave.php:6115
12132
  msgid "Recuperate"
12133
  msgstr ""
12134
 
12135
- #: wppa-settings-autosave.php:6117
12136
  msgid ""
12137
  "This action will attempt to find and register IPTC and EXIF data from photos "
12138
  "in the WPPA+ system."
12139
  msgstr ""
12140
 
12141
- #: wppa-settings-autosave.php:6128
12142
  msgid "Remake Index Albums"
12143
  msgstr ""
12144
 
12145
- #: wppa-settings-autosave.php:6129
12146
  msgid "Remakes the index database table for albums."
12147
  msgstr ""
12148
 
12149
- #: wppa-settings-autosave.php:6141
12150
  #, fuzzy
12151
  msgid "Remake Index Photos"
12152
  msgstr "fotos"
12153
 
12154
- #: wppa-settings-autosave.php:6142
12155
  msgid "Remakes the index database table for photos."
12156
  msgstr ""
12157
 
12158
- #: wppa-settings-autosave.php:6160
12159
  msgid "Convert to tree"
12160
  msgstr ""
12161
 
12162
- #: wppa-settings-autosave.php:6161
12163
  msgid "Convert filesystem to tree structure."
12164
  msgstr ""
12165
 
12166
- #: wppa-settings-autosave.php:6164
12167
  msgid "Convert to flat"
12168
  msgstr ""
12169
 
12170
- #: wppa-settings-autosave.php:6165
12171
  msgid "Convert filesystem to flat structure."
12172
  msgstr ""
12173
 
12174
- #: wppa-settings-autosave.php:6167
12175
  msgid ""
12176
  "If you want to go back to a wppa+ version prior to 5.0.16, you MUST convert "
12177
  "to flat first."
12178
  msgstr ""
12179
 
12180
- #: wppa-settings-autosave.php:6179
12181
  msgid "Remake the photofiles from photo sourcefiles."
12182
  msgstr ""
12183
 
12184
- #: wppa-settings-autosave.php:6180
12185
  msgid ""
12186
  "This action will remake the fullsize images, thumbnail images, and will "
12187
  "refresh the iptc and exif data for all photos where the source is found in "
12188
  "the corresponding album sub-directory of the source directory."
12189
  msgstr ""
12190
 
12191
- #: wppa-settings-autosave.php:6192
12192
  msgid "Recalc sizes"
12193
  msgstr ""
12194
 
12195
- #: wppa-settings-autosave.php:6193
12196
  msgid "Recalculate photosizes and save to db."
12197
  msgstr ""
12198
 
12199
- #: wppa-settings-autosave.php:6205
12200
  msgid "Clearing and other irreverseable actions"
12201
  msgstr ""
12202
 
12203
- #: wppa-settings-autosave.php:6207
12204
  #, fuzzy
12205
  msgid "Clear ratings"
12206
  msgstr "Altezza massima."
12207
 
12208
- #: wppa-settings-autosave.php:6208
12209
  msgid "Reset all ratings."
12210
  msgstr ""
12211
 
12212
- #: wppa-settings-autosave.php:6209
12213
  msgid "WARNING: If checked, this will clear all ratings in the system!"
12214
  msgstr ""
12215
 
12216
- #: wppa-settings-autosave.php:6220
12217
  msgid "Clear viewcounts"
12218
  msgstr ""
12219
 
12220
- #: wppa-settings-autosave.php:6221
12221
  msgid "Reset all viewcounts."
12222
  msgstr ""
12223
 
12224
- #: wppa-settings-autosave.php:6222
12225
  msgid "WARNING: If checked, this will clear all viewcounts in the system!"
12226
  msgstr ""
12227
 
12228
- #: wppa-settings-autosave.php:6233
12229
  msgid "Reset IPTC"
12230
  msgstr ""
12231
 
12232
- #: wppa-settings-autosave.php:6234
12233
  #, fuzzy
12234
  msgid "Clear all IPTC data."
12235
  msgstr "Skjul IPTC data"
12236
 
12237
- #: wppa-settings-autosave.php:6235
12238
  msgid "WARNING: If checked, this will clear all IPTC data in the system!"
12239
  msgstr ""
12240
 
12241
- #: wppa-settings-autosave.php:6246
12242
  msgid "Reset EXIF"
12243
  msgstr ""
12244
 
12245
- #: wppa-settings-autosave.php:6247
12246
  #, fuzzy
12247
  msgid "Clear all EXIF data."
12248
  msgstr "Skjul EXIF data"
12249
 
12250
- #: wppa-settings-autosave.php:6248
12251
  msgid "WARNING: If checked, this will clear all EXIF data in the system!"
12252
  msgstr ""
12253
 
12254
- #: wppa-settings-autosave.php:6259
12255
  #, fuzzy
12256
  msgid "Apply New Photodesc"
12257
  msgstr "Se forside fotos"
12258
 
12259
- #: wppa-settings-autosave.php:6260
12260
  msgid "Apply New photo description on all photos in the system."
12261
  msgstr ""
12262
 
12263
- #: wppa-settings-autosave.php:6272
12264
  msgid "Append to photodesc"
12265
  msgstr ""
12266
 
12267
- #: wppa-settings-autosave.php:6273
12268
  #, fuzzy
12269
  msgid "Append this text to all photo descriptions."
12270
  msgstr "Inds&aelig;t/rediger beskrivelse af foto"
12271
 
12272
- #: wppa-settings-autosave.php:6287
12273
  msgid "Remove from photodesc"
12274
  msgstr ""
12275
 
12276
- #: wppa-settings-autosave.php:6288
12277
  #, fuzzy
12278
  msgid "Remove this text from all photo descriptions."
12279
  msgstr "Inds&aelig;t/rediger beskrivelse af foto"
12280
 
12281
- #: wppa-settings-autosave.php:6302
12282
  #, fuzzy
12283
  msgid "Remove empty albums"
12284
  msgstr "Le impostazioni sono state aggiornate"
12285
 
12286
- #: wppa-settings-autosave.php:6303
12287
  msgid "Removes albums that are not used."
12288
  msgstr ""
12289
 
12290
- #: wppa-settings-autosave.php:6315
12291
  msgid "Remove file-ext"
12292
  msgstr ""
12293
 
12294
- #: wppa-settings-autosave.php:6316
12295
  msgid "Remove possible file extension from photo name."
12296
  msgstr ""
12297
 
12298
- #: wppa-settings-autosave.php:6317
12299
  msgid ""
12300
  "This may be required for old photos, uploaded when the option in Table IX-D3 "
12301
  "was not yet available/selected."
12302
  msgstr ""
12303
 
12304
- #: wppa-settings-autosave.php:6328
12305
  msgid "Re-add file-ext"
12306
  msgstr ""
12307
 
12308
- #: wppa-settings-autosave.php:6329
12309
  msgid "Revert the <i>Remove file-ext</i> action."
12310
  msgstr ""
12311
 
12312
- #: wppa-settings-autosave.php:6341
12313
  msgid "Watermark all"
12314
  msgstr ""
12315
 
12316
- #: wppa-settings-autosave.php:6342
12317
  msgid "Apply watermark according to current settings to all photos."
12318
  msgstr ""
12319
 
12320
- #: wppa-settings-autosave.php:6343
12321
  msgid "See Table IX_F for the current watermark settings"
12322
  msgstr ""
12323
 
12324
- #: wppa-settings-autosave.php:6354
12325
  #, fuzzy
12326
  msgid "Create all autopages"
12327
  msgstr "Impossibile creare album. "
12328
 
12329
- #: wppa-settings-autosave.php:6355
12330
  msgid "Create all the pages to display slides individually."
12331
  msgstr ""
12332
 
12333
- #: wppa-settings-autosave.php:6356 wppa-settings-autosave.php:6370
12334
  msgid "See also Table IV-A10."
12335
  msgstr ""
12336
 
12337
- #: wppa-settings-autosave.php:6357
12338
  msgid ""
12339
  "Make sure you have a custom menu and the \"Automatically add new top-level "
12340
  "pages to this menu\" box UNticked!!"
12341
  msgstr ""
12342
 
12343
- #: wppa-settings-autosave.php:6368
12344
  #, fuzzy
12345
  msgid "Delete all autopages"
12346
  msgstr "Impossibile creare album. "
12347
 
12348
- #: wppa-settings-autosave.php:6369
12349
  msgid "Delete all the pages to display slides individually."
12350
  msgstr ""
12351
 
12352
- #: wppa-settings-autosave.php:6382
12353
  msgid "Leading zeroes"
12354
  msgstr ""
12355
 
12356
- #: wppa-settings-autosave.php:6383
12357
  msgid "If photoname numeric, add leading zeros"
12358
  msgstr ""
12359
 
12360
- #: wppa-settings-autosave.php:6384
12361
  msgid ""
12362
  "You can extend the name with leading zeros, so alphabetic sort becomes equal "
12363
  "to numeric sort order."
12364
  msgstr ""
12365
 
12366
- #: wppa-settings-autosave.php:6387
12367
  msgid "Total chars"
12368
  msgstr ""
12369
 
12370
- #: wppa-settings-autosave.php:6396
12371
  msgid "Add GPX tag"
12372
  msgstr ""
12373
 
12374
- #: wppa-settings-autosave.php:6397
12375
  msgid "Make sure photos with gpx data have a Gpx tag"
12376
  msgstr ""
12377
 
12378
- #: wppa-settings-autosave.php:6410 wppa-settings-autosave.php:7154
12379
  msgid "Optimize files"
12380
  msgstr ""
12381
 
12382
- #: wppa-settings-autosave.php:6411
12383
  msgid "Optimize with EWWW image optimizer"
12384
  msgstr ""
12385
 
12386
- #: wppa-settings-autosave.php:6424
12387
  #, fuzzy
12388
  msgid "Edit tag"
12389
  msgstr "N&aelig;ste billede"
12390
 
12391
- #: wppa-settings-autosave.php:6425
12392
  msgid "Globally change a tagname."
12393
  msgstr ""
12394
 
12395
- #: wppa-settings-autosave.php:6431
12396
  #, fuzzy
12397
  msgid "-select a tag-"
12398
  msgstr ""
12399
  "Nessuna corrispondenza con i tuoi termini di ricerca. Riprova con una chiave "
12400
  "di ricerca differente."
12401
 
12402
- #: wppa-settings-autosave.php:6437
12403
  msgid "Tag:"
12404
  msgstr ""
12405
 
12406
- #: wppa-settings-autosave.php:6438
12407
  msgid "Change to:"
12408
  msgstr ""
12409
 
12410
- #: wppa-settings-autosave.php:6447
12411
  msgid "Synchronize Cloudinary"
12412
  msgstr ""
12413
 
12414
- #: wppa-settings-autosave.php:6448
12415
  msgid "Removes/adds images in the cloud."
12416
  msgstr ""
12417
 
12418
- #: wppa-settings-autosave.php:6449
12419
  msgid "Removes old images and verifies/adds new images to Cloudinary."
12420
  msgstr ""
12421
 
12422
- #: wppa-settings-autosave.php:6450
12423
  msgid "See Table IX-K4.7 for the configured lifetime."
12424
  msgstr ""
12425
 
12426
- #: wppa-settings-autosave.php:6461
12427
  msgid "Fix tags"
12428
  msgstr ""
12429
 
12430
- #: wppa-settings-autosave.php:6462
12431
  msgid "Make sure photo tags format is uptodate"
12432
  msgstr ""
12433
 
12434
- #: wppa-settings-autosave.php:6463
12435
  msgid "Fixes tags to be conform current database rules."
12436
  msgstr ""
12437
 
12438
- #: wppa-settings-autosave.php:6474
12439
  msgid "Fix cats"
12440
  msgstr ""
12441
 
12442
- #: wppa-settings-autosave.php:6475
12443
  msgid "Make sure album cats format is uptodate"
12444
  msgstr ""
12445
 
12446
- #: wppa-settings-autosave.php:6476
12447
  msgid "Fixes cats to be conform current database rules."
12448
  msgstr ""
12449
 
12450
- #: wppa-settings-autosave.php:6502
12451
  #, fuzzy
12452
  msgid "Listings"
12453
  msgstr "Indstillinger"
12454
 
12455
- #: wppa-settings-autosave.php:6504
12456
  msgid "List Logfile"
12457
  msgstr ""
12458
 
12459
- #: wppa-settings-autosave.php:6505
12460
  msgid "Show the content of wppa+ (error) log."
12461
  msgstr ""
12462
 
12463
- #: wppa-settings-autosave.php:6509
12464
  msgid "Purge logfile"
12465
  msgstr ""
12466
 
12467
- #: wppa-settings-autosave.php:6518
12468
  #, fuzzy
12469
  msgid "List Ratings"
12470
  msgstr "Bed&oslash;mmelse: %s"
12471
 
12472
- #: wppa-settings-autosave.php:6519
12473
  #, fuzzy
12474
  msgid "Show the most recent ratings."
12475
  msgstr "Se fotos med h&oslash;jeste bed&oslash;mmelse"
12476
 
12477
- #: wppa-settings-autosave.php:6532
12478
  msgid "List Index"
12479
  msgstr ""
12480
 
12481
- #: wppa-settings-autosave.php:6533
12482
  msgid "Show the content if the index table."
12483
  msgstr ""
12484
 
12485
- #: wppa-settings-autosave.php:6537
12486
  msgid "Start at text:"
12487
  msgstr ""
12488
 
12489
- #: wppa-settings-autosave.php:6547
12490
  msgid "List active sessions"
12491
  msgstr ""
12492
 
12493
- #: wppa-settings-autosave.php:6548
12494
  msgid "Show the content of the sessions table."
12495
  msgstr ""
12496
 
12497
- #: wppa-settings-autosave.php:6581
12498
  msgid "Table IX:"
12499
  msgstr ""
12500
 
12501
- #: wppa-settings-autosave.php:6581
12502
  msgid "Miscellaneous:"
12503
  msgstr ""
12504
 
12505
- #: wppa-settings-autosave.php:6582
12506
  msgid "This table lists all settings that do not fit into an other table"
12507
  msgstr ""
12508
 
12509
- #: wppa-settings-autosave.php:6600
12510
  msgid "Internal engine related settings"
12511
  msgstr ""
12512
 
12513
- #: wppa-settings-autosave.php:6602
12514
  msgid "WPPA+ Filter priority"
12515
  msgstr ""
12516
 
12517
- #: wppa-settings-autosave.php:6603
12518
  msgid "Sets the priority of the wppa+ content filter."
12519
  msgstr ""
12520
 
12521
- #: wppa-settings-autosave.php:6604 wppa-settings-autosave.php:6614
12522
  msgid ""
12523
  "If you encounter conflicts with the theme or other plugins, increasing this "
12524
  "value sometimes helps. Use with great care!"
12525
  msgstr ""
12526
 
12527
- #: wppa-settings-autosave.php:6605
12528
- #, php-format
12529
- msgid "For use with %%wppa%% scripting."
12530
- msgstr ""
12531
-
12532
- #: wppa-settings-autosave.php:6612
12533
  msgid "Do_shortcode priority"
12534
  msgstr ""
12535
 
12536
- #: wppa-settings-autosave.php:6613
12537
  msgid "Sets the priority of the do_shortcode() content filter."
12538
  msgstr ""
12539
 
12540
- #: wppa-settings-autosave.php:6615
12541
- msgid "For use with [wppa][/wppa] shortcodes."
12542
- msgstr ""
12543
-
12544
- #: wppa-settings-autosave.php:6622
12545
  msgid "JPG image quality"
12546
  msgstr ""
12547
 
12548
- #: wppa-settings-autosave.php:6623
12549
  msgid "The jpg quality when photos are downsized"
12550
  msgstr ""
12551
 
12552
- #: wppa-settings-autosave.php:6624
12553
  msgid "The higher the number the better the quality but the larger the file"
12554
  msgstr ""
12555
 
12556
- #: wppa-settings-autosave.php:6625
12557
  msgid "Possible values 20..100"
12558
  msgstr ""
12559
 
12560
- #: wppa-settings-autosave.php:6632
12561
  msgid "Allow WPPA+ Debugging"
12562
  msgstr ""
12563
 
12564
- #: wppa-settings-autosave.php:6633
12565
  msgid "Allow the use of &amp;debug=.. in urls to this site."
12566
  msgstr ""
12567
 
12568
- #: wppa-settings-autosave.php:6634
12569
  msgid ""
12570
  "If checked: appending (?)(&)debug or (?)(&)debug=<int> to an url to this "
12571
  "site will generate the display of special WPPA+ diagnostics, as well as php "
12572
  "warnings"
12573
  msgstr ""
12574
 
12575
- #: wppa-settings-autosave.php:6641
12576
  msgid "Auto continue"
12577
  msgstr ""
12578
 
12579
- #: wppa-settings-autosave.php:6642
12580
  msgid "Continue automatic after time out"
12581
  msgstr ""
12582
 
12583
- #: wppa-settings-autosave.php:6643
12584
  msgid ""
12585
  "If checked, an attempt will be made to restart an admin process when the "
12586
  "time is out."
12587
  msgstr ""
12588
 
12589
- #: wppa-settings-autosave.php:6651
12590
  msgid "Set max execution time here."
12591
  msgstr ""
12592
 
12593
- #: wppa-settings-autosave.php:6652
12594
  msgid ""
12595
  "If your php config does not properly set the max execution time, you can set "
12596
  "it here. Seconds, 0 means do not change."
12597
  msgstr ""
12598
 
12599
- #: wppa-settings-autosave.php:6653
12600
  msgid "A safe value is 45"
12601
  msgstr ""
12602
 
12603
- #: wppa-settings-autosave.php:6660
12604
  msgid "Feed use thumb"
12605
  msgstr ""
12606
 
12607
- #: wppa-settings-autosave.php:6661
12608
  msgid "Feeds use thumbnail pictures always."
12609
  msgstr ""
12610
 
12611
- #: wppa-settings-autosave.php:6669
12612
  msgid "Enable <i>in-line</i> settings"
12613
  msgstr ""
12614
 
12615
- #: wppa-settings-autosave.php:6670
12616
  msgid "Activates shortcode [wppa_set][/wppa_set]."
12617
  msgstr ""
12618
 
12619
- #: wppa-settings-autosave.php:6671
12620
  msgid ""
12621
  "Syntax: [wppa_set name=\"any wppa setting\" value=\"new value\"][/wppa_set]"
12622
  msgstr ""
12623
 
12624
- #: wppa-settings-autosave.php:6672
12625
  msgid ""
12626
  "Example: [wppa_set name=\"wppa_thumbtype\" value=\"masonry-v\"][/wppa_set] "
12627
  "sets the thumbnail type to vertical masonry style"
12628
  msgstr ""
12629
 
12630
- #: wppa-settings-autosave.php:6673
12631
  msgid "Do not forget to reset with [wppa_set][/wppa_set]"
12632
  msgstr ""
12633
 
12634
- #: wppa-settings-autosave.php:6674
12635
  msgid "Use with great care! There is no check on validity of values!"
12636
  msgstr ""
12637
 
12638
- #: wppa-settings-autosave.php:6681
12639
  msgid "Runtime modifyable settings"
12640
  msgstr ""
12641
 
12642
- #: wppa-settings-autosave.php:6682
12643
  msgid "The setting slugs that may be altered using [wppa_set] shortcode."
12644
  msgstr ""
12645
 
12646
- #: wppa-settings-autosave.php:6691
12647
  msgid "WPPA+ Admin related miscellaneous settings"
12648
  msgstr ""
12649
 
12650
- #: wppa-settings-autosave.php:6693
12651
  msgid "Allow HTML"
12652
  msgstr ""
12653
 
12654
- #: wppa-settings-autosave.php:6694
12655
  msgid "Allow HTML in album and photo descriptions."
12656
  msgstr ""
12657
 
12658
- #: wppa-settings-autosave.php:6695
12659
  msgid ""
12660
  "If checked: html is allowed. WARNING: No checks on syntax, it is your own "
12661
  "responsability to close tags properly!"
12662
  msgstr ""
12663
 
12664
- #: wppa-settings-autosave.php:6702
12665
  msgid "Check tag balance"
12666
  msgstr ""
12667
 
12668
- #: wppa-settings-autosave.php:6703
12669
  msgid "Check if the HTML tags are properly closed: \"balanced\"."
12670
  msgstr ""
12671
 
12672
- #: wppa-settings-autosave.php:6704
12673
  msgid ""
12674
  "If the HTML tags in an album or a photo description are not in balance, the "
12675
  "description is not updated, an errormessage is displayed"
12676
  msgstr ""
12677
 
12678
- #: wppa-settings-autosave.php:6711
12679
  msgid "Use WP editor"
12680
  msgstr ""
12681
 
12682
- #: wppa-settings-autosave.php:6712
12683
  msgid "Use the wp editor for multiline text fields."
12684
  msgstr ""
12685
 
12686
- #: wppa-settings-autosave.php:6720
12687
  msgid "Album sel hierarchic"
12688
  msgstr ""
12689
 
12690
- #: wppa-settings-autosave.php:6721
12691
  msgid "Show albums with (grand)parents in selection lists."
12692
  msgstr ""
12693
 
12694
- #: wppa-settings-autosave.php:6729
12695
  msgid "Page sel hierarchic"
12696
  msgstr ""
12697
 
12698
- #: wppa-settings-autosave.php:6730
12699
  msgid "Show pages with (grand)parents in selection lists."
12700
  msgstr ""
12701
 
12702
- #: wppa-settings-autosave.php:6739
12703
  msgid "Photo admin page size"
12704
  msgstr ""
12705
 
12706
- #: wppa-settings-autosave.php:6740
12707
  msgid ""
12708
  "The number of photos per page on the <br/>Edit Album -> Manage photos and "
12709
  "Edit Photos admin pages."
12710
  msgstr ""
12711
 
12712
- #: wppa-settings-autosave.php:6750
12713
  #, fuzzy
12714
  msgid "Comment admin page size"
12715
  msgstr "%d kommentarer"
12716
 
12717
- #: wppa-settings-autosave.php:6751
12718
  msgid "The number of comments per page on the Comments admin pages."
12719
  msgstr ""
12720
 
12721
- #: wppa-settings-autosave.php:6761
12722
  msgid "Geo info edit"
12723
  msgstr ""
12724
 
12725
- #: wppa-settings-autosave.php:6762
12726
  msgid "Lattitude and longitude may be edited in photo admin."
12727
  msgstr ""
12728
 
12729
- #: wppa-settings-autosave.php:6770
12730
  msgid "Admin bar menu admin"
12731
  msgstr ""
12732
 
12733
- #: wppa-settings-autosave.php:6771
12734
  msgid "Show menu on admin bar on admin pages."
12735
  msgstr ""
12736
 
12737
- #: wppa-settings-autosave.php:6779
12738
  msgid "Admin bar menu frontend"
12739
  msgstr ""
12740
 
12741
- #: wppa-settings-autosave.php:6780
12742
  msgid "Show menu on admin bar on frontend pages."
12743
  msgstr ""
12744
 
12745
- #: wppa-settings-autosave.php:6788
12746
  msgid "Add shortcode to posts"
12747
  msgstr ""
12748
 
12749
- #: wppa-settings-autosave.php:6789
12750
  msgid "Add a shortcode to the end of all posts."
12751
  msgstr ""
12752
 
12753
- #: wppa-settings-autosave.php:6797
12754
  msgid "Shortcode to add"
12755
  msgstr ""
12756
 
12757
- #: wppa-settings-autosave.php:6798
12758
  msgid "The shortcode to be added to the posts."
12759
  msgstr ""
12760
 
12761
- #: wppa-settings-autosave.php:6806
12762
  msgid "We use Scripts"
12763
  msgstr ""
12764
 
12765
- #: wppa-settings-autosave.php:6807
12766
  msgid "Use scripting syntax in shortcode generator."
12767
  msgstr ""
12768
 
12769
- #: wppa-settings-autosave.php:6808
12770
  msgid ""
12771
  "This setting defines if the shortcode generator outputs old style script "
12772
  "tags or new style shortcodes."
12773
  msgstr ""
12774
 
12775
- #: wppa-settings-autosave.php:6816
12776
  msgid "Import page prieviews"
12777
  msgstr ""
12778
 
12779
- #: wppa-settings-autosave.php:6817
12780
  msgid "Show thumbnail previews in import admin page."
12781
  msgstr ""
12782
 
12783
- #: wppa-settings-autosave.php:6825
12784
  #, fuzzy
12785
  msgid "Upload audiostub"
12786
  msgstr "Indsend foto"
12787
 
12788
- #: wppa-settings-autosave.php:6826
12789
  msgid "Upload a new audio stub file"
12790
  msgstr ""
12791
 
12792
- #: wppa-settings-autosave.php:6830
12793
  #, fuzzy
12794
  msgid "Upload audio stub image"
12795
  msgstr "Uploaded fil er ikke et billede"
12796
 
12797
- #: wppa-settings-autosave.php:6835
12798
  msgid "Confirm create"
12799
  msgstr ""
12800
 
12801
- #: wppa-settings-autosave.php:6836
12802
  msgid "Display confirmation dialog before creating album."
12803
  msgstr ""
12804
 
12805
- #: wppa-settings-autosave.php:6845
12806
  msgid "SEO related settings"
12807
  msgstr ""
12808
 
12809
- #: wppa-settings-autosave.php:6847
12810
  msgid "Meta on page"
12811
  msgstr ""
12812
 
12813
- #: wppa-settings-autosave.php:6848
12814
  msgid "Meta tags for photos on the page."
12815
  msgstr ""
12816
 
12817
- #: wppa-settings-autosave.php:6849
12818
  msgid ""
12819
  "If checked, the header of the page will contain metatags that refer to "
12820
  "featured photos on the page in the page context."
12821
  msgstr ""
12822
 
12823
- #: wppa-settings-autosave.php:6856
12824
  msgid "Meta all"
12825
  msgstr ""
12826
 
12827
- #: wppa-settings-autosave.php:6857
12828
  #, fuzzy
12829
  msgid "Meta tags for all featured photos."
12830
  msgstr "Se fotos med h&oslash;jeste bed&oslash;mmelse"
12831
 
12832
- #: wppa-settings-autosave.php:6858
12833
  msgid ""
12834
  "If checked, the header of the page will contain metatags that refer to all "
12835
  "featured photo files."
12836
  msgstr ""
12837
 
12838
- #: wppa-settings-autosave.php:6859
12839
  msgid ""
12840
  "If you have many featured photos, you might wish to uncheck this item to "
12841
  "reduce the size of the page header."
12842
  msgstr ""
12843
 
12844
- #: wppa-settings-autosave.php:6866
12845
  msgid "Add og meta tags"
12846
  msgstr ""
12847
 
12848
- #: wppa-settings-autosave.php:6867
12849
  msgid "Add og meta tags to the page header."
12850
  msgstr ""
12851
 
12852
- #: wppa-settings-autosave.php:6870
12853
  msgid ""
12854
  "Turning this off may affect the functionality of social media items in the "
12855
  "share box that rely on open graph tags information."
12856
  msgstr ""
12857
 
12858
- #: wppa-settings-autosave.php:6876
12859
  msgid "Image Alt attribute type"
12860
  msgstr ""
12861
 
12862
- #: wppa-settings-autosave.php:6877
12863
  msgid "Select kind of HTML alt=\"\" content for images."
12864
  msgstr ""
12865
 
12866
- #: wppa-settings-autosave.php:6880
12867
  #, fuzzy
12868
  msgid "photo name"
12869
  msgstr "Indtast foto navn"
12870
 
12871
- #: wppa-settings-autosave.php:6880
12872
  msgid "name without file-ext"
12873
  msgstr ""
12874
 
12875
- #: wppa-settings-autosave.php:6880
12876
  #, fuzzy
12877
  msgid "set in album admin"
12878
  msgstr ""
12879
  "Nessuna corrispondenza con i tuoi termini di ricerca. Riprova con una chiave "
12880
  "di ricerca differente."
12881
 
12882
- #: wppa-settings-autosave.php:6887
12883
  msgid "New Album and New Photo related miscellaneous settings"
12884
  msgstr ""
12885
 
12886
- #: wppa-settings-autosave.php:6890
12887
  msgid "Maximum time an album is indicated as New!"
12888
  msgstr ""
12889
 
12890
- #: wppa-settings-autosave.php:6894 wppa-settings-autosave.php:6935
12891
  #, fuzzy
12892
  msgid "One hour"
12893
  msgstr "1 time"
12894
 
12895
- #: wppa-settings-autosave.php:6895 wppa-settings-autosave.php:6936
12896
- #: wppa-settings-autosave.php:7938
12897
  #, fuzzy
12898
  msgid "One day"
12899
  msgstr "1 dag"
12900
 
12901
- #: wppa-settings-autosave.php:6896 wppa-settings-autosave.php:6937
12902
  #, fuzzy
12903
  msgid "Two days"
12904
  msgstr "dage"
12905
 
12906
- #: wppa-settings-autosave.php:6897 wppa-settings-autosave.php:6938
12907
  msgid "Three days"
12908
  msgstr ""
12909
 
12910
- #: wppa-settings-autosave.php:6898 wppa-settings-autosave.php:6939
12911
  #, fuzzy
12912
  msgid "Four days"
12913
  msgstr "dage"
12914
 
12915
- #: wppa-settings-autosave.php:6899 wppa-settings-autosave.php:6940
12916
  #, fuzzy
12917
  msgid "Five days"
12918
  msgstr "dage"
12919
 
12920
- #: wppa-settings-autosave.php:6900 wppa-settings-autosave.php:6941
12921
  #, fuzzy
12922
  msgid "Six days"
12923
  msgstr "dage"
12924
 
12925
- #: wppa-settings-autosave.php:6901 wppa-settings-autosave.php:6942
12926
- #: wppa-settings-autosave.php:7939
12927
  #, fuzzy
12928
  msgid "One week"
12929
  msgstr "1 uge"
12930
 
12931
- #: wppa-settings-autosave.php:6902 wppa-settings-autosave.php:6943
12932
  msgid "Eight days"
12933
  msgstr ""
12934
 
12935
- #: wppa-settings-autosave.php:6903 wppa-settings-autosave.php:6944
12936
  #, fuzzy
12937
  msgid "Nine days"
12938
  msgstr "dage"
12939
 
12940
- #: wppa-settings-autosave.php:6904 wppa-settings-autosave.php:6945
12941
  #, fuzzy
12942
  msgid "Ten days"
12943
  msgstr "dage"
12944
 
12945
- #: wppa-settings-autosave.php:6905 wppa-settings-autosave.php:6946
12946
  #, fuzzy
12947
  msgid "Two weeks"
12948
  msgstr "uger"
12949
 
12950
- #: wppa-settings-autosave.php:6906 wppa-settings-autosave.php:6947
12951
  #, fuzzy
12952
  msgid "Three weeks"
12953
  msgstr "uger"
12954
 
12955
- #: wppa-settings-autosave.php:6907 wppa-settings-autosave.php:6948
12956
  #, fuzzy
12957
  msgid "Four weeks"
12958
  msgstr "uger"
12959
 
12960
- #: wppa-settings-autosave.php:6908 wppa-settings-autosave.php:6949
12961
- #: wppa-settings-autosave.php:7940
12962
  #, fuzzy
12963
  msgid "One month"
12964
  msgstr "1 m&aring;ned"
12965
 
12966
- #: wppa-settings-autosave.php:6930
12967
  #, fuzzy
12968
  msgid "New Photo"
12969
  msgstr "N&aelig;ste billede"
12970
 
12971
- #: wppa-settings-autosave.php:6931
12972
  msgid "Maximum time a photo is indicated as New!"
12973
  msgstr ""
12974
 
12975
- #: wppa-settings-autosave.php:6971
12976
  msgid "Limit LasTen New"
12977
  msgstr ""
12978
 
12979
- #: wppa-settings-autosave.php:6972
12980
  msgid "Limits the LasTen photos to those that are 'New'."
12981
  msgstr ""
12982
 
12983
- #: wppa-settings-autosave.php:6973
12984
  msgid ""
12985
  "If you tick this box and configured the new photo time, you can even limit "
12986
  "the number by the setting in Table I-F7, or set that number to an unlikely "
12987
  "high value."
12988
  msgstr ""
12989
 
12990
- #: wppa-settings-autosave.php:6980
12991
  msgid "Apply Newphoto desc"
12992
  msgstr ""
12993
 
12994
- #: wppa-settings-autosave.php:6981
12995
  msgid "Give each new photo a standard description."
12996
  msgstr ""
12997
 
12998
- #: wppa-settings-autosave.php:6982
12999
  msgid ""
13000
  "If checked, each new photo will get the description (template) as specified "
13001
  "in the next item."
13002
  msgstr ""
13003
 
13004
- #: wppa-settings-autosave.php:6989
13005
  #, fuzzy
13006
  msgid "New photo desc"
13007
  msgstr "Nyt foto indsendt: %s"
13008
 
13009
- #: wppa-settings-autosave.php:6990
13010
  msgid "The description (template) to add to a new photo."
13011
  msgstr ""
13012
 
13013
- #: wppa-settings-autosave.php:6991
13014
  #, fuzzy
13015
  msgid "Enter the default description."
13016
  msgstr "Inserisci / modifica la descrizione per questo album."
13017
 
13018
- #: wppa-settings-autosave.php:6992
13019
  msgid "If you use html, please check item A-1 of this table."
13020
  msgstr ""
13021
 
13022
- #: wppa-settings-autosave.php:7000
13023
  msgid "New albums are created with this upload limit."
13024
  msgstr ""
13025
 
13026
- #: wppa-settings-autosave.php:7001
13027
  msgid ""
13028
  "Administrators can change the limit settings in the \"Edit Album Information"
13029
  "\" admin page."
13030
  msgstr ""
13031
 
13032
- #: wppa-settings-autosave.php:7018
13033
  msgid "Default parent"
13034
  msgstr ""
13035
 
13036
- #: wppa-settings-autosave.php:7019
13037
  msgid "The parent album of new albums."
13038
  msgstr ""
13039
 
13040
- #: wppa-settings-autosave.php:7036
13041
  msgid "Default parent always"
13042
  msgstr ""
13043
 
13044
- #: wppa-settings-autosave.php:7037
13045
  msgid ""
13046
  "The parent album of new albums is always the default, except for "
13047
  "administrators."
13048
  msgstr ""
13049
 
13050
- #: wppa-settings-autosave.php:7045
13051
  msgid "Show album full"
13052
  msgstr ""
13053
 
13054
- #: wppa-settings-autosave.php:7046
13055
  msgid "Show the Upload limit reached message if appropriate."
13056
  msgstr ""
13057
 
13058
- #: wppa-settings-autosave.php:7054
13059
  #, fuzzy
13060
  msgid "Grant an album"
13061
  msgstr "Impossibile creare album. "
13062
 
13063
- #: wppa-settings-autosave.php:7055
13064
  msgid "Create an album for each user logging in."
13065
  msgstr ""
13066
 
13067
- #: wppa-settings-autosave.php:7063
13068
  #, fuzzy
13069
  msgid "Grant album name"
13070
  msgstr ""
13071
  "Inserisci nome, colore, dimensione e peso per il font che sarà utilizzato "
13072
  "per i titoli delle copertine degli album."
13073
 
13074
- #: wppa-settings-autosave.php:7064
13075
  msgid "The name to be used for the album."
13076
  msgstr ""
13077
 
13078
- #: wppa-settings-autosave.php:7067
13079
  #, fuzzy
13080
  msgid "Login name"
13081
  msgstr "Dit navn"
13082
 
13083
- #: wppa-settings-autosave.php:7067 wppa-upldr-widget.php:181
13084
  msgid "Display name"
13085
  msgstr ""
13086
 
13087
- #: wppa-settings-autosave.php:7067
13088
  msgid "Id"
13089
  msgstr ""
13090
 
13091
- #: wppa-settings-autosave.php:7067
13092
  msgid "Firstname Lastname"
13093
  msgstr ""
13094
 
13095
- #: wppa-settings-autosave.php:7074
13096
  msgid "Grant parent"
13097
  msgstr ""
13098
 
13099
- #: wppa-settings-autosave.php:7075
13100
  msgid "The parent album of the auto created albums."
13101
  msgstr ""
13102
 
13103
- #: wppa-settings-autosave.php:7092
13104
  #, fuzzy
13105
  msgid "Max user albums"
13106
  msgstr ""
13107
  "Puoi creare dei vari album che contengono delle foto così come creare allo "
13108
  "stesso tempo dei sotto-album."
13109
 
13110
- #: wppa-settings-autosave.php:7093
13111
  msgid "The max number of albums a user can create."
13112
  msgstr ""
13113
 
13114
- #: wppa-settings-autosave.php:7094
13115
  msgid ""
13116
  "The maximum number of albums a user can create when he is not admin and "
13117
  "owner only is active"
13118
  msgstr ""
13119
 
13120
- #: wppa-settings-autosave.php:7095
13121
  msgid "A number of 0 means No limit"
13122
  msgstr ""
13123
 
13124
- #: wppa-settings-autosave.php:7102
13125
  #, fuzzy
13126
  msgid "Default photo name"
13127
  msgstr "Standard foto album for"
13128
 
13129
- #: wppa-settings-autosave.php:7103
13130
  msgid "Select the way the name of a new uploaded photo should be determined."
13131
  msgstr ""
13132
 
13133
- #: wppa-settings-autosave.php:7106
13134
  msgid "Filename"
13135
  msgstr ""
13136
 
13137
- #: wppa-settings-autosave.php:7107
13138
  msgid "Filename without extension"
13139
  msgstr ""
13140
 
13141
- #: wppa-settings-autosave.php:7108
13142
  msgid "IPTC Tag 2#005 (Graphic name)"
13143
  msgstr ""
13144
 
13145
- #: wppa-settings-autosave.php:7109
13146
  msgid "IPTC Tag 2#120 (Caption)"
13147
  msgstr ""
13148
 
13149
- #: wppa-settings-autosave.php:7110
13150
  msgid "No name at all"
13151
  msgstr ""
13152
 
13153
- #: wppa-settings-autosave.php:7118
13154
  #, fuzzy
13155
  msgid "Default coverphoto"
13156
  msgstr "Se forside foto"
13157
 
13158
- #: wppa-settings-autosave.php:7119
13159
  msgid "Name of photofile to become cover image"
13160
  msgstr ""
13161
 
13162
- #: wppa-settings-autosave.php:7120
13163
  msgid ""
13164
  "If you name a photofile like this setting before upload, it will become the "
13165
  "coverimage automaticly."
13166
  msgstr ""
13167
 
13168
- #: wppa-settings-autosave.php:7127
13169
  msgid "Copy Timestamp"
13170
  msgstr ""
13171
 
13172
- #: wppa-settings-autosave.php:7128
13173
  msgid "Copy timestamp when copying photo."
13174
  msgstr ""
13175
 
13176
- #: wppa-settings-autosave.php:7129
13177
  msgid "If checked, the copied photo is not \"new\""
13178
  msgstr ""
13179
 
13180
- #: wppa-settings-autosave.php:7136
13181
  msgid "Copy Owner"
13182
  msgstr ""
13183
 
13184
- #: wppa-settings-autosave.php:7137
13185
  msgid "Copy the owner when copying photo."
13186
  msgstr ""
13187
 
13188
- #: wppa-settings-autosave.php:7145
13189
  msgid "FE Albums public"
13190
  msgstr ""
13191
 
13192
- #: wppa-settings-autosave.php:7146
13193
  msgid "Frontend created albums are --- public ---"
13194
  msgstr ""
13195
 
13196
- #: wppa-settings-autosave.php:7155
13197
  msgid "Optimize image files right after upload/import"
13198
  msgstr ""
13199
 
13200
- #: wppa-settings-autosave.php:7156
13201
  msgid "This option requires the plugin EWWW Image Optimizer to be activated"
13202
  msgstr ""
13203
 
13204
- #: wppa-settings-autosave.php:7163
13205
  #, fuzzy
13206
  msgid "Default album linktype"
13207
  msgstr "Standard foto album for"
13208
 
13209
- #: wppa-settings-autosave.php:7164
13210
  msgid "The album linktype for new albums"
13211
  msgstr ""
13212
 
13213
- #: wppa-settings-autosave.php:7183
13214
  msgid "Search Albums and Photos related settings"
13215
  msgstr ""
13216
 
13217
- #: wppa-settings-autosave.php:7185
13218
  #, fuzzy
13219
  msgid "Search page"
13220
  msgstr "Cerca"
13221
 
13222
- #: wppa-settings-autosave.php:7186
13223
  msgid "Display the search results on page."
13224
  msgstr ""
13225
 
13226
- #: wppa-settings-autosave.php:7187
13227
  #, php-format
13228
  msgid ""
13229
  "Select the page to be used to display search results. The page MUST contain "
13230
  "%%wppa%% or [wppa][/wppa]."
13231
  msgstr ""
13232
 
13233
- #: wppa-settings-autosave.php:7188
13234
  msgid "You may give it the title \"Search results\" or something alike."
13235
  msgstr ""
13236
 
13237
- #: wppa-settings-autosave.php:7189
13238
  msgid ""
13239
  "Or you ou may use the standard page on which you display the generic album."
13240
  msgstr ""
13241
 
13242
- #: wppa-settings-autosave.php:7222
13243
  msgid "Exclude separate"
13244
  msgstr ""
13245
 
13246
- #: wppa-settings-autosave.php:7223
13247
  #, fuzzy
13248
  msgid "Do not search 'separate' albums."
13249
  msgstr "Impossibile creare album. "
13250
 
13251
- #: wppa-settings-autosave.php:7224
13252
  msgid ""
13253
  "When checked, albums (and photos in them) that have the parent set to --- "
13254
  "separate --- will be excluded from being searched."
13255
  msgstr ""
13256
 
13257
- #: wppa-settings-autosave.php:7231
13258
  msgid "Include tags"
13259
  msgstr ""
13260
 
13261
- #: wppa-settings-autosave.php:7232
13262
  msgid "Do also search the photo tags."
13263
  msgstr ""
13264
 
13265
- #: wppa-settings-autosave.php:7233
13266
  msgid "When checked, the tags of the photo will also be searched."
13267
  msgstr ""
13268
 
13269
- #: wppa-settings-autosave.php:7240
13270
  msgid "Include categories"
13271
  msgstr ""
13272
 
13273
- #: wppa-settings-autosave.php:7241
13274
  msgid "Do also search the album categories."
13275
  msgstr ""
13276
 
13277
- #: wppa-settings-autosave.php:7242
13278
  msgid "When checked, the categories of the album will also be searched."
13279
  msgstr ""
13280
 
13281
- #: wppa-settings-autosave.php:7249
13282
  #, fuzzy
13283
  msgid "Include comments"
13284
  msgstr "%d kommentarer"
13285
 
13286
- #: wppa-settings-autosave.php:7250
13287
  msgid "Do also search the comments on photos."
13288
  msgstr ""
13289
 
13290
- #: wppa-settings-autosave.php:7251
13291
  msgid "When checked, the comments of the photos will also be searched."
13292
  msgstr ""
13293
 
13294
- #: wppa-settings-autosave.php:7258
13295
  #, fuzzy
13296
  msgid "Photos only"
13297
  msgstr "Foto"
13298
 
13299
- #: wppa-settings-autosave.php:7259
13300
  msgid "Search for photos only."
13301
  msgstr ""
13302
 
13303
- #: wppa-settings-autosave.php:7260
13304
  msgid "When checked, only photos will be searched for."
13305
  msgstr ""
13306
 
13307
- #: wppa-settings-autosave.php:7275
13308
  msgid "Max albums found"
13309
  msgstr ""
13310
 
13311
- #: wppa-settings-autosave.php:7276
13312
  msgid "The maximum number of albums to be displayed."
13313
  msgstr ""
13314
 
13315
- #: wppa-settings-autosave.php:7284
13316
  #, fuzzy
13317
  msgid "Max photos found"
13318
  msgstr ""
13319
  "Ingen album eller fotos fundet der svarer til dine s&oslash;ge kriterier."
13320
 
13321
- #: wppa-settings-autosave.php:7285
13322
  msgid "The maximum number of photos to be displayed."
13323
  msgstr ""
13324
 
13325
- #: wppa-settings-autosave.php:7293
13326
  msgid "Tags OR only"
13327
  msgstr ""
13328
 
13329
- #: wppa-settings-autosave.php:7294
13330
  msgid "No and / or buttons"
13331
  msgstr ""
13332
 
13333
- #: wppa-settings-autosave.php:7295
13334
  msgid ""
13335
  "Hide the and/or radiobuttons and do the or method in the multitag widget and "
13336
  "shortcode."
13337
  msgstr ""
13338
 
13339
- #: wppa-settings-autosave.php:7302
13340
  msgid "Floating searchtoken"
13341
  msgstr ""
13342
 
13343
- #: wppa-settings-autosave.php:7303
13344
  msgid "A match need not start at the first char."
13345
  msgstr ""
13346
 
13347
- #: wppa-settings-autosave.php:7304
13348
  msgid ""
13349
  "A match is found while searching also when the entered token is somewhere in "
13350
  "the middle of a word."
13351
  msgstr ""
13352
 
13353
- #: wppa-settings-autosave.php:7305
13354
  msgid "This works in indexed search only!"
13355
  msgstr ""
13356
 
13357
- #: wppa-settings-autosave.php:7312
13358
  #, fuzzy
13359
  msgid "Search results display"
13360
  msgstr "Risultati della ricerca per: %s"
13361
 
13362
- #: wppa-settings-autosave.php:7313
13363
  msgid "Select the way the search results should be displayed."
13364
  msgstr ""
13365
 
13366
- #: wppa-settings-autosave.php:7314
13367
  msgid ""
13368
  "If you select anything different from \"Albums and thumbnails\", \"Photos "
13369
  "only\" is assumed (Table IX-E6)."
13370
  msgstr ""
13371
 
13372
- #: wppa-settings-autosave.php:7316
13373
  #, fuzzy
13374
  msgid "Albums and thumbnails"
13375
  msgstr "Se"
13376
 
13377
- #: wppa-settings-autosave.php:7316
13378
  #, fuzzy
13379
  msgid "Slideonly slideshow"
13380
  msgstr "Slideshow barra laterale"
13381
 
13382
- #: wppa-settings-autosave.php:7323
13383
  msgid "Name max length"
13384
  msgstr ""
13385
 
13386
- #: wppa-settings-autosave.php:7324
13387
  msgid "Max length of displayed photonames in supersearch selectionlist"
13388
  msgstr ""
13389
 
13390
- #: wppa-settings-autosave.php:7325 wppa-settings-autosave.php:7334
13391
  msgid ""
13392
  "To limit the length of the selectionlist, enter the number of characters to "
13393
  "show."
13394
  msgstr ""
13395
 
13396
- #: wppa-settings-autosave.php:7332
13397
  msgid "Text max length"
13398
  msgstr ""
13399
 
13400
- #: wppa-settings-autosave.php:7333
13401
  msgid "Max length of displayed photo text in supersearch selectionlist"
13402
  msgstr ""
13403
 
13404
- #: wppa-settings-autosave.php:7341
13405
  msgid "Watermark related settings"
13406
  msgstr ""
13407
 
13408
- #: wppa-settings-autosave.php:7344
13409
  msgid "Enable the application of watermarks."
13410
  msgstr ""
13411
 
13412
- #: wppa-settings-autosave.php:7345
13413
  msgid "If checked, photos can be watermarked during upload / import."
13414
  msgstr ""
13415
 
13416
- #: wppa-settings-autosave.php:7354
13417
  #, fuzzy
13418
  msgid "Watermark file"
13419
  msgstr "Inds&aelig;t vandm&aelig;rke:"
13420
 
13421
- #: wppa-settings-autosave.php:7355
13422
  msgid "The default watermarkfile to be used."
13423
  msgstr ""
13424
 
13425
- #: wppa-settings-autosave.php:7356
13426
  msgid "Watermark files are of type png and reside in"
13427
  msgstr ""
13428
 
13429
- #: wppa-settings-autosave.php:7357
13430
  msgid ""
13431
  "A suitable watermarkfile typically consists of a transparent background and "
13432
  "a black text or drawing."
13433
  msgstr ""
13434
 
13435
- #: wppa-settings-autosave.php:7359
13436
  msgid ""
13437
  "You may also select one of the textual watermark types at the bottom of the "
13438
  "selection list."
13439
  msgstr ""
13440
 
13441
- #: wppa-settings-autosave.php:7363
13442
  #, fuzzy
13443
  msgid "position:"
13444
  msgstr "Position:"
13445
 
13446
- #: wppa-settings-autosave.php:7369
13447
  #, fuzzy
13448
  msgid "Upload watermark"
13449
  msgstr "Inds&aelig;t vandm&aelig;rke:"
13450
 
13451
- #: wppa-settings-autosave.php:7370
13452
  #, fuzzy
13453
  msgid "Upload a new watermark file"
13454
  msgstr "Inds&aelig;t vandm&aelig;rke:"
13455
 
13456
- #: wppa-settings-autosave.php:7374
13457
  #, fuzzy
13458
  msgid "Upload watermark image"
13459
  msgstr "Inds&aelig;t vandm&aelig;rke:"
13460
 
13461
- #: wppa-settings-autosave.php:7379
13462
  msgid "Watermark opacity image"
13463
  msgstr ""
13464
 
13465
- #: wppa-settings-autosave.php:7380
13466
  msgid "You can set the intensity of image watermarks here."
13467
  msgstr ""
13468
 
13469
- #: wppa-settings-autosave.php:7381 wppa-settings-autosave.php:7466
13470
  msgid ""
13471
  "The higher the number, the intenser the watermark. Value must be > 0 and <= "
13472
  "100."
13473
  msgstr ""
13474
 
13475
- #: wppa-settings-autosave.php:7388
13476
  #, fuzzy
13477
  msgid "Textual watermark style"
13478
  msgstr "Inds&aelig;t vandm&aelig;rke:"
13479
 
13480
- #: wppa-settings-autosave.php:7389
13481
  msgid "The way the textual watermarks look like"
13482
  msgstr ""
13483
 
13484
- #: wppa-settings-autosave.php:7393
13485
  msgid "TV subtitle style"
13486
  msgstr ""
13487
 
13488
- #: wppa-settings-autosave.php:7393
13489
  msgid "White text on black background"
13490
  msgstr ""
13491
 
13492
- #: wppa-settings-autosave.php:7393
13493
  msgid "Black text on white background"
13494
  msgstr ""
13495
 
13496
- #: wppa-settings-autosave.php:7393
13497
  msgid "Reverse TV style (Utopia)"
13498
  msgstr ""
13499
 
13500
- #: wppa-settings-autosave.php:7393
13501
  msgid "White on transparent background"
13502
  msgstr ""
13503
 
13504
- #: wppa-settings-autosave.php:7393
13505
  msgid "Black on transparent background"
13506
  msgstr ""
13507
 
13508
- #: wppa-settings-autosave.php:7403
13509
  msgid "Predefined watermark text"
13510
  msgstr ""
13511
 
13512
- #: wppa-settings-autosave.php:7404
13513
  msgid "The text to use when --- pre-defined --- is selected."
13514
  msgstr ""
13515
 
13516
- #: wppa-settings-autosave.php:7405
13517
  msgid "You may use the following keywords:"
13518
  msgstr ""
13519
 
13520
- #: wppa-settings-autosave.php:7406
13521
  msgid "w#site, w#owner, w#name, w#filename"
13522
  msgstr ""
13523
 
13524
- #: wppa-settings-autosave.php:7413
13525
  #, fuzzy
13526
  msgid "Textual watermark font"
13527
  msgstr "Inds&aelig;t vandm&aelig;rke:"
13528
 
13529
- #: wppa-settings-autosave.php:7414
13530
  msgid "The font to use with textusl watermarks."
13531
  msgstr ""
13532
 
13533
- #: wppa-settings-autosave.php:7415
13534
  msgid "Except for the system font, are font files of type ttf and reside in"
13535
  msgstr ""
13536
 
13537
- #: wppa-settings-autosave.php:7443
13538
  #, fuzzy
13539
  msgid "Textual watermark font size"
13540
  msgstr "Inds&aelig;t vandm&aelig;rke:"
13541
 
13542
- #: wppa-settings-autosave.php:7444
13543
  msgid "You can set the size of the truetype fonts only."
13544
  msgstr ""
13545
 
13546
- #: wppa-settings-autosave.php:7445
13547
  msgid ""
13548
  "System font can have size 1,2,3,4 or 5, in some stoneage fontsize units. Any "
13549
  "value > 5 will be treated as 5."
13550
  msgstr ""
13551
 
13552
- #: wppa-settings-autosave.php:7446
13553
  msgid ""
13554
  "Truetype fonts can have any positive integer size, if your PHPs GD version "
13555
  "is 1, in pixels, in GD2 in points."
13556
  msgstr ""
13557
 
13558
- #: wppa-settings-autosave.php:7447
13559
  msgid "It is unclear howmany pixels a point is..."
13560
  msgstr ""
13561
 
13562
- #: wppa-settings-autosave.php:7454
13563
  #, fuzzy
13564
  msgid "Upload watermark font"
13565
  msgstr "Inds&aelig;t vandm&aelig;rke:"
13566
 
13567
- #: wppa-settings-autosave.php:7455
13568
  #, fuzzy
13569
  msgid "Upload a new watermark font file"
13570
  msgstr "Inds&aelig;t vandm&aelig;rke:"
13571
 
13572
- #: wppa-settings-autosave.php:7456
13573
  msgid ""
13574
  "Upload truetype fonts (.ttf) only, and test if they work on your server "
13575
  "platform."
13576
  msgstr ""
13577
 
13578
- #: wppa-settings-autosave.php:7459
13579
  #, fuzzy
13580
  msgid "Upload TrueType font"
13581
  msgstr "Indsend foto"
13582
 
13583
- #: wppa-settings-autosave.php:7464
13584
  msgid "Watermark opacity text"
13585
  msgstr ""
13586
 
13587
- #: wppa-settings-autosave.php:7465
13588
  msgid "You can set the intensity of a text watermarks here."
13589
  msgstr ""
13590
 
13591
- #: wppa-settings-autosave.php:7474
13592
  msgid "A real life preview. To update: refresh the page."
13593
  msgstr ""
13594
 
13595
- #: wppa-settings-autosave.php:7485
13596
  #, fuzzy
13597
  msgid "Watermark thumbnails"
13598
  msgstr "Se"
13599
 
13600
- #: wppa-settings-autosave.php:7486
13601
  msgid "Watermark also the thumbnail image files."
13602
  msgstr ""
13603
 
13604
- #: wppa-settings-autosave.php:7494
13605
  msgid "Slideshow elements sequence order settings"
13606
  msgstr ""
13607
 
13608
- #: wppa-settings-autosave.php:7500 wppa-settings-autosave.php:7546
13609
  #, fuzzy
13610
  msgid "StartStop"
13611
  msgstr "Start"
13612
 
13613
- #: wppa-settings-autosave.php:7501 wppa-settings-autosave.php:7547
13614
  msgid "SlideFrame"
13615
  msgstr ""
13616
 
13617
- #: wppa-settings-autosave.php:7503
13618
  msgid "Desc"
13619
  msgstr ""
13620
 
13621
- #: wppa-settings-autosave.php:7506 wppa-settings-autosave.php:7551
13622
  msgid "FilmStrip"
13623
  msgstr ""
13624
 
13625
- #: wppa-settings-autosave.php:7507 wppa-settings-autosave.php:7552
13626
  msgid "Browsebar"
13627
  msgstr ""
13628
 
13629
- #: wppa-settings-autosave.php:7509 wppa-settings-autosave.php:7554
13630
  #, fuzzy
13631
  msgid "IPTC data"
13632
  msgstr "Ingen IPTC data"
13633
 
13634
- #: wppa-settings-autosave.php:7510 wppa-settings-autosave.php:7555
13635
  #, fuzzy
13636
  msgid "EXIF data"
13637
  msgstr "Ingen EXIF data"
13638
 
13639
- #: wppa-settings-autosave.php:7511 wppa-settings-autosave.php:7556
13640
  #, fuzzy
13641
  msgid "Share box"
13642
  msgstr "Condividi su Facebook"
13643
 
13644
- #: wppa-settings-autosave.php:7513 wppa-settings-autosave.php:7558
13645
  msgid "Enabled"
13646
  msgstr ""
13647
 
13648
- #: wppa-settings-autosave.php:7514 wppa-settings-autosave.php:7559
13649
  msgid "Disabled"
13650
  msgstr ""
13651
 
13652
- #: wppa-settings-autosave.php:7516 wppa-settings-autosave.php:7561
13653
  msgid "Start/Stop & Slower/Faster navigation bar"
13654
  msgstr ""
13655
 
13656
- #: wppa-settings-autosave.php:7517 wppa-settings-autosave.php:7562
13657
  msgid "The Slide Frame"
13658
  msgstr ""
13659
 
13660
- #: wppa-settings-autosave.php:7517 wppa-settings-autosave.php:7562
13661
  msgid "( Always )"
13662
  msgstr ""
13663
 
13664
- #: wppa-settings-autosave.php:7518
13665
  #, fuzzy
13666
  msgid "Photo Name Box"
13667
  msgstr "Dagens foto"
13668
 
13669
- #: wppa-settings-autosave.php:7519
13670
  msgid "Photo Description Box"
13671
  msgstr ""
13672
 
13673
- #: wppa-settings-autosave.php:7520 wppa-settings-autosave.php:7564
13674
  msgid "Custom Box"
13675
  msgstr ""
13676
 
13677
- #: wppa-settings-autosave.php:7521 wppa-settings-autosave.php:7565
13678
  #, fuzzy
13679
  msgid "Rating Bar"
13680
  msgstr "Bed&oslash;mmelse: %s"
13681
 
13682
- #: wppa-settings-autosave.php:7522 wppa-settings-autosave.php:7566
13683
  msgid "Film Strip with embedded Start/Stop and Goto functionality"
13684
  msgstr ""
13685
 
13686
- #: wppa-settings-autosave.php:7523 wppa-settings-autosave.php:7567
13687
  msgid "Browse Bar with Photo X of Y counter"
13688
  msgstr ""
13689
 
13690
- #: wppa-settings-autosave.php:7524 wppa-settings-autosave.php:7568
13691
  #, fuzzy
13692
  msgid "Comments Box"
13693
  msgstr "%d kommentarer"
13694
 
13695
- #: wppa-settings-autosave.php:7525 wppa-settings-autosave.php:7569
13696
  msgid "IPTC box"
13697
  msgstr ""
13698
 
13699
- #: wppa-settings-autosave.php:7526 wppa-settings-autosave.php:7570
13700
  msgid "EXIF box"
13701
  msgstr ""
13702
 
13703
- #: wppa-settings-autosave.php:7527 wppa-settings-autosave.php:7571
13704
  msgid "Social media share box"
13705
  msgstr ""
13706
 
13707
- #: wppa-settings-autosave.php:7533 wppa-settings-autosave.php:7577
13708
  msgid "Move Up"
13709
  msgstr ""
13710
 
13711
- #: wppa-settings-autosave.php:7548
13712
  msgid "NameDesc"
13713
  msgstr ""
13714
 
13715
- #: wppa-settings-autosave.php:7563
13716
  msgid "Photo Name & Description Box"
13717
  msgstr ""
13718
 
13719
- #: wppa-settings-autosave.php:7587
13720
  msgid "Swap Namedesc"
13721
  msgstr ""
13722
 
13723
- #: wppa-settings-autosave.php:7588
13724
  msgid "Swap the order sequence of name and description"
13725
  msgstr ""
13726
 
13727
- #: wppa-settings-autosave.php:7596
13728
  msgid "Split Name and Desc"
13729
  msgstr ""
13730
 
13731
- #: wppa-settings-autosave.php:7597
13732
  msgid "Put Name and Description in separate boxes"
13733
  msgstr ""
13734
 
13735
- #: wppa-settings-autosave.php:7600
13736
  msgid "Please reload this page after the green checkmark appears!"
13737
  msgstr ""
13738
 
13739
- #: wppa-settings-autosave.php:7605
13740
  msgid "Source file management and other upload/import settings and actions."
13741
  msgstr ""
13742
 
13743
- #: wppa-settings-autosave.php:7607
13744
  msgid "Keep sourcefiles admin"
13745
  msgstr ""
13746
 
13747
- #: wppa-settings-autosave.php:7608
13748
  msgid "Keep the original uploaded and imported photo files."
13749
  msgstr ""
13750
 
13751
- #: wppa-settings-autosave.php:7609 wppa-settings-autosave.php:7619
13752
  msgid ""
13753
  "The files will be kept in a separate directory with subdirectories for each "
13754
  "album"
13755
  msgstr ""
13756
 
13757
- #: wppa-settings-autosave.php:7610 wppa-settings-autosave.php:7620
13758
  msgid ""
13759
  "These files can be used to update the photos used in displaying in wppa+ and "
13760
  "optionally for downloading original, un-downsized images."
13761
  msgstr ""
13762
 
13763
- #: wppa-settings-autosave.php:7617
13764
  msgid "Keep sourcefiles frontend"
13765
  msgstr ""
13766
 
13767
- #: wppa-settings-autosave.php:7618
13768
  #, fuzzy
13769
  msgid "Keep the original frontend uploaded photo files."
13770
  msgstr "Se fotos med h&oslash;jeste bed&oslash;mmelse"
13771
 
13772
- #: wppa-settings-autosave.php:7627
13773
  msgid "Source directory"
13774
  msgstr ""
13775
 
13776
- #: wppa-settings-autosave.php:7628
13777
  msgid "The path to the directory where the original photofiles will be saved."
13778
  msgstr ""
13779
 
13780
- #: wppa-settings-autosave.php:7629
13781
  msgid "You may change the directory path, but it can not be an url."
13782
  msgstr ""
13783
 
13784
- #: wppa-settings-autosave.php:7630
13785
  msgid ""
13786
  "The parent of the directory that you enter here must exist and be writable."
13787
  msgstr ""
13788
 
13789
- #: wppa-settings-autosave.php:7631
13790
  msgid "The directory itsself will be created if it does not exist yet."
13791
  msgstr ""
13792
 
13793
- #: wppa-settings-autosave.php:7638
13794
  msgid "Keep sync"
13795
  msgstr ""
13796
 
13797
- #: wppa-settings-autosave.php:7639
13798
  msgid "Keep source synchronously with wppa system."
13799
  msgstr ""
13800
 
13801
- #: wppa-settings-autosave.php:7640
13802
  msgid ""
13803
  "If checked, photos that are deleted from wppa, will also be removed from the "
13804
  "sourcefiles."
13805
  msgstr ""
13806
 
13807
- #: wppa-settings-autosave.php:7641
13808
  msgid ""
13809
  "Also, copying or moving photos to different albums, will also copy/move the "
13810
  "sourcefiles."
13811
  msgstr ""
13812
 
13813
- #: wppa-settings-autosave.php:7648
13814
  msgid "Remake add"
13815
  msgstr ""
13816
 
13817
- #: wppa-settings-autosave.php:7649
13818
  msgid "Photos will be added from the source pool"
13819
  msgstr ""
13820
 
13821
- #: wppa-settings-autosave.php:7650
13822
  msgid ""
13823
  "If checked: If photo files are found in the source directory that do not "
13824
  "exist in the corresponding album, they will be added to the album."
13825
  msgstr ""
13826
 
13827
- #: wppa-settings-autosave.php:7657
13828
  #, fuzzy
13829
  msgid "Save IPTC data"
13830
  msgstr "Skjul IPTC data"
13831
 
13832
- #: wppa-settings-autosave.php:7658
13833
  msgid "Store the iptc data from the photo into the iptc db table"
13834
  msgstr ""
13835
 
13836
- #: wppa-settings-autosave.php:7659
13837
  msgid ""
13838
  "You will need this if you enabled the display of iptc data in Table II-B17 "
13839
  "or if you use it in the photo descriptions."
13840
  msgstr ""
13841
 
13842
- #: wppa-settings-autosave.php:7666
13843
  #, fuzzy
13844
  msgid "Save EXIF data"
13845
  msgstr "Skjul EXIF data"
13846
 
13847
- #: wppa-settings-autosave.php:7667
13848
  msgid "Store the exif data from the photo into the exif db table"
13849
  msgstr ""
13850
 
13851
- #: wppa-settings-autosave.php:7668
13852
  msgid ""
13853
  "You will need this if you enabled the display of exif data in Table II-B18 "
13854
  "or if you use it in the photo descriptions."
13855
  msgstr ""
13856
 
13857
- #: wppa-settings-autosave.php:7675
13858
  msgid "Max EXIF tag array size"
13859
  msgstr ""
13860
 
13861
- #: wppa-settings-autosave.php:7676
13862
  msgid "Truncate array tags to ..."
13863
  msgstr ""
13864
 
13865
- #: wppa-settings-autosave.php:7677
13866
  msgid "A value of 0 disables this feature"
13867
  msgstr ""
13868
 
13869
- #: wppa-settings-autosave.php:7679
13870
  #, fuzzy
13871
  msgid "elements"
13872
  msgstr "%d kommentarer"
13873
 
13874
- #: wppa-settings-autosave.php:7684
13875
  msgid "Import Create page"
13876
  msgstr ""
13877
 
13878
- #: wppa-settings-autosave.php:7685
13879
  msgid "Create wp page when a directory to album is imported."
13880
  msgstr ""
13881
 
13882
- #: wppa-settings-autosave.php:7686
13883
  msgid ""
13884
  "As soon as an album is created when a directory is imported, a wp page is "
13885
  "made that displays the album content."
13886
  msgstr ""
13887
 
13888
- #: wppa-settings-autosave.php:7694
13889
  msgid "Page content"
13890
  msgstr ""
13891
 
13892
- #: wppa-settings-autosave.php:7695
13893
  msgid "The content of the page. Must contain <b>w#album</b>"
13894
  msgstr ""
13895
 
13896
- #: wppa-settings-autosave.php:7696
13897
  msgid ""
13898
  "The content of the page. Note: it must contain w#album. This will be "
13899
  "replaced by the album number in the generated shortcode."
13900
  msgstr ""
13901
 
13902
- #: wppa-settings-autosave.php:7704
13903
  msgid "Page type"
13904
  msgstr ""
13905
 
13906
- #: wppa-settings-autosave.php:7705
13907
  msgid "Select the type of page to create."
13908
  msgstr ""
13909
 
13910
- #: wppa-settings-autosave.php:7709
13911
  #, fuzzy
13912
  msgid "Post"
13913
  msgstr "--- lo stesso articolo/pagina ---"
13914
 
13915
- #: wppa-settings-autosave.php:7716
13916
  msgid "Page status"
13917
  msgstr ""
13918
 
13919
- #: wppa-settings-autosave.php:7717
13920
  msgid "Select the initial status of the page."
13921
  msgstr ""
13922
 
13923
- #: wppa-settings-autosave.php:7721
13924
  msgid "Published"
13925
  msgstr ""
13926
 
13927
- #: wppa-settings-autosave.php:7721
13928
  msgid "Draft"
13929
  msgstr ""
13930
 
13931
- #: wppa-settings-autosave.php:7729
13932
  msgid "Permalink root"
13933
  msgstr ""
13934
 
13935
- #: wppa-settings-autosave.php:7730
13936
  msgid "The name of the root for the photofile ermalink structure."
13937
  msgstr ""
13938
 
13939
- #: wppa-settings-autosave.php:7731
13940
  msgid ""
13941
  "Choose a convenient name like \"albums\" or so; this will be the name of a "
13942
  "folder inside .../wp-content/. Make sure you choose a unique name"
13943
  msgstr ""
13944
 
13945
- #: wppa-settings-autosave.php:7739
13946
  msgid "Other plugins related settings"
13947
  msgstr ""
13948
 
13949
- #: wppa-settings-autosave.php:7741
13950
  msgid "Foreign shortcodes general"
13951
  msgstr ""
13952
 
13953
- #: wppa-settings-autosave.php:7742
13954
  msgid "Enable foreign shortcodes in album names, albums desc and photo names"
13955
  msgstr ""
13956
 
13957
- #: wppa-settings-autosave.php:7750
13958
  msgid "Foreign shortcodes fullsize"
13959
  msgstr ""
13960
 
13961
- #: wppa-settings-autosave.php:7751
13962
  msgid "Enable the use of non-wppa+ shortcodes in fullsize photo descriptions."
13963
  msgstr ""
13964
 
13965
- #: wppa-settings-autosave.php:7752 wppa-settings-autosave.php:7763
13966
  msgid ""
13967
  "When checked, you can use shortcodes from other plugins in the description "
13968
  "of photos."
13969
  msgstr ""
13970
 
13971
- #: wppa-settings-autosave.php:7753
13972
  msgid "The shortcodes will be expanded in the descriptions of fullsize images."
13973
  msgstr ""
13974
 
13975
- #: wppa-settings-autosave.php:7754 wppa-settings-autosave.php:7765
13976
  msgid "You will most likely need also to check Table IX-A1 (Allow HTML)."
13977
  msgstr ""
13978
 
13979
- #: wppa-settings-autosave.php:7761
13980
  #, fuzzy
13981
  msgid "Foreign shortcodes thumbnails"
13982
  msgstr "Se"
13983
 
13984
- #: wppa-settings-autosave.php:7762
13985
  msgid "Enable the use of non-wppa+ shortcodes in thumbnail photo descriptions."
13986
  msgstr ""
13987
 
13988
- #: wppa-settings-autosave.php:7764
13989
  msgid ""
13990
  "The shortcodes will be expanded in the descriptions of thumbnail images."
13991
  msgstr ""
13992
 
13993
- #: wppa-settings-autosave.php:7772
13994
  msgid "Lightbox keyname"
13995
  msgstr ""
13996
 
13997
- #: wppa-settings-autosave.php:7773
13998
  msgid "The identifier of lightbox."
13999
  msgstr ""
14000
 
14001
- #: wppa-settings-autosave.php:7774
14002
  msgid ""
14003
  "If you use a lightbox plugin that uses rel=\"lbox-id\" you can enter the "
14004
  "lbox-id here."
14005
  msgstr ""
14006
 
14007
- #: wppa-settings-autosave.php:7781
14008
  msgid "myCRED / Cube Points: Comment"
14009
  msgstr ""
14010
 
14011
- #: wppa-settings-autosave.php:7782
14012
  #, fuzzy
14013
  msgid "Number of points for a comment"
14014
  msgstr "<a href=\"%s\">Log ind</a> for at skrive en kommentar"
14015
 
14016
- #: wppa-settings-autosave.php:7783 wppa-settings-autosave.php:7792
14017
- #: wppa-settings-autosave.php:7801
14018
  msgid "This setting requires the plugin myCRED or Cube Points"
14019
  msgstr ""
14020
 
14021
- #: wppa-settings-autosave.php:7785
14022
  #, fuzzy
14023
  msgid "points per comment"
14024
  msgstr "Din kommentar"
14025
 
14026
- #: wppa-settings-autosave.php:7790
14027
  msgid "myCRED / Cube Points: Rating"
14028
  msgstr ""
14029
 
14030
- #: wppa-settings-autosave.php:7791
14031
  msgid "Number of points for a rating vote"
14032
  msgstr ""
14033
 
14034
- #: wppa-settings-autosave.php:7794
14035
  msgid "points per vote"
14036
  msgstr ""
14037
 
14038
- #: wppa-settings-autosave.php:7799
14039
  msgid "myCRED / Cube Points: Upload"
14040
  msgstr ""
14041
 
14042
- #: wppa-settings-autosave.php:7800
14043
  msgid "Number of points for a successfull frontend upload"
14044
  msgstr ""
14045
 
14046
- #: wppa-settings-autosave.php:7803
14047
  #, fuzzy
14048
  msgid "points per upload"
14049
  msgstr "Foto caricate nell'album numero"
14050
 
14051
- #: wppa-settings-autosave.php:7808
14052
  msgid "Use SCABN"
14053
  msgstr ""
14054
 
14055
- #: wppa-settings-autosave.php:7809
14056
  msgid "Use the wppa interface to Simple Cart & Buy Now plugin."
14057
  msgstr ""
14058
 
14059
- #: wppa-settings-autosave.php:7810
14060
  msgid ""
14061
  "If checked, the shortcode to use for the \"add to cart\" button in photo "
14062
  "descriptions is [cart ...]"
14063
  msgstr ""
14064
 
14065
- #: wppa-settings-autosave.php:7811
14066
  msgid ""
14067
  "as opposed to [scabn ...] for the original scabn \"add to cart\" button."
14068
  msgstr ""
14069
 
14070
- #: wppa-settings-autosave.php:7812
14071
  msgid "The shortcode for the check-out page is still [scabn]"
14072
  msgstr ""
14073
 
14074
- #: wppa-settings-autosave.php:7813
14075
  msgid ""
14076
  "The arguments are the same, the defaults are: name = photoname, price = 0.01."
14077
  msgstr ""
14078
 
14079
- #: wppa-settings-autosave.php:7814
14080
  msgid ""
14081
  "Supplying the price should be sufficient; supply a name only when it differs "
14082
  "from the photo name."
14083
  msgstr ""
14084
 
14085
- #: wppa-settings-autosave.php:7815
14086
  msgid "This shortcode handler will also work with Ajax enabled."
14087
  msgstr ""
14088
 
14089
- #: wppa-settings-autosave.php:7816
14090
  msgid ""
14091
  "Using this interface makes sure that the item urls and callback action urls "
14092
  "are correct."
14093
  msgstr ""
14094
 
14095
- #: wppa-settings-autosave.php:7823
14096
  msgid "Use CM Tooltip Glossary"
14097
  msgstr ""
14098
 
14099
- #: wppa-settings-autosave.php:7824
14100
  msgid "Use plugin CM Tooltip Glossary on photo and album descriptions."
14101
  msgstr ""
14102
 
14103
- #: wppa-settings-autosave.php:7825
14104
  msgid ""
14105
  "You MUST set Table IV-A13: Defer javascript, also if you do not want this "
14106
  "plugin to act on album and photo descriptions!"
14107
  msgstr ""
14108
 
14109
- #: wppa-settings-autosave.php:7833
14110
  msgid "External services related settings and actions."
14111
  msgstr ""
14112
 
14113
- #: wppa-settings-autosave.php:7835
14114
  msgid "QR Code widget size"
14115
  msgstr ""
14116
 
14117
- #: wppa-settings-autosave.php:7836
14118
  msgid "The size of the QR code display."
14119
  msgstr ""
14120
 
14121
- #: wppa-settings-autosave.php:7844
14122
  msgid "QR color"
14123
  msgstr ""
14124
 
14125
- #: wppa-settings-autosave.php:7845
14126
  msgid "The display color of the qr code (dark)"
14127
  msgstr ""
14128
 
14129
- #: wppa-settings-autosave.php:7846
14130
  msgid "This color MUST be given in hexadecimal format!"
14131
  msgstr ""
14132
 
14133
- #: wppa-settings-autosave.php:7853
14134
  msgid "QR background color"
14135
  msgstr ""
14136
 
14137
- #: wppa-settings-autosave.php:7854
14138
  msgid "The background color of the qr code (light)"
14139
  msgstr ""
14140
 
14141
- #: wppa-settings-autosave.php:7862
14142
  msgid "CDN Service"
14143
  msgstr ""
14144
 
14145
- #: wppa-settings-autosave.php:7863
14146
  msgid "Select a CDN Service you want to use."
14147
  msgstr ""
14148
 
14149
- #: wppa-settings-autosave.php:7866
14150
  msgid "Cloudinary in maintenance mode"
14151
  msgstr ""
14152
 
14153
- #: wppa-settings-autosave.php:7876
14154
  #, fuzzy
14155
  msgid "Cloud name"
14156
  msgstr "Dit navn"
14157
 
14158
- #: wppa-settings-autosave.php:7885
14159
  msgid "API key"
14160
  msgstr ""
14161
 
14162
- #: wppa-settings-autosave.php:7894
14163
  msgid "API secret"
14164
  msgstr ""
14165
 
14166
- #: wppa-settings-autosave.php:7904
14167
  #, fuzzy
14168
  msgid "Update uploads"
14169
  msgstr ""
14170
  "Non hai i permessi per potere aggiornare le informazioni di questo album"
14171
 
14172
- #: wppa-settings-autosave.php:7905
14173
  msgid "Verify and upload photos to the cloud."
14174
  msgstr ""
14175
 
14176
- #: wppa-settings-autosave.php:7906
14177
  msgid "This function will add the missing photos to Cloudinary."
14178
  msgstr ""
14179
 
14180
- #: wppa-settings-autosave.php:7907
14181
  msgid "You need to run this only when there are images that are not displayed."
14182
  msgstr ""
14183
 
14184
- #: wppa-settings-autosave.php:7908
14185
  msgid "This procedure may take much time!"
14186
  msgstr ""
14187
 
14188
- #: wppa-settings-autosave.php:7915
14189
  #, fuzzy
14190
  msgid "Delete all"
14191
  msgstr "Impossibile creare album. "
14192
 
14193
- #: wppa-settings-autosave.php:7916
14194
  msgid "Deletes them all !!!"
14195
  msgstr ""
14196
 
14197
- #: wppa-settings-autosave.php:7924
14198
  msgid "Delete derived images"
14199
  msgstr ""
14200
 
14201
- #: wppa-settings-autosave.php:7925
14202
  msgid "Deletes all derived images !!!"
14203
  msgstr ""
14204
 
14205
- #: wppa-settings-autosave.php:7933
14206
  msgid "Max lifetime"
14207
  msgstr ""
14208
 
14209
- #: wppa-settings-autosave.php:7934
14210
  msgid "Old images from local server, new images from Cloudinary."
14211
  msgstr ""
14212
 
14213
- #: wppa-settings-autosave.php:7935
14214
  msgid ""
14215
  "If NOT set to Forever: You need to run Table VIII-B15 on a regular basis."
14216
  msgstr ""
14217
 
14218
- #: wppa-settings-autosave.php:7937
14219
  msgid "Forever"
14220
  msgstr ""
14221
 
14222
- #: wppa-settings-autosave.php:7941
14223
  #, fuzzy
14224
  msgid "Two months"
14225
  msgstr "m&aring;neder"
14226
 
14227
- #: wppa-settings-autosave.php:7942
14228
  #, fuzzy
14229
  msgid "Three months"
14230
  msgstr "m&aring;neder"
14231
 
14232
- #: wppa-settings-autosave.php:7943
14233
  #, fuzzy
14234
  msgid "Six months"
14235
  msgstr "m&aring;neder"
14236
 
14237
- #: wppa-settings-autosave.php:7944
14238
  #, fuzzy
14239
  msgid "Nine months"
14240
  msgstr "m&aring;neder"
14241
 
14242
- #: wppa-settings-autosave.php:7945
14243
  #, fuzzy
14244
  msgid "One year"
14245
  msgstr "1 &aring;r"
14246
 
14247
- #: wppa-settings-autosave.php:7946
14248
  #, fuzzy
14249
  msgid "18 months"
14250
  msgstr "1 m&aring;ned"
14251
 
14252
- #: wppa-settings-autosave.php:7947
14253
  #, fuzzy
14254
  msgid "Two years"
14255
  msgstr "&aring;r"
14256
 
14257
- #: wppa-settings-autosave.php:7967
14258
  msgid "Cloudinary usage"
14259
  msgstr ""
14260
 
14261
- #: wppa-settings-autosave.php:8003
14262
  #, fuzzy
14263
  msgid "Cloudinary usage data not available"
14264
  msgstr "Pagina non disponibile."
14265
 
14266
- #: wppa-settings-autosave.php:8007
14267
  msgid "Cloudinary routines not installed."
14268
  msgstr ""
14269
 
14270
- #: wppa-settings-autosave.php:8018
14271
  msgid "Cloudinary"
14272
  msgstr ""
14273
 
14274
- #: wppa-settings-autosave.php:8019
14275
  msgid "<span style=\"color:red;\">Requires at least PHP version 5.3</span>"
14276
  msgstr ""
14277
 
14278
- #: wppa-settings-autosave.php:8028
14279
  msgid "GPX Implementation"
14280
  msgstr ""
14281
 
14282
- #: wppa-settings-autosave.php:8029
14283
  msgid "The way the maps are produced."
14284
  msgstr ""
14285
 
14286
- #: wppa-settings-autosave.php:8030
14287
  msgid "Select the way the maps are produced."
14288
  msgstr ""
14289
 
14290
- #: wppa-settings-autosave.php:8031
14291
  msgid ""
14292
  "When using Google maps GPX viewer plugin, you can not use Ajax (Table IV-A1)"
14293
  msgstr ""
14294
 
14295
- #: wppa-settings-autosave.php:8032
14296
  msgid ""
14297
  "When using WPPA+ Embedded code, you can use Ajax, but there are less display "
14298
  "options."
14299
  msgstr ""
14300
 
14301
- #: wppa-settings-autosave.php:8034
14302
  msgid "WPPA+ Embedded code"
14303
  msgstr ""
14304
 
14305
- #: wppa-settings-autosave.php:8034
14306
  msgid "Google maps GPX viewer plugin"
14307
  msgstr ""
14308
 
14309
- #: wppa-settings-autosave.php:8042
14310
  msgid "Map height"
14311
  msgstr ""
14312
 
14313
- #: wppa-settings-autosave.php:8043
14314
  msgid "The height of the map display."
14315
  msgstr ""
14316
 
14317
- #: wppa-settings-autosave.php:8051
14318
  msgid "Google maps API key"
14319
  msgstr ""
14320
 
14321
- #: wppa-settings-autosave.php:8052
14322
  msgid "Enter your Google maps api key here if you have one."
14323
  msgstr ""
14324
 
14325
- #: wppa-settings-autosave.php:8060
14326
  msgid "GPX Shortcode"
14327
  msgstr ""
14328
 
14329
- #: wppa-settings-autosave.php:8061
14330
  msgid "The shortcode to be used for the gpx feature."
14331
  msgstr ""
14332
 
14333
- #: wppa-settings-autosave.php:8062
14334
  msgid ""
14335
  "Enter / modify the shortcode to be generated for the gpx plugin. It must "
14336
  "contain w#lat and w#lon as placeholders for the lattitude and longitude."
14337
  msgstr ""
14338
 
14339
- #: wppa-settings-autosave.php:8063
14340
  msgid "This item is required for using Google maps GPX viewer plugin only"
14341
  msgstr ""
14342
 
14343
- #: wppa-settings-autosave.php:8070
14344
  msgid "Fotomoto"
14345
  msgstr ""
14346
 
14347
- #: wppa-settings-autosave.php:8071
14348
  msgid "Yes, we use Fotomoto on this site. Read the help text!"
14349
  msgstr ""
14350
 
14351
- #: wppa-settings-autosave.php:8072
14352
  msgid "In order to function properly:"
14353
  msgstr ""
14354
 
14355
- #: wppa-settings-autosave.php:8073
14356
  msgid "1. Get yourself a Fotomoto account."
14357
  msgstr ""
14358
 
14359
- #: wppa-settings-autosave.php:8074
14360
  msgid ""
14361
  "2. Install the Fotomoto plugin, enter the \"Fotomoto Site Key:\" and check "
14362
  "the \"Use API Mode:\" checkbox."
14363
  msgstr ""
14364
 
14365
- #: wppa-settings-autosave.php:8075
14366
  msgid "Note: Do NOT Disable the Custom box in Table II-B14."
14367
  msgstr ""
14368
 
14369
- #: wppa-settings-autosave.php:8076
14370
  msgid "Do NOT remove the text w#fotomoto from the Custombox ( Table II-B15 )."
14371
  msgstr ""
14372
 
14373
- #: wppa-settings-autosave.php:8084
14374
  msgid "Fotomoto fontsize"
14375
  msgstr ""
14376
 
14377
- #: wppa-settings-autosave.php:8085
14378
  msgid "Fontsize for the Fotomoto toolbar."
14379
  msgstr ""
14380
 
14381
- #: wppa-settings-autosave.php:8086
14382
  msgid ""
14383
  "If you set it here, it overrules a possible setting for font-size in ."
14384
  "FotomotoToolbarClass on the Fotomoto dashboard."
14385
  msgstr ""
14386
 
14387
- #: wppa-settings-autosave.php:8094
14388
  msgid "Hide toolbar on running slideshows"
14389
  msgstr ""
14390
 
14391
- #: wppa-settings-autosave.php:8095
14392
  msgid "The Fotomoto toolbar will re-appear when the slidshow stops."
14393
  msgstr ""
14394
 
14395
- #: wppa-settings-autosave.php:8102
14396
  msgid "Fotomoto minwidth"
14397
  msgstr ""
14398
 
14399
- #: wppa-settings-autosave.php:8103
14400
  msgid "Minimum width to display Fotomoto toolbar."
14401
  msgstr ""
14402
 
14403
- #: wppa-settings-autosave.php:8104
14404
  msgid ""
14405
  "The display of the Fotomoto Toolbar will be suppressed on smaller slideshows."
14406
  msgstr ""
14407
 
14408
- #: wppa-settings-autosave.php:8129
14409
  msgid "Table X:"
14410
  msgstr ""
14411
 
14412
- #: wppa-settings-autosave.php:8129
14413
  msgid "IPTC Configuration:"
14414
  msgstr ""
14415
 
14416
- #: wppa-settings-autosave.php:8130
14417
  msgid "This table defines the IPTC configuration"
14418
  msgstr ""
14419
 
14420
- #: wppa-settings-autosave.php:8161 wppa-settings-autosave.php:8229
14421
  msgid "Display"
14422
  msgstr ""
14423
 
14424
- #: wppa-settings-autosave.php:8161 wppa-settings-autosave.php:8229
14425
  msgid "Hide"
14426
  msgstr ""
14427
 
14428
- #: wppa-settings-autosave.php:8161 wppa-settings-autosave.php:8229
14429
  msgid "Optional"
14430
  msgstr ""
14431
 
14432
- #: wppa-settings-autosave.php:8191
14433
  msgid "Table XI:"
14434
  msgstr ""
14435
 
14436
- #: wppa-settings-autosave.php:8191
14437
  msgid "EXIF Configuration:"
14438
  msgstr ""
14439
 
14440
- #: wppa-settings-autosave.php:8192
14441
  msgid "This table defines the EXIF configuration"
14442
  msgstr ""
14443
 
14444
- #: wppa-settings-autosave.php:8215
14445
  msgid ""
14446
  "Function exif_read_data() does not exist. This means that <b>EXIF</b> is not "
14447
  "enabled. If you want to use <b>EXIF</b> data, ask your hosting provider to "
14448
  "add <b>'--enable-exif'</b> to the php <b>Configure Command</b>."
14449
  msgstr ""
14450
 
14451
- #: wppa-settings-autosave.php:8259
14452
  msgid "Table XII:"
14453
  msgstr ""
14454
 
14455
- #: wppa-settings-autosave.php:8259
14456
  msgid "WPPA+ and PHP Configuration:"
14457
  msgstr ""
14458
 
14459
- #: wppa-settings-autosave.php:8260
14460
  msgid ""
14461
  "This table lists all WPPA+ constants and PHP server configuration parameters "
14462
  "and is read only"
14463
  msgstr ""
14464
 
14465
- #: wppa-settings-autosave.php:8275
14466
  msgid "Value"
14467
  msgstr ""
14468
 
14469
- #: wppa-settings-autosave.php:8280
14470
  msgid "Albums db table name."
14471
  msgstr ""
14472
 
14473
- #: wppa-settings-autosave.php:8285
14474
  #, fuzzy
14475
  msgid "Photos db table name."
14476
  msgstr "Vis EXIF data"
14477
 
14478
- #: wppa-settings-autosave.php:8290
14479
  msgid "Rating db table name."
14480
  msgstr ""
14481
 
14482
- #: wppa-settings-autosave.php:8295
14483
  msgid "Comments db table name."
14484
  msgstr ""
14485
 
14486
- #: wppa-settings-autosave.php:8300
14487
  msgid "IPTC db table name."
14488
  msgstr ""
14489
 
14490
- #: wppa-settings-autosave.php:8305
14491
  msgid "EXIF db table name."
14492
  msgstr ""
14493
 
14494
- #: wppa-settings-autosave.php:8310
14495
  msgid "Index db table name."
14496
  msgstr ""
14497
 
14498
- #: wppa-settings-autosave.php:8315
14499
  msgid "Plugins main file name."
14500
  msgstr ""
14501
 
14502
- #: wppa-settings-autosave.php:8320
14503
  msgid "Path to plugins directory."
14504
  msgstr ""
14505
 
14506
- #: wppa-settings-autosave.php:8325
14507
  msgid "Plugins directory name."
14508
  msgstr ""
14509
 
14510
- #: wppa-settings-autosave.php:8330
14511
  msgid "Plugins directory url."
14512
  msgstr ""
14513
 
14514
- #: wppa-settings-autosave.php:8335
14515
  msgid "The relative upload directory."
14516
  msgstr ""
14517
 
14518
- #: wppa-settings-autosave.php:8340
14519
  msgid "The upload directory path."
14520
  msgstr ""
14521
 
14522
- #: wppa-settings-autosave.php:8345
14523
  msgid "The upload directory url."
14524
  msgstr ""
14525
 
14526
- #: wppa-settings-autosave.php:8350
14527
  msgid "The relative depot directory."
14528
  msgstr ""
14529
 
14530
- #: wppa-settings-autosave.php:8355
14531
  msgid "The depot directory path."
14532
  msgstr ""
14533
 
14534
- #: wppa-settings-autosave.php:8360
14535
  msgid "The depot directory url."
14536
  msgstr ""
14537
 
14538
- #: wppa-settings-autosave.php:8365
14539
  msgid "The path to wp-content."
14540
  msgstr ""
14541
 
14542
- #: wppa-settings-autosave.php:8370
14543
  msgid "WP Base upload dir."
14544
  msgstr ""
14545
 
14546
- #: wppa-settings-autosave.php:8376
14547
  msgid "ABSPATH windows proof"
14548
  msgstr ""
14549
 
14550
- #: wppa-settings-autosave.php:8388
14551
  #, php-format
14552
  msgid "<br />Memory used on this page: %6.2f Mb."
14553
  msgstr ""
14554
 
14555
- #: wppa-settings-autosave.php:8389
14556
  #, php-format
14557
  msgid "<br />There are %d settings and %d runtime parameters."
14558
  msgstr ""
14559
 
14560
- #: wppa-settings-autosave.php:8466
14561
  msgid "The default for this setting is:"
14562
  msgstr ""
14563
 
14564
- #: wppa-settings-autosave.php:8475
14565
  msgid "Click for help"
14566
  msgstr ""
14567
 
14568
- #: wppa-settings-autosave.php:8519 wppa-settings-autosave.php:8536
14569
- #: wppa-settings-autosave.php:8565 wppa-settings-autosave.php:8588
14570
- #: wppa-settings-autosave.php:8618 wppa-settings-autosave.php:8645
14571
- #: wppa-settings-autosave.php:8671 wppa-settings-autosave.php:8719
14572
  msgid "Slug ="
14573
  msgstr ""
14574
 
14575
- #: wppa-settings-autosave.php:8588 wppa-settings-autosave.php:8618
14576
- #: wppa-settings-autosave.php:8645 wppa-settings-autosave.php:8671
14577
  msgid "Values = yes, no"
14578
  msgstr ""
14579
 
14580
- #: wppa-settings-autosave.php:8617 wppa-settings-autosave.php:8643
14581
- #: wppa-settings-autosave.php:8670
14582
  msgid "Warning!"
14583
  msgstr ""
14584
 
14585
- #: wppa-settings-autosave.php:8644 wppa-settings-autosave.php:8670
14586
  msgid "Please read the help"
14587
  msgstr ""
14588
 
14589
- #: wppa-settings-autosave.php:8719
14590
  msgid "Values = "
14591
  msgstr ""
14592
 
14593
- #: wppa-settings-autosave.php:8795
14594
  msgid "Checked"
14595
  msgstr ""
14596
 
14597
- #: wppa-settings-autosave.php:8796
14598
  msgid "Unchecked"
14599
  msgstr ""
14600
 
14601
- #: wppa-settings-autosave.php:8801
14602
  msgid "the photo specific link."
14603
  msgstr ""
14604
 
14605
- #: wppa-settings-autosave.php:8833
14606
  msgid "Show!"
14607
  msgstr ""
14608
 
14609
- #: wppa-settings-autosave.php:8853
14610
  #, fuzzy
14611
  msgid "Not done yet"
14612
  msgstr "Intet album er defineret."
14613
 
14614
- #: wppa-settings-autosave.php:8860
14615
  #, fuzzy
14616
  msgid "Start!"
14617
  msgstr "Start"
14618
 
14619
- #: wppa-settings-autosave.php:8865
14620
  msgid "Locked!"
14621
  msgstr ""
14622
 
14623
- #: wppa-settings-autosave.php:8896
14624
  msgid ""
14625
  "You can not have popup and lightbox on thumbnails at the same time. Uncheck "
14626
  "either Table IV-C8 or choose a different linktype in Table VI-2."
14627
  msgstr ""
14628
 
14629
- #: wppa-settings-autosave.php:8899
14630
  #, php-format
14631
  msgid ""
14632
  "It is important that you select a page that contains at least %%wppa%% or "
14633
  "[wppa][/wppa]."
14634
  msgstr ""
14635
 
14636
- #: wppa-settings-autosave.php:8900
14637
  msgid ""
14638
  "If you ommit this, the link will not work at all or simply refresh the "
14639
  "(home)page."
@@ -14673,120 +14690,120 @@ msgstr ""
14673
  msgid "An error occurred during update"
14674
  msgstr "Fejl under upload"
14675
 
14676
- #: wppa-setup.php:744
14677
  msgid ""
14678
  "<span style=\"color:red\" >Warning: Do not upload copyrighted material!</"
14679
  "span>"
14680
  msgstr ""
14681
 
14682
- #: wppa-setup.php:753 wppa-setup.php:757 wppa-setup.php:761
14683
  msgid "Select tags:"
14684
  msgstr ""
14685
 
14686
- #: wppa-setup.php:764
14687
  msgid "Enter new tags:"
14688
  msgstr ""
14689
 
14690
- #: wppa-setup.php:911
14691
  msgid "Vote for me!"
14692
  msgstr ""
14693
 
14694
- #: wppa-setup.php:912
14695
  msgid "Voted for me"
14696
  msgstr ""
14697
 
14698
- #: wppa-setup.php:1331
14699
  msgid "Type your custom url here"
14700
  msgstr ""
14701
 
14702
- #: wppa-setup.php:1332
14703
  msgid "Type the title here"
14704
  msgstr ""
14705
 
14706
- #: wppa-setup.php:1344 wppa-topten-widget.php:13 wppa-topten-widget.php:48
14707
  #: wppa-topten-widget.php:191
14708
  msgid "Top Ten Photos"
14709
  msgstr "Foto Top Ti"
14710
 
14711
- #: wppa-setup.php:1347 wppa-thumbnail-widget.php:13
14712
  #: wppa-thumbnail-widget.php:168
14713
  #, fuzzy
14714
  msgid "Thumbnail Photos"
14715
  msgstr "Miniatura"
14716
 
14717
- #: wppa-setup.php:1350
14718
  #, fuzzy
14719
  msgid "Search photos"
14720
  msgstr "Top fotos"
14721
 
14722
- #: wppa-setup.php:1393
14723
  msgid ""
14724
  "The uploads directory does not exist, please do a regular WP upload first."
14725
  msgstr ""
14726
 
14727
- #: wppa-setup.php:1397
14728
  msgid "Successfully created uploads directory."
14729
  msgstr ""
14730
 
14731
- #: wppa-setup.php:1408
14732
  #, fuzzy
14733
  msgid "Could not create the wppa directory."
14734
  msgstr "Impossibile creare album. "
14735
 
14736
- #: wppa-setup.php:1412
14737
  msgid "Successfully created wppa directory."
14738
  msgstr ""
14739
 
14740
- #: wppa-setup.php:1422
14741
  #, fuzzy
14742
  msgid "Could not create the wppa thumbs directory."
14743
  msgstr "Impossibile creare album. "
14744
 
14745
- #: wppa-setup.php:1426
14746
  msgid "Successfully created wppa thumbs directory."
14747
  msgstr ""
14748
 
14749
- #: wppa-setup.php:1436
14750
  msgid "Could not create the wppa watermarks directory."
14751
  msgstr ""
14752
 
14753
- #: wppa-setup.php:1440
14754
  msgid "Successfully created wppa watermarks directory."
14755
  msgstr ""
14756
 
14757
- #: wppa-setup.php:1450
14758
  msgid "Could not create the wppa fonts directory."
14759
  msgstr ""
14760
 
14761
- #: wppa-setup.php:1454
14762
  msgid "Successfully created wppa fonts directory."
14763
  msgstr ""
14764
 
14765
- #: wppa-setup.php:1466
14766
  msgid "Unable to create depot directory."
14767
  msgstr ""
14768
 
14769
- #: wppa-setup.php:1470
14770
  msgid "Successfully created wppa depot directory."
14771
  msgstr ""
14772
 
14773
- #: wppa-setup.php:1481
14774
  msgid "Unable to create user depot directory"
14775
  msgstr ""
14776
 
14777
- #: wppa-setup.php:1485
14778
  msgid "Successfully created wppa user depot directory."
14779
  msgstr ""
14780
 
14781
- #: wppa-setup.php:1495
14782
  msgid "Unable to create temp directory"
14783
  msgstr ""
14784
 
14785
- #: wppa-setup.php:1499
14786
  msgid "Successfully created temp directory."
14787
  msgstr ""
14788
 
14789
- #: wppa-setup.php:1507
14790
  #, php-format
14791
  msgid ""
14792
  "Ask your administrator to give you more rights, or create <b>%s</b> manually "
@@ -14906,102 +14923,102 @@ msgstr ""
14906
  "For at se billeder i fuld st&oslash;rrelse skal du tillade javascript in din "
14907
  "browser."
14908
 
14909
- #: wppa-slideshow.php:437
14910
  msgid "Checkout"
14911
  msgstr ""
14912
 
14913
- #: wppa-slideshow.php:472
14914
  #, fuzzy
14915
  msgid "- - - Voting enabled - - -"
14916
  msgstr "Attivo"
14917
 
14918
- #: wppa-slideshow.php:484
14919
  #, fuzzy, php-format
14920
  msgid "Number of votes: <span id=\"wppa-vote-count-%s\" >%s</span>&nbsp;"
14921
  msgstr ""
14922
  "<span style=\"color:red\" >Attenzione: non caricare materiale protetto da "
14923
  "copyright!</span>"
14924
 
14925
- #: wppa-slideshow.php:490 wppa-slideshow.php:579 wppa-slideshow.php:616
14926
  #, php-format
14927
  msgid "You must <a href=\"%s\">login</a> to vote"
14928
  msgstr "Du skal <a href=\"%s\">logge ind</a> for at stemme"
14929
 
14930
- #: wppa-slideshow.php:493 wppa-slideshow.php:582 wppa-slideshow.php:619
14931
  #, fuzzy
14932
  msgid "You must login to vote"
14933
  msgstr "Du skal <a href=\"%s\">logge ind</a> for at stemme"
14934
 
14935
- #: wppa-slideshow.php:510
14936
  msgid "- - - Rating enabled - - -"
14937
  msgstr "- - - Bed&oslash;mmelse aktiveret - - -"
14938
 
14939
- #: wppa-slideshow.php:527
14940
  msgid "very low"
14941
  msgstr "meget lav"
14942
 
14943
- #: wppa-slideshow.php:528
14944
  msgid "low"
14945
  msgstr "lav"
14946
 
14947
- #: wppa-slideshow.php:529
14948
  msgid "average"
14949
  msgstr "gennemsnitlig"
14950
 
14951
- #: wppa-slideshow.php:530
14952
  msgid "high"
14953
  msgstr "h&oslash;j"
14954
 
14955
- #: wppa-slideshow.php:531
14956
  msgid "very high"
14957
  msgstr "meget h&oslash;j"
14958
 
14959
- #: wppa-slideshow.php:558 wppa-slideshow.php:602
14960
  msgid "Are you sure you want to mark this image as inappropriate?"
14961
  msgstr ""
14962
  "Er du sikker p&aring;, at du vil markere dette billed som v&aelig;rende "
14963
  "upassende."
14964
 
14965
- #: wppa-slideshow.php:559 wppa-slideshow.php:603
14966
  msgid "Click this if you do NOT like this image!"
14967
  msgstr "Klik her hvis du IKKE kan lide dette billed!"
14968
 
14969
- #: wppa-slideshow.php:561 wppa-slideshow.php:605
14970
  #, fuzzy
14971
  msgid "Number of people who marked this photo as inappropriate"
14972
  msgstr "Markeret som spam"
14973
 
14974
- #: wppa-slideshow.php:611
14975
  #, fuzzy
14976
  msgid "My rating:"
14977
  msgstr "Valutazione:"
14978
 
14979
- #: wppa-slideshow.php:697
14980
  msgid "First"
14981
  msgstr ""
14982
 
14983
- #: wppa-slideshow.php:702
14984
  msgid "Last"
14985
  msgstr ""
14986
 
14987
- #: wppa-slideshow.php:818
14988
  #, php-format
14989
  msgid "Photo %s of %s"
14990
  msgstr "Foto %s af %s"
14991
 
14992
- #: wppa-slideshow.php:849
14993
  msgid "Click to start/stop"
14994
  msgstr "Klik for start/stop"
14995
 
14996
- #: wppa-slideshow.php:861
14997
  msgid "- - - Comments box activated - - -"
14998
  msgstr "- - - Kommentar boks aktiveret - - -"
14999
 
15000
- #: wppa-slideshow.php:882
15001
  msgid "- - - IPTC box activated - - -"
15002
  msgstr "- - - IPTC boks aktiveret - - -"
15003
 
15004
- #: wppa-slideshow.php:902
15005
  msgid "- - - EXIF box activated - - -"
15006
  msgstr "- - - EXIF boks aktiveret - - -"
15007
 
@@ -16412,36 +16429,36 @@ msgstr "Impossibile creare album. "
16412
  msgid "Rating: %s"
16413
  msgstr "Bed&oslash;mmelse: %s"
16414
 
16415
- #: wppa-utils.php:774 wppa-utils.php:785 wppa-utils.php:796
16416
  msgid "Notification of inappropriate image"
16417
  msgstr ""
16418
 
16419
- #: wppa-utils.php:775 wppa-utils.php:786 wppa-utils.php:797
16420
  #, php-format
16421
  msgid "Photo %s has been marked as inappropriate by %s different visitors."
16422
  msgstr ""
16423
 
16424
- #: wppa-utils.php:787
16425
  msgid "The status has been changed to 'pending'."
16426
  msgstr ""
16427
 
16428
- #: wppa-utils.php:798
16429
  #, fuzzy
16430
  msgid "It has been deleted."
16431
  msgstr "Il file %s no è supportato ed è stato rimosso."
16432
 
16433
- #: wppa-utils.php:855
16434
  #, php-format
16435
  msgid "The visitors email address is: <a href=\"mailto:%s\">%s</a>"
16436
  msgstr "G&aelig;stens e-mail adresse er: <a href=\"mailto:%s\">%s</a>"
16437
 
16438
- #: wppa-utils.php:861
16439
  #, php-format
16440
  msgid "The visitor says his email address is: <a href=\"mailto:%s\">%s</a>"
16441
  msgstr ""
16442
  "G&aelig;sten siger, at hans e-mail adresse er: <a href=\"mailto:%s\">%s</a>"
16443
 
16444
- #: wppa-utils.php:867
16445
  #, php-format
16446
  msgid ""
16447
  "This message is automaticly generated at %s. It is useless to respond to it."
@@ -16449,12 +16466,12 @@ msgstr ""
16449
  "Denne besked er automatisk genereret af %s. Det er un&oslash;dvendigt at "
16450
  "reagere p&aring; den."
16451
 
16452
- #: wppa-utils.php:1064
16453
  #, php-format
16454
  msgid "Time out after processing %s items."
16455
  msgstr ""
16456
 
16457
- #: wppa-utils.php:1067 wppa-utils.php:1071
16458
  #, php-format
16459
  msgid "Time out after processing %s items. Please restart this operation"
16460
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Photo Album Plus\n"
4
+ "POT-Creation-Date: 2015-09-16 14:17+0200\n"
5
+ "PO-Revision-Date: 2015-09-16 14:17+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"
31
  #: wppa-album-admin-autosave.php:1442 wppa-album-admin-autosave.php:1516
32
  #: wppa-album-admin-autosave.php:1626 wppa-comment-admin.php:311
33
  #: wppa-comment-admin.php:380 wppa-comment-admin.php:398
34
+ #: wppa-functions.php:1910 wppa-thumbnails.php:596
35
  msgid "Edit"
36
  msgstr "Rediger!"
37
 
39
  msgid "Warning. No page defined for search results!"
40
  msgstr ""
41
 
42
+ #: theme/photo-album-search-page.php:39 wppa-boxes-html.php:175
43
+ #: wppa-settings-autosave.php:474 wppa-settings-autosave.php:3065
44
  #, fuzzy
45
  msgid "Search"
46
  msgstr "Cerca"
92
  msgid "Settings file not found"
93
  msgstr ""
94
 
95
+ #: wppa-admin-functions.php:206 wppa-admin-functions.php:210 wppa-ajax.php:2228
96
+ #: wppa-ajax.php:2235
97
  msgid "Please supply a numeric value greater than or equal to"
98
  msgstr ""
99
 
100
+ #: wppa-admin-functions.php:206 wppa-admin-functions.php:210 wppa-ajax.php:2228
101
+ #: wppa-ajax.php:2235
102
  msgid "for"
103
  msgstr ""
104
 
105
+ #: wppa-admin-functions.php:210 wppa-ajax.php:2235
106
  msgid "and less than or equal to"
107
  msgstr ""
108
 
274
  msgstr "Dagens foto"
275
 
276
  #: wppa-admin.php:67 wppa-adminbar.php:89 wppa-potd-widget.php:61
277
+ #: wppa-setup.php:1332
278
  msgid "Photo of the day"
279
  msgstr "Dagens foto"
280
 
283
  msgid "Manage comments"
284
  msgstr "%d kommentarer"
285
 
286
+ #: wppa-admin.php:68 wppa-adminbar.php:96 wppa-settings-autosave.php:464
287
+ #: wppa-settings-autosave.php:2894 wppa-settings-autosave.php:7544
288
+ #: wppa-settings-autosave.php:7589
289
  msgid "Comments"
290
  msgstr "%d kommentarer"
291
 
311
  msgid "Import"
312
  msgstr "Importer foto"
313
 
314
+ #: wppa-admin.php:124 wppa-settings-autosave.php:8595
315
  #, fuzzy
316
  msgid "Update"
317
  msgstr ""
539
  #: wppa-ajax.php:811 wppa-ajax.php:1211 wppa-album-admin-autosave.php:333
540
  #: wppa-album-admin-autosave.php:390 wppa-album-admin-autosave.php:985
541
  #: wppa-album-admin-autosave.php:1122 wppa-album-admin-autosave.php:1294
542
+ #: wppa-album-admin-autosave.php:1389 wppa-boxes-html.php:393
543
+ #: wppa-boxes-html.php:507 wppa-photo-admin-autosave.php:1294
544
+ #: wppa-photo-admin-autosave.php:1413 wppa-settings-autosave.php:530
545
+ #: wppa-settings-autosave.php:683 wppa-settings-autosave.php:705
546
+ #: wppa-settings-autosave.php:1405 wppa-settings-autosave.php:1426
547
+ #: wppa-settings-autosave.php:2791 wppa-settings-autosave.php:2812
548
+ #: wppa-settings-autosave.php:3110 wppa-settings-autosave.php:3134
549
+ #: wppa-settings-autosave.php:3594 wppa-settings-autosave.php:3708
550
+ #: wppa-settings-autosave.php:4276 wppa-settings-autosave.php:4297
551
+ #: wppa-settings-autosave.php:4473 wppa-settings-autosave.php:4497
552
+ #: wppa-settings-autosave.php:5496 wppa-settings-autosave.php:6002
553
+ #: wppa-settings-autosave.php:6024 wppa-settings-autosave.php:6604
554
+ #: wppa-settings-autosave.php:6628 wppa-settings-autosave.php:7538
555
+ #: wppa-settings-autosave.php:8153 wppa-settings-autosave.php:8309
556
  #: wppa-thumbnail-widget.php:204 wppa-upload.php:166
557
  msgid "Name"
558
  msgstr ""
560
  #: wppa-ajax.php:814 wppa-ajax.php:1214 wppa-album-admin-autosave.php:995
561
  #: wppa-album-admin-autosave.php:1132 wppa-album-admin-autosave.php:1304
562
  #: wppa-album-admin-autosave.php:1399 wppa-photo-admin-autosave.php:1295
563
+ #: wppa-photo-admin-autosave.php:1414 wppa-settings-autosave.php:531
564
+ #: wppa-settings-autosave.php:684 wppa-settings-autosave.php:706
565
+ #: wppa-settings-autosave.php:1406 wppa-settings-autosave.php:1427
566
+ #: wppa-settings-autosave.php:2792 wppa-settings-autosave.php:2813
567
+ #: wppa-settings-autosave.php:3111 wppa-settings-autosave.php:3135
568
+ #: wppa-settings-autosave.php:4277 wppa-settings-autosave.php:4298
569
+ #: wppa-settings-autosave.php:4474 wppa-settings-autosave.php:4498
570
+ #: wppa-settings-autosave.php:5497 wppa-settings-autosave.php:6003
571
+ #: wppa-settings-autosave.php:6025 wppa-settings-autosave.php:6605
572
+ #: wppa-settings-autosave.php:6629 wppa-settings-autosave.php:8154
573
+ #: wppa-settings-autosave.php:8176 wppa-settings-autosave.php:8216
574
+ #: wppa-settings-autosave.php:8238 wppa-settings-autosave.php:8284
575
+ #: wppa-settings-autosave.php:8310 wppa-widget-admin.php:195
576
  #, fuzzy
577
  msgid "Description"
578
  msgstr "Inserisci / modifica la descrizione per questo album."
596
  msgid "Parent album"
597
  msgstr "Impossibile creare album. "
598
 
599
+ #: wppa-ajax.php:836 wppa-settings-autosave.php:3588
600
  #, fuzzy
601
  msgid "Photo order"
602
  msgstr "Dagens foto"
609
  msgid "Cover Type"
610
  msgstr ""
611
 
612
+ #: wppa-ajax.php:845 wppa-settings-autosave.php:4499
613
+ #: wppa-settings-autosave.php:5498
614
  #, fuzzy
615
  msgid "Link type"
616
  msgstr "Link til"
617
 
618
+ #: wppa-ajax.php:848 wppa-album-covers.php:1098
619
  msgid "Link to"
620
  msgstr "Link til"
621
 
622
  #: wppa-ajax.php:851 wppa-ajax.php:1235 wppa-album-admin-autosave.php:1006
623
  #: wppa-album-admin-autosave.php:1143 wppa-album-admin-autosave.php:1315
624
+ #: wppa-album-admin-autosave.php:1410 wppa-boxes-html.php:515
625
  #: wppa-photo-admin-autosave.php:1297 wppa-photo-admin-autosave.php:1416
626
  #: wppa-widget-admin.php:196
627
  msgid "Owner"
767
  msgstr "Impossibile creare album. "
768
 
769
  #: wppa-ajax.php:1125 wppa-photo-admin-autosave.php:182
770
+ #: wppa-settings-autosave.php:3404 wppa-tinymce-scripts.php:289
771
  #: wppa-tinymce-shortcodes.php:518 wppa-widget-admin.php:77
772
  msgid "left"
773
  msgstr ""
777
  msgstr ""
778
 
779
  #: wppa-ajax.php:1133 wppa-photo-admin-autosave.php:186
780
+ #: wppa-settings-autosave.php:3404 wppa-tinymce-scripts.php:291
781
  #: wppa-tinymce-shortcodes.php:520 wppa-widget-admin.php:79
782
  msgid "right"
783
  msgstr ""
818
  msgid "An error occurred while trying to copy photo %s"
819
  msgstr ""
820
 
821
+ #: wppa-ajax.php:1218 wppa-ajax.php:1756
822
  #, fuzzy
823
  msgid "Unbalanced tags in photo description!"
824
  msgstr "Inds&aelig;t/rediger beskrivelse af foto"
856
 
857
  #: wppa-ajax.php:1255 wppa-comment-admin.php:310 wppa-comment-admin.php:397
858
  #: wppa-photo-admin-autosave.php:1296 wppa-photo-admin-autosave.php:1415
859
+ #: wppa-settings-autosave.php:6028 wppa-settings-autosave.php:6608
860
+ #: wppa-settings-autosave.php:8177 wppa-settings-autosave.php:8217
861
+ #: wppa-settings-autosave.php:8239 wppa-settings-autosave.php:8285
862
  msgid "Status"
863
  msgstr ""
864
 
991
  msgid "Widget image thumbnail size"
992
  msgstr "Se"
993
 
994
+ #: wppa-ajax.php:1542 wppa-settings-autosave.php:1082
995
  msgid "Max Cover width"
996
  msgstr ""
997
 
1012
  msgid "Border width"
1013
  msgstr ""
1014
 
1015
+ #: wppa-ajax.php:1557 wppa-settings-autosave.php:782
1016
  msgid "Border radius"
1017
  msgstr ""
1018
 
1019
+ #: wppa-ajax.php:1560 wppa-settings-autosave.php:793
1020
  msgid "Box spacing"
1021
  msgstr ""
1022
 
1023
+ #: wppa-ajax.php:1566 wppa-settings-autosave.php:1057
1024
  msgid "Popup size"
1025
  msgstr ""
1026
 
1049
  msgid "Filter priority"
1050
  msgstr "Lukkerhastighedsprioritet AE"
1051
 
1052
+ #: wppa-ajax.php:1593
1053
+ #, fuzzy
1054
+ msgid "Shortcode_priority"
1055
+ msgstr "Lukkerhastighedsprioritet AE"
1056
+
1057
+ #: wppa-ajax.php:1596 wppa-settings-autosave.php:1188
1058
  msgid "Avatar size"
1059
  msgstr ""
1060
 
1061
+ #: wppa-ajax.php:1599 wppa-ajax.php:1602
1062
  msgid "Watermark opacity"
1063
  msgstr ""
1064
 
1065
+ #: wppa-ajax.php:1605 wppa-settings-autosave.php:1357
1066
  msgid "Number of text lines"
1067
  msgstr ""
1068
 
1069
+ #: wppa-ajax.php:1608 wppa-settings-autosave.php:4175
1070
  msgid "Overlay opacity"
1071
  msgstr ""
1072
 
1073
+ #: wppa-ajax.php:1611 wppa-settings-autosave.php:7035
1074
  #, fuzzy
1075
  msgid "Upload limit"
1076
  msgstr "Indsend foto"
1077
 
1078
+ #: wppa-ajax.php:1614 wppa-settings-autosave.php:3883
1079
  msgid "Notify inappropriate"
1080
  msgstr ""
1081
 
1082
+ #: wppa-ajax.php:1617
1083
  msgid "Dislike pending"
1084
  msgstr ""
1085
 
1086
+ #: wppa-ajax.php:1620
1087
  #, fuzzy
1088
  msgid "Dislike delete"
1089
  msgstr "Slet"
1090
 
1091
+ #: wppa-ajax.php:1623 wppa-settings-autosave.php:6686
1092
  msgid "Max execution time"
1093
  msgstr ""
1094
 
1095
+ #: wppa-ajax.php:1628
1096
  msgid "Cube Points points"
1097
  msgstr ""
1098
 
1099
+ #: wppa-ajax.php:1631
1100
  msgid "JPG Image quality"
1101
  msgstr ""
1102
 
1103
+ #: wppa-ajax.php:1637 wppa-settings-autosave.php:3797
1104
  #, fuzzy
1105
  msgid "Number of coverphotos"
1106
  msgstr "Se forside fotos"
1107
 
1108
+ #: wppa-ajax.php:1640 wppa-settings-autosave.php:3854
1109
  msgid "Dislike value"
1110
  msgstr ""
1111
 
1112
+ #: wppa-ajax.php:1643 wppa-settings-autosave.php:913
1113
  #, fuzzy
1114
  msgid "Slideshow pagesize"
1115
  msgstr "Slideshow"
1116
 
1117
+ #: wppa-ajax.php:1646 wppa-settings-autosave.php:811
1118
  msgid "Max Pagelinks"
1119
  msgstr ""
1120
 
1121
+ #: wppa-ajax.php:1653
1122
  msgid "Ratings cleared"
1123
  msgstr ""
1124
 
1125
+ #: wppa-ajax.php:1656
1126
  #, fuzzy
1127
  msgid "Could not clear ratings"
1128
  msgstr "Impossibile creare album. "
1129
 
1130
+ #: wppa-ajax.php:1665
1131
  msgid "Viewcounts cleared"
1132
  msgstr ""
1133
 
1134
+ #: wppa-ajax.php:1668
1135
  #, fuzzy
1136
  msgid "Could not clear viewcounts"
1137
  msgstr "Impossibile creare album. "
1138
 
1139
+ #: wppa-ajax.php:1678
1140
  #, fuzzy
1141
  msgid "IPTC data cleared"
1142
  msgstr "Ingen IPTC data"
1143
 
1144
+ #: wppa-ajax.php:1679
1145
  msgid "Refresh this page to clear table X"
1146
  msgstr ""
1147
 
1148
+ #: wppa-ajax.php:1683
1149
  #, fuzzy
1150
  msgid "Could not clear IPTC data"
1151
  msgstr "Impossibile creare album. "
1152
 
1153
+ #: wppa-ajax.php:1693
1154
  #, fuzzy
1155
  msgid "EXIF data cleared"
1156
  msgstr "Ingen EXIF data"
1157
 
1158
+ #: wppa-ajax.php:1694
1159
  msgid "Refresh this page to clear table XI"
1160
  msgstr ""
1161
 
1162
+ #: wppa-ajax.php:1698
1163
  #, fuzzy
1164
  msgid "Could not clear EXIF data"
1165
  msgstr "Impossibile creare album. "
1166
 
1167
+ #: wppa-ajax.php:1706
1168
  msgid "Recuperation performed"
1169
  msgstr ""
1170
 
1171
+ #: wppa-ajax.php:1721
1172
  msgid ""
1173
  "Illegal format. Please enter a 6 digit hexadecimal color value. Example: "
1174
  "#77bbff"
1175
  msgstr ""
1176
 
1177
+ #: wppa-ajax.php:1747
1178
  msgid "You just changed a setting that requires the recalculation of ratings."
1179
  msgstr ""
1180
 
1181
+ #: wppa-ajax.php:1748 wppa-ajax.php:2115
1182
  msgid "Please run the appropriate action in Table VIII."
1183
  msgstr ""
1184
 
1185
+ #: wppa-ajax.php:1772 wppa-ajax.php:1788
1186
  #, php-format
1187
  msgid "Unable to create or write to %s"
1188
  msgstr ""
1189
 
1190
+ #: wppa-ajax.php:1781
1191
  msgid "Source can not be inside the wppa folder."
1192
  msgstr ""
1193
 
1194
+ #: wppa-ajax.php:1798
1195
  msgid "The content must contain w#album"
1196
  msgstr ""
1197
 
1198
+ #: wppa-ajax.php:1805
1199
  msgid "The content must contain w#lat and w#lon"
1200
  msgstr ""
1201
 
1202
+ #: wppa-ajax.php:1847 wppa-ajax.php:1853
1203
  msgid "Members"
1204
  msgstr ""
1205
 
1206
+ #: wppa-ajax.php:1847
1207
  msgid "Parent of the member albums"
1208
  msgstr ""
1209
 
1210
+ #: wppa-ajax.php:1991
1211
  #, php-format
1212
  msgid "User %s has been blacklisted."
1213
  msgstr ""
1214
 
1215
+ #: wppa-ajax.php:1994
1216
  #, php-format
1217
  msgid "User %s does not exist."
1218
  msgstr ""
1219
 
1220
+ #: wppa-ajax.php:2017
1221
  msgid ""
1222
  "The content of the Custom box has been changed to display the Fotomoto "
1223
  "toolbar."
1224
  msgstr ""
1225
 
1226
+ #: wppa-ajax.php:2021 wppa-ajax.php:2036
1227
  msgid "The display of the custom box has been enabled"
1228
  msgstr ""
1229
 
1230
+ #: wppa-ajax.php:2032
1231
  msgid "The content of the Custom box has been changed to display maps."
1232
  msgstr ""
1233
 
1234
+ #: wppa-ajax.php:2062
1235
  msgid "This value can not be empty"
1236
  msgstr ""
1237
 
1238
+ #: wppa-ajax.php:2094
1239
  #, php-format
1240
  msgid "Failed to set %s to %s"
1241
  msgstr ""
1242
 
1243
+ #: wppa-ajax.php:2099
1244
  #, php-format
1245
  msgid "Setting %s updated to %s"
1246
  msgstr ""
1247
 
1248
+ #: wppa-ajax.php:2114
1249
  msgid ""
1250
  "You just changed a setting that requires the regeneration of thumbnails."
1251
  msgstr ""
1252
 
1253
+ #: wppa-ajax.php:2169
1254
  msgid "Missing album id"
1255
  msgstr ""
1256
 
1257
+ #: wppa-ajax.php:2189
1258
  msgid "You do not have the rights to delete this album"
1259
  msgstr ""
1260
 
1261
+ #: wppa-ajax.php:2230 wppa-ajax.php:2237
1262
  #, fuzzy
1263
  msgid "You may also enter:"
1264
  msgstr "Du kan indsende efter"
1265
 
1266
+ #: wppa-ajax.php:2231 wppa-ajax.php:2238
1267
  #, fuzzy
1268
  msgid "You may also leave/set this blank"
1269
  msgstr "Puoi anche lasciare/impostare a blank"
1310
  msgid "Top of page"
1311
  msgstr ""
1312
 
1313
+ #: wppa-album-admin-autosave.php:114 wppa-functions.php:3847
1314
+ #: wppa-settings-autosave.php:6925 wppa-wpdb-insert.php:329
1315
  #, fuzzy
1316
  msgid "New Album"
1317
  msgstr "Impossibile creare album. "
1336
  msgid "Edit Album Information"
1337
  msgstr "Rediger!"
1338
 
1339
+ #: wppa-album-admin-autosave.php:171 wppa-settings-autosave.php:370
1340
  #, fuzzy
1341
  msgid "Auto Save"
1342
  msgstr "Automatisk, afskudt"
1453
  msgstr "Dagens foto"
1454
 
1455
  #: wppa-album-admin-autosave.php:331 wppa-album-admin-autosave.php:432
1456
+ #: wppa-settings-autosave.php:3631 wppa-settings-autosave.php:3655
1457
  #, fuzzy
1458
  msgid "--- default ---"
1459
  msgstr "--- vises ikke ---"
1460
 
1461
  #: wppa-album-admin-autosave.php:332 wppa-album-admin-autosave.php:388
1462
+ #: wppa-settings-autosave.php:3593 wppa-settings-autosave.php:3707
1463
  #: wppa-thumbnail-widget.php:203
1464
  msgid "Order #"
1465
  msgstr ""
1466
 
1467
  #: wppa-album-admin-autosave.php:334 wppa-album-admin-autosave.php:387
1468
+ #: wppa-settings-autosave.php:3595 wppa-settings-autosave.php:3709
1469
  #: wppa-thumbnail-widget.php:205 wppa-widget-admin.php:142
1470
  msgid "Random"
1471
  msgstr ""
1472
 
1473
+ #: wppa-album-admin-autosave.php:335 wppa-settings-autosave.php:3596
1474
  msgid "Rating mean value"
1475
  msgstr ""
1476
 
1477
  #: wppa-album-admin-autosave.php:336 wppa-bestof-widget.php:169
1478
+ #: wppa-settings-autosave.php:3597 wppa-topten-widget.php:236
1479
  msgid "Number of votes"
1480
  msgstr ""
1481
 
1482
  #: wppa-album-admin-autosave.php:337 wppa-album-admin-autosave.php:392
1483
+ #: wppa-settings-autosave.php:3598 wppa-settings-autosave.php:3710
1484
  msgid "Timestamp"
1485
  msgstr ""
1486
 
1487
  #: wppa-album-admin-autosave.php:338 wppa-photo-admin-autosave.php:284
1488
+ #: wppa-settings-autosave.php:3599
1489
  #, fuzzy
1490
  msgid "EXIF Date"
1491
  msgstr "Ingen EXIF data"
1492
 
1493
+ #: wppa-album-admin-autosave.php:339 wppa-settings-autosave.php:3600
1494
+ #: wppa-settings-autosave.php:3711
1495
  msgid "Order # desc"
1496
  msgstr ""
1497
 
1498
+ #: wppa-album-admin-autosave.php:340 wppa-settings-autosave.php:3601
1499
+ #: wppa-settings-autosave.php:3712
1500
  msgid "Name desc"
1501
  msgstr ""
1502
 
1503
+ #: wppa-album-admin-autosave.php:341 wppa-settings-autosave.php:3602
1504
  #: wppa-thumbnail-widget.php:206
1505
  msgid "Rating mean value desc"
1506
  msgstr ""
1507
 
1508
+ #: wppa-album-admin-autosave.php:342 wppa-settings-autosave.php:3603
1509
  #: wppa-thumbnail-widget.php:207
1510
  msgid "Number of votes desc"
1511
  msgstr ""
1512
 
1513
+ #: wppa-album-admin-autosave.php:343 wppa-settings-autosave.php:3604
1514
+ #: wppa-settings-autosave.php:3713 wppa-thumbnail-widget.php:208
1515
  msgid "Timestamp desc"
1516
  msgstr ""
1517
 
1518
+ #: wppa-album-admin-autosave.php:344 wppa-settings-autosave.php:3605
1519
  msgid "EXIF Date desc"
1520
  msgstr ""
1521
 
1588
  msgid "Cover Type:"
1589
  msgstr ""
1590
 
1591
+ #: wppa-album-admin-autosave.php:433 wppa-settings-autosave.php:1956
1592
+ #: wppa-settings-autosave.php:3777
1593
  msgid "Standard"
1594
  msgstr ""
1595
 
1596
+ #: wppa-album-admin-autosave.php:434 wppa-settings-autosave.php:3778
1597
  #, fuzzy
1598
  msgid "Long Descriptions"
1599
  msgstr "Inserisci / modifica la descrizione per questo album."
1600
 
1601
+ #: wppa-album-admin-autosave.php:435 wppa-settings-autosave.php:3779
1602
  msgid "Image Factory"
1603
  msgstr ""
1604
 
1605
+ #: wppa-album-admin-autosave.php:436 wppa-settings-autosave.php:3780
1606
  msgid "Standard mcr"
1607
  msgstr ""
1608
 
1609
+ #: wppa-album-admin-autosave.php:437 wppa-settings-autosave.php:3781
1610
  msgid "Long Descriptions mcr"
1611
  msgstr ""
1612
 
1613
+ #: wppa-album-admin-autosave.php:438 wppa-settings-autosave.php:3782
1614
  msgid "Image Factory mcr"
1615
  msgstr ""
1616
 
1640
  msgid "Upload limit:"
1641
  msgstr "Indsend foto"
1642
 
1643
+ #: wppa-album-admin-autosave.php:480 wppa-settings-autosave.php:5623
1644
+ #: wppa-settings-autosave.php:7042
1645
  msgid "for ever"
1646
  msgstr ""
1647
 
1648
  #: wppa-album-admin-autosave.php:481 wppa-album-admin-autosave.php:498
1649
+ #: wppa-settings-autosave.php:5624 wppa-settings-autosave.php:7043
1650
  #, fuzzy
1651
  msgid "per hour"
1652
  msgstr "1 time"
1653
 
1654
  #: wppa-album-admin-autosave.php:482 wppa-album-admin-autosave.php:499
1655
+ #: wppa-settings-autosave.php:5625 wppa-settings-autosave.php:7044
1656
  #, fuzzy
1657
  msgid "per day"
1658
  msgstr "1 dag"
1659
 
1660
  #: wppa-album-admin-autosave.php:483 wppa-album-admin-autosave.php:500
1661
+ #: wppa-settings-autosave.php:5626 wppa-settings-autosave.php:7045
1662
  #, fuzzy
1663
  msgid "per week"
1664
  msgstr "1 uge"
1665
 
1666
  #: wppa-album-admin-autosave.php:484 wppa-album-admin-autosave.php:501
1667
+ #: wppa-settings-autosave.php:5627 wppa-settings-autosave.php:7046
1668
  #, fuzzy
1669
  msgid "per month"
1670
  msgstr "1 m&aring;ned"
1671
 
1672
  #: wppa-album-admin-autosave.php:485 wppa-album-admin-autosave.php:502
1673
+ #: wppa-settings-autosave.php:5628 wppa-settings-autosave.php:7047
1674
  #, fuzzy
1675
  msgid "per year"
1676
  msgstr "1 &aring;r"
1755
  msgid "Link type:"
1756
  msgstr "Link til"
1757
 
1758
+ #: wppa-album-admin-autosave.php:592 wppa-settings-autosave.php:7203
1759
  msgid "the sub-albums and thumbnails"
1760
  msgstr ""
1761
 
1762
+ #: wppa-album-admin-autosave.php:593 wppa-settings-autosave.php:7204
1763
  #, fuzzy
1764
  msgid "the sub-albums"
1765
  msgstr "Se album"
1766
 
1767
+ #: wppa-album-admin-autosave.php:594 wppa-settings-autosave.php:7205
1768
  #, fuzzy
1769
  msgid "the thumbnails"
1770
  msgstr "Se"
1771
 
1772
+ #: wppa-album-admin-autosave.php:595 wppa-settings-autosave.php:7206
1773
  msgid "the album photos as slideshow"
1774
  msgstr ""
1775
 
1777
  msgid "the link page with a clean url"
1778
  msgstr ""
1779
 
1780
+ #: wppa-album-admin-autosave.php:597 wppa-settings-autosave.php:7207
1781
  msgid "no link at all"
1782
  msgstr ""
1783
 
1800
  msgid "Link to:"
1801
  msgstr "Link til"
1802
 
1803
+ #: wppa-album-admin-autosave.php:618 wppa-settings-autosave.php:8743
1804
+ #: wppa-settings-autosave.php:8792
1805
  msgid "There are no pages (yet) to link to."
1806
  msgstr ""
1807
 
1890
  msgid "Moderate photo"
1891
  msgstr "Vedligehold"
1892
 
1893
+ #: wppa-album-admin-autosave.php:765 wppa-functions.php:2109
1894
  #: wppa-photo-admin-autosave.php:24
1895
  msgid "Edit photo"
1896
  msgstr "N&aelig;ste billede"
1900
  msgid "Delete Album"
1901
  msgstr "Impossibile creare album. "
1902
 
1903
+ #: wppa-album-admin-autosave.php:791 wppa-boxes-html.php:804
1904
+ #: wppa-breadcrumb.php:284 wppa-breadcrumb.php:302 wppa-breadcrumb.php:320
1905
+ #: wppa-breadcrumb.php:338 wppa-breadcrumb.php:393 wppa-breadcrumb.php:418
1906
+ #: wppa-breadcrumb.php:539 wppa-comment-admin.php:66 wppa-featen-widget.php:136
1907
  #: wppa-lasten-widget.php:172 wppa-slideshow-widget.php:201
1908
  #: wppa-thumbnail-widget.php:191 wppa-topten-widget.php:217
1909
  #: wppa-upload-widget.php:81 wppa-upload.php:116 wppa-upload.php:204
1930
  #: wppa-album-admin-autosave.php:1179 wppa-album-admin-autosave.php:1351
1931
  #: wppa-album-admin-autosave.php:1446 wppa-album-admin-autosave.php:1632
1932
  #: wppa-comment-admin.php:312 wppa-comment-admin.php:381
1933
+ #: wppa-comment-admin.php:399 wppa-functions.php:1922 wppa-links.php:724
1934
  #: wppa-links.php:742 wppa-photo-admin-autosave.php:1243
1935
  #: wppa-photo-admin-autosave.php:1311 wppa-thumbnails.php:589
1936
  msgid "Delete"
1940
  msgid "Move to:"
1941
  msgstr ""
1942
 
1943
+ #: wppa-album-admin-autosave.php:807 wppa-settings-autosave.php:2725
1944
  msgid "Cancel"
1945
  msgstr "Cancella"
1946
 
2161
  msgid "Nameless, filename = "
2162
  msgstr ""
2163
 
2164
+ #: wppa-album-covers.php:1128 wppa-album-covers.php:1188
2165
+ #: wppa-album-covers.php:1195
2166
  msgid "View the album"
2167
  msgstr "Se album"
2168
 
2169
+ #: wppa-album-covers.php:1148
2170
  #, fuzzy
2171
  msgid "View the cover photo"
2172
  msgid_plural "View the cover photos"
2173
  msgstr[0] "Se forside foto"
2174
  msgstr[1] "Se forside foto"
2175
 
2176
+ #: wppa-album-covers.php:1201
2177
  msgid "View"
2178
  msgstr "Se"
2179
 
2180
+ #: wppa-album-covers.php:1204
2181
  msgid "album"
2182
  msgstr "album"
2183
 
2184
+ #: wppa-album-covers.php:1207 wppa-settings-autosave.php:1301
2185
+ #: wppa-settings-autosave.php:5660
2186
  msgid "albums"
2187
  msgstr "album"
2188
 
2189
+ #: wppa-album-covers.php:1216 wppa-boxes-html.php:1131 wppa-breadcrumb.php:152
2190
+ #: wppa-breadcrumb.php:158 wppa-breadcrumb.php:165 wppa-breadcrumb.php:366
2191
+ #: wppa-breadcrumb.php:371 wppa-functions.php:4248 wppa-utils.php:1476
2192
  msgid "and"
2193
  msgstr "og"
2194
 
2195
+ #: wppa-album-covers.php:1221 wppa-comment-admin.php:254
2196
  msgid "photo"
2197
  msgstr "foto"
2198
 
2199
+ #: wppa-album-covers.php:1224 wppa-album-covers.php:1228
2200
+ #: wppa-settings-autosave.php:767 wppa-settings-autosave.php:806
2201
+ #: wppa-settings-autosave.php:1221 wppa-settings-autosave.php:1261
2202
+ #: wppa-settings-autosave.php:1281 wppa-settings-autosave.php:1321
2203
+ #: wppa-settings-autosave.php:3801 wppa-settings-autosave.php:5644
2204
+ #: wppa-settings-autosave.php:7040
2205
  msgid "photos"
2206
  msgstr "fotos"
2207
 
2208
+ #: wppa-album-covers.php:1272
2209
  #, fuzzy
2210
  msgid "New!"
2211
  msgstr "Nuovo!"
2212
 
2213
+ #: wppa-album-covers.php:1273 wppa-thumbnails.php:1875 wppa-thumbnails.php:1876
2214
  #, fuzzy
2215
  msgid "New"
2216
  msgstr "Nuovo!"
2217
 
2218
+ #: wppa-album-covers.php:1295 wppa-boxes-html.php:828 wppa-non-admin.php:580
2219
+ #: wppa-settings-autosave.php:2197 wppa-settings-autosave.php:5121
2220
+ #: wppa-settings-autosave.php:7352
2221
  msgid "Slideshow"
2222
  msgstr "Slideshow"
2223
 
2224
+ #: wppa-album-covers.php:1296
2225
  msgid "Browse photos"
2226
  msgstr "Se fotos"
2227
 
2228
+ #: wppa-album-covers.php:1330
2229
  msgid "Categories:"
2230
  msgstr ""
2231
 
2232
+ #: wppa-album-covers.php:1333 wppa-breadcrumb.php:378 wppa-breadcrumb.php:383
2233
  msgid "Category:"
2234
  msgstr ""
2235
 
2417
  msgid "Rating count:"
2418
  msgstr "Bed&oslash;mmelse: %s"
2419
 
2420
+ #: wppa-bestof-widget.php:197 wppa-common-functions.php:1928 wppa-items.php:362
2421
+ #: wppa-settings-autosave.php:1370 wppa-settings-autosave.php:1691
2422
+ #: wppa-settings-autosave.php:3390 wppa-settings-autosave.php:3404
2423
+ #: wppa-settings-autosave.php:3592 wppa-settings-autosave.php:3706
2424
+ #: wppa-settings-autosave.php:5192 wppa-settings-autosave.php:6916
2425
+ #: wppa-settings-autosave.php:7058 wppa-settings-autosave.php:7114
2426
+ #: wppa-settings-autosave.php:7902 wppa-settings-autosave.php:8070
2427
  #: wppa-thumbnail-widget.php:202 wppa-tinymce-scripts.php:288
2428
  #: wppa-tinymce-shortcodes.php:517 wppa-upload.php:1528 wppa-watermark.php:520
2429
  #: wppa-widget-admin.php:76 wppa-widget-admin.php:193
2447
  "I visitatori possono ottenere una panoramica delle immagini contenute in un "
2448
  "album grazie alle miniature."
2449
 
2450
+ #: wppa-boxes-html.php:130 wppa-boxes-html.php:227
2451
  #, fuzzy
2452
  msgid "Photo search results"
2453
  msgstr "Risultati della ricerca per: %s"
2454
 
2455
+ #: wppa-boxes-html.php:186
2456
  #, fuzzy
2457
  msgid "Search in current section"
2458
  msgstr "Ricerca nella sezione corrente"
2459
 
2460
+ #: wppa-boxes-html.php:191
2461
  #, fuzzy
2462
  msgid "Search in current results"
2463
  msgstr "Ricerca in risultati correnti"
2464
 
2465
+ #: wppa-boxes-html.php:361 wppa-breadcrumb.php:140
2466
+ #: wppa-settings-autosave.php:462
2467
  #, fuzzy
2468
  msgid "Albums"
2469
  msgstr "album"
2470
 
2471
+ #: wppa-boxes-html.php:367 wppa-breadcrumb.php:155
2472
  #, fuzzy
2473
  msgid "Photos"
2474
  msgstr "Foto"
2475
 
2476
+ #: wppa-boxes-html.php:386
2477
  msgid "Category"
2478
  msgstr ""
2479
 
2480
+ #: wppa-boxes-html.php:399 wppa-boxes-html.php:532
2481
  msgid "Text"
2482
  msgstr ""
2483
 
2484
+ #: wppa-boxes-html.php:415 wppa-boxes-html.php:469 wppa-boxes-html.php:615
2485
+ #: wppa-boxes-html.php:645
2486
  msgid "CTRL+Click to add/remove option."
2487
  msgstr ""
2488
 
2489
+ #: wppa-boxes-html.php:416 wppa-boxes-html.php:470 wppa-boxes-html.php:616
2490
+ #: wppa-boxes-html.php:646
2491
  msgid "Items must meet all selected options."
2492
  msgstr ""
2493
 
2494
+ #: wppa-boxes-html.php:524 wppa-settings-autosave.php:8174
2495
+ #: wppa-settings-autosave.php:8214 wppa-settings-autosave.php:8236
2496
+ #: wppa-settings-autosave.php:8282
2497
  msgid "Tag"
2498
  msgstr ""
2499
 
2500
+ #: wppa-boxes-html.php:540
2501
  msgid "Iptc"
2502
  msgstr ""
2503
 
2504
+ #: wppa-boxes-html.php:549
2505
  msgid "Exif"
2506
  msgstr ""
2507
 
2508
+ #: wppa-boxes-html.php:747 wppa-boxes-html.php:832
2509
  msgid "Submit"
2510
  msgstr ""
2511
 
2512
+ #: wppa-boxes-html.php:789 wppa-super-view-widget.php:14
2513
  #: wppa-super-view-widget.php:66
2514
  #, fuzzy
2515
  msgid "Super View Photos"
2516
  msgstr "Se forside fotos"
2517
 
2518
+ #: wppa-boxes-html.php:820 wppa-settings-autosave.php:478
2519
+ #: wppa-settings-autosave.php:4383
2520
  #, fuzzy
2521
  msgid "Thumbnails"
2522
  msgstr "Miniatura"
2523
 
2524
+ #: wppa-boxes-html.php:866
2525
  #, fuzzy
2526
  msgid "Tagged photos"
2527
  msgstr "Top fotos"
2528
 
2529
+ #: wppa-boxes-html.php:880
2530
  msgid "Please select a tagcloud landing page in Table VI-C3b"
2531
  msgstr "V&aelig;lg en side, hvor tag-skyen skal vises i Tabel VI-C3b"
2532
 
2533
+ #: wppa-boxes-html.php:938
2534
  #, fuzzy
2535
  msgid "Multi Tagged photos"
2536
  msgstr "Top fotos"
2537
 
2538
+ #: wppa-boxes-html.php:952
2539
  msgid "Please select a multitag landing page in Table VI-C4b"
2540
  msgstr "V&aelig;lg en side, hvor multi-tag skal vises i Tabel VI-C4b"
2541
 
2542
+ #: wppa-boxes-html.php:990
2543
  msgid "Please check the tag(s) that the photos must have"
2544
  msgstr "Unders&oslash;g de tag(s) som dine fotos har"
2545
 
2546
+ #: wppa-boxes-html.php:1019
2547
  msgid "And"
2548
  msgstr "og"
2549
 
2550
+ #: wppa-boxes-html.php:1030
2551
  msgid "Or"
2552
  msgstr "Eller"
2553
 
2554
+ #: wppa-boxes-html.php:1080
2555
  msgid "Find!"
2556
  msgstr "Find!"
2557
 
2558
+ #: wppa-boxes-html.php:1107
2559
  msgid "Social media landing page"
2560
  msgstr ""
2561
 
2562
+ #: wppa-boxes-html.php:1132 wppa-utils.php:1476
2563
  #, php-format
2564
  msgid "See this image on %s"
2565
  msgstr "Se dette billed p&aring; %s"
2566
 
2567
+ #: wppa-boxes-html.php:1157 wppa-qr-widget.php:40
2568
  msgid "QR code"
2569
  msgstr ""
2570
 
2571
+ #: wppa-boxes-html.php:1202
2572
  #, php-format
2573
  msgid "Tweet %s on Twitter"
2574
  msgstr "Tweet %s p&aring; Twitter"
2575
 
2576
+ #: wppa-boxes-html.php:1209
2577
  #, fuzzy
2578
  msgid "Share on Twitter"
2579
  msgstr "Condividi su Twitter"
2580
 
2581
+ #: wppa-boxes-html.php:1222
2582
  #, php-format
2583
  msgid "Share %s on Google+"
2584
  msgstr "Del %s p&aring; Google+"
2585
 
2586
+ #: wppa-boxes-html.php:1230
2587
  #, fuzzy
2588
  msgid "Share on Google+"
2589
  msgstr "Condividi su Google+"
2590
 
2591
+ #: wppa-boxes-html.php:1245
2592
  #, php-format
2593
  msgid "Share %s on Pinterest"
2594
  msgstr "Del %s p&aring; Pinterest"
2595
 
2596
+ #: wppa-boxes-html.php:1254
2597
  #, fuzzy
2598
  msgid "Share on Pinterest"
2599
  msgstr "Condividi on Pinterest"
2600
 
2601
+ #: wppa-boxes-html.php:1389
2602
  #, fuzzy
2603
  msgid "Comment on Facebook:"
2604
  msgstr "Commenta su Facebook:"
2605
 
2606
+ #: wppa-boxes-html.php:1490 wppa-upload.php:1135
2607
  msgid "Working..."
2608
  msgstr ""
2609
 
2610
+ #: wppa-boxes-html.php:1492 wppa-boxes-html.php:1495
2611
  #, fuzzy
2612
  msgid "Delete album"
2613
  msgstr "Impossibile creare album. "
2614
 
2615
+ #: wppa-boxes-html.php:1582
2616
  #, fuzzy
2617
  msgid "Create Album"
2618
  msgstr "Impossibile creare album. "
2619
 
2620
+ #: wppa-boxes-html.php:1627 wppa-boxes-html.php:2370
2621
  #, fuzzy
2622
  msgid "Enter album name."
2623
  msgstr ""
2624
  "Inserisci nome, colore, dimensione e peso per il font che sarà utilizzato "
2625
  "per i titoli delle copertine degli album."
2626
 
2627
+ #: wppa-boxes-html.php:1629 wppa-boxes-html.php:2372
2628
  #, fuzzy
2629
  msgid "Don't leave this blank!"
2630
  msgstr "Puoi anche lasciare/impostare a blank"
2631
 
2632
+ #: wppa-boxes-html.php:1648
2633
  #, fuzzy
2634
  msgid "Enter album description"
2635
  msgstr "Inserisci / modifica la descrizione per questo album."
2636
 
2637
+ #: wppa-boxes-html.php:1670
2638
  #, fuzzy
2639
  msgid "Create album"
2640
  msgstr "Impossibile creare album. "
2641
 
2642
+ #: wppa-boxes-html.php:1726 wppa-boxes-html.php:1739 wppa-functions.php:3965
2643
  msgid "Max uploads reached"
2644
  msgstr "Maks. antal indsendinger er opn&aring;et"
2645
 
2646
+ #: wppa-boxes-html.php:1801 wppa-upload.php:134
2647
  msgid "Upload Photo"
2648
  msgstr "Indsend foto"
2649
 
2650
+ #: wppa-boxes-html.php:1948
2651
  #, php-format
2652
  msgid ""
2653
  "You may upload up to %s photos at once if your browser supports HTML-5 "
2656
  "Du m&aring; indsende op til %s fotos med det samme, hvis din fremviser "
2657
  "underst&oslash;tter HTML-5 multi fil indsendelse"
2658
 
2659
+ #: wppa-boxes-html.php:1956
2660
  #, php-format
2661
  msgid "Max photo size: %d x %d (%2.1f MegaPixel)"
2662
  msgstr "Maks. foto st&oslash;rrelse: %d x %d (%2.1f MegaPixel)"
2663
 
2664
+ #: wppa-boxes-html.php:1985 wppa-upload.php:123 wppa-upload.php:211
2665
  #: wppa-upload.php:258 wppa-upload.php:704
2666
  msgid "Apply watermark file:"
2667
  msgstr "Inds&aelig;t vandm&aelig;rke:"
2668
 
2669
+ #: wppa-boxes-html.php:2007 wppa-upload.php:128 wppa-upload.php:216
2670
  #: wppa-upload.php:263 wppa-upload.php:708
2671
  msgid "Position:"
2672
  msgstr "Position:"
2673
 
2674
+ #: wppa-boxes-html.php:2035
2675
  #, fuzzy
2676
  msgid ""
2677
  "If you leave this blank, iptc tag 005 (Graphic name) will be used as "
2681
  "Hvis du ikke udfylder dette felt, s&aring; vil filens navn blive brugt som "
2682
  "foto navn"
2683
 
2684
+ #: wppa-boxes-html.php:2040
2685
  #, fuzzy
2686
  msgid ""
2687
  "If you leave this blank, iptc tag 120 (Caption) will be used as photoname if "
2690
  "Hvis du ikke udfylder dette felt, s&aring; vil filens navn blive brugt som "
2691
  "foto navn"
2692
 
2693
+ #: wppa-boxes-html.php:2045
2694
  msgid ""
2695
  "If you leave this blank, the original filename will be used as photo name."
2696
  msgstr ""
2697
  "Hvis du ikke udfylder dette felt, s&aring; vil filens navn blive brugt som "
2698
  "foto navn"
2699
 
2700
+ #: wppa-boxes-html.php:2059
2701
  msgid "Enter photo name."
2702
  msgstr "Indtast foto navn"
2703
 
2704
+ #: wppa-boxes-html.php:2080
2705
  msgid "Enter/modify photo description"
2706
  msgstr "Inds&aelig;t/rediger beskrivelse af foto"
2707
 
2708
+ #: wppa-boxes-html.php:2111
2709
  msgid "hidden"
2710
  msgstr ""
2711
 
2712
+ #: wppa-boxes-html.php:2180
2713
  msgid "Preview tags:"
2714
  msgstr ""
2715
 
2716
+ #: wppa-boxes-html.php:2193
2717
  #, fuzzy
2718
  msgid "Please select an album and try again"
2719
  msgstr ""
2720
  "Nessuna corrispondenza con i tuoi termini di ricerca. Riprova con una chiave "
2721
  "di ricerca differente."
2722
 
2723
+ #: wppa-boxes-html.php:2207
2724
  #, fuzzy
2725
  msgid "Upload photo"
2726
  msgstr "Indsend foto"
2727
 
2728
+ #: wppa-boxes-html.php:2263
2729
  #, fuzzy
2730
  msgid "ERROR: unable to upload files."
2731
  msgstr "<b>FEJL: Ugyldigt fors&oslash;g p&aring; at uploade en fil.</b>"
2732
 
2733
+ #: wppa-boxes-html.php:2312
2734
  #, fuzzy
2735
  msgid "Edit albuminfo"
2736
  msgstr "Rediger!"
2737
 
2738
+ #: wppa-boxes-html.php:2392
2739
  #, fuzzy
2740
  msgid "Album description:"
2741
  msgstr "Inserisci / modifica la descrizione per questo album."
2742
 
2743
+ #: wppa-boxes-html.php:2411
2744
  #, fuzzy
2745
  msgid "Update album"
2746
  msgstr ""
2747
  "Non hai i permessi per potere aggiornare le informazioni di questo album"
2748
 
2749
+ #: wppa-boxes-html.php:2485
2750
  msgid "wrote:"
2751
  msgstr "skrev:"
2752
 
2753
+ #: wppa-boxes-html.php:2539
2754
  msgid "Avatar"
2755
  msgstr ""
2756
 
2757
+ #: wppa-boxes-html.php:2582 wppa-links.php:768
2758
  msgid "Awaiting moderation"
2759
  msgstr "Venter p&aring; godkendelse"
2760
 
2761
+ #: wppa-boxes-html.php:2585
2762
  msgid "Marked as spam"
2763
  msgstr "Markeret som spam"
2764
 
2765
+ #: wppa-boxes-html.php:2609
2766
  msgid "Edit!"
2767
  msgstr "Rediger!"
2768
 
2769
+ #: wppa-boxes-html.php:2613
2770
  msgid "Send!"
2771
  msgstr "Send"
2772
 
2773
+ #: wppa-boxes-html.php:2674
2774
  msgid "Your name:"
2775
  msgstr "Dit navn"
2776
 
2777
+ #: wppa-boxes-html.php:2689
2778
  msgid "Your email:"
2779
  msgstr "Din email"
2780
 
2781
+ #: wppa-boxes-html.php:2705
2782
  msgid "Your comment:"
2783
  msgstr "Din kommentar"
2784
 
2785
+ #: wppa-boxes-html.php:2749
2786
  #, php-format
2787
  msgid "You must <a href=\"%s\">login</a> to enter a comment"
2788
  msgstr "<a href=\"%s\">Log ind</a> for at skrive en kommentar"
2789
 
2790
+ #: wppa-boxes-html.php:2752
2791
  #, fuzzy
2792
  msgid "You must login to enter a comment"
2793
  msgstr "<a href=\"%s\">Log ind</a> for at skrive en kommentar"
2794
 
2795
+ #: wppa-boxes-html.php:2764
2796
  #, fuzzy, php-format
2797
  msgid "%d comments"
2798
  msgstr "%d kommentarer"
2799
 
2800
+ #: wppa-boxes-html.php:2768
2801
  msgid "Leave a comment"
2802
  msgstr "Skriv en kommentar"
2803
 
2804
+ #: wppa-boxes-html.php:2809
2805
  #, fuzzy
2806
  msgid "Smilies are not available"
2807
  msgstr "Pagina non disponibile."
2808
 
2809
+ #: wppa-boxes-html.php:2859
2810
  msgid "Show IPTC data"
2811
  msgstr "Vis IPTC data"
2812
 
2813
+ #: wppa-boxes-html.php:2870
2814
  msgid "Hide IPTC data"
2815
  msgstr "Skjul IPTC data"
2816
 
2817
+ #: wppa-boxes-html.php:2910
2818
  msgid "No IPTC data"
2819
  msgstr "Ingen IPTC data"
2820
 
2821
+ #: wppa-boxes-html.php:2957
2822
  msgid "Show EXIF data"
2823
  msgstr "Vis EXIF data"
2824
 
2825
+ #: wppa-boxes-html.php:2968
2826
  msgid "Hide EXIF data"
2827
  msgstr "Skjul EXIF data"
2828
 
2829
+ #: wppa-boxes-html.php:3010
2830
  msgid "No EXIF data"
2831
  msgstr "Ingen EXIF data"
2832
 
2833
+ #: wppa-boxes-html.php:3125 wppa-boxes-html.php:3130
2834
  #, fuzzy
2835
  msgid "< Previous"
2836
  msgstr "Forrige billede"
2837
 
2838
+ #: wppa-boxes-html.php:3136 wppa-boxes-html.php:3141
2839
  #, fuzzy
2840
  msgid "Next >"
2841
  msgstr "N&aelig;ste"
2842
 
2843
+ #: wppa-boxes-html.php:3238 wppa-boxes-html.php:3297
2844
  #, fuzzy
2845
  msgid "See the authors albums"
2846
  msgstr "Se dette billed p&aring; %s"
2847
 
2848
+ #: wppa-boxes-html.php:3242 wppa-boxes-html.php:3301
2849
  #, fuzzy
2850
  msgid "See the authors photos"
2851
  msgstr ""
2852
  "I visitatori possono ottenere una panoramica delle immagini contenute in un "
2853
  "album grazie alle miniature."
2854
 
2855
+ #: wppa-boxes-html.php:3246 wppa-boxes-html.php:3305
2856
  #, fuzzy
2857
  msgid "See all the authors photos"
2858
  msgstr ""
2859
  "I visitatori possono ottenere una panoramica delle immagini contenute in un "
2860
  "album grazie alle miniature."
2861
 
2862
+ #: wppa-boxes-html.php:3269
2863
  #, fuzzy, php-format
2864
  msgid "Photo by: %s"
2865
  msgstr "Foto %s af %s"
2866
 
2867
+ #: wppa-boxes-html.php:3270 wppa-boxes-html.php:3324
2868
  #, fuzzy, php-format
2869
  msgid "Max ratings: %s."
2870
  msgstr "Altezza massima."
2871
 
2872
+ #: wppa-boxes-html.php:3271 wppa-boxes-html.php:3325
2873
  #, fuzzy, php-format
2874
  msgid "Votes: %s."
2875
  msgstr "Gli utenti possono esprimere più voti."
2876
 
2877
+ #: wppa-boxes-html.php:3272 wppa-boxes-html.php:3326
2878
  #, fuzzy, php-format
2879
  msgid "Mean value: %4.2f."
2880
  msgstr "Mean value:"
2881
 
2882
+ #: wppa-boxes-html.php:3279
2883
  #, fuzzy, php-format
2884
  msgid "Photo %s not found."
2885
  msgstr "Billede ikke fundet"
2886
 
2887
+ #: wppa-breadcrumb.php:102 wppa-settings-autosave.php:1521
2888
  msgid "Home"
2889
  msgstr "Hjem"
2890
 
2891
+ #: wppa-breadcrumb.php:123
2892
  #, fuzzy
2893
  msgid "Post:"
2894
  msgstr "--- lo stesso articolo/pagina ---"
2895
 
2896
+ #: wppa-breadcrumb.php:123 wppa-breadcrumb.php:567
2897
  #, fuzzy
2898
  msgid "Page:"
2899
  msgstr "N&aelig;ste&nbsp;side"
2900
 
2901
+ #: wppa-breadcrumb.php:143
2902
  msgid "with category:"
2903
  msgstr ""
2904
 
2905
+ #: wppa-breadcrumb.php:146 wppa-breadcrumb.php:161
2906
  #, fuzzy
2907
  msgid "with name:"
2908
  msgstr "Dit navn"
2909
 
2910
+ #: wppa-breadcrumb.php:149 wppa-breadcrumb.php:165
2911
  msgid "with words:"
2912
  msgstr ""
2913
 
2914
+ #: wppa-breadcrumb.php:158
2915
  msgid "with tag:"
2916
  msgstr ""
2917
 
2918
+ #: wppa-breadcrumb.php:169
2919
  msgid "of owner:"
2920
  msgstr ""
2921
 
2922
+ #: wppa-breadcrumb.php:174
2923
  msgid "with iptc tag:"
2924
  msgstr ""
2925
 
2926
+ #: wppa-breadcrumb.php:174 wppa-breadcrumb.php:179
2927
  #, fuzzy
2928
  msgid "with content:"
2929
  msgstr "Dit navn"
2930
 
2931
+ #: wppa-breadcrumb.php:179
2932
  msgid "with exif tag:"
2933
  msgstr ""
2934
 
2935
+ #: wppa-breadcrumb.php:187 wppa-breadcrumb.php:215 wppa-breadcrumb.php:272
2936
+ #: wppa-breadcrumb.php:290 wppa-breadcrumb.php:308 wppa-breadcrumb.php:326
2937
+ #: wppa-breadcrumb.php:344 wppa-breadcrumb.php:356 wppa-breadcrumb.php:368
2938
+ #: wppa-breadcrumb.php:380 wppa-breadcrumb.php:399
2939
  #, fuzzy
2940
  msgid "View the thumbnails"
2941
  msgstr "Se"
2942
 
2943
+ #: wppa-breadcrumb.php:209
2944
  #, fuzzy, php-format
2945
  msgid "Searchresults from album %s and its subalbums"
2946
  msgstr "Risultati Ricerca da album %s e tutti i sotto album"
2947
 
2948
+ #: wppa-breadcrumb.php:213 wppa-breadcrumb.php:218
2949
  msgid "Searchstring:"
2950
  msgstr "S&oslash;gestreng:"
2951
 
2952
+ #: wppa-breadcrumb.php:227 wppa-breadcrumb.php:245
2953
  #, fuzzy
2954
  msgid "Photos by EXIF date"
2955
  msgstr "Vis EXIF data"
2956
 
2957
+ #: wppa-breadcrumb.php:231 wppa-breadcrumb.php:249
2958
  #, fuzzy
2959
  msgid "Photos by date of upload"
2960
  msgstr "Foto caricate nell'album numero"
2961
 
2962
+ #: wppa-breadcrumb.php:235 wppa-breadcrumb.php:253
2963
  msgid "Photos by date last modified"
2964
  msgstr ""
2965
 
2966
+ #: wppa-breadcrumb.php:265 wppa-breadcrumb.php:275
2967
  #, fuzzy, php-format
2968
  msgid "Photos by %s"
2969
  msgstr "Indsendelse af %s fotos var en success."
2970
 
2971
+ #: wppa-breadcrumb.php:282 wppa-breadcrumb.php:300 wppa-breadcrumb.php:318
2972
+ #: wppa-breadcrumb.php:336 wppa-breadcrumb.php:414
2973
  #, fuzzy
2974
  msgid "Various albums"
2975
  msgstr ""
2976
  "Puoi creare dei vari album che contengono delle foto così come creare allo "
2977
  "stesso tempo dei sotto-album."
2978
 
2979
+ #: wppa-breadcrumb.php:284 wppa-breadcrumb.php:302 wppa-breadcrumb.php:320
2980
+ #: wppa-breadcrumb.php:338 wppa-breadcrumb.php:418 wppa-lasten-widget.php:180
2981
  #, fuzzy
2982
  msgid "Albums:"
2983
  msgstr "album"
2984
 
2985
+ #: wppa-breadcrumb.php:288 wppa-breadcrumb.php:293
2986
  msgid "Top rated photos"
2987
  msgstr "Top fotos"
2988
 
2989
+ #: wppa-breadcrumb.php:306 wppa-breadcrumb.php:311
2990
  msgid "Recently uploaded photos"
2991
  msgstr "Nyligt kommenterede fotos"
2992
 
2993
+ #: wppa-breadcrumb.php:324 wppa-breadcrumb.php:329 wppa-comment-widget.php:41
2994
  msgid "Recently commented photos"
2995
  msgstr "Nyligt kommenterede fotos"
2996
 
2997
+ #: wppa-breadcrumb.php:342 wppa-breadcrumb.php:347 wppa-featen-widget.php:37
2998
  msgid "Featured photos"
2999
  msgstr "Top fotos"
3000
 
3001
+ #: wppa-breadcrumb.php:354 wppa-breadcrumb.php:359
3002
  #, fuzzy
3003
  msgid "Related photos"
3004
  msgstr "fotos"
3005
 
3006
+ #: wppa-breadcrumb.php:366 wppa-breadcrumb.php:371
3007
  msgid "Tagged photos:"
3008
  msgstr "Top fotos"
3009
 
3010
+ #: wppa-breadcrumb.php:366 wppa-breadcrumb.php:371
3011
  msgid "or"
3012
  msgstr ""
3013
 
3014
+ #: wppa-breadcrumb.php:397 wppa-breadcrumb.php:402
3015
  #, fuzzy
3016
  msgid "Recently updated albums"
3017
  msgstr "Le impostazioni sono state aggiornate"
3018
 
3019
+ #: wppa-breadcrumb.php:412
3020
  #, fuzzy, php-format
3021
  msgid "Various albums by %s"
3022
  msgstr ""
3023
  "Puoi creare dei vari album che contengono delle foto così come creare allo "
3024
  "stesso tempo dei sotto-album."
3025
 
3026
+ #: wppa-breadcrumb.php:439 wppa-breadcrumb.php:454
3027
  msgid "Thumbnail view"
3028
  msgstr "Foto Top Ti"
3029
 
3030
+ #: wppa-breadcrumb.php:443 wppa-breadcrumb.php:444 wppa-breadcrumb.php:459
3031
+ #: wppa-breadcrumb.php:460
3032
  msgid "Thumbs"
3033
  msgstr "Miniature"
3034
 
3035
+ #: wppa-breadcrumb.php:565
3036
  msgid "Unpublished"
3037
  msgstr ""
3038
 
3136
  msgid "Linkpage:"
3137
  msgstr ""
3138
 
3139
+ #: wppa-comment-admin.php:224 wppa-settings-autosave.php:4554
3140
+ #: wppa-settings-autosave.php:7232
3141
  #, fuzzy
3142
  msgid "--- Please select a page ---"
3143
  msgstr "--- vises ikke ---"
3208
  msgstr "album"
3209
 
3210
  #: wppa-comment-admin.php:304 wppa-comment-admin.php:391
3211
+ #: wppa-settings-autosave.php:529 wppa-settings-autosave.php:682
3212
+ #: wppa-settings-autosave.php:704 wppa-settings-autosave.php:1404
3213
+ #: wppa-settings-autosave.php:1425 wppa-settings-autosave.php:2790
3214
+ #: wppa-settings-autosave.php:2811 wppa-settings-autosave.php:3109
3215
+ #: wppa-settings-autosave.php:3133 wppa-settings-autosave.php:4275
3216
+ #: wppa-settings-autosave.php:4296 wppa-settings-autosave.php:4472
3217
+ #: wppa-settings-autosave.php:4496 wppa-settings-autosave.php:5495
3218
+ #: wppa-settings-autosave.php:6001 wppa-settings-autosave.php:6023
3219
+ #: wppa-settings-autosave.php:6603 wppa-settings-autosave.php:6627
3220
+ #: wppa-settings-autosave.php:8152 wppa-settings-autosave.php:8173
3221
+ #: wppa-settings-autosave.php:8213 wppa-settings-autosave.php:8235
3222
+ #: wppa-settings-autosave.php:8281
3223
  msgid "#"
3224
  msgstr ""
3225
 
3253
  msgid "Reply to your comment on photo: %s on %s"
3254
  msgstr ""
3255
 
3256
+ #: wppa-comment-admin.php:359 wppa-functions.php:2101
3257
  msgid "Reply"
3258
  msgstr ""
3259
 
3309
  msgid "Default photo album for"
3310
  msgstr "Standard foto album for"
3311
 
3312
+ #: wppa-common-functions.php:526 wppa-common-functions.php:562
3313
  msgid "1 second"
3314
  msgstr "1 sekund"
3315
 
3316
+ #: wppa-common-functions.php:527 wppa-common-functions.php:563
3317
+ #: wppa-functions.php:4249
3318
  msgid "seconds"
3319
  msgstr "sekunder"
3320
 
3321
+ #: wppa-common-functions.php:531 wppa-common-functions.php:567
3322
  msgid "1 minute"
3323
  msgstr "1 minut"
3324
 
3325
+ #: wppa-common-functions.php:532 wppa-common-functions.php:568
3326
+ #: wppa-functions.php:4248
3327
  msgid "minutes"
3328
  msgstr "minutter"
3329
 
3330
+ #: wppa-common-functions.php:536 wppa-common-functions.php:572
3331
  msgid "1 hour"
3332
  msgstr "1 time"
3333
 
3334
+ #: wppa-common-functions.php:537 wppa-common-functions.php:573
3335
+ #: wppa-functions.php:4247
3336
  msgid "hours"
3337
  msgstr "timer"
3338
 
3339
+ #: wppa-common-functions.php:541 wppa-common-functions.php:577
3340
  msgid "1 day"
3341
  msgstr "1 dag"
3342
 
3343
+ #: wppa-common-functions.php:542 wppa-common-functions.php:578
3344
+ #: wppa-functions.php:4246
3345
  msgid "days"
3346
  msgstr "dage"
3347
 
3348
+ #: wppa-common-functions.php:546 wppa-common-functions.php:582
3349
  msgid "1 week"
3350
  msgstr "1 uge"
3351
 
3352
+ #: wppa-common-functions.php:547 wppa-common-functions.php:583
3353
+ #: wppa-functions.php:4245
3354
  msgid "weeks"
3355
  msgstr "uger"
3356
 
3357
+ #: wppa-common-functions.php:551 wppa-common-functions.php:587
3358
  msgid "1 month"
3359
  msgstr "1 m&aring;ned"
3360
 
3361
+ #: wppa-common-functions.php:552 wppa-common-functions.php:588
3362
  msgid "months"
3363
  msgstr "m&aring;neder"
3364
 
3365
+ #: wppa-common-functions.php:555 wppa-common-functions.php:591
3366
  msgid "1 year"
3367
  msgstr "1 &aring;r"
3368
 
3369
+ #: wppa-common-functions.php:556 wppa-common-functions.php:592
3370
  msgid "years"
3371
  msgstr "&aring;r"
3372
 
3373
+ #: wppa-common-functions.php:803 wppa-common-functions.php:804
3374
  msgid "ERROR: Resized or copied image could not be created."
3375
  msgstr ""
3376
 
3377
+ #: wppa-common-functions.php:846 wppa-common-functions.php:847
3378
  #, php-format
3379
  msgid "ERROR: File %s is not a valid picture file."
3380
  msgstr ""
3381
 
3382
+ #: wppa-common-functions.php:1647
3383
  #, php-format
3384
  msgid ""
3385
  "Based on your server memory limit you should not upload images larger then "
3386
  "<strong>%d x %d (%2.1f MP)</strong>"
3387
  msgstr ""
3388
 
3389
+ #: wppa-common-functions.php:1922
3390
  #, fuzzy
3391
  msgid "- select an album -"
3392
  msgstr ""
3393
  "Nessuna corrispondenza con i tuoi termini di ricerca. Riprova con una chiave "
3394
  "di ricerca differente."
3395
 
3396
+ #: wppa-common-functions.php:1934 wppa-items.php:370
3397
  #: wppa-multitag-widget.php:75 wppa-multitag-widget.php:83
3398
  #: wppa-slideshow-widget.php:201 wppa-tagcloud-widget.php:70
3399
  #: wppa-tagcloud-widget.php:78
3400
  msgid "--- all ---"
3401
  msgstr "--- ingen ---"
3402
 
3403
+ #: wppa-common-functions.php:1940
3404
  #, fuzzy
3405
  msgid "--- generic ---"
3406
  msgstr "--- ingen ---"
3407
 
3408
+ #: wppa-common-functions.php:1951
3409
  msgid "--- multiple see below ---"
3410
  msgstr ""
3411
 
3412
+ #: wppa-common-functions.php:1957
3413
  #, fuzzy
3414
  msgid "--- a selection box ---"
3415
  msgstr "--- vises ikke ---"
3416
 
3417
+ #: wppa-common-functions.php:1991 wppa-items.php:366
3418
+ #: wppa-settings-autosave.php:7058 wppa-settings-autosave.php:7114
3419
  #: wppa-upload.php:1529
3420
  msgid "--- separate ---"
3421
  msgstr "--- vis ikke ---"
3422
 
3423
+ #: wppa-common-functions.php:2089
3424
  #, fuzzy
3425
  msgid "Photo id ="
3426
  msgstr "Dagens foto"
3427
 
3428
+ #: wppa-common-functions.php:2089
3429
  msgid "Value ="
3430
  msgstr ""
3431
 
3484
  msgid "n.a."
3485
  msgstr "Ikke brugbar"
3486
 
3487
+ #: wppa-exif-iptc-common.php:214 wppa-utils.php:2245
3488
  msgid "Not Defined"
3489
  msgstr "Ikke Defineret"
3490
 
3491
+ #: wppa-exif-iptc-common.php:215 wppa-utils.php:2246
3492
  msgid "Manual"
3493
  msgstr "Manual"
3494
 
3495
+ #: wppa-exif-iptc-common.php:216 wppa-utils.php:2247
3496
  msgid "Program AE"
3497
  msgstr "Program AE"
3498
 
3499
+ #: wppa-exif-iptc-common.php:217 wppa-utils.php:2248
3500
  msgid "Aperture-priority AE"
3501
  msgstr "Bl&aelig;ndeprioriteret AE"
3502
 
3503
+ #: wppa-exif-iptc-common.php:218 wppa-utils.php:2249
3504
  msgid "Shutter speed priority AE"
3505
  msgstr "Lukkerhastighedsprioritet AE"
3506
 
3507
+ #: wppa-exif-iptc-common.php:219 wppa-utils.php:2250
3508
  msgid "Creative (Slow speed)"
3509
  msgstr "Kreativ (Langsom hastighed)"
3510
 
3511
+ #: wppa-exif-iptc-common.php:220 wppa-utils.php:2251
3512
  msgid "Action (High speed)"
3513
  msgstr "Handling (h&oslash;j hastighed)"
3514
 
3515
+ #: wppa-exif-iptc-common.php:221 wppa-utils.php:2252
3516
  msgid "Portrait"
3517
  msgstr "Portr&aelig;t"
3518
 
3519
+ #: wppa-exif-iptc-common.php:222 wppa-utils.php:2253
3520
  msgid "Landscape"
3521
  msgstr "Landskab"
3522
 
3523
+ #: wppa-exif-iptc-common.php:223 wppa-utils.php:2254
3524
  msgid "Bulb"
3525
  msgstr "Bulb"
3526
 
3527
+ #: wppa-exif-iptc-common.php:245 wppa-utils.php:2255
3528
  msgid "Average"
3529
  msgstr "gennemsnitlig"
3530
 
3531
+ #: wppa-exif-iptc-common.php:246 wppa-utils.php:2256
3532
  msgid "Center-weighted average"
3533
  msgstr "Centerv&aelig;gtet gennemsnit"
3534
 
3535
+ #: wppa-exif-iptc-common.php:247 wppa-utils.php:2257
3536
  msgid "Spot"
3537
  msgstr "Spot"
3538
 
3539
+ #: wppa-exif-iptc-common.php:248 wppa-utils.php:2258
3540
  msgid "Multi-spot"
3541
  msgstr "Multi-spot"
3542
 
3543
+ #: wppa-exif-iptc-common.php:249 wppa-utils.php:2259
3544
  msgid "Multi-segment"
3545
  msgstr "Multi-segment"
3546
 
3547
+ #: wppa-exif-iptc-common.php:250 wppa-utils.php:2260
3548
  msgid "Partial"
3549
  msgstr "Delvist"
3550
 
3551
+ #: wppa-exif-iptc-common.php:251 wppa-settings-autosave.php:4400
3552
+ #: wppa-utils.php:2261
3553
  msgid "Other"
3554
  msgstr "Andet"
3555
 
3556
+ #: wppa-exif-iptc-common.php:287 wppa-utils.php:2262
3557
  msgid "No Flash"
3558
  msgstr "Ingen blitz"
3559
 
3560
+ #: wppa-exif-iptc-common.php:289 wppa-utils.php:2263
3561
  msgid "Fired"
3562
  msgstr "Afskudt"
3563
 
3564
+ #: wppa-exif-iptc-common.php:291 wppa-utils.php:2264
3565
  msgid "Fired, Return not detected"
3566
  msgstr "Afskudt, returnering er ikke opdaget "
3567
 
3568
+ #: wppa-exif-iptc-common.php:293 wppa-utils.php:2265
3569
  msgid "Fired, Return detected"
3570
  msgstr "Afskudt, returnering er opdaget "
3571
 
3572
+ #: wppa-exif-iptc-common.php:295 wppa-utils.php:2266
3573
  msgid "On, Did not fire"
3574
  msgstr "Tilsluttet, afsk&oslash;d ikke"
3575
 
3576
+ #: wppa-exif-iptc-common.php:297 wppa-utils.php:2267
3577
  msgid "On, Fired"
3578
  msgstr "Tilsluttet, afskudt"
3579
 
3580
+ #: wppa-exif-iptc-common.php:299 wppa-utils.php:2268
3581
  msgid "On, Return not detected"
3582
  msgstr "Tilsluttet, returnering er ikke opdaget "
3583
 
3584
+ #: wppa-exif-iptc-common.php:301 wppa-utils.php:2269
3585
  msgid "On, Return detected"
3586
  msgstr "Tilsluttet, returnering er opdaget "
3587
 
3588
+ #: wppa-exif-iptc-common.php:303 wppa-utils.php:2270
3589
  msgid "Off, Did not fire"
3590
  msgstr "Slukket, afsk&oslash;d ikke"
3591
 
3592
+ #: wppa-exif-iptc-common.php:305 wppa-utils.php:2271
3593
  msgid "Off, Did not fire, Return not detected"
3594
  msgstr "Slukket, afsk&oslash;d ikke, returnering er ikke opdaget "
3595
 
3596
+ #: wppa-exif-iptc-common.php:307 wppa-utils.php:2272
3597
  msgid "Auto, Did not fire"
3598
  msgstr "Automatisk, afsk&oslash;d ikke"
3599
 
3600
+ #: wppa-exif-iptc-common.php:309 wppa-utils.php:2273
3601
  msgid "Auto, Fired"
3602
  msgstr "Automatisk, afskudt"
3603
 
3604
+ #: wppa-exif-iptc-common.php:311 wppa-utils.php:2274
3605
  msgid "Auto, Fired, Return not detected"
3606
  msgstr "Automatisk, afskudt, returnering er ikke opdaget "
3607
 
3608
+ #: wppa-exif-iptc-common.php:313 wppa-utils.php:2275
3609
  msgid "Auto, Fired, Return detected"
3610
  msgstr "Automatisk, afskudt, returnering er opdaget "
3611
 
3612
+ #: wppa-exif-iptc-common.php:315 wppa-utils.php:2276
3613
  msgid "No flash function"
3614
  msgstr "Ingen blitz funktion"
3615
 
3616
+ #: wppa-exif-iptc-common.php:317 wppa-utils.php:2277
3617
  msgid "Off, No flash function"
3618
  msgstr "Slukket, ingen blitz funktion"
3619
 
3620
+ #: wppa-exif-iptc-common.php:319 wppa-utils.php:2278
3621
  msgid "Fired, Red-eye reduction"
3622
  msgstr "Afskudt, R&oslash;d-&oslash;je reduktion"
3623
 
3624
+ #: wppa-exif-iptc-common.php:321 wppa-utils.php:2279
3625
  msgid "Fired, Red-eye reduction, Return not detected"
3626
  msgstr "Afskudt, R&oslash;d-&oslash;je reduktion, returnering er ikke opdaget "
3627
 
3628
+ #: wppa-exif-iptc-common.php:323 wppa-utils.php:2280
3629
  msgid "Fired, Red-eye reduction, Return detected"
3630
  msgstr "Afskudt, R&oslash;d-&oslash;je reduktion, returnering er opdaget "
3631
 
3632
+ #: wppa-exif-iptc-common.php:325 wppa-utils.php:2281
3633
  msgid "On, Red-eye reduction"
3634
  msgstr "Tilstuttet, R&oslash;d-&oslash;je reduktion"
3635
 
3636
+ #: wppa-exif-iptc-common.php:327 wppa-utils.php:2282
3637
  msgid "Red-eye reduction, Return not detected"
3638
  msgstr "R&oslash;d-&oslash;je reduktion, returnering er ikke opdaget "
3639
 
3640
+ #: wppa-exif-iptc-common.php:329 wppa-utils.php:2283
3641
  msgid "On, Red-eye reduction, Return detected"
3642
  msgstr "Tilstuttet, R&oslash;d-&oslash;je reduktion, returnering er opdaget "
3643
 
3644
+ #: wppa-exif-iptc-common.php:331 wppa-utils.php:2284
3645
  msgid "Off, Red-eye reduction"
3646
  msgstr "Slukket, R&oslash;d-&oslash;je reduktion"
3647
 
3648
+ #: wppa-exif-iptc-common.php:333 wppa-utils.php:2285
3649
  msgid "Auto, Did not fire, Red-eye reduction"
3650
  msgstr "Automatisk, Afsk&oslash;d ikke, R&oslash;d-&oslash;je reduktion"
3651
 
3652
+ #: wppa-exif-iptc-common.php:335 wppa-utils.php:2286
3653
  msgid "Auto, Fired, Red-eye reduction"
3654
  msgstr "Automatisk, Afskudt, R&oslash;d-&oslash;je reduktion"
3655
 
3656
+ #: wppa-exif-iptc-common.php:337 wppa-utils.php:2287
3657
  msgid "Auto, Fired, Red-eye reduction, Return not detected"
3658
  msgstr ""
3659
  "Automatisk, Afskudt, R&oslash;d-&oslash;je reduktion, returnering er ikke "
3660
  "opdaget "
3661
 
3662
+ #: wppa-exif-iptc-common.php:339 wppa-utils.php:2288
3663
  msgid "Auto, Fired, Red-eye reduction, Return detected"
3664
  msgstr ""
3665
  "Automatisk, Afskudt, R&oslash;d-&oslash;je reduktion, returnering er opdaget "
3790
  "Trovati %s album. Solo le prime %s saranno visualizzate. Per favore affinate "
3791
  "la ricerca.ie cercate anche per data."
3792
 
3793
+ #: wppa-functions.php:1919 wppa-links.php:717 wppa-links.php:734
3794
  #: wppa-thumbnails.php:587
3795
  msgid "Are you sure you want to remove this photo?"
3796
  msgstr "Er du sikker p&aring;, at du vil fjerne dette foto"
3797
 
3798
+ #: wppa-functions.php:2079
3799
  msgid "Comment edited"
3800
  msgstr "Kommentarer redigeret"
3801
 
3802
+ #: wppa-functions.php:2084
3803
  #, fuzzy
3804
  msgid "Photo comment"
3805
  msgstr "Din kommentar"
3806
 
3807
+ #: wppa-functions.php:2088
3808
  msgid "Comment on photo:"
3809
  msgstr "Kommentar til billeder"
3810
 
3811
+ #: wppa-functions.php:2099
3812
  msgid "wrote on photo"
3813
  msgstr "Se fotos"
3814
 
3815
+ #: wppa-functions.php:2103
3816
  msgid "Moderate comment admin"
3817
  msgstr "Godkend kommentar administration"
3818
 
3819
+ #: wppa-functions.php:2106 wppa-functions.php:4097 wppa-upload.php:1427
3820
  msgid "Moderate manage photo"
3821
  msgstr "Se fotos"
3822
 
3823
+ #: wppa-functions.php:2120
3824
  msgid "You receive this email as you are assigned to moderate"
3825
  msgstr "Du modtager denne e-mail, fordi du er sat til at godkende"
3826
 
3827
+ #: wppa-functions.php:2132
3828
  msgid "You receive this email as administrator of the site"
3829
  msgstr ""
3830
  "Du modtager denne e-mail, fordi du er administrator p&aring; hjemmesiden"
3831
 
3832
+ #: wppa-functions.php:2149
3833
  msgid "You receive this email as uploader of the photo"
3834
  msgstr "Du modtager denne e-mail, fordi du indsendte et foto"
3835
 
3836
+ #: wppa-functions.php:2166
3837
  msgid "You receive this email as owner of the album"
3838
  msgstr "Du modtager denne e-mail, fordi du er ejer af albumet"
3839
 
3840
+ #: wppa-functions.php:2183
3841
  #, fuzzy
3842
  msgid "You receive this email because you commented this photo earlier."
3843
  msgstr "Du modtager denne e-mail, fordi du er sat til at godkende"
3844
 
3845
+ #: wppa-functions.php:2209
3846
  msgid "Comment added"
3847
  msgstr "Kommentarer tilf&oslash;jet"
3848
 
3849
+ #: wppa-functions.php:2215
3850
  msgid ""
3851
  "Sorry, you gave a wrong answer.\\n\\nPlease try again to solve the "
3852
  "computation."
3854
  "Beklager, du gav et forkert svar.\\n\\nPr&oslash;v venligst igen, at "
3855
  "l&oslash;se beregningen."
3856
 
3857
+ #: wppa-functions.php:2226
3858
  msgid "Could not process comment.\\nProbably timed out."
3859
  msgstr "Kommentar kunne ikke bearbejdes"
3860
 
3861
+ #: wppa-functions.php:2309
3862
  #, fuzzy, php-format
3863
  msgid "1 Comment"
3864
  msgid_plural "%s Comments"
3865
  msgstr[0] "%d kommentarer"
3866
  msgstr[1] "%d kommentarer"
3867
 
3868
+ #: wppa-functions.php:2345 wppa-links.php:1405
3869
  msgid "A video can not be printed or downloaded"
3870
  msgstr ""
3871
 
3872
+ #: wppa-functions.php:2784
3873
  #, fuzzy
3874
  msgid "ERROR: Illegal attempt to enter a rating."
3875
  msgstr ""
3876
  "<b>FEJL: Ugyldigt fors&oslash;g p&aring; at give en bed&oslash;mmelse.</b>"
3877
 
3878
+ #: wppa-functions.php:2797
3879
  #, fuzzy
3880
  msgid "ERROR: Illegal attempt to enter a comment."
3881
  msgstr "<b>FEJL: Ugyldigt fors&oslash;g p&aring; at give en kommentar.</b>"
3882
 
3883
+ #: wppa-functions.php:3850
3884
  #, fuzzy
3885
  msgid "ERROR: Illegal attempt to create an album."
3886
  msgstr ""
3887
  "<b>FEJL: Ugyldigt fors&oslash;g p&aring; at give en bed&oslash;mmelse.</b>"
3888
 
3889
+ #: wppa-functions.php:3854
3890
  #, fuzzy
3891
  msgid "Wrong captcha, please try again"
3892
  msgstr ""
3893
  "Beklager, du gav et forkert svar.\\n\\nPr&oslash;v venligst igen, at "
3894
  "l&oslash;se beregningen."
3895
 
3896
+ #: wppa-functions.php:3867
3897
  #, fuzzy, php-format
3898
  msgid "Album #%s created"
3899
  msgstr "Carica foto: per caricare le foto in un album che hai creato."
3900
 
3901
+ #: wppa-functions.php:3872
3902
  #, fuzzy
3903
  msgid "Could not create album"
3904
  msgstr "Impossibile creare album. "
3905
 
3906
+ #: wppa-functions.php:3883
3907
  #, fuzzy
3908
  msgid "ERROR: Illegal attempt to upload a file."
3909
  msgstr "<b>FEJL: Ugyldigt fors&oslash;g p&aring; at uploade en fil.</b>"
3910
 
3911
+ #: wppa-functions.php:3923
3912
  #, fuzzy
3913
  msgid "Photo upload"
3914
  msgstr "Foto caricate nell'album numero"
3915
 
3916
+ #: wppa-functions.php:3924
3917
  #, fuzzy, php-format
3918
  msgid "Photo successfully uploaded."
3919
  msgid_plural "%s photos successfully uploaded."
3920
  msgstr[0] "Indsendelse af foto var en success."
3921
  msgstr[1] "Indsendelse af foto var en success."
3922
 
3923
+ #: wppa-functions.php:3925
3924
  #, php-format
3925
  msgid "%s points added."
3926
  msgstr "%s kommentarer tilf&oslash;jet"
3927
 
3928
+ #: wppa-functions.php:3929
3929
  msgid "Upload failed"
3930
  msgstr "Indl&aelig;sning fejlede"
3931
 
3932
+ #: wppa-functions.php:3932
3933
  #, fuzzy, php-format
3934
  msgid "1 Upload failed"
3935
  msgid_plural "%s uploads failed."
3936
  msgstr[0] "Indl&aelig;sning fejlede"
3937
  msgstr[1] "Indl&aelig;sning fejlede"
3938
 
3939
+ #: wppa-functions.php:3969
3940
  msgid "Error during upload"
3941
  msgstr "Fejl under upload"
3942
 
3943
+ #: wppa-functions.php:3974
3944
  msgid "Uploaded file is not an image"
3945
  msgstr "Uploaded fil er ikke et billede"
3946
 
3947
+ #: wppa-functions.php:3978
3948
  #, php-format
3949
  msgid ""
3950
  "Only gif, jpg and png image files are supported. Returned filetype = %d."
3951
  msgstr ""
3952
  "Kun gif, jpg og png filer underst&oslash;ttes. Den forkerte filtype er %d."
3953
 
3954
+ #: wppa-functions.php:3984
3955
  #, fuzzy, php-format
3956
  msgid "Uploaded file is larger than the allowed maximum of %d x %d pixels."
3957
  msgstr "Maks. foto st&oslash;rrelse: %d x %d (%2.1f MegaPixel)"
3958
 
3959
+ #: wppa-functions.php:3990
3960
  #, fuzzy, php-format
3961
  msgid "Uploaded file %s already exists in this album."
3962
  msgstr "Il file %s che hai caricato non è un file .png"
3963
 
3964
+ #: wppa-functions.php:3998
3965
  #, php-format
3966
  msgid "The image is too big. Max photo size: %d x %d (%2.1f MegaPixel)"
3967
  msgstr ""
3968
  "Billedet er for stort. Maks. foto st&oslash;rrelse: %d x %d (%2.1f MegaPixel)"
3969
 
3970
+ #: wppa-functions.php:4021
3971
  msgid "Could not insert photo into db."
3972
  msgstr "Kunne ikke inds&aelig;tte foto i databasen."
3973
 
3974
+ #: wppa-functions.php:4093 wppa-upload.php:1423
3975
  #, php-format
3976
  msgid "New photo uploaded: %s"
3977
  msgstr "Nyt foto indsendt: %s"
3978
 
3979
+ #: wppa-functions.php:4094 wppa-upload.php:1424
3980
  #, fuzzy, php-format
3981
  msgid "User %1$s uploaded photo %2$s into album %3$s"
3982
  msgstr "Bruger %s indsendte foto %s ind i album %s"
3983
 
3984
+ #: wppa-functions.php:4096 wppa-upload.php:1426
3985
  msgid "This upload requires moderation"
3986
  msgstr "Denne indsendelse kr&aelig;ver godkendelse"
3987
 
3988
+ #: wppa-functions.php:4100 wppa-upload.php:1430
3989
  msgid "Details:"
3990
  msgstr "Detaljer:"
3991
 
3992
+ #: wppa-functions.php:4101 wppa-upload.php:1431 wppa-utils.php:777
3993
+ #: wppa-utils.php:789
3994
  msgid "Manage photo"
3995
  msgstr "Se fotos"
3996
 
3997
+ #: wppa-functions.php:4243
3998
  msgid "You can upload after"
3999
  msgstr "Du kan indsende efter"
4000
 
4001
+ #: wppa-functions.php:4273 wppa-functions.php:4284 wppa-links.php:1034
4002
  #: wppa-non-admin.php:644
4003
  #, fuzzy
4004
  msgid "Download"
4006
  "Questa impostazione farà sì che cliccando sulla immagine con il tasto destro "
4007
  "non permetterà all'utente di scaricare l'immagine."
4008
 
4009
+ #: wppa-functions.php:4277 wppa-functions.php:4288
4010
  #, fuzzy
4011
  msgid "Download:"
4012
  msgstr ""
4013
  "Questa impostazione farà sì che cliccando sulla immagine con il tasto destro "
4014
  "non permetterà all'utente di scaricare l'immagine."
4015
 
4016
+ #: wppa-functions.php:4311
4017
  msgid "Zoom in"
4018
  msgstr "Zoom ind"
4019
 
4494
  msgid "Bronze"
4495
  msgstr ""
4496
 
4497
+ #: wppa-items.php:274 wppa-items.php:428 wppa-settings-autosave.php:3266
4498
  #, fuzzy
4499
  msgid "none"
4500
  msgstr "--- ingen ---"
4603
  msgid "Scheduled for %s"
4604
  msgstr ""
4605
 
4606
+ #: wppa-links.php:975 wppa-links.php:978 wppa-slideshow.php:735
4607
  msgid "Previous"
4608
  msgstr "Forrige billede"
4609
 
4610
  #: wppa-links.php:985 wppa-links.php:988 wppa-non-admin.php:590
4611
+ #: wppa-slideshow.php:738
4612
  msgid "Next"
4613
  msgstr "N&aelig;ste"
4614
 
4696
  msgid "Keys: f = next mode; escape = exit; d = dismiss this notice."
4697
  msgstr ""
4698
 
4699
+ #: wppa-non-admin.php:581 wppa-settings-autosave.php:3411
4700
  #: wppa-slideshow.php:232
4701
  msgid "Start"
4702
  msgstr "Start"
4729
  msgid "Prev."
4730
  msgstr "Forrige"
4731
 
4732
+ #: wppa-non-admin.php:591 wppa-slideshow.php:577 wppa-slideshow.php:581
4733
+ #: wppa-slideshow.php:627
4734
  msgid "Average&nbsp;rating"
4735
  msgstr "Bed&oslash;mmelse&nbsp;gennemsnitlig"
4736
 
4737
+ #: wppa-non-admin.php:592 wppa-slideshow.php:602 wppa-slideshow.php:607
4738
+ #: wppa-slideshow.php:612
4739
  msgid "My&nbsp;rating"
4740
  msgstr "Min&nbsp;bed&oslash;mmelse"
4741
 
5023
  msgid "Same tab"
5024
  msgstr ""
5025
 
5026
+ #: wppa-photo-admin-autosave.php:414 wppa-settings-autosave.php:4501
5027
+ #: wppa-settings-autosave.php:5500
5028
  #, fuzzy
5029
  msgid "New tab"
5030
  msgstr "Impossibile creare album. "
5054
  msgstr ""
5055
  "Non hai i permessi per potere aggiornare le informazioni di questo album"
5056
 
5057
+ #: wppa-photo-admin-autosave.php:477 wppa-settings-autosave.php:3013
5058
  msgid "Upload"
5059
  msgstr "Indsend"
5060
 
5124
  msgid "Remake thumbnail file"
5125
  msgstr "Foto Top Ti"
5126
 
5127
+ #: wppa-photo-admin-autosave.php:632 wppa-settings-autosave.php:6216
5128
  msgid "Remake"
5129
  msgstr ""
5130
 
5348
  msgstr ""
5349
 
5350
  #: wppa-photo-admin-autosave.php:1293 wppa-photo-admin-autosave.php:1412
5351
+ #: wppa-settings-autosave.php:7509
5352
  #, fuzzy
5353
  msgid "Preview"
5354
  msgstr "Forrige billede"
5377
  msgid "Id: "
5378
  msgstr ""
5379
 
5380
+ #: wppa-photo-admin-autosave.php:1605 wppa-settings-autosave.php:482
5381
  msgid "Video"
5382
  msgstr ""
5383
 
5384
+ #: wppa-photo-admin-autosave.php:1606 wppa-settings-autosave.php:463
5385
  msgid "Audio"
5386
  msgstr ""
5387
 
5464
  msgid "Enable subsearch"
5465
  msgstr ""
5466
 
5467
+ #: wppa-settings-autosave.php:117
5468
  msgid "Saved settings restored"
5469
  msgstr ""
5470
 
5471
+ #: wppa-settings-autosave.php:120
5472
  msgid "Unable to restore saved settings"
5473
  msgstr ""
5474
 
5475
+ #: wppa-settings-autosave.php:126
5476
  msgid "Reset to default settings"
5477
  msgstr ""
5478
 
5479
+ #: wppa-settings-autosave.php:129
5480
  msgid "Unable to set defaults"
5481
  msgstr ""
5482
 
5483
+ #: wppa-settings-autosave.php:134
5484
  #, php-format
5485
  msgid "Skinfile %s loaded"
5486
  msgstr ""
5487
 
5488
+ #: wppa-settings-autosave.php:145 wppa-settings-autosave.php:167
5489
+ #: wppa-settings-autosave.php:188
5490
  #, fuzzy, php-format
5491
  msgid "Upload error %s"
5492
  msgstr "Indsend foto"
5493
 
5494
+ #: wppa-settings-autosave.php:150
5495
  #, fuzzy, php-format
5496
  msgid "Uploaded file %s is not a .png file"
5497
  msgstr "Uploaded fil er ikke et billede"
5498
 
5499
+ #: wppa-settings-autosave.php:154 wppa-settings-autosave.php:175
5500
+ #: wppa-settings-autosave.php:211
5501
  #, fuzzy, php-format
5502
  msgid "Upload of %s done"
5503
  msgstr "Indsend foto"
5504
 
5505
+ #: wppa-settings-autosave.php:159 wppa-settings-autosave.php:180
5506
+ #: wppa-settings-autosave.php:216
5507
  msgid "No file selected or error on upload"
5508
  msgstr ""
5509
 
5510
+ #: wppa-settings-autosave.php:171
5511
  #, fuzzy, php-format
5512
  msgid "Uploaded file %s is not a .ttf file"
5513
  msgstr "Uploaded fil er ikke et billede"
5514
 
5515
+ #: wppa-settings-autosave.php:193
5516
  #, fuzzy, php-format
5517
  msgid "Uploaded file %s is not a valid image file"
5518
  msgstr "Uploaded fil er ikke et billede"
5519
 
5520
+ #: wppa-settings-autosave.php:295 wppa-settings-autosave.php:336
5521
  msgid "Ready uploading to Cloudinary"
5522
  msgstr ""
5523
 
5524
+ #: wppa-settings-autosave.php:316
5525
  #, php-format
5526
  msgid "Unexpected error: Photo %s does not exist!"
5527
  msgstr ""
5528
 
5529
+ #: wppa-settings-autosave.php:352
5530
  #, php-format
5531
  msgid ""
5532
  "%s invalid ratings removed. Please run Table VIII-A5: Rerate to fix the "
5533
  "averages."
5534
  msgstr ""
5535
 
5536
+ #: wppa-settings-autosave.php:362
5537
  #, php-format
5538
  msgid "%s obsolete settings removed."
5539
  msgstr ""
5540
 
5541
+ #: wppa-settings-autosave.php:370
5542
  #, fuzzy
5543
  msgid "WP Photo Album Plus Settings"
5544
  msgstr "Foto Albums"
5545
 
5546
+ #: wppa-settings-autosave.php:371
5547
  msgid "Database revision:"
5548
  msgstr ""
5549
 
5550
+ #: wppa-settings-autosave.php:371
5551
  msgid "WP Charset:"
5552
  msgstr ""
5553
 
5554
+ #: wppa-settings-autosave.php:374
5555
  msgid "Multisite in singlesite mode."
5556
  msgstr ""
5557
 
5558
+ #: wppa-settings-autosave.php:377
5559
  msgid "Multisite enabled."
5560
  msgstr ""
5561
 
5562
+ #: wppa-settings-autosave.php:379
5563
  msgid "Blogid ="
5564
  msgstr ""
5565
 
5566
+ #: wppa-settings-autosave.php:396
5567
  msgid "Please de-activate plugin <i style=\"font-size:14px;\">"
5568
  msgstr ""
5569
 
5570
+ #: wppa-settings-autosave.php:396
5571
  msgid ". </i>This plugin will cause wppa+ to function not properly."
5572
  msgstr ""
5573
 
5574
+ #: wppa-settings-autosave.php:406
5575
  msgid "Please note that plugin <i style=\"font-size:14px;\">"
5576
  msgstr ""
5577
 
5578
+ #: wppa-settings-autosave.php:406
5579
  msgid "</i> can cause wppa+ to function not properly if it is misconfigured."
5580
  msgstr ""
5581
 
5582
+ #: wppa-settings-autosave.php:411 wppa-upload.php:93
5583
  msgid ""
5584
  "There is a serious misconfiguration in your servers PHP config. Function "
5585
  "imagecreatefromjpeg() does not exist. You will encounter problems when "
5587
  "hosting provider to add GD support with a minimal version 1.8."
5588
  msgstr ""
5589
 
5590
+ #: wppa-settings-autosave.php:416
5591
  msgid "Rebuilding the Album index needs completion. See Table VIII"
5592
  msgstr ""
5593
 
5594
+ #: wppa-settings-autosave.php:417
5595
  msgid "Rebuilding the Photo index needs completion. See Table VIII"
5596
  msgstr ""
5597
 
5598
+ #: wppa-settings-autosave.php:419
5599
  msgid "Remove empty albums needs completion. See Table VIII"
5600
  msgstr ""
5601
 
5602
+ #: wppa-settings-autosave.php:420
5603
  msgid "Applying new photo description needs completion. See Table VIII"
5604
  msgstr ""
5605
 
5606
+ #: wppa-settings-autosave.php:421
5607
  msgid "Appending to photo description needs completion. See Table VIII"
5608
  msgstr ""
5609
 
5610
+ #: wppa-settings-autosave.php:422
5611
  msgid "Removing from photo description needs completion. See Table VIII"
5612
  msgstr ""
5613
 
5614
+ #: wppa-settings-autosave.php:423
5615
  msgid "Removing file extensions needs completion. See Table VIII"
5616
  msgstr ""
5617
 
5618
+ #: wppa-settings-autosave.php:424
5619
  msgid "Regenerating the Thumbnails needs completion. See Table VIII"
5620
  msgstr ""
5621
 
5622
+ #: wppa-settings-autosave.php:425
5623
  msgid "Rerating needs completion. See Table VIII"
5624
  msgstr ""
5625
 
5626
+ #: wppa-settings-autosave.php:433
5627
  msgid ""
5628
  "A thumbframe width or height should not be smaller than a thumbnail size. "
5629
  "Please correct the corresponding setting(s) in Table I-C"
5630
  msgstr ""
5631
 
5632
+ #: wppa-settings-autosave.php:438
5633
  msgid "Show legenda"
5634
  msgstr ""
5635
 
5636
+ #: wppa-settings-autosave.php:440
5637
  msgid "Legenda:"
5638
  msgstr ""
5639
 
5640
+ #: wppa-settings-autosave.php:441 wppa-settings-autosave.php:443
5641
+ #: wppa-settings-autosave.php:1956 wppa-settings-autosave.php:5222
5642
  msgid "Button"
5643
  msgstr ""
5644
 
5645
+ #: wppa-settings-autosave.php:441
5646
  msgid "action that causes page reload."
5647
  msgstr ""
5648
 
5649
+ #: wppa-settings-autosave.php:443 wppa-settings-autosave.php:8862
5650
+ #: wppa-settings-autosave.php:8881
5651
  msgid "Are you sure?"
5652
  msgstr ""
5653
 
5654
+ #: wppa-settings-autosave.php:444
5655
  msgid "action that does not cause page reload."
5656
  msgstr ""
5657
 
5658
+ #: wppa-settings-autosave.php:446 wppa-settings-autosave.php:7398
5659
+ #: wppa-settings-autosave.php:7400 wppa-settings-autosave.php:8564
5660
+ #: wppa-settings-autosave.php:8580 wppa-settings-autosave.php:8608
5661
+ #: wppa-settings-autosave.php:8632 wppa-settings-autosave.php:8662
5662
+ #: wppa-settings-autosave.php:8689 wppa-settings-autosave.php:8715
5663
+ #: wppa-settings-autosave.php:8731 wppa-settings-autosave.php:8784
5664
+ #: wppa-settings-autosave.php:8814
5665
  msgid "Setting unmodified"
5666
  msgstr ""
5667
 
5668
+ #: wppa-settings-autosave.php:448
5669
  msgid "Update in progress"
5670
  msgstr ""
5671
 
5672
+ #: wppa-settings-autosave.php:450
5673
  #, fuzzy
5674
  msgid "Setting updated"
5675
  msgstr "Indstillinger"
5676
 
5677
+ #: wppa-settings-autosave.php:452
5678
  #, fuzzy
5679
  msgid "Update failed"
5680
  msgstr "Indl&aelig;sning fejlede"
5681
 
5682
+ #: wppa-settings-autosave.php:454
5683
  msgid "Hide this"
5684
  msgstr ""
5685
 
5686
+ #: wppa-settings-autosave.php:460
5687
  msgid "System"
5688
  msgstr ""
5689
 
5690
+ #: wppa-settings-autosave.php:461
5691
  msgid "Access"
5692
  msgstr ""
5693
 
5694
+ #: wppa-settings-autosave.php:465
5695
  msgid "Counts"
5696
  msgstr ""
5697
 
5698
+ #: wppa-settings-autosave.php:466
5699
  msgid "Covers"
5700
  msgstr ""
5701
 
5702
+ #: wppa-settings-autosave.php:467
5703
  msgid "Layout"
5704
  msgstr ""
5705
 
5706
+ #: wppa-settings-autosave.php:468 wppa-settings-autosave.php:4451
5707
  msgid "Lightbox"
5708
  msgstr ""
5709
 
5710
+ #: wppa-settings-autosave.php:469
5711
  #, fuzzy
5712
  msgid "Links"
5713
  msgstr "Link til"
5714
 
5715
+ #: wppa-settings-autosave.php:470
5716
  msgid "Metadata"
5717
  msgstr ""
5718
 
5719
+ #: wppa-settings-autosave.php:471
5720
  msgid "Navigation"
5721
  msgstr ""
5722
 
5723
+ #: wppa-settings-autosave.php:472 wppa-settings-autosave.php:1530
5724
+ #: wppa-settings-autosave.php:7745
5725
  #, fuzzy
5726
  msgid "Page"
5727
  msgstr "N&aelig;ste&nbsp;side"
5728
 
5729
+ #: wppa-settings-autosave.php:473 wppa-settings-autosave.php:7541
5730
+ #: wppa-settings-autosave.php:7586
5731
  #, fuzzy
5732
  msgid "Rating"
5733
  msgstr "Bed&oslash;mmelse: %s"
5734
 
5735
+ #: wppa-settings-autosave.php:475
5736
  msgid "Sizes"
5737
  msgstr ""
5738
 
5739
+ #: wppa-settings-autosave.php:476
5740
  #, fuzzy
5741
  msgid "Slideshows"
5742
  msgstr "Slideshow"
5743
 
5744
+ #: wppa-settings-autosave.php:477
5745
  msgid "Social Media"
5746
  msgstr ""
5747
 
5748
+ #: wppa-settings-autosave.php:479
5749
  #, fuzzy
5750
  msgid "Uploads"
5751
  msgstr "Indsend"
5752
 
5753
+ #: wppa-settings-autosave.php:480
5754
  msgid "Widgets"
5755
  msgstr ""
5756
 
5757
+ #: wppa-settings-autosave.php:481 wppa-settings-autosave.php:7379
5758
  msgid "Watermark"
5759
  msgstr ""
5760
 
5761
+ #: wppa-settings-autosave.php:489
5762
  msgid "Click on the banner of a (sub)table to open/close it, or"
5763
  msgstr ""
5764
 
5765
+ #: wppa-settings-autosave.php:491
5766
  msgid "Show settings related to:"
5767
  msgstr ""
5768
 
5769
+ #: wppa-settings-autosave.php:497
5770
  msgid "and ( optionally ) to:"
5771
  msgstr ""
5772
 
5773
+ #: wppa-settings-autosave.php:511
5774
  msgid "Quick setup"
5775
  msgstr ""
5776
 
5777
+ #: wppa-settings-autosave.php:513
5778
  msgid "Do a quick initial setup"
5779
  msgstr ""
5780
 
5781
+ #: wppa-settings-autosave.php:514
5782
  msgid "Close quick setup"
5783
  msgstr ""
5784
 
5785
+ #: wppa-settings-autosave.php:521
5786
  msgid "Table O:"
5787
  msgstr ""
5788
 
5789
+ #: wppa-settings-autosave.php:521
5790
  msgid "Quick Setup:"
5791
  msgstr ""
5792
 
5793
+ #: wppa-settings-autosave.php:522
5794
  msgid "This table enables you to quickly do an inital setup."
5795
  msgstr ""
5796
 
5797
+ #: wppa-settings-autosave.php:532 wppa-settings-autosave.php:685
5798
+ #: wppa-settings-autosave.php:707 wppa-settings-autosave.php:1407
5799
+ #: wppa-settings-autosave.php:1428 wppa-settings-autosave.php:2793
5800
+ #: wppa-settings-autosave.php:3136 wppa-settings-autosave.php:4278
5801
+ #: wppa-settings-autosave.php:6004 wppa-settings-autosave.php:6630
5802
+ #: wppa-settings-autosave.php:8155
5803
  #, fuzzy
5804
  msgid "Setting"
5805
  msgstr "Indstillinger"
5806
 
5807
+ #: wppa-settings-autosave.php:533 wppa-settings-autosave.php:686
5808
+ #: wppa-settings-autosave.php:708 wppa-settings-autosave.php:1408
5809
+ #: wppa-settings-autosave.php:1429 wppa-settings-autosave.php:2794
5810
+ #: wppa-settings-autosave.php:2818 wppa-settings-autosave.php:3116
5811
+ #: wppa-settings-autosave.php:3137 wppa-settings-autosave.php:4279
5812
+ #: wppa-settings-autosave.php:4303 wppa-settings-autosave.php:4479
5813
+ #: wppa-settings-autosave.php:4503 wppa-settings-autosave.php:5502
5814
+ #: wppa-settings-autosave.php:6006 wppa-settings-autosave.php:6030
5815
+ #: wppa-settings-autosave.php:6610 wppa-settings-autosave.php:6631
5816
+ #: wppa-settings-autosave.php:8156 wppa-settings-autosave.php:8178
5817
+ #: wppa-settings-autosave.php:8218 wppa-settings-autosave.php:8240
5818
+ #: wppa-settings-autosave.php:8286
5819
  msgid "Help"
5820
  msgstr ""
5821
 
5822
+ #: wppa-settings-autosave.php:544
5823
  msgid ""
5824
  "To quickly setup WPPA+ please answer the following questions. You can alway "
5825
  "change any setting later. <span style=\"color:#700\">Click on me!</span>"
5826
  msgstr ""
5827
 
5828
+ #: wppa-settings-autosave.php:546
5829
  msgid "Is your theme <i>responsive</i>?"
5830
  msgstr ""
5831
 
5832
+ #: wppa-settings-autosave.php:547
5833
  msgid ""
5834
  "Responsive themes have a layout that varies with the size of the browser "
5835
  "window."
5836
  msgstr ""
5837
 
5838
+ #: wppa-settings-autosave.php:548
5839
  msgid ""
5840
  "WPPA+ needs to know this to automaticly adept the width of the display to "
5841
  "the available width on the page."
5842
  msgstr ""
5843
 
5844
+ #: wppa-settings-autosave.php:555
5845
  msgid "Do you want to downsize photos during upload?"
5846
  msgstr ""
5847
 
5848
+ #: wppa-settings-autosave.php:556
5849
  msgid ""
5850
  "Downsizing photos make them load faster to the visitor, without loosing "
5851
  "display quality"
5852
  msgstr ""
5853
 
5854
+ #: wppa-settings-autosave.php:557
5855
  msgid ""
5856
  "If you answer yes, the photos will be downsized to max 1024 x 768 pixels. "
5857
  "You can change this later, if you like"
5858
  msgstr ""
5859
 
5860
+ #: wppa-settings-autosave.php:564
5861
  #, fuzzy
5862
  msgid "Do you want to save the original photofiles?"
5863
  msgstr "Er du sikker p&aring;, at du vil fjerne dette foto"
5864
 
5865
+ #: wppa-settings-autosave.php:565
5866
  msgid "This will require considerable disk space on the server."
5867
  msgstr ""
5868
 
5869
+ #: wppa-settings-autosave.php:566
5870
  msgid ""
5871
  "If you answer yes, you will be able to remove watermarks you applied with "
5872
  "wppa+ in a later stage, redo downsizing to a larger size afterwards, and "
5873
  "supply fullsize images for download."
5874
  msgstr ""
5875
 
5876
+ #: wppa-settings-autosave.php:573
5877
  #, fuzzy
5878
  msgid "May visitors upload photos?"
5879
  msgstr "Bruger %s indsendte foto %s ind i album %s"
5880
 
5881
+ #: wppa-settings-autosave.php:574
5882
  msgid ""
5883
  "It is safe to do so, but i will have to do some settings to keep it safe!"
5884
  msgstr ""
5885
 
5886
+ #: wppa-settings-autosave.php:575
5887
  msgid ""
5888
  "If you answer yes, i will assume you want to enable logged in users to "
5889
  "upload photos at the front-end of the website and allow them to edit their "
5890
  "photos name and descriptions."
5891
  msgstr ""
5892
 
5893
+ #: wppa-settings-autosave.php:576
5894
  msgid ""
5895
  "The photos will be hold for moderation, the admin will get notified by email."
5896
  msgstr ""
5897
 
5898
+ #: wppa-settings-autosave.php:577
5899
  msgid ""
5900
  "Each user will get his own album to upload to. These settings can be changed "
5901
  "later."
5902
  msgstr ""
5903
 
5904
+ #: wppa-settings-autosave.php:584
5905
  msgid "Do you want the rating system active?"
5906
  msgstr ""
5907
 
5908
+ #: wppa-settings-autosave.php:585
5909
  msgid "Enable the rating system and show the votes in the slideshow."
5910
  msgstr ""
5911
 
5912
+ #: wppa-settings-autosave.php:586
5913
  msgid "You can configure the details of the rating system later"
5914
  msgstr ""
5915
 
5916
+ #: wppa-settings-autosave.php:593
5917
  msgid "Do you want the comment system active?"
5918
  msgstr ""
5919
 
5920
+ #: wppa-settings-autosave.php:594
5921
  msgid "Enable the comment system and show the comments in the slideshow."
5922
  msgstr ""
5923
 
5924
+ #: wppa-settings-autosave.php:595
5925
  msgid "You can configure the details of the comment system later"
5926
  msgstr ""
5927
 
5928
+ #: wppa-settings-autosave.php:602
5929
  msgid "Do you want the social media share buttons displayed?"
5930
  msgstr ""
5931
 
5932
+ #: wppa-settings-autosave.php:603
5933
  msgid "Display the social media buttons in the slideshow"
5934
  msgstr ""
5935
 
5936
+ #: wppa-settings-autosave.php:604
5937
  msgid ""
5938
  "These buttons share the specific photo rather than the page where it is "
5939
  "displayed on"
5940
  msgstr ""
5941
 
5942
+ #: wppa-settings-autosave.php:611
5943
  msgid "Are you going to use IPTC data?"
5944
  msgstr ""
5945
 
5946
+ #: wppa-settings-autosave.php:612
5947
  msgid ""
5948
  "IPTC data is information you may have added in a photo manipulation program."
5949
  msgstr ""
5950
 
5951
+ #: wppa-settings-autosave.php:613 wppa-settings-autosave.php:622
5952
  msgid ""
5953
  "The information can be displayed in slideshows and in photo descriptions."
5954
  msgstr ""
5955
 
5956
+ #: wppa-settings-autosave.php:620
5957
  msgid "Are you going to use EXIF data?"
5958
  msgstr ""
5959
 
5960
+ #: wppa-settings-autosave.php:621
5961
  msgid ""
5962
  "EXIF data is information from the camera like model no, focal distance and "
5963
  "aperture used."
5964
  msgstr ""
5965
 
5966
+ #: wppa-settings-autosave.php:629
5967
  msgid "Are you going to use GPX data?"
5968
  msgstr ""
5969
 
5970
+ #: wppa-settings-autosave.php:630
5971
  msgid ""
5972
  "Some cameras and mobile devices save the geographic location where the photo "
5973
  "is taken."
5974
  msgstr ""
5975
 
5976
+ #: wppa-settings-autosave.php:631
5977
  msgid "A Google map can be displayed in slideshows."
5978
  msgstr ""
5979
 
5980
+ #: wppa-settings-autosave.php:638
5981
  msgid "Are you going to use Fotomoto?"
5982
  msgstr ""
5983
 
5984
+ #: wppa-settings-autosave.php:639
5985
  msgid ""
5986
  "<a href=\"http://www.fotomoto.com/\" target=\"_blank\" >Fotomoto</a> is an "
5987
  "on-line print service."
5988
  msgstr ""
5989
 
5990
+ #: wppa-settings-autosave.php:640
5991
  msgid "If you answer Yes, you will have to open an account on Fotomoto."
5992
  msgstr ""
5993
 
5994
+ #: wppa-settings-autosave.php:647
5995
  msgid "Are you going to add videofiles?"
5996
  msgstr ""
5997
 
5998
+ #: wppa-settings-autosave.php:648
5999
  msgid "You can mix videos and photos in any album."
6000
  msgstr ""
6001
 
6002
+ #: wppa-settings-autosave.php:649 wppa-settings-autosave.php:658
6003
  msgid "You can configure the details later"
6004
  msgstr ""
6005
 
6006
+ #: wppa-settings-autosave.php:656
6007
  msgid "Are you going to add audiofiles?"
6008
  msgstr ""
6009
 
6010
+ #: wppa-settings-autosave.php:657
6011
  msgid "You can add audio to photos in any album."
6012
  msgstr ""
6013
 
6014
+ #: wppa-settings-autosave.php:665
6015
  msgid "Done?"
6016
  msgstr ""
6017
 
6018
+ #: wppa-settings-autosave.php:666
6019
  msgid "If you are ready answering these questions, select <b>yes</b>"
6020
  msgstr ""
6021
 
6022
+ #: wppa-settings-autosave.php:667
6023
  msgid ""
6024
  "You can change any setting later, and be more specific and add a lot of "
6025
  "settings. For now it is enough, go create albums and upload photos!"
6026
  msgstr ""
6027
 
6028
+ #: wppa-settings-autosave.php:671
6029
  msgid ""
6030
  "Thank you!. The most important settings are done now. You can refine your "
6031
  "settings, the behaviour and appearance of WPPA+ in the Tables below."
6032
  msgstr ""
6033
 
6034
+ #: wppa-settings-autosave.php:696
6035
  msgid "Table I:"
6036
  msgstr ""
6037
 
6038
+ #: wppa-settings-autosave.php:696
6039
  msgid "Sizes:"
6040
  msgstr ""
6041
 
6042
+ #: wppa-settings-autosave.php:697
6043
  msgid ""
6044
  "This table describes all the sizes and size options (except fontsizes) for "
6045
  "the generation and display of the WPPA+ elements."
6046
  msgstr ""
6047
 
6048
+ #: wppa-settings-autosave.php:715
6049
  msgid "WPPA+ global system related size settings"
6050
  msgstr ""
6051
 
6052
+ #: wppa-settings-autosave.php:717
6053
  msgid "Column Width"
6054
  msgstr ""
6055
 
6056
+ #: wppa-settings-autosave.php:718
6057
  msgid "The width of the main column in your theme's display area."
6058
  msgstr ""
6059
 
6060
+ #: wppa-settings-autosave.php:719
6061
  msgid "Enter the width of the main column in your theme's display area."
6062
  msgstr ""
6063
 
6064
+ #: wppa-settings-autosave.php:720
6065
  msgid ""
6066
  "You should set this value correctly to make sure the fullsize images are "
6067
  "properly aligned horizontally."
6068
  msgstr ""
6069
 
6070
+ #: wppa-settings-autosave.php:721
6071
  msgid ""
6072
  "You may enter 'auto' for use in themes that have a floating content column."
6073
  msgstr ""
6074
 
6075
+ #: wppa-settings-autosave.php:722
6076
  msgid "The use of 'auto' is required for responsive themes."
6077
  msgstr ""
6078
 
6079
+ #: wppa-settings-autosave.php:725 wppa-settings-autosave.php:734
6080
+ #: wppa-settings-autosave.php:846 wppa-settings-autosave.php:989
6081
+ #: wppa-settings-autosave.php:1000
6082
  msgid "pixels wide"
6083
  msgstr ""
6084
 
6085
+ #: wppa-settings-autosave.php:730
6086
  msgid "Initial Width"
6087
  msgstr ""
6088
 
6089
+ #: wppa-settings-autosave.php:731
6090
  msgid "The most often displayed colun width in responsive theme"
6091
  msgstr ""
6092
 
6093
+ #: wppa-settings-autosave.php:732
6094
  msgid ""
6095
  "Change this value only if your responsive theme shows initially a wrong "
6096
  "column width."
6097
  msgstr ""
6098
 
6099
+ #: wppa-settings-autosave.php:739
6100
  msgid "Resize on Upload"
6101
  msgstr ""
6102
 
6103
+ #: wppa-settings-autosave.php:740
6104
  msgid "Indicate if the photos should be resized during upload."
6105
  msgstr ""
6106
 
6107
+ #: wppa-settings-autosave.php:741
6108
  msgid ""
6109
  "If you check this item, the size of the photos will be reduced to the "
6110
  "dimension specified in the next item during the upload/import process."
6111
  msgstr ""
6112
 
6113
+ #: wppa-settings-autosave.php:742
6114
  msgid "The photos will never be stretched during upload if they are smaller."
6115
  msgstr ""
6116
 
6117
+ #: wppa-settings-autosave.php:750
6118
  msgid "Resize to"
6119
  msgstr ""
6120
 
6121
+ #: wppa-settings-autosave.php:751
6122
  msgid "Resize photos to fit within a given area."
6123
  msgstr ""
6124
 
6125
+ #: wppa-settings-autosave.php:752
6126
  msgid "Specify the screensize for the unscaled photos."
6127
  msgstr ""
6128
 
6129
+ #: wppa-settings-autosave.php:753
6130
  msgid ""
6131
  "The use of a non-default value is particularly usefull when you make use of "
6132
  "lightbox functionality."
6133
  msgstr ""
6134
 
6135
+ #: wppa-settings-autosave.php:755 wppa-settings-autosave.php:777
6136
+ #: wppa-settings-autosave.php:788 wppa-settings-autosave.php:797
6137
+ #: wppa-settings-autosave.php:878 wppa-settings-autosave.php:901
6138
+ #: wppa-settings-autosave.php:908 wppa-settings-autosave.php:929
6139
+ #: wppa-settings-autosave.php:939 wppa-settings-autosave.php:1033
6140
+ #: wppa-settings-autosave.php:1067 wppa-settings-autosave.php:1087
6141
+ #: wppa-settings-autosave.php:1096 wppa-settings-autosave.php:1107
6142
+ #: wppa-settings-autosave.php:1119 wppa-settings-autosave.php:1129
6143
+ #: wppa-settings-autosave.php:1139 wppa-settings-autosave.php:1192
6144
+ #: wppa-settings-autosave.php:1201 wppa-settings-autosave.php:1212
6145
+ #: wppa-settings-autosave.php:1232 wppa-settings-autosave.php:1252
6146
+ #: wppa-settings-autosave.php:1272 wppa-settings-autosave.php:1292
6147
+ #: wppa-settings-autosave.php:1312 wppa-settings-autosave.php:1332
6148
+ #: wppa-settings-autosave.php:1341 wppa-settings-autosave.php:1350
6149
+ #: wppa-settings-autosave.php:1385 wppa-settings-autosave.php:1394
6150
+ #: wppa-settings-autosave.php:2737 wppa-settings-autosave.php:4324
6151
+ #: wppa-settings-autosave.php:4341 wppa-settings-autosave.php:4358
6152
+ #: wppa-settings-autosave.php:4375 wppa-settings-autosave.php:4392
6153
+ #: wppa-settings-autosave.php:4409 wppa-settings-autosave.php:4426
6154
+ #: wppa-settings-autosave.php:4443 wppa-settings-autosave.php:4460
6155
+ #: wppa-settings-autosave.php:5719 wppa-settings-autosave.php:7875
6156
+ #: wppa-settings-autosave.php:8082 wppa-settings-autosave.php:8124
6157
+ #: wppa-settings-autosave.php:8142
6158
  msgid "pixels"
6159
  msgstr ""
6160
 
6161
+ #: wppa-settings-autosave.php:756
6162
  msgid "Fit within rectangle as set in Table I-B1,2"
6163
  msgstr ""
6164
 
6165
+ #: wppa-settings-autosave.php:763
6166
  #, fuzzy
6167
  msgid "Photocount threshold"
6168
  msgstr "Dagens foto"
6169
 
6170
+ #: wppa-settings-autosave.php:764
6171
  msgid "Number of photos in an album must exceed."
6172
  msgstr ""
6173
 
6174
+ #: wppa-settings-autosave.php:765
6175
  msgid ""
6176
  "Photos do not show up in the album unless there are more than this number of "
6177
  "photos in the album. This allows you to have cover photos on an album that "
6179
  "Usually set to 0 (always show) or 1 (for one cover photo)."
6180
  msgstr ""
6181
 
6182
+ #: wppa-settings-autosave.php:772
6183
  msgid "Border thickness"
6184
  msgstr ""
6185
 
6186
+ #: wppa-settings-autosave.php:773
6187
  msgid "Thickness of wppa+ box borders."
6188
  msgstr ""
6189
 
6190
+ #: wppa-settings-autosave.php:774
6191
  msgid ""
6192
  "Enter the thickness for the border of the WPPA+ boxes. A number of 0 means: "
6193
  "no border."
6194
  msgstr ""
6195
 
6196
+ #: wppa-settings-autosave.php:775 wppa-settings-autosave.php:785
6197
  msgid "WPPA+ boxes are: the navigation bars and the filmstrip."
6198
  msgstr ""
6199
 
6200
+ #: wppa-settings-autosave.php:783
6201
  msgid "Radius of wppa+ box borders."
6202
  msgstr ""
6203
 
6204
+ #: wppa-settings-autosave.php:784
6205
  msgid ""
6206
  "Enter the corner radius for the border of the WPPA+ boxes. A number of 0 "
6207
  "means: no rounded corners."
6208
  msgstr ""
6209
 
6210
+ #: wppa-settings-autosave.php:786
6211
  msgid "Note that rounded corners are only supported by modern browsers."
6212
  msgstr ""
6213
 
6214
+ #: wppa-settings-autosave.php:794
6215
  msgid "Distance between wppa+ boxes."
6216
  msgstr ""
6217
 
6218
+ #: wppa-settings-autosave.php:802
6219
  #, fuzzy
6220
  msgid "Related count"
6221
  msgstr "fotos"
6222
 
6223
+ #: wppa-settings-autosave.php:803
6224
  msgid "The default maximum number of related photos to find."
6225
  msgstr ""
6226
 
6227
+ #: wppa-settings-autosave.php:804
6228
  msgid ""
6229
  "When using shortcodes like [wppa type=\"album\" album=\"#related,desc,23\"][/"
6230
  "wppa], the maximum number is 23. Omitting the number gives the maximum of "
6231
  "this setting."
6232
  msgstr ""
6233
 
6234
+ #: wppa-settings-autosave.php:812
6235
  msgid "The maximum number of pagelinks to be displayed."
6236
  msgstr ""
6237
 
6238
+ #: wppa-settings-autosave.php:815
6239
  msgid "pages"
6240
  msgstr ""
6241
 
6242
+ #: wppa-settings-autosave.php:820
6243
  msgid "Max file name length"
6244
  msgstr ""
6245
 
6246
+ #: wppa-settings-autosave.php:821
6247
  msgid "The max length of a photo file name excluding the extension."
6248
  msgstr ""
6249
 
6250
+ #: wppa-settings-autosave.php:822 wppa-settings-autosave.php:831
6251
  msgid "A setting of 0 means: unlimited."
6252
  msgstr ""
6253
 
6254
+ #: wppa-settings-autosave.php:824 wppa-settings-autosave.php:833
6255
  msgid "chars"
6256
  msgstr ""
6257
 
6258
+ #: wppa-settings-autosave.php:829
6259
  msgid "Max photo name length"
6260
  msgstr ""
6261
 
6262
+ #: wppa-settings-autosave.php:830
6263
  msgid "The max length of a photo name."
6264
  msgstr ""
6265
 
6266
+ #: wppa-settings-autosave.php:838
6267
  msgid "Slideshow related size settings"
6268
  msgstr ""
6269
 
6270
+ #: wppa-settings-autosave.php:840
6271
  msgid "Maximum Width"
6272
  msgstr ""
6273
 
6274
+ #: wppa-settings-autosave.php:841
6275
  msgid "The maximum width photos will be displayed in slideshows."
6276
  msgstr ""
6277
 
6278
+ #: wppa-settings-autosave.php:842 wppa-settings-autosave.php:853
6279
  msgid ""
6280
  "Enter the largest size in pixels as how you want your photos to be displayed."
6281
  msgstr ""
6282
 
6283
+ #: wppa-settings-autosave.php:843
6284
  msgid ""
6285
  "This is usually the same as the Column Width (Table I-A1), but it may differ."
6286
  msgstr ""
6287
 
6288
+ #: wppa-settings-autosave.php:851
6289
  msgid "Maximum Height"
6290
  msgstr ""
6291
 
6292
+ #: wppa-settings-autosave.php:852
6293
  msgid "The maximum height photos will be displayed in slideshows."
6294
  msgstr ""
6295
 
6296
+ #: wppa-settings-autosave.php:854
6297
  msgid ""
6298
  "This setting defines the height of the space reserved for photos in "
6299
  "slideshows."
6300
  msgstr ""
6301
 
6302
+ #: wppa-settings-autosave.php:855
6303
  #, php-format
6304
  msgid ""
6305
  "If you change the width of a display by the %%size= command, this value "
6307
  "previous setting."
6308
  msgstr ""
6309
 
6310
+ #: wppa-settings-autosave.php:857 wppa-settings-autosave.php:1011
6311
+ #: wppa-settings-autosave.php:1022
6312
  #, fuzzy
6313
  msgid "pixels high"
6314
  msgstr "meget h&oslash;j"
6315
 
6316
+ #: wppa-settings-autosave.php:862
6317
  msgid "Stretch to fit"
6318
  msgstr ""
6319
 
6320
+ #: wppa-settings-autosave.php:863
6321
  msgid "Stretch photos that are too small."
6322
  msgstr ""
6323
 
6324
+ #: wppa-settings-autosave.php:864
6325
  msgid ""
6326
  "Images will be stretched to the Maximum Size at display time if they are "
6327
  "smaller. Leaving unchecked is recommended. It is better to upload photos "
6328
  "that fit well the sizes you use!"
6329
  msgstr ""
6330
 
6331
+ #: wppa-settings-autosave.php:871
6332
  #, fuzzy
6333
  msgid "Slideshow borderwidth"
6334
  msgstr "Slideshow"
6335
 
6336
+ #: wppa-settings-autosave.php:872
6337
  msgid "The width of the border around slideshow images."
6338
  msgstr ""
6339
 
6340
+ #: wppa-settings-autosave.php:873
6341
  msgid ""
6342
  "The border is made by the image background being larger than the image "
6343
  "itsself (padding)."
6344
  msgstr ""
6345
 
6346
+ #: wppa-settings-autosave.php:874
6347
  msgid ""
6348
  "Additionally there may be a one pixel outline of a different color. See "
6349
  "Table III-A2."
6350
  msgstr ""
6351
 
6352
+ #: wppa-settings-autosave.php:875
6353
  msgid "The number you enter here is exclusive the one pixel outline."
6354
  msgstr ""
6355
 
6356
+ #: wppa-settings-autosave.php:876
6357
  msgid "If you leave this entry empty, there will be no outline either."
6358
  msgstr ""
6359
 
6360
+ #: wppa-settings-autosave.php:883
6361
  msgid "Numbar Max"
6362
  msgstr ""
6363
 
6364
+ #: wppa-settings-autosave.php:884
6365
  msgid "Maximum numbers to display."
6366
  msgstr ""
6367
 
6368
+ #: wppa-settings-autosave.php:885
6369
  msgid ""
6370
  "In order to attemt to fit on one line, the numbers will be replaced by dots "
6371
  "- except the current - when there are more than this number of photos in a "
6372
  "slideshow."
6373
  msgstr ""
6374
 
6375
+ #: wppa-settings-autosave.php:887
6376
  msgid "numbers"
6377
  msgstr ""
6378
 
6379
+ #: wppa-settings-autosave.php:892
6380
  #, fuzzy
6381
  msgid "Share button size"
6382
  msgstr "Condividi su Twitter"
6383
 
6384
+ #: wppa-settings-autosave.php:893
6385
  msgid "The size of the social media icons in the Share box"
6386
  msgstr ""
6387
 
6388
+ #: wppa-settings-autosave.php:903
6389
  msgid "Mini Treshold"
6390
  msgstr ""
6391
 
6392
+ #: wppa-settings-autosave.php:904
6393
  msgid "Show mini text at slideshow smaller then."
6394
  msgstr ""
6395
 
6396
+ #: wppa-settings-autosave.php:905
6397
  msgid ""
6398
  "Display Next and Prev. as opposed to Next photo and Previous photo when the "
6399
  "cotainer is smaller than this size."
6400
  msgstr ""
6401
 
6402
+ #: wppa-settings-autosave.php:906
6403
  msgid "Special use in responsive themes."
6404
  msgstr ""
6405
 
6406
+ #: wppa-settings-autosave.php:914
6407
  msgid "The maximum number of slides in a certain view. 0 means no pagination"
6408
  msgstr ""
6409
 
6410
+ #: wppa-settings-autosave.php:917
6411
  #, fuzzy
6412
  msgid "slides"
6413
  msgstr "Slideshow"
6414
 
6415
+ #: wppa-settings-autosave.php:922
6416
  msgid "Thumbnail photos related size settings"
6417
  msgstr ""
6418
 
6419
+ #: wppa-settings-autosave.php:924
6420
  #, fuzzy
6421
  msgid "Thumbnail Size"
6422
  msgstr "Foto Top Ti"
6423
 
6424
+ #: wppa-settings-autosave.php:925
6425
  #, fuzzy
6426
  msgid "The size of the thumbnail images."
6427
  msgstr "Se"
6428
 
6429
+ #: wppa-settings-autosave.php:926 wppa-settings-autosave.php:936
6430
+ #: wppa-settings-autosave.php:1126 wppa-settings-autosave.php:1136
6431
  msgid "This size applies to the width or height, whichever is the largest."
6432
  msgstr ""
6433
 
6434
+ #: wppa-settings-autosave.php:927 wppa-settings-autosave.php:937
6435
  msgid ""
6436
  "Changing the thumbnail size may result in all thumbnails being regenerated. "
6437
  "this may take a while."
6438
  msgstr ""
6439
 
6440
+ #: wppa-settings-autosave.php:934
6441
  #, fuzzy
6442
  msgid "Thumbnail Size Alt"
6443
  msgstr "Foto Top Ti"
6444
 
6445
+ #: wppa-settings-autosave.php:935
6446
  msgid "The alternative size of the thumbnail images."
6447
  msgstr ""
6448
 
6449
+ #: wppa-settings-autosave.php:944
6450
  #, fuzzy
6451
  msgid "Thumbnail Aspect"
6452
  msgstr "Miniatura"
6453
 
6454
+ #: wppa-settings-autosave.php:945
6455
  msgid "Aspect ration of thumbnail image"
6456
  msgstr ""
6457
 
6458
+ #: wppa-settings-autosave.php:949
6459
  #, fuzzy
6460
  msgid "--- same as fullsize ---"
6461
  msgstr "--- ingen ---"
6462
 
6463
+ #: wppa-settings-autosave.php:950
6464
  #, fuzzy
6465
  msgid "--- square clipped ---"
6466
  msgstr "--- vises ikke ---"
6467
 
6468
+ #: wppa-settings-autosave.php:951
6469
  msgid "4:5 landscape clipped"
6470
  msgstr ""
6471
 
6472
+ #: wppa-settings-autosave.php:952
6473
  msgid "3:4 landscape clipped"
6474
  msgstr ""
6475
 
6476
+ #: wppa-settings-autosave.php:953
6477
  msgid "2:3 landscape clipped"
6478
  msgstr ""
6479
 
6480
+ #: wppa-settings-autosave.php:954
6481
  msgid "9:16 landscape clipped"
6482
  msgstr ""
6483
 
6484
+ #: wppa-settings-autosave.php:955
6485
  msgid "1:2 landscape clipped"
6486
  msgstr ""
6487
 
6488
+ #: wppa-settings-autosave.php:956
6489
  #, fuzzy
6490
  msgid "--- square padded ---"
6491
  msgstr "--- vis ikke ---"
6492
 
6493
+ #: wppa-settings-autosave.php:957
6494
  msgid "4:5 landscape padded"
6495
  msgstr ""
6496
 
6497
+ #: wppa-settings-autosave.php:958
6498
  msgid "3:4 landscape padded"
6499
  msgstr ""
6500
 
6501
+ #: wppa-settings-autosave.php:959
6502
  msgid "2:3 landscape padded"
6503
  msgstr ""
6504
 
6505
+ #: wppa-settings-autosave.php:960
6506
  msgid "9:16 landscape padded"
6507
  msgstr ""
6508
 
6509
+ #: wppa-settings-autosave.php:961
6510
  msgid "1:2 landscape padded"
6511
  msgstr ""
6512
 
6513
+ #: wppa-settings-autosave.php:983
6514
  msgid "Thumbframe width"
6515
  msgstr ""
6516
 
6517
+ #: wppa-settings-autosave.php:984
6518
  #, fuzzy
6519
  msgid "The width of the thumbnail frame."
6520
  msgstr "Se"
6521
 
6522
+ #: wppa-settings-autosave.php:985 wppa-settings-autosave.php:996
6523
  msgid "Set the width of the thumbnail frame."
6524
  msgstr ""
6525
 
6526
+ #: wppa-settings-autosave.php:986 wppa-settings-autosave.php:997
6527
+ #: wppa-settings-autosave.php:1008 wppa-settings-autosave.php:1019
6528
+ #: wppa-settings-autosave.php:1030
6529
  msgid "Set width, height and spacing for the thumbnail frames."
6530
  msgstr ""
6531
 
6532
+ #: wppa-settings-autosave.php:987 wppa-settings-autosave.php:998
6533
+ #: wppa-settings-autosave.php:1009 wppa-settings-autosave.php:1020
6534
+ #: wppa-settings-autosave.php:1031
6535
  msgid ""
6536
  "These sizes should be large enough for a thumbnail image and - optionally - "
6537
  "the text under it."
6538
  msgstr ""
6539
 
6540
+ #: wppa-settings-autosave.php:994
6541
  msgid "Thumbframe width Alt"
6542
  msgstr ""
6543
 
6544
+ #: wppa-settings-autosave.php:995
6545
  msgid "The width of the alternative thumbnail frame."
6546
  msgstr ""
6547
 
6548
+ #: wppa-settings-autosave.php:1005
6549
  msgid "Thumbframe height"
6550
  msgstr ""
6551
 
6552
+ #: wppa-settings-autosave.php:1006
6553
  msgid "The height of the thumbnail frame."
6554
  msgstr ""
6555
 
6556
+ #: wppa-settings-autosave.php:1007 wppa-settings-autosave.php:1018
6557
  msgid "Set the height of the thumbnail frame."
6558
  msgstr ""
6559
 
6560
+ #: wppa-settings-autosave.php:1016
6561
  msgid "Thumbframe height Alt"
6562
  msgstr ""
6563
 
6564
+ #: wppa-settings-autosave.php:1017
6565
  msgid "The height of the alternative thumbnail frame."
6566
  msgstr ""
6567
 
6568
+ #: wppa-settings-autosave.php:1027
6569
  #, fuzzy
6570
  msgid "Thumbnail spacing"
6571
  msgstr "Miniatura"
6572
 
6573
+ #: wppa-settings-autosave.php:1028
6574
  msgid "The spacing between adjacent thumbnail frames."
6575
  msgstr ""
6576
 
6577
+ #: wppa-settings-autosave.php:1029
6578
  msgid "Set the minimal spacing between the adjacent thumbnail frames"
6579
  msgstr ""
6580
 
6581
+ #: wppa-settings-autosave.php:1038
6582
  msgid "Auto spacing"
6583
  msgstr ""
6584
 
6585
+ #: wppa-settings-autosave.php:1039
6586
  msgid "Space the thumbnail frames automatic."
6587
  msgstr ""
6588
 
6589
+ #: wppa-settings-autosave.php:1040
6590
  msgid ""
6591
  "If you check this box, the thumbnail images will be evenly distributed over "
6592
  "the available width."
6593
  msgstr ""
6594
 
6595
+ #: wppa-settings-autosave.php:1041
6596
  msgid ""
6597
  "In this case, the thumbnail spacing value (setting I-9) will be regarded as "
6598
  "a minimum value."
6599
  msgstr ""
6600
 
6601
+ #: wppa-settings-autosave.php:1048 wppa-settings-autosave.php:1155
6602
  msgid "Page size"
6603
  msgstr ""
6604
 
6605
+ #: wppa-settings-autosave.php:1049
6606
  msgid "Max number of thumbnails per page."
6607
  msgstr ""
6608
 
6609
+ #: wppa-settings-autosave.php:1050
6610
  msgid ""
6611
  "Enter the maximum number of thumbnail images per page. A value of 0 "
6612
  "indicates no pagination."
6613
  msgstr ""
6614
 
6615
+ #: wppa-settings-autosave.php:1052 wppa-settings-autosave.php:5293
6616
+ #: wppa-settings-autosave.php:5324 wppa-settings-autosave.php:5419
6617
  #, fuzzy
6618
  msgid "thumbnails"
6619
  msgstr "Miniatura"
6620
 
6621
+ #: wppa-settings-autosave.php:1058
6622
  msgid "The size of the thumbnail popup images."
6623
  msgstr ""
6624
 
6625
+ #: wppa-settings-autosave.php:1059
6626
  msgid ""
6627
  "Enter the size of the popup images. This size should be larger than the "
6628
  "thumbnail size."
6629
  msgstr ""
6630
 
6631
+ #: wppa-settings-autosave.php:1060
6632
  msgid "This size should also be at least the cover image size."
6633
  msgstr ""
6634
 
6635
+ #: wppa-settings-autosave.php:1061
6636
  msgid ""
6637
  "Changing the popup size may result in all thumbnails being regenerated. this "
6638
  "may take a while."
6639
  msgstr ""
6640
 
6641
+ #: wppa-settings-autosave.php:1062
6642
  msgid ""
6643
  "Although this setting has only visual effect if \"Thumb popup\" (Table IV-"
6644
  "C8) is checked,"
6645
  msgstr ""
6646
 
6647
+ #: wppa-settings-autosave.php:1063
6648
  msgid ""
6649
  "the value must be right as it is the physical size of the thumbnail and "
6650
  "coverphoto images."
6651
  msgstr ""
6652
 
6653
+ #: wppa-settings-autosave.php:1070
6654
  msgid "Use thumbs if fit"
6655
  msgstr ""
6656
 
6657
+ #: wppa-settings-autosave.php:1071
6658
  msgid "Use the thumbnail image files if they are large enough."
6659
  msgstr ""
6660
 
6661
+ #: wppa-settings-autosave.php:1072
6662
  msgid "This setting speeds up page loading for small photos."
6663
  msgstr ""
6664
 
6665
+ #: wppa-settings-autosave.php:1073
6666
  msgid ""
6667
  "Do NOT use this when your thumbnails have a forced aspect ratio (when Table "
6668
  "I-C2 is set to anything different from --- same as fullsize ---)"
6669
  msgstr ""
6670
 
6671
+ #: wppa-settings-autosave.php:1080
6672
  msgid "Album cover related size settings"
6673
  msgstr ""
6674
 
6675
+ #: wppa-settings-autosave.php:1083
6676
  msgid "Maximum width for a album cover display."
6677
  msgstr ""
6678
 
6679
+ #: wppa-settings-autosave.php:1084
6680
  msgid ""
6681
  "Display covers in 2 or more columns if the display area is wider than the "
6682
  "given width."
6683
  msgstr ""
6684
 
6685
+ #: wppa-settings-autosave.php:1085
6686
  msgid ""
6687
  "This also applies for 'thumbnails as covers', and will NOT apply to single "
6688
  "items."
6689
  msgstr ""
6690
 
6691
+ #: wppa-settings-autosave.php:1092
6692
  msgid "Min Cover height"
6693
  msgstr ""
6694
 
6695
+ #: wppa-settings-autosave.php:1093
6696
  msgid "Minimal height of an album cover."
6697
  msgstr ""
6698
 
6699
+ #: wppa-settings-autosave.php:1094
6700
  msgid ""
6701
  "If you use this setting to make the albums the same height and you are not "
6702
  "satisfied about the lay-out, try increasing the value in the next setting"
6703
  msgstr ""
6704
 
6705
+ #: wppa-settings-autosave.php:1101
6706
  msgid "Min Text frame height"
6707
  msgstr ""
6708
 
6709
+ #: wppa-settings-autosave.php:1102
6710
  msgid "The minimal cover text frame height incl header."
6711
  msgstr ""
6712
 
6713
+ #: wppa-settings-autosave.php:1103
6714
  msgid ""
6715
  "The height starting with the album title up to and including the view- and "
6716
  "the slideshow- links."
6717
  msgstr ""
6718
 
6719
+ #: wppa-settings-autosave.php:1104
6720
  msgid ""
6721
  "This setting enables you to give the album covers the same height while the "
6722
  "title does not need to fit on one line."
6723
  msgstr ""
6724
 
6725
+ #: wppa-settings-autosave.php:1105
6726
  msgid "This is the recommended setting to line-up your covers!"
6727
  msgstr ""
6728
 
6729
+ #: wppa-settings-autosave.php:1112
6730
  msgid "Min Description height"
6731
  msgstr ""
6732
 
6733
+ #: wppa-settings-autosave.php:1113
6734
  msgid "The minimal height of the album description text frame."
6735
  msgstr ""
6736
 
6737
+ #: wppa-settings-autosave.php:1114
6738
  msgid "The minimal height of the description field in an album cover display."
6739
  msgstr ""
6740
 
6741
+ #: wppa-settings-autosave.php:1115
6742
  msgid ""
6743
  "This setting enables you to give the album covers the same height provided "
6744
  "that the cover images are equally sized and the titles fit on one line."
6745
  msgstr ""
6746
 
6747
+ #: wppa-settings-autosave.php:1116
6748
  msgid ""
6749
  "To force the coverphotos have equal heights, tick the box in Table I-D7."
6750
  msgstr ""
6751
 
6752
+ #: wppa-settings-autosave.php:1117
6753
  msgid ""
6754
  "You may need this setting if changing the previous setting is not sufficient "
6755
  "to line-up the covers."
6756
  msgstr ""
6757
 
6758
+ #: wppa-settings-autosave.php:1124
6759
  msgid "Coverphoto size"
6760
  msgstr ""
6761
 
6762
+ #: wppa-settings-autosave.php:1125
6763
  #, fuzzy
6764
  msgid "The size of the coverphoto."
6765
  msgstr "Se forside foto"
6766
 
6767
+ #: wppa-settings-autosave.php:1127 wppa-settings-autosave.php:1137
6768
  msgid ""
6769
  "Changing the coverphoto size may result in all thumbnails being regenerated. "
6770
  "this may take a while."
6771
  msgstr ""
6772
 
6773
+ #: wppa-settings-autosave.php:1134
6774
  msgid "Coverphoto size multi"
6775
  msgstr ""
6776
 
6777
+ #: wppa-settings-autosave.php:1135
6778
  msgid "The size of coverphotos if more than one."
6779
  msgstr ""
6780
 
6781
+ #: wppa-settings-autosave.php:1144
6782
  msgid "Size is height"
6783
  msgstr ""
6784
 
6785
+ #: wppa-settings-autosave.php:1145
6786
  msgid "The size of the coverphoto is the height of it."
6787
  msgstr ""
6788
 
6789
+ #: wppa-settings-autosave.php:1146
6790
  msgid ""
6791
  "If set: the previous setting is the height, if unset: the largest of width "
6792
  "and height."
6793
  msgstr ""
6794
 
6795
+ #: wppa-settings-autosave.php:1147
6796
  msgid ""
6797
  "This setting applies for coverphoto position top or bottom only (Table IV-"
6798
  "D3)."
6799
  msgstr ""
6800
 
6801
+ #: wppa-settings-autosave.php:1148
6802
  msgid "This makes it easyer to make the covers of equal height."
6803
  msgstr ""
6804
 
6805
+ #: wppa-settings-autosave.php:1156
6806
  msgid "Max number of covers per page."
6807
  msgstr ""
6808
 
6809
+ #: wppa-settings-autosave.php:1157
6810
  msgid ""
6811
  "Enter the maximum number of album covers per page. A value of 0 indicates no "
6812
  "pagination."
6813
  msgstr ""
6814
 
6815
+ #: wppa-settings-autosave.php:1159
6816
  msgid "covers"
6817
  msgstr ""
6818
 
6819
+ #: wppa-settings-autosave.php:1164
6820
  msgid "Rating and comment related size settings"
6821
  msgstr ""
6822
 
6823
+ #: wppa-settings-autosave.php:1166
6824
  #, fuzzy
6825
  msgid "Rating size"
6826
  msgstr "Bed&oslash;mmelse: %s"
6827
 
6828
+ #: wppa-settings-autosave.php:1167
6829
  msgid "Select the number of voting stars."
6830
  msgstr ""
6831
 
6832
+ #: wppa-settings-autosave.php:1170
6833
  msgid "Standard: 5 stars"
6834
  msgstr ""
6835
 
6836
+ #: wppa-settings-autosave.php:1170
6837
  msgid "Extended: 10 stars"
6838
  msgstr ""
6839
 
6840
+ #: wppa-settings-autosave.php:1170
6841
  msgid "One button vote"
6842
  msgstr ""
6843
 
6844
+ #: wppa-settings-autosave.php:1177
6845
  msgid "Display precision"
6846
  msgstr ""
6847
 
6848
+ #: wppa-settings-autosave.php:1178
6849
  msgid "Select the desired rating display precision."
6850
  msgstr ""
6851
 
6852
+ #: wppa-settings-autosave.php:1181
6853
  msgid "decimal places"
6854
  msgstr ""
6855
 
6856
+ #: wppa-settings-autosave.php:1189
6857
  msgid "Size of Avatar images."
6858
  msgstr ""
6859
 
6860
+ #: wppa-settings-autosave.php:1190
6861
  msgid "The size of the square avatar; must be > 0 and < 256"
6862
  msgstr ""
6863
 
6864
+ #: wppa-settings-autosave.php:1197
6865
  #, fuzzy
6866
  msgid "Rating space"
6867
  msgstr "Bed&oslash;mmelse: %s"
6868
 
6869
+ #: wppa-settings-autosave.php:1198
6870
  msgid "Space between avg and my rating stars"
6871
  msgstr ""
6872
 
6873
+ #: wppa-settings-autosave.php:1206
6874
  msgid "Widget related size settings"
6875
  msgstr ""
6876
 
6877
+ #: wppa-settings-autosave.php:1208
6878
  msgid "Widget width"
6879
  msgstr ""
6880
 
6881
+ #: wppa-settings-autosave.php:1209
6882
  msgid "The useable width within widgets."
6883
  msgstr ""
6884
 
6885
+ #: wppa-settings-autosave.php:1210
6886
  msgid ""
6887
  "Widget width for photo of the day, general purpose (default), slideshow "
6888
  "(default) and upload widgets."
6889
  msgstr ""
6890
 
6891
+ #: wppa-settings-autosave.php:1217
6892
  #, fuzzy
6893
  msgid "TopTen count"
6894
  msgstr "Foto Top Ti"
6895
 
6896
+ #: wppa-settings-autosave.php:1218
6897
  msgid "Number of photos in TopTen widget."
6898
  msgstr ""
6899
 
6900
+ #: wppa-settings-autosave.php:1219
6901
  msgid "Enter the maximum number of rated photos in the TopTen widget."
6902
  msgstr ""
6903
 
6904
+ #: wppa-settings-autosave.php:1226
6905
  #, fuzzy
6906
  msgid "TopTen size"
6907
  msgstr "Foto Top Ti"
6908
 
6909
+ #: wppa-settings-autosave.php:1227
6910
  msgid "Size of thumbnails in TopTen widget."
6911
  msgstr ""
6912
 
6913
+ #: wppa-settings-autosave.php:1228
6914
  msgid "Enter the size for the mini photos in the TopTen widget."
6915
  msgstr ""
6916
 
6917
+ #: wppa-settings-autosave.php:1229 wppa-settings-autosave.php:1249
6918
+ #: wppa-settings-autosave.php:1269 wppa-settings-autosave.php:1289
6919
+ #: wppa-settings-autosave.php:1309 wppa-settings-autosave.php:1329
6920
  msgid "The size applies to the width or height, whatever is the largest."
6921
  msgstr ""
6922
 
6923
+ #: wppa-settings-autosave.php:1230 wppa-settings-autosave.php:1250
6924
+ #: wppa-settings-autosave.php:1270 wppa-settings-autosave.php:1290
6925
+ #: wppa-settings-autosave.php:1310 wppa-settings-autosave.php:1330
6926
  msgid ""
6927
  "Recommended values: 86 for a two column and 56 for a three column display."
6928
  msgstr ""
6929
 
6930
+ #: wppa-settings-autosave.php:1237
6931
  #, fuzzy
6932
  msgid "Comment count"
6933
  msgstr "Kommentar til billeder"
6934
 
6935
+ #: wppa-settings-autosave.php:1238
6936
  msgid "Number of entries in Comment widget."
6937
  msgstr ""
6938
 
6939
+ #: wppa-settings-autosave.php:1239
6940
  msgid "Enter the maximum number of entries in the Comment widget."
6941
  msgstr ""
6942
 
6943
+ #: wppa-settings-autosave.php:1241
6944
  msgid "entries"
6945
  msgstr ""
6946
 
6947
+ #: wppa-settings-autosave.php:1246
6948
  #, fuzzy
6949
  msgid "Comment size"
6950
  msgstr "%d kommentarer"
6951
 
6952
+ #: wppa-settings-autosave.php:1247
6953
  msgid "Size of thumbnails in Comment widget."
6954
  msgstr ""
6955
 
6956
+ #: wppa-settings-autosave.php:1248
6957
  msgid "Enter the size for the mini photos in the Comment widget."
6958
  msgstr ""
6959
 
6960
+ #: wppa-settings-autosave.php:1257
6961
  #, fuzzy
6962
  msgid "Thumbnail count"
6963
  msgstr "Miniatura"
6964
 
6965
+ #: wppa-settings-autosave.php:1258
6966
  msgid "Number of photos in Thumbnail widget."
6967
  msgstr ""
6968
 
6969
+ #: wppa-settings-autosave.php:1259
6970
  msgid "Enter the maximum number of rated photos in the Thumbnail widget."
6971
  msgstr ""
6972
 
6973
+ #: wppa-settings-autosave.php:1266
6974
  #, fuzzy
6975
  msgid "Thumbnail widget size"
6976
  msgstr "Foto Top Ti"
6977
 
6978
+ #: wppa-settings-autosave.php:1267
6979
  msgid "Size of thumbnails in Thumbnail widget."
6980
  msgstr ""
6981
 
6982
+ #: wppa-settings-autosave.php:1268
6983
  msgid "Enter the size for the mini photos in the Thumbnail widget."
6984
  msgstr ""
6985
 
6986
+ #: wppa-settings-autosave.php:1277
6987
  msgid "LasTen count"
6988
  msgstr ""
6989
 
6990
+ #: wppa-settings-autosave.php:1278
6991
  msgid "Number of photos in Last Ten widget."
6992
  msgstr ""
6993
 
6994
+ #: wppa-settings-autosave.php:1279
6995
  msgid "Enter the maximum number of photos in the LasTen widget."
6996
  msgstr ""
6997
 
6998
+ #: wppa-settings-autosave.php:1286
6999
  msgid "LasTen size"
7000
  msgstr ""
7001
 
7002
+ #: wppa-settings-autosave.php:1287
7003
  msgid "Size of thumbnails in Last Ten widget."
7004
  msgstr ""
7005
 
7006
+ #: wppa-settings-autosave.php:1288
7007
  msgid "Enter the size for the mini photos in the LasTen widget."
7008
  msgstr ""
7009
 
7010
+ #: wppa-settings-autosave.php:1297
7011
  #, fuzzy
7012
  msgid "Album widget count"
7013
  msgstr "Inserisci / modifica la descrizione per questo album."
7014
 
7015
+ #: wppa-settings-autosave.php:1298
7016
  msgid "Number of albums in Album widget."
7017
  msgstr ""
7018
 
7019
+ #: wppa-settings-autosave.php:1299
7020
  msgid ""
7021
  "Enter the maximum number of thumbnail photos of albums in the Album widget."
7022
  msgstr ""
7023
 
7024
+ #: wppa-settings-autosave.php:1306
7025
  msgid "Album widget size"
7026
  msgstr ""
7027
 
7028
+ #: wppa-settings-autosave.php:1307
7029
  msgid "Size of thumbnails in Album widget."
7030
  msgstr ""
7031
 
7032
+ #: wppa-settings-autosave.php:1308
7033
  msgid "Enter the size for the mini photos in the Album widget."
7034
  msgstr ""
7035
 
7036
+ #: wppa-settings-autosave.php:1317
7037
  msgid "FeaTen count"
7038
  msgstr ""
7039
 
7040
+ #: wppa-settings-autosave.php:1318
7041
  msgid "Number of photos in Featured Ten widget."
7042
  msgstr ""
7043
 
7044
+ #: wppa-settings-autosave.php:1319
7045
  msgid "Enter the maximum number of photos in the FeaTen widget."
7046
  msgstr ""
7047
 
7048
+ #: wppa-settings-autosave.php:1326
7049
  msgid "FeaTen size"
7050
  msgstr ""
7051
 
7052
+ #: wppa-settings-autosave.php:1327
7053
  msgid "Size of thumbnails in Featured Ten widget."
7054
  msgstr ""
7055
 
7056
+ #: wppa-settings-autosave.php:1328
7057
  msgid "Enter the size for the mini photos in the FeaTen widget."
7058
  msgstr ""
7059
 
7060
+ #: wppa-settings-autosave.php:1337
7061
  msgid "Tagcloud min size"
7062
  msgstr ""
7063
 
7064
+ #: wppa-settings-autosave.php:1338
7065
  msgid "Minimal fontsize in tagclouds"
7066
  msgstr ""
7067
 
7068
+ #: wppa-settings-autosave.php:1346
7069
  msgid "Tagcloud max size"
7070
  msgstr ""
7071
 
7072
+ #: wppa-settings-autosave.php:1347
7073
  msgid "Maximal fontsize in tagclouds"
7074
  msgstr ""
7075
 
7076
+ #: wppa-settings-autosave.php:1355
7077
  msgid ""
7078
  "Lightbox related size settings. These settings have effect only when Table "
7079
  "IX-J3 is set to wppa"
7080
  msgstr ""
7081
 
7082
+ #: wppa-settings-autosave.php:1358
7083
  msgid ""
7084
  "Number of lines on the lightbox description area, exclusive the n/m line."
7085
  msgstr ""
7086
 
7087
+ #: wppa-settings-autosave.php:1359
7088
  msgid "Enter a number in the range from 0 to 24 or auto"
7089
  msgstr ""
7090
 
7091
+ #: wppa-settings-autosave.php:1361
7092
  msgid "lines"
7093
  msgstr ""
7094
 
7095
+ #: wppa-settings-autosave.php:1366
7096
  msgid "Magnifier cursor size"
7097
  msgstr ""
7098
 
7099
+ #: wppa-settings-autosave.php:1367
7100
  msgid "Select the size of the magnifier cursor."
7101
  msgstr ""
7102
 
7103
+ #: wppa-settings-autosave.php:1370
7104
  msgid "small"
7105
  msgstr ""
7106
 
7107
+ #: wppa-settings-autosave.php:1370
7108
  msgid "medium"
7109
  msgstr ""
7110
 
7111
+ #: wppa-settings-autosave.php:1370
7112
  msgid "large"
7113
  msgstr ""
7114
 
7115
+ #: wppa-settings-autosave.php:1379
7116
  msgid "Video related size settings"
7117
  msgstr ""
7118
 
7119
+ #: wppa-settings-autosave.php:1381
7120
  msgid "Default width"
7121
  msgstr ""
7122
 
7123
+ #: wppa-settings-autosave.php:1382
7124
  msgid "The width of most videos"
7125
  msgstr ""
7126
 
7127
+ #: wppa-settings-autosave.php:1390
7128
  msgid "Default height"
7129
  msgstr ""
7130
 
7131
+ #: wppa-settings-autosave.php:1391
7132
  msgid "The height of most videos"
7133
  msgstr ""
7134
 
7135
+ #: wppa-settings-autosave.php:1417
7136
  msgid "Table II:"
7137
  msgstr ""
7138
 
7139
+ #: wppa-settings-autosave.php:1417
7140
  msgid "Visibility:"
7141
  msgstr ""
7142
 
7143
+ #: wppa-settings-autosave.php:1418
7144
  msgid "This table describes the visibility of certain wppa+ elements."
7145
  msgstr ""
7146
 
7147
+ #: wppa-settings-autosave.php:1436
7148
  msgid "Breadcrumb related visibility settings"
7149
  msgstr ""
7150
 
7151
+ #: wppa-settings-autosave.php:1438
7152
  msgid "Breadcrumb on posts"
7153
  msgstr ""
7154
 
7155
+ #: wppa-settings-autosave.php:1439 wppa-settings-autosave.php:1449
7156
  msgid "Show breadcrumb navigation bars."
7157
  msgstr ""
7158
 
7159
+ #: wppa-settings-autosave.php:1440 wppa-settings-autosave.php:1450
7160
  msgid "Indicate whether a breadcrumb navigation should be displayed"
7161
  msgstr ""
7162
 
7163
+ #: wppa-settings-autosave.php:1448
7164
  msgid "Breadcrumb on pages"
7165
  msgstr ""
7166
 
7167
+ #: wppa-settings-autosave.php:1458
7168
  #, fuzzy
7169
  msgid "Breadcrumb on search results"
7170
  msgstr "Risultati della ricerca per: %s"
7171
 
7172
+ #: wppa-settings-autosave.php:1459
7173
  msgid "Show breadcrumb navigation bars on the search results page."
7174
  msgstr ""
7175
 
7176
+ #: wppa-settings-autosave.php:1460
7177
  msgid ""
7178
  "Indicate whether a breadcrumb navigation should be displayed above the "
7179
  "search results."
7180
  msgstr ""
7181
 
7182
+ #: wppa-settings-autosave.php:1467
7183
  msgid "Breadcrumb on topten displays"
7184
  msgstr ""
7185
 
7186
+ #: wppa-settings-autosave.php:1468
7187
  msgid "Show breadcrumb navigation bars on topten displays."
7188
  msgstr ""
7189
 
7190
+ #: wppa-settings-autosave.php:1469
7191
  msgid ""
7192
  "Indicate whether a breadcrumb navigation should be displayed above the "
7193
  "topten displays."
7194
  msgstr ""
7195
 
7196
+ #: wppa-settings-autosave.php:1476
7197
  msgid "Breadcrumb on last ten displays"
7198
  msgstr ""
7199
 
7200
+ #: wppa-settings-autosave.php:1477
7201
  msgid "Show breadcrumb navigation bars on last ten displays."
7202
  msgstr ""
7203
 
7204
+ #: wppa-settings-autosave.php:1478
7205
  msgid ""
7206
  "Indicate whether a breadcrumb navigation should be displayed above the last "
7207
  "ten displays."
7208
  msgstr ""
7209
 
7210
+ #: wppa-settings-autosave.php:1485
7211
  msgid "Breadcrumb on comment ten displays"
7212
  msgstr ""
7213
 
7214
+ #: wppa-settings-autosave.php:1486
7215
  msgid "Show breadcrumb navigation bars on comment ten displays."
7216
  msgstr ""
7217
 
7218
+ #: wppa-settings-autosave.php:1487
7219
  msgid ""
7220
  "Indicate whether a breadcrumb navigation should be displayed above the "
7221
  "comment ten displays."
7222
  msgstr ""
7223
 
7224
+ #: wppa-settings-autosave.php:1494
7225
  msgid "Breadcrumb on tag result displays"
7226
  msgstr ""
7227
 
7228
+ #: wppa-settings-autosave.php:1495
7229
  msgid "Show breadcrumb navigation bars on tag result displays."
7230
  msgstr ""
7231
 
7232
+ #: wppa-settings-autosave.php:1496
7233
  msgid ""
7234
  "Indicate whether a breadcrumb navigation should be displayed above the tag "
7235
  "result displays."
7236
  msgstr ""
7237
 
7238
+ #: wppa-settings-autosave.php:1503
7239
  msgid "Breadcrumb on featured ten displays"
7240
  msgstr ""
7241
 
7242
+ #: wppa-settings-autosave.php:1504
7243
  msgid "Show breadcrumb navigation bars on featured ten displays."
7244
  msgstr ""
7245
 
7246
+ #: wppa-settings-autosave.php:1505
7247
  msgid ""
7248
  "Indicate whether a breadcrumb navigation should be displayed above the "
7249
  "featured ten displays."
7250
  msgstr ""
7251
 
7252
+ #: wppa-settings-autosave.php:1512
7253
  msgid "Breadcrumb on related photos displays"
7254
  msgstr ""
7255
 
7256
+ #: wppa-settings-autosave.php:1513
7257
  msgid "Show breadcrumb navigation bars on related photos displays."
7258
  msgstr ""
7259
 
7260
+ #: wppa-settings-autosave.php:1514
7261
  msgid ""
7262
  "Indicate whether a breadcrumb navigation should be displayed above the "
7263
  "related photos displays."
7264
  msgstr ""
7265
 
7266
+ #: wppa-settings-autosave.php:1522
7267
  msgid "Show \"Home\" in breadcrumb."
7268
  msgstr ""
7269
 
7270
+ #: wppa-settings-autosave.php:1523
7271
  msgid ""
7272
  "Indicate whether the breadcrumb navigation should start with a \"Home\"-link"
7273
  msgstr ""
7274
 
7275
+ #: wppa-settings-autosave.php:1531
7276
  msgid "Show the page(s) in breadcrumb."
7277
  msgstr ""
7278
 
7279
+ #: wppa-settings-autosave.php:1532
7280
  msgid ""
7281
  "Indicate whether the breadcrumb navigation should show the page(hierarchy)"
7282
  msgstr ""
7283
 
7284
+ #: wppa-settings-autosave.php:1539
7285
  msgid "Separator"
7286
  msgstr ""
7287
 
7288
+ #: wppa-settings-autosave.php:1540
7289
  msgid "Breadcrumb separator symbol."
7290
  msgstr ""
7291
 
7292
+ #: wppa-settings-autosave.php:1541
7293
  msgid "Select the desired breadcrumb separator element."
7294
  msgstr ""
7295
 
7296
+ #: wppa-settings-autosave.php:1542
7297
  msgid "A text string may contain valid html."
7298
  msgstr ""
7299
 
7300
+ #: wppa-settings-autosave.php:1543
7301
  msgid ""
7302
  "An image will be scaled automatically if you set the navigation font size."
7303
  msgstr ""
7304
 
7305
+ #: wppa-settings-autosave.php:1545
7306
  msgid "Text (html):"
7307
  msgstr ""
7308
 
7309
+ #: wppa-settings-autosave.php:1545
7310
  msgid "Image (url):"
7311
  msgstr ""
7312
 
7313
+ #: wppa-settings-autosave.php:1553
7314
  msgid "Html"
7315
  msgstr ""
7316
 
7317
+ #: wppa-settings-autosave.php:1554
7318
  msgid "Breadcrumb separator text."
7319
  msgstr ""
7320
 
7321
+ #: wppa-settings-autosave.php:1555
7322
  msgid "Enter the HTML code that produces the separator symbol you want."
7323
  msgstr ""
7324
 
7325
+ #: wppa-settings-autosave.php:1556
7326
  msgid ""
7327
  "It may be as simple as '-' (without the quotes) or as complex as a tag like "
7328
  "<div>..</div>."
7329
  msgstr ""
7330
 
7331
+ #: wppa-settings-autosave.php:1563
7332
  #, fuzzy
7333
  msgid "Image Url"
7334
  msgstr "Billede"
7335
 
7336
+ #: wppa-settings-autosave.php:1564
7337
  msgid "Full url to separator image."
7338
  msgstr ""
7339
 
7340
+ #: wppa-settings-autosave.php:1565
7341
  msgid ""
7342
  "Enter the full url to the image you want to use for the separator symbol."
7343
  msgstr ""
7344
 
7345
+ #: wppa-settings-autosave.php:1572
7346
  #, fuzzy
7347
  msgid "Pagelink position"
7348
  msgstr "Position:"
7349
 
7350
+ #: wppa-settings-autosave.php:1573
7351
  msgid "The location for the pagelinks bar."
7352
  msgstr ""
7353
 
7354
+ #: wppa-settings-autosave.php:1576 wppa-settings-autosave.php:3746
7355
  msgid "Top"
7356
  msgstr ""
7357
 
7358
+ #: wppa-settings-autosave.php:1576 wppa-settings-autosave.php:3746
7359
  msgid "Bottom"
7360
  msgstr ""
7361
 
7362
+ #: wppa-settings-autosave.php:1576
7363
  msgid "Both"
7364
  msgstr ""
7365
 
7366
+ #: wppa-settings-autosave.php:1583
7367
  msgid "Thumblink on slideshow"
7368
  msgstr ""
7369
 
7370
+ #: wppa-settings-autosave.php:1584
7371
  msgid "Show a thumb link on slideshow bc."
7372
  msgstr ""
7373
 
7374
+ #: wppa-settings-autosave.php:1585
7375
  msgid "Show a link to thumbnail display on an breadcrumb above a slideshow"
7376
  msgstr ""
7377
 
7378
+ #: wppa-settings-autosave.php:1592
7379
  msgid "Slideshow related visibility settings"
7380
  msgstr ""
7381
 
7382
+ #: wppa-settings-autosave.php:1594
7383
  #, fuzzy
7384
  msgid "Start/stop"
7385
  msgstr "Start"
7386
 
7387
+ #: wppa-settings-autosave.php:1595
7388
  #, fuzzy
7389
  msgid "Show the Start/Stop slideshow bar."
7390
  msgstr "Dobbeltklik for at starte/slutte slideshow"
7391
 
7392
+ #: wppa-settings-autosave.php:1596
7393
  msgid ""
7394
  "If checked: display the start/stop slideshow navigation bar above the full-"
7395
  "size images and slideshow"
7396
  msgstr ""
7397
 
7398
+ #: wppa-settings-autosave.php:1603
7399
  #, fuzzy
7400
  msgid "Browse bar"
7401
  msgstr "Se fotos"
7402
 
7403
+ #: wppa-settings-autosave.php:1604
7404
  #, fuzzy
7405
  msgid "Show Browse photos bar."
7406
  msgstr "Se fotos"
7407
 
7408
+ #: wppa-settings-autosave.php:1605
7409
  msgid ""
7410
  "If checked: display the preveous/next navigation bar under the full-size "
7411
  "images and slideshow"
7412
  msgstr ""
7413
 
7414
+ #: wppa-settings-autosave.php:1612
7415
  msgid "Filmstrip"
7416
  msgstr ""
7417
 
7418
+ #: wppa-settings-autosave.php:1613
7419
  msgid "Show Filmstrip navigation bar."
7420
  msgstr ""
7421
 
7422
+ #: wppa-settings-autosave.php:1614
7423
  msgid ""
7424
  "If checked: display the filmstrip navigation bar under the full_size images "
7425
  "and slideshow"
7426
  msgstr ""
7427
 
7428
+ #: wppa-settings-autosave.php:1621
7429
  msgid "Film seam"
7430
  msgstr ""
7431
 
7432
+ #: wppa-settings-autosave.php:1622
7433
  msgid "Show seam between end and start of film."
7434
  msgstr ""
7435
 
7436
+ #: wppa-settings-autosave.php:1623
7437
  msgid "If checked: display the wrap-around point in the filmstrip"
7438
  msgstr ""
7439
 
7440
+ #: wppa-settings-autosave.php:1630
7441
  #, fuzzy
7442
  msgid "Photo name"
7443
  msgstr "Dagens foto"
7444
 
7445
+ #: wppa-settings-autosave.php:1631
7446
  #, fuzzy
7447
  msgid "Display photo name."
7448
  msgstr "Indtast foto navn"
7449
 
7450
+ #: wppa-settings-autosave.php:1632
7451
  msgid "If checked: display the name of the photo under the slideshow image."
7452
  msgstr ""
7453
 
7454
+ #: wppa-settings-autosave.php:1639 wppa-settings-autosave.php:2019
7455
  msgid "Add (Owner)"
7456
  msgstr ""
7457
 
7458
+ #: wppa-settings-autosave.php:1640 wppa-settings-autosave.php:2020
7459
  msgid "Add the uploaders display name in parenthesis to the name."
7460
  msgstr ""
7461
 
7462
+ #: wppa-settings-autosave.php:1648
7463
  #, fuzzy
7464
  msgid "Photo desc"
7465
  msgstr "Foto"
7466
 
7467
+ #: wppa-settings-autosave.php:1649
7468
  #, fuzzy
7469
  msgid "Display Photo description."
7470
  msgstr "Inds&aelig;t/rediger beskrivelse af foto"
7471
 
7472
+ #: wppa-settings-autosave.php:1650
7473
  msgid ""
7474
  "If checked: display the description of the photo under the slideshow image."
7475
  msgstr ""
7476
 
7477
+ #: wppa-settings-autosave.php:1657
7478
  msgid "Hide when empty"
7479
  msgstr ""
7480
 
7481
+ #: wppa-settings-autosave.php:1658
7482
  msgid "Hide the descriptionbox when empty."
7483
  msgstr ""
7484
 
7485
+ #: wppa-settings-autosave.php:1666
7486
  #, fuzzy
7487
  msgid "Rating system"
7488
  msgstr "Bed&oslash;mmelse: %s"
7489
 
7490
+ #: wppa-settings-autosave.php:1667
7491
  msgid "Enable the rating system."
7492
  msgstr ""
7493
 
7494
+ #: wppa-settings-autosave.php:1668
7495
  msgid "If checked, the photo rating system will be enabled."
7496
  msgstr ""
7497
 
7498
+ #: wppa-settings-autosave.php:1676
7499
  #, fuzzy
7500
  msgid "Comments system"
7501
  msgstr "%d kommentarer"
7502
 
7503
+ #: wppa-settings-autosave.php:1677
7504
  msgid "Enable the comments system."
7505
  msgstr ""
7506
 
7507
+ #: wppa-settings-autosave.php:1678
7508
  msgid ""
7509
  "Display the comments box under the fullsize images and let users enter their "
7510
  "comments on individual photos."
7511
  msgstr ""
7512
 
7513
+ #: wppa-settings-autosave.php:1686
7514
  #, fuzzy
7515
  msgid "Comment Avatar default"
7516
  msgstr "Kommentarer tilf&oslash;jet"
7517
 
7518
+ #: wppa-settings-autosave.php:1687
7519
  msgid "Show Avatars with the comments if not --- none ---"
7520
  msgstr ""
7521
 
7522
+ #: wppa-settings-autosave.php:1692
7523
  msgid "mystery man"
7524
  msgstr ""
7525
 
7526
+ #: wppa-settings-autosave.php:1693
7527
  msgid "identicon"
7528
  msgstr ""
7529
 
7530
+ #: wppa-settings-autosave.php:1694
7531
  msgid "monsterid"
7532
  msgstr ""
7533
 
7534
+ #: wppa-settings-autosave.php:1695
7535
  msgid "wavatar"
7536
  msgstr ""
7537
 
7538
+ #: wppa-settings-autosave.php:1696
7539
  msgid "retro"
7540
  msgstr ""
7541
 
7542
+ #: wppa-settings-autosave.php:1697
7543
  #, fuzzy
7544
  msgid "--- url ---"
7545
  msgstr "--- ingen ---"
7546
 
7547
+ #: wppa-settings-autosave.php:1712
7548
  msgid "Comment Avatar url"
7549
  msgstr ""
7550
 
7551
+ #: wppa-settings-autosave.php:1713
7552
  msgid "Comment Avatar default url."
7553
  msgstr ""
7554
 
7555
+ #: wppa-settings-autosave.php:1721
7556
  #, fuzzy
7557
  msgid "Big Browse Buttons"
7558
  msgstr "Se fotos"
7559
 
7560
+ #: wppa-settings-autosave.php:1722
7561
  msgid "Enable invisible browsing buttons."
7562
  msgstr ""
7563
 
7564
+ #: wppa-settings-autosave.php:1723 wppa-settings-autosave.php:2257
7565
  #, fuzzy
7566
  msgid ""
7567
  "If checked, the fullsize image is covered by two invisible areas that act as "
7570
  "For at se billeder i fuld st&oslash;rrelse skal du tillade javascript in din "
7571
  "browser."
7572
 
7573
+ #: wppa-settings-autosave.php:1724 wppa-settings-autosave.php:2258
7574
+ #: wppa-settings-autosave.php:2268
7575
  msgid ""
7576
  "Make sure the Full height (Table I-B2) is properly configured to prevent "
7577
  "these areas to overlap unwanted space."
7578
  msgstr ""
7579
 
7580
+ #: wppa-settings-autosave.php:1731
7581
  #, fuzzy
7582
  msgid "Ugly Browse Buttons"
7583
  msgstr "Se fotos"
7584
 
7585
+ #: wppa-settings-autosave.php:1732
7586
  msgid "Enable the ugly browsing buttons."
7587
  msgstr ""
7588
 
7589
+ #: wppa-settings-autosave.php:1733
7590
  msgid "If checked, the fullsize image is covered by two browse buttons."
7591
  msgstr ""
7592
 
7593
+ #: wppa-settings-autosave.php:1737 wppa-settings-autosave.php:2299
7594
+ #: wppa-settings-autosave.php:2310
7595
  msgid "Black"
7596
  msgstr ""
7597
 
7598
+ #: wppa-settings-autosave.php:1737
7599
  msgid "Light gray"
7600
  msgstr ""
7601
 
7602
+ #: wppa-settings-autosave.php:1744
7603
+ #, fuzzy
7604
+ msgid "Start/stop icons"
7605
+ msgstr "Start"
7606
+
7607
+ #: wppa-settings-autosave.php:1745
7608
+ msgid "Show start and stop icons at the center of the slide"
7609
+ msgstr ""
7610
+
7611
+ #: wppa-settings-autosave.php:1750
7612
+ msgid "Black square"
7613
+ msgstr ""
7614
+
7615
+ #: wppa-settings-autosave.php:1750
7616
+ msgid "Blue square"
7617
+ msgstr ""
7618
+
7619
+ #: wppa-settings-autosave.php:1750
7620
+ msgid "Black round"
7621
+ msgstr ""
7622
+
7623
+ #: wppa-settings-autosave.php:1757
7624
  msgid "Show custom box"
7625
  msgstr ""
7626
 
7627
+ #: wppa-settings-autosave.php:1758
7628
  msgid "Display the custom box in the slideshow"
7629
  msgstr ""
7630
 
7631
+ #: wppa-settings-autosave.php:1759 wppa-settings-autosave.php:1770
7632
  msgid ""
7633
  "You can fill the custom box with any html you like. It will not be checked, "
7634
  "so it is your own responsability to close tags properly."
7635
  msgstr ""
7636
 
7637
+ #: wppa-settings-autosave.php:1760 wppa-settings-autosave.php:1771
7638
  msgid "The position of the box can be defined in Table IX-E."
7639
  msgstr ""
7640
 
7641
+ #: wppa-settings-autosave.php:1768
7642
  msgid "Custom content"
7643
  msgstr ""
7644
 
7645
+ #: wppa-settings-autosave.php:1769
7646
  msgid "The content (html) of the custom box."
7647
  msgstr ""
7648
 
7649
+ #: wppa-settings-autosave.php:1778
7650
  #, fuzzy
7651
  msgid "Slideshow/Number bar"
7652
  msgstr "Slideshow"
7653
 
7654
+ #: wppa-settings-autosave.php:1779
7655
  msgid "Display the Slideshow / Number bar."
7656
  msgstr ""
7657
 
7658
+ #: wppa-settings-autosave.php:1780
7659
  msgid "If checked: display the number boxes on slideshow"
7660
  msgstr ""
7661
 
7662
+ #: wppa-settings-autosave.php:1788
7663
  msgid "IPTC system"
7664
  msgstr ""
7665
 
7666
+ #: wppa-settings-autosave.php:1789
7667
  msgid "Enable the iptc system."
7668
  msgstr ""
7669
 
7670
+ #: wppa-settings-autosave.php:1790
7671
  msgid "Display the iptc box under the fullsize images."
7672
  msgstr ""
7673
 
7674
+ #: wppa-settings-autosave.php:1798
7675
  msgid "IPTC open"
7676
  msgstr ""
7677
 
7678
+ #: wppa-settings-autosave.php:1799
7679
  msgid "Display the iptc box initially opened."
7680
  msgstr ""
7681
 
7682
+ #: wppa-settings-autosave.php:1800
7683
  msgid "Display the iptc box under the fullsize images initially open."
7684
  msgstr ""
7685
 
7686
+ #: wppa-settings-autosave.php:1808
7687
  msgid "EXIF system"
7688
  msgstr ""
7689
 
7690
+ #: wppa-settings-autosave.php:1809
7691
  msgid "Enable the exif system."
7692
  msgstr ""
7693
 
7694
+ #: wppa-settings-autosave.php:1810
7695
  msgid "Display the exif box under the fullsize images."
7696
  msgstr ""
7697
 
7698
+ #: wppa-settings-autosave.php:1818
7699
  msgid "EXIF open"
7700
  msgstr ""
7701
 
7702
+ #: wppa-settings-autosave.php:1819
7703
  msgid "Display the exif box initially opened."
7704
  msgstr ""
7705
 
7706
+ #: wppa-settings-autosave.php:1820
7707
  msgid "Display the exif box under the fullsize images initially open."
7708
  msgstr ""
7709
 
7710
+ #: wppa-settings-autosave.php:1828
7711
  msgid "Social media share box related visibility settings"
7712
  msgstr ""
7713
 
7714
+ #: wppa-settings-autosave.php:1830
7715
  msgid "Show Share Box"
7716
  msgstr ""
7717
 
7718
+ #: wppa-settings-autosave.php:1831
7719
  msgid "Display the share social media buttons box."
7720
  msgstr ""
7721
 
7722
+ #: wppa-settings-autosave.php:1840 wppa-settings-autosave.php:8129
7723
  msgid "Hide when running"
7724
  msgstr ""
7725
 
7726
+ #: wppa-settings-autosave.php:1841
7727
  msgid "Hide the SM box when slideshow runs."
7728
  msgstr ""
7729
 
7730
+ #: wppa-settings-autosave.php:1849
7731
  msgid "Show Share Box Widget"
7732
  msgstr ""
7733
 
7734
+ #: wppa-settings-autosave.php:1850
7735
  msgid "Display the share social media buttons box in widgets."
7736
  msgstr ""
7737
 
7738
+ #: wppa-settings-autosave.php:1851
7739
  msgid ""
7740
  "This setting applies to normal slideshows in widgets, not to the "
7741
  "slideshowwidget as that is a slideonly display."
7742
  msgstr ""
7743
 
7744
+ #: wppa-settings-autosave.php:1859
7745
  msgid "Show Share Buttons Thumbs"
7746
  msgstr ""
7747
 
7748
+ #: wppa-settings-autosave.php:1860
7749
  msgid "Display the share social media buttons under thumbnails."
7750
  msgstr ""
7751
 
7752
+ #: wppa-settings-autosave.php:1869
7753
  msgid "Show Share Buttons Lightbox"
7754
  msgstr ""
7755
 
7756
+ #: wppa-settings-autosave.php:1870
7757
  msgid "Display the share social media buttons on lightbox displays."
7758
  msgstr ""
7759
 
7760
+ #: wppa-settings-autosave.php:1879
7761
  #, fuzzy
7762
  msgid "Show Share Buttons Mphoto"
7763
  msgstr ""
7764
  "I visitatori possono ottenere una panoramica delle immagini contenute in un "
7765
  "album grazie alle miniature."
7766
 
7767
+ #: wppa-settings-autosave.php:1880
7768
  msgid "Display the share social media buttons on mphoto displays."
7769
  msgstr ""
7770
 
7771
+ #: wppa-settings-autosave.php:1889
7772
  msgid "Show QR Code"
7773
  msgstr ""
7774
 
7775
+ #: wppa-settings-autosave.php:1890
7776
  msgid "Display the QR code in the share box."
7777
  msgstr ""
7778
 
7779
+ #: wppa-settings-autosave.php:1898
7780
  #, fuzzy
7781
  msgid "Show Twitter button"
7782
  msgstr "Condividi su Twitter"
7783
 
7784
+ #: wppa-settings-autosave.php:1899
7785
  msgid "Display the Twitter button in the share box."
7786
  msgstr ""
7787
 
7788
+ #: wppa-settings-autosave.php:1907
7789
  #, fuzzy
7790
  msgid "Show Google+ button"
7791
  msgstr "Condividi su Google+"
7792
 
7793
+ #: wppa-settings-autosave.php:1908
7794
  msgid "Display the Google+ button in the share box."
7795
  msgstr ""
7796
 
7797
+ #: wppa-settings-autosave.php:1916
7798
  #, fuzzy
7799
  msgid "Show Pinterest button"
7800
  msgstr "Condividi on Pinterest"
7801
 
7802
+ #: wppa-settings-autosave.php:1917
7803
  msgid "Display the Pintrest button in the share box."
7804
  msgstr ""
7805
 
7806
+ #: wppa-settings-autosave.php:1925
7807
  msgid "Show LinkedIn button"
7808
  msgstr ""
7809
 
7810
+ #: wppa-settings-autosave.php:1926
7811
  msgid "Display the LinkedIn button in the share box."
7812
  msgstr ""
7813
 
7814
+ #: wppa-settings-autosave.php:1934
7815
  msgid "Show Facebook share button"
7816
  msgstr ""
7817
 
7818
+ #: wppa-settings-autosave.php:1935 wppa-settings-autosave.php:1944
7819
  msgid "Display the Facebook button in the share box."
7820
  msgstr ""
7821
 
7822
+ #: wppa-settings-autosave.php:1943
7823
  msgid "Show Facebook like button"
7824
  msgstr ""
7825
 
7826
+ #: wppa-settings-autosave.php:1952
7827
  msgid "Display type"
7828
  msgstr ""
7829
 
7830
+ #: wppa-settings-autosave.php:1953
7831
  msgid "Select the Facebook button display type."
7832
  msgstr ""
7833
 
7834
+ #: wppa-settings-autosave.php:1956
7835
  msgid "Button with counter"
7836
  msgstr ""
7837
 
7838
+ #: wppa-settings-autosave.php:1956
7839
  msgid "Box with counter"
7840
  msgstr ""
7841
 
7842
+ #: wppa-settings-autosave.php:1963
7843
  msgid "Show Facebook comment box"
7844
  msgstr ""
7845
 
7846
+ #: wppa-settings-autosave.php:1964
7847
  msgid "Display the Facebook comment dialog box in the share box."
7848
  msgstr ""
7849
 
7850
+ #: wppa-settings-autosave.php:1972
7851
  msgid "Facebook User Id"
7852
  msgstr ""
7853
 
7854
+ #: wppa-settings-autosave.php:1973
7855
  msgid "Enter your facebook user id to be able to moderate comments and sends"
7856
  msgstr ""
7857
 
7858
+ #: wppa-settings-autosave.php:1981
7859
  msgid "Facebook App Id"
7860
  msgstr ""
7861
 
7862
+ #: wppa-settings-autosave.php:1982
7863
  msgid "Enter your facebook app id to be able to moderate comments and sends"
7864
  msgstr ""
7865
 
7866
+ #: wppa-settings-autosave.php:1990
7867
  msgid "Facebook js SDK"
7868
  msgstr ""
7869
 
7870
+ #: wppa-settings-autosave.php:1991
7871
  msgid "Load Facebook js SDK"
7872
  msgstr ""
7873
 
7874
+ #: wppa-settings-autosave.php:1992
7875
  msgid ""
7876
  "Uncheck this box only when there is a conflict with an other plugin that "
7877
  "also loads the Facebook js SDK."
7878
  msgstr ""
7879
 
7880
+ #: wppa-settings-autosave.php:1999
7881
  msgid "Share single image"
7882
  msgstr ""
7883
 
7884
+ #: wppa-settings-autosave.php:2000
7885
  msgid "Share a link to a single image, not the slideshow."
7886
  msgstr ""
7887
 
7888
+ #: wppa-settings-autosave.php:2001
7889
  msgid ""
7890
  "The sharelink points to a page with a single image rather than to the page "
7891
  "with the photo in the slideshow."
7892
  msgstr ""
7893
 
7894
+ #: wppa-settings-autosave.php:2008
7895
  msgid "Thumbnail display related visibility settings"
7896
  msgstr ""
7897
 
7898
+ #: wppa-settings-autosave.php:2010
7899
  #, fuzzy
7900
  msgid "Thumbnail name"
7901
  msgstr "Foto Top Ti"
7902
 
7903
+ #: wppa-settings-autosave.php:2011
7904
  msgid "Display Thumbnail name."
7905
  msgstr ""
7906
 
7907
+ #: wppa-settings-autosave.php:2012
7908
  msgid "Display photo name under thumbnail images."
7909
  msgstr ""
7910
 
7911
+ #: wppa-settings-autosave.php:2028
7912
  #, fuzzy
7913
  msgid "Thumbnail desc"
7914
  msgstr "Miniatura"
7915
 
7916
+ #: wppa-settings-autosave.php:2029
7917
  #, fuzzy
7918
  msgid "Display Thumbnail description."
7919
  msgstr "Inserisci / modifica la descrizione per questo album."
7920
 
7921
+ #: wppa-settings-autosave.php:2030
7922
  msgid "Display description of the photo under thumbnail images."
7923
  msgstr ""
7924
 
7925
+ #: wppa-settings-autosave.php:2037
7926
  #, fuzzy
7927
  msgid "Thumbnail rating"
7928
  msgstr "Foto Top Ti"
7929
 
7930
+ #: wppa-settings-autosave.php:2038
7931
  msgid "Display Thumbnail Rating."
7932
  msgstr ""
7933
 
7934
+ #: wppa-settings-autosave.php:2039
7935
  msgid "Display the rating of the photo under the thumbnail image."
7936
  msgstr ""
7937
 
7938
+ #: wppa-settings-autosave.php:2046
7939
  #, fuzzy
7940
  msgid "Thumbnail comcount"
7941
  msgstr "Miniatura"
7942
 
7943
+ #: wppa-settings-autosave.php:2047
7944
  msgid "Display Thumbnail Comment count."
7945
  msgstr ""
7946
 
7947
+ #: wppa-settings-autosave.php:2048
7948
  msgid "Display the number of comments to the photo under the thumbnail image."
7949
  msgstr ""
7950
 
7951
+ #: wppa-settings-autosave.php:2055
7952
  #, fuzzy
7953
  msgid "Thumbnail viewcount"
7954
  msgstr "Foto Top Ti"
7955
 
7956
+ #: wppa-settings-autosave.php:2056
7957
  msgid "Display the number of views."
7958
  msgstr ""
7959
 
7960
+ #: wppa-settings-autosave.php:2057
7961
  msgid "Display the number of views under the thumbnail image."
7962
  msgstr ""
7963
 
7964
+ #: wppa-settings-autosave.php:2064
7965
  #, fuzzy
7966
  msgid "Thumbnail video"
7967
  msgstr "Foto Top Ti"
7968
 
7969
+ #: wppa-settings-autosave.php:2065
7970
  msgid "Show video controls on thumbnail displays."
7971
  msgstr ""
7972
 
7973
+ #: wppa-settings-autosave.php:2066
7974
  msgid ""
7975
  "Works on default thumbnail type only. You can play the video only when the "
7976
  "link is set to no link at all."
7977
  msgstr ""
7978
 
7979
+ #: wppa-settings-autosave.php:2073
7980
  #, fuzzy
7981
  msgid "Thumbnail audio"
7982
  msgstr "Foto Top Ti"
7983
 
7984
+ #: wppa-settings-autosave.php:2074
7985
  msgid "Show audio controls on thumbnail displays."
7986
  msgstr ""
7987
 
7988
+ #: wppa-settings-autosave.php:2075
7989
  msgid "Works on default thumbnail type only."
7990
  msgstr ""
7991
 
7992
+ #: wppa-settings-autosave.php:2082
7993
  #, fuzzy
7994
  msgid "Popup name"
7995
  msgstr "Dit navn"
7996
 
7997
+ #: wppa-settings-autosave.php:2083
7998
  msgid "Display Thumbnail name on popup."
7999
  msgstr ""
8000
 
8001
+ #: wppa-settings-autosave.php:2084
8002
  msgid "Display photo name under thumbnail images on the popup."
8003
  msgstr ""
8004
 
8005
+ #: wppa-settings-autosave.php:2091
8006
  msgid "Popup (owner)"
8007
  msgstr ""
8008
 
8009
+ #: wppa-settings-autosave.php:2092
8010
  msgid "Display owner on popup."
8011
  msgstr ""
8012
 
8013
+ #: wppa-settings-autosave.php:2093
8014
  msgid "Display photo owner under thumbnail images on the popup."
8015
  msgstr ""
8016
 
8017
+ #: wppa-settings-autosave.php:2100
8018
  msgid "Popup desc"
8019
  msgstr ""
8020
 
8021
+ #: wppa-settings-autosave.php:2101
8022
  msgid "Display Thumbnail description on popup."
8023
  msgstr ""
8024
 
8025
+ #: wppa-settings-autosave.php:2102
8026
  msgid "Display description of the photo under thumbnail images on the popup."
8027
  msgstr ""
8028
 
8029
+ #: wppa-settings-autosave.php:2109
8030
  msgid "Popup desc no links"
8031
  msgstr ""
8032
 
8033
+ #: wppa-settings-autosave.php:2110
8034
  msgid "Strip html anchor tags from descriptions on popups"
8035
  msgstr ""
8036
 
8037
+ #: wppa-settings-autosave.php:2111
8038
  msgid ""
8039
  "Use this option to prevent the display of links that cannot be activated."
8040
  msgstr ""
8041
 
8042
+ #: wppa-settings-autosave.php:2118
8043
  #, fuzzy
8044
  msgid "Popup rating"
8045
  msgstr "Valutazione:"
8046
 
8047
+ #: wppa-settings-autosave.php:2119
8048
  msgid "Display Thumbnail Rating on popup."
8049
  msgstr ""
8050
 
8051
+ #: wppa-settings-autosave.php:2120
8052
  msgid "Display the rating of the photo under the thumbnail image on the popup."
8053
  msgstr ""
8054
 
8055
+ #: wppa-settings-autosave.php:2127
8056
  msgid "Popup comcount"
8057
  msgstr ""
8058
 
8059
+ #: wppa-settings-autosave.php:2128
8060
  msgid "Display Thumbnail Comment count on popup."
8061
  msgstr ""
8062
 
8063
+ #: wppa-settings-autosave.php:2129
8064
  msgid ""
8065
  "Display the number of comments of the photo under the thumbnail image on the "
8066
  "popup."
8067
  msgstr ""
8068
 
8069
+ #: wppa-settings-autosave.php:2136
8070
  msgid "Show rating count"
8071
  msgstr ""
8072
 
8073
+ #: wppa-settings-autosave.php:2137
8074
  msgid "Display the number of votes along with average ratings."
8075
  msgstr ""
8076
 
8077
+ #: wppa-settings-autosave.php:2138
8078
  msgid ""
8079
  "If checked, the number of votes is displayed along with average rating "
8080
  "displays on thumbnail and popup displays."
8081
  msgstr ""
8082
 
8083
+ #: wppa-settings-autosave.php:2145
8084
  msgid "Show name on thumb area"
8085
  msgstr ""
8086
 
8087
+ #: wppa-settings-autosave.php:2146
8088
  msgid "Select if and where to display the album name on the thumbnail display."
8089
  msgstr ""
8090
 
8091
+ #: wppa-settings-autosave.php:2149 wppa-settings-autosave.php:2160
8092
  msgid "None"
8093
  msgstr ""
8094
 
8095
+ #: wppa-settings-autosave.php:2149 wppa-settings-autosave.php:2160
8096
+ #: wppa-settings-autosave.php:3266
8097
  msgid "At the top"
8098
  msgstr ""
8099
 
8100
+ #: wppa-settings-autosave.php:2149 wppa-settings-autosave.php:2160
8101
+ #: wppa-settings-autosave.php:3266
8102
  msgid "At the bottom"
8103
  msgstr ""
8104
 
8105
+ #: wppa-settings-autosave.php:2156
8106
  msgid "Show desc on thumb area"
8107
  msgstr ""
8108
 
8109
+ #: wppa-settings-autosave.php:2157
8110
  msgid ""
8111
  "Select if and where to display the album description on the thumbnail "
8112
  "display."
8113
  msgstr ""
8114
 
8115
+ #: wppa-settings-autosave.php:2167
8116
  msgid "Show Edit/Delete links"
8117
  msgstr ""
8118
 
8119
+ #: wppa-settings-autosave.php:2168
8120
  msgid "Show these links under default thumbnails for owner and admin."
8121
  msgstr ""
8122
 
8123
+ #: wppa-settings-autosave.php:2176
8124
  msgid "Show empty thumbnail area"
8125
  msgstr ""
8126
 
8127
+ #: wppa-settings-autosave.php:2177
8128
  msgid "Display thumbnail areas with upload link only for empty albums."
8129
  msgstr ""
8130
 
8131
+ #: wppa-settings-autosave.php:2186
8132
  msgid "Album cover related visibility settings"
8133
  msgstr ""
8134
 
8135
+ #: wppa-settings-autosave.php:2188
8136
  msgid "Covertext"
8137
  msgstr ""
8138
 
8139
+ #: wppa-settings-autosave.php:2189
8140
  msgid "Show the text on the album cover."
8141
  msgstr ""
8142
 
8143
+ #: wppa-settings-autosave.php:2190
8144
  msgid "Display the album decription on the album cover"
8145
  msgstr ""
8146
 
8147
+ #: wppa-settings-autosave.php:2198
8148
  msgid "Enable the slideshow."
8149
  msgstr ""
8150
 
8151
+ #: wppa-settings-autosave.php:2199
8152
  msgid ""
8153
  "If you do not want slideshows: uncheck this box. Browsing full size images "
8154
  "will remain possible."
8155
  msgstr ""
8156
 
8157
+ #: wppa-settings-autosave.php:2206
8158
  #, fuzzy
8159
  msgid "Slideshow/Browse"
8160
  msgstr "Slideshow"
8161
 
8162
+ #: wppa-settings-autosave.php:2207
8163
  msgid "Display the Slideshow / Browse photos link on album covers"
8164
  msgstr ""
8165
 
8166
+ #: wppa-settings-autosave.php:2208
8167
  msgid ""
8168
  "This setting causes the Slideshow link to be displayed on the album cover."
8169
  msgstr ""
8170
 
8171
+ #: wppa-settings-autosave.php:2209
8172
  msgid ""
8173
  "If slideshows are disabled in item 2 in this table, you will see a browse "
8174
  "link to fullsize images."
8175
  msgstr ""
8176
 
8177
+ #: wppa-settings-autosave.php:2210
8178
  msgid "If you do not want the browse link either, uncheck this item."
8179
  msgstr ""
8180
 
8181
+ #: wppa-settings-autosave.php:2217
8182
  #, fuzzy
8183
  msgid "View ..."
8184
  msgstr "Se"
8185
 
8186
+ #: wppa-settings-autosave.php:2218
8187
  msgid "Display the View xx albums and yy photos link on album covers"
8188
  msgstr ""
8189
 
8190
+ #: wppa-settings-autosave.php:2226
8191
  msgid "Treecount"
8192
  msgstr ""
8193
 
8194
+ #: wppa-settings-autosave.php:2227
8195
  msgid "Disaplay the total number of (sub)albums and photos in subalbums"
8196
  msgstr ""
8197
 
8198
+ #: wppa-settings-autosave.php:2228
8199
  msgid ""
8200
  "Displays the total number of sub albums and photos in the entire album tree "
8201
  "in parenthesis if the numbers differ from the direct content of the album."
8202
  msgstr ""
8203
 
8204
+ #: wppa-settings-autosave.php:2235
8205
  msgid "Show categories"
8206
  msgstr ""
8207
 
8208
+ #: wppa-settings-autosave.php:2236
8209
  msgid "Display the album categories on the covers."
8210
  msgstr ""
8211
 
8212
+ #: wppa-settings-autosave.php:2244
8213
  msgid "Skip empty albums"
8214
  msgstr ""
8215
 
8216
+ #: wppa-settings-autosave.php:2245
8217
  msgid "Do not show empty albums, except for admin and owner."
8218
  msgstr ""
8219
 
8220
+ #: wppa-settings-autosave.php:2253
8221
  msgid "Widget related visibility settings"
8222
  msgstr ""
8223
 
8224
+ #: wppa-settings-autosave.php:2255
8225
  msgid "Big Browse Buttons in widget"
8226
  msgstr ""
8227
 
8228
+ #: wppa-settings-autosave.php:2256
8229
  msgid "Enable invisible browsing buttons in widget slideshows."
8230
  msgstr ""
8231
 
8232
+ #: wppa-settings-autosave.php:2265
8233
  msgid "Ugly Browse Buttons in widget"
8234
  msgstr ""
8235
 
8236
+ #: wppa-settings-autosave.php:2266
8237
  msgid "Enable ugly browsing buttons in widget slideshows."
8238
  msgstr ""
8239
 
8240
+ #: wppa-settings-autosave.php:2267
8241
  msgid "If checked, the fullsize image is covered by browse buttons."
8242
  msgstr ""
8243
 
8244
+ #: wppa-settings-autosave.php:2275
8245
  msgid "Album widget tooltip"
8246
  msgstr ""
8247
 
8248
+ #: wppa-settings-autosave.php:2276
8249
  msgid "Show the album description on hoovering thumbnail in album widget"
8250
  msgstr ""
8251
 
8252
+ #: wppa-settings-autosave.php:2284 wppa-settings-autosave.php:4173
8253
  msgid ""
8254
  "Lightbox related settings. These settings have effect only when Table IX-J3 "
8255
  "is set to wppa"
8256
  msgstr ""
8257
 
8258
+ #: wppa-settings-autosave.php:2286
8259
  msgid "Overlay Close label text"
8260
  msgstr ""
8261
 
8262
+ #: wppa-settings-autosave.php:2287
8263
  msgid "The text label for the cross exit symbol."
8264
  msgstr ""
8265
 
8266
+ #: wppa-settings-autosave.php:2288
8267
  msgid ""
8268
  "This text may be multilingual according to the qTranslate short tags specs."
8269
  msgstr ""
8270
 
8271
+ #: wppa-settings-autosave.php:2295
8272
  msgid "Overlay theme color"
8273
  msgstr ""
8274
 
8275
+ #: wppa-settings-autosave.php:2296
8276
  msgid "The color of the image border and text background."
8277
  msgstr ""
8278
 
8279
+ #: wppa-settings-autosave.php:2299 wppa-settings-autosave.php:2310
8280
  msgid "White"
8281
  msgstr ""
8282
 
8283
+ #: wppa-settings-autosave.php:2306
8284
  msgid "Overlay background color"
8285
  msgstr ""
8286
 
8287
+ #: wppa-settings-autosave.php:2307
8288
  msgid "The color of the outer background."
8289
  msgstr ""
8290
 
8291
+ #: wppa-settings-autosave.php:2317
8292
  msgid "Overlay slide name"
8293
  msgstr ""
8294
 
8295
+ #: wppa-settings-autosave.php:2318
8296
  msgid "Show name if from slide."
8297
  msgstr ""
8298
 
8299
+ #: wppa-settings-autosave.php:2319
8300
  msgid ""
8301
  "Shows the photos name on a lightbox display when initiated from a slide."
8302
  msgstr ""
8303
 
8304
+ #: wppa-settings-autosave.php:2320 wppa-settings-autosave.php:2330
8305
  msgid ""
8306
  "This setting also applies to film thumbnails if Table VI-11 is set to "
8307
  "lightbox overlay."
8308
  msgstr ""
8309
 
8310
+ #: wppa-settings-autosave.php:2327
8311
  msgid "Overlay slide desc"
8312
  msgstr ""
8313
 
8314
+ #: wppa-settings-autosave.php:2328
8315
  msgid "Show description if from slide."
8316
  msgstr ""
8317
 
8318
+ #: wppa-settings-autosave.php:2329
8319
  msgid ""
8320
  "Shows the photos description on a lightbox display when initiated from a "
8321
  "slide."
8322
  msgstr ""
8323
 
8324
+ #: wppa-settings-autosave.php:2337
8325
  msgid "Overlay thumb name"
8326
  msgstr ""
8327
 
8328
+ #: wppa-settings-autosave.php:2338
8329
  msgid "Show the photos name if from thumb."
8330
  msgstr ""
8331
 
8332
+ #: wppa-settings-autosave.php:2339
8333
  msgid ""
8334
  "Shows the name on a lightbox display when initiated from a standard "
8335
  "thumbnail or a widget thumbnail."
8336
  msgstr ""
8337
 
8338
+ #: wppa-settings-autosave.php:2340 wppa-settings-autosave.php:2350
8339
  msgid ""
8340
  "This setting applies to standard thumbnails, thumbnail-, comment-, topten- "
8341
  "and lasten-widget."
8342
  msgstr ""
8343
 
8344
+ #: wppa-settings-autosave.php:2347
8345
  msgid "Overlay thumb desc"
8346
  msgstr ""
8347
 
8348
+ #: wppa-settings-autosave.php:2348
8349
  msgid "Show description if from thumb."
8350
  msgstr ""
8351
 
8352
+ #: wppa-settings-autosave.php:2349
8353
  msgid ""
8354
  "Shows the photos description on a lightbox display when initiated from a "
8355
  "standard thumbnail or a widget thumbnail."
8356
  msgstr ""
8357
 
8358
+ #: wppa-settings-autosave.php:2357
8359
  #, fuzzy
8360
  msgid "Overlay potd name"
8361
  msgstr "Indtast foto navn"
8362
 
8363
+ #: wppa-settings-autosave.php:2358
8364
  msgid "Show the photos name if from photo of the day."
8365
  msgstr ""
8366
 
8367
+ #: wppa-settings-autosave.php:2359
8368
  msgid ""
8369
  "Shows the name on a lightbox display when initiated from the photo of the "
8370
  "day."
8371
  msgstr ""
8372
 
8373
+ #: wppa-settings-autosave.php:2366
8374
  msgid "Overlay potd desc"
8375
  msgstr ""
8376
 
8377
+ #: wppa-settings-autosave.php:2367
8378
  msgid "Show description if from from photo of the day."
8379
  msgstr ""
8380
 
8381
+ #: wppa-settings-autosave.php:2368
8382
  msgid ""
8383
  "Shows the photos description on a lightbox display when initiated from the "
8384
  "photo of the day."
8385
  msgstr ""
8386
 
8387
+ #: wppa-settings-autosave.php:2375
8388
  #, fuzzy
8389
  msgid "Overlay sphoto name"
8390
  msgstr "Indtast foto navn"
8391
 
8392
+ #: wppa-settings-autosave.php:2376
8393
  msgid "Show the photos name if from a single photo."
8394
  msgstr ""
8395
 
8396
+ #: wppa-settings-autosave.php:2377
8397
  msgid ""
8398
  "Shows the name on a lightbox display when initiated from a single photo."
8399
  msgstr ""
8400
 
8401
+ #: wppa-settings-autosave.php:2384
8402
  #, fuzzy
8403
  msgid "Overlay sphoto desc"
8404
  msgstr "fotos"
8405
 
8406
+ #: wppa-settings-autosave.php:2385
8407
  msgid "Show description if from from a single photo."
8408
  msgstr ""
8409
 
8410
+ #: wppa-settings-autosave.php:2386
8411
  msgid ""
8412
  "Shows the photos description on a lightbox display when initiated from a "
8413
  "single photo."
8414
  msgstr ""
8415
 
8416
+ #: wppa-settings-autosave.php:2393
8417
  #, fuzzy
8418
  msgid "Overlay mphoto name"
8419
  msgstr "Indtast foto navn"
8420
 
8421
+ #: wppa-settings-autosave.php:2394
8422
  msgid "Show the photos name if from a single media style photo."
8423
  msgstr ""
8424
 
8425
+ #: wppa-settings-autosave.php:2395
8426
  msgid ""
8427
  "Shows the name on a lightbox display when initiated from a single media "
8428
  "style photo."
8429
  msgstr ""
8430
 
8431
+ #: wppa-settings-autosave.php:2402
8432
  #, fuzzy
8433
  msgid "Overlay mphoto desc"
8434
  msgstr "fotos"
8435
 
8436
+ #: wppa-settings-autosave.php:2403
8437
  msgid "Show description if from from a media style photo."
8438
  msgstr ""
8439
 
8440
+ #: wppa-settings-autosave.php:2404
8441
  msgid ""
8442
  "Shows the photos description on a lightbox display when initiated from a "
8443
  "single media style photo."
8444
  msgstr ""
8445
 
8446
+ #: wppa-settings-autosave.php:2411
8447
  #, fuzzy
8448
  msgid "Overlay albumwidget name"
8449
  msgstr ""
8450
  "Inserisci nome, colore, dimensione e peso per il font che sarà utilizzato "
8451
  "per i titoli delle copertine degli album."
8452
 
8453
+ #: wppa-settings-autosave.php:2412
8454
  msgid "Show the photos name if from the album widget."
8455
  msgstr ""
8456
 
8457
+ #: wppa-settings-autosave.php:2413
8458
  msgid ""
8459
  "Shows the name on a lightbox display when initiated from the album widget."
8460
  msgstr ""
8461
 
8462
+ #: wppa-settings-autosave.php:2420
8463
  msgid "Overlay albumwidget desc"
8464
  msgstr ""
8465
 
8466
+ #: wppa-settings-autosave.php:2421
8467
  msgid "Show description if from from the album widget."
8468
  msgstr ""
8469
 
8470
+ #: wppa-settings-autosave.php:2422
8471
  msgid ""
8472
  "Shows the photos description on a lightbox display when initiated from the "
8473
  "album widget."
8474
  msgstr ""
8475
 
8476
+ #: wppa-settings-autosave.php:2429
8477
  #, fuzzy
8478
  msgid "Overlay coverphoto name"
8479
  msgstr "Indtast foto navn"
8480
 
8481
+ #: wppa-settings-autosave.php:2430
8482
  msgid "Show the photos name if from the album cover."
8483
  msgstr ""
8484
 
8485
+ #: wppa-settings-autosave.php:2431
8486
  msgid ""
8487
  "Shows the name on a lightbox display when initiated from the album "
8488
  "coverphoto."
8489
  msgstr ""
8490
 
8491
+ #: wppa-settings-autosave.php:2438
8492
  msgid "Overlay coverphoto desc"
8493
  msgstr ""
8494
 
8495
+ #: wppa-settings-autosave.php:2439
8496
  msgid "Show description if from from the album cover."
8497
  msgstr ""
8498
 
8499
+ #: wppa-settings-autosave.php:2440
8500
  msgid ""
8501
  "Shows the photos description on a lightbox display when initiated from the "
8502
  "album coverphoto."
8503
  msgstr ""
8504
 
8505
+ #: wppa-settings-autosave.php:2447
8506
  msgid "Overlay add owner"
8507
  msgstr ""
8508
 
8509
+ #: wppa-settings-autosave.php:2448
8510
  msgid "Add the owner to the photo name on lightbox displays."
8511
  msgstr ""
8512
 
8513
+ #: wppa-settings-autosave.php:2449
8514
  msgid ""
8515
  "This setting is independant of the show name switches and is a global "
8516
  "setting."
8517
  msgstr ""
8518
 
8519
+ #: wppa-settings-autosave.php:2456
8520
  #, fuzzy
8521
  msgid "Overlay show start/stop"
8522
  msgstr "Klik for start/stop"
8523
 
8524
+ #: wppa-settings-autosave.php:2457
8525
  msgid "Show Start and Stop for running slideshow on lightbox."
8526
  msgstr ""
8527
 
8528
+ #: wppa-settings-autosave.php:2465
8529
  msgid "Overlay show legenda"
8530
  msgstr ""
8531
 
8532
+ #: wppa-settings-autosave.php:2466
8533
  msgid "Show \"Press f for fullsize\" etc. on lightbox."
8534
  msgstr ""
8535
 
8536
+ #: wppa-settings-autosave.php:2467
8537
  msgid "Independant of this setting, it will not show up on mobile devices."
8538
  msgstr ""
8539
 
8540
+ #: wppa-settings-autosave.php:2474
8541
  msgid "Show fullscreen icons"
8542
  msgstr ""
8543
 
8544
+ #: wppa-settings-autosave.php:2475
8545
  msgid "Shows fullscreen and back to normal icon buttons on upper right corner"
8546
  msgstr ""
8547
 
8548
+ #: wppa-settings-autosave.php:2483
8549
  msgid "Overlay show counter"
8550
  msgstr ""
8551
 
8552
+ #: wppa-settings-autosave.php:2484
8553
  msgid "Show the x/y counter below the image."
8554
  msgstr ""
8555
 
8556
+ #: wppa-settings-autosave.php:2492
8557
  #, fuzzy
8558
  msgid "Show Zoom in"
8559
  msgstr "Zoom ind"
8560
 
8561
+ #: wppa-settings-autosave.php:2493
8562
  msgid "Display tooltip \"Zoom in\" along with the magnifier cursor."
8563
  msgstr ""
8564
 
8565
+ #: wppa-settings-autosave.php:2494
8566
  msgid ""
8567
  "If you select ---none--- in Table I-G2 for magnifier size, the tooltop "
8568
  "contains the photo name."
8569
  msgstr ""
8570
 
8571
+ #: wppa-settings-autosave.php:2502
8572
  msgid "Frontend upload configuration settings"
8573
  msgstr ""
8574
 
8575
+ #: wppa-settings-autosave.php:2504
8576
  #, fuzzy
8577
  msgid "User upload Photos"
8578
  msgstr "Bruger %s indsendte foto %s ind i album %s"
8579
 
8580
+ #: wppa-settings-autosave.php:2505
8581
  #, fuzzy
8582
  msgid "Enable frontend upload."
8583
  msgstr "<b>FEJL: Ugyldigt fors&oslash;g p&aring; at uploade en fil.</b>"
8584
 
8585
+ #: wppa-settings-autosave.php:2506
8586
  msgid ""
8587
  "If you check this item, frontend upload will be enabled according to the "
8588
  "rules set in the following items of this table."
8589
  msgstr ""
8590
 
8591
+ #: wppa-settings-autosave.php:2514
8592
  #, fuzzy
8593
  msgid "User upload Photos login"
8594
  msgstr "Bruger %s indsendte foto %s ind i album %s"
8595
 
8596
+ #: wppa-settings-autosave.php:2515
8597
  msgid "Frontend upload requires the user is logged in."
8598
  msgstr ""
8599
 
8600
+ #: wppa-settings-autosave.php:2516
8601
  msgid ""
8602
  "If you uncheck this box, make sure you check the item Owners only in Table "
8603
  "VII-D1."
8604
  msgstr ""
8605
 
8606
+ #: wppa-settings-autosave.php:2517
8607
  msgid ""
8608
  "Also: set the owner to ---public--- of the albums that are allowed to be "
8609
  "uploaded to."
8610
  msgstr ""
8611
 
8612
+ #: wppa-settings-autosave.php:2524
8613
  #, fuzzy
8614
  msgid "User upload Ajax"
8615
  msgstr "Bruger %s indsendte foto %s ind i album %s"
8616
 
8617
+ #: wppa-settings-autosave.php:2525
8618
  msgid "Shows the upload progression bar."
8619
  msgstr ""
8620
 
8621
+ #: wppa-settings-autosave.php:2533
8622
  msgid "Show Copyright"
8623
  msgstr ""
8624
 
8625
+ #: wppa-settings-autosave.php:2534
8626
  msgid "Show a copyright warning on frontend upload locations."
8627
  msgstr ""
8628
 
8629
+ #: wppa-settings-autosave.php:2543
8630
  msgid "Copyright notice"
8631
  msgstr ""
8632
 
8633
+ #: wppa-settings-autosave.php:2544
8634
  msgid "The message to be displayed."
8635
  msgstr ""
8636
 
8637
+ #: wppa-settings-autosave.php:2552
8638
  msgid "User Watermark"
8639
  msgstr ""
8640
 
8641
+ #: wppa-settings-autosave.php:2553
8642
  msgid "Uploading users may select watermark settings"
8643
  msgstr ""
8644
 
8645
+ #: wppa-settings-autosave.php:2554
8646
  msgid ""
8647
  "If checked, anyone who can upload and/or import photos can overrule the "
8648
  "default watermark settings."
8649
  msgstr ""
8650
 
8651
+ #: wppa-settings-autosave.php:2561
8652
  #, fuzzy
8653
  msgid "User name"
8654
  msgstr "Dit navn"
8655
 
8656
+ #: wppa-settings-autosave.php:2562
8657
  msgid "Uploading users may overrule the default name."
8658
  msgstr ""
8659
 
8660
+ #: wppa-settings-autosave.php:2563
8661
  msgid ""
8662
  "If checked, the default photo name as defined in Table IX-D13 may be "
8663
  "overruled by the user."
8664
  msgstr ""
8665
 
8666
+ #: wppa-settings-autosave.php:2570
8667
  msgid "Apply Newphoto desc user"
8668
  msgstr ""
8669
 
8670
+ #: wppa-settings-autosave.php:2571
8671
  msgid "Give each new frontend uploaded photo a standard description."
8672
  msgstr ""
8673
 
8674
+ #: wppa-settings-autosave.php:2572
8675
  msgid ""
8676
  "If checked, each new photo will get the description (template) as specified "
8677
  "in Table IX-D5."
8678
  msgstr ""
8679
 
8680
+ #: wppa-settings-autosave.php:2579
8681
  msgid "User desc"
8682
  msgstr ""
8683
 
8684
+ #: wppa-settings-autosave.php:2580
8685
  msgid "Uploading users may overrule the default description."
8686
  msgstr ""
8687
 
8688
+ #: wppa-settings-autosave.php:2588
8689
  #, fuzzy
8690
  msgid "User upload custom"
8691
  msgstr "Bruger %s indsendte foto %s ind i album %s"
8692
 
8693
+ #: wppa-settings-autosave.php:2589
8694
  msgid "Frontend upload can fill in custom data fields."
8695
  msgstr ""
8696
 
8697
+ #: wppa-settings-autosave.php:2597
8698
  #, fuzzy
8699
  msgid "User upload tags"
8700
  msgstr "Bruger %s indsendte foto %s ind i album %s"
8701
 
8702
+ #: wppa-settings-autosave.php:2598
8703
  msgid "Frontend upload can add tags."
8704
  msgstr ""
8705
 
8706
+ #: wppa-settings-autosave.php:2599
8707
  msgid "You can configure the details of tag addition in Table IX-D18.x"
8708
  msgstr ""
8709
 
8710
+ #: wppa-settings-autosave.php:2607 wppa-settings-autosave.php:2635
8711
+ #: wppa-settings-autosave.php:2663
8712
  #, fuzzy
8713
  msgid "Tag selection box"
8714
  msgstr "--- vises ikke ---"
8715
 
8716
+ #: wppa-settings-autosave.php:2608 wppa-settings-autosave.php:2636
8717
+ #: wppa-settings-autosave.php:2664
8718
  msgid "Front-end upload tags selecion box."
8719
  msgstr ""
8720
 
8721
+ #: wppa-settings-autosave.php:2612 wppa-settings-autosave.php:2640
8722
+ #: wppa-settings-autosave.php:2668
8723
  msgid "On:"
8724
  msgstr ""
8725
 
8726
+ #: wppa-settings-autosave.php:2612 wppa-settings-autosave.php:2640
8727
+ #: wppa-settings-autosave.php:2668
8728
  #, fuzzy
8729
  msgid "Multi:"
8730
  msgstr "Multi-spot"
8731
 
8732
+ #: wppa-settings-autosave.php:2617 wppa-settings-autosave.php:2645
8733
+ #: wppa-settings-autosave.php:2673
8734
  msgid "Caption box"
8735
  msgstr ""
8736
 
8737
+ #: wppa-settings-autosave.php:2618 wppa-settings-autosave.php:2646
8738
+ #: wppa-settings-autosave.php:2674
8739
  msgid "The title of the tag selection box."
8740
  msgstr ""
8741
 
8742
+ #: wppa-settings-autosave.php:2626 wppa-settings-autosave.php:2654
8743
+ #: wppa-settings-autosave.php:2682
8744
  msgid "Tags box"
8745
  msgstr ""
8746
 
8747
+ #: wppa-settings-autosave.php:2627 wppa-settings-autosave.php:2655
8748
+ #: wppa-settings-autosave.php:2683
8749
  #, fuzzy
8750
  msgid "The tags in the selection box."
8751
  msgstr "--- vises ikke ---"
8752
 
8753
+ #: wppa-settings-autosave.php:2628 wppa-settings-autosave.php:2656
8754
+ #: wppa-settings-autosave.php:2684
8755
  msgid ""
8756
  "Enter the tags you want to appear in the selection box. Empty means: all "
8757
  "existing tags"
8758
  msgstr ""
8759
 
8760
+ #: wppa-settings-autosave.php:2691
8761
  msgid "New tags"
8762
  msgstr ""
8763
 
8764
+ #: wppa-settings-autosave.php:2692
8765
  msgid "Input field for any user defined tags."
8766
  msgstr ""
8767
 
8768
+ #: wppa-settings-autosave.php:2700
8769
  #, fuzzy
8770
  msgid "New tags caption"
8771
  msgstr "Ingen blitz funktion"
8772
 
8773
+ #: wppa-settings-autosave.php:2701
8774
  msgid "The caption above the tags input field."
8775
  msgstr ""
8776
 
8777
+ #: wppa-settings-autosave.php:2709
8778
  #, fuzzy
8779
  msgid "Preview tags"
8780
  msgstr "Forrige billede"
8781
 
8782
+ #: wppa-settings-autosave.php:2710
8783
  msgid "Show a preview of all tags that will be added to the photo info."
8784
  msgstr ""
8785
 
8786
+ #: wppa-settings-autosave.php:2719
8787
  msgid "Miscellaneous visibility settings"
8788
  msgstr ""
8789
 
8790
+ #: wppa-settings-autosave.php:2721
8791
  msgid "Frontend ending label"
8792
  msgstr ""
8793
 
8794
+ #: wppa-settings-autosave.php:2722
8795
  msgid "Frontend upload / create / edit dialog closing label text."
8796
  msgstr ""
8797
 
8798
+ #: wppa-settings-autosave.php:2725
8799
  msgid "Abort"
8800
  msgstr "Aborto"
8801
 
8802
+ #: wppa-settings-autosave.php:2725
8803
  msgid "Close"
8804
  msgstr "Chiudi"
8805
 
8806
+ #: wppa-settings-autosave.php:2725
8807
  msgid "Exit"
8808
  msgstr "Uscita"
8809
 
8810
+ #: wppa-settings-autosave.php:2725
8811
  msgid "Quit"
8812
  msgstr "Esci"
8813
 
8814
+ #: wppa-settings-autosave.php:2733
8815
  msgid "Widget thumbs fontsize"
8816
  msgstr ""
8817
 
8818
+ #: wppa-settings-autosave.php:2734
8819
  msgid "Font size for thumbnail subtext in widgets."
8820
  msgstr ""
8821
 
8822
+ #: wppa-settings-autosave.php:2742
8823
  msgid "Arrow color"
8824
  msgstr ""
8825
 
8826
+ #: wppa-settings-autosave.php:2743
8827
  msgid "Left/right browsing arrow color."
8828
  msgstr ""
8829
 
8830
+ #: wppa-settings-autosave.php:2744
8831
  msgid "Enter the color of the filmstrip navigation arrows."
8832
  msgstr ""
8833
 
8834
+ #: wppa-settings-autosave.php:2751
8835
  msgid "Owner on new line"
8836
  msgstr ""
8837
 
8838
+ #: wppa-settings-autosave.php:2752
8839
  msgid "Place the (owner) text on a new line."
8840
  msgstr ""
8841
 
8842
+ #: wppa-settings-autosave.php:2760
8843
  msgid "Custom datafields"
8844
  msgstr ""
8845
 
8846
+ #: wppa-settings-autosave.php:2761
8847
  msgid "Define up to 10 custom data fields for photos."
8848
  msgstr ""
8849
 
8850
+ #: wppa-settings-autosave.php:2771
8851
  #, php-format
8852
  msgid "Name and visibility %s"
8853
  msgstr ""
8854
 
8855
+ #: wppa-settings-autosave.php:2772
8856
  #, php-format
8857
  msgid "The caption for field %s and visibility at frontend."
8858
  msgstr ""
8859
 
8860
+ #: wppa-settings-autosave.php:2773
8861
  #, php-format
8862
  msgid ""
8863
  "If you check the box, the value of this field is displayable in photo "
8864
  "descriptions at the frontend with keyword w#c%s"
8865
  msgstr ""
8866
 
8867
+ #: wppa-settings-autosave.php:2803
8868
  msgid "Table III:"
8869
  msgstr ""
8870
 
8871
+ #: wppa-settings-autosave.php:2803
8872
  msgid "Backgrounds:"
8873
  msgstr ""
8874
 
8875
+ #: wppa-settings-autosave.php:2804
8876
  msgid "This table describes the backgrounds of wppa+ elements."
8877
  msgstr ""
8878
 
8879
+ #: wppa-settings-autosave.php:2814 wppa-settings-autosave.php:3112
8880
  msgid "Background color"
8881
  msgstr ""
8882
 
8883
+ #: wppa-settings-autosave.php:2815 wppa-settings-autosave.php:2817
8884
+ #: wppa-settings-autosave.php:3113 wppa-settings-autosave.php:3115
8885
  msgid "Sample"
8886
  msgstr ""
8887
 
8888
+ #: wppa-settings-autosave.php:2816 wppa-settings-autosave.php:3114
8889
  msgid "Border color"
8890
  msgstr ""
8891
 
8892
+ #: wppa-settings-autosave.php:2825
8893
  msgid "Slideshow elements backgrounds"
8894
  msgstr ""
8895
 
8896
+ #: wppa-settings-autosave.php:2827
8897
  msgid "Nav"
8898
  msgstr ""
8899
 
8900
+ #: wppa-settings-autosave.php:2828
8901
  msgid "Navigation bars."
8902
  msgstr ""
8903
 
8904
+ #: wppa-settings-autosave.php:2829
8905
  msgid "Enter valid CSS colors for navigation backgrounds and borders."
8906
  msgstr ""
8907
 
8908
+ #: wppa-settings-autosave.php:2840
8909
  msgid "SlideImg"
8910
  msgstr ""
8911
 
8912
+ #: wppa-settings-autosave.php:2841
8913
  #, fuzzy
8914
  msgid "Fullsize Slideshow Photos."
8915
  msgstr "Se forside fotos"
8916
 
8917
+ #: wppa-settings-autosave.php:2842
8918
  msgid "Enter valid CSS colors for fullsize photo backgrounds and borders."
8919
  msgstr ""
8920
 
8921
+ #: wppa-settings-autosave.php:2843
8922
  msgid "The colors may be equal or \"transparent\""
8923
  msgstr ""
8924
 
8925
+ #: wppa-settings-autosave.php:2844
8926
  msgid ""
8927
  "For more information about slideshow image borders see the help on Table I-B4"
8928
  msgstr ""
8929
 
8930
+ #: wppa-settings-autosave.php:2855 wppa-settings-autosave.php:4417
8931
  msgid "Numbar"
8932
  msgstr ""
8933
 
8934
+ #: wppa-settings-autosave.php:2856
8935
  msgid "Number bar box background."
8936
  msgstr ""
8937
 
8938
+ #: wppa-settings-autosave.php:2857
8939
  msgid "Enter valid CSS colors for numbar box backgrounds and borders."
8940
  msgstr ""
8941
 
8942
+ #: wppa-settings-autosave.php:2868
8943
  msgid "Numbar active"
8944
  msgstr ""
8945
 
8946
+ #: wppa-settings-autosave.php:2869
8947
  msgid "Number bar active box background."
8948
  msgstr ""
8949
 
8950
+ #: wppa-settings-autosave.php:2870
8951
  msgid "Enter valid CSS colors for numbar active box backgrounds and borders."
8952
  msgstr ""
8953
 
8954
+ #: wppa-settings-autosave.php:2881
8955
  msgid "Name/desc"
8956
  msgstr ""
8957
 
8958
+ #: wppa-settings-autosave.php:2882
8959
  msgid "Name and Description bars."
8960
  msgstr ""
8961
 
8962
+ #: wppa-settings-autosave.php:2883
8963
  msgid ""
8964
  "Enter valid CSS colors for name and description box backgrounds and borders."
8965
  msgstr ""
8966
 
8967
+ #: wppa-settings-autosave.php:2895
8968
  msgid "Comment input and display areas."
8969
  msgstr ""
8970
 
8971
+ #: wppa-settings-autosave.php:2896
8972
  msgid "Enter valid CSS colors for comment box backgrounds and borders."
8973
  msgstr ""
8974
 
8975
+ #: wppa-settings-autosave.php:2907 wppa-settings-autosave.php:7540
8976
+ #: wppa-settings-autosave.php:7585
8977
  msgid "Custom"
8978
  msgstr ""
8979
 
8980
+ #: wppa-settings-autosave.php:2908
8981
  msgid "Custom box background."
8982
  msgstr ""
8983
 
8984
+ #: wppa-settings-autosave.php:2909
8985
  msgid "Enter valid CSS colors for custom box backgrounds and borders."
8986
  msgstr ""
8987
 
8988
+ #: wppa-settings-autosave.php:2920
8989
  msgid "IPTC"
8990
  msgstr ""
8991
 
8992
+ #: wppa-settings-autosave.php:2921
8993
  msgid "IPTC display box background."
8994
  msgstr ""
8995
 
8996
+ #: wppa-settings-autosave.php:2922
8997
  msgid "Enter valid CSS colors for iptc box backgrounds and borders."
8998
  msgstr ""
8999
 
9000
+ #: wppa-settings-autosave.php:2933
9001
  msgid "EXIF"
9002
  msgstr ""
9003
 
9004
+ #: wppa-settings-autosave.php:2934
9005
  msgid "EXIF display box background."
9006
  msgstr ""
9007
 
9008
+ #: wppa-settings-autosave.php:2935
9009
  msgid "Enter valid CSS colors for exif box backgrounds and borders."
9010
  msgstr ""
9011
 
9012
+ #: wppa-settings-autosave.php:2946
9013
  msgid "Share"
9014
  msgstr ""
9015
 
9016
+ #: wppa-settings-autosave.php:2947
9017
  msgid "Share box display background."
9018
  msgstr ""
9019
 
9020
+ #: wppa-settings-autosave.php:2948
9021
  msgid "Enter valid CSS colors for share box backgrounds and borders."
9022
  msgstr ""
9023
 
9024
+ #: wppa-settings-autosave.php:2959
9025
  msgid "Other backgrounds"
9026
  msgstr ""
9027
 
9028
+ #: wppa-settings-autosave.php:2961
9029
  msgid "Even"
9030
  msgstr ""
9031
 
9032
+ #: wppa-settings-autosave.php:2962
9033
  msgid "Even background."
9034
  msgstr ""
9035
 
9036
+ #: wppa-settings-autosave.php:2963
9037
  msgid ""
9038
  "Enter valid CSS colors for even numbered backgrounds and borders of album "
9039
  "covers and thumbnail displays 'As covers'."
9040
  msgstr ""
9041
 
9042
+ #: wppa-settings-autosave.php:2974
9043
  msgid "Odd"
9044
  msgstr ""
9045
 
9046
+ #: wppa-settings-autosave.php:2975
9047
  msgid "Odd background."
9048
  msgstr ""
9049
 
9050
+ #: wppa-settings-autosave.php:2976
9051
  msgid ""
9052
  "Enter valid CSS colors for odd numbered backgrounds and borders of album "
9053
  "covers and thumbnail displays 'As covers'."
9054
  msgstr ""
9055
 
9056
+ #: wppa-settings-autosave.php:2987
9057
  #, fuzzy
9058
  msgid "Thumbnail padding"
9059
  msgstr "Foto Top Ti"
9060
 
9061
+ #: wppa-settings-autosave.php:2988
9062
  msgid "Thumbnail padding color if thumbnail aspect is a padded setting."
9063
  msgstr ""
9064
 
9065
+ #: wppa-settings-autosave.php:2989
9066
  msgid ""
9067
  "Enter valid CSS color hexadecimal like #000000 for black or #ffffff for "
9068
  "white for the padded thumbnails."
9069
  msgstr ""
9070
 
9071
+ #: wppa-settings-autosave.php:3000
9072
  #, fuzzy
9073
  msgid "Img"
9074
  msgstr "Billede"
9075
 
9076
+ #: wppa-settings-autosave.php:3001
9077
  msgid "Cover Photos and popups."
9078
  msgstr ""
9079
 
9080
+ #: wppa-settings-autosave.php:3002
9081
  msgid ""
9082
  "Enter valid CSS colors for Cover photo and popup backgrounds and borders."
9083
  msgstr ""
9084
 
9085
+ #: wppa-settings-autosave.php:3014
9086
  msgid "Upload box background."
9087
  msgstr ""
9088
 
9089
+ #: wppa-settings-autosave.php:3015
9090
  msgid "Enter valid CSS colors for upload box backgrounds and borders."
9091
  msgstr ""
9092
 
9093
+ #: wppa-settings-autosave.php:3026
9094
  #, fuzzy
9095
  msgid "Multitag"
9096
  msgstr "Multi-spot"
9097
 
9098
+ #: wppa-settings-autosave.php:3027
9099
  msgid "Multitag box background."
9100
  msgstr ""
9101
 
9102
+ #: wppa-settings-autosave.php:3028
9103
  msgid "Enter valid CSS colors for multitag box backgrounds and borders."
9104
  msgstr ""
9105
 
9106
+ #: wppa-settings-autosave.php:3039
9107
  msgid "Tagcloud"
9108
  msgstr ""
9109
 
9110
+ #: wppa-settings-autosave.php:3040
9111
  msgid "Tagcloud box background."
9112
  msgstr ""
9113
 
9114
+ #: wppa-settings-autosave.php:3041
9115
  msgid "Enter valid CSS colors for tagcloud box backgrounds and borders."
9116
  msgstr ""
9117
 
9118
+ #: wppa-settings-autosave.php:3052
9119
  #, fuzzy
9120
  msgid "Superview"
9121
  msgstr "Se forside fotos"
9122
 
9123
+ #: wppa-settings-autosave.php:3053
9124
  msgid "Superview box background."
9125
  msgstr ""
9126
 
9127
+ #: wppa-settings-autosave.php:3054
9128
  msgid "Enter valid CSS colors for superview box backgrounds and borders."
9129
  msgstr ""
9130
 
9131
+ #: wppa-settings-autosave.php:3066
9132
  msgid "Search box background."
9133
  msgstr ""
9134
 
9135
+ #: wppa-settings-autosave.php:3067
9136
  msgid "Enter valid CSS colors for search box backgrounds and borders."
9137
  msgstr ""
9138
 
9139
+ #: wppa-settings-autosave.php:3078
9140
  #, fuzzy
9141
  msgid "BestOf"
9142
  msgstr "fotos"
9143
 
9144
+ #: wppa-settings-autosave.php:3079
9145
  msgid "BestOf box background."
9146
  msgstr ""
9147
 
9148
+ #: wppa-settings-autosave.php:3080
9149
  msgid "Enter valid CSS colors for bestof box backgrounds and borders."
9150
  msgstr ""
9151
 
9152
+ #: wppa-settings-autosave.php:3091
9153
  msgid "Calendar"
9154
  msgstr ""
9155
 
9156
+ #: wppa-settings-autosave.php:3092
9157
  msgid "Calendar box background."
9158
  msgstr ""
9159
 
9160
+ #: wppa-settings-autosave.php:3093
9161
  msgid "Enter valid CSS colors for calendar box backgrounds and borders."
9162
  msgstr ""
9163
 
9164
+ #: wppa-settings-autosave.php:3125
9165
  msgid "Table IV:"
9166
  msgstr ""
9167
 
9168
+ #: wppa-settings-autosave.php:3125
9169
  msgid "Behaviour:"
9170
  msgstr ""
9171
 
9172
+ #: wppa-settings-autosave.php:3126
9173
  msgid "This table describes the dynamic behaviour of certain wppa+ elements."
9174
  msgstr ""
9175
 
9176
+ #: wppa-settings-autosave.php:3144
9177
  msgid "System related settings"
9178
  msgstr ""
9179
 
9180
+ #: wppa-settings-autosave.php:3146
9181
  msgid "Use Ajax"
9182
  msgstr ""
9183
 
9184
+ #: wppa-settings-autosave.php:3147
9185
  msgid "Use Ajax as much as is possible and implemented."
9186
  msgstr ""
9187
 
9188
+ #: wppa-settings-autosave.php:3148
9189
  msgid ""
9190
  "If this box is ticked, page content updates from within wppa+ displays will "
9191
  "be Ajax based as much as possible."
9192
  msgstr ""
9193
 
9194
+ #: wppa-settings-autosave.php:3156
9195
  msgid "Ajax NON Admin"
9196
  msgstr ""
9197
 
9198
+ #: wppa-settings-autosave.php:3157
9199
  msgid "Frontend ajax use no admin files."
9200
  msgstr ""
9201
 
9202
+ #: wppa-settings-autosave.php:3158
9203
  msgid "If you want to password protect wp-admin, check this box."
9204
  msgstr ""
9205
 
9206
+ #: wppa-settings-autosave.php:3159
9207
  msgid ""
9208
  "In rare cases changing page content does not work when this box is checked. "
9209
  "Verify the functionality!"
9210
  msgstr ""
9211
 
9212
+ #: wppa-settings-autosave.php:3166
9213
  #, fuzzy
9214
  msgid "Photo names in urls"
9215
  msgstr "Risultati della ricerca per: %s"
9216
 
9217
+ #: wppa-settings-autosave.php:3167
9218
  msgid "Display photo names in urls."
9219
  msgstr ""
9220
 
9221
+ #: wppa-settings-autosave.php:3168
9222
  msgid "Urls to wppa+ displays will contain photonames in stead of numbers."
9223
  msgstr ""
9224
 
9225
+ #: wppa-settings-autosave.php:3169
9226
  msgid ""
9227
  "It is your responsability to avoid duplicate names of photos in the same "
9228
  "album."
9229
  msgstr ""
9230
 
9231
+ #: wppa-settings-autosave.php:3176
9232
  #, fuzzy
9233
  msgid "Album names in urls"
9234
  msgstr "Album administration"
9235
 
9236
+ #: wppa-settings-autosave.php:3177
9237
  msgid "Display album names in urls."
9238
  msgstr ""
9239
 
9240
+ #: wppa-settings-autosave.php:3178
9241
  msgid "Urls to wppa+ displays will contain albumnames in stead of numbers."
9242
  msgstr ""
9243
 
9244
+ #: wppa-settings-autosave.php:3179
9245
  msgid ""
9246
  "It is your responsability to avoid duplicate names of albums in the system."
9247
  msgstr ""
9248
 
9249
+ #: wppa-settings-autosave.php:3186
9250
  msgid "Use short query args"
9251
  msgstr ""
9252
 
9253
+ #: wppa-settings-autosave.php:3187
9254
  msgid "Use &album=... &photo=..."
9255
  msgstr ""
9256
 
9257
+ #: wppa-settings-autosave.php:3188
9258
  msgid ""
9259
  "Urls to wppa+ displays will contain &album=... &photo=... in stead of &wppa-"
9260
  "album=... &wppa-photo=..."
9261
  msgstr ""
9262
 
9263
+ #: wppa-settings-autosave.php:3189
9264
  msgid ""
9265
  "Use this setting only when there are no conflicts with other plugins that "
9266
  "may interprete arguments like &album= etc."
9267
  msgstr ""
9268
 
9269
+ #: wppa-settings-autosave.php:3196
9270
  msgid "Enable pretty links"
9271
  msgstr ""
9272
 
9273
+ #: wppa-settings-autosave.php:3197
9274
  msgid "Enable the generation and understanding of pretty links."
9275
  msgstr ""
9276
 
9277
+ #: wppa-settings-autosave.php:3198
9278
  msgid ""
9279
  "If checked, links to social media and the qr code will have \"/token1/token2/"
9280
  "\" etc in stead of \"&arg1=..&arg2=..\" etc."
9281
  msgstr ""
9282
 
9283
+ #: wppa-settings-autosave.php:3199
9284
  msgid ""
9285
  "These types of links will be interpreted and cause a redirection on entering."
9286
  msgstr ""
9287
 
9288
+ #: wppa-settings-autosave.php:3200
9289
  msgid ""
9290
  "It is recommended to check this box. It shortens links dramatically and "
9291
  "simplifies qr codes."
9292
  msgstr ""
9293
 
9294
+ #: wppa-settings-autosave.php:3201
9295
  msgid ""
9296
  "However, you may encounter conflicts with themes and/or other plugins, so "
9297
  "test it troughly!"
9298
  msgstr ""
9299
 
9300
+ #: wppa-settings-autosave.php:3202
9301
  msgid ""
9302
  "Table IV-A2 (Photo names in urls) must be UNchecked for this setting to work!"
9303
  msgstr ""
9304
 
9305
+ #: wppa-settings-autosave.php:3209
9306
  #, fuzzy
9307
  msgid "Update addressline"
9308
  msgstr ""
9309
  "Non hai i permessi per potere aggiornare le informazioni di questo album"
9310
 
9311
+ #: wppa-settings-autosave.php:3210
9312
  msgid "Update the addressline after an ajax action or next slide."
9313
  msgstr ""
9314
 
9315
+ #: wppa-settings-autosave.php:3211
9316
  msgid ""
9317
  "If checked, refreshing the page will show the current content and the "
9318
  "browsers back and forth arrows will browse the history on the page."
9319
  msgstr ""
9320
 
9321
+ #: wppa-settings-autosave.php:3212
9322
  msgid ""
9323
  "If unchecked, refreshing the page will re-display the content of the "
9324
  "original page."
9325
  msgstr ""
9326
 
9327
+ #: wppa-settings-autosave.php:3213
9328
  msgid ""
9329
  "This will only work on browsers that support history.pushState() and "
9330
  "therefor NOT in IE"
9331
  msgstr ""
9332
 
9333
+ #: wppa-settings-autosave.php:3214
9334
  msgid "Switching this off will affect the browsers behaviour."
9335
  msgstr ""
9336
 
9337
+ #: wppa-settings-autosave.php:3221
9338
  msgid "Render shortcode always"
9339
  msgstr ""
9340
 
9341
+ #: wppa-settings-autosave.php:3222
9342
  msgid "This will skip the check on proper initialisation."
9343
  msgstr ""
9344
 
9345
+ #: wppa-settings-autosave.php:3223
9346
  msgid ""
9347
  "This setting is required for certain themes like Gantry to prevent the "
9348
  "display of wppa placeholders like [WPPA+ Photo display]."
9349
  msgstr ""
9350
 
9351
+ #: wppa-settings-autosave.php:3224
9352
  #, php-format
9353
  msgid ""
9354
  "If this check is needed, you can use shortcodes like [wppa ...] only, not "
9355
  "scripts like %%wppa%%."
9356
  msgstr ""
9357
 
9358
+ #: wppa-settings-autosave.php:3231
9359
  msgid "Track viewcounts"
9360
  msgstr ""
9361
 
9362
+ #: wppa-settings-autosave.php:3232
9363
  msgid "Register number of views of albums and photos."
9364
  msgstr ""
9365
 
9366
+ #: wppa-settings-autosave.php:3240
9367
  #, fuzzy
9368
  msgid "Auto page"
9369
  msgstr "Automatisk, afskudt"
9370
 
9371
+ #: wppa-settings-autosave.php:3241
9372
  msgid "Create a wp page for every fullsize image."
9373
  msgstr ""
9374
 
9375
+ #: wppa-settings-autosave.php:3245
9376
  msgid "Please reload this page after changing!"
9377
  msgstr ""
9378
 
9379
+ #: wppa-settings-autosave.php:3251
9380
  msgid "Auto page display"
9381
  msgstr ""
9382
 
9383
+ #: wppa-settings-autosave.php:3252
9384
  msgid "The type of display on the autopage pages."
9385
  msgstr ""
9386
 
9387
+ #: wppa-settings-autosave.php:3255
9388
  #, fuzzy
9389
  msgid "Single photo"
9390
  msgstr "Se fotos"
9391
 
9392
+ #: wppa-settings-autosave.php:3255
9393
  #, fuzzy
9394
  msgid "Media type photo"
9395
  msgstr "N&aelig;ste billede"
9396
 
9397
+ #: wppa-settings-autosave.php:3255
9398
  msgid "In the style of a slideshow"
9399
  msgstr ""
9400
 
9401
+ #: wppa-settings-autosave.php:3262
9402
  msgid "Auto page links"
9403
  msgstr ""
9404
 
9405
+ #: wppa-settings-autosave.php:3263
9406
  msgid "The location for the pagelinks."
9407
  msgstr ""
9408
 
9409
+ #: wppa-settings-autosave.php:3266
9410
  msgid "At top and bottom"
9411
  msgstr ""
9412
 
9413
+ #: wppa-settings-autosave.php:3273
9414
  msgid "Defer javascript"
9415
  msgstr ""
9416
 
9417
+ #: wppa-settings-autosave.php:3274
9418
  msgid "Put javascript near the end of the page."
9419
  msgstr ""
9420
 
9421
+ #: wppa-settings-autosave.php:3275
9422
  msgid ""
9423
  "If checkd: May fix layout problems and broken slideshows. May speed up or "
9424
  "slow down page appearing."
9425
  msgstr ""
9426
 
9427
+ #: wppa-settings-autosave.php:3282
9428
  msgid "Inline styles"
9429
  msgstr ""
9430
 
9431
+ #: wppa-settings-autosave.php:3283
9432
  msgid "Set style specifications inline."
9433
  msgstr ""
9434
 
9435
+ #: wppa-settings-autosave.php:3284
9436
  msgid "If checked: May fix layout problems, but slows down page appearing."
9437
  msgstr ""
9438
 
9439
+ #: wppa-settings-autosave.php:3291
9440
  msgid "Custom style"
9441
  msgstr ""
9442
 
9443
+ #: wppa-settings-autosave.php:3292
9444
  msgid "Enter custom style specs here."
9445
  msgstr ""
9446
 
9447
+ #: wppa-settings-autosave.php:3300
9448
  msgid "Use customized style file"
9449
  msgstr ""
9450
 
9451
+ #: wppa-settings-autosave.php:3301 wppa-settings-autosave.php:3310
9452
  msgid "This feature is highly discouraged."
9453
  msgstr ""
9454
 
9455
+ #: wppa-settings-autosave.php:3309
9456
  msgid "Use customized theme file"
9457
  msgstr ""
9458
 
9459
+ #: wppa-settings-autosave.php:3318
9460
  msgid "Enable photo html access"
9461
  msgstr ""
9462
 
9463
+ #: wppa-settings-autosave.php:3319
9464
  msgid "Creates an .htaccess file in .../uploads/wppa/"
9465
  msgstr ""
9466
 
9467
+ #: wppa-settings-autosave.php:3320
9468
  msgid ""
9469
  "If checked: assures http access to your wppa photo files, despite other ."
9470
  "htaccess settings that may protect these files."
9471
  msgstr ""
9472
 
9473
+ #: wppa-settings-autosave.php:3327
9474
  msgid "Lazy or HTML comp"
9475
  msgstr ""
9476
 
9477
+ #: wppa-settings-autosave.php:3328
9478
  msgid "Tick this box when you use lazy load or html compression."
9479
  msgstr ""
9480
 
9481
+ #: wppa-settings-autosave.php:3329
9482
  msgid ""
9483
  "If the filmstrip images do not show up and you have a lazy load or html "
9484
  "optimizing plugin active: Check this box"
9485
  msgstr ""
9486
 
9487
+ #: wppa-settings-autosave.php:3336
9488
  #, fuzzy
9489
  msgid "Thumbs first"
9490
  msgstr "Miniature"
9491
 
9492
+ #: wppa-settings-autosave.php:3337
9493
  msgid "When displaying album content: thumbnails before subalbums."
9494
  msgstr ""
9495
 
9496
+ #: wppa-settings-autosave.php:3345
9497
  msgid "Login links"
9498
  msgstr ""
9499
 
9500
+ #: wppa-settings-autosave.php:3346
9501
  #, fuzzy
9502
  msgid "You must login to... links to login page."
9503
  msgstr "Du skal <a href=\"%s\">logge ind</a> for at stemme"
9504
 
9505
+ #: wppa-settings-autosave.php:3354
9506
  msgid "Enable Video"
9507
  msgstr ""
9508
 
9509
+ #: wppa-settings-autosave.php:3355
9510
  msgid "Enables video support."
9511
  msgstr ""
9512
 
9513
+ #: wppa-settings-autosave.php:3364
9514
  msgid "Enable Audio"
9515
  msgstr ""
9516
 
9517
+ #: wppa-settings-autosave.php:3365
9518
  msgid "Enables audio support."
9519
  msgstr ""
9520
 
9521
+ #: wppa-settings-autosave.php:3373
9522
  msgid "Relative urls"
9523
  msgstr ""
9524
 
9525
+ #: wppa-settings-autosave.php:3374
9526
  msgid "Use relative urls only."
9527
  msgstr ""
9528
 
9529
+ #: wppa-settings-autosave.php:3383
9530
  msgid "Slideshow related settings"
9531
  msgstr ""
9532
 
9533
+ #: wppa-settings-autosave.php:3385
9534
  msgid "V align"
9535
  msgstr ""
9536
 
9537
+ #: wppa-settings-autosave.php:3386
9538
  msgid "Vertical alignment of slideshow images."
9539
  msgstr ""
9540
 
9541
+ #: wppa-settings-autosave.php:3387
9542
  msgid "Specify the vertical alignment of slideshow images."
9543
  msgstr ""
9544
 
9545
+ #: wppa-settings-autosave.php:3388
9546
  msgid ""
9547
  "If you select --- none ---, the photos will not be centered horizontally "
9548
  "either."
9549
  msgstr ""
9550
 
9551
+ #: wppa-settings-autosave.php:3390 wppa-settings-autosave.php:3655
9552
  #: wppa-slideshow-widget.php:216
9553
  #, fuzzy
9554
  msgid "top"
9555
  msgstr "Stop"
9556
 
9557
+ #: wppa-settings-autosave.php:3390 wppa-settings-autosave.php:3404
9558
+ #: wppa-settings-autosave.php:3655 wppa-slideshow-widget.php:217
9559
  #: wppa-tinymce-scripts.php:290 wppa-tinymce-shortcodes.php:519
9560
  #: wppa-widget-admin.php:78
9561
  msgid "center"
9562
  msgstr ""
9563
 
9564
+ #: wppa-settings-autosave.php:3390 wppa-settings-autosave.php:3655
9565
  #: wppa-slideshow-widget.php:218
9566
  msgid "bottom"
9567
  msgstr ""
9568
 
9569
+ #: wppa-settings-autosave.php:3390 wppa-slideshow-widget.php:219
9570
  msgid "fit"
9571
  msgstr ""
9572
 
9573
+ #: wppa-settings-autosave.php:3398
9574
  msgid "H align"
9575
  msgstr ""
9576
 
9577
+ #: wppa-settings-autosave.php:3399
9578
  msgid "Horizontal alignment of slideshow images."
9579
  msgstr ""
9580
 
9581
+ #: wppa-settings-autosave.php:3400
9582
  msgid ""
9583
  "Specify the horizontal alignment of slideshow images. If you specify --- "
9584
  "none --- , no horizontal alignment will take place."
9585
  msgstr ""
9586
 
9587
+ #: wppa-settings-autosave.php:3401
9588
  msgid ""
9589
  "This setting is only usefull when the Column Width differs from the Maximum "
9590
  "Width."
9591
  msgstr ""
9592
 
9593
+ #: wppa-settings-autosave.php:3402
9594
  msgid "(Settings I-A1 and I-B1)"
9595
  msgstr ""
9596
 
9597
+ #: wppa-settings-autosave.php:3412
9598
  #, fuzzy
9599
  msgid "Start slideshow running."
9600
  msgstr "Dobbeltklik for at starte/slutte slideshow"
9601
 
9602
+ #: wppa-settings-autosave.php:3413
9603
  msgid ""
9604
  "If you select \"running\", the slideshow will start running immediately, if "
9605
  "you select \"still at first photo\", the first photo will be displayed in "
9606
  "browse mode."
9607
  msgstr ""
9608
 
9609
+ #: wppa-settings-autosave.php:3414
9610
  msgid ""
9611
  "If you select \"still at first norated\", the first photo that the visitor "
9612
  "did not gave a rating will be displayed in browse mode."
9613
  msgstr ""
9614
 
9615
+ #: wppa-settings-autosave.php:3416
9616
  msgid "running"
9617
  msgstr ""
9618
 
9619
+ #: wppa-settings-autosave.php:3417
9620
  msgid "still at first photo"
9621
  msgstr ""
9622
 
9623
+ #: wppa-settings-autosave.php:3418
9624
  msgid "still at first norated"
9625
  msgstr ""
9626
 
9627
+ #: wppa-settings-autosave.php:3429
9628
  msgid "Start slideonly"
9629
  msgstr ""
9630
 
9631
+ #: wppa-settings-autosave.php:3430
9632
  #, fuzzy
9633
  msgid "Start slideonly slideshow running."
9634
  msgstr "Dobbeltklik for at starte/slutte slideshow"
9635
 
9636
+ #: wppa-settings-autosave.php:3438 wppa-settings-autosave.php:4253
9637
  msgid "Video autostart"
9638
  msgstr ""
9639
 
9640
+ #: wppa-settings-autosave.php:3439
9641
  msgid "Autoplay videos in slideshows."
9642
  msgstr ""
9643
 
9644
+ #: wppa-settings-autosave.php:3448 wppa-settings-autosave.php:4262
9645
  msgid "Audio autostart"
9646
  msgstr ""
9647
 
9648
+ #: wppa-settings-autosave.php:3449
9649
  msgid "Autoplay audios in slideshows."
9650
  msgstr ""
9651
 
9652
+ #: wppa-settings-autosave.php:3457
9653
  msgid "Animation type"
9654
  msgstr ""
9655
 
9656
+ #: wppa-settings-autosave.php:3458
9657
  msgid "The way successive slides appear."
9658
  msgstr ""
9659
 
9660
+ #: wppa-settings-autosave.php:3459
9661
  msgid ""
9662
  "Select the way the old slide is to be replaced by the new one in the "
9663
  "slideshow/browse fullsize display."
9664
  msgstr ""
9665
 
9666
+ #: wppa-settings-autosave.php:3461
9667
  msgid "Fade out and in simultaneous"
9668
  msgstr ""
9669
 
9670
+ #: wppa-settings-autosave.php:3462
9671
  msgid "Fade in after fade out"
9672
  msgstr ""
9673
 
9674
+ #: wppa-settings-autosave.php:3463
9675
  msgid "Shift adjacent"
9676
  msgstr ""
9677
 
9678
+ #: wppa-settings-autosave.php:3464
9679
  msgid "Stack on"
9680
  msgstr ""
9681
 
9682
+ #: wppa-settings-autosave.php:3465
9683
  msgid "Stack off"
9684
  msgstr ""
9685
 
9686
+ #: wppa-settings-autosave.php:3466
9687
  msgid "Turn over"
9688
  msgstr ""
9689
 
9690
+ #: wppa-settings-autosave.php:3480
9691
  msgid "Timeout"
9692
  msgstr ""
9693
 
9694
+ #: wppa-settings-autosave.php:3481
9695
  #, fuzzy
9696
  msgid "Slideshow timeout."
9697
  msgstr "Slideshow"
9698
 
9699
+ #: wppa-settings-autosave.php:3482
9700
  msgid ""
9701
  "Select the time a single slide will be visible when the slideshow is started."
9702
  msgstr ""
9703
 
9704
+ #: wppa-settings-autosave.php:3484
9705
  msgid "very short (1 s.)"
9706
  msgstr ""
9707
 
9708
+ #: wppa-settings-autosave.php:3484
9709
  msgid "short (1.5 s.)"
9710
  msgstr ""
9711
 
9712
+ #: wppa-settings-autosave.php:3484
9713
  msgid "normal (2.5 s.)"
9714
  msgstr ""
9715
 
9716
+ #: wppa-settings-autosave.php:3484
9717
  msgid "long (4 s.)"
9718
  msgstr ""
9719
 
9720
+ #: wppa-settings-autosave.php:3484
9721
  msgid "very long (6 s.)"
9722
  msgstr ""
9723
 
9724
+ #: wppa-settings-autosave.php:3491
9725
  msgid "Speed"
9726
  msgstr ""
9727
 
9728
+ #: wppa-settings-autosave.php:3492
9729
  msgid "Slideshow animation speed."
9730
  msgstr ""
9731
 
9732
+ #: wppa-settings-autosave.php:3493
9733
  msgid "Specify the animation speed to be used in slideshows."
9734
  msgstr ""
9735
 
9736
+ #: wppa-settings-autosave.php:3494
9737
  msgid "This is the time it takes a photo to fade in or out."
9738
  msgstr ""
9739
 
9740
+ #: wppa-settings-autosave.php:3496 wppa-settings-autosave.php:4199
9741
+ #: wppa-settings-autosave.php:5912 wppa-settings-autosave.php:6779
9742
+ #: wppa-settings-autosave.php:6790 wppa-settings-autosave.php:6929
9743
+ #: wppa-settings-autosave.php:6970
9744
  #, fuzzy
9745
  msgid "--- off ---"
9746
  msgstr "--- ingen ---"
9747
 
9748
+ #: wppa-settings-autosave.php:3496
9749
  msgid "very fast (200 ms.)"
9750
  msgstr ""
9751
 
9752
+ #: wppa-settings-autosave.php:3496
9753
  msgid "fast (400 ms.)"
9754
  msgstr ""
9755
 
9756
+ #: wppa-settings-autosave.php:3496
9757
  msgid "normal (800 ms.)"
9758
  msgstr ""
9759
 
9760
+ #: wppa-settings-autosave.php:3496
9761
  msgid "slow (1.2 s.)"
9762
  msgstr ""
9763
 
9764
+ #: wppa-settings-autosave.php:3496
9765
  #, fuzzy
9766
  msgid "very slow (2 s.)"
9767
  msgstr "meget lav"
9768
 
9769
+ #: wppa-settings-autosave.php:3496
9770
  msgid "extremely slow (4 s.)"
9771
  msgstr ""
9772
 
9773
+ #: wppa-settings-autosave.php:3503
9774
  msgid "Slide hover pause"
9775
  msgstr ""
9776
 
9777
+ #: wppa-settings-autosave.php:3504
9778
  msgid "Running Slideshow suspends during mouse hover."
9779
  msgstr ""
9780
 
9781
+ #: wppa-settings-autosave.php:3512
9782
  #, fuzzy
9783
  msgid "Slideshow wrap around"
9784
  msgstr "Slideshow"
9785
 
9786
+ #: wppa-settings-autosave.php:3513
9787
  msgid "The slideshow wraps around the start and end"
9788
  msgstr ""
9789
 
9790
+ #: wppa-settings-autosave.php:3521
9791
  msgid "Full desc align"
9792
  msgstr ""
9793
 
9794
+ #: wppa-settings-autosave.php:3522
9795
  msgid "The alignment of the descriptions under fullsize images and slideshows."
9796
  msgstr ""
9797
 
9798
+ #: wppa-settings-autosave.php:3525 wppa-settings-autosave.php:3643
9799
+ #: wppa-settings-autosave.php:3746
9800
  msgid "Left"
9801
  msgstr ""
9802
 
9803
+ #: wppa-settings-autosave.php:3525
9804
  msgid "Center"
9805
  msgstr ""
9806
 
9807
+ #: wppa-settings-autosave.php:3525 wppa-settings-autosave.php:3643
9808
+ #: wppa-settings-autosave.php:3746
9809
  msgid "Right"
9810
  msgstr ""
9811
 
9812
+ #: wppa-settings-autosave.php:3532
9813
  msgid "Remove redundant space"
9814
  msgstr ""
9815
 
9816
+ #: wppa-settings-autosave.php:3533
9817
  msgid "Removes unwanted &lt;p> and &lt;br> tags in fullsize descriptions."
9818
  msgstr ""
9819
 
9820
+ #: wppa-settings-autosave.php:3534
9821
  msgid ""
9822
  "This setting has only effect when Table IX-A7 (foreign shortcodes) is "
9823
  "checked."
9824
  msgstr ""
9825
 
9826
+ #: wppa-settings-autosave.php:3541
9827
  #, fuzzy
9828
  msgid "Run wpautop on description"
9829
  msgstr "Inserisci / modifica la descrizione per questo album."
9830
 
9831
+ #: wppa-settings-autosave.php:3542
9832
  msgid "Adds &lt;p> and &lt;br> tags in fullsize descriptions."
9833
  msgstr ""
9834
 
9835
+ #: wppa-settings-autosave.php:3550
9836
  #, fuzzy
9837
  msgid "Auto open comments"
9838
  msgstr "Din kommentar"
9839
 
9840
+ #: wppa-settings-autosave.php:3551
9841
  msgid "Automatic opens comments box when slideshow does not run."
9842
  msgstr ""
9843
 
9844
+ #: wppa-settings-autosave.php:3559
9845
  #, fuzzy
9846
  msgid "Film hover goto"
9847
  msgstr "Se forside foto"
9848
 
9849
+ #: wppa-settings-autosave.php:3560
9850
  msgid "Go to slide when hovering filmstrip thumbnail."
9851
  msgstr ""
9852
 
9853
+ #: wppa-settings-autosave.php:3561
9854
  msgid "Do not use this setting when slides have different aspect ratios!"
9855
  msgstr ""
9856
 
9857
+ #: wppa-settings-autosave.php:3568
9858
  #, fuzzy
9859
  msgid "Slide swipe"
9860
  msgstr "Slideshow"
9861
 
9862
+ #: wppa-settings-autosave.php:3569
9863
  msgid "Enable touch events swipe left-right on slides on touch screens."
9864
  msgstr ""
9865
 
9866
+ #: wppa-settings-autosave.php:3577
9867
  msgid "Slide page Ajax"
9868
  msgstr ""
9869
 
9870
+ #: wppa-settings-autosave.php:3578
9871
  msgid "Pagelinks slideshow use Ajax"
9872
  msgstr ""
9873
 
9874
+ #: wppa-settings-autosave.php:3579
9875
  msgid "On some systems you need to disable ajax here."
9876
  msgstr ""
9877
 
9878
+ #: wppa-settings-autosave.php:3586
9879
  msgid "Thumbnail related settings"
9880
  msgstr ""
9881
 
9882
+ #: wppa-settings-autosave.php:3589
9883
  msgid "Photo ordering sequence method."
9884
  msgstr ""
9885
 
9886
+ #: wppa-settings-autosave.php:3590
9887
  msgid ""
9888
  "Specify the way the photos should be ordered. This is the default setting. "
9889
  "You can overrule the default sorting order on a per album basis."
9890
  msgstr ""
9891
 
9892
+ #: wppa-settings-autosave.php:3627
9893
  #, fuzzy
9894
  msgid "Thumbnail type"
9895
  msgstr "Foto Top Ti"
9896
 
9897
+ #: wppa-settings-autosave.php:3628
9898
  msgid "The way the thumbnail images are displayed."
9899
  msgstr ""
9900
 
9901
+ #: wppa-settings-autosave.php:3629
9902
  msgid ""
9903
  "You may select an altenative display method for thumbnails. Note that some "
9904
  "of the thumbnail settings do not apply to all available display methods."
9905
  msgstr ""
9906
 
9907
+ #: wppa-settings-autosave.php:3631
9908
  msgid "like album covers"
9909
  msgstr ""
9910
 
9911
+ #: wppa-settings-autosave.php:3631
9912
  msgid "like album covers mcr"
9913
  msgstr ""
9914
 
9915
+ #: wppa-settings-autosave.php:3631
9916
  msgid "masonry style columns"
9917
  msgstr ""
9918
 
9919
+ #: wppa-settings-autosave.php:3631
9920
  msgid "masonry style rows"
9921
  msgstr ""
9922
 
9923
+ #: wppa-settings-autosave.php:3639 wppa-settings-autosave.php:3740
9924
  msgid "Placement"
9925
  msgstr ""
9926
 
9927
+ #: wppa-settings-autosave.php:3640
9928
  msgid "Thumbnail image left or right."
9929
  msgstr ""
9930
 
9931
+ #: wppa-settings-autosave.php:3641
9932
  msgid "Indicate the placement position of the thumbnailphoto you wish."
9933
  msgstr ""
9934
 
9935
+ #: wppa-settings-autosave.php:3650
9936
  msgid "Vertical alignment"
9937
  msgstr ""
9938
 
9939
+ #: wppa-settings-autosave.php:3651
9940
  msgid "Vertical alignment of thumbnails."
9941
  msgstr ""
9942
 
9943
+ #: wppa-settings-autosave.php:3652
9944
  msgid ""
9945
  "Specify the vertical alignment of thumbnail images. Use this setting when "
9946
  "albums contain both portrait and landscape photos."
9947
  msgstr ""
9948
 
9949
+ #: wppa-settings-autosave.php:3653
9950
  msgid ""
9951
  "It is NOT recommended to use the value --- default ---; it will affect the "
9952
  "horizontal alignment also and is meant to be used with custom css."
9953
  msgstr ""
9954
 
9955
+ #: wppa-settings-autosave.php:3662
9956
  msgid "Thumb mouseover"
9957
  msgstr ""
9958
 
9959
+ #: wppa-settings-autosave.php:3663
9960
  msgid "Apply thumbnail mouseover effect."
9961
  msgstr ""
9962
 
9963
+ #: wppa-settings-autosave.php:3664
9964
  msgid "Check this box to use mouseover effect on thumbnail images."
9965
  msgstr ""
9966
 
9967
+ #: wppa-settings-autosave.php:3672
9968
  #, fuzzy
9969
  msgid "Thumb opacity"
9970
  msgstr "Miniatura"
9971
 
9972
+ #: wppa-settings-autosave.php:3673 wppa-settings-autosave.php:3765
9973
  msgid "Initial opacity value."
9974
  msgstr ""
9975
 
9976
+ #: wppa-settings-autosave.php:3674 wppa-settings-autosave.php:3766
9977
+ #: wppa-settings-autosave.php:3875
9978
  msgid "Enter percentage of opacity. 100% is opaque, 0% is transparant"
9979
  msgstr ""
9980
 
9981
+ #: wppa-settings-autosave.php:3676 wppa-settings-autosave.php:3768
9982
+ #: wppa-settings-autosave.php:3878 wppa-settings-autosave.php:4179
9983
  msgid "%"
9984
  msgstr ""
9985
 
9986
+ #: wppa-settings-autosave.php:3681
9987
  msgid "Thumb popup"
9988
  msgstr ""
9989
 
9990
+ #: wppa-settings-autosave.php:3682
9991
  msgid "Use popup effect on thumbnail images."
9992
  msgstr ""
9993
 
9994
+ #: wppa-settings-autosave.php:3683
9995
  msgid "Thumbnails pop-up to a larger image when hovered."
9996
  msgstr ""
9997
 
9998
+ #: wppa-settings-autosave.php:3691
9999
  msgid "Align subtext"
10000
  msgstr ""
10001
 
10002
+ #: wppa-settings-autosave.php:3692
10003
  msgid "Set thumbnail subtext on equal height."
10004
  msgstr ""
10005
 
10006
+ #: wppa-settings-autosave.php:3700
10007
  msgid "Album and covers related settings"
10008
  msgstr ""
10009
 
10010
+ #: wppa-settings-autosave.php:3702
10011
  #, fuzzy
10012
  msgid "Album order"
10013
  msgstr "Album administration"
10014
 
10015
+ #: wppa-settings-autosave.php:3703
10016
  msgid "Album ordering sequence method."
10017
  msgstr ""
10018
 
10019
+ #: wppa-settings-autosave.php:3704
10020
  msgid "Specify the way the albums should be ordered."
10021
  msgstr ""
10022
 
10023
+ #: wppa-settings-autosave.php:3729
10024
  #, fuzzy
10025
  msgid "Default coverphoto selection"
10026
  msgstr "Standard foto album for"
10027
 
10028
+ #: wppa-settings-autosave.php:3730
10029
  msgid "Default select cover photo method."
10030
  msgstr ""
10031
 
10032
+ #: wppa-settings-autosave.php:3731
10033
  msgid ""
10034
  "This is the initial value on album creation only. It can be overruled on the "
10035
  "edit album page."
10036
  msgstr ""
10037
 
10038
+ #: wppa-settings-autosave.php:3732
10039
  msgid "Random from album"
10040
  msgstr ""
10041
 
10042
+ #: wppa-settings-autosave.php:3732
10043
  msgid "Random featured from album"
10044
  msgstr ""
10045
 
10046
+ #: wppa-settings-autosave.php:3732
10047
  #, fuzzy
10048
  msgid "Most recently added to album"
10049
  msgstr "Le impostazioni sono state aggiornate"
10050
 
10051
+ #: wppa-settings-autosave.php:3732
10052
  #, fuzzy
10053
  msgid "Random from album or any sub album"
10054
  msgstr "Risultati Ricerca da album %s e tutti i sotto album"
10055
 
10056
+ #: wppa-settings-autosave.php:3741
10057
  #, fuzzy
10058
  msgid "Cover image position."
10059
  msgstr "Se fotos"
10060
 
10061
+ #: wppa-settings-autosave.php:3742
10062
  msgid ""
10063
  "Enter the position that you want to be used for the default album cover "
10064
  "selected in Table IV-D6."
10065
  msgstr ""
10066
 
10067
+ #: wppa-settings-autosave.php:3743
10068
  msgid ""
10069
  "For covertype Image Factory: left will be treated as top and right will be "
10070
  "treted as bottom."
10071
  msgstr ""
10072
 
10073
+ #: wppa-settings-autosave.php:3744
10074
  msgid ""
10075
  "For covertype Long Descriptions: top will be treated as left and bottom will "
10076
  "be treted as right."
10077
  msgstr ""
10078
 
10079
+ #: wppa-settings-autosave.php:3754
10080
  msgid "Cover mouseover"
10081
  msgstr ""
10082
 
10083
+ #: wppa-settings-autosave.php:3755
10084
  msgid "Apply coverphoto mouseover effect."
10085
  msgstr ""
10086
 
10087
+ #: wppa-settings-autosave.php:3756
10088
  msgid "Check this box to use mouseover effect on cover images."
10089
  msgstr ""
10090
 
10091
+ #: wppa-settings-autosave.php:3764
10092
  msgid "Cover opacity"
10093
  msgstr ""
10094
 
10095
+ #: wppa-settings-autosave.php:3773
10096
  msgid "Cover type"
10097
  msgstr ""
10098
 
10099
+ #: wppa-settings-autosave.php:3774
10100
  msgid "Select the default cover type."
10101
  msgstr ""
10102
 
10103
+ #: wppa-settings-autosave.php:3775
10104
  msgid ""
10105
  "Types with the addition mcr are suitable for Multi Column in a Responsive "
10106
  "theme"
10107
  msgstr ""
10108
 
10109
+ #: wppa-settings-autosave.php:3798
10110
  msgid "The umber of coverphotos. Must be > 1 and < 25."
10111
  msgstr ""
10112
 
10113
+ #: wppa-settings-autosave.php:3806
10114
  msgid "Rating related settings"
10115
  msgstr ""
10116
 
10117
+ #: wppa-settings-autosave.php:3808
10118
  #, fuzzy
10119
  msgid "Rating login"
10120
  msgstr "Bed&oslash;mmelse: %s"
10121
 
10122
+ #: wppa-settings-autosave.php:3809
10123
  #, fuzzy
10124
  msgid "Users must login to rate photos."
10125
  msgstr "Bruger %s indsendte foto %s ind i album %s"
10126
 
10127
+ #: wppa-settings-autosave.php:3810
10128
  msgid ""
10129
  "If users want to vote for a photo (rating 1..5 stars) the must login first. "
10130
  "The avarage rating will always be displayed as long as the rating system is "
10131
  "enabled."
10132
  msgstr ""
10133
 
10134
+ #: wppa-settings-autosave.php:3817
10135
  #, fuzzy
10136
  msgid "Rating change"
10137
  msgstr "Bed&oslash;mmelse: %s"
10138
 
10139
+ #: wppa-settings-autosave.php:3818 wppa-settings-autosave.php:3819
10140
  msgid "Users may change their ratings."
10141
  msgstr ""
10142
 
10143
+ #: wppa-settings-autosave.php:3820 wppa-settings-autosave.php:3857
10144
+ #: wppa-settings-autosave.php:3876 wppa-settings-autosave.php:3889
10145
+ #: wppa-settings-autosave.php:3899 wppa-settings-autosave.php:3909
10146
+ #: wppa-settings-autosave.php:3919 wppa-settings-autosave.php:3928
10147
  msgid ""
10148
  "If \"One button vote\" is selected in Table I-E1, this setting has no meaning"
10149
  msgstr ""
10150
 
10151
+ #: wppa-settings-autosave.php:3827
10152
  #, fuzzy
10153
  msgid "Rating multi"
10154
  msgstr "Bed&oslash;mmelse: %s"
10155
 
10156
+ #: wppa-settings-autosave.php:3828
10157
  msgid "Users may give multiple votes."
10158
  msgstr ""
10159
 
10160
+ #: wppa-settings-autosave.php:3829
10161
  msgid ""
10162
  "Users may give multiple votes. (This has no effect when users may change "
10163
  "their votes.)"
10164
  msgstr ""
10165
 
10166
+ #: wppa-settings-autosave.php:3836
10167
  #, fuzzy
10168
  msgid "Rate own photos"
10169
  msgstr "Se fotos"
10170
 
10171
+ #: wppa-settings-autosave.php:3837
10172
  msgid "It is allowed to rate photos by the uploader himself."
10173
  msgstr ""
10174
 
10175
+ #: wppa-settings-autosave.php:3845
10176
  msgid "Rating requires comment"
10177
  msgstr ""
10178
 
10179
+ #: wppa-settings-autosave.php:3846
10180
  #, fuzzy
10181
  msgid "Users must clarify their vote in a comment."
10182
  msgstr "<a href=\"%s\">Log ind</a> for at skrive en kommentar"
10183
 
10184
+ #: wppa-settings-autosave.php:3855
10185
  msgid "This value counts dislike rating."
10186
  msgstr ""
10187
 
10188
+ #: wppa-settings-autosave.php:3856
10189
  msgid ""
10190
  "This value will be used for a dislike rating on calculation of avarage "
10191
  "ratings."
10192
  msgstr ""
10193
 
10194
+ #: wppa-settings-autosave.php:3859
10195
  msgid "points"
10196
  msgstr ""
10197
 
10198
+ #: wppa-settings-autosave.php:3864
10199
  msgid "Next after vote"
10200
  msgstr ""
10201
 
10202
+ #: wppa-settings-autosave.php:3865
10203
  msgid "Goto next slide after voting"
10204
  msgstr ""
10205
 
10206
+ #: wppa-settings-autosave.php:3866
10207
  msgid ""
10208
  "If checked, the visitor goes straight to the slide following the slide he "
10209
  "voted. This will speed up mass voting."
10210
  msgstr ""
10211
 
10212
+ #: wppa-settings-autosave.php:3873
10213
  msgid "Star off opacity"
10214
  msgstr ""
10215
 
10216
+ #: wppa-settings-autosave.php:3874
10217
  msgid "Rating star off state opacity value."
10218
  msgstr ""
10219
 
10220
+ #: wppa-settings-autosave.php:3884
10221
  msgid "Notify admin every x times."
10222
  msgstr ""
10223
 
10224
+ #: wppa-settings-autosave.php:3885
10225
  msgid ""
10226
  "If this number is positive, there will be a thumb down icon in the rating "
10227
  "bar."
10228
  msgstr ""
10229
 
10230
+ #: wppa-settings-autosave.php:3886
10231
  msgid ""
10232
  "Cicking the icon indicates a user wants to report that an image is "
10233
  "inappropiate."
10234
  msgstr ""
10235
 
10236
+ #: wppa-settings-autosave.php:3887
10237
  msgid "Admin will be notified by email after every x reports."
10238
  msgstr ""
10239
 
10240
+ #: wppa-settings-autosave.php:3888 wppa-settings-autosave.php:3898
10241
+ #: wppa-settings-autosave.php:3908
10242
  msgid "A value of 0 disables this feature."
10243
  msgstr ""
10244
 
10245
+ #: wppa-settings-autosave.php:3891 wppa-settings-autosave.php:3901
10246
+ #: wppa-settings-autosave.php:3911
10247
  msgid "reports"
10248
  msgstr ""
10249
 
10250
+ #: wppa-settings-autosave.php:3896
10251
  msgid "Pending after"
10252
  msgstr ""
10253
 
10254
+ #: wppa-settings-autosave.php:3897
10255
  msgid "Set status to pending after xx dislike votes."
10256
  msgstr ""
10257
 
10258
+ #: wppa-settings-autosave.php:3906
10259
  #, fuzzy
10260
  msgid "Delete after"
10261
  msgstr "Impossibile creare album. "
10262
 
10263
+ #: wppa-settings-autosave.php:3907
10264
  msgid "Deete photo after xx dislike votes."
10265
  msgstr ""
10266
 
10267
+ #: wppa-settings-autosave.php:3916
10268
  msgid "Show dislike count"
10269
  msgstr ""
10270
 
10271
+ #: wppa-settings-autosave.php:3917
10272
  msgid "Show the number of dislikes in the rating bar."
10273
  msgstr ""
10274
 
10275
+ #: wppa-settings-autosave.php:3918
10276
  msgid "Displayes the total number of dislike votes for the current photo."
10277
  msgstr ""
10278
 
10279
+ #: wppa-settings-autosave.php:3926
10280
  msgid "Rating display type"
10281
  msgstr ""
10282
 
10283
+ #: wppa-settings-autosave.php:3927
10284
  msgid "Specify the type of the rating display."
10285
  msgstr ""
10286
 
10287
+ #: wppa-settings-autosave.php:3930
10288
  msgid "Graphic"
10289
  msgstr ""
10290
 
10291
+ #: wppa-settings-autosave.php:3930
10292
  msgid "Numeric"
10293
  msgstr ""
10294
 
10295
+ #: wppa-settings-autosave.php:3937
10296
  #, fuzzy
10297
  msgid "Show average rating"
10298
  msgstr "Bed&oslash;mmelse&nbsp;gennemsnitlig"
10299
 
10300
+ #: wppa-settings-autosave.php:3938
10301
  msgid "Display the avarage rating and/or vote count on the rating bar"
10302
  msgstr ""
10303
 
10304
+ #: wppa-settings-autosave.php:3939
10305
  msgid ""
10306
  "If checked, the average rating as well as the current users rating is "
10307
  "displayed in max 5 or 10 stars."
10308
  msgstr ""
10309
 
10310
+ #: wppa-settings-autosave.php:3940
10311
  msgid "If unchecked, only the current users rating is displayed (if any)."
10312
  msgstr ""
10313
 
10314
+ #: wppa-settings-autosave.php:3941
10315
  msgid ""
10316
  "If \"One button vote\" is selected in Table I-E1, this box checked will "
10317
  "display the vote count."
10318
  msgstr ""
10319
 
10320
+ #: wppa-settings-autosave.php:3948
10321
  msgid "Single vote button text"
10322
  msgstr ""
10323
 
10324
+ #: wppa-settings-autosave.php:3949
10325
  msgid "The text on the voting button."
10326
  msgstr ""
10327
 
10328
+ #: wppa-settings-autosave.php:3950 wppa-settings-autosave.php:3959
10329
  msgid "This text may contain qTranslate compatible language tags."
10330
  msgstr ""
10331
 
10332
+ #: wppa-settings-autosave.php:3957
10333
  msgid "Single vote button text voted"
10334
  msgstr ""
10335
 
10336
+ #: wppa-settings-autosave.php:3958
10337
  msgid "The text on the voting button when voted."
10338
  msgstr ""
10339
 
10340
+ #: wppa-settings-autosave.php:3966
10341
  #, fuzzy
10342
  msgid "Single vote button thumbnail"
10343
  msgstr "Se"
10344
 
10345
+ #: wppa-settings-autosave.php:3967
10346
  msgid "Display single vote button below thumbnails."
10347
  msgstr ""
10348
 
10349
+ #: wppa-settings-autosave.php:3968
10350
  msgid ""
10351
  "This works only in single vote mode: Table I-E1 set to \"one button vote\""
10352
  msgstr ""
10353
 
10354
+ #: wppa-settings-autosave.php:3975
10355
  msgid "Medal bronze when"
10356
  msgstr ""
10357
 
10358
+ #: wppa-settings-autosave.php:3976 wppa-settings-autosave.php:3994
10359
  msgid "Photo gets medal bronze when number of top-scores ( 5 or 10 )."
10360
  msgstr ""
10361
 
10362
+ #: wppa-settings-autosave.php:3977 wppa-settings-autosave.php:3995
10363
  msgid ""
10364
  "When the photo has this number of topscores ( 5 or 10 stars ), it will get a "
10365
  "bronze medal. A value of 0 indicates that you do not want this feature."
10366
  msgstr ""
10367
 
10368
+ #: wppa-settings-autosave.php:3979 wppa-settings-autosave.php:3988
10369
+ #: wppa-settings-autosave.php:3997
10370
  msgid "Topscores"
10371
  msgstr ""
10372
 
10373
+ #: wppa-settings-autosave.php:3984
10374
  msgid "Medal silver when"
10375
  msgstr ""
10376
 
10377
+ #: wppa-settings-autosave.php:3985
10378
  msgid "Photo gets medal silver when number of top-scores ( 5 or 10 )."
10379
  msgstr ""
10380
 
10381
+ #: wppa-settings-autosave.php:3986
10382
  msgid ""
10383
  "When the photo has this number of topscores ( 5 or 10 stars ), it will get a "
10384
  "silver medal. A value of 0 indicates that you do not want this feature."
10385
  msgstr ""
10386
 
10387
+ #: wppa-settings-autosave.php:3993
10388
  msgid "Medal gold when"
10389
  msgstr ""
10390
 
10391
+ #: wppa-settings-autosave.php:4002
10392
  msgid "Medal tag color"
10393
  msgstr ""
10394
 
10395
+ #: wppa-settings-autosave.php:4003
10396
  msgid "The color of the tag on the medal."
10397
  msgstr ""
10398
 
10399
+ #: wppa-settings-autosave.php:4006
10400
  msgid "Red"
10401
  msgstr ""
10402
 
10403
+ #: wppa-settings-autosave.php:4006
10404
  msgid "Green"
10405
  msgstr ""
10406
 
10407
+ #: wppa-settings-autosave.php:4006
10408
  msgid "Blue"
10409
  msgstr ""
10410
 
10411
+ #: wppa-settings-autosave.php:4013
10412
  #, fuzzy
10413
  msgid "Medal position"
10414
  msgstr "Position:"
10415
 
10416
+ #: wppa-settings-autosave.php:4014
10417
  msgid "The position of the medal on the image."
10418
  msgstr ""
10419
 
10420
+ #: wppa-settings-autosave.php:4017
10421
  msgid "Top left"
10422
  msgstr ""
10423
 
10424
+ #: wppa-settings-autosave.php:4017
10425
  msgid "Top right"
10426
  msgstr ""
10427
 
10428
+ #: wppa-settings-autosave.php:4017
10429
  msgid "Bottom left"
10430
  msgstr ""
10431
 
10432
+ #: wppa-settings-autosave.php:4017
10433
  msgid "Bottom right"
10434
  msgstr ""
10435
 
10436
+ #: wppa-settings-autosave.php:4024
10437
  msgid "Top criterium"
10438
  msgstr ""
10439
 
10440
+ #: wppa-settings-autosave.php:4025
10441
  msgid "The top sort item used for topten results from shortcodes."
10442
  msgstr ""
10443
 
10444
+ #: wppa-settings-autosave.php:4028
10445
  #, fuzzy
10446
  msgid "Mean raiting"
10447
  msgstr "Valutazione:"
10448
 
10449
+ #: wppa-settings-autosave.php:4028
10450
  #, fuzzy
10451
  msgid "Rating count"
10452
  msgstr "Bed&oslash;mmelse: %s"
10453
 
10454
+ #: wppa-settings-autosave.php:4028
10455
  #, fuzzy
10456
  msgid "Viewcount"
10457
  msgstr "Se"
10458
 
10459
+ #: wppa-settings-autosave.php:4035
10460
  #, fuzzy
10461
  msgid "Comments related settings"
10462
  msgstr "Kommentarer redigeret"
10463
 
10464
+ #: wppa-settings-autosave.php:4037
10465
  #, fuzzy
10466
  msgid "Commenting login"
10467
  msgstr "%d kommentarer"
10468
 
10469
+ #: wppa-settings-autosave.php:4038
10470
  msgid "Users must be logged in to comment on photos."
10471
  msgstr ""
10472
 
10473
+ #: wppa-settings-autosave.php:4039
10474
  msgid ""
10475
  "Check this box if you want users to be logged in to be able to enter "
10476
  "comments on individual photos."
10477
  msgstr ""
10478
 
10479
+ #: wppa-settings-autosave.php:4046
10480
  #, fuzzy
10481
  msgid "Comments view login"
10482
  msgstr "Kommentarer redigeret"
10483
 
10484
+ #: wppa-settings-autosave.php:4047
10485
  #, fuzzy
10486
  msgid "Users must be logged in to see comments on photos."
10487
  msgstr "<a href=\"%s\">Log ind</a> for at skrive en kommentar"
10488
 
10489
+ #: wppa-settings-autosave.php:4048
10490
  msgid ""
10491
  "Check this box if you want users to be logged in to be able to see existing "
10492
  "comments on individual photos."
10493
  msgstr ""
10494
 
10495
+ #: wppa-settings-autosave.php:4055
10496
  #, fuzzy
10497
  msgid "Last comment first"
10498
  msgstr "%d kommentarer"
10499
 
10500
+ #: wppa-settings-autosave.php:4056
10501
  msgid "Display the newest comment on top."
10502
  msgstr ""
10503
 
10504
+ #: wppa-settings-autosave.php:4057
10505
  msgid "If checked: Display the newest comment on top."
10506
  msgstr ""
10507
 
10508
+ #: wppa-settings-autosave.php:4058
10509
  msgid "If unchecked, the comments are listed in the ordere they were entered."
10510
  msgstr ""
10511
 
10512
+ #: wppa-settings-autosave.php:4065
10513
  #, fuzzy
10514
  msgid "Comment moderation"
10515
  msgstr "%d kommentarer"
10516
 
10517
+ #: wppa-settings-autosave.php:4066
10518
  msgid "Comments from what users need approval."
10519
  msgstr ""
10520
 
10521
+ #: wppa-settings-autosave.php:4067
10522
  msgid "Select the desired users of which the comments need approval."
10523
  msgstr ""
10524
 
10525
+ #: wppa-settings-autosave.php:4069
10526
  #, fuzzy
10527
  msgid "All users"
10528
  msgstr "Alle albums"
10529
 
10530
+ #: wppa-settings-autosave.php:4069
10531
  msgid "Logged out users"
10532
  msgstr ""
10533
 
10534
+ #: wppa-settings-autosave.php:4069
10535
  msgid "No users"
10536
  msgstr ""
10537
 
10538
+ #: wppa-settings-autosave.php:4076
10539
  #, fuzzy
10540
  msgid "Comment email required"
10541
  msgstr "Kommentarer redigeret"
10542
 
10543
+ #: wppa-settings-autosave.php:4077
10544
  msgid "Commenting users must enter their email addresses."
10545
  msgstr ""
10546
 
10547
+ #: wppa-settings-autosave.php:4085
10548
  #, fuzzy
10549
  msgid "Comment notify"
10550
  msgstr "Kommentar til billeder"
10551
 
10552
+ #: wppa-settings-autosave.php:4086
10553
  msgid "Select who must receive an e-mail notification of a new comment."
10554
  msgstr ""
10555
 
10556
+ #: wppa-settings-autosave.php:4089
10557
  #, fuzzy
10558
  msgid "--- None ---"
10559
  msgstr "--- ingen ---"
10560
 
10561
+ #: wppa-settings-autosave.php:4090
10562
  #, fuzzy
10563
  msgid "--- Admin ---"
10564
  msgstr "--- ingen ---"
10565
 
10566
+ #: wppa-settings-autosave.php:4091
10567
  #, fuzzy
10568
  msgid "--- Album owner ---"
10569
  msgstr "--- ingen ---"
10570
 
10571
+ #: wppa-settings-autosave.php:4092
10572
  #, fuzzy
10573
  msgid "--- Admin & Owner ---"
10574
  msgstr "--- ingen ---"
10575
 
10576
+ #: wppa-settings-autosave.php:4093
10577
  #, fuzzy
10578
  msgid "--- Uploader ---"
10579
  msgstr "--- ingen ---"
10580
 
10581
+ #: wppa-settings-autosave.php:4094
10582
  #, fuzzy
10583
  msgid "--- Up & admin ---"
10584
  msgstr "--- ingen ---"
10585
 
10586
+ #: wppa-settings-autosave.php:4095
10587
  #, fuzzy
10588
  msgid "--- Up & Owner ---"
10589
  msgstr "--- ingen ---"
10590
 
10591
+ #: wppa-settings-autosave.php:4118
10592
  #, fuzzy
10593
  msgid "Comment notify previous"
10594
  msgstr "Kommentar til billeder"
10595
 
10596
+ #: wppa-settings-autosave.php:4119
10597
  #, fuzzy
10598
  msgid "Notify users who has commented this photo earlier."
10599
  msgstr "Du modtager denne e-mail, fordi du er sat til at godkende"
10600
 
10601
+ #: wppa-settings-autosave.php:4127
10602
  #, fuzzy
10603
  msgid "Comment ntfy added"
10604
  msgstr "Kommentarer tilf&oslash;jet"
10605
 
10606
+ #: wppa-settings-autosave.php:4128
10607
  msgid "Show \"Comment added\" after successfull adding a comment."
10608
  msgstr ""
10609
 
10610
+ #: wppa-settings-autosave.php:4136
10611
  msgid "ComTen alt display"
10612
  msgstr ""
10613
 
10614
+ #: wppa-settings-autosave.php:4137
10615
  msgid "Display comments at comten thumbnails."
10616
  msgstr ""
10617
 
10618
+ #: wppa-settings-autosave.php:4145
10619
  #, fuzzy
10620
  msgid "Comten Thumbnail width"
10621
  msgstr "Foto Top Ti"
10622
 
10623
+ #: wppa-settings-autosave.php:4146
10624
  msgid "The width of the thumbnail in the alt comment display."
10625
  msgstr ""
10626
 
10627
+ #: wppa-settings-autosave.php:4149
10628
  msgid "Pixels"
10629
  msgstr ""
10630
 
10631
+ #: wppa-settings-autosave.php:4154
10632
  msgid "Show smiley picker"
10633
  msgstr ""
10634
 
10635
+ #: wppa-settings-autosave.php:4155
10636
  msgid "Display a clickable row of smileys."
10637
  msgstr ""
10638
 
10639
+ #: wppa-settings-autosave.php:4163
10640
  #, fuzzy
10641
  msgid "Show commenter email"
10642
  msgstr "Din kommentar"
10643
 
10644
+ #: wppa-settings-autosave.php:4164
10645
  msgid "Show the commenter's email in the notify emails."
10646
  msgstr ""
10647
 
10648
+ #: wppa-settings-autosave.php:4165
10649
  msgid "Shows the email address of the commenter in all notify emails."
10650
  msgstr ""
10651
 
10652
+ #: wppa-settings-autosave.php:4166
10653
  msgid ""
10654
  "If switched off, admin will still receive the senders email in the "
10655
  "notification mail"
10656
  msgstr ""
10657
 
10658
+ #: wppa-settings-autosave.php:4176
10659
  msgid "The opacity of the lightbox overlay background."
10660
  msgstr ""
10661
 
10662
+ #: wppa-settings-autosave.php:4184
10663
  msgid "Click on background"
10664
  msgstr ""
10665
 
10666
+ #: wppa-settings-autosave.php:4185
10667
  msgid "Select the action to be taken on click on background."
10668
  msgstr ""
10669
 
10670
+ #: wppa-settings-autosave.php:4188
10671
  msgid "Nothing"
10672
  msgstr ""
10673
 
10674
+ #: wppa-settings-autosave.php:4188
10675
  msgid "Exit (close)"
10676
  msgstr ""
10677
 
10678
+ #: wppa-settings-autosave.php:4188
10679
  msgid "Browse (left/right)"
10680
  msgstr ""
10681
 
10682
+ #: wppa-settings-autosave.php:4195
10683
  msgid "Overlay animation speed"
10684
  msgstr ""
10685
 
10686
+ #: wppa-settings-autosave.php:4196
10687
  msgid "The fade-in time of the lightbox images"
10688
  msgstr ""
10689
 
10690
+ #: wppa-settings-autosave.php:4199
10691
  msgid "very fast (100 ms.)"
10692
  msgstr ""
10693
 
10694
+ #: wppa-settings-autosave.php:4199
10695
  msgid "fast (200 ms.)"
10696
  msgstr ""
10697
 
10698
+ #: wppa-settings-autosave.php:4199
10699
  msgid "normal (300 ms.)"
10700
  msgstr ""
10701
 
10702
+ #: wppa-settings-autosave.php:4199
10703
  msgid "slow (500 ms.)"
10704
  msgstr ""
10705
 
10706
+ #: wppa-settings-autosave.php:4199
10707
  #, fuzzy
10708
  msgid "very slow (1 s.)"
10709
  msgstr "meget lav"
10710
 
10711
+ #: wppa-settings-autosave.php:4199
10712
  msgid "extremely slow (2 s.)"
10713
  msgstr ""
10714
 
10715
+ #: wppa-settings-autosave.php:4206
10716
  msgid "Overlay slideshow speed"
10717
  msgstr ""
10718
 
10719
+ #: wppa-settings-autosave.php:4207
10720
  msgid "The time the lightbox images stay"
10721
  msgstr ""
10722
 
10723
+ #: wppa-settings-autosave.php:4210
10724
  msgid "fast (3 s.)"
10725
  msgstr ""
10726
 
10727
+ #: wppa-settings-autosave.php:4210
10728
  msgid "normal (5 s.)"
10729
  msgstr ""
10730
 
10731
+ #: wppa-settings-autosave.php:4210
10732
  msgid "slow (8 s.)"
10733
  msgstr ""
10734
 
10735
+ #: wppa-settings-autosave.php:4210
10736
  #, fuzzy
10737
  msgid "very slow (13 s.)"
10738
  msgstr "meget lav"
10739
 
10740
+ #: wppa-settings-autosave.php:4210
10741
  msgid "extremely slow (20 s.)"
10742
  msgstr ""
10743
 
10744
+ #: wppa-settings-autosave.php:4217
10745
  msgid "Overlay at top in Chrome"
10746
  msgstr ""
10747
 
10748
+ #: wppa-settings-autosave.php:4218
10749
  msgid ""
10750
  "Place the overlay (lightbox) image at the top of the page in Chrome browsers."
10751
  msgstr ""
10752
 
10753
+ #: wppa-settings-autosave.php:4219
10754
  msgid "This is required for certain mobile devices."
10755
  msgstr ""
10756
 
10757
+ #: wppa-settings-autosave.php:4226
10758
  msgid "WPPA+ Lightbox global"
10759
  msgstr ""
10760
 
10761
+ #: wppa-settings-autosave.php:4227
10762
  msgid "Use the wppa+ lightbox also for non-wppa images."
10763
  msgstr ""
10764
 
10765
+ #: wppa-settings-autosave.php:4235
10766
  msgid "WPPA+ Lightbox global is a set"
10767
  msgstr ""
10768
 
10769
+ #: wppa-settings-autosave.php:4236
10770
  msgid "Treat the other images as a set."
10771
  msgstr ""
10772
 
10773
+ #: wppa-settings-autosave.php:4237
10774
  msgid ""
10775
  "If checked, you can scroll through the images in the lightbox view. Requires "
10776
  "item 5 to be checked."
10777
  msgstr ""
10778
 
10779
+ #: wppa-settings-autosave.php:4244
10780
  msgid "Use hires files"
10781
  msgstr ""
10782
 
10783
+ #: wppa-settings-autosave.php:4245
10784
  msgid "Use the highest resolution available for lightbox."
10785
  msgstr ""
10786
 
10787
+ #: wppa-settings-autosave.php:4246
10788
  msgid "Ticking this box is recommended for lightbox fullscreen modes."
10789
  msgstr ""
10790
 
10791
+ #: wppa-settings-autosave.php:4254
10792
  msgid "Videos on lightbox start automaticly."
10793
  msgstr ""
10794
 
10795
+ #: wppa-settings-autosave.php:4263
10796
  msgid "Audio on lightbox start automaticly."
10797
  msgstr ""
10798
 
10799
+ #: wppa-settings-autosave.php:4288
10800
  msgid "Table V:"
10801
  msgstr ""
10802
 
10803
+ #: wppa-settings-autosave.php:4288
10804
  #, fuzzy
10805
  msgid "Fonts:"
10806
  msgstr "%d kommentarer"
10807
 
10808
+ #: wppa-settings-autosave.php:4289
10809
  msgid "This table describes the Fonts used for the wppa+ elements."
10810
  msgstr ""
10811
 
10812
+ #: wppa-settings-autosave.php:4299 wppa-settings-autosave.php:4475
10813
  msgid "Font family"
10814
  msgstr ""
10815
 
10816
+ #: wppa-settings-autosave.php:4300 wppa-settings-autosave.php:4476
10817
  msgid "Font size"
10818
  msgstr ""
10819
 
10820
+ #: wppa-settings-autosave.php:4301 wppa-settings-autosave.php:4477
10821
  msgid "Font color"
10822
  msgstr ""
10823
 
10824
+ #: wppa-settings-autosave.php:4302 wppa-settings-autosave.php:4478
10825
  msgid "Font weight"
10826
  msgstr ""
10827
 
10828
+ #: wppa-settings-autosave.php:4312
10829
  msgid "normal"
10830
  msgstr ""
10831
 
10832
+ #: wppa-settings-autosave.php:4312
10833
  msgid "bold"
10834
  msgstr ""
10835
 
10836
+ #: wppa-settings-autosave.php:4312
10837
  msgid "bolder"
10838
  msgstr ""
10839
 
10840
+ #: wppa-settings-autosave.php:4312
10841
  msgid "lighter"
10842
  msgstr ""
10843
 
10844
+ #: wppa-settings-autosave.php:4315
10845
  #, fuzzy
10846
  msgid "Album titles"
10847
  msgstr "album"
10848
 
10849
+ #: wppa-settings-autosave.php:4316
10850
  msgid "Font used for Album titles."
10851
  msgstr ""
10852
 
10853
+ #: wppa-settings-autosave.php:4317
10854
  msgid "Enter font name, size, color and weight for album cover titles."
10855
  msgstr ""
10856
 
10857
+ #: wppa-settings-autosave.php:4332
10858
  #, fuzzy
10859
  msgid "Slideshow desc"
10860
  msgstr "Slideshow"
10861
 
10862
+ #: wppa-settings-autosave.php:4333
10863
  #, fuzzy
10864
  msgid "Font for slideshow photo descriptions."
10865
  msgstr "Inds&aelig;t/rediger beskrivelse af foto"
10866
 
10867
+ #: wppa-settings-autosave.php:4334
10868
  msgid ""
10869
  "Enter font name, size, color and weight for slideshow photo descriptions."
10870
  msgstr ""
10871
 
10872
+ #: wppa-settings-autosave.php:4349
10873
  #, fuzzy
10874
  msgid "Slideshow name"
10875
  msgstr "Slideshow"
10876
 
10877
+ #: wppa-settings-autosave.php:4350
10878
  #, fuzzy
10879
  msgid "Font for slideshow photo names."
10880
  msgstr "Indtast foto navn"
10881
 
10882
+ #: wppa-settings-autosave.php:4351
10883
  msgid "Enter font name, size, color and weight for slideshow photo names."
10884
  msgstr ""
10885
 
10886
+ #: wppa-settings-autosave.php:4366
10887
  msgid "Navigations"
10888
  msgstr ""
10889
 
10890
+ #: wppa-settings-autosave.php:4367
10891
  msgid "Font for navigations."
10892
  msgstr ""
10893
 
10894
+ #: wppa-settings-autosave.php:4368
10895
  msgid "Enter font name, size, color and weight for navigation items."
10896
  msgstr ""
10897
 
10898
+ #: wppa-settings-autosave.php:4384
10899
  msgid "Font for text under thumbnails."
10900
  msgstr ""
10901
 
10902
+ #: wppa-settings-autosave.php:4385
10903
  msgid ""
10904
  "Enter font name, size, color and weight for text under thumbnail images."
10905
  msgstr ""
10906
 
10907
+ #: wppa-settings-autosave.php:4401
10908
  msgid "General font in wppa boxes."
10909
  msgstr ""
10910
 
10911
+ #: wppa-settings-autosave.php:4402
10912
  msgid "Enter font name, size, color and weight for all other items."
10913
  msgstr ""
10914
 
10915
+ #: wppa-settings-autosave.php:4418
10916
  msgid "Font in wppa number bars."
10917
  msgstr ""
10918
 
10919
+ #: wppa-settings-autosave.php:4419 wppa-settings-autosave.php:4436
10920
  msgid "Enter font name, size, color and weight for numberbar navigation."
10921
  msgstr ""
10922
 
10923
+ #: wppa-settings-autosave.php:4434
10924
  msgid "Numbar Active"
10925
  msgstr ""
10926
 
10927
+ #: wppa-settings-autosave.php:4435
10928
  msgid "Font in wppa number bars, active item."
10929
  msgstr ""
10930
 
10931
+ #: wppa-settings-autosave.php:4452
10932
  msgid "Font in wppa lightbox overlays."
10933
  msgstr ""
10934
 
10935
+ #: wppa-settings-autosave.php:4453
10936
  msgid "Enter font name, size, color and weight for wppa lightbox overlays."
10937
  msgstr ""
10938
 
10939
+ #: wppa-settings-autosave.php:4488
10940
  msgid "Table VI:"
10941
  msgstr ""
10942
 
10943
+ #: wppa-settings-autosave.php:4488
10944
  #, fuzzy
10945
  msgid "Links:"
10946
  msgstr "Link til"
10947
 
10948
+ #: wppa-settings-autosave.php:4489
10949
  msgid "This table defines the link types and pages."
10950
  msgstr ""
10951
 
10952
+ #: wppa-settings-autosave.php:4500 wppa-settings-autosave.php:5499
10953
  #, fuzzy
10954
  msgid "Link page"
10955
  msgstr "Link til"
10956
 
10957
+ #: wppa-settings-autosave.php:4502 wppa-settings-autosave.php:5501
10958
  msgid "Photo specific link overrules"
10959
  msgstr ""
10960
 
10961
+ #: wppa-settings-autosave.php:4502 wppa-settings-autosave.php:5501
10962
  msgid "PSO"
10963
  msgstr ""
10964
 
10965
+ #: wppa-settings-autosave.php:4552
10966
  #, fuzzy
10967
  msgid "--- The same post or page ---"
10968
  msgstr "--- vis ikke ---"
10969
 
10970
+ #: wppa-settings-autosave.php:4583
10971
  msgid "--- No page to link to (yet) ---"
10972
  msgstr ""
10973
 
10974
+ #: wppa-settings-autosave.php:4588
10975
  #, fuzzy
10976
  msgid "--- Will be auto created ---"
10977
  msgstr "--- vis ikke ---"
10978
 
10979
+ #: wppa-settings-autosave.php:4590
10980
  msgid "Links from images in WPPA+ Widgets"
10981
  msgstr ""
10982
 
10983
+ #: wppa-settings-autosave.php:4592
10984
  msgid "PotdWidget"
10985
  msgstr ""
10986
 
10987
+ #: wppa-settings-autosave.php:4593
10988
  msgid "Photo Of The Day widget link."
10989
  msgstr ""
10990
 
10991
+ #: wppa-settings-autosave.php:4594
10992
  msgid "Select the type of link the photo of the day points to."
10993
  msgstr ""
10994
 
10995
+ #: wppa-settings-autosave.php:4595
10996
  msgid ""
10997
  "If you select 'defined on widget admin page' you can manually enter a link "
10998
  "and title on the Photo of the day Widget Admin page."
10999
  msgstr ""
11000
 
11001
+ #: wppa-settings-autosave.php:4604 wppa-settings-autosave.php:4647
11002
+ #: wppa-settings-autosave.php:4725 wppa-settings-autosave.php:4768
11003
+ #: wppa-settings-autosave.php:4816 wppa-settings-autosave.php:4863
11004
+ #: wppa-settings-autosave.php:4910 wppa-settings-autosave.php:4962
11005
+ #: wppa-settings-autosave.php:5000 wppa-settings-autosave.php:5050
11006
+ #: wppa-settings-autosave.php:5092 wppa-settings-autosave.php:5132
11007
+ #: wppa-settings-autosave.php:8833
11008
  msgid "no link at all."
11009
  msgstr ""
11010
 
11011
+ #: wppa-settings-autosave.php:4605 wppa-settings-autosave.php:4648
11012
+ #: wppa-settings-autosave.php:4726 wppa-settings-autosave.php:4769
11013
+ #: wppa-settings-autosave.php:4817 wppa-settings-autosave.php:4864
11014
+ #: wppa-settings-autosave.php:4911 wppa-settings-autosave.php:4963
11015
+ #: wppa-settings-autosave.php:5001 wppa-settings-autosave.php:5051
11016
+ #: wppa-settings-autosave.php:5093 wppa-settings-autosave.php:5133
11017
+ #: wppa-settings-autosave.php:8834
11018
  msgid "the plain photo (file)."
11019
  msgstr ""
11020
 
11021
+ #: wppa-settings-autosave.php:4606 wppa-settings-autosave.php:8840
11022
  msgid "defined on widget admin page."
11023
  msgstr ""
11024
 
11025
+ #: wppa-settings-autosave.php:4607 wppa-settings-autosave.php:4650
11026
+ #: wppa-settings-autosave.php:5052 wppa-settings-autosave.php:5094
11027
+ #: wppa-settings-autosave.php:8838
11028
  msgid "the content of the album."
11029
  msgstr ""
11030
 
11031
+ #: wppa-settings-autosave.php:4608 wppa-settings-autosave.php:4651
11032
+ #: wppa-settings-autosave.php:4727 wppa-settings-autosave.php:4772
11033
+ #: wppa-settings-autosave.php:4820 wppa-settings-autosave.php:4867
11034
+ #: wppa-settings-autosave.php:4914 wppa-settings-autosave.php:5002
11035
+ #: wppa-settings-autosave.php:5053 wppa-settings-autosave.php:5095
11036
+ #: wppa-settings-autosave.php:8835
11037
  msgid "the full size photo in a slideshow."
11038
  msgstr ""
11039
 
11040
+ #: wppa-settings-autosave.php:4609 wppa-settings-autosave.php:4652
11041
+ #: wppa-settings-autosave.php:4728 wppa-settings-autosave.php:4773
11042
+ #: wppa-settings-autosave.php:4821 wppa-settings-autosave.php:4868
11043
+ #: wppa-settings-autosave.php:4915 wppa-settings-autosave.php:5003
11044
+ #: wppa-settings-autosave.php:5054 wppa-settings-autosave.php:5096
11045
+ #: wppa-settings-autosave.php:5134 wppa-settings-autosave.php:8836
11046
  msgid "the fullsize photo on its own."
11047
  msgstr ""
11048
 
11049
+ #: wppa-settings-autosave.php:4610 wppa-settings-autosave.php:4653
11050
+ #: wppa-settings-autosave.php:4692 wppa-settings-autosave.php:4731
11051
+ #: wppa-settings-autosave.php:4776 wppa-settings-autosave.php:4824
11052
+ #: wppa-settings-autosave.php:4871 wppa-settings-autosave.php:4918
11053
+ #: wppa-settings-autosave.php:5006
11054
  msgid "a plain page without a querystring."
11055
  msgstr ""
11056
 
11057
+ #: wppa-settings-autosave.php:4611 wppa-settings-autosave.php:4654
11058
+ #: wppa-settings-autosave.php:4693 wppa-settings-autosave.php:4732
11059
+ #: wppa-settings-autosave.php:4777 wppa-settings-autosave.php:4825
11060
+ #: wppa-settings-autosave.php:4872 wppa-settings-autosave.php:4919
11061
+ #: wppa-settings-autosave.php:4965 wppa-settings-autosave.php:5007
11062
+ #: wppa-settings-autosave.php:5055 wppa-settings-autosave.php:5097
11063
+ #: wppa-settings-autosave.php:5135
11064
  msgid "lightbox."
11065
  msgstr ""
11066
 
11067
+ #: wppa-settings-autosave.php:4636
11068
  msgid "SlideWidget"
11069
  msgstr ""
11070
 
11071
+ #: wppa-settings-autosave.php:4637
11072
  msgid "Slideshow widget photo link."
11073
  msgstr ""
11074
 
11075
+ #: wppa-settings-autosave.php:4638
11076
  msgid "Select the type of link the slideshow photos point to."
11077
  msgstr ""
11078
 
11079
+ #: wppa-settings-autosave.php:4649 wppa-settings-autosave.php:8839
11080
  msgid "defined at widget activation."
11081
  msgstr ""
11082
 
11083
+ #: wppa-settings-autosave.php:4679
11084
  #, fuzzy
11085
  msgid "Album widget"
11086
  msgstr "Album administration"
11087
 
11088
+ #: wppa-settings-autosave.php:4680
11089
  msgid "Album widget thumbnail link"
11090
  msgstr ""
11091
 
11092
+ #: wppa-settings-autosave.php:4681
11093
  msgid "Select the type of link the album widget photos point to."
11094
  msgstr ""
11095
 
11096
+ #: wppa-settings-autosave.php:4690
11097
  msgid "subalbums and thumbnails."
11098
  msgstr ""
11099
 
11100
+ #: wppa-settings-autosave.php:4691
11101
  #, fuzzy
11102
  msgid "slideshow."
11103
  msgstr "Slideshow"
11104
 
11105
+ #: wppa-settings-autosave.php:4714
11106
  #, fuzzy
11107
  msgid "ThumbnailWidget"
11108
  msgstr "Foto Top Ti"
11109
 
11110
+ #: wppa-settings-autosave.php:4715
11111
  #, fuzzy
11112
  msgid "Thumbnail widget photo link."
11113
  msgstr "Miniatura"
11114
 
11115
+ #: wppa-settings-autosave.php:4716
11116
  msgid "Select the type of link the thumbnail photos point to."
11117
  msgstr ""
11118
 
11119
+ #: wppa-settings-autosave.php:4729 wppa-settings-autosave.php:4774
11120
+ #: wppa-settings-autosave.php:4822 wppa-settings-autosave.php:4869
11121
+ #: wppa-settings-autosave.php:4916 wppa-settings-autosave.php:5004
11122
  msgid "the single photo in the style of a slideshow."
11123
  msgstr ""
11124
 
11125
+ #: wppa-settings-autosave.php:4730 wppa-settings-autosave.php:4775
11126
+ #: wppa-settings-autosave.php:4823 wppa-settings-autosave.php:4870
11127
+ #: wppa-settings-autosave.php:4917 wppa-settings-autosave.php:5005
11128
+ #: wppa-settings-autosave.php:5137
11129
  msgid "the fs photo with download and print buttons."
11130
  msgstr ""
11131
 
11132
+ #: wppa-settings-autosave.php:4757
11133
  msgid "TopTenWidget"
11134
  msgstr ""
11135
 
11136
+ #: wppa-settings-autosave.php:4758
11137
  msgid "TopTen widget photo link."
11138
  msgstr ""
11139
 
11140
+ #: wppa-settings-autosave.php:4759
11141
  msgid "Select the type of link the top ten photos point to."
11142
  msgstr ""
11143
 
11144
+ #: wppa-settings-autosave.php:4770
11145
  msgid "the content of the virtual topten album."
11146
  msgstr ""
11147
 
11148
+ #: wppa-settings-autosave.php:4771 wppa-settings-autosave.php:4819
11149
+ #: wppa-settings-autosave.php:4866 wppa-settings-autosave.php:4913
11150
  msgid "the content of the thumbnails album."
11151
  msgstr ""
11152
 
11153
+ #: wppa-settings-autosave.php:4805
11154
  msgid "LasTenWidget"
11155
  msgstr ""
11156
 
11157
+ #: wppa-settings-autosave.php:4806
11158
  #, fuzzy
11159
  msgid "Last Ten widget photo link."
11160
  msgstr "Foto Top Ti"
11161
 
11162
+ #: wppa-settings-autosave.php:4807
11163
  msgid "Select the type of link the last ten photos point to."
11164
  msgstr ""
11165
 
11166
+ #: wppa-settings-autosave.php:4818
11167
  msgid "the content of the virtual lasten album."
11168
  msgstr ""
11169
 
11170
+ #: wppa-settings-autosave.php:4852
11171
  #, fuzzy
11172
  msgid "CommentWidget"
11173
  msgstr "Kommentarer tilf&oslash;jet"
11174
 
11175
+ #: wppa-settings-autosave.php:4853
11176
  #, fuzzy
11177
  msgid "Comment widget photo link."
11178
  msgstr "Kommentar til billeder"
11179
 
11180
+ #: wppa-settings-autosave.php:4854
11181
  msgid "Select the type of link the comment widget photos point to."
11182
  msgstr ""
11183
 
11184
+ #: wppa-settings-autosave.php:4865
11185
  msgid "the content of the virtual comten album."
11186
  msgstr ""
11187
 
11188
+ #: wppa-settings-autosave.php:4899
11189
  msgid "FeaTenWidget"
11190
  msgstr ""
11191
 
11192
+ #: wppa-settings-autosave.php:4900
11193
  msgid "FeaTen widget photo link."
11194
  msgstr ""
11195
 
11196
+ #: wppa-settings-autosave.php:4901
11197
  msgid "Select the type of link the featured ten photos point to."
11198
  msgstr ""
11199
 
11200
+ #: wppa-settings-autosave.php:4912
11201
  msgid "the content of the virtual featen album."
11202
  msgstr ""
11203
 
11204
+ #: wppa-settings-autosave.php:4945
11205
  msgid "Links from other WPPA+ images"
11206
  msgstr ""
11207
 
11208
+ #: wppa-settings-autosave.php:4947
11209
  #, fuzzy
11210
  msgid "Cover Image"
11211
  msgstr "Billede"
11212
 
11213
+ #: wppa-settings-autosave.php:4948
11214
  msgid "The link from the cover image of an album."
11215
  msgstr ""
11216
 
11217
+ #: wppa-settings-autosave.php:4949
11218
  msgid "Select the type of link the coverphoto points to."
11219
  msgstr ""
11220
 
11221
+ #: wppa-settings-autosave.php:4950
11222
  msgid "The link from the album title can be configured on the Edit Album page."
11223
  msgstr ""
11224
 
11225
+ #: wppa-settings-autosave.php:4951
11226
  msgid "This link will be used for the photo also if you select: same as title."
11227
  msgstr ""
11228
 
11229
+ #: wppa-settings-autosave.php:4952
11230
  msgid ""
11231
  "If you specify New Tab on this line, all links from the cover will open a "
11232
  "new tab,"
11233
  msgstr ""
11234
 
11235
+ #: wppa-settings-autosave.php:4953
11236
  msgid "except when Ajax is activated on Table IV-A1."
11237
  msgstr ""
11238
 
11239
+ #: wppa-settings-autosave.php:4964 wppa-settings-autosave.php:8841
11240
  msgid "same as title."
11241
  msgstr ""
11242
 
11243
+ #: wppa-settings-autosave.php:4966
11244
  msgid "a slideshow starting at the photo"
11245
  msgstr ""
11246
 
11247
+ #: wppa-settings-autosave.php:4987
11248
  #, fuzzy
11249
  msgid "Thumbnail"
11250
  msgstr "Miniatura"
11251
 
11252
+ #: wppa-settings-autosave.php:4988
11253
  #, fuzzy
11254
  msgid "Thumbnail link."
11255
  msgstr "Foto Top Ti"
11256
 
11257
+ #: wppa-settings-autosave.php:4989 wppa-settings-autosave.php:5039
11258
+ #: wppa-settings-autosave.php:5081
11259
  msgid "Select the type of link you want, or no link at all."
11260
  msgstr ""
11261
 
11262
+ #: wppa-settings-autosave.php:4990 wppa-settings-autosave.php:5040
11263
+ #: wppa-settings-autosave.php:5082
11264
  msgid ""
11265
  "If you select the fullsize photo on its own, it will be stretched to fit, "
11266
  "regardless of that setting."
11267
  msgstr ""
11268
 
11269
+ #: wppa-settings-autosave.php:4991 wppa-settings-autosave.php:5041
11270
+ #: wppa-settings-autosave.php:5083
11271
  #, php-format
11272
  msgid ""
11273
  "Note that a page must have at least %%wppa%% or [wppa][/wppa] in its content "
11274
  "to show up the photo(s)."
11275
  msgstr ""
11276
 
11277
+ #: wppa-settings-autosave.php:5020
11278
  #, fuzzy
11279
  msgid "Auto Page"
11280
  msgstr "Automatisk, afskudt"
11281
 
11282
+ #: wppa-settings-autosave.php:5037
11283
  #, fuzzy
11284
  msgid "Sphoto"
11285
  msgstr "foto"
11286
 
11287
+ #: wppa-settings-autosave.php:5038
11288
  #, fuzzy
11289
  msgid "Single photo link."
11290
  msgstr "Indtast foto navn"
11291
 
11292
+ #: wppa-settings-autosave.php:5079
11293
  #, fuzzy
11294
  msgid "Mphoto"
11295
  msgstr "foto"
11296
 
11297
+ #: wppa-settings-autosave.php:5080
11298
  msgid "Media-like photo link."
11299
  msgstr ""
11300
 
11301
+ #: wppa-settings-autosave.php:5122
11302
  msgid "Slideshow fullsize link"
11303
  msgstr ""
11304
 
11305
+ #: wppa-settings-autosave.php:5123
11306
  msgid ""
11307
  "You can overrule lightbox but not big browse buttons with the photo specifc "
11308
  "link."
11309
  msgstr ""
11310
 
11311
+ #: wppa-settings-autosave.php:5136
11312
  msgid "lightbox single photos."
11313
  msgstr ""
11314
 
11315
+ #: wppa-settings-autosave.php:5138
11316
  #, fuzzy
11317
  msgid "the thumbnails."
11318
  msgstr "Se"
11319
 
11320
+ #: wppa-settings-autosave.php:5162
11321
  msgid "Film linktype"
11322
  msgstr ""
11323
 
11324
+ #: wppa-settings-autosave.php:5163
11325
  msgid "Direct access goto image in:"
11326
  msgstr ""
11327
 
11328
+ #: wppa-settings-autosave.php:5164
11329
  msgid ""
11330
  "Select the action to be taken when the user clicks on a filmstrip image."
11331
  msgstr ""
11332
 
11333
+ #: wppa-settings-autosave.php:5169
11334
  #, fuzzy
11335
  msgid "slideshow window"
11336
  msgstr "Slideshow"
11337
 
11338
+ #: wppa-settings-autosave.php:5170
11339
  msgid "lightbox overlay"
11340
  msgstr ""
11341
 
11342
+ #: wppa-settings-autosave.php:5185
11343
  #, fuzzy
11344
  msgid "Other links"
11345
  msgstr "Andet"
11346
 
11347
+ #: wppa-settings-autosave.php:5187
11348
  msgid "Download Link (aka Art Monkey link)"
11349
  msgstr ""
11350
 
11351
+ #: wppa-settings-autosave.php:5188
11352
  msgid "Makes the photo name a download button."
11353
  msgstr ""
11354
 
11355
+ #: wppa-settings-autosave.php:5189
11356
  msgid "Link Photo name in slideshow to file or zip with photoname as filename."
11357
  msgstr ""
11358
 
11359
+ #: wppa-settings-autosave.php:5193 wppa-settings-autosave.php:5240
11360
  msgid "image file"
11361
  msgstr ""
11362
 
11363
+ #: wppa-settings-autosave.php:5194 wppa-settings-autosave.php:5241
11364
  msgid "zipped image"
11365
  msgstr ""
11366
 
11367
+ #: wppa-settings-autosave.php:5207
11368
  msgid "Art Monkey Source"
11369
  msgstr ""
11370
 
11371
+ #: wppa-settings-autosave.php:5208
11372
  msgid "Use Source file for art monkey link if available."
11373
  msgstr ""
11374
 
11375
+ #: wppa-settings-autosave.php:5217
11376
  msgid "Art Monkey Display"
11377
  msgstr ""
11378
 
11379
+ #: wppa-settings-autosave.php:5218
11380
  msgid "Select button or link ( text )."
11381
  msgstr ""
11382
 
11383
+ #: wppa-settings-autosave.php:5223
11384
  msgid "Textlink"
11385
  msgstr ""
11386
 
11387
+ #: wppa-settings-autosave.php:5235
11388
  msgid "Popup Download Link"
11389
  msgstr ""
11390
 
11391
+ #: wppa-settings-autosave.php:5236
11392
  msgid "Configure the download link on fullsize popups."
11393
  msgstr ""
11394
 
11395
+ #: wppa-settings-autosave.php:5237
11396
  msgid "Link fullsize popup download button to either image or zip file."
11397
  msgstr ""
11398
 
11399
+ #: wppa-settings-autosave.php:5253
11400
  msgid "Download link on lightbox"
11401
  msgstr ""
11402
 
11403
+ #: wppa-settings-autosave.php:5254
11404
  msgid "Art monkey link on lightbox photo names."
11405
  msgstr ""
11406
 
11407
+ #: wppa-settings-autosave.php:5263
11408
  #, fuzzy
11409
  msgid "Album download link"
11410
  msgstr "Album administration"
11411
 
11412
+ #: wppa-settings-autosave.php:5264
11413
  msgid "Place an album download link on the album covers"
11414
  msgstr ""
11415
 
11416
+ #: wppa-settings-autosave.php:5265
11417
  msgid "Creates a download zipfile containing the photos of the album"
11418
  msgstr ""
11419
 
11420
+ #: wppa-settings-autosave.php:5273
11421
  msgid "Album download Source"
11422
  msgstr ""
11423
 
11424
+ #: wppa-settings-autosave.php:5274
11425
  msgid "Use Source file for album download link if available."
11426
  msgstr ""
11427
 
11428
+ #: wppa-settings-autosave.php:5283
11429
  msgid "Tagcloud Link"
11430
  msgstr ""
11431
 
11432
+ #: wppa-settings-autosave.php:5284
11433
  msgid "Configure the link from the tags in the tag cloud."
11434
  msgstr ""
11435
 
11436
+ #: wppa-settings-autosave.php:5285
11437
  msgid "Link the tag words to ether the thumbnails or the slideshow."
11438
  msgstr ""
11439
 
11440
+ #: wppa-settings-autosave.php:5294 wppa-settings-autosave.php:5325
11441
+ #: wppa-settings-autosave.php:5420
11442
  #, fuzzy
11443
  msgid "slideshow"
11444
  msgstr "Slideshow"
11445
 
11446
+ #: wppa-settings-autosave.php:5314
11447
  msgid "Multitag Link"
11448
  msgstr ""
11449
 
11450
+ #: wppa-settings-autosave.php:5315
11451
  msgid "Configure the link from the multitag selection."
11452
  msgstr ""
11453
 
11454
+ #: wppa-settings-autosave.php:5316
11455
  msgid "Link to ether the thumbnails or the slideshow."
11456
  msgstr ""
11457
 
11458
+ #: wppa-settings-autosave.php:5345
11459
  #, fuzzy
11460
  msgid "Super View Landing"
11461
  msgstr "Se forside fotos"
11462
 
11463
+ #: wppa-settings-autosave.php:5346
11464
  msgid "The landing page for the Super View widget."
11465
  msgstr ""
11466
 
11467
+ #: wppa-settings-autosave.php:5354
11468
  msgid "Defined by the visitor"
11469
  msgstr ""
11470
 
11471
+ #: wppa-settings-autosave.php:5367
11472
  #, fuzzy
11473
  msgid "Uploader Landing"
11474
  msgstr "Indl&aelig;sning fejlede"
11475
 
11476
+ #: wppa-settings-autosave.php:5368
11477
  msgid "Select the landing page for the Uploader Widget"
11478
  msgstr ""
11479
 
11480
+ #: wppa-settings-autosave.php:5388
11481
  msgid "Bestof Landing"
11482
  msgstr ""
11483
 
11484
+ #: wppa-settings-autosave.php:5389
11485
  msgid "Select the landing page for the BestOf Widget / Box"
11486
  msgstr ""
11487
 
11488
+ #: wppa-settings-autosave.php:5409
11489
  msgid "Album navigator Link"
11490
  msgstr ""
11491
 
11492
+ #: wppa-settings-autosave.php:5410
11493
  msgid "Select link type and page for the Album navigator Widget"
11494
  msgstr ""
11495
 
11496
+ #: wppa-settings-autosave.php:5438
11497
  msgid "Supersearch Landing"
11498
  msgstr ""
11499
 
11500
+ #: wppa-settings-autosave.php:5439
11501
  msgid "Select the landing page for the Supersearch Box"
11502
  msgstr ""
11503
 
11504
+ #: wppa-settings-autosave.php:5459
11505
  msgid "SM widget return"
11506
  msgstr ""
11507
 
11508
+ #: wppa-settings-autosave.php:5460
11509
  msgid "Select the return link for social media from widgets"
11510
  msgstr ""
11511
 
11512
+ #: wppa-settings-autosave.php:5461
11513
  msgid ""
11514
  "If you select Landing page, and it wont work, it may be required to set the "
11515
  "Occur to the sequence number of the landing shortcode on the page."
11516
  msgstr ""
11517
 
11518
+ #: wppa-settings-autosave.php:5462
11519
  msgid ""
11520
  "Normally it is 1, but you can try 2 etc. Always create a new shared link to "
11521
  "test a setting."
11522
  msgstr ""
11523
 
11524
+ #: wppa-settings-autosave.php:5470
11525
  #, fuzzy
11526
  msgid "Home page"
11527
  msgstr "Hjem"
11528
 
11529
+ #: wppa-settings-autosave.php:5471
11530
  msgid "Landing page"
11531
  msgstr ""
11532
 
11533
+ #: wppa-settings-autosave.php:5482
11534
  msgid "Occur"
11535
  msgstr ""
11536
 
11537
+ #: wppa-settings-autosave.php:5511
11538
  msgid "Table VII:"
11539
  msgstr ""
11540
 
11541
+ #: wppa-settings-autosave.php:5511
11542
  msgid "Permissions and Restrictions:"
11543
  msgstr ""
11544
 
11545
+ #: wppa-settings-autosave.php:5512
11546
  msgid ""
11547
  "This table describes the access settings for admin and front-end activities."
11548
  msgstr ""
11549
 
11550
+ #: wppa-settings-autosave.php:5540
11551
  msgid "Role"
11552
  msgstr ""
11553
 
11554
+ #: wppa-settings-autosave.php:5549
11555
  msgid ""
11556
  "Admin settings per user role. Enabling these settings will overrule the "
11557
  "front-end settings for the specific user role"
11558
  msgstr ""
11559
 
11560
+ #: wppa-settings-autosave.php:5573
11561
  msgid "Frontend create Albums and upload Photos enabling and limiting settings"
11562
  msgstr ""
11563
 
11564
+ #: wppa-settings-autosave.php:5575
11565
  #, fuzzy
11566
  msgid "User create Albums"
11567
  msgstr "Impossibile creare album. "
11568
 
11569
+ #: wppa-settings-autosave.php:5576
11570
  #, fuzzy
11571
  msgid "Enable frontend album creation."
11572
  msgstr "Inserisci / modifica la descrizione per questo album."
11573
 
11574
+ #: wppa-settings-autosave.php:5577
11575
  msgid "If you check this item, frontend album creation will be enabled."
11576
  msgstr ""
11577
 
11578
+ #: wppa-settings-autosave.php:5587
11579
  #, fuzzy
11580
  msgid "User edit album"
11581
  msgstr "Impossibile creare album. "
11582
 
11583
+ #: wppa-settings-autosave.php:5588
11584
  #, fuzzy
11585
  msgid "Enable frontent edit album name and description."
11586
  msgstr "Inserisci / modifica la descrizione per questo album."
11587
 
11588
+ #: wppa-settings-autosave.php:5598
11589
  #, fuzzy
11590
  msgid "User delete Albums"
11591
  msgstr "Impossibile creare album. "
11592
 
11593
+ #: wppa-settings-autosave.php:5599
11594
  #, fuzzy
11595
  msgid "Enable frontend album deletion"
11596
  msgstr "Inserisci / modifica la descrizione per questo album."
11597
 
11598
+ #: wppa-settings-autosave.php:5600
11599
  msgid "If you check this item, frontend album deletion will be enabled."
11600
  msgstr ""
11601
 
11602
+ #: wppa-settings-autosave.php:5610
11603
  #, fuzzy
11604
  msgid "User create Albums login"
11605
  msgstr "Impossibile creare album. "
11606
 
11607
+ #: wppa-settings-autosave.php:5611
11608
  msgid "Frontend album creation requires the user is logged in."
11609
  msgstr ""
11610
 
11611
+ #: wppa-settings-autosave.php:5637
11612
  #, fuzzy, php-format
11613
  msgid "Upload limit %s"
11614
  msgstr "Indsend foto"
11615
 
11616
+ #: wppa-settings-autosave.php:5638
11617
  msgid "Limit upload capacity for logged out users."
11618
  msgstr ""
11619
 
11620
+ #: wppa-settings-autosave.php:5639
11621
  #, php-format
11622
  msgid "Limit upload capacity for the user role %s."
11623
  msgstr ""
11624
 
11625
+ #: wppa-settings-autosave.php:5640
11626
  msgid "This setting has only effect when Table VII-B2 is unchecked."
11627
  msgstr ""
11628
 
11629
+ #: wppa-settings-autosave.php:5641
11630
  msgid ""
11631
  "This limitation only applies to frontend uploads when the same userrole does "
11632
  "not have the Upload checkbox checked in Table VII-A."
11633
  msgstr ""
11634
 
11635
+ #: wppa-settings-autosave.php:5642 wppa-settings-autosave.php:5658
11636
+ #: wppa-settings-autosave.php:7038
11637
  msgid "A value of 0 means: no limit."
11638
  msgstr ""
11639
 
11640
+ #: wppa-settings-autosave.php:5655
11641
  #, fuzzy, php-format
11642
  msgid "Album limit %s"
11643
  msgstr "Album administration"
11644
 
11645
+ #: wppa-settings-autosave.php:5656
11646
  #, php-format
11647
  msgid "Limit number of albums for the user role %s."
11648
  msgstr ""
11649
 
11650
+ #: wppa-settings-autosave.php:5657
11651
  msgid ""
11652
  "This limitation only applies to frontend create albums when the same "
11653
  "userrole does not have the Album admin checkbox checked in Table VII-A."
11654
  msgstr ""
11655
 
11656
+ #: wppa-settings-autosave.php:5669
11657
  #, fuzzy
11658
  msgid "Upload one only"
11659
  msgstr "Indsend foto"
11660
 
11661
+ #: wppa-settings-autosave.php:5670
11662
  msgid "Non admin users can upload only one photo at a time."
11663
  msgstr ""
11664
 
11665
+ #: wppa-settings-autosave.php:5680
11666
  #, fuzzy
11667
  msgid "Upload moderation"
11668
  msgstr "Indsend foto"
11669
 
11670
+ #: wppa-settings-autosave.php:5681
11671
  #, fuzzy
11672
  msgid "Uploaded photos need moderation."
11673
  msgstr "Denne indsendelse kr&aelig;ver godkendelse"
11674
 
11675
+ #: wppa-settings-autosave.php:5682
11676
  msgid ""
11677
  "If checked, photos uploaded by users who do not have photo album admin "
11678
  "access rights need moderation."
11679
  msgstr ""
11680
 
11681
+ #: wppa-settings-autosave.php:5683
11682
  msgid ""
11683
  "Users who have photo album admin access rights can change the photo status "
11684
  "to publish or featured."
11685
  msgstr ""
11686
 
11687
+ #: wppa-settings-autosave.php:5684
11688
  msgid "You can set the album admin access rights in Table VII-A."
11689
  msgstr ""
11690
 
11691
+ #: wppa-settings-autosave.php:5693
11692
  #, fuzzy
11693
  msgid "Upload notify"
11694
  msgstr "Indsend foto"
11695
 
11696
+ #: wppa-settings-autosave.php:5694
11697
  msgid "Notify admin at frontend upload."
11698
  msgstr ""
11699
 
11700
+ #: wppa-settings-autosave.php:5695 wppa-settings-autosave.php:5706
11701
  msgid "If checked, admin will receive a notification by email."
11702
  msgstr ""
11703
 
11704
+ #: wppa-settings-autosave.php:5704
11705
  msgid "Upload backend notify"
11706
  msgstr ""
11707
 
11708
+ #: wppa-settings-autosave.php:5705
11709
  msgid "Notify admin at backend upload."
11710
  msgstr ""
11711
 
11712
+ #: wppa-settings-autosave.php:5715
11713
  msgid "Max size in pixels"
11714
  msgstr ""
11715
 
11716
+ #: wppa-settings-autosave.php:5716
11717
  msgid "Max size for height and width for front-end uploads."
11718
  msgstr ""
11719
 
11720
+ #: wppa-settings-autosave.php:5717
11721
  msgid "Enter the maximum size. 0 is unlimited"
11722
  msgstr ""
11723
 
11724
+ #: wppa-settings-autosave.php:5726
11725
  msgid "Home after Upload"
11726
  msgstr ""
11727
 
11728
+ #: wppa-settings-autosave.php:5727
11729
  msgid "After successfull front-end upload, go to the home page."
11730
  msgstr ""
11731
 
11732
+ #: wppa-settings-autosave.php:5737
11733
  msgid "Admin Functionality restrictions for non administrators"
11734
  msgstr ""
11735
 
11736
+ #: wppa-settings-autosave.php:5739
11737
  msgid "Alt thumb is restricted"
11738
  msgstr ""
11739
 
11740
+ #: wppa-settings-autosave.php:5740
11741
  msgid "Using <b>alt thumbsize</b> is a restricted action."
11742
  msgstr ""
11743
 
11744
+ #: wppa-settings-autosave.php:5741
11745
  msgid ""
11746
  "If checked: alt thumbsize can not be set in album admin by users not having "
11747
  "admin rights."
11748
  msgstr ""
11749
 
11750
+ #: wppa-settings-autosave.php:5750
11751
  msgid "Link is restricted"
11752
  msgstr ""
11753
 
11754
+ #: wppa-settings-autosave.php:5751
11755
  msgid "Using <b>Link to</b> is a restricted action."
11756
  msgstr ""
11757
 
11758
+ #: wppa-settings-autosave.php:5752
11759
  msgid ""
11760
  "If checked: Link to: can not be set in album admin by users not having admin "
11761
  "rights."
11762
  msgstr ""
11763
 
11764
+ #: wppa-settings-autosave.php:5761
11765
  msgid "CoverType is restricted"
11766
  msgstr ""
11767
 
11768
+ #: wppa-settings-autosave.php:5762
11769
  msgid "Changing <b>Cover Type</b> is a restricted action."
11770
  msgstr ""
11771
 
11772
+ #: wppa-settings-autosave.php:5763
11773
  msgid ""
11774
  "If checked: Cover Type: can not be set in album admin by users not having "
11775
  "admin rights."
11776
  msgstr ""
11777
 
11778
+ #: wppa-settings-autosave.php:5772
11779
  msgid "Photo order# is restricted"
11780
  msgstr ""
11781
 
11782
+ #: wppa-settings-autosave.php:5773
11783
  msgid "Changing <b>Photo sort order #</b> is a restricted action."
11784
  msgstr ""
11785
 
11786
+ #: wppa-settings-autosave.php:5774
11787
  msgid ""
11788
  "If checked: Photo sort order #: can not be set in photo admin by users not "
11789
  "having admin rights."
11790
  msgstr ""
11791
 
11792
+ #: wppa-settings-autosave.php:5783
11793
  msgid "Change source restricted"
11794
  msgstr ""
11795
 
11796
+ #: wppa-settings-autosave.php:5784
11797
  msgid "Changing the import source dir requires admin rights."
11798
  msgstr ""
11799
 
11800
+ #: wppa-settings-autosave.php:5785
11801
  msgid ""
11802
  "If checked, the imput source for importing photos and albums is restricted "
11803
  "to user role administrator."
11804
  msgstr ""
11805
 
11806
+ #: wppa-settings-autosave.php:5794
11807
  msgid "Extended status restricted"
11808
  msgstr ""
11809
 
11810
+ #: wppa-settings-autosave.php:5795
11811
  msgid "Setting status other than pending or publish requires admin rights."
11812
  msgstr ""
11813
 
11814
+ #: wppa-settings-autosave.php:5805
11815
  msgid "Photo description restricted"
11816
  msgstr ""
11817
 
11818
+ #: wppa-settings-autosave.php:5806
11819
  msgid "Edit photo description requires admin rights."
11820
  msgstr ""
11821
 
11822
+ #: wppa-settings-autosave.php:5816
11823
  msgid "Update photofiles restricted"
11824
  msgstr ""
11825
 
11826
+ #: wppa-settings-autosave.php:5817
11827
  msgid "Re-upload files requires admin rights"
11828
  msgstr ""
11829
 
11830
+ #: wppa-settings-autosave.php:5827
11831
  msgid "Miscellaneous limiting settings"
11832
  msgstr ""
11833
 
11834
+ #: wppa-settings-autosave.php:5829
11835
  msgid "Owners only"
11836
  msgstr ""
11837
 
11838
+ #: wppa-settings-autosave.php:5830
11839
  msgid "Limit edit album access to the album owners only."
11840
  msgstr ""
11841
 
11842
+ #: wppa-settings-autosave.php:5831
11843
  msgid "If checked, non-admin users can edit their own albums only."
11844
  msgstr ""
11845
 
11846
+ #: wppa-settings-autosave.php:5840
11847
  msgid "Upload Owners only"
11848
  msgstr ""
11849
 
11850
+ #: wppa-settings-autosave.php:5841
11851
  msgid "Limit uploads to the album owners only."
11852
  msgstr ""
11853
 
11854
+ #: wppa-settings-autosave.php:5842
11855
  msgid ""
11856
  "If checked, users can upload to their own own albums and --- public --- only."
11857
  msgstr ""
11858
 
11859
+ #: wppa-settings-autosave.php:5851
11860
  #, fuzzy
11861
  msgid "Uploader Edit"
11862
  msgstr "Indsend foto"
11863
 
11864
+ #: wppa-settings-autosave.php:5852
11865
  msgid "Allow the uploader to edit the photo info"
11866
  msgstr ""
11867
 
11868
+ #: wppa-settings-autosave.php:5853
11869
  msgid ""
11870
  "If checked, any logged in user that has upload rights and uploads an image "
11871
  "has the capability to edit the photo information."
11872
  msgstr ""
11873
 
11874
+ #: wppa-settings-autosave.php:5854
11875
  msgid "Note: This may be AFTER moderation!!"
11876
  msgstr ""
11877
 
11878
+ #: wppa-settings-autosave.php:5863
11879
  #, fuzzy
11880
  msgid "Uploader Moderate Comment"
11881
  msgstr "Godkend kommentar administration"
11882
 
11883
+ #: wppa-settings-autosave.php:5864
11884
  msgid "The owner of the photo can moderate the photos comments."
11885
  msgstr ""
11886
 
11887
+ #: wppa-settings-autosave.php:5865
11888
  msgid "This setting requires \"Uploader edit\" to be enabled also."
11889
  msgstr ""
11890
 
11891
+ #: wppa-settings-autosave.php:5874
11892
  msgid "Upload memory check frontend"
11893
  msgstr ""
11894
 
11895
+ #: wppa-settings-autosave.php:5875 wppa-settings-autosave.php:5886
11896
  msgid "Disable uploading photos that are too large."
11897
  msgstr ""
11898
 
11899
+ #: wppa-settings-autosave.php:5876 wppa-settings-autosave.php:5887
11900
  msgid ""
11901
  "To prevent out of memory crashes during upload and possible database "
11902
  "inconsistencies, uploads can be prevented if the photos are too big."
11903
  msgstr ""
11904
 
11905
+ #: wppa-settings-autosave.php:5885
11906
  msgid "Upload memory check admin"
11907
  msgstr ""
11908
 
11909
+ #: wppa-settings-autosave.php:5896
11910
  #, fuzzy
11911
  msgid "Comment captcha"
11912
  msgstr "Kommentarer tilf&oslash;jet"
11913
 
11914
+ #: wppa-settings-autosave.php:5897
11915
  msgid "Use a simple calculate captcha on comments form."
11916
  msgstr ""
11917
 
11918
+ #: wppa-settings-autosave.php:5908
11919
  msgid "Spam lifetime"
11920
  msgstr ""
11921
 
11922
+ #: wppa-settings-autosave.php:5909
11923
  msgid "Delete spam comments when older than."
11924
  msgstr ""
11925
 
11926
+ #: wppa-settings-autosave.php:5912
11927
  #, fuzzy
11928
  msgid "10 minutes"
11929
  msgstr "1 minut"
11930
 
11931
+ #: wppa-settings-autosave.php:5912
11932
  msgid "half an hour"
11933
  msgstr ""
11934
 
11935
+ #: wppa-settings-autosave.php:5912
11936
  #, fuzzy
11937
  msgid "one hour"
11938
  msgstr "1 time"
11939
 
11940
+ #: wppa-settings-autosave.php:5912
11941
  #, fuzzy
11942
  msgid "one day"
11943
  msgstr "1 dag"
11944
 
11945
+ #: wppa-settings-autosave.php:5912
11946
  #, fuzzy
11947
  msgid "one week"
11948
  msgstr "1 uge"
11949
 
11950
+ #: wppa-settings-autosave.php:5922
11951
  msgid "Avoid duplicates"
11952
  msgstr ""
11953
 
11954
+ #: wppa-settings-autosave.php:5923
11955
  msgid "Prevent the creation of duplicate photos."
11956
  msgstr ""
11957
 
11958
+ #: wppa-settings-autosave.php:5924
11959
  msgid ""
11960
  "If checked: uploading, importing, copying or moving photos to other albums "
11961
  "will be prevented when the desitation album already contains a photo with "
11962
  "the same filename."
11963
  msgstr ""
11964
 
11965
+ #: wppa-settings-autosave.php:5933
11966
  msgid "Blacklist user"
11967
  msgstr ""
11968
 
11969
+ #: wppa-settings-autosave.php:5934 wppa-settings-autosave.php:5935
11970
  msgid "Set the status of all the users photos to 'pending'."
11971
  msgstr ""
11972
 
11973
+ #: wppa-settings-autosave.php:5936
11974
  msgid "Also inhibits further uploads."
11975
  msgstr ""
11976
 
11977
+ #: wppa-settings-autosave.php:5942
11978
  msgid "--- select a user to blacklist ---"
11979
  msgstr ""
11980
 
11981
+ #: wppa-settings-autosave.php:5952 wppa-settings-autosave.php:5957
11982
+ #: wppa-settings-autosave.php:5978 wppa-settings-autosave.php:8072
11983
+ #: wppa-settings-autosave.php:8114
11984
  msgid "The page will be reloaded after the action has taken place."
11985
  msgstr ""
11986
 
11987
+ #: wppa-settings-autosave.php:5958
11988
  msgid "User login name <b>( case sensitive! )</b>:"
11989
  msgstr ""
11990
 
11991
+ #: wppa-settings-autosave.php:5966
11992
  msgid "Unblacklist user"
11993
  msgstr ""
11994
 
11995
+ #: wppa-settings-autosave.php:5967
11996
  msgid "Set the status of all the users photos to 'publish'."
11997
  msgstr ""
11998
 
11999
+ #: wppa-settings-autosave.php:5971
12000
  msgid "--- select a user to unblacklist ---"
12001
  msgstr ""
12002
 
12003
+ #: wppa-settings-autosave.php:5986
12004
  #, fuzzy
12005
  msgid "Photo owner change"
12006
  msgstr "Dagens foto"
12007
 
12008
+ #: wppa-settings-autosave.php:5987
12009
  msgid "Administrators can change photo owner"
12010
  msgstr ""
12011
 
12012
+ #: wppa-settings-autosave.php:6015
12013
  msgid "Table VIII:"
12014
  msgstr ""
12015
 
12016
+ #: wppa-settings-autosave.php:6015
12017
  msgid "Actions:"
12018
  msgstr ""
12019
 
12020
+ #: wppa-settings-autosave.php:6016
12021
  msgid "This table lists all actions that can be taken to the wppa+ system"
12022
  msgstr ""
12023
 
12024
+ #: wppa-settings-autosave.php:6026 wppa-settings-autosave.php:6606
12025
  msgid "Specification"
12026
  msgstr ""
12027
 
12028
+ #: wppa-settings-autosave.php:6027 wppa-settings-autosave.php:6607
12029
+ #: wppa-settings-autosave.php:8855 wppa-settings-autosave.php:8877
12030
  msgid "Do it!"
12031
  msgstr ""
12032
 
12033
+ #: wppa-settings-autosave.php:6029 wppa-settings-autosave.php:6609
12034
  msgid "To Go"
12035
  msgstr ""
12036
 
12037
+ #: wppa-settings-autosave.php:6037
12038
  msgid "Harmless and reverseable actions"
12039
  msgstr ""
12040
 
12041
+ #: wppa-settings-autosave.php:6039
12042
  msgid "Ignore concurrency"
12043
  msgstr ""
12044
 
12045
+ #: wppa-settings-autosave.php:6040
12046
  msgid "Ignore the prevention of concurrent actions."
12047
  msgstr ""
12048
 
12049
+ #: wppa-settings-autosave.php:6041
12050
  msgid ""
12051
  "This setting is meant to recover from deadlock situations only. Use with "
12052
  "care!"
12053
  msgstr ""
12054
 
12055
+ #: wppa-settings-autosave.php:6052
12056
  msgid "Setup"
12057
  msgstr ""
12058
 
12059
+ #: wppa-settings-autosave.php:6053
12060
  msgid "Re-initialize plugin."
12061
  msgstr ""
12062
 
12063
+ #: wppa-settings-autosave.php:6054
12064
  msgid ""
12065
  "Re-initilizes the plugin, (re)creates database tables and sets up default "
12066
  "settings and directories if required."
12067
  msgstr ""
12068
 
12069
+ #: wppa-settings-autosave.php:6055
12070
  msgid ""
12071
  "This action may be required to setup blogs in a multiblog (network) site as "
12072
  "well as in rare cases to correct initilization errors."
12073
  msgstr ""
12074
 
12075
+ #: wppa-settings-autosave.php:6066
12076
  #, fuzzy
12077
  msgid "Backup settings"
12078
  msgstr "Indstillinger"
12079
 
12080
+ #: wppa-settings-autosave.php:6067
12081
  msgid "Save all settings into a backup file."
12082
  msgstr ""
12083
 
12084
+ #: wppa-settings-autosave.php:6068
12085
  msgid "Saves all the settings into a backup file"
12086
  msgstr ""
12087
 
12088
+ #: wppa-settings-autosave.php:6079
12089
  #, fuzzy
12090
  msgid "Load settings"
12091
  msgstr "Indstillinger"
12092
 
12093
+ #: wppa-settings-autosave.php:6080
12094
  msgid "Restore all settings from defaults, a backup or skin file."
12095
  msgstr ""
12096
 
12097
+ #: wppa-settings-autosave.php:6081
12098
  msgid ""
12099
  "Restores all the settings from the factory supplied defaults, the backup you "
12100
  "created or from a skin file."
12101
  msgstr ""
12102
 
12103
+ #: wppa-settings-autosave.php:6087
12104
  #, fuzzy
12105
  msgid "--- set to defaults ---"
12106
  msgstr "--- vises ikke ---"
12107
 
12108
+ #: wppa-settings-autosave.php:6090
12109
  msgid "--- restore backup ---"
12110
  msgstr ""
12111
 
12112
+ #: wppa-settings-autosave.php:6112
12113
  msgid "Regenerate"
12114
  msgstr ""
12115
 
12116
+ #: wppa-settings-autosave.php:6113 wppa-settings-autosave.php:6114
12117
  #, fuzzy
12118
  msgid "Regenerate all thumbnails."
12119
  msgstr "Se"
12120
 
12121
+ #: wppa-settings-autosave.php:6117 wppa-settings-autosave.php:6221
12122
  msgid "Skip one"
12123
  msgstr ""
12124
 
12125
+ #: wppa-settings-autosave.php:6126
12126
  #, fuzzy
12127
  msgid "Rerate"
12128
  msgstr "Vedligehold"
12129
 
12130
+ #: wppa-settings-autosave.php:6127
12131
  msgid "Recalculate ratings."
12132
  msgstr ""
12133
 
12134
+ #: wppa-settings-autosave.php:6128
12135
  msgid ""
12136
  "This function will recalculate all mean photo ratings from the ratings table."
12137
  msgstr ""
12138
 
12139
+ #: wppa-settings-autosave.php:6129
12140
  msgid ""
12141
  "You may need this function after the re-import of previously exported photos"
12142
  msgstr ""
12143
 
12144
+ #: wppa-settings-autosave.php:6140
12145
  #, fuzzy
12146
  msgid "Lost and found"
12147
  msgstr "Billede ikke fundet"
12148
 
12149
+ #: wppa-settings-autosave.php:6141
12150
  msgid "Find \"lost\" photos."
12151
  msgstr ""
12152
 
12153
+ #: wppa-settings-autosave.php:6142
12154
  msgid "This function will attempt to find lost photos."
12155
  msgstr ""
12156
 
12157
+ #: wppa-settings-autosave.php:6153
12158
  msgid "Recuperate"
12159
  msgstr ""
12160
 
12161
+ #: wppa-settings-autosave.php:6155
12162
  msgid ""
12163
  "This action will attempt to find and register IPTC and EXIF data from photos "
12164
  "in the WPPA+ system."
12165
  msgstr ""
12166
 
12167
+ #: wppa-settings-autosave.php:6166
12168
  msgid "Remake Index Albums"
12169
  msgstr ""
12170
 
12171
+ #: wppa-settings-autosave.php:6167
12172
  msgid "Remakes the index database table for albums."
12173
  msgstr ""
12174
 
12175
+ #: wppa-settings-autosave.php:6179
12176
  #, fuzzy
12177
  msgid "Remake Index Photos"
12178
  msgstr "fotos"
12179
 
12180
+ #: wppa-settings-autosave.php:6180
12181
  msgid "Remakes the index database table for photos."
12182
  msgstr ""
12183
 
12184
+ #: wppa-settings-autosave.php:6198
12185
  msgid "Convert to tree"
12186
  msgstr ""
12187
 
12188
+ #: wppa-settings-autosave.php:6199
12189
  msgid "Convert filesystem to tree structure."
12190
  msgstr ""
12191
 
12192
+ #: wppa-settings-autosave.php:6202
12193
  msgid "Convert to flat"
12194
  msgstr ""
12195
 
12196
+ #: wppa-settings-autosave.php:6203
12197
  msgid "Convert filesystem to flat structure."
12198
  msgstr ""
12199
 
12200
+ #: wppa-settings-autosave.php:6205
12201
  msgid ""
12202
  "If you want to go back to a wppa+ version prior to 5.0.16, you MUST convert "
12203
  "to flat first."
12204
  msgstr ""
12205
 
12206
+ #: wppa-settings-autosave.php:6217
12207
  msgid "Remake the photofiles from photo sourcefiles."
12208
  msgstr ""
12209
 
12210
+ #: wppa-settings-autosave.php:6218
12211
  msgid ""
12212
  "This action will remake the fullsize images, thumbnail images, and will "
12213
  "refresh the iptc and exif data for all photos where the source is found in "
12214
  "the corresponding album sub-directory of the source directory."
12215
  msgstr ""
12216
 
12217
+ #: wppa-settings-autosave.php:6230
12218
  msgid "Recalc sizes"
12219
  msgstr ""
12220
 
12221
+ #: wppa-settings-autosave.php:6231
12222
  msgid "Recalculate photosizes and save to db."
12223
  msgstr ""
12224
 
12225
+ #: wppa-settings-autosave.php:6243
12226
  msgid "Clearing and other irreverseable actions"
12227
  msgstr ""
12228
 
12229
+ #: wppa-settings-autosave.php:6245
12230
  #, fuzzy
12231
  msgid "Clear ratings"
12232
  msgstr "Altezza massima."
12233
 
12234
+ #: wppa-settings-autosave.php:6246
12235
  msgid "Reset all ratings."
12236
  msgstr ""
12237
 
12238
+ #: wppa-settings-autosave.php:6247
12239
  msgid "WARNING: If checked, this will clear all ratings in the system!"
12240
  msgstr ""
12241
 
12242
+ #: wppa-settings-autosave.php:6258
12243
  msgid "Clear viewcounts"
12244
  msgstr ""
12245
 
12246
+ #: wppa-settings-autosave.php:6259
12247
  msgid "Reset all viewcounts."
12248
  msgstr ""
12249
 
12250
+ #: wppa-settings-autosave.php:6260
12251
  msgid "WARNING: If checked, this will clear all viewcounts in the system!"
12252
  msgstr ""
12253
 
12254
+ #: wppa-settings-autosave.php:6271
12255
  msgid "Reset IPTC"
12256
  msgstr ""
12257
 
12258
+ #: wppa-settings-autosave.php:6272
12259
  #, fuzzy
12260
  msgid "Clear all IPTC data."
12261
  msgstr "Skjul IPTC data"
12262
 
12263
+ #: wppa-settings-autosave.php:6273
12264
  msgid "WARNING: If checked, this will clear all IPTC data in the system!"
12265
  msgstr ""
12266
 
12267
+ #: wppa-settings-autosave.php:6284
12268
  msgid "Reset EXIF"
12269
  msgstr ""
12270
 
12271
+ #: wppa-settings-autosave.php:6285
12272
  #, fuzzy
12273
  msgid "Clear all EXIF data."
12274
  msgstr "Skjul EXIF data"
12275
 
12276
+ #: wppa-settings-autosave.php:6286
12277
  msgid "WARNING: If checked, this will clear all EXIF data in the system!"
12278
  msgstr ""
12279
 
12280
+ #: wppa-settings-autosave.php:6297
12281
  #, fuzzy
12282
  msgid "Apply New Photodesc"
12283
  msgstr "Se forside fotos"
12284
 
12285
+ #: wppa-settings-autosave.php:6298
12286
  msgid "Apply New photo description on all photos in the system."
12287
  msgstr ""
12288
 
12289
+ #: wppa-settings-autosave.php:6310
12290
  msgid "Append to photodesc"
12291
  msgstr ""
12292
 
12293
+ #: wppa-settings-autosave.php:6311
12294
  #, fuzzy
12295
  msgid "Append this text to all photo descriptions."
12296
  msgstr "Inds&aelig;t/rediger beskrivelse af foto"
12297
 
12298
+ #: wppa-settings-autosave.php:6325
12299
  msgid "Remove from photodesc"
12300
  msgstr ""
12301
 
12302
+ #: wppa-settings-autosave.php:6326
12303
  #, fuzzy
12304
  msgid "Remove this text from all photo descriptions."
12305
  msgstr "Inds&aelig;t/rediger beskrivelse af foto"
12306
 
12307
+ #: wppa-settings-autosave.php:6340
12308
  #, fuzzy
12309
  msgid "Remove empty albums"
12310
  msgstr "Le impostazioni sono state aggiornate"
12311
 
12312
+ #: wppa-settings-autosave.php:6341
12313
  msgid "Removes albums that are not used."
12314
  msgstr ""
12315
 
12316
+ #: wppa-settings-autosave.php:6353
12317
  msgid "Remove file-ext"
12318
  msgstr ""
12319
 
12320
+ #: wppa-settings-autosave.php:6354
12321
  msgid "Remove possible file extension from photo name."
12322
  msgstr ""
12323
 
12324
+ #: wppa-settings-autosave.php:6355
12325
  msgid ""
12326
  "This may be required for old photos, uploaded when the option in Table IX-D3 "
12327
  "was not yet available/selected."
12328
  msgstr ""
12329
 
12330
+ #: wppa-settings-autosave.php:6366
12331
  msgid "Re-add file-ext"
12332
  msgstr ""
12333
 
12334
+ #: wppa-settings-autosave.php:6367
12335
  msgid "Revert the <i>Remove file-ext</i> action."
12336
  msgstr ""
12337
 
12338
+ #: wppa-settings-autosave.php:6379
12339
  msgid "Watermark all"
12340
  msgstr ""
12341
 
12342
+ #: wppa-settings-autosave.php:6380
12343
  msgid "Apply watermark according to current settings to all photos."
12344
  msgstr ""
12345
 
12346
+ #: wppa-settings-autosave.php:6381
12347
  msgid "See Table IX_F for the current watermark settings"
12348
  msgstr ""
12349
 
12350
+ #: wppa-settings-autosave.php:6392
12351
  #, fuzzy
12352
  msgid "Create all autopages"
12353
  msgstr "Impossibile creare album. "
12354
 
12355
+ #: wppa-settings-autosave.php:6393
12356
  msgid "Create all the pages to display slides individually."
12357
  msgstr ""
12358
 
12359
+ #: wppa-settings-autosave.php:6394 wppa-settings-autosave.php:6408
12360
  msgid "See also Table IV-A10."
12361
  msgstr ""
12362
 
12363
+ #: wppa-settings-autosave.php:6395
12364
  msgid ""
12365
  "Make sure you have a custom menu and the \"Automatically add new top-level "
12366
  "pages to this menu\" box UNticked!!"
12367
  msgstr ""
12368
 
12369
+ #: wppa-settings-autosave.php:6406
12370
  #, fuzzy
12371
  msgid "Delete all autopages"
12372
  msgstr "Impossibile creare album. "
12373
 
12374
+ #: wppa-settings-autosave.php:6407
12375
  msgid "Delete all the pages to display slides individually."
12376
  msgstr ""
12377
 
12378
+ #: wppa-settings-autosave.php:6420
12379
  msgid "Leading zeroes"
12380
  msgstr ""
12381
 
12382
+ #: wppa-settings-autosave.php:6421
12383
  msgid "If photoname numeric, add leading zeros"
12384
  msgstr ""
12385
 
12386
+ #: wppa-settings-autosave.php:6422
12387
  msgid ""
12388
  "You can extend the name with leading zeros, so alphabetic sort becomes equal "
12389
  "to numeric sort order."
12390
  msgstr ""
12391
 
12392
+ #: wppa-settings-autosave.php:6425
12393
  msgid "Total chars"
12394
  msgstr ""
12395
 
12396
+ #: wppa-settings-autosave.php:6434
12397
  msgid "Add GPX tag"
12398
  msgstr ""
12399
 
12400
+ #: wppa-settings-autosave.php:6435
12401
  msgid "Make sure photos with gpx data have a Gpx tag"
12402
  msgstr ""
12403
 
12404
+ #: wppa-settings-autosave.php:6448 wppa-settings-autosave.php:7190
12405
  msgid "Optimize files"
12406
  msgstr ""
12407
 
12408
+ #: wppa-settings-autosave.php:6449
12409
  msgid "Optimize with EWWW image optimizer"
12410
  msgstr ""
12411
 
12412
+ #: wppa-settings-autosave.php:6462
12413
  #, fuzzy
12414
  msgid "Edit tag"
12415
  msgstr "N&aelig;ste billede"
12416
 
12417
+ #: wppa-settings-autosave.php:6463
12418
  msgid "Globally change a tagname."
12419
  msgstr ""
12420
 
12421
+ #: wppa-settings-autosave.php:6469
12422
  #, fuzzy
12423
  msgid "-select a tag-"
12424
  msgstr ""
12425
  "Nessuna corrispondenza con i tuoi termini di ricerca. Riprova con una chiave "
12426
  "di ricerca differente."
12427
 
12428
+ #: wppa-settings-autosave.php:6475
12429
  msgid "Tag:"
12430
  msgstr ""
12431
 
12432
+ #: wppa-settings-autosave.php:6476
12433
  msgid "Change to:"
12434
  msgstr ""
12435
 
12436
+ #: wppa-settings-autosave.php:6485
12437
  msgid "Synchronize Cloudinary"
12438
  msgstr ""
12439
 
12440
+ #: wppa-settings-autosave.php:6486
12441
  msgid "Removes/adds images in the cloud."
12442
  msgstr ""
12443
 
12444
+ #: wppa-settings-autosave.php:6487
12445
  msgid "Removes old images and verifies/adds new images to Cloudinary."
12446
  msgstr ""
12447
 
12448
+ #: wppa-settings-autosave.php:6488
12449
  msgid "See Table IX-K4.7 for the configured lifetime."
12450
  msgstr ""
12451
 
12452
+ #: wppa-settings-autosave.php:6499
12453
  msgid "Fix tags"
12454
  msgstr ""
12455
 
12456
+ #: wppa-settings-autosave.php:6500
12457
  msgid "Make sure photo tags format is uptodate"
12458
  msgstr ""
12459
 
12460
+ #: wppa-settings-autosave.php:6501
12461
  msgid "Fixes tags to be conform current database rules."
12462
  msgstr ""
12463
 
12464
+ #: wppa-settings-autosave.php:6512
12465
  msgid "Fix cats"
12466
  msgstr ""
12467
 
12468
+ #: wppa-settings-autosave.php:6513
12469
  msgid "Make sure album cats format is uptodate"
12470
  msgstr ""
12471
 
12472
+ #: wppa-settings-autosave.php:6514
12473
  msgid "Fixes cats to be conform current database rules."
12474
  msgstr ""
12475
 
12476
+ #: wppa-settings-autosave.php:6540
12477
  #, fuzzy
12478
  msgid "Listings"
12479
  msgstr "Indstillinger"
12480
 
12481
+ #: wppa-settings-autosave.php:6542
12482
  msgid "List Logfile"
12483
  msgstr ""
12484
 
12485
+ #: wppa-settings-autosave.php:6543
12486
  msgid "Show the content of wppa+ (error) log."
12487
  msgstr ""
12488
 
12489
+ #: wppa-settings-autosave.php:6547
12490
  msgid "Purge logfile"
12491
  msgstr ""
12492
 
12493
+ #: wppa-settings-autosave.php:6556
12494
  #, fuzzy
12495
  msgid "List Ratings"
12496
  msgstr "Bed&oslash;mmelse: %s"
12497
 
12498
+ #: wppa-settings-autosave.php:6557
12499
  #, fuzzy
12500
  msgid "Show the most recent ratings."
12501
  msgstr "Se fotos med h&oslash;jeste bed&oslash;mmelse"
12502
 
12503
+ #: wppa-settings-autosave.php:6570
12504
  msgid "List Index"
12505
  msgstr ""
12506
 
12507
+ #: wppa-settings-autosave.php:6571
12508
  msgid "Show the content if the index table."
12509
  msgstr ""
12510
 
12511
+ #: wppa-settings-autosave.php:6575
12512
  msgid "Start at text:"
12513
  msgstr ""
12514
 
12515
+ #: wppa-settings-autosave.php:6585
12516
  msgid "List active sessions"
12517
  msgstr ""
12518
 
12519
+ #: wppa-settings-autosave.php:6586
12520
  msgid "Show the content of the sessions table."
12521
  msgstr ""
12522
 
12523
+ #: wppa-settings-autosave.php:6619
12524
  msgid "Table IX:"
12525
  msgstr ""
12526
 
12527
+ #: wppa-settings-autosave.php:6619
12528
  msgid "Miscellaneous:"
12529
  msgstr ""
12530
 
12531
+ #: wppa-settings-autosave.php:6620
12532
  msgid "This table lists all settings that do not fit into an other table"
12533
  msgstr ""
12534
 
12535
+ #: wppa-settings-autosave.php:6638
12536
  msgid "Internal engine related settings"
12537
  msgstr ""
12538
 
12539
+ #: wppa-settings-autosave.php:6640
12540
  msgid "WPPA+ Filter priority"
12541
  msgstr ""
12542
 
12543
+ #: wppa-settings-autosave.php:6641
12544
  msgid "Sets the priority of the wppa+ content filter."
12545
  msgstr ""
12546
 
12547
+ #: wppa-settings-autosave.php:6642 wppa-settings-autosave.php:6651
12548
  msgid ""
12549
  "If you encounter conflicts with the theme or other plugins, increasing this "
12550
  "value sometimes helps. Use with great care!"
12551
  msgstr ""
12552
 
12553
+ #: wppa-settings-autosave.php:6649
 
 
 
 
 
12554
  msgid "Do_shortcode priority"
12555
  msgstr ""
12556
 
12557
+ #: wppa-settings-autosave.php:6650
12558
  msgid "Sets the priority of the do_shortcode() content filter."
12559
  msgstr ""
12560
 
12561
+ #: wppa-settings-autosave.php:6658
 
 
 
 
12562
  msgid "JPG image quality"
12563
  msgstr ""
12564
 
12565
+ #: wppa-settings-autosave.php:6659
12566
  msgid "The jpg quality when photos are downsized"
12567
  msgstr ""
12568
 
12569
+ #: wppa-settings-autosave.php:6660
12570
  msgid "The higher the number the better the quality but the larger the file"
12571
  msgstr ""
12572
 
12573
+ #: wppa-settings-autosave.php:6661
12574
  msgid "Possible values 20..100"
12575
  msgstr ""
12576
 
12577
+ #: wppa-settings-autosave.php:6668
12578
  msgid "Allow WPPA+ Debugging"
12579
  msgstr ""
12580
 
12581
+ #: wppa-settings-autosave.php:6669
12582
  msgid "Allow the use of &amp;debug=.. in urls to this site."
12583
  msgstr ""
12584
 
12585
+ #: wppa-settings-autosave.php:6670
12586
  msgid ""
12587
  "If checked: appending (?)(&)debug or (?)(&)debug=<int> to an url to this "
12588
  "site will generate the display of special WPPA+ diagnostics, as well as php "
12589
  "warnings"
12590
  msgstr ""
12591
 
12592
+ #: wppa-settings-autosave.php:6677
12593
  msgid "Auto continue"
12594
  msgstr ""
12595
 
12596
+ #: wppa-settings-autosave.php:6678
12597
  msgid "Continue automatic after time out"
12598
  msgstr ""
12599
 
12600
+ #: wppa-settings-autosave.php:6679
12601
  msgid ""
12602
  "If checked, an attempt will be made to restart an admin process when the "
12603
  "time is out."
12604
  msgstr ""
12605
 
12606
+ #: wppa-settings-autosave.php:6687
12607
  msgid "Set max execution time here."
12608
  msgstr ""
12609
 
12610
+ #: wppa-settings-autosave.php:6688
12611
  msgid ""
12612
  "If your php config does not properly set the max execution time, you can set "
12613
  "it here. Seconds, 0 means do not change."
12614
  msgstr ""
12615
 
12616
+ #: wppa-settings-autosave.php:6689
12617
  msgid "A safe value is 45"
12618
  msgstr ""
12619
 
12620
+ #: wppa-settings-autosave.php:6696
12621
  msgid "Feed use thumb"
12622
  msgstr ""
12623
 
12624
+ #: wppa-settings-autosave.php:6697
12625
  msgid "Feeds use thumbnail pictures always."
12626
  msgstr ""
12627
 
12628
+ #: wppa-settings-autosave.php:6705
12629
  msgid "Enable <i>in-line</i> settings"
12630
  msgstr ""
12631
 
12632
+ #: wppa-settings-autosave.php:6706
12633
  msgid "Activates shortcode [wppa_set][/wppa_set]."
12634
  msgstr ""
12635
 
12636
+ #: wppa-settings-autosave.php:6707
12637
  msgid ""
12638
  "Syntax: [wppa_set name=\"any wppa setting\" value=\"new value\"][/wppa_set]"
12639
  msgstr ""
12640
 
12641
+ #: wppa-settings-autosave.php:6708
12642
  msgid ""
12643
  "Example: [wppa_set name=\"wppa_thumbtype\" value=\"masonry-v\"][/wppa_set] "
12644
  "sets the thumbnail type to vertical masonry style"
12645
  msgstr ""
12646
 
12647
+ #: wppa-settings-autosave.php:6709
12648
  msgid "Do not forget to reset with [wppa_set][/wppa_set]"
12649
  msgstr ""
12650
 
12651
+ #: wppa-settings-autosave.php:6710
12652
  msgid "Use with great care! There is no check on validity of values!"
12653
  msgstr ""
12654
 
12655
+ #: wppa-settings-autosave.php:6717
12656
  msgid "Runtime modifyable settings"
12657
  msgstr ""
12658
 
12659
+ #: wppa-settings-autosave.php:6718
12660
  msgid "The setting slugs that may be altered using [wppa_set] shortcode."
12661
  msgstr ""
12662
 
12663
+ #: wppa-settings-autosave.php:6727
12664
  msgid "WPPA+ Admin related miscellaneous settings"
12665
  msgstr ""
12666
 
12667
+ #: wppa-settings-autosave.php:6729
12668
  msgid "Allow HTML"
12669
  msgstr ""
12670
 
12671
+ #: wppa-settings-autosave.php:6730
12672
  msgid "Allow HTML in album and photo descriptions."
12673
  msgstr ""
12674
 
12675
+ #: wppa-settings-autosave.php:6731
12676
  msgid ""
12677
  "If checked: html is allowed. WARNING: No checks on syntax, it is your own "
12678
  "responsability to close tags properly!"
12679
  msgstr ""
12680
 
12681
+ #: wppa-settings-autosave.php:6738
12682
  msgid "Check tag balance"
12683
  msgstr ""
12684
 
12685
+ #: wppa-settings-autosave.php:6739
12686
  msgid "Check if the HTML tags are properly closed: \"balanced\"."
12687
  msgstr ""
12688
 
12689
+ #: wppa-settings-autosave.php:6740
12690
  msgid ""
12691
  "If the HTML tags in an album or a photo description are not in balance, the "
12692
  "description is not updated, an errormessage is displayed"
12693
  msgstr ""
12694
 
12695
+ #: wppa-settings-autosave.php:6747
12696
  msgid "Use WP editor"
12697
  msgstr ""
12698
 
12699
+ #: wppa-settings-autosave.php:6748
12700
  msgid "Use the wp editor for multiline text fields."
12701
  msgstr ""
12702
 
12703
+ #: wppa-settings-autosave.php:6756
12704
  msgid "Album sel hierarchic"
12705
  msgstr ""
12706
 
12707
+ #: wppa-settings-autosave.php:6757
12708
  msgid "Show albums with (grand)parents in selection lists."
12709
  msgstr ""
12710
 
12711
+ #: wppa-settings-autosave.php:6765
12712
  msgid "Page sel hierarchic"
12713
  msgstr ""
12714
 
12715
+ #: wppa-settings-autosave.php:6766
12716
  msgid "Show pages with (grand)parents in selection lists."
12717
  msgstr ""
12718
 
12719
+ #: wppa-settings-autosave.php:6775
12720
  msgid "Photo admin page size"
12721
  msgstr ""
12722
 
12723
+ #: wppa-settings-autosave.php:6776
12724
  msgid ""
12725
  "The number of photos per page on the <br/>Edit Album -> Manage photos and "
12726
  "Edit Photos admin pages."
12727
  msgstr ""
12728
 
12729
+ #: wppa-settings-autosave.php:6786
12730
  #, fuzzy
12731
  msgid "Comment admin page size"
12732
  msgstr "%d kommentarer"
12733
 
12734
+ #: wppa-settings-autosave.php:6787
12735
  msgid "The number of comments per page on the Comments admin pages."
12736
  msgstr ""
12737
 
12738
+ #: wppa-settings-autosave.php:6797
12739
  msgid "Geo info edit"
12740
  msgstr ""
12741
 
12742
+ #: wppa-settings-autosave.php:6798
12743
  msgid "Lattitude and longitude may be edited in photo admin."
12744
  msgstr ""
12745
 
12746
+ #: wppa-settings-autosave.php:6806
12747
  msgid "Admin bar menu admin"
12748
  msgstr ""
12749
 
12750
+ #: wppa-settings-autosave.php:6807
12751
  msgid "Show menu on admin bar on admin pages."
12752
  msgstr ""
12753
 
12754
+ #: wppa-settings-autosave.php:6815
12755
  msgid "Admin bar menu frontend"
12756
  msgstr ""
12757
 
12758
+ #: wppa-settings-autosave.php:6816
12759
  msgid "Show menu on admin bar on frontend pages."
12760
  msgstr ""
12761
 
12762
+ #: wppa-settings-autosave.php:6824
12763
  msgid "Add shortcode to posts"
12764
  msgstr ""
12765
 
12766
+ #: wppa-settings-autosave.php:6825
12767
  msgid "Add a shortcode to the end of all posts."
12768
  msgstr ""
12769
 
12770
+ #: wppa-settings-autosave.php:6833
12771
  msgid "Shortcode to add"
12772
  msgstr ""
12773
 
12774
+ #: wppa-settings-autosave.php:6834
12775
  msgid "The shortcode to be added to the posts."
12776
  msgstr ""
12777
 
12778
+ #: wppa-settings-autosave.php:6842
12779
  msgid "We use Scripts"
12780
  msgstr ""
12781
 
12782
+ #: wppa-settings-autosave.php:6843
12783
  msgid "Use scripting syntax in shortcode generator."
12784
  msgstr ""
12785
 
12786
+ #: wppa-settings-autosave.php:6844
12787
  msgid ""
12788
  "This setting defines if the shortcode generator outputs old style script "
12789
  "tags or new style shortcodes."
12790
  msgstr ""
12791
 
12792
+ #: wppa-settings-autosave.php:6852
12793
  msgid "Import page prieviews"
12794
  msgstr ""
12795
 
12796
+ #: wppa-settings-autosave.php:6853
12797
  msgid "Show thumbnail previews in import admin page."
12798
  msgstr ""
12799
 
12800
+ #: wppa-settings-autosave.php:6861
12801
  #, fuzzy
12802
  msgid "Upload audiostub"
12803
  msgstr "Indsend foto"
12804
 
12805
+ #: wppa-settings-autosave.php:6862
12806
  msgid "Upload a new audio stub file"
12807
  msgstr ""
12808
 
12809
+ #: wppa-settings-autosave.php:6866
12810
  #, fuzzy
12811
  msgid "Upload audio stub image"
12812
  msgstr "Uploaded fil er ikke et billede"
12813
 
12814
+ #: wppa-settings-autosave.php:6871
12815
  msgid "Confirm create"
12816
  msgstr ""
12817
 
12818
+ #: wppa-settings-autosave.php:6872
12819
  msgid "Display confirmation dialog before creating album."
12820
  msgstr ""
12821
 
12822
+ #: wppa-settings-autosave.php:6881
12823
  msgid "SEO related settings"
12824
  msgstr ""
12825
 
12826
+ #: wppa-settings-autosave.php:6883
12827
  msgid "Meta on page"
12828
  msgstr ""
12829
 
12830
+ #: wppa-settings-autosave.php:6884
12831
  msgid "Meta tags for photos on the page."
12832
  msgstr ""
12833
 
12834
+ #: wppa-settings-autosave.php:6885
12835
  msgid ""
12836
  "If checked, the header of the page will contain metatags that refer to "
12837
  "featured photos on the page in the page context."
12838
  msgstr ""
12839
 
12840
+ #: wppa-settings-autosave.php:6892
12841
  msgid "Meta all"
12842
  msgstr ""
12843
 
12844
+ #: wppa-settings-autosave.php:6893
12845
  #, fuzzy
12846
  msgid "Meta tags for all featured photos."
12847
  msgstr "Se fotos med h&oslash;jeste bed&oslash;mmelse"
12848
 
12849
+ #: wppa-settings-autosave.php:6894
12850
  msgid ""
12851
  "If checked, the header of the page will contain metatags that refer to all "
12852
  "featured photo files."
12853
  msgstr ""
12854
 
12855
+ #: wppa-settings-autosave.php:6895
12856
  msgid ""
12857
  "If you have many featured photos, you might wish to uncheck this item to "
12858
  "reduce the size of the page header."
12859
  msgstr ""
12860
 
12861
+ #: wppa-settings-autosave.php:6902
12862
  msgid "Add og meta tags"
12863
  msgstr ""
12864
 
12865
+ #: wppa-settings-autosave.php:6903
12866
  msgid "Add og meta tags to the page header."
12867
  msgstr ""
12868
 
12869
+ #: wppa-settings-autosave.php:6906
12870
  msgid ""
12871
  "Turning this off may affect the functionality of social media items in the "
12872
  "share box that rely on open graph tags information."
12873
  msgstr ""
12874
 
12875
+ #: wppa-settings-autosave.php:6912
12876
  msgid "Image Alt attribute type"
12877
  msgstr ""
12878
 
12879
+ #: wppa-settings-autosave.php:6913
12880
  msgid "Select kind of HTML alt=\"\" content for images."
12881
  msgstr ""
12882
 
12883
+ #: wppa-settings-autosave.php:6916
12884
  #, fuzzy
12885
  msgid "photo name"
12886
  msgstr "Indtast foto navn"
12887
 
12888
+ #: wppa-settings-autosave.php:6916
12889
  msgid "name without file-ext"
12890
  msgstr ""
12891
 
12892
+ #: wppa-settings-autosave.php:6916
12893
  #, fuzzy
12894
  msgid "set in album admin"
12895
  msgstr ""
12896
  "Nessuna corrispondenza con i tuoi termini di ricerca. Riprova con una chiave "
12897
  "di ricerca differente."
12898
 
12899
+ #: wppa-settings-autosave.php:6923
12900
  msgid "New Album and New Photo related miscellaneous settings"
12901
  msgstr ""
12902
 
12903
+ #: wppa-settings-autosave.php:6926
12904
  msgid "Maximum time an album is indicated as New!"
12905
  msgstr ""
12906
 
12907
+ #: wppa-settings-autosave.php:6930 wppa-settings-autosave.php:6971
12908
  #, fuzzy
12909
  msgid "One hour"
12910
  msgstr "1 time"
12911
 
12912
+ #: wppa-settings-autosave.php:6931 wppa-settings-autosave.php:6972
12913
+ #: wppa-settings-autosave.php:7974
12914
  #, fuzzy
12915
  msgid "One day"
12916
  msgstr "1 dag"
12917
 
12918
+ #: wppa-settings-autosave.php:6932 wppa-settings-autosave.php:6973
12919
  #, fuzzy
12920
  msgid "Two days"
12921
  msgstr "dage"
12922
 
12923
+ #: wppa-settings-autosave.php:6933 wppa-settings-autosave.php:6974
12924
  msgid "Three days"
12925
  msgstr ""
12926
 
12927
+ #: wppa-settings-autosave.php:6934 wppa-settings-autosave.php:6975
12928
  #, fuzzy
12929
  msgid "Four days"
12930
  msgstr "dage"
12931
 
12932
+ #: wppa-settings-autosave.php:6935 wppa-settings-autosave.php:6976
12933
  #, fuzzy
12934
  msgid "Five days"
12935
  msgstr "dage"
12936
 
12937
+ #: wppa-settings-autosave.php:6936 wppa-settings-autosave.php:6977
12938
  #, fuzzy
12939
  msgid "Six days"
12940
  msgstr "dage"
12941
 
12942
+ #: wppa-settings-autosave.php:6937 wppa-settings-autosave.php:6978
12943
+ #: wppa-settings-autosave.php:7975
12944
  #, fuzzy
12945
  msgid "One week"
12946
  msgstr "1 uge"
12947
 
12948
+ #: wppa-settings-autosave.php:6938 wppa-settings-autosave.php:6979
12949
  msgid "Eight days"
12950
  msgstr ""
12951
 
12952
+ #: wppa-settings-autosave.php:6939 wppa-settings-autosave.php:6980
12953
  #, fuzzy
12954
  msgid "Nine days"
12955
  msgstr "dage"
12956
 
12957
+ #: wppa-settings-autosave.php:6940 wppa-settings-autosave.php:6981
12958
  #, fuzzy
12959
  msgid "Ten days"
12960
  msgstr "dage"
12961
 
12962
+ #: wppa-settings-autosave.php:6941 wppa-settings-autosave.php:6982
12963
  #, fuzzy
12964
  msgid "Two weeks"
12965
  msgstr "uger"
12966
 
12967
+ #: wppa-settings-autosave.php:6942 wppa-settings-autosave.php:6983
12968
  #, fuzzy
12969
  msgid "Three weeks"
12970
  msgstr "uger"
12971
 
12972
+ #: wppa-settings-autosave.php:6943 wppa-settings-autosave.php:6984
12973
  #, fuzzy
12974
  msgid "Four weeks"
12975
  msgstr "uger"
12976
 
12977
+ #: wppa-settings-autosave.php:6944 wppa-settings-autosave.php:6985
12978
+ #: wppa-settings-autosave.php:7976
12979
  #, fuzzy
12980
  msgid "One month"
12981
  msgstr "1 m&aring;ned"
12982
 
12983
+ #: wppa-settings-autosave.php:6966
12984
  #, fuzzy
12985
  msgid "New Photo"
12986
  msgstr "N&aelig;ste billede"
12987
 
12988
+ #: wppa-settings-autosave.php:6967
12989
  msgid "Maximum time a photo is indicated as New!"
12990
  msgstr ""
12991
 
12992
+ #: wppa-settings-autosave.php:7007
12993
  msgid "Limit LasTen New"
12994
  msgstr ""
12995
 
12996
+ #: wppa-settings-autosave.php:7008
12997
  msgid "Limits the LasTen photos to those that are 'New'."
12998
  msgstr ""
12999
 
13000
+ #: wppa-settings-autosave.php:7009
13001
  msgid ""
13002
  "If you tick this box and configured the new photo time, you can even limit "
13003
  "the number by the setting in Table I-F7, or set that number to an unlikely "
13004
  "high value."
13005
  msgstr ""
13006
 
13007
+ #: wppa-settings-autosave.php:7016
13008
  msgid "Apply Newphoto desc"
13009
  msgstr ""
13010
 
13011
+ #: wppa-settings-autosave.php:7017
13012
  msgid "Give each new photo a standard description."
13013
  msgstr ""
13014
 
13015
+ #: wppa-settings-autosave.php:7018
13016
  msgid ""
13017
  "If checked, each new photo will get the description (template) as specified "
13018
  "in the next item."
13019
  msgstr ""
13020
 
13021
+ #: wppa-settings-autosave.php:7025
13022
  #, fuzzy
13023
  msgid "New photo desc"
13024
  msgstr "Nyt foto indsendt: %s"
13025
 
13026
+ #: wppa-settings-autosave.php:7026
13027
  msgid "The description (template) to add to a new photo."
13028
  msgstr ""
13029
 
13030
+ #: wppa-settings-autosave.php:7027
13031
  #, fuzzy
13032
  msgid "Enter the default description."
13033
  msgstr "Inserisci / modifica la descrizione per questo album."
13034
 
13035
+ #: wppa-settings-autosave.php:7028
13036
  msgid "If you use html, please check item A-1 of this table."
13037
  msgstr ""
13038
 
13039
+ #: wppa-settings-autosave.php:7036
13040
  msgid "New albums are created with this upload limit."
13041
  msgstr ""
13042
 
13043
+ #: wppa-settings-autosave.php:7037
13044
  msgid ""
13045
  "Administrators can change the limit settings in the \"Edit Album Information"
13046
  "\" admin page."
13047
  msgstr ""
13048
 
13049
+ #: wppa-settings-autosave.php:7054
13050
  msgid "Default parent"
13051
  msgstr ""
13052
 
13053
+ #: wppa-settings-autosave.php:7055
13054
  msgid "The parent album of new albums."
13055
  msgstr ""
13056
 
13057
+ #: wppa-settings-autosave.php:7072
13058
  msgid "Default parent always"
13059
  msgstr ""
13060
 
13061
+ #: wppa-settings-autosave.php:7073
13062
  msgid ""
13063
  "The parent album of new albums is always the default, except for "
13064
  "administrators."
13065
  msgstr ""
13066
 
13067
+ #: wppa-settings-autosave.php:7081
13068
  msgid "Show album full"
13069
  msgstr ""
13070
 
13071
+ #: wppa-settings-autosave.php:7082
13072
  msgid "Show the Upload limit reached message if appropriate."
13073
  msgstr ""
13074
 
13075
+ #: wppa-settings-autosave.php:7090
13076
  #, fuzzy
13077
  msgid "Grant an album"
13078
  msgstr "Impossibile creare album. "
13079
 
13080
+ #: wppa-settings-autosave.php:7091
13081
  msgid "Create an album for each user logging in."
13082
  msgstr ""
13083
 
13084
+ #: wppa-settings-autosave.php:7099
13085
  #, fuzzy
13086
  msgid "Grant album name"
13087
  msgstr ""
13088
  "Inserisci nome, colore, dimensione e peso per il font che sarà utilizzato "
13089
  "per i titoli delle copertine degli album."
13090
 
13091
+ #: wppa-settings-autosave.php:7100
13092
  msgid "The name to be used for the album."
13093
  msgstr ""
13094
 
13095
+ #: wppa-settings-autosave.php:7103
13096
  #, fuzzy
13097
  msgid "Login name"
13098
  msgstr "Dit navn"
13099
 
13100
+ #: wppa-settings-autosave.php:7103 wppa-upldr-widget.php:181
13101
  msgid "Display name"
13102
  msgstr ""
13103
 
13104
+ #: wppa-settings-autosave.php:7103
13105
  msgid "Id"
13106
  msgstr ""
13107
 
13108
+ #: wppa-settings-autosave.php:7103
13109
  msgid "Firstname Lastname"
13110
  msgstr ""
13111
 
13112
+ #: wppa-settings-autosave.php:7110
13113
  msgid "Grant parent"
13114
  msgstr ""
13115
 
13116
+ #: wppa-settings-autosave.php:7111
13117
  msgid "The parent album of the auto created albums."
13118
  msgstr ""
13119
 
13120
+ #: wppa-settings-autosave.php:7128
13121
  #, fuzzy
13122
  msgid "Max user albums"
13123
  msgstr ""
13124
  "Puoi creare dei vari album che contengono delle foto così come creare allo "
13125
  "stesso tempo dei sotto-album."
13126
 
13127
+ #: wppa-settings-autosave.php:7129
13128
  msgid "The max number of albums a user can create."
13129
  msgstr ""
13130
 
13131
+ #: wppa-settings-autosave.php:7130
13132
  msgid ""
13133
  "The maximum number of albums a user can create when he is not admin and "
13134
  "owner only is active"
13135
  msgstr ""
13136
 
13137
+ #: wppa-settings-autosave.php:7131
13138
  msgid "A number of 0 means No limit"
13139
  msgstr ""
13140
 
13141
+ #: wppa-settings-autosave.php:7138
13142
  #, fuzzy
13143
  msgid "Default photo name"
13144
  msgstr "Standard foto album for"
13145
 
13146
+ #: wppa-settings-autosave.php:7139
13147
  msgid "Select the way the name of a new uploaded photo should be determined."
13148
  msgstr ""
13149
 
13150
+ #: wppa-settings-autosave.php:7142
13151
  msgid "Filename"
13152
  msgstr ""
13153
 
13154
+ #: wppa-settings-autosave.php:7143
13155
  msgid "Filename without extension"
13156
  msgstr ""
13157
 
13158
+ #: wppa-settings-autosave.php:7144
13159
  msgid "IPTC Tag 2#005 (Graphic name)"
13160
  msgstr ""
13161
 
13162
+ #: wppa-settings-autosave.php:7145
13163
  msgid "IPTC Tag 2#120 (Caption)"
13164
  msgstr ""
13165
 
13166
+ #: wppa-settings-autosave.php:7146
13167
  msgid "No name at all"
13168
  msgstr ""
13169
 
13170
+ #: wppa-settings-autosave.php:7154
13171
  #, fuzzy
13172
  msgid "Default coverphoto"
13173
  msgstr "Se forside foto"
13174
 
13175
+ #: wppa-settings-autosave.php:7155
13176
  msgid "Name of photofile to become cover image"
13177
  msgstr ""
13178
 
13179
+ #: wppa-settings-autosave.php:7156
13180
  msgid ""
13181
  "If you name a photofile like this setting before upload, it will become the "
13182
  "coverimage automaticly."
13183
  msgstr ""
13184
 
13185
+ #: wppa-settings-autosave.php:7163
13186
  msgid "Copy Timestamp"
13187
  msgstr ""
13188
 
13189
+ #: wppa-settings-autosave.php:7164
13190
  msgid "Copy timestamp when copying photo."
13191
  msgstr ""
13192
 
13193
+ #: wppa-settings-autosave.php:7165
13194
  msgid "If checked, the copied photo is not \"new\""
13195
  msgstr ""
13196
 
13197
+ #: wppa-settings-autosave.php:7172
13198
  msgid "Copy Owner"
13199
  msgstr ""
13200
 
13201
+ #: wppa-settings-autosave.php:7173
13202
  msgid "Copy the owner when copying photo."
13203
  msgstr ""
13204
 
13205
+ #: wppa-settings-autosave.php:7181
13206
  msgid "FE Albums public"
13207
  msgstr ""
13208
 
13209
+ #: wppa-settings-autosave.php:7182
13210
  msgid "Frontend created albums are --- public ---"
13211
  msgstr ""
13212
 
13213
+ #: wppa-settings-autosave.php:7191
13214
  msgid "Optimize image files right after upload/import"
13215
  msgstr ""
13216
 
13217
+ #: wppa-settings-autosave.php:7192
13218
  msgid "This option requires the plugin EWWW Image Optimizer to be activated"
13219
  msgstr ""
13220
 
13221
+ #: wppa-settings-autosave.php:7199
13222
  #, fuzzy
13223
  msgid "Default album linktype"
13224
  msgstr "Standard foto album for"
13225
 
13226
+ #: wppa-settings-autosave.php:7200
13227
  msgid "The album linktype for new albums"
13228
  msgstr ""
13229
 
13230
+ #: wppa-settings-autosave.php:7219
13231
  msgid "Search Albums and Photos related settings"
13232
  msgstr ""
13233
 
13234
+ #: wppa-settings-autosave.php:7221
13235
  #, fuzzy
13236
  msgid "Search page"
13237
  msgstr "Cerca"
13238
 
13239
+ #: wppa-settings-autosave.php:7222
13240
  msgid "Display the search results on page."
13241
  msgstr ""
13242
 
13243
+ #: wppa-settings-autosave.php:7223
13244
  #, php-format
13245
  msgid ""
13246
  "Select the page to be used to display search results. The page MUST contain "
13247
  "%%wppa%% or [wppa][/wppa]."
13248
  msgstr ""
13249
 
13250
+ #: wppa-settings-autosave.php:7224
13251
  msgid "You may give it the title \"Search results\" or something alike."
13252
  msgstr ""
13253
 
13254
+ #: wppa-settings-autosave.php:7225
13255
  msgid ""
13256
  "Or you ou may use the standard page on which you display the generic album."
13257
  msgstr ""
13258
 
13259
+ #: wppa-settings-autosave.php:7258
13260
  msgid "Exclude separate"
13261
  msgstr ""
13262
 
13263
+ #: wppa-settings-autosave.php:7259
13264
  #, fuzzy
13265
  msgid "Do not search 'separate' albums."
13266
  msgstr "Impossibile creare album. "
13267
 
13268
+ #: wppa-settings-autosave.php:7260
13269
  msgid ""
13270
  "When checked, albums (and photos in them) that have the parent set to --- "
13271
  "separate --- will be excluded from being searched."
13272
  msgstr ""
13273
 
13274
+ #: wppa-settings-autosave.php:7267
13275
  msgid "Include tags"
13276
  msgstr ""
13277
 
13278
+ #: wppa-settings-autosave.php:7268
13279
  msgid "Do also search the photo tags."
13280
  msgstr ""
13281
 
13282
+ #: wppa-settings-autosave.php:7269
13283
  msgid "When checked, the tags of the photo will also be searched."
13284
  msgstr ""
13285
 
13286
+ #: wppa-settings-autosave.php:7276
13287
  msgid "Include categories"
13288
  msgstr ""
13289
 
13290
+ #: wppa-settings-autosave.php:7277
13291
  msgid "Do also search the album categories."
13292
  msgstr ""
13293
 
13294
+ #: wppa-settings-autosave.php:7278
13295
  msgid "When checked, the categories of the album will also be searched."
13296
  msgstr ""
13297
 
13298
+ #: wppa-settings-autosave.php:7285
13299
  #, fuzzy
13300
  msgid "Include comments"
13301
  msgstr "%d kommentarer"
13302
 
13303
+ #: wppa-settings-autosave.php:7286
13304
  msgid "Do also search the comments on photos."
13305
  msgstr ""
13306
 
13307
+ #: wppa-settings-autosave.php:7287
13308
  msgid "When checked, the comments of the photos will also be searched."
13309
  msgstr ""
13310
 
13311
+ #: wppa-settings-autosave.php:7294
13312
  #, fuzzy
13313
  msgid "Photos only"
13314
  msgstr "Foto"
13315
 
13316
+ #: wppa-settings-autosave.php:7295
13317
  msgid "Search for photos only."
13318
  msgstr ""
13319
 
13320
+ #: wppa-settings-autosave.php:7296
13321
  msgid "When checked, only photos will be searched for."
13322
  msgstr ""
13323
 
13324
+ #: wppa-settings-autosave.php:7311
13325
  msgid "Max albums found"
13326
  msgstr ""
13327
 
13328
+ #: wppa-settings-autosave.php:7312
13329
  msgid "The maximum number of albums to be displayed."
13330
  msgstr ""
13331
 
13332
+ #: wppa-settings-autosave.php:7320
13333
  #, fuzzy
13334
  msgid "Max photos found"
13335
  msgstr ""
13336
  "Ingen album eller fotos fundet der svarer til dine s&oslash;ge kriterier."
13337
 
13338
+ #: wppa-settings-autosave.php:7321
13339
  msgid "The maximum number of photos to be displayed."
13340
  msgstr ""
13341
 
13342
+ #: wppa-settings-autosave.php:7329
13343
  msgid "Tags OR only"
13344
  msgstr ""
13345
 
13346
+ #: wppa-settings-autosave.php:7330
13347
  msgid "No and / or buttons"
13348
  msgstr ""
13349
 
13350
+ #: wppa-settings-autosave.php:7331
13351
  msgid ""
13352
  "Hide the and/or radiobuttons and do the or method in the multitag widget and "
13353
  "shortcode."
13354
  msgstr ""
13355
 
13356
+ #: wppa-settings-autosave.php:7338
13357
  msgid "Floating searchtoken"
13358
  msgstr ""
13359
 
13360
+ #: wppa-settings-autosave.php:7339
13361
  msgid "A match need not start at the first char."
13362
  msgstr ""
13363
 
13364
+ #: wppa-settings-autosave.php:7340
13365
  msgid ""
13366
  "A match is found while searching also when the entered token is somewhere in "
13367
  "the middle of a word."
13368
  msgstr ""
13369
 
13370
+ #: wppa-settings-autosave.php:7341
13371
  msgid "This works in indexed search only!"
13372
  msgstr ""
13373
 
13374
+ #: wppa-settings-autosave.php:7348
13375
  #, fuzzy
13376
  msgid "Search results display"
13377
  msgstr "Risultati della ricerca per: %s"
13378
 
13379
+ #: wppa-settings-autosave.php:7349
13380
  msgid "Select the way the search results should be displayed."
13381
  msgstr ""
13382
 
13383
+ #: wppa-settings-autosave.php:7350
13384
  msgid ""
13385
  "If you select anything different from \"Albums and thumbnails\", \"Photos "
13386
  "only\" is assumed (Table IX-E6)."
13387
  msgstr ""
13388
 
13389
+ #: wppa-settings-autosave.php:7352
13390
  #, fuzzy
13391
  msgid "Albums and thumbnails"
13392
  msgstr "Se"
13393
 
13394
+ #: wppa-settings-autosave.php:7352
13395
  #, fuzzy
13396
  msgid "Slideonly slideshow"
13397
  msgstr "Slideshow barra laterale"
13398
 
13399
+ #: wppa-settings-autosave.php:7359
13400
  msgid "Name max length"
13401
  msgstr ""
13402
 
13403
+ #: wppa-settings-autosave.php:7360
13404
  msgid "Max length of displayed photonames in supersearch selectionlist"
13405
  msgstr ""
13406
 
13407
+ #: wppa-settings-autosave.php:7361 wppa-settings-autosave.php:7370
13408
  msgid ""
13409
  "To limit the length of the selectionlist, enter the number of characters to "
13410
  "show."
13411
  msgstr ""
13412
 
13413
+ #: wppa-settings-autosave.php:7368
13414
  msgid "Text max length"
13415
  msgstr ""
13416
 
13417
+ #: wppa-settings-autosave.php:7369
13418
  msgid "Max length of displayed photo text in supersearch selectionlist"
13419
  msgstr ""
13420
 
13421
+ #: wppa-settings-autosave.php:7377
13422
  msgid "Watermark related settings"
13423
  msgstr ""
13424
 
13425
+ #: wppa-settings-autosave.php:7380
13426
  msgid "Enable the application of watermarks."
13427
  msgstr ""
13428
 
13429
+ #: wppa-settings-autosave.php:7381
13430
  msgid "If checked, photos can be watermarked during upload / import."
13431
  msgstr ""
13432
 
13433
+ #: wppa-settings-autosave.php:7390
13434
  #, fuzzy
13435
  msgid "Watermark file"
13436
  msgstr "Inds&aelig;t vandm&aelig;rke:"
13437
 
13438
+ #: wppa-settings-autosave.php:7391
13439
  msgid "The default watermarkfile to be used."
13440
  msgstr ""
13441
 
13442
+ #: wppa-settings-autosave.php:7392
13443
  msgid "Watermark files are of type png and reside in"
13444
  msgstr ""
13445
 
13446
+ #: wppa-settings-autosave.php:7393
13447
  msgid ""
13448
  "A suitable watermarkfile typically consists of a transparent background and "
13449
  "a black text or drawing."
13450
  msgstr ""
13451
 
13452
+ #: wppa-settings-autosave.php:7395
13453
  msgid ""
13454
  "You may also select one of the textual watermark types at the bottom of the "
13455
  "selection list."
13456
  msgstr ""
13457
 
13458
+ #: wppa-settings-autosave.php:7399
13459
  #, fuzzy
13460
  msgid "position:"
13461
  msgstr "Position:"
13462
 
13463
+ #: wppa-settings-autosave.php:7405
13464
  #, fuzzy
13465
  msgid "Upload watermark"
13466
  msgstr "Inds&aelig;t vandm&aelig;rke:"
13467
 
13468
+ #: wppa-settings-autosave.php:7406
13469
  #, fuzzy
13470
  msgid "Upload a new watermark file"
13471
  msgstr "Inds&aelig;t vandm&aelig;rke:"
13472
 
13473
+ #: wppa-settings-autosave.php:7410
13474
  #, fuzzy
13475
  msgid "Upload watermark image"
13476
  msgstr "Inds&aelig;t vandm&aelig;rke:"
13477
 
13478
+ #: wppa-settings-autosave.php:7415
13479
  msgid "Watermark opacity image"
13480
  msgstr ""
13481
 
13482
+ #: wppa-settings-autosave.php:7416
13483
  msgid "You can set the intensity of image watermarks here."
13484
  msgstr ""
13485
 
13486
+ #: wppa-settings-autosave.php:7417 wppa-settings-autosave.php:7502
13487
  msgid ""
13488
  "The higher the number, the intenser the watermark. Value must be > 0 and <= "
13489
  "100."
13490
  msgstr ""
13491
 
13492
+ #: wppa-settings-autosave.php:7424
13493
  #, fuzzy
13494
  msgid "Textual watermark style"
13495
  msgstr "Inds&aelig;t vandm&aelig;rke:"
13496
 
13497
+ #: wppa-settings-autosave.php:7425
13498
  msgid "The way the textual watermarks look like"
13499
  msgstr ""
13500
 
13501
+ #: wppa-settings-autosave.php:7429
13502
  msgid "TV subtitle style"
13503
  msgstr ""
13504
 
13505
+ #: wppa-settings-autosave.php:7429
13506
  msgid "White text on black background"
13507
  msgstr ""
13508
 
13509
+ #: wppa-settings-autosave.php:7429
13510
  msgid "Black text on white background"
13511
  msgstr ""
13512
 
13513
+ #: wppa-settings-autosave.php:7429
13514
  msgid "Reverse TV style (Utopia)"
13515
  msgstr ""
13516
 
13517
+ #: wppa-settings-autosave.php:7429
13518
  msgid "White on transparent background"
13519
  msgstr ""
13520
 
13521
+ #: wppa-settings-autosave.php:7429
13522
  msgid "Black on transparent background"
13523
  msgstr ""
13524
 
13525
+ #: wppa-settings-autosave.php:7439
13526
  msgid "Predefined watermark text"
13527
  msgstr ""
13528
 
13529
+ #: wppa-settings-autosave.php:7440
13530
  msgid "The text to use when --- pre-defined --- is selected."
13531
  msgstr ""
13532
 
13533
+ #: wppa-settings-autosave.php:7441
13534
  msgid "You may use the following keywords:"
13535
  msgstr ""
13536
 
13537
+ #: wppa-settings-autosave.php:7442
13538
  msgid "w#site, w#owner, w#name, w#filename"
13539
  msgstr ""
13540
 
13541
+ #: wppa-settings-autosave.php:7449
13542
  #, fuzzy
13543
  msgid "Textual watermark font"
13544
  msgstr "Inds&aelig;t vandm&aelig;rke:"
13545
 
13546
+ #: wppa-settings-autosave.php:7450
13547
  msgid "The font to use with textusl watermarks."
13548
  msgstr ""
13549
 
13550
+ #: wppa-settings-autosave.php:7451
13551
  msgid "Except for the system font, are font files of type ttf and reside in"
13552
  msgstr ""
13553
 
13554
+ #: wppa-settings-autosave.php:7479
13555
  #, fuzzy
13556
  msgid "Textual watermark font size"
13557
  msgstr "Inds&aelig;t vandm&aelig;rke:"
13558
 
13559
+ #: wppa-settings-autosave.php:7480
13560
  msgid "You can set the size of the truetype fonts only."
13561
  msgstr ""
13562
 
13563
+ #: wppa-settings-autosave.php:7481
13564
  msgid ""
13565
  "System font can have size 1,2,3,4 or 5, in some stoneage fontsize units. Any "
13566
  "value > 5 will be treated as 5."
13567
  msgstr ""
13568
 
13569
+ #: wppa-settings-autosave.php:7482
13570
  msgid ""
13571
  "Truetype fonts can have any positive integer size, if your PHPs GD version "
13572
  "is 1, in pixels, in GD2 in points."
13573
  msgstr ""
13574
 
13575
+ #: wppa-settings-autosave.php:7483
13576
  msgid "It is unclear howmany pixels a point is..."
13577
  msgstr ""
13578
 
13579
+ #: wppa-settings-autosave.php:7490
13580
  #, fuzzy
13581
  msgid "Upload watermark font"
13582
  msgstr "Inds&aelig;t vandm&aelig;rke:"
13583
 
13584
+ #: wppa-settings-autosave.php:7491
13585
  #, fuzzy
13586
  msgid "Upload a new watermark font file"
13587
  msgstr "Inds&aelig;t vandm&aelig;rke:"
13588
 
13589
+ #: wppa-settings-autosave.php:7492
13590
  msgid ""
13591
  "Upload truetype fonts (.ttf) only, and test if they work on your server "
13592
  "platform."
13593
  msgstr ""
13594
 
13595
+ #: wppa-settings-autosave.php:7495
13596
  #, fuzzy
13597
  msgid "Upload TrueType font"
13598
  msgstr "Indsend foto"
13599
 
13600
+ #: wppa-settings-autosave.php:7500
13601
  msgid "Watermark opacity text"
13602
  msgstr ""
13603
 
13604
+ #: wppa-settings-autosave.php:7501
13605
  msgid "You can set the intensity of a text watermarks here."
13606
  msgstr ""
13607
 
13608
+ #: wppa-settings-autosave.php:7510
13609
  msgid "A real life preview. To update: refresh the page."
13610
  msgstr ""
13611
 
13612
+ #: wppa-settings-autosave.php:7521
13613
  #, fuzzy
13614
  msgid "Watermark thumbnails"
13615
  msgstr "Se"
13616
 
13617
+ #: wppa-settings-autosave.php:7522
13618
  msgid "Watermark also the thumbnail image files."
13619
  msgstr ""
13620
 
13621
+ #: wppa-settings-autosave.php:7530
13622
  msgid "Slideshow elements sequence order settings"
13623
  msgstr ""
13624
 
13625
+ #: wppa-settings-autosave.php:7536 wppa-settings-autosave.php:7582
13626
  #, fuzzy
13627
  msgid "StartStop"
13628
  msgstr "Start"
13629
 
13630
+ #: wppa-settings-autosave.php:7537 wppa-settings-autosave.php:7583
13631
  msgid "SlideFrame"
13632
  msgstr ""
13633
 
13634
+ #: wppa-settings-autosave.php:7539
13635
  msgid "Desc"
13636
  msgstr ""
13637
 
13638
+ #: wppa-settings-autosave.php:7542 wppa-settings-autosave.php:7587
13639
  msgid "FilmStrip"
13640
  msgstr ""
13641
 
13642
+ #: wppa-settings-autosave.php:7543 wppa-settings-autosave.php:7588
13643
  msgid "Browsebar"
13644
  msgstr ""
13645
 
13646
+ #: wppa-settings-autosave.php:7545 wppa-settings-autosave.php:7590
13647
  #, fuzzy
13648
  msgid "IPTC data"
13649
  msgstr "Ingen IPTC data"
13650
 
13651
+ #: wppa-settings-autosave.php:7546 wppa-settings-autosave.php:7591
13652
  #, fuzzy
13653
  msgid "EXIF data"
13654
  msgstr "Ingen EXIF data"
13655
 
13656
+ #: wppa-settings-autosave.php:7547 wppa-settings-autosave.php:7592
13657
  #, fuzzy
13658
  msgid "Share box"
13659
  msgstr "Condividi su Facebook"
13660
 
13661
+ #: wppa-settings-autosave.php:7549 wppa-settings-autosave.php:7594
13662
  msgid "Enabled"
13663
  msgstr ""
13664
 
13665
+ #: wppa-settings-autosave.php:7550 wppa-settings-autosave.php:7595
13666
  msgid "Disabled"
13667
  msgstr ""
13668
 
13669
+ #: wppa-settings-autosave.php:7552 wppa-settings-autosave.php:7597
13670
  msgid "Start/Stop & Slower/Faster navigation bar"
13671
  msgstr ""
13672
 
13673
+ #: wppa-settings-autosave.php:7553 wppa-settings-autosave.php:7598
13674
  msgid "The Slide Frame"
13675
  msgstr ""
13676
 
13677
+ #: wppa-settings-autosave.php:7553 wppa-settings-autosave.php:7598
13678
  msgid "( Always )"
13679
  msgstr ""
13680
 
13681
+ #: wppa-settings-autosave.php:7554
13682
  #, fuzzy
13683
  msgid "Photo Name Box"
13684
  msgstr "Dagens foto"
13685
 
13686
+ #: wppa-settings-autosave.php:7555
13687
  msgid "Photo Description Box"
13688
  msgstr ""
13689
 
13690
+ #: wppa-settings-autosave.php:7556 wppa-settings-autosave.php:7600
13691
  msgid "Custom Box"
13692
  msgstr ""
13693
 
13694
+ #: wppa-settings-autosave.php:7557 wppa-settings-autosave.php:7601
13695
  #, fuzzy
13696
  msgid "Rating Bar"
13697
  msgstr "Bed&oslash;mmelse: %s"
13698
 
13699
+ #: wppa-settings-autosave.php:7558 wppa-settings-autosave.php:7602
13700
  msgid "Film Strip with embedded Start/Stop and Goto functionality"
13701
  msgstr ""
13702
 
13703
+ #: wppa-settings-autosave.php:7559 wppa-settings-autosave.php:7603
13704
  msgid "Browse Bar with Photo X of Y counter"
13705
  msgstr ""
13706
 
13707
+ #: wppa-settings-autosave.php:7560 wppa-settings-autosave.php:7604
13708
  #, fuzzy
13709
  msgid "Comments Box"
13710
  msgstr "%d kommentarer"
13711
 
13712
+ #: wppa-settings-autosave.php:7561 wppa-settings-autosave.php:7605
13713
  msgid "IPTC box"
13714
  msgstr ""
13715
 
13716
+ #: wppa-settings-autosave.php:7562 wppa-settings-autosave.php:7606
13717
  msgid "EXIF box"
13718
  msgstr ""
13719
 
13720
+ #: wppa-settings-autosave.php:7563 wppa-settings-autosave.php:7607
13721
  msgid "Social media share box"
13722
  msgstr ""
13723
 
13724
+ #: wppa-settings-autosave.php:7569 wppa-settings-autosave.php:7613
13725
  msgid "Move Up"
13726
  msgstr ""
13727
 
13728
+ #: wppa-settings-autosave.php:7584
13729
  msgid "NameDesc"
13730
  msgstr ""
13731
 
13732
+ #: wppa-settings-autosave.php:7599
13733
  msgid "Photo Name & Description Box"
13734
  msgstr ""
13735
 
13736
+ #: wppa-settings-autosave.php:7623
13737
  msgid "Swap Namedesc"
13738
  msgstr ""
13739
 
13740
+ #: wppa-settings-autosave.php:7624
13741
  msgid "Swap the order sequence of name and description"
13742
  msgstr ""
13743
 
13744
+ #: wppa-settings-autosave.php:7632
13745
  msgid "Split Name and Desc"
13746
  msgstr ""
13747
 
13748
+ #: wppa-settings-autosave.php:7633
13749
  msgid "Put Name and Description in separate boxes"
13750
  msgstr ""
13751
 
13752
+ #: wppa-settings-autosave.php:7636
13753
  msgid "Please reload this page after the green checkmark appears!"
13754
  msgstr ""
13755
 
13756
+ #: wppa-settings-autosave.php:7641
13757
  msgid "Source file management and other upload/import settings and actions."
13758
  msgstr ""
13759
 
13760
+ #: wppa-settings-autosave.php:7643
13761
  msgid "Keep sourcefiles admin"
13762
  msgstr ""
13763
 
13764
+ #: wppa-settings-autosave.php:7644
13765
  msgid "Keep the original uploaded and imported photo files."
13766
  msgstr ""
13767
 
13768
+ #: wppa-settings-autosave.php:7645 wppa-settings-autosave.php:7655
13769
  msgid ""
13770
  "The files will be kept in a separate directory with subdirectories for each "
13771
  "album"
13772
  msgstr ""
13773
 
13774
+ #: wppa-settings-autosave.php:7646 wppa-settings-autosave.php:7656
13775
  msgid ""
13776
  "These files can be used to update the photos used in displaying in wppa+ and "
13777
  "optionally for downloading original, un-downsized images."
13778
  msgstr ""
13779
 
13780
+ #: wppa-settings-autosave.php:7653
13781
  msgid "Keep sourcefiles frontend"
13782
  msgstr ""
13783
 
13784
+ #: wppa-settings-autosave.php:7654
13785
  #, fuzzy
13786
  msgid "Keep the original frontend uploaded photo files."
13787
  msgstr "Se fotos med h&oslash;jeste bed&oslash;mmelse"
13788
 
13789
+ #: wppa-settings-autosave.php:7663
13790
  msgid "Source directory"
13791
  msgstr ""
13792
 
13793
+ #: wppa-settings-autosave.php:7664
13794
  msgid "The path to the directory where the original photofiles will be saved."
13795
  msgstr ""
13796
 
13797
+ #: wppa-settings-autosave.php:7665
13798
  msgid "You may change the directory path, but it can not be an url."
13799
  msgstr ""
13800
 
13801
+ #: wppa-settings-autosave.php:7666
13802
  msgid ""
13803
  "The parent of the directory that you enter here must exist and be writable."
13804
  msgstr ""
13805
 
13806
+ #: wppa-settings-autosave.php:7667
13807
  msgid "The directory itsself will be created if it does not exist yet."
13808
  msgstr ""
13809
 
13810
+ #: wppa-settings-autosave.php:7674
13811
  msgid "Keep sync"
13812
  msgstr ""
13813
 
13814
+ #: wppa-settings-autosave.php:7675
13815
  msgid "Keep source synchronously with wppa system."
13816
  msgstr ""
13817
 
13818
+ #: wppa-settings-autosave.php:7676
13819
  msgid ""
13820
  "If checked, photos that are deleted from wppa, will also be removed from the "
13821
  "sourcefiles."
13822
  msgstr ""
13823
 
13824
+ #: wppa-settings-autosave.php:7677
13825
  msgid ""
13826
  "Also, copying or moving photos to different albums, will also copy/move the "
13827
  "sourcefiles."
13828
  msgstr ""
13829
 
13830
+ #: wppa-settings-autosave.php:7684
13831
  msgid "Remake add"
13832
  msgstr ""
13833
 
13834
+ #: wppa-settings-autosave.php:7685
13835
  msgid "Photos will be added from the source pool"
13836
  msgstr ""
13837
 
13838
+ #: wppa-settings-autosave.php:7686
13839
  msgid ""
13840
  "If checked: If photo files are found in the source directory that do not "
13841
  "exist in the corresponding album, they will be added to the album."
13842
  msgstr ""
13843
 
13844
+ #: wppa-settings-autosave.php:7693
13845
  #, fuzzy
13846
  msgid "Save IPTC data"
13847
  msgstr "Skjul IPTC data"
13848
 
13849
+ #: wppa-settings-autosave.php:7694
13850
  msgid "Store the iptc data from the photo into the iptc db table"
13851
  msgstr ""
13852
 
13853
+ #: wppa-settings-autosave.php:7695
13854
  msgid ""
13855
  "You will need this if you enabled the display of iptc data in Table II-B17 "
13856
  "or if you use it in the photo descriptions."
13857
  msgstr ""
13858
 
13859
+ #: wppa-settings-autosave.php:7702
13860
  #, fuzzy
13861
  msgid "Save EXIF data"
13862
  msgstr "Skjul EXIF data"
13863
 
13864
+ #: wppa-settings-autosave.php:7703
13865
  msgid "Store the exif data from the photo into the exif db table"
13866
  msgstr ""
13867
 
13868
+ #: wppa-settings-autosave.php:7704
13869
  msgid ""
13870
  "You will need this if you enabled the display of exif data in Table II-B18 "
13871
  "or if you use it in the photo descriptions."
13872
  msgstr ""
13873
 
13874
+ #: wppa-settings-autosave.php:7711
13875
  msgid "Max EXIF tag array size"
13876
  msgstr ""
13877
 
13878
+ #: wppa-settings-autosave.php:7712
13879
  msgid "Truncate array tags to ..."
13880
  msgstr ""
13881
 
13882
+ #: wppa-settings-autosave.php:7713
13883
  msgid "A value of 0 disables this feature"
13884
  msgstr ""
13885
 
13886
+ #: wppa-settings-autosave.php:7715
13887
  #, fuzzy
13888
  msgid "elements"
13889
  msgstr "%d kommentarer"
13890
 
13891
+ #: wppa-settings-autosave.php:7720
13892
  msgid "Import Create page"
13893
  msgstr ""
13894
 
13895
+ #: wppa-settings-autosave.php:7721
13896
  msgid "Create wp page when a directory to album is imported."
13897
  msgstr ""
13898
 
13899
+ #: wppa-settings-autosave.php:7722
13900
  msgid ""
13901
  "As soon as an album is created when a directory is imported, a wp page is "
13902
  "made that displays the album content."
13903
  msgstr ""
13904
 
13905
+ #: wppa-settings-autosave.php:7730
13906
  msgid "Page content"
13907
  msgstr ""
13908
 
13909
+ #: wppa-settings-autosave.php:7731
13910
  msgid "The content of the page. Must contain <b>w#album</b>"
13911
  msgstr ""
13912
 
13913
+ #: wppa-settings-autosave.php:7732
13914
  msgid ""
13915
  "The content of the page. Note: it must contain w#album. This will be "
13916
  "replaced by the album number in the generated shortcode."
13917
  msgstr ""
13918
 
13919
+ #: wppa-settings-autosave.php:7740
13920
  msgid "Page type"
13921
  msgstr ""
13922
 
13923
+ #: wppa-settings-autosave.php:7741
13924
  msgid "Select the type of page to create."
13925
  msgstr ""
13926
 
13927
+ #: wppa-settings-autosave.php:7745
13928
  #, fuzzy
13929
  msgid "Post"
13930
  msgstr "--- lo stesso articolo/pagina ---"
13931
 
13932
+ #: wppa-settings-autosave.php:7752
13933
  msgid "Page status"
13934
  msgstr ""
13935
 
13936
+ #: wppa-settings-autosave.php:7753
13937
  msgid "Select the initial status of the page."
13938
  msgstr ""
13939
 
13940
+ #: wppa-settings-autosave.php:7757
13941
  msgid "Published"
13942
  msgstr ""
13943
 
13944
+ #: wppa-settings-autosave.php:7757
13945
  msgid "Draft"
13946
  msgstr ""
13947
 
13948
+ #: wppa-settings-autosave.php:7765
13949
  msgid "Permalink root"
13950
  msgstr ""
13951
 
13952
+ #: wppa-settings-autosave.php:7766
13953
  msgid "The name of the root for the photofile ermalink structure."
13954
  msgstr ""
13955
 
13956
+ #: wppa-settings-autosave.php:7767
13957
  msgid ""
13958
  "Choose a convenient name like \"albums\" or so; this will be the name of a "
13959
  "folder inside .../wp-content/. Make sure you choose a unique name"
13960
  msgstr ""
13961
 
13962
+ #: wppa-settings-autosave.php:7775
13963
  msgid "Other plugins related settings"
13964
  msgstr ""
13965
 
13966
+ #: wppa-settings-autosave.php:7777
13967
  msgid "Foreign shortcodes general"
13968
  msgstr ""
13969
 
13970
+ #: wppa-settings-autosave.php:7778
13971
  msgid "Enable foreign shortcodes in album names, albums desc and photo names"
13972
  msgstr ""
13973
 
13974
+ #: wppa-settings-autosave.php:7786
13975
  msgid "Foreign shortcodes fullsize"
13976
  msgstr ""
13977
 
13978
+ #: wppa-settings-autosave.php:7787
13979
  msgid "Enable the use of non-wppa+ shortcodes in fullsize photo descriptions."
13980
  msgstr ""
13981
 
13982
+ #: wppa-settings-autosave.php:7788 wppa-settings-autosave.php:7799
13983
  msgid ""
13984
  "When checked, you can use shortcodes from other plugins in the description "
13985
  "of photos."
13986
  msgstr ""
13987
 
13988
+ #: wppa-settings-autosave.php:7789
13989
  msgid "The shortcodes will be expanded in the descriptions of fullsize images."
13990
  msgstr ""
13991
 
13992
+ #: wppa-settings-autosave.php:7790 wppa-settings-autosave.php:7801
13993
  msgid "You will most likely need also to check Table IX-A1 (Allow HTML)."
13994
  msgstr ""
13995
 
13996
+ #: wppa-settings-autosave.php:7797
13997
  #, fuzzy
13998
  msgid "Foreign shortcodes thumbnails"
13999
  msgstr "Se"
14000
 
14001
+ #: wppa-settings-autosave.php:7798
14002
  msgid "Enable the use of non-wppa+ shortcodes in thumbnail photo descriptions."
14003
  msgstr ""
14004
 
14005
+ #: wppa-settings-autosave.php:7800
14006
  msgid ""
14007
  "The shortcodes will be expanded in the descriptions of thumbnail images."
14008
  msgstr ""
14009
 
14010
+ #: wppa-settings-autosave.php:7808
14011
  msgid "Lightbox keyname"
14012
  msgstr ""
14013
 
14014
+ #: wppa-settings-autosave.php:7809
14015
  msgid "The identifier of lightbox."
14016
  msgstr ""
14017
 
14018
+ #: wppa-settings-autosave.php:7810
14019
  msgid ""
14020
  "If you use a lightbox plugin that uses rel=\"lbox-id\" you can enter the "
14021
  "lbox-id here."
14022
  msgstr ""
14023
 
14024
+ #: wppa-settings-autosave.php:7817
14025
  msgid "myCRED / Cube Points: Comment"
14026
  msgstr ""
14027
 
14028
+ #: wppa-settings-autosave.php:7818
14029
  #, fuzzy
14030
  msgid "Number of points for a comment"
14031
  msgstr "<a href=\"%s\">Log ind</a> for at skrive en kommentar"
14032
 
14033
+ #: wppa-settings-autosave.php:7819 wppa-settings-autosave.php:7828
14034
+ #: wppa-settings-autosave.php:7837
14035
  msgid "This setting requires the plugin myCRED or Cube Points"
14036
  msgstr ""
14037
 
14038
+ #: wppa-settings-autosave.php:7821
14039
  #, fuzzy
14040
  msgid "points per comment"
14041
  msgstr "Din kommentar"
14042
 
14043
+ #: wppa-settings-autosave.php:7826
14044
  msgid "myCRED / Cube Points: Rating"
14045
  msgstr ""
14046
 
14047
+ #: wppa-settings-autosave.php:7827
14048
  msgid "Number of points for a rating vote"
14049
  msgstr ""
14050
 
14051
+ #: wppa-settings-autosave.php:7830
14052
  msgid "points per vote"
14053
  msgstr ""
14054
 
14055
+ #: wppa-settings-autosave.php:7835
14056
  msgid "myCRED / Cube Points: Upload"
14057
  msgstr ""
14058
 
14059
+ #: wppa-settings-autosave.php:7836
14060
  msgid "Number of points for a successfull frontend upload"
14061
  msgstr ""
14062
 
14063
+ #: wppa-settings-autosave.php:7839
14064
  #, fuzzy
14065
  msgid "points per upload"
14066
  msgstr "Foto caricate nell'album numero"
14067
 
14068
+ #: wppa-settings-autosave.php:7844
14069
  msgid "Use SCABN"
14070
  msgstr ""
14071
 
14072
+ #: wppa-settings-autosave.php:7845
14073
  msgid "Use the wppa interface to Simple Cart & Buy Now plugin."
14074
  msgstr ""
14075
 
14076
+ #: wppa-settings-autosave.php:7846
14077
  msgid ""
14078
  "If checked, the shortcode to use for the \"add to cart\" button in photo "
14079
  "descriptions is [cart ...]"
14080
  msgstr ""
14081
 
14082
+ #: wppa-settings-autosave.php:7847
14083
  msgid ""
14084
  "as opposed to [scabn ...] for the original scabn \"add to cart\" button."
14085
  msgstr ""
14086
 
14087
+ #: wppa-settings-autosave.php:7848
14088
  msgid "The shortcode for the check-out page is still [scabn]"
14089
  msgstr ""
14090
 
14091
+ #: wppa-settings-autosave.php:7849
14092
  msgid ""
14093
  "The arguments are the same, the defaults are: name = photoname, price = 0.01."
14094
  msgstr ""
14095
 
14096
+ #: wppa-settings-autosave.php:7850
14097
  msgid ""
14098
  "Supplying the price should be sufficient; supply a name only when it differs "
14099
  "from the photo name."
14100
  msgstr ""
14101
 
14102
+ #: wppa-settings-autosave.php:7851
14103
  msgid "This shortcode handler will also work with Ajax enabled."
14104
  msgstr ""
14105
 
14106
+ #: wppa-settings-autosave.php:7852
14107
  msgid ""
14108
  "Using this interface makes sure that the item urls and callback action urls "
14109
  "are correct."
14110
  msgstr ""
14111
 
14112
+ #: wppa-settings-autosave.php:7859
14113
  msgid "Use CM Tooltip Glossary"
14114
  msgstr ""
14115
 
14116
+ #: wppa-settings-autosave.php:7860
14117
  msgid "Use plugin CM Tooltip Glossary on photo and album descriptions."
14118
  msgstr ""
14119
 
14120
+ #: wppa-settings-autosave.php:7861
14121
  msgid ""
14122
  "You MUST set Table IV-A13: Defer javascript, also if you do not want this "
14123
  "plugin to act on album and photo descriptions!"
14124
  msgstr ""
14125
 
14126
+ #: wppa-settings-autosave.php:7869
14127
  msgid "External services related settings and actions."
14128
  msgstr ""
14129
 
14130
+ #: wppa-settings-autosave.php:7871
14131
  msgid "QR Code widget size"
14132
  msgstr ""
14133
 
14134
+ #: wppa-settings-autosave.php:7872
14135
  msgid "The size of the QR code display."
14136
  msgstr ""
14137
 
14138
+ #: wppa-settings-autosave.php:7880
14139
  msgid "QR color"
14140
  msgstr ""
14141
 
14142
+ #: wppa-settings-autosave.php:7881
14143
  msgid "The display color of the qr code (dark)"
14144
  msgstr ""
14145
 
14146
+ #: wppa-settings-autosave.php:7882
14147
  msgid "This color MUST be given in hexadecimal format!"
14148
  msgstr ""
14149
 
14150
+ #: wppa-settings-autosave.php:7889
14151
  msgid "QR background color"
14152
  msgstr ""
14153
 
14154
+ #: wppa-settings-autosave.php:7890
14155
  msgid "The background color of the qr code (light)"
14156
  msgstr ""
14157
 
14158
+ #: wppa-settings-autosave.php:7898
14159
  msgid "CDN Service"
14160
  msgstr ""
14161
 
14162
+ #: wppa-settings-autosave.php:7899
14163
  msgid "Select a CDN Service you want to use."
14164
  msgstr ""
14165
 
14166
+ #: wppa-settings-autosave.php:7902
14167
  msgid "Cloudinary in maintenance mode"
14168
  msgstr ""
14169
 
14170
+ #: wppa-settings-autosave.php:7912
14171
  #, fuzzy
14172
  msgid "Cloud name"
14173
  msgstr "Dit navn"
14174
 
14175
+ #: wppa-settings-autosave.php:7921
14176
  msgid "API key"
14177
  msgstr ""
14178
 
14179
+ #: wppa-settings-autosave.php:7930
14180
  msgid "API secret"
14181
  msgstr ""
14182
 
14183
+ #: wppa-settings-autosave.php:7940
14184
  #, fuzzy
14185
  msgid "Update uploads"
14186
  msgstr ""
14187
  "Non hai i permessi per potere aggiornare le informazioni di questo album"
14188
 
14189
+ #: wppa-settings-autosave.php:7941
14190
  msgid "Verify and upload photos to the cloud."
14191
  msgstr ""
14192
 
14193
+ #: wppa-settings-autosave.php:7942
14194
  msgid "This function will add the missing photos to Cloudinary."
14195
  msgstr ""
14196
 
14197
+ #: wppa-settings-autosave.php:7943
14198
  msgid "You need to run this only when there are images that are not displayed."
14199
  msgstr ""
14200
 
14201
+ #: wppa-settings-autosave.php:7944
14202
  msgid "This procedure may take much time!"
14203
  msgstr ""
14204
 
14205
+ #: wppa-settings-autosave.php:7951
14206
  #, fuzzy
14207
  msgid "Delete all"
14208
  msgstr "Impossibile creare album. "
14209
 
14210
+ #: wppa-settings-autosave.php:7952
14211
  msgid "Deletes them all !!!"
14212
  msgstr ""
14213
 
14214
+ #: wppa-settings-autosave.php:7960
14215
  msgid "Delete derived images"
14216
  msgstr ""
14217
 
14218
+ #: wppa-settings-autosave.php:7961
14219
  msgid "Deletes all derived images !!!"
14220
  msgstr ""
14221
 
14222
+ #: wppa-settings-autosave.php:7969
14223
  msgid "Max lifetime"
14224
  msgstr ""
14225
 
14226
+ #: wppa-settings-autosave.php:7970
14227
  msgid "Old images from local server, new images from Cloudinary."
14228
  msgstr ""
14229
 
14230
+ #: wppa-settings-autosave.php:7971
14231
  msgid ""
14232
  "If NOT set to Forever: You need to run Table VIII-B15 on a regular basis."
14233
  msgstr ""
14234
 
14235
+ #: wppa-settings-autosave.php:7973
14236
  msgid "Forever"
14237
  msgstr ""
14238
 
14239
+ #: wppa-settings-autosave.php:7977
14240
  #, fuzzy
14241
  msgid "Two months"
14242
  msgstr "m&aring;neder"
14243
 
14244
+ #: wppa-settings-autosave.php:7978
14245
  #, fuzzy
14246
  msgid "Three months"
14247
  msgstr "m&aring;neder"
14248
 
14249
+ #: wppa-settings-autosave.php:7979
14250
  #, fuzzy
14251
  msgid "Six months"
14252
  msgstr "m&aring;neder"
14253
 
14254
+ #: wppa-settings-autosave.php:7980
14255
  #, fuzzy
14256
  msgid "Nine months"
14257
  msgstr "m&aring;neder"
14258
 
14259
+ #: wppa-settings-autosave.php:7981
14260
  #, fuzzy
14261
  msgid "One year"
14262
  msgstr "1 &aring;r"
14263
 
14264
+ #: wppa-settings-autosave.php:7982
14265
  #, fuzzy
14266
  msgid "18 months"
14267
  msgstr "1 m&aring;ned"
14268
 
14269
+ #: wppa-settings-autosave.php:7983
14270
  #, fuzzy
14271
  msgid "Two years"
14272
  msgstr "&aring;r"
14273
 
14274
+ #: wppa-settings-autosave.php:8003
14275
  msgid "Cloudinary usage"
14276
  msgstr ""
14277
 
14278
+ #: wppa-settings-autosave.php:8039
14279
  #, fuzzy
14280
  msgid "Cloudinary usage data not available"
14281
  msgstr "Pagina non disponibile."
14282
 
14283
+ #: wppa-settings-autosave.php:8043
14284
  msgid "Cloudinary routines not installed."
14285
  msgstr ""
14286
 
14287
+ #: wppa-settings-autosave.php:8054
14288
  msgid "Cloudinary"
14289
  msgstr ""
14290
 
14291
+ #: wppa-settings-autosave.php:8055
14292
  msgid "<span style=\"color:red;\">Requires at least PHP version 5.3</span>"
14293
  msgstr ""
14294
 
14295
+ #: wppa-settings-autosave.php:8064
14296
  msgid "GPX Implementation"
14297
  msgstr ""
14298
 
14299
+ #: wppa-settings-autosave.php:8065
14300
  msgid "The way the maps are produced."
14301
  msgstr ""
14302
 
14303
+ #: wppa-settings-autosave.php:8066
14304
  msgid "Select the way the maps are produced."
14305
  msgstr ""
14306
 
14307
+ #: wppa-settings-autosave.php:8067
14308
  msgid ""
14309
  "When using Google maps GPX viewer plugin, you can not use Ajax (Table IV-A1)"
14310
  msgstr ""
14311
 
14312
+ #: wppa-settings-autosave.php:8068
14313
  msgid ""
14314
  "When using WPPA+ Embedded code, you can use Ajax, but there are less display "
14315
  "options."
14316
  msgstr ""
14317
 
14318
+ #: wppa-settings-autosave.php:8070
14319
  msgid "WPPA+ Embedded code"
14320
  msgstr ""
14321
 
14322
+ #: wppa-settings-autosave.php:8070
14323
  msgid "Google maps GPX viewer plugin"
14324
  msgstr ""
14325
 
14326
+ #: wppa-settings-autosave.php:8078
14327
  msgid "Map height"
14328
  msgstr ""
14329
 
14330
+ #: wppa-settings-autosave.php:8079
14331
  msgid "The height of the map display."
14332
  msgstr ""
14333
 
14334
+ #: wppa-settings-autosave.php:8087
14335
  msgid "Google maps API key"
14336
  msgstr ""
14337
 
14338
+ #: wppa-settings-autosave.php:8088
14339
  msgid "Enter your Google maps api key here if you have one."
14340
  msgstr ""
14341
 
14342
+ #: wppa-settings-autosave.php:8096
14343
  msgid "GPX Shortcode"
14344
  msgstr ""
14345
 
14346
+ #: wppa-settings-autosave.php:8097
14347
  msgid "The shortcode to be used for the gpx feature."
14348
  msgstr ""
14349
 
14350
+ #: wppa-settings-autosave.php:8098
14351
  msgid ""
14352
  "Enter / modify the shortcode to be generated for the gpx plugin. It must "
14353
  "contain w#lat and w#lon as placeholders for the lattitude and longitude."
14354
  msgstr ""
14355
 
14356
+ #: wppa-settings-autosave.php:8099
14357
  msgid "This item is required for using Google maps GPX viewer plugin only"
14358
  msgstr ""
14359
 
14360
+ #: wppa-settings-autosave.php:8106
14361
  msgid "Fotomoto"
14362
  msgstr ""
14363
 
14364
+ #: wppa-settings-autosave.php:8107
14365
  msgid "Yes, we use Fotomoto on this site. Read the help text!"
14366
  msgstr ""
14367
 
14368
+ #: wppa-settings-autosave.php:8108
14369
  msgid "In order to function properly:"
14370
  msgstr ""
14371
 
14372
+ #: wppa-settings-autosave.php:8109
14373
  msgid "1. Get yourself a Fotomoto account."
14374
  msgstr ""
14375
 
14376
+ #: wppa-settings-autosave.php:8110
14377
  msgid ""
14378
  "2. Install the Fotomoto plugin, enter the \"Fotomoto Site Key:\" and check "
14379
  "the \"Use API Mode:\" checkbox."
14380
  msgstr ""
14381
 
14382
+ #: wppa-settings-autosave.php:8111
14383
  msgid "Note: Do NOT Disable the Custom box in Table II-B14."
14384
  msgstr ""
14385
 
14386
+ #: wppa-settings-autosave.php:8112
14387
  msgid "Do NOT remove the text w#fotomoto from the Custombox ( Table II-B15 )."
14388
  msgstr ""
14389
 
14390
+ #: wppa-settings-autosave.php:8120
14391
  msgid "Fotomoto fontsize"
14392
  msgstr ""
14393
 
14394
+ #: wppa-settings-autosave.php:8121
14395
  msgid "Fontsize for the Fotomoto toolbar."
14396
  msgstr ""
14397
 
14398
+ #: wppa-settings-autosave.php:8122
14399
  msgid ""
14400
  "If you set it here, it overrules a possible setting for font-size in ."
14401
  "FotomotoToolbarClass on the Fotomoto dashboard."
14402
  msgstr ""
14403
 
14404
+ #: wppa-settings-autosave.php:8130
14405
  msgid "Hide toolbar on running slideshows"
14406
  msgstr ""
14407
 
14408
+ #: wppa-settings-autosave.php:8131
14409
  msgid "The Fotomoto toolbar will re-appear when the slidshow stops."
14410
  msgstr ""
14411
 
14412
+ #: wppa-settings-autosave.php:8138
14413
  msgid "Fotomoto minwidth"
14414
  msgstr ""
14415
 
14416
+ #: wppa-settings-autosave.php:8139
14417
  msgid "Minimum width to display Fotomoto toolbar."
14418
  msgstr ""
14419
 
14420
+ #: wppa-settings-autosave.php:8140
14421
  msgid ""
14422
  "The display of the Fotomoto Toolbar will be suppressed on smaller slideshows."
14423
  msgstr ""
14424
 
14425
+ #: wppa-settings-autosave.php:8165
14426
  msgid "Table X:"
14427
  msgstr ""
14428
 
14429
+ #: wppa-settings-autosave.php:8165
14430
  msgid "IPTC Configuration:"
14431
  msgstr ""
14432
 
14433
+ #: wppa-settings-autosave.php:8166
14434
  msgid "This table defines the IPTC configuration"
14435
  msgstr ""
14436
 
14437
+ #: wppa-settings-autosave.php:8197 wppa-settings-autosave.php:8265
14438
  msgid "Display"
14439
  msgstr ""
14440
 
14441
+ #: wppa-settings-autosave.php:8197 wppa-settings-autosave.php:8265
14442
  msgid "Hide"
14443
  msgstr ""
14444
 
14445
+ #: wppa-settings-autosave.php:8197 wppa-settings-autosave.php:8265
14446
  msgid "Optional"
14447
  msgstr ""
14448
 
14449
+ #: wppa-settings-autosave.php:8227
14450
  msgid "Table XI:"
14451
  msgstr ""
14452
 
14453
+ #: wppa-settings-autosave.php:8227
14454
  msgid "EXIF Configuration:"
14455
  msgstr ""
14456
 
14457
+ #: wppa-settings-autosave.php:8228
14458
  msgid "This table defines the EXIF configuration"
14459
  msgstr ""
14460
 
14461
+ #: wppa-settings-autosave.php:8251
14462
  msgid ""
14463
  "Function exif_read_data() does not exist. This means that <b>EXIF</b> is not "
14464
  "enabled. If you want to use <b>EXIF</b> data, ask your hosting provider to "
14465
  "add <b>'--enable-exif'</b> to the php <b>Configure Command</b>."
14466
  msgstr ""
14467
 
14468
+ #: wppa-settings-autosave.php:8295
14469
  msgid "Table XII:"
14470
  msgstr ""
14471
 
14472
+ #: wppa-settings-autosave.php:8295
14473
  msgid "WPPA+ and PHP Configuration:"
14474
  msgstr ""
14475
 
14476
+ #: wppa-settings-autosave.php:8296
14477
  msgid ""
14478
  "This table lists all WPPA+ constants and PHP server configuration parameters "
14479
  "and is read only"
14480
  msgstr ""
14481
 
14482
+ #: wppa-settings-autosave.php:8311
14483
  msgid "Value"
14484
  msgstr ""
14485
 
14486
+ #: wppa-settings-autosave.php:8316
14487
  msgid "Albums db table name."
14488
  msgstr ""
14489
 
14490
+ #: wppa-settings-autosave.php:8321
14491
  #, fuzzy
14492
  msgid "Photos db table name."
14493
  msgstr "Vis EXIF data"
14494
 
14495
+ #: wppa-settings-autosave.php:8326
14496
  msgid "Rating db table name."
14497
  msgstr ""
14498
 
14499
+ #: wppa-settings-autosave.php:8331
14500
  msgid "Comments db table name."
14501
  msgstr ""
14502
 
14503
+ #: wppa-settings-autosave.php:8336
14504
  msgid "IPTC db table name."
14505
  msgstr ""
14506
 
14507
+ #: wppa-settings-autosave.php:8341
14508
  msgid "EXIF db table name."
14509
  msgstr ""
14510
 
14511
+ #: wppa-settings-autosave.php:8346
14512
  msgid "Index db table name."
14513
  msgstr ""
14514
 
14515
+ #: wppa-settings-autosave.php:8351
14516
  msgid "Plugins main file name."
14517
  msgstr ""
14518
 
14519
+ #: wppa-settings-autosave.php:8356
14520
  msgid "Path to plugins directory."
14521
  msgstr ""
14522
 
14523
+ #: wppa-settings-autosave.php:8361
14524
  msgid "Plugins directory name."
14525
  msgstr ""
14526
 
14527
+ #: wppa-settings-autosave.php:8366
14528
  msgid "Plugins directory url."
14529
  msgstr ""
14530
 
14531
+ #: wppa-settings-autosave.php:8371
14532
  msgid "The relative upload directory."
14533
  msgstr ""
14534
 
14535
+ #: wppa-settings-autosave.php:8376
14536
  msgid "The upload directory path."
14537
  msgstr ""
14538
 
14539
+ #: wppa-settings-autosave.php:8381
14540
  msgid "The upload directory url."
14541
  msgstr ""
14542
 
14543
+ #: wppa-settings-autosave.php:8386
14544
  msgid "The relative depot directory."
14545
  msgstr ""
14546
 
14547
+ #: wppa-settings-autosave.php:8391
14548
  msgid "The depot directory path."
14549
  msgstr ""
14550
 
14551
+ #: wppa-settings-autosave.php:8396
14552
  msgid "The depot directory url."
14553
  msgstr ""
14554
 
14555
+ #: wppa-settings-autosave.php:8401
14556
  msgid "The path to wp-content."
14557
  msgstr ""
14558
 
14559
+ #: wppa-settings-autosave.php:8406
14560
  msgid "WP Base upload dir."
14561
  msgstr ""
14562
 
14563
+ #: wppa-settings-autosave.php:8412
14564
  msgid "ABSPATH windows proof"
14565
  msgstr ""
14566
 
14567
+ #: wppa-settings-autosave.php:8424
14568
  #, php-format
14569
  msgid "<br />Memory used on this page: %6.2f Mb."
14570
  msgstr ""
14571
 
14572
+ #: wppa-settings-autosave.php:8425
14573
  #, php-format
14574
  msgid "<br />There are %d settings and %d runtime parameters."
14575
  msgstr ""
14576
 
14577
+ #: wppa-settings-autosave.php:8502
14578
  msgid "The default for this setting is:"
14579
  msgstr ""
14580
 
14581
+ #: wppa-settings-autosave.php:8511
14582
  msgid "Click for help"
14583
  msgstr ""
14584
 
14585
+ #: wppa-settings-autosave.php:8555 wppa-settings-autosave.php:8572
14586
+ #: wppa-settings-autosave.php:8601 wppa-settings-autosave.php:8624
14587
+ #: wppa-settings-autosave.php:8654 wppa-settings-autosave.php:8681
14588
+ #: wppa-settings-autosave.php:8707 wppa-settings-autosave.php:8755
14589
  msgid "Slug ="
14590
  msgstr ""
14591
 
14592
+ #: wppa-settings-autosave.php:8624 wppa-settings-autosave.php:8654
14593
+ #: wppa-settings-autosave.php:8681 wppa-settings-autosave.php:8707
14594
  msgid "Values = yes, no"
14595
  msgstr ""
14596
 
14597
+ #: wppa-settings-autosave.php:8653 wppa-settings-autosave.php:8679
14598
+ #: wppa-settings-autosave.php:8706
14599
  msgid "Warning!"
14600
  msgstr ""
14601
 
14602
+ #: wppa-settings-autosave.php:8680 wppa-settings-autosave.php:8706
14603
  msgid "Please read the help"
14604
  msgstr ""
14605
 
14606
+ #: wppa-settings-autosave.php:8755
14607
  msgid "Values = "
14608
  msgstr ""
14609
 
14610
+ #: wppa-settings-autosave.php:8831
14611
  msgid "Checked"
14612
  msgstr ""
14613
 
14614
+ #: wppa-settings-autosave.php:8832
14615
  msgid "Unchecked"
14616
  msgstr ""
14617
 
14618
+ #: wppa-settings-autosave.php:8837
14619
  msgid "the photo specific link."
14620
  msgstr ""
14621
 
14622
+ #: wppa-settings-autosave.php:8869
14623
  msgid "Show!"
14624
  msgstr ""
14625
 
14626
+ #: wppa-settings-autosave.php:8889
14627
  #, fuzzy
14628
  msgid "Not done yet"
14629
  msgstr "Intet album er defineret."
14630
 
14631
+ #: wppa-settings-autosave.php:8896
14632
  #, fuzzy
14633
  msgid "Start!"
14634
  msgstr "Start"
14635
 
14636
+ #: wppa-settings-autosave.php:8901
14637
  msgid "Locked!"
14638
  msgstr ""
14639
 
14640
+ #: wppa-settings-autosave.php:8932
14641
  msgid ""
14642
  "You can not have popup and lightbox on thumbnails at the same time. Uncheck "
14643
  "either Table IV-C8 or choose a different linktype in Table VI-2."
14644
  msgstr ""
14645
 
14646
+ #: wppa-settings-autosave.php:8935
14647
  #, php-format
14648
  msgid ""
14649
  "It is important that you select a page that contains at least %%wppa%% or "
14650
  "[wppa][/wppa]."
14651
  msgstr ""
14652
 
14653
+ #: wppa-settings-autosave.php:8936
14654
  msgid ""
14655
  "If you ommit this, the link will not work at all or simply refresh the "
14656
  "(home)page."
14690
  msgid "An error occurred during update"
14691
  msgstr "Fejl under upload"
14692
 
14693
+ #: wppa-setup.php:746
14694
  msgid ""
14695
  "<span style=\"color:red\" >Warning: Do not upload copyrighted material!</"
14696
  "span>"
14697
  msgstr ""
14698
 
14699
+ #: wppa-setup.php:755 wppa-setup.php:759 wppa-setup.php:763
14700
  msgid "Select tags:"
14701
  msgstr ""
14702
 
14703
+ #: wppa-setup.php:766
14704
  msgid "Enter new tags:"
14705
  msgstr ""
14706
 
14707
+ #: wppa-setup.php:913
14708
  msgid "Vote for me!"
14709
  msgstr ""
14710
 
14711
+ #: wppa-setup.php:914
14712
  msgid "Voted for me"
14713
  msgstr ""
14714
 
14715
+ #: wppa-setup.php:1333
14716
  msgid "Type your custom url here"
14717
  msgstr ""
14718
 
14719
+ #: wppa-setup.php:1334
14720
  msgid "Type the title here"
14721
  msgstr ""
14722
 
14723
+ #: wppa-setup.php:1346 wppa-topten-widget.php:13 wppa-topten-widget.php:48
14724
  #: wppa-topten-widget.php:191
14725
  msgid "Top Ten Photos"
14726
  msgstr "Foto Top Ti"
14727
 
14728
+ #: wppa-setup.php:1349 wppa-thumbnail-widget.php:13
14729
  #: wppa-thumbnail-widget.php:168
14730
  #, fuzzy
14731
  msgid "Thumbnail Photos"
14732
  msgstr "Miniatura"
14733
 
14734
+ #: wppa-setup.php:1352
14735
  #, fuzzy
14736
  msgid "Search photos"
14737
  msgstr "Top fotos"
14738
 
14739
+ #: wppa-setup.php:1395
14740
  msgid ""
14741
  "The uploads directory does not exist, please do a regular WP upload first."
14742
  msgstr ""
14743
 
14744
+ #: wppa-setup.php:1399
14745
  msgid "Successfully created uploads directory."
14746
  msgstr ""
14747
 
14748
+ #: wppa-setup.php:1410
14749
  #, fuzzy
14750
  msgid "Could not create the wppa directory."
14751
  msgstr "Impossibile creare album. "
14752
 
14753
+ #: wppa-setup.php:1414
14754
  msgid "Successfully created wppa directory."
14755
  msgstr ""
14756
 
14757
+ #: wppa-setup.php:1424
14758
  #, fuzzy
14759
  msgid "Could not create the wppa thumbs directory."
14760
  msgstr "Impossibile creare album. "
14761
 
14762
+ #: wppa-setup.php:1428
14763
  msgid "Successfully created wppa thumbs directory."
14764
  msgstr ""
14765
 
14766
+ #: wppa-setup.php:1438
14767
  msgid "Could not create the wppa watermarks directory."
14768
  msgstr ""
14769
 
14770
+ #: wppa-setup.php:1442
14771
  msgid "Successfully created wppa watermarks directory."
14772
  msgstr ""
14773
 
14774
+ #: wppa-setup.php:1452
14775
  msgid "Could not create the wppa fonts directory."
14776
  msgstr ""
14777
 
14778
+ #: wppa-setup.php:1456
14779
  msgid "Successfully created wppa fonts directory."
14780
  msgstr ""
14781
 
14782
+ #: wppa-setup.php:1468
14783
  msgid "Unable to create depot directory."
14784
  msgstr ""
14785
 
14786
+ #: wppa-setup.php:1472
14787
  msgid "Successfully created wppa depot directory."
14788
  msgstr ""
14789
 
14790
+ #: wppa-setup.php:1483
14791
  msgid "Unable to create user depot directory"
14792
  msgstr ""
14793
 
14794
+ #: wppa-setup.php:1487
14795
  msgid "Successfully created wppa user depot directory."
14796
  msgstr ""
14797
 
14798
+ #: wppa-setup.php:1497
14799
  msgid "Unable to create temp directory"
14800
  msgstr ""
14801
 
14802
+ #: wppa-setup.php:1501
14803
  msgid "Successfully created temp directory."
14804
  msgstr ""
14805
 
14806
+ #: wppa-setup.php:1509
14807
  #, php-format
14808
  msgid ""
14809
  "Ask your administrator to give you more rights, or create <b>%s</b> manually "
14923
  "For at se billeder i fuld st&oslash;rrelse skal du tillade javascript in din "
14924
  "browser."
14925
 
14926
+ #: wppa-slideshow.php:476
14927
  msgid "Checkout"
14928
  msgstr ""
14929
 
14930
+ #: wppa-slideshow.php:511
14931
  #, fuzzy
14932
  msgid "- - - Voting enabled - - -"
14933
  msgstr "Attivo"
14934
 
14935
+ #: wppa-slideshow.php:522
14936
  #, fuzzy, php-format
14937
  msgid "Number of votes: <span id=\"wppa-vote-count-%s\" >%s</span>&nbsp;"
14938
  msgstr ""
14939
  "<span style=\"color:red\" >Attenzione: non caricare materiale protetto da "
14940
  "copyright!</span>"
14941
 
14942
+ #: wppa-slideshow.php:528 wppa-slideshow.php:616 wppa-slideshow.php:653
14943
  #, php-format
14944
  msgid "You must <a href=\"%s\">login</a> to vote"
14945
  msgstr "Du skal <a href=\"%s\">logge ind</a> for at stemme"
14946
 
14947
+ #: wppa-slideshow.php:531 wppa-slideshow.php:619 wppa-slideshow.php:656
14948
  #, fuzzy
14949
  msgid "You must login to vote"
14950
  msgstr "Du skal <a href=\"%s\">logge ind</a> for at stemme"
14951
 
14952
+ #: wppa-slideshow.php:548
14953
  msgid "- - - Rating enabled - - -"
14954
  msgstr "- - - Bed&oslash;mmelse aktiveret - - -"
14955
 
14956
+ #: wppa-slideshow.php:564
14957
  msgid "very low"
14958
  msgstr "meget lav"
14959
 
14960
+ #: wppa-slideshow.php:565
14961
  msgid "low"
14962
  msgstr "lav"
14963
 
14964
+ #: wppa-slideshow.php:566
14965
  msgid "average"
14966
  msgstr "gennemsnitlig"
14967
 
14968
+ #: wppa-slideshow.php:567
14969
  msgid "high"
14970
  msgstr "h&oslash;j"
14971
 
14972
+ #: wppa-slideshow.php:568
14973
  msgid "very high"
14974
  msgstr "meget h&oslash;j"
14975
 
14976
+ #: wppa-slideshow.php:595 wppa-slideshow.php:639
14977
  msgid "Are you sure you want to mark this image as inappropriate?"
14978
  msgstr ""
14979
  "Er du sikker p&aring;, at du vil markere dette billed som v&aelig;rende "
14980
  "upassende."
14981
 
14982
+ #: wppa-slideshow.php:596 wppa-slideshow.php:640
14983
  msgid "Click this if you do NOT like this image!"
14984
  msgstr "Klik her hvis du IKKE kan lide dette billed!"
14985
 
14986
+ #: wppa-slideshow.php:598 wppa-slideshow.php:642
14987
  #, fuzzy
14988
  msgid "Number of people who marked this photo as inappropriate"
14989
  msgstr "Markeret som spam"
14990
 
14991
+ #: wppa-slideshow.php:648
14992
  #, fuzzy
14993
  msgid "My rating:"
14994
  msgstr "Valutazione:"
14995
 
14996
+ #: wppa-slideshow.php:734
14997
  msgid "First"
14998
  msgstr ""
14999
 
15000
+ #: wppa-slideshow.php:739
15001
  msgid "Last"
15002
  msgstr ""
15003
 
15004
+ #: wppa-slideshow.php:907
15005
  #, php-format
15006
  msgid "Photo %s of %s"
15007
  msgstr "Foto %s af %s"
15008
 
15009
+ #: wppa-slideshow.php:938
15010
  msgid "Click to start/stop"
15011
  msgstr "Klik for start/stop"
15012
 
15013
+ #: wppa-slideshow.php:950
15014
  msgid "- - - Comments box activated - - -"
15015
  msgstr "- - - Kommentar boks aktiveret - - -"
15016
 
15017
+ #: wppa-slideshow.php:971
15018
  msgid "- - - IPTC box activated - - -"
15019
  msgstr "- - - IPTC boks aktiveret - - -"
15020
 
15021
+ #: wppa-slideshow.php:991
15022
  msgid "- - - EXIF box activated - - -"
15023
  msgstr "- - - EXIF boks aktiveret - - -"
15024
 
16429
  msgid "Rating: %s"
16430
  msgstr "Bed&oslash;mmelse: %s"
16431
 
16432
+ #: wppa-utils.php:775 wppa-utils.php:786 wppa-utils.php:797
16433
  msgid "Notification of inappropriate image"
16434
  msgstr ""
16435
 
16436
+ #: wppa-utils.php:776 wppa-utils.php:787 wppa-utils.php:798
16437
  #, php-format
16438
  msgid "Photo %s has been marked as inappropriate by %s different visitors."
16439
  msgstr ""
16440
 
16441
+ #: wppa-utils.php:788
16442
  msgid "The status has been changed to 'pending'."
16443
  msgstr ""
16444
 
16445
+ #: wppa-utils.php:799
16446
  #, fuzzy
16447
  msgid "It has been deleted."
16448
  msgstr "Il file %s no è supportato ed è stato rimosso."
16449
 
16450
+ #: wppa-utils.php:856
16451
  #, php-format
16452
  msgid "The visitors email address is: <a href=\"mailto:%s\">%s</a>"
16453
  msgstr "G&aelig;stens e-mail adresse er: <a href=\"mailto:%s\">%s</a>"
16454
 
16455
+ #: wppa-utils.php:862
16456
  #, php-format
16457
  msgid "The visitor says his email address is: <a href=\"mailto:%s\">%s</a>"
16458
  msgstr ""
16459
  "G&aelig;sten siger, at hans e-mail adresse er: <a href=\"mailto:%s\">%s</a>"
16460
 
16461
+ #: wppa-utils.php:868
16462
  #, php-format
16463
  msgid ""
16464
  "This message is automaticly generated at %s. It is useless to respond to it."
16466
  "Denne besked er automatisk genereret af %s. Det er un&oslash;dvendigt at "
16467
  "reagere p&aring; den."
16468
 
16469
+ #: wppa-utils.php:1065
16470
  #, php-format
16471
  msgid "Time out after processing %s items."
16472
  msgstr ""
16473
 
16474
+ #: wppa-utils.php:1068 wppa-utils.php:1072
16475
  #, php-format
16476
  msgid "Time out after processing %s items. Please restart this operation"
16477
  msgstr ""
languages/wp-photo-album-plus-de_DE.mo CHANGED
Binary file
languages/wp-photo-album-plus-de_DE.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Photo Album Plus\n"
4
- "POT-Creation-Date: 2015-09-08 14:47+0200\n"
5
- "PO-Revision-Date: 2015-09-08 14:47+0200\n"
6
  "Last-Translator: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
7
  "Language-Team: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
8
  "Language: de_DE\n"
@@ -31,7 +31,7 @@ msgstr "Seite"
31
  #: wppa-album-admin-autosave.php:1442 wppa-album-admin-autosave.php:1516
32
  #: wppa-album-admin-autosave.php:1626 wppa-comment-admin.php:311
33
  #: wppa-comment-admin.php:380 wppa-comment-admin.php:398
34
- #: wppa-functions.php:1907 wppa-thumbnails.php:596
35
  #, fuzzy
36
  msgid "Edit"
37
  msgstr "Bearbeiten"
@@ -40,8 +40,8 @@ msgstr "Bearbeiten"
40
  msgid "Warning. No page defined for search results!"
41
  msgstr ""
42
 
43
- #: theme/photo-album-search-page.php:39 wppa-boxes-html.php:169
44
- #: wppa-settings-autosave.php:449 wppa-settings-autosave.php:3027
45
  #, fuzzy
46
  msgid "Search"
47
  msgstr "Suche"
@@ -92,17 +92,17 @@ msgstr ""
92
  msgid "Settings file not found"
93
  msgstr ""
94
 
95
- #: wppa-admin-functions.php:206 wppa-admin-functions.php:210 wppa-ajax.php:2225
96
- #: wppa-ajax.php:2232
97
  msgid "Please supply a numeric value greater than or equal to"
98
  msgstr ""
99
 
100
- #: wppa-admin-functions.php:206 wppa-admin-functions.php:210 wppa-ajax.php:2225
101
- #: wppa-ajax.php:2232
102
  msgid "for"
103
  msgstr ""
104
 
105
- #: wppa-admin-functions.php:210 wppa-ajax.php:2232
106
  msgid "and less than or equal to"
107
  msgstr ""
108
 
@@ -273,7 +273,7 @@ msgid "Photo of the day Widget"
273
  msgstr "Foto des Tages"
274
 
275
  #: wppa-admin.php:67 wppa-adminbar.php:89 wppa-potd-widget.php:61
276
- #: wppa-setup.php:1330
277
  msgid "Photo of the day"
278
  msgstr "Foto des Tages"
279
 
@@ -282,9 +282,9 @@ msgstr "Foto des Tages"
282
  msgid "Manage comments"
283
  msgstr "%d Kommentare"
284
 
285
- #: wppa-admin.php:68 wppa-adminbar.php:96 wppa-settings-autosave.php:439
286
- #: wppa-settings-autosave.php:2856 wppa-settings-autosave.php:7508
287
- #: wppa-settings-autosave.php:7553
288
  msgid "Comments"
289
  msgstr "Kommentare"
290
 
@@ -310,7 +310,7 @@ msgstr ""
310
  msgid "Import"
311
  msgstr "Fotos Importieren"
312
 
313
- #: wppa-admin.php:124 wppa-settings-autosave.php:8559
314
  #, fuzzy
315
  msgid "Update"
316
  msgstr "Erneuere die Plugin Beschreibung"
@@ -536,20 +536,20 @@ msgstr ""
536
  #: wppa-ajax.php:811 wppa-ajax.php:1211 wppa-album-admin-autosave.php:333
537
  #: wppa-album-admin-autosave.php:390 wppa-album-admin-autosave.php:985
538
  #: wppa-album-admin-autosave.php:1122 wppa-album-admin-autosave.php:1294
539
- #: wppa-album-admin-autosave.php:1389 wppa-boxes-html.php:385
540
- #: wppa-boxes-html.php:500 wppa-photo-admin-autosave.php:1294
541
- #: wppa-photo-admin-autosave.php:1413 wppa-settings-autosave.php:505
542
- #: wppa-settings-autosave.php:658 wppa-settings-autosave.php:680
543
- #: wppa-settings-autosave.php:1380 wppa-settings-autosave.php:1401
544
- #: wppa-settings-autosave.php:2753 wppa-settings-autosave.php:2774
545
- #: wppa-settings-autosave.php:3072 wppa-settings-autosave.php:3096
546
- #: wppa-settings-autosave.php:3556 wppa-settings-autosave.php:3670
547
- #: wppa-settings-autosave.php:4238 wppa-settings-autosave.php:4259
548
- #: wppa-settings-autosave.php:4435 wppa-settings-autosave.php:4459
549
- #: wppa-settings-autosave.php:5458 wppa-settings-autosave.php:5964
550
- #: wppa-settings-autosave.php:5986 wppa-settings-autosave.php:6566
551
- #: wppa-settings-autosave.php:6590 wppa-settings-autosave.php:7502
552
- #: wppa-settings-autosave.php:8117 wppa-settings-autosave.php:8273
553
  #: wppa-thumbnail-widget.php:204 wppa-upload.php:166
554
  msgid "Name"
555
  msgstr ""
@@ -557,19 +557,19 @@ msgstr ""
557
  #: wppa-ajax.php:814 wppa-ajax.php:1214 wppa-album-admin-autosave.php:995
558
  #: wppa-album-admin-autosave.php:1132 wppa-album-admin-autosave.php:1304
559
  #: wppa-album-admin-autosave.php:1399 wppa-photo-admin-autosave.php:1295
560
- #: wppa-photo-admin-autosave.php:1414 wppa-settings-autosave.php:506
561
- #: wppa-settings-autosave.php:659 wppa-settings-autosave.php:681
562
- #: wppa-settings-autosave.php:1381 wppa-settings-autosave.php:1402
563
- #: wppa-settings-autosave.php:2754 wppa-settings-autosave.php:2775
564
- #: wppa-settings-autosave.php:3073 wppa-settings-autosave.php:3097
565
- #: wppa-settings-autosave.php:4239 wppa-settings-autosave.php:4260
566
- #: wppa-settings-autosave.php:4436 wppa-settings-autosave.php:4460
567
- #: wppa-settings-autosave.php:5459 wppa-settings-autosave.php:5965
568
- #: wppa-settings-autosave.php:5987 wppa-settings-autosave.php:6567
569
- #: wppa-settings-autosave.php:6591 wppa-settings-autosave.php:8118
570
- #: wppa-settings-autosave.php:8140 wppa-settings-autosave.php:8180
571
- #: wppa-settings-autosave.php:8202 wppa-settings-autosave.php:8248
572
- #: wppa-settings-autosave.php:8274 wppa-widget-admin.php:195
573
  #, fuzzy
574
  msgid "Description"
575
  msgstr "Unsymmetrische Tags in der Album Beschreibung!"
@@ -593,7 +593,7 @@ msgstr "Durchsuche Fotos"
593
  msgid "Parent album"
594
  msgstr "Das Album konnte nicht erstellt werden."
595
 
596
- #: wppa-ajax.php:836 wppa-settings-autosave.php:3550
597
  #, fuzzy
598
  msgid "Photo order"
599
  msgstr "Foto des Tages"
@@ -606,19 +606,19 @@ msgstr ""
606
  msgid "Cover Type"
607
  msgstr ""
608
 
609
- #: wppa-ajax.php:845 wppa-settings-autosave.php:4461
610
- #: wppa-settings-autosave.php:5460
611
  #, fuzzy
612
  msgid "Link type"
613
  msgstr "Verweis zu"
614
 
615
- #: wppa-ajax.php:848 wppa-album-covers.php:1035
616
  msgid "Link to"
617
  msgstr "Verweis zu"
618
 
619
  #: wppa-ajax.php:851 wppa-ajax.php:1235 wppa-album-admin-autosave.php:1006
620
  #: wppa-album-admin-autosave.php:1143 wppa-album-admin-autosave.php:1315
621
- #: wppa-album-admin-autosave.php:1410 wppa-boxes-html.php:508
622
  #: wppa-photo-admin-autosave.php:1297 wppa-photo-admin-autosave.php:1416
623
  #: wppa-widget-admin.php:196
624
  msgid "Owner"
@@ -765,7 +765,7 @@ msgid "Could not remake thumbnail"
765
  msgstr "Das Album konnte nicht erstellt werden."
766
 
767
  #: wppa-ajax.php:1125 wppa-photo-admin-autosave.php:182
768
- #: wppa-settings-autosave.php:3366 wppa-tinymce-scripts.php:289
769
  #: wppa-tinymce-shortcodes.php:518 wppa-widget-admin.php:77
770
  msgid "left"
771
  msgstr ""
@@ -775,7 +775,7 @@ msgid "180&deg;"
775
  msgstr ""
776
 
777
  #: wppa-ajax.php:1133 wppa-photo-admin-autosave.php:186
778
- #: wppa-settings-autosave.php:3366 wppa-tinymce-scripts.php:291
779
  #: wppa-tinymce-shortcodes.php:520 wppa-widget-admin.php:79
780
  msgid "right"
781
  msgstr ""
@@ -816,7 +816,7 @@ msgstr ""
816
  msgid "An error occurred while trying to copy photo %s"
817
  msgstr ""
818
 
819
- #: wppa-ajax.php:1218 wppa-ajax.php:1753
820
  #, fuzzy
821
  msgid "Unbalanced tags in photo description!"
822
  msgstr "Hinzufügen/Bearbeiten der Foto Beschreibeung"
@@ -854,9 +854,9 @@ msgstr "Foto"
854
 
855
  #: wppa-ajax.php:1255 wppa-comment-admin.php:310 wppa-comment-admin.php:397
856
  #: wppa-photo-admin-autosave.php:1296 wppa-photo-admin-autosave.php:1415
857
- #: wppa-settings-autosave.php:5990 wppa-settings-autosave.php:6570
858
- #: wppa-settings-autosave.php:8141 wppa-settings-autosave.php:8181
859
- #: wppa-settings-autosave.php:8203 wppa-settings-autosave.php:8249
860
  msgid "Status"
861
  msgstr ""
862
 
@@ -989,7 +989,7 @@ msgstr "Besten 10 Fotos"
989
  msgid "Widget image thumbnail size"
990
  msgstr "Anzeigen..."
991
 
992
- #: wppa-ajax.php:1542 wppa-settings-autosave.php:1057
993
  msgid "Max Cover width"
994
  msgstr ""
995
 
@@ -1010,15 +1010,15 @@ msgstr ""
1010
  msgid "Border width"
1011
  msgstr ""
1012
 
1013
- #: wppa-ajax.php:1557 wppa-settings-autosave.php:757
1014
  msgid "Border radius"
1015
  msgstr ""
1016
 
1017
- #: wppa-ajax.php:1560 wppa-settings-autosave.php:768
1018
  msgid "Box spacing"
1019
  msgstr ""
1020
 
1021
- #: wppa-ajax.php:1566 wppa-settings-autosave.php:1032
1022
  msgid "Popup size"
1023
  msgstr ""
1024
 
@@ -1047,216 +1047,221 @@ msgstr ""
1047
  msgid "Filter priority"
1048
  msgstr "Speed Ein-Ausblenden"
1049
 
1050
- #: wppa-ajax.php:1593 wppa-settings-autosave.php:1163
 
 
 
 
 
1051
  msgid "Avatar size"
1052
  msgstr ""
1053
 
1054
- #: wppa-ajax.php:1596 wppa-ajax.php:1599
1055
  msgid "Watermark opacity"
1056
  msgstr ""
1057
 
1058
- #: wppa-ajax.php:1602 wppa-settings-autosave.php:1332
1059
  msgid "Number of text lines"
1060
  msgstr ""
1061
 
1062
- #: wppa-ajax.php:1605 wppa-settings-autosave.php:4137
1063
  msgid "Overlay opacity"
1064
  msgstr ""
1065
 
1066
- #: wppa-ajax.php:1608 wppa-settings-autosave.php:6999
1067
  #, fuzzy
1068
  msgid "Upload limit"
1069
  msgstr "Upload Foto"
1070
 
1071
- #: wppa-ajax.php:1611 wppa-settings-autosave.php:3845
1072
  msgid "Notify inappropriate"
1073
  msgstr ""
1074
 
1075
- #: wppa-ajax.php:1614
1076
  msgid "Dislike pending"
1077
  msgstr ""
1078
 
1079
- #: wppa-ajax.php:1617
1080
  #, fuzzy
1081
  msgid "Dislike delete"
1082
  msgstr "Löschen"
1083
 
1084
- #: wppa-ajax.php:1620 wppa-settings-autosave.php:6650
1085
  msgid "Max execution time"
1086
  msgstr ""
1087
 
1088
- #: wppa-ajax.php:1625
1089
  msgid "Cube Points points"
1090
  msgstr ""
1091
 
1092
- #: wppa-ajax.php:1628
1093
  msgid "JPG Image quality"
1094
  msgstr ""
1095
 
1096
- #: wppa-ajax.php:1634 wppa-settings-autosave.php:3759
1097
  #, fuzzy
1098
  msgid "Number of coverphotos"
1099
  msgstr "Titelfotos ansehen"
1100
 
1101
- #: wppa-ajax.php:1637 wppa-settings-autosave.php:3816
1102
  msgid "Dislike value"
1103
  msgstr ""
1104
 
1105
- #: wppa-ajax.php:1640 wppa-settings-autosave.php:888
1106
  #, fuzzy
1107
  msgid "Slideshow pagesize"
1108
  msgstr "Diaschau"
1109
 
1110
- #: wppa-ajax.php:1643 wppa-settings-autosave.php:786
1111
  msgid "Max Pagelinks"
1112
  msgstr ""
1113
 
1114
- #: wppa-ajax.php:1650
1115
  msgid "Ratings cleared"
1116
  msgstr ""
1117
 
1118
- #: wppa-ajax.php:1653
1119
  #, fuzzy
1120
  msgid "Could not clear ratings"
1121
  msgstr "Das Album konnte nicht erstellt werden."
1122
 
1123
- #: wppa-ajax.php:1662
1124
  msgid "Viewcounts cleared"
1125
  msgstr ""
1126
 
1127
- #: wppa-ajax.php:1665
1128
  #, fuzzy
1129
  msgid "Could not clear viewcounts"
1130
  msgstr "Das Album konnte nicht erstellt werden."
1131
 
1132
- #: wppa-ajax.php:1675
1133
  #, fuzzy
1134
  msgid "IPTC data cleared"
1135
  msgstr "IPTC Daten"
1136
 
1137
- #: wppa-ajax.php:1676
1138
  msgid "Refresh this page to clear table X"
1139
  msgstr ""
1140
 
1141
- #: wppa-ajax.php:1680
1142
  #, fuzzy
1143
  msgid "Could not clear IPTC data"
1144
  msgstr "Das Album konnte nicht erstellt werden."
1145
 
1146
- #: wppa-ajax.php:1690
1147
  #, fuzzy
1148
  msgid "EXIF data cleared"
1149
  msgstr "EXIF Daten"
1150
 
1151
- #: wppa-ajax.php:1691
1152
  msgid "Refresh this page to clear table XI"
1153
  msgstr ""
1154
 
1155
- #: wppa-ajax.php:1695
1156
  #, fuzzy
1157
  msgid "Could not clear EXIF data"
1158
  msgstr "Das Album konnte nicht erstellt werden."
1159
 
1160
- #: wppa-ajax.php:1703
1161
  msgid "Recuperation performed"
1162
  msgstr ""
1163
 
1164
- #: wppa-ajax.php:1718
1165
  msgid ""
1166
  "Illegal format. Please enter a 6 digit hexadecimal color value. Example: "
1167
  "#77bbff"
1168
  msgstr ""
1169
 
1170
- #: wppa-ajax.php:1744
1171
  msgid "You just changed a setting that requires the recalculation of ratings."
1172
  msgstr ""
1173
 
1174
- #: wppa-ajax.php:1745 wppa-ajax.php:2112
1175
  msgid "Please run the appropriate action in Table VIII."
1176
  msgstr ""
1177
 
1178
- #: wppa-ajax.php:1769 wppa-ajax.php:1785
1179
  #, php-format
1180
  msgid "Unable to create or write to %s"
1181
  msgstr ""
1182
 
1183
- #: wppa-ajax.php:1778
1184
  msgid "Source can not be inside the wppa folder."
1185
  msgstr ""
1186
 
1187
- #: wppa-ajax.php:1795
1188
  msgid "The content must contain w#album"
1189
  msgstr ""
1190
 
1191
- #: wppa-ajax.php:1802
1192
  msgid "The content must contain w#lat and w#lon"
1193
  msgstr ""
1194
 
1195
- #: wppa-ajax.php:1844 wppa-ajax.php:1850
1196
  msgid "Members"
1197
  msgstr ""
1198
 
1199
- #: wppa-ajax.php:1844
1200
  msgid "Parent of the member albums"
1201
  msgstr ""
1202
 
1203
- #: wppa-ajax.php:1988
1204
  #, php-format
1205
  msgid "User %s has been blacklisted."
1206
  msgstr ""
1207
 
1208
- #: wppa-ajax.php:1991
1209
  #, php-format
1210
  msgid "User %s does not exist."
1211
  msgstr ""
1212
 
1213
- #: wppa-ajax.php:2014
1214
  msgid ""
1215
  "The content of the Custom box has been changed to display the Fotomoto "
1216
  "toolbar."
1217
  msgstr ""
1218
 
1219
- #: wppa-ajax.php:2018 wppa-ajax.php:2033
1220
  msgid "The display of the custom box has been enabled"
1221
  msgstr ""
1222
 
1223
- #: wppa-ajax.php:2029
1224
  msgid "The content of the Custom box has been changed to display maps."
1225
  msgstr ""
1226
 
1227
- #: wppa-ajax.php:2059
1228
  msgid "This value can not be empty"
1229
  msgstr ""
1230
 
1231
- #: wppa-ajax.php:2091
1232
  #, php-format
1233
  msgid "Failed to set %s to %s"
1234
  msgstr ""
1235
 
1236
- #: wppa-ajax.php:2096
1237
  #, php-format
1238
  msgid "Setting %s updated to %s"
1239
  msgstr ""
1240
 
1241
- #: wppa-ajax.php:2111
1242
  msgid ""
1243
  "You just changed a setting that requires the regeneration of thumbnails."
1244
  msgstr ""
1245
 
1246
- #: wppa-ajax.php:2166
1247
  msgid "Missing album id"
1248
  msgstr ""
1249
 
1250
- #: wppa-ajax.php:2186
1251
  msgid "You do not have the rights to delete this album"
1252
  msgstr ""
1253
 
1254
- #: wppa-ajax.php:2227 wppa-ajax.php:2234
1255
  #, fuzzy
1256
  msgid "You may also enter:"
1257
  msgstr "bevor Du Deine Fotos hochladen kannst."
1258
 
1259
- #: wppa-ajax.php:2228 wppa-ajax.php:2235
1260
  #, fuzzy
1261
  msgid "You may also leave/set this blank"
1262
  msgstr "Hinterlasse einen Kommentar"
@@ -1306,8 +1311,8 @@ msgstr ""
1306
  msgid "Top of page"
1307
  msgstr ""
1308
 
1309
- #: wppa-album-admin-autosave.php:114 wppa-functions.php:3853
1310
- #: wppa-settings-autosave.php:6889 wppa-wpdb-insert.php:329
1311
  #, fuzzy
1312
  msgid "New Album"
1313
  msgstr "Das Album konnte nicht erstellt werden."
@@ -1332,7 +1337,7 @@ msgstr ""
1332
  msgid "Edit Album Information"
1333
  msgstr "Bearbeiten"
1334
 
1335
- #: wppa-album-admin-autosave.php:171 wppa-settings-autosave.php:345
1336
  #, fuzzy
1337
  msgid "Auto Save"
1338
  msgstr "Automatisch Gespeichert"
@@ -1446,69 +1451,69 @@ msgid "Photo order:"
1446
  msgstr "Foto des Tages"
1447
 
1448
  #: wppa-album-admin-autosave.php:331 wppa-album-admin-autosave.php:432
1449
- #: wppa-settings-autosave.php:3593 wppa-settings-autosave.php:3617
1450
  #, fuzzy
1451
  msgid "--- default ---"
1452
  msgstr "--- gelöscht ---"
1453
 
1454
  #: wppa-album-admin-autosave.php:332 wppa-album-admin-autosave.php:388
1455
- #: wppa-settings-autosave.php:3555 wppa-settings-autosave.php:3669
1456
  #: wppa-thumbnail-widget.php:203
1457
  msgid "Order #"
1458
  msgstr ""
1459
 
1460
  #: wppa-album-admin-autosave.php:334 wppa-album-admin-autosave.php:387
1461
- #: wppa-settings-autosave.php:3557 wppa-settings-autosave.php:3671
1462
  #: wppa-thumbnail-widget.php:205 wppa-widget-admin.php:142
1463
  msgid "Random"
1464
  msgstr ""
1465
 
1466
- #: wppa-album-admin-autosave.php:335 wppa-settings-autosave.php:3558
1467
  msgid "Rating mean value"
1468
  msgstr ""
1469
 
1470
  #: wppa-album-admin-autosave.php:336 wppa-bestof-widget.php:169
1471
- #: wppa-settings-autosave.php:3559 wppa-topten-widget.php:236
1472
  msgid "Number of votes"
1473
  msgstr ""
1474
 
1475
  #: wppa-album-admin-autosave.php:337 wppa-album-admin-autosave.php:392
1476
- #: wppa-settings-autosave.php:3560 wppa-settings-autosave.php:3672
1477
  msgid "Timestamp"
1478
  msgstr ""
1479
 
1480
  #: wppa-album-admin-autosave.php:338 wppa-photo-admin-autosave.php:284
1481
- #: wppa-settings-autosave.php:3561
1482
  #, fuzzy
1483
  msgid "EXIF Date"
1484
  msgstr "EXIF Daten"
1485
 
1486
- #: wppa-album-admin-autosave.php:339 wppa-settings-autosave.php:3562
1487
- #: wppa-settings-autosave.php:3673
1488
  msgid "Order # desc"
1489
  msgstr ""
1490
 
1491
- #: wppa-album-admin-autosave.php:340 wppa-settings-autosave.php:3563
1492
- #: wppa-settings-autosave.php:3674
1493
  msgid "Name desc"
1494
  msgstr ""
1495
 
1496
- #: wppa-album-admin-autosave.php:341 wppa-settings-autosave.php:3564
1497
  #: wppa-thumbnail-widget.php:206
1498
  msgid "Rating mean value desc"
1499
  msgstr ""
1500
 
1501
- #: wppa-album-admin-autosave.php:342 wppa-settings-autosave.php:3565
1502
  #: wppa-thumbnail-widget.php:207
1503
  msgid "Number of votes desc"
1504
  msgstr ""
1505
 
1506
- #: wppa-album-admin-autosave.php:343 wppa-settings-autosave.php:3566
1507
- #: wppa-settings-autosave.php:3675 wppa-thumbnail-widget.php:208
1508
  msgid "Timestamp desc"
1509
  msgstr ""
1510
 
1511
- #: wppa-album-admin-autosave.php:344 wppa-settings-autosave.php:3567
1512
  msgid "EXIF Date desc"
1513
  msgstr ""
1514
 
@@ -1581,29 +1586,29 @@ msgstr ""
1581
  msgid "Cover Type:"
1582
  msgstr ""
1583
 
1584
- #: wppa-album-admin-autosave.php:433 wppa-settings-autosave.php:1918
1585
- #: wppa-settings-autosave.php:3739
1586
  msgid "Standard"
1587
  msgstr ""
1588
 
1589
- #: wppa-album-admin-autosave.php:434 wppa-settings-autosave.php:3740
1590
  #, fuzzy
1591
  msgid "Long Descriptions"
1592
  msgstr "Unsymmetrische Tags in der Album Beschreibung!"
1593
 
1594
- #: wppa-album-admin-autosave.php:435 wppa-settings-autosave.php:3741
1595
  msgid "Image Factory"
1596
  msgstr ""
1597
 
1598
- #: wppa-album-admin-autosave.php:436 wppa-settings-autosave.php:3742
1599
  msgid "Standard mcr"
1600
  msgstr ""
1601
 
1602
- #: wppa-album-admin-autosave.php:437 wppa-settings-autosave.php:3743
1603
  msgid "Long Descriptions mcr"
1604
  msgstr ""
1605
 
1606
- #: wppa-album-admin-autosave.php:438 wppa-settings-autosave.php:3744
1607
  msgid "Image Factory mcr"
1608
  msgstr ""
1609
 
@@ -1633,37 +1638,37 @@ msgstr ""
1633
  msgid "Upload limit:"
1634
  msgstr "Upload Foto"
1635
 
1636
- #: wppa-album-admin-autosave.php:480 wppa-settings-autosave.php:5585
1637
- #: wppa-settings-autosave.php:7006
1638
  msgid "for ever"
1639
  msgstr ""
1640
 
1641
  #: wppa-album-admin-autosave.php:481 wppa-album-admin-autosave.php:498
1642
- #: wppa-settings-autosave.php:5586 wppa-settings-autosave.php:7007
1643
  #, fuzzy
1644
  msgid "per hour"
1645
  msgstr "1 Stunde"
1646
 
1647
  #: wppa-album-admin-autosave.php:482 wppa-album-admin-autosave.php:499
1648
- #: wppa-settings-autosave.php:5587 wppa-settings-autosave.php:7008
1649
  #, fuzzy
1650
  msgid "per day"
1651
  msgstr "1 Tag"
1652
 
1653
  #: wppa-album-admin-autosave.php:483 wppa-album-admin-autosave.php:500
1654
- #: wppa-settings-autosave.php:5588 wppa-settings-autosave.php:7009
1655
  #, fuzzy
1656
  msgid "per week"
1657
  msgstr "1 Woche"
1658
 
1659
  #: wppa-album-admin-autosave.php:484 wppa-album-admin-autosave.php:501
1660
- #: wppa-settings-autosave.php:5589 wppa-settings-autosave.php:7010
1661
  #, fuzzy
1662
  msgid "per month"
1663
  msgstr "1 Monat"
1664
 
1665
  #: wppa-album-admin-autosave.php:485 wppa-album-admin-autosave.php:502
1666
- #: wppa-settings-autosave.php:5590 wppa-settings-autosave.php:7011
1667
  #, fuzzy
1668
  msgid "per year"
1669
  msgstr "1 Jahr"
@@ -1750,21 +1755,21 @@ msgstr ""
1750
  msgid "Link type:"
1751
  msgstr "Verweis zu"
1752
 
1753
- #: wppa-album-admin-autosave.php:592 wppa-settings-autosave.php:7167
1754
  msgid "the sub-albums and thumbnails"
1755
  msgstr ""
1756
 
1757
- #: wppa-album-admin-autosave.php:593 wppa-settings-autosave.php:7168
1758
  #, fuzzy
1759
  msgid "the sub-albums"
1760
  msgstr "Das Album ansehen"
1761
 
1762
- #: wppa-album-admin-autosave.php:594 wppa-settings-autosave.php:7169
1763
  #, fuzzy
1764
  msgid "the thumbnails"
1765
  msgstr "Anzeigen..."
1766
 
1767
- #: wppa-album-admin-autosave.php:595 wppa-settings-autosave.php:7170
1768
  msgid "the album photos as slideshow"
1769
  msgstr ""
1770
 
@@ -1772,7 +1777,7 @@ msgstr ""
1772
  msgid "the link page with a clean url"
1773
  msgstr ""
1774
 
1775
- #: wppa-album-admin-autosave.php:597 wppa-settings-autosave.php:7171
1776
  msgid "no link at all"
1777
  msgstr ""
1778
 
@@ -1795,8 +1800,8 @@ msgstr ""
1795
  msgid "Link to:"
1796
  msgstr "Verweis zu"
1797
 
1798
- #: wppa-album-admin-autosave.php:618 wppa-settings-autosave.php:8707
1799
- #: wppa-settings-autosave.php:8756
1800
  msgid "There are no pages (yet) to link to."
1801
  msgstr ""
1802
 
@@ -1885,7 +1890,7 @@ msgstr "Moderiere Kommentare"
1885
  msgid "Moderate photo"
1886
  msgstr "Moderiere Fotos"
1887
 
1888
- #: wppa-album-admin-autosave.php:765 wppa-functions.php:2101
1889
  #: wppa-photo-admin-autosave.php:24
1890
  #, fuzzy
1891
  msgid "Edit photo"
@@ -1896,10 +1901,10 @@ msgstr "Foto bearbeiten"
1896
  msgid "Delete Album"
1897
  msgstr "Das Album konnte nicht erstellt werden."
1898
 
1899
- #: wppa-album-admin-autosave.php:791 wppa-boxes-html.php:797
1900
- #: wppa-breadcrumb.php:280 wppa-breadcrumb.php:298 wppa-breadcrumb.php:316
1901
- #: wppa-breadcrumb.php:334 wppa-breadcrumb.php:389 wppa-breadcrumb.php:414
1902
- #: wppa-breadcrumb.php:535 wppa-comment-admin.php:66 wppa-featen-widget.php:136
1903
  #: wppa-lasten-widget.php:172 wppa-slideshow-widget.php:201
1904
  #: wppa-thumbnail-widget.php:191 wppa-topten-widget.php:217
1905
  #: wppa-upload-widget.php:81 wppa-upload.php:116 wppa-upload.php:204
@@ -1926,7 +1931,7 @@ msgstr ""
1926
  #: wppa-album-admin-autosave.php:1179 wppa-album-admin-autosave.php:1351
1927
  #: wppa-album-admin-autosave.php:1446 wppa-album-admin-autosave.php:1632
1928
  #: wppa-comment-admin.php:312 wppa-comment-admin.php:381
1929
- #: wppa-comment-admin.php:399 wppa-functions.php:1919 wppa-links.php:724
1930
  #: wppa-links.php:742 wppa-photo-admin-autosave.php:1243
1931
  #: wppa-photo-admin-autosave.php:1311 wppa-thumbnails.php:589
1932
  #, fuzzy
@@ -1937,7 +1942,7 @@ msgstr "Löschen"
1937
  msgid "Move to:"
1938
  msgstr ""
1939
 
1940
- #: wppa-album-admin-autosave.php:807 wppa-settings-autosave.php:2687
1941
  msgid "Cancel"
1942
  msgstr "Kündigen"
1943
 
@@ -2158,75 +2163,75 @@ msgstr ""
2158
  msgid "Nameless, filename = "
2159
  msgstr ""
2160
 
2161
- #: wppa-album-covers.php:1065 wppa-album-covers.php:1125
2162
- #: wppa-album-covers.php:1132
2163
  msgid "View the album"
2164
  msgstr "Das Album ansehen"
2165
 
2166
- #: wppa-album-covers.php:1085
2167
  #, fuzzy
2168
  msgid "View the cover photo"
2169
  msgid_plural "View the cover photos"
2170
  msgstr[0] "Titelfoto ansehen"
2171
  msgstr[1] "Titelfoto ansehen"
2172
 
2173
- #: wppa-album-covers.php:1138
2174
  msgid "View"
2175
  msgstr "Ansehen"
2176
 
2177
- #: wppa-album-covers.php:1141
2178
  msgid "album"
2179
  msgstr "Album"
2180
 
2181
- #: wppa-album-covers.php:1144 wppa-settings-autosave.php:1276
2182
- #: wppa-settings-autosave.php:5622
2183
  msgid "albums"
2184
  msgstr "Alben"
2185
 
2186
- #: wppa-album-covers.php:1153 wppa-boxes-html.php:1116 wppa-breadcrumb.php:148
2187
- #: wppa-breadcrumb.php:154 wppa-breadcrumb.php:161 wppa-breadcrumb.php:362
2188
- #: wppa-breadcrumb.php:367 wppa-functions.php:4254 wppa-utils.php:1475
2189
  msgid "and"
2190
  msgstr "und"
2191
 
2192
- #: wppa-album-covers.php:1158 wppa-comment-admin.php:254
2193
  msgid "photo"
2194
  msgstr "Foto"
2195
 
2196
- #: wppa-album-covers.php:1161 wppa-album-covers.php:1165
2197
- #: wppa-settings-autosave.php:742 wppa-settings-autosave.php:781
2198
- #: wppa-settings-autosave.php:1196 wppa-settings-autosave.php:1236
2199
- #: wppa-settings-autosave.php:1256 wppa-settings-autosave.php:1296
2200
- #: wppa-settings-autosave.php:3763 wppa-settings-autosave.php:5606
2201
- #: wppa-settings-autosave.php:7004
2202
  msgid "photos"
2203
  msgstr "Fotos"
2204
 
2205
- #: wppa-album-covers.php:1209
2206
  #, fuzzy
2207
  msgid "New!"
2208
  msgstr "Neues Album"
2209
 
2210
- #: wppa-album-covers.php:1210 wppa-thumbnails.php:1875 wppa-thumbnails.php:1876
2211
  #, fuzzy
2212
  msgid "New"
2213
  msgstr "Neues Album"
2214
 
2215
- #: wppa-album-covers.php:1232 wppa-boxes-html.php:821 wppa-non-admin.php:580
2216
- #: wppa-settings-autosave.php:2159 wppa-settings-autosave.php:5083
2217
- #: wppa-settings-autosave.php:7316
2218
  msgid "Slideshow"
2219
  msgstr "Diaschau"
2220
 
2221
- #: wppa-album-covers.php:1233
2222
  msgid "Browse photos"
2223
  msgstr "Durchsuche Fotos"
2224
 
2225
- #: wppa-album-covers.php:1267
2226
  msgid "Categories:"
2227
  msgstr "Kategorien:"
2228
 
2229
- #: wppa-album-covers.php:1270 wppa-breadcrumb.php:374 wppa-breadcrumb.php:379
2230
  msgid "Category:"
2231
  msgstr "Kategorie:"
2232
 
@@ -2415,13 +2420,13 @@ msgstr "Der Raum zwischen avg und meine Bewertungssterne"
2415
  msgid "Rating count:"
2416
  msgstr "Bewertung: %s"
2417
 
2418
- #: wppa-bestof-widget.php:197 wppa-common-functions.php:1926 wppa-items.php:362
2419
- #: wppa-settings-autosave.php:1345 wppa-settings-autosave.php:1666
2420
- #: wppa-settings-autosave.php:3352 wppa-settings-autosave.php:3366
2421
- #: wppa-settings-autosave.php:3554 wppa-settings-autosave.php:3668
2422
- #: wppa-settings-autosave.php:5154 wppa-settings-autosave.php:6880
2423
- #: wppa-settings-autosave.php:7022 wppa-settings-autosave.php:7078
2424
- #: wppa-settings-autosave.php:7866 wppa-settings-autosave.php:8034
2425
  #: wppa-thumbnail-widget.php:202 wppa-tinymce-scripts.php:288
2426
  #: wppa-tinymce-shortcodes.php:517 wppa-upload.php:1528 wppa-watermark.php:520
2427
  #: wppa-widget-admin.php:76 wppa-widget-admin.php:193
@@ -2443,214 +2448,214 @@ msgstr "--- multiple siehe unten---"
2443
  msgid "All the authors photos"
2444
  msgstr "Klicken um das Foto im Vollbild und alle Kommentare zu sehen"
2445
 
2446
- #: wppa-boxes-html.php:130 wppa-boxes-html.php:220
2447
  #, fuzzy
2448
  msgid "Photo search results"
2449
  msgstr "Suchergebnisse für: %s"
2450
 
2451
- #: wppa-boxes-html.php:180
2452
  #, fuzzy
2453
  msgid "Search in current section"
2454
  msgstr "Suche"
2455
 
2456
- #: wppa-boxes-html.php:185
2457
  #, fuzzy
2458
  msgid "Search in current results"
2459
  msgstr "Suchergebnisse für: %s"
2460
 
2461
- #: wppa-boxes-html.php:353 wppa-breadcrumb.php:136
2462
- #: wppa-settings-autosave.php:437
2463
  #, fuzzy
2464
  msgid "Albums"
2465
  msgstr "Alben:"
2466
 
2467
- #: wppa-boxes-html.php:359 wppa-breadcrumb.php:151
2468
  #, fuzzy
2469
  msgid "Photos"
2470
  msgstr "Foto"
2471
 
2472
- #: wppa-boxes-html.php:378
2473
  #, fuzzy
2474
  msgid "Category"
2475
  msgstr "Kategorie:"
2476
 
2477
- #: wppa-boxes-html.php:391 wppa-boxes-html.php:525
2478
  msgid "Text"
2479
  msgstr ""
2480
 
2481
- #: wppa-boxes-html.php:407 wppa-boxes-html.php:461 wppa-boxes-html.php:609
2482
- #: wppa-boxes-html.php:639
2483
  msgid "CTRL+Click to add/remove option."
2484
  msgstr ""
2485
 
2486
- #: wppa-boxes-html.php:408 wppa-boxes-html.php:462 wppa-boxes-html.php:610
2487
- #: wppa-boxes-html.php:640
2488
  msgid "Items must meet all selected options."
2489
  msgstr ""
2490
 
2491
- #: wppa-boxes-html.php:517 wppa-settings-autosave.php:8138
2492
- #: wppa-settings-autosave.php:8178 wppa-settings-autosave.php:8200
2493
- #: wppa-settings-autosave.php:8246
2494
  msgid "Tag"
2495
  msgstr ""
2496
 
2497
- #: wppa-boxes-html.php:533
2498
  msgid "Iptc"
2499
  msgstr ""
2500
 
2501
- #: wppa-boxes-html.php:542
2502
  msgid "Exif"
2503
  msgstr ""
2504
 
2505
- #: wppa-boxes-html.php:742 wppa-boxes-html.php:825
2506
  msgid "Submit"
2507
  msgstr ""
2508
 
2509
- #: wppa-boxes-html.php:783 wppa-super-view-widget.php:14
2510
  #: wppa-super-view-widget.php:66
2511
  #, fuzzy
2512
  msgid "Super View Photos"
2513
  msgstr "Super View Fotos"
2514
 
2515
- #: wppa-boxes-html.php:813 wppa-settings-autosave.php:453
2516
- #: wppa-settings-autosave.php:4345
2517
  #, fuzzy
2518
  msgid "Thumbnails"
2519
  msgstr "Miniaturbild Fotos"
2520
 
2521
- #: wppa-boxes-html.php:858
2522
  #, fuzzy
2523
  msgid "Tagged photos"
2524
  msgstr "Fotos"
2525
 
2526
- #: wppa-boxes-html.php:871
2527
  #, fuzzy
2528
  msgid "Please select a tagcloud landing page in Table VI-C3b"
2529
  msgstr "Wähle die Zielseite für das Super View-Widget."
2530
 
2531
- #: wppa-boxes-html.php:928
2532
  #, fuzzy
2533
  msgid "Multi Tagged photos"
2534
  msgstr "Multi Bewertung"
2535
 
2536
- #: wppa-boxes-html.php:941
2537
  #, fuzzy
2538
  msgid "Please select a multitag landing page in Table VI-C4b"
2539
  msgstr "Wähle die Zielseite für das Super View-Widget."
2540
 
2541
- #: wppa-boxes-html.php:979
2542
  #, fuzzy
2543
  msgid "Please check the tag(s) that the photos must have"
2544
  msgstr "--- bitte wähle Tag(s) aus ---"
2545
 
2546
- #: wppa-boxes-html.php:1008
2547
  #, fuzzy
2548
  msgid "And"
2549
  msgstr "und"
2550
 
2551
- #: wppa-boxes-html.php:1019
2552
  msgid "Or"
2553
  msgstr "Oder"
2554
 
2555
- #: wppa-boxes-html.php:1069
2556
  #, fuzzy
2557
  msgid "Find!"
2558
  msgstr "Finde Remote Fotos"
2559
 
2560
- #: wppa-boxes-html.php:1094
2561
  msgid "Social media landing page"
2562
  msgstr ""
2563
 
2564
- #: wppa-boxes-html.php:1117 wppa-utils.php:1475
2565
  #, php-format
2566
  msgid "See this image on %s"
2567
  msgstr "Schau Dir das Bild an auf %s"
2568
 
2569
- #: wppa-boxes-html.php:1142 wppa-qr-widget.php:40
2570
  msgid "QR code"
2571
  msgstr "QR Code"
2572
 
2573
- #: wppa-boxes-html.php:1187
2574
  #, fuzzy, php-format
2575
  msgid "Tweet %s on Twitter"
2576
  msgstr "Zeigt Twitter Button"
2577
 
2578
- #: wppa-boxes-html.php:1194
2579
  #, fuzzy
2580
  msgid "Share on Twitter"
2581
  msgstr "Zeigt den Twitter-Button in der Share - Box an."
2582
 
2583
- #: wppa-boxes-html.php:1207
2584
  #, fuzzy, php-format
2585
  msgid "Share %s on Google+"
2586
  msgstr "Zeigt den Google-Button in der Share - Box an."
2587
 
2588
- #: wppa-boxes-html.php:1215
2589
  #, fuzzy
2590
  msgid "Share on Google+"
2591
  msgstr "Zeigt den Google-Button in der Share - Box an."
2592
 
2593
- #: wppa-boxes-html.php:1230
2594
  #, fuzzy, php-format
2595
  msgid "Share %s on Pinterest"
2596
  msgstr "Share, Teilen"
2597
 
2598
- #: wppa-boxes-html.php:1239
2599
  #, fuzzy
2600
  msgid "Share on Pinterest"
2601
  msgstr "Share, Teilen"
2602
 
2603
- #: wppa-boxes-html.php:1374
2604
  #, fuzzy
2605
  msgid "Comment on Facebook:"
2606
  msgstr "Zeigen die Facebook Kommentar-Feld"
2607
 
2608
- #: wppa-boxes-html.php:1475 wppa-upload.php:1135
2609
  msgid "Working..."
2610
  msgstr ""
2611
 
2612
- #: wppa-boxes-html.php:1477 wppa-boxes-html.php:1480
2613
  #, fuzzy
2614
  msgid "Delete album"
2615
  msgstr "Das Album konnte nicht erstellt werden."
2616
 
2617
- #: wppa-boxes-html.php:1565
2618
  #, fuzzy
2619
  msgid "Create Album"
2620
  msgstr "Das Album konnte nicht erstellt werden."
2621
 
2622
- #: wppa-boxes-html.php:1610 wppa-boxes-html.php:2293
2623
  #, fuzzy
2624
  msgid "Enter album name."
2625
  msgstr ""
2626
  "Trage hier Schriftnamen, Größe, Farbe und Breite für die Album Cover Titel "
2627
  "ein."
2628
 
2629
- #: wppa-boxes-html.php:1612 wppa-boxes-html.php:2293
2630
  msgid "Don't leave this blank!"
2631
  msgstr "Hinterlasse einen Kommentar"
2632
 
2633
- #: wppa-boxes-html.php:1631
2634
  #, fuzzy
2635
  msgid "Enter album description"
2636
  msgstr "Eintragen / ändern der Beschreibung des Albums"
2637
 
2638
- #: wppa-boxes-html.php:1653
2639
  #, fuzzy
2640
  msgid "Create album"
2641
  msgstr "Das Album konnte nicht erstellt werden."
2642
 
2643
- #: wppa-boxes-html.php:1709 wppa-boxes-html.php:1722 wppa-functions.php:3971
2644
  #, fuzzy
2645
  msgid "Max uploads reached"
2646
  msgstr ""
2647
  "Zeige wenn die Upload - Grenze erreicht ist.gegebenenfalls als Nachricht ."
2648
 
2649
- #: wppa-boxes-html.php:1784 wppa-upload.php:134
2650
  msgid "Upload Photo"
2651
  msgstr "Upload Foto"
2652
 
2653
- #: wppa-boxes-html.php:1931
2654
  #, fuzzy, php-format
2655
  msgid ""
2656
  "You may upload up to %s photos at once if your browser supports HTML-5 "
@@ -2659,24 +2664,24 @@ msgstr ""
2659
  "Du benötigst einen modernen Browser, der HTML-5 unterstützt, um mehrere "
2660
  "Dateien auszuwählen"
2661
 
2662
- #: wppa-boxes-html.php:1938
2663
  #, fuzzy, php-format
2664
  msgid "Max photo size: %d x %d (%2.1f MegaPixel)"
2665
  msgstr "(max %d)"
2666
 
2667
- #: wppa-boxes-html.php:1965 wppa-upload.php:123 wppa-upload.php:211
2668
  #: wppa-upload.php:258 wppa-upload.php:704
2669
  #, fuzzy
2670
  msgid "Apply watermark file:"
2671
  msgstr "Wende eine Wasserzeichen-Datei an:"
2672
 
2673
- #: wppa-boxes-html.php:1987 wppa-upload.php:128 wppa-upload.php:216
2674
  #: wppa-upload.php:263 wppa-upload.php:708
2675
  #, fuzzy
2676
  msgid "Position:"
2677
  msgstr "Position/Ort:"
2678
 
2679
- #: wppa-boxes-html.php:2015
2680
  #, fuzzy
2681
  msgid ""
2682
  "If you leave this blank, iptc tag 005 (Graphic name) will be used as "
@@ -2686,7 +2691,7 @@ msgstr ""
2686
  "Wenn das leer gelassen wird, wird der Originalname der Datei als Fotoname "
2687
  "verwendet."
2688
 
2689
- #: wppa-boxes-html.php:2018
2690
  #, fuzzy
2691
  msgid ""
2692
  "If you leave this blank, iptc tag 120 (Caption) will be used as photoname if "
@@ -2695,365 +2700,365 @@ msgstr ""
2695
  "Wenn das leer gelassen wird, wird der Originalname der Datei als Fotoname "
2696
  "verwendet."
2697
 
2698
- #: wppa-boxes-html.php:2021
2699
  msgid ""
2700
  "If you leave this blank, the original filename will be used as photo name."
2701
  msgstr ""
2702
  "Wenn das leer gelassen wird, wird der Originalname der Datei als Fotoname "
2703
  "verwendet."
2704
 
2705
- #: wppa-boxes-html.php:2025
2706
  msgid "Enter photo name."
2707
  msgstr "Bitte gibt den Fotonamen an."
2708
 
2709
- #: wppa-boxes-html.php:2043
2710
  msgid "Enter/modify photo description"
2711
  msgstr "Hinzufügen/Bearbeiten der Foto Beschreibeung"
2712
 
2713
- #: wppa-boxes-html.php:2074
2714
  msgid "hidden"
2715
  msgstr ""
2716
 
2717
- #: wppa-boxes-html.php:2143
2718
  msgid "Preview tags:"
2719
  msgstr ""
2720
 
2721
- #: wppa-boxes-html.php:2156
2722
  #, fuzzy
2723
  msgid "Please select an album and try again"
2724
  msgstr "Bitte wähle Album"
2725
 
2726
- #: wppa-boxes-html.php:2170
2727
  #, fuzzy
2728
  msgid "Upload photo"
2729
  msgstr "Fotos hochladen"
2730
 
2731
- #: wppa-boxes-html.php:2226
2732
  #, fuzzy
2733
  msgid "ERROR: unable to upload files."
2734
  msgstr "<b>FEHLER: Ungültiger Versuch eine Datei hochzuladen</b>"
2735
 
2736
- #: wppa-boxes-html.php:2275
2737
  #, fuzzy
2738
  msgid "Edit albuminfo"
2739
  msgstr "Bearbeiten"
2740
 
2741
- #: wppa-boxes-html.php:2303
2742
  #, fuzzy
2743
  msgid "Album description:"
2744
  msgstr "Unsymmetrische Tags in der Album Beschreibung!"
2745
 
2746
- #: wppa-boxes-html.php:2318
2747
  #, fuzzy
2748
  msgid "Update album"
2749
  msgstr "Erneuere die Plugin Beschreibung"
2750
 
2751
- #: wppa-boxes-html.php:2392
2752
  msgid "wrote:"
2753
  msgstr ""
2754
 
2755
- #: wppa-boxes-html.php:2446
2756
  msgid "Avatar"
2757
  msgstr ""
2758
 
2759
- #: wppa-boxes-html.php:2489 wppa-links.php:768
2760
  #, fuzzy
2761
  msgid "Awaiting moderation"
2762
  msgstr "Dieses Foto wartet nicht mehr auf Moderation."
2763
 
2764
- #: wppa-boxes-html.php:2492
2765
  #, fuzzy
2766
  msgid "Marked as spam"
2767
  msgstr "Spam:"
2768
 
2769
- #: wppa-boxes-html.php:2516
2770
  msgid "Edit!"
2771
  msgstr "Bearbeiten!"
2772
 
2773
- #: wppa-boxes-html.php:2520
2774
  msgid "Send!"
2775
  msgstr "Absenden!"
2776
 
2777
- #: wppa-boxes-html.php:2581
2778
  msgid "Your name:"
2779
  msgstr "Dein Name:"
2780
 
2781
- #: wppa-boxes-html.php:2596
2782
  msgid "Your email:"
2783
  msgstr "Deine E-mail:"
2784
 
2785
- #: wppa-boxes-html.php:2612
2786
  msgid "Your comment:"
2787
  msgstr "Dein Kommentar:"
2788
 
2789
- #: wppa-boxes-html.php:2656
2790
  #, php-format
2791
  msgid "You must <a href=\"%s\">login</a> to enter a comment"
2792
  msgstr ""
2793
  "Du musst <a href=\"%s\">angemeldet</a> sein, um einen Kommentar zu "
2794
  "hinterlassen."
2795
 
2796
- #: wppa-boxes-html.php:2659
2797
  #, fuzzy
2798
  msgid "You must login to enter a comment"
2799
  msgstr ""
2800
  "Du musst <a href=\"%s\">angemeldet</a> sein, um einen Kommentar zu "
2801
  "hinterlassen."
2802
 
2803
- #: wppa-boxes-html.php:2671
2804
  #, fuzzy, php-format
2805
  msgid "%d comments"
2806
  msgstr "%d Kommentare"
2807
 
2808
- #: wppa-boxes-html.php:2675
2809
  msgid "Leave a comment"
2810
  msgstr "Hinterlasse einen Kommentar"
2811
 
2812
- #: wppa-boxes-html.php:2716
2813
  #, fuzzy
2814
  msgid "Smilies are not available"
2815
  msgstr "Diese Seite ist nicht abrufbar."
2816
 
2817
- #: wppa-boxes-html.php:2761
2818
  #, fuzzy
2819
  msgid "Show IPTC data"
2820
  msgstr "IPTC Daten"
2821
 
2822
- #: wppa-boxes-html.php:2766
2823
  #, fuzzy
2824
  msgid "Hide IPTC data"
2825
  msgstr "IPTC Daten"
2826
 
2827
- #: wppa-boxes-html.php:2805
2828
  #, fuzzy
2829
  msgid "No IPTC data"
2830
  msgstr "IPTC Daten"
2831
 
2832
- #: wppa-boxes-html.php:2852
2833
  #, fuzzy
2834
  msgid "Show EXIF data"
2835
  msgstr "EXIF Daten"
2836
 
2837
- #: wppa-boxes-html.php:2858
2838
  #, fuzzy
2839
  msgid "Hide EXIF data"
2840
  msgstr "EXIF Daten"
2841
 
2842
- #: wppa-boxes-html.php:2894
2843
  #, fuzzy
2844
  msgid "No EXIF data"
2845
  msgstr "EXIF Daten"
2846
 
2847
- #: wppa-boxes-html.php:3009 wppa-boxes-html.php:3014
2848
  #, fuzzy
2849
  msgid "< Previous"
2850
  msgstr "Vorheriges Foto"
2851
 
2852
- #: wppa-boxes-html.php:3020 wppa-boxes-html.php:3025
2853
  #, fuzzy
2854
  msgid "Next >"
2855
  msgstr "Nächstes"
2856
 
2857
- #: wppa-boxes-html.php:3122 wppa-boxes-html.php:3181
2858
  #, fuzzy
2859
  msgid "See the authors albums"
2860
  msgstr "--- multiple siehe unten---"
2861
 
2862
- #: wppa-boxes-html.php:3126 wppa-boxes-html.php:3185
2863
  #, fuzzy
2864
  msgid "See the authors photos"
2865
  msgstr ""
2866
  "Der Besucher kann sich eine Übersicht mit Miniaturbildern der Fotos im Album "
2867
  "ansehen."
2868
 
2869
- #: wppa-boxes-html.php:3130 wppa-boxes-html.php:3189
2870
  #, fuzzy
2871
  msgid "See all the authors photos"
2872
  msgstr "Klicken um das Foto im Vollbild und alle Kommentare zu sehen"
2873
 
2874
- #: wppa-boxes-html.php:3153
2875
  #, fuzzy, php-format
2876
  msgid "Photo by: %s"
2877
  msgstr "Foto %s gedreht %s"
2878
 
2879
- #: wppa-boxes-html.php:3154 wppa-boxes-html.php:3208
2880
  #, fuzzy, php-format
2881
  msgid "Max ratings: %s."
2882
  msgstr "auto selekt max %s zufällig"
2883
 
2884
- #: wppa-boxes-html.php:3155 wppa-boxes-html.php:3209
2885
  #, fuzzy, php-format
2886
  msgid "Votes: %s."
2887
  msgstr "%s Stimme(n)"
2888
 
2889
- #: wppa-boxes-html.php:3156 wppa-boxes-html.php:3210
2890
  #, fuzzy, php-format
2891
  msgid "Mean value: %4.2f."
2892
  msgstr "Mittelwert:"
2893
 
2894
- #: wppa-boxes-html.php:3163
2895
  #, fuzzy, php-format
2896
  msgid "Photo %s not found."
2897
  msgstr "Foto wurde nicht gefunden."
2898
 
2899
- #: wppa-breadcrumb.php:98 wppa-settings-autosave.php:1496
2900
  msgid "Home"
2901
  msgstr "Startseite"
2902
 
2903
- #: wppa-breadcrumb.php:119
2904
  #, fuzzy
2905
  msgid "Post:"
2906
  msgstr "Beitrag"
2907
 
2908
- #: wppa-breadcrumb.php:119 wppa-breadcrumb.php:563
2909
  #, fuzzy
2910
  msgid "Page:"
2911
  msgstr "Seite"
2912
 
2913
- #: wppa-breadcrumb.php:139
2914
  #, fuzzy
2915
  msgid "with category:"
2916
  msgstr "Kategorie:"
2917
 
2918
- #: wppa-breadcrumb.php:142 wppa-breadcrumb.php:157
2919
  #, fuzzy
2920
  msgid "with name:"
2921
  msgstr "Dein Name:"
2922
 
2923
- #: wppa-breadcrumb.php:145 wppa-breadcrumb.php:161
2924
  msgid "with words:"
2925
  msgstr ""
2926
 
2927
- #: wppa-breadcrumb.php:154
2928
  msgid "with tag:"
2929
  msgstr ""
2930
 
2931
- #: wppa-breadcrumb.php:165
2932
  msgid "of owner:"
2933
  msgstr ""
2934
 
2935
- #: wppa-breadcrumb.php:170
2936
  #, fuzzy
2937
  msgid "with iptc tag:"
2938
  msgstr "Kategorie:"
2939
 
2940
- #: wppa-breadcrumb.php:170 wppa-breadcrumb.php:175
2941
  #, fuzzy
2942
  msgid "with content:"
2943
  msgstr "Dein Name:"
2944
 
2945
- #: wppa-breadcrumb.php:175
2946
  msgid "with exif tag:"
2947
  msgstr ""
2948
 
2949
- #: wppa-breadcrumb.php:183 wppa-breadcrumb.php:211 wppa-breadcrumb.php:268
2950
- #: wppa-breadcrumb.php:286 wppa-breadcrumb.php:304 wppa-breadcrumb.php:322
2951
- #: wppa-breadcrumb.php:340 wppa-breadcrumb.php:352 wppa-breadcrumb.php:364
2952
- #: wppa-breadcrumb.php:376 wppa-breadcrumb.php:395
2953
  #, fuzzy
2954
  msgid "View the thumbnails"
2955
  msgstr "Anzeigen..."
2956
 
2957
- #: wppa-breadcrumb.php:205
2958
  #, fuzzy, php-format
2959
  msgid "Searchresults from album %s and its subalbums"
2960
  msgstr ""
2961
  "Das Foto %s existiert schon in der Album Nummer %s. Aus den Depot entfernt."
2962
 
2963
- #: wppa-breadcrumb.php:209 wppa-breadcrumb.php:214
2964
  msgid "Searchstring:"
2965
  msgstr "Suchtext:"
2966
 
2967
- #: wppa-breadcrumb.php:223 wppa-breadcrumb.php:241
2968
  #, fuzzy
2969
  msgid "Photos by EXIF date"
2970
  msgstr "EXIF Daten"
2971
 
2972
- #: wppa-breadcrumb.php:227 wppa-breadcrumb.php:245
2973
  #, fuzzy
2974
  msgid "Photos by date of upload"
2975
  msgstr "Fotos hochgeladen zu Album Nr"
2976
 
2977
- #: wppa-breadcrumb.php:231 wppa-breadcrumb.php:249
2978
  msgid "Photos by date last modified"
2979
  msgstr ""
2980
 
2981
- #: wppa-breadcrumb.php:261 wppa-breadcrumb.php:271
2982
  #, fuzzy, php-format
2983
  msgid "Photos by %s"
2984
  msgstr "Mit insgesamt %s Fotos."
2985
 
2986
- #: wppa-breadcrumb.php:278 wppa-breadcrumb.php:296 wppa-breadcrumb.php:314
2987
- #: wppa-breadcrumb.php:332 wppa-breadcrumb.php:410
2988
  #, fuzzy
2989
  msgid "Various albums"
2990
  msgstr ""
2991
  "Du kannst verschiedene Alben erstellen, die Fotos und auch Unter-Alben zur "
2992
  "gleichen Zeit enthalten."
2993
 
2994
- #: wppa-breadcrumb.php:280 wppa-breadcrumb.php:298 wppa-breadcrumb.php:316
2995
- #: wppa-breadcrumb.php:334 wppa-breadcrumb.php:414 wppa-lasten-widget.php:180
2996
  #, fuzzy
2997
  msgid "Albums:"
2998
  msgstr "Alben:"
2999
 
3000
- #: wppa-breadcrumb.php:284 wppa-breadcrumb.php:289
3001
  msgid "Top rated photos"
3002
  msgstr "Hoch bewertete Fotos"
3003
 
3004
- #: wppa-breadcrumb.php:302 wppa-breadcrumb.php:307
3005
  #, fuzzy
3006
  msgid "Recently uploaded photos"
3007
  msgstr "--- Die zuletzt hochgeladenen Fotos---"
3008
 
3009
- #: wppa-breadcrumb.php:320 wppa-breadcrumb.php:325 wppa-comment-widget.php:41
3010
  #, fuzzy
3011
  msgid "Recently commented photos"
3012
  msgstr "--- Die zuletzt kommentierten Fotos ---"
3013
 
3014
- #: wppa-breadcrumb.php:338 wppa-breadcrumb.php:343 wppa-featen-widget.php:37
3015
  #, fuzzy
3016
  msgid "Featured photos"
3017
  msgstr "Ausgewählte Fotos"
3018
 
3019
- #: wppa-breadcrumb.php:350 wppa-breadcrumb.php:355
3020
  #, fuzzy
3021
  msgid "Related photos"
3022
  msgstr "Thumbnail Fotos verwandte Einstellungen"
3023
 
3024
- #: wppa-breadcrumb.php:362 wppa-breadcrumb.php:367
3025
  #, fuzzy
3026
  msgid "Tagged photos:"
3027
  msgstr "Fotos"
3028
 
3029
- #: wppa-breadcrumb.php:362 wppa-breadcrumb.php:367
3030
  msgid "or"
3031
  msgstr ""
3032
 
3033
- #: wppa-breadcrumb.php:393 wppa-breadcrumb.php:398
3034
  #, fuzzy
3035
  msgid "Recently updated albums"
3036
  msgstr "--- die zuletzt hinzugefügten Alben ---"
3037
 
3038
- #: wppa-breadcrumb.php:408
3039
  #, fuzzy, php-format
3040
  msgid "Various albums by %s"
3041
  msgstr ""
3042
  "Du kannst verschiedene Alben erstellen, die Fotos und auch Unter-Alben zur "
3043
  "gleichen Zeit enthalten."
3044
 
3045
- #: wppa-breadcrumb.php:435 wppa-breadcrumb.php:450
3046
  #, fuzzy
3047
  msgid "Thumbnail view"
3048
  msgstr "Anzeigen..."
3049
 
3050
- #: wppa-breadcrumb.php:439 wppa-breadcrumb.php:440 wppa-breadcrumb.php:455
3051
- #: wppa-breadcrumb.php:456
3052
  #, fuzzy
3053
  msgid "Thumbs"
3054
  msgstr "Miniaturbild Widget "
3055
 
3056
- #: wppa-breadcrumb.php:561
3057
  msgid "Unpublished"
3058
  msgstr ""
3059
 
@@ -3162,8 +3167,8 @@ msgstr ""
3162
  msgid "Linkpage:"
3163
  msgstr ""
3164
 
3165
- #: wppa-comment-admin.php:224 wppa-settings-autosave.php:4516
3166
- #: wppa-settings-autosave.php:7196
3167
  #, fuzzy
3168
  msgid "--- Please select a page ---"
3169
  msgstr "--- gelöscht ---"
@@ -3234,18 +3239,18 @@ msgid "(Album)"
3234
  msgstr "Alben:"
3235
 
3236
  #: wppa-comment-admin.php:304 wppa-comment-admin.php:391
3237
- #: wppa-settings-autosave.php:504 wppa-settings-autosave.php:657
3238
- #: wppa-settings-autosave.php:679 wppa-settings-autosave.php:1379
3239
- #: wppa-settings-autosave.php:1400 wppa-settings-autosave.php:2752
3240
- #: wppa-settings-autosave.php:2773 wppa-settings-autosave.php:3071
3241
- #: wppa-settings-autosave.php:3095 wppa-settings-autosave.php:4237
3242
- #: wppa-settings-autosave.php:4258 wppa-settings-autosave.php:4434
3243
- #: wppa-settings-autosave.php:4458 wppa-settings-autosave.php:5457
3244
- #: wppa-settings-autosave.php:5963 wppa-settings-autosave.php:5985
3245
- #: wppa-settings-autosave.php:6565 wppa-settings-autosave.php:6589
3246
- #: wppa-settings-autosave.php:8116 wppa-settings-autosave.php:8137
3247
- #: wppa-settings-autosave.php:8177 wppa-settings-autosave.php:8199
3248
- #: wppa-settings-autosave.php:8245
3249
  msgid "#"
3250
  msgstr ""
3251
 
@@ -3279,7 +3284,7 @@ msgstr ""
3279
  msgid "Reply to your comment on photo: %s on %s"
3280
  msgstr ""
3281
 
3282
- #: wppa-comment-admin.php:359 wppa-functions.php:2098
3283
  msgid "Reply"
3284
  msgstr "Antwort"
3285
 
@@ -3335,89 +3340,89 @@ msgstr "Foto wurde nicht gefunden."
3335
  msgid "Default photo album for"
3336
  msgstr "Standardfotoalbum für"
3337
 
3338
- #: wppa-common-functions.php:524 wppa-common-functions.php:560
3339
  msgid "1 second"
3340
  msgstr "1 Sekunde"
3341
 
3342
- #: wppa-common-functions.php:525 wppa-common-functions.php:561
3343
- #: wppa-functions.php:4255
3344
  msgid "seconds"
3345
  msgstr "Sekunden"
3346
 
3347
- #: wppa-common-functions.php:529 wppa-common-functions.php:565
3348
  msgid "1 minute"
3349
  msgstr "1 Minute"
3350
 
3351
- #: wppa-common-functions.php:530 wppa-common-functions.php:566
3352
- #: wppa-functions.php:4254
3353
  msgid "minutes"
3354
  msgstr "Minuten"
3355
 
3356
- #: wppa-common-functions.php:534 wppa-common-functions.php:570
3357
  msgid "1 hour"
3358
  msgstr "1 Stunde"
3359
 
3360
- #: wppa-common-functions.php:535 wppa-common-functions.php:571
3361
- #: wppa-functions.php:4253
3362
  msgid "hours"
3363
  msgstr "Stunden"
3364
 
3365
- #: wppa-common-functions.php:539 wppa-common-functions.php:575
3366
  msgid "1 day"
3367
  msgstr "1 Tag"
3368
 
3369
- #: wppa-common-functions.php:540 wppa-common-functions.php:576
3370
- #: wppa-functions.php:4252
3371
  msgid "days"
3372
  msgstr "Tage"
3373
 
3374
- #: wppa-common-functions.php:544 wppa-common-functions.php:580
3375
  msgid "1 week"
3376
  msgstr "1 Woche"
3377
 
3378
- #: wppa-common-functions.php:545 wppa-common-functions.php:581
3379
- #: wppa-functions.php:4251
3380
  msgid "weeks"
3381
  msgstr "Wochen"
3382
 
3383
- #: wppa-common-functions.php:549 wppa-common-functions.php:585
3384
  msgid "1 month"
3385
  msgstr "1 Monat"
3386
 
3387
- #: wppa-common-functions.php:550 wppa-common-functions.php:586
3388
  msgid "months"
3389
  msgstr "Monate"
3390
 
3391
- #: wppa-common-functions.php:553 wppa-common-functions.php:589
3392
  msgid "1 year"
3393
  msgstr "1 Jahr"
3394
 
3395
- #: wppa-common-functions.php:554 wppa-common-functions.php:590
3396
  msgid "years"
3397
  msgstr "Jahre"
3398
 
3399
- #: wppa-common-functions.php:801 wppa-common-functions.php:802
3400
  msgid "ERROR: Resized or copied image could not be created."
3401
  msgstr ""
3402
 
3403
- #: wppa-common-functions.php:844 wppa-common-functions.php:845
3404
  #, php-format
3405
  msgid "ERROR: File %s is not a valid picture file."
3406
  msgstr ""
3407
 
3408
- #: wppa-common-functions.php:1645
3409
  #, php-format
3410
  msgid ""
3411
  "Based on your server memory limit you should not upload images larger then "
3412
  "<strong>%d x %d (%2.1f MP)</strong>"
3413
  msgstr ""
3414
 
3415
- #: wppa-common-functions.php:1920
3416
  #, fuzzy
3417
  msgid "- select an album -"
3418
  msgstr "Bitte wähle Album"
3419
 
3420
- #: wppa-common-functions.php:1932 wppa-items.php:370
3421
  #: wppa-multitag-widget.php:75 wppa-multitag-widget.php:83
3422
  #: wppa-slideshow-widget.php:201 wppa-tagcloud-widget.php:70
3423
  #: wppa-tagcloud-widget.php:78
@@ -3425,32 +3430,32 @@ msgstr "Bitte wähle Album"
3425
  msgid "--- all ---"
3426
  msgstr "--- alle---"
3427
 
3428
- #: wppa-common-functions.php:1938
3429
  #, fuzzy
3430
  msgid "--- generic ---"
3431
  msgstr "--- keine ---"
3432
 
3433
- #: wppa-common-functions.php:1949
3434
  msgid "--- multiple see below ---"
3435
  msgstr ""
3436
 
3437
- #: wppa-common-functions.php:1955
3438
  #, fuzzy
3439
  msgid "--- a selection box ---"
3440
  msgstr "--- gelöscht ---"
3441
 
3442
- #: wppa-common-functions.php:1989 wppa-items.php:366
3443
- #: wppa-settings-autosave.php:7022 wppa-settings-autosave.php:7078
3444
  #: wppa-upload.php:1529
3445
  msgid "--- separate ---"
3446
  msgstr "--- separat ---"
3447
 
3448
- #: wppa-common-functions.php:2087
3449
  #, fuzzy
3450
  msgid "Photo id ="
3451
  msgstr "Foto des Tages"
3452
 
3453
- #: wppa-common-functions.php:2087
3454
  msgid "Value ="
3455
  msgstr ""
3456
 
@@ -3508,229 +3513,229 @@ msgstr ""
3508
  msgid "n.a."
3509
  msgstr ""
3510
 
3511
- #: wppa-exif-iptc-common.php:214 wppa-utils.php:2244
3512
  #, fuzzy
3513
  msgid "Not Defined"
3514
  msgstr "definiert, bei Widget-Aktivierung."
3515
 
3516
- #: wppa-exif-iptc-common.php:215 wppa-utils.php:2245
3517
  msgid "Manual"
3518
  msgstr ""
3519
 
3520
- #: wppa-exif-iptc-common.php:216 wppa-utils.php:2246
3521
  #, fuzzy
3522
  msgid "Program AE"
3523
  msgstr ""
3524
  "Fotos importieren: Sammelimport von Fotos, die mit einem Ftp Programm "
3525
  "hochgeladen wurden."
3526
 
3527
- #: wppa-exif-iptc-common.php:217 wppa-utils.php:2247
3528
  #, fuzzy
3529
  msgid "Aperture-priority AE"
3530
  msgstr "Filter Priorität"
3531
 
3532
- #: wppa-exif-iptc-common.php:218 wppa-utils.php:2248
3533
  #, fuzzy
3534
  msgid "Shutter speed priority AE"
3535
  msgstr "Speed Ein-Ausblenden"
3536
 
3537
- #: wppa-exif-iptc-common.php:219 wppa-utils.php:2249
3538
  #, fuzzy
3539
  msgid "Creative (Slow speed)"
3540
  msgstr "Speed Ein-Ausblenden"
3541
 
3542
- #: wppa-exif-iptc-common.php:220 wppa-utils.php:2250
3543
  #, fuzzy
3544
  msgid "Action (High speed)"
3545
  msgstr "hoch"
3546
 
3547
- #: wppa-exif-iptc-common.php:221 wppa-utils.php:2251
3548
  #, fuzzy
3549
  msgid "Portrait"
3550
  msgstr "Nur Hochformat:"
3551
 
3552
- #: wppa-exif-iptc-common.php:222 wppa-utils.php:2252
3553
  #, fuzzy
3554
  msgid "Landscape"
3555
  msgstr "4:5 Querformat abgeschnitten"
3556
 
3557
- #: wppa-exif-iptc-common.php:223 wppa-utils.php:2253
3558
  msgid "Bulb"
3559
  msgstr ""
3560
 
3561
- #: wppa-exif-iptc-common.php:245 wppa-utils.php:2254
3562
  #, fuzzy
3563
  msgid "Average"
3564
  msgstr "durchschnittlich"
3565
 
3566
- #: wppa-exif-iptc-common.php:246 wppa-utils.php:2255
3567
  #, fuzzy
3568
  msgid "Center-weighted average"
3569
  msgstr "durchschnittlich"
3570
 
3571
- #: wppa-exif-iptc-common.php:247 wppa-utils.php:2256
3572
  msgid "Spot"
3573
  msgstr ""
3574
 
3575
- #: wppa-exif-iptc-common.php:248 wppa-utils.php:2257
3576
  #, fuzzy
3577
  msgid "Multi-spot"
3578
  msgstr "Multi Bewertung"
3579
 
3580
- #: wppa-exif-iptc-common.php:249 wppa-utils.php:2258
3581
  #, fuzzy
3582
  msgid "Multi-segment"
3583
  msgstr "Multi Bewertung"
3584
 
3585
- #: wppa-exif-iptc-common.php:250 wppa-utils.php:2259
3586
  msgid "Partial"
3587
  msgstr ""
3588
 
3589
- #: wppa-exif-iptc-common.php:251 wppa-settings-autosave.php:4362
3590
- #: wppa-utils.php:2260
3591
  #, fuzzy
3592
  msgid "Other"
3593
  msgstr "Andere"
3594
 
3595
- #: wppa-exif-iptc-common.php:287 wppa-utils.php:2261
3596
  msgid "No Flash"
3597
  msgstr ""
3598
 
3599
- #: wppa-exif-iptc-common.php:289 wppa-utils.php:2262
3600
  msgid "Fired"
3601
  msgstr ""
3602
 
3603
- #: wppa-exif-iptc-common.php:291 wppa-utils.php:2263
3604
  msgid "Fired, Return not detected"
3605
  msgstr ""
3606
 
3607
- #: wppa-exif-iptc-common.php:293 wppa-utils.php:2264
3608
  msgid "Fired, Return detected"
3609
  msgstr ""
3610
 
3611
- #: wppa-exif-iptc-common.php:295 wppa-utils.php:2265
3612
  #, fuzzy
3613
  msgid "On, Did not fire"
3614
  msgstr ""
3615
  "Wenn Sie die Option \"still at first norated\", wird das erste Foto, dass "
3616
  "der Besucher kein Rating gegeben hat im Blättern-Modus angezeigt werden."
3617
 
3618
- #: wppa-exif-iptc-common.php:297 wppa-utils.php:2266
3619
  msgid "On, Fired"
3620
  msgstr ""
3621
 
3622
- #: wppa-exif-iptc-common.php:299 wppa-utils.php:2267
3623
  msgid "On, Return not detected"
3624
  msgstr ""
3625
 
3626
- #: wppa-exif-iptc-common.php:301 wppa-utils.php:2268
3627
  msgid "On, Return detected"
3628
  msgstr ""
3629
 
3630
- #: wppa-exif-iptc-common.php:303 wppa-utils.php:2269
3631
  #, fuzzy
3632
  msgid "Off, Did not fire"
3633
  msgstr "--- aus ---"
3634
 
3635
- #: wppa-exif-iptc-common.php:305 wppa-utils.php:2270
3636
  #, fuzzy
3637
  msgid "Off, Did not fire, Return not detected"
3638
  msgstr "--- aus ---"
3639
 
3640
- #: wppa-exif-iptc-common.php:307 wppa-utils.php:2271
3641
  #, fuzzy
3642
  msgid "Auto, Did not fire"
3643
  msgstr "Automatisch Gespeichert"
3644
 
3645
- #: wppa-exif-iptc-common.php:309 wppa-utils.php:2272
3646
  #, fuzzy
3647
  msgid "Auto, Fired"
3648
  msgstr "Automatisch Gespeichert"
3649
 
3650
- #: wppa-exif-iptc-common.php:311 wppa-utils.php:2273
3651
  #, fuzzy
3652
  msgid "Auto, Fired, Return not detected"
3653
  msgstr "Automatisch Gespeichert"
3654
 
3655
- #: wppa-exif-iptc-common.php:313 wppa-utils.php:2274
3656
  #, fuzzy
3657
  msgid "Auto, Fired, Return detected"
3658
  msgstr "Automatisch Gespeichert"
3659
 
3660
- #: wppa-exif-iptc-common.php:315 wppa-utils.php:2275
3661
  #, fuzzy
3662
  msgid "No flash function"
3663
  msgstr ""
3664
  ". </i>Dieses Plugin wird dazu führen, das wppa+ nicht richtig funktioniert ."
3665
 
3666
- #: wppa-exif-iptc-common.php:317 wppa-utils.php:2276
3667
  #, fuzzy
3668
  msgid "Off, No flash function"
3669
  msgstr "--- aus ---"
3670
 
3671
- #: wppa-exif-iptc-common.php:319 wppa-utils.php:2277
3672
  #, fuzzy
3673
  msgid "Fired, Red-eye reduction"
3674
  msgstr ""
3675
  "<span style=\"color:red\" >Warnung: Laden Sie keine urheberrechtlich "
3676
  "geschütztes Material!</span>"
3677
 
3678
- #: wppa-exif-iptc-common.php:321 wppa-utils.php:2278
3679
  #, fuzzy
3680
  msgid "Fired, Red-eye reduction, Return not detected"
3681
  msgstr ""
3682
  "<span style=\"color:red\" >Warnung: Laden Sie keine urheberrechtlich "
3683
  "geschütztes Material!</span>"
3684
 
3685
- #: wppa-exif-iptc-common.php:323 wppa-utils.php:2279
3686
  #, fuzzy
3687
  msgid "Fired, Red-eye reduction, Return detected"
3688
  msgstr ""
3689
  "<span style=\"color:red\" >Warnung: Laden Sie keine urheberrechtlich "
3690
  "geschütztes Material!</span>"
3691
 
3692
- #: wppa-exif-iptc-common.php:325 wppa-utils.php:2280
3693
  #, fuzzy
3694
  msgid "On, Red-eye reduction"
3695
  msgstr ""
3696
  "<span style=\"color:red\" >Warnung: Laden Sie keine urheberrechtlich "
3697
  "geschütztes Material!</span>"
3698
 
3699
- #: wppa-exif-iptc-common.php:327 wppa-utils.php:2281
3700
  #, fuzzy
3701
  msgid "Red-eye reduction, Return not detected"
3702
  msgstr ""
3703
  "<span style=\"color:red\" >Warnung: Laden Sie keine urheberrechtlich "
3704
  "geschütztes Material!</span>"
3705
 
3706
- #: wppa-exif-iptc-common.php:329 wppa-utils.php:2282
3707
  #, fuzzy
3708
  msgid "On, Red-eye reduction, Return detected"
3709
  msgstr ""
3710
  "<span style=\"color:red\" >Warnung: Laden Sie keine urheberrechtlich "
3711
  "geschütztes Material!</span>"
3712
 
3713
- #: wppa-exif-iptc-common.php:331 wppa-utils.php:2283
3714
  #, fuzzy
3715
  msgid "Off, Red-eye reduction"
3716
  msgstr "--- aus ---"
3717
 
3718
- #: wppa-exif-iptc-common.php:333 wppa-utils.php:2284
3719
  #, fuzzy
3720
  msgid "Auto, Did not fire, Red-eye reduction"
3721
  msgstr "Automatisch Gespeichert"
3722
 
3723
- #: wppa-exif-iptc-common.php:335 wppa-utils.php:2285
3724
  #, fuzzy
3725
  msgid "Auto, Fired, Red-eye reduction"
3726
  msgstr "Automatisch Gespeichert"
3727
 
3728
- #: wppa-exif-iptc-common.php:337 wppa-utils.php:2286
3729
  #, fuzzy
3730
  msgid "Auto, Fired, Red-eye reduction, Return not detected"
3731
  msgstr "Automatisch Gespeichert"
3732
 
3733
- #: wppa-exif-iptc-common.php:339 wppa-utils.php:2287
3734
  #, fuzzy
3735
  msgid "Auto, Fired, Red-eye reduction, Return detected"
3736
  msgstr "Automatisch Gespeichert"
@@ -3859,244 +3864,244 @@ msgid ""
3859
  "your search criteria."
3860
  msgstr "Es wurde kein Album oder Foto mit Deinen Suchangaben gefunden."
3861
 
3862
- #: wppa-functions.php:1916 wppa-links.php:717 wppa-links.php:734
3863
  #: wppa-thumbnails.php:587
3864
  #, fuzzy
3865
  msgid "Are you sure you want to remove this photo?"
3866
  msgstr "Bist du sicher, das du dieses Foto drehen möchtest?"
3867
 
3868
- #: wppa-functions.php:2076
3869
  msgid "Comment edited"
3870
  msgstr "Kommentar bearbeitet"
3871
 
3872
- #: wppa-functions.php:2081
3873
  #, fuzzy
3874
  msgid "Photo comment"
3875
  msgstr "Dein Kommentar:"
3876
 
3877
- #: wppa-functions.php:2085
3878
  #, fuzzy
3879
  msgid "Comment on photo:"
3880
  msgstr "Kommentar Widget Foto-Link."
3881
 
3882
- #: wppa-functions.php:2096
3883
  #, fuzzy
3884
  msgid "wrote on photo"
3885
  msgstr "Foto:"
3886
 
3887
- #: wppa-functions.php:2099
3888
  #, fuzzy
3889
  msgid "Moderate comment admin"
3890
  msgstr "Moderiere Kommentare"
3891
 
3892
- #: wppa-functions.php:2100 wppa-functions.php:4103 wppa-upload.php:1427
3893
  #, fuzzy
3894
  msgid "Moderate manage photo"
3895
  msgstr "Moderiere Fotos"
3896
 
3897
- #: wppa-functions.php:2111
3898
  #, fuzzy
3899
  msgid "You receive this email as you are assigned to moderate"
3900
  msgstr ""
3901
  "Gebe die Tags ein, die den neuen Fotos in diesem Album zugeordnet werden."
3902
 
3903
- #: wppa-functions.php:2123
3904
  #, fuzzy
3905
  msgid "You receive this email as administrator of the site"
3906
  msgstr ""
3907
  "Wenn aktiviert, wird der Admin eine Benachrichtigung per E-Mail erhalten."
3908
 
3909
- #: wppa-functions.php:2140
3910
  #, fuzzy
3911
  msgid "You receive this email as uploader of the photo"
3912
  msgstr ""
3913
  "Wenn aktiviert, wird der Admin eine Benachrichtigung per E-Mail erhalten."
3914
 
3915
- #: wppa-functions.php:2157
3916
  #, fuzzy
3917
  msgid "You receive this email as owner of the album"
3918
  msgstr ""
3919
  "Wenn aktiviert, wird der Admin eine Benachrichtigung per E-Mail erhalten."
3920
 
3921
- #: wppa-functions.php:2174
3922
  #, fuzzy
3923
  msgid "You receive this email because you commented this photo earlier."
3924
  msgstr ""
3925
  "Gebe die Tags ein, die den neuen Fotos in diesem Album zugeordnet werden."
3926
 
3927
- #: wppa-functions.php:2200
3928
  msgid "Comment added"
3929
  msgstr "Kommentar hinzugefügt"
3930
 
3931
- #: wppa-functions.php:2205
3932
  #, fuzzy
3933
  msgid ""
3934
  "Sorry, you gave a wrong answer.\\n\\nPlease try again to solve the "
3935
  "computation."
3936
  msgstr "Du können die Seite aktualisieren und es erneut versuchen."
3937
 
3938
- #: wppa-functions.php:2215
3939
  #, fuzzy
3940
  msgid "Could not process comment.\\nProbably timed out."
3941
  msgstr ""
3942
  "Wenn aktiviert, wird der Versuch unternommen, einen Admin-Prozess neu zu "
3943
  "starten, wenn die Zeit abgelaufen ist."
3944
 
3945
- #: wppa-functions.php:2298
3946
  #, fuzzy, php-format
3947
  msgid "1 Comment"
3948
  msgid_plural "%s Comments"
3949
  msgstr[0] "Kommentar:"
3950
  msgstr[1] "Kommentar:"
3951
 
3952
- #: wppa-functions.php:2334 wppa-links.php:1405
3953
  msgid "A video can not be printed or downloaded"
3954
  msgstr ""
3955
 
3956
- #: wppa-functions.php:2769
3957
  #, fuzzy
3958
  msgid "ERROR: Illegal attempt to enter a rating."
3959
  msgstr "<b>FEHLER: Ungültiger Versuch zu bewerten</b>"
3960
 
3961
- #: wppa-functions.php:2782
3962
  #, fuzzy
3963
  msgid "ERROR: Illegal attempt to enter a comment."
3964
  msgstr "<b>FEHLER: Ungültiger Versuch zu kommentieren</b>"
3965
 
3966
- #: wppa-functions.php:3856
3967
  #, fuzzy
3968
  msgid "ERROR: Illegal attempt to create an album."
3969
  msgstr "<b>FEHLER: Ungültiger Versuch zu bewerten</b>"
3970
 
3971
- #: wppa-functions.php:3860
3972
  #, fuzzy
3973
  msgid "Wrong captcha, please try again"
3974
  msgstr "Versuche es erneut!"
3975
 
3976
- #: wppa-functions.php:3873
3977
  #, fuzzy, php-format
3978
  msgid "Album #%s created"
3979
  msgstr "- Das zuletzt erstellte Album -"
3980
 
3981
- #: wppa-functions.php:3878
3982
  #, fuzzy
3983
  msgid "Could not create album"
3984
  msgstr "Das Album konnte nicht erstellt werden."
3985
 
3986
- #: wppa-functions.php:3889
3987
  #, fuzzy
3988
  msgid "ERROR: Illegal attempt to upload a file."
3989
  msgstr "<b>FEHLER: Ungültiger Versuch eine Datei hochzuladen</b>"
3990
 
3991
- #: wppa-functions.php:3929
3992
  #, fuzzy
3993
  msgid "Photo upload"
3994
  msgstr "Fotos hochgeladen zu Album Nr"
3995
 
3996
- #: wppa-functions.php:3930
3997
  #, fuzzy, php-format
3998
  msgid "Photo successfully uploaded."
3999
  msgid_plural "%s photos successfully uploaded."
4000
  msgstr[0] "--- Das zuletzt hochgeladenen Foto ---"
4001
  msgstr[1] "--- Das zuletzt hochgeladenen Foto ---"
4002
 
4003
- #: wppa-functions.php:3931
4004
  #, fuzzy, php-format
4005
  msgid "%s points added."
4006
  msgstr "--- max %s der zuletzt hinzugefügten ---"
4007
 
4008
- #: wppa-functions.php:3935
4009
  #, fuzzy
4010
  msgid "Upload failed"
4011
  msgstr "Fehlgeschlagen!"
4012
 
4013
- #: wppa-functions.php:3938
4014
  #, fuzzy, php-format
4015
  msgid "1 Upload failed"
4016
  msgid_plural "%s uploads failed."
4017
  msgstr[0] "Fehlgeschlagen!"
4018
  msgstr[1] "Fehlgeschlagen!"
4019
 
4020
- #: wppa-functions.php:3975
4021
  msgid "Error during upload"
4022
  msgstr "Fehler beim Hochladen"
4023
 
4024
- #: wppa-functions.php:3980
4025
  msgid "Uploaded file is not an image"
4026
  msgstr "Hochgeladenen datei ist kein Bild"
4027
 
4028
- #: wppa-functions.php:3984
4029
  #, fuzzy, php-format
4030
  msgid ""
4031
  "Only gif, jpg and png image files are supported. Returned filetype = %d."
4032
  msgstr "JPG Bildqualität"
4033
 
4034
- #: wppa-functions.php:3990
4035
  #, fuzzy, php-format
4036
  msgid "Uploaded file is larger than the allowed maximum of %d x %d pixels."
4037
  msgstr ""
4038
  "Basierend auf Ihrem Server memory limit sollte man nicht Bildern größer als "
4039
  "<strong>%d x %d (%2.1f MP) </strong> hochladen"
4040
 
4041
- #: wppa-functions.php:3996
4042
  #, fuzzy, php-format
4043
  msgid "Uploaded file %s already exists in this album."
4044
  msgstr "Fotos %s hochgeladen zu Album Nr. %s"
4045
 
4046
- #: wppa-functions.php:4004
4047
  #, fuzzy, php-format
4048
  msgid "The image is too big. Max photo size: %d x %d (%2.1f MegaPixel)"
4049
  msgstr "(max %d)"
4050
 
4051
- #: wppa-functions.php:4027
4052
  #, fuzzy
4053
  msgid "Could not insert photo into db."
4054
  msgstr "Konnte Foto nicht einfügen. query="
4055
 
4056
- #: wppa-functions.php:4099 wppa-upload.php:1423
4057
  #, fuzzy, php-format
4058
  msgid "New photo uploaded: %s"
4059
  msgstr ""
4060
  "Gebe jedem neuen im Frontend hochgeladen Foto eine standardisierte "
4061
  "Beschreibung."
4062
 
4063
- #: wppa-functions.php:4100 wppa-upload.php:1424
4064
  #, fuzzy, php-format
4065
  msgid "User %1$s uploaded photo %2$s into album %3$s"
4066
  msgstr "Foto %s kopiert zum Album %s (%s)"
4067
 
4068
- #: wppa-functions.php:4102 wppa-upload.php:1426
4069
  #, fuzzy
4070
  msgid "This upload requires moderation"
4071
  msgstr "Upload Moderation"
4072
 
4073
- #: wppa-functions.php:4106 wppa-upload.php:1430
4074
  msgid "Details:"
4075
  msgstr ""
4076
 
4077
- #: wppa-functions.php:4107 wppa-upload.php:1431 wppa-utils.php:776
4078
- #: wppa-utils.php:788
4079
  #, fuzzy
4080
  msgid "Manage photo"
4081
  msgstr "Verwalte Fotos"
4082
 
4083
- #: wppa-functions.php:4249
4084
  #, fuzzy
4085
  msgid "You can upload after"
4086
  msgstr "bevor Du Deine Fotos hochladen kannst."
4087
 
4088
- #: wppa-functions.php:4279 wppa-functions.php:4290 wppa-links.php:1034
4089
  #: wppa-non-admin.php:644
4090
  #, fuzzy
4091
  msgid "Download"
4092
  msgstr "Popup Download Link"
4093
 
4094
- #: wppa-functions.php:4283 wppa-functions.php:4294
4095
  #, fuzzy
4096
  msgid "Download:"
4097
  msgstr "Popup Download Link"
4098
 
4099
- #: wppa-functions.php:4317
4100
  #, fuzzy
4101
  msgid "Zoom in"
4102
  msgstr "Zeigt Zoom in"
@@ -4581,7 +4586,7 @@ msgstr ""
4581
  msgid "Bronze"
4582
  msgstr ""
4583
 
4584
- #: wppa-items.php:274 wppa-items.php:428 wppa-settings-autosave.php:3228
4585
  #, fuzzy
4586
  msgid "none"
4587
  msgstr "--- kein ---"
@@ -4700,13 +4705,13 @@ msgstr "Möchtest Du diesen Kommentar wirklich löschen?"
4700
  msgid "Scheduled for %s"
4701
  msgstr ""
4702
 
4703
- #: wppa-links.php:975 wppa-links.php:978 wppa-slideshow.php:698
4704
  #, fuzzy
4705
  msgid "Previous"
4706
  msgstr "Vorheriges Foto"
4707
 
4708
  #: wppa-links.php:985 wppa-links.php:988 wppa-non-admin.php:590
4709
- #: wppa-slideshow.php:701
4710
  msgid "Next"
4711
  msgstr "Nächstes"
4712
 
@@ -4791,7 +4796,7 @@ msgstr ""
4791
  msgid "Keys: f = next mode; escape = exit; d = dismiss this notice."
4792
  msgstr ""
4793
 
4794
- #: wppa-non-admin.php:581 wppa-settings-autosave.php:3373
4795
  #: wppa-slideshow.php:232
4796
  msgid "Start"
4797
  msgstr "Starte"
@@ -4824,13 +4829,13 @@ msgstr "Nächstes Foto"
4824
  msgid "Prev."
4825
  msgstr "Vorheriges"
4826
 
4827
- #: wppa-non-admin.php:591 wppa-slideshow.php:540 wppa-slideshow.php:544
4828
- #: wppa-slideshow.php:590
4829
  msgid "Average&nbsp;rating"
4830
  msgstr "Durchschnittliche Bewertung"
4831
 
4832
- #: wppa-non-admin.php:592 wppa-slideshow.php:565 wppa-slideshow.php:570
4833
- #: wppa-slideshow.php:575
4834
  msgid "My&nbsp;rating"
4835
  msgstr "Meine&nbsp;Bewertung"
4836
 
@@ -5123,8 +5128,8 @@ msgstr "Verweis zu"
5123
  msgid "Same tab"
5124
  msgstr ""
5125
 
5126
- #: wppa-photo-admin-autosave.php:414 wppa-settings-autosave.php:4463
5127
- #: wppa-settings-autosave.php:5462
5128
  #, fuzzy
5129
  msgid "New tab"
5130
  msgstr "Das Album konnte nicht erstellt werden."
@@ -5153,7 +5158,7 @@ msgstr "Dein Name:"
5153
  msgid "Update file"
5154
  msgstr "Erneuere die Plugin Beschreibung"
5155
 
5156
- #: wppa-photo-admin-autosave.php:477 wppa-settings-autosave.php:2975
5157
  #, fuzzy
5158
  msgid "Upload"
5159
  msgstr "Upload Foto"
@@ -5224,7 +5229,7 @@ msgstr "Anzeigen..."
5224
  msgid "Remake thumbnail file"
5225
  msgstr "Anzeigen..."
5226
 
5227
- #: wppa-photo-admin-autosave.php:632 wppa-settings-autosave.php:6178
5228
  msgid "Remake"
5229
  msgstr ""
5230
 
@@ -5444,7 +5449,7 @@ msgid ""
5444
  msgstr ""
5445
 
5446
  #: wppa-photo-admin-autosave.php:1293 wppa-photo-admin-autosave.php:1412
5447
- #: wppa-settings-autosave.php:7473
5448
  #, fuzzy
5449
  msgid "Preview"
5450
  msgstr "Vorheriges Foto"
@@ -5473,11 +5478,11 @@ msgstr ""
5473
  msgid "Id: "
5474
  msgstr ""
5475
 
5476
- #: wppa-photo-admin-autosave.php:1605 wppa-settings-autosave.php:457
5477
  msgid "Video"
5478
  msgstr ""
5479
 
5480
- #: wppa-photo-admin-autosave.php:1606 wppa-settings-autosave.php:438
5481
  msgid "Audio"
5482
  msgstr ""
5483
 
@@ -5560,122 +5565,122 @@ msgstr ""
5560
  msgid "Enable subsearch"
5561
  msgstr ""
5562
 
5563
- #: wppa-settings-autosave.php:92
5564
  msgid "Saved settings restored"
5565
  msgstr ""
5566
 
5567
- #: wppa-settings-autosave.php:95
5568
  msgid "Unable to restore saved settings"
5569
  msgstr ""
5570
 
5571
- #: wppa-settings-autosave.php:101
5572
  msgid "Reset to default settings"
5573
  msgstr ""
5574
 
5575
- #: wppa-settings-autosave.php:104
5576
  msgid "Unable to set defaults"
5577
  msgstr ""
5578
 
5579
- #: wppa-settings-autosave.php:109
5580
  #, php-format
5581
  msgid "Skinfile %s loaded"
5582
  msgstr ""
5583
 
5584
- #: wppa-settings-autosave.php:120 wppa-settings-autosave.php:142
5585
- #: wppa-settings-autosave.php:163
5586
  #, fuzzy, php-format
5587
  msgid "Upload error %s"
5588
  msgstr "Fotos Hochladen"
5589
 
5590
- #: wppa-settings-autosave.php:125
5591
  #, fuzzy, php-format
5592
  msgid "Uploaded file %s is not a .png file"
5593
  msgstr "Hochgeladenen datei ist kein Bild"
5594
 
5595
- #: wppa-settings-autosave.php:129 wppa-settings-autosave.php:150
5596
- #: wppa-settings-autosave.php:186
5597
  #, fuzzy, php-format
5598
  msgid "Upload of %s done"
5599
  msgstr "Upload Foto"
5600
 
5601
- #: wppa-settings-autosave.php:134 wppa-settings-autosave.php:155
5602
- #: wppa-settings-autosave.php:191
5603
  msgid "No file selected or error on upload"
5604
  msgstr ""
5605
 
5606
- #: wppa-settings-autosave.php:146
5607
  #, fuzzy, php-format
5608
  msgid "Uploaded file %s is not a .ttf file"
5609
  msgstr "Hochgeladenen datei ist kein Bild"
5610
 
5611
- #: wppa-settings-autosave.php:168
5612
  #, fuzzy, php-format
5613
  msgid "Uploaded file %s is not a valid image file"
5614
  msgstr "Hochgeladenen datei ist kein Bild"
5615
 
5616
- #: wppa-settings-autosave.php:270 wppa-settings-autosave.php:311
5617
  msgid "Ready uploading to Cloudinary"
5618
  msgstr ""
5619
 
5620
- #: wppa-settings-autosave.php:291
5621
  #, php-format
5622
  msgid "Unexpected error: Photo %s does not exist!"
5623
  msgstr ""
5624
 
5625
- #: wppa-settings-autosave.php:327
5626
  #, php-format
5627
  msgid ""
5628
  "%s invalid ratings removed. Please run Table VIII-A5: Rerate to fix the "
5629
  "averages."
5630
  msgstr ""
5631
 
5632
- #: wppa-settings-autosave.php:337
5633
  #, php-format
5634
  msgid "%s obsolete settings removed."
5635
  msgstr ""
5636
 
5637
- #: wppa-settings-autosave.php:345
5638
  #, fuzzy
5639
  msgid "WP Photo Album Plus Settings"
5640
  msgstr "Foto Alben"
5641
 
5642
- #: wppa-settings-autosave.php:346
5643
  msgid "Database revision:"
5644
  msgstr ""
5645
 
5646
- #: wppa-settings-autosave.php:346
5647
  msgid "WP Charset:"
5648
  msgstr ""
5649
 
5650
- #: wppa-settings-autosave.php:349
5651
  msgid "Multisite in singlesite mode."
5652
  msgstr ""
5653
 
5654
- #: wppa-settings-autosave.php:352
5655
  msgid "Multisite enabled."
5656
  msgstr ""
5657
 
5658
- #: wppa-settings-autosave.php:354
5659
  msgid "Blogid ="
5660
  msgstr ""
5661
 
5662
- #: wppa-settings-autosave.php:371
5663
  msgid "Please de-activate plugin <i style=\"font-size:14px;\">"
5664
  msgstr ""
5665
 
5666
- #: wppa-settings-autosave.php:371
5667
  msgid ". </i>This plugin will cause wppa+ to function not properly."
5668
  msgstr ""
5669
 
5670
- #: wppa-settings-autosave.php:381
5671
  msgid "Please note that plugin <i style=\"font-size:14px;\">"
5672
  msgstr ""
5673
 
5674
- #: wppa-settings-autosave.php:381
5675
  msgid "</i> can cause wppa+ to function not properly if it is misconfigured."
5676
  msgstr ""
5677
 
5678
- #: wppa-settings-autosave.php:386 wppa-upload.php:93
5679
  msgid ""
5680
  "There is a serious misconfiguration in your servers PHP config. Function "
5681
  "imagecreatefromjpeg() does not exist. You will encounter problems when "
@@ -5683,591 +5688,591 @@ msgid ""
5683
  "hosting provider to add GD support with a minimal version 1.8."
5684
  msgstr ""
5685
 
5686
- #: wppa-settings-autosave.php:391
5687
  msgid "Rebuilding the Album index needs completion. See Table VIII"
5688
  msgstr ""
5689
 
5690
- #: wppa-settings-autosave.php:392
5691
  msgid "Rebuilding the Photo index needs completion. See Table VIII"
5692
  msgstr ""
5693
 
5694
- #: wppa-settings-autosave.php:394
5695
  msgid "Remove empty albums needs completion. See Table VIII"
5696
  msgstr ""
5697
 
5698
- #: wppa-settings-autosave.php:395
5699
  msgid "Applying new photo description needs completion. See Table VIII"
5700
  msgstr ""
5701
 
5702
- #: wppa-settings-autosave.php:396
5703
  msgid "Appending to photo description needs completion. See Table VIII"
5704
  msgstr ""
5705
 
5706
- #: wppa-settings-autosave.php:397
5707
  msgid "Removing from photo description needs completion. See Table VIII"
5708
  msgstr ""
5709
 
5710
- #: wppa-settings-autosave.php:398
5711
  msgid "Removing file extensions needs completion. See Table VIII"
5712
  msgstr ""
5713
 
5714
- #: wppa-settings-autosave.php:399
5715
  msgid "Regenerating the Thumbnails needs completion. See Table VIII"
5716
  msgstr ""
5717
 
5718
- #: wppa-settings-autosave.php:400
5719
  msgid "Rerating needs completion. See Table VIII"
5720
  msgstr ""
5721
 
5722
- #: wppa-settings-autosave.php:408
5723
  msgid ""
5724
  "A thumbframe width or height should not be smaller than a thumbnail size. "
5725
  "Please correct the corresponding setting(s) in Table I-C"
5726
  msgstr ""
5727
 
5728
- #: wppa-settings-autosave.php:413
5729
  msgid "Show legenda"
5730
  msgstr ""
5731
 
5732
- #: wppa-settings-autosave.php:415
5733
  msgid "Legenda:"
5734
  msgstr ""
5735
 
5736
- #: wppa-settings-autosave.php:416 wppa-settings-autosave.php:418
5737
- #: wppa-settings-autosave.php:1918 wppa-settings-autosave.php:5184
5738
  msgid "Button"
5739
  msgstr ""
5740
 
5741
- #: wppa-settings-autosave.php:416
5742
  msgid "action that causes page reload."
5743
  msgstr ""
5744
 
5745
- #: wppa-settings-autosave.php:418 wppa-settings-autosave.php:8826
5746
- #: wppa-settings-autosave.php:8845
5747
  msgid "Are you sure?"
5748
  msgstr ""
5749
 
5750
- #: wppa-settings-autosave.php:419
5751
  msgid "action that does not cause page reload."
5752
  msgstr ""
5753
 
5754
- #: wppa-settings-autosave.php:421 wppa-settings-autosave.php:7362
5755
- #: wppa-settings-autosave.php:7364 wppa-settings-autosave.php:8528
5756
- #: wppa-settings-autosave.php:8544 wppa-settings-autosave.php:8572
5757
- #: wppa-settings-autosave.php:8596 wppa-settings-autosave.php:8626
5758
- #: wppa-settings-autosave.php:8653 wppa-settings-autosave.php:8679
5759
- #: wppa-settings-autosave.php:8695 wppa-settings-autosave.php:8748
5760
- #: wppa-settings-autosave.php:8778
5761
  msgid "Setting unmodified"
5762
  msgstr ""
5763
 
5764
- #: wppa-settings-autosave.php:423
5765
  msgid "Update in progress"
5766
  msgstr ""
5767
 
5768
- #: wppa-settings-autosave.php:425
5769
  #, fuzzy
5770
  msgid "Setting updated"
5771
  msgstr "Einstellungen"
5772
 
5773
- #: wppa-settings-autosave.php:427
5774
  #, fuzzy
5775
  msgid "Update failed"
5776
  msgstr "Fehlgeschlagen!"
5777
 
5778
- #: wppa-settings-autosave.php:429
5779
  msgid "Hide this"
5780
  msgstr ""
5781
 
5782
- #: wppa-settings-autosave.php:435
5783
  msgid "System"
5784
  msgstr ""
5785
 
5786
- #: wppa-settings-autosave.php:436
5787
  msgid "Access"
5788
  msgstr ""
5789
 
5790
- #: wppa-settings-autosave.php:440
5791
  msgid "Counts"
5792
  msgstr ""
5793
 
5794
- #: wppa-settings-autosave.php:441
5795
  msgid "Covers"
5796
  msgstr ""
5797
 
5798
- #: wppa-settings-autosave.php:442
5799
  msgid "Layout"
5800
  msgstr ""
5801
 
5802
- #: wppa-settings-autosave.php:443 wppa-settings-autosave.php:4413
5803
  msgid "Lightbox"
5804
  msgstr ""
5805
 
5806
- #: wppa-settings-autosave.php:444
5807
  #, fuzzy
5808
  msgid "Links"
5809
  msgstr "Verweis zu"
5810
 
5811
- #: wppa-settings-autosave.php:445
5812
  msgid "Metadata"
5813
  msgstr ""
5814
 
5815
- #: wppa-settings-autosave.php:446
5816
  msgid "Navigation"
5817
  msgstr ""
5818
 
5819
- #: wppa-settings-autosave.php:447 wppa-settings-autosave.php:1505
5820
- #: wppa-settings-autosave.php:7709
5821
  #, fuzzy
5822
  msgid "Page"
5823
  msgstr "Seite"
5824
 
5825
- #: wppa-settings-autosave.php:448 wppa-settings-autosave.php:7505
5826
- #: wppa-settings-autosave.php:7550
5827
  #, fuzzy
5828
  msgid "Rating"
5829
  msgstr "Bewertung: %s"
5830
 
5831
- #: wppa-settings-autosave.php:450
5832
  msgid "Sizes"
5833
  msgstr ""
5834
 
5835
- #: wppa-settings-autosave.php:451
5836
  #, fuzzy
5837
  msgid "Slideshows"
5838
  msgstr "Diaschau"
5839
 
5840
- #: wppa-settings-autosave.php:452
5841
  msgid "Social Media"
5842
  msgstr ""
5843
 
5844
- #: wppa-settings-autosave.php:454
5845
  #, fuzzy
5846
  msgid "Uploads"
5847
  msgstr "Fotos Hochladen"
5848
 
5849
- #: wppa-settings-autosave.php:455
5850
  msgid "Widgets"
5851
  msgstr ""
5852
 
5853
- #: wppa-settings-autosave.php:456 wppa-settings-autosave.php:7343
5854
  msgid "Watermark"
5855
  msgstr ""
5856
 
5857
- #: wppa-settings-autosave.php:464
5858
  msgid "Click on the banner of a (sub)table to open/close it, or"
5859
  msgstr ""
5860
 
5861
- #: wppa-settings-autosave.php:466
5862
  msgid "Show settings related to:"
5863
  msgstr ""
5864
 
5865
- #: wppa-settings-autosave.php:472
5866
  msgid "and ( optionally ) to:"
5867
  msgstr ""
5868
 
5869
- #: wppa-settings-autosave.php:486
5870
  msgid "Quick setup"
5871
  msgstr ""
5872
 
5873
- #: wppa-settings-autosave.php:488
5874
  msgid "Do a quick initial setup"
5875
  msgstr ""
5876
 
5877
- #: wppa-settings-autosave.php:489
5878
  msgid "Close quick setup"
5879
  msgstr ""
5880
 
5881
- #: wppa-settings-autosave.php:496
5882
  msgid "Table O:"
5883
  msgstr ""
5884
 
5885
- #: wppa-settings-autosave.php:496
5886
  msgid "Quick Setup:"
5887
  msgstr ""
5888
 
5889
- #: wppa-settings-autosave.php:497
5890
  msgid "This table enables you to quickly do an inital setup."
5891
  msgstr ""
5892
 
5893
- #: wppa-settings-autosave.php:507 wppa-settings-autosave.php:660
5894
- #: wppa-settings-autosave.php:682 wppa-settings-autosave.php:1382
5895
- #: wppa-settings-autosave.php:1403 wppa-settings-autosave.php:2755
5896
- #: wppa-settings-autosave.php:3098 wppa-settings-autosave.php:4240
5897
- #: wppa-settings-autosave.php:5966 wppa-settings-autosave.php:6592
5898
- #: wppa-settings-autosave.php:8119
5899
  #, fuzzy
5900
  msgid "Setting"
5901
  msgstr "Einstellungen"
5902
 
5903
- #: wppa-settings-autosave.php:508 wppa-settings-autosave.php:661
5904
- #: wppa-settings-autosave.php:683 wppa-settings-autosave.php:1383
5905
- #: wppa-settings-autosave.php:1404 wppa-settings-autosave.php:2756
5906
- #: wppa-settings-autosave.php:2780 wppa-settings-autosave.php:3078
5907
- #: wppa-settings-autosave.php:3099 wppa-settings-autosave.php:4241
5908
- #: wppa-settings-autosave.php:4265 wppa-settings-autosave.php:4441
5909
- #: wppa-settings-autosave.php:4465 wppa-settings-autosave.php:5464
5910
- #: wppa-settings-autosave.php:5968 wppa-settings-autosave.php:5992
5911
- #: wppa-settings-autosave.php:6572 wppa-settings-autosave.php:6593
5912
- #: wppa-settings-autosave.php:8120 wppa-settings-autosave.php:8142
5913
- #: wppa-settings-autosave.php:8182 wppa-settings-autosave.php:8204
5914
- #: wppa-settings-autosave.php:8250
5915
  msgid "Help"
5916
  msgstr ""
5917
 
5918
- #: wppa-settings-autosave.php:519
5919
  msgid ""
5920
  "To quickly setup WPPA+ please answer the following questions. You can alway "
5921
  "change any setting later. <span style=\"color:#700\">Click on me!</span>"
5922
  msgstr ""
5923
 
5924
- #: wppa-settings-autosave.php:521
5925
  msgid "Is your theme <i>responsive</i>?"
5926
  msgstr ""
5927
 
5928
- #: wppa-settings-autosave.php:522
5929
  msgid ""
5930
  "Responsive themes have a layout that varies with the size of the browser "
5931
  "window."
5932
  msgstr ""
5933
 
5934
- #: wppa-settings-autosave.php:523
5935
  msgid ""
5936
  "WPPA+ needs to know this to automaticly adept the width of the display to "
5937
  "the available width on the page."
5938
  msgstr ""
5939
 
5940
- #: wppa-settings-autosave.php:530
5941
  msgid "Do you want to downsize photos during upload?"
5942
  msgstr ""
5943
 
5944
- #: wppa-settings-autosave.php:531
5945
  msgid ""
5946
  "Downsizing photos make them load faster to the visitor, without loosing "
5947
  "display quality"
5948
  msgstr ""
5949
 
5950
- #: wppa-settings-autosave.php:532
5951
  msgid ""
5952
  "If you answer yes, the photos will be downsized to max 1024 x 768 pixels. "
5953
  "You can change this later, if you like"
5954
  msgstr ""
5955
 
5956
- #: wppa-settings-autosave.php:539
5957
  #, fuzzy
5958
  msgid "Do you want to save the original photofiles?"
5959
  msgstr "Bist du sicher, das du dieses Foto drehen möchtest?"
5960
 
5961
- #: wppa-settings-autosave.php:540
5962
  msgid "This will require considerable disk space on the server."
5963
  msgstr ""
5964
 
5965
- #: wppa-settings-autosave.php:541
5966
  msgid ""
5967
  "If you answer yes, you will be able to remove watermarks you applied with "
5968
  "wppa+ in a later stage, redo downsizing to a larger size afterwards, and "
5969
  "supply fullsize images for download."
5970
  msgstr ""
5971
 
5972
- #: wppa-settings-autosave.php:548
5973
  #, fuzzy
5974
  msgid "May visitors upload photos?"
5975
  msgstr "Hochgeladen Fotos benötigen eine Moderation."
5976
 
5977
- #: wppa-settings-autosave.php:549
5978
  msgid ""
5979
  "It is safe to do so, but i will have to do some settings to keep it safe!"
5980
  msgstr ""
5981
 
5982
- #: wppa-settings-autosave.php:550
5983
  msgid ""
5984
  "If you answer yes, i will assume you want to enable logged in users to "
5985
  "upload photos at the front-end of the website and allow them to edit their "
5986
  "photos name and descriptions."
5987
  msgstr ""
5988
 
5989
- #: wppa-settings-autosave.php:551
5990
  msgid ""
5991
  "The photos will be hold for moderation, the admin will get notified by email."
5992
  msgstr ""
5993
 
5994
- #: wppa-settings-autosave.php:552
5995
  msgid ""
5996
  "Each user will get his own album to upload to. These settings can be changed "
5997
  "later."
5998
  msgstr ""
5999
 
6000
- #: wppa-settings-autosave.php:559
6001
  msgid "Do you want the rating system active?"
6002
  msgstr ""
6003
 
6004
- #: wppa-settings-autosave.php:560
6005
  msgid "Enable the rating system and show the votes in the slideshow."
6006
  msgstr ""
6007
 
6008
- #: wppa-settings-autosave.php:561
6009
  msgid "You can configure the details of the rating system later"
6010
  msgstr ""
6011
 
6012
- #: wppa-settings-autosave.php:568
6013
  msgid "Do you want the comment system active?"
6014
  msgstr ""
6015
 
6016
- #: wppa-settings-autosave.php:569
6017
  msgid "Enable the comment system and show the comments in the slideshow."
6018
  msgstr ""
6019
 
6020
- #: wppa-settings-autosave.php:570
6021
  msgid "You can configure the details of the comment system later"
6022
  msgstr ""
6023
 
6024
- #: wppa-settings-autosave.php:577
6025
  msgid "Do you want the social media share buttons displayed?"
6026
  msgstr ""
6027
 
6028
- #: wppa-settings-autosave.php:578
6029
  msgid "Display the social media buttons in the slideshow"
6030
  msgstr ""
6031
 
6032
- #: wppa-settings-autosave.php:579
6033
  msgid ""
6034
  "These buttons share the specific photo rather than the page where it is "
6035
  "displayed on"
6036
  msgstr ""
6037
 
6038
- #: wppa-settings-autosave.php:586
6039
  msgid "Are you going to use IPTC data?"
6040
  msgstr ""
6041
 
6042
- #: wppa-settings-autosave.php:587
6043
  msgid ""
6044
  "IPTC data is information you may have added in a photo manipulation program."
6045
  msgstr ""
6046
 
6047
- #: wppa-settings-autosave.php:588 wppa-settings-autosave.php:597
6048
  msgid ""
6049
  "The information can be displayed in slideshows and in photo descriptions."
6050
  msgstr ""
6051
 
6052
- #: wppa-settings-autosave.php:595
6053
  msgid "Are you going to use EXIF data?"
6054
  msgstr ""
6055
 
6056
- #: wppa-settings-autosave.php:596
6057
  msgid ""
6058
  "EXIF data is information from the camera like model no, focal distance and "
6059
  "aperture used."
6060
  msgstr ""
6061
 
6062
- #: wppa-settings-autosave.php:604
6063
  msgid "Are you going to use GPX data?"
6064
  msgstr ""
6065
 
6066
- #: wppa-settings-autosave.php:605
6067
  msgid ""
6068
  "Some cameras and mobile devices save the geographic location where the photo "
6069
  "is taken."
6070
  msgstr ""
6071
 
6072
- #: wppa-settings-autosave.php:606
6073
  msgid "A Google map can be displayed in slideshows."
6074
  msgstr ""
6075
 
6076
- #: wppa-settings-autosave.php:613
6077
  msgid "Are you going to use Fotomoto?"
6078
  msgstr ""
6079
 
6080
- #: wppa-settings-autosave.php:614
6081
  msgid ""
6082
  "<a href=\"http://www.fotomoto.com/\" target=\"_blank\" >Fotomoto</a> is an "
6083
  "on-line print service."
6084
  msgstr ""
6085
 
6086
- #: wppa-settings-autosave.php:615
6087
  msgid "If you answer Yes, you will have to open an account on Fotomoto."
6088
  msgstr ""
6089
 
6090
- #: wppa-settings-autosave.php:622
6091
  msgid "Are you going to add videofiles?"
6092
  msgstr ""
6093
 
6094
- #: wppa-settings-autosave.php:623
6095
  msgid "You can mix videos and photos in any album."
6096
  msgstr ""
6097
 
6098
- #: wppa-settings-autosave.php:624 wppa-settings-autosave.php:633
6099
  msgid "You can configure the details later"
6100
  msgstr ""
6101
 
6102
- #: wppa-settings-autosave.php:631
6103
  msgid "Are you going to add audiofiles?"
6104
  msgstr ""
6105
 
6106
- #: wppa-settings-autosave.php:632
6107
  msgid "You can add audio to photos in any album."
6108
  msgstr ""
6109
 
6110
- #: wppa-settings-autosave.php:640
6111
  msgid "Done?"
6112
  msgstr ""
6113
 
6114
- #: wppa-settings-autosave.php:641
6115
  msgid "If you are ready answering these questions, select <b>yes</b>"
6116
  msgstr ""
6117
 
6118
- #: wppa-settings-autosave.php:642
6119
  msgid ""
6120
  "You can change any setting later, and be more specific and add a lot of "
6121
  "settings. For now it is enough, go create albums and upload photos!"
6122
  msgstr ""
6123
 
6124
- #: wppa-settings-autosave.php:646
6125
  msgid ""
6126
  "Thank you!. The most important settings are done now. You can refine your "
6127
  "settings, the behaviour and appearance of WPPA+ in the Tables below."
6128
  msgstr ""
6129
 
6130
- #: wppa-settings-autosave.php:671
6131
  msgid "Table I:"
6132
  msgstr ""
6133
 
6134
- #: wppa-settings-autosave.php:671
6135
  msgid "Sizes:"
6136
  msgstr ""
6137
 
6138
- #: wppa-settings-autosave.php:672
6139
  msgid ""
6140
  "This table describes all the sizes and size options (except fontsizes) for "
6141
  "the generation and display of the WPPA+ elements."
6142
  msgstr ""
6143
 
6144
- #: wppa-settings-autosave.php:690
6145
  msgid "WPPA+ global system related size settings"
6146
  msgstr ""
6147
 
6148
- #: wppa-settings-autosave.php:692
6149
  msgid "Column Width"
6150
  msgstr ""
6151
 
6152
- #: wppa-settings-autosave.php:693
6153
  msgid "The width of the main column in your theme's display area."
6154
  msgstr ""
6155
 
6156
- #: wppa-settings-autosave.php:694
6157
  msgid "Enter the width of the main column in your theme's display area."
6158
  msgstr ""
6159
 
6160
- #: wppa-settings-autosave.php:695
6161
  msgid ""
6162
  "You should set this value correctly to make sure the fullsize images are "
6163
  "properly aligned horizontally."
6164
  msgstr ""
6165
 
6166
- #: wppa-settings-autosave.php:696
6167
  msgid ""
6168
  "You may enter 'auto' for use in themes that have a floating content column."
6169
  msgstr ""
6170
 
6171
- #: wppa-settings-autosave.php:697
6172
  msgid "The use of 'auto' is required for responsive themes."
6173
  msgstr ""
6174
 
6175
- #: wppa-settings-autosave.php:700 wppa-settings-autosave.php:709
6176
- #: wppa-settings-autosave.php:821 wppa-settings-autosave.php:964
6177
- #: wppa-settings-autosave.php:975
6178
  msgid "pixels wide"
6179
  msgstr ""
6180
 
6181
- #: wppa-settings-autosave.php:705
6182
  msgid "Initial Width"
6183
  msgstr ""
6184
 
6185
- #: wppa-settings-autosave.php:706
6186
  msgid "The most often displayed colun width in responsive theme"
6187
  msgstr ""
6188
 
6189
- #: wppa-settings-autosave.php:707
6190
  msgid ""
6191
  "Change this value only if your responsive theme shows initially a wrong "
6192
  "column width."
6193
  msgstr ""
6194
 
6195
- #: wppa-settings-autosave.php:714
6196
  msgid "Resize on Upload"
6197
  msgstr ""
6198
 
6199
- #: wppa-settings-autosave.php:715
6200
  msgid "Indicate if the photos should be resized during upload."
6201
  msgstr ""
6202
 
6203
- #: wppa-settings-autosave.php:716
6204
  msgid ""
6205
  "If you check this item, the size of the photos will be reduced to the "
6206
  "dimension specified in the next item during the upload/import process."
6207
  msgstr ""
6208
 
6209
- #: wppa-settings-autosave.php:717
6210
  msgid "The photos will never be stretched during upload if they are smaller."
6211
  msgstr ""
6212
 
6213
- #: wppa-settings-autosave.php:725
6214
  msgid "Resize to"
6215
  msgstr ""
6216
 
6217
- #: wppa-settings-autosave.php:726
6218
  msgid "Resize photos to fit within a given area."
6219
  msgstr ""
6220
 
6221
- #: wppa-settings-autosave.php:727
6222
  msgid "Specify the screensize for the unscaled photos."
6223
  msgstr ""
6224
 
6225
- #: wppa-settings-autosave.php:728
6226
  msgid ""
6227
  "The use of a non-default value is particularly usefull when you make use of "
6228
  "lightbox functionality."
6229
  msgstr ""
6230
 
6231
- #: wppa-settings-autosave.php:730 wppa-settings-autosave.php:752
6232
- #: wppa-settings-autosave.php:763 wppa-settings-autosave.php:772
6233
- #: wppa-settings-autosave.php:853 wppa-settings-autosave.php:876
6234
- #: wppa-settings-autosave.php:883 wppa-settings-autosave.php:904
6235
- #: wppa-settings-autosave.php:914 wppa-settings-autosave.php:1008
6236
- #: wppa-settings-autosave.php:1042 wppa-settings-autosave.php:1062
6237
- #: wppa-settings-autosave.php:1071 wppa-settings-autosave.php:1082
6238
- #: wppa-settings-autosave.php:1094 wppa-settings-autosave.php:1104
6239
- #: wppa-settings-autosave.php:1114 wppa-settings-autosave.php:1167
6240
- #: wppa-settings-autosave.php:1176 wppa-settings-autosave.php:1187
6241
- #: wppa-settings-autosave.php:1207 wppa-settings-autosave.php:1227
6242
- #: wppa-settings-autosave.php:1247 wppa-settings-autosave.php:1267
6243
- #: wppa-settings-autosave.php:1287 wppa-settings-autosave.php:1307
6244
- #: wppa-settings-autosave.php:1316 wppa-settings-autosave.php:1325
6245
- #: wppa-settings-autosave.php:1360 wppa-settings-autosave.php:1369
6246
- #: wppa-settings-autosave.php:2699 wppa-settings-autosave.php:4286
6247
- #: wppa-settings-autosave.php:4303 wppa-settings-autosave.php:4320
6248
- #: wppa-settings-autosave.php:4337 wppa-settings-autosave.php:4354
6249
- #: wppa-settings-autosave.php:4371 wppa-settings-autosave.php:4388
6250
- #: wppa-settings-autosave.php:4405 wppa-settings-autosave.php:4422
6251
- #: wppa-settings-autosave.php:5681 wppa-settings-autosave.php:7839
6252
- #: wppa-settings-autosave.php:8046 wppa-settings-autosave.php:8088
6253
- #: wppa-settings-autosave.php:8106
6254
  msgid "pixels"
6255
  msgstr ""
6256
 
6257
- #: wppa-settings-autosave.php:731
6258
  msgid "Fit within rectangle as set in Table I-B1,2"
6259
  msgstr ""
6260
 
6261
- #: wppa-settings-autosave.php:738
6262
  #, fuzzy
6263
  msgid "Photocount threshold"
6264
  msgstr "Foto des Tages"
6265
 
6266
- #: wppa-settings-autosave.php:739
6267
  msgid "Number of photos in an album must exceed."
6268
  msgstr ""
6269
 
6270
- #: wppa-settings-autosave.php:740
6271
  msgid ""
6272
  "Photos do not show up in the album unless there are more than this number of "
6273
  "photos in the album. This allows you to have cover photos on an album that "
@@ -6275,127 +6280,127 @@ msgid ""
6275
  "Usually set to 0 (always show) or 1 (for one cover photo)."
6276
  msgstr ""
6277
 
6278
- #: wppa-settings-autosave.php:747
6279
  msgid "Border thickness"
6280
  msgstr ""
6281
 
6282
- #: wppa-settings-autosave.php:748
6283
  msgid "Thickness of wppa+ box borders."
6284
  msgstr ""
6285
 
6286
- #: wppa-settings-autosave.php:749
6287
  msgid ""
6288
  "Enter the thickness for the border of the WPPA+ boxes. A number of 0 means: "
6289
  "no border."
6290
  msgstr ""
6291
 
6292
- #: wppa-settings-autosave.php:750 wppa-settings-autosave.php:760
6293
  msgid "WPPA+ boxes are: the navigation bars and the filmstrip."
6294
  msgstr ""
6295
 
6296
- #: wppa-settings-autosave.php:758
6297
  msgid "Radius of wppa+ box borders."
6298
  msgstr ""
6299
 
6300
- #: wppa-settings-autosave.php:759
6301
  msgid ""
6302
  "Enter the corner radius for the border of the WPPA+ boxes. A number of 0 "
6303
  "means: no rounded corners."
6304
  msgstr ""
6305
 
6306
- #: wppa-settings-autosave.php:761
6307
  msgid "Note that rounded corners are only supported by modern browsers."
6308
  msgstr ""
6309
 
6310
- #: wppa-settings-autosave.php:769
6311
  msgid "Distance between wppa+ boxes."
6312
  msgstr ""
6313
 
6314
- #: wppa-settings-autosave.php:777
6315
  #, fuzzy
6316
  msgid "Related count"
6317
  msgstr "Thumbnail Fotos verwandte Einstellungen"
6318
 
6319
- #: wppa-settings-autosave.php:778
6320
  msgid "The default maximum number of related photos to find."
6321
  msgstr ""
6322
 
6323
- #: wppa-settings-autosave.php:779
6324
  msgid ""
6325
  "When using shortcodes like [wppa type=\"album\" album=\"#related,desc,23\"][/"
6326
  "wppa], the maximum number is 23. Omitting the number gives the maximum of "
6327
  "this setting."
6328
  msgstr ""
6329
 
6330
- #: wppa-settings-autosave.php:787
6331
  msgid "The maximum number of pagelinks to be displayed."
6332
  msgstr ""
6333
 
6334
- #: wppa-settings-autosave.php:790
6335
  msgid "pages"
6336
  msgstr ""
6337
 
6338
- #: wppa-settings-autosave.php:795
6339
  msgid "Max file name length"
6340
  msgstr ""
6341
 
6342
- #: wppa-settings-autosave.php:796
6343
  msgid "The max length of a photo file name excluding the extension."
6344
  msgstr ""
6345
 
6346
- #: wppa-settings-autosave.php:797 wppa-settings-autosave.php:806
6347
  msgid "A setting of 0 means: unlimited."
6348
  msgstr ""
6349
 
6350
- #: wppa-settings-autosave.php:799 wppa-settings-autosave.php:808
6351
  msgid "chars"
6352
  msgstr ""
6353
 
6354
- #: wppa-settings-autosave.php:804
6355
  msgid "Max photo name length"
6356
  msgstr ""
6357
 
6358
- #: wppa-settings-autosave.php:805
6359
  msgid "The max length of a photo name."
6360
  msgstr ""
6361
 
6362
- #: wppa-settings-autosave.php:813
6363
  msgid "Slideshow related size settings"
6364
  msgstr ""
6365
 
6366
- #: wppa-settings-autosave.php:815
6367
  msgid "Maximum Width"
6368
  msgstr ""
6369
 
6370
- #: wppa-settings-autosave.php:816
6371
  msgid "The maximum width photos will be displayed in slideshows."
6372
  msgstr ""
6373
 
6374
- #: wppa-settings-autosave.php:817 wppa-settings-autosave.php:828
6375
  msgid ""
6376
  "Enter the largest size in pixels as how you want your photos to be displayed."
6377
  msgstr ""
6378
 
6379
- #: wppa-settings-autosave.php:818
6380
  msgid ""
6381
  "This is usually the same as the Column Width (Table I-A1), but it may differ."
6382
  msgstr ""
6383
 
6384
- #: wppa-settings-autosave.php:826
6385
  msgid "Maximum Height"
6386
  msgstr ""
6387
 
6388
- #: wppa-settings-autosave.php:827
6389
  msgid "The maximum height photos will be displayed in slideshows."
6390
  msgstr ""
6391
 
6392
- #: wppa-settings-autosave.php:829
6393
  msgid ""
6394
  "This setting defines the height of the space reserved for photos in "
6395
  "slideshows."
6396
  msgstr ""
6397
 
6398
- #: wppa-settings-autosave.php:830
6399
  #, php-format
6400
  msgid ""
6401
  "If you change the width of a display by the %%size= command, this value "
@@ -6403,1260 +6408,1260 @@ msgid ""
6403
  "previous setting."
6404
  msgstr ""
6405
 
6406
- #: wppa-settings-autosave.php:832 wppa-settings-autosave.php:986
6407
- #: wppa-settings-autosave.php:997
6408
  #, fuzzy
6409
  msgid "pixels high"
6410
  msgstr "sehr hoch"
6411
 
6412
- #: wppa-settings-autosave.php:837
6413
  msgid "Stretch to fit"
6414
  msgstr ""
6415
 
6416
- #: wppa-settings-autosave.php:838
6417
  msgid "Stretch photos that are too small."
6418
  msgstr ""
6419
 
6420
- #: wppa-settings-autosave.php:839
6421
  msgid ""
6422
  "Images will be stretched to the Maximum Size at display time if they are "
6423
  "smaller. Leaving unchecked is recommended. It is better to upload photos "
6424
  "that fit well the sizes you use!"
6425
  msgstr ""
6426
 
6427
- #: wppa-settings-autosave.php:846
6428
  #, fuzzy
6429
  msgid "Slideshow borderwidth"
6430
  msgstr "Diaschau"
6431
 
6432
- #: wppa-settings-autosave.php:847
6433
  msgid "The width of the border around slideshow images."
6434
  msgstr ""
6435
 
6436
- #: wppa-settings-autosave.php:848
6437
  msgid ""
6438
  "The border is made by the image background being larger than the image "
6439
  "itsself (padding)."
6440
  msgstr ""
6441
 
6442
- #: wppa-settings-autosave.php:849
6443
  msgid ""
6444
  "Additionally there may be a one pixel outline of a different color. See "
6445
  "Table III-A2."
6446
  msgstr ""
6447
 
6448
- #: wppa-settings-autosave.php:850
6449
  msgid "The number you enter here is exclusive the one pixel outline."
6450
  msgstr ""
6451
 
6452
- #: wppa-settings-autosave.php:851
6453
  msgid "If you leave this entry empty, there will be no outline either."
6454
  msgstr ""
6455
 
6456
- #: wppa-settings-autosave.php:858
6457
  msgid "Numbar Max"
6458
  msgstr ""
6459
 
6460
- #: wppa-settings-autosave.php:859
6461
  msgid "Maximum numbers to display."
6462
  msgstr ""
6463
 
6464
- #: wppa-settings-autosave.php:860
6465
  msgid ""
6466
  "In order to attemt to fit on one line, the numbers will be replaced by dots "
6467
  "- except the current - when there are more than this number of photos in a "
6468
  "slideshow."
6469
  msgstr ""
6470
 
6471
- #: wppa-settings-autosave.php:862
6472
  msgid "numbers"
6473
  msgstr ""
6474
 
6475
- #: wppa-settings-autosave.php:867
6476
  #, fuzzy
6477
  msgid "Share button size"
6478
  msgstr "Zeigt den Twitter-Button in der Share - Box an."
6479
 
6480
- #: wppa-settings-autosave.php:868
6481
  msgid "The size of the social media icons in the Share box"
6482
  msgstr ""
6483
 
6484
- #: wppa-settings-autosave.php:878
6485
  msgid "Mini Treshold"
6486
  msgstr ""
6487
 
6488
- #: wppa-settings-autosave.php:879
6489
  msgid "Show mini text at slideshow smaller then."
6490
  msgstr ""
6491
 
6492
- #: wppa-settings-autosave.php:880
6493
  msgid ""
6494
  "Display Next and Prev. as opposed to Next photo and Previous photo when the "
6495
  "cotainer is smaller than this size."
6496
  msgstr ""
6497
 
6498
- #: wppa-settings-autosave.php:881
6499
  msgid "Special use in responsive themes."
6500
  msgstr ""
6501
 
6502
- #: wppa-settings-autosave.php:889
6503
  msgid "The maximum number of slides in a certain view. 0 means no pagination"
6504
  msgstr ""
6505
 
6506
- #: wppa-settings-autosave.php:892
6507
  #, fuzzy
6508
  msgid "slides"
6509
  msgstr "Diaschau"
6510
 
6511
- #: wppa-settings-autosave.php:897
6512
  msgid "Thumbnail photos related size settings"
6513
  msgstr ""
6514
 
6515
- #: wppa-settings-autosave.php:899
6516
  #, fuzzy
6517
  msgid "Thumbnail Size"
6518
  msgstr "Anzeigen..."
6519
 
6520
- #: wppa-settings-autosave.php:900
6521
  #, fuzzy
6522
  msgid "The size of the thumbnail images."
6523
  msgstr "Anzeigen..."
6524
 
6525
- #: wppa-settings-autosave.php:901 wppa-settings-autosave.php:911
6526
- #: wppa-settings-autosave.php:1101 wppa-settings-autosave.php:1111
6527
  msgid "This size applies to the width or height, whichever is the largest."
6528
  msgstr ""
6529
 
6530
- #: wppa-settings-autosave.php:902 wppa-settings-autosave.php:912
6531
  msgid ""
6532
  "Changing the thumbnail size may result in all thumbnails being regenerated. "
6533
  "this may take a while."
6534
  msgstr ""
6535
 
6536
- #: wppa-settings-autosave.php:909
6537
  #, fuzzy
6538
  msgid "Thumbnail Size Alt"
6539
  msgstr "Anzeigen..."
6540
 
6541
- #: wppa-settings-autosave.php:910
6542
  msgid "The alternative size of the thumbnail images."
6543
  msgstr ""
6544
 
6545
- #: wppa-settings-autosave.php:919
6546
  #, fuzzy
6547
  msgid "Thumbnail Aspect"
6548
  msgstr "Miniaturbild Fotos"
6549
 
6550
- #: wppa-settings-autosave.php:920
6551
  msgid "Aspect ration of thumbnail image"
6552
  msgstr ""
6553
 
6554
- #: wppa-settings-autosave.php:924
6555
  #, fuzzy
6556
  msgid "--- same as fullsize ---"
6557
  msgstr "--- alle---"
6558
 
6559
- #: wppa-settings-autosave.php:925
6560
  #, fuzzy
6561
  msgid "--- square clipped ---"
6562
  msgstr "--- gelöscht ---"
6563
 
6564
- #: wppa-settings-autosave.php:926
6565
  msgid "4:5 landscape clipped"
6566
  msgstr ""
6567
 
6568
- #: wppa-settings-autosave.php:927
6569
  msgid "3:4 landscape clipped"
6570
  msgstr ""
6571
 
6572
- #: wppa-settings-autosave.php:928
6573
  msgid "2:3 landscape clipped"
6574
  msgstr ""
6575
 
6576
- #: wppa-settings-autosave.php:929
6577
  msgid "9:16 landscape clipped"
6578
  msgstr ""
6579
 
6580
- #: wppa-settings-autosave.php:930
6581
  msgid "1:2 landscape clipped"
6582
  msgstr ""
6583
 
6584
- #: wppa-settings-autosave.php:931
6585
  #, fuzzy
6586
  msgid "--- square padded ---"
6587
  msgstr "--- separat ---"
6588
 
6589
- #: wppa-settings-autosave.php:932
6590
  msgid "4:5 landscape padded"
6591
  msgstr ""
6592
 
6593
- #: wppa-settings-autosave.php:933
6594
  msgid "3:4 landscape padded"
6595
  msgstr ""
6596
 
6597
- #: wppa-settings-autosave.php:934
6598
  msgid "2:3 landscape padded"
6599
  msgstr ""
6600
 
6601
- #: wppa-settings-autosave.php:935
6602
  msgid "9:16 landscape padded"
6603
  msgstr ""
6604
 
6605
- #: wppa-settings-autosave.php:936
6606
  msgid "1:2 landscape padded"
6607
  msgstr ""
6608
 
6609
- #: wppa-settings-autosave.php:958
6610
  msgid "Thumbframe width"
6611
  msgstr ""
6612
 
6613
- #: wppa-settings-autosave.php:959
6614
  #, fuzzy
6615
  msgid "The width of the thumbnail frame."
6616
  msgstr "Anzeigen..."
6617
 
6618
- #: wppa-settings-autosave.php:960 wppa-settings-autosave.php:971
6619
  msgid "Set the width of the thumbnail frame."
6620
  msgstr ""
6621
 
6622
- #: wppa-settings-autosave.php:961 wppa-settings-autosave.php:972
6623
- #: wppa-settings-autosave.php:983 wppa-settings-autosave.php:994
6624
- #: wppa-settings-autosave.php:1005
6625
  msgid "Set width, height and spacing for the thumbnail frames."
6626
  msgstr ""
6627
 
6628
- #: wppa-settings-autosave.php:962 wppa-settings-autosave.php:973
6629
- #: wppa-settings-autosave.php:984 wppa-settings-autosave.php:995
6630
- #: wppa-settings-autosave.php:1006
6631
  msgid ""
6632
  "These sizes should be large enough for a thumbnail image and - optionally - "
6633
  "the text under it."
6634
  msgstr ""
6635
 
6636
- #: wppa-settings-autosave.php:969
6637
  msgid "Thumbframe width Alt"
6638
  msgstr ""
6639
 
6640
- #: wppa-settings-autosave.php:970
6641
  msgid "The width of the alternative thumbnail frame."
6642
  msgstr ""
6643
 
6644
- #: wppa-settings-autosave.php:980
6645
  msgid "Thumbframe height"
6646
  msgstr ""
6647
 
6648
- #: wppa-settings-autosave.php:981
6649
  msgid "The height of the thumbnail frame."
6650
  msgstr ""
6651
 
6652
- #: wppa-settings-autosave.php:982 wppa-settings-autosave.php:993
6653
  msgid "Set the height of the thumbnail frame."
6654
  msgstr ""
6655
 
6656
- #: wppa-settings-autosave.php:991
6657
  msgid "Thumbframe height Alt"
6658
  msgstr ""
6659
 
6660
- #: wppa-settings-autosave.php:992
6661
  msgid "The height of the alternative thumbnail frame."
6662
  msgstr ""
6663
 
6664
- #: wppa-settings-autosave.php:1002
6665
  #, fuzzy
6666
  msgid "Thumbnail spacing"
6667
  msgstr "Miniaturbild Fotos"
6668
 
6669
- #: wppa-settings-autosave.php:1003
6670
  msgid "The spacing between adjacent thumbnail frames."
6671
  msgstr ""
6672
 
6673
- #: wppa-settings-autosave.php:1004
6674
  msgid "Set the minimal spacing between the adjacent thumbnail frames"
6675
  msgstr ""
6676
 
6677
- #: wppa-settings-autosave.php:1013
6678
  msgid "Auto spacing"
6679
  msgstr ""
6680
 
6681
- #: wppa-settings-autosave.php:1014
6682
  msgid "Space the thumbnail frames automatic."
6683
  msgstr ""
6684
 
6685
- #: wppa-settings-autosave.php:1015
6686
  msgid ""
6687
  "If you check this box, the thumbnail images will be evenly distributed over "
6688
  "the available width."
6689
  msgstr ""
6690
 
6691
- #: wppa-settings-autosave.php:1016
6692
  msgid ""
6693
  "In this case, the thumbnail spacing value (setting I-9) will be regarded as "
6694
  "a minimum value."
6695
  msgstr ""
6696
 
6697
- #: wppa-settings-autosave.php:1023 wppa-settings-autosave.php:1130
6698
  msgid "Page size"
6699
  msgstr ""
6700
 
6701
- #: wppa-settings-autosave.php:1024
6702
  msgid "Max number of thumbnails per page."
6703
  msgstr ""
6704
 
6705
- #: wppa-settings-autosave.php:1025
6706
  msgid ""
6707
  "Enter the maximum number of thumbnail images per page. A value of 0 "
6708
  "indicates no pagination."
6709
  msgstr ""
6710
 
6711
- #: wppa-settings-autosave.php:1027 wppa-settings-autosave.php:5255
6712
- #: wppa-settings-autosave.php:5286 wppa-settings-autosave.php:5381
6713
  #, fuzzy
6714
  msgid "thumbnails"
6715
  msgstr "Miniaturbild Fotos"
6716
 
6717
- #: wppa-settings-autosave.php:1033
6718
  msgid "The size of the thumbnail popup images."
6719
  msgstr ""
6720
 
6721
- #: wppa-settings-autosave.php:1034
6722
  msgid ""
6723
  "Enter the size of the popup images. This size should be larger than the "
6724
  "thumbnail size."
6725
  msgstr ""
6726
 
6727
- #: wppa-settings-autosave.php:1035
6728
  msgid "This size should also be at least the cover image size."
6729
  msgstr ""
6730
 
6731
- #: wppa-settings-autosave.php:1036
6732
  msgid ""
6733
  "Changing the popup size may result in all thumbnails being regenerated. this "
6734
  "may take a while."
6735
  msgstr ""
6736
 
6737
- #: wppa-settings-autosave.php:1037
6738
  msgid ""
6739
  "Although this setting has only visual effect if \"Thumb popup\" (Table IV-"
6740
  "C8) is checked,"
6741
  msgstr ""
6742
 
6743
- #: wppa-settings-autosave.php:1038
6744
  msgid ""
6745
  "the value must be right as it is the physical size of the thumbnail and "
6746
  "coverphoto images."
6747
  msgstr ""
6748
 
6749
- #: wppa-settings-autosave.php:1045
6750
  msgid "Use thumbs if fit"
6751
  msgstr ""
6752
 
6753
- #: wppa-settings-autosave.php:1046
6754
  msgid "Use the thumbnail image files if they are large enough."
6755
  msgstr ""
6756
 
6757
- #: wppa-settings-autosave.php:1047
6758
  msgid "This setting speeds up page loading for small photos."
6759
  msgstr ""
6760
 
6761
- #: wppa-settings-autosave.php:1048
6762
  msgid ""
6763
  "Do NOT use this when your thumbnails have a forced aspect ratio (when Table "
6764
  "I-C2 is set to anything different from --- same as fullsize ---)"
6765
  msgstr ""
6766
 
6767
- #: wppa-settings-autosave.php:1055
6768
  msgid "Album cover related size settings"
6769
  msgstr ""
6770
 
6771
- #: wppa-settings-autosave.php:1058
6772
  msgid "Maximum width for a album cover display."
6773
  msgstr ""
6774
 
6775
- #: wppa-settings-autosave.php:1059
6776
  msgid ""
6777
  "Display covers in 2 or more columns if the display area is wider than the "
6778
  "given width."
6779
  msgstr ""
6780
 
6781
- #: wppa-settings-autosave.php:1060
6782
  msgid ""
6783
  "This also applies for 'thumbnails as covers', and will NOT apply to single "
6784
  "items."
6785
  msgstr ""
6786
 
6787
- #: wppa-settings-autosave.php:1067
6788
  msgid "Min Cover height"
6789
  msgstr ""
6790
 
6791
- #: wppa-settings-autosave.php:1068
6792
  msgid "Minimal height of an album cover."
6793
  msgstr ""
6794
 
6795
- #: wppa-settings-autosave.php:1069
6796
  msgid ""
6797
  "If you use this setting to make the albums the same height and you are not "
6798
  "satisfied about the lay-out, try increasing the value in the next setting"
6799
  msgstr ""
6800
 
6801
- #: wppa-settings-autosave.php:1076
6802
  msgid "Min Text frame height"
6803
  msgstr ""
6804
 
6805
- #: wppa-settings-autosave.php:1077
6806
  msgid "The minimal cover text frame height incl header."
6807
  msgstr ""
6808
 
6809
- #: wppa-settings-autosave.php:1078
6810
  msgid ""
6811
  "The height starting with the album title up to and including the view- and "
6812
  "the slideshow- links."
6813
  msgstr ""
6814
 
6815
- #: wppa-settings-autosave.php:1079
6816
  msgid ""
6817
  "This setting enables you to give the album covers the same height while the "
6818
  "title does not need to fit on one line."
6819
  msgstr ""
6820
 
6821
- #: wppa-settings-autosave.php:1080
6822
  msgid "This is the recommended setting to line-up your covers!"
6823
  msgstr ""
6824
 
6825
- #: wppa-settings-autosave.php:1087
6826
  msgid "Min Description height"
6827
  msgstr ""
6828
 
6829
- #: wppa-settings-autosave.php:1088
6830
  msgid "The minimal height of the album description text frame."
6831
  msgstr ""
6832
 
6833
- #: wppa-settings-autosave.php:1089
6834
  msgid "The minimal height of the description field in an album cover display."
6835
  msgstr ""
6836
 
6837
- #: wppa-settings-autosave.php:1090
6838
  msgid ""
6839
  "This setting enables you to give the album covers the same height provided "
6840
  "that the cover images are equally sized and the titles fit on one line."
6841
  msgstr ""
6842
 
6843
- #: wppa-settings-autosave.php:1091
6844
  msgid ""
6845
  "To force the coverphotos have equal heights, tick the box in Table I-D7."
6846
  msgstr ""
6847
 
6848
- #: wppa-settings-autosave.php:1092
6849
  msgid ""
6850
  "You may need this setting if changing the previous setting is not sufficient "
6851
  "to line-up the covers."
6852
  msgstr ""
6853
 
6854
- #: wppa-settings-autosave.php:1099
6855
  msgid "Coverphoto size"
6856
  msgstr ""
6857
 
6858
- #: wppa-settings-autosave.php:1100
6859
  #, fuzzy
6860
  msgid "The size of the coverphoto."
6861
  msgstr "Titelfoto ansehen"
6862
 
6863
- #: wppa-settings-autosave.php:1102 wppa-settings-autosave.php:1112
6864
  msgid ""
6865
  "Changing the coverphoto size may result in all thumbnails being regenerated. "
6866
  "this may take a while."
6867
  msgstr ""
6868
 
6869
- #: wppa-settings-autosave.php:1109
6870
  msgid "Coverphoto size multi"
6871
  msgstr ""
6872
 
6873
- #: wppa-settings-autosave.php:1110
6874
  msgid "The size of coverphotos if more than one."
6875
  msgstr ""
6876
 
6877
- #: wppa-settings-autosave.php:1119
6878
  msgid "Size is height"
6879
  msgstr ""
6880
 
6881
- #: wppa-settings-autosave.php:1120
6882
  msgid "The size of the coverphoto is the height of it."
6883
  msgstr ""
6884
 
6885
- #: wppa-settings-autosave.php:1121
6886
  msgid ""
6887
  "If set: the previous setting is the height, if unset: the largest of width "
6888
  "and height."
6889
  msgstr ""
6890
 
6891
- #: wppa-settings-autosave.php:1122
6892
  msgid ""
6893
  "This setting applies for coverphoto position top or bottom only (Table IV-"
6894
  "D3)."
6895
  msgstr ""
6896
 
6897
- #: wppa-settings-autosave.php:1123
6898
  msgid "This makes it easyer to make the covers of equal height."
6899
  msgstr ""
6900
 
6901
- #: wppa-settings-autosave.php:1131
6902
  msgid "Max number of covers per page."
6903
  msgstr ""
6904
 
6905
- #: wppa-settings-autosave.php:1132
6906
  msgid ""
6907
  "Enter the maximum number of album covers per page. A value of 0 indicates no "
6908
  "pagination."
6909
  msgstr ""
6910
 
6911
- #: wppa-settings-autosave.php:1134
6912
  msgid "covers"
6913
  msgstr ""
6914
 
6915
- #: wppa-settings-autosave.php:1139
6916
  msgid "Rating and comment related size settings"
6917
  msgstr ""
6918
 
6919
- #: wppa-settings-autosave.php:1141
6920
  #, fuzzy
6921
  msgid "Rating size"
6922
  msgstr "Bewertung: %s"
6923
 
6924
- #: wppa-settings-autosave.php:1142
6925
  msgid "Select the number of voting stars."
6926
  msgstr ""
6927
 
6928
- #: wppa-settings-autosave.php:1145
6929
  msgid "Standard: 5 stars"
6930
  msgstr ""
6931
 
6932
- #: wppa-settings-autosave.php:1145
6933
  msgid "Extended: 10 stars"
6934
  msgstr ""
6935
 
6936
- #: wppa-settings-autosave.php:1145
6937
  msgid "One button vote"
6938
  msgstr ""
6939
 
6940
- #: wppa-settings-autosave.php:1152
6941
  msgid "Display precision"
6942
  msgstr ""
6943
 
6944
- #: wppa-settings-autosave.php:1153
6945
  msgid "Select the desired rating display precision."
6946
  msgstr ""
6947
 
6948
- #: wppa-settings-autosave.php:1156
6949
  msgid "decimal places"
6950
  msgstr ""
6951
 
6952
- #: wppa-settings-autosave.php:1164
6953
  msgid "Size of Avatar images."
6954
  msgstr ""
6955
 
6956
- #: wppa-settings-autosave.php:1165
6957
  msgid "The size of the square avatar; must be > 0 and < 256"
6958
  msgstr ""
6959
 
6960
- #: wppa-settings-autosave.php:1172
6961
  #, fuzzy
6962
  msgid "Rating space"
6963
  msgstr "Bewertung: %s"
6964
 
6965
- #: wppa-settings-autosave.php:1173
6966
  msgid "Space between avg and my rating stars"
6967
  msgstr ""
6968
 
6969
- #: wppa-settings-autosave.php:1181
6970
  msgid "Widget related size settings"
6971
  msgstr ""
6972
 
6973
- #: wppa-settings-autosave.php:1183
6974
  msgid "Widget width"
6975
  msgstr ""
6976
 
6977
- #: wppa-settings-autosave.php:1184
6978
  msgid "The useable width within widgets."
6979
  msgstr ""
6980
 
6981
- #: wppa-settings-autosave.php:1185
6982
  msgid ""
6983
  "Widget width for photo of the day, general purpose (default), slideshow "
6984
  "(default) and upload widgets."
6985
  msgstr ""
6986
 
6987
- #: wppa-settings-autosave.php:1192
6988
  #, fuzzy
6989
  msgid "TopTen count"
6990
  msgstr "Besten 10 Fotos"
6991
 
6992
- #: wppa-settings-autosave.php:1193
6993
  msgid "Number of photos in TopTen widget."
6994
  msgstr ""
6995
 
6996
- #: wppa-settings-autosave.php:1194
6997
  msgid "Enter the maximum number of rated photos in the TopTen widget."
6998
  msgstr ""
6999
 
7000
- #: wppa-settings-autosave.php:1201
7001
  #, fuzzy
7002
  msgid "TopTen size"
7003
  msgstr "Besten 10 Fotos"
7004
 
7005
- #: wppa-settings-autosave.php:1202
7006
  msgid "Size of thumbnails in TopTen widget."
7007
  msgstr ""
7008
 
7009
- #: wppa-settings-autosave.php:1203
7010
  msgid "Enter the size for the mini photos in the TopTen widget."
7011
  msgstr ""
7012
 
7013
- #: wppa-settings-autosave.php:1204 wppa-settings-autosave.php:1224
7014
- #: wppa-settings-autosave.php:1244 wppa-settings-autosave.php:1264
7015
- #: wppa-settings-autosave.php:1284 wppa-settings-autosave.php:1304
7016
  msgid "The size applies to the width or height, whatever is the largest."
7017
  msgstr ""
7018
 
7019
- #: wppa-settings-autosave.php:1205 wppa-settings-autosave.php:1225
7020
- #: wppa-settings-autosave.php:1245 wppa-settings-autosave.php:1265
7021
- #: wppa-settings-autosave.php:1285 wppa-settings-autosave.php:1305
7022
  msgid ""
7023
  "Recommended values: 86 for a two column and 56 for a three column display."
7024
  msgstr ""
7025
 
7026
- #: wppa-settings-autosave.php:1212
7027
  #, fuzzy
7028
  msgid "Comment count"
7029
  msgstr "Kommentar Widget Foto-Link."
7030
 
7031
- #: wppa-settings-autosave.php:1213
7032
  msgid "Number of entries in Comment widget."
7033
  msgstr ""
7034
 
7035
- #: wppa-settings-autosave.php:1214
7036
  msgid "Enter the maximum number of entries in the Comment widget."
7037
  msgstr ""
7038
 
7039
- #: wppa-settings-autosave.php:1216
7040
  msgid "entries"
7041
  msgstr ""
7042
 
7043
- #: wppa-settings-autosave.php:1221
7044
  #, fuzzy
7045
  msgid "Comment size"
7046
  msgstr "Kommentare"
7047
 
7048
- #: wppa-settings-autosave.php:1222
7049
  msgid "Size of thumbnails in Comment widget."
7050
  msgstr ""
7051
 
7052
- #: wppa-settings-autosave.php:1223
7053
  msgid "Enter the size for the mini photos in the Comment widget."
7054
  msgstr ""
7055
 
7056
- #: wppa-settings-autosave.php:1232
7057
  #, fuzzy
7058
  msgid "Thumbnail count"
7059
  msgstr "Miniaturbild Fotos"
7060
 
7061
- #: wppa-settings-autosave.php:1233
7062
  msgid "Number of photos in Thumbnail widget."
7063
  msgstr ""
7064
 
7065
- #: wppa-settings-autosave.php:1234
7066
  msgid "Enter the maximum number of rated photos in the Thumbnail widget."
7067
  msgstr ""
7068
 
7069
- #: wppa-settings-autosave.php:1241
7070
  #, fuzzy
7071
  msgid "Thumbnail widget size"
7072
  msgstr "Anzeigen..."
7073
 
7074
- #: wppa-settings-autosave.php:1242
7075
  msgid "Size of thumbnails in Thumbnail widget."
7076
  msgstr ""
7077
 
7078
- #: wppa-settings-autosave.php:1243
7079
  msgid "Enter the size for the mini photos in the Thumbnail widget."
7080
  msgstr ""
7081
 
7082
- #: wppa-settings-autosave.php:1252
7083
  msgid "LasTen count"
7084
  msgstr ""
7085
 
7086
- #: wppa-settings-autosave.php:1253
7087
  msgid "Number of photos in Last Ten widget."
7088
  msgstr ""
7089
 
7090
- #: wppa-settings-autosave.php:1254
7091
  msgid "Enter the maximum number of photos in the LasTen widget."
7092
  msgstr ""
7093
 
7094
- #: wppa-settings-autosave.php:1261
7095
  msgid "LasTen size"
7096
  msgstr ""
7097
 
7098
- #: wppa-settings-autosave.php:1262
7099
  msgid "Size of thumbnails in Last Ten widget."
7100
  msgstr ""
7101
 
7102
- #: wppa-settings-autosave.php:1263
7103
  msgid "Enter the size for the mini photos in the LasTen widget."
7104
  msgstr ""
7105
 
7106
- #: wppa-settings-autosave.php:1272
7107
  #, fuzzy
7108
  msgid "Album widget count"
7109
  msgstr "Unsymmetrische Tags in der Album Beschreibung!"
7110
 
7111
- #: wppa-settings-autosave.php:1273
7112
  msgid "Number of albums in Album widget."
7113
  msgstr ""
7114
 
7115
- #: wppa-settings-autosave.php:1274
7116
  msgid ""
7117
  "Enter the maximum number of thumbnail photos of albums in the Album widget."
7118
  msgstr ""
7119
 
7120
- #: wppa-settings-autosave.php:1281
7121
  msgid "Album widget size"
7122
  msgstr ""
7123
 
7124
- #: wppa-settings-autosave.php:1282
7125
  msgid "Size of thumbnails in Album widget."
7126
  msgstr ""
7127
 
7128
- #: wppa-settings-autosave.php:1283
7129
  msgid "Enter the size for the mini photos in the Album widget."
7130
  msgstr ""
7131
 
7132
- #: wppa-settings-autosave.php:1292
7133
  msgid "FeaTen count"
7134
  msgstr ""
7135
 
7136
- #: wppa-settings-autosave.php:1293
7137
  msgid "Number of photos in Featured Ten widget."
7138
  msgstr ""
7139
 
7140
- #: wppa-settings-autosave.php:1294
7141
  msgid "Enter the maximum number of photos in the FeaTen widget."
7142
  msgstr ""
7143
 
7144
- #: wppa-settings-autosave.php:1301
7145
  msgid "FeaTen size"
7146
  msgstr ""
7147
 
7148
- #: wppa-settings-autosave.php:1302
7149
  msgid "Size of thumbnails in Featured Ten widget."
7150
  msgstr ""
7151
 
7152
- #: wppa-settings-autosave.php:1303
7153
  msgid "Enter the size for the mini photos in the FeaTen widget."
7154
  msgstr ""
7155
 
7156
- #: wppa-settings-autosave.php:1312
7157
  msgid "Tagcloud min size"
7158
  msgstr ""
7159
 
7160
- #: wppa-settings-autosave.php:1313
7161
  msgid "Minimal fontsize in tagclouds"
7162
  msgstr ""
7163
 
7164
- #: wppa-settings-autosave.php:1321
7165
  msgid "Tagcloud max size"
7166
  msgstr ""
7167
 
7168
- #: wppa-settings-autosave.php:1322
7169
  msgid "Maximal fontsize in tagclouds"
7170
  msgstr ""
7171
 
7172
- #: wppa-settings-autosave.php:1330
7173
  msgid ""
7174
  "Lightbox related size settings. These settings have effect only when Table "
7175
  "IX-J3 is set to wppa"
7176
  msgstr ""
7177
 
7178
- #: wppa-settings-autosave.php:1333
7179
  msgid ""
7180
  "Number of lines on the lightbox description area, exclusive the n/m line."
7181
  msgstr ""
7182
 
7183
- #: wppa-settings-autosave.php:1334
7184
  msgid "Enter a number in the range from 0 to 24 or auto"
7185
  msgstr ""
7186
 
7187
- #: wppa-settings-autosave.php:1336
7188
  msgid "lines"
7189
  msgstr ""
7190
 
7191
- #: wppa-settings-autosave.php:1341
7192
  msgid "Magnifier cursor size"
7193
  msgstr ""
7194
 
7195
- #: wppa-settings-autosave.php:1342
7196
  msgid "Select the size of the magnifier cursor."
7197
  msgstr ""
7198
 
7199
- #: wppa-settings-autosave.php:1345
7200
  msgid "small"
7201
  msgstr ""
7202
 
7203
- #: wppa-settings-autosave.php:1345
7204
  msgid "medium"
7205
  msgstr ""
7206
 
7207
- #: wppa-settings-autosave.php:1345
7208
  msgid "large"
7209
  msgstr ""
7210
 
7211
- #: wppa-settings-autosave.php:1354
7212
  msgid "Video related size settings"
7213
  msgstr ""
7214
 
7215
- #: wppa-settings-autosave.php:1356
7216
  msgid "Default width"
7217
  msgstr ""
7218
 
7219
- #: wppa-settings-autosave.php:1357
7220
  msgid "The width of most videos"
7221
  msgstr ""
7222
 
7223
- #: wppa-settings-autosave.php:1365
7224
  msgid "Default height"
7225
  msgstr ""
7226
 
7227
- #: wppa-settings-autosave.php:1366
7228
  msgid "The height of most videos"
7229
  msgstr ""
7230
 
7231
- #: wppa-settings-autosave.php:1392
7232
  msgid "Table II:"
7233
  msgstr ""
7234
 
7235
- #: wppa-settings-autosave.php:1392
7236
  msgid "Visibility:"
7237
  msgstr ""
7238
 
7239
- #: wppa-settings-autosave.php:1393
7240
  msgid "This table describes the visibility of certain wppa+ elements."
7241
  msgstr ""
7242
 
7243
- #: wppa-settings-autosave.php:1411
7244
  msgid "Breadcrumb related visibility settings"
7245
  msgstr ""
7246
 
7247
- #: wppa-settings-autosave.php:1413
7248
  msgid "Breadcrumb on posts"
7249
  msgstr ""
7250
 
7251
- #: wppa-settings-autosave.php:1414 wppa-settings-autosave.php:1424
7252
  msgid "Show breadcrumb navigation bars."
7253
  msgstr ""
7254
 
7255
- #: wppa-settings-autosave.php:1415 wppa-settings-autosave.php:1425
7256
  msgid "Indicate whether a breadcrumb navigation should be displayed"
7257
  msgstr ""
7258
 
7259
- #: wppa-settings-autosave.php:1423
7260
  msgid "Breadcrumb on pages"
7261
  msgstr ""
7262
 
7263
- #: wppa-settings-autosave.php:1433
7264
  #, fuzzy
7265
  msgid "Breadcrumb on search results"
7266
  msgstr "Suchergebnisse für: %s"
7267
 
7268
- #: wppa-settings-autosave.php:1434
7269
  msgid "Show breadcrumb navigation bars on the search results page."
7270
  msgstr ""
7271
 
7272
- #: wppa-settings-autosave.php:1435
7273
  msgid ""
7274
  "Indicate whether a breadcrumb navigation should be displayed above the "
7275
  "search results."
7276
  msgstr ""
7277
 
7278
- #: wppa-settings-autosave.php:1442
7279
  msgid "Breadcrumb on topten displays"
7280
  msgstr ""
7281
 
7282
- #: wppa-settings-autosave.php:1443
7283
  msgid "Show breadcrumb navigation bars on topten displays."
7284
  msgstr ""
7285
 
7286
- #: wppa-settings-autosave.php:1444
7287
  msgid ""
7288
  "Indicate whether a breadcrumb navigation should be displayed above the "
7289
  "topten displays."
7290
  msgstr ""
7291
 
7292
- #: wppa-settings-autosave.php:1451
7293
  msgid "Breadcrumb on last ten displays"
7294
  msgstr ""
7295
 
7296
- #: wppa-settings-autosave.php:1452
7297
  msgid "Show breadcrumb navigation bars on last ten displays."
7298
  msgstr ""
7299
 
7300
- #: wppa-settings-autosave.php:1453
7301
  msgid ""
7302
  "Indicate whether a breadcrumb navigation should be displayed above the last "
7303
  "ten displays."
7304
  msgstr ""
7305
 
7306
- #: wppa-settings-autosave.php:1460
7307
  msgid "Breadcrumb on comment ten displays"
7308
  msgstr ""
7309
 
7310
- #: wppa-settings-autosave.php:1461
7311
  msgid "Show breadcrumb navigation bars on comment ten displays."
7312
  msgstr ""
7313
 
7314
- #: wppa-settings-autosave.php:1462
7315
  msgid ""
7316
  "Indicate whether a breadcrumb navigation should be displayed above the "
7317
  "comment ten displays."
7318
  msgstr ""
7319
 
7320
- #: wppa-settings-autosave.php:1469
7321
  msgid "Breadcrumb on tag result displays"
7322
  msgstr ""
7323
 
7324
- #: wppa-settings-autosave.php:1470
7325
  msgid "Show breadcrumb navigation bars on tag result displays."
7326
  msgstr ""
7327
 
7328
- #: wppa-settings-autosave.php:1471
7329
  msgid ""
7330
  "Indicate whether a breadcrumb navigation should be displayed above the tag "
7331
  "result displays."
7332
  msgstr ""
7333
 
7334
- #: wppa-settings-autosave.php:1478
7335
  msgid "Breadcrumb on featured ten displays"
7336
  msgstr ""
7337
 
7338
- #: wppa-settings-autosave.php:1479
7339
  msgid "Show breadcrumb navigation bars on featured ten displays."
7340
  msgstr ""
7341
 
7342
- #: wppa-settings-autosave.php:1480
7343
  msgid ""
7344
  "Indicate whether a breadcrumb navigation should be displayed above the "
7345
  "featured ten displays."
7346
  msgstr ""
7347
 
7348
- #: wppa-settings-autosave.php:1487
7349
  msgid "Breadcrumb on related photos displays"
7350
  msgstr ""
7351
 
7352
- #: wppa-settings-autosave.php:1488
7353
  msgid "Show breadcrumb navigation bars on related photos displays."
7354
  msgstr ""
7355
 
7356
- #: wppa-settings-autosave.php:1489
7357
  msgid ""
7358
  "Indicate whether a breadcrumb navigation should be displayed above the "
7359
  "related photos displays."
7360
  msgstr ""
7361
 
7362
- #: wppa-settings-autosave.php:1497
7363
  msgid "Show \"Home\" in breadcrumb."
7364
  msgstr ""
7365
 
7366
- #: wppa-settings-autosave.php:1498
7367
  msgid ""
7368
  "Indicate whether the breadcrumb navigation should start with a \"Home\"-link"
7369
  msgstr ""
7370
 
7371
- #: wppa-settings-autosave.php:1506
7372
  msgid "Show the page(s) in breadcrumb."
7373
  msgstr ""
7374
 
7375
- #: wppa-settings-autosave.php:1507
7376
  msgid ""
7377
  "Indicate whether the breadcrumb navigation should show the page(hierarchy)"
7378
  msgstr ""
7379
 
7380
- #: wppa-settings-autosave.php:1514
7381
  msgid "Separator"
7382
  msgstr ""
7383
 
7384
- #: wppa-settings-autosave.php:1515
7385
  msgid "Breadcrumb separator symbol."
7386
  msgstr ""
7387
 
7388
- #: wppa-settings-autosave.php:1516
7389
  msgid "Select the desired breadcrumb separator element."
7390
  msgstr ""
7391
 
7392
- #: wppa-settings-autosave.php:1517
7393
  msgid "A text string may contain valid html."
7394
  msgstr ""
7395
 
7396
- #: wppa-settings-autosave.php:1518
7397
  msgid ""
7398
  "An image will be scaled automatically if you set the navigation font size."
7399
  msgstr ""
7400
 
7401
- #: wppa-settings-autosave.php:1520
7402
  msgid "Text (html):"
7403
  msgstr ""
7404
 
7405
- #: wppa-settings-autosave.php:1520
7406
  msgid "Image (url):"
7407
  msgstr ""
7408
 
7409
- #: wppa-settings-autosave.php:1528
7410
  msgid "Html"
7411
  msgstr ""
7412
 
7413
- #: wppa-settings-autosave.php:1529
7414
  msgid "Breadcrumb separator text."
7415
  msgstr ""
7416
 
7417
- #: wppa-settings-autosave.php:1530
7418
  msgid "Enter the HTML code that produces the separator symbol you want."
7419
  msgstr ""
7420
 
7421
- #: wppa-settings-autosave.php:1531
7422
  msgid ""
7423
  "It may be as simple as '-' (without the quotes) or as complex as a tag like "
7424
  "<div>..</div>."
7425
  msgstr ""
7426
 
7427
- #: wppa-settings-autosave.php:1538
7428
  msgid "Image Url"
7429
  msgstr ""
7430
 
7431
- #: wppa-settings-autosave.php:1539
7432
  msgid "Full url to separator image."
7433
  msgstr ""
7434
 
7435
- #: wppa-settings-autosave.php:1540
7436
  msgid ""
7437
  "Enter the full url to the image you want to use for the separator symbol."
7438
  msgstr ""
7439
 
7440
- #: wppa-settings-autosave.php:1547
7441
  #, fuzzy
7442
  msgid "Pagelink position"
7443
  msgstr "Position/Ort:"
7444
 
7445
- #: wppa-settings-autosave.php:1548
7446
  msgid "The location for the pagelinks bar."
7447
  msgstr ""
7448
 
7449
- #: wppa-settings-autosave.php:1551 wppa-settings-autosave.php:3708
7450
  msgid "Top"
7451
  msgstr ""
7452
 
7453
- #: wppa-settings-autosave.php:1551 wppa-settings-autosave.php:3708
7454
  msgid "Bottom"
7455
  msgstr ""
7456
 
7457
- #: wppa-settings-autosave.php:1551
7458
  msgid "Both"
7459
  msgstr ""
7460
 
7461
- #: wppa-settings-autosave.php:1558
7462
  msgid "Thumblink on slideshow"
7463
  msgstr ""
7464
 
7465
- #: wppa-settings-autosave.php:1559
7466
  msgid "Show a thumb link on slideshow bc."
7467
  msgstr ""
7468
 
7469
- #: wppa-settings-autosave.php:1560
7470
  msgid "Show a link to thumbnail display on an breadcrumb above a slideshow"
7471
  msgstr ""
7472
 
7473
- #: wppa-settings-autosave.php:1567
7474
  msgid "Slideshow related visibility settings"
7475
  msgstr ""
7476
 
7477
- #: wppa-settings-autosave.php:1569
7478
  #, fuzzy
7479
  msgid "Start/stop"
7480
  msgstr "Starte"
7481
 
7482
- #: wppa-settings-autosave.php:1570
7483
  #, fuzzy
7484
  msgid "Show the Start/Stop slideshow bar."
7485
  msgstr "Doppelklick zum Starten/Stoppen der Slideshow"
7486
 
7487
- #: wppa-settings-autosave.php:1571
7488
  msgid ""
7489
  "If checked: display the start/stop slideshow navigation bar above the full-"
7490
  "size images and slideshow"
7491
  msgstr ""
7492
 
7493
- #: wppa-settings-autosave.php:1578
7494
  #, fuzzy
7495
  msgid "Browse bar"
7496
  msgstr "Durchsuche Fotos"
7497
 
7498
- #: wppa-settings-autosave.php:1579
7499
  #, fuzzy
7500
  msgid "Show Browse photos bar."
7501
  msgstr "Durchsuche Fotos"
7502
 
7503
- #: wppa-settings-autosave.php:1580
7504
  msgid ""
7505
  "If checked: display the preveous/next navigation bar under the full-size "
7506
  "images and slideshow"
7507
  msgstr ""
7508
 
7509
- #: wppa-settings-autosave.php:1587
7510
  msgid "Filmstrip"
7511
  msgstr ""
7512
 
7513
- #: wppa-settings-autosave.php:1588
7514
  msgid "Show Filmstrip navigation bar."
7515
  msgstr ""
7516
 
7517
- #: wppa-settings-autosave.php:1589
7518
  msgid ""
7519
  "If checked: display the filmstrip navigation bar under the full_size images "
7520
  "and slideshow"
7521
  msgstr ""
7522
 
7523
- #: wppa-settings-autosave.php:1596
7524
  msgid "Film seam"
7525
  msgstr ""
7526
 
7527
- #: wppa-settings-autosave.php:1597
7528
  msgid "Show seam between end and start of film."
7529
  msgstr ""
7530
 
7531
- #: wppa-settings-autosave.php:1598
7532
  msgid "If checked: display the wrap-around point in the filmstrip"
7533
  msgstr ""
7534
 
7535
- #: wppa-settings-autosave.php:1605
7536
  #, fuzzy
7537
  msgid "Photo name"
7538
  msgstr "Foto des Tages"
7539
 
7540
- #: wppa-settings-autosave.php:1606
7541
  #, fuzzy
7542
  msgid "Display photo name."
7543
  msgstr "Bitte gibt den Fotonamen an."
7544
 
7545
- #: wppa-settings-autosave.php:1607
7546
  msgid "If checked: display the name of the photo under the slideshow image."
7547
  msgstr ""
7548
 
7549
- #: wppa-settings-autosave.php:1614 wppa-settings-autosave.php:1981
7550
  msgid "Add (Owner)"
7551
  msgstr ""
7552
 
7553
- #: wppa-settings-autosave.php:1615 wppa-settings-autosave.php:1982
7554
  msgid "Add the uploaders display name in parenthesis to the name."
7555
  msgstr ""
7556
 
7557
- #: wppa-settings-autosave.php:1623
7558
  #, fuzzy
7559
  msgid "Photo desc"
7560
  msgstr "Foto"
7561
 
7562
- #: wppa-settings-autosave.php:1624
7563
  #, fuzzy
7564
  msgid "Display Photo description."
7565
  msgstr "Hinzufügen/Bearbeiten der Foto Beschreibeung"
7566
 
7567
- #: wppa-settings-autosave.php:1625
7568
  msgid ""
7569
  "If checked: display the description of the photo under the slideshow image."
7570
  msgstr ""
7571
 
7572
- #: wppa-settings-autosave.php:1632
7573
  msgid "Hide when empty"
7574
  msgstr ""
7575
 
7576
- #: wppa-settings-autosave.php:1633
7577
  msgid "Hide the descriptionbox when empty."
7578
  msgstr ""
7579
 
7580
- #: wppa-settings-autosave.php:1641
7581
  #, fuzzy
7582
  msgid "Rating system"
7583
  msgstr "Bewertung: %s"
7584
 
7585
- #: wppa-settings-autosave.php:1642
7586
  msgid "Enable the rating system."
7587
  msgstr ""
7588
 
7589
- #: wppa-settings-autosave.php:1643
7590
  msgid "If checked, the photo rating system will be enabled."
7591
  msgstr ""
7592
 
7593
- #: wppa-settings-autosave.php:1651
7594
  #, fuzzy
7595
  msgid "Comments system"
7596
  msgstr "Kommentare"
7597
 
7598
- #: wppa-settings-autosave.php:1652
7599
  msgid "Enable the comments system."
7600
  msgstr ""
7601
 
7602
- #: wppa-settings-autosave.php:1653
7603
  msgid ""
7604
  "Display the comments box under the fullsize images and let users enter their "
7605
  "comments on individual photos."
7606
  msgstr ""
7607
 
7608
- #: wppa-settings-autosave.php:1661
7609
  #, fuzzy
7610
  msgid "Comment Avatar default"
7611
  msgstr "Kommentar hinzugefügt"
7612
 
7613
- #: wppa-settings-autosave.php:1662
7614
  msgid "Show Avatars with the comments if not --- none ---"
7615
  msgstr ""
7616
 
7617
- #: wppa-settings-autosave.php:1667
7618
  msgid "mystery man"
7619
  msgstr ""
7620
 
7621
- #: wppa-settings-autosave.php:1668
7622
  msgid "identicon"
7623
  msgstr ""
7624
 
7625
- #: wppa-settings-autosave.php:1669
7626
  msgid "monsterid"
7627
  msgstr ""
7628
 
7629
- #: wppa-settings-autosave.php:1670
7630
  msgid "wavatar"
7631
  msgstr ""
7632
 
7633
- #: wppa-settings-autosave.php:1671
7634
  msgid "retro"
7635
  msgstr ""
7636
 
7637
- #: wppa-settings-autosave.php:1672
7638
  #, fuzzy
7639
  msgid "--- url ---"
7640
  msgstr "--- alle---"
7641
 
7642
- #: wppa-settings-autosave.php:1687
7643
  msgid "Comment Avatar url"
7644
  msgstr ""
7645
 
7646
- #: wppa-settings-autosave.php:1688
7647
  msgid "Comment Avatar default url."
7648
  msgstr ""
7649
 
7650
- #: wppa-settings-autosave.php:1696
7651
  #, fuzzy
7652
  msgid "Big Browse Buttons"
7653
  msgstr "Durchsuche Fotos"
7654
 
7655
- #: wppa-settings-autosave.php:1697
7656
  msgid "Enable invisible browsing buttons."
7657
  msgstr ""
7658
 
7659
- #: wppa-settings-autosave.php:1698 wppa-settings-autosave.php:2219
7660
  #, fuzzy
7661
  msgid ""
7662
  "If checked, the fullsize image is covered by two invisible areas that act as "
@@ -7665,7083 +7670,7095 @@ msgstr ""
7665
  "Um das Komplette Bild zu sehen musst du Javaskript in deinem Browser "
7666
  "aktivieren."
7667
 
7668
- #: wppa-settings-autosave.php:1699 wppa-settings-autosave.php:2220
7669
- #: wppa-settings-autosave.php:2230
7670
  msgid ""
7671
  "Make sure the Full height (Table I-B2) is properly configured to prevent "
7672
  "these areas to overlap unwanted space."
7673
  msgstr ""
7674
 
7675
- #: wppa-settings-autosave.php:1706
7676
  #, fuzzy
7677
  msgid "Ugly Browse Buttons"
7678
  msgstr "Durchsuche Fotos"
7679
 
7680
- #: wppa-settings-autosave.php:1707
7681
  msgid "Enable the ugly browsing buttons."
7682
  msgstr ""
7683
 
7684
- #: wppa-settings-autosave.php:1708
7685
  msgid "If checked, the fullsize image is covered by two browse buttons."
7686
  msgstr ""
7687
 
7688
- #: wppa-settings-autosave.php:1712 wppa-settings-autosave.php:2261
7689
- #: wppa-settings-autosave.php:2272
7690
  msgid "Black"
7691
  msgstr ""
7692
 
7693
- #: wppa-settings-autosave.php:1712
7694
  msgid "Light gray"
7695
  msgstr ""
7696
 
7697
- #: wppa-settings-autosave.php:1719
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7698
  msgid "Show custom box"
7699
  msgstr ""
7700
 
7701
- #: wppa-settings-autosave.php:1720
7702
  msgid "Display the custom box in the slideshow"
7703
  msgstr ""
7704
 
7705
- #: wppa-settings-autosave.php:1721 wppa-settings-autosave.php:1732
7706
  msgid ""
7707
  "You can fill the custom box with any html you like. It will not be checked, "
7708
  "so it is your own responsability to close tags properly."
7709
  msgstr ""
7710
 
7711
- #: wppa-settings-autosave.php:1722 wppa-settings-autosave.php:1733
7712
  msgid "The position of the box can be defined in Table IX-E."
7713
  msgstr ""
7714
 
7715
- #: wppa-settings-autosave.php:1730
7716
  msgid "Custom content"
7717
  msgstr ""
7718
 
7719
- #: wppa-settings-autosave.php:1731
7720
  msgid "The content (html) of the custom box."
7721
  msgstr ""
7722
 
7723
- #: wppa-settings-autosave.php:1740
7724
  #, fuzzy
7725
  msgid "Slideshow/Number bar"
7726
  msgstr "Diaschau"
7727
 
7728
- #: wppa-settings-autosave.php:1741
7729
  msgid "Display the Slideshow / Number bar."
7730
  msgstr ""
7731
 
7732
- #: wppa-settings-autosave.php:1742
7733
  msgid "If checked: display the number boxes on slideshow"
7734
  msgstr ""
7735
 
7736
- #: wppa-settings-autosave.php:1750
7737
  msgid "IPTC system"
7738
  msgstr ""
7739
 
7740
- #: wppa-settings-autosave.php:1751
7741
  msgid "Enable the iptc system."
7742
  msgstr ""
7743
 
7744
- #: wppa-settings-autosave.php:1752
7745
  msgid "Display the iptc box under the fullsize images."
7746
  msgstr ""
7747
 
7748
- #: wppa-settings-autosave.php:1760
7749
  msgid "IPTC open"
7750
  msgstr ""
7751
 
7752
- #: wppa-settings-autosave.php:1761
7753
  msgid "Display the iptc box initially opened."
7754
  msgstr ""
7755
 
7756
- #: wppa-settings-autosave.php:1762
7757
  msgid "Display the iptc box under the fullsize images initially open."
7758
  msgstr ""
7759
 
7760
- #: wppa-settings-autosave.php:1770
7761
  msgid "EXIF system"
7762
  msgstr ""
7763
 
7764
- #: wppa-settings-autosave.php:1771
7765
  msgid "Enable the exif system."
7766
  msgstr ""
7767
 
7768
- #: wppa-settings-autosave.php:1772
7769
  msgid "Display the exif box under the fullsize images."
7770
  msgstr ""
7771
 
7772
- #: wppa-settings-autosave.php:1780
7773
  msgid "EXIF open"
7774
  msgstr ""
7775
 
7776
- #: wppa-settings-autosave.php:1781
7777
  msgid "Display the exif box initially opened."
7778
  msgstr ""
7779
 
7780
- #: wppa-settings-autosave.php:1782
7781
  msgid "Display the exif box under the fullsize images initially open."
7782
  msgstr ""
7783
 
7784
- #: wppa-settings-autosave.php:1790
7785
  msgid "Social media share box related visibility settings"
7786
  msgstr ""
7787
 
7788
- #: wppa-settings-autosave.php:1792
7789
  msgid "Show Share Box"
7790
  msgstr ""
7791
 
7792
- #: wppa-settings-autosave.php:1793
7793
  msgid "Display the share social media buttons box."
7794
  msgstr ""
7795
 
7796
- #: wppa-settings-autosave.php:1802 wppa-settings-autosave.php:8093
7797
  msgid "Hide when running"
7798
  msgstr ""
7799
 
7800
- #: wppa-settings-autosave.php:1803
7801
  msgid "Hide the SM box when slideshow runs."
7802
  msgstr ""
7803
 
7804
- #: wppa-settings-autosave.php:1811
7805
  msgid "Show Share Box Widget"
7806
  msgstr ""
7807
 
7808
- #: wppa-settings-autosave.php:1812
7809
  msgid "Display the share social media buttons box in widgets."
7810
  msgstr ""
7811
 
7812
- #: wppa-settings-autosave.php:1813
7813
  msgid ""
7814
  "This setting applies to normal slideshows in widgets, not to the "
7815
  "slideshowwidget as that is a slideonly display."
7816
  msgstr ""
7817
 
7818
- #: wppa-settings-autosave.php:1821
7819
  msgid "Show Share Buttons Thumbs"
7820
  msgstr ""
7821
 
7822
- #: wppa-settings-autosave.php:1822
7823
  msgid "Display the share social media buttons under thumbnails."
7824
  msgstr ""
7825
 
7826
- #: wppa-settings-autosave.php:1831
7827
  msgid "Show Share Buttons Lightbox"
7828
  msgstr ""
7829
 
7830
- #: wppa-settings-autosave.php:1832
7831
  msgid "Display the share social media buttons on lightbox displays."
7832
  msgstr ""
7833
 
7834
- #: wppa-settings-autosave.php:1841
7835
  #, fuzzy
7836
  msgid "Show Share Buttons Mphoto"
7837
  msgstr ""
7838
  "Der Besucher kann sich eine Übersicht mit Miniaturbildern der Fotos im Album "
7839
  "ansehen."
7840
 
7841
- #: wppa-settings-autosave.php:1842
7842
  msgid "Display the share social media buttons on mphoto displays."
7843
  msgstr ""
7844
 
7845
- #: wppa-settings-autosave.php:1851
7846
  msgid "Show QR Code"
7847
  msgstr ""
7848
 
7849
- #: wppa-settings-autosave.php:1852
7850
  msgid "Display the QR code in the share box."
7851
  msgstr ""
7852
 
7853
- #: wppa-settings-autosave.php:1860
7854
  #, fuzzy
7855
  msgid "Show Twitter button"
7856
  msgstr "Zeigt den Twitter-Button in der Share - Box an."
7857
 
7858
- #: wppa-settings-autosave.php:1861
7859
  msgid "Display the Twitter button in the share box."
7860
  msgstr ""
7861
 
7862
- #: wppa-settings-autosave.php:1869
7863
  #, fuzzy
7864
  msgid "Show Google+ button"
7865
  msgstr "Zeigt den Google-Button in der Share - Box an."
7866
 
7867
- #: wppa-settings-autosave.php:1870
7868
  msgid "Display the Google+ button in the share box."
7869
  msgstr ""
7870
 
7871
- #: wppa-settings-autosave.php:1878
7872
  #, fuzzy
7873
  msgid "Show Pinterest button"
7874
  msgstr "Share, Teilen"
7875
 
7876
- #: wppa-settings-autosave.php:1879
7877
  msgid "Display the Pintrest button in the share box."
7878
  msgstr ""
7879
 
7880
- #: wppa-settings-autosave.php:1887
7881
  msgid "Show LinkedIn button"
7882
  msgstr ""
7883
 
7884
- #: wppa-settings-autosave.php:1888
7885
  msgid "Display the LinkedIn button in the share box."
7886
  msgstr ""
7887
 
7888
- #: wppa-settings-autosave.php:1896
7889
  msgid "Show Facebook share button"
7890
  msgstr ""
7891
 
7892
- #: wppa-settings-autosave.php:1897 wppa-settings-autosave.php:1906
7893
  msgid "Display the Facebook button in the share box."
7894
  msgstr ""
7895
 
7896
- #: wppa-settings-autosave.php:1905
7897
  msgid "Show Facebook like button"
7898
  msgstr ""
7899
 
7900
- #: wppa-settings-autosave.php:1914
7901
  msgid "Display type"
7902
  msgstr ""
7903
 
7904
- #: wppa-settings-autosave.php:1915
7905
  msgid "Select the Facebook button display type."
7906
  msgstr ""
7907
 
7908
- #: wppa-settings-autosave.php:1918
7909
  msgid "Button with counter"
7910
  msgstr ""
7911
 
7912
- #: wppa-settings-autosave.php:1918
7913
  #, fuzzy
7914
  msgid "Box with counter"
7915
  msgstr "Kategorie:"
7916
 
7917
- #: wppa-settings-autosave.php:1925
7918
  msgid "Show Facebook comment box"
7919
  msgstr ""
7920
 
7921
- #: wppa-settings-autosave.php:1926
7922
  msgid "Display the Facebook comment dialog box in the share box."
7923
  msgstr ""
7924
 
7925
- #: wppa-settings-autosave.php:1934
7926
  msgid "Facebook User Id"
7927
  msgstr ""
7928
 
7929
- #: wppa-settings-autosave.php:1935
7930
  msgid "Enter your facebook user id to be able to moderate comments and sends"
7931
  msgstr ""
7932
 
7933
- #: wppa-settings-autosave.php:1943
7934
  msgid "Facebook App Id"
7935
  msgstr ""
7936
 
7937
- #: wppa-settings-autosave.php:1944
7938
  msgid "Enter your facebook app id to be able to moderate comments and sends"
7939
  msgstr ""
7940
 
7941
- #: wppa-settings-autosave.php:1952
7942
  msgid "Facebook js SDK"
7943
  msgstr ""
7944
 
7945
- #: wppa-settings-autosave.php:1953
7946
  msgid "Load Facebook js SDK"
7947
  msgstr ""
7948
 
7949
- #: wppa-settings-autosave.php:1954
7950
  msgid ""
7951
  "Uncheck this box only when there is a conflict with an other plugin that "
7952
  "also loads the Facebook js SDK."
7953
  msgstr ""
7954
 
7955
- #: wppa-settings-autosave.php:1961
7956
  msgid "Share single image"
7957
  msgstr ""
7958
 
7959
- #: wppa-settings-autosave.php:1962
7960
  msgid "Share a link to a single image, not the slideshow."
7961
  msgstr ""
7962
 
7963
- #: wppa-settings-autosave.php:1963
7964
  msgid ""
7965
  "The sharelink points to a page with a single image rather than to the page "
7966
  "with the photo in the slideshow."
7967
  msgstr ""
7968
 
7969
- #: wppa-settings-autosave.php:1970
7970
  msgid "Thumbnail display related visibility settings"
7971
  msgstr ""
7972
 
7973
- #: wppa-settings-autosave.php:1972
7974
  #, fuzzy
7975
  msgid "Thumbnail name"
7976
  msgstr "Anzeigen..."
7977
 
7978
- #: wppa-settings-autosave.php:1973
7979
  msgid "Display Thumbnail name."
7980
  msgstr ""
7981
 
7982
- #: wppa-settings-autosave.php:1974
7983
  msgid "Display photo name under thumbnail images."
7984
  msgstr ""
7985
 
7986
- #: wppa-settings-autosave.php:1990
7987
  #, fuzzy
7988
  msgid "Thumbnail desc"
7989
  msgstr "Miniaturbild Fotos"
7990
 
7991
- #: wppa-settings-autosave.php:1991
7992
  #, fuzzy
7993
  msgid "Display Thumbnail description."
7994
  msgstr "Unsymmetrische Tags in der Album Beschreibung!"
7995
 
7996
- #: wppa-settings-autosave.php:1992
7997
  msgid "Display description of the photo under thumbnail images."
7998
  msgstr ""
7999
 
8000
- #: wppa-settings-autosave.php:1999
8001
  #, fuzzy
8002
  msgid "Thumbnail rating"
8003
  msgstr "Anzeigen..."
8004
 
8005
- #: wppa-settings-autosave.php:2000
8006
  msgid "Display Thumbnail Rating."
8007
  msgstr ""
8008
 
8009
- #: wppa-settings-autosave.php:2001
8010
  msgid "Display the rating of the photo under the thumbnail image."
8011
  msgstr ""
8012
 
8013
- #: wppa-settings-autosave.php:2008
8014
  #, fuzzy
8015
  msgid "Thumbnail comcount"
8016
  msgstr "Miniaturbild Fotos"
8017
 
8018
- #: wppa-settings-autosave.php:2009
8019
  msgid "Display Thumbnail Comment count."
8020
  msgstr ""
8021
 
8022
- #: wppa-settings-autosave.php:2010
8023
  msgid "Display the number of comments to the photo under the thumbnail image."
8024
  msgstr ""
8025
 
8026
- #: wppa-settings-autosave.php:2017
8027
  #, fuzzy
8028
  msgid "Thumbnail viewcount"
8029
  msgstr "Anzeigen..."
8030
 
8031
- #: wppa-settings-autosave.php:2018
8032
  msgid "Display the number of views."
8033
  msgstr ""
8034
 
8035
- #: wppa-settings-autosave.php:2019
8036
  msgid "Display the number of views under the thumbnail image."
8037
  msgstr ""
8038
 
8039
- #: wppa-settings-autosave.php:2026
8040
  #, fuzzy
8041
  msgid "Thumbnail video"
8042
  msgstr "Anzeigen..."
8043
 
8044
- #: wppa-settings-autosave.php:2027
8045
  msgid "Show video controls on thumbnail displays."
8046
  msgstr ""
8047
 
8048
- #: wppa-settings-autosave.php:2028
8049
  msgid ""
8050
  "Works on default thumbnail type only. You can play the video only when the "
8051
  "link is set to no link at all."
8052
  msgstr ""
8053
 
8054
- #: wppa-settings-autosave.php:2035
8055
  #, fuzzy
8056
  msgid "Thumbnail audio"
8057
  msgstr "Anzeigen..."
8058
 
8059
- #: wppa-settings-autosave.php:2036
8060
  msgid "Show audio controls on thumbnail displays."
8061
  msgstr ""
8062
 
8063
- #: wppa-settings-autosave.php:2037
8064
  msgid "Works on default thumbnail type only."
8065
  msgstr ""
8066
 
8067
- #: wppa-settings-autosave.php:2044
8068
  #, fuzzy
8069
  msgid "Popup name"
8070
  msgstr "Dein Name:"
8071
 
8072
- #: wppa-settings-autosave.php:2045
8073
  msgid "Display Thumbnail name on popup."
8074
  msgstr ""
8075
 
8076
- #: wppa-settings-autosave.php:2046
8077
  msgid "Display photo name under thumbnail images on the popup."
8078
  msgstr ""
8079
 
8080
- #: wppa-settings-autosave.php:2053
8081
  msgid "Popup (owner)"
8082
  msgstr ""
8083
 
8084
- #: wppa-settings-autosave.php:2054
8085
  msgid "Display owner on popup."
8086
  msgstr ""
8087
 
8088
- #: wppa-settings-autosave.php:2055
8089
  msgid "Display photo owner under thumbnail images on the popup."
8090
  msgstr ""
8091
 
8092
- #: wppa-settings-autosave.php:2062
8093
  msgid "Popup desc"
8094
  msgstr ""
8095
 
8096
- #: wppa-settings-autosave.php:2063
8097
  msgid "Display Thumbnail description on popup."
8098
  msgstr ""
8099
 
8100
- #: wppa-settings-autosave.php:2064
8101
  msgid "Display description of the photo under thumbnail images on the popup."
8102
  msgstr ""
8103
 
8104
- #: wppa-settings-autosave.php:2071
8105
  msgid "Popup desc no links"
8106
  msgstr ""
8107
 
8108
- #: wppa-settings-autosave.php:2072
8109
  msgid "Strip html anchor tags from descriptions on popups"
8110
  msgstr ""
8111
 
8112
- #: wppa-settings-autosave.php:2073
8113
  msgid ""
8114
  "Use this option to prevent the display of links that cannot be activated."
8115
  msgstr ""
8116
 
8117
- #: wppa-settings-autosave.php:2080
8118
  #, fuzzy
8119
  msgid "Popup rating"
8120
  msgstr "Der Raum zwischen avg und meine Bewertungssterne"
8121
 
8122
- #: wppa-settings-autosave.php:2081
8123
  msgid "Display Thumbnail Rating on popup."
8124
  msgstr ""
8125
 
8126
- #: wppa-settings-autosave.php:2082
8127
  msgid "Display the rating of the photo under the thumbnail image on the popup."
8128
  msgstr ""
8129
 
8130
- #: wppa-settings-autosave.php:2089
8131
  msgid "Popup comcount"
8132
  msgstr ""
8133
 
8134
- #: wppa-settings-autosave.php:2090
8135
  msgid "Display Thumbnail Comment count on popup."
8136
  msgstr ""
8137
 
8138
- #: wppa-settings-autosave.php:2091
8139
  msgid ""
8140
  "Display the number of comments of the photo under the thumbnail image on the "
8141
  "popup."
8142
  msgstr ""
8143
 
8144
- #: wppa-settings-autosave.php:2098
8145
  msgid "Show rating count"
8146
  msgstr ""
8147
 
8148
- #: wppa-settings-autosave.php:2099
8149
  msgid "Display the number of votes along with average ratings."
8150
  msgstr ""
8151
 
8152
- #: wppa-settings-autosave.php:2100
8153
  msgid ""
8154
  "If checked, the number of votes is displayed along with average rating "
8155
  "displays on thumbnail and popup displays."
8156
  msgstr ""
8157
 
8158
- #: wppa-settings-autosave.php:2107
8159
  msgid "Show name on thumb area"
8160
  msgstr ""
8161
 
8162
- #: wppa-settings-autosave.php:2108
8163
  msgid "Select if and where to display the album name on the thumbnail display."
8164
  msgstr ""
8165
 
8166
- #: wppa-settings-autosave.php:2111 wppa-settings-autosave.php:2122
8167
  msgid "None"
8168
  msgstr ""
8169
 
8170
- #: wppa-settings-autosave.php:2111 wppa-settings-autosave.php:2122
8171
- #: wppa-settings-autosave.php:3228
8172
  msgid "At the top"
8173
  msgstr ""
8174
 
8175
- #: wppa-settings-autosave.php:2111 wppa-settings-autosave.php:2122
8176
- #: wppa-settings-autosave.php:3228
8177
  msgid "At the bottom"
8178
  msgstr ""
8179
 
8180
- #: wppa-settings-autosave.php:2118
8181
  msgid "Show desc on thumb area"
8182
  msgstr ""
8183
 
8184
- #: wppa-settings-autosave.php:2119
8185
  msgid ""
8186
  "Select if and where to display the album description on the thumbnail "
8187
  "display."
8188
  msgstr ""
8189
 
8190
- #: wppa-settings-autosave.php:2129
8191
  msgid "Show Edit/Delete links"
8192
  msgstr ""
8193
 
8194
- #: wppa-settings-autosave.php:2130
8195
  msgid "Show these links under default thumbnails for owner and admin."
8196
  msgstr ""
8197
 
8198
- #: wppa-settings-autosave.php:2138
8199
  msgid "Show empty thumbnail area"
8200
  msgstr ""
8201
 
8202
- #: wppa-settings-autosave.php:2139
8203
  msgid "Display thumbnail areas with upload link only for empty albums."
8204
  msgstr ""
8205
 
8206
- #: wppa-settings-autosave.php:2148
8207
  msgid "Album cover related visibility settings"
8208
  msgstr ""
8209
 
8210
- #: wppa-settings-autosave.php:2150
8211
  msgid "Covertext"
8212
  msgstr ""
8213
 
8214
- #: wppa-settings-autosave.php:2151
8215
  msgid "Show the text on the album cover."
8216
  msgstr ""
8217
 
8218
- #: wppa-settings-autosave.php:2152
8219
  msgid "Display the album decription on the album cover"
8220
  msgstr ""
8221
 
8222
- #: wppa-settings-autosave.php:2160
8223
  msgid "Enable the slideshow."
8224
  msgstr ""
8225
 
8226
- #: wppa-settings-autosave.php:2161
8227
  msgid ""
8228
  "If you do not want slideshows: uncheck this box. Browsing full size images "
8229
  "will remain possible."
8230
  msgstr ""
8231
 
8232
- #: wppa-settings-autosave.php:2168
8233
  #, fuzzy
8234
  msgid "Slideshow/Browse"
8235
  msgstr "Diaschau"
8236
 
8237
- #: wppa-settings-autosave.php:2169
8238
  msgid "Display the Slideshow / Browse photos link on album covers"
8239
  msgstr ""
8240
 
8241
- #: wppa-settings-autosave.php:2170
8242
  msgid ""
8243
  "This setting causes the Slideshow link to be displayed on the album cover."
8244
  msgstr ""
8245
 
8246
- #: wppa-settings-autosave.php:2171
8247
  msgid ""
8248
  "If slideshows are disabled in item 2 in this table, you will see a browse "
8249
  "link to fullsize images."
8250
  msgstr ""
8251
 
8252
- #: wppa-settings-autosave.php:2172
8253
  msgid "If you do not want the browse link either, uncheck this item."
8254
  msgstr ""
8255
 
8256
- #: wppa-settings-autosave.php:2179
8257
  #, fuzzy
8258
  msgid "View ..."
8259
  msgstr "Ansehen"
8260
 
8261
- #: wppa-settings-autosave.php:2180
8262
  msgid "Display the View xx albums and yy photos link on album covers"
8263
  msgstr ""
8264
 
8265
- #: wppa-settings-autosave.php:2188
8266
  msgid "Treecount"
8267
  msgstr ""
8268
 
8269
- #: wppa-settings-autosave.php:2189
8270
  msgid "Disaplay the total number of (sub)albums and photos in subalbums"
8271
  msgstr ""
8272
 
8273
- #: wppa-settings-autosave.php:2190
8274
  msgid ""
8275
  "Displays the total number of sub albums and photos in the entire album tree "
8276
  "in parenthesis if the numbers differ from the direct content of the album."
8277
  msgstr ""
8278
 
8279
- #: wppa-settings-autosave.php:2197
8280
  #, fuzzy
8281
  msgid "Show categories"
8282
  msgstr "Kategorien:"
8283
 
8284
- #: wppa-settings-autosave.php:2198
8285
  msgid "Display the album categories on the covers."
8286
  msgstr ""
8287
 
8288
- #: wppa-settings-autosave.php:2206
8289
  msgid "Skip empty albums"
8290
  msgstr ""
8291
 
8292
- #: wppa-settings-autosave.php:2207
8293
  msgid "Do not show empty albums, except for admin and owner."
8294
  msgstr ""
8295
 
8296
- #: wppa-settings-autosave.php:2215
8297
  msgid "Widget related visibility settings"
8298
  msgstr ""
8299
 
8300
- #: wppa-settings-autosave.php:2217
8301
  msgid "Big Browse Buttons in widget"
8302
  msgstr ""
8303
 
8304
- #: wppa-settings-autosave.php:2218
8305
  msgid "Enable invisible browsing buttons in widget slideshows."
8306
  msgstr ""
8307
 
8308
- #: wppa-settings-autosave.php:2227
8309
  msgid "Ugly Browse Buttons in widget"
8310
  msgstr ""
8311
 
8312
- #: wppa-settings-autosave.php:2228
8313
  msgid "Enable ugly browsing buttons in widget slideshows."
8314
  msgstr ""
8315
 
8316
- #: wppa-settings-autosave.php:2229
8317
  msgid "If checked, the fullsize image is covered by browse buttons."
8318
  msgstr ""
8319
 
8320
- #: wppa-settings-autosave.php:2237
8321
  msgid "Album widget tooltip"
8322
  msgstr ""
8323
 
8324
- #: wppa-settings-autosave.php:2238
8325
  msgid "Show the album description on hoovering thumbnail in album widget"
8326
  msgstr ""
8327
 
8328
- #: wppa-settings-autosave.php:2246 wppa-settings-autosave.php:4135
8329
  msgid ""
8330
  "Lightbox related settings. These settings have effect only when Table IX-J3 "
8331
  "is set to wppa"
8332
  msgstr ""
8333
 
8334
- #: wppa-settings-autosave.php:2248
8335
  msgid "Overlay Close label text"
8336
  msgstr ""
8337
 
8338
- #: wppa-settings-autosave.php:2249
8339
  msgid "The text label for the cross exit symbol."
8340
  msgstr ""
8341
 
8342
- #: wppa-settings-autosave.php:2250
8343
  msgid ""
8344
  "This text may be multilingual according to the qTranslate short tags specs."
8345
  msgstr ""
8346
 
8347
- #: wppa-settings-autosave.php:2257
8348
  msgid "Overlay theme color"
8349
  msgstr ""
8350
 
8351
- #: wppa-settings-autosave.php:2258
8352
  msgid "The color of the image border and text background."
8353
  msgstr ""
8354
 
8355
- #: wppa-settings-autosave.php:2261 wppa-settings-autosave.php:2272
8356
  msgid "White"
8357
  msgstr ""
8358
 
8359
- #: wppa-settings-autosave.php:2268
8360
  msgid "Overlay background color"
8361
  msgstr ""
8362
 
8363
- #: wppa-settings-autosave.php:2269
8364
  msgid "The color of the outer background."
8365
  msgstr ""
8366
 
8367
- #: wppa-settings-autosave.php:2279
8368
  msgid "Overlay slide name"
8369
  msgstr ""
8370
 
8371
- #: wppa-settings-autosave.php:2280
8372
  msgid "Show name if from slide."
8373
  msgstr ""
8374
 
8375
- #: wppa-settings-autosave.php:2281
8376
  msgid ""
8377
  "Shows the photos name on a lightbox display when initiated from a slide."
8378
  msgstr ""
8379
 
8380
- #: wppa-settings-autosave.php:2282 wppa-settings-autosave.php:2292
8381
  msgid ""
8382
  "This setting also applies to film thumbnails if Table VI-11 is set to "
8383
  "lightbox overlay."
8384
  msgstr ""
8385
 
8386
- #: wppa-settings-autosave.php:2289
8387
  msgid "Overlay slide desc"
8388
  msgstr ""
8389
 
8390
- #: wppa-settings-autosave.php:2290
8391
  msgid "Show description if from slide."
8392
  msgstr ""
8393
 
8394
- #: wppa-settings-autosave.php:2291
8395
  msgid ""
8396
  "Shows the photos description on a lightbox display when initiated from a "
8397
  "slide."
8398
  msgstr ""
8399
 
8400
- #: wppa-settings-autosave.php:2299
8401
  msgid "Overlay thumb name"
8402
  msgstr ""
8403
 
8404
- #: wppa-settings-autosave.php:2300
8405
  msgid "Show the photos name if from thumb."
8406
  msgstr ""
8407
 
8408
- #: wppa-settings-autosave.php:2301
8409
  msgid ""
8410
  "Shows the name on a lightbox display when initiated from a standard "
8411
  "thumbnail or a widget thumbnail."
8412
  msgstr ""
8413
 
8414
- #: wppa-settings-autosave.php:2302 wppa-settings-autosave.php:2312
8415
  msgid ""
8416
  "This setting applies to standard thumbnails, thumbnail-, comment-, topten- "
8417
  "and lasten-widget."
8418
  msgstr ""
8419
 
8420
- #: wppa-settings-autosave.php:2309
8421
  msgid "Overlay thumb desc"
8422
  msgstr ""
8423
 
8424
- #: wppa-settings-autosave.php:2310
8425
  msgid "Show description if from thumb."
8426
  msgstr ""
8427
 
8428
- #: wppa-settings-autosave.php:2311
8429
  msgid ""
8430
  "Shows the photos description on a lightbox display when initiated from a "
8431
  "standard thumbnail or a widget thumbnail."
8432
  msgstr ""
8433
 
8434
- #: wppa-settings-autosave.php:2319
8435
  #, fuzzy
8436
  msgid "Overlay potd name"
8437
  msgstr "Bitte gibt den Fotonamen an."
8438
 
8439
- #: wppa-settings-autosave.php:2320
8440
  msgid "Show the photos name if from photo of the day."
8441
  msgstr ""
8442
 
8443
- #: wppa-settings-autosave.php:2321
8444
  msgid ""
8445
  "Shows the name on a lightbox display when initiated from the photo of the "
8446
  "day."
8447
  msgstr ""
8448
 
8449
- #: wppa-settings-autosave.php:2328
8450
  msgid "Overlay potd desc"
8451
  msgstr ""
8452
 
8453
- #: wppa-settings-autosave.php:2329
8454
  msgid "Show description if from from photo of the day."
8455
  msgstr ""
8456
 
8457
- #: wppa-settings-autosave.php:2330
8458
  msgid ""
8459
  "Shows the photos description on a lightbox display when initiated from the "
8460
  "photo of the day."
8461
  msgstr ""
8462
 
8463
- #: wppa-settings-autosave.php:2337
8464
  #, fuzzy
8465
  msgid "Overlay sphoto name"
8466
  msgstr "Bitte gibt den Fotonamen an."
8467
 
8468
- #: wppa-settings-autosave.php:2338
8469
  msgid "Show the photos name if from a single photo."
8470
  msgstr ""
8471
 
8472
- #: wppa-settings-autosave.php:2339
8473
  msgid ""
8474
  "Shows the name on a lightbox display when initiated from a single photo."
8475
  msgstr ""
8476
 
8477
- #: wppa-settings-autosave.php:2346
8478
  #, fuzzy
8479
  msgid "Overlay sphoto desc"
8480
  msgstr "Thumbnail Fotos verwandte Einstellungen"
8481
 
8482
- #: wppa-settings-autosave.php:2347
8483
  msgid "Show description if from from a single photo."
8484
  msgstr ""
8485
 
8486
- #: wppa-settings-autosave.php:2348
8487
  msgid ""
8488
  "Shows the photos description on a lightbox display when initiated from a "
8489
  "single photo."
8490
  msgstr ""
8491
 
8492
- #: wppa-settings-autosave.php:2355
8493
  #, fuzzy
8494
  msgid "Overlay mphoto name"
8495
  msgstr "Bitte gibt den Fotonamen an."
8496
 
8497
- #: wppa-settings-autosave.php:2356
8498
  msgid "Show the photos name if from a single media style photo."
8499
  msgstr ""
8500
 
8501
- #: wppa-settings-autosave.php:2357
8502
  msgid ""
8503
  "Shows the name on a lightbox display when initiated from a single media "
8504
  "style photo."
8505
  msgstr ""
8506
 
8507
- #: wppa-settings-autosave.php:2364
8508
  #, fuzzy
8509
  msgid "Overlay mphoto desc"
8510
  msgstr "Thumbnail Fotos verwandte Einstellungen"
8511
 
8512
- #: wppa-settings-autosave.php:2365
8513
  msgid "Show description if from from a media style photo."
8514
  msgstr ""
8515
 
8516
- #: wppa-settings-autosave.php:2366
8517
  msgid ""
8518
  "Shows the photos description on a lightbox display when initiated from a "
8519
  "single media style photo."
8520
  msgstr ""
8521
 
8522
- #: wppa-settings-autosave.php:2373
8523
  #, fuzzy
8524
  msgid "Overlay albumwidget name"
8525
  msgstr ""
8526
  "Trage hier Schriftnamen, Größe, Farbe und Breite für die Album Cover Titel "
8527
  "ein."
8528
 
8529
- #: wppa-settings-autosave.php:2374
8530
  msgid "Show the photos name if from the album widget."
8531
  msgstr ""
8532
 
8533
- #: wppa-settings-autosave.php:2375
8534
  msgid ""
8535
  "Shows the name on a lightbox display when initiated from the album widget."
8536
  msgstr ""
8537
 
8538
- #: wppa-settings-autosave.php:2382
8539
  msgid "Overlay albumwidget desc"
8540
  msgstr ""
8541
 
8542
- #: wppa-settings-autosave.php:2383
8543
  msgid "Show description if from from the album widget."
8544
  msgstr ""
8545
 
8546
- #: wppa-settings-autosave.php:2384
8547
  msgid ""
8548
  "Shows the photos description on a lightbox display when initiated from the "
8549
  "album widget."
8550
  msgstr ""
8551
 
8552
- #: wppa-settings-autosave.php:2391
8553
  #, fuzzy
8554
  msgid "Overlay coverphoto name"
8555
  msgstr "Bitte gibt den Fotonamen an."
8556
 
8557
- #: wppa-settings-autosave.php:2392
8558
  msgid "Show the photos name if from the album cover."
8559
  msgstr ""
8560
 
8561
- #: wppa-settings-autosave.php:2393
8562
  msgid ""
8563
  "Shows the name on a lightbox display when initiated from the album "
8564
  "coverphoto."
8565
  msgstr ""
8566
 
8567
- #: wppa-settings-autosave.php:2400
8568
  msgid "Overlay coverphoto desc"
8569
  msgstr ""
8570
 
8571
- #: wppa-settings-autosave.php:2401
8572
  msgid "Show description if from from the album cover."
8573
  msgstr ""
8574
 
8575
- #: wppa-settings-autosave.php:2402
8576
  msgid ""
8577
  "Shows the photos description on a lightbox display when initiated from the "
8578
  "album coverphoto."
8579
  msgstr ""
8580
 
8581
- #: wppa-settings-autosave.php:2409
8582
  msgid "Overlay add owner"
8583
  msgstr ""
8584
 
8585
- #: wppa-settings-autosave.php:2410
8586
  msgid "Add the owner to the photo name on lightbox displays."
8587
  msgstr ""
8588
 
8589
- #: wppa-settings-autosave.php:2411
8590
  msgid ""
8591
  "This setting is independant of the show name switches and is a global "
8592
  "setting."
8593
  msgstr ""
8594
 
8595
- #: wppa-settings-autosave.php:2418
8596
  #, fuzzy
8597
  msgid "Overlay show start/stop"
8598
  msgstr "Klicke zum Starten/Stoppen"
8599
 
8600
- #: wppa-settings-autosave.php:2419
8601
  msgid "Show Start and Stop for running slideshow on lightbox."
8602
  msgstr ""
8603
 
8604
- #: wppa-settings-autosave.php:2427
8605
  msgid "Overlay show legenda"
8606
  msgstr ""
8607
 
8608
- #: wppa-settings-autosave.php:2428
8609
  msgid "Show \"Press f for fullsize\" etc. on lightbox."
8610
  msgstr ""
8611
 
8612
- #: wppa-settings-autosave.php:2429
8613
  msgid "Independant of this setting, it will not show up on mobile devices."
8614
  msgstr ""
8615
 
8616
- #: wppa-settings-autosave.php:2436
8617
  msgid "Show fullscreen icons"
8618
  msgstr ""
8619
 
8620
- #: wppa-settings-autosave.php:2437
8621
  msgid "Shows fullscreen and back to normal icon buttons on upper right corner"
8622
  msgstr ""
8623
 
8624
- #: wppa-settings-autosave.php:2445
8625
  msgid "Overlay show counter"
8626
  msgstr ""
8627
 
8628
- #: wppa-settings-autosave.php:2446
8629
  msgid "Show the x/y counter below the image."
8630
  msgstr ""
8631
 
8632
- #: wppa-settings-autosave.php:2454
8633
  #, fuzzy
8634
  msgid "Show Zoom in"
8635
  msgstr "Zeigt Zoom in"
8636
 
8637
- #: wppa-settings-autosave.php:2455
8638
  msgid "Display tooltip \"Zoom in\" along with the magnifier cursor."
8639
  msgstr ""
8640
 
8641
- #: wppa-settings-autosave.php:2456
8642
  msgid ""
8643
  "If you select ---none--- in Table I-G2 for magnifier size, the tooltop "
8644
  "contains the photo name."
8645
  msgstr ""
8646
 
8647
- #: wppa-settings-autosave.php:2464
8648
  msgid "Frontend upload configuration settings"
8649
  msgstr ""
8650
 
8651
- #: wppa-settings-autosave.php:2466
8652
  #, fuzzy
8653
  msgid "User upload Photos"
8654
  msgstr "Hochgeladen Fotos benötigen eine Moderation."
8655
 
8656
- #: wppa-settings-autosave.php:2467
8657
  #, fuzzy
8658
  msgid "Enable frontend upload."
8659
  msgstr "<b>FEHLER: Ungültiger Versuch eine Datei hochzuladen</b>"
8660
 
8661
- #: wppa-settings-autosave.php:2468
8662
  msgid ""
8663
  "If you check this item, frontend upload will be enabled according to the "
8664
  "rules set in the following items of this table."
8665
  msgstr ""
8666
 
8667
- #: wppa-settings-autosave.php:2476
8668
  #, fuzzy
8669
  msgid "User upload Photos login"
8670
  msgstr "Hochgeladen Fotos benötigen eine Moderation."
8671
 
8672
- #: wppa-settings-autosave.php:2477
8673
  msgid "Frontend upload requires the user is logged in."
8674
  msgstr ""
8675
 
8676
- #: wppa-settings-autosave.php:2478
8677
  msgid ""
8678
  "If you uncheck this box, make sure you check the item Owners only in Table "
8679
  "VII-D1."
8680
  msgstr ""
8681
 
8682
- #: wppa-settings-autosave.php:2479
8683
  msgid ""
8684
  "Also: set the owner to ---public--- of the albums that are allowed to be "
8685
  "uploaded to."
8686
  msgstr ""
8687
 
8688
- #: wppa-settings-autosave.php:2486
8689
  #, fuzzy
8690
  msgid "User upload Ajax"
8691
  msgstr "Hochgeladen Fotos benötigen eine Moderation."
8692
 
8693
- #: wppa-settings-autosave.php:2487
8694
  msgid "Shows the upload progression bar."
8695
  msgstr ""
8696
 
8697
- #: wppa-settings-autosave.php:2495
8698
  msgid "Show Copyright"
8699
  msgstr ""
8700
 
8701
- #: wppa-settings-autosave.php:2496
8702
  msgid "Show a copyright warning on frontend upload locations."
8703
  msgstr ""
8704
 
8705
- #: wppa-settings-autosave.php:2505
8706
  msgid "Copyright notice"
8707
  msgstr ""
8708
 
8709
- #: wppa-settings-autosave.php:2506
8710
  msgid "The message to be displayed."
8711
  msgstr ""
8712
 
8713
- #: wppa-settings-autosave.php:2514
8714
  msgid "User Watermark"
8715
  msgstr ""
8716
 
8717
- #: wppa-settings-autosave.php:2515
8718
  msgid "Uploading users may select watermark settings"
8719
  msgstr ""
8720
 
8721
- #: wppa-settings-autosave.php:2516
8722
  msgid ""
8723
  "If checked, anyone who can upload and/or import photos can overrule the "
8724
  "default watermark settings."
8725
  msgstr ""
8726
 
8727
- #: wppa-settings-autosave.php:2523
8728
  #, fuzzy
8729
  msgid "User name"
8730
  msgstr "Dein Name:"
8731
 
8732
- #: wppa-settings-autosave.php:2524
8733
  msgid "Uploading users may overrule the default name."
8734
  msgstr ""
8735
 
8736
- #: wppa-settings-autosave.php:2525
8737
  msgid ""
8738
  "If checked, the default photo name as defined in Table IX-D13 may be "
8739
  "overruled by the user."
8740
  msgstr ""
8741
 
8742
- #: wppa-settings-autosave.php:2532
8743
  msgid "Apply Newphoto desc user"
8744
  msgstr ""
8745
 
8746
- #: wppa-settings-autosave.php:2533
8747
  msgid "Give each new frontend uploaded photo a standard description."
8748
  msgstr ""
8749
 
8750
- #: wppa-settings-autosave.php:2534
8751
  msgid ""
8752
  "If checked, each new photo will get the description (template) as specified "
8753
  "in Table IX-D5."
8754
  msgstr ""
8755
 
8756
- #: wppa-settings-autosave.php:2541
8757
  msgid "User desc"
8758
  msgstr ""
8759
 
8760
- #: wppa-settings-autosave.php:2542
8761
  msgid "Uploading users may overrule the default description."
8762
  msgstr ""
8763
 
8764
- #: wppa-settings-autosave.php:2550
8765
  #, fuzzy
8766
  msgid "User upload custom"
8767
  msgstr "Hochgeladen Fotos benötigen eine Moderation."
8768
 
8769
- #: wppa-settings-autosave.php:2551
8770
  msgid "Frontend upload can fill in custom data fields."
8771
  msgstr ""
8772
 
8773
- #: wppa-settings-autosave.php:2559
8774
  #, fuzzy
8775
  msgid "User upload tags"
8776
  msgstr "Hochgeladen Fotos benötigen eine Moderation."
8777
 
8778
- #: wppa-settings-autosave.php:2560
8779
  msgid "Frontend upload can add tags."
8780
  msgstr ""
8781
 
8782
- #: wppa-settings-autosave.php:2561
8783
  msgid "You can configure the details of tag addition in Table IX-D18.x"
8784
  msgstr ""
8785
 
8786
- #: wppa-settings-autosave.php:2569 wppa-settings-autosave.php:2597
8787
- #: wppa-settings-autosave.php:2625
8788
  #, fuzzy
8789
  msgid "Tag selection box"
8790
  msgstr "--- gelöscht ---"
8791
 
8792
- #: wppa-settings-autosave.php:2570 wppa-settings-autosave.php:2598
8793
- #: wppa-settings-autosave.php:2626
8794
  msgid "Front-end upload tags selecion box."
8795
  msgstr ""
8796
 
8797
- #: wppa-settings-autosave.php:2574 wppa-settings-autosave.php:2602
8798
- #: wppa-settings-autosave.php:2630
8799
  msgid "On:"
8800
  msgstr ""
8801
 
8802
- #: wppa-settings-autosave.php:2574 wppa-settings-autosave.php:2602
8803
- #: wppa-settings-autosave.php:2630
8804
  #, fuzzy
8805
  msgid "Multi:"
8806
  msgstr "Multi Bewertung"
8807
 
8808
- #: wppa-settings-autosave.php:2579 wppa-settings-autosave.php:2607
8809
- #: wppa-settings-autosave.php:2635
8810
  msgid "Caption box"
8811
  msgstr ""
8812
 
8813
- #: wppa-settings-autosave.php:2580 wppa-settings-autosave.php:2608
8814
- #: wppa-settings-autosave.php:2636
8815
  msgid "The title of the tag selection box."
8816
  msgstr ""
8817
 
8818
- #: wppa-settings-autosave.php:2588 wppa-settings-autosave.php:2616
8819
- #: wppa-settings-autosave.php:2644
8820
  msgid "Tags box"
8821
  msgstr ""
8822
 
8823
- #: wppa-settings-autosave.php:2589 wppa-settings-autosave.php:2617
8824
- #: wppa-settings-autosave.php:2645
8825
  #, fuzzy
8826
  msgid "The tags in the selection box."
8827
  msgstr "--- gelöscht ---"
8828
 
8829
- #: wppa-settings-autosave.php:2590 wppa-settings-autosave.php:2618
8830
- #: wppa-settings-autosave.php:2646
8831
  msgid ""
8832
  "Enter the tags you want to appear in the selection box. Empty means: all "
8833
  "existing tags"
8834
  msgstr ""
8835
 
8836
- #: wppa-settings-autosave.php:2653
8837
  msgid "New tags"
8838
  msgstr ""
8839
 
8840
- #: wppa-settings-autosave.php:2654
8841
  msgid "Input field for any user defined tags."
8842
  msgstr ""
8843
 
8844
- #: wppa-settings-autosave.php:2662
8845
  #, fuzzy
8846
  msgid "New tags caption"
8847
  msgstr ""
8848
  ". </i>Dieses Plugin wird dazu führen, das wppa+ nicht richtig funktioniert ."
8849
 
8850
- #: wppa-settings-autosave.php:2663
8851
  msgid "The caption above the tags input field."
8852
  msgstr ""
8853
 
8854
- #: wppa-settings-autosave.php:2671
8855
  #, fuzzy
8856
  msgid "Preview tags"
8857
  msgstr "Vorheriges Foto"
8858
 
8859
- #: wppa-settings-autosave.php:2672
8860
  msgid "Show a preview of all tags that will be added to the photo info."
8861
  msgstr ""
8862
 
8863
- #: wppa-settings-autosave.php:2681
8864
  msgid "Miscellaneous visibility settings"
8865
  msgstr ""
8866
 
8867
- #: wppa-settings-autosave.php:2683
8868
  msgid "Frontend ending label"
8869
  msgstr ""
8870
 
8871
- #: wppa-settings-autosave.php:2684
8872
  msgid "Frontend upload / create / edit dialog closing label text."
8873
  msgstr ""
8874
 
8875
- #: wppa-settings-autosave.php:2687
8876
  msgid "Abort"
8877
  msgstr "Abbrechen"
8878
 
8879
- #: wppa-settings-autosave.php:2687
8880
  msgid "Close"
8881
  msgstr "Schließen"
8882
 
8883
- #: wppa-settings-autosave.php:2687
8884
  msgid "Exit"
8885
  msgstr "Beenden"
8886
 
8887
- #: wppa-settings-autosave.php:2687
8888
  msgid "Quit"
8889
  msgstr "Verlassen"
8890
 
8891
- #: wppa-settings-autosave.php:2695
8892
  msgid "Widget thumbs fontsize"
8893
  msgstr ""
8894
 
8895
- #: wppa-settings-autosave.php:2696
8896
  msgid "Font size for thumbnail subtext in widgets."
8897
  msgstr ""
8898
 
8899
- #: wppa-settings-autosave.php:2704
8900
  msgid "Arrow color"
8901
  msgstr ""
8902
 
8903
- #: wppa-settings-autosave.php:2705
8904
  msgid "Left/right browsing arrow color."
8905
  msgstr ""
8906
 
8907
- #: wppa-settings-autosave.php:2706
8908
  msgid "Enter the color of the filmstrip navigation arrows."
8909
  msgstr ""
8910
 
8911
- #: wppa-settings-autosave.php:2713
8912
  msgid "Owner on new line"
8913
  msgstr ""
8914
 
8915
- #: wppa-settings-autosave.php:2714
8916
  msgid "Place the (owner) text on a new line."
8917
  msgstr ""
8918
 
8919
- #: wppa-settings-autosave.php:2722
8920
  msgid "Custom datafields"
8921
  msgstr ""
8922
 
8923
- #: wppa-settings-autosave.php:2723
8924
  msgid "Define up to 10 custom data fields for photos."
8925
  msgstr ""
8926
 
8927
- #: wppa-settings-autosave.php:2733
8928
  #, php-format
8929
  msgid "Name and visibility %s"
8930
  msgstr ""
8931
 
8932
- #: wppa-settings-autosave.php:2734
8933
  #, php-format
8934
  msgid "The caption for field %s and visibility at frontend."
8935
  msgstr ""
8936
 
8937
- #: wppa-settings-autosave.php:2735
8938
  #, php-format
8939
  msgid ""
8940
  "If you check the box, the value of this field is displayable in photo "
8941
  "descriptions at the frontend with keyword w#c%s"
8942
  msgstr ""
8943
 
8944
- #: wppa-settings-autosave.php:2765
8945
  msgid "Table III:"
8946
  msgstr ""
8947
 
8948
- #: wppa-settings-autosave.php:2765
8949
  msgid "Backgrounds:"
8950
  msgstr ""
8951
 
8952
- #: wppa-settings-autosave.php:2766
8953
  msgid "This table describes the backgrounds of wppa+ elements."
8954
  msgstr ""
8955
 
8956
- #: wppa-settings-autosave.php:2776 wppa-settings-autosave.php:3074
8957
  msgid "Background color"
8958
  msgstr ""
8959
 
8960
- #: wppa-settings-autosave.php:2777 wppa-settings-autosave.php:2779
8961
- #: wppa-settings-autosave.php:3075 wppa-settings-autosave.php:3077
8962
  msgid "Sample"
8963
  msgstr ""
8964
 
8965
- #: wppa-settings-autosave.php:2778 wppa-settings-autosave.php:3076
8966
  msgid "Border color"
8967
  msgstr ""
8968
 
8969
- #: wppa-settings-autosave.php:2787
8970
  msgid "Slideshow elements backgrounds"
8971
  msgstr ""
8972
 
8973
- #: wppa-settings-autosave.php:2789
8974
  msgid "Nav"
8975
  msgstr ""
8976
 
8977
- #: wppa-settings-autosave.php:2790
8978
  msgid "Navigation bars."
8979
  msgstr ""
8980
 
8981
- #: wppa-settings-autosave.php:2791
8982
  msgid "Enter valid CSS colors for navigation backgrounds and borders."
8983
  msgstr ""
8984
 
8985
- #: wppa-settings-autosave.php:2802
8986
  msgid "SlideImg"
8987
  msgstr ""
8988
 
8989
- #: wppa-settings-autosave.php:2803
8990
  #, fuzzy
8991
  msgid "Fullsize Slideshow Photos."
8992
  msgstr "Super View Fotos"
8993
 
8994
- #: wppa-settings-autosave.php:2804
8995
  msgid "Enter valid CSS colors for fullsize photo backgrounds and borders."
8996
  msgstr ""
8997
 
8998
- #: wppa-settings-autosave.php:2805
8999
  msgid "The colors may be equal or \"transparent\""
9000
  msgstr ""
9001
 
9002
- #: wppa-settings-autosave.php:2806
9003
  msgid ""
9004
  "For more information about slideshow image borders see the help on Table I-B4"
9005
  msgstr ""
9006
 
9007
- #: wppa-settings-autosave.php:2817 wppa-settings-autosave.php:4379
9008
  msgid "Numbar"
9009
  msgstr ""
9010
 
9011
- #: wppa-settings-autosave.php:2818
9012
  msgid "Number bar box background."
9013
  msgstr ""
9014
 
9015
- #: wppa-settings-autosave.php:2819
9016
  msgid "Enter valid CSS colors for numbar box backgrounds and borders."
9017
  msgstr ""
9018
 
9019
- #: wppa-settings-autosave.php:2830
9020
  msgid "Numbar active"
9021
  msgstr ""
9022
 
9023
- #: wppa-settings-autosave.php:2831
9024
  msgid "Number bar active box background."
9025
  msgstr ""
9026
 
9027
- #: wppa-settings-autosave.php:2832
9028
  msgid "Enter valid CSS colors for numbar active box backgrounds and borders."
9029
  msgstr ""
9030
 
9031
- #: wppa-settings-autosave.php:2843
9032
  msgid "Name/desc"
9033
  msgstr ""
9034
 
9035
- #: wppa-settings-autosave.php:2844
9036
  msgid "Name and Description bars."
9037
  msgstr ""
9038
 
9039
- #: wppa-settings-autosave.php:2845
9040
  msgid ""
9041
  "Enter valid CSS colors for name and description box backgrounds and borders."
9042
  msgstr ""
9043
 
9044
- #: wppa-settings-autosave.php:2857
9045
  msgid "Comment input and display areas."
9046
  msgstr ""
9047
 
9048
- #: wppa-settings-autosave.php:2858
9049
  msgid "Enter valid CSS colors for comment box backgrounds and borders."
9050
  msgstr ""
9051
 
9052
- #: wppa-settings-autosave.php:2869 wppa-settings-autosave.php:7504
9053
- #: wppa-settings-autosave.php:7549
9054
  msgid "Custom"
9055
  msgstr ""
9056
 
9057
- #: wppa-settings-autosave.php:2870
9058
  msgid "Custom box background."
9059
  msgstr ""
9060
 
9061
- #: wppa-settings-autosave.php:2871
9062
  msgid "Enter valid CSS colors for custom box backgrounds and borders."
9063
  msgstr ""
9064
 
9065
- #: wppa-settings-autosave.php:2882
9066
  msgid "IPTC"
9067
  msgstr ""
9068
 
9069
- #: wppa-settings-autosave.php:2883
9070
  msgid "IPTC display box background."
9071
  msgstr ""
9072
 
9073
- #: wppa-settings-autosave.php:2884
9074
  msgid "Enter valid CSS colors for iptc box backgrounds and borders."
9075
  msgstr ""
9076
 
9077
- #: wppa-settings-autosave.php:2895
9078
  msgid "EXIF"
9079
  msgstr ""
9080
 
9081
- #: wppa-settings-autosave.php:2896
9082
  msgid "EXIF display box background."
9083
  msgstr ""
9084
 
9085
- #: wppa-settings-autosave.php:2897
9086
  msgid "Enter valid CSS colors for exif box backgrounds and borders."
9087
  msgstr ""
9088
 
9089
- #: wppa-settings-autosave.php:2908
9090
  msgid "Share"
9091
  msgstr ""
9092
 
9093
- #: wppa-settings-autosave.php:2909
9094
  msgid "Share box display background."
9095
  msgstr ""
9096
 
9097
- #: wppa-settings-autosave.php:2910
9098
  msgid "Enter valid CSS colors for share box backgrounds and borders."
9099
  msgstr ""
9100
 
9101
- #: wppa-settings-autosave.php:2921
9102
  msgid "Other backgrounds"
9103
  msgstr ""
9104
 
9105
- #: wppa-settings-autosave.php:2923
9106
  msgid "Even"
9107
  msgstr ""
9108
 
9109
- #: wppa-settings-autosave.php:2924
9110
  msgid "Even background."
9111
  msgstr ""
9112
 
9113
- #: wppa-settings-autosave.php:2925
9114
  msgid ""
9115
  "Enter valid CSS colors for even numbered backgrounds and borders of album "
9116
  "covers and thumbnail displays 'As covers'."
9117
  msgstr ""
9118
 
9119
- #: wppa-settings-autosave.php:2936
9120
  msgid "Odd"
9121
  msgstr ""
9122
 
9123
- #: wppa-settings-autosave.php:2937
9124
  msgid "Odd background."
9125
  msgstr ""
9126
 
9127
- #: wppa-settings-autosave.php:2938
9128
  msgid ""
9129
  "Enter valid CSS colors for odd numbered backgrounds and borders of album "
9130
  "covers and thumbnail displays 'As covers'."
9131
  msgstr ""
9132
 
9133
- #: wppa-settings-autosave.php:2949
9134
  #, fuzzy
9135
  msgid "Thumbnail padding"
9136
  msgstr "Anzeigen..."
9137
 
9138
- #: wppa-settings-autosave.php:2950
9139
  msgid "Thumbnail padding color if thumbnail aspect is a padded setting."
9140
  msgstr ""
9141
 
9142
- #: wppa-settings-autosave.php:2951
9143
  msgid ""
9144
  "Enter valid CSS color hexadecimal like #000000 for black or #ffffff for "
9145
  "white for the padded thumbnails."
9146
  msgstr ""
9147
 
9148
- #: wppa-settings-autosave.php:2962
9149
  msgid "Img"
9150
  msgstr ""
9151
 
9152
- #: wppa-settings-autosave.php:2963
9153
  msgid "Cover Photos and popups."
9154
  msgstr ""
9155
 
9156
- #: wppa-settings-autosave.php:2964
9157
  msgid ""
9158
  "Enter valid CSS colors for Cover photo and popup backgrounds and borders."
9159
  msgstr ""
9160
 
9161
- #: wppa-settings-autosave.php:2976
9162
  msgid "Upload box background."
9163
  msgstr ""
9164
 
9165
- #: wppa-settings-autosave.php:2977
9166
  msgid "Enter valid CSS colors for upload box backgrounds and borders."
9167
  msgstr ""
9168
 
9169
- #: wppa-settings-autosave.php:2988
9170
  #, fuzzy
9171
  msgid "Multitag"
9172
  msgstr "Multi Bewertung"
9173
 
9174
- #: wppa-settings-autosave.php:2989
9175
  msgid "Multitag box background."
9176
  msgstr ""
9177
 
9178
- #: wppa-settings-autosave.php:2990
9179
  msgid "Enter valid CSS colors for multitag box backgrounds and borders."
9180
  msgstr ""
9181
 
9182
- #: wppa-settings-autosave.php:3001
9183
  msgid "Tagcloud"
9184
  msgstr ""
9185
 
9186
- #: wppa-settings-autosave.php:3002
9187
  msgid "Tagcloud box background."
9188
  msgstr ""
9189
 
9190
- #: wppa-settings-autosave.php:3003
9191
  msgid "Enter valid CSS colors for tagcloud box backgrounds and borders."
9192
  msgstr ""
9193
 
9194
- #: wppa-settings-autosave.php:3014
9195
  #, fuzzy
9196
  msgid "Superview"
9197
  msgstr "Super View Fotos"
9198
 
9199
- #: wppa-settings-autosave.php:3015
9200
  msgid "Superview box background."
9201
  msgstr ""
9202
 
9203
- #: wppa-settings-autosave.php:3016
9204
  msgid "Enter valid CSS colors for superview box backgrounds and borders."
9205
  msgstr ""
9206
 
9207
- #: wppa-settings-autosave.php:3028
9208
  msgid "Search box background."
9209
  msgstr ""
9210
 
9211
- #: wppa-settings-autosave.php:3029
9212
  msgid "Enter valid CSS colors for search box backgrounds and borders."
9213
  msgstr ""
9214
 
9215
- #: wppa-settings-autosave.php:3040
9216
  #, fuzzy
9217
  msgid "BestOf"
9218
  msgstr "Fotos"
9219
 
9220
- #: wppa-settings-autosave.php:3041
9221
  msgid "BestOf box background."
9222
  msgstr ""
9223
 
9224
- #: wppa-settings-autosave.php:3042
9225
  msgid "Enter valid CSS colors for bestof box backgrounds and borders."
9226
  msgstr ""
9227
 
9228
- #: wppa-settings-autosave.php:3053
9229
  msgid "Calendar"
9230
  msgstr ""
9231
 
9232
- #: wppa-settings-autosave.php:3054
9233
  msgid "Calendar box background."
9234
  msgstr ""
9235
 
9236
- #: wppa-settings-autosave.php:3055
9237
  msgid "Enter valid CSS colors for calendar box backgrounds and borders."
9238
  msgstr ""
9239
 
9240
- #: wppa-settings-autosave.php:3087
9241
  msgid "Table IV:"
9242
  msgstr ""
9243
 
9244
- #: wppa-settings-autosave.php:3087
9245
  msgid "Behaviour:"
9246
  msgstr ""
9247
 
9248
- #: wppa-settings-autosave.php:3088
9249
  msgid "This table describes the dynamic behaviour of certain wppa+ elements."
9250
  msgstr ""
9251
 
9252
- #: wppa-settings-autosave.php:3106
9253
  msgid "System related settings"
9254
  msgstr ""
9255
 
9256
- #: wppa-settings-autosave.php:3108
9257
  msgid "Use Ajax"
9258
  msgstr ""
9259
 
9260
- #: wppa-settings-autosave.php:3109
9261
  msgid "Use Ajax as much as is possible and implemented."
9262
  msgstr ""
9263
 
9264
- #: wppa-settings-autosave.php:3110
9265
  msgid ""
9266
  "If this box is ticked, page content updates from within wppa+ displays will "
9267
  "be Ajax based as much as possible."
9268
  msgstr ""
9269
 
9270
- #: wppa-settings-autosave.php:3118
9271
  msgid "Ajax NON Admin"
9272
  msgstr ""
9273
 
9274
- #: wppa-settings-autosave.php:3119
9275
  msgid "Frontend ajax use no admin files."
9276
  msgstr ""
9277
 
9278
- #: wppa-settings-autosave.php:3120
9279
  msgid "If you want to password protect wp-admin, check this box."
9280
  msgstr ""
9281
 
9282
- #: wppa-settings-autosave.php:3121
9283
  msgid ""
9284
  "In rare cases changing page content does not work when this box is checked. "
9285
  "Verify the functionality!"
9286
  msgstr ""
9287
 
9288
- #: wppa-settings-autosave.php:3128
9289
  #, fuzzy
9290
  msgid "Photo names in urls"
9291
  msgstr "Suchergebnisse für: %s"
9292
 
9293
- #: wppa-settings-autosave.php:3129
9294
  msgid "Display photo names in urls."
9295
  msgstr ""
9296
 
9297
- #: wppa-settings-autosave.php:3130
9298
  msgid "Urls to wppa+ displays will contain photonames in stead of numbers."
9299
  msgstr ""
9300
 
9301
- #: wppa-settings-autosave.php:3131
9302
  msgid ""
9303
  "It is your responsability to avoid duplicate names of photos in the same "
9304
  "album."
9305
  msgstr ""
9306
 
9307
- #: wppa-settings-autosave.php:3138
9308
  #, fuzzy
9309
  msgid "Album names in urls"
9310
  msgstr "Album Admin"
9311
 
9312
- #: wppa-settings-autosave.php:3139
9313
  msgid "Display album names in urls."
9314
  msgstr ""
9315
 
9316
- #: wppa-settings-autosave.php:3140
9317
  msgid "Urls to wppa+ displays will contain albumnames in stead of numbers."
9318
  msgstr ""
9319
 
9320
- #: wppa-settings-autosave.php:3141
9321
  msgid ""
9322
  "It is your responsability to avoid duplicate names of albums in the system."
9323
  msgstr ""
9324
 
9325
- #: wppa-settings-autosave.php:3148
9326
  msgid "Use short query args"
9327
  msgstr ""
9328
 
9329
- #: wppa-settings-autosave.php:3149
9330
  msgid "Use &album=... &photo=..."
9331
  msgstr ""
9332
 
9333
- #: wppa-settings-autosave.php:3150
9334
  msgid ""
9335
  "Urls to wppa+ displays will contain &album=... &photo=... in stead of &wppa-"
9336
  "album=... &wppa-photo=..."
9337
  msgstr ""
9338
 
9339
- #: wppa-settings-autosave.php:3151
9340
  msgid ""
9341
  "Use this setting only when there are no conflicts with other plugins that "
9342
  "may interprete arguments like &album= etc."
9343
  msgstr ""
9344
 
9345
- #: wppa-settings-autosave.php:3158
9346
  msgid "Enable pretty links"
9347
  msgstr ""
9348
 
9349
- #: wppa-settings-autosave.php:3159
9350
  msgid "Enable the generation and understanding of pretty links."
9351
  msgstr ""
9352
 
9353
- #: wppa-settings-autosave.php:3160
9354
  msgid ""
9355
  "If checked, links to social media and the qr code will have \"/token1/token2/"
9356
  "\" etc in stead of \"&arg1=..&arg2=..\" etc."
9357
  msgstr ""
9358
 
9359
- #: wppa-settings-autosave.php:3161
9360
  msgid ""
9361
  "These types of links will be interpreted and cause a redirection on entering."
9362
  msgstr ""
9363
 
9364
- #: wppa-settings-autosave.php:3162
9365
  msgid ""
9366
  "It is recommended to check this box. It shortens links dramatically and "
9367
  "simplifies qr codes."
9368
  msgstr ""
9369
 
9370
- #: wppa-settings-autosave.php:3163
9371
  msgid ""
9372
  "However, you may encounter conflicts with themes and/or other plugins, so "
9373
  "test it troughly!"
9374
  msgstr ""
9375
 
9376
- #: wppa-settings-autosave.php:3164
9377
  msgid ""
9378
  "Table IV-A2 (Photo names in urls) must be UNchecked for this setting to work!"
9379
  msgstr ""
9380
 
9381
- #: wppa-settings-autosave.php:3171
9382
  #, fuzzy
9383
  msgid "Update addressline"
9384
  msgstr "Erneuere die Plugin Beschreibung"
9385
 
9386
- #: wppa-settings-autosave.php:3172
9387
  msgid "Update the addressline after an ajax action or next slide."
9388
  msgstr ""
9389
 
9390
- #: wppa-settings-autosave.php:3173
9391
  msgid ""
9392
  "If checked, refreshing the page will show the current content and the "
9393
  "browsers back and forth arrows will browse the history on the page."
9394
  msgstr ""
9395
 
9396
- #: wppa-settings-autosave.php:3174
9397
  msgid ""
9398
  "If unchecked, refreshing the page will re-display the content of the "
9399
  "original page."
9400
  msgstr ""
9401
 
9402
- #: wppa-settings-autosave.php:3175
9403
  msgid ""
9404
  "This will only work on browsers that support history.pushState() and "
9405
  "therefor NOT in IE"
9406
  msgstr ""
9407
 
9408
- #: wppa-settings-autosave.php:3176
9409
  msgid "Switching this off will affect the browsers behaviour."
9410
  msgstr ""
9411
 
9412
- #: wppa-settings-autosave.php:3183
9413
  msgid "Render shortcode always"
9414
  msgstr ""
9415
 
9416
- #: wppa-settings-autosave.php:3184
9417
  msgid "This will skip the check on proper initialisation."
9418
  msgstr ""
9419
 
9420
- #: wppa-settings-autosave.php:3185
9421
  msgid ""
9422
  "This setting is required for certain themes like Gantry to prevent the "
9423
  "display of wppa placeholders like [WPPA+ Photo display]."
9424
  msgstr ""
9425
 
9426
- #: wppa-settings-autosave.php:3186
9427
  #, php-format
9428
  msgid ""
9429
  "If this check is needed, you can use shortcodes like [wppa ...] only, not "
9430
  "scripts like %%wppa%%."
9431
  msgstr ""
9432
 
9433
- #: wppa-settings-autosave.php:3193
9434
  msgid "Track viewcounts"
9435
  msgstr ""
9436
 
9437
- #: wppa-settings-autosave.php:3194
9438
  msgid "Register number of views of albums and photos."
9439
  msgstr ""
9440
 
9441
- #: wppa-settings-autosave.php:3202
9442
  #, fuzzy
9443
  msgid "Auto page"
9444
  msgstr "Automatisch Gespeichert"
9445
 
9446
- #: wppa-settings-autosave.php:3203
9447
  msgid "Create a wp page for every fullsize image."
9448
  msgstr ""
9449
 
9450
- #: wppa-settings-autosave.php:3207
9451
  msgid "Please reload this page after changing!"
9452
  msgstr ""
9453
 
9454
- #: wppa-settings-autosave.php:3213
9455
  msgid "Auto page display"
9456
  msgstr ""
9457
 
9458
- #: wppa-settings-autosave.php:3214
9459
  msgid "The type of display on the autopage pages."
9460
  msgstr ""
9461
 
9462
- #: wppa-settings-autosave.php:3217
9463
  #, fuzzy
9464
  msgid "Single photo"
9465
  msgstr "Verwalte Fotos"
9466
 
9467
- #: wppa-settings-autosave.php:3217
9468
  #, fuzzy
9469
  msgid "Media type photo"
9470
  msgstr "Foto bearbeiten"
9471
 
9472
- #: wppa-settings-autosave.php:3217
9473
  msgid "In the style of a slideshow"
9474
  msgstr ""
9475
 
9476
- #: wppa-settings-autosave.php:3224
9477
  msgid "Auto page links"
9478
  msgstr ""
9479
 
9480
- #: wppa-settings-autosave.php:3225
9481
  msgid "The location for the pagelinks."
9482
  msgstr ""
9483
 
9484
- #: wppa-settings-autosave.php:3228
9485
  msgid "At top and bottom"
9486
  msgstr ""
9487
 
9488
- #: wppa-settings-autosave.php:3235
9489
  msgid "Defer javascript"
9490
  msgstr ""
9491
 
9492
- #: wppa-settings-autosave.php:3236
9493
  msgid "Put javascript near the end of the page."
9494
  msgstr ""
9495
 
9496
- #: wppa-settings-autosave.php:3237
9497
  msgid ""
9498
  "If checkd: May fix layout problems and broken slideshows. May speed up or "
9499
  "slow down page appearing."
9500
  msgstr ""
9501
 
9502
- #: wppa-settings-autosave.php:3244
9503
  msgid "Inline styles"
9504
  msgstr ""
9505
 
9506
- #: wppa-settings-autosave.php:3245
9507
  msgid "Set style specifications inline."
9508
  msgstr ""
9509
 
9510
- #: wppa-settings-autosave.php:3246
9511
  msgid "If checked: May fix layout problems, but slows down page appearing."
9512
  msgstr ""
9513
 
9514
- #: wppa-settings-autosave.php:3253
9515
  msgid "Custom style"
9516
  msgstr ""
9517
 
9518
- #: wppa-settings-autosave.php:3254
9519
  msgid "Enter custom style specs here."
9520
  msgstr ""
9521
 
9522
- #: wppa-settings-autosave.php:3262
9523
  msgid "Use customized style file"
9524
  msgstr ""
9525
 
9526
- #: wppa-settings-autosave.php:3263 wppa-settings-autosave.php:3272
9527
  msgid "This feature is highly discouraged."
9528
  msgstr ""
9529
 
9530
- #: wppa-settings-autosave.php:3271
9531
  msgid "Use customized theme file"
9532
  msgstr ""
9533
 
9534
- #: wppa-settings-autosave.php:3280
9535
  msgid "Enable photo html access"
9536
  msgstr ""
9537
 
9538
- #: wppa-settings-autosave.php:3281
9539
  msgid "Creates an .htaccess file in .../uploads/wppa/"
9540
  msgstr ""
9541
 
9542
- #: wppa-settings-autosave.php:3282
9543
  msgid ""
9544
  "If checked: assures http access to your wppa photo files, despite other ."
9545
  "htaccess settings that may protect these files."
9546
  msgstr ""
9547
 
9548
- #: wppa-settings-autosave.php:3289
9549
  msgid "Lazy or HTML comp"
9550
  msgstr ""
9551
 
9552
- #: wppa-settings-autosave.php:3290
9553
  msgid "Tick this box when you use lazy load or html compression."
9554
  msgstr ""
9555
 
9556
- #: wppa-settings-autosave.php:3291
9557
  msgid ""
9558
  "If the filmstrip images do not show up and you have a lazy load or html "
9559
  "optimizing plugin active: Check this box"
9560
  msgstr ""
9561
 
9562
- #: wppa-settings-autosave.php:3298
9563
  #, fuzzy
9564
  msgid "Thumbs first"
9565
  msgstr "Miniaturbild Widget "
9566
 
9567
- #: wppa-settings-autosave.php:3299
9568
  msgid "When displaying album content: thumbnails before subalbums."
9569
  msgstr ""
9570
 
9571
- #: wppa-settings-autosave.php:3307
9572
  msgid "Login links"
9573
  msgstr ""
9574
 
9575
- #: wppa-settings-autosave.php:3308
9576
  #, fuzzy
9577
  msgid "You must login to... links to login page."
9578
  msgstr ""
9579
  "Du musst <a href=\"%s\">angemeldet</a> sein, um einen Kommentar zu "
9580
  "hinterlassen."
9581
 
9582
- #: wppa-settings-autosave.php:3316
9583
  msgid "Enable Video"
9584
  msgstr ""
9585
 
9586
- #: wppa-settings-autosave.php:3317
9587
  msgid "Enables video support."
9588
  msgstr ""
9589
 
9590
- #: wppa-settings-autosave.php:3326
9591
  msgid "Enable Audio"
9592
  msgstr ""
9593
 
9594
- #: wppa-settings-autosave.php:3327
9595
  msgid "Enables audio support."
9596
  msgstr ""
9597
 
9598
- #: wppa-settings-autosave.php:3335
9599
  msgid "Relative urls"
9600
  msgstr ""
9601
 
9602
- #: wppa-settings-autosave.php:3336
9603
  msgid "Use relative urls only."
9604
  msgstr ""
9605
 
9606
- #: wppa-settings-autosave.php:3345
9607
  msgid "Slideshow related settings"
9608
  msgstr ""
9609
 
9610
- #: wppa-settings-autosave.php:3347
9611
  msgid "V align"
9612
  msgstr ""
9613
 
9614
- #: wppa-settings-autosave.php:3348
9615
  msgid "Vertical alignment of slideshow images."
9616
  msgstr ""
9617
 
9618
- #: wppa-settings-autosave.php:3349
9619
  msgid "Specify the vertical alignment of slideshow images."
9620
  msgstr ""
9621
 
9622
- #: wppa-settings-autosave.php:3350
9623
  msgid ""
9624
  "If you select --- none ---, the photos will not be centered horizontally "
9625
  "either."
9626
  msgstr ""
9627
 
9628
- #: wppa-settings-autosave.php:3352 wppa-settings-autosave.php:3617
9629
  #: wppa-slideshow-widget.php:216
9630
  #, fuzzy
9631
  msgid "top"
9632
  msgstr "Beenden"
9633
 
9634
- #: wppa-settings-autosave.php:3352 wppa-settings-autosave.php:3366
9635
- #: wppa-settings-autosave.php:3617 wppa-slideshow-widget.php:217
9636
  #: wppa-tinymce-scripts.php:290 wppa-tinymce-shortcodes.php:519
9637
  #: wppa-widget-admin.php:78
9638
  msgid "center"
9639
  msgstr ""
9640
 
9641
- #: wppa-settings-autosave.php:3352 wppa-settings-autosave.php:3617
9642
  #: wppa-slideshow-widget.php:218
9643
  msgid "bottom"
9644
  msgstr ""
9645
 
9646
- #: wppa-settings-autosave.php:3352 wppa-slideshow-widget.php:219
9647
  msgid "fit"
9648
  msgstr ""
9649
 
9650
- #: wppa-settings-autosave.php:3360
9651
  msgid "H align"
9652
  msgstr ""
9653
 
9654
- #: wppa-settings-autosave.php:3361
9655
  msgid "Horizontal alignment of slideshow images."
9656
  msgstr ""
9657
 
9658
- #: wppa-settings-autosave.php:3362
9659
  msgid ""
9660
  "Specify the horizontal alignment of slideshow images. If you specify --- "
9661
  "none --- , no horizontal alignment will take place."
9662
  msgstr ""
9663
 
9664
- #: wppa-settings-autosave.php:3363
9665
  msgid ""
9666
  "This setting is only usefull when the Column Width differs from the Maximum "
9667
  "Width."
9668
  msgstr ""
9669
 
9670
- #: wppa-settings-autosave.php:3364
9671
  msgid "(Settings I-A1 and I-B1)"
9672
  msgstr ""
9673
 
9674
- #: wppa-settings-autosave.php:3374
9675
  #, fuzzy
9676
  msgid "Start slideshow running."
9677
  msgstr "Doppelklick zum Starten/Stoppen der Slideshow"
9678
 
9679
- #: wppa-settings-autosave.php:3375
9680
  msgid ""
9681
  "If you select \"running\", the slideshow will start running immediately, if "
9682
  "you select \"still at first photo\", the first photo will be displayed in "
9683
  "browse mode."
9684
  msgstr ""
9685
 
9686
- #: wppa-settings-autosave.php:3376
9687
  msgid ""
9688
  "If you select \"still at first norated\", the first photo that the visitor "
9689
  "did not gave a rating will be displayed in browse mode."
9690
  msgstr ""
9691
 
9692
- #: wppa-settings-autosave.php:3378
9693
  msgid "running"
9694
  msgstr ""
9695
 
9696
- #: wppa-settings-autosave.php:3379
9697
  msgid "still at first photo"
9698
  msgstr ""
9699
 
9700
- #: wppa-settings-autosave.php:3380
9701
  msgid "still at first norated"
9702
  msgstr ""
9703
 
9704
- #: wppa-settings-autosave.php:3391
9705
  msgid "Start slideonly"
9706
  msgstr ""
9707
 
9708
- #: wppa-settings-autosave.php:3392
9709
  #, fuzzy
9710
  msgid "Start slideonly slideshow running."
9711
  msgstr "Doppelklick zum Starten/Stoppen der Slideshow"
9712
 
9713
- #: wppa-settings-autosave.php:3400 wppa-settings-autosave.php:4215
9714
  msgid "Video autostart"
9715
  msgstr ""
9716
 
9717
- #: wppa-settings-autosave.php:3401
9718
  msgid "Autoplay videos in slideshows."
9719
  msgstr ""
9720
 
9721
- #: wppa-settings-autosave.php:3410 wppa-settings-autosave.php:4224
9722
  msgid "Audio autostart"
9723
  msgstr ""
9724
 
9725
- #: wppa-settings-autosave.php:3411
9726
  msgid "Autoplay audios in slideshows."
9727
  msgstr ""
9728
 
9729
- #: wppa-settings-autosave.php:3419
9730
  msgid "Animation type"
9731
  msgstr ""
9732
 
9733
- #: wppa-settings-autosave.php:3420
9734
  msgid "The way successive slides appear."
9735
  msgstr ""
9736
 
9737
- #: wppa-settings-autosave.php:3421
9738
  msgid ""
9739
  "Select the way the old slide is to be replaced by the new one in the "
9740
  "slideshow/browse fullsize display."
9741
  msgstr ""
9742
 
9743
- #: wppa-settings-autosave.php:3423
9744
  msgid "Fade out and in simultaneous"
9745
  msgstr ""
9746
 
9747
- #: wppa-settings-autosave.php:3424
9748
  msgid "Fade in after fade out"
9749
  msgstr ""
9750
 
9751
- #: wppa-settings-autosave.php:3425
9752
  msgid "Shift adjacent"
9753
  msgstr ""
9754
 
9755
- #: wppa-settings-autosave.php:3426
9756
  msgid "Stack on"
9757
  msgstr ""
9758
 
9759
- #: wppa-settings-autosave.php:3427
9760
  msgid "Stack off"
9761
  msgstr ""
9762
 
9763
- #: wppa-settings-autosave.php:3428
9764
  msgid "Turn over"
9765
  msgstr ""
9766
 
9767
- #: wppa-settings-autosave.php:3442
9768
  msgid "Timeout"
9769
  msgstr ""
9770
 
9771
- #: wppa-settings-autosave.php:3443
9772
  #, fuzzy
9773
  msgid "Slideshow timeout."
9774
  msgstr "Diaschau"
9775
 
9776
- #: wppa-settings-autosave.php:3444
9777
  msgid ""
9778
  "Select the time a single slide will be visible when the slideshow is started."
9779
  msgstr ""
9780
 
9781
- #: wppa-settings-autosave.php:3446
9782
  msgid "very short (1 s.)"
9783
  msgstr ""
9784
 
9785
- #: wppa-settings-autosave.php:3446
9786
  msgid "short (1.5 s.)"
9787
  msgstr ""
9788
 
9789
- #: wppa-settings-autosave.php:3446
9790
  msgid "normal (2.5 s.)"
9791
  msgstr ""
9792
 
9793
- #: wppa-settings-autosave.php:3446
9794
  msgid "long (4 s.)"
9795
  msgstr ""
9796
 
9797
- #: wppa-settings-autosave.php:3446
9798
  msgid "very long (6 s.)"
9799
  msgstr ""
9800
 
9801
- #: wppa-settings-autosave.php:3453
9802
  msgid "Speed"
9803
  msgstr ""
9804
 
9805
- #: wppa-settings-autosave.php:3454
9806
  msgid "Slideshow animation speed."
9807
  msgstr ""
9808
 
9809
- #: wppa-settings-a
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Photo Album Plus\n"
4
+ "POT-Creation-Date: 2015-09-16 14:16+0200\n"
5
+ "PO-Revision-Date: 2015-09-16 14:17+0200\n"
6
  "Last-Translator: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
7
  "Language-Team: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
8
  "Language: de_DE\n"
31
  #: wppa-album-admin-autosave.php:1442 wppa-album-admin-autosave.php:1516
32
  #: wppa-album-admin-autosave.php:1626 wppa-comment-admin.php:311
33
  #: wppa-comment-admin.php:380 wppa-comment-admin.php:398
34
+ #: wppa-functions.php:1910 wppa-thumbnails.php:596
35
  #, fuzzy
36
  msgid "Edit"
37
  msgstr "Bearbeiten"
40
  msgid "Warning. No page defined for search results!"
41
  msgstr ""
42
 
43
+ #: theme/photo-album-search-page.php:39 wppa-boxes-html.php:175
44
+ #: wppa-settings-autosave.php:474 wppa-settings-autosave.php:3065
45
  #, fuzzy
46
  msgid "Search"
47
  msgstr "Suche"
92
  msgid "Settings file not found"
93
  msgstr ""
94
 
95
+ #: wppa-admin-functions.php:206 wppa-admin-functions.php:210 wppa-ajax.php:2228
96
+ #: wppa-ajax.php:2235
97
  msgid "Please supply a numeric value greater than or equal to"
98
  msgstr ""
99
 
100
+ #: wppa-admin-functions.php:206 wppa-admin-functions.php:210 wppa-ajax.php:2228
101
+ #: wppa-ajax.php:2235
102
  msgid "for"
103
  msgstr ""
104
 
105
+ #: wppa-admin-functions.php:210 wppa-ajax.php:2235
106
  msgid "and less than or equal to"
107
  msgstr ""
108
 
273
  msgstr "Foto des Tages"
274
 
275
  #: wppa-admin.php:67 wppa-adminbar.php:89 wppa-potd-widget.php:61
276
+ #: wppa-setup.php:1332
277
  msgid "Photo of the day"
278
  msgstr "Foto des Tages"
279
 
282
  msgid "Manage comments"
283
  msgstr "%d Kommentare"
284
 
285
+ #: wppa-admin.php:68 wppa-adminbar.php:96 wppa-settings-autosave.php:464
286
+ #: wppa-settings-autosave.php:2894 wppa-settings-autosave.php:7544
287
+ #: wppa-settings-autosave.php:7589
288
  msgid "Comments"
289
  msgstr "Kommentare"
290
 
310
  msgid "Import"
311
  msgstr "Fotos Importieren"
312
 
313
+ #: wppa-admin.php:124 wppa-settings-autosave.php:8595
314
  #, fuzzy
315
  msgid "Update"
316
  msgstr "Erneuere die Plugin Beschreibung"
536
  #: wppa-ajax.php:811 wppa-ajax.php:1211 wppa-album-admin-autosave.php:333
537
  #: wppa-album-admin-autosave.php:390 wppa-album-admin-autosave.php:985
538
  #: wppa-album-admin-autosave.php:1122 wppa-album-admin-autosave.php:1294
539
+ #: wppa-album-admin-autosave.php:1389 wppa-boxes-html.php:393
540
+ #: wppa-boxes-html.php:507 wppa-photo-admin-autosave.php:1294
541
+ #: wppa-photo-admin-autosave.php:1413 wppa-settings-autosave.php:530
542
+ #: wppa-settings-autosave.php:683 wppa-settings-autosave.php:705
543
+ #: wppa-settings-autosave.php:1405 wppa-settings-autosave.php:1426
544
+ #: wppa-settings-autosave.php:2791 wppa-settings-autosave.php:2812
545
+ #: wppa-settings-autosave.php:3110 wppa-settings-autosave.php:3134
546
+ #: wppa-settings-autosave.php:3594 wppa-settings-autosave.php:3708
547
+ #: wppa-settings-autosave.php:4276 wppa-settings-autosave.php:4297
548
+ #: wppa-settings-autosave.php:4473 wppa-settings-autosave.php:4497
549
+ #: wppa-settings-autosave.php:5496 wppa-settings-autosave.php:6002
550
+ #: wppa-settings-autosave.php:6024 wppa-settings-autosave.php:6604
551
+ #: wppa-settings-autosave.php:6628 wppa-settings-autosave.php:7538
552
+ #: wppa-settings-autosave.php:8153 wppa-settings-autosave.php:8309
553
  #: wppa-thumbnail-widget.php:204 wppa-upload.php:166
554
  msgid "Name"
555
  msgstr ""
557
  #: wppa-ajax.php:814 wppa-ajax.php:1214 wppa-album-admin-autosave.php:995
558
  #: wppa-album-admin-autosave.php:1132 wppa-album-admin-autosave.php:1304
559
  #: wppa-album-admin-autosave.php:1399 wppa-photo-admin-autosave.php:1295
560
+ #: wppa-photo-admin-autosave.php:1414 wppa-settings-autosave.php:531
561
+ #: wppa-settings-autosave.php:684 wppa-settings-autosave.php:706
562
+ #: wppa-settings-autosave.php:1406 wppa-settings-autosave.php:1427
563
+ #: wppa-settings-autosave.php:2792 wppa-settings-autosave.php:2813
564
+ #: wppa-settings-autosave.php:3111 wppa-settings-autosave.php:3135
565
+ #: wppa-settings-autosave.php:4277 wppa-settings-autosave.php:4298
566
+ #: wppa-settings-autosave.php:4474 wppa-settings-autosave.php:4498
567
+ #: wppa-settings-autosave.php:5497 wppa-settings-autosave.php:6003
568
+ #: wppa-settings-autosave.php:6025 wppa-settings-autosave.php:6605
569
+ #: wppa-settings-autosave.php:6629 wppa-settings-autosave.php:8154
570
+ #: wppa-settings-autosave.php:8176 wppa-settings-autosave.php:8216
571
+ #: wppa-settings-autosave.php:8238 wppa-settings-autosave.php:8284
572
+ #: wppa-settings-autosave.php:8310 wppa-widget-admin.php:195
573
  #, fuzzy
574
  msgid "Description"
575
  msgstr "Unsymmetrische Tags in der Album Beschreibung!"
593
  msgid "Parent album"
594
  msgstr "Das Album konnte nicht erstellt werden."
595
 
596
+ #: wppa-ajax.php:836 wppa-settings-autosave.php:3588
597
  #, fuzzy
598
  msgid "Photo order"
599
  msgstr "Foto des Tages"
606
  msgid "Cover Type"
607
  msgstr ""
608
 
609
+ #: wppa-ajax.php:845 wppa-settings-autosave.php:4499
610
+ #: wppa-settings-autosave.php:5498
611
  #, fuzzy
612
  msgid "Link type"
613
  msgstr "Verweis zu"
614
 
615
+ #: wppa-ajax.php:848 wppa-album-covers.php:1098
616
  msgid "Link to"
617
  msgstr "Verweis zu"
618
 
619
  #: wppa-ajax.php:851 wppa-ajax.php:1235 wppa-album-admin-autosave.php:1006
620
  #: wppa-album-admin-autosave.php:1143 wppa-album-admin-autosave.php:1315
621
+ #: wppa-album-admin-autosave.php:1410 wppa-boxes-html.php:515
622
  #: wppa-photo-admin-autosave.php:1297 wppa-photo-admin-autosave.php:1416
623
  #: wppa-widget-admin.php:196
624
  msgid "Owner"
765
  msgstr "Das Album konnte nicht erstellt werden."
766
 
767
  #: wppa-ajax.php:1125 wppa-photo-admin-autosave.php:182
768
+ #: wppa-settings-autosave.php:3404 wppa-tinymce-scripts.php:289
769
  #: wppa-tinymce-shortcodes.php:518 wppa-widget-admin.php:77
770
  msgid "left"
771
  msgstr ""
775
  msgstr ""
776
 
777
  #: wppa-ajax.php:1133 wppa-photo-admin-autosave.php:186
778
+ #: wppa-settings-autosave.php:3404 wppa-tinymce-scripts.php:291
779
  #: wppa-tinymce-shortcodes.php:520 wppa-widget-admin.php:79
780
  msgid "right"
781
  msgstr ""
816
  msgid "An error occurred while trying to copy photo %s"
817
  msgstr ""
818
 
819
+ #: wppa-ajax.php:1218 wppa-ajax.php:1756
820
  #, fuzzy
821
  msgid "Unbalanced tags in photo description!"
822
  msgstr "Hinzufügen/Bearbeiten der Foto Beschreibeung"
854
 
855
  #: wppa-ajax.php:1255 wppa-comment-admin.php:310 wppa-comment-admin.php:397
856
  #: wppa-photo-admin-autosave.php:1296 wppa-photo-admin-autosave.php:1415
857
+ #: wppa-settings-autosave.php:6028 wppa-settings-autosave.php:6608
858
+ #: wppa-settings-autosave.php:8177 wppa-settings-autosave.php:8217
859
+ #: wppa-settings-autosave.php:8239 wppa-settings-autosave.php:8285
860
  msgid "Status"
861
  msgstr ""
862
 
989
  msgid "Widget image thumbnail size"
990
  msgstr "Anzeigen..."
991
 
992
+ #: wppa-ajax.php:1542 wppa-settings-autosave.php:1082
993
  msgid "Max Cover width"
994
  msgstr ""
995
 
1010
  msgid "Border width"
1011
  msgstr ""
1012
 
1013
+ #: wppa-ajax.php:1557 wppa-settings-autosave.php:782
1014
  msgid "Border radius"
1015
  msgstr ""
1016
 
1017
+ #: wppa-ajax.php:1560 wppa-settings-autosave.php:793
1018
  msgid "Box spacing"
1019
  msgstr ""
1020
 
1021
+ #: wppa-ajax.php:1566 wppa-settings-autosave.php:1057
1022
  msgid "Popup size"
1023
  msgstr ""
1024
 
1047
  msgid "Filter priority"
1048
  msgstr "Speed Ein-Ausblenden"
1049
 
1050
+ #: wppa-ajax.php:1593
1051
+ #, fuzzy
1052
+ msgid "Shortcode_priority"
1053
+ msgstr "Speed Ein-Ausblenden"
1054
+
1055
+ #: wppa-ajax.php:1596 wppa-settings-autosave.php:1188
1056
  msgid "Avatar size"
1057
  msgstr ""
1058
 
1059
+ #: wppa-ajax.php:1599 wppa-ajax.php:1602
1060
  msgid "Watermark opacity"
1061
  msgstr ""
1062
 
1063
+ #: wppa-ajax.php:1605 wppa-settings-autosave.php:1357
1064
  msgid "Number of text lines"
1065
  msgstr ""
1066
 
1067
+ #: wppa-ajax.php:1608 wppa-settings-autosave.php:4175
1068
  msgid "Overlay opacity"
1069
  msgstr ""
1070
 
1071
+ #: wppa-ajax.php:1611 wppa-settings-autosave.php:7035
1072
  #, fuzzy
1073
  msgid "Upload limit"
1074
  msgstr "Upload Foto"
1075
 
1076
+ #: wppa-ajax.php:1614 wppa-settings-autosave.php:3883
1077
  msgid "Notify inappropriate"
1078
  msgstr ""
1079
 
1080
+ #: wppa-ajax.php:1617
1081
  msgid "Dislike pending"
1082
  msgstr ""
1083
 
1084
+ #: wppa-ajax.php:1620
1085
  #, fuzzy
1086
  msgid "Dislike delete"
1087
  msgstr "Löschen"
1088
 
1089
+ #: wppa-ajax.php:1623 wppa-settings-autosave.php:6686
1090
  msgid "Max execution time"
1091
  msgstr ""
1092
 
1093
+ #: wppa-ajax.php:1628
1094
  msgid "Cube Points points"
1095
  msgstr ""
1096
 
1097
+ #: wppa-ajax.php:1631
1098
  msgid "JPG Image quality"
1099
  msgstr ""
1100
 
1101
+ #: wppa-ajax.php:1637 wppa-settings-autosave.php:3797
1102
  #, fuzzy
1103
  msgid "Number of coverphotos"
1104
  msgstr "Titelfotos ansehen"
1105
 
1106
+ #: wppa-ajax.php:1640 wppa-settings-autosave.php:3854
1107
  msgid "Dislike value"
1108
  msgstr ""
1109
 
1110
+ #: wppa-ajax.php:1643 wppa-settings-autosave.php:913
1111
  #, fuzzy
1112
  msgid "Slideshow pagesize"
1113
  msgstr "Diaschau"
1114
 
1115
+ #: wppa-ajax.php:1646 wppa-settings-autosave.php:811
1116
  msgid "Max Pagelinks"
1117
  msgstr ""
1118
 
1119
+ #: wppa-ajax.php:1653
1120
  msgid "Ratings cleared"
1121
  msgstr ""
1122
 
1123
+ #: wppa-ajax.php:1656
1124
  #, fuzzy
1125
  msgid "Could not clear ratings"
1126
  msgstr "Das Album konnte nicht erstellt werden."
1127
 
1128
+ #: wppa-ajax.php:1665
1129
  msgid "Viewcounts cleared"
1130
  msgstr ""
1131
 
1132
+ #: wppa-ajax.php:1668
1133
  #, fuzzy
1134
  msgid "Could not clear viewcounts"
1135
  msgstr "Das Album konnte nicht erstellt werden."
1136
 
1137
+ #: wppa-ajax.php:1678
1138
  #, fuzzy
1139
  msgid "IPTC data cleared"
1140
  msgstr "IPTC Daten"
1141
 
1142
+ #: wppa-ajax.php:1679
1143
  msgid "Refresh this page to clear table X"
1144
  msgstr ""
1145
 
1146
+ #: wppa-ajax.php:1683
1147
  #, fuzzy
1148
  msgid "Could not clear IPTC data"
1149
  msgstr "Das Album konnte nicht erstellt werden."
1150
 
1151
+ #: wppa-ajax.php:1693
1152
  #, fuzzy
1153
  msgid "EXIF data cleared"
1154
  msgstr "EXIF Daten"
1155
 
1156
+ #: wppa-ajax.php:1694
1157
  msgid "Refresh this page to clear table XI"
1158
  msgstr ""
1159
 
1160
+ #: wppa-ajax.php:1698
1161
  #, fuzzy
1162
  msgid "Could not clear EXIF data"
1163
  msgstr "Das Album konnte nicht erstellt werden."
1164
 
1165
+ #: wppa-ajax.php:1706
1166
  msgid "Recuperation performed"
1167
  msgstr ""
1168
 
1169
+ #: wppa-ajax.php:1721
1170
  msgid ""
1171
  "Illegal format. Please enter a 6 digit hexadecimal color value. Example: "
1172
  "#77bbff"
1173
  msgstr ""
1174
 
1175
+ #: wppa-ajax.php:1747
1176
  msgid "You just changed a setting that requires the recalculation of ratings."
1177
  msgstr ""
1178
 
1179
+ #: wppa-ajax.php:1748 wppa-ajax.php:2115
1180
  msgid "Please run the appropriate action in Table VIII."
1181
  msgstr ""
1182
 
1183
+ #: wppa-ajax.php:1772 wppa-ajax.php:1788
1184
  #, php-format
1185
  msgid "Unable to create or write to %s"
1186
  msgstr ""
1187
 
1188
+ #: wppa-ajax.php:1781
1189
  msgid "Source can not be inside the wppa folder."
1190
  msgstr ""
1191
 
1192
+ #: wppa-ajax.php:1798
1193
  msgid "The content must contain w#album"
1194
  msgstr ""
1195
 
1196
+ #: wppa-ajax.php:1805
1197
  msgid "The content must contain w#lat and w#lon"
1198
  msgstr ""
1199
 
1200
+ #: wppa-ajax.php:1847 wppa-ajax.php:1853
1201
  msgid "Members"
1202
  msgstr ""
1203
 
1204
+ #: wppa-ajax.php:1847
1205
  msgid "Parent of the member albums"
1206
  msgstr ""
1207
 
1208
+ #: wppa-ajax.php:1991
1209
  #, php-format
1210
  msgid "User %s has been blacklisted."
1211
  msgstr ""
1212
 
1213
+ #: wppa-ajax.php:1994
1214
  #, php-format
1215
  msgid "User %s does not exist."
1216
  msgstr ""
1217
 
1218
+ #: wppa-ajax.php:2017
1219
  msgid ""
1220
  "The content of the Custom box has been changed to display the Fotomoto "
1221
  "toolbar."
1222
  msgstr ""
1223
 
1224
+ #: wppa-ajax.php:2021 wppa-ajax.php:2036
1225
  msgid "The display of the custom box has been enabled"
1226
  msgstr ""
1227
 
1228
+ #: wppa-ajax.php:2032
1229
  msgid "The content of the Custom box has been changed to display maps."
1230
  msgstr ""
1231
 
1232
+ #: wppa-ajax.php:2062
1233
  msgid "This value can not be empty"
1234
  msgstr ""
1235
 
1236
+ #: wppa-ajax.php:2094
1237
  #, php-format
1238
  msgid "Failed to set %s to %s"
1239
  msgstr ""
1240
 
1241
+ #: wppa-ajax.php:2099
1242
  #, php-format
1243
  msgid "Setting %s updated to %s"
1244
  msgstr ""
1245
 
1246
+ #: wppa-ajax.php:2114
1247
  msgid ""
1248
  "You just changed a setting that requires the regeneration of thumbnails."
1249
  msgstr ""
1250
 
1251
+ #: wppa-ajax.php:2169
1252
  msgid "Missing album id"
1253
  msgstr ""
1254
 
1255
+ #: wppa-ajax.php:2189
1256
  msgid "You do not have the rights to delete this album"
1257
  msgstr ""
1258
 
1259
+ #: wppa-ajax.php:2230 wppa-ajax.php:2237
1260
  #, fuzzy
1261
  msgid "You may also enter:"
1262
  msgstr "bevor Du Deine Fotos hochladen kannst."
1263
 
1264
+ #: wppa-ajax.php:2231 wppa-ajax.php:2238
1265
  #, fuzzy
1266
  msgid "You may also leave/set this blank"
1267
  msgstr "Hinterlasse einen Kommentar"
1311
  msgid "Top of page"
1312
  msgstr ""
1313
 
1314
+ #: wppa-album-admin-autosave.php:114 wppa-functions.php:3847
1315
+ #: wppa-settings-autosave.php:6925 wppa-wpdb-insert.php:329
1316
  #, fuzzy
1317
  msgid "New Album"
1318
  msgstr "Das Album konnte nicht erstellt werden."
1337
  msgid "Edit Album Information"
1338
  msgstr "Bearbeiten"
1339
 
1340
+ #: wppa-album-admin-autosave.php:171 wppa-settings-autosave.php:370
1341
  #, fuzzy
1342
  msgid "Auto Save"
1343
  msgstr "Automatisch Gespeichert"
1451
  msgstr "Foto des Tages"
1452
 
1453
  #: wppa-album-admin-autosave.php:331 wppa-album-admin-autosave.php:432
1454
+ #: wppa-settings-autosave.php:3631 wppa-settings-autosave.php:3655
1455
  #, fuzzy
1456
  msgid "--- default ---"
1457
  msgstr "--- gelöscht ---"
1458
 
1459
  #: wppa-album-admin-autosave.php:332 wppa-album-admin-autosave.php:388
1460
+ #: wppa-settings-autosave.php:3593 wppa-settings-autosave.php:3707
1461
  #: wppa-thumbnail-widget.php:203
1462
  msgid "Order #"
1463
  msgstr ""
1464
 
1465
  #: wppa-album-admin-autosave.php:334 wppa-album-admin-autosave.php:387
1466
+ #: wppa-settings-autosave.php:3595 wppa-settings-autosave.php:3709
1467
  #: wppa-thumbnail-widget.php:205 wppa-widget-admin.php:142
1468
  msgid "Random"
1469
  msgstr ""
1470
 
1471
+ #: wppa-album-admin-autosave.php:335 wppa-settings-autosave.php:3596
1472
  msgid "Rating mean value"
1473
  msgstr ""
1474
 
1475
  #: wppa-album-admin-autosave.php:336 wppa-bestof-widget.php:169
1476
+ #: wppa-settings-autosave.php:3597 wppa-topten-widget.php:236
1477
  msgid "Number of votes"
1478
  msgstr ""
1479
 
1480
  #: wppa-album-admin-autosave.php:337 wppa-album-admin-autosave.php:392
1481
+ #: wppa-settings-autosave.php:3598 wppa-settings-autosave.php:3710
1482
  msgid "Timestamp"
1483
  msgstr ""
1484
 
1485
  #: wppa-album-admin-autosave.php:338 wppa-photo-admin-autosave.php:284
1486
+ #: wppa-settings-autosave.php:3599
1487
  #, fuzzy
1488
  msgid "EXIF Date"
1489
  msgstr "EXIF Daten"
1490
 
1491
+ #: wppa-album-admin-autosave.php:339 wppa-settings-autosave.php:3600
1492
+ #: wppa-settings-autosave.php:3711
1493
  msgid "Order # desc"
1494
  msgstr ""
1495
 
1496
+ #: wppa-album-admin-autosave.php:340 wppa-settings-autosave.php:3601
1497
+ #: wppa-settings-autosave.php:3712
1498
  msgid "Name desc"
1499
  msgstr ""
1500
 
1501
+ #: wppa-album-admin-autosave.php:341 wppa-settings-autosave.php:3602
1502
  #: wppa-thumbnail-widget.php:206
1503
  msgid "Rating mean value desc"
1504
  msgstr ""
1505
 
1506
+ #: wppa-album-admin-autosave.php:342 wppa-settings-autosave.php:3603
1507
  #: wppa-thumbnail-widget.php:207
1508
  msgid "Number of votes desc"
1509
  msgstr ""
1510
 
1511
+ #: wppa-album-admin-autosave.php:343 wppa-settings-autosave.php:3604
1512
+ #: wppa-settings-autosave.php:3713 wppa-thumbnail-widget.php:208
1513
  msgid "Timestamp desc"
1514
  msgstr ""
1515
 
1516
+ #: wppa-album-admin-autosave.php:344 wppa-settings-autosave.php:3605
1517
  msgid "EXIF Date desc"
1518
  msgstr ""
1519
 
1586
  msgid "Cover Type:"
1587
  msgstr ""
1588
 
1589
+ #: wppa-album-admin-autosave.php:433 wppa-settings-autosave.php:1956
1590
+ #: wppa-settings-autosave.php:3777
1591
  msgid "Standard"
1592
  msgstr ""
1593
 
1594
+ #: wppa-album-admin-autosave.php:434 wppa-settings-autosave.php:3778
1595
  #, fuzzy
1596
  msgid "Long Descriptions"
1597
  msgstr "Unsymmetrische Tags in der Album Beschreibung!"
1598
 
1599
+ #: wppa-album-admin-autosave.php:435 wppa-settings-autosave.php:3779
1600
  msgid "Image Factory"
1601
  msgstr ""
1602
 
1603
+ #: wppa-album-admin-autosave.php:436 wppa-settings-autosave.php:3780
1604
  msgid "Standard mcr"
1605
  msgstr ""
1606
 
1607
+ #: wppa-album-admin-autosave.php:437 wppa-settings-autosave.php:3781
1608
  msgid "Long Descriptions mcr"
1609
  msgstr ""
1610
 
1611
+ #: wppa-album-admin-autosave.php:438 wppa-settings-autosave.php:3782
1612
  msgid "Image Factory mcr"
1613
  msgstr ""
1614
 
1638
  msgid "Upload limit:"
1639
  msgstr "Upload Foto"
1640
 
1641
+ #: wppa-album-admin-autosave.php:480 wppa-settings-autosave.php:5623
1642
+ #: wppa-settings-autosave.php:7042
1643
  msgid "for ever"
1644
  msgstr ""
1645
 
1646
  #: wppa-album-admin-autosave.php:481 wppa-album-admin-autosave.php:498
1647
+ #: wppa-settings-autosave.php:5624 wppa-settings-autosave.php:7043
1648
  #, fuzzy
1649
  msgid "per hour"
1650
  msgstr "1 Stunde"
1651
 
1652
  #: wppa-album-admin-autosave.php:482 wppa-album-admin-autosave.php:499
1653
+ #: wppa-settings-autosave.php:5625 wppa-settings-autosave.php:7044
1654
  #, fuzzy
1655
  msgid "per day"
1656
  msgstr "1 Tag"
1657
 
1658
  #: wppa-album-admin-autosave.php:483 wppa-album-admin-autosave.php:500
1659
+ #: wppa-settings-autosave.php:5626 wppa-settings-autosave.php:7045
1660
  #, fuzzy
1661
  msgid "per week"
1662
  msgstr "1 Woche"
1663
 
1664
  #: wppa-album-admin-autosave.php:484 wppa-album-admin-autosave.php:501
1665
+ #: wppa-settings-autosave.php:5627 wppa-settings-autosave.php:7046
1666
  #, fuzzy
1667
  msgid "per month"
1668
  msgstr "1 Monat"
1669
 
1670
  #: wppa-album-admin-autosave.php:485 wppa-album-admin-autosave.php:502
1671
+ #: wppa-settings-autosave.php:5628 wppa-settings-autosave.php:7047
1672
  #, fuzzy
1673
  msgid "per year"
1674
  msgstr "1 Jahr"
1755
  msgid "Link type:"
1756
  msgstr "Verweis zu"
1757
 
1758
+ #: wppa-album-admin-autosave.php:592 wppa-settings-autosave.php:7203
1759
  msgid "the sub-albums and thumbnails"
1760
  msgstr ""
1761
 
1762
+ #: wppa-album-admin-autosave.php:593 wppa-settings-autosave.php:7204
1763
  #, fuzzy
1764
  msgid "the sub-albums"
1765
  msgstr "Das Album ansehen"
1766
 
1767
+ #: wppa-album-admin-autosave.php:594 wppa-settings-autosave.php:7205
1768
  #, fuzzy
1769
  msgid "the thumbnails"
1770
  msgstr "Anzeigen..."
1771
 
1772
+ #: wppa-album-admin-autosave.php:595 wppa-settings-autosave.php:7206
1773
  msgid "the album photos as slideshow"
1774
  msgstr ""
1775
 
1777
  msgid "the link page with a clean url"
1778
  msgstr ""
1779
 
1780
+ #: wppa-album-admin-autosave.php:597 wppa-settings-autosave.php:7207
1781
  msgid "no link at all"
1782
  msgstr ""
1783
 
1800
  msgid "Link to:"
1801
  msgstr "Verweis zu"
1802
 
1803
+ #: wppa-album-admin-autosave.php:618 wppa-settings-autosave.php:8743
1804
+ #: wppa-settings-autosave.php:8792
1805
  msgid "There are no pages (yet) to link to."
1806
  msgstr ""
1807
 
1890
  msgid "Moderate photo"
1891
  msgstr "Moderiere Fotos"
1892
 
1893
+ #: wppa-album-admin-autosave.php:765 wppa-functions.php:2109
1894
  #: wppa-photo-admin-autosave.php:24
1895
  #, fuzzy
1896
  msgid "Edit photo"
1901
  msgid "Delete Album"
1902
  msgstr "Das Album konnte nicht erstellt werden."
1903
 
1904
+ #: wppa-album-admin-autosave.php:791 wppa-boxes-html.php:804
1905
+ #: wppa-breadcrumb.php:284 wppa-breadcrumb.php:302 wppa-breadcrumb.php:320
1906
+ #: wppa-breadcrumb.php:338 wppa-breadcrumb.php:393 wppa-breadcrumb.php:418
1907
+ #: wppa-breadcrumb.php:539 wppa-comment-admin.php:66 wppa-featen-widget.php:136
1908
  #: wppa-lasten-widget.php:172 wppa-slideshow-widget.php:201
1909
  #: wppa-thumbnail-widget.php:191 wppa-topten-widget.php:217
1910
  #: wppa-upload-widget.php:81 wppa-upload.php:116 wppa-upload.php:204
1931
  #: wppa-album-admin-autosave.php:1179 wppa-album-admin-autosave.php:1351
1932
  #: wppa-album-admin-autosave.php:1446 wppa-album-admin-autosave.php:1632
1933
  #: wppa-comment-admin.php:312 wppa-comment-admin.php:381
1934
+ #: wppa-comment-admin.php:399 wppa-functions.php:1922 wppa-links.php:724
1935
  #: wppa-links.php:742 wppa-photo-admin-autosave.php:1243
1936
  #: wppa-photo-admin-autosave.php:1311 wppa-thumbnails.php:589
1937
  #, fuzzy
1942
  msgid "Move to:"
1943
  msgstr ""
1944
 
1945
+ #: wppa-album-admin-autosave.php:807 wppa-settings-autosave.php:2725
1946
  msgid "Cancel"
1947
  msgstr "Kündigen"
1948
 
2163
  msgid "Nameless, filename = "
2164
  msgstr ""
2165
 
2166
+ #: wppa-album-covers.php:1128 wppa-album-covers.php:1188
2167
+ #: wppa-album-covers.php:1195
2168
  msgid "View the album"
2169
  msgstr "Das Album ansehen"
2170
 
2171
+ #: wppa-album-covers.php:1148
2172
  #, fuzzy
2173
  msgid "View the cover photo"
2174
  msgid_plural "View the cover photos"
2175
  msgstr[0] "Titelfoto ansehen"
2176
  msgstr[1] "Titelfoto ansehen"
2177
 
2178
+ #: wppa-album-covers.php:1201
2179
  msgid "View"
2180
  msgstr "Ansehen"
2181
 
2182
+ #: wppa-album-covers.php:1204
2183
  msgid "album"
2184
  msgstr "Album"
2185
 
2186
+ #: wppa-album-covers.php:1207 wppa-settings-autosave.php:1301
2187
+ #: wppa-settings-autosave.php:5660
2188
  msgid "albums"
2189
  msgstr "Alben"
2190
 
2191
+ #: wppa-album-covers.php:1216 wppa-boxes-html.php:1131 wppa-breadcrumb.php:152
2192
+ #: wppa-breadcrumb.php:158 wppa-breadcrumb.php:165 wppa-breadcrumb.php:366
2193
+ #: wppa-breadcrumb.php:371 wppa-functions.php:4248 wppa-utils.php:1476
2194
  msgid "and"
2195
  msgstr "und"
2196
 
2197
+ #: wppa-album-covers.php:1221 wppa-comment-admin.php:254
2198
  msgid "photo"
2199
  msgstr "Foto"
2200
 
2201
+ #: wppa-album-covers.php:1224 wppa-album-covers.php:1228
2202
+ #: wppa-settings-autosave.php:767 wppa-settings-autosave.php:806
2203
+ #: wppa-settings-autosave.php:1221 wppa-settings-autosave.php:1261
2204
+ #: wppa-settings-autosave.php:1281 wppa-settings-autosave.php:1321
2205
+ #: wppa-settings-autosave.php:3801 wppa-settings-autosave.php:5644
2206
+ #: wppa-settings-autosave.php:7040
2207
  msgid "photos"
2208
  msgstr "Fotos"
2209
 
2210
+ #: wppa-album-covers.php:1272
2211
  #, fuzzy
2212
  msgid "New!"
2213
  msgstr "Neues Album"
2214
 
2215
+ #: wppa-album-covers.php:1273 wppa-thumbnails.php:1875 wppa-thumbnails.php:1876
2216
  #, fuzzy
2217
  msgid "New"
2218
  msgstr "Neues Album"
2219
 
2220
+ #: wppa-album-covers.php:1295 wppa-boxes-html.php:828 wppa-non-admin.php:580
2221
+ #: wppa-settings-autosave.php:2197 wppa-settings-autosave.php:5121
2222
+ #: wppa-settings-autosave.php:7352
2223
  msgid "Slideshow"
2224
  msgstr "Diaschau"
2225
 
2226
+ #: wppa-album-covers.php:1296
2227
  msgid "Browse photos"
2228
  msgstr "Durchsuche Fotos"
2229
 
2230
+ #: wppa-album-covers.php:1330
2231
  msgid "Categories:"
2232
  msgstr "Kategorien:"
2233
 
2234
+ #: wppa-album-covers.php:1333 wppa-breadcrumb.php:378 wppa-breadcrumb.php:383
2235
  msgid "Category:"
2236
  msgstr "Kategorie:"
2237
 
2420
  msgid "Rating count:"
2421
  msgstr "Bewertung: %s"
2422
 
2423
+ #: wppa-bestof-widget.php:197 wppa-common-functions.php:1928 wppa-items.php:362
2424
+ #: wppa-settings-autosave.php:1370 wppa-settings-autosave.php:1691
2425
+ #: wppa-settings-autosave.php:3390 wppa-settings-autosave.php:3404
2426
+ #: wppa-settings-autosave.php:3592 wppa-settings-autosave.php:3706
2427
+ #: wppa-settings-autosave.php:5192 wppa-settings-autosave.php:6916
2428
+ #: wppa-settings-autosave.php:7058 wppa-settings-autosave.php:7114
2429
+ #: wppa-settings-autosave.php:7902 wppa-settings-autosave.php:8070
2430
  #: wppa-thumbnail-widget.php:202 wppa-tinymce-scripts.php:288
2431
  #: wppa-tinymce-shortcodes.php:517 wppa-upload.php:1528 wppa-watermark.php:520
2432
  #: wppa-widget-admin.php:76 wppa-widget-admin.php:193
2448
  msgid "All the authors photos"
2449
  msgstr "Klicken um das Foto im Vollbild und alle Kommentare zu sehen"
2450
 
2451
+ #: wppa-boxes-html.php:130 wppa-boxes-html.php:227
2452
  #, fuzzy
2453
  msgid "Photo search results"
2454
  msgstr "Suchergebnisse für: %s"
2455
 
2456
+ #: wppa-boxes-html.php:186
2457
  #, fuzzy
2458
  msgid "Search in current section"
2459
  msgstr "Suche"
2460
 
2461
+ #: wppa-boxes-html.php:191
2462
  #, fuzzy
2463
  msgid "Search in current results"
2464
  msgstr "Suchergebnisse für: %s"
2465
 
2466
+ #: wppa-boxes-html.php:361 wppa-breadcrumb.php:140
2467
+ #: wppa-settings-autosave.php:462
2468
  #, fuzzy
2469
  msgid "Albums"
2470
  msgstr "Alben:"
2471
 
2472
+ #: wppa-boxes-html.php:367 wppa-breadcrumb.php:155
2473
  #, fuzzy
2474
  msgid "Photos"
2475
  msgstr "Foto"
2476
 
2477
+ #: wppa-boxes-html.php:386
2478
  #, fuzzy
2479
  msgid "Category"
2480
  msgstr "Kategorie:"
2481
 
2482
+ #: wppa-boxes-html.php:399 wppa-boxes-html.php:532
2483
  msgid "Text"
2484
  msgstr ""
2485
 
2486
+ #: wppa-boxes-html.php:415 wppa-boxes-html.php:469 wppa-boxes-html.php:615
2487
+ #: wppa-boxes-html.php:645
2488
  msgid "CTRL+Click to add/remove option."
2489
  msgstr ""
2490
 
2491
+ #: wppa-boxes-html.php:416 wppa-boxes-html.php:470 wppa-boxes-html.php:616
2492
+ #: wppa-boxes-html.php:646
2493
  msgid "Items must meet all selected options."
2494
  msgstr ""
2495
 
2496
+ #: wppa-boxes-html.php:524 wppa-settings-autosave.php:8174
2497
+ #: wppa-settings-autosave.php:8214 wppa-settings-autosave.php:8236
2498
+ #: wppa-settings-autosave.php:8282
2499
  msgid "Tag"
2500
  msgstr ""
2501
 
2502
+ #: wppa-boxes-html.php:540
2503
  msgid "Iptc"
2504
  msgstr ""
2505
 
2506
+ #: wppa-boxes-html.php:549
2507
  msgid "Exif"
2508
  msgstr ""
2509
 
2510
+ #: wppa-boxes-html.php:747 wppa-boxes-html.php:832
2511
  msgid "Submit"
2512
  msgstr ""
2513
 
2514
+ #: wppa-boxes-html.php:789 wppa-super-view-widget.php:14
2515
  #: wppa-super-view-widget.php:66
2516
  #, fuzzy
2517
  msgid "Super View Photos"
2518
  msgstr "Super View Fotos"
2519
 
2520
+ #: wppa-boxes-html.php:820 wppa-settings-autosave.php:478
2521
+ #: wppa-settings-autosave.php:4383
2522
  #, fuzzy
2523
  msgid "Thumbnails"
2524
  msgstr "Miniaturbild Fotos"
2525
 
2526
+ #: wppa-boxes-html.php:866
2527
  #, fuzzy
2528
  msgid "Tagged photos"
2529
  msgstr "Fotos"
2530
 
2531
+ #: wppa-boxes-html.php:880
2532
  #, fuzzy
2533
  msgid "Please select a tagcloud landing page in Table VI-C3b"
2534
  msgstr "Wähle die Zielseite für das Super View-Widget."
2535
 
2536
+ #: wppa-boxes-html.php:938
2537
  #, fuzzy
2538
  msgid "Multi Tagged photos"
2539
  msgstr "Multi Bewertung"
2540
 
2541
+ #: wppa-boxes-html.php:952
2542
  #, fuzzy
2543
  msgid "Please select a multitag landing page in Table VI-C4b"
2544
  msgstr "Wähle die Zielseite für das Super View-Widget."
2545
 
2546
+ #: wppa-boxes-html.php:990
2547
  #, fuzzy
2548
  msgid "Please check the tag(s) that the photos must have"
2549
  msgstr "--- bitte wähle Tag(s) aus ---"
2550
 
2551
+ #: wppa-boxes-html.php:1019
2552
  #, fuzzy
2553
  msgid "And"
2554
  msgstr "und"
2555
 
2556
+ #: wppa-boxes-html.php:1030
2557
  msgid "Or"
2558
  msgstr "Oder"
2559
 
2560
+ #: wppa-boxes-html.php:1080
2561
  #, fuzzy
2562
  msgid "Find!"
2563
  msgstr "Finde Remote Fotos"
2564
 
2565
+ #: wppa-boxes-html.php:1107
2566
  msgid "Social media landing page"
2567
  msgstr ""
2568
 
2569
+ #: wppa-boxes-html.php:1132 wppa-utils.php:1476
2570
  #, php-format
2571
  msgid "See this image on %s"
2572
  msgstr "Schau Dir das Bild an auf %s"
2573
 
2574
+ #: wppa-boxes-html.php:1157 wppa-qr-widget.php:40
2575
  msgid "QR code"
2576
  msgstr "QR Code"
2577
 
2578
+ #: wppa-boxes-html.php:1202
2579
  #, fuzzy, php-format
2580
  msgid "Tweet %s on Twitter"
2581
  msgstr "Zeigt Twitter Button"
2582
 
2583
+ #: wppa-boxes-html.php:1209
2584
  #, fuzzy
2585
  msgid "Share on Twitter"
2586
  msgstr "Zeigt den Twitter-Button in der Share - Box an."
2587
 
2588
+ #: wppa-boxes-html.php:1222
2589
  #, fuzzy, php-format
2590
  msgid "Share %s on Google+"
2591
  msgstr "Zeigt den Google-Button in der Share - Box an."
2592
 
2593
+ #: wppa-boxes-html.php:1230
2594
  #, fuzzy
2595
  msgid "Share on Google+"
2596
  msgstr "Zeigt den Google-Button in der Share - Box an."
2597
 
2598
+ #: wppa-boxes-html.php:1245
2599
  #, fuzzy, php-format
2600
  msgid "Share %s on Pinterest"
2601
  msgstr "Share, Teilen"
2602
 
2603
+ #: wppa-boxes-html.php:1254
2604
  #, fuzzy
2605
  msgid "Share on Pinterest"
2606
  msgstr "Share, Teilen"
2607
 
2608
+ #: wppa-boxes-html.php:1389
2609
  #, fuzzy
2610
  msgid "Comment on Facebook:"
2611
  msgstr "Zeigen die Facebook Kommentar-Feld"
2612
 
2613
+ #: wppa-boxes-html.php:1490 wppa-upload.php:1135
2614
  msgid "Working..."
2615
  msgstr ""
2616
 
2617
+ #: wppa-boxes-html.php:1492 wppa-boxes-html.php:1495
2618
  #, fuzzy
2619
  msgid "Delete album"
2620
  msgstr "Das Album konnte nicht erstellt werden."
2621
 
2622
+ #: wppa-boxes-html.php:1582
2623
  #, fuzzy
2624
  msgid "Create Album"
2625
  msgstr "Das Album konnte nicht erstellt werden."
2626
 
2627
+ #: wppa-boxes-html.php:1627 wppa-boxes-html.php:2370
2628
  #, fuzzy
2629
  msgid "Enter album name."
2630
  msgstr ""
2631
  "Trage hier Schriftnamen, Größe, Farbe und Breite für die Album Cover Titel "
2632
  "ein."
2633
 
2634
+ #: wppa-boxes-html.php:1629 wppa-boxes-html.php:2372
2635
  msgid "Don't leave this blank!"
2636
  msgstr "Hinterlasse einen Kommentar"
2637
 
2638
+ #: wppa-boxes-html.php:1648
2639
  #, fuzzy
2640
  msgid "Enter album description"
2641
  msgstr "Eintragen / ändern der Beschreibung des Albums"
2642
 
2643
+ #: wppa-boxes-html.php:1670
2644
  #, fuzzy
2645
  msgid "Create album"
2646
  msgstr "Das Album konnte nicht erstellt werden."
2647
 
2648
+ #: wppa-boxes-html.php:1726 wppa-boxes-html.php:1739 wppa-functions.php:3965
2649
  #, fuzzy
2650
  msgid "Max uploads reached"
2651
  msgstr ""
2652
  "Zeige wenn die Upload - Grenze erreicht ist.gegebenenfalls als Nachricht ."
2653
 
2654
+ #: wppa-boxes-html.php:1801 wppa-upload.php:134
2655
  msgid "Upload Photo"
2656
  msgstr "Upload Foto"
2657
 
2658
+ #: wppa-boxes-html.php:1948
2659
  #, fuzzy, php-format
2660
  msgid ""
2661
  "You may upload up to %s photos at once if your browser supports HTML-5 "
2664
  "Du benötigst einen modernen Browser, der HTML-5 unterstützt, um mehrere "
2665
  "Dateien auszuwählen"
2666
 
2667
+ #: wppa-boxes-html.php:1956
2668
  #, fuzzy, php-format
2669
  msgid "Max photo size: %d x %d (%2.1f MegaPixel)"
2670
  msgstr "(max %d)"
2671
 
2672
+ #: wppa-boxes-html.php:1985 wppa-upload.php:123 wppa-upload.php:211
2673
  #: wppa-upload.php:258 wppa-upload.php:704
2674
  #, fuzzy
2675
  msgid "Apply watermark file:"
2676
  msgstr "Wende eine Wasserzeichen-Datei an:"
2677
 
2678
+ #: wppa-boxes-html.php:2007 wppa-upload.php:128 wppa-upload.php:216
2679
  #: wppa-upload.php:263 wppa-upload.php:708
2680
  #, fuzzy
2681
  msgid "Position:"
2682
  msgstr "Position/Ort:"
2683
 
2684
+ #: wppa-boxes-html.php:2035
2685
  #, fuzzy
2686
  msgid ""
2687
  "If you leave this blank, iptc tag 005 (Graphic name) will be used as "
2691
  "Wenn das leer gelassen wird, wird der Originalname der Datei als Fotoname "
2692
  "verwendet."
2693
 
2694
+ #: wppa-boxes-html.php:2040
2695
  #, fuzzy
2696
  msgid ""
2697
  "If you leave this blank, iptc tag 120 (Caption) will be used as photoname if "
2700
  "Wenn das leer gelassen wird, wird der Originalname der Datei als Fotoname "
2701
  "verwendet."
2702
 
2703
+ #: wppa-boxes-html.php:2045
2704
  msgid ""
2705
  "If you leave this blank, the original filename will be used as photo name."
2706
  msgstr ""
2707
  "Wenn das leer gelassen wird, wird der Originalname der Datei als Fotoname "
2708
  "verwendet."
2709
 
2710
+ #: wppa-boxes-html.php:2059
2711
  msgid "Enter photo name."
2712
  msgstr "Bitte gibt den Fotonamen an."
2713
 
2714
+ #: wppa-boxes-html.php:2080
2715
  msgid "Enter/modify photo description"
2716
  msgstr "Hinzufügen/Bearbeiten der Foto Beschreibeung"
2717
 
2718
+ #: wppa-boxes-html.php:2111
2719
  msgid "hidden"
2720
  msgstr ""
2721
 
2722
+ #: wppa-boxes-html.php:2180
2723
  msgid "Preview tags:"
2724
  msgstr ""
2725
 
2726
+ #: wppa-boxes-html.php:2193
2727
  #, fuzzy
2728
  msgid "Please select an album and try again"
2729
  msgstr "Bitte wähle Album"
2730
 
2731
+ #: wppa-boxes-html.php:2207
2732
  #, fuzzy
2733
  msgid "Upload photo"
2734
  msgstr "Fotos hochladen"
2735
 
2736
+ #: wppa-boxes-html.php:2263
2737
  #, fuzzy
2738
  msgid "ERROR: unable to upload files."
2739
  msgstr "<b>FEHLER: Ungültiger Versuch eine Datei hochzuladen</b>"
2740
 
2741
+ #: wppa-boxes-html.php:2312
2742
  #, fuzzy
2743
  msgid "Edit albuminfo"
2744
  msgstr "Bearbeiten"
2745
 
2746
+ #: wppa-boxes-html.php:2392
2747
  #, fuzzy
2748
  msgid "Album description:"
2749
  msgstr "Unsymmetrische Tags in der Album Beschreibung!"
2750
 
2751
+ #: wppa-boxes-html.php:2411
2752
  #, fuzzy
2753
  msgid "Update album"
2754
  msgstr "Erneuere die Plugin Beschreibung"
2755
 
2756
+ #: wppa-boxes-html.php:2485
2757
  msgid "wrote:"
2758
  msgstr ""
2759
 
2760
+ #: wppa-boxes-html.php:2539
2761
  msgid "Avatar"
2762
  msgstr ""
2763
 
2764
+ #: wppa-boxes-html.php:2582 wppa-links.php:768
2765
  #, fuzzy
2766
  msgid "Awaiting moderation"
2767
  msgstr "Dieses Foto wartet nicht mehr auf Moderation."
2768
 
2769
+ #: wppa-boxes-html.php:2585
2770
  #, fuzzy
2771
  msgid "Marked as spam"
2772
  msgstr "Spam:"
2773
 
2774
+ #: wppa-boxes-html.php:2609
2775
  msgid "Edit!"
2776
  msgstr "Bearbeiten!"
2777
 
2778
+ #: wppa-boxes-html.php:2613
2779
  msgid "Send!"
2780
  msgstr "Absenden!"
2781
 
2782
+ #: wppa-boxes-html.php:2674
2783
  msgid "Your name:"
2784
  msgstr "Dein Name:"
2785
 
2786
+ #: wppa-boxes-html.php:2689
2787
  msgid "Your email:"
2788
  msgstr "Deine E-mail:"
2789
 
2790
+ #: wppa-boxes-html.php:2705
2791
  msgid "Your comment:"
2792
  msgstr "Dein Kommentar:"
2793
 
2794
+ #: wppa-boxes-html.php:2749
2795
  #, php-format
2796
  msgid "You must <a href=\"%s\">login</a> to enter a comment"
2797
  msgstr ""
2798
  "Du musst <a href=\"%s\">angemeldet</a> sein, um einen Kommentar zu "
2799
  "hinterlassen."
2800
 
2801
+ #: wppa-boxes-html.php:2752
2802
  #, fuzzy
2803
  msgid "You must login to enter a comment"
2804
  msgstr ""
2805
  "Du musst <a href=\"%s\">angemeldet</a> sein, um einen Kommentar zu "
2806
  "hinterlassen."
2807
 
2808
+ #: wppa-boxes-html.php:2764
2809
  #, fuzzy, php-format
2810
  msgid "%d comments"
2811
  msgstr "%d Kommentare"
2812
 
2813
+ #: wppa-boxes-html.php:2768
2814
  msgid "Leave a comment"
2815
  msgstr "Hinterlasse einen Kommentar"
2816
 
2817
+ #: wppa-boxes-html.php:2809
2818
  #, fuzzy
2819
  msgid "Smilies are not available"
2820
  msgstr "Diese Seite ist nicht abrufbar."
2821
 
2822
+ #: wppa-boxes-html.php:2859
2823
  #, fuzzy
2824
  msgid "Show IPTC data"
2825
  msgstr "IPTC Daten"
2826
 
2827
+ #: wppa-boxes-html.php:2870
2828
  #, fuzzy
2829
  msgid "Hide IPTC data"
2830
  msgstr "IPTC Daten"
2831
 
2832
+ #: wppa-boxes-html.php:2910
2833
  #, fuzzy
2834
  msgid "No IPTC data"
2835
  msgstr "IPTC Daten"
2836
 
2837
+ #: wppa-boxes-html.php:2957
2838
  #, fuzzy
2839
  msgid "Show EXIF data"
2840
  msgstr "EXIF Daten"
2841
 
2842
+ #: wppa-boxes-html.php:2968
2843
  #, fuzzy
2844
  msgid "Hide EXIF data"
2845
  msgstr "EXIF Daten"
2846
 
2847
+ #: wppa-boxes-html.php:3010
2848
  #, fuzzy
2849
  msgid "No EXIF data"
2850
  msgstr "EXIF Daten"
2851
 
2852
+ #: wppa-boxes-html.php:3125 wppa-boxes-html.php:3130
2853
  #, fuzzy
2854
  msgid "< Previous"
2855
  msgstr "Vorheriges Foto"
2856
 
2857
+ #: wppa-boxes-html.php:3136 wppa-boxes-html.php:3141
2858
  #, fuzzy
2859
  msgid "Next >"
2860
  msgstr "Nächstes"
2861
 
2862
+ #: wppa-boxes-html.php:3238 wppa-boxes-html.php:3297
2863
  #, fuzzy
2864
  msgid "See the authors albums"
2865
  msgstr "--- multiple siehe unten---"
2866
 
2867
+ #: wppa-boxes-html.php:3242 wppa-boxes-html.php:3301
2868
  #, fuzzy
2869
  msgid "See the authors photos"
2870
  msgstr ""
2871
  "Der Besucher kann sich eine Übersicht mit Miniaturbildern der Fotos im Album "
2872
  "ansehen."
2873
 
2874
+ #: wppa-boxes-html.php:3246 wppa-boxes-html.php:3305
2875
  #, fuzzy
2876
  msgid "See all the authors photos"
2877
  msgstr "Klicken um das Foto im Vollbild und alle Kommentare zu sehen"
2878
 
2879
+ #: wppa-boxes-html.php:3269
2880
  #, fuzzy, php-format
2881
  msgid "Photo by: %s"
2882
  msgstr "Foto %s gedreht %s"
2883
 
2884
+ #: wppa-boxes-html.php:3270 wppa-boxes-html.php:3324
2885
  #, fuzzy, php-format
2886
  msgid "Max ratings: %s."
2887
  msgstr "auto selekt max %s zufällig"
2888
 
2889
+ #: wppa-boxes-html.php:3271 wppa-boxes-html.php:3325
2890
  #, fuzzy, php-format
2891
  msgid "Votes: %s."
2892
  msgstr "%s Stimme(n)"
2893
 
2894
+ #: wppa-boxes-html.php:3272 wppa-boxes-html.php:3326
2895
  #, fuzzy, php-format
2896
  msgid "Mean value: %4.2f."
2897
  msgstr "Mittelwert:"
2898
 
2899
+ #: wppa-boxes-html.php:3279
2900
  #, fuzzy, php-format
2901
  msgid "Photo %s not found."
2902
  msgstr "Foto wurde nicht gefunden."
2903
 
2904
+ #: wppa-breadcrumb.php:102 wppa-settings-autosave.php:1521
2905
  msgid "Home"
2906
  msgstr "Startseite"
2907
 
2908
+ #: wppa-breadcrumb.php:123
2909
  #, fuzzy
2910
  msgid "Post:"
2911
  msgstr "Beitrag"
2912
 
2913
+ #: wppa-breadcrumb.php:123 wppa-breadcrumb.php:567
2914
  #, fuzzy
2915
  msgid "Page:"
2916
  msgstr "Seite"
2917
 
2918
+ #: wppa-breadcrumb.php:143
2919
  #, fuzzy
2920
  msgid "with category:"
2921
  msgstr "Kategorie:"
2922
 
2923
+ #: wppa-breadcrumb.php:146 wppa-breadcrumb.php:161
2924
  #, fuzzy
2925
  msgid "with name:"
2926
  msgstr "Dein Name:"
2927
 
2928
+ #: wppa-breadcrumb.php:149 wppa-breadcrumb.php:165
2929
  msgid "with words:"
2930
  msgstr ""
2931
 
2932
+ #: wppa-breadcrumb.php:158
2933
  msgid "with tag:"
2934
  msgstr ""
2935
 
2936
+ #: wppa-breadcrumb.php:169
2937
  msgid "of owner:"
2938
  msgstr ""
2939
 
2940
+ #: wppa-breadcrumb.php:174
2941
  #, fuzzy
2942
  msgid "with iptc tag:"
2943
  msgstr "Kategorie:"
2944
 
2945
+ #: wppa-breadcrumb.php:174 wppa-breadcrumb.php:179
2946
  #, fuzzy
2947
  msgid "with content:"
2948
  msgstr "Dein Name:"
2949
 
2950
+ #: wppa-breadcrumb.php:179
2951
  msgid "with exif tag:"
2952
  msgstr ""
2953
 
2954
+ #: wppa-breadcrumb.php:187 wppa-breadcrumb.php:215 wppa-breadcrumb.php:272
2955
+ #: wppa-breadcrumb.php:290 wppa-breadcrumb.php:308 wppa-breadcrumb.php:326
2956
+ #: wppa-breadcrumb.php:344 wppa-breadcrumb.php:356 wppa-breadcrumb.php:368
2957
+ #: wppa-breadcrumb.php:380 wppa-breadcrumb.php:399
2958
  #, fuzzy
2959
  msgid "View the thumbnails"
2960
  msgstr "Anzeigen..."
2961
 
2962
+ #: wppa-breadcrumb.php:209
2963
  #, fuzzy, php-format
2964
  msgid "Searchresults from album %s and its subalbums"
2965
  msgstr ""
2966
  "Das Foto %s existiert schon in der Album Nummer %s. Aus den Depot entfernt."
2967
 
2968
+ #: wppa-breadcrumb.php:213 wppa-breadcrumb.php:218
2969
  msgid "Searchstring:"
2970
  msgstr "Suchtext:"
2971
 
2972
+ #: wppa-breadcrumb.php:227 wppa-breadcrumb.php:245
2973
  #, fuzzy
2974
  msgid "Photos by EXIF date"
2975
  msgstr "EXIF Daten"
2976
 
2977
+ #: wppa-breadcrumb.php:231 wppa-breadcrumb.php:249
2978
  #, fuzzy
2979
  msgid "Photos by date of upload"
2980
  msgstr "Fotos hochgeladen zu Album Nr"
2981
 
2982
+ #: wppa-breadcrumb.php:235 wppa-breadcrumb.php:253
2983
  msgid "Photos by date last modified"
2984
  msgstr ""
2985
 
2986
+ #: wppa-breadcrumb.php:265 wppa-breadcrumb.php:275
2987
  #, fuzzy, php-format
2988
  msgid "Photos by %s"
2989
  msgstr "Mit insgesamt %s Fotos."
2990
 
2991
+ #: wppa-breadcrumb.php:282 wppa-breadcrumb.php:300 wppa-breadcrumb.php:318
2992
+ #: wppa-breadcrumb.php:336 wppa-breadcrumb.php:414
2993
  #, fuzzy
2994
  msgid "Various albums"
2995
  msgstr ""
2996
  "Du kannst verschiedene Alben erstellen, die Fotos und auch Unter-Alben zur "
2997
  "gleichen Zeit enthalten."
2998
 
2999
+ #: wppa-breadcrumb.php:284 wppa-breadcrumb.php:302 wppa-breadcrumb.php:320
3000
+ #: wppa-breadcrumb.php:338 wppa-breadcrumb.php:418 wppa-lasten-widget.php:180
3001
  #, fuzzy
3002
  msgid "Albums:"
3003
  msgstr "Alben:"
3004
 
3005
+ #: wppa-breadcrumb.php:288 wppa-breadcrumb.php:293
3006
  msgid "Top rated photos"
3007
  msgstr "Hoch bewertete Fotos"
3008
 
3009
+ #: wppa-breadcrumb.php:306 wppa-breadcrumb.php:311
3010
  #, fuzzy
3011
  msgid "Recently uploaded photos"
3012
  msgstr "--- Die zuletzt hochgeladenen Fotos---"
3013
 
3014
+ #: wppa-breadcrumb.php:324 wppa-breadcrumb.php:329 wppa-comment-widget.php:41
3015
  #, fuzzy
3016
  msgid "Recently commented photos"
3017
  msgstr "--- Die zuletzt kommentierten Fotos ---"
3018
 
3019
+ #: wppa-breadcrumb.php:342 wppa-breadcrumb.php:347 wppa-featen-widget.php:37
3020
  #, fuzzy
3021
  msgid "Featured photos"
3022
  msgstr "Ausgewählte Fotos"
3023
 
3024
+ #: wppa-breadcrumb.php:354 wppa-breadcrumb.php:359
3025
  #, fuzzy
3026
  msgid "Related photos"
3027
  msgstr "Thumbnail Fotos verwandte Einstellungen"
3028
 
3029
+ #: wppa-breadcrumb.php:366 wppa-breadcrumb.php:371
3030
  #, fuzzy
3031
  msgid "Tagged photos:"
3032
  msgstr "Fotos"
3033
 
3034
+ #: wppa-breadcrumb.php:366 wppa-breadcrumb.php:371
3035
  msgid "or"
3036
  msgstr ""
3037
 
3038
+ #: wppa-breadcrumb.php:397 wppa-breadcrumb.php:402
3039
  #, fuzzy
3040
  msgid "Recently updated albums"
3041
  msgstr "--- die zuletzt hinzugefügten Alben ---"
3042
 
3043
+ #: wppa-breadcrumb.php:412
3044
  #, fuzzy, php-format
3045
  msgid "Various albums by %s"
3046
  msgstr ""
3047
  "Du kannst verschiedene Alben erstellen, die Fotos und auch Unter-Alben zur "
3048
  "gleichen Zeit enthalten."
3049
 
3050
+ #: wppa-breadcrumb.php:439 wppa-breadcrumb.php:454
3051
  #, fuzzy
3052
  msgid "Thumbnail view"
3053
  msgstr "Anzeigen..."
3054
 
3055
+ #: wppa-breadcrumb.php:443 wppa-breadcrumb.php:444 wppa-breadcrumb.php:459
3056
+ #: wppa-breadcrumb.php:460
3057
  #, fuzzy
3058
  msgid "Thumbs"
3059
  msgstr "Miniaturbild Widget "
3060
 
3061
+ #: wppa-breadcrumb.php:565
3062
  msgid "Unpublished"
3063
  msgstr ""
3064
 
3167
  msgid "Linkpage:"
3168
  msgstr ""
3169
 
3170
+ #: wppa-comment-admin.php:224 wppa-settings-autosave.php:4554
3171
+ #: wppa-settings-autosave.php:7232
3172
  #, fuzzy
3173
  msgid "--- Please select a page ---"
3174
  msgstr "--- gelöscht ---"
3239
  msgstr "Alben:"
3240
 
3241
  #: wppa-comment-admin.php:304 wppa-comment-admin.php:391
3242
+ #: wppa-settings-autosave.php:529 wppa-settings-autosave.php:682
3243
+ #: wppa-settings-autosave.php:704 wppa-settings-autosave.php:1404
3244
+ #: wppa-settings-autosave.php:1425 wppa-settings-autosave.php:2790
3245
+ #: wppa-settings-autosave.php:2811 wppa-settings-autosave.php:3109
3246
+ #: wppa-settings-autosave.php:3133 wppa-settings-autosave.php:4275
3247
+ #: wppa-settings-autosave.php:4296 wppa-settings-autosave.php:4472
3248
+ #: wppa-settings-autosave.php:4496 wppa-settings-autosave.php:5495
3249
+ #: wppa-settings-autosave.php:6001 wppa-settings-autosave.php:6023
3250
+ #: wppa-settings-autosave.php:6603 wppa-settings-autosave.php:6627
3251
+ #: wppa-settings-autosave.php:8152 wppa-settings-autosave.php:8173
3252
+ #: wppa-settings-autosave.php:8213 wppa-settings-autosave.php:8235
3253
+ #: wppa-settings-autosave.php:8281
3254
  msgid "#"
3255
  msgstr ""
3256
 
3284
  msgid "Reply to your comment on photo: %s on %s"
3285
  msgstr ""
3286
 
3287
+ #: wppa-comment-admin.php:359 wppa-functions.php:2101
3288
  msgid "Reply"
3289
  msgstr "Antwort"
3290
 
3340
  msgid "Default photo album for"
3341
  msgstr "Standardfotoalbum für"
3342
 
3343
+ #: wppa-common-functions.php:526 wppa-common-functions.php:562
3344
  msgid "1 second"
3345
  msgstr "1 Sekunde"
3346
 
3347
+ #: wppa-common-functions.php:527 wppa-common-functions.php:563
3348
+ #: wppa-functions.php:4249
3349
  msgid "seconds"
3350
  msgstr "Sekunden"
3351
 
3352
+ #: wppa-common-functions.php:531 wppa-common-functions.php:567
3353
  msgid "1 minute"
3354
  msgstr "1 Minute"
3355
 
3356
+ #: wppa-common-functions.php:532 wppa-common-functions.php:568
3357
+ #: wppa-functions.php:4248
3358
  msgid "minutes"
3359
  msgstr "Minuten"
3360
 
3361
+ #: wppa-common-functions.php:536 wppa-common-functions.php:572
3362
  msgid "1 hour"
3363
  msgstr "1 Stunde"
3364
 
3365
+ #: wppa-common-functions.php:537 wppa-common-functions.php:573
3366
+ #: wppa-functions.php:4247
3367
  msgid "hours"
3368
  msgstr "Stunden"
3369
 
3370
+ #: wppa-common-functions.php:541 wppa-common-functions.php:577
3371
  msgid "1 day"
3372
  msgstr "1 Tag"
3373
 
3374
+ #: wppa-common-functions.php:542 wppa-common-functions.php:578
3375
+ #: wppa-functions.php:4246
3376
  msgid "days"
3377
  msgstr "Tage"
3378
 
3379
+ #: wppa-common-functions.php:546 wppa-common-functions.php:582
3380
  msgid "1 week"
3381
  msgstr "1 Woche"
3382
 
3383
+ #: wppa-common-functions.php:547 wppa-common-functions.php:583
3384
+ #: wppa-functions.php:4245
3385
  msgid "weeks"
3386
  msgstr "Wochen"
3387
 
3388
+ #: wppa-common-functions.php:551 wppa-common-functions.php:587
3389
  msgid "1 month"
3390
  msgstr "1 Monat"
3391
 
3392
+ #: wppa-common-functions.php:552 wppa-common-functions.php:588
3393
  msgid "months"
3394
  msgstr "Monate"
3395
 
3396
+ #: wppa-common-functions.php:555 wppa-common-functions.php:591
3397
  msgid "1 year"
3398
  msgstr "1 Jahr"
3399
 
3400
+ #: wppa-common-functions.php:556 wppa-common-functions.php:592
3401
  msgid "years"
3402
  msgstr "Jahre"
3403
 
3404
+ #: wppa-common-functions.php:803 wppa-common-functions.php:804
3405
  msgid "ERROR: Resized or copied image could not be created."
3406
  msgstr ""
3407
 
3408
+ #: wppa-common-functions.php:846 wppa-common-functions.php:847
3409
  #, php-format
3410
  msgid "ERROR: File %s is not a valid picture file."
3411
  msgstr ""
3412
 
3413
+ #: wppa-common-functions.php:1647
3414
  #, php-format
3415
  msgid ""
3416
  "Based on your server memory limit you should not upload images larger then "
3417
  "<strong>%d x %d (%2.1f MP)</strong>"
3418
  msgstr ""
3419
 
3420
+ #: wppa-common-functions.php:1922
3421
  #, fuzzy
3422
  msgid "- select an album -"
3423
  msgstr "Bitte wähle Album"
3424
 
3425
+ #: wppa-common-functions.php:1934 wppa-items.php:370
3426
  #: wppa-multitag-widget.php:75 wppa-multitag-widget.php:83
3427
  #: wppa-slideshow-widget.php:201 wppa-tagcloud-widget.php:70
3428
  #: wppa-tagcloud-widget.php:78
3430
  msgid "--- all ---"
3431
  msgstr "--- alle---"
3432
 
3433
+ #: wppa-common-functions.php:1940
3434
  #, fuzzy
3435
  msgid "--- generic ---"
3436
  msgstr "--- keine ---"
3437
 
3438
+ #: wppa-common-functions.php:1951
3439
  msgid "--- multiple see below ---"
3440
  msgstr ""
3441
 
3442
+ #: wppa-common-functions.php:1957
3443
  #, fuzzy
3444
  msgid "--- a selection box ---"
3445
  msgstr "--- gelöscht ---"
3446
 
3447
+ #: wppa-common-functions.php:1991 wppa-items.php:366
3448
+ #: wppa-settings-autosave.php:7058 wppa-settings-autosave.php:7114
3449
  #: wppa-upload.php:1529
3450
  msgid "--- separate ---"
3451
  msgstr "--- separat ---"
3452
 
3453
+ #: wppa-common-functions.php:2089
3454
  #, fuzzy
3455
  msgid "Photo id ="
3456
  msgstr "Foto des Tages"
3457
 
3458
+ #: wppa-common-functions.php:2089
3459
  msgid "Value ="
3460
  msgstr ""
3461
 
3513
  msgid "n.a."
3514
  msgstr ""
3515
 
3516
+ #: wppa-exif-iptc-common.php:214 wppa-utils.php:2245
3517
  #, fuzzy
3518
  msgid "Not Defined"
3519
  msgstr "definiert, bei Widget-Aktivierung."
3520
 
3521
+ #: wppa-exif-iptc-common.php:215 wppa-utils.php:2246
3522
  msgid "Manual"
3523
  msgstr ""
3524
 
3525
+ #: wppa-exif-iptc-common.php:216 wppa-utils.php:2247
3526
  #, fuzzy
3527
  msgid "Program AE"
3528
  msgstr ""
3529
  "Fotos importieren: Sammelimport von Fotos, die mit einem Ftp Programm "
3530
  "hochgeladen wurden."
3531
 
3532
+ #: wppa-exif-iptc-common.php:217 wppa-utils.php:2248
3533
  #, fuzzy
3534
  msgid "Aperture-priority AE"
3535
  msgstr "Filter Priorität"
3536
 
3537
+ #: wppa-exif-iptc-common.php:218 wppa-utils.php:2249
3538
  #, fuzzy
3539
  msgid "Shutter speed priority AE"
3540
  msgstr "Speed Ein-Ausblenden"
3541
 
3542
+ #: wppa-exif-iptc-common.php:219 wppa-utils.php:2250
3543
  #, fuzzy
3544
  msgid "Creative (Slow speed)"
3545
  msgstr "Speed Ein-Ausblenden"
3546
 
3547
+ #: wppa-exif-iptc-common.php:220 wppa-utils.php:2251
3548
  #, fuzzy
3549
  msgid "Action (High speed)"
3550
  msgstr "hoch"
3551
 
3552
+ #: wppa-exif-iptc-common.php:221 wppa-utils.php:2252
3553
  #, fuzzy
3554
  msgid "Portrait"
3555
  msgstr "Nur Hochformat:"
3556
 
3557
+ #: wppa-exif-iptc-common.php:222 wppa-utils.php:2253
3558
  #, fuzzy
3559
  msgid "Landscape"
3560
  msgstr "4:5 Querformat abgeschnitten"
3561
 
3562
+ #: wppa-exif-iptc-common.php:223 wppa-utils.php:2254
3563
  msgid "Bulb"
3564
  msgstr ""
3565
 
3566
+ #: wppa-exif-iptc-common.php:245 wppa-utils.php:2255
3567
  #, fuzzy
3568
  msgid "Average"
3569
  msgstr "durchschnittlich"
3570
 
3571
+ #: wppa-exif-iptc-common.php:246 wppa-utils.php:2256
3572
  #, fuzzy
3573
  msgid "Center-weighted average"
3574
  msgstr "durchschnittlich"
3575
 
3576
+ #: wppa-exif-iptc-common.php:247 wppa-utils.php:2257
3577
  msgid "Spot"
3578
  msgstr ""
3579
 
3580
+ #: wppa-exif-iptc-common.php:248 wppa-utils.php:2258
3581
  #, fuzzy
3582
  msgid "Multi-spot"
3583
  msgstr "Multi Bewertung"
3584
 
3585
+ #: wppa-exif-iptc-common.php:249 wppa-utils.php:2259
3586
  #, fuzzy
3587
  msgid "Multi-segment"
3588
  msgstr "Multi Bewertung"
3589
 
3590
+ #: wppa-exif-iptc-common.php:250 wppa-utils.php:2260
3591
  msgid "Partial"
3592
  msgstr ""
3593
 
3594
+ #: wppa-exif-iptc-common.php:251 wppa-settings-autosave.php:4400
3595
+ #: wppa-utils.php:2261
3596
  #, fuzzy
3597
  msgid "Other"
3598
  msgstr "Andere"
3599
 
3600
+ #: wppa-exif-iptc-common.php:287 wppa-utils.php:2262
3601
  msgid "No Flash"
3602
  msgstr ""
3603
 
3604
+ #: wppa-exif-iptc-common.php:289 wppa-utils.php:2263
3605
  msgid "Fired"
3606
  msgstr ""
3607
 
3608
+ #: wppa-exif-iptc-common.php:291 wppa-utils.php:2264
3609
  msgid "Fired, Return not detected"
3610
  msgstr ""
3611
 
3612
+ #: wppa-exif-iptc-common.php:293 wppa-utils.php:2265
3613
  msgid "Fired, Return detected"
3614
  msgstr ""
3615
 
3616
+ #: wppa-exif-iptc-common.php:295 wppa-utils.php:2266
3617
  #, fuzzy
3618
  msgid "On, Did not fire"
3619
  msgstr ""
3620
  "Wenn Sie die Option \"still at first norated\", wird das erste Foto, dass "
3621
  "der Besucher kein Rating gegeben hat im Blättern-Modus angezeigt werden."
3622
 
3623
+ #: wppa-exif-iptc-common.php:297 wppa-utils.php:2267
3624
  msgid "On, Fired"
3625
  msgstr ""
3626
 
3627
+ #: wppa-exif-iptc-common.php:299 wppa-utils.php:2268
3628
  msgid "On, Return not detected"
3629
  msgstr ""
3630
 
3631
+ #: wppa-exif-iptc-common.php:301 wppa-utils.php:2269
3632
  msgid "On, Return detected"
3633
  msgstr ""
3634
 
3635
+ #: wppa-exif-iptc-common.php:303 wppa-utils.php:2270
3636
  #, fuzzy
3637
  msgid "Off, Did not fire"
3638
  msgstr "--- aus ---"
3639
 
3640
+ #: wppa-exif-iptc-common.php:305 wppa-utils.php:2271
3641
  #, fuzzy
3642
  msgid "Off, Did not fire, Return not detected"
3643
  msgstr "--- aus ---"
3644
 
3645
+ #: wppa-exif-iptc-common.php:307 wppa-utils.php:2272
3646
  #, fuzzy
3647
  msgid "Auto, Did not fire"
3648
  msgstr "Automatisch Gespeichert"
3649
 
3650
+ #: wppa-exif-iptc-common.php:309 wppa-utils.php:2273
3651
  #, fuzzy
3652
  msgid "Auto, Fired"
3653
  msgstr "Automatisch Gespeichert"
3654
 
3655
+ #: wppa-exif-iptc-common.php:311 wppa-utils.php:2274
3656
  #, fuzzy
3657
  msgid "Auto, Fired, Return not detected"
3658
  msgstr "Automatisch Gespeichert"
3659
 
3660
+ #: wppa-exif-iptc-common.php:313 wppa-utils.php:2275
3661
  #, fuzzy
3662
  msgid "Auto, Fired, Return detected"
3663
  msgstr "Automatisch Gespeichert"
3664
 
3665
+ #: wppa-exif-iptc-common.php:315 wppa-utils.php:2276
3666
  #, fuzzy
3667
  msgid "No flash function"
3668
  msgstr ""
3669
  ". </i>Dieses Plugin wird dazu führen, das wppa+ nicht richtig funktioniert ."
3670
 
3671
+ #: wppa-exif-iptc-common.php:317 wppa-utils.php:2277
3672
  #, fuzzy
3673
  msgid "Off, No flash function"
3674
  msgstr "--- aus ---"
3675
 
3676
+ #: wppa-exif-iptc-common.php:319 wppa-utils.php:2278
3677
  #, fuzzy
3678
  msgid "Fired, Red-eye reduction"
3679
  msgstr ""
3680
  "<span style=\"color:red\" >Warnung: Laden Sie keine urheberrechtlich "
3681
  "geschütztes Material!</span>"
3682
 
3683
+ #: wppa-exif-iptc-common.php:321 wppa-utils.php:2279
3684
  #, fuzzy
3685
  msgid "Fired, Red-eye reduction, Return not detected"
3686
  msgstr ""
3687
  "<span style=\"color:red\" >Warnung: Laden Sie keine urheberrechtlich "
3688
  "geschütztes Material!</span>"
3689
 
3690
+ #: wppa-exif-iptc-common.php:323 wppa-utils.php:2280
3691
  #, fuzzy
3692
  msgid "Fired, Red-eye reduction, Return detected"
3693
  msgstr ""
3694
  "<span style=\"color:red\" >Warnung: Laden Sie keine urheberrechtlich "
3695
  "geschütztes Material!</span>"
3696
 
3697
+ #: wppa-exif-iptc-common.php:325 wppa-utils.php:2281
3698
  #, fuzzy
3699
  msgid "On, Red-eye reduction"
3700
  msgstr ""
3701
  "<span style=\"color:red\" >Warnung: Laden Sie keine urheberrechtlich "
3702
  "geschütztes Material!</span>"
3703
 
3704
+ #: wppa-exif-iptc-common.php:327 wppa-utils.php:2282
3705
  #, fuzzy
3706
  msgid "Red-eye reduction, Return not detected"
3707
  msgstr ""
3708
  "<span style=\"color:red\" >Warnung: Laden Sie keine urheberrechtlich "
3709
  "geschütztes Material!</span>"
3710
 
3711
+ #: wppa-exif-iptc-common.php:329 wppa-utils.php:2283
3712
  #, fuzzy
3713
  msgid "On, Red-eye reduction, Return detected"
3714
  msgstr ""
3715
  "<span style=\"color:red\" >Warnung: Laden Sie keine urheberrechtlich "
3716
  "geschütztes Material!</span>"
3717
 
3718
+ #: wppa-exif-iptc-common.php:331 wppa-utils.php:2284
3719
  #, fuzzy
3720
  msgid "Off, Red-eye reduction"
3721
  msgstr "--- aus ---"
3722
 
3723
+ #: wppa-exif-iptc-common.php:333 wppa-utils.php:2285
3724
  #, fuzzy
3725
  msgid "Auto, Did not fire, Red-eye reduction"
3726
  msgstr "Automatisch Gespeichert"
3727
 
3728
+ #: wppa-exif-iptc-common.php:335 wppa-utils.php:2286
3729
  #, fuzzy
3730
  msgid "Auto, Fired, Red-eye reduction"
3731
  msgstr "Automatisch Gespeichert"
3732
 
3733
+ #: wppa-exif-iptc-common.php:337 wppa-utils.php:2287
3734
  #, fuzzy
3735
  msgid "Auto, Fired, Red-eye reduction, Return not detected"
3736
  msgstr "Automatisch Gespeichert"
3737
 
3738
+ #: wppa-exif-iptc-common.php:339 wppa-utils.php:2288
3739
  #, fuzzy
3740
  msgid "Auto, Fired, Red-eye reduction, Return detected"
3741
  msgstr "Automatisch Gespeichert"
3864
  "your search criteria."
3865
  msgstr "Es wurde kein Album oder Foto mit Deinen Suchangaben gefunden."
3866
 
3867
+ #: wppa-functions.php:1919 wppa-links.php:717 wppa-links.php:734
3868
  #: wppa-thumbnails.php:587
3869
  #, fuzzy
3870
  msgid "Are you sure you want to remove this photo?"
3871
  msgstr "Bist du sicher, das du dieses Foto drehen möchtest?"
3872
 
3873
+ #: wppa-functions.php:2079
3874
  msgid "Comment edited"
3875
  msgstr "Kommentar bearbeitet"
3876
 
3877
+ #: wppa-functions.php:2084
3878
  #, fuzzy
3879
  msgid "Photo comment"
3880
  msgstr "Dein Kommentar:"
3881
 
3882
+ #: wppa-functions.php:2088
3883
  #, fuzzy
3884
  msgid "Comment on photo:"
3885
  msgstr "Kommentar Widget Foto-Link."
3886
 
3887
+ #: wppa-functions.php:2099
3888
  #, fuzzy
3889
  msgid "wrote on photo"
3890
  msgstr "Foto:"
3891
 
3892
+ #: wppa-functions.php:2103
3893
  #, fuzzy
3894
  msgid "Moderate comment admin"
3895
  msgstr "Moderiere Kommentare"
3896
 
3897
+ #: wppa-functions.php:2106 wppa-functions.php:4097 wppa-upload.php:1427
3898
  #, fuzzy
3899
  msgid "Moderate manage photo"
3900
  msgstr "Moderiere Fotos"
3901
 
3902
+ #: wppa-functions.php:2120
3903
  #, fuzzy
3904
  msgid "You receive this email as you are assigned to moderate"
3905
  msgstr ""
3906
  "Gebe die Tags ein, die den neuen Fotos in diesem Album zugeordnet werden."
3907
 
3908
+ #: wppa-functions.php:2132
3909
  #, fuzzy
3910
  msgid "You receive this email as administrator of the site"
3911
  msgstr ""
3912
  "Wenn aktiviert, wird der Admin eine Benachrichtigung per E-Mail erhalten."
3913
 
3914
+ #: wppa-functions.php:2149
3915
  #, fuzzy
3916
  msgid "You receive this email as uploader of the photo"
3917
  msgstr ""
3918
  "Wenn aktiviert, wird der Admin eine Benachrichtigung per E-Mail erhalten."
3919
 
3920
+ #: wppa-functions.php:2166
3921
  #, fuzzy
3922
  msgid "You receive this email as owner of the album"
3923
  msgstr ""
3924
  "Wenn aktiviert, wird der Admin eine Benachrichtigung per E-Mail erhalten."
3925
 
3926
+ #: wppa-functions.php:2183
3927
  #, fuzzy
3928
  msgid "You receive this email because you commented this photo earlier."
3929
  msgstr ""
3930
  "Gebe die Tags ein, die den neuen Fotos in diesem Album zugeordnet werden."
3931
 
3932
+ #: wppa-functions.php:2209
3933
  msgid "Comment added"
3934
  msgstr "Kommentar hinzugefügt"
3935
 
3936
+ #: wppa-functions.php:2215
3937
  #, fuzzy
3938
  msgid ""
3939
  "Sorry, you gave a wrong answer.\\n\\nPlease try again to solve the "
3940
  "computation."
3941
  msgstr "Du können die Seite aktualisieren und es erneut versuchen."
3942
 
3943
+ #: wppa-functions.php:2226
3944
  #, fuzzy
3945
  msgid "Could not process comment.\\nProbably timed out."
3946
  msgstr ""
3947
  "Wenn aktiviert, wird der Versuch unternommen, einen Admin-Prozess neu zu "
3948
  "starten, wenn die Zeit abgelaufen ist."
3949
 
3950
+ #: wppa-functions.php:2309
3951
  #, fuzzy, php-format
3952
  msgid "1 Comment"
3953
  msgid_plural "%s Comments"
3954
  msgstr[0] "Kommentar:"
3955
  msgstr[1] "Kommentar:"
3956
 
3957
+ #: wppa-functions.php:2345 wppa-links.php:1405
3958
  msgid "A video can not be printed or downloaded"
3959
  msgstr ""
3960
 
3961
+ #: wppa-functions.php:2784
3962
  #, fuzzy
3963
  msgid "ERROR: Illegal attempt to enter a rating."
3964
  msgstr "<b>FEHLER: Ungültiger Versuch zu bewerten</b>"
3965
 
3966
+ #: wppa-functions.php:2797
3967
  #, fuzzy
3968
  msgid "ERROR: Illegal attempt to enter a comment."
3969
  msgstr "<b>FEHLER: Ungültiger Versuch zu kommentieren</b>"
3970
 
3971
+ #: wppa-functions.php:3850
3972
  #, fuzzy
3973
  msgid "ERROR: Illegal attempt to create an album."
3974
  msgstr "<b>FEHLER: Ungültiger Versuch zu bewerten</b>"
3975
 
3976
+ #: wppa-functions.php:3854
3977
  #, fuzzy
3978
  msgid "Wrong captcha, please try again"
3979
  msgstr "Versuche es erneut!"
3980
 
3981
+ #: wppa-functions.php:3867
3982
  #, fuzzy, php-format
3983
  msgid "Album #%s created"
3984
  msgstr "- Das zuletzt erstellte Album -"
3985
 
3986
+ #: wppa-functions.php:3872
3987
  #, fuzzy
3988
  msgid "Could not create album"
3989
  msgstr "Das Album konnte nicht erstellt werden."
3990
 
3991
+ #: wppa-functions.php:3883
3992
  #, fuzzy
3993
  msgid "ERROR: Illegal attempt to upload a file."
3994
  msgstr "<b>FEHLER: Ungültiger Versuch eine Datei hochzuladen</b>"
3995
 
3996
+ #: wppa-functions.php:3923
3997
  #, fuzzy
3998
  msgid "Photo upload"
3999
  msgstr "Fotos hochgeladen zu Album Nr"
4000
 
4001
+ #: wppa-functions.php:3924
4002
  #, fuzzy, php-format
4003
  msgid "Photo successfully uploaded."
4004
  msgid_plural "%s photos successfully uploaded."
4005
  msgstr[0] "--- Das zuletzt hochgeladenen Foto ---"
4006
  msgstr[1] "--- Das zuletzt hochgeladenen Foto ---"
4007
 
4008
+ #: wppa-functions.php:3925
4009
  #, fuzzy, php-format
4010
  msgid "%s points added."
4011
  msgstr "--- max %s der zuletzt hinzugefügten ---"
4012
 
4013
+ #: wppa-functions.php:3929
4014
  #, fuzzy
4015
  msgid "Upload failed"
4016
  msgstr "Fehlgeschlagen!"
4017
 
4018
+ #: wppa-functions.php:3932
4019
  #, fuzzy, php-format
4020
  msgid "1 Upload failed"
4021
  msgid_plural "%s uploads failed."
4022
  msgstr[0] "Fehlgeschlagen!"
4023
  msgstr[1] "Fehlgeschlagen!"
4024
 
4025
+ #: wppa-functions.php:3969
4026
  msgid "Error during upload"
4027
  msgstr "Fehler beim Hochladen"
4028
 
4029
+ #: wppa-functions.php:3974
4030
  msgid "Uploaded file is not an image"
4031
  msgstr "Hochgeladenen datei ist kein Bild"
4032
 
4033
+ #: wppa-functions.php:3978
4034
  #, fuzzy, php-format
4035
  msgid ""
4036
  "Only gif, jpg and png image files are supported. Returned filetype = %d."
4037
  msgstr "JPG Bildqualität"
4038
 
4039
+ #: wppa-functions.php:3984
4040
  #, fuzzy, php-format
4041
  msgid "Uploaded file is larger than the allowed maximum of %d x %d pixels."
4042
  msgstr ""
4043
  "Basierend auf Ihrem Server memory limit sollte man nicht Bildern größer als "
4044
  "<strong>%d x %d (%2.1f MP) </strong> hochladen"
4045
 
4046
+ #: wppa-functions.php:3990
4047
  #, fuzzy, php-format
4048
  msgid "Uploaded file %s already exists in this album."
4049
  msgstr "Fotos %s hochgeladen zu Album Nr. %s"
4050
 
4051
+ #: wppa-functions.php:3998
4052
  #, fuzzy, php-format
4053
  msgid "The image is too big. Max photo size: %d x %d (%2.1f MegaPixel)"
4054
  msgstr "(max %d)"
4055
 
4056
+ #: wppa-functions.php:4021
4057
  #, fuzzy
4058
  msgid "Could not insert photo into db."
4059
  msgstr "Konnte Foto nicht einfügen. query="
4060
 
4061
+ #: wppa-functions.php:4093 wppa-upload.php:1423
4062
  #, fuzzy, php-format
4063
  msgid "New photo uploaded: %s"
4064
  msgstr ""
4065
  "Gebe jedem neuen im Frontend hochgeladen Foto eine standardisierte "
4066
  "Beschreibung."
4067
 
4068
+ #: wppa-functions.php:4094 wppa-upload.php:1424
4069
  #, fuzzy, php-format
4070
  msgid "User %1$s uploaded photo %2$s into album %3$s"
4071
  msgstr "Foto %s kopiert zum Album %s (%s)"
4072
 
4073
+ #: wppa-functions.php:4096 wppa-upload.php:1426
4074
  #, fuzzy
4075
  msgid "This upload requires moderation"
4076
  msgstr "Upload Moderation"
4077
 
4078
+ #: wppa-functions.php:4100 wppa-upload.php:1430
4079
  msgid "Details:"
4080
  msgstr ""
4081
 
4082
+ #: wppa-functions.php:4101 wppa-upload.php:1431 wppa-utils.php:777
4083
+ #: wppa-utils.php:789
4084
  #, fuzzy
4085
  msgid "Manage photo"
4086
  msgstr "Verwalte Fotos"
4087
 
4088
+ #: wppa-functions.php:4243
4089
  #, fuzzy
4090
  msgid "You can upload after"
4091
  msgstr "bevor Du Deine Fotos hochladen kannst."
4092
 
4093
+ #: wppa-functions.php:4273 wppa-functions.php:4284 wppa-links.php:1034
4094
  #: wppa-non-admin.php:644
4095
  #, fuzzy
4096
  msgid "Download"
4097
  msgstr "Popup Download Link"
4098
 
4099
+ #: wppa-functions.php:4277 wppa-functions.php:4288
4100
  #, fuzzy
4101
  msgid "Download:"
4102
  msgstr "Popup Download Link"
4103
 
4104
+ #: wppa-functions.php:4311
4105
  #, fuzzy
4106
  msgid "Zoom in"
4107
  msgstr "Zeigt Zoom in"
4586
  msgid "Bronze"
4587
  msgstr ""
4588
 
4589
+ #: wppa-items.php:274 wppa-items.php:428 wppa-settings-autosave.php:3266
4590
  #, fuzzy
4591
  msgid "none"
4592
  msgstr "--- kein ---"
4705
  msgid "Scheduled for %s"
4706
  msgstr ""
4707
 
4708
+ #: wppa-links.php:975 wppa-links.php:978 wppa-slideshow.php:735
4709
  #, fuzzy
4710
  msgid "Previous"
4711
  msgstr "Vorheriges Foto"
4712
 
4713
  #: wppa-links.php:985 wppa-links.php:988 wppa-non-admin.php:590
4714
+ #: wppa-slideshow.php:738
4715
  msgid "Next"
4716
  msgstr "Nächstes"
4717
 
4796
  msgid "Keys: f = next mode; escape = exit; d = dismiss this notice."
4797
  msgstr ""
4798
 
4799
+ #: wppa-non-admin.php:581 wppa-settings-autosave.php:3411
4800
  #: wppa-slideshow.php:232
4801
  msgid "Start"
4802
  msgstr "Starte"
4829
  msgid "Prev."
4830
  msgstr "Vorheriges"
4831
 
4832
+ #: wppa-non-admin.php:591 wppa-slideshow.php:577 wppa-slideshow.php:581
4833
+ #: wppa-slideshow.php:627
4834
  msgid "Average&nbsp;rating"
4835
  msgstr "Durchschnittliche Bewertung"
4836
 
4837
+ #: wppa-non-admin.php:592 wppa-slideshow.php:602 wppa-slideshow.php:607
4838
+ #: wppa-slideshow.php:612
4839
  msgid "My&nbsp;rating"
4840
  msgstr "Meine&nbsp;Bewertung"
4841
 
5128
  msgid "Same tab"
5129
  msgstr ""
5130
 
5131
+ #: wppa-photo-admin-autosave.php:414 wppa-settings-autosave.php:4501
5132
+ #: wppa-settings-autosave.php:5500
5133
  #, fuzzy
5134
  msgid "New tab"
5135
  msgstr "Das Album konnte nicht erstellt werden."
5158
  msgid "Update file"
5159
  msgstr "Erneuere die Plugin Beschreibung"
5160
 
5161
+ #: wppa-photo-admin-autosave.php:477 wppa-settings-autosave.php:3013
5162
  #, fuzzy
5163
  msgid "Upload"
5164
  msgstr "Upload Foto"
5229
  msgid "Remake thumbnail file"
5230
  msgstr "Anzeigen..."
5231
 
5232
+ #: wppa-photo-admin-autosave.php:632 wppa-settings-autosave.php:6216
5233
  msgid "Remake"
5234
  msgstr ""
5235
 
5449
  msgstr ""
5450
 
5451
  #: wppa-photo-admin-autosave.php:1293 wppa-photo-admin-autosave.php:1412
5452
+ #: wppa-settings-autosave.php:7509
5453
  #, fuzzy
5454
  msgid "Preview"
5455
  msgstr "Vorheriges Foto"
5478
  msgid "Id: "
5479
  msgstr ""
5480
 
5481
+ #: wppa-photo-admin-autosave.php:1605 wppa-settings-autosave.php:482
5482
  msgid "Video"
5483
  msgstr ""
5484
 
5485
+ #: wppa-photo-admin-autosave.php:1606 wppa-settings-autosave.php:463
5486
  msgid "Audio"
5487
  msgstr ""
5488
 
5565
  msgid "Enable subsearch"
5566
  msgstr ""
5567
 
5568
+ #: wppa-settings-autosave.php:117
5569
  msgid "Saved settings restored"
5570
  msgstr ""
5571
 
5572
+ #: wppa-settings-autosave.php:120
5573
  msgid "Unable to restore saved settings"
5574
  msgstr ""
5575
 
5576
+ #: wppa-settings-autosave.php:126
5577
  msgid "Reset to default settings"
5578
  msgstr ""
5579
 
5580
+ #: wppa-settings-autosave.php:129
5581
  msgid "Unable to set defaults"
5582
  msgstr ""
5583
 
5584
+ #: wppa-settings-autosave.php:134
5585
  #, php-format
5586
  msgid "Skinfile %s loaded"
5587
  msgstr ""
5588
 
5589
+ #: wppa-settings-autosave.php:145 wppa-settings-autosave.php:167
5590
+ #: wppa-settings-autosave.php:188
5591
  #, fuzzy, php-format
5592
  msgid "Upload error %s"
5593
  msgstr "Fotos Hochladen"
5594
 
5595
+ #: wppa-settings-autosave.php:150
5596
  #, fuzzy, php-format
5597
  msgid "Uploaded file %s is not a .png file"
5598
  msgstr "Hochgeladenen datei ist kein Bild"
5599
 
5600
+ #: wppa-settings-autosave.php:154 wppa-settings-autosave.php:175
5601
+ #: wppa-settings-autosave.php:211
5602
  #, fuzzy, php-format
5603
  msgid "Upload of %s done"
5604
  msgstr "Upload Foto"
5605
 
5606
+ #: wppa-settings-autosave.php:159 wppa-settings-autosave.php:180
5607
+ #: wppa-settings-autosave.php:216
5608
  msgid "No file selected or error on upload"
5609
  msgstr ""
5610
 
5611
+ #: wppa-settings-autosave.php:171
5612
  #, fuzzy, php-format
5613
  msgid "Uploaded file %s is not a .ttf file"
5614
  msgstr "Hochgeladenen datei ist kein Bild"
5615
 
5616
+ #: wppa-settings-autosave.php:193
5617
  #, fuzzy, php-format
5618
  msgid "Uploaded file %s is not a valid image file"
5619
  msgstr "Hochgeladenen datei ist kein Bild"
5620
 
5621
+ #: wppa-settings-autosave.php:295 wppa-settings-autosave.php:336
5622
  msgid "Ready uploading to Cloudinary"
5623
  msgstr ""
5624
 
5625
+ #: wppa-settings-autosave.php:316
5626
  #, php-format
5627
  msgid "Unexpected error: Photo %s does not exist!"
5628
  msgstr ""
5629
 
5630
+ #: wppa-settings-autosave.php:352
5631
  #, php-format
5632
  msgid ""
5633
  "%s invalid ratings removed. Please run Table VIII-A5: Rerate to fix the "
5634
  "averages."
5635
  msgstr ""
5636
 
5637
+ #: wppa-settings-autosave.php:362
5638
  #, php-format
5639
  msgid "%s obsolete settings removed."
5640
  msgstr ""
5641
 
5642
+ #: wppa-settings-autosave.php:370
5643
  #, fuzzy
5644
  msgid "WP Photo Album Plus Settings"
5645
  msgstr "Foto Alben"
5646
 
5647
+ #: wppa-settings-autosave.php:371
5648
  msgid "Database revision:"
5649
  msgstr ""
5650
 
5651
+ #: wppa-settings-autosave.php:371
5652
  msgid "WP Charset:"
5653
  msgstr ""
5654
 
5655
+ #: wppa-settings-autosave.php:374
5656
  msgid "Multisite in singlesite mode."
5657
  msgstr ""
5658
 
5659
+ #: wppa-settings-autosave.php:377
5660
  msgid "Multisite enabled."
5661
  msgstr ""
5662
 
5663
+ #: wppa-settings-autosave.php:379
5664
  msgid "Blogid ="
5665
  msgstr ""
5666
 
5667
+ #: wppa-settings-autosave.php:396
5668
  msgid "Please de-activate plugin <i style=\"font-size:14px;\">"
5669
  msgstr ""
5670
 
5671
+ #: wppa-settings-autosave.php:396
5672
  msgid ". </i>This plugin will cause wppa+ to function not properly."
5673
  msgstr ""
5674
 
5675
+ #: wppa-settings-autosave.php:406
5676
  msgid "Please note that plugin <i style=\"font-size:14px;\">"
5677
  msgstr ""
5678
 
5679
+ #: wppa-settings-autosave.php:406
5680
  msgid "</i> can cause wppa+ to function not properly if it is misconfigured."
5681
  msgstr ""
5682
 
5683
+ #: wppa-settings-autosave.php:411 wppa-upload.php:93
5684
  msgid ""
5685
  "There is a serious misconfiguration in your servers PHP config. Function "
5686
  "imagecreatefromjpeg() does not exist. You will encounter problems when "
5688
  "hosting provider to add GD support with a minimal version 1.8."
5689
  msgstr ""
5690
 
5691
+ #: wppa-settings-autosave.php:416
5692
  msgid "Rebuilding the Album index needs completion. See Table VIII"
5693
  msgstr ""
5694
 
5695
+ #: wppa-settings-autosave.php:417
5696
  msgid "Rebuilding the Photo index needs completion. See Table VIII"
5697
  msgstr ""
5698
 
5699
+ #: wppa-settings-autosave.php:419
5700
  msgid "Remove empty albums needs completion. See Table VIII"
5701
  msgstr ""
5702
 
5703
+ #: wppa-settings-autosave.php:420
5704
  msgid "Applying new photo description needs completion. See Table VIII"
5705
  msgstr ""
5706
 
5707
+ #: wppa-settings-autosave.php:421
5708
  msgid "Appending to photo description needs completion. See Table VIII"
5709
  msgstr ""
5710
 
5711
+ #: wppa-settings-autosave.php:422
5712
  msgid "Removing from photo description needs completion. See Table VIII"
5713
  msgstr ""
5714
 
5715
+ #: wppa-settings-autosave.php:423
5716
  msgid "Removing file extensions needs completion. See Table VIII"
5717
  msgstr ""
5718
 
5719
+ #: wppa-settings-autosave.php:424
5720
  msgid "Regenerating the Thumbnails needs completion. See Table VIII"
5721
  msgstr ""
5722
 
5723
+ #: wppa-settings-autosave.php:425
5724
  msgid "Rerating needs completion. See Table VIII"
5725
  msgstr ""
5726
 
5727
+ #: wppa-settings-autosave.php:433
5728
  msgid ""
5729
  "A thumbframe width or height should not be smaller than a thumbnail size. "
5730
  "Please correct the corresponding setting(s) in Table I-C"
5731
  msgstr ""
5732
 
5733
+ #: wppa-settings-autosave.php:438
5734
  msgid "Show legenda"
5735
  msgstr ""
5736
 
5737
+ #: wppa-settings-autosave.php:440
5738
  msgid "Legenda:"
5739
  msgstr ""
5740
 
5741
+ #: wppa-settings-autosave.php:441 wppa-settings-autosave.php:443
5742
+ #: wppa-settings-autosave.php:1956 wppa-settings-autosave.php:5222
5743
  msgid "Button"
5744
  msgstr ""
5745
 
5746
+ #: wppa-settings-autosave.php:441
5747
  msgid "action that causes page reload."
5748
  msgstr ""
5749
 
5750
+ #: wppa-settings-autosave.php:443 wppa-settings-autosave.php:8862
5751
+ #: wppa-settings-autosave.php:8881
5752
  msgid "Are you sure?"
5753
  msgstr ""
5754
 
5755
+ #: wppa-settings-autosave.php:444
5756
  msgid "action that does not cause page reload."
5757
  msgstr ""
5758
 
5759
+ #: wppa-settings-autosave.php:446 wppa-settings-autosave.php:7398
5760
+ #: wppa-settings-autosave.php:7400 wppa-settings-autosave.php:8564
5761
+ #: wppa-settings-autosave.php:8580 wppa-settings-autosave.php:8608
5762
+ #: wppa-settings-autosave.php:8632 wppa-settings-autosave.php:8662
5763
+ #: wppa-settings-autosave.php:8689 wppa-settings-autosave.php:8715
5764
+ #: wppa-settings-autosave.php:8731 wppa-settings-autosave.php:8784
5765
+ #: wppa-settings-autosave.php:8814
5766
  msgid "Setting unmodified"
5767
  msgstr ""
5768
 
5769
+ #: wppa-settings-autosave.php:448
5770
  msgid "Update in progress"
5771
  msgstr ""
5772
 
5773
+ #: wppa-settings-autosave.php:450
5774
  #, fuzzy
5775
  msgid "Setting updated"
5776
  msgstr "Einstellungen"
5777
 
5778
+ #: wppa-settings-autosave.php:452
5779
  #, fuzzy
5780
  msgid "Update failed"
5781
  msgstr "Fehlgeschlagen!"
5782
 
5783
+ #: wppa-settings-autosave.php:454
5784
  msgid "Hide this"
5785
  msgstr ""
5786
 
5787
+ #: wppa-settings-autosave.php:460
5788
  msgid "System"
5789
  msgstr ""
5790
 
5791
+ #: wppa-settings-autosave.php:461
5792
  msgid "Access"
5793
  msgstr ""
5794
 
5795
+ #: wppa-settings-autosave.php:465
5796
  msgid "Counts"
5797
  msgstr ""
5798
 
5799
+ #: wppa-settings-autosave.php:466
5800
  msgid "Covers"
5801
  msgstr ""
5802
 
5803
+ #: wppa-settings-autosave.php:467
5804
  msgid "Layout"
5805
  msgstr ""
5806
 
5807
+ #: wppa-settings-autosave.php:468 wppa-settings-autosave.php:4451
5808
  msgid "Lightbox"
5809
  msgstr ""
5810
 
5811
+ #: wppa-settings-autosave.php:469
5812
  #, fuzzy
5813
  msgid "Links"
5814
  msgstr "Verweis zu"
5815
 
5816
+ #: wppa-settings-autosave.php:470
5817
  msgid "Metadata"
5818
  msgstr ""
5819
 
5820
+ #: wppa-settings-autosave.php:471
5821
  msgid "Navigation"
5822
  msgstr ""
5823
 
5824
+ #: wppa-settings-autosave.php:472 wppa-settings-autosave.php:1530
5825
+ #: wppa-settings-autosave.php:7745
5826
  #, fuzzy
5827
  msgid "Page"
5828
  msgstr "Seite"
5829
 
5830
+ #: wppa-settings-autosave.php:473 wppa-settings-autosave.php:7541
5831
+ #: wppa-settings-autosave.php:7586
5832
  #, fuzzy
5833
  msgid "Rating"
5834
  msgstr "Bewertung: %s"
5835
 
5836
+ #: wppa-settings-autosave.php:475
5837
  msgid "Sizes"
5838
  msgstr ""
5839
 
5840
+ #: wppa-settings-autosave.php:476
5841
  #, fuzzy
5842
  msgid "Slideshows"
5843
  msgstr "Diaschau"
5844
 
5845
+ #: wppa-settings-autosave.php:477
5846
  msgid "Social Media"
5847
  msgstr ""
5848
 
5849
+ #: wppa-settings-autosave.php:479
5850
  #, fuzzy
5851
  msgid "Uploads"
5852
  msgstr "Fotos Hochladen"
5853
 
5854
+ #: wppa-settings-autosave.php:480
5855
  msgid "Widgets"
5856
  msgstr ""
5857
 
5858
+ #: wppa-settings-autosave.php:481 wppa-settings-autosave.php:7379
5859
  msgid "Watermark"
5860
  msgstr ""
5861
 
5862
+ #: wppa-settings-autosave.php:489
5863
  msgid "Click on the banner of a (sub)table to open/close it, or"
5864
  msgstr ""
5865
 
5866
+ #: wppa-settings-autosave.php:491
5867
  msgid "Show settings related to:"
5868
  msgstr ""
5869
 
5870
+ #: wppa-settings-autosave.php:497
5871
  msgid "and ( optionally ) to:"
5872
  msgstr ""
5873
 
5874
+ #: wppa-settings-autosave.php:511
5875
  msgid "Quick setup"
5876
  msgstr ""
5877
 
5878
+ #: wppa-settings-autosave.php:513
5879
  msgid "Do a quick initial setup"
5880
  msgstr ""
5881
 
5882
+ #: wppa-settings-autosave.php:514
5883
  msgid "Close quick setup"
5884
  msgstr ""
5885
 
5886
+ #: wppa-settings-autosave.php:521
5887
  msgid "Table O:"
5888
  msgstr ""
5889
 
5890
+ #: wppa-settings-autosave.php:521
5891
  msgid "Quick Setup:"
5892
  msgstr ""
5893
 
5894
+ #: wppa-settings-autosave.php:522
5895
  msgid "This table enables you to quickly do an inital setup."
5896
  msgstr ""
5897
 
5898
+ #: wppa-settings-autosave.php:532 wppa-settings-autosave.php:685
5899
+ #: wppa-settings-autosave.php:707 wppa-settings-autosave.php:1407
5900
+ #: wppa-settings-autosave.php:1428 wppa-settings-autosave.php:2793
5901
+ #: wppa-settings-autosave.php:3136 wppa-settings-autosave.php:4278
5902
+ #: wppa-settings-autosave.php:6004 wppa-settings-autosave.php:6630
5903
+ #: wppa-settings-autosave.php:8155
5904
  #, fuzzy
5905
  msgid "Setting"
5906
  msgstr "Einstellungen"
5907
 
5908
+ #: wppa-settings-autosave.php:533 wppa-settings-autosave.php:686
5909
+ #: wppa-settings-autosave.php:708 wppa-settings-autosave.php:1408
5910
+ #: wppa-settings-autosave.php:1429 wppa-settings-autosave.php:2794
5911
+ #: wppa-settings-autosave.php:2818 wppa-settings-autosave.php:3116
5912
+ #: wppa-settings-autosave.php:3137 wppa-settings-autosave.php:4279
5913
+ #: wppa-settings-autosave.php:4303 wppa-settings-autosave.php:4479
5914
+ #: wppa-settings-autosave.php:4503 wppa-settings-autosave.php:5502
5915
+ #: wppa-settings-autosave.php:6006 wppa-settings-autosave.php:6030
5916
+ #: wppa-settings-autosave.php:6610 wppa-settings-autosave.php:6631
5917
+ #: wppa-settings-autosave.php:8156 wppa-settings-autosave.php:8178
5918
+ #: wppa-settings-autosave.php:8218 wppa-settings-autosave.php:8240
5919
+ #: wppa-settings-autosave.php:8286
5920
  msgid "Help"
5921
  msgstr ""
5922
 
5923
+ #: wppa-settings-autosave.php:544
5924
  msgid ""
5925
  "To quickly setup WPPA+ please answer the following questions. You can alway "
5926
  "change any setting later. <span style=\"color:#700\">Click on me!</span>"
5927
  msgstr ""
5928
 
5929
+ #: wppa-settings-autosave.php:546
5930
  msgid "Is your theme <i>responsive</i>?"
5931
  msgstr ""
5932
 
5933
+ #: wppa-settings-autosave.php:547
5934
  msgid ""
5935
  "Responsive themes have a layout that varies with the size of the browser "
5936
  "window."
5937
  msgstr ""
5938
 
5939
+ #: wppa-settings-autosave.php:548
5940
  msgid ""
5941
  "WPPA+ needs to know this to automaticly adept the width of the display to "
5942
  "the available width on the page."
5943
  msgstr ""
5944
 
5945
+ #: wppa-settings-autosave.php:555
5946
  msgid "Do you want to downsize photos during upload?"
5947
  msgstr ""
5948
 
5949
+ #: wppa-settings-autosave.php:556
5950
  msgid ""
5951
  "Downsizing photos make them load faster to the visitor, without loosing "
5952
  "display quality"
5953
  msgstr ""
5954
 
5955
+ #: wppa-settings-autosave.php:557
5956
  msgid ""
5957
  "If you answer yes, the photos will be downsized to max 1024 x 768 pixels. "
5958
  "You can change this later, if you like"
5959
  msgstr ""
5960
 
5961
+ #: wppa-settings-autosave.php:564
5962
  #, fuzzy
5963
  msgid "Do you want to save the original photofiles?"
5964
  msgstr "Bist du sicher, das du dieses Foto drehen möchtest?"
5965
 
5966
+ #: wppa-settings-autosave.php:565
5967
  msgid "This will require considerable disk space on the server."
5968
  msgstr ""
5969
 
5970
+ #: wppa-settings-autosave.php:566
5971
  msgid ""
5972
  "If you answer yes, you will be able to remove watermarks you applied with "
5973
  "wppa+ in a later stage, redo downsizing to a larger size afterwards, and "
5974
  "supply fullsize images for download."
5975
  msgstr ""
5976
 
5977
+ #: wppa-settings-autosave.php:573
5978
  #, fuzzy
5979
  msgid "May visitors upload photos?"
5980
  msgstr "Hochgeladen Fotos benötigen eine Moderation."
5981
 
5982
+ #: wppa-settings-autosave.php:574
5983
  msgid ""
5984
  "It is safe to do so, but i will have to do some settings to keep it safe!"
5985
  msgstr ""
5986
 
5987
+ #: wppa-settings-autosave.php:575
5988
  msgid ""
5989
  "If you answer yes, i will assume you want to enable logged in users to "
5990
  "upload photos at the front-end of the website and allow them to edit their "
5991
  "photos name and descriptions."
5992
  msgstr ""
5993
 
5994
+ #: wppa-settings-autosave.php:576
5995
  msgid ""
5996
  "The photos will be hold for moderation, the admin will get notified by email."
5997
  msgstr ""
5998
 
5999
+ #: wppa-settings-autosave.php:577
6000
  msgid ""
6001
  "Each user will get his own album to upload to. These settings can be changed "
6002
  "later."
6003
  msgstr ""
6004
 
6005
+ #: wppa-settings-autosave.php:584
6006
  msgid "Do you want the rating system active?"
6007
  msgstr ""
6008
 
6009
+ #: wppa-settings-autosave.php:585
6010
  msgid "Enable the rating system and show the votes in the slideshow."
6011
  msgstr ""
6012
 
6013
+ #: wppa-settings-autosave.php:586
6014
  msgid "You can configure the details of the rating system later"
6015
  msgstr ""
6016
 
6017
+ #: wppa-settings-autosave.php:593
6018
  msgid "Do you want the comment system active?"
6019
  msgstr ""
6020
 
6021
+ #: wppa-settings-autosave.php:594
6022
  msgid "Enable the comment system and show the comments in the slideshow."
6023
  msgstr ""
6024
 
6025
+ #: wppa-settings-autosave.php:595
6026
  msgid "You can configure the details of the comment system later"
6027
  msgstr ""
6028
 
6029
+ #: wppa-settings-autosave.php:602
6030
  msgid "Do you want the social media share buttons displayed?"
6031
  msgstr ""
6032
 
6033
+ #: wppa-settings-autosave.php:603
6034
  msgid "Display the social media buttons in the slideshow"
6035
  msgstr ""
6036
 
6037
+ #: wppa-settings-autosave.php:604
6038
  msgid ""
6039
  "These buttons share the specific photo rather than the page where it is "
6040
  "displayed on"
6041
  msgstr ""
6042
 
6043
+ #: wppa-settings-autosave.php:611
6044
  msgid "Are you going to use IPTC data?"
6045
  msgstr ""
6046
 
6047
+ #: wppa-settings-autosave.php:612
6048
  msgid ""
6049
  "IPTC data is information you may have added in a photo manipulation program."
6050
  msgstr ""
6051
 
6052
+ #: wppa-settings-autosave.php:613 wppa-settings-autosave.php:622
6053
  msgid ""
6054
  "The information can be displayed in slideshows and in photo descriptions."
6055
  msgstr ""
6056
 
6057
+ #: wppa-settings-autosave.php:620
6058
  msgid "Are you going to use EXIF data?"
6059
  msgstr ""
6060
 
6061
+ #: wppa-settings-autosave.php:621
6062
  msgid ""
6063
  "EXIF data is information from the camera like model no, focal distance and "
6064
  "aperture used."
6065
  msgstr ""
6066
 
6067
+ #: wppa-settings-autosave.php:629
6068
  msgid "Are you going to use GPX data?"
6069
  msgstr ""
6070
 
6071
+ #: wppa-settings-autosave.php:630
6072
  msgid ""
6073
  "Some cameras and mobile devices save the geographic location where the photo "
6074
  "is taken."
6075
  msgstr ""
6076
 
6077
+ #: wppa-settings-autosave.php:631
6078
  msgid "A Google map can be displayed in slideshows."
6079
  msgstr ""
6080
 
6081
+ #: wppa-settings-autosave.php:638
6082
  msgid "Are you going to use Fotomoto?"
6083
  msgstr ""
6084
 
6085
+ #: wppa-settings-autosave.php:639
6086
  msgid ""
6087
  "<a href=\"http://www.fotomoto.com/\" target=\"_blank\" >Fotomoto</a> is an "
6088
  "on-line print service."
6089
  msgstr ""
6090
 
6091
+ #: wppa-settings-autosave.php:640
6092
  msgid "If you answer Yes, you will have to open an account on Fotomoto."
6093
  msgstr ""
6094
 
6095
+ #: wppa-settings-autosave.php:647
6096
  msgid "Are you going to add videofiles?"
6097
  msgstr ""
6098
 
6099
+ #: wppa-settings-autosave.php:648
6100
  msgid "You can mix videos and photos in any album."
6101
  msgstr ""
6102
 
6103
+ #: wppa-settings-autosave.php:649 wppa-settings-autosave.php:658
6104
  msgid "You can configure the details later"
6105
  msgstr ""
6106
 
6107
+ #: wppa-settings-autosave.php:656
6108
  msgid "Are you going to add audiofiles?"
6109
  msgstr ""
6110
 
6111
+ #: wppa-settings-autosave.php:657
6112
  msgid "You can add audio to photos in any album."
6113
  msgstr ""
6114
 
6115
+ #: wppa-settings-autosave.php:665
6116
  msgid "Done?"
6117
  msgstr ""
6118
 
6119
+ #: wppa-settings-autosave.php:666
6120
  msgid "If you are ready answering these questions, select <b>yes</b>"
6121
  msgstr ""
6122
 
6123
+ #: wppa-settings-autosave.php:667
6124
  msgid ""
6125
  "You can change any setting later, and be more specific and add a lot of "
6126
  "settings. For now it is enough, go create albums and upload photos!"
6127
  msgstr ""
6128
 
6129
+ #: wppa-settings-autosave.php:671
6130
  msgid ""
6131
  "Thank you!. The most important settings are done now. You can refine your "
6132
  "settings, the behaviour and appearance of WPPA+ in the Tables below."
6133
  msgstr ""
6134
 
6135
+ #: wppa-settings-autosave.php:696
6136
  msgid "Table I:"
6137
  msgstr ""
6138
 
6139
+ #: wppa-settings-autosave.php:696
6140
  msgid "Sizes:"
6141
  msgstr ""
6142
 
6143
+ #: wppa-settings-autosave.php:697
6144
  msgid ""
6145
  "This table describes all the sizes and size options (except fontsizes) for "
6146
  "the generation and display of the WPPA+ elements."
6147
  msgstr ""
6148
 
6149
+ #: wppa-settings-autosave.php:715
6150
  msgid "WPPA+ global system related size settings"
6151
  msgstr ""
6152
 
6153
+ #: wppa-settings-autosave.php:717
6154
  msgid "Column Width"
6155
  msgstr ""
6156
 
6157
+ #: wppa-settings-autosave.php:718
6158
  msgid "The width of the main column in your theme's display area."
6159
  msgstr ""
6160
 
6161
+ #: wppa-settings-autosave.php:719
6162
  msgid "Enter the width of the main column in your theme's display area."
6163
  msgstr ""
6164
 
6165
+ #: wppa-settings-autosave.php:720
6166
  msgid ""
6167
  "You should set this value correctly to make sure the fullsize images are "
6168
  "properly aligned horizontally."
6169
  msgstr ""
6170
 
6171
+ #: wppa-settings-autosave.php:721
6172
  msgid ""
6173
  "You may enter 'auto' for use in themes that have a floating content column."
6174
  msgstr ""
6175
 
6176
+ #: wppa-settings-autosave.php:722
6177
  msgid "The use of 'auto' is required for responsive themes."
6178
  msgstr ""
6179
 
6180
+ #: wppa-settings-autosave.php:725 wppa-settings-autosave.php:734
6181
+ #: wppa-settings-autosave.php:846 wppa-settings-autosave.php:989
6182
+ #: wppa-settings-autosave.php:1000
6183
  msgid "pixels wide"
6184
  msgstr ""
6185
 
6186
+ #: wppa-settings-autosave.php:730
6187
  msgid "Initial Width"
6188
  msgstr ""
6189
 
6190
+ #: wppa-settings-autosave.php:731
6191
  msgid "The most often displayed colun width in responsive theme"
6192
  msgstr ""
6193
 
6194
+ #: wppa-settings-autosave.php:732
6195
  msgid ""
6196
  "Change this value only if your responsive theme shows initially a wrong "
6197
  "column width."
6198
  msgstr ""
6199
 
6200
+ #: wppa-settings-autosave.php:739
6201
  msgid "Resize on Upload"
6202
  msgstr ""
6203
 
6204
+ #: wppa-settings-autosave.php:740
6205
  msgid "Indicate if the photos should be resized during upload."
6206
  msgstr ""
6207
 
6208
+ #: wppa-settings-autosave.php:741
6209
  msgid ""
6210
  "If you check this item, the size of the photos will be reduced to the "
6211
  "dimension specified in the next item during the upload/import process."
6212
  msgstr ""
6213
 
6214
+ #: wppa-settings-autosave.php:742
6215
  msgid "The photos will never be stretched during upload if they are smaller."
6216
  msgstr ""
6217
 
6218
+ #: wppa-settings-autosave.php:750
6219
  msgid "Resize to"
6220
  msgstr ""
6221
 
6222
+ #: wppa-settings-autosave.php:751
6223
  msgid "Resize photos to fit within a given area."
6224
  msgstr ""
6225
 
6226
+ #: wppa-settings-autosave.php:752
6227
  msgid "Specify the screensize for the unscaled photos."
6228
  msgstr ""
6229
 
6230
+ #: wppa-settings-autosave.php:753
6231
  msgid ""
6232
  "The use of a non-default value is particularly usefull when you make use of "
6233
  "lightbox functionality."
6234
  msgstr ""
6235
 
6236
+ #: wppa-settings-autosave.php:755 wppa-settings-autosave.php:777
6237
+ #: wppa-settings-autosave.php:788 wppa-settings-autosave.php:797
6238
+ #: wppa-settings-autosave.php:878 wppa-settings-autosave.php:901
6239
+ #: wppa-settings-autosave.php:908 wppa-settings-autosave.php:929
6240
+ #: wppa-settings-autosave.php:939 wppa-settings-autosave.php:1033
6241
+ #: wppa-settings-autosave.php:1067 wppa-settings-autosave.php:1087
6242
+ #: wppa-settings-autosave.php:1096 wppa-settings-autosave.php:1107
6243
+ #: wppa-settings-autosave.php:1119 wppa-settings-autosave.php:1129
6244
+ #: wppa-settings-autosave.php:1139 wppa-settings-autosave.php:1192
6245
+ #: wppa-settings-autosave.php:1201 wppa-settings-autosave.php:1212
6246
+ #: wppa-settings-autosave.php:1232 wppa-settings-autosave.php:1252
6247
+ #: wppa-settings-autosave.php:1272 wppa-settings-autosave.php:1292
6248
+ #: wppa-settings-autosave.php:1312 wppa-settings-autosave.php:1332
6249
+ #: wppa-settings-autosave.php:1341 wppa-settings-autosave.php:1350
6250
+ #: wppa-settings-autosave.php:1385 wppa-settings-autosave.php:1394
6251
+ #: wppa-settings-autosave.php:2737 wppa-settings-autosave.php:4324
6252
+ #: wppa-settings-autosave.php:4341 wppa-settings-autosave.php:4358
6253
+ #: wppa-settings-autosave.php:4375 wppa-settings-autosave.php:4392
6254
+ #: wppa-settings-autosave.php:4409 wppa-settings-autosave.php:4426
6255
+ #: wppa-settings-autosave.php:4443 wppa-settings-autosave.php:4460
6256
+ #: wppa-settings-autosave.php:5719 wppa-settings-autosave.php:7875
6257
+ #: wppa-settings-autosave.php:8082 wppa-settings-autosave.php:8124
6258
+ #: wppa-settings-autosave.php:8142
6259
  msgid "pixels"
6260
  msgstr ""
6261
 
6262
+ #: wppa-settings-autosave.php:756
6263
  msgid "Fit within rectangle as set in Table I-B1,2"
6264
  msgstr ""
6265
 
6266
+ #: wppa-settings-autosave.php:763
6267
  #, fuzzy
6268
  msgid "Photocount threshold"
6269
  msgstr "Foto des Tages"
6270
 
6271
+ #: wppa-settings-autosave.php:764
6272
  msgid "Number of photos in an album must exceed."
6273
  msgstr ""
6274
 
6275
+ #: wppa-settings-autosave.php:765
6276
  msgid ""
6277
  "Photos do not show up in the album unless there are more than this number of "
6278
  "photos in the album. This allows you to have cover photos on an album that "
6280
  "Usually set to 0 (always show) or 1 (for one cover photo)."
6281
  msgstr ""
6282
 
6283
+ #: wppa-settings-autosave.php:772
6284
  msgid "Border thickness"
6285
  msgstr ""
6286
 
6287
+ #: wppa-settings-autosave.php:773
6288
  msgid "Thickness of wppa+ box borders."
6289
  msgstr ""
6290
 
6291
+ #: wppa-settings-autosave.php:774
6292
  msgid ""
6293
  "Enter the thickness for the border of the WPPA+ boxes. A number of 0 means: "
6294
  "no border."
6295
  msgstr ""
6296
 
6297
+ #: wppa-settings-autosave.php:775 wppa-settings-autosave.php:785
6298
  msgid "WPPA+ boxes are: the navigation bars and the filmstrip."
6299
  msgstr ""
6300
 
6301
+ #: wppa-settings-autosave.php:783
6302
  msgid "Radius of wppa+ box borders."
6303
  msgstr ""
6304
 
6305
+ #: wppa-settings-autosave.php:784
6306
  msgid ""
6307
  "Enter the corner radius for the border of the WPPA+ boxes. A number of 0 "
6308
  "means: no rounded corners."
6309
  msgstr ""
6310
 
6311
+ #: wppa-settings-autosave.php:786
6312
  msgid "Note that rounded corners are only supported by modern browsers."
6313
  msgstr ""
6314
 
6315
+ #: wppa-settings-autosave.php:794
6316
  msgid "Distance between wppa+ boxes."
6317
  msgstr ""
6318
 
6319
+ #: wppa-settings-autosave.php:802
6320
  #, fuzzy
6321
  msgid "Related count"
6322
  msgstr "Thumbnail Fotos verwandte Einstellungen"
6323
 
6324
+ #: wppa-settings-autosave.php:803
6325
  msgid "The default maximum number of related photos to find."
6326
  msgstr ""
6327
 
6328
+ #: wppa-settings-autosave.php:804
6329
  msgid ""
6330
  "When using shortcodes like [wppa type=\"album\" album=\"#related,desc,23\"][/"
6331
  "wppa], the maximum number is 23. Omitting the number gives the maximum of "
6332
  "this setting."
6333
  msgstr ""
6334
 
6335
+ #: wppa-settings-autosave.php:812
6336
  msgid "The maximum number of pagelinks to be displayed."
6337
  msgstr ""
6338
 
6339
+ #: wppa-settings-autosave.php:815
6340
  msgid "pages"
6341
  msgstr ""
6342
 
6343
+ #: wppa-settings-autosave.php:820
6344
  msgid "Max file name length"
6345
  msgstr ""
6346
 
6347
+ #: wppa-settings-autosave.php:821
6348
  msgid "The max length of a photo file name excluding the extension."
6349
  msgstr ""
6350
 
6351
+ #: wppa-settings-autosave.php:822 wppa-settings-autosave.php:831
6352
  msgid "A setting of 0 means: unlimited."
6353
  msgstr ""
6354
 
6355
+ #: wppa-settings-autosave.php:824 wppa-settings-autosave.php:833
6356
  msgid "chars"
6357
  msgstr ""
6358
 
6359
+ #: wppa-settings-autosave.php:829
6360
  msgid "Max photo name length"
6361
  msgstr ""
6362
 
6363
+ #: wppa-settings-autosave.php:830
6364
  msgid "The max length of a photo name."
6365
  msgstr ""
6366
 
6367
+ #: wppa-settings-autosave.php:838
6368
  msgid "Slideshow related size settings"
6369
  msgstr ""
6370
 
6371
+ #: wppa-settings-autosave.php:840
6372
  msgid "Maximum Width"
6373
  msgstr ""
6374
 
6375
+ #: wppa-settings-autosave.php:841
6376
  msgid "The maximum width photos will be displayed in slideshows."
6377
  msgstr ""
6378
 
6379
+ #: wppa-settings-autosave.php:842 wppa-settings-autosave.php:853
6380
  msgid ""
6381
  "Enter the largest size in pixels as how you want your photos to be displayed."
6382
  msgstr ""
6383
 
6384
+ #: wppa-settings-autosave.php:843
6385
  msgid ""
6386
  "This is usually the same as the Column Width (Table I-A1), but it may differ."
6387
  msgstr ""
6388
 
6389
+ #: wppa-settings-autosave.php:851
6390
  msgid "Maximum Height"
6391
  msgstr ""
6392
 
6393
+ #: wppa-settings-autosave.php:852
6394
  msgid "The maximum height photos will be displayed in slideshows."
6395
  msgstr ""
6396
 
6397
+ #: wppa-settings-autosave.php:854
6398
  msgid ""
6399
  "This setting defines the height of the space reserved for photos in "
6400
  "slideshows."
6401
  msgstr ""
6402
 
6403
+ #: wppa-settings-autosave.php:855
6404
  #, php-format
6405
  msgid ""
6406
  "If you change the width of a display by the %%size= command, this value "
6408
  "previous setting."
6409
  msgstr ""
6410
 
6411
+ #: wppa-settings-autosave.php:857 wppa-settings-autosave.php:1011
6412
+ #: wppa-settings-autosave.php:1022
6413
  #, fuzzy
6414
  msgid "pixels high"
6415
  msgstr "sehr hoch"
6416
 
6417
+ #: wppa-settings-autosave.php:862
6418
  msgid "Stretch to fit"
6419
  msgstr ""
6420
 
6421
+ #: wppa-settings-autosave.php:863
6422
  msgid "Stretch photos that are too small."
6423
  msgstr ""
6424
 
6425
+ #: wppa-settings-autosave.php:864
6426
  msgid ""
6427
  "Images will be stretched to the Maximum Size at display time if they are "
6428
  "smaller. Leaving unchecked is recommended. It is better to upload photos "
6429
  "that fit well the sizes you use!"
6430
  msgstr ""
6431
 
6432
+ #: wppa-settings-autosave.php:871
6433
  #, fuzzy
6434
  msgid "Slideshow borderwidth"
6435
  msgstr "Diaschau"
6436
 
6437
+ #: wppa-settings-autosave.php:872
6438
  msgid "The width of the border around slideshow images."
6439
  msgstr ""
6440
 
6441
+ #: wppa-settings-autosave.php:873
6442
  msgid ""
6443
  "The border is made by the image background being larger than the image "
6444
  "itsself (padding)."
6445
  msgstr ""
6446
 
6447
+ #: wppa-settings-autosave.php:874
6448
  msgid ""
6449
  "Additionally there may be a one pixel outline of a different color. See "
6450
  "Table III-A2."
6451
  msgstr ""
6452
 
6453
+ #: wppa-settings-autosave.php:875
6454
  msgid "The number you enter here is exclusive the one pixel outline."
6455
  msgstr ""
6456
 
6457
+ #: wppa-settings-autosave.php:876
6458
  msgid "If you leave this entry empty, there will be no outline either."
6459
  msgstr ""
6460
 
6461
+ #: wppa-settings-autosave.php:883
6462
  msgid "Numbar Max"
6463
  msgstr ""
6464
 
6465
+ #: wppa-settings-autosave.php:884
6466
  msgid "Maximum numbers to display."
6467
  msgstr ""
6468
 
6469
+ #: wppa-settings-autosave.php:885
6470
  msgid ""
6471
  "In order to attemt to fit on one line, the numbers will be replaced by dots "
6472
  "- except the current - when there are more than this number of photos in a "
6473
  "slideshow."
6474
  msgstr ""
6475
 
6476
+ #: wppa-settings-autosave.php:887
6477
  msgid "numbers"
6478
  msgstr ""
6479
 
6480
+ #: wppa-settings-autosave.php:892
6481
  #, fuzzy
6482
  msgid "Share button size"
6483
  msgstr "Zeigt den Twitter-Button in der Share - Box an."
6484
 
6485
+ #: wppa-settings-autosave.php:893
6486
  msgid "The size of the social media icons in the Share box"
6487
  msgstr ""
6488
 
6489
+ #: wppa-settings-autosave.php:903
6490
  msgid "Mini Treshold"
6491
  msgstr ""
6492
 
6493
+ #: wppa-settings-autosave.php:904
6494
  msgid "Show mini text at slideshow smaller then."
6495
  msgstr ""
6496
 
6497
+ #: wppa-settings-autosave.php:905
6498
  msgid ""
6499
  "Display Next and Prev. as opposed to Next photo and Previous photo when the "
6500
  "cotainer is smaller than this size."
6501
  msgstr ""
6502
 
6503
+ #: wppa-settings-autosave.php:906
6504
  msgid "Special use in responsive themes."
6505
  msgstr ""
6506
 
6507
+ #: wppa-settings-autosave.php:914
6508
  msgid "The maximum number of slides in a certain view. 0 means no pagination"
6509
  msgstr ""
6510
 
6511
+ #: wppa-settings-autosave.php:917
6512
  #, fuzzy
6513
  msgid "slides"
6514
  msgstr "Diaschau"
6515
 
6516
+ #: wppa-settings-autosave.php:922
6517
  msgid "Thumbnail photos related size settings"
6518
  msgstr ""
6519
 
6520
+ #: wppa-settings-autosave.php:924
6521
  #, fuzzy
6522
  msgid "Thumbnail Size"
6523
  msgstr "Anzeigen..."
6524
 
6525
+ #: wppa-settings-autosave.php:925
6526
  #, fuzzy
6527
  msgid "The size of the thumbnail images."
6528
  msgstr "Anzeigen..."
6529
 
6530
+ #: wppa-settings-autosave.php:926 wppa-settings-autosave.php:936
6531
+ #: wppa-settings-autosave.php:1126 wppa-settings-autosave.php:1136
6532
  msgid "This size applies to the width or height, whichever is the largest."
6533
  msgstr ""
6534
 
6535
+ #: wppa-settings-autosave.php:927 wppa-settings-autosave.php:937
6536
  msgid ""
6537
  "Changing the thumbnail size may result in all thumbnails being regenerated. "
6538
  "this may take a while."
6539
  msgstr ""
6540
 
6541
+ #: wppa-settings-autosave.php:934
6542
  #, fuzzy
6543
  msgid "Thumbnail Size Alt"
6544
  msgstr "Anzeigen..."
6545
 
6546
+ #: wppa-settings-autosave.php:935
6547
  msgid "The alternative size of the thumbnail images."
6548
  msgstr ""
6549
 
6550
+ #: wppa-settings-autosave.php:944
6551
  #, fuzzy
6552
  msgid "Thumbnail Aspect"
6553
  msgstr "Miniaturbild Fotos"
6554
 
6555
+ #: wppa-settings-autosave.php:945
6556
  msgid "Aspect ration of thumbnail image"
6557
  msgstr ""
6558
 
6559
+ #: wppa-settings-autosave.php:949
6560
  #, fuzzy
6561
  msgid "--- same as fullsize ---"
6562
  msgstr "--- alle---"
6563
 
6564
+ #: wppa-settings-autosave.php:950
6565
  #, fuzzy
6566
  msgid "--- square clipped ---"
6567
  msgstr "--- gelöscht ---"
6568
 
6569
+ #: wppa-settings-autosave.php:951
6570
  msgid "4:5 landscape clipped"
6571
  msgstr ""
6572
 
6573
+ #: wppa-settings-autosave.php:952
6574
  msgid "3:4 landscape clipped"
6575
  msgstr ""
6576
 
6577
+ #: wppa-settings-autosave.php:953
6578
  msgid "2:3 landscape clipped"
6579
  msgstr ""
6580
 
6581
+ #: wppa-settings-autosave.php:954
6582
  msgid "9:16 landscape clipped"
6583
  msgstr ""
6584
 
6585
+ #: wppa-settings-autosave.php:955
6586
  msgid "1:2 landscape clipped"
6587
  msgstr ""
6588
 
6589
+ #: wppa-settings-autosave.php:956
6590
  #, fuzzy
6591
  msgid "--- square padded ---"
6592
  msgstr "--- separat ---"
6593
 
6594
+ #: wppa-settings-autosave.php:957
6595
  msgid "4:5 landscape padded"
6596
  msgstr ""
6597
 
6598
+ #: wppa-settings-autosave.php:958
6599
  msgid "3:4 landscape padded"
6600
  msgstr ""
6601
 
6602
+ #: wppa-settings-autosave.php:959
6603
  msgid "2:3 landscape padded"
6604
  msgstr ""
6605
 
6606
+ #: wppa-settings-autosave.php:960
6607
  msgid "9:16 landscape padded"
6608
  msgstr ""
6609
 
6610
+ #: wppa-settings-autosave.php:961
6611
  msgid "1:2 landscape padded"
6612
  msgstr ""
6613
 
6614
+ #: wppa-settings-autosave.php:983
6615
  msgid "Thumbframe width"
6616
  msgstr ""
6617
 
6618
+ #: wppa-settings-autosave.php:984
6619
  #, fuzzy
6620
  msgid "The width of the thumbnail frame."
6621
  msgstr "Anzeigen..."
6622
 
6623
+ #: wppa-settings-autosave.php:985 wppa-settings-autosave.php:996
6624
  msgid "Set the width of the thumbnail frame."
6625
  msgstr ""
6626
 
6627
+ #: wppa-settings-autosave.php:986 wppa-settings-autosave.php:997
6628
+ #: wppa-settings-autosave.php:1008 wppa-settings-autosave.php:1019
6629
+ #: wppa-settings-autosave.php:1030
6630
  msgid "Set width, height and spacing for the thumbnail frames."
6631
  msgstr ""
6632
 
6633
+ #: wppa-settings-autosave.php:987 wppa-settings-autosave.php:998
6634
+ #: wppa-settings-autosave.php:1009 wppa-settings-autosave.php:1020
6635
+ #: wppa-settings-autosave.php:1031
6636
  msgid ""
6637
  "These sizes should be large enough for a thumbnail image and - optionally - "
6638
  "the text under it."
6639
  msgstr ""
6640
 
6641
+ #: wppa-settings-autosave.php:994
6642
  msgid "Thumbframe width Alt"
6643
  msgstr ""
6644
 
6645
+ #: wppa-settings-autosave.php:995
6646
  msgid "The width of the alternative thumbnail frame."
6647
  msgstr ""
6648
 
6649
+ #: wppa-settings-autosave.php:1005
6650
  msgid "Thumbframe height"
6651
  msgstr ""
6652
 
6653
+ #: wppa-settings-autosave.php:1006
6654
  msgid "The height of the thumbnail frame."
6655
  msgstr ""
6656
 
6657
+ #: wppa-settings-autosave.php:1007 wppa-settings-autosave.php:1018
6658
  msgid "Set the height of the thumbnail frame."
6659
  msgstr ""
6660
 
6661
+ #: wppa-settings-autosave.php:1016
6662
  msgid "Thumbframe height Alt"
6663
  msgstr ""
6664
 
6665
+ #: wppa-settings-autosave.php:1017
6666
  msgid "The height of the alternative thumbnail frame."
6667
  msgstr ""
6668
 
6669
+ #: wppa-settings-autosave.php:1027
6670
  #, fuzzy
6671
  msgid "Thumbnail spacing"
6672
  msgstr "Miniaturbild Fotos"
6673
 
6674
+ #: wppa-settings-autosave.php:1028
6675
  msgid "The spacing between adjacent thumbnail frames."
6676
  msgstr ""
6677
 
6678
+ #: wppa-settings-autosave.php:1029
6679
  msgid "Set the minimal spacing between the adjacent thumbnail frames"
6680
  msgstr ""
6681
 
6682
+ #: wppa-settings-autosave.php:1038
6683
  msgid "Auto spacing"
6684
  msgstr ""
6685
 
6686
+ #: wppa-settings-autosave.php:1039
6687
  msgid "Space the thumbnail frames automatic."
6688
  msgstr ""
6689
 
6690
+ #: wppa-settings-autosave.php:1040
6691
  msgid ""
6692
  "If you check this box, the thumbnail images will be evenly distributed over "
6693
  "the available width."
6694
  msgstr ""
6695
 
6696
+ #: wppa-settings-autosave.php:1041
6697
  msgid ""
6698
  "In this case, the thumbnail spacing value (setting I-9) will be regarded as "
6699
  "a minimum value."
6700
  msgstr ""
6701
 
6702
+ #: wppa-settings-autosave.php:1048 wppa-settings-autosave.php:1155
6703
  msgid "Page size"
6704
  msgstr ""
6705
 
6706
+ #: wppa-settings-autosave.php:1049
6707
  msgid "Max number of thumbnails per page."
6708
  msgstr ""
6709
 
6710
+ #: wppa-settings-autosave.php:1050
6711
  msgid ""
6712
  "Enter the maximum number of thumbnail images per page. A value of 0 "
6713
  "indicates no pagination."
6714
  msgstr ""
6715
 
6716
+ #: wppa-settings-autosave.php:1052 wppa-settings-autosave.php:5293
6717
+ #: wppa-settings-autosave.php:5324 wppa-settings-autosave.php:5419
6718
  #, fuzzy
6719
  msgid "thumbnails"
6720
  msgstr "Miniaturbild Fotos"
6721
 
6722
+ #: wppa-settings-autosave.php:1058
6723
  msgid "The size of the thumbnail popup images."
6724
  msgstr ""
6725
 
6726
+ #: wppa-settings-autosave.php:1059
6727
  msgid ""
6728
  "Enter the size of the popup images. This size should be larger than the "
6729
  "thumbnail size."
6730
  msgstr ""
6731
 
6732
+ #: wppa-settings-autosave.php:1060
6733
  msgid "This size should also be at least the cover image size."
6734
  msgstr ""
6735
 
6736
+ #: wppa-settings-autosave.php:1061
6737
  msgid ""
6738
  "Changing the popup size may result in all thumbnails being regenerated. this "
6739
  "may take a while."
6740
  msgstr ""
6741
 
6742
+ #: wppa-settings-autosave.php:1062
6743
  msgid ""
6744
  "Although this setting has only visual effect if \"Thumb popup\" (Table IV-"
6745
  "C8) is checked,"
6746
  msgstr ""
6747
 
6748
+ #: wppa-settings-autosave.php:1063
6749
  msgid ""
6750
  "the value must be right as it is the physical size of the thumbnail and "
6751
  "coverphoto images."
6752
  msgstr ""
6753
 
6754
+ #: wppa-settings-autosave.php:1070
6755
  msgid "Use thumbs if fit"
6756
  msgstr ""
6757
 
6758
+ #: wppa-settings-autosave.php:1071
6759
  msgid "Use the thumbnail image files if they are large enough."
6760
  msgstr ""
6761
 
6762
+ #: wppa-settings-autosave.php:1072
6763
  msgid "This setting speeds up page loading for small photos."
6764
  msgstr ""
6765
 
6766
+ #: wppa-settings-autosave.php:1073
6767
  msgid ""
6768
  "Do NOT use this when your thumbnails have a forced aspect ratio (when Table "
6769
  "I-C2 is set to anything different from --- same as fullsize ---)"
6770
  msgstr ""
6771
 
6772
+ #: wppa-settings-autosave.php:1080
6773
  msgid "Album cover related size settings"
6774
  msgstr ""
6775
 
6776
+ #: wppa-settings-autosave.php:1083
6777
  msgid "Maximum width for a album cover display."
6778
  msgstr ""
6779
 
6780
+ #: wppa-settings-autosave.php:1084
6781
  msgid ""
6782
  "Display covers in 2 or more columns if the display area is wider than the "
6783
  "given width."
6784
  msgstr ""
6785
 
6786
+ #: wppa-settings-autosave.php:1085
6787
  msgid ""
6788
  "This also applies for 'thumbnails as covers', and will NOT apply to single "
6789
  "items."
6790
  msgstr ""
6791
 
6792
+ #: wppa-settings-autosave.php:1092
6793
  msgid "Min Cover height"
6794
  msgstr ""
6795
 
6796
+ #: wppa-settings-autosave.php:1093
6797
  msgid "Minimal height of an album cover."
6798
  msgstr ""
6799
 
6800
+ #: wppa-settings-autosave.php:1094
6801
  msgid ""
6802
  "If you use this setting to make the albums the same height and you are not "
6803
  "satisfied about the lay-out, try increasing the value in the next setting"
6804
  msgstr ""
6805
 
6806
+ #: wppa-settings-autosave.php:1101
6807
  msgid "Min Text frame height"
6808
  msgstr ""
6809
 
6810
+ #: wppa-settings-autosave.php:1102
6811
  msgid "The minimal cover text frame height incl header."
6812
  msgstr ""
6813
 
6814
+ #: wppa-settings-autosave.php:1103
6815
  msgid ""
6816
  "The height starting with the album title up to and including the view- and "
6817
  "the slideshow- links."
6818
  msgstr ""
6819
 
6820
+ #: wppa-settings-autosave.php:1104
6821
  msgid ""
6822
  "This setting enables you to give the album covers the same height while the "
6823
  "title does not need to fit on one line."
6824
  msgstr ""
6825
 
6826
+ #: wppa-settings-autosave.php:1105
6827
  msgid "This is the recommended setting to line-up your covers!"
6828
  msgstr ""
6829
 
6830
+ #: wppa-settings-autosave.php:1112
6831
  msgid "Min Description height"
6832
  msgstr ""
6833
 
6834
+ #: wppa-settings-autosave.php:1113
6835
  msgid "The minimal height of the album description text frame."
6836
  msgstr ""
6837
 
6838
+ #: wppa-settings-autosave.php:1114
6839
  msgid "The minimal height of the description field in an album cover display."
6840
  msgstr ""
6841
 
6842
+ #: wppa-settings-autosave.php:1115
6843
  msgid ""
6844
  "This setting enables you to give the album covers the same height provided "
6845
  "that the cover images are equally sized and the titles fit on one line."
6846
  msgstr ""
6847
 
6848
+ #: wppa-settings-autosave.php:1116
6849
  msgid ""
6850
  "To force the coverphotos have equal heights, tick the box in Table I-D7."
6851
  msgstr ""
6852
 
6853
+ #: wppa-settings-autosave.php:1117
6854
  msgid ""
6855
  "You may need this setting if changing the previous setting is not sufficient "
6856
  "to line-up the covers."
6857
  msgstr ""
6858
 
6859
+ #: wppa-settings-autosave.php:1124
6860
  msgid "Coverphoto size"
6861
  msgstr ""
6862
 
6863
+ #: wppa-settings-autosave.php:1125
6864
  #, fuzzy
6865
  msgid "The size of the coverphoto."
6866
  msgstr "Titelfoto ansehen"
6867
 
6868
+ #: wppa-settings-autosave.php:1127 wppa-settings-autosave.php:1137
6869
  msgid ""
6870
  "Changing the coverphoto size may result in all thumbnails being regenerated. "
6871
  "this may take a while."
6872
  msgstr ""
6873
 
6874
+ #: wppa-settings-autosave.php:1134
6875
  msgid "Coverphoto size multi"
6876
  msgstr ""
6877
 
6878
+ #: wppa-settings-autosave.php:1135
6879
  msgid "The size of coverphotos if more than one."
6880
  msgstr ""
6881
 
6882
+ #: wppa-settings-autosave.php:1144
6883
  msgid "Size is height"
6884
  msgstr ""
6885
 
6886
+ #: wppa-settings-autosave.php:1145
6887
  msgid "The size of the coverphoto is the height of it."
6888
  msgstr ""
6889
 
6890
+ #: wppa-settings-autosave.php:1146
6891
  msgid ""
6892
  "If set: the previous setting is the height, if unset: the largest of width "
6893
  "and height."
6894
  msgstr ""
6895
 
6896
+ #: wppa-settings-autosave.php:1147
6897
  msgid ""
6898
  "This setting applies for coverphoto position top or bottom only (Table IV-"
6899
  "D3)."
6900
  msgstr ""
6901
 
6902
+ #: wppa-settings-autosave.php:1148
6903
  msgid "This makes it easyer to make the covers of equal height."
6904
  msgstr ""
6905
 
6906
+ #: wppa-settings-autosave.php:1156
6907
  msgid "Max number of covers per page."
6908
  msgstr ""
6909
 
6910
+ #: wppa-settings-autosave.php:1157
6911
  msgid ""
6912
  "Enter the maximum number of album covers per page. A value of 0 indicates no "
6913
  "pagination."
6914
  msgstr ""
6915
 
6916
+ #: wppa-settings-autosave.php:1159
6917
  msgid "covers"
6918
  msgstr ""
6919
 
6920
+ #: wppa-settings-autosave.php:1164
6921
  msgid "Rating and comment related size settings"
6922
  msgstr ""
6923
 
6924
+ #: wppa-settings-autosave.php:1166
6925
  #, fuzzy
6926
  msgid "Rating size"
6927
  msgstr "Bewertung: %s"
6928
 
6929
+ #: wppa-settings-autosave.php:1167
6930
  msgid "Select the number of voting stars."
6931
  msgstr ""
6932
 
6933
+ #: wppa-settings-autosave.php:1170
6934
  msgid "Standard: 5 stars"
6935
  msgstr ""
6936
 
6937
+ #: wppa-settings-autosave.php:1170
6938
  msgid "Extended: 10 stars"
6939
  msgstr ""
6940
 
6941
+ #: wppa-settings-autosave.php:1170
6942
  msgid "One button vote"
6943
  msgstr ""
6944
 
6945
+ #: wppa-settings-autosave.php:1177
6946
  msgid "Display precision"
6947
  msgstr ""
6948
 
6949
+ #: wppa-settings-autosave.php:1178
6950
  msgid "Select the desired rating display precision."
6951
  msgstr ""
6952
 
6953
+ #: wppa-settings-autosave.php:1181
6954
  msgid "decimal places"
6955
  msgstr ""
6956
 
6957
+ #: wppa-settings-autosave.php:1189
6958
  msgid "Size of Avatar images."
6959
  msgstr ""
6960
 
6961
+ #: wppa-settings-autosave.php:1190
6962
  msgid "The size of the square avatar; must be > 0 and < 256"
6963
  msgstr ""
6964
 
6965
+ #: wppa-settings-autosave.php:1197
6966
  #, fuzzy
6967
  msgid "Rating space"
6968
  msgstr "Bewertung: %s"
6969
 
6970
+ #: wppa-settings-autosave.php:1198
6971
  msgid "Space between avg and my rating stars"
6972
  msgstr ""
6973
 
6974
+ #: wppa-settings-autosave.php:1206
6975
  msgid "Widget related size settings"
6976
  msgstr ""
6977
 
6978
+ #: wppa-settings-autosave.php:1208
6979
  msgid "Widget width"
6980
  msgstr ""
6981
 
6982
+ #: wppa-settings-autosave.php:1209
6983
  msgid "The useable width within widgets."
6984
  msgstr ""
6985
 
6986
+ #: wppa-settings-autosave.php:1210
6987
  msgid ""
6988
  "Widget width for photo of the day, general purpose (default), slideshow "
6989
  "(default) and upload widgets."
6990
  msgstr ""
6991
 
6992
+ #: wppa-settings-autosave.php:1217
6993
  #, fuzzy
6994
  msgid "TopTen count"
6995
  msgstr "Besten 10 Fotos"
6996
 
6997
+ #: wppa-settings-autosave.php:1218
6998
  msgid "Number of photos in TopTen widget."
6999
  msgstr ""
7000
 
7001
+ #: wppa-settings-autosave.php:1219
7002
  msgid "Enter the maximum number of rated photos in the TopTen widget."
7003
  msgstr ""
7004
 
7005
+ #: wppa-settings-autosave.php:1226
7006
  #, fuzzy
7007
  msgid "TopTen size"
7008
  msgstr "Besten 10 Fotos"
7009
 
7010
+ #: wppa-settings-autosave.php:1227
7011
  msgid "Size of thumbnails in TopTen widget."
7012
  msgstr ""
7013
 
7014
+ #: wppa-settings-autosave.php:1228
7015
  msgid "Enter the size for the mini photos in the TopTen widget."
7016
  msgstr ""
7017
 
7018
+ #: wppa-settings-autosave.php:1229 wppa-settings-autosave.php:1249
7019
+ #: wppa-settings-autosave.php:1269 wppa-settings-autosave.php:1289
7020
+ #: wppa-settings-autosave.php:1309 wppa-settings-autosave.php:1329
7021
  msgid "The size applies to the width or height, whatever is the largest."
7022
  msgstr ""
7023
 
7024
+ #: wppa-settings-autosave.php:1230 wppa-settings-autosave.php:1250
7025
+ #: wppa-settings-autosave.php:1270 wppa-settings-autosave.php:1290
7026
+ #: wppa-settings-autosave.php:1310 wppa-settings-autosave.php:1330
7027
  msgid ""
7028
  "Recommended values: 86 for a two column and 56 for a three column display."
7029
  msgstr ""
7030
 
7031
+ #: wppa-settings-autosave.php:1237
7032
  #, fuzzy
7033
  msgid "Comment count"
7034
  msgstr "Kommentar Widget Foto-Link."
7035
 
7036
+ #: wppa-settings-autosave.php:1238
7037
  msgid "Number of entries in Comment widget."
7038
  msgstr ""
7039
 
7040
+ #: wppa-settings-autosave.php:1239
7041
  msgid "Enter the maximum number of entries in the Comment widget."
7042
  msgstr ""
7043
 
7044
+ #: wppa-settings-autosave.php:1241
7045
  msgid "entries"
7046
  msgstr ""
7047
 
7048
+ #: wppa-settings-autosave.php:1246
7049
  #, fuzzy
7050
  msgid "Comment size"
7051
  msgstr "Kommentare"
7052
 
7053
+ #: wppa-settings-autosave.php:1247
7054
  msgid "Size of thumbnails in Comment widget."
7055
  msgstr ""
7056
 
7057
+ #: wppa-settings-autosave.php:1248
7058
  msgid "Enter the size for the mini photos in the Comment widget."
7059
  msgstr ""
7060
 
7061
+ #: wppa-settings-autosave.php:1257
7062
  #, fuzzy
7063
  msgid "Thumbnail count"
7064
  msgstr "Miniaturbild Fotos"
7065
 
7066
+ #: wppa-settings-autosave.php:1258
7067
  msgid "Number of photos in Thumbnail widget."
7068
  msgstr ""
7069
 
7070
+ #: wppa-settings-autosave.php:1259
7071
  msgid "Enter the maximum number of rated photos in the Thumbnail widget."
7072
  msgstr ""
7073
 
7074
+ #: wppa-settings-autosave.php:1266
7075
  #, fuzzy
7076
  msgid "Thumbnail widget size"
7077
  msgstr "Anzeigen..."
7078
 
7079
+ #: wppa-settings-autosave.php:1267
7080
  msgid "Size of thumbnails in Thumbnail widget."
7081
  msgstr ""
7082
 
7083
+ #: wppa-settings-autosave.php:1268
7084
  msgid "Enter the size for the mini photos in the Thumbnail widget."
7085
  msgstr ""
7086
 
7087
+ #: wppa-settings-autosave.php:1277
7088
  msgid "LasTen count"
7089
  msgstr ""
7090
 
7091
+ #: wppa-settings-autosave.php:1278
7092
  msgid "Number of photos in Last Ten widget."
7093
  msgstr ""
7094
 
7095
+ #: wppa-settings-autosave.php:1279
7096
  msgid "Enter the maximum number of photos in the LasTen widget."
7097
  msgstr ""
7098
 
7099
+ #: wppa-settings-autosave.php:1286
7100
  msgid "LasTen size"
7101
  msgstr ""
7102
 
7103
+ #: wppa-settings-autosave.php:1287
7104
  msgid "Size of thumbnails in Last Ten widget."
7105
  msgstr ""
7106
 
7107
+ #: wppa-settings-autosave.php:1288
7108
  msgid "Enter the size for the mini photos in the LasTen widget."
7109
  msgstr ""
7110
 
7111
+ #: wppa-settings-autosave.php:1297
7112
  #, fuzzy
7113
  msgid "Album widget count"
7114
  msgstr "Unsymmetrische Tags in der Album Beschreibung!"
7115
 
7116
+ #: wppa-settings-autosave.php:1298
7117
  msgid "Number of albums in Album widget."
7118
  msgstr ""
7119
 
7120
+ #: wppa-settings-autosave.php:1299
7121
  msgid ""
7122
  "Enter the maximum number of thumbnail photos of albums in the Album widget."
7123
  msgstr ""
7124
 
7125
+ #: wppa-settings-autosave.php:1306
7126
  msgid "Album widget size"
7127
  msgstr ""
7128
 
7129
+ #: wppa-settings-autosave.php:1307
7130
  msgid "Size of thumbnails in Album widget."
7131
  msgstr ""
7132
 
7133
+ #: wppa-settings-autosave.php:1308
7134
  msgid "Enter the size for the mini photos in the Album widget."
7135
  msgstr ""
7136
 
7137
+ #: wppa-settings-autosave.php:1317
7138
  msgid "FeaTen count"
7139
  msgstr ""
7140
 
7141
+ #: wppa-settings-autosave.php:1318
7142
  msgid "Number of photos in Featured Ten widget."
7143
  msgstr ""
7144
 
7145
+ #: wppa-settings-autosave.php:1319
7146
  msgid "Enter the maximum number of photos in the FeaTen widget."
7147
  msgstr ""
7148
 
7149
+ #: wppa-settings-autosave.php:1326
7150
  msgid "FeaTen size"
7151
  msgstr ""
7152
 
7153
+ #: wppa-settings-autosave.php:1327
7154
  msgid "Size of thumbnails in Featured Ten widget."
7155
  msgstr ""
7156
 
7157
+ #: wppa-settings-autosave.php:1328
7158
  msgid "Enter the size for the mini photos in the FeaTen widget."
7159
  msgstr ""
7160
 
7161
+ #: wppa-settings-autosave.php:1337
7162
  msgid "Tagcloud min size"
7163
  msgstr ""
7164
 
7165
+ #: wppa-settings-autosave.php:1338
7166
  msgid "Minimal fontsize in tagclouds"
7167
  msgstr ""
7168
 
7169
+ #: wppa-settings-autosave.php:1346
7170
  msgid "Tagcloud max size"
7171
  msgstr ""
7172
 
7173
+ #: wppa-settings-autosave.php:1347
7174
  msgid "Maximal fontsize in tagclouds"
7175
  msgstr ""
7176
 
7177
+ #: wppa-settings-autosave.php:1355
7178
  msgid ""
7179
  "Lightbox related size settings. These settings have effect only when Table "
7180
  "IX-J3 is set to wppa"
7181
  msgstr ""
7182
 
7183
+ #: wppa-settings-autosave.php:1358
7184
  msgid ""
7185
  "Number of lines on the lightbox description area, exclusive the n/m line."
7186
  msgstr ""
7187
 
7188
+ #: wppa-settings-autosave.php:1359
7189
  msgid "Enter a number in the range from 0 to 24 or auto"
7190
  msgstr ""
7191
 
7192
+ #: wppa-settings-autosave.php:1361
7193
  msgid "lines"
7194
  msgstr ""
7195
 
7196
+ #: wppa-settings-autosave.php:1366
7197
  msgid "Magnifier cursor size"
7198
  msgstr ""
7199
 
7200
+ #: wppa-settings-autosave.php:1367
7201
  msgid "Select the size of the magnifier cursor."
7202
  msgstr ""
7203
 
7204
+ #: wppa-settings-autosave.php:1370
7205
  msgid "small"
7206
  msgstr ""
7207
 
7208
+ #: wppa-settings-autosave.php:1370
7209
  msgid "medium"
7210
  msgstr ""
7211
 
7212
+ #: wppa-settings-autosave.php:1370
7213
  msgid "large"
7214
  msgstr ""
7215
 
7216
+ #: wppa-settings-autosave.php:1379
7217
  msgid "Video related size settings"
7218
  msgstr ""
7219
 
7220
+ #: wppa-settings-autosave.php:1381
7221
  msgid "Default width"
7222
  msgstr ""
7223
 
7224
+ #: wppa-settings-autosave.php:1382
7225
  msgid "The width of most videos"
7226
  msgstr ""
7227
 
7228
+ #: wppa-settings-autosave.php:1390
7229
  msgid "Default height"
7230
  msgstr ""
7231
 
7232
+ #: wppa-settings-autosave.php:1391
7233
  msgid "The height of most videos"
7234
  msgstr ""
7235
 
7236
+ #: wppa-settings-autosave.php:1417
7237
  msgid "Table II:"
7238
  msgstr ""
7239
 
7240
+ #: wppa-settings-autosave.php:1417
7241
  msgid "Visibility:"
7242
  msgstr ""
7243
 
7244
+ #: wppa-settings-autosave.php:1418
7245
  msgid "This table describes the visibility of certain wppa+ elements."
7246
  msgstr ""
7247
 
7248
+ #: wppa-settings-autosave.php:1436
7249
  msgid "Breadcrumb related visibility settings"
7250
  msgstr ""
7251
 
7252
+ #: wppa-settings-autosave.php:1438
7253
  msgid "Breadcrumb on posts"
7254
  msgstr ""
7255
 
7256
+ #: wppa-settings-autosave.php:1439 wppa-settings-autosave.php:1449
7257
  msgid "Show breadcrumb navigation bars."
7258
  msgstr ""
7259
 
7260
+ #: wppa-settings-autosave.php:1440 wppa-settings-autosave.php:1450
7261
  msgid "Indicate whether a breadcrumb navigation should be displayed"
7262
  msgstr ""
7263
 
7264
+ #: wppa-settings-autosave.php:1448
7265
  msgid "Breadcrumb on pages"
7266
  msgstr ""
7267
 
7268
+ #: wppa-settings-autosave.php:1458
7269
  #, fuzzy
7270
  msgid "Breadcrumb on search results"
7271
  msgstr "Suchergebnisse für: %s"
7272
 
7273
+ #: wppa-settings-autosave.php:1459
7274
  msgid "Show breadcrumb navigation bars on the search results page."
7275
  msgstr ""
7276
 
7277
+ #: wppa-settings-autosave.php:1460
7278
  msgid ""
7279
  "Indicate whether a breadcrumb navigation should be displayed above the "
7280
  "search results."
7281
  msgstr ""
7282
 
7283
+ #: wppa-settings-autosave.php:1467
7284
  msgid "Breadcrumb on topten displays"
7285
  msgstr ""
7286
 
7287
+ #: wppa-settings-autosave.php:1468
7288
  msgid "Show breadcrumb navigation bars on topten displays."
7289
  msgstr ""
7290
 
7291
+ #: wppa-settings-autosave.php:1469
7292
  msgid ""
7293
  "Indicate whether a breadcrumb navigation should be displayed above the "
7294
  "topten displays."
7295
  msgstr ""
7296
 
7297
+ #: wppa-settings-autosave.php:1476
7298
  msgid "Breadcrumb on last ten displays"
7299
  msgstr ""
7300
 
7301
+ #: wppa-settings-autosave.php:1477
7302
  msgid "Show breadcrumb navigation bars on last ten displays."
7303
  msgstr ""
7304
 
7305
+ #: wppa-settings-autosave.php:1478
7306
  msgid ""
7307
  "Indicate whether a breadcrumb navigation should be displayed above the last "
7308
  "ten displays."
7309
  msgstr ""
7310
 
7311
+ #: wppa-settings-autosave.php:1485
7312
  msgid "Breadcrumb on comment ten displays"
7313
  msgstr ""
7314
 
7315
+ #: wppa-settings-autosave.php:1486
7316
  msgid "Show breadcrumb navigation bars on comment ten displays."
7317
  msgstr ""
7318
 
7319
+ #: wppa-settings-autosave.php:1487
7320
  msgid ""
7321
  "Indicate whether a breadcrumb navigation should be displayed above the "
7322
  "comment ten displays."
7323
  msgstr ""
7324
 
7325
+ #: wppa-settings-autosave.php:1494
7326
  msgid "Breadcrumb on tag result displays"
7327
  msgstr ""
7328
 
7329
+ #: wppa-settings-autosave.php:1495
7330
  msgid "Show breadcrumb navigation bars on tag result displays."
7331
  msgstr ""
7332
 
7333
+ #: wppa-settings-autosave.php:1496
7334
  msgid ""
7335
  "Indicate whether a breadcrumb navigation should be displayed above the tag "
7336
  "result displays."
7337
  msgstr ""
7338
 
7339
+ #: wppa-settings-autosave.php:1503
7340
  msgid "Breadcrumb on featured ten displays"
7341
  msgstr ""
7342
 
7343
+ #: wppa-settings-autosave.php:1504
7344
  msgid "Show breadcrumb navigation bars on featured ten displays."
7345
  msgstr ""
7346
 
7347
+ #: wppa-settings-autosave.php:1505
7348
  msgid ""
7349
  "Indicate whether a breadcrumb navigation should be displayed above the "
7350
  "featured ten displays."
7351
  msgstr ""
7352
 
7353
+ #: wppa-settings-autosave.php:1512
7354
  msgid "Breadcrumb on related photos displays"
7355
  msgstr ""
7356
 
7357
+ #: wppa-settings-autosave.php:1513
7358
  msgid "Show breadcrumb navigation bars on related photos displays."
7359
  msgstr ""
7360
 
7361
+ #: wppa-settings-autosave.php:1514
7362
  msgid ""
7363
  "Indicate whether a breadcrumb navigation should be displayed above the "
7364
  "related photos displays."
7365
  msgstr ""
7366
 
7367
+ #: wppa-settings-autosave.php:1522
7368
  msgid "Show \"Home\" in breadcrumb."
7369
  msgstr ""
7370
 
7371
+ #: wppa-settings-autosave.php:1523
7372
  msgid ""
7373
  "Indicate whether the breadcrumb navigation should start with a \"Home\"-link"
7374
  msgstr ""
7375
 
7376
+ #: wppa-settings-autosave.php:1531
7377
  msgid "Show the page(s) in breadcrumb."
7378
  msgstr ""
7379
 
7380
+ #: wppa-settings-autosave.php:1532
7381
  msgid ""
7382
  "Indicate whether the breadcrumb navigation should show the page(hierarchy)"
7383
  msgstr ""
7384
 
7385
+ #: wppa-settings-autosave.php:1539
7386
  msgid "Separator"
7387
  msgstr ""
7388
 
7389
+ #: wppa-settings-autosave.php:1540
7390
  msgid "Breadcrumb separator symbol."
7391
  msgstr ""
7392
 
7393
+ #: wppa-settings-autosave.php:1541
7394
  msgid "Select the desired breadcrumb separator element."
7395
  msgstr ""
7396
 
7397
+ #: wppa-settings-autosave.php:1542
7398
  msgid "A text string may contain valid html."
7399
  msgstr ""
7400
 
7401
+ #: wppa-settings-autosave.php:1543
7402
  msgid ""
7403
  "An image will be scaled automatically if you set the navigation font size."
7404
  msgstr ""
7405
 
7406
+ #: wppa-settings-autosave.php:1545
7407
  msgid "Text (html):"
7408
  msgstr ""
7409
 
7410
+ #: wppa-settings-autosave.php:1545
7411
  msgid "Image (url):"
7412
  msgstr ""
7413
 
7414
+ #: wppa-settings-autosave.php:1553
7415
  msgid "Html"
7416
  msgstr ""
7417
 
7418
+ #: wppa-settings-autosave.php:1554
7419
  msgid "Breadcrumb separator text."
7420
  msgstr ""
7421
 
7422
+ #: wppa-settings-autosave.php:1555
7423
  msgid "Enter the HTML code that produces the separator symbol you want."
7424
  msgstr ""
7425
 
7426
+ #: wppa-settings-autosave.php:1556
7427
  msgid ""
7428
  "It may be as simple as '-' (without the quotes) or as complex as a tag like "
7429
  "<div>..</div>."
7430
  msgstr ""
7431
 
7432
+ #: wppa-settings-autosave.php:1563
7433
  msgid "Image Url"
7434
  msgstr ""
7435
 
7436
+ #: wppa-settings-autosave.php:1564
7437
  msgid "Full url to separator image."
7438
  msgstr ""
7439
 
7440
+ #: wppa-settings-autosave.php:1565
7441
  msgid ""
7442
  "Enter the full url to the image you want to use for the separator symbol."
7443
  msgstr ""
7444
 
7445
+ #: wppa-settings-autosave.php:1572
7446
  #, fuzzy
7447
  msgid "Pagelink position"
7448
  msgstr "Position/Ort:"
7449
 
7450
+ #: wppa-settings-autosave.php:1573
7451
  msgid "The location for the pagelinks bar."
7452
  msgstr ""
7453
 
7454
+ #: wppa-settings-autosave.php:1576 wppa-settings-autosave.php:3746
7455
  msgid "Top"
7456
  msgstr ""
7457
 
7458
+ #: wppa-settings-autosave.php:1576 wppa-settings-autosave.php:3746
7459
  msgid "Bottom"
7460
  msgstr ""
7461
 
7462
+ #: wppa-settings-autosave.php:1576
7463
  msgid "Both"
7464
  msgstr ""
7465
 
7466
+ #: wppa-settings-autosave.php:1583
7467
  msgid "Thumblink on slideshow"
7468
  msgstr ""
7469
 
7470
+ #: wppa-settings-autosave.php:1584
7471
  msgid "Show a thumb link on slideshow bc."
7472
  msgstr ""
7473
 
7474
+ #: wppa-settings-autosave.php:1585
7475
  msgid "Show a link to thumbnail display on an breadcrumb above a slideshow"
7476
  msgstr ""
7477
 
7478
+ #: wppa-settings-autosave.php:1592
7479
  msgid "Slideshow related visibility settings"
7480
  msgstr ""
7481
 
7482
+ #: wppa-settings-autosave.php:1594
7483
  #, fuzzy
7484
  msgid "Start/stop"
7485
  msgstr "Starte"
7486
 
7487
+ #: wppa-settings-autosave.php:1595
7488
  #, fuzzy
7489
  msgid "Show the Start/Stop slideshow bar."
7490
  msgstr "Doppelklick zum Starten/Stoppen der Slideshow"
7491
 
7492
+ #: wppa-settings-autosave.php:1596
7493
  msgid ""
7494
  "If checked: display the start/stop slideshow navigation bar above the full-"
7495
  "size images and slideshow"
7496
  msgstr ""
7497
 
7498
+ #: wppa-settings-autosave.php:1603
7499
  #, fuzzy
7500
  msgid "Browse bar"
7501
  msgstr "Durchsuche Fotos"
7502
 
7503
+ #: wppa-settings-autosave.php:1604
7504
  #, fuzzy
7505
  msgid "Show Browse photos bar."
7506
  msgstr "Durchsuche Fotos"
7507
 
7508
+ #: wppa-settings-autosave.php:1605
7509
  msgid ""
7510
  "If checked: display the preveous/next navigation bar under the full-size "
7511
  "images and slideshow"
7512
  msgstr ""
7513
 
7514
+ #: wppa-settings-autosave.php:1612
7515
  msgid "Filmstrip"
7516
  msgstr ""
7517
 
7518
+ #: wppa-settings-autosave.php:1613
7519
  msgid "Show Filmstrip navigation bar."
7520
  msgstr ""
7521
 
7522
+ #: wppa-settings-autosave.php:1614
7523
  msgid ""
7524
  "If checked: display the filmstrip navigation bar under the full_size images "
7525
  "and slideshow"
7526
  msgstr ""
7527
 
7528
+ #: wppa-settings-autosave.php:1621
7529
  msgid "Film seam"
7530
  msgstr ""
7531
 
7532
+ #: wppa-settings-autosave.php:1622
7533
  msgid "Show seam between end and start of film."
7534
  msgstr ""
7535
 
7536
+ #: wppa-settings-autosave.php:1623
7537
  msgid "If checked: display the wrap-around point in the filmstrip"
7538
  msgstr ""
7539
 
7540
+ #: wppa-settings-autosave.php:1630
7541
  #, fuzzy
7542
  msgid "Photo name"
7543
  msgstr "Foto des Tages"
7544
 
7545
+ #: wppa-settings-autosave.php:1631
7546
  #, fuzzy
7547
  msgid "Display photo name."
7548
  msgstr "Bitte gibt den Fotonamen an."
7549
 
7550
+ #: wppa-settings-autosave.php:1632
7551
  msgid "If checked: display the name of the photo under the slideshow image."
7552
  msgstr ""
7553
 
7554
+ #: wppa-settings-autosave.php:1639 wppa-settings-autosave.php:2019
7555
  msgid "Add (Owner)"
7556
  msgstr ""
7557
 
7558
+ #: wppa-settings-autosave.php:1640 wppa-settings-autosave.php:2020
7559
  msgid "Add the uploaders display name in parenthesis to the name."
7560
  msgstr ""
7561
 
7562
+ #: wppa-settings-autosave.php:1648
7563
  #, fuzzy
7564
  msgid "Photo desc"
7565
  msgstr "Foto"
7566
 
7567
+ #: wppa-settings-autosave.php:1649
7568
  #, fuzzy
7569
  msgid "Display Photo description."
7570
  msgstr "Hinzufügen/Bearbeiten der Foto Beschreibeung"
7571
 
7572
+ #: wppa-settings-autosave.php:1650
7573
  msgid ""
7574
  "If checked: display the description of the photo under the slideshow image."
7575
  msgstr ""
7576
 
7577
+ #: wppa-settings-autosave.php:1657
7578
  msgid "Hide when empty"
7579
  msgstr ""
7580
 
7581
+ #: wppa-settings-autosave.php:1658
7582
  msgid "Hide the descriptionbox when empty."
7583
  msgstr ""
7584
 
7585
+ #: wppa-settings-autosave.php:1666
7586
  #, fuzzy
7587
  msgid "Rating system"
7588
  msgstr "Bewertung: %s"
7589
 
7590
+ #: wppa-settings-autosave.php:1667
7591
  msgid "Enable the rating system."
7592
  msgstr ""
7593
 
7594
+ #: wppa-settings-autosave.php:1668
7595
  msgid "If checked, the photo rating system will be enabled."
7596
  msgstr ""
7597
 
7598
+ #: wppa-settings-autosave.php:1676
7599
  #, fuzzy
7600
  msgid "Comments system"
7601
  msgstr "Kommentare"
7602
 
7603
+ #: wppa-settings-autosave.php:1677
7604
  msgid "Enable the comments system."
7605
  msgstr ""
7606
 
7607
+ #: wppa-settings-autosave.php:1678
7608
  msgid ""
7609
  "Display the comments box under the fullsize images and let users enter their "
7610
  "comments on individual photos."
7611
  msgstr ""
7612
 
7613
+ #: wppa-settings-autosave.php:1686
7614
  #, fuzzy
7615
  msgid "Comment Avatar default"
7616
  msgstr "Kommentar hinzugefügt"
7617
 
7618
+ #: wppa-settings-autosave.php:1687
7619
  msgid "Show Avatars with the comments if not --- none ---"
7620
  msgstr ""
7621
 
7622
+ #: wppa-settings-autosave.php:1692
7623
  msgid "mystery man"
7624
  msgstr ""
7625
 
7626
+ #: wppa-settings-autosave.php:1693
7627
  msgid "identicon"
7628
  msgstr ""
7629
 
7630
+ #: wppa-settings-autosave.php:1694
7631
  msgid "monsterid"
7632
  msgstr ""
7633
 
7634
+ #: wppa-settings-autosave.php:1695
7635
  msgid "wavatar"
7636
  msgstr ""
7637
 
7638
+ #: wppa-settings-autosave.php:1696
7639
  msgid "retro"
7640
  msgstr ""
7641
 
7642
+ #: wppa-settings-autosave.php:1697
7643
  #, fuzzy
7644
  msgid "--- url ---"
7645
  msgstr "--- alle---"
7646
 
7647
+ #: wppa-settings-autosave.php:1712
7648
  msgid "Comment Avatar url"
7649
  msgstr ""
7650
 
7651
+ #: wppa-settings-autosave.php:1713
7652
  msgid "Comment Avatar default url."
7653
  msgstr ""
7654
 
7655
+ #: wppa-settings-autosave.php:1721
7656
  #, fuzzy
7657
  msgid "Big Browse Buttons"
7658
  msgstr "Durchsuche Fotos"
7659
 
7660
+ #: wppa-settings-autosave.php:1722
7661
  msgid "Enable invisible browsing buttons."
7662
  msgstr ""
7663
 
7664
+ #: wppa-settings-autosave.php:1723 wppa-settings-autosave.php:2257
7665
  #, fuzzy
7666
  msgid ""
7667
  "If checked, the fullsize image is covered by two invisible areas that act as "
7670
  "Um das Komplette Bild zu sehen musst du Javaskript in deinem Browser "
7671
  "aktivieren."
7672
 
7673
+ #: wppa-settings-autosave.php:1724 wppa-settings-autosave.php:2258
7674
+ #: wppa-settings-autosave.php:2268
7675
  msgid ""
7676
  "Make sure the Full height (Table I-B2) is properly configured to prevent "
7677
  "these areas to overlap unwanted space."
7678
  msgstr ""
7679
 
7680
+ #: wppa-settings-autosave.php:1731
7681
  #, fuzzy
7682
  msgid "Ugly Browse Buttons"
7683
  msgstr "Durchsuche Fotos"
7684
 
7685
+ #: wppa-settings-autosave.php:1732
7686
  msgid "Enable the ugly browsing buttons."
7687
  msgstr ""
7688
 
7689
+ #: wppa-settings-autosave.php:1733
7690
  msgid "If checked, the fullsize image is covered by two browse buttons."
7691
  msgstr ""
7692
 
7693
+ #: wppa-settings-autosave.php:1737 wppa-settings-autosave.php:2299
7694
+ #: wppa-settings-autosave.php:2310
7695
  msgid "Black"
7696
  msgstr ""
7697
 
7698
+ #: wppa-settings-autosave.php:1737
7699
  msgid "Light gray"
7700
  msgstr ""
7701
 
7702
+ #: wppa-settings-autosave.php:1744
7703
+ #, fuzzy
7704
+ msgid "Start/stop icons"
7705
+ msgstr "Starte"
7706
+
7707
+ #: wppa-settings-autosave.php:1745
7708
+ msgid "Show start and stop icons at the center of the slide"
7709
+ msgstr ""
7710
+
7711
+ #: wppa-settings-autosave.php:1750
7712
+ msgid "Black square"
7713
+ msgstr ""
7714
+
7715
+ #: wppa-settings-autosave.php:1750
7716
+ msgid "Blue square"
7717
+ msgstr ""
7718
+
7719
+ #: wppa-settings-autosave.php:1750
7720
+ msgid "Black round"
7721
+ msgstr ""
7722
+
7723
+ #: wppa-settings-autosave.php:1757
7724
  msgid "Show custom box"
7725
  msgstr ""
7726
 
7727
+ #: wppa-settings-autosave.php:1758
7728
  msgid "Display the custom box in the slideshow"
7729
  msgstr ""
7730
 
7731
+ #: wppa-settings-autosave.php:1759 wppa-settings-autosave.php:1770
7732
  msgid ""
7733
  "You can fill the custom box with any html you like. It will not be checked, "
7734
  "so it is your own responsability to close tags properly."
7735
  msgstr ""
7736
 
7737
+ #: wppa-settings-autosave.php:1760 wppa-settings-autosave.php:1771
7738
  msgid "The position of the box can be defined in Table IX-E."
7739
  msgstr ""
7740
 
7741
+ #: wppa-settings-autosave.php:1768
7742
  msgid "Custom content"
7743
  msgstr ""
7744
 
7745
+ #: wppa-settings-autosave.php:1769
7746
  msgid "The content (html) of the custom box."
7747
  msgstr ""
7748
 
7749
+ #: wppa-settings-autosave.php:1778
7750
  #, fuzzy
7751
  msgid "Slideshow/Number bar"
7752
  msgstr "Diaschau"
7753
 
7754
+ #: wppa-settings-autosave.php:1779
7755
  msgid "Display the Slideshow / Number bar."
7756
  msgstr ""
7757
 
7758
+ #: wppa-settings-autosave.php:1780
7759
  msgid "If checked: display the number boxes on slideshow"
7760
  msgstr ""
7761
 
7762
+ #: wppa-settings-autosave.php:1788
7763
  msgid "IPTC system"
7764
  msgstr ""
7765
 
7766
+ #: wppa-settings-autosave.php:1789
7767
  msgid "Enable the iptc system."
7768
  msgstr ""
7769
 
7770
+ #: wppa-settings-autosave.php:1790
7771
  msgid "Display the iptc box under the fullsize images."
7772
  msgstr ""
7773
 
7774
+ #: wppa-settings-autosave.php:1798
7775
  msgid "IPTC open"
7776
  msgstr ""
7777
 
7778
+ #: wppa-settings-autosave.php:1799
7779
  msgid "Display the iptc box initially opened."
7780
  msgstr ""
7781
 
7782
+ #: wppa-settings-autosave.php:1800
7783
  msgid "Display the iptc box under the fullsize images initially open."
7784
  msgstr ""
7785
 
7786
+ #: wppa-settings-autosave.php:1808
7787
  msgid "EXIF system"
7788
  msgstr ""
7789
 
7790
+ #: wppa-settings-autosave.php:1809
7791
  msgid "Enable the exif system."
7792
  msgstr ""
7793
 
7794
+ #: wppa-settings-autosave.php:1810
7795
  msgid "Display the exif box under the fullsize images."
7796
  msgstr ""
7797
 
7798
+ #: wppa-settings-autosave.php:1818
7799
  msgid "EXIF open"
7800
  msgstr ""
7801
 
7802
+ #: wppa-settings-autosave.php:1819
7803
  msgid "Display the exif box initially opened."
7804
  msgstr ""
7805
 
7806
+ #: wppa-settings-autosave.php:1820
7807
  msgid "Display the exif box under the fullsize images initially open."
7808
  msgstr ""
7809
 
7810
+ #: wppa-settings-autosave.php:1828
7811
  msgid "Social media share box related visibility settings"
7812
  msgstr ""
7813
 
7814
+ #: wppa-settings-autosave.php:1830
7815
  msgid "Show Share Box"
7816
  msgstr ""
7817
 
7818
+ #: wppa-settings-autosave.php:1831
7819
  msgid "Display the share social media buttons box."
7820
  msgstr ""
7821
 
7822
+ #: wppa-settings-autosave.php:1840 wppa-settings-autosave.php:8129
7823
  msgid "Hide when running"
7824
  msgstr ""
7825
 
7826
+ #: wppa-settings-autosave.php:1841
7827
  msgid "Hide the SM box when slideshow runs."
7828
  msgstr ""
7829
 
7830
+ #: wppa-settings-autosave.php:1849
7831
  msgid "Show Share Box Widget"
7832
  msgstr ""
7833
 
7834
+ #: wppa-settings-autosave.php:1850
7835
  msgid "Display the share social media buttons box in widgets."
7836
  msgstr ""
7837
 
7838
+ #: wppa-settings-autosave.php:1851
7839
  msgid ""
7840
  "This setting applies to normal slideshows in widgets, not to the "
7841
  "slideshowwidget as that is a slideonly display."
7842
  msgstr ""
7843
 
7844
+ #: wppa-settings-autosave.php:1859
7845
  msgid "Show Share Buttons Thumbs"
7846
  msgstr ""
7847
 
7848
+ #: wppa-settings-autosave.php:1860
7849
  msgid "Display the share social media buttons under thumbnails."
7850
  msgstr ""
7851
 
7852
+ #: wppa-settings-autosave.php:1869
7853
  msgid "Show Share Buttons Lightbox"
7854
  msgstr ""
7855
 
7856
+ #: wppa-settings-autosave.php:1870
7857
  msgid "Display the share social media buttons on lightbox displays."
7858
  msgstr ""
7859
 
7860
+ #: wppa-settings-autosave.php:1879
7861
  #, fuzzy
7862
  msgid "Show Share Buttons Mphoto"
7863
  msgstr ""
7864
  "Der Besucher kann sich eine Übersicht mit Miniaturbildern der Fotos im Album "
7865
  "ansehen."
7866
 
7867
+ #: wppa-settings-autosave.php:1880
7868
  msgid "Display the share social media buttons on mphoto displays."
7869
  msgstr ""
7870
 
7871
+ #: wppa-settings-autosave.php:1889
7872
  msgid "Show QR Code"
7873
  msgstr ""
7874
 
7875
+ #: wppa-settings-autosave.php:1890
7876
  msgid "Display the QR code in the share box."
7877
  msgstr ""
7878
 
7879
+ #: wppa-settings-autosave.php:1898
7880
  #, fuzzy
7881
  msgid "Show Twitter button"
7882
  msgstr "Zeigt den Twitter-Button in der Share - Box an."
7883
 
7884
+ #: wppa-settings-autosave.php:1899
7885
  msgid "Display the Twitter button in the share box."
7886
  msgstr ""
7887
 
7888
+ #: wppa-settings-autosave.php:1907
7889
  #, fuzzy
7890
  msgid "Show Google+ button"
7891
  msgstr "Zeigt den Google-Button in der Share - Box an."
7892
 
7893
+ #: wppa-settings-autosave.php:1908
7894
  msgid "Display the Google+ button in the share box."
7895
  msgstr ""
7896
 
7897
+ #: wppa-settings-autosave.php:1916
7898
  #, fuzzy
7899
  msgid "Show Pinterest button"
7900
  msgstr "Share, Teilen"
7901
 
7902
+ #: wppa-settings-autosave.php:1917
7903
  msgid "Display the Pintrest button in the share box."
7904
  msgstr ""
7905
 
7906
+ #: wppa-settings-autosave.php:1925
7907
  msgid "Show LinkedIn button"
7908
  msgstr ""
7909
 
7910
+ #: wppa-settings-autosave.php:1926
7911
  msgid "Display the LinkedIn button in the share box."
7912
  msgstr ""
7913
 
7914
+ #: wppa-settings-autosave.php:1934
7915
  msgid "Show Facebook share button"
7916
  msgstr ""
7917
 
7918
+ #: wppa-settings-autosave.php:1935 wppa-settings-autosave.php:1944
7919
  msgid "Display the Facebook button in the share box."
7920
  msgstr ""
7921
 
7922
+ #: wppa-settings-autosave.php:1943
7923
  msgid "Show Facebook like button"
7924
  msgstr ""
7925
 
7926
+ #: wppa-settings-autosave.php:1952
7927
  msgid "Display type"
7928
  msgstr ""
7929
 
7930
+ #: wppa-settings-autosave.php:1953
7931
  msgid "Select the Facebook button display type."
7932
  msgstr ""
7933
 
7934
+ #: wppa-settings-autosave.php:1956
7935
  msgid "Button with counter"
7936
  msgstr ""
7937
 
7938
+ #: wppa-settings-autosave.php:1956
7939
  #, fuzzy
7940
  msgid "Box with counter"
7941
  msgstr "Kategorie:"
7942
 
7943
+ #: wppa-settings-autosave.php:1963
7944
  msgid "Show Facebook comment box"
7945
  msgstr ""
7946
 
7947
+ #: wppa-settings-autosave.php:1964
7948
  msgid "Display the Facebook comment dialog box in the share box."
7949
  msgstr ""
7950
 
7951
+ #: wppa-settings-autosave.php:1972
7952
  msgid "Facebook User Id"
7953
  msgstr ""
7954
 
7955
+ #: wppa-settings-autosave.php:1973
7956
  msgid "Enter your facebook user id to be able to moderate comments and sends"
7957
  msgstr ""
7958
 
7959
+ #: wppa-settings-autosave.php:1981
7960
  msgid "Facebook App Id"
7961
  msgstr ""
7962
 
7963
+ #: wppa-settings-autosave.php:1982
7964
  msgid "Enter your facebook app id to be able to moderate comments and sends"
7965
  msgstr ""
7966
 
7967
+ #: wppa-settings-autosave.php:1990
7968
  msgid "Facebook js SDK"
7969
  msgstr ""
7970
 
7971
+ #: wppa-settings-autosave.php:1991
7972
  msgid "Load Facebook js SDK"
7973
  msgstr ""
7974
 
7975
+ #: wppa-settings-autosave.php:1992
7976
  msgid ""
7977
  "Uncheck this box only when there is a conflict with an other plugin that "
7978
  "also loads the Facebook js SDK."
7979
  msgstr ""
7980
 
7981
+ #: wppa-settings-autosave.php:1999
7982
  msgid "Share single image"
7983
  msgstr ""
7984
 
7985
+ #: wppa-settings-autosave.php:2000
7986
  msgid "Share a link to a single image, not the slideshow."
7987
  msgstr ""
7988
 
7989
+ #: wppa-settings-autosave.php:2001
7990
  msgid ""
7991
  "The sharelink points to a page with a single image rather than to the page "
7992
  "with the photo in the slideshow."
7993
  msgstr ""
7994
 
7995
+ #: wppa-settings-autosave.php:2008
7996
  msgid "Thumbnail display related visibility settings"
7997
  msgstr ""
7998
 
7999
+ #: wppa-settings-autosave.php:2010
8000
  #, fuzzy
8001
  msgid "Thumbnail name"
8002
  msgstr "Anzeigen..."
8003
 
8004
+ #: wppa-settings-autosave.php:2011
8005
  msgid "Display Thumbnail name."
8006
  msgstr ""
8007
 
8008
+ #: wppa-settings-autosave.php:2012
8009
  msgid "Display photo name under thumbnail images."
8010
  msgstr ""
8011
 
8012
+ #: wppa-settings-autosave.php:2028
8013
  #, fuzzy
8014
  msgid "Thumbnail desc"
8015
  msgstr "Miniaturbild Fotos"
8016
 
8017
+ #: wppa-settings-autosave.php:2029
8018
  #, fuzzy
8019
  msgid "Display Thumbnail description."
8020
  msgstr "Unsymmetrische Tags in der Album Beschreibung!"
8021
 
8022
+ #: wppa-settings-autosave.php:2030
8023
  msgid "Display description of the photo under thumbnail images."
8024
  msgstr ""
8025
 
8026
+ #: wppa-settings-autosave.php:2037
8027
  #, fuzzy
8028
  msgid "Thumbnail rating"
8029
  msgstr "Anzeigen..."
8030
 
8031
+ #: wppa-settings-autosave.php:2038
8032
  msgid "Display Thumbnail Rating."
8033
  msgstr ""
8034
 
8035
+ #: wppa-settings-autosave.php:2039
8036
  msgid "Display the rating of the photo under the thumbnail image."
8037
  msgstr ""
8038
 
8039
+ #: wppa-settings-autosave.php:2046
8040
  #, fuzzy
8041
  msgid "Thumbnail comcount"
8042
  msgstr "Miniaturbild Fotos"
8043
 
8044
+ #: wppa-settings-autosave.php:2047
8045
  msgid "Display Thumbnail Comment count."
8046
  msgstr ""
8047
 
8048
+ #: wppa-settings-autosave.php:2048
8049
  msgid "Display the number of comments to the photo under the thumbnail image."
8050
  msgstr ""
8051
 
8052
+ #: wppa-settings-autosave.php:2055
8053
  #, fuzzy
8054
  msgid "Thumbnail viewcount"
8055
  msgstr "Anzeigen..."
8056
 
8057
+ #: wppa-settings-autosave.php:2056
8058
  msgid "Display the number of views."
8059
  msgstr ""
8060
 
8061
+ #: wppa-settings-autosave.php:2057
8062
  msgid "Display the number of views under the thumbnail image."
8063
  msgstr ""
8064
 
8065
+ #: wppa-settings-autosave.php:2064
8066
  #, fuzzy
8067
  msgid "Thumbnail video"
8068
  msgstr "Anzeigen..."
8069
 
8070
+ #: wppa-settings-autosave.php:2065
8071
  msgid "Show video controls on thumbnail displays."
8072
  msgstr ""
8073
 
8074
+ #: wppa-settings-autosave.php:2066
8075
  msgid ""
8076
  "Works on default thumbnail type only. You can play the video only when the "
8077
  "link is set to no link at all."
8078
  msgstr ""
8079
 
8080
+ #: wppa-settings-autosave.php:2073
8081
  #, fuzzy
8082
  msgid "Thumbnail audio"
8083
  msgstr "Anzeigen..."
8084
 
8085
+ #: wppa-settings-autosave.php:2074
8086
  msgid "Show audio controls on thumbnail displays."
8087
  msgstr ""
8088
 
8089
+ #: wppa-settings-autosave.php:2075
8090
  msgid "Works on default thumbnail type only."
8091
  msgstr ""
8092
 
8093
+ #: wppa-settings-autosave.php:2082
8094
  #, fuzzy
8095
  msgid "Popup name"
8096
  msgstr "Dein Name:"
8097
 
8098
+ #: wppa-settings-autosave.php:2083
8099
  msgid "Display Thumbnail name on popup."
8100
  msgstr ""
8101
 
8102
+ #: wppa-settings-autosave.php:2084
8103
  msgid "Display photo name under thumbnail images on the popup."
8104
  msgstr ""
8105
 
8106
+ #: wppa-settings-autosave.php:2091
8107
  msgid "Popup (owner)"
8108
  msgstr ""
8109
 
8110
+ #: wppa-settings-autosave.php:2092
8111
  msgid "Display owner on popup."
8112
  msgstr ""
8113
 
8114
+ #: wppa-settings-autosave.php:2093
8115
  msgid "Display photo owner under thumbnail images on the popup."
8116
  msgstr ""
8117
 
8118
+ #: wppa-settings-autosave.php:2100
8119
  msgid "Popup desc"
8120
  msgstr ""
8121
 
8122
+ #: wppa-settings-autosave.php:2101
8123
  msgid "Display Thumbnail description on popup."
8124
  msgstr ""
8125
 
8126
+ #: wppa-settings-autosave.php:2102
8127
  msgid "Display description of the photo under thumbnail images on the popup."
8128
  msgstr ""
8129
 
8130
+ #: wppa-settings-autosave.php:2109
8131
  msgid "Popup desc no links"
8132
  msgstr ""
8133
 
8134
+ #: wppa-settings-autosave.php:2110
8135
  msgid "Strip html anchor tags from descriptions on popups"
8136
  msgstr ""
8137
 
8138
+ #: wppa-settings-autosave.php:2111
8139
  msgid ""
8140
  "Use this option to prevent the display of links that cannot be activated."
8141
  msgstr ""
8142
 
8143
+ #: wppa-settings-autosave.php:2118
8144
  #, fuzzy
8145
  msgid "Popup rating"
8146
  msgstr "Der Raum zwischen avg und meine Bewertungssterne"
8147
 
8148
+ #: wppa-settings-autosave.php:2119
8149
  msgid "Display Thumbnail Rating on popup."
8150
  msgstr ""
8151
 
8152
+ #: wppa-settings-autosave.php:2120
8153
  msgid "Display the rating of the photo under the thumbnail image on the popup."
8154
  msgstr ""
8155
 
8156
+ #: wppa-settings-autosave.php:2127
8157
  msgid "Popup comcount"
8158
  msgstr ""
8159
 
8160
+ #: wppa-settings-autosave.php:2128
8161
  msgid "Display Thumbnail Comment count on popup."
8162
  msgstr ""
8163
 
8164
+ #: wppa-settings-autosave.php:2129
8165
  msgid ""
8166
  "Display the number of comments of the photo under the thumbnail image on the "
8167
  "popup."
8168
  msgstr ""
8169
 
8170
+ #: wppa-settings-autosave.php:2136
8171
  msgid "Show rating count"
8172
  msgstr ""
8173
 
8174
+ #: wppa-settings-autosave.php:2137
8175
  msgid "Display the number of votes along with average ratings."
8176
  msgstr ""
8177
 
8178
+ #: wppa-settings-autosave.php:2138
8179
  msgid ""
8180
  "If checked, the number of votes is displayed along with average rating "
8181
  "displays on thumbnail and popup displays."
8182
  msgstr ""
8183
 
8184
+ #: wppa-settings-autosave.php:2145
8185
  msgid "Show name on thumb area"
8186
  msgstr ""
8187
 
8188
+ #: wppa-settings-autosave.php:2146
8189
  msgid "Select if and where to display the album name on the thumbnail display."
8190
  msgstr ""
8191
 
8192
+ #: wppa-settings-autosave.php:2149 wppa-settings-autosave.php:2160
8193
  msgid "None"
8194
  msgstr ""
8195
 
8196
+ #: wppa-settings-autosave.php:2149 wppa-settings-autosave.php:2160
8197
+ #: wppa-settings-autosave.php:3266
8198
  msgid "At the top"
8199
  msgstr ""
8200
 
8201
+ #: wppa-settings-autosave.php:2149 wppa-settings-autosave.php:2160
8202
+ #: wppa-settings-autosave.php:3266
8203
  msgid "At the bottom"
8204
  msgstr ""
8205
 
8206
+ #: wppa-settings-autosave.php:2156
8207
  msgid "Show desc on thumb area"
8208
  msgstr ""
8209
 
8210
+ #: wppa-settings-autosave.php:2157
8211
  msgid ""
8212
  "Select if and where to display the album description on the thumbnail "
8213
  "display."
8214
  msgstr ""
8215
 
8216
+ #: wppa-settings-autosave.php:2167
8217
  msgid "Show Edit/Delete links"
8218
  msgstr ""
8219
 
8220
+ #: wppa-settings-autosave.php:2168
8221
  msgid "Show these links under default thumbnails for owner and admin."
8222
  msgstr ""
8223
 
8224
+ #: wppa-settings-autosave.php:2176
8225
  msgid "Show empty thumbnail area"
8226
  msgstr ""
8227
 
8228
+ #: wppa-settings-autosave.php:2177
8229
  msgid "Display thumbnail areas with upload link only for empty albums."
8230
  msgstr ""
8231
 
8232
+ #: wppa-settings-autosave.php:2186
8233
  msgid "Album cover related visibility settings"
8234
  msgstr ""
8235
 
8236
+ #: wppa-settings-autosave.php:2188
8237
  msgid "Covertext"
8238
  msgstr ""
8239
 
8240
+ #: wppa-settings-autosave.php:2189
8241
  msgid "Show the text on the album cover."
8242
  msgstr ""
8243
 
8244
+ #: wppa-settings-autosave.php:2190
8245
  msgid "Display the album decription on the album cover"
8246
  msgstr ""
8247
 
8248
+ #: wppa-settings-autosave.php:2198
8249
  msgid "Enable the slideshow."
8250
  msgstr ""
8251
 
8252
+ #: wppa-settings-autosave.php:2199
8253
  msgid ""
8254
  "If you do not want slideshows: uncheck this box. Browsing full size images "
8255
  "will remain possible."
8256
  msgstr ""
8257
 
8258
+ #: wppa-settings-autosave.php:2206
8259
  #, fuzzy
8260
  msgid "Slideshow/Browse"
8261
  msgstr "Diaschau"
8262
 
8263
+ #: wppa-settings-autosave.php:2207
8264
  msgid "Display the Slideshow / Browse photos link on album covers"
8265
  msgstr ""
8266
 
8267
+ #: wppa-settings-autosave.php:2208
8268
  msgid ""
8269
  "This setting causes the Slideshow link to be displayed on the album cover."
8270
  msgstr ""
8271
 
8272
+ #: wppa-settings-autosave.php:2209
8273
  msgid ""
8274
  "If slideshows are disabled in item 2 in this table, you will see a browse "
8275
  "link to fullsize images."
8276
  msgstr ""
8277
 
8278
+ #: wppa-settings-autosave.php:2210
8279
  msgid "If you do not want the browse link either, uncheck this item."
8280
  msgstr ""
8281
 
8282
+ #: wppa-settings-autosave.php:2217
8283
  #, fuzzy
8284
  msgid "View ..."
8285
  msgstr "Ansehen"
8286
 
8287
+ #: wppa-settings-autosave.php:2218
8288
  msgid "Display the View xx albums and yy photos link on album covers"
8289
  msgstr ""
8290
 
8291
+ #: wppa-settings-autosave.php:2226
8292
  msgid "Treecount"
8293
  msgstr ""
8294
 
8295
+ #: wppa-settings-autosave.php:2227
8296
  msgid "Disaplay the total number of (sub)albums and photos in subalbums"
8297
  msgstr ""
8298
 
8299
+ #: wppa-settings-autosave.php:2228
8300
  msgid ""
8301
  "Displays the total number of sub albums and photos in the entire album tree "
8302
  "in parenthesis if the numbers differ from the direct content of the album."
8303
  msgstr ""
8304
 
8305
+ #: wppa-settings-autosave.php:2235
8306
  #, fuzzy
8307
  msgid "Show categories"
8308
  msgstr "Kategorien:"
8309
 
8310
+ #: wppa-settings-autosave.php:2236
8311
  msgid "Display the album categories on the covers."
8312
  msgstr ""
8313
 
8314
+ #: wppa-settings-autosave.php:2244
8315
  msgid "Skip empty albums"
8316
  msgstr ""
8317
 
8318
+ #: wppa-settings-autosave.php:2245
8319
  msgid "Do not show empty albums, except for admin and owner."
8320
  msgstr ""
8321
 
8322
+ #: wppa-settings-autosave.php:2253
8323
  msgid "Widget related visibility settings"
8324
  msgstr ""
8325
 
8326
+ #: wppa-settings-autosave.php:2255
8327
  msgid "Big Browse Buttons in widget"
8328
  msgstr ""
8329
 
8330
+ #: wppa-settings-autosave.php:2256
8331
  msgid "Enable invisible browsing buttons in widget slideshows."
8332
  msgstr ""
8333
 
8334
+ #: wppa-settings-autosave.php:2265
8335
  msgid "Ugly Browse Buttons in widget"
8336
  msgstr ""
8337
 
8338
+ #: wppa-settings-autosave.php:2266
8339
  msgid "Enable ugly browsing buttons in widget slideshows."
8340
  msgstr ""
8341
 
8342
+ #: wppa-settings-autosave.php:2267
8343
  msgid "If checked, the fullsize image is covered by browse buttons."
8344
  msgstr ""
8345
 
8346
+ #: wppa-settings-autosave.php:2275
8347
  msgid "Album widget tooltip"
8348
  msgstr ""
8349
 
8350
+ #: wppa-settings-autosave.php:2276
8351
  msgid "Show the album description on hoovering thumbnail in album widget"
8352
  msgstr ""
8353
 
8354
+ #: wppa-settings-autosave.php:2284 wppa-settings-autosave.php:4173
8355
  msgid ""
8356
  "Lightbox related settings. These settings have effect only when Table IX-J3 "
8357
  "is set to wppa"
8358
  msgstr ""
8359
 
8360
+ #: wppa-settings-autosave.php:2286
8361
  msgid "Overlay Close label text"
8362
  msgstr ""
8363
 
8364
+ #: wppa-settings-autosave.php:2287
8365
  msgid "The text label for the cross exit symbol."
8366
  msgstr ""
8367
 
8368
+ #: wppa-settings-autosave.php:2288
8369
  msgid ""
8370
  "This text may be multilingual according to the qTranslate short tags specs."
8371
  msgstr ""
8372
 
8373
+ #: wppa-settings-autosave.php:2295
8374
  msgid "Overlay theme color"
8375
  msgstr ""
8376
 
8377
+ #: wppa-settings-autosave.php:2296
8378
  msgid "The color of the image border and text background."
8379
  msgstr ""
8380
 
8381
+ #: wppa-settings-autosave.php:2299 wppa-settings-autosave.php:2310
8382
  msgid "White"
8383
  msgstr ""
8384
 
8385
+ #: wppa-settings-autosave.php:2306
8386
  msgid "Overlay background color"
8387
  msgstr ""
8388
 
8389
+ #: wppa-settings-autosave.php:2307
8390
  msgid "The color of the outer background."
8391
  msgstr ""
8392
 
8393
+ #: wppa-settings-autosave.php:2317
8394
  msgid "Overlay slide name"
8395
  msgstr ""
8396
 
8397
+ #: wppa-settings-autosave.php:2318
8398
  msgid "Show name if from slide."
8399
  msgstr ""
8400
 
8401
+ #: wppa-settings-autosave.php:2319
8402
  msgid ""
8403
  "Shows the photos name on a lightbox display when initiated from a slide."
8404
  msgstr ""
8405
 
8406
+ #: wppa-settings-autosave.php:2320 wppa-settings-autosave.php:2330
8407
  msgid ""
8408
  "This setting also applies to film thumbnails if Table VI-11 is set to "
8409
  "lightbox overlay."
8410
  msgstr ""
8411
 
8412
+ #: wppa-settings-autosave.php:2327
8413
  msgid "Overlay slide desc"
8414
  msgstr ""
8415
 
8416
+ #: wppa-settings-autosave.php:2328
8417
  msgid "Show description if from slide."
8418
  msgstr ""
8419
 
8420
+ #: wppa-settings-autosave.php:2329
8421
  msgid ""
8422
  "Shows the photos description on a lightbox display when initiated from a "
8423
  "slide."
8424
  msgstr ""
8425
 
8426
+ #: wppa-settings-autosave.php:2337
8427
  msgid "Overlay thumb name"
8428
  msgstr ""
8429
 
8430
+ #: wppa-settings-autosave.php:2338
8431
  msgid "Show the photos name if from thumb."
8432
  msgstr ""
8433
 
8434
+ #: wppa-settings-autosave.php:2339
8435
  msgid ""
8436
  "Shows the name on a lightbox display when initiated from a standard "
8437
  "thumbnail or a widget thumbnail."
8438
  msgstr ""
8439
 
8440
+ #: wppa-settings-autosave.php:2340 wppa-settings-autosave.php:2350
8441
  msgid ""
8442
  "This setting applies to standard thumbnails, thumbnail-, comment-, topten- "
8443
  "and lasten-widget."
8444
  msgstr ""
8445
 
8446
+ #: wppa-settings-autosave.php:2347
8447
  msgid "Overlay thumb desc"
8448
  msgstr ""
8449
 
8450
+ #: wppa-settings-autosave.php:2348
8451
  msgid "Show description if from thumb."
8452
  msgstr ""
8453
 
8454
+ #: wppa-settings-autosave.php:2349
8455
  msgid ""
8456
  "Shows the photos description on a lightbox display when initiated from a "
8457
  "standard thumbnail or a widget thumbnail."
8458
  msgstr ""
8459
 
8460
+ #: wppa-settings-autosave.php:2357
8461
  #, fuzzy
8462
  msgid "Overlay potd name"
8463
  msgstr "Bitte gibt den Fotonamen an."
8464
 
8465
+ #: wppa-settings-autosave.php:2358
8466
  msgid "Show the photos name if from photo of the day."
8467
  msgstr ""
8468
 
8469
+ #: wppa-settings-autosave.php:2359
8470
  msgid ""
8471
  "Shows the name on a lightbox display when initiated from the photo of the "
8472
  "day."
8473
  msgstr ""
8474
 
8475
+ #: wppa-settings-autosave.php:2366
8476
  msgid "Overlay potd desc"
8477
  msgstr ""
8478
 
8479
+ #: wppa-settings-autosave.php:2367
8480
  msgid "Show description if from from photo of the day."
8481
  msgstr ""
8482
 
8483
+ #: wppa-settings-autosave.php:2368
8484
  msgid ""
8485
  "Shows the photos description on a lightbox display when initiated from the "
8486
  "photo of the day."
8487
  msgstr ""
8488
 
8489
+ #: wppa-settings-autosave.php:2375
8490
  #, fuzzy
8491
  msgid "Overlay sphoto name"
8492
  msgstr "Bitte gibt den Fotonamen an."
8493
 
8494
+ #: wppa-settings-autosave.php:2376
8495
  msgid "Show the photos name if from a single photo."
8496
  msgstr ""
8497
 
8498
+ #: wppa-settings-autosave.php:2377
8499
  msgid ""
8500
  "Shows the name on a lightbox display when initiated from a single photo."
8501
  msgstr ""
8502
 
8503
+ #: wppa-settings-autosave.php:2384
8504
  #, fuzzy
8505
  msgid "Overlay sphoto desc"
8506
  msgstr "Thumbnail Fotos verwandte Einstellungen"
8507
 
8508
+ #: wppa-settings-autosave.php:2385
8509
  msgid "Show description if from from a single photo."
8510
  msgstr ""
8511
 
8512
+ #: wppa-settings-autosave.php:2386
8513
  msgid ""
8514
  "Shows the photos description on a lightbox display when initiated from a "
8515
  "single photo."
8516
  msgstr ""
8517
 
8518
+ #: wppa-settings-autosave.php:2393
8519
  #, fuzzy
8520
  msgid "Overlay mphoto name"
8521
  msgstr "Bitte gibt den Fotonamen an."
8522
 
8523
+ #: wppa-settings-autosave.php:2394
8524
  msgid "Show the photos name if from a single media style photo."
8525
  msgstr ""
8526
 
8527
+ #: wppa-settings-autosave.php:2395
8528
  msgid ""
8529
  "Shows the name on a lightbox display when initiated from a single media "
8530
  "style photo."
8531
  msgstr ""
8532
 
8533
+ #: wppa-settings-autosave.php:2402
8534
  #, fuzzy
8535
  msgid "Overlay mphoto desc"
8536
  msgstr "Thumbnail Fotos verwandte Einstellungen"
8537
 
8538
+ #: wppa-settings-autosave.php:2403
8539
  msgid "Show description if from from a media style photo."
8540
  msgstr ""
8541
 
8542
+ #: wppa-settings-autosave.php:2404
8543
  msgid ""
8544
  "Shows the photos description on a lightbox display when initiated from a "
8545
  "single media style photo."
8546
  msgstr ""
8547
 
8548
+ #: wppa-settings-autosave.php:2411
8549
  #, fuzzy
8550
  msgid "Overlay albumwidget name"
8551
  msgstr ""
8552
  "Trage hier Schriftnamen, Größe, Farbe und Breite für die Album Cover Titel "
8553
  "ein."
8554
 
8555
+ #: wppa-settings-autosave.php:2412
8556
  msgid "Show the photos name if from the album widget."
8557
  msgstr ""
8558
 
8559
+ #: wppa-settings-autosave.php:2413
8560
  msgid ""
8561
  "Shows the name on a lightbox display when initiated from the album widget."
8562
  msgstr ""
8563
 
8564
+ #: wppa-settings-autosave.php:2420
8565
  msgid "Overlay albumwidget desc"
8566
  msgstr ""
8567
 
8568
+ #: wppa-settings-autosave.php:2421
8569
  msgid "Show description if from from the album widget."
8570
  msgstr ""
8571
 
8572
+ #: wppa-settings-autosave.php:2422
8573
  msgid ""
8574
  "Shows the photos description on a lightbox display when initiated from the "
8575
  "album widget."
8576
  msgstr ""
8577
 
8578
+ #: wppa-settings-autosave.php:2429
8579
  #, fuzzy
8580
  msgid "Overlay coverphoto name"
8581
  msgstr "Bitte gibt den Fotonamen an."
8582
 
8583
+ #: wppa-settings-autosave.php:2430
8584
  msgid "Show the photos name if from the album cover."
8585
  msgstr ""
8586
 
8587
+ #: wppa-settings-autosave.php:2431
8588
  msgid ""
8589
  "Shows the name on a lightbox display when initiated from the album "
8590
  "coverphoto."
8591
  msgstr ""
8592
 
8593
+ #: wppa-settings-autosave.php:2438
8594
  msgid "Overlay coverphoto desc"
8595
  msgstr ""
8596
 
8597
+ #: wppa-settings-autosave.php:2439
8598
  msgid "Show description if from from the album cover."
8599
  msgstr ""
8600
 
8601
+ #: wppa-settings-autosave.php:2440
8602
  msgid ""
8603
  "Shows the photos description on a lightbox display when initiated from the "
8604
  "album coverphoto."
8605
  msgstr ""
8606
 
8607
+ #: wppa-settings-autosave.php:2447
8608
  msgid "Overlay add owner"
8609
  msgstr ""
8610
 
8611
+ #: wppa-settings-autosave.php:2448
8612
  msgid "Add the owner to the photo name on lightbox displays."
8613
  msgstr ""
8614
 
8615
+ #: wppa-settings-autosave.php:2449
8616
  msgid ""
8617
  "This setting is independant of the show name switches and is a global "
8618
  "setting."
8619
  msgstr ""
8620
 
8621
+ #: wppa-settings-autosave.php:2456
8622
  #, fuzzy
8623
  msgid "Overlay show start/stop"
8624
  msgstr "Klicke zum Starten/Stoppen"
8625
 
8626
+ #: wppa-settings-autosave.php:2457
8627
  msgid "Show Start and Stop for running slideshow on lightbox."
8628
  msgstr ""
8629
 
8630
+ #: wppa-settings-autosave.php:2465
8631
  msgid "Overlay show legenda"
8632
  msgstr ""
8633
 
8634
+ #: wppa-settings-autosave.php:2466
8635
  msgid "Show \"Press f for fullsize\" etc. on lightbox."
8636
  msgstr ""
8637
 
8638
+ #: wppa-settings-autosave.php:2467
8639
  msgid "Independant of this setting, it will not show up on mobile devices."
8640
  msgstr ""
8641
 
8642
+ #: wppa-settings-autosave.php:2474
8643
  msgid "Show fullscreen icons"
8644
  msgstr ""
8645
 
8646
+ #: wppa-settings-autosave.php:2475
8647
  msgid "Shows fullscreen and back to normal icon buttons on upper right corner"
8648
  msgstr ""
8649
 
8650
+ #: wppa-settings-autosave.php:2483
8651
  msgid "Overlay show counter"
8652
  msgstr ""
8653
 
8654
+ #: wppa-settings-autosave.php:2484
8655
  msgid "Show the x/y counter below the image."
8656
  msgstr ""
8657
 
8658
+ #: wppa-settings-autosave.php:2492
8659
  #, fuzzy
8660
  msgid "Show Zoom in"
8661
  msgstr "Zeigt Zoom in"
8662
 
8663
+ #: wppa-settings-autosave.php:2493
8664
  msgid "Display tooltip \"Zoom in\" along with the magnifier cursor."
8665
  msgstr ""
8666
 
8667
+ #: wppa-settings-autosave.php:2494
8668
  msgid ""
8669
  "If you select ---none--- in Table I-G2 for magnifier size, the tooltop "
8670
  "contains the photo name."
8671
  msgstr ""
8672
 
8673
+ #: wppa-settings-autosave.php:2502
8674
  msgid "Frontend upload configuration settings"
8675
  msgstr ""
8676
 
8677
+ #: wppa-settings-autosave.php:2504
8678
  #, fuzzy
8679
  msgid "User upload Photos"
8680
  msgstr "Hochgeladen Fotos benötigen eine Moderation."
8681
 
8682
+ #: wppa-settings-autosave.php:2505
8683
  #, fuzzy
8684
  msgid "Enable frontend upload."
8685
  msgstr "<b>FEHLER: Ungültiger Versuch eine Datei hochzuladen</b>"
8686
 
8687
+ #: wppa-settings-autosave.php:2506
8688
  msgid ""
8689
  "If you check this item, frontend upload will be enabled according to the "
8690
  "rules set in the following items of this table."
8691
  msgstr ""
8692
 
8693
+ #: wppa-settings-autosave.php:2514
8694
  #, fuzzy
8695
  msgid "User upload Photos login"
8696
  msgstr "Hochgeladen Fotos benötigen eine Moderation."
8697
 
8698
+ #: wppa-settings-autosave.php:2515
8699
  msgid "Frontend upload requires the user is logged in."
8700
  msgstr ""
8701
 
8702
+ #: wppa-settings-autosave.php:2516
8703
  msgid ""
8704
  "If you uncheck this box, make sure you check the item Owners only in Table "
8705
  "VII-D1."
8706
  msgstr ""
8707
 
8708
+ #: wppa-settings-autosave.php:2517
8709
  msgid ""
8710
  "Also: set the owner to ---public--- of the albums that are allowed to be "
8711
  "uploaded to."
8712
  msgstr ""
8713
 
8714
+ #: wppa-settings-autosave.php:2524
8715
  #, fuzzy
8716
  msgid "User upload Ajax"
8717
  msgstr "Hochgeladen Fotos benötigen eine Moderation."
8718
 
8719
+ #: wppa-settings-autosave.php:2525
8720
  msgid "Shows the upload progression bar."
8721
  msgstr ""
8722
 
8723
+ #: wppa-settings-autosave.php:2533
8724
  msgid "Show Copyright"
8725
  msgstr ""
8726
 
8727
+ #: wppa-settings-autosave.php:2534
8728
  msgid "Show a copyright warning on frontend upload locations."
8729
  msgstr ""
8730
 
8731
+ #: wppa-settings-autosave.php:2543
8732
  msgid "Copyright notice"
8733
  msgstr ""
8734
 
8735
+ #: wppa-settings-autosave.php:2544
8736
  msgid "The message to be displayed."
8737
  msgstr ""
8738
 
8739
+ #: wppa-settings-autosave.php:2552
8740
  msgid "User Watermark"
8741
  msgstr ""
8742
 
8743
+ #: wppa-settings-autosave.php:2553
8744
  msgid "Uploading users may select watermark settings"
8745
  msgstr ""
8746
 
8747
+ #: wppa-settings-autosave.php:2554
8748
  msgid ""
8749
  "If checked, anyone who can upload and/or import photos can overrule the "
8750
  "default watermark settings."
8751
  msgstr ""
8752
 
8753
+ #: wppa-settings-autosave.php:2561
8754
  #, fuzzy
8755
  msgid "User name"
8756
  msgstr "Dein Name:"
8757
 
8758
+ #: wppa-settings-autosave.php:2562
8759
  msgid "Uploading users may overrule the default name."
8760
  msgstr ""
8761
 
8762
+ #: wppa-settings-autosave.php:2563
8763
  msgid ""
8764
  "If checked, the default photo name as defined in Table IX-D13 may be "
8765
  "overruled by the user."
8766
  msgstr ""
8767
 
8768
+ #: wppa-settings-autosave.php:2570
8769
  msgid "Apply Newphoto desc user"
8770
  msgstr ""
8771
 
8772
+ #: wppa-settings-autosave.php:2571
8773
  msgid "Give each new frontend uploaded photo a standard description."
8774
  msgstr ""
8775
 
8776
+ #: wppa-settings-autosave.php:2572
8777
  msgid ""
8778
  "If checked, each new photo will get the description (template) as specified "
8779
  "in Table IX-D5."
8780
  msgstr ""
8781
 
8782
+ #: wppa-settings-autosave.php:2579
8783
  msgid "User desc"
8784
  msgstr ""
8785
 
8786
+ #: wppa-settings-autosave.php:2580
8787
  msgid "Uploading users may overrule the default description."
8788
  msgstr ""
8789
 
8790
+ #: wppa-settings-autosave.php:2588
8791
  #, fuzzy
8792
  msgid "User upload custom"
8793
  msgstr "Hochgeladen Fotos benötigen eine Moderation."
8794
 
8795
+ #: wppa-settings-autosave.php:2589
8796
  msgid "Frontend upload can fill in custom data fields."
8797
  msgstr ""
8798
 
8799
+ #: wppa-settings-autosave.php:2597
8800
  #, fuzzy
8801
  msgid "User upload tags"
8802
  msgstr "Hochgeladen Fotos benötigen eine Moderation."
8803
 
8804
+ #: wppa-settings-autosave.php:2598
8805
  msgid "Frontend upload can add tags."
8806
  msgstr ""
8807
 
8808
+ #: wppa-settings-autosave.php:2599
8809
  msgid "You can configure the details of tag addition in Table IX-D18.x"
8810
  msgstr ""
8811
 
8812
+ #: wppa-settings-autosave.php:2607 wppa-settings-autosave.php:2635
8813
+ #: wppa-settings-autosave.php:2663
8814
  #, fuzzy
8815
  msgid "Tag selection box"
8816
  msgstr "--- gelöscht ---"
8817
 
8818
+ #: wppa-settings-autosave.php:2608 wppa-settings-autosave.php:2636
8819
+ #: wppa-settings-autosave.php:2664
8820
  msgid "Front-end upload tags selecion box."
8821
  msgstr ""
8822
 
8823
+ #: wppa-settings-autosave.php:2612 wppa-settings-autosave.php:2640
8824
+ #: wppa-settings-autosave.php:2668
8825
  msgid "On:"
8826
  msgstr ""
8827
 
8828
+ #: wppa-settings-autosave.php:2612 wppa-settings-autosave.php:2640
8829
+ #: wppa-settings-autosave.php:2668
8830
  #, fuzzy
8831
  msgid "Multi:"
8832
  msgstr "Multi Bewertung"
8833
 
8834
+ #: wppa-settings-autosave.php:2617 wppa-settings-autosave.php:2645
8835
+ #: wppa-settings-autosave.php:2673
8836
  msgid "Caption box"
8837
  msgstr ""
8838
 
8839
+ #: wppa-settings-autosave.php:2618 wppa-settings-autosave.php:2646
8840
+ #: wppa-settings-autosave.php:2674
8841
  msgid "The title of the tag selection box."
8842
  msgstr ""
8843
 
8844
+ #: wppa-settings-autosave.php:2626 wppa-settings-autosave.php:2654
8845
+ #: wppa-settings-autosave.php:2682
8846
  msgid "Tags box"
8847
  msgstr ""
8848
 
8849
+ #: wppa-settings-autosave.php:2627 wppa-settings-autosave.php:2655
8850
+ #: wppa-settings-autosave.php:2683
8851
  #, fuzzy
8852
  msgid "The tags in the selection box."
8853
  msgstr "--- gelöscht ---"
8854
 
8855
+ #: wppa-settings-autosave.php:2628 wppa-settings-autosave.php:2656
8856
+ #: wppa-settings-autosave.php:2684
8857
  msgid ""
8858
  "Enter the tags you want to appear in the selection box. Empty means: all "
8859
  "existing tags"
8860
  msgstr ""
8861
 
8862
+ #: wppa-settings-autosave.php:2691
8863
  msgid "New tags"
8864
  msgstr ""
8865
 
8866
+ #: wppa-settings-autosave.php:2692
8867
  msgid "Input field for any user defined tags."
8868
  msgstr ""
8869
 
8870
+ #: wppa-settings-autosave.php:2700
8871
  #, fuzzy
8872
  msgid "New tags caption"
8873
  msgstr ""
8874
  ". </i>Dieses Plugin wird dazu führen, das wppa+ nicht richtig funktioniert ."
8875
 
8876
+ #: wppa-settings-autosave.php:2701
8877
  msgid "The caption above the tags input field."
8878
  msgstr ""
8879
 
8880
+ #: wppa-settings-autosave.php:2709
8881
  #, fuzzy
8882
  msgid "Preview tags"
8883
  msgstr "Vorheriges Foto"
8884
 
8885
+ #: wppa-settings-autosave.php:2710
8886
  msgid "Show a preview of all tags that will be added to the photo info."
8887
  msgstr ""
8888
 
8889
+ #: wppa-settings-autosave.php:2719
8890
  msgid "Miscellaneous visibility settings"
8891
  msgstr ""
8892
 
8893
+ #: wppa-settings-autosave.php:2721
8894
  msgid "Frontend ending label"
8895
  msgstr ""
8896
 
8897
+ #: wppa-settings-autosave.php:2722
8898
  msgid "Frontend upload / create / edit dialog closing label text."
8899
  msgstr ""
8900
 
8901
+ #: wppa-settings-autosave.php:2725
8902
  msgid "Abort"
8903
  msgstr "Abbrechen"
8904
 
8905
+ #: wppa-settings-autosave.php:2725
8906
  msgid "Close"
8907
  msgstr "Schließen"
8908
 
8909
+ #: wppa-settings-autosave.php:2725
8910
  msgid "Exit"
8911
  msgstr "Beenden"
8912
 
8913
+ #: wppa-settings-autosave.php:2725
8914
  msgid "Quit"
8915
  msgstr "Verlassen"
8916
 
8917
+ #: wppa-settings-autosave.php:2733
8918
  msgid "Widget thumbs fontsize"
8919
  msgstr ""
8920
 
8921
+ #: wppa-settings-autosave.php:2734
8922
  msgid "Font size for thumbnail subtext in widgets."
8923
  msgstr ""
8924
 
8925
+ #: wppa-settings-autosave.php:2742
8926
  msgid "Arrow color"
8927
  msgstr ""
8928
 
8929
+ #: wppa-settings-autosave.php:2743
8930
  msgid "Left/right browsing arrow color."
8931
  msgstr ""
8932
 
8933
+ #: wppa-settings-autosave.php:2744
8934
  msgid "Enter the color of the filmstrip navigation arrows."
8935
  msgstr ""
8936
 
8937
+ #: wppa-settings-autosave.php:2751
8938
  msgid "Owner on new line"
8939
  msgstr ""
8940
 
8941
+ #: wppa-settings-autosave.php:2752
8942
  msgid "Place the (owner) text on a new line."
8943
  msgstr ""
8944
 
8945
+ #: wppa-settings-autosave.php:2760
8946
  msgid "Custom datafields"
8947
  msgstr ""
8948
 
8949
+ #: wppa-settings-autosave.php:2761
8950
  msgid "Define up to 10 custom data fields for photos."
8951
  msgstr ""
8952
 
8953
+ #: wppa-settings-autosave.php:2771
8954
  #, php-format
8955
  msgid "Name and visibility %s"
8956
  msgstr ""
8957
 
8958
+ #: wppa-settings-autosave.php:2772
8959
  #, php-format
8960
  msgid "The caption for field %s and visibility at frontend."
8961
  msgstr ""
8962
 
8963
+ #: wppa-settings-autosave.php:2773
8964
  #, php-format
8965
  msgid ""
8966
  "If you check the box, the value of this field is displayable in photo "
8967
  "descriptions at the frontend with keyword w#c%s"
8968
  msgstr ""
8969
 
8970
+ #: wppa-settings-autosave.php:2803
8971
  msgid "Table III:"
8972
  msgstr ""
8973
 
8974
+ #: wppa-settings-autosave.php:2803
8975
  msgid "Backgrounds:"
8976
  msgstr ""
8977
 
8978
+ #: wppa-settings-autosave.php:2804
8979
  msgid "This table describes the backgrounds of wppa+ elements."
8980
  msgstr ""
8981
 
8982
+ #: wppa-settings-autosave.php:2814 wppa-settings-autosave.php:3112
8983
  msgid "Background color"
8984
  msgstr ""
8985
 
8986
+ #: wppa-settings-autosave.php:2815 wppa-settings-autosave.php:2817
8987
+ #: wppa-settings-autosave.php:3113 wppa-settings-autosave.php:3115
8988
  msgid "Sample"
8989
  msgstr ""
8990
 
8991
+ #: wppa-settings-autosave.php:2816 wppa-settings-autosave.php:3114
8992
  msgid "Border color"
8993
  msgstr ""
8994
 
8995
+ #: wppa-settings-autosave.php:2825
8996
  msgid "Slideshow elements backgrounds"
8997
  msgstr ""
8998
 
8999
+ #: wppa-settings-autosave.php:2827
9000
  msgid "Nav"
9001
  msgstr ""
9002
 
9003
+ #: wppa-settings-autosave.php:2828
9004
  msgid "Navigation bars."
9005
  msgstr ""
9006
 
9007
+ #: wppa-settings-autosave.php:2829
9008
  msgid "Enter valid CSS colors for navigation backgrounds and borders."
9009
  msgstr ""
9010
 
9011
+ #: wppa-settings-autosave.php:2840
9012
  msgid "SlideImg"
9013
  msgstr ""
9014
 
9015
+ #: wppa-settings-autosave.php:2841
9016
  #, fuzzy
9017
  msgid "Fullsize Slideshow Photos."
9018
  msgstr "Super View Fotos"
9019
 
9020
+ #: wppa-settings-autosave.php:2842
9021
  msgid "Enter valid CSS colors for fullsize photo backgrounds and borders."
9022
  msgstr ""
9023
 
9024
+ #: wppa-settings-autosave.php:2843
9025
  msgid "The colors may be equal or \"transparent\""
9026
  msgstr ""
9027
 
9028
+ #: wppa-settings-autosave.php:2844
9029
  msgid ""
9030
  "For more information about slideshow image borders see the help on Table I-B4"
9031
  msgstr ""
9032
 
9033
+ #: wppa-settings-autosave.php:2855 wppa-settings-autosave.php:4417
9034
  msgid "Numbar"
9035
  msgstr ""
9036
 
9037
+ #: wppa-settings-autosave.php:2856
9038
  msgid "Number bar box background."
9039
  msgstr ""
9040
 
9041
+ #: wppa-settings-autosave.php:2857
9042
  msgid "Enter valid CSS colors for numbar box backgrounds and borders."
9043
  msgstr ""
9044
 
9045
+ #: wppa-settings-autosave.php:2868
9046
  msgid "Numbar active"
9047
  msgstr ""
9048
 
9049
+ #: wppa-settings-autosave.php:2869
9050
  msgid "Number bar active box background."
9051
  msgstr ""
9052
 
9053
+ #: wppa-settings-autosave.php:2870
9054
  msgid "Enter valid CSS colors for numbar active box backgrounds and borders."
9055
  msgstr ""
9056
 
9057
+ #: wppa-settings-autosave.php:2881
9058
  msgid "Name/desc"
9059
  msgstr ""
9060
 
9061
+ #: wppa-settings-autosave.php:2882
9062
  msgid "Name and Description bars."
9063
  msgstr ""
9064
 
9065
+ #: wppa-settings-autosave.php:2883
9066
  msgid ""
9067
  "Enter valid CSS colors for name and description box backgrounds and borders."
9068
  msgstr ""
9069
 
9070
+ #: wppa-settings-autosave.php:2895
9071
  msgid "Comment input and display areas."
9072
  msgstr ""
9073
 
9074
+ #: wppa-settings-autosave.php:2896
9075
  msgid "Enter valid CSS colors for comment box backgrounds and borders."
9076
  msgstr ""
9077
 
9078
+ #: wppa-settings-autosave.php:2907 wppa-settings-autosave.php:7540
9079
+ #: wppa-settings-autosave.php:7585
9080
  msgid "Custom"
9081
  msgstr ""
9082
 
9083
+ #: wppa-settings-autosave.php:2908
9084
  msgid "Custom box background."
9085
  msgstr ""
9086
 
9087
+ #: wppa-settings-autosave.php:2909
9088
  msgid "Enter valid CSS colors for custom box backgrounds and borders."
9089
  msgstr ""
9090
 
9091
+ #: wppa-settings-autosave.php:2920
9092
  msgid "IPTC"
9093
  msgstr ""
9094
 
9095
+ #: wppa-settings-autosave.php:2921
9096
  msgid "IPTC display box background."
9097
  msgstr ""
9098
 
9099
+ #: wppa-settings-autosave.php:2922
9100
  msgid "Enter valid CSS colors for iptc box backgrounds and borders."
9101
  msgstr ""
9102
 
9103
+ #: wppa-settings-autosave.php:2933
9104
  msgid "EXIF"
9105
  msgstr ""
9106
 
9107
+ #: wppa-settings-autosave.php:2934
9108
  msgid "EXIF display box background."
9109
  msgstr ""
9110
 
9111
+ #: wppa-settings-autosave.php:2935
9112
  msgid "Enter valid CSS colors for exif box backgrounds and borders."
9113
  msgstr ""
9114
 
9115
+ #: wppa-settings-autosave.php:2946
9116
  msgid "Share"
9117
  msgstr ""
9118
 
9119
+ #: wppa-settings-autosave.php:2947
9120
  msgid "Share box display background."
9121
  msgstr ""
9122
 
9123
+ #: wppa-settings-autosave.php:2948
9124
  msgid "Enter valid CSS colors for share box backgrounds and borders."
9125
  msgstr ""
9126
 
9127
+ #: wppa-settings-autosave.php:2959
9128
  msgid "Other backgrounds"
9129
  msgstr ""
9130
 
9131
+ #: wppa-settings-autosave.php:2961
9132
  msgid "Even"
9133
  msgstr ""
9134
 
9135
+ #: wppa-settings-autosave.php:2962
9136
  msgid "Even background."
9137
  msgstr ""
9138
 
9139
+ #: wppa-settings-autosave.php:2963
9140
  msgid ""
9141
  "Enter valid CSS colors for even numbered backgrounds and borders of album "
9142
  "covers and thumbnail displays 'As covers'."
9143
  msgstr ""
9144
 
9145
+ #: wppa-settings-autosave.php:2974
9146
  msgid "Odd"
9147
  msgstr ""
9148
 
9149
+ #: wppa-settings-autosave.php:2975
9150
  msgid "Odd background."
9151
  msgstr ""
9152
 
9153
+ #: wppa-settings-autosave.php:2976
9154
  msgid ""
9155
  "Enter valid CSS colors for odd numbered backgrounds and borders of album "
9156
  "covers and thumbnail displays 'As covers'."
9157
  msgstr ""
9158
 
9159
+ #: wppa-settings-autosave.php:2987
9160
  #, fuzzy
9161
  msgid "Thumbnail padding"
9162
  msgstr "Anzeigen..."
9163
 
9164
+ #: wppa-settings-autosave.php:2988
9165
  msgid "Thumbnail padding color if thumbnail aspect is a padded setting."
9166
  msgstr ""
9167
 
9168
+ #: wppa-settings-autosave.php:2989
9169
  msgid ""
9170
  "Enter valid CSS color hexadecimal like #000000 for black or #ffffff for "
9171
  "white for the padded thumbnails."
9172
  msgstr ""
9173
 
9174
+ #: wppa-settings-autosave.php:3000
9175
  msgid "Img"
9176
  msgstr ""
9177
 
9178
+ #: wppa-settings-autosave.php:3001
9179
  msgid "Cover Photos and popups."
9180
  msgstr ""
9181
 
9182
+ #: wppa-settings-autosave.php:3002
9183
  msgid ""
9184
  "Enter valid CSS colors for Cover photo and popup backgrounds and borders."
9185
  msgstr ""
9186
 
9187
+ #: wppa-settings-autosave.php:3014
9188
  msgid "Upload box background."
9189
  msgstr ""
9190
 
9191
+ #: wppa-settings-autosave.php:3015
9192
  msgid "Enter valid CSS colors for upload box backgrounds and borders."
9193
  msgstr ""
9194
 
9195
+ #: wppa-settings-autosave.php:3026
9196
  #, fuzzy
9197
  msgid "Multitag"
9198
  msgstr "Multi Bewertung"
9199
 
9200
+ #: wppa-settings-autosave.php:3027
9201
  msgid "Multitag box background."
9202
  msgstr ""
9203
 
9204
+ #: wppa-settings-autosave.php:3028
9205
  msgid "Enter valid CSS colors for multitag box backgrounds and borders."
9206
  msgstr ""
9207
 
9208
+ #: wppa-settings-autosave.php:3039
9209
  msgid "Tagcloud"
9210
  msgstr ""
9211
 
9212
+ #: wppa-settings-autosave.php:3040
9213
  msgid "Tagcloud box background."
9214
  msgstr ""
9215
 
9216
+ #: wppa-settings-autosave.php:3041
9217
  msgid "Enter valid CSS colors for tagcloud box backgrounds and borders."
9218
  msgstr ""
9219
 
9220
+ #: wppa-settings-autosave.php:3052
9221
  #, fuzzy
9222
  msgid "Superview"
9223
  msgstr "Super View Fotos"
9224
 
9225
+ #: wppa-settings-autosave.php:3053
9226
  msgid "Superview box background."
9227
  msgstr ""
9228
 
9229
+ #: wppa-settings-autosave.php:3054
9230
  msgid "Enter valid CSS colors for superview box backgrounds and borders."
9231
  msgstr ""
9232
 
9233
+ #: wppa-settings-autosave.php:3066
9234
  msgid "Search box background."
9235
  msgstr ""
9236
 
9237
+ #: wppa-settings-autosave.php:3067
9238
  msgid "Enter valid CSS colors for search box backgrounds and borders."
9239
  msgstr ""
9240
 
9241
+ #: wppa-settings-autosave.php:3078
9242
  #, fuzzy
9243
  msgid "BestOf"
9244
  msgstr "Fotos"
9245
 
9246
+ #: wppa-settings-autosave.php:3079
9247
  msgid "BestOf box background."
9248
  msgstr ""
9249
 
9250
+ #: wppa-settings-autosave.php:3080
9251
  msgid "Enter valid CSS colors for bestof box backgrounds and borders."
9252
  msgstr ""
9253
 
9254
+ #: wppa-settings-autosave.php:3091
9255
  msgid "Calendar"
9256
  msgstr ""
9257
 
9258
+ #: wppa-settings-autosave.php:3092
9259
  msgid "Calendar box background."
9260
  msgstr ""
9261
 
9262
+ #: wppa-settings-autosave.php:3093
9263
  msgid "Enter valid CSS colors for calendar box backgrounds and borders."
9264
  msgstr ""
9265
 
9266
+ #: wppa-settings-autosave.php:3125
9267
  msgid "Table IV:"
9268
  msgstr ""
9269
 
9270
+ #: wppa-settings-autosave.php:3125
9271
  msgid "Behaviour:"
9272
  msgstr ""
9273
 
9274
+ #: wppa-settings-autosave.php:3126
9275
  msgid "This table describes the dynamic behaviour of certain wppa+ elements."
9276
  msgstr ""
9277
 
9278
+ #: wppa-settings-autosave.php:3144
9279
  msgid "System related settings"
9280
  msgstr ""
9281
 
9282
+ #: wppa-settings-autosave.php:3146
9283
  msgid "Use Ajax"
9284
  msgstr ""
9285
 
9286
+ #: wppa-settings-autosave.php:3147
9287
  msgid "Use Ajax as much as is possible and implemented."
9288
  msgstr ""
9289
 
9290
+ #: wppa-settings-autosave.php:3148
9291
  msgid ""
9292
  "If this box is ticked, page content updates from within wppa+ displays will "
9293
  "be Ajax based as much as possible."
9294
  msgstr ""
9295
 
9296
+ #: wppa-settings-autosave.php:3156
9297
  msgid "Ajax NON Admin"
9298
  msgstr ""
9299
 
9300
+ #: wppa-settings-autosave.php:3157
9301
  msgid "Frontend ajax use no admin files."
9302
  msgstr ""
9303
 
9304
+ #: wppa-settings-autosave.php:3158
9305
  msgid "If you want to password protect wp-admin, check this box."
9306
  msgstr ""
9307
 
9308
+ #: wppa-settings-autosave.php:3159
9309
  msgid ""
9310
  "In rare cases changing page content does not work when this box is checked. "
9311
  "Verify the functionality!"
9312
  msgstr ""
9313
 
9314
+ #: wppa-settings-autosave.php:3166
9315
  #, fuzzy
9316
  msgid "Photo names in urls"
9317
  msgstr "Suchergebnisse für: %s"
9318
 
9319
+ #: wppa-settings-autosave.php:3167
9320
  msgid "Display photo names in urls."
9321
  msgstr ""
9322
 
9323
+ #: wppa-settings-autosave.php:3168
9324
  msgid "Urls to wppa+ displays will contain photonames in stead of numbers."
9325
  msgstr ""
9326
 
9327
+ #: wppa-settings-autosave.php:3169
9328
  msgid ""
9329
  "It is your responsability to avoid duplicate names of photos in the same "
9330
  "album."
9331
  msgstr ""
9332
 
9333
+ #: wppa-settings-autosave.php:3176
9334
  #, fuzzy
9335
  msgid "Album names in urls"
9336
  msgstr "Album Admin"
9337
 
9338
+ #: wppa-settings-autosave.php:3177
9339
  msgid "Display album names in urls."
9340
  msgstr ""
9341
 
9342
+ #: wppa-settings-autosave.php:3178
9343
  msgid "Urls to wppa+ displays will contain albumnames in stead of numbers."
9344
  msgstr ""
9345
 
9346
+ #: wppa-settings-autosave.php:3179
9347
  msgid ""
9348
  "It is your responsability to avoid duplicate names of albums in the system."
9349
  msgstr ""
9350
 
9351
+ #: wppa-settings-autosave.php:3186
9352
  msgid "Use short query args"
9353
  msgstr ""
9354
 
9355
+ #: wppa-settings-autosave.php:3187
9356
  msgid "Use &album=... &photo=..."
9357
  msgstr ""
9358
 
9359
+ #: wppa-settings-autosave.php:3188
9360
  msgid ""
9361
  "Urls to wppa+ displays will contain &album=... &photo=... in stead of &wppa-"
9362
  "album=... &wppa-photo=..."
9363
  msgstr ""
9364
 
9365
+ #: wppa-settings-autosave.php:3189
9366
  msgid ""
9367
  "Use this setting only when there are no conflicts with other plugins that "
9368
  "may interprete arguments like &album= etc."
9369
  msgstr ""
9370
 
9371
+ #: wppa-settings-autosave.php:3196
9372
  msgid "Enable pretty links"
9373
  msgstr ""
9374
 
9375
+ #: wppa-settings-autosave.php:3197
9376
  msgid "Enable the generation and understanding of pretty links."
9377
  msgstr ""
9378
 
9379
+ #: wppa-settings-autosave.php:3198
9380
  msgid ""
9381
  "If checked, links to social media and the qr code will have \"/token1/token2/"
9382
  "\" etc in stead of \"&arg1=..&arg2=..\" etc."
9383
  msgstr ""
9384
 
9385
+ #: wppa-settings-autosave.php:3199
9386
  msgid ""
9387
  "These types of links will be interpreted and cause a redirection on entering."
9388
  msgstr ""
9389
 
9390
+ #: wppa-settings-autosave.php:3200
9391
  msgid ""
9392
  "It is recommended to check this box. It shortens links dramatically and "
9393
  "simplifies qr codes."
9394
  msgstr ""
9395
 
9396
+ #: wppa-settings-autosave.php:3201
9397
  msgid ""
9398
  "However, you may encounter conflicts with themes and/or other plugins, so "
9399
  "test it troughly!"
9400
  msgstr ""
9401
 
9402
+ #: wppa-settings-autosave.php:3202
9403
  msgid ""
9404
  "Table IV-A2 (Photo names in urls) must be UNchecked for this setting to work!"
9405
  msgstr ""
9406
 
9407
+ #: wppa-settings-autosave.php:3209
9408
  #, fuzzy
9409
  msgid "Update addressline"
9410
  msgstr "Erneuere die Plugin Beschreibung"
9411
 
9412
+ #: wppa-settings-autosave.php:3210
9413
  msgid "Update the addressline after an ajax action or next slide."
9414
  msgstr ""
9415
 
9416
+ #: wppa-settings-autosave.php:3211
9417
  msgid ""
9418
  "If checked, refreshing the page will show the current content and the "
9419
  "browsers back and forth arrows will browse the history on the page."
9420
  msgstr ""
9421
 
9422
+ #: wppa-settings-autosave.php:3212
9423
  msgid ""
9424
  "If unchecked, refreshing the page will re-display the content of the "
9425
  "original page."
9426
  msgstr ""
9427
 
9428
+ #: wppa-settings-autosave.php:3213
9429
  msgid ""
9430
  "This will only work on browsers that support history.pushState() and "
9431
  "therefor NOT in IE"
9432
  msgstr ""
9433
 
9434
+ #: wppa-settings-autosave.php:3214
9435
  msgid "Switching this off will affect the browsers behaviour."
9436
  msgstr ""
9437
 
9438
+ #: wppa-settings-autosave.php:3221
9439
  msgid "Render shortcode always"
9440
  msgstr ""
9441
 
9442
+ #: wppa-settings-autosave.php:3222
9443
  msgid "This will skip the check on proper initialisation."
9444
  msgstr ""
9445
 
9446
+ #: wppa-settings-autosave.php:3223
9447
  msgid ""
9448
  "This setting is required for certain themes like Gantry to prevent the "
9449
  "display of wppa placeholders like [WPPA+ Photo display]."
9450
  msgstr ""
9451
 
9452
+ #: wppa-settings-autosave.php:3224
9453
  #, php-format
9454
  msgid ""
9455
  "If this check is needed, you can use shortcodes like [wppa ...] only, not "
9456
  "scripts like %%wppa%%."
9457
  msgstr ""
9458
 
9459
+ #: wppa-settings-autosave.php:3231
9460
  msgid "Track viewcounts"
9461
  msgstr ""
9462
 
9463
+ #: wppa-settings-autosave.php:3232
9464
  msgid "Register number of views of albums and photos."
9465
  msgstr ""
9466
 
9467
+ #: wppa-settings-autosave.php:3240
9468
  #, fuzzy
9469
  msgid "Auto page"
9470
  msgstr "Automatisch Gespeichert"
9471
 
9472
+ #: wppa-settings-autosave.php:3241
9473
  msgid "Create a wp page for every fullsize image."
9474
  msgstr ""
9475
 
9476
+ #: wppa-settings-autosave.php:3245
9477
  msgid "Please reload this page after changing!"
9478
  msgstr ""
9479
 
9480
+ #: wppa-settings-autosave.php:3251
9481
  msgid "Auto page display"
9482
  msgstr ""
9483
 
9484
+ #: wppa-settings-autosave.php:3252
9485
  msgid "The type of display on the autopage pages."
9486
  msgstr ""
9487
 
9488
+ #: wppa-settings-autosave.php:3255
9489
  #, fuzzy
9490
  msgid "Single photo"
9491
  msgstr "Verwalte Fotos"
9492
 
9493
+ #: wppa-settings-autosave.php:3255
9494
  #, fuzzy
9495
  msgid "Media type photo"
9496
  msgstr "Foto bearbeiten"
9497
 
9498
+ #: wppa-settings-autosave.php:3255
9499
  msgid "In the style of a slideshow"
9500
  msgstr ""
9501
 
9502
+ #: wppa-settings-autosave.php:3262
9503
  msgid "Auto page links"
9504
  msgstr ""
9505
 
9506
+ #: wppa-settings-autosave.php:3263
9507
  msgid "The location for the pagelinks."
9508
  msgstr ""
9509
 
9510
+ #: wppa-settings-autosave.php:3266
9511
  msgid "At top and bottom"
9512
  msgstr ""
9513
 
9514
+ #: wppa-settings-autosave.php:3273
9515
  msgid "Defer javascript"
9516
  msgstr ""
9517
 
9518
+ #: wppa-settings-autosave.php:3274
9519
  msgid "Put javascript near the end of the page."
9520
  msgstr ""
9521
 
9522
+ #: wppa-settings-autosave.php:3275
9523
  msgid ""
9524
  "If checkd: May fix layout problems and broken slideshows. May speed up or "
9525
  "slow down page appearing."
9526
  msgstr ""
9527
 
9528
+ #: wppa-settings-autosave.php:3282
9529
  msgid "Inline styles"
9530
  msgstr ""
9531
 
9532
+ #: wppa-settings-autosave.php:3283
9533
  msgid "Set style specifications inline."
9534
  msgstr ""
9535
 
9536
+ #: wppa-settings-autosave.php:3284
9537
  msgid "If checked: May fix layout problems, but slows down page appearing."
9538
  msgstr ""
9539
 
9540
+ #: wppa-settings-autosave.php:3291
9541
  msgid "Custom style"
9542
  msgstr ""
9543
 
9544
+ #: wppa-settings-autosave.php:3292
9545
  msgid "Enter custom style specs here."
9546
  msgstr ""
9547
 
9548
+ #: wppa-settings-autosave.php:3300
9549
  msgid "Use customized style file"
9550
  msgstr ""
9551
 
9552
+ #: wppa-settings-autosave.php:3301 wppa-settings-autosave.php:3310
9553
  msgid "This feature is highly discouraged."
9554
  msgstr ""
9555
 
9556
+ #: wppa-settings-autosave.php:3309
9557
  msgid "Use customized theme file"
9558
  msgstr ""
9559
 
9560
+ #: wppa-settings-autosave.php:3318
9561
  msgid "Enable photo html access"
9562
  msgstr ""
9563
 
9564
+ #: wppa-settings-autosave.php:3319
9565
  msgid "Creates an .htaccess file in .../uploads/wppa/"
9566
  msgstr ""
9567
 
9568
+ #: wppa-settings-autosave.php:3320
9569
  msgid ""
9570
  "If checked: assures http access to your wppa photo files, despite other ."
9571
  "htaccess settings that may protect these files."
9572
  msgstr ""
9573
 
9574
+ #: wppa-settings-autosave.php:3327
9575
  msgid "Lazy or HTML comp"
9576
  msgstr ""
9577
 
9578
+ #: wppa-settings-autosave.php:3328
9579
  msgid "Tick this box when you use lazy load or html compression."
9580
  msgstr ""
9581
 
9582
+ #: wppa-settings-autosave.php:3329
9583
  msgid ""
9584
  "If the filmstrip images do not show up and you have a lazy load or html "
9585
  "optimizing plugin active: Check this box"
9586
  msgstr ""
9587
 
9588
+ #: wppa-settings-autosave.php:3336
9589
  #, fuzzy
9590
  msgid "Thumbs first"
9591
  msgstr "Miniaturbild Widget "
9592
 
9593
+ #: wppa-settings-autosave.php:3337
9594
  msgid "When displaying album content: thumbnails before subalbums."
9595
  msgstr ""
9596
 
9597
+ #: wppa-settings-autosave.php:3345
9598
  msgid "Login links"
9599
  msgstr ""
9600
 
9601
+ #: wppa-settings-autosave.php:3346
9602
  #, fuzzy
9603
  msgid "You must login to... links to login page."
9604
  msgstr ""
9605
  "Du musst <a href=\"%s\">angemeldet</a> sein, um einen Kommentar zu "
9606
  "hinterlassen."
9607
 
9608
+ #: wppa-settings-autosave.php:3354
9609
  msgid "Enable Video"
9610
  msgstr ""
9611
 
9612
+ #: wppa-settings-autosave.php:3355
9613
  msgid "Enables video support."
9614
  msgstr ""
9615
 
9616
+ #: wppa-settings-autosave.php:3364
9617
  msgid "Enable Audio"
9618
  msgstr ""
9619
 
9620
+ #: wppa-settings-autosave.php:3365
9621
  msgid "Enables audio support."
9622
  msgstr ""
9623
 
9624
+ #: wppa-settings-autosave.php:3373
9625
  msgid "Relative urls"
9626
  msgstr ""
9627
 
9628
+ #: wppa-settings-autosave.php:3374
9629
  msgid "Use relative urls only."
9630
  msgstr ""
9631
 
9632
+ #: wppa-settings-autosave.php:3383
9633
  msgid "Slideshow related settings"
9634
  msgstr ""
9635
 
9636
+ #: wppa-settings-autosave.php:3385
9637
  msgid "V align"
9638
  msgstr ""
9639
 
9640
+ #: wppa-settings-autosave.php:3386
9641
  msgid "Vertical alignment of slideshow images."
9642
  msgstr ""
9643
 
9644
+ #: wppa-settings-autosave.php:3387
9645
  msgid "Specify the vertical alignment of slideshow images."
9646
  msgstr ""
9647
 
9648
+ #: wppa-settings-autosave.php:3388
9649
  msgid ""
9650
  "If you select --- none ---, the photos will not be centered horizontally "
9651
  "either."
9652
  msgstr ""
9653
 
9654
+ #: wppa-settings-autosave.php:3390 wppa-settings-autosave.php:3655
9655
  #: wppa-slideshow-widget.php:216
9656
  #, fuzzy
9657
  msgid "top"
9658
  msgstr "Beenden"
9659
 
9660
+ #: wppa-settings-autosave.php:3390 wppa-settings-autosave.php:3404
9661
+ #: wppa-settings-autosave.php:3655 wppa-slideshow-widget.php:217
9662
  #: wppa-tinymce-scripts.php:290 wppa-tinymce-shortcodes.php:519
9663
  #: wppa-widget-admin.php:78
9664
  msgid "center"
9665
  msgstr ""
9666
 
9667
+ #: wppa-settings-autosave.php:3390 wppa-settings-autosave.php:3655
9668
  #: wppa-slideshow-widget.php:218
9669
  msgid "bottom"
9670
  msgstr ""
9671
 
9672
+ #: wppa-settings-autosave.php:3390 wppa-slideshow-widget.php:219
9673
  msgid "fit"
9674
  msgstr ""
9675
 
9676
+ #: wppa-settings-autosave.php:3398
9677
  msgid "H align"
9678
  msgstr ""
9679
 
9680
+ #: wppa-settings-autosave.php:3399
9681
  msgid "Horizontal alignment of slideshow images."
9682
  msgstr ""
9683
 
9684
+ #: wppa-settings-autosave.php:3400
9685
  msgid ""
9686
  "Specify the horizontal alignment of slideshow images. If you specify --- "
9687
  "none --- , no horizontal alignment will take place."
9688
  msgstr ""
9689
 
9690
+ #: wppa-settings-autosave.php:3401
9691
  msgid ""
9692
  "This setting is only usefull when the Column Width differs from the Maximum "
9693
  "Width."
9694
  msgstr ""
9695
 
9696
+ #: wppa-settings-autosave.php:3402
9697
  msgid "(Settings I-A1 and I-B1)"
9698
  msgstr ""
9699
 
9700
+ #: wppa-settings-autosave.php:3412
9701
  #, fuzzy
9702
  msgid "Start slideshow running."
9703
  msgstr "Doppelklick zum Starten/Stoppen der Slideshow"
9704
 
9705
+ #: wppa-settings-autosave.php:3413
9706
  msgid ""
9707
  "If you select \"running\", the slideshow will start running immediately, if "
9708
  "you select \"still at first photo\", the first photo will be displayed in "
9709
  "browse mode."
9710
  msgstr ""
9711
 
9712
+ #: wppa-settings-autosave.php:3414
9713
  msgid ""
9714
  "If you select \"still at first norated\", the first photo that the visitor "
9715
  "did not gave a rating will be displayed in browse mode."
9716
  msgstr ""
9717
 
9718
+ #: wppa-settings-autosave.php:3416
9719
  msgid "running"
9720
  msgstr ""
9721
 
9722
+ #: wppa-settings-autosave.php:3417
9723
  msgid "still at first photo"
9724
  msgstr ""
9725
 
9726
+ #: wppa-settings-autosave.php:3418
9727
  msgid "still at first norated"
9728
  msgstr ""
9729
 
9730
+ #: wppa-settings-autosave.php:3429
9731
  msgid "Start slideonly"
9732
  msgstr ""
9733
 
9734
+ #: wppa-settings-autosave.php:3430
9735
  #, fuzzy
9736
  msgid "Start slideonly slideshow running."
9737
  msgstr "Doppelklick zum Starten/Stoppen der Slideshow"
9738
 
9739
+ #: wppa-settings-autosave.php:3438 wppa-settings-autosave.php:4253
9740
  msgid "Video autostart"
9741
  msgstr ""
9742
 
9743
+ #: wppa-settings-autosave.php:3439
9744
  msgid "Autoplay videos in slideshows."
9745
  msgstr ""
9746
 
9747
+ #: wppa-settings-autosave.php:3448 wppa-settings-autosave.php:4262
9748
  msgid "Audio autostart"
9749
  msgstr ""
9750
 
9751
+ #: wppa-settings-autosave.php:3449
9752
  msgid "Autoplay audios in slideshows."
9753
  msgstr ""
9754
 
9755
+ #: wppa-settings-autosave.php:3457
9756
  msgid "Animation type"
9757
  msgstr ""
9758
 
9759
+ #: wppa-settings-autosave.php:3458
9760
  msgid "The way successive slides appear."
9761
  msgstr ""
9762
 
9763
+ #: wppa-settings-autosave.php:3459
9764
  msgid ""
9765
  "Select the way the old slide is to be replaced by the new one in the "
9766
  "slideshow/browse fullsize display."
9767
  msgstr ""
9768
 
9769
+ #: wppa-settings-autosave.php:3461
9770
  msgid "Fade out and in simultaneous"
9771
  msgstr ""
9772
 
9773
+ #: wppa-settings-autosave.php:3462
9774
  msgid "Fade in after fade out"
9775
  msgstr ""
9776
 
9777
+ #: wppa-settings-autosave.php:3463
9778
  msgid "Shift adjacent"
9779
  msgstr ""
9780
 
9781
+ #: wppa-settings-autosave.php:3464
9782
  msgid "Stack on"
9783
  msgstr ""
9784
 
9785
+ #: wppa-settings-autosave.php:3465
9786
  msgid "Stack off"
9787
  msgstr ""
9788
 
9789
+ #: wppa-settings-autosave.php:3466
9790
  msgid "Turn over"
9791
  msgstr ""
9792
 
9793
+ #: wppa-settings-autosave.php:3480
9794
  msgid "Timeout"
9795
  msgstr ""
9796
 
9797
+ #: wppa-settings-autosave.php:3481
9798
  #, fuzzy
9799
  msgid "Slideshow timeout."
9800
  msgstr "Diaschau"
9801
 
9802
+ #: wppa-settings-autosave.php:3482
9803
  msgid ""
9804
  "Select the time a single slide will be visible when the slideshow is started."
9805
  msgstr ""
9806
 
9807
+ #: wppa-settings-autosave.php:3484
9808
  msgid "very short (1 s.)"
9809
  msgstr ""
9810
 
9811
+ #: wppa-settings-autosave.php:3484
9812
  msgid "short (1.5 s.)"
9813
  msgstr ""
9814
 
9815
+ #: wppa-settings-autosave.php:3484
9816
  msgid "normal (2.5 s.)"
9817
  msgstr ""
9818
 
9819
+ #: wppa-settings-autosave.php:3484
9820
  msgid "long (4 s.)"
9821
  msgstr ""
9822
 
9823
+ #: wppa-settings-autosave.php:3484
9824
  msgid "very long (6 s.)"
9825
  msgstr ""
9826
 
9827
+ #: wppa-settings-autosave.php:3491
9828
  msgid "Speed"
9829
  msgstr ""
9830
 
9831
+ #: wppa-settings-autosave.php:3492
9832
  msgid "Slideshow animation speed."
9833
  msgstr ""
9834