WP Photo Album Plus - Version 6.4.17

Version Description

Download this release

Release Info

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

Code changes from version 6.4.16 to 6.4.17

js/wppa-admin-scripts.js CHANGED
@@ -162,9 +162,9 @@ function wppaInitSettings() {
162
  wppaCheckAutoPage();
163
  wppaCheckGps();
164
  wppaCheckFontPreview();
165
- wppaCheckCheck( 'wppa_enable_video', 'wppa-video' );
166
- wppaCheckCheck( 'wppa_custom_fields', 'custfields' );
167
- wppaCheckCheck( 'wppa_new_mod_label_is_text', 'nmtxt' );
168
  wppaCheckSmWidgetLink();
169
 
170
  var tab = new Array('O','I','II','III','IV','V','VI','VII','VIII','IX','X','XI','XII');
@@ -321,12 +321,12 @@ function wppaCheckCheck( slug, clas ) {
321
  // This is not possible because the controls can not be reached.
322
  function wppaCheckSlideVideoControls() {
323
 
324
- var link = document.getElementById( 'wppa_slideshow_linktype' ).value;
325
  if ( link == 'none' ) {
326
  return;
327
  }
328
 
329
- // var on = document.getElementById( 'wppa_start_slide_video' ).checked;
330
  // if ( ! on ) {
331
  // return;
332
  // }
@@ -339,7 +339,7 @@ function wppaCheckSlideVideoControls() {
339
  }
340
 
341
  function wppaCheckFotomoto() {
342
- var on = document.getElementById("wppa_fotomoto_on").checked;
343
  if ( on ) {
344
  jQuery(".wppa_fotomoto").css('display', '');
345
  }
@@ -349,8 +349,8 @@ function wppaCheckFotomoto() {
349
  }
350
 
351
  function wppaCheckFontPreview() {
352
- var font = document.getElementById('wppa_textual_watermark_font').value;
353
- var type = document.getElementById('wppa_textual_watermark_type').value;
354
  var fsrc = wppaFontDirectory+'wmf'+font+'-'+type+'.png';
355
  var tsrc = wppaFontDirectory+'wmf'+type+'-'+font+'.png';
356
  jQuery('#wm-font-preview').attr('src', fsrc);
@@ -402,9 +402,9 @@ function wppaCheckWidgetMethod() {
402
  /* also no hor align if vertical align is ---default-- */
403
  /* Also show/hide initial colwidth for resp themem ( Table I-A1.1 ) */
404
  function wppaCheckFullHalign() {
405
- var fs = document.getElementById('wppa_fullsize').value;
406
- var cs = document.getElementById('wppa_colwidth').value;
407
- var va = document.getElementById('wppa_fullvalign').value;
408
  if ((fs != cs) && (va != 'default')) {
409
  jQuery('.wppa_ha').css('display', '');
410
  }
@@ -421,14 +421,14 @@ function wppaCheckFullHalign() {
421
 
422
  /* Check for CDN type */
423
  function wppaCheckCDN() {
424
- var cdn = document.getElementById('wppa_cdn_service').value;
425
  if ( cdn == 'cloudinary' || cdn == 'cloudinarymaintenance' ) jQuery('.cloudinary').css('display', '');
426
  else jQuery('.cloudinary').css('display', 'none');
427
  }
428
 
429
  /* Check GPX Implementation */
430
  function wppaCheckGps() {
431
- var gpx = document.getElementById('wppa_gpx_implementation').value;
432
  if ( gpx == 'wppa-plus-embedded' ) {
433
  jQuery('.wppa_gpx_native').css('display', '');
434
  jQuery('.wppa_gpx_plugin').css('display', 'none');
@@ -441,7 +441,7 @@ function wppaCheckGps() {
441
 
442
  /* Enables or disables popup thumbnail settings according to availability */
443
  function wppaCheckThumbType() {
444
- var ttype = document.getElementById('wppa_thumbtype').value;
445
  if (ttype == 'default') {
446
  jQuery('.tt_normal').css('display', '');
447
  jQuery('.tt_ascovers').css('display', 'none');
@@ -462,14 +462,14 @@ function wppaCheckThumbType() {
462
  }
463
 
464
  function wppaCheckAutoPage() {
465
- var auto = document.getElementById('wppa_auto_page').checked;
466
  if ( auto ) jQuery('.autopage').css('display', '');
467
  else jQuery('.autopage').css('display', 'none');
468
  }
469
 
470
  /* Enables or disables thumb opacity dependant on whether feature is selected */
471
  function wppaCheckUseThumbOpacity() {
472
- var topac = document.getElementById('wppa_use_thumb_opacity').checked;
473
  if (topac) {
474
  jQuery('.thumb_opacity').css('color', '#333');
475
  jQuery('.thumb_opacity_html').css('visibility', 'visible');
@@ -482,7 +482,7 @@ function wppaCheckUseThumbOpacity() {
482
 
483
  /* Enables or disables coverphoto opacity dependant on whether feature is selected */
484
  function wppaCheckUseCoverOpacity() {
485
- var copac = document.getElementById('wppa_use_cover_opacity').checked;
486
  if (copac) {
487
  jQuery('.cover_opacity').css('color', '#333');
488
  jQuery('.cover_opacity_html').css('visibility', 'visible');
@@ -495,13 +495,13 @@ function wppaCheckUseCoverOpacity() {
495
 
496
  /* Enables or disables secundairy breadcrumb settings */
497
  function wppaCheckBreadcrumb() {
498
- var Bca = document.getElementById('wppa_show_bread_posts').checked;
499
- var Bcb = document.getElementById('wppa_show_bread_pages').checked;
500
  var Bc = Bca || Bcb;
501
  if (Bc) {
502
  jQuery('.wppa_bc').css('display', '');
503
  jQuery('.wppa_bc_html').css('display', '');
504
- var BcVal = document.getElementById('wppa_bc_separator').value;
505
  if (BcVal == 'txt') {
506
  jQuery('.wppa_bc_txt').css('display', '');
507
  jQuery('.wppa_bc_url').css('display', 'none');
@@ -532,7 +532,7 @@ function wppaCheckBreadcrumb() {
532
 
533
  /* Enables or disables rating system settings */
534
  function wppaCheckRating() {
535
- var Rt = document.getElementById('wppa_rating_on').checked;
536
  if (Rt) {
537
  jQuery('.wppa_rating').css('color', '#333');
538
  jQuery('.wppa_rating_html').css('visibility', 'visible');
@@ -546,7 +546,7 @@ function wppaCheckRating() {
546
  }
547
 
548
  function wppaCheckComments() {
549
- var Cm = document.getElementById('wppa_show_comments').checked;
550
  if (Cm) {
551
  jQuery('.wppa_comment').css('color', '#333');
552
  jQuery('.wppa_comment_html').css('visibility', 'visible');
@@ -561,7 +561,7 @@ function wppaCheckComments() {
561
  }
562
 
563
  function wppaCheckAjax() {
564
- var Aa = document.getElementById('wppa_allow_ajax').checked;
565
  if (Aa) {
566
  jQuery('.wppa_allow_ajax_').css('display', '');
567
  }
@@ -571,21 +571,21 @@ function wppaCheckAjax() {
571
  }
572
 
573
  function wppaCheckShares() {
574
- var Sh = document.getElementById('wppa_share_on').checked || document.getElementById('wppa_share_on_widget').checked || document.getElementById('wppa_share_on_lightbox').checked || document.getElementById('wppa_share_on_thumbs').checked || document.getElementById('wppa_share_on_mphoto').checked;
575
  if (Sh) jQuery('.wppa_share').css('display', '');
576
  else jQuery('.wppa_share').css('display', 'none');
577
  }
578
  /*
579
  function wppaCheckKeepSource() {
580
- var Ks = document.getElementById('wppa_keep_source').checked;
581
  if ( Ks ) jQuery('.wppa_keep_source').css('display', '');
582
  else jQuery('.wppa_keep_source').css('display', 'none');
583
  }
584
  */
585
 
586
  function wppaCheckCoverType() {
587
- var Type = document.getElementById('wppa_cover_type').value;
588
- var Pos = document.getElementById('wppa_coverphoto_pos').value;
589
 
590
  if ( Type == 'imagefactory' || Type == 'imagefactory-mcr' ) {
591
  jQuery('.wppa_imgfact_').css('display', '');
@@ -601,13 +601,13 @@ function wppaCheckCoverType() {
601
  }
602
 
603
  function wppaCheckNewpag() {
604
- var Np = document.getElementById('wppa_newpag_create').checked;
605
  if ( Np ) jQuery('.wppa_newpag').css('display', '');
606
  else jQuery('.wppa_newpag').css('display', 'none');
607
  }
608
 
609
  function wppaCheckCustom() {
610
- var Cm = document.getElementById('wppa_custom_on').checked;
611
  if (Cm) {
612
  jQuery('.wppa_custom').css('color', '#333');
613
  jQuery('.wppa_custom_html').css('visibility', 'visible');
@@ -621,7 +621,7 @@ function wppaCheckCustom() {
621
  }
622
 
623
  function wppaCheckWidgetLink() {
624
- if (document.getElementById('wppa_wlp').value == '-1') {
625
  jQuery('.wppa_wlu').css('display', '');
626
  jQuery('.wppa_wlt').css('visibility', 'hidden');
627
  }
@@ -632,7 +632,7 @@ function wppaCheckWidgetLink() {
632
  }
633
 
634
  function wppaCheckSmWidgetLink() {
635
- if (document.getElementById('wppa_widget_sm_linktype').value == 'home') {
636
  jQuery('.wppa_smrp').css('visibility', 'hidden');
637
  }
638
  else {
@@ -641,7 +641,7 @@ function wppaCheckSmWidgetLink() {
641
  }
642
 
643
  function wppaCheckThumbLink() {
644
- var lvalue = document.getElementById('wppa_thumb_linktype').value;
645
  if (lvalue == 'none' || lvalue == 'file' || lvalue == 'lightbox' || lvalue == 'fullpopup') {
646
  jQuery('.wppa_tlp').css('visibility', 'hidden');
647
  }
@@ -657,7 +657,7 @@ function wppaCheckThumbLink() {
657
  }
658
 
659
  function wppaCheckTopTenLink() {
660
- var lvalue = document.getElementById('wppa_topten_widget_linktype').value;
661
  if (lvalue == 'none' || lvalue == 'file' || lvalue == 'lightbox' || lvalue == 'fullpopup') {
662
  jQuery('.wppa_ttlp').css('visibility', 'hidden');
663
  }
@@ -673,7 +673,7 @@ function wppaCheckTopTenLink() {
673
  }
674
 
675
  function wppaCheckFeaTenLink() {
676
- var lvalue = document.getElementById('wppa_featen_widget_linktype').value;
677
  if (lvalue == 'none' || lvalue == 'file' || lvalue == 'lightbox' || lvalue == 'fullpopup') {
678
  jQuery('.wppa_ftlp').css('visibility', 'hidden');
679
  }
@@ -689,7 +689,7 @@ function wppaCheckFeaTenLink() {
689
  }
690
 
691
  function wppaCheckLasTenLink() {
692
- var lvalue = document.getElementById('wppa_lasten_widget_linktype').value;
693
  if (lvalue == 'none' || lvalue == 'file' || lvalue == 'lightbox' || lvalue == 'fullpopup') {
694
  jQuery('.wppa_ltlp').css('visibility', 'hidden');
695
  }
@@ -705,7 +705,7 @@ function wppaCheckLasTenLink() {
705
  }
706
 
707
  function wppaCheckThumbnailWLink() {
708
- var lvalue = document.getElementById('wppa_thumbnail_widget_linktype').value;
709
  if (lvalue == 'none' || lvalue == 'file' || lvalue == 'lightbox' || lvalue == 'fullpopup') {
710
  jQuery('.wppa_tnlp').css('visibility', 'hidden');
711
  }
@@ -721,7 +721,7 @@ function wppaCheckThumbnailWLink() {
721
  }
722
 
723
  function wppaCheckCommentLink() {
724
- var lvalue = document.getElementById('wppa_comment_widget_linktype').value;
725
  if (lvalue == 'none' || lvalue == 'file' || lvalue == 'lightbox' || lvalue == 'fullpopup') {
726
  jQuery('.wppa_cmlp').css('visibility', 'hidden');
727
  }
@@ -737,7 +737,7 @@ function wppaCheckCommentLink() {
737
  }
738
 
739
  function wppaCheckSlideOnlyLink() {
740
- var lvalue = document.getElementById('wppa_slideonly_widget_linktype').value;
741
  if (lvalue == 'none' || lvalue == 'file' || lvalue == 'widget' || lvalue == 'lightbox' || lvalue == 'fullpopup') {
742
  jQuery('.wppa_solp').css('visibility', 'hidden');
743
  }
@@ -753,7 +753,7 @@ function wppaCheckSlideOnlyLink() {
753
  }
754
 
755
  function wppaCheckAlbumWidgetLink() {
756
- var lvalue = document.getElementById('wppa_album_widget_linktype').value;
757
  if (lvalue == 'lightbox') {
758
  jQuery('.wppa_awlp').css('visibility', 'hidden');
759
  }
@@ -769,7 +769,7 @@ function wppaCheckAlbumWidgetLink() {
769
  }
770
 
771
  function wppaCheckSlideLink() {
772
- var lvalue = document.getElementById('wppa_slideshow_linktype').value;
773
  if (lvalue == 'none' || lvalue == 'lightbox' || lvalue == 'fullpopup') {
774
  jQuery('.wppa_sslb').css('visibility', 'hidden');
775
  }
@@ -779,7 +779,7 @@ function wppaCheckSlideLink() {
779
  }
780
 
781
  function wppaCheckCoverImg() {
782
- var lvalue = document.getElementById('wppa_coverimg_linktype').value;
783
  if (lvalue == 'none' || lvalue == 'lightbox' || lvalue == 'fullpopup') {
784
  jQuery('.wppa_covimgbl').css('visibility', 'hidden');
785
  }
@@ -789,7 +789,7 @@ function wppaCheckCoverImg() {
789
  }
790
 
791
  function wppaCheckPotdLink() {
792
- var lvalue = document.getElementById('wppa_widget_linktype').value;
793
  if (lvalue == 'none' || lvalue == 'lightbox' || lvalue == 'file' || lvalue == 'custom') {
794
  jQuery('.wppa_potdlp').css('visibility', 'hidden');
795
  }
@@ -805,17 +805,17 @@ function wppaCheckPotdLink() {
805
  }
806
 
807
  function wppaCheckTagLink() {
808
- var lvalue = document.getElementById('wppa_tagcloud_linktype').value;
809
  /* */
810
  }
811
 
812
  function wppaCheckMTagLink() {
813
- var lvalue = document.getElementById('wppa_multitag_linktype').value;
814
  /* */
815
  }
816
 
817
  function wppaCheckMphotoLink() {
818
- var lvalue = document.getElementById('wppa_mphoto_linktype').value;
819
  if (lvalue == 'none' || lvalue == 'file' || lvalue == 'lightbox' ) {
820
  jQuery('.wppa_mlp').css('visibility', 'hidden');
821
  }
@@ -831,7 +831,7 @@ function wppaCheckMphotoLink() {
831
  }
832
 
833
  function wppaCheckSphotoLink() {
834
- var lvalue = document.getElementById('wppa_sphoto_linktype').value;
835
  if (lvalue == 'none' || lvalue == 'file' || lvalue == 'lightbox' ) {
836
  jQuery('.wppa_slp').css('visibility', 'hidden');
837
  }
@@ -847,7 +847,7 @@ function wppaCheckSphotoLink() {
847
  }
848
 
849
  function wppaCheckSlidePhotoLink() {
850
- var lvalue = document.getElementById('wppa_slideshow_linktype').value;
851
  if (lvalue == 'none' || lvalue == 'file' || lvalue == 'lightbox' || lvalue == 'lightboxsingle' || lvalue == 'fullpopup' ) {
852
  jQuery('.wppa_sslp').css('visibility', 'hidden');
853
  }
@@ -863,7 +863,7 @@ function wppaCheckSlidePhotoLink() {
863
  }
864
 
865
  function wppaCheckResize() {
866
- var Rs = document.getElementById('wppa_resize_on_upload').checked;
867
  if (Rs) {
868
  jQuery('.re_up').css('display', '');
869
  }
@@ -873,7 +873,7 @@ function wppaCheckResize() {
873
  }
874
 
875
  function wppaCheckNumbar() {
876
- var Nb = document.getElementById('wppa_show_slideshownumbar').checked;
877
  if (Nb) {
878
  jQuery('.wppa_numbar').css('display', '');
879
  }
@@ -883,7 +883,7 @@ function wppaCheckNumbar() {
883
  }
884
 
885
  function wppaCheckWatermark() {
886
- var Wm = document.getElementById('wppa_watermark_on').checked;
887
  if (Wm) {
888
  jQuery('.wppa_watermark').css('display', '');
889
  }
@@ -893,7 +893,7 @@ function wppaCheckWatermark() {
893
  }
894
 
895
  function wppaCheckPopup() {
896
- if (document.getElementById('wppa_use_thumb_popup').checked) {
897
  jQuery('.wppa_popup').css('display', '');
898
  }
899
  else {
@@ -902,8 +902,8 @@ function wppaCheckPopup() {
902
  }
903
 
904
  function wppaCheckGravatar() {
905
- if ( ! document.getElementById('wppa_comment_gravatar') ) return;
906
- if (document.getElementById('wppa_comment_gravatar').value == 'url') {
907
  jQuery('.wppa_grav').css('display', '');
908
  }
909
  else {
@@ -912,7 +912,7 @@ function wppaCheckGravatar() {
912
  }
913
 
914
  function wppaCheckUserUpload() {
915
- if (document.getElementById('wppa_user_upload_on').checked) {
916
  jQuery('.wppa_feup').css('display', '');
917
  }
918
  else {
@@ -921,7 +921,7 @@ function wppaCheckUserUpload() {
921
  }
922
 
923
  function wppaCheckSplitNamedesc() {
924
- if (document.getElementById('wppa_split_namedesc').checked) {
925
  jQuery('.swap_namedesc').css('display', 'none');
926
  jQuery('.hide_empty').css('display', '');
927
  }
@@ -933,7 +933,7 @@ function wppaCheckSplitNamedesc() {
933
 
934
  /*
935
  function wppaCheckIndexSearch() {
936
- // if (document.getElementById('wppa_indexed_search').checked) {
937
  jQuery('.index_search').css('display', '');
938
  // }
939
  // else {
@@ -1693,6 +1693,9 @@ function wppaAjaxPopupWindow( slug ) {
1693
  case 'wppa_list_session':
1694
  name = 'Active sessions';
1695
  break;
 
 
 
1696
  }
1697
  var desc = '';
1698
  var width = 960;
@@ -1818,7 +1821,7 @@ function wppaEncode(xtext) {
1818
  function wppaCheckInconsistencies() {
1819
 
1820
  // Uses thumb popup and thumb lightbox?
1821
- if ( document.getElementById('wppa_use_thumb_popup').checked == true && document.getElementById('wppa_thumb_linktype').value == 'lightbox' ) {
1822
  jQuery('.popup-lightbox-err').css('display', '');
1823
  }
1824
  else {
@@ -1884,8 +1887,8 @@ function wppaPhotoStatusChange(id) {
1884
 
1885
  function wppaCheckLinkPageErr(slug) {
1886
  var type = 'nil';
1887
- if ( document.getElementById('wppa_'+slug+'_linktype') ) type = document.getElementById('wppa_'+slug+'_linktype').value;
1888
- var page = document.getElementById('wppa_'+slug+'_linkpage').value;
1889
 
1890
  if ( page == '0' && ( type == 'nil' || type == 'photo' || type == 'single' || type == 'album' || type == 'content' || type == 'slide' || type == 'plainpage' )) {
1891
  jQuery('#'+slug+'-err').css({display:''});
162
  wppaCheckAutoPage();
163
  wppaCheckGps();
164
  wppaCheckFontPreview();
165
+ wppaCheckCheck( 'enable_video', 'wppa-video' );
166
+ wppaCheckCheck( 'custom_fields', 'custfields' );
167
+ wppaCheckCheck( 'new_mod_label_is_text', 'nmtxt' );
168
  wppaCheckSmWidgetLink();
169
 
170
  var tab = new Array('O','I','II','III','IV','V','VI','VII','VIII','IX','X','XI','XII');
321
  // This is not possible because the controls can not be reached.
322
  function wppaCheckSlideVideoControls() {
323
 
324
+ var link = document.getElementById( 'slideshow_linktype' ).value;
325
  if ( link == 'none' ) {
326
  return;
327
  }
328
 
329
+ // var on = document.getElementById( 'start_slide_video' ).checked;
330
  // if ( ! on ) {
331
  // return;
332
  // }
339
  }
340
 
341
  function wppaCheckFotomoto() {
342
+ var on = document.getElementById("fotomoto_on").checked;
343
  if ( on ) {
344
  jQuery(".wppa_fotomoto").css('display', '');
345
  }
349
  }
350
 
351
  function wppaCheckFontPreview() {
352
+ var font = document.getElementById('textual_watermark_font').value;
353
+ var type = document.getElementById('textual_watermark_type').value;
354
  var fsrc = wppaFontDirectory+'wmf'+font+'-'+type+'.png';
355
  var tsrc = wppaFontDirectory+'wmf'+type+'-'+font+'.png';
356
  jQuery('#wm-font-preview').attr('src', fsrc);
402
  /* also no hor align if vertical align is ---default-- */
403
  /* Also show/hide initial colwidth for resp themem ( Table I-A1.1 ) */
404
  function wppaCheckFullHalign() {
405
+ var fs = document.getElementById('fullsize').value;
406
+ var cs = document.getElementById('colwidth').value;
407
+ var va = document.getElementById('fullvalign').value;
408
  if ((fs != cs) && (va != 'default')) {
409
  jQuery('.wppa_ha').css('display', '');
410
  }
421
 
422
  /* Check for CDN type */
423
  function wppaCheckCDN() {
424
+ var cdn = document.getElementById('cdn_service').value;
425
  if ( cdn == 'cloudinary' || cdn == 'cloudinarymaintenance' ) jQuery('.cloudinary').css('display', '');
426
  else jQuery('.cloudinary').css('display', 'none');
427
  }
428
 
429
  /* Check GPX Implementation */
430
  function wppaCheckGps() {
431
+ var gpx = document.getElementById('gpx_implementation').value;
432
  if ( gpx == 'wppa-plus-embedded' ) {
433
  jQuery('.wppa_gpx_native').css('display', '');
434
  jQuery('.wppa_gpx_plugin').css('display', 'none');
441
 
442
  /* Enables or disables popup thumbnail settings according to availability */
443
  function wppaCheckThumbType() {
444
+ var ttype = document.getElementById('thumbtype').value;
445
  if (ttype == 'default') {
446
  jQuery('.tt_normal').css('display', '');
447
  jQuery('.tt_ascovers').css('display', 'none');
462
  }
463
 
464
  function wppaCheckAutoPage() {
465
+ var auto = document.getElementById('auto_page').checked;
466
  if ( auto ) jQuery('.autopage').css('display', '');
467
  else jQuery('.autopage').css('display', 'none');
468
  }
469
 
470
  /* Enables or disables thumb opacity dependant on whether feature is selected */
471
  function wppaCheckUseThumbOpacity() {
472
+ var topac = document.getElementById('use_thumb_opacity').checked;
473
  if (topac) {
474
  jQuery('.thumb_opacity').css('color', '#333');
475
  jQuery('.thumb_opacity_html').css('visibility', 'visible');
482
 
483
  /* Enables or disables coverphoto opacity dependant on whether feature is selected */
484
  function wppaCheckUseCoverOpacity() {
485
+ var copac = document.getElementById('use_cover_opacity').checked;
486
  if (copac) {
487
  jQuery('.cover_opacity').css('color', '#333');
488
  jQuery('.cover_opacity_html').css('visibility', 'visible');
495
 
496
  /* Enables or disables secundairy breadcrumb settings */
497
  function wppaCheckBreadcrumb() {
498
+ var Bca = document.getElementById('show_bread_posts').checked;
499
+ var Bcb = document.getElementById('show_bread_pages').checked;
500
  var Bc = Bca || Bcb;
501
  if (Bc) {
502
  jQuery('.wppa_bc').css('display', '');
503
  jQuery('.wppa_bc_html').css('display', '');
504
+ var BcVal = document.getElementById('bc_separator').value;
505
  if (BcVal == 'txt') {
506
  jQuery('.wppa_bc_txt').css('display', '');
507
  jQuery('.wppa_bc_url').css('display', 'none');
532
 
533
  /* Enables or disables rating system settings */
534
  function wppaCheckRating() {
535
+ var Rt = document.getElementById('rating_on').checked;
536
  if (Rt) {
537
  jQuery('.wppa_rating').css('color', '#333');
538
  jQuery('.wppa_rating_html').css('visibility', 'visible');
546
  }
547
 
548
  function wppaCheckComments() {
549
+ var Cm = document.getElementById('show_comments').checked;
550
  if (Cm) {
551
  jQuery('.wppa_comment').css('color', '#333');
552
  jQuery('.wppa_comment_html').css('visibility', 'visible');
561
  }
562
 
563
  function wppaCheckAjax() {
564
+ var Aa = document.getElementById('allow_ajax').checked;
565
  if (Aa) {
566
  jQuery('.wppa_allow_ajax_').css('display', '');
567
  }
571
  }
572
 
573
  function wppaCheckShares() {
574
+ var Sh = document.getElementById('share_on').checked || document.getElementById('share_on_widget').checked || document.getElementById('share_on_lightbox').checked || document.getElementById('share_on_thumbs').checked || document.getElementById('share_on_mphoto').checked;
575
  if (Sh) jQuery('.wppa_share').css('display', '');
576
  else jQuery('.wppa_share').css('display', 'none');
577
  }
578
  /*
579
  function wppaCheckKeepSource() {
580
+ var Ks = document.getElementById('keep_source').checked;
581
  if ( Ks ) jQuery('.wppa_keep_source').css('display', '');
582
  else jQuery('.wppa_keep_source').css('display', 'none');
583
  }
584
  */
585
 
586
  function wppaCheckCoverType() {
587
+ var Type = document.getElementById('cover_type').value;
588
+ var Pos = document.getElementById('coverphoto_pos').value;
589
 
590
  if ( Type == 'imagefactory' || Type == 'imagefactory-mcr' ) {
591
  jQuery('.wppa_imgfact_').css('display', '');
601
  }
602
 
603
  function wppaCheckNewpag() {
604
+ var Np = document.getElementById('newpag_create').checked;
605
  if ( Np ) jQuery('.wppa_newpag').css('display', '');
606
  else jQuery('.wppa_newpag').css('display', 'none');
607
  }
608
 
609
  function wppaCheckCustom() {
610
+ var Cm = document.getElementById('custom_on').checked;
611
  if (Cm) {
612
  jQuery('.wppa_custom').css('color', '#333');
613
  jQuery('.wppa_custom_html').css('visibility', 'visible');
621
  }
622
 
623
  function wppaCheckWidgetLink() {
624
+ if (document.getElementById('wlp').value == '-1') {
625
  jQuery('.wppa_wlu').css('display', '');
626
  jQuery('.wppa_wlt').css('visibility', 'hidden');
627
  }
632
  }
633
 
634
  function wppaCheckSmWidgetLink() {
635
+ if (document.getElementById('widget_sm_linktype').value == 'home') {
636
  jQuery('.wppa_smrp').css('visibility', 'hidden');
637
  }
638
  else {
641
  }
642
 
643
  function wppaCheckThumbLink() {
644
+ var lvalue = document.getElementById('thumb_linktype').value;
645
  if (lvalue == 'none' || lvalue == 'file' || lvalue == 'lightbox' || lvalue == 'fullpopup') {
646
  jQuery('.wppa_tlp').css('visibility', 'hidden');
647
  }
657
  }
658
 
659
  function wppaCheckTopTenLink() {
660
+ var lvalue = document.getElementById('topten_widget_linktype').value;
661
  if (lvalue == 'none' || lvalue == 'file' || lvalue == 'lightbox' || lvalue == 'fullpopup') {
662
  jQuery('.wppa_ttlp').css('visibility', 'hidden');
663
  }
673
  }
674
 
675
  function wppaCheckFeaTenLink() {
676
+ var lvalue = document.getElementById('featen_widget_linktype').value;
677
  if (lvalue == 'none' || lvalue == 'file' || lvalue == 'lightbox' || lvalue == 'fullpopup') {
678
  jQuery('.wppa_ftlp').css('visibility', 'hidden');
679
  }
689
  }
690
 
691
  function wppaCheckLasTenLink() {
692
+ var lvalue = document.getElementById('lasten_widget_linktype').value;
693
  if (lvalue == 'none' || lvalue == 'file' || lvalue == 'lightbox' || lvalue == 'fullpopup') {
694
  jQuery('.wppa_ltlp').css('visibility', 'hidden');
695
  }
705
  }
706
 
707
  function wppaCheckThumbnailWLink() {
708
+ var lvalue = document.getElementById('thumbnail_widget_linktype').value;
709
  if (lvalue == 'none' || lvalue == 'file' || lvalue == 'lightbox' || lvalue == 'fullpopup') {
710
  jQuery('.wppa_tnlp').css('visibility', 'hidden');
711
  }
721
  }
722
 
723
  function wppaCheckCommentLink() {
724
+ var lvalue = document.getElementById('comment_widget_linktype').value;
725
  if (lvalue == 'none' || lvalue == 'file' || lvalue == 'lightbox' || lvalue == 'fullpopup') {
726
  jQuery('.wppa_cmlp').css('visibility', 'hidden');
727
  }
737
  }
738
 
739
  function wppaCheckSlideOnlyLink() {
740
+ var lvalue = document.getElementById('slideonly_widget_linktype').value;
741
  if (lvalue == 'none' || lvalue == 'file' || lvalue == 'widget' || lvalue == 'lightbox' || lvalue == 'fullpopup') {
742
  jQuery('.wppa_solp').css('visibility', 'hidden');
743
  }
753
  }
754
 
755
  function wppaCheckAlbumWidgetLink() {
756
+ var lvalue = document.getElementById('album_widget_linktype').value;
757
  if (lvalue == 'lightbox') {
758
  jQuery('.wppa_awlp').css('visibility', 'hidden');
759
  }
769
  }
770
 
771
  function wppaCheckSlideLink() {
772
+ var lvalue = document.getElementById('slideshow_linktype').value;
773
  if (lvalue == 'none' || lvalue == 'lightbox' || lvalue == 'fullpopup') {
774
  jQuery('.wppa_sslb').css('visibility', 'hidden');
775
  }
779
  }
780
 
781
  function wppaCheckCoverImg() {
782
+ var lvalue = document.getElementById('coverimg_linktype').value;
783
  if (lvalue == 'none' || lvalue == 'lightbox' || lvalue == 'fullpopup') {
784
  jQuery('.wppa_covimgbl').css('visibility', 'hidden');
785
  }
789
  }
790
 
791
  function wppaCheckPotdLink() {
792
+ var lvalue = document.getElementById('widget_linktype').value;
793
  if (lvalue == 'none' || lvalue == 'lightbox' || lvalue == 'file' || lvalue == 'custom') {
794
  jQuery('.wppa_potdlp').css('visibility', 'hidden');
795
  }
805
  }
806
 
807
  function wppaCheckTagLink() {
808
+ var lvalue = document.getElementById('tagcloud_linktype').value;
809
  /* */
810
  }
811
 
812
  function wppaCheckMTagLink() {
813
+ var lvalue = document.getElementById('multitag_linktype').value;
814
  /* */
815
  }
816
 
817
  function wppaCheckMphotoLink() {
818
+ var lvalue = document.getElementById('mphoto_linktype').value;
819
  if (lvalue == 'none' || lvalue == 'file' || lvalue == 'lightbox' ) {
820
  jQuery('.wppa_mlp').css('visibility', 'hidden');
821
  }
831
  }
832
 
833
  function wppaCheckSphotoLink() {
834
+ var lvalue = document.getElementById('sphoto_linktype').value;
835
  if (lvalue == 'none' || lvalue == 'file' || lvalue == 'lightbox' ) {
836
  jQuery('.wppa_slp').css('visibility', 'hidden');
837
  }
847
  }
848
 
849
  function wppaCheckSlidePhotoLink() {
850
+ var lvalue = document.getElementById('slideshow_linktype').value;
851
  if (lvalue == 'none' || lvalue == 'file' || lvalue == 'lightbox' || lvalue == 'lightboxsingle' || lvalue == 'fullpopup' ) {
852
  jQuery('.wppa_sslp').css('visibility', 'hidden');
853
  }
863
  }
864
 
865
  function wppaCheckResize() {
866
+ var Rs = document.getElementById('resize_on_upload').checked;
867
  if (Rs) {
868
  jQuery('.re_up').css('display', '');
869
  }
873
  }
874
 
875
  function wppaCheckNumbar() {
876
+ var Nb = document.getElementById('show_slideshownumbar').checked;
877
  if (Nb) {
878
  jQuery('.wppa_numbar').css('display', '');
879
  }
883
  }
884
 
885
  function wppaCheckWatermark() {
886
+ var Wm = document.getElementById('watermark_on').checked;
887
  if (Wm) {
888
  jQuery('.wppa_watermark').css('display', '');
889
  }
893
  }
894
 
895
  function wppaCheckPopup() {
896
+ if (document.getElementById('use_thumb_popup').checked) {
897
  jQuery('.wppa_popup').css('display', '');
898
  }
899
  else {
902
  }
903
 
904
  function wppaCheckGravatar() {
905
+ if ( ! document.getElementById('comment_gravatar') ) return;
906
+ if (document.getElementById('comment_gravatar').value == 'url') {
907
  jQuery('.wppa_grav').css('display', '');
908
  }
909
  else {
912
  }
913
 
914
  function wppaCheckUserUpload() {
915
+ if (document.getElementById('user_upload_on').checked) {
916
  jQuery('.wppa_feup').css('display', '');
917
  }
918
  else {
921
  }
922
 
923
  function wppaCheckSplitNamedesc() {
924
+ if (document.getElementById('split_namedesc').checked) {
925
  jQuery('.swap_namedesc').css('display', 'none');
926
  jQuery('.hide_empty').css('display', '');
927
  }
933
 
934
  /*
935
  function wppaCheckIndexSearch() {
936
+ // if (document.getElementById('indexed_search').checked) {
937
  jQuery('.index_search').css('display', '');
938
  // }
939
  // else {
1693
  case 'wppa_list_session':
1694
  name = 'Active sessions';
1695
  break;
1696
+ case 'wppa_list_comments':
1697
+ name = 'Recent comments';
1698
+ break;
1699
  }
1700
  var desc = '';
1701
  var width = 960;
1821
  function wppaCheckInconsistencies() {
1822
 
1823
  // Uses thumb popup and thumb lightbox?
1824
+ if ( document.getElementById('use_thumb_popup').checked == true && document.getElementById('thumb_linktype').value == 'lightbox' ) {
1825
  jQuery('.popup-lightbox-err').css('display', '');
1826
  }
1827
  else {
1887
 
1888
  function wppaCheckLinkPageErr(slug) {
1889
  var type = 'nil';
1890
+ if ( document.getElementById(slug+'_linktype') ) type = document.getElementById(slug+'_linktype').value;
1891
+ var page = document.getElementById(slug+'_linkpage').value;
1892
 
1893
  if ( page == '0' && ( type == 'nil' || type == 'photo' || type == 'single' || type == 'album' || type == 'content' || type == 'slide' || type == 'plainpage' )) {
1894
  jQuery('#'+slug+'-err').css({display:''});
js/wppa-ajax-front.js CHANGED
@@ -3,7 +3,7 @@
3
  // Contains frontend ajax modules
4
  // Dependancies: wppa.js and default wp jQuery library
5
  //
6
- var wppaJsAjaxVersion = '6.4.11';
7
 
8
  var wppaRenderAdd = false;
9
  var wppaWaitForCounter = 0;
@@ -20,6 +20,7 @@ function wppaDoAjaxRender( mocc, ajaxurl, newurl, add, waitfor ) {
20
 
21
  // Fix the url
22
  if ( wppaLang != '' ) ajaxurl += '&lang='+wppaLang;
 
23
 
24
  // Ajax possible ?
25
  if ( wppaCanAjaxRender ) {
3
  // Contains frontend ajax modules
4
  // Dependancies: wppa.js and default wp jQuery library
5
  //
6
+ var wppaJsAjaxVersion = '6.4.17';
7
 
8
  var wppaRenderAdd = false;
9
  var wppaWaitForCounter = 0;
20
 
21
  // Fix the url
22
  if ( wppaLang != '' ) ajaxurl += '&lang='+wppaLang;
23
+ if ( wppaAutoColumnWidth[mocc] ) ajaxurl += '&resp=1';
24
 
25
  // Ajax possible ?
26
  if ( wppaCanAjaxRender ) {
js/wppa-ajax-front.min.js CHANGED
@@ -2,10 +2,10 @@
2
  //
3
  // Contains frontend ajax modules
4
  // Dependancies: wppa.js and default wp jQuery library
5
- //
6
 
7
- var wppaJsAjaxVersion='6.4.11';var wppaRenderAdd=false;var wppaWaitForCounter=0;function wppaDoAjaxRender(mocc,ajaxurl,newurl,add,waitfor){if(parseInt(waitfor)>0&&waitfor!=wppaWaitForCounter){setTimeout('wppaDoAjaxRender( '+mocc+', \''+ajaxurl+'\', \''+newurl+'\', \''+add+'\', '+waitfor+' )',100);return;}
8
- wppaRenderAdd=add;if(wppaLang!='')ajaxurl+='&lang='+wppaLang;if(wppaCanAjaxRender){jQuery.ajax({url:ajaxurl,async:true,type:'GET',timeout:60000,beforeSend:function(xhr){if(_wppaSSRuns[mocc])_wppaStop(mocc);jQuery('#wppa-ajax-spin-'+mocc).css('display','');},success:function(result,status,xhr){if(wppaRenderAdd){jQuery(wppaRenderAdd+result).insertBefore('#wppa-container-'+mocc+'-end');}
9
  else{jQuery('#wppa-container-'+mocc).html(result);}
10
  if(wppaCanPushState&&wppaUpdateAddressLine){wppaHis++;try{history.pushState({page:wppaHis,occur:mocc,type:'html',html:result},"",newurl);wppaConsoleLog('Ajax rendering: History stack pushed','force');}
11
  catch(err){try{history.replaceState({page:wppaHis,occur:mocc,type:'html'},"",newurl);wppaConsoleLog('Ajax rendering: History stack updated','force');}
2
  //
3
  // Contains frontend ajax modules
4
  // Dependancies: wppa.js and default wp jQuery library
5
+ //
6
 
7
+ var wppaJsAjaxVersion='6.4.17';var wppaRenderAdd=false;var wppaWaitForCounter=0;function wppaDoAjaxRender(mocc,ajaxurl,newurl,add,waitfor){if(parseInt(waitfor)>0&&waitfor!=wppaWaitForCounter){setTimeout('wppaDoAjaxRender( '+mocc+', \''+ajaxurl+'\', \''+newurl+'\', \''+add+'\', '+waitfor+' )',100);return;}
8
+ wppaRenderAdd=add;if(wppaLang!='')ajaxurl+='&lang='+wppaLang;if(wppaAutoColumnWidth[mocc])ajaxurl+='&resp=1';if(wppaCanAjaxRender){jQuery.ajax({url:ajaxurl,async:true,type:'GET',timeout:60000,beforeSend:function(xhr){if(_wppaSSRuns[mocc])_wppaStop(mocc);jQuery('#wppa-ajax-spin-'+mocc).css('display','');},success:function(result,status,xhr){if(wppaRenderAdd){jQuery(wppaRenderAdd+result).insertBefore('#wppa-container-'+mocc+'-end');}
9
  else{jQuery('#wppa-container-'+mocc).html(result);}
10
  if(wppaCanPushState&&wppaUpdateAddressLine){wppaHis++;try{history.pushState({page:wppaHis,occur:mocc,type:'html',html:result},"",newurl);wppaConsoleLog('Ajax rendering: History stack pushed','force');}
11
  catch(err){try{history.replaceState({page:wppaHis,occur:mocc,type:'html'},"",newurl);wppaConsoleLog('Ajax rendering: History stack updated','force');}
js/wppa-tinymce-shortcodes.js CHANGED
@@ -2,7 +2,7 @@
2
  * Pachkage: wp-photo-album-plus
3
  *
4
  *
5
- * Version 6.4.14
6
  *
7
  */
8
 
@@ -569,7 +569,10 @@ function wppaGalleryEvaluate() {
569
  }
570
 
571
  function wppaTinyMcePhotoPreview( id ) {
572
- if ( id.indexOf('xxx') != -1 ) { // its a video
 
 
 
573
  var idv = id.replace('xxx', '');
574
  jQuery('#wppagallery-photo-preview').html('<video preload="metadata" style="max-width:600px; max-height:150px; margin-top:3px;" controls>'+
575
  '<source src="'+wppaPhotoDirectory+idv+'mp4" type="video/mp4">'+
2
  * Pachkage: wp-photo-album-plus
3
  *
4
  *
5
+ * Version 6.4.17
6
  *
7
  */
8
 
569
  }
570
 
571
  function wppaTinyMcePhotoPreview( id ) {
572
+ if ( id == '#potd' ) {
573
+ jQuery('#wppagallery-photo-preview').html(wppaNoPreview); // No preview
574
+ }
575
+ else if ( id.indexOf('xxx') != -1 ) { // its a video
576
  var idv = id.replace('xxx', '');
577
  jQuery('#wppagallery-photo-preview').html('<video preload="metadata" style="max-width:600px; max-height:150px; margin-top:3px;" controls>'+
578
  '<source src="'+wppaPhotoDirectory+idv+'mp4" type="video/mp4">'+
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: 2016-06-05 09:39+0200\n"
5
- "PO-Revision-Date: 2016-06-05 09:40+0200\n"
6
  "Last-Translator: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
7
  "Language-Team: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
8
  "Language: da_DK\n"
@@ -30,7 +30,7 @@ msgstr "Sider:"
30
  #: wppa-album-admin-autosave.php:1524 wppa-album-admin-autosave.php:1598
31
  #: wppa-album-admin-autosave.php:1709 wppa-album-admin-autosave.php:2031
32
  #: wppa-comment-admin.php:318 wppa-comment-admin.php:387
33
- #: wppa-comment-admin.php:405 wppa-setup.php:1247 wppa-thumbnails.php:636
34
  msgid "Edit"
35
  msgstr "Rediger"
36
 
@@ -39,7 +39,7 @@ msgid "Warning. No page defined for search results!"
39
  msgstr "Advarsel. Ingen side defineret for søgeresultater!"
40
 
41
  #: theme/photo-album-search-page.php:39 wppa-boxes-html.php:169
42
- #: wppa-settings-autosave.php:421 wppa-settings-autosave.php:3211
43
  msgid "Search"
44
  msgstr "Søg"
45
 
@@ -87,17 +87,17 @@ msgstr ""
87
  msgid "Settings file not found"
88
  msgstr ""
89
 
90
- #: wppa-admin-functions.php:204 wppa-admin-functions.php:208 wppa-ajax.php:2570
91
- #: wppa-ajax.php:2577
92
  msgid "Please supply a numeric value greater than or equal to"
93
  msgstr ""
94
 
95
- #: wppa-admin-functions.php:204 wppa-admin-functions.php:208 wppa-ajax.php:2570
96
- #: wppa-ajax.php:2577
97
  msgid "for"
98
  msgstr ""
99
 
100
- #: wppa-admin-functions.php:208 wppa-ajax.php:2577
101
  msgid "and less than or equal to"
102
  msgstr ""
103
 
@@ -217,11 +217,11 @@ msgstr ""
217
  msgid "Photo&thinsp;Albums"
218
  msgstr ""
219
 
220
- #: wppa-admin.php:57 wppa-adminbar.php:40 wppa-settings-autosave.php:5887
221
  msgid "Album Admin"
222
  msgstr ""
223
 
224
- #: wppa-admin.php:58 wppa-adminbar.php:47 wppa-settings-autosave.php:5888
225
  #: wppa-upload-widget.php:79 wppa-upload.php:88
226
  msgid "Upload Photos"
227
  msgstr ""
@@ -230,7 +230,7 @@ msgstr ""
230
  msgid "Edit Photos"
231
  msgstr ""
232
 
233
- #: wppa-admin.php:63 wppa-adminbar.php:61 wppa-settings-autosave.php:5889
234
  #: wppa-upload.php:459
235
  msgid "Import Photos"
236
  msgstr ""
@@ -240,12 +240,12 @@ msgid "Moderate Photos"
240
  msgstr ""
241
 
242
  #: wppa-admin.php:65 wppa-adminbar.php:75 wppa-export.php:32
243
- #: wppa-settings-autosave.php:5891
244
  msgid "Export Photos"
245
  msgstr ""
246
 
247
  #: wppa-admin.php:66 wppa-adminbar.php:82 wppa-comment-admin.php:223
248
- #: wppa-settings-autosave.php:5892
249
  msgid "Settings"
250
  msgstr ""
251
 
@@ -254,7 +254,7 @@ msgid "Photo of the day Widget"
254
  msgstr ""
255
 
256
  #: wppa-admin.php:67 wppa-adminbar.php:89 wppa-potd-widget.php:60
257
- #: wppa-settings-autosave.php:5893 wppa-setup.php:1519
258
  msgid "Photo of the day"
259
  msgstr ""
260
 
@@ -263,8 +263,8 @@ msgid "Manage comments"
263
  msgstr ""
264
 
265
  #: wppa-admin.php:68 wppa-adminbar.php:96 wppa-settings-autosave.php:411
266
- #: wppa-settings-autosave.php:3040 wppa-settings-autosave.php:8309
267
- #: wppa-settings-autosave.php:8354
268
  msgid "Comments"
269
  msgstr ""
270
 
@@ -288,11 +288,11 @@ msgstr ""
288
  msgid "Import"
289
  msgstr ""
290
 
291
- #: wppa-admin.php:122 wppa-settings-autosave.php:9484
292
  msgid "Update"
293
  msgstr ""
294
 
295
- #: wppa-adminbar.php:103 wppa-settings-autosave.php:5895
296
  msgid "Help & Info"
297
  msgstr ""
298
 
@@ -335,153 +335,153 @@ msgstr ""
335
  msgid "Title:"
336
  msgstr ""
337
 
338
- #: wppa-ajax.php:173
339
  msgid ""
340
  "All modifications are instantly updated on the server. The <b style=\"color:"
341
  "#070\" >Remark</b> field keeps you informed on the actions taken at the "
342
  "background."
343
  msgstr ""
344
 
345
- #: wppa-ajax.php:176
346
  msgid "Exit & Refresh"
347
  msgstr ""
348
 
349
- #: wppa-ajax.php:250 wppa-ajax.php:316 wppa-ajax.php:351 wppa-ajax.php:629
350
- #: wppa-ajax.php:894 wppa-ajax.php:2527
351
  msgid "Security check failure"
352
  msgstr ""
353
 
354
- #: wppa-ajax.php:284 wppa-ajax.php:340
355
  msgid "You do not have the rights to moderate photos this way"
356
  msgstr ""
357
 
358
- #: wppa-ajax.php:300 wppa-ajax.php:1172
359
  msgid "Photo comment approved"
360
  msgstr ""
361
 
362
- #: wppa-ajax.php:313
363
  #, php-format
364
  msgid "Failed to update stutus of photo %s"
365
  msgstr ""
366
 
367
- #: wppa-ajax.php:313 wppa-ajax.php:320
368
  msgid "Please refresh the page"
369
  msgstr ""
370
 
371
- #: wppa-ajax.php:320
372
  #, php-format
373
  msgid "Failed to update stutus of comment %s"
374
  msgstr ""
375
 
376
- #: wppa-ajax.php:335 wppa-ajax.php:355
377
  msgid "Photo removed"
378
  msgstr ""
379
 
380
- #: wppa-ajax.php:360
381
  msgid "Comment removed"
382
  msgstr ""
383
 
384
- #: wppa-ajax.php:361
385
  msgid "Could not remove comment"
386
  msgstr ""
387
 
388
- #: wppa-ajax.php:364 wppa-ajax.php:762
389
  msgid "Unexpected error"
390
  msgstr ""
391
 
392
- #: wppa-ajax.php:370
393
  msgid "This feature is not enabled on this website"
394
  msgstr ""
395
 
396
- #: wppa-ajax.php:382
397
  msgid "The album is empty"
398
  msgstr ""
399
 
400
- #: wppa-ajax.php:391 wppa-ajax.php:470 wppa-ajax.php:592
401
  msgid "Unable to create zip archive"
402
  msgstr ""
403
 
404
- #: wppa-ajax.php:403
405
  #, php-format
406
  msgid "Unable to create zip archive. code = %s"
407
  msgstr ""
408
 
409
- #: wppa-ajax.php:440
410
  #, php-format
411
  msgid "Only %s out of %s photos could be added to the zipfile"
412
  msgstr ""
413
 
414
- #: wppa-ajax.php:478
415
  msgid "Unable to create zipsdir"
416
  msgstr ""
417
 
418
- #: wppa-ajax.php:503 wppa-functions.php:2085 wppa-thumbnails.php:611
419
  msgid "Selected"
420
  msgstr ""
421
 
422
- #: wppa-ajax.php:533
423
  msgid "Unknown source of request"
424
  msgstr ""
425
 
426
- #: wppa-ajax.php:551
427
  msgid "Empty filename"
428
  msgstr ""
429
 
430
- #: wppa-ajax.php:578
431
  msgid "Unable to create tempdir"
432
  msgstr ""
433
 
434
- #: wppa-ajax.php:602
435
  msgid "Unknown type"
436
  msgstr ""
437
 
438
- #: wppa-ajax.php:611
439
  msgid "The photo does no longer exist"
440
  msgstr ""
441
 
442
- #: wppa-ajax.php:643
443
  msgid "An error occurred while processing you rating request."
444
  msgstr ""
445
 
446
- #: wppa-ajax.php:644
447
  msgid "Maybe you opened the page too long ago to recognize you."
448
  msgstr ""
449
 
450
- #: wppa-ajax.php:645
451
  msgid "You may refresh the page and try again."
452
  msgstr ""
453
 
454
- #: wppa-ajax.php:646
455
  msgid ""
456
  "Althoug an error occurred while processing your rating, your vote has been "
457
  "registered."
458
  msgstr ""
459
 
460
- #: wppa-ajax.php:647
461
  msgid "However, this may not be reflected in the current pageview"
462
  msgstr ""
463
 
464
- #: wppa-ajax.php:669
465
  msgid "Photo has been removed."
466
  msgstr ""
467
 
468
- #: wppa-ajax.php:678
469
  msgid "Sorry, you can not rate your own photos"
470
  msgstr ""
471
 
472
- #: wppa-ajax.php:690
473
  msgid "Please enter a comment."
474
  msgstr ""
475
 
476
- #: wppa-ajax.php:715
477
  msgid "Security check failure."
478
  msgstr ""
479
 
480
- #: wppa-ajax.php:727 wppa-ajax.php:743
481
  msgid "Photo rated"
482
  msgstr ""
483
 
484
- #: wppa-ajax.php:846
485
  msgid ""
486
  "Please explain your vote in a comment.\n"
487
  "Your vote will be discarded if you don't.\n"
@@ -491,151 +491,151 @@ msgid ""
491
  "your vote became effective."
492
  msgstr ""
493
 
494
- #: wppa-ajax.php:890
495
  msgid "You do not have the rights to delete a photo"
496
  msgstr ""
497
 
498
- #: wppa-ajax.php:900
499
  #, php-format
500
  msgid "Photo %s has been deleted"
501
  msgstr ""
502
 
503
- #: wppa-ajax.php:916
504
  msgid "You do not have the rights to update album information"
505
  msgstr ""
506
 
507
- #: wppa-ajax.php:928
508
  msgid "<b>Ratings cleared</b>"
509
  msgstr ""
510
 
511
- #: wppa-ajax.php:928 wppa-ajax.php:934 wppa-photo-admin-autosave.php:318
512
  msgid "No ratings for this photo."
513
  msgstr ""
514
 
515
- #: wppa-ajax.php:931
516
  msgid "An error occurred while clearing ratings"
517
  msgstr ""
518
 
519
- #: wppa-ajax.php:934 wppa-ajax.php:955 wppa-ajax.php:977
520
  msgid "<b>No photos in this album</b>"
521
  msgstr ""
522
 
523
- #: wppa-ajax.php:949
524
  msgid "<b>Tags set to defaults</b> (reload)"
525
  msgstr ""
526
 
527
- #: wppa-ajax.php:952
528
  msgid "An error occurred while setting tags"
529
  msgstr ""
530
 
531
- #: wppa-ajax.php:971
532
  msgid "<b>Tags added width defaults</b> (reload)"
533
  msgstr ""
534
 
535
- #: wppa-ajax.php:974
536
  msgid "An error occurred while adding tags"
537
  msgstr ""
538
 
539
- #: wppa-ajax.php:1000
540
  msgid "No subalbums found to process"
541
  msgstr ""
542
 
543
- #: wppa-ajax.php:1005
544
  msgid "No categories found to process"
545
  msgstr ""
546
 
547
- #: wppa-ajax.php:1009
548
  #, php-format
549
  msgid "%d album updated"
550
  msgid_plural "%d albums updated"
551
  msgstr[0] ""
552
  msgstr[1] ""
553
 
554
- #: wppa-ajax.php:1016
555
  #, php-format
556
  msgid "Album name may not be empty.<br />Reset to <b>%s</b>"
557
  msgstr ""
558
 
559
- #: wppa-ajax.php:1018 wppa-ajax.php:1432 wppa-album-admin-autosave.php:356
560
  #: wppa-album-admin-autosave.php:413 wppa-album-admin-autosave.php:1067
561
  #: wppa-album-admin-autosave.php:1204 wppa-album-admin-autosave.php:1376
562
  #: wppa-album-admin-autosave.php:1471 wppa-boxes-html.php:409
563
  #: wppa-boxes-html.php:523 wppa-photo-admin-autosave.php:1363
564
  #: wppa-photo-admin-autosave.php:1482 wppa-photo-admin-autosave.php:1879
565
- #: wppa-settings-autosave.php:477 wppa-settings-autosave.php:639
566
- #: wppa-settings-autosave.php:661 wppa-settings-autosave.php:1399
567
- #: wppa-settings-autosave.php:1420 wppa-settings-autosave.php:2937
568
- #: wppa-settings-autosave.php:2958 wppa-settings-autosave.php:3282
569
- #: wppa-settings-autosave.php:3306 wppa-settings-autosave.php:3831
570
- #: wppa-settings-autosave.php:3945 wppa-settings-autosave.php:4583
571
- #: wppa-settings-autosave.php:4604 wppa-settings-autosave.php:4780
572
- #: wppa-settings-autosave.php:4804 wppa-settings-autosave.php:5853
573
- #: wppa-settings-autosave.php:6263 wppa-settings-autosave.php:6513
574
- #: wppa-settings-autosave.php:6535 wppa-settings-autosave.php:7198
575
- #: wppa-settings-autosave.php:7222 wppa-settings-autosave.php:8303
576
- #: wppa-settings-autosave.php:8944 wppa-settings-autosave.php:9100
577
  #: wppa-thumbnail-widget.php:202 wppa-upload.php:166
578
  msgid "Name"
579
  msgstr "Navn"
580
 
581
- #: wppa-ajax.php:1021 wppa-ajax.php:1435 wppa-album-admin-autosave.php:1077
582
  #: wppa-album-admin-autosave.php:1214 wppa-album-admin-autosave.php:1386
583
  #: wppa-album-admin-autosave.php:1481 wppa-photo-admin-autosave.php:1364
584
  #: wppa-photo-admin-autosave.php:1483 wppa-photo-admin-autosave.php:1880
585
- #: wppa-settings-autosave.php:478 wppa-settings-autosave.php:640
586
- #: wppa-settings-autosave.php:662 wppa-settings-autosave.php:1400
587
- #: wppa-settings-autosave.php:1421 wppa-settings-autosave.php:2938
588
- #: wppa-settings-autosave.php:2959 wppa-settings-autosave.php:3283
589
- #: wppa-settings-autosave.php:3307 wppa-settings-autosave.php:4584
590
- #: wppa-settings-autosave.php:4605 wppa-settings-autosave.php:4781
591
- #: wppa-settings-autosave.php:4805 wppa-settings-autosave.php:5854
592
- #: wppa-settings-autosave.php:6264 wppa-settings-autosave.php:6514
593
- #: wppa-settings-autosave.php:6536 wppa-settings-autosave.php:7199
594
- #: wppa-settings-autosave.php:7223 wppa-settings-autosave.php:8945
595
- #: wppa-settings-autosave.php:8967 wppa-settings-autosave.php:9007
596
- #: wppa-settings-autosave.php:9029 wppa-settings-autosave.php:9075
597
- #: wppa-settings-autosave.php:9101 wppa-widget-admin.php:256
598
  msgid "Description"
599
  msgstr ""
600
 
601
- #: wppa-ajax.php:1025
602
  msgid "Unbalanced tags in album description!"
603
  msgstr ""
604
 
605
- #: wppa-ajax.php:1032
606
  msgid "Album order #"
607
  msgstr ""
608
 
609
- #: wppa-ajax.php:1035
610
  msgid "Cover photo"
611
  msgstr ""
612
 
613
- #: wppa-ajax.php:1038
614
  msgid "Parent album"
615
  msgstr ""
616
 
617
- #: wppa-ajax.php:1043 wppa-settings-autosave.php:3825
618
  msgid "Photo order"
619
  msgstr ""
620
 
621
- #: wppa-ajax.php:1046
622
  msgid "Use Alt thumbsize"
623
  msgstr ""
624
 
625
- #: wppa-ajax.php:1049
626
  msgid "Cover Type"
627
  msgstr ""
628
 
629
- #: wppa-ajax.php:1052 wppa-settings-autosave.php:4806
630
- #: wppa-settings-autosave.php:5855
631
  msgid "Link type"
632
  msgstr ""
633
 
634
- #: wppa-ajax.php:1055 wppa-album-covers.php:1302
635
  msgid "Link to"
636
  msgstr "Link til"
637
 
638
- #: wppa-ajax.php:1058 wppa-ajax.php:1456 wppa-album-admin-autosave.php:1088
639
  #: wppa-album-admin-autosave.php:1225 wppa-album-admin-autosave.php:1397
640
  #: wppa-album-admin-autosave.php:1492 wppa-boxes-html.php:531
641
  #: wppa-photo-admin-autosave.php:1366 wppa-photo-admin-autosave.php:1485
@@ -643,655 +643,655 @@ msgstr "Link til"
643
  msgid "Owner"
644
  msgstr "Ejer"
645
 
646
- #: wppa-ajax.php:1060
647
  #, php-format
648
  msgid "User %s does not exist"
649
  msgstr ""
650
 
651
- #: wppa-ajax.php:1065 wppa-ajax.php:1071
652
  msgid "Upload limit count"
653
  msgstr ""
654
 
655
- #: wppa-ajax.php:1078
656
  msgid "Upload limit time"
657
  msgstr ""
658
 
659
- #: wppa-ajax.php:1082
660
  msgid "Default tags"
661
  msgstr ""
662
 
663
- #: wppa-ajax.php:1087
664
  msgid "Categories"
665
  msgstr ""
666
 
667
- #: wppa-ajax.php:1090
668
  msgid "Sub albums sort order"
669
  msgstr ""
670
 
671
- #: wppa-ajax.php:1098 wppa-ajax.php:1526
672
  msgid "Schedule date/time"
673
  msgstr ""
674
 
675
- #: wppa-ajax.php:1111 wppa-ajax.php:1137
676
  #, php-format
677
  msgid "<b>%s</b> of album %s updated"
678
  msgstr ""
679
 
680
- #: wppa-ajax.php:1119
681
  msgid "All photos set to scheduled per date"
682
  msgstr ""
683
 
684
- #: wppa-ajax.php:1146
685
  #, php-format
686
  msgid "An error occurred while trying to update <b>%s</b> of album %s"
687
  msgstr ""
688
 
689
- #: wppa-ajax.php:1147 wppa-ajax.php:1410 wppa-ajax.php:1516
690
  msgid "Press CTRL+F5 and try again."
691
  msgstr ""
692
 
693
- #: wppa-ajax.php:1161
694
  msgid "You do not have the rights to update comment status"
695
  msgstr ""
696
 
697
- #: wppa-ajax.php:1178
698
  #, php-format
699
  msgid "Status of comment #%s updated"
700
  msgstr ""
701
 
702
- #: wppa-ajax.php:1181
703
  #, php-format
704
  msgid "Error updating status comment #%s"
705
  msgstr ""
706
 
707
- #: wppa-ajax.php:1192
708
  msgid "You do not have the rights to change photos"
709
  msgstr ""
710
 
711
- #: wppa-ajax.php:1201
712
  msgid "Watermark applied"
713
  msgstr ""
714
 
715
- #: wppa-ajax.php:1205
716
  msgid "An error occured while trying to apply a watermark"
717
  msgstr ""
718
 
719
- #: wppa-ajax.php:1224
720
  msgid "You do not have the rights to update photo information"
721
  msgstr ""
722
 
723
- #: wppa-ajax.php:1230
724
  #, php-format
725
  msgid "%s updated to %s."
726
  msgstr ""
727
 
728
- #: wppa-ajax.php:1280
729
  #, php-format
730
  msgid "Format error %s. Must be yyyy:mm:dd hh:mm:ss"
731
  msgstr ""
732
 
733
- #: wppa-ajax.php:1284
734
  msgid "Exif date/time updated"
735
  msgstr ""
736
 
737
- #: wppa-ajax.php:1290
738
  msgid "Enter a value > -90 and < 90"
739
  msgstr ""
740
 
741
- #: wppa-ajax.php:1298
742
  msgid "Lattitude updated"
743
  msgstr ""
744
 
745
- #: wppa-ajax.php:1300
746
  msgid "Could not update lattitude"
747
  msgstr ""
748
 
749
- #: wppa-ajax.php:1306
750
  msgid "Enter a value > -180 and < 180"
751
  msgstr ""
752
 
753
- #: wppa-ajax.php:1314
754
  msgid "Longitude updated"
755
  msgstr ""
756
 
757
- #: wppa-ajax.php:1316
758
  msgid "Could not update longitude"
759
  msgstr ""
760
 
761
- #: wppa-ajax.php:1324
762
  msgid "Photo files remade"
763
  msgstr ""
764
 
765
- #: wppa-ajax.php:1327
766
  msgid "Could not remake files"
767
  msgstr ""
768
 
769
- #: wppa-ajax.php:1333
770
  msgid "Thumbnail remade"
771
  msgstr ""
772
 
773
- #: wppa-ajax.php:1336
774
  msgid "Could not remake thumbnail"
775
  msgstr ""
776
 
777
- #: wppa-ajax.php:1346 wppa-photo-admin-autosave.php:184
778
- #: wppa-settings-autosave.php:3641 wppa-tinymce-scripts.php:288
779
- #: wppa-tinymce-shortcodes.php:613 wppa-widget-admin.php:84
780
  msgid "left"
781
  msgstr ""
782
 
783
- #: wppa-ajax.php:1350 wppa-photo-admin-autosave.php:186
784
  msgid "180&deg;"
785
  msgstr ""
786
 
787
- #: wppa-ajax.php:1354 wppa-photo-admin-autosave.php:188
788
- #: wppa-settings-autosave.php:3641 wppa-tinymce-scripts.php:290
789
- #: wppa-tinymce-shortcodes.php:615 wppa-widget-admin.php:86
790
  msgid "right"
791
  msgstr ""
792
 
793
- #: wppa-ajax.php:1362
794
  #, php-format
795
  msgid "Photo %s rotated %s"
796
  msgstr ""
797
 
798
- #: wppa-ajax.php:1365
799
  #, php-format
800
  msgid "An error occurred while trying to rotate photo %s"
801
  msgstr ""
802
 
803
- #: wppa-ajax.php:1375 wppa-ajax.php:1398 wppa-photo-admin-autosave.php:1100
804
  #: wppa-photo-admin-autosave.php:1118
805
  #, php-format
806
  msgid "A photo with filename %s already exists in album %s."
807
  msgstr ""
808
 
809
- #: wppa-ajax.php:1385
810
  #, php-format
811
  msgid "Photo %s has been moved to album %s (%s)"
812
  msgstr ""
813
 
814
- #: wppa-ajax.php:1388
815
  #, php-format
816
  msgid "An error occurred while trying to move photo %s"
817
  msgstr ""
818
 
819
- #: wppa-ajax.php:1406
820
  #, php-format
821
  msgid "Photo %s copied to album %s (%s)"
822
  msgstr ""
823
 
824
- #: wppa-ajax.php:1409
825
  #, php-format
826
  msgid "An error occurred while trying to copy photo %s"
827
  msgstr ""
828
 
829
- #: wppa-ajax.php:1439 wppa-ajax.php:2018
830
  msgid "Unbalanced tags in photo description!"
831
  msgstr ""
832
 
833
- #: wppa-ajax.php:1445
834
  msgid "Photo order #"
835
  msgstr ""
836
 
837
- #: wppa-ajax.php:1450
838
  #, php-format
839
  msgid "User %s does not exists"
840
  msgstr ""
841
 
842
- #: wppa-ajax.php:1459
843
  msgid "Link url"
844
  msgstr ""
845
 
846
- #: wppa-ajax.php:1462
847
  msgid "Link title"
848
  msgstr ""
849
 
850
- #: wppa-ajax.php:1465
851
  msgid "Link target"
852
  msgstr ""
853
 
854
- #: wppa-ajax.php:1471 wppa-multitag-widget.php:34 wppa-multitag-widget.php:66
855
  #: wppa-tagcloud-widget.php:34 wppa-tagcloud-widget.php:63
856
  msgid "Photo Tags"
857
  msgstr ""
858
 
859
- #: wppa-ajax.php:1476 wppa-comment-admin.php:317 wppa-comment-admin.php:404
860
  #: wppa-photo-admin-autosave.php:1365 wppa-photo-admin-autosave.php:1484
861
- #: wppa-settings-autosave.php:6539 wppa-settings-autosave.php:7202
862
- #: wppa-settings-autosave.php:8968 wppa-settings-autosave.php:9008
863
- #: wppa-settings-autosave.php:9030 wppa-settings-autosave.php:9076
864
  msgid "Status"
865
  msgstr ""
866
 
867
- #: wppa-ajax.php:1479
868
  msgid "HTML Alt"
869
  msgstr ""
870
 
871
- #: wppa-ajax.php:1483
872
  msgid "Video width"
873
  msgstr ""
874
 
875
- #: wppa-ajax.php:1485 wppa-ajax.php:1492
876
  msgid "Please enter an integer value >= 0"
877
  msgstr ""
878
 
879
- #: wppa-ajax.php:1490
880
  msgid "Video height"
881
  msgstr ""
882
 
883
- #: wppa-ajax.php:1508 wppa-ajax.php:1542
884
  #, php-format
885
  msgid "<b>%s</b> of video %s updated"
886
  msgstr ""
887
 
888
- #: wppa-ajax.php:1511 wppa-ajax.php:1545
889
  #, php-format
890
  msgid "<b>%s</b> of photo %s updated"
891
  msgstr ""
892
 
893
- #: wppa-ajax.php:1515
894
  #, php-format
895
  msgid "An error occurred while trying to update <b>%s</b> of photo %s"
896
  msgstr ""
897
 
898
- #: wppa-ajax.php:1571
899
  #, php-format
900
  msgid "<b>Custom field %s</b> of photo %s updated"
901
  msgstr ""
902
 
903
- #: wppa-ajax.php:1578
904
  msgid "<b>Error during upload.</b>"
905
  msgstr ""
906
 
907
- #: wppa-ajax.php:1606
908
  msgid "Photo files updated."
909
  msgstr ""
910
 
911
- #: wppa-ajax.php:1611
912
  msgid "Could not update files."
913
  msgstr ""
914
 
915
- #: wppa-ajax.php:1622
916
  #, php-format
917
  msgid "Stereo mode updated in %d milliseconds"
918
  msgstr ""
919
 
920
- #: wppa-ajax.php:1638
921
  msgid "You do not have the rights to update settings"
922
  msgstr ""
923
 
924
- #: wppa-ajax.php:1719
925
  msgid "Capability granted"
926
  msgstr ""
927
 
928
- #: wppa-ajax.php:1724
929
  msgid "Capability withdrawn"
930
  msgstr ""
931
 
932
- #: wppa-ajax.php:1735
933
  msgid "Column width."
934
  msgstr ""
935
 
936
- #: wppa-ajax.php:1738
937
  msgid "Initial width."
938
  msgstr ""
939
 
940
- #: wppa-ajax.php:1741
941
  msgid "Full size."
942
  msgstr ""
943
 
944
- #: wppa-ajax.php:1744
945
  msgid "Max height."
946
  msgstr ""
947
 
948
- #: wppa-ajax.php:1749
949
  msgid "Thumbnail size."
950
  msgstr ""
951
 
952
- #: wppa-ajax.php:1753
953
  msgid "Thumbnail frame width"
954
  msgstr ""
955
 
956
- #: wppa-ajax.php:1757
957
  msgid "Thumbnail frame height"
958
  msgstr ""
959
 
960
- #: wppa-ajax.php:1760
961
  msgid "Thumbnail Spacing"
962
  msgstr ""
963
 
964
- #: wppa-ajax.php:1763
965
  msgid "Photocount treshold."
966
  msgstr ""
967
 
968
- #: wppa-ajax.php:1766
969
  msgid "Thumb page size."
970
  msgstr ""
971
 
972
- #: wppa-ajax.php:1769
973
  msgid "Cover photo size."
974
  msgstr ""
975
 
976
- #: wppa-ajax.php:1772
977
  msgid "Album page size."
978
  msgstr ""
979
 
980
- #: wppa-ajax.php:1775
981
  msgid "Number of TopTen photos"
982
  msgstr ""
983
 
984
- #: wppa-ajax.php:1778
985
  msgid "Widget image thumbnail size"
986
  msgstr ""
987
 
988
- #: wppa-ajax.php:1781 wppa-settings-autosave.php:1057
989
  msgid "Max Cover width"
990
  msgstr ""
991
 
992
- #: wppa-ajax.php:1784
993
  msgid "Minimal description height"
994
  msgstr ""
995
 
996
- #: wppa-ajax.php:1787
997
  msgid "Minimal cover height"
998
  msgstr ""
999
 
1000
- #: wppa-ajax.php:1790
1001
  msgid "Minimal text frame height"
1002
  msgstr ""
1003
 
1004
- #: wppa-ajax.php:1793 wppa-settings-autosave.php:1354
1005
  msgid "Border width"
1006
  msgstr ""
1007
 
1008
- #: wppa-ajax.php:1796 wppa-settings-autosave.php:738
1009
- #: wppa-settings-autosave.php:1363
1010
  msgid "Border radius"
1011
  msgstr ""
1012
 
1013
- #: wppa-ajax.php:1799 wppa-settings-autosave.php:749
1014
  msgid "Box spacing"
1015
  msgstr ""
1016
 
1017
- #: wppa-ajax.php:1805 wppa-settings-autosave.php:1032
1018
  msgid "Popup size"
1019
  msgstr ""
1020
 
1021
- #: wppa-ajax.php:1808
1022
  msgid "Fullsize border width"
1023
  msgstr ""
1024
 
1025
- #: wppa-ajax.php:1811
1026
  msgid "Lightbox Bordersize"
1027
  msgstr ""
1028
 
1029
- #: wppa-ajax.php:1814
1030
  msgid "Lightbox Borderwidth"
1031
  msgstr ""
1032
 
1033
- #: wppa-ajax.php:1817
1034
  msgid "Lightbox Borderradius"
1035
  msgstr ""
1036
 
1037
- #: wppa-ajax.php:1820
1038
  msgid "Number of Comment widget entries"
1039
  msgstr ""
1040
 
1041
- #: wppa-ajax.php:1823
1042
  msgid "Comment Widget image thumbnail size"
1043
  msgstr ""
1044
 
1045
- #: wppa-ajax.php:1826 wppa-ajax.php:1829 wppa-ajax.php:1832
1046
  msgid "Opacity."
1047
  msgstr ""
1048
 
1049
- #: wppa-ajax.php:1841 wppa-settings-autosave.php:1163
1050
  msgid "Avatar size"
1051
  msgstr ""
1052
 
1053
- #: wppa-ajax.php:1844 wppa-ajax.php:1847
1054
  msgid "Watermark opacity"
1055
  msgstr ""
1056
 
1057
- #: wppa-ajax.php:1850 wppa-settings-autosave.php:1332
1058
  msgid "Number of text lines"
1059
  msgstr ""
1060
 
1061
- #: wppa-ajax.php:1853 wppa-settings-autosave.php:4460
1062
  msgid "Overlay opacity"
1063
  msgstr ""
1064
 
1065
- #: wppa-ajax.php:1856 wppa-settings-autosave.php:7762
1066
  msgid "Upload limit"
1067
  msgstr ""
1068
 
1069
- #: wppa-ajax.php:1859 wppa-settings-autosave.php:4130
1070
  msgid "Notify inappropriate"
1071
  msgstr ""
1072
 
1073
- #: wppa-ajax.php:1862
1074
  msgid "Dislike pending"
1075
  msgstr ""
1076
 
1077
- #: wppa-ajax.php:1865
1078
  msgid "Dislike delete"
1079
  msgstr ""
1080
 
1081
- #: wppa-ajax.php:1868 wppa-settings-autosave.php:7298
1082
  msgid "Max execution time"
1083
  msgstr ""
1084
 
1085
- #: wppa-ajax.php:1874
1086
  msgid "myCRED / Cube Points"
1087
  msgstr ""
1088
 
1089
- #: wppa-ajax.php:1877
1090
  msgid "JPG Image quality"
1091
  msgstr ""
1092
 
1093
- #: wppa-ajax.php:1883 wppa-settings-autosave.php:4034
1094
  msgid "Number of coverphotos"
1095
  msgstr ""
1096
 
1097
- #: wppa-ajax.php:1886 wppa-settings-autosave.php:4101
1098
  msgid "Dislike value"
1099
  msgstr ""
1100
 
1101
- #: wppa-ajax.php:1889 wppa-settings-autosave.php:869
1102
  msgid "Slideshow pagesize"
1103
  msgstr ""
1104
 
1105
- #: wppa-ajax.php:1892 wppa-settings-autosave.php:888
1106
  msgid "Slideonly max"
1107
  msgstr ""
1108
 
1109
- #: wppa-ajax.php:1895 wppa-settings-autosave.php:767
1110
  msgid "Max Pagelinks"
1111
  msgstr ""
1112
 
1113
- #: wppa-ajax.php:1898 wppa-settings-autosave.php:2876
1114
  msgid "Start/pause symbol size"
1115
  msgstr ""
1116
 
1117
- #: wppa-ajax.php:1901 wppa-settings-autosave.php:2885
1118
  msgid "Start/pause symbol border radius"
1119
  msgstr ""
1120
 
1121
- #: wppa-ajax.php:1904 wppa-settings-autosave.php:2894
1122
  msgid "Stop symbol size"
1123
  msgstr ""
1124
 
1125
- #: wppa-ajax.php:1907 wppa-settings-autosave.php:2903
1126
  msgid "Stop symbol border radius"
1127
  msgstr ""
1128
 
1129
- #: wppa-ajax.php:1915
1130
  msgid "Ratings cleared"
1131
  msgstr ""
1132
 
1133
- #: wppa-ajax.php:1918
1134
  msgid "Could not clear ratings"
1135
  msgstr ""
1136
 
1137
- #: wppa-ajax.php:1927
1138
  msgid "Viewcounts cleared"
1139
  msgstr ""
1140
 
1141
- #: wppa-ajax.php:1930
1142
  msgid "Could not clear viewcounts"
1143
  msgstr ""
1144
 
1145
- #: wppa-ajax.php:1940
1146
  msgid "IPTC data cleared"
1147
  msgstr ""
1148
 
1149
- #: wppa-ajax.php:1941
1150
  msgid "Refresh this page to clear table X"
1151
  msgstr ""
1152
 
1153
- #: wppa-ajax.php:1945
1154
  msgid "Could not clear IPTC data"
1155
  msgstr ""
1156
 
1157
- #: wppa-ajax.php:1955
1158
  msgid "EXIF data cleared"
1159
  msgstr ""
1160
 
1161
- #: wppa-ajax.php:1956
1162
  msgid "Refresh this page to clear table XI"
1163
  msgstr ""
1164
 
1165
- #: wppa-ajax.php:1960
1166
  msgid "Could not clear EXIF data"
1167
  msgstr ""
1168
 
1169
- #: wppa-ajax.php:1968
1170
  msgid "Recuperation performed"
1171
  msgstr ""
1172
 
1173
- #: wppa-ajax.php:1983
1174
  msgid ""
1175
  "Illegal format. Please enter a 6 digit hexadecimal color value. Example: "
1176
  "#77bbff"
1177
  msgstr ""
1178
 
1179
- #: wppa-ajax.php:2009
1180
  msgid "You just changed a setting that requires the recalculation of ratings."
1181
  msgstr ""
1182
 
1183
- #: wppa-ajax.php:2010 wppa-ajax.php:2441
1184
  msgid "Please run the appropriate action in Table VIII."
1185
  msgstr ""
1186
 
1187
- #: wppa-ajax.php:2034 wppa-ajax.php:2050
1188
  #, php-format
1189
  msgid "Unable to create or write to %s"
1190
  msgstr ""
1191
 
1192
- #: wppa-ajax.php:2043
1193
  msgid "Source can not be inside the wppa folder."
1194
  msgstr ""
1195
 
1196
- #: wppa-ajax.php:2060
1197
  msgid "The content must contain w#album"
1198
  msgstr ""
1199
 
1200
- #: wppa-ajax.php:2067
1201
  msgid "The content must contain w#lat and w#lon"
1202
  msgstr ""
1203
 
1204
- #: wppa-ajax.php:2109 wppa-ajax.php:2115
1205
  msgid "Members"
1206
  msgstr ""
1207
 
1208
- #: wppa-ajax.php:2109
1209
  msgid "Parent of the member albums"
1210
  msgstr ""
1211
 
1212
- #: wppa-ajax.php:2253
1213
  #, php-format
1214
  msgid "User %s has been blacklisted."
1215
  msgstr ""
1216
 
1217
- #: wppa-ajax.php:2256 wppa-ajax.php:2286
1218
  #, php-format
1219
  msgid "User %s does not exist."
1220
  msgstr ""
1221
 
1222
- #: wppa-ajax.php:2283
1223
  #, php-format
1224
  msgid "User %s is now superuser."
1225
  msgstr ""
1226
 
1227
- #: wppa-ajax.php:2308
1228
  msgid ""
1229
  "The content of the Custom box has been changed to display the Fotomoto "
1230
  "toolbar."
1231
  msgstr ""
1232
 
1233
- #: wppa-ajax.php:2312 wppa-ajax.php:2327
1234
  msgid "The display of the custom box has been enabled"
1235
  msgstr ""
1236
 
1237
- #: wppa-ajax.php:2323
1238
  msgid "The content of the Custom box has been changed to display maps."
1239
  msgstr ""
1240
 
1241
- #: wppa-ajax.php:2359
1242
  msgid "This value can not be empty"
1243
  msgstr ""
1244
 
1245
- #: wppa-ajax.php:2388
1246
  msgid ""
1247
  "You must run Table VIII-A13 and VIII-A14 first before you can switch to "
1248
  "encrypted urls."
1249
  msgstr ""
1250
 
1251
- #: wppa-ajax.php:2391
1252
  msgid "Table IV-A3 will be switched off."
1253
  msgstr ""
1254
 
1255
- #: wppa-ajax.php:2395
1256
  msgid "Table IV-A4 will be switched off."
1257
  msgstr ""
1258
 
1259
- #: wppa-ajax.php:2405
1260
  msgid "Not allowed when cryptic links is active"
1261
  msgstr ""
1262
 
1263
- #: wppa-ajax.php:2419
1264
  #, php-format
1265
  msgid "Failed to set %s to %s"
1266
  msgstr ""
1267
 
1268
- #: wppa-ajax.php:2424
1269
  #, php-format
1270
  msgid "Setting %s updated to %s"
1271
  msgstr ""
1272
 
1273
- #: wppa-ajax.php:2440
1274
  msgid ""
1275
  "You just changed a setting that requires the regeneration of thumbnails."
1276
  msgstr ""
1277
 
1278
- #: wppa-ajax.php:2495
1279
  msgid "Missing album id"
1280
  msgstr ""
1281
 
1282
- #: wppa-ajax.php:2515
1283
  msgid "You do not have the rights to delete this album"
1284
  msgstr ""
1285
 
1286
- #: wppa-ajax.php:2536
1287
  msgid "An error has occurred"
1288
  msgstr ""
1289
 
1290
- #: wppa-ajax.php:2572 wppa-ajax.php:2579
1291
  msgid "You may also enter:"
1292
  msgstr ""
1293
 
1294
- #: wppa-ajax.php:2573 wppa-ajax.php:2580
1295
  msgid "You may also leave/set this blank"
1296
  msgstr ""
1297
 
@@ -1323,7 +1323,7 @@ msgid "Edit photo information except copy and move"
1323
  msgstr ""
1324
 
1325
  #: wppa-album-admin-autosave.php:82 wppa-album-admin-autosave.php:784
1326
- #: wppa-setup.php:1248
1327
  msgid "Edit photo information"
1328
  msgstr ""
1329
 
@@ -1335,8 +1335,8 @@ msgstr ""
1335
  msgid "Top of page"
1336
  msgstr ""
1337
 
1338
- #: wppa-album-admin-autosave.php:118 wppa-functions.php:4125
1339
- #: wppa-settings-autosave.php:7610 wppa-wpdb-insert.php:332
1340
  msgid "New Album"
1341
  msgstr "Nyt Album"
1342
 
@@ -1459,7 +1459,7 @@ msgid ""
1459
  msgstr ""
1460
 
1461
  #: wppa-album-admin-autosave.php:330 wppa-tinymce-shortcodes.php:345
1462
- #: wppa-tinymce-shortcodes.php:371 wppa-tinymce-shortcodes.php:558
1463
  msgid "Parent album:"
1464
  msgstr ""
1465
 
@@ -1473,68 +1473,68 @@ msgid "Photo order:"
1473
  msgstr ""
1474
 
1475
  #: wppa-album-admin-autosave.php:354 wppa-album-admin-autosave.php:455
1476
- #: wppa-settings-autosave.php:3868 wppa-settings-autosave.php:3892
1477
- #: wppa-tinymce-shortcodes.php:503 wppa-tinymce-shortcodes.php:522
1478
  msgid "--- default ---"
1479
  msgstr ""
1480
 
1481
  #: wppa-album-admin-autosave.php:355 wppa-album-admin-autosave.php:411
1482
- #: wppa-settings-autosave.php:3830 wppa-settings-autosave.php:3944
1483
  #: wppa-thumbnail-widget.php:201
1484
  msgid "Order #"
1485
  msgstr ""
1486
 
1487
  #: wppa-album-admin-autosave.php:357 wppa-album-admin-autosave.php:410
1488
- #: wppa-settings-autosave.php:3832 wppa-settings-autosave.php:3946
1489
  #: wppa-thumbnail-widget.php:203 wppa-widget-admin.php:149
1490
  msgid "Random"
1491
  msgstr ""
1492
 
1493
- #: wppa-album-admin-autosave.php:358 wppa-settings-autosave.php:3833
1494
  msgid "Rating mean value"
1495
  msgstr ""
1496
 
1497
  #: wppa-album-admin-autosave.php:359 wppa-bestof-widget.php:170
1498
- #: wppa-settings-autosave.php:3834 wppa-topten-widget.php:345
1499
  msgid "Number of votes"
1500
  msgstr ""
1501
 
1502
  #: wppa-album-admin-autosave.php:360 wppa-album-admin-autosave.php:415
1503
- #: wppa-settings-autosave.php:3835 wppa-settings-autosave.php:3947
1504
  msgid "Timestamp"
1505
  msgstr ""
1506
 
1507
  #: wppa-album-admin-autosave.php:361 wppa-photo-admin-autosave.php:292
1508
- #: wppa-settings-autosave.php:3836
1509
  msgid "EXIF Date"
1510
  msgstr ""
1511
 
1512
- #: wppa-album-admin-autosave.php:362 wppa-settings-autosave.php:3837
1513
- #: wppa-settings-autosave.php:3948
1514
  msgid "Order # desc"
1515
  msgstr ""
1516
 
1517
- #: wppa-album-admin-autosave.php:363 wppa-settings-autosave.php:3838
1518
- #: wppa-settings-autosave.php:3949
1519
  msgid "Name desc"
1520
  msgstr ""
1521
 
1522
- #: wppa-album-admin-autosave.php:364 wppa-settings-autosave.php:3839
1523
  #: wppa-thumbnail-widget.php:204
1524
  msgid "Rating mean value desc"
1525
  msgstr ""
1526
 
1527
- #: wppa-album-admin-autosave.php:365 wppa-settings-autosave.php:3840
1528
  #: wppa-thumbnail-widget.php:205
1529
  msgid "Number of votes desc"
1530
  msgstr ""
1531
 
1532
- #: wppa-album-admin-autosave.php:366 wppa-settings-autosave.php:3841
1533
- #: wppa-settings-autosave.php:3950 wppa-thumbnail-widget.php:206
1534
  msgid "Timestamp desc"
1535
  msgstr ""
1536
 
1537
- #: wppa-album-admin-autosave.php:367 wppa-settings-autosave.php:3842
1538
  msgid "EXIF Date desc"
1539
  msgstr ""
1540
 
@@ -1580,14 +1580,14 @@ msgstr ""
1580
 
1581
  #: wppa-album-admin-autosave.php:434 wppa-bestof-widget.php:182
1582
  #: wppa-bestof-widget.php:187 wppa-bestof-widget.php:192
1583
- #: wppa-lasten-widget.php:219 wppa-settings-autosave.php:497
1584
- #: wppa-settings-autosave.php:506 wppa-settings-autosave.php:515
1585
- #: wppa-settings-autosave.php:526 wppa-settings-autosave.php:535
1586
- #: wppa-settings-autosave.php:544 wppa-settings-autosave.php:553
1587
- #: wppa-settings-autosave.php:562 wppa-settings-autosave.php:571
1588
- #: wppa-settings-autosave.php:580 wppa-settings-autosave.php:589
1589
- #: wppa-settings-autosave.php:598 wppa-settings-autosave.php:607
1590
- #: wppa-settings-autosave.php:616 wppa-topten-widget.php:353
1591
  #: wppa-topten-widget.php:360 wppa-topten-widget.php:368
1592
  #: wppa-topten-widget.php:373 wppa-topten-widget.php:378
1593
  #: wppa-topten-widget.php:383 wppa-topten-widget.php:388
@@ -1596,14 +1596,14 @@ msgstr ""
1596
 
1597
  #: wppa-album-admin-autosave.php:435 wppa-bestof-widget.php:181
1598
  #: wppa-bestof-widget.php:186 wppa-bestof-widget.php:191
1599
- #: wppa-lasten-widget.php:220 wppa-settings-autosave.php:497
1600
- #: wppa-settings-autosave.php:506 wppa-settings-autosave.php:515
1601
- #: wppa-settings-autosave.php:526 wppa-settings-autosave.php:535
1602
- #: wppa-settings-autosave.php:544 wppa-settings-autosave.php:553
1603
- #: wppa-settings-autosave.php:562 wppa-settings-autosave.php:571
1604
- #: wppa-settings-autosave.php:580 wppa-settings-autosave.php:589
1605
- #: wppa-settings-autosave.php:598 wppa-settings-autosave.php:607
1606
- #: wppa-settings-autosave.php:616 wppa-settings-autosave.php:625
1607
  #: wppa-super-view-widget.php:85 wppa-topten-widget.php:352
1608
  #: wppa-topten-widget.php:359 wppa-topten-widget.php:367
1609
  #: wppa-topten-widget.php:372 wppa-topten-widget.php:377
@@ -1621,28 +1621,28 @@ msgstr ""
1621
  msgid "Cover Type:"
1622
  msgstr ""
1623
 
1624
- #: wppa-album-admin-autosave.php:456 wppa-settings-autosave.php:1959
1625
- #: wppa-settings-autosave.php:4014
1626
  msgid "Standard"
1627
  msgstr ""
1628
 
1629
- #: wppa-album-admin-autosave.php:457 wppa-settings-autosave.php:4015
1630
  msgid "Long Descriptions"
1631
  msgstr ""
1632
 
1633
- #: wppa-album-admin-autosave.php:458 wppa-settings-autosave.php:4016
1634
  msgid "Image Factory"
1635
  msgstr ""
1636
 
1637
- #: wppa-album-admin-autosave.php:459 wppa-settings-autosave.php:4017
1638
  msgid "Standard mcr"
1639
  msgstr ""
1640
 
1641
- #: wppa-album-admin-autosave.php:460 wppa-settings-autosave.php:4018
1642
  msgid "Long Descriptions mcr"
1643
  msgstr ""
1644
 
1645
- #: wppa-album-admin-autosave.php:461 wppa-settings-autosave.php:4019
1646
  msgid "Image Factory mcr"
1647
  msgstr ""
1648
 
@@ -1670,33 +1670,33 @@ msgstr ""
1670
  msgid "Upload limit:"
1671
  msgstr ""
1672
 
1673
- #: wppa-album-admin-autosave.php:506 wppa-settings-autosave.php:5980
1674
- #: wppa-settings-autosave.php:7769
1675
  msgid "for ever"
1676
  msgstr ""
1677
 
1678
  #: wppa-album-admin-autosave.php:507 wppa-album-admin-autosave.php:524
1679
- #: wppa-settings-autosave.php:5981 wppa-settings-autosave.php:7770
1680
  msgid "per hour"
1681
  msgstr ""
1682
 
1683
  #: wppa-album-admin-autosave.php:508 wppa-album-admin-autosave.php:525
1684
- #: wppa-settings-autosave.php:5982 wppa-settings-autosave.php:7771
1685
  msgid "per day"
1686
  msgstr ""
1687
 
1688
  #: wppa-album-admin-autosave.php:509 wppa-album-admin-autosave.php:526
1689
- #: wppa-settings-autosave.php:5983 wppa-settings-autosave.php:7772
1690
  msgid "per week"
1691
  msgstr ""
1692
 
1693
  #: wppa-album-admin-autosave.php:510 wppa-album-admin-autosave.php:527
1694
- #: wppa-settings-autosave.php:5984 wppa-settings-autosave.php:7773
1695
  msgid "per month"
1696
  msgstr ""
1697
 
1698
  #: wppa-album-admin-autosave.php:511 wppa-album-admin-autosave.php:528
1699
- #: wppa-settings-autosave.php:5985 wppa-settings-autosave.php:7774
1700
  msgid "per year"
1701
  msgstr ""
1702
 
@@ -1799,19 +1799,19 @@ msgstr ""
1799
  msgid "Link type:"
1800
  msgstr ""
1801
 
1802
- #: wppa-album-admin-autosave.php:642 wppa-settings-autosave.php:7930
1803
  msgid "the sub-albums and thumbnails"
1804
  msgstr ""
1805
 
1806
- #: wppa-album-admin-autosave.php:643 wppa-settings-autosave.php:7931
1807
  msgid "the sub-albums"
1808
  msgstr ""
1809
 
1810
- #: wppa-album-admin-autosave.php:644 wppa-settings-autosave.php:7932
1811
  msgid "the thumbnails"
1812
  msgstr ""
1813
 
1814
- #: wppa-album-admin-autosave.php:645 wppa-settings-autosave.php:7933
1815
  msgid "the album photos as slideshow"
1816
  msgstr ""
1817
 
@@ -1819,7 +1819,7 @@ msgstr ""
1819
  msgid "the link page with a clean url"
1820
  msgstr ""
1821
 
1822
- #: wppa-album-admin-autosave.php:647 wppa-settings-autosave.php:7934
1823
  msgid "no link at all"
1824
  msgstr ""
1825
 
@@ -1841,8 +1841,8 @@ msgstr ""
1841
  msgid "Link to:"
1842
  msgstr ""
1843
 
1844
- #: wppa-album-admin-autosave.php:668 wppa-settings-autosave.php:9632
1845
- #: wppa-settings-autosave.php:9682
1846
  msgid "There are no pages (yet) to link to."
1847
  msgstr ""
1848
 
@@ -1924,7 +1924,7 @@ msgstr ""
1924
  msgid "Moderate photo"
1925
  msgstr ""
1926
 
1927
- #: wppa-album-admin-autosave.php:818 wppa-functions.php:2293
1928
  #: wppa-photo-admin-autosave.php:24
1929
  msgid "Edit photo"
1930
  msgstr "N&aelig;ste billede"
@@ -1934,9 +1934,9 @@ msgid "Delete Album"
1934
  msgstr ""
1935
 
1936
  #: wppa-album-admin-autosave.php:844 wppa-boxes-html.php:814
1937
- #: wppa-breadcrumb.php:279 wppa-breadcrumb.php:303 wppa-breadcrumb.php:333
1938
- #: wppa-breadcrumb.php:353 wppa-breadcrumb.php:447 wppa-breadcrumb.php:474
1939
- #: wppa-breadcrumb.php:628 wppa-comment-admin.php:65 wppa-featen-widget.php:179
1940
  #: wppa-lasten-widget.php:203 wppa-slideshow-widget.php:199
1941
  #: wppa-thumbnail-widget.php:189 wppa-topten-widget.php:326
1942
  #: wppa-upload-widget.php:85 wppa-upload.php:116 wppa-upload.php:204
@@ -1962,9 +1962,9 @@ msgstr ""
1962
  #: wppa-album-admin-autosave.php:1528 wppa-album-admin-autosave.php:1715
1963
  #: wppa-boxes-html.php:929 wppa-comment-admin.php:319
1964
  #: wppa-comment-admin.php:388 wppa-comment-admin.php:406
1965
- #: wppa-functions.php:2063 wppa-links.php:776 wppa-links.php:794
1966
  #: wppa-photo-admin-autosave.php:1312 wppa-photo-admin-autosave.php:1380
1967
- #: wppa-thumbnails.php:624
1968
  msgid "Delete"
1969
  msgstr "Slet"
1970
 
@@ -1973,7 +1973,7 @@ msgid "Move to:"
1973
  msgstr ""
1974
 
1975
  #: wppa-album-admin-autosave.php:860 wppa-photo-admin-autosave.php:2010
1976
- #: wppa-settings-autosave.php:2768
1977
  msgid "Cancel"
1978
  msgstr ""
1979
 
@@ -2222,63 +2222,63 @@ msgstr ""
2222
  msgid "Ord:"
2223
  msgstr ""
2224
 
2225
- #: wppa-album-covers.php:1332 wppa-album-covers.php:1391
2226
- #: wppa-album-covers.php:1399 wppa-album-covers.php:1615
2227
  msgid "View the album"
2228
  msgstr "Se album"
2229
 
2230
- #: wppa-album-covers.php:1352
2231
  msgid "View the cover photo"
2232
  msgid_plural "View the cover photos"
2233
  msgstr[0] "Se forside foto"
2234
  msgstr[1] "Se forside foto's"
2235
 
2236
- #: wppa-album-covers.php:1409
2237
  msgid "View"
2238
  msgstr "Vis"
2239
 
2240
- #: wppa-album-covers.php:1411
2241
  #, php-format
2242
  msgid "%d album"
2243
  msgid_plural "%d albums"
2244
  msgstr[0] ""
2245
  msgstr[1] ""
2246
 
2247
- #: wppa-album-covers.php:1417 wppa-boxes-html.php:1268 wppa-breadcrumb.php:146
2248
- #: wppa-breadcrumb.php:152 wppa-breadcrumb.php:159 wppa-breadcrumb.php:383
2249
- #: wppa-breadcrumb.php:385 wppa-breadcrumb.php:391 wppa-breadcrumb.php:393
2250
- #: wppa-breadcrumb.php:401 wppa-breadcrumb.php:417 wppa-breadcrumb.php:430
2251
- #: wppa-breadcrumb.php:436 wppa-utils.php:1684 wppa-utils.php:2332
2252
  msgid "and"
2253
  msgstr "og"
2254
 
2255
- #: wppa-album-covers.php:1420
2256
  #, php-format
2257
  msgid "%d photo"
2258
  msgid_plural "%d photos"
2259
  msgstr[0] ""
2260
  msgstr[1] ""
2261
 
2262
- #: wppa-album-covers.php:1483
2263
  msgid "New!"
2264
  msgstr "Nyt!"
2265
 
2266
- #: wppa-album-covers.php:1486 wppa-thumbnails.php:1954 wppa-thumbnails.php:1955
2267
  msgid "New"
2268
  msgstr "Ny"
2269
 
2270
- #: wppa-album-covers.php:1724 wppa-boxes-html.php:838 wppa-non-admin.php:687
2271
- #: wppa-settings-autosave.php:2209 wppa-settings-autosave.php:5428
2272
- #: wppa-settings-autosave.php:8089
2273
  msgid "Slideshow"
2274
  msgstr "Slideshow"
2275
 
2276
- #: wppa-album-covers.php:1725
2277
  msgid "Browse photos"
2278
  msgstr "Se fotos"
2279
 
2280
- #: wppa-album-covers.php:1762 wppa-breadcrumb.php:385 wppa-breadcrumb.php:393
2281
- #: wppa-breadcrumb.php:430 wppa-breadcrumb.php:436
2282
  msgid "Category:"
2283
  msgid_plural "Categories:"
2284
  msgstr[0] ""
@@ -2308,7 +2308,7 @@ msgstr ""
2308
  msgid "--- all separate albums ---"
2309
  msgstr ""
2310
 
2311
- #: wppa-album-navigator-widget.php:102 wppa-common-functions.php:1697
2312
  #: wppa-items.php:405
2313
  msgid "--- owner/public ---"
2314
  msgstr "---ejer/offentlige---"
@@ -2438,15 +2438,15 @@ msgstr ""
2438
  msgid "Rating count:"
2439
  msgstr ""
2440
 
2441
- #: wppa-bestof-widget.php:198 wppa-common-functions.php:1679 wppa-items.php:393
2442
- #: wppa-settings-autosave.php:1345 wppa-settings-autosave.php:1694
2443
- #: wppa-settings-autosave.php:3627 wppa-settings-autosave.php:3641
2444
- #: wppa-settings-autosave.php:3829 wppa-settings-autosave.php:3943
2445
- #: wppa-settings-autosave.php:5502 wppa-settings-autosave.php:6224
2446
- #: wppa-settings-autosave.php:7566 wppa-settings-autosave.php:7785
2447
- #: wppa-settings-autosave.php:7841 wppa-settings-autosave.php:8704
2448
- #: wppa-settings-autosave.php:8861 wppa-thumbnail-widget.php:200
2449
- #: wppa-tinymce-scripts.php:287 wppa-tinymce-shortcodes.php:612
2450
  #: wppa-upload.php:1528 wppa-watermark.php:519 wppa-widget-admin.php:83
2451
  #: wppa-widget-admin.php:254
2452
  msgid "--- none ---"
@@ -2468,12 +2468,12 @@ msgstr ""
2468
  msgid "Photo search results"
2469
  msgstr "Foto søgeresultater"
2470
 
2471
- #: wppa-boxes-html.php:377 wppa-breadcrumb.php:134
2472
  #: wppa-settings-autosave.php:409
2473
  msgid "Albums"
2474
  msgstr "Album"
2475
 
2476
- #: wppa-boxes-html.php:383 wppa-breadcrumb.php:149
2477
  msgid "Photos"
2478
  msgstr "Foto's"
2479
 
@@ -2482,7 +2482,7 @@ msgid "Category"
2482
  msgstr "Kategori"
2483
 
2484
  #: wppa-boxes-html.php:415 wppa-boxes-html.php:548
2485
- #: wppa-settings-autosave.php:7681 wppa-settings-autosave.php:7692
2486
  msgid "Text"
2487
  msgstr "Tekst"
2488
 
@@ -2496,9 +2496,9 @@ msgstr "CTRL + Klik for at tilføje / fjerne mulighed."
2496
  msgid "Items must meet all selected options."
2497
  msgstr "Elementer skal opfylde alle valgte indstillinger."
2498
 
2499
- #: wppa-boxes-html.php:540 wppa-settings-autosave.php:8965
2500
- #: wppa-settings-autosave.php:9005 wppa-settings-autosave.php:9027
2501
- #: wppa-settings-autosave.php:9073
2502
  msgid "Tag"
2503
  msgstr "Tag"
2504
 
@@ -2520,7 +2520,7 @@ msgid "Super View Photos"
2520
  msgstr "Super View Billeder"
2521
 
2522
  #: wppa-boxes-html.php:830 wppa-settings-autosave.php:425
2523
- #: wppa-settings-autosave.php:4690
2524
  msgid "Thumbnails"
2525
  msgstr "Miniatyrbilder"
2526
 
@@ -2568,7 +2568,7 @@ msgstr "Find!"
2568
  msgid "Social media landing page"
2569
  msgstr "Sociale medier destinationsside"
2570
 
2571
- #: wppa-boxes-html.php:1269 wppa-utils.php:1684
2572
  #, php-format
2573
  msgid "See this image on %s"
2574
  msgstr "Se dette billed p&aring; %s"
@@ -2636,7 +2636,7 @@ msgstr "Indtast album beskrivelse"
2636
  msgid "Create album"
2637
  msgstr "Opret album"
2638
 
2639
- #: wppa-boxes-html.php:1875 wppa-boxes-html.php:1888 wppa-functions.php:4256
2640
  msgid "Max uploads reached"
2641
  msgstr "Maks. antal indsendinger er opn&aring;et"
2642
 
@@ -2726,7 +2726,7 @@ msgstr ""
2726
  "Hvis du ikke udfylder dette felt, s&aring; vil filens navn blive brugt som "
2727
  "foto navn"
2728
 
2729
- #: wppa-boxes-html.php:2198 wppa-settings-autosave.php:1633
2730
  msgid "Photo name"
2731
  msgstr ""
2732
 
@@ -2770,119 +2770,119 @@ msgstr "Album beskrivelse:"
2770
  msgid "Update album"
2771
  msgstr "Opdater album"
2772
 
2773
- #: wppa-boxes-html.php:2625
2774
  msgid "wrote:"
2775
  msgstr "skrev:"
2776
 
2777
- #: wppa-boxes-html.php:2687
2778
  msgid "Avatar"
2779
  msgstr "Profilbillede"
2780
 
2781
- #: wppa-boxes-html.php:2730 wppa-links.php:820
2782
  msgid "Awaiting moderation"
2783
  msgstr "Venter p&aring; godkendelse"
2784
 
2785
- #: wppa-boxes-html.php:2733
2786
  msgid "Marked as spam"
2787
  msgstr "Markeret som spam"
2788
 
2789
- #: wppa-boxes-html.php:2757
2790
  msgid "Edit!"
2791
  msgstr "Rediger!"
2792
 
2793
- #: wppa-boxes-html.php:2761
2794
  msgid "Send!"
2795
  msgstr "Send"
2796
 
2797
- #: wppa-boxes-html.php:2822
2798
  msgid "Your name:"
2799
  msgstr "Dit navn"
2800
 
2801
- #: wppa-boxes-html.php:2837
2802
  msgid "Your email:"
2803
  msgstr "Din email"
2804
 
2805
- #: wppa-boxes-html.php:2853
2806
  msgid "Your comment:"
2807
  msgstr "Din kommentar"
2808
 
2809
- #: wppa-boxes-html.php:2898
2810
  #, php-format
2811
  msgid "You must <a href=\"%s\">login</a> to enter a comment"
2812
  msgstr "Du skal <a href=\"%s\">logge ind</a> for at indtaste en kommentar"
2813
 
2814
- #: wppa-boxes-html.php:2901
2815
  msgid "You must login to enter a comment"
2816
  msgstr "Du skal logge ind for at indtaste en kommentar"
2817
 
2818
- #: wppa-boxes-html.php:2913 wppa-functions.php:2492 wppa-thumbnails.php:677
2819
  #, php-format
2820
  msgid "%d comment"
2821
  msgid_plural "%d comments"
2822
  msgstr[0] "%d kommentar"
2823
  msgstr[1] "%d kommentarer"
2824
 
2825
- #: wppa-boxes-html.php:2917
2826
  msgid "Leave a comment"
2827
  msgstr "Skriv en kommentar"
2828
 
2829
- #: wppa-boxes-html.php:3014
2830
  msgid "Show IPTC data"
2831
  msgstr "Vis IPTC data"
2832
 
2833
- #: wppa-boxes-html.php:3025
2834
  msgid "Hide IPTC data"
2835
  msgstr "Skjul IPTC data"
2836
 
2837
- #: wppa-boxes-html.php:3073
2838
  msgid "No IPTC data"
2839
  msgstr "Ingen IPTC data"
2840
 
2841
- #: wppa-boxes-html.php:3125
2842
  msgid "Show EXIF data"
2843
  msgstr "Vis EXIF data"
2844
 
2845
- #: wppa-boxes-html.php:3136
2846
  msgid "Hide EXIF data"
2847
  msgstr "Skjul EXIF data"
2848
 
2849
- #: wppa-boxes-html.php:3188
2850
  msgid "No EXIF data"
2851
  msgstr "Ingen EXIF data"
2852
 
2853
- #: wppa-boxes-html.php:3303 wppa-boxes-html.php:3308
2854
  msgid "< Previous"
2855
  msgstr "< Forrige"
2856
 
2857
- #: wppa-boxes-html.php:3314 wppa-boxes-html.php:3319
2858
  msgid "Next >"
2859
  msgstr "Næste >"
2860
 
2861
- #: wppa-boxes-html.php:3416 wppa-boxes-html.php:3484
2862
  msgid "See the authors albums"
2863
  msgstr "Se forfatternes album"
2864
 
2865
- #: wppa-boxes-html.php:3420 wppa-boxes-html.php:3488
2866
  msgid "See the authors photos"
2867
  msgstr "Se forfatternes billeder"
2868
 
2869
- #: wppa-boxes-html.php:3424 wppa-boxes-html.php:3492
2870
  msgid "See all the authors photos"
2871
  msgstr "Se alle forfatternes billeder"
2872
 
2873
- #: wppa-boxes-html.php:3447
2874
  #, php-format
2875
  msgid "Photo by: %s"
2876
  msgstr "Foto af: %s"
2877
 
2878
- #: wppa-boxes-html.php:3450 wppa-boxes-html.php:3513
2879
  #, php-format
2880
  msgid "%d max rating"
2881
  msgid_plural "%d max ratings"
2882
  msgstr[0] ""
2883
  msgstr[1] ""
2884
 
2885
- #: wppa-boxes-html.php:3454 wppa-boxes-html.php:3517 wppa-non-admin.php:850
2886
  #: wppa-topten-widget.php:196 wppa-topten-widget.php:213
2887
  #: wppa-topten-widget.php:249
2888
  #, php-format
@@ -2891,186 +2891,186 @@ msgid_plural "%d votes"
2891
  msgstr[0] ""
2892
  msgstr[1] ""
2893
 
2894
- #: wppa-boxes-html.php:3458
2895
  #, php-format
2896
  msgid "Rating: %4.2f."
2897
  msgstr ""
2898
 
2899
- #: wppa-boxes-html.php:3466
2900
  #, php-format
2901
  msgid "Photo %s not found."
2902
  msgstr "Foto %s ikke fundet."
2903
 
2904
- #: wppa-boxes-html.php:3521
2905
  #, php-format
2906
  msgid "Mean value: %4.2f."
2907
  msgstr "Middelværdi: %4.2f."
2908
 
2909
- #: wppa-boxes-html.php:3868 wppa-photo-admin-autosave.php:196
2910
  msgid "Refresh"
2911
  msgstr "Opdater"
2912
 
2913
- #: wppa-breadcrumb.php:119
2914
  msgid "Post:"
2915
  msgstr "Indlæg:"
2916
 
2917
- #: wppa-breadcrumb.php:119 wppa-breadcrumb.php:655
2918
  msgid "Page:"
2919
  msgstr "Side:"
2920
 
2921
- #: wppa-breadcrumb.php:137
2922
  msgid "with category:"
2923
  msgstr "med kategori:"
2924
 
2925
- #: wppa-breadcrumb.php:140 wppa-breadcrumb.php:155
2926
  msgid "with name:"
2927
  msgstr "med navn:"
2928
 
2929
- #: wppa-breadcrumb.php:143 wppa-breadcrumb.php:159
2930
  msgid "with words:"
2931
  msgstr "med ordene:"
2932
 
2933
- #: wppa-breadcrumb.php:152
2934
  msgid "with tag:"
2935
  msgstr "med tag:"
2936
 
2937
- #: wppa-breadcrumb.php:163
2938
  msgid "of owner:"
2939
  msgstr "af ejer:"
2940
 
2941
- #: wppa-breadcrumb.php:168
2942
  msgid "with iptc tag:"
2943
  msgstr "med iptc tag:"
2944
 
2945
- #: wppa-breadcrumb.php:168 wppa-breadcrumb.php:173
2946
  msgid "with content:"
2947
  msgstr "med indhold:"
2948
 
2949
- #: wppa-breadcrumb.php:173
2950
  msgid "with exif tag:"
2951
  msgstr "med exif tag:"
2952
 
2953
- #: wppa-breadcrumb.php:182 wppa-breadcrumb.php:207 wppa-breadcrumb.php:266
2954
- #: wppa-breadcrumb.php:290 wppa-breadcrumb.php:315 wppa-breadcrumb.php:340
2955
- #: wppa-breadcrumb.php:360 wppa-breadcrumb.php:373 wppa-breadcrumb.php:388
2956
- #: wppa-breadcrumb.php:414 wppa-breadcrumb.php:433 wppa-breadcrumb.php:454
2957
  msgid "View the thumbnails"
2958
  msgstr "Se miniatyrbilder"
2959
 
2960
- #: wppa-breadcrumb.php:200
2961
  #, php-format
2962
  msgid "Searchresults from album %s and its subalbums"
2963
  msgstr "Søgeresultater fra albummet %s og dets underalbummer"
2964
 
2965
- #: wppa-breadcrumb.php:204 wppa-breadcrumb.php:210
2966
  msgid "Searchstring:"
2967
  msgstr "S&oslash;gestreng:"
2968
 
2969
- #: wppa-breadcrumb.php:219 wppa-breadcrumb.php:237
2970
  msgid "Photos by EXIF date"
2971
  msgstr "Fotos efter EXIF dato"
2972
 
2973
- #: wppa-breadcrumb.php:223 wppa-breadcrumb.php:241
2974
  msgid "Photos by date of upload"
2975
  msgstr "Billeder efter dato for upload"
2976
 
2977
- #: wppa-breadcrumb.php:227 wppa-breadcrumb.php:245
2978
  msgid "Photos by date last modified"
2979
  msgstr "Billeder efter dato for sidste ændring"
2980
 
2981
- #: wppa-breadcrumb.php:257 wppa-breadcrumb.php:269
2982
  #, php-format
2983
  msgid "Photos by %s"
2984
  msgstr "Fotos af %s"
2985
 
2986
- #: wppa-breadcrumb.php:276 wppa-breadcrumb.php:300 wppa-breadcrumb.php:330
2987
- #: wppa-breadcrumb.php:350 wppa-breadcrumb.php:469
2988
  msgid "Various albums"
2989
  msgstr "Forskellige album"
2990
 
2991
- #: wppa-breadcrumb.php:279 wppa-breadcrumb.php:303 wppa-breadcrumb.php:333
2992
- #: wppa-breadcrumb.php:353 wppa-breadcrumb.php:474 wppa-lasten-widget.php:211
2993
  msgid "Albums:"
2994
  msgstr "Album:"
2995
 
2996
- #: wppa-breadcrumb.php:283 wppa-breadcrumb.php:293
2997
  msgid "Top rated photos"
2998
  msgstr "Top fotos"
2999
 
3000
- #: wppa-breadcrumb.php:308 wppa-breadcrumb.php:319
3001
  msgid "Recently modified photos"
3002
  msgstr "Nyligt modificerede fotos"
3003
 
3004
- #: wppa-breadcrumb.php:311 wppa-breadcrumb.php:322
3005
  msgid "Recently uploaded photos"
3006
  msgstr "Nyligt kommenterede fotos"
3007
 
3008
- #: wppa-breadcrumb.php:337 wppa-breadcrumb.php:343 wppa-comment-widget.php:40
3009
  msgid "Recently commented photos"
3010
  msgstr "Nyligt kommenterede fotos"
3011
 
3012
- #: wppa-breadcrumb.php:357 wppa-breadcrumb.php:363 wppa-featen-widget.php:38
3013
  msgid "Featured photos"
3014
  msgstr "Top fotos"
3015
 
3016
- #: wppa-breadcrumb.php:370 wppa-breadcrumb.php:376
3017
  msgid "Related photos"
3018
  msgstr "Relaterede billeder"
3019
 
3020
- #: wppa-breadcrumb.php:383 wppa-breadcrumb.php:391 wppa-breadcrumb.php:401
3021
- #: wppa-breadcrumb.php:417
3022
  msgid "Tagged photos:"
3023
  msgstr "Tagged fotos:"
3024
 
3025
- #: wppa-breadcrumb.php:383 wppa-breadcrumb.php:385 wppa-breadcrumb.php:391
3026
- #: wppa-breadcrumb.php:393 wppa-breadcrumb.php:401 wppa-breadcrumb.php:417
3027
- #: wppa-breadcrumb.php:430 wppa-breadcrumb.php:436
3028
  msgid "or"
3029
  msgstr "eller"
3030
 
3031
- #: wppa-breadcrumb.php:384 wppa-breadcrumb.php:392
3032
  msgid "From albums with"
3033
  msgstr ""
3034
 
3035
- #: wppa-breadcrumb.php:403 wppa-breadcrumb.php:419
3036
  msgid "out of various albums"
3037
  msgstr ""
3038
 
3039
- #: wppa-breadcrumb.php:406 wppa-breadcrumb.php:422
3040
  msgid "Inverted"
3041
  msgstr "Invers"
3042
 
3043
- #: wppa-breadcrumb.php:451 wppa-breadcrumb.php:457
3044
  msgid "Recently updated albums"
3045
  msgstr "Nyligt opdaterede albums"
3046
 
3047
- #: wppa-breadcrumb.php:467
3048
  #, php-format
3049
  msgid "Various albums by %s"
3050
  msgstr "Forskellige album af %s"
3051
 
3052
- #: wppa-breadcrumb.php:495 wppa-breadcrumb.php:510
3053
  msgid "Thumbnail view"
3054
  msgstr "Miniaturevisning"
3055
 
3056
- #: wppa-breadcrumb.php:499 wppa-breadcrumb.php:500 wppa-breadcrumb.php:515
3057
- #: wppa-breadcrumb.php:516
3058
  msgid "Thumbs"
3059
  msgstr "Miniature"
3060
 
3061
- #: wppa-breadcrumb.php:653
3062
  msgid "Unpublished"
3063
  msgstr "Ikke publiceret"
3064
 
3065
- #: wppa-breadcrumb.php:683
3066
  msgid "Found photos will meet the search criteria as follows:"
3067
  msgstr "Fundet fotos vil opfylde søgekriterierne som følger:"
3068
 
3069
- #: wppa-breadcrumb.php:686
3070
  msgid "AND"
3071
  msgstr "OG"
3072
 
3073
- #: wppa-breadcrumb.php:690
3074
  msgid "OR"
3075
  msgstr "ELLER"
3076
 
@@ -3103,7 +3103,7 @@ msgstr ""
3103
  msgid "Email:"
3104
  msgstr ""
3105
 
3106
- #: wppa-comment-admin.php:80 wppa-utils.php:990
3107
  msgid "Comment:"
3108
  msgstr ""
3109
 
@@ -3167,8 +3167,8 @@ msgstr ""
3167
  msgid "Linkpage:"
3168
  msgstr ""
3169
 
3170
- #: wppa-comment-admin.php:231 wppa-settings-autosave.php:4861
3171
- #: wppa-settings-autosave.php:7959
3172
  msgid "--- Please select a page ---"
3173
  msgstr ""
3174
 
@@ -3230,7 +3230,7 @@ msgstr ""
3230
  msgid "Save Settings / Perform bulk action"
3231
  msgstr ""
3232
 
3233
- #: wppa-comment-admin.php:309 wppa-comment-admin.php:396 wppa-non-admin.php:692
3234
  msgid "Photo"
3235
  msgstr "Foto"
3236
 
@@ -3239,18 +3239,18 @@ msgid "(Album)"
3239
  msgstr ""
3240
 
3241
  #: wppa-comment-admin.php:311 wppa-comment-admin.php:398
3242
- #: wppa-settings-autosave.php:476 wppa-settings-autosave.php:638
3243
- #: wppa-settings-autosave.php:660 wppa-settings-autosave.php:1398
3244
- #: wppa-settings-autosave.php:1419 wppa-settings-autosave.php:2936
3245
- #: wppa-settings-autosave.php:2957 wppa-settings-autosave.php:3281
3246
- #: wppa-settings-autosave.php:3305 wppa-settings-autosave.php:4582
3247
- #: wppa-settings-autosave.php:4603 wppa-settings-autosave.php:4779
3248
- #: wppa-settings-autosave.php:4803 wppa-settings-autosave.php:5852
3249
- #: wppa-settings-autosave.php:6512 wppa-settings-autosave.php:6534
3250
- #: wppa-settings-autosave.php:7197 wppa-settings-autosave.php:7221
3251
- #: wppa-settings-autosave.php:8943 wppa-settings-autosave.php:8964
3252
- #: wppa-settings-autosave.php:9004 wppa-settings-autosave.php:9026
3253
- #: wppa-settings-autosave.php:9072
3254
  msgid "#"
3255
  msgstr ""
3256
 
@@ -3283,7 +3283,7 @@ msgstr ""
3283
  msgid "Reply to your comment on photo: %s on %s"
3284
  msgstr ""
3285
 
3286
- #: wppa-comment-admin.php:366 wppa-functions.php:2285
3287
  msgid "Reply"
3288
  msgstr "Besvar"
3289
 
@@ -3320,19 +3320,19 @@ msgstr ""
3320
  msgid "Comments on Photos"
3321
  msgstr ""
3322
 
3323
- #: wppa-comment-widget.php:73 wppa-non-admin.php:820 wppa-thumbnails.php:496
3324
  msgid "wrote"
3325
  msgstr "skrev"
3326
 
3327
  #: wppa-comment-widget.php:87 wppa-featen-widget.php:137
3328
- #: wppa-lasten-widget.php:148 wppa-non-admin.php:821 wppa-non-admin.php:826
3329
- #: wppa-non-admin.php:831 wppa-non-admin.php:835 wppa-non-admin.php:842
3330
- #: wppa-non-admin.php:852 wppa-potd-widget.php:133
3331
  #: wppa-thumbnail-widget.php:114 wppa-topten-widget.php:257
3332
  msgid "Photo not found"
3333
  msgstr "Foto ikke fundet"
3334
 
3335
- #: wppa-comment-widget.php:93 wppa-non-admin.php:822
3336
  msgid "There are no commented photos (yet)"
3337
  msgstr ""
3338
 
@@ -3340,71 +3340,71 @@ msgstr ""
3340
  msgid "Default photo album for"
3341
  msgstr "Standard fotoalbum for"
3342
 
3343
- #: wppa-common-functions.php:648 wppa-functions.php:4669
3344
  #, php-format
3345
  msgid "%d second"
3346
  msgid_plural "%d seconds"
3347
  msgstr[0] ""
3348
  msgstr[1] ""
3349
 
3350
- #: wppa-common-functions.php:652 wppa-functions.php:4665
3351
- #: wppa-settings-autosave.php:6357 wppa-settings-autosave.php:6358
3352
  #, php-format
3353
  msgid "%d minute"
3354
  msgid_plural "%d minutes"
3355
  msgstr[0] ""
3356
  msgstr[1] ""
3357
 
3358
- #: wppa-common-functions.php:656 wppa-functions.php:4661
3359
- #: wppa-settings-autosave.php:6359 wppa-settings-autosave.php:7576
3360
  #, php-format
3361
  msgid "%d hour"
3362
  msgid_plural "%d hours"
3363
  msgstr[0] ""
3364
  msgstr[1] ""
3365
 
3366
- #: wppa-common-functions.php:660 wppa-functions.php:4657
3367
- #: wppa-settings-autosave.php:6360 wppa-settings-autosave.php:7577
3368
- #: wppa-settings-autosave.php:7578 wppa-settings-autosave.php:7579
3369
- #: wppa-settings-autosave.php:7580 wppa-settings-autosave.php:7581
3370
- #: wppa-settings-autosave.php:7582 wppa-settings-autosave.php:7584
3371
- #: wppa-settings-autosave.php:7585 wppa-settings-autosave.php:7586
3372
- #: wppa-settings-autosave.php:8764
3373
  #, php-format
3374
  msgid "%d day"
3375
  msgid_plural "%d days"
3376
  msgstr[0] ""
3377
  msgstr[1] ""
3378
 
3379
- #: wppa-common-functions.php:664 wppa-functions.php:4653
3380
- #: wppa-settings-autosave.php:6361 wppa-settings-autosave.php:7583
3381
- #: wppa-settings-autosave.php:7587 wppa-settings-autosave.php:7588
3382
- #: wppa-settings-autosave.php:7589 wppa-settings-autosave.php:8765
3383
  #, php-format
3384
  msgid "%d week"
3385
  msgid_plural "%d weeks"
3386
  msgstr[0] ""
3387
  msgstr[1] ""
3388
 
3389
- #: wppa-common-functions.php:668 wppa-settings-autosave.php:7590
3390
- #: wppa-settings-autosave.php:8766 wppa-settings-autosave.php:8767
3391
- #: wppa-settings-autosave.php:8768 wppa-settings-autosave.php:8769
3392
- #: wppa-settings-autosave.php:8770 wppa-settings-autosave.php:8772
3393
  #, php-format
3394
  msgid "%d month"
3395
  msgid_plural "%d months"
3396
  msgstr[0] ""
3397
  msgstr[1] ""
3398
 
3399
- #: wppa-common-functions.php:671 wppa-settings-autosave.php:8771
3400
- #: wppa-settings-autosave.php:8773
3401
  #, php-format
3402
  msgid "%d year"
3403
  msgid_plural "%d years"
3404
  msgstr[0] ""
3405
  msgstr[1] ""
3406
 
3407
- #: wppa-common-functions.php:1395
3408
  #, php-format
3409
  msgid ""
3410
  "Based on your server memory limit you should not upload images larger then "
@@ -3413,40 +3413,40 @@ msgstr ""
3413
  "Baseret på din server hukommelse grænse bør du ikke uploade billeder større "
3414
  "derefter <strong>%d x %d (% 2.1f MP)</strong>"
3415
 
3416
- #: wppa-common-functions.php:1673
3417
  msgid "- select an album -"
3418
  msgstr "- vælg et album -"
3419
 
3420
- #: wppa-common-functions.php:1685 wppa-items.php:401
3421
  #: wppa-multitag-widget.php:76 wppa-multitag-widget.php:84
3422
  #: wppa-slideshow-widget.php:199 wppa-tagcloud-widget.php:71
3423
  #: wppa-tagcloud-widget.php:79
3424
  msgid "--- all ---"
3425
  msgstr "--- alle ---"
3426
 
3427
- #: wppa-common-functions.php:1691
3428
  msgid "--- generic ---"
3429
  msgstr "--- generisk ---"
3430
 
3431
- #: wppa-common-functions.php:1708
3432
  msgid "--- multiple see below ---"
3433
  msgstr "--- multipel se nedenfor ---"
3434
 
3435
- #: wppa-common-functions.php:1714
3436
  msgid "--- a selection box ---"
3437
  msgstr "--- et valgboksen ---"
3438
 
3439
- #: wppa-common-functions.php:1753 wppa-items.php:397
3440
- #: wppa-settings-autosave.php:7785 wppa-settings-autosave.php:7841
3441
  #: wppa-upload.php:1529
3442
  msgid "--- separate ---"
3443
  msgstr "--- adskille ---"
3444
 
3445
- #: wppa-common-functions.php:1854
3446
  msgid "Photo id ="
3447
  msgstr "Foto id ="
3448
 
3449
- #: wppa-common-functions.php:1854
3450
  msgid "Value ="
3451
  msgstr "Værdi ="
3452
 
@@ -3502,7 +3502,7 @@ msgstr ""
3502
  msgid "Invalid photo identifier:"
3503
  msgstr ""
3504
 
3505
- #: wppa-encrypt.php:187
3506
  msgid "Invalid album identifier:"
3507
  msgstr ""
3508
 
@@ -3510,182 +3510,182 @@ msgstr ""
3510
  msgid "n.a."
3511
  msgstr "n.a."
3512
 
3513
- #: wppa-exif-iptc-common.php:239 wppa-utils.php:2552
3514
  msgid "Not Defined"
3515
  msgstr "Ikke Defineret"
3516
 
3517
- #: wppa-exif-iptc-common.php:240 wppa-utils.php:2553
3518
  msgid "Manual"
3519
  msgstr "Manual"
3520
 
3521
- #: wppa-exif-iptc-common.php:241 wppa-utils.php:2554
3522
  msgid "Program AE"
3523
  msgstr "Program AE"
3524
 
3525
- #: wppa-exif-iptc-common.php:242 wppa-utils.php:2555
3526
  msgid "Aperture-priority AE"
3527
  msgstr "Bl&aelig;ndeprioriteret AE"
3528
 
3529
- #: wppa-exif-iptc-common.php:243 wppa-utils.php:2556
3530
  msgid "Shutter speed priority AE"
3531
  msgstr "Lukkerhastighedsprioritet AE"
3532
 
3533
- #: wppa-exif-iptc-common.php:244 wppa-utils.php:2557
3534
  msgid "Creative (Slow speed)"
3535
  msgstr "Kreativ (Langsom hastighed)"
3536
 
3537
- #: wppa-exif-iptc-common.php:245 wppa-utils.php:2558
3538
  msgid "Action (High speed)"
3539
  msgstr "Handling (h&oslash;j hastighed)"
3540
 
3541
- #: wppa-exif-iptc-common.php:246 wppa-utils.php:2559
3542
  msgid "Portrait"
3543
  msgstr "Portr&aelig;t"
3544
 
3545
- #: wppa-exif-iptc-common.php:247 wppa-utils.php:2560
3546
  msgid "Landscape"
3547
  msgstr "Landskab"
3548
 
3549
- #: wppa-exif-iptc-common.php:248 wppa-utils.php:2561
3550
  msgid "Bulb"
3551
  msgstr "Bulb"
3552
 
3553
- #: wppa-exif-iptc-common.php:270 wppa-utils.php:2562
3554
  msgid "Average"
3555
  msgstr "gennemsnitlig"
3556
 
3557
- #: wppa-exif-iptc-common.php:271 wppa-utils.php:2563
3558
  msgid "Center-weighted average"
3559
  msgstr "Centerv&aelig;gtet gennemsnit"
3560
 
3561
- #: wppa-exif-iptc-common.php:272 wppa-utils.php:2564
3562
  msgid "Spot"
3563
  msgstr "Spot"
3564
 
3565
- #: wppa-exif-iptc-common.php:273 wppa-utils.php:2565
3566
  msgid "Multi-spot"
3567
  msgstr "Multi-spot"
3568
 
3569
- #: wppa-exif-iptc-common.php:274 wppa-utils.php:2566
3570
  msgid "Multi-segment"
3571
  msgstr "Multi-segment"
3572
 
3573
- #: wppa-exif-iptc-common.php:275 wppa-utils.php:2567
3574
  msgid "Partial"
3575
  msgstr "Delvist"
3576
 
3577
- #: wppa-exif-iptc-common.php:276 wppa-settings-autosave.php:4707
3578
- #: wppa-utils.php:2568
3579
  msgid "Other"
3580
  msgstr "Andet"
3581
 
3582
- #: wppa-exif-iptc-common.php:312 wppa-utils.php:2569
3583
  msgid "No Flash"
3584
  msgstr "Ingen blitz"
3585
 
3586
- #: wppa-exif-iptc-common.php:314 wppa-utils.php:2570
3587
  msgid "Fired"
3588
  msgstr "Afskudt"
3589
 
3590
- #: wppa-exif-iptc-common.php:316 wppa-utils.php:2571
3591
  msgid "Fired, Return not detected"
3592
  msgstr "Afskudt, returnering er ikke opdaget "
3593
 
3594
- #: wppa-exif-iptc-common.php:318 wppa-utils.php:2572
3595
  msgid "Fired, Return detected"
3596
  msgstr "Afskudt, returnering er opdaget "
3597
 
3598
- #: wppa-exif-iptc-common.php:320 wppa-utils.php:2573
3599
  msgid "On, Did not fire"
3600
  msgstr "Tilsluttet, afsk&oslash;d ikke"
3601
 
3602
- #: wppa-exif-iptc-common.php:322 wppa-utils.php:2574
3603
  msgid "On, Fired"
3604
  msgstr "Tilsluttet, afskudt"
3605
 
3606
- #: wppa-exif-iptc-common.php:324 wppa-utils.php:2575
3607
  msgid "On, Return not detected"
3608
  msgstr "Tilsluttet, returnering er ikke opdaget "
3609
 
3610
- #: wppa-exif-iptc-common.php:326 wppa-utils.php:2576
3611
  msgid "On, Return detected"
3612
  msgstr "Tilsluttet, returnering er opdaget "
3613
 
3614
- #: wppa-exif-iptc-common.php:328 wppa-utils.php:2577
3615
  msgid "Off, Did not fire"
3616
  msgstr "Slukket, afsk&oslash;d ikke"
3617
 
3618
- #: wppa-exif-iptc-common.php:330 wppa-utils.php:2578
3619
  msgid "Off, Did not fire, Return not detected"
3620
  msgstr "Slukket, afsk&oslash;d ikke, returnering er ikke opdaget "
3621
 
3622
- #: wppa-exif-iptc-common.php:332 wppa-utils.php:2579
3623
  msgid "Auto, Did not fire"
3624
  msgstr "Automatisk, afsk&oslash;d ikke"
3625
 
3626
- #: wppa-exif-iptc-common.php:334 wppa-utils.php:2580
3627
  msgid "Auto, Fired"
3628
  msgstr "Automatisk, afskudt"
3629
 
3630
- #: wppa-exif-iptc-common.php:336 wppa-utils.php:2581
3631
  msgid "Auto, Fired, Return not detected"
3632
  msgstr "Automatisk, afskudt, returnering er ikke opdaget "
3633
 
3634
- #: wppa-exif-iptc-common.php:338 wppa-utils.php:2582
3635
  msgid "Auto, Fired, Return detected"
3636
  msgstr "Automatisk, afskudt, returnering er opdaget "
3637
 
3638
- #: wppa-exif-iptc-common.php:340 wppa-utils.php:2583
3639
  msgid "No flash function"
3640
  msgstr "Ingen blitz funktion"
3641
 
3642
- #: wppa-exif-iptc-common.php:342 wppa-utils.php:2584
3643
  msgid "Off, No flash function"
3644
  msgstr "Slukket, ingen blitz funktion"
3645
 
3646
- #: wppa-exif-iptc-common.php:344 wppa-utils.php:2585
3647
  msgid "Fired, Red-eye reduction"
3648
  msgstr "Afskudt, R&oslash;d-&oslash;je reduktion"
3649
 
3650
- #: wppa-exif-iptc-common.php:346 wppa-utils.php:2586
3651
  msgid "Fired, Red-eye reduction, Return not detected"
3652
  msgstr "Afskudt, R&oslash;d-&oslash;je reduktion, returnering er ikke opdaget "
3653
 
3654
- #: wppa-exif-iptc-common.php:348 wppa-utils.php:2587
3655
  msgid "Fired, Red-eye reduction, Return detected"
3656
  msgstr "Afskudt, R&oslash;d-&oslash;je reduktion, returnering er opdaget "
3657
 
3658
- #: wppa-exif-iptc-common.php:350 wppa-utils.php:2588
3659
  msgid "On, Red-eye reduction"
3660
  msgstr "Tilstuttet, R&oslash;d-&oslash;je reduktion"
3661
 
3662
- #: wppa-exif-iptc-common.php:352 wppa-utils.php:2589
3663
  msgid "Red-eye reduction, Return not detected"
3664
  msgstr "R&oslash;d-&oslash;je reduktion, returnering er ikke opdaget "
3665
 
3666
- #: wppa-exif-iptc-common.php:354 wppa-utils.php:2590
3667
  msgid "On, Red-eye reduction, Return detected"
3668
  msgstr "Tilstuttet, R&oslash;d-&oslash;je reduktion, returnering er opdaget "
3669
 
3670
- #: wppa-exif-iptc-common.php:356 wppa-utils.php:2591
3671
  msgid "Off, Red-eye reduction"
3672
  msgstr "Slukket, R&oslash;d-&oslash;je reduktion"
3673
 
3674
- #: wppa-exif-iptc-common.php:358 wppa-utils.php:2592
3675
  msgid "Auto, Did not fire, Red-eye reduction"
3676
  msgstr "Automatisk, Afsk&oslash;d ikke, R&oslash;d-&oslash;je reduktion"
3677
 
3678
- #: wppa-exif-iptc-common.php:360 wppa-utils.php:2593
3679
  msgid "Auto, Fired, Red-eye reduction"
3680
  msgstr "Automatisk, Afskudt, R&oslash;d-&oslash;je reduktion"
3681
 
3682
- #: wppa-exif-iptc-common.php:362 wppa-utils.php:2594
3683
  msgid "Auto, Fired, Red-eye reduction, Return not detected"
3684
  msgstr ""
3685
  "Automatisk, Afskudt, R&oslash;d-&oslash;je reduktion, returnering er ikke "
3686
  "opdaget "
3687
 
3688
- #: wppa-exif-iptc-common.php:364 wppa-utils.php:2595
3689
  msgid "Auto, Fired, Red-eye reduction, Return detected"
3690
  msgstr ""
3691
  "Automatisk, Afskudt, R&oslash;d-&oslash;je reduktion, returnering er opdaget "
@@ -3790,19 +3790,19 @@ msgstr ""
3790
  msgid "Featured Photos"
3791
  msgstr ""
3792
 
3793
- #: wppa-featen-widget.php:115 wppa-non-admin.php:825
3794
  msgid "View the featured photos"
3795
  msgstr ""
3796
 
3797
- #: wppa-featen-widget.php:146 wppa-non-admin.php:827
3798
  msgid "There are no featured photos (yet)"
3799
  msgstr ""
3800
 
3801
- #: wppa-functions.php:665
3802
  msgid "No related photos found."
3803
  msgstr "Ingen relaterede billeder fundet."
3804
 
3805
- #: wppa-functions.php:1023
3806
  #, php-format
3807
  msgid ""
3808
  "There are %s albums found. Only the first %s will be shown. Please refine "
@@ -3811,81 +3811,81 @@ msgstr ""
3811
  "Der er %s album fundet. Kun den første %s vil blive vist. Venligst forfine "
3812
  "dine søgekriterier."
3813
 
3814
- #: wppa-functions.php:2060 wppa-links.php:769 wppa-links.php:786
3815
- #: wppa-thumbnails.php:622
3816
  msgid "Are you sure you want to remove this photo?"
3817
  msgstr "Er du sikker p&aring;, at du vil fjerne dette foto"
3818
 
3819
- #: wppa-functions.php:2078 wppa-thumbnails.php:604
3820
  msgid "Are you sure you want to add this photo to your zip?"
3821
  msgstr ""
3822
 
3823
- #: wppa-functions.php:2081 wppa-thumbnails.php:607
3824
  msgid "MyChoice"
3825
  msgstr ""
3826
 
3827
- #: wppa-functions.php:2159
3828
  #, php-format
3829
  msgid "%d dislike"
3830
  msgid_plural "%d dislikes"
3831
  msgstr[0] ""
3832
  msgstr[1] ""
3833
 
3834
- #: wppa-functions.php:2161
3835
  msgid "including mine"
3836
  msgstr "herunder minen"
3837
 
3838
- #: wppa-functions.php:2263
3839
  msgid "Comment edited"
3840
  msgstr "Kommentarer redigeret"
3841
 
3842
- #: wppa-functions.php:2268
3843
  msgid "Photo comment"
3844
  msgstr "Foto kommentar"
3845
 
3846
- #: wppa-functions.php:2272
3847
  msgid "Comment on photo:"
3848
  msgstr "Kommentar til billeder"
3849
 
3850
- #: wppa-functions.php:2283
3851
  msgid "wrote on photo"
3852
  msgstr "Se fotos"
3853
 
3854
- #: wppa-functions.php:2287
3855
  msgid "Moderate comment admin"
3856
  msgstr "Godkend kommentar administration"
3857
 
3858
- #: wppa-functions.php:2290 wppa-functions.php:4464 wppa-upload.php:1428
3859
  msgid "Moderate manage photo"
3860
  msgstr "Se fotos"
3861
 
3862
- #: wppa-functions.php:2304
3863
  msgid "You receive this email as you are assigned to moderate"
3864
  msgstr "Du modtager denne e-mail, fordi du er sat til at godkende"
3865
 
3866
- #: wppa-functions.php:2316
3867
  msgid "You receive this email as administrator of the site"
3868
  msgstr ""
3869
  "Du modtager denne e-mail, fordi du er administrator p&aring; hjemmesiden"
3870
 
3871
- #: wppa-functions.php:2333
3872
  msgid "You receive this email as uploader of the photo"
3873
  msgstr "Du modtager denne e-mail, fordi du indsendte et foto"
3874
 
3875
- #: wppa-functions.php:2350
3876
  msgid "You receive this email as owner of the album"
3877
  msgstr "Du modtager denne e-mail, fordi du er ejer af albumet"
3878
 
3879
- #: wppa-functions.php:2367
3880
  msgid "You receive this email because you commented this photo earlier."
3881
  msgstr ""
3882
  "Du modtager denne e-mail, fordi du kommenterede dette billede tidligere."
3883
 
3884
- #: wppa-functions.php:2393
3885
  msgid "Comment added"
3886
  msgstr "Kommentar tilføjet"
3887
 
3888
- #: wppa-functions.php:2399
3889
  msgid ""
3890
  "Sorry, you gave a wrong answer.\\n\\nPlease try again to solve the "
3891
  "computation."
@@ -3893,146 +3893,146 @@ 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:2410
3897
  msgid "Could not process comment.\\nProbably timed out."
3898
  msgstr "Kommentar kunne ikke bearbejdes"
3899
 
3900
- #: wppa-functions.php:2528 wppa-links.php:1489
3901
  msgid "A video can not be printed or downloaded"
3902
  msgstr "En video kan ikke udskrives eller downloades"
3903
 
3904
- #: wppa-functions.php:2976
3905
  msgid "ERROR: Illegal attempt to enter a rating."
3906
  msgstr "FEJL: Ulovlig forsøg på at indtaste en rating."
3907
 
3908
- #: wppa-functions.php:2989
3909
  msgid "ERROR: Illegal attempt to enter a comment."
3910
  msgstr "FEJL: Ulovlig forsøg på at indtaste en kommentar."
3911
 
3912
- #: wppa-functions.php:4128
3913
  msgid "ERROR: Illegal attempt to create an album."
3914
  msgstr "FEJL: Ulovlig forsøg på at skabe et album."
3915
 
3916
- #: wppa-functions.php:4132
3917
  msgid "Wrong captcha, please try again"
3918
  msgstr "Forkert captcha, prøv igen"
3919
 
3920
- #: wppa-functions.php:4146
3921
  #, php-format
3922
  msgid "Album #%s created"
3923
  msgstr "Album #%s oprettet"
3924
 
3925
- #: wppa-functions.php:4152
3926
  msgid "Could not create album"
3927
  msgstr "Kunne ikke oprette album"
3928
 
3929
- #: wppa-functions.php:4163
3930
  msgid "ERROR: Illegal attempt to upload a file."
3931
  msgstr "FEJL: Ulovlig forsøg på at uploade en fil."
3932
 
3933
- #: wppa-functions.php:4203
3934
  msgid "Photo upload"
3935
  msgstr "Foto upload"
3936
 
3937
- #: wppa-functions.php:4204
3938
  #, php-format
3939
  msgid "%d photo successfully uploaded"
3940
  msgid_plural "%d photos successfully uploaded"
3941
  msgstr[0] ""
3942
  msgstr[1] ""
3943
 
3944
- #: wppa-functions.php:4205
3945
  #, php-format
3946
  msgid "%s points added"
3947
  msgstr ""
3948
 
3949
- #: wppa-functions.php:4215
3950
  msgid "Upload failed"
3951
  msgstr "Indl&aelig;sning fejlede"
3952
 
3953
- #: wppa-functions.php:4218
3954
  #, php-format
3955
  msgid "%d upload failed"
3956
  msgid_plural "%d uploads failed"
3957
  msgstr[0] ""
3958
  msgstr[1] ""
3959
 
3960
- #: wppa-functions.php:4262
3961
  msgid "Error during upload"
3962
  msgstr "Fejl under upload"
3963
 
3964
- #: wppa-functions.php:4318
3965
  msgid "Could not insert media into db."
3966
  msgstr ""
3967
 
3968
- #: wppa-functions.php:4358
3969
  msgid "Uploaded file is not an image"
3970
  msgstr "Uploaded fil er ikke et billede"
3971
 
3972
- #: wppa-functions.php:4364
3973
  #, php-format
3974
  msgid ""
3975
  "Only gif, jpg and png image files are supported. Returned filetype = %d."
3976
  msgstr ""
3977
  "Kun gif, jpg og png filer underst&oslash;ttes. Den forkerte filtype er %d."
3978
 
3979
- #: wppa-functions.php:4372
3980
  #, php-format
3981
  msgid "Uploaded file is larger than the allowed maximum of %d x %d pixels."
3982
  msgstr "Uploadede fil er større end den tilladte maksimum på %d x %d pixel."
3983
 
3984
- #: wppa-functions.php:4380
3985
  #, php-format
3986
  msgid "Uploaded file %s already exists in this album."
3987
  msgstr "Uploadet fil %s findes allerede i dette album."
3988
 
3989
- #: wppa-functions.php:4390
3990
  #, php-format
3991
  msgid "The image is too big. Max photo size: %d x %d (%2.1f MegaPixel)"
3992
  msgstr ""
3993
  "Billedet er for stort. Maks. foto st&oslash;rrelse: %d x %d (%2.1f MegaPixel)"
3994
 
3995
- #: wppa-functions.php:4423
3996
  msgid "Could not insert photo into db."
3997
  msgstr "Kunne ikke inds&aelig;tte foto i databasen."
3998
 
3999
- #: wppa-functions.php:4460 wppa-upload.php:1424
4000
  #, php-format
4001
  msgid "New photo uploaded: %s"
4002
  msgstr "Nyt foto indsendt: %s"
4003
 
4004
- #: wppa-functions.php:4461 wppa-upload.php:1425
4005
  #, php-format
4006
  msgid "User %1$s uploaded photo %2$s into album %3$s"
4007
  msgstr "Bruger %1$s indsendte foto %2$s ind i album %3$s"
4008
 
4009
- #: wppa-functions.php:4463 wppa-upload.php:1427
4010
  msgid "This upload requires moderation"
4011
  msgstr "Denne indsendelse kr&aelig;ver godkendelse"
4012
 
4013
- #: wppa-functions.php:4467 wppa-upload.php:1431
4014
  msgid "Details:"
4015
  msgstr "Detaljer:"
4016
 
4017
- #: wppa-functions.php:4468 wppa-upload.php:1432 wppa-utils.php:895
4018
- #: wppa-utils.php:907
4019
  msgid "Manage photo"
4020
  msgstr "Se fotos"
4021
 
4022
- #: wppa-functions.php:4650
4023
  msgid "You can upload after"
4024
  msgstr "Du kan indsende efter"
4025
 
4026
- #: wppa-functions.php:4693 wppa-functions.php:4697 wppa-functions.php:4704
4027
- #: wppa-functions.php:4708 wppa-links.php:1093 wppa-non-admin.php:746
4028
- #: wppa-settings-autosave.php:9112 wppa-settings-autosave.php:9124
4029
- #: wppa-settings-autosave.php:9136 wppa-settings-autosave.php:9148
4030
- #: wppa-settings-autosave.php:9160 wppa-settings-autosave.php:9172
4031
- #: wppa-settings-autosave.php:9184 wppa-settings-autosave.php:9196
4032
  msgid "Download"
4033
  msgstr "Download"
4034
 
4035
- #: wppa-functions.php:4747
4036
  msgid "Zoom in"
4037
  msgstr "Zoom ind"
4038
 
@@ -4475,7 +4475,81 @@ msgstr ""
4475
  msgid "licence."
4476
  msgstr ""
4477
 
4478
- #: wppa-items.php:237 wppa-thumbnails.php:1896
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4479
  msgid "Gold medal"
4480
  msgstr "Guldmedalje"
4481
 
@@ -4486,7 +4560,7 @@ msgstr "Guldmedalje"
4486
  msgid "Gold"
4487
  msgstr ""
4488
 
4489
- #: wppa-items.php:238 wppa-thumbnails.php:1897
4490
  msgid "Silver medal"
4491
  msgstr "Sølvmedalje"
4492
 
@@ -4497,7 +4571,7 @@ msgstr "Sølvmedalje"
4497
  msgid "Silver"
4498
  msgstr ""
4499
 
4500
- #: wppa-items.php:239 wppa-thumbnails.php:1898
4501
  msgid "Bronze medal"
4502
  msgstr "Bronzemedalje"
4503
 
@@ -4508,7 +4582,7 @@ msgstr "Bronzemedalje"
4508
  msgid "Bronze"
4509
  msgstr ""
4510
 
4511
- #: wppa-items.php:314 wppa-items.php:473 wppa-settings-autosave.php:3457
4512
  msgid "none"
4513
  msgstr ""
4514
 
@@ -4540,11 +4614,11 @@ msgstr ""
4540
  msgid "Last Ten Uploaded Photos"
4541
  msgstr ""
4542
 
4543
- #: wppa-lasten-widget.php:131 wppa-non-admin.php:830
4544
  msgid "View the most recent uploaded photos"
4545
  msgstr ""
4546
 
4547
- #: wppa-lasten-widget.php:155 wppa-non-admin.php:832
4548
  msgid "There are no uploaded photos (yet)"
4549
  msgstr ""
4550
 
@@ -4622,24 +4696,24 @@ msgstr ""
4622
  msgid "Scheduled for %s"
4623
  msgstr ""
4624
 
4625
- #: wppa-links.php:1034 wppa-links.php:1037 wppa-slideshow.php:994
4626
  msgid "Previous"
4627
  msgstr "Forrige"
4628
 
4629
- #: wppa-links.php:1044 wppa-links.php:1047 wppa-non-admin.php:697
4630
  #: wppa-slideshow.php:1008
4631
  msgid "Next"
4632
  msgstr "N&aelig;ste"
4633
 
4634
- #: wppa-links.php:1093
4635
  msgid "Download album"
4636
  msgstr ""
4637
 
4638
- #: wppa-links.php:1229
4639
  msgid "View thumbnails"
4640
  msgstr ""
4641
 
4642
- #: wppa-links.php:1242
4643
  msgid "View fullsize slideshow"
4644
  msgstr ""
4645
 
@@ -4665,11 +4739,11 @@ msgstr ""
4665
 
4666
  #: wppa-maintenance.php:725 wppa-maintenance.php:741
4667
  #: wppa-photo-admin-autosave.php:1742 wppa-photo-admin-autosave.php:1763
4668
- #: wppa-settings-autosave.php:4329 wppa-setup.php:350 wppa.php:388 wppa.php:389
4669
  msgid "Required"
4670
  msgstr ""
4671
 
4672
- #: wppa-maintenance.php:810
4673
  msgid "There are no index items."
4674
  msgstr ""
4675
 
@@ -4705,15 +4779,15 @@ msgstr ""
4705
  msgid "Select multiple tags or --- all ---:"
4706
  msgstr ""
4707
 
4708
- #: wppa-non-admin.php:359
4709
  msgid "Press f for fullscreen."
4710
  msgstr "Tryk på f for fuldskærm."
4711
 
4712
- #: wppa-non-admin.php:369 wppa-non-admin.php:440
4713
  msgid "Toggle fullscreen"
4714
  msgstr ""
4715
 
4716
- #: wppa-non-admin.php:434
4717
  msgid ""
4718
  "Keys: f = next mode; q,x = exit; p = previous, n = next, s = start/stop, d = "
4719
  "dismiss this notice."
@@ -4721,103 +4795,103 @@ msgstr ""
4721
  "Nøgler: f = næste tilstand; q, x = exit; p = forrige, n = næste, s = start / "
4722
  "stop, d = afvise denne meddelelse."
4723
 
4724
- #: wppa-non-admin.php:435
4725
  msgid "Keys: f = next mode; q,x = exit; d = dismiss this notice."
4726
  msgstr "Nøgler: f = næste tilstand; q, x = exit; d = afvise denne meddelelse."
4727
 
4728
- #: wppa-non-admin.php:688 wppa-settings-autosave.php:3648
4729
  #: wppa-slideshow.php:241
4730
  msgid "Start"
4731
  msgstr "Start"
4732
 
4733
- #: wppa-non-admin.php:689
4734
  msgid "Stop"
4735
  msgstr "Stop"
4736
 
4737
- #: wppa-non-admin.php:690 wppa-slideshow.php:233
4738
  msgid "Slower"
4739
  msgstr "Langsommere"
4740
 
4741
- #: wppa-non-admin.php:691 wppa-slideshow.php:249
4742
  msgid "Faster"
4743
  msgstr "Hurtigere"
4744
 
4745
- #: wppa-non-admin.php:693
4746
  msgid "of"
4747
  msgstr "af"
4748
 
4749
- #: wppa-non-admin.php:694
4750
  msgid "Previous photo"
4751
  msgstr "Forrige foto"
4752
 
4753
- #: wppa-non-admin.php:695
4754
  msgid "Next photo"
4755
  msgstr "Næste foto"
4756
 
4757
- #: wppa-non-admin.php:696
4758
  msgid "Prev."
4759
  msgstr "Forrige"
4760
 
4761
- #: wppa-non-admin.php:698 wppa-slideshow.php:745 wppa-slideshow.php:757
4762
  #: wppa-slideshow.php:848
4763
  msgid "Average&nbsp;rating"
4764
  msgstr "Bed&oslash;mmelse&nbsp;gennemsnitlig"
4765
 
4766
- #: wppa-non-admin.php:699 wppa-slideshow.php:807 wppa-slideshow.php:819
4767
  #: wppa-slideshow.php:830
4768
  msgid "My&nbsp;rating"
4769
  msgstr "Min&nbsp;bed&oslash;mmelse"
4770
 
4771
- #: wppa-non-admin.php:700
4772
  msgid "Avg."
4773
  msgstr "Gns."
4774
 
4775
- #: wppa-non-admin.php:701
4776
  msgid "Mine"
4777
  msgstr "Mine"
4778
 
4779
- #: wppa-non-admin.php:702
4780
  msgid "You marked this image as inappropriate."
4781
  msgstr "Du markeret billedet som upassende."
4782
 
4783
- #: wppa-non-admin.php:705
4784
  msgid "Please enter your name"
4785
  msgstr "Indtast venligst dit navn."
4786
 
4787
- #: wppa-non-admin.php:706
4788
  msgid "Please enter a valid email address"
4789
  msgstr "Indtast venligst en gyldig e-mail adresse"
4790
 
4791
- #: wppa-non-admin.php:707
4792
  msgid "Please enter a comment"
4793
  msgstr "Indtast venligst en kommentar"
4794
 
4795
- #: wppa-non-admin.php:741
4796
  msgid "Double click to start/stop slideshow running"
4797
  msgstr "Dobbeltklik for at starte / stoppe diasshowet kører"
4798
 
4799
- #: wppa-non-admin.php:836 wppa-photo-admin-autosave.php:265
4800
  #: wppa-potd-widget.php:156
4801
  msgid "By:"
4802
  msgstr ""
4803
 
4804
- #: wppa-non-admin.php:839 wppa-slideshow-widget.php:124
4805
  msgid "No album defined (yet)"
4806
  msgstr ""
4807
 
4808
- #: wppa-non-admin.php:843 wppa-thumbnail-widget.php:121
4809
  msgid "There are no photos (yet)"
4810
  msgstr ""
4811
 
4812
- #: wppa-non-admin.php:846 wppa-upldr-widget.php:90
4813
  msgid "There are too many registered users in the system for this widget"
4814
  msgstr ""
4815
 
4816
- #: wppa-non-admin.php:847 wppa-upldr-widget.php:124 wppa-upldr-widget.php:131
4817
  msgid "Photos uploaded by"
4818
  msgstr ""
4819
 
4820
- #: wppa-non-admin.php:851 wppa-thumbnails.php:687 wppa-thumbnails.php:1472
4821
  #: wppa-topten-widget.php:203 wppa-topten-widget.php:226
4822
  #: wppa-topten-widget.php:236
4823
  #, php-format
@@ -4826,7 +4900,7 @@ msgid_plural "%d views"
4826
  msgstr[0] ""
4827
  msgstr[1] ""
4828
 
4829
- #: wppa-non-admin.php:853 wppa-topten-widget.php:261
4830
  msgid "There are no rated photos (yet)"
4831
  msgstr ""
4832
 
@@ -5052,8 +5126,8 @@ msgstr ""
5052
  msgid "Same tab"
5053
  msgstr ""
5054
 
5055
- #: wppa-photo-admin-autosave.php:436 wppa-settings-autosave.php:4808
5056
- #: wppa-settings-autosave.php:5857
5057
  msgid "New tab"
5058
  msgstr ""
5059
 
@@ -5078,7 +5152,7 @@ msgstr ""
5078
  msgid "Update file"
5079
  msgstr ""
5080
 
5081
- #: wppa-photo-admin-autosave.php:501 wppa-settings-autosave.php:3159
5082
  msgid "Upload"
5083
  msgstr ""
5084
 
@@ -5144,7 +5218,7 @@ msgstr ""
5144
  msgid "Remake thumbnail file"
5145
  msgstr ""
5146
 
5147
- #: wppa-photo-admin-autosave.php:658 wppa-settings-autosave.php:6727
5148
  msgid "Remake"
5149
  msgstr ""
5150
 
@@ -5373,7 +5447,7 @@ msgid ""
5373
  msgstr ""
5374
 
5375
  #: wppa-photo-admin-autosave.php:1362 wppa-photo-admin-autosave.php:1481
5376
- #: wppa-settings-autosave.php:8274
5377
  msgid "Preview"
5378
  msgstr ""
5379
 
@@ -5424,7 +5498,7 @@ msgstr ""
5424
  msgid "Count"
5425
  msgstr ""
5426
 
5427
- #: wppa-photo-admin-autosave.php:1881 wppa-settings-autosave.php:6265
5428
  msgid "Tags"
5429
  msgstr ""
5430
 
@@ -5508,7 +5582,7 @@ msgstr ""
5508
  msgid "Enable subsearch"
5509
  msgstr ""
5510
 
5511
- #: wppa-search-widget.php:134 wppa-settings-autosave.php:5785
5512
  msgid "Landing page"
5513
  msgstr ""
5514
 
@@ -5684,7 +5758,7 @@ msgid "Legenda:"
5684
  msgstr ""
5685
 
5686
  #: wppa-settings-autosave.php:388 wppa-settings-autosave.php:390
5687
- #: wppa-settings-autosave.php:1959 wppa-settings-autosave.php:5532
5688
  msgid "Button"
5689
  msgstr ""
5690
 
@@ -5692,8 +5766,8 @@ msgstr ""
5692
  msgid "action that causes page reload."
5693
  msgstr ""
5694
 
5695
- #: wppa-settings-autosave.php:390 wppa-settings-autosave.php:9751
5696
- #: wppa-settings-autosave.php:9770
5697
  msgid "Are you sure?"
5698
  msgstr ""
5699
 
@@ -5701,13 +5775,13 @@ msgstr ""
5701
  msgid "action that does not cause page reload."
5702
  msgstr ""
5703
 
5704
- #: wppa-settings-autosave.php:393 wppa-settings-autosave.php:8163
5705
- #: wppa-settings-autosave.php:8165 wppa-settings-autosave.php:9453
5706
- #: wppa-settings-autosave.php:9469 wppa-settings-autosave.php:9497
5707
- #: wppa-settings-autosave.php:9521 wppa-settings-autosave.php:9551
5708
- #: wppa-settings-autosave.php:9578 wppa-settings-autosave.php:9604
5709
- #: wppa-settings-autosave.php:9620 wppa-settings-autosave.php:9674
5710
- #: wppa-settings-autosave.php:9704
5711
  msgid "Setting unmodified"
5712
  msgstr ""
5713
 
@@ -5747,7 +5821,7 @@ msgstr ""
5747
  msgid "Layout"
5748
  msgstr ""
5749
 
5750
- #: wppa-settings-autosave.php:415 wppa-settings-autosave.php:4758
5751
  msgid "Lightbox"
5752
  msgstr ""
5753
 
@@ -5763,13 +5837,13 @@ msgstr ""
5763
  msgid "Navigation"
5764
  msgstr ""
5765
 
5766
- #: wppa-settings-autosave.php:419 wppa-settings-autosave.php:1533
5767
- #: wppa-settings-autosave.php:8510
5768
  msgid "Page"
5769
  msgstr ""
5770
 
5771
- #: wppa-settings-autosave.php:420 wppa-settings-autosave.php:8306
5772
- #: wppa-settings-autosave.php:8351
5773
  msgid "Rating"
5774
  msgstr ""
5775
 
@@ -5793,7 +5867,7 @@ msgstr ""
5793
  msgid "Widgets"
5794
  msgstr ""
5795
 
5796
- #: wppa-settings-autosave.php:428 wppa-settings-autosave.php:8144
5797
  msgid "Watermark"
5798
  msgstr ""
5799
 
@@ -5821,402 +5895,402 @@ msgstr ""
5821
  msgid "Close quick setup"
5822
  msgstr ""
5823
 
5824
- #: wppa-settings-autosave.php:468
5825
  msgid "Table O:"
5826
  msgstr ""
5827
 
5828
- #: wppa-settings-autosave.php:468
5829
  msgid "Quick Setup:"
5830
  msgstr ""
5831
 
5832
- #: wppa-settings-autosave.php:469
5833
  msgid "This table enables you to quickly do an inital setup."
5834
  msgstr ""
5835
 
5836
- #: wppa-settings-autosave.php:479 wppa-settings-autosave.php:641
5837
- #: wppa-settings-autosave.php:663 wppa-settings-autosave.php:1401
5838
- #: wppa-settings-autosave.php:1422 wppa-settings-autosave.php:2939
5839
- #: wppa-settings-autosave.php:3308 wppa-settings-autosave.php:4585
5840
- #: wppa-settings-autosave.php:6515 wppa-settings-autosave.php:7224
5841
- #: wppa-settings-autosave.php:8946
5842
  msgid "Setting"
5843
  msgstr ""
5844
 
5845
- #: wppa-settings-autosave.php:480 wppa-settings-autosave.php:642
5846
- #: wppa-settings-autosave.php:664 wppa-settings-autosave.php:1402
5847
- #: wppa-settings-autosave.php:1423 wppa-settings-autosave.php:2940
5848
- #: wppa-settings-autosave.php:2964 wppa-settings-autosave.php:3288
5849
- #: wppa-settings-autosave.php:3309 wppa-settings-autosave.php:4586
5850
- #: wppa-settings-autosave.php:4610 wppa-settings-autosave.php:4786
5851
- #: wppa-settings-autosave.php:4810 wppa-settings-autosave.php:5859
5852
- #: wppa-settings-autosave.php:6517 wppa-settings-autosave.php:6541
5853
- #: wppa-settings-autosave.php:7204 wppa-settings-autosave.php:7225
5854
- #: wppa-settings-autosave.php:8947 wppa-settings-autosave.php:8969
5855
- #: wppa-settings-autosave.php:9009 wppa-settings-autosave.php:9031
5856
- #: wppa-settings-autosave.php:9077
5857
  msgid "Help"
5858
  msgstr ""
5859
 
5860
- #: wppa-settings-autosave.php:491
5861
  msgid ""
5862
  "To quickly setup WPPA+ please answer the following questions. You can alway "
5863
  "change any setting later. <span style=\"color:#700\">Click on me!</span>"
5864
  msgstr ""
5865
 
5866
- #: wppa-settings-autosave.php:493
5867
  msgid "Is your theme <i>responsive</i>?"
5868
  msgstr ""
5869
 
5870
- #: wppa-settings-autosave.php:494
5871
  msgid ""
5872
  "Responsive themes have a layout that varies with the size of the browser "
5873
  "window."
5874
  msgstr ""
5875
 
5876
- #: wppa-settings-autosave.php:495
5877
  msgid ""
5878
  "WPPA+ needs to know this to automaticly adept the width of the display to "
5879
  "the available width on the page."
5880
  msgstr ""
5881
 
5882
- #: wppa-settings-autosave.php:502
5883
  msgid "Do you want to downsize photos during upload?"
5884
  msgstr ""
5885
 
5886
- #: wppa-settings-autosave.php:503
5887
  msgid ""
5888
  "Downsizing photos make them load faster to the visitor, without loosing "
5889
  "display quality"
5890
  msgstr ""
5891
 
5892
- #: wppa-settings-autosave.php:504
5893
  msgid ""
5894
  "If you answer yes, the photos will be downsized to max 1024 x 768 pixels. "
5895
  "You can change this later, if you like"
5896
  msgstr ""
5897
 
5898
- #: wppa-settings-autosave.php:511
5899
  msgid "Do you want to save the original photofiles?"
5900
  msgstr ""
5901
 
5902
- #: wppa-settings-autosave.php:512
5903
  msgid "This will require considerable disk space on the server."
5904
  msgstr ""
5905
 
5906
- #: wppa-settings-autosave.php:513
5907
  msgid ""
5908
  "If you answer yes, you will be able to remove watermarks you applied with "
5909
  "wppa+ in a later stage, redo downsizing to a larger size afterwards, and "
5910
  "supply fullsize images for download."
5911
  msgstr ""
5912
 
5913
- #: wppa-settings-autosave.php:520
5914
  msgid "May visitors upload photos?"
5915
  msgstr ""
5916
 
5917
- #: wppa-settings-autosave.php:521
5918
  msgid ""
5919
  "It is safe to do so, but i will have to do some settings to keep it safe!"
5920
  msgstr ""
5921
 
5922
- #: wppa-settings-autosave.php:522
5923
  msgid ""
5924
  "If you answer yes, i will assume you want to enable logged in users to "
5925
  "upload photos at the front-end of the website and allow them to edit their "
5926
  "photos name and descriptions."
5927
  msgstr ""
5928
 
5929
- #: wppa-settings-autosave.php:523
5930
  msgid ""
5931
  "The photos will be hold for moderation, the admin will get notified by email."
5932
  msgstr ""
5933
 
5934
- #: wppa-settings-autosave.php:524
5935
  msgid ""
5936
  "Each user will get his own album to upload to. These settings can be changed "
5937
  "later."
5938
  msgstr ""
5939
 
5940
- #: wppa-settings-autosave.php:531
5941
  msgid "Do you want the rating system active?"
5942
  msgstr ""
5943
 
5944
- #: wppa-settings-autosave.php:532
5945
  msgid "Enable the rating system and show the votes in the slideshow."
5946
  msgstr ""
5947
 
5948
- #: wppa-settings-autosave.php:533
5949
  msgid "You can configure the details of the rating system later"
5950
  msgstr ""
5951
 
5952
- #: wppa-settings-autosave.php:540
5953
  msgid "Do you want the comment system active?"
5954
  msgstr ""
5955
 
5956
- #: wppa-settings-autosave.php:541
5957
  msgid "Enable the comment system and show the comments in the slideshow."
5958
  msgstr ""
5959
 
5960
- #: wppa-settings-autosave.php:542
5961
  msgid "You can configure the details of the comment system later"
5962
  msgstr ""
5963
 
5964
- #: wppa-settings-autosave.php:549
5965
  msgid "Do you want the social media share buttons displayed?"
5966
  msgstr ""
5967
 
5968
- #: wppa-settings-autosave.php:550
5969
  msgid "Display the social media buttons in the slideshow"
5970
  msgstr ""
5971
 
5972
- #: wppa-settings-autosave.php:551
5973
  msgid ""
5974
  "These buttons share the specific photo rather than the page where it is "
5975
  "displayed on"
5976
  msgstr ""
5977
 
5978
- #: wppa-settings-autosave.php:558
5979
  msgid "Are you going to use IPTC data?"
5980
  msgstr ""
5981
 
5982
- #: wppa-settings-autosave.php:559
5983
  msgid ""
5984
  "IPTC data is information you may have added in a photo manipulation program."
5985
  msgstr ""
5986
 
5987
- #: wppa-settings-autosave.php:560 wppa-settings-autosave.php:569
5988
  msgid ""
5989
  "The information can be displayed in slideshows and in photo descriptions."
5990
  msgstr ""
5991
 
5992
- #: wppa-settings-autosave.php:567
5993
  msgid "Are you going to use EXIF data?"
5994
  msgstr ""
5995
 
5996
- #: wppa-settings-autosave.php:568
5997
  msgid ""
5998
  "EXIF data is information from the camera like model no, focal distance and "
5999
  "aperture used."
6000
  msgstr ""
6001
 
6002
- #: wppa-settings-autosave.php:576
6003
  msgid "Are you going to use GPX data?"
6004
  msgstr ""
6005
 
6006
- #: wppa-settings-autosave.php:577
6007
  msgid ""
6008
  "Some cameras and mobile devices save the geographic location where the photo "
6009
  "is taken."
6010
  msgstr ""
6011
 
6012
- #: wppa-settings-autosave.php:578
6013
  msgid "A Google map can be displayed in slideshows."
6014
  msgstr ""
6015
 
6016
- #: wppa-settings-autosave.php:585
6017
  msgid "Are you going to use Fotomoto?"
6018
  msgstr ""
6019
 
6020
- #: wppa-settings-autosave.php:586
6021
  msgid ""
6022
  "<a href=\"http://www.fotomoto.com/\" target=\"_blank\" >Fotomoto</a> is an "
6023
  "on-line print service."
6024
  msgstr ""
6025
 
6026
- #: wppa-settings-autosave.php:587
6027
  msgid "If you answer Yes, you will have to open an account on Fotomoto."
6028
  msgstr ""
6029
 
6030
- #: wppa-settings-autosave.php:594
6031
  msgid "Are you going to add videofiles?"
6032
  msgstr ""
6033
 
6034
- #: wppa-settings-autosave.php:595
6035
  msgid "You can mix videos and photos in any album."
6036
  msgstr ""
6037
 
6038
- #: wppa-settings-autosave.php:596 wppa-settings-autosave.php:605
6039
- #: wppa-settings-autosave.php:614
6040
  msgid "You can configure the details later"
6041
  msgstr ""
6042
 
6043
- #: wppa-settings-autosave.php:603
6044
  msgid "Are you going to add audiofiles?"
6045
  msgstr ""
6046
 
6047
- #: wppa-settings-autosave.php:604
6048
  msgid "You can add audio to photos in any album."
6049
  msgstr ""
6050
 
6051
- #: wppa-settings-autosave.php:612
6052
  msgid "Are you going to upload 3D stereo photos?"
6053
  msgstr ""
6054
 
6055
- #: wppa-settings-autosave.php:613
6056
  msgid "You can add l-r and r-l stereo photo pairs."
6057
  msgstr ""
6058
 
6059
- #: wppa-settings-autosave.php:621
6060
  msgid "Done?"
6061
  msgstr ""
6062
 
6063
- #: wppa-settings-autosave.php:622
6064
  msgid "If you are ready answering these questions, select <b>yes</b>"
6065
  msgstr ""
6066
 
6067
- #: wppa-settings-autosave.php:623
6068
  msgid ""
6069
  "You can change any setting later, and be more specific and add a lot of "
6070
  "settings. For now it is enough, go create albums and upload photos!"
6071
  msgstr ""
6072
 
6073
- #: wppa-settings-autosave.php:627
6074
  msgid ""
6075
  "Thank you!. The most important settings are done now. You can refine your "
6076
  "settings, the behaviour and appearance of WPPA+ in the Tables below."
6077
  msgstr ""
6078
 
6079
- #: wppa-settings-autosave.php:652
6080
  msgid "Table I:"
6081
  msgstr ""
6082
 
6083
- #: wppa-settings-autosave.php:652
6084
  msgid "Sizes:"
6085
  msgstr ""
6086
 
6087
- #: wppa-settings-autosave.php:653
6088
  msgid ""
6089
  "This table describes all the sizes and size options (except fontsizes) for "
6090
  "the generation and display of the WPPA+ elements."
6091
  msgstr ""
6092
 
6093
- #: wppa-settings-autosave.php:671
6094
  msgid "WPPA+ global system related size settings"
6095
  msgstr ""
6096
 
6097
- #: wppa-settings-autosave.php:673
6098
  msgid "Column Width"
6099
  msgstr ""
6100
 
6101
- #: wppa-settings-autosave.php:674
6102
  msgid "The width of the main column in your theme's display area."
6103
  msgstr ""
6104
 
6105
- #: wppa-settings-autosave.php:675
6106
  msgid "Enter the width of the main column in your theme's display area."
6107
  msgstr ""
6108
 
6109
- #: wppa-settings-autosave.php:676
6110
  msgid ""
6111
  "You should set this value correctly to make sure the fullsize images are "
6112
  "properly aligned horizontally."
6113
  msgstr ""
6114
 
6115
- #: wppa-settings-autosave.php:677
6116
  msgid ""
6117
  "You may enter 'auto' for use in themes that have a floating content column."
6118
  msgstr ""
6119
 
6120
- #: wppa-settings-autosave.php:678
6121
  msgid "The use of 'auto' is required for responsive themes."
6122
  msgstr ""
6123
 
6124
- #: wppa-settings-autosave.php:681 wppa-settings-autosave.php:690
6125
- #: wppa-settings-autosave.php:802 wppa-settings-autosave.php:964
6126
- #: wppa-settings-autosave.php:975
6127
  msgid "pixels wide"
6128
  msgstr ""
6129
 
6130
- #: wppa-settings-autosave.php:686
6131
  msgid "Initial Width"
6132
  msgstr ""
6133
 
6134
- #: wppa-settings-autosave.php:687
6135
  msgid "The most often displayed colun width in responsive theme"
6136
  msgstr ""
6137
 
6138
- #: wppa-settings-autosave.php:688
6139
  msgid ""
6140
  "Change this value only if your responsive theme shows initially a wrong "
6141
  "column width."
6142
  msgstr ""
6143
 
6144
- #: wppa-settings-autosave.php:695
6145
  msgid "Resize on Upload"
6146
  msgstr ""
6147
 
6148
- #: wppa-settings-autosave.php:696
6149
  msgid "Indicate if the photos should be resized during upload."
6150
  msgstr ""
6151
 
6152
- #: wppa-settings-autosave.php:697
6153
  msgid ""
6154
  "If you check this item, the size of the photos will be reduced to the "
6155
  "dimension specified in the next item during the upload/import process."
6156
  msgstr ""
6157
 
6158
- #: wppa-settings-autosave.php:698
6159
  msgid "The photos will never be stretched during upload if they are smaller."
6160
  msgstr ""
6161
 
6162
- #: wppa-settings-autosave.php:706
6163
  msgid "Resize to"
6164
  msgstr ""
6165
 
6166
- #: wppa-settings-autosave.php:707
6167
  msgid "Resize photos to fit within a given area."
6168
  msgstr ""
6169
 
6170
- #: wppa-settings-autosave.php:708
6171
  msgid "Specify the screensize for the unscaled photos."
6172
  msgstr ""
6173
 
6174
- #: wppa-settings-autosave.php:709
6175
  msgid ""
6176
  "The use of a non-default value is particularly usefull when you make use of "
6177
  "lightbox functionality."
6178
  msgstr ""
6179
 
6180
- #: wppa-settings-autosave.php:711 wppa-settings-autosave.php:733
6181
- #: wppa-settings-autosave.php:744 wppa-settings-autosave.php:753
6182
- #: wppa-settings-autosave.php:834 wppa-settings-autosave.php:857
6183
- #: wppa-settings-autosave.php:864 wppa-settings-autosave.php:883
6184
- #: wppa-settings-autosave.php:904 wppa-settings-autosave.php:914
6185
- #: wppa-settings-autosave.php:1008 wppa-settings-autosave.php:1042
6186
- #: wppa-settings-autosave.php:1062 wppa-settings-autosave.php:1071
6187
- #: wppa-settings-autosave.php:1082 wppa-settings-autosave.php:1094
6188
- #: wppa-settings-autosave.php:1104 wppa-settings-autosave.php:1114
6189
- #: wppa-settings-autosave.php:1167 wppa-settings-autosave.php:1176
6190
- #: wppa-settings-autosave.php:1187 wppa-settings-autosave.php:1207
6191
- #: wppa-settings-autosave.php:1227 wppa-settings-autosave.php:1247
6192
- #: wppa-settings-autosave.php:1267 wppa-settings-autosave.php:1287
6193
- #: wppa-settings-autosave.php:1307 wppa-settings-autosave.php:1316
6194
- #: wppa-settings-autosave.php:1325 wppa-settings-autosave.php:1358
6195
- #: wppa-settings-autosave.php:1367 wppa-settings-autosave.php:1379
6196
- #: wppa-settings-autosave.php:1388 wppa-settings-autosave.php:2780
6197
- #: wppa-settings-autosave.php:4631 wppa-settings-autosave.php:4648
6198
- #: wppa-settings-autosave.php:4665 wppa-settings-autosave.php:4682
6199
- #: wppa-settings-autosave.php:4699 wppa-settings-autosave.php:4716
6200
- #: wppa-settings-autosave.php:4733 wppa-settings-autosave.php:4750
6201
- #: wppa-settings-autosave.php:4767 wppa-settings-autosave.php:6076
6202
- #: wppa-settings-autosave.php:8677 wppa-settings-autosave.php:8873
6203
- #: wppa-settings-autosave.php:8915 wppa-settings-autosave.php:8933
6204
  msgid "pixels"
6205
  msgstr ""
6206
 
6207
- #: wppa-settings-autosave.php:712
6208
  msgid "Fit within rectangle as set in Table I-B1,2"
6209
  msgstr ""
6210
 
6211
- #: wppa-settings-autosave.php:719
6212
  msgid "Photocount threshold"
6213
  msgstr ""
6214
 
6215
- #: wppa-settings-autosave.php:720
6216
  msgid "Number of photos in an album must exceed."
6217
  msgstr ""
6218
 
6219
- #: wppa-settings-autosave.php:721
6220
  msgid ""
6221
  "Photos do not show up in the album unless there are more than this number of "
6222
  "photos in the album. This allows you to have cover photos on an album that "
@@ -6224,134 +6298,134 @@ msgid ""
6224
  "Usually set to 0 (always show) or 1 (for one cover photo)."
6225
  msgstr ""
6226
 
6227
- #: wppa-settings-autosave.php:723 wppa-settings-autosave.php:762
6228
- #: wppa-settings-autosave.php:1196 wppa-settings-autosave.php:1236
6229
- #: wppa-settings-autosave.php:1256 wppa-settings-autosave.php:1296
6230
- #: wppa-settings-autosave.php:4038 wppa-settings-autosave.php:6001
6231
- #: wppa-settings-autosave.php:7767
6232
  msgid "photos"
6233
  msgstr ""
6234
 
6235
- #: wppa-settings-autosave.php:728
6236
  msgid "Border thickness"
6237
  msgstr ""
6238
 
6239
- #: wppa-settings-autosave.php:729
6240
  msgid "Thickness of wppa+ box borders."
6241
  msgstr ""
6242
 
6243
- #: wppa-settings-autosave.php:730
6244
  msgid ""
6245
  "Enter the thickness for the border of the WPPA+ boxes. A number of 0 means: "
6246
  "no border."
6247
  msgstr ""
6248
 
6249
- #: wppa-settings-autosave.php:731 wppa-settings-autosave.php:741
6250
  msgid "WPPA+ boxes are: the navigation bars and the filmstrip."
6251
  msgstr ""
6252
 
6253
- #: wppa-settings-autosave.php:739
6254
  msgid "Radius of wppa+ box borders."
6255
  msgstr ""
6256
 
6257
- #: wppa-settings-autosave.php:740
6258
  msgid ""
6259
  "Enter the corner radius for the border of the WPPA+ boxes. A number of 0 "
6260
  "means: no rounded corners."
6261
  msgstr ""
6262
 
6263
- #: wppa-settings-autosave.php:742
6264
  msgid "Note that rounded corners are only supported by modern browsers."
6265
  msgstr ""
6266
 
6267
- #: wppa-settings-autosave.php:750
6268
  msgid "Distance between wppa+ boxes."
6269
  msgstr ""
6270
 
6271
- #: wppa-settings-autosave.php:758
6272
  msgid "Related count"
6273
  msgstr ""
6274
 
6275
- #: wppa-settings-autosave.php:759
6276
  msgid "The default maximum number of related photos to find."
6277
  msgstr ""
6278
 
6279
- #: wppa-settings-autosave.php:760
6280
  msgid ""
6281
  "When using shortcodes like [wppa type=\"album\" album=\"#related,desc,23\"][/"
6282
  "wppa], the maximum number is 23. Omitting the number gives the maximum of "
6283
  "this setting."
6284
  msgstr ""
6285
 
6286
- #: wppa-settings-autosave.php:768
6287
  msgid "The maximum number of pagelinks to be displayed."
6288
  msgstr ""
6289
 
6290
- #: wppa-settings-autosave.php:771
6291
  msgid "pages"
6292
  msgstr ""
6293
 
6294
- #: wppa-settings-autosave.php:776
6295
  msgid "Max file name length"
6296
  msgstr ""
6297
 
6298
- #: wppa-settings-autosave.php:777
6299
  msgid "The max length of a photo file name excluding the extension."
6300
  msgstr ""
6301
 
6302
- #: wppa-settings-autosave.php:778 wppa-settings-autosave.php:787
6303
  msgid "A setting of 0 means: unlimited."
6304
  msgstr ""
6305
 
6306
- #: wppa-settings-autosave.php:780 wppa-settings-autosave.php:789
6307
  msgid "chars"
6308
  msgstr ""
6309
 
6310
- #: wppa-settings-autosave.php:785
6311
  msgid "Max photo name length"
6312
  msgstr ""
6313
 
6314
- #: wppa-settings-autosave.php:786
6315
  msgid "The max length of a photo name."
6316
  msgstr ""
6317
 
6318
- #: wppa-settings-autosave.php:794
6319
  msgid "Slideshow related size settings"
6320
  msgstr ""
6321
 
6322
- #: wppa-settings-autosave.php:796
6323
  msgid "Maximum Width"
6324
  msgstr ""
6325
 
6326
- #: wppa-settings-autosave.php:797
6327
  msgid "The maximum width photos will be displayed in slideshows."
6328
  msgstr ""
6329
 
6330
- #: wppa-settings-autosave.php:798 wppa-settings-autosave.php:809
6331
  msgid ""
6332
  "Enter the largest size in pixels as how you want your photos to be displayed."
6333
  msgstr ""
6334
 
6335
- #: wppa-settings-autosave.php:799
6336
  msgid ""
6337
  "This is usually the same as the Column Width (Table I-A1), but it may differ."
6338
  msgstr ""
6339
 
6340
- #: wppa-settings-autosave.php:807
6341
  msgid "Maximum Height"
6342
  msgstr ""
6343
 
6344
- #: wppa-settings-autosave.php:808
6345
  msgid "The maximum height photos will be displayed in slideshows."
6346
  msgstr ""
6347
 
6348
- #: wppa-settings-autosave.php:810
6349
  msgid ""
6350
  "This setting defines the height of the space reserved for photos in "
6351
  "slideshows."
6352
  msgstr ""
6353
 
6354
- #: wppa-settings-autosave.php:811
6355
  #, php-format
6356
  msgid ""
6357
  "If you change the width of a display by the %%size= command, this value "
@@ -6359,4378 +6433,4378 @@ msgid ""
6359
  "previous setting."
6360
  msgstr ""
6361
 
6362
- #: wppa-settings-autosave.php:813 wppa-settings-autosave.php:986
6363
- #: wppa-settings-autosave.php:997
6364
  msgid "pixels high"
6365
  msgstr ""
6366
 
6367
- #: wppa-settings-autosave.php:818
6368
  msgid "Stretch to fit"
6369
  msgstr ""
6370
 
6371
- #: wppa-settings-autosave.php:819
6372
  msgid "Stretch photos that are too small."
6373
  msgstr ""
6374
 
6375
- #: wppa-settings-autosave.php:820
6376
  msgid ""
6377
  "Images will be stretched to the Maximum Size at display time if they are "
6378
  "smaller. Leaving unchecked is recommended. It is better to upload photos "
6379
  "that fit well the sizes you use!"
6380
  msgstr ""
6381
 
6382
- #: wppa-settings-autosave.php:827
6383
  msgid "Slideshow borderwidth"
6384
  msgstr ""
6385
 
6386
- #: wppa-settings-autosave.php:828
6387
  msgid "The width of the border around slideshow images."
6388
  msgstr ""
6389
 
6390
- #: wppa-settings-autosave.php:829
6391
  msgid ""
6392
  "The border is made by the image background being larger than the image "
6393
  "itsself (padding)."
6394
  msgstr ""
6395
 
6396
- #: wppa-settings-autosave.php:830
6397
  msgid ""
6398
  "Additionally there may be a one pixel outline of a different color. See "
6399
  "Table III-A2."
6400
  msgstr ""
6401
 
6402
- #: wppa-settings-autosave.php:831
6403
  msgid "The number you enter here is exclusive the one pixel outline."
6404
  msgstr ""
6405
 
6406
- #: wppa-settings-autosave.php:832
6407
  msgid "If you leave this entry empty, there will be no outline either."
6408
  msgstr ""
6409
 
6410
- #: wppa-settings-autosave.php:839
6411
  msgid "Numbar Max"
6412
  msgstr ""
6413
 
6414
- #: wppa-settings-autosave.php:840
6415
  msgid "Maximum numbers to display."
6416
  msgstr ""
6417
 
6418
- #: wppa-settings-autosave.php:841
6419
  msgid ""
6420
  "In order to attemt to fit on one line, the numbers will be replaced by dots "
6421
  "- except the current - when there are more than this number of photos in a "
6422
  "slideshow."
6423
  msgstr ""
6424
 
6425
- #: wppa-settings-autosave.php:843
6426
  msgid "numbers"
6427
  msgstr ""
6428
 
6429
- #: wppa-settings-autosave.php:848
6430
  msgid "Share button size"
6431
  msgstr ""
6432
 
6433
- #: wppa-settings-autosave.php:849
6434
  msgid "The size of the social media icons in the Share box"
6435
  msgstr ""
6436
 
6437
- #: wppa-settings-autosave.php:859
6438
  msgid "Mini Treshold"
6439
  msgstr ""
6440
 
6441
- #: wppa-settings-autosave.php:860
6442
  msgid "Show mini text at slideshow smaller then."
6443
  msgstr ""
6444
 
6445
- #: wppa-settings-autosave.php:861
6446
  msgid ""
6447
  "Display Next and Prev. as opposed to Next photo and Previous photo when the "
6448
  "cotainer is smaller than this size."
6449
  msgstr ""
6450
 
6451
- #: wppa-settings-autosave.php:862
6452
  msgid "Special use in responsive themes."
6453
  msgstr ""
6454
 
6455
- #: wppa-settings-autosave.php:870
6456
  msgid "The maximum number of slides in a certain view. 0 means no pagination"
6457
  msgstr ""
6458
 
6459
- #: wppa-settings-autosave.php:873 wppa-settings-autosave.php:892
6460
  msgid "slides"
6461
  msgstr ""
6462
 
6463
- #: wppa-settings-autosave.php:878
6464
  msgid "Filmstrip Thumbnail Size"
6465
  msgstr ""
6466
 
6467
- #: wppa-settings-autosave.php:879
6468
  msgid "The size of the filmstrip images."
6469
  msgstr ""
6470
 
6471
- #: wppa-settings-autosave.php:880 wppa-settings-autosave.php:901
6472
- #: wppa-settings-autosave.php:911 wppa-settings-autosave.php:1101
6473
- #: wppa-settings-autosave.php:1111
6474
  msgid "This size applies to the width or height, whichever is the largest."
6475
  msgstr ""
6476
 
6477
- #: wppa-settings-autosave.php:881 wppa-settings-autosave.php:902
6478
- #: wppa-settings-autosave.php:912
6479
  msgid ""
6480
  "Changing the thumbnail size may result in all thumbnails being regenerated. "
6481
  "this may take a while."
6482
  msgstr ""
6483
 
6484
- #: wppa-settings-autosave.php:889
6485
  msgid "The max number of slides in a slideonly display"
6486
  msgstr ""
6487
 
6488
- #: wppa-settings-autosave.php:897
6489
  msgid "Thumbnail photos related size settings"
6490
  msgstr ""
6491
 
6492
- #: wppa-settings-autosave.php:899
6493
  msgid "Thumbnail Size"
6494
  msgstr ""
6495
 
6496
- #: wppa-settings-autosave.php:900
6497
  msgid "The size of the thumbnail images."
6498
  msgstr ""
6499
 
6500
- #: wppa-settings-autosave.php:909
6501
  msgid "Thumbnail Size Alt"
6502
  msgstr ""
6503
 
6504
- #: wppa-settings-autosave.php:910
6505
  msgid "The alternative size of the thumbnail images."
6506
  msgstr ""
6507
 
6508
- #: wppa-settings-autosave.php:919
6509
  msgid "Thumbnail Aspect"
6510
  msgstr ""
6511
 
6512
- #: wppa-settings-autosave.php:920
6513
  msgid "Aspect ration of thumbnail image"
6514
  msgstr ""
6515
 
6516
- #: wppa-settings-autosave.php:924
6517
  msgid "--- same as fullsize ---"
6518
  msgstr ""
6519
 
6520
- #: wppa-settings-autosave.php:925
6521
  msgid "--- square clipped ---"
6522
  msgstr ""
6523
 
6524
- #: wppa-settings-autosave.php:926
6525
  msgid "4:5 landscape clipped"
6526
  msgstr ""
6527
 
6528
- #: wppa-settings-autosave.php:927
6529
  msgid "3:4 landscape clipped"
6530
  msgstr ""
6531
 
6532
- #: wppa-settings-autosave.php:928
6533
  msgid "2:3 landscape clipped"
6534
  msgstr ""
6535
 
6536
- #: wppa-settings-autosave.php:929
6537
  msgid "9:16 landscape clipped"
6538
  msgstr ""
6539
 
6540
- #: wppa-settings-autosave.php:930
6541
  msgid "1:2 landscape clipped"
6542
  msgstr ""
6543
 
6544
- #: wppa-settings-autosave.php:931
6545
  msgid "--- square padded ---"
6546
  msgstr ""
6547
 
6548
- #: wppa-settings-autosave.php:932
6549
  msgid "4:5 landscape padded"
6550
  msgstr ""
6551
 
6552
- #: wppa-settings-autosave.php:933
6553
  msgid "3:4 landscape padded"
6554
  msgstr ""
6555
 
6556
- #: wppa-settings-autosave.php:934
6557
  msgid "2:3 landscape padded"
6558
  msgstr ""
6559
 
6560
- #: wppa-settings-autosave.php:935
6561
  msgid "9:16 landscape padded"
6562
  msgstr ""
6563
 
6564
- #: wppa-settings-autosave.php:936
6565
  msgid "1:2 landscape padded"
6566
  msgstr ""
6567
 
6568
- #: wppa-settings-autosave.php:958
6569
  msgid "Thumbframe width"
6570
  msgstr ""
6571
 
6572
- #: wppa-settings-autosave.php:959
6573
  msgid "The width of the thumbnail frame."
6574
  msgstr ""
6575
 
6576
- #: wppa-settings-autosave.php:960 wppa-settings-autosave.php:971
6577
  msgid "Set the width of the thumbnail frame."
6578
  msgstr ""
6579
 
6580
- #: wppa-settings-autosave.php:961 wppa-settings-autosave.php:972
6581
- #: wppa-settings-autosave.php:983 wppa-settings-autosave.php:994
6582
- #: wppa-settings-autosave.php:1005
6583
  msgid "Set width, height and spacing for the thumbnail frames."
6584
  msgstr ""
6585
 
6586
- #: wppa-settings-autosave.php:962 wppa-settings-autosave.php:973
6587
- #: wppa-settings-autosave.php:984 wppa-settings-autosave.php:995
6588
- #: wppa-settings-autosave.php:1006
6589
  msgid ""
6590
  "These sizes should be large enough for a thumbnail image and - optionally - "
6591
  "the text under it."
6592
  msgstr ""
6593
 
6594
- #: wppa-settings-autosave.php:969
6595
  msgid "Thumbframe width Alt"
6596
  msgstr ""
6597
 
6598
- #: wppa-settings-autosave.php:970
6599
  msgid "The width of the alternative thumbnail frame."
6600
  msgstr ""
6601
 
6602
- #: wppa-settings-autosave.php:980
6603
  msgid "Thumbframe height"
6604
  msgstr ""
6605
 
6606
- #: wppa-settings-autosave.php:981
6607
  msgid "The height of the thumbnail frame."
6608
  msgstr ""
6609
 
6610
- #: wppa-settings-autosave.php:982 wppa-settings-autosave.php:993
6611
  msgid "Set the height of the thumbnail frame."
6612
  msgstr ""
6613
 
6614
- #: wppa-settings-autosave.php:991
6615
  msgid "Thumbframe height Alt"
6616
  msgstr ""
6617
 
6618
- #: wppa-settings-autosave.php:992
6619
  msgid "The height of the alternative thumbnail frame."
6620
  msgstr ""
6621
 
6622
- #: wppa-settings-autosave.php:1002
6623
  msgid "Thumbnail spacing"
6624
  msgstr ""
6625
 
6626
- #: wppa-settings-autosave.php:1003
6627
  msgid "The spacing between adjacent thumbnail frames."
6628
  msgstr ""
6629
 
6630
- #: wppa-settings-autosave.php:1004
6631
  msgid "Set the minimal spacing between the adjacent thumbnail frames"
6632
  msgstr ""
6633
 
6634
- #: wppa-settings-autosave.php:1013
6635
  msgid "Auto spacing"
6636
  msgstr ""
6637
 
6638
- #: wppa-settings-autosave.php:1014
6639
  msgid "Space the thumbnail frames automatic."
6640
  msgstr ""
6641
 
6642
- #: wppa-settings-autosave.php:1015
6643
  msgid ""
6644
  "If you check this box, the thumbnail images will be evenly distributed over "
6645
  "the available width."
6646
  msgstr ""
6647
 
6648
- #: wppa-settings-autosave.php:1016
6649
  msgid ""
6650
  "In this case, the thumbnail spacing value (setting I-9) will be regarded as "
6651
  "a minimum value."
6652
  msgstr ""
6653
 
6654
- #: wppa-settings-autosave.php:1023 wppa-settings-autosave.php:1130
6655
  msgid "Page size"
6656
  msgstr ""
6657
 
6658
- #: wppa-settings-autosave.php:1024
6659
  msgid "Max number of thumbnails per page."
6660
  msgstr ""
6661
 
6662
- #: wppa-settings-autosave.php:1025
6663
  msgid ""
6664
  "Enter the maximum number of thumbnail images per page. A value of 0 "
6665
  "indicates no pagination."
6666
  msgstr ""
6667
 
6668
- #: wppa-settings-autosave.php:1027 wppa-settings-autosave.php:5603
6669
- #: wppa-settings-autosave.php:5636 wppa-settings-autosave.php:5733
6670
  msgid "thumbnails"
6671
  msgstr ""
6672
 
6673
- #: wppa-settings-autosave.php:1033
6674
  msgid "The size of the thumbnail popup images."
6675
  msgstr ""
6676
 
6677
- #: wppa-settings-autosave.php:1034
6678
  msgid ""
6679
  "Enter the size of the popup images. This size should be larger than the "
6680
  "thumbnail size."
6681
  msgstr ""
6682
 
6683
- #: wppa-settings-autosave.php:1035
6684
  msgid "This size should also be at least the cover image size."
6685
  msgstr ""
6686
 
6687
- #: wppa-settings-autosave.php:1036
6688
  msgid ""
6689
  "Changing the popup size may result in all thumbnails being regenerated. this "
6690
  "may take a while."
6691
  msgstr ""
6692
 
6693
- #: wppa-settings-autosave.php:1037
6694
  msgid ""
6695
  "Although this setting has only visual effect if \"Thumb popup\" (Table IV-"
6696
  "C8) is checked,"
6697
  msgstr ""
6698
 
6699
- #: wppa-settings-autosave.php:1038
6700
  msgid ""
6701
  "the value must be right as it is the physical size of the thumbnail and "
6702
  "coverphoto images."
6703
  msgstr ""
6704
 
6705
- #: wppa-settings-autosave.php:1045
6706
  msgid "Use thumbs if fit"
6707
  msgstr ""
6708
 
6709
- #: wppa-settings-autosave.php:1046
6710
  msgid "Use the thumbnail image files if they are large enough."
6711
  msgstr ""
6712
 
6713
- #: wppa-settings-autosave.php:1047
6714
  msgid "This setting speeds up page loading for small photos."
6715
  msgstr ""
6716
 
6717
- #: wppa-settings-autosave.php:1048
6718
  msgid ""
6719
  "Do NOT use this when your thumbnails have a forced aspect ratio (when Table "
6720
  "I-C2 is set to anything different from --- same as fullsize ---)"
6721
  msgstr ""
6722
 
6723
- #: wppa-settings-autosave.php:1055
6724
  msgid "Album cover related size settings"
6725
  msgstr ""
6726
 
6727
- #: wppa-settings-autosave.php:1058
6728
  msgid "Maximum width for a album cover display."
6729
  msgstr ""
6730
 
6731
- #: wppa-settings-autosave.php:1059
6732
  msgid ""
6733
  "Display covers in 2 or more columns if the display area is wider than the "
6734
  "given width."
6735
  msgstr ""
6736
 
6737
- #: wppa-settings-autosave.php:1060
6738
  msgid ""
6739
  "This also applies for 'thumbnails as covers', and will NOT apply to single "
6740
  "items."
6741
  msgstr ""
6742
 
6743
- #: wppa-settings-autosave.php:1067
6744
  msgid "Min Cover height"
6745
  msgstr ""
6746
 
6747
- #: wppa-settings-autosave.php:1068
6748
  msgid "Minimal height of an album cover."
6749
  msgstr ""
6750
 
6751
- #: wppa-settings-autosave.php:1069
6752
  msgid ""
6753
  "If you use this setting to make the albums the same height and you are not "
6754
  "satisfied about the lay-out, try increasing the value in the next setting"
6755
  msgstr ""
6756
 
6757
- #: wppa-settings-autosave.php:1076
6758
  msgid "Min Text frame height"
6759
  msgstr ""
6760
 
6761
- #: wppa-settings-autosave.php:1077
6762
  msgid "The minimal cover text frame height incl header."
6763
  msgstr ""
6764
 
6765
- #: wppa-settings-autosave.php:1078
6766
  msgid ""
6767
  "The height starting with the album title up to and including the view- and "
6768
  "the slideshow- links."
6769
  msgstr ""
6770
 
6771
- #: wppa-settings-autosave.php:1079
6772
  msgid ""
6773
  "This setting enables you to give the album covers the same height while the "
6774
  "title does not need to fit on one line."
6775
  msgstr ""
6776
 
6777
- #: wppa-settings-autosave.php:1080
6778
  msgid "This is the recommended setting to line-up your covers!"
6779
  msgstr ""
6780
 
6781
- #: wppa-settings-autosave.php:1087
6782
  msgid "Min Description height"
6783
  msgstr ""
6784
 
6785
- #: wppa-settings-autosave.php:1088
6786
  msgid "The minimal height of the album description text frame."
6787
  msgstr ""
6788
 
6789
- #: wppa-settings-autosave.php:1089
6790
  msgid "The minimal height of the description field in an album cover display."
6791
  msgstr ""
6792
 
6793
- #: wppa-settings-autosave.php:1090
6794
  msgid ""
6795
  "This setting enables you to give the album covers the same height provided "
6796
  "that the cover images are equally sized and the titles fit on one line."
6797
  msgstr ""
6798
 
6799
- #: wppa-settings-autosave.php:1091
6800
  msgid ""
6801
  "To force the coverphotos have equal heights, tick the box in Table I-D7."
6802
  msgstr ""
6803
 
6804
- #: wppa-settings-autosave.php:1092
6805
  msgid ""
6806
  "You may need this setting if changing the previous setting is not sufficient "
6807
  "to line-up the covers."
6808
  msgstr ""
6809
 
6810
- #: wppa-settings-autosave.php:1099
6811
  msgid "Coverphoto size"
6812
  msgstr ""
6813
 
6814
- #: wppa-settings-autosave.php:1100
6815
  msgid "The size of the coverphoto."
6816
  msgstr ""
6817
 
6818
- #: wppa-settings-autosave.php:1102 wppa-settings-autosave.php:1112
6819
  msgid ""
6820
  "Changing the coverphoto size may result in all thumbnails being regenerated. "
6821
  "this may take a while."
6822
  msgstr ""
6823
 
6824
- #: wppa-settings-autosave.php:1109
6825
  msgid "Coverphoto size multi"
6826
  msgstr ""
6827
 
6828
- #: wppa-settings-autosave.php:1110
6829
  msgid "The size of coverphotos if more than one."
6830
  msgstr ""
6831
 
6832
- #: wppa-settings-autosave.php:1119
6833
  msgid "Size is height"
6834
  msgstr ""
6835
 
6836
- #: wppa-settings-autosave.php:1120
6837
  msgid "The size of the coverphoto is the height of it."
6838
  msgstr ""
6839
 
6840
- #: wppa-settings-autosave.php:1121
6841
  msgid ""
6842
  "If set: the previous setting is the height, if unset: the largest of width "
6843
  "and height."
6844
  msgstr ""
6845
 
6846
- #: wppa-settings-autosave.php:1122
6847
  msgid ""
6848
  "This setting applies for coverphoto position top or bottom only (Table IV-"
6849
  "D3)."
6850
  msgstr ""
6851
 
6852
- #: wppa-settings-autosave.php:1123
6853
  msgid "This makes it easyer to make the covers of equal height."
6854
  msgstr ""
6855
 
6856
- #: wppa-settings-autosave.php:1131
6857
  msgid "Max number of covers per page."
6858
  msgstr ""
6859
 
6860
- #: wppa-settings-autosave.php:1132
6861
  msgid ""
6862
  "Enter the maximum number of album covers per page. A value of 0 indicates no "
6863
  "pagination."
6864
  msgstr ""
6865
 
6866
- #: wppa-settings-autosave.php:1134
6867
  msgid "covers"
6868
  msgstr ""
6869
 
6870
- #: wppa-settings-autosave.php:1139
6871
  msgid "Rating and comment related size settings"
6872
  msgstr ""
6873
 
6874
- #: wppa-settings-autosave.php:1141
6875
  msgid "Rating size"
6876
  msgstr ""
6877
 
6878
- #: wppa-settings-autosave.php:1142
6879
  msgid "Select the number of voting stars."
6880
  msgstr ""
6881
 
6882
- #: wppa-settings-autosave.php:1145
6883
  msgid "Standard: 5 stars"
6884
  msgstr ""
6885
 
6886
- #: wppa-settings-autosave.php:1145
6887
  msgid "Extended: 10 stars"
6888
  msgstr ""
6889
 
6890
- #: wppa-settings-autosave.php:1145
6891
  msgid "One button vote"
6892
  msgstr ""
6893
 
6894
- #: wppa-settings-autosave.php:1152
6895
  msgid "Display precision"
6896
  msgstr ""
6897
 
6898
- #: wppa-settings-autosave.php:1153
6899
  msgid "Select the desired rating display precision."
6900
  msgstr ""
6901
 
6902
- #: wppa-settings-autosave.php:1156
6903
  msgid "decimal places"
6904
  msgstr ""
6905
 
6906
- #: wppa-settings-autosave.php:1164
6907
  msgid "Size of Avatar images."
6908
  msgstr ""
6909
 
6910
- #: wppa-settings-autosave.php:1165
6911
  msgid "The size of the square avatar; must be > 0 and < 256"
6912
  msgstr ""
6913
 
6914
- #: wppa-settings-autosave.php:1172
6915
  msgid "Rating space"
6916
  msgstr ""
6917
 
6918
- #: wppa-settings-autosave.php:1173
6919
  msgid "Space between avg and my rating stars"
6920
  msgstr ""
6921
 
6922
- #: wppa-settings-autosave.php:1181
6923
  msgid "Widget related size settings"
6924
  msgstr ""
6925
 
6926
- #: wppa-settings-autosave.php:1183
6927
  msgid "Widget width"
6928
  msgstr ""
6929
 
6930
- #: wppa-settings-autosave.php:1184
6931
  msgid "The useable width within widgets."
6932
  msgstr ""
6933
 
6934
- #: wppa-settings-autosave.php:1185
6935
  msgid ""
6936
  "Widget width for photo of the day, general purpose (default), slideshow "
6937
  "(default) and upload widgets."
6938
  msgstr ""
6939
 
6940
- #: wppa-settings-autosave.php:1192
6941
  msgid "TopTen count"
6942
  msgstr ""
6943
 
6944
- #: wppa-settings-autosave.php:1193
6945
  msgid "Number of photos in TopTen widget."
6946
  msgstr ""
6947
 
6948
- #: wppa-settings-autosave.php:1194
6949
  msgid "Enter the maximum number of rated photos in the TopTen widget."
6950
  msgstr ""
6951
 
6952
- #: wppa-settings-autosave.php:1201
6953
  msgid "TopTen size"
6954
  msgstr ""
6955
 
6956
- #: wppa-settings-autosave.php:1202
6957
  msgid "Size of thumbnails in TopTen widget."
6958
  msgstr ""
6959
 
6960
- #: wppa-settings-autosave.php:1203
6961
  msgid "Enter the size for the mini photos in the TopTen widget."
6962
  msgstr ""
6963
 
6964
- #: wppa-settings-autosave.php:1204 wppa-settings-autosave.php:1224
6965
- #: wppa-settings-autosave.php:1244 wppa-settings-autosave.php:1264
6966
- #: wppa-settings-autosave.php:1284 wppa-settings-autosave.php:1304
6967
  msgid "The size applies to the width or height, whatever is the largest."
6968
  msgstr ""
6969
 
6970
- #: wppa-settings-autosave.php:1205 wppa-settings-autosave.php:1225
6971
- #: wppa-settings-autosave.php:1245 wppa-settings-autosave.php:1265
6972
- #: wppa-settings-autosave.php:1285 wppa-settings-autosave.php:1305
6973
  msgid ""
6974
  "Recommended values: 86 for a two column and 56 for a three column display."
6975
  msgstr ""
6976
 
6977
- #: wppa-settings-autosave.php:1212
6978
  msgid "Comment count"
6979
  msgstr ""
6980
 
6981
- #: wppa-settings-autosave.php:1213
6982
  msgid "Number of entries in Comment widget."
6983
  msgstr ""
6984
 
6985
- #: wppa-settings-autosave.php:1214
6986
  msgid "Enter the maximum number of entries in the Comment widget."
6987
  msgstr ""
6988
 
6989
- #: wppa-settings-autosave.php:1216
6990
  msgid "entries"
6991
  msgstr ""
6992
 
6993
- #: wppa-settings-autosave.php:1221
6994
  msgid "Comment size"
6995
  msgstr ""
6996
 
6997
- #: wppa-settings-autosave.php:1222
6998
  msgid "Size of thumbnails in Comment widget."
6999
  msgstr ""
7000
 
7001
- #: wppa-settings-autosave.php:1223
7002
  msgid "Enter the size for the mini photos in the Comment widget."
7003
  msgstr ""
7004
 
7005
- #: wppa-settings-autosave.php:1232
7006
  msgid "Thumbnail count"
7007
  msgstr ""
7008
 
7009
- #: wppa-settings-autosave.php:1233
7010
  msgid "Number of photos in Thumbnail widget."
7011
  msgstr ""
7012
 
7013
- #: wppa-settings-autosave.php:1234
7014
  msgid "Enter the maximum number of rated photos in the Thumbnail widget."
7015
  msgstr ""
7016
 
7017
- #: wppa-settings-autosave.php:1241
7018
  msgid "Thumbnail widget size"
7019
  msgstr ""
7020
 
7021
- #: wppa-settings-autosave.php:1242
7022
  msgid "Size of thumbnails in Thumbnail widget."
7023
  msgstr ""
7024
 
7025
- #: wppa-settings-autosave.php:1243
7026
  msgid "Enter the size for the mini photos in the Thumbnail widget."
7027
  msgstr ""
7028
 
7029
- #: wppa-settings-autosave.php:1252
7030
  msgid "LasTen count"
7031
  msgstr ""
7032
 
7033
- #: wppa-settings-autosave.php:1253
7034
  msgid "Number of photos in Last Ten widget."
7035
  msgstr ""
7036
 
7037
- #: wppa-settings-autosave.php:1254
7038
  msgid "Enter the maximum number of photos in the LasTen widget."
7039
  msgstr ""
7040
 
7041
- #: wppa-settings-autosave.php:1261
7042
  msgid "LasTen size"
7043
  msgstr ""
7044
 
7045
- #: wppa-settings-autosave.php:1262
7046
  msgid "Size of thumbnails in Last Ten widget."
7047
  msgstr ""
7048
 
7049
- #: wppa-settings-autosave.php:1263
7050
  msgid "Enter the size for the mini photos in the LasTen widget."
7051
  msgstr ""
7052
 
7053
- #: wppa-settings-autosave.php:1272
7054
  msgid "Album widget count"
7055
  msgstr ""
7056
 
7057
- #: wppa-settings-autosave.php:1273
7058
  msgid "Number of albums in Album widget."
7059
  msgstr ""
7060
 
7061
- #: wppa-settings-autosave.php:1274
7062
  msgid ""
7063
  "Enter the maximum number of thumbnail photos of albums in the Album widget."
7064
  msgstr ""
7065
 
7066
- #: wppa-settings-autosave.php:1276 wppa-settings-autosave.php:6017
7067
  msgid "albums"
7068
  msgstr ""
7069
 
7070
- #: wppa-settings-autosave.php:1281
7071
  msgid "Album widget size"
7072
  msgstr ""
7073
 
7074
- #: wppa-settings-autosave.php:1282
7075
  msgid "Size of thumbnails in Album widget."
7076
  msgstr ""
7077
 
7078
- #: wppa-settings-autosave.php:1283
7079
  msgid "Enter the size for the mini photos in the Album widget."
7080
  msgstr ""
7081
 
7082
- #: wppa-settings-autosave.php:1292
7083
  msgid "FeaTen count"
7084
  msgstr ""
7085
 
7086
- #: wppa-settings-autosave.php:1293
7087
  msgid "Number of photos in Featured Ten widget."
7088
  msgstr ""
7089
 
7090
- #: wppa-settings-autosave.php:1294
7091
  msgid "Enter the maximum number of photos in the FeaTen widget."
7092
  msgstr ""
7093
 
7094
- #: wppa-settings-autosave.php:1301
7095
  msgid "FeaTen size"
7096
  msgstr ""
7097
 
7098
- #: wppa-settings-autosave.php:1302
7099
  msgid "Size of thumbnails in Featured Ten widget."
7100
  msgstr ""
7101
 
7102
- #: wppa-settings-autosave.php:1303
7103
  msgid "Enter the size for the mini photos in the FeaTen widget."
7104
  msgstr ""
7105
 
7106
- #: wppa-settings-autosave.php:1312
7107
  msgid "Tagcloud min size"
7108
  msgstr ""
7109
 
7110
- #: wppa-settings-autosave.php:1313
7111
  msgid "Minimal fontsize in tagclouds"
7112
  msgstr ""
7113
 
7114
- #: wppa-settings-autosave.php:1321
7115
  msgid "Tagcloud max size"
7116
  msgstr ""
7117
 
7118
- #: wppa-settings-autosave.php:1322
7119
  msgid "Maximal fontsize in tagclouds"
7120
  msgstr ""
7121
 
7122
- #: wppa-settings-autosave.php:1330
7123
  msgid ""
7124
  "Lightbox related size settings. These settings have effect only when Table "
7125
  "IX-J3 is set to wppa"
7126
  msgstr ""
7127
 
7128
- #: wppa-settings-autosave.php:1333
7129
  msgid ""
7130
  "Number of lines on the lightbox description area, exclusive the n/m line."
7131
  msgstr ""
7132
 
7133
- #: wppa-settings-autosave.php:1334
7134
  msgid "Enter a number in the range from 0 to 24 or auto"
7135
  msgstr ""
7136
 
7137
- #: wppa-settings-autosave.php:1336
7138
  msgid "lines"
7139
  msgstr ""
7140
 
7141
- #: wppa-settings-autosave.php:1341
7142
  msgid "Magnifier cursor size"
7143
  msgstr ""
7144
 
7145
- #: wppa-settings-autosave.php:1342
7146
  msgid "Select the size of the magnifier cursor."
7147
  msgstr ""
7148
 
7149
- #: wppa-settings-autosave.php:1345
7150
  msgid "small"
7151
  msgstr ""
7152
 
7153
- #: wppa-settings-autosave.php:1345
7154
  msgid "medium"
7155
  msgstr ""
7156
 
7157
- #: wppa-settings-autosave.php:1345
7158
  msgid "large"
7159
  msgstr ""
7160
 
7161
- #: wppa-settings-autosave.php:1355
7162
  msgid "Border width for lightbox display."
7163
  msgstr ""
7164
 
7165
- #: wppa-settings-autosave.php:1364
7166
  msgid "Border radius for lightbox display."
7167
  msgstr ""
7168
 
7169
- #: wppa-settings-autosave.php:1373
7170
  msgid "Video related size settings"
7171
  msgstr ""
7172
 
7173
- #: wppa-settings-autosave.php:1375
7174
  msgid "Default width"
7175
  msgstr ""
7176
 
7177
- #: wppa-settings-autosave.php:1376
7178
  msgid "The width of most videos"
7179
  msgstr ""
7180
 
7181
- #: wppa-settings-autosave.php:1384
7182
  msgid "Default height"
7183
  msgstr ""
7184
 
7185
- #: wppa-settings-autosave.php:1385
7186
  msgid "The height of most videos"
7187
  msgstr ""
7188
 
7189
- #: wppa-settings-autosave.php:1411
7190
  msgid "Table II:"
7191
  msgstr ""
7192
 
7193
- #: wppa-settings-autosave.php:1411
7194
  msgid "Visibility:"
7195
  msgstr ""
7196
 
7197
- #: wppa-settings-autosave.php:1412
7198
  msgid "This table describes the visibility of certain wppa+ elements."
7199
  msgstr ""
7200
 
7201
- #: wppa-settings-autosave.php:1430
7202
  msgid "Breadcrumb related visibility settings"
7203
  msgstr ""
7204
 
7205
- #: wppa-settings-autosave.php:1432
7206
  msgid "Breadcrumb on posts"
7207
  msgstr ""
7208
 
7209
- #: wppa-settings-autosave.php:1433 wppa-settings-autosave.php:1443
7210
  msgid "Show breadcrumb navigation bars."
7211
  msgstr ""
7212
 
7213
- #: wppa-settings-autosave.php:1434 wppa-settings-autosave.php:1444
7214
  msgid "Indicate whether a breadcrumb navigation should be displayed"
7215
  msgstr ""
7216
 
7217
- #: wppa-settings-autosave.php:1442
7218
  msgid "Breadcrumb on pages"
7219
  msgstr ""
7220
 
7221
- #: wppa-settings-autosave.php:1452
7222
  msgid "Breadcrumb on search results"
7223
  msgstr ""
7224
 
7225
- #: wppa-settings-autosave.php:1453
7226
  msgid "Show breadcrumb navigation bars on the search results page."
7227
  msgstr ""
7228
 
7229
- #: wppa-settings-autosave.php:1454
7230
  msgid ""
7231
  "Indicate whether a breadcrumb navigation should be displayed above the "
7232
  "search results."
7233
  msgstr ""
7234
 
7235
- #: wppa-settings-autosave.php:1461
7236
  msgid "Breadcrumb on topten displays"
7237
  msgstr ""
7238
 
7239
- #: wppa-settings-autosave.php:1462
7240
  msgid "Show breadcrumb navigation bars on topten displays."
7241
  msgstr ""
7242
 
7243
- #: wppa-settings-autosave.php:1463
7244
  msgid ""
7245
  "Indicate whether a breadcrumb navigation should be displayed above the "
7246
  "topten displays."
7247
  msgstr ""
7248
 
7249
- #: wppa-settings-autosave.php:1470
7250
  msgid "Breadcrumb on last ten displays"
7251
  msgstr ""
7252
 
7253
- #: wppa-settings-autosave.php:1471
7254
  msgid "Show breadcrumb navigation bars on last ten displays."
7255
  msgstr ""
7256
 
7257
- #: wppa-settings-autosave.php:1472
7258
  msgid ""
7259
  "Indicate whether a breadcrumb navigation should be displayed above the last "
7260
  "ten displays."
7261
  msgstr ""
7262
 
7263
- #: wppa-settings-autosave.php:1479
7264
  msgid "Breadcrumb on comment ten displays"
7265
  msgstr ""
7266
 
7267
- #: wppa-settings-autosave.php:1480
7268
  msgid "Show breadcrumb navigation bars on comment ten displays."
7269
  msgstr ""
7270
 
7271
- #: wppa-settings-autosave.php:1481
7272
  msgid ""
7273
  "Indicate whether a breadcrumb navigation should be displayed above the "
7274
  "comment ten displays."
7275
  msgstr ""
7276
 
7277
- #: wppa-settings-autosave.php:1488
7278
  msgid "Breadcrumb on tag result displays"
7279
  msgstr ""
7280
 
7281
- #: wppa-settings-autosave.php:1489
7282
  msgid "Show breadcrumb navigation bars on tag result displays."
7283
  msgstr ""
7284
 
7285
- #: wppa-settings-autosave.php:1490
7286
  msgid ""
7287
  "Indicate whether a breadcrumb navigation should be displayed above the tag "
7288
  "result displays."
7289
  msgstr ""
7290
 
7291
- #: wppa-settings-autosave.php:1497
7292
  msgid "Breadcrumb on featured ten displays"
7293
  msgstr ""
7294
 
7295
- #: wppa-settings-autosave.php:1498
7296
  msgid "Show breadcrumb navigation bars on featured ten displays."
7297
  msgstr ""
7298
 
7299
- #: wppa-settings-autosave.php:1499
7300
  msgid ""
7301
  "Indicate whether a breadcrumb navigation should be displayed above the "
7302
  "featured ten displays."
7303
  msgstr ""
7304
 
7305
- #: wppa-settings-autosave.php:1506
7306
  msgid "Breadcrumb on related photos displays"
7307
  msgstr ""
7308
 
7309
- #: wppa-settings-autosave.php:1507
7310
  msgid "Show breadcrumb navigation bars on related photos displays."
7311
  msgstr ""
7312
 
7313
- #: wppa-settings-autosave.php:1508
7314
  msgid ""
7315
  "Indicate whether a breadcrumb navigation should be displayed above the "
7316
  "related photos displays."
7317
  msgstr ""
7318
 
7319
- #: wppa-settings-autosave.php:1515 wppa-setup.php:715
7320
  msgid "Home"
7321
  msgstr ""
7322
 
7323
- #: wppa-settings-autosave.php:1516
7324
  msgid "Show \"Home\" in breadcrumb."
7325
  msgstr ""
7326
 
7327
- #: wppa-settings-autosave.php:1517
7328
  msgid ""
7329
  "Indicate whether the breadcrumb navigation should start with a \"Home\"-link"
7330
  msgstr ""
7331
 
7332
- #: wppa-settings-autosave.php:1524
7333
  msgid "Home text"
7334
  msgstr ""
7335
 
7336
- #: wppa-settings-autosave.php:1525
7337
  msgid "The text to use as \"Home\""
7338
  msgstr ""
7339
 
7340
- #: wppa-settings-autosave.php:1534
7341
  msgid "Show the page(s) in breadcrumb."
7342
  msgstr ""
7343
 
7344
- #: wppa-settings-autosave.php:1535
7345
  msgid ""
7346
  "Indicate whether the breadcrumb navigation should show the page(hierarchy)"
7347
  msgstr ""
7348
 
7349
- #: wppa-settings-autosave.php:1542
7350
  msgid "Separator"
7351
  msgstr ""
7352
 
7353
- #: wppa-settings-autosave.php:1543
7354
  msgid "Breadcrumb separator symbol."
7355
  msgstr ""
7356
 
7357
- #: wppa-settings-autosave.php:1544
7358
  msgid "Select the desired breadcrumb separator element."
7359
  msgstr ""
7360
 
7361
- #: wppa-settings-autosave.php:1545
7362
  msgid "A text string may contain valid html."
7363
  msgstr ""
7364
 
7365
- #: wppa-settings-autosave.php:1546
7366
  msgid ""
7367
  "An image will be scaled automatically if you set the navigation font size."
7368
  msgstr ""
7369
 
7370
- #: wppa-settings-autosave.php:1548
7371
  msgid "Text (html):"
7372
  msgstr ""
7373
 
7374
- #: wppa-settings-autosave.php:1548
7375
  msgid "Image (url):"
7376
  msgstr ""
7377
 
7378
- #: wppa-settings-autosave.php:1556
7379
  msgid "Html"
7380
  msgstr ""
7381
 
7382
- #: wppa-settings-autosave.php:1557
7383
  msgid "Breadcrumb separator text."
7384
  msgstr ""
7385
 
7386
- #: wppa-settings-autosave.php:1558
7387
  msgid "Enter the HTML code that produces the separator symbol you want."
7388
  msgstr ""
7389
 
7390
- #: wppa-settings-autosave.php:1559
7391
  msgid ""
7392
  "It may be as simple as '-' (without the quotes) or as complex as a tag like "
7393
  "<div>..</div>."
7394
  msgstr ""
7395
 
7396
- #: wppa-settings-autosave.php:1566
7397
  msgid "Image Url"
7398
  msgstr ""
7399
 
7400
- #: wppa-settings-autosave.php:1567
7401
  msgid "Full url to separator image."
7402
  msgstr ""
7403
 
7404
- #: wppa-settings-autosave.php:1568
7405
  msgid ""
7406
  "Enter the full url to the image you want to use for the separator symbol."
7407
  msgstr ""
7408
 
7409
- #: wppa-settings-autosave.php:1575
7410
  msgid "Pagelink position"
7411
  msgstr ""
7412
 
7413
- #: wppa-settings-autosave.php:1576
7414
  msgid "The location for the pagelinks bar."
7415
  msgstr ""
7416
 
7417
- #: wppa-settings-autosave.php:1579 wppa-settings-autosave.php:3983
7418
  msgid "Top"
7419
  msgstr ""
7420
 
7421
- #: wppa-settings-autosave.php:1579 wppa-settings-autosave.php:3983
7422
  msgid "Bottom"
7423
  msgstr ""
7424
 
7425
- #: wppa-settings-autosave.php:1579
7426
  msgid "Both"
7427
  msgstr ""
7428
 
7429
- #: wppa-settings-autosave.php:1586
7430
  msgid "Thumblink on slideshow"
7431
  msgstr ""
7432
 
7433
- #: wppa-settings-autosave.php:1587
7434
  msgid "Show a thumb link on slideshow bc."
7435
  msgstr ""
7436
 
7437
- #: wppa-settings-autosave.php:1588
7438
  msgid "Show a link to thumbnail display on an breadcrumb above a slideshow"
7439
  msgstr ""
7440
 
7441
- #: wppa-settings-autosave.php:1595
7442
  msgid "Slideshow related visibility settings"
7443
  msgstr ""
7444
 
7445
- #: wppa-settings-autosave.php:1597
7446
  msgid "Start/stop"
7447
  msgstr ""
7448
 
7449
- #: wppa-settings-autosave.php:1598
7450
  msgid "Show the Start/Stop slideshow bar."
7451
  msgstr ""
7452
 
7453
- #: wppa-settings-autosave.php:1599
7454
  msgid ""
7455
  "If checked: display the start/stop slideshow navigation bar above the full-"
7456
  "size images and slideshow"
7457
  msgstr ""
7458
 
7459
- #: wppa-settings-autosave.php:1606
7460
  msgid "Browse bar"
7461
  msgstr ""
7462
 
7463
- #: wppa-settings-autosave.php:1607
7464
  msgid "Show Browse photos bar."
7465
  msgstr ""
7466
 
7467
- #: wppa-settings-autosave.php:1608
7468
  msgid ""
7469
  "If checked: display the preveous/next navigation bar under the full-size "
7470
  "images and slideshow"
7471
  msgstr ""
7472
 
7473
- #: wppa-settings-autosave.php:1615
7474
  msgid "Filmstrip"
7475
  msgstr ""
7476
 
7477
- #: wppa-settings-autosave.php:1616
7478
  msgid "Show Filmstrip navigation bar."
7479
  msgstr ""
7480
 
7481
- #: wppa-settings-autosave.php:1617
7482
  msgid ""
7483
  "If checked: display the filmstrip navigation bar under the full_size images "
7484
  "and slideshow"
7485
  msgstr ""
7486
 
7487
- #: wppa-settings-autosave.php:1624
7488
  msgid "Film seam"
7489
  msgstr ""
7490
 
7491
- #: wppa-settings-autosave.php:1625
7492
  msgid "Show seam between end and start of film."
7493
  msgstr ""
7494
 
7495
- #: wppa-settings-autosave.php:1626
7496
  msgid "If checked: display the wrap-around point in the filmstrip"
7497
  msgstr ""
7498
 
7499
- #: wppa-settings-autosave.php:1634
7500
  msgid "Display photo name."
7501
  msgstr ""
7502
 
7503
- #: wppa-settings-autosave.php:1635
7504
  msgid "If checked: display the name of the photo under the slideshow image."
7505
  msgstr ""
7506
 
7507
- #: wppa-settings-autosave.php:1642 wppa-settings-autosave.php:2022
7508
  msgid "Add (Owner)"
7509
  msgstr ""
7510
 
7511
- #: wppa-settings-autosave.php:1643 wppa-settings-autosave.php:2023
7512
  msgid "Add the uploaders display name in parenthesis to the name."
7513
  msgstr ""
7514
 
7515
- #: wppa-settings-autosave.php:1651
7516
  msgid "Photo desc"
7517
  msgstr ""
7518
 
7519
- #: wppa-settings-autosave.php:1652
7520
  msgid "Display Photo description."
7521
  msgstr ""
7522
 
7523
- #: wppa-settings-autosave.php:1653
7524
  msgid ""
7525
  "If checked: display the description of the photo under the slideshow image."
7526
  msgstr ""
7527
 
7528
- #: wppa-settings-autosave.php:1660
7529
  msgid "Hide when empty"
7530
  msgstr ""
7531
 
7532
- #: wppa-settings-autosave.php:1661
7533
  msgid "Hide the descriptionbox when empty."
7534
  msgstr ""
7535
 
7536
- #: wppa-settings-autosave.php:1669
7537
  msgid "Rating system"
7538
  msgstr ""
7539
 
7540
- #: wppa-settings-autosave.php:1670
7541
  msgid "Enable the rating system."
7542
  msgstr ""
7543
 
7544
- #: wppa-settings-autosave.php:1671
7545
  msgid "If checked, the photo rating system will be enabled."
7546
  msgstr ""
7547
 
7548
- #: wppa-settings-autosave.php:1679
7549
  msgid "Comments system"
7550
  msgstr ""
7551
 
7552
- #: wppa-settings-autosave.php:1680
7553
  msgid "Enable the comments system."
7554
  msgstr ""
7555
 
7556
- #: wppa-settings-autosave.php:1681
7557
  msgid ""
7558
  "Display the comments box under the fullsize images and let users enter their "
7559
  "comments on individual photos."
7560
  msgstr ""
7561
 
7562
- #: wppa-settings-autosave.php:1689
7563
  msgid "Comment Avatar default"
7564
  msgstr ""
7565
 
7566
- #: wppa-settings-autosave.php:1690
7567
  msgid "Show Avatars with the comments if not --- none ---"
7568
  msgstr ""
7569
 
7570
- #: wppa-settings-autosave.php:1695
7571
  msgid "mystery man"
7572
  msgstr ""
7573
 
7574
- #: wppa-settings-autosave.php:1696
7575
  msgid "identicon"
7576
  msgstr ""
7577
 
7578
- #: wppa-settings-autosave.php:1697
7579
  msgid "monsterid"
7580
  msgstr ""
7581
 
7582
- #: wppa-settings-autosave.php:1698
7583
  msgid "wavatar"
7584
  msgstr ""
7585
 
7586
- #: wppa-settings-autosave.php:1699
7587
  msgid "retro"
7588
  msgstr ""
7589
 
7590
- #: wppa-settings-autosave.php:1700
7591
  msgid "--- url ---"
7592
  msgstr ""
7593
 
7594
- #: wppa-settings-autosave.php:1715
7595
  msgid "Comment Avatar url"
7596
  msgstr ""
7597
 
7598
- #: wppa-settings-autosave.php:1716
7599
  msgid "Comment Avatar default url."
7600
  msgstr ""
7601
 
7602
- #: wppa-settings-autosave.php:1724
7603
  msgid "Big Browse Buttons"
7604
  msgstr ""
7605
 
7606
- #: wppa-settings-autosave.php:1725
7607
  msgid "Enable invisible browsing buttons."
7608
  msgstr ""
7609
 
7610
- #: wppa-settings-autosave.php:1726 wppa-settings-autosave.php:2269
7611
  msgid ""
7612
  "If checked, the fullsize image is covered by two invisible areas that act as "
7613
  "browse buttons."
7614
  msgstr ""
7615
 
7616
- #: wppa-settings-autosave.php:1727 wppa-settings-autosave.php:2270
7617
- #: wppa-settings-autosave.php:2280
7618
  msgid ""
7619
  "Make sure the Full height (Table I-B2) is properly configured to prevent "
7620
  "these areas to overlap unwanted space."
7621
  msgstr ""
7622
 
7623
- #: wppa-settings-autosave.php:1734
7624
  msgid "Ugly Browse Buttons"
7625
  msgstr ""
7626
 
7627
- #: wppa-settings-autosave.php:1735
7628
  msgid "Enable the ugly browsing buttons."
7629
  msgstr ""
7630
 
7631
- #: wppa-settings-autosave.php:1736
7632
  msgid "If checked, the fullsize image is covered by two browse buttons."
7633
  msgstr ""
7634
 
7635
- #: wppa-settings-autosave.php:1747
7636
  msgid "Start/stop icons"
7637
  msgstr ""
7638
 
7639
- #: wppa-settings-autosave.php:1748
7640
  msgid "Show start and stop icons at the center of the slide"
7641
  msgstr ""
7642
 
7643
- #: wppa-settings-autosave.php:1760
7644
  msgid "Show custom box"
7645
  msgstr ""
7646
 
7647
- #: wppa-settings-autosave.php:1761
7648
  msgid "Display the custom box in the slideshow"
7649
  msgstr ""
7650
 
7651
- #: wppa-settings-autosave.php:1762 wppa-settings-autosave.php:1773
7652
  msgid ""
7653
  "You can fill the custom box with any html you like. It will not be checked, "
7654
  "so it is your own responsability to close tags properly."
7655
  msgstr ""
7656
 
7657
- #: wppa-settings-autosave.php:1763 wppa-settings-autosave.php:1774
7658
  msgid "The position of the box can be defined in Table IX-E."
7659
  msgstr ""
7660
 
7661
- #: wppa-settings-autosave.php:1771
7662
  msgid "Custom content"
7663
  msgstr ""
7664
 
7665
- #: wppa-settings-autosave.php:1772
7666
  msgid "The content (html) of the custom box."
7667
  msgstr ""
7668
 
7669
- #: wppa-settings-autosave.php:1781
7670
  msgid "Slideshow/Number bar"
7671
  msgstr ""
7672
 
7673
- #: wppa-settings-autosave.php:1782
7674
  msgid "Display the Slideshow / Number bar."
7675
  msgstr ""
7676
 
7677
- #: wppa-settings-autosave.php:1783
7678
  msgid "If checked: display the number boxes on slideshow"
7679
  msgstr ""
7680
 
7681
- #: wppa-settings-autosave.php:1791
7682
  msgid "IPTC system"
7683
  msgstr ""
7684
 
7685
- #: wppa-settings-autosave.php:1792
7686
  msgid "Enable the iptc system."
7687
  msgstr ""
7688
 
7689
- #: wppa-settings-autosave.php:1793
7690
  msgid "Display the iptc box under the fullsize images."
7691
  msgstr ""
7692
 
7693
- #: wppa-settings-autosave.php:1801
7694
  msgid "IPTC open"
7695
  msgstr ""
7696
 
7697
- #: wppa-settings-autosave.php:1802
7698
  msgid "Display the iptc box initially opened."
7699
  msgstr ""
7700
 
7701
- #: wppa-settings-autosave.php:1803
7702
  msgid "Display the iptc box under the fullsize images initially open."
7703
  msgstr ""
7704
 
7705
- #: wppa-settings-autosave.php:1811
7706
  msgid "EXIF system"
7707
  msgstr ""
7708
 
7709
- #: wppa-settings-autosave.php:1812
7710
  msgid "Enable the exif system."
7711
  msgstr ""
7712
 
7713
- #: wppa-settings-autosave.php:1813
7714
  msgid "Display the exif box under the fullsize images."
7715
  msgstr ""
7716
 
7717
- #: wppa-settings-autosave.php:1821
7718
  msgid "EXIF open"
7719
  msgstr ""
7720
 
7721
- #: wppa-settings-autosave.php:1822
7722
  msgid "Display the exif box initially opened."
7723
  msgstr ""
7724
 
7725
- #: wppa-settings-autosave.php:1823
7726
  msgid "Display the exif box under the fullsize images initially open."
7727
  msgstr ""
7728
 
7729
- #: wppa-settings-autosave.php:1831
7730
  msgid "Social media share box related visibility settings"
7731
  msgstr ""
7732
 
7733
- #: wppa-settings-autosave.php:1833
7734
  msgid "Show Share Box"
7735
  msgstr ""
7736
 
7737
- #: wppa-settings-autosave.php:1834
7738
  msgid "Display the share social media buttons box."
7739
  msgstr ""
7740
 
7741
- #: wppa-settings-autosave.php:1843 wppa-settings-autosave.php:8920
7742
  msgid "Hide when running"
7743
  msgstr ""
7744
 
7745
- #: wppa-settings-autosave.php:1844
7746
  msgid "Hide the SM box when slideshow runs."
7747
  msgstr ""
7748
 
7749
- #: wppa-settings-autosave.php:1852
7750
  msgid "Show Share Box Widget"
7751
  msgstr ""
7752
 
7753
- #: wppa-settings-autosave.php:1853
7754
  msgid "Display the share social media buttons box in widgets."
7755
  msgstr ""
7756
 
7757
- #: wppa-settings-autosave.php:1854
7758
  msgid ""
7759
  "This setting applies to normal slideshows in widgets, not to the "
7760
  "slideshowwidget as that is a slideonly display."
7761
  msgstr ""
7762
 
7763
- #: wppa-settings-autosave.php:1862
7764
  msgid "Show Share Buttons Thumbs"
7765
  msgstr ""
7766
 
7767
- #: wppa-settings-autosave.php:1863
7768
  msgid "Display the share social media buttons under thumbnails."
7769
  msgstr ""
7770
 
7771
- #: wppa-settings-autosave.php:1872
7772
  msgid "Show Share Buttons Lightbox"
7773
  msgstr ""
7774
 
7775
- #: wppa-settings-autosave.php:1873
7776
  msgid "Display the share social media buttons on lightbox displays."
7777
  msgstr ""
7778
 
7779
- #: wppa-settings-autosave.php:1882
7780
  msgid "Show Share Buttons Mphoto"
7781
  msgstr ""
7782
 
7783
- #: wppa-settings-autosave.php:1883
7784
  msgid "Display the share social media buttons on mphoto displays."
7785
  msgstr ""
7786
 
7787
- #: wppa-settings-autosave.php:1892
7788
  msgid "Show QR Code"
7789
  msgstr ""
7790
 
7791
- #: wppa-settings-autosave.php:1893
7792
  msgid "Display the QR code in the share box."
7793
  msgstr ""
7794
 
7795
- #: wppa-settings-autosave.php:1901
7796
  msgid "Show Twitter button"
7797
  msgstr ""
7798
 
7799
- #: wppa-settings-autosave.php:1902
7800
  msgid "Display the Twitter button in the share box."
7801
  msgstr ""
7802
 
7803
- #: wppa-settings-autosave.php:1910
7804
  msgid "Show Google+ button"
7805
  msgstr ""
7806
 
7807
- #: wppa-settings-autosave.php:1911
7808
  msgid "Display the Google+ button in the share box."
7809
  msgstr ""
7810
 
7811
- #: wppa-settings-autosave.php:1919
7812
  msgid "Show Pinterest button"
7813
  msgstr ""
7814
 
7815
- #: wppa-settings-autosave.php:1920
7816
  msgid "Display the Pintrest button in the share box."
7817
  msgstr ""
7818
 
7819
- #: wppa-settings-autosave.php:1928
7820
  msgid "Show LinkedIn button"
7821
  msgstr ""
7822
 
7823
- #: wppa-settings-autosave.php:1929
7824
  msgid "Display the LinkedIn button in the share box."
7825
  msgstr ""
7826
 
7827
- #: wppa-settings-autosave.php:1937
7828
  msgid "Show Facebook share button"
7829
  msgstr ""
7830
 
7831
- #: wppa-settings-autosave.php:1938 wppa-settings-autosave.php:1947
7832
  msgid "Display the Facebook button in the share box."
7833
  msgstr ""
7834
 
7835
- #: wppa-settings-autosave.php:1946
7836
  msgid "Show Facebook like button"
7837
  msgstr ""
7838
 
7839
- #: wppa-settings-autosave.php:1955
7840
  msgid "Display type"
7841
  msgstr ""
7842
 
7843
- #: wppa-settings-autosave.php:1956
7844
  msgid "Select the Facebook button display type."
7845
  msgstr ""
7846
 
7847
- #: wppa-settings-autosave.php:1959
7848
  msgid "Button with counter"
7849
  msgstr ""
7850
 
7851
- #: wppa-settings-autosave.php:1959
7852
  msgid "Box with counter"
7853
  msgstr ""
7854
 
7855
- #: wppa-settings-autosave.php:1966
7856
  msgid "Show Facebook comment box"
7857
  msgstr ""
7858
 
7859
- #: wppa-settings-autosave.php:1967
7860
  msgid "Display the Facebook comment dialog box in the share box."
7861
  msgstr ""
7862
 
7863
- #: wppa-settings-autosave.php:1975
7864
  msgid "Facebook User Id"
7865
  msgstr ""
7866
 
7867
- #: wppa-settings-autosave.php:1976
7868
  msgid "Enter your facebook user id to be able to moderate comments and sends"
7869
  msgstr ""
7870
 
7871
- #: wppa-settings-autosave.php:1984
7872
  msgid "Facebook App Id"
7873
  msgstr ""
7874
 
7875
- #: wppa-settings-autosave.php:1985
7876
  msgid "Enter your facebook app id to be able to moderate comments and sends"
7877
  msgstr ""
7878
 
7879
- #: wppa-settings-autosave.php:1993
7880
  msgid "Facebook js SDK"
7881
  msgstr ""
7882
 
7883
- #: wppa-settings-autosave.php:1994
7884
  msgid "Load Facebook js SDK"
7885
  msgstr ""
7886
 
7887
- #: wppa-settings-autosave.php:1995
7888
  msgid ""
7889
  "Uncheck this box only when there is a conflict with an other plugin that "
7890
  "also loads the Facebook js SDK."
7891
  msgstr ""
7892
 
7893
- #: wppa-settings-autosave.php:2002
7894
  msgid "Share single image"
7895
  msgstr ""
7896
 
7897
- #: wppa-settings-autosave.php:2003
7898
  msgid "Share a link to a single image, not the slideshow."
7899
  msgstr ""
7900
 
7901
- #: wppa-settings-autosave.php:2004
7902
  msgid ""
7903
  "The sharelink points to a page with a single image rather than to the page "
7904
  "with the photo in the slideshow."
7905
  msgstr ""
7906
 
7907
- #: wppa-settings-autosave.php:2011
7908
  msgid "Thumbnail display related visibility settings"
7909
  msgstr ""
7910
 
7911
- #: wppa-settings-autosave.php:2013
7912
  msgid "Thumbnail name"
7913
  msgstr ""
7914
 
7915
- #: wppa-settings-autosave.php:2014
7916
  msgid "Display Thumbnail name."
7917
  msgstr ""
7918
 
7919
- #: wppa-settings-autosave.php:2015
7920
  msgid "Display photo name under thumbnail images."
7921
  msgstr ""
7922
 
7923
- #: wppa-settings-autosave.php:2031
7924
  msgid "Thumbnail desc"
7925
  msgstr ""
7926
 
7927
- #: wppa-settings-autosave.php:2032
7928
  msgid "Display Thumbnail description."
7929
  msgstr ""
7930
 
7931
- #: wppa-settings-autosave.php:2033
7932
  msgid "Display description of the photo under thumbnail images."
7933
  msgstr ""
7934
 
7935
- #: wppa-settings-autosave.php:2040
7936
  msgid "Thumbnail rating"
7937
  msgstr ""
7938
 
7939
- #: wppa-settings-autosave.php:2041
7940
  msgid "Display Thumbnail Rating."
7941
  msgstr ""
7942
 
7943
- #: wppa-settings-autosave.php:2042
7944
  msgid "Display the rating of the photo under the thumbnail image."
7945
  msgstr ""
7946
 
7947
- #: wppa-settings-autosave.php:2049
7948
  msgid "Thumbnail comcount"
7949
  msgstr ""
7950
 
7951
- #: wppa-settings-autosave.php:2050
7952
  msgid "Display Thumbnail Comment count."
7953
  msgstr ""
7954
 
7955
- #: wppa-settings-autosave.php:2051
7956
  msgid "Display the number of comments to the photo under the thumbnail image."
7957
  msgstr ""
7958
 
7959
- #: wppa-settings-autosave.php:2058
7960
  msgid "Thumbnail viewcount"
7961
  msgstr ""
7962
 
7963
- #: wppa-settings-autosave.php:2059
7964
  msgid "Display the number of views."
7965
  msgstr ""
7966
 
7967
- #: wppa-settings-autosave.php:2060
7968
  msgid "Display the number of views under the thumbnail image."
7969
  msgstr ""
7970
 
7971
- #: wppa-settings-autosave.php:2067
7972
  msgid "Thumbnail virt album"
7973
  msgstr ""
7974
 
7975
- #: wppa-settings-autosave.php:2068
7976
  msgid "Display the real album name on virtual album display."
7977
  msgstr ""
7978
 
7979
- #: wppa-settings-autosave.php:2069
7980
  msgid ""
7981
  "Display the album name of the photo in parenthesis under the thumbnail on "
7982
  "virtual album displays like search results etc."
7983
  msgstr ""
7984
 
7985
- #: wppa-settings-autosave.php:2076
7986
  msgid "Thumbnail video"
7987
  msgstr ""
7988
 
7989
- #: wppa-settings-autosave.php:2077
7990
  msgid "Show video controls on thumbnail displays."
7991
  msgstr ""
7992
 
7993
- #: wppa-settings-autosave.php:2078
7994
  msgid ""
7995
  "Works on default thumbnail type only. You can play the video only when the "
7996
  "link is set to no link at all."
7997
  msgstr ""
7998
 
7999
- #: wppa-settings-autosave.php:2085
8000
  msgid "Thumbnail audio"
8001
  msgstr ""
8002
 
8003
- #: wppa-settings-autosave.php:2086
8004
  msgid "Show audio controls on thumbnail displays."
8005
  msgstr ""
8006
 
8007
- #: wppa-settings-autosave.php:2094
8008
  msgid "Popup name"
8009
  msgstr ""
8010
 
8011
- #: wppa-settings-autosave.php:2095
8012
  msgid "Display Thumbnail name on popup."
8013
  msgstr ""
8014
 
8015
- #: wppa-settings-autosave.php:2096
8016
  msgid "Display photo name under thumbnail images on the popup."
8017
  msgstr ""
8018
 
8019
- #: wppa-settings-autosave.php:2103
8020
  msgid "Popup (owner)"
8021
  msgstr ""
8022
 
8023
- #: wppa-settings-autosave.php:2104
8024
  msgid "Display owner on popup."
8025
  msgstr ""
8026
 
8027
- #: wppa-settings-autosave.php:2105
8028
  msgid "Display photo owner under thumbnail images on the popup."
8029
  msgstr ""
8030
 
8031
- #: wppa-settings-autosave.php:2112
8032
  msgid "Popup desc"
8033
  msgstr ""
8034
 
8035
- #: wppa-settings-autosave.php:2113
8036
  msgid "Display Thumbnail description on popup."
8037
  msgstr ""
8038
 
8039
- #: wppa-settings-autosave.php:2114
8040
  msgid "Display description of the photo under thumbnail images on the popup."
8041
  msgstr ""
8042
 
8043
- #: wppa-settings-autosave.php:2121
8044
  msgid "Popup desc no links"
8045
  msgstr ""
8046
 
8047
- #: wppa-settings-autosave.php:2122
8048
  msgid "Strip html anchor tags from descriptions on popups"
8049
  msgstr ""
8050
 
8051
- #: wppa-settings-autosave.php:2123
8052
  msgid ""
8053
  "Use this option to prevent the display of links that cannot be activated."
8054
  msgstr ""
8055
 
8056
- #: wppa-settings-autosave.php:2130
8057
  msgid "Popup rating"
8058
  msgstr ""
8059
 
8060
- #: wppa-settings-autosave.php:2131
8061
  msgid "Display Thumbnail Rating on popup."
8062
  msgstr ""
8063
 
8064
- #: wppa-settings-autosave.php:2132
8065
  msgid "Display the rating of the photo under the thumbnail image on the popup."
8066
  msgstr ""
8067
 
8068
- #: wppa-settings-autosave.php:2139
8069
  msgid "Popup comcount"
8070
  msgstr ""
8071
 
8072
- #: wppa-settings-autosave.php:2140
8073
  msgid "Display Thumbnail Comment count on popup."
8074
  msgstr ""
8075
 
8076
- #: wppa-settings-autosave.php:2141
8077
  msgid ""
8078
  "Display the number of comments of the photo under the thumbnail image on the "
8079
  "popup."
8080
  msgstr ""
8081
 
8082
- #: wppa-settings-autosave.php:2148
8083
  msgid "Show rating count"
8084
  msgstr ""
8085
 
8086
- #: wppa-settings-autosave.php:2149
8087
  msgid "Display the number of votes along with average ratings."
8088
  msgstr ""
8089
 
8090
- #: wppa-settings-autosave.php:2150
8091
  msgid ""
8092
  "If checked, the number of votes is displayed along with average rating "
8093
  "displays on thumbnail and popup displays."
8094
  msgstr ""
8095
 
8096
- #: wppa-settings-autosave.php:2157
8097
  msgid "Show name on thumb area"
8098
  msgstr ""
8099
 
8100
- #: wppa-settings-autosave.php:2158
8101
  msgid "Select if and where to display the album name on the thumbnail display."
8102
  msgstr ""
8103
 
8104
- #: wppa-settings-autosave.php:2161 wppa-settings-autosave.php:2172
8105
- #: wppa-settings-autosave.php:4327
8106
  msgid "None"
8107
  msgstr ""
8108
 
8109
- #: wppa-settings-autosave.php:2161 wppa-settings-autosave.php:2172
8110
- #: wppa-settings-autosave.php:3457
8111
  msgid "At the top"
8112
  msgstr ""
8113
 
8114
- #: wppa-settings-autosave.php:2161 wppa-settings-autosave.php:2172
8115
- #: wppa-settings-autosave.php:3457
8116
  msgid "At the bottom"
8117
  msgstr ""
8118
 
8119
- #: wppa-settings-autosave.php:2168
8120
  msgid "Show desc on thumb area"
8121
  msgstr ""
8122
 
8123
- #: wppa-settings-autosave.php:2169
8124
  msgid ""
8125
  "Select if and where to display the album description on the thumbnail "
8126
  "display."
8127
  msgstr ""
8128
 
8129
- #: wppa-settings-autosave.php:2179
8130
  msgid "Show Edit/Delete links"
8131
  msgstr ""
8132
 
8133
- #: wppa-settings-autosave.php:2180
8134
  msgid "Show these links under default thumbnails for owner and admin."
8135
  msgstr ""
8136
 
8137
- #: wppa-settings-autosave.php:2188
8138
  msgid "Show empty thumbnail area"
8139
  msgstr ""
8140
 
8141
- #: wppa-settings-autosave.php:2189
8142
  msgid "Display thumbnail areas with upload link only for empty albums."
8143
  msgstr ""
8144
 
8145
- #: wppa-settings-autosave.php:2198
8146
  msgid "Album cover related visibility settings"
8147
  msgstr ""
8148
 
8149
- #: wppa-settings-autosave.php:2200
8150
  msgid "Covertext"
8151
  msgstr ""
8152
 
8153
- #: wppa-settings-autosave.php:2201
8154
  msgid "Show the text on the album cover."
8155
  msgstr ""
8156
 
8157
- #: wppa-settings-autosave.php:2202
8158
  msgid "Display the album decription on the album cover"
8159
  msgstr ""
8160
 
8161
- #: wppa-settings-autosave.php:2210
8162
  msgid "Enable the slideshow."
8163
  msgstr ""
8164
 
8165
- #: wppa-settings-autosave.php:2211
8166
  msgid ""
8167
  "If you do not want slideshows: uncheck this box. Browsing full size images "
8168
  "will remain possible."
8169
  msgstr ""
8170
 
8171
- #: wppa-settings-autosave.php:2218
8172
  msgid "Slideshow/Browse"
8173
  msgstr ""
8174
 
8175
- #: wppa-settings-autosave.php:2219
8176
  msgid "Display the Slideshow / Browse photos link on album covers"
8177
  msgstr ""
8178
 
8179
- #: wppa-settings-autosave.php:2220
8180
  msgid ""
8181
  "This setting causes the Slideshow link to be displayed on the album cover."
8182
  msgstr ""
8183
 
8184
- #: wppa-settings-autosave.php:2221
8185
  msgid ""
8186
  "If slideshows are disabled in item 2 in this table, you will see a browse "
8187
  "link to fullsize images."
8188
  msgstr ""
8189
 
8190
- #: wppa-settings-autosave.php:2222
8191
  msgid "If you do not want the browse link either, uncheck this item."
8192
  msgstr ""
8193
 
8194
- #: wppa-settings-autosave.php:2229
8195
  msgid "View ..."
8196
  msgstr ""
8197
 
8198
- #: wppa-settings-autosave.php:2230
8199
  msgid "Display the View xx albums and yy photos link on album covers"
8200
  msgstr ""
8201
 
8202
- #: wppa-settings-autosave.php:2238
8203
  msgid "Treecount"
8204
  msgstr ""
8205
 
8206
- #: wppa-settings-autosave.php:2239
8207
  msgid "Disaplay the total number of (sub)albums and photos in subalbums"
8208
  msgstr ""
8209
 
8210
- #: wppa-settings-autosave.php:2240
8211
  msgid ""
8212
  "Displays the total number of sub albums and photos in the entire album tree "
8213
  "in parenthesis if the numbers differ from the direct content of the album."
8214
  msgstr ""
8215
 
8216
- #: wppa-settings-autosave.php:2247
8217
  msgid "Show categories"
8218
  msgstr ""
8219
 
8220
- #: wppa-settings-autosave.php:2248
8221
  msgid "Display the album categories on the covers."
8222
  msgstr ""
8223
 
8224
- #: wppa-settings-autosave.php:2256
8225
  msgid "Skip empty albums"
8226
  msgstr ""
8227
 
8228
- #: wppa-settings-autosave.php:2257
8229
  msgid "Do not show empty albums, except for admin and owner."
8230
  msgstr ""
8231
 
8232
- #: wppa-settings-autosave.php:2265
8233
  msgid "Widget related visibility settings"
8234
  msgstr ""
8235
 
8236
- #: wppa-settings-autosave.php:2267
8237
  msgid "Big Browse Buttons in widget"
8238
  msgstr ""
8239
 
8240
- #: wppa-settings-autosave.php:2268
8241
  msgid "Enable invisible browsing buttons in widget slideshows."
8242
  msgstr ""
8243
 
8244
- #: wppa-settings-autosave.php:2277
8245
  msgid "Ugly Browse Buttons in widget"
8246
  msgstr ""
8247
 
8248
- #: wppa-settings-autosave.php:2278
8249
  msgid "Enable ugly browsing buttons in widget slideshows."
8250
  msgstr ""
8251
 
8252
- #: wppa-settings-autosave.php:2279
8253
  msgid "If checked, the fullsize image is covered by browse buttons."
8254
  msgstr ""
8255
 
8256
- #: wppa-settings-autosave.php:2287
8257
  msgid "Album widget tooltip"
8258
  msgstr ""
8259
 
8260
- #: wppa-settings-autosave.php:2288
8261
  msgid "Show the album description on hoovering thumbnail in album widget"
8262
  msgstr ""
8263
 
8264
- #: wppa-settings-autosave.php:2296 wppa-settings-autosave.php:4458
8265
  msgid ""
8266
  "Lightbox related settings. These settings have effect only when Table IX-J3 "
8267
  "is set to wppa"
8268
  msgstr ""
8269
 
8270
- #: wppa-settings-autosave.php:2309
8271
  msgid "Overlay theme color"
8272
  msgstr ""
8273
 
8274
- #: wppa-settings-autosave.php:2310
8275
  msgid "The color of the image border and text background."
8276
  msgstr ""
8277
 
8278
- #: wppa-settings-autosave.php:2313 wppa-settings-autosave.php:2324
8279
  msgid "Black"
8280
  msgstr ""
8281
 
8282
- #: wppa-settings-autosave.php:2313 wppa-settings-autosave.php:2324
8283
  msgid "White"
8284
  msgstr ""
8285
 
8286
- #: wppa-settings-autosave.php:2320
8287
  msgid "Overlay background color"
8288
  msgstr ""
8289
 
8290
- #: wppa-settings-autosave.php:2321
8291
  msgid "The color of the outer background."
8292
  msgstr ""
8293
 
8294
- #: wppa-settings-autosave.php:2331
8295
  msgid "Overlay slide name"
8296
  msgstr ""
8297
 
8298
- #: wppa-settings-autosave.php:2332
8299
  msgid "Show name if from slide."
8300
  msgstr ""
8301
 
8302
- #: wppa-settings-autosave.php:2333
8303
  msgid ""
8304
  "Shows the photos name on a lightbox display when initiated from a slide."
8305
  msgstr ""
8306
 
8307
- #: wppa-settings-autosave.php:2334 wppa-settings-autosave.php:2344
8308
  msgid ""
8309
  "This setting also applies to film thumbnails if Table VI-11 is set to "
8310
  "lightbox overlay."
8311
  msgstr ""
8312
 
8313
- #: wppa-settings-autosave.php:2341
8314
  msgid "Overlay slide desc"
8315
  msgstr ""
8316
 
8317
- #: wppa-settings-autosave.php:2342
8318
  msgid "Show description if from slide."
8319
  msgstr ""
8320
 
8321
- #: wppa-settings-autosave.php:2343
8322
  msgid ""
8323
  "Shows the photos description on a lightbox display when initiated from a "
8324
  "slide."
8325
  msgstr ""
8326
 
8327
- #: wppa-settings-autosave.php:2351
8328
  msgid "Overlay thumb name"
8329
  msgstr ""
8330
 
8331
- #: wppa-settings-autosave.php:2352
8332
  msgid "Show the photos name if from thumb."
8333
  msgstr ""
8334
 
8335
- #: wppa-settings-autosave.php:2353
8336
  msgid ""
8337
  "Shows the name on a lightbox display when initiated from a standard "
8338
  "thumbnail or a widget thumbnail."
8339
  msgstr ""
8340
 
8341
- #: wppa-settings-autosave.php:2354 wppa-settings-autosave.php:2364
8342
  msgid ""
8343
  "This setting applies to standard thumbnails, thumbnail-, comment-, topten- "
8344
  "and lasten-widget."
8345
  msgstr ""
8346
 
8347
- #: wppa-settings-autosave.php:2361
8348
  msgid "Overlay thumb desc"
8349
  msgstr ""
8350
 
8351
- #: wppa-settings-autosave.php:2362
8352
  msgid "Show description if from thumb."
8353
  msgstr ""
8354
 
8355
- #: wppa-settings-autosave.php:2363
8356
  msgid ""
8357
  "Shows the photos description on a lightbox display when initiated from a "
8358
  "standard thumbnail or a widget thumbnail."
8359
  msgstr ""
8360
 
8361
- #: wppa-settings-autosave.php:2371
8362
  msgid "Overlay potd name"
8363
  msgstr ""
8364
 
8365
- #: wppa-settings-autosave.php:2372
8366
  msgid "Show the photos name if from photo of the day."
8367
  msgstr ""
8368
 
8369
- #: wppa-settings-autosave.php:2373
8370
  msgid ""
8371
  "Shows the name on a lightbox display when initiated from the photo of the "
8372
  "day."
8373
  msgstr ""
8374
 
8375
- #: wppa-settings-autosave.php:2380
8376
  msgid "Overlay potd desc"
8377
  msgstr ""
8378
 
8379
- #: wppa-settings-autosave.php:2381
8380
  msgid "Show description if from from photo of the day."
8381
  msgstr ""
8382
 
8383
- #: wppa-settings-autosave.php:2382
8384
  msgid ""
8385
  "Shows the photos description on a lightbox display when initiated from the "
8386
  "photo of the day."
8387
  msgstr ""
8388
 
8389
- #: wppa-settings-autosave.php:2389
8390
  msgid "Overlay sphoto name"
8391
  msgstr ""
8392
 
8393
- #: wppa-settings-autosave.php:2390
8394
  msgid "Show the photos name if from a single photo."
8395
  msgstr ""
8396
 
8397
- #: wppa-settings-autosave.php:2391
8398
  msgid ""
8399
  "Shows the name on a lightbox display when initiated from a single photo."
8400
  msgstr ""
8401
 
8402
- #: wppa-settings-autosave.php:2398
8403
  msgid "Overlay sphoto desc"
8404
  msgstr ""
8405
 
8406
- #: wppa-settings-autosave.php:2399
8407
  msgid "Show description if from from a single photo."
8408
  msgstr ""
8409
 
8410
- #: wppa-settings-autosave.php:2400
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:2407
8417
  msgid "Overlay mphoto name"
8418
  msgstr ""
8419
 
8420
- #: wppa-settings-autosave.php:2408
8421
  msgid "Show the photos name if from a single media style photo."
8422
  msgstr ""
8423
 
8424
- #: wppa-settings-autosave.php:2409
8425
  msgid ""
8426
  "Shows the name on a lightbox display when initiated from a single media "
8427
  "style photo."
8428
  msgstr ""
8429
 
8430
- #: wppa-settings-autosave.php:2416
8431
  msgid "Overlay mphoto desc"
8432
  msgstr ""
8433
 
8434
- #: wppa-settings-autosave.php:2417
8435
  msgid "Show description if from from a media style photo."
8436
  msgstr ""
8437
 
8438
- #: wppa-settings-autosave.php:2418
8439
  msgid ""
8440
  "Shows the photos description on a lightbox display when initiated from a "
8441
  "single media style photo."
8442
  msgstr ""
8443
 
8444
- #: wppa-settings-autosave.php:2425
8445
  msgid "Overlay albumwidget name"
8446
  msgstr ""
8447
 
8448
- #: wppa-settings-autosave.php:2426
8449
  msgid "Show the photos name if from the album widget."
8450
  msgstr ""
8451
 
8452
- #: wppa-settings-autosave.php:2427
8453
  msgid ""
8454
  "Shows the name on a lightbox display when initiated from the album widget."
8455
  msgstr ""
8456
 
8457
- #: wppa-settings-autosave.php:2434
8458
  msgid "Overlay albumwidget desc"
8459
  msgstr ""
8460
 
8461
- #: wppa-settings-autosave.php:2435
8462
  msgid "Show description if from from the album widget."
8463
  msgstr ""
8464
 
8465
- #: wppa-settings-autosave.php:2436
8466
  msgid ""
8467
  "Shows the photos description on a lightbox display when initiated from the "
8468
  "album widget."
8469
  msgstr ""
8470
 
8471
- #: wppa-settings-autosave.php:2443
8472
  msgid "Overlay coverphoto name"
8473
  msgstr ""
8474
 
8475
- #: wppa-settings-autosave.php:2444
8476
  msgid "Show the photos name if from the album cover."
8477
  msgstr ""
8478
 
8479
- #: wppa-settings-autosave.php:2445
8480
  msgid ""
8481
  "Shows the name on a lightbox display when initiated from the album "
8482
  "coverphoto."
8483
  msgstr ""
8484
 
8485
- #: wppa-settings-autosave.php:2452
8486
  msgid "Overlay coverphoto desc"
8487
  msgstr ""
8488
 
8489
- #: wppa-settings-autosave.php:2453
8490
  msgid "Show description if from from the album cover."
8491
  msgstr ""
8492
 
8493
- #: wppa-settings-autosave.php:2454
8494
  msgid ""
8495
  "Shows the photos description on a lightbox display when initiated from the "
8496
  "album coverphoto."
8497
  msgstr ""
8498
 
8499
- #: wppa-settings-autosave.php:2461
8500
  msgid "Overlay add owner"
8501
  msgstr ""
8502
 
8503
- #: wppa-settings-autosave.php:2462
8504
  msgid "Add the owner to the photo name on lightbox displays."
8505
  msgstr ""
8506
 
8507
- #: wppa-settings-autosave.php:2463
8508
  msgid ""
8509
  "This setting is independant of the show name switches and is a global "
8510
  "setting."
8511
  msgstr ""
8512
 
8513
- #: wppa-settings-autosave.php:2470
8514
  msgid "Overlay show start/stop"
8515
  msgstr ""
8516
 
8517
- #: wppa-settings-autosave.php:2471
8518
  msgid "Show Start and Stop for running slideshow on lightbox."
8519
  msgstr ""
8520
 
8521
- #: wppa-settings-autosave.php:2479
8522
  msgid "Overlay show legenda"
8523
  msgstr ""
8524
 
8525
- #: wppa-settings-autosave.php:2480
8526
  msgid "Show \"Press f for fullsize\" etc. on lightbox."
8527
  msgstr ""
8528
 
8529
- #: wppa-settings-autosave.php:2481
8530
  msgid "Independant of this setting, it will not show up on mobile devices."
8531
  msgstr ""
8532
 
8533
- #: wppa-settings-autosave.php:2488
8534
  msgid "Show fullscreen icons"
8535
  msgstr ""
8536
 
8537
- #: wppa-settings-autosave.php:2489
8538
  msgid "Shows fullscreen and back to normal icon buttons on upper right corner"
8539
  msgstr ""
8540
 
8541
- #: wppa-settings-autosave.php:2497
8542
  msgid "Overlay show counter"
8543
  msgstr ""
8544
 
8545
- #: wppa-settings-autosave.php:2498
8546
  msgid "Show the x/y counter below the image."
8547
  msgstr ""
8548
 
8549
- #: wppa-settings-autosave.php:2506
8550
  msgid "Show Zoom in"
8551
  msgstr ""
8552
 
8553
- #: wppa-settings-autosave.php:2507
8554
  msgid "Display tooltip \"Zoom in\" along with the magnifier cursor."
8555
  msgstr ""
8556
 
8557
- #: wppa-settings-autosave.php:2508
8558
  msgid ""
8559
  "If you select ---none--- in Table I-G2 for magnifier size, the tooltop "
8560
  "contains the photo name."
8561
  msgstr ""
8562
 
8563
- #: wppa-settings-autosave.php:2516
8564
  msgid "Frontend upload configuration settings"
8565
  msgstr ""
8566
 
8567
- #: wppa-settings-autosave.php:2518
8568
  msgid "User upload Photos"
8569
  msgstr ""
8570
 
8571
- #: wppa-settings-autosave.php:2519
8572
  msgid "Enable frontend upload."
8573
  msgstr ""
8574
 
8575
- #: wppa-settings-autosave.php:2520
8576
  msgid ""
8577
  "If you check this item, frontend upload will be enabled according to the "
8578
  "rules set in the following items of this table."
8579
  msgstr ""
8580
 
8581
- #: wppa-settings-autosave.php:2528
8582
  msgid "User upload Video"
8583
  msgstr ""
8584
 
8585
- #: wppa-settings-autosave.php:2529
8586
  msgid "Enable frontend upload of video."
8587
  msgstr ""
8588
 
8589
- #: wppa-settings-autosave.php:2530 wppa-settings-autosave.php:2540
8590
  msgid "Requires Table II-H1 to be ticked."
8591
  msgstr ""
8592
 
8593
- #: wppa-settings-autosave.php:2538
8594
  msgid "User upload Audio"
8595
  msgstr ""
8596
 
8597
- #: wppa-settings-autosave.php:2539
8598
  msgid "Enable frontend upload of audio."
8599
  msgstr ""
8600
 
8601
- #: wppa-settings-autosave.php:2548
8602
  msgid "User upload Photos login"
8603
  msgstr ""
8604
 
8605
- #: wppa-settings-autosave.php:2549
8606
  msgid "Frontend upload requires the user is logged in."
8607
  msgstr ""
8608
 
8609
- #: wppa-settings-autosave.php:2550
8610
  msgid ""
8611
  "If you uncheck this box, make sure you check the item Owners only in Table "
8612
  "VII-D1."
8613
  msgstr ""
8614
 
8615
- #: wppa-settings-autosave.php:2551
8616
  msgid ""
8617
  "Also: set the owner to ---public--- of the albums that are allowed to be "
8618
  "uploaded to."
8619
  msgstr ""
8620
 
8621
- #: wppa-settings-autosave.php:2558
8622
  msgid "User upload Ajax"
8623
  msgstr ""
8624
 
8625
- #: wppa-settings-autosave.php:2559
8626
  msgid "Shows the upload progression bar."
8627
  msgstr ""
8628
 
8629
- #: wppa-settings-autosave.php:2567
8630
  msgid "Show Copyright"
8631
  msgstr ""
8632
 
8633
- #: wppa-settings-autosave.php:2568
8634
  msgid "Show a copyright warning on frontend upload locations."
8635
  msgstr ""
8636
 
8637
- #: wppa-settings-autosave.php:2577
8638
  msgid "Copyright notice"
8639
  msgstr ""
8640
 
8641
- #: wppa-settings-autosave.php:2578
8642
  msgid "The message to be displayed."
8643
  msgstr ""
8644
 
8645
- #: wppa-settings-autosave.php:2586
8646
  msgid "User Watermark"
8647
  msgstr ""
8648
 
8649
- #: wppa-settings-autosave.php:2587
8650
  msgid "Uploading users may select watermark settings"
8651
  msgstr ""
8652
 
8653
- #: wppa-settings-autosave.php:2588
8654
  msgid ""
8655
  "If checked, anyone who can upload and/or import photos can overrule the "
8656
  "default watermark settings."
8657
  msgstr ""
8658
 
8659
- #: wppa-settings-autosave.php:2595
8660
  msgid "User name"
8661
  msgstr ""
8662
 
8663
- #: wppa-settings-autosave.php:2596
8664
  msgid "Uploading users may overrule the default name."
8665
  msgstr ""
8666
 
8667
- #: wppa-settings-autosave.php:2597
8668
  msgid ""
8669
  "If checked, the default photo name as defined in Table IX-D13 may be "
8670
  "overruled by the user."
8671
  msgstr ""
8672
 
8673
- #: wppa-settings-autosave.php:2604
8674
  msgid "Apply Newphoto desc user"
8675
  msgstr ""
8676
 
8677
- #: wppa-settings-autosave.php:2605
8678
  msgid "Give each new frontend uploaded photo a standard description."
8679
  msgstr ""
8680
 
8681
- #: wppa-settings-autosave.php:2606
8682
  msgid ""
8683
  "If checked, each new photo will get the description (template) as specified "
8684
  "in Table IX-D5."
8685
  msgstr ""
8686
 
8687
- #: wppa-settings-autosave.php:2613
8688
  msgid "User desc"
8689
  msgstr ""
8690
 
8691
- #: wppa-settings-autosave.php:2614
8692
  msgid "Uploading users may overrule the default description."
8693
  msgstr ""
8694
 
8695
- #: wppa-settings-autosave.php:2622
8696
  msgid "User upload custom"
8697
  msgstr ""
8698
 
8699
- #: wppa-settings-autosave.php:2623
8700
  msgid "Frontend upload can fill in custom data fields."
8701
  msgstr ""
8702
 
8703
- #: wppa-settings-autosave.php:2631
8704
  msgid "User upload tags"
8705
  msgstr ""
8706
 
8707
- #: wppa-settings-autosave.php:2632
8708
  msgid "Frontend upload can add tags."
8709
  msgstr ""
8710
 
8711
- #: wppa-settings-autosave.php:2633
8712
  msgid "You can configure the details of tag addition in Table IX-D18.x"
8713
  msgstr ""
8714
 
8715
- #: wppa-settings-autosave.php:2641 wppa-settings-autosave.php:2669
8716
- #: wppa-settings-autosave.php:2697
8717
  msgid "Tag selection box"
8718
  msgstr ""
8719
 
8720
- #: wppa-settings-autosave.php:2642 wppa-settings-autosave.php:2670
8721
- #: wppa-settings-autosave.php:2698
8722
  msgid "Front-end upload tags selecion box."
8723
  msgstr ""
8724
 
8725
- #: wppa-settings-autosave.php:2646 wppa-settings-autosave.php:2674
8726
- #: wppa-settings-autosave.php:2702
8727
  msgid "On:"
8728
  msgstr ""
8729
 
8730
- #: wppa-settings-autosave.php:2646 wppa-settings-autosave.php:2674
8731
- #: wppa-settings-autosave.php:2702
8732
  msgid "Multi:"
8733
  msgstr ""
8734
 
8735
- #: wppa-settings-autosave.php:2651 wppa-settings-autosave.php:2679
8736
- #: wppa-settings-autosave.php:2707
8737
  msgid "Caption box"
8738
  msgstr ""
8739
 
8740
- #: wppa-settings-autosave.php:2652 wppa-settings-autosave.php:2680
8741
- #: wppa-settings-autosave.php:2708
8742
  msgid "The title of the tag selection box."
8743
  msgstr ""
8744
 
8745
- #: wppa-settings-autosave.php:2660 wppa-settings-autosave.php:2688
8746
- #: wppa-settings-autosave.php:2716
8747
  msgid "Tags box"
8748
  msgstr ""
8749
 
8750
- #: wppa-settings-autosave.php:2661 wppa-settings-autosave.php:2689
8751
- #: wppa-settings-autosave.php:2717
8752
  msgid "The tags in the selection box."
8753
  msgstr ""
8754
 
8755
- #: wppa-settings-autosave.php:2662 wppa-settings-autosave.php:2690
8756
- #: wppa-settings-autosave.php:2718
8757
  msgid ""
8758
  "Enter the tags you want to appear in the selection box. Empty means: all "
8759
  "existing tags"
8760
  msgstr ""
8761
 
8762
- #: wppa-settings-autosave.php:2725
8763
  msgid "New tags"
8764
  msgstr ""
8765
 
8766
- #: wppa-settings-autosave.php:2726
8767
  msgid "Input field for any user defined tags."
8768
  msgstr ""
8769
 
8770
- #: wppa-settings-autosave.php:2734
8771
  msgid "New tags caption"
8772
  msgstr ""
8773
 
8774
- #: wppa-settings-autosave.php:2735
8775
  msgid "The caption above the tags input field."
8776
  msgstr ""
8777
 
8778
- #: wppa-settings-autosave.php:2743
8779
  msgid "Preview tags"
8780
  msgstr ""
8781
 
8782
- #: wppa-settings-autosave.php:2744
8783
  msgid "Show a preview of all tags that will be added to the photo info."
8784
  msgstr ""
8785
 
8786
- #: wppa-settings-autosave.php:2752
8787
  msgid "Camera connect"
8788
  msgstr ""
8789
 
8790
- #: wppa-settings-autosave.php:2753
8791
  msgid "Connect frontend upload to camara on mobile devices with camera"
8792
  msgstr ""
8793
 
8794
- #: wppa-settings-autosave.php:2762
8795
  msgid "Miscellaneous visibility settings"
8796
  msgstr ""
8797
 
8798
- #: wppa-settings-autosave.php:2764
8799
  msgid "Frontend ending label"
8800
  msgstr ""
8801
 
8802
- #: wppa-settings-autosave.php:2765
8803
  msgid "Frontend upload / create / edit dialog closing label text."
8804
  msgstr ""
8805
 
8806
- #: wppa-settings-autosave.php:2768
8807
  msgid "Abort"
8808
  msgstr ""
8809
 
8810
- #: wppa-settings-autosave.php:2768
8811
  msgid "Close"
8812
  msgstr ""
8813
 
8814
- #: wppa-settings-autosave.php:2768
8815
  msgid "Exit"
8816
  msgstr ""
8817
 
8818
- #: wppa-settings-autosave.php:2768
8819
  msgid "Quit"
8820
  msgstr ""
8821
 
8822
- #: wppa-settings-autosave.php:2776
8823
  msgid "Widget thumbs fontsize"
8824
  msgstr ""
8825
 
8826
- #: wppa-settings-autosave.php:2777
8827
  msgid "Font size for thumbnail subtext in widgets."
8828
  msgstr ""
8829
 
8830
- #: wppa-settings-autosave.php:2785
8831
  msgid "Arrow color"
8832
  msgstr ""
8833
 
8834
- #: wppa-settings-autosave.php:2786
8835
  msgid "Left/right browsing arrow color."
8836
  msgstr ""
8837
 
8838
- #: wppa-settings-autosave.php:2787
8839
  msgid "Enter the color of the filmstrip navigation arrows."
8840
  msgstr ""
8841
 
8842
- #: wppa-settings-autosave.php:2794
8843
  msgid "Owner on new line"
8844
  msgstr ""
8845
 
8846
- #: wppa-settings-autosave.php:2795
8847
  msgid "Place the (owner) text on a new line."
8848
  msgstr ""
8849
 
8850
- #: wppa-settings-autosave.php:2803
8851
  msgid "Custom datafields"
8852
  msgstr ""
8853
 
8854
- #: wppa-settings-autosave.php:2804
8855
  msgid "Define up to 10 custom data fields for photos."
8856
  msgstr ""
8857
 
8858
- #: wppa-settings-autosave.php:2814
8859
  #, php-format
8860
  msgid "Name, vis, edit %s"
8861
  msgstr ""
8862
 
8863
- #: wppa-settings-autosave.php:2815
8864
  #, php-format
8865
  msgid "The caption for field %s, visibility and editability at frontend."
8866
  msgstr ""
8867
 
8868
- #: wppa-settings-autosave.php:2816
8869
  #, php-format
8870
  msgid ""
8871
  "If you check the first box, the value of this field is displayable in photo "
8872
  "descriptions at the frontend with keyword w#c%s"
8873
  msgstr ""
8874
 
8875
- #: wppa-settings-autosave.php:2817
8876
  msgid ""
8877
  "If you check the second box, the value of this field is editable at the "
8878
  "frontend new style dialog."
8879
  msgstr ""
8880
 
8881
- #: wppa-settings-autosave.php:2829
8882
  msgid "Navigation symbols for slideshows and lighbox"
8883
  msgstr ""
8884
 
8885
- #: wppa-settings-autosave.php:2831
8886
  msgid "Start symbol url"
8887
  msgstr ""
8888
 
8889
- #: wppa-settings-autosave.php:2832
8890
  msgid "Supply the url of an image for the start symbol"
8891
  msgstr ""
8892
 
8893
- #: wppa-settings-autosave.php:2840
8894
  msgid "Pause symbol url"
8895
  msgstr ""
8896
 
8897
- #: wppa-settings-autosave.php:2841
8898
  msgid "Supply the url of an image for the pause symbol"
8899
  msgstr ""
8900
 
8901
- #: wppa-settings-autosave.php:2849
8902
  msgid "Stop symbol url"
8903
  msgstr ""
8904
 
8905
- #: wppa-settings-autosave.php:2850
8906
  msgid "Supply the url of an image for the stop symbol"
8907
  msgstr ""
8908
 
8909
- #: wppa-settings-autosave.php:2858
8910
  msgid "Left (prev) symbol url"
8911
  msgstr ""
8912
 
8913
- #: wppa-settings-autosave.php:2859
8914
  msgid "Supply the url of an image for the left symbol, if not default"
8915
  msgstr ""
8916
 
8917
- #: wppa-settings-autosave.php:2867
8918
  msgid "Right (next) symbol url"
8919
  msgstr ""
8920
 
8921
- #: wppa-settings-autosave.php:2868
8922
  msgid "Supply the url of an image for the right symbol, if not default"
8923
  msgstr ""
8924
 
8925
- #: wppa-settings-autosave.php:2877
8926
  msgid "The size of the start/pause symbols."
8927
  msgstr ""
8928
 
8929
- #: wppa-settings-autosave.php:2886 wppa-settings-autosave.php:2904
8930
  msgid "The border radius if the symbol is round"
8931
  msgstr ""
8932
 
8933
- #: wppa-settings-autosave.php:2895 wppa-settings-autosave.php:2913
8934
  msgid "The size of the stop symbols."
8935
  msgstr ""
8936
 
8937
- #: wppa-settings-autosave.php:2912
8938
  msgid "Left/right symbol size"
8939
  msgstr ""
8940
 
8941
- #: wppa-settings-autosave.php:2921
8942
  msgid "Left/right symbol border radius"
8943
  msgstr ""
8944
 
8945
- #: wppa-settings-autosave.php:2922
8946
  msgid "The border radius"
8947
  msgstr ""
8948
 
8949
- #: wppa-settings-autosave.php:2949
8950
  msgid "Table III:"
8951
  msgstr ""
8952
 
8953
- #: wppa-settings-autosave.php:2949
8954
  msgid "Backgrounds:"
8955
  msgstr ""
8956
 
8957
- #: wppa-settings-autosave.php:2950
8958
  msgid "This table describes the backgrounds of wppa+ elements."
8959
  msgstr ""
8960
 
8961
- #: wppa-settings-autosave.php:2960 wppa-settings-autosave.php:3284
8962
  msgid "Background color"
8963
  msgstr ""
8964
 
8965
- #: wppa-settings-autosave.php:2961 wppa-settings-autosave.php:2963
8966
- #: wppa-settings-autosave.php:3285 wppa-settings-autosave.php:3287
8967
  msgid "Sample"
8968
  msgstr ""
8969
 
8970
- #: wppa-settings-autosave.php:2962 wppa-settings-autosave.php:3286
8971
  msgid "Border color"
8972
  msgstr ""
8973
 
8974
- #: wppa-settings-autosave.php:2971
8975
  msgid "Slideshow elements backgrounds"
8976
  msgstr ""
8977
 
8978
- #: wppa-settings-autosave.php:2973
8979
  msgid "Nav"
8980
  msgstr ""
8981
 
8982
- #: wppa-settings-autosave.php:2974
8983
  msgid "Navigation bars."
8984
  msgstr ""
8985
 
8986
- #: wppa-settings-autosave.php:2975
8987
  msgid "Enter valid CSS colors for navigation backgrounds and borders."
8988
  msgstr ""
8989
 
8990
- #: wppa-settings-autosave.php:2986
8991
  msgid "SlideImg"
8992
  msgstr ""
8993
 
8994
- #: wppa-settings-autosave.php:2987
8995
  msgid "Fullsize Slideshow Photos."
8996
  msgstr ""
8997
 
8998
- #: wppa-settings-autosave.php:2988
8999
  msgid "Enter valid CSS colors for fullsize photo backgrounds and borders."
9000
  msgstr ""
9001
 
9002
- #: wppa-settings-autosave.php:2989
9003
  msgid "The colors may be equal or \"transparent\""
9004
  msgstr ""
9005
 
9006
- #: wppa-settings-autosave.php:2990
9007
  msgid ""
9008
  "For more information about slideshow image borders see the help on Table I-B4"
9009
  msgstr ""
9010
 
9011
- #: wppa-settings-autosave.php:3001 wppa-settings-autosave.php:4724
9012
  msgid "Numbar"
9013
  msgstr ""
9014
 
9015
- #: wppa-settings-autosave.php:3002
9016
  msgid "Number bar box background."
9017
  msgstr ""
9018
 
9019
- #: wppa-settings-autosave.php:3003
9020
  msgid "Enter valid CSS colors for numbar box backgrounds and borders."
9021
  msgstr ""
9022
 
9023
- #: wppa-settings-autosave.php:3014
9024
  msgid "Numbar active"
9025
  msgstr ""
9026
 
9027
- #: wppa-settings-autosave.php:3015
9028
  msgid "Number bar active box background."
9029
  msgstr ""
9030
 
9031
- #: wppa-settings-autosave.php:3016
9032
  msgid "Enter valid CSS colors for numbar active box backgrounds and borders."
9033
  msgstr ""
9034
 
9035
- #: wppa-settings-autosave.php:3027
9036
  msgid "Name/desc"
9037
  msgstr ""
9038
 
9039
- #: wppa-settings-autosave.php:3028
9040
  msgid "Name and Description bars."
9041
  msgstr ""
9042
 
9043
- #: wppa-settings-autosave.php:3029
9044
  msgid ""
9045
  "Enter valid CSS colors for name and description box backgrounds and borders."
9046
  msgstr ""
9047
 
9048
- #: wppa-settings-autosave.php:3041
9049
  msgid "Comment input and display areas."
9050
  msgstr ""
9051
 
9052
- #: wppa-settings-autosave.php:3042
9053
  msgid "Enter valid CSS colors for comment box backgrounds and borders."
9054
  msgstr ""
9055
 
9056
- #: wppa-settings-autosave.php:3053 wppa-settings-autosave.php:8305
9057
- #: wppa-settings-autosave.php:8350
9058
  msgid "Custom"
9059
  msgstr ""
9060
 
9061
- #: wppa-settings-autosave.php:3054
9062
  msgid "Custom box background."
9063
  msgstr ""
9064
 
9065
- #: wppa-settings-autosave.php:3055
9066
  msgid "Enter valid CSS colors for custom box backgrounds and borders."
9067
  msgstr ""
9068
 
9069
- #: wppa-settings-autosave.php:3066
9070
  msgid "IPTC"
9071
  msgstr ""
9072
 
9073
- #: wppa-settings-autosave.php:3067
9074
  msgid "IPTC display box background."
9075
  msgstr ""
9076
 
9077
- #: wppa-settings-autosave.php:3068
9078
  msgid "Enter valid CSS colors for iptc box backgrounds and borders."
9079
  msgstr ""
9080
 
9081
- #: wppa-settings-autosave.php:3079
9082
  msgid "EXIF"
9083
  msgstr ""
9084
 
9085
- #: wppa-settings-autosave.php:3080
9086
  msgid "EXIF display box background."
9087
  msgstr ""
9088
 
9089
- #: wppa-settings-autosave.php:3081
9090
  msgid "Enter valid CSS colors for exif box backgrounds and borders."
9091
  msgstr ""
9092
 
9093
- #: wppa-settings-autosave.php:3092
9094
  msgid "Share"
9095
  msgstr ""
9096
 
9097
- #: wppa-settings-autosave.php:3093
9098
  msgid "Share box display background."
9099
  msgstr ""
9100
 
9101
- #: wppa-settings-autosave.php:3094
9102
  msgid "Enter valid CSS colors for share box backgrounds and borders."
9103
  msgstr ""
9104
 
9105
- #: wppa-settings-autosave.php:3105
9106
  msgid "Other backgrounds"
9107
  msgstr ""
9108
 
9109
- #: wppa-settings-autosave.php:3107
9110
  msgid "Even"
9111
  msgstr ""
9112
 
9113
- #: wppa-settings-autosave.php:3108
9114
  msgid "Even background."
9115
  msgstr ""
9116
 
9117
- #: wppa-settings-autosave.php:3109
9118
  msgid ""
9119
  "Enter valid CSS colors for even numbered backgrounds and borders of album "
9120
  "covers and thumbnail displays 'As covers'."
9121
  msgstr ""
9122
 
9123
- #: wppa-settings-autosave.php:3120
9124
  msgid "Odd"
9125
  msgstr ""
9126
 
9127
- #: wppa-settings-autosave.php:3121
9128
  msgid "Odd background."
9129
  msgstr ""
9130
 
9131
- #: wppa-settings-autosave.php:3122
9132
  msgid ""
9133
  "Enter valid CSS colors for odd numbered backgrounds and borders of album "
9134
  "covers and thumbnail displays 'As covers'."
9135
  msgstr ""
9136
 
9137
- #: wppa-settings-autosave.php:3133
9138
  msgid "Thumbnail padding"
9139
  msgstr ""
9140
 
9141
- #: wppa-settings-autosave.php:3134
9142
  msgid "Thumbnail padding color if thumbnail aspect is a padded setting."
9143
  msgstr ""
9144
 
9145
- #: wppa-settings-autosave.php:3135
9146
  msgid ""
9147
  "Enter valid CSS color hexadecimal like #000000 for black or #ffffff for "
9148
  "white for the padded thumbnails."
9149
  msgstr ""
9150
 
9151
- #: wppa-settings-autosave.php:3146
9152
  msgid "Img"
9153
  msgstr ""
9154
 
9155
- #: wppa-settings-autosave.php:3147
9156
  msgid "Cover Photos and popups."
9157
  msgstr ""
9158
 
9159
- #: wppa-settings-autosave.php:3148
9160
  msgid ""
9161
  "Enter valid CSS colors for Cover photo and popup backgrounds and borders."
9162
  msgstr ""
9163
 
9164
- #: wppa-settings-autosave.php:3160
9165
  msgid "Upload box background."
9166
  msgstr ""
9167
 
9168
- #: wppa-settings-autosave.php:3161
9169
  msgid "Enter valid CSS colors for upload box backgrounds and borders."
9170
  msgstr ""
9171
 
9172
- #: wppa-settings-autosave.php:3172
9173
  msgid "Multitag"
9174
  msgstr ""
9175
 
9176
- #: wppa-settings-autosave.php:3173
9177
  msgid "Multitag box background."
9178
  msgstr ""
9179
 
9180
- #: wppa-settings-autosave.php:3174
9181
  msgid "Enter valid CSS colors for multitag box backgrounds and borders."
9182
  msgstr ""
9183
 
9184
- #: wppa-settings-autosave.php:3185
9185
  msgid "Tagcloud"
9186
  msgstr ""
9187
 
9188
- #: wppa-settings-autosave.php:3186
9189
  msgid "Tagcloud box background."
9190
  msgstr ""
9191
 
9192
- #: wppa-settings-autosave.php:3187
9193
  msgid "Enter valid CSS colors for tagcloud box backgrounds and borders."
9194
  msgstr ""
9195
 
9196
- #: wppa-settings-autosave.php:3198
9197
  msgid "Superview"
9198
  msgstr ""
9199
 
9200
- #: wppa-settings-autosave.php:3199
9201
  msgid "Superview box background."
9202
  msgstr ""
9203
 
9204
- #: wppa-settings-autosave.php:3200
9205
  msgid "Enter valid CSS colors for superview box backgrounds and borders."
9206
  msgstr ""
9207
 
9208
- #: wppa-settings-autosave.php:3212
9209
  msgid "Search box background."
9210
  msgstr ""
9211
 
9212
- #: wppa-settings-autosave.php:3213
9213
  msgid "Enter valid CSS colors for search box backgrounds and borders."
9214
  msgstr ""
9215
 
9216
- #: wppa-settings-autosave.php:3224
9217
  msgid "BestOf"
9218
  msgstr ""
9219
 
9220
- #: wppa-settings-autosave.php:3225
9221
  msgid "BestOf box background."
9222
  msgstr ""
9223
 
9224
- #: wppa-settings-autosave.php:3226
9225
  msgid "Enter valid CSS colors for bestof box backgrounds and borders."
9226
  msgstr ""
9227
 
9228
- #: wppa-settings-autosave.php:3237
9229
  msgid "Calendar"
9230
  msgstr ""
9231
 
9232
- #: wppa-settings-autosave.php:3238
9233
  msgid "Calendar box background."
9234
  msgstr ""
9235
 
9236
- #: wppa-settings-autosave.php:3239
9237
  msgid "Enter valid CSS colors for calendar box backgrounds and borders."
9238
  msgstr ""
9239
 
9240
- #: wppa-settings-autosave.php:3250
9241
  msgid "Stereo"
9242
  msgstr ""
9243
 
9244
- #: wppa-settings-autosave.php:3251
9245
  msgid "Stereo mode selection box background."
9246
  msgstr ""
9247
 
9248
- #: wppa-settings-autosave.php:3252
9249
  msgid ""
9250
  "Enter valid CSS colors for stereo mode selection box backgrounds and borders."
9251
  msgstr ""
9252
 
9253
- #: wppa-settings-autosave.php:3263
9254
  msgid "Admins choice"
9255
  msgstr ""
9256
 
9257
- #: wppa-settings-autosave.php:3264
9258
  msgid "Admins choice box background."
9259
  msgstr ""
9260
 
9261
- #: wppa-settings-autosave.php:3265
9262
  msgid "Enter valid CSS colors for admins choice box backgrounds and borders."
9263
  msgstr ""
9264
 
9265
- #: wppa-settings-autosave.php:3297
9266
  msgid "Table IV:"
9267
  msgstr ""
9268
 
9269
- #: wppa-settings-autosave.php:3297
9270
  msgid "Behaviour:"
9271
  msgstr ""
9272
 
9273
- #: wppa-settings-autosave.php:3298
9274
  msgid "This table describes the dynamic behaviour of certain wppa+ elements."
9275
  msgstr ""
9276
 
9277
- #: wppa-settings-autosave.php:3316
9278
  msgid "System related settings"
9279
  msgstr ""
9280
 
9281
- #: wppa-settings-autosave.php:3318
9282
  msgid "Use Ajax"
9283
  msgstr ""
9284
 
9285
- #: wppa-settings-autosave.php:3319
9286
  msgid "Use Ajax as much as is possible and implemented."
9287
  msgstr ""
9288
 
9289
- #: wppa-settings-autosave.php:3320
9290
  msgid ""
9291
  "If this box is ticked, page content updates from within wppa+ displays will "
9292
  "be Ajax based as much as possible."
9293
  msgstr ""
9294
 
9295
- #: wppa-settings-autosave.php:3328
9296
  msgid "Ajax NON Admin"
9297
  msgstr ""
9298
 
9299
- #: wppa-settings-autosave.php:3329
9300
  msgid "Frontend ajax use no admin files."
9301
  msgstr ""
9302
 
9303
- #: wppa-settings-autosave.php:3330
9304
  msgid "If you want to password protect wp-admin, check this box."
9305
  msgstr ""
9306
 
9307
- #: wppa-settings-autosave.php:3331
9308
  msgid ""
9309
  "In rare cases changing page content does not work when this box is checked. "
9310
  "Verify the functionality!"
9311
  msgstr ""
9312
 
9313
- #: wppa-settings-autosave.php:3338
9314
  msgid "Photo names in urls"
9315
  msgstr ""
9316
 
9317
- #: wppa-settings-autosave.php:3339
9318
  msgid "Display photo names in urls."
9319
  msgstr ""
9320
 
9321
- #: wppa-settings-autosave.php:3340
9322
  msgid "Urls to wppa+ displays will contain photonames in stead of numbers."
9323
  msgstr ""
9324
 
9325
- #: wppa-settings-autosave.php:3341
9326
  msgid ""
9327
  "It is your responsability to avoid duplicate names of photos in the same "
9328
  "album."
9329
  msgstr ""
9330
 
9331
- #: wppa-settings-autosave.php:3348
9332
  msgid "Album names in urls"
9333
  msgstr ""
9334
 
9335
- #: wppa-settings-autosave.php:3349
9336
  msgid "Display album names in urls."
9337
  msgstr ""
9338
 
9339
- #: wppa-settings-autosave.php:3350
9340
  msgid "Urls to wppa+ displays will contain albumnames in stead of numbers."
9341
  msgstr ""
9342
 
9343
- #: wppa-settings-autosave.php:3351
9344
  msgid ""
9345
  "It is your responsability to avoid duplicate names of albums in the system."
9346
  msgstr ""
9347
 
9348
- #: wppa-settings-autosave.php:3358
9349
  msgid "Use short query args"
9350
  msgstr ""
9351
 
9352
- #: wppa-settings-autosave.php:3359
9353
  msgid "Use &album=... &photo=..."
9354
  msgstr ""
9355
 
9356
- #: wppa-settings-autosave.php:3360
9357
  msgid ""
9358
  "Urls to wppa+ displays will contain &album=... &photo=... in stead of &wppa-"
9359
  "album=... &wppa-photo=..."
9360
  msgstr ""
9361
 
9362
- #: wppa-settings-autosave.php:3361
9363
  msgid ""
9364
  "Use this setting only when there are no conflicts with other plugins that "
9365
  "may interprete arguments like &album= etc."
9366
  msgstr ""
9367
 
9368
- #: wppa-settings-autosave.php:3368
9369
  msgid "Enable pretty links"
9370
  msgstr ""
9371
 
9372
- #: wppa-settings-autosave.php:3369
9373
  msgid "Enable the generation and understanding of pretty links."
9374
  msgstr ""
9375
 
9376
- #: wppa-settings-autosave.php:3370
9377
  msgid ""
9378
  "If checked, links to social media and the qr code will have \"/token1/token2/"
9379
  "\" etc in stead of \"&arg1=..&arg2=..\" etc."
9380
  msgstr ""
9381
 
9382
- #: wppa-settings-autosave.php:3371
9383
  msgid ""
9384
  "These types of links will be interpreted and cause a redirection on entering."
9385
  msgstr ""
9386
 
9387
- #: wppa-settings-autosave.php:3372
9388
  msgid ""
9389
  "It is recommended to check this box. It shortens links dramatically and "
9390
  "simplifies qr codes."
9391
  msgstr ""
9392
 
9393
- #: wppa-settings-autosave.php:3373
9394
  msgid ""
9395
  "However, you may encounter conflicts with themes and/or other plugins, so "
9396
  "test it troughly!"
9397
  msgstr ""
9398
 
9399
- #: wppa-settings-autosave.php:3374
9400
  msgid ""
9401
  "Table IV-A2 (Photo names in urls) must be UNchecked for this setting to work!"
9402
  msgstr ""
9403
 
9404
- #: wppa-settings-autosave.php:3381
9405
  msgid "Enable encrypted links"
9406
  msgstr ""
9407
 
9408
- #: wppa-settings-autosave.php:3382
9409
  msgid "Encrypt album and photo ids in links."
9410
  msgstr ""
9411
 
9412
- #: wppa-settings-autosave.php:3385
9413
  msgid "The page will be reloaded."
9414
  msgstr ""
9415
 
9416
- #: wppa-settings-autosave.php:3391
9417
  msgid "Refuse unencrypted"
9418
  msgstr ""
9419
 
9420
- #: wppa-settings-autosave.php:3392
9421
  msgid "When encrypted is enabled, refuse unencrypted urls."
9422
  msgstr ""
9423
 
9424
- #: wppa-settings-autosave.php:3400
9425
  msgid "Update addressline"
9426
  msgstr ""
9427
 
9428
- #: wppa-settings-autosave.php:3401
9429
  msgid "Update the addressline after an ajax action or next slide."
9430
  msgstr ""
9431
 
9432
- #: wppa-settings-autosave.php:3402
9433
  msgid ""
9434
  "If checked, refreshing the page will show the current content and the "
9435
  "browsers back and forth arrows will browse the history on the page."
9436
  msgstr ""
9437
 
9438
- #: wppa-settings-autosave.php:3403
9439
  msgid ""
9440
  "If unchecked, refreshing the page will re-display the content of the "
9441
  "original page."
9442
  msgstr ""
9443
 
9444
- #: wppa-settings-autosave.php:3404
9445
  msgid ""
9446
  "This will only work on browsers that support history.pushState() and "
9447
  "therefor NOT in IE"
9448
  msgstr ""
9449
 
9450
- #: wppa-settings-autosave.php:3405
9451
  msgid "Switching this off will affect the browsers behaviour."
9452
  msgstr ""
9453
 
9454
- #: wppa-settings-autosave.php:3412
9455
  msgid "Render shortcode always"
9456
  msgstr ""
9457
 
9458
- #: wppa-settings-autosave.php:3413
9459
  msgid "This will skip the check on proper initialisation."
9460
  msgstr ""
9461
 
9462
- #: wppa-settings-autosave.php:3414
9463
  msgid ""
9464
  "This setting is required for certain themes like Gantry to prevent the "
9465
  "display of wppa placeholders like [WPPA+ Photo display]."
9466
  msgstr ""
9467
 
9468
- #: wppa-settings-autosave.php:3415
9469
  #, php-format
9470
  msgid ""
9471
  "If this check is needed, you can use shortcodes like [wppa ...] only, not "
9472
  "scripts like %%wppa%%."
9473
  msgstr ""
9474
 
9475
- #: wppa-settings-autosave.php:3422
9476
  msgid "Track viewcounts"
9477
  msgstr ""
9478
 
9479
- #: wppa-settings-autosave.php:3423
9480
  msgid "Register number of views of albums and photos."
9481
  msgstr ""
9482
 
9483
- #: wppa-settings-autosave.php:3431
9484
  msgid "Auto page"
9485
  msgstr ""
9486
 
9487
- #: wppa-settings-autosave.php:3432
9488
  msgid "Create a wp page for every fullsize image."
9489
  msgstr ""
9490
 
9491
- #: wppa-settings-autosave.php:3436
9492
  msgid "Please reload this page after changing!"
9493
  msgstr ""
9494
 
9495
- #: wppa-settings-autosave.php:3442
9496
  msgid "Auto page display"
9497
  msgstr ""
9498
 
9499
- #: wppa-settings-autosave.php:3443
9500
  msgid "The type of display on the autopage pages."
9501
  msgstr ""
9502
 
9503
- #: wppa-settings-autosave.php:3446
9504
  msgid "Single photo"
9505
  msgstr ""
9506
 
9507
- #: wppa-settings-autosave.php:3446
9508
  msgid "Media type photo"
9509
  msgstr ""
9510
 
9511
- #: wppa-settings-autosave.php:3446
9512
  msgid "In the style of a slideshow"
9513
  msgstr ""
9514
 
9515
- #: wppa-settings-autosave.php:3453
9516
  msgid "Auto page links"
9517
  msgstr ""
9518
 
9519
- #: wppa-settings-autosave.php:3454
9520
  msgid "The location for the pagelinks."
9521
  msgstr ""
9522
 
9523
- #: wppa-settings-autosave.php:3457
9524
  msgid "At top and bottom"
9525
  msgstr ""
9526
 
9527
- #: wppa-settings-autosave.php:3464
9528
  msgid "Defer javascript"
9529
  msgstr ""
9530
 
9531
- #: wppa-settings-autosave.php:3465
9532
  msgid "Put javascript near the end of the page."
9533
  msgstr ""
9534
 
9535
- #: wppa-settings-autosave.php:3466
9536
  msgid ""
9537
  "If checkd: May fix layout problems and broken slideshows. May speed up or "
9538
  "slow down page appearing."
9539
  msgstr ""
9540
 
9541
- #: wppa-settings-autosave.php:3473
9542
  msgid "Inline styles"
9543
  msgstr ""
9544
 
9545
- #: wppa-settings-autosave.php:3474
9546
  msgid "Set style specifications inline."
9547
  msgstr ""
9548
 
9549
- #: wppa-settings-autosave.php:3475
9550
  msgid "If checked: May fix layout problems, but slows down page appearing."
9551
  msgstr ""
9552
 
9553
- #: wppa-settings-autosave.php:3482
9554
  msgid "Custom style"
9555
  msgstr ""
9556
 
9557
- #: wppa-settings-autosave.php:3483
9558
  msgid "Enter custom style specs here."
9559
  msgstr ""
9560
 
9561
- #: wppa-settings-autosave.php:3491
9562
  msgid "Use customized style file"
9563
  msgstr ""
9564
 
9565
- #: wppa-settings-autosave.php:3492 wppa-settings-autosave.php:3501
9566
  msgid "This feature is highly discouraged."
9567
  msgstr ""
9568
 
9569
- #: wppa-settings-autosave.php:3500
9570
  msgid "Use customized theme file"
9571
  msgstr ""
9572
 
9573
- #: wppa-settings-autosave.php:3509
9574
  msgid "Enable photo html access"
9575
  msgstr ""
9576
 
9577
- #: wppa-settings-autosave.php:3510
9578
  msgid ""
9579
  "Creates .htaccess files in .../uploads/wppa/ and .../uploads/wppa/thumbs/"
9580
  msgstr ""
9581
 
9582
- #: wppa-settings-autosave.php:3513
9583
  msgid "create 'all access' .htaccess files"
9584
  msgstr ""
9585
 
9586
- #: wppa-settings-autosave.php:3514
9587
  msgid "remove .htaccess files"
9588
  msgstr ""
9589
 
9590
- #: wppa-settings-autosave.php:3515
9591
  msgid "create 'no hotlinking' .htaccess files"
9592
  msgstr ""
9593
 
9594
- #: wppa-settings-autosave.php:3516
9595
  msgid "do not change existing .htaccess file(s)"
9596
  msgstr ""
9597
 
9598
- #: wppa-settings-autosave.php:3528
9599
  msgid "Lazy or HTML comp"
9600
  msgstr ""
9601
 
9602
- #: wppa-settings-autosave.php:3529
9603
  msgid "Tick this box when you use lazy load or html compression."
9604
  msgstr ""
9605
 
9606
- #: wppa-settings-autosave.php:3530
9607
  msgid ""
9608
  "If the filmstrip images do not show up and you have a lazy load or html "
9609
  "optimizing plugin active: Check this box"
9610
  msgstr ""
9611
 
9612
- #: wppa-settings-autosave.php:3537
9613
  msgid "Thumbs first"
9614
  msgstr ""
9615
 
9616
- #: wppa-settings-autosave.php:3538
9617
  msgid "When displaying album content: thumbnails before subalbums."
9618
  msgstr ""
9619
 
9620
- #: wppa-settings-autosave.php:3546
9621
  msgid "Login links"
9622
  msgstr ""
9623
 
9624
- #: wppa-settings-autosave.php:3547
9625
  msgid "You must login to... links to login page."
9626
  msgstr ""
9627
 
9628
- #: wppa-settings-autosave.php:3555
9629
  msgid "Enable Video"
9630
  msgstr ""
9631
 
9632
- #: wppa-settings-autosave.php:3556
9633
  msgid "Enables video support."
9634
  msgstr ""
9635
 
9636
- #: wppa-settings-autosave.php:3565
9637
  msgid "Enable Audio"
9638
  msgstr ""
9639
 
9640
- #: wppa-settings-autosave.php:3566
9641
  msgid "Enables audio support."
9642
  msgstr ""
9643
 
9644
- #: wppa-settings-autosave.php:3574
9645
  msgid "Enable 3D Stereo"
9646
  msgstr ""
9647
 
9648
- #: wppa-settings-autosave.php:3575
9649
  msgid "Enables 3D stereo photo support."
9650
  msgstr ""
9651
 
9652
- #: wppa-settings-autosave.php:3583
9653
  msgid "Relative urls"
9654
  msgstr ""
9655
 
9656
- #: wppa-settings-autosave.php:3584
9657
  msgid "Use relative urls only."
9658
  msgstr ""
9659
 
9660
- #: wppa-settings-autosave.php:3592
9661
  msgid "Capitalize tags and cats"
9662
  msgstr ""
9663
 
9664
- #: wppa-settings-autosave.php:3593
9665
  msgid "Format tags and cats to start with one capital character"
9666
  msgstr ""
9667
 
9668
- #: wppa-settings-autosave.php:3601
9669
  msgid "Enable Admins Choice"
9670
  msgstr ""
9671
 
9672
- #: wppa-settings-autosave.php:3602
9673
  msgid "Enable the creation of zipfiles with selected photos."
9674
  msgstr ""
9675
 
9676
- #: wppa-settings-autosave.php:3603
9677
  msgid "Activate the Admins Choice widget to make the zipfiles downloadable."
9678
  msgstr ""
9679
 
9680
- #: wppa-settings-autosave.php:3610
9681
  msgid "Make owner like photoname"
9682
  msgstr ""
9683
 
9684
- #: wppa-settings-autosave.php:3611
9685
  msgid "Change the owner to the user who's display name equals photoname."
9686
  msgstr ""
9687
 
9688
- #: wppa-settings-autosave.php:3620
9689
  msgid "Slideshow related settings"
9690
  msgstr ""
9691
 
9692
- #: wppa-settings-autosave.php:3622
9693
  msgid "V align"
9694
  msgstr ""
9695
 
9696
- #: wppa-settings-autosave.php:3623
9697
  msgid "Vertical alignment of slideshow images."
9698
  msgstr ""
9699
 
9700
- #: wppa-settings-autosave.php:3624
9701
  msgid "Specify the vertical alignment of slideshow images."
9702
  msgstr ""
9703
 
9704
- #: wppa-settings-autosave.php:3625
9705
  msgid ""
9706
  "If you select --- none ---, the photos will not be centered horizontally "
9707
  "either."
9708
  msgstr ""
9709
 
9710
- #: wppa-settings-autosave.php:3627 wppa-settings-autosave.php:3892
9711
  #: wppa-slideshow-widget.php:214
9712
  msgid "top"
9713
  msgstr ""
9714
 
9715
- #: wppa-settings-autosave.php:3627 wppa-settings-autosave.php:3641
9716
- #: wppa-settings-autosave.php:3892 wppa-slideshow-widget.php:215
9717
- #: wppa-tinymce-scripts.php:289 wppa-tinymce-shortcodes.php:614
9718
  #: wppa-widget-admin.php:85
9719
  msgid "center"
9720
  msgstr ""
9721
 
9722
- #: wppa-settings-autosave.php:3627 wppa-settings-autosave.php:3892
9723
  #: wppa-slideshow-widget.php:216
9724
  msgid "bottom"
9725
  msgstr ""
9726
 
9727
- #: wppa-settings-autosave.php:3627 wppa-slideshow-widget.php:217
9728
  msgid "fit"
9729
  msgstr ""
9730
 
9731
- #: wppa-settings-autosave.php:3635
9732
  msgid "H align"
9733
  msgstr ""
9734
 
9735
- #: wppa-settings-autosave.php:3636
9736
  msgid "Horizontal alignment of slideshow images."
9737
  msgstr ""
9738
 
9739
- #: wppa-settings-autosave.php:3637
9740
  msgid ""
9741
  "Specify the horizontal alignment of slideshow images. If you specify --- "
9742
  "none --- , no horizontal alignment will take place."
9743
  msgstr ""
9744
 
9745
- #: wppa-settings-autosave.php:3638
9746
  msgid ""
9747
  "This setting is only usefull when the Column Width differs from the Maximum "
9748
  "Width."
9749
  msgstr ""
9750
 
9751
- #: wppa-settings-autosave.php:3639
9752
  msgid "(Settings I-A1 and I-B1)"
9753
  msgstr ""
9754
 
9755
- #: wppa-settings-autosave.php:3649
9756
  msgid "Start slideshow running."
9757
  msgstr ""
9758
 
9759
- #: wppa-settings-autosave.php:3650
9760
  msgid ""
9761
  "If you select \"running\", the slideshow will start running immediately, if "
9762
  "you select \"still at first photo\", the first photo will be displayed in "
9763
  "browse mode."
9764
  msgstr ""
9765
 
9766
- #: wppa-settings-autosave.php:3651
9767
  msgid ""
9768
  "If you select \"still at first norated\", the first photo that the visitor "
9769
  "did not gave a rating will be displayed in browse mode."
9770
  msgstr ""
9771
 
9772
- #: wppa-settings-autosave.php:3653
9773
  msgid "running"
9774
  msgstr ""
9775
 
9776
- #: wppa-settings-autosave.php:3654
9777
  msgid "still at first photo"
9778
  msgstr ""
9779
 
9780
- #: wppa-settings-autosave.php:3655
9781
  msgid "still at first norated"
9782
  msgstr ""
9783
 
9784
- #: wppa-settings-autosave.php:3666
9785
  msgid "Start slideonly"
9786
  msgstr ""
9787
 
9788
- #: wppa-settings-autosave.php:3667
9789
  msgid "Start slideonly slideshow running."
9790
  msgstr ""
9791
 
9792
- #: wppa-settings-autosave.php:3675 wppa-settings-autosave.php:4538
9793
  msgid "Video autostart"
9794
  msgstr ""
9795
 
9796
- #: wppa-settings-autosave.php:3676
9797
  msgid "Autoplay videos in slideshows."
9798
  msgstr ""
9799
 
9800
- #: wppa-settings-autosave.php:3685 wppa-settings-autosave.php:4547
9801
  msgid "Audio autostart"
9802
  msgstr ""
9803
 
9804
- #: wppa-settings-autosave.php:3686
9805
  msgid "Autoplay audios in slideshows."
9806
  msgstr ""
9807
 
9808
- #: wppa-settings-autosave.php:3694
9809
  msgid "Animation type"
9810
  msgstr ""
9811
 
9812
- #: wppa-settings-autosave.php:3695
9813
  msgid "The way successive slides appear."
9814
  msgstr ""
9815
 
9816
- #: wppa-settings-autosave.php:3696
9817
  msgid ""
9818
  "Select the way the old slide is to be replaced by the new one in the "
9819
  "slideshow/browse fullsize display."
9820
  msgstr ""
9821
 
9822
- #: wppa-settings-autosave.php:3698
9823
  msgid "Fade out and in simultaneous"
9824
  msgstr ""
9825
 
9826
- #: wppa-settings-autosave.php:3699
9827
  msgid "Fade in after fade out"
9828
  msgstr ""
9829
 
9830
- #: wppa-settings-autosave.php:3700
9831
  msgid "Shift adjacent"
9832
  msgstr ""
9833
 
9834
- #: wppa-settings-autosave.php:3701
9835
  msgid "Stack on"
9836
  msgstr ""
9837
 
9838
- #: wppa-settings-autosave.php:3702
9839
  msgid "Stack off"
9840
  msgstr ""
9841
 
9842
- #: wppa-settings-autosave.php:3703
9843
  msgid "Turn over"
9844
  msgstr ""
9845
 
9846
- #: wppa-settings-autosave.php:3717
9847
  msgid "Timeout"
9848
  msgstr ""
9849
 
9850
- #: wppa-settings-autosave.php:3718
9851
  msgid "Slideshow timeout."
9852
  msgstr ""
9853
 
9854
- #: wppa-settings-autosave.php:3719
9855
  msgid ""
9856
  "Select the time a single slide will be visible when the slideshow is started."
9857
  msgstr ""
9858
 
9859
- #: wppa-settings-autosave.php:3728
9860
  msgid "Speed"
9861
  msgstr ""
9862
 
9863
- #: wppa-settings-autosave.php:3729
9864
  msgid "Slideshow animation speed."
9865
  msgstr ""
9866
 
9867
- #: wppa-settings-autosave.php:3730
9868
  msgid "Specify the animation speed to be used in slideshows."
9869
  msgstr ""
9870
 
9871
- #: wppa-settings-autosave.php:3731
9872
  msgid "This is the time it takes a photo to fade in or out."
9873
  msgstr ""
9874
 
9875
- #: wppa-settings-autosave.php:3733 wppa-settings-autosave.php:4484
9876
- #: wppa-settings-autosave.php:6356 wppa-settings-autosave.php:7402
9877
- #: wppa-settings-autosave.php:7413 wppa-settings-autosave.php:7575
9878
  msgid "--- off ---"
9879
  msgstr ""
9880
 
9881
- #: wppa-settings-autosave.php:3733
9882
  msgid "very fast (200 ms.)"
9883
  msgstr ""
9884
 
9885
- #: wppa-settings-autosave.php:3733
9886
  msgid "fast (400 ms.)"
9887
  msgstr ""
9888
 
9889
- #: wppa-settings-autosave.php:3733
9890
  msgid "normal (800 ms.)"
9891
  msgstr ""
9892
 
9893
- #: wppa-settings-autosave.php:3733
9894
  msgid "slow (1.2 s.)"
9895
  msgstr ""
9896
 
9897
- #: wppa-settings-autosave.php:3733
9898
  msgid "very slow (2 s.)"
9899
  msgstr ""
9900
 
9901
- #: wppa-settings-autosave.php:3733
9902
  msgid "extremely slow (4 s.)"
9903
  msgstr ""
9904
 
9905
- #: wppa-settings-autosave.php:3740
9906
  msgid "Slide hover pause"
9907
  msgstr ""
9908
 
9909
- #: wppa-settings-autosave.php:3741
9910
  msgid "Running Slideshow suspends during mouse hover."
9911
  msgstr ""
9912
 
9913
- #: wppa-settings-autosave.php:3749
9914
  msgid "Slideshow wrap around"
9915
  msgstr ""
9916
 
9917
- #: wppa-settings-autosave.php:3750
9918
  msgid "The slideshow wraps around the start and end"
9919
  msgstr ""
9920
 
9921
- #: wppa-settings-autosave.php:3758
9922
  msgid "Full desc align"
9923
  msgstr ""
9924
 
9925
- #: wppa-settings-autosave.php:3759
9926
  msgid "The alignment of the descriptions under fullsize images and slideshows."
9927
  msgstr ""
9928
 
9929
- #: wppa-settings-autosave.php:3762 wppa-settings-autosave.php:3880
9930
- #: wppa-settings-autosave.php:3983
9931
  msgid "Left"
9932
  msgstr ""
9933
 
9934
- #: wppa-settings-autosave.php:3762
9935
  msgid "Center"
9936
  msgstr ""
9937
 
9938
- #: wppa-settings-autosave.php:3762 wppa-settings-autosave.php:3880
9939
- #: wppa-settings-autosave.php:3983
9940
  msgid "Right"
9941
  msgstr ""
9942
 
9943
- #: wppa-settings-autosave.php:3769
9944
  msgid "Remove redundant space"
9945
  msgstr ""
9946
 
9947
- #: wppa-settings-autosave.php:3770
9948
  msgid "Removes unwanted &lt;p> and &lt;br> tags in fullsize descriptions."
9949
  msgstr ""
9950
 
9951
- #: wppa-settings-autosave.php:3771
9952
  msgid ""
9953
  "This setting has only effect when Table IX-A7 (foreign shortcodes) is "
9954
  "checked."
9955
  msgstr ""
9956
 
9957
- #: wppa-settings-autosave.php:3778
9958
  msgid "Run wpautop on description"
9959
  msgstr ""
9960
 
9961
- #: wppa-settings-autosave.php:3779
9962
  msgid "Adds &lt;p> and &lt;br> tags in fullsize descriptions."
9963
  msgstr ""
9964
 
9965
- #: wppa-settings-autosave.php:3787
9966
  msgid "Auto open comments"
9967
  msgstr ""
9968
 
9969
- #: wppa-settings-autosave.php:3788
9970
  msgid "Automatic opens comments box when slideshow does not run."
9971
  msgstr ""
9972
 
9973
- #: wppa-settings-autosave.php:3796
9974
  msgid "Film hover goto"
9975
  msgstr ""
9976
 
9977
- #: wppa-settings-autosave.php:3797
9978
  msgid "Go to slide when hovering filmstrip thumbnail."
9979
  msgstr ""
9980
 
9981
- #: wppa-settings-autosave.php:3798
9982
  msgid "Do not use this setting when slides have different aspect ratios!"
9983
  msgstr ""
9984
 
9985
- #: wppa-settings-autosave.php:3805
9986
  msgid "Slide swipe"
9987
  msgstr ""
9988
 
9989
- #: wppa-settings-autosave.php:3806
9990
  msgid "Enable touch events swipe left-right on slides on touch screens."
9991
  msgstr ""
9992
 
9993
- #: wppa-settings-autosave.php:3814
9994
  msgid "Slide page Ajax"
9995
  msgstr ""
9996
 
9997
- #: wppa-settings-autosave.php:3815
9998
  msgid "Pagelinks slideshow use Ajax"
9999
  msgstr ""
10000
 
10001
- #: wppa-settings-autosave.php:3816
10002
  msgid "On some systems you need to disable ajax here."
10003
  msgstr ""
10004
 
10005
- #: wppa-settings-autosave.php:3823
10006
  msgid "Thumbnail related settings"
10007
  msgstr ""
10008
 
10009
- #: wppa-settings-autosave.php:3826
10010
  msgid "Photo ordering sequence method."
10011
  msgstr ""
10012
 
10013
- #: wppa-settings-autosave.php:3827
10014
  msgid ""
10015
  "Specify the way the photos should be ordered. This is the default setting. "
10016
  "You can overrule the default sorting order on a per album basis."
10017
  msgstr ""
10018
 
10019
- #: wppa-settings-autosave.php:3864
10020
  msgid "Thumbnail type"
10021
  msgstr ""
10022
 
10023
- #: wppa-settings-autosave.php:3865
10024
  msgid "The way the thumbnail images are displayed."
10025
  msgstr ""
10026
 
10027
- #: wppa-settings-autosave.php:3866
10028
  msgid ""
10029
  "You may select an altenative display method for thumbnails. Note that some "
10030
  "of the thumbnail settings do not apply to all available display methods."
10031
  msgstr ""
10032
 
10033
- #: wppa-settings-autosave.php:3868
10034
  msgid "like album covers"
10035
  msgstr ""
10036
 
10037
- #: wppa-settings-autosave.php:3868
10038
  msgid "like album covers mcr"
10039
  msgstr ""
10040
 
10041
- #: wppa-settings-autosave.php:3868
10042
  msgid "masonry style columns"
10043
  msgstr ""
10044
 
10045
- #: wppa-settings-autosave.php:3868
10046
  msgid "masonry style rows"
10047
  msgstr ""
10048
 
10049
- #: wppa-settings-autosave.php:3876 wppa-settings-autosave.php:3977
10050
  msgid "Placement"
10051
  msgstr ""
10052
 
10053
- #: wppa-settings-autosave.php:3877
10054
  msgid "Thumbnail image left or right."
10055
  msgstr ""
10056
 
10057
- #: wppa-settings-autosave.php:3878
10058
  msgid "Indicate the placement position of the thumbnailphoto you wish."
10059
  msgstr ""
10060
 
10061
- #: wppa-settings-autosave.php:3887
10062
  msgid "Vertical alignment"
10063
  msgstr ""
10064
 
10065
- #: wppa-settings-autosave.php:3888
10066
  msgid "Vertical alignment of thumbnails."
10067
  msgstr ""
10068
 
10069
- #: wppa-settings-autosave.php:3889
10070
  msgid ""
10071
  "Specify the vertical alignment of thumbnail images. Use this setting when "
10072
  "albums contain both portrait and landscape photos."
10073
  msgstr ""
10074
 
10075
- #: wppa-settings-autosave.php:3890
10076
  msgid ""
10077
  "It is NOT recommended to use the value --- default ---; it will affect the "
10078
  "horizontal alignment also and is meant to be used with custom css."
10079
  msgstr ""
10080
 
10081
- #: wppa-settings-autosave.php:3899
10082
  msgid "Thumb mouseover"
10083
  msgstr ""
10084
 
10085
- #: wppa-settings-autosave.php:3900
10086
  msgid "Apply thumbnail mouseover effect."
10087
  msgstr ""
10088
 
10089
- #: wppa-settings-autosave.php:3901
10090
  msgid "Check this box to use mouseover effect on thumbnail images."
10091
  msgstr ""
10092
 
10093
- #: wppa-settings-autosave.php:3909
10094
  msgid "Thumb opacity"
10095
  msgstr ""
10096
 
10097
- #: wppa-settings-autosave.php:3910 wppa-settings-autosave.php:4002
10098
  msgid "Initial opacity value."
10099
  msgstr ""
10100
 
10101
- #: wppa-settings-autosave.php:3911 wppa-settings-autosave.php:4003
10102
- #: wppa-settings-autosave.php:4122
10103
  msgid "Enter percentage of opacity. 100% is opaque, 0% is transparant"
10104
  msgstr ""
10105
 
10106
- #: wppa-settings-autosave.php:3913 wppa-settings-autosave.php:4005
10107
- #: wppa-settings-autosave.php:4125 wppa-settings-autosave.php:4464
10108
  msgid "%"
10109
  msgstr ""
10110
 
10111
- #: wppa-settings-autosave.php:3918
10112
  msgid "Thumb popup"
10113
  msgstr ""
10114
 
10115
- #: wppa-settings-autosave.php:3919
10116
  msgid "Use popup effect on thumbnail images."
10117
  msgstr ""
10118
 
10119
- #: wppa-settings-autosave.php:3920
10120
  msgid "Thumbnails pop-up to a larger image when hovered."
10121
  msgstr ""
10122
 
10123
- #: wppa-settings-autosave.php:3928
10124
  msgid "Align subtext"
10125
  msgstr ""
10126
 
10127
- #: wppa-settings-autosave.php:3929
10128
  msgid "Set thumbnail subtext on equal height."
10129
  msgstr ""
10130
 
10131
- #: wppa-settings-autosave.php:3937
10132
  msgid "Album and covers related settings"
10133
  msgstr ""
10134
 
10135
- #: wppa-settings-autosave.php:3939
10136
  msgid "Album order"
10137
  msgstr ""
10138
 
10139
- #: wppa-settings-autosave.php:3940
10140
  msgid "Album ordering sequence method."
10141
  msgstr ""
10142
 
10143
- #: wppa-settings-autosave.php:3941
10144
  msgid "Specify the way the albums should be ordered."
10145
  msgstr ""
10146
 
10147
- #: wppa-settings-autosave.php:3966
10148
  msgid "Default coverphoto selection"
10149
  msgstr ""
10150
 
10151
- #: wppa-settings-autosave.php:3967
10152
  msgid "Default select cover photo method."
10153
  msgstr ""
10154
 
10155
- #: wppa-settings-autosave.php:3968
10156
  msgid ""
10157
  "This is the initial value on album creation only. It can be overruled on the "
10158
  "edit album page."
10159
  msgstr ""
10160
 
10161
- #: wppa-settings-autosave.php:3969
10162
  msgid "Random from album"
10163
  msgstr ""
10164
 
10165
- #: wppa-settings-autosave.php:3969
10166
  msgid "Random featured from album"
10167
  msgstr ""
10168
 
10169
- #: wppa-settings-autosave.php:3969
10170
  msgid "Most recently added to album"
10171
  msgstr ""
10172
 
10173
- #: wppa-settings-autosave.php:3969
10174
  msgid "Random from album or any sub album"
10175
  msgstr ""
10176
 
10177
- #: wppa-settings-autosave.php:3978
10178
  msgid "Cover image position."
10179
  msgstr ""
10180
 
10181
- #: wppa-settings-autosave.php:3979
10182
  msgid ""
10183
  "Enter the position that you want to be used for the default album cover "
10184
  "selected in Table IV-D6."
10185
  msgstr ""
10186
 
10187
- #: wppa-settings-autosave.php:3980
10188
  msgid ""
10189
  "For covertype Image Factory: left will be treated as top and right will be "
10190
  "treted as bottom."
10191
  msgstr ""
10192
 
10193
- #: wppa-settings-autosave.php:3981
10194
  msgid ""
10195
  "For covertype Long Descriptions: top will be treated as left and bottom will "
10196
  "be treted as right."
10197
  msgstr ""
10198
 
10199
- #: wppa-settings-autosave.php:3991
10200
  msgid "Cover mouseover"
10201
  msgstr ""
10202
 
10203
- #: wppa-settings-autosave.php:3992
10204
  msgid "Apply coverphoto mouseover effect."
10205
  msgstr ""
10206
 
10207
- #: wppa-settings-autosave.php:3993
10208
  msgid "Check this box to use mouseover effect on cover images."
10209
  msgstr ""
10210
 
10211
- #: wppa-settings-autosave.php:4001
10212
  msgid "Cover opacity"
10213
  msgstr ""
10214
 
10215
- #: wppa-settings-autosave.php:4010
10216
  msgid "Cover type"
10217
  msgstr ""
10218
 
10219
- #: wppa-settings-autosave.php:4011
10220
  msgid "Select the default cover type."
10221
  msgstr ""
10222
 
10223
- #: wppa-settings-autosave.php:4012
10224
  msgid ""
10225
  "Types with the addition mcr are suitable for Multi Column in a Responsive "
10226
  "theme"
10227
  msgstr ""
10228
 
10229
- #: wppa-settings-autosave.php:4035
10230
  msgid "The umber of coverphotos. Must be > 1 and < 25."
10231
  msgstr ""
10232
 
10233
- #: wppa-settings-autosave.php:4043
10234
  msgid "Cats include subs"
10235
  msgstr ""
10236
 
10237
- #: wppa-settings-autosave.php:4044
10238
  msgid "Child albums are included in Category based shortcodes."
10239
  msgstr ""
10240
 
10241
- #: wppa-settings-autosave.php:4045
10242
  msgid ""
10243
  "When you use album=\"#cat,...\", in a shortcode, the child albums will be "
10244
  "included."
10245
  msgstr ""
10246
 
10247
- #: wppa-settings-autosave.php:4053
10248
  msgid "Rating related settings"
10249
  msgstr ""
10250
 
10251
- #: wppa-settings-autosave.php:4055
10252
  msgid "Rating login"
10253
  msgstr ""
10254
 
10255
- #: wppa-settings-autosave.php:4056
10256
  msgid "Users must login to rate photos."
10257
  msgstr ""
10258
 
10259
- #: wppa-settings-autosave.php:4057
10260
  msgid ""
10261
  "If users want to vote for a photo (rating 1..5 stars) the must login first. "
10262
  "The avarage rating will always be displayed as long as the rating system is "
10263
  "enabled."
10264
  msgstr ""
10265
 
10266
- #: wppa-settings-autosave.php:4064
10267
  msgid "Rating change"
10268
  msgstr ""
10269
 
10270
- #: wppa-settings-autosave.php:4065 wppa-settings-autosave.php:4066
10271
  msgid "Users may change their ratings."
10272
  msgstr ""
10273
 
10274
- #: wppa-settings-autosave.php:4067 wppa-settings-autosave.php:4104
10275
- #: wppa-settings-autosave.php:4123 wppa-settings-autosave.php:4136
10276
- #: wppa-settings-autosave.php:4146 wppa-settings-autosave.php:4156
10277
- #: wppa-settings-autosave.php:4166 wppa-settings-autosave.php:4175
10278
  msgid ""
10279
  "If \"One button vote\" is selected in Table I-E1, this setting has no meaning"
10280
  msgstr ""
10281
 
10282
- #: wppa-settings-autosave.php:4074
10283
  msgid "Rating multi"
10284
  msgstr ""
10285
 
10286
- #: wppa-settings-autosave.php:4075
10287
  msgid "Users may give multiple votes."
10288
  msgstr ""
10289
 
10290
- #: wppa-settings-autosave.php:4076
10291
  msgid ""
10292
  "Users may give multiple votes. (This has no effect when users may change "
10293
  "their votes.)"
10294
  msgstr ""
10295
 
10296
- #: wppa-settings-autosave.php:4083
10297
  msgid "Rate own photos"
10298
  msgstr ""
10299
 
10300
- #: wppa-settings-autosave.php:4084
10301
  msgid "It is allowed to rate photos by the uploader himself."
10302
  msgstr ""
10303
 
10304
- #: wppa-settings-autosave.php:4092
10305
  msgid "Rating requires comment"
10306
  msgstr ""
10307
 
10308
- #: wppa-settings-autosave.php:4093
10309
  msgid "Users must clarify their vote in a comment."
10310
  msgstr ""
10311
 
10312
- #: wppa-settings-autosave.php:4102
10313
  msgid "This value counts dislike rating."
10314
  msgstr ""
10315
 
10316
- #: wppa-settings-autosave.php:4103
10317
  msgid ""
10318
  "This value will be used for a dislike rating on calculation of avarage "
10319
  "ratings."
10320
  msgstr ""
10321
 
10322
- #: wppa-settings-autosave.php:4106
10323
  msgid "points"
10324
  msgstr ""
10325
 
10326
- #: wppa-settings-autosave.php:4111
10327
  msgid "Next after vote"
10328
  msgstr ""
10329
 
10330
- #: wppa-settings-autosave.php:4112
10331
  msgid "Goto next slide after voting"
10332
  msgstr ""
10333
 
10334
- #: wppa-settings-autosave.php:4113
10335
  msgid ""
10336
  "If checked, the visitor goes straight to the slide following the slide he "
10337
  "voted. This will speed up mass voting."
10338
  msgstr ""
10339
 
10340
- #: wppa-settings-autosave.php:4120
10341
  msgid "Star off opacity"
10342
  msgstr ""
10343
 
10344
- #: wppa-settings-autosave.php:4121
10345
  msgid "Rating star off state opacity value."
10346
  msgstr ""
10347
 
10348
- #: wppa-settings-autosave.php:4131
10349
  msgid "Notify admin every x times."
10350
  msgstr ""
10351
 
10352
- #: wppa-settings-autosave.php:4132
10353
  msgid ""
10354
  "If this number is positive, there will be a thumb down icon in the rating "
10355
  "bar."
10356
  msgstr ""
10357
 
10358
- #: wppa-settings-autosave.php:4133
10359
  msgid ""
10360
  "Cicking the icon indicates a user wants to report that an image is "
10361
  "inappropiate."
10362
  msgstr ""
10363
 
10364
- #: wppa-settings-autosave.php:4134
10365
  msgid "Admin will be notified by email after every x reports."
10366
  msgstr ""
10367
 
10368
- #: wppa-settings-autosave.php:4135 wppa-settings-autosave.php:4145
10369
- #: wppa-settings-autosave.php:4155
10370
  msgid "A value of 0 disables this feature."
10371
  msgstr ""
10372
 
10373
- #: wppa-settings-autosave.php:4138 wppa-settings-autosave.php:4148
10374
- #: wppa-settings-autosave.php:4158
10375
  msgid "reports"
10376
  msgstr ""
10377
 
10378
- #: wppa-settings-autosave.php:4143
10379
  msgid "Pending after"
10380
  msgstr ""
10381
 
10382
- #: wppa-settings-autosave.php:4144
10383
  msgid "Set status to pending after xx dislike votes."
10384
  msgstr ""
10385
 
10386
- #: wppa-settings-autosave.php:4153
10387
  msgid "Delete after"
10388
  msgstr ""
10389
 
10390
- #: wppa-settings-autosave.php:4154
10391
  msgid "Deete photo after xx dislike votes."
10392
  msgstr ""
10393
 
10394
- #: wppa-settings-autosave.php:4163
10395
  msgid "Show dislike count"
10396
  msgstr ""
10397
 
10398
- #: wppa-settings-autosave.php:4164
10399
  msgid "Show the number of dislikes in the rating bar."
10400
  msgstr ""
10401
 
10402
- #: wppa-settings-autosave.php:4165
10403
  msgid "Displayes the total number of dislike votes for the current photo."
10404
  msgstr ""
10405
 
10406
- #: wppa-settings-autosave.php:4173
10407
  msgid "Rating display type"
10408
  msgstr ""
10409
 
10410
- #: wppa-settings-autosave.php:4174
10411
  msgid "Specify the type of the rating display."
10412
  msgstr ""
10413
 
10414
- #: wppa-settings-autosave.php:4177
10415
  msgid "Graphic"
10416
  msgstr ""
10417
 
10418
- #: wppa-settings-autosave.php:4177
10419
  msgid "Numeric"
10420
  msgstr ""
10421
 
10422
- #: wppa-settings-autosave.php:4184
10423
  msgid "Show average rating"
10424
  msgstr ""
10425
 
10426
- #: wppa-settings-autosave.php:4185
10427
  msgid "Display the avarage rating and/or vote count on the rating bar"
10428
  msgstr ""
10429
 
10430
- #: wppa-settings-autosave.php:4186
10431
  msgid ""
10432
  "If checked, the average rating as well as the current users rating is "
10433
  "displayed in max 5 or 10 stars."
10434
  msgstr ""
10435
 
10436
- #: wppa-settings-autosave.php:4187
10437
  msgid "If unchecked, only the current users rating is displayed (if any)."
10438
  msgstr ""
10439
 
10440
- #: wppa-settings-autosave.php:4188
10441
  msgid ""
10442
  "If \"One button vote\" is selected in Table I-E1, this box checked will "
10443
  "display the vote count."
10444
  msgstr ""
10445
 
10446
- #: wppa-settings-autosave.php:4195
10447
  msgid "Single vote button text"
10448
  msgstr ""
10449
 
10450
- #: wppa-settings-autosave.php:4196
10451
  msgid "The text on the voting button."
10452
  msgstr ""
10453
 
10454
- #: wppa-settings-autosave.php:4197 wppa-settings-autosave.php:4206
10455
  msgid "This text may contain qTranslate compatible language tags."
10456
  msgstr ""
10457
 
10458
- #: wppa-settings-autosave.php:4204
10459
  msgid "Single vote button text voted"
10460
  msgstr ""
10461
 
10462
- #: wppa-settings-autosave.php:4205
10463
  msgid "The text on the voting button when voted."
10464
  msgstr ""
10465
 
10466
- #: wppa-settings-autosave.php:4213
10467
  msgid "Single vote button thumbnail"
10468
  msgstr ""
10469
 
10470
- #: wppa-settings-autosave.php:4214
10471
  msgid "Display single vote button below thumbnails."
10472
  msgstr ""
10473
 
10474
- #: wppa-settings-autosave.php:4215
10475
  msgid ""
10476
  "This works only in single vote mode: Table I-E1 set to \"one button vote\""
10477
  msgstr ""
10478
 
10479
- #: wppa-settings-autosave.php:4222
10480
  msgid "Medal bronze when"
10481
  msgstr ""
10482
 
10483
- #: wppa-settings-autosave.php:4223 wppa-settings-autosave.php:4241
10484
  msgid "Photo gets medal bronze when number of top-scores ( 5 or 10 )."
10485
  msgstr ""
10486
 
10487
- #: wppa-settings-autosave.php:4224 wppa-settings-autosave.php:4242
10488
  msgid ""
10489
  "When the photo has this number of topscores ( 5 or 10 stars ), it will get a "
10490
  "bronze medal. A value of 0 indicates that you do not want this feature."
10491
  msgstr ""
10492
 
10493
- #: wppa-settings-autosave.php:4226 wppa-settings-autosave.php:4235
10494
- #: wppa-settings-autosave.php:4244
10495
  msgid "Topscores"
10496
  msgstr ""
10497
 
10498
- #: wppa-settings-autosave.php:4231
10499
  msgid "Medal silver when"
10500
  msgstr ""
10501
 
10502
- #: wppa-settings-autosave.php:4232
10503
  msgid "Photo gets medal silver when number of top-scores ( 5 or 10 )."
10504
  msgstr ""
10505
 
10506
- #: wppa-settings-autosave.php:4233
10507
  msgid ""
10508
  "When the photo has this number of topscores ( 5 or 10 stars ), it will get a "
10509
  "silver medal. A value of 0 indicates that you do not want this feature."
10510
  msgstr ""
10511
 
10512
- #: wppa-settings-autosave.php:4240
10513
  msgid "Medal gold when"
10514
  msgstr ""
10515
 
10516
- #: wppa-settings-autosave.php:4249
10517
  msgid "Medal tag color"
10518
  msgstr ""
10519
 
10520
- #: wppa-settings-autosave.php:4250
10521
  msgid "The color of the tag on the medal."
10522
  msgstr ""
10523
 
10524
- #: wppa-settings-autosave.php:4253 wppa-settings-autosave.php:7658
10525
  msgid "Red"
10526
  msgstr ""
10527
 
10528
- #: wppa-settings-autosave.php:4253 wppa-settings-autosave.php:7661
10529
  msgid "Green"
10530
  msgstr ""
10531
 
10532
- #: wppa-settings-autosave.php:4253 wppa-settings-autosave.php:7662
10533
  msgid "Blue"
10534
  msgstr ""
10535
 
10536
- #: wppa-settings-autosave.php:4260
10537
  msgid "Medal position"
10538
  msgstr ""
10539
 
10540
- #: wppa-settings-autosave.php:4261
10541
  msgid "The position of the medal on the image."
10542
  msgstr ""
10543
 
10544
- #: wppa-settings-autosave.php:4264
10545
  msgid "Top left"
10546
  msgstr ""
10547
 
10548
- #: wppa-settings-autosave.php:4264
10549
  msgid "Top right"
10550
  msgstr ""
10551
 
10552
- #: wppa-settings-autosave.php:4264
10553
  msgid "Bottom left"
10554
  msgstr ""
10555
 
10556
- #: wppa-settings-autosave.php:4264
10557
  msgid "Bottom right"
10558
  msgstr ""
10559
 
10560
- #: wppa-settings-autosave.php:4271
10561
  msgid "Top criterium"
10562
  msgstr ""
10563
 
10564
- #: wppa-settings-autosave.php:4272
10565
  msgid "The top sort item used for topten results from shortcodes."
10566
  msgstr ""
10567
 
10568
- #: wppa-settings-autosave.php:4275
10569
  msgid "Mean raiting"
10570
  msgstr ""
10571
 
10572
- #: wppa-settings-autosave.php:4275
10573
  msgid "Rating count"
10574
  msgstr ""
10575
 
10576
- #: wppa-settings-autosave.php:4275
10577
  msgid "Viewcount"
10578
  msgstr ""
10579
 
10580
- #: wppa-settings-autosave.php:4282
10581
  msgid "Comments related settings"
10582
  msgstr ""
10583
 
10584
- #: wppa-settings-autosave.php:4284
10585
  msgid "Commenting login"
10586
  msgstr ""
10587
 
10588
- #: wppa-settings-autosave.php:4285
10589
  msgid "Users must be logged in to comment on photos."
10590
  msgstr ""
10591
 
10592
- #: wppa-settings-autosave.php:4286
10593
  msgid ""
10594
  "Check this box if you want users to be logged in to be able to enter "
10595
  "comments on individual photos."
10596
  msgstr ""
10597
 
10598
- #: wppa-settings-autosave.php:4293
10599
  msgid "Comments view login"
10600
  msgstr ""
10601
 
10602
- #: wppa-settings-autosave.php:4294
10603
  msgid "Users must be logged in to see comments on photos."
10604
  msgstr ""
10605
 
10606
- #: wppa-settings-autosave.php:4295
10607
  msgid ""
10608
  "Check this box if you want users to be logged in to be able to see existing "
10609
  "comments on individual photos."
10610
  msgstr ""
10611
 
10612
- #: wppa-settings-autosave.php:4302
10613
  msgid "Last comment first"
10614
  msgstr ""
10615
 
10616
- #: wppa-settings-autosave.php:4303
10617
  msgid "Display the newest comment on top."
10618
  msgstr ""
10619
 
10620
- #: wppa-settings-autosave.php:4304
10621
  msgid "If checked: Display the newest comment on top."
10622
  msgstr ""
10623
 
10624
- #: wppa-settings-autosave.php:4305
10625
  msgid "If unchecked, the comments are listed in the ordere they were entered."
10626
  msgstr ""
10627
 
10628
- #: wppa-settings-autosave.php:4312
10629
  msgid "Comment moderation"
10630
  msgstr ""
10631
 
10632
- #: wppa-settings-autosave.php:4313
10633
  msgid "Comments from what users need approval."
10634
  msgstr ""
10635
 
10636
- #: wppa-settings-autosave.php:4314
10637
  msgid "Select the desired users of which the comments need approval."
10638
  msgstr ""
10639
 
10640
- #: wppa-settings-autosave.php:4316 wppa-settings-autosave.php:6342
10641
  msgid "All users"
10642
  msgstr ""
10643
 
10644
- #: wppa-settings-autosave.php:4316 wppa-settings-autosave.php:6342
10645
  msgid "Logged out users"
10646
  msgstr ""
10647
 
10648
- #: wppa-settings-autosave.php:4316 wppa-settings-autosave.php:6342
10649
  msgid "No users"
10650
  msgstr ""
10651
 
10652
- #: wppa-settings-autosave.php:4323
10653
  msgid "Comment email required"
10654
  msgstr ""
10655
 
10656
- #: wppa-settings-autosave.php:4324
10657
  msgid "Commenting users must enter their email addresses."
10658
  msgstr ""
10659
 
10660
- #: wppa-settings-autosave.php:4328 wppa-settings-autosave.php:8988
10661
- #: wppa-settings-autosave.php:9056
10662
  msgid "Optional"
10663
  msgstr ""
10664
 
10665
- #: wppa-settings-autosave.php:4340
10666
  msgid "Comment notify"
10667
  msgstr ""
10668
 
10669
- #: wppa-settings-autosave.php:4341
10670
  msgid "Select who must receive an e-mail notification of a new comment."
10671
  msgstr ""
10672
 
10673
- #: wppa-settings-autosave.php:4344
10674
  msgid "--- None ---"
10675
  msgstr ""
10676
 
10677
- #: wppa-settings-autosave.php:4345
10678
  msgid "--- Admin ---"
10679
  msgstr ""
10680
 
10681
- #: wppa-settings-autosave.php:4346
10682
  msgid "--- Album owner ---"
10683
  msgstr ""
10684
 
10685
- #: wppa-settings-autosave.php:4347
10686
  msgid "--- Admin & Owner ---"
10687
  msgstr ""
10688
 
10689
- #: wppa-settings-autosave.php:4348
10690
  msgid "--- Uploader ---"
10691
  msgstr ""
10692
 
10693
- #: wppa-settings-autosave.php:4349
10694
  msgid "--- Up & admin ---"
10695
  msgstr ""
10696
 
10697
- #: wppa-settings-autosave.php:4350
10698
  msgid "--- Up & Owner ---"
10699
  msgstr ""
10700
 
10701
- #: wppa-settings-autosave.php:4373
10702
  msgid "Comment notify previous"
10703
  msgstr ""
10704
 
10705
- #: wppa-settings-autosave.php:4374
10706
  msgid "Notify users who has commented this photo earlier."
10707
  msgstr ""
10708
 
10709
- #: wppa-settings-autosave.php:4382
10710
  msgid "Comment notify approved"
10711
  msgstr ""
10712
 
10713
- #: wppa-settings-autosave.php:4383
10714
  msgid "Notify photo owner of approved comment."
10715
  msgstr ""
10716
 
10717
- #: wppa-settings-autosave.php:4391
10718
  msgid "Com ntfy appr email content"
10719
  msgstr ""
10720
 
10721
- #: wppa-settings-autosave.php:4392
10722
  msgid "The content of the email."
10723
  msgstr ""
10724
 
10725
- #: wppa-settings-autosave.php:4393
10726
  msgid "If you leave this blank, the default content will be used"
10727
  msgstr ""
10728
 
10729
- #: wppa-settings-autosave.php:4394
10730
  msgid "The content may contain html."
10731
  msgstr ""
10732
 
10733
- #: wppa-settings-autosave.php:4395
10734
  msgid ""
10735
  "You may use the following keywords: w#comment for the comment content, "
10736
  "w#user for the commenters name and the standard photo description keywords "
@@ -10738,4269 +10812,4269 @@ msgid ""
10738
  "w#amx, w#amy, w#amfs, w#url, w#hrurl, w#tnurl, w#cc0..w#cc9, w#cd0..w#cd9."
10739
  msgstr ""
10740
 
10741
- #: wppa-settings-autosave.php:4402
10742
  msgid "Com ntfy appr email subject"
10743
  msgstr ""
10744
 
10745
- #: wppa-settings-autosave.php:4403
10746
  msgid "The subject of the email."
10747
  msgstr ""
10748
 
10749
- #: wppa-settings-autosave.php:4412
10750
  msgid "Comment ntfy added"
10751
  msgstr ""
10752
 
10753
- #: wppa-settings-autosave.php:4413
10754
  msgid "Show \"Comment added\" after successfull adding a comment."
10755
  msgstr ""
10756
 
10757
- #: wppa-settings-autosave.php:4421
10758
  msgid "ComTen alt display"
10759
  msgstr ""
10760
 
10761
- #: wppa-settings-autosave.php:4422
10762
  msgid "Display comments at comten thumbnails."
10763
  msgstr ""
10764
 
10765
- #: wppa-settings-autosave.php:4430
10766
  msgid "Comten Thumbnail width"
10767
  msgstr ""
10768
 
10769
- #: wppa-settings-autosave.php:4431
10770
  msgid "The width of the thumbnail in the alt comment display."
10771
  msgstr ""
10772
 
10773
- #: wppa-settings-autosave.php:4434
10774
  msgid "Pixels"
10775
  msgstr ""
10776
 
10777
- #: wppa-settings-autosave.php:4439
10778
  msgid "Show smiley picker"
10779
  msgstr ""
10780
 
10781
- #: wppa-settings-autosave.php:4440
10782
  msgid "Display a clickable row of smileys."
10783
  msgstr ""
10784
 
10785
- #: wppa-settings-autosave.php:4448
10786
  msgid "Show commenter email"
10787
  msgstr ""
10788
 
10789
- #: wppa-settings-autosave.php:4449
10790
  msgid "Show the commenter's email in the notify emails."
10791
  msgstr ""
10792
 
10793
- #: wppa-settings-autosave.php:4450
10794
  msgid "Shows the email address of the commenter in all notify emails."
10795
  msgstr ""
10796
 
10797
- #: wppa-settings-autosave.php:4451
10798
  msgid ""
10799
  "If switched off, admin will still receive the senders email in the "
10800
  "notification mail"
10801
  msgstr ""
10802
 
10803
- #: wppa-settings-autosave.php:4461
10804
  msgid "The opacity of the lightbox overlay background."
10805
  msgstr ""
10806
 
10807
- #: wppa-settings-autosave.php:4469
10808
  msgid "Click on background"
10809
  msgstr ""
10810
 
10811
- #: wppa-settings-autosave.php:4470
10812
  msgid "Select the action to be taken on click on background."
10813
  msgstr ""
10814
 
10815
- #: wppa-settings-autosave.php:4473
10816
  msgid "Nothing"
10817
  msgstr ""
10818
 
10819
- #: wppa-settings-autosave.php:4473
10820
  msgid "Exit (close)"
10821
  msgstr ""
10822
 
10823
- #: wppa-settings-autosave.php:4473
10824
  msgid "Browse (left/right)"
10825
  msgstr ""
10826
 
10827
- #: wppa-settings-autosave.php:4480
10828
  msgid "Overlay animation speed"
10829
  msgstr ""
10830
 
10831
- #: wppa-settings-autosave.php:4481
10832
  msgid "The fade-in time of the lightbox images"
10833
  msgstr ""
10834
 
10835
- #: wppa-settings-autosave.php:4484
10836
  msgid "very fast (100 ms.)"
10837
  msgstr ""
10838
 
10839
- #: wppa-settings-autosave.php:4484
10840
  msgid "fast (200 ms.)"
10841
  msgstr ""
10842
 
10843
- #: wppa-settings-autosave.php:4484
10844
  msgid "normal (300 ms.)"
10845
  msgstr ""
10846
 
10847
- #: wppa-settings-autosave.php:4484
10848
  msgid "slow (500 ms.)"
10849
  msgstr ""
10850
 
10851
- #: wppa-settings-autosave.php:4484
10852
  msgid "very slow (1 s.)"
10853
  msgstr ""
10854
 
10855
- #: wppa-settings-autosave.php:4484
10856
  msgid "extremely slow (2 s.)"
10857
  msgstr ""
10858
 
10859
- #: wppa-settings-autosave.php:4491
10860
  msgid "Overlay slideshow speed"
10861
  msgstr ""
10862
 
10863
- #: wppa-settings-autosave.php:4492
10864
  msgid "The time the lightbox images stay"
10865
  msgstr ""
10866
 
10867
- #: wppa-settings-autosave.php:4495
10868
  msgid "fast (3 s.)"
10869
  msgstr ""
10870
 
10871
- #: wppa-settings-autosave.php:4495
10872
  msgid "normal (5 s.)"
10873
  msgstr ""
10874
 
10875
- #: wppa-settings-autosave.php:4495
10876
  msgid "slow (8 s.)"
10877
  msgstr ""
10878
 
10879
- #: wppa-settings-autosave.php:4495
10880
  msgid "very slow (13 s.)"
10881
  msgstr ""
10882
 
10883
- #: wppa-settings-autosave.php:4495
10884
  msgid "extremely slow (20 s.)"
10885
  msgstr ""
10886
 
10887
- #: wppa-settings-autosave.php:4502
10888
  msgid "Overlay at top in Chrome"
10889
  msgstr ""
10890
 
10891
- #: wppa-settings-autosave.php:4503
10892
  msgid ""
10893
  "Place the overlay (lightbox) image at the top of the page in Chrome browsers."
10894
  msgstr ""
10895
 
10896
- #: wppa-settings-autosave.php:4504
10897
  msgid "This is required for certain mobile devices."
10898
  msgstr ""
10899
 
10900
- #: wppa-settings-autosave.php:4511
10901
  msgid "WPPA+ Lightbox global"
10902
  msgstr ""
10903
 
10904
- #: wppa-settings-autosave.php:4512
10905
  msgid "Use the wppa+ lightbox also for non-wppa images."
10906
  msgstr ""
10907
 
10908
- #: wppa-settings-autosave.php:4520
10909
  msgid "WPPA+ Lightbox global is a set"
10910
  msgstr ""
10911
 
10912
- #: wppa-settings-autosave.php:4521
10913
  msgid "Treat the other images as a set."
10914
  msgstr ""
10915
 
10916
- #: wppa-settings-autosave.php:4522
10917
  msgid ""
10918
  "If checked, you can scroll through the images in the lightbox view. Requires "
10919
  "item 5 to be checked."
10920
  msgstr ""
10921
 
10922
- #: wppa-settings-autosave.php:4529
10923
  msgid "Use hires files"
10924
  msgstr ""
10925
 
10926
- #: wppa-settings-autosave.php:4530
10927
  msgid "Use the highest resolution available for lightbox."
10928
  msgstr ""
10929
 
10930
- #: wppa-settings-autosave.php:4531
10931
  msgid "Ticking this box is recommended for lightbox fullscreen modes."
10932
  msgstr ""
10933
 
10934
- #: wppa-settings-autosave.php:4539
10935
  msgid "Videos on lightbox start automaticly."
10936
  msgstr ""
10937
 
10938
- #: wppa-settings-autosave.php:4548
10939
  msgid "Audio on lightbox start automaticly."
10940
  msgstr ""
10941
 
10942
- #: wppa-settings-autosave.php:4556
10943
  msgid "Lightbox start mode"
10944
  msgstr ""
10945
 
10946
- #: wppa-settings-autosave.php:4557
10947
  msgid "The mode lightbox starts in."
10948
  msgstr ""
10949
 
10950
- #: wppa-settings-autosave.php:4560
10951
  msgid "Normal"
10952
  msgstr ""
10953
 
10954
- #: wppa-settings-autosave.php:4561
10955
  msgid "Padded"
10956
  msgstr ""
10957
 
10958
- #: wppa-settings-autosave.php:4562
10959
  msgid "Stretched"
10960
  msgstr ""
10961
 
10962
- #: wppa-settings-autosave.php:4563
10963
  msgid "Clipped"
10964
  msgstr ""
10965
 
10966
- #: wppa-settings-autosave.php:4564
10967
  msgid "Real size"
10968
  msgstr ""
10969
 
10970
- #: wppa-settings-autosave.php:4595
10971
  msgid "Table V:"
10972
  msgstr ""
10973
 
10974
- #: wppa-settings-autosave.php:4595
10975
  msgid "Fonts:"
10976
  msgstr ""
10977
 
10978
- #: wppa-settings-autosave.php:4596
10979
  msgid "This table describes the Fonts used for the wppa+ elements."
10980
  msgstr ""
10981
 
10982
- #: wppa-settings-autosave.php:4606 wppa-settings-autosave.php:4782
10983
  msgid "Font family"
10984
  msgstr ""
10985
 
10986
- #: wppa-settings-autosave.php:4607 wppa-settings-autosave.php:4783
10987
  msgid "Font size"
10988
  msgstr ""
10989
 
10990
- #: wppa-settings-autosave.php:4608 wppa-settings-autosave.php:4784
10991
  msgid "Font color"
10992
  msgstr ""
10993
 
10994
- #: wppa-settings-autosave.php:4609 wppa-settings-autosave.php:4785
10995
  msgid "Font weight"
10996
  msgstr ""
10997
 
10998
- #: wppa-settings-autosave.php:4619
10999
  msgid "normal"
11000
  msgstr ""
11001
 
11002
- #: wppa-settings-autosave.php:4619
11003
  msgid "bold"
11004
  msgstr ""
11005
 
11006
- #: wppa-settings-autosave.php:4619
11007
  msgid "bolder"
11008
  msgstr ""
11009
 
11010
- #: wppa-settings-autosave.php:4619
11011
  msgid "lighter"
11012
  msgstr ""
11013
 
11014
- #: wppa-settings-autosave.php:4622
11015
  msgid "Album titles"
11016
  msgstr ""
11017
 
11018
- #: wppa-settings-autosave.php:4623
11019
  msgid "Font used for Album titles."
11020
  msgstr ""
11021
 
11022
- #: wppa-settings-autosave.php:4624
11023
  msgid "Enter font name, size, color and weight for album cover titles."
11024
  msgstr ""
11025
 
11026
- #: wppa-settings-autosave.php:4639
11027
  msgid "Slideshow desc"
11028
  msgstr ""
11029
 
11030
- #: wppa-settings-autosave.php:4640
11031
  msgid "Font for slideshow photo descriptions."
11032
  msgstr ""
11033
 
11034
- #: wppa-settings-autosave.php:4641
11035
  msgid ""
11036
  "Enter font name, size, color and weight for slideshow photo descriptions."
11037
  msgstr ""
11038
 
11039
- #: wppa-settings-autosave.php:4656
11040
  msgid "Slideshow name"
11041
  msgstr ""
11042
 
11043
- #: wppa-settings-autosave.php:4657
11044
  msgid "Font for slideshow photo names."
11045
  msgstr ""
11046
 
11047
- #: wppa-settings-autosave.php:4658
11048
  msgid "Enter font name, size, color and weight for slideshow photo names."
11049
  msgstr ""
11050
 
11051
- #: wppa-settings-autosave.php:4673
11052
  msgid "Navigations"
11053
  msgstr ""
11054
 
11055
- #: wppa-settings-autosave.php:4674
11056
  msgid "Font for navigations."
11057
  msgstr ""
11058
 
11059
- #: wppa-settings-autosave.php:4675
11060
  msgid "Enter font name, size, color and weight for navigation items."
11061
  msgstr ""
11062
 
11063
- #: wppa-settings-autosave.php:4691
11064
  msgid "Font for text under thumbnails."
11065
  msgstr ""
11066
 
11067
- #: wppa-settings-autosave.php:4692
11068
  msgid ""
11069
  "Enter font name, size, color and weight for text under thumbnail images."
11070
  msgstr ""
11071
 
11072
- #: wppa-settings-autosave.php:4708
11073
  msgid "General font in wppa boxes."
11074
  msgstr ""
11075
 
11076
- #: wppa-settings-autosave.php:4709
11077
  msgid "Enter font name, size, color and weight for all other items."
11078
  msgstr ""
11079
 
11080
- #: wppa-settings-autosave.php:4725
11081
  msgid "Font in wppa number bars."
11082
  msgstr ""
11083
 
11084
- #: wppa-settings-autosave.php:4726 wppa-settings-autosave.php:4743
11085
  msgid "Enter font name, size, color and weight for numberbar navigation."
11086
  msgstr ""
11087
 
11088
- #: wppa-settings-autosave.php:4741
11089
  msgid "Numbar Active"
11090
  msgstr ""
11091
 
11092
- #: wppa-settings-autosave.php:4742
11093
  msgid "Font in wppa number bars, active item."
11094
  msgstr ""
11095
 
11096
- #: wppa-settings-autosave.php:4759
11097
  msgid "Font in wppa lightbox overlays."
11098
  msgstr ""
11099
 
11100
- #: wppa-settings-autosave.php:4760
11101
  msgid "Enter font name, size, color and weight for wppa lightbox overlays."
11102
  msgstr ""
11103
 
11104
- #: wppa-settings-autosave.php:4795
11105
  msgid "Table VI:"
11106
  msgstr ""
11107
 
11108
- #: wppa-settings-autosave.php:4795
11109
  msgid "Links:"
11110
  msgstr ""
11111
 
11112
- #: wppa-settings-autosave.php:4796
11113
  msgid "This table defines the link types and pages."
11114
  msgstr ""
11115
 
11116
- #: wppa-settings-autosave.php:4807 wppa-settings-autosave.php:5856
11117
  msgid "Link page"
11118
  msgstr ""
11119
 
11120
- #: wppa-settings-autosave.php:4809 wppa-settings-autosave.php:5858
11121
  msgid "Photo specific link overrules"
11122
  msgstr ""
11123
 
11124
- #: wppa-settings-autosave.php:4809 wppa-settings-autosave.php:5858
11125
  msgid "PSO"
11126
  msgstr ""
11127
 
11128
- #: wppa-settings-autosave.php:4859
11129
  msgid "--- The same post or page ---"
11130
  msgstr ""
11131
 
11132
- #: wppa-settings-autosave.php:4890
11133
  msgid "--- No page to link to (yet) ---"
11134
  msgstr ""
11135
 
11136
- #: wppa-settings-autosave.php:4895
11137
  msgid "--- Will be auto created ---"
11138
  msgstr ""
11139
 
11140
- #: wppa-settings-autosave.php:4897
11141
  msgid "Links from images in WPPA+ Widgets"
11142
  msgstr ""
11143
 
11144
- #: wppa-settings-autosave.php:4899
11145
  msgid "PotdWidget"
11146
  msgstr ""
11147
 
11148
- #: wppa-settings-autosave.php:4900
11149
  msgid "Photo Of The Day widget link."
11150
  msgstr ""
11151
 
11152
- #: wppa-settings-autosave.php:4901
11153
  msgid "Select the type of link the photo of the day points to."
11154
  msgstr ""
11155
 
11156
- #: wppa-settings-autosave.php:4902
11157
  msgid ""
11158
  "If you select 'defined on widget admin page' you can manually enter a link "
11159
  "and title on the Photo of the day Widget Admin page."
11160
  msgstr ""
11161
 
11162
- #: wppa-settings-autosave.php:4911 wppa-settings-autosave.php:4954
11163
- #: wppa-settings-autosave.php:5032 wppa-settings-autosave.php:5075
11164
- #: wppa-settings-autosave.php:5123 wppa-settings-autosave.php:5170
11165
- #: wppa-settings-autosave.php:5217 wppa-settings-autosave.php:5269
11166
- #: wppa-settings-autosave.php:5307 wppa-settings-autosave.php:5357
11167
- #: wppa-settings-autosave.php:5399 wppa-settings-autosave.php:5440
11168
- #: wppa-settings-autosave.php:9722
11169
  msgid "no link at all."
11170
  msgstr ""
11171
 
11172
- #: wppa-settings-autosave.php:4912 wppa-settings-autosave.php:4955
11173
- #: wppa-settings-autosave.php:5033 wppa-settings-autosave.php:5076
11174
- #: wppa-settings-autosave.php:5124 wppa-settings-autosave.php:5171
11175
- #: wppa-settings-autosave.php:5218 wppa-settings-autosave.php:5270
11176
- #: wppa-settings-autosave.php:5308 wppa-settings-autosave.php:5358
11177
- #: wppa-settings-autosave.php:5400 wppa-settings-autosave.php:5441
11178
- #: wppa-settings-autosave.php:9723
11179
  msgid "the plain photo (file)."
11180
  msgstr ""
11181
 
11182
- #: wppa-settings-autosave.php:4913 wppa-settings-autosave.php:9729
11183
  msgid "defined on widget admin page."
11184
  msgstr ""
11185
 
11186
- #: wppa-settings-autosave.php:4914 wppa-settings-autosave.php:4957
11187
- #: wppa-settings-autosave.php:5359 wppa-settings-autosave.php:5401
11188
- #: wppa-settings-autosave.php:9727
11189
  msgid "the content of the album."
11190
  msgstr ""
11191
 
11192
- #: wppa-settings-autosave.php:4915 wppa-settings-autosave.php:4958
11193
- #: wppa-settings-autosave.php:5034 wppa-settings-autosave.php:5079
11194
- #: wppa-settings-autosave.php:5127 wppa-settings-autosave.php:5174
11195
- #: wppa-settings-autosave.php:5221 wppa-settings-autosave.php:5309
11196
- #: wppa-settings-autosave.php:5360 wppa-settings-autosave.php:5402
11197
- #: wppa-settings-autosave.php:9724
11198
  msgid "the full size photo in a slideshow."
11199
  msgstr ""
11200
 
11201
- #: wppa-settings-autosave.php:4916 wppa-settings-autosave.php:4959
11202
- #: wppa-settings-autosave.php:5035 wppa-settings-autosave.php:5080
11203
- #: wppa-settings-autosave.php:5128 wppa-settings-autosave.php:5175
11204
- #: wppa-settings-autosave.php:5222 wppa-settings-autosave.php:5310
11205
- #: wppa-settings-autosave.php:5361 wppa-settings-autosave.php:5403
11206
- #: wppa-settings-autosave.php:5442 wppa-settings-autosave.php:9725
11207
  msgid "the fullsize photo on its own."
11208
  msgstr ""
11209
 
11210
- #: wppa-settings-autosave.php:4917 wppa-settings-autosave.php:4960
11211
- #: wppa-settings-autosave.php:4999 wppa-settings-autosave.php:5038
11212
- #: wppa-settings-autosave.php:5083 wppa-settings-autosave.php:5131
11213
- #: wppa-settings-autosave.php:5178 wppa-settings-autosave.php:5225
11214
- #: wppa-settings-autosave.php:5313
11215
  msgid "a plain page without a querystring."
11216
  msgstr ""
11217
 
11218
- #: wppa-settings-autosave.php:4918 wppa-settings-autosave.php:4961
11219
- #: wppa-settings-autosave.php:5000 wppa-settings-autosave.php:5039
11220
- #: wppa-settings-autosave.php:5084 wppa-settings-autosave.php:5132
11221
- #: wppa-settings-autosave.php:5179 wppa-settings-autosave.php:5226
11222
- #: wppa-settings-autosave.php:5272 wppa-settings-autosave.php:5314
11223
- #: wppa-settings-autosave.php:5362 wppa-settings-autosave.php:5404
11224
- #: wppa-settings-autosave.php:5443
11225
  msgid "lightbox."
11226
  msgstr ""
11227
 
11228
- #: wppa-settings-autosave.php:4943
11229
  msgid "SlideWidget"
11230
  msgstr ""
11231
 
11232
- #: wppa-settings-autosave.php:4944
11233
  msgid "Slideshow widget photo link."
11234
  msgstr ""
11235
 
11236
- #: wppa-settings-autosave.php:4945
11237
  msgid "Select the type of link the slideshow photos point to."
11238
  msgstr ""
11239
 
11240
- #: wppa-settings-autosave.php:4956 wppa-settings-autosave.php:9728
11241
  msgid "defined at widget activation."
11242
  msgstr ""
11243
 
11244
- #: wppa-settings-autosave.php:4986
11245
  msgid "Album widget"
11246
  msgstr ""
11247
 
11248
- #: wppa-settings-autosave.php:4987
11249
  msgid "Album widget thumbnail link"
11250
  msgstr ""
11251
 
11252
- #: wppa-settings-autosave.php:4988
11253
  msgid "Select the type of link the album widget photos point to."
11254
  msgstr ""
11255
 
11256
- #: wppa-settings-autosave.php:4997
11257
  msgid "subalbums and thumbnails."
11258
  msgstr ""
11259
 
11260
- #: wppa-settings-autosave.php:4998
11261
  msgid "slideshow."
11262
  msgstr ""
11263
 
11264
- #: wppa-settings-autosave.php:5021
11265
  msgid "ThumbnailWidget"
11266
  msgstr ""
11267
 
11268
- #: wppa-settings-autosave.php:5022
11269
  msgid "Thumbnail widget photo link."
11270
  msgstr ""
11271
 
11272
- #: wppa-settings-autosave.php:5023
11273
  msgid "Select the type of link the thumbnail photos point to."
11274
  msgstr ""
11275
 
11276
- #: wppa-settings-autosave.php:5036 wppa-settings-autosave.php:5081
11277
- #: wppa-settings-autosave.php:5129 wppa-settings-autosave.php:5176
11278
- #: wppa-settings-autosave.php:5223 wppa-settings-autosave.php:5311
11279
  msgid "the single photo in the style of a slideshow."
11280
  msgstr ""
11281
 
11282
- #: wppa-settings-autosave.php:5037 wppa-settings-autosave.php:5082
11283
- #: wppa-settings-autosave.php:5130 wppa-settings-autosave.php:5177
11284
- #: wppa-settings-autosave.php:5224 wppa-settings-autosave.php:5312
11285
- #: wppa-settings-autosave.php:5445
11286
  msgid "the fs photo with download and print buttons."
11287
  msgstr ""
11288
 
11289
- #: wppa-settings-autosave.php:5064
11290
  msgid "TopTenWidget"
11291
  msgstr ""
11292
 
11293
- #: wppa-settings-autosave.php:5065
11294
  msgid "TopTen widget photo link."
11295
  msgstr ""
11296
 
11297
- #: wppa-settings-autosave.php:5066
11298
  msgid "Select the type of link the top ten photos point to."
11299
  msgstr ""
11300
 
11301
- #: wppa-settings-autosave.php:5077
11302
  msgid "the content of the virtual topten album."
11303
  msgstr ""
11304
 
11305
- #: wppa-settings-autosave.php:5078 wppa-settings-autosave.php:5126
11306
- #: wppa-settings-autosave.php:5173 wppa-settings-autosave.php:5220
11307
  msgid "the content of the thumbnails album."
11308
  msgstr ""
11309
 
11310
- #: wppa-settings-autosave.php:5112
11311
  msgid "LasTenWidget"
11312
  msgstr ""
11313
 
11314
- #: wppa-settings-autosave.php:5113
11315
  msgid "Last Ten widget photo link."
11316
  msgstr ""
11317
 
11318
- #: wppa-settings-autosave.php:5114
11319
  msgid "Select the type of link the last ten photos point to."
11320
  msgstr ""
11321
 
11322
- #: wppa-settings-autosave.php:5125
11323
  msgid "the content of the virtual lasten album."
11324
  msgstr ""
11325
 
11326
- #: wppa-settings-autosave.php:5159
11327
  msgid "CommentWidget"
11328
  msgstr ""
11329
 
11330
- #: wppa-settings-autosave.php:5160
11331
  msgid "Comment widget photo link."
11332
  msgstr ""
11333
 
11334
- #: wppa-settings-autosave.php:5161
11335
  msgid "Select the type of link the comment widget photos point to."
11336
  msgstr ""
11337
 
11338
- #: wppa-settings-autosave.php:5172
11339
  msgid "the content of the virtual comten album."
11340
  msgstr ""
11341
 
11342
- #: wppa-settings-autosave.php:5206
11343
  msgid "FeaTenWidget"
11344
  msgstr ""
11345
 
11346
- #: wppa-settings-autosave.php:5207
11347
  msgid "FeaTen widget photo link."
11348
  msgstr ""
11349
 
11350
- #: wppa-settings-autosave.php:5208
11351
  msgid "Select the type of link the featured ten photos point to."
11352
  msgstr ""
11353
 
11354
- #: wppa-settings-autosave.php:5219
11355
  msgid "the content of the virtual featen album."
11356
  msgstr ""
11357
 
11358
- #: wppa-settings-autosave.php:5252
11359
  msgid "Links from other WPPA+ images"
11360
  msgstr ""
11361
 
11362
- #: wppa-settings-autosave.php:5254
11363
  msgid "Cover Image"
11364
  msgstr ""
11365
 
11366
- #: wppa-settings-autosave.php:5255
11367
  msgid "The link from the cover image of an album."
11368
  msgstr ""
11369
 
11370
- #: wppa-settings-autosave.php:5256
11371
  msgid "Select the type of link the coverphoto points to."
11372
  msgstr ""
11373
 
11374
- #: wppa-settings-autosave.php:5257
11375
  msgid "The link from the album title can be configured on the Edit Album page."
11376
  msgstr ""
11377
 
11378
- #: wppa-settings-autosave.php:5258
11379
  msgid "This link will be used for the photo also if you select: same as title."
11380
  msgstr ""
11381
 
11382
- #: wppa-settings-autosave.php:5259
11383
  msgid ""
11384
  "If you specify New Tab on this line, all links from the cover will open a "
11385
  "new tab,"
11386
  msgstr ""
11387
 
11388
- #: wppa-settings-autosave.php:5260
11389
  msgid "except when Ajax is activated on Table IV-A1."
11390
  msgstr ""
11391
 
11392
- #: wppa-settings-autosave.php:5271 wppa-settings-autosave.php:9730
11393
  msgid "same as title."
11394
  msgstr ""
11395
 
11396
- #: wppa-settings-autosave.php:5273
11397
  msgid "a slideshow starting at the photo"
11398
  msgstr ""
11399
 
11400
- #: wppa-settings-autosave.php:5294
11401
  msgid "Thumbnail"
11402
  msgstr ""
11403
 
11404
- #: wppa-settings-autosave.php:5295
11405
  msgid "Thumbnail link."
11406
  msgstr ""
11407
 
11408
- #: wppa-settings-autosave.php:5296 wppa-settings-autosave.php:5346
11409
- #: wppa-settings-autosave.php:5388
11410
  msgid "Select the type of link you want, or no link at all."
11411
  msgstr ""
11412
 
11413
- #: wppa-settings-autosave.php:5297 wppa-settings-autosave.php:5347
11414
- #: wppa-settings-autosave.php:5389
11415
  msgid ""
11416
  "If you select the fullsize photo on its own, it will be stretched to fit, "
11417
  "regardless of that setting."
11418
  msgstr ""
11419
 
11420
- #: wppa-settings-autosave.php:5298 wppa-settings-autosave.php:5348
11421
- #: wppa-settings-autosave.php:5390
11422
  #, php-format
11423
  msgid ""
11424
  "Note that a page must have at least %%wppa%% or [wppa][/wppa] in its content "
11425
  "to show up the photo(s)."
11426
  msgstr ""
11427
 
11428
- #: wppa-settings-autosave.php:5327
11429
  msgid "Auto Page"
11430
  msgstr ""
11431
 
11432
- #: wppa-settings-autosave.php:5344
11433
  msgid "Sphoto"
11434
  msgstr ""
11435
 
11436
- #: wppa-settings-autosave.php:5345
11437
  msgid "Single photo link."
11438
  msgstr ""
11439
 
11440
- #: wppa-settings-autosave.php:5386
11441
  msgid "Mphoto"
11442
  msgstr ""
11443
 
11444
- #: wppa-settings-autosave.php:5387
11445
  msgid "Media-like photo link."
11446
  msgstr ""
11447
 
11448
- #: wppa-settings-autosave.php:5429
11449
  msgid "Slideshow fullsize link"
11450
  msgstr ""
11451
 
11452
- #: wppa-settings-autosave.php:5430
11453
  msgid ""
11454
  "You can overrule lightbox but not big browse buttons with the photo specifc "
11455
  "link."
11456
  msgstr ""
11457
 
11458
- #: wppa-settings-autosave.php:5431
11459
  msgid "fullsize slideshow can only be set by the WPPA_SET shortcode."
11460
  msgstr ""
11461
 
11462
- #: wppa-settings-autosave.php:5444
11463
  msgid "lightbox single photos."
11464
  msgstr ""
11465
 
11466
- #: wppa-settings-autosave.php:5446
11467
  msgid "the thumbnails."
11468
  msgstr ""
11469
 
11470
- #: wppa-settings-autosave.php:5447
11471
  msgid "fullsize slideshow"
11472
  msgstr ""
11473
 
11474
- #: wppa-settings-autosave.php:5472
11475
  msgid "Film linktype"
11476
  msgstr ""
11477
 
11478
- #: wppa-settings-autosave.php:5473
11479
  msgid "Direct access goto image in:"
11480
  msgstr ""
11481
 
11482
- #: wppa-settings-autosave.php:5474
11483
  msgid ""
11484
  "Select the action to be taken when the user clicks on a filmstrip image."
11485
  msgstr ""
11486
 
11487
- #: wppa-settings-autosave.php:5479
11488
  msgid "slideshow window"
11489
  msgstr ""
11490
 
11491
- #: wppa-settings-autosave.php:5480
11492
  msgid "lightbox overlay"
11493
  msgstr ""
11494
 
11495
- #: wppa-settings-autosave.php:5495
11496
  msgid "Other links"
11497
  msgstr ""
11498
 
11499
- #: wppa-settings-autosave.php:5497
11500
  msgid "Download Link (aka Art Monkey link)"
11501
  msgstr ""
11502
 
11503
- #: wppa-settings-autosave.php:5498
11504
  msgid "Makes the photo name a download button."
11505
  msgstr ""
11506
 
11507
- #: wppa-settings-autosave.php:5499
11508
  msgid "Link Photo name in slideshow to file or zip with photoname as filename."
11509
  msgstr ""
11510
 
11511
- #: wppa-settings-autosave.php:5503 wppa-settings-autosave.php:5550
11512
  msgid "image file"
11513
  msgstr ""
11514
 
11515
- #: wppa-settings-autosave.php:5504 wppa-settings-autosave.php:5551
11516
  msgid "zipped image"
11517
  msgstr ""
11518
 
11519
- #: wppa-settings-autosave.php:5517
11520
  msgid "Art Monkey Source"
11521
  msgstr ""
11522
 
11523
- #: wppa-settings-autosave.php:5518
11524
  msgid "Use Source file for art monkey link if available."
11525
  msgstr ""
11526
 
11527
- #: wppa-settings-autosave.php:5527
11528
  msgid "Art Monkey Display"
11529
  msgstr ""
11530
 
11531
- #: wppa-settings-autosave.php:5528
11532
  msgid "Select button or link ( text )."
11533
  msgstr ""
11534
 
11535
- #: wppa-settings-autosave.php:5533
11536
  msgid "Textlink"
11537
  msgstr ""
11538
 
11539
- #: wppa-settings-autosave.php:5545
11540
  msgid "Popup Download Link"
11541
  msgstr ""
11542
 
11543
- #: wppa-settings-autosave.php:5546
11544
  msgid "Configure the download link on fullsize popups."
11545
  msgstr ""
11546
 
11547
- #: wppa-settings-autosave.php:5547
11548
  msgid "Link fullsize popup download button to either image or zip file."
11549
  msgstr ""
11550
 
11551
- #: wppa-settings-autosave.php:5563
11552
  msgid "Download link on lightbox"
11553
  msgstr ""
11554
 
11555
- #: wppa-settings-autosave.php:5564
11556
  msgid "Art monkey link on lightbox photo names."
11557
  msgstr ""
11558
 
11559
- #: wppa-settings-autosave.php:5573
11560
  msgid "Album download link"
11561
  msgstr ""
11562
 
11563
- #: wppa-settings-autosave.php:5574
11564
  msgid "Place an album download link on the album covers"
11565
  msgstr ""
11566
 
11567
- #: wppa-settings-autosave.php:5575
11568
  msgid "Creates a download zipfile containing the photos of the album"
11569
  msgstr ""
11570
 
11571
- #: wppa-settings-autosave.php:5583
11572
  msgid "Album download Source"
11573
  msgstr ""
11574
 
11575
- #: wppa-settings-autosave.php:5584
11576
  msgid "Use Source file for album download link if available."
11577
  msgstr ""
11578
 
11579
- #: wppa-settings-autosave.php:5593
11580
  msgid "Tagcloud Link"
11581
  msgstr ""
11582
 
11583
- #: wppa-settings-autosave.php:5594
11584
  msgid "Configure the link from the tags in the tag cloud."
11585
  msgstr ""
11586
 
11587
- #: wppa-settings-autosave.php:5595
11588
  msgid "Link the tag words to ether the thumbnails or the slideshow."
11589
  msgstr ""
11590
 
11591
- #: wppa-settings-autosave.php:5604 wppa-settings-autosave.php:5637
11592
- #: wppa-settings-autosave.php:5734
11593
  msgid "slideshow"
11594
  msgstr ""
11595
 
11596
- #: wppa-settings-autosave.php:5619 wppa-settings-autosave.php:5652
11597
- #: wppa-settings-autosave.php:5796
11598
  msgid "Occur"
11599
  msgstr ""
11600
 
11601
- #: wppa-settings-autosave.php:5626
11602
  msgid "Multitag Link"
11603
  msgstr ""
11604
 
11605
- #: wppa-settings-autosave.php:5627
11606
  msgid "Configure the link from the multitag selection."
11607
  msgstr ""
11608
 
11609
- #: wppa-settings-autosave.php:5628
11610
  msgid "Link to ether the thumbnails or the slideshow."
11611
  msgstr ""
11612
 
11613
- #: wppa-settings-autosave.php:5659
11614
  msgid "Super View Landing"
11615
  msgstr ""
11616
 
11617
- #: wppa-settings-autosave.php:5660
11618
  msgid "The landing page for the Super View widget."
11619
  msgstr ""
11620
 
11621
- #: wppa-settings-autosave.php:5668
11622
  msgid "Defined by the visitor"
11623
  msgstr ""
11624
 
11625
- #: wppa-settings-autosave.php:5681
11626
  msgid "Uploader Landing"
11627
  msgstr ""
11628
 
11629
- #: wppa-settings-autosave.php:5682
11630
  msgid "Select the landing page for the Uploader Widget"
11631
  msgstr ""
11632
 
11633
- #: wppa-settings-autosave.php:5702
11634
  msgid "Bestof Landing"
11635
  msgstr ""
11636
 
11637
- #: wppa-settings-autosave.php:5703
11638
  msgid "Select the landing page for the BestOf Widget / Box"
11639
  msgstr ""
11640
 
11641
- #: wppa-settings-autosave.php:5723
11642
  msgid "Album navigator Link"
11643
  msgstr ""
11644
 
11645
- #: wppa-settings-autosave.php:5724
11646
  msgid "Select link type and page for the Album navigator Widget"
11647
  msgstr ""
11648
 
11649
- #: wppa-settings-autosave.php:5752
11650
  msgid "Supersearch Landing"
11651
  msgstr ""
11652
 
11653
- #: wppa-settings-autosave.php:5753
11654
  msgid "Select the landing page for the Supersearch Box"
11655
  msgstr ""
11656
 
11657
- #: wppa-settings-autosave.php:5773
11658
  msgid "SM widget return"
11659
  msgstr ""
11660
 
11661
- #: wppa-settings-autosave.php:5774
11662
  msgid "Select the return link for social media from widgets"
11663
  msgstr ""
11664
 
11665
- #: wppa-settings-autosave.php:5775
11666
  msgid ""
11667
  "If you select Landing page, and it wont work, it may be required to set the "
11668
  "Occur to the sequence number of the landing shortcode on the page."
11669
  msgstr ""
11670
 
11671
- #: wppa-settings-autosave.php:5776
11672
  msgid ""
11673
  "Normally it is 1, but you can try 2 etc. Always create a new shared link to "
11674
  "test a setting."
11675
  msgstr ""
11676
 
11677
- #: wppa-settings-autosave.php:5784
11678
  msgid "Home page"
11679
  msgstr ""
11680
 
11681
- #: wppa-settings-autosave.php:5805
11682
  msgid "Album cover subalbums link"
11683
  msgstr ""
11684
 
11685
- #: wppa-settings-autosave.php:5806
11686
  msgid ""
11687
  "Select the linktype and display type for sub-albums on parent album covers."
11688
  msgstr ""
11689
 
11690
- #: wppa-settings-autosave.php:5814
11691
  msgid "No link at all"
11692
  msgstr ""
11693
 
11694
- #: wppa-settings-autosave.php:5815
11695
  msgid "Thumbnails and covers"
11696
  msgstr ""
11697
 
11698
- #: wppa-settings-autosave.php:5816
11699
  msgid "Slideshow or covers"
11700
  msgstr ""
11701
 
11702
- #: wppa-settings-autosave.php:5826
11703
  msgid "No display at all"
11704
  msgstr ""
11705
 
11706
- #: wppa-settings-autosave.php:5827
11707
  msgid "A list with sub(sub) albums"
11708
  msgstr ""
11709
 
11710
- #: wppa-settings-autosave.php:5828
11711
  msgid "A list of children only"
11712
  msgstr ""
11713
 
11714
- #: wppa-settings-autosave.php:5829
11715
  msgid "An enumeration of names"
11716
  msgstr ""
11717
 
11718
- #: wppa-settings-autosave.php:5830
11719
  msgid "Micro thumbnails"
11720
  msgstr ""
11721
 
11722
- #: wppa-settings-autosave.php:5868
11723
  msgid "Table VII:"
11724
  msgstr ""
11725
 
11726
- #: wppa-settings-autosave.php:5868
11727
  msgid "Permissions and Restrictions:"
11728
  msgstr ""
11729
 
11730
- #: wppa-settings-autosave.php:5869
11731
  msgid ""
11732
  "This table describes the access settings for admin and front-end activities."
11733
  msgstr ""
11734
 
11735
- #: wppa-settings-autosave.php:5890
11736
  msgid "Moderate P+C"
11737
  msgstr ""
11738
 
11739
- #: wppa-settings-autosave.php:5894
11740
  msgid "Comment&nbsp;Admin"
11741
  msgstr ""
11742
 
11743
- #: wppa-settings-autosave.php:5897
11744
  msgid "Role"
11745
  msgstr ""
11746
 
11747
- #: wppa-settings-autosave.php:5906
11748
  msgid ""
11749
  "Admin settings per user role. Enabling these settings will overrule the "
11750
  "front-end settings for the specific user role"
11751
  msgstr ""
11752
 
11753
- #: wppa-settings-autosave.php:5930
11754
  msgid "Frontend create Albums and upload Photos enabling and limiting settings"
11755
  msgstr ""
11756
 
11757
- #: wppa-settings-autosave.php:5932
11758
  msgid "User create Albums"
11759
  msgstr ""
11760
 
11761
- #: wppa-settings-autosave.php:5933
11762
  msgid "Enable frontend album creation."
11763
  msgstr ""
11764
 
11765
- #: wppa-settings-autosave.php:5934
11766
  msgid "If you check this item, frontend album creation will be enabled."
11767
  msgstr ""
11768
 
11769
- #: wppa-settings-autosave.php:5944
11770
  msgid "User edit album"
11771
  msgstr ""
11772
 
11773
- #: wppa-settings-autosave.php:5945
11774
  msgid "Enable frontend edit album name and description."
11775
  msgstr ""
11776
 
11777
- #: wppa-settings-autosave.php:5955
11778
  msgid "User delete Albums"
11779
  msgstr ""
11780
 
11781
- #: wppa-settings-autosave.php:5956
11782
  msgid "Enable frontend album deletion"
11783
  msgstr ""
11784
 
11785
- #: wppa-settings-autosave.php:5957
11786
  msgid "If you check this item, frontend album deletion will be enabled."
11787
  msgstr ""
11788
 
11789
- #: wppa-settings-autosave.php:5967
11790
  msgid "User create Albums login"
11791
  msgstr ""
11792
 
11793
- #: wppa-settings-autosave.php:5968
11794
  msgid "Frontend album creation requires the user is logged in."
11795
  msgstr ""
11796
 
11797
- #: wppa-settings-autosave.php:5994
11798
  #, php-format
11799
  msgid "Upload limit %s"
11800
  msgstr ""
11801
 
11802
- #: wppa-settings-autosave.php:5995
11803
  msgid "Limit upload capacity for logged out users."
11804
  msgstr ""
11805
 
11806
- #: wppa-settings-autosave.php:5996
11807
  #, php-format
11808
  msgid "Limit upload capacity for the user role %s."
11809
  msgstr ""
11810
 
11811
- #: wppa-settings-autosave.php:5997
11812
  msgid "This setting has only effect when Table VII-B2 is unchecked."
11813
  msgstr ""
11814
 
11815
- #: wppa-settings-autosave.php:5998
11816
  msgid ""
11817
  "This limitation only applies to frontend uploads when the same userrole does "
11818
  "not have the Upload checkbox checked in Table VII-A."
11819
  msgstr ""
11820
 
11821
- #: wppa-settings-autosave.php:5999 wppa-settings-autosave.php:6015
11822
- #: wppa-settings-autosave.php:7765
11823
  msgid "A value of 0 means: no limit."
11824
  msgstr ""
11825
 
11826
- #: wppa-settings-autosave.php:6012
11827
  #, php-format
11828
  msgid "Album limit %s"
11829
  msgstr ""
11830
 
11831
- #: wppa-settings-autosave.php:6013
11832
  #, php-format
11833
  msgid "Limit number of albums for the user role %s."
11834
  msgstr ""
11835
 
11836
- #: wppa-settings-autosave.php:6014
11837
  msgid ""
11838
  "This limitation only applies to frontend create albums when the same "
11839
  "userrole does not have the Album admin checkbox checked in Table VII-A."
11840
  msgstr ""
11841
 
11842
- #: wppa-settings-autosave.php:6026
11843
  msgid "Upload one only"
11844
  msgstr ""
11845
 
11846
- #: wppa-settings-autosave.php:6027
11847
  msgid "Non admin users can upload only one photo at a time."
11848
  msgstr ""
11849
 
11850
- #: wppa-settings-autosave.php:6037
11851
  msgid "Upload moderation"
11852
  msgstr ""
11853
 
11854
- #: wppa-settings-autosave.php:6038
11855
  msgid "Uploaded photos need moderation."
11856
  msgstr ""
11857
 
11858
- #: wppa-settings-autosave.php:6039
11859
  msgid ""
11860
  "If checked, photos uploaded by users who do not have photo album admin "
11861
  "access rights need moderation."
11862
  msgstr ""
11863
 
11864
- #: wppa-settings-autosave.php:6040
11865
  msgid ""
11866
  "Users who have photo album admin access rights can change the photo status "
11867
  "to publish or featured."
11868
  msgstr ""
11869
 
11870
- #: wppa-settings-autosave.php:6041
11871
  msgid "You can set the album admin access rights in Table VII-A."
11872
  msgstr ""
11873
 
11874
- #: wppa-settings-autosave.php:6050
11875
  msgid "Upload notify"
11876
  msgstr ""
11877
 
11878
- #: wppa-settings-autosave.php:6051
11879
  msgid "Notify admin at frontend upload."
11880
  msgstr ""
11881
 
11882
- #: wppa-settings-autosave.php:6052 wppa-settings-autosave.php:6063
11883
  msgid "If checked, admin will receive a notification by email."
11884
  msgstr ""
11885
 
11886
- #: wppa-settings-autosave.php:6061
11887
  msgid "Upload backend notify"
11888
  msgstr ""
11889
 
11890
- #: wppa-settings-autosave.php:6062
11891
  msgid "Notify admin at backend upload."
11892
  msgstr ""
11893
 
11894
- #: wppa-settings-autosave.php:6072
11895
  msgid "Max size in pixels"
11896
  msgstr ""
11897
 
11898
- #: wppa-settings-autosave.php:6073
11899
  msgid "Max size for height and width for front-end uploads."
11900
  msgstr ""
11901
 
11902
- #: wppa-settings-autosave.php:6074
11903
  msgid "Enter the maximum size. 0 is unlimited"
11904
  msgstr ""
11905
 
11906
- #: wppa-settings-autosave.php:6083
11907
  msgid "Home after Upload"
11908
  msgstr ""
11909
 
11910
- #: wppa-settings-autosave.php:6084
11911
  msgid "After successfull front-end upload, go to the home page."
11912
  msgstr ""
11913
 
11914
- #: wppa-settings-autosave.php:6094
11915
  msgid "Fe alert"
11916
  msgstr ""
11917
 
11918
- #: wppa-settings-autosave.php:6095
11919
  msgid "Show alertbox on successful front-end upload/create."
11920
  msgstr ""
11921
 
11922
- #: wppa-settings-autosave.php:6105
11923
  msgid "Admin Functionality restrictions for non administrators"
11924
  msgstr ""
11925
 
11926
- #: wppa-settings-autosave.php:6107
11927
  msgid "Alt thumb is restricted"
11928
  msgstr ""
11929
 
11930
- #: wppa-settings-autosave.php:6108
11931
  msgid "Using <b>alt thumbsize</b> is a restricted action."
11932
  msgstr ""
11933
 
11934
- #: wppa-settings-autosave.php:6109
11935
  msgid ""
11936
  "If checked: alt thumbsize can not be set in album admin by users not having "
11937
  "admin rights."
11938
  msgstr ""
11939
 
11940
- #: wppa-settings-autosave.php:6118
11941
  msgid "Link is restricted"
11942
  msgstr ""
11943
 
11944
- #: wppa-settings-autosave.php:6119
11945
  msgid "Using <b>Link to</b> is a restricted action."
11946
  msgstr ""
11947
 
11948
- #: wppa-settings-autosave.php:6120
11949
  msgid ""
11950
  "If checked: Link to: can not be set in album admin by users not having admin "
11951
  "rights."
11952
  msgstr ""
11953
 
11954
- #: wppa-settings-autosave.php:6129
11955
  msgid "CoverType is restricted"
11956
  msgstr ""
11957
 
11958
- #: wppa-settings-autosave.php:6130
11959
  msgid "Changing <b>Cover Type</b> is a restricted action."
11960
  msgstr ""
11961
 
11962
- #: wppa-settings-autosave.php:6131
11963
  msgid ""
11964
  "If checked: Cover Type: can not be set in album admin by users not having "
11965
  "admin rights."
11966
  msgstr ""
11967
 
11968
- #: wppa-settings-autosave.php:6140
11969
  msgid "Photo order# is restricted"
11970
  msgstr ""
11971
 
11972
- #: wppa-settings-autosave.php:6141
11973
  msgid "Changing <b>Photo sort order #</b> is a restricted action."
11974
  msgstr ""
11975
 
11976
- #: wppa-settings-autosave.php:6142
11977
  msgid ""
11978
  "If checked: Photo sort order #: can not be set in photo admin by users not "
11979
  "having admin rights."
11980
  msgstr ""
11981
 
11982
- #: wppa-settings-autosave.php:6151
11983
  msgid "Change source restricted"
11984
  msgstr ""
11985
 
11986
- #: wppa-settings-autosave.php:6152
11987
  msgid "Changing the import source dir requires admin rights."
11988
  msgstr ""
11989
 
11990
- #: wppa-settings-autosave.php:6153
11991
  msgid ""
11992
  "If checked, the imput source for importing photos and albums is restricted "
11993
  "to user role administrator."
11994
  msgstr ""
11995
 
11996
- #: wppa-settings-autosave.php:6162
11997
  msgid "Extended status restricted"
11998
  msgstr ""
11999
 
12000
- #: wppa-settings-autosave.php:6163
12001
  msgid "Setting status other than pending or publish requires admin rights."
12002
  msgstr ""
12003
 
12004
- #: wppa-settings-autosave.php:6173
12005
  msgid "Photo description restricted"
12006
  msgstr ""
12007
 
12008
- #: wppa-settings-autosave.php:6174
12009
  msgid "Edit photo description requires admin rights."
12010
  msgstr ""
12011
 
12012
- #: wppa-settings-autosave.php:6184
12013
  msgid "Update photofiles restricted"
12014
  msgstr ""
12015
 
12016
- #: wppa-settings-autosave.php:6185
12017
  msgid "Re-upload files requires admin rights"
12018
  msgstr ""
12019
 
12020
- #: wppa-settings-autosave.php:6195
12021
  msgid "Miscellaneous limiting settings"
12022
  msgstr ""
12023
 
12024
- #: wppa-settings-autosave.php:6197
12025
  msgid "Owners only"
12026
  msgstr ""
12027
 
12028
- #: wppa-settings-autosave.php:6198
12029
  msgid "Limit edit album access to the album owners only."
12030
  msgstr ""
12031
 
12032
- #: wppa-settings-autosave.php:6199
12033
  msgid "If checked, non-admin users can edit their own albums only."
12034
  msgstr ""
12035
 
12036
- #: wppa-settings-autosave.php:6208
12037
  msgid "Upload Owners only"
12038
  msgstr ""
12039
 
12040
- #: wppa-settings-autosave.php:6209
12041
  msgid "Limit uploads to the album owners only."
12042
  msgstr ""
12043
 
12044
- #: wppa-settings-autosave.php:6210
12045
  msgid ""
12046
  "If checked, users can upload to their own own albums and --- public --- only."
12047
  msgstr ""
12048
 
12049
- #: wppa-settings-autosave.php:6219
12050
  msgid "Frontend Edit"
12051
  msgstr ""
12052
 
12053
- #: wppa-settings-autosave.php:6220
12054
  msgid "Allow the uploader to edit the photo info"
12055
  msgstr ""
12056
 
12057
- #: wppa-settings-autosave.php:6221
12058
  msgid ""
12059
  "If selected, any logged in user who meets the criteria has the capability to "
12060
  "edit the photo information."
12061
  msgstr ""
12062
 
12063
- #: wppa-settings-autosave.php:6222
12064
  msgid "Note: This may be AFTER moderation!!"
12065
  msgstr ""
12066
 
12067
- #: wppa-settings-autosave.php:6224
12068
  msgid "Classic"
12069
  msgstr ""
12070
 
12071
- #: wppa-settings-autosave.php:6224
12072
  msgid "New style"
12073
  msgstr ""
12074
 
12075
- #: wppa-settings-autosave.php:6233
12076
  msgid "Fe Edit users"
12077
  msgstr ""
12078
 
12079
- #: wppa-settings-autosave.php:6234
12080
  msgid "The criteria the user must meet to edit photo info"
12081
  msgstr ""
12082
 
12083
- #: wppa-settings-autosave.php:6237
12084
  msgid "Admin and superuser"
12085
  msgstr ""
12086
 
12087
- #: wppa-settings-autosave.php:6237
12088
  msgid "Owner, admin and superuser"
12089
  msgstr ""
12090
 
12091
- #: wppa-settings-autosave.php:6246
12092
  msgid "Fe Edit Theme CSS"
12093
  msgstr ""
12094
 
12095
- #: wppa-settings-autosave.php:6247
12096
  msgid "The front-end edit photo dialog uses the theme CSS."
12097
  msgstr ""
12098
 
12099
- #: wppa-settings-autosave.php:6257
12100
  msgid "Fe Edit New Items"
12101
  msgstr ""
12102
 
12103
- #: wppa-settings-autosave.php:6258
12104
  msgid "The items that are fe editable"
12105
  msgstr ""
12106
 
12107
- #: wppa-settings-autosave.php:6259
12108
  msgid "See also Table II-J10!"
12109
  msgstr ""
12110
 
12111
- #: wppa-settings-autosave.php:6272
12112
  msgid "Fe Edit Button text"
12113
  msgstr ""
12114
 
12115
- #: wppa-settings-autosave.php:6273
12116
  msgid "The text on the Edit button."
12117
  msgstr ""
12118
 
12119
- #: wppa-settings-autosave.php:6283
12120
  msgid "Fe Edit Dialog caption"
12121
  msgstr ""
12122
 
12123
- #: wppa-settings-autosave.php:6284
12124
  msgid "The text on the header of the popup."
12125
  msgstr ""
12126
 
12127
- #: wppa-settings-autosave.php:6294
12128
  msgid "Frontend Delete"
12129
  msgstr ""
12130
 
12131
- #: wppa-settings-autosave.php:6295
12132
  msgid "Allow the uploader to delete the photo"
12133
  msgstr ""
12134
 
12135
- #: wppa-settings-autosave.php:6305
12136
  msgid "Uploader Moderate Comment"
12137
  msgstr ""
12138
 
12139
- #: wppa-settings-autosave.php:6306
12140
  msgid "The owner of the photo can moderate the photos comments."
12141
  msgstr ""
12142
 
12143
- #: wppa-settings-autosave.php:6307
12144
  msgid "This setting requires \"Uploader edit\" to be enabled also."
12145
  msgstr ""
12146
 
12147
- #: wppa-settings-autosave.php:6316
12148
  msgid "Upload memory check frontend"
12149
  msgstr ""
12150
 
12151
- #: wppa-settings-autosave.php:6317 wppa-settings-autosave.php:6328
12152
  msgid "Disable uploading photos that are too large."
12153
  msgstr ""
12154
 
12155
- #: wppa-settings-autosave.php:6318 wppa-settings-autosave.php:6329
12156
  msgid ""
12157
  "To prevent out of memory crashes during upload and possible database "
12158
  "inconsistencies, uploads can be prevented if the photos are too big."
12159
  msgstr ""
12160
 
12161
- #: wppa-settings-autosave.php:6327
12162
  msgid "Upload memory check admin"
12163
  msgstr ""
12164
 
12165
- #: wppa-settings-autosave.php:6338
12166
  msgid "Comment captcha"
12167
  msgstr ""
12168
 
12169
- #: wppa-settings-autosave.php:6339
12170
  msgid "Use a simple calculate captcha on comments form."
12171
  msgstr ""
12172
 
12173
- #: wppa-settings-autosave.php:6352
12174
  msgid "Spam lifetime"
12175
  msgstr ""
12176
 
12177
- #: wppa-settings-autosave.php:6353
12178
  msgid "Delete spam comments when older than."
12179
  msgstr ""
12180
 
12181
- #: wppa-settings-autosave.php:6380
12182
  msgid "Avoid duplicates"
12183
  msgstr ""
12184
 
12185
- #: wppa-settings-autosave.php:6381
12186
  msgid "Prevent the creation of duplicate photos."
12187
  msgstr ""
12188
 
12189
- #: wppa-settings-autosave.php:6382
12190
  msgid ""
12191
  "If checked: uploading, importing, copying or moving photos to other albums "
12192
  "will be prevented when the desitation album already contains a photo with "
12193
  "the same filename."
12194
  msgstr ""
12195
 
12196
- #: wppa-settings-autosave.php:6391
12197
  msgid "Blacklist user"
12198
  msgstr ""
12199
 
12200
- #: wppa-settings-autosave.php:6392 wppa-settings-autosave.php:6393
12201
  msgid "Set the status of all the users photos to 'pending'."
12202
  msgstr ""
12203
 
12204
- #: wppa-settings-autosave.php:6394
12205
  msgid "Also inhibits further uploads."
12206
  msgstr ""
12207
 
12208
- #: wppa-settings-autosave.php:6400
12209
  msgid "--- select a user to blacklist ---"
12210
  msgstr ""
12211
 
12212
- #: wppa-settings-autosave.php:6410 wppa-settings-autosave.php:6415
12213
- #: wppa-settings-autosave.php:6436 wppa-settings-autosave.php:6474
12214
- #: wppa-settings-autosave.php:6479 wppa-settings-autosave.php:6500
12215
- #: wppa-settings-autosave.php:8863 wppa-settings-autosave.php:8905
12216
  msgid "The page will be reloaded after the action has taken place."
12217
  msgstr ""
12218
 
12219
- #: wppa-settings-autosave.php:6416 wppa-settings-autosave.php:6480
12220
  msgid "User login name <b>( case sensitive! )</b>:"
12221
  msgstr ""
12222
 
12223
- #: wppa-settings-autosave.php:6424
12224
  msgid "Unblacklist user"
12225
  msgstr ""
12226
 
12227
- #: wppa-settings-autosave.php:6425
12228
  msgid "Set the status of all the users photos to 'publish'."
12229
  msgstr ""
12230
 
12231
- #: wppa-settings-autosave.php:6429
12232
  msgid "--- select a user to unblacklist ---"
12233
  msgstr ""
12234
 
12235
- #: wppa-settings-autosave.php:6444
12236
  msgid "Photo owner change"
12237
  msgstr ""
12238
 
12239
- #: wppa-settings-autosave.php:6445
12240
  msgid "Administrators can change photo owner"
12241
  msgstr ""
12242
 
12243
- #: wppa-settings-autosave.php:6455
12244
  msgid "Super user"
12245
  msgstr ""
12246
 
12247
- #: wppa-settings-autosave.php:6456
12248
  msgid "Give these users all rights in wppa."
12249
  msgstr ""
12250
 
12251
- #: wppa-settings-autosave.php:6457
12252
  msgid "This gives the user all the administrator privileges within wppa."
12253
  msgstr ""
12254
 
12255
- #: wppa-settings-autosave.php:6458
12256
  msgid ""
12257
  "Make sure the user also has a role that has all the boxes ticked in Table "
12258
  "VII-A"
12259
  msgstr ""
12260
 
12261
- #: wppa-settings-autosave.php:6464
12262
  msgid "--- select a user to make superuser ---"
12263
  msgstr ""
12264
 
12265
- #: wppa-settings-autosave.php:6488
12266
  msgid "Unsuper user"
12267
  msgstr ""
12268
 
12269
- #: wppa-settings-autosave.php:6489
12270
  msgid "Remove user from super user list."
12271
  msgstr ""
12272
 
12273
- #: wppa-settings-autosave.php:6493
12274
  msgid "--- select a user to unmake superuser ---"
12275
  msgstr ""
12276
 
12277
- #: wppa-settings-autosave.php:6526
12278
  msgid "Table VIII:"
12279
  msgstr ""
12280
 
12281
- #: wppa-settings-autosave.php:6526
12282
  msgid "Actions:"
12283
  msgstr ""
12284
 
12285
- #: wppa-settings-autosave.php:6527
12286
  msgid "This table lists all actions that can be taken to the wppa+ system"
12287
  msgstr ""
12288
 
12289
- #: wppa-settings-autosave.php:6537 wppa-settings-autosave.php:7200
12290
  msgid "Specification"
12291
  msgstr ""
12292
 
12293
- #: wppa-settings-autosave.php:6538 wppa-settings-autosave.php:7201
12294
- #: wppa-settings-autosave.php:9744 wppa-settings-autosave.php:9766
12295
  msgid "Do it!"
12296
  msgstr ""
12297
 
12298
- #: wppa-settings-autosave.php:6540 wppa-settings-autosave.php:7203
12299
  msgid "To Go"
12300
  msgstr ""
12301
 
12302
- #: wppa-settings-autosave.php:6548
12303
  msgid "Harmless and reverseable actions"
12304
  msgstr ""
12305
 
12306
- #: wppa-settings-autosave.php:6550
12307
  msgid "Ignore concurrency"
12308
  msgstr ""
12309
 
12310
- #: wppa-settings-autosave.php:6551
12311
  msgid "Ignore the prevention of concurrent actions."
12312
  msgstr ""
12313
 
12314
- #: wppa-settings-autosave.php:6552
12315
  msgid ""
12316
  "This setting is meant to recover from deadlock situations only. Use with "
12317
  "care!"
12318
  msgstr ""
12319
 
12320
- #: wppa-settings-autosave.php:6563
12321
  msgid "Setup"
12322
  msgstr ""
12323
 
12324
- #: wppa-settings-autosave.php:6564
12325
  msgid "Re-initialize plugin."
12326
  msgstr ""
12327
 
12328
- #: wppa-settings-autosave.php:6565
12329
  msgid ""
12330
  "Re-initilizes the plugin, (re)creates database tables and sets up default "
12331
  "settings and directories if required."
12332
  msgstr ""
12333
 
12334
- #: wppa-settings-autosave.php:6566
12335
  msgid ""
12336
  "This action may be required to setup blogs in a multiblog (network) site as "
12337
  "well as in rare cases to correct initilization errors."
12338
  msgstr ""
12339
 
12340
- #: wppa-settings-autosave.php:6577
12341
  msgid "Backup settings"
12342
  msgstr ""
12343
 
12344
- #: wppa-settings-autosave.php:6578
12345
  msgid "Save all settings into a backup file."
12346
  msgstr ""
12347
 
12348
- #: wppa-settings-autosave.php:6579
12349
  msgid "Saves all the settings into a backup file"
12350
  msgstr ""
12351
 
12352
- #: wppa-settings-autosave.php:6590
12353
  msgid "Load settings"
12354
  msgstr ""
12355
 
12356
- #: wppa-settings-autosave.php:6591
12357
  msgid "Restore all settings from defaults, a backup or skin file."
12358
  msgstr ""
12359
 
12360
- #: wppa-settings-autosave.php:6592
12361
  msgid ""
12362
  "Restores all the settings from the factory supplied defaults, the backup you "
12363
  "created or from a skin file."
12364
  msgstr ""
12365
 
12366
- #: wppa-settings-autosave.php:6598
12367
  msgid "--- set to defaults ---"
12368
  msgstr ""
12369
 
12370
- #: wppa-settings-autosave.php:6601
12371
  msgid "--- restore backup ---"
12372
  msgstr ""
12373
 
12374
- #: wppa-settings-autosave.php:6623
12375
  msgid "Regenerate"
12376
  msgstr ""
12377
 
12378
- #: wppa-settings-autosave.php:6624 wppa-settings-autosave.php:6625
12379
  msgid "Regenerate all thumbnails."
12380
  msgstr ""
12381
 
12382
- #: wppa-settings-autosave.php:6628 wppa-settings-autosave.php:6732
12383
- #: wppa-settings-autosave.php:6799
12384
  msgid "Skip one"
12385
  msgstr ""
12386
 
12387
- #: wppa-settings-autosave.php:6637
12388
  msgid "Rerate"
12389
  msgstr ""
12390
 
12391
- #: wppa-settings-autosave.php:6638
12392
  msgid "Recalculate ratings."
12393
  msgstr ""
12394
 
12395
- #: wppa-settings-autosave.php:6639
12396
  msgid ""
12397
  "This function will recalculate all mean photo ratings from the ratings table."
12398
  msgstr ""
12399
 
12400
- #: wppa-settings-autosave.php:6640
12401
  msgid ""
12402
  "You may need this function after the re-import of previously exported photos"
12403
  msgstr ""
12404
 
12405
- #: wppa-settings-autosave.php:6651
12406
  msgid "Lost and found"
12407
  msgstr ""
12408
 
12409
- #: wppa-settings-autosave.php:6652
12410
  msgid "Find \"lost\" photos."
12411
  msgstr ""
12412
 
12413
- #: wppa-settings-autosave.php:6653
12414
  msgid "This function will attempt to find lost photos."
12415
  msgstr ""
12416
 
12417
- #: wppa-settings-autosave.php:6664
12418
  msgid "Recuperate"
12419
  msgstr ""
12420
 
12421
- #: wppa-settings-autosave.php:6666
12422
  msgid ""
12423
  "This action will attempt to find and register IPTC and EXIF data from photos "
12424
  "in the WPPA+ system."
12425
  msgstr ""
12426
 
12427
- #: wppa-settings-autosave.php:6677
12428
  msgid "Remake Index Albums"
12429
  msgstr ""
12430
 
12431
- #: wppa-settings-autosave.php:6678
12432
  msgid "Remakes the index database table for albums."
12433
  msgstr ""
12434
 
12435
- #: wppa-settings-autosave.php:6690
12436
  msgid "Remake Index Photos"
12437
  msgstr ""
12438
 
12439
- #: wppa-settings-autosave.php:6691
12440
  msgid "Remakes the index database table for photos."
12441
  msgstr ""
12442
 
12443
- #: wppa-settings-autosave.php:6709
12444
  msgid "Convert to tree"
12445
  msgstr ""
12446
 
12447
- #: wppa-settings-autosave.php:6710
12448
  msgid "Convert filesystem to tree structure."
12449
  msgstr ""
12450
 
12451
- #: wppa-settings-autosave.php:6713
12452
  msgid "Convert to flat"
12453
  msgstr ""
12454
 
12455
- #: wppa-settings-autosave.php:6714
12456
  msgid "Convert filesystem to flat structure."
12457
  msgstr ""
12458
 
12459
- #: wppa-settings-autosave.php:6716
12460
  msgid ""
12461
  "If you want to go back to a wppa+ version prior to 5.0.16, you MUST convert "
12462
  "to flat first."
12463
  msgstr ""
12464
 
12465
- #: wppa-settings-autosave.php:6728
12466
  msgid "Remake the photofiles from photo sourcefiles."
12467
  msgstr ""
12468
 
12469
- #: wppa-settings-autosave.php:6729
12470
  msgid ""
12471
  "This action will remake the fullsize images, thumbnail images, and will "
12472
  "refresh the iptc and exif data for all photos where the source is found in "
12473
  "the corresponding album sub-directory of the source directory."
12474
  msgstr ""
12475
 
12476
- #: wppa-settings-autosave.php:6741
12477
  msgid "Orientation only"
12478
  msgstr ""
12479
 
12480
- #: wppa-settings-autosave.php:6742
12481
  msgid "Remake non standard orientated photos only."
12482
  msgstr ""
12483
 
12484
- #: wppa-settings-autosave.php:6755
12485
  msgid "Recalc sizes"
12486
  msgstr ""
12487
 
12488
- #: wppa-settings-autosave.php:6756
12489
  msgid "Recalculate photosizes and save to db."
12490
  msgstr ""
12491
 
12492
- #: wppa-settings-autosave.php:6768
12493
  msgid "Renew album crypt"
12494
  msgstr ""
12495
 
12496
- #: wppa-settings-autosave.php:6769
12497
  msgid "Renew album encrcryption codes."
12498
  msgstr ""
12499
 
12500
- #: wppa-settings-autosave.php:6781
12501
  msgid "Renew photo crypt"
12502
  msgstr ""
12503
 
12504
- #: wppa-settings-autosave.php:6782
12505
  msgid "Renew photo encrcryption codes."
12506
  msgstr ""
12507
 
12508
- #: wppa-settings-autosave.php:6794
12509
  msgid "Create orietation sources"
12510
  msgstr ""
12511
 
12512
- #: wppa-settings-autosave.php:6795
12513
  msgid "Creates correctly oriented pseudo source file."
12514
  msgstr ""
12515
 
12516
- #: wppa-settings-autosave.php:6808
12517
  msgid "Clearing and other irreverseable actions"
12518
  msgstr ""
12519
 
12520
- #: wppa-settings-autosave.php:6810
12521
  msgid "Clear ratings"
12522
  msgstr ""
12523
 
12524
- #: wppa-settings-autosave.php:6811
12525
  msgid "Reset all ratings."
12526
  msgstr ""
12527
 
12528
- #: wppa-settings-autosave.php:6812
12529
  msgid "WARNING: If checked, this will clear all ratings in the system!"
12530
  msgstr ""
12531
 
12532
- #: wppa-settings-autosave.php:6823
12533
  msgid "Clear viewcounts"
12534
  msgstr ""
12535
 
12536
- #: wppa-settings-autosave.php:6824
12537
  msgid "Reset all viewcounts."
12538
  msgstr ""
12539
 
12540
- #: wppa-settings-autosave.php:6825
12541
  msgid "WARNING: If checked, this will clear all viewcounts in the system!"
12542
  msgstr ""
12543
 
12544
- #: wppa-settings-autosave.php:6836
12545
  msgid "Reset IPTC"
12546
  msgstr ""
12547
 
12548
- #: wppa-settings-autosave.php:6837
12549
  msgid "Clear all IPTC data."
12550
  msgstr ""
12551
 
12552
- #: wppa-settings-autosave.php:6838
12553
  msgid "WARNING: If checked, this will clear all IPTC data in the system!"
12554
  msgstr ""
12555
 
12556
- #: wppa-settings-autosave.php:6849
12557
  msgid "Reset EXIF"
12558
  msgstr ""
12559
 
12560
- #: wppa-settings-autosave.php:6850
12561
  msgid "Clear all EXIF data."
12562
  msgstr ""
12563
 
12564
- #: wppa-settings-autosave.php:6851
12565
  msgid "WARNING: If checked, this will clear all EXIF data in the system!"
12566
  msgstr ""
12567
 
12568
- #: wppa-settings-autosave.php:6862
12569
  msgid "Apply New Photodesc"
12570
  msgstr ""
12571
 
12572
- #: wppa-settings-autosave.php:6863
12573
  msgid "Apply New photo description on all photos in the system."
12574
  msgstr ""
12575
 
12576
- #: wppa-settings-autosave.php:6875
12577
  msgid "Append to photodesc"
12578
  msgstr ""
12579
 
12580
- #: wppa-settings-autosave.php:6876
12581
  msgid "Append this text to all photo descriptions."
12582
  msgstr ""
12583
 
12584
- #: wppa-settings-autosave.php:6890
12585
  msgid "Remove from photodesc"
12586
  msgstr ""
12587
 
12588
- #: wppa-settings-autosave.php:6891
12589
  msgid "Remove this text from all photo descriptions."
12590
  msgstr ""
12591
 
12592
- #: wppa-settings-autosave.php:6905
12593
  msgid "Remove empty albums"
12594
  msgstr ""
12595
 
12596
- #: wppa-settings-autosave.php:6906
12597
  msgid "Removes albums that are not used."
12598
  msgstr ""
12599
 
12600
- #: wppa-settings-autosave.php:6918
12601
  msgid "Remove file-ext"
12602
  msgstr ""
12603
 
12604
- #: wppa-settings-autosave.php:6919
12605
  msgid "Remove possible file extension from photo name."
12606
  msgstr ""
12607
 
12608
- #: wppa-settings-autosave.php:6920
12609
  msgid ""
12610
  "This may be required for old photos, uploaded when the option in Table IX-D3 "
12611
  "was not yet available/selected."
12612
  msgstr ""
12613
 
12614
- #: wppa-settings-autosave.php:6931
12615
  msgid "Re-add file-ext"
12616
  msgstr ""
12617
 
12618
- #: wppa-settings-autosave.php:6932
12619
  msgid "Revert the <i>Remove file-ext</i> action."
12620
  msgstr ""
12621
 
12622
- #: wppa-settings-autosave.php:6944
12623
  msgid "Watermark all"
12624
  msgstr ""
12625
 
12626
- #: wppa-settings-autosave.php:6945
12627
  msgid "Apply watermark according to current settings to all photos."
12628
  msgstr ""
12629
 
12630
- #: wppa-settings-autosave.php:6946
12631
  msgid "See Table IX_F for the current watermark settings"
12632
  msgstr ""
12633
 
12634
- #: wppa-settings-autosave.php:6957
12635
  msgid "Create all autopages"
12636
  msgstr ""
12637
 
12638
- #: wppa-settings-autosave.php:6958
12639
  msgid "Create all the pages to display slides individually."
12640
  msgstr ""
12641
 
12642
- #: wppa-settings-autosave.php:6959 wppa-settings-autosave.php:6973
12643
  msgid "See also Table IV-A10."
12644
  msgstr ""
12645
 
12646
- #: wppa-settings-autosave.php:6960
12647
  msgid ""
12648
  "Make sure you have a custom menu and the \"Automatically add new top-level "
12649
  "pages to this menu\" box UNticked!!"
12650
  msgstr ""
12651
 
12652
- #: wppa-settings-autosave.php:6971
12653
  msgid "Delete all autopages"
12654
  msgstr ""
12655
 
12656
- #: wppa-settings-autosave.php:6972
12657
  msgid "Delete all the pages to display slides individually."
12658
  msgstr ""
12659
 
12660
- #: wppa-settings-autosave.php:6985
12661
  msgid "Leading zeroes"
12662
  msgstr ""
12663
 
12664
- #: wppa-settings-autosave.php:6986
12665
  msgid "If photoname numeric, add leading zeros"
12666
  msgstr ""
12667
 
12668
- #: wppa-settings-autosave.php:6987
12669
  msgid ""
12670
  "You can extend the name with leading zeros, so alphabetic sort becomes equal "
12671
  "to numeric sort order."
12672
  msgstr ""
12673
 
12674
- #: wppa-settings-autosave.php:6990
12675
  msgid "Total chars"
12676
  msgstr ""
12677
 
12678
- #: wppa-settings-autosave.php:6999
12679
  msgid "Add GPX tag"
12680
  msgstr ""
12681
 
12682
- #: wppa-settings-autosave.php:7000
12683
  msgid "Make sure photos with gpx data have a Gpx tag"
12684
  msgstr ""
12685
 
12686
- #: wppa-settings-autosave.php:7013 wppa-settings-autosave.php:7917
12687
  msgid "Optimize files"
12688
  msgstr ""
12689
 
12690
- #: wppa-settings-autosave.php:7014
12691
  msgid "Optimize with EWWW image optimizer"
12692
  msgstr ""
12693
 
12694
- #: wppa-settings-autosave.php:7027
12695
  msgid "Edit tag"
12696
  msgstr ""
12697
 
12698
- #: wppa-settings-autosave.php:7028
12699
  msgid "Globally change a tagname."
12700
  msgstr ""
12701
 
12702
- #: wppa-settings-autosave.php:7034
12703
  msgid "-select a tag-"
12704
  msgstr ""
12705
 
12706
- #: wppa-settings-autosave.php:7040
12707
  msgid "Tag:"
12708
  msgstr ""
12709
 
12710
- #: wppa-settings-autosave.php:7041
12711
  msgid "Change to:"
12712
  msgstr ""
12713
 
12714
- #: wppa-settings-autosave.php:7050
12715
  msgid "Synchronize Cloudinary"
12716
  msgstr ""
12717
 
12718
- #: wppa-settings-autosave.php:7051
12719
  msgid "Removes/adds images in the cloud."
12720
  msgstr ""
12721
 
12722
- #: wppa-settings-autosave.php:7052
12723
  msgid "Removes old images and verifies/adds new images to Cloudinary."
12724
  msgstr ""
12725
 
12726
- #: wppa-settings-autosave.php:7053
12727
  msgid "See Table IX-K4.7 for the configured lifetime."
12728
  msgstr ""
12729
 
12730
- #: wppa-settings-autosave.php:7064
12731
  msgid "Fix tags"
12732
  msgstr ""
12733
 
12734
- #: wppa-settings-autosave.php:7065
12735
  msgid "Make sure photo tags format is uptodate"
12736
  msgstr ""
12737
 
12738
- #: wppa-settings-autosave.php:7066
12739
  msgid "Fixes tags to be conform current database rules."
12740
  msgstr ""
12741
 
12742
- #: wppa-settings-autosave.php:7077
12743
  msgid "Fix cats"
12744
  msgstr ""
12745
 
12746
- #: wppa-settings-autosave.php:7078
12747
  msgid "Make sure album cats format is uptodate"
12748
  msgstr ""
12749
 
12750
- #: wppa-settings-autosave.php:7079
12751
  msgid "Fixes cats to be conform current database rules."
12752
  msgstr ""
12753
 
12754
- #: wppa-settings-autosave.php:7090
12755
  msgid "Set owner to name"
12756
  msgstr ""
12757
 
12758
- #: wppa-settings-autosave.php:7091
12759
  msgid "If photoname equals user display name, set him owner."
12760
  msgstr ""
12761
 
12762
- #: wppa-settings-autosave.php:7118
12763
  msgid "Listings"
12764
  msgstr ""
12765
 
12766
- #: wppa-settings-autosave.php:7120
12767
  msgid "List Logfile"
12768
  msgstr ""
12769
 
12770
- #: wppa-settings-autosave.php:7121
12771
  msgid "Show the content of wppa+ (error) log."
12772
  msgstr ""
12773
 
12774
- #: wppa-settings-autosave.php:7125
12775
  msgid "Purge logfile"
12776
  msgstr ""
12777
 
12778
- #: wppa-settings-autosave.php:7134
12779
  msgid "List Ratings"
12780
  msgstr ""
12781
 
12782
- #: wppa-settings-autosave.php:7135
12783
  msgid "Show the most recent ratings."
12784
  msgstr ""
12785
 
12786
- #: wppa-settings-autosave.php:7148
12787
  msgid "List Index"
12788
  msgstr ""
12789
 
12790
- #: wppa-settings-autosave.php:7149
12791
  msgid "Show the content if the index table."
12792
  msgstr ""
12793
 
12794
- #: wppa-settings-autosave.php:7153
12795
  msgid "Start at text:"
12796
  msgstr ""
12797
 
12798
- #: wppa-settings-autosave.php:7163
12799
  msgid "List active sessions"
12800
  msgstr ""
12801
 
12802
- #: wppa-settings-autosave.php:7164
12803
  msgid "Show the content of the sessions table."
12804
  msgstr ""
12805
 
12806
- #: wppa-settings-autosave.php:7177
12807
  msgid "List comments"
12808
  msgstr ""
12809
 
12810
- #: wppa-settings-autosave.php:7178
12811
  msgid "Show the content of the comments table."
12812
  msgstr ""
12813
 
12814
- #: wppa-settings-autosave.php:7184
12815
  msgid "Order by:"
12816
  msgstr ""
12817
 
12818
- #: wppa-settings-autosave.php:7213
12819
  msgid "Table IX:"
12820
  msgstr ""
12821
 
12822
- #: wppa-settings-autosave.php:7213
12823
  msgid "Miscellaneous:"
12824
  msgstr ""
12825
 
12826
- #: wppa-settings-autosave.php:7214
12827
  msgid "This table lists all settings that do not fit into an other table"
12828
  msgstr ""
12829
 
12830
- #: wppa-settings-autosave.php:7232
12831
  msgid "Internal engine related settings"
12832
  msgstr ""
12833
 
12834
- #: wppa-settings-autosave.php:7234
12835
  msgid "WPPA+ Filter priority"
12836
  msgstr ""
12837
 
12838
- #: wppa-settings-autosave.php:7235
12839
  msgid "Sets the priority of the wppa+ content filter."
12840
  msgstr ""
12841
 
12842
- #: wppa-settings-autosave.php:7236 wppa-settings-autosave.php:7245
12843
  msgid ""
12844
  "If you encounter conflicts with the theme or other plugins, increasing this "
12845
  "value sometimes helps. Use with great care!"
12846
  msgstr ""
12847
 
12848
- #: wppa-settings-autosave.php:7243
12849
  msgid "Do_shortcode priority"
12850
  msgstr ""
12851
 
12852
- #: wppa-settings-autosave.php:7244
12853
  msgid "Sets the priority of the do_shortcode() content filter."
12854
  msgstr ""
12855
 
12856
- #: wppa-settings-autosave.php:7252
12857
  msgid "WPPA shortcode at Filter priority"
12858
  msgstr ""
12859
 
12860
- #: wppa-settings-autosave.php:7253
12861
  msgid "Execute shortcode expansion on filter priority in posts and pages."
12862
  msgstr ""
12863
 
12864
- #: wppa-settings-autosave.php:7254 wppa-settings-autosave.php:7263
12865
  msgid "Use to fix certain layout problems"
12866
  msgstr ""
12867
 
12868
- #: wppa-settings-autosave.php:7261
12869
  msgid "WPPA shortcode at Filter priority widget"
12870
  msgstr ""
12871
 
12872
- #: wppa-settings-autosave.php:7262
12873
  msgid "Execute shortcode expansion on filter priority in widgets."
12874
  msgstr ""
12875
 
12876
- #: wppa-settings-autosave.php:7270
12877
  msgid "JPG image quality"
12878
  msgstr ""
12879
 
12880
- #: wppa-settings-autosave.php:7271
12881
  msgid "The jpg quality when photos are downsized"
12882
  msgstr ""
12883
 
12884
- #: wppa-settings-autosave.php:7272
12885
  msgid "The higher the number the better the quality but the larger the file"
12886
  msgstr ""
12887
 
12888
- #: wppa-settings-autosave.php:7273
12889
  msgid "Possible values 20..100"
12890
  msgstr ""
12891
 
12892
- #: wppa-settings-autosave.php:7280
12893
  msgid "Allow WPPA+ Debugging"
12894
  msgstr ""
12895
 
12896
- #: wppa-settings-autosave.php:7281
12897
  msgid "Allow the use of &amp;debug=.. in urls to this site."
12898
  msgstr ""
12899
 
12900
- #: wppa-settings-autosave.php:7282
12901
  msgid ""
12902
  "If checked: appending (?)(&)debug or (?)(&)debug=<int> to an url to this "
12903
  "site will generate the display of special WPPA+ diagnostics, as well as php "
12904
  "warnings"
12905
  msgstr ""
12906
 
12907
- #: wppa-settings-autosave.php:7289
12908
  msgid "Auto continue"
12909
  msgstr ""
12910
 
12911
- #: wppa-settings-autosave.php:7290
12912
  msgid "Continue automatic after time out"
12913
  msgstr ""
12914
 
12915
- #: wppa-settings-autosave.php:7291
12916
  msgid ""
12917
  "If checked, an attempt will be made to restart an admin process when the "
12918
  "time is out."
12919
  msgstr ""
12920
 
12921
- #: wppa-settings-autosave.php:7299
12922
  msgid "Set max execution time here."
12923
  msgstr ""
12924
 
12925
- #: wppa-settings-autosave.php:7300
12926
  msgid ""
12927
  "If your php config does not properly set the max execution time, you can set "
12928
  "it here. Seconds, 0 means do not change."
12929
  msgstr ""
12930
 
12931
- #: wppa-settings-autosave.php:7301
12932
  msgid "A safe value is 45 in most cases"
12933
  msgstr ""
12934
 
12935
- #: wppa-settings-autosave.php:7302
12936
  #, php-format
12937
  msgid "The PHP setting max_execution_time is set to %s."
12938
  msgstr ""
12939
 
12940
- #: wppa-settings-autosave.php:7310
12941
  msgid "Feed use thumb"
12942
  msgstr ""
12943
 
12944
- #: wppa-settings-autosave.php:7311
12945
  msgid "Feeds use thumbnail pictures always."
12946
  msgstr ""
12947
 
12948
- #: wppa-settings-autosave.php:7319
12949
  msgid "Enable <i>in-line</i> settings"
12950
  msgstr ""
12951
 
12952
- #: wppa-settings-autosave.php:7320
12953
  msgid "Activates shortcode [wppa_set][/wppa_set]."
12954
  msgstr ""
12955
 
12956
- #: wppa-settings-autosave.php:7321
12957
  msgid ""
12958
  "Syntax: [wppa_set name=\"any wppa setting\" value=\"new value\"][/wppa_set]"
12959
  msgstr ""
12960
 
12961
- #: wppa-settings-autosave.php:7322
12962
  msgid ""
12963
  "Example: [wppa_set name=\"wppa_thumbtype\" value=\"masonry-v\"][/wppa_set] "
12964
  "sets the thumbnail type to vertical masonry style"
12965
  msgstr ""
12966
 
12967
- #: wppa-settings-autosave.php:7323
12968
  msgid "Do not forget to reset with [wppa_set][/wppa_set]"
12969
  msgstr ""
12970
 
12971
- #: wppa-settings-autosave.php:7324
12972
  msgid "Use with great care! There is no check on validity of values!"
12973
  msgstr ""
12974
 
12975
- #: wppa-settings-autosave.php:7331
12976
  msgid "Runtime modifyable settings"
12977
  msgstr ""
12978
 
12979
- #: wppa-settings-autosave.php:7332
12980
  msgid "The setting slugs that may be altered using [wppa_set] shortcode."
12981
  msgstr ""
12982
 
12983
- #: wppa-settings-autosave.php:7341
12984
  msgid "WPPA+ Admin related miscellaneous settings"
12985
  msgstr ""
12986
 
12987
- #: wppa-settings-autosave.php:7343
12988
  msgid "Allow HTML"
12989
  msgstr ""
12990
 
12991
- #: wppa-settings-autosave.php:7344
12992
  msgid "Allow HTML in album and photo descriptions."
12993
  msgstr ""
12994
 
12995
- #: wppa-settings-autosave.php:7345 wppa-settings-autosave.php:7354
12996
  msgid ""
12997
  "If checked: html is allowed. WARNING: No checks on syntax, it is your own "
12998
  "responsability to close tags properly!"
12999
  msgstr ""
13000
 
13001
- #: wppa-settings-autosave.php:7352
13002
  msgid "Allow HTML custom"
13003
  msgstr ""
13004
 
13005
- #: wppa-settings-autosave.php:7353
13006
  msgid "Allow HTML in custom photo datafields."
13007
  msgstr ""
13008
 
13009
- #: wppa-settings-autosave.php:7361
13010
  msgid "Check tag balance"
13011
  msgstr ""
13012
 
13013
- #: wppa-settings-autosave.php:7362
13014
  msgid "Check if the HTML tags are properly closed: \"balanced\"."
13015
  msgstr ""
13016
 
13017
- #: wppa-settings-autosave.php:7363
13018
  msgid ""
13019
  "If the HTML tags in an album or a photo description are not in balance, the "
13020
  "description is not updated, an errormessage is displayed"
13021
  msgstr ""
13022
 
13023
- #: wppa-settings-autosave.php:7370
13024
  msgid "Use WP editor"
13025
  msgstr ""
13026
 
13027
- #: wppa-settings-autosave.php:7371
13028
  msgid "Use the wp editor for multiline text fields."
13029
  msgstr ""
13030
 
13031
- #: wppa-settings-autosave.php:7379
13032
  msgid "Album sel hierarchic"
13033
  msgstr ""
13034
 
13035
- #: wppa-settings-autosave.php:7380
13036
  msgid "Show albums with (grand)parents in selection lists."
13037
  msgstr ""
13038
 
13039
- #: wppa-settings-autosave.php:7388
13040
  msgid "Page sel hierarchic"
13041
  msgstr ""
13042
 
13043
- #: wppa-settings-autosave.php:7389
13044
  msgid "Show pages with (grand)parents in selection lists."
13045
  msgstr ""
13046
 
13047
- #: wppa-settings-autosave.php:7398
13048
  msgid "Photo admin page size"
13049
  msgstr ""
13050
 
13051
- #: wppa-settings-autosave.php:7399
13052
  msgid ""
13053
  "The number of photos per page on the <br/>Edit Album -> Manage photos and "
13054
  "Edit Photos admin pages."
13055
  msgstr ""
13056
 
13057
- #: wppa-settings-autosave.php:7409
13058
  msgid "Comment admin page size"
13059
  msgstr ""
13060
 
13061
- #: wppa-settings-autosave.php:7410
13062
  msgid "The number of comments per page on the Comments admin pages."
13063
  msgstr ""
13064
 
13065
- #: wppa-settings-autosave.php:7420
13066
  msgid "Geo info edit"
13067
  msgstr ""
13068
 
13069
- #: wppa-settings-autosave.php:7421
13070
  msgid "Lattitude and longitude may be edited in photo admin."
13071
  msgstr ""
13072
 
13073
- #: wppa-settings-autosave.php:7429
13074
  msgid "Admin bar menu admin"
13075
  msgstr ""
13076
 
13077
- #: wppa-settings-autosave.php:7430
13078
  msgid "Show menu on admin bar on admin pages."
13079
  msgstr ""
13080
 
13081
- #: wppa-settings-autosave.php:7438
13082
  msgid "Admin bar menu frontend"
13083
  msgstr ""
13084
 
13085
- #: wppa-settings-autosave.php:7439
13086
  msgid "Show menu on admin bar on frontend pages."
13087
  msgstr ""
13088
 
13089
- #: wppa-settings-autosave.php:7447
13090
  msgid "Add shortcode to posts"
13091
  msgstr ""
13092
 
13093
- #: wppa-settings-autosave.php:7448
13094
  msgid "Add a shortcode to the end of all posts."
13095
  msgstr ""
13096
 
13097
- #: wppa-settings-autosave.php:7456
13098
  msgid "Shortcode to add"
13099
  msgstr ""
13100
 
13101
- #: wppa-settings-autosave.php:7457
13102
  msgid "The shortcode to be added to the posts."
13103
  msgstr ""
13104
 
13105
- #: wppa-settings-autosave.php:7465
13106
  msgid "We use Scripts"
13107
  msgstr ""
13108
 
13109
- #: wppa-settings-autosave.php:7466
13110
  msgid "Use scripting syntax in shortcode generator."
13111
  msgstr ""
13112
 
13113
- #: wppa-settings-autosave.php:7467
13114
  msgid ""
13115
  "This setting defines if the shortcode generator outputs old style script "
13116
  "tags or new style shortcodes."
13117
  msgstr ""
13118
 
13119
- #: wppa-settings-autosave.php:7475
13120
  msgid "Import page prieviews"
13121
  msgstr ""
13122
 
13123
- #: wppa-settings-autosave.php:7476
13124
  msgid "Show thumbnail previews in import admin page."
13125
  msgstr ""
13126
 
13127
- #: wppa-settings-autosave.php:7484
13128
  msgid "Upload audiostub"
13129
  msgstr ""
13130
 
13131
- #: wppa-settings-autosave.php:7485
13132
  msgid "Upload a new audio stub file"
13133
  msgstr ""
13134
 
13135
- #: wppa-settings-autosave.php:7489
13136
  msgid "Upload audio stub image"
13137
  msgstr ""
13138
 
13139
- #: wppa-settings-autosave.php:7494
13140
  msgid "Confirm create"
13141
  msgstr ""
13142
 
13143
- #: wppa-settings-autosave.php:7495
13144
  msgid "Display confirmation dialog before creating album."
13145
  msgstr ""
13146
 
13147
- #: wppa-settings-autosave.php:7503
13148
  msgid "Import source root"
13149
  msgstr ""
13150
 
13151
- #: wppa-settings-autosave.php:7504
13152
  msgid "Specify the highest level in the filesystem where to import from"
13153
  msgstr ""
13154
 
13155
- #: wppa-settings-autosave.php:7521
13156
  msgid "Allow import from WPPA+ source folders"
13157
  msgstr ""
13158
 
13159
- #: wppa-settings-autosave.php:7522
13160
  msgid "Only switch this on if you know what you are doing!"
13161
  msgstr ""
13162
 
13163
- #: wppa-settings-autosave.php:7531
13164
  msgid "SEO related settings"
13165
  msgstr ""
13166
 
13167
- #: wppa-settings-autosave.php:7533
13168
  msgid "Meta on page"
13169
  msgstr ""
13170
 
13171
- #: wppa-settings-autosave.php:7534
13172
  msgid "Meta tags for photos on the page."
13173
  msgstr ""
13174
 
13175
- #: wppa-settings-autosave.php:7535
13176
  msgid ""
13177
  "If checked, the header of the page will contain metatags that refer to "
13178
  "featured photos on the page in the page context."
13179
  msgstr ""
13180
 
13181
- #: wppa-settings-autosave.php:7542
13182
  msgid "Meta all"
13183
  msgstr ""
13184
 
13185
- #: wppa-settings-autosave.php:7543
13186
  msgid "Meta tags for all featured photos."
13187
  msgstr ""
13188
 
13189
- #: wppa-settings-autosave.php:7544
13190
  msgid ""
13191
  "If checked, the header of the page will contain metatags that refer to all "
13192
  "featured photo files."
13193
  msgstr ""
13194
 
13195
- #: wppa-settings-autosave.php:7545
13196
  msgid ""
13197
  "If you have many featured photos, you might wish to uncheck this item to "
13198
  "reduce the size of the page header."
13199
  msgstr ""
13200
 
13201
- #: wppa-settings-autosave.php:7552
13202
  msgid "Add og meta tags"
13203
  msgstr ""
13204
 
13205
- #: wppa-settings-autosave.php:7553
13206
  msgid "Add og meta tags to the page header."
13207
  msgstr ""
13208
 
13209
- #: wppa-settings-autosave.php:7556
13210
  msgid ""
13211
  "Turning this off may affect the functionality of social media items in the "
13212
  "share box that rely on open graph tags information."
13213
  msgstr ""
13214
 
13215
- #: wppa-settings-autosave.php:7562
13216
  msgid "Image Alt attribute type"
13217
  msgstr ""
13218
 
13219
- #: wppa-settings-autosave.php:7563
13220
  msgid "Select kind of HTML alt=\"\" content for images."
13221
  msgstr ""
13222
 
13223
- #: wppa-settings-autosave.php:7566
13224
  msgid "photo name"
13225
  msgstr ""
13226
 
13227
- #: wppa-settings-autosave.php:7566
13228
  msgid "name without file-ext"
13229
  msgstr ""
13230
 
13231
- #: wppa-settings-autosave.php:7566
13232
  msgid "set in album admin"
13233
  msgstr ""
13234
 
13235
- #: wppa-settings-autosave.php:7573
13236
  msgid "New Album and New Photo related miscellaneous settings"
13237
  msgstr ""
13238
 
13239
- #: wppa-settings-autosave.php:7611
13240
  msgid "Maximum time an album is indicated as New"
13241
  msgstr ""
13242
 
13243
- #: wppa-settings-autosave.php:7619
13244
  msgid "New Photo"
13245
  msgstr ""
13246
 
13247
- #: wppa-settings-autosave.php:7620
13248
  msgid "Maximum time a photo is indicated as New"
13249
  msgstr ""
13250
 
13251
- #: wppa-settings-autosave.php:7628
13252
  msgid "Modified Album"
13253
  msgstr ""
13254
 
13255
- #: wppa-settings-autosave.php:7629
13256
  msgid "Maximum time an album is indicated as Modified"
13257
  msgstr ""
13258
 
13259
- #: wppa-settings-autosave.php:7637
13260
  msgid "Modified Photo"
13261
  msgstr ""
13262
 
13263
- #: wppa-settings-autosave.php:7638
13264
  msgid "Maximum time a photo is indicated as Modofied"
13265
  msgstr ""
13266
 
13267
- #: wppa-settings-autosave.php:7646
13268
  msgid "Use text labels"
13269
  msgstr ""
13270
 
13271
- #: wppa-settings-autosave.php:7647
13272
  msgid "Use editable text for the New and Modified labels"
13273
  msgstr ""
13274
 
13275
- #: wppa-settings-autosave.php:7648
13276
  msgid "If UNticked, you can specify the urls for custom images to be used."
13277
  msgstr ""
13278
 
13279
- #: wppa-settings-autosave.php:7659
13280
  msgid "Orange"
13281
  msgstr ""
13282
 
13283
- #: wppa-settings-autosave.php:7660
13284
  msgid "Yellow"
13285
  msgstr ""
13286
 
13287
- #: wppa-settings-autosave.php:7663
13288
  msgid "Purple"
13289
  msgstr ""
13290
 
13291
- #: wppa-settings-autosave.php:7664
13292
  msgid "Black/white"
13293
  msgstr ""
13294
 
13295
- #: wppa-settings-autosave.php:7676 wppa-settings-autosave.php:7698
13296
  msgid "New label"
13297
  msgstr ""
13298
 
13299
- #: wppa-settings-autosave.php:7677
13300
  msgid "Specify the \"New\" indicator details."
13301
  msgstr ""
13302
 
13303
- #: wppa-settings-autosave.php:7678 wppa-settings-autosave.php:7689
13304
  msgid "If you use qTranslate, the text may be multilingual."
13305
  msgstr ""
13306
 
13307
- #: wppa-settings-autosave.php:7682 wppa-settings-autosave.php:7693
13308
  #: wppa-stereo.php:31
13309
  msgid "Color"
13310
  msgstr ""
13311
 
13312
- #: wppa-settings-autosave.php:7687 wppa-settings-autosave.php:7707
13313
  msgid "Modified label"
13314
  msgstr ""
13315
 
13316
- #: wppa-settings-autosave.php:7688
13317
  msgid "Specify the \"Modified\" indicator details."
13318
  msgstr ""
13319
 
13320
- #: wppa-settings-autosave.php:7699
13321
  msgid "Specify the \"New\" indicator url."
13322
  msgstr ""
13323
 
13324
- #: wppa-settings-autosave.php:7708
13325
  msgid "Specify the \"Modified\" indicator url."
13326
  msgstr ""
13327
 
13328
- #: wppa-settings-autosave.php:7716
13329
  msgid "Limit LasTen New"
13330
  msgstr ""
13331
 
13332
- #: wppa-settings-autosave.php:7717
13333
  msgid "Limits the LasTen photos to those that are 'New', or newly modified."
13334
  msgstr ""
13335
 
13336
- #: wppa-settings-autosave.php:7718
13337
  msgid ""
13338
  "If you tick this box and configured the new photo time, you can even limit "
13339
  "the number by the setting in Table I-F7, or set that number to an unlikely "
13340
  "high value."
13341
  msgstr ""
13342
 
13343
- #: wppa-settings-autosave.php:7725
13344
  msgid "LasTen use Modified"
13345
  msgstr ""
13346
 
13347
- #: wppa-settings-autosave.php:7726
13348
  msgid ""
13349
  "Use the time modified rather than time upload for LasTen widget/shortcode."
13350
  msgstr ""
13351
 
13352
- #: wppa-settings-autosave.php:7734
13353
  msgid "Apply Newphoto desc"
13354
  msgstr ""
13355
 
13356
- #: wppa-settings-autosave.php:7735
13357
  msgid "Give each new photo a standard description."
13358
  msgstr ""
13359
 
13360
- #: wppa-settings-autosave.php:7736
13361
  msgid ""
13362
  "If checked, each new photo will get the description (template) as specified "
13363
  "in the next item."
13364
  msgstr ""
13365
 
13366
- #: wppa-settings-autosave.php:7743
13367
  msgid "New photo desc"
13368
  msgstr ""
13369
 
13370
- #: wppa-settings-autosave.php:7744
13371
  msgid "The description (template) to add to a new photo."
13372
  msgstr ""
13373
 
13374
- #: wppa-settings-autosave.php:7745
13375
  msgid "Enter the default description."
13376
  msgstr ""
13377
 
13378
- #: wppa-settings-autosave.php:7746
13379
  msgid "If you use html, please check item A-1 of this table."
13380
  msgstr ""
13381
 
13382
- #: wppa-settings-autosave.php:7753
13383
  msgid "New photo owner"
13384
  msgstr ""
13385
 
13386
- #: wppa-settings-autosave.php:7754
13387
  msgid "The owner of a new uploaded photo."
13388
  msgstr ""
13389
 
13390
- #: wppa-settings-autosave.php:7755
13391
  msgid "If you leave this blank, the uploader will be set as the owner"
13392
  msgstr ""
13393
 
13394
- #: wppa-settings-autosave.php:7757
13395
  msgid "leave blank or enter login name"
13396
  msgstr ""
13397
 
13398
- #: wppa-settings-autosave.php:7763
13399
  msgid "New albums are created with this upload limit."
13400
  msgstr ""
13401
 
13402
- #: wppa-settings-autosave.php:7764
13403
  msgid ""
13404
  "Administrators can change the limit settings in the \"Edit Album Information"
13405
  "\" admin page."
13406
  msgstr ""
13407
 
13408
- #: wppa-settings-autosave.php:7781
13409
  msgid "Default parent"
13410
  msgstr ""
13411
 
13412
- #: wppa-settings-autosave.php:7782
13413
  msgid "The parent album of new albums."
13414
  msgstr ""
13415
 
13416
- #: wppa-settings-autosave.php:7799
13417
  msgid "Default parent always"
13418
  msgstr ""
13419
 
13420
- #: wppa-settings-autosave.php:7800
13421
  msgid ""
13422
  "The parent album of new albums is always the default, except for "
13423
  "administrators."
13424
  msgstr ""
13425
 
13426
- #: wppa-settings-autosave.php:7808
13427
  msgid "Show album full"
13428
  msgstr ""
13429
 
13430
- #: wppa-settings-autosave.php:7809
13431
  msgid "Show the Upload limit reached message if appropriate."
13432
  msgstr ""
13433
 
13434
- #: wppa-settings-autosave.php:7817
13435
  msgid "Grant an album"
13436
  msgstr ""
13437
 
13438
- #: wppa-settings-autosave.php:7818
13439
  msgid "Create an album for each user logging in."
13440
  msgstr ""
13441
 
13442
- #: wppa-settings-autosave.php:7826
13443
  msgid "Grant album name"
13444
  msgstr ""
13445
 
13446
- #: wppa-settings-autosave.php:7827
13447
  msgid "The name to be used for the album."
13448
  msgstr ""
13449
 
13450
- #: wppa-settings-autosave.php:7830
13451
  msgid "Login name"
13452
  msgstr ""
13453
 
13454
- #: wppa-settings-autosave.php:7830 wppa-upldr-widget.php:181
13455
  msgid "Display name"
13456
  msgstr ""
13457
 
13458
- #: wppa-settings-autosave.php:7830
13459
  msgid "Id"
13460
  msgstr ""
13461
 
13462
- #: wppa-settings-autosave.php:7830
13463
  msgid "Firstname Lastname"
13464
  msgstr ""
13465
 
13466
- #: wppa-settings-autosave.php:7837
13467
  msgid "Grant parent"
13468
  msgstr ""
13469
 
13470
- #: wppa-settings-autosave.php:7838
13471
  msgid "The parent album of the auto created albums."
13472
  msgstr ""
13473
 
13474
- #: wppa-settings-autosave.php:7855
13475
  msgid "Max user albums"
13476
  msgstr ""
13477
 
13478
- #: wppa-settings-autosave.php:7856
13479
  msgid "The max number of albums a user can create."
13480
  msgstr ""
13481
 
13482
- #: wppa-settings-autosave.php:7857
13483
  msgid ""
13484
  "The maximum number of albums a user can create when he is not admin and "
13485
  "owner only is active"
13486
  msgstr ""
13487
 
13488
- #: wppa-settings-autosave.php:7858
13489
  msgid "A number of 0 means No limit"
13490
  msgstr ""
13491
 
13492
- #: wppa-settings-autosave.php:7865
13493
  msgid "Default photo name"
13494
  msgstr ""
13495
 
13496
- #: wppa-settings-autosave.php:7866
13497
  msgid "Select the way the name of a new uploaded photo should be determined."
13498
  msgstr ""
13499
 
13500
- #: wppa-settings-autosave.php:7869
13501
  msgid "Filename"
13502
  msgstr ""
13503
 
13504
- #: wppa-settings-autosave.php:7870
13505
  msgid "Filename without extension"
13506
  msgstr ""
13507
 
13508
- #: wppa-settings-autosave.php:7871
13509
  msgid "IPTC Tag 2#005 (Graphic name)"
13510
  msgstr ""
13511
 
13512
- #: wppa-settings-autosave.php:7872
13513
  msgid "IPTC Tag 2#120 (Caption)"
13514
  msgstr ""
13515
 
13516
- #: wppa-settings-autosave.php:7873
13517
  msgid "No name at all"
13518
  msgstr ""
13519
 
13520
- #: wppa-settings-autosave.php:7881
13521
  msgid "Default coverphoto"
13522
  msgstr ""
13523
 
13524
- #: wppa-settings-autosave.php:7882
13525
  msgid "Name of photofile to become cover image"
13526
  msgstr ""
13527
 
13528
- #: wppa-settings-autosave.php:7883
13529
  msgid ""
13530
  "If you name a photofile like this setting before upload, it will become the "
13531
  "coverimage automaticly."
13532
  msgstr ""
13533
 
13534
- #: wppa-settings-autosave.php:7890
13535
  msgid "Copy Timestamp"
13536
  msgstr ""
13537
 
13538
- #: wppa-settings-autosave.php:7891
13539
  msgid "Copy timestamp when copying photo."
13540
  msgstr ""
13541
 
13542
- #: wppa-settings-autosave.php:7892
13543
  msgid "If checked, the copied photo is not \"new\""
13544
  msgstr ""
13545
 
13546
- #: wppa-settings-autosave.php:7899
13547
  msgid "Copy Owner"
13548
  msgstr ""
13549
 
13550
- #: wppa-settings-autosave.php:7900
13551
  msgid "Copy the owner when copying photo."
13552
  msgstr ""
13553
 
13554
- #: wppa-settings-autosave.php:7908
13555
  msgid "FE Albums public"
13556
  msgstr ""
13557
 
13558
- #: wppa-settings-autosave.php:7909
13559
  msgid "Frontend created albums are --- public ---"
13560
  msgstr ""
13561
 
13562
- #: wppa-settings-autosave.php:7918
13563
  msgid "Optimize image files right after upload/import"
13564
  msgstr ""
13565
 
13566
- #: wppa-settings-autosave.php:7919
13567
  msgid "This option requires the plugin EWWW Image Optimizer to be activated"
13568
  msgstr ""
13569
 
13570
- #: wppa-settings-autosave.php:7926
13571
  msgid "Default album linktype"
13572
  msgstr ""
13573
 
13574
- #: wppa-settings-autosave.php:7927
13575
  msgid "The album linktype for new albums"
13576
  msgstr ""
13577
 
13578
- #: wppa-settings-autosave.php:7946
13579
  msgid "Search Albums and Photos related settings"
13580
  msgstr ""
13581
 
13582
- #: wppa-settings-autosave.php:7948
13583
  msgid "Search page"
13584
  msgstr ""
13585
 
13586
- #: wppa-settings-autosave.php:7949
13587
  msgid "Display the search results on page."
13588
  msgstr ""
13589
 
13590
- #: wppa-settings-autosave.php:7950
13591
  #, php-format
13592
  msgid ""
13593
  "Select the page to be used to display search results. The page MUST contain "
13594
  "%%wppa%% or [wppa][/wppa]."
13595
  msgstr ""
13596
 
13597
- #: wppa-settings-autosave.php:7951
13598
  msgid "You may give it the title \"Search results\" or something alike."
13599
  msgstr ""
13600
 
13601
- #: wppa-settings-autosave.php:7952
13602
  msgid ""
13603
  "Or you ou may use the standard page on which you display the generic album."
13604
  msgstr ""
13605
 
13606
- #: wppa-settings-autosave.php:7985
13607
  msgid "Exclude separate"
13608
  msgstr ""
13609
 
13610
- #: wppa-settings-autosave.php:7986
13611
  msgid "Do not search 'separate' albums."
13612
  msgstr ""
13613
 
13614
- #: wppa-settings-autosave.php:7987
13615
  msgid ""
13616
  "When checked, albums (and photos in them) that have the parent set to --- "
13617
  "separate --- will be excluded from being searched."
13618
  msgstr ""
13619
 
13620
- #: wppa-settings-autosave.php:7988
13621
  msgid ""
13622
  "Except when you start searching in a 'saparate' album, with the \"search in "
13623
  "current section\" box ticked."
13624
  msgstr ""
13625
 
13626
- #: wppa-settings-autosave.php:7995
13627
  msgid "Include tags"
13628
  msgstr ""
13629
 
13630
- #: wppa-settings-autosave.php:7996
13631
  msgid "Do also search the photo tags."
13632
  msgstr ""
13633
 
13634
- #: wppa-settings-autosave.php:7997
13635
  msgid "When checked, the tags of the photo will also be searched."
13636
  msgstr ""
13637
 
13638
- #: wppa-settings-autosave.php:8004
13639
  msgid "Include categories"
13640
  msgstr ""
13641
 
13642
- #: wppa-settings-autosave.php:8005
13643
  msgid "Do also search the album categories."
13644
  msgstr ""
13645
 
13646
- #: wppa-settings-autosave.php:8006
13647
  msgid "When checked, the categories of the album will also be searched."
13648
  msgstr ""
13649
 
13650
- #: wppa-settings-autosave.php:8013
13651
  msgid "Include comments"
13652
  msgstr ""
13653
 
13654
- #: wppa-settings-autosave.php:8014
13655
  msgid "Do also search the comments on photos."
13656
  msgstr ""
13657
 
13658
- #: wppa-settings-autosave.php:8015
13659
  msgid "When checked, the comments of the photos will also be searched."
13660
  msgstr ""
13661
 
13662
- #: wppa-settings-autosave.php:8022
13663
  msgid "Photos only"
13664
  msgstr ""
13665
 
13666
- #: wppa-settings-autosave.php:8023
13667
  msgid "Search for photos only."
13668
  msgstr ""
13669
 
13670
- #: wppa-settings-autosave.php:8024
13671
  msgid "When checked, only photos will be searched for."
13672
  msgstr ""
13673
 
13674
- #: wppa-settings-autosave.php:8039
13675
  msgid "Max albums found"
13676
  msgstr ""
13677
 
13678
- #: wppa-settings-autosave.php:8040
13679
  msgid "The maximum number of albums to be displayed."
13680
  msgstr ""
13681
 
13682
- #: wppa-settings-autosave.php:8048
13683
  msgid "Max photos found"
13684
  msgstr ""
13685
 
13686
- #: wppa-settings-autosave.php:8049
13687
  msgid "The maximum number of photos to be displayed."
13688
  msgstr ""
13689
 
13690
- #: wppa-settings-autosave.php:8057
13691
  msgid "Tags OR only"
13692
  msgstr ""
13693
 
13694
- #: wppa-settings-autosave.php:8058
13695
  msgid "No and / or buttons"
13696
  msgstr ""
13697
 
13698
- #: wppa-settings-autosave.php:8059
13699
  msgid ""
13700
  "Hide the and/or radiobuttons and do the or method in the multitag widget and "
13701
  "shortcode."
13702
  msgstr ""
13703
 
13704
- #: wppa-settings-autosave.php:8066
13705
  msgid "Tags add Inverse"
13706
  msgstr ""
13707
 
13708
- #: wppa-settings-autosave.php:8067
13709
  msgid "Add a checkbox to invert the selection."
13710
  msgstr ""
13711
 
13712
- #: wppa-settings-autosave.php:8068
13713
  msgid "Adds an Invert (NOT) checkbox on the multitag widget and shortcode."
13714
  msgstr ""
13715
 
13716
- #: wppa-settings-autosave.php:8075
13717
  msgid "Floating searchtoken"
13718
  msgstr ""
13719
 
13720
- #: wppa-settings-autosave.php:8076
13721
  msgid "A match need not start at the first char."
13722
  msgstr ""
13723
 
13724
- #: wppa-settings-autosave.php:8077
13725
  msgid ""
13726
  "A match is found while searching also when the entered token is somewhere in "
13727
  "the middle of a word."
13728
  msgstr ""
13729
 
13730
- #: wppa-settings-autosave.php:8078
13731
  msgid "This works in indexed search only!"
13732
  msgstr ""
13733
 
13734
- #: wppa-settings-autosave.php:8085
13735
  msgid "Search results display"
13736
  msgstr ""
13737
 
13738
- #: wppa-settings-autosave.php:8086
13739
  msgid "Select the way the search results should be displayed."
13740
  msgstr ""
13741
 
13742
- #: wppa-settings-autosave.php:8087
13743
  msgid ""
13744
  "If you select anything different from \"Albums and thumbnails\", \"Photos "
13745
  "only\" is assumed (Table IX-E6)."
13746
  msgstr ""
13747
 
13748
- #: wppa-settings-autosave.php:8089
13749
  msgid "Albums and thumbnails"
13750
  msgstr ""
13751
 
13752
- #: wppa-settings-autosave.php:8089
13753
  msgid "Slideonly slideshow"
13754
  msgstr ""
13755
 
13756
- #: wppa-settings-autosave.php:8096
13757
  msgid "Name max length"
13758
  msgstr ""
13759
 
13760
- #: wppa-settings-autosave.php:8097
13761
  msgid "Max length of displayed photonames in supersearch selectionlist"
13762
  msgstr ""
13763
 
13764
- #: wppa-settings-autosave.php:8098 wppa-settings-autosave.php:8107
13765
  msgid ""
13766
  "To limit the length of the selectionlist, enter the number of characters to "
13767
  "show."
13768
  msgstr ""
13769
 
13770
- #: wppa-settings-autosave.php:8105
13771
  msgid "Text max length"
13772
  msgstr ""
13773
 
13774
- #: wppa-settings-autosave.php:8106
13775
  msgid "Max length of displayed photo text in supersearch selectionlist"
13776
  msgstr ""
13777
 
13778
- #: wppa-settings-autosave.php:8114
13779
  msgid "Search toptext"
13780
  msgstr ""
13781
 
13782
- #: wppa-settings-autosave.php:8115
13783
  msgid "The text at the top of the search box."
13784
  msgstr ""
13785
 
13786
- #: wppa-settings-autosave.php:8116
13787
  msgid "May contain unfiltered HTML."
13788
  msgstr ""
13789
 
13790
- #: wppa-settings-autosave.php:8123
13791
  msgid "Section search text"
13792
  msgstr ""
13793
 
13794
- #: wppa-settings-autosave.php:8124 wppa-settings-autosave.php:8133
13795
  msgid "The labeltext at the checkbox."
13796
  msgstr ""
13797
 
13798
- #: wppa-settings-autosave.php:8132
13799
  msgid "Results search text"
13800
  msgstr ""
13801
 
13802
- #: wppa-settings-autosave.php:8142
13803
  msgid "Watermark related settings"
13804
  msgstr ""
13805
 
13806
- #: wppa-settings-autosave.php:8145
13807
  msgid "Enable the application of watermarks."
13808
  msgstr ""
13809
 
13810
- #: wppa-settings-autosave.php:8146
13811
  msgid "If checked, photos can be watermarked during upload / import."
13812
  msgstr ""
13813
 
13814
- #: wppa-settings-autosave.php:8155
13815
  msgid "Watermark file"
13816
  msgstr ""
13817
 
13818
- #: wppa-settings-autosave.php:8156
13819
  msgid "The default watermarkfile to be used."
13820
  msgstr ""
13821
 
13822
- #: wppa-settings-autosave.php:8157
13823
  msgid "Watermark files are of type png and reside in"
13824
  msgstr ""
13825
 
13826
- #: wppa-settings-autosave.php:8158
13827
  msgid ""
13828
  "A suitable watermarkfile typically consists of a transparent background and "
13829
  "a black text or drawing."
13830
  msgstr ""
13831
 
13832
- #: wppa-settings-autosave.php:8160
13833
  msgid ""
13834
  "You may also select one of the textual watermark types at the bottom of the "
13835
  "selection list."
13836
  msgstr ""
13837
 
13838
- #: wppa-settings-autosave.php:8164
13839
  msgid "position:"
13840
  msgstr ""
13841
 
13842
- #: wppa-settings-autosave.php:8170
13843
  msgid "Upload watermark"
13844
  msgstr ""
13845
 
13846
- #: wppa-settings-autosave.php:8171
13847
  msgid "Upload a new watermark file"
13848
  msgstr ""
13849
 
13850
- #: wppa-settings-autosave.php:8175
13851
  msgid "Upload watermark image"
13852
  msgstr ""
13853
 
13854
- #: wppa-settings-autosave.php:8180
13855
  msgid "Watermark opacity image"
13856
  msgstr ""
13857
 
13858
- #: wppa-settings-autosave.php:8181
13859
  msgid "You can set the intensity of image watermarks here."
13860
  msgstr ""
13861
 
13862
- #: wppa-settings-autosave.php:8182 wppa-settings-autosave.php:8267
13863
  msgid ""
13864
  "The higher the number, the intenser the watermark. Value must be > 0 and <= "
13865
  "100."
13866
  msgstr ""
13867
 
13868
- #: wppa-settings-autosave.php:8189
13869
  msgid "Textual watermark style"
13870
  msgstr ""
13871
 
13872
- #: wppa-settings-autosave.php:8190
13873
  msgid "The way the textual watermarks look like"
13874
  msgstr ""
13875
 
13876
- #: wppa-settings-autosave.php:8194
13877
  msgid "TV subtitle style"
13878
  msgstr ""
13879
 
13880
- #: wppa-settings-autosave.php:8194
13881
  msgid "White text on black background"
13882
  msgstr ""
13883
 
13884
- #: wppa-settings-autosave.php:8194
13885
  msgid "Black text on white background"
13886
  msgstr ""
13887
 
13888
- #: wppa-settings-autosave.php:8194
13889
  msgid "Reverse TV style (Utopia)"
13890
  msgstr ""
13891
 
13892
- #: wppa-settings-autosave.php:8194
13893
  msgid "White on transparent background"
13894
  msgstr ""
13895
 
13896
- #: wppa-settings-autosave.php:8194
13897
  msgid "Black on transparent background"
13898
  msgstr ""
13899
 
13900
- #: wppa-settings-autosave.php:8204
13901
  msgid "Predefined watermark text"
13902
  msgstr ""
13903
 
13904
- #: wppa-settings-autosave.php:8205
13905
  msgid "The text to use when --- pre-defined --- is selected."
13906
  msgstr ""
13907
 
13908
- #: wppa-settings-autosave.php:8206
13909
  msgid "You may use the following keywords:"
13910
  msgstr ""
13911
 
13912
- #: wppa-settings-autosave.php:8207
13913
  msgid ""
13914
  "w#site, w#displayname, all standard photo keywords, iptc and exif keywords"
13915
  msgstr ""
13916
 
13917
- #: wppa-settings-autosave.php:8214
13918
  msgid "Textual watermark font"
13919
  msgstr ""
13920
 
13921
- #: wppa-settings-autosave.php:8215
13922
  msgid "The font to use with textusl watermarks."
13923
  msgstr ""
13924
 
13925
- #: wppa-settings-autosave.php:8216
13926
  msgid "Except for the system font, are font files of type ttf and reside in"
13927
  msgstr ""
13928
 
13929
- #: wppa-settings-autosave.php:8244
13930
  msgid "Textual watermark font size"
13931
  msgstr ""
13932
 
13933
- #: wppa-settings-autosave.php:8245
13934
  msgid "You can set the size of the truetype fonts only."
13935
  msgstr ""
13936
 
13937
- #: wppa-settings-autosave.php:8246
13938
  msgid ""
13939
  "System font can have size 1,2,3,4 or 5, in some stoneage fontsize units. Any "
13940
  "value > 5 will be treated as 5."
13941
  msgstr ""
13942
 
13943
- #: wppa-settings-autosave.php:8247
13944
  msgid ""
13945
  "Truetype fonts can have any positive integer size, if your PHPs GD version "
13946
  "is 1, in pixels, in GD2 in points."
13947
  msgstr ""
13948
 
13949
- #: wppa-settings-autosave.php:8248
13950
  msgid "It is unclear howmany pixels a point is..."
13951
  msgstr ""
13952
 
13953
- #: wppa-settings-autosave.php:8255
13954
  msgid "Upload watermark font"
13955
  msgstr ""
13956
 
13957
- #: wppa-settings-autosave.php:8256
13958
  msgid "Upload a new watermark font file"
13959
  msgstr ""
13960
 
13961
- #: wppa-settings-autosave.php:8257
13962
  msgid ""
13963
  "Upload truetype fonts (.ttf) only, and test if they work on your server "
13964
  "platform."
13965
  msgstr ""
13966
 
13967
- #: wppa-settings-autosave.php:8260
13968
  msgid "Upload TrueType font"
13969
  msgstr ""
13970
 
13971
- #: wppa-settings-autosave.php:8265
13972
  msgid "Watermark opacity text"
13973
  msgstr ""
13974
 
13975
- #: wppa-settings-autosave.php:8266
13976
  msgid "You can set the intensity of a text watermarks here."
13977
  msgstr ""
13978
 
13979
- #: wppa-settings-autosave.php:8275
13980
  msgid "A real life preview. To update: refresh the page."
13981
  msgstr ""
13982
 
13983
- #: wppa-settings-autosave.php:8286
13984
  msgid "Watermark thumbnails"
13985
  msgstr ""
13986
 
13987
- #: wppa-settings-autosave.php:8287
13988
  msgid "Watermark also the thumbnail image files."
13989
  msgstr ""
13990
 
13991
- #: wppa-settings-autosave.php:8295
13992
  msgid "Slideshow elements sequence order settings"
13993
  msgstr ""
13994
 
13995
- #: wppa-settings-autosave.php:8301 wppa-settings-autosave.php:8347
13996
  msgid "StartStop"
13997
  msgstr ""
13998
 
13999
- #: wppa-settings-autosave.php:8302 wppa-settings-autosave.php:8348
14000
  msgid "SlideFrame"
14001
  msgstr ""
14002
 
14003
- #: wppa-settings-autosave.php:8304
14004
  msgid "Desc"
14005
  msgstr ""
14006
 
14007
- #: wppa-settings-autosave.php:8307 wppa-settings-autosave.php:8352
14008
  msgid "FilmStrip"
14009
  msgstr ""
14010
 
14011
- #: wppa-settings-autosave.php:8308 wppa-settings-autosave.php:8353
14012
  msgid "Browsebar"
14013
  msgstr ""
14014
 
14015
- #: wppa-settings-autosave.php:8310 wppa-settings-autosave.php:8355
14016
  msgid "IPTC data"
14017
  msgstr ""
14018
 
14019
- #: wppa-settings-autosave.php:8311 wppa-settings-autosave.php:8356
14020
  msgid "EXIF data"
14021
  msgstr ""
14022
 
14023
- #: wppa-settings-autosave.php:8312 wppa-settings-autosave.php:8357
14024
  msgid "Share box"
14025
  msgstr ""
14026
 
14027
- #: wppa-settings-autosave.php:8314 wppa-settings-autosave.php:8359
14028
  msgid "Enabled"
14029
  msgstr ""
14030
 
14031
- #: wppa-settings-autosave.php:8315 wppa-settings-autosave.php:8360
14032
  msgid "Disabled"
14033
  msgstr ""
14034
 
14035
- #: wppa-settings-autosave.php:8317 wppa-settings-autosave.php:8362
14036
  msgid "Start/Stop & Slower/Faster navigation bar"
14037
  msgstr ""
14038
 
14039
- #: wppa-settings-autosave.php:8318 wppa-settings-autosave.php:8363
14040
  msgid "The Slide Frame"
14041
  msgstr ""
14042
 
14043
- #: wppa-settings-autosave.php:8318 wppa-settings-autosave.php:8363
14044
  msgid "( Always )"
14045
  msgstr ""
14046
 
14047
- #: wppa-settings-autosave.php:8319
14048
  msgid "Photo Name Box"
14049
  msgstr ""
14050
 
14051
- #: wppa-settings-autosave.php:8320
14052
  msgid "Photo Description Box"
14053
  msgstr ""
14054
 
14055
- #: wppa-settings-autosave.php:8321 wppa-settings-autosave.php:8365
14056
  msgid "Custom Box"
14057
  msgstr ""
14058
 
14059
- #: wppa-settings-autosave.php:8322 wppa-settings-autosave.php:8366
14060
  msgid "Rating Bar"
14061
  msgstr ""
14062
 
14063
- #: wppa-settings-autosave.php:8323 wppa-settings-autosave.php:8367
14064
  msgid "Film Strip with embedded Start/Stop and Goto functionality"
14065
  msgstr ""
14066
 
14067
- #: wppa-settings-autosave.php:8324 wppa-settings-autosave.php:8368
14068
  msgid "Browse Bar with Photo X of Y counter"
14069
  msgstr ""
14070
 
14071
- #: wppa-settings-autosave.php:8325 wppa-settings-autosave.php:8369
14072
  msgid "Comments Box"
14073
  msgstr ""
14074
 
14075
- #: wppa-settings-autosave.php:8326 wppa-settings-autosave.php:8370
14076
  msgid "IPTC box"
14077
  msgstr ""
14078
 
14079
- #: wppa-settings-autosave.php:8327 wppa-settings-autosave.php:8371
14080
  msgid "EXIF box"
14081
  msgstr ""
14082
 
14083
- #: wppa-settings-autosave.php:8328 wppa-settings-autosave.php:8372
14084
  msgid "Social media share box"
14085
  msgstr ""
14086
 
14087
- #: wppa-settings-autosave.php:8334 wppa-settings-autosave.php:8378
14088
  msgid "Move Up"
14089
  msgstr ""
14090
 
14091
- #: wppa-settings-autosave.php:8349
14092
  msgid "NameDesc"
14093
  msgstr ""
14094
 
14095
- #: wppa-settings-autosave.php:8364
14096
  msgid "Photo Name & Description Box"
14097
  msgstr ""
14098
 
14099
- #: wppa-settings-autosave.php:8388
14100
  msgid "Swap Namedesc"
14101
  msgstr ""
14102
 
14103
- #: wppa-settings-autosave.php:8389
14104
  msgid "Swap the order sequence of name and description"
14105
  msgstr ""
14106
 
14107
- #: wppa-settings-autosave.php:8397
14108
  msgid "Split Name and Desc"
14109
  msgstr ""
14110
 
14111
- #: wppa-settings-autosave.php:8398
14112
  msgid "Put Name and Description in separate boxes"
14113
  msgstr ""
14114
 
14115
- #: wppa-settings-autosave.php:8401
14116
  msgid "Please reload this page after the green checkmark appears!"
14117
  msgstr ""
14118
 
14119
- #: wppa-settings-autosave.php:8406
14120
  msgid "Source file management and other upload/import settings and actions."
14121
  msgstr ""
14122
 
14123
- #: wppa-settings-autosave.php:8408
14124
  msgid "Keep sourcefiles admin"
14125
  msgstr ""
14126
 
14127
- #: wppa-settings-autosave.php:8409
14128
  msgid "Keep the original uploaded and imported photo files."
14129
  msgstr ""
14130
 
14131
- #: wppa-settings-autosave.php:8410 wppa-settings-autosave.php:8420
14132
  msgid ""
14133
  "The files will be kept in a separate directory with subdirectories for each "
14134
  "album"
14135
  msgstr ""
14136
 
14137
- #: wppa-settings-autosave.php:8411 wppa-settings-autosave.php:8421
14138
  msgid ""
14139
  "These files can be used to update the photos used in displaying in wppa+ and "
14140
  "optionally for downloading original, un-downsized images."
14141
  msgstr ""
14142
 
14143
- #: wppa-settings-autosave.php:8418
14144
  msgid "Keep sourcefiles frontend"
14145
  msgstr ""
14146
 
14147
- #: wppa-settings-autosave.php:8419
14148
  msgid "Keep the original frontend uploaded photo files."
14149
  msgstr ""
14150
 
14151
- #: wppa-settings-autosave.php:8428
14152
  msgid "Source directory"
14153
  msgstr ""
14154
 
14155
- #: wppa-settings-autosave.php:8429
14156
  msgid "The path to the directory where the original photofiles will be saved."
14157
  msgstr ""
14158
 
14159
- #: wppa-settings-autosave.php:8430
14160
  msgid "You may change the directory path, but it can not be an url."
14161
  msgstr ""
14162
 
14163
- #: wppa-settings-autosave.php:8431
14164
  msgid ""
14165
  "The parent of the directory that you enter here must exist and be writable."
14166
  msgstr ""
14167
 
14168
- #: wppa-settings-autosave.php:8432
14169
  msgid "The directory itsself will be created if it does not exist yet."
14170
  msgstr ""
14171
 
14172
- #: wppa-settings-autosave.php:8439
14173
  msgid "Keep sync"
14174
  msgstr ""
14175
 
14176
- #: wppa-settings-autosave.php:8440
14177
  msgid "Keep source synchronously with wppa system."
14178
  msgstr ""
14179
 
14180
- #: wppa-settings-autosave.php:8441
14181
  msgid ""
14182
  "If checked, photos that are deleted from wppa, will also be removed from the "
14183
  "sourcefiles."
14184
  msgstr ""
14185
 
14186
- #: wppa-settings-autosave.php:8442
14187
  msgid ""
14188
  "Also, copying or moving photos to different albums, will also copy/move the "
14189
  "sourcefiles."
14190
  msgstr ""
14191
 
14192
- #: wppa-settings-autosave.php:8449
14193
  msgid "Remake add"
14194
  msgstr ""
14195
 
14196
- #: wppa-settings-autosave.php:8450
14197
  msgid "Photos will be added from the source pool"
14198
  msgstr ""
14199
 
14200
- #: wppa-settings-autosave.php:8451
14201
  msgid ""
14202
  "If checked: If photo files are found in the source directory that do not "
14203
  "exist in the corresponding album, they will be added to the album."
14204
  msgstr ""
14205
 
14206
- #: wppa-settings-autosave.php:8458
14207
  msgid "Save IPTC data"
14208
  msgstr ""
14209
 
14210
- #: wppa-settings-autosave.php:8459
14211
  msgid "Store the iptc data from the photo into the iptc db table"
14212
  msgstr ""
14213
 
14214
- #: wppa-settings-autosave.php:8460
14215
  msgid ""
14216
  "You will need this if you enabled the display of iptc data in Table II-B17 "
14217
  "or if you use it in the photo descriptions."
14218
  msgstr ""
14219
 
14220
- #: wppa-settings-autosave.php:8467
14221
  msgid "Save EXIF data"
14222
  msgstr ""
14223
 
14224
- #: wppa-settings-autosave.php:8468
14225
  msgid "Store the exif data from the photo into the exif db table"
14226
  msgstr ""
14227
 
14228
- #: wppa-settings-autosave.php:8469
14229
  msgid ""
14230
  "You will need this if you enabled the display of exif data in Table II-B18 "
14231
  "or if you use it in the photo descriptions."
14232
  msgstr ""
14233
 
14234
- #: wppa-settings-autosave.php:8476
14235
  msgid "Max EXIF tag array size"
14236
  msgstr ""
14237
 
14238
- #: wppa-settings-autosave.php:8477
14239
  msgid "Truncate array tags to ..."
14240
  msgstr ""
14241
 
14242
- #: wppa-settings-autosave.php:8478
14243
  msgid "A value of 0 disables this feature"
14244
  msgstr ""
14245
 
14246
- #: wppa-settings-autosave.php:8480
14247
  msgid "elements"
14248
  msgstr ""
14249
 
14250
- #: wppa-settings-autosave.php:8485
14251
  msgid "Import Create page"
14252
  msgstr ""
14253
 
14254
- #: wppa-settings-autosave.php:8486
14255
  msgid "Create wp page when a directory to album is imported."
14256
  msgstr ""
14257
 
14258
- #: wppa-settings-autosave.php:8487
14259
  msgid ""
14260
  "As soon as an album is created when a directory is imported, a wp page is "
14261
  "made that displays the album content."
14262
  msgstr ""
14263
 
14264
- #: wppa-settings-autosave.php:8495
14265
  msgid "Page content"
14266
  msgstr ""
14267
 
14268
- #: wppa-settings-autosave.php:8496
14269
  msgid "The content of the page. Must contain <b>w#album</b>"
14270
  msgstr ""
14271
 
14272
- #: wppa-settings-autosave.php:8497
14273
  msgid ""
14274
  "The content of the page. Note: it must contain w#album. This will be "
14275
  "replaced by the album number in the generated shortcode."
14276
  msgstr ""
14277
 
14278
- #: wppa-settings-autosave.php:8505
14279
  msgid "Page type"
14280
  msgstr ""
14281
 
14282
- #: wppa-settings-autosave.php:8506
14283
  msgid "Select the type of page to create."
14284
  msgstr ""
14285
 
14286
- #: wppa-settings-autosave.php:8510
14287
  msgid "Post"
14288
  msgstr ""
14289
 
14290
- #: wppa-settings-autosave.php:8517
14291
  msgid "Page status"
14292
  msgstr ""
14293
 
14294
- #: wppa-settings-autosave.php:8518
14295
  msgid "Select the initial status of the page."
14296
  msgstr ""
14297
 
14298
- #: wppa-settings-autosave.php:8522
14299
  msgid "Published"
14300
  msgstr ""
14301
 
14302
- #: wppa-settings-autosave.php:8522
14303
  msgid "Draft"
14304
  msgstr ""
14305
 
14306
- #: wppa-settings-autosave.php:8530
14307
  msgid "Permalink root"
14308
  msgstr ""
14309
 
14310
- #: wppa-settings-autosave.php:8531
14311
  msgid "The name of the root for the photofile ermalink structure."
14312
  msgstr ""
14313
 
14314
- #: wppa-settings-autosave.php:8532
14315
  msgid ""
14316
  "Choose a convenient name like \"albums\" or so; this will be the name of a "
14317
  "folder inside .../wp-content/. Make sure you choose a unique name"
14318
  msgstr ""
14319
 
14320
- #: wppa-settings-autosave.php:8540
14321
  msgid "Import parent check"
14322
  msgstr ""
14323
 
14324
- #: wppa-settings-autosave.php:8541
14325
  msgid "On import dirs to albums: keep dir tree as albums."
14326
  msgstr ""
14327
 
14328
- #: wppa-settings-autosave.php:8542
14329
  msgid ""
14330
  "Untick only if all your albums have unique names. Then: additional photos "
14331
  "may be ftp'd to toplevel depot subdirs."
14332
  msgstr ""
14333
 
14334
- #: wppa-settings-autosave.php:8549
14335
  msgid "IPTC need utf8 conversion"
14336
  msgstr ""
14337
 
14338
- #: wppa-settings-autosave.php:8550
14339
  msgid "This setting converts iso to utf8 in iptc text."
14340
  msgstr ""
14341
 
14342
- #: wppa-settings-autosave.php:8551
14343
  msgid "Untick if you have funny characters in iptc data"
14344
  msgstr ""
14345
 
14346
- #: wppa-settings-autosave.php:8558
14347
  msgid "Keep dir to album files"
14348
  msgstr ""
14349
 
14350
- #: wppa-settings-autosave.php:8559
14351
  msgid "Keep imported files after dir to album import"
14352
  msgstr ""
14353
 
14354
- #: wppa-settings-autosave.php:8568
14355
  msgid "Other plugins related settings"
14356
  msgstr ""
14357
 
14358
- #: wppa-settings-autosave.php:8570
14359
  msgid "Foreign shortcodes general"
14360
  msgstr ""
14361
 
14362
- #: wppa-settings-autosave.php:8571
14363
  msgid "Enable foreign shortcodes in album names, albums desc and photo names"
14364
  msgstr ""
14365
 
14366
- #: wppa-settings-autosave.php:8579
14367
  msgid "Foreign shortcodes fullsize"
14368
  msgstr ""
14369
 
14370
- #: wppa-settings-autosave.php:8580
14371
  msgid "Enable the use of non-wppa+ shortcodes in fullsize photo descriptions."
14372
  msgstr ""
14373
 
14374
- #: wppa-settings-autosave.php:8581 wppa-settings-autosave.php:8592
14375
  msgid ""
14376
  "When checked, you can use shortcodes from other plugins in the description "
14377
  "of photos."
14378
  msgstr ""
14379
 
14380
- #: wppa-settings-autosave.php:8582
14381
  msgid "The shortcodes will be expanded in the descriptions of fullsize images."
14382
  msgstr ""
14383
 
14384
- #: wppa-settings-autosave.php:8583 wppa-settings-autosave.php:8594
14385
  msgid "You will most likely need also to check Table IX-A1 (Allow HTML)."
14386
  msgstr ""
14387
 
14388
- #: wppa-settings-autosave.php:8590
14389
  msgid "Foreign shortcodes thumbnails"
14390
  msgstr ""
14391
 
14392
- #: wppa-settings-autosave.php:8591
14393
  msgid "Enable the use of non-wppa+ shortcodes in thumbnail photo descriptions."
14394
  msgstr ""
14395
 
14396
- #: wppa-settings-autosave.php:8593
14397
  msgid ""
14398
  "The shortcodes will be expanded in the descriptions of thumbnail images."
14399
  msgstr ""
14400
 
14401
- #: wppa-settings-autosave.php:8601
14402
  msgid "Lightbox keyname"
14403
  msgstr ""
14404
 
14405
- #: wppa-settings-autosave.php:8602
14406
  msgid "The identifier of lightbox."
14407
  msgstr ""
14408
 
14409
- #: wppa-settings-autosave.php:8603
14410
  msgid ""
14411
  "If you use a lightbox plugin that uses rel=\"lbox-id\" you can enter the "
14412
  "lbox-id here."
14413
  msgstr ""
14414
 
14415
- #: wppa-settings-autosave.php:8610
14416
  msgid "myCRED / Cube Points: Comment"
14417
  msgstr ""
14418
 
14419
- #: wppa-settings-autosave.php:8611
14420
  msgid "Number of points for giving a comment"
14421
  msgstr ""
14422
 
14423
- #: wppa-settings-autosave.php:8612 wppa-settings-autosave.php:8621
14424
- #: wppa-settings-autosave.php:8630 wppa-settings-autosave.php:8639
14425
  msgid "This setting requires the plugin myCRED or Cube Points"
14426
  msgstr ""
14427
 
14428
- #: wppa-settings-autosave.php:8614 wppa-settings-autosave.php:8623
14429
  msgid "points per comment"
14430
  msgstr ""
14431
 
14432
- #: wppa-settings-autosave.php:8619
14433
  msgid "myCRED / Cube Points: Appr Comment"
14434
  msgstr ""
14435
 
14436
- #: wppa-settings-autosave.php:8620
14437
  msgid "Number of points for receiving an approved comment"
14438
  msgstr ""
14439
 
14440
- #: wppa-settings-autosave.php:8628
14441
  msgid "myCRED / Cube Points: Rating"
14442
  msgstr ""
14443
 
14444
- #: wppa-settings-autosave.php:8629
14445
  msgid "Number of points for a rating vote"
14446
  msgstr ""
14447
 
14448
- #: wppa-settings-autosave.php:8632
14449
  msgid "points per vote"
14450
  msgstr ""
14451
 
14452
- #: wppa-settings-autosave.php:8637
14453
  msgid "myCRED / Cube Points: Upload"
14454
  msgstr ""
14455
 
14456
- #: wppa-settings-autosave.php:8638
14457
  msgid "Number of points for a successfull frontend upload"
14458
  msgstr ""
14459
 
14460
- #: wppa-settings-autosave.php:8641
14461
  msgid "points per upload"
14462
  msgstr ""
14463
 
14464
- #: wppa-settings-autosave.php:8646
14465
  msgid "Use SCABN"
14466
  msgstr ""
14467
 
14468
- #: wppa-settings-autosave.php:8647
14469
  msgid "Use the wppa interface to Simple Cart & Buy Now plugin."
14470
  msgstr ""
14471
 
14472
- #: wppa-settings-autosave.php:8648
14473
  msgid ""
14474
  "If checked, the shortcode to use for the \"add to cart\" button in photo "
14475
  "descriptions is [cart ...]"
14476
  msgstr ""
14477
 
14478
- #: wppa-settings-autosave.php:8649
14479
  msgid ""
14480
  "as opposed to [scabn ...] for the original scabn \"add to cart\" button."
14481
  msgstr ""
14482
 
14483
- #: wppa-settings-autosave.php:8650
14484
  msgid "The shortcode for the check-out page is still [scabn]"
14485
  msgstr ""
14486
 
14487
- #: wppa-settings-autosave.php:8651
14488
  msgid ""
14489
  "The arguments are the same, the defaults are: name = photoname, price = 0.01."
14490
  msgstr ""
14491
 
14492
- #: wppa-settings-autosave.php:8652
14493
  msgid ""
14494
  "Supplying the price should be sufficient; supply a name only when it differs "
14495
  "from the photo name."
14496
  msgstr ""
14497
 
14498
- #: wppa-settings-autosave.php:8653
14499
  msgid "This shortcode handler will also work with Ajax enabled."
14500
  msgstr ""
14501
 
14502
- #: wppa-settings-autosave.php:8654
14503
  msgid ""
14504
  "Using this interface makes sure that the item urls and callback action urls "
14505
  "are correct."
14506
  msgstr ""
14507
 
14508
- #: wppa-settings-autosave.php:8661
14509
  msgid "Use CM Tooltip Glossary"
14510
  msgstr ""
14511
 
14512
- #: wppa-settings-autosave.php:8662
14513
  msgid "Use plugin CM Tooltip Glossary on photo and album descriptions."
14514
  msgstr ""
14515
 
14516
- #: wppa-settings-autosave.php:8663
14517
  msgid ""
14518
  "You MUST set Table IV-A13: Defer javascript, also if you do not want this "
14519
  "plugin to act on album and photo descriptions!"
14520
  msgstr ""
14521
 
14522
- #: wppa-settings-autosave.php:8671
14523
  msgid "External services related settings and actions."
14524
  msgstr ""
14525
 
14526
- #: wppa-settings-autosave.php:8673
14527
  msgid "QR Code widget size"
14528
  msgstr ""
14529
 
14530
- #: wppa-settings-autosave.php:8674
14531
  msgid "The size of the QR code display."
14532
  msgstr ""
14533
 
14534
- #: wppa-settings-autosave.php:8682
14535
  msgid "QR color"
14536
  msgstr ""
14537
 
14538
- #: wppa-settings-autosave.php:8683
14539
  msgid "The display color of the qr code (dark)"
14540
  msgstr ""
14541
 
14542
- #: wppa-settings-autosave.php:8684
14543
  msgid "This color MUST be given in hexadecimal format!"
14544
  msgstr ""
14545
 
14546
- #: wppa-settings-autosave.php:8691
14547
  msgid "QR background color"
14548
  msgstr ""
14549
 
14550
- #: wppa-settings-autosave.php:8692
14551
  msgid "The background color of the qr code (light)"
14552
  msgstr ""
14553
 
14554
- #: wppa-settings-autosave.php:8700
14555
  msgid "CDN Service"
14556
  msgstr ""
14557
 
14558
- #: wppa-settings-autosave.php:8701
14559
  msgid "Select a CDN Service you want to use."
14560
  msgstr ""
14561
 
14562
- #: wppa-settings-autosave.php:8704
14563
  msgid "Cloudinary in maintenance mode"
14564
  msgstr ""
14565
 
14566
- #: wppa-settings-autosave.php:8714
14567
  msgid "Cloud name"
14568
  msgstr ""
14569
 
14570
- #: wppa-settings-autosave.php:8723
14571
  msgid "API key"
14572
  msgstr ""
14573
 
14574
- #: wppa-settings-autosave.php:8732
14575
  msgid "API secret"
14576
  msgstr ""
14577
 
14578
- #: wppa-settings-autosave.php:8741
14579
  msgid "Delete all"
14580
  msgstr ""
14581
 
14582
- #: wppa-settings-autosave.php:8742
14583
  msgid "Deletes them all !!!"
14584
  msgstr ""
14585
 
14586
- #: wppa-settings-autosave.php:8750
14587
  msgid "Delete derived images"
14588
  msgstr ""
14589
 
14590
- #: wppa-settings-autosave.php:8751
14591
  msgid "Deletes all derived images !!!"
14592
  msgstr ""
14593
 
14594
- #: wppa-settings-autosave.php:8759
14595
  msgid "Max lifetime"
14596
  msgstr ""
14597
 
14598
- #: wppa-settings-autosave.php:8760
14599
  msgid "Old images from local server, new images from Cloudinary."
14600
  msgstr ""
14601
 
14602
- #: wppa-settings-autosave.php:8761
14603
  msgid ""
14604
  "If NOT set to Forever: You need to run Table VIII-B15 on a regular basis."
14605
  msgstr ""
14606
 
14607
- #: wppa-settings-autosave.php:8763
14608
  msgid "Forever"
14609
  msgstr ""
14610
 
14611
- #: wppa-settings-autosave.php:8794
14612
  msgid "Cloudinary usage"
14613
  msgstr ""
14614
 
14615
- #: wppa-settings-autosave.php:8830
14616
  msgid "Cloudinary usage data not available"
14617
  msgstr ""
14618
 
14619
- #: wppa-settings-autosave.php:8834
14620
  msgid "Cloudinary routines not installed."
14621
  msgstr ""
14622
 
14623
- #: wppa-settings-autosave.php:8845
14624
  msgid "Cloudinary"
14625
  msgstr ""
14626
 
14627
- #: wppa-settings-autosave.php:8846
14628
  msgid "<span style=\"color:red;\">Requires at least PHP version 5.3</span>"
14629
  msgstr ""
14630
 
14631
- #: wppa-settings-autosave.php:8855
14632
  msgid "GPX Implementation"
14633
  msgstr ""
14634
 
14635
- #: wppa-settings-autosave.php:8856
14636
  msgid "The way the maps are produced."
14637
  msgstr ""
14638
 
14639
- #: wppa-settings-autosave.php:8857
14640
  msgid "Select the way the maps are produced."
14641
  msgstr ""
14642
 
14643
- #: wppa-settings-autosave.php:8858
14644
  msgid ""
14645
  "When using Google maps GPX viewer plugin, you can not use Ajax (Table IV-A1)"
14646
  msgstr ""
14647
 
14648
- #: wppa-settings-autosave.php:8859
14649
  msgid ""
14650
  "When using WPPA+ Embedded code, you can use Ajax, but there are less display "
14651
  "options."
14652
  msgstr ""
14653
 
14654
- #: wppa-settings-autosave.php:8861
14655
  msgid "WPPA+ Embedded code"
14656
  msgstr ""
14657
 
14658
- #: wppa-settings-autosave.php:8861
14659
  msgid "Google maps GPX viewer plugin"
14660
  msgstr ""
14661
 
14662
- #: wppa-settings-autosave.php:8869
14663
  msgid "Map height"
14664
  msgstr ""
14665
 
14666
- #: wppa-settings-autosave.php:8870
14667
  msgid "The height of the map display."
14668
  msgstr ""
14669
 
14670
- #: wppa-settings-autosave.php:8878
14671
  msgid "Google maps API key"
14672
  msgstr ""
14673
 
14674
- #: wppa-settings-autosave.php:8879
14675
  msgid "Enter your Google maps api key here if you have one."
14676
  msgstr ""
14677
 
14678
- #: wppa-settings-autosave.php:8887
14679
  msgid "GPX Shortcode"
14680
  msgstr ""
14681
 
14682
- #: wppa-settings-autosave.php:8888
14683
  msgid "The shortcode to be used for the gpx feature."
14684
  msgstr ""
14685
 
14686
- #: wppa-settings-autosave.php:8889
14687
  msgid ""
14688
  "Enter / modify the shortcode to be generated for the gpx plugin. It must "
14689
  "contain w#lat and w#lon as placeholders for the lattitude and longitude."
14690
  msgstr ""
14691
 
14692
- #: wppa-settings-autosave.php:8890
14693
  msgid "This item is required for using Google maps GPX viewer plugin only"
14694
  msgstr ""
14695
 
14696
- #: wppa-settings-autosave.php:8897
14697
  msgid "Fotomoto"
14698
  msgstr ""
14699
 
14700
- #: wppa-settings-autosave.php:8898
14701
  msgid "Yes, we use Fotomoto on this site. Read the help text!"
14702
  msgstr ""
14703
 
14704
- #: wppa-settings-autosave.php:8899
14705
  msgid "In order to function properly:"
14706
  msgstr ""
14707
 
14708
- #: wppa-settings-autosave.php:8900
14709
  msgid "1. Get yourself a Fotomoto account."
14710
  msgstr ""
14711
 
14712
- #: wppa-settings-autosave.php:8901
14713
  msgid ""
14714
  "2. Install the Fotomoto plugin, enter the \"Fotomoto Site Key:\" and check "
14715
  "the \"Use API Mode:\" checkbox."
14716
  msgstr ""
14717
 
14718
- #: wppa-settings-autosave.php:8902
14719
  msgid "Note: Do NOT Disable the Custom box in Table II-B14."
14720
  msgstr ""
14721
 
14722
- #: wppa-settings-autosave.php:8903
14723
  msgid "Do NOT remove the text w#fotomoto from the Custombox ( Table II-B15 )."
14724
  msgstr ""
14725
 
14726
- #: wppa-settings-autosave.php:8911
14727
  msgid "Fotomoto fontsize"
14728
  msgstr ""
14729
 
14730
- #: wppa-settings-autosave.php:8912
14731
  msgid "Fontsize for the Fotomoto toolbar."
14732
  msgstr ""
14733
 
14734
- #: wppa-settings-autosave.php:8913
14735
  msgid ""
14736
  "If you set it here, it overrules a possible setting for font-size in ."
14737
  "FotomotoToolbarClass on the Fotomoto dashboard."
14738
  msgstr ""
14739
 
14740
- #: wppa-settings-autosave.php:8921
14741
  msgid "Hide toolbar on running slideshows"
14742
  msgstr ""
14743
 
14744
- #: wppa-settings-autosave.php:8922
14745
  msgid "The Fotomoto toolbar will re-appear when the slidshow stops."
14746
  msgstr ""
14747
 
14748
- #: wppa-settings-autosave.php:8929
14749
  msgid "Fotomoto minwidth"
14750
  msgstr ""
14751
 
14752
- #: wppa-settings-autosave.php:8930
14753
  msgid "Minimum width to display Fotomoto toolbar."
14754
  msgstr ""
14755
 
14756
- #: wppa-settings-autosave.php:8931
14757
  msgid ""
14758
  "The display of the Fotomoto Toolbar will be suppressed on smaller slideshows."
14759
  msgstr ""
14760
 
14761
- #: wppa-settings-autosave.php:8956
14762
  msgid "Table X:"
14763
  msgstr ""
14764
 
14765
- #: wppa-settings-autosave.php:8956
14766
  msgid "IPTC Configuration:"
14767
  msgstr ""
14768
 
14769
- #: wppa-settings-autosave.php:8957
14770
  msgid "This table defines the IPTC configuration"
14771
  msgstr ""
14772
 
14773
- #: wppa-settings-autosave.php:8988 wppa-settings-autosave.php:9056
14774
  msgid "Display"
14775
  msgstr ""
14776
 
14777
- #: wppa-settings-autosave.php:8988 wppa-settings-autosave.php:9056
14778
  msgid "Hide"
14779
  msgstr ""
14780
 
14781
- #: wppa-settings-autosave.php:9018
14782
  msgid "Table XI:"
14783
  msgstr ""
14784
 
14785
- #: wppa-settings-autosave.php:9018
14786
  msgid "EXIF Configuration:"
14787
  msgstr ""
14788
 
14789
- #: wppa-settings-autosave.php:9019
14790
  msgid "This table defines the EXIF configuration"
14791
  msgstr ""
14792
 
14793
- #: wppa-settings-autosave.php:9042
14794
  msgid ""
14795
  "Function exif_read_data() does not exist. This means that <b>EXIF</b> is not "
14796
  "enabled. If you want to use <b>EXIF</b> data, ask your hosting provider to "
14797
  "add <b>'--enable-exif'</b> to the php <b>Configure Command</b>."
14798
  msgstr ""
14799
 
14800
- #: wppa-settings-autosave.php:9086
14801
  msgid "Table XII:"
14802
  msgstr ""
14803
 
14804
- #: wppa-settings-autosave.php:9086
14805
  msgid "WPPA+ and PHP Configuration:"
14806
  msgstr ""
14807
 
14808
- #: wppa-settings-autosave.php:9087
14809
  msgid ""
14810
  "This table lists all WPPA+ constants and PHP server configuration parameters "
14811
  "and is read only"
14812
  msgstr ""
14813
 
14814
- #: wppa-settings-autosave.php:9102
14815
  msgid "Value"
14816
  msgstr ""
14817
 
14818
- #: wppa-settings-autosave.php:9108
14819
  msgid "Albums db table name."
14820
  msgstr ""
14821
 
14822
- #: wppa-settings-autosave.php:9120
14823
  msgid "Photos db table name."
14824
  msgstr ""
14825
 
14826
- #: wppa-settings-autosave.php:9132
14827
  msgid "Rating db table name."
14828
  msgstr ""
14829
 
14830
- #: wppa-settings-autosave.php:9144
14831
  msgid "Comments db table name."
14832
  msgstr ""
14833
 
14834
- #: wppa-settings-autosave.php:9156
14835
  msgid "IPTC db table name."
14836
  msgstr ""
14837
 
14838
- #: wppa-settings-autosave.php:9168
14839
  msgid "EXIF db table name."
14840
  msgstr ""
14841
 
14842
- #: wppa-settings-autosave.php:9180 wppa-settings-autosave.php:9192
14843
  msgid "Index db table name."
14844
  msgstr ""
14845
 
14846
- #: wppa-settings-autosave.php:9204
14847
  msgid "Plugins main file name."
14848
  msgstr ""
14849
 
14850
- #: wppa-settings-autosave.php:9210
14851
  msgid "ABSPATH windows proof"
14852
  msgstr ""
14853
 
14854
- #: wppa-settings-autosave.php:9216
14855
  msgid "Path to plugins directory."
14856
  msgstr ""
14857
 
14858
- #: wppa-settings-autosave.php:9222
14859
  msgid "Plugins directory name."
14860
  msgstr ""
14861
 
14862
- #: wppa-settings-autosave.php:9228
14863
  msgid "Plugins directory url."
14864
  msgstr ""
14865
 
14866
- #: wppa-settings-autosave.php:9234
14867
  msgid "The relative upload directory."
14868
  msgstr ""
14869
 
14870
- #: wppa-settings-autosave.php:9240
14871
  msgid "The upload directory path."
14872
  msgstr ""
14873
 
14874
- #: wppa-settings-autosave.php:9246
14875
  msgid "The upload directory url."
14876
  msgstr ""
14877
 
14878
- #: wppa-settings-autosave.php:9252
14879
  msgid "The relative depot directory."
14880
  msgstr ""
14881
 
14882
- #: wppa-settings-autosave.php:9258
14883
  msgid "The depot directory path."
14884
  msgstr ""
14885
 
14886
- #: wppa-settings-autosave.php:9264
14887
  msgid "The depot directory url."
14888
  msgstr ""
14889
 
14890
- #: wppa-settings-autosave.php:9270
14891
  msgid "The path to wp-content."
14892
  msgstr ""
14893
 
14894
- #: wppa-settings-autosave.php:9276
14895
  msgid "WP Base upload dir."
14896
  msgstr ""
14897
 
14898
- #: wppa-settings-autosave.php:9283
14899
  msgid "WP Content url."
14900
  msgstr ""
14901
 
14902
- #: wppa-settings-autosave.php:9302
14903
  #, php-format
14904
  msgid "<br />Memory used on this page: %6.2f Mb."
14905
  msgstr ""
14906
 
14907
- #: wppa-settings-autosave.php:9303
14908
  #, php-format
14909
  msgid "<br />There are %d settings and %d runtime parameters."
14910
  msgstr ""
14911
 
14912
- #: wppa-settings-autosave.php:9382
14913
  msgid "The default for this setting is:"
14914
  msgstr ""
14915
 
14916
- #: wppa-settings-autosave.php:9399
14917
  msgid "Click for help"
14918
  msgstr ""
14919
 
14920
- #: wppa-settings-autosave.php:9443 wppa-settings-autosave.php:9461
14921
- #: wppa-settings-autosave.php:9490 wppa-settings-autosave.php:9513
14922
- #: wppa-settings-autosave.php:9543 wppa-settings-autosave.php:9570
14923
- #: wppa-settings-autosave.php:9596 wppa-settings-autosave.php:9645
14924
  msgid "Slug ="
14925
  msgstr ""
14926
 
14927
- #: wppa-settings-autosave.php:9513 wppa-settings-autosave.php:9543
14928
- #: wppa-settings-autosave.php:9570 wppa-settings-autosave.php:9596
14929
  msgid "Values = yes, no"
14930
  msgstr ""
14931
 
14932
- #: wppa-settings-autosave.php:9542 wppa-settings-autosave.php:9568
14933
- #: wppa-settings-autosave.php:9595
14934
  msgid "Warning!"
14935
  msgstr ""
14936
 
14937
- #: wppa-settings-autosave.php:9569 wppa-settings-autosave.php:9595
14938
  msgid "Please read the help"
14939
  msgstr ""
14940
 
14941
- #: wppa-settings-autosave.php:9645
14942
  msgid "Values = "
14943
  msgstr ""
14944
 
14945
- #: wppa-settings-autosave.php:9720
14946
  msgid "Checked"
14947
  msgstr ""
14948
 
14949
- #: wppa-settings-autosave.php:9721
14950
  msgid "Unchecked"
14951
  msgstr ""
14952
 
14953
- #: wppa-settings-autosave.php:9726
14954
  msgid "the photo specific link."
14955
  msgstr ""
14956
 
14957
- #: wppa-settings-autosave.php:9758
14958
  msgid "Show!"
14959
  msgstr ""
14960
 
14961
- #: wppa-settings-autosave.php:9778
14962
  msgid "Not done yet"
14963
  msgstr ""
14964
 
14965
- #: wppa-settings-autosave.php:9785
14966
  msgid "Start!"
14967
  msgstr ""
14968
 
14969
- #: wppa-settings-autosave.php:9790
14970
  msgid "Locked!"
14971
  msgstr ""
14972
 
14973
- #: wppa-settings-autosave.php:9821
14974
  msgid ""
14975
  "You can not have popup and lightbox on thumbnails at the same time. Uncheck "
14976
  "either Table IV-C8 or choose a different linktype in Table VI-2."
14977
  msgstr ""
14978
 
14979
- #: wppa-settings-autosave.php:9824
14980
  #, php-format
14981
  msgid ""
14982
  "It is important that you select a page that contains at least %%wppa%% or "
14983
  "[wppa][/wppa]."
14984
  msgstr ""
14985
 
14986
- #: wppa-settings-autosave.php:9825
14987
  msgid ""
14988
  "If you ommit this, the link will not work at all or simply refresh the "
14989
  "(home)page."
14990
  msgstr ""
14991
 
14992
- #: wppa-setup.php:500
14993
  msgid "IMPORTANT UPGRADE NOTICE"
14994
  msgstr ""
14995
 
14996
- #: wppa-setup.php:501
14997
  msgid ""
14998
  "Please CHECK your customized WPPA-STYLE.CSS file against the newly supplied "
14999
  "one. You may wish to add or modify some attributes. Be aware of the fact "
15000
  "that most settings can now be set in the admin settings page."
15001
  msgstr ""
15002
 
15003
- #: wppa-setup.php:502
15004
  msgid ""
15005
  "Please REPLACE your customized WPPA-THEME.PHP file by the newly supplied "
15006
  "one, or just remove it from your theme directory. You may modify it later if "
@@ -15008,146 +15082,146 @@ msgid ""
15008
  "version of the plugin software."
15009
  msgstr ""
15010
 
15011
- #: wppa-setup.php:530
15012
  #, php-format
15013
  msgid "WPPA+ successfully updated in multi site mode to db version %s."
15014
  msgstr ""
15015
 
15016
- #: wppa-setup.php:533
15017
  #, php-format
15018
  msgid "WPPA+ successfully updated in single site mode to db version %s."
15019
  msgstr ""
15020
 
15021
- #: wppa-setup.php:538
15022
  msgid "An error occurred during update"
15023
  msgstr ""
15024
 
15025
- #: wppa-setup.php:844
15026
  msgid ""
15027
  "<span style=\"color:red\" >Warning: Do not upload copyrighted material!</"
15028
  "span>"
15029
  msgstr ""
15030
 
15031
- #: wppa-setup.php:853 wppa-setup.php:857 wppa-setup.php:861
15032
  msgid "Select tags:"
15033
  msgstr ""
15034
 
15035
- #: wppa-setup.php:864
15036
  msgid "Enter new tags:"
15037
  msgstr ""
15038
 
15039
- #: wppa-setup.php:1048
15040
  msgid "Vote for me!"
15041
  msgstr ""
15042
 
15043
- #: wppa-setup.php:1049
15044
  msgid "Voted for me"
15045
  msgstr ""
15046
 
15047
- #: wppa-setup.php:1396
15048
  msgid "NEW"
15049
  msgstr ""
15050
 
15051
- #: wppa-setup.php:1398
15052
  msgid "MODIFIED"
15053
  msgstr ""
15054
 
15055
- #: wppa-setup.php:1448
15056
  msgid "Search in current section"
15057
  msgstr ""
15058
 
15059
- #: wppa-setup.php:1449
15060
  msgid "Search in current results"
15061
  msgstr ""
15062
 
15063
- #: wppa-setup.php:1520
15064
  msgid "Type your custom url here"
15065
  msgstr ""
15066
 
15067
- #: wppa-setup.php:1521
15068
  msgid "Type the title here"
15069
  msgstr ""
15070
 
15071
- #: wppa-setup.php:1533 wppa-topten-widget.php:13 wppa-topten-widget.php:48
15072
  #: wppa-topten-widget.php:298
15073
  msgid "Top Ten Photos"
15074
  msgstr ""
15075
 
15076
- #: wppa-setup.php:1536 wppa-thumbnail-widget.php:13
15077
  #: wppa-thumbnail-widget.php:166
15078
  msgid "Thumbnail Photos"
15079
  msgstr ""
15080
 
15081
- #: wppa-setup.php:1539
15082
  msgid "Search photos"
15083
  msgstr ""
15084
 
15085
- #: wppa-setup.php:1582
15086
  msgid ""
15087
  "The uploads directory does not exist, please do a regular WP upload first."
15088
  msgstr ""
15089
 
15090
- #: wppa-setup.php:1586
15091
  msgid "Successfully created uploads directory."
15092
  msgstr ""
15093
 
15094
- #: wppa-setup.php:1597
15095
  msgid "Could not create the wppa directory."
15096
  msgstr ""
15097
 
15098
- #: wppa-setup.php:1601
15099
  msgid "Successfully created wppa directory."
15100
  msgstr ""
15101
 
15102
- #: wppa-setup.php:1611
15103
  msgid "Could not create the wppa thumbs directory."
15104
  msgstr ""
15105
 
15106
- #: wppa-setup.php:1615
15107
  msgid "Successfully created wppa thumbs directory."
15108
  msgstr ""
15109
 
15110
- #: wppa-setup.php:1625
15111
  msgid "Could not create the wppa watermarks directory."
15112
  msgstr ""
15113
 
15114
- #: wppa-setup.php:1629
15115
  msgid "Successfully created wppa watermarks directory."
15116
  msgstr ""
15117
 
15118
- #: wppa-setup.php:1639
15119
  msgid "Could not create the wppa fonts directory."
15120
  msgstr ""
15121
 
15122
- #: wppa-setup.php:1643
15123
  msgid "Successfully created wppa fonts directory."
15124
  msgstr ""
15125
 
15126
- #: wppa-setup.php:1655
15127
  msgid "Unable to create depot directory."
15128
  msgstr ""
15129
 
15130
- #: wppa-setup.php:1659
15131
  msgid "Successfully created wppa depot directory."
15132
  msgstr ""
15133
 
15134
- #: wppa-setup.php:1670
15135
  msgid "Unable to create user depot directory"
15136
  msgstr ""
15137
 
15138
- #: wppa-setup.php:1674
15139
  msgid "Successfully created wppa user depot directory."
15140
  msgstr ""
15141
 
15142
- #: wppa-setup.php:1684
15143
  msgid "Unable to create temp directory"
15144
  msgstr ""
15145
 
15146
- #: wppa-setup.php:1688
15147
  msgid "Successfully created temp directory."
15148
  msgstr ""
15149
 
15150
- #: wppa-setup.php:1696
15151
  #, php-format
15152
  msgid ""
15153
  "Ask your administrator to give you more rights, or create <b>%s</b> manually "
@@ -15445,11 +15519,11 @@ msgstr ""
15445
  msgid "Show photo names <small>under thumbnails only</small>:"
15446
  msgstr ""
15447
 
15448
- #: wppa-thumbnails.php:177 wppa-thumbnails.php:1111 wppa-topten-widget.php:157
15449
  msgid "View the top rated photos"
15450
  msgstr "Se fotos med h&oslash;jeste bed&oslash;mmelse"
15451
 
15452
- #: wppa-thumbnails.php:1018
15453
  #, php-format
15454
  msgid "Missing thumbnail image #%s"
15455
  msgstr "Manglende miniaturebillede #%s"
@@ -15561,7 +15635,7 @@ msgstr ""
15561
 
15562
  #: wppa-tinymce-scripts.php:207 wppa-tinymce-shortcodes.php:295
15563
  #: wppa-tinymce-shortcodes.php:318 wppa-tinymce-shortcodes.php:363
15564
- #: wppa-tinymce-shortcodes.php:386 wppa-tinymce-shortcodes.php:573
15565
  msgid "There are no albums yet"
15566
  msgstr ""
15567
 
@@ -15596,15 +15670,15 @@ msgstr ""
15596
  msgid "--- The photo of the day ---"
15597
  msgstr ""
15598
 
15599
- #: wppa-tinymce-scripts.php:243 wppa-tinymce-shortcodes.php:447
15600
  msgid "There are no photos yet"
15601
  msgstr ""
15602
 
15603
- #: wppa-tinymce-scripts.php:249 wppa-tinymce-shortcodes.php:453
15604
  msgid "Specify the photo to be used"
15605
  msgstr ""
15606
 
15607
- #: wppa-tinymce-scripts.php:250 wppa-tinymce-shortcodes.php:454
15608
  msgid "You can select from a maximum of 100 most recently added photos"
15609
  msgstr ""
15610
 
@@ -15612,7 +15686,7 @@ msgstr ""
15612
  msgid "The tags the photos should have:"
15613
  msgstr ""
15614
 
15615
- #: wppa-tinymce-scripts.php:259 wppa-tinymce-shortcodes.php:471
15616
  msgid "--- please select tag(s) ---"
15617
  msgstr ""
15618
 
@@ -15623,37 +15697,37 @@ msgid ""
15623
  "tags"
15624
  msgstr ""
15625
 
15626
- #: wppa-tinymce-scripts.php:272 wppa-tinymce-shortcodes.php:596
15627
  msgid "The size of the display:"
15628
  msgstr ""
15629
 
15630
- #: wppa-tinymce-scripts.php:277 wppa-tinymce-shortcodes.php:601
15631
  msgid ""
15632
  "Specify the horizontal size in pixels or <span style=\"color:blue\" >auto</"
15633
  "span>."
15634
  msgstr ""
15635
 
15636
- #: wppa-tinymce-scripts.php:278 wppa-tinymce-shortcodes.php:602
15637
  msgid ""
15638
  "A value less than <span style=\"color:blue\" >100</span> will automaticly be "
15639
  "interpreted as a <span style=\"color:blue\" >percentage</span> of the "
15640
  "available space."
15641
  msgstr ""
15642
 
15643
- #: wppa-tinymce-scripts.php:279 wppa-tinymce-shortcodes.php:603
15644
  msgid "Leave this blank for default size"
15645
  msgstr ""
15646
 
15647
- #: wppa-tinymce-scripts.php:284 wppa-tinymce-shortcodes.php:609
15648
  #: wppa-widget-admin.php:79
15649
  msgid "Horizontal alignment:"
15650
  msgstr ""
15651
 
15652
- #: wppa-tinymce-scripts.php:293 wppa-tinymce-shortcodes.php:618
15653
  msgid "Specify the alignment to be used or --- none ---"
15654
  msgstr ""
15655
 
15656
- #: wppa-tinymce-scripts.php:299 wppa-tinymce-shortcodes.php:628
15657
  msgid "Insert Gallery"
15658
  msgstr ""
15659
 
@@ -15885,7 +15959,7 @@ msgstr ""
15885
  msgid "Please select one or more albums"
15886
  msgstr ""
15887
 
15888
- #: wppa-tinymce-shortcodes.php:309 wppa-upldr-widget.php:209 wppa-utils.php:418
15889
  msgid "All albums"
15890
  msgstr ""
15891
 
@@ -15910,7 +15984,7 @@ msgid "No parent specification"
15910
  msgstr ""
15911
 
15912
  #: wppa-tinymce-shortcodes.php:354 wppa-tinymce-shortcodes.php:377
15913
- #: wppa-tinymce-shortcodes.php:564
15914
  msgid "The generic parent"
15915
  msgstr ""
15916
 
@@ -15930,101 +16004,101 @@ msgstr ""
15930
  msgid "--- please select category ---"
15931
  msgstr ""
15932
 
15933
- #: wppa-tinymce-shortcodes.php:443
15934
- msgid "The most recently uploaded photo"
15935
  msgstr ""
15936
 
15937
  #: wppa-tinymce-shortcodes.php:444
15938
- msgid "The photo of the day"
15939
  msgstr ""
15940
 
15941
- #: wppa-tinymce-shortcodes.php:461
15942
  msgid "Preview image:"
15943
  msgstr ""
15944
 
15945
- #: wppa-tinymce-shortcodes.php:468
15946
  msgid "The photo tag(s):"
15947
  msgstr ""
15948
 
15949
- #: wppa-tinymce-shortcodes.php:482
15950
  msgid "Or / And:"
15951
  msgstr ""
15952
 
15953
- #: wppa-tinymce-shortcodes.php:484
15954
  msgid "Meet any"
15955
  msgstr ""
15956
 
15957
- #: wppa-tinymce-shortcodes.php:485
15958
  msgid "Meet all"
15959
  msgstr ""
15960
 
15961
- #: wppa-tinymce-shortcodes.php:491 wppa-tinymce-shortcodes.php:539
15962
  msgid "Additional features:"
15963
  msgstr ""
15964
 
15965
- #: wppa-tinymce-shortcodes.php:493
15966
  msgid "Enable Subsearch"
15967
  msgstr ""
15968
 
15969
- #: wppa-tinymce-shortcodes.php:494
15970
  msgid "Enable Rootsearch"
15971
  msgstr ""
15972
 
15973
- #: wppa-tinymce-shortcodes.php:500
15974
  msgid "Search root:"
15975
  msgstr ""
15976
 
15977
- #: wppa-tinymce-shortcodes.php:519
15978
  msgid "Landing page:"
15979
  msgstr ""
15980
 
15981
- #: wppa-tinymce-shortcodes.php:541
15982
  msgid "Enable all tags"
15983
  msgstr ""
15984
 
15985
- #: wppa-tinymce-shortcodes.php:544
15986
  msgid "Please select the tags to show"
15987
  msgstr ""
15988
 
15989
- #: wppa-tinymce-shortcodes.php:550
15990
  msgid "There are no tags"
15991
  msgstr ""
15992
 
15993
- #: wppa-tinymce-shortcodes.php:581
15994
  msgid "Calendar type:"
15995
  msgstr ""
15996
 
15997
- #: wppa-tinymce-shortcodes.php:584
15998
  msgid "By EXIF date"
15999
  msgstr ""
16000
 
16001
- #: wppa-tinymce-shortcodes.php:585
16002
  msgid "By date of upload"
16003
  msgstr ""
16004
 
16005
- #: wppa-tinymce-shortcodes.php:586
16006
  msgid "By date last modified"
16007
  msgstr ""
16008
 
16009
- #: wppa-tinymce-shortcodes.php:589
16010
  msgid "Last date first"
16011
  msgstr ""
16012
 
16013
- #: wppa-tinymce-shortcodes.php:590
16014
  msgid "Initially display all"
16015
  msgstr ""
16016
 
16017
- #: wppa-tinymce-shortcodes.php:626
16018
  msgid ""
16019
  "This is a preview of the shortcode that is being generated. You may edit the "
16020
  "comment"
16021
  msgstr ""
16022
 
16023
- #: wppa-tinymce-shortcodes.php:629
16024
  msgid "insert Gallery"
16025
  msgstr ""
16026
 
16027
- #: wppa-tinymce-shortcodes.php:629
16028
  msgid "Please complete the shortcode specs"
16029
  msgstr ""
16030
 
@@ -16707,67 +16781,67 @@ msgstr ""
16707
  msgid "--- Ngg Galleries --- "
16708
  msgstr ""
16709
 
16710
- #: wppa-utils.php:288
16711
  #, php-format
16712
  msgid "Rating: %s"
16713
  msgstr ""
16714
 
16715
- #: wppa-utils.php:893 wppa-utils.php:904 wppa-utils.php:915
16716
  msgid "Notification of inappropriate image"
16717
  msgstr ""
16718
 
16719
- #: wppa-utils.php:894 wppa-utils.php:905 wppa-utils.php:916
16720
  #, php-format
16721
  msgid "Photo %s has been marked as inappropriate by %s different visitors."
16722
  msgstr ""
16723
 
16724
- #: wppa-utils.php:906
16725
  msgid "The status has been changed to 'pending'."
16726
  msgstr ""
16727
 
16728
- #: wppa-utils.php:917
16729
  msgid "It has been deleted."
16730
  msgstr ""
16731
 
16732
- #: wppa-utils.php:984
16733
  msgid "Your photo has a new approved comment"
16734
  msgstr ""
16735
 
16736
- #: wppa-utils.php:987
16737
  msgid "From:"
16738
  msgstr ""
16739
 
16740
- #: wppa-utils.php:995
16741
  msgid "Approved comment on photo"
16742
  msgstr ""
16743
 
16744
- #: wppa-utils.php:1042
16745
  #, php-format
16746
  msgid "The visitors email address is: <a href=\"mailto:%s\">%s</a>"
16747
  msgstr ""
16748
 
16749
- #: wppa-utils.php:1047
16750
  #, php-format
16751
  msgid "The visitor says his email address is: <a href=\"mailto:%s\">%s</a>"
16752
  msgstr ""
16753
 
16754
- #: wppa-utils.php:1055
16755
  #, php-format
16756
  msgid ""
16757
  "This message is automaticly generated at %s. It is useless to respond to it."
16758
  msgstr ""
16759
 
16760
- #: wppa-utils.php:1262
16761
  #, php-format
16762
  msgid "Time out after processing %s items."
16763
  msgstr ""
16764
 
16765
- #: wppa-utils.php:1265 wppa-utils.php:1269
16766
  #, php-format
16767
  msgid "Time out after processing %s items. Please restart this operation"
16768
  msgstr ""
16769
 
16770
- #: wppa-utils.php:2329
16771
  msgid "There are no ratings between"
16772
  msgstr ""
16773
 
@@ -16960,96 +17034,30 @@ msgstr ""
16960
  msgid "There are too many photos in the selection to show a preview ( %d )"
16961
  msgstr ""
16962
 
16963
- #: wppa-widget-functions.php:150
16964
  msgid "- select (another) album or a set -"
16965
  msgstr ""
16966
 
16967
- #: wppa-widget-functions.php:185
16968
  msgid "- all albums -"
16969
  msgstr ""
16970
 
16971
- #: wppa-widget-functions.php:187
16972
  msgid "- all -separate- albums -"
16973
  msgstr ""
16974
 
16975
- #: wppa-widget-functions.php:189
16976
  msgid "- all albums except -separate-"
16977
  msgstr ""
16978
 
16979
- #: wppa-widget-functions.php:191
16980
  msgid "- top rated photos -"
16981
  msgstr ""
16982
 
16983
- #: wppa-widget-functions.php:192
16984
  msgid "- start over -"
16985
  msgstr ""
16986
 
16987
- #: wppa.php:377
16988
- msgid ""
16989
- "</strong><h3>WP Photo ALbum Plus Error message</h3>This is a multi site "
16990
- "installation. One of the following 3 lines must be entered in wp-config.php:"
16991
- msgstr ""
16992
-
16993
- #: wppa.php:378
16994
- msgid ""
16995
- "<br /><br /><b>define( 'WPPA_MULTISITE_INDIVIDUAL', true );</b> <small>// "
16996
- "Multisite WP 3.5 or later with every site its own albums and photos</small>"
16997
- msgstr ""
16998
-
16999
- #: wppa.php:379
17000
- msgid ""
17001
- "<br /><b>define( 'WPPA_MULTISITE_BLOGSDIR', true );</b> <small>// Multisite "
17002
- "prior to WP 3.5 with every site its own albums and photos</small>"
17003
- msgstr ""
17004
-
17005
- #: wppa.php:380
17006
- msgid ""
17007
- "<br /><b>define( 'WPPA_MULTISITE_GLOBAL', true );</b> <small>// Multisite "
17008
- "with one common set of albums and photos</small>"
17009
- msgstr ""
17010
-
17011
- #: wppa.php:381
17012
- msgid ""
17013
- "<br /><br />For more information see: <a href=\"https://wordpress.org/"
17014
- "plugins/wp-photo-album-plus/faq/\">the faq</a>"
17015
- msgstr ""
17016
-
17017
- #: wppa.php:382
17018
- msgid ""
17019
- "<br /><br /><em>If you upload photos, they will be placed in the wrong "
17020
- "location and will not be visible for visitors!</em><strong>"
17021
- msgstr ""
17022
-
17023
- #: wppa.php:399
17024
- msgid ""
17025
- "</strong>The photo index table needs to be rebuilt. Please run <b>Photo "
17026
- "Albums -> Settings</b> admin page <b>Table VIII-A9</b><strong>"
17027
- msgstr ""
17028
-
17029
- #: wppa.php:403
17030
- msgid ""
17031
- "</strong>The album index table needs to be rebuilt. Please run <b>Photo "
17032
- "Albums -> Settings</b> admin page <b>Table VIII-A8</b><strong>"
17033
- msgstr ""
17034
-
17035
- #: wppa.php:407
17036
- msgid ""
17037
- "</strong>The avarage ratings need to be recalculated. Please run <b>Photo "
17038
- "Albums -> Settings</b> admin page <b>Table VIII-A5</b><strong>"
17039
- msgstr ""
17040
-
17041
- #: wppa.php:427
17042
- msgid ""
17043
- "</strong>The tags system needs to be converted. Please run <b>Photo Albums -"
17044
- "> Settings</b> admin page <b>Table VIII-B16</b><strong>"
17045
- msgstr ""
17046
-
17047
- #: wppa.php:445
17048
- msgid ""
17049
- "</strong>The cats system needs to be converted. Please run <b>Photo Albums -"
17050
- "> Settings</b> admin page <b>Table VIII-B17</b><strong>"
17051
- msgstr ""
17052
-
17053
  #. Plugin Name of the plugin/theme
17054
  msgid "WP Photo Album Plus"
17055
  msgstr "WP Photo Album Plus"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Photo Album Plus\n"
4
+ "POT-Creation-Date: 2016-06-10 15:29+0200\n"
5
+ "PO-Revision-Date: 2016-06-10 15:29+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"
30
  #: wppa-album-admin-autosave.php:1524 wppa-album-admin-autosave.php:1598
31
  #: wppa-album-admin-autosave.php:1709 wppa-album-admin-autosave.php:2031
32
  #: wppa-comment-admin.php:318 wppa-comment-admin.php:387
33
+ #: wppa-comment-admin.php:405 wppa-setup.php:1250 wppa-thumbnails.php:638
34
  msgid "Edit"
35
  msgstr "Rediger"
36
 
39
  msgstr "Advarsel. Ingen side defineret for søgeresultater!"
40
 
41
  #: theme/photo-album-search-page.php:39 wppa-boxes-html.php:169
42
+ #: wppa-settings-autosave.php:421 wppa-settings-autosave.php:3241
43
  msgid "Search"
44
  msgstr "Søg"
45
 
87
  msgid "Settings file not found"
88
  msgstr ""
89
 
90
+ #: wppa-admin-functions.php:204 wppa-admin-functions.php:208 wppa-ajax.php:2579
91
+ #: wppa-ajax.php:2586
92
  msgid "Please supply a numeric value greater than or equal to"
93
  msgstr ""
94
 
95
+ #: wppa-admin-functions.php:204 wppa-admin-functions.php:208 wppa-ajax.php:2579
96
+ #: wppa-ajax.php:2586
97
  msgid "for"
98
  msgstr ""
99
 
100
+ #: wppa-admin-functions.php:208 wppa-ajax.php:2586
101
  msgid "and less than or equal to"
102
  msgstr ""
103
 
217
  msgid "Photo&thinsp;Albums"
218
  msgstr ""
219
 
220
+ #: wppa-admin.php:57 wppa-adminbar.php:40 wppa-settings-autosave.php:5917
221
  msgid "Album Admin"
222
  msgstr ""
223
 
224
+ #: wppa-admin.php:58 wppa-adminbar.php:47 wppa-settings-autosave.php:5918
225
  #: wppa-upload-widget.php:79 wppa-upload.php:88
226
  msgid "Upload Photos"
227
  msgstr ""
230
  msgid "Edit Photos"
231
  msgstr ""
232
 
233
+ #: wppa-admin.php:63 wppa-adminbar.php:61 wppa-settings-autosave.php:5919
234
  #: wppa-upload.php:459
235
  msgid "Import Photos"
236
  msgstr ""
240
  msgstr ""
241
 
242
  #: wppa-admin.php:65 wppa-adminbar.php:75 wppa-export.php:32
243
+ #: wppa-settings-autosave.php:5921
244
  msgid "Export Photos"
245
  msgstr ""
246
 
247
  #: wppa-admin.php:66 wppa-adminbar.php:82 wppa-comment-admin.php:223
248
+ #: wppa-settings-autosave.php:5922
249
  msgid "Settings"
250
  msgstr ""
251
 
254
  msgstr ""
255
 
256
  #: wppa-admin.php:67 wppa-adminbar.php:89 wppa-potd-widget.php:60
257
+ #: wppa-settings-autosave.php:5923 wppa-setup.php:1521
258
  msgid "Photo of the day"
259
  msgstr ""
260
 
263
  msgstr ""
264
 
265
  #: wppa-admin.php:68 wppa-adminbar.php:96 wppa-settings-autosave.php:411
266
+ #: wppa-settings-autosave.php:3070 wppa-settings-autosave.php:8339
267
+ #: wppa-settings-autosave.php:8384
268
  msgid "Comments"
269
  msgstr ""
270
 
288
  msgid "Import"
289
  msgstr ""
290
 
291
+ #: wppa-admin.php:122 wppa-settings-autosave.php:9517
292
  msgid "Update"
293
  msgstr ""
294
 
295
+ #: wppa-adminbar.php:103 wppa-settings-autosave.php:5925
296
  msgid "Help & Info"
297
  msgstr ""
298
 
335
  msgid "Title:"
336
  msgstr ""
337
 
338
+ #: wppa-ajax.php:174
339
  msgid ""
340
  "All modifications are instantly updated on the server. The <b style=\"color:"
341
  "#070\" >Remark</b> field keeps you informed on the actions taken at the "
342
  "background."
343
  msgstr ""
344
 
345
+ #: wppa-ajax.php:177
346
  msgid "Exit & Refresh"
347
  msgstr ""
348
 
349
+ #: wppa-ajax.php:251 wppa-ajax.php:317 wppa-ajax.php:352 wppa-ajax.php:630
350
+ #: wppa-ajax.php:895 wppa-ajax.php:2536
351
  msgid "Security check failure"
352
  msgstr ""
353
 
354
+ #: wppa-ajax.php:285 wppa-ajax.php:341
355
  msgid "You do not have the rights to moderate photos this way"
356
  msgstr ""
357
 
358
+ #: wppa-ajax.php:301 wppa-ajax.php:1173
359
  msgid "Photo comment approved"
360
  msgstr ""
361
 
362
+ #: wppa-ajax.php:314
363
  #, php-format
364
  msgid "Failed to update stutus of photo %s"
365
  msgstr ""
366
 
367
+ #: wppa-ajax.php:314 wppa-ajax.php:321
368
  msgid "Please refresh the page"
369
  msgstr ""
370
 
371
+ #: wppa-ajax.php:321
372
  #, php-format
373
  msgid "Failed to update stutus of comment %s"
374
  msgstr ""
375
 
376
+ #: wppa-ajax.php:336 wppa-ajax.php:356
377
  msgid "Photo removed"
378
  msgstr ""
379
 
380
+ #: wppa-ajax.php:361
381
  msgid "Comment removed"
382
  msgstr ""
383
 
384
+ #: wppa-ajax.php:362
385
  msgid "Could not remove comment"
386
  msgstr ""
387
 
388
+ #: wppa-ajax.php:365 wppa-ajax.php:763
389
  msgid "Unexpected error"
390
  msgstr ""
391
 
392
+ #: wppa-ajax.php:371
393
  msgid "This feature is not enabled on this website"
394
  msgstr ""
395
 
396
+ #: wppa-ajax.php:383
397
  msgid "The album is empty"
398
  msgstr ""
399
 
400
+ #: wppa-ajax.php:392 wppa-ajax.php:471 wppa-ajax.php:593
401
  msgid "Unable to create zip archive"
402
  msgstr ""
403
 
404
+ #: wppa-ajax.php:404
405
  #, php-format
406
  msgid "Unable to create zip archive. code = %s"
407
  msgstr ""
408
 
409
+ #: wppa-ajax.php:441
410
  #, php-format
411
  msgid "Only %s out of %s photos could be added to the zipfile"
412
  msgstr ""
413
 
414
+ #: wppa-ajax.php:479
415
  msgid "Unable to create zipsdir"
416
  msgstr ""
417
 
418
+ #: wppa-ajax.php:504 wppa-functions.php:2072 wppa-thumbnails.php:613
419
  msgid "Selected"
420
  msgstr ""
421
 
422
+ #: wppa-ajax.php:534
423
  msgid "Unknown source of request"
424
  msgstr ""
425
 
426
+ #: wppa-ajax.php:552
427
  msgid "Empty filename"
428
  msgstr ""
429
 
430
+ #: wppa-ajax.php:579
431
  msgid "Unable to create tempdir"
432
  msgstr ""
433
 
434
+ #: wppa-ajax.php:603
435
  msgid "Unknown type"
436
  msgstr ""
437
 
438
+ #: wppa-ajax.php:612
439
  msgid "The photo does no longer exist"
440
  msgstr ""
441
 
442
+ #: wppa-ajax.php:644
443
  msgid "An error occurred while processing you rating request."
444
  msgstr ""
445
 
446
+ #: wppa-ajax.php:645
447
  msgid "Maybe you opened the page too long ago to recognize you."
448
  msgstr ""
449
 
450
+ #: wppa-ajax.php:646
451
  msgid "You may refresh the page and try again."
452
  msgstr ""
453
 
454
+ #: wppa-ajax.php:647
455
  msgid ""
456
  "Althoug an error occurred while processing your rating, your vote has been "
457
  "registered."
458
  msgstr ""
459
 
460
+ #: wppa-ajax.php:648
461
  msgid "However, this may not be reflected in the current pageview"
462
  msgstr ""
463
 
464
+ #: wppa-ajax.php:670
465
  msgid "Photo has been removed."
466
  msgstr ""
467
 
468
+ #: wppa-ajax.php:679
469
  msgid "Sorry, you can not rate your own photos"
470
  msgstr ""
471
 
472
+ #: wppa-ajax.php:691
473
  msgid "Please enter a comment."
474
  msgstr ""
475
 
476
+ #: wppa-ajax.php:716
477
  msgid "Security check failure."
478
  msgstr ""
479
 
480
+ #: wppa-ajax.php:728 wppa-ajax.php:744
481
  msgid "Photo rated"
482
  msgstr ""
483
 
484
+ #: wppa-ajax.php:847
485
  msgid ""
486
  "Please explain your vote in a comment.\n"
487
  "Your vote will be discarded if you don't.\n"
491
  "your vote became effective."
492
  msgstr ""
493
 
494
+ #: wppa-ajax.php:891
495
  msgid "You do not have the rights to delete a photo"
496
  msgstr ""
497
 
498
+ #: wppa-ajax.php:901
499
  #, php-format
500
  msgid "Photo %s has been deleted"
501
  msgstr ""
502
 
503
+ #: wppa-ajax.php:917
504
  msgid "You do not have the rights to update album information"
505
  msgstr ""
506
 
507
+ #: wppa-ajax.php:929
508
  msgid "<b>Ratings cleared</b>"
509
  msgstr ""
510
 
511
+ #: wppa-ajax.php:929 wppa-ajax.php:935 wppa-photo-admin-autosave.php:318
512
  msgid "No ratings for this photo."
513
  msgstr ""
514
 
515
+ #: wppa-ajax.php:932
516
  msgid "An error occurred while clearing ratings"
517
  msgstr ""
518
 
519
+ #: wppa-ajax.php:935 wppa-ajax.php:956 wppa-ajax.php:978
520
  msgid "<b>No photos in this album</b>"
521
  msgstr ""
522
 
523
+ #: wppa-ajax.php:950
524
  msgid "<b>Tags set to defaults</b> (reload)"
525
  msgstr ""
526
 
527
+ #: wppa-ajax.php:953
528
  msgid "An error occurred while setting tags"
529
  msgstr ""
530
 
531
+ #: wppa-ajax.php:972
532
  msgid "<b>Tags added width defaults</b> (reload)"
533
  msgstr ""
534
 
535
+ #: wppa-ajax.php:975
536
  msgid "An error occurred while adding tags"
537
  msgstr ""
538
 
539
+ #: wppa-ajax.php:1001
540
  msgid "No subalbums found to process"
541
  msgstr ""
542
 
543
+ #: wppa-ajax.php:1006
544
  msgid "No categories found to process"
545
  msgstr ""
546
 
547
+ #: wppa-ajax.php:1010
548
  #, php-format
549
  msgid "%d album updated"
550
  msgid_plural "%d albums updated"
551
  msgstr[0] ""
552
  msgstr[1] ""
553
 
554
+ #: wppa-ajax.php:1017
555
  #, php-format
556
  msgid "Album name may not be empty.<br />Reset to <b>%s</b>"
557
  msgstr ""
558
 
559
+ #: wppa-ajax.php:1019 wppa-ajax.php:1433 wppa-album-admin-autosave.php:356
560
  #: wppa-album-admin-autosave.php:413 wppa-album-admin-autosave.php:1067
561
  #: wppa-album-admin-autosave.php:1204 wppa-album-admin-autosave.php:1376
562
  #: wppa-album-admin-autosave.php:1471 wppa-boxes-html.php:409
563
  #: wppa-boxes-html.php:523 wppa-photo-admin-autosave.php:1363
564
  #: wppa-photo-admin-autosave.php:1482 wppa-photo-admin-autosave.php:1879
565
+ #: wppa-settings-autosave.php:507 wppa-settings-autosave.php:669
566
+ #: wppa-settings-autosave.php:691 wppa-settings-autosave.php:1429
567
+ #: wppa-settings-autosave.php:1450 wppa-settings-autosave.php:2967
568
+ #: wppa-settings-autosave.php:2988 wppa-settings-autosave.php:3312
569
+ #: wppa-settings-autosave.php:3336 wppa-settings-autosave.php:3861
570
+ #: wppa-settings-autosave.php:3975 wppa-settings-autosave.php:4613
571
+ #: wppa-settings-autosave.php:4634 wppa-settings-autosave.php:4810
572
+ #: wppa-settings-autosave.php:4834 wppa-settings-autosave.php:5883
573
+ #: wppa-settings-autosave.php:6293 wppa-settings-autosave.php:6543
574
+ #: wppa-settings-autosave.php:6565 wppa-settings-autosave.php:7228
575
+ #: wppa-settings-autosave.php:7252 wppa-settings-autosave.php:8333
576
+ #: wppa-settings-autosave.php:8974 wppa-settings-autosave.php:9130
577
  #: wppa-thumbnail-widget.php:202 wppa-upload.php:166
578
  msgid "Name"
579
  msgstr "Navn"
580
 
581
+ #: wppa-ajax.php:1022 wppa-ajax.php:1436 wppa-album-admin-autosave.php:1077
582
  #: wppa-album-admin-autosave.php:1214 wppa-album-admin-autosave.php:1386
583
  #: wppa-album-admin-autosave.php:1481 wppa-photo-admin-autosave.php:1364
584
  #: wppa-photo-admin-autosave.php:1483 wppa-photo-admin-autosave.php:1880
585
+ #: wppa-settings-autosave.php:508 wppa-settings-autosave.php:670
586
+ #: wppa-settings-autosave.php:692 wppa-settings-autosave.php:1430
587
+ #: wppa-settings-autosave.php:1451 wppa-settings-autosave.php:2968
588
+ #: wppa-settings-autosave.php:2989 wppa-settings-autosave.php:3313
589
+ #: wppa-settings-autosave.php:3337 wppa-settings-autosave.php:4614
590
+ #: wppa-settings-autosave.php:4635 wppa-settings-autosave.php:4811
591
+ #: wppa-settings-autosave.php:4835 wppa-settings-autosave.php:5884
592
+ #: wppa-settings-autosave.php:6294 wppa-settings-autosave.php:6544
593
+ #: wppa-settings-autosave.php:6566 wppa-settings-autosave.php:7229
594
+ #: wppa-settings-autosave.php:7253 wppa-settings-autosave.php:8975
595
+ #: wppa-settings-autosave.php:8997 wppa-settings-autosave.php:9037
596
+ #: wppa-settings-autosave.php:9059 wppa-settings-autosave.php:9105
597
+ #: wppa-settings-autosave.php:9131 wppa-widget-admin.php:256
598
  msgid "Description"
599
  msgstr ""
600
 
601
+ #: wppa-ajax.php:1026
602
  msgid "Unbalanced tags in album description!"
603
  msgstr ""
604
 
605
+ #: wppa-ajax.php:1033
606
  msgid "Album order #"
607
  msgstr ""
608
 
609
+ #: wppa-ajax.php:1036
610
  msgid "Cover photo"
611
  msgstr ""
612
 
613
+ #: wppa-ajax.php:1039
614
  msgid "Parent album"
615
  msgstr ""
616
 
617
+ #: wppa-ajax.php:1044 wppa-settings-autosave.php:3855
618
  msgid "Photo order"
619
  msgstr ""
620
 
621
+ #: wppa-ajax.php:1047
622
  msgid "Use Alt thumbsize"
623
  msgstr ""
624
 
625
+ #: wppa-ajax.php:1050
626
  msgid "Cover Type"
627
  msgstr ""
628
 
629
+ #: wppa-ajax.php:1053 wppa-settings-autosave.php:4836
630
+ #: wppa-settings-autosave.php:5885
631
  msgid "Link type"
632
  msgstr ""
633
 
634
+ #: wppa-ajax.php:1056 wppa-album-covers.php:1299
635
  msgid "Link to"
636
  msgstr "Link til"
637
 
638
+ #: wppa-ajax.php:1059 wppa-ajax.php:1457 wppa-album-admin-autosave.php:1088
639
  #: wppa-album-admin-autosave.php:1225 wppa-album-admin-autosave.php:1397
640
  #: wppa-album-admin-autosave.php:1492 wppa-boxes-html.php:531
641
  #: wppa-photo-admin-autosave.php:1366 wppa-photo-admin-autosave.php:1485
643
  msgid "Owner"
644
  msgstr "Ejer"
645
 
646
+ #: wppa-ajax.php:1061
647
  #, php-format
648
  msgid "User %s does not exist"
649
  msgstr ""
650
 
651
+ #: wppa-ajax.php:1066 wppa-ajax.php:1072
652
  msgid "Upload limit count"
653
  msgstr ""
654
 
655
+ #: wppa-ajax.php:1079
656
  msgid "Upload limit time"
657
  msgstr ""
658
 
659
+ #: wppa-ajax.php:1083
660
  msgid "Default tags"
661
  msgstr ""
662
 
663
+ #: wppa-ajax.php:1088
664
  msgid "Categories"
665
  msgstr ""
666
 
667
+ #: wppa-ajax.php:1091
668
  msgid "Sub albums sort order"
669
  msgstr ""
670
 
671
+ #: wppa-ajax.php:1099 wppa-ajax.php:1527
672
  msgid "Schedule date/time"
673
  msgstr ""
674
 
675
+ #: wppa-ajax.php:1112 wppa-ajax.php:1138
676
  #, php-format
677
  msgid "<b>%s</b> of album %s updated"
678
  msgstr ""
679
 
680
+ #: wppa-ajax.php:1120
681
  msgid "All photos set to scheduled per date"
682
  msgstr ""
683
 
684
+ #: wppa-ajax.php:1147
685
  #, php-format
686
  msgid "An error occurred while trying to update <b>%s</b> of album %s"
687
  msgstr ""
688
 
689
+ #: wppa-ajax.php:1148 wppa-ajax.php:1411 wppa-ajax.php:1517
690
  msgid "Press CTRL+F5 and try again."
691
  msgstr ""
692
 
693
+ #: wppa-ajax.php:1162
694
  msgid "You do not have the rights to update comment status"
695
  msgstr ""
696
 
697
+ #: wppa-ajax.php:1179
698
  #, php-format
699
  msgid "Status of comment #%s updated"
700
  msgstr ""
701
 
702
+ #: wppa-ajax.php:1182
703
  #, php-format
704
  msgid "Error updating status comment #%s"
705
  msgstr ""
706
 
707
+ #: wppa-ajax.php:1193
708
  msgid "You do not have the rights to change photos"
709
  msgstr ""
710
 
711
+ #: wppa-ajax.php:1202
712
  msgid "Watermark applied"
713
  msgstr ""
714
 
715
+ #: wppa-ajax.php:1206
716
  msgid "An error occured while trying to apply a watermark"
717
  msgstr ""
718
 
719
+ #: wppa-ajax.php:1225
720
  msgid "You do not have the rights to update photo information"
721
  msgstr ""
722
 
723
+ #: wppa-ajax.php:1231
724
  #, php-format
725
  msgid "%s updated to %s."
726
  msgstr ""
727
 
728
+ #: wppa-ajax.php:1281
729
  #, php-format
730
  msgid "Format error %s. Must be yyyy:mm:dd hh:mm:ss"
731
  msgstr ""
732
 
733
+ #: wppa-ajax.php:1285
734
  msgid "Exif date/time updated"
735
  msgstr ""
736
 
737
+ #: wppa-ajax.php:1291
738
  msgid "Enter a value > -90 and < 90"
739
  msgstr ""
740
 
741
+ #: wppa-ajax.php:1299
742
  msgid "Lattitude updated"
743
  msgstr ""
744
 
745
+ #: wppa-ajax.php:1301
746
  msgid "Could not update lattitude"
747
  msgstr ""
748
 
749
+ #: wppa-ajax.php:1307
750
  msgid "Enter a value > -180 and < 180"
751
  msgstr ""
752
 
753
+ #: wppa-ajax.php:1315
754
  msgid "Longitude updated"
755
  msgstr ""
756
 
757
+ #: wppa-ajax.php:1317
758
  msgid "Could not update longitude"
759
  msgstr ""
760
 
761
+ #: wppa-ajax.php:1325
762
  msgid "Photo files remade"
763
  msgstr ""
764
 
765
+ #: wppa-ajax.php:1328
766
  msgid "Could not remake files"
767
  msgstr ""
768
 
769
+ #: wppa-ajax.php:1334
770
  msgid "Thumbnail remade"
771
  msgstr ""
772
 
773
+ #: wppa-ajax.php:1337
774
  msgid "Could not remake thumbnail"
775
  msgstr ""
776
 
777
+ #: wppa-ajax.php:1347 wppa-photo-admin-autosave.php:184
778
+ #: wppa-settings-autosave.php:3671 wppa-tinymce-scripts.php:288
779
+ #: wppa-tinymce-shortcodes.php:614 wppa-widget-admin.php:84
780
  msgid "left"
781
  msgstr ""
782
 
783
+ #: wppa-ajax.php:1351 wppa-photo-admin-autosave.php:186
784
  msgid "180&deg;"
785
  msgstr ""
786
 
787
+ #: wppa-ajax.php:1355 wppa-photo-admin-autosave.php:188
788
+ #: wppa-settings-autosave.php:3671 wppa-tinymce-scripts.php:290
789
+ #: wppa-tinymce-shortcodes.php:616 wppa-widget-admin.php:86
790
  msgid "right"
791
  msgstr ""
792
 
793
+ #: wppa-ajax.php:1363
794
  #, php-format
795
  msgid "Photo %s rotated %s"
796
  msgstr ""
797
 
798
+ #: wppa-ajax.php:1366
799
  #, php-format
800
  msgid "An error occurred while trying to rotate photo %s"
801
  msgstr ""
802
 
803
+ #: wppa-ajax.php:1376 wppa-ajax.php:1399 wppa-photo-admin-autosave.php:1100
804
  #: wppa-photo-admin-autosave.php:1118
805
  #, php-format
806
  msgid "A photo with filename %s already exists in album %s."
807
  msgstr ""
808
 
809
+ #: wppa-ajax.php:1386
810
  #, php-format
811
  msgid "Photo %s has been moved to album %s (%s)"
812
  msgstr ""
813
 
814
+ #: wppa-ajax.php:1389
815
  #, php-format
816
  msgid "An error occurred while trying to move photo %s"
817
  msgstr ""
818
 
819
+ #: wppa-ajax.php:1407
820
  #, php-format
821
  msgid "Photo %s copied to album %s (%s)"
822
  msgstr ""
823
 
824
+ #: wppa-ajax.php:1410
825
  #, php-format
826
  msgid "An error occurred while trying to copy photo %s"
827
  msgstr ""
828
 
829
+ #: wppa-ajax.php:1440 wppa-ajax.php:2019
830
  msgid "Unbalanced tags in photo description!"
831
  msgstr ""
832
 
833
+ #: wppa-ajax.php:1446
834
  msgid "Photo order #"
835
  msgstr ""
836
 
837
+ #: wppa-ajax.php:1451
838
  #, php-format
839
  msgid "User %s does not exists"
840
  msgstr ""
841
 
842
+ #: wppa-ajax.php:1460
843
  msgid "Link url"
844
  msgstr ""
845
 
846
+ #: wppa-ajax.php:1463
847
  msgid "Link title"
848
  msgstr ""
849
 
850
+ #: wppa-ajax.php:1466
851
  msgid "Link target"
852
  msgstr ""
853
 
854
+ #: wppa-ajax.php:1472 wppa-multitag-widget.php:34 wppa-multitag-widget.php:66
855
  #: wppa-tagcloud-widget.php:34 wppa-tagcloud-widget.php:63
856
  msgid "Photo Tags"
857
  msgstr ""
858
 
859
+ #: wppa-ajax.php:1477 wppa-comment-admin.php:317 wppa-comment-admin.php:404
860
  #: wppa-photo-admin-autosave.php:1365 wppa-photo-admin-autosave.php:1484
861
+ #: wppa-settings-autosave.php:6569 wppa-settings-autosave.php:7232
862
+ #: wppa-settings-autosave.php:8998 wppa-settings-autosave.php:9038
863
+ #: wppa-settings-autosave.php:9060 wppa-settings-autosave.php:9106
864
  msgid "Status"
865
  msgstr ""
866
 
867
+ #: wppa-ajax.php:1480
868
  msgid "HTML Alt"
869
  msgstr ""
870
 
871
+ #: wppa-ajax.php:1484
872
  msgid "Video width"
873
  msgstr ""
874
 
875
+ #: wppa-ajax.php:1486 wppa-ajax.php:1493
876
  msgid "Please enter an integer value >= 0"
877
  msgstr ""
878
 
879
+ #: wppa-ajax.php:1491
880
  msgid "Video height"
881
  msgstr ""
882
 
883
+ #: wppa-ajax.php:1509 wppa-ajax.php:1543
884
  #, php-format
885
  msgid "<b>%s</b> of video %s updated"
886
  msgstr ""
887
 
888
+ #: wppa-ajax.php:1512 wppa-ajax.php:1546
889
  #, php-format
890
  msgid "<b>%s</b> of photo %s updated"
891
  msgstr ""
892
 
893
+ #: wppa-ajax.php:1516
894
  #, php-format
895
  msgid "An error occurred while trying to update <b>%s</b> of photo %s"
896
  msgstr ""
897
 
898
+ #: wppa-ajax.php:1572
899
  #, php-format
900
  msgid "<b>Custom field %s</b> of photo %s updated"
901
  msgstr ""
902
 
903
+ #: wppa-ajax.php:1579
904
  msgid "<b>Error during upload.</b>"
905
  msgstr ""
906
 
907
+ #: wppa-ajax.php:1607
908
  msgid "Photo files updated."
909
  msgstr ""
910
 
911
+ #: wppa-ajax.php:1612
912
  msgid "Could not update files."
913
  msgstr ""
914
 
915
+ #: wppa-ajax.php:1623
916
  #, php-format
917
  msgid "Stereo mode updated in %d milliseconds"
918
  msgstr ""
919
 
920
+ #: wppa-ajax.php:1639
921
  msgid "You do not have the rights to update settings"
922
  msgstr ""
923
 
924
+ #: wppa-ajax.php:1720
925
  msgid "Capability granted"
926
  msgstr ""
927
 
928
+ #: wppa-ajax.php:1725
929
  msgid "Capability withdrawn"
930
  msgstr ""
931
 
932
+ #: wppa-ajax.php:1736
933
  msgid "Column width."
934
  msgstr ""
935
 
936
+ #: wppa-ajax.php:1739
937
  msgid "Initial width."
938
  msgstr ""
939
 
940
+ #: wppa-ajax.php:1742
941
  msgid "Full size."
942
  msgstr ""
943
 
944
+ #: wppa-ajax.php:1745
945
  msgid "Max height."
946
  msgstr ""
947
 
948
+ #: wppa-ajax.php:1750
949
  msgid "Thumbnail size."
950
  msgstr ""
951
 
952
+ #: wppa-ajax.php:1754
953
  msgid "Thumbnail frame width"
954
  msgstr ""
955
 
956
+ #: wppa-ajax.php:1758
957
  msgid "Thumbnail frame height"
958
  msgstr ""
959
 
960
+ #: wppa-ajax.php:1761
961
  msgid "Thumbnail Spacing"
962
  msgstr ""
963
 
964
+ #: wppa-ajax.php:1764
965
  msgid "Photocount treshold."
966
  msgstr ""
967
 
968
+ #: wppa-ajax.php:1767
969
  msgid "Thumb page size."
970
  msgstr ""
971
 
972
+ #: wppa-ajax.php:1770
973
  msgid "Cover photo size."
974
  msgstr ""
975
 
976
+ #: wppa-ajax.php:1773
977
  msgid "Album page size."
978
  msgstr ""
979
 
980
+ #: wppa-ajax.php:1776
981
  msgid "Number of TopTen photos"
982
  msgstr ""
983
 
984
+ #: wppa-ajax.php:1779
985
  msgid "Widget image thumbnail size"
986
  msgstr ""
987
 
988
+ #: wppa-ajax.php:1782 wppa-settings-autosave.php:1087
989
  msgid "Max Cover width"
990
  msgstr ""
991
 
992
+ #: wppa-ajax.php:1785
993
  msgid "Minimal description height"
994
  msgstr ""
995
 
996
+ #: wppa-ajax.php:1788
997
  msgid "Minimal cover height"
998
  msgstr ""
999
 
1000
+ #: wppa-ajax.php:1791
1001
  msgid "Minimal text frame height"
1002
  msgstr ""
1003
 
1004
+ #: wppa-ajax.php:1794 wppa-settings-autosave.php:1384
1005
  msgid "Border width"
1006
  msgstr ""
1007
 
1008
+ #: wppa-ajax.php:1797 wppa-settings-autosave.php:768
1009
+ #: wppa-settings-autosave.php:1393
1010
  msgid "Border radius"
1011
  msgstr ""
1012
 
1013
+ #: wppa-ajax.php:1800 wppa-settings-autosave.php:779
1014
  msgid "Box spacing"
1015
  msgstr ""
1016
 
1017
+ #: wppa-ajax.php:1806 wppa-settings-autosave.php:1062
1018
  msgid "Popup size"
1019
  msgstr ""
1020
 
1021
+ #: wppa-ajax.php:1809
1022
  msgid "Fullsize border width"
1023
  msgstr ""
1024
 
1025
+ #: wppa-ajax.php:1812
1026
  msgid "Lightbox Bordersize"
1027
  msgstr ""
1028
 
1029
+ #: wppa-ajax.php:1815
1030
  msgid "Lightbox Borderwidth"
1031
  msgstr ""
1032
 
1033
+ #: wppa-ajax.php:1818
1034
  msgid "Lightbox Borderradius"
1035
  msgstr ""
1036
 
1037
+ #: wppa-ajax.php:1821
1038
  msgid "Number of Comment widget entries"
1039
  msgstr ""
1040
 
1041
+ #: wppa-ajax.php:1824
1042
  msgid "Comment Widget image thumbnail size"
1043
  msgstr ""
1044
 
1045
+ #: wppa-ajax.php:1827 wppa-ajax.php:1830 wppa-ajax.php:1833
1046
  msgid "Opacity."
1047
  msgstr ""
1048
 
1049
+ #: wppa-ajax.php:1842 wppa-settings-autosave.php:1193
1050
  msgid "Avatar size"
1051
  msgstr ""
1052
 
1053
+ #: wppa-ajax.php:1845 wppa-ajax.php:1848
1054
  msgid "Watermark opacity"
1055
  msgstr ""
1056
 
1057
+ #: wppa-ajax.php:1851 wppa-settings-autosave.php:1362
1058
  msgid "Number of text lines"
1059
  msgstr ""
1060
 
1061
+ #: wppa-ajax.php:1854 wppa-settings-autosave.php:4490
1062
  msgid "Overlay opacity"
1063
  msgstr ""
1064
 
1065
+ #: wppa-ajax.php:1857 wppa-settings-autosave.php:7792
1066
  msgid "Upload limit"
1067
  msgstr ""
1068
 
1069
+ #: wppa-ajax.php:1860 wppa-settings-autosave.php:4160
1070
  msgid "Notify inappropriate"
1071
  msgstr ""
1072
 
1073
+ #: wppa-ajax.php:1863
1074
  msgid "Dislike pending"
1075
  msgstr ""
1076
 
1077
+ #: wppa-ajax.php:1866
1078
  msgid "Dislike delete"
1079
  msgstr ""
1080
 
1081
+ #: wppa-ajax.php:1869 wppa-settings-autosave.php:7328
1082
  msgid "Max execution time"
1083
  msgstr ""
1084
 
1085
+ #: wppa-ajax.php:1875
1086
  msgid "myCRED / Cube Points"
1087
  msgstr ""
1088
 
1089
+ #: wppa-ajax.php:1878
1090
  msgid "JPG Image quality"
1091
  msgstr ""
1092
 
1093
+ #: wppa-ajax.php:1884 wppa-settings-autosave.php:4064
1094
  msgid "Number of coverphotos"
1095
  msgstr ""
1096
 
1097
+ #: wppa-ajax.php:1887 wppa-settings-autosave.php:4131
1098
  msgid "Dislike value"
1099
  msgstr ""
1100
 
1101
+ #: wppa-ajax.php:1890 wppa-settings-autosave.php:899
1102
  msgid "Slideshow pagesize"
1103
  msgstr ""
1104
 
1105
+ #: wppa-ajax.php:1893 wppa-settings-autosave.php:918
1106
  msgid "Slideonly max"
1107
  msgstr ""
1108
 
1109
+ #: wppa-ajax.php:1896 wppa-settings-autosave.php:797
1110
  msgid "Max Pagelinks"
1111
  msgstr ""
1112
 
1113
+ #: wppa-ajax.php:1899 wppa-settings-autosave.php:2906
1114
  msgid "Start/pause symbol size"
1115
  msgstr ""
1116
 
1117
+ #: wppa-ajax.php:1902 wppa-settings-autosave.php:2915
1118
  msgid "Start/pause symbol border radius"
1119
  msgstr ""
1120
 
1121
+ #: wppa-ajax.php:1905 wppa-settings-autosave.php:2924
1122
  msgid "Stop symbol size"
1123
  msgstr ""
1124
 
1125
+ #: wppa-ajax.php:1908 wppa-settings-autosave.php:2933
1126
  msgid "Stop symbol border radius"
1127
  msgstr ""
1128
 
1129
+ #: wppa-ajax.php:1916
1130
  msgid "Ratings cleared"
1131
  msgstr ""
1132
 
1133
+ #: wppa-ajax.php:1919
1134
  msgid "Could not clear ratings"
1135
  msgstr ""
1136
 
1137
+ #: wppa-ajax.php:1928
1138
  msgid "Viewcounts cleared"
1139
  msgstr ""
1140
 
1141
+ #: wppa-ajax.php:1931
1142
  msgid "Could not clear viewcounts"
1143
  msgstr ""
1144
 
1145
+ #: wppa-ajax.php:1941
1146
  msgid "IPTC data cleared"
1147
  msgstr ""
1148
 
1149
+ #: wppa-ajax.php:1942
1150
  msgid "Refresh this page to clear table X"
1151
  msgstr ""
1152
 
1153
+ #: wppa-ajax.php:1946
1154
  msgid "Could not clear IPTC data"
1155
  msgstr ""
1156
 
1157
+ #: wppa-ajax.php:1956
1158
  msgid "EXIF data cleared"
1159
  msgstr ""
1160
 
1161
+ #: wppa-ajax.php:1957
1162
  msgid "Refresh this page to clear table XI"
1163
  msgstr ""
1164
 
1165
+ #: wppa-ajax.php:1961
1166
  msgid "Could not clear EXIF data"
1167
  msgstr ""
1168
 
1169
+ #: wppa-ajax.php:1969
1170
  msgid "Recuperation performed"
1171
  msgstr ""
1172
 
1173
+ #: wppa-ajax.php:1984
1174
  msgid ""
1175
  "Illegal format. Please enter a 6 digit hexadecimal color value. Example: "
1176
  "#77bbff"
1177
  msgstr ""
1178
 
1179
+ #: wppa-ajax.php:2010
1180
  msgid "You just changed a setting that requires the recalculation of ratings."
1181
  msgstr ""
1182
 
1183
+ #: wppa-ajax.php:2011 wppa-ajax.php:2450
1184
  msgid "Please run the appropriate action in Table VIII."
1185
  msgstr ""
1186
 
1187
+ #: wppa-ajax.php:2035 wppa-ajax.php:2051
1188
  #, php-format
1189
  msgid "Unable to create or write to %s"
1190
  msgstr ""
1191
 
1192
+ #: wppa-ajax.php:2044
1193
  msgid "Source can not be inside the wppa folder."
1194
  msgstr ""
1195
 
1196
+ #: wppa-ajax.php:2061
1197
  msgid "The content must contain w#album"
1198
  msgstr ""
1199
 
1200
+ #: wppa-ajax.php:2068
1201
  msgid "The content must contain w#lat and w#lon"
1202
  msgstr ""
1203
 
1204
+ #: wppa-ajax.php:2116 wppa-ajax.php:2122
1205
  msgid "Members"
1206
  msgstr ""
1207
 
1208
+ #: wppa-ajax.php:2116
1209
  msgid "Parent of the member albums"
1210
  msgstr ""
1211
 
1212
+ #: wppa-ajax.php:2260
1213
  #, php-format
1214
  msgid "User %s has been blacklisted."
1215
  msgstr ""
1216
 
1217
+ #: wppa-ajax.php:2263 wppa-ajax.php:2293
1218
  #, php-format
1219
  msgid "User %s does not exist."
1220
  msgstr ""
1221
 
1222
+ #: wppa-ajax.php:2290
1223
  #, php-format
1224
  msgid "User %s is now superuser."
1225
  msgstr ""
1226
 
1227
+ #: wppa-ajax.php:2315
1228
  msgid ""
1229
  "The content of the Custom box has been changed to display the Fotomoto "
1230
  "toolbar."
1231
  msgstr ""
1232
 
1233
+ #: wppa-ajax.php:2319 wppa-ajax.php:2334
1234
  msgid "The display of the custom box has been enabled"
1235
  msgstr ""
1236
 
1237
+ #: wppa-ajax.php:2330
1238
  msgid "The content of the Custom box has been changed to display maps."
1239
  msgstr ""
1240
 
1241
+ #: wppa-ajax.php:2368
1242
  msgid "This value can not be empty"
1243
  msgstr ""
1244
 
1245
+ #: wppa-ajax.php:2397
1246
  msgid ""
1247
  "You must run Table VIII-A13 and VIII-A14 first before you can switch to "
1248
  "encrypted urls."
1249
  msgstr ""
1250
 
1251
+ #: wppa-ajax.php:2400
1252
  msgid "Table IV-A3 will be switched off."
1253
  msgstr ""
1254
 
1255
+ #: wppa-ajax.php:2404
1256
  msgid "Table IV-A4 will be switched off."
1257
  msgstr ""
1258
 
1259
+ #: wppa-ajax.php:2414
1260
  msgid "Not allowed when cryptic links is active"
1261
  msgstr ""
1262
 
1263
+ #: wppa-ajax.php:2428
1264
  #, php-format
1265
  msgid "Failed to set %s to %s"
1266
  msgstr ""
1267
 
1268
+ #: wppa-ajax.php:2433
1269
  #, php-format
1270
  msgid "Setting %s updated to %s"
1271
  msgstr ""
1272
 
1273
+ #: wppa-ajax.php:2449
1274
  msgid ""
1275
  "You just changed a setting that requires the regeneration of thumbnails."
1276
  msgstr ""
1277
 
1278
+ #: wppa-ajax.php:2504
1279
  msgid "Missing album id"
1280
  msgstr ""
1281
 
1282
+ #: wppa-ajax.php:2524
1283
  msgid "You do not have the rights to delete this album"
1284
  msgstr ""
1285
 
1286
+ #: wppa-ajax.php:2545
1287
  msgid "An error has occurred"
1288
  msgstr ""
1289
 
1290
+ #: wppa-ajax.php:2581 wppa-ajax.php:2588
1291
  msgid "You may also enter:"
1292
  msgstr ""
1293
 
1294
+ #: wppa-ajax.php:2582 wppa-ajax.php:2589
1295
  msgid "You may also leave/set this blank"
1296
  msgstr ""
1297
 
1323
  msgstr ""
1324
 
1325
  #: wppa-album-admin-autosave.php:82 wppa-album-admin-autosave.php:784
1326
+ #: wppa-setup.php:1251
1327
  msgid "Edit photo information"
1328
  msgstr ""
1329
 
1335
  msgid "Top of page"
1336
  msgstr ""
1337
 
1338
+ #: wppa-album-admin-autosave.php:118 wppa-functions.php:4116
1339
+ #: wppa-settings-autosave.php:7640 wppa-wpdb-insert.php:332
1340
  msgid "New Album"
1341
  msgstr "Nyt Album"
1342
 
1459
  msgstr ""
1460
 
1461
  #: wppa-album-admin-autosave.php:330 wppa-tinymce-shortcodes.php:345
1462
+ #: wppa-tinymce-shortcodes.php:371 wppa-tinymce-shortcodes.php:559
1463
  msgid "Parent album:"
1464
  msgstr ""
1465
 
1473
  msgstr ""
1474
 
1475
  #: wppa-album-admin-autosave.php:354 wppa-album-admin-autosave.php:455
1476
+ #: wppa-settings-autosave.php:3898 wppa-settings-autosave.php:3922
1477
+ #: wppa-tinymce-shortcodes.php:504 wppa-tinymce-shortcodes.php:523
1478
  msgid "--- default ---"
1479
  msgstr ""
1480
 
1481
  #: wppa-album-admin-autosave.php:355 wppa-album-admin-autosave.php:411
1482
+ #: wppa-settings-autosave.php:3860 wppa-settings-autosave.php:3974
1483
  #: wppa-thumbnail-widget.php:201
1484
  msgid "Order #"
1485
  msgstr ""
1486
 
1487
  #: wppa-album-admin-autosave.php:357 wppa-album-admin-autosave.php:410
1488
+ #: wppa-settings-autosave.php:3862 wppa-settings-autosave.php:3976
1489
  #: wppa-thumbnail-widget.php:203 wppa-widget-admin.php:149
1490
  msgid "Random"
1491
  msgstr ""
1492
 
1493
+ #: wppa-album-admin-autosave.php:358 wppa-settings-autosave.php:3863
1494
  msgid "Rating mean value"
1495
  msgstr ""
1496
 
1497
  #: wppa-album-admin-autosave.php:359 wppa-bestof-widget.php:170
1498
+ #: wppa-settings-autosave.php:3864 wppa-topten-widget.php:345
1499
  msgid "Number of votes"
1500
  msgstr ""
1501
 
1502
  #: wppa-album-admin-autosave.php:360 wppa-album-admin-autosave.php:415
1503
+ #: wppa-settings-autosave.php:3865 wppa-settings-autosave.php:3977
1504
  msgid "Timestamp"
1505
  msgstr ""
1506
 
1507
  #: wppa-album-admin-autosave.php:361 wppa-photo-admin-autosave.php:292
1508
+ #: wppa-settings-autosave.php:3866
1509
  msgid "EXIF Date"
1510
  msgstr ""
1511
 
1512
+ #: wppa-album-admin-autosave.php:362 wppa-settings-autosave.php:3867
1513
+ #: wppa-settings-autosave.php:3978
1514
  msgid "Order # desc"
1515
  msgstr ""
1516
 
1517
+ #: wppa-album-admin-autosave.php:363 wppa-settings-autosave.php:3868
1518
+ #: wppa-settings-autosave.php:3979
1519
  msgid "Name desc"
1520
  msgstr ""
1521
 
1522
+ #: wppa-album-admin-autosave.php:364 wppa-settings-autosave.php:3869
1523
  #: wppa-thumbnail-widget.php:204
1524
  msgid "Rating mean value desc"
1525
  msgstr ""
1526
 
1527
+ #: wppa-album-admin-autosave.php:365 wppa-settings-autosave.php:3870
1528
  #: wppa-thumbnail-widget.php:205
1529
  msgid "Number of votes desc"
1530
  msgstr ""
1531
 
1532
+ #: wppa-album-admin-autosave.php:366 wppa-settings-autosave.php:3871
1533
+ #: wppa-settings-autosave.php:3980 wppa-thumbnail-widget.php:206
1534
  msgid "Timestamp desc"
1535
  msgstr ""
1536
 
1537
+ #: wppa-album-admin-autosave.php:367 wppa-settings-autosave.php:3872
1538
  msgid "EXIF Date desc"
1539
  msgstr ""
1540
 
1580
 
1581
  #: wppa-album-admin-autosave.php:434 wppa-bestof-widget.php:182
1582
  #: wppa-bestof-widget.php:187 wppa-bestof-widget.php:192
1583
+ #: wppa-lasten-widget.php:219 wppa-settings-autosave.php:527
1584
+ #: wppa-settings-autosave.php:536 wppa-settings-autosave.php:545
1585
+ #: wppa-settings-autosave.php:556 wppa-settings-autosave.php:565
1586
+ #: wppa-settings-autosave.php:574 wppa-settings-autosave.php:583
1587
+ #: wppa-settings-autosave.php:592 wppa-settings-autosave.php:601
1588
+ #: wppa-settings-autosave.php:610 wppa-settings-autosave.php:619
1589
+ #: wppa-settings-autosave.php:628 wppa-settings-autosave.php:637
1590
+ #: wppa-settings-autosave.php:646 wppa-topten-widget.php:353
1591
  #: wppa-topten-widget.php:360 wppa-topten-widget.php:368
1592
  #: wppa-topten-widget.php:373 wppa-topten-widget.php:378
1593
  #: wppa-topten-widget.php:383 wppa-topten-widget.php:388
1596
 
1597
  #: wppa-album-admin-autosave.php:435 wppa-bestof-widget.php:181
1598
  #: wppa-bestof-widget.php:186 wppa-bestof-widget.php:191
1599
+ #: wppa-lasten-widget.php:220 wppa-settings-autosave.php:527
1600
+ #: wppa-settings-autosave.php:536 wppa-settings-autosave.php:545
1601
+ #: wppa-settings-autosave.php:556 wppa-settings-autosave.php:565
1602
+ #: wppa-settings-autosave.php:574 wppa-settings-autosave.php:583
1603
+ #: wppa-settings-autosave.php:592 wppa-settings-autosave.php:601
1604
+ #: wppa-settings-autosave.php:610 wppa-settings-autosave.php:619
1605
+ #: wppa-settings-autosave.php:628 wppa-settings-autosave.php:637
1606
+ #: wppa-settings-autosave.php:646 wppa-settings-autosave.php:655
1607
  #: wppa-super-view-widget.php:85 wppa-topten-widget.php:352
1608
  #: wppa-topten-widget.php:359 wppa-topten-widget.php:367
1609
  #: wppa-topten-widget.php:372 wppa-topten-widget.php:377
1621
  msgid "Cover Type:"
1622
  msgstr ""
1623
 
1624
+ #: wppa-album-admin-autosave.php:456 wppa-settings-autosave.php:1989
1625
+ #: wppa-settings-autosave.php:4044
1626
  msgid "Standard"
1627
  msgstr ""
1628
 
1629
+ #: wppa-album-admin-autosave.php:457 wppa-settings-autosave.php:4045
1630
  msgid "Long Descriptions"
1631
  msgstr ""
1632
 
1633
+ #: wppa-album-admin-autosave.php:458 wppa-settings-autosave.php:4046
1634
  msgid "Image Factory"
1635
  msgstr ""
1636
 
1637
+ #: wppa-album-admin-autosave.php:459 wppa-settings-autosave.php:4047
1638
  msgid "Standard mcr"
1639
  msgstr ""
1640
 
1641
+ #: wppa-album-admin-autosave.php:460 wppa-settings-autosave.php:4048
1642
  msgid "Long Descriptions mcr"
1643
  msgstr ""
1644
 
1645
+ #: wppa-album-admin-autosave.php:461 wppa-settings-autosave.php:4049
1646
  msgid "Image Factory mcr"
1647
  msgstr ""
1648
 
1670
  msgid "Upload limit:"
1671
  msgstr ""
1672
 
1673
+ #: wppa-album-admin-autosave.php:506 wppa-settings-autosave.php:6010
1674
+ #: wppa-settings-autosave.php:7799
1675
  msgid "for ever"
1676
  msgstr ""
1677
 
1678
  #: wppa-album-admin-autosave.php:507 wppa-album-admin-autosave.php:524
1679
+ #: wppa-settings-autosave.php:6011 wppa-settings-autosave.php:7800
1680
  msgid "per hour"
1681
  msgstr ""
1682
 
1683
  #: wppa-album-admin-autosave.php:508 wppa-album-admin-autosave.php:525
1684
+ #: wppa-settings-autosave.php:6012 wppa-settings-autosave.php:7801
1685
  msgid "per day"
1686
  msgstr ""
1687
 
1688
  #: wppa-album-admin-autosave.php:509 wppa-album-admin-autosave.php:526
1689
+ #: wppa-settings-autosave.php:6013 wppa-settings-autosave.php:7802
1690
  msgid "per week"
1691
  msgstr ""
1692
 
1693
  #: wppa-album-admin-autosave.php:510 wppa-album-admin-autosave.php:527
1694
+ #: wppa-settings-autosave.php:6014 wppa-settings-autosave.php:7803
1695
  msgid "per month"
1696
  msgstr ""
1697
 
1698
  #: wppa-album-admin-autosave.php:511 wppa-album-admin-autosave.php:528
1699
+ #: wppa-settings-autosave.php:6015 wppa-settings-autosave.php:7804
1700
  msgid "per year"
1701
  msgstr ""
1702
 
1799
  msgid "Link type:"
1800
  msgstr ""
1801
 
1802
+ #: wppa-album-admin-autosave.php:642 wppa-settings-autosave.php:7960
1803
  msgid "the sub-albums and thumbnails"
1804
  msgstr ""
1805
 
1806
+ #: wppa-album-admin-autosave.php:643 wppa-settings-autosave.php:7961
1807
  msgid "the sub-albums"
1808
  msgstr ""
1809
 
1810
+ #: wppa-album-admin-autosave.php:644 wppa-settings-autosave.php:7962
1811
  msgid "the thumbnails"
1812
  msgstr ""
1813
 
1814
+ #: wppa-album-admin-autosave.php:645 wppa-settings-autosave.php:7963
1815
  msgid "the album photos as slideshow"
1816
  msgstr ""
1817
 
1819
  msgid "the link page with a clean url"
1820
  msgstr ""
1821
 
1822
+ #: wppa-album-admin-autosave.php:647 wppa-settings-autosave.php:7964
1823
  msgid "no link at all"
1824
  msgstr ""
1825
 
1841
  msgid "Link to:"
1842
  msgstr ""
1843
 
1844
+ #: wppa-album-admin-autosave.php:668 wppa-settings-autosave.php:9643
1845
+ #: wppa-settings-autosave.php:9686
1846
  msgid "There are no pages (yet) to link to."
1847
  msgstr ""
1848
 
1924
  msgid "Moderate photo"
1925
  msgstr ""
1926
 
1927
+ #: wppa-album-admin-autosave.php:818 wppa-functions.php:2278
1928
  #: wppa-photo-admin-autosave.php:24
1929
  msgid "Edit photo"
1930
  msgstr "N&aelig;ste billede"
1934
  msgstr ""
1935
 
1936
  #: wppa-album-admin-autosave.php:844 wppa-boxes-html.php:814
1937
+ #: wppa-breadcrumb.php:278 wppa-breadcrumb.php:302 wppa-breadcrumb.php:332
1938
+ #: wppa-breadcrumb.php:352 wppa-breadcrumb.php:446 wppa-breadcrumb.php:473
1939
+ #: wppa-breadcrumb.php:626 wppa-comment-admin.php:65 wppa-featen-widget.php:179
1940
  #: wppa-lasten-widget.php:203 wppa-slideshow-widget.php:199
1941
  #: wppa-thumbnail-widget.php:189 wppa-topten-widget.php:326
1942
  #: wppa-upload-widget.php:85 wppa-upload.php:116 wppa-upload.php:204
1962
  #: wppa-album-admin-autosave.php:1528 wppa-album-admin-autosave.php:1715
1963
  #: wppa-boxes-html.php:929 wppa-comment-admin.php:319
1964
  #: wppa-comment-admin.php:388 wppa-comment-admin.php:406
1965
+ #: wppa-functions.php:2050 wppa-links.php:776 wppa-links.php:794
1966
  #: wppa-photo-admin-autosave.php:1312 wppa-photo-admin-autosave.php:1380
1967
+ #: wppa-thumbnails.php:626
1968
  msgid "Delete"
1969
  msgstr "Slet"
1970
 
1973
  msgstr ""
1974
 
1975
  #: wppa-album-admin-autosave.php:860 wppa-photo-admin-autosave.php:2010
1976
+ #: wppa-settings-autosave.php:2798
1977
  msgid "Cancel"
1978
  msgstr ""
1979
 
2222
  msgid "Ord:"
2223
  msgstr ""
2224
 
2225
+ #: wppa-album-covers.php:1329 wppa-album-covers.php:1388
2226
+ #: wppa-album-covers.php:1396 wppa-album-covers.php:1612
2227
  msgid "View the album"
2228
  msgstr "Se album"
2229
 
2230
+ #: wppa-album-covers.php:1349
2231
  msgid "View the cover photo"
2232
  msgid_plural "View the cover photos"
2233
  msgstr[0] "Se forside foto"
2234
  msgstr[1] "Se forside foto's"
2235
 
2236
+ #: wppa-album-covers.php:1406
2237
  msgid "View"
2238
  msgstr "Vis"
2239
 
2240
+ #: wppa-album-covers.php:1408
2241
  #, php-format
2242
  msgid "%d album"
2243
  msgid_plural "%d albums"
2244
  msgstr[0] ""
2245
  msgstr[1] ""
2246
 
2247
+ #: wppa-album-covers.php:1414 wppa-boxes-html.php:1268 wppa-breadcrumb.php:145
2248
+ #: wppa-breadcrumb.php:151 wppa-breadcrumb.php:158 wppa-breadcrumb.php:382
2249
+ #: wppa-breadcrumb.php:384 wppa-breadcrumb.php:390 wppa-breadcrumb.php:392
2250
+ #: wppa-breadcrumb.php:400 wppa-breadcrumb.php:416 wppa-breadcrumb.php:429
2251
+ #: wppa-breadcrumb.php:435 wppa-utils.php:1688 wppa-utils.php:2334
2252
  msgid "and"
2253
  msgstr "og"
2254
 
2255
+ #: wppa-album-covers.php:1417
2256
  #, php-format
2257
  msgid "%d photo"
2258
  msgid_plural "%d photos"
2259
  msgstr[0] ""
2260
  msgstr[1] ""
2261
 
2262
+ #: wppa-album-covers.php:1480
2263
  msgid "New!"
2264
  msgstr "Nyt!"
2265
 
2266
+ #: wppa-album-covers.php:1483 wppa-thumbnails.php:1956 wppa-thumbnails.php:1957
2267
  msgid "New"
2268
  msgstr "Ny"
2269
 
2270
+ #: wppa-album-covers.php:1721 wppa-boxes-html.php:838 wppa-non-admin.php:685
2271
+ #: wppa-settings-autosave.php:2239 wppa-settings-autosave.php:5458
2272
+ #: wppa-settings-autosave.php:8119
2273
  msgid "Slideshow"
2274
  msgstr "Slideshow"
2275
 
2276
+ #: wppa-album-covers.php:1722
2277
  msgid "Browse photos"
2278
  msgstr "Se fotos"
2279
 
2280
+ #: wppa-album-covers.php:1759 wppa-breadcrumb.php:384 wppa-breadcrumb.php:392
2281
+ #: wppa-breadcrumb.php:429 wppa-breadcrumb.php:435
2282
  msgid "Category:"
2283
  msgid_plural "Categories:"
2284
  msgstr[0] ""
2308
  msgid "--- all separate albums ---"
2309
  msgstr ""
2310
 
2311
+ #: wppa-album-navigator-widget.php:102 wppa-common-functions.php:1692
2312
  #: wppa-items.php:405
2313
  msgid "--- owner/public ---"
2314
  msgstr "---ejer/offentlige---"
2438
  msgid "Rating count:"
2439
  msgstr ""
2440
 
2441
+ #: wppa-bestof-widget.php:198 wppa-common-functions.php:1674 wppa-items.php:393
2442
+ #: wppa-settings-autosave.php:1375 wppa-settings-autosave.php:1724
2443
+ #: wppa-settings-autosave.php:3657 wppa-settings-autosave.php:3671
2444
+ #: wppa-settings-autosave.php:3859 wppa-settings-autosave.php:3973
2445
+ #: wppa-settings-autosave.php:5532 wppa-settings-autosave.php:6254
2446
+ #: wppa-settings-autosave.php:7596 wppa-settings-autosave.php:7815
2447
+ #: wppa-settings-autosave.php:7871 wppa-settings-autosave.php:8734
2448
+ #: wppa-settings-autosave.php:8891 wppa-thumbnail-widget.php:200
2449
+ #: wppa-tinymce-scripts.php:287 wppa-tinymce-shortcodes.php:613
2450
  #: wppa-upload.php:1528 wppa-watermark.php:519 wppa-widget-admin.php:83
2451
  #: wppa-widget-admin.php:254
2452
  msgid "--- none ---"
2468
  msgid "Photo search results"
2469
  msgstr "Foto søgeresultater"
2470
 
2471
+ #: wppa-boxes-html.php:377 wppa-breadcrumb.php:133
2472
  #: wppa-settings-autosave.php:409
2473
  msgid "Albums"
2474
  msgstr "Album"
2475
 
2476
+ #: wppa-boxes-html.php:383 wppa-breadcrumb.php:148
2477
  msgid "Photos"
2478
  msgstr "Foto's"
2479
 
2482
  msgstr "Kategori"
2483
 
2484
  #: wppa-boxes-html.php:415 wppa-boxes-html.php:548
2485
+ #: wppa-settings-autosave.php:7711 wppa-settings-autosave.php:7722
2486
  msgid "Text"
2487
  msgstr "Tekst"
2488
 
2496
  msgid "Items must meet all selected options."
2497
  msgstr "Elementer skal opfylde alle valgte indstillinger."
2498
 
2499
+ #: wppa-boxes-html.php:540 wppa-settings-autosave.php:8995
2500
+ #: wppa-settings-autosave.php:9035 wppa-settings-autosave.php:9057
2501
+ #: wppa-settings-autosave.php:9103
2502
  msgid "Tag"
2503
  msgstr "Tag"
2504
 
2520
  msgstr "Super View Billeder"
2521
 
2522
  #: wppa-boxes-html.php:830 wppa-settings-autosave.php:425
2523
+ #: wppa-settings-autosave.php:4720
2524
  msgid "Thumbnails"
2525
  msgstr "Miniatyrbilder"
2526
 
2568
  msgid "Social media landing page"
2569
  msgstr "Sociale medier destinationsside"
2570
 
2571
+ #: wppa-boxes-html.php:1269 wppa-utils.php:1688
2572
  #, php-format
2573
  msgid "See this image on %s"
2574
  msgstr "Se dette billed p&aring; %s"
2636
  msgid "Create album"
2637
  msgstr "Opret album"
2638
 
2639
+ #: wppa-boxes-html.php:1875 wppa-boxes-html.php:1888 wppa-functions.php:4247
2640
  msgid "Max uploads reached"
2641
  msgstr "Maks. antal indsendinger er opn&aring;et"
2642
 
2726
  "Hvis du ikke udfylder dette felt, s&aring; vil filens navn blive brugt som "
2727
  "foto navn"
2728
 
2729
+ #: wppa-boxes-html.php:2198 wppa-settings-autosave.php:1663
2730
  msgid "Photo name"
2731
  msgstr ""
2732
 
2770
  msgid "Update album"
2771
  msgstr "Opdater album"
2772
 
2773
+ #: wppa-boxes-html.php:2624
2774
  msgid "wrote:"
2775
  msgstr "skrev:"
2776
 
2777
+ #: wppa-boxes-html.php:2686
2778
  msgid "Avatar"
2779
  msgstr "Profilbillede"
2780
 
2781
+ #: wppa-boxes-html.php:2729 wppa-links.php:820
2782
  msgid "Awaiting moderation"
2783
  msgstr "Venter p&aring; godkendelse"
2784
 
2785
+ #: wppa-boxes-html.php:2732
2786
  msgid "Marked as spam"
2787
  msgstr "Markeret som spam"
2788
 
2789
+ #: wppa-boxes-html.php:2756
2790
  msgid "Edit!"
2791
  msgstr "Rediger!"
2792
 
2793
+ #: wppa-boxes-html.php:2760
2794
  msgid "Send!"
2795
  msgstr "Send"
2796
 
2797
+ #: wppa-boxes-html.php:2821
2798
  msgid "Your name:"
2799
  msgstr "Dit navn"
2800
 
2801
+ #: wppa-boxes-html.php:2836
2802
  msgid "Your email:"
2803
  msgstr "Din email"
2804
 
2805
+ #: wppa-boxes-html.php:2852
2806
  msgid "Your comment:"
2807
  msgstr "Din kommentar"
2808
 
2809
+ #: wppa-boxes-html.php:2896
2810
  #, php-format
2811
  msgid "You must <a href=\"%s\">login</a> to enter a comment"
2812
  msgstr "Du skal <a href=\"%s\">logge ind</a> for at indtaste en kommentar"
2813
 
2814
+ #: wppa-boxes-html.php:2899
2815
  msgid "You must login to enter a comment"
2816
  msgstr "Du skal logge ind for at indtaste en kommentar"
2817
 
2818
+ #: wppa-boxes-html.php:2911 wppa-functions.php:2477 wppa-thumbnails.php:679
2819
  #, php-format
2820
  msgid "%d comment"
2821
  msgid_plural "%d comments"
2822
  msgstr[0] "%d kommentar"
2823
  msgstr[1] "%d kommentarer"
2824
 
2825
+ #: wppa-boxes-html.php:2915
2826
  msgid "Leave a comment"
2827
  msgstr "Skriv en kommentar"
2828
 
2829
+ #: wppa-boxes-html.php:3012
2830
  msgid "Show IPTC data"
2831
  msgstr "Vis IPTC data"
2832
 
2833
+ #: wppa-boxes-html.php:3023
2834
  msgid "Hide IPTC data"
2835
  msgstr "Skjul IPTC data"
2836
 
2837
+ #: wppa-boxes-html.php:3071
2838
  msgid "No IPTC data"
2839
  msgstr "Ingen IPTC data"
2840
 
2841
+ #: wppa-boxes-html.php:3123
2842
  msgid "Show EXIF data"
2843
  msgstr "Vis EXIF data"
2844
 
2845
+ #: wppa-boxes-html.php:3134
2846
  msgid "Hide EXIF data"
2847
  msgstr "Skjul EXIF data"
2848
 
2849
+ #: wppa-boxes-html.php:3186
2850
  msgid "No EXIF data"
2851
  msgstr "Ingen EXIF data"
2852
 
2853
+ #: wppa-boxes-html.php:3300 wppa-boxes-html.php:3305
2854
  msgid "< Previous"
2855
  msgstr "< Forrige"
2856
 
2857
+ #: wppa-boxes-html.php:3311 wppa-boxes-html.php:3316
2858
  msgid "Next >"
2859
  msgstr "Næste >"
2860
 
2861
+ #: wppa-boxes-html.php:3413 wppa-boxes-html.php:3481
2862
  msgid "See the authors albums"
2863
  msgstr "Se forfatternes album"
2864
 
2865
+ #: wppa-boxes-html.php:3417 wppa-boxes-html.php:3485
2866
  msgid "See the authors photos"
2867
  msgstr "Se forfatternes billeder"
2868
 
2869
+ #: wppa-boxes-html.php:3421 wppa-boxes-html.php:3489
2870
  msgid "See all the authors photos"
2871
  msgstr "Se alle forfatternes billeder"
2872
 
2873
+ #: wppa-boxes-html.php:3444
2874
  #, php-format
2875
  msgid "Photo by: %s"
2876
  msgstr "Foto af: %s"
2877
 
2878
+ #: wppa-boxes-html.php:3447 wppa-boxes-html.php:3510
2879
  #, php-format
2880
  msgid "%d max rating"
2881
  msgid_plural "%d max ratings"
2882
  msgstr[0] ""
2883
  msgstr[1] ""
2884
 
2885
+ #: wppa-boxes-html.php:3451 wppa-boxes-html.php:3514 wppa-non-admin.php:848
2886
  #: wppa-topten-widget.php:196 wppa-topten-widget.php:213
2887
  #: wppa-topten-widget.php:249
2888
  #, php-format
2891
  msgstr[0] ""
2892
  msgstr[1] ""
2893
 
2894
+ #: wppa-boxes-html.php:3455
2895
  #, php-format
2896
  msgid "Rating: %4.2f."
2897
  msgstr ""
2898
 
2899
+ #: wppa-boxes-html.php:3463
2900
  #, php-format
2901
  msgid "Photo %s not found."
2902
  msgstr "Foto %s ikke fundet."
2903
 
2904
+ #: wppa-boxes-html.php:3518
2905
  #, php-format
2906
  msgid "Mean value: %4.2f."
2907
  msgstr "Middelværdi: %4.2f."
2908
 
2909
+ #: wppa-boxes-html.php:3865 wppa-photo-admin-autosave.php:196
2910
  msgid "Refresh"
2911
  msgstr "Opdater"
2912
 
2913
+ #: wppa-breadcrumb.php:118
2914
  msgid "Post:"
2915
  msgstr "Indlæg:"
2916
 
2917
+ #: wppa-breadcrumb.php:118 wppa-breadcrumb.php:651
2918
  msgid "Page:"
2919
  msgstr "Side:"
2920
 
2921
+ #: wppa-breadcrumb.php:136
2922
  msgid "with category:"
2923
  msgstr "med kategori:"
2924
 
2925
+ #: wppa-breadcrumb.php:139 wppa-breadcrumb.php:154
2926
  msgid "with name:"
2927
  msgstr "med navn:"
2928
 
2929
+ #: wppa-breadcrumb.php:142 wppa-breadcrumb.php:158
2930
  msgid "with words:"
2931
  msgstr "med ordene:"
2932
 
2933
+ #: wppa-breadcrumb.php:151
2934
  msgid "with tag:"
2935
  msgstr "med tag:"
2936
 
2937
+ #: wppa-breadcrumb.php:162
2938
  msgid "of owner:"
2939
  msgstr "af ejer:"
2940
 
2941
+ #: wppa-breadcrumb.php:167
2942
  msgid "with iptc tag:"
2943
  msgstr "med iptc tag:"
2944
 
2945
+ #: wppa-breadcrumb.php:167 wppa-breadcrumb.php:172
2946
  msgid "with content:"
2947
  msgstr "med indhold:"
2948
 
2949
+ #: wppa-breadcrumb.php:172
2950
  msgid "with exif tag:"
2951
  msgstr "med exif tag:"
2952
 
2953
+ #: wppa-breadcrumb.php:181 wppa-breadcrumb.php:206 wppa-breadcrumb.php:265
2954
+ #: wppa-breadcrumb.php:289 wppa-breadcrumb.php:314 wppa-breadcrumb.php:339
2955
+ #: wppa-breadcrumb.php:359 wppa-breadcrumb.php:372 wppa-breadcrumb.php:387
2956
+ #: wppa-breadcrumb.php:413 wppa-breadcrumb.php:432 wppa-breadcrumb.php:453
2957
  msgid "View the thumbnails"
2958
  msgstr "Se miniatyrbilder"
2959
 
2960
+ #: wppa-breadcrumb.php:199
2961
  #, php-format
2962
  msgid "Searchresults from album %s and its subalbums"
2963
  msgstr "Søgeresultater fra albummet %s og dets underalbummer"
2964
 
2965
+ #: wppa-breadcrumb.php:203 wppa-breadcrumb.php:209
2966
  msgid "Searchstring:"
2967
  msgstr "S&oslash;gestreng:"
2968
 
2969
+ #: wppa-breadcrumb.php:218 wppa-breadcrumb.php:236
2970
  msgid "Photos by EXIF date"
2971
  msgstr "Fotos efter EXIF dato"
2972
 
2973
+ #: wppa-breadcrumb.php:222 wppa-breadcrumb.php:240
2974
  msgid "Photos by date of upload"
2975
  msgstr "Billeder efter dato for upload"
2976
 
2977
+ #: wppa-breadcrumb.php:226 wppa-breadcrumb.php:244
2978
  msgid "Photos by date last modified"
2979
  msgstr "Billeder efter dato for sidste ændring"
2980
 
2981
+ #: wppa-breadcrumb.php:256 wppa-breadcrumb.php:268
2982
  #, php-format
2983
  msgid "Photos by %s"
2984
  msgstr "Fotos af %s"
2985
 
2986
+ #: wppa-breadcrumb.php:275 wppa-breadcrumb.php:299 wppa-breadcrumb.php:329
2987
+ #: wppa-breadcrumb.php:349 wppa-breadcrumb.php:468
2988
  msgid "Various albums"
2989
  msgstr "Forskellige album"
2990
 
2991
+ #: wppa-breadcrumb.php:278 wppa-breadcrumb.php:302 wppa-breadcrumb.php:332
2992
+ #: wppa-breadcrumb.php:352 wppa-breadcrumb.php:473 wppa-lasten-widget.php:211
2993
  msgid "Albums:"
2994
  msgstr "Album:"
2995
 
2996
+ #: wppa-breadcrumb.php:282 wppa-breadcrumb.php:292
2997
  msgid "Top rated photos"
2998
  msgstr "Top fotos"
2999
 
3000
+ #: wppa-breadcrumb.php:307 wppa-breadcrumb.php:318
3001
  msgid "Recently modified photos"
3002
  msgstr "Nyligt modificerede fotos"
3003
 
3004
+ #: wppa-breadcrumb.php:310 wppa-breadcrumb.php:321
3005
  msgid "Recently uploaded photos"
3006
  msgstr "Nyligt kommenterede fotos"
3007
 
3008
+ #: wppa-breadcrumb.php:336 wppa-breadcrumb.php:342 wppa-comment-widget.php:40
3009
  msgid "Recently commented photos"
3010
  msgstr "Nyligt kommenterede fotos"
3011
 
3012
+ #: wppa-breadcrumb.php:356 wppa-breadcrumb.php:362 wppa-featen-widget.php:38
3013
  msgid "Featured photos"
3014
  msgstr "Top fotos"
3015
 
3016
+ #: wppa-breadcrumb.php:369 wppa-breadcrumb.php:375
3017
  msgid "Related photos"
3018
  msgstr "Relaterede billeder"
3019
 
3020
+ #: wppa-breadcrumb.php:382 wppa-breadcrumb.php:390 wppa-breadcrumb.php:400
3021
+ #: wppa-breadcrumb.php:416
3022
  msgid "Tagged photos:"
3023
  msgstr "Tagged fotos:"
3024
 
3025
+ #: wppa-breadcrumb.php:382 wppa-breadcrumb.php:384 wppa-breadcrumb.php:390
3026
+ #: wppa-breadcrumb.php:392 wppa-breadcrumb.php:400 wppa-breadcrumb.php:416
3027
+ #: wppa-breadcrumb.php:429 wppa-breadcrumb.php:435
3028
  msgid "or"
3029
  msgstr "eller"
3030
 
3031
+ #: wppa-breadcrumb.php:383 wppa-breadcrumb.php:391
3032
  msgid "From albums with"
3033
  msgstr ""
3034
 
3035
+ #: wppa-breadcrumb.php:402 wppa-breadcrumb.php:418
3036
  msgid "out of various albums"
3037
  msgstr ""
3038
 
3039
+ #: wppa-breadcrumb.php:405 wppa-breadcrumb.php:421
3040
  msgid "Inverted"
3041
  msgstr "Invers"
3042
 
3043
+ #: wppa-breadcrumb.php:450 wppa-breadcrumb.php:456
3044
  msgid "Recently updated albums"
3045
  msgstr "Nyligt opdaterede albums"
3046
 
3047
+ #: wppa-breadcrumb.php:466
3048
  #, php-format
3049
  msgid "Various albums by %s"
3050
  msgstr "Forskellige album af %s"
3051
 
3052
+ #: wppa-breadcrumb.php:494 wppa-breadcrumb.php:509
3053
  msgid "Thumbnail view"
3054
  msgstr "Miniaturevisning"
3055
 
3056
+ #: wppa-breadcrumb.php:498 wppa-breadcrumb.php:499 wppa-breadcrumb.php:514
3057
+ #: wppa-breadcrumb.php:515
3058
  msgid "Thumbs"
3059
  msgstr "Miniature"
3060
 
3061
+ #: wppa-breadcrumb.php:649
3062
  msgid "Unpublished"
3063
  msgstr "Ikke publiceret"
3064
 
3065
+ #: wppa-breadcrumb.php:679
3066
  msgid "Found photos will meet the search criteria as follows:"
3067
  msgstr "Fundet fotos vil opfylde søgekriterierne som følger:"
3068
 
3069
+ #: wppa-breadcrumb.php:682
3070
  msgid "AND"
3071
  msgstr "OG"
3072
 
3073
+ #: wppa-breadcrumb.php:686
3074
  msgid "OR"
3075
  msgstr "ELLER"
3076
 
3103
  msgid "Email:"
3104
  msgstr ""
3105
 
3106
+ #: wppa-comment-admin.php:80 wppa-utils.php:994
3107
  msgid "Comment:"
3108
  msgstr ""
3109
 
3167
  msgid "Linkpage:"
3168
  msgstr ""
3169
 
3170
+ #: wppa-comment-admin.php:231 wppa-settings-autosave.php:4891
3171
+ #: wppa-settings-autosave.php:7989
3172
  msgid "--- Please select a page ---"
3173
  msgstr ""
3174
 
3230
  msgid "Save Settings / Perform bulk action"
3231
  msgstr ""
3232
 
3233
+ #: wppa-comment-admin.php:309 wppa-comment-admin.php:396 wppa-non-admin.php:690
3234
  msgid "Photo"
3235
  msgstr "Foto"
3236
 
3239
  msgstr ""
3240
 
3241
  #: wppa-comment-admin.php:311 wppa-comment-admin.php:398
3242
+ #: wppa-settings-autosave.php:506 wppa-settings-autosave.php:668
3243
+ #: wppa-settings-autosave.php:690 wppa-settings-autosave.php:1428
3244
+ #: wppa-settings-autosave.php:1449 wppa-settings-autosave.php:2966
3245
+ #: wppa-settings-autosave.php:2987 wppa-settings-autosave.php:3311
3246
+ #: wppa-settings-autosave.php:3335 wppa-settings-autosave.php:4612
3247
+ #: wppa-settings-autosave.php:4633 wppa-settings-autosave.php:4809
3248
+ #: wppa-settings-autosave.php:4833 wppa-settings-autosave.php:5882
3249
+ #: wppa-settings-autosave.php:6542 wppa-settings-autosave.php:6564
3250
+ #: wppa-settings-autosave.php:7227 wppa-settings-autosave.php:7251
3251
+ #: wppa-settings-autosave.php:8973 wppa-settings-autosave.php:8994
3252
+ #: wppa-settings-autosave.php:9034 wppa-settings-autosave.php:9056
3253
+ #: wppa-settings-autosave.php:9102
3254
  msgid "#"
3255
  msgstr ""
3256
 
3283
  msgid "Reply to your comment on photo: %s on %s"
3284
  msgstr ""
3285
 
3286
+ #: wppa-comment-admin.php:366 wppa-functions.php:2270
3287
  msgid "Reply"
3288
  msgstr "Besvar"
3289
 
3320
  msgid "Comments on Photos"
3321
  msgstr ""
3322
 
3323
+ #: wppa-comment-widget.php:73 wppa-non-admin.php:818 wppa-thumbnails.php:498
3324
  msgid "wrote"
3325
  msgstr "skrev"
3326
 
3327
  #: wppa-comment-widget.php:87 wppa-featen-widget.php:137
3328
+ #: wppa-lasten-widget.php:148 wppa-non-admin.php:819 wppa-non-admin.php:824
3329
+ #: wppa-non-admin.php:829 wppa-non-admin.php:833 wppa-non-admin.php:840
3330
+ #: wppa-non-admin.php:850 wppa-potd-widget.php:133
3331
  #: wppa-thumbnail-widget.php:114 wppa-topten-widget.php:257
3332
  msgid "Photo not found"
3333
  msgstr "Foto ikke fundet"
3334
 
3335
+ #: wppa-comment-widget.php:93 wppa-non-admin.php:820
3336
  msgid "There are no commented photos (yet)"
3337
  msgstr ""
3338
 
3340
  msgid "Default photo album for"
3341
  msgstr "Standard fotoalbum for"
3342
 
3343
+ #: wppa-common-functions.php:655 wppa-functions.php:4658
3344
  #, php-format
3345
  msgid "%d second"
3346
  msgid_plural "%d seconds"
3347
  msgstr[0] ""
3348
  msgstr[1] ""
3349
 
3350
+ #: wppa-common-functions.php:659 wppa-functions.php:4654
3351
+ #: wppa-settings-autosave.php:6387 wppa-settings-autosave.php:6388
3352
  #, php-format
3353
  msgid "%d minute"
3354
  msgid_plural "%d minutes"
3355
  msgstr[0] ""
3356
  msgstr[1] ""
3357
 
3358
+ #: wppa-common-functions.php:663 wppa-functions.php:4650
3359
+ #: wppa-settings-autosave.php:6389 wppa-settings-autosave.php:7606
3360
  #, php-format
3361
  msgid "%d hour"
3362
  msgid_plural "%d hours"
3363
  msgstr[0] ""
3364
  msgstr[1] ""
3365
 
3366
+ #: wppa-common-functions.php:667 wppa-functions.php:4646
3367
+ #: wppa-settings-autosave.php:6390 wppa-settings-autosave.php:7607
3368
+ #: wppa-settings-autosave.php:7608 wppa-settings-autosave.php:7609
3369
+ #: wppa-settings-autosave.php:7610 wppa-settings-autosave.php:7611
3370
+ #: wppa-settings-autosave.php:7612 wppa-settings-autosave.php:7614
3371
+ #: wppa-settings-autosave.php:7615 wppa-settings-autosave.php:7616
3372
+ #: wppa-settings-autosave.php:8794
3373
  #, php-format
3374
  msgid "%d day"
3375
  msgid_plural "%d days"
3376
  msgstr[0] ""
3377
  msgstr[1] ""
3378
 
3379
+ #: wppa-common-functions.php:671 wppa-functions.php:4642
3380
+ #: wppa-settings-autosave.php:6391 wppa-settings-autosave.php:7613
3381
+ #: wppa-settings-autosave.php:7617 wppa-settings-autosave.php:7618
3382
+ #: wppa-settings-autosave.php:7619 wppa-settings-autosave.php:8795
3383
  #, php-format
3384
  msgid "%d week"
3385
  msgid_plural "%d weeks"
3386
  msgstr[0] ""
3387
  msgstr[1] ""
3388
 
3389
+ #: wppa-common-functions.php:675 wppa-settings-autosave.php:7620
3390
+ #: wppa-settings-autosave.php:8796 wppa-settings-autosave.php:8797
3391
+ #: wppa-settings-autosave.php:8798 wppa-settings-autosave.php:8799
3392
+ #: wppa-settings-autosave.php:8800 wppa-settings-autosave.php:8802
3393
  #, php-format
3394
  msgid "%d month"
3395
  msgid_plural "%d months"
3396
  msgstr[0] ""
3397
  msgstr[1] ""
3398
 
3399
+ #: wppa-common-functions.php:678 wppa-settings-autosave.php:8801
3400
+ #: wppa-settings-autosave.php:8803
3401
  #, php-format
3402
  msgid "%d year"
3403
  msgid_plural "%d years"
3404
  msgstr[0] ""
3405
  msgstr[1] ""
3406
 
3407
+ #: wppa-common-functions.php:1394
3408
  #, php-format
3409
  msgid ""
3410
  "Based on your server memory limit you should not upload images larger then "
3413
  "Baseret på din server hukommelse grænse bør du ikke uploade billeder større "
3414
  "derefter <strong>%d x %d (% 2.1f MP)</strong>"
3415
 
3416
+ #: wppa-common-functions.php:1668
3417
  msgid "- select an album -"
3418
  msgstr "- vælg et album -"
3419
 
3420
+ #: wppa-common-functions.php:1680 wppa-items.php:401
3421
  #: wppa-multitag-widget.php:76 wppa-multitag-widget.php:84
3422
  #: wppa-slideshow-widget.php:199 wppa-tagcloud-widget.php:71
3423
  #: wppa-tagcloud-widget.php:79
3424
  msgid "--- all ---"
3425
  msgstr "--- alle ---"
3426
 
3427
+ #: wppa-common-functions.php:1686
3428
  msgid "--- generic ---"
3429
  msgstr "--- generisk ---"
3430
 
3431
+ #: wppa-common-functions.php:1703
3432
  msgid "--- multiple see below ---"
3433
  msgstr "--- multipel se nedenfor ---"
3434
 
3435
+ #: wppa-common-functions.php:1709
3436
  msgid "--- a selection box ---"
3437
  msgstr "--- et valgboksen ---"
3438
 
3439
+ #: wppa-common-functions.php:1748 wppa-items.php:397
3440
+ #: wppa-settings-autosave.php:7815 wppa-settings-autosave.php:7871
3441
  #: wppa-upload.php:1529
3442
  msgid "--- separate ---"
3443
  msgstr "--- adskille ---"
3444
 
3445
+ #: wppa-common-functions.php:1849
3446
  msgid "Photo id ="
3447
  msgstr "Foto id ="
3448
 
3449
+ #: wppa-common-functions.php:1849
3450
  msgid "Value ="
3451
  msgstr "Værdi ="
3452
 
3502
  msgid "Invalid photo identifier:"
3503
  msgstr ""
3504
 
3505
+ #: wppa-encrypt.php:181
3506
  msgid "Invalid album identifier:"
3507
  msgstr ""
3508
 
3510
  msgid "n.a."
3511
  msgstr "n.a."
3512
 
3513
+ #: wppa-exif-iptc-common.php:239 wppa-utils.php:2566
3514
  msgid "Not Defined"
3515
  msgstr "Ikke Defineret"
3516
 
3517
+ #: wppa-exif-iptc-common.php:240 wppa-utils.php:2567
3518
  msgid "Manual"
3519
  msgstr "Manual"
3520
 
3521
+ #: wppa-exif-iptc-common.php:241 wppa-utils.php:2568
3522
  msgid "Program AE"
3523
  msgstr "Program AE"
3524
 
3525
+ #: wppa-exif-iptc-common.php:242 wppa-utils.php:2569
3526
  msgid "Aperture-priority AE"
3527
  msgstr "Bl&aelig;ndeprioriteret AE"
3528
 
3529
+ #: wppa-exif-iptc-common.php:243 wppa-utils.php:2570
3530
  msgid "Shutter speed priority AE"
3531
  msgstr "Lukkerhastighedsprioritet AE"
3532
 
3533
+ #: wppa-exif-iptc-common.php:244 wppa-utils.php:2571
3534
  msgid "Creative (Slow speed)"
3535
  msgstr "Kreativ (Langsom hastighed)"
3536
 
3537
+ #: wppa-exif-iptc-common.php:245 wppa-utils.php:2572
3538
  msgid "Action (High speed)"
3539
  msgstr "Handling (h&oslash;j hastighed)"
3540
 
3541
+ #: wppa-exif-iptc-common.php:246 wppa-utils.php:2573
3542
  msgid "Portrait"
3543
  msgstr "Portr&aelig;t"
3544
 
3545
+ #: wppa-exif-iptc-common.php:247 wppa-utils.php:2574
3546
  msgid "Landscape"
3547
  msgstr "Landskab"
3548
 
3549
+ #: wppa-exif-iptc-common.php:248 wppa-utils.php:2575
3550
  msgid "Bulb"
3551
  msgstr "Bulb"
3552
 
3553
+ #: wppa-exif-iptc-common.php:270 wppa-utils.php:2576
3554
  msgid "Average"
3555
  msgstr "gennemsnitlig"
3556
 
3557
+ #: wppa-exif-iptc-common.php:271 wppa-utils.php:2577
3558
  msgid "Center-weighted average"
3559
  msgstr "Centerv&aelig;gtet gennemsnit"
3560
 
3561
+ #: wppa-exif-iptc-common.php:272 wppa-utils.php:2578
3562
  msgid "Spot"
3563
  msgstr "Spot"
3564
 
3565
+ #: wppa-exif-iptc-common.php:273 wppa-utils.php:2579
3566
  msgid "Multi-spot"
3567
  msgstr "Multi-spot"
3568
 
3569
+ #: wppa-exif-iptc-common.php:274 wppa-utils.php:2580
3570
  msgid "Multi-segment"
3571
  msgstr "Multi-segment"
3572
 
3573
+ #: wppa-exif-iptc-common.php:275 wppa-utils.php:2581
3574
  msgid "Partial"
3575
  msgstr "Delvist"
3576
 
3577
+ #: wppa-exif-iptc-common.php:276 wppa-settings-autosave.php:4737
3578
+ #: wppa-utils.php:2582
3579
  msgid "Other"
3580
  msgstr "Andet"
3581
 
3582
+ #: wppa-exif-iptc-common.php:312 wppa-utils.php:2583
3583
  msgid "No Flash"
3584
  msgstr "Ingen blitz"
3585
 
3586
+ #: wppa-exif-iptc-common.php:314 wppa-utils.php:2584
3587
  msgid "Fired"
3588
  msgstr "Afskudt"
3589
 
3590
+ #: wppa-exif-iptc-common.php:316 wppa-utils.php:2585
3591
  msgid "Fired, Return not detected"
3592
  msgstr "Afskudt, returnering er ikke opdaget "
3593
 
3594
+ #: wppa-exif-iptc-common.php:318 wppa-utils.php:2586
3595
  msgid "Fired, Return detected"
3596
  msgstr "Afskudt, returnering er opdaget "
3597
 
3598
+ #: wppa-exif-iptc-common.php:320 wppa-utils.php:2587
3599
  msgid "On, Did not fire"
3600
  msgstr "Tilsluttet, afsk&oslash;d ikke"
3601
 
3602
+ #: wppa-exif-iptc-common.php:322 wppa-utils.php:2588
3603
  msgid "On, Fired"
3604
  msgstr "Tilsluttet, afskudt"
3605
 
3606
+ #: wppa-exif-iptc-common.php:324 wppa-utils.php:2589
3607
  msgid "On, Return not detected"
3608
  msgstr "Tilsluttet, returnering er ikke opdaget "
3609
 
3610
+ #: wppa-exif-iptc-common.php:326 wppa-utils.php:2590
3611
  msgid "On, Return detected"
3612
  msgstr "Tilsluttet, returnering er opdaget "
3613
 
3614
+ #: wppa-exif-iptc-common.php:328 wppa-utils.php:2591
3615
  msgid "Off, Did not fire"
3616
  msgstr "Slukket, afsk&oslash;d ikke"
3617
 
3618
+ #: wppa-exif-iptc-common.php:330 wppa-utils.php:2592
3619
  msgid "Off, Did not fire, Return not detected"
3620
  msgstr "Slukket, afsk&oslash;d ikke, returnering er ikke opdaget "
3621
 
3622
+ #: wppa-exif-iptc-common.php:332 wppa-utils.php:2593
3623
  msgid "Auto, Did not fire"
3624
  msgstr "Automatisk, afsk&oslash;d ikke"
3625
 
3626
+ #: wppa-exif-iptc-common.php:334 wppa-utils.php:2594
3627
  msgid "Auto, Fired"
3628
  msgstr "Automatisk, afskudt"
3629
 
3630
+ #: wppa-exif-iptc-common.php:336 wppa-utils.php:2595
3631
  msgid "Auto, Fired, Return not detected"
3632
  msgstr "Automatisk, afskudt, returnering er ikke opdaget "
3633
 
3634
+ #: wppa-exif-iptc-common.php:338 wppa-utils.php:2596
3635
  msgid "Auto, Fired, Return detected"
3636
  msgstr "Automatisk, afskudt, returnering er opdaget "
3637
 
3638
+ #: wppa-exif-iptc-common.php:340 wppa-utils.php:2597
3639
  msgid "No flash function"
3640
  msgstr "Ingen blitz funktion"
3641
 
3642
+ #: wppa-exif-iptc-common.php:342 wppa-utils.php:2598
3643
  msgid "Off, No flash function"
3644
  msgstr "Slukket, ingen blitz funktion"
3645
 
3646
+ #: wppa-exif-iptc-common.php:344 wppa-utils.php:2599
3647
  msgid "Fired, Red-eye reduction"
3648
  msgstr "Afskudt, R&oslash;d-&oslash;je reduktion"
3649
 
3650
+ #: wppa-exif-iptc-common.php:346 wppa-utils.php:2600
3651
  msgid "Fired, Red-eye reduction, Return not detected"
3652
  msgstr "Afskudt, R&oslash;d-&oslash;je reduktion, returnering er ikke opdaget "
3653
 
3654
+ #: wppa-exif-iptc-common.php:348 wppa-utils.php:2601
3655
  msgid "Fired, Red-eye reduction, Return detected"
3656
  msgstr "Afskudt, R&oslash;d-&oslash;je reduktion, returnering er opdaget "
3657
 
3658
+ #: wppa-exif-iptc-common.php:350 wppa-utils.php:2602
3659
  msgid "On, Red-eye reduction"
3660
  msgstr "Tilstuttet, R&oslash;d-&oslash;je reduktion"
3661
 
3662
+ #: wppa-exif-iptc-common.php:352 wppa-utils.php:2603
3663
  msgid "Red-eye reduction, Return not detected"
3664
  msgstr "R&oslash;d-&oslash;je reduktion, returnering er ikke opdaget "
3665
 
3666
+ #: wppa-exif-iptc-common.php:354 wppa-utils.php:2604
3667
  msgid "On, Red-eye reduction, Return detected"
3668
  msgstr "Tilstuttet, R&oslash;d-&oslash;je reduktion, returnering er opdaget "
3669
 
3670
+ #: wppa-exif-iptc-common.php:356 wppa-utils.php:2605
3671
  msgid "Off, Red-eye reduction"
3672
  msgstr "Slukket, R&oslash;d-&oslash;je reduktion"
3673
 
3674
+ #: wppa-exif-iptc-common.php:358 wppa-utils.php:2606
3675
  msgid "Auto, Did not fire, Red-eye reduction"
3676
  msgstr "Automatisk, Afsk&oslash;d ikke, R&oslash;d-&oslash;je reduktion"
3677
 
3678
+ #: wppa-exif-iptc-common.php:360 wppa-utils.php:2607
3679
  msgid "Auto, Fired, Red-eye reduction"
3680
  msgstr "Automatisk, Afskudt, R&oslash;d-&oslash;je reduktion"
3681
 
3682
+ #: wppa-exif-iptc-common.php:362 wppa-utils.php:2608
3683
  msgid "Auto, Fired, Red-eye reduction, Return not detected"
3684
  msgstr ""
3685
  "Automatisk, Afskudt, R&oslash;d-&oslash;je reduktion, returnering er ikke "
3686
  "opdaget "
3687
 
3688
+ #: wppa-exif-iptc-common.php:364 wppa-utils.php:2609
3689
  msgid "Auto, Fired, Red-eye reduction, Return detected"
3690
  msgstr ""
3691
  "Automatisk, Afskudt, R&oslash;d-&oslash;je reduktion, returnering er opdaget "
3790
  msgid "Featured Photos"
3791
  msgstr ""
3792
 
3793
+ #: wppa-featen-widget.php:115 wppa-non-admin.php:823
3794
  msgid "View the featured photos"
3795
  msgstr ""
3796
 
3797
+ #: wppa-featen-widget.php:146 wppa-non-admin.php:825
3798
  msgid "There are no featured photos (yet)"
3799
  msgstr ""
3800
 
3801
+ #: wppa-functions.php:668
3802
  msgid "No related photos found."
3803
  msgstr "Ingen relaterede billeder fundet."
3804
 
3805
+ #: wppa-functions.php:1019
3806
  #, php-format
3807
  msgid ""
3808
  "There are %s albums found. Only the first %s will be shown. Please refine "
3811
  "Der er %s album fundet. Kun den første %s vil blive vist. Venligst forfine "
3812
  "dine søgekriterier."
3813
 
3814
+ #: wppa-functions.php:2047 wppa-links.php:769 wppa-links.php:786
3815
+ #: wppa-thumbnails.php:624
3816
  msgid "Are you sure you want to remove this photo?"
3817
  msgstr "Er du sikker p&aring;, at du vil fjerne dette foto"
3818
 
3819
+ #: wppa-functions.php:2065 wppa-thumbnails.php:606
3820
  msgid "Are you sure you want to add this photo to your zip?"
3821
  msgstr ""
3822
 
3823
+ #: wppa-functions.php:2068 wppa-thumbnails.php:609
3824
  msgid "MyChoice"
3825
  msgstr ""
3826
 
3827
+ #: wppa-functions.php:2146
3828
  #, php-format
3829
  msgid "%d dislike"
3830
  msgid_plural "%d dislikes"
3831
  msgstr[0] ""
3832
  msgstr[1] ""
3833
 
3834
+ #: wppa-functions.php:2148
3835
  msgid "including mine"
3836
  msgstr "herunder minen"
3837
 
3838
+ #: wppa-functions.php:2248
3839
  msgid "Comment edited"
3840
  msgstr "Kommentarer redigeret"
3841
 
3842
+ #: wppa-functions.php:2253
3843
  msgid "Photo comment"
3844
  msgstr "Foto kommentar"
3845
 
3846
+ #: wppa-functions.php:2257
3847
  msgid "Comment on photo:"
3848
  msgstr "Kommentar til billeder"
3849
 
3850
+ #: wppa-functions.php:2268
3851
  msgid "wrote on photo"
3852
  msgstr "Se fotos"
3853
 
3854
+ #: wppa-functions.php:2272
3855
  msgid "Moderate comment admin"
3856
  msgstr "Godkend kommentar administration"
3857
 
3858
+ #: wppa-functions.php:2275 wppa-functions.php:4455 wppa-upload.php:1428
3859
  msgid "Moderate manage photo"
3860
  msgstr "Se fotos"
3861
 
3862
+ #: wppa-functions.php:2289
3863
  msgid "You receive this email as you are assigned to moderate"
3864
  msgstr "Du modtager denne e-mail, fordi du er sat til at godkende"
3865
 
3866
+ #: wppa-functions.php:2301
3867
  msgid "You receive this email as administrator of the site"
3868
  msgstr ""
3869
  "Du modtager denne e-mail, fordi du er administrator p&aring; hjemmesiden"
3870
 
3871
+ #: wppa-functions.php:2318
3872
  msgid "You receive this email as uploader of the photo"
3873
  msgstr "Du modtager denne e-mail, fordi du indsendte et foto"
3874
 
3875
+ #: wppa-functions.php:2335
3876
  msgid "You receive this email as owner of the album"
3877
  msgstr "Du modtager denne e-mail, fordi du er ejer af albumet"
3878
 
3879
+ #: wppa-functions.php:2352
3880
  msgid "You receive this email because you commented this photo earlier."
3881
  msgstr ""
3882
  "Du modtager denne e-mail, fordi du kommenterede dette billede tidligere."
3883
 
3884
+ #: wppa-functions.php:2378
3885
  msgid "Comment added"
3886
  msgstr "Kommentar tilføjet"
3887
 
3888
+ #: wppa-functions.php:2384
3889
  msgid ""
3890
  "Sorry, you gave a wrong answer.\\n\\nPlease try again to solve the "
3891
  "computation."
3893
  "Beklager, du gav et forkert svar.\\n\\nPr&oslash;v venligst igen, at "
3894
  "l&oslash;se beregningen."
3895
 
3896
+ #: wppa-functions.php:2395
3897
  msgid "Could not process comment.\\nProbably timed out."
3898
  msgstr "Kommentar kunne ikke bearbejdes"
3899
 
3900
+ #: wppa-functions.php:2513 wppa-links.php:1491
3901
  msgid "A video can not be printed or downloaded"
3902
  msgstr "En video kan ikke udskrives eller downloades"
3903
 
3904
+ #: wppa-functions.php:2960
3905
  msgid "ERROR: Illegal attempt to enter a rating."
3906
  msgstr "FEJL: Ulovlig forsøg på at indtaste en rating."
3907
 
3908
+ #: wppa-functions.php:2973
3909
  msgid "ERROR: Illegal attempt to enter a comment."
3910
  msgstr "FEJL: Ulovlig forsøg på at indtaste en kommentar."
3911
 
3912
+ #: wppa-functions.php:4119
3913
  msgid "ERROR: Illegal attempt to create an album."
3914
  msgstr "FEJL: Ulovlig forsøg på at skabe et album."
3915
 
3916
+ #: wppa-functions.php:4123
3917
  msgid "Wrong captcha, please try again"
3918
  msgstr "Forkert captcha, prøv igen"
3919
 
3920
+ #: wppa-functions.php:4137
3921
  #, php-format
3922
  msgid "Album #%s created"
3923
  msgstr "Album #%s oprettet"
3924
 
3925
+ #: wppa-functions.php:4143
3926
  msgid "Could not create album"
3927
  msgstr "Kunne ikke oprette album"
3928
 
3929
+ #: wppa-functions.php:4154
3930
  msgid "ERROR: Illegal attempt to upload a file."
3931
  msgstr "FEJL: Ulovlig forsøg på at uploade en fil."
3932
 
3933
+ #: wppa-functions.php:4194
3934
  msgid "Photo upload"
3935
  msgstr "Foto upload"
3936
 
3937
+ #: wppa-functions.php:4195
3938
  #, php-format
3939
  msgid "%d photo successfully uploaded"
3940
  msgid_plural "%d photos successfully uploaded"
3941
  msgstr[0] ""
3942
  msgstr[1] ""
3943
 
3944
+ #: wppa-functions.php:4196
3945
  #, php-format
3946
  msgid "%s points added"
3947
  msgstr ""
3948
 
3949
+ #: wppa-functions.php:4206
3950
  msgid "Upload failed"
3951
  msgstr "Indl&aelig;sning fejlede"
3952
 
3953
+ #: wppa-functions.php:4209
3954
  #, php-format
3955
  msgid "%d upload failed"
3956
  msgid_plural "%d uploads failed"
3957
  msgstr[0] ""
3958
  msgstr[1] ""
3959
 
3960
+ #: wppa-functions.php:4253
3961
  msgid "Error during upload"
3962
  msgstr "Fejl under upload"
3963
 
3964
+ #: wppa-functions.php:4309
3965
  msgid "Could not insert media into db."
3966
  msgstr ""
3967
 
3968
+ #: wppa-functions.php:4349
3969
  msgid "Uploaded file is not an image"
3970
  msgstr "Uploaded fil er ikke et billede"
3971
 
3972
+ #: wppa-functions.php:4355
3973
  #, php-format
3974
  msgid ""
3975
  "Only gif, jpg and png image files are supported. Returned filetype = %d."
3976
  msgstr ""
3977
  "Kun gif, jpg og png filer underst&oslash;ttes. Den forkerte filtype er %d."
3978
 
3979
+ #: wppa-functions.php:4363
3980
  #, php-format
3981
  msgid "Uploaded file is larger than the allowed maximum of %d x %d pixels."
3982
  msgstr "Uploadede fil er større end den tilladte maksimum på %d x %d pixel."
3983
 
3984
+ #: wppa-functions.php:4371
3985
  #, php-format
3986
  msgid "Uploaded file %s already exists in this album."
3987
  msgstr "Uploadet fil %s findes allerede i dette album."
3988
 
3989
+ #: wppa-functions.php:4381
3990
  #, php-format
3991
  msgid "The image is too big. Max photo size: %d x %d (%2.1f MegaPixel)"
3992
  msgstr ""
3993
  "Billedet er for stort. Maks. foto st&oslash;rrelse: %d x %d (%2.1f MegaPixel)"
3994
 
3995
+ #: wppa-functions.php:4414
3996
  msgid "Could not insert photo into db."
3997
  msgstr "Kunne ikke inds&aelig;tte foto i databasen."
3998
 
3999
+ #: wppa-functions.php:4451 wppa-upload.php:1424
4000
  #, php-format
4001
  msgid "New photo uploaded: %s"
4002
  msgstr "Nyt foto indsendt: %s"
4003
 
4004
+ #: wppa-functions.php:4452 wppa-upload.php:1425
4005
  #, php-format
4006
  msgid "User %1$s uploaded photo %2$s into album %3$s"
4007
  msgstr "Bruger %1$s indsendte foto %2$s ind i album %3$s"
4008
 
4009
+ #: wppa-functions.php:4454 wppa-upload.php:1427
4010
  msgid "This upload requires moderation"
4011
  msgstr "Denne indsendelse kr&aelig;ver godkendelse"
4012
 
4013
+ #: wppa-functions.php:4458 wppa-upload.php:1431
4014
  msgid "Details:"
4015
  msgstr "Detaljer:"
4016
 
4017
+ #: wppa-functions.php:4459 wppa-upload.php:1432 wppa-utils.php:899
4018
+ #: wppa-utils.php:911
4019
  msgid "Manage photo"
4020
  msgstr "Se fotos"
4021
 
4022
+ #: wppa-functions.php:4639
4023
  msgid "You can upload after"
4024
  msgstr "Du kan indsende efter"
4025
 
4026
+ #: wppa-functions.php:4682 wppa-functions.php:4686 wppa-functions.php:4693
4027
+ #: wppa-functions.php:4697 wppa-links.php:1095 wppa-non-admin.php:744
4028
+ #: wppa-settings-autosave.php:9142 wppa-settings-autosave.php:9154
4029
+ #: wppa-settings-autosave.php:9166 wppa-settings-autosave.php:9178
4030
+ #: wppa-settings-autosave.php:9190 wppa-settings-autosave.php:9202
4031
+ #: wppa-settings-autosave.php:9214 wppa-settings-autosave.php:9226
4032
  msgid "Download"
4033
  msgstr "Download"
4034
 
4035
+ #: wppa-functions.php:4736
4036
  msgid "Zoom in"
4037
  msgstr "Zoom ind"
4038
 
4475
  msgid "licence."
4476
  msgstr ""
4477
 
4478
+ #: wppa-init.php:195
4479
+ msgid ""
4480
+ "</strong><h3>WP Photo ALbum Plus Error message</h3>This is a multi site "
4481
+ "installation. One of the following 3 lines must be entered in wp-config.php:"
4482
+ msgstr ""
4483
+
4484
+ #: wppa-init.php:196
4485
+ msgid ""
4486
+ "<br /><br /><b>define( 'WPPA_MULTISITE_INDIVIDUAL', true );</b> <small>// "
4487
+ "Multisite WP 3.5 or later with every site its own albums and photos</small>"
4488
+ msgstr ""
4489
+
4490
+ #: wppa-init.php:197
4491
+ msgid ""
4492
+ "<br /><b>define( 'WPPA_MULTISITE_BLOGSDIR', true );</b> <small>// Multisite "
4493
+ "prior to WP 3.5 with every site its own albums and photos</small>"
4494
+ msgstr ""
4495
+
4496
+ #: wppa-init.php:198
4497
+ msgid ""
4498
+ "<br /><b>define( 'WPPA_MULTISITE_GLOBAL', true );</b> <small>// Multisite "
4499
+ "with one common set of albums and photos</small>"
4500
+ msgstr ""
4501
+
4502
+ #: wppa-init.php:199
4503
+ msgid ""
4504
+ "<br /><br />For more information see: <a href=\"https://wordpress.org/"
4505
+ "plugins/wp-photo-album-plus/faq/\">the faq</a>"
4506
+ msgstr ""
4507
+
4508
+ #: wppa-init.php:200
4509
+ msgid ""
4510
+ "<br /><br /><em>If you upload photos, they will be placed in the wrong "
4511
+ "location and will not be visible for visitors!</em><strong>"
4512
+ msgstr ""
4513
+
4514
+ #: wppa-init.php:232
4515
+ msgid ""
4516
+ "The photo index table needs to be rebuilt. Please run <i>Photo Albums -> "
4517
+ "Settings</i> admin page <i>Table VIII-A9</i>"
4518
+ msgstr ""
4519
+
4520
+ #: wppa-init.php:236
4521
+ msgid ""
4522
+ "The album index table needs to be rebuilt. Please run <i>Photo Albums -> "
4523
+ "Settings</i> admin page <i>Table VIII-A8</i>"
4524
+ msgstr ""
4525
+
4526
+ #: wppa-init.php:240
4527
+ msgid ""
4528
+ "The avarage ratings need to be recalculated. Please run <i>Photo Albums -> "
4529
+ "Settings</i> admin page <i>Table VIII-A5</i>"
4530
+ msgstr ""
4531
+
4532
+ #: wppa-init.php:243
4533
+ msgid "Please finish setting up WP Photo ALbum Plus on"
4534
+ msgstr ""
4535
+
4536
+ #: wppa-init.php:243
4537
+ msgid "this page"
4538
+ msgstr ""
4539
+
4540
+ #: wppa-init.php:261
4541
+ msgid ""
4542
+ "</strong>The tags system needs to be converted. Please run <b>Photo Albums -"
4543
+ "> Settings</b> admin page <b>Table VIII-B16</b><strong>"
4544
+ msgstr ""
4545
+
4546
+ #: wppa-init.php:278
4547
+ msgid ""
4548
+ "</strong>The cats system needs to be converted. Please run <b>Photo Albums -"
4549
+ "> Settings</b> admin page <b>Table VIII-B17</b><strong>"
4550
+ msgstr ""
4551
+
4552
+ #: wppa-items.php:237 wppa-thumbnails.php:1898
4553
  msgid "Gold medal"
4554
  msgstr "Guldmedalje"
4555
 
4560
  msgid "Gold"
4561
  msgstr ""
4562
 
4563
+ #: wppa-items.php:238 wppa-thumbnails.php:1899
4564
  msgid "Silver medal"
4565
  msgstr "Sølvmedalje"
4566
 
4571
  msgid "Silver"
4572
  msgstr ""
4573
 
4574
+ #: wppa-items.php:239 wppa-thumbnails.php:1900
4575
  msgid "Bronze medal"
4576
  msgstr "Bronzemedalje"
4577
 
4582
  msgid "Bronze"
4583
  msgstr ""
4584
 
4585
+ #: wppa-items.php:314 wppa-items.php:473 wppa-settings-autosave.php:3487
4586
  msgid "none"
4587
  msgstr ""
4588
 
4614
  msgid "Last Ten Uploaded Photos"
4615
  msgstr ""
4616
 
4617
+ #: wppa-lasten-widget.php:131 wppa-non-admin.php:828
4618
  msgid "View the most recent uploaded photos"
4619
  msgstr ""
4620
 
4621
+ #: wppa-lasten-widget.php:155 wppa-non-admin.php:830
4622
  msgid "There are no uploaded photos (yet)"
4623
  msgstr ""
4624
 
4696
  msgid "Scheduled for %s"
4697
  msgstr ""
4698
 
4699
+ #: wppa-links.php:1036 wppa-links.php:1039 wppa-slideshow.php:994
4700
  msgid "Previous"
4701
  msgstr "Forrige"
4702
 
4703
+ #: wppa-links.php:1046 wppa-links.php:1049 wppa-non-admin.php:695
4704
  #: wppa-slideshow.php:1008
4705
  msgid "Next"
4706
  msgstr "N&aelig;ste"
4707
 
4708
+ #: wppa-links.php:1095
4709
  msgid "Download album"
4710
  msgstr ""
4711
 
4712
+ #: wppa-links.php:1231
4713
  msgid "View thumbnails"
4714
  msgstr ""
4715
 
4716
+ #: wppa-links.php:1244
4717
  msgid "View fullsize slideshow"
4718
  msgstr ""
4719
 
4739
 
4740
  #: wppa-maintenance.php:725 wppa-maintenance.php:741
4741
  #: wppa-photo-admin-autosave.php:1742 wppa-photo-admin-autosave.php:1763
4742
+ #: wppa-settings-autosave.php:4359 wppa-setup.php:350
4743
  msgid "Required"
4744
  msgstr ""
4745
 
4746
+ #: wppa-maintenance.php:811
4747
  msgid "There are no index items."
4748
  msgstr ""
4749
 
4779
  msgid "Select multiple tags or --- all ---:"
4780
  msgstr ""
4781
 
4782
+ #: wppa-non-admin.php:357
4783
  msgid "Press f for fullscreen."
4784
  msgstr "Tryk på f for fuldskærm."
4785
 
4786
+ #: wppa-non-admin.php:367 wppa-non-admin.php:438
4787
  msgid "Toggle fullscreen"
4788
  msgstr ""
4789
 
4790
+ #: wppa-non-admin.php:432
4791
  msgid ""
4792
  "Keys: f = next mode; q,x = exit; p = previous, n = next, s = start/stop, d = "
4793
  "dismiss this notice."
4795
  "Nøgler: f = næste tilstand; q, x = exit; p = forrige, n = næste, s = start / "
4796
  "stop, d = afvise denne meddelelse."
4797
 
4798
+ #: wppa-non-admin.php:433
4799
  msgid "Keys: f = next mode; q,x = exit; d = dismiss this notice."
4800
  msgstr "Nøgler: f = næste tilstand; q, x = exit; d = afvise denne meddelelse."
4801
 
4802
+ #: wppa-non-admin.php:686 wppa-settings-autosave.php:3678
4803
  #: wppa-slideshow.php:241
4804
  msgid "Start"
4805
  msgstr "Start"
4806
 
4807
+ #: wppa-non-admin.php:687
4808
  msgid "Stop"
4809
  msgstr "Stop"
4810
 
4811
+ #: wppa-non-admin.php:688 wppa-slideshow.php:233
4812
  msgid "Slower"
4813
  msgstr "Langsommere"
4814
 
4815
+ #: wppa-non-admin.php:689 wppa-slideshow.php:249
4816
  msgid "Faster"
4817
  msgstr "Hurtigere"
4818
 
4819
+ #: wppa-non-admin.php:691
4820
  msgid "of"
4821
  msgstr "af"
4822
 
4823
+ #: wppa-non-admin.php:692
4824
  msgid "Previous photo"
4825
  msgstr "Forrige foto"
4826
 
4827
+ #: wppa-non-admin.php:693
4828
  msgid "Next photo"
4829
  msgstr "Næste foto"
4830
 
4831
+ #: wppa-non-admin.php:694
4832
  msgid "Prev."
4833
  msgstr "Forrige"
4834
 
4835
+ #: wppa-non-admin.php:696 wppa-slideshow.php:745 wppa-slideshow.php:757
4836
  #: wppa-slideshow.php:848
4837
  msgid "Average&nbsp;rating"
4838
  msgstr "Bed&oslash;mmelse&nbsp;gennemsnitlig"
4839
 
4840
+ #: wppa-non-admin.php:697 wppa-slideshow.php:807 wppa-slideshow.php:819
4841
  #: wppa-slideshow.php:830
4842
  msgid "My&nbsp;rating"
4843
  msgstr "Min&nbsp;bed&oslash;mmelse"
4844
 
4845
+ #: wppa-non-admin.php:698
4846
  msgid "Avg."
4847
  msgstr "Gns."
4848
 
4849
+ #: wppa-non-admin.php:699
4850
  msgid "Mine"
4851
  msgstr "Mine"
4852
 
4853
+ #: wppa-non-admin.php:700
4854
  msgid "You marked this image as inappropriate."
4855
  msgstr "Du markeret billedet som upassende."
4856
 
4857
+ #: wppa-non-admin.php:703
4858
  msgid "Please enter your name"
4859
  msgstr "Indtast venligst dit navn."
4860
 
4861
+ #: wppa-non-admin.php:704
4862
  msgid "Please enter a valid email address"
4863
  msgstr "Indtast venligst en gyldig e-mail adresse"
4864
 
4865
+ #: wppa-non-admin.php:705
4866
  msgid "Please enter a comment"
4867
  msgstr "Indtast venligst en kommentar"
4868
 
4869
+ #: wppa-non-admin.php:739
4870
  msgid "Double click to start/stop slideshow running"
4871
  msgstr "Dobbeltklik for at starte / stoppe diasshowet kører"
4872
 
4873
+ #: wppa-non-admin.php:834 wppa-photo-admin-autosave.php:265
4874
  #: wppa-potd-widget.php:156
4875
  msgid "By:"
4876
  msgstr ""
4877
 
4878
+ #: wppa-non-admin.php:837 wppa-slideshow-widget.php:124
4879
  msgid "No album defined (yet)"
4880
  msgstr ""
4881
 
4882
+ #: wppa-non-admin.php:841 wppa-thumbnail-widget.php:121
4883
  msgid "There are no photos (yet)"
4884
  msgstr ""
4885
 
4886
+ #: wppa-non-admin.php:844 wppa-upldr-widget.php:90
4887
  msgid "There are too many registered users in the system for this widget"
4888
  msgstr ""
4889
 
4890
+ #: wppa-non-admin.php:845 wppa-upldr-widget.php:124 wppa-upldr-widget.php:131
4891
  msgid "Photos uploaded by"
4892
  msgstr ""
4893
 
4894
+ #: wppa-non-admin.php:849 wppa-thumbnails.php:689 wppa-thumbnails.php:1474
4895
  #: wppa-topten-widget.php:203 wppa-topten-widget.php:226
4896
  #: wppa-topten-widget.php:236
4897
  #, php-format
4900
  msgstr[0] ""
4901
  msgstr[1] ""
4902
 
4903
+ #: wppa-non-admin.php:851 wppa-topten-widget.php:261
4904
  msgid "There are no rated photos (yet)"
4905
  msgstr ""
4906
 
5126
  msgid "Same tab"
5127
  msgstr ""
5128
 
5129
+ #: wppa-photo-admin-autosave.php:436 wppa-settings-autosave.php:4838
5130
+ #: wppa-settings-autosave.php:5887
5131
  msgid "New tab"
5132
  msgstr ""
5133
 
5152
  msgid "Update file"
5153
  msgstr ""
5154
 
5155
+ #: wppa-photo-admin-autosave.php:501 wppa-settings-autosave.php:3189
5156
  msgid "Upload"
5157
  msgstr ""
5158
 
5218
  msgid "Remake thumbnail file"
5219
  msgstr ""
5220
 
5221
+ #: wppa-photo-admin-autosave.php:658 wppa-settings-autosave.php:6757
5222
  msgid "Remake"
5223
  msgstr ""
5224
 
5447
  msgstr ""
5448
 
5449
  #: wppa-photo-admin-autosave.php:1362 wppa-photo-admin-autosave.php:1481
5450
+ #: wppa-settings-autosave.php:8304
5451
  msgid "Preview"
5452
  msgstr ""
5453
 
5498
  msgid "Count"
5499
  msgstr ""
5500
 
5501
+ #: wppa-photo-admin-autosave.php:1881 wppa-settings-autosave.php:6295
5502
  msgid "Tags"
5503
  msgstr ""
5504
 
5582
  msgid "Enable subsearch"
5583
  msgstr ""
5584
 
5585
+ #: wppa-search-widget.php:134 wppa-settings-autosave.php:5815
5586
  msgid "Landing page"
5587
  msgstr ""
5588
 
5758
  msgstr ""
5759
 
5760
  #: wppa-settings-autosave.php:388 wppa-settings-autosave.php:390
5761
+ #: wppa-settings-autosave.php:1989 wppa-settings-autosave.php:5562
5762
  msgid "Button"
5763
  msgstr ""
5764
 
5766
  msgid "action that causes page reload."
5767
  msgstr ""
5768
 
5769
+ #: wppa-settings-autosave.php:390 wppa-settings-autosave.php:9757
5770
+ #: wppa-settings-autosave.php:9776
5771
  msgid "Are you sure?"
5772
  msgstr ""
5773
 
5775
  msgid "action that does not cause page reload."
5776
  msgstr ""
5777
 
5778
+ #: wppa-settings-autosave.php:393 wppa-settings-autosave.php:8193
5779
+ #: wppa-settings-autosave.php:8195 wppa-settings-autosave.php:9484
5780
+ #: wppa-settings-autosave.php:9501 wppa-settings-autosave.php:9530
5781
+ #: wppa-settings-autosave.php:9548 wppa-settings-autosave.php:9572
5782
+ #: wppa-settings-autosave.php:9593 wppa-settings-autosave.php:9613
5783
+ #: wppa-settings-autosave.php:9630 wppa-settings-autosave.php:9676
5784
+ #: wppa-settings-autosave.php:9708
5785
  msgid "Setting unmodified"
5786
  msgstr ""
5787
 
5821
  msgid "Layout"
5822
  msgstr ""
5823
 
5824
+ #: wppa-settings-autosave.php:415 wppa-settings-autosave.php:4788
5825
  msgid "Lightbox"
5826
  msgstr ""
5827
 
5837
  msgid "Navigation"
5838
  msgstr ""
5839
 
5840
+ #: wppa-settings-autosave.php:419 wppa-settings-autosave.php:1563
5841
+ #: wppa-settings-autosave.php:8540
5842
  msgid "Page"
5843
  msgstr ""
5844
 
5845
+ #: wppa-settings-autosave.php:420 wppa-settings-autosave.php:8336
5846
+ #: wppa-settings-autosave.php:8381
5847
  msgid "Rating"
5848
  msgstr ""
5849
 
5867
  msgid "Widgets"
5868
  msgstr ""
5869
 
5870
+ #: wppa-settings-autosave.php:428 wppa-settings-autosave.php:8174
5871
  msgid "Watermark"
5872
  msgstr ""
5873
 
5895
  msgid "Close quick setup"
5896
  msgstr ""
5897
 
5898
+ #: wppa-settings-autosave.php:498
5899
  msgid "Table O:"
5900
  msgstr ""
5901
 
5902
+ #: wppa-settings-autosave.php:498
5903
  msgid "Quick Setup:"
5904
  msgstr ""
5905
 
5906
+ #: wppa-settings-autosave.php:499
5907
  msgid "This table enables you to quickly do an inital setup."
5908
  msgstr ""
5909
 
5910
+ #: wppa-settings-autosave.php:509 wppa-settings-autosave.php:671
5911
+ #: wppa-settings-autosave.php:693 wppa-settings-autosave.php:1431
5912
+ #: wppa-settings-autosave.php:1452 wppa-settings-autosave.php:2969
5913
+ #: wppa-settings-autosave.php:3338 wppa-settings-autosave.php:4615
5914
+ #: wppa-settings-autosave.php:6545 wppa-settings-autosave.php:7254
5915
+ #: wppa-settings-autosave.php:8976
5916
  msgid "Setting"
5917
  msgstr ""
5918
 
5919
+ #: wppa-settings-autosave.php:510 wppa-settings-autosave.php:672
5920
+ #: wppa-settings-autosave.php:694 wppa-settings-autosave.php:1432
5921
+ #: wppa-settings-autosave.php:1453 wppa-settings-autosave.php:2970
5922
+ #: wppa-settings-autosave.php:2994 wppa-settings-autosave.php:3318
5923
+ #: wppa-settings-autosave.php:3339 wppa-settings-autosave.php:4616
5924
+ #: wppa-settings-autosave.php:4640 wppa-settings-autosave.php:4816
5925
+ #: wppa-settings-autosave.php:4840 wppa-settings-autosave.php:5889
5926
+ #: wppa-settings-autosave.php:6547 wppa-settings-autosave.php:6571
5927
+ #: wppa-settings-autosave.php:7234 wppa-settings-autosave.php:7255
5928
+ #: wppa-settings-autosave.php:8977 wppa-settings-autosave.php:8999
5929
+ #: wppa-settings-autosave.php:9039 wppa-settings-autosave.php:9061
5930
+ #: wppa-settings-autosave.php:9107
5931
  msgid "Help"
5932
  msgstr ""
5933
 
5934
+ #: wppa-settings-autosave.php:521
5935
  msgid ""
5936
  "To quickly setup WPPA+ please answer the following questions. You can alway "
5937
  "change any setting later. <span style=\"color:#700\">Click on me!</span>"
5938
  msgstr ""
5939
 
5940
+ #: wppa-settings-autosave.php:523
5941
  msgid "Is your theme <i>responsive</i>?"
5942
  msgstr ""
5943
 
5944
+ #: wppa-settings-autosave.php:524
5945
  msgid ""
5946
  "Responsive themes have a layout that varies with the size of the browser "
5947
  "window."
5948
  msgstr ""
5949
 
5950
+ #: wppa-settings-autosave.php:525
5951
  msgid ""
5952
  "WPPA+ needs to know this to automaticly adept the width of the display to "
5953
  "the available width on the page."
5954
  msgstr ""
5955
 
5956
+ #: wppa-settings-autosave.php:532
5957
  msgid "Do you want to downsize photos during upload?"
5958
  msgstr ""
5959
 
5960
+ #: wppa-settings-autosave.php:533
5961
  msgid ""
5962
  "Downsizing photos make them load faster to the visitor, without loosing "
5963
  "display quality"
5964
  msgstr ""
5965
 
5966
+ #: wppa-settings-autosave.php:534
5967
  msgid ""
5968
  "If you answer yes, the photos will be downsized to max 1024 x 768 pixels. "
5969
  "You can change this later, if you like"
5970
  msgstr ""
5971
 
5972
+ #: wppa-settings-autosave.php:541
5973
  msgid "Do you want to save the original photofiles?"
5974
  msgstr ""
5975
 
5976
+ #: wppa-settings-autosave.php:542
5977
  msgid "This will require considerable disk space on the server."
5978
  msgstr ""
5979
 
5980
+ #: wppa-settings-autosave.php:543
5981
  msgid ""
5982
  "If you answer yes, you will be able to remove watermarks you applied with "
5983
  "wppa+ in a later stage, redo downsizing to a larger size afterwards, and "
5984
  "supply fullsize images for download."
5985
  msgstr ""
5986
 
5987
+ #: wppa-settings-autosave.php:550
5988
  msgid "May visitors upload photos?"
5989
  msgstr ""
5990
 
5991
+ #: wppa-settings-autosave.php:551
5992
  msgid ""
5993
  "It is safe to do so, but i will have to do some settings to keep it safe!"
5994
  msgstr ""
5995
 
5996
+ #: wppa-settings-autosave.php:552
5997
  msgid ""
5998
  "If you answer yes, i will assume you want to enable logged in users to "
5999
  "upload photos at the front-end of the website and allow them to edit their "
6000
  "photos name and descriptions."
6001
  msgstr ""
6002
 
6003
+ #: wppa-settings-autosave.php:553
6004
  msgid ""
6005
  "The photos will be hold for moderation, the admin will get notified by email."
6006
  msgstr ""
6007
 
6008
+ #: wppa-settings-autosave.php:554
6009
  msgid ""
6010
  "Each user will get his own album to upload to. These settings can be changed "
6011
  "later."
6012
  msgstr ""
6013
 
6014
+ #: wppa-settings-autosave.php:561
6015
  msgid "Do you want the rating system active?"
6016
  msgstr ""
6017
 
6018
+ #: wppa-settings-autosave.php:562
6019
  msgid "Enable the rating system and show the votes in the slideshow."
6020
  msgstr ""
6021
 
6022
+ #: wppa-settings-autosave.php:563
6023
  msgid "You can configure the details of the rating system later"
6024
  msgstr ""
6025
 
6026
+ #: wppa-settings-autosave.php:570
6027
  msgid "Do you want the comment system active?"
6028
  msgstr ""
6029
 
6030
+ #: wppa-settings-autosave.php:571
6031
  msgid "Enable the comment system and show the comments in the slideshow."
6032
  msgstr ""
6033
 
6034
+ #: wppa-settings-autosave.php:572
6035
  msgid "You can configure the details of the comment system later"
6036
  msgstr ""
6037
 
6038
+ #: wppa-settings-autosave.php:579
6039
  msgid "Do you want the social media share buttons displayed?"
6040
  msgstr ""
6041
 
6042
+ #: wppa-settings-autosave.php:580
6043
  msgid "Display the social media buttons in the slideshow"
6044
  msgstr ""
6045
 
6046
+ #: wppa-settings-autosave.php:581
6047
  msgid ""
6048
  "These buttons share the specific photo rather than the page where it is "
6049
  "displayed on"
6050
  msgstr ""
6051
 
6052
+ #: wppa-settings-autosave.php:588
6053
  msgid "Are you going to use IPTC data?"
6054
  msgstr ""
6055
 
6056
+ #: wppa-settings-autosave.php:589
6057
  msgid ""
6058
  "IPTC data is information you may have added in a photo manipulation program."
6059
  msgstr ""
6060
 
6061
+ #: wppa-settings-autosave.php:590 wppa-settings-autosave.php:599
6062
  msgid ""
6063
  "The information can be displayed in slideshows and in photo descriptions."
6064
  msgstr ""
6065
 
6066
+ #: wppa-settings-autosave.php:597
6067
  msgid "Are you going to use EXIF data?"
6068
  msgstr ""
6069
 
6070
+ #: wppa-settings-autosave.php:598
6071
  msgid ""
6072
  "EXIF data is information from the camera like model no, focal distance and "
6073
  "aperture used."
6074
  msgstr ""
6075
 
6076
+ #: wppa-settings-autosave.php:606
6077
  msgid "Are you going to use GPX data?"
6078
  msgstr ""
6079
 
6080
+ #: wppa-settings-autosave.php:607
6081
  msgid ""
6082
  "Some cameras and mobile devices save the geographic location where the photo "
6083
  "is taken."
6084
  msgstr ""
6085
 
6086
+ #: wppa-settings-autosave.php:608
6087
  msgid "A Google map can be displayed in slideshows."
6088
  msgstr ""
6089
 
6090
+ #: wppa-settings-autosave.php:615
6091
  msgid "Are you going to use Fotomoto?"
6092
  msgstr ""
6093
 
6094
+ #: wppa-settings-autosave.php:616
6095
  msgid ""
6096
  "<a href=\"http://www.fotomoto.com/\" target=\"_blank\" >Fotomoto</a> is an "
6097
  "on-line print service."
6098
  msgstr ""
6099
 
6100
+ #: wppa-settings-autosave.php:617
6101
  msgid "If you answer Yes, you will have to open an account on Fotomoto."
6102
  msgstr ""
6103
 
6104
+ #: wppa-settings-autosave.php:624
6105
  msgid "Are you going to add videofiles?"
6106
  msgstr ""
6107
 
6108
+ #: wppa-settings-autosave.php:625
6109
  msgid "You can mix videos and photos in any album."
6110
  msgstr ""
6111
 
6112
+ #: wppa-settings-autosave.php:626 wppa-settings-autosave.php:635
6113
+ #: wppa-settings-autosave.php:644
6114
  msgid "You can configure the details later"
6115
  msgstr ""
6116
 
6117
+ #: wppa-settings-autosave.php:633
6118
  msgid "Are you going to add audiofiles?"
6119
  msgstr ""
6120
 
6121
+ #: wppa-settings-autosave.php:634
6122
  msgid "You can add audio to photos in any album."
6123
  msgstr ""
6124
 
6125
+ #: wppa-settings-autosave.php:642
6126
  msgid "Are you going to upload 3D stereo photos?"
6127
  msgstr ""
6128
 
6129
+ #: wppa-settings-autosave.php:643
6130
  msgid "You can add l-r and r-l stereo photo pairs."
6131
  msgstr ""
6132
 
6133
+ #: wppa-settings-autosave.php:651
6134
  msgid "Done?"
6135
  msgstr ""
6136
 
6137
+ #: wppa-settings-autosave.php:652
6138
  msgid "If you are ready answering these questions, select <b>yes</b>"
6139
  msgstr ""
6140
 
6141
+ #: wppa-settings-autosave.php:653
6142
  msgid ""
6143
  "You can change any setting later, and be more specific and add a lot of "
6144
  "settings. For now it is enough, go create albums and upload photos!"
6145
  msgstr ""
6146
 
6147
+ #: wppa-settings-autosave.php:657
6148
  msgid ""
6149
  "Thank you!. The most important settings are done now. You can refine your "
6150
  "settings, the behaviour and appearance of WPPA+ in the Tables below."
6151
  msgstr ""
6152
 
6153
+ #: wppa-settings-autosave.php:682
6154
  msgid "Table I:"
6155
  msgstr ""
6156
 
6157
+ #: wppa-settings-autosave.php:682
6158
  msgid "Sizes:"
6159
  msgstr ""
6160
 
6161
+ #: wppa-settings-autosave.php:683
6162
  msgid ""
6163
  "This table describes all the sizes and size options (except fontsizes) for "
6164
  "the generation and display of the WPPA+ elements."
6165
  msgstr ""
6166
 
6167
+ #: wppa-settings-autosave.php:701
6168
  msgid "WPPA+ global system related size settings"
6169
  msgstr ""
6170
 
6171
+ #: wppa-settings-autosave.php:703
6172
  msgid "Column Width"
6173
  msgstr ""
6174
 
6175
+ #: wppa-settings-autosave.php:704
6176
  msgid "The width of the main column in your theme's display area."
6177
  msgstr ""
6178
 
6179
+ #: wppa-settings-autosave.php:705
6180
  msgid "Enter the width of the main column in your theme's display area."
6181
  msgstr ""
6182
 
6183
+ #: wppa-settings-autosave.php:706
6184
  msgid ""
6185
  "You should set this value correctly to make sure the fullsize images are "
6186
  "properly aligned horizontally."
6187
  msgstr ""
6188
 
6189
+ #: wppa-settings-autosave.php:707
6190
  msgid ""
6191
  "You may enter 'auto' for use in themes that have a floating content column."
6192
  msgstr ""
6193
 
6194
+ #: wppa-settings-autosave.php:708
6195
  msgid "The use of 'auto' is required for responsive themes."
6196
  msgstr ""
6197
 
6198
+ #: wppa-settings-autosave.php:711 wppa-settings-autosave.php:720
6199
+ #: wppa-settings-autosave.php:832 wppa-settings-autosave.php:994
6200
+ #: wppa-settings-autosave.php:1005
6201
  msgid "pixels wide"
6202
  msgstr ""
6203
 
6204
+ #: wppa-settings-autosave.php:716
6205
  msgid "Initial Width"
6206
  msgstr ""
6207
 
6208
+ #: wppa-settings-autosave.php:717
6209
  msgid "The most often displayed colun width in responsive theme"
6210
  msgstr ""
6211
 
6212
+ #: wppa-settings-autosave.php:718
6213
  msgid ""
6214
  "Change this value only if your responsive theme shows initially a wrong "
6215
  "column width."
6216
  msgstr ""
6217
 
6218
+ #: wppa-settings-autosave.php:725
6219
  msgid "Resize on Upload"
6220
  msgstr ""
6221
 
6222
+ #: wppa-settings-autosave.php:726
6223
  msgid "Indicate if the photos should be resized during upload."
6224
  msgstr ""
6225
 
6226
+ #: wppa-settings-autosave.php:727
6227
  msgid ""
6228
  "If you check this item, the size of the photos will be reduced to the "
6229
  "dimension specified in the next item during the upload/import process."
6230
  msgstr ""
6231
 
6232
+ #: wppa-settings-autosave.php:728
6233
  msgid "The photos will never be stretched during upload if they are smaller."
6234
  msgstr ""
6235
 
6236
+ #: wppa-settings-autosave.php:736
6237
  msgid "Resize to"
6238
  msgstr ""
6239
 
6240
+ #: wppa-settings-autosave.php:737
6241
  msgid "Resize photos to fit within a given area."
6242
  msgstr ""
6243
 
6244
+ #: wppa-settings-autosave.php:738
6245
  msgid "Specify the screensize for the unscaled photos."
6246
  msgstr ""
6247
 
6248
+ #: wppa-settings-autosave.php:739
6249
  msgid ""
6250
  "The use of a non-default value is particularly usefull when you make use of "
6251
  "lightbox functionality."
6252
  msgstr ""
6253
 
6254
+ #: wppa-settings-autosave.php:741 wppa-settings-autosave.php:763
6255
+ #: wppa-settings-autosave.php:774 wppa-settings-autosave.php:783
6256
+ #: wppa-settings-autosave.php:864 wppa-settings-autosave.php:887
6257
+ #: wppa-settings-autosave.php:894 wppa-settings-autosave.php:913
6258
+ #: wppa-settings-autosave.php:934 wppa-settings-autosave.php:944
6259
+ #: wppa-settings-autosave.php:1038 wppa-settings-autosave.php:1072
6260
+ #: wppa-settings-autosave.php:1092 wppa-settings-autosave.php:1101
6261
+ #: wppa-settings-autosave.php:1112 wppa-settings-autosave.php:1124
6262
+ #: wppa-settings-autosave.php:1134 wppa-settings-autosave.php:1144
6263
+ #: wppa-settings-autosave.php:1197 wppa-settings-autosave.php:1206
6264
+ #: wppa-settings-autosave.php:1217 wppa-settings-autosave.php:1237
6265
+ #: wppa-settings-autosave.php:1257 wppa-settings-autosave.php:1277
6266
+ #: wppa-settings-autosave.php:1297 wppa-settings-autosave.php:1317
6267
+ #: wppa-settings-autosave.php:1337 wppa-settings-autosave.php:1346
6268
+ #: wppa-settings-autosave.php:1355 wppa-settings-autosave.php:1388
6269
+ #: wppa-settings-autosave.php:1397 wppa-settings-autosave.php:1409
6270
+ #: wppa-settings-autosave.php:1418 wppa-settings-autosave.php:2810
6271
+ #: wppa-settings-autosave.php:4661 wppa-settings-autosave.php:4678
6272
+ #: wppa-settings-autosave.php:4695 wppa-settings-autosave.php:4712
6273
+ #: wppa-settings-autosave.php:4729 wppa-settings-autosave.php:4746
6274
+ #: wppa-settings-autosave.php:4763 wppa-settings-autosave.php:4780
6275
+ #: wppa-settings-autosave.php:4797 wppa-settings-autosave.php:6106
6276
+ #: wppa-settings-autosave.php:8707 wppa-settings-autosave.php:8903
6277
+ #: wppa-settings-autosave.php:8945 wppa-settings-autosave.php:8963
6278
  msgid "pixels"
6279
  msgstr ""
6280
 
6281
+ #: wppa-settings-autosave.php:742
6282
  msgid "Fit within rectangle as set in Table I-B1,2"
6283
  msgstr ""
6284
 
6285
+ #: wppa-settings-autosave.php:749
6286
  msgid "Photocount threshold"
6287
  msgstr ""
6288
 
6289
+ #: wppa-settings-autosave.php:750
6290
  msgid "Number of photos in an album must exceed."
6291
  msgstr ""
6292
 
6293
+ #: wppa-settings-autosave.php:751
6294
  msgid ""
6295
  "Photos do not show up in the album unless there are more than this number of "
6296
  "photos in the album. This allows you to have cover photos on an album that "
6298
  "Usually set to 0 (always show) or 1 (for one cover photo)."
6299
  msgstr ""
6300
 
6301
+ #: wppa-settings-autosave.php:753 wppa-settings-autosave.php:792
6302
+ #: wppa-settings-autosave.php:1226 wppa-settings-autosave.php:1266
6303
+ #: wppa-settings-autosave.php:1286 wppa-settings-autosave.php:1326
6304
+ #: wppa-settings-autosave.php:4068 wppa-settings-autosave.php:6031
6305
+ #: wppa-settings-autosave.php:7797
6306
  msgid "photos"
6307
  msgstr ""
6308
 
6309
+ #: wppa-settings-autosave.php:758
6310
  msgid "Border thickness"
6311
  msgstr ""
6312
 
6313
+ #: wppa-settings-autosave.php:759
6314
  msgid "Thickness of wppa+ box borders."
6315
  msgstr ""
6316
 
6317
+ #: wppa-settings-autosave.php:760
6318
  msgid ""
6319
  "Enter the thickness for the border of the WPPA+ boxes. A number of 0 means: "
6320
  "no border."
6321
  msgstr ""
6322
 
6323
+ #: wppa-settings-autosave.php:761 wppa-settings-autosave.php:771
6324
  msgid "WPPA+ boxes are: the navigation bars and the filmstrip."
6325
  msgstr ""
6326
 
6327
+ #: wppa-settings-autosave.php:769
6328
  msgid "Radius of wppa+ box borders."
6329
  msgstr ""
6330
 
6331
+ #: wppa-settings-autosave.php:770
6332
  msgid ""
6333
  "Enter the corner radius for the border of the WPPA+ boxes. A number of 0 "
6334
  "means: no rounded corners."
6335
  msgstr ""
6336
 
6337
+ #: wppa-settings-autosave.php:772
6338
  msgid "Note that rounded corners are only supported by modern browsers."
6339
  msgstr ""
6340
 
6341
+ #: wppa-settings-autosave.php:780
6342
  msgid "Distance between wppa+ boxes."
6343
  msgstr ""
6344
 
6345
+ #: wppa-settings-autosave.php:788
6346
  msgid "Related count"
6347
  msgstr ""
6348
 
6349
+ #: wppa-settings-autosave.php:789
6350
  msgid "The default maximum number of related photos to find."
6351
  msgstr ""
6352
 
6353
+ #: wppa-settings-autosave.php:790
6354
  msgid ""
6355
  "When using shortcodes like [wppa type=\"album\" album=\"#related,desc,23\"][/"
6356
  "wppa], the maximum number is 23. Omitting the number gives the maximum of "
6357
  "this setting."
6358
  msgstr ""
6359
 
6360
+ #: wppa-settings-autosave.php:798
6361
  msgid "The maximum number of pagelinks to be displayed."
6362
  msgstr ""
6363
 
6364
+ #: wppa-settings-autosave.php:801
6365
  msgid "pages"
6366
  msgstr ""
6367
 
6368
+ #: wppa-settings-autosave.php:806
6369
  msgid "Max file name length"
6370
  msgstr ""
6371
 
6372
+ #: wppa-settings-autosave.php:807
6373
  msgid "The max length of a photo file name excluding the extension."
6374
  msgstr ""
6375
 
6376
+ #: wppa-settings-autosave.php:808 wppa-settings-autosave.php:817
6377
  msgid "A setting of 0 means: unlimited."
6378
  msgstr ""
6379
 
6380
+ #: wppa-settings-autosave.php:810 wppa-settings-autosave.php:819
6381
  msgid "chars"
6382
  msgstr ""
6383
 
6384
+ #: wppa-settings-autosave.php:815
6385
  msgid "Max photo name length"
6386
  msgstr ""
6387
 
6388
+ #: wppa-settings-autosave.php:816
6389
  msgid "The max length of a photo name."
6390
  msgstr ""
6391
 
6392
+ #: wppa-settings-autosave.php:824
6393
  msgid "Slideshow related size settings"
6394
  msgstr ""
6395
 
6396
+ #: wppa-settings-autosave.php:826
6397
  msgid "Maximum Width"
6398
  msgstr ""
6399
 
6400
+ #: wppa-settings-autosave.php:827
6401
  msgid "The maximum width photos will be displayed in slideshows."
6402
  msgstr ""
6403
 
6404
+ #: wppa-settings-autosave.php:828 wppa-settings-autosave.php:839
6405
  msgid ""
6406
  "Enter the largest size in pixels as how you want your photos to be displayed."
6407
  msgstr ""
6408
 
6409
+ #: wppa-settings-autosave.php:829
6410
  msgid ""
6411
  "This is usually the same as the Column Width (Table I-A1), but it may differ."
6412
  msgstr ""
6413
 
6414
+ #: wppa-settings-autosave.php:837
6415
  msgid "Maximum Height"
6416
  msgstr ""
6417
 
6418
+ #: wppa-settings-autosave.php:838
6419
  msgid "The maximum height photos will be displayed in slideshows."
6420
  msgstr ""
6421
 
6422
+ #: wppa-settings-autosave.php:840
6423
  msgid ""
6424
  "This setting defines the height of the space reserved for photos in "
6425
  "slideshows."
6426
  msgstr ""
6427
 
6428
+ #: wppa-settings-autosave.php:841
6429
  #, php-format
6430
  msgid ""
6431
  "If you change the width of a display by the %%size= command, this value "
6433
  "previous setting."
6434
  msgstr ""
6435
 
6436
+ #: wppa-settings-autosave.php:843 wppa-settings-autosave.php:1016
6437
+ #: wppa-settings-autosave.php:1027
6438
  msgid "pixels high"
6439
  msgstr ""
6440
 
6441
+ #: wppa-settings-autosave.php:848
6442
  msgid "Stretch to fit"
6443
  msgstr ""
6444
 
6445
+ #: wppa-settings-autosave.php:849
6446
  msgid "Stretch photos that are too small."
6447
  msgstr ""
6448
 
6449
+ #: wppa-settings-autosave.php:850
6450
  msgid ""
6451
  "Images will be stretched to the Maximum Size at display time if they are "
6452
  "smaller. Leaving unchecked is recommended. It is better to upload photos "
6453
  "that fit well the sizes you use!"
6454
  msgstr ""
6455
 
6456
+ #: wppa-settings-autosave.php:857
6457
  msgid "Slideshow borderwidth"
6458
  msgstr ""
6459
 
6460
+ #: wppa-settings-autosave.php:858
6461
  msgid "The width of the border around slideshow images."
6462
  msgstr ""
6463
 
6464
+ #: wppa-settings-autosave.php:859
6465
  msgid ""
6466
  "The border is made by the image background being larger than the image "
6467
  "itsself (padding)."
6468
  msgstr ""
6469
 
6470
+ #: wppa-settings-autosave.php:860
6471
  msgid ""
6472
  "Additionally there may be a one pixel outline of a different color. See "
6473
  "Table III-A2."
6474
  msgstr ""
6475
 
6476
+ #: wppa-settings-autosave.php:861
6477
  msgid "The number you enter here is exclusive the one pixel outline."
6478
  msgstr ""
6479
 
6480
+ #: wppa-settings-autosave.php:862
6481
  msgid "If you leave this entry empty, there will be no outline either."
6482
  msgstr ""
6483
 
6484
+ #: wppa-settings-autosave.php:869
6485
  msgid "Numbar Max"
6486
  msgstr ""
6487
 
6488
+ #: wppa-settings-autosave.php:870
6489
  msgid "Maximum numbers to display."
6490
  msgstr ""
6491
 
6492
+ #: wppa-settings-autosave.php:871
6493
  msgid ""
6494
  "In order to attemt to fit on one line, the numbers will be replaced by dots "
6495
  "- except the current - when there are more than this number of photos in a "
6496
  "slideshow."
6497
  msgstr ""
6498
 
6499
+ #: wppa-settings-autosave.php:873
6500
  msgid "numbers"
6501
  msgstr ""
6502
 
6503
+ #: wppa-settings-autosave.php:878
6504
  msgid "Share button size"
6505
  msgstr ""
6506
 
6507
+ #: wppa-settings-autosave.php:879
6508
  msgid "The size of the social media icons in the Share box"
6509
  msgstr ""
6510
 
6511
+ #: wppa-settings-autosave.php:889
6512
  msgid "Mini Treshold"
6513
  msgstr ""
6514
 
6515
+ #: wppa-settings-autosave.php:890
6516
  msgid "Show mini text at slideshow smaller then."
6517
  msgstr ""
6518
 
6519
+ #: wppa-settings-autosave.php:891
6520
  msgid ""
6521
  "Display Next and Prev. as opposed to Next photo and Previous photo when the "
6522
  "cotainer is smaller than this size."
6523
  msgstr ""
6524
 
6525
+ #: wppa-settings-autosave.php:892
6526
  msgid "Special use in responsive themes."
6527
  msgstr ""
6528
 
6529
+ #: wppa-settings-autosave.php:900
6530
  msgid "The maximum number of slides in a certain view. 0 means no pagination"
6531
  msgstr ""
6532
 
6533
+ #: wppa-settings-autosave.php:903 wppa-settings-autosave.php:922
6534
  msgid "slides"
6535
  msgstr ""
6536
 
6537
+ #: wppa-settings-autosave.php:908
6538
  msgid "Filmstrip Thumbnail Size"
6539
  msgstr ""
6540
 
6541
+ #: wppa-settings-autosave.php:909
6542
  msgid "The size of the filmstrip images."
6543
  msgstr ""
6544
 
6545
+ #: wppa-settings-autosave.php:910 wppa-settings-autosave.php:931
6546
+ #: wppa-settings-autosave.php:941 wppa-settings-autosave.php:1131
6547
+ #: wppa-settings-autosave.php:1141
6548
  msgid "This size applies to the width or height, whichever is the largest."
6549
  msgstr ""
6550
 
6551
+ #: wppa-settings-autosave.php:911 wppa-settings-autosave.php:932
6552
+ #: wppa-settings-autosave.php:942
6553
  msgid ""
6554
  "Changing the thumbnail size may result in all thumbnails being regenerated. "
6555
  "this may take a while."
6556
  msgstr ""
6557
 
6558
+ #: wppa-settings-autosave.php:919
6559
  msgid "The max number of slides in a slideonly display"
6560
  msgstr ""
6561
 
6562
+ #: wppa-settings-autosave.php:927
6563
  msgid "Thumbnail photos related size settings"
6564
  msgstr ""
6565
 
6566
+ #: wppa-settings-autosave.php:929
6567
  msgid "Thumbnail Size"
6568
  msgstr ""
6569
 
6570
+ #: wppa-settings-autosave.php:930
6571
  msgid "The size of the thumbnail images."
6572
  msgstr ""
6573
 
6574
+ #: wppa-settings-autosave.php:939
6575
  msgid "Thumbnail Size Alt"
6576
  msgstr ""
6577
 
6578
+ #: wppa-settings-autosave.php:940
6579
  msgid "The alternative size of the thumbnail images."
6580
  msgstr ""
6581
 
6582
+ #: wppa-settings-autosave.php:949
6583
  msgid "Thumbnail Aspect"
6584
  msgstr ""
6585
 
6586
+ #: wppa-settings-autosave.php:950
6587
  msgid "Aspect ration of thumbnail image"
6588
  msgstr ""
6589
 
6590
+ #: wppa-settings-autosave.php:954
6591
  msgid "--- same as fullsize ---"
6592
  msgstr ""
6593
 
6594
+ #: wppa-settings-autosave.php:955
6595
  msgid "--- square clipped ---"
6596
  msgstr ""
6597
 
6598
+ #: wppa-settings-autosave.php:956
6599
  msgid "4:5 landscape clipped"
6600
  msgstr ""
6601
 
6602
+ #: wppa-settings-autosave.php:957
6603
  msgid "3:4 landscape clipped"
6604
  msgstr ""
6605
 
6606
+ #: wppa-settings-autosave.php:958
6607
  msgid "2:3 landscape clipped"
6608
  msgstr ""
6609
 
6610
+ #: wppa-settings-autosave.php:959
6611
  msgid "9:16 landscape clipped"
6612
  msgstr ""
6613
 
6614
+ #: wppa-settings-autosave.php:960
6615
  msgid "1:2 landscape clipped"
6616
  msgstr ""
6617
 
6618
+ #: wppa-settings-autosave.php:961
6619
  msgid "--- square padded ---"
6620
  msgstr ""
6621
 
6622
+ #: wppa-settings-autosave.php:962
6623
  msgid "4:5 landscape padded"
6624
  msgstr ""
6625
 
6626
+ #: wppa-settings-autosave.php:963
6627
  msgid "3:4 landscape padded"
6628
  msgstr ""
6629
 
6630
+ #: wppa-settings-autosave.php:964
6631
  msgid "2:3 landscape padded"
6632
  msgstr ""
6633
 
6634
+ #: wppa-settings-autosave.php:965
6635
  msgid "9:16 landscape padded"
6636
  msgstr ""
6637
 
6638
+ #: wppa-settings-autosave.php:966
6639
  msgid "1:2 landscape padded"
6640
  msgstr ""
6641
 
6642
+ #: wppa-settings-autosave.php:988
6643
  msgid "Thumbframe width"
6644
  msgstr ""
6645
 
6646
+ #: wppa-settings-autosave.php:989
6647
  msgid "The width of the thumbnail frame."
6648
  msgstr ""
6649
 
6650
+ #: wppa-settings-autosave.php:990 wppa-settings-autosave.php:1001
6651
  msgid "Set the width of the thumbnail frame."
6652
  msgstr ""
6653
 
6654
+ #: wppa-settings-autosave.php:991 wppa-settings-autosave.php:1002
6655
+ #: wppa-settings-autosave.php:1013 wppa-settings-autosave.php:1024
6656
+ #: wppa-settings-autosave.php:1035
6657
  msgid "Set width, height and spacing for the thumbnail frames."
6658
  msgstr ""
6659
 
6660
+ #: wppa-settings-autosave.php:992 wppa-settings-autosave.php:1003
6661
+ #: wppa-settings-autosave.php:1014 wppa-settings-autosave.php:1025
6662
+ #: wppa-settings-autosave.php:1036
6663
  msgid ""
6664
  "These sizes should be large enough for a thumbnail image and - optionally - "
6665
  "the text under it."
6666
  msgstr ""
6667
 
6668
+ #: wppa-settings-autosave.php:999
6669
  msgid "Thumbframe width Alt"
6670
  msgstr ""
6671
 
6672
+ #: wppa-settings-autosave.php:1000
6673
  msgid "The width of the alternative thumbnail frame."
6674
  msgstr ""
6675
 
6676
+ #: wppa-settings-autosave.php:1010
6677
  msgid "Thumbframe height"
6678
  msgstr ""
6679
 
6680
+ #: wppa-settings-autosave.php:1011
6681
  msgid "The height of the thumbnail frame."
6682
  msgstr ""
6683
 
6684
+ #: wppa-settings-autosave.php:1012 wppa-settings-autosave.php:1023
6685
  msgid "Set the height of the thumbnail frame."
6686
  msgstr ""
6687
 
6688
+ #: wppa-settings-autosave.php:1021
6689
  msgid "Thumbframe height Alt"
6690
  msgstr ""
6691
 
6692
+ #: wppa-settings-autosave.php:1022
6693
  msgid "The height of the alternative thumbnail frame."
6694
  msgstr ""
6695
 
6696
+ #: wppa-settings-autosave.php:1032
6697
  msgid "Thumbnail spacing"
6698
  msgstr ""
6699
 
6700
+ #: wppa-settings-autosave.php:1033
6701
  msgid "The spacing between adjacent thumbnail frames."
6702
  msgstr ""
6703
 
6704
+ #: wppa-settings-autosave.php:1034
6705
  msgid "Set the minimal spacing between the adjacent thumbnail frames"
6706
  msgstr ""
6707
 
6708
+ #: wppa-settings-autosave.php:1043
6709
  msgid "Auto spacing"
6710
  msgstr ""
6711
 
6712
+ #: wppa-settings-autosave.php:1044
6713
  msgid "Space the thumbnail frames automatic."
6714
  msgstr ""
6715
 
6716
+ #: wppa-settings-autosave.php:1045
6717
  msgid ""
6718
  "If you check this box, the thumbnail images will be evenly distributed over "
6719
  "the available width."
6720
  msgstr ""
6721
 
6722
+ #: wppa-settings-autosave.php:1046
6723
  msgid ""
6724
  "In this case, the thumbnail spacing value (setting I-9) will be regarded as "
6725
  "a minimum value."
6726
  msgstr ""
6727
 
6728
+ #: wppa-settings-autosave.php:1053 wppa-settings-autosave.php:1160
6729
  msgid "Page size"
6730
  msgstr ""
6731
 
6732
+ #: wppa-settings-autosave.php:1054
6733
  msgid "Max number of thumbnails per page."
6734
  msgstr ""
6735
 
6736
+ #: wppa-settings-autosave.php:1055
6737
  msgid ""
6738
  "Enter the maximum number of thumbnail images per page. A value of 0 "
6739
  "indicates no pagination."
6740
  msgstr ""
6741
 
6742
+ #: wppa-settings-autosave.php:1057 wppa-settings-autosave.php:5633
6743
+ #: wppa-settings-autosave.php:5666 wppa-settings-autosave.php:5763
6744
  msgid "thumbnails"
6745
  msgstr ""
6746
 
6747
+ #: wppa-settings-autosave.php:1063
6748
  msgid "The size of the thumbnail popup images."
6749
  msgstr ""
6750
 
6751
+ #: wppa-settings-autosave.php:1064
6752
  msgid ""
6753
  "Enter the size of the popup images. This size should be larger than the "
6754
  "thumbnail size."
6755
  msgstr ""
6756
 
6757
+ #: wppa-settings-autosave.php:1065
6758
  msgid "This size should also be at least the cover image size."
6759
  msgstr ""
6760
 
6761
+ #: wppa-settings-autosave.php:1066
6762
  msgid ""
6763
  "Changing the popup size may result in all thumbnails being regenerated. this "
6764
  "may take a while."
6765
  msgstr ""
6766
 
6767
+ #: wppa-settings-autosave.php:1067
6768
  msgid ""
6769
  "Although this setting has only visual effect if \"Thumb popup\" (Table IV-"
6770
  "C8) is checked,"
6771
  msgstr ""
6772
 
6773
+ #: wppa-settings-autosave.php:1068
6774
  msgid ""
6775
  "the value must be right as it is the physical size of the thumbnail and "
6776
  "coverphoto images."
6777
  msgstr ""
6778
 
6779
+ #: wppa-settings-autosave.php:1075
6780
  msgid "Use thumbs if fit"
6781
  msgstr ""
6782
 
6783
+ #: wppa-settings-autosave.php:1076
6784
  msgid "Use the thumbnail image files if they are large enough."
6785
  msgstr ""
6786
 
6787
+ #: wppa-settings-autosave.php:1077
6788
  msgid "This setting speeds up page loading for small photos."
6789
  msgstr ""
6790
 
6791
+ #: wppa-settings-autosave.php:1078
6792
  msgid ""
6793
  "Do NOT use this when your thumbnails have a forced aspect ratio (when Table "
6794
  "I-C2 is set to anything different from --- same as fullsize ---)"
6795
  msgstr ""
6796
 
6797
+ #: wppa-settings-autosave.php:1085
6798
  msgid "Album cover related size settings"
6799
  msgstr ""
6800
 
6801
+ #: wppa-settings-autosave.php:1088
6802
  msgid "Maximum width for a album cover display."
6803
  msgstr ""
6804
 
6805
+ #: wppa-settings-autosave.php:1089
6806
  msgid ""
6807
  "Display covers in 2 or more columns if the display area is wider than the "
6808
  "given width."
6809
  msgstr ""
6810
 
6811
+ #: wppa-settings-autosave.php:1090
6812
  msgid ""
6813
  "This also applies for 'thumbnails as covers', and will NOT apply to single "
6814
  "items."
6815
  msgstr ""
6816
 
6817
+ #: wppa-settings-autosave.php:1097
6818
  msgid "Min Cover height"
6819
  msgstr ""
6820
 
6821
+ #: wppa-settings-autosave.php:1098
6822
  msgid "Minimal height of an album cover."
6823
  msgstr ""
6824
 
6825
+ #: wppa-settings-autosave.php:1099
6826
  msgid ""
6827
  "If you use this setting to make the albums the same height and you are not "
6828
  "satisfied about the lay-out, try increasing the value in the next setting"
6829
  msgstr ""
6830
 
6831
+ #: wppa-settings-autosave.php:1106
6832
  msgid "Min Text frame height"
6833
  msgstr ""
6834
 
6835
+ #: wppa-settings-autosave.php:1107
6836
  msgid "The minimal cover text frame height incl header."
6837
  msgstr ""
6838
 
6839
+ #: wppa-settings-autosave.php:1108
6840
  msgid ""
6841
  "The height starting with the album title up to and including the view- and "
6842
  "the slideshow- links."
6843
  msgstr ""
6844
 
6845
+ #: wppa-settings-autosave.php:1109
6846
  msgid ""
6847
  "This setting enables you to give the album covers the same height while the "
6848
  "title does not need to fit on one line."
6849
  msgstr ""
6850
 
6851
+ #: wppa-settings-autosave.php:1110
6852
  msgid "This is the recommended setting to line-up your covers!"
6853
  msgstr ""
6854
 
6855
+ #: wppa-settings-autosave.php:1117
6856
  msgid "Min Description height"
6857
  msgstr ""
6858
 
6859
+ #: wppa-settings-autosave.php:1118
6860
  msgid "The minimal height of the album description text frame."
6861
  msgstr ""
6862
 
6863
+ #: wppa-settings-autosave.php:1119
6864
  msgid "The minimal height of the description field in an album cover display."
6865
  msgstr ""
6866
 
6867
+ #: wppa-settings-autosave.php:1120
6868
  msgid ""
6869
  "This setting enables you to give the album covers the same height provided "
6870
  "that the cover images are equally sized and the titles fit on one line."
6871
  msgstr ""
6872
 
6873
+ #: wppa-settings-autosave.php:1121
6874
  msgid ""
6875
  "To force the coverphotos have equal heights, tick the box in Table I-D7."
6876
  msgstr ""
6877
 
6878
+ #: wppa-settings-autosave.php:1122
6879
  msgid ""
6880
  "You may need this setting if changing the previous setting is not sufficient "
6881
  "to line-up the covers."
6882
  msgstr ""
6883
 
6884
+ #: wppa-settings-autosave.php:1129
6885
  msgid "Coverphoto size"
6886
  msgstr ""
6887
 
6888
+ #: wppa-settings-autosave.php:1130
6889
  msgid "The size of the coverphoto."
6890
  msgstr ""
6891
 
6892
+ #: wppa-settings-autosave.php:1132 wppa-settings-autosave.php:1142
6893
  msgid ""
6894
  "Changing the coverphoto size may result in all thumbnails being regenerated. "
6895
  "this may take a while."
6896
  msgstr ""
6897
 
6898
+ #: wppa-settings-autosave.php:1139
6899
  msgid "Coverphoto size multi"
6900
  msgstr ""
6901
 
6902
+ #: wppa-settings-autosave.php:1140
6903
  msgid "The size of coverphotos if more than one."
6904
  msgstr ""
6905
 
6906
+ #: wppa-settings-autosave.php:1149
6907
  msgid "Size is height"
6908
  msgstr ""
6909
 
6910
+ #: wppa-settings-autosave.php:1150
6911
  msgid "The size of the coverphoto is the height of it."
6912
  msgstr ""
6913
 
6914
+ #: wppa-settings-autosave.php:1151
6915
  msgid ""
6916
  "If set: the previous setting is the height, if unset: the largest of width "
6917
  "and height."
6918
  msgstr ""
6919
 
6920
+ #: wppa-settings-autosave.php:1152
6921
  msgid ""
6922
  "This setting applies for coverphoto position top or bottom only (Table IV-"
6923
  "D3)."
6924
  msgstr ""
6925
 
6926
+ #: wppa-settings-autosave.php:1153
6927
  msgid "This makes it easyer to make the covers of equal height."
6928
  msgstr ""
6929
 
6930
+ #: wppa-settings-autosave.php:1161
6931
  msgid "Max number of covers per page."
6932
  msgstr ""
6933
 
6934
+ #: wppa-settings-autosave.php:1162
6935
  msgid ""
6936
  "Enter the maximum number of album covers per page. A value of 0 indicates no "
6937
  "pagination."
6938
  msgstr ""
6939
 
6940
+ #: wppa-settings-autosave.php:1164
6941
  msgid "covers"
6942
  msgstr ""
6943
 
6944
+ #: wppa-settings-autosave.php:1169
6945
  msgid "Rating and comment related size settings"
6946
  msgstr ""
6947
 
6948
+ #: wppa-settings-autosave.php:1171
6949
  msgid "Rating size"
6950
  msgstr ""
6951
 
6952
+ #: wppa-settings-autosave.php:1172
6953
  msgid "Select the number of voting stars."
6954
  msgstr ""
6955
 
6956
+ #: wppa-settings-autosave.php:1175
6957
  msgid "Standard: 5 stars"
6958
  msgstr ""
6959
 
6960
+ #: wppa-settings-autosave.php:1175
6961
  msgid "Extended: 10 stars"
6962
  msgstr ""
6963
 
6964
+ #: wppa-settings-autosave.php:1175
6965
  msgid "One button vote"
6966
  msgstr ""
6967
 
6968
+ #: wppa-settings-autosave.php:1182
6969
  msgid "Display precision"
6970
  msgstr ""
6971
 
6972
+ #: wppa-settings-autosave.php:1183
6973
  msgid "Select the desired rating display precision."
6974
  msgstr ""
6975
 
6976
+ #: wppa-settings-autosave.php:1186
6977
  msgid "decimal places"
6978
  msgstr ""
6979
 
6980
+ #: wppa-settings-autosave.php:1194
6981
  msgid "Size of Avatar images."
6982
  msgstr ""
6983
 
6984
+ #: wppa-settings-autosave.php:1195
6985
  msgid "The size of the square avatar; must be > 0 and < 256"
6986
  msgstr ""
6987
 
6988
+ #: wppa-settings-autosave.php:1202
6989
  msgid "Rating space"
6990
  msgstr ""
6991
 
6992
+ #: wppa-settings-autosave.php:1203
6993
  msgid "Space between avg and my rating stars"
6994
  msgstr ""
6995
 
6996
+ #: wppa-settings-autosave.php:1211
6997
  msgid "Widget related size settings"
6998
  msgstr ""
6999
 
7000
+ #: wppa-settings-autosave.php:1213
7001
  msgid "Widget width"
7002
  msgstr ""
7003
 
7004
+ #: wppa-settings-autosave.php:1214
7005
  msgid "The useable width within widgets."
7006
  msgstr ""
7007
 
7008
+ #: wppa-settings-autosave.php:1215
7009
  msgid ""
7010
  "Widget width for photo of the day, general purpose (default), slideshow "
7011
  "(default) and upload widgets."
7012
  msgstr ""
7013
 
7014
+ #: wppa-settings-autosave.php:1222
7015
  msgid "TopTen count"
7016
  msgstr ""
7017
 
7018
+ #: wppa-settings-autosave.php:1223
7019
  msgid "Number of photos in TopTen widget."
7020
  msgstr ""
7021
 
7022
+ #: wppa-settings-autosave.php:1224
7023
  msgid "Enter the maximum number of rated photos in the TopTen widget."
7024
  msgstr ""
7025
 
7026
+ #: wppa-settings-autosave.php:1231
7027
  msgid "TopTen size"
7028
  msgstr ""
7029
 
7030
+ #: wppa-settings-autosave.php:1232
7031
  msgid "Size of thumbnails in TopTen widget."
7032
  msgstr ""
7033
 
7034
+ #: wppa-settings-autosave.php:1233
7035
  msgid "Enter the size for the mini photos in the TopTen widget."
7036
  msgstr ""
7037
 
7038
+ #: wppa-settings-autosave.php:1234 wppa-settings-autosave.php:1254
7039
+ #: wppa-settings-autosave.php:1274 wppa-settings-autosave.php:1294
7040
+ #: wppa-settings-autosave.php:1314 wppa-settings-autosave.php:1334
7041
  msgid "The size applies to the width or height, whatever is the largest."
7042
  msgstr ""
7043
 
7044
+ #: wppa-settings-autosave.php:1235 wppa-settings-autosave.php:1255
7045
+ #: wppa-settings-autosave.php:1275 wppa-settings-autosave.php:1295
7046
+ #: wppa-settings-autosave.php:1315 wppa-settings-autosave.php:1335
7047
  msgid ""
7048
  "Recommended values: 86 for a two column and 56 for a three column display."
7049
  msgstr ""
7050
 
7051
+ #: wppa-settings-autosave.php:1242
7052
  msgid "Comment count"
7053
  msgstr ""
7054
 
7055
+ #: wppa-settings-autosave.php:1243
7056
  msgid "Number of entries in Comment widget."
7057
  msgstr ""
7058
 
7059
+ #: wppa-settings-autosave.php:1244
7060
  msgid "Enter the maximum number of entries in the Comment widget."
7061
  msgstr ""
7062
 
7063
+ #: wppa-settings-autosave.php:1246
7064
  msgid "entries"
7065
  msgstr ""
7066
 
7067
+ #: wppa-settings-autosave.php:1251
7068
  msgid "Comment size"
7069
  msgstr ""
7070
 
7071
+ #: wppa-settings-autosave.php:1252
7072
  msgid "Size of thumbnails in Comment widget."
7073
  msgstr ""
7074
 
7075
+ #: wppa-settings-autosave.php:1253
7076
  msgid "Enter the size for the mini photos in the Comment widget."
7077
  msgstr ""
7078
 
7079
+ #: wppa-settings-autosave.php:1262
7080
  msgid "Thumbnail count"
7081
  msgstr ""
7082
 
7083
+ #: wppa-settings-autosave.php:1263
7084
  msgid "Number of photos in Thumbnail widget."
7085
  msgstr ""
7086
 
7087
+ #: wppa-settings-autosave.php:1264
7088
  msgid "Enter the maximum number of rated photos in the Thumbnail widget."
7089
  msgstr ""
7090
 
7091
+ #: wppa-settings-autosave.php:1271
7092
  msgid "Thumbnail widget size"
7093
  msgstr ""
7094
 
7095
+ #: wppa-settings-autosave.php:1272
7096
  msgid "Size of thumbnails in Thumbnail widget."
7097
  msgstr ""
7098
 
7099
+ #: wppa-settings-autosave.php:1273
7100
  msgid "Enter the size for the mini photos in the Thumbnail widget."
7101
  msgstr ""
7102
 
7103
+ #: wppa-settings-autosave.php:1282
7104
  msgid "LasTen count"
7105
  msgstr ""
7106
 
7107
+ #: wppa-settings-autosave.php:1283
7108
  msgid "Number of photos in Last Ten widget."
7109
  msgstr ""
7110
 
7111
+ #: wppa-settings-autosave.php:1284
7112
  msgid "Enter the maximum number of photos in the LasTen widget."
7113
  msgstr ""
7114
 
7115
+ #: wppa-settings-autosave.php:1291
7116
  msgid "LasTen size"
7117
  msgstr ""
7118
 
7119
+ #: wppa-settings-autosave.php:1292
7120
  msgid "Size of thumbnails in Last Ten widget."
7121
  msgstr ""
7122
 
7123
+ #: wppa-settings-autosave.php:1293
7124
  msgid "Enter the size for the mini photos in the LasTen widget."
7125
  msgstr ""
7126
 
7127
+ #: wppa-settings-autosave.php:1302
7128
  msgid "Album widget count"
7129
  msgstr ""
7130
 
7131
+ #: wppa-settings-autosave.php:1303
7132
  msgid "Number of albums in Album widget."
7133
  msgstr ""
7134
 
7135
+ #: wppa-settings-autosave.php:1304
7136
  msgid ""
7137
  "Enter the maximum number of thumbnail photos of albums in the Album widget."
7138
  msgstr ""
7139
 
7140
+ #: wppa-settings-autosave.php:1306 wppa-settings-autosave.php:6047
7141
  msgid "albums"
7142
  msgstr ""
7143
 
7144
+ #: wppa-settings-autosave.php:1311
7145
  msgid "Album widget size"
7146
  msgstr ""
7147
 
7148
+ #: wppa-settings-autosave.php:1312
7149
  msgid "Size of thumbnails in Album widget."
7150
  msgstr ""
7151
 
7152
+ #: wppa-settings-autosave.php:1313
7153
  msgid "Enter the size for the mini photos in the Album widget."
7154
  msgstr ""
7155
 
7156
+ #: wppa-settings-autosave.php:1322
7157
  msgid "FeaTen count"
7158
  msgstr ""
7159
 
7160
+ #: wppa-settings-autosave.php:1323
7161
  msgid "Number of photos in Featured Ten widget."
7162
  msgstr ""
7163
 
7164
+ #: wppa-settings-autosave.php:1324
7165
  msgid "Enter the maximum number of photos in the FeaTen widget."
7166
  msgstr ""
7167
 
7168
+ #: wppa-settings-autosave.php:1331
7169
  msgid "FeaTen size"
7170
  msgstr ""
7171
 
7172
+ #: wppa-settings-autosave.php:1332
7173
  msgid "Size of thumbnails in Featured Ten widget."
7174
  msgstr ""
7175
 
7176
+ #: wppa-settings-autosave.php:1333
7177
  msgid "Enter the size for the mini photos in the FeaTen widget."
7178
  msgstr ""
7179
 
7180
+ #: wppa-settings-autosave.php:1342
7181
  msgid "Tagcloud min size"
7182
  msgstr ""
7183
 
7184
+ #: wppa-settings-autosave.php:1343
7185
  msgid "Minimal fontsize in tagclouds"
7186
  msgstr ""
7187
 
7188
+ #: wppa-settings-autosave.php:1351
7189
  msgid "Tagcloud max size"
7190
  msgstr ""
7191
 
7192
+ #: wppa-settings-autosave.php:1352
7193
  msgid "Maximal fontsize in tagclouds"
7194
  msgstr ""
7195
 
7196
+ #: wppa-settings-autosave.php:1360
7197
  msgid ""
7198
  "Lightbox related size settings. These settings have effect only when Table "
7199
  "IX-J3 is set to wppa"
7200
  msgstr ""
7201
 
7202
+ #: wppa-settings-autosave.php:1363
7203
  msgid ""
7204
  "Number of lines on the lightbox description area, exclusive the n/m line."
7205
  msgstr ""
7206
 
7207
+ #: wppa-settings-autosave.php:1364
7208
  msgid "Enter a number in the range from 0 to 24 or auto"
7209
  msgstr ""
7210
 
7211
+ #: wppa-settings-autosave.php:1366
7212
  msgid "lines"
7213
  msgstr ""
7214
 
7215
+ #: wppa-settings-autosave.php:1371
7216
  msgid "Magnifier cursor size"
7217
  msgstr ""
7218
 
7219
+ #: wppa-settings-autosave.php:1372
7220
  msgid "Select the size of the magnifier cursor."
7221
  msgstr ""
7222
 
7223
+ #: wppa-settings-autosave.php:1375
7224
  msgid "small"
7225
  msgstr ""
7226
 
7227
+ #: wppa-settings-autosave.php:1375
7228
  msgid "medium"
7229
  msgstr ""
7230
 
7231
+ #: wppa-settings-autosave.php:1375
7232
  msgid "large"
7233
  msgstr ""
7234
 
7235
+ #: wppa-settings-autosave.php:1385
7236
  msgid "Border width for lightbox display."
7237
  msgstr ""
7238
 
7239
+ #: wppa-settings-autosave.php:1394
7240
  msgid "Border radius for lightbox display."
7241
  msgstr ""
7242
 
7243
+ #: wppa-settings-autosave.php:1403
7244
  msgid "Video related size settings"
7245
  msgstr ""
7246
 
7247
+ #: wppa-settings-autosave.php:1405
7248
  msgid "Default width"
7249
  msgstr ""
7250
 
7251
+ #: wppa-settings-autosave.php:1406
7252
  msgid "The width of most videos"
7253
  msgstr ""
7254
 
7255
+ #: wppa-settings-autosave.php:1414
7256
  msgid "Default height"
7257
  msgstr ""
7258
 
7259
+ #: wppa-settings-autosave.php:1415
7260
  msgid "The height of most videos"
7261
  msgstr ""
7262
 
7263
+ #: wppa-settings-autosave.php:1441
7264
  msgid "Table II:"
7265
  msgstr ""
7266
 
7267
+ #: wppa-settings-autosave.php:1441
7268
  msgid "Visibility:"
7269
  msgstr ""
7270
 
7271
+ #: wppa-settings-autosave.php:1442
7272
  msgid "This table describes the visibility of certain wppa+ elements."
7273
  msgstr ""
7274
 
7275
+ #: wppa-settings-autosave.php:1460
7276
  msgid "Breadcrumb related visibility settings"
7277
  msgstr ""
7278
 
7279
+ #: wppa-settings-autosave.php:1462
7280
  msgid "Breadcrumb on posts"
7281
  msgstr ""
7282
 
7283
+ #: wppa-settings-autosave.php:1463 wppa-settings-autosave.php:1473
7284
  msgid "Show breadcrumb navigation bars."
7285
  msgstr ""
7286
 
7287
+ #: wppa-settings-autosave.php:1464 wppa-settings-autosave.php:1474
7288
  msgid "Indicate whether a breadcrumb navigation should be displayed"
7289
  msgstr ""
7290
 
7291
+ #: wppa-settings-autosave.php:1472
7292
  msgid "Breadcrumb on pages"
7293
  msgstr ""
7294
 
7295
+ #: wppa-settings-autosave.php:1482
7296
  msgid "Breadcrumb on search results"
7297
  msgstr ""
7298
 
7299
+ #: wppa-settings-autosave.php:1483
7300
  msgid "Show breadcrumb navigation bars on the search results page."
7301
  msgstr ""
7302
 
7303
+ #: wppa-settings-autosave.php:1484
7304
  msgid ""
7305
  "Indicate whether a breadcrumb navigation should be displayed above the "
7306
  "search results."
7307
  msgstr ""
7308
 
7309
+ #: wppa-settings-autosave.php:1491
7310
  msgid "Breadcrumb on topten displays"
7311
  msgstr ""
7312
 
7313
+ #: wppa-settings-autosave.php:1492
7314
  msgid "Show breadcrumb navigation bars on topten displays."
7315
  msgstr ""
7316
 
7317
+ #: wppa-settings-autosave.php:1493
7318
  msgid ""
7319
  "Indicate whether a breadcrumb navigation should be displayed above the "
7320
  "topten displays."
7321
  msgstr ""
7322
 
7323
+ #: wppa-settings-autosave.php:1500
7324
  msgid "Breadcrumb on last ten displays"
7325
  msgstr ""
7326
 
7327
+ #: wppa-settings-autosave.php:1501
7328
  msgid "Show breadcrumb navigation bars on last ten displays."
7329
  msgstr ""
7330
 
7331
+ #: wppa-settings-autosave.php:1502
7332
  msgid ""
7333
  "Indicate whether a breadcrumb navigation should be displayed above the last "
7334
  "ten displays."
7335
  msgstr ""
7336
 
7337
+ #: wppa-settings-autosave.php:1509
7338
  msgid "Breadcrumb on comment ten displays"
7339
  msgstr ""
7340
 
7341
+ #: wppa-settings-autosave.php:1510
7342
  msgid "Show breadcrumb navigation bars on comment ten displays."
7343
  msgstr ""
7344
 
7345
+ #: wppa-settings-autosave.php:1511
7346
  msgid ""
7347
  "Indicate whether a breadcrumb navigation should be displayed above the "
7348
  "comment ten displays."
7349
  msgstr ""
7350
 
7351
+ #: wppa-settings-autosave.php:1518
7352
  msgid "Breadcrumb on tag result displays"
7353
  msgstr ""
7354
 
7355
+ #: wppa-settings-autosave.php:1519
7356
  msgid "Show breadcrumb navigation bars on tag result displays."
7357
  msgstr ""
7358
 
7359
+ #: wppa-settings-autosave.php:1520
7360
  msgid ""
7361
  "Indicate whether a breadcrumb navigation should be displayed above the tag "
7362
  "result displays."
7363
  msgstr ""
7364
 
7365
+ #: wppa-settings-autosave.php:1527
7366
  msgid "Breadcrumb on featured ten displays"
7367
  msgstr ""
7368
 
7369
+ #: wppa-settings-autosave.php:1528
7370
  msgid "Show breadcrumb navigation bars on featured ten displays."
7371
  msgstr ""
7372
 
7373
+ #: wppa-settings-autosave.php:1529
7374
  msgid ""
7375
  "Indicate whether a breadcrumb navigation should be displayed above the "
7376
  "featured ten displays."
7377
  msgstr ""
7378
 
7379
+ #: wppa-settings-autosave.php:1536
7380
  msgid "Breadcrumb on related photos displays"
7381
  msgstr ""
7382
 
7383
+ #: wppa-settings-autosave.php:1537
7384
  msgid "Show breadcrumb navigation bars on related photos displays."
7385
  msgstr ""
7386
 
7387
+ #: wppa-settings-autosave.php:1538
7388
  msgid ""
7389
  "Indicate whether a breadcrumb navigation should be displayed above the "
7390
  "related photos displays."
7391
  msgstr ""
7392
 
7393
+ #: wppa-settings-autosave.php:1545 wppa-setup.php:718
7394
  msgid "Home"
7395
  msgstr ""
7396
 
7397
+ #: wppa-settings-autosave.php:1546
7398
  msgid "Show \"Home\" in breadcrumb."
7399
  msgstr ""
7400
 
7401
+ #: wppa-settings-autosave.php:1547
7402
  msgid ""
7403
  "Indicate whether the breadcrumb navigation should start with a \"Home\"-link"
7404
  msgstr ""
7405
 
7406
+ #: wppa-settings-autosave.php:1554
7407
  msgid "Home text"
7408
  msgstr ""
7409
 
7410
+ #: wppa-settings-autosave.php:1555
7411
  msgid "The text to use as \"Home\""
7412
  msgstr ""
7413
 
7414
+ #: wppa-settings-autosave.php:1564
7415
  msgid "Show the page(s) in breadcrumb."
7416
  msgstr ""
7417
 
7418
+ #: wppa-settings-autosave.php:1565
7419
  msgid ""
7420
  "Indicate whether the breadcrumb navigation should show the page(hierarchy)"
7421
  msgstr ""
7422
 
7423
+ #: wppa-settings-autosave.php:1572
7424
  msgid "Separator"
7425
  msgstr ""
7426
 
7427
+ #: wppa-settings-autosave.php:1573
7428
  msgid "Breadcrumb separator symbol."
7429
  msgstr ""
7430
 
7431
+ #: wppa-settings-autosave.php:1574
7432
  msgid "Select the desired breadcrumb separator element."
7433
  msgstr ""
7434
 
7435
+ #: wppa-settings-autosave.php:1575
7436
  msgid "A text string may contain valid html."
7437
  msgstr ""
7438
 
7439
+ #: wppa-settings-autosave.php:1576
7440
  msgid ""
7441
  "An image will be scaled automatically if you set the navigation font size."
7442
  msgstr ""
7443
 
7444
+ #: wppa-settings-autosave.php:1578
7445
  msgid "Text (html):"
7446
  msgstr ""
7447
 
7448
+ #: wppa-settings-autosave.php:1578
7449
  msgid "Image (url):"
7450
  msgstr ""
7451
 
7452
+ #: wppa-settings-autosave.php:1586
7453
  msgid "Html"
7454
  msgstr ""
7455
 
7456
+ #: wppa-settings-autosave.php:1587
7457
  msgid "Breadcrumb separator text."
7458
  msgstr ""
7459
 
7460
+ #: wppa-settings-autosave.php:1588
7461
  msgid "Enter the HTML code that produces the separator symbol you want."
7462
  msgstr ""
7463
 
7464
+ #: wppa-settings-autosave.php:1589
7465
  msgid ""
7466
  "It may be as simple as '-' (without the quotes) or as complex as a tag like "
7467
  "<div>..</div>."
7468
  msgstr ""
7469
 
7470
+ #: wppa-settings-autosave.php:1596
7471
  msgid "Image Url"
7472
  msgstr ""
7473
 
7474
+ #: wppa-settings-autosave.php:1597
7475
  msgid "Full url to separator image."
7476
  msgstr ""
7477
 
7478
+ #: wppa-settings-autosave.php:1598
7479
  msgid ""
7480
  "Enter the full url to the image you want to use for the separator symbol."
7481
  msgstr ""
7482
 
7483
+ #: wppa-settings-autosave.php:1605
7484
  msgid "Pagelink position"
7485
  msgstr ""
7486
 
7487
+ #: wppa-settings-autosave.php:1606
7488
  msgid "The location for the pagelinks bar."
7489
  msgstr ""
7490
 
7491
+ #: wppa-settings-autosave.php:1609 wppa-settings-autosave.php:4013
7492
  msgid "Top"
7493
  msgstr ""
7494
 
7495
+ #: wppa-settings-autosave.php:1609 wppa-settings-autosave.php:4013
7496
  msgid "Bottom"
7497
  msgstr ""
7498
 
7499
+ #: wppa-settings-autosave.php:1609
7500
  msgid "Both"
7501
  msgstr ""
7502
 
7503
+ #: wppa-settings-autosave.php:1616
7504
  msgid "Thumblink on slideshow"
7505
  msgstr ""
7506
 
7507
+ #: wppa-settings-autosave.php:1617
7508
  msgid "Show a thumb link on slideshow bc."
7509
  msgstr ""
7510
 
7511
+ #: wppa-settings-autosave.php:1618
7512
  msgid "Show a link to thumbnail display on an breadcrumb above a slideshow"
7513
  msgstr ""
7514
 
7515
+ #: wppa-settings-autosave.php:1625
7516
  msgid "Slideshow related visibility settings"
7517
  msgstr ""
7518
 
7519
+ #: wppa-settings-autosave.php:1627
7520
  msgid "Start/stop"
7521
  msgstr ""
7522
 
7523
+ #: wppa-settings-autosave.php:1628
7524
  msgid "Show the Start/Stop slideshow bar."
7525
  msgstr ""
7526
 
7527
+ #: wppa-settings-autosave.php:1629
7528
  msgid ""
7529
  "If checked: display the start/stop slideshow navigation bar above the full-"
7530
  "size images and slideshow"
7531
  msgstr ""
7532
 
7533
+ #: wppa-settings-autosave.php:1636
7534
  msgid "Browse bar"
7535
  msgstr ""
7536
 
7537
+ #: wppa-settings-autosave.php:1637
7538
  msgid "Show Browse photos bar."
7539
  msgstr ""
7540
 
7541
+ #: wppa-settings-autosave.php:1638
7542
  msgid ""
7543
  "If checked: display the preveous/next navigation bar under the full-size "
7544
  "images and slideshow"
7545
  msgstr ""
7546
 
7547
+ #: wppa-settings-autosave.php:1645
7548
  msgid "Filmstrip"
7549
  msgstr ""
7550
 
7551
+ #: wppa-settings-autosave.php:1646
7552
  msgid "Show Filmstrip navigation bar."
7553
  msgstr ""
7554
 
7555
+ #: wppa-settings-autosave.php:1647
7556
  msgid ""
7557
  "If checked: display the filmstrip navigation bar under the full_size images "
7558
  "and slideshow"
7559
  msgstr ""
7560
 
7561
+ #: wppa-settings-autosave.php:1654
7562
  msgid "Film seam"
7563
  msgstr ""
7564
 
7565
+ #: wppa-settings-autosave.php:1655
7566
  msgid "Show seam between end and start of film."
7567
  msgstr ""
7568
 
7569
+ #: wppa-settings-autosave.php:1656
7570
  msgid "If checked: display the wrap-around point in the filmstrip"
7571
  msgstr ""
7572
 
7573
+ #: wppa-settings-autosave.php:1664
7574
  msgid "Display photo name."
7575
  msgstr ""
7576
 
7577
+ #: wppa-settings-autosave.php:1665
7578
  msgid "If checked: display the name of the photo under the slideshow image."
7579
  msgstr ""
7580
 
7581
+ #: wppa-settings-autosave.php:1672 wppa-settings-autosave.php:2052
7582
  msgid "Add (Owner)"
7583
  msgstr ""
7584
 
7585
+ #: wppa-settings-autosave.php:1673 wppa-settings-autosave.php:2053
7586
  msgid "Add the uploaders display name in parenthesis to the name."
7587
  msgstr ""
7588
 
7589
+ #: wppa-settings-autosave.php:1681
7590
  msgid "Photo desc"
7591
  msgstr ""
7592
 
7593
+ #: wppa-settings-autosave.php:1682
7594
  msgid "Display Photo description."
7595
  msgstr ""
7596
 
7597
+ #: wppa-settings-autosave.php:1683
7598
  msgid ""
7599
  "If checked: display the description of the photo under the slideshow image."
7600
  msgstr ""
7601
 
7602
+ #: wppa-settings-autosave.php:1690
7603
  msgid "Hide when empty"
7604
  msgstr ""
7605
 
7606
+ #: wppa-settings-autosave.php:1691
7607
  msgid "Hide the descriptionbox when empty."
7608
  msgstr ""
7609
 
7610
+ #: wppa-settings-autosave.php:1699
7611
  msgid "Rating system"
7612
  msgstr ""
7613
 
7614
+ #: wppa-settings-autosave.php:1700
7615
  msgid "Enable the rating system."
7616
  msgstr ""
7617
 
7618
+ #: wppa-settings-autosave.php:1701
7619
  msgid "If checked, the photo rating system will be enabled."
7620
  msgstr ""
7621
 
7622
+ #: wppa-settings-autosave.php:1709
7623
  msgid "Comments system"
7624
  msgstr ""
7625
 
7626
+ #: wppa-settings-autosave.php:1710
7627
  msgid "Enable the comments system."
7628
  msgstr ""
7629
 
7630
+ #: wppa-settings-autosave.php:1711
7631
  msgid ""
7632
  "Display the comments box under the fullsize images and let users enter their "
7633
  "comments on individual photos."
7634
  msgstr ""
7635
 
7636
+ #: wppa-settings-autosave.php:1719
7637
  msgid "Comment Avatar default"
7638
  msgstr ""
7639
 
7640
+ #: wppa-settings-autosave.php:1720
7641
  msgid "Show Avatars with the comments if not --- none ---"
7642
  msgstr ""
7643
 
7644
+ #: wppa-settings-autosave.php:1725
7645
  msgid "mystery man"
7646
  msgstr ""
7647
 
7648
+ #: wppa-settings-autosave.php:1726
7649
  msgid "identicon"
7650
  msgstr ""
7651
 
7652
+ #: wppa-settings-autosave.php:1727
7653
  msgid "monsterid"
7654
  msgstr ""
7655
 
7656
+ #: wppa-settings-autosave.php:1728
7657
  msgid "wavatar"
7658
  msgstr ""
7659
 
7660
+ #: wppa-settings-autosave.php:1729
7661
  msgid "retro"
7662
  msgstr ""
7663
 
7664
+ #: wppa-settings-autosave.php:1730
7665
  msgid "--- url ---"
7666
  msgstr ""
7667
 
7668
+ #: wppa-settings-autosave.php:1745
7669
  msgid "Comment Avatar url"
7670
  msgstr ""
7671
 
7672
+ #: wppa-settings-autosave.php:1746
7673
  msgid "Comment Avatar default url."
7674
  msgstr ""
7675
 
7676
+ #: wppa-settings-autosave.php:1754
7677
  msgid "Big Browse Buttons"
7678
  msgstr ""
7679
 
7680
+ #: wppa-settings-autosave.php:1755
7681
  msgid "Enable invisible browsing buttons."
7682
  msgstr ""
7683
 
7684
+ #: wppa-settings-autosave.php:1756 wppa-settings-autosave.php:2299
7685
  msgid ""
7686
  "If checked, the fullsize image is covered by two invisible areas that act as "
7687
  "browse buttons."
7688
  msgstr ""
7689
 
7690
+ #: wppa-settings-autosave.php:1757 wppa-settings-autosave.php:2300
7691
+ #: wppa-settings-autosave.php:2310
7692
  msgid ""
7693
  "Make sure the Full height (Table I-B2) is properly configured to prevent "
7694
  "these areas to overlap unwanted space."
7695
  msgstr ""
7696
 
7697
+ #: wppa-settings-autosave.php:1764
7698
  msgid "Ugly Browse Buttons"
7699
  msgstr ""
7700
 
7701
+ #: wppa-settings-autosave.php:1765
7702
  msgid "Enable the ugly browsing buttons."
7703
  msgstr ""
7704
 
7705
+ #: wppa-settings-autosave.php:1766
7706
  msgid "If checked, the fullsize image is covered by two browse buttons."
7707
  msgstr ""
7708
 
7709
+ #: wppa-settings-autosave.php:1777
7710
  msgid "Start/stop icons"
7711
  msgstr ""
7712
 
7713
+ #: wppa-settings-autosave.php:1778
7714
  msgid "Show start and stop icons at the center of the slide"
7715
  msgstr ""
7716
 
7717
+ #: wppa-settings-autosave.php:1790
7718
  msgid "Show custom box"
7719
  msgstr ""
7720
 
7721
+ #: wppa-settings-autosave.php:1791
7722
  msgid "Display the custom box in the slideshow"
7723
  msgstr ""
7724
 
7725
+ #: wppa-settings-autosave.php:1792 wppa-settings-autosave.php:1803
7726
  msgid ""
7727
  "You can fill the custom box with any html you like. It will not be checked, "
7728
  "so it is your own responsability to close tags properly."
7729
  msgstr ""
7730
 
7731
+ #: wppa-settings-autosave.php:1793 wppa-settings-autosave.php:1804
7732
  msgid "The position of the box can be defined in Table IX-E."
7733
  msgstr ""
7734
 
7735
+ #: wppa-settings-autosave.php:1801
7736
  msgid "Custom content"
7737
  msgstr ""
7738
 
7739
+ #: wppa-settings-autosave.php:1802
7740
  msgid "The content (html) of the custom box."
7741
  msgstr ""
7742
 
7743
+ #: wppa-settings-autosave.php:1811
7744
  msgid "Slideshow/Number bar"
7745
  msgstr ""
7746
 
7747
+ #: wppa-settings-autosave.php:1812
7748
  msgid "Display the Slideshow / Number bar."
7749
  msgstr ""
7750
 
7751
+ #: wppa-settings-autosave.php:1813
7752
  msgid "If checked: display the number boxes on slideshow"
7753
  msgstr ""
7754
 
7755
+ #: wppa-settings-autosave.php:1821
7756
  msgid "IPTC system"
7757
  msgstr ""
7758
 
7759
+ #: wppa-settings-autosave.php:1822
7760
  msgid "Enable the iptc system."
7761
  msgstr ""
7762
 
7763
+ #: wppa-settings-autosave.php:1823
7764
  msgid "Display the iptc box under the fullsize images."
7765
  msgstr ""
7766
 
7767
+ #: wppa-settings-autosave.php:1831
7768
  msgid "IPTC open"
7769
  msgstr ""
7770
 
7771
+ #: wppa-settings-autosave.php:1832
7772
  msgid "Display the iptc box initially opened."
7773
  msgstr ""
7774
 
7775
+ #: wppa-settings-autosave.php:1833
7776
  msgid "Display the iptc box under the fullsize images initially open."
7777
  msgstr ""
7778
 
7779
+ #: wppa-settings-autosave.php:1841
7780
  msgid "EXIF system"
7781
  msgstr ""
7782
 
7783
+ #: wppa-settings-autosave.php:1842
7784
  msgid "Enable the exif system."
7785
  msgstr ""
7786
 
7787
+ #: wppa-settings-autosave.php:1843
7788
  msgid "Display the exif box under the fullsize images."
7789
  msgstr ""
7790
 
7791
+ #: wppa-settings-autosave.php:1851
7792
  msgid "EXIF open"
7793
  msgstr ""
7794
 
7795
+ #: wppa-settings-autosave.php:1852
7796
  msgid "Display the exif box initially opened."
7797
  msgstr ""
7798
 
7799
+ #: wppa-settings-autosave.php:1853
7800
  msgid "Display the exif box under the fullsize images initially open."
7801
  msgstr ""
7802
 
7803
+ #: wppa-settings-autosave.php:1861
7804
  msgid "Social media share box related visibility settings"
7805
  msgstr ""
7806
 
7807
+ #: wppa-settings-autosave.php:1863
7808
  msgid "Show Share Box"
7809
  msgstr ""
7810
 
7811
+ #: wppa-settings-autosave.php:1864
7812
  msgid "Display the share social media buttons box."
7813
  msgstr ""
7814
 
7815
+ #: wppa-settings-autosave.php:1873 wppa-settings-autosave.php:8950
7816
  msgid "Hide when running"
7817
  msgstr ""
7818
 
7819
+ #: wppa-settings-autosave.php:1874
7820
  msgid "Hide the SM box when slideshow runs."
7821
  msgstr ""
7822
 
7823
+ #: wppa-settings-autosave.php:1882
7824
  msgid "Show Share Box Widget"
7825
  msgstr ""
7826
 
7827
+ #: wppa-settings-autosave.php:1883
7828
  msgid "Display the share social media buttons box in widgets."
7829
  msgstr ""
7830
 
7831
+ #: wppa-settings-autosave.php:1884
7832
  msgid ""
7833
  "This setting applies to normal slideshows in widgets, not to the "
7834
  "slideshowwidget as that is a slideonly display."
7835
  msgstr ""
7836
 
7837
+ #: wppa-settings-autosave.php:1892
7838
  msgid "Show Share Buttons Thumbs"
7839
  msgstr ""
7840
 
7841
+ #: wppa-settings-autosave.php:1893
7842
  msgid "Display the share social media buttons under thumbnails."
7843
  msgstr ""
7844
 
7845
+ #: wppa-settings-autosave.php:1902
7846
  msgid "Show Share Buttons Lightbox"
7847
  msgstr ""
7848
 
7849
+ #: wppa-settings-autosave.php:1903
7850
  msgid "Display the share social media buttons on lightbox displays."
7851
  msgstr ""
7852
 
7853
+ #: wppa-settings-autosave.php:1912
7854
  msgid "Show Share Buttons Mphoto"
7855
  msgstr ""
7856
 
7857
+ #: wppa-settings-autosave.php:1913
7858
  msgid "Display the share social media buttons on mphoto displays."
7859
  msgstr ""
7860
 
7861
+ #: wppa-settings-autosave.php:1922
7862
  msgid "Show QR Code"
7863
  msgstr ""
7864
 
7865
+ #: wppa-settings-autosave.php:1923
7866
  msgid "Display the QR code in the share box."
7867
  msgstr ""
7868
 
7869
+ #: wppa-settings-autosave.php:1931
7870
  msgid "Show Twitter button"
7871
  msgstr ""
7872
 
7873
+ #: wppa-settings-autosave.php:1932
7874
  msgid "Display the Twitter button in the share box."
7875
  msgstr ""
7876
 
7877
+ #: wppa-settings-autosave.php:1940
7878
  msgid "Show Google+ button"
7879
  msgstr ""
7880
 
7881
+ #: wppa-settings-autosave.php:1941
7882
  msgid "Display the Google+ button in the share box."
7883
  msgstr ""
7884
 
7885
+ #: wppa-settings-autosave.php:1949
7886
  msgid "Show Pinterest button"
7887
  msgstr ""
7888
 
7889
+ #: wppa-settings-autosave.php:1950
7890
  msgid "Display the Pintrest button in the share box."
7891
  msgstr ""
7892
 
7893
+ #: wppa-settings-autosave.php:1958
7894
  msgid "Show LinkedIn button"
7895
  msgstr ""
7896
 
7897
+ #: wppa-settings-autosave.php:1959
7898
  msgid "Display the LinkedIn button in the share box."
7899
  msgstr ""
7900
 
7901
+ #: wppa-settings-autosave.php:1967
7902
  msgid "Show Facebook share button"
7903
  msgstr ""
7904
 
7905
+ #: wppa-settings-autosave.php:1968 wppa-settings-autosave.php:1977
7906
  msgid "Display the Facebook button in the share box."
7907
  msgstr ""
7908
 
7909
+ #: wppa-settings-autosave.php:1976
7910
  msgid "Show Facebook like button"
7911
  msgstr ""
7912
 
7913
+ #: wppa-settings-autosave.php:1985
7914
  msgid "Display type"
7915
  msgstr ""
7916
 
7917
+ #: wppa-settings-autosave.php:1986
7918
  msgid "Select the Facebook button display type."
7919
  msgstr ""
7920
 
7921
+ #: wppa-settings-autosave.php:1989
7922
  msgid "Button with counter"
7923
  msgstr ""
7924
 
7925
+ #: wppa-settings-autosave.php:1989
7926
  msgid "Box with counter"
7927
  msgstr ""
7928
 
7929
+ #: wppa-settings-autosave.php:1996
7930
  msgid "Show Facebook comment box"
7931
  msgstr ""
7932
 
7933
+ #: wppa-settings-autosave.php:1997
7934
  msgid "Display the Facebook comment dialog box in the share box."
7935
  msgstr ""
7936
 
7937
+ #: wppa-settings-autosave.php:2005
7938
  msgid "Facebook User Id"
7939
  msgstr ""
7940
 
7941
+ #: wppa-settings-autosave.php:2006
7942
  msgid "Enter your facebook user id to be able to moderate comments and sends"
7943
  msgstr ""
7944
 
7945
+ #: wppa-settings-autosave.php:2014
7946
  msgid "Facebook App Id"
7947
  msgstr ""
7948
 
7949
+ #: wppa-settings-autosave.php:2015
7950
  msgid "Enter your facebook app id to be able to moderate comments and sends"
7951
  msgstr ""
7952
 
7953
+ #: wppa-settings-autosave.php:2023
7954
  msgid "Facebook js SDK"
7955
  msgstr ""
7956
 
7957
+ #: wppa-settings-autosave.php:2024
7958
  msgid "Load Facebook js SDK"
7959
  msgstr ""
7960
 
7961
+ #: wppa-settings-autosave.php:2025
7962
  msgid ""
7963
  "Uncheck this box only when there is a conflict with an other plugin that "
7964
  "also loads the Facebook js SDK."
7965
  msgstr ""
7966
 
7967
+ #: wppa-settings-autosave.php:2032
7968
  msgid "Share single image"
7969
  msgstr ""
7970
 
7971
+ #: wppa-settings-autosave.php:2033
7972
  msgid "Share a link to a single image, not the slideshow."
7973
  msgstr ""
7974
 
7975
+ #: wppa-settings-autosave.php:2034
7976
  msgid ""
7977
  "The sharelink points to a page with a single image rather than to the page "
7978
  "with the photo in the slideshow."
7979
  msgstr ""
7980
 
7981
+ #: wppa-settings-autosave.php:2041
7982
  msgid "Thumbnail display related visibility settings"
7983
  msgstr ""
7984
 
7985
+ #: wppa-settings-autosave.php:2043
7986
  msgid "Thumbnail name"
7987
  msgstr ""
7988
 
7989
+ #: wppa-settings-autosave.php:2044
7990
  msgid "Display Thumbnail name."
7991
  msgstr ""
7992
 
7993
+ #: wppa-settings-autosave.php:2045
7994
  msgid "Display photo name under thumbnail images."
7995
  msgstr ""
7996
 
7997
+ #: wppa-settings-autosave.php:2061
7998
  msgid "Thumbnail desc"
7999
  msgstr ""
8000
 
8001
+ #: wppa-settings-autosave.php:2062
8002
  msgid "Display Thumbnail description."
8003
  msgstr ""
8004
 
8005
+ #: wppa-settings-autosave.php:2063
8006
  msgid "Display description of the photo under thumbnail images."
8007
  msgstr ""
8008
 
8009
+ #: wppa-settings-autosave.php:2070
8010
  msgid "Thumbnail rating"
8011
  msgstr ""
8012
 
8013
+ #: wppa-settings-autosave.php:2071
8014
  msgid "Display Thumbnail Rating."
8015
  msgstr ""
8016
 
8017
+ #: wppa-settings-autosave.php:2072
8018
  msgid "Display the rating of the photo under the thumbnail image."
8019
  msgstr ""
8020
 
8021
+ #: wppa-settings-autosave.php:2079
8022
  msgid "Thumbnail comcount"
8023
  msgstr ""
8024
 
8025
+ #: wppa-settings-autosave.php:2080
8026
  msgid "Display Thumbnail Comment count."
8027
  msgstr ""
8028
 
8029
+ #: wppa-settings-autosave.php:2081
8030
  msgid "Display the number of comments to the photo under the thumbnail image."
8031
  msgstr ""
8032
 
8033
+ #: wppa-settings-autosave.php:2088
8034
  msgid "Thumbnail viewcount"
8035
  msgstr ""
8036
 
8037
+ #: wppa-settings-autosave.php:2089
8038
  msgid "Display the number of views."
8039
  msgstr ""
8040
 
8041
+ #: wppa-settings-autosave.php:2090
8042
  msgid "Display the number of views under the thumbnail image."
8043
  msgstr ""
8044
 
8045
+ #: wppa-settings-autosave.php:2097
8046
  msgid "Thumbnail virt album"
8047
  msgstr ""
8048
 
8049
+ #: wppa-settings-autosave.php:2098
8050
  msgid "Display the real album name on virtual album display."
8051
  msgstr ""
8052
 
8053
+ #: wppa-settings-autosave.php:2099
8054
  msgid ""
8055
  "Display the album name of the photo in parenthesis under the thumbnail on "
8056
  "virtual album displays like search results etc."
8057
  msgstr ""
8058
 
8059
+ #: wppa-settings-autosave.php:2106
8060
  msgid "Thumbnail video"
8061
  msgstr ""
8062
 
8063
+ #: wppa-settings-autosave.php:2107
8064
  msgid "Show video controls on thumbnail displays."
8065
  msgstr ""
8066
 
8067
+ #: wppa-settings-autosave.php:2108
8068
  msgid ""
8069
  "Works on default thumbnail type only. You can play the video only when the "
8070
  "link is set to no link at all."
8071
  msgstr ""
8072
 
8073
+ #: wppa-settings-autosave.php:2115
8074
  msgid "Thumbnail audio"
8075
  msgstr ""
8076
 
8077
+ #: wppa-settings-autosave.php:2116
8078
  msgid "Show audio controls on thumbnail displays."
8079
  msgstr ""
8080
 
8081
+ #: wppa-settings-autosave.php:2124
8082
  msgid "Popup name"
8083
  msgstr ""
8084
 
8085
+ #: wppa-settings-autosave.php:2125
8086
  msgid "Display Thumbnail name on popup."
8087
  msgstr ""
8088
 
8089
+ #: wppa-settings-autosave.php:2126
8090
  msgid "Display photo name under thumbnail images on the popup."
8091
  msgstr ""
8092
 
8093
+ #: wppa-settings-autosave.php:2133
8094
  msgid "Popup (owner)"
8095
  msgstr ""
8096
 
8097
+ #: wppa-settings-autosave.php:2134
8098
  msgid "Display owner on popup."
8099
  msgstr ""
8100
 
8101
+ #: wppa-settings-autosave.php:2135
8102
  msgid "Display photo owner under thumbnail images on the popup."
8103
  msgstr ""
8104
 
8105
+ #: wppa-settings-autosave.php:2142
8106
  msgid "Popup desc"
8107
  msgstr ""
8108
 
8109
+ #: wppa-settings-autosave.php:2143
8110
  msgid "Display Thumbnail description on popup."
8111
  msgstr ""
8112
 
8113
+ #: wppa-settings-autosave.php:2144
8114
  msgid "Display description of the photo under thumbnail images on the popup."
8115
  msgstr ""
8116
 
8117
+ #: wppa-settings-autosave.php:2151
8118
  msgid "Popup desc no links"
8119
  msgstr ""
8120
 
8121
+ #: wppa-settings-autosave.php:2152
8122
  msgid "Strip html anchor tags from descriptions on popups"
8123
  msgstr ""
8124
 
8125
+ #: wppa-settings-autosave.php:2153
8126
  msgid ""
8127
  "Use this option to prevent the display of links that cannot be activated."
8128
  msgstr ""
8129
 
8130
+ #: wppa-settings-autosave.php:2160
8131
  msgid "Popup rating"
8132
  msgstr ""
8133
 
8134
+ #: wppa-settings-autosave.php:2161
8135
  msgid "Display Thumbnail Rating on popup."
8136
  msgstr ""
8137
 
8138
+ #: wppa-settings-autosave.php:2162
8139
  msgid "Display the rating of the photo under the thumbnail image on the popup."
8140
  msgstr ""
8141
 
8142
+ #: wppa-settings-autosave.php:2169
8143
  msgid "Popup comcount"
8144
  msgstr ""
8145
 
8146
+ #: wppa-settings-autosave.php:2170
8147
  msgid "Display Thumbnail Comment count on popup."
8148
  msgstr ""
8149
 
8150
+ #: wppa-settings-autosave.php:2171
8151
  msgid ""
8152
  "Display the number of comments of the photo under the thumbnail image on the "
8153
  "popup."
8154
  msgstr ""
8155
 
8156
+ #: wppa-settings-autosave.php:2178
8157
  msgid "Show rating count"
8158
  msgstr ""
8159
 
8160
+ #: wppa-settings-autosave.php:2179
8161
  msgid "Display the number of votes along with average ratings."
8162
  msgstr ""
8163
 
8164
+ #: wppa-settings-autosave.php:2180
8165
  msgid ""
8166
  "If checked, the number of votes is displayed along with average rating "
8167
  "displays on thumbnail and popup displays."
8168
  msgstr ""
8169
 
8170
+ #: wppa-settings-autosave.php:2187
8171
  msgid "Show name on thumb area"
8172
  msgstr ""
8173
 
8174
+ #: wppa-settings-autosave.php:2188
8175
  msgid "Select if and where to display the album name on the thumbnail display."
8176
  msgstr ""
8177
 
8178
+ #: wppa-settings-autosave.php:2191 wppa-settings-autosave.php:2202
8179
+ #: wppa-settings-autosave.php:4357
8180
  msgid "None"
8181
  msgstr ""
8182
 
8183
+ #: wppa-settings-autosave.php:2191 wppa-settings-autosave.php:2202
8184
+ #: wppa-settings-autosave.php:3487
8185
  msgid "At the top"
8186
  msgstr ""
8187
 
8188
+ #: wppa-settings-autosave.php:2191 wppa-settings-autosave.php:2202
8189
+ #: wppa-settings-autosave.php:3487
8190
  msgid "At the bottom"
8191
  msgstr ""
8192
 
8193
+ #: wppa-settings-autosave.php:2198
8194
  msgid "Show desc on thumb area"
8195
  msgstr ""
8196
 
8197
+ #: wppa-settings-autosave.php:2199
8198
  msgid ""
8199
  "Select if and where to display the album description on the thumbnail "
8200
  "display."
8201
  msgstr ""
8202
 
8203
+ #: wppa-settings-autosave.php:2209
8204
  msgid "Show Edit/Delete links"
8205
  msgstr ""
8206
 
8207
+ #: wppa-settings-autosave.php:2210
8208
  msgid "Show these links under default thumbnails for owner and admin."
8209
  msgstr ""
8210
 
8211
+ #: wppa-settings-autosave.php:2218
8212
  msgid "Show empty thumbnail area"
8213
  msgstr ""
8214
 
8215
+ #: wppa-settings-autosave.php:2219
8216
  msgid "Display thumbnail areas with upload link only for empty albums."
8217
  msgstr ""
8218
 
8219
+ #: wppa-settings-autosave.php:2228
8220
  msgid "Album cover related visibility settings"
8221
  msgstr ""
8222
 
8223
+ #: wppa-settings-autosave.php:2230
8224
  msgid "Covertext"
8225
  msgstr ""
8226
 
8227
+ #: wppa-settings-autosave.php:2231
8228
  msgid "Show the text on the album cover."
8229
  msgstr ""
8230
 
8231
+ #: wppa-settings-autosave.php:2232
8232
  msgid "Display the album decription on the album cover"
8233
  msgstr ""
8234
 
8235
+ #: wppa-settings-autosave.php:2240
8236
  msgid "Enable the slideshow."
8237
  msgstr ""
8238
 
8239
+ #: wppa-settings-autosave.php:2241
8240
  msgid ""
8241
  "If you do not want slideshows: uncheck this box. Browsing full size images "
8242
  "will remain possible."
8243
  msgstr ""
8244
 
8245
+ #: wppa-settings-autosave.php:2248
8246
  msgid "Slideshow/Browse"
8247
  msgstr ""
8248
 
8249
+ #: wppa-settings-autosave.php:2249
8250
  msgid "Display the Slideshow / Browse photos link on album covers"
8251
  msgstr ""
8252
 
8253
+ #: wppa-settings-autosave.php:2250
8254
  msgid ""
8255
  "This setting causes the Slideshow link to be displayed on the album cover."
8256
  msgstr ""
8257
 
8258
+ #: wppa-settings-autosave.php:2251
8259
  msgid ""
8260
  "If slideshows are disabled in item 2 in this table, you will see a browse "
8261
  "link to fullsize images."
8262
  msgstr ""
8263
 
8264
+ #: wppa-settings-autosave.php:2252
8265
  msgid "If you do not want the browse link either, uncheck this item."
8266
  msgstr ""
8267
 
8268
+ #: wppa-settings-autosave.php:2259
8269
  msgid "View ..."
8270
  msgstr ""
8271
 
8272
+ #: wppa-settings-autosave.php:2260
8273
  msgid "Display the View xx albums and yy photos link on album covers"
8274
  msgstr ""
8275
 
8276
+ #: wppa-settings-autosave.php:2268
8277
  msgid "Treecount"
8278
  msgstr ""
8279
 
8280
+ #: wppa-settings-autosave.php:2269
8281
  msgid "Disaplay the total number of (sub)albums and photos in subalbums"
8282
  msgstr ""
8283
 
8284
+ #: wppa-settings-autosave.php:2270
8285
  msgid ""
8286
  "Displays the total number of sub albums and photos in the entire album tree "
8287
  "in parenthesis if the numbers differ from the direct content of the album."
8288
  msgstr ""
8289
 
8290
+ #: wppa-settings-autosave.php:2277
8291
  msgid "Show categories"
8292
  msgstr ""
8293
 
8294
+ #: wppa-settings-autosave.php:2278
8295
  msgid "Display the album categories on the covers."
8296
  msgstr ""
8297
 
8298
+ #: wppa-settings-autosave.php:2286
8299
  msgid "Skip empty albums"
8300
  msgstr ""
8301
 
8302
+ #: wppa-settings-autosave.php:2287
8303
  msgid "Do not show empty albums, except for admin and owner."
8304
  msgstr ""
8305
 
8306
+ #: wppa-settings-autosave.php:2295
8307
  msgid "Widget related visibility settings"
8308
  msgstr ""
8309
 
8310
+ #: wppa-settings-autosave.php:2297
8311
  msgid "Big Browse Buttons in widget"
8312
  msgstr ""
8313
 
8314
+ #: wppa-settings-autosave.php:2298
8315
  msgid "Enable invisible browsing buttons in widget slideshows."
8316
  msgstr ""
8317
 
8318
+ #: wppa-settings-autosave.php:2307
8319
  msgid "Ugly Browse Buttons in widget"
8320
  msgstr ""
8321
 
8322
+ #: wppa-settings-autosave.php:2308
8323
  msgid "Enable ugly browsing buttons in widget slideshows."
8324
  msgstr ""
8325
 
8326
+ #: wppa-settings-autosave.php:2309
8327
  msgid "If checked, the fullsize image is covered by browse buttons."
8328
  msgstr ""
8329
 
8330
+ #: wppa-settings-autosave.php:2317
8331
  msgid "Album widget tooltip"
8332
  msgstr ""
8333
 
8334
+ #: wppa-settings-autosave.php:2318
8335
  msgid "Show the album description on hoovering thumbnail in album widget"
8336
  msgstr ""
8337
 
8338
+ #: wppa-settings-autosave.php:2326 wppa-settings-autosave.php:4488
8339
  msgid ""
8340
  "Lightbox related settings. These settings have effect only when Table IX-J3 "
8341
  "is set to wppa"
8342
  msgstr ""
8343
 
8344
+ #: wppa-settings-autosave.php:2339
8345
  msgid "Overlay theme color"
8346
  msgstr ""
8347
 
8348
+ #: wppa-settings-autosave.php:2340
8349
  msgid "The color of the image border and text background."
8350
  msgstr ""
8351
 
8352
+ #: wppa-settings-autosave.php:2343 wppa-settings-autosave.php:2354
8353
  msgid "Black"
8354
  msgstr ""
8355
 
8356
+ #: wppa-settings-autosave.php:2343 wppa-settings-autosave.php:2354
8357
  msgid "White"
8358
  msgstr ""
8359
 
8360
+ #: wppa-settings-autosave.php:2350
8361
  msgid "Overlay background color"
8362
  msgstr ""
8363
 
8364
+ #: wppa-settings-autosave.php:2351
8365
  msgid "The color of the outer background."
8366
  msgstr ""
8367
 
8368
+ #: wppa-settings-autosave.php:2361
8369
  msgid "Overlay slide name"
8370
  msgstr ""
8371
 
8372
+ #: wppa-settings-autosave.php:2362
8373
  msgid "Show name if from slide."
8374
  msgstr ""
8375
 
8376
+ #: wppa-settings-autosave.php:2363
8377
  msgid ""
8378
  "Shows the photos name on a lightbox display when initiated from a slide."
8379
  msgstr ""
8380
 
8381
+ #: wppa-settings-autosave.php:2364 wppa-settings-autosave.php:2374
8382
  msgid ""
8383
  "This setting also applies to film thumbnails if Table VI-11 is set to "
8384
  "lightbox overlay."
8385
  msgstr ""
8386
 
8387
+ #: wppa-settings-autosave.php:2371
8388
  msgid "Overlay slide desc"
8389
  msgstr ""
8390
 
8391
+ #: wppa-settings-autosave.php:2372
8392
  msgid "Show description if from slide."
8393
  msgstr ""
8394
 
8395
+ #: wppa-settings-autosave.php:2373
8396
  msgid ""
8397
  "Shows the photos description on a lightbox display when initiated from a "
8398
  "slide."
8399
  msgstr ""
8400
 
8401
+ #: wppa-settings-autosave.php:2381
8402
  msgid "Overlay thumb name"
8403
  msgstr ""
8404
 
8405
+ #: wppa-settings-autosave.php:2382
8406
  msgid "Show the photos name if from thumb."
8407
  msgstr ""
8408
 
8409
+ #: wppa-settings-autosave.php:2383
8410
  msgid ""
8411
  "Shows the name on a lightbox display when initiated from a standard "
8412
  "thumbnail or a widget thumbnail."
8413
  msgstr ""
8414
 
8415
+ #: wppa-settings-autosave.php:2384 wppa-settings-autosave.php:2394
8416
  msgid ""
8417
  "This setting applies to standard thumbnails, thumbnail-, comment-, topten- "
8418
  "and lasten-widget."
8419
  msgstr ""
8420
 
8421
+ #: wppa-settings-autosave.php:2391
8422
  msgid "Overlay thumb desc"
8423
  msgstr ""
8424
 
8425
+ #: wppa-settings-autosave.php:2392
8426
  msgid "Show description if from thumb."
8427
  msgstr ""
8428
 
8429
+ #: wppa-settings-autosave.php:2393
8430
  msgid ""
8431
  "Shows the photos description on a lightbox display when initiated from a "
8432
  "standard thumbnail or a widget thumbnail."
8433
  msgstr ""
8434
 
8435
+ #: wppa-settings-autosave.php:2401
8436
  msgid "Overlay potd name"
8437
  msgstr ""
8438
 
8439
+ #: wppa-settings-autosave.php:2402
8440
  msgid "Show the photos name if from photo of the day."
8441
  msgstr ""
8442
 
8443
+ #: wppa-settings-autosave.php:2403
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:2410
8450
  msgid "Overlay potd desc"
8451
  msgstr ""
8452
 
8453
+ #: wppa-settings-autosave.php:2411
8454
  msgid "Show description if from from photo of the day."
8455
  msgstr ""
8456
 
8457
+ #: wppa-settings-autosave.php:2412
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:2419
8464
  msgid "Overlay sphoto name"
8465
  msgstr ""
8466
 
8467
+ #: wppa-settings-autosave.php:2420
8468
  msgid "Show the photos name if from a single photo."
8469
  msgstr ""
8470
 
8471
+ #: wppa-settings-autosave.php:2421
8472
  msgid ""
8473
  "Shows the name on a lightbox display when initiated from a single photo."
8474
  msgstr ""
8475
 
8476
+ #: wppa-settings-autosave.php:2428
8477
  msgid "Overlay sphoto desc"
8478
  msgstr ""
8479
 
8480
+ #: wppa-settings-autosave.php:2429
8481
  msgid "Show description if from from a single photo."
8482
  msgstr ""
8483
 
8484
+ #: wppa-settings-autosave.php:2430
8485
  msgid ""
8486
  "Shows the photos description on a lightbox display when initiated from a "
8487
  "single photo."
8488
  msgstr ""
8489
 
8490
+ #: wppa-settings-autosave.php:2437
8491
  msgid "Overlay mphoto name"
8492
  msgstr ""
8493
 
8494
+ #: wppa-settings-autosave.php:2438
8495
  msgid "Show the photos name if from a single media style photo."
8496
  msgstr ""
8497
 
8498
+ #: wppa-settings-autosave.php:2439
8499
  msgid ""
8500
  "Shows the name on a lightbox display when initiated from a single media "
8501
  "style photo."
8502
  msgstr ""
8503
 
8504
+ #: wppa-settings-autosave.php:2446
8505
  msgid "Overlay mphoto desc"
8506
  msgstr ""
8507
 
8508
+ #: wppa-settings-autosave.php:2447
8509
  msgid "Show description if from from a media style photo."
8510
  msgstr ""
8511
 
8512
+ #: wppa-settings-autosave.php:2448
8513
  msgid ""
8514
  "Shows the photos description on a lightbox display when initiated from a "
8515
  "single media style photo."
8516
  msgstr ""
8517
 
8518
+ #: wppa-settings-autosave.php:2455
8519
  msgid "Overlay albumwidget name"
8520
  msgstr ""
8521
 
8522
+ #: wppa-settings-autosave.php:2456
8523
  msgid "Show the photos name if from the album widget."
8524
  msgstr ""
8525
 
8526
+ #: wppa-settings-autosave.php:2457
8527
  msgid ""
8528
  "Shows the name on a lightbox display when initiated from the album widget."
8529
  msgstr ""
8530
 
8531
+ #: wppa-settings-autosave.php:2464
8532
  msgid "Overlay albumwidget desc"
8533
  msgstr ""
8534
 
8535
+ #: wppa-settings-autosave.php:2465
8536
  msgid "Show description if from from the album widget."
8537
  msgstr ""
8538
 
8539
+ #: wppa-settings-autosave.php:2466
8540
  msgid ""
8541
  "Shows the photos description on a lightbox display when initiated from the "
8542
  "album widget."
8543
  msgstr ""
8544
 
8545
+ #: wppa-settings-autosave.php:2473
8546
  msgid "Overlay coverphoto name"
8547
  msgstr ""
8548
 
8549
+ #: wppa-settings-autosave.php:2474
8550
  msgid "Show the photos name if from the album cover."
8551
  msgstr ""
8552
 
8553
+ #: wppa-settings-autosave.php:2475
8554
  msgid ""
8555
  "Shows the name on a lightbox display when initiated from the album "
8556
  "coverphoto."
8557
  msgstr ""
8558
 
8559
+ #: wppa-settings-autosave.php:2482
8560
  msgid "Overlay coverphoto desc"
8561
  msgstr ""
8562
 
8563
+ #: wppa-settings-autosave.php:2483
8564
  msgid "Show description if from from the album cover."
8565
  msgstr ""
8566
 
8567
+ #: wppa-settings-autosave.php:2484
8568
  msgid ""
8569
  "Shows the photos description on a lightbox display when initiated from the "
8570
  "album coverphoto."
8571
  msgstr ""
8572
 
8573
+ #: wppa-settings-autosave.php:2491
8574
  msgid "Overlay add owner"
8575
  msgstr ""
8576
 
8577
+ #: wppa-settings-autosave.php:2492
8578
  msgid "Add the owner to the photo name on lightbox displays."
8579
  msgstr ""
8580
 
8581
+ #: wppa-settings-autosave.php:2493
8582
  msgid ""
8583
  "This setting is independant of the show name switches and is a global "
8584
  "setting."
8585
  msgstr ""
8586
 
8587
+ #: wppa-settings-autosave.php:2500
8588
  msgid "Overlay show start/stop"
8589
  msgstr ""
8590
 
8591
+ #: wppa-settings-autosave.php:2501
8592
  msgid "Show Start and Stop for running slideshow on lightbox."
8593
  msgstr ""
8594
 
8595
+ #: wppa-settings-autosave.php:2509
8596
  msgid "Overlay show legenda"
8597
  msgstr ""
8598
 
8599
+ #: wppa-settings-autosave.php:2510
8600
  msgid "Show \"Press f for fullsize\" etc. on lightbox."
8601
  msgstr ""
8602
 
8603
+ #: wppa-settings-autosave.php:2511
8604
  msgid "Independant of this setting, it will not show up on mobile devices."
8605
  msgstr ""
8606
 
8607
+ #: wppa-settings-autosave.php:2518
8608
  msgid "Show fullscreen icons"
8609
  msgstr ""
8610
 
8611
+ #: wppa-settings-autosave.php:2519
8612
  msgid "Shows fullscreen and back to normal icon buttons on upper right corner"
8613
  msgstr ""
8614
 
8615
+ #: wppa-settings-autosave.php:2527
8616
  msgid "Overlay show counter"
8617
  msgstr ""
8618
 
8619
+ #: wppa-settings-autosave.php:2528
8620
  msgid "Show the x/y counter below the image."
8621
  msgstr ""
8622
 
8623
+ #: wppa-settings-autosave.php:2536
8624
  msgid "Show Zoom in"
8625
  msgstr ""
8626
 
8627
+ #: wppa-settings-autosave.php:2537
8628
  msgid "Display tooltip \"Zoom in\" along with the magnifier cursor."
8629
  msgstr ""
8630
 
8631
+ #: wppa-settings-autosave.php:2538
8632
  msgid ""
8633
  "If you select ---none--- in Table I-G2 for magnifier size, the tooltop "
8634
  "contains the photo name."
8635
  msgstr ""
8636
 
8637
+ #: wppa-settings-autosave.php:2546
8638
  msgid "Frontend upload configuration settings"
8639
  msgstr ""
8640
 
8641
+ #: wppa-settings-autosave.php:2548
8642
  msgid "User upload Photos"
8643
  msgstr ""
8644
 
8645
+ #: wppa-settings-autosave.php:2549
8646
  msgid "Enable frontend upload."
8647
  msgstr ""
8648
 
8649
+ #: wppa-settings-autosave.php:2550
8650
  msgid ""
8651
  "If you check this item, frontend upload will be enabled according to the "
8652
  "rules set in the following items of this table."
8653
  msgstr ""
8654
 
8655
+ #: wppa-settings-autosave.php:2558
8656
  msgid "User upload Video"
8657
  msgstr ""
8658
 
8659
+ #: wppa-settings-autosave.php:2559
8660
  msgid "Enable frontend upload of video."
8661
  msgstr ""
8662
 
8663
+ #: wppa-settings-autosave.php:2560 wppa-settings-autosave.php:2570
8664
  msgid "Requires Table II-H1 to be ticked."
8665
  msgstr ""
8666
 
8667
+ #: wppa-settings-autosave.php:2568
8668
  msgid "User upload Audio"
8669
  msgstr ""
8670
 
8671
+ #: wppa-settings-autosave.php:2569
8672
  msgid "Enable frontend upload of audio."
8673
  msgstr ""
8674
 
8675
+ #: wppa-settings-autosave.php:2578
8676
  msgid "User upload Photos login"
8677
  msgstr ""
8678
 
8679
+ #: wppa-settings-autosave.php:2579
8680
  msgid "Frontend upload requires the user is logged in."
8681
  msgstr ""
8682
 
8683
+ #: wppa-settings-autosave.php:2580
8684
  msgid ""
8685
  "If you uncheck this box, make sure you check the item Owners only in Table "
8686
  "VII-D1."
8687
  msgstr ""
8688
 
8689
+ #: wppa-settings-autosave.php:2581
8690
  msgid ""
8691
  "Also: set the owner to ---public--- of the albums that are allowed to be "
8692
  "uploaded to."
8693
  msgstr ""
8694
 
8695
+ #: wppa-settings-autosave.php:2588
8696
  msgid "User upload Ajax"
8697
  msgstr ""
8698
 
8699
+ #: wppa-settings-autosave.php:2589
8700
  msgid "Shows the upload progression bar."
8701
  msgstr ""
8702
 
8703
+ #: wppa-settings-autosave.php:2597
8704
  msgid "Show Copyright"
8705
  msgstr ""
8706
 
8707
+ #: wppa-settings-autosave.php:2598
8708
  msgid "Show a copyright warning on frontend upload locations."
8709
  msgstr ""
8710
 
8711
+ #: wppa-settings-autosave.php:2607
8712
  msgid "Copyright notice"
8713
  msgstr ""
8714
 
8715
+ #: wppa-settings-autosave.php:2608
8716
  msgid "The message to be displayed."
8717
  msgstr ""
8718
 
8719
+ #: wppa-settings-autosave.php:2616
8720
  msgid "User Watermark"
8721
  msgstr ""
8722
 
8723
+ #: wppa-settings-autosave.php:2617
8724
  msgid "Uploading users may select watermark settings"
8725
  msgstr ""
8726
 
8727
+ #: wppa-settings-autosave.php:2618
8728
  msgid ""
8729
  "If checked, anyone who can upload and/or import photos can overrule the "
8730
  "default watermark settings."
8731
  msgstr ""
8732
 
8733
+ #: wppa-settings-autosave.php:2625
8734
  msgid "User name"
8735
  msgstr ""
8736
 
8737
+ #: wppa-settings-autosave.php:2626
8738
  msgid "Uploading users may overrule the default name."
8739
  msgstr ""
8740
 
8741
+ #: wppa-settings-autosave.php:2627
8742
  msgid ""
8743
  "If checked, the default photo name as defined in Table IX-D13 may be "
8744
  "overruled by the user."
8745
  msgstr ""
8746
 
8747
+ #: wppa-settings-autosave.php:2634
8748
  msgid "Apply Newphoto desc user"
8749
  msgstr ""
8750
 
8751
+ #: wppa-settings-autosave.php:2635
8752
  msgid "Give each new frontend uploaded photo a standard description."
8753
  msgstr ""
8754
 
8755
+ #: wppa-settings-autosave.php:2636
8756
  msgid ""
8757
  "If checked, each new photo will get the description (template) as specified "
8758
  "in Table IX-D5."
8759
  msgstr ""
8760
 
8761
+ #: wppa-settings-autosave.php:2643
8762
  msgid "User desc"
8763
  msgstr ""
8764
 
8765
+ #: wppa-settings-autosave.php:2644
8766
  msgid "Uploading users may overrule the default description."
8767
  msgstr ""
8768
 
8769
+ #: wppa-settings-autosave.php:2652
8770
  msgid "User upload custom"
8771
  msgstr ""
8772
 
8773
+ #: wppa-settings-autosave.php:2653
8774
  msgid "Frontend upload can fill in custom data fields."
8775
  msgstr ""
8776
 
8777
+ #: wppa-settings-autosave.php:2661
8778
  msgid "User upload tags"
8779
  msgstr ""
8780
 
8781
+ #: wppa-settings-autosave.php:2662
8782
  msgid "Frontend upload can add tags."
8783
  msgstr ""
8784
 
8785
+ #: wppa-settings-autosave.php:2663
8786
  msgid "You can configure the details of tag addition in Table IX-D18.x"
8787
  msgstr ""
8788
 
8789
+ #: wppa-settings-autosave.php:2671 wppa-settings-autosave.php:2699
8790
+ #: wppa-settings-autosave.php:2727
8791
  msgid "Tag selection box"
8792
  msgstr ""
8793
 
8794
+ #: wppa-settings-autosave.php:2672 wppa-settings-autosave.php:2700
8795
+ #: wppa-settings-autosave.php:2728
8796
  msgid "Front-end upload tags selecion box."
8797
  msgstr ""
8798
 
8799
+ #: wppa-settings-autosave.php:2676 wppa-settings-autosave.php:2704
8800
+ #: wppa-settings-autosave.php:2732
8801
  msgid "On:"
8802
  msgstr ""
8803
 
8804
+ #: wppa-settings-autosave.php:2676 wppa-settings-autosave.php:2704
8805
+ #: wppa-settings-autosave.php:2732
8806
  msgid "Multi:"
8807
  msgstr ""
8808
 
8809
+ #: wppa-settings-autosave.php:2681 wppa-settings-autosave.php:2709
8810
+ #: wppa-settings-autosave.php:2737
8811
  msgid "Caption box"
8812
  msgstr ""
8813
 
8814
+ #: wppa-settings-autosave.php:2682 wppa-settings-autosave.php:2710
8815
+ #: wppa-settings-autosave.php:2738
8816
  msgid "The title of the tag selection box."
8817
  msgstr ""
8818
 
8819
+ #: wppa-settings-autosave.php:2690 wppa-settings-autosave.php:2718
8820
+ #: wppa-settings-autosave.php:2746
8821
  msgid "Tags box"
8822
  msgstr ""
8823
 
8824
+ #: wppa-settings-autosave.php:2691 wppa-settings-autosave.php:2719
8825
+ #: wppa-settings-autosave.php:2747
8826
  msgid "The tags in the selection box."
8827
  msgstr ""
8828
 
8829
+ #: wppa-settings-autosave.php:2692 wppa-settings-autosave.php:2720
8830
+ #: wppa-settings-autosave.php:2748
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:2755
8837
  msgid "New tags"
8838
  msgstr ""
8839
 
8840
+ #: wppa-settings-autosave.php:2756
8841
  msgid "Input field for any user defined tags."
8842
  msgstr ""
8843
 
8844
+ #: wppa-settings-autosave.php:2764
8845
  msgid "New tags caption"
8846
  msgstr ""
8847
 
8848
+ #: wppa-settings-autosave.php:2765
8849
  msgid "The caption above the tags input field."
8850
  msgstr ""
8851
 
8852
+ #: wppa-settings-autosave.php:2773
8853
  msgid "Preview tags"
8854
  msgstr ""
8855
 
8856
+ #: wppa-settings-autosave.php:2774
8857
  msgid "Show a preview of all tags that will be added to the photo info."
8858
  msgstr ""
8859
 
8860
+ #: wppa-settings-autosave.php:2782
8861
  msgid "Camera connect"
8862
  msgstr ""
8863
 
8864
+ #: wppa-settings-autosave.php:2783
8865
  msgid "Connect frontend upload to camara on mobile devices with camera"
8866
  msgstr ""
8867
 
8868
+ #: wppa-settings-autosave.php:2792
8869
  msgid "Miscellaneous visibility settings"
8870
  msgstr ""
8871
 
8872
+ #: wppa-settings-autosave.php:2794
8873
  msgid "Frontend ending label"
8874
  msgstr ""
8875
 
8876
+ #: wppa-settings-autosave.php:2795
8877
  msgid "Frontend upload / create / edit dialog closing label text."
8878
  msgstr ""
8879
 
8880
+ #: wppa-settings-autosave.php:2798
8881
  msgid "Abort"
8882
  msgstr ""
8883
 
8884
+ #: wppa-settings-autosave.php:2798
8885
  msgid "Close"
8886
  msgstr ""
8887
 
8888
+ #: wppa-settings-autosave.php:2798
8889
  msgid "Exit"
8890
  msgstr ""
8891
 
8892
+ #: wppa-settings-autosave.php:2798
8893
  msgid "Quit"
8894
  msgstr ""
8895
 
8896
+ #: wppa-settings-autosave.php:2806
8897
  msgid "Widget thumbs fontsize"
8898
  msgstr ""
8899
 
8900
+ #: wppa-settings-autosave.php:2807
8901
  msgid "Font size for thumbnail subtext in widgets."
8902
  msgstr ""
8903
 
8904
+ #: wppa-settings-autosave.php:2815
8905
  msgid "Arrow color"
8906
  msgstr ""
8907
 
8908
+ #: wppa-settings-autosave.php:2816
8909
  msgid "Left/right browsing arrow color."
8910
  msgstr ""
8911
 
8912
+ #: wppa-settings-autosave.php:2817
8913
  msgid "Enter the color of the filmstrip navigation arrows."
8914
  msgstr ""
8915
 
8916
+ #: wppa-settings-autosave.php:2824
8917
  msgid "Owner on new line"
8918
  msgstr ""
8919
 
8920
+ #: wppa-settings-autosave.php:2825
8921
  msgid "Place the (owner) text on a new line."
8922
  msgstr ""
8923
 
8924
+ #: wppa-settings-autosave.php:2833
8925
  msgid "Custom datafields"
8926
  msgstr ""
8927
 
8928
+ #: wppa-settings-autosave.php:2834
8929
  msgid "Define up to 10 custom data fields for photos."
8930
  msgstr ""
8931
 
8932
+ #: wppa-settings-autosave.php:2844
8933
  #, php-format
8934
  msgid "Name, vis, edit %s"
8935
  msgstr ""
8936
 
8937
+ #: wppa-settings-autosave.php:2845
8938
  #, php-format
8939
  msgid "The caption for field %s, visibility and editability at frontend."
8940
  msgstr ""
8941
 
8942
+ #: wppa-settings-autosave.php:2846
8943
  #, php-format
8944
  msgid ""
8945
  "If you check the first box, the value of this field is displayable in photo "
8946
  "descriptions at the frontend with keyword w#c%s"
8947
  msgstr ""
8948
 
8949
+ #: wppa-settings-autosave.php:2847
8950
  msgid ""
8951
  "If you check the second box, the value of this field is editable at the "
8952
  "frontend new style dialog."
8953
  msgstr ""
8954
 
8955
+ #: wppa-settings-autosave.php:2859
8956
  msgid "Navigation symbols for slideshows and lighbox"
8957
  msgstr ""
8958
 
8959
+ #: wppa-settings-autosave.php:2861
8960
  msgid "Start symbol url"
8961
  msgstr ""
8962
 
8963
+ #: wppa-settings-autosave.php:2862
8964
  msgid "Supply the url of an image for the start symbol"
8965
  msgstr ""
8966
 
8967
+ #: wppa-settings-autosave.php:2870
8968
  msgid "Pause symbol url"
8969
  msgstr ""
8970
 
8971
+ #: wppa-settings-autosave.php:2871
8972
  msgid "Supply the url of an image for the pause symbol"
8973
  msgstr ""
8974
 
8975
+ #: wppa-settings-autosave.php:2879
8976
  msgid "Stop symbol url"
8977
  msgstr ""
8978
 
8979
+ #: wppa-settings-autosave.php:2880
8980
  msgid "Supply the url of an image for the stop symbol"
8981
  msgstr ""
8982
 
8983
+ #: wppa-settings-autosave.php:2888
8984
  msgid "Left (prev) symbol url"
8985
  msgstr ""
8986
 
8987
+ #: wppa-settings-autosave.php:2889
8988
  msgid "Supply the url of an image for the left symbol, if not default"
8989
  msgstr ""
8990
 
8991
+ #: wppa-settings-autosave.php:2897
8992
  msgid "Right (next) symbol url"
8993
  msgstr ""
8994
 
8995
+ #: wppa-settings-autosave.php:2898
8996
  msgid "Supply the url of an image for the right symbol, if not default"
8997
  msgstr ""
8998
 
8999
+ #: wppa-settings-autosave.php:2907
9000
  msgid "The size of the start/pause symbols."
9001
  msgstr ""
9002
 
9003
+ #: wppa-settings-autosave.php:2916 wppa-settings-autosave.php:2934
9004
  msgid "The border radius if the symbol is round"
9005
  msgstr ""
9006
 
9007
+ #: wppa-settings-autosave.php:2925 wppa-settings-autosave.php:2943
9008
  msgid "The size of the stop symbols."
9009
  msgstr ""
9010
 
9011
+ #: wppa-settings-autosave.php:2942
9012
  msgid "Left/right symbol size"
9013
  msgstr ""
9014
 
9015
+ #: wppa-settings-autosave.php:2951
9016
  msgid "Left/right symbol border radius"
9017
  msgstr ""
9018
 
9019
+ #: wppa-settings-autosave.php:2952
9020
  msgid "The border radius"
9021
  msgstr ""
9022
 
9023
+ #: wppa-settings-autosave.php:2979
9024
  msgid "Table III:"
9025
  msgstr ""
9026
 
9027
+ #: wppa-settings-autosave.php:2979
9028
  msgid "Backgrounds:"
9029
  msgstr ""
9030
 
9031
+ #: wppa-settings-autosave.php:2980
9032
  msgid "This table describes the backgrounds of wppa+ elements."
9033
  msgstr ""
9034
 
9035
+ #: wppa-settings-autosave.php:2990 wppa-settings-autosave.php:3314
9036
  msgid "Background color"
9037
  msgstr ""
9038
 
9039
+ #: wppa-settings-autosave.php:2991 wppa-settings-autosave.php:2993
9040
+ #: wppa-settings-autosave.php:3315 wppa-settings-autosave.php:3317
9041
  msgid "Sample"
9042
  msgstr ""
9043
 
9044
+ #: wppa-settings-autosave.php:2992 wppa-settings-autosave.php:3316
9045
  msgid "Border color"
9046
  msgstr ""
9047
 
9048
+ #: wppa-settings-autosave.php:3001
9049
  msgid "Slideshow elements backgrounds"
9050
  msgstr ""
9051
 
9052
+ #: wppa-settings-autosave.php:3003
9053
  msgid "Nav"
9054
  msgstr ""
9055
 
9056
+ #: wppa-settings-autosave.php:3004
9057
  msgid "Navigation bars."
9058
  msgstr ""
9059
 
9060
+ #: wppa-settings-autosave.php:3005
9061
  msgid "Enter valid CSS colors for navigation backgrounds and borders."
9062
  msgstr ""
9063
 
9064
+ #: wppa-settings-autosave.php:3016
9065
  msgid "SlideImg"
9066
  msgstr ""
9067
 
9068
+ #: wppa-settings-autosave.php:3017
9069
  msgid "Fullsize Slideshow Photos."
9070
  msgstr ""
9071
 
9072
+ #: wppa-settings-autosave.php:3018
9073
  msgid "Enter valid CSS colors for fullsize photo backgrounds and borders."
9074
  msgstr ""
9075
 
9076
+ #: wppa-settings-autosave.php:3019
9077
  msgid "The colors may be equal or \"transparent\""
9078
  msgstr ""
9079
 
9080
+ #: wppa-settings-autosave.php:3020
9081
  msgid ""
9082
  "For more information about slideshow image borders see the help on Table I-B4"
9083
  msgstr ""
9084
 
9085
+ #: wppa-settings-autosave.php:3031 wppa-settings-autosave.php:4754
9086
  msgid "Numbar"
9087
  msgstr ""
9088
 
9089
+ #: wppa-settings-autosave.php:3032
9090
  msgid "Number bar box background."
9091
  msgstr ""
9092
 
9093
+ #: wppa-settings-autosave.php:3033
9094
  msgid "Enter valid CSS colors for numbar box backgrounds and borders."
9095
  msgstr ""
9096
 
9097
+ #: wppa-settings-autosave.php:3044
9098
  msgid "Numbar active"
9099
  msgstr ""
9100
 
9101
+ #: wppa-settings-autosave.php:3045
9102
  msgid "Number bar active box background."
9103
  msgstr ""
9104
 
9105
+ #: wppa-settings-autosave.php:3046
9106
  msgid "Enter valid CSS colors for numbar active box backgrounds and borders."
9107
  msgstr ""
9108
 
9109
+ #: wppa-settings-autosave.php:3057
9110
  msgid "Name/desc"
9111
  msgstr ""
9112
 
9113
+ #: wppa-settings-autosave.php:3058
9114
  msgid "Name and Description bars."
9115
  msgstr ""
9116
 
9117
+ #: wppa-settings-autosave.php:3059
9118
  msgid ""
9119
  "Enter valid CSS colors for name and description box backgrounds and borders."
9120
  msgstr ""
9121
 
9122
+ #: wppa-settings-autosave.php:3071
9123
  msgid "Comment input and display areas."
9124
  msgstr ""
9125
 
9126
+ #: wppa-settings-autosave.php:3072
9127
  msgid "Enter valid CSS colors for comment box backgrounds and borders."
9128
  msgstr ""
9129
 
9130
+ #: wppa-settings-autosave.php:3083 wppa-settings-autosave.php:8335
9131
+ #: wppa-settings-autosave.php:8380
9132
  msgid "Custom"
9133
  msgstr ""
9134
 
9135
+ #: wppa-settings-autosave.php:3084
9136
  msgid "Custom box background."
9137
  msgstr ""
9138
 
9139
+ #: wppa-settings-autosave.php:3085
9140
  msgid "Enter valid CSS colors for custom box backgrounds and borders."
9141
  msgstr ""
9142
 
9143
+ #: wppa-settings-autosave.php:3096
9144
  msgid "IPTC"
9145
  msgstr ""
9146
 
9147
+ #: wppa-settings-autosave.php:3097
9148
  msgid "IPTC display box background."
9149
  msgstr ""
9150
 
9151
+ #: wppa-settings-autosave.php:3098
9152
  msgid "Enter valid CSS colors for iptc box backgrounds and borders."
9153
  msgstr ""
9154
 
9155
+ #: wppa-settings-autosave.php:3109
9156
  msgid "EXIF"
9157
  msgstr ""
9158
 
9159
+ #: wppa-settings-autosave.php:3110
9160
  msgid "EXIF display box background."
9161
  msgstr ""
9162
 
9163
+ #: wppa-settings-autosave.php:3111
9164
  msgid "Enter valid CSS colors for exif box backgrounds and borders."
9165
  msgstr ""
9166
 
9167
+ #: wppa-settings-autosave.php:3122
9168
  msgid "Share"
9169
  msgstr ""
9170
 
9171
+ #: wppa-settings-autosave.php:3123
9172
  msgid "Share box display background."
9173
  msgstr ""
9174
 
9175
+ #: wppa-settings-autosave.php:3124
9176
  msgid "Enter valid CSS colors for share box backgrounds and borders."
9177
  msgstr ""
9178
 
9179
+ #: wppa-settings-autosave.php:3135
9180
  msgid "Other backgrounds"
9181
  msgstr ""
9182
 
9183
+ #: wppa-settings-autosave.php:3137
9184
  msgid "Even"
9185
  msgstr ""
9186
 
9187
+ #: wppa-settings-autosave.php:3138
9188
  msgid "Even background."
9189
  msgstr ""
9190
 
9191
+ #: wppa-settings-autosave.php:3139
9192
  msgid ""
9193
  "Enter valid CSS colors for even numbered backgrounds and borders of album "
9194
  "covers and thumbnail displays 'As covers'."
9195
  msgstr ""
9196
 
9197
+ #: wppa-settings-autosave.php:3150
9198
  msgid "Odd"
9199
  msgstr ""
9200
 
9201
+ #: wppa-settings-autosave.php:3151
9202
  msgid "Odd background."
9203
  msgstr ""
9204
 
9205
+ #: wppa-settings-autosave.php:3152
9206
  msgid ""
9207
  "Enter valid CSS colors for odd numbered backgrounds and borders of album "
9208
  "covers and thumbnail displays 'As covers'."
9209
  msgstr ""
9210
 
9211
+ #: wppa-settings-autosave.php:3163
9212
  msgid "Thumbnail padding"
9213
  msgstr ""
9214
 
9215
+ #: wppa-settings-autosave.php:3164
9216
  msgid "Thumbnail padding color if thumbnail aspect is a padded setting."
9217
  msgstr ""
9218
 
9219
+ #: wppa-settings-autosave.php:3165
9220
  msgid ""
9221
  "Enter valid CSS color hexadecimal like #000000 for black or #ffffff for "
9222
  "white for the padded thumbnails."
9223
  msgstr ""
9224
 
9225
+ #: wppa-settings-autosave.php:3176
9226
  msgid "Img"
9227
  msgstr ""
9228
 
9229
+ #: wppa-settings-autosave.php:3177
9230
  msgid "Cover Photos and popups."
9231
  msgstr ""
9232
 
9233
+ #: wppa-settings-autosave.php:3178
9234
  msgid ""
9235
  "Enter valid CSS colors for Cover photo and popup backgrounds and borders."
9236
  msgstr ""
9237
 
9238
+ #: wppa-settings-autosave.php:3190
9239
  msgid "Upload box background."
9240
  msgstr ""
9241
 
9242
+ #: wppa-settings-autosave.php:3191
9243
  msgid "Enter valid CSS colors for upload box backgrounds and borders."
9244
  msgstr ""
9245
 
9246
+ #: wppa-settings-autosave.php:3202
9247
  msgid "Multitag"
9248
  msgstr ""
9249
 
9250
+ #: wppa-settings-autosave.php:3203
9251
  msgid "Multitag box background."
9252
  msgstr ""
9253
 
9254
+ #: wppa-settings-autosave.php:3204
9255
  msgid "Enter valid CSS colors for multitag box backgrounds and borders."
9256
  msgstr ""
9257
 
9258
+ #: wppa-settings-autosave.php:3215
9259
  msgid "Tagcloud"
9260
  msgstr ""
9261
 
9262
+ #: wppa-settings-autosave.php:3216
9263
  msgid "Tagcloud box background."
9264
  msgstr ""
9265
 
9266
+ #: wppa-settings-autosave.php:3217
9267
  msgid "Enter valid CSS colors for tagcloud box backgrounds and borders."
9268
  msgstr ""
9269
 
9270
+ #: wppa-settings-autosave.php:3228
9271
  msgid "Superview"
9272
  msgstr ""
9273
 
9274
+ #: wppa-settings-autosave.php:3229
9275
  msgid "Superview box background."
9276
  msgstr ""
9277
 
9278
+ #: wppa-settings-autosave.php:3230
9279
  msgid "Enter valid CSS colors for superview box backgrounds and borders."
9280
  msgstr ""
9281
 
9282
+ #: wppa-settings-autosave.php:3242
9283
  msgid "Search box background."
9284
  msgstr ""
9285
 
9286
+ #: wppa-settings-autosave.php:3243
9287
  msgid "Enter valid CSS colors for search box backgrounds and borders."
9288
  msgstr ""
9289
 
9290
+ #: wppa-settings-autosave.php:3254
9291
  msgid "BestOf"
9292
  msgstr ""
9293
 
9294
+ #: wppa-settings-autosave.php:3255
9295
  msgid "BestOf box background."
9296
  msgstr ""
9297
 
9298
+ #: wppa-settings-autosave.php:3256
9299
  msgid "Enter valid CSS colors for bestof box backgrounds and borders."
9300
  msgstr ""
9301
 
9302
+ #: wppa-settings-autosave.php:3267
9303
  msgid "Calendar"
9304
  msgstr ""
9305
 
9306
+ #: wppa-settings-autosave.php:3268
9307
  msgid "Calendar box background."
9308
  msgstr ""
9309
 
9310
+ #: wppa-settings-autosave.php:3269
9311
  msgid "Enter valid CSS colors for calendar box backgrounds and borders."
9312
  msgstr ""
9313
 
9314
+ #: wppa-settings-autosave.php:3280
9315
  msgid "Stereo"
9316
  msgstr ""
9317
 
9318
+ #: wppa-settings-autosave.php:3281
9319
  msgid "Stereo mode selection box background."
9320
  msgstr ""
9321
 
9322
+ #: wppa-settings-autosave.php:3282
9323
  msgid ""
9324
  "Enter valid CSS colors for stereo mode selection box backgrounds and borders."
9325
  msgstr ""
9326
 
9327
+ #: wppa-settings-autosave.php:3293
9328
  msgid "Admins choice"
9329
  msgstr ""
9330
 
9331
+ #: wppa-settings-autosave.php:3294
9332
  msgid "Admins choice box background."
9333
  msgstr ""
9334
 
9335
+ #: wppa-settings-autosave.php:3295
9336
  msgid "Enter valid CSS colors for admins choice box backgrounds and borders."
9337
  msgstr ""
9338
 
9339
+ #: wppa-settings-autosave.php:3327
9340
  msgid "Table IV:"
9341
  msgstr ""
9342
 
9343
+ #: wppa-settings-autosave.php:3327
9344
  msgid "Behaviour:"
9345
  msgstr ""
9346
 
9347
+ #: wppa-settings-autosave.php:3328
9348
  msgid "This table describes the dynamic behaviour of certain wppa+ elements."
9349
  msgstr ""
9350
 
9351
+ #: wppa-settings-autosave.php:3346
9352
  msgid "System related settings"
9353
  msgstr ""
9354
 
9355
+ #: wppa-settings-autosave.php:3348
9356
  msgid "Use Ajax"
9357
  msgstr ""
9358
 
9359
+ #: wppa-settings-autosave.php:3349
9360
  msgid "Use Ajax as much as is possible and implemented."
9361
  msgstr ""
9362
 
9363
+ #: wppa-settings-autosave.php:3350
9364
  msgid ""
9365
  "If this box is ticked, page content updates from within wppa+ displays will "
9366
  "be Ajax based as much as possible."
9367
  msgstr ""
9368
 
9369
+ #: wppa-settings-autosave.php:3358
9370
  msgid "Ajax NON Admin"
9371
  msgstr ""
9372
 
9373
+ #: wppa-settings-autosave.php:3359
9374
  msgid "Frontend ajax use no admin files."
9375
  msgstr ""
9376
 
9377
+ #: wppa-settings-autosave.php:3360
9378
  msgid "If you want to password protect wp-admin, check this box."
9379
  msgstr ""
9380
 
9381
+ #: wppa-settings-autosave.php:3361
9382
  msgid ""
9383
  "In rare cases changing page content does not work when this box is checked. "
9384
  "Verify the functionality!"
9385
  msgstr ""
9386
 
9387
+ #: wppa-settings-autosave.php:3368
9388
  msgid "Photo names in urls"
9389
  msgstr ""
9390
 
9391
+ #: wppa-settings-autosave.php:3369
9392
  msgid "Display photo names in urls."
9393
  msgstr ""
9394
 
9395
+ #: wppa-settings-autosave.php:3370
9396
  msgid "Urls to wppa+ displays will contain photonames in stead of numbers."
9397
  msgstr ""
9398
 
9399
+ #: wppa-settings-autosave.php:3371
9400
  msgid ""
9401
  "It is your responsability to avoid duplicate names of photos in the same "
9402
  "album."
9403
  msgstr ""
9404
 
9405
+ #: wppa-settings-autosave.php:3378
9406
  msgid "Album names in urls"
9407
  msgstr ""
9408
 
9409
+ #: wppa-settings-autosave.php:3379
9410
  msgid "Display album names in urls."
9411
  msgstr ""
9412
 
9413
+ #: wppa-settings-autosave.php:3380
9414
  msgid "Urls to wppa+ displays will contain albumnames in stead of numbers."
9415
  msgstr ""
9416
 
9417
+ #: wppa-settings-autosave.php:3381
9418
  msgid ""
9419
  "It is your responsability to avoid duplicate names of albums in the system."
9420
  msgstr ""
9421
 
9422
+ #: wppa-settings-autosave.php:3388
9423
  msgid "Use short query args"
9424
  msgstr ""
9425
 
9426
+ #: wppa-settings-autosave.php:3389
9427
  msgid "Use &album=... &photo=..."
9428
  msgstr ""
9429
 
9430
+ #: wppa-settings-autosave.php:3390
9431
  msgid ""
9432
  "Urls to wppa+ displays will contain &album=... &photo=... in stead of &wppa-"
9433
  "album=... &wppa-photo=..."
9434
  msgstr ""
9435
 
9436
+ #: wppa-settings-autosave.php:3391
9437
  msgid ""
9438
  "Use this setting only when there are no conflicts with other plugins that "
9439
  "may interprete arguments like &album= etc."
9440
  msgstr ""
9441
 
9442
+ #: wppa-settings-autosave.php:3398
9443
  msgid "Enable pretty links"
9444
  msgstr ""
9445
 
9446
+ #: wppa-settings-autosave.php:3399
9447
  msgid "Enable the generation and understanding of pretty links."
9448
  msgstr ""
9449
 
9450
+ #: wppa-settings-autosave.php:3400
9451
  msgid ""
9452
  "If checked, links to social media and the qr code will have \"/token1/token2/"
9453
  "\" etc in stead of \"&arg1=..&arg2=..\" etc."
9454
  msgstr ""
9455
 
9456
+ #: wppa-settings-autosave.php:3401
9457
  msgid ""
9458
  "These types of links will be interpreted and cause a redirection on entering."
9459
  msgstr ""
9460
 
9461
+ #: wppa-settings-autosave.php:3402
9462
  msgid ""
9463
  "It is recommended to check this box. It shortens links dramatically and "
9464
  "simplifies qr codes."
9465
  msgstr ""
9466
 
9467
+ #: wppa-settings-autosave.php:3403
9468
  msgid ""
9469
  "However, you may encounter conflicts with themes and/or other plugins, so "
9470
  "test it troughly!"
9471
  msgstr ""
9472
 
9473
+ #: wppa-settings-autosave.php:3404
9474
  msgid ""
9475
  "Table IV-A2 (Photo names in urls) must be UNchecked for this setting to work!"
9476
  msgstr ""
9477
 
9478
+ #: wppa-settings-autosave.php:3411
9479
  msgid "Enable encrypted links"
9480
  msgstr ""
9481
 
9482
+ #: wppa-settings-autosave.php:3412
9483
  msgid "Encrypt album and photo ids in links."
9484
  msgstr ""
9485
 
9486
+ #: wppa-settings-autosave.php:3415
9487
  msgid "The page will be reloaded."
9488
  msgstr ""
9489
 
9490
+ #: wppa-settings-autosave.php:3421
9491
  msgid "Refuse unencrypted"
9492
  msgstr ""
9493
 
9494
+ #: wppa-settings-autosave.php:3422
9495
  msgid "When encrypted is enabled, refuse unencrypted urls."
9496
  msgstr ""
9497
 
9498
+ #: wppa-settings-autosave.php:3430
9499
  msgid "Update addressline"
9500
  msgstr ""
9501
 
9502
+ #: wppa-settings-autosave.php:3431
9503
  msgid "Update the addressline after an ajax action or next slide."
9504
  msgstr ""
9505
 
9506
+ #: wppa-settings-autosave.php:3432
9507
  msgid ""
9508
  "If checked, refreshing the page will show the current content and the "
9509
  "browsers back and forth arrows will browse the history on the page."
9510
  msgstr ""
9511
 
9512
+ #: wppa-settings-autosave.php:3433
9513
  msgid ""
9514
  "If unchecked, refreshing the page will re-display the content of the "
9515
  "original page."
9516
  msgstr ""
9517
 
9518
+ #: wppa-settings-autosave.php:3434
9519
  msgid ""
9520
  "This will only work on browsers that support history.pushState() and "
9521
  "therefor NOT in IE"
9522
  msgstr ""
9523
 
9524
+ #: wppa-settings-autosave.php:3435
9525
  msgid "Switching this off will affect the browsers behaviour."
9526
  msgstr ""
9527
 
9528
+ #: wppa-settings-autosave.php:3442
9529
  msgid "Render shortcode always"
9530
  msgstr ""
9531
 
9532
+ #: wppa-settings-autosave.php:3443
9533
  msgid "This will skip the check on proper initialisation."
9534
  msgstr ""
9535
 
9536
+ #: wppa-settings-autosave.php:3444
9537
  msgid ""
9538
  "This setting is required for certain themes like Gantry to prevent the "
9539
  "display of wppa placeholders like [WPPA+ Photo display]."
9540
  msgstr ""
9541
 
9542
+ #: wppa-settings-autosave.php:3445
9543
  #, php-format
9544
  msgid ""
9545
  "If this check is needed, you can use shortcodes like [wppa ...] only, not "
9546
  "scripts like %%wppa%%."
9547
  msgstr ""
9548
 
9549
+ #: wppa-settings-autosave.php:3452
9550
  msgid "Track viewcounts"
9551
  msgstr ""
9552
 
9553
+ #: wppa-settings-autosave.php:3453
9554
  msgid "Register number of views of albums and photos."
9555
  msgstr ""
9556
 
9557
+ #: wppa-settings-autosave.php:3461
9558
  msgid "Auto page"
9559
  msgstr ""
9560
 
9561
+ #: wppa-settings-autosave.php:3462
9562
  msgid "Create a wp page for every fullsize image."
9563
  msgstr ""
9564
 
9565
+ #: wppa-settings-autosave.php:3466
9566
  msgid "Please reload this page after changing!"
9567
  msgstr ""
9568
 
9569
+ #: wppa-settings-autosave.php:3472
9570
  msgid "Auto page display"
9571
  msgstr ""
9572
 
9573
+ #: wppa-settings-autosave.php:3473
9574
  msgid "The type of display on the autopage pages."
9575
  msgstr ""
9576
 
9577
+ #: wppa-settings-autosave.php:3476
9578
  msgid "Single photo"
9579
  msgstr ""
9580
 
9581
+ #: wppa-settings-autosave.php:3476
9582
  msgid "Media type photo"
9583
  msgstr ""
9584
 
9585
+ #: wppa-settings-autosave.php:3476
9586
  msgid "In the style of a slideshow"
9587
  msgstr ""
9588
 
9589
+ #: wppa-settings-autosave.php:3483
9590
  msgid "Auto page links"
9591
  msgstr ""
9592
 
9593
+ #: wppa-settings-autosave.php:3484
9594
  msgid "The location for the pagelinks."
9595
  msgstr ""
9596
 
9597
+ #: wppa-settings-autosave.php:3487
9598
  msgid "At top and bottom"
9599
  msgstr ""
9600
 
9601
+ #: wppa-settings-autosave.php:3494
9602
  msgid "Defer javascript"
9603
  msgstr ""
9604
 
9605
+ #: wppa-settings-autosave.php:3495
9606
  msgid "Put javascript near the end of the page."
9607
  msgstr ""
9608
 
9609
+ #: wppa-settings-autosave.php:3496
9610
  msgid ""
9611
  "If checkd: May fix layout problems and broken slideshows. May speed up or "
9612
  "slow down page appearing."
9613
  msgstr ""
9614
 
9615
+ #: wppa-settings-autosave.php:3503
9616
  msgid "Inline styles"
9617
  msgstr ""
9618
 
9619
+ #: wppa-settings-autosave.php:3504
9620
  msgid "Set style specifications inline."
9621
  msgstr ""
9622
 
9623
+ #: wppa-settings-autosave.php:3505
9624
  msgid "If checked: May fix layout problems, but slows down page appearing."
9625
  msgstr ""
9626
 
9627
+ #: wppa-settings-autosave.php:3512
9628
  msgid "Custom style"
9629
  msgstr ""
9630
 
9631
+ #: wppa-settings-autosave.php:3513
9632
  msgid "Enter custom style specs here."
9633
  msgstr ""
9634
 
9635
+ #: wppa-settings-autosave.php:3521
9636
  msgid "Use customized style file"
9637
  msgstr ""
9638
 
9639
+ #: wppa-settings-autosave.php:3522 wppa-settings-autosave.php:3531
9640
  msgid "This feature is highly discouraged."
9641
  msgstr ""
9642
 
9643
+ #: wppa-settings-autosave.php:3530
9644
  msgid "Use customized theme file"
9645
  msgstr ""
9646
 
9647
+ #: wppa-settings-autosave.php:3539
9648
  msgid "Enable photo html access"
9649
  msgstr ""
9650
 
9651
+ #: wppa-settings-autosave.php:3540
9652
  msgid ""
9653
  "Creates .htaccess files in .../uploads/wppa/ and .../uploads/wppa/thumbs/"
9654
  msgstr ""
9655
 
9656
+ #: wppa-settings-autosave.php:3543
9657
  msgid "create 'all access' .htaccess files"
9658
  msgstr ""
9659
 
9660
+ #: wppa-settings-autosave.php:3544
9661
  msgid "remove .htaccess files"
9662
  msgstr ""
9663
 
9664
+ #: wppa-settings-autosave.php:3545
9665
  msgid "create 'no hotlinking' .htaccess files"
9666
  msgstr ""
9667
 
9668
+ #: wppa-settings-autosave.php:3546
9669
  msgid "do not change existing .htaccess file(s)"
9670
  msgstr ""
9671
 
9672
+ #: wppa-settings-autosave.php:3558
9673
  msgid "Lazy or HTML comp"
9674
  msgstr ""
9675
 
9676
+ #: wppa-settings-autosave.php:3559
9677
  msgid "Tick this box when you use lazy load or html compression."
9678
  msgstr ""
9679
 
9680
+ #: wppa-settings-autosave.php:3560
9681
  msgid ""
9682
  "If the filmstrip images do not show up and you have a lazy load or html "
9683
  "optimizing plugin active: Check this box"
9684
  msgstr ""
9685
 
9686
+ #: wppa-settings-autosave.php:3567
9687
  msgid "Thumbs first"
9688
  msgstr ""
9689
 
9690
+ #: wppa-settings-autosave.php:3568
9691
  msgid "When displaying album content: thumbnails before subalbums."
9692
  msgstr ""
9693
 
9694
+ #: wppa-settings-autosave.php:3576
9695
  msgid "Login links"
9696
  msgstr ""
9697
 
9698
+ #: wppa-settings-autosave.php:3577
9699
  msgid "You must login to... links to login page."
9700
  msgstr ""
9701
 
9702
+ #: wppa-settings-autosave.php:3585
9703
  msgid "Enable Video"
9704
  msgstr ""
9705
 
9706
+ #: wppa-settings-autosave.php:3586
9707
  msgid "Enables video support."
9708
  msgstr ""
9709
 
9710
+ #: wppa-settings-autosave.php:3595
9711
  msgid "Enable Audio"
9712
  msgstr ""
9713
 
9714
+ #: wppa-settings-autosave.php:3596
9715
  msgid "Enables audio support."
9716
  msgstr ""
9717
 
9718
+ #: wppa-settings-autosave.php:3604
9719
  msgid "Enable 3D Stereo"
9720
  msgstr ""
9721
 
9722
+ #: wppa-settings-autosave.php:3605
9723
  msgid "Enables 3D stereo photo support."
9724
  msgstr ""
9725
 
9726
+ #: wppa-settings-autosave.php:3613
9727
  msgid "Relative urls"
9728
  msgstr ""
9729
 
9730
+ #: wppa-settings-autosave.php:3614
9731
  msgid "Use relative urls only."
9732
  msgstr ""
9733
 
9734
+ #: wppa-settings-autosave.php:3622
9735
  msgid "Capitalize tags and cats"
9736
  msgstr ""
9737
 
9738
+ #: wppa-settings-autosave.php:3623
9739
  msgid "Format tags and cats to start with one capital character"
9740
  msgstr ""
9741
 
9742
+ #: wppa-settings-autosave.php:3631
9743
  msgid "Enable Admins Choice"
9744
  msgstr ""
9745
 
9746
+ #: wppa-settings-autosave.php:3632
9747
  msgid "Enable the creation of zipfiles with selected photos."
9748
  msgstr ""
9749
 
9750
+ #: wppa-settings-autosave.php:3633
9751
  msgid "Activate the Admins Choice widget to make the zipfiles downloadable."
9752
  msgstr ""
9753
 
9754
+ #: wppa-settings-autosave.php:3640
9755
  msgid "Make owner like photoname"
9756
  msgstr ""
9757
 
9758
+ #: wppa-settings-autosave.php:3641
9759
  msgid "Change the owner to the user who's display name equals photoname."
9760
  msgstr ""
9761
 
9762
+ #: wppa-settings-autosave.php:3650
9763
  msgid "Slideshow related settings"
9764
  msgstr ""
9765
 
9766
+ #: wppa-settings-autosave.php:3652
9767
  msgid "V align"
9768
  msgstr ""
9769
 
9770
+ #: wppa-settings-autosave.php:3653
9771
  msgid "Vertical alignment of slideshow images."
9772
  msgstr ""
9773
 
9774
+ #: wppa-settings-autosave.php:3654
9775
  msgid "Specify the vertical alignment of slideshow images."
9776
  msgstr ""
9777
 
9778
+ #: wppa-settings-autosave.php:3655
9779
  msgid ""
9780
  "If you select --- none ---, the photos will not be centered horizontally "
9781
  "either."
9782
  msgstr ""
9783
 
9784
+ #: wppa-settings-autosave.php:3657 wppa-settings-autosave.php:3922
9785
  #: wppa-slideshow-widget.php:214
9786
  msgid "top"
9787
  msgstr ""
9788
 
9789
+ #: wppa-settings-autosave.php:3657 wppa-settings-autosave.php:3671
9790
+ #: wppa-settings-autosave.php:3922 wppa-slideshow-widget.php:215
9791
+ #: wppa-tinymce-scripts.php:289 wppa-tinymce-shortcodes.php:615
9792
  #: wppa-widget-admin.php:85
9793
  msgid "center"
9794
  msgstr ""
9795
 
9796
+ #: wppa-settings-autosave.php:3657 wppa-settings-autosave.php:3922
9797
  #: wppa-slideshow-widget.php:216
9798
  msgid "bottom"
9799
  msgstr ""
9800
 
9801
+ #: wppa-settings-autosave.php:3657 wppa-slideshow-widget.php:217
9802
  msgid "fit"
9803
  msgstr ""
9804
 
9805
+ #: wppa-settings-autosave.php:3665
9806
  msgid "H align"
9807
  msgstr ""
9808
 
9809
+ #: wppa-settings-autosave.php:3666
9810
  msgid "Horizontal alignment of slideshow images."
9811
  msgstr ""
9812
 
9813
+ #: wppa-settings-autosave.php:3667
9814
  msgid ""
9815
  "Specify the horizontal alignment of slideshow images. If you specify --- "
9816
  "none --- , no horizontal alignment will take place."
9817
  msgstr ""
9818
 
9819
+ #: wppa-settings-autosave.php:3668
9820
  msgid ""
9821
  "This setting is only usefull when the Column Width differs from the Maximum "
9822
  "Width."
9823
  msgstr ""
9824
 
9825
+ #: wppa-settings-autosave.php:3669
9826
  msgid "(Settings I-A1 and I-B1)"
9827
  msgstr ""
9828
 
9829
+ #: wppa-settings-autosave.php:3679
9830
  msgid "Start slideshow running."
9831
  msgstr ""
9832
 
9833
+ #: wppa-settings-autosave.php:3680
9834
  msgid ""
9835
  "If you select \"running\", the slideshow will start running immediately, if "
9836
  "you select \"still at first photo\", the first photo will be displayed in "
9837
  "browse mode."
9838
  msgstr ""
9839
 
9840
+ #: wppa-settings-autosave.php:3681
9841
  msgid ""
9842
  "If you select \"still at first norated\", the first photo that the visitor "
9843
  "did not gave a rating will be displayed in browse mode."
9844
  msgstr ""
9845
 
9846
+ #: wppa-settings-autosave.php:3683
9847
  msgid "running"
9848
  msgstr ""
9849
 
9850
+ #: wppa-settings-autosave.php:3684
9851
  msgid "still at first photo"
9852
  msgstr ""
9853
 
9854
+ #: wppa-settings-autosave.php:3685
9855
  msgid "still at first norated"
9856
  msgstr ""
9857
 
9858
+ #: wppa-settings-autosave.php:3696
9859
  msgid "Start slideonly"
9860
  msgstr ""
9861
 
9862
+ #: wppa-settings-autosave.php:3697
9863
  msgid "Start slideonly slideshow running."
9864
  msgstr ""
9865
 
9866
+ #: wppa-settings-autosave.php:3705 wppa-settings-autosave.php:4568
9867
  msgid "Video autostart"
9868
  msgstr ""
9869
 
9870
+ #: wppa-settings-autosave.php:3706
9871
  msgid "Autoplay videos in slideshows."
9872
  msgstr ""
9873
 
9874
+ #: wppa-settings-autosave.php:3715 wppa-settings-autosave.php:4577
9875
  msgid "Audio autostart"
9876
  msgstr ""
9877
 
9878
+ #: wppa-settings-autosave.php:3716
9879
  msgid "Autoplay audios in slideshows."
9880
  msgstr ""
9881
 
9882
+ #: wppa-settings-autosave.php:3724
9883
  msgid "Animation type"
9884
  msgstr ""
9885
 
9886
+ #: wppa-settings-autosave.php:3725
9887
  msgid "The way successive slides appear."
9888
  msgstr ""
9889
 
9890
+ #: wppa-settings-autosave.php:3726
9891
  msgid ""
9892
  "Select the way the old slide is to be replaced by the new one in the "
9893
  "slideshow/browse fullsize display."
9894
  msgstr ""
9895
 
9896
+ #: wppa-settings-autosave.php:3728
9897
  msgid "Fade out and in simultaneous"
9898
  msgstr ""
9899
 
9900
+ #: wppa-settings-autosave.php:3729
9901
  msgid "Fade in after fade out"
9902
  msgstr ""
9903
 
9904
+ #: wppa-settings-autosave.php:3730
9905
  msgid "Shift adjacent"
9906
  msgstr ""
9907
 
9908
+ #: wppa-settings-autosave.php:3731
9909
  msgid "Stack on"
9910
  msgstr ""
9911
 
9912
+ #: wppa-settings-autosave.php:3732
9913
  msgid "Stack off"
9914
  msgstr ""
9915
 
9916
+ #: wppa-settings-autosave.php:3733
9917
  msgid "Turn over"
9918
  msgstr ""
9919
 
9920
+ #: wppa-settings-autosave.php:3747
9921
  msgid "Timeout"
9922
  msgstr ""
9923
 
9924
+ #: wppa-settings-autosave.php:3748
9925
  msgid "Slideshow timeout."
9926
  msgstr ""
9927
 
9928
+ #: wppa-settings-autosave.php:3749
9929
  msgid ""
9930
  "Select the time a single slide will be visible when the slideshow is started."
9931
  msgstr ""
9932
 
9933
+ #: wppa-settings-autosave.php:3758
9934
  msgid "Speed"
9935
  msgstr ""
9936
 
9937
+ #: wppa-settings-autosave.php:3759
9938
  msgid "Slideshow animation speed."
9939
  msgstr ""
9940
 
9941
+ #: wppa-settings-autosave.php:3760
9942
  msgid "Specify the animation speed to be used in slideshows."
9943
  msgstr ""
9944
 
9945
+ #: wppa-settings-autosave.php:3761
9946
  msgid "This is the time it takes a photo to fade in or out."
9947
  msgstr ""
9948
 
9949
+ #: wppa-settings-autosave.php:3763 wppa-settings-autosave.php:4514
9950
+ #: wppa-settings-autosave.php:6386 wppa-settings-autosave.php:7432
9951
+ #: wppa-settings-autosave.php:7443 wppa-settings-autosave.php:7605
9952
  msgid "--- off ---"
9953
  msgstr ""
9954
 
9955
+ #: wppa-settings-autosave.php:3763
9956
  msgid "very fast (200 ms.)"
9957
  msgstr ""
9958
 
9959
+ #: wppa-settings-autosave.php:3763
9960
  msgid "fast (400 ms.)"
9961
  msgstr ""
9962
 
9963
+ #: wppa-settings-autosave.php:3763
9964
  msgid "normal (800 ms.)"
9965
  msgstr ""
9966
 
9967
+ #: wppa-settings-autosave.php:3763
9968
  msgid "slow (1.2 s.)"
9969
  msgstr ""
9970
 
9971
+ #: wppa-settings-autosave.php:3763
9972
  msgid "very slow (2 s.)"
9973
  msgstr ""
9974
 
9975
+ #: wppa-settings-autosave.php:3763
9976
  msgid "extremely slow (4 s.)"
9977
  msgstr ""
9978
 
9979
+ #: wppa-settings-autosave.php:3770
9980
  msgid "Slide hover pause"
9981
  msgstr ""
9982
 
9983
+ #: wppa-settings-autosave.php:3771
9984
  msgid "Running Slideshow suspends during mouse hover."
9985
  msgstr ""
9986
 
9987
+ #: wppa-settings-autosave.php:3779
9988
  msgid "Slideshow wrap around"
9989
  msgstr ""
9990
 
9991
+ #: wppa-settings-autosave.php:3780
9992
  msgid "The slideshow wraps around the start and end"
9993
  msgstr ""
9994
 
9995
+ #: wppa-settings-autosave.php:3788
9996
  msgid "Full desc align"
9997
  msgstr ""
9998
 
9999
+ #: wppa-settings-autosave.php:3789
10000
  msgid "The alignment of the descriptions under fullsize images and slideshows."
10001
  msgstr ""
10002
 
10003
+ #: wppa-settings-autosave.php:3792 wppa-settings-autosave.php:3910
10004
+ #: wppa-settings-autosave.php:4013
10005
  msgid "Left"
10006
  msgstr ""
10007
 
10008
+ #: wppa-settings-autosave.php:3792
10009
  msgid "Center"
10010
  msgstr ""
10011
 
10012
+ #: wppa-settings-autosave.php:3792 wppa-settings-autosave.php:3910
10013
+ #: wppa-settings-autosave.php:4013
10014
  msgid "Right"
10015
  msgstr ""
10016
 
10017
+ #: wppa-settings-autosave.php:3799
10018
  msgid "Remove redundant space"
10019
  msgstr ""
10020
 
10021
+ #: wppa-settings-autosave.php:3800
10022
  msgid "Removes unwanted &lt;p> and &lt;br> tags in fullsize descriptions."
10023
  msgstr ""
10024
 
10025
+ #: wppa-settings-autosave.php:3801
10026
  msgid ""
10027
  "This setting has only effect when Table IX-A7 (foreign shortcodes) is "
10028
  "checked."
10029
  msgstr ""
10030
 
10031
+ #: wppa-settings-autosave.php:3808
10032
  msgid "Run wpautop on description"
10033
  msgstr ""
10034
 
10035
+ #: wppa-settings-autosave.php:3809
10036
  msgid "Adds &lt;p> and &lt;br> tags in fullsize descriptions."
10037
  msgstr ""
10038
 
10039
+ #: wppa-settings-autosave.php:3817
10040
  msgid "Auto open comments"
10041
  msgstr ""
10042
 
10043
+ #: wppa-settings-autosave.php:3818
10044
  msgid "Automatic opens comments box when slideshow does not run."
10045
  msgstr ""
10046
 
10047
+ #: wppa-settings-autosave.php:3826
10048
  msgid "Film hover goto"
10049
  msgstr ""
10050
 
10051
+ #: wppa-settings-autosave.php:3827
10052
  msgid "Go to slide when hovering filmstrip thumbnail."
10053
  msgstr ""
10054
 
10055
+ #: wppa-settings-autosave.php:3828
10056
  msgid "Do not use this setting when slides have different aspect ratios!"
10057
  msgstr ""
10058
 
10059
+ #: wppa-settings-autosave.php:3835
10060
  msgid "Slide swipe"
10061
  msgstr ""
10062
 
10063
+ #: wppa-settings-autosave.php:3836
10064
  msgid "Enable touch events swipe left-right on slides on touch screens."
10065
  msgstr ""
10066
 
10067
+ #: wppa-settings-autosave.php:3844
10068
  msgid "Slide page Ajax"
10069
  msgstr ""
10070
 
10071
+ #: wppa-settings-autosave.php:3845
10072
  msgid "Pagelinks slideshow use Ajax"
10073
  msgstr ""
10074
 
10075
+ #: wppa-settings-autosave.php:3846
10076
  msgid "On some systems you need to disable ajax here."
10077
  msgstr ""
10078
 
10079
+ #: wppa-settings-autosave.php:3853
10080
  msgid "Thumbnail related settings"
10081
  msgstr ""
10082
 
10083
+ #: wppa-settings-autosave.php:3856
10084
  msgid "Photo ordering sequence method."
10085
  msgstr ""
10086
 
10087
+ #: wppa-settings-autosave.php:3857
10088
  msgid ""
10089
  "Specify the way the photos should be ordered. This is the default setting. "
10090
  "You can overrule the default sorting order on a per album basis."
10091
  msgstr ""
10092
 
10093
+ #: wppa-settings-autosave.php:3894
10094
  msgid "Thumbnail type"
10095
  msgstr ""
10096
 
10097
+ #: wppa-settings-autosave.php:3895
10098
  msgid "The way the thumbnail images are displayed."
10099
  msgstr ""
10100
 
10101
+ #: wppa-settings-autosave.php:3896
10102
  msgid ""
10103
  "You may select an altenative display method for thumbnails. Note that some "
10104
  "of the thumbnail settings do not apply to all available display methods."
10105
  msgstr ""
10106
 
10107
+ #: wppa-settings-autosave.php:3898
10108
  msgid "like album covers"
10109
  msgstr ""
10110
 
10111
+ #: wppa-settings-autosave.php:3898
10112
  msgid "like album covers mcr"
10113
  msgstr ""
10114
 
10115
+ #: wppa-settings-autosave.php:3898
10116
  msgid "masonry style columns"
10117
  msgstr ""
10118
 
10119
+ #: wppa-settings-autosave.php:3898
10120
  msgid "masonry style rows"
10121
  msgstr ""
10122
 
10123
+ #: wppa-settings-autosave.php:3906 wppa-settings-autosave.php:4007
10124
  msgid "Placement"
10125
  msgstr ""
10126
 
10127
+ #: wppa-settings-autosave.php:3907
10128
  msgid "Thumbnail image left or right."
10129
  msgstr ""
10130
 
10131
+ #: wppa-settings-autosave.php:3908
10132
  msgid "Indicate the placement position of the thumbnailphoto you wish."
10133
  msgstr ""
10134
 
10135
+ #: wppa-settings-autosave.php:3917
10136
  msgid "Vertical alignment"
10137
  msgstr ""
10138
 
10139
+ #: wppa-settings-autosave.php:3918
10140
  msgid "Vertical alignment of thumbnails."
10141
  msgstr ""
10142
 
10143
+ #: wppa-settings-autosave.php:3919
10144
  msgid ""
10145
  "Specify the vertical alignment of thumbnail images. Use this setting when "
10146
  "albums contain both portrait and landscape photos."
10147
  msgstr ""
10148
 
10149
+ #: wppa-settings-autosave.php:3920
10150
  msgid ""
10151
  "It is NOT recommended to use the value --- default ---; it will affect the "
10152
  "horizontal alignment also and is meant to be used with custom css."
10153
  msgstr ""
10154
 
10155
+ #: wppa-settings-autosave.php:3929
10156
  msgid "Thumb mouseover"
10157
  msgstr ""
10158
 
10159
+ #: wppa-settings-autosave.php:3930
10160
  msgid "Apply thumbnail mouseover effect."
10161
  msgstr ""
10162
 
10163
+ #: wppa-settings-autosave.php:3931
10164
  msgid "Check this box to use mouseover effect on thumbnail images."
10165
  msgstr ""
10166
 
10167
+ #: wppa-settings-autosave.php:3939
10168
  msgid "Thumb opacity"
10169
  msgstr ""
10170
 
10171
+ #: wppa-settings-autosave.php:3940 wppa-settings-autosave.php:4032
10172
  msgid "Initial opacity value."
10173
  msgstr ""
10174
 
10175
+ #: wppa-settings-autosave.php:3941 wppa-settings-autosave.php:4033
10176
+ #: wppa-settings-autosave.php:4152
10177
  msgid "Enter percentage of opacity. 100% is opaque, 0% is transparant"
10178
  msgstr ""
10179
 
10180
+ #: wppa-settings-autosave.php:3943 wppa-settings-autosave.php:4035
10181
+ #: wppa-settings-autosave.php:4155 wppa-settings-autosave.php:4494
10182
  msgid "%"
10183
  msgstr ""
10184
 
10185
+ #: wppa-settings-autosave.php:3948
10186
  msgid "Thumb popup"
10187
  msgstr ""
10188
 
10189
+ #: wppa-settings-autosave.php:3949
10190
  msgid "Use popup effect on thumbnail images."
10191
  msgstr ""
10192
 
10193
+ #: wppa-settings-autosave.php:3950
10194
  msgid "Thumbnails pop-up to a larger image when hovered."
10195
  msgstr ""
10196
 
10197
+ #: wppa-settings-autosave.php:3958
10198
  msgid "Align subtext"
10199
  msgstr ""
10200
 
10201
+ #: wppa-settings-autosave.php:3959
10202
  msgid "Set thumbnail subtext on equal height."
10203
  msgstr ""
10204
 
10205
+ #: wppa-settings-autosave.php:3967
10206
  msgid "Album and covers related settings"
10207
  msgstr ""
10208
 
10209
+ #: wppa-settings-autosave.php:3969
10210
  msgid "Album order"
10211
  msgstr ""
10212
 
10213
+ #: wppa-settings-autosave.php:3970
10214
  msgid "Album ordering sequence method."
10215
  msgstr ""
10216
 
10217
+ #: wppa-settings-autosave.php:3971
10218
  msgid "Specify the way the albums should be ordered."
10219
  msgstr ""
10220
 
10221
+ #: wppa-settings-autosave.php:3996
10222
  msgid "Default coverphoto selection"
10223
  msgstr ""
10224
 
10225
+ #: wppa-settings-autosave.php:3997
10226
  msgid "Default select cover photo method."
10227
  msgstr ""
10228
 
10229
+ #: wppa-settings-autosave.php:3998
10230
  msgid ""
10231
  "This is the initial value on album creation only. It can be overruled on the "
10232
  "edit album page."
10233
  msgstr ""
10234
 
10235
+ #: wppa-settings-autosave.php:3999
10236
  msgid "Random from album"
10237
  msgstr ""
10238
 
10239
+ #: wppa-settings-autosave.php:3999
10240
  msgid "Random featured from album"
10241
  msgstr ""
10242
 
10243
+ #: wppa-settings-autosave.php:3999
10244
  msgid "Most recently added to album"
10245
  msgstr ""
10246
 
10247
+ #: wppa-settings-autosave.php:3999
10248
  msgid "Random from album or any sub album"
10249
  msgstr ""
10250
 
10251
+ #: wppa-settings-autosave.php:4008
10252
  msgid "Cover image position."
10253
  msgstr ""
10254
 
10255
+ #: wppa-settings-autosave.php:4009
10256
  msgid ""
10257
  "Enter the position that you want to be used for the default album cover "
10258
  "selected in Table IV-D6."
10259
  msgstr ""
10260
 
10261
+ #: wppa-settings-autosave.php:4010
10262
  msgid ""
10263
  "For covertype Image Factory: left will be treated as top and right will be "
10264
  "treted as bottom."
10265
  msgstr ""
10266
 
10267
+ #: wppa-settings-autosave.php:4011
10268
  msgid ""
10269
  "For covertype Long Descriptions: top will be treated as left and bottom will "
10270
  "be treted as right."
10271
  msgstr ""
10272
 
10273
+ #: wppa-settings-autosave.php:4021
10274
  msgid "Cover mouseover"
10275
  msgstr ""
10276
 
10277
+ #: wppa-settings-autosave.php:4022
10278
  msgid "Apply coverphoto mouseover effect."
10279
  msgstr ""
10280
 
10281
+ #: wppa-settings-autosave.php:4023
10282
  msgid "Check this box to use mouseover effect on cover images."
10283
  msgstr ""
10284
 
10285
+ #: wppa-settings-autosave.php:4031
10286
  msgid "Cover opacity"
10287
  msgstr ""
10288
 
10289
+ #: wppa-settings-autosave.php:4040
10290
  msgid "Cover type"
10291
  msgstr ""
10292
 
10293
+ #: wppa-settings-autosave.php:4041
10294
  msgid "Select the default cover type."
10295
  msgstr ""
10296
 
10297
+ #: wppa-settings-autosave.php:4042
10298
  msgid ""
10299
  "Types with the addition mcr are suitable for Multi Column in a Responsive "
10300
  "theme"
10301
  msgstr ""
10302
 
10303
+ #: wppa-settings-autosave.php:4065
10304
  msgid "The umber of coverphotos. Must be > 1 and < 25."
10305
  msgstr ""
10306
 
10307
+ #: wppa-settings-autosave.php:4073
10308
  msgid "Cats include subs"
10309
  msgstr ""
10310
 
10311
+ #: wppa-settings-autosave.php:4074
10312
  msgid "Child albums are included in Category based shortcodes."
10313
  msgstr ""
10314
 
10315
+ #: wppa-settings-autosave.php:4075
10316
  msgid ""
10317
  "When you use album=\"#cat,...\", in a shortcode, the child albums will be "
10318
  "included."
10319
  msgstr ""
10320
 
10321
+ #: wppa-settings-autosave.php:4083
10322
  msgid "Rating related settings"
10323
  msgstr ""
10324
 
10325
+ #: wppa-settings-autosave.php:4085
10326
  msgid "Rating login"
10327
  msgstr ""
10328
 
10329
+ #: wppa-settings-autosave.php:4086
10330
  msgid "Users must login to rate photos."
10331
  msgstr ""
10332
 
10333
+ #: wppa-settings-autosave.php:4087
10334
  msgid ""
10335
  "If users want to vote for a photo (rating 1..5 stars) the must login first. "
10336
  "The avarage rating will always be displayed as long as the rating system is "
10337
  "enabled."
10338
  msgstr ""
10339
 
10340
+ #: wppa-settings-autosave.php:4094
10341
  msgid "Rating change"
10342
  msgstr ""
10343
 
10344
+ #: wppa-settings-autosave.php:4095 wppa-settings-autosave.php:4096
10345
  msgid "Users may change their ratings."
10346
  msgstr ""
10347
 
10348
+ #: wppa-settings-autosave.php:4097 wppa-settings-autosave.php:4134
10349
+ #: wppa-settings-autosave.php:4153 wppa-settings-autosave.php:4166
10350
+ #: wppa-settings-autosave.php:4176 wppa-settings-autosave.php:4186
10351
+ #: wppa-settings-autosave.php:4196 wppa-settings-autosave.php:4205
10352
  msgid ""
10353
  "If \"One button vote\" is selected in Table I-E1, this setting has no meaning"
10354
  msgstr ""
10355
 
10356
+ #: wppa-settings-autosave.php:4104
10357
  msgid "Rating multi"
10358
  msgstr ""
10359
 
10360
+ #: wppa-settings-autosave.php:4105
10361
  msgid "Users may give multiple votes."
10362
  msgstr ""
10363
 
10364
+ #: wppa-settings-autosave.php:4106
10365
  msgid ""
10366
  "Users may give multiple votes. (This has no effect when users may change "
10367
  "their votes.)"
10368
  msgstr ""
10369
 
10370
+ #: wppa-settings-autosave.php:4113
10371
  msgid "Rate own photos"
10372
  msgstr ""
10373
 
10374
+ #: wppa-settings-autosave.php:4114
10375
  msgid "It is allowed to rate photos by the uploader himself."
10376
  msgstr ""
10377
 
10378
+ #: wppa-settings-autosave.php:4122
10379
  msgid "Rating requires comment"
10380
  msgstr ""
10381
 
10382
+ #: wppa-settings-autosave.php:4123
10383
  msgid "Users must clarify their vote in a comment."
10384
  msgstr ""
10385
 
10386
+ #: wppa-settings-autosave.php:4132
10387
  msgid "This value counts dislike rating."
10388
  msgstr ""
10389
 
10390
+ #: wppa-settings-autosave.php:4133
10391
  msgid ""
10392
  "This value will be used for a dislike rating on calculation of avarage "
10393
  "ratings."
10394
  msgstr ""
10395
 
10396
+ #: wppa-settings-autosave.php:4136
10397
  msgid "points"
10398
  msgstr ""
10399
 
10400
+ #: wppa-settings-autosave.php:4141
10401
  msgid "Next after vote"
10402
  msgstr ""
10403
 
10404
+ #: wppa-settings-autosave.php:4142
10405
  msgid "Goto next slide after voting"
10406
  msgstr ""
10407
 
10408
+ #: wppa-settings-autosave.php:4143
10409
  msgid ""
10410
  "If checked, the visitor goes straight to the slide following the slide he "
10411
  "voted. This will speed up mass voting."
10412
  msgstr ""
10413
 
10414
+ #: wppa-settings-autosave.php:4150
10415
  msgid "Star off opacity"
10416
  msgstr ""
10417
 
10418
+ #: wppa-settings-autosave.php:4151
10419
  msgid "Rating star off state opacity value."
10420
  msgstr ""
10421
 
10422
+ #: wppa-settings-autosave.php:4161
10423
  msgid "Notify admin every x times."
10424
  msgstr ""
10425
 
10426
+ #: wppa-settings-autosave.php:4162
10427
  msgid ""
10428
  "If this number is positive, there will be a thumb down icon in the rating "
10429
  "bar."
10430
  msgstr ""
10431
 
10432
+ #: wppa-settings-autosave.php:4163
10433
  msgid ""
10434
  "Cicking the icon indicates a user wants to report that an image is "
10435
  "inappropiate."
10436
  msgstr ""
10437
 
10438
+ #: wppa-settings-autosave.php:4164
10439
  msgid "Admin will be notified by email after every x reports."
10440
  msgstr ""
10441
 
10442
+ #: wppa-settings-autosave.php:4165 wppa-settings-autosave.php:4175
10443
+ #: wppa-settings-autosave.php:4185
10444
  msgid "A value of 0 disables this feature."
10445
  msgstr ""
10446
 
10447
+ #: wppa-settings-autosave.php:4168 wppa-settings-autosave.php:4178
10448
+ #: wppa-settings-autosave.php:4188
10449
  msgid "reports"
10450
  msgstr ""
10451
 
10452
+ #: wppa-settings-autosave.php:4173
10453
  msgid "Pending after"
10454
  msgstr ""
10455
 
10456
+ #: wppa-settings-autosave.php:4174
10457
  msgid "Set status to pending after xx dislike votes."
10458
  msgstr ""
10459
 
10460
+ #: wppa-settings-autosave.php:4183
10461
  msgid "Delete after"
10462
  msgstr ""
10463
 
10464
+ #: wppa-settings-autosave.php:4184
10465
  msgid "Deete photo after xx dislike votes."
10466
  msgstr ""
10467
 
10468
+ #: wppa-settings-autosave.php:4193
10469
  msgid "Show dislike count"
10470
  msgstr ""
10471
 
10472
+ #: wppa-settings-autosave.php:4194
10473
  msgid "Show the number of dislikes in the rating bar."
10474
  msgstr ""
10475
 
10476
+ #: wppa-settings-autosave.php:4195
10477
  msgid "Displayes the total number of dislike votes for the current photo."
10478
  msgstr ""
10479
 
10480
+ #: wppa-settings-autosave.php:4203
10481
  msgid "Rating display type"
10482
  msgstr ""
10483
 
10484
+ #: wppa-settings-autosave.php:4204
10485
  msgid "Specify the type of the rating display."
10486
  msgstr ""
10487
 
10488
+ #: wppa-settings-autosave.php:4207
10489
  msgid "Graphic"
10490
  msgstr ""
10491
 
10492
+ #: wppa-settings-autosave.php:4207
10493
  msgid "Numeric"
10494
  msgstr ""
10495
 
10496
+ #: wppa-settings-autosave.php:4214
10497
  msgid "Show average rating"
10498
  msgstr ""
10499
 
10500
+ #: wppa-settings-autosave.php:4215
10501
  msgid "Display the avarage rating and/or vote count on the rating bar"
10502
  msgstr ""
10503
 
10504
+ #: wppa-settings-autosave.php:4216
10505
  msgid ""
10506
  "If checked, the average rating as well as the current users rating is "
10507
  "displayed in max 5 or 10 stars."
10508
  msgstr ""
10509
 
10510
+ #: wppa-settings-autosave.php:4217
10511
  msgid "If unchecked, only the current users rating is displayed (if any)."
10512
  msgstr ""
10513
 
10514
+ #: wppa-settings-autosave.php:4218
10515
  msgid ""
10516
  "If \"One button vote\" is selected in Table I-E1, this box checked will "
10517
  "display the vote count."
10518
  msgstr ""
10519
 
10520
+ #: wppa-settings-autosave.php:4225
10521
  msgid "Single vote button text"
10522
  msgstr ""
10523
 
10524
+ #: wppa-settings-autosave.php:4226
10525
  msgid "The text on the voting button."
10526
  msgstr ""
10527
 
10528
+ #: wppa-settings-autosave.php:4227 wppa-settings-autosave.php:4236
10529
  msgid "This text may contain qTranslate compatible language tags."
10530
  msgstr ""
10531
 
10532
+ #: wppa-settings-autosave.php:4234
10533
  msgid "Single vote button text voted"
10534
  msgstr ""
10535
 
10536
+ #: wppa-settings-autosave.php:4235
10537
  msgid "The text on the voting button when voted."
10538
  msgstr ""
10539
 
10540
+ #: wppa-settings-autosave.php:4243
10541
  msgid "Single vote button thumbnail"
10542
  msgstr ""
10543
 
10544
+ #: wppa-settings-autosave.php:4244
10545
  msgid "Display single vote button below thumbnails."
10546
  msgstr ""
10547
 
10548
+ #: wppa-settings-autosave.php:4245
10549
  msgid ""
10550
  "This works only in single vote mode: Table I-E1 set to \"one button vote\""
10551
  msgstr ""
10552
 
10553
+ #: wppa-settings-autosave.php:4252
10554
  msgid "Medal bronze when"
10555
  msgstr ""
10556
 
10557
+ #: wppa-settings-autosave.php:4253 wppa-settings-autosave.php:4271
10558
  msgid "Photo gets medal bronze when number of top-scores ( 5 or 10 )."
10559
  msgstr ""
10560
 
10561
+ #: wppa-settings-autosave.php:4254 wppa-settings-autosave.php:4272
10562
  msgid ""
10563
  "When the photo has this number of topscores ( 5 or 10 stars ), it will get a "
10564
  "bronze medal. A value of 0 indicates that you do not want this feature."
10565
  msgstr ""
10566
 
10567
+ #: wppa-settings-autosave.php:4256 wppa-settings-autosave.php:4265
10568
+ #: wppa-settings-autosave.php:4274
10569
  msgid "Topscores"
10570
  msgstr ""
10571
 
10572
+ #: wppa-settings-autosave.php:4261
10573
  msgid "Medal silver when"
10574
  msgstr ""
10575
 
10576
+ #: wppa-settings-autosave.php:4262
10577
  msgid "Photo gets medal silver when number of top-scores ( 5 or 10 )."
10578
  msgstr ""
10579
 
10580
+ #: wppa-settings-autosave.php:4263
10581
  msgid ""
10582
  "When the photo has this number of topscores ( 5 or 10 stars ), it will get a "
10583
  "silver medal. A value of 0 indicates that you do not want this feature."
10584
  msgstr ""
10585
 
10586
+ #: wppa-settings-autosave.php:4270
10587
  msgid "Medal gold when"
10588
  msgstr ""
10589
 
10590
+ #: wppa-settings-autosave.php:4279
10591
  msgid "Medal tag color"
10592
  msgstr ""
10593
 
10594
+ #: wppa-settings-autosave.php:4280
10595
  msgid "The color of the tag on the medal."
10596
  msgstr ""
10597
 
10598
+ #: wppa-settings-autosave.php:4283 wppa-settings-autosave.php:7688
10599
  msgid "Red"
10600
  msgstr ""
10601
 
10602
+ #: wppa-settings-autosave.php:4283 wppa-settings-autosave.php:7691
10603
  msgid "Green"
10604
  msgstr ""
10605
 
10606
+ #: wppa-settings-autosave.php:4283 wppa-settings-autosave.php:7692
10607
  msgid "Blue"
10608
  msgstr ""
10609
 
10610
+ #: wppa-settings-autosave.php:4290
10611
  msgid "Medal position"
10612
  msgstr ""
10613
 
10614
+ #: wppa-settings-autosave.php:4291
10615
  msgid "The position of the medal on the image."
10616
  msgstr ""
10617
 
10618
+ #: wppa-settings-autosave.php:4294
10619
  msgid "Top left"
10620
  msgstr ""
10621
 
10622
+ #: wppa-settings-autosave.php:4294
10623
  msgid "Top right"
10624
  msgstr ""
10625
 
10626
+ #: wppa-settings-autosave.php:4294
10627
  msgid "Bottom left"
10628
  msgstr ""
10629
 
10630
+ #: wppa-settings-autosave.php:4294
10631
  msgid "Bottom right"
10632
  msgstr ""
10633
 
10634
+ #: wppa-settings-autosave.php:4301
10635
  msgid "Top criterium"
10636
  msgstr ""
10637
 
10638
+ #: wppa-settings-autosave.php:4302
10639
  msgid "The top sort item used for topten results from shortcodes."
10640
  msgstr ""
10641
 
10642
+ #: wppa-settings-autosave.php:4305
10643
  msgid "Mean raiting"
10644
  msgstr ""
10645
 
10646
+ #: wppa-settings-autosave.php:4305
10647
  msgid "Rating count"
10648
  msgstr ""
10649
 
10650
+ #: wppa-settings-autosave.php:4305
10651
  msgid "Viewcount"
10652
  msgstr ""
10653
 
10654
+ #: wppa-settings-autosave.php:4312
10655
  msgid "Comments related settings"
10656
  msgstr ""
10657
 
10658
+ #: wppa-settings-autosave.php:4314
10659
  msgid "Commenting login"
10660
  msgstr ""
10661
 
10662
+ #: wppa-settings-autosave.php:4315
10663
  msgid "Users must be logged in to comment on photos."
10664
  msgstr ""
10665
 
10666
+ #: wppa-settings-autosave.php:4316
10667
  msgid ""
10668
  "Check this box if you want users to be logged in to be able to enter "
10669
  "comments on individual photos."
10670
  msgstr ""
10671
 
10672
+ #: wppa-settings-autosave.php:4323
10673
  msgid "Comments view login"
10674
  msgstr ""
10675
 
10676
+ #: wppa-settings-autosave.php:4324
10677
  msgid "Users must be logged in to see comments on photos."
10678
  msgstr ""
10679
 
10680
+ #: wppa-settings-autosave.php:4325
10681
  msgid ""
10682
  "Check this box if you want users to be logged in to be able to see existing "
10683
  "comments on individual photos."
10684
  msgstr ""
10685
 
10686
+ #: wppa-settings-autosave.php:4332
10687
  msgid "Last comment first"
10688
  msgstr ""
10689
 
10690
+ #: wppa-settings-autosave.php:4333
10691
  msgid "Display the newest comment on top."
10692
  msgstr ""
10693
 
10694
+ #: wppa-settings-autosave.php:4334
10695
  msgid "If checked: Display the newest comment on top."
10696
  msgstr ""
10697
 
10698
+ #: wppa-settings-autosave.php:4335
10699
  msgid "If unchecked, the comments are listed in the ordere they were entered."
10700
  msgstr ""
10701
 
10702
+ #: wppa-settings-autosave.php:4342
10703
  msgid "Comment moderation"
10704
  msgstr ""
10705
 
10706
+ #: wppa-settings-autosave.php:4343
10707
  msgid "Comments from what users need approval."
10708
  msgstr ""
10709
 
10710
+ #: wppa-settings-autosave.php:4344
10711
  msgid "Select the desired users of which the comments need approval."
10712
  msgstr ""
10713
 
10714
+ #: wppa-settings-autosave.php:4346 wppa-settings-autosave.php:6372
10715
  msgid "All users"
10716
  msgstr ""
10717
 
10718
+ #: wppa-settings-autosave.php:4346 wppa-settings-autosave.php:6372
10719
  msgid "Logged out users"
10720
  msgstr ""
10721
 
10722
+ #: wppa-settings-autosave.php:4346 wppa-settings-autosave.php:6372
10723
  msgid "No users"
10724
  msgstr ""
10725
 
10726
+ #: wppa-settings-autosave.php:4353
10727
  msgid "Comment email required"
10728
  msgstr ""
10729
 
10730
+ #: wppa-settings-autosave.php:4354
10731
  msgid "Commenting users must enter their email addresses."
10732
  msgstr ""
10733
 
10734
+ #: wppa-settings-autosave.php:4358 wppa-settings-autosave.php:9018
10735
+ #: wppa-settings-autosave.php:9086
10736
  msgid "Optional"
10737
  msgstr ""
10738
 
10739
+ #: wppa-settings-autosave.php:4370
10740
  msgid "Comment notify"
10741
  msgstr ""
10742
 
10743
+ #: wppa-settings-autosave.php:4371
10744
  msgid "Select who must receive an e-mail notification of a new comment."
10745
  msgstr ""
10746
 
10747
+ #: wppa-settings-autosave.php:4374
10748
  msgid "--- None ---"
10749
  msgstr ""
10750
 
10751
+ #: wppa-settings-autosave.php:4375
10752
  msgid "--- Admin ---"
10753
  msgstr ""
10754
 
10755
+ #: wppa-settings-autosave.php:4376
10756
  msgid "--- Album owner ---"
10757
  msgstr ""
10758
 
10759
+ #: wppa-settings-autosave.php:4377
10760
  msgid "--- Admin & Owner ---"
10761
  msgstr ""
10762
 
10763
+ #: wppa-settings-autosave.php:4378
10764
  msgid "--- Uploader ---"
10765
  msgstr ""
10766
 
10767
+ #: wppa-settings-autosave.php:4379
10768
  msgid "--- Up & admin ---"
10769
  msgstr ""
10770
 
10771
+ #: wppa-settings-autosave.php:4380
10772
  msgid "--- Up & Owner ---"
10773
  msgstr ""
10774
 
10775
+ #: wppa-settings-autosave.php:4403
10776
  msgid "Comment notify previous"
10777
  msgstr ""
10778
 
10779
+ #: wppa-settings-autosave.php:4404
10780
  msgid "Notify users who has commented this photo earlier."
10781
  msgstr ""
10782
 
10783
+ #: wppa-settings-autosave.php:4412
10784
  msgid "Comment notify approved"
10785
  msgstr ""
10786
 
10787
+ #: wppa-settings-autosave.php:4413
10788
  msgid "Notify photo owner of approved comment."
10789
  msgstr ""
10790
 
10791
+ #: wppa-settings-autosave.php:4421
10792
  msgid "Com ntfy appr email content"
10793
  msgstr ""
10794
 
10795
+ #: wppa-settings-autosave.php:4422
10796
  msgid "The content of the email."
10797
  msgstr ""
10798
 
10799
+ #: wppa-settings-autosave.php:4423
10800
  msgid "If you leave this blank, the default content will be used"
10801
  msgstr ""
10802
 
10803
+ #: wppa-settings-autosave.php:4424
10804
  msgid "The content may contain html."
10805
  msgstr ""
10806
 
10807
+ #: wppa-settings-autosave.php:4425
10808
  msgid ""
10809
  "You may use the following keywords: w#comment for the comment content, "
10810
  "w#user for the commenters name and the standard photo description keywords "
10812
  "w#amx, w#amy, w#amfs, w#url, w#hrurl, w#tnurl, w#cc0..w#cc9, w#cd0..w#cd9."
10813
  msgstr ""
10814
 
10815
+ #: wppa-settings-autosave.php:4432
10816
  msgid "Com ntfy appr email subject"
10817
  msgstr ""
10818
 
10819
+ #: wppa-settings-autosave.php:4433
10820
  msgid "The subject of the email."
10821
  msgstr ""
10822
 
10823
+ #: wppa-settings-autosave.php:4442
10824
  msgid "Comment ntfy added"
10825
  msgstr ""
10826
 
10827
+ #: wppa-settings-autosave.php:4443
10828
  msgid "Show \"Comment added\" after successfull adding a comment."
10829
  msgstr ""
10830
 
10831
+ #: wppa-settings-autosave.php:4451
10832
  msgid "ComTen alt display"
10833
  msgstr ""
10834
 
10835
+ #: wppa-settings-autosave.php:4452
10836
  msgid "Display comments at comten thumbnails."
10837
  msgstr ""
10838
 
10839
+ #: wppa-settings-autosave.php:4460
10840
  msgid "Comten Thumbnail width"
10841
  msgstr ""
10842
 
10843
+ #: wppa-settings-autosave.php:4461
10844
  msgid "The width of the thumbnail in the alt comment display."
10845
  msgstr ""
10846
 
10847
+ #: wppa-settings-autosave.php:4464
10848
  msgid "Pixels"
10849
  msgstr ""
10850
 
10851
+ #: wppa-settings-autosave.php:4469
10852
  msgid "Show smiley picker"
10853
  msgstr ""
10854
 
10855
+ #: wppa-settings-autosave.php:4470
10856
  msgid "Display a clickable row of smileys."
10857
  msgstr ""
10858
 
10859
+ #: wppa-settings-autosave.php:4478
10860
  msgid "Show commenter email"
10861
  msgstr ""
10862
 
10863
+ #: wppa-settings-autosave.php:4479
10864
  msgid "Show the commenter's email in the notify emails."
10865
  msgstr ""
10866
 
10867
+ #: wppa-settings-autosave.php:4480
10868
  msgid "Shows the email address of the commenter in all notify emails."
10869
  msgstr ""
10870
 
10871
+ #: wppa-settings-autosave.php:4481
10872
  msgid ""
10873
  "If switched off, admin will still receive the senders email in the "
10874
  "notification mail"
10875
  msgstr ""
10876
 
10877
+ #: wppa-settings-autosave.php:4491
10878
  msgid "The opacity of the lightbox overlay background."
10879
  msgstr ""
10880
 
10881
+ #: wppa-settings-autosave.php:4499
10882
  msgid "Click on background"
10883
  msgstr ""
10884
 
10885
+ #: wppa-settings-autosave.php:4500
10886
  msgid "Select the action to be taken on click on background."
10887
  msgstr ""
10888
 
10889
+ #: wppa-settings-autosave.php:4503
10890
  msgid "Nothing"
10891
  msgstr ""
10892
 
10893
+ #: wppa-settings-autosave.php:4503
10894
  msgid "Exit (close)"
10895
  msgstr ""
10896
 
10897
+ #: wppa-settings-autosave.php:4503
10898
  msgid "Browse (left/right)"
10899
  msgstr ""
10900
 
10901
+ #: wppa-settings-autosave.php:4510
10902
  msgid "Overlay animation speed"
10903
  msgstr ""
10904
 
10905
+ #: wppa-settings-autosave.php:4511
10906
  msgid "The fade-in time of the lightbox images"
10907
  msgstr ""
10908
 
10909
+ #: wppa-settings-autosave.php:4514
10910
  msgid "very fast (100 ms.)"
10911
  msgstr ""
10912
 
10913
+ #: wppa-settings-autosave.php:4514
10914
  msgid "fast (200 ms.)"
10915
  msgstr ""
10916
 
10917
+ #: wppa-settings-autosave.php:4514
10918
  msgid "normal (300 ms.)"
10919
  msgstr ""
10920
 
10921
+ #: wppa-settings-autosave.php:4514
10922
  msgid "slow (500 ms.)"
10923
  msgstr ""
10924
 
10925
+ #: wppa-settings-autosave.php:4514
10926
  msgid "very slow (1 s.)"
10927
  msgstr ""
10928
 
10929
+ #: wppa-settings-autosave.php:4514
10930
  msgid "extremely slow (2 s.)"
10931
  msgstr ""
10932
 
10933
+ #: wppa-settings-autosave.php:4521
10934
  msgid "Overlay slideshow speed"
10935
  msgstr ""
10936
 
10937
+ #: wppa-settings-autosave.php:4522
10938
  msgid "The time the lightbox images stay"
10939
  msgstr ""
10940
 
10941
+ #: wppa-settings-autosave.php:4525
10942
  msgid "fast (3 s.)"
10943
  msgstr ""
10944
 
10945
+ #: wppa-settings-autosave.php:4525
10946
  msgid "normal (5 s.)"
10947
  msgstr ""
10948
 
10949
+ #: wppa-settings-autosave.php:4525
10950
  msgid "slow (8 s.)"
10951
  msgstr ""
10952
 
10953
+ #: wppa-settings-autosave.php:4525
10954
  msgid "very slow (13 s.)"
10955
  msgstr ""
10956
 
10957
+ #: wppa-settings-autosave.php:4525
10958
  msgid "extremely slow (20 s.)"
10959
  msgstr ""
10960
 
10961
+ #: wppa-settings-autosave.php:4532
10962
  msgid "Overlay at top in Chrome"
10963
  msgstr ""
10964
 
10965
+ #: wppa-settings-autosave.php:4533
10966
  msgid ""
10967
  "Place the overlay (lightbox) image at the top of the page in Chrome browsers."
10968
  msgstr ""
10969
 
10970
+ #: wppa-settings-autosave.php:4534
10971
  msgid "This is required for certain mobile devices."
10972
  msgstr ""
10973
 
10974
+ #: wppa-settings-autosave.php:4541
10975
  msgid "WPPA+ Lightbox global"
10976
  msgstr ""
10977
 
10978
+ #: wppa-settings-autosave.php:4542
10979
  msgid "Use the wppa+ lightbox also for non-wppa images."
10980
  msgstr ""
10981
 
10982
+ #: wppa-settings-autosave.php:4550
10983
  msgid "WPPA+ Lightbox global is a set"
10984
  msgstr ""
10985
 
10986
+ #: wppa-settings-autosave.php:4551
10987
  msgid "Treat the other images as a set."
10988
  msgstr ""
10989
 
10990
+ #: wppa-settings-autosave.php:4552
10991
  msgid ""
10992
  "If checked, you can scroll through the images in the lightbox view. Requires "
10993
  "item 5 to be checked."
10994
  msgstr ""
10995
 
10996
+ #: wppa-settings-autosave.php:4559
10997
  msgid "Use hires files"
10998
  msgstr ""
10999
 
11000
+ #: wppa-settings-autosave.php:4560
11001
  msgid "Use the highest resolution available for lightbox."
11002
  msgstr ""
11003
 
11004
+ #: wppa-settings-autosave.php:4561
11005
  msgid "Ticking this box is recommended for lightbox fullscreen modes."
11006
  msgstr ""
11007
 
11008
+ #: wppa-settings-autosave.php:4569
11009
  msgid "Videos on lightbox start automaticly."
11010
  msgstr ""
11011
 
11012
+ #: wppa-settings-autosave.php:4578
11013
  msgid "Audio on lightbox start automaticly."
11014
  msgstr ""
11015
 
11016
+ #: wppa-settings-autosave.php:4586
11017
  msgid "Lightbox start mode"
11018
  msgstr ""
11019
 
11020
+ #: wppa-settings-autosave.php:4587
11021
  msgid "The mode lightbox starts in."
11022
  msgstr ""
11023
 
11024
+ #: wppa-settings-autosave.php:4590
11025
  msgid "Normal"
11026
  msgstr ""
11027
 
11028
+ #: wppa-settings-autosave.php:4591
11029
  msgid "Padded"
11030
  msgstr ""
11031
 
11032
+ #: wppa-settings-autosave.php:4592
11033
  msgid "Stretched"
11034
  msgstr ""
11035
 
11036
+ #: wppa-settings-autosave.php:4593
11037
  msgid "Clipped"
11038
  msgstr ""
11039
 
11040
+ #: wppa-settings-autosave.php:4594
11041
  msgid "Real size"
11042
  msgstr ""
11043
 
11044
+ #: wppa-settings-autosave.php:4625
11045
  msgid "Table V:"
11046
  msgstr ""
11047
 
11048
+ #: wppa-settings-autosave.php:4625
11049
  msgid "Fonts:"
11050
  msgstr ""
11051
 
11052
+ #: wppa-settings-autosave.php:4626
11053
  msgid "This table describes the Fonts used for the wppa+ elements."
11054
  msgstr ""
11055
 
11056
+ #: wppa-settings-autosave.php:4636 wppa-settings-autosave.php:4812
11057
  msgid "Font family"
11058
  msgstr ""
11059
 
11060
+ #: wppa-settings-autosave.php:4637 wppa-settings-autosave.php:4813
11061
  msgid "Font size"
11062
  msgstr ""
11063
 
11064
+ #: wppa-settings-autosave.php:4638 wppa-settings-autosave.php:4814
11065
  msgid "Font color"
11066
  msgstr ""
11067
 
11068
+ #: wppa-settings-autosave.php:4639 wppa-settings-autosave.php:4815
11069
  msgid "Font weight"
11070
  msgstr ""
11071
 
11072
+ #: wppa-settings-autosave.php:4649
11073
  msgid "normal"
11074
  msgstr ""
11075
 
11076
+ #: wppa-settings-autosave.php:4649
11077
  msgid "bold"
11078
  msgstr ""
11079
 
11080
+ #: wppa-settings-autosave.php:4649
11081
  msgid "bolder"
11082
  msgstr ""
11083
 
11084
+ #: wppa-settings-autosave.php:4649
11085
  msgid "lighter"
11086
  msgstr ""
11087
 
11088
+ #: wppa-settings-autosave.php:4652
11089
  msgid "Album titles"
11090
  msgstr ""
11091
 
11092
+ #: wppa-settings-autosave.php:4653
11093
  msgid "Font used for Album titles."
11094
  msgstr ""
11095
 
11096
+ #: wppa-settings-autosave.php:4654
11097
  msgid "Enter font name, size, color and weight for album cover titles."
11098
  msgstr ""
11099
 
11100
+ #: wppa-settings-autosave.php:4669
11101
  msgid "Slideshow desc"
11102
  msgstr ""
11103
 
11104
+ #: wppa-settings-autosave.php:4670
11105
  msgid "Font for slideshow photo descriptions."
11106
  msgstr ""
11107
 
11108
+ #: wppa-settings-autosave.php:4671
11109
  msgid ""
11110
  "Enter font name, size, color and weight for slideshow photo descriptions."
11111
  msgstr ""
11112
 
11113
+ #: wppa-settings-autosave.php:4686
11114
  msgid "Slideshow name"
11115
  msgstr ""
11116
 
11117
+ #: wppa-settings-autosave.php:4687
11118
  msgid "Font for slideshow photo names."
11119
  msgstr ""
11120
 
11121
+ #: wppa-settings-autosave.php:4688
11122
  msgid "Enter font name, size, color and weight for slideshow photo names."
11123
  msgstr ""
11124
 
11125
+ #: wppa-settings-autosave.php:4703
11126
  msgid "Navigations"
11127
  msgstr ""
11128
 
11129
+ #: wppa-settings-autosave.php:4704
11130
  msgid "Font for navigations."
11131
  msgstr ""
11132
 
11133
+ #: wppa-settings-autosave.php:4705
11134
  msgid "Enter font name, size, color and weight for navigation items."
11135
  msgstr ""
11136
 
11137
+ #: wppa-settings-autosave.php:4721
11138
  msgid "Font for text under thumbnails."
11139
  msgstr ""
11140
 
11141
+ #: wppa-settings-autosave.php:4722
11142
  msgid ""
11143
  "Enter font name, size, color and weight for text under thumbnail images."
11144
  msgstr ""
11145
 
11146
+ #: wppa-settings-autosave.php:4738
11147
  msgid "General font in wppa boxes."
11148
  msgstr ""
11149
 
11150
+ #: wppa-settings-autosave.php:4739
11151
  msgid "Enter font name, size, color and weight for all other items."
11152
  msgstr ""
11153
 
11154
+ #: wppa-settings-autosave.php:4755
11155
  msgid "Font in wppa number bars."
11156
  msgstr ""
11157
 
11158
+ #: wppa-settings-autosave.php:4756 wppa-settings-autosave.php:4773
11159
  msgid "Enter font name, size, color and weight for numberbar navigation."
11160
  msgstr ""
11161
 
11162
+ #: wppa-settings-autosave.php:4771
11163
  msgid "Numbar Active"
11164
  msgstr ""
11165
 
11166
+ #: wppa-settings-autosave.php:4772
11167
  msgid "Font in wppa number bars, active item."
11168
  msgstr ""
11169
 
11170
+ #: wppa-settings-autosave.php:4789
11171
  msgid "Font in wppa lightbox overlays."
11172
  msgstr ""
11173
 
11174
+ #: wppa-settings-autosave.php:4790
11175
  msgid "Enter font name, size, color and weight for wppa lightbox overlays."
11176
  msgstr ""
11177
 
11178
+ #: wppa-settings-autosave.php:4825
11179
  msgid "Table VI:"
11180
  msgstr ""
11181
 
11182
+ #: wppa-settings-autosave.php:4825
11183
  msgid "Links:"
11184
  msgstr ""
11185
 
11186
+ #: wppa-settings-autosave.php:4826
11187
  msgid "This table defines the link types and pages."
11188
  msgstr ""
11189
 
11190
+ #: wppa-settings-autosave.php:4837 wppa-settings-autosave.php:5886
11191
  msgid "Link page"
11192
  msgstr ""
11193
 
11194
+ #: wppa-settings-autosave.php:4839 wppa-settings-autosave.php:5888
11195
  msgid "Photo specific link overrules"
11196
  msgstr ""
11197
 
11198
+ #: wppa-settings-autosave.php:4839 wppa-settings-autosave.php:5888
11199
  msgid "PSO"
11200
  msgstr ""
11201
 
11202
+ #: wppa-settings-autosave.php:4889
11203
  msgid "--- The same post or page ---"
11204
  msgstr ""
11205
 
11206
+ #: wppa-settings-autosave.php:4920
11207
  msgid "--- No page to link to (yet) ---"
11208
  msgstr ""
11209
 
11210
+ #: wppa-settings-autosave.php:4925
11211
  msgid "--- Will be auto created ---"
11212
  msgstr ""
11213
 
11214
+ #: wppa-settings-autosave.php:4927
11215
  msgid "Links from images in WPPA+ Widgets"
11216
  msgstr ""
11217
 
11218
+ #: wppa-settings-autosave.php:4929
11219
  msgid "PotdWidget"
11220
  msgstr ""
11221
 
11222
+ #: wppa-settings-autosave.php:4930
11223
  msgid "Photo Of The Day widget link."
11224
  msgstr ""
11225
 
11226
+ #: wppa-settings-autosave.php:4931
11227
  msgid "Select the type of link the photo of the day points to."
11228
  msgstr ""
11229
 
11230
+ #: wppa-settings-autosave.php:4932
11231
  msgid ""
11232
  "If you select 'defined on widget admin page' you can manually enter a link "
11233
  "and title on the Photo of the day Widget Admin page."
11234
  msgstr ""
11235
 
11236
+ #: wppa-settings-autosave.php:4941 wppa-settings-autosave.php:4984
11237
+ #: wppa-settings-autosave.php:5062 wppa-settings-autosave.php:5105
11238
+ #: wppa-settings-autosave.php:5153 wppa-settings-autosave.php:5200
11239
+ #: wppa-settings-autosave.php:5247 wppa-settings-autosave.php:5299
11240
+ #: wppa-settings-autosave.php:5337 wppa-settings-autosave.php:5387
11241
+ #: wppa-settings-autosave.php:5429 wppa-settings-autosave.php:5470
11242
+ #: wppa-settings-autosave.php:9726
11243
  msgid "no link at all."
11244
  msgstr ""
11245
 
11246
+ #: wppa-settings-autosave.php:4942 wppa-settings-autosave.php:4985
11247
+ #: wppa-settings-autosave.php:5063 wppa-settings-autosave.php:5106
11248
+ #: wppa-settings-autosave.php:5154 wppa-settings-autosave.php:5201
11249
+ #: wppa-settings-autosave.php:5248 wppa-settings-autosave.php:5300
11250
+ #: wppa-settings-autosave.php:5338 wppa-settings-autosave.php:5388
11251
+ #: wppa-settings-autosave.php:5430 wppa-settings-autosave.php:5471
11252
+ #: wppa-settings-autosave.php:9727
11253
  msgid "the plain photo (file)."
11254
  msgstr ""
11255
 
11256
+ #: wppa-settings-autosave.php:4943 wppa-settings-autosave.php:9733
11257
  msgid "defined on widget admin page."
11258
  msgstr ""
11259
 
11260
+ #: wppa-settings-autosave.php:4944 wppa-settings-autosave.php:4987
11261
+ #: wppa-settings-autosave.php:5389 wppa-settings-autosave.php:5431
11262
+ #: wppa-settings-autosave.php:9731
11263
  msgid "the content of the album."
11264
  msgstr ""
11265
 
11266
+ #: wppa-settings-autosave.php:4945 wppa-settings-autosave.php:4988
11267
+ #: wppa-settings-autosave.php:5064 wppa-settings-autosave.php:5109
11268
+ #: wppa-settings-autosave.php:5157 wppa-settings-autosave.php:5204
11269
+ #: wppa-settings-autosave.php:5251 wppa-settings-autosave.php:5339
11270
+ #: wppa-settings-autosave.php:5390 wppa-settings-autosave.php:5432
11271
+ #: wppa-settings-autosave.php:9728
11272
  msgid "the full size photo in a slideshow."
11273
  msgstr ""
11274
 
11275
+ #: wppa-settings-autosave.php:4946 wppa-settings-autosave.php:4989
11276
+ #: wppa-settings-autosave.php:5065 wppa-settings-autosave.php:5110
11277
+ #: wppa-settings-autosave.php:5158 wppa-settings-autosave.php:5205
11278
+ #: wppa-settings-autosave.php:5252 wppa-settings-autosave.php:5340
11279
+ #: wppa-settings-autosave.php:5391 wppa-settings-autosave.php:5433
11280
+ #: wppa-settings-autosave.php:5472 wppa-settings-autosave.php:9729
11281
  msgid "the fullsize photo on its own."
11282
  msgstr ""
11283
 
11284
+ #: wppa-settings-autosave.php:4947 wppa-settings-autosave.php:4990
11285
+ #: wppa-settings-autosave.php:5029 wppa-settings-autosave.php:5068
11286
+ #: wppa-settings-autosave.php:5113 wppa-settings-autosave.php:5161
11287
+ #: wppa-settings-autosave.php:5208 wppa-settings-autosave.php:5255
11288
+ #: wppa-settings-autosave.php:5343
11289
  msgid "a plain page without a querystring."
11290
  msgstr ""
11291
 
11292
+ #: wppa-settings-autosave.php:4948 wppa-settings-autosave.php:4991
11293
+ #: wppa-settings-autosave.php:5030 wppa-settings-autosave.php:5069
11294
+ #: wppa-settings-autosave.php:5114 wppa-settings-autosave.php:5162
11295
+ #: wppa-settings-autosave.php:5209 wppa-settings-autosave.php:5256
11296
+ #: wppa-settings-autosave.php:5302 wppa-settings-autosave.php:5344
11297
+ #: wppa-settings-autosave.php:5392 wppa-settings-autosave.php:5434
11298
+ #: wppa-settings-autosave.php:5473
11299
  msgid "lightbox."
11300
  msgstr ""
11301
 
11302
+ #: wppa-settings-autosave.php:4973
11303
  msgid "SlideWidget"
11304
  msgstr ""
11305
 
11306
+ #: wppa-settings-autosave.php:4974
11307
  msgid "Slideshow widget photo link."
11308
  msgstr ""
11309
 
11310
+ #: wppa-settings-autosave.php:4975
11311
  msgid "Select the type of link the slideshow photos point to."
11312
  msgstr ""
11313
 
11314
+ #: wppa-settings-autosave.php:4986 wppa-settings-autosave.php:9732
11315
  msgid "defined at widget activation."
11316
  msgstr ""
11317
 
11318
+ #: wppa-settings-autosave.php:5016
11319
  msgid "Album widget"
11320
  msgstr ""
11321
 
11322
+ #: wppa-settings-autosave.php:5017
11323
  msgid "Album widget thumbnail link"
11324
  msgstr ""
11325
 
11326
+ #: wppa-settings-autosave.php:5018
11327
  msgid "Select the type of link the album widget photos point to."
11328
  msgstr ""
11329
 
11330
+ #: wppa-settings-autosave.php:5027
11331
  msgid "subalbums and thumbnails."
11332
  msgstr ""
11333
 
11334
+ #: wppa-settings-autosave.php:5028
11335
  msgid "slideshow."
11336
  msgstr ""
11337
 
11338
+ #: wppa-settings-autosave.php:5051
11339
  msgid "ThumbnailWidget"
11340
  msgstr ""
11341
 
11342
+ #: wppa-settings-autosave.php:5052
11343
  msgid "Thumbnail widget photo link."
11344
  msgstr ""
11345
 
11346
+ #: wppa-settings-autosave.php:5053
11347
  msgid "Select the type of link the thumbnail photos point to."
11348
  msgstr ""
11349
 
11350
+ #: wppa-settings-autosave.php:5066 wppa-settings-autosave.php:5111
11351
+ #: wppa-settings-autosave.php:5159 wppa-settings-autosave.php:5206
11352
+ #: wppa-settings-autosave.php:5253 wppa-settings-autosave.php:5341
11353
  msgid "the single photo in the style of a slideshow."
11354
  msgstr ""
11355
 
11356
+ #: wppa-settings-autosave.php:5067 wppa-settings-autosave.php:5112
11357
+ #: wppa-settings-autosave.php:5160 wppa-settings-autosave.php:5207
11358
+ #: wppa-settings-autosave.php:5254 wppa-settings-autosave.php:5342
11359
+ #: wppa-settings-autosave.php:5475
11360
  msgid "the fs photo with download and print buttons."
11361
  msgstr ""
11362
 
11363
+ #: wppa-settings-autosave.php:5094
11364
  msgid "TopTenWidget"
11365
  msgstr ""
11366
 
11367
+ #: wppa-settings-autosave.php:5095
11368
  msgid "TopTen widget photo link."
11369
  msgstr ""
11370
 
11371
+ #: wppa-settings-autosave.php:5096
11372
  msgid "Select the type of link the top ten photos point to."
11373
  msgstr ""
11374
 
11375
+ #: wppa-settings-autosave.php:5107
11376
  msgid "the content of the virtual topten album."
11377
  msgstr ""
11378
 
11379
+ #: wppa-settings-autosave.php:5108 wppa-settings-autosave.php:5156
11380
+ #: wppa-settings-autosave.php:5203 wppa-settings-autosave.php:5250
11381
  msgid "the content of the thumbnails album."
11382
  msgstr ""
11383
 
11384
+ #: wppa-settings-autosave.php:5142
11385
  msgid "LasTenWidget"
11386
  msgstr ""
11387
 
11388
+ #: wppa-settings-autosave.php:5143
11389
  msgid "Last Ten widget photo link."
11390
  msgstr ""
11391
 
11392
+ #: wppa-settings-autosave.php:5144
11393
  msgid "Select the type of link the last ten photos point to."
11394
  msgstr ""
11395
 
11396
+ #: wppa-settings-autosave.php:5155
11397
  msgid "the content of the virtual lasten album."
11398
  msgstr ""
11399
 
11400
+ #: wppa-settings-autosave.php:5189
11401
  msgid "CommentWidget"
11402
  msgstr ""
11403
 
11404
+ #: wppa-settings-autosave.php:5190
11405
  msgid "Comment widget photo link."
11406
  msgstr ""
11407
 
11408
+ #: wppa-settings-autosave.php:5191
11409
  msgid "Select the type of link the comment widget photos point to."
11410
  msgstr ""
11411
 
11412
+ #: wppa-settings-autosave.php:5202
11413
  msgid "the content of the virtual comten album."
11414
  msgstr ""
11415
 
11416
+ #: wppa-settings-autosave.php:5236
11417
  msgid "FeaTenWidget"
11418
  msgstr ""
11419
 
11420
+ #: wppa-settings-autosave.php:5237
11421
  msgid "FeaTen widget photo link."
11422
  msgstr ""
11423
 
11424
+ #: wppa-settings-autosave.php:5238
11425
  msgid "Select the type of link the featured ten photos point to."
11426
  msgstr ""
11427
 
11428
+ #: wppa-settings-autosave.php:5249
11429
  msgid "the content of the virtual featen album."
11430
  msgstr ""
11431
 
11432
+ #: wppa-settings-autosave.php:5282
11433
  msgid "Links from other WPPA+ images"
11434
  msgstr ""
11435
 
11436
+ #: wppa-settings-autosave.php:5284
11437
  msgid "Cover Image"
11438
  msgstr ""
11439
 
11440
+ #: wppa-settings-autosave.php:5285
11441
  msgid "The link from the cover image of an album."
11442
  msgstr ""
11443
 
11444
+ #: wppa-settings-autosave.php:5286
11445
  msgid "Select the type of link the coverphoto points to."
11446
  msgstr ""
11447
 
11448
+ #: wppa-settings-autosave.php:5287
11449
  msgid "The link from the album title can be configured on the Edit Album page."
11450
  msgstr ""
11451
 
11452
+ #: wppa-settings-autosave.php:5288
11453
  msgid "This link will be used for the photo also if you select: same as title."
11454
  msgstr ""
11455
 
11456
+ #: wppa-settings-autosave.php:5289
11457
  msgid ""
11458
  "If you specify New Tab on this line, all links from the cover will open a "
11459
  "new tab,"
11460
  msgstr ""
11461
 
11462
+ #: wppa-settings-autosave.php:5290
11463
  msgid "except when Ajax is activated on Table IV-A1."
11464
  msgstr ""
11465
 
11466
+ #: wppa-settings-autosave.php:5301 wppa-settings-autosave.php:9734
11467
  msgid "same as title."
11468
  msgstr ""
11469
 
11470
+ #: wppa-settings-autosave.php:5303
11471
  msgid "a slideshow starting at the photo"
11472
  msgstr ""
11473
 
11474
+ #: wppa-settings-autosave.php:5324
11475
  msgid "Thumbnail"
11476
  msgstr ""
11477
 
11478
+ #: wppa-settings-autosave.php:5325
11479
  msgid "Thumbnail link."
11480
  msgstr ""
11481
 
11482
+ #: wppa-settings-autosave.php:5326 wppa-settings-autosave.php:5376
11483
+ #: wppa-settings-autosave.php:5418
11484
  msgid "Select the type of link you want, or no link at all."
11485
  msgstr ""
11486
 
11487
+ #: wppa-settings-autosave.php:5327 wppa-settings-autosave.php:5377
11488
+ #: wppa-settings-autosave.php:5419
11489
  msgid ""
11490
  "If you select the fullsize photo on its own, it will be stretched to fit, "
11491
  "regardless of that setting."
11492
  msgstr ""
11493
 
11494
+ #: wppa-settings-autosave.php:5328 wppa-settings-autosave.php:5378
11495
+ #: wppa-settings-autosave.php:5420
11496
  #, php-format
11497
  msgid ""
11498
  "Note that a page must have at least %%wppa%% or [wppa][/wppa] in its content "
11499
  "to show up the photo(s)."
11500
  msgstr ""
11501
 
11502
+ #: wppa-settings-autosave.php:5357
11503
  msgid "Auto Page"
11504
  msgstr ""
11505
 
11506
+ #: wppa-settings-autosave.php:5374
11507
  msgid "Sphoto"
11508
  msgstr ""
11509
 
11510
+ #: wppa-settings-autosave.php:5375
11511
  msgid "Single photo link."
11512
  msgstr ""
11513
 
11514
+ #: wppa-settings-autosave.php:5416
11515
  msgid "Mphoto"
11516
  msgstr ""
11517
 
11518
+ #: wppa-settings-autosave.php:5417
11519
  msgid "Media-like photo link."
11520
  msgstr ""
11521
 
11522
+ #: wppa-settings-autosave.php:5459
11523
  msgid "Slideshow fullsize link"
11524
  msgstr ""
11525
 
11526
+ #: wppa-settings-autosave.php:5460
11527
  msgid ""
11528
  "You can overrule lightbox but not big browse buttons with the photo specifc "
11529
  "link."
11530
  msgstr ""
11531
 
11532
+ #: wppa-settings-autosave.php:5461
11533
  msgid "fullsize slideshow can only be set by the WPPA_SET shortcode."
11534
  msgstr ""
11535
 
11536
+ #: wppa-settings-autosave.php:5474
11537
  msgid "lightbox single photos."
11538
  msgstr ""
11539
 
11540
+ #: wppa-settings-autosave.php:5476
11541
  msgid "the thumbnails."
11542
  msgstr ""
11543
 
11544
+ #: wppa-settings-autosave.php:5477
11545
  msgid "fullsize slideshow"
11546
  msgstr ""
11547
 
11548
+ #: wppa-settings-autosave.php:5502
11549
  msgid "Film linktype"
11550
  msgstr ""
11551
 
11552
+ #: wppa-settings-autosave.php:5503
11553
  msgid "Direct access goto image in:"
11554
  msgstr ""
11555
 
11556
+ #: wppa-settings-autosave.php:5504
11557
  msgid ""
11558
  "Select the action to be taken when the user clicks on a filmstrip image."
11559
  msgstr ""
11560
 
11561
+ #: wppa-settings-autosave.php:5509
11562
  msgid "slideshow window"
11563
  msgstr ""
11564
 
11565
+ #: wppa-settings-autosave.php:5510
11566
  msgid "lightbox overlay"
11567
  msgstr ""
11568
 
11569
+ #: wppa-settings-autosave.php:5525
11570
  msgid "Other links"
11571
  msgstr ""
11572
 
11573
+ #: wppa-settings-autosave.php:5527
11574
  msgid "Download Link (aka Art Monkey link)"
11575
  msgstr ""
11576
 
11577
+ #: wppa-settings-autosave.php:5528
11578
  msgid "Makes the photo name a download button."
11579
  msgstr ""
11580
 
11581
+ #: wppa-settings-autosave.php:5529
11582
  msgid "Link Photo name in slideshow to file or zip with photoname as filename."
11583
  msgstr ""
11584
 
11585
+ #: wppa-settings-autosave.php:5533 wppa-settings-autosave.php:5580
11586
  msgid "image file"
11587
  msgstr ""
11588
 
11589
+ #: wppa-settings-autosave.php:5534 wppa-settings-autosave.php:5581
11590
  msgid "zipped image"
11591
  msgstr ""
11592
 
11593
+ #: wppa-settings-autosave.php:5547
11594
  msgid "Art Monkey Source"
11595
  msgstr ""
11596
 
11597
+ #: wppa-settings-autosave.php:5548
11598
  msgid "Use Source file for art monkey link if available."
11599
  msgstr ""
11600
 
11601
+ #: wppa-settings-autosave.php:5557
11602
  msgid "Art Monkey Display"
11603
  msgstr ""
11604
 
11605
+ #: wppa-settings-autosave.php:5558
11606
  msgid "Select button or link ( text )."
11607
  msgstr ""
11608
 
11609
+ #: wppa-settings-autosave.php:5563
11610
  msgid "Textlink"
11611
  msgstr ""
11612
 
11613
+ #: wppa-settings-autosave.php:5575
11614
  msgid "Popup Download Link"
11615
  msgstr ""
11616
 
11617
+ #: wppa-settings-autosave.php:5576
11618
  msgid "Configure the download link on fullsize popups."
11619
  msgstr ""
11620
 
11621
+ #: wppa-settings-autosave.php:5577
11622
  msgid "Link fullsize popup download button to either image or zip file."
11623
  msgstr ""
11624
 
11625
+ #: wppa-settings-autosave.php:5593
11626
  msgid "Download link on lightbox"
11627
  msgstr ""
11628
 
11629
+ #: wppa-settings-autosave.php:5594
11630
  msgid "Art monkey link on lightbox photo names."
11631
  msgstr ""
11632
 
11633
+ #: wppa-settings-autosave.php:5603
11634
  msgid "Album download link"
11635
  msgstr ""
11636
 
11637
+ #: wppa-settings-autosave.php:5604
11638
  msgid "Place an album download link on the album covers"
11639
  msgstr ""
11640
 
11641
+ #: wppa-settings-autosave.php:5605
11642
  msgid "Creates a download zipfile containing the photos of the album"
11643
  msgstr ""
11644
 
11645
+ #: wppa-settings-autosave.php:5613
11646
  msgid "Album download Source"
11647
  msgstr ""
11648
 
11649
+ #: wppa-settings-autosave.php:5614
11650
  msgid "Use Source file for album download link if available."
11651
  msgstr ""
11652
 
11653
+ #: wppa-settings-autosave.php:5623
11654
  msgid "Tagcloud Link"
11655
  msgstr ""
11656
 
11657
+ #: wppa-settings-autosave.php:5624
11658
  msgid "Configure the link from the tags in the tag cloud."
11659
  msgstr ""
11660
 
11661
+ #: wppa-settings-autosave.php:5625
11662
  msgid "Link the tag words to ether the thumbnails or the slideshow."
11663
  msgstr ""
11664
 
11665
+ #: wppa-settings-autosave.php:5634 wppa-settings-autosave.php:5667
11666
+ #: wppa-settings-autosave.php:5764
11667
  msgid "slideshow"
11668
  msgstr ""
11669
 
11670
+ #: wppa-settings-autosave.php:5649 wppa-settings-autosave.php:5682
11671
+ #: wppa-settings-autosave.php:5826
11672
  msgid "Occur"
11673
  msgstr ""
11674
 
11675
+ #: wppa-settings-autosave.php:5656
11676
  msgid "Multitag Link"
11677
  msgstr ""
11678
 
11679
+ #: wppa-settings-autosave.php:5657
11680
  msgid "Configure the link from the multitag selection."
11681
  msgstr ""
11682
 
11683
+ #: wppa-settings-autosave.php:5658
11684
  msgid "Link to ether the thumbnails or the slideshow."
11685
  msgstr ""
11686
 
11687
+ #: wppa-settings-autosave.php:5689
11688
  msgid "Super View Landing"
11689
  msgstr ""
11690
 
11691
+ #: wppa-settings-autosave.php:5690
11692
  msgid "The landing page for the Super View widget."
11693
  msgstr ""
11694
 
11695
+ #: wppa-settings-autosave.php:5698
11696
  msgid "Defined by the visitor"
11697
  msgstr ""
11698
 
11699
+ #: wppa-settings-autosave.php:5711
11700
  msgid "Uploader Landing"
11701
  msgstr ""
11702
 
11703
+ #: wppa-settings-autosave.php:5712
11704
  msgid "Select the landing page for the Uploader Widget"
11705
  msgstr ""
11706
 
11707
+ #: wppa-settings-autosave.php:5732
11708
  msgid "Bestof Landing"
11709
  msgstr ""
11710
 
11711
+ #: wppa-settings-autosave.php:5733
11712
  msgid "Select the landing page for the BestOf Widget / Box"
11713
  msgstr ""
11714
 
11715
+ #: wppa-settings-autosave.php:5753
11716
  msgid "Album navigator Link"
11717
  msgstr ""
11718
 
11719
+ #: wppa-settings-autosave.php:5754
11720
  msgid "Select link type and page for the Album navigator Widget"
11721
  msgstr ""
11722
 
11723
+ #: wppa-settings-autosave.php:5782
11724
  msgid "Supersearch Landing"
11725
  msgstr ""
11726
 
11727
+ #: wppa-settings-autosave.php:5783
11728
  msgid "Select the landing page for the Supersearch Box"
11729
  msgstr ""
11730
 
11731
+ #: wppa-settings-autosave.php:5803
11732
  msgid "SM widget return"
11733
  msgstr ""
11734
 
11735
+ #: wppa-settings-autosave.php:5804
11736
  msgid "Select the return link for social media from widgets"
11737
  msgstr ""
11738
 
11739
+ #: wppa-settings-autosave.php:5805
11740
  msgid ""
11741
  "If you select Landing page, and it wont work, it may be required to set the "
11742
  "Occur to the sequence number of the landing shortcode on the page."
11743
  msgstr ""
11744
 
11745
+ #: wppa-settings-autosave.php:5806
11746
  msgid ""
11747
  "Normally it is 1, but you can try 2 etc. Always create a new shared link to "
11748
  "test a setting."
11749
  msgstr ""
11750
 
11751
+ #: wppa-settings-autosave.php:5814
11752
  msgid "Home page"
11753
  msgstr ""
11754
 
11755
+ #: wppa-settings-autosave.php:5835
11756
  msgid "Album cover subalbums link"
11757
  msgstr ""
11758
 
11759
+ #: wppa-settings-autosave.php:5836
11760
  msgid ""
11761
  "Select the linktype and display type for sub-albums on parent album covers."
11762
  msgstr ""
11763
 
11764
+ #: wppa-settings-autosave.php:5844
11765
  msgid "No link at all"
11766
  msgstr ""
11767
 
11768
+ #: wppa-settings-autosave.php:5845
11769
  msgid "Thumbnails and covers"
11770
  msgstr ""
11771
 
11772
+ #: wppa-settings-autosave.php:5846
11773
  msgid "Slideshow or covers"
11774
  msgstr ""
11775
 
11776
+ #: wppa-settings-autosave.php:5856
11777
  msgid "No display at all"
11778
  msgstr ""
11779
 
11780
+ #: wppa-settings-autosave.php:5857
11781
  msgid "A list with sub(sub) albums"
11782
  msgstr ""
11783
 
11784
+ #: wppa-settings-autosave.php:5858
11785
  msgid "A list of children only"
11786
  msgstr ""
11787
 
11788
+ #: wppa-settings-autosave.php:5859
11789
  msgid "An enumeration of names"
11790
  msgstr ""
11791
 
11792
+ #: wppa-settings-autosave.php:5860
11793
  msgid "Micro thumbnails"
11794
  msgstr ""
11795
 
11796
+ #: wppa-settings-autosave.php:5898
11797
  msgid "Table VII:"
11798
  msgstr ""
11799
 
11800
+ #: wppa-settings-autosave.php:5898
11801
  msgid "Permissions and Restrictions:"
11802
  msgstr ""
11803
 
11804
+ #: wppa-settings-autosave.php:5899
11805
  msgid ""
11806
  "This table describes the access settings for admin and front-end activities."
11807
  msgstr ""
11808
 
11809
+ #: wppa-settings-autosave.php:5920
11810
  msgid "Moderate P+C"
11811
  msgstr ""
11812
 
11813
+ #: wppa-settings-autosave.php:5924
11814
  msgid "Comment&nbsp;Admin"
11815
  msgstr ""
11816
 
11817
+ #: wppa-settings-autosave.php:5927
11818
  msgid "Role"
11819
  msgstr ""
11820
 
11821
+ #: wppa-settings-autosave.php:5936
11822
  msgid ""
11823
  "Admin settings per user role. Enabling these settings will overrule the "
11824
  "front-end settings for the specific user role"
11825
  msgstr ""
11826
 
11827
+ #: wppa-settings-autosave.php:5960
11828
  msgid "Frontend create Albums and upload Photos enabling and limiting settings"
11829
  msgstr ""
11830
 
11831
+ #: wppa-settings-autosave.php:5962
11832
  msgid "User create Albums"
11833
  msgstr ""
11834
 
11835
+ #: wppa-settings-autosave.php:5963
11836
  msgid "Enable frontend album creation."
11837
  msgstr ""
11838
 
11839
+ #: wppa-settings-autosave.php:5964
11840
  msgid "If you check this item, frontend album creation will be enabled."
11841
  msgstr ""
11842
 
11843
+ #: wppa-settings-autosave.php:5974
11844
  msgid "User edit album"
11845
  msgstr ""
11846
 
11847
+ #: wppa-settings-autosave.php:5975
11848
  msgid "Enable frontend edit album name and description."
11849
  msgstr ""
11850
 
11851
+ #: wppa-settings-autosave.php:5985
11852
  msgid "User delete Albums"
11853
  msgstr ""
11854
 
11855
+ #: wppa-settings-autosave.php:5986
11856
  msgid "Enable frontend album deletion"
11857
  msgstr ""
11858
 
11859
+ #: wppa-settings-autosave.php:5987
11860
  msgid "If you check this item, frontend album deletion will be enabled."
11861
  msgstr ""
11862
 
11863
+ #: wppa-settings-autosave.php:5997
11864
  msgid "User create Albums login"
11865
  msgstr ""
11866
 
11867
+ #: wppa-settings-autosave.php:5998
11868
  msgid "Frontend album creation requires the user is logged in."
11869
  msgstr ""
11870
 
11871
+ #: wppa-settings-autosave.php:6024
11872
  #, php-format
11873
  msgid "Upload limit %s"
11874
  msgstr ""
11875
 
11876
+ #: wppa-settings-autosave.php:6025
11877
  msgid "Limit upload capacity for logged out users."
11878
  msgstr ""
11879
 
11880
+ #: wppa-settings-autosave.php:6026
11881
  #, php-format
11882
  msgid "Limit upload capacity for the user role %s."
11883
  msgstr ""
11884
 
11885
+ #: wppa-settings-autosave.php:6027
11886
  msgid "This setting has only effect when Table VII-B2 is unchecked."
11887
  msgstr ""
11888
 
11889
+ #: wppa-settings-autosave.php:6028
11890
  msgid ""
11891
  "This limitation only applies to frontend uploads when the same userrole does "
11892
  "not have the Upload checkbox checked in Table VII-A."
11893
  msgstr ""
11894
 
11895
+ #: wppa-settings-autosave.php:6029 wppa-settings-autosave.php:6045
11896
+ #: wppa-settings-autosave.php:7795
11897
  msgid "A value of 0 means: no limit."
11898
  msgstr ""
11899
 
11900
+ #: wppa-settings-autosave.php:6042
11901
  #, php-format
11902
  msgid "Album limit %s"
11903
  msgstr ""
11904
 
11905
+ #: wppa-settings-autosave.php:6043
11906
  #, php-format
11907
  msgid "Limit number of albums for the user role %s."
11908
  msgstr ""
11909
 
11910
+ #: wppa-settings-autosave.php:6044
11911
  msgid ""
11912
  "This limitation only applies to frontend create albums when the same "
11913
  "userrole does not have the Album admin checkbox checked in Table VII-A."
11914
  msgstr ""
11915
 
11916
+ #: wppa-settings-autosave.php:6056
11917
  msgid "Upload one only"
11918
  msgstr ""
11919
 
11920
+ #: wppa-settings-autosave.php:6057
11921
  msgid "Non admin users can upload only one photo at a time."
11922
  msgstr ""
11923
 
11924
+ #: wppa-settings-autosave.php:6067
11925
  msgid "Upload moderation"
11926
  msgstr ""
11927
 
11928
+ #: wppa-settings-autosave.php:6068
11929
  msgid "Uploaded photos need moderation."
11930
  msgstr ""
11931
 
11932
+ #: wppa-settings-autosave.php:6069
11933
  msgid ""
11934
  "If checked, photos uploaded by users who do not have photo album admin "
11935
  "access rights need moderation."
11936
  msgstr ""
11937
 
11938
+ #: wppa-settings-autosave.php:6070
11939
  msgid ""
11940
  "Users who have photo album admin access rights can change the photo status "
11941
  "to publish or featured."
11942
  msgstr ""
11943
 
11944
+ #: wppa-settings-autosave.php:6071
11945
  msgid "You can set the album admin access rights in Table VII-A."
11946
  msgstr ""
11947
 
11948
+ #: wppa-settings-autosave.php:6080
11949
  msgid "Upload notify"
11950
  msgstr ""
11951
 
11952
+ #: wppa-settings-autosave.php:6081
11953
  msgid "Notify admin at frontend upload."
11954
  msgstr ""
11955
 
11956
+ #: wppa-settings-autosave.php:6082 wppa-settings-autosave.php:6093
11957
  msgid "If checked, admin will receive a notification by email."
11958
  msgstr ""
11959
 
11960
+ #: wppa-settings-autosave.php:6091
11961
  msgid "Upload backend notify"
11962
  msgstr ""
11963
 
11964
+ #: wppa-settings-autosave.php:6092
11965
  msgid "Notify admin at backend upload."
11966
  msgstr ""
11967
 
11968
+ #: wppa-settings-autosave.php:6102
11969
  msgid "Max size in pixels"
11970
  msgstr ""
11971
 
11972
+ #: wppa-settings-autosave.php:6103
11973
  msgid "Max size for height and width for front-end uploads."
11974
  msgstr ""
11975
 
11976
+ #: wppa-settings-autosave.php:6104
11977
  msgid "Enter the maximum size. 0 is unlimited"
11978
  msgstr ""
11979
 
11980
+ #: wppa-settings-autosave.php:6113
11981
  msgid "Home after Upload"
11982
  msgstr ""
11983
 
11984
+ #: wppa-settings-autosave.php:6114
11985
  msgid "After successfull front-end upload, go to the home page."
11986
  msgstr ""
11987
 
11988
+ #: wppa-settings-autosave.php:6124
11989
  msgid "Fe alert"
11990
  msgstr ""
11991
 
11992
+ #: wppa-settings-autosave.php:6125
11993
  msgid "Show alertbox on successful front-end upload/create."
11994
  msgstr ""
11995
 
11996
+ #: wppa-settings-autosave.php:6135
11997
  msgid "Admin Functionality restrictions for non administrators"
11998
  msgstr ""
11999
 
12000
+ #: wppa-settings-autosave.php:6137
12001
  msgid "Alt thumb is restricted"
12002
  msgstr ""
12003
 
12004
+ #: wppa-settings-autosave.php:6138
12005
  msgid "Using <b>alt thumbsize</b> is a restricted action."
12006
  msgstr ""
12007
 
12008
+ #: wppa-settings-autosave.php:6139
12009
  msgid ""
12010
  "If checked: alt thumbsize can not be set in album admin by users not having "
12011
  "admin rights."
12012
  msgstr ""
12013
 
12014
+ #: wppa-settings-autosave.php:6148
12015
  msgid "Link is restricted"
12016
  msgstr ""
12017
 
12018
+ #: wppa-settings-autosave.php:6149
12019
  msgid "Using <b>Link to</b> is a restricted action."
12020
  msgstr ""
12021
 
12022
+ #: wppa-settings-autosave.php:6150
12023
  msgid ""
12024
  "If checked: Link to: can not be set in album admin by users not having admin "
12025
  "rights."
12026
  msgstr ""
12027
 
12028
+ #: wppa-settings-autosave.php:6159
12029
  msgid "CoverType is restricted"
12030
  msgstr ""
12031
 
12032
+ #: wppa-settings-autosave.php:6160
12033
  msgid "Changing <b>Cover Type</b> is a restricted action."
12034
  msgstr ""
12035
 
12036
+ #: wppa-settings-autosave.php:6161
12037
  msgid ""
12038
  "If checked: Cover Type: can not be set in album admin by users not having "
12039
  "admin rights."
12040
  msgstr ""
12041
 
12042
+ #: wppa-settings-autosave.php:6170
12043
  msgid "Photo order# is restricted"
12044
  msgstr ""
12045
 
12046
+ #: wppa-settings-autosave.php:6171
12047
  msgid "Changing <b>Photo sort order #</b> is a restricted action."
12048
  msgstr ""
12049
 
12050
+ #: wppa-settings-autosave.php:6172
12051
  msgid ""
12052
  "If checked: Photo sort order #: can not be set in photo admin by users not "
12053
  "having admin rights."
12054
  msgstr ""
12055
 
12056
+ #: wppa-settings-autosave.php:6181
12057
  msgid "Change source restricted"
12058
  msgstr ""
12059
 
12060
+ #: wppa-settings-autosave.php:6182
12061
  msgid "Changing the import source dir requires admin rights."
12062
  msgstr ""
12063
 
12064
+ #: wppa-settings-autosave.php:6183
12065
  msgid ""
12066
  "If checked, the imput source for importing photos and albums is restricted "
12067
  "to user role administrator."
12068
  msgstr ""
12069
 
12070
+ #: wppa-settings-autosave.php:6192
12071
  msgid "Extended status restricted"
12072
  msgstr ""
12073
 
12074
+ #: wppa-settings-autosave.php:6193
12075
  msgid "Setting status other than pending or publish requires admin rights."
12076
  msgstr ""
12077
 
12078
+ #: wppa-settings-autosave.php:6203
12079
  msgid "Photo description restricted"
12080
  msgstr ""
12081
 
12082
+ #: wppa-settings-autosave.php:6204
12083
  msgid "Edit photo description requires admin rights."
12084
  msgstr ""
12085
 
12086
+ #: wppa-settings-autosave.php:6214
12087
  msgid "Update photofiles restricted"
12088
  msgstr ""
12089
 
12090
+ #: wppa-settings-autosave.php:6215
12091
  msgid "Re-upload files requires admin rights"
12092
  msgstr ""
12093
 
12094
+ #: wppa-settings-autosave.php:6225
12095
  msgid "Miscellaneous limiting settings"
12096
  msgstr ""
12097
 
12098
+ #: wppa-settings-autosave.php:6227
12099
  msgid "Owners only"
12100
  msgstr ""
12101
 
12102
+ #: wppa-settings-autosave.php:6228
12103
  msgid "Limit edit album access to the album owners only."
12104
  msgstr ""
12105
 
12106
+ #: wppa-settings-autosave.php:6229
12107
  msgid "If checked, non-admin users can edit their own albums only."
12108
  msgstr ""
12109
 
12110
+ #: wppa-settings-autosave.php:6238
12111
  msgid "Upload Owners only"
12112
  msgstr ""
12113
 
12114
+ #: wppa-settings-autosave.php:6239
12115
  msgid "Limit uploads to the album owners only."
12116
  msgstr ""
12117
 
12118
+ #: wppa-settings-autosave.php:6240
12119
  msgid ""
12120
  "If checked, users can upload to their own own albums and --- public --- only."
12121
  msgstr ""
12122
 
12123
+ #: wppa-settings-autosave.php:6249
12124
  msgid "Frontend Edit"
12125
  msgstr ""
12126
 
12127
+ #: wppa-settings-autosave.php:6250
12128
  msgid "Allow the uploader to edit the photo info"
12129
  msgstr ""
12130
 
12131
+ #: wppa-settings-autosave.php:6251
12132
  msgid ""
12133
  "If selected, any logged in user who meets the criteria has the capability to "
12134
  "edit the photo information."
12135
  msgstr ""
12136
 
12137
+ #: wppa-settings-autosave.php:6252
12138
  msgid "Note: This may be AFTER moderation!!"
12139
  msgstr ""
12140
 
12141
+ #: wppa-settings-autosave.php:6254
12142
  msgid "Classic"
12143
  msgstr ""
12144
 
12145
+ #: wppa-settings-autosave.php:6254
12146
  msgid "New style"
12147
  msgstr ""
12148
 
12149
+ #: wppa-settings-autosave.php:6263
12150
  msgid "Fe Edit users"
12151
  msgstr ""
12152
 
12153
+ #: wppa-settings-autosave.php:6264
12154
  msgid "The criteria the user must meet to edit photo info"
12155
  msgstr ""
12156
 
12157
+ #: wppa-settings-autosave.php:6267
12158
  msgid "Admin and superuser"
12159
  msgstr ""
12160
 
12161
+ #: wppa-settings-autosave.php:6267
12162
  msgid "Owner, admin and superuser"
12163
  msgstr ""
12164
 
12165
+ #: wppa-settings-autosave.php:6276
12166
  msgid "Fe Edit Theme CSS"
12167
  msgstr ""
12168
 
12169
+ #: wppa-settings-autosave.php:6277
12170
  msgid "The front-end edit photo dialog uses the theme CSS."
12171
  msgstr ""
12172
 
12173
+ #: wppa-settings-autosave.php:6287
12174
  msgid "Fe Edit New Items"
12175
  msgstr ""
12176
 
12177
+ #: wppa-settings-autosave.php:6288
12178
  msgid "The items that are fe editable"
12179
  msgstr ""
12180
 
12181
+ #: wppa-settings-autosave.php:6289
12182
  msgid "See also Table II-J10!"
12183
  msgstr ""
12184
 
12185
+ #: wppa-settings-autosave.php:6302
12186
  msgid "Fe Edit Button text"
12187
  msgstr ""
12188
 
12189
+ #: wppa-settings-autosave.php:6303
12190
  msgid "The text on the Edit button."
12191
  msgstr ""
12192
 
12193
+ #: wppa-settings-autosave.php:6313
12194
  msgid "Fe Edit Dialog caption"
12195
  msgstr ""
12196
 
12197
+ #: wppa-settings-autosave.php:6314
12198
  msgid "The text on the header of the popup."
12199
  msgstr ""
12200
 
12201
+ #: wppa-settings-autosave.php:6324
12202
  msgid "Frontend Delete"
12203
  msgstr ""
12204
 
12205
+ #: wppa-settings-autosave.php:6325
12206
  msgid "Allow the uploader to delete the photo"
12207
  msgstr ""
12208
 
12209
+ #: wppa-settings-autosave.php:6335
12210
  msgid "Uploader Moderate Comment"
12211
  msgstr ""
12212
 
12213
+ #: wppa-settings-autosave.php:6336
12214
  msgid "The owner of the photo can moderate the photos comments."
12215
  msgstr ""
12216
 
12217
+ #: wppa-settings-autosave.php:6337
12218
  msgid "This setting requires \"Uploader edit\" to be enabled also."
12219
  msgstr ""
12220
 
12221
+ #: wppa-settings-autosave.php:6346
12222
  msgid "Upload memory check frontend"
12223
  msgstr ""
12224
 
12225
+ #: wppa-settings-autosave.php:6347 wppa-settings-autosave.php:6358
12226
  msgid "Disable uploading photos that are too large."
12227
  msgstr ""
12228
 
12229
+ #: wppa-settings-autosave.php:6348 wppa-settings-autosave.php:6359
12230
  msgid ""
12231
  "To prevent out of memory crashes during upload and possible database "
12232
  "inconsistencies, uploads can be prevented if the photos are too big."
12233
  msgstr ""
12234
 
12235
+ #: wppa-settings-autosave.php:6357
12236
  msgid "Upload memory check admin"
12237
  msgstr ""
12238
 
12239
+ #: wppa-settings-autosave.php:6368
12240
  msgid "Comment captcha"
12241
  msgstr ""
12242
 
12243
+ #: wppa-settings-autosave.php:6369
12244
  msgid "Use a simple calculate captcha on comments form."
12245
  msgstr ""
12246
 
12247
+ #: wppa-settings-autosave.php:6382
12248
  msgid "Spam lifetime"
12249
  msgstr ""
12250
 
12251
+ #: wppa-settings-autosave.php:6383
12252
  msgid "Delete spam comments when older than."
12253
  msgstr ""
12254
 
12255
+ #: wppa-settings-autosave.php:6410
12256
  msgid "Avoid duplicates"
12257
  msgstr ""
12258
 
12259
+ #: wppa-settings-autosave.php:6411
12260
  msgid "Prevent the creation of duplicate photos."
12261
  msgstr ""
12262
 
12263
+ #: wppa-settings-autosave.php:6412
12264
  msgid ""
12265
  "If checked: uploading, importing, copying or moving photos to other albums "
12266
  "will be prevented when the desitation album already contains a photo with "
12267
  "the same filename."
12268
  msgstr ""
12269
 
12270
+ #: wppa-settings-autosave.php:6421
12271
  msgid "Blacklist user"
12272
  msgstr ""
12273
 
12274
+ #: wppa-settings-autosave.php:6422 wppa-settings-autosave.php:6423
12275
  msgid "Set the status of all the users photos to 'pending'."
12276
  msgstr ""
12277
 
12278
+ #: wppa-settings-autosave.php:6424
12279
  msgid "Also inhibits further uploads."
12280
  msgstr ""
12281
 
12282
+ #: wppa-settings-autosave.php:6430
12283
  msgid "--- select a user to blacklist ---"
12284
  msgstr ""
12285
 
12286
+ #: wppa-settings-autosave.php:6440 wppa-settings-autosave.php:6445
12287
+ #: wppa-settings-autosave.php:6466 wppa-settings-autosave.php:6504
12288
+ #: wppa-settings-autosave.php:6509 wppa-settings-autosave.php:6530
12289
+ #: wppa-settings-autosave.php:8893 wppa-settings-autosave.php:8935
12290
  msgid "The page will be reloaded after the action has taken place."
12291
  msgstr ""
12292
 
12293
+ #: wppa-settings-autosave.php:6446 wppa-settings-autosave.php:6510
12294
  msgid "User login name <b>( case sensitive! )</b>:"
12295
  msgstr ""
12296
 
12297
+ #: wppa-settings-autosave.php:6454
12298
  msgid "Unblacklist user"
12299
  msgstr ""
12300
 
12301
+ #: wppa-settings-autosave.php:6455
12302
  msgid "Set the status of all the users photos to 'publish'."
12303
  msgstr ""
12304
 
12305
+ #: wppa-settings-autosave.php:6459
12306
  msgid "--- select a user to unblacklist ---"
12307
  msgstr ""
12308
 
12309
+ #: wppa-settings-autosave.php:6474
12310
  msgid "Photo owner change"
12311
  msgstr ""
12312
 
12313
+ #: wppa-settings-autosave.php:6475
12314
  msgid "Administrators can change photo owner"
12315
  msgstr ""
12316
 
12317
+ #: wppa-settings-autosave.php:6485
12318
  msgid "Super user"
12319
  msgstr ""
12320
 
12321
+ #: wppa-settings-autosave.php:6486
12322
  msgid "Give these users all rights in wppa."
12323
  msgstr ""
12324
 
12325
+ #: wppa-settings-autosave.php:6487
12326
  msgid "This gives the user all the administrator privileges within wppa."
12327
  msgstr ""
12328
 
12329
+ #: wppa-settings-autosave.php:6488
12330
  msgid ""
12331
  "Make sure the user also has a role that has all the boxes ticked in Table "
12332
  "VII-A"
12333
  msgstr ""
12334
 
12335
+ #: wppa-settings-autosave.php:6494
12336
  msgid "--- select a user to make superuser ---"
12337
  msgstr ""
12338
 
12339
+ #: wppa-settings-autosave.php:6518
12340
  msgid "Unsuper user"
12341
  msgstr ""
12342
 
12343
+ #: wppa-settings-autosave.php:6519
12344
  msgid "Remove user from super user list."
12345
  msgstr ""
12346
 
12347
+ #: wppa-settings-autosave.php:6523
12348
  msgid "--- select a user to unmake superuser ---"
12349
  msgstr ""
12350
 
12351
+ #: wppa-settings-autosave.php:6556
12352
  msgid "Table VIII:"
12353
  msgstr ""
12354
 
12355
+ #: wppa-settings-autosave.php:6556
12356
  msgid "Actions:"
12357
  msgstr ""
12358
 
12359
+ #: wppa-settings-autosave.php:6557
12360
  msgid "This table lists all actions that can be taken to the wppa+ system"
12361
  msgstr ""
12362
 
12363
+ #: wppa-settings-autosave.php:6567 wppa-settings-autosave.php:7230
12364
  msgid "Specification"
12365
  msgstr ""
12366
 
12367
+ #: wppa-settings-autosave.php:6568 wppa-settings-autosave.php:7231
12368
+ #: wppa-settings-autosave.php:9750 wppa-settings-autosave.php:9772
12369
  msgid "Do it!"
12370
  msgstr ""
12371
 
12372
+ #: wppa-settings-autosave.php:6570 wppa-settings-autosave.php:7233
12373
  msgid "To Go"
12374
  msgstr ""
12375
 
12376
+ #: wppa-settings-autosave.php:6578
12377
  msgid "Harmless and reverseable actions"
12378
  msgstr ""
12379
 
12380
+ #: wppa-settings-autosave.php:6580
12381
  msgid "Ignore concurrency"
12382
  msgstr ""
12383
 
12384
+ #: wppa-settings-autosave.php:6581
12385
  msgid "Ignore the prevention of concurrent actions."
12386
  msgstr ""
12387
 
12388
+ #: wppa-settings-autosave.php:6582
12389
  msgid ""
12390
  "This setting is meant to recover from deadlock situations only. Use with "
12391
  "care!"
12392
  msgstr ""
12393
 
12394
+ #: wppa-settings-autosave.php:6593
12395
  msgid "Setup"
12396
  msgstr ""
12397
 
12398
+ #: wppa-settings-autosave.php:6594
12399
  msgid "Re-initialize plugin."
12400
  msgstr ""
12401
 
12402
+ #: wppa-settings-autosave.php:6595
12403
  msgid ""
12404
  "Re-initilizes the plugin, (re)creates database tables and sets up default "
12405
  "settings and directories if required."
12406
  msgstr ""
12407
 
12408
+ #: wppa-settings-autosave.php:6596
12409
  msgid ""
12410
  "This action may be required to setup blogs in a multiblog (network) site as "
12411
  "well as in rare cases to correct initilization errors."
12412
  msgstr ""
12413
 
12414
+ #: wppa-settings-autosave.php:6607
12415
  msgid "Backup settings"
12416
  msgstr ""
12417
 
12418
+ #: wppa-settings-autosave.php:6608
12419
  msgid "Save all settings into a backup file."
12420
  msgstr ""
12421
 
12422
+ #: wppa-settings-autosave.php:6609
12423
  msgid "Saves all the settings into a backup file"
12424
  msgstr ""
12425
 
12426
+ #: wppa-settings-autosave.php:6620
12427
  msgid "Load settings"
12428
  msgstr ""
12429
 
12430
+ #: wppa-settings-autosave.php:6621
12431
  msgid "Restore all settings from defaults, a backup or skin file."
12432
  msgstr ""
12433
 
12434
+ #: wppa-settings-autosave.php:6622
12435
  msgid ""
12436
  "Restores all the settings from the factory supplied defaults, the backup you "
12437
  "created or from a skin file."
12438
  msgstr ""
12439
 
12440
+ #: wppa-settings-autosave.php:6628
12441
  msgid "--- set to defaults ---"
12442
  msgstr ""
12443
 
12444
+ #: wppa-settings-autosave.php:6631
12445
  msgid "--- restore backup ---"
12446
  msgstr ""
12447
 
12448
+ #: wppa-settings-autosave.php:6653
12449
  msgid "Regenerate"
12450
  msgstr ""
12451
 
12452
+ #: wppa-settings-autosave.php:6654 wppa-settings-autosave.php:6655
12453
  msgid "Regenerate all thumbnails."
12454
  msgstr ""
12455
 
12456
+ #: wppa-settings-autosave.php:6658 wppa-settings-autosave.php:6762
12457
+ #: wppa-settings-autosave.php:6829
12458
  msgid "Skip one"
12459
  msgstr ""
12460
 
12461
+ #: wppa-settings-autosave.php:6667
12462
  msgid "Rerate"
12463
  msgstr ""
12464
 
12465
+ #: wppa-settings-autosave.php:6668
12466
  msgid "Recalculate ratings."
12467
  msgstr ""
12468
 
12469
+ #: wppa-settings-autosave.php:6669
12470
  msgid ""
12471
  "This function will recalculate all mean photo ratings from the ratings table."
12472
  msgstr ""
12473
 
12474
+ #: wppa-settings-autosave.php:6670
12475
  msgid ""
12476
  "You may need this function after the re-import of previously exported photos"
12477
  msgstr ""
12478
 
12479
+ #: wppa-settings-autosave.php:6681
12480
  msgid "Lost and found"
12481
  msgstr ""
12482
 
12483
+ #: wppa-settings-autosave.php:6682
12484
  msgid "Find \"lost\" photos."
12485
  msgstr ""
12486
 
12487
+ #: wppa-settings-autosave.php:6683
12488
  msgid "This function will attempt to find lost photos."
12489
  msgstr ""
12490
 
12491
+ #: wppa-settings-autosave.php:6694
12492
  msgid "Recuperate"
12493
  msgstr ""
12494
 
12495
+ #: wppa-settings-autosave.php:6696
12496
  msgid ""
12497
  "This action will attempt to find and register IPTC and EXIF data from photos "
12498
  "in the WPPA+ system."
12499
  msgstr ""
12500
 
12501
+ #: wppa-settings-autosave.php:6707
12502
  msgid "Remake Index Albums"
12503
  msgstr ""
12504
 
12505
+ #: wppa-settings-autosave.php:6708
12506
  msgid "Remakes the index database table for albums."
12507
  msgstr ""
12508
 
12509
+ #: wppa-settings-autosave.php:6720
12510
  msgid "Remake Index Photos"
12511
  msgstr ""
12512
 
12513
+ #: wppa-settings-autosave.php:6721
12514
  msgid "Remakes the index database table for photos."
12515
  msgstr ""
12516
 
12517
+ #: wppa-settings-autosave.php:6739
12518
  msgid "Convert to tree"
12519
  msgstr ""
12520
 
12521
+ #: wppa-settings-autosave.php:6740
12522
  msgid "Convert filesystem to tree structure."
12523
  msgstr ""
12524
 
12525
+ #: wppa-settings-autosave.php:6743
12526
  msgid "Convert to flat"
12527
  msgstr ""
12528
 
12529
+ #: wppa-settings-autosave.php:6744
12530
  msgid "Convert filesystem to flat structure."
12531
  msgstr ""
12532
 
12533
+ #: wppa-settings-autosave.php:6746
12534
  msgid ""
12535
  "If you want to go back to a wppa+ version prior to 5.0.16, you MUST convert "
12536
  "to flat first."
12537
  msgstr ""
12538
 
12539
+ #: wppa-settings-autosave.php:6758
12540
  msgid "Remake the photofiles from photo sourcefiles."
12541
  msgstr ""
12542
 
12543
+ #: wppa-settings-autosave.php:6759
12544
  msgid ""
12545
  "This action will remake the fullsize images, thumbnail images, and will "
12546
  "refresh the iptc and exif data for all photos where the source is found in "
12547
  "the corresponding album sub-directory of the source directory."
12548
  msgstr ""
12549
 
12550
+ #: wppa-settings-autosave.php:6771
12551
  msgid "Orientation only"
12552
  msgstr ""
12553
 
12554
+ #: wppa-settings-autosave.php:6772
12555
  msgid "Remake non standard orientated photos only."
12556
  msgstr ""
12557
 
12558
+ #: wppa-settings-autosave.php:6785
12559
  msgid "Recalc sizes"
12560
  msgstr ""
12561
 
12562
+ #: wppa-settings-autosave.php:6786
12563
  msgid "Recalculate photosizes and save to db."
12564
  msgstr ""
12565
 
12566
+ #: wppa-settings-autosave.php:6798
12567
  msgid "Renew album crypt"
12568
  msgstr ""
12569
 
12570
+ #: wppa-settings-autosave.php:6799
12571
  msgid "Renew album encrcryption codes."
12572
  msgstr ""
12573
 
12574
+ #: wppa-settings-autosave.php:6811
12575
  msgid "Renew photo crypt"
12576
  msgstr ""
12577
 
12578
+ #: wppa-settings-autosave.php:6812
12579
  msgid "Renew photo encrcryption codes."
12580
  msgstr ""
12581
 
12582
+ #: wppa-settings-autosave.php:6824
12583
  msgid "Create orietation sources"
12584
  msgstr ""
12585
 
12586
+ #: wppa-settings-autosave.php:6825
12587
  msgid "Creates correctly oriented pseudo source file."
12588
  msgstr ""
12589
 
12590
+ #: wppa-settings-autosave.php:6838
12591
  msgid "Clearing and other irreverseable actions"
12592
  msgstr ""
12593
 
12594
+ #: wppa-settings-autosave.php:6840
12595
  msgid "Clear ratings"
12596
  msgstr ""
12597
 
12598
+ #: wppa-settings-autosave.php:6841
12599
  msgid "Reset all ratings."
12600
  msgstr ""
12601
 
12602
+ #: wppa-settings-autosave.php:6842
12603
  msgid "WARNING: If checked, this will clear all ratings in the system!"
12604
  msgstr ""
12605
 
12606
+ #: wppa-settings-autosave.php:6853
12607
  msgid "Clear viewcounts"
12608
  msgstr ""
12609
 
12610
+ #: wppa-settings-autosave.php:6854
12611
  msgid "Reset all viewcounts."
12612
  msgstr ""
12613
 
12614
+ #: wppa-settings-autosave.php:6855
12615
  msgid "WARNING: If checked, this will clear all viewcounts in the system!"
12616
  msgstr ""
12617
 
12618
+ #: wppa-settings-autosave.php:6866
12619
  msgid "Reset IPTC"
12620
  msgstr ""
12621
 
12622
+ #: wppa-settings-autosave.php:6867
12623
  msgid "Clear all IPTC data."
12624
  msgstr ""
12625
 
12626
+ #: wppa-settings-autosave.php:6868
12627
  msgid "WARNING: If checked, this will clear all IPTC data in the system!"
12628
  msgstr ""
12629
 
12630
+ #: wppa-settings-autosave.php:6879
12631
  msgid "Reset EXIF"
12632
  msgstr ""
12633
 
12634
+ #: wppa-settings-autosave.php:6880
12635
  msgid "Clear all EXIF data."
12636
  msgstr ""
12637
 
12638
+ #: wppa-settings-autosave.php:6881
12639
  msgid "WARNING: If checked, this will clear all EXIF data in the system!"
12640
  msgstr ""
12641
 
12642
+ #: wppa-settings-autosave.php:6892
12643
  msgid "Apply New Photodesc"
12644
  msgstr ""
12645
 
12646
+ #: wppa-settings-autosave.php:6893
12647
  msgid "Apply New photo description on all photos in the system."
12648
  msgstr ""
12649
 
12650
+ #: wppa-settings-autosave.php:6905
12651
  msgid "Append to photodesc"
12652
  msgstr ""
12653
 
12654
+ #: wppa-settings-autosave.php:6906
12655
  msgid "Append this text to all photo descriptions."
12656
  msgstr ""
12657
 
12658
+ #: wppa-settings-autosave.php:6920
12659
  msgid "Remove from photodesc"
12660
  msgstr ""
12661
 
12662
+ #: wppa-settings-autosave.php:6921
12663
  msgid "Remove this text from all photo descriptions."
12664
  msgstr ""
12665
 
12666
+ #: wppa-settings-autosave.php:6935
12667
  msgid "Remove empty albums"
12668
  msgstr ""
12669
 
12670
+ #: wppa-settings-autosave.php:6936
12671
  msgid "Removes albums that are not used."
12672
  msgstr ""
12673
 
12674
+ #: wppa-settings-autosave.php:6948
12675
  msgid "Remove file-ext"
12676
  msgstr ""
12677
 
12678
+ #: wppa-settings-autosave.php:6949
12679
  msgid "Remove possible file extension from photo name."
12680
  msgstr ""
12681
 
12682
+ #: wppa-settings-autosave.php:6950
12683
  msgid ""
12684
  "This may be required for old photos, uploaded when the option in Table IX-D3 "
12685
  "was not yet available/selected."
12686
  msgstr ""
12687
 
12688
+ #: wppa-settings-autosave.php:6961
12689
  msgid "Re-add file-ext"
12690
  msgstr ""
12691
 
12692
+ #: wppa-settings-autosave.php:6962
12693
  msgid "Revert the <i>Remove file-ext</i> action."
12694
  msgstr ""
12695
 
12696
+ #: wppa-settings-autosave.php:6974
12697
  msgid "Watermark all"
12698
  msgstr ""
12699
 
12700
+ #: wppa-settings-autosave.php:6975
12701
  msgid "Apply watermark according to current settings to all photos."
12702
  msgstr ""
12703
 
12704
+ #: wppa-settings-autosave.php:6976
12705
  msgid "See Table IX_F for the current watermark settings"
12706
  msgstr ""
12707
 
12708
+ #: wppa-settings-autosave.php:6987
12709
  msgid "Create all autopages"
12710
  msgstr ""
12711
 
12712
+ #: wppa-settings-autosave.php:6988
12713
  msgid "Create all the pages to display slides individually."
12714
  msgstr ""
12715
 
12716
+ #: wppa-settings-autosave.php:6989 wppa-settings-autosave.php:7003
12717
  msgid "See also Table IV-A10."
12718
  msgstr ""
12719
 
12720
+ #: wppa-settings-autosave.php:6990
12721
  msgid ""
12722
  "Make sure you have a custom menu and the \"Automatically add new top-level "
12723
  "pages to this menu\" box UNticked!!"
12724
  msgstr ""
12725
 
12726
+ #: wppa-settings-autosave.php:7001
12727
  msgid "Delete all autopages"
12728
  msgstr ""
12729
 
12730
+ #: wppa-settings-autosave.php:7002
12731
  msgid "Delete all the pages to display slides individually."
12732
  msgstr ""
12733
 
12734
+ #: wppa-settings-autosave.php:7015
12735
  msgid "Leading zeroes"
12736
  msgstr ""
12737
 
12738
+ #: wppa-settings-autosave.php:7016
12739
  msgid "If photoname numeric, add leading zeros"
12740
  msgstr ""
12741
 
12742
+ #: wppa-settings-autosave.php:7017
12743
  msgid ""
12744
  "You can extend the name with leading zeros, so alphabetic sort becomes equal "
12745
  "to numeric sort order."
12746
  msgstr ""
12747
 
12748
+ #: wppa-settings-autosave.php:7020
12749
  msgid "Total chars"
12750
  msgstr ""
12751
 
12752
+ #: wppa-settings-autosave.php:7029
12753
  msgid "Add GPX tag"
12754
  msgstr ""
12755
 
12756
+ #: wppa-settings-autosave.php:7030
12757
  msgid "Make sure photos with gpx data have a Gpx tag"
12758
  msgstr ""
12759
 
12760
+ #: wppa-settings-autosave.php:7043 wppa-settings-autosave.php:7947
12761
  msgid "Optimize files"
12762
  msgstr ""
12763
 
12764
+ #: wppa-settings-autosave.php:7044
12765
  msgid "Optimize with EWWW image optimizer"
12766
  msgstr ""
12767
 
12768
+ #: wppa-settings-autosave.php:7057
12769
  msgid "Edit tag"
12770
  msgstr ""
12771
 
12772
+ #: wppa-settings-autosave.php:7058
12773
  msgid "Globally change a tagname."
12774
  msgstr ""
12775
 
12776
+ #: wppa-settings-autosave.php:7064
12777
  msgid "-select a tag-"
12778
  msgstr ""
12779
 
12780
+ #: wppa-settings-autosave.php:7070
12781
  msgid "Tag:"
12782
  msgstr ""
12783
 
12784
+ #: wppa-settings-autosave.php:7071
12785
  msgid "Change to:"
12786
  msgstr ""
12787
 
12788
+ #: wppa-settings-autosave.php:7080
12789
  msgid "Synchronize Cloudinary"
12790
  msgstr ""
12791
 
12792
+ #: wppa-settings-autosave.php:7081
12793
  msgid "Removes/adds images in the cloud."
12794
  msgstr ""
12795
 
12796
+ #: wppa-settings-autosave.php:7082
12797
  msgid "Removes old images and verifies/adds new images to Cloudinary."
12798
  msgstr ""
12799
 
12800
+ #: wppa-settings-autosave.php:7083
12801
  msgid "See Table IX-K4.7 for the configured lifetime."
12802
  msgstr ""
12803
 
12804
+ #: wppa-settings-autosave.php:7094
12805
  msgid "Fix tags"
12806
  msgstr ""
12807
 
12808
+ #: wppa-settings-autosave.php:7095
12809
  msgid "Make sure photo tags format is uptodate"
12810
  msgstr ""
12811
 
12812
+ #: wppa-settings-autosave.php:7096
12813
  msgid "Fixes tags to be conform current database rules."
12814
  msgstr ""
12815
 
12816
+ #: wppa-settings-autosave.php:7107
12817
  msgid "Fix cats"
12818
  msgstr ""
12819
 
12820
+ #: wppa-settings-autosave.php:7108
12821
  msgid "Make sure album cats format is uptodate"
12822
  msgstr ""
12823
 
12824
+ #: wppa-settings-autosave.php:7109
12825
  msgid "Fixes cats to be conform current database rules."
12826
  msgstr ""
12827
 
12828
+ #: wppa-settings-autosave.php:7120
12829
  msgid "Set owner to name"
12830
  msgstr ""
12831
 
12832
+ #: wppa-settings-autosave.php:7121
12833
  msgid "If photoname equals user display name, set him owner."
12834
  msgstr ""
12835
 
12836
+ #: wppa-settings-autosave.php:7148
12837
  msgid "Listings"
12838
  msgstr ""
12839
 
12840
+ #: wppa-settings-autosave.php:7150
12841
  msgid "List Logfile"
12842
  msgstr ""
12843
 
12844
+ #: wppa-settings-autosave.php:7151
12845
  msgid "Show the content of wppa+ (error) log."
12846
  msgstr ""
12847
 
12848
+ #: wppa-settings-autosave.php:7155
12849
  msgid "Purge logfile"
12850
  msgstr ""
12851
 
12852
+ #: wppa-settings-autosave.php:7164
12853
  msgid "List Ratings"
12854
  msgstr ""
12855
 
12856
+ #: wppa-settings-autosave.php:7165
12857
  msgid "Show the most recent ratings."
12858
  msgstr ""
12859
 
12860
+ #: wppa-settings-autosave.php:7178
12861
  msgid "List Index"
12862
  msgstr ""
12863
 
12864
+ #: wppa-settings-autosave.php:7179
12865
  msgid "Show the content if the index table."
12866
  msgstr ""
12867
 
12868
+ #: wppa-settings-autosave.php:7183
12869
  msgid "Start at text:"
12870
  msgstr ""
12871
 
12872
+ #: wppa-settings-autosave.php:7193
12873
  msgid "List active sessions"
12874
  msgstr ""
12875
 
12876
+ #: wppa-settings-autosave.php:7194
12877
  msgid "Show the content of the sessions table."
12878
  msgstr ""
12879
 
12880
+ #: wppa-settings-autosave.php:7207
12881
  msgid "List comments"
12882
  msgstr ""
12883
 
12884
+ #: wppa-settings-autosave.php:7208
12885
  msgid "Show the content of the comments table."
12886
  msgstr ""
12887
 
12888
+ #: wppa-settings-autosave.php:7214
12889
  msgid "Order by:"
12890
  msgstr ""
12891
 
12892
+ #: wppa-settings-autosave.php:7243
12893
  msgid "Table IX:"
12894
  msgstr ""
12895
 
12896
+ #: wppa-settings-autosave.php:7243
12897
  msgid "Miscellaneous:"
12898
  msgstr ""
12899
 
12900
+ #: wppa-settings-autosave.php:7244
12901
  msgid "This table lists all settings that do not fit into an other table"
12902
  msgstr ""
12903
 
12904
+ #: wppa-settings-autosave.php:7262
12905
  msgid "Internal engine related settings"
12906
  msgstr ""
12907
 
12908
+ #: wppa-settings-autosave.php:7264
12909
  msgid "WPPA+ Filter priority"
12910
  msgstr ""
12911
 
12912
+ #: wppa-settings-autosave.php:7265
12913
  msgid "Sets the priority of the wppa+ content filter."
12914
  msgstr ""
12915
 
12916
+ #: wppa-settings-autosave.php:7266 wppa-settings-autosave.php:7275
12917
  msgid ""
12918
  "If you encounter conflicts with the theme or other plugins, increasing this "
12919
  "value sometimes helps. Use with great care!"
12920
  msgstr ""
12921
 
12922
+ #: wppa-settings-autosave.php:7273
12923
  msgid "Do_shortcode priority"
12924
  msgstr ""
12925
 
12926
+ #: wppa-settings-autosave.php:7274
12927
  msgid "Sets the priority of the do_shortcode() content filter."
12928
  msgstr ""
12929
 
12930
+ #: wppa-settings-autosave.php:7282
12931
  msgid "WPPA shortcode at Filter priority"
12932
  msgstr ""
12933
 
12934
+ #: wppa-settings-autosave.php:7283
12935
  msgid "Execute shortcode expansion on filter priority in posts and pages."
12936
  msgstr ""
12937
 
12938
+ #: wppa-settings-autosave.php:7284 wppa-settings-autosave.php:7293
12939
  msgid "Use to fix certain layout problems"
12940
  msgstr ""
12941
 
12942
+ #: wppa-settings-autosave.php:7291
12943
  msgid "WPPA shortcode at Filter priority widget"
12944
  msgstr ""
12945
 
12946
+ #: wppa-settings-autosave.php:7292
12947
  msgid "Execute shortcode expansion on filter priority in widgets."
12948
  msgstr ""
12949
 
12950
+ #: wppa-settings-autosave.php:7300
12951
  msgid "JPG image quality"
12952
  msgstr ""
12953
 
12954
+ #: wppa-settings-autosave.php:7301
12955
  msgid "The jpg quality when photos are downsized"
12956
  msgstr ""
12957
 
12958
+ #: wppa-settings-autosave.php:7302
12959
  msgid "The higher the number the better the quality but the larger the file"
12960
  msgstr ""
12961
 
12962
+ #: wppa-settings-autosave.php:7303
12963
  msgid "Possible values 20..100"
12964
  msgstr ""
12965
 
12966
+ #: wppa-settings-autosave.php:7310
12967
  msgid "Allow WPPA+ Debugging"
12968
  msgstr ""
12969
 
12970
+ #: wppa-settings-autosave.php:7311
12971
  msgid "Allow the use of &amp;debug=.. in urls to this site."
12972
  msgstr ""
12973
 
12974
+ #: wppa-settings-autosave.php:7312
12975
  msgid ""
12976
  "If checked: appending (?)(&)debug or (?)(&)debug=<int> to an url to this "
12977
  "site will generate the display of special WPPA+ diagnostics, as well as php "
12978
  "warnings"
12979
  msgstr ""
12980
 
12981
+ #: wppa-settings-autosave.php:7319
12982
  msgid "Auto continue"
12983
  msgstr ""
12984
 
12985
+ #: wppa-settings-autosave.php:7320
12986
  msgid "Continue automatic after time out"
12987
  msgstr ""
12988
 
12989
+ #: wppa-settings-autosave.php:7321
12990
  msgid ""
12991
  "If checked, an attempt will be made to restart an admin process when the "
12992
  "time is out."
12993
  msgstr ""
12994
 
12995
+ #: wppa-settings-autosave.php:7329
12996
  msgid "Set max execution time here."
12997
  msgstr ""
12998
 
12999
+ #: wppa-settings-autosave.php:7330
13000
  msgid ""
13001
  "If your php config does not properly set the max execution time, you can set "
13002
  "it here. Seconds, 0 means do not change."
13003
  msgstr ""
13004
 
13005
+ #: wppa-settings-autosave.php:7331
13006
  msgid "A safe value is 45 in most cases"
13007
  msgstr ""
13008
 
13009
+ #: wppa-settings-autosave.php:7332
13010
  #, php-format
13011
  msgid "The PHP setting max_execution_time is set to %s."
13012
  msgstr ""
13013
 
13014
+ #: wppa-settings-autosave.php:7340
13015
  msgid "Feed use thumb"
13016
  msgstr ""
13017
 
13018
+ #: wppa-settings-autosave.php:7341
13019
  msgid "Feeds use thumbnail pictures always."
13020
  msgstr ""
13021
 
13022
+ #: wppa-settings-autosave.php:7349
13023
  msgid "Enable <i>in-line</i> settings"
13024
  msgstr ""
13025
 
13026
+ #: wppa-settings-autosave.php:7350
13027
  msgid "Activates shortcode [wppa_set][/wppa_set]."
13028
  msgstr ""
13029
 
13030
+ #: wppa-settings-autosave.php:7351
13031
  msgid ""
13032
  "Syntax: [wppa_set name=\"any wppa setting\" value=\"new value\"][/wppa_set]"
13033
  msgstr ""
13034
 
13035
+ #: wppa-settings-autosave.php:7352
13036
  msgid ""
13037
  "Example: [wppa_set name=\"wppa_thumbtype\" value=\"masonry-v\"][/wppa_set] "
13038
  "sets the thumbnail type to vertical masonry style"
13039
  msgstr ""
13040
 
13041
+ #: wppa-settings-autosave.php:7353
13042
  msgid "Do not forget to reset with [wppa_set][/wppa_set]"
13043
  msgstr ""
13044
 
13045
+ #: wppa-settings-autosave.php:7354
13046
  msgid "Use with great care! There is no check on validity of values!"
13047
  msgstr ""
13048
 
13049
+ #: wppa-settings-autosave.php:7361
13050
  msgid "Runtime modifyable settings"
13051
  msgstr ""
13052
 
13053
+ #: wppa-settings-autosave.php:7362
13054
  msgid "The setting slugs that may be altered using [wppa_set] shortcode."
13055
  msgstr ""
13056
 
13057
+ #: wppa-settings-autosave.php:7371
13058
  msgid "WPPA+ Admin related miscellaneous settings"
13059
  msgstr ""
13060
 
13061
+ #: wppa-settings-autosave.php:7373
13062
  msgid "Allow HTML"
13063
  msgstr ""
13064
 
13065
+ #: wppa-settings-autosave.php:7374
13066
  msgid "Allow HTML in album and photo descriptions."
13067
  msgstr ""
13068
 
13069
+ #: wppa-settings-autosave.php:7375 wppa-settings-autosave.php:7384
13070
  msgid ""
13071
  "If checked: html is allowed. WARNING: No checks on syntax, it is your own "
13072
  "responsability to close tags properly!"
13073
  msgstr ""
13074
 
13075
+ #: wppa-settings-autosave.php:7382
13076
  msgid "Allow HTML custom"
13077
  msgstr ""
13078
 
13079
+ #: wppa-settings-autosave.php:7383
13080
  msgid "Allow HTML in custom photo datafields."
13081
  msgstr ""
13082
 
13083
+ #: wppa-settings-autosave.php:7391
13084
  msgid "Check tag balance"
13085
  msgstr ""
13086
 
13087
+ #: wppa-settings-autosave.php:7392
13088
  msgid "Check if the HTML tags are properly closed: \"balanced\"."
13089
  msgstr ""
13090
 
13091
+ #: wppa-settings-autosave.php:7393
13092
  msgid ""
13093
  "If the HTML tags in an album or a photo description are not in balance, the "
13094
  "description is not updated, an errormessage is displayed"
13095
  msgstr ""
13096
 
13097
+ #: wppa-settings-autosave.php:7400
13098
  msgid "Use WP editor"
13099
  msgstr ""
13100
 
13101
+ #: wppa-settings-autosave.php:7401
13102
  msgid "Use the wp editor for multiline text fields."
13103
  msgstr ""
13104
 
13105
+ #: wppa-settings-autosave.php:7409
13106
  msgid "Album sel hierarchic"
13107
  msgstr ""
13108
 
13109
+ #: wppa-settings-autosave.php:7410
13110
  msgid "Show albums with (grand)parents in selection lists."
13111
  msgstr ""
13112
 
13113
+ #: wppa-settings-autosave.php:7418
13114
  msgid "Page sel hierarchic"
13115
  msgstr ""
13116
 
13117
+ #: wppa-settings-autosave.php:7419
13118
  msgid "Show pages with (grand)parents in selection lists."
13119
  msgstr ""
13120
 
13121
+ #: wppa-settings-autosave.php:7428
13122
  msgid "Photo admin page size"
13123
  msgstr ""
13124
 
13125
+ #: wppa-settings-autosave.php:7429
13126
  msgid ""
13127
  "The number of photos per page on the <br/>Edit Album -> Manage photos and "
13128
  "Edit Photos admin pages."
13129
  msgstr ""
13130
 
13131
+ #: wppa-settings-autosave.php:7439
13132
  msgid "Comment admin page size"
13133
  msgstr ""
13134
 
13135
+ #: wppa-settings-autosave.php:7440
13136
  msgid "The number of comments per page on the Comments admin pages."
13137
  msgstr ""
13138
 
13139
+ #: wppa-settings-autosave.php:7450
13140
  msgid "Geo info edit"
13141
  msgstr ""
13142
 
13143
+ #: wppa-settings-autosave.php:7451
13144
  msgid "Lattitude and longitude may be edited in photo admin."
13145
  msgstr ""
13146
 
13147
+ #: wppa-settings-autosave.php:7459
13148
  msgid "Admin bar menu admin"
13149
  msgstr ""
13150
 
13151
+ #: wppa-settings-autosave.php:7460
13152
  msgid "Show menu on admin bar on admin pages."
13153
  msgstr ""
13154
 
13155
+ #: wppa-settings-autosave.php:7468
13156
  msgid "Admin bar menu frontend"
13157
  msgstr ""
13158
 
13159
+ #: wppa-settings-autosave.php:7469
13160
  msgid "Show menu on admin bar on frontend pages."
13161
  msgstr ""
13162
 
13163
+ #: wppa-settings-autosave.php:7477
13164
  msgid "Add shortcode to posts"
13165
  msgstr ""
13166
 
13167
+ #: wppa-settings-autosave.php:7478
13168
  msgid "Add a shortcode to the end of all posts."
13169
  msgstr ""
13170
 
13171
+ #: wppa-settings-autosave.php:7486
13172
  msgid "Shortcode to add"
13173
  msgstr ""
13174
 
13175
+ #: wppa-settings-autosave.php:7487
13176
  msgid "The shortcode to be added to the posts."
13177
  msgstr ""
13178
 
13179
+ #: wppa-settings-autosave.php:7495
13180
  msgid "We use Scripts"
13181
  msgstr ""
13182
 
13183
+ #: wppa-settings-autosave.php:7496
13184
  msgid "Use scripting syntax in shortcode generator."
13185
  msgstr ""
13186
 
13187
+ #: wppa-settings-autosave.php:7497
13188
  msgid ""
13189
  "This setting defines if the shortcode generator outputs old style script "
13190
  "tags or new style shortcodes."
13191
  msgstr ""
13192
 
13193
+ #: wppa-settings-autosave.php:7505
13194
  msgid "Import page prieviews"
13195
  msgstr ""
13196
 
13197
+ #: wppa-settings-autosave.php:7506
13198
  msgid "Show thumbnail previews in import admin page."
13199
  msgstr ""
13200
 
13201
+ #: wppa-settings-autosave.php:7514
13202
  msgid "Upload audiostub"
13203
  msgstr ""
13204
 
13205
+ #: wppa-settings-autosave.php:7515
13206
  msgid "Upload a new audio stub file"
13207
  msgstr ""
13208
 
13209
+ #: wppa-settings-autosave.php:7519
13210
  msgid "Upload audio stub image"
13211
  msgstr ""
13212
 
13213
+ #: wppa-settings-autosave.php:7524
13214
  msgid "Confirm create"
13215
  msgstr ""
13216
 
13217
+ #: wppa-settings-autosave.php:7525
13218
  msgid "Display confirmation dialog before creating album."
13219
  msgstr ""
13220
 
13221
+ #: wppa-settings-autosave.php:7533
13222
  msgid "Import source root"
13223
  msgstr ""
13224
 
13225
+ #: wppa-settings-autosave.php:7534
13226
  msgid "Specify the highest level in the filesystem where to import from"
13227
  msgstr ""
13228
 
13229
+ #: wppa-settings-autosave.php:7551
13230
  msgid "Allow import from WPPA+ source folders"
13231
  msgstr ""
13232
 
13233
+ #: wppa-settings-autosave.php:7552
13234
  msgid "Only switch this on if you know what you are doing!"
13235
  msgstr ""
13236
 
13237
+ #: wppa-settings-autosave.php:7561
13238
  msgid "SEO related settings"
13239
  msgstr ""
13240
 
13241
+ #: wppa-settings-autosave.php:7563
13242
  msgid "Meta on page"
13243
  msgstr ""
13244
 
13245
+ #: wppa-settings-autosave.php:7564
13246
  msgid "Meta tags for photos on the page."
13247
  msgstr ""
13248
 
13249
+ #: wppa-settings-autosave.php:7565
13250
  msgid ""
13251
  "If checked, the header of the page will contain metatags that refer to "
13252
  "featured photos on the page in the page context."
13253
  msgstr ""
13254
 
13255
+ #: wppa-settings-autosave.php:7572
13256
  msgid "Meta all"
13257
  msgstr ""
13258
 
13259
+ #: wppa-settings-autosave.php:7573
13260
  msgid "Meta tags for all featured photos."
13261
  msgstr ""
13262
 
13263
+ #: wppa-settings-autosave.php:7574
13264
  msgid ""
13265
  "If checked, the header of the page will contain metatags that refer to all "
13266
  "featured photo files."
13267
  msgstr ""
13268
 
13269
+ #: wppa-settings-autosave.php:7575
13270
  msgid ""
13271
  "If you have many featured photos, you might wish to uncheck this item to "
13272
  "reduce the size of the page header."
13273
  msgstr ""
13274
 
13275
+ #: wppa-settings-autosave.php:7582
13276
  msgid "Add og meta tags"
13277
  msgstr ""
13278
 
13279
+ #: wppa-settings-autosave.php:7583
13280
  msgid "Add og meta tags to the page header."
13281
  msgstr ""
13282
 
13283
+ #: wppa-settings-autosave.php:7586
13284
  msgid ""
13285
  "Turning this off may affect the functionality of social media items in the "
13286
  "share box that rely on open graph tags information."
13287
  msgstr ""
13288
 
13289
+ #: wppa-settings-autosave.php:7592
13290
  msgid "Image Alt attribute type"
13291
  msgstr ""
13292
 
13293
+ #: wppa-settings-autosave.php:7593
13294
  msgid "Select kind of HTML alt=\"\" content for images."
13295
  msgstr ""
13296
 
13297
+ #: wppa-settings-autosave.php:7596
13298
  msgid "photo name"
13299
  msgstr ""
13300
 
13301
+ #: wppa-settings-autosave.php:7596
13302
  msgid "name without file-ext"
13303
  msgstr ""
13304
 
13305
+ #: wppa-settings-autosave.php:7596
13306
  msgid "set in album admin"
13307
  msgstr ""
13308
 
13309
+ #: wppa-settings-autosave.php:7603
13310
  msgid "New Album and New Photo related miscellaneous settings"
13311
  msgstr ""
13312
 
13313
+ #: wppa-settings-autosave.php:7641
13314
  msgid "Maximum time an album is indicated as New"
13315
  msgstr ""
13316
 
13317
+ #: wppa-settings-autosave.php:7649
13318
  msgid "New Photo"
13319
  msgstr ""
13320
 
13321
+ #: wppa-settings-autosave.php:7650
13322
  msgid "Maximum time a photo is indicated as New"
13323
  msgstr ""
13324
 
13325
+ #: wppa-settings-autosave.php:7658
13326
  msgid "Modified Album"
13327
  msgstr ""
13328
 
13329
+ #: wppa-settings-autosave.php:7659
13330
  msgid "Maximum time an album is indicated as Modified"
13331
  msgstr ""
13332
 
13333
+ #: wppa-settings-autosave.php:7667
13334
  msgid "Modified Photo"
13335
  msgstr ""
13336
 
13337
+ #: wppa-settings-autosave.php:7668
13338
  msgid "Maximum time a photo is indicated as Modofied"
13339
  msgstr ""
13340
 
13341
+ #: wppa-settings-autosave.php:7676
13342
  msgid "Use text labels"
13343
  msgstr ""
13344
 
13345
+ #: wppa-settings-autosave.php:7677
13346
  msgid "Use editable text for the New and Modified labels"
13347
  msgstr ""
13348
 
13349
+ #: wppa-settings-autosave.php:7678
13350
  msgid "If UNticked, you can specify the urls for custom images to be used."
13351
  msgstr ""
13352
 
13353
+ #: wppa-settings-autosave.php:7689
13354
  msgid "Orange"
13355
  msgstr ""
13356
 
13357
+ #: wppa-settings-autosave.php:7690
13358
  msgid "Yellow"
13359
  msgstr ""
13360
 
13361
+ #: wppa-settings-autosave.php:7693
13362
  msgid "Purple"
13363
  msgstr ""
13364
 
13365
+ #: wppa-settings-autosave.php:7694
13366
  msgid "Black/white"
13367
  msgstr ""
13368
 
13369
+ #: wppa-settings-autosave.php:7706 wppa-settings-autosave.php:7728
13370
  msgid "New label"
13371
  msgstr ""
13372
 
13373
+ #: wppa-settings-autosave.php:7707
13374
  msgid "Specify the \"New\" indicator details."
13375
  msgstr ""
13376
 
13377
+ #: wppa-settings-autosave.php:7708 wppa-settings-autosave.php:7719
13378
  msgid "If you use qTranslate, the text may be multilingual."
13379
  msgstr ""
13380
 
13381
+ #: wppa-settings-autosave.php:7712 wppa-settings-autosave.php:7723
13382
  #: wppa-stereo.php:31
13383
  msgid "Color"
13384
  msgstr ""
13385
 
13386
+ #: wppa-settings-autosave.php:7717 wppa-settings-autosave.php:7737
13387
  msgid "Modified label"
13388
  msgstr ""
13389
 
13390
+ #: wppa-settings-autosave.php:7718
13391
  msgid "Specify the \"Modified\" indicator details."
13392
  msgstr ""
13393
 
13394
+ #: wppa-settings-autosave.php:7729
13395
  msgid "Specify the \"New\" indicator url."
13396
  msgstr ""
13397
 
13398
+ #: wppa-settings-autosave.php:7738
13399
  msgid "Specify the \"Modified\" indicator url."
13400
  msgstr ""
13401
 
13402
+ #: wppa-settings-autosave.php:7746
13403
  msgid "Limit LasTen New"
13404
  msgstr ""
13405
 
13406
+ #: wppa-settings-autosave.php:7747
13407
  msgid "Limits the LasTen photos to those that are 'New', or newly modified."
13408
  msgstr ""
13409
 
13410
+ #: wppa-settings-autosave.php:7748
13411
  msgid ""
13412
  "If you tick this box and configured the new photo time, you can even limit "
13413
  "the number by the setting in Table I-F7, or set that number to an unlikely "
13414
  "high value."
13415
  msgstr ""
13416
 
13417
+ #: wppa-settings-autosave.php:7755
13418
  msgid "LasTen use Modified"
13419
  msgstr ""
13420
 
13421
+ #: wppa-settings-autosave.php:7756
13422
  msgid ""
13423
  "Use the time modified rather than time upload for LasTen widget/shortcode."
13424
  msgstr ""
13425
 
13426
+ #: wppa-settings-autosave.php:7764
13427
  msgid "Apply Newphoto desc"
13428
  msgstr ""
13429
 
13430
+ #: wppa-settings-autosave.php:7765
13431
  msgid "Give each new photo a standard description."
13432
  msgstr ""
13433
 
13434
+ #: wppa-settings-autosave.php:7766
13435
  msgid ""
13436
  "If checked, each new photo will get the description (template) as specified "
13437
  "in the next item."
13438
  msgstr ""
13439
 
13440
+ #: wppa-settings-autosave.php:7773
13441
  msgid "New photo desc"
13442
  msgstr ""
13443
 
13444
+ #: wppa-settings-autosave.php:7774
13445
  msgid "The description (template) to add to a new photo."
13446
  msgstr ""
13447
 
13448
+ #: wppa-settings-autosave.php:7775
13449
  msgid "Enter the default description."
13450
  msgstr ""
13451
 
13452
+ #: wppa-settings-autosave.php:7776
13453
  msgid "If you use html, please check item A-1 of this table."
13454
  msgstr ""
13455
 
13456
+ #: wppa-settings-autosave.php:7783
13457
  msgid "New photo owner"
13458
  msgstr ""
13459
 
13460
+ #: wppa-settings-autosave.php:7784
13461
  msgid "The owner of a new uploaded photo."
13462
  msgstr ""
13463
 
13464
+ #: wppa-settings-autosave.php:7785
13465
  msgid "If you leave this blank, the uploader will be set as the owner"
13466
  msgstr ""
13467
 
13468
+ #: wppa-settings-autosave.php:7787
13469
  msgid "leave blank or enter login name"
13470
  msgstr ""
13471
 
13472
+ #: wppa-settings-autosave.php:7793
13473
  msgid "New albums are created with this upload limit."
13474
  msgstr ""
13475
 
13476
+ #: wppa-settings-autosave.php:7794
13477
  msgid ""
13478
  "Administrators can change the limit settings in the \"Edit Album Information"
13479
  "\" admin page."
13480
  msgstr ""
13481
 
13482
+ #: wppa-settings-autosave.php:7811
13483
  msgid "Default parent"
13484
  msgstr ""
13485
 
13486
+ #: wppa-settings-autosave.php:7812
13487
  msgid "The parent album of new albums."
13488
  msgstr ""
13489
 
13490
+ #: wppa-settings-autosave.php:7829
13491
  msgid "Default parent always"
13492
  msgstr ""
13493
 
13494
+ #: wppa-settings-autosave.php:7830
13495
  msgid ""
13496
  "The parent album of new albums is always the default, except for "
13497
  "administrators."
13498
  msgstr ""
13499
 
13500
+ #: wppa-settings-autosave.php:7838
13501
  msgid "Show album full"
13502
  msgstr ""
13503
 
13504
+ #: wppa-settings-autosave.php:7839
13505
  msgid "Show the Upload limit reached message if appropriate."
13506
  msgstr ""
13507
 
13508
+ #: wppa-settings-autosave.php:7847
13509
  msgid "Grant an album"
13510
  msgstr ""
13511
 
13512
+ #: wppa-settings-autosave.php:7848
13513
  msgid "Create an album for each user logging in."
13514
  msgstr ""
13515
 
13516
+ #: wppa-settings-autosave.php:7856
13517
  msgid "Grant album name"
13518
  msgstr ""
13519
 
13520
+ #: wppa-settings-autosave.php:7857
13521
  msgid "The name to be used for the album."
13522
  msgstr ""
13523
 
13524
+ #: wppa-settings-autosave.php:7860
13525
  msgid "Login name"
13526
  msgstr ""
13527
 
13528
+ #: wppa-settings-autosave.php:7860 wppa-upldr-widget.php:181
13529
  msgid "Display name"
13530
  msgstr ""
13531
 
13532
+ #: wppa-settings-autosave.php:7860
13533
  msgid "Id"
13534
  msgstr ""
13535
 
13536
+ #: wppa-settings-autosave.php:7860
13537
  msgid "Firstname Lastname"
13538
  msgstr ""
13539
 
13540
+ #: wppa-settings-autosave.php:7867
13541
  msgid "Grant parent"
13542
  msgstr ""
13543
 
13544
+ #: wppa-settings-autosave.php:7868
13545
  msgid "The parent album of the auto created albums."
13546
  msgstr ""
13547
 
13548
+ #: wppa-settings-autosave.php:7885
13549
  msgid "Max user albums"
13550
  msgstr ""
13551
 
13552
+ #: wppa-settings-autosave.php:7886
13553
  msgid "The max number of albums a user can create."
13554
  msgstr ""
13555
 
13556
+ #: wppa-settings-autosave.php:7887
13557
  msgid ""
13558
  "The maximum number of albums a user can create when he is not admin and "
13559
  "owner only is active"
13560
  msgstr ""
13561
 
13562
+ #: wppa-settings-autosave.php:7888
13563
  msgid "A number of 0 means No limit"
13564
  msgstr ""
13565
 
13566
+ #: wppa-settings-autosave.php:7895
13567
  msgid "Default photo name"
13568
  msgstr ""
13569
 
13570
+ #: wppa-settings-autosave.php:7896
13571
  msgid "Select the way the name of a new uploaded photo should be determined."
13572
  msgstr ""
13573
 
13574
+ #: wppa-settings-autosave.php:7899
13575
  msgid "Filename"
13576
  msgstr ""
13577
 
13578
+ #: wppa-settings-autosave.php:7900
13579
  msgid "Filename without extension"
13580
  msgstr ""
13581
 
13582
+ #: wppa-settings-autosave.php:7901
13583
  msgid "IPTC Tag 2#005 (Graphic name)"
13584
  msgstr ""
13585
 
13586
+ #: wppa-settings-autosave.php:7902
13587
  msgid "IPTC Tag 2#120 (Caption)"
13588
  msgstr ""
13589
 
13590
+ #: wppa-settings-autosave.php:7903
13591
  msgid "No name at all"
13592
  msgstr ""
13593
 
13594
+ #: wppa-settings-autosave.php:7911
13595
  msgid "Default coverphoto"
13596
  msgstr ""
13597
 
13598
+ #: wppa-settings-autosave.php:7912
13599
  msgid "Name of photofile to become cover image"
13600
  msgstr ""
13601
 
13602
+ #: wppa-settings-autosave.php:7913
13603
  msgid ""
13604
  "If you name a photofile like this setting before upload, it will become the "
13605
  "coverimage automaticly."
13606
  msgstr ""
13607
 
13608
+ #: wppa-settings-autosave.php:7920
13609
  msgid "Copy Timestamp"
13610
  msgstr ""
13611
 
13612
+ #: wppa-settings-autosave.php:7921
13613
  msgid "Copy timestamp when copying photo."
13614
  msgstr ""
13615
 
13616
+ #: wppa-settings-autosave.php:7922
13617
  msgid "If checked, the copied photo is not \"new\""
13618
  msgstr ""
13619
 
13620
+ #: wppa-settings-autosave.php:7929
13621
  msgid "Copy Owner"
13622
  msgstr ""
13623
 
13624
+ #: wppa-settings-autosave.php:7930
13625
  msgid "Copy the owner when copying photo."
13626
  msgstr ""
13627
 
13628
+ #: wppa-settings-autosave.php:7938
13629
  msgid "FE Albums public"
13630
  msgstr ""
13631
 
13632
+ #: wppa-settings-autosave.php:7939
13633
  msgid "Frontend created albums are --- public ---"
13634
  msgstr ""
13635
 
13636
+ #: wppa-settings-autosave.php:7948
13637
  msgid "Optimize image files right after upload/import"
13638
  msgstr ""
13639
 
13640
+ #: wppa-settings-autosave.php:7949
13641
  msgid "This option requires the plugin EWWW Image Optimizer to be activated"
13642
  msgstr ""
13643
 
13644
+ #: wppa-settings-autosave.php:7956
13645
  msgid "Default album linktype"
13646
  msgstr ""
13647
 
13648
+ #: wppa-settings-autosave.php:7957
13649
  msgid "The album linktype for new albums"
13650
  msgstr ""
13651
 
13652
+ #: wppa-settings-autosave.php:7976
13653
  msgid "Search Albums and Photos related settings"
13654
  msgstr ""
13655
 
13656
+ #: wppa-settings-autosave.php:7978
13657
  msgid "Search page"
13658
  msgstr ""
13659
 
13660
+ #: wppa-settings-autosave.php:7979
13661
  msgid "Display the search results on page."
13662
  msgstr ""
13663
 
13664
+ #: wppa-settings-autosave.php:7980
13665
  #, php-format
13666
  msgid ""
13667
  "Select the page to be used to display search results. The page MUST contain "
13668
  "%%wppa%% or [wppa][/wppa]."
13669
  msgstr ""
13670
 
13671
+ #: wppa-settings-autosave.php:7981
13672
  msgid "You may give it the title \"Search results\" or something alike."
13673
  msgstr ""
13674
 
13675
+ #: wppa-settings-autosave.php:7982
13676
  msgid ""
13677
  "Or you ou may use the standard page on which you display the generic album."
13678
  msgstr ""
13679
 
13680
+ #: wppa-settings-autosave.php:8015
13681
  msgid "Exclude separate"
13682
  msgstr ""
13683
 
13684
+ #: wppa-settings-autosave.php:8016
13685
  msgid "Do not search 'separate' albums."
13686
  msgstr ""
13687
 
13688
+ #: wppa-settings-autosave.php:8017
13689
  msgid ""
13690
  "When checked, albums (and photos in them) that have the parent set to --- "
13691
  "separate --- will be excluded from being searched."
13692
  msgstr ""
13693
 
13694
+ #: wppa-settings-autosave.php:8018
13695
  msgid ""
13696
  "Except when you start searching in a 'saparate' album, with the \"search in "
13697
  "current section\" box ticked."
13698
  msgstr ""
13699
 
13700
+ #: wppa-settings-autosave.php:8025
13701
  msgid "Include tags"
13702
  msgstr ""
13703
 
13704
+ #: wppa-settings-autosave.php:8026
13705
  msgid "Do also search the photo tags."
13706
  msgstr ""
13707
 
13708
+ #: wppa-settings-autosave.php:8027
13709
  msgid "When checked, the tags of the photo will also be searched."
13710
  msgstr ""
13711
 
13712
+ #: wppa-settings-autosave.php:8034
13713
  msgid "Include categories"
13714
  msgstr ""
13715
 
13716
+ #: wppa-settings-autosave.php:8035
13717
  msgid "Do also search the album categories."
13718
  msgstr ""
13719
 
13720
+ #: wppa-settings-autosave.php:8036
13721
  msgid "When checked, the categories of the album will also be searched."
13722
  msgstr ""
13723
 
13724
+ #: wppa-settings-autosave.php:8043
13725
  msgid "Include comments"
13726
  msgstr ""
13727
 
13728
+ #: wppa-settings-autosave.php:8044
13729
  msgid "Do also search the comments on photos."
13730
  msgstr ""
13731
 
13732
+ #: wppa-settings-autosave.php:8045
13733
  msgid "When checked, the comments of the photos will also be searched."
13734
  msgstr ""
13735
 
13736
+ #: wppa-settings-autosave.php:8052
13737
  msgid "Photos only"
13738
  msgstr ""
13739
 
13740
+ #: wppa-settings-autosave.php:8053
13741
  msgid "Search for photos only."
13742
  msgstr ""
13743
 
13744
+ #: wppa-settings-autosave.php:8054
13745
  msgid "When checked, only photos will be searched for."
13746
  msgstr ""
13747
 
13748
+ #: wppa-settings-autosave.php:8069
13749
  msgid "Max albums found"
13750
  msgstr ""
13751
 
13752
+ #: wppa-settings-autosave.php:8070
13753
  msgid "The maximum number of albums to be displayed."
13754
  msgstr ""
13755
 
13756
+ #: wppa-settings-autosave.php:8078
13757
  msgid "Max photos found"
13758
  msgstr ""
13759
 
13760
+ #: wppa-settings-autosave.php:8079
13761
  msgid "The maximum number of photos to be displayed."
13762
  msgstr ""
13763
 
13764
+ #: wppa-settings-autosave.php:8087
13765
  msgid "Tags OR only"
13766
  msgstr ""
13767
 
13768
+ #: wppa-settings-autosave.php:8088
13769
  msgid "No and / or buttons"
13770
  msgstr ""
13771
 
13772
+ #: wppa-settings-autosave.php:8089
13773
  msgid ""
13774
  "Hide the and/or radiobuttons and do the or method in the multitag widget and "
13775
  "shortcode."
13776
  msgstr ""
13777
 
13778
+ #: wppa-settings-autosave.php:8096
13779
  msgid "Tags add Inverse"
13780
  msgstr ""
13781
 
13782
+ #: wppa-settings-autosave.php:8097
13783
  msgid "Add a checkbox to invert the selection."
13784
  msgstr ""
13785
 
13786
+ #: wppa-settings-autosave.php:8098
13787
  msgid "Adds an Invert (NOT) checkbox on the multitag widget and shortcode."
13788
  msgstr ""
13789
 
13790
+ #: wppa-settings-autosave.php:8105
13791
  msgid "Floating searchtoken"
13792
  msgstr ""
13793
 
13794
+ #: wppa-settings-autosave.php:8106
13795
  msgid "A match need not start at the first char."
13796
  msgstr ""
13797
 
13798
+ #: wppa-settings-autosave.php:8107
13799
  msgid ""
13800
  "A match is found while searching also when the entered token is somewhere in "
13801
  "the middle of a word."
13802
  msgstr ""
13803
 
13804
+ #: wppa-settings-autosave.php:8108
13805
  msgid "This works in indexed search only!"
13806
  msgstr ""
13807
 
13808
+ #: wppa-settings-autosave.php:8115
13809
  msgid "Search results display"
13810
  msgstr ""
13811
 
13812
+ #: wppa-settings-autosave.php:8116
13813
  msgid "Select the way the search results should be displayed."
13814
  msgstr ""
13815
 
13816
+ #: wppa-settings-autosave.php:8117
13817
  msgid ""
13818
  "If you select anything different from \"Albums and thumbnails\", \"Photos "
13819
  "only\" is assumed (Table IX-E6)."
13820
  msgstr ""
13821
 
13822
+ #: wppa-settings-autosave.php:8119
13823
  msgid "Albums and thumbnails"
13824
  msgstr ""
13825
 
13826
+ #: wppa-settings-autosave.php:8119
13827
  msgid "Slideonly slideshow"
13828
  msgstr ""
13829
 
13830
+ #: wppa-settings-autosave.php:8126
13831
  msgid "Name max length"
13832
  msgstr ""
13833
 
13834
+ #: wppa-settings-autosave.php:8127
13835
  msgid "Max length of displayed photonames in supersearch selectionlist"
13836
  msgstr ""
13837
 
13838
+ #: wppa-settings-autosave.php:8128 wppa-settings-autosave.php:8137
13839
  msgid ""
13840
  "To limit the length of the selectionlist, enter the number of characters to "
13841
  "show."
13842
  msgstr ""
13843
 
13844
+ #: wppa-settings-autosave.php:8135
13845
  msgid "Text max length"
13846
  msgstr ""
13847
 
13848
+ #: wppa-settings-autosave.php:8136
13849
  msgid "Max length of displayed photo text in supersearch selectionlist"
13850
  msgstr ""
13851
 
13852
+ #: wppa-settings-autosave.php:8144
13853
  msgid "Search toptext"
13854
  msgstr ""
13855
 
13856
+ #: wppa-settings-autosave.php:8145
13857
  msgid "The text at the top of the search box."
13858
  msgstr ""
13859
 
13860
+ #: wppa-settings-autosave.php:8146
13861
  msgid "May contain unfiltered HTML."
13862
  msgstr ""
13863
 
13864
+ #: wppa-settings-autosave.php:8153
13865
  msgid "Section search text"
13866
  msgstr ""
13867
 
13868
+ #: wppa-settings-autosave.php:8154 wppa-settings-autosave.php:8163
13869
  msgid "The labeltext at the checkbox."
13870
  msgstr ""
13871
 
13872
+ #: wppa-settings-autosave.php:8162
13873
  msgid "Results search text"
13874
  msgstr ""
13875
 
13876
+ #: wppa-settings-autosave.php:8172
13877
  msgid "Watermark related settings"
13878
  msgstr ""
13879
 
13880
+ #: wppa-settings-autosave.php:8175
13881
  msgid "Enable the application of watermarks."
13882
  msgstr ""
13883
 
13884
+ #: wppa-settings-autosave.php:8176
13885
  msgid "If checked, photos can be watermarked during upload / import."
13886
  msgstr ""
13887
 
13888
+ #: wppa-settings-autosave.php:8185
13889
  msgid "Watermark file"
13890
  msgstr ""
13891
 
13892
+ #: wppa-settings-autosave.php:8186
13893
  msgid "The default watermarkfile to be used."
13894
  msgstr ""
13895
 
13896
+ #: wppa-settings-autosave.php:8187
13897
  msgid "Watermark files are of type png and reside in"
13898
  msgstr ""
13899
 
13900
+ #: wppa-settings-autosave.php:8188
13901
  msgid ""
13902
  "A suitable watermarkfile typically consists of a transparent background and "
13903
  "a black text or drawing."
13904
  msgstr ""
13905
 
13906
+ #: wppa-settings-autosave.php:8190
13907
  msgid ""
13908
  "You may also select one of the textual watermark types at the bottom of the "
13909
  "selection list."
13910
  msgstr ""
13911
 
13912
+ #: wppa-settings-autosave.php:8194
13913
  msgid "position:"
13914
  msgstr ""
13915
 
13916
+ #: wppa-settings-autosave.php:8200
13917
  msgid "Upload watermark"
13918
  msgstr ""
13919
 
13920
+ #: wppa-settings-autosave.php:8201
13921
  msgid "Upload a new watermark file"
13922
  msgstr ""
13923
 
13924
+ #: wppa-settings-autosave.php:8205
13925
  msgid "Upload watermark image"
13926
  msgstr ""
13927
 
13928
+ #: wppa-settings-autosave.php:8210
13929
  msgid "Watermark opacity image"
13930
  msgstr ""
13931
 
13932
+ #: wppa-settings-autosave.php:8211
13933
  msgid "You can set the intensity of image watermarks here."
13934
  msgstr ""
13935
 
13936
+ #: wppa-settings-autosave.php:8212 wppa-settings-autosave.php:8297
13937
  msgid ""
13938
  "The higher the number, the intenser the watermark. Value must be > 0 and <= "
13939
  "100."
13940
  msgstr ""
13941
 
13942
+ #: wppa-settings-autosave.php:8219
13943
  msgid "Textual watermark style"
13944
  msgstr ""
13945
 
13946
+ #: wppa-settings-autosave.php:8220
13947
  msgid "The way the textual watermarks look like"
13948
  msgstr ""
13949
 
13950
+ #: wppa-settings-autosave.php:8224
13951
  msgid "TV subtitle style"
13952
  msgstr ""
13953
 
13954
+ #: wppa-settings-autosave.php:8224
13955
  msgid "White text on black background"
13956
  msgstr ""
13957
 
13958
+ #: wppa-settings-autosave.php:8224
13959
  msgid "Black text on white background"
13960
  msgstr ""
13961
 
13962
+ #: wppa-settings-autosave.php:8224
13963
  msgid "Reverse TV style (Utopia)"
13964
  msgstr ""
13965
 
13966
+ #: wppa-settings-autosave.php:8224
13967
  msgid "White on transparent background"
13968
  msgstr ""
13969
 
13970
+ #: wppa-settings-autosave.php:8224
13971
  msgid "Black on transparent background"
13972
  msgstr ""
13973
 
13974
+ #: wppa-settings-autosave.php:8234
13975
  msgid "Predefined watermark text"
13976
  msgstr ""
13977
 
13978
+ #: wppa-settings-autosave.php:8235
13979
  msgid "The text to use when --- pre-defined --- is selected."
13980
  msgstr ""
13981
 
13982
+ #: wppa-settings-autosave.php:8236
13983
  msgid "You may use the following keywords:"
13984
  msgstr ""
13985
 
13986
+ #: wppa-settings-autosave.php:8237
13987
  msgid ""
13988
  "w#site, w#displayname, all standard photo keywords, iptc and exif keywords"
13989
  msgstr ""
13990
 
13991
+ #: wppa-settings-autosave.php:8244
13992
  msgid "Textual watermark font"
13993
  msgstr ""
13994
 
13995
+ #: wppa-settings-autosave.php:8245
13996
  msgid "The font to use with textusl watermarks."
13997
  msgstr ""
13998
 
13999
+ #: wppa-settings-autosave.php:8246
14000
  msgid "Except for the system font, are font files of type ttf and reside in"
14001
  msgstr ""
14002
 
14003
+ #: wppa-settings-autosave.php:8274
14004
  msgid "Textual watermark font size"
14005
  msgstr ""
14006
 
14007
+ #: wppa-settings-autosave.php:8275
14008
  msgid "You can set the size of the truetype fonts only."
14009
  msgstr ""
14010
 
14011
+ #: wppa-settings-autosave.php:8276
14012
  msgid ""
14013
  "System font can have size 1,2,3,4 or 5, in some stoneage fontsize units. Any "
14014
  "value > 5 will be treated as 5."
14015
  msgstr ""
14016
 
14017
+ #: wppa-settings-autosave.php:8277
14018
  msgid ""
14019
  "Truetype fonts can have any positive integer size, if your PHPs GD version "
14020
  "is 1, in pixels, in GD2 in points."
14021
  msgstr ""
14022
 
14023
+ #: wppa-settings-autosave.php:8278
14024
  msgid "It is unclear howmany pixels a point is..."
14025
  msgstr ""
14026
 
14027
+ #: wppa-settings-autosave.php:8285
14028
  msgid "Upload watermark font"
14029
  msgstr ""
14030
 
14031
+ #: wppa-settings-autosave.php:8286
14032
  msgid "Upload a new watermark font file"
14033
  msgstr ""
14034
 
14035
+ #: wppa-settings-autosave.php:8287
14036
  msgid ""
14037
  "Upload truetype fonts (.ttf) only, and test if they work on your server "
14038
  "platform."
14039
  msgstr ""
14040
 
14041
+ #: wppa-settings-autosave.php:8290
14042
  msgid "Upload TrueType font"
14043
  msgstr ""
14044
 
14045
+ #: wppa-settings-autosave.php:8295
14046
  msgid "Watermark opacity text"
14047
  msgstr ""
14048
 
14049
+ #: wppa-settings-autosave.php:8296
14050
  msgid "You can set the intensity of a text watermarks here."
14051
  msgstr ""
14052
 
14053
+ #: wppa-settings-autosave.php:8305
14054
  msgid "A real life preview. To update: refresh the page."
14055
  msgstr ""
14056
 
14057
+ #: wppa-settings-autosave.php:8316
14058
  msgid "Watermark thumbnails"
14059
  msgstr ""
14060
 
14061
+ #: wppa-settings-autosave.php:8317
14062
  msgid "Watermark also the thumbnail image files."
14063
  msgstr ""
14064
 
14065
+ #: wppa-settings-autosave.php:8325
14066
  msgid "Slideshow elements sequence order settings"
14067
  msgstr ""
14068
 
14069
+ #: wppa-settings-autosave.php:8331 wppa-settings-autosave.php:8377
14070
  msgid "StartStop"
14071
  msgstr ""
14072
 
14073
+ #: wppa-settings-autosave.php:8332 wppa-settings-autosave.php:8378
14074
  msgid "SlideFrame"
14075
  msgstr ""
14076
 
14077
+ #: wppa-settings-autosave.php:8334
14078
  msgid "Desc"
14079
  msgstr ""
14080
 
14081
+ #: wppa-settings-autosave.php:8337 wppa-settings-autosave.php:8382
14082
  msgid "FilmStrip"
14083
  msgstr ""
14084
 
14085
+ #: wppa-settings-autosave.php:8338 wppa-settings-autosave.php:8383
14086
  msgid "Browsebar"
14087
  msgstr ""
14088
 
14089
+ #: wppa-settings-autosave.php:8340 wppa-settings-autosave.php:8385
14090
  msgid "IPTC data"
14091
  msgstr ""
14092
 
14093
+ #: wppa-settings-autosave.php:8341 wppa-settings-autosave.php:8386
14094
  msgid "EXIF data"
14095
  msgstr ""
14096
 
14097
+ #: wppa-settings-autosave.php:8342 wppa-settings-autosave.php:8387
14098
  msgid "Share box"
14099
  msgstr ""
14100
 
14101
+ #: wppa-settings-autosave.php:8344 wppa-settings-autosave.php:8389
14102
  msgid "Enabled"
14103
  msgstr ""
14104
 
14105
+ #: wppa-settings-autosave.php:8345 wppa-settings-autosave.php:8390
14106
  msgid "Disabled"
14107
  msgstr ""
14108
 
14109
+ #: wppa-settings-autosave.php:8347 wppa-settings-autosave.php:8392
14110
  msgid "Start/Stop & Slower/Faster navigation bar"
14111
  msgstr ""
14112
 
14113
+ #: wppa-settings-autosave.php:8348 wppa-settings-autosave.php:8393
14114
  msgid "The Slide Frame"
14115
  msgstr ""
14116
 
14117
+ #: wppa-settings-autosave.php:8348 wppa-settings-autosave.php:8393
14118
  msgid "( Always )"
14119
  msgstr ""
14120
 
14121
+ #: wppa-settings-autosave.php:8349
14122
  msgid "Photo Name Box"
14123
  msgstr ""
14124
 
14125
+ #: wppa-settings-autosave.php:8350
14126
  msgid "Photo Description Box"
14127
  msgstr ""
14128
 
14129
+ #: wppa-settings-autosave.php:8351 wppa-settings-autosave.php:8395
14130
  msgid "Custom Box"
14131
  msgstr ""
14132
 
14133
+ #: wppa-settings-autosave.php:8352 wppa-settings-autosave.php:8396
14134
  msgid "Rating Bar"
14135
  msgstr ""
14136
 
14137
+ #: wppa-settings-autosave.php:8353 wppa-settings-autosave.php:8397
14138
  msgid "Film Strip with embedded Start/Stop and Goto functionality"
14139
  msgstr ""
14140
 
14141
+ #: wppa-settings-autosave.php:8354 wppa-settings-autosave.php:8398
14142
  msgid "Browse Bar with Photo X of Y counter"
14143
  msgstr ""
14144
 
14145
+ #: wppa-settings-autosave.php:8355 wppa-settings-autosave.php:8399
14146
  msgid "Comments Box"
14147
  msgstr ""
14148
 
14149
+ #: wppa-settings-autosave.php:8356 wppa-settings-autosave.php:8400
14150
  msgid "IPTC box"
14151
  msgstr ""
14152
 
14153
+ #: wppa-settings-autosave.php:8357 wppa-settings-autosave.php:8401
14154
  msgid "EXIF box"
14155
  msgstr ""
14156
 
14157
+ #: wppa-settings-autosave.php:8358 wppa-settings-autosave.php:8402
14158
  msgid "Social media share box"
14159
  msgstr ""
14160
 
14161
+ #: wppa-settings-autosave.php:8364 wppa-settings-autosave.php:8408
14162
  msgid "Move Up"
14163
  msgstr ""
14164
 
14165
+ #: wppa-settings-autosave.php:8379
14166
  msgid "NameDesc"
14167
  msgstr ""
14168
 
14169
+ #: wppa-settings-autosave.php:8394
14170
  msgid "Photo Name & Description Box"
14171
  msgstr ""
14172
 
14173
+ #: wppa-settings-autosave.php:8418
14174
  msgid "Swap Namedesc"
14175
  msgstr ""
14176
 
14177
+ #: wppa-settings-autosave.php:8419
14178
  msgid "Swap the order sequence of name and description"
14179
  msgstr ""
14180
 
14181
+ #: wppa-settings-autosave.php:8427
14182
  msgid "Split Name and Desc"
14183
  msgstr ""
14184
 
14185
+ #: wppa-settings-autosave.php:8428
14186
  msgid "Put Name and Description in separate boxes"
14187
  msgstr ""
14188
 
14189
+ #: wppa-settings-autosave.php:8431
14190
  msgid "Please reload this page after the green checkmark appears!"
14191
  msgstr ""
14192
 
14193
+ #: wppa-settings-autosave.php:8436
14194
  msgid "Source file management and other upload/import settings and actions."
14195
  msgstr ""
14196
 
14197
+ #: wppa-settings-autosave.php:8438
14198
  msgid "Keep sourcefiles admin"
14199
  msgstr ""
14200
 
14201
+ #: wppa-settings-autosave.php:8439
14202
  msgid "Keep the original uploaded and imported photo files."
14203
  msgstr ""
14204
 
14205
+ #: wppa-settings-autosave.php:8440 wppa-settings-autosave.php:8450
14206
  msgid ""
14207
  "The files will be kept in a separate directory with subdirectories for each "
14208
  "album"
14209
  msgstr ""
14210
 
14211
+ #: wppa-settings-autosave.php:8441 wppa-settings-autosave.php:8451
14212
  msgid ""
14213
  "These files can be used to update the photos used in displaying in wppa+ and "
14214
  "optionally for downloading original, un-downsized images."
14215
  msgstr ""
14216
 
14217
+ #: wppa-settings-autosave.php:8448
14218
  msgid "Keep sourcefiles frontend"
14219
  msgstr ""
14220
 
14221
+ #: wppa-settings-autosave.php:8449
14222
  msgid "Keep the original frontend uploaded photo files."
14223
  msgstr ""
14224
 
14225
+ #: wppa-settings-autosave.php:8458
14226
  msgid "Source directory"
14227
  msgstr ""
14228
 
14229
+ #: wppa-settings-autosave.php:8459
14230
  msgid "The path to the directory where the original photofiles will be saved."
14231
  msgstr ""
14232
 
14233
+ #: wppa-settings-autosave.php:8460
14234
  msgid "You may change the directory path, but it can not be an url."
14235
  msgstr ""
14236
 
14237
+ #: wppa-settings-autosave.php:8461
14238
  msgid ""
14239
  "The parent of the directory that you enter here must exist and be writable."
14240
  msgstr ""
14241
 
14242
+ #: wppa-settings-autosave.php:8462
14243
  msgid "The directory itsself will be created if it does not exist yet."
14244
  msgstr ""
14245
 
14246
+ #: wppa-settings-autosave.php:8469
14247
  msgid "Keep sync"
14248
  msgstr ""
14249
 
14250
+ #: wppa-settings-autosave.php:8470
14251
  msgid "Keep source synchronously with wppa system."
14252
  msgstr ""
14253
 
14254
+ #: wppa-settings-autosave.php:8471
14255
  msgid ""
14256
  "If checked, photos that are deleted from wppa, will also be removed from the "
14257
  "sourcefiles."
14258
  msgstr ""
14259
 
14260
+ #: wppa-settings-autosave.php:8472
14261
  msgid ""
14262
  "Also, copying or moving photos to different albums, will also copy/move the "
14263
  "sourcefiles."
14264
  msgstr ""
14265
 
14266
+ #: wppa-settings-autosave.php:8479
14267
  msgid "Remake add"
14268
  msgstr ""
14269
 
14270
+ #: wppa-settings-autosave.php:8480
14271
  msgid "Photos will be added from the source pool"
14272
  msgstr ""
14273
 
14274
+ #: wppa-settings-autosave.php:8481
14275
  msgid ""
14276
  "If checked: If photo files are found in the source directory that do not "
14277
  "exist in the corresponding album, they will be added to the album."
14278
  msgstr ""
14279
 
14280
+ #: wppa-settings-autosave.php:8488
14281
  msgid "Save IPTC data"
14282
  msgstr ""
14283
 
14284
+ #: wppa-settings-autosave.php:8489
14285
  msgid "Store the iptc data from the photo into the iptc db table"
14286
  msgstr ""
14287
 
14288
+ #: wppa-settings-autosave.php:8490
14289
  msgid ""
14290
  "You will need this if you enabled the display of iptc data in Table II-B17 "
14291
  "or if you use it in the photo descriptions."
14292
  msgstr ""
14293
 
14294
+ #: wppa-settings-autosave.php:8497
14295
  msgid "Save EXIF data"
14296
  msgstr ""
14297
 
14298
+ #: wppa-settings-autosave.php:8498
14299
  msgid "Store the exif data from the photo into the exif db table"
14300
  msgstr ""
14301
 
14302
+ #: wppa-settings-autosave.php:8499
14303
  msgid ""
14304
  "You will need this if you enabled the display of exif data in Table II-B18 "
14305
  "or if you use it in the photo descriptions."
14306
  msgstr ""
14307
 
14308
+ #: wppa-settings-autosave.php:8506
14309
  msgid "Max EXIF tag array size"
14310
  msgstr ""
14311
 
14312
+ #: wppa-settings-autosave.php:8507
14313
  msgid "Truncate array tags to ..."
14314
  msgstr ""
14315
 
14316
+ #: wppa-settings-autosave.php:8508
14317
  msgid "A value of 0 disables this feature"
14318
  msgstr ""
14319
 
14320
+ #: wppa-settings-autosave.php:8510
14321
  msgid "elements"
14322
  msgstr ""
14323
 
14324
+ #: wppa-settings-autosave.php:8515
14325
  msgid "Import Create page"
14326
  msgstr ""
14327
 
14328
+ #: wppa-settings-autosave.php:8516
14329
  msgid "Create wp page when a directory to album is imported."
14330
  msgstr ""
14331
 
14332
+ #: wppa-settings-autosave.php:8517
14333
  msgid ""
14334
  "As soon as an album is created when a directory is imported, a wp page is "
14335
  "made that displays the album content."
14336
  msgstr ""
14337
 
14338
+ #: wppa-settings-autosave.php:8525
14339
  msgid "Page content"
14340
  msgstr ""
14341
 
14342
+ #: wppa-settings-autosave.php:8526
14343
  msgid "The content of the page. Must contain <b>w#album</b>"
14344
  msgstr ""
14345
 
14346
+ #: wppa-settings-autosave.php:8527
14347
  msgid ""
14348
  "The content of the page. Note: it must contain w#album. This will be "
14349
  "replaced by the album number in the generated shortcode."
14350
  msgstr ""
14351
 
14352
+ #: wppa-settings-autosave.php:8535
14353
  msgid "Page type"
14354
  msgstr ""
14355
 
14356
+ #: wppa-settings-autosave.php:8536
14357
  msgid "Select the type of page to create."
14358
  msgstr ""
14359
 
14360
+ #: wppa-settings-autosave.php:8540
14361
  msgid "Post"
14362
  msgstr ""
14363
 
14364
+ #: wppa-settings-autosave.php:8547
14365
  msgid "Page status"
14366
  msgstr ""
14367
 
14368
+ #: wppa-settings-autosave.php:8548
14369
  msgid "Select the initial status of the page."
14370
  msgstr ""
14371
 
14372
+ #: wppa-settings-autosave.php:8552
14373
  msgid "Published"
14374
  msgstr ""
14375
 
14376
+ #: wppa-settings-autosave.php:8552
14377
  msgid "Draft"
14378
  msgstr ""
14379
 
14380
+ #: wppa-settings-autosave.php:8560
14381
  msgid "Permalink root"
14382
  msgstr ""
14383
 
14384
+ #: wppa-settings-autosave.php:8561
14385
  msgid "The name of the root for the photofile ermalink structure."
14386
  msgstr ""
14387
 
14388
+ #: wppa-settings-autosave.php:8562
14389
  msgid ""
14390
  "Choose a convenient name like \"albums\" or so; this will be the name of a "
14391
  "folder inside .../wp-content/. Make sure you choose a unique name"
14392
  msgstr ""
14393
 
14394
+ #: wppa-settings-autosave.php:8570
14395
  msgid "Import parent check"
14396
  msgstr ""
14397
 
14398
+ #: wppa-settings-autosave.php:8571
14399
  msgid "On import dirs to albums: keep dir tree as albums."
14400
  msgstr ""
14401
 
14402
+ #: wppa-settings-autosave.php:8572
14403
  msgid ""
14404
  "Untick only if all your albums have unique names. Then: additional photos "
14405
  "may be ftp'd to toplevel depot subdirs."
14406
  msgstr ""
14407
 
14408
+ #: wppa-settings-autosave.php:8579
14409
  msgid "IPTC need utf8 conversion"
14410
  msgstr ""
14411
 
14412
+ #: wppa-settings-autosave.php:8580
14413
  msgid "This setting converts iso to utf8 in iptc text."
14414
  msgstr ""
14415
 
14416
+ #: wppa-settings-autosave.php:8581
14417
  msgid "Untick if you have funny characters in iptc data"
14418
  msgstr ""
14419
 
14420
+ #: wppa-settings-autosave.php:8588
14421
  msgid "Keep dir to album files"
14422
  msgstr ""
14423
 
14424
+ #: wppa-settings-autosave.php:8589
14425
  msgid "Keep imported files after dir to album import"
14426
  msgstr ""
14427
 
14428
+ #: wppa-settings-autosave.php:8598
14429
  msgid "Other plugins related settings"
14430
  msgstr ""
14431
 
14432
+ #: wppa-settings-autosave.php:8600
14433
  msgid "Foreign shortcodes general"
14434
  msgstr ""
14435
 
14436
+ #: wppa-settings-autosave.php:8601
14437
  msgid "Enable foreign shortcodes in album names, albums desc and photo names"
14438
  msgstr ""
14439
 
14440
+ #: wppa-settings-autosave.php:8609
14441
  msgid "Foreign shortcodes fullsize"
14442
  msgstr ""
14443
 
14444
+ #: wppa-settings-autosave.php:8610
14445
  msgid "Enable the use of non-wppa+ shortcodes in fullsize photo descriptions."
14446
  msgstr ""
14447
 
14448
+ #: wppa-settings-autosave.php:8611 wppa-settings-autosave.php:8622
14449
  msgid ""
14450
  "When checked, you can use shortcodes from other plugins in the description "
14451
  "of photos."
14452
  msgstr ""
14453
 
14454
+ #: wppa-settings-autosave.php:8612
14455
  msgid "The shortcodes will be expanded in the descriptions of fullsize images."
14456
  msgstr ""
14457
 
14458
+ #: wppa-settings-autosave.php:8613 wppa-settings-autosave.php:8624
14459
  msgid "You will most likely need also to check Table IX-A1 (Allow HTML)."
14460
  msgstr ""
14461
 
14462
+ #: wppa-settings-autosave.php:8620
14463
  msgid "Foreign shortcodes thumbnails"
14464
  msgstr ""
14465
 
14466
+ #: wppa-settings-autosave.php:8621
14467
  msgid "Enable the use of non-wppa+ shortcodes in thumbnail photo descriptions."
14468
  msgstr ""
14469
 
14470
+ #: wppa-settings-autosave.php:8623
14471
  msgid ""
14472
  "The shortcodes will be expanded in the descriptions of thumbnail images."
14473
  msgstr ""
14474
 
14475
+ #: wppa-settings-autosave.php:8631
14476
  msgid "Lightbox keyname"
14477
  msgstr ""
14478
 
14479
+ #: wppa-settings-autosave.php:8632
14480
  msgid "The identifier of lightbox."
14481
  msgstr ""
14482
 
14483
+ #: wppa-settings-autosave.php:8633
14484
  msgid ""
14485
  "If you use a lightbox plugin that uses rel=\"lbox-id\" you can enter the "
14486
  "lbox-id here."
14487
  msgstr ""
14488
 
14489
+ #: wppa-settings-autosave.php:8640
14490
  msgid "myCRED / Cube Points: Comment"
14491
  msgstr ""
14492
 
14493
+ #: wppa-settings-autosave.php:8641
14494
  msgid "Number of points for giving a comment"
14495
  msgstr ""
14496
 
14497
+ #: wppa-settings-autosave.php:8642 wppa-settings-autosave.php:8651
14498
+ #: wppa-settings-autosave.php:8660 wppa-settings-autosave.php:8669
14499
  msgid "This setting requires the plugin myCRED or Cube Points"
14500
  msgstr ""
14501
 
14502
+ #: wppa-settings-autosave.php:8644 wppa-settings-autosave.php:8653
14503
  msgid "points per comment"
14504
  msgstr ""
14505
 
14506
+ #: wppa-settings-autosave.php:8649
14507
  msgid "myCRED / Cube Points: Appr Comment"
14508
  msgstr ""
14509
 
14510
+ #: wppa-settings-autosave.php:8650
14511
  msgid "Number of points for receiving an approved comment"
14512
  msgstr ""
14513
 
14514
+ #: wppa-settings-autosave.php:8658
14515
  msgid "myCRED / Cube Points: Rating"
14516
  msgstr ""
14517
 
14518
+ #: wppa-settings-autosave.php:8659
14519
  msgid "Number of points for a rating vote"
14520
  msgstr ""
14521
 
14522
+ #: wppa-settings-autosave.php:8662
14523
  msgid "points per vote"
14524
  msgstr ""
14525
 
14526
+ #: wppa-settings-autosave.php:8667
14527
  msgid "myCRED / Cube Points: Upload"
14528
  msgstr ""
14529
 
14530
+ #: wppa-settings-autosave.php:8668
14531
  msgid "Number of points for a successfull frontend upload"
14532
  msgstr ""
14533
 
14534
+ #: wppa-settings-autosave.php:8671
14535
  msgid "points per upload"
14536
  msgstr ""
14537
 
14538
+ #: wppa-settings-autosave.php:8676
14539
  msgid "Use SCABN"
14540
  msgstr ""
14541
 
14542
+ #: wppa-settings-autosave.php:8677
14543
  msgid "Use the wppa interface to Simple Cart & Buy Now plugin."
14544
  msgstr ""
14545
 
14546
+ #: wppa-settings-autosave.php:8678
14547
  msgid ""
14548
  "If checked, the shortcode to use for the \"add to cart\" button in photo "
14549
  "descriptions is [cart ...]"
14550
  msgstr ""
14551
 
14552
+ #: wppa-settings-autosave.php:8679
14553
  msgid ""
14554
  "as opposed to [scabn ...] for the original scabn \"add to cart\" button."
14555
  msgstr ""
14556
 
14557
+ #: wppa-settings-autosave.php:8680
14558
  msgid "The shortcode for the check-out page is still [scabn]"
14559
  msgstr ""
14560
 
14561
+ #: wppa-settings-autosave.php:8681
14562
  msgid ""
14563
  "The arguments are the same, the defaults are: name = photoname, price = 0.01."
14564
  msgstr ""
14565
 
14566
+ #: wppa-settings-autosave.php:8682
14567
  msgid ""
14568
  "Supplying the price should be sufficient; supply a name only when it differs "
14569
  "from the photo name."
14570
  msgstr ""
14571
 
14572
+ #: wppa-settings-autosave.php:8683
14573
  msgid "This shortcode handler will also work with Ajax enabled."
14574
  msgstr ""
14575
 
14576
+ #: wppa-settings-autosave.php:8684
14577
  msgid ""
14578
  "Using this interface makes sure that the item urls and callback action urls "
14579
  "are correct."
14580
  msgstr ""
14581
 
14582
+ #: wppa-settings-autosave.php:8691
14583
  msgid "Use CM Tooltip Glossary"
14584
  msgstr ""
14585
 
14586
+ #: wppa-settings-autosave.php:8692
14587
  msgid "Use plugin CM Tooltip Glossary on photo and album descriptions."
14588
  msgstr ""
14589
 
14590
+ #: wppa-settings-autosave.php:8693
14591
  msgid ""
14592
  "You MUST set Table IV-A13: Defer javascript, also if you do not want this "
14593
  "plugin to act on album and photo descriptions!"
14594
  msgstr ""
14595
 
14596
+ #: wppa-settings-autosave.php:8701
14597
  msgid "External services related settings and actions."
14598
  msgstr ""
14599
 
14600
+ #: wppa-settings-autosave.php:8703
14601
  msgid "QR Code widget size"
14602
  msgstr ""
14603
 
14604
+ #: wppa-settings-autosave.php:8704
14605
  msgid "The size of the QR code display."
14606
  msgstr ""
14607
 
14608
+ #: wppa-settings-autosave.php:8712
14609
  msgid "QR color"
14610
  msgstr ""
14611
 
14612
+ #: wppa-settings-autosave.php:8713
14613
  msgid "The display color of the qr code (dark)"
14614
  msgstr ""
14615
 
14616
+ #: wppa-settings-autosave.php:8714
14617
  msgid "This color MUST be given in hexadecimal format!"
14618
  msgstr ""
14619
 
14620
+ #: wppa-settings-autosave.php:8721
14621
  msgid "QR background color"
14622
  msgstr ""
14623
 
14624
+ #: wppa-settings-autosave.php:8722
14625
  msgid "The background color of the qr code (light)"
14626
  msgstr ""
14627
 
14628
+ #: wppa-settings-autosave.php:8730
14629
  msgid "CDN Service"
14630
  msgstr ""
14631
 
14632
+ #: wppa-settings-autosave.php:8731
14633
  msgid "Select a CDN Service you want to use."
14634
  msgstr ""
14635
 
14636
+ #: wppa-settings-autosave.php:8734
14637
  msgid "Cloudinary in maintenance mode"
14638
  msgstr ""
14639
 
14640
+ #: wppa-settings-autosave.php:8744
14641
  msgid "Cloud name"
14642
  msgstr ""
14643
 
14644
+ #: wppa-settings-autosave.php:8753
14645
  msgid "API key"
14646
  msgstr ""
14647
 
14648
+ #: wppa-settings-autosave.php:8762
14649
  msgid "API secret"
14650
  msgstr ""
14651
 
14652
+ #: wppa-settings-autosave.php:8771
14653
  msgid "Delete all"
14654
  msgstr ""
14655
 
14656
+ #: wppa-settings-autosave.php:8772
14657
  msgid "Deletes them all !!!"
14658
  msgstr ""
14659
 
14660
+ #: wppa-settings-autosave.php:8780
14661
  msgid "Delete derived images"
14662
  msgstr ""
14663
 
14664
+ #: wppa-settings-autosave.php:8781
14665
  msgid "Deletes all derived images !!!"
14666
  msgstr ""
14667
 
14668
+ #: wppa-settings-autosave.php:8789
14669
  msgid "Max lifetime"
14670
  msgstr ""
14671
 
14672
+ #: wppa-settings-autosave.php:8790
14673
  msgid "Old images from local server, new images from Cloudinary."
14674
  msgstr ""
14675
 
14676
+ #: wppa-settings-autosave.php:8791
14677
  msgid ""
14678
  "If NOT set to Forever: You need to run Table VIII-B15 on a regular basis."
14679
  msgstr ""
14680
 
14681
+ #: wppa-settings-autosave.php:8793
14682
  msgid "Forever"
14683
  msgstr ""
14684
 
14685
+ #: wppa-settings-autosave.php:8824
14686
  msgid "Cloudinary usage"
14687
  msgstr ""
14688
 
14689
+ #: wppa-settings-autosave.php:8860
14690
  msgid "Cloudinary usage data not available"
14691
  msgstr ""
14692
 
14693
+ #: wppa-settings-autosave.php:8864
14694
  msgid "Cloudinary routines not installed."
14695
  msgstr ""
14696
 
14697
+ #: wppa-settings-autosave.php:8875
14698
  msgid "Cloudinary"
14699
  msgstr ""
14700
 
14701
+ #: wppa-settings-autosave.php:8876
14702
  msgid "<span style=\"color:red;\">Requires at least PHP version 5.3</span>"
14703
  msgstr ""
14704
 
14705
+ #: wppa-settings-autosave.php:8885
14706
  msgid "GPX Implementation"
14707
  msgstr ""
14708
 
14709
+ #: wppa-settings-autosave.php:8886
14710
  msgid "The way the maps are produced."
14711
  msgstr ""
14712
 
14713
+ #: wppa-settings-autosave.php:8887
14714
  msgid "Select the way the maps are produced."
14715
  msgstr ""
14716
 
14717
+ #: wppa-settings-autosave.php:8888
14718
  msgid ""
14719
  "When using Google maps GPX viewer plugin, you can not use Ajax (Table IV-A1)"
14720
  msgstr ""
14721
 
14722
+ #: wppa-settings-autosave.php:8889
14723
  msgid ""
14724
  "When using WPPA+ Embedded code, you can use Ajax, but there are less display "
14725
  "options."
14726
  msgstr ""
14727
 
14728
+ #: wppa-settings-autosave.php:8891
14729
  msgid "WPPA+ Embedded code"
14730
  msgstr ""
14731
 
14732
+ #: wppa-settings-autosave.php:8891
14733
  msgid "Google maps GPX viewer plugin"
14734
  msgstr ""
14735
 
14736
+ #: wppa-settings-autosave.php:8899
14737
  msgid "Map height"
14738
  msgstr ""
14739
 
14740
+ #: wppa-settings-autosave.php:8900
14741
  msgid "The height of the map display."
14742
  msgstr ""
14743
 
14744
+ #: wppa-settings-autosave.php:8908
14745
  msgid "Google maps API key"
14746
  msgstr ""
14747
 
14748
+ #: wppa-settings-autosave.php:8909
14749
  msgid "Enter your Google maps api key here if you have one."
14750
  msgstr ""
14751
 
14752
+ #: wppa-settings-autosave.php:8917
14753
  msgid "GPX Shortcode"
14754
  msgstr ""
14755
 
14756
+ #: wppa-settings-autosave.php:8918
14757
  msgid "The shortcode to be used for the gpx feature."
14758
  msgstr ""
14759
 
14760
+ #: wppa-settings-autosave.php:8919
14761
  msgid ""
14762
  "Enter / modify the shortcode to be generated for the gpx plugin. It must "
14763
  "contain w#lat and w#lon as placeholders for the lattitude and longitude."
14764
  msgstr ""
14765
 
14766
+ #: wppa-settings-autosave.php:8920
14767
  msgid "This item is required for using Google maps GPX viewer plugin only"
14768
  msgstr ""
14769
 
14770
+ #: wppa-settings-autosave.php:8927
14771
  msgid "Fotomoto"
14772
  msgstr ""
14773
 
14774
+ #: wppa-settings-autosave.php:8928
14775
  msgid "Yes, we use Fotomoto on this site. Read the help text!"
14776
  msgstr ""
14777
 
14778
+ #: wppa-settings-autosave.php:8929
14779
  msgid "In order to function properly:"
14780
  msgstr ""
14781
 
14782
+ #: wppa-settings-autosave.php:8930
14783
  msgid "1. Get yourself a Fotomoto account."
14784
  msgstr ""
14785
 
14786
+ #: wppa-settings-autosave.php:8931
14787
  msgid ""
14788
  "2. Install the Fotomoto plugin, enter the \"Fotomoto Site Key:\" and check "
14789
  "the \"Use API Mode:\" checkbox."
14790
  msgstr ""
14791
 
14792
+ #: wppa-settings-autosave.php:8932
14793
  msgid "Note: Do NOT Disable the Custom box in Table II-B14."
14794
  msgstr ""
14795
 
14796
+ #: wppa-settings-autosave.php:8933
14797
  msgid "Do NOT remove the text w#fotomoto from the Custombox ( Table II-B15 )."
14798
  msgstr ""
14799
 
14800
+ #: wppa-settings-autosave.php:8941
14801
  msgid "Fotomoto fontsize"
14802
  msgstr ""
14803
 
14804
+ #: wppa-settings-autosave.php:8942
14805
  msgid "Fontsize for the Fotomoto toolbar."
14806
  msgstr ""
14807
 
14808
+ #: wppa-settings-autosave.php:8943
14809
  msgid ""
14810
  "If you set it here, it overrules a possible setting for font-size in ."
14811
  "FotomotoToolbarClass on the Fotomoto dashboard."
14812
  msgstr ""
14813
 
14814
+ #: wppa-settings-autosave.php:8951
14815
  msgid "Hide toolbar on running slideshows"
14816
  msgstr ""
14817
 
14818
+ #: wppa-settings-autosave.php:8952
14819
  msgid "The Fotomoto toolbar will re-appear when the slidshow stops."
14820
  msgstr ""
14821
 
14822
+ #: wppa-settings-autosave.php:8959
14823
  msgid "Fotomoto minwidth"
14824
  msgstr ""
14825
 
14826
+ #: wppa-settings-autosave.php:8960
14827
  msgid "Minimum width to display Fotomoto toolbar."
14828
  msgstr ""
14829
 
14830
+ #: wppa-settings-autosave.php:8961
14831
  msgid ""
14832
  "The display of the Fotomoto Toolbar will be suppressed on smaller slideshows."
14833
  msgstr ""
14834
 
14835
+ #: wppa-settings-autosave.php:8986
14836
  msgid "Table X:"
14837
  msgstr ""
14838
 
14839
+ #: wppa-settings-autosave.php:8986
14840
  msgid "IPTC Configuration:"
14841
  msgstr ""
14842
 
14843
+ #: wppa-settings-autosave.php:8987
14844
  msgid "This table defines the IPTC configuration"
14845
  msgstr ""
14846
 
14847
+ #: wppa-settings-autosave.php:9018 wppa-settings-autosave.php:9086
14848
  msgid "Display"
14849
  msgstr ""
14850
 
14851
+ #: wppa-settings-autosave.php:9018 wppa-settings-autosave.php:9086
14852
  msgid "Hide"
14853
  msgstr ""
14854
 
14855
+ #: wppa-settings-autosave.php:9048
14856
  msgid "Table XI:"
14857
  msgstr ""
14858
 
14859
+ #: wppa-settings-autosave.php:9048
14860
  msgid "EXIF Configuration:"
14861
  msgstr ""
14862
 
14863
+ #: wppa-settings-autosave.php:9049
14864
  msgid "This table defines the EXIF configuration"
14865
  msgstr ""
14866
 
14867
+ #: wppa-settings-autosave.php:9072
14868
  msgid ""
14869
  "Function exif_read_data() does not exist. This means that <b>EXIF</b> is not "
14870
  "enabled. If you want to use <b>EXIF</b> data, ask your hosting provider to "
14871
  "add <b>'--enable-exif'</b> to the php <b>Configure Command</b>."
14872
  msgstr ""
14873
 
14874
+ #: wppa-settings-autosave.php:9116
14875
  msgid "Table XII:"
14876
  msgstr ""
14877
 
14878
+ #: wppa-settings-autosave.php:9116
14879
  msgid "WPPA+ and PHP Configuration:"
14880
  msgstr ""
14881
 
14882
+ #: wppa-settings-autosave.php:9117
14883
  msgid ""
14884
  "This table lists all WPPA+ constants and PHP server configuration parameters "
14885
  "and is read only"
14886
  msgstr ""
14887
 
14888
+ #: wppa-settings-autosave.php:9132
14889
  msgid "Value"
14890
  msgstr ""
14891
 
14892
+ #: wppa-settings-autosave.php:9138
14893
  msgid "Albums db table name."
14894
  msgstr ""
14895
 
14896
+ #: wppa-settings-autosave.php:9150
14897
  msgid "Photos db table name."
14898
  msgstr ""
14899
 
14900
+ #: wppa-settings-autosave.php:9162
14901
  msgid "Rating db table name."
14902
  msgstr ""
14903
 
14904
+ #: wppa-settings-autosave.php:9174
14905
  msgid "Comments db table name."
14906
  msgstr ""
14907
 
14908
+ #: wppa-settings-autosave.php:9186
14909
  msgid "IPTC db table name."
14910
  msgstr ""
14911
 
14912
+ #: wppa-settings-autosave.php:9198
14913
  msgid "EXIF db table name."
14914
  msgstr ""
14915
 
14916
+ #: wppa-settings-autosave.php:9210 wppa-settings-autosave.php:9222
14917
  msgid "Index db table name."
14918
  msgstr ""
14919
 
14920
+ #: wppa-settings-autosave.php:9234
14921
  msgid "Plugins main file name."
14922
  msgstr ""
14923
 
14924
+ #: wppa-settings-autosave.php:9240
14925
  msgid "ABSPATH windows proof"
14926
  msgstr ""
14927
 
14928
+ #: wppa-settings-autosave.php:9246
14929
  msgid "Path to plugins directory."
14930
  msgstr ""
14931
 
14932
+ #: wppa-settings-autosave.php:9252
14933
  msgid "Plugins directory name."
14934
  msgstr ""
14935
 
14936
+ #: wppa-settings-autosave.php:9258
14937
  msgid "Plugins directory url."
14938
  msgstr ""
14939
 
14940
+ #: wppa-settings-autosave.php:9264
14941
  msgid "The relative upload directory."
14942
  msgstr ""
14943
 
14944
+ #: wppa-settings-autosave.php:9270
14945
  msgid "The upload directory path."
14946
  msgstr ""
14947
 
14948
+ #: wppa-settings-autosave.php:9276
14949
  msgid "The upload directory url."
14950
  msgstr ""
14951
 
14952
+ #: wppa-settings-autosave.php:9282
14953
  msgid "The relative depot directory."
14954
  msgstr ""
14955
 
14956
+ #: wppa-settings-autosave.php:9288
14957
  msgid "The depot directory path."
14958
  msgstr ""
14959
 
14960
+ #: wppa-settings-autosave.php:9294
14961
  msgid "The depot directory url."
14962
  msgstr ""
14963
 
14964
+ #: wppa-settings-autosave.php:9300
14965
  msgid "The path to wp-content."
14966
  msgstr ""
14967
 
14968
+ #: wppa-settings-autosave.php:9306
14969
  msgid "WP Base upload dir."
14970
  msgstr ""
14971
 
14972
+ #: wppa-settings-autosave.php:9313
14973
  msgid "WP Content url."
14974
  msgstr ""
14975
 
14976
+ #: wppa-settings-autosave.php:9332
14977
  #, php-format
14978
  msgid "<br />Memory used on this page: %6.2f Mb."
14979
  msgstr ""
14980
 
14981
+ #: wppa-settings-autosave.php:9333
14982
  #, php-format
14983
  msgid "<br />There are %d settings and %d runtime parameters."
14984
  msgstr ""
14985
 
14986
+ #: wppa-settings-autosave.php:9412
14987
  msgid "The default for this setting is:"
14988
  msgstr ""
14989
 
14990
+ #: wppa-settings-autosave.php:9429
14991
  msgid "Click for help"
14992
  msgstr ""
14993
 
14994
+ #: wppa-settings-autosave.php:9474 wppa-settings-autosave.php:9493
14995
+ #: wppa-settings-autosave.php:9523 wppa-settings-autosave.php:9540
14996
+ #: wppa-settings-autosave.php:9564 wppa-settings-autosave.php:9585
14997
+ #: wppa-settings-autosave.php:9605 wppa-settings-autosave.php:9647
14998
  msgid "Slug ="
14999
  msgstr ""
15000
 
15001
+ #: wppa-settings-autosave.php:9540 wppa-settings-autosave.php:9564
15002
+ #: wppa-settings-autosave.php:9585 wppa-settings-autosave.php:9605
15003
  msgid "Values = yes, no"
15004
  msgstr ""
15005
 
15006
+ #: wppa-settings-autosave.php:9563 wppa-settings-autosave.php:9583
15007
+ #: wppa-settings-autosave.php:9604
15008
  msgid "Warning!"
15009
  msgstr ""
15010
 
15011
+ #: wppa-settings-autosave.php:9584 wppa-settings-autosave.php:9604
15012
  msgid "Please read the help"
15013
  msgstr ""
15014
 
15015
+ #: wppa-settings-autosave.php:9647
15016
  msgid "Values = "
15017
  msgstr ""
15018
 
15019
+ #: wppa-settings-autosave.php:9724
15020
  msgid "Checked"
15021
  msgstr ""
15022
 
15023
+ #: wppa-settings-autosave.php:9725
15024
  msgid "Unchecked"
15025
  msgstr ""
15026
 
15027
+ #: wppa-settings-autosave.php:9730
15028
  msgid "the photo specific link."
15029
  msgstr ""
15030
 
15031
+ #: wppa-settings-autosave.php:9764
15032
  msgid "Show!"
15033
  msgstr ""
15034
 
15035
+ #: wppa-settings-autosave.php:9784
15036
  msgid "Not done yet"
15037
  msgstr ""
15038
 
15039
+ #: wppa-settings-autosave.php:9791
15040
  msgid "Start!"
15041
  msgstr ""
15042
 
15043
+ #: wppa-settings-autosave.php:9796
15044
  msgid "Locked!"
15045
  msgstr ""
15046
 
15047
+ #: wppa-settings-autosave.php:9827
15048
  msgid ""
15049
  "You can not have popup and lightbox on thumbnails at the same time. Uncheck "
15050
  "either Table IV-C8 or choose a different linktype in Table VI-2."
15051
  msgstr ""
15052
 
15053
+ #: wppa-settings-autosave.php:9830
15054
  #, php-format
15055
  msgid ""
15056
  "It is important that you select a page that contains at least %%wppa%% or "
15057
  "[wppa][/wppa]."
15058
  msgstr ""
15059
 
15060
+ #: wppa-settings-autosave.php:9831
15061
  msgid ""
15062
  "If you ommit this, the link will not work at all or simply refresh the "
15063
  "(home)page."
15064
  msgstr ""
15065
 
15066
+ #: wppa-setup.php:506
15067
  msgid "IMPORTANT UPGRADE NOTICE"
15068
  msgstr ""
15069
 
15070
+ #: wppa-setup.php:507
15071
  msgid ""
15072
  "Please CHECK your customized WPPA-STYLE.CSS file against the newly supplied "
15073
  "one. You may wish to add or modify some attributes. Be aware of the fact "
15074
  "that most settings can now be set in the admin settings page."
15075
  msgstr ""
15076
 
15077
+ #: wppa-setup.php:508
15078
  msgid ""
15079
  "Please REPLACE your customized WPPA-THEME.PHP file by the newly supplied "
15080
  "one, or just remove it from your theme directory. You may modify it later if "
15082
  "version of the plugin software."
15083
  msgstr ""
15084
 
15085
+ #: wppa-setup.php:536
15086
  #, php-format
15087
  msgid "WPPA+ successfully updated in multi site mode to db version %s."
15088
  msgstr ""
15089
 
15090
+ #: wppa-setup.php:539
15091
  #, php-format
15092
  msgid "WPPA+ successfully updated in single site mode to db version %s."
15093
  msgstr ""
15094
 
15095
+ #: wppa-setup.php:544
15096
  msgid "An error occurred during update"
15097
  msgstr ""
15098
 
15099
+ #: wppa-setup.php:847
15100
  msgid ""
15101
  "<span style=\"color:red\" >Warning: Do not upload copyrighted material!</"
15102
  "span>"
15103
  msgstr ""
15104
 
15105
+ #: wppa-setup.php:856 wppa-setup.php:860 wppa-setup.php:864
15106
  msgid "Select tags:"
15107
  msgstr ""
15108
 
15109
+ #: wppa-setup.php:867
15110
  msgid "Enter new tags:"
15111
  msgstr ""
15112
 
15113
+ #: wppa-setup.php:1051
15114
  msgid "Vote for me!"
15115
  msgstr ""
15116
 
15117
+ #: wppa-setup.php:1052
15118
  msgid "Voted for me"
15119
  msgstr ""
15120
 
15121
+ #: wppa-setup.php:1398
15122
  msgid "NEW"
15123
  msgstr ""
15124
 
15125
+ #: wppa-setup.php:1400
15126
  msgid "MODIFIED"
15127
  msgstr ""
15128
 
15129
+ #: wppa-setup.php:1450
15130
  msgid "Search in current section"
15131
  msgstr ""
15132
 
15133
+ #: wppa-setup.php:1451
15134
  msgid "Search in current results"
15135
  msgstr ""
15136
 
15137
+ #: wppa-setup.php:1522
15138
  msgid "Type your custom url here"
15139
  msgstr ""
15140
 
15141
+ #: wppa-setup.php:1523
15142
  msgid "Type the title here"
15143
  msgstr ""
15144
 
15145
+ #: wppa-setup.php:1535 wppa-topten-widget.php:13 wppa-topten-widget.php:48
15146
  #: wppa-topten-widget.php:298
15147
  msgid "Top Ten Photos"
15148
  msgstr ""
15149
 
15150
+ #: wppa-setup.php:1538 wppa-thumbnail-widget.php:13
15151
  #: wppa-thumbnail-widget.php:166
15152
  msgid "Thumbnail Photos"
15153
  msgstr ""
15154
 
15155
+ #: wppa-setup.php:1541
15156
  msgid "Search photos"
15157
  msgstr ""
15158
 
15159
+ #: wppa-setup.php:1583
15160
  msgid ""
15161
  "The uploads directory does not exist, please do a regular WP upload first."
15162
  msgstr ""
15163
 
15164
+ #: wppa-setup.php:1587
15165
  msgid "Successfully created uploads directory."
15166
  msgstr ""
15167
 
15168
+ #: wppa-setup.php:1598
15169
  msgid "Could not create the wppa directory."
15170
  msgstr ""
15171
 
15172
+ #: wppa-setup.php:1602
15173
  msgid "Successfully created wppa directory."
15174
  msgstr ""
15175
 
15176
+ #: wppa-setup.php:1612
15177
  msgid "Could not create the wppa thumbs directory."
15178
  msgstr ""
15179
 
15180
+ #: wppa-setup.php:1616
15181
  msgid "Successfully created wppa thumbs directory."
15182
  msgstr ""
15183
 
15184
+ #: wppa-setup.php:1626
15185
  msgid "Could not create the wppa watermarks directory."
15186
  msgstr ""
15187
 
15188
+ #: wppa-setup.php:1630
15189
  msgid "Successfully created wppa watermarks directory."
15190
  msgstr ""
15191
 
15192
+ #: wppa-setup.php:1640
15193
  msgid "Could not create the wppa fonts directory."
15194
  msgstr ""
15195
 
15196
+ #: wppa-setup.php:1644
15197
  msgid "Successfully created wppa fonts directory."
15198
  msgstr ""
15199
 
15200
+ #: wppa-setup.php:1656
15201
  msgid "Unable to create depot directory."
15202
  msgstr ""
15203
 
15204
+ #: wppa-setup.php:1660
15205
  msgid "Successfully created wppa depot directory."
15206
  msgstr ""
15207
 
15208
+ #: wppa-setup.php:1671
15209
  msgid "Unable to create user depot directory"
15210
  msgstr ""
15211
 
15212
+ #: wppa-setup.php:1675
15213
  msgid "Successfully created wppa user depot directory."
15214
  msgstr ""
15215
 
15216
+ #: wppa-setup.php:1685
15217
  msgid "Unable to create temp directory"
15218
  msgstr ""
15219
 
15220
+ #: wppa-setup.php:1689
15221
  msgid "Successfully created temp directory."
15222
  msgstr ""
15223
 
15224
+ #: wppa-setup.php:1697
15225
  #, php-format
15226
  msgid ""
15227
  "Ask your administrator to give you more rights, or create <b>%s</b> manually "
15519
  msgid "Show photo names <small>under thumbnails only</small>:"
15520
  msgstr ""
15521
 
15522
+ #: wppa-thumbnails.php:177 wppa-thumbnails.php:1113 wppa-topten-widget.php:157
15523
  msgid "View the top rated photos"
15524
  msgstr "Se fotos med h&oslash;jeste bed&oslash;mmelse"
15525
 
15526
+ #: wppa-thumbnails.php:1020
15527
  #, php-format
15528
  msgid "Missing thumbnail image #%s"
15529
  msgstr "Manglende miniaturebillede #%s"
15635
 
15636
  #: wppa-tinymce-scripts.php:207 wppa-tinymce-shortcodes.php:295
15637
  #: wppa-tinymce-shortcodes.php:318 wppa-tinymce-shortcodes.php:363
15638
+ #: wppa-tinymce-shortcodes.php:386 wppa-tinymce-shortcodes.php:574
15639
  msgid "There are no albums yet"
15640
  msgstr ""
15641
 
15670
  msgid "--- The photo of the day ---"
15671
  msgstr ""
15672
 
15673
+ #: wppa-tinymce-scripts.php:243 wppa-tinymce-shortcodes.php:448
15674
  msgid "There are no photos yet"
15675
  msgstr ""
15676
 
15677
+ #: wppa-tinymce-scripts.php:249 wppa-tinymce-shortcodes.php:454
15678
  msgid "Specify the photo to be used"
15679
  msgstr ""
15680
 
15681
+ #: wppa-tinymce-scripts.php:250 wppa-tinymce-shortcodes.php:455
15682
  msgid "You can select from a maximum of 100 most recently added photos"
15683
  msgstr ""
15684
 
15686
  msgid "The tags the photos should have:"
15687
  msgstr ""
15688
 
15689
+ #: wppa-tinymce-scripts.php:259 wppa-tinymce-shortcodes.php:472
15690
  msgid "--- please select tag(s) ---"
15691
  msgstr ""
15692
 
15697
  "tags"
15698
  msgstr ""
15699
 
15700
+ #: wppa-tinymce-scripts.php:272 wppa-tinymce-shortcodes.php:597
15701
  msgid "The size of the display:"
15702
  msgstr ""
15703
 
15704
+ #: wppa-tinymce-scripts.php:277 wppa-tinymce-shortcodes.php:602
15705
  msgid ""
15706
  "Specify the horizontal size in pixels or <span style=\"color:blue\" >auto</"
15707
  "span>."
15708
  msgstr ""
15709
 
15710
+ #: wppa-tinymce-scripts.php:278 wppa-tinymce-shortcodes.php:603
15711
  msgid ""
15712
  "A value less than <span style=\"color:blue\" >100</span> will automaticly be "
15713
  "interpreted as a <span style=\"color:blue\" >percentage</span> of the "
15714
  "available space."
15715
  msgstr ""
15716
 
15717
+ #: wppa-tinymce-scripts.php:279 wppa-tinymce-shortcodes.php:604
15718
  msgid "Leave this blank for default size"
15719
  msgstr ""
15720
 
15721
+ #: wppa-tinymce-scripts.php:284 wppa-tinymce-shortcodes.php:610
15722
  #: wppa-widget-admin.php:79
15723
  msgid "Horizontal alignment:"
15724
  msgstr ""
15725
 
15726
+ #: wppa-tinymce-scripts.php:293 wppa-tinymce-shortcodes.php:619
15727
  msgid "Specify the alignment to be used or --- none ---"
15728
  msgstr ""
15729
 
15730
+ #: wppa-tinymce-scripts.php:299 wppa-tinymce-shortcodes.php:629
15731
  msgid "Insert Gallery"
15732
  msgstr ""
15733
 
15959
  msgid "Please select one or more albums"
15960
  msgstr ""
15961
 
15962
+ #: wppa-tinymce-shortcodes.php:309 wppa-upldr-widget.php:209 wppa-utils.php:422
15963
  msgid "All albums"
15964
  msgstr ""
15965
 
15984
  msgstr ""
15985
 
15986
  #: wppa-tinymce-shortcodes.php:354 wppa-tinymce-shortcodes.php:377
15987
+ #: wppa-tinymce-shortcodes.php:565
15988
  msgid "The generic parent"
15989
  msgstr ""
15990
 
16004
  msgid "--- please select category ---"
16005
  msgstr ""
16006
 
16007
+ #: wppa-tinymce-shortcodes.php:431 wppa-tinymce-shortcodes.php:445
16008
+ msgid "The photo of the day"
16009
  msgstr ""
16010
 
16011
  #: wppa-tinymce-shortcodes.php:444
16012
+ msgid "The most recently uploaded photo"
16013
  msgstr ""
16014
 
16015
+ #: wppa-tinymce-shortcodes.php:462
16016
  msgid "Preview image:"
16017
  msgstr ""
16018
 
16019
+ #: wppa-tinymce-shortcodes.php:469
16020
  msgid "The photo tag(s):"
16021
  msgstr ""
16022
 
16023
+ #: wppa-tinymce-shortcodes.php:483
16024
  msgid "Or / And:"
16025
  msgstr ""
16026
 
16027
+ #: wppa-tinymce-shortcodes.php:485
16028
  msgid "Meet any"
16029
  msgstr ""
16030
 
16031
+ #: wppa-tinymce-shortcodes.php:486
16032
  msgid "Meet all"
16033
  msgstr ""
16034
 
16035
+ #: wppa-tinymce-shortcodes.php:492 wppa-tinymce-shortcodes.php:540
16036
  msgid "Additional features:"
16037
  msgstr ""
16038
 
16039
+ #: wppa-tinymce-shortcodes.php:494
16040
  msgid "Enable Subsearch"
16041
  msgstr ""
16042
 
16043
+ #: wppa-tinymce-shortcodes.php:495
16044
  msgid "Enable Rootsearch"
16045
  msgstr ""
16046
 
16047
+ #: wppa-tinymce-shortcodes.php:501
16048
  msgid "Search root:"
16049
  msgstr ""
16050
 
16051
+ #: wppa-tinymce-shortcodes.php:520
16052
  msgid "Landing page:"
16053
  msgstr ""
16054
 
16055
+ #: wppa-tinymce-shortcodes.php:542
16056
  msgid "Enable all tags"
16057
  msgstr ""
16058
 
16059
+ #: wppa-tinymce-shortcodes.php:545
16060
  msgid "Please select the tags to show"
16061
  msgstr ""
16062
 
16063
+ #: wppa-tinymce-shortcodes.php:551
16064
  msgid "There are no tags"
16065
  msgstr ""
16066
 
16067
+ #: wppa-tinymce-shortcodes.php:582
16068
  msgid "Calendar type:"
16069
  msgstr ""
16070
 
16071
+ #: wppa-tinymce-shortcodes.php:585
16072
  msgid "By EXIF date"
16073
  msgstr ""
16074
 
16075
+ #: wppa-tinymce-shortcodes.php:586
16076
  msgid "By date of upload"
16077
  msgstr ""
16078
 
16079
+ #: wppa-tinymce-shortcodes.php:587
16080
  msgid "By date last modified"
16081
  msgstr ""
16082
 
16083
+ #: wppa-tinymce-shortcodes.php:590
16084
  msgid "Last date first"
16085
  msgstr ""
16086
 
16087
+ #: wppa-tinymce-shortcodes.php:591
16088
  msgid "Initially display all"
16089
  msgstr ""
16090
 
16091
+ #: wppa-tinymce-shortcodes.php:627
16092
  msgid ""
16093
  "This is a preview of the shortcode that is being generated. You may edit the "
16094
  "comment"
16095
  msgstr ""
16096
 
16097
+ #: wppa-tinymce-shortcodes.php:630
16098
  msgid "insert Gallery"
16099
  msgstr ""
16100
 
16101
+ #: wppa-tinymce-shortcodes.php:630
16102
  msgid "Please complete the shortcode specs"
16103
  msgstr ""
16104
 
16781
  msgid "--- Ngg Galleries --- "
16782
  msgstr ""
16783
 
16784
+ #: wppa-utils.php:298
16785
  #, php-format
16786
  msgid "Rating: %s"
16787
  msgstr ""
16788
 
16789
+ #: wppa-utils.php:897 wppa-utils.php:908 wppa-utils.php:919
16790
  msgid "Notification of inappropriate image"
16791
  msgstr ""
16792
 
16793
+ #: wppa-utils.php:898 wppa-utils.php:909 wppa-utils.php:920
16794
  #, php-format
16795
  msgid "Photo %s has been marked as inappropriate by %s different visitors."
16796
  msgstr ""
16797
 
16798
+ #: wppa-utils.php:910
16799
  msgid "The status has been changed to 'pending'."
16800
  msgstr ""
16801
 
16802
+ #: wppa-utils.php:921
16803
  msgid "It has been deleted."
16804
  msgstr ""
16805
 
16806
+ #: wppa-utils.php:988
16807
  msgid "Your photo has a new approved comment"
16808
  msgstr ""
16809
 
16810
+ #: wppa-utils.php:991
16811
  msgid "From:"
16812
  msgstr ""
16813
 
16814
+ #: wppa-utils.php:999
16815
  msgid "Approved comment on photo"
16816
  msgstr ""
16817
 
16818
+ #: wppa-utils.php:1046
16819
  #, php-format
16820
  msgid "The visitors email address is: <a href=\"mailto:%s\">%s</a>"
16821
  msgstr ""
16822
 
16823
+ #: wppa-utils.php:1051
16824
  #, php-format
16825
  msgid "The visitor says his email address is: <a href=\"mailto:%s\">%s</a>"
16826
  msgstr ""
16827
 
16828
+ #: wppa-utils.php:1059
16829
  #, php-format
16830
  msgid ""
16831
  "This message is automaticly generated at %s. It is useless to respond to it."
16832
  msgstr ""
16833
 
16834
+ #: wppa-utils.php:1266
16835
  #, php-format
16836
  msgid "Time out after processing %s items."
16837
  msgstr ""
16838
 
16839
+ #: wppa-utils.php:1269 wppa-utils.php:1273
16840
  #, php-format
16841
  msgid "Time out after processing %s items. Please restart this operation"
16842
  msgstr ""
16843
 
16844
+ #: wppa-utils.php:2331
16845
  msgid "There are no ratings between"
16846
  msgstr ""
16847
 
17034
  msgid "There are too many photos in the selection to show a preview ( %d )"
17035
  msgstr ""
17036
 
17037
+ #: wppa-widget-functions.php:149
17038
  msgid "- select (another) album or a set -"
17039
  msgstr ""
17040
 
17041
+ #: wppa-widget-functions.php:184
17042
  msgid "- all albums -"
17043
  msgstr ""
17044
 
17045
+ #: wppa-widget-functions.php:186
17046
  msgid "- all -separate- albums -"
17047
  msgstr ""
17048
 
17049
+ #: wppa-widget-functions.php:188
17050
  msgid "- all albums except -separate-"
17051
  msgstr ""
17052
 
17053
+ #: wppa-widget-functions.php:190
17054
  msgid "- top rated photos -"
17055
  msgstr ""
17056
 
17057
+ #: wppa-widget-functions.php:191
17058
  msgid "- start over -"
17059
  msgstr ""
17060
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17061
  #. Plugin Name of the plugin/theme
17062
  msgid "WP Photo Album Plus"
17063
  msgstr "WP Photo Album Plus"
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: 2016-06-05 09:40+0200\n"
5
- "PO-Revision-Date: 2016-06-05 09:40+0200\n"
6
  "Last-Translator: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
7
  "Language-Team: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
8
  "Language: de_DE\n"
@@ -30,7 +30,7 @@ msgstr "Seiten:"
30
  #: wppa-album-admin-autosave.php:1524 wppa-album-admin-autosave.php:1598
31
  #: wppa-album-admin-autosave.php:1709 wppa-album-admin-autosave.php:2031
32
  #: wppa-comment-admin.php:318 wppa-comment-admin.php:387
33
- #: wppa-comment-admin.php:405 wppa-setup.php:1247 wppa-thumbnails.php:636
34
  msgid "Edit"
35
  msgstr "Bearbeiten"
36
 
@@ -39,7 +39,7 @@ msgid "Warning. No page defined for search results!"
39
  msgstr "Warnung. Keine Seite für die Suchergebnisse definiert!"
40
 
41
  #: theme/photo-album-search-page.php:39 wppa-boxes-html.php:169
42
- #: wppa-settings-autosave.php:421 wppa-settings-autosave.php:3211
43
  msgid "Search"
44
  msgstr "Suche"
45
 
@@ -92,19 +92,19 @@ msgstr "Fehler beim Schreiben in Einstellungen-backup-Datei"
92
  msgid "Settings file not found"
93
  msgstr "Einstellungsdatei nicht gefunden"
94
 
95
- #: wppa-admin-functions.php:204 wppa-admin-functions.php:208 wppa-ajax.php:2570
96
- #: wppa-ajax.php:2577
97
  #, fuzzy
98
  msgid "Please supply a numeric value greater than or equal to"
99
  msgstr "Bitte geben Sie einen numerischen Wert größer als oder gleich"
100
 
101
- #: wppa-admin-functions.php:204 wppa-admin-functions.php:208 wppa-ajax.php:2570
102
- #: wppa-ajax.php:2577
103
  #, fuzzy
104
  msgid "for"
105
  msgstr "für"
106
 
107
- #: wppa-admin-functions.php:208 wppa-ajax.php:2577
108
  #, fuzzy
109
  msgid "and less than or equal to"
110
  msgstr "Kleiner oder gleich"
@@ -252,12 +252,12 @@ msgstr "Fehler: Unbekannte Datei oder Album."
252
  msgid "Photo&thinsp;Albums"
253
  msgstr "Foto &thinsp; Alben"
254
 
255
- #: wppa-admin.php:57 wppa-adminbar.php:40 wppa-settings-autosave.php:5887
256
  #, fuzzy
257
  msgid "Album Admin"
258
  msgstr "Album-Admin"
259
 
260
- #: wppa-admin.php:58 wppa-adminbar.php:47 wppa-settings-autosave.php:5888
261
  #: wppa-upload-widget.php:79 wppa-upload.php:88
262
  #, fuzzy
263
  msgid "Upload Photos"
@@ -268,7 +268,7 @@ msgstr "Fotos hochladen"
268
  msgid "Edit Photos"
269
  msgstr "Fotos bearbeiten"
270
 
271
- #: wppa-admin.php:63 wppa-adminbar.php:61 wppa-settings-autosave.php:5889
272
  #: wppa-upload.php:459
273
  #, fuzzy
274
  msgid "Import Photos"
@@ -280,13 +280,13 @@ msgid "Moderate Photos"
280
  msgstr "Moderate Fotos"
281
 
282
  #: wppa-admin.php:65 wppa-adminbar.php:75 wppa-export.php:32
283
- #: wppa-settings-autosave.php:5891
284
  #, fuzzy
285
  msgid "Export Photos"
286
  msgstr "Exportieren von Fotos"
287
 
288
  #: wppa-admin.php:66 wppa-adminbar.php:82 wppa-comment-admin.php:223
289
- #: wppa-settings-autosave.php:5892
290
  #, fuzzy
291
  msgid "Settings"
292
  msgstr "Plugin-Einstellungen"
@@ -297,7 +297,7 @@ msgid "Photo of the day Widget"
297
  msgstr "Foto des Tages Widget"
298
 
299
  #: wppa-admin.php:67 wppa-adminbar.php:89 wppa-potd-widget.php:60
300
- #: wppa-settings-autosave.php:5893 wppa-setup.php:1519
301
  #, fuzzy
302
  msgid "Photo of the day"
303
  msgstr "Foto des Tages"
@@ -308,8 +308,8 @@ msgid "Manage comments"
308
  msgstr "Kommentare verwalten"
309
 
310
  #: wppa-admin.php:68 wppa-adminbar.php:96 wppa-settings-autosave.php:411
311
- #: wppa-settings-autosave.php:3040 wppa-settings-autosave.php:8309
312
- #: wppa-settings-autosave.php:8354
313
  #, fuzzy
314
  msgid "Comments"
315
  msgstr "Kommentare"
@@ -339,12 +339,12 @@ msgstr "Die Einfuhr von ist temporären Kindersitzen für Sie"
339
  msgid "Import"
340
  msgstr "Importieren"
341
 
342
- #: wppa-admin.php:122 wppa-settings-autosave.php:9484
343
  #, fuzzy
344
  msgid "Update"
345
  msgstr "Aktualisieren"
346
 
347
- #: wppa-adminbar.php:103 wppa-settings-autosave.php:5895
348
  #, fuzzy
349
  msgid "Help & Info"
350
  msgstr "Hilfe und Information"
@@ -395,7 +395,7 @@ msgstr "Bitte aktivieren Sie diese Funktion in Tabelle IV-A27"
395
  msgid "Title:"
396
  msgstr "Titel:"
397
 
398
- #: wppa-ajax.php:173
399
  #, fuzzy
400
  msgid ""
401
  "All modifications are instantly updated on the server. The <b style=\"color:"
@@ -406,139 +406,139 @@ msgstr ""
406
  "#070\">Das Bemerkungsfeld</b> informiert Sie über die Maßnahmen, die im "
407
  "Hintergrund."
408
 
409
- #: wppa-ajax.php:176
410
  #, fuzzy
411
  msgid "Exit & Refresh"
412
  msgstr "Ausfahrt & aktualisieren"
413
 
414
- #: wppa-ajax.php:250 wppa-ajax.php:316 wppa-ajax.php:351 wppa-ajax.php:629
415
- #: wppa-ajax.php:894 wppa-ajax.php:2527
416
  #, fuzzy
417
  msgid "Security check failure"
418
  msgstr "Sicherheitsfehler check"
419
 
420
- #: wppa-ajax.php:284 wppa-ajax.php:340
421
  #, fuzzy
422
  msgid "You do not have the rights to moderate photos this way"
423
  msgstr "Sie haben nicht die Rechte an Fotos auf diese Weise moderieren"
424
 
425
- #: wppa-ajax.php:300 wppa-ajax.php:1172
426
  #, fuzzy
427
  msgid "Photo comment approved"
428
  msgstr "Foto Kommentar genehmigt"
429
 
430
- #: wppa-ajax.php:313
431
  #, fuzzy, php-format
432
  msgid "Failed to update stutus of photo %s"
433
  msgstr "Fehler beim Aktualisieren der Stutus Foto %s"
434
 
435
- #: wppa-ajax.php:313 wppa-ajax.php:320
436
  #, fuzzy
437
  msgid "Please refresh the page"
438
  msgstr "Bitte aktualisieren Sie die Seite."
439
 
440
- #: wppa-ajax.php:320
441
  #, fuzzy, php-format
442
  msgid "Failed to update stutus of comment %s"
443
  msgstr "Fehler beim Aktualisieren der Stutus Kommentar %s"
444
 
445
- #: wppa-ajax.php:335 wppa-ajax.php:355
446
  #, fuzzy
447
  msgid "Photo removed"
448
  msgstr "Foto entfernt"
449
 
450
- #: wppa-ajax.php:360
451
  #, fuzzy
452
  msgid "Comment removed"
453
  msgstr "Kommentar entfernt"
454
 
455
- #: wppa-ajax.php:361
456
  #, fuzzy
457
  msgid "Could not remove comment"
458
  msgstr "Kommentar konnte nicht entfernt werden."
459
 
460
- #: wppa-ajax.php:364 wppa-ajax.php:762
461
  #, fuzzy
462
  msgid "Unexpected error"
463
  msgstr "Unerwarteter Fehler"
464
 
465
- #: wppa-ajax.php:370
466
  #, fuzzy
467
  msgid "This feature is not enabled on this website"
468
  msgstr "Diese Funktion ist auf dieser Website nicht aktiviert."
469
 
470
- #: wppa-ajax.php:382
471
  #, fuzzy
472
  msgid "The album is empty"
473
  msgstr "Das ALbum ist leer."
474
 
475
- #: wppa-ajax.php:391 wppa-ajax.php:470 wppa-ajax.php:592
476
  #, fuzzy
477
  msgid "Unable to create zip archive"
478
  msgstr "Konnte kein Archiv erstellen."
479
 
480
- #: wppa-ajax.php:403
481
  #, fuzzy, php-format
482
  msgid "Unable to create zip archive. code = %s"
483
  msgstr "Zip-Archiv erstellen nicht möglich. Code = %s"
484
 
485
- #: wppa-ajax.php:440
486
  #, fuzzy, php-format
487
  msgid "Only %s out of %s photos could be added to the zipfile"
488
  msgstr "Die ZIP-Datei kann nur %s von %s Fotos hinzugefügt werden"
489
 
490
- #: wppa-ajax.php:478
491
  #, fuzzy
492
  msgid "Unable to create zipsdir"
493
  msgstr "Nicht in der Lage, Zipsdir zu erstellen"
494
 
495
- #: wppa-ajax.php:503 wppa-functions.php:2085 wppa-thumbnails.php:611
496
  #, fuzzy
497
  msgid "Selected"
498
  msgstr "Ausgewählt"
499
 
500
- #: wppa-ajax.php:533
501
  #, fuzzy
502
  msgid "Unknown source of request"
503
  msgstr "Unbekannte Quelle der Anfrage"
504
 
505
- #: wppa-ajax.php:551
506
  #, fuzzy
507
  msgid "Empty filename"
508
  msgstr "Leerer Dateiname"
509
 
510
- #: wppa-ajax.php:578
511
  #, fuzzy
512
  msgid "Unable to create tempdir"
513
  msgstr "Keine Tempdir erstellen"
514
 
515
- #: wppa-ajax.php:602
516
  #, fuzzy
517
  msgid "Unknown type"
518
  msgstr "不明类型:"
519
 
520
- #: wppa-ajax.php:611
521
  #, fuzzy
522
  msgid "The photo does no longer exist"
523
  msgstr "Das Foto ist nicht mehr vorhanden"
524
 
525
- #: wppa-ajax.php:643
526
  #, fuzzy
527
  msgid "An error occurred while processing you rating request."
528
  msgstr "Bei der Verarbeitung du ne Anfrage ist ein Fehler aufgetreten."
529
 
530
- #: wppa-ajax.php:644
531
  #, fuzzy
532
  msgid "Maybe you opened the page too long ago to recognize you."
533
  msgstr ""
534
  "Vielleicht öffnete Sie vor allzu langer Zeit die Seite um Sie zu erkennen."
535
 
536
- #: wppa-ajax.php:645
537
  #, fuzzy
538
  msgid "You may refresh the page and try again."
539
  msgstr "Sie können die Seite aktualisieren und versuchen Sie es erneut."
540
 
541
- #: wppa-ajax.php:646
542
  #, fuzzy
543
  msgid ""
544
  "Althoug an error occurred while processing your rating, your vote has been "
@@ -547,37 +547,37 @@ msgstr ""
547
  "Althoug Während Ihrer Bewertung ein Fehler aufgetreten ist, hat Ihre Stimme "
548
  "wurde registriert."
549
 
550
- #: wppa-ajax.php:647
551
  #, fuzzy
552
  msgid "However, this may not be reflected in the current pageview"
553
  msgstr "Jedoch kann dies nicht in der aktuellen Seitenzugriff niederschlagen"
554
 
555
- #: wppa-ajax.php:669
556
  #, fuzzy
557
  msgid "Photo has been removed."
558
  msgstr "Foto wurde entfernt."
559
 
560
- #: wppa-ajax.php:678
561
  #, fuzzy
562
  msgid "Sorry, you can not rate your own photos"
563
  msgstr "Leider können Sie nicht Ihre eigenen Fotos bewerten"
564
 
565
- #: wppa-ajax.php:690
566
  #, fuzzy
567
  msgid "Please enter a comment."
568
  msgstr "Bitte geben Sie einen Kommentar ein."
569
 
570
- #: wppa-ajax.php:715
571
  #, fuzzy
572
  msgid "Security check failure."
573
  msgstr "Sicherheitsfehler überprüfen."
574
 
575
- #: wppa-ajax.php:727 wppa-ajax.php:743
576
  #, fuzzy
577
  msgid "Photo rated"
578
  msgstr "Foto bewertet"
579
 
580
- #: wppa-ajax.php:846
581
  #, fuzzy
582
  msgid ""
583
  "Please explain your vote in a comment.\n"
@@ -593,173 +593,173 @@ msgstr ""
593
  "Im Anschluss an Ihren Kommentar können Sie aktualisieren Sie die Seite um zu "
594
  "sehen, dass Ihre Stimme in Kraft trat."
595
 
596
- #: wppa-ajax.php:890
597
  #, fuzzy
598
  msgid "You do not have the rights to delete a photo"
599
  msgstr "Sie haben nicht das Recht auf ein Foto löschen"
600
 
601
- #: wppa-ajax.php:900
602
  #, fuzzy, php-format
603
  msgid "Photo %s has been deleted"
604
  msgstr "Foto %s wurde gelöscht"
605
 
606
- #: wppa-ajax.php:916
607
  #, fuzzy
608
  msgid "You do not have the rights to update album information"
609
  msgstr ""
610
  "Sie verfügen nicht über die Rechte zum Album Informationen zu aktualisieren"
611
 
612
- #: wppa-ajax.php:928
613
  #, fuzzy
614
  msgid "<b>Ratings cleared</b>"
615
  msgstr "<b>Bewertungen gelöscht</b>"
616
 
617
- #: wppa-ajax.php:928 wppa-ajax.php:934 wppa-photo-admin-autosave.php:318
618
  #, fuzzy
619
  msgid "No ratings for this photo."
620
  msgstr "Noch keine Bewertungen für dieses Foto."
621
 
622
- #: wppa-ajax.php:931
623
  #, fuzzy
624
  msgid "An error occurred while clearing ratings"
625
  msgstr "Beim Löschen Bewertungen ist ein Fehler aufgetreten"
626
 
627
- #: wppa-ajax.php:934 wppa-ajax.php:955 wppa-ajax.php:977
628
  #, fuzzy
629
  msgid "<b>No photos in this album</b>"
630
  msgstr "<b>Keine Bilder in diesem Album</b>"
631
 
632
- #: wppa-ajax.php:949
633
  #, fuzzy
634
  msgid "<b>Tags set to defaults</b> (reload)"
635
  msgstr "<b>Tags auf Standardwerte gesetzt</b> (neu laden)"
636
 
637
- #: wppa-ajax.php:952
638
  #, fuzzy
639
  msgid "An error occurred while setting tags"
640
  msgstr "Fehler beim Festlegen von tags"
641
 
642
- #: wppa-ajax.php:971
643
  #, fuzzy
644
  msgid "<b>Tags added width defaults</b> (reload)"
645
  msgstr "<b>Breite Standardwerte mit Markierungen</b> (neu laden)"
646
 
647
- #: wppa-ajax.php:974
648
  #, fuzzy
649
  msgid "An error occurred while adding tags"
650
  msgstr "Fehler beim Hinzufügen von tags"
651
 
652
- #: wppa-ajax.php:1000
653
  #, fuzzy
654
  msgid "No subalbums found to process"
655
  msgstr "Keine Subalbums gefunden, um Prozess"
656
 
657
- #: wppa-ajax.php:1005
658
  #, fuzzy
659
  msgid "No categories found to process"
660
  msgstr "Keine Kategorien gefunden zu verarbeiten"
661
 
662
- #: wppa-ajax.php:1009
663
  #, php-format
664
  msgid "%d album updated"
665
  msgid_plural "%d albums updated"
666
  msgstr[0] "%d Album aktualisiert"
667
  msgstr[1] "%d Album aktualisiert"
668
 
669
- #: wppa-ajax.php:1016
670
  #, fuzzy, php-format
671
  msgid "Album name may not be empty.<br />Reset to <b>%s</b>"
672
  msgstr "Album-Name darf nicht leer sein.<br>Setzen Sie auf <b>%s</b>"
673
 
674
- #: wppa-ajax.php:1018 wppa-ajax.php:1432 wppa-album-admin-autosave.php:356
675
  #: wppa-album-admin-autosave.php:413 wppa-album-admin-autosave.php:1067
676
  #: wppa-album-admin-autosave.php:1204 wppa-album-admin-autosave.php:1376
677
  #: wppa-album-admin-autosave.php:1471 wppa-boxes-html.php:409
678
  #: wppa-boxes-html.php:523 wppa-photo-admin-autosave.php:1363
679
  #: wppa-photo-admin-autosave.php:1482 wppa-photo-admin-autosave.php:1879
680
- #: wppa-settings-autosave.php:477 wppa-settings-autosave.php:639
681
- #: wppa-settings-autosave.php:661 wppa-settings-autosave.php:1399
682
- #: wppa-settings-autosave.php:1420 wppa-settings-autosave.php:2937
683
- #: wppa-settings-autosave.php:2958 wppa-settings-autosave.php:3282
684
- #: wppa-settings-autosave.php:3306 wppa-settings-autosave.php:3831
685
- #: wppa-settings-autosave.php:3945 wppa-settings-autosave.php:4583
686
- #: wppa-settings-autosave.php:4604 wppa-settings-autosave.php:4780
687
- #: wppa-settings-autosave.php:4804 wppa-settings-autosave.php:5853
688
- #: wppa-settings-autosave.php:6263 wppa-settings-autosave.php:6513
689
- #: wppa-settings-autosave.php:6535 wppa-settings-autosave.php:7198
690
- #: wppa-settings-autosave.php:7222 wppa-settings-autosave.php:8303
691
- #: wppa-settings-autosave.php:8944 wppa-settings-autosave.php:9100
692
  #: wppa-thumbnail-widget.php:202 wppa-upload.php:166
693
  msgid "Name"
694
  msgstr "Name"
695
 
696
- #: wppa-ajax.php:1021 wppa-ajax.php:1435 wppa-album-admin-autosave.php:1077
697
  #: wppa-album-admin-autosave.php:1214 wppa-album-admin-autosave.php:1386
698
  #: wppa-album-admin-autosave.php:1481 wppa-photo-admin-autosave.php:1364
699
  #: wppa-photo-admin-autosave.php:1483 wppa-photo-admin-autosave.php:1880
700
- #: wppa-settings-autosave.php:478 wppa-settings-autosave.php:640
701
- #: wppa-settings-autosave.php:662 wppa-settings-autosave.php:1400
702
- #: wppa-settings-autosave.php:1421 wppa-settings-autosave.php:2938
703
- #: wppa-settings-autosave.php:2959 wppa-settings-autosave.php:3283
704
- #: wppa-settings-autosave.php:3307 wppa-settings-autosave.php:4584
705
- #: wppa-settings-autosave.php:4605 wppa-settings-autosave.php:4781
706
- #: wppa-settings-autosave.php:4805 wppa-settings-autosave.php:5854
707
- #: wppa-settings-autosave.php:6264 wppa-settings-autosave.php:6514
708
- #: wppa-settings-autosave.php:6536 wppa-settings-autosave.php:7199
709
- #: wppa-settings-autosave.php:7223 wppa-settings-autosave.php:8945
710
- #: wppa-settings-autosave.php:8967 wppa-settings-autosave.php:9007
711
- #: wppa-settings-autosave.php:9029 wppa-settings-autosave.php:9075
712
- #: wppa-settings-autosave.php:9101 wppa-widget-admin.php:256
713
  #, fuzzy
714
  msgid "Description"
715
  msgstr "Album Beschreibung eingeben"
716
 
717
- #: wppa-ajax.php:1025
718
  #, fuzzy
719
  msgid "Unbalanced tags in album description!"
720
  msgstr "Unsymmetrische Tags in Album Beschreibung!"
721
 
722
- #: wppa-ajax.php:1032
723
  #, fuzzy
724
  msgid "Album order #"
725
  msgstr "Album bestellen #"
726
 
727
- #: wppa-ajax.php:1035
728
  #, fuzzy
729
  msgid "Cover photo"
730
  msgstr "Titelbild"
731
 
732
- #: wppa-ajax.php:1038
733
  #, fuzzy
734
  msgid "Parent album"
735
  msgstr "Übergeordnetes Album"
736
 
737
- #: wppa-ajax.php:1043 wppa-settings-autosave.php:3825
738
  #, fuzzy
739
  msgid "Photo order"
740
  msgstr "Bildersortierung"
741
 
742
- #: wppa-ajax.php:1046
743
  #, fuzzy
744
  msgid "Use Alt thumbsize"
745
  msgstr "Verwenden Sie Alt dies"
746
 
747
- #: wppa-ajax.php:1049
748
  #, fuzzy
749
  msgid "Cover Type"
750
  msgstr "Cover-Typ"
751
 
752
- #: wppa-ajax.php:1052 wppa-settings-autosave.php:4806
753
- #: wppa-settings-autosave.php:5855
754
  #, fuzzy
755
  msgid "Link type"
756
  msgstr "Verknüpfungstyp"
757
 
758
- #: wppa-ajax.php:1055 wppa-album-covers.php:1302
759
  msgid "Link to"
760
  msgstr "Link zu"
761
 
762
- #: wppa-ajax.php:1058 wppa-ajax.php:1456 wppa-album-admin-autosave.php:1088
763
  #: wppa-album-admin-autosave.php:1225 wppa-album-admin-autosave.php:1397
764
  #: wppa-album-admin-autosave.php:1492 wppa-boxes-html.php:531
765
  #: wppa-photo-admin-autosave.php:1366 wppa-photo-admin-autosave.php:1485
@@ -767,640 +767,640 @@ msgstr "Link zu"
767
  msgid "Owner"
768
  msgstr "Inhaber"
769
 
770
- #: wppa-ajax.php:1060
771
  #, fuzzy, php-format
772
  msgid "User %s does not exist"
773
  msgstr "Benutzer \"%s\" nicht vorhanden"
774
 
775
- #: wppa-ajax.php:1065 wppa-ajax.php:1071
776
  #, fuzzy
777
  msgid "Upload limit count"
778
  msgstr "Upload Limit Graf"
779
 
780
- #: wppa-ajax.php:1078
781
  #, fuzzy
782
  msgid "Upload limit time"
783
  msgstr "Hochladebegrenzung"
784
 
785
- #: wppa-ajax.php:1082
786
  #, fuzzy
787
  msgid "Default tags"
788
  msgstr "Standard-tags"
789
 
790
- #: wppa-ajax.php:1087
791
  #, fuzzy
792
  msgid "Categories"
793
  msgstr "Kategorien"
794
 
795
- #: wppa-ajax.php:1090
796
  #, fuzzy
797
  msgid "Sub albums sort order"
798
  msgstr "Sub-Alben-Sortierung"
799
 
800
- #: wppa-ajax.php:1098 wppa-ajax.php:1526
801
  #, fuzzy
802
  msgid "Schedule date/time"
803
  msgstr "Datum/Uhrzeit planen"
804
 
805
- #: wppa-ajax.php:1111 wppa-ajax.php:1137
806
  #, fuzzy, php-format
807
  msgid "<b>%s</b> of album %s updated"
808
  msgstr "<b>%s</b> %s aktualisiert-Album"
809
 
810
- #: wppa-ajax.php:1119
811
  #, fuzzy
812
  msgid "All photos set to scheduled per date"
813
  msgstr "Alle Fotos auf geplante pro Datum festgelegt"
814
 
815
- #: wppa-ajax.php:1146
816
  #, fuzzy, php-format
817
  msgid "An error occurred while trying to update <b>%s</b> of album %s"
818
  msgstr ""
819
  "Beim Versuch, <b>%s</b> %s Album aktualisieren ist ein Fehler aufgetreten."
820
 
821
- #: wppa-ajax.php:1147 wppa-ajax.php:1410 wppa-ajax.php:1516
822
  #, fuzzy
823
  msgid "Press CTRL+F5 and try again."
824
  msgstr "Strg + F5 Taste und versuchen Sie es erneut."
825
 
826
- #: wppa-ajax.php:1161
827
  #, fuzzy
828
  msgid "You do not have the rights to update comment status"
829
  msgstr "Sie haben nicht die Rechte Kommentarstatus aktualisieren"
830
 
831
- #: wppa-ajax.php:1178
832
  #, fuzzy, php-format
833
  msgid "Status of comment #%s updated"
834
  msgstr "Status der Kommentar #%s aktualisiert"
835
 
836
- #: wppa-ajax.php:1181
837
  #, fuzzy, php-format
838
  msgid "Error updating status comment #%s"
839
  msgstr "Fehler beim Aktualisieren der Status Kommentar #%s"
840
 
841
- #: wppa-ajax.php:1192
842
  #, fuzzy
843
  msgid "You do not have the rights to change photos"
844
  msgstr "Sie haben nicht die Rechte an Fotos ändern"
845
 
846
- #: wppa-ajax.php:1201
847
  #, fuzzy
848
  msgid "Watermark applied"
849
  msgstr "Wasserzeichen angewendet"
850
 
851
- #: wppa-ajax.php:1205
852
  #, fuzzy
853
  msgid "An error occured while trying to apply a watermark"
854
  msgstr "Ist ein Fehler aufgetreten beim Versuch, ein Wasserzeichen anwenden"
855
 
856
- #: wppa-ajax.php:1224
857
  #, fuzzy
858
  msgid "You do not have the rights to update photo information"
859
  msgstr "Sie müssen nicht das Rechte Fotoinformationen aktualisieren"
860
 
861
- #: wppa-ajax.php:1230
862
  #, fuzzy, php-format
863
  msgid "%s updated to %s."
864
  msgstr "%s %s aktualisiert."
865
 
866
- #: wppa-ajax.php:1280
867
  #, fuzzy, php-format
868
  msgid "Format error %s. Must be yyyy:mm:dd hh:mm:ss"
869
  msgstr "Format Fehler %s muss Yyyy:mm:dd HH"
870
 
871
- #: wppa-ajax.php:1284
872
  #, fuzzy
873
  msgid "Exif date/time updated"
874
  msgstr "Exif-Datum/Uhrzeit aktualisiert"
875
 
876
- #: wppa-ajax.php:1290
877
  #, fuzzy
878
  msgid "Enter a value > -90 and < 90"
879
  msgstr "Geben Sie einen Wert >-90 und < 90"
880
 
881
- #: wppa-ajax.php:1298
882
  #, fuzzy
883
  msgid "Lattitude updated"
884
  msgstr "Latitude aktualisiert"
885
 
886
- #: wppa-ajax.php:1300
887
  #, fuzzy
888
  msgid "Could not update lattitude"
889
  msgstr "Breitengrad konnte nicht aktualisiert werden."
890
 
891
- #: wppa-ajax.php:1306
892
  #, fuzzy
893
  msgid "Enter a value > -180 and < 180"
894
  msgstr "Geben Sie einen Wert >-180 und < 180"
895
 
896
- #: wppa-ajax.php:1314
897
  #, fuzzy
898
  msgid "Longitude updated"
899
  msgstr "Länge aktualisiert"
900
 
901
- #: wppa-ajax.php:1316
902
  #, fuzzy
903
  msgid "Could not update longitude"
904
  msgstr "Längengrad konnte nicht aktualisiert werden."
905
 
906
- #: wppa-ajax.php:1324
907
  #, fuzzy
908
  msgid "Photo files remade"
909
  msgstr "Foto-Dateien überarbeitet"
910
 
911
- #: wppa-ajax.php:1327
912
  #, fuzzy
913
  msgid "Could not remake files"
914
  msgstr "Dateien konnten nicht erneuern."
915
 
916
- #: wppa-ajax.php:1333
917
  #, fuzzy
918
  msgid "Thumbnail remade"
919
  msgstr "Miniaturansicht Remake"
920
 
921
- #: wppa-ajax.php:1336
922
  #, fuzzy
923
  msgid "Could not remake thumbnail"
924
  msgstr "Konnte keine Miniaturansicht remake"
925
 
926
- #: wppa-ajax.php:1346 wppa-photo-admin-autosave.php:184
927
- #: wppa-settings-autosave.php:3641 wppa-tinymce-scripts.php:288
928
- #: wppa-tinymce-shortcodes.php:613 wppa-widget-admin.php:84
929
  #, fuzzy
930
  msgid "left"
931
  msgstr "übrig"
932
 
933
- #: wppa-ajax.php:1350 wppa-photo-admin-autosave.php:186
934
  #, fuzzy
935
  msgid "180&deg;"
936
  msgstr "180°"
937
 
938
- #: wppa-ajax.php:1354 wppa-photo-admin-autosave.php:188
939
- #: wppa-settings-autosave.php:3641 wppa-tinymce-scripts.php:290
940
- #: wppa-tinymce-shortcodes.php:615 wppa-widget-admin.php:86
941
  #, fuzzy
942
  msgid "right"
943
  msgstr "rechts"
944
 
945
- #: wppa-ajax.php:1362
946
  #, fuzzy, php-format
947
  msgid "Photo %s rotated %s"
948
  msgstr "Foto %s %s gedreht"
949
 
950
- #: wppa-ajax.php:1365
951
  #, fuzzy, php-format
952
  msgid "An error occurred while trying to rotate photo %s"
953
  msgstr "Ist ein Fehler aufgetreten beim Versuch, Foto %s zu drehen"
954
 
955
- #: wppa-ajax.php:1375 wppa-ajax.php:1398 wppa-photo-admin-autosave.php:1100
956
  #: wppa-photo-admin-autosave.php:1118
957
  #, fuzzy, php-format
958
  msgid "A photo with filename %s already exists in album %s."
959
  msgstr "Ein Foto mit Dateinamen %s existiert bereits im Album %s."
960
 
961
- #: wppa-ajax.php:1385
962
  #, fuzzy, php-format
963
  msgid "Photo %s has been moved to album %s (%s)"
964
  msgstr "Foto %s wurde verschoben auf Album %s (%s)"
965
 
966
- #: wppa-ajax.php:1388
967
  #, fuzzy, php-format
968
  msgid "An error occurred while trying to move photo %s"
969
  msgstr "Ist ein Fehler aufgetreten beim Versuch, Foto %s verschieben"
970
 
971
- #: wppa-ajax.php:1406
972
  #, fuzzy, php-format
973
  msgid "Photo %s copied to album %s (%s)"
974
  msgstr "Foto %s %s (%s) Album kopiert"
975
 
976
- #: wppa-ajax.php:1409
977
  #, fuzzy, php-format
978
  msgid "An error occurred while trying to copy photo %s"
979
  msgstr "Ist ein Fehler aufgetreten beim Versuch, Foto %s kopieren"
980
 
981
- #: wppa-ajax.php:1439 wppa-ajax.php:2018
982
  #, fuzzy
983
  msgid "Unbalanced tags in photo description!"
984
  msgstr "Unsymmetrische Tags in Fotobeschreibung!"
985
 
986
- #: wppa-ajax.php:1445
987
  #, fuzzy
988
  msgid "Photo order #"
989
  msgstr "Bildersortierung"
990
 
991
- #: wppa-ajax.php:1450
992
  #, fuzzy, php-format
993
  msgid "User %s does not exists"
994
  msgstr "Benutzer %s existiert nicht"
995
 
996
- #: wppa-ajax.php:1459
997
  #, fuzzy
998
  msgid "Link url"
999
  msgstr "Link URL"
1000
 
1001
- #: wppa-ajax.php:1462
1002
  #, fuzzy
1003
  msgid "Link title"
1004
  msgstr "Link-Titel"
1005
 
1006
- #: wppa-ajax.php:1465
1007
  #, fuzzy
1008
  msgid "Link target"
1009
  msgstr "Link-Ziel"
1010
 
1011
- #: wppa-ajax.php:1471 wppa-multitag-widget.php:34 wppa-multitag-widget.php:66
1012
  #: wppa-tagcloud-widget.php:34 wppa-tagcloud-widget.php:63
1013
  #, fuzzy
1014
  msgid "Photo Tags"
1015
  msgstr "Foto-Tags"
1016
 
1017
- #: wppa-ajax.php:1476 wppa-comment-admin.php:317 wppa-comment-admin.php:404
1018
  #: wppa-photo-admin-autosave.php:1365 wppa-photo-admin-autosave.php:1484
1019
- #: wppa-settings-autosave.php:6539 wppa-settings-autosave.php:7202
1020
- #: wppa-settings-autosave.php:8968 wppa-settings-autosave.php:9008
1021
- #: wppa-settings-autosave.php:9030 wppa-settings-autosave.php:9076
1022
  #, fuzzy
1023
  msgid "Status"
1024
  msgstr "Status"
1025
 
1026
- #: wppa-ajax.php:1479
1027
  #, fuzzy
1028
  msgid "HTML Alt"
1029
  msgstr "HTML Alt"
1030
 
1031
- #: wppa-ajax.php:1483
1032
  #, fuzzy
1033
  msgid "Video width"
1034
  msgstr "Breite des Videos"
1035
 
1036
- #: wppa-ajax.php:1485 wppa-ajax.php:1492
1037
  #, fuzzy
1038
  msgid "Please enter an integer value >= 0"
1039
  msgstr "Bitte geben Sie einen ganzzahligen Wert > = 0"
1040
 
1041
- #: wppa-ajax.php:1490
1042
  #, fuzzy
1043
  msgid "Video height"
1044
  msgstr "Video Höhe"
1045
 
1046
- #: wppa-ajax.php:1508 wppa-ajax.php:1542
1047
  #, fuzzy, php-format
1048
  msgid "<b>%s</b> of video %s updated"
1049
  msgstr "<b>%s</b> von Video%s aktualisiert"
1050
 
1051
- #: wppa-ajax.php:1511 wppa-ajax.php:1545
1052
  #, fuzzy, php-format
1053
  msgid "<b>%s</b> of photo %s updated"
1054
  msgstr "<b>%s</b> %s aktualisiert Fotos"
1055
 
1056
- #: wppa-ajax.php:1515
1057
  #, fuzzy, php-format
1058
  msgid "An error occurred while trying to update <b>%s</b> of photo %s"
1059
  msgstr ""
1060
  "Beim Versuch, <b>%s</b> %s Fotos aktualisieren ist ein Fehler aufgetreten."
1061
 
1062
- #: wppa-ajax.php:1571
1063
  #, fuzzy, php-format
1064
  msgid "<b>Custom field %s</b> of photo %s updated"
1065
  msgstr "<b>Benutzerdefiniertes Feld %s</b> %s aktualisiert Fotos"
1066
 
1067
- #: wppa-ajax.php:1578
1068
  #, fuzzy
1069
  msgid "<b>Error during upload.</b>"
1070
  msgstr "<b>Fehler beim Upload.</b>"
1071
 
1072
- #: wppa-ajax.php:1606
1073
  #, fuzzy
1074
  msgid "Photo files updated."
1075
  msgstr "Foto-Dateien aktualisiert."
1076
 
1077
- #: wppa-ajax.php:1611
1078
  #, fuzzy
1079
  msgid "Could not update files."
1080
  msgstr "Dateien konnten nicht aktualisiert werden."
1081
 
1082
- #: wppa-ajax.php:1622
1083
  #, fuzzy, php-format
1084
  msgid "Stereo mode updated in %d milliseconds"
1085
  msgstr "Stereo-Modus in %d Millisekunden aktualisiert"
1086
 
1087
- #: wppa-ajax.php:1638
1088
  #, fuzzy
1089
  msgid "You do not have the rights to update settings"
1090
  msgstr "Sie haben nicht die Rechte Einstellungen aktualisieren"
1091
 
1092
- #: wppa-ajax.php:1719
1093
  #, fuzzy
1094
  msgid "Capability granted"
1095
  msgstr "Fähigkeit gewährt"
1096
 
1097
- #: wppa-ajax.php:1724
1098
  #, fuzzy
1099
  msgid "Capability withdrawn"
1100
  msgstr "Fähigkeit zurückgezogen"
1101
 
1102
- #: wppa-ajax.php:1735
1103
  #, fuzzy
1104
  msgid "Column width."
1105
  msgstr "Spaltenbreite"
1106
 
1107
- #: wppa-ajax.php:1738
1108
  #, fuzzy
1109
  msgid "Initial width."
1110
  msgstr "Ursprüngliche Breite"
1111
 
1112
- #: wppa-ajax.php:1741
1113
  #, fuzzy
1114
  msgid "Full size."
1115
  msgstr "Originalgröße"
1116
 
1117
- #: wppa-ajax.php:1744
1118
  #, fuzzy
1119
  msgid "Max height."
1120
  msgstr "Max. Höhe:"
1121
 
1122
- #: wppa-ajax.php:1749
1123
  #, fuzzy
1124
  msgid "Thumbnail size."
1125
  msgstr "Größe der Vorschaubilder"
1126
 
1127
- #: wppa-ajax.php:1753
1128
  #, fuzzy
1129
  msgid "Thumbnail frame width"
1130
  msgstr "Thumbnail Rahmenbreite"
1131
 
1132
- #: wppa-ajax.php:1757
1133
  #, fuzzy
1134
  msgid "Thumbnail frame height"
1135
  msgstr "Miniaturansicht Rahmenhöhe"
1136
 
1137
- #: wppa-ajax.php:1760
1138
  #, fuzzy
1139
  msgid "Thumbnail Spacing"
1140
  msgstr "Miniaturansicht Abstand"
1141
 
1142
- #: wppa-ajax.php:1763
1143
  #, fuzzy
1144
  msgid "Photocount treshold."
1145
  msgstr "Photocount Treshold."
1146
 
1147
- #: wppa-ajax.php:1766
1148
  #, fuzzy
1149
  msgid "Thumb page size."
1150
  msgstr "Daumen Sie-Seitengröße."
1151
 
1152
- #: wppa-ajax.php:1769
1153
  #, fuzzy
1154
  msgid "Cover photo size."
1155
  msgstr "Coverbild Größe"
1156
 
1157
- #: wppa-ajax.php:1772
1158
  #, fuzzy
1159
  msgid "Album page size."
1160
  msgstr "Größe der Album Seite"
1161
 
1162
- #: wppa-ajax.php:1775
1163
  #, fuzzy
1164
  msgid "Number of TopTen photos"
1165
  msgstr "Anzahl der TopTen Fotos"
1166
 
1167
- #: wppa-ajax.php:1778
1168
  #, fuzzy
1169
  msgid "Widget image thumbnail size"
1170
  msgstr "Thumbnail-Bildgröße Widget"
1171
 
1172
- #: wppa-ajax.php:1781 wppa-settings-autosave.php:1057
1173
  #, fuzzy
1174
  msgid "Max Cover width"
1175
  msgstr "Breite Max Cover"
1176
 
1177
- #: wppa-ajax.php:1784
1178
  #, fuzzy
1179
  msgid "Minimal description height"
1180
  msgstr "Minimale Beschreibung Höhe"
1181
 
1182
- #: wppa-ajax.php:1787
1183
  #, fuzzy
1184
  msgid "Minimal cover height"
1185
  msgstr "Minimale Deckelhöhe"
1186
 
1187
- #: wppa-ajax.php:1790
1188
  #, fuzzy
1189
  msgid "Minimal text frame height"
1190
  msgstr "Wenig Text Rahmenhöhe"
1191
 
1192
- #: wppa-ajax.php:1793 wppa-settings-autosave.php:1354
1193
  #, fuzzy
1194
  msgid "Border width"
1195
  msgstr "Randbreite"
1196
 
1197
- #: wppa-ajax.php:1796 wppa-settings-autosave.php:738
1198
- #: wppa-settings-autosave.php:1363
1199
  #, fuzzy
1200
  msgid "Border radius"
1201
  msgstr "Radius des Rahmenecks"
1202
 
1203
- #: wppa-ajax.php:1799 wppa-settings-autosave.php:749
1204
  #, fuzzy
1205
  msgid "Box spacing"
1206
  msgstr "Box-Abstand"
1207
 
1208
- #: wppa-ajax.php:1805 wppa-settings-autosave.php:1032
1209
  #, fuzzy
1210
  msgid "Popup size"
1211
  msgstr "Popup-Größe"
1212
 
1213
- #: wppa-ajax.php:1808
1214
  #, fuzzy
1215
  msgid "Fullsize border width"
1216
  msgstr "Fullsize Rahmenbreite"
1217
 
1218
- #: wppa-ajax.php:1811
1219
  #, fuzzy
1220
  msgid "Lightbox Bordersize"
1221
  msgstr "Leuchtkasten Bordersize"
1222
 
1223
- #: wppa-ajax.php:1814
1224
  #, fuzzy
1225
  msgid "Lightbox Borderwidth"
1226
  msgstr "Lightbox Borderwidth"
1227
 
1228
- #: wppa-ajax.php:1817
1229
  #, fuzzy
1230
  msgid "Lightbox Borderradius"
1231
  msgstr "Leuchtkasten Borderradius"
1232
 
1233
- #: wppa-ajax.php:1820
1234
  #, fuzzy
1235
  msgid "Number of Comment widget entries"
1236
  msgstr "Anzahl der Kommentar Widget Einträge"
1237
 
1238
- #: wppa-ajax.php:1823
1239
  #, fuzzy
1240
  msgid "Comment Widget image thumbnail size"
1241
  msgstr "Thumbnail-Bildgröße Kommentar Widget"
1242
 
1243
- #: wppa-ajax.php:1826 wppa-ajax.php:1829 wppa-ajax.php:1832
1244
  #, fuzzy
1245
  msgid "Opacity."
1246
  msgstr "Deckkraft"
1247
 
1248
- #: wppa-ajax.php:1841 wppa-settings-autosave.php:1163
1249
  #, fuzzy
1250
  msgid "Avatar size"
1251
  msgstr "Avatar-Grösse"
1252
 
1253
- #: wppa-ajax.php:1844 wppa-ajax.php:1847
1254
  #, fuzzy
1255
  msgid "Watermark opacity"
1256
  msgstr "Deckkraft Wasserzeichen"
1257
 
1258
- #: wppa-ajax.php:1850 wppa-settings-autosave.php:1332
1259
  #, fuzzy
1260
  msgid "Number of text lines"
1261
  msgstr "Anzahl der Textzeilen"
1262
 
1263
- #: wppa-ajax.php:1853 wppa-settings-autosave.php:4460
1264
  #, fuzzy
1265
  msgid "Overlay opacity"
1266
  msgstr "Überlagerungsdeckkraft"
1267
 
1268
- #: wppa-ajax.php:1856 wppa-settings-autosave.php:7762
1269
  #, fuzzy
1270
  msgid "Upload limit"
1271
  msgstr "Hochladebegrenzung"
1272
 
1273
- #: wppa-ajax.php:1859 wppa-settings-autosave.php:4130
1274
  #, fuzzy
1275
  msgid "Notify inappropriate"
1276
  msgstr "Unangemessen zu benachrichtigen"
1277
 
1278
- #: wppa-ajax.php:1862
1279
  #, fuzzy
1280
  msgid "Dislike pending"
1281
  msgstr "Mag nicht anhängig"
1282
 
1283
- #: wppa-ajax.php:1865
1284
  #, fuzzy
1285
  msgid "Dislike delete"
1286
  msgstr "Abneigung gegen löschen"
1287
 
1288
- #: wppa-ajax.php:1868 wppa-settings-autosave.php:7298
1289
  #, fuzzy
1290
  msgid "Max execution time"
1291
  msgstr "Ausführungszeit"
1292
 
1293
- #: wppa-ajax.php:1874
1294
  #, fuzzy
1295
  msgid "myCRED / Cube Points"
1296
  msgstr "MyCRED / Cube Punkte"
1297
 
1298
- #: wppa-ajax.php:1877
1299
  #, fuzzy
1300
  msgid "JPG Image quality"
1301
  msgstr "JPG-Bild-Qualität"
1302
 
1303
- #: wppa-ajax.php:1883 wppa-settings-autosave.php:4034
1304
  #, fuzzy
1305
  msgid "Number of coverphotos"
1306
  msgstr "Anzahl der coverphotos"
1307
 
1308
- #: wppa-ajax.php:1886 wppa-settings-autosave.php:4101
1309
  #, fuzzy
1310
  msgid "Dislike value"
1311
  msgstr "Dislike Wert"
1312
 
1313
- #: wppa-ajax.php:1889 wppa-settings-autosave.php:869
1314
  #, fuzzy
1315
  msgid "Slideshow pagesize"
1316
  msgstr "Diashow Seitengröße"
1317
 
1318
- #: wppa-ajax.php:1892 wppa-settings-autosave.php:888
1319
  #, fuzzy
1320
  msgid "Slideonly max"
1321
  msgstr "Slideonly max"
1322
 
1323
- #: wppa-ajax.php:1895 wppa-settings-autosave.php:767
1324
  #, fuzzy
1325
  msgid "Max Pagelinks"
1326
  msgstr "Max Pagelinks"
1327
 
1328
- #: wppa-ajax.php:1898 wppa-settings-autosave.php:2876
1329
  #, fuzzy
1330
  msgid "Start/pause symbol size"
1331
  msgstr "Start/Pause Symbolgröße"
1332
 
1333
- #: wppa-ajax.php:1901 wppa-settings-autosave.php:2885
1334
  #, fuzzy
1335
  msgid "Start/pause symbol border radius"
1336
  msgstr "Start/Pause-Symbol Rahmenradius"
1337
 
1338
- #: wppa-ajax.php:1904 wppa-settings-autosave.php:2894
1339
  #, fuzzy
1340
  msgid "Stop symbol size"
1341
  msgstr "Symbolgröße zu stoppen"
1342
 
1343
- #: wppa-ajax.php:1907 wppa-settings-autosave.php:2903
1344
  #, fuzzy
1345
  msgid "Stop symbol border radius"
1346
  msgstr "Stop-Symbol Grenze Radius"
1347
 
1348
- #: wppa-ajax.php:1915
1349
  #, fuzzy
1350
  msgid "Ratings cleared"
1351
  msgstr "Bewertungen gelöscht"
1352
 
1353
- #: wppa-ajax.php:1918
1354
  #, fuzzy
1355
  msgid "Could not clear ratings"
1356
  msgstr "Könnte nicht klar Bewertungen"
1357
 
1358
- #: wppa-ajax.php:1927
1359
  #, fuzzy
1360
  msgid "Viewcounts cleared"
1361
  msgstr "Viewcounts gelöscht"
1362
 
1363
- #: wppa-ajax.php:1930
1364
  #, fuzzy
1365
  msgid "Could not clear viewcounts"
1366
  msgstr "Viewcounts konnten nicht gelöscht werden."
1367
 
1368
- #: wppa-ajax.php:1940
1369
  #, fuzzy
1370
  msgid "IPTC data cleared"
1371
  msgstr "IPTC-Daten gelöscht"
1372
 
1373
- #: wppa-ajax.php:1941
1374
  #, fuzzy
1375
  msgid "Refresh this page to clear table X"
1376
  msgstr "Aktualisieren Sie diese Seite um Tabelle X löschen"
1377
 
1378
- #: wppa-ajax.php:1945
1379
  #, fuzzy
1380
  msgid "Could not clear IPTC data"
1381
  msgstr "IPTC-Daten konnten nicht gelöscht werden."
1382
 
1383
- #: wppa-ajax.php:1955
1384
  #, fuzzy
1385
  msgid "EXIF data cleared"
1386
  msgstr "EXIF-Daten gelöscht"
1387
 
1388
- #: wppa-ajax.php:1956
1389
  #, fuzzy
1390
  msgid "Refresh this page to clear table XI"
1391
  msgstr "Aktualisieren Sie diese Seite um Tabelle XI löschen"
1392
 
1393
- #: wppa-ajax.php:1960
1394
  #, fuzzy
1395
  msgid "Could not clear EXIF data"
1396
  msgstr "EXIF-Daten konnten nicht gelöscht werden."
1397
 
1398
- #: wppa-ajax.php:1968
1399
  #, fuzzy
1400
  msgid "Recuperation performed"
1401
  msgstr "Rekuperation durchgeführt"
1402
 
1403
- #: wppa-ajax.php:1983
1404
  #, fuzzy
1405
  msgid ""
1406
  "Illegal format. Please enter a 6 digit hexadecimal color value. Example: "
@@ -1409,64 +1409,64 @@ msgstr ""
1409
  "Illegale Format. Bitte geben Sie einen 6-stelligen hexadezimalen Farbwert. "
1410
  "Beispiel: #77bbff"
1411
 
1412
- #: wppa-ajax.php:2009
1413
  #, fuzzy
1414
  msgid "You just changed a setting that requires the recalculation of ratings."
1415
  msgstr ""
1416
  "Sie verändert nur eine Einstellung, die Neuberechnung der Bewertungen "
1417
  "erfordert."
1418
 
1419
- #: wppa-ajax.php:2010 wppa-ajax.php:2441
1420
  #, fuzzy
1421
  msgid "Please run the appropriate action in Table VIII."
1422
  msgstr "Bitte führen Sie die entsprechende Aktion in Tabelle VIII."
1423
 
1424
- #: wppa-ajax.php:2034 wppa-ajax.php:2050
1425
  #, fuzzy, php-format
1426
  msgid "Unable to create or write to %s"
1427
  msgstr "Nicht erstellen oder schreiben Sie an %s"
1428
 
1429
- #: wppa-ajax.php:2043
1430
  #, fuzzy
1431
  msgid "Source can not be inside the wppa folder."
1432
  msgstr "Quelle kann nicht im Ordner \"Wppa\" sein."
1433
 
1434
- #: wppa-ajax.php:2060
1435
  #, fuzzy
1436
  msgid "The content must contain w#album"
1437
  msgstr "Der Inhalt muss w #album enthalten."
1438
 
1439
- #: wppa-ajax.php:2067
1440
  #, fuzzy
1441
  msgid "The content must contain w#lat and w#lon"
1442
  msgstr "Der Inhalt muss w #lat und w #lon enthalten."
1443
 
1444
- #: wppa-ajax.php:2109 wppa-ajax.php:2115
1445
  #, fuzzy
1446
  msgid "Members"
1447
  msgstr "Mitglieder"
1448
 
1449
- #: wppa-ajax.php:2109
1450
  #, fuzzy
1451
  msgid "Parent of the member albums"
1452
  msgstr "Eltern der Mitglieder Alben"
1453
 
1454
- #: wppa-ajax.php:2253
1455
  #, fuzzy, php-format
1456
  msgid "User %s has been blacklisted."
1457
  msgstr "Benutzer %s hat auf der schwarzen Liste."
1458
 
1459
- #: wppa-ajax.php:2256 wppa-ajax.php:2286
1460
  #, fuzzy, php-format
1461
  msgid "User %s does not exist."
1462
  msgstr "Benutzer \"%s\" nicht vorhanden"
1463
 
1464
- #: wppa-ajax.php:2283
1465
  #, fuzzy, php-format
1466
  msgid "User %s is now superuser."
1467
  msgstr "Benutzer %s ist jetzt Superuser."
1468
 
1469
- #: wppa-ajax.php:2308
1470
  #, fuzzy
1471
  msgid ""
1472
  "The content of the Custom box has been changed to display the Fotomoto "
@@ -1475,23 +1475,23 @@ msgstr ""
1475
  "Der Inhalt des Felds Custom wurde geändert, um die Fotomoto-Symbolleiste "
1476
  "angezeigt."
1477
 
1478
- #: wppa-ajax.php:2312 wppa-ajax.php:2327
1479
  #, fuzzy
1480
  msgid "The display of the custom box has been enabled"
1481
  msgstr "Die Anzeige der benutzerdefinierten Feld wurde aktiviert"
1482
 
1483
- #: wppa-ajax.php:2323
1484
  #, fuzzy
1485
  msgid "The content of the Custom box has been changed to display maps."
1486
  msgstr ""
1487
  "Der Inhalt des Felds Custom wurde geändert, um Karten angezeigt werden."
1488
 
1489
- #: wppa-ajax.php:2359
1490
  #, fuzzy
1491
  msgid "This value can not be empty"
1492
  msgstr "Dieser Wert darf nicht leer sein."
1493
 
1494
- #: wppa-ajax.php:2388
1495
  #, fuzzy
1496
  msgid ""
1497
  "You must run Table VIII-A13 and VIII-A14 first before you can switch to "
@@ -1500,32 +1500,32 @@ msgstr ""
1500
  "Sie müssen Tabelle VIII-A13 und VIII-A14 zuerst ausführen, bevor Sie zum "
1501
  "verschlüsselten Urls wechseln können."
1502
 
1503
- #: wppa-ajax.php:2391
1504
  #, fuzzy
1505
  msgid "Table IV-A3 will be switched off."
1506
  msgstr "Tabelle IV-A3 wird abgeschaltet."
1507
 
1508
- #: wppa-ajax.php:2395
1509
  #, fuzzy
1510
  msgid "Table IV-A4 will be switched off."
1511
  msgstr "Tabelle IV-A4 wird ausgeschaltet."
1512
 
1513
- #: wppa-ajax.php:2405
1514
  #, fuzzy
1515
  msgid "Not allowed when cryptic links is active"
1516
  msgstr "Nicht zulässig, wenn kryptische Links aktiv ist"
1517
 
1518
- #: wppa-ajax.php:2419
1519
  #, fuzzy, php-format
1520
  msgid "Failed to set %s to %s"
1521
  msgstr "Fehler beim Festlegen von %s auf %s"
1522
 
1523
- #: wppa-ajax.php:2424
1524
  #, fuzzy, php-format
1525
  msgid "Setting %s updated to %s"
1526
  msgstr "Festlegen von %s %s aktualisiert"
1527
 
1528
- #: wppa-ajax.php:2440
1529
  #, fuzzy
1530
  msgid ""
1531
  "You just changed a setting that requires the regeneration of thumbnails."
@@ -1533,27 +1533,27 @@ msgstr ""
1533
  "Sie haben nur eine Einstellung, die die Regeneration von Thumbnails "
1534
  "erfordert geändert."
1535
 
1536
- #: wppa-ajax.php:2495
1537
  #, fuzzy
1538
  msgid "Missing album id"
1539
  msgstr "Fehlende Album-id"
1540
 
1541
- #: wppa-ajax.php:2515
1542
  #, fuzzy
1543
  msgid "You do not have the rights to delete this album"
1544
  msgstr "Sie haben nicht die Rechte an diesem Album löschen"
1545
 
1546
- #: wppa-ajax.php:2536
1547
  #, fuzzy
1548
  msgid "An error has occurred"
1549
  msgstr "Ein Interner Fehler Ist Aufgetreten"
1550
 
1551
- #: wppa-ajax.php:2572 wppa-ajax.php:2579
1552
  #, fuzzy
1553
  msgid "You may also enter:"
1554
  msgstr "Sie können auch eingeben:"
1555
 
1556
- #: wppa-ajax.php:2573 wppa-ajax.php:2580
1557
  #, fuzzy
1558
  msgid "You may also leave/set this blank"
1559
  msgstr "Sie können auch Urlaub/dies leere set"
@@ -1595,7 +1595,7 @@ msgid "Edit photo information except copy and move"
1595
  msgstr "Fotoinformationen außer Kopie bearbeiten und verschieben"
1596
 
1597
  #: wppa-album-admin-autosave.php:82 wppa-album-admin-autosave.php:784
1598
- #: wppa-setup.php:1248
1599
  #, fuzzy
1600
  msgid "Edit photo information"
1601
  msgstr "Foto bearbeiten"
@@ -1610,8 +1610,8 @@ msgstr "Zurück zum album"
1610
  msgid "Top of page"
1611
  msgstr "Seitenanfang"
1612
 
1613
- #: wppa-album-admin-autosave.php:118 wppa-functions.php:4125
1614
- #: wppa-settings-autosave.php:7610 wppa-wpdb-insert.php:332
1615
  msgid "New Album"
1616
  msgstr "Neues Fotoalbum"
1617
 
@@ -1771,7 +1771,7 @@ msgstr ""
1771
  "Bestellnummer hier bestellen #."
1772
 
1773
  #: wppa-album-admin-autosave.php:330 wppa-tinymce-shortcodes.php:345
1774
- #: wppa-tinymce-shortcodes.php:371 wppa-tinymce-shortcodes.php:558
1775
  #, fuzzy
1776
  msgid "Parent album:"
1777
  msgstr "Übergeordnetes Album"
@@ -1790,80 +1790,80 @@ msgid "Photo order:"
1790
  msgstr "Bildersortierung"
1791
 
1792
  #: wppa-album-admin-autosave.php:354 wppa-album-admin-autosave.php:455
1793
- #: wppa-settings-autosave.php:3868 wppa-settings-autosave.php:3892
1794
- #: wppa-tinymce-shortcodes.php:503 wppa-tinymce-shortcodes.php:522
1795
  #, fuzzy
1796
  msgid "--- default ---"
1797
  msgstr "Standard-Fotoalbum für"
1798
 
1799
  #: wppa-album-admin-autosave.php:355 wppa-album-admin-autosave.php:411
1800
- #: wppa-settings-autosave.php:3830 wppa-settings-autosave.php:3944
1801
  #: wppa-thumbnail-widget.php:201
1802
  #, fuzzy
1803
  msgid "Order #"
1804
  msgstr "Bestellnummer"
1805
 
1806
  #: wppa-album-admin-autosave.php:357 wppa-album-admin-autosave.php:410
1807
- #: wppa-settings-autosave.php:3832 wppa-settings-autosave.php:3946
1808
  #: wppa-thumbnail-widget.php:203 wppa-widget-admin.php:149
1809
  #, fuzzy
1810
  msgid "Random"
1811
  msgstr "Zufällig"
1812
 
1813
- #: wppa-album-admin-autosave.php:358 wppa-settings-autosave.php:3833
1814
  #, fuzzy
1815
  msgid "Rating mean value"
1816
  msgstr "Bewertungswerte"
1817
 
1818
  #: wppa-album-admin-autosave.php:359 wppa-bestof-widget.php:170
1819
- #: wppa-settings-autosave.php:3834 wppa-topten-widget.php:345
1820
  #, fuzzy
1821
  msgid "Number of votes"
1822
  msgstr "Anzahl der Stimmen"
1823
 
1824
  #: wppa-album-admin-autosave.php:360 wppa-album-admin-autosave.php:415
1825
- #: wppa-settings-autosave.php:3835 wppa-settings-autosave.php:3947
1826
  #, fuzzy
1827
  msgid "Timestamp"
1828
  msgstr "Zeitstempel"
1829
 
1830
  #: wppa-album-admin-autosave.php:361 wppa-photo-admin-autosave.php:292
1831
- #: wppa-settings-autosave.php:3836
1832
  #, fuzzy
1833
  msgid "EXIF Date"
1834
  msgstr "EXIF-Datum"
1835
 
1836
- #: wppa-album-admin-autosave.php:362 wppa-settings-autosave.php:3837
1837
- #: wppa-settings-autosave.php:3948
1838
  #, fuzzy
1839
  msgid "Order # desc"
1840
  msgstr "Auftrag # desc"
1841
 
1842
- #: wppa-album-admin-autosave.php:363 wppa-settings-autosave.php:3838
1843
- #: wppa-settings-autosave.php:3949
1844
  #, fuzzy
1845
  msgid "Name desc"
1846
  msgstr "Name absteigend"
1847
 
1848
- #: wppa-album-admin-autosave.php:364 wppa-settings-autosave.php:3839
1849
  #: wppa-thumbnail-widget.php:204
1850
  #, fuzzy
1851
  msgid "Rating mean value desc"
1852
  msgstr "Bewertung Mittelwert desc"
1853
 
1854
- #: wppa-album-admin-autosave.php:365 wppa-settings-autosave.php:3840
1855
  #: wppa-thumbnail-widget.php:205
1856
  #, fuzzy
1857
  msgid "Number of votes desc"
1858
  msgstr "Anzahl der Stimmen"
1859
 
1860
- #: wppa-album-admin-autosave.php:366 wppa-settings-autosave.php:3841
1861
- #: wppa-settings-autosave.php:3950 wppa-thumbnail-widget.php:206
1862
  #, fuzzy
1863
  msgid "Timestamp desc"
1864
  msgstr "Zeitstempel ab"
1865
 
1866
- #: wppa-album-admin-autosave.php:367 wppa-settings-autosave.php:3842
1867
  #, fuzzy
1868
  msgid "EXIF Date desc"
1869
  msgstr "EXIF Datum desc"
@@ -1924,14 +1924,14 @@ msgstr "Verwenden Sie Alt dies:"
1924
 
1925
  #: wppa-album-admin-autosave.php:434 wppa-bestof-widget.php:182
1926
  #: wppa-bestof-widget.php:187 wppa-bestof-widget.php:192
1927
- #: wppa-lasten-widget.php:219 wppa-settings-autosave.php:497
1928
- #: wppa-settings-autosave.php:506 wppa-settings-autosave.php:515
1929
- #: wppa-settings-autosave.php:526 wppa-settings-autosave.php:535
1930
- #: wppa-settings-autosave.php:544 wppa-settings-autosave.php:553
1931
- #: wppa-settings-autosave.php:562 wppa-settings-autosave.php:571
1932
- #: wppa-settings-autosave.php:580 wppa-settings-autosave.php:589
1933
- #: wppa-settings-autosave.php:598 wppa-settings-autosave.php:607
1934
- #: wppa-settings-autosave.php:616 wppa-topten-widget.php:353
1935
  #: wppa-topten-widget.php:360 wppa-topten-widget.php:368
1936
  #: wppa-topten-widget.php:373 wppa-topten-widget.php:378
1937
  #: wppa-topten-widget.php:383 wppa-topten-widget.php:388
@@ -1941,14 +1941,14 @@ msgstr "nein"
1941
 
1942
  #: wppa-album-admin-autosave.php:435 wppa-bestof-widget.php:181
1943
  #: wppa-bestof-widget.php:186 wppa-bestof-widget.php:191
1944
- #: wppa-lasten-widget.php:220 wppa-settings-autosave.php:497
1945
- #: wppa-settings-autosave.php:506 wppa-settings-autosave.php:515
1946
- #: wppa-settings-autosave.php:526 wppa-settings-autosave.php:535
1947
- #: wppa-settings-autosave.php:544 wppa-settings-autosave.php:553
1948
- #: wppa-settings-autosave.php:562 wppa-settings-autosave.php:571
1949
- #: wppa-settings-autosave.php:580 wppa-settings-autosave.php:589
1950
- #: wppa-settings-autosave.php:598 wppa-settings-autosave.php:607
1951
- #: wppa-settings-autosave.php:616 wppa-settings-autosave.php:625
1952
  #: wppa-super-view-widget.php:85 wppa-topten-widget.php:352
1953
  #: wppa-topten-widget.php:359 wppa-topten-widget.php:367
1954
  #: wppa-topten-widget.php:372 wppa-topten-widget.php:377
@@ -1971,33 +1971,33 @@ msgstr ""
1971
  msgid "Cover Type:"
1972
  msgstr "Cover Art:"
1973
 
1974
- #: wppa-album-admin-autosave.php:456 wppa-settings-autosave.php:1959
1975
- #: wppa-settings-autosave.php:4014
1976
  #, fuzzy
1977
  msgid "Standard"
1978
  msgstr "Standard"
1979
 
1980
- #: wppa-album-admin-autosave.php:457 wppa-settings-autosave.php:4015
1981
  #, fuzzy
1982
  msgid "Long Descriptions"
1983
  msgstr "Lange Beschreibungen"
1984
 
1985
- #: wppa-album-admin-autosave.php:458 wppa-settings-autosave.php:4016
1986
  #, fuzzy
1987
  msgid "Image Factory"
1988
  msgstr "Image Factory"
1989
 
1990
- #: wppa-album-admin-autosave.php:459 wppa-settings-autosave.php:4017
1991
  #, fuzzy
1992
  msgid "Standard mcr"
1993
  msgstr "Standard-mcr"
1994
 
1995
- #: wppa-album-admin-autosave.php:460 wppa-settings-autosave.php:4018
1996
  #, fuzzy
1997
  msgid "Long Descriptions mcr"
1998
  msgstr "Lange Beschreibungen mcr"
1999
 
2000
- #: wppa-album-admin-autosave.php:461 wppa-settings-autosave.php:4019
2001
  #, fuzzy
2002
  msgid "Image Factory mcr"
2003
  msgstr "Bild Fabrik mcr"
@@ -2036,38 +2036,38 @@ msgstr ""
2036
  msgid "Upload limit:"
2037
  msgstr "Hochladebegrenzung"
2038
 
2039
- #: wppa-album-admin-autosave.php:506 wppa-settings-autosave.php:5980
2040
- #: wppa-settings-autosave.php:7769
2041
  #, fuzzy
2042
  msgid "for ever"
2043
  msgstr "für immer"
2044
 
2045
  #: wppa-album-admin-autosave.php:507 wppa-album-admin-autosave.php:524
2046
- #: wppa-settings-autosave.php:5981 wppa-settings-autosave.php:7770
2047
  #, fuzzy
2048
  msgid "per hour"
2049
  msgstr "pro Stunde"
2050
 
2051
  #: wppa-album-admin-autosave.php:508 wppa-album-admin-autosave.php:525
2052
- #: wppa-settings-autosave.php:5982 wppa-settings-autosave.php:7771
2053
  #, fuzzy
2054
  msgid "per day"
2055
  msgstr "pro Tag"
2056
 
2057
  #: wppa-album-admin-autosave.php:509 wppa-album-admin-autosave.php:526
2058
- #: wppa-settings-autosave.php:5983 wppa-settings-autosave.php:7772
2059
  #, fuzzy
2060
  msgid "per week"
2061
  msgstr "pro Woche"
2062
 
2063
  #: wppa-album-admin-autosave.php:510 wppa-album-admin-autosave.php:527
2064
- #: wppa-settings-autosave.php:5984 wppa-settings-autosave.php:7773
2065
  #, fuzzy
2066
  msgid "per month"
2067
  msgstr "pro Monat"
2068
 
2069
  #: wppa-album-admin-autosave.php:511 wppa-album-admin-autosave.php:528
2070
- #: wppa-settings-autosave.php:5985 wppa-settings-autosave.php:7774
2071
  #, fuzzy
2072
  msgid "per year"
2073
  msgstr "im Jahr"
@@ -2205,22 +2205,22 @@ msgstr "Alle Fotos in diesem Album die Standard-Tags hinzufügen."
2205
  msgid "Link type:"
2206
  msgstr "Link-Typ:"
2207
 
2208
- #: wppa-album-admin-autosave.php:642 wppa-settings-autosave.php:7930
2209
  #, fuzzy
2210
  msgid "the sub-albums and thumbnails"
2211
  msgstr "die Unteralben und Miniaturen"
2212
 
2213
- #: wppa-album-admin-autosave.php:643 wppa-settings-autosave.php:7931
2214
  #, fuzzy
2215
  msgid "the sub-albums"
2216
  msgstr "die Sub-Alben"
2217
 
2218
- #: wppa-album-admin-autosave.php:644 wppa-settings-autosave.php:7932
2219
  #, fuzzy
2220
  msgid "the thumbnails"
2221
  msgstr "Miniaturbilden"
2222
 
2223
- #: wppa-album-admin-autosave.php:645 wppa-settings-autosave.php:7933
2224
  #, fuzzy
2225
  msgid "the album photos as slideshow"
2226
  msgstr "die Albumfotos als Diashow"
@@ -2230,7 +2230,7 @@ msgstr "die Albumfotos als Diashow"
2230
  msgid "the link page with a clean url"
2231
  msgstr "der Link-Seite mit einer sauberen url"
2232
 
2233
- #: wppa-album-admin-autosave.php:647 wppa-settings-autosave.php:7934
2234
  #, fuzzy
2235
  msgid "no link at all"
2236
  msgstr "keine Verbindung überhaupt"
@@ -2260,8 +2260,8 @@ msgstr ""
2260
  msgid "Link to:"
2261
  msgstr "Link zu"
2262
 
2263
- #: wppa-album-admin-autosave.php:668 wppa-settings-autosave.php:9632
2264
- #: wppa-settings-autosave.php:9682
2265
  #, fuzzy
2266
  msgid "There are no pages (yet) to link to."
2267
  msgstr "Dort sind keine Seiten verknüpft zu"
@@ -2368,7 +2368,7 @@ msgstr "Moderiere Kommentare"
2368
  msgid "Moderate photo"
2369
  msgstr "Moderate Foto"
2370
 
2371
- #: wppa-album-admin-autosave.php:818 wppa-functions.php:2293
2372
  #: wppa-photo-admin-autosave.php:24
2373
  msgid "Edit photo"
2374
  msgstr "Foto bearbeiten"
@@ -2379,9 +2379,9 @@ msgid "Delete Album"
2379
  msgstr "Album löschen"
2380
 
2381
  #: wppa-album-admin-autosave.php:844 wppa-boxes-html.php:814
2382
- #: wppa-breadcrumb.php:279 wppa-breadcrumb.php:303 wppa-breadcrumb.php:333
2383
- #: wppa-breadcrumb.php:353 wppa-breadcrumb.php:447 wppa-breadcrumb.php:474
2384
- #: wppa-breadcrumb.php:628 wppa-comment-admin.php:65 wppa-featen-widget.php:179
2385
  #: wppa-lasten-widget.php:203 wppa-slideshow-widget.php:199
2386
  #: wppa-thumbnail-widget.php:189 wppa-topten-widget.php:326
2387
  #: wppa-upload-widget.php:85 wppa-upload.php:116 wppa-upload.php:204
@@ -2410,9 +2410,9 @@ msgstr "Was würden Sie gerne mit Fotos von sich in dem Album zu tun?"
2410
  #: wppa-album-admin-autosave.php:1528 wppa-album-admin-autosave.php:1715
2411
  #: wppa-boxes-html.php:929 wppa-comment-admin.php:319
2412
  #: wppa-comment-admin.php:388 wppa-comment-admin.php:406
2413
- #: wppa-functions.php:2063 wppa-links.php:776 wppa-links.php:794
2414
  #: wppa-photo-admin-autosave.php:1312 wppa-photo-admin-autosave.php:1380
2415
- #: wppa-thumbnails.php:624
2416
  msgid "Delete"
2417
  msgstr "Löschen"
2418
 
@@ -2422,7 +2422,7 @@ msgid "Move to:"
2422
  msgstr "Anfahren"
2423
 
2424
  #: wppa-album-admin-autosave.php:860 wppa-photo-admin-autosave.php:2010
2425
- #: wppa-settings-autosave.php:2768
2426
  #, fuzzy
2427
  msgid "Cancel"
2428
  msgstr "Stornieren"
@@ -2722,63 +2722,63 @@ msgstr "ID:"
2722
  msgid "Ord:"
2723
  msgstr "Ord:"
2724
 
2725
- #: wppa-album-covers.php:1332 wppa-album-covers.php:1391
2726
- #: wppa-album-covers.php:1399 wppa-album-covers.php:1615
2727
  msgid "View the album"
2728
  msgstr "Das Album ansehen"
2729
 
2730
- #: wppa-album-covers.php:1352
2731
  msgid "View the cover photo"
2732
  msgid_plural "View the cover photos"
2733
  msgstr[0] "Titelfoto ansehen"
2734
  msgstr[1] "Titelfotos ansehen"
2735
 
2736
- #: wppa-album-covers.php:1409
2737
  msgid "View"
2738
  msgstr "Ansehen"
2739
 
2740
- #: wppa-album-covers.php:1411
2741
  #, php-format
2742
  msgid "%d album"
2743
  msgid_plural "%d albums"
2744
  msgstr[0] "%d Alben"
2745
  msgstr[1] "%d Album"
2746
 
2747
- #: wppa-album-covers.php:1417 wppa-boxes-html.php:1268 wppa-breadcrumb.php:146
2748
- #: wppa-breadcrumb.php:152 wppa-breadcrumb.php:159 wppa-breadcrumb.php:383
2749
- #: wppa-breadcrumb.php:385 wppa-breadcrumb.php:391 wppa-breadcrumb.php:393
2750
- #: wppa-breadcrumb.php:401 wppa-breadcrumb.php:417 wppa-breadcrumb.php:430
2751
- #: wppa-breadcrumb.php:436 wppa-utils.php:1684 wppa-utils.php:2332
2752
  msgid "and"
2753
  msgstr "und"
2754
 
2755
- #: wppa-album-covers.php:1420
2756
  #, php-format
2757
  msgid "%d photo"
2758
  msgid_plural "%d photos"
2759
  msgstr[0] "%d Foto"
2760
  msgstr[1] "%d Fotos"
2761
 
2762
- #: wppa-album-covers.php:1483
2763
  msgid "New!"
2764
  msgstr "Neu!"
2765
 
2766
- #: wppa-album-covers.php:1486 wppa-thumbnails.php:1954 wppa-thumbnails.php:1955
2767
  msgid "New"
2768
  msgstr "Neu"
2769
 
2770
- #: wppa-album-covers.php:1724 wppa-boxes-html.php:838 wppa-non-admin.php:687
2771
- #: wppa-settings-autosave.php:2209 wppa-settings-autosave.php:5428
2772
- #: wppa-settings-autosave.php:8089
2773
  msgid "Slideshow"
2774
  msgstr "Diaschau"
2775
 
2776
- #: wppa-album-covers.php:1725
2777
  msgid "Browse photos"
2778
  msgstr "Durchsuche Fotos"
2779
 
2780
- #: wppa-album-covers.php:1762 wppa-breadcrumb.php:385 wppa-breadcrumb.php:393
2781
- #: wppa-breadcrumb.php:430 wppa-breadcrumb.php:436
2782
  msgid "Category:"
2783
  msgid_plural "Categories:"
2784
  msgstr[0] "Kategorie:"
@@ -2814,7 +2814,7 @@ msgstr "---alle generischen Alben---"
2814
  msgid "--- all separate albums ---"
2815
  msgstr "---alle separate Alben---"
2816
 
2817
- #: wppa-album-navigator-widget.php:102 wppa-common-functions.php:1697
2818
  #: wppa-items.php:405
2819
  msgid "--- owner/public ---"
2820
  msgstr "--- Besitzer/öffentliche ---"
@@ -2970,15 +2970,15 @@ msgstr "Mittlere Bewertung:"
2970
  msgid "Rating count:"
2971
  msgstr "Bewertungen"
2972
 
2973
- #: wppa-bestof-widget.php:198 wppa-common-functions.php:1679 wppa-items.php:393
2974
- #: wppa-settings-autosave.php:1345 wppa-settings-autosave.php:1694
2975
- #: wppa-settings-autosave.php:3627 wppa-settings-autosave.php:3641
2976
- #: wppa-settings-autosave.php:3829 wppa-settings-autosave.php:3943
2977
- #: wppa-settings-autosave.php:5502 wppa-settings-autosave.php:6224
2978
- #: wppa-settings-autosave.php:7566 wppa-settings-autosave.php:7785
2979
- #: wppa-settings-autosave.php:7841 wppa-settings-autosave.php:8704
2980
- #: wppa-settings-autosave.php:8861 wppa-thumbnail-widget.php:200
2981
- #: wppa-tinymce-scripts.php:287 wppa-tinymce-shortcodes.php:612
2982
  #: wppa-upload.php:1528 wppa-watermark.php:519 wppa-widget-admin.php:83
2983
  #: wppa-widget-admin.php:254
2984
  msgid "--- none ---"
@@ -3003,12 +3003,12 @@ msgstr "Siehe Alle Autoren Fotos"
3003
  msgid "Photo search results"
3004
  msgstr "Foto Suchergebnisse"
3005
 
3006
- #: wppa-boxes-html.php:377 wppa-breadcrumb.php:134
3007
  #: wppa-settings-autosave.php:409
3008
  msgid "Albums"
3009
  msgstr "Alben"
3010
 
3011
- #: wppa-boxes-html.php:383 wppa-breadcrumb.php:149
3012
  msgid "Photos"
3013
  msgstr "Fotos"
3014
 
@@ -3017,7 +3017,7 @@ msgid "Category"
3017
  msgstr "Kategorie"
3018
 
3019
  #: wppa-boxes-html.php:415 wppa-boxes-html.php:548
3020
- #: wppa-settings-autosave.php:7681 wppa-settings-autosave.php:7692
3021
  msgid "Text"
3022
  msgstr "Text"
3023
 
@@ -3031,9 +3031,9 @@ msgstr "STRG+Klicken, um Option hinzuzufügen/zu entfernen."
3031
  msgid "Items must meet all selected options."
3032
  msgstr "Einzelteile müssen alle ausgewählten Optionen zu treffen."
3033
 
3034
- #: wppa-boxes-html.php:540 wppa-settings-autosave.php:8965
3035
- #: wppa-settings-autosave.php:9005 wppa-settings-autosave.php:9027
3036
- #: wppa-settings-autosave.php:9073
3037
  msgid "Tag"
3038
  msgstr "Tag"
3039
 
@@ -3055,7 +3055,7 @@ msgid "Super View Photos"
3055
  msgstr "Super View Fotos"
3056
 
3057
  #: wppa-boxes-html.php:830 wppa-settings-autosave.php:425
3058
- #: wppa-settings-autosave.php:4690
3059
  msgid "Thumbnails"
3060
  msgstr "Miniaturbilden"
3061
 
@@ -3103,7 +3103,7 @@ msgstr "Finde!"
3103
  msgid "Social media landing page"
3104
  msgstr "Social-Media-Zielseite"
3105
 
3106
- #: wppa-boxes-html.php:1269 wppa-utils.php:1684
3107
  #, php-format
3108
  msgid "See this image on %s"
3109
  msgstr "Schau Dir das Bild an auf %s"
@@ -3171,7 +3171,7 @@ msgstr "Album Beschreibung eingeben"
3171
  msgid "Create album"
3172
  msgstr "Album Erstellen"
3173
 
3174
- #: wppa-boxes-html.php:1875 wppa-boxes-html.php:1888 wppa-functions.php:4256
3175
  msgid "Max uploads reached"
3176
  msgstr "Max Uploads erreicht"
3177
 
@@ -3269,7 +3269,7 @@ msgstr ""
3269
  "Wenn das leer gelassen wird, wird der Originalname der Datei als Fotoname "
3270
  "verwendet."
3271
 
3272
- #: wppa-boxes-html.php:2198 wppa-settings-autosave.php:1633
3273
  #, fuzzy
3274
  msgid "Photo name"
3275
  msgstr ""
@@ -3317,121 +3317,121 @@ msgstr "Album Beschreibung:"
3317
  msgid "Update album"
3318
  msgstr "Album updaten"
3319
 
3320
- #: wppa-boxes-html.php:2625
3321
  msgid "wrote:"
3322
  msgstr "schrieb:"
3323
 
3324
- #: wppa-boxes-html.php:2687
3325
  msgid "Avatar"
3326
  msgstr "Profilbild"
3327
 
3328
- #: wppa-boxes-html.php:2730 wppa-links.php:820
3329
  msgid "Awaiting moderation"
3330
  msgstr "Warten auf Moderation"
3331
 
3332
- #: wppa-boxes-html.php:2733
3333
  msgid "Marked as spam"
3334
  msgstr "Als Spam markiert"
3335
 
3336
- #: wppa-boxes-html.php:2757
3337
  msgid "Edit!"
3338
  msgstr "Bearbeiten!"
3339
 
3340
- #: wppa-boxes-html.php:2761
3341
  msgid "Send!"
3342
  msgstr "Absenden!"
3343
 
3344
- #: wppa-boxes-html.php:2822
3345
  msgid "Your name:"
3346
  msgstr "Dein Name:"
3347
 
3348
- #: wppa-boxes-html.php:2837
3349
  msgid "Your email:"
3350
  msgstr "Deine E-mail:"
3351
 
3352
- #: wppa-boxes-html.php:2853
3353
  msgid "Your comment:"
3354
  msgstr "Dein Kommentar:"
3355
 
3356
- #: wppa-boxes-html.php:2898
3357
  #, php-format
3358
  msgid "You must <a href=\"%s\">login</a> to enter a comment"
3359
  msgstr ""
3360
  "Du musst <a href=\"%s\">angemeldet</a> sein, um einen Kommentar zu "
3361
  "hinterlassen."
3362
 
3363
- #: wppa-boxes-html.php:2901
3364
  msgid "You must login to enter a comment"
3365
  msgstr "Sie müssen sich anmelden, um einen Kommentar ein zu geben"
3366
 
3367
- #: wppa-boxes-html.php:2913 wppa-functions.php:2492 wppa-thumbnails.php:677
3368
  #, php-format
3369
  msgid "%d comment"
3370
  msgid_plural "%d comments"
3371
  msgstr[0] "%d Kommentar"
3372
  msgstr[1] "%d Kommentare"
3373
 
3374
- #: wppa-boxes-html.php:2917
3375
  msgid "Leave a comment"
3376
  msgstr "Hinterlasse einen Kommentar"
3377
 
3378
- #: wppa-boxes-html.php:3014
3379
  msgid "Show IPTC data"
3380
  msgstr "IPTC-Daten anzeigen"
3381
 
3382
- #: wppa-boxes-html.php:3025
3383
  msgid "Hide IPTC data"
3384
  msgstr "IPTC-Daten ausblenden"
3385
 
3386
- #: wppa-boxes-html.php:3073
3387
  msgid "No IPTC data"
3388
  msgstr "Keine IPTC-Daten"
3389
 
3390
- #: wppa-boxes-html.php:3125
3391
  msgid "Show EXIF data"
3392
  msgstr "EXIF-Daten anzeigen"
3393
 
3394
- #: wppa-boxes-html.php:3136
3395
  msgid "Hide EXIF data"
3396
  msgstr "EXIF-Daten ausblenden"
3397
 
3398
- #: wppa-boxes-html.php:3188
3399
  msgid "No EXIF data"
3400
  msgstr "Keine EXIF-Daten"
3401
 
3402
- #: wppa-boxes-html.php:3303 wppa-boxes-html.php:3308
3403
  msgid "< Previous"
3404
  msgstr "< Vorherige"
3405
 
3406
- #: wppa-boxes-html.php:3314 wppa-boxes-html.php:3319
3407
  msgid "Next >"
3408
  msgstr "Nächstes >"
3409
 
3410
- #: wppa-boxes-html.php:3416 wppa-boxes-html.php:3484
3411
  msgid "See the authors albums"
3412
  msgstr "Siehe die Autoren Alben"
3413
 
3414
- #: wppa-boxes-html.php:3420 wppa-boxes-html.php:3488
3415
  msgid "See the authors photos"
3416
  msgstr "Siehe die Autoren Fotos"
3417
 
3418
- #: wppa-boxes-html.php:3424 wppa-boxes-html.php:3492
3419
  msgid "See all the authors photos"
3420
  msgstr "Siehe Alle Autoren Fotos"
3421
 
3422
- #: wppa-boxes-html.php:3447
3423
  #, php-format
3424
  msgid "Photo by: %s"
3425
  msgstr "Foto von: %s"
3426
 
3427
- #: wppa-boxes-html.php:3450 wppa-boxes-html.php:3513
3428
  #, php-format
3429
  msgid "%d max rating"
3430
  msgid_plural "%d max ratings"
3431
  msgstr[0] "%d max Bewertung"
3432
  msgstr[1] "%d max Bewertungen"
3433
 
3434
- #: wppa-boxes-html.php:3454 wppa-boxes-html.php:3517 wppa-non-admin.php:850
3435
  #: wppa-topten-widget.php:196 wppa-topten-widget.php:213
3436
  #: wppa-topten-widget.php:249
3437
  #, php-format
@@ -3440,188 +3440,188 @@ msgid_plural "%d votes"
3440
  msgstr[0] "%d Stimme"
3441
  msgstr[1] "%d Stimmen"
3442
 
3443
- #: wppa-boxes-html.php:3458
3444
  #, php-format
3445
  msgid "Rating: %4.2f."
3446
  msgstr "Bewertung: %4.2f."
3447
 
3448
- #: wppa-boxes-html.php:3466
3449
  #, php-format
3450
  msgid "Photo %s not found."
3451
  msgstr "Foto %s nicht gefunden."
3452
 
3453
- #: wppa-boxes-html.php:3521
3454
  #, php-format
3455
  msgid "Mean value: %4.2f."
3456
  msgstr "Mittelwert: %4.2f."
3457
 
3458
- #: wppa-boxes-html.php:3868 wppa-photo-admin-autosave.php:196
3459
  msgid "Refresh"
3460
  msgstr "Aktualisieren"
3461
 
3462
- #: wppa-breadcrumb.php:119
3463
  msgid "Post:"
3464
  msgstr "Post:"
3465
 
3466
- #: wppa-breadcrumb.php:119 wppa-breadcrumb.php:655
3467
  msgid "Page:"
3468
  msgstr "Seite:"
3469
 
3470
- #: wppa-breadcrumb.php:137
3471
  msgid "with category:"
3472
  msgstr "mit Kategorie:"
3473
 
3474
- #: wppa-breadcrumb.php:140 wppa-breadcrumb.php:155
3475
  msgid "with name:"
3476
  msgstr "mit Namen:"
3477
 
3478
- #: wppa-breadcrumb.php:143 wppa-breadcrumb.php:159
3479
  msgid "with words:"
3480
  msgstr "mit Worten:"
3481
 
3482
- #: wppa-breadcrumb.php:152
3483
  msgid "with tag:"
3484
  msgstr "mit dem Tag:"
3485
 
3486
- #: wppa-breadcrumb.php:163
3487
  msgid "of owner:"
3488
  msgstr "von Inhaber:"
3489
 
3490
- #: wppa-breadcrumb.php:168
3491
  msgid "with iptc tag:"
3492
  msgstr "mit IPTC-Tag:"
3493
 
3494
- #: wppa-breadcrumb.php:168 wppa-breadcrumb.php:173
3495
  msgid "with content:"
3496
  msgstr "mit Inhalt:"
3497
 
3498
- #: wppa-breadcrumb.php:173
3499
  msgid "with exif tag:"
3500
  msgstr "mit Exif-Tag:"
3501
 
3502
- #: wppa-breadcrumb.php:182 wppa-breadcrumb.php:207 wppa-breadcrumb.php:266
3503
- #: wppa-breadcrumb.php:290 wppa-breadcrumb.php:315 wppa-breadcrumb.php:340
3504
- #: wppa-breadcrumb.php:360 wppa-breadcrumb.php:373 wppa-breadcrumb.php:388
3505
- #: wppa-breadcrumb.php:414 wppa-breadcrumb.php:433 wppa-breadcrumb.php:454
3506
  msgid "View the thumbnails"
3507
  msgstr "Anzeigen die Miniaturen"
3508
 
3509
- #: wppa-breadcrumb.php:200
3510
  #, php-format
3511
  msgid "Searchresults from album %s and its subalbums"
3512
  msgstr "Suchergebnisse aus dem Album %s und seine Unteralben"
3513
 
3514
- #: wppa-breadcrumb.php:204 wppa-breadcrumb.php:210
3515
  msgid "Searchstring:"
3516
  msgstr "Suchtext:"
3517
 
3518
- #: wppa-breadcrumb.php:219 wppa-breadcrumb.php:237
3519
  msgid "Photos by EXIF date"
3520
  msgstr "Fotos nach EXIF-Datum"
3521
 
3522
- #: wppa-breadcrumb.php:223 wppa-breadcrumb.php:241
3523
  msgid "Photos by date of upload"
3524
  msgstr "Fotos nach Datum hochladen"
3525
 
3526
- #: wppa-breadcrumb.php:227 wppa-breadcrumb.php:245
3527
  msgid "Photos by date last modified"
3528
  msgstr "Fotos nach Datum Änderung"
3529
 
3530
- #: wppa-breadcrumb.php:257 wppa-breadcrumb.php:269
3531
  #, php-format
3532
  msgid "Photos by %s"
3533
  msgstr "Fotos von %s"
3534
 
3535
- #: wppa-breadcrumb.php:276 wppa-breadcrumb.php:300 wppa-breadcrumb.php:330
3536
- #: wppa-breadcrumb.php:350 wppa-breadcrumb.php:469
3537
  msgid "Various albums"
3538
  msgstr "Verschiedene Alben"
3539
 
3540
- #: wppa-breadcrumb.php:279 wppa-breadcrumb.php:303 wppa-breadcrumb.php:333
3541
- #: wppa-breadcrumb.php:353 wppa-breadcrumb.php:474 wppa-lasten-widget.php:211
3542
  msgid "Albums:"
3543
  msgstr "Alben:"
3544
 
3545
- #: wppa-breadcrumb.php:283 wppa-breadcrumb.php:293
3546
  msgid "Top rated photos"
3547
  msgstr "Hoch bewertete Fotos"
3548
 
3549
- #: wppa-breadcrumb.php:308 wppa-breadcrumb.php:319
3550
  msgid "Recently modified photos"
3551
  msgstr "Kürzlich geänderte Fotos"
3552
 
3553
- #: wppa-breadcrumb.php:311 wppa-breadcrumb.php:322
3554
  msgid "Recently uploaded photos"
3555
  msgstr "Kürzlich hochgeladene Fotos"
3556
 
3557
- #: wppa-breadcrumb.php:337 wppa-breadcrumb.php:343 wppa-comment-widget.php:40
3558
  msgid "Recently commented photos"
3559
  msgstr "Kürzlich kommentierte Fotos"
3560
 
3561
- #: wppa-breadcrumb.php:357 wppa-breadcrumb.php:363 wppa-featen-widget.php:38
3562
  msgid "Featured photos"
3563
  msgstr "Beliebte Fotos"
3564
 
3565
- #: wppa-breadcrumb.php:370 wppa-breadcrumb.php:376
3566
  msgid "Related photos"
3567
  msgstr "Ähnliche Fotos"
3568
 
3569
- #: wppa-breadcrumb.php:383 wppa-breadcrumb.php:391 wppa-breadcrumb.php:401
3570
- #: wppa-breadcrumb.php:417
3571
  msgid "Tagged photos:"
3572
  msgstr "Fotos mit Stchwort"
3573
 
3574
- #: wppa-breadcrumb.php:383 wppa-breadcrumb.php:385 wppa-breadcrumb.php:391
3575
- #: wppa-breadcrumb.php:393 wppa-breadcrumb.php:401 wppa-breadcrumb.php:417
3576
- #: wppa-breadcrumb.php:430 wppa-breadcrumb.php:436
3577
  msgid "or"
3578
  msgstr "oder"
3579
 
3580
- #: wppa-breadcrumb.php:384 wppa-breadcrumb.php:392
3581
  #, fuzzy
3582
  msgid "From albums with"
3583
  msgstr "Von Alben mit"
3584
 
3585
- #: wppa-breadcrumb.php:403 wppa-breadcrumb.php:419
3586
  #, fuzzy
3587
  msgid "out of various albums"
3588
  msgstr "aus verschiedenen Alben"
3589
 
3590
- #: wppa-breadcrumb.php:406 wppa-breadcrumb.php:422
3591
  msgid "Inverted"
3592
  msgstr "Umgekehrt"
3593
 
3594
- #: wppa-breadcrumb.php:451 wppa-breadcrumb.php:457
3595
  msgid "Recently updated albums"
3596
  msgstr "Kürzlich aktualisierte Alben"
3597
 
3598
- #: wppa-breadcrumb.php:467
3599
  #, php-format
3600
  msgid "Various albums by %s"
3601
  msgstr "Verschiedene Alben von %s"
3602
 
3603
- #: wppa-breadcrumb.php:495 wppa-breadcrumb.php:510
3604
  msgid "Thumbnail view"
3605
  msgstr "Miniaturansicht"
3606
 
3607
- #: wppa-breadcrumb.php:499 wppa-breadcrumb.php:500 wppa-breadcrumb.php:515
3608
- #: wppa-breadcrumb.php:516
3609
  msgid "Thumbs"
3610
  msgstr "Miniaturen"
3611
 
3612
- #: wppa-breadcrumb.php:653
3613
  msgid "Unpublished"
3614
  msgstr "Unveröffentlicht"
3615
 
3616
- #: wppa-breadcrumb.php:683
3617
  msgid "Found photos will meet the search criteria as follows:"
3618
  msgstr "Gefunden Fotos werden die Suchkriterien erfüllen, wie folgt:"
3619
 
3620
- #: wppa-breadcrumb.php:686
3621
  msgid "AND"
3622
  msgstr "UND"
3623
 
3624
- #: wppa-breadcrumb.php:690
3625
  msgid "OR"
3626
  msgstr "ODER"
3627
 
@@ -3660,7 +3660,7 @@ msgstr "Nutzer:"
3660
  msgid "Email:"
3661
  msgstr "Sie erhalten diese E-Mail als Administrator der Website"
3662
 
3663
- #: wppa-comment-admin.php:80 wppa-utils.php:990
3664
  #, fuzzy
3665
  msgid "Comment:"
3666
  msgstr "Moderiere Kommentare"
@@ -3742,8 +3742,8 @@ msgstr "Auto gelöscht Spam:"
3742
  msgid "Linkpage:"
3743
  msgstr "Linkpage:"
3744
 
3745
- #: wppa-comment-admin.php:231 wppa-settings-autosave.php:4861
3746
- #: wppa-settings-autosave.php:7959
3747
  #, fuzzy
3748
  msgid "--- Please select a page ---"
3749
  msgstr "Bitte wählen Sie eine Seite…"
@@ -3822,7 +3822,7 @@ msgstr "Löschen Sie alle spam"
3822
  msgid "Save Settings / Perform bulk action"
3823
  msgstr "Einstellungen speichern / durchführen Bulk Aktion"
3824
 
3825
- #: wppa-comment-admin.php:309 wppa-comment-admin.php:396 wppa-non-admin.php:692
3826
  msgid "Photo"
3827
  msgstr "Foto"
3828
 
@@ -3832,18 +3832,18 @@ msgid "(Album)"
3832
  msgstr "Album:"
3833
 
3834
  #: wppa-comment-admin.php:311 wppa-comment-admin.php:398
3835
- #: wppa-settings-autosave.php:476 wppa-settings-autosave.php:638
3836
- #: wppa-settings-autosave.php:660 wppa-settings-autosave.php:1398
3837
- #: wppa-settings-autosave.php:1419 wppa-settings-autosave.php:2936
3838
- #: wppa-settings-autosave.php:2957 wppa-settings-autosave.php:3281
3839
- #: wppa-settings-autosave.php:3305 wppa-settings-autosave.php:4582
3840
- #: wppa-settings-autosave.php:4603 wppa-settings-autosave.php:4779
3841
- #: wppa-settings-autosave.php:4803 wppa-settings-autosave.php:5852
3842
- #: wppa-settings-autosave.php:6512 wppa-settings-autosave.php:6534
3843
- #: wppa-settings-autosave.php:7197 wppa-settings-autosave.php:7221
3844
- #: wppa-settings-autosave.php:8943 wppa-settings-autosave.php:8964
3845
- #: wppa-settings-autosave.php:9004 wppa-settings-autosave.php:9026
3846
- #: wppa-settings-autosave.php:9072
3847
  #, fuzzy
3848
  msgid "#"
3849
  msgstr "#"
@@ -3883,7 +3883,7 @@ msgstr "Klicken Sie auf das Foto und Gross alle Komentare zu sehen,"
3883
  msgid "Reply to your comment on photo: %s on %s"
3884
  msgstr "Antwort auf Ihren Kommentar auf Foto: %s %s"
3885
 
3886
- #: wppa-comment-admin.php:366 wppa-functions.php:2285
3887
  msgid "Reply"
3888
  msgstr "Antwort"
3889
 
@@ -3927,19 +3927,19 @@ msgstr "WPPA Kommentare zu Fotos"
3927
  msgid "Comments on Photos"
3928
  msgstr "Kommentare zu den Fotos"
3929
 
3930
- #: wppa-comment-widget.php:73 wppa-non-admin.php:820 wppa-thumbnails.php:496
3931
  msgid "wrote"
3932
  msgstr "schrieb"
3933
 
3934
  #: wppa-comment-widget.php:87 wppa-featen-widget.php:137
3935
- #: wppa-lasten-widget.php:148 wppa-non-admin.php:821 wppa-non-admin.php:826
3936
- #: wppa-non-admin.php:831 wppa-non-admin.php:835 wppa-non-admin.php:842
3937
- #: wppa-non-admin.php:852 wppa-potd-widget.php:133
3938
  #: wppa-thumbnail-widget.php:114 wppa-topten-widget.php:257
3939
  msgid "Photo not found"
3940
  msgstr "Foto nicht gefunden"
3941
 
3942
- #: wppa-comment-widget.php:93 wppa-non-admin.php:822
3943
  msgid "There are no commented photos (yet)"
3944
  msgstr "Es sind (noch) keine kommentierte Fotos"
3945
 
@@ -3947,71 +3947,71 @@ msgstr "Es sind (noch) keine kommentierte Fotos"
3947
  msgid "Default photo album for"
3948
  msgstr "Standard-Fotoalbum für"
3949
 
3950
- #: wppa-common-functions.php:648 wppa-functions.php:4669
3951
  #, php-format
3952
  msgid "%d second"
3953
  msgid_plural "%d seconds"
3954
  msgstr[0] "%d Sekunde"
3955
  msgstr[1] "%d Sekunden"
3956
 
3957
- #: wppa-common-functions.php:652 wppa-functions.php:4665
3958
- #: wppa-settings-autosave.php:6357 wppa-settings-autosave.php:6358
3959
  #, php-format
3960
  msgid "%d minute"
3961
  msgid_plural "%d minutes"
3962
  msgstr[0] "%d Minute"
3963
  msgstr[1] "%d Minuten"
3964
 
3965
- #: wppa-common-functions.php:656 wppa-functions.php:4661
3966
- #: wppa-settings-autosave.php:6359 wppa-settings-autosave.php:7576
3967
  #, php-format
3968
  msgid "%d hour"
3969
  msgid_plural "%d hours"
3970
  msgstr[0] "%d Stunde"
3971
  msgstr[1] "%d Stunden"
3972
 
3973
- #: wppa-common-functions.php:660 wppa-functions.php:4657
3974
- #: wppa-settings-autosave.php:6360 wppa-settings-autosave.php:7577
3975
- #: wppa-settings-autosave.php:7578 wppa-settings-autosave.php:7579
3976
- #: wppa-settings-autosave.php:7580 wppa-settings-autosave.php:7581
3977
- #: wppa-settings-autosave.php:7582 wppa-settings-autosave.php:7584
3978
- #: wppa-settings-autosave.php:7585 wppa-settings-autosave.php:7586
3979
- #: wppa-settings-autosave.php:8764
3980
  #, php-format
3981
  msgid "%d day"
3982
  msgid_plural "%d days"
3983
  msgstr[0] "%d Tag"
3984
  msgstr[1] "%d Tage"
3985
 
3986
- #: wppa-common-functions.php:664 wppa-functions.php:4653
3987
- #: wppa-settings-autosave.php:6361 wppa-settings-autosave.php:7583
3988
- #: wppa-settings-autosave.php:7587 wppa-settings-autosave.php:7588
3989
- #: wppa-settings-autosave.php:7589 wppa-settings-autosave.php:8765
3990
  #, php-format
3991
  msgid "%d week"
3992
  msgid_plural "%d weeks"
3993
  msgstr[0] "%d Woche"
3994
  msgstr[1] "%d Wochen"
3995
 
3996
- #: wppa-common-functions.php:668 wppa-settings-autosave.php:7590
3997
- #: wppa-settings-autosave.php:8766 wppa-settings-autosave.php:8767
3998
- #: wppa-settings-autosave.php:8768 wppa-settings-autosave.php:8769
3999
- #: wppa-settings-autosave.php:8770 wppa-settings-autosave.php:8772
4000
  #, php-format
4001
  msgid "%d month"
4002
  msgid_plural "%d months"
4003
  msgstr[0] "%d Monat"
4004
  msgstr[1] "%d Monate"
4005
 
4006
- #: wppa-common-functions.php:671 wppa-settings-autosave.php:8771
4007
- #: wppa-settings-autosave.php:8773
4008
  #, php-format
4009
  msgid "%d year"
4010
  msgid_plural "%d years"
4011
  msgstr[0] "%d Jahr"
4012
  msgstr[1] "%d Jahre"
4013
 
4014
- #: wppa-common-functions.php:1395
4015
  #, php-format
4016
  msgid ""
4017
  "Based on your server memory limit you should not upload images larger then "
@@ -4020,40 +4020,40 @@ msgstr ""
4020
  "Basierend auf Ihrem Server Speichergrenze sollten Sie keine Bilder hochladen "
4021
  "größer <strong>dann %d x %d (% 2.1f MP)</strong>"
4022
 
4023
- #: wppa-common-functions.php:1673
4024
  msgid "- select an album -"
4025
  msgstr "- wählen Sie ein Album -"
4026
 
4027
- #: wppa-common-functions.php:1685 wppa-items.php:401
4028
  #: wppa-multitag-widget.php:76 wppa-multitag-widget.php:84
4029
  #: wppa-slideshow-widget.php:199 wppa-tagcloud-widget.php:71
4030
  #: wppa-tagcloud-widget.php:79
4031
  msgid "--- all ---"
4032
  msgstr "--- alle ---"
4033
 
4034
- #: wppa-common-functions.php:1691
4035
  msgid "--- generic ---"
4036
  msgstr "--- generikum ---"
4037
 
4038
- #: wppa-common-functions.php:1708
4039
  msgid "--- multiple see below ---"
4040
  msgstr "--- Mehrere siehe unten ---"
4041
 
4042
- #: wppa-common-functions.php:1714
4043
  msgid "--- a selection box ---"
4044
  msgstr "--- eine Auswahlbox ---"
4045
 
4046
- #: wppa-common-functions.php:1753 wppa-items.php:397
4047
- #: wppa-settings-autosave.php:7785 wppa-settings-autosave.php:7841
4048
  #: wppa-upload.php:1529
4049
  msgid "--- separate ---"
4050
  msgstr "--- separat ---"
4051
 
4052
- #: wppa-common-functions.php:1854
4053
  msgid "Photo id ="
4054
  msgstr "Foto id ="
4055
 
4056
- #: wppa-common-functions.php:1854
4057
  msgid "Value ="
4058
  msgstr "Wert ="
4059
 
@@ -4122,7 +4122,7 @@ msgstr "Dez"
4122
  msgid "Invalid photo identifier:"
4123
  msgstr "Ungültige Foto-ID:"
4124
 
4125
- #: wppa-encrypt.php:187
4126
  #, fuzzy
4127
  msgid "Invalid album identifier:"
4128
  msgstr "Ungültige Album Bezeichner:"
@@ -4131,180 +4131,180 @@ msgstr "Ungültige Album Bezeichner:"
4131
  msgid "n.a."
4132
  msgstr "n. z."
4133
 
4134
- #: wppa-exif-iptc-common.php:239 wppa-utils.php:2552
4135
  msgid "Not Defined"
4136
  msgstr "Nicht definiert"
4137
 
4138
- #: wppa-exif-iptc-common.php:240 wppa-utils.php:2553
4139
  msgid "Manual"
4140
  msgstr "Manuell"
4141
 
4142
- #: wppa-exif-iptc-common.php:241 wppa-utils.php:2554
4143
  msgid "Program AE"
4144
  msgstr "Program AE"
4145
 
4146
- #: wppa-exif-iptc-common.php:242 wppa-utils.php:2555
4147
  msgid "Aperture-priority AE"
4148
  msgstr "Aperture-priority AE"
4149
 
4150
- #: wppa-exif-iptc-common.php:243 wppa-utils.php:2556
4151
  msgid "Shutter speed priority AE"
4152
  msgstr "Verschlusszeitvorrang bei AE"
4153
 
4154
- #: wppa-exif-iptc-common.php:244 wppa-utils.php:2557
4155
  msgid "Creative (Slow speed)"
4156
  msgstr "Creative (Slow-Speed)"
4157
 
4158
- #: wppa-exif-iptc-common.php:245 wppa-utils.php:2558
4159
  msgid "Action (High speed)"
4160
  msgstr "Aktion (High-Speed)"
4161
 
4162
- #: wppa-exif-iptc-common.php:246 wppa-utils.php:2559
4163
  msgid "Portrait"
4164
  msgstr "Portrait"
4165
 
4166
- #: wppa-exif-iptc-common.php:247 wppa-utils.php:2560
4167
  msgid "Landscape"
4168
  msgstr "Querformat"
4169
 
4170
- #: wppa-exif-iptc-common.php:248 wppa-utils.php:2561
4171
  msgid "Bulb"
4172
  msgstr "Birne"
4173
 
4174
- #: wppa-exif-iptc-common.php:270 wppa-utils.php:2562
4175
  msgid "Average"
4176
  msgstr "Durchschnitt"
4177
 
4178
- #: wppa-exif-iptc-common.php:271 wppa-utils.php:2563
4179
  msgid "Center-weighted average"
4180
  msgstr "Mittenbetont"
4181
 
4182
- #: wppa-exif-iptc-common.php:272 wppa-utils.php:2564
4183
  msgid "Spot"
4184
  msgstr "Spot"
4185
 
4186
- #: wppa-exif-iptc-common.php:273 wppa-utils.php:2565
4187
  msgid "Multi-spot"
4188
  msgstr "Multi-spot"
4189
 
4190
- #: wppa-exif-iptc-common.php:274 wppa-utils.php:2566
4191
  msgid "Multi-segment"
4192
  msgstr "Multi-segment"
4193
 
4194
- #: wppa-exif-iptc-common.php:275 wppa-utils.php:2567
4195
  msgid "Partial"
4196
  msgstr "Partiell"
4197
 
4198
- #: wppa-exif-iptc-common.php:276 wppa-settings-autosave.php:4707
4199
- #: wppa-utils.php:2568
4200
  msgid "Other"
4201
  msgstr "Sonstiges"
4202
 
4203
- #: wppa-exif-iptc-common.php:312 wppa-utils.php:2569
4204
  msgid "No Flash"
4205
  msgstr "Kein Blitz"
4206
 
4207
- #: wppa-exif-iptc-common.php:314 wppa-utils.php:2570
4208
  msgid "Fired"
4209
  msgstr "Fired"
4210
 
4211
- #: wppa-exif-iptc-common.php:316 wppa-utils.php:2571
4212
  msgid "Fired, Return not detected"
4213
  msgstr "Fired, Return not detected"
4214
 
4215
- #: wppa-exif-iptc-common.php:318 wppa-utils.php:2572
4216
  msgid "Fired, Return detected"
4217
  msgstr "Fired, Return detected"
4218
 
4219
- #: wppa-exif-iptc-common.php:320 wppa-utils.php:2573
4220
  msgid "On, Did not fire"
4221
  msgstr "An, kein Blitz"
4222
 
4223
- #: wppa-exif-iptc-common.php:322 wppa-utils.php:2574
4224
  msgid "On, Fired"
4225
  msgstr "An, Fired"
4226
 
4227
- #: wppa-exif-iptc-common.php:324 wppa-utils.php:2575
4228
  msgid "On, Return not detected"
4229
  msgstr "An, Return not detected"
4230
 
4231
- #: wppa-exif-iptc-common.php:326 wppa-utils.php:2576
4232
  msgid "On, Return detected"
4233
  msgstr "An, Return detected"
4234
 
4235
- #: wppa-exif-iptc-common.php:328 wppa-utils.php:2577
4236
  msgid "Off, Did not fire"
4237
  msgstr "Aus, kein Blitz"
4238
 
4239
- #: wppa-exif-iptc-common.php:330 wppa-utils.php:2578
4240
  msgid "Off, Did not fire, Return not detected"
4241
  msgstr "Aus, kein Blitz, nicht erkannt und Rück"
4242
 
4243
- #: wppa-exif-iptc-common.php:332 wppa-utils.php:2579
4244
  msgid "Auto, Did not fire"
4245
  msgstr "Auto, kein Blitz"
4246
 
4247
- #: wppa-exif-iptc-common.php:334 wppa-utils.php:2580
4248
  msgid "Auto, Fired"
4249
  msgstr "Auto, Blitz"
4250
 
4251
- #: wppa-exif-iptc-common.php:336 wppa-utils.php:2581
4252
  msgid "Auto, Fired, Return not detected"
4253
  msgstr "Auto, Blitz, nicht erkannt und Rück"
4254
 
4255
- #: wppa-exif-iptc-common.php:338 wppa-utils.php:2582
4256
  msgid "Auto, Fired, Return detected"
4257
  msgstr "Auto, Blitz, erkannt und Rück"
4258
 
4259
- #: wppa-exif-iptc-common.php:340 wppa-utils.php:2583
4260
  msgid "No flash function"
4261
  msgstr "Keine Blitzfunktion"
4262
 
4263
- #: wppa-exif-iptc-common.php:342 wppa-utils.php:2584
4264
  msgid "Off, No flash function"
4265
  msgstr "Aus, Keine Blitzfunktion"
4266
 
4267
- #: wppa-exif-iptc-common.php:344 wppa-utils.php:2585
4268
  msgid "Fired, Red-eye reduction"
4269
  msgstr "Blitz, Rote-Augen-Reduzierung"
4270
 
4271
- #: wppa-exif-iptc-common.php:346 wppa-utils.php:2586
4272
  msgid "Fired, Red-eye reduction, Return not detected"
4273
  msgstr "Blitz, Rote-Augen-Reduzierung, nicht erkannt und Rück"
4274
 
4275
- #: wppa-exif-iptc-common.php:348 wppa-utils.php:2587
4276
  msgid "Fired, Red-eye reduction, Return detected"
4277
  msgstr "Blitz, Rote-Augen-Reduzierung, erkannt und Rück"
4278
 
4279
- #: wppa-exif-iptc-common.php:350 wppa-utils.php:2588
4280
  msgid "On, Red-eye reduction"
4281
  msgstr "An, Rote-Augen-Reduzierung"
4282
 
4283
- #: wppa-exif-iptc-common.php:352 wppa-utils.php:2589
4284
  msgid "Red-eye reduction, Return not detected"
4285
  msgstr "Rote-Augen-Reduzierung, nicht erkannt und Rück"
4286
 
4287
- #: wppa-exif-iptc-common.php:354 wppa-utils.php:2590
4288
  msgid "On, Red-eye reduction, Return detected"
4289
  msgstr "An, Rote-Augen-Reduzierung, erkannt und Rück"
4290
 
4291
- #: wppa-exif-iptc-common.php:356 wppa-utils.php:2591
4292
  msgid "Off, Red-eye reduction"
4293
  msgstr "Aus, Rote-Augen-Reduzierung"
4294
 
4295
- #: wppa-exif-iptc-common.php:358 wppa-utils.php:2592
4296
  msgid "Auto, Did not fire, Red-eye reduction"
4297
  msgstr "Auto, kein Blitz, Rote-Augen-Reduzierung"
4298
 
4299
- #: wppa-exif-iptc-common.php:360 wppa-utils.php:2593
4300
  msgid "Auto, Fired, Red-eye reduction"
4301
  msgstr "Auto, Blitz, Rote-Augen-Reduzierung"
4302
 
4303
- #: wppa-exif-iptc-common.php:362 wppa-utils.php:2594
4304
  msgid "Auto, Fired, Red-eye reduction, Return not detected"
4305
  msgstr "Auto, Blitz, Rote-Augen-Reduzierung, nicht erkannt und Rück"
4306
 
4307
- #: wppa-exif-iptc-common.php:364 wppa-utils.php:2595
4308
  msgid "Auto, Fired, Red-eye reduction, Return detected"
4309
  msgstr "Auto, Blitz, Rote-Augen-Reduzierung, erkannt und Rück"
4310
 
@@ -4435,19 +4435,19 @@ msgstr "WPPA + vorgestellten Fotos"
4435
  msgid "Featured Photos"
4436
  msgstr "Beliebte Fotos"
4437
 
4438
- #: wppa-featen-widget.php:115 wppa-non-admin.php:825
4439
  msgid "View the featured photos"
4440
  msgstr "Sehen Sie die best bewertesten Fotos"
4441
 
4442
- #: wppa-featen-widget.php:146 wppa-non-admin.php:827
4443
  msgid "There are no featured photos (yet)"
4444
  msgstr "Es sind (noch) keine vorgestellten Fotos"
4445
 
4446
- #: wppa-functions.php:665
4447
  msgid "No related photos found."
4448
  msgstr "Keine verwandten Fotos gefunden."
4449
 
4450
- #: wppa-functions.php:1023
4451
  #, php-format
4452
  msgid ""
4453
  "There are %s albums found. Only the first %s will be shown. Please refine "
@@ -4456,81 +4456,81 @@ msgstr ""
4456
  "Es gibt %s Alben gefunden. Nur das erste %s wird angezeigt. Bitte verfeinern "
4457
  "Sie Ihre Suchkriterien."
4458
 
4459
- #: wppa-functions.php:2060 wppa-links.php:769 wppa-links.php:786
4460
- #: wppa-thumbnails.php:622
4461
  msgid "Are you sure you want to remove this photo?"
4462
  msgstr "Bist Du sicher, dass Du diese Foto löschen möchtest?"
4463
 
4464
- #: wppa-functions.php:2078 wppa-thumbnails.php:604
4465
  msgid "Are you sure you want to add this photo to your zip?"
4466
  msgstr ""
4467
  "Sind Sie sicher, dass Sie dieses Foto mit Ihrem ZIP-Paket hinzufügen möchten?"
4468
 
4469
- #: wppa-functions.php:2081 wppa-thumbnails.php:607
4470
  #, fuzzy
4471
  msgid "MyChoice"
4472
  msgstr "MyChoice"
4473
 
4474
- #: wppa-functions.php:2159
4475
  #, php-format
4476
  msgid "%d dislike"
4477
  msgid_plural "%d dislikes"
4478
  msgstr[0] "%d Abneigung"
4479
  msgstr[1] "%d Abneigungen"
4480
 
4481
- #: wppa-functions.php:2161
4482
  msgid "including mine"
4483
  msgstr "einschließlich meine"
4484
 
4485
- #: wppa-functions.php:2263
4486
  msgid "Comment edited"
4487
  msgstr "Kommentar bearbeitet"
4488
 
4489
- #: wppa-functions.php:2268
4490
  msgid "Photo comment"
4491
  msgstr "Foto kommentar"
4492
 
4493
- #: wppa-functions.php:2272
4494
  msgid "Comment on photo:"
4495
  msgstr "Kommentar zum Foto:"
4496
 
4497
- #: wppa-functions.php:2283
4498
  msgid "wrote on photo"
4499
  msgstr "schrieb am Foto"
4500
 
4501
- #: wppa-functions.php:2287
4502
  msgid "Moderate comment admin"
4503
  msgstr "Moderiere Kommentare"
4504
 
4505
- #: wppa-functions.php:2290 wppa-functions.php:4464 wppa-upload.php:1428
4506
  msgid "Moderate manage photo"
4507
  msgstr "Moderiere Fotos"
4508
 
4509
- #: wppa-functions.php:2304
4510
  msgid "You receive this email as you are assigned to moderate"
4511
  msgstr "Sie erhalten diese E-Mail, wie Sie, um moderate zugeordnet sind"
4512
 
4513
- #: wppa-functions.php:2316
4514
  msgid "You receive this email as administrator of the site"
4515
  msgstr "Sie erhalten diese E-Mail als Administrator der Website"
4516
 
4517
- #: wppa-functions.php:2333
4518
  msgid "You receive this email as uploader of the photo"
4519
  msgstr "Sie erhalten diese E-Mail als Uploader des Fotos"
4520
 
4521
- #: wppa-functions.php:2350
4522
  msgid "You receive this email as owner of the album"
4523
  msgstr "Sie erhalten diese E-Mail als Eigentümer des Albums"
4524
 
4525
- #: wppa-functions.php:2367
4526
  msgid "You receive this email because you commented this photo earlier."
4527
  msgstr "Sie erhalten diese E-Mail, weil Sie dieses Foto früheren kommentiert."
4528
 
4529
- #: wppa-functions.php:2393
4530
  msgid "Comment added"
4531
  msgstr "Kommentar hinzugefügt"
4532
 
4533
- #: wppa-functions.php:2399
4534
  msgid ""
4535
  "Sorry, you gave a wrong answer.\\n\\nPlease try again to solve the "
4536
  "computation."
@@ -4539,149 +4539,149 @@ msgstr ""
4539
  "\n"
4540
  "Bitte versuchen Sie es erneut, um die Berechnung zu lösen."
4541
 
4542
- #: wppa-functions.php:2410
4543
  msgid "Could not process comment.\\nProbably timed out."
4544
  msgstr ""
4545
  "Konnte Kommentar nicht werarbeiten. \n"
4546
  "Warscheinlich Zeitüberschreitung."
4547
 
4548
- #: wppa-functions.php:2528 wppa-links.php:1489
4549
  msgid "A video can not be printed or downloaded"
4550
  msgstr "Ein Video kann nicht gedruckt oder heruntergeladen werden"
4551
 
4552
- #: wppa-functions.php:2976
4553
  msgid "ERROR: Illegal attempt to enter a rating."
4554
  msgstr "ERROR: Illegal Versuch, eine Bewertung zu gelangen."
4555
 
4556
- #: wppa-functions.php:2989
4557
  msgid "ERROR: Illegal attempt to enter a comment."
4558
  msgstr "ERROR: Illegal Versuch, einen Kommentar eingeben."
4559
 
4560
- #: wppa-functions.php:4128
4561
  msgid "ERROR: Illegal attempt to create an album."
4562
  msgstr "ERROR: Illegal Versuch, ein Album zu erstellen."
4563
 
4564
- #: wppa-functions.php:4132
4565
  msgid "Wrong captcha, please try again"
4566
  msgstr "Falsche Captcha, versuchen Sie es erneut"
4567
 
4568
- #: wppa-functions.php:4146
4569
  #, php-format
4570
  msgid "Album #%s created"
4571
  msgstr "Album #%s erstellt"
4572
 
4573
- #: wppa-functions.php:4152
4574
  msgid "Could not create album"
4575
  msgstr "Album konnte nicht erstellt werden"
4576
 
4577
- #: wppa-functions.php:4163
4578
  msgid "ERROR: Illegal attempt to upload a file."
4579
  msgstr "ERROR: Illegal Versuch, eine Datei hochzuladen."
4580
 
4581
- #: wppa-functions.php:4203
4582
  msgid "Photo upload"
4583
  msgstr "Fotos hochgeladen"
4584
 
4585
- #: wppa-functions.php:4204
4586
  #, php-format
4587
  msgid "%d photo successfully uploaded"
4588
  msgid_plural "%d photos successfully uploaded"
4589
  msgstr[0] "%d Foto erfolgreich hochgeladen"
4590
  msgstr[1] "%d Fotos erfolgreich hochgeladen"
4591
 
4592
- #: wppa-functions.php:4205
4593
  #, php-format
4594
  msgid "%s points added"
4595
  msgstr "%s Punkte hinzugefügt"
4596
 
4597
- #: wppa-functions.php:4215
4598
  msgid "Upload failed"
4599
  msgstr "Upload fehlgeschlagen"
4600
 
4601
- #: wppa-functions.php:4218
4602
  #, php-format
4603
  msgid "%d upload failed"
4604
  msgid_plural "%d uploads failed"
4605
  msgstr[0] "%d Hochladung fehlgeschlagen"
4606
  msgstr[1] "%d Hochladungen fehlgeschlagen"
4607
 
4608
- #: wppa-functions.php:4262
4609
  msgid "Error during upload"
4610
  msgstr "Fehler beim Hochladen"
4611
 
4612
- #: wppa-functions.php:4318
4613
  #, fuzzy
4614
  msgid "Could not insert media into db."
4615
  msgstr "Medien konnte in Db nicht eingefügt werden."
4616
 
4617
- #: wppa-functions.php:4358
4618
  msgid "Uploaded file is not an image"
4619
  msgstr "Hochgeladenen datei ist kein Bild"
4620
 
4621
- #: wppa-functions.php:4364
4622
  #, php-format
4623
  msgid ""
4624
  "Only gif, jpg and png image files are supported. Returned filetype = %d."
4625
  msgstr ""
4626
  "Nur gif, jpg und png Bild-Dateien werden unterstützt. Kehrte filetype =% d."
4627
 
4628
- #: wppa-functions.php:4372
4629
  #, php-format
4630
  msgid "Uploaded file is larger than the allowed maximum of %d x %d pixels."
4631
  msgstr ""
4632
  "Hochgeladene Datei ist größer als das erlaubte Maximum von %d x %d Pixel."
4633
 
4634
- #: wppa-functions.php:4380
4635
  #, php-format
4636
  msgid "Uploaded file %s already exists in this album."
4637
  msgstr "Hochgeladene Datei %s existiert bereits in diesem Album."
4638
 
4639
- #: wppa-functions.php:4390
4640
  #, php-format
4641
  msgid "The image is too big. Max photo size: %d x %d (%2.1f MegaPixel)"
4642
  msgstr "Das Bild ist zu groß. Max Fotogröße: %d x %d (% 2.1f MegaPixel)"
4643
 
4644
- #: wppa-functions.php:4423
4645
  msgid "Could not insert photo into db."
4646
  msgstr "Konnte Foto nicht in db einfügen."
4647
 
4648
- #: wppa-functions.php:4460 wppa-upload.php:1424
4649
  #, php-format
4650
  msgid "New photo uploaded: %s"
4651
  msgstr "Neues Foto hochgeladen: %s"
4652
 
4653
- #: wppa-functions.php:4461 wppa-upload.php:1425
4654
  #, php-format
4655
  msgid "User %1$s uploaded photo %2$s into album %3$s"
4656
  msgstr "Benutzer %1$s hat Foto %2$s in album %3$s hochgeladen "
4657
 
4658
- #: wppa-functions.php:4463 wppa-upload.php:1427
4659
  msgid "This upload requires moderation"
4660
  msgstr "Dieser Upload erfordert Moderation"
4661
 
4662
- #: wppa-functions.php:4467 wppa-upload.php:1431
4663
  msgid "Details:"
4664
  msgstr "Details:"
4665
 
4666
- #: wppa-functions.php:4468 wppa-upload.php:1432 wppa-utils.php:895
4667
- #: wppa-utils.php:907
4668
  msgid "Manage photo"
4669
  msgstr "Fotos verwalten"
4670
 
4671
- #: wppa-functions.php:4650
4672
  msgid "You can upload after"
4673
  msgstr "Sie können Hochladen nach"
4674
 
4675
- #: wppa-functions.php:4693 wppa-functions.php:4697 wppa-functions.php:4704
4676
- #: wppa-functions.php:4708 wppa-links.php:1093 wppa-non-admin.php:746
4677
- #: wppa-settings-autosave.php:9112 wppa-settings-autosave.php:9124
4678
- #: wppa-settings-autosave.php:9136 wppa-settings-autosave.php:9148
4679
- #: wppa-settings-autosave.php:9160 wppa-settings-autosave.php:9172
4680
- #: wppa-settings-autosave.php:9184 wppa-settings-autosave.php:9196
4681
  msgid "Download"
4682
  msgstr "Herunterladen"
4683
 
4684
- #: wppa-functions.php:4747
4685
  msgid "Zoom in"
4686
  msgstr "Hineinzoomen"
4687
 
@@ -5318,7 +5318,107 @@ msgstr "WP Photo Album erscheint unter dem"
5318
  msgid "licence."
5319
  msgstr "Lizenz"
5320
 
5321
- #: wppa-items.php:237 wppa-thumbnails.php:1896
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5322
  msgid "Gold medal"
5323
  msgstr "Gold medaille"
5324
 
@@ -5330,7 +5430,7 @@ msgstr "Gold medaille"
5330
  msgid "Gold"
5331
  msgstr "Gold"
5332
 
5333
- #: wppa-items.php:238 wppa-thumbnails.php:1897
5334
  msgid "Silver medal"
5335
  msgstr "Silber Medallie"
5336
 
@@ -5342,7 +5442,7 @@ msgstr "Silber Medallie"
5342
  msgid "Silver"
5343
  msgstr "Silber"
5344
 
5345
- #: wppa-items.php:239 wppa-thumbnails.php:1898
5346
  msgid "Bronze medal"
5347
  msgstr "Bronze medaille"
5348
 
@@ -5354,7 +5454,7 @@ msgstr "Bronze medaille"
5354
  msgid "Bronze"
5355
  msgstr "Bronze"
5356
 
5357
- #: wppa-items.php:314 wppa-items.php:473 wppa-settings-autosave.php:3457
5358
  #, fuzzy
5359
  msgid "none"
5360
  msgstr "kein"
@@ -5394,11 +5494,11 @@ msgstr "Letzten zehn Fotos"
5394
  msgid "Last Ten Uploaded Photos"
5395
  msgstr "Letzten zehn hochgeladenen Fotos"
5396
 
5397
- #: wppa-lasten-widget.php:131 wppa-non-admin.php:830
5398
  msgid "View the most recent uploaded photos"
5399
  msgstr "Sehen Sie die neuesten hochgeladenen Fotos"
5400
 
5401
- #: wppa-lasten-widget.php:155 wppa-non-admin.php:832
5402
  msgid "There are no uploaded photos (yet)"
5403
  msgstr "Es sind (noch) keine hochgeladene Fotos"
5404
 
@@ -5493,26 +5593,26 @@ msgstr "Bist Du sicher, dass Du diesen Kommentar entfernen möchtest?"
5493
  msgid "Scheduled for %s"
5494
  msgstr "Für %s geplant"
5495
 
5496
- #: wppa-links.php:1034 wppa-links.php:1037 wppa-slideshow.php:994
5497
  msgid "Previous"
5498
  msgstr "Vorheriges"
5499
 
5500
- #: wppa-links.php:1044 wppa-links.php:1047 wppa-non-admin.php:697
5501
  #: wppa-slideshow.php:1008
5502
  msgid "Next"
5503
  msgstr "Nächstes"
5504
 
5505
- #: wppa-links.php:1093
5506
  #, fuzzy
5507
  msgid "Download album"
5508
  msgstr "Album herunterladen"
5509
 
5510
- #: wppa-links.php:1229
5511
  #, fuzzy
5512
  msgid "View thumbnails"
5513
  msgstr "Anzeigen die Miniaturen"
5514
 
5515
- #: wppa-links.php:1242
5516
  #, fuzzy
5517
  msgid "View fullsize slideshow"
5518
  msgstr "Fullsize-Diashow ansehen"
@@ -5544,11 +5644,11 @@ msgstr "Funktion muss in Tabelle IV-A28 zuerst aktiviert werden"
5544
 
5545
  #: wppa-maintenance.php:725 wppa-maintenance.php:741
5546
  #: wppa-photo-admin-autosave.php:1742 wppa-photo-admin-autosave.php:1763
5547
- #: wppa-settings-autosave.php:4329 wppa-setup.php:350 wppa.php:388 wppa.php:389
5548
  msgid "Required"
5549
  msgstr "Erforderlich"
5550
 
5551
- #: wppa-maintenance.php:810
5552
  #, fuzzy
5553
  msgid "There are no index items."
5554
  msgstr "Es gibt keine Index-Elemente."
@@ -5593,15 +5693,15 @@ msgstr "Anzahl Spalten:"
5593
  msgid "Select multiple tags or --- all ---:"
5594
  msgstr "Wählen Sie mehrere Tags oder---alle---:"
5595
 
5596
- #: wppa-non-admin.php:359
5597
  msgid "Press f for fullscreen."
5598
  msgstr "Drücken Sie f für Vollbild."
5599
 
5600
- #: wppa-non-admin.php:369 wppa-non-admin.php:440
5601
  msgid "Toggle fullscreen"
5602
  msgstr "Wechsel zwischen Vollbild"
5603
 
5604
- #: wppa-non-admin.php:434
5605
  msgid ""
5606
  "Keys: f = next mode; q,x = exit; p = previous, n = next, s = start/stop, d = "
5607
  "dismiss this notice."
@@ -5609,104 +5709,104 @@ msgstr ""
5609
  "Tasten: f = nächsten Modus; q,x = verlassen; p = vorheriges, n = nächstes, s "
5610
  "= Start / Stop, d = entlassen diesen Hinweis."
5611
 
5612
- #: wppa-non-admin.php:435
5613
  msgid "Keys: f = next mode; q,x = exit; d = dismiss this notice."
5614
  msgstr ""
5615
  "Tasten: f = nächsten Modus; q,x = verlassen; d = entlassen diesen Hinweis."
5616
 
5617
- #: wppa-non-admin.php:688 wppa-settings-autosave.php:3648
5618
  #: wppa-slideshow.php:241
5619
  msgid "Start"
5620
  msgstr "Starte"
5621
 
5622
- #: wppa-non-admin.php:689
5623
  msgid "Stop"
5624
  msgstr "Stop"
5625
 
5626
- #: wppa-non-admin.php:690 wppa-slideshow.php:233
5627
  msgid "Slower"
5628
  msgstr "Langsamer"
5629
 
5630
- #: wppa-non-admin.php:691 wppa-slideshow.php:249
5631
  msgid "Faster"
5632
  msgstr "Schneller"
5633
 
5634
- #: wppa-non-admin.php:693
5635
  msgid "of"
5636
  msgstr "von"
5637
 
5638
- #: wppa-non-admin.php:694
5639
  msgid "Previous photo"
5640
  msgstr "Vorheriges Foto"
5641
 
5642
- #: wppa-non-admin.php:695
5643
  msgid "Next photo"
5644
  msgstr "Nächstes Foto"
5645
 
5646
- #: wppa-non-admin.php:696
5647
  msgid "Prev."
5648
  msgstr "Vorheriges"
5649
 
5650
- #: wppa-non-admin.php:698 wppa-slideshow.php:745 wppa-slideshow.php:757
5651
  #: wppa-slideshow.php:848
5652
  msgid "Average&nbsp;rating"
5653
  msgstr "Durchschnittliche Bewertung"
5654
 
5655
- #: wppa-non-admin.php:699 wppa-slideshow.php:807 wppa-slideshow.php:819
5656
  #: wppa-slideshow.php:830
5657
  msgid "My&nbsp;rating"
5658
  msgstr "Meine&nbsp;Bewertung"
5659
 
5660
- #: wppa-non-admin.php:700
5661
  msgid "Avg."
5662
  msgstr "Durchs."
5663
 
5664
- #: wppa-non-admin.php:701
5665
  msgid "Mine"
5666
  msgstr "Meine"
5667
 
5668
- #: wppa-non-admin.php:702
5669
  msgid "You marked this image as inappropriate."
5670
  msgstr "Sie markiert das Bild als unangemessen."
5671
 
5672
- #: wppa-non-admin.php:705
5673
  msgid "Please enter your name"
5674
  msgstr "Bitte geben Sie Ihren Namen ein"
5675
 
5676
- #: wppa-non-admin.php:706
5677
  msgid "Please enter a valid email address"
5678
  msgstr "Bitte geben Sie eine gültige eMail-Adresse ein"
5679
 
5680
- #: wppa-non-admin.php:707
5681
  msgid "Please enter a comment"
5682
  msgstr "Bitte geben Sie einen Kommentar ein."
5683
 
5684
- #: wppa-non-admin.php:741
5685
  msgid "Double click to start/stop slideshow running"
5686
  msgstr "Doppelklicken Sie zum Starten / Stoppen Diashow Lauf"
5687
 
5688
- #: wppa-non-admin.php:836 wppa-photo-admin-autosave.php:265
5689
  #: wppa-potd-widget.php:156
5690
  msgid "By:"
5691
  msgstr "Durch:"
5692
 
5693
- #: wppa-non-admin.php:839 wppa-slideshow-widget.php:124
5694
  msgid "No album defined (yet)"
5695
  msgstr "Noch kein Album definiert"
5696
 
5697
- #: wppa-non-admin.php:843 wppa-thumbnail-widget.php:121
5698
  msgid "There are no photos (yet)"
5699
  msgstr "Es sind (noch) keine Fotos"
5700
 
5701
- #: wppa-non-admin.php:846 wppa-upldr-widget.php:90
5702
  msgid "There are too many registered users in the system for this widget"
5703
  msgstr "Es gibt zu viele registrierte Benutzer im System für dieses Widget"
5704
 
5705
- #: wppa-non-admin.php:847 wppa-upldr-widget.php:124 wppa-upldr-widget.php:131
5706
  msgid "Photos uploaded by"
5707
  msgstr "Fotos hochgeladen durch"
5708
 
5709
- #: wppa-non-admin.php:851 wppa-thumbnails.php:687 wppa-thumbnails.php:1472
5710
  #: wppa-topten-widget.php:203 wppa-topten-widget.php:226
5711
  #: wppa-topten-widget.php:236
5712
  #, php-format
@@ -5715,7 +5815,7 @@ msgid_plural "%d views"
5715
  msgstr[0] "%d Ansicht"
5716
  msgstr[1] "%d Ansichte"
5717
 
5718
- #: wppa-non-admin.php:853 wppa-topten-widget.php:261
5719
  msgid "There are no rated photos (yet)"
5720
  msgstr "Es sind (noch) keine bewertesten Fotos"
5721
 
@@ -5990,8 +6090,8 @@ msgstr "Link URL"
5990
  msgid "Same tab"
5991
  msgstr "gleichem Tab"
5992
 
5993
- #: wppa-photo-admin-autosave.php:436 wppa-settings-autosave.php:4808
5994
- #: wppa-settings-autosave.php:5857
5995
  #, fuzzy
5996
  msgid "New tab"
5997
  msgstr "neuem Tab"
@@ -6026,7 +6126,7 @@ msgstr ""
6026
  msgid "Update file"
6027
  msgstr "Datei aktualisieren"
6028
 
6029
- #: wppa-photo-admin-autosave.php:501 wppa-settings-autosave.php:3159
6030
  #, fuzzy
6031
  msgid "Upload"
6032
  msgstr "ERROR: kann keine Dateien hochladen."
@@ -6107,7 +6207,7 @@ msgstr "Thumbnail-Datei:"
6107
  msgid "Remake thumbnail file"
6108
  msgstr "Remake-thumbnail-Datei"
6109
 
6110
- #: wppa-photo-admin-autosave.php:658 wppa-settings-autosave.php:6727
6111
  #, fuzzy
6112
  msgid "Remake"
6113
  msgstr "Neuverfilmung"
@@ -6387,7 +6487,7 @@ msgstr ""
6387
  "ausgewählten Aktion"
6388
 
6389
  #: wppa-photo-admin-autosave.php:1362 wppa-photo-admin-autosave.php:1481
6390
- #: wppa-settings-autosave.php:8274
6391
  #, fuzzy
6392
  msgid "Preview"
6393
  msgstr "Vorschau"
@@ -6451,7 +6551,7 @@ msgstr "Word"
6451
  msgid "Count"
6452
  msgstr "Anzahl"
6453
 
6454
- #: wppa-photo-admin-autosave.php:1881 wppa-settings-autosave.php:6265
6455
  #, fuzzy
6456
  msgid "Tags"
6457
  msgstr "Suchwörter"
@@ -6561,7 +6661,7 @@ msgstr ""
6561
  msgid "Enable subsearch"
6562
  msgstr "Subsearch aktivieren"
6563
 
6564
- #: wppa-search-widget.php:134 wppa-settings-autosave.php:5785
6565
  #, fuzzy
6566
  msgid "Landing page"
6567
  msgstr "Zielseite"
@@ -6779,7 +6879,7 @@ msgid "Legenda:"
6779
  msgstr "Legenda:"
6780
 
6781
  #: wppa-settings-autosave.php:388 wppa-settings-autosave.php:390
6782
- #: wppa-settings-autosave.php:1959 wppa-settings-autosave.php:5532
6783
  #, fuzzy
6784
  msgid "Button"
6785
  msgstr "Button"
@@ -6789,8 +6889,8 @@ msgstr "Button"
6789
  msgid "action that causes page reload."
6790
  msgstr "Aktion, die bewirkt, dass die Seite neu zu laden."
6791
 
6792
- #: wppa-settings-autosave.php:390 wppa-settings-autosave.php:9751
6793
- #: wppa-settings-autosave.php:9770
6794
  #, fuzzy
6795
  msgid "Are you sure?"
6796
  msgstr ""
@@ -6801,13 +6901,13 @@ msgstr ""
6801
  msgid "action that does not cause page reload."
6802
  msgstr "Aktion bewirkt, dass keine Seite neu laden."
6803
 
6804
- #: wppa-settings-autosave.php:393 wppa-settings-autosave.php:8163
6805
- #: wppa-settings-autosave.php:8165 wppa-settings-autosave.php:9453
6806
- #: wppa-settings-autosave.php:9469 wppa-settings-autosave.php:9497
6807
- #: wppa-settings-autosave.php:9521 wppa-settings-autosave.php:9551
6808
- #: wppa-settings-autosave.php:9578 wppa-settings-autosave.php:9604
6809
- #: wppa-settings-autosave.php:9620 wppa-settings-autosave.php:9674
6810
- #: wppa-settings-autosave.php:9704
6811
  #, fuzzy
6812
  msgid "Setting unmodified"
6813
  msgstr "Festlegen von unveränderten"
@@ -6857,7 +6957,7 @@ msgstr "Abdeckungen"
6857
  msgid "Layout"
6858
  msgstr "Aufteilung:"
6859
 
6860
- #: wppa-settings-autosave.php:415 wppa-settings-autosave.php:4758
6861
  #, fuzzy
6862
  msgid "Lightbox"
6863
  msgstr "Lightbox"
@@ -6877,14 +6977,14 @@ msgstr "Metadaten"
6877
  msgid "Navigation"
6878
  msgstr "Navigation"
6879
 
6880
- #: wppa-settings-autosave.php:419 wppa-settings-autosave.php:1533
6881
- #: wppa-settings-autosave.php:8510
6882
  #, fuzzy
6883
  msgid "Page"
6884
  msgstr "Seite:"
6885
 
6886
- #: wppa-settings-autosave.php:420 wppa-settings-autosave.php:8306
6887
- #: wppa-settings-autosave.php:8351
6888
  #, fuzzy
6889
  msgid "Rating"
6890
  msgstr "ERROR: Illegal Versuch, eine Bewertung zu gelangen."
@@ -6914,7 +7014,7 @@ msgstr "Uploads"
6914
  msgid "Widgets"
6915
  msgstr "Widgets"
6916
 
6917
- #: wppa-settings-autosave.php:428 wppa-settings-autosave.php:8144
6918
  #, fuzzy
6919
  msgid "Watermark"
6920
  msgstr "Wasserzeichen"
@@ -6950,49 +7050,49 @@ msgstr "Eine schnelle Ersteinrichtung zu tun"
6950
  msgid "Close quick setup"
6951
  msgstr "Enge Schnelleinrichtung"
6952
 
6953
- #: wppa-settings-autosave.php:468
6954
  #, fuzzy
6955
  msgid "Table O:"
6956
  msgstr "Tabelle O:"
6957
 
6958
- #: wppa-settings-autosave.php:468
6959
  #, fuzzy
6960
  msgid "Quick Setup:"
6961
  msgstr "Kurzanleitung zur Installation"
6962
 
6963
- #: wppa-settings-autosave.php:469
6964
  #, fuzzy
6965
  msgid "This table enables you to quickly do an inital setup."
6966
  msgstr ""
6967
  "Diese Tabelle ermöglicht es Ihnen, schnell eine Erstinstallation zu tun."
6968
 
6969
- #: wppa-settings-autosave.php:479 wppa-settings-autosave.php:641
6970
- #: wppa-settings-autosave.php:663 wppa-settings-autosave.php:1401
6971
- #: wppa-settings-autosave.php:1422 wppa-settings-autosave.php:2939
6972
- #: wppa-settings-autosave.php:3308 wppa-settings-autosave.php:4585
6973
- #: wppa-settings-autosave.php:6515 wppa-settings-autosave.php:7224
6974
- #: wppa-settings-autosave.php:8946
6975
  #, fuzzy
6976
  msgid "Setting"
6977
  msgstr "Einstellung"
6978
 
6979
- #: wppa-settings-autosave.php:480 wppa-settings-autosave.php:642
6980
- #: wppa-settings-autosave.php:664 wppa-settings-autosave.php:1402
6981
- #: wppa-settings-autosave.php:1423 wppa-settings-autosave.php:2940
6982
- #: wppa-settings-autosave.php:2964 wppa-settings-autosave.php:3288
6983
- #: wppa-settings-autosave.php:3309 wppa-settings-autosave.php:4586
6984
- #: wppa-settings-autosave.php:4610 wppa-settings-autosave.php:4786
6985
- #: wppa-settings-autosave.php:4810 wppa-settings-autosave.php:5859
6986
- #: wppa-settings-autosave.php:6517 wppa-settings-autosave.php:6541
6987
- #: wppa-settings-autosave.php:7204 wppa-settings-autosave.php:7225
6988
- #: wppa-settings-autosave.php:8947 wppa-settings-autosave.php:8969
6989
- #: wppa-settings-autosave.php:9009 wppa-settings-autosave.php:9031
6990
- #: wppa-settings-autosave.php:9077
6991
  #, fuzzy
6992
  msgid "Help"
6993
  msgstr "Hilfe"
6994
 
6995
- #: wppa-settings-autosave.php:491
6996
  #, fuzzy
6997
  msgid ""
6998
  "To quickly setup WPPA+ please answer the following questions. You can alway "
@@ -7002,12 +7102,12 @@ msgstr ""
7002
  "sich jederzeit ändern, jede Einstellung später. <span style=\"color:"
7003
  "#700\">Klicken Sie auf mich!</span>"
7004
 
7005
- #: wppa-settings-autosave.php:493
7006
  #, fuzzy
7007
  msgid "Is your theme <i>responsive</i>?"
7008
  msgstr "Ist Ihr Thema <i>reagieren</i>?"
7009
 
7010
- #: wppa-settings-autosave.php:494
7011
  #, fuzzy
7012
  msgid ""
7013
  "Responsive themes have a layout that varies with the size of the browser "
@@ -7016,7 +7116,7 @@ msgstr ""
7016
  "Ansprechende Themen haben eine Layout, die variiert mit der Größe des "
7017
  "Browser-Fensters."
7018
 
7019
- #: wppa-settings-autosave.php:495
7020
  #, fuzzy
7021
  msgid ""
7022
  "WPPA+ needs to know this to automaticly adept the width of the display to "
@@ -7025,12 +7125,12 @@ msgstr ""
7025
  "WPPA + muss kennen, um automatisch Adept die Breite des Displays, um die "
7026
  "verfügbare Breite auf der Seite."
7027
 
7028
- #: wppa-settings-autosave.php:502
7029
  #, fuzzy
7030
  msgid "Do you want to downsize photos during upload?"
7031
  msgstr "Möchten Sie Fotos beim Hochladen verkleinern?"
7032
 
7033
- #: wppa-settings-autosave.php:503
7034
  #, fuzzy
7035
  msgid ""
7036
  "Downsizing photos make them load faster to the visitor, without loosing "
@@ -7039,7 +7139,7 @@ msgstr ""
7039
  "Downsizing-Fotos machen sie für den Besucher schneller zu laden, ohne "
7040
  "Qualität zu verlieren"
7041
 
7042
- #: wppa-settings-autosave.php:504
7043
  #, fuzzy
7044
  msgid ""
7045
  "If you answer yes, the photos will be downsized to max 1024 x 768 pixels. "
@@ -7048,17 +7148,17 @@ msgstr ""
7048
  "Wenn Sie Ja Antworten, werden die Fotos auf max. 1024 x 768 Pixel "
7049
  "verkleinert werden. Sie können dies ändern, später, wenn Sie wollen"
7050
 
7051
- #: wppa-settings-autosave.php:511
7052
  #, fuzzy
7053
  msgid "Do you want to save the original photofiles?"
7054
  msgstr "Möchten Sie die ursprüngliche Photofiles speichern?"
7055
 
7056
- #: wppa-settings-autosave.php:512
7057
  #, fuzzy
7058
  msgid "This will require considerable disk space on the server."
7059
  msgstr "Dies erfordert erheblichen Speicherplatz auf dem Server."
7060
 
7061
- #: wppa-settings-autosave.php:513
7062
  #, fuzzy
7063
  msgid ""
7064
  "If you answer yes, you will be able to remove watermarks you applied with "
@@ -7069,12 +7169,12 @@ msgstr ""
7069
  "die Sie in einem späteren Stadium mit Wppa + angewendet, Downsizing auf eine "
7070
  "größere Größe danach wiederholen und Fullsize Bilder zum Download."
7071
 
7072
- #: wppa-settings-autosave.php:520
7073
  #, fuzzy
7074
  msgid "May visitors upload photos?"
7075
  msgstr "Können Besucher Fotos hochladen?"
7076
 
7077
- #: wppa-settings-autosave.php:521
7078
  #, fuzzy
7079
  msgid ""
7080
  "It is safe to do so, but i will have to do some settings to keep it safe!"
@@ -7082,7 +7182,7 @@ msgstr ""
7082
  "Es ist sicher, dies zu tun, aber ich muss tun, einige Einstellungen, um sie "
7083
  "zu schützen!"
7084
 
7085
- #: wppa-settings-autosave.php:522
7086
  #, fuzzy
7087
  msgid ""
7088
  "If you answer yes, i will assume you want to enable logged in users to "
@@ -7093,7 +7193,7 @@ msgstr ""
7093
  "möchten, angemeldete Benutzer Fotos auf dem Front-End der Website hochladen "
7094
  "und es ihnen ermöglichen, ihre Fotos Namen und Beschreibungen zu bearbeiten."
7095
 
7096
- #: wppa-settings-autosave.php:523
7097
  #, fuzzy
7098
  msgid ""
7099
  "The photos will be hold for moderation, the admin will get notified by email."
@@ -7101,7 +7201,7 @@ msgstr ""
7101
  "Die Fotos werden Halt zur Mäßigung, der Admin erhalten Sie per e-Mail "
7102
  "benachrichtigt."
7103
 
7104
- #: wppa-settings-autosave.php:524
7105
  #, fuzzy
7106
  msgid ""
7107
  "Each user will get his own album to upload to. These settings can be changed "
@@ -7110,50 +7210,50 @@ msgstr ""
7110
  "Jeder Benutzer bekommt sein eigenes Album auf hochladen. Diese Einstellungen "
7111
  "können später geändert werden."
7112
 
7113
- #: wppa-settings-autosave.php:531
7114
  #, fuzzy
7115
  msgid "Do you want the rating system active?"
7116
  msgstr "Möchten Sie das Rating-System aktiv?"
7117
 
7118
- #: wppa-settings-autosave.php:532
7119
  #, fuzzy
7120
  msgid "Enable the rating system and show the votes in the slideshow."
7121
  msgstr ""
7122
  "Aktivieren Sie das Rating-System und zeigen Sie die Stimmen in der Diashow."
7123
 
7124
- #: wppa-settings-autosave.php:533
7125
  #, fuzzy
7126
  msgid "You can configure the details of the rating system later"
7127
  msgstr "Sie können die Details des Ratingsystems später konfigurieren."
7128
 
7129
- #: wppa-settings-autosave.php:540
7130
  #, fuzzy
7131
  msgid "Do you want the comment system active?"
7132
  msgstr "Möchten Sie das Kommentarsystem aktiv?"
7133
 
7134
- #: wppa-settings-autosave.php:541
7135
  #, fuzzy
7136
  msgid "Enable the comment system and show the comments in the slideshow."
7137
  msgstr ""
7138
  "Aktivieren Sie die Kommentar-System und zeigen Sie die Kommentare in der "
7139
  "Diashow."
7140
 
7141
- #: wppa-settings-autosave.php:542
7142
  #, fuzzy
7143
  msgid "You can configure the details of the comment system later"
7144
  msgstr "Sie können die Details der Kommentar-System später konfigurieren."
7145
 
7146
- #: wppa-settings-autosave.php:549
7147
  #, fuzzy
7148
  msgid "Do you want the social media share buttons displayed?"
7149
  msgstr "Möchten Sie, dass die social Media Buttons angezeigt teilen?"
7150
 
7151
- #: wppa-settings-autosave.php:550
7152
  #, fuzzy
7153
  msgid "Display the social media buttons in the slideshow"
7154
  msgstr "Die social Media Buttons in der Diashow anzeigen"
7155
 
7156
- #: wppa-settings-autosave.php:551
7157
  #, fuzzy
7158
  msgid ""
7159
  "These buttons share the specific photo rather than the page where it is "
@@ -7162,12 +7262,12 @@ msgstr ""
7162
  "Diese Schaltflächen zu teilen, das besondere Foto, anstatt die Seite, wo es "
7163
  "auf angezeigt wird"
7164
 
7165
- #: wppa-settings-autosave.php:558
7166
  #, fuzzy
7167
  msgid "Are you going to use IPTC data?"
7168
  msgstr "Willst du die IPTC-Daten verwenden?"
7169
 
7170
- #: wppa-settings-autosave.php:559
7171
  #, fuzzy
7172
  msgid ""
7173
  "IPTC data is information you may have added in a photo manipulation program."
@@ -7175,19 +7275,19 @@ msgstr ""
7175
  "IPTC-Daten sind Informationen, die Sie möglicherweise in einem Foto-"
7176
  "Manipulation-Programm hinzugefügt."
7177
 
7178
- #: wppa-settings-autosave.php:560 wppa-settings-autosave.php:569
7179
  #, fuzzy
7180
  msgid ""
7181
  "The information can be displayed in slideshows and in photo descriptions."
7182
  msgstr ""
7183
  "Die Informationen kann in Diashows und Fotobeschreibungen angezeigt werden."
7184
 
7185
- #: wppa-settings-autosave.php:567
7186
  #, fuzzy
7187
  msgid "Are you going to use EXIF data?"
7188
  msgstr "Willst du die EXIF-Daten verwenden?"
7189
 
7190
- #: wppa-settings-autosave.php:568
7191
  #, fuzzy
7192
  msgid ""
7193
  "EXIF data is information from the camera like model no, focal distance and "
@@ -7196,12 +7296,12 @@ msgstr ""
7196
  "EXIF-Daten sind Informationen aus der Kamera wie Modell Nein, Brennweite und "
7197
  "Blende verwendet."
7198
 
7199
- #: wppa-settings-autosave.php:576
7200
  #, fuzzy
7201
  msgid "Are you going to use GPX data?"
7202
  msgstr "Willst du GPX-Daten verwenden?"
7203
 
7204
- #: wppa-settings-autosave.php:577
7205
  #, fuzzy
7206
  msgid ""
7207
  "Some cameras and mobile devices save the geographic location where the photo "
@@ -7210,17 +7310,17 @@ msgstr ""
7210
  "Einige Kameras und mobile Geräte speichern die geografische Position, wo das "
7211
  "Foto aufgenommen wurde."
7212
 
7213
- #: wppa-settings-autosave.php:578
7214
  #, fuzzy
7215
  msgid "A Google map can be displayed in slideshows."
7216
  msgstr "Eine Google-Karte kann in Diashows angezeigt werden."
7217
 
7218
- #: wppa-settings-autosave.php:585
7219
  #, fuzzy
7220
  msgid "Are you going to use Fotomoto?"
7221
  msgstr "Willst du Fotomoto verwenden?"
7222
 
7223
- #: wppa-settings-autosave.php:586
7224
  #, fuzzy
7225
  msgid ""
7226
  "<a href=\"http://www.fotomoto.com/\" target=\"_blank\" >Fotomoto</a> is an "
@@ -7229,58 +7329,58 @@ msgstr ""
7229
  "<a href=\"http://www.fotomoto.com/\" target=\"_blank\">Fotomoto</a> ist ein "
7230
  "Online-Druckdienst."
7231
 
7232
- #: wppa-settings-autosave.php:587
7233
  #, fuzzy
7234
  msgid "If you answer Yes, you will have to open an account on Fotomoto."
7235
  msgstr "Wenn Sie Ja Antworten, musst du ein Konto auf Fotomoto eröffnen."
7236
 
7237
- #: wppa-settings-autosave.php:594
7238
  #, fuzzy
7239
  msgid "Are you going to add videofiles?"
7240
  msgstr "Wollen Sie Videodateien hinzufügen?"
7241
 
7242
- #: wppa-settings-autosave.php:595
7243
  #, fuzzy
7244
  msgid "You can mix videos and photos in any album."
7245
  msgstr "Sie können Videos und Fotos in ein Album mischen."
7246
 
7247
- #: wppa-settings-autosave.php:596 wppa-settings-autosave.php:605
7248
- #: wppa-settings-autosave.php:614
7249
  #, fuzzy
7250
  msgid "You can configure the details later"
7251
  msgstr "Sie können die Details später konfigurieren."
7252
 
7253
- #: wppa-settings-autosave.php:603
7254
  #, fuzzy
7255
  msgid "Are you going to add audiofiles?"
7256
  msgstr "Wollen Sie Audiofiles hinzufügen?"
7257
 
7258
- #: wppa-settings-autosave.php:604
7259
  #, fuzzy
7260
  msgid "You can add audio to photos in any album."
7261
  msgstr "Sie können Fotos in einem Album Audio hinzufügen."
7262
 
7263
- #: wppa-settings-autosave.php:612
7264
  #, fuzzy
7265
  msgid "Are you going to upload 3D stereo photos?"
7266
  msgstr "Willst du 3D Stereo-Fotos hochladen?"
7267
 
7268
- #: wppa-settings-autosave.php:613
7269
  #, fuzzy
7270
  msgid "You can add l-r and r-l stereo photo pairs."
7271
  msgstr "Sie können l-R-R-l Stereo-Foto-Paare hinzufügen."
7272
 
7273
- #: wppa-settings-autosave.php:621
7274
  #, fuzzy
7275
  msgid "Done?"
7276
  msgstr "Erledigt?"
7277
 
7278
- #: wppa-settings-autosave.php:622
7279
  #, fuzzy
7280
  msgid "If you are ready answering these questions, select <b>yes</b>"
7281
  msgstr "Bist du bereit, diese Fragen zu beantworten, wählen Sie <b>Ja</b>"
7282
 
7283
- #: wppa-settings-autosave.php:623
7284
  #, fuzzy
7285
  msgid ""
7286
  "You can change any setting later, and be more specific and add a lot of "
@@ -7290,7 +7390,7 @@ msgstr ""
7290
  "Einstellungen hinzufügen. Für jetzt ist es genug, gehen Sie Alben erstellen "
7291
  "und Fotos hochladen!"
7292
 
7293
- #: wppa-settings-autosave.php:627
7294
  #, fuzzy
7295
  msgid ""
7296
  "Thank you!. The most important settings are done now. You can refine your "
@@ -7300,17 +7400,17 @@ msgstr ""
7300
  "Einstellungen, das Verhalten und Aussehen der WPPA + in den nachstehenden "
7301
  "Tabellen verfeinern."
7302
 
7303
- #: wppa-settings-autosave.php:652
7304
  #, fuzzy
7305
  msgid "Table I:"
7306
  msgstr "Tabelle I:"
7307
 
7308
- #: wppa-settings-autosave.php:652
7309
  #, fuzzy
7310
  msgid "Sizes:"
7311
  msgstr "Maße:"
7312
 
7313
- #: wppa-settings-autosave.php:653
7314
  #, fuzzy
7315
  msgid ""
7316
  "This table describes all the sizes and size options (except fontsizes) for "
@@ -7319,27 +7419,27 @@ msgstr ""
7319
  "Diese Tabelle beschreibt die Größen und Größenoptionen (mit Ausnahme von "
7320
  "Schriftgrößen) für die Generierung und Anzeige der WPPA + Elemente."
7321
 
7322
- #: wppa-settings-autosave.php:671
7323
  #, fuzzy
7324
  msgid "WPPA+ global system related size settings"
7325
  msgstr "WPPA + global System bezogenen Größeneinstellungen"
7326
 
7327
- #: wppa-settings-autosave.php:673
7328
  #, fuzzy
7329
  msgid "Column Width"
7330
  msgstr "Spaltenbreite"
7331
 
7332
- #: wppa-settings-autosave.php:674
7333
  #, fuzzy
7334
  msgid "The width of the main column in your theme's display area."
7335
  msgstr "Die Breite der Hauptspalte im Anzeigebereich des Themas."
7336
 
7337
- #: wppa-settings-autosave.php:675
7338
  #, fuzzy
7339
  msgid "Enter the width of the main column in your theme's display area."
7340
  msgstr "Geben Sie die Breite der Hauptspalte im Anzeigebereich des Themas."
7341
 
7342
- #: wppa-settings-autosave.php:676
7343
  #, fuzzy
7344
  msgid ""
7345
  "You should set this value correctly to make sure the fullsize images are "
@@ -7348,7 +7448,7 @@ msgstr ""
7348
  "Sie sollten diesen Wert richtig eingestellt, um sicherzustellen, dass die "
7349
  "Fullsize-Bilder richtig horizontal ausgerichtet sind."
7350
 
7351
- #: wppa-settings-autosave.php:677
7352
  #, fuzzy
7353
  msgid ""
7354
  "You may enter 'auto' for use in themes that have a floating content column."
@@ -7356,29 +7456,29 @@ msgstr ""
7356
  "Geben Sie 'auto' für den Einsatz in Themen, die eine schwimmende Inhalte "
7357
  "Spalte haben."
7358
 
7359
- #: wppa-settings-autosave.php:678
7360
  #, fuzzy
7361
  msgid "The use of 'auto' is required for responsive themes."
7362
  msgstr "Die Verwendung von 'Auto' ist für reagieren Themen erforderlich."
7363
 
7364
- #: wppa-settings-autosave.php:681 wppa-settings-autosave.php:690
7365
- #: wppa-settings-autosave.php:802 wppa-settings-autosave.php:964
7366
- #: wppa-settings-autosave.php:975
7367
  #, fuzzy
7368
  msgid "pixels wide"
7369
  msgstr "Pixel breit"
7370
 
7371
- #: wppa-settings-autosave.php:686
7372
  #, fuzzy
7373
  msgid "Initial Width"
7374
  msgstr "Ursprüngliche Breite"
7375
 
7376
- #: wppa-settings-autosave.php:687
7377
  #, fuzzy
7378
  msgid "The most often displayed colun width in responsive theme"
7379
  msgstr "Die meisten oft Colun Breite in ansprechende Thema angezeigt."
7380
 
7381
- #: wppa-settings-autosave.php:688
7382
  #, fuzzy
7383
  msgid ""
7384
  "Change this value only if your responsive theme shows initially a wrong "
@@ -7387,17 +7487,17 @@ msgstr ""
7387
  "Ändern Sie diesen Wert nur, wenn Ihre ansprechende Thema zunächst eine "
7388
  "falsche Spaltenbreite zeigt."
7389
 
7390
- #: wppa-settings-autosave.php:695
7391
  #, fuzzy
7392
  msgid "Resize on Upload"
7393
  msgstr "Beim Hochladen verkleinern"
7394
 
7395
- #: wppa-settings-autosave.php:696
7396
  #, fuzzy
7397
  msgid "Indicate if the photos should be resized during upload."
7398
  msgstr "Geben Sie an, ob die Fotos beim Hochladen verkleinert werden sollte."
7399
 
7400
- #: wppa-settings-autosave.php:697
7401
  #, fuzzy
7402
  msgid ""
7403
  "If you check this item, the size of the photos will be reduced to the "
@@ -7406,29 +7506,29 @@ msgstr ""
7406
  "Wenn Sie diesen Artikel überprüfen, verringert sich die Größe der Fotos auf "
7407
  "die Dimension, die in der Tagesordnung beim Upload/Import angegeben."
7408
 
7409
- #: wppa-settings-autosave.php:698
7410
  #, fuzzy
7411
  msgid "The photos will never be stretched during upload if they are smaller."
7412
  msgstr ""
7413
  "Die Fotos werden nie während des Uploads gestreckt werden, wenn sie kleiner "
7414
  "sind."
7415
 
7416
- #: wppa-settings-autosave.php:706
7417
  #, fuzzy
7418
  msgid "Resize to"
7419
  msgstr "Passend skalieren"
7420
 
7421
- #: wppa-settings-autosave.php:707
7422
  #, fuzzy
7423
  msgid "Resize photos to fit within a given area."
7424
  msgstr "Verkleinern Sie Fotos in einem bestimmten Gebiet passen."
7425
 
7426
- #: wppa-settings-autosave.php:708
7427
  #, fuzzy
7428
  msgid "Specify the screensize for the unscaled photos."
7429
  msgstr "Geben Sie die Screensize für die unskalierten Fotos."
7430
 
7431
- #: wppa-settings-autosave.php:709
7432
  #, fuzzy
7433
  msgid ""
7434
  "The use of a non-default value is particularly usefull when you make use of "
@@ -7437,52 +7537,52 @@ msgstr ""
7437
  "Die Verwendung von nicht-Standardwert ist besonders nützlich, wenn Sie "
7438
  "machen Lightbox-Funktionen nutzen."
7439
 
7440
- #: wppa-settings-autosave.php:711 wppa-settings-autosave.php:733
7441
- #: wppa-settings-autosave.php:744 wppa-settings-autosave.php:753
7442
- #: wppa-settings-autosave.php:834 wppa-settings-autosave.php:857
7443
- #: wppa-settings-autosave.php:864 wppa-settings-autosave.php:883
7444
- #: wppa-settings-autosave.php:904 wppa-settings-autosave.php:914
7445
- #: wppa-settings-autosave.php:1008 wppa-settings-autosave.php:1042
7446
- #: wppa-settings-autosave.php:1062 wppa-settings-autosave.php:1071
7447
- #: wppa-settings-autosave.php:1082 wppa-settings-autosave.php:1094
7448
- #: wppa-settings-autosave.php:1104 wppa-settings-autosave.php:1114
7449
- #: wppa-settings-autosave.php:1167 wppa-settings-autosave.php:1176
7450
- #: wppa-settings-autosave.php:1187 wppa-settings-autosave.php:1207
7451
- #: wppa-settings-autosave.php:1227 wppa-settings-autosave.php:1247
7452
- #: wppa-settings-autosave.php:1267 wppa-settings-autosave.php:1287
7453
- #: wppa-settings-autosave.php:1307 wppa-settings-autosave.php:1316
7454
- #: wppa-settings-autosave.php:1325 wppa-settings-autosave.php:1358
7455
- #: wppa-settings-autosave.php:1367 wppa-settings-autosave.php:1379
7456
- #: wppa-settings-autosave.php:1388 wppa-settings-autosave.php:2780
7457
- #: wppa-settings-autosave.php:4631 wppa-settings-autosave.php:4648
7458
- #: wppa-settings-autosave.php:4665 wppa-settings-autosave.php:4682
7459
- #: wppa-settings-autosave.php:4699 wppa-settings-autosave.php:4716
7460
- #: wppa-settings-autosave.php:4733 wppa-settings-autosave.php:4750
7461
- #: wppa-settings-autosave.php:4767 wppa-settings-autosave.php:6076
7462
- #: wppa-settings-autosave.php:8677 wppa-settings-autosave.php:8873
7463
- #: wppa-settings-autosave.php:8915 wppa-settings-autosave.php:8933
7464
  #, fuzzy
7465
  msgid "pixels"
7466
  msgstr ""
7467
  "Geben Sie die Kartenhöhe in Pixeln an. Beispiel: 200, oder lassen dieses "
7468
  "Feld frei um eine responsive Karte zu erstellen."
7469
 
7470
- #: wppa-settings-autosave.php:712
7471
  #, fuzzy
7472
  msgid "Fit within rectangle as set in Table I-B1,2"
7473
  msgstr "Fit im Rechteck wie in Tabelle ich-B1, 2"
7474
 
7475
- #: wppa-settings-autosave.php:719
7476
  #, fuzzy
7477
  msgid "Photocount threshold"
7478
  msgstr "Photocount Schwelle"
7479
 
7480
- #: wppa-settings-autosave.php:720
7481
  #, fuzzy
7482
  msgid "Number of photos in an album must exceed."
7483
  msgstr "Anzahl der Fotos in einem Album überschreiten darf."
7484
 
7485
- #: wppa-settings-autosave.php:721
7486
  #, fuzzy
7487
  msgid ""
7488
  "Photos do not show up in the album unless there are more than this number of "
@@ -7496,26 +7596,26 @@ msgstr ""
7496
  "der Sub-Alben. In der Regel auf 0 gesetzt (immer einblenden) oder 1 (für ein "
7497
  "Titelbild)."
7498
 
7499
- #: wppa-settings-autosave.php:723 wppa-settings-autosave.php:762
7500
- #: wppa-settings-autosave.php:1196 wppa-settings-autosave.php:1236
7501
- #: wppa-settings-autosave.php:1256 wppa-settings-autosave.php:1296
7502
- #: wppa-settings-autosave.php:4038 wppa-settings-autosave.php:6001
7503
- #: wppa-settings-autosave.php:7767
7504
  #, fuzzy
7505
  msgid "photos"
7506
  msgstr "Fotos"
7507
 
7508
- #: wppa-settings-autosave.php:728
7509
  #, fuzzy
7510
  msgid "Border thickness"
7511
  msgstr "Rahmendicke:"
7512
 
7513
- #: wppa-settings-autosave.php:729
7514
  #, fuzzy
7515
  msgid "Thickness of wppa+ box borders."
7516
  msgstr "Die Dicke des Wppa + Box Grenzen."
7517
 
7518
- #: wppa-settings-autosave.php:730
7519
  #, fuzzy
7520
  msgid ""
7521
  "Enter the thickness for the border of the WPPA+ boxes. A number of 0 means: "
@@ -7524,17 +7624,17 @@ msgstr ""
7524
  "Geben Sie die Dicke für die Grenze der WPPA + Boxen. Eine Reihe von 0 "
7525
  "bedeutet: keine Grenze."
7526
 
7527
- #: wppa-settings-autosave.php:731 wppa-settings-autosave.php:741
7528
  #, fuzzy
7529
  msgid "WPPA+ boxes are: the navigation bars and the filmstrip."
7530
  msgstr "WPPA + Boxen sind: die Navigationsleisten und im Filmstreifen."
7531
 
7532
- #: wppa-settings-autosave.php:739
7533
  #, fuzzy
7534
  msgid "Radius of wppa+ box borders."
7535
  msgstr "Radius des Wppa + Box Grenzen."
7536
 
7537
- #: wppa-settings-autosave.php:740
7538
  #, fuzzy
7539
  msgid ""
7540
  "Enter the corner radius for the border of the WPPA+ boxes. A number of 0 "
@@ -7543,29 +7643,29 @@ msgstr ""
7543
  "Geben Sie den Eckenradius für die Grenze der WPPA + Boxen. Eine Reihe von 0 "
7544
  "bedeutet: keine abgerundeten Ecken."
7545
 
7546
- #: wppa-settings-autosave.php:742
7547
  #, fuzzy
7548
  msgid "Note that rounded corners are only supported by modern browsers."
7549
  msgstr ""
7550
  "Beachten Sie, dass die abgerundete Ecken nur von modernen Browsern "
7551
  "unterstützt werden."
7552
 
7553
- #: wppa-settings-autosave.php:750
7554
  #, fuzzy
7555
  msgid "Distance between wppa+ boxes."
7556
  msgstr "Abstand zwischen Wppa + Boxen."
7557
 
7558
- #: wppa-settings-autosave.php:758
7559
  #, fuzzy
7560
  msgid "Related count"
7561
  msgstr "Verwandte Graf"
7562
 
7563
- #: wppa-settings-autosave.php:759
7564
  #, fuzzy
7565
  msgid "The default maximum number of related photos to find."
7566
  msgstr "Die maximale Standardanzahl von verwandten Fotos zu finden."
7567
 
7568
- #: wppa-settings-autosave.php:760
7569
  #, fuzzy
7570
  msgid ""
7571
  "When using shortcodes like [wppa type=\"album\" album=\"#related,desc,23\"][/"
@@ -7576,62 +7676,62 @@ msgstr ""
7576
  "\"#related, Desc, 23\"] [/wppa], die maximale Anzahl beträgt 23. Weglassen "
7577
  "der Zahl gibt das Maximum dieser Einstellung."
7578
 
7579
- #: wppa-settings-autosave.php:768
7580
  #, fuzzy
7581
  msgid "The maximum number of pagelinks to be displayed."
7582
  msgstr "Die maximale Anzahl von Pagelinks angezeigt werden."
7583
 
7584
- #: wppa-settings-autosave.php:771
7585
  #, fuzzy
7586
  msgid "pages"
7587
  msgstr "Seiten:"
7588
 
7589
- #: wppa-settings-autosave.php:776
7590
  #, fuzzy
7591
  msgid "Max file name length"
7592
  msgstr "Max Datei Namenslänge"
7593
 
7594
- #: wppa-settings-autosave.php:777
7595
  #, fuzzy
7596
  msgid "The max length of a photo file name excluding the extension."
7597
  msgstr "Die maximale Länge eines Bild-Dateinamens ausgenommen die Erweiterung."
7598
 
7599
- #: wppa-settings-autosave.php:778 wppa-settings-autosave.php:787
7600
  #, fuzzy
7601
  msgid "A setting of 0 means: unlimited."
7602
  msgstr "Die Einstellung 0 bedeutet: unbegrenzt."
7603
 
7604
- #: wppa-settings-autosave.php:780 wppa-settings-autosave.php:789
7605
  #, fuzzy
7606
  msgid "chars"
7607
  msgstr "Zeichen"
7608
 
7609
- #: wppa-settings-autosave.php:785
7610
  #, fuzzy
7611
  msgid "Max photo name length"
7612
  msgstr "Max Foto Namenslänge"
7613
 
7614
- #: wppa-settings-autosave.php:786
7615
  #, fuzzy
7616
  msgid "The max length of a photo name."
7617
  msgstr "Die maximale Länge eines Foto-namens."
7618
 
7619
- #: wppa-settings-autosave.php:794
7620
  #, fuzzy
7621
  msgid "Slideshow related size settings"
7622
  msgstr "Diashow im Zusammenhang Größeneinstellungen"
7623
 
7624
- #: wppa-settings-autosave.php:796
7625
  #, fuzzy
7626
  msgid "Maximum Width"
7627
  msgstr "Maximalbreite"
7628
 
7629
- #: wppa-settings-autosave.php:797
7630
  #, fuzzy
7631
  msgid "The maximum width photos will be displayed in slideshows."
7632
  msgstr "Die maximale Breite Fotos werden in Diashows angezeigt."
7633
 
7634
- #: wppa-settings-autosave.php:798 wppa-settings-autosave.php:809
7635
  #, fuzzy
7636
  msgid ""
7637
  "Enter the largest size in pixels as how you want your photos to be displayed."
@@ -7639,7 +7739,7 @@ msgstr ""
7639
  "Geben Sie die maximale Bildgröße in Pixeln, wie Sie Ihre Fotos angezeigt "
7640
  "werden sollen."
7641
 
7642
- #: wppa-settings-autosave.php:799
7643
  #, fuzzy
7644
  msgid ""
7645
  "This is usually the same as the Column Width (Table I-A1), but it may differ."
@@ -7647,17 +7747,17 @@ msgstr ""
7647
  "Dies ist in der Regel die gleichen wie die Spaltenbreite (Tabelle i-A1), "
7648
  "aber es kann abweichen."
7649
 
7650
- #: wppa-settings-autosave.php:807
7651
  #, fuzzy
7652
  msgid "Maximum Height"
7653
  msgstr "Maximale Höhe 40px"
7654
 
7655
- #: wppa-settings-autosave.php:808
7656
  #, fuzzy
7657
  msgid "The maximum height photos will be displayed in slideshows."
7658
  msgstr "Die maximale Höhe Fotos werden in Diashows angezeigt."
7659
 
7660
- #: wppa-settings-autosave.php:810
7661
  #, fuzzy
7662
  msgid ""
7663
  "This setting defines the height of the space reserved for photos in "
@@ -7666,7 +7766,7 @@ msgstr ""
7666
  "Diese Einstellung definiert die Höhe des Raumes vorbehalten Fotos in "
7667
  "Diashows."
7668
 
7669
- #: wppa-settings-autosave.php:811
7670
  #, fuzzy, php-format
7671
  msgid ""
7672
  "If you change the width of a display by the %%size= command, this value "
@@ -7677,23 +7777,23 @@ msgstr ""
7677
  "Wertänderungen anteilig entsprechend das Seitenverhältnis wie diese und die "
7678
  "vorherige Einstellung definiert."
7679
 
7680
- #: wppa-settings-autosave.php:813 wppa-settings-autosave.php:986
7681
- #: wppa-settings-autosave.php:997
7682
  #, fuzzy
7683
  msgid "pixels high"
7684
  msgstr "Pixel hoch"
7685
 
7686
- #: wppa-settings-autosave.php:818
7687
  #, fuzzy
7688
  msgid "Stretch to fit"
7689
  msgstr "Strecken, um fit"
7690
 
7691
- #: wppa-settings-autosave.php:819
7692
  #, fuzzy
7693
  msgid "Stretch photos that are too small."
7694
  msgstr "Dehnen Sie Fotos, die zu klein sind."
7695
 
7696
- #: wppa-settings-autosave.php:820
7697
  #, fuzzy
7698
  msgid ""
7699
  "Images will be stretched to the Maximum Size at display time if they are "
@@ -7704,17 +7804,17 @@ msgstr ""
7704
  "werden, wenn sie kleiner sind. Es empfiehlt sich unkontrolliert verlassen. "
7705
  "Es ist besser, Fotos hochladen, die gut passen die Größen, die Sie verwenden!"
7706
 
7707
- #: wppa-settings-autosave.php:827
7708
  #, fuzzy
7709
  msgid "Slideshow borderwidth"
7710
  msgstr "Diashow borderwidth"
7711
 
7712
- #: wppa-settings-autosave.php:828
7713
  #, fuzzy
7714
  msgid "The width of the border around slideshow images."
7715
  msgstr "Die Breite des Rahmens um Diashow-Bilder."
7716
 
7717
- #: wppa-settings-autosave.php:829
7718
  #, fuzzy
7719
  msgid ""
7720
  "The border is made by the image background being larger than the image "
@@ -7723,7 +7823,7 @@ msgstr ""
7723
  "Die Grenze wird durch den Bildhintergrund ist größer als das Bild selbst "
7724
  "(Padding) gemacht."
7725
 
7726
- #: wppa-settings-autosave.php:830
7727
  #, fuzzy
7728
  msgid ""
7729
  "Additionally there may be a one pixel outline of a different color. See "
@@ -7732,27 +7832,27 @@ msgstr ""
7732
  "Zusätzlich kann eine Gliederung ein Pixel in einer anderen Farbe sein. Siehe "
7733
  "Tabelle III-A2."
7734
 
7735
- #: wppa-settings-autosave.php:831
7736
  #, fuzzy
7737
  msgid "The number you enter here is exclusive the one pixel outline."
7738
  msgstr "Die Anzahl, die Sie hier eingeben ist exklusiv den Umriss ein Pixel."
7739
 
7740
- #: wppa-settings-autosave.php:832
7741
  #, fuzzy
7742
  msgid "If you leave this entry empty, there will be no outline either."
7743
  msgstr "Wenn Sie diesen Eintrag leer lassen, wird es auch kein Umriss geben."
7744
 
7745
- #: wppa-settings-autosave.php:839
7746
  #, fuzzy
7747
  msgid "Numbar Max"
7748
  msgstr "Numbar Max"
7749
 
7750
- #: wppa-settings-autosave.php:840
7751
  #, fuzzy
7752
  msgid "Maximum numbers to display."
7753
  msgstr "Maximale Anzahl angezeigt."
7754
 
7755
- #: wppa-settings-autosave.php:841
7756
  #, fuzzy
7757
  msgid ""
7758
  "In order to attemt to fit on one line, the numbers will be replaced by dots "
@@ -7763,32 +7863,32 @@ msgstr ""
7763
  "Ausnahme der Strom - ersetzt werden, wenn mehr als diese Anzahl von Fotos in "
7764
  "einer Diashow."
7765
 
7766
- #: wppa-settings-autosave.php:843
7767
  #, fuzzy
7768
  msgid "numbers"
7769
  msgstr "Nummern"
7770
 
7771
- #: wppa-settings-autosave.php:848
7772
  #, fuzzy
7773
  msgid "Share button size"
7774
  msgstr "Button Größe zu teilen"
7775
 
7776
- #: wppa-settings-autosave.php:849
7777
  #, fuzzy
7778
  msgid "The size of the social media icons in the Share box"
7779
  msgstr "Die Größe des social Media-Symbole in der Mitteilungsbox"
7780
 
7781
- #: wppa-settings-autosave.php:859
7782
  #, fuzzy
7783
  msgid "Mini Treshold"
7784
  msgstr "Mini Treshold"
7785
 
7786
- #: wppa-settings-autosave.php:860
7787
  #, fuzzy
7788
  msgid "Show mini text at slideshow smaller then."
7789
  msgstr "Zeigen Sie Mini-Text bei Diashow kleiner dann."
7790
 
7791
- #: wppa-settings-autosave.php:861
7792
  #, fuzzy
7793
  msgid ""
7794
  "Display Next and Prev. as opposed to Next photo and Previous photo when the "
@@ -7797,42 +7897,42 @@ msgstr ""
7797
  "Wenn die Cotainer kleiner als diese Größe ist weiter \"und\" Prev im "
7798
  "Gegensatz zum nächsten Foto und vorherige Foto angezeigt."
7799
 
7800
- #: wppa-settings-autosave.php:862
7801
  #, fuzzy
7802
  msgid "Special use in responsive themes."
7803
  msgstr "Besondere Verwendung in reagieren Themen."
7804
 
7805
- #: wppa-settings-autosave.php:870
7806
  #, fuzzy
7807
  msgid "The maximum number of slides in a certain view. 0 means no pagination"
7808
  msgstr ""
7809
  "Die maximale Anzahl der Folien in einer bestimmten Ansicht. 0 bedeutet keine "
7810
  "Paginierung"
7811
 
7812
- #: wppa-settings-autosave.php:873 wppa-settings-autosave.php:892
7813
  #, fuzzy
7814
  msgid "slides"
7815
  msgstr "Gleitschienen"
7816
 
7817
- #: wppa-settings-autosave.php:878
7818
  #, fuzzy
7819
  msgid "Filmstrip Thumbnail Size"
7820
  msgstr "Filmstreifen-Miniaturansicht"
7821
 
7822
- #: wppa-settings-autosave.php:879
7823
  #, fuzzy
7824
  msgid "The size of the filmstrip images."
7825
  msgstr "Die Größe der Filmstreifen Bilder."
7826
 
7827
- #: wppa-settings-autosave.php:880 wppa-settings-autosave.php:901
7828
- #: wppa-settings-autosave.php:911 wppa-settings-autosave.php:1101
7829
- #: wppa-settings-autosave.php:1111
7830
  #, fuzzy
7831
  msgid "This size applies to the width or height, whichever is the largest."
7832
  msgstr "Diese Größe bezieht sich auf die Breite oder Höhe, welches das größte."
7833
 
7834
- #: wppa-settings-autosave.php:881 wppa-settings-autosave.php:902
7835
- #: wppa-settings-autosave.php:912
7836
  #, fuzzy
7837
  msgid ""
7838
  "Changing the thumbnail size may result in all thumbnails being regenerated. "
@@ -7841,136 +7941,136 @@ msgstr ""
7841
  "Ändern der Größe die Miniaturansichten führen alle Thumbnails werden "
7842
  "regeneriert. Dies kann eine Weile dauern."
7843
 
7844
- #: wppa-settings-autosave.php:889
7845
  #, fuzzy
7846
  msgid "The max number of slides in a slideonly display"
7847
  msgstr "Die maximale Anzahl von Folien in einer Slideonly-Anzeige"
7848
 
7849
- #: wppa-settings-autosave.php:897
7850
  #, fuzzy
7851
  msgid "Thumbnail photos related size settings"
7852
  msgstr "Thumbnail-Bilder im Zusammenhang mit Größeneinstellungen"
7853
 
7854
- #: wppa-settings-autosave.php:899
7855
  #, fuzzy
7856
  msgid "Thumbnail Size"
7857
  msgstr "Vorschaugröße"
7858
 
7859
- #: wppa-settings-autosave.php:900
7860
  #, fuzzy
7861
  msgid "The size of the thumbnail images."
7862
  msgstr "Die Größe der Miniaturbilder."
7863
 
7864
- #: wppa-settings-autosave.php:909
7865
  #, fuzzy
7866
  msgid "Thumbnail Size Alt"
7867
  msgstr "Größe der Vorschaubilder"
7868
 
7869
- #: wppa-settings-autosave.php:910
7870
  #, fuzzy
7871
  msgid "The alternative size of the thumbnail images."
7872
  msgstr "Die alternative Größe der Miniaturen."
7873
 
7874
- #: wppa-settings-autosave.php:919
7875
  #, fuzzy
7876
  msgid "Thumbnail Aspect"
7877
  msgstr "Miniaturansicht Aspekt"
7878
 
7879
- #: wppa-settings-autosave.php:920
7880
  #, fuzzy
7881
  msgid "Aspect ration of thumbnail image"
7882
  msgstr "Seitenverhältnis der Miniaturansicht"
7883
 
7884
- #: wppa-settings-autosave.php:924
7885
  #, fuzzy
7886
  msgid "--- same as fullsize ---"
7887
  msgstr "---gleich als Fullsize---"
7888
 
7889
- #: wppa-settings-autosave.php:925
7890
  #, fuzzy
7891
  msgid "--- square clipped ---"
7892
  msgstr "---Platz abgeschnitten---"
7893
 
7894
- #: wppa-settings-autosave.php:926
7895
  #, fuzzy
7896
  msgid "4:5 landscape clipped"
7897
  msgstr "4:5 Landschaft abgeschnitten"
7898
 
7899
- #: wppa-settings-autosave.php:927
7900
  #, fuzzy
7901
  msgid "3:4 landscape clipped"
7902
  msgstr "3:4 Landschaft abgeschnitten"
7903
 
7904
- #: wppa-settings-autosave.php:928
7905
  #, fuzzy
7906
  msgid "2:3 landscape clipped"
7907
  msgstr "2:3 Landschaft abgeschnitten"
7908
 
7909
- #: wppa-settings-autosave.php:929
7910
  #, fuzzy
7911
  msgid "9:16 landscape clipped"
7912
  msgstr "09:16 Landschaft abgeschnitten"
7913
 
7914
- #: wppa-settings-autosave.php:930
7915
  #, fuzzy
7916
  msgid "1:2 landscape clipped"
7917
  msgstr "1:2 Landschaft abgeschnitten"
7918
 
7919
- #: wppa-settings-autosave.php:931
7920
  #, fuzzy
7921
  msgid "--- square padded ---"
7922
  msgstr "---Platz gepolstert---"
7923
 
7924
- #: wppa-settings-autosave.php:932
7925
  #, fuzzy
7926
  msgid "4:5 landscape padded"
7927
  msgstr "4:5 Landschaft gepolstert"
7928
 
7929
- #: wppa-settings-autosave.php:933
7930
  #, fuzzy
7931
  msgid "3:4 landscape padded"
7932
  msgstr "3:4 Landschaft gepolstert"
7933
 
7934
- #: wppa-settings-autosave.php:934
7935
  #, fuzzy
7936
  msgid "2:3 landscape padded"
7937
  msgstr "2:3 Landschaft gepolstert"
7938
 
7939
- #: wppa-settings-autosave.php:935
7940
  #, fuzzy
7941
  msgid "9:16 landscape padded"
7942
  msgstr "09:16 Landschaft gepolstert"
7943
 
7944
- #: wppa-settings-autosave.php:936
7945
  #, fuzzy
7946
  msgid "1:2 landscape padded"
7947
  msgstr "1:2 Landschaft gepolstert"
7948
 
7949
- #: wppa-settings-autosave.php:958
7950
  #, fuzzy
7951
  msgid "Thumbframe width"
7952
  msgstr "Thumbframe breite"
7953
 
7954
- #: wppa-settings-autosave.php:959
7955
  #, fuzzy
7956
  msgid "The width of the thumbnail frame."
7957
  msgstr "Die Breite des Rahmens Miniaturansicht."
7958
 
7959
- #: wppa-settings-autosave.php:960 wppa-settings-autosave.php:971
7960
  #, fuzzy
7961
  msgid "Set the width of the thumbnail frame."
7962
  msgstr "Legen Sie die Breite des Rahmens Miniaturansicht."
7963
 
7964
- #: wppa-settings-autosave.php:961 wppa-settings-autosave.php:972
7965
- #: wppa-settings-autosave.php:983 wppa-settings-autosave.php:994
7966
- #: wppa-settings-autosave.php:1005
7967
  #, fuzzy
7968
  msgid "Set width, height and spacing for the thumbnail frames."
7969
  msgstr "Breite, Höhe und Abstand für die Miniaturansicht Bilder eingestellt."
7970
 
7971
- #: wppa-settings-autosave.php:962 wppa-settings-autosave.php:973
7972
- #: wppa-settings-autosave.php:984 wppa-settings-autosave.php:995
7973
- #: wppa-settings-autosave.php:1006
7974
  #, fuzzy
7975
  msgid ""
7976
  "These sizes should be large enough for a thumbnail image and - optionally - "
@@ -7979,68 +8079,68 @@ msgstr ""
7979
  "Diese Größen sollte groß genug für eine Miniaturansicht und -gegebenenfalls "
7980
  "- den Text darunter."
7981
 
7982
- #: wppa-settings-autosave.php:969
7983
  #, fuzzy
7984
  msgid "Thumbframe width Alt"
7985
  msgstr "Thumbframe breite Alt"
7986
 
7987
- #: wppa-settings-autosave.php:970
7988
  #, fuzzy
7989
  msgid "The width of the alternative thumbnail frame."
7990
  msgstr "Die Breite des alternativen thumbnail Rahmens."
7991
 
7992
- #: wppa-settings-autosave.php:980
7993
  #, fuzzy
7994
  msgid "Thumbframe height"
7995
  msgstr "Thumbframe Höhe"
7996
 
7997
- #: wppa-settings-autosave.php:981
7998
  #, fuzzy
7999
  msgid "The height of the thumbnail frame."
8000
  msgstr "Die Höhe des thumbnail Rahmens."
8001
 
8002
- #: wppa-settings-autosave.php:982 wppa-settings-autosave.php:993
8003
  #, fuzzy
8004
  msgid "Set the height of the thumbnail frame."
8005
  msgstr "Festlegen Sie die Höhe des thumbnail Rahmens."
8006
 
8007
- #: wppa-settings-autosave.php:991
8008
  #, fuzzy
8009
  msgid "Thumbframe height Alt"
8010
  msgstr "Thumbframe Höhe Alt"
8011
 
8012
- #: wppa-settings-autosave.php:992
8013
  #, fuzzy
8014
  msgid "The height of the alternative thumbnail frame."
8015
  msgstr "Die Höhe des alternativen thumbnail Rahmens."
8016
 
8017
- #: wppa-settings-autosave.php:1002
8018
  #, fuzzy
8019
  msgid "Thumbnail spacing"
8020
  msgstr "Miniaturansicht Abstand"
8021
 
8022
- #: wppa-settings-autosave.php:1003
8023
  #, fuzzy
8024
  msgid "The spacing between adjacent thumbnail frames."
8025
  msgstr "Der Abstand zwischen angrenzenden thumbnail Frames."
8026
 
8027
- #: wppa-settings-autosave.php:1004
8028
  #, fuzzy
8029
  msgid "Set the minimal spacing between the adjacent thumbnail frames"
8030
  msgstr ""
8031
  "Festlegen Sie den minimale Abstand zwischen den benachbarten thumbnail Rahmen"
8032
 
8033
- #: wppa-settings-autosave.php:1013
8034
  #, fuzzy
8035
  msgid "Auto spacing"
8036
  msgstr "Automatische Abstände"
8037
 
8038
- #: wppa-settings-autosave.php:1014
8039
  #, fuzzy
8040
  msgid "Space the thumbnail frames automatic."
8041
  msgstr "Raum die Miniaturansicht Bilder automatisch."
8042
 
8043
- #: wppa-settings-autosave.php:1015
8044
  #, fuzzy
8045
  msgid ""
8046
  "If you check this box, the thumbnail images will be evenly distributed over "
@@ -8049,7 +8149,7 @@ msgstr ""
8049
  "Wenn Sie dieses Kontrollkästchen aktivieren, werden die Miniaturbilder die "
8050
  "verfügbare Breite gleichmäßig verteilt."
8051
 
8052
- #: wppa-settings-autosave.php:1016
8053
  #, fuzzy
8054
  msgid ""
8055
  "In this case, the thumbnail spacing value (setting I-9) will be regarded as "
@@ -8058,17 +8158,17 @@ msgstr ""
8058
  "In diesem Fall wird die Miniaturansicht Abstandswert (Einstellung i-9) als "
8059
  "einen Mindestwert angesehen werden."
8060
 
8061
- #: wppa-settings-autosave.php:1023 wppa-settings-autosave.php:1130
8062
  #, fuzzy
8063
  msgid "Page size"
8064
  msgstr "Seitengröße"
8065
 
8066
- #: wppa-settings-autosave.php:1024
8067
  #, fuzzy
8068
  msgid "Max number of thumbnails per page."
8069
  msgstr "Max. Anzahl der Thumbnails pro Seite."
8070
 
8071
- #: wppa-settings-autosave.php:1025
8072
  #, fuzzy
8073
  msgid ""
8074
  "Enter the maximum number of thumbnail images per page. A value of 0 "
@@ -8077,18 +8177,18 @@ msgstr ""
8077
  "Geben Sie die maximale Anzahl der thumbnail-Bilder pro Seite. Der Wert 0 "
8078
  "bedeutet keine Paginierung."
8079
 
8080
- #: wppa-settings-autosave.php:1027 wppa-settings-autosave.php:5603
8081
- #: wppa-settings-autosave.php:5636 wppa-settings-autosave.php:5733
8082
  #, fuzzy
8083
  msgid "thumbnails"
8084
  msgstr "Miniaturbilden"
8085
 
8086
- #: wppa-settings-autosave.php:1033
8087
  #, fuzzy
8088
  msgid "The size of the thumbnail popup images."
8089
  msgstr "Die Größe der Miniaturansicht Popup Bilder."
8090
 
8091
- #: wppa-settings-autosave.php:1034
8092
  #, fuzzy
8093
  msgid ""
8094
  "Enter the size of the popup images. This size should be larger than the "
@@ -8097,12 +8197,12 @@ msgstr ""
8097
  "Geben Sie die Größe der Popup-Bilder. Diese Größe sollte größer als die "
8098
  "Größe der Miniaturansichten."
8099
 
8100
- #: wppa-settings-autosave.php:1035
8101
  #, fuzzy
8102
  msgid "This size should also be at least the cover image size."
8103
  msgstr "Diese Größe sollte auch mindestens die Abdeckung Bildgröße."
8104
 
8105
- #: wppa-settings-autosave.php:1036
8106
  #, fuzzy
8107
  msgid ""
8108
  "Changing the popup size may result in all thumbnails being regenerated. this "
@@ -8111,7 +8211,7 @@ msgstr ""
8111
  "Popup-Größe ändern führen alle Thumbnails werden regeneriert. Dies kann eine "
8112
  "Weile dauern."
8113
 
8114
- #: wppa-settings-autosave.php:1037
8115
  #, fuzzy
8116
  msgid ""
8117
  "Although this setting has only visual effect if \"Thumb popup\" (Table IV-"
@@ -8120,7 +8220,7 @@ msgstr ""
8120
  "Obwohl diese Einstellung nur optische Wirkung, hat wenn \"Daumen-Popup"
8121
  "\" (Tabelle IV-C8) aktiviert ist,"
8122
 
8123
- #: wppa-settings-autosave.php:1038
8124
  #, fuzzy
8125
  msgid ""
8126
  "the value must be right as it is the physical size of the thumbnail and "
@@ -8129,22 +8229,22 @@ msgstr ""
8129
  "der Wert muss sein Recht, wie es die physische Größe der Miniaturansicht und "
8130
  "Titelfoto Bilder ist."
8131
 
8132
- #: wppa-settings-autosave.php:1045
8133
  #, fuzzy
8134
  msgid "Use thumbs if fit"
8135
  msgstr "Verwenden Sie Daumen, wenn passen"
8136
 
8137
- #: wppa-settings-autosave.php:1046
8138
  #, fuzzy
8139
  msgid "Use the thumbnail image files if they are large enough."
8140
  msgstr "Verwenden Sie die thumbnail-Bild-Dateien, wenn sie groß genug sind."
8141
 
8142
- #: wppa-settings-autosave.php:1047
8143
  #, fuzzy
8144
  msgid "This setting speeds up page loading for small photos."
8145
  msgstr "Diese Einstellung beschleunigt Seitenladen für kleine Fotos."
8146
 
8147
- #: wppa-settings-autosave.php:1048
8148
  #, fuzzy
8149
  msgid ""
8150
  "Do NOT use this when your thumbnails have a forced aspect ratio (when Table "
@@ -8154,17 +8254,17 @@ msgstr ""
8154
  "Seitenverhältnis (Tisch-C2 auf nichts anderes, als---wie Fullsize---"
8155
  "eingestellt ist)"
8156
 
8157
- #: wppa-settings-autosave.php:1055
8158
  #, fuzzy
8159
  msgid "Album cover related size settings"
8160
  msgstr "Album-Cover im Zusammenhang Größeneinstellungen"
8161
 
8162
- #: wppa-settings-autosave.php:1058
8163
  #, fuzzy
8164
  msgid "Maximum width for a album cover display."
8165
  msgstr "Maximale Breite für ein Album cover Anzeige."
8166
 
8167
- #: wppa-settings-autosave.php:1059
8168
  #, fuzzy
8169
  msgid ""
8170
  "Display covers in 2 or more columns if the display area is wider than the "
@@ -8173,7 +8273,7 @@ msgstr ""
8173
  "Anzeige deckt in 2 oder mehr Spalten, wenn der Anzeigebereich breiter als "
8174
  "die angegebene Breite ist."
8175
 
8176
- #: wppa-settings-autosave.php:1060
8177
  #, fuzzy
8178
  msgid ""
8179
  "This also applies for 'thumbnails as covers', and will NOT apply to single "
@@ -8182,17 +8282,17 @@ msgstr ""
8182
  "Dies gilt für \"Thumbnails als Cover\", und gelten nicht für einzelne "
8183
  "Artikel."
8184
 
8185
- #: wppa-settings-autosave.php:1067
8186
  #, fuzzy
8187
  msgid "Min Cover height"
8188
  msgstr "Min Deckelhöhe"
8189
 
8190
- #: wppa-settings-autosave.php:1068
8191
  #, fuzzy
8192
  msgid "Minimal height of an album cover."
8193
  msgstr "Minimale Höhe der ein Album-Cover."
8194
 
8195
- #: wppa-settings-autosave.php:1069
8196
  #, fuzzy
8197
  msgid ""
8198
  "If you use this setting to make the albums the same height and you are not "
@@ -8202,17 +8302,17 @@ msgstr ""
8202
  "machen und Sie nicht zufrieden über das Lay-out sind, erhöhen Sie den Wert "
8203
  "in der nächsten Einstellung"
8204
 
8205
- #: wppa-settings-autosave.php:1076
8206
  #, fuzzy
8207
  msgid "Min Text frame height"
8208
  msgstr "Min Text Rahmenhöhe"
8209
 
8210
- #: wppa-settings-autosave.php:1077
8211
  #, fuzzy
8212
  msgid "The minimal cover text frame height incl header."
8213
  msgstr "Die minimale Abdeckung Textrahmenhöhe inkl Header."
8214
 
8215
- #: wppa-settings-autosave.php:1078
8216
  #, fuzzy
8217
  msgid ""
8218
  "The height starting with the album title up to and including the view- and "
@@ -8221,7 +8321,7 @@ msgstr ""
8221
  "Die Höhe, beginnend mit dem Albumtitel bis zu und einschließlich der "
8222
  "Ansicht- und Diashow-Links."
8223
 
8224
- #: wppa-settings-autosave.php:1079
8225
  #, fuzzy
8226
  msgid ""
8227
  "This setting enables you to give the album covers the same height while the "
@@ -8230,27 +8330,27 @@ msgstr ""
8230
  "Diese Einstellung können Sie die Album-Cover die gleiche Höhe geben, während "
8231
  "der Titel nicht in eine Zeile passen muss."
8232
 
8233
- #: wppa-settings-autosave.php:1080
8234
  #, fuzzy
8235
  msgid "This is the recommended setting to line-up your covers!"
8236
  msgstr "Dies ist die empfohlene Einstellung zum Line-up Ihrer deckt!"
8237
 
8238
- #: wppa-settings-autosave.php:1087
8239
  #, fuzzy
8240
  msgid "Min Description height"
8241
  msgstr "Min Beschreibung Höhe"
8242
 
8243
- #: wppa-settings-autosave.php:1088
8244
  #, fuzzy
8245
  msgid "The minimal height of the album description text frame."
8246
  msgstr "Die minimale Höhe des Textrahmens Album Beschreibung."
8247
 
8248
- #: wppa-settings-autosave.php:1089
8249
  #, fuzzy
8250
  msgid "The minimal height of the description field in an album cover display."
8251
  msgstr "Die minimale Höhe des Feldes in ein Album-Cover anzeigen lassen."
8252
 
8253
- #: wppa-settings-autosave.php:1090
8254
  #, fuzzy
8255
  msgid ""
8256
  "This setting enables you to give the album covers the same height provided "
@@ -8260,7 +8360,7 @@ msgstr ""
8260
  "Höhe erstreckt, vorausgesetzt, dass die Cover-Bilder gleich groß sind und "
8261
  "die Titel in eine Zeile passen."
8262
 
8263
- #: wppa-settings-autosave.php:1091
8264
  #, fuzzy
8265
  msgid ""
8266
  "To force the coverphotos have equal heights, tick the box in Table I-D7."
@@ -8268,7 +8368,7 @@ msgstr ""
8268
  "Erzwingen haben der Coverphotos gleiche Höhen, kreuzen Sie das Kästchen in "
8269
  "Tisch-D7."
8270
 
8271
- #: wppa-settings-autosave.php:1092
8272
  #, fuzzy
8273
  msgid ""
8274
  "You may need this setting if changing the previous setting is not sufficient "
@@ -8277,17 +8377,17 @@ msgstr ""
8277
  "Diese Einstellung eventuell ist ein Wechsel der vorherigen Einstellung nicht "
8278
  "ausreichen, um Line-up der Abdeckungen."
8279
 
8280
- #: wppa-settings-autosave.php:1099
8281
  #, fuzzy
8282
  msgid "Coverphoto size"
8283
  msgstr "Titelfoto Größe"
8284
 
8285
- #: wppa-settings-autosave.php:1100
8286
  #, fuzzy
8287
  msgid "The size of the coverphoto."
8288
  msgstr "Die Größe des dem Titelfoto."
8289
 
8290
- #: wppa-settings-autosave.php:1102 wppa-settings-autosave.php:1112
8291
  #, fuzzy
8292
  msgid ""
8293
  "Changing the coverphoto size may result in all thumbnails being regenerated. "
@@ -8296,27 +8396,27 @@ msgstr ""
8296
  "Titelfoto Größenveränderung führen alle Thumbnails werden regeneriert. Dies "
8297
  "kann eine Weile dauern."
8298
 
8299
- #: wppa-settings-autosave.php:1109
8300
  #, fuzzy
8301
  msgid "Coverphoto size multi"
8302
  msgstr "Titelfoto Größe multi"
8303
 
8304
- #: wppa-settings-autosave.php:1110
8305
  #, fuzzy
8306
  msgid "The size of coverphotos if more than one."
8307
  msgstr "Die Größe des Coverphotos, wenn mehr als eine."
8308
 
8309
- #: wppa-settings-autosave.php:1119
8310
  #, fuzzy
8311
  msgid "Size is height"
8312
  msgstr "Größe ist Höhe"
8313
 
8314
- #: wppa-settings-autosave.php:1120
8315
  #, fuzzy
8316
  msgid "The size of the coverphoto is the height of it."
8317
  msgstr "Die Größe der das Titelfoto ist die Höhe."
8318
 
8319
- #: wppa-settings-autosave.php:1121
8320
  #, fuzzy
8321
  msgid ""
8322
  "If set: the previous setting is the height, if unset: the largest of width "
@@ -8325,7 +8425,7 @@ msgstr ""
8325
  "Wenn festgelegt: die vorherige Einstellung ist die Höhe, wenn nicht "
8326
  "festgelegt: die größte Breite und Höhe."
8327
 
8328
- #: wppa-settings-autosave.php:1122
8329
  #, fuzzy
8330
  msgid ""
8331
  "This setting applies for coverphoto position top or bottom only (Table IV-"
@@ -8334,17 +8434,17 @@ msgstr ""
8334
  "Diese Einstellung gilt für Titelfoto Position oben oder nur unten (Tabelle "
8335
  "IV-D3)."
8336
 
8337
- #: wppa-settings-autosave.php:1123
8338
  #, fuzzy
8339
  msgid "This makes it easyer to make the covers of equal height."
8340
  msgstr "Dies macht es easyer die Abdeckungen von gleicher Höhe zu machen."
8341
 
8342
- #: wppa-settings-autosave.php:1131
8343
  #, fuzzy
8344
  msgid "Max number of covers per page."
8345
  msgstr "Maximalanzahl der Bezüge pro Seite."
8346
 
8347
- #: wppa-settings-autosave.php:1132
8348
  #, fuzzy
8349
  msgid ""
8350
  "Enter the maximum number of album covers per page. A value of 0 indicates no "
@@ -8353,92 +8453,92 @@ msgstr ""
8353
  "Geben Sie die maximale Anzahl von Album-Covern pro Seite. Der Wert 0 "
8354
  "bedeutet keine Paginierung."
8355
 
8356
- #: wppa-settings-autosave.php:1134
8357
  #, fuzzy
8358
  msgid "covers"
8359
  msgstr "Covers"
8360
 
8361
- #: wppa-settings-autosave.php:1139
8362
  #, fuzzy
8363
  msgid "Rating and comment related size settings"
8364
  msgstr "Bewertung und Kommentar im Zusammenhang Größeneinstellungen"
8365
 
8366
- #: wppa-settings-autosave.php:1141
8367
  #, fuzzy
8368
  msgid "Rating size"
8369
  msgstr "Rating Größe"
8370
 
8371
- #: wppa-settings-autosave.php:1142
8372
  #, fuzzy
8373
  msgid "Select the number of voting stars."
8374
  msgstr "Wählen Sie die Anzahl der Abstimmungs Sterne."
8375
 
8376
- #: wppa-settings-autosave.php:1145
8377
  #, fuzzy
8378
  msgid "Standard: 5 stars"
8379
  msgstr "Standard: 5 Sterne"
8380
 
8381
- #: wppa-settings-autosave.php:1145
8382
  #, fuzzy
8383
  msgid "Extended: 10 stars"
8384
  msgstr "Verlängert: 10 Sterne"
8385
 
8386
- #: wppa-settings-autosave.php:1145
8387
  #, fuzzy
8388
  msgid "One button vote"
8389
  msgstr "One Button"
8390
 
8391
- #: wppa-settings-autosave.php:1152
8392
  #, fuzzy
8393
  msgid "Display precision"
8394
  msgstr "Anzeigegenauigkeit"
8395
 
8396
- #: wppa-settings-autosave.php:1153
8397
  #, fuzzy
8398
  msgid "Select the desired rating display precision."
8399
  msgstr "Wählen Sie die gewünschte Bewertung Anzeigegenauigkeit."
8400
 
8401
- #: wppa-settings-autosave.php:1156
8402
  #, fuzzy
8403
  msgid "decimal places"
8404
  msgstr "Dezimalstellen:"
8405
 
8406
- #: wppa-settings-autosave.php:1164
8407
  #, fuzzy
8408
  msgid "Size of Avatar images."
8409
  msgstr "Größe des Avatar-Bilder."
8410
 
8411
- #: wppa-settings-autosave.php:1165
8412
  #, fuzzy
8413
  msgid "The size of the square avatar; must be > 0 and < 256"
8414
  msgstr "Die Größe der quadratischen Avatar; > 0 und 256 < muss"
8415
 
8416
- #: wppa-settings-autosave.php:1172
8417
  #, fuzzy
8418
  msgid "Rating space"
8419
  msgstr "Rating-Raum"
8420
 
8421
- #: wppa-settings-autosave.php:1173
8422
  #, fuzzy
8423
  msgid "Space between avg and my rating stars"
8424
  msgstr "Raum zwischen avg und mein Bewertungsrangliste"
8425
 
8426
- #: wppa-settings-autosave.php:1181
8427
  #, fuzzy
8428
  msgid "Widget related size settings"
8429
  msgstr "Widget im Zusammenhang Größeneinstellungen"
8430
 
8431
- #: wppa-settings-autosave.php:1183
8432
  #, fuzzy
8433
  msgid "Widget width"
8434
  msgstr "Widget-breite"
8435
 
8436
- #: wppa-settings-autosave.php:1184
8437
  #, fuzzy
8438
  msgid "The useable width within widgets."
8439
  msgstr "Die nutzbare Breite innerhalb von Widgets."
8440
 
8441
- #: wppa-settings-autosave.php:1185
8442
  #, fuzzy
8443
  msgid ""
8444
  "Widget width for photo of the day, general purpose (default), slideshow "
@@ -8447,161 +8547,161 @@ msgstr ""
8447
  "Foto des Tages, Allzweck (Standard), Diashow (Standard) und Upload Widgets "
8448
  "Widget Breite."
8449
 
8450
- #: wppa-settings-autosave.php:1192
8451
  #, fuzzy
8452
  msgid "TopTen count"
8453
  msgstr "TopTen Graf"
8454
 
8455
- #: wppa-settings-autosave.php:1193
8456
  #, fuzzy
8457
  msgid "Number of photos in TopTen widget."
8458
  msgstr "Anzahl der Fotos im TopTen-Widget."
8459
 
8460
- #: wppa-settings-autosave.php:1194
8461
  #, fuzzy
8462
  msgid "Enter the maximum number of rated photos in the TopTen widget."
8463
  msgstr ""
8464
  "Geben Sie die maximale Anzahl der bewerteten Fotos in die TopTen-Widget."
8465
 
8466
- #: wppa-settings-autosave.php:1201
8467
  #, fuzzy
8468
  msgid "TopTen size"
8469
  msgstr "TopTen-Größe"
8470
 
8471
- #: wppa-settings-autosave.php:1202
8472
  #, fuzzy
8473
  msgid "Size of thumbnails in TopTen widget."
8474
  msgstr "Größe der Thumbnails in der TopTen-Widget."
8475
 
8476
- #: wppa-settings-autosave.php:1203
8477
  #, fuzzy
8478
  msgid "Enter the size for the mini photos in the TopTen widget."
8479
  msgstr "Geben Sie die Größe für die Mini-Fotos in der TopTen-Widget."
8480
 
8481
- #: wppa-settings-autosave.php:1204 wppa-settings-autosave.php:1224
8482
- #: wppa-settings-autosave.php:1244 wppa-settings-autosave.php:1264
8483
- #: wppa-settings-autosave.php:1284 wppa-settings-autosave.php:1304
8484
  #, fuzzy
8485
  msgid "The size applies to the width or height, whatever is the largest."
8486
  msgstr "Die Größe bezieht sich auf die Breite oder Höhe, was ist die größte."
8487
 
8488
- #: wppa-settings-autosave.php:1205 wppa-settings-autosave.php:1225
8489
- #: wppa-settings-autosave.php:1245 wppa-settings-autosave.php:1265
8490
- #: wppa-settings-autosave.php:1285 wppa-settings-autosave.php:1305
8491
  #, fuzzy
8492
  msgid ""
8493
  "Recommended values: 86 for a two column and 56 for a three column display."
8494
  msgstr ""
8495
  "Empfohlene Werte: 86 für zwei Spalte und 56 für die drei Spalten-Anzeige."
8496
 
8497
- #: wppa-settings-autosave.php:1212
8498
  #, fuzzy
8499
  msgid "Comment count"
8500
  msgstr "Anzahl der Kommentare"
8501
 
8502
- #: wppa-settings-autosave.php:1213
8503
  #, fuzzy
8504
  msgid "Number of entries in Comment widget."
8505
  msgstr "Anzahl der Einträge im Kommentar-Widget."
8506
 
8507
- #: wppa-settings-autosave.php:1214
8508
  #, fuzzy
8509
  msgid "Enter the maximum number of entries in the Comment widget."
8510
  msgstr "Geben Sie die maximale Anzahl von Einträgen in der Kommentar-Widget."
8511
 
8512
- #: wppa-settings-autosave.php:1216
8513
  #, fuzzy
8514
  msgid "entries"
8515
  msgstr "'x gefunden."
8516
 
8517
- #: wppa-settings-autosave.php:1221
8518
  #, fuzzy
8519
  msgid "Comment size"
8520
  msgstr "Kommentar-Größe"
8521
 
8522
- #: wppa-settings-autosave.php:1222
8523
  #, fuzzy
8524
  msgid "Size of thumbnails in Comment widget."
8525
  msgstr "Größe der Thumbnails in Kommentar-Widget."
8526
 
8527
- #: wppa-settings-autosave.php:1223
8528
  #, fuzzy
8529
  msgid "Enter the size for the mini photos in the Comment widget."
8530
  msgstr "Geben Sie die Größe für die Mini-Fotos in der Kommentar-Widget."
8531
 
8532
- #: wppa-settings-autosave.php:1232
8533
  #, fuzzy
8534
  msgid "Thumbnail count"
8535
  msgstr "Miniaturansicht Graf"
8536
 
8537
- #: wppa-settings-autosave.php:1233
8538
  #, fuzzy
8539
  msgid "Number of photos in Thumbnail widget."
8540
  msgstr "Anzahl der Fotos in Miniatur-Widget."
8541
 
8542
- #: wppa-settings-autosave.php:1234
8543
  #, fuzzy
8544
  msgid "Enter the maximum number of rated photos in the Thumbnail widget."
8545
  msgstr ""
8546
  "Geben Sie die maximale Anzahl der bewerteten Fotos in der Miniaturansicht-"
8547
  "Widget."
8548
 
8549
- #: wppa-settings-autosave.php:1241
8550
  #, fuzzy
8551
  msgid "Thumbnail widget size"
8552
  msgstr "Miniaturansicht Widget Größe"
8553
 
8554
- #: wppa-settings-autosave.php:1242
8555
  #, fuzzy
8556
  msgid "Size of thumbnails in Thumbnail widget."
8557
  msgstr "Größe der Miniaturen im Thumbnail-Widget."
8558
 
8559
- #: wppa-settings-autosave.php:1243
8560
  #, fuzzy
8561
  msgid "Enter the size for the mini photos in the Thumbnail widget."
8562
  msgstr "Geben Sie die Größe für die Mini-Fotos in der Miniaturansicht-Widget."
8563
 
8564
- #: wppa-settings-autosave.php:1252
8565
  #, fuzzy
8566
  msgid "LasTen count"
8567
  msgstr "RT Graf"
8568
 
8569
- #: wppa-settings-autosave.php:1253
8570
  #, fuzzy
8571
  msgid "Number of photos in Last Ten widget."
8572
  msgstr "Anzahl der Fotos im letzten zehn Widget."
8573
 
8574
- #: wppa-settings-autosave.php:1254
8575
  #, fuzzy
8576
  msgid "Enter the maximum number of photos in the LasTen widget."
8577
  msgstr "Geben Sie die maximale Anzahl von Fotos in die Lastenstraße Widget."
8578
 
8579
- #: wppa-settings-autosave.php:1261
8580
  #, fuzzy
8581
  msgid "LasTen size"
8582
  msgstr "RT Größe"
8583
 
8584
- #: wppa-settings-autosave.php:1262
8585
  #, fuzzy
8586
  msgid "Size of thumbnails in Last Ten widget."
8587
  msgstr "Größe der Miniaturen im letzten zehn Widget."
8588
 
8589
- #: wppa-settings-autosave.php:1263
8590
  #, fuzzy
8591
  msgid "Enter the size for the mini photos in the LasTen widget."
8592
  msgstr "Geben Sie die Größe für die Mini-Fotos in der Lastenstraße Widget."
8593
 
8594
- #: wppa-settings-autosave.php:1272
8595
  #, fuzzy
8596
  msgid "Album widget count"
8597
  msgstr "Album-Widget-Graf"
8598
 
8599
- #: wppa-settings-autosave.php:1273
8600
  #, fuzzy
8601
  msgid "Number of albums in Album widget."
8602
  msgstr "Anzahl der Alben Album Widget."
8603
 
8604
- #: wppa-settings-autosave.php:1274
8605
  #, fuzzy
8606
  msgid ""
8607
  "Enter the maximum number of thumbnail photos of albums in the Album widget."
@@ -8609,77 +8709,77 @@ msgstr ""
8609
  "Geben Sie die maximale Anzahl der thumbnail-Bilder von Alben in den Album-"
8610
  "Widget."
8611
 
8612
- #: wppa-settings-autosave.php:1276 wppa-settings-autosave.php:6017
8613
  #, fuzzy
8614
  msgid "albums"
8615
  msgstr "Alben"
8616
 
8617
- #: wppa-settings-autosave.php:1281
8618
  #, fuzzy
8619
  msgid "Album widget size"
8620
  msgstr "Album-Widget Größe"
8621
 
8622
- #: wppa-settings-autosave.php:1282
8623
  #, fuzzy
8624
  msgid "Size of thumbnails in Album widget."
8625
  msgstr "Größe der Miniaturen im Album Widget."
8626
 
8627
- #: wppa-settings-autosave.php:1283
8628
  #, fuzzy
8629
  msgid "Enter the size for the mini photos in the Album widget."
8630
  msgstr "Geben Sie die Größe für die Mini-Fotos in das Album Widget."
8631
 
8632
- #: wppa-settings-autosave.php:1292
8633
  #, fuzzy
8634
  msgid "FeaTen count"
8635
  msgstr "FeaTen Graf"
8636
 
8637
- #: wppa-settings-autosave.php:1293
8638
  #, fuzzy
8639
  msgid "Number of photos in Featured Ten widget."
8640
  msgstr "Anzahl der Fotos in zehn vorgestellten Widget."
8641
 
8642
- #: wppa-settings-autosave.php:1294
8643
  #, fuzzy
8644
  msgid "Enter the maximum number of photos in the FeaTen widget."
8645
  msgstr "Geben Sie die maximale Anzahl von Fotos in die FeaTen-Widget."
8646
 
8647
- #: wppa-settings-autosave.php:1301
8648
  #, fuzzy
8649
  msgid "FeaTen size"
8650
  msgstr "FeaTen Größe"
8651
 
8652
- #: wppa-settings-autosave.php:1302
8653
  #, fuzzy
8654
  msgid "Size of thumbnails in Featured Ten widget."
8655
  msgstr "Größe der Thumbnails in zehn vorgestellten Widget."
8656
 
8657
- #: wppa-settings-autosave.php:1303
8658
  #, fuzzy
8659
  msgid "Enter the size for the mini photos in the FeaTen widget."
8660
  msgstr "Geben Sie die Größe für die Mini-Fotos im FeaTen Widget."
8661
 
8662
- #: wppa-settings-autosave.php:1312
8663
  #, fuzzy
8664
  msgid "Tagcloud min size"
8665
  msgstr "Tagcloud min. Größe"
8666
 
8667
- #: wppa-settings-autosave.php:1313
8668
  #, fuzzy
8669
  msgid "Minimal fontsize in tagclouds"
8670
  msgstr "Minimale Fontsize in tagclouds"
8671
 
8672
- #: wppa-settings-autosave.php:1321
8673
  #, fuzzy
8674
  msgid "Tagcloud max size"
8675
  msgstr "Tagcloud max Größe"
8676
 
8677
- #: wppa-settings-autosave.php:1322
8678
  #, fuzzy
8679
  msgid "Maximal fontsize in tagclouds"
8680
  msgstr "Maximale Fontsize in tagclouds"
8681
 
8682
- #: wppa-settings-autosave.php:1330
8683
  #, fuzzy
8684
  msgid ""
8685
  "Lightbox related size settings. These settings have effect only when Table "
@@ -8688,135 +8788,135 @@ msgstr ""
8688
  "Lightbox im Zusammenhang mit Einstellungen. Diese Einstellungen wirken sich "
8689
  "nur dann, wenn Tabelle IX-J3 auf Wppa eingestellt ist"
8690
 
8691
- #: wppa-settings-autosave.php:1333
8692
  #, fuzzy
8693
  msgid ""
8694
  "Number of lines on the lightbox description area, exclusive the n/m line."
8695
  msgstr ""
8696
  "Anzahl der Zeilen auf die Lightbox Beschreibungsbereich, exklusive n/m-Linie."
8697
 
8698
- #: wppa-settings-autosave.php:1334
8699
  #, fuzzy
8700
  msgid "Enter a number in the range from 0 to 24 or auto"
8701
  msgstr "Geben Sie eine Zahl im Bereich von 0 bis 24 oder Auto"
8702
 
8703
- #: wppa-settings-autosave.php:1336
8704
  #, fuzzy
8705
  msgid "lines"
8706
  msgstr "Leitungen"
8707
 
8708
- #: wppa-settings-autosave.php:1341
8709
  #, fuzzy
8710
  msgid "Magnifier cursor size"
8711
  msgstr "Lupe Cursorgröße"
8712
 
8713
- #: wppa-settings-autosave.php:1342
8714
  #, fuzzy
8715
  msgid "Select the size of the magnifier cursor."
8716
  msgstr "Wählen Sie die Größe des Cursors Lupe."
8717
 
8718
- #: wppa-settings-autosave.php:1345
8719
  #, fuzzy
8720
  msgid "small"
8721
  msgstr "klein"
8722
 
8723
- #: wppa-settings-autosave.php:1345
8724
  #, fuzzy
8725
  msgid "medium"
8726
  msgstr "medium"
8727
 
8728
- #: wppa-settings-autosave.php:1345
8729
  #, fuzzy
8730
  msgid "large"
8731
  msgstr "groß"
8732
 
8733
- #: wppa-settings-autosave.php:1355
8734
  #, fuzzy
8735
  msgid "Border width for lightbox display."
8736
  msgstr "Rahmenbreite Lightbox angezeigt."
8737
 
8738
- #: wppa-settings-autosave.php:1364
8739
  #, fuzzy
8740
  msgid "Border radius for lightbox display."
8741
  msgstr "Border-Radius für Lightbox-Anzeige."
8742
 
8743
- #: wppa-settings-autosave.php:1373
8744
  #, fuzzy
8745
  msgid "Video related size settings"
8746
  msgstr "Video Verwandte Größeneinstellungen"
8747
 
8748
- #: wppa-settings-autosave.php:1375
8749
  #, fuzzy
8750
  msgid "Default width"
8751
  msgstr "Default Width"
8752
 
8753
- #: wppa-settings-autosave.php:1376
8754
  #, fuzzy
8755
  msgid "The width of most videos"
8756
  msgstr "Die Breite der meisten videos"
8757
 
8758
- #: wppa-settings-autosave.php:1384
8759
  #, fuzzy
8760
  msgid "Default height"
8761
  msgstr "Standard Größe"
8762
 
8763
- #: wppa-settings-autosave.php:1385
8764
  #, fuzzy
8765
  msgid "The height of most videos"
8766
  msgstr "Die Höhe der meisten videos"
8767
 
8768
- #: wppa-settings-autosave.php:1411
8769
  #, fuzzy
8770
  msgid "Table II:"
8771
  msgstr "Tabelle II:"
8772
 
8773
- #: wppa-settings-autosave.php:1411
8774
  #, fuzzy
8775
  msgid "Visibility:"
8776
  msgstr "Sichtbarkeit:"
8777
 
8778
- #: wppa-settings-autosave.php:1412
8779
  #, fuzzy
8780
  msgid "This table describes the visibility of certain wppa+ elements."
8781
  msgstr "Diese Tabelle beschreibt die Sichtbarkeit bestimmter Wppa + Elemente."
8782
 
8783
- #: wppa-settings-autosave.php:1430
8784
  #, fuzzy
8785
  msgid "Breadcrumb related visibility settings"
8786
  msgstr "Brotkrümel im Zusammenhang mit Einstellungen für die Sichtbarkeit"
8787
 
8788
- #: wppa-settings-autosave.php:1432
8789
  #, fuzzy
8790
  msgid "Breadcrumb on posts"
8791
  msgstr "Brotkrümel auf Beiträge"
8792
 
8793
- #: wppa-settings-autosave.php:1433 wppa-settings-autosave.php:1443
8794
  #, fuzzy
8795
  msgid "Show breadcrumb navigation bars."
8796
  msgstr "Zeigen Sie Breadcrumb Navigation Bars."
8797
 
8798
- #: wppa-settings-autosave.php:1434 wppa-settings-autosave.php:1444
8799
  #, fuzzy
8800
  msgid "Indicate whether a breadcrumb navigation should be displayed"
8801
  msgstr "Geben Sie an, ob eine Breadcrumb-Navigation angezeigt werden sollen"
8802
 
8803
- #: wppa-settings-autosave.php:1442
8804
  #, fuzzy
8805
  msgid "Breadcrumb on pages"
8806
  msgstr "Brotkrümel auf Seiten"
8807
 
8808
- #: wppa-settings-autosave.php:1452
8809
  #, fuzzy
8810
  msgid "Breadcrumb on search results"
8811
  msgstr "Brotkrümel auf Suchergebnisse"
8812
 
8813
- #: wppa-settings-autosave.php:1453
8814
  #, fuzzy
8815
  msgid "Show breadcrumb navigation bars on the search results page."
8816
  msgstr ""
8817
  "Breadcrumb-Navigationsleisten auf der Seite mit den Suchergebnissen anzeigen"
8818
 
8819
- #: wppa-settings-autosave.php:1454
8820
  #, fuzzy
8821
  msgid ""
8822
  "Indicate whether a breadcrumb navigation should be displayed above the "
@@ -8825,17 +8925,17 @@ msgstr ""
8825
  "Geben Sie an, ob eine Breadcrumb-Navigation oberhalb der Suchergebnisse "
8826
  "angezeigt werden sollen."
8827
 
8828
- #: wppa-settings-autosave.php:1461
8829
  #, fuzzy
8830
  msgid "Breadcrumb on topten displays"
8831
  msgstr "Brotkrümel auf Topten anzeigen"
8832
 
8833
- #: wppa-settings-autosave.php:1462
8834
  #, fuzzy
8835
  msgid "Show breadcrumb navigation bars on topten displays."
8836
  msgstr "Brotkrümel Navigationsleisten auf Topten Displays anzeigen."
8837
 
8838
- #: wppa-settings-autosave.php:1463
8839
  #, fuzzy
8840
  msgid ""
8841
  "Indicate whether a breadcrumb navigation should be displayed above the "
@@ -8844,17 +8944,17 @@ msgstr ""
8844
  "Geben Sie an, ob eine Breadcrumb-Navigation über die Topten-Displays "
8845
  "angezeigt werden soll."
8846
 
8847
- #: wppa-settings-autosave.php:1470
8848
  #, fuzzy
8849
  msgid "Breadcrumb on last ten displays"
8850
  msgstr "Brotkrümel auf letzten zehn anzeigen"
8851
 
8852
- #: wppa-settings-autosave.php:1471
8853
  #, fuzzy
8854
  msgid "Show breadcrumb navigation bars on last ten displays."
8855
  msgstr "Brotkrümel Navigationsleisten auf letzten zehn Displays anzeigen."
8856
 
8857
- #: wppa-settings-autosave.php:1472
8858
  #, fuzzy
8859
  msgid ""
8860
  "Indicate whether a breadcrumb navigation should be displayed above the last "
@@ -8863,17 +8963,17 @@ msgstr ""
8863
  "Gibt an, ob ein Brotkrumen-Navigation über den letzten zehn Displays "
8864
  "angezeigt werden sollen."
8865
 
8866
- #: wppa-settings-autosave.php:1479
8867
  #, fuzzy
8868
  msgid "Breadcrumb on comment ten displays"
8869
  msgstr "Brotkrümel auf Kommentar 10 displays"
8870
 
8871
- #: wppa-settings-autosave.php:1480
8872
  #, fuzzy
8873
  msgid "Show breadcrumb navigation bars on comment ten displays."
8874
  msgstr "Breadcrumb Navigation Bars auf Kommentar 10 Displays anzeigen."
8875
 
8876
- #: wppa-settings-autosave.php:1481
8877
  #, fuzzy
8878
  msgid ""
8879
  "Indicate whether a breadcrumb navigation should be displayed above the "
@@ -8882,17 +8982,17 @@ msgstr ""
8882
  "Geben Sie an, ob eine Breadcrumb-Navigation über den Kommentar zehn Displays "
8883
  "angezeigt werden soll."
8884
 
8885
- #: wppa-settings-autosave.php:1488
8886
  #, fuzzy
8887
  msgid "Breadcrumb on tag result displays"
8888
  msgstr "Brotkrümel auf Tag Ergebnis zeigt"
8889
 
8890
- #: wppa-settings-autosave.php:1489
8891
  #, fuzzy
8892
  msgid "Show breadcrumb navigation bars on tag result displays."
8893
  msgstr "Zeigen Sie Brotkrümel Navigationsleisten am Tag Ergebnis zeigt."
8894
 
8895
- #: wppa-settings-autosave.php:1490
8896
  #, fuzzy
8897
  msgid ""
8898
  "Indicate whether a breadcrumb navigation should be displayed above the tag "
@@ -8901,18 +9001,18 @@ msgstr ""
8901
  "Geben Sie an, ob eine Breadcrumb-Navigation über den Tag Ergebnis anzeigen "
8902
  "angezeigt werden sollen."
8903
 
8904
- #: wppa-settings-autosave.php:1497
8905
  #, fuzzy
8906
  msgid "Breadcrumb on featured ten displays"
8907
  msgstr "Brotkrümel auf Top 10 anzeigen"
8908
 
8909
- #: wppa-settings-autosave.php:1498
8910
  #, fuzzy
8911
  msgid "Show breadcrumb navigation bars on featured ten displays."
8912
  msgstr ""
8913
  "Brotkrümel Navigationsleisten auf vorgestellten zehn Displays anzeigen."
8914
 
8915
- #: wppa-settings-autosave.php:1499
8916
  #, fuzzy
8917
  msgid ""
8918
  "Indicate whether a breadcrumb navigation should be displayed above the "
@@ -8921,17 +9021,17 @@ msgstr ""
8921
  "Geben Sie an, ob eine Breadcrumb-Navigation über die vorgestellten zehn "
8922
  "Displays angezeigt werden soll."
8923
 
8924
- #: wppa-settings-autosave.php:1506
8925
  #, fuzzy
8926
  msgid "Breadcrumb on related photos displays"
8927
  msgstr "Brotkrümel auf im Zusammenhang zeigt Fotos"
8928
 
8929
- #: wppa-settings-autosave.php:1507
8930
  #, fuzzy
8931
  msgid "Show breadcrumb navigation bars on related photos displays."
8932
  msgstr "Zeigen Sie Brotkrümel Navigationsleisten auf Verwandte Fotos anzeigen."
8933
 
8934
- #: wppa-settings-autosave.php:1508
8935
  #, fuzzy
8936
  msgid ""
8937
  "Indicate whether a breadcrumb navigation should be displayed above the "
@@ -8940,17 +9040,17 @@ msgstr ""
8940
  "Geben Sie an, ob eine Breadcrumb-Navigation über die zugehörigen Fotos "
8941
  "anzeigen angezeigt werden sollen."
8942
 
8943
- #: wppa-settings-autosave.php:1515 wppa-setup.php:715
8944
  #, fuzzy
8945
  msgid "Home"
8946
  msgstr "Startseite"
8947
 
8948
- #: wppa-settings-autosave.php:1516
8949
  #, fuzzy
8950
  msgid "Show \"Home\" in breadcrumb."
8951
  msgstr "Show \"Home\" in Brotkrumen."
8952
 
8953
- #: wppa-settings-autosave.php:1517
8954
  #, fuzzy
8955
  msgid ""
8956
  "Indicate whether the breadcrumb navigation should start with a \"Home\"-link"
@@ -8958,22 +9058,22 @@ msgstr ""
8958
  "Geben Sie an, ob die Breadcrumb-Navigation mit einem Link \"Home\" beginnen "
8959
  "sollte"
8960
 
8961
- #: wppa-settings-autosave.php:1524
8962
  #, fuzzy
8963
  msgid "Home text"
8964
  msgstr "Home Text"
8965
 
8966
- #: wppa-settings-autosave.php:1525
8967
  #, fuzzy
8968
  msgid "The text to use as \"Home\""
8969
  msgstr "Der Text, der als \"Zuhause\" zu verwenden"
8970
 
8971
- #: wppa-settings-autosave.php:1534
8972
  #, fuzzy
8973
  msgid "Show the page(s) in breadcrumb."
8974
  msgstr "Zeigen Sie die Seite(n) in Brotkrumen."
8975
 
8976
- #: wppa-settings-autosave.php:1535
8977
  #, fuzzy
8978
  msgid ""
8979
  "Indicate whether the breadcrumb navigation should show the page(hierarchy)"
@@ -8981,27 +9081,27 @@ msgstr ""
8981
  "Geben Sie an, ob die page(hierarchy) die Breadcrumb-Navigation angezeigt "
8982
  "werden soll"
8983
 
8984
- #: wppa-settings-autosave.php:1542
8985
  #, fuzzy
8986
  msgid "Separator"
8987
  msgstr "Trennzeichen"
8988
 
8989
- #: wppa-settings-autosave.php:1543
8990
  #, fuzzy
8991
  msgid "Breadcrumb separator symbol."
8992
  msgstr "Brotkrumen-Trennzeichen."
8993
 
8994
- #: wppa-settings-autosave.php:1544
8995
  #, fuzzy
8996
  msgid "Select the desired breadcrumb separator element."
8997
  msgstr "Wählen Sie das gewünschte Breadcrumb-Separator-Element."
8998
 
8999
- #: wppa-settings-autosave.php:1545
9000
  #, fuzzy
9001
  msgid "A text string may contain valid html."
9002
  msgstr "Eine Textzeichenfolge enthalten valides html."
9003
 
9004
- #: wppa-settings-autosave.php:1546
9005
  #, fuzzy
9006
  msgid ""
9007
  "An image will be scaled automatically if you set the navigation font size."
@@ -9009,33 +9109,33 @@ msgstr ""
9009
  "Ein Bild wird automatisch skaliert werden, wenn Sie die Navigation "
9010
  "Schriftgröße festlegen."
9011
 
9012
- #: wppa-settings-autosave.php:1548
9013
  #, fuzzy
9014
  msgid "Text (html):"
9015
  msgstr "Text / HTML"
9016
 
9017
- #: wppa-settings-autosave.php:1548
9018
  #, fuzzy
9019
  msgid "Image (url):"
9020
  msgstr "Bild URL"
9021
 
9022
- #: wppa-settings-autosave.php:1556
9023
  #, fuzzy
9024
  msgid "Html"
9025
  msgstr "HTML"
9026
 
9027
- #: wppa-settings-autosave.php:1557
9028
  #, fuzzy
9029
  msgid "Breadcrumb separator text."
9030
  msgstr "Breadcrumb Separator"
9031
 
9032
- #: wppa-settings-autosave.php:1558
9033
  #, fuzzy
9034
  msgid "Enter the HTML code that produces the separator symbol you want."
9035
  msgstr ""
9036
  "Geben Sie den HTML-Code, der das Trennzeichen erzeugt, die, das Sie wollen."
9037
 
9038
- #: wppa-settings-autosave.php:1559
9039
  #, fuzzy
9040
  msgid ""
9041
  "It may be as simple as '-' (without the quotes) or as complex as a tag like "
@@ -9044,17 +9144,17 @@ msgstr ""
9044
  "Es kann so einfach sein \"-\" (ohne Anführungszeichen) oder so komplex wie "
9045
  "ein Tag wie<div>..</div>."
9046
 
9047
- #: wppa-settings-autosave.php:1566
9048
  #, fuzzy
9049
  msgid "Image Url"
9050
  msgstr "Bild-URL"
9051
 
9052
- #: wppa-settings-autosave.php:1567
9053
  #, fuzzy
9054
  msgid "Full url to separator image."
9055
  msgstr "Vollständige Url Separator Bild."
9056
 
9057
- #: wppa-settings-autosave.php:1568
9058
  #, fuzzy
9059
  msgid ""
9060
  "Enter the full url to the image you want to use for the separator symbol."
@@ -9062,64 +9162,64 @@ msgstr ""
9062
  "Geben Sie die vollständige Url für das Bild, das Sie für das Trennzeichen "
9063
  "verwenden möchten."
9064
 
9065
- #: wppa-settings-autosave.php:1575
9066
  #, fuzzy
9067
  msgid "Pagelink position"
9068
  msgstr "Pagelink-position"
9069
 
9070
- #: wppa-settings-autosave.php:1576
9071
  #, fuzzy
9072
  msgid "The location for the pagelinks bar."
9073
  msgstr "Der Speicherort für die Pagelinks Bar."
9074
 
9075
- #: wppa-settings-autosave.php:1579 wppa-settings-autosave.php:3983
9076
  #, fuzzy
9077
  msgid "Top"
9078
  msgstr "Top"
9079
 
9080
- #: wppa-settings-autosave.php:1579 wppa-settings-autosave.php:3983
9081
  #, fuzzy
9082
  msgid "Bottom"
9083
  msgstr "Bottom"
9084
 
9085
- #: wppa-settings-autosave.php:1579
9086
  #, fuzzy
9087
  msgid "Both"
9088
  msgstr "beide"
9089
 
9090
- #: wppa-settings-autosave.php:1586
9091
  #, fuzzy
9092
  msgid "Thumblink on slideshow"
9093
  msgstr "Thumblink auf Diashow"
9094
 
9095
- #: wppa-settings-autosave.php:1587
9096
  #, fuzzy
9097
  msgid "Show a thumb link on slideshow bc."
9098
  msgstr "Einen Daumen-Link auf Diashow bc anzeigen."
9099
 
9100
- #: wppa-settings-autosave.php:1588
9101
  #, fuzzy
9102
  msgid "Show a link to thumbnail display on an breadcrumb above a slideshow"
9103
  msgstr ""
9104
  "Einen Link zur Anzeige von Miniaturansichten auf eine Breadcrumb über eine "
9105
  "Diashow anzeigen"
9106
 
9107
- #: wppa-settings-autosave.php:1595
9108
  #, fuzzy
9109
  msgid "Slideshow related visibility settings"
9110
  msgstr "Diashow im Zusammenhang mit Einstellungen für die Sichtbarkeit"
9111
 
9112
- #: wppa-settings-autosave.php:1597
9113
  #, fuzzy
9114
  msgid "Start/stop"
9115
  msgstr "Start/Stopp:"
9116
 
9117
- #: wppa-settings-autosave.php:1598
9118
  #, fuzzy
9119
  msgid "Show the Start/Stop slideshow bar."
9120
  msgstr "Die Start/Stopp-Diashow-Leiste anzeigen."
9121
 
9122
- #: wppa-settings-autosave.php:1599
9123
  #, fuzzy
9124
  msgid ""
9125
  "If checked: display the start/stop slideshow navigation bar above the full-"
@@ -9128,17 +9228,17 @@ msgstr ""
9128
  "Wenn diese Option aktiviert: zeigt die Start/Stopp Slideshow "
9129
  "Navigationsleiste oben die Bilder in voller Größe und Diashow"
9130
 
9131
- #: wppa-settings-autosave.php:1606
9132
  #, fuzzy
9133
  msgid "Browse bar"
9134
  msgstr "Durchsuchen-Bar"
9135
 
9136
- #: wppa-settings-autosave.php:1607
9137
  #, fuzzy
9138
  msgid "Show Browse photos bar."
9139
  msgstr "Browse-Fotos-Leiste anzeigen."
9140
 
9141
- #: wppa-settings-autosave.php:1608
9142
  #, fuzzy
9143
  msgid ""
9144
  "If checked: display the preveous/next navigation bar under the full-size "
@@ -9147,17 +9247,17 @@ msgstr ""
9147
  "Wenn diese Option aktiviert: Anzeige die preveous/next Navigationsleiste "
9148
  "unter die Bilder in voller Größe und Diashow"
9149
 
9150
- #: wppa-settings-autosave.php:1615
9151
  #, fuzzy
9152
  msgid "Filmstrip"
9153
  msgstr "Diastreifen"
9154
 
9155
- #: wppa-settings-autosave.php:1616
9156
  #, fuzzy
9157
  msgid "Show Filmstrip navigation bar."
9158
  msgstr "Filmstreifen-Navigationsleiste anzeigen"
9159
 
9160
- #: wppa-settings-autosave.php:1617
9161
  #, fuzzy
9162
  msgid ""
9163
  "If checked: display the filmstrip navigation bar under the full_size images "
@@ -9166,54 +9266,54 @@ msgstr ""
9166
  "Wenn diese Option aktiviert: anzeigen die Filmstreifen-Navigationsleiste "
9167
  "unter Full_size Bilder und Diashow"
9168
 
9169
- #: wppa-settings-autosave.php:1624
9170
  #, fuzzy
9171
  msgid "Film seam"
9172
  msgstr "Film-Naht"
9173
 
9174
- #: wppa-settings-autosave.php:1625
9175
  #, fuzzy
9176
  msgid "Show seam between end and start of film."
9177
  msgstr "Naht zwischen Ende und Beginn des Films zu zeigen."
9178
 
9179
- #: wppa-settings-autosave.php:1626
9180
  #, fuzzy
9181
  msgid "If checked: display the wrap-around point in the filmstrip"
9182
  msgstr "Wenn diese Option aktiviert: den rundum-Punkt im Filmstreifen anzeigen"
9183
 
9184
- #: wppa-settings-autosave.php:1634
9185
  #, fuzzy
9186
  msgid "Display photo name."
9187
  msgstr "Anzeigen von Foto Namen."
9188
 
9189
- #: wppa-settings-autosave.php:1635
9190
  #, fuzzy
9191
  msgid "If checked: display the name of the photo under the slideshow image."
9192
  msgstr ""
9193
  "Wenn diese Option aktiviert: zeigt den Namen der das Foto unter dem Bild der "
9194
  "Diashow."
9195
 
9196
- #: wppa-settings-autosave.php:1642 wppa-settings-autosave.php:2022
9197
  #, fuzzy
9198
  msgid "Add (Owner)"
9199
  msgstr "Inhaber hinzufügen"
9200
 
9201
- #: wppa-settings-autosave.php:1643 wppa-settings-autosave.php:2023
9202
  #, fuzzy
9203
  msgid "Add the uploaders display name in parenthesis to the name."
9204
  msgstr "Fügen Sie die Uploader Namen in Klammern um den Namen anzuzeigen."
9205
 
9206
- #: wppa-settings-autosave.php:1651
9207
  #, fuzzy
9208
  msgid "Photo desc"
9209
  msgstr "Foto ab"
9210
 
9211
- #: wppa-settings-autosave.php:1652
9212
  #, fuzzy
9213
  msgid "Display Photo description."
9214
  msgstr "Anzeige Fotobeschreibung"
9215
 
9216
- #: wppa-settings-autosave.php:1653
9217
  #, fuzzy
9218
  msgid ""
9219
  "If checked: display the description of the photo under the slideshow image."
@@ -9221,43 +9321,43 @@ msgstr ""
9221
  "Wenn diese Option aktiviert: die Beschreibung des Fotos unter der Diashow "
9222
  "Bild anzuzeigen."
9223
 
9224
- #: wppa-settings-autosave.php:1660
9225
  #, fuzzy
9226
  msgid "Hide when empty"
9227
  msgstr "Leer ausblenden"
9228
 
9229
- #: wppa-settings-autosave.php:1661
9230
  #, fuzzy
9231
  msgid "Hide the descriptionbox when empty."
9232
  msgstr "Ausblenden der Descriptionbox leer."
9233
 
9234
- #: wppa-settings-autosave.php:1669
9235
  #, fuzzy
9236
  msgid "Rating system"
9237
  msgstr "Bewertungssystem („Rating System“)"
9238
 
9239
- #: wppa-settings-autosave.php:1670
9240
  #, fuzzy
9241
  msgid "Enable the rating system."
9242
  msgstr "Das Rating-System zu ermöglichen."
9243
 
9244
- #: wppa-settings-autosave.php:1671
9245
  #, fuzzy
9246
  msgid "If checked, the photo rating system will be enabled."
9247
  msgstr ""
9248
  "Wenn diese Option aktiviert, wird das Foto-Rating-System aktiviert werden."
9249
 
9250
- #: wppa-settings-autosave.php:1679
9251
  #, fuzzy
9252
  msgid "Comments system"
9253
  msgstr "Kommentare System"
9254
 
9255
- #: wppa-settings-autosave.php:1680
9256
  #, fuzzy
9257
  msgid "Enable the comments system."
9258
  msgstr "Aktivieren Sie die Kommentare System."
9259
 
9260
- #: wppa-settings-autosave.php:1681
9261
  #, fuzzy
9262
  msgid ""
9263
  "Display the comments box under the fullsize images and let users enter their "
@@ -9266,67 +9366,67 @@ msgstr ""
9266
  "Zeigen Sie das Kommentarfeld im Rahmen der Vollbilder und können Benutzer "
9267
  "geben ihre Kommentare zu einzelnen Fotos."
9268
 
9269
- #: wppa-settings-autosave.php:1689
9270
  #, fuzzy
9271
  msgid "Comment Avatar default"
9272
  msgstr "Kommentar Avatar Standard"
9273
 
9274
- #: wppa-settings-autosave.php:1690
9275
  #, fuzzy
9276
  msgid "Show Avatars with the comments if not --- none ---"
9277
  msgstr "Avatare mit den Kommentare anzeigen wenn nicht --- --- keine"
9278
 
9279
- #: wppa-settings-autosave.php:1695
9280
  #, fuzzy
9281
  msgid "mystery man"
9282
  msgstr "Geheime Gestalt"
9283
 
9284
- #: wppa-settings-autosave.php:1696
9285
  #, fuzzy
9286
  msgid "identicon"
9287
  msgstr "Identicon"
9288
 
9289
- #: wppa-settings-autosave.php:1697
9290
  #, fuzzy
9291
  msgid "monsterid"
9292
  msgstr "MonsterID"
9293
 
9294
- #: wppa-settings-autosave.php:1698
9295
  #, fuzzy
9296
  msgid "wavatar"
9297
  msgstr "wavatar"
9298
 
9299
- #: wppa-settings-autosave.php:1699
9300
  #, fuzzy
9301
  msgid "retro"
9302
  msgstr "Retro"
9303
 
9304
- #: wppa-settings-autosave.php:1700
9305
  #, fuzzy
9306
  msgid "--- url ---"
9307
  msgstr "URL"
9308
 
9309
- #: wppa-settings-autosave.php:1715
9310
  #, fuzzy
9311
  msgid "Comment Avatar url"
9312
  msgstr "Kommentar-Avatar-url"
9313
 
9314
- #: wppa-settings-autosave.php:1716
9315
  #, fuzzy
9316
  msgid "Comment Avatar default url."
9317
  msgstr "Kommentar Avatar Standard-URL."
9318
 
9319
- #: wppa-settings-autosave.php:1724
9320
  #, fuzzy
9321
  msgid "Big Browse Buttons"
9322
  msgstr "Großen Durchsuchen-Schaltflächen"
9323
 
9324
- #: wppa-settings-autosave.php:1725
9325
  #, fuzzy
9326
  msgid "Enable invisible browsing buttons."
9327
  msgstr "Aktivieren Sie invisible browsing Schaltflächen."
9328
 
9329
- #: wppa-settings-autosave.php:1726 wppa-settings-autosave.php:2269
9330
  #, fuzzy
9331
  msgid ""
9332
  "If checked, the fullsize image is covered by two invisible areas that act as "
@@ -9335,8 +9435,8 @@ msgstr ""
9335
  "Wenn diese Option aktiviert, wird das Fullsize-Bild zwei unsichtbare "
9336
  "Bereiche abgedeckt, die als Schaltflächen durchsuchen fungieren."
9337
 
9338
- #: wppa-settings-autosave.php:1727 wppa-settings-autosave.php:2270
9339
- #: wppa-settings-autosave.php:2280
9340
  #, fuzzy
9341
  msgid ""
9342
  "Make sure the Full height (Table I-B2) is properly configured to prevent "
@@ -9346,44 +9446,44 @@ msgstr ""
9346
  "konfiguriert ist, um diese Bereiche, um unerwünschte Abstände überlappen zu "
9347
  "verhindern."
9348
 
9349
- #: wppa-settings-autosave.php:1734
9350
  #, fuzzy
9351
  msgid "Ugly Browse Buttons"
9352
  msgstr "Hässliche Durchsuchen-Schaltflächen"
9353
 
9354
- #: wppa-settings-autosave.php:1735
9355
  #, fuzzy
9356
  msgid "Enable the ugly browsing buttons."
9357
  msgstr "Aktivieren Sie die hässlichen Browsen Schaltflächen."
9358
 
9359
- #: wppa-settings-autosave.php:1736
9360
  #, fuzzy
9361
  msgid "If checked, the fullsize image is covered by two browse buttons."
9362
  msgstr ""
9363
  "Wenn diese Option aktiviert, wird das Fullsize-Bild durch zwei Durchsuchen-"
9364
  "Schaltflächen abgedeckt."
9365
 
9366
- #: wppa-settings-autosave.php:1747
9367
  #, fuzzy
9368
  msgid "Start/stop icons"
9369
  msgstr "Start/Stopp Symbole"
9370
 
9371
- #: wppa-settings-autosave.php:1748
9372
  #, fuzzy
9373
  msgid "Show start and stop icons at the center of the slide"
9374
  msgstr "Zeigen, Start und stop Symbole in der Mitte der Folie"
9375
 
9376
- #: wppa-settings-autosave.php:1760
9377
  #, fuzzy
9378
  msgid "Show custom box"
9379
  msgstr "Benutzerdefiniertes Feld anzeigen"
9380
 
9381
- #: wppa-settings-autosave.php:1761
9382
  #, fuzzy
9383
  msgid "Display the custom box in the slideshow"
9384
  msgstr "Das benutzerdefinierte Feld in der Diashow anzeigen"
9385
 
9386
- #: wppa-settings-autosave.php:1762 wppa-settings-autosave.php:1773
9387
  #, fuzzy
9388
  msgid ""
9389
  "You can fill the custom box with any html you like. It will not be checked, "
@@ -9393,134 +9493,134 @@ msgstr ""
9393
  "ausfüllen. Es wird nicht überprüft, so ist es Ihre Verantwortung, Tags "
9394
  "richtig schließen."
9395
 
9396
- #: wppa-settings-autosave.php:1763 wppa-settings-autosave.php:1774
9397
  #, fuzzy
9398
  msgid "The position of the box can be defined in Table IX-E."
9399
  msgstr "Die Position des Feldes in der Tabelle IX-E. definierbar"
9400
 
9401
- #: wppa-settings-autosave.php:1771
9402
  #, fuzzy
9403
  msgid "Custom content"
9404
  msgstr "benutzerdefinierter Inhalt"
9405
 
9406
- #: wppa-settings-autosave.php:1772
9407
  #, fuzzy
9408
  msgid "The content (html) of the custom box."
9409
  msgstr "Der Inhalt (html) des benutzerdefinierten Feldes."
9410
 
9411
- #: wppa-settings-autosave.php:1781
9412
  #, fuzzy
9413
  msgid "Slideshow/Number bar"
9414
  msgstr "Diashow/Anzahl bar"
9415
 
9416
- #: wppa-settings-autosave.php:1782
9417
  #, fuzzy
9418
  msgid "Display the Slideshow / Number bar."
9419
  msgstr "Die Diashow anzeigen / Anzahl Bar."
9420
 
9421
- #: wppa-settings-autosave.php:1783
9422
  #, fuzzy
9423
  msgid "If checked: display the number boxes on slideshow"
9424
  msgstr "Wenn diese Option aktiviert: die Zahlenfeldern auf Diashow anzeigen"
9425
 
9426
- #: wppa-settings-autosave.php:1791
9427
  #, fuzzy
9428
  msgid "IPTC system"
9429
  msgstr "IPTC-system"
9430
 
9431
- #: wppa-settings-autosave.php:1792
9432
  #, fuzzy
9433
  msgid "Enable the iptc system."
9434
  msgstr "Das Iptc-System zu ermöglichen."
9435
 
9436
- #: wppa-settings-autosave.php:1793
9437
  #, fuzzy
9438
  msgid "Display the iptc box under the fullsize images."
9439
  msgstr "Das Iptc-Feld unter die Fullsize-Bilder anzuzeigen."
9440
 
9441
- #: wppa-settings-autosave.php:1801
9442
  #, fuzzy
9443
  msgid "IPTC open"
9444
  msgstr "IPTC-offen"
9445
 
9446
- #: wppa-settings-autosave.php:1802
9447
  #, fuzzy
9448
  msgid "Display the iptc box initially opened."
9449
  msgstr "Anzeigen der Iptc-Feld zunächst eröffnet."
9450
 
9451
- #: wppa-settings-autosave.php:1803
9452
  #, fuzzy
9453
  msgid "Display the iptc box under the fullsize images initially open."
9454
  msgstr "Anzeige der Iptc-Feld unter die Fullsize-Bilder zunächst öffnen."
9455
 
9456
- #: wppa-settings-autosave.php:1811
9457
  #, fuzzy
9458
  msgid "EXIF system"
9459
  msgstr "EXIF-system"
9460
 
9461
- #: wppa-settings-autosave.php:1812
9462
  #, fuzzy
9463
  msgid "Enable the exif system."
9464
  msgstr "Aktivieren Sie die Exif-System."
9465
 
9466
- #: wppa-settings-autosave.php:1813
9467
  #, fuzzy
9468
  msgid "Display the exif box under the fullsize images."
9469
  msgstr "Anzeige der Exif-Feld unter die Fullsize-Bilder."
9470
 
9471
- #: wppa-settings-autosave.php:1821
9472
  #, fuzzy
9473
  msgid "EXIF open"
9474
  msgstr "EXIF geöffnet"
9475
 
9476
- #: wppa-settings-autosave.php:1822
9477
  #, fuzzy
9478
  msgid "Display the exif box initially opened."
9479
  msgstr "Anzeige der Exif-Box zunächst geöffnet."
9480
 
9481
- #: wppa-settings-autosave.php:1823
9482
  #, fuzzy
9483
  msgid "Display the exif box under the fullsize images initially open."
9484
  msgstr "Anzeige der Exif-Feld unter die Fullsize-Bilder zunächst öffnen."
9485
 
9486
- #: wppa-settings-autosave.php:1831
9487
  #, fuzzy
9488
  msgid "Social media share box related visibility settings"
9489
  msgstr ""
9490
  "Social-Media-Mitteilungsbox im Zusammenhang mit Einstellungen für die "
9491
  "Sichtbarkeit"
9492
 
9493
- #: wppa-settings-autosave.php:1833
9494
  #, fuzzy
9495
  msgid "Show Share Box"
9496
  msgstr "Teilen Box anzeigen"
9497
 
9498
- #: wppa-settings-autosave.php:1834
9499
  #, fuzzy
9500
  msgid "Display the share social media buttons box."
9501
  msgstr "Die social-Media-Tasten Mitteilungsbox anzeigen"
9502
 
9503
- #: wppa-settings-autosave.php:1843 wppa-settings-autosave.php:8920
9504
  #, fuzzy
9505
  msgid "Hide when running"
9506
  msgstr "Bei der Ausführung zu verstecken"
9507
 
9508
- #: wppa-settings-autosave.php:1844
9509
  #, fuzzy
9510
  msgid "Hide the SM box when slideshow runs."
9511
  msgstr "Die SM-Box zu verstecken, wenn Diashow läuft."
9512
 
9513
- #: wppa-settings-autosave.php:1852
9514
  #, fuzzy
9515
  msgid "Show Share Box Widget"
9516
  msgstr "Aktie Box Widget anzeigen"
9517
 
9518
- #: wppa-settings-autosave.php:1853
9519
  #, fuzzy
9520
  msgid "Display the share social media buttons box in widgets."
9521
  msgstr "Die Mitteilungsbox für social-Media-Tasten in Widgets anzeigen."
9522
 
9523
- #: wppa-settings-autosave.php:1854
9524
  #, fuzzy
9525
  msgid ""
9526
  "This setting applies to normal slideshows in widgets, not to the "
@@ -9529,165 +9629,165 @@ msgstr ""
9529
  "Diese Einstellung gilt für normale Diashows in Widgets nicht auf der "
9530
  "Slideshowwidget, das ist eine Slideonly Display."
9531
 
9532
- #: wppa-settings-autosave.php:1862
9533
  #, fuzzy
9534
  msgid "Show Share Buttons Thumbs"
9535
  msgstr "Share Buttons Daumen zeigen"
9536
 
9537
- #: wppa-settings-autosave.php:1863
9538
  #, fuzzy
9539
  msgid "Display the share social media buttons under thumbnails."
9540
  msgstr "Die Share-social-Media-Buttons unter Miniaturansichten anzeigen"
9541
 
9542
- #: wppa-settings-autosave.php:1872
9543
  #, fuzzy
9544
  msgid "Show Share Buttons Lightbox"
9545
  msgstr "Share Buttons Lightbox anzeigen"
9546
 
9547
- #: wppa-settings-autosave.php:1873
9548
  #, fuzzy
9549
  msgid "Display the share social media buttons on lightbox displays."
9550
  msgstr "Die Aktie social Media Buttons auf Lightbox-Displays angezeigt."
9551
 
9552
- #: wppa-settings-autosave.php:1882
9553
  #, fuzzy
9554
  msgid "Show Share Buttons Mphoto"
9555
  msgstr "Share-Tasten-Mphoto zeigen"
9556
 
9557
- #: wppa-settings-autosave.php:1883
9558
  #, fuzzy
9559
  msgid "Display the share social media buttons on mphoto displays."
9560
  msgstr "Zeigen Sie die Aktie social Media Buttons auf Mphoto zeigt."
9561
 
9562
- #: wppa-settings-autosave.php:1892
9563
  #, fuzzy
9564
  msgid "Show QR Code"
9565
  msgstr "QR-Code anzeigen"
9566
 
9567
- #: wppa-settings-autosave.php:1893
9568
  #, fuzzy
9569
  msgid "Display the QR code in the share box."
9570
  msgstr "Der QR-Code in der Mitteilungsbox anzeigen"
9571
 
9572
- #: wppa-settings-autosave.php:1901
9573
  #, fuzzy
9574
  msgid "Show Twitter button"
9575
  msgstr "Twitter Button anzeigen"
9576
 
9577
- #: wppa-settings-autosave.php:1902
9578
  #, fuzzy
9579
  msgid "Display the Twitter button in the share box."
9580
  msgstr "Den Twitter-Button in der Mitteilungsbox anzeigen"
9581
 
9582
- #: wppa-settings-autosave.php:1910
9583
  #, fuzzy
9584
  msgid "Show Google+ button"
9585
  msgstr "Google Button anzeigen"
9586
 
9587
- #: wppa-settings-autosave.php:1911
9588
  #, fuzzy
9589
  msgid "Display the Google+ button in the share box."
9590
  msgstr "Den Google + Button in der Mitteilungsbox anzeigen"
9591
 
9592
- #: wppa-settings-autosave.php:1919
9593
  #, fuzzy
9594
  msgid "Show Pinterest button"
9595
  msgstr "Pinterest Button anzeigen"
9596
 
9597
- #: wppa-settings-autosave.php:1920
9598
  #, fuzzy
9599
  msgid "Display the Pintrest button in the share box."
9600
  msgstr "Die Schaltfläche \"Pintrest\" in der Mitteilungsbox anzeigen"
9601
 
9602
- #: wppa-settings-autosave.php:1928
9603
  #, fuzzy
9604
  msgid "Show LinkedIn button"
9605
  msgstr "LinkedIn Button anzeigen"
9606
 
9607
- #: wppa-settings-autosave.php:1929
9608
  #, fuzzy
9609
  msgid "Display the LinkedIn button in the share box."
9610
  msgstr "Die Schaltfläche \"LinkedIn\" in der Mitteilungsbox anzeigen"
9611
 
9612
- #: wppa-settings-autosave.php:1937
9613
  #, fuzzy
9614
  msgid "Show Facebook share button"
9615
  msgstr "Facebook-Share-Taste anzeigen"
9616
 
9617
- #: wppa-settings-autosave.php:1938 wppa-settings-autosave.php:1947
9618
  #, fuzzy
9619
  msgid "Display the Facebook button in the share box."
9620
  msgstr "Die Facebook-Schaltfläche in der Mitteilungsbox anzeigen"
9621
 
9622
- #: wppa-settings-autosave.php:1946
9623
  #, fuzzy
9624
  msgid "Show Facebook like button"
9625
  msgstr "Facebook Like Button anzeigen"
9626
 
9627
- #: wppa-settings-autosave.php:1955
9628
  #, fuzzy
9629
  msgid "Display type"
9630
  msgstr "Anzeigeart"
9631
 
9632
- #: wppa-settings-autosave.php:1956
9633
  #, fuzzy
9634
  msgid "Select the Facebook button display type."
9635
  msgstr "Wählen Sie den Facebook-Taste Anzeige."
9636
 
9637
- #: wppa-settings-autosave.php:1959
9638
  #, fuzzy
9639
  msgid "Button with counter"
9640
  msgstr "Button mit Zähler"
9641
 
9642
- #: wppa-settings-autosave.php:1959
9643
  #, fuzzy
9644
  msgid "Box with counter"
9645
  msgstr "Box mit Zähler"
9646
 
9647
- #: wppa-settings-autosave.php:1966
9648
  #, fuzzy
9649
  msgid "Show Facebook comment box"
9650
  msgstr "Facebook-Kommentar-Box zu zeigen"
9651
 
9652
- #: wppa-settings-autosave.php:1967
9653
  #, fuzzy
9654
  msgid "Display the Facebook comment dialog box in the share box."
9655
  msgstr "Das Facebook-Kommentar-Dialogfeld in der Mitteilungsbox anzeigen"
9656
 
9657
- #: wppa-settings-autosave.php:1975
9658
  #, fuzzy
9659
  msgid "Facebook User Id"
9660
  msgstr "Facebook ID"
9661
 
9662
- #: wppa-settings-autosave.php:1976
9663
  #, fuzzy
9664
  msgid "Enter your facebook user id to be able to moderate comments and sends"
9665
  msgstr ""
9666
  "Geben Sie Ihren Facebook-Benutzer-ID in der Lage bis mäßig Kommentare und "
9667
  "sendet"
9668
 
9669
- #: wppa-settings-autosave.php:1984
9670
  #, fuzzy
9671
  msgid "Facebook App Id"
9672
  msgstr "Facebook App ID"
9673
 
9674
- #: wppa-settings-autosave.php:1985
9675
  #, fuzzy
9676
  msgid "Enter your facebook app id to be able to moderate comments and sends"
9677
  msgstr ""
9678
  "Geben Sie Ihre Facebook-App-ID in der Lage bis mäßig Kommentare und sendet"
9679
 
9680
- #: wppa-settings-autosave.php:1993
9681
  #, fuzzy
9682
  msgid "Facebook js SDK"
9683
  msgstr "Facebook Js SDK"
9684
 
9685
- #: wppa-settings-autosave.php:1994
9686
  #, fuzzy
9687
  msgid "Load Facebook js SDK"
9688
  msgstr "Laden Sie Facebook Js SDK"
9689
 
9690
- #: wppa-settings-autosave.php:1995
9691
  #, fuzzy
9692
  msgid ""
9693
  "Uncheck this box only when there is a conflict with an other plugin that "
@@ -9696,17 +9796,17 @@ msgstr ""
9696
  "Deaktivieren Sie diese Option nur, wenn ein Konflikt mit einem anderen "
9697
  "Plugin, die auch die Facebook-Js SDK lädt."
9698
 
9699
- #: wppa-settings-autosave.php:2002
9700
  #, fuzzy
9701
  msgid "Share single image"
9702
  msgstr "Aktie Einzelbild"
9703
 
9704
- #: wppa-settings-autosave.php:2003
9705
  #, fuzzy
9706
  msgid "Share a link to a single image, not the slideshow."
9707
  msgstr "Freigeben Sie einen Link auf ein einzelnes Bild, nicht die Diashow."
9708
 
9709
- #: wppa-settings-autosave.php:2004
9710
  #, fuzzy
9711
  msgid ""
9712
  "The sharelink points to a page with a single image rather than to the page "
@@ -9715,99 +9815,99 @@ msgstr ""
9715
  "Die Sharelink verweist auf eine Seite mit einem einzigen Bild nicht für die "
9716
  "Seite mit dem Foto in der Diashow."
9717
 
9718
- #: wppa-settings-autosave.php:2011
9719
  #, fuzzy
9720
  msgid "Thumbnail display related visibility settings"
9721
  msgstr ""
9722
  "Thumbnail-Anzeige im Zusammenhang mit Einstellungen für die Sichtbarkeit"
9723
 
9724
- #: wppa-settings-autosave.php:2013
9725
  #, fuzzy
9726
  msgid "Thumbnail name"
9727
  msgstr "Miniaturansicht name"
9728
 
9729
- #: wppa-settings-autosave.php:2014
9730
  #, fuzzy
9731
  msgid "Display Thumbnail name."
9732
  msgstr "Miniaturbild anzeigen?"
9733
 
9734
- #: wppa-settings-autosave.php:2015
9735
  #, fuzzy
9736
  msgid "Display photo name under thumbnail images."
9737
  msgstr "Fotoname unter Miniaturbilder angezeigt."
9738
 
9739
- #: wppa-settings-autosave.php:2031
9740
  #, fuzzy
9741
  msgid "Thumbnail desc"
9742
  msgstr "Miniaturansicht desc"
9743
 
9744
- #: wppa-settings-autosave.php:2032
9745
  #, fuzzy
9746
  msgid "Display Thumbnail description."
9747
  msgstr "Miniaturansicht Beschreibung anzuzeigen."
9748
 
9749
- #: wppa-settings-autosave.php:2033
9750
  #, fuzzy
9751
  msgid "Display description of the photo under thumbnail images."
9752
  msgstr "Beschreibung des Fotos unter thumbnail-Bilder anzuzeigen."
9753
 
9754
- #: wppa-settings-autosave.php:2040
9755
  #, fuzzy
9756
  msgid "Thumbnail rating"
9757
  msgstr "Thumbnail-rating"
9758
 
9759
- #: wppa-settings-autosave.php:2041
9760
  #, fuzzy
9761
  msgid "Display Thumbnail Rating."
9762
  msgstr "Miniaturansicht Bewertung anzeigen"
9763
 
9764
- #: wppa-settings-autosave.php:2042
9765
  #, fuzzy
9766
  msgid "Display the rating of the photo under the thumbnail image."
9767
  msgstr "Die Bewertung des Fotos unter der Miniaturansicht angezeigt."
9768
 
9769
- #: wppa-settings-autosave.php:2049
9770
  #, fuzzy
9771
  msgid "Thumbnail comcount"
9772
  msgstr "Miniatur comcount"
9773
 
9774
- #: wppa-settings-autosave.php:2050
9775
  #, fuzzy
9776
  msgid "Display Thumbnail Comment count."
9777
  msgstr "Miniatur-Kommentar-Anzahl anzeigen."
9778
 
9779
- #: wppa-settings-autosave.php:2051
9780
  #, fuzzy
9781
  msgid "Display the number of comments to the photo under the thumbnail image."
9782
  msgstr ""
9783
  "Anzeige der Anzahl der Kommentare zu dem Foto unter der Miniaturansicht."
9784
 
9785
- #: wppa-settings-autosave.php:2058
9786
  #, fuzzy
9787
  msgid "Thumbnail viewcount"
9788
  msgstr "Miniaturansicht Aufrufstatistik"
9789
 
9790
- #: wppa-settings-autosave.php:2059
9791
  #, fuzzy
9792
  msgid "Display the number of views."
9793
  msgstr "Anzeige der Anzahl der Ansichten."
9794
 
9795
- #: wppa-settings-autosave.php:2060
9796
  #, fuzzy
9797
  msgid "Display the number of views under the thumbnail image."
9798
  msgstr "Anzeige der Anzahl der Ansichten unter der Miniaturansicht."
9799
 
9800
- #: wppa-settings-autosave.php:2067
9801
  #, fuzzy
9802
  msgid "Thumbnail virt album"
9803
  msgstr "Miniaturansicht Virt album"
9804
 
9805
- #: wppa-settings-autosave.php:2068
9806
  #, fuzzy
9807
  msgid "Display the real album name on virtual album display."
9808
  msgstr "Echtes Album auf virtuelles Album Display anzeigen."
9809
 
9810
- #: wppa-settings-autosave.php:2069
9811
  #, fuzzy
9812
  msgid ""
9813
  "Display the album name of the photo in parenthesis under the thumbnail on "
@@ -9816,17 +9916,17 @@ msgstr ""
9816
  "Display den Namen des Albums des Fotos in Klammern unter der Miniaturansicht "
9817
  "auf virtuelles Album wie Suche zeigt etc. ergibt."
9818
 
9819
- #: wppa-settings-autosave.php:2076
9820
  #, fuzzy
9821
  msgid "Thumbnail video"
9822
  msgstr "<strong>Thumbnail video URL</strong>"
9823
 
9824
- #: wppa-settings-autosave.php:2077
9825
  #, fuzzy
9826
  msgid "Show video controls on thumbnail displays."
9827
  msgstr "Zeigen Sie video-Steuerelemente auf Miniaturansicht anzeigen."
9828
 
9829
- #: wppa-settings-autosave.php:2078
9830
  #, fuzzy
9831
  msgid ""
9832
  "Works on default thumbnail type only. You can play the video only when the "
@@ -9835,72 +9935,72 @@ msgstr ""
9835
  "Funktioniert auf Standard-Miniaturbild nur geben. Sie können das Video "
9836
  "wiedergeben, wenn der Link auf keine Verbindung überhaupt festgelegt ist."
9837
 
9838
- #: wppa-settings-autosave.php:2085
9839
  #, fuzzy
9840
  msgid "Thumbnail audio"
9841
  msgstr "<strong>Thumbnail audio URL</strong>"
9842
 
9843
- #: wppa-settings-autosave.php:2086
9844
  #, fuzzy
9845
  msgid "Show audio controls on thumbnail displays."
9846
  msgstr "Zeigen Sie audio-Bedienelemente auf Miniaturansicht anzeigen."
9847
 
9848
- #: wppa-settings-autosave.php:2094
9849
  #, fuzzy
9850
  msgid "Popup name"
9851
  msgstr "Popup-name"
9852
 
9853
- #: wppa-settings-autosave.php:2095
9854
  #, fuzzy
9855
  msgid "Display Thumbnail name on popup."
9856
  msgstr "Miniaturansicht Anzeigename auf Popup."
9857
 
9858
- #: wppa-settings-autosave.php:2096
9859
  #, fuzzy
9860
  msgid "Display photo name under thumbnail images on the popup."
9861
  msgstr "Name des Fotos unter thumbnail-Bilder im Popup anzeigen"
9862
 
9863
- #: wppa-settings-autosave.php:2103
9864
  #, fuzzy
9865
  msgid "Popup (owner)"
9866
  msgstr "Popup (Inhaber)"
9867
 
9868
- #: wppa-settings-autosave.php:2104
9869
  #, fuzzy
9870
  msgid "Display owner on popup."
9871
  msgstr "Anzeige beim Popup-Besitzer."
9872
 
9873
- #: wppa-settings-autosave.php:2105
9874
  #, fuzzy
9875
  msgid "Display photo owner under thumbnail images on the popup."
9876
  msgstr "Foto-Besitzer unter thumbnail-Bilder im Popup anzeigen"
9877
 
9878
- #: wppa-settings-autosave.php:2112
9879
  #, fuzzy
9880
  msgid "Popup desc"
9881
  msgstr "Popup-desc"
9882
 
9883
- #: wppa-settings-autosave.php:2113
9884
  #, fuzzy
9885
  msgid "Display Thumbnail description on popup."
9886
  msgstr "Miniaturansicht Beschreibung auf Popup anzuzeigen."
9887
 
9888
- #: wppa-settings-autosave.php:2114
9889
  #, fuzzy
9890
  msgid "Display description of the photo under thumbnail images on the popup."
9891
  msgstr "Beschreibung des Fotos unter thumbnail-Bilder im Popup anzuzeigen."
9892
 
9893
- #: wppa-settings-autosave.php:2121
9894
  #, fuzzy
9895
  msgid "Popup desc no links"
9896
  msgstr "Popup-Desc keine Links"
9897
 
9898
- #: wppa-settings-autosave.php:2122
9899
  #, fuzzy
9900
  msgid "Strip html anchor tags from descriptions on popups"
9901
  msgstr "Streifen-html-Anker-Tags von Beschreibungen auf Pop-ups"
9902
 
9903
- #: wppa-settings-autosave.php:2123
9904
  #, fuzzy
9905
  msgid ""
9906
  "Use this option to prevent the display of links that cannot be activated."
@@ -9908,32 +10008,32 @@ msgstr ""
9908
  "Verwenden Sie diese Option, um die Anzeige von Links zu verhindern, die "
9909
  "nicht aktiviert werden kann."
9910
 
9911
- #: wppa-settings-autosave.php:2130
9912
  #, fuzzy
9913
  msgid "Popup rating"
9914
  msgstr "Popup Bewertung"
9915
 
9916
- #: wppa-settings-autosave.php:2131
9917
  #, fuzzy
9918
  msgid "Display Thumbnail Rating on popup."
9919
  msgstr "Popup-zeigen Sie Thumbnail Rating an."
9920
 
9921
- #: wppa-settings-autosave.php:2132
9922
  #, fuzzy
9923
  msgid "Display the rating of the photo under the thumbnail image on the popup."
9924
  msgstr "Die Bewertung des Fotos unter der Miniaturansicht im Popup anzeigen"
9925
 
9926
- #: wppa-settings-autosave.php:2139
9927
  #, fuzzy
9928
  msgid "Popup comcount"
9929
  msgstr "Popup-comcount"
9930
 
9931
- #: wppa-settings-autosave.php:2140
9932
  #, fuzzy
9933
  msgid "Display Thumbnail Comment count on popup."
9934
  msgstr "Anzeige Bild Kommentar rechnen Popup."
9935
 
9936
- #: wppa-settings-autosave.php:2141
9937
  #, fuzzy
9938
  msgid ""
9939
  "Display the number of comments of the photo under the thumbnail image on the "
@@ -9942,18 +10042,18 @@ msgstr ""
9942
  "Anzeige der Anzahl der Kommentare des Fotos unter der Miniaturansicht auf "
9943
  "dem popup."
9944
 
9945
- #: wppa-settings-autosave.php:2148
9946
  #, fuzzy
9947
  msgid "Show rating count"
9948
  msgstr "Bewertungen"
9949
 
9950
- #: wppa-settings-autosave.php:2149
9951
  #, fuzzy
9952
  msgid "Display the number of votes along with average ratings."
9953
  msgstr ""
9954
  "Anzahl der Stimmen zusammen mit durchschnittlichen Bewertungen anzeigen."
9955
 
9956
- #: wppa-settings-autosave.php:2150
9957
  #, fuzzy
9958
  msgid ""
9959
  "If checked, the number of votes is displayed along with average rating "
@@ -9962,42 +10062,42 @@ msgstr ""
9962
  "Wenn diese Option aktiviert, wird die Zahl der Stimmen zusammen mit "
9963
  "Durchschnittsnote anzeigen auf Vorschaubild angezeigt und Popup zeigt."
9964
 
9965
- #: wppa-settings-autosave.php:2157
9966
  #, fuzzy
9967
  msgid "Show name on thumb area"
9968
  msgstr "Name der Show im Daumenbereich"
9969
 
9970
- #: wppa-settings-autosave.php:2158
9971
  #, fuzzy
9972
  msgid "Select if and where to display the album name on the thumbnail display."
9973
  msgstr ""
9974
  "Wählen Sie, ob und wo der Name des Albums auf die Anzeige von "
9975
  "Miniaturansichten angezeigt."
9976
 
9977
- #: wppa-settings-autosave.php:2161 wppa-settings-autosave.php:2172
9978
- #: wppa-settings-autosave.php:4327
9979
  #, fuzzy
9980
  msgid "None"
9981
  msgstr "Keine"
9982
 
9983
- #: wppa-settings-autosave.php:2161 wppa-settings-autosave.php:2172
9984
- #: wppa-settings-autosave.php:3457
9985
  #, fuzzy
9986
  msgid "At the top"
9987
  msgstr "Hoch bewertete Fotos"
9988
 
9989
- #: wppa-settings-autosave.php:2161 wppa-settings-autosave.php:2172
9990
- #: wppa-settings-autosave.php:3457
9991
  #, fuzzy
9992
  msgid "At the bottom"
9993
  msgstr "An der Unterseite"
9994
 
9995
- #: wppa-settings-autosave.php:2168
9996
  #, fuzzy
9997
  msgid "Show desc on thumb area"
9998
  msgstr "Desc auf Daumenbereich anzeigen"
9999
 
10000
- #: wppa-settings-autosave.php:2169
10001
  #, fuzzy
10002
  msgid ""
10003
  "Select if and where to display the album description on the thumbnail "
@@ -10006,55 +10106,55 @@ msgstr ""
10006
  "Wählen Sie, ob und wo die Album-Beschreibung auf die Anzeige von "
10007
  "Miniaturansichten angezeigt."
10008
 
10009
- #: wppa-settings-autosave.php:2179
10010
  #, fuzzy
10011
  msgid "Show Edit/Delete links"
10012
  msgstr "Bearbeiten/löschen-Links anzeigen"
10013
 
10014
- #: wppa-settings-autosave.php:2180
10015
  #, fuzzy
10016
  msgid "Show these links under default thumbnails for owner and admin."
10017
  msgstr ""
10018
  "Zeigen Sie diese Links unter Standard-Miniaturansichten für Eigentümer und "
10019
  "Admin."
10020
 
10021
- #: wppa-settings-autosave.php:2188
10022
  #, fuzzy
10023
  msgid "Show empty thumbnail area"
10024
  msgstr "Leeren Bereich Miniaturansicht anzeigen"
10025
 
10026
- #: wppa-settings-autosave.php:2189
10027
  #, fuzzy
10028
  msgid "Display thumbnail areas with upload link only for empty albums."
10029
  msgstr ""
10030
  "Anzeigeflächen Sie Miniaturansicht mit Link nur für leere Alben hochladen."
10031
 
10032
- #: wppa-settings-autosave.php:2198
10033
  #, fuzzy
10034
  msgid "Album cover related visibility settings"
10035
  msgstr "Album-Cover im Zusammenhang mit Einstellungen für die Sichtbarkeit"
10036
 
10037
- #: wppa-settings-autosave.php:2200
10038
  #, fuzzy
10039
  msgid "Covertext"
10040
  msgstr "Covertext"
10041
 
10042
- #: wppa-settings-autosave.php:2201
10043
  #, fuzzy
10044
  msgid "Show the text on the album cover."
10045
  msgstr "Zeigen Sie den Text auf dem Albumcover."
10046
 
10047
- #: wppa-settings-autosave.php:2202
10048
  #, fuzzy
10049
  msgid "Display the album decription on the album cover"
10050
  msgstr "Das Album Decription auf das Album-Cover anzeigen"
10051
 
10052
- #: wppa-settings-autosave.php:2210
10053
  #, fuzzy
10054
  msgid "Enable the slideshow."
10055
  msgstr "Aktivieren Sie die Slideshow."
10056
 
10057
- #: wppa-settings-autosave.php:2211
10058
  #, fuzzy
10059
  msgid ""
10060
  "If you do not want slideshows: uncheck this box. Browsing full size images "
@@ -10063,17 +10163,17 @@ msgstr ""
10063
  "Wenn Sie nicht, dass Diashows möchten: deaktivieren Sie das "
10064
  "Kontrollkästchen. Durchsuchen Bilder in voller Größe bleibt möglich."
10065
 
10066
- #: wppa-settings-autosave.php:2218
10067
  #, fuzzy
10068
  msgid "Slideshow/Browse"
10069
  msgstr "Diashow/durchsuchen"
10070
 
10071
- #: wppa-settings-autosave.php:2219
10072
  #, fuzzy
10073
  msgid "Display the Slideshow / Browse photos link on album covers"
10074
  msgstr "Die Diashow anzeigen / Browse Fotos link auf Album-Cover"
10075
 
10076
- #: wppa-settings-autosave.php:2220
10077
  #, fuzzy
10078
  msgid ""
10079
  "This setting causes the Slideshow link to be displayed on the album cover."
@@ -10081,7 +10181,7 @@ msgstr ""
10081
  "Diese Einstellung bewirkt, dass den Diashow-Link auf das Album-Cover "
10082
  "angezeigt werden soll."
10083
 
10084
- #: wppa-settings-autosave.php:2221
10085
  #, fuzzy
10086
  msgid ""
10087
  "If slideshows are disabled in item 2 in this table, you will see a browse "
@@ -10090,34 +10190,34 @@ msgstr ""
10090
  "Wenn Diashows in Punkt 2 in dieser Tabelle deaktiviert sind, werden Sie "
10091
  "sehen, sehen Sie Link zu Fullsize Bilder."
10092
 
10093
- #: wppa-settings-autosave.php:2222
10094
  #, fuzzy
10095
  msgid "If you do not want the browse link either, uncheck this item."
10096
  msgstr ""
10097
  "Wenn Sie entweder nicht den Link durchsuchen möchten, deaktivieren Sie "
10098
  "dieses Element."
10099
 
10100
- #: wppa-settings-autosave.php:2229
10101
  #, fuzzy
10102
  msgid "View ..."
10103
  msgstr "Anzeigen"
10104
 
10105
- #: wppa-settings-autosave.php:2230
10106
  #, fuzzy
10107
  msgid "Display the View xx albums and yy photos link on album covers"
10108
  msgstr "Anzeige der Ansicht Xx Alben und Yy Fotos auf Plattencover verknüpfen"
10109
 
10110
- #: wppa-settings-autosave.php:2238
10111
  #, fuzzy
10112
  msgid "Treecount"
10113
  msgstr "Treecount"
10114
 
10115
- #: wppa-settings-autosave.php:2239
10116
  #, fuzzy
10117
  msgid "Disaplay the total number of (sub)albums and photos in subalbums"
10118
  msgstr "Disaplay die Gesamtzahl der (Sub) Alben und Fotos in subalbums"
10119
 
10120
- #: wppa-settings-autosave.php:2240
10121
  #, fuzzy
10122
  msgid ""
10123
  "Displays the total number of sub albums and photos in the entire album tree "
@@ -10126,71 +10226,71 @@ msgstr ""
10126
  "Zeigt die Gesamtanzahl der Sub-Alben und Fotos in das gesamte Album Baum in "
10127
  "Klammern, wenn die Zahlen aus dem direkten Inhalt des Albums unterscheiden."
10128
 
10129
- #: wppa-settings-autosave.php:2247
10130
  #, fuzzy
10131
  msgid "Show categories"
10132
  msgstr "Kommentare anzeigen"
10133
 
10134
- #: wppa-settings-autosave.php:2248
10135
  #, fuzzy
10136
  msgid "Display the album categories on the covers."
10137
  msgstr "Anzeige der Albumkategorien auf den Titelseiten."
10138
 
10139
- #: wppa-settings-autosave.php:2256
10140
  #, fuzzy
10141
  msgid "Skip empty albums"
10142
  msgstr "Leere Alben überspringen"
10143
 
10144
- #: wppa-settings-autosave.php:2257
10145
  #, fuzzy
10146
  msgid "Do not show empty albums, except for admin and owner."
10147
  msgstr "Zeigen Sie keine leere Alben, mit Ausnahme von Admin und Besitzer."
10148
 
10149
- #: wppa-settings-autosave.php:2265
10150
  #, fuzzy
10151
  msgid "Widget related visibility settings"
10152
  msgstr "Widget im Zusammenhang mit Einstellungen für die Sichtbarkeit"
10153
 
10154
- #: wppa-settings-autosave.php:2267
10155
  #, fuzzy
10156
  msgid "Big Browse Buttons in widget"
10157
  msgstr "Großen Blättern Tasten im widget"
10158
 
10159
- #: wppa-settings-autosave.php:2268
10160
  #, fuzzy
10161
  msgid "Enable invisible browsing buttons in widget slideshows."
10162
  msgstr "Aktivieren Sie unsichtbare Surfen Schaltflächen in Diashows Widget."
10163
 
10164
- #: wppa-settings-autosave.php:2277
10165
  #, fuzzy
10166
  msgid "Ugly Browse Buttons in widget"
10167
  msgstr "Hässliche durchsuchen Sie Schaltflächen im widget"
10168
 
10169
- #: wppa-settings-autosave.php:2278
10170
  #, fuzzy
10171
  msgid "Enable ugly browsing buttons in widget slideshows."
10172
  msgstr "Aktivieren Sie hässliche Browser Schaltflächen in Diashows Widget."
10173
 
10174
- #: wppa-settings-autosave.php:2279
10175
  #, fuzzy
10176
  msgid "If checked, the fullsize image is covered by browse buttons."
10177
  msgstr ""
10178
  "Wenn diese Option aktiviert ist, fällt das Fullsize-Bild durchsuchen-"
10179
  "Schaltflächen."
10180
 
10181
- #: wppa-settings-autosave.php:2287
10182
  #, fuzzy
10183
  msgid "Album widget tooltip"
10184
  msgstr "Album-Widget-tooltip"
10185
 
10186
- #: wppa-settings-autosave.php:2288
10187
  #, fuzzy
10188
  msgid "Show the album description on hoovering thumbnail in album widget"
10189
  msgstr ""
10190
  "Die Album-Beschreibung auf Staubsaugen Miniaturansicht im Album Widget "
10191
  "anzeigen"
10192
 
10193
- #: wppa-settings-autosave.php:2296 wppa-settings-autosave.php:4458
10194
  #, fuzzy
10195
  msgid ""
10196
  "Lightbox related settings. These settings have effect only when Table IX-J3 "
@@ -10199,47 +10299,47 @@ msgstr ""
10199
  "Lightbox im Zusammenhang mit Einstellungen. Diese Einstellungen wirken sich "
10200
  "nur dann, wenn Tabelle IX-J3 auf Wppa eingestellt ist"
10201
 
10202
- #: wppa-settings-autosave.php:2309
10203
  #, fuzzy
10204
  msgid "Overlay theme color"
10205
  msgstr "Overlay-Designfarbe"
10206
 
10207
- #: wppa-settings-autosave.php:2310
10208
  #, fuzzy
10209
  msgid "The color of the image border and text background."
10210
  msgstr "Die Farbe der Bildhintergrund Rahmen und Text."
10211
 
10212
- #: wppa-settings-autosave.php:2313 wppa-settings-autosave.php:2324
10213
  #, fuzzy
10214
  msgid "Black"
10215
  msgstr "Schwarz"
10216
 
10217
- #: wppa-settings-autosave.php:2313 wppa-settings-autosave.php:2324
10218
  #, fuzzy
10219
  msgid "White"
10220
  msgstr "Weiß"
10221
 
10222
- #: wppa-settings-autosave.php:2320
10223
  #, fuzzy
10224
  msgid "Overlay background color"
10225
  msgstr "Overlay Hintergrundfarbe auflisten"
10226
 
10227
- #: wppa-settings-autosave.php:2321
10228
  #, fuzzy
10229
  msgid "The color of the outer background."
10230
  msgstr "Die Farbe des äußeren Hintergrund."
10231
 
10232
- #: wppa-settings-autosave.php:2331
10233
  #, fuzzy
10234
  msgid "Overlay slide name"
10235
  msgstr "Overlay-Folie-name"
10236
 
10237
- #: wppa-settings-autosave.php:2332
10238
  #, fuzzy
10239
  msgid "Show name if from slide."
10240
  msgstr "Name der Show aus Folie."
10241
 
10242
- #: wppa-settings-autosave.php:2333
10243
  #, fuzzy
10244
  msgid ""
10245
  "Shows the photos name on a lightbox display when initiated from a slide."
@@ -10247,7 +10347,7 @@ msgstr ""
10247
  "Zeigt den Namen Fotos auf einer Lightbox-Anzeige, wenn von einer Folie "
10248
  "initiiert."
10249
 
10250
- #: wppa-settings-autosave.php:2334 wppa-settings-autosave.php:2344
10251
  #, fuzzy
10252
  msgid ""
10253
  "This setting also applies to film thumbnails if Table VI-11 is set to "
@@ -10256,17 +10356,17 @@ msgstr ""
10256
  "Diese Einstellung gilt auch für Film-Miniaturen, wenn Tabelle VI-11 auf "
10257
  "Lightbox Overlay festgelegt ist."
10258
 
10259
- #: wppa-settings-autosave.php:2341
10260
  #, fuzzy
10261
  msgid "Overlay slide desc"
10262
  msgstr "Overlay-Folie-desc"
10263
 
10264
- #: wppa-settings-autosave.php:2342
10265
  #, fuzzy
10266
  msgid "Show description if from slide."
10267
  msgstr "Beschreibung Wenn aus Folie."
10268
 
10269
- #: wppa-settings-autosave.php:2343
10270
  #, fuzzy
10271
  msgid ""
10272
  "Shows the photos description on a lightbox display when initiated from a "
@@ -10275,17 +10375,17 @@ msgstr ""
10275
  "Zeigt die Beschreibung des Fotos auf einer Lightbox-Anzeige, wenn von einer "
10276
  "Folie initiiert."
10277
 
10278
- #: wppa-settings-autosave.php:2351
10279
  #, fuzzy
10280
  msgid "Overlay thumb name"
10281
  msgstr "Overlay-Daumen-name"
10282
 
10283
- #: wppa-settings-autosave.php:2352
10284
  #, fuzzy
10285
  msgid "Show the photos name if from thumb."
10286
  msgstr "Zeigen Sie, dass die Fotos aus dem Daumen zu nennen."
10287
 
10288
- #: wppa-settings-autosave.php:2353
10289
  #, fuzzy
10290
  msgid ""
10291
  "Shows the name on a lightbox display when initiated from a standard "
@@ -10294,7 +10394,7 @@ msgstr ""
10294
  "Zeigt den Namen auf einer Lightbox-Anzeige wenn von einer standard "
10295
  "Miniaturansicht oder ein Widget Thumbnail initiiert."
10296
 
10297
- #: wppa-settings-autosave.php:2354 wppa-settings-autosave.php:2364
10298
  #, fuzzy
10299
  msgid ""
10300
  "This setting applies to standard thumbnails, thumbnail-, comment-, topten- "
@@ -10303,17 +10403,17 @@ msgstr ""
10303
  "Diese Einstellung gilt für standard Miniaturen, Miniatur, Kommentar, Topten- "
10304
  "und RT-Widget."
10305
 
10306
- #: wppa-settings-autosave.php:2361
10307
  #, fuzzy
10308
  msgid "Overlay thumb desc"
10309
  msgstr "Overlay-Daumen-desc"
10310
 
10311
- #: wppa-settings-autosave.php:2362
10312
  #, fuzzy
10313
  msgid "Show description if from thumb."
10314
  msgstr "Beschreibung von Daumen."
10315
 
10316
- #: wppa-settings-autosave.php:2363
10317
  #, fuzzy
10318
  msgid ""
10319
  "Shows the photos description on a lightbox display when initiated from a "
@@ -10322,17 +10422,17 @@ msgstr ""
10322
  "Zeigt die Fotos Beschreibung auf einer Lightbox-Anzeige wenn von einer "
10323
  "standard Miniaturansicht oder ein Widget Thumbnail initiiert."
10324
 
10325
- #: wppa-settings-autosave.php:2371
10326
  #, fuzzy
10327
  msgid "Overlay potd name"
10328
  msgstr "Overlay-Potd-name"
10329
 
10330
- #: wppa-settings-autosave.php:2372
10331
  #, fuzzy
10332
  msgid "Show the photos name if from photo of the day."
10333
  msgstr "Zeigen Sie, dass die Fotos von Foto des Tages zu nennen."
10334
 
10335
- #: wppa-settings-autosave.php:2373
10336
  #, fuzzy
10337
  msgid ""
10338
  "Shows the name on a lightbox display when initiated from the photo of the "
@@ -10341,17 +10441,17 @@ msgstr ""
10341
  "Zeigt den Namen in einer Lightbox-Anzeige, wenn aus dem Foto des Tages "
10342
  "eingeleitet."
10343
 
10344
- #: wppa-settings-autosave.php:2380
10345
  #, fuzzy
10346
  msgid "Overlay potd desc"
10347
  msgstr "Overlay Potd desc"
10348
 
10349
- #: wppa-settings-autosave.php:2381
10350
  #, fuzzy
10351
  msgid "Show description if from from photo of the day."
10352
  msgstr "Beschreibung anzeigen wenn aus aus dem Foto des Tages."
10353
 
10354
- #: wppa-settings-autosave.php:2382
10355
  #, fuzzy
10356
  msgid ""
10357
  "Shows the photos description on a lightbox display when initiated from the "
@@ -10360,17 +10460,17 @@ msgstr ""
10360
  "Zeigt die Fotos Beschreibung auf eine Lightbox-Anzeige, wenn aus dem Foto "
10361
  "des Tages eingeleitet."
10362
 
10363
- #: wppa-settings-autosave.php:2389
10364
  #, fuzzy
10365
  msgid "Overlay sphoto name"
10366
  msgstr "Overlay Sphoto Namen"
10367
 
10368
- #: wppa-settings-autosave.php:2390
10369
  #, fuzzy
10370
  msgid "Show the photos name if from a single photo."
10371
  msgstr "Zeigen Sie, dass die Fotos aus einem einzigen Foto zu nennen."
10372
 
10373
- #: wppa-settings-autosave.php:2391
10374
  #, fuzzy
10375
  msgid ""
10376
  "Shows the name on a lightbox display when initiated from a single photo."
@@ -10378,17 +10478,17 @@ msgstr ""
10378
  "Zeigt den Namen in einer Lightbox-Anzeige, wenn aus einem einzigen Foto "
10379
  "initiiert."
10380
 
10381
- #: wppa-settings-autosave.php:2398
10382
  #, fuzzy
10383
  msgid "Overlay sphoto desc"
10384
  msgstr "Overlay Sphoto desc"
10385
 
10386
- #: wppa-settings-autosave.php:2399
10387
  #, fuzzy
10388
  msgid "Show description if from from a single photo."
10389
  msgstr "Beschreibung anzeigen wenn aus aus einem einzigen Foto."
10390
 
10391
- #: wppa-settings-autosave.php:2400
10392
  #, fuzzy
10393
  msgid ""
10394
  "Shows the photos description on a lightbox display when initiated from a "
@@ -10397,19 +10497,19 @@ msgstr ""
10397
  "Zeigt die Fotos Beschreibung auf einer Lightbox-Anzeige, wenn aus einem "
10398
  "einzigen Foto initiiert."
10399
 
10400
- #: wppa-settings-autosave.php:2407
10401
  #, fuzzy
10402
  msgid "Overlay mphoto name"
10403
  msgstr "Overlay Mphoto Namen"
10404
 
10405
- #: wppa-settings-autosave.php:2408
10406
  #, fuzzy
10407
  msgid "Show the photos name if from a single media style photo."
10408
  msgstr ""
10409
  "Zeigen Sie, dass die Fotos wenn von einem einzelnen Medium Stil Foto zu "
10410
  "nennen."
10411
 
10412
- #: wppa-settings-autosave.php:2409
10413
  #, fuzzy
10414
  msgid ""
10415
  "Shows the name on a lightbox display when initiated from a single media "
@@ -10418,17 +10518,17 @@ msgstr ""
10418
  "Zeigt den Namen in einer Lightbox-Anzeige, wenn aus einem einzelnen Medium "
10419
  "Stil Foto initiiert."
10420
 
10421
- #: wppa-settings-autosave.php:2416
10422
  #, fuzzy
10423
  msgid "Overlay mphoto desc"
10424
  msgstr "Overlay Mphoto desc"
10425
 
10426
- #: wppa-settings-autosave.php:2417
10427
  #, fuzzy
10428
  msgid "Show description if from from a media style photo."
10429
  msgstr "Beschreibung anzeigen wenn aus von einem Medien-Stil-Foto."
10430
 
10431
- #: wppa-settings-autosave.php:2418
10432
  #, fuzzy
10433
  msgid ""
10434
  "Shows the photos description on a lightbox display when initiated from a "
@@ -10437,17 +10537,17 @@ msgstr ""
10437
  "Zeigt die Fotos Beschreibung auf einer Lightbox-Anzeige, wenn von einem "
10438
  "einzelnen Medium Stil Foto initiiert."
10439
 
10440
- #: wppa-settings-autosave.php:2425
10441
  #, fuzzy
10442
  msgid "Overlay albumwidget name"
10443
  msgstr "Overlay Albumwidget Namen"
10444
 
10445
- #: wppa-settings-autosave.php:2426
10446
  #, fuzzy
10447
  msgid "Show the photos name if from the album widget."
10448
  msgstr "Zeigen Sie, dass die Fotos aus dem Album Widget zu nennen."
10449
 
10450
- #: wppa-settings-autosave.php:2427
10451
  #, fuzzy
10452
  msgid ""
10453
  "Shows the name on a lightbox display when initiated from the album widget."
@@ -10455,17 +10555,17 @@ msgstr ""
10455
  "Zeigt den Namen in einer Lightbox-Anzeige, wenn aus dem Album Widget "
10456
  "initiiert."
10457
 
10458
- #: wppa-settings-autosave.php:2434
10459
  #, fuzzy
10460
  msgid "Overlay albumwidget desc"
10461
  msgstr "Overlay Albumwidget desc"
10462
 
10463
- #: wppa-settings-autosave.php:2435
10464
  #, fuzzy
10465
  msgid "Show description if from from the album widget."
10466
  msgstr "Beschreibung anzeigen wenn aus aus dem Album Widget."
10467
 
10468
- #: wppa-settings-autosave.php:2436
10469
  #, fuzzy
10470
  msgid ""
10471
  "Shows the photos description on a lightbox display when initiated from the "
@@ -10474,17 +10574,17 @@ msgstr ""
10474
  "Zeigt die Fotos Beschreibung auf einer Lightbox-Anzeige, wenn aus dem Album "
10475
  "Widget initiiert."
10476
 
10477
- #: wppa-settings-autosave.php:2443
10478
  #, fuzzy
10479
  msgid "Overlay coverphoto name"
10480
  msgstr "Overlay Titelfoto name"
10481
 
10482
- #: wppa-settings-autosave.php:2444
10483
  #, fuzzy
10484
  msgid "Show the photos name if from the album cover."
10485
  msgstr "Zeigen Sie, dass die Fotos aus dem Album-Cover zu nennen."
10486
 
10487
- #: wppa-settings-autosave.php:2445
10488
  #, fuzzy
10489
  msgid ""
10490
  "Shows the name on a lightbox display when initiated from the album "
@@ -10493,17 +10593,17 @@ msgstr ""
10493
  "Zeigt den Namen in einer Lightbox-Anzeige, wenn aus dem Album Titelfoto "
10494
  "initiiert."
10495
 
10496
- #: wppa-settings-autosave.php:2452
10497
  #, fuzzy
10498
  msgid "Overlay coverphoto desc"
10499
  msgstr "Overlay Titelfoto desc"
10500
 
10501
- #: wppa-settings-autosave.php:2453
10502
  #, fuzzy
10503
  msgid "Show description if from from the album cover."
10504
  msgstr "Beschreibung anzeigen wenn aus aus dem Album-Cover."
10505
 
10506
- #: wppa-settings-autosave.php:2454
10507
  #, fuzzy
10508
  msgid ""
10509
  "Shows the photos description on a lightbox display when initiated from the "
@@ -10512,17 +10612,17 @@ msgstr ""
10512
  "Zeigt die Beschreibung des Fotos auf einer Lightbox-Anzeige wenn von dem "
10513
  "Album Titelfoto initiiert."
10514
 
10515
- #: wppa-settings-autosave.php:2461
10516
  #, fuzzy
10517
  msgid "Overlay add owner"
10518
  msgstr "Folie hinzufügen Besitzer"
10519
 
10520
- #: wppa-settings-autosave.php:2462
10521
  #, fuzzy
10522
  msgid "Add the owner to the photo name on lightbox displays."
10523
  msgstr "Der Name des Fotos auf Lightbox-Displays den Besitzer hinzufügen."
10524
 
10525
- #: wppa-settings-autosave.php:2463
10526
  #, fuzzy
10527
  msgid ""
10528
  "This setting is independant of the show name switches and is a global "
@@ -10531,64 +10631,64 @@ msgstr ""
10531
  "Diese Einstellung ist unabhängig von der Show Name Schalter und ist eine "
10532
  "globale Einstellung."
10533
 
10534
- #: wppa-settings-autosave.php:2470
10535
  #, fuzzy
10536
  msgid "Overlay show start/stop"
10537
  msgstr "Overlay zeigen, Start/Stopp"
10538
 
10539
- #: wppa-settings-autosave.php:2471
10540
  #, fuzzy
10541
  msgid "Show Start and Stop for running slideshow on lightbox."
10542
  msgstr "Zeigen Sie Start und Stopp für Diashow auf Lightbox an"
10543
 
10544
- #: wppa-settings-autosave.php:2479
10545
  #, fuzzy
10546
  msgid "Overlay show legenda"
10547
  msgstr "Overlay zeigen legenda"
10548
 
10549
- #: wppa-settings-autosave.php:2480
10550
  #, fuzzy
10551
  msgid "Show \"Press f for fullsize\" etc. on lightbox."
10552
  msgstr "Zeigen \"Presse f für Fullsize\" etc. auf Lightbox."
10553
 
10554
- #: wppa-settings-autosave.php:2481
10555
  #, fuzzy
10556
  msgid "Independant of this setting, it will not show up on mobile devices."
10557
  msgstr ""
10558
  "Independant dieser Einstellung, wird es nicht auf mobilen Geräten auftauchen."
10559
 
10560
- #: wppa-settings-autosave.php:2488
10561
  #, fuzzy
10562
  msgid "Show fullscreen icons"
10563
  msgstr "Fullscreen Symbole anzeigen"
10564
 
10565
- #: wppa-settings-autosave.php:2489
10566
  #, fuzzy
10567
  msgid "Shows fullscreen and back to normal icon buttons on upper right corner"
10568
  msgstr ""
10569
  "Fullscreen und zurück zum normalen Symbolschaltflächen zeigt rechts oben"
10570
 
10571
- #: wppa-settings-autosave.php:2497
10572
  #, fuzzy
10573
  msgid "Overlay show counter"
10574
  msgstr "Overlay-Show-Zähler"
10575
 
10576
- #: wppa-settings-autosave.php:2498
10577
  #, fuzzy
10578
  msgid "Show the x/y counter below the image."
10579
  msgstr "Zeigen die X / y-Schalter unterhalb des Bildes."
10580
 
10581
- #: wppa-settings-autosave.php:2506
10582
  #, fuzzy
10583
  msgid "Show Zoom in"
10584
  msgstr "Zeigen Sie Zoom in"
10585
 
10586
- #: wppa-settings-autosave.php:2507
10587
  #, fuzzy
10588
  msgid "Display tooltip \"Zoom in\" along with the magnifier cursor."
10589
  msgstr "Tooltip \"Zoom in\" zusammen mit der Lupe-Cursor angezeigt."
10590
 
10591
- #: wppa-settings-autosave.php:2508
10592
  #, fuzzy
10593
  msgid ""
10594
  "If you select ---none--- in Table I-G2 for magnifier size, the tooltop "
@@ -10597,22 +10697,22 @@ msgstr ""
10597
  "Wenn Sie---keine---in Tabelle ich-G2 für Lupe Größe auswählen, enthält die "
10598
  "Tooltop der Name des Fotos."
10599
 
10600
- #: wppa-settings-autosave.php:2516
10601
  #, fuzzy
10602
  msgid "Frontend upload configuration settings"
10603
  msgstr "Frontend Upload Konfigurationseinstellungen"
10604
 
10605
- #: wppa-settings-autosave.php:2518
10606
  #, fuzzy
10607
  msgid "User upload Photos"
10608
  msgstr "Fotos Hochladen"
10609
 
10610
- #: wppa-settings-autosave.php:2519
10611
  #, fuzzy
10612
  msgid "Enable frontend upload."
10613
  msgstr "Ermöglichen Sie Frontend Upload."
10614
 
10615
- #: wppa-settings-autosave.php:2520
10616
  #, fuzzy
10617
  msgid ""
10618
  "If you check this item, frontend upload will be enabled according to the "
@@ -10621,42 +10721,42 @@ msgstr ""
10621
  "Wenn Sie dieses Element zu überprüfen, wird Frontend Upload gemäß den Regeln "
10622
  "in dieser Tabelle die folgenden Elemente aktiviert werden."
10623
 
10624
- #: wppa-settings-autosave.php:2528
10625
  #, fuzzy
10626
  msgid "User upload Video"
10627
  msgstr "Video hochladen"
10628
 
10629
- #: wppa-settings-autosave.php:2529
10630
  #, fuzzy
10631
  msgid "Enable frontend upload of video."
10632
  msgstr "Frontend Upload von Videos zu ermöglichen."
10633
 
10634
- #: wppa-settings-autosave.php:2530 wppa-settings-autosave.php:2540
10635
  #, fuzzy
10636
  msgid "Requires Table II-H1 to be ticked."
10637
  msgstr "Tabelle II-H1 bis angekreuzt werden muss."
10638
 
10639
- #: wppa-settings-autosave.php:2538
10640
  #, fuzzy
10641
  msgid "User upload Audio"
10642
  msgstr "Audio hochladen"
10643
 
10644
- #: wppa-settings-autosave.php:2539
10645
  #, fuzzy
10646
  msgid "Enable frontend upload of audio."
10647
  msgstr "Frontend Upload von Audio zu ermöglichen."
10648
 
10649
- #: wppa-settings-autosave.php:2548
10650
  #, fuzzy
10651
  msgid "User upload Photos login"
10652
  msgstr "User Login Fotos hochladen"
10653
 
10654
- #: wppa-settings-autosave.php:2549
10655
  #, fuzzy
10656
  msgid "Frontend upload requires the user is logged in."
10657
  msgstr "Frontend Upload erfordert, dass der Benutzer angemeldet ist."
10658
 
10659
- #: wppa-settings-autosave.php:2550
10660
  #, fuzzy
10661
  msgid ""
10662
  "If you uncheck this box, make sure you check the item Owners only in Table "
@@ -10665,7 +10765,7 @@ msgstr ""
10665
  "Wenn Sie dieses Kontrollkästchen deaktivieren, stellen Sie sicher, dass Sie "
10666
  "das Element nur in Tabelle VII-D1 Besitzer überprüfen."
10667
 
10668
- #: wppa-settings-autosave.php:2551
10669
  #, fuzzy
10670
  msgid ""
10671
  "Also: set the owner to ---public--- of the albums that are allowed to be "
@@ -10674,47 +10774,47 @@ msgstr ""
10674
  "Auch: Festlegen des Besitzers---öffentliche---der Alben, die hochgeladen "
10675
  "werden dürfen."
10676
 
10677
- #: wppa-settings-autosave.php:2558
10678
  #, fuzzy
10679
  msgid "User upload Ajax"
10680
  msgstr "User-Upload Ajax"
10681
 
10682
- #: wppa-settings-autosave.php:2559
10683
  #, fuzzy
10684
  msgid "Shows the upload progression bar."
10685
  msgstr "Der Upload Fortschrittsbalken zeigt."
10686
 
10687
- #: wppa-settings-autosave.php:2567
10688
  #, fuzzy
10689
  msgid "Show Copyright"
10690
  msgstr "Urheberrecht anzeigen"
10691
 
10692
- #: wppa-settings-autosave.php:2568
10693
  #, fuzzy
10694
  msgid "Show a copyright warning on frontend upload locations."
10695
  msgstr "Eine copyright-Warnung auf Frontend Upload Standorte anzeigen."
10696
 
10697
- #: wppa-settings-autosave.php:2577
10698
  #, fuzzy
10699
  msgid "Copyright notice"
10700
  msgstr "Urheberrechtsvermerk"
10701
 
10702
- #: wppa-settings-autosave.php:2578
10703
  #, fuzzy
10704
  msgid "The message to be displayed."
10705
  msgstr "Der Nachrichtentext der angezeigt werden soll."
10706
 
10707
- #: wppa-settings-autosave.php:2586
10708
  #, fuzzy
10709
  msgid "User Watermark"
10710
  msgstr "Benutzer-Wasserzeichen"
10711
 
10712
- #: wppa-settings-autosave.php:2587
10713
  #, fuzzy
10714
  msgid "Uploading users may select watermark settings"
10715
  msgstr "Benutzer hochladen kann Wasserzeichen Einstellungen auswählen."
10716
 
10717
- #: wppa-settings-autosave.php:2588
10718
  #, fuzzy
10719
  msgid ""
10720
  "If checked, anyone who can upload and/or import photos can overrule the "
@@ -10723,17 +10823,17 @@ msgstr ""
10723
  "Wenn diese Option aktiviert, kann wer kann/hochladen oder importieren Sie "
10724
  "Fotos Wasserzeichen Standardeinstellungen außer Kraft setzen."
10725
 
10726
- #: wppa-settings-autosave.php:2595
10727
  #, fuzzy
10728
  msgid "User name"
10729
  msgstr "Benutzername"
10730
 
10731
- #: wppa-settings-autosave.php:2596
10732
  #, fuzzy
10733
  msgid "Uploading users may overrule the default name."
10734
  msgstr "Hochladen von Benutzern kann der Standardname überstimmen."
10735
 
10736
- #: wppa-settings-autosave.php:2597
10737
  #, fuzzy
10738
  msgid ""
10739
  "If checked, the default photo name as defined in Table IX-D13 may be "
@@ -10742,17 +10842,17 @@ msgstr ""
10742
  "Wenn diese Option aktiviert, kann der Standardname Foto wie in Tabelle IX-"
10743
  "D13 definiert durch den Benutzer überstimmt werden."
10744
 
10745
- #: wppa-settings-autosave.php:2604
10746
  #, fuzzy
10747
  msgid "Apply Newphoto desc user"
10748
  msgstr "Newphoto Desc Benutzer anwenden"
10749
 
10750
- #: wppa-settings-autosave.php:2605
10751
  #, fuzzy
10752
  msgid "Give each new frontend uploaded photo a standard description."
10753
  msgstr "Beschreiben Sie jedes neue Foto hochgeladen Frontend standard."
10754
 
10755
- #: wppa-settings-autosave.php:2606
10756
  #, fuzzy
10757
  msgid ""
10758
  "If checked, each new photo will get the description (template) as specified "
@@ -10761,92 +10861,92 @@ msgstr ""
10761
  "Wenn diese Option aktiviert, wird jedes neue Foto die Beschreibung (Vorlage) "
10762
  "wie angegeben in Tabelle IX-D5 erhalten."
10763
 
10764
- #: wppa-settings-autosave.php:2613
10765
  #, fuzzy
10766
  msgid "User desc"
10767
  msgstr "Benutzer desc"
10768
 
10769
- #: wppa-settings-autosave.php:2614
10770
  #, fuzzy
10771
  msgid "Uploading users may overrule the default description."
10772
  msgstr "Hochladen von Benutzern kann die Standardbeschreibung überstimmen."
10773
 
10774
- #: wppa-settings-autosave.php:2622
10775
  #, fuzzy
10776
  msgid "User upload custom"
10777
  msgstr "Individuelle Benutzer hochladen"
10778
 
10779
- #: wppa-settings-autosave.php:2623
10780
  #, fuzzy
10781
  msgid "Frontend upload can fill in custom data fields."
10782
  msgstr "Frontend Upload kann benutzerdefinierte Datenfelder ausfüllen."
10783
 
10784
- #: wppa-settings-autosave.php:2631
10785
  #, fuzzy
10786
  msgid "User upload tags"
10787
  msgstr "User-Upload-tags"
10788
 
10789
- #: wppa-settings-autosave.php:2632
10790
  #, fuzzy
10791
  msgid "Frontend upload can add tags."
10792
  msgstr "Frontend Upload kann Tags hinzufügen."
10793
 
10794
- #: wppa-settings-autosave.php:2633
10795
  #, fuzzy
10796
  msgid "You can configure the details of tag addition in Table IX-D18.x"
10797
  msgstr ""
10798
  "Sie können die Details der Tag zusätzlich in Tabelle IX-D18.x konfigurieren."
10799
 
10800
- #: wppa-settings-autosave.php:2641 wppa-settings-autosave.php:2669
10801
- #: wppa-settings-autosave.php:2697
10802
  #, fuzzy
10803
  msgid "Tag selection box"
10804
  msgstr "Tag-Auswahl-box"
10805
 
10806
- #: wppa-settings-autosave.php:2642 wppa-settings-autosave.php:2670
10807
- #: wppa-settings-autosave.php:2698
10808
  #, fuzzy
10809
  msgid "Front-end upload tags selecion box."
10810
  msgstr "Front-End-Upload Tags Selecion Box."
10811
 
10812
- #: wppa-settings-autosave.php:2646 wppa-settings-autosave.php:2674
10813
- #: wppa-settings-autosave.php:2702
10814
  #, fuzzy
10815
  msgid "On:"
10816
  msgstr "Am:"
10817
 
10818
- #: wppa-settings-autosave.php:2646 wppa-settings-autosave.php:2674
10819
- #: wppa-settings-autosave.php:2702
10820
  #, fuzzy
10821
  msgid "Multi:"
10822
  msgstr "Multi Tagged photos"
10823
 
10824
- #: wppa-settings-autosave.php:2651 wppa-settings-autosave.php:2679
10825
- #: wppa-settings-autosave.php:2707
10826
  #, fuzzy
10827
  msgid "Caption box"
10828
  msgstr "Feld Beschriftung"
10829
 
10830
- #: wppa-settings-autosave.php:2652 wppa-settings-autosave.php:2680
10831
- #: wppa-settings-autosave.php:2708
10832
  #, fuzzy
10833
  msgid "The title of the tag selection box."
10834
  msgstr "Der Titel der Tag-Auswahl-Box."
10835
 
10836
- #: wppa-settings-autosave.php:2660 wppa-settings-autosave.php:2688
10837
- #: wppa-settings-autosave.php:2716
10838
  #, fuzzy
10839
  msgid "Tags box"
10840
  msgstr "Tags Feld"
10841
 
10842
- #: wppa-settings-autosave.php:2661 wppa-settings-autosave.php:2689
10843
- #: wppa-settings-autosave.php:2717
10844
  #, fuzzy
10845
  msgid "The tags in the selection box."
10846
  msgstr "Die Tags in der Auswahlbox."
10847
 
10848
- #: wppa-settings-autosave.php:2662 wppa-settings-autosave.php:2690
10849
- #: wppa-settings-autosave.php:2718
10850
  #, fuzzy
10851
  msgid ""
10852
  "Enter the tags you want to appear in the selection box. Empty means: all "
@@ -10855,143 +10955,143 @@ msgstr ""
10855
  "Geben Sie die Tags, die Sie in der Auswahlbox angezeigt werden soll. Leer "
10856
  "bedeutet: alle vorhandenen Tags"
10857
 
10858
- #: wppa-settings-autosave.php:2725
10859
  #, fuzzy
10860
  msgid "New tags"
10861
  msgstr "Neue tags"
10862
 
10863
- #: wppa-settings-autosave.php:2726
10864
  #, fuzzy
10865
  msgid "Input field for any user defined tags."
10866
  msgstr "Eingabefeld für jeden Benutzer definiert Tags."
10867
 
10868
- #: wppa-settings-autosave.php:2734
10869
  #, fuzzy
10870
  msgid "New tags caption"
10871
  msgstr "Neue Tags Beschriftung"
10872
 
10873
- #: wppa-settings-autosave.php:2735
10874
  #, fuzzy
10875
  msgid "The caption above the tags input field."
10876
  msgstr "Die Beschriftung über dem Eingabefeld Tags."
10877
 
10878
- #: wppa-settings-autosave.php:2743
10879
  #, fuzzy
10880
  msgid "Preview tags"
10881
  msgstr "Vorschau tags:"
10882
 
10883
- #: wppa-settings-autosave.php:2744
10884
  #, fuzzy
10885
  msgid "Show a preview of all tags that will be added to the photo info."
10886
  msgstr ""
10887
  "Zeigen Sie eine Vorschau aller Tags, die die Foto-Info hinzugefügt werden "
10888
  "wird."
10889
 
10890
- #: wppa-settings-autosave.php:2752
10891
  #, fuzzy
10892
  msgid "Camera connect"
10893
  msgstr "Anschließen der Kamera"
10894
 
10895
- #: wppa-settings-autosave.php:2753
10896
  #, fuzzy
10897
  msgid "Connect frontend upload to camara on mobile devices with camera"
10898
  msgstr "Verbinden Sie Frontend Upload Camara auf mobilen Geräten mit Kamera"
10899
 
10900
- #: wppa-settings-autosave.php:2762
10901
  #, fuzzy
10902
  msgid "Miscellaneous visibility settings"
10903
  msgstr "Diverses Sichtbarkeits-Einstellungen"
10904
 
10905
- #: wppa-settings-autosave.php:2764
10906
  #, fuzzy
10907
  msgid "Frontend ending label"
10908
  msgstr "Frontend-Endung-label"
10909
 
10910
- #: wppa-settings-autosave.php:2765
10911
  #, fuzzy
10912
  msgid "Frontend upload / create / edit dialog closing label text."
10913
  msgstr ""
10914
  "Frontend upload / erstellen / bearbeiten Dialog schließen Beschriftungstext."
10915
 
10916
- #: wppa-settings-autosave.php:2768
10917
  #, fuzzy
10918
  msgid "Abort"
10919
  msgstr "流产"
10920
 
10921
- #: wppa-settings-autosave.php:2768
10922
  #, fuzzy
10923
  msgid "Close"
10924
  msgstr "Schließen"
10925
 
10926
- #: wppa-settings-autosave.php:2768
10927
  #, fuzzy
10928
  msgid "Exit"
10929
  msgstr ""
10930
  "Tasten: f = nächsten Modus; q,x = verlassen; p = vorheriges, n = nächstes, s "
10931
  "= Start / Stop, d = entlassen diesen Hinweis."
10932
 
10933
- #: wppa-settings-autosave.php:2768
10934
  #, fuzzy
10935
  msgid "Quit"
10936
  msgstr "Beenden"
10937
 
10938
- #: wppa-settings-autosave.php:2776
10939
  #, fuzzy
10940
  msgid "Widget thumbs fontsize"
10941
  msgstr "Widget Daumen fontsize"
10942
 
10943
- #: wppa-settings-autosave.php:2777
10944
  #, fuzzy
10945
  msgid "Font size for thumbnail subtext in widgets."
10946
  msgstr "Schriftgröße für Miniaturansicht Subtext in Widgets."
10947
 
10948
- #: wppa-settings-autosave.php:2785
10949
  #, fuzzy
10950
  msgid "Arrow color"
10951
  msgstr "Pfeilfarbe"
10952
 
10953
- #: wppa-settings-autosave.php:2786
10954
  #, fuzzy
10955
  msgid "Left/right browsing arrow color."
10956
  msgstr "Links/rechts Pfeilfarbe durchsuchen."
10957
 
10958
- #: wppa-settings-autosave.php:2787
10959
  #, fuzzy
10960
  msgid "Enter the color of the filmstrip navigation arrows."
10961
  msgstr "Geben Sie die Farbe des Filmstreifen-Navigationspfeile."
10962
 
10963
- #: wppa-settings-autosave.php:2794
10964
  #, fuzzy
10965
  msgid "Owner on new line"
10966
  msgstr "Beim neuen Besitzer"
10967
 
10968
- #: wppa-settings-autosave.php:2795
10969
  #, fuzzy
10970
  msgid "Place the (owner) text on a new line."
10971
  msgstr "Platzieren Sie den (Besitzer) Text in einer neuen Zeile."
10972
 
10973
- #: wppa-settings-autosave.php:2803
10974
  #, fuzzy
10975
  msgid "Custom datafields"
10976
  msgstr "Benutzerdefinierte datafields"
10977
 
10978
- #: wppa-settings-autosave.php:2804
10979
  #, fuzzy
10980
  msgid "Define up to 10 custom data fields for photos."
10981
  msgstr "Definieren Sie bis zu 10 benutzerdefinierte Datenfelder für Fotos."
10982
 
10983
- #: wppa-settings-autosave.php:2814
10984
  #, fuzzy, php-format
10985
  msgid "Name, vis, edit %s"
10986
  msgstr "Name, Vis, bearbeiten %s"
10987
 
10988
- #: wppa-settings-autosave.php:2815
10989
  #, fuzzy, php-format
10990
  msgid "The caption for field %s, visibility and editability at frontend."
10991
  msgstr ""
10992
  "Die Beschriftung für Feld %s, Transparenz und Editierbarkeit am Frontend."
10993
 
10994
- #: wppa-settings-autosave.php:2816
10995
  #, fuzzy, php-format
10996
  msgid ""
10997
  "If you check the first box, the value of this field is displayable in photo "
@@ -11000,7 +11100,7 @@ msgstr ""
11000
  "Wenn Sie das erste Kästchen aktivieren, ist der Wert dieses Feldes "
11001
  "anzeigbare in Fotobeschreibungen am Frontend mit Stichwort w #c %s"
11002
 
11003
- #: wppa-settings-autosave.php:2817
11004
  #, fuzzy
11005
  msgid ""
11006
  "If you check the second box, the value of this field is editable at the "
@@ -11009,168 +11109,168 @@ msgstr ""
11009
  "Wenn Sie das zweite Kontrollkästchen aktivieren, ist der Wert dieses Feldes "
11010
  "im neuen Stil Dialog Frontend editierbar."
11011
 
11012
- #: wppa-settings-autosave.php:2829
11013
  #, fuzzy
11014
  msgid "Navigation symbols for slideshows and lighbox"
11015
  msgstr "Navigationssymbole für Diashows und lighbox"
11016
 
11017
- #: wppa-settings-autosave.php:2831
11018
  #, fuzzy
11019
  msgid "Start symbol url"
11020
  msgstr "Start-Symbol-url"
11021
 
11022
- #: wppa-settings-autosave.php:2832
11023
  #, fuzzy
11024
  msgid "Supply the url of an image for the start symbol"
11025
  msgstr "Geben Sie die Url eines Bildes für das Startsymbol"
11026
 
11027
- #: wppa-settings-autosave.php:2840
11028
  #, fuzzy
11029
  msgid "Pause symbol url"
11030
  msgstr "Pause-Symbol-url"
11031
 
11032
- #: wppa-settings-autosave.php:2841
11033
  #, fuzzy
11034
  msgid "Supply the url of an image for the pause symbol"
11035
  msgstr "Geben Sie die Url eines Bildes für das Pausensymbol"
11036
 
11037
- #: wppa-settings-autosave.php:2849
11038
  #, fuzzy
11039
  msgid "Stop symbol url"
11040
  msgstr "Symbol-Url zu stoppen"
11041
 
11042
- #: wppa-settings-autosave.php:2850
11043
  #, fuzzy
11044
  msgid "Supply the url of an image for the stop symbol"
11045
  msgstr "Geben Sie die Url eines Bildes für das Stopp-symbol"
11046
 
11047
- #: wppa-settings-autosave.php:2858
11048
  #, fuzzy
11049
  msgid "Left (prev) symbol url"
11050
  msgstr "Links (Prev) Symbol url"
11051
 
11052
- #: wppa-settings-autosave.php:2859
11053
  #, fuzzy
11054
  msgid "Supply the url of an image for the left symbol, if not default"
11055
  msgstr ""
11056
  "Liefern Sie die Url eines Bildes für das linke Symbol, wenn nicht "
11057
  "standardmäßige"
11058
 
11059
- #: wppa-settings-autosave.php:2867
11060
  #, fuzzy
11061
  msgid "Right (next) symbol url"
11062
  msgstr "Rechts (vorwärts) Symbol url"
11063
 
11064
- #: wppa-settings-autosave.php:2868
11065
  #, fuzzy
11066
  msgid "Supply the url of an image for the right symbol, if not default"
11067
  msgstr ""
11068
  "Liefern Sie die Url eines Bildes für das Rechte Symbol, wenn nicht "
11069
  "standardmäßige"
11070
 
11071
- #: wppa-settings-autosave.php:2877
11072
  #, fuzzy
11073
  msgid "The size of the start/pause symbols."
11074
  msgstr "Die Größe der Symbole Start/Pause."
11075
 
11076
- #: wppa-settings-autosave.php:2886 wppa-settings-autosave.php:2904
11077
  #, fuzzy
11078
  msgid "The border radius if the symbol is round"
11079
  msgstr "Der Grenze Radius, wenn das Symbol Runde"
11080
 
11081
- #: wppa-settings-autosave.php:2895 wppa-settings-autosave.php:2913
11082
  #, fuzzy
11083
  msgid "The size of the stop symbols."
11084
  msgstr "Die Größe der Symbole Halt."
11085
 
11086
- #: wppa-settings-autosave.php:2912
11087
  #, fuzzy
11088
  msgid "Left/right symbol size"
11089
  msgstr "Links/rechts Symbolgröße"
11090
 
11091
- #: wppa-settings-autosave.php:2921
11092
  #, fuzzy
11093
  msgid "Left/right symbol border radius"
11094
  msgstr "Links/rechts-Symbol Rahmenradius"
11095
 
11096
- #: wppa-settings-autosave.php:2922
11097
  #, fuzzy
11098
  msgid "The border radius"
11099
  msgstr "Radius des Rahmenecks"
11100
 
11101
- #: wppa-settings-autosave.php:2949
11102
  #, fuzzy
11103
  msgid "Table III:"
11104
  msgstr "Tabelle III:"
11105
 
11106
- #: wppa-settings-autosave.php:2949
11107
  #, fuzzy
11108
  msgid "Backgrounds:"
11109
  msgstr "Hintergründe"
11110
 
11111
- #: wppa-settings-autosave.php:2950
11112
  #, fuzzy
11113
  msgid "This table describes the backgrounds of wppa+ elements."
11114
  msgstr "Diese Tabelle beschreibt die Hintergründe der Wppa + Elemente."
11115
 
11116
- #: wppa-settings-autosave.php:2960 wppa-settings-autosave.php:3284
11117
  #, fuzzy
11118
  msgid "Background color"
11119
  msgstr "Hintergrundfarbe"
11120
 
11121
- #: wppa-settings-autosave.php:2961 wppa-settings-autosave.php:2963
11122
- #: wppa-settings-autosave.php:3285 wppa-settings-autosave.php:3287
11123
  #, fuzzy
11124
  msgid "Sample"
11125
  msgstr "Muster"
11126
 
11127
- #: wppa-settings-autosave.php:2962 wppa-settings-autosave.php:3286
11128
  #, fuzzy
11129
  msgid "Border color"
11130
  msgstr "Rahmenfarbe"
11131
 
11132
- #: wppa-settings-autosave.php:2971
11133
  #, fuzzy
11134
  msgid "Slideshow elements backgrounds"
11135
  msgstr "Diashow Elemente Hintergründe"
11136
 
11137
- #: wppa-settings-autosave.php:2973
11138
  #, fuzzy
11139
  msgid "Nav"
11140
  msgstr "Navigation"
11141
 
11142
- #: wppa-settings-autosave.php:2974
11143
  #, fuzzy
11144
  msgid "Navigation bars."
11145
  msgstr "Navigationsleisten."
11146
 
11147
- #: wppa-settings-autosave.php:2975
11148
  #, fuzzy
11149
  msgid "Enter valid CSS colors for navigation backgrounds and borders."
11150
  msgstr "Geben Sie gültige CSS Farben für Navigation Hintergründe und Grenzen."
11151
 
11152
- #: wppa-settings-autosave.php:2986
11153
  #, fuzzy
11154
  msgid "SlideImg"
11155
  msgstr "SlideImg"
11156
 
11157
- #: wppa-settings-autosave.php:2987
11158
  #, fuzzy
11159
  msgid "Fullsize Slideshow Photos."
11160
  msgstr "Fullsize-Slideshow Fotos."
11161
 
11162
- #: wppa-settings-autosave.php:2988
11163
  #, fuzzy
11164
  msgid "Enter valid CSS colors for fullsize photo backgrounds and borders."
11165
  msgstr ""
11166
  "Geben Sie gültige CSS Farben für Fullsize Fotohintergründe und Grenzen."
11167
 
11168
- #: wppa-settings-autosave.php:2989
11169
  #, fuzzy
11170
  msgid "The colors may be equal or \"transparent\""
11171
  msgstr "Die Farben können gleich oder \"transparent\" sein."
11172
 
11173
- #: wppa-settings-autosave.php:2990
11174
  #, fuzzy
11175
  msgid ""
11176
  "For more information about slideshow image borders see the help on Table I-B4"
@@ -11178,48 +11278,48 @@ msgstr ""
11178
  "Finden Sie für weitere Informationen zu Diashow Bildränder in der Hilfe auf "
11179
  "Tisch-B4"
11180
 
11181
- #: wppa-settings-autosave.php:3001 wppa-settings-autosave.php:4724
11182
  #, fuzzy
11183
  msgid "Numbar"
11184
  msgstr "Numbar"
11185
 
11186
- #: wppa-settings-autosave.php:3002
11187
  #, fuzzy
11188
  msgid "Number bar box background."
11189
  msgstr "Zahl bar Box Hintergrund."
11190
 
11191
- #: wppa-settings-autosave.php:3003
11192
  #, fuzzy
11193
  msgid "Enter valid CSS colors for numbar box backgrounds and borders."
11194
  msgstr "Geben Sie gültige CSS Farben für Numbar Feld Hintergründe und Grenzen."
11195
 
11196
- #: wppa-settings-autosave.php:3014
11197
  #, fuzzy
11198
  msgid "Numbar active"
11199
  msgstr "Numbar aktiv"
11200
 
11201
- #: wppa-settings-autosave.php:3015
11202
  #, fuzzy
11203
  msgid "Number bar active box background."
11204
  msgstr "Zahl bar aktive Box Hintergrund."
11205
 
11206
- #: wppa-settings-autosave.php:3016
11207
  #, fuzzy
11208
  msgid "Enter valid CSS colors for numbar active box backgrounds and borders."
11209
  msgstr ""
11210
  "Geben Sie gültige CSS Farben für Numbar aktive Box Hintergründe und Grenzen."
11211
 
11212
- #: wppa-settings-autosave.php:3027
11213
  #, fuzzy
11214
  msgid "Name/desc"
11215
  msgstr "Name/desc"
11216
 
11217
- #: wppa-settings-autosave.php:3028
11218
  #, fuzzy
11219
  msgid "Name and Description bars."
11220
  msgstr "Artikelname und Artikelbeschreibung"
11221
 
11222
- #: wppa-settings-autosave.php:3029
11223
  #, fuzzy
11224
  msgid ""
11225
  "Enter valid CSS colors for name and description box backgrounds and borders."
@@ -11227,95 +11327,95 @@ msgstr ""
11227
  "Geben Sie gültige CSS Farben für Name und Beschreibung Feld Hintergründe und "
11228
  "Grenzen."
11229
 
11230
- #: wppa-settings-autosave.php:3041
11231
  #, fuzzy
11232
  msgid "Comment input and display areas."
11233
  msgstr "Beiträge zu kommentieren und Anzeigeflächen."
11234
 
11235
- #: wppa-settings-autosave.php:3042
11236
  #, fuzzy
11237
  msgid "Enter valid CSS colors for comment box backgrounds and borders."
11238
  msgstr ""
11239
  "Geben Sie gültige CSS Farben für Kommentar-Box-Hintergründe und Grenzen."
11240
 
11241
- #: wppa-settings-autosave.php:3053 wppa-settings-autosave.php:8305
11242
- #: wppa-settings-autosave.php:8350
11243
  #, fuzzy
11244
  msgid "Custom"
11245
  msgstr "Benutzerdefiniert"
11246
 
11247
- #: wppa-settings-autosave.php:3054
11248
  #, fuzzy
11249
  msgid "Custom box background."
11250
  msgstr "Benutzerspezifischer Hintergrund"
11251
 
11252
- #: wppa-settings-autosave.php:3055
11253
  #, fuzzy
11254
  msgid "Enter valid CSS colors for custom box backgrounds and borders."
11255
  msgstr ""
11256
  "Geben Sie gültige CSS Farben für individuelle Box Hintergründe und Grenzen."
11257
 
11258
- #: wppa-settings-autosave.php:3066
11259
  #, fuzzy
11260
  msgid "IPTC"
11261
  msgstr "Iptc"
11262
 
11263
- #: wppa-settings-autosave.php:3067
11264
  #, fuzzy
11265
  msgid "IPTC display box background."
11266
  msgstr "IPTC-Feld Anzeigehintergrund."
11267
 
11268
- #: wppa-settings-autosave.php:3068
11269
  #, fuzzy
11270
  msgid "Enter valid CSS colors for iptc box backgrounds and borders."
11271
  msgstr "Geben Sie gültige CSS Farben für Iptc-Feld-Hintergründe und Grenzen."
11272
 
11273
- #: wppa-settings-autosave.php:3079
11274
  #, fuzzy
11275
  msgid "EXIF"
11276
  msgstr "Exif"
11277
 
11278
- #: wppa-settings-autosave.php:3080
11279
  #, fuzzy
11280
  msgid "EXIF display box background."
11281
  msgstr "EXIF Anzeige Box Hintergrund."
11282
 
11283
- #: wppa-settings-autosave.php:3081
11284
  #, fuzzy
11285
  msgid "Enter valid CSS colors for exif box backgrounds and borders."
11286
  msgstr "Geben Sie gültige CSS Farben für Exif-Feld-Hintergründe und Grenzen."
11287
 
11288
- #: wppa-settings-autosave.php:3092
11289
  #, fuzzy
11290
  msgid "Share"
11291
  msgstr "Teilen %s auf Google+"
11292
 
11293
- #: wppa-settings-autosave.php:3093
11294
  #, fuzzy
11295
  msgid "Share box display background."
11296
  msgstr "Box-Display-Hintergrund zu teilen."
11297
 
11298
- #: wppa-settings-autosave.php:3094
11299
  #, fuzzy
11300
  msgid "Enter valid CSS colors for share box backgrounds and borders."
11301
  msgstr "Geben Sie gültige CSS Farben für Anteil Box Hintergründe und Grenzen."
11302
 
11303
- #: wppa-settings-autosave.php:3105
11304
  #, fuzzy
11305
  msgid "Other backgrounds"
11306
  msgstr "Weitere Hintergründe"
11307
 
11308
- #: wppa-settings-autosave.php:3107
11309
  #, fuzzy
11310
  msgid "Even"
11311
  msgstr "Gleichhoch"
11312
 
11313
- #: wppa-settings-autosave.php:3108
11314
  #, fuzzy
11315
  msgid "Even background."
11316
  msgstr "Auch Hintergrund."
11317
 
11318
- #: wppa-settings-autosave.php:3109
11319
  #, fuzzy
11320
  msgid ""
11321
  "Enter valid CSS colors for even numbered backgrounds and borders of album "
@@ -11324,17 +11424,17 @@ msgstr ""
11324
  "Geben Sie gültige CSS Farben für geradzahligen Hintergründe und Grenzen der "
11325
  "Album-Cover und Miniaturansichten anzeigen \"als Cover\"."
11326
 
11327
- #: wppa-settings-autosave.php:3120
11328
  #, fuzzy
11329
  msgid "Odd"
11330
  msgstr "Seltsam."
11331
 
11332
- #: wppa-settings-autosave.php:3121
11333
  #, fuzzy
11334
  msgid "Odd background."
11335
  msgstr "Ungerade Hintergrund."
11336
 
11337
- #: wppa-settings-autosave.php:3122
11338
  #, fuzzy
11339
  msgid ""
11340
  "Enter valid CSS colors for odd numbered backgrounds and borders of album "
@@ -11343,19 +11443,19 @@ msgstr ""
11343
  "Geben Sie gültige CSS Farben für ungerade nummerierten Hintergründe und "
11344
  "Grenzen der Album-Cover und Miniaturansichten anzeigen \"als Cover\"."
11345
 
11346
- #: wppa-settings-autosave.php:3133
11347
  #, fuzzy
11348
  msgid "Thumbnail padding"
11349
  msgstr "Vorschaubild Padding"
11350
 
11351
- #: wppa-settings-autosave.php:3134
11352
  #, fuzzy
11353
  msgid "Thumbnail padding color if thumbnail aspect is a padded setting."
11354
  msgstr ""
11355
  "Miniaturansicht Polsterung Farbe, wenn die Miniaturansicht Aspekt ist eine "
11356
  "gepolsterte Einstellung."
11357
 
11358
- #: wppa-settings-autosave.php:3135
11359
  #, fuzzy
11360
  msgid ""
11361
  "Enter valid CSS color hexadecimal like #000000 for black or #ffffff for "
@@ -11364,17 +11464,17 @@ msgstr ""
11364
  "Geben Sie gültige CSS Farbe Hexadezimal wie #000000 für Schwarz oder #ffffff "
11365
  "für weiß für die gepolsterte Thumbnails."
11366
 
11367
- #: wppa-settings-autosave.php:3146
11368
  #, fuzzy
11369
  msgid "Img"
11370
  msgstr "Bild"
11371
 
11372
- #: wppa-settings-autosave.php:3147
11373
  #, fuzzy
11374
  msgid "Cover Photos and popups."
11375
  msgstr "Titelbilder und Popups."
11376
 
11377
- #: wppa-settings-autosave.php:3148
11378
  #, fuzzy
11379
  msgid ""
11380
  "Enter valid CSS colors for Cover photo and popup backgrounds and borders."
@@ -11382,116 +11482,116 @@ msgstr ""
11382
  "Geben Sie gültige CSS Farben für Cover-Foto und Popup-Hintergründe und "
11383
  "Grenzen."
11384
 
11385
- #: wppa-settings-autosave.php:3160
11386
  #, fuzzy
11387
  msgid "Upload box background."
11388
  msgstr "Hochladen Sie Box Hintergrund."
11389
 
11390
- #: wppa-settings-autosave.php:3161
11391
  #, fuzzy
11392
  msgid "Enter valid CSS colors for upload box backgrounds and borders."
11393
  msgstr "Geben Sie gültige CSS Farben für Upload Box Hintergründe und Grenzen."
11394
 
11395
- #: wppa-settings-autosave.php:3172
11396
  #, fuzzy
11397
  msgid "Multitag"
11398
  msgstr "Multitag"
11399
 
11400
- #: wppa-settings-autosave.php:3173
11401
  #, fuzzy
11402
  msgid "Multitag box background."
11403
  msgstr "Multitag Feld Hintergrund."
11404
 
11405
- #: wppa-settings-autosave.php:3174
11406
  #, fuzzy
11407
  msgid "Enter valid CSS colors for multitag box backgrounds and borders."
11408
  msgstr ""
11409
  "Geben Sie gültige CSS Farben für multitag Box Hintergründe und Grenzen."
11410
 
11411
- #: wppa-settings-autosave.php:3185
11412
  #, fuzzy
11413
  msgid "Tagcloud"
11414
  msgstr "Tagcloud"
11415
 
11416
- #: wppa-settings-autosave.php:3186
11417
  #, fuzzy
11418
  msgid "Tagcloud box background."
11419
  msgstr "Schlagwortwolke Hintergrund"
11420
 
11421
- #: wppa-settings-autosave.php:3187
11422
  #, fuzzy
11423
  msgid "Enter valid CSS colors for tagcloud box backgrounds and borders."
11424
  msgstr ""
11425
  "Geben Sie gültige CSS Farben für Tagcloud Box Hintergründe und Grenzen."
11426
 
11427
- #: wppa-settings-autosave.php:3198
11428
  #, fuzzy
11429
  msgid "Superview"
11430
  msgstr "Superview"
11431
 
11432
- #: wppa-settings-autosave.php:3199
11433
  #, fuzzy
11434
  msgid "Superview box background."
11435
  msgstr "Superview Feld Hintergrund."
11436
 
11437
- #: wppa-settings-autosave.php:3200
11438
  #, fuzzy
11439
  msgid "Enter valid CSS colors for superview box backgrounds and borders."
11440
  msgstr ""
11441
  "Geben Sie gültige CSS Farben für Superview Box Hintergründe und Grenzen."
11442
 
11443
- #: wppa-settings-autosave.php:3212
11444
  #, fuzzy
11445
  msgid "Search box background."
11446
  msgstr "Suchbox-Hintergrund"
11447
 
11448
- #: wppa-settings-autosave.php:3213
11449
  #, fuzzy
11450
  msgid "Enter valid CSS colors for search box backgrounds and borders."
11451
  msgstr "Geben Sie gültige CSS Farben für Suche Box Hintergründe und Grenzen."
11452
 
11453
- #: wppa-settings-autosave.php:3224
11454
  #, fuzzy
11455
  msgid "BestOf"
11456
  msgstr "BestOf"
11457
 
11458
- #: wppa-settings-autosave.php:3225
11459
  #, fuzzy
11460
  msgid "BestOf box background."
11461
  msgstr "BestOf Feld Hintergrund."
11462
 
11463
- #: wppa-settings-autosave.php:3226
11464
  #, fuzzy
11465
  msgid "Enter valid CSS colors for bestof box backgrounds and borders."
11466
  msgstr "Geben Sie gültige CSS Farben für Bestof Box Hintergründe und Grenzen."
11467
 
11468
- #: wppa-settings-autosave.php:3237
11469
  #, fuzzy
11470
  msgid "Calendar"
11471
  msgstr "Kalender"
11472
 
11473
- #: wppa-settings-autosave.php:3238
11474
  #, fuzzy
11475
  msgid "Calendar box background."
11476
  msgstr "Kalender Hintergrund:"
11477
 
11478
- #: wppa-settings-autosave.php:3239
11479
  #, fuzzy
11480
  msgid "Enter valid CSS colors for calendar box backgrounds and borders."
11481
  msgstr ""
11482
  "Geben Sie gültige CSS Farben für Kalender-Box-Hintergründe und Grenzen."
11483
 
11484
- #: wppa-settings-autosave.php:3250
11485
  #, fuzzy
11486
  msgid "Stereo"
11487
  msgstr "Stereo"
11488
 
11489
- #: wppa-settings-autosave.php:3251
11490
  #, fuzzy
11491
  msgid "Stereo mode selection box background."
11492
  msgstr "Stereo-Modus Auswahl Feld Hintergrund."
11493
 
11494
- #: wppa-settings-autosave.php:3252
11495
  #, fuzzy
11496
  msgid ""
11497
  "Enter valid CSS colors for stereo mode selection box backgrounds and borders."
@@ -11499,54 +11599,54 @@ msgstr ""
11499
  "Geben Sie gültige CSS Farben für Stereo-Modus Auswahl Box Hintergründe und "
11500
  "Grenzen."
11501
 
11502
- #: wppa-settings-autosave.php:3263
11503
  #, fuzzy
11504
  msgid "Admins choice"
11505
  msgstr "Admins-Wahl"
11506
 
11507
- #: wppa-settings-autosave.php:3264
11508
  #, fuzzy
11509
  msgid "Admins choice box background."
11510
  msgstr "Admins Wahl Feld Hintergrund."
11511
 
11512
- #: wppa-settings-autosave.php:3265
11513
  #, fuzzy
11514
  msgid "Enter valid CSS colors for admins choice box backgrounds and borders."
11515
  msgstr ""
11516
  "Geben Sie gültige CSS Farben für Admins Wahl Box Hintergründe und Grenzen."
11517
 
11518
- #: wppa-settings-autosave.php:3297
11519
  #, fuzzy
11520
  msgid "Table IV:"
11521
  msgstr "Tabelle IV:"
11522
 
11523
- #: wppa-settings-autosave.php:3297
11524
  #, fuzzy
11525
  msgid "Behaviour:"
11526
  msgstr "Verhalten"
11527
 
11528
- #: wppa-settings-autosave.php:3298
11529
  #, fuzzy
11530
  msgid "This table describes the dynamic behaviour of certain wppa+ elements."
11531
  msgstr ""
11532
  "Diese Tabelle beschreibt das dynamische Verhalten bestimmter Wppa + Elemente."
11533
 
11534
- #: wppa-settings-autosave.php:3316
11535
  #, fuzzy
11536
  msgid "System related settings"
11537
  msgstr "System im Zusammenhang mit Einstellungen"
11538
 
11539
- #: wppa-settings-autosave.php:3318
11540
  #, fuzzy
11541
  msgid "Use Ajax"
11542
  msgstr "Verwenden Sie Ajax"
11543
 
11544
- #: wppa-settings-autosave.php:3319
11545
  #, fuzzy
11546
  msgid "Use Ajax as much as is possible and implemented."
11547
  msgstr "Verwenden Sie so viel wie möglich und implementierten Ajax."
11548
 
11549
- #: wppa-settings-autosave.php:3320
11550
  #, fuzzy
11551
  msgid ""
11552
  "If this box is ticked, page content updates from within wppa+ displays will "
@@ -11555,24 +11655,24 @@ msgstr ""
11555
  "Wenn dieses Kästchen angekreuzt ist, basierte Seiteninhalt innerhalb Wppa + "
11556
  "zeigt Updates von Ajax werden so weit wie möglich."
11557
 
11558
- #: wppa-settings-autosave.php:3328
11559
  #, fuzzy
11560
  msgid "Ajax NON Admin"
11561
  msgstr "Ajax nicht Admin"
11562
 
11563
- #: wppa-settings-autosave.php:3329
11564
  #, fuzzy
11565
  msgid "Frontend ajax use no admin files."
11566
  msgstr "Frontend-Ajax verwenden keine Admin-Dateien."
11567
 
11568
- #: wppa-settings-autosave.php:3330
11569
  #, fuzzy
11570
  msgid "If you want to password protect wp-admin, check this box."
11571
  msgstr ""
11572
  "Wenn Sie mit einem Passwort schützen Sie möchten wp-Admin, aktivieren Sie "
11573
  "dieses Kontrollkästchen."
11574
 
11575
- #: wppa-settings-autosave.php:3331
11576
  #, fuzzy
11577
  msgid ""
11578
  "In rare cases changing page content does not work when this box is checked. "
@@ -11581,22 +11681,22 @@ msgstr ""
11581
  "In seltenen Fällen funktioniert Seiteninhalt ändern nicht wenn dieses "
11582
  "Kontrollkästchen aktiviert ist. Überprüfen Sie die Funktionalität!"
11583
 
11584
- #: wppa-settings-autosave.php:3338
11585
  #, fuzzy
11586
  msgid "Photo names in urls"
11587
  msgstr "Foto Namen in urls"
11588
 
11589
- #: wppa-settings-autosave.php:3339
11590
  #, fuzzy
11591
  msgid "Display photo names in urls."
11592
  msgstr "Foto Namen in Urls anzeigen."
11593
 
11594
- #: wppa-settings-autosave.php:3340
11595
  #, fuzzy
11596
  msgid "Urls to wppa+ displays will contain photonames in stead of numbers."
11597
  msgstr "URLs zu Wppa + Displays wird Photonames anstelle von Zahlen enthalten."
11598
 
11599
- #: wppa-settings-autosave.php:3341
11600
  #, fuzzy
11601
  msgid ""
11602
  "It is your responsability to avoid duplicate names of photos in the same "
@@ -11605,22 +11705,22 @@ msgstr ""
11605
  "Es liegt in Ihrer Verantwortung, doppelte Namen in der gleichen Fotoalbum zu "
11606
  "vermeiden."
11607
 
11608
- #: wppa-settings-autosave.php:3348
11609
  #, fuzzy
11610
  msgid "Album names in urls"
11611
  msgstr "Albennamen in urls"
11612
 
11613
- #: wppa-settings-autosave.php:3349
11614
  #, fuzzy
11615
  msgid "Display album names in urls."
11616
  msgstr "Albennamen in Urls anzeigen."
11617
 
11618
- #: wppa-settings-autosave.php:3350
11619
  #, fuzzy
11620
  msgid "Urls to wppa+ displays will contain albumnames in stead of numbers."
11621
  msgstr "URLs zu Wppa + Displays wird Albumnames anstelle von Zahlen enthalten."
11622
 
11623
- #: wppa-settings-autosave.php:3351
11624
  #, fuzzy
11625
  msgid ""
11626
  "It is your responsability to avoid duplicate names of albums in the system."
@@ -11628,17 +11728,17 @@ msgstr ""
11628
  "Es liegt in Ihrer Verantwortung, doppelte Namen von Alben im System zu "
11629
  "vermeiden."
11630
 
11631
- #: wppa-settings-autosave.php:3358
11632
  #, fuzzy
11633
  msgid "Use short query args"
11634
  msgstr "Verwenden Sie kurze Abfrage args"
11635
 
11636
- #: wppa-settings-autosave.php:3359
11637
  #, fuzzy
11638
  msgid "Use &album=... &photo=..."
11639
  msgstr "Verwendung & Album... = & Foto =..."
11640
 
11641
- #: wppa-settings-autosave.php:3360
11642
  #, fuzzy
11643
  msgid ""
11644
  "Urls to wppa+ displays will contain &album=... &photo=... in stead of &wppa-"
@@ -11647,7 +11747,7 @@ msgstr ""
11647
  "URLs zu Wppa + Displays enthält & Album... = & Foto =... in anstelle von & "
11648
  "Wppa-Album =... & Wppa-Foto =..."
11649
 
11650
- #: wppa-settings-autosave.php:3361
11651
  #, fuzzy
11652
  msgid ""
11653
  "Use this setting only when there are no conflicts with other plugins that "
@@ -11656,17 +11756,17 @@ msgstr ""
11656
  "Verwenden Sie diese Einstellung nur dann, wenn es gibt keine Konflikte mit "
11657
  "anderen Plugins, die interpretieren Argumente wie & Album = etc.."
11658
 
11659
- #: wppa-settings-autosave.php:3368
11660
  #, fuzzy
11661
  msgid "Enable pretty links"
11662
  msgstr "Aktivieren Sie ziemlich links"
11663
 
11664
- #: wppa-settings-autosave.php:3369
11665
  #, fuzzy
11666
  msgid "Enable the generation and understanding of pretty links."
11667
  msgstr "Aktivieren Sie die Generation und das Verständnis der hübschen Links."
11668
 
11669
- #: wppa-settings-autosave.php:3370
11670
  #, fuzzy
11671
  msgid ""
11672
  "If checked, links to social media and the qr code will have \"/token1/token2/"
@@ -11676,7 +11776,7 @@ msgstr ""
11676
  "haben \"/ token1/token2 /\" usw. an Stelle von \"& arg1 =... & arg2 =... "
11677
  "\"etc.."
11678
 
11679
- #: wppa-settings-autosave.php:3371
11680
  #, fuzzy
11681
  msgid ""
11682
  "These types of links will be interpreted and cause a redirection on entering."
@@ -11684,7 +11784,7 @@ msgstr ""
11684
  "Dieser Arten von Verknüpfungen interpretiert werden und verursachen eine "
11685
  "Umleitung auf Eingabe."
11686
 
11687
- #: wppa-settings-autosave.php:3372
11688
  #, fuzzy
11689
  msgid ""
11690
  "It is recommended to check this box. It shortens links dramatically and "
@@ -11693,7 +11793,7 @@ msgstr ""
11693
  "Es empfiehlt sich, dieses Kontrollkästchen aktivieren. Es Verbindungen "
11694
  "drastisch verkürzt und vereinfacht die qr-Codes."
11695
 
11696
- #: wppa-settings-autosave.php:3373
11697
  #, fuzzy
11698
  msgid ""
11699
  "However, you may encounter conflicts with themes and/or other plugins, so "
@@ -11702,7 +11802,7 @@ msgstr ""
11702
  "Allerdings können Sie Konflikte mit Themen und/oder anderen Plugins, also "
11703
  "testen Sie es troughly!"
11704
 
11705
- #: wppa-settings-autosave.php:3374
11706
  #, fuzzy
11707
  msgid ""
11708
  "Table IV-A2 (Photo names in urls) must be UNchecked for this setting to work!"
@@ -11710,44 +11810,44 @@ msgstr ""
11710
  "Tabelle IV-A2 (Foto Namen in Urls) muss deaktiviert diese Einstellung zu "
11711
  "arbeiten!"
11712
 
11713
- #: wppa-settings-autosave.php:3381
11714
  #, fuzzy
11715
  msgid "Enable encrypted links"
11716
  msgstr "Aktivieren Sie verschlüsselte links"
11717
 
11718
- #: wppa-settings-autosave.php:3382
11719
  #, fuzzy
11720
  msgid "Encrypt album and photo ids in links."
11721
  msgstr "Album und Foto-Ids in Verbindungen zu verschlüsseln."
11722
 
11723
- #: wppa-settings-autosave.php:3385
11724
  #, fuzzy
11725
  msgid "The page will be reloaded."
11726
  msgstr "Die Seite wird neu geladen werden."
11727
 
11728
- #: wppa-settings-autosave.php:3391
11729
  #, fuzzy
11730
  msgid "Refuse unencrypted"
11731
  msgstr "Unverschlüsselt zu verweigern"
11732
 
11733
- #: wppa-settings-autosave.php:3392
11734
  #, fuzzy
11735
  msgid "When encrypted is enabled, refuse unencrypted urls."
11736
  msgstr "Verschlüsselung ist aktiviert, unverschlüsselte Urls zu verweigern."
11737
 
11738
- #: wppa-settings-autosave.php:3400
11739
  #, fuzzy
11740
  msgid "Update addressline"
11741
  msgstr "Update addressline"
11742
 
11743
- #: wppa-settings-autosave.php:3401
11744
  #, fuzzy
11745
  msgid "Update the addressline after an ajax action or next slide."
11746
  msgstr ""
11747
  "Aktualisieren Sie die Addressline nach einer Ajax-Aktion oder die nächste "
11748
  "Folie."
11749
 
11750
- #: wppa-settings-autosave.php:3402
11751
  #, fuzzy
11752
  msgid ""
11753
  "If checked, refreshing the page will show the current content and the "
@@ -11757,7 +11857,7 @@ msgstr ""
11757
  "den Browsern hin und her zeigen Pfeile die Geschichte auf der Seite "
11758
  "durchsuchen werden."
11759
 
11760
- #: wppa-settings-autosave.php:3403
11761
  #, fuzzy
11762
  msgid ""
11763
  "If unchecked, refreshing the page will re-display the content of the "
@@ -11766,7 +11866,7 @@ msgstr ""
11766
  "Wenn diese Option deaktiviert, wird die Seite aktualisieren den Inhalt der "
11767
  "ursprünglichen Seite erneut angezeigt."
11768
 
11769
- #: wppa-settings-autosave.php:3404
11770
  #, fuzzy
11771
  msgid ""
11772
  "This will only work on browsers that support history.pushState() and "
@@ -11775,22 +11875,22 @@ msgstr ""
11775
  "Dies funktioniert nur auf Browsern, die history.pushState() unterstützen und "
11776
  "deswegen nicht im IE"
11777
 
11778
- #: wppa-settings-autosave.php:3405
11779
  #, fuzzy
11780
  msgid "Switching this off will affect the browsers behaviour."
11781
  msgstr "Das Abschalten wird das Browser-Verhalten beeinflussen."
11782
 
11783
- #: wppa-settings-autosave.php:3412
11784
  #, fuzzy
11785
  msgid "Render shortcode always"
11786
  msgstr "Kurzwahlnummer immer Rendern"
11787
 
11788
- #: wppa-settings-autosave.php:3413
11789
  #, fuzzy
11790
  msgid "This will skip the check on proper initialisation."
11791
  msgstr "Dies wird die Prüfung auf ordnungsgemäße Initialisierung überspringen."
11792
 
11793
- #: wppa-settings-autosave.php:3414
11794
  #, fuzzy
11795
  msgid ""
11796
  "This setting is required for certain themes like Gantry to prevent the "
@@ -11799,7 +11899,7 @@ msgstr ""
11799
  "Diese Einstellung ist erforderlich für bestimmte Themen wie Gantry, die "
11800
  "Anzeige der Wppa Platzhalter wie [WPPA + Foto-Ausstellung] zu verhindern."
11801
 
11802
- #: wppa-settings-autosave.php:3415
11803
  #, fuzzy, php-format
11804
  msgid ""
11805
  "If this check is needed, you can use shortcodes like [wppa ...] only, not "
@@ -11808,82 +11908,82 @@ msgstr ""
11808
  "Wenn diese Überprüfung erforderlich ist, können Sie Kurzwahlnummern wie "
11809
  "[Wppa...] nur, wie keine Skripte %% Wppa %%."
11810
 
11811
- #: wppa-settings-autosave.php:3422
11812
  #, fuzzy
11813
  msgid "Track viewcounts"
11814
  msgstr "Spur viewcounts"
11815
 
11816
- #: wppa-settings-autosave.php:3423
11817
  #, fuzzy
11818
  msgid "Register number of views of albums and photos."
11819
  msgstr "Registrieren Anzahl der Alben und Fotos."
11820
 
11821
- #: wppa-settings-autosave.php:3431
11822
  #, fuzzy
11823
  msgid "Auto page"
11824
  msgstr "Auto Seite"
11825
 
11826
- #: wppa-settings-autosave.php:3432
11827
  #, fuzzy
11828
  msgid "Create a wp page for every fullsize image."
11829
  msgstr "Erstellen Sie eine wp-Seite für jedes Fullsize-Bild."
11830
 
11831
- #: wppa-settings-autosave.php:3436
11832
  #, fuzzy
11833
  msgid "Please reload this page after changing!"
11834
  msgstr "Bitte laden Sie diese Seite nach dem Wechsel!"
11835
 
11836
- #: wppa-settings-autosave.php:3442
11837
  #, fuzzy
11838
  msgid "Auto page display"
11839
  msgstr "Auto-Seitenanzeige"
11840
 
11841
- #: wppa-settings-autosave.php:3443
11842
  #, fuzzy
11843
  msgid "The type of display on the autopage pages."
11844
  msgstr "Die Art der Darstellung auf den Seiten der AutoSeite."
11845
 
11846
- #: wppa-settings-autosave.php:3446
11847
  #, fuzzy
11848
  msgid "Single photo"
11849
  msgstr "Einzel Foto"
11850
 
11851
- #: wppa-settings-autosave.php:3446
11852
  #, fuzzy
11853
  msgid "Media type photo"
11854
  msgstr "Media Art Foto"
11855
 
11856
- #: wppa-settings-autosave.php:3446
11857
  #, fuzzy
11858
  msgid "In the style of a slideshow"
11859
  msgstr "Im Stil einer Diashow"
11860
 
11861
- #: wppa-settings-autosave.php:3453
11862
  #, fuzzy
11863
  msgid "Auto page links"
11864
  msgstr "Auto-Seite-links"
11865
 
11866
- #: wppa-settings-autosave.php:3454
11867
  #, fuzzy
11868
  msgid "The location for the pagelinks."
11869
  msgstr "Der Standort für die Pagelinks."
11870
 
11871
- #: wppa-settings-autosave.php:3457
11872
  #, fuzzy
11873
  msgid "At top and bottom"
11874
  msgstr "Oben und Unten"
11875
 
11876
- #: wppa-settings-autosave.php:3464
11877
  #, fuzzy
11878
  msgid "Defer javascript"
11879
  msgstr "Javascript zu verschieben"
11880
 
11881
- #: wppa-settings-autosave.php:3465
11882
  #, fuzzy
11883
  msgid "Put javascript near the end of the page."
11884
  msgstr "Setzen Sie Javascript am Ende der Seite."
11885
 
11886
- #: wppa-settings-autosave.php:3466
11887
  #, fuzzy
11888
  msgid ""
11889
  "If checkd: May fix layout problems and broken slideshows. May speed up or "
@@ -11892,54 +11992,54 @@ msgstr ""
11892
  "Wenn Checkd: Layoutprobleme und gebrochenen Diashows beheben kann. Kann "
11893
  "beschleunigen oder verlangsamen Seite erscheinen."
11894
 
11895
- #: wppa-settings-autosave.php:3473
11896
  #, fuzzy
11897
  msgid "Inline styles"
11898
  msgstr "Inline Styles"
11899
 
11900
- #: wppa-settings-autosave.php:3474
11901
  #, fuzzy
11902
  msgid "Set style specifications inline."
11903
  msgstr "Stil-Spezifikationen Inline gesetzt."
11904
 
11905
- #: wppa-settings-autosave.php:3475
11906
  #, fuzzy
11907
  msgid "If checked: May fix layout problems, but slows down page appearing."
11908
  msgstr ""
11909
  "Wenn diese Option aktiviert: Layout-Probleme beheben können, aber "
11910
  "verlangsamt Seite erscheinen."
11911
 
11912
- #: wppa-settings-autosave.php:3482
11913
  #, fuzzy
11914
  msgid "Custom style"
11915
  msgstr "Eigener Stil"
11916
 
11917
- #: wppa-settings-autosave.php:3483
11918
  #, fuzzy
11919
  msgid "Enter custom style specs here."
11920
  msgstr "Geben Sie die benutzerdefinierte Formatvorlage Angaben hier."
11921
 
11922
- #: wppa-settings-autosave.php:3491
11923
  #, fuzzy
11924
  msgid "Use customized style file"
11925
  msgstr "Individuellen Stil-Datei verwenden"
11926
 
11927
- #: wppa-settings-autosave.php:3492 wppa-settings-autosave.php:3501
11928
  #, fuzzy
11929
  msgid "This feature is highly discouraged."
11930
  msgstr "Diese Funktion ist empfehlenswert."
11931
 
11932
- #: wppa-settings-autosave.php:3500
11933
  #, fuzzy
11934
  msgid "Use customized theme file"
11935
  msgstr "Angepasstes Design-Datei verwenden"
11936
 
11937
- #: wppa-settings-autosave.php:3509
11938
  #, fuzzy
11939
  msgid "Enable photo html access"
11940
  msgstr "Foto HTML-Zugriff aktivieren"
11941
 
11942
- #: wppa-settings-autosave.php:3510
11943
  #, fuzzy
11944
  msgid ""
11945
  "Creates .htaccess files in .../uploads/wppa/ and .../uploads/wppa/thumbs/"
@@ -11947,39 +12047,39 @@ msgstr ""
11947
  "Erstellt von .htaccess Dateien in .../uploads/wppa/ und .../uploads/wppa/"
11948
  "thumbs/"
11949
 
11950
- #: wppa-settings-autosave.php:3513
11951
  #, fuzzy
11952
  msgid "create 'all access' .htaccess files"
11953
  msgstr "\"all Access\".htaccess Dateien erstellen"
11954
 
11955
- #: wppa-settings-autosave.php:3514
11956
  #, fuzzy
11957
  msgid "remove .htaccess files"
11958
  msgstr ".htaccess-Dateien entfernen"
11959
 
11960
- #: wppa-settings-autosave.php:3515
11961
  #, fuzzy
11962
  msgid "create 'no hotlinking' .htaccess files"
11963
  msgstr "\"kein Hotlinking\".htaccess-Dateien erstellen"
11964
 
11965
- #: wppa-settings-autosave.php:3516
11966
  #, fuzzy
11967
  msgid "do not change existing .htaccess file(s)"
11968
  msgstr "ändern Sie bestehende .htaccess-Dateien nicht"
11969
 
11970
- #: wppa-settings-autosave.php:3528
11971
  #, fuzzy
11972
  msgid "Lazy or HTML comp"
11973
  msgstr "Lazy oder HTML comp"
11974
 
11975
- #: wppa-settings-autosave.php:3529
11976
  #, fuzzy
11977
  msgid "Tick this box when you use lazy load or html compression."
11978
  msgstr ""
11979
  "Kreuzen Sie dieses Kästchen, wenn Sie faul Last oder HTML-Komprimierung "
11980
  "verwenden."
11981
 
11982
- #: wppa-settings-autosave.php:3530
11983
  #, fuzzy
11984
  msgid ""
11985
  "If the filmstrip images do not show up and you have a lazy load or html "
@@ -11989,125 +12089,125 @@ msgstr ""
11989
  "Last oder HTML-Optimierung Plugin aktiv: Aktivieren Sie dieses "
11990
  "Kontrollkästchen"
11991
 
11992
- #: wppa-settings-autosave.php:3537
11993
  #, fuzzy
11994
  msgid "Thumbs first"
11995
  msgstr "Daumen hoch zuerst"
11996
 
11997
- #: wppa-settings-autosave.php:3538
11998
  #, fuzzy
11999
  msgid "When displaying album content: thumbnails before subalbums."
12000
  msgstr "Beim Album Inhalt anzeigen: Miniaturen vor Subalbums."
12001
 
12002
- #: wppa-settings-autosave.php:3546
12003
  #, fuzzy
12004
  msgid "Login links"
12005
  msgstr "Login-links"
12006
 
12007
- #: wppa-settings-autosave.php:3547
12008
  #, fuzzy
12009
  msgid "You must login to... links to login page."
12010
  msgstr "Sie müssen anmelden... Links zur Login-Seite."
12011
 
12012
- #: wppa-settings-autosave.php:3555
12013
  #, fuzzy
12014
  msgid "Enable Video"
12015
  msgstr "Video aktivieren"
12016
 
12017
- #: wppa-settings-autosave.php:3556
12018
  #, fuzzy
12019
  msgid "Enables video support."
12020
  msgstr "Ermöglicht video-Unterstützung."
12021
 
12022
- #: wppa-settings-autosave.php:3565
12023
  #, fuzzy
12024
  msgid "Enable Audio"
12025
  msgstr "Aktivieren Sie Audio"
12026
 
12027
- #: wppa-settings-autosave.php:3566
12028
  #, fuzzy
12029
  msgid "Enables audio support."
12030
  msgstr "Audio-Unterstützung ermöglicht."
12031
 
12032
- #: wppa-settings-autosave.php:3574
12033
  #, fuzzy
12034
  msgid "Enable 3D Stereo"
12035
  msgstr "3D Stereo aktivieren"
12036
 
12037
- #: wppa-settings-autosave.php:3575
12038
  #, fuzzy
12039
  msgid "Enables 3D stereo photo support."
12040
  msgstr "Support für 3D Stereo-Photo ermöglicht."
12041
 
12042
- #: wppa-settings-autosave.php:3583
12043
  #, fuzzy
12044
  msgid "Relative urls"
12045
  msgstr "Relative URLs"
12046
 
12047
- #: wppa-settings-autosave.php:3584
12048
  #, fuzzy
12049
  msgid "Use relative urls only."
12050
  msgstr "Verwenden Sie relative Urls nur."
12051
 
12052
- #: wppa-settings-autosave.php:3592
12053
  #, fuzzy
12054
  msgid "Capitalize tags and cats"
12055
  msgstr "Nutzen Sie Tags und Katzen"
12056
 
12057
- #: wppa-settings-autosave.php:3593
12058
  #, fuzzy
12059
  msgid "Format tags and cats to start with one capital character"
12060
  msgstr "Format-Tags und Katzen mit einem Großbuchstabe beginnen"
12061
 
12062
- #: wppa-settings-autosave.php:3601
12063
  #, fuzzy
12064
  msgid "Enable Admins Choice"
12065
  msgstr "Admins Wahl aktivieren"
12066
 
12067
- #: wppa-settings-autosave.php:3602
12068
  #, fuzzy
12069
  msgid "Enable the creation of zipfiles with selected photos."
12070
  msgstr "Ermöglichen Sie die Erstellung von Zipfiles mit ausgewählten Fotos."
12071
 
12072
- #: wppa-settings-autosave.php:3603
12073
  #, fuzzy
12074
  msgid "Activate the Admins Choice widget to make the zipfiles downloadable."
12075
  msgstr ""
12076
  "Aktivieren Sie die Admins Wahl-Widget, um die Zipfiles Download machen."
12077
 
12078
- #: wppa-settings-autosave.php:3610
12079
  #, fuzzy
12080
  msgid "Make owner like photoname"
12081
  msgstr "Besitzer wie Photoname zu machen"
12082
 
12083
- #: wppa-settings-autosave.php:3611
12084
  #, fuzzy
12085
  msgid "Change the owner to the user who's display name equals photoname."
12086
  msgstr ""
12087
  "Ändern Sie den Besitzer für den Benutzer, der hat anzeigen Name ist gleich "
12088
  "Photoname."
12089
 
12090
- #: wppa-settings-autosave.php:3620
12091
  #, fuzzy
12092
  msgid "Slideshow related settings"
12093
  msgstr "Diashow im Zusammenhang mit Einstellungen"
12094
 
12095
- #: wppa-settings-autosave.php:3622
12096
  #, fuzzy
12097
  msgid "V align"
12098
  msgstr "Richten Sie V"
12099
 
12100
- #: wppa-settings-autosave.php:3623
12101
  #, fuzzy
12102
  msgid "Vertical alignment of slideshow images."
12103
  msgstr "Vertikale Ausrichtung des Diashow-Bilder."
12104
 
12105
- #: wppa-settings-autosave.php:3624
12106
  #, fuzzy
12107
  msgid "Specify the vertical alignment of slideshow images."
12108
  msgstr "Geben Sie die vertikale Ausrichtung des Diashow-Bilder."
12109
 
12110
- #: wppa-settings-autosave.php:3625
12111
  #, fuzzy
12112
  msgid ""
12113
  "If you select --- none ---, the photos will not be centered horizontally "
@@ -12116,42 +12216,42 @@ msgstr ""
12116
  "Wenn Sie---keine---auswählen, werden nicht die Fotos entweder horizontal "
12117
  "zentriert."
12118
 
12119
- #: wppa-settings-autosave.php:3627 wppa-settings-autosave.php:3892
12120
  #: wppa-slideshow-widget.php:214
12121
  #, fuzzy
12122
  msgid "top"
12123
  msgstr "oben"
12124
 
12125
- #: wppa-settings-autosave.php:3627 wppa-settings-autosave.php:3641
12126
- #: wppa-settings-autosave.php:3892 wppa-slideshow-widget.php:215
12127
- #: wppa-tinymce-scripts.php:289 wppa-tinymce-shortcodes.php:614
12128
  #: wppa-widget-admin.php:85
12129
  #, fuzzy
12130
  msgid "center"
12131
  msgstr "Mitte"
12132
 
12133
- #: wppa-settings-autosave.php:3627 wppa-settings-autosave.php:3892
12134
  #: wppa-slideshow-widget.php:216
12135
  #, fuzzy
12136
  msgid "bottom"
12137
  msgstr "unten"
12138
 
12139
- #: wppa-settings-autosave.php:3627 wppa-slideshow-widget.php:217
12140
  #, fuzzy
12141
  msgid "fit"
12142
  msgstr "passend"
12143
 
12144
- #: wppa-settings-autosave.php:3635
12145
  #, fuzzy
12146
  msgid "H align"
12147
  msgstr "Richten Sie H"
12148
 
12149
- #: wppa-settings-autosave.php:3636
12150
  #, fuzzy
12151
  msgid "Horizontal alignment of slideshow images."
12152
  msgstr "Horizontale Ausrichtung des Diashow-Bilder."
12153
 
12154
- #: wppa-settings-autosave.php:3637
12155
  #, fuzzy
12156
  msgid ""
12157
  "Specify the horizontal alignment of slideshow images. If you specify --- "
@@ -12160,7 +12260,7 @@ msgstr ""
12160
  "Geben Sie die horizontale Ausrichtung der Diashow-Bilder. Wenn Sie---keine---"
12161
  "angeben, statt keine horizontale Ausrichtung findet."
12162
 
12163
- #: wppa-settings-autosave.php:3638
12164
  #, fuzzy
12165
  msgid ""
12166
  "This setting is only usefull when the Column Width differs from the Maximum "
@@ -12169,17 +12269,17 @@ msgstr ""
12169
  "Diese Einstellung ist nur nützlich, wenn die Maximalbreite der Spaltenbreite "
12170
  "unterscheidet."
12171
 
12172
- #: wppa-settings-autosave.php:3639
12173
  #, fuzzy
12174
  msgid "(Settings I-A1 and I-B1)"
12175
  msgstr "(Einstellungen-A1 und -B1)"
12176
 
12177
- #: wppa-settings-autosave.php:3649
12178
  #, fuzzy
12179
  msgid "Start slideshow running."
12180
  msgstr "Start Diashow laufen."
12181
 
12182
- #: wppa-settings-autosave.php:3650
12183
  #, fuzzy
12184
  msgid ""
12185
  "If you select \"running\", the slideshow will start running immediately, if "
@@ -12190,7 +12290,7 @@ msgstr ""
12190
  "wählen Sie \"immer noch am ersten Foto\", das erste Foto wird im Durchsuchen-"
12191
  "Modus angezeigt werden."
12192
 
12193
- #: wppa-settings-autosave.php:3651
12194
  #, fuzzy
12195
  msgid ""
12196
  "If you select \"still at first norated\", the first photo that the visitor "
@@ -12199,62 +12299,62 @@ msgstr ""
12199
  "Wenn Sie \"noch am ersten Norated\" auswählen, wird das erste Foto, dass die "
12200
  "Besucher nicht gab, eine Bewertung im Durchsuchen-Modus angezeigt."
12201
 
12202
- #: wppa-settings-autosave.php:3653
12203
  #, fuzzy
12204
  msgid "running"
12205
  msgstr "运行"
12206
 
12207
- #: wppa-settings-autosave.php:3654
12208
  #, fuzzy
12209
  msgid "still at first photo"
12210
  msgstr "noch am ersten Foto"
12211
 
12212
- #: wppa-settings-autosave.php:3655
12213
  #, fuzzy
12214
  msgid "still at first norated"
12215
  msgstr "noch am ersten norated"
12216
 
12217
- #: wppa-settings-autosave.php:3666
12218
  #, fuzzy
12219
  msgid "Start slideonly"
12220
  msgstr "Start slideonly"
12221
 
12222
- #: wppa-settings-autosave.php:3667
12223
  #, fuzzy
12224
  msgid "Start slideonly slideshow running."
12225
  msgstr "Starten Sie Slideonly Diashow laufen."
12226
 
12227
- #: wppa-settings-autosave.php:3675 wppa-settings-autosave.php:4538
12228
  #, fuzzy
12229
  msgid "Video autostart"
12230
  msgstr "Video autostart"
12231
 
12232
- #: wppa-settings-autosave.php:3676
12233
  #, fuzzy
12234
  msgid "Autoplay videos in slideshows."
12235
  msgstr "Autoplay Videos in Diashows."
12236
 
12237
- #: wppa-settings-autosave.php:3685 wppa-settings-autosave.php:4547
12238
  #, fuzzy
12239
  msgid "Audio autostart"
12240
  msgstr "Audio-autostart"
12241
 
12242
- #: wppa-settings-autosave.php:3686
12243
  #, fuzzy
12244
  msgid "Autoplay audios in slideshows."
12245
  msgstr "Autoplay-Audios in Diashows."
12246
 
12247
- #: wppa-settings-autosave.php:3694
12248
  #, fuzzy
12249
  msgid "Animation type"
12250
  msgstr "Typ der Animation"
12251
 
12252
- #: wppa-settings-autosave.php:3695
12253
  #, fuzzy
12254
  msgid "The way successive slides appear."
12255
  msgstr "Die Art und Weise aufeinander folgenden Folien werden angezeigt."
12256
 
12257
- #: wppa-settings-autosave.php:3696
12258
  #, fuzzy
12259
  msgid ""
12260
  "Select the way the old slide is to be replaced by the new one in the "
@@ -12263,47 +12363,47 @@ msgstr ""
12263
  "Wählen Sie die Art, wie die alte Folie soll durch die neue in der Diashow/"
12264
  "durchsuchen Fullsize Anzeige ersetzt werden."
12265
 
12266
- #: wppa-settings-autosave.php:3698
12267
  #, fuzzy
12268
  msgid "Fade out and in simultaneous"
12269
  msgstr "Fade-out und gleichzeitig"
12270
 
12271
- #: wppa-settings-autosave.php:3699
12272
  #, fuzzy
12273
  msgid "Fade in after fade out"
12274
  msgstr "Nach dem ausblenden einblenden"
12275
 
12276
- #: wppa-settings-autosave.php:3700
12277
  #, fuzzy
12278
  msgid "Shift adjacent"
12279
  msgstr "Verschiebung benachbarter"
12280
 
12281
- #: wppa-settings-autosave.php:3701
12282
  #, fuzzy
12283
  msgid "Stack on"
12284
  msgstr "Stapeln Sie auf"
12285
 
12286
- #: wppa-settings-autosave.php:3702
12287
  #, fuzzy
12288
  msgid "Stack off"
12289
  msgstr "Stapeln Sie"
12290
 
12291
- #: wppa-settings-autosave.php:3703
12292
  #, fuzzy
12293
  msgid "Turn over"
12294
  msgstr "Flip"
12295
 
12296
- #: wppa-settings-autosave.php:3717
12297
  #, fuzzy
12298
  msgid "Timeout"
12299
  msgstr "Zeitüberschreitung"
12300
 
12301
- #: wppa-settings-autosave.php:3718
12302
  #, fuzzy
12303
  msgid "Slideshow timeout."
12304
  msgstr "Diashow-Timeout."
12305
 
12306
- #: wppa-settings-autosave.php:3719
12307
  #, fuzzy
12308
  msgid ""
12309
  "Select the time a single slide will be visible when the slideshow is started."
@@ -12311,124 +12411,124 @@ msgstr ""
12311
  "Wählen Sie die Zeit, die ein einzelnes Dia angezeigt werden, wenn die "
12312
  "Diashow gestartet wird."
12313
 
12314
- #: wppa-settings-autosave.php:3728
12315
  #, fuzzy
12316
  msgid "Speed"
12317
  msgstr "Geschwindigkeit"
12318
 
12319
- #: wppa-settings-autosave.php:3729
12320
  #, fuzzy
12321
  msgid "Slideshow animation speed."
12322
  msgstr "Die Geschwindigkeit der Animation der Diashow."
12323
 
12324
- #: wppa-settings-autosave.php:3730
12325
  #, fuzzy
12326
  msgid "Specify the animation speed to be used in slideshows."
12327
  msgstr ""
12328
  "Geben Sie die Geschwindigkeit der Animation in Diashows verwendet werden."
12329
 
12330
- #: wppa-settings-autosave.php:3731
12331
  #, fuzzy
12332
  msgid "This is the time it takes a photo to fade in or out."
12333
  msgstr "Dies ist die Zeit dauert es ein Foto, um ein- oder ausblenden."
12334
 
12335
- #: wppa-settings-autosave.php:3733 wppa-settings-autosave.php:4484
12336
- #: wppa-settings-autosave.php:6356 wppa-settings-autosave.php:7402
12337
- #: wppa-settings-autosave.php:7413 wppa-settings-autosave.php:7575
12338
  #, fuzzy
12339
  msgid "--- off ---"
12340
  msgstr "Aus, kein Blitz, nicht erkannt und Rück"
12341
 
12342
- #: wppa-settings-autosave.php:3733
12343
  #, fuzzy
12344
  msgid "very fast (200 ms.)"
12345
  msgstr "sehr schnell (200 ms)"
12346
 
12347
- #: wppa-settings-autosave.php:3733
12348
  #, fuzzy
12349
  msgid "fast (400 ms.)"
12350
  msgstr "schnell (400 ms)"
12351
 
12352
- #: wppa-settings-autosave.php:3733
12353
  #, fuzzy
12354
  msgid "normal (800 ms.)"
12355
  msgstr "Normal (800 ms.)"
12356
 
12357
- #: wppa-settings-autosave.php:3733
12358
  #, fuzzy
12359
  msgid "slow (1.2 s.)"
12360
  msgstr "langsam (1,2 s.)"
12361
 
12362
- #: wppa-settings-autosave.php:3733
12363
  #, fuzzy
12364
  msgid "very slow (2 s.)"
12365
  msgstr "sehr langsam (2 s.)"
12366
 
12367
- #: wppa-settings-autosave.php:3733
12368
  #, fuzzy
12369
  msgid "extremely slow (4 s.)"
12370
  msgstr "extrem langsam (4 s.)"
12371
 
12372
- #: wppa-settings-autosave.php:3740
12373
  #, fuzzy
12374
  msgid "Slide hover pause"
12375
  msgstr "Folie-Hover-pause"
12376
 
12377
- #: wppa-settings-autosave.php:3741
12378
  #, fuzzy
12379
  msgid "Running Slideshow suspends during mouse hover."
12380
  msgstr "Diashow läuft unterbricht während der Mausbewegung."
12381
 
12382
- #: wppa-settings-autosave.php:3749
12383
  #, fuzzy
12384
  msgid "Slideshow wrap around"
12385
  msgstr "Wrap-around-Diashow"
12386
 
12387
- #: wppa-settings-autosave.php:3750
12388
  #, fuzzy
12389
  msgid "The slideshow wraps around the start and end"
12390
  msgstr "Die Diashow umfließt den Beginn und das Ende"
12391
 
12392
- #: wppa-settings-autosave.php:3758
12393
  #, fuzzy
12394
  msgid "Full desc align"
12395
  msgstr "Richten Sie volle desc"
12396
 
12397
- #: wppa-settings-autosave.php:3759
12398
  #, fuzzy
12399
  msgid "The alignment of the descriptions under fullsize images and slideshows."
12400
  msgstr ""
12401
  "Die Ausrichtung der Beschreibungen unter Fullsize-Bilder und Slideshows."
12402
 
12403
- #: wppa-settings-autosave.php:3762 wppa-settings-autosave.php:3880
12404
- #: wppa-settings-autosave.php:3983
12405
  #, fuzzy
12406
  msgid "Left"
12407
  msgstr "Links"
12408
 
12409
- #: wppa-settings-autosave.php:3762
12410
  #, fuzzy
12411
  msgid "Center"
12412
  msgstr "Zentriert"
12413
 
12414
- #: wppa-settings-autosave.php:3762 wppa-settings-autosave.php:3880
12415
- #: wppa-settings-autosave.php:3983
12416
  #, fuzzy
12417
  msgid "Right"
12418
  msgstr "Rechts"
12419
 
12420
- #: wppa-settings-autosave.php:3769
12421
  #, fuzzy
12422
  msgid "Remove redundant space"
12423
  msgstr "Entfernen Sie überflüssige Leerzeichen"
12424
 
12425
- #: wppa-settings-autosave.php:3770
12426
  #, fuzzy
12427
  msgid "Removes unwanted &lt;p> and &lt;br> tags in fullsize descriptions."
12428
  msgstr ""
12429
  "Entfernt unerwünschte < p > und < Br >-Tags in Fullsize-Beschreibungen."
12430
 
12431
- #: wppa-settings-autosave.php:3771
12432
  #, fuzzy
12433
  msgid ""
12434
  "This setting has only effect when Table IX-A7 (foreign shortcodes) is "
@@ -12437,81 +12537,81 @@ msgstr ""
12437
  "Diese Einstellung hat nur Auswirkung, wenn Tabelle IX-A7 (ausländische "
12438
  "Kurzwahlnummern) aktiviert ist."
12439
 
12440
- #: wppa-settings-autosave.php:3778
12441
  #, fuzzy
12442
  msgid "Run wpautop on description"
12443
  msgstr "Führen Sie Wpautop auf Beschreibung"
12444
 
12445
- #: wppa-settings-autosave.php:3779
12446
  #, fuzzy
12447
  msgid "Adds &lt;p> and &lt;br> tags in fullsize descriptions."
12448
  msgstr "Fügt < p > und < Br >-Tags in Fullsize-Beschreibungen."
12449
 
12450
- #: wppa-settings-autosave.php:3787
12451
  #, fuzzy
12452
  msgid "Auto open comments"
12453
  msgstr "Offene Kommentare"
12454
 
12455
- #: wppa-settings-autosave.php:3788
12456
  #, fuzzy
12457
  msgid "Automatic opens comments box when slideshow does not run."
12458
  msgstr "Automatische öffnet Kommentarfeld Diashow läuft nicht."
12459
 
12460
- #: wppa-settings-autosave.php:3796
12461
  #, fuzzy
12462
  msgid "Film hover goto"
12463
  msgstr "Film-Hover-goto"
12464
 
12465
- #: wppa-settings-autosave.php:3797
12466
  #, fuzzy
12467
  msgid "Go to slide when hovering filmstrip thumbnail."
12468
  msgstr "Gehen Sie um zu schieben, wenn die Filmstreifen Miniaturansicht Maus."
12469
 
12470
- #: wppa-settings-autosave.php:3798
12471
  #, fuzzy
12472
  msgid "Do not use this setting when slides have different aspect ratios!"
12473
  msgstr ""
12474
  "Verwenden Sie diese Einstellung nicht, wenn Folien unterschiedliche "
12475
  "Seitenverhältnisse haben!"
12476
 
12477
- #: wppa-settings-autosave.php:3805
12478
  #, fuzzy
12479
  msgid "Slide swipe"
12480
  msgstr "Folie streichen"
12481
 
12482
- #: wppa-settings-autosave.php:3806
12483
  #, fuzzy
12484
  msgid "Enable touch events swipe left-right on slides on touch screens."
12485
  msgstr ""
12486
  "Ermöglichen Sie Touch Ereignisse streichen Sie nach links-rechts auf Folien "
12487
  "auf Touchscreens."
12488
 
12489
- #: wppa-settings-autosave.php:3814
12490
  #, fuzzy
12491
  msgid "Slide page Ajax"
12492
  msgstr "Schieben Sie Seite Ajax"
12493
 
12494
- #: wppa-settings-autosave.php:3815
12495
  #, fuzzy
12496
  msgid "Pagelinks slideshow use Ajax"
12497
  msgstr "Pagelinks Diashow verwenden Ajax"
12498
 
12499
- #: wppa-settings-autosave.php:3816
12500
  #, fuzzy
12501
  msgid "On some systems you need to disable ajax here."
12502
  msgstr "Auf einigen Systemen müssen Sie Ajax hier deaktivieren."
12503
 
12504
- #: wppa-settings-autosave.php:3823
12505
  #, fuzzy
12506
  msgid "Thumbnail related settings"
12507
  msgstr "Miniaturansicht Verwandte Einstellungen"
12508
 
12509
- #: wppa-settings-autosave.php:3826
12510
  #, fuzzy
12511
  msgid "Photo ordering sequence method."
12512
  msgstr "Foto bestellen Sequenz Methode."
12513
 
12514
- #: wppa-settings-autosave.php:3827
12515
  #, fuzzy
12516
  msgid ""
12517
  "Specify the way the photos should be ordered. This is the default setting. "
@@ -12521,17 +12621,17 @@ msgstr ""
12521
  "Standardeinstellung. Sie können die Standard-Sortierreihenfolge auf einer "
12522
  "Basis pro Album außer Kraft setzen."
12523
 
12524
- #: wppa-settings-autosave.php:3864
12525
  #, fuzzy
12526
  msgid "Thumbnail type"
12527
  msgstr "Stil des Vorschaubilds"
12528
 
12529
- #: wppa-settings-autosave.php:3865
12530
  #, fuzzy
12531
  msgid "The way the thumbnail images are displayed."
12532
  msgstr "So wie die Miniaturbilder angezeigt werden."
12533
 
12534
- #: wppa-settings-autosave.php:3866
12535
  #, fuzzy
12536
  msgid ""
12537
  "You may select an altenative display method for thumbnails. Note that some "
@@ -12541,53 +12641,53 @@ msgstr ""
12541
  "Beachten Sie, dass einige der thumbnail-Einstellungen nicht für alle "
12542
  "verfügbaren Methoden gelten."
12543
 
12544
- #: wppa-settings-autosave.php:3868
12545
  #, fuzzy
12546
  msgid "like album covers"
12547
  msgstr "Albumcovers"
12548
 
12549
- #: wppa-settings-autosave.php:3868
12550
  #, fuzzy
12551
  msgid "like album covers mcr"
12552
  msgstr "wie Albumcover mcr"
12553
 
12554
- #: wppa-settings-autosave.php:3868
12555
  #, fuzzy
12556
  msgid "masonry style columns"
12557
  msgstr "Mauerwerk-Säulen"
12558
 
12559
- #: wppa-settings-autosave.php:3868
12560
  #, fuzzy
12561
  msgid "masonry style rows"
12562
  msgstr "Mauerwerk-Stil-Zeilen"
12563
 
12564
- #: wppa-settings-autosave.php:3876 wppa-settings-autosave.php:3977
12565
  #, fuzzy
12566
  msgid "Placement"
12567
  msgstr "Platzierung"
12568
 
12569
- #: wppa-settings-autosave.php:3877
12570
  #, fuzzy
12571
  msgid "Thumbnail image left or right."
12572
  msgstr "Miniaturansicht links oder rechts."
12573
 
12574
- #: wppa-settings-autosave.php:3878
12575
  #, fuzzy
12576
  msgid "Indicate the placement position of the thumbnailphoto you wish."
12577
  msgstr ""
12578
  "Geben Sie die Platzierungsposition der Thumbnailphoto, die Sie wünschen."
12579
 
12580
- #: wppa-settings-autosave.php:3887
12581
  #, fuzzy
12582
  msgid "Vertical alignment"
12583
  msgstr "Vertikale Ausrichtung"
12584
 
12585
- #: wppa-settings-autosave.php:3888
12586
  #, fuzzy
12587
  msgid "Vertical alignment of thumbnails."
12588
  msgstr "Vertikale Ausrichtung von Thumbnails."
12589
 
12590
- #: wppa-settings-autosave.php:3889
12591
  #, fuzzy
12592
  msgid ""
12593
  "Specify the vertical alignment of thumbnail images. Use this setting when "
@@ -12596,7 +12696,7 @@ msgstr ""
12596
  "Geben Sie die vertikale Ausrichtung der thumbnail-Bilder. Verwenden Sie "
12597
  "diese Einstellung, wenn Alben hoch- und Querformat Fotos enthalten."
12598
 
12599
- #: wppa-settings-autosave.php:3890
12600
  #, fuzzy
12601
  msgid ""
12602
  "It is NOT recommended to use the value --- default ---; it will affect the "
@@ -12606,102 +12706,102 @@ msgstr ""
12606
  "horizontale Ausrichtung und mit benutzerdefinierten Css verwendet werden "
12607
  "soll."
12608
 
12609
- #: wppa-settings-autosave.php:3899
12610
  #, fuzzy
12611
  msgid "Thumb mouseover"
12612
  msgstr "Daumen-mouseover"
12613
 
12614
- #: wppa-settings-autosave.php:3900
12615
  #, fuzzy
12616
  msgid "Apply thumbnail mouseover effect."
12617
  msgstr "Miniaturansicht Mouseover-Effekt anwenden."
12618
 
12619
- #: wppa-settings-autosave.php:3901
12620
  #, fuzzy
12621
  msgid "Check this box to use mouseover effect on thumbnail images."
12622
  msgstr ""
12623
  "Aktivieren Sie die Kontrollkästchen Mouseover Effekt auf thumbnail-Bilder "
12624
  "anwenden."
12625
 
12626
- #: wppa-settings-autosave.php:3909
12627
  #, fuzzy
12628
  msgid "Thumb opacity"
12629
  msgstr "Daumen-Deckkraft"
12630
 
12631
- #: wppa-settings-autosave.php:3910 wppa-settings-autosave.php:4002
12632
  #, fuzzy
12633
  msgid "Initial opacity value."
12634
  msgstr "Anfängliche Deckkraft."
12635
 
12636
- #: wppa-settings-autosave.php:3911 wppa-settings-autosave.php:4003
12637
- #: wppa-settings-autosave.php:4122
12638
  #, fuzzy
12639
  msgid "Enter percentage of opacity. 100% is opaque, 0% is transparant"
12640
  msgstr ""
12641
  "Geben Sie ein Prozentsatz der Deckkraft. 100 % deckend, 0 % ist transparent"
12642
 
12643
- #: wppa-settings-autosave.php:3913 wppa-settings-autosave.php:4005
12644
- #: wppa-settings-autosave.php:4125 wppa-settings-autosave.php:4464
12645
  #, fuzzy
12646
  msgid "%"
12647
  msgstr "%"
12648
 
12649
- #: wppa-settings-autosave.php:3918
12650
  #, fuzzy
12651
  msgid "Thumb popup"
12652
  msgstr "Daumen-popup"
12653
 
12654
- #: wppa-settings-autosave.php:3919
12655
  #, fuzzy
12656
  msgid "Use popup effect on thumbnail images."
12657
  msgstr "Verwenden Sie Popup-Effekt auf Miniaturbilder."
12658
 
12659
- #: wppa-settings-autosave.php:3920
12660
  #, fuzzy
12661
  msgid "Thumbnails pop-up to a larger image when hovered."
12662
  msgstr "Um ein größeres Bild als schwebte Popup-Miniaturen."
12663
 
12664
- #: wppa-settings-autosave.php:3928
12665
  #, fuzzy
12666
  msgid "Align subtext"
12667
  msgstr "Richten Sie subtext"
12668
 
12669
- #: wppa-settings-autosave.php:3929
12670
  #, fuzzy
12671
  msgid "Set thumbnail subtext on equal height."
12672
  msgstr "Setzen Sie Miniaturansichten Subtext auf gleicher Höhe."
12673
 
12674
- #: wppa-settings-autosave.php:3937
12675
  #, fuzzy
12676
  msgid "Album and covers related settings"
12677
  msgstr "Album und Abdeckungen im Zusammenhang mit Einstellungen"
12678
 
12679
- #: wppa-settings-autosave.php:3939
12680
  #, fuzzy
12681
  msgid "Album order"
12682
  msgstr "Album bestellen"
12683
 
12684
- #: wppa-settings-autosave.php:3940
12685
  #, fuzzy
12686
  msgid "Album ordering sequence method."
12687
  msgstr "Album Folge Bestellweg."
12688
 
12689
- #: wppa-settings-autosave.php:3941
12690
  #, fuzzy
12691
  msgid "Specify the way the albums should be ordered."
12692
  msgstr "Geben Sie die Art, wie die Alben angeordnet werden sollen."
12693
 
12694
- #: wppa-settings-autosave.php:3966
12695
  #, fuzzy
12696
  msgid "Default coverphoto selection"
12697
  msgstr "Standardauswahl Titelfoto"
12698
 
12699
- #: wppa-settings-autosave.php:3967
12700
  #, fuzzy
12701
  msgid "Default select cover photo method."
12702
  msgstr "Wählen Sie Abdeckung Foto Standardmethode."
12703
 
12704
- #: wppa-settings-autosave.php:3968
12705
  #, fuzzy
12706
  msgid ""
12707
  "This is the initial value on album creation only. It can be overruled on the "
@@ -12710,32 +12810,32 @@ msgstr ""
12710
  "Dies ist der Anfangswert auf Album erstellen nur. Es kann auf der Seite "
12711
  "\"Album bearbeiten\" aufgehoben werden."
12712
 
12713
- #: wppa-settings-autosave.php:3969
12714
  #, fuzzy
12715
  msgid "Random from album"
12716
  msgstr "Random von album"
12717
 
12718
- #: wppa-settings-autosave.php:3969
12719
  #, fuzzy
12720
  msgid "Random featured from album"
12721
  msgstr "Random featured aus album"
12722
 
12723
- #: wppa-settings-autosave.php:3969
12724
  #, fuzzy
12725
  msgid "Most recently added to album"
12726
  msgstr "Zuletzt hinzugefügt zum album"
12727
 
12728
- #: wppa-settings-autosave.php:3969
12729
  #, fuzzy
12730
  msgid "Random from album or any sub album"
12731
  msgstr "Random von Album oder ein Sub-album"
12732
 
12733
- #: wppa-settings-autosave.php:3978
12734
  #, fuzzy
12735
  msgid "Cover image position."
12736
  msgstr "Position des Bildes zu decken."
12737
 
12738
- #: wppa-settings-autosave.php:3979
12739
  #, fuzzy
12740
  msgid ""
12741
  "Enter the position that you want to be used for the default album cover "
@@ -12744,7 +12844,7 @@ msgstr ""
12744
  "Geben Sie die Position, die Sie für das Standard-Album-Cover ausgewählt in "
12745
  "Tabelle IV-D6 verwendet werden sollen."
12746
 
12747
- #: wppa-settings-autosave.php:3980
12748
  #, fuzzy
12749
  msgid ""
12750
  "For covertype Image Factory: left will be treated as top and right will be "
@@ -12753,7 +12853,7 @@ msgstr ""
12753
  "Für Covertype Image Factory: Links behandelt werden, als oben und rechts "
12754
  "werden Treted als unten."
12755
 
12756
- #: wppa-settings-autosave.php:3981
12757
  #, fuzzy
12758
  msgid ""
12759
  "For covertype Long Descriptions: top will be treated as left and bottom will "
@@ -12762,39 +12862,39 @@ msgstr ""
12762
  "Für Covertype lange Beschreibungen: oben behandelt werden, als Links und "
12763
  "unten werden Treted als Recht."
12764
 
12765
- #: wppa-settings-autosave.php:3991
12766
  #, fuzzy
12767
  msgid "Cover mouseover"
12768
  msgstr "Mouseover zu decken"
12769
 
12770
- #: wppa-settings-autosave.php:3992
12771
  #, fuzzy
12772
  msgid "Apply coverphoto mouseover effect."
12773
  msgstr "Titelfoto Mouseover Effekt anwenden."
12774
 
12775
- #: wppa-settings-autosave.php:3993
12776
  #, fuzzy
12777
  msgid "Check this box to use mouseover effect on cover images."
12778
  msgstr ""
12779
  "Aktivieren Sie die Kontrollkästchen Mouseover Effekt auf Cover-Bilder "
12780
  "anwenden."
12781
 
12782
- #: wppa-settings-autosave.php:4001
12783
  #, fuzzy
12784
  msgid "Cover opacity"
12785
  msgstr "Abdeckung-Deckkraft"
12786
 
12787
- #: wppa-settings-autosave.php:4010
12788
  #, fuzzy
12789
  msgid "Cover type"
12790
  msgstr "Cover Art"
12791
 
12792
- #: wppa-settings-autosave.php:4011
12793
  #, fuzzy
12794
  msgid "Select the default cover type."
12795
  msgstr "Wählen Sie den Standard Cover."
12796
 
12797
- #: wppa-settings-autosave.php:4012
12798
  #, fuzzy
12799
  msgid ""
12800
  "Types with the addition mcr are suitable for Multi Column in a Responsive "
@@ -12802,22 +12902,22 @@ msgid ""
12802
  msgstr ""
12803
  "Mit dem Zusatz Mcr eignen sich für Multi-Spalte in eine ansprechende Thema"
12804
 
12805
- #: wppa-settings-autosave.php:4035
12806
  #, fuzzy
12807
  msgid "The umber of coverphotos. Must be > 1 and < 25."
12808
  msgstr "Die Umbra Coverphotos. > 1 und < 25 sein."
12809
 
12810
- #: wppa-settings-autosave.php:4043
12811
  #, fuzzy
12812
  msgid "Cats include subs"
12813
  msgstr "Katzen gehören u-Boote"
12814
 
12815
- #: wppa-settings-autosave.php:4044
12816
  #, fuzzy
12817
  msgid "Child albums are included in Category based shortcodes."
12818
  msgstr "Kind-Alben sind in Kategorie nach Kurzwahlnummern enthalten."
12819
 
12820
- #: wppa-settings-autosave.php:4045
12821
  #, fuzzy
12822
  msgid ""
12823
  "When you use album=\"#cat,...\", in a shortcode, the child albums will be "
@@ -12826,22 +12926,22 @@ msgstr ""
12826
  "Bei Verwendung von Album = \"#cat...\", in einer Kurzwahlnummer, die Kind-"
12827
  "Alben aufgenommen werden."
12828
 
12829
- #: wppa-settings-autosave.php:4053
12830
  #, fuzzy
12831
  msgid "Rating related settings"
12832
  msgstr "Bewertung im Zusammenhang mit Einstellungen"
12833
 
12834
- #: wppa-settings-autosave.php:4055
12835
  #, fuzzy
12836
  msgid "Rating login"
12837
  msgstr "Rating-login"
12838
 
12839
- #: wppa-settings-autosave.php:4056
12840
  #, fuzzy
12841
  msgid "Users must login to rate photos."
12842
  msgstr "Benutzer müssen melden Sie sich bei Fotos."
12843
 
12844
- #: wppa-settings-autosave.php:4057
12845
  #, fuzzy
12846
  msgid ""
12847
  "If users want to vote for a photo (rating 1..5 stars) the must login first. "
@@ -12852,20 +12952,20 @@ msgstr ""
12852
  "erste. Die mittlere Bewertung wird immer angezeigt, solange das Rating-"
12853
  "System aktiviert ist."
12854
 
12855
- #: wppa-settings-autosave.php:4064
12856
  #, fuzzy
12857
  msgid "Rating change"
12858
  msgstr "Bewertung ändern"
12859
 
12860
- #: wppa-settings-autosave.php:4065 wppa-settings-autosave.php:4066
12861
  #, fuzzy
12862
  msgid "Users may change their ratings."
12863
  msgstr "Benutzer können ihre Ratings ändern."
12864
 
12865
- #: wppa-settings-autosave.php:4067 wppa-settings-autosave.php:4104
12866
- #: wppa-settings-autosave.php:4123 wppa-settings-autosave.php:4136
12867
- #: wppa-settings-autosave.php:4146 wppa-settings-autosave.php:4156
12868
- #: wppa-settings-autosave.php:4166 wppa-settings-autosave.php:4175
12869
  #, fuzzy
12870
  msgid ""
12871
  "If \"One button vote\" is selected in Table I-E1, this setting has no meaning"
@@ -12873,17 +12973,17 @@ msgstr ""
12873
  "Wenn \"Eine Schaltfläche\" Stimme\"in der Tabelle-E1 ausgewählt ist, hat "
12874
  "diese Einstellung keine Bedeutung"
12875
 
12876
- #: wppa-settings-autosave.php:4074
12877
  #, fuzzy
12878
  msgid "Rating multi"
12879
  msgstr "Rating-multi"
12880
 
12881
- #: wppa-settings-autosave.php:4075
12882
  #, fuzzy
12883
  msgid "Users may give multiple votes."
12884
  msgstr "Benutzer können mehrere Stimmen geben."
12885
 
12886
- #: wppa-settings-autosave.php:4076
12887
  #, fuzzy
12888
  msgid ""
12889
  "Users may give multiple votes. (This has no effect when users may change "
@@ -12892,32 +12992,32 @@ msgstr ""
12892
  "Benutzer können mehrere Stimmen geben. (Dies hat keine Auswirkung, wenn "
12893
  "Benutzer ihre Stimme ändern können.)"
12894
 
12895
- #: wppa-settings-autosave.php:4083
12896
  #, fuzzy
12897
  msgid "Rate own photos"
12898
  msgstr "Bei eigenen Fotos"
12899
 
12900
- #: wppa-settings-autosave.php:4084
12901
  #, fuzzy
12902
  msgid "It is allowed to rate photos by the uploader himself."
12903
  msgstr "Es ist erlaubt zu Rate Fotos durch den Uploader selbst."
12904
 
12905
- #: wppa-settings-autosave.php:4092
12906
  #, fuzzy
12907
  msgid "Rating requires comment"
12908
  msgstr "Bewertung erfordert Kommentar"
12909
 
12910
- #: wppa-settings-autosave.php:4093
12911
  #, fuzzy
12912
  msgid "Users must clarify their vote in a comment."
12913
  msgstr "Benutzer müssen ihre Stimme in einem Kommentar klären."
12914
 
12915
- #: wppa-settings-autosave.php:4102
12916
  #, fuzzy
12917
  msgid "This value counts dislike rating."
12918
  msgstr "Dieser Wert zählt Abneigung Rating."
12919
 
12920
- #: wppa-settings-autosave.php:4103
12921
  #, fuzzy
12922
  msgid ""
12923
  "This value will be used for a dislike rating on calculation of avarage "
@@ -12926,22 +13026,22 @@ msgstr ""
12926
  "Dieser Wert wird für eine Abneigung Bewertung auf Berechnung der Avarage "
12927
  "Bewertungen verwendet werden."
12928
 
12929
- #: wppa-settings-autosave.php:4106
12930
  #, fuzzy
12931
  msgid "points"
12932
  msgstr "poeng"
12933
 
12934
- #: wppa-settings-autosave.php:4111
12935
  #, fuzzy
12936
  msgid "Next after vote"
12937
  msgstr "Als nächstes nach Abstimmung"
12938
 
12939
- #: wppa-settings-autosave.php:4112
12940
  #, fuzzy
12941
  msgid "Goto next slide after voting"
12942
  msgstr "GOTO nächsten Folie nach der Abstimmung"
12943
 
12944
- #: wppa-settings-autosave.php:4113
12945
  #, fuzzy
12946
  msgid ""
12947
  "If checked, the visitor goes straight to the slide following the slide he "
@@ -12950,22 +13050,22 @@ msgstr ""
12950
  "Wenn diese Option aktiviert ist, geht der Besucher direkt auf der Folie nach "
12951
  "der Folie, die er gewählt. Das beschleunigt mass Abstimmung."
12952
 
12953
- #: wppa-settings-autosave.php:4120
12954
  #, fuzzy
12955
  msgid "Star off opacity"
12956
  msgstr "Sterne aus Deckkraft"
12957
 
12958
- #: wppa-settings-autosave.php:4121
12959
  #, fuzzy
12960
  msgid "Rating star off state opacity value."
12961
  msgstr "Bewertung Sterne aus Zustandswert Deckkraft."
12962
 
12963
- #: wppa-settings-autosave.php:4131
12964
  #, fuzzy
12965
  msgid "Notify admin every x times."
12966
  msgstr "Admin, die alle x mal zu benachrichtigen."
12967
 
12968
- #: wppa-settings-autosave.php:4132
12969
  #, fuzzy
12970
  msgid ""
12971
  "If this number is positive, there will be a thumb down icon in the rating "
@@ -12974,7 +13074,7 @@ msgstr ""
12974
  "Wenn diese Zahl positiv ist, werden ein Daumen nach unten-Symbol in der "
12975
  "Rating-Bar."
12976
 
12977
- #: wppa-settings-autosave.php:4133
12978
  #, fuzzy
12979
  msgid ""
12980
  "Cicking the icon indicates a user wants to report that an image is "
@@ -12983,91 +13083,91 @@ msgstr ""
12983
  "Cicking das Symbol zeigt an, dass ein Benutzer möchte berichten, dass ein "
12984
  "Bild Inappropiate."
12985
 
12986
- #: wppa-settings-autosave.php:4134
12987
  #, fuzzy
12988
  msgid "Admin will be notified by email after every x reports."
12989
  msgstr ""
12990
  "Admin werden per e-Mail benachrichtigt werden, nachdem alle X-Berichte."
12991
 
12992
- #: wppa-settings-autosave.php:4135 wppa-settings-autosave.php:4145
12993
- #: wppa-settings-autosave.php:4155
12994
  #, fuzzy
12995
  msgid "A value of 0 disables this feature."
12996
  msgstr "Der Wert 0 deaktiviert diese Funktion."
12997
 
12998
- #: wppa-settings-autosave.php:4138 wppa-settings-autosave.php:4148
12999
- #: wppa-settings-autosave.php:4158
13000
  #, fuzzy
13001
  msgid "reports"
13002
  msgstr "Berichte"
13003
 
13004
- #: wppa-settings-autosave.php:4143
13005
  #, fuzzy
13006
  msgid "Pending after"
13007
  msgstr "Ausstehende nach"
13008
 
13009
- #: wppa-settings-autosave.php:4144
13010
  #, fuzzy
13011
  msgid "Set status to pending after xx dislike votes."
13012
  msgstr "Setzen Sie Status auf ausstehende nach Xx mag stimmen."
13013
 
13014
- #: wppa-settings-autosave.php:4153
13015
  #, fuzzy
13016
  msgid "Delete after"
13017
  msgstr "Spam löschen nach:"
13018
 
13019
- #: wppa-settings-autosave.php:4154
13020
  #, fuzzy
13021
  msgid "Deete photo after xx dislike votes."
13022
  msgstr "Deete automatisch nach Xx Abneigung stimmen."
13023
 
13024
- #: wppa-settings-autosave.php:4163
13025
  #, fuzzy
13026
  msgid "Show dislike count"
13027
  msgstr "Anzahl der Abneigung Anzeigen"
13028
 
13029
- #: wppa-settings-autosave.php:4164
13030
  #, fuzzy
13031
  msgid "Show the number of dislikes in the rating bar."
13032
  msgstr "Wird die Anzahl der Abneigungen in der Bewertung angezeigt."
13033
 
13034
- #: wppa-settings-autosave.php:4165
13035
  #, fuzzy
13036
  msgid "Displayes the total number of dislike votes for the current photo."
13037
  msgstr "Anständen stimmen die Gesamtzahl der Abneigung für das aktuelle Foto."
13038
 
13039
- #: wppa-settings-autosave.php:4173
13040
  #, fuzzy
13041
  msgid "Rating display type"
13042
  msgstr "Rating-Display-Typ"
13043
 
13044
- #: wppa-settings-autosave.php:4174
13045
  #, fuzzy
13046
  msgid "Specify the type of the rating display."
13047
  msgstr "Geben Sie die Bewertungsanzeige."
13048
 
13049
- #: wppa-settings-autosave.php:4177
13050
  #, fuzzy
13051
  msgid "Graphic"
13052
  msgstr "Grafik"
13053
 
13054
- #: wppa-settings-autosave.php:4177
13055
  #, fuzzy
13056
  msgid "Numeric"
13057
  msgstr "Numerisch"
13058
 
13059
- #: wppa-settings-autosave.php:4184
13060
  #, fuzzy
13061
  msgid "Show average rating"
13062
  msgstr "Durchschnittliche Bewertung"
13063
 
13064
- #: wppa-settings-autosave.php:4185
13065
  #, fuzzy
13066
  msgid "Display the avarage rating and/or vote count on the rating bar"
13067
  msgstr ""
13068
  "Avarage Bewertung und/oder Abstimmung Anzahl auf der Rating-Leiste anzeigen"
13069
 
13070
- #: wppa-settings-autosave.php:4186
13071
  #, fuzzy
13072
  msgid ""
13073
  "If checked, the average rating as well as the current users rating is "
@@ -13076,14 +13176,14 @@ msgstr ""
13076
  "Wenn diese Option aktiviert, wird die durchschnittliche Bewertung sowie die "
13077
  "aktuellen Benutzer Bewertung in max. 5 oder 10 Sternen angezeigt."
13078
 
13079
- #: wppa-settings-autosave.php:4187
13080
  #, fuzzy
13081
  msgid "If unchecked, only the current users rating is displayed (if any)."
13082
  msgstr ""
13083
  "Wenn diese Option deaktiviert, nur der aktuelle Benutzer Bewertung wird "
13084
  "angezeigt (falls vorhanden)."
13085
 
13086
- #: wppa-settings-autosave.php:4188
13087
  #, fuzzy
13088
  msgid ""
13089
  "If \"One button vote\" is selected in Table I-E1, this box checked will "
@@ -13092,42 +13192,42 @@ msgstr ""
13092
  "Wenn \"Eine Schaltfläche\" Stimme\"in der Tabelle-E1 ausgewählt ist, wird "
13093
  "dieses Kontrollkästchen aktiviert die Auszählung der Stimmen angezeigt."
13094
 
13095
- #: wppa-settings-autosave.php:4195
13096
  #, fuzzy
13097
  msgid "Single vote button text"
13098
  msgstr "Einzige Stimme Schaltflächentext"
13099
 
13100
- #: wppa-settings-autosave.php:4196
13101
  #, fuzzy
13102
  msgid "The text on the voting button."
13103
  msgstr "Der Text auf der Schaltfläche \"Abstimmung\"."
13104
 
13105
- #: wppa-settings-autosave.php:4197 wppa-settings-autosave.php:4206
13106
  #, fuzzy
13107
  msgid "This text may contain qTranslate compatible language tags."
13108
  msgstr "Dieser Text kann qTranslate kompatibel sprach-Tags enthalten."
13109
 
13110
- #: wppa-settings-autosave.php:4204
13111
  #, fuzzy
13112
  msgid "Single vote button text voted"
13113
  msgstr "Einzige Stimme Schaltflächentext gestimmt"
13114
 
13115
- #: wppa-settings-autosave.php:4205
13116
  #, fuzzy
13117
  msgid "The text on the voting button when voted."
13118
  msgstr "Der Text auf den voting Button bei der Abstimmung."
13119
 
13120
- #: wppa-settings-autosave.php:4213
13121
  #, fuzzy
13122
  msgid "Single vote button thumbnail"
13123
  msgstr "Einzige Stimme Schaltfläche Miniaturansicht"
13124
 
13125
- #: wppa-settings-autosave.php:4214
13126
  #, fuzzy
13127
  msgid "Display single vote button below thumbnails."
13128
  msgstr "Stimme-Button unter Miniaturansichten anzeigen"
13129
 
13130
- #: wppa-settings-autosave.php:4215
13131
  #, fuzzy
13132
  msgid ""
13133
  "This works only in single vote mode: Table I-E1 set to \"one button vote\""
@@ -13135,17 +13235,17 @@ msgstr ""
13135
  "Dies funktioniert nur im Modus der Stimme: Tabelle legen Sie auf \"eine "
13136
  "Schaltfläche\"Abstimmung\"Ich-E1"
13137
 
13138
- #: wppa-settings-autosave.php:4222
13139
  #, fuzzy
13140
  msgid "Medal bronze when"
13141
  msgstr "Bronze-Medaille beim"
13142
 
13143
- #: wppa-settings-autosave.php:4223 wppa-settings-autosave.php:4241
13144
  #, fuzzy
13145
  msgid "Photo gets medal bronze when number of top-scores ( 5 or 10 )."
13146
  msgstr "Foto bekommt Medaille Bronze wenn Anzahl der Top-Scores (5 oder 10)."
13147
 
13148
- #: wppa-settings-autosave.php:4224 wppa-settings-autosave.php:4242
13149
  #, fuzzy
13150
  msgid ""
13151
  "When the photo has this number of topscores ( 5 or 10 stars ), it will get a "
@@ -13155,23 +13255,23 @@ msgstr ""
13155
  "erhalten sie eine Bronze-Medaille. Der Wert 0 gibt an, dass Sie dieses "
13156
  "Feature nicht wollen."
13157
 
13158
- #: wppa-settings-autosave.php:4226 wppa-settings-autosave.php:4235
13159
- #: wppa-settings-autosave.php:4244
13160
  #, fuzzy
13161
  msgid "Topscores"
13162
  msgstr "Topscores"
13163
 
13164
- #: wppa-settings-autosave.php:4231
13165
  #, fuzzy
13166
  msgid "Medal silver when"
13167
  msgstr "Silber Medaille beim"
13168
 
13169
- #: wppa-settings-autosave.php:4232
13170
  #, fuzzy
13171
  msgid "Photo gets medal silver when number of top-scores ( 5 or 10 )."
13172
  msgstr "Foto bekommt Medaille Silber wenn Anzahl der Top-Scores (5 oder 10)."
13173
 
13174
- #: wppa-settings-autosave.php:4233
13175
  #, fuzzy
13176
  msgid ""
13177
  "When the photo has this number of topscores ( 5 or 10 stars ), it will get a "
@@ -13181,108 +13281,108 @@ msgstr ""
13181
  "erhalten sie eine Silbermedaille. Der Wert 0 gibt an, dass Sie dieses "
13182
  "Feature nicht wollen."
13183
 
13184
- #: wppa-settings-autosave.php:4240
13185
  #, fuzzy
13186
  msgid "Medal gold when"
13187
  msgstr "Gold-Medaille beim"
13188
 
13189
- #: wppa-settings-autosave.php:4249
13190
  #, fuzzy
13191
  msgid "Medal tag color"
13192
  msgstr "Medaille-Tag-Farbe"
13193
 
13194
- #: wppa-settings-autosave.php:4250
13195
  #, fuzzy
13196
  msgid "The color of the tag on the medal."
13197
  msgstr "Die Farbe des Tags auf der Medaille."
13198
 
13199
- #: wppa-settings-autosave.php:4253 wppa-settings-autosave.php:7658
13200
  #, fuzzy
13201
  msgid "Red"
13202
  msgstr "Rote-Augen-Reduzierung, nicht erkannt und Rück"
13203
 
13204
- #: wppa-settings-autosave.php:4253 wppa-settings-autosave.php:7661
13205
  #, fuzzy
13206
  msgid "Green"
13207
  msgstr "Grün"
13208
 
13209
- #: wppa-settings-autosave.php:4253 wppa-settings-autosave.php:7662
13210
  #, fuzzy
13211
  msgid "Blue"
13212
  msgstr "Blau"
13213
 
13214
- #: wppa-settings-autosave.php:4260
13215
  #, fuzzy
13216
  msgid "Medal position"
13217
  msgstr "Medaille position"
13218
 
13219
- #: wppa-settings-autosave.php:4261
13220
  #, fuzzy
13221
  msgid "The position of the medal on the image."
13222
  msgstr "Die Position der Medaille auf das Bild."
13223
 
13224
- #: wppa-settings-autosave.php:4264
13225
  #, fuzzy
13226
  msgid "Top left"
13227
  msgstr "Oben links"
13228
 
13229
- #: wppa-settings-autosave.php:4264
13230
  #, fuzzy
13231
  msgid "Top right"
13232
  msgstr "Oben rechts"
13233
 
13234
- #: wppa-settings-autosave.php:4264
13235
  #, fuzzy
13236
  msgid "Bottom left"
13237
  msgstr "Unten links"
13238
 
13239
- #: wppa-settings-autosave.php:4264
13240
  #, fuzzy
13241
  msgid "Bottom right"
13242
  msgstr "Unten rechts"
13243
 
13244
- #: wppa-settings-autosave.php:4271
13245
  #, fuzzy
13246
  msgid "Top criterium"
13247
  msgstr "Top-Kriterium"
13248
 
13249
- #: wppa-settings-autosave.php:4272
13250
  #, fuzzy
13251
  msgid "The top sort item used for topten results from shortcodes."
13252
  msgstr ""
13253
  "Das Top Art Element für Topten Ergebnisse von Kurzwahlnummern verwendet."
13254
 
13255
- #: wppa-settings-autosave.php:4275
13256
  #, fuzzy
13257
  msgid "Mean raiting"
13258
  msgstr "Mittlere beliebheit"
13259
 
13260
- #: wppa-settings-autosave.php:4275
13261
  #, fuzzy
13262
  msgid "Rating count"
13263
  msgstr "Bewertungen"
13264
 
13265
- #: wppa-settings-autosave.php:4275
13266
  #, fuzzy
13267
  msgid "Viewcount"
13268
  msgstr "Aufrufstatistik"
13269
 
13270
- #: wppa-settings-autosave.php:4282
13271
  #, fuzzy
13272
  msgid "Comments related settings"
13273
  msgstr "Kommentare bezogenen Einstellungen"
13274
 
13275
- #: wppa-settings-autosave.php:4284
13276
  #, fuzzy
13277
  msgid "Commenting login"
13278
  msgstr "Kommentieren login"
13279
 
13280
- #: wppa-settings-autosave.php:4285
13281
  #, fuzzy
13282
  msgid "Users must be logged in to comment on photos."
13283
  msgstr "Benutzer müssen angemeldet sein, um Fotos kommentieren."
13284
 
13285
- #: wppa-settings-autosave.php:4286
13286
  #, fuzzy
13287
  msgid ""
13288
  "Check this box if you want users to be logged in to be able to enter "
@@ -13291,17 +13391,17 @@ msgstr ""
13291
  "Markieren Sie dieses Kästchen, wenn Sie möchten, dass Benutzer angemeldet "
13292
  "sein, um in der Lage, den Erläuterungen zu einzelnen Fotos zu betreten."
13293
 
13294
- #: wppa-settings-autosave.php:4293
13295
  #, fuzzy
13296
  msgid "Comments view login"
13297
  msgstr "Kommentare Ansicht Login"
13298
 
13299
- #: wppa-settings-autosave.php:4294
13300
  #, fuzzy
13301
  msgid "Users must be logged in to see comments on photos."
13302
  msgstr "Benutzer müssen angemeldet sein, um Kommentare zu Fotos zu sehen."
13303
 
13304
- #: wppa-settings-autosave.php:4295
13305
  #, fuzzy
13306
  msgid ""
13307
  "Check this box if you want users to be logged in to be able to see existing "
@@ -13311,166 +13411,166 @@ msgstr ""
13311
  "sein, um in der Lage, bestehende Kommentare zu einzelnen Fotos anzeigen zu "
13312
  "können."
13313
 
13314
- #: wppa-settings-autosave.php:4302
13315
  #, fuzzy
13316
  msgid "Last comment first"
13317
  msgstr "Letzter Kommentar zuerst"
13318
 
13319
- #: wppa-settings-autosave.php:4303
13320
  #, fuzzy
13321
  msgid "Display the newest comment on top."
13322
  msgstr "An der Spitze der neuesten Kommentar anzeigen."
13323
 
13324
- #: wppa-settings-autosave.php:4304
13325
  #, fuzzy
13326
  msgid "If checked: Display the newest comment on top."
13327
  msgstr "Wenn diese Option aktiviert: zeigt den neuesten Kommentar oben."
13328
 
13329
- #: wppa-settings-autosave.php:4305
13330
  #, fuzzy
13331
  msgid "If unchecked, the comments are listed in the ordere they were entered."
13332
  msgstr ""
13333
  "Ist die Option deaktiviert, werden die Kommentare im ordere aufgeführt "
13334
  "wurden sie getreten."
13335
 
13336
- #: wppa-settings-autosave.php:4312
13337
  #, fuzzy
13338
  msgid "Comment moderation"
13339
  msgstr "Kommentarmoderation"
13340
 
13341
- #: wppa-settings-autosave.php:4313
13342
  #, fuzzy
13343
  msgid "Comments from what users need approval."
13344
  msgstr "Kommentare von dem, was Anwender brauchen Genehmigung."
13345
 
13346
- #: wppa-settings-autosave.php:4314
13347
  #, fuzzy
13348
  msgid "Select the desired users of which the comments need approval."
13349
  msgstr ""
13350
  "Wählen Sie die gewünschten Benutzer aus der die Kommentare brauchen die "
13351
  "Genehmigung."
13352
 
13353
- #: wppa-settings-autosave.php:4316 wppa-settings-autosave.php:6342
13354
  #, fuzzy
13355
  msgid "All users"
13356
  msgstr "Alle Benutzer"
13357
 
13358
- #: wppa-settings-autosave.php:4316 wppa-settings-autosave.php:6342
13359
  #, fuzzy
13360
  msgid "Logged out users"
13361
  msgstr "abgemeldete Benutzer"
13362
 
13363
- #: wppa-settings-autosave.php:4316 wppa-settings-autosave.php:6342
13364
  #, fuzzy
13365
  msgid "No users"
13366
  msgstr "Keine Teilnehmer."
13367
 
13368
- #: wppa-settings-autosave.php:4323
13369
  #, fuzzy
13370
  msgid "Comment email required"
13371
  msgstr "Kommentar e-Mail erforderlich"
13372
 
13373
- #: wppa-settings-autosave.php:4324
13374
  #, fuzzy
13375
  msgid "Commenting users must enter their email addresses."
13376
  msgstr "Kommentierende Benutzer müssen ihre e-Mail-Adressen eingeben."
13377
 
13378
- #: wppa-settings-autosave.php:4328 wppa-settings-autosave.php:8988
13379
- #: wppa-settings-autosave.php:9056
13380
  #, fuzzy
13381
  msgid "Optional"
13382
  msgstr "Optional"
13383
 
13384
- #: wppa-settings-autosave.php:4340
13385
  #, fuzzy
13386
  msgid "Comment notify"
13387
  msgstr "Kommentar zu benachrichtigen"
13388
 
13389
- #: wppa-settings-autosave.php:4341
13390
  #, fuzzy
13391
  msgid "Select who must receive an e-mail notification of a new comment."
13392
  msgstr ""
13393
  "Wählen Sie aus, wer eine e-Mail-Benachrichtigung über einen neuen Kommentar "
13394
  "erhalten müssen."
13395
 
13396
- #: wppa-settings-autosave.php:4344
13397
  #, fuzzy
13398
  msgid "--- None ---"
13399
  msgstr "--- keine ---"
13400
 
13401
- #: wppa-settings-autosave.php:4345
13402
  #, fuzzy
13403
  msgid "--- Admin ---"
13404
  msgstr "Admin"
13405
 
13406
- #: wppa-settings-autosave.php:4346
13407
  #, fuzzy
13408
  msgid "--- Album owner ---"
13409
  msgstr "---Albuminhaber---"
13410
 
13411
- #: wppa-settings-autosave.php:4347
13412
  #, fuzzy
13413
  msgid "--- Admin & Owner ---"
13414
  msgstr "---Admin & Besitzer---"
13415
 
13416
- #: wppa-settings-autosave.php:4348
13417
  #, fuzzy
13418
  msgid "--- Uploader ---"
13419
  msgstr "---Uploader---"
13420
 
13421
- #: wppa-settings-autosave.php:4349
13422
  #, fuzzy
13423
  msgid "--- Up & admin ---"
13424
  msgstr "---Bis & Admin---"
13425
 
13426
- #: wppa-settings-autosave.php:4350
13427
  #, fuzzy
13428
  msgid "--- Up & Owner ---"
13429
  msgstr "---Bis & Besitzer---"
13430
 
13431
- #: wppa-settings-autosave.php:4373
13432
  #, fuzzy
13433
  msgid "Comment notify previous"
13434
  msgstr "Kommentar zu früheren benachrichtigen"
13435
 
13436
- #: wppa-settings-autosave.php:4374
13437
  #, fuzzy
13438
  msgid "Notify users who has commented this photo earlier."
13439
  msgstr ""
13440
  "Benachrichtigen Sie Benutzer, die dieses Foto bereits Stellung genommen hat."
13441
 
13442
- #: wppa-settings-autosave.php:4382
13443
  #, fuzzy
13444
  msgid "Comment notify approved"
13445
  msgstr "Kommentar benachrichtigen genehmigt"
13446
 
13447
- #: wppa-settings-autosave.php:4383
13448
  #, fuzzy
13449
  msgid "Notify photo owner of approved comment."
13450
  msgstr "Benachrichtigen Sie Foto Eigentümer der zugelassenen Kommentar."
13451
 
13452
- #: wppa-settings-autosave.php:4391
13453
  #, fuzzy
13454
  msgid "Com ntfy appr email content"
13455
  msgstr "Com Ntfy ca. e-Mail-Inhalten"
13456
 
13457
- #: wppa-settings-autosave.php:4392
13458
  #, fuzzy
13459
  msgid "The content of the email."
13460
  msgstr "Der Inhalt der e-Mail."
13461
 
13462
- #: wppa-settings-autosave.php:4393
13463
  #, fuzzy
13464
  msgid "If you leave this blank, the default content will be used"
13465
  msgstr ""
13466
  "Wenn Sie dieses Feld leer lassen, wird die Standard-Content verwendet werden"
13467
 
13468
- #: wppa-settings-autosave.php:4394
13469
  #, fuzzy
13470
  msgid "The content may contain html."
13471
  msgstr "Der Inhalt kann html enthalten."
13472
 
13473
- #: wppa-settings-autosave.php:4395
13474
  #, fuzzy
13475
  msgid ""
13476
  "You may use the following keywords: w#comment for the comment content, "
@@ -13484,82 +13584,82 @@ msgstr ""
13484
  "w #timestamp, w #modified, w #views, w #amx, w #amy, w #amfs, w #url, w "
13485
  "#hrurl, w #tnurl, w #cc0... w #cc9, w #cd0... w #cd9."
13486
 
13487
- #: wppa-settings-autosave.php:4402
13488
  #, fuzzy
13489
  msgid "Com ntfy appr email subject"
13490
  msgstr "Com Ntfy ca. e-Mail-Betreff"
13491
 
13492
- #: wppa-settings-autosave.php:4403
13493
  #, fuzzy
13494
  msgid "The subject of the email."
13495
  msgstr "Betreff der E-Mail"
13496
 
13497
- #: wppa-settings-autosave.php:4412
13498
  #, fuzzy
13499
  msgid "Comment ntfy added"
13500
  msgstr "Kommentar hinzugefügt"
13501
 
13502
- #: wppa-settings-autosave.php:4413
13503
  #, fuzzy
13504
  msgid "Show \"Comment added\" after successfull adding a comment."
13505
  msgstr ""
13506
  "Zeigen Sie \"Kommentar hinzugefügt\" nach erfolgreich einen Kommentar "
13507
  "hinzufügen."
13508
 
13509
- #: wppa-settings-autosave.php:4421
13510
  #, fuzzy
13511
  msgid "ComTen alt display"
13512
  msgstr "ComTen Alt display"
13513
 
13514
- #: wppa-settings-autosave.php:4422
13515
  #, fuzzy
13516
  msgid "Display comments at comten thumbnails."
13517
  msgstr "Anzeigen Kommentare an comten Thumbnails."
13518
 
13519
- #: wppa-settings-autosave.php:4430
13520
  #, fuzzy
13521
  msgid "Comten Thumbnail width"
13522
  msgstr "Comten Miniatur-breite"
13523
 
13524
- #: wppa-settings-autosave.php:4431
13525
  #, fuzzy
13526
  msgid "The width of the thumbnail in the alt comment display."
13527
  msgstr "Die Breite des Vorschaubildes im Alt Kommentar Display."
13528
 
13529
- #: wppa-settings-autosave.php:4434
13530
  #, fuzzy
13531
  msgid "Pixels"
13532
  msgstr ""
13533
  "Geben Sie die Kartenhöhe in Pixeln an. Beispiel: 200, oder lassen dieses "
13534
  "Feld frei um eine responsive Karte zu erstellen."
13535
 
13536
- #: wppa-settings-autosave.php:4439
13537
  #, fuzzy
13538
  msgid "Show smiley picker"
13539
  msgstr "Smiley-Picker anzeigen"
13540
 
13541
- #: wppa-settings-autosave.php:4440
13542
  #, fuzzy
13543
  msgid "Display a clickable row of smileys."
13544
  msgstr "Eine anklickbare Reihe von Smileys angezeigt."
13545
 
13546
- #: wppa-settings-autosave.php:4448
13547
  #, fuzzy
13548
  msgid "Show commenter email"
13549
  msgstr "Zeige Kommentator email"
13550
 
13551
- #: wppa-settings-autosave.php:4449
13552
  #, fuzzy
13553
  msgid "Show the commenter's email in the notify emails."
13554
  msgstr "Zeige den Kommentator Email in den e-Mails benachrichtigen."
13555
 
13556
- #: wppa-settings-autosave.php:4450
13557
  #, fuzzy
13558
  msgid "Shows the email address of the commenter in all notify emails."
13559
  msgstr ""
13560
  "Zeigt die e-Mail-Adresse der Kommentator in allen benachrichtigen-e-Mails."
13561
 
13562
- #: wppa-settings-autosave.php:4451
13563
  #, fuzzy
13564
  msgid ""
13565
  "If switched off, admin will still receive the senders email in the "
@@ -13568,117 +13668,117 @@ msgstr ""
13568
  "Wenn ausgeschaltet, wird Admin noch die Absender-Email Benachrichtigung per "
13569
  "Post erhalten"
13570
 
13571
- #: wppa-settings-autosave.php:4461
13572
  #, fuzzy
13573
  msgid "The opacity of the lightbox overlay background."
13574
  msgstr "Die Deckkraft des Leuchtkastens überlagern Hintergrund."
13575
 
13576
- #: wppa-settings-autosave.php:4469
13577
  #, fuzzy
13578
  msgid "Click on background"
13579
  msgstr "Klicken Sie auf Hintergrund"
13580
 
13581
- #: wppa-settings-autosave.php:4470
13582
  #, fuzzy
13583
  msgid "Select the action to be taken on click on background."
13584
  msgstr "Wählen Sie die Aktion klicken Sie auf Hintergrund getroffen werden."
13585
 
13586
- #: wppa-settings-autosave.php:4473
13587
  #, fuzzy
13588
  msgid "Nothing"
13589
  msgstr "Nichts"
13590
 
13591
- #: wppa-settings-autosave.php:4473
13592
  #, fuzzy
13593
  msgid "Exit (close)"
13594
  msgstr "Exit (schließen)"
13595
 
13596
- #: wppa-settings-autosave.php:4473
13597
  #, fuzzy
13598
  msgid "Browse (left/right)"
13599
  msgstr "Durchsuchen (links/rechts)"
13600
 
13601
- #: wppa-settings-autosave.php:4480
13602
  #, fuzzy
13603
  msgid "Overlay animation speed"
13604
  msgstr "Animationsgeschwindigkeit Overlay"
13605
 
13606
- #: wppa-settings-autosave.php:4481
13607
  #, fuzzy
13608
  msgid "The fade-in time of the lightbox images"
13609
  msgstr "Die Fade-Zeit der Lightbox Bilder"
13610
 
13611
- #: wppa-settings-autosave.php:4484
13612
  #, fuzzy
13613
  msgid "very fast (100 ms.)"
13614
  msgstr "sehr schnell (100 ms)."
13615
 
13616
- #: wppa-settings-autosave.php:4484
13617
  #, fuzzy
13618
  msgid "fast (200 ms.)"
13619
  msgstr "schnell (200 ms)"
13620
 
13621
- #: wppa-settings-autosave.php:4484
13622
  #, fuzzy
13623
  msgid "normal (300 ms.)"
13624
  msgstr "Normal (300 ms)"
13625
 
13626
- #: wppa-settings-autosave.php:4484
13627
  #, fuzzy
13628
  msgid "slow (500 ms.)"
13629
  msgstr "langsam (500 ms)."
13630
 
13631
- #: wppa-settings-autosave.php:4484
13632
  #, fuzzy
13633
  msgid "very slow (1 s.)"
13634
  msgstr "sehr langsam (1 s.)"
13635
 
13636
- #: wppa-settings-autosave.php:4484
13637
  #, fuzzy
13638
  msgid "extremely slow (2 s.)"
13639
  msgstr "extrem langsam (2 s.)"
13640
 
13641
- #: wppa-settings-autosave.php:4491
13642
  #, fuzzy
13643
  msgid "Overlay slideshow speed"
13644
  msgstr "Die Geschwindigkeit der Overlay-Diashow"
13645
 
13646
- #: wppa-settings-autosave.php:4492
13647
  #, fuzzy
13648
  msgid "The time the lightbox images stay"
13649
  msgstr "Gleichzeitig bleiben die Lightbox-Bilder"
13650
 
13651
- #: wppa-settings-autosave.php:4495
13652
  #, fuzzy
13653
  msgid "fast (3 s.)"
13654
  msgstr "schnell (3 s.)"
13655
 
13656
- #: wppa-settings-autosave.php:4495
13657
  #, fuzzy
13658
  msgid "normal (5 s.)"
13659
  msgstr "normal (5 s.)"
13660
 
13661
- #: wppa-settings-autosave.php:4495
13662
  #, fuzzy
13663
  msgid "slow (8 s.)"
13664
  msgstr "langsam (8 s.)"
13665
 
13666
- #: wppa-settings-autosave.php:4495
13667
  #, fuzzy
13668
  msgid "very slow (13 s.)"
13669
  msgstr "sehr langsam (13 s.)"
13670
 
13671
- #: wppa-settings-autosave.php:4495
13672
  #, fuzzy
13673
  msgid "extremely slow (20 s.)"
13674
  msgstr "extrem langsam (20 s.)"
13675
 
13676
- #: wppa-settings-autosave.php:4502
13677
  #, fuzzy
13678
  msgid "Overlay at top in Chrome"
13679
  msgstr "Overlay-oben in Chrom"
13680
 
13681
- #: wppa-settings-autosave.php:4503
13682
  #, fuzzy
13683
  msgid ""
13684
  "Place the overlay (lightbox) image at the top of the page in Chrome browsers."
@@ -13686,32 +13786,32 @@ msgstr ""
13686
  "Platzieren Sie das Overlay (Lightbox) Bild am oberen Rand der Seite in "
13687
  "Chrome-Browsern."
13688
 
13689
- #: wppa-settings-autosave.php:4504
13690
  #, fuzzy
13691
  msgid "This is required for certain mobile devices."
13692
  msgstr "Dies ist erforderlich für bestimmte mobile Geräte."
13693
 
13694
- #: wppa-settings-autosave.php:4511
13695
  #, fuzzy
13696
  msgid "WPPA+ Lightbox global"
13697
  msgstr "WPPA + Lightbox global"
13698
 
13699
- #: wppa-settings-autosave.php:4512
13700
  #, fuzzy
13701
  msgid "Use the wppa+ lightbox also for non-wppa images."
13702
  msgstr "Verwenden Sie die Wppa + Lightbox auch für nicht-Wppa Bilder."
13703
 
13704
- #: wppa-settings-autosave.php:4520
13705
  #, fuzzy
13706
  msgid "WPPA+ Lightbox global is a set"
13707
  msgstr "WPPA + Lightbox global ist ein Satz"
13708
 
13709
- #: wppa-settings-autosave.php:4521
13710
  #, fuzzy
13711
  msgid "Treat the other images as a set."
13712
  msgstr "Behandeln Sie die anderen Bilder als Set."
13713
 
13714
- #: wppa-settings-autosave.php:4522
13715
  #, fuzzy
13716
  msgid ""
13717
  "If checked, you can scroll through the images in the lightbox view. Requires "
@@ -13720,151 +13820,151 @@ msgstr ""
13720
  "Wenn diese Option aktiviert, können Sie durch die Bilder in der Lightbox-"
13721
  "Ansicht scrollen. Punkt 5 überprüft werden muss."
13722
 
13723
- #: wppa-settings-autosave.php:4529
13724
  #, fuzzy
13725
  msgid "Use hires files"
13726
  msgstr "Hires-Dateien verwenden"
13727
 
13728
- #: wppa-settings-autosave.php:4530
13729
  #, fuzzy
13730
  msgid "Use the highest resolution available for lightbox."
13731
  msgstr "Verwenden Sie die höchste Auflösung für Lightbox."
13732
 
13733
- #: wppa-settings-autosave.php:4531
13734
  #, fuzzy
13735
  msgid "Ticking this box is recommended for lightbox fullscreen modes."
13736
  msgstr ""
13737
  "Kreuzen Sie dieses Kästchen wird für Lightbox Fullscreen Modus empfohlen."
13738
 
13739
- #: wppa-settings-autosave.php:4539
13740
  #, fuzzy
13741
  msgid "Videos on lightbox start automaticly."
13742
  msgstr "Videos auf Lightbox automatisch starten."
13743
 
13744
- #: wppa-settings-autosave.php:4548
13745
  #, fuzzy
13746
  msgid "Audio on lightbox start automaticly."
13747
  msgstr "Audio auf Lightbox automatisch starten."
13748
 
13749
- #: wppa-settings-autosave.php:4556
13750
  #, fuzzy
13751
  msgid "Lightbox start mode"
13752
  msgstr "Lightbox-Start-Modus"
13753
 
13754
- #: wppa-settings-autosave.php:4557
13755
  #, fuzzy
13756
  msgid "The mode lightbox starts in."
13757
  msgstr "Die Modus Lightbox beginnt."
13758
 
13759
- #: wppa-settings-autosave.php:4560
13760
  #, fuzzy
13761
  msgid "Normal"
13762
  msgstr "Normal"
13763
 
13764
- #: wppa-settings-autosave.php:4561
13765
  #, fuzzy
13766
  msgid "Padded"
13767
  msgstr "Gepolstert"
13768
 
13769
- #: wppa-settings-autosave.php:4562
13770
  #, fuzzy
13771
  msgid "Stretched"
13772
  msgstr "Gestreckt"
13773
 
13774
- #: wppa-settings-autosave.php:4563
13775
  #, fuzzy
13776
  msgid "Clipped"
13777
  msgstr "abgehackt"
13778
 
13779
- #: wppa-settings-autosave.php:4564
13780
  #, fuzzy
13781
  msgid "Real size"
13782
  msgstr "Reale Größe"
13783
 
13784
- #: wppa-settings-autosave.php:4595
13785
  #, fuzzy
13786
  msgid "Table V:"
13787
  msgstr "Tabelle V:"
13788
 
13789
- #: wppa-settings-autosave.php:4595
13790
  #, fuzzy
13791
  msgid "Fonts:"
13792
  msgstr "Schriftarten:"
13793
 
13794
- #: wppa-settings-autosave.php:4596
13795
  #, fuzzy
13796
  msgid "This table describes the Fonts used for the wppa+ elements."
13797
  msgstr ""
13798
  "Diese Tabelle beschreibt die Schriftarten für die Wppa + Elemente verwendet."
13799
 
13800
- #: wppa-settings-autosave.php:4606 wppa-settings-autosave.php:4782
13801
  #, fuzzy
13802
  msgid "Font family"
13803
  msgstr "Schriftfamilie"
13804
 
13805
- #: wppa-settings-autosave.php:4607 wppa-settings-autosave.php:4783
13806
  #, fuzzy
13807
  msgid "Font size"
13808
  msgstr "Schriftgröße"
13809
 
13810
- #: wppa-settings-autosave.php:4608 wppa-settings-autosave.php:4784
13811
  #, fuzzy
13812
  msgid "Font color"
13813
  msgstr "Schriftfarbe"
13814
 
13815
- #: wppa-settings-autosave.php:4609 wppa-settings-autosave.php:4785
13816
  #, fuzzy
13817
  msgid "Font weight"
13818
  msgstr "Schriftstärke"
13819
 
13820
- #: wppa-settings-autosave.php:4619
13821
  #, fuzzy
13822
  msgid "normal"
13823
  msgstr "normal"
13824
 
13825
- #: wppa-settings-autosave.php:4619
13826
  #, fuzzy
13827
  msgid "bold"
13828
  msgstr "fett"
13829
 
13830
- #: wppa-settings-autosave.php:4619
13831
  #, fuzzy
13832
  msgid "bolder"
13833
  msgstr "Fetter"
13834
 
13835
- #: wppa-settings-autosave.php:4619
13836
  #, fuzzy
13837
  msgid "lighter"
13838
  msgstr "Feuerzeug"
13839
 
13840
- #: wppa-settings-autosave.php:4622
13841
  #, fuzzy
13842
  msgid "Album titles"
13843
  msgstr "Albumtitel"
13844
 
13845
- #: wppa-settings-autosave.php:4623
13846
  #, fuzzy
13847
  msgid "Font used for Album titles."
13848
  msgstr "Schriftart für Album-Titel."
13849
 
13850
- #: wppa-settings-autosave.php:4624
13851
  #, fuzzy
13852
  msgid "Enter font name, size, color and weight for album cover titles."
13853
  msgstr ""
13854
  "Geben Sie Name der Schriftart, Größe, Farbe und Gewicht für Album-Cover-"
13855
  "Titeln."
13856
 
13857
- #: wppa-settings-autosave.php:4639
13858
  #, fuzzy
13859
  msgid "Slideshow desc"
13860
  msgstr "Diashow-desc"
13861
 
13862
- #: wppa-settings-autosave.php:4640
13863
  #, fuzzy
13864
  msgid "Font for slideshow photo descriptions."
13865
  msgstr "Schriftart für Diashow Fotobeschreibungen."
13866
 
13867
- #: wppa-settings-autosave.php:4641
13868
  #, fuzzy
13869
  msgid ""
13870
  "Enter font name, size, color and weight for slideshow photo descriptions."
@@ -13872,46 +13972,46 @@ msgstr ""
13872
  "Geben Sie Name der Schriftart, Größe, Farbe und Gewicht für Diashow "
13873
  "Fotobeschreibungen."
13874
 
13875
- #: wppa-settings-autosave.php:4656
13876
  #, fuzzy
13877
  msgid "Slideshow name"
13878
  msgstr "Diashow-name"
13879
 
13880
- #: wppa-settings-autosave.php:4657
13881
  #, fuzzy
13882
  msgid "Font for slideshow photo names."
13883
  msgstr "Schriftart für Diashow Foto Namen."
13884
 
13885
- #: wppa-settings-autosave.php:4658
13886
  #, fuzzy
13887
  msgid "Enter font name, size, color and weight for slideshow photo names."
13888
  msgstr ""
13889
  "Geben Sie Name der Schriftart, Größe, Farbe und Gewicht für Diashow Foto "
13890
  "Namen."
13891
 
13892
- #: wppa-settings-autosave.php:4673
13893
  #, fuzzy
13894
  msgid "Navigations"
13895
  msgstr "Navigationen"
13896
 
13897
- #: wppa-settings-autosave.php:4674
13898
  #, fuzzy
13899
  msgid "Font for navigations."
13900
  msgstr "Schriftart für Navigationen."
13901
 
13902
- #: wppa-settings-autosave.php:4675
13903
  #, fuzzy
13904
  msgid "Enter font name, size, color and weight for navigation items."
13905
  msgstr ""
13906
  "Geben Sie Name der Schriftart, Größe, Farbe und Gewicht für "
13907
  "Navigationselemente."
13908
 
13909
- #: wppa-settings-autosave.php:4691
13910
  #, fuzzy
13911
  msgid "Font for text under thumbnails."
13912
  msgstr "Schriftart für den Text unter Miniaturansichten."
13913
 
13914
- #: wppa-settings-autosave.php:4692
13915
  #, fuzzy
13916
  msgid ""
13917
  "Enter font name, size, color and weight for text under thumbnail images."
@@ -13919,118 +14019,118 @@ msgstr ""
13919
  "Geben Sie Name der Schriftart, Größe, Farbe und Gewicht für Text unter "
13920
  "thumbnail-Bilder."
13921
 
13922
- #: wppa-settings-autosave.php:4708
13923
  #, fuzzy
13924
  msgid "General font in wppa boxes."
13925
  msgstr "Allgemeine Schriftart in Wppa Boxen."
13926
 
13927
- #: wppa-settings-autosave.php:4709
13928
  #, fuzzy
13929
  msgid "Enter font name, size, color and weight for all other items."
13930
  msgstr ""
13931
  "Geben Sie Name der Schriftart, Größe, Farbe und Gewicht für alle anderen "
13932
  "Elemente."
13933
 
13934
- #: wppa-settings-autosave.php:4725
13935
  #, fuzzy
13936
  msgid "Font in wppa number bars."
13937
  msgstr "Schriftart in Wppa Anzahl Bars."
13938
 
13939
- #: wppa-settings-autosave.php:4726 wppa-settings-autosave.php:4743
13940
  #, fuzzy
13941
  msgid "Enter font name, size, color and weight for numberbar navigation."
13942
  msgstr ""
13943
  "Geben Sie Name der Schriftart, Größe, Farbe und Gewicht für Numberbar "
13944
  "Navigation."
13945
 
13946
- #: wppa-settings-autosave.php:4741
13947
  #, fuzzy
13948
  msgid "Numbar Active"
13949
  msgstr "Numbar aktiv"
13950
 
13951
- #: wppa-settings-autosave.php:4742
13952
  #, fuzzy
13953
  msgid "Font in wppa number bars, active item."
13954
  msgstr "Schriftart in Wppa Anzahl Bars, aktive Element."
13955
 
13956
- #: wppa-settings-autosave.php:4759
13957
  #, fuzzy
13958
  msgid "Font in wppa lightbox overlays."
13959
  msgstr "Schriftart in Wppa Lightbox Überlagerungen."
13960
 
13961
- #: wppa-settings-autosave.php:4760
13962
  #, fuzzy
13963
  msgid "Enter font name, size, color and weight for wppa lightbox overlays."
13964
  msgstr ""
13965
  "Geben Sie Name der Schriftart, Größe, Farbe und Gewicht für Wppa Lightbox "
13966
  "Überlagerungen."
13967
 
13968
- #: wppa-settings-autosave.php:4795
13969
  #, fuzzy
13970
  msgid "Table VI:"
13971
  msgstr "Tabelle VI:"
13972
 
13973
- #: wppa-settings-autosave.php:4795
13974
  #, fuzzy
13975
  msgid "Links:"
13976
  msgstr "Links:"
13977
 
13978
- #: wppa-settings-autosave.php:4796
13979
  #, fuzzy
13980
  msgid "This table defines the link types and pages."
13981
  msgstr "Diese Tabelle definiert die Link-Typen und Seiten."
13982
 
13983
- #: wppa-settings-autosave.php:4807 wppa-settings-autosave.php:5856
13984
  #, fuzzy
13985
  msgid "Link page"
13986
  msgstr "Link-Seite"
13987
 
13988
- #: wppa-settings-autosave.php:4809 wppa-settings-autosave.php:5858
13989
  #, fuzzy
13990
  msgid "Photo specific link overrules"
13991
  msgstr "Bestimmter Link Foto hebt"
13992
 
13993
- #: wppa-settings-autosave.php:4809 wppa-settings-autosave.php:5858
13994
  #, fuzzy
13995
  msgid "PSO"
13996
  msgstr "PSO"
13997
 
13998
- #: wppa-settings-autosave.php:4859
13999
  #, fuzzy
14000
  msgid "--- The same post or page ---"
14001
  msgstr "---Die gleiche Post oder Seite---"
14002
 
14003
- #: wppa-settings-autosave.php:4890
14004
  #, fuzzy
14005
  msgid "--- No page to link to (yet) ---"
14006
  msgstr "---Keine Seite verknüpfen mit (noch)---"
14007
 
14008
- #: wppa-settings-autosave.php:4895
14009
  #, fuzzy
14010
  msgid "--- Will be auto created ---"
14011
  msgstr "---Auto entstehen---"
14012
 
14013
- #: wppa-settings-autosave.php:4897
14014
  #, fuzzy
14015
  msgid "Links from images in WPPA+ Widgets"
14016
  msgstr "Links von Bildern in WPPA + Widgets"
14017
 
14018
- #: wppa-settings-autosave.php:4899
14019
  #, fuzzy
14020
  msgid "PotdWidget"
14021
  msgstr "PotdWidget"
14022
 
14023
- #: wppa-settings-autosave.php:4900
14024
  #, fuzzy
14025
  msgid "Photo Of The Day widget link."
14026
  msgstr "Foto des Tages-Widget-Link."
14027
 
14028
- #: wppa-settings-autosave.php:4901
14029
  #, fuzzy
14030
  msgid "Select the type of link the photo of the day points to."
14031
  msgstr "Wählen Sie der Art der Verknüpfung das Foto der Tag Punkte."
14032
 
14033
- #: wppa-settings-autosave.php:4902
14034
  #, fuzzy
14035
  msgid ""
14036
  "If you select 'defined on widget admin page' you can manually enter a link "
@@ -14040,282 +14140,282 @@ msgstr ""
14040
  "einen Link und einen Titel auf das Foto des Tages-Widget Admin-Seite "
14041
  "eingeben."
14042
 
14043
- #: wppa-settings-autosave.php:4911 wppa-settings-autosave.php:4954
14044
- #: wppa-settings-autosave.php:5032 wppa-settings-autosave.php:5075
14045
- #: wppa-settings-autosave.php:5123 wppa-settings-autosave.php:5170
14046
- #: wppa-settings-autosave.php:5217 wppa-settings-autosave.php:5269
14047
- #: wppa-settings-autosave.php:5307 wppa-settings-autosave.php:5357
14048
- #: wppa-settings-autosave.php:5399 wppa-settings-autosave.php:5440
14049
- #: wppa-settings-autosave.php:9722
14050
  #, fuzzy
14051
  msgid "no link at all."
14052
  msgstr "keine Verbindung überhaupt."
14053
 
14054
- #: wppa-settings-autosave.php:4912 wppa-settings-autosave.php:4955
14055
- #: wppa-settings-autosave.php:5033 wppa-settings-autosave.php:5076
14056
- #: wppa-settings-autosave.php:5124 wppa-settings-autosave.php:5171
14057
- #: wppa-settings-autosave.php:5218 wppa-settings-autosave.php:5270
14058
- #: wppa-settings-autosave.php:5308 wppa-settings-autosave.php:5358
14059
- #: wppa-settings-autosave.php:5400 wppa-settings-autosave.php:5441
14060
- #: wppa-settings-autosave.php:9723
14061
  #, fuzzy
14062
  msgid "the plain photo (file)."
14063
  msgstr "Das schlichte Foto (Datei)."
14064
 
14065
- #: wppa-settings-autosave.php:4913 wppa-settings-autosave.php:9729
14066
  #, fuzzy
14067
  msgid "defined on widget admin page."
14068
  msgstr "Widget-Admin-Seite definiert."
14069
 
14070
- #: wppa-settings-autosave.php:4914 wppa-settings-autosave.php:4957
14071
- #: wppa-settings-autosave.php:5359 wppa-settings-autosave.php:5401
14072
- #: wppa-settings-autosave.php:9727
14073
  #, fuzzy
14074
  msgid "the content of the album."
14075
  msgstr "der Inhalt des Albums."
14076
 
14077
- #: wppa-settings-autosave.php:4915 wppa-settings-autosave.php:4958
14078
- #: wppa-settings-autosave.php:5034 wppa-settings-autosave.php:5079
14079
- #: wppa-settings-autosave.php:5127 wppa-settings-autosave.php:5174
14080
- #: wppa-settings-autosave.php:5221 wppa-settings-autosave.php:5309
14081
- #: wppa-settings-autosave.php:5360 wppa-settings-autosave.php:5402
14082
- #: wppa-settings-autosave.php:9724
14083
  #, fuzzy
14084
  msgid "the full size photo in a slideshow."
14085
  msgstr "das Foto in voller Größe in einer Diashow."
14086
 
14087
- #: wppa-settings-autosave.php:4916 wppa-settings-autosave.php:4959
14088
- #: wppa-settings-autosave.php:5035 wppa-settings-autosave.php:5080
14089
- #: wppa-settings-autosave.php:5128 wppa-settings-autosave.php:5175
14090
- #: wppa-settings-autosave.php:5222 wppa-settings-autosave.php:5310
14091
- #: wppa-settings-autosave.php:5361 wppa-settings-autosave.php:5403
14092
- #: wppa-settings-autosave.php:5442 wppa-settings-autosave.php:9725
14093
  #, fuzzy
14094
  msgid "the fullsize photo on its own."
14095
  msgstr "die Fullsize-Foto auf eigene."
14096
 
14097
- #: wppa-settings-autosave.php:4917 wppa-settings-autosave.php:4960
14098
- #: wppa-settings-autosave.php:4999 wppa-settings-autosave.php:5038
14099
- #: wppa-settings-autosave.php:5083 wppa-settings-autosave.php:5131
14100
- #: wppa-settings-autosave.php:5178 wppa-settings-autosave.php:5225
14101
- #: wppa-settings-autosave.php:5313
14102
  #, fuzzy
14103
  msgid "a plain page without a querystring."
14104
  msgstr "eine einfache Seite ohne einen Querystring."
14105
 
14106
- #: wppa-settings-autosave.php:4918 wppa-settings-autosave.php:4961
14107
- #: wppa-settings-autosave.php:5000 wppa-settings-autosave.php:5039
14108
- #: wppa-settings-autosave.php:5084 wppa-settings-autosave.php:5132
14109
- #: wppa-settings-autosave.php:5179 wppa-settings-autosave.php:5226
14110
- #: wppa-settings-autosave.php:5272 wppa-settings-autosave.php:5314
14111
- #: wppa-settings-autosave.php:5362 wppa-settings-autosave.php:5404
14112
- #: wppa-settings-autosave.php:5443
14113
  #, fuzzy
14114
  msgid "lightbox."
14115
  msgstr "Lightbox"
14116
 
14117
- #: wppa-settings-autosave.php:4943
14118
  #, fuzzy
14119
  msgid "SlideWidget"
14120
  msgstr "SlideWidget"
14121
 
14122
- #: wppa-settings-autosave.php:4944
14123
  #, fuzzy
14124
  msgid "Slideshow widget photo link."
14125
  msgstr "Slideshow-Widget-Foto-Link."
14126
 
14127
- #: wppa-settings-autosave.php:4945
14128
  #, fuzzy
14129
  msgid "Select the type of link the slideshow photos point to."
14130
  msgstr "Wählen Sie die Art der Verknüpfung, auf die die Diashow-Fotos zeigen."
14131
 
14132
- #: wppa-settings-autosave.php:4956 wppa-settings-autosave.php:9728
14133
  #, fuzzy
14134
  msgid "defined at widget activation."
14135
  msgstr "definiert bei der Widget-Aktivierung."
14136
 
14137
- #: wppa-settings-autosave.php:4986
14138
  #, fuzzy
14139
  msgid "Album widget"
14140
  msgstr "Album-widget"
14141
 
14142
- #: wppa-settings-autosave.php:4987
14143
  #, fuzzy
14144
  msgid "Album widget thumbnail link"
14145
  msgstr "Album-Widget-thumbnail-link"
14146
 
14147
- #: wppa-settings-autosave.php:4988
14148
  #, fuzzy
14149
  msgid "Select the type of link the album widget photos point to."
14150
  msgstr ""
14151
  "Wählen Sie die Art der Verknüpfung, auf die das Widget-Album-Fotos zeigen."
14152
 
14153
- #: wppa-settings-autosave.php:4997
14154
  #, fuzzy
14155
  msgid "subalbums and thumbnails."
14156
  msgstr "Subalbums und Miniaturen."
14157
 
14158
- #: wppa-settings-autosave.php:4998
14159
  #, fuzzy
14160
  msgid "slideshow."
14161
  msgstr "Diaschau"
14162
 
14163
- #: wppa-settings-autosave.php:5021
14164
  #, fuzzy
14165
  msgid "ThumbnailWidget"
14166
  msgstr "ThumbnailWidget"
14167
 
14168
- #: wppa-settings-autosave.php:5022
14169
  #, fuzzy
14170
  msgid "Thumbnail widget photo link."
14171
  msgstr "Thumbnail-Widget-Foto-Link."
14172
 
14173
- #: wppa-settings-autosave.php:5023
14174
  #, fuzzy
14175
  msgid "Select the type of link the thumbnail photos point to."
14176
  msgstr "Wählen Sie die Art der Verknüpfung, auf die die Fotos zeigen."
14177
 
14178
- #: wppa-settings-autosave.php:5036 wppa-settings-autosave.php:5081
14179
- #: wppa-settings-autosave.php:5129 wppa-settings-autosave.php:5176
14180
- #: wppa-settings-autosave.php:5223 wppa-settings-autosave.php:5311
14181
  #, fuzzy
14182
  msgid "the single photo in the style of a slideshow."
14183
  msgstr "das einzelne Foto im Stil einer Diashow."
14184
 
14185
- #: wppa-settings-autosave.php:5037 wppa-settings-autosave.php:5082
14186
- #: wppa-settings-autosave.php:5130 wppa-settings-autosave.php:5177
14187
- #: wppa-settings-autosave.php:5224 wppa-settings-autosave.php:5312
14188
- #: wppa-settings-autosave.php:5445
14189
  #, fuzzy
14190
  msgid "the fs photo with download and print buttons."
14191
  msgstr "die fs-Foto mit Download und Schaltflächen zum Drucken."
14192
 
14193
- #: wppa-settings-autosave.php:5064
14194
  #, fuzzy
14195
  msgid "TopTenWidget"
14196
  msgstr "TopTenWidget"
14197
 
14198
- #: wppa-settings-autosave.php:5065
14199
  #, fuzzy
14200
  msgid "TopTen widget photo link."
14201
  msgstr "TopTen-Widget-Foto-Link."
14202
 
14203
- #: wppa-settings-autosave.php:5066
14204
  #, fuzzy
14205
  msgid "Select the type of link the top ten photos point to."
14206
  msgstr "Wählen Sie die Art der Verknüpfung, auf die die Top zehn Fotos zeigen."
14207
 
14208
- #: wppa-settings-autosave.php:5077
14209
  #, fuzzy
14210
  msgid "the content of the virtual topten album."
14211
  msgstr "der Inhalt des virtuellen Topten Album."
14212
 
14213
- #: wppa-settings-autosave.php:5078 wppa-settings-autosave.php:5126
14214
- #: wppa-settings-autosave.php:5173 wppa-settings-autosave.php:5220
14215
  #, fuzzy
14216
  msgid "the content of the thumbnails album."
14217
  msgstr "der Inhalt des Albums Miniaturansichten."
14218
 
14219
- #: wppa-settings-autosave.php:5112
14220
  #, fuzzy
14221
  msgid "LasTenWidget"
14222
  msgstr "LasTenWidget"
14223
 
14224
- #: wppa-settings-autosave.php:5113
14225
  #, fuzzy
14226
  msgid "Last Ten widget photo link."
14227
  msgstr "Letzten zehn Widget-Foto-Link."
14228
 
14229
- #: wppa-settings-autosave.php:5114
14230
  #, fuzzy
14231
  msgid "Select the type of link the last ten photos point to."
14232
  msgstr ""
14233
  "Wählen Sie die Art der Verknüpfung, auf die die letzten zehn Fotos zeigen."
14234
 
14235
- #: wppa-settings-autosave.php:5125
14236
  #, fuzzy
14237
  msgid "the content of the virtual lasten album."
14238
  msgstr "der Inhalt des virtuellen RT Album."
14239
 
14240
- #: wppa-settings-autosave.php:5159
14241
  #, fuzzy
14242
  msgid "CommentWidget"
14243
  msgstr "CommentWidget"
14244
 
14245
- #: wppa-settings-autosave.php:5160
14246
  #, fuzzy
14247
  msgid "Comment widget photo link."
14248
  msgstr "Kommentar-Widget-Foto-Link."
14249
 
14250
- #: wppa-settings-autosave.php:5161
14251
  #, fuzzy
14252
  msgid "Select the type of link the comment widget photos point to."
14253
  msgstr ""
14254
  "Wählen Sie die Art der Verknüpfung, auf die die Kommentar-Widget-Fotos "
14255
  "zeigen."
14256
 
14257
- #: wppa-settings-autosave.php:5172
14258
  #, fuzzy
14259
  msgid "the content of the virtual comten album."
14260
  msgstr "der Inhalt des virtuellen Comten Album."
14261
 
14262
- #: wppa-settings-autosave.php:5206
14263
  #, fuzzy
14264
  msgid "FeaTenWidget"
14265
  msgstr "FeaTenWidget"
14266
 
14267
- #: wppa-settings-autosave.php:5207
14268
  #, fuzzy
14269
  msgid "FeaTen widget photo link."
14270
  msgstr "FeaTen Sie Widget-Foto-Link."
14271
 
14272
- #: wppa-settings-autosave.php:5208
14273
  #, fuzzy
14274
  msgid "Select the type of link the featured ten photos point to."
14275
  msgstr ""
14276
  "Wählen Sie die Art der Verknüpfung, auf die die vorgestellten zehn Fotos "
14277
  "zeigen."
14278
 
14279
- #: wppa-settings-autosave.php:5219
14280
  #, fuzzy
14281
  msgid "the content of the virtual featen album."
14282
  msgstr "der Inhalt des virtuellen featen Album."
14283
 
14284
- #: wppa-settings-autosave.php:5252
14285
  #, fuzzy
14286
  msgid "Links from other WPPA+ images"
14287
  msgstr "Links von anderen WPPA + Bilder"
14288
 
14289
- #: wppa-settings-autosave.php:5254
14290
  #, fuzzy
14291
  msgid "Cover Image"
14292
  msgstr "Titelbild"
14293
 
14294
- #: wppa-settings-autosave.php:5255
14295
  #, fuzzy
14296
  msgid "The link from the cover image of an album."
14297
  msgstr "Die Verbindung vom Cover-Bild eines Albums."
14298
 
14299
- #: wppa-settings-autosave.php:5256
14300
  #, fuzzy
14301
  msgid "Select the type of link the coverphoto points to."
14302
  msgstr "Wählen Sie der Art der Verknüpfung der Titelfoto zeigt auf."
14303
 
14304
- #: wppa-settings-autosave.php:5257
14305
  #, fuzzy
14306
  msgid "The link from the album title can be configured on the Edit Album page."
14307
  msgstr ""
14308
  "Der Link aus dem Albumtitel kann auf dem Album bearbeiten-Seite konfiguriert "
14309
  "werden."
14310
 
14311
- #: wppa-settings-autosave.php:5258
14312
  #, fuzzy
14313
  msgid "This link will be used for the photo also if you select: same as title."
14314
  msgstr ""
14315
  "Dieser Link wird für das Foto auch verwendet werden, wenn Sie auswählen: "
14316
  "Titel identisch."
14317
 
14318
- #: wppa-settings-autosave.php:5259
14319
  #, fuzzy
14320
  msgid ""
14321
  "If you specify New Tab on this line, all links from the cover will open a "
@@ -14324,39 +14424,39 @@ msgstr ""
14324
  "Wenn Sie neue Registerkarte \"in dieser Zeile angeben, werden alle Links von "
14325
  "der Abdeckung eine neue Registerkarte öffnen,"
14326
 
14327
- #: wppa-settings-autosave.php:5260
14328
  #, fuzzy
14329
  msgid "except when Ajax is activated on Table IV-A1."
14330
  msgstr "außer wenn Ajax auf Tabelle IV-A1 aktiviert ist."
14331
 
14332
- #: wppa-settings-autosave.php:5271 wppa-settings-autosave.php:9730
14333
  #, fuzzy
14334
  msgid "same as title."
14335
  msgstr "Titel identisch."
14336
 
14337
- #: wppa-settings-autosave.php:5273
14338
  #, fuzzy
14339
  msgid "a slideshow starting at the photo"
14340
  msgstr "beginnend bei dem Foto Diashow"
14341
 
14342
- #: wppa-settings-autosave.php:5294
14343
  #, fuzzy
14344
  msgid "Thumbnail"
14345
  msgstr "Fehlende Miniaturansicht #%s"
14346
 
14347
- #: wppa-settings-autosave.php:5295
14348
  #, fuzzy
14349
  msgid "Thumbnail link."
14350
  msgstr "Link Vorschaubild"
14351
 
14352
- #: wppa-settings-autosave.php:5296 wppa-settings-autosave.php:5346
14353
- #: wppa-settings-autosave.php:5388
14354
  #, fuzzy
14355
  msgid "Select the type of link you want, or no link at all."
14356
  msgstr "Wählen Sie den Link, den Sie wollen oder keine Verbindung überhaupt."
14357
 
14358
- #: wppa-settings-autosave.php:5297 wppa-settings-autosave.php:5347
14359
- #: wppa-settings-autosave.php:5389
14360
  #, fuzzy
14361
  msgid ""
14362
  "If you select the fullsize photo on its own, it will be stretched to fit, "
@@ -14365,8 +14465,8 @@ msgstr ""
14365
  "Wählst du die Fullsize-Foto auf eine eigene, wird es gestreckt, um "
14366
  "unabhängig von dieser Einstellung passen."
14367
 
14368
- #: wppa-settings-autosave.php:5298 wppa-settings-autosave.php:5348
14369
- #: wppa-settings-autosave.php:5390
14370
  #, fuzzy, php-format
14371
  msgid ""
14372
  "Note that a page must have at least %%wppa%% or [wppa][/wppa] in its content "
@@ -14375,37 +14475,37 @@ msgstr ""
14375
  "Beachten Sie, dass eine Seite muss mindestens %% Wppa %% oder [Wppa] [/wppa] "
14376
  "in seinem Inhalt zu zeigen, bis die Foto(s)."
14377
 
14378
- #: wppa-settings-autosave.php:5327
14379
  #, fuzzy
14380
  msgid "Auto Page"
14381
  msgstr "Auto Seite"
14382
 
14383
- #: wppa-settings-autosave.php:5344
14384
  #, fuzzy
14385
  msgid "Sphoto"
14386
  msgstr "Sphoto"
14387
 
14388
- #: wppa-settings-autosave.php:5345
14389
  #, fuzzy
14390
  msgid "Single photo link."
14391
  msgstr "Einzel Foto"
14392
 
14393
- #: wppa-settings-autosave.php:5386
14394
  #, fuzzy
14395
  msgid "Mphoto"
14396
  msgstr "Mphoto"
14397
 
14398
- #: wppa-settings-autosave.php:5387
14399
  #, fuzzy
14400
  msgid "Media-like photo link."
14401
  msgstr "Medien-wie Foto-Link."
14402
 
14403
- #: wppa-settings-autosave.php:5429
14404
  #, fuzzy
14405
  msgid "Slideshow fullsize link"
14406
  msgstr "Diashow-Fullsize-link"
14407
 
14408
- #: wppa-settings-autosave.php:5430
14409
  #, fuzzy
14410
  msgid ""
14411
  "You can overrule lightbox but not big browse buttons with the photo specifc "
@@ -14414,39 +14514,39 @@ msgstr ""
14414
  "Sie können Lightbox aber nicht groß Durchsuchen-Schaltflächen mit dem Foto "
14415
  "spezifschen Link außer Kraft setzen."
14416
 
14417
- #: wppa-settings-autosave.php:5431
14418
  #, fuzzy
14419
  msgid "fullsize slideshow can only be set by the WPPA_SET shortcode."
14420
  msgstr ""
14421
  "Fullsize-Diashow kann nur durch die WPPA_SET-Kurzwahlnummer festgelegt "
14422
  "werden."
14423
 
14424
- #: wppa-settings-autosave.php:5444
14425
  #, fuzzy
14426
  msgid "lightbox single photos."
14427
  msgstr "Lightbox Einzelfotos."
14428
 
14429
- #: wppa-settings-autosave.php:5446
14430
  #, fuzzy
14431
  msgid "the thumbnails."
14432
  msgstr "Miniaturbilden"
14433
 
14434
- #: wppa-settings-autosave.php:5447
14435
  #, fuzzy
14436
  msgid "fullsize slideshow"
14437
  msgstr "Fullsize-Diashow"
14438
 
14439
- #: wppa-settings-autosave.php:5472
14440
  #, fuzzy
14441
  msgid "Film linktype"
14442
  msgstr "Film linktype"
14443
 
14444
- #: wppa-settings-autosave.php:5473
14445
  #, fuzzy
14446
  msgid "Direct access goto image in:"
14447
  msgstr "Direkten Zugang Goto in Bild:"
14448
 
14449
- #: wppa-settings-autosave.php:5474
14450
  #, fuzzy
14451
  msgid ""
14452
  "Select the action to be taken when the user clicks on a filmstrip image."
@@ -14454,233 +14554,233 @@ msgstr ""
14454
  "Wählen Sie die Aktion getroffen werden, wenn der Benutzer auf einem "
14455
  "Filmstreifen Bild klickt."
14456
 
14457
- #: wppa-settings-autosave.php:5479
14458
  #, fuzzy
14459
  msgid "slideshow window"
14460
  msgstr "Diashowfenster"
14461
 
14462
- #: wppa-settings-autosave.php:5480
14463
  #, fuzzy
14464
  msgid "lightbox overlay"
14465
  msgstr "Lightbox-overlay"
14466
 
14467
- #: wppa-settings-autosave.php:5495
14468
  #, fuzzy
14469
  msgid "Other links"
14470
  msgstr "Andere links"
14471
 
14472
- #: wppa-settings-autosave.php:5497
14473
  #, fuzzy
14474
  msgid "Download Link (aka Art Monkey link)"
14475
  msgstr "Download-Link (aka Art Monkey Link)"
14476
 
14477
- #: wppa-settings-autosave.php:5498
14478
  #, fuzzy
14479
  msgid "Makes the photo name a download button."
14480
  msgstr "Macht das Foto einen Download-Button zu nennen."
14481
 
14482
- #: wppa-settings-autosave.php:5499
14483
  #, fuzzy
14484
  msgid "Link Photo name in slideshow to file or zip with photoname as filename."
14485
  msgstr ""
14486
  "Link Name des Fotos in der Diashow zu Datei oder Zip mit Photoname als "
14487
  "Dateinamen."
14488
 
14489
- #: wppa-settings-autosave.php:5503 wppa-settings-autosave.php:5550
14490
  #, fuzzy
14491
  msgid "image file"
14492
  msgstr "Bilddatei"
14493
 
14494
- #: wppa-settings-autosave.php:5504 wppa-settings-autosave.php:5551
14495
  #, fuzzy
14496
  msgid "zipped image"
14497
  msgstr "ZIP Bild"
14498
 
14499
- #: wppa-settings-autosave.php:5517
14500
  #, fuzzy
14501
  msgid "Art Monkey Source"
14502
  msgstr "Kunst-Affen-Quelle"
14503
 
14504
- #: wppa-settings-autosave.php:5518
14505
  #, fuzzy
14506
  msgid "Use Source file for art monkey link if available."
14507
  msgstr "Verwenden Sie Quelldatei für Kunst-Affen-Link, falls vorhanden."
14508
 
14509
- #: wppa-settings-autosave.php:5527
14510
  #, fuzzy
14511
  msgid "Art Monkey Display"
14512
  msgstr "Kunst-Affen-Anzeige"
14513
 
14514
- #: wppa-settings-autosave.php:5528
14515
  #, fuzzy
14516
  msgid "Select button or link ( text )."
14517
  msgstr "Wählen Sie die Schaltfläche oder den Link (Text)."
14518
 
14519
- #: wppa-settings-autosave.php:5533
14520
  #, fuzzy
14521
  msgid "Textlink"
14522
  msgstr "Textlink"
14523
 
14524
- #: wppa-settings-autosave.php:5545
14525
  #, fuzzy
14526
  msgid "Popup Download Link"
14527
  msgstr "Popup-Download-Link"
14528
 
14529
- #: wppa-settings-autosave.php:5546
14530
  #, fuzzy
14531
  msgid "Configure the download link on fullsize popups."
14532
  msgstr "Konfigurieren Sie den Download-Link auf Fullsize-Pop-ups."
14533
 
14534
- #: wppa-settings-autosave.php:5547
14535
  #, fuzzy
14536
  msgid "Link fullsize popup download button to either image or zip file."
14537
  msgstr ""
14538
  "Link Fullsize Popup-Download-Button, entweder Bild oder eine ZIP-Datei."
14539
 
14540
- #: wppa-settings-autosave.php:5563
14541
  #, fuzzy
14542
  msgid "Download link on lightbox"
14543
  msgstr "Download-Link auf lightbox"
14544
 
14545
- #: wppa-settings-autosave.php:5564
14546
  #, fuzzy
14547
  msgid "Art monkey link on lightbox photo names."
14548
  msgstr "Kunst-Affen-Link auf Lightbox Foto Namen."
14549
 
14550
- #: wppa-settings-autosave.php:5573
14551
  #, fuzzy
14552
  msgid "Album download link"
14553
  msgstr "Album-Download-link"
14554
 
14555
- #: wppa-settings-autosave.php:5574
14556
  #, fuzzy
14557
  msgid "Place an album download link on the album covers"
14558
  msgstr "Legen Sie einen Album-Download-Link auf die Album-Cover"
14559
 
14560
- #: wppa-settings-autosave.php:5575
14561
  #, fuzzy
14562
  msgid "Creates a download zipfile containing the photos of the album"
14563
  msgstr "Schafft ein Download ZIP-Datei mit den Fotos des Albums"
14564
 
14565
- #: wppa-settings-autosave.php:5583
14566
  #, fuzzy
14567
  msgid "Album download Source"
14568
  msgstr "Album Download Quelle"
14569
 
14570
- #: wppa-settings-autosave.php:5584
14571
  #, fuzzy
14572
  msgid "Use Source file for album download link if available."
14573
  msgstr "Einsatz-Quelldatei für das Album download-Link falls vorhanden."
14574
 
14575
- #: wppa-settings-autosave.php:5593
14576
  #, fuzzy
14577
  msgid "Tagcloud Link"
14578
  msgstr "Tagcloud Link"
14579
 
14580
- #: wppa-settings-autosave.php:5594
14581
  #, fuzzy
14582
  msgid "Configure the link from the tags in the tag cloud."
14583
  msgstr "Konfigurieren Sie den Link aus den Tags in der Tagcloud."
14584
 
14585
- #: wppa-settings-autosave.php:5595
14586
  #, fuzzy
14587
  msgid "Link the tag words to ether the thumbnails or the slideshow."
14588
  msgstr ""
14589
  "Verknüpfen Sie den Tag Worte mit Äther, die Thumbnails oder die Diashow."
14590
 
14591
- #: wppa-settings-autosave.php:5604 wppa-settings-autosave.php:5637
14592
- #: wppa-settings-autosave.php:5734
14593
  #, fuzzy
14594
  msgid "slideshow"
14595
  msgstr "Diaschau"
14596
 
14597
- #: wppa-settings-autosave.php:5619 wppa-settings-autosave.php:5652
14598
- #: wppa-settings-autosave.php:5796
14599
  #, fuzzy
14600
  msgid "Occur"
14601
  msgstr "Abweichungen."
14602
 
14603
- #: wppa-settings-autosave.php:5626
14604
  #, fuzzy
14605
  msgid "Multitag Link"
14606
  msgstr "Multitag Link"
14607
 
14608
- #: wppa-settings-autosave.php:5627
14609
  #, fuzzy
14610
  msgid "Configure the link from the multitag selection."
14611
  msgstr "Konfigurieren Sie den Link aus der multitag Auswahl."
14612
 
14613
- #: wppa-settings-autosave.php:5628
14614
  #, fuzzy
14615
  msgid "Link to ether the thumbnails or the slideshow."
14616
  msgstr "Link zum Äther die Thumbnails oder die Diashow."
14617
 
14618
- #: wppa-settings-autosave.php:5659
14619
  #, fuzzy
14620
  msgid "Super View Landing"
14621
  msgstr "Super Aussicht-Landung"
14622
 
14623
- #: wppa-settings-autosave.php:5660
14624
  #, fuzzy
14625
  msgid "The landing page for the Super View widget."
14626
  msgstr "Die Landing-Page für die Super Aussicht-Widget."
14627
 
14628
- #: wppa-settings-autosave.php:5668
14629
  #, fuzzy
14630
  msgid "Defined by the visitor"
14631
  msgstr "Definiert durch den Besucher"
14632
 
14633
- #: wppa-settings-autosave.php:5681
14634
  #, fuzzy
14635
  msgid "Uploader Landing"
14636
  msgstr "Uploader Landung"
14637
 
14638
- #: wppa-settings-autosave.php:5682
14639
  #, fuzzy
14640
  msgid "Select the landing page for the Uploader Widget"
14641
  msgstr "Wählen Sie die Zielseite für die Uploader-Widget"
14642
 
14643
- #: wppa-settings-autosave.php:5702
14644
  #, fuzzy
14645
  msgid "Bestof Landing"
14646
  msgstr "BestOf Landung"
14647
 
14648
- #: wppa-settings-autosave.php:5703
14649
  #, fuzzy
14650
  msgid "Select the landing page for the BestOf Widget / Box"
14651
  msgstr "Wählen Sie die Zielseite für das BestOf Widget / Box"
14652
 
14653
- #: wppa-settings-autosave.php:5723
14654
  #, fuzzy
14655
  msgid "Album navigator Link"
14656
  msgstr "Album-Navigator Link"
14657
 
14658
- #: wppa-settings-autosave.php:5724
14659
  #, fuzzy
14660
  msgid "Select link type and page for the Album navigator Widget"
14661
  msgstr "Wählen Sie Link-Typ und Seite für das Album Navigator Widget"
14662
 
14663
- #: wppa-settings-autosave.php:5752
14664
  #, fuzzy
14665
  msgid "Supersearch Landing"
14666
  msgstr "SuperSuche Landung"
14667
 
14668
- #: wppa-settings-autosave.php:5753
14669
  #, fuzzy
14670
  msgid "Select the landing page for the Supersearch Box"
14671
  msgstr "Wählen Sie die Zielseite für die SuperSuche Box"
14672
 
14673
- #: wppa-settings-autosave.php:5773
14674
  #, fuzzy
14675
  msgid "SM widget return"
14676
  msgstr "SM-Widget return"
14677
 
14678
- #: wppa-settings-autosave.php:5774
14679
  #, fuzzy
14680
  msgid "Select the return link for social media from widgets"
14681
  msgstr "Wählen Sie die Rückkehr Link für social Media von widgets"
14682
 
14683
- #: wppa-settings-autosave.php:5775
14684
  #, fuzzy
14685
  msgid ""
14686
  "If you select Landing page, and it wont work, it may be required to set the "
@@ -14690,7 +14790,7 @@ msgstr ""
14690
  "erforderlich, das Auftreten auf der Seite auf die Sequenznummer der Landung "
14691
  "Shortcode gesetzt."
14692
 
14693
- #: wppa-settings-autosave.php:5776
14694
  #, fuzzy
14695
  msgid ""
14696
  "Normally it is 1, but you can try 2 etc. Always create a new shared link to "
@@ -14699,17 +14799,17 @@ msgstr ""
14699
  "Normalerweise ist es 1, aber Sie können versuchen, 2 usw.. Erstellen Sie "
14700
  "immer eine neue Freigabelink um eine Einstellung zu testen."
14701
 
14702
- #: wppa-settings-autosave.php:5784
14703
  #, fuzzy
14704
  msgid "Home page"
14705
  msgstr "Startseite"
14706
 
14707
- #: wppa-settings-autosave.php:5805
14708
  #, fuzzy
14709
  msgid "Album cover subalbums link"
14710
  msgstr "Album Cover Subalbums link"
14711
 
14712
- #: wppa-settings-autosave.php:5806
14713
  #, fuzzy
14714
  msgid ""
14715
  "Select the linktype and display type for sub-albums on parent album covers."
@@ -14717,57 +14817,57 @@ msgstr ""
14717
  "Wählen Sie den Verknüpfungstyp und display-Typ für Unteralben auf "
14718
  "übergeordnete Album-Covern."
14719
 
14720
- #: wppa-settings-autosave.php:5814
14721
  #, fuzzy
14722
  msgid "No link at all"
14723
  msgstr "Keine Verbindung überhaupt"
14724
 
14725
- #: wppa-settings-autosave.php:5815
14726
  #, fuzzy
14727
  msgid "Thumbnails and covers"
14728
  msgstr "Thumbnails und Abdeckungen"
14729
 
14730
- #: wppa-settings-autosave.php:5816
14731
  #, fuzzy
14732
  msgid "Slideshow or covers"
14733
  msgstr "Diashow oder Abdeckungen"
14734
 
14735
- #: wppa-settings-autosave.php:5826
14736
  #, fuzzy
14737
  msgid "No display at all"
14738
  msgstr "Keine Anzeige an allen"
14739
 
14740
- #: wppa-settings-autosave.php:5827
14741
  #, fuzzy
14742
  msgid "A list with sub(sub) albums"
14743
  msgstr "Eine Liste mit sub(sub)-Alben"
14744
 
14745
- #: wppa-settings-autosave.php:5828
14746
  #, fuzzy
14747
  msgid "A list of children only"
14748
  msgstr "Eine Liste von Kindern nur"
14749
 
14750
- #: wppa-settings-autosave.php:5829
14751
  #, fuzzy
14752
  msgid "An enumeration of names"
14753
  msgstr "Eine Aufzählung der Namen"
14754
 
14755
- #: wppa-settings-autosave.php:5830
14756
  #, fuzzy
14757
  msgid "Micro thumbnails"
14758
  msgstr "Mikro-Miniaturansichten"
14759
 
14760
- #: wppa-settings-autosave.php:5868
14761
  #, fuzzy
14762
  msgid "Table VII:"
14763
  msgstr "Tabelle VII:"
14764
 
14765
- #: wppa-settings-autosave.php:5868
14766
  #, fuzzy
14767
  msgid "Permissions and Restrictions:"
14768
  msgstr "Berechtigungen und Beschränkungen:"
14769
 
14770
- #: wppa-settings-autosave.php:5869
14771
  #, fuzzy
14772
  msgid ""
14773
  "This table describes the access settings for admin and front-end activities."
@@ -14775,22 +14875,22 @@ msgstr ""
14775
  "Diese Tabelle beschreibt die Zugriffseinstellungen für Admin und Front-End-"
14776
  "Aktivitäten."
14777
 
14778
- #: wppa-settings-autosave.php:5890
14779
  #, fuzzy
14780
  msgid "Moderate P+C"
14781
  msgstr "Moderate P + C"
14782
 
14783
- #: wppa-settings-autosave.php:5894
14784
  #, fuzzy
14785
  msgid "Comment&nbsp;Admin"
14786
  msgstr "Kommentar Admin"
14787
 
14788
- #: wppa-settings-autosave.php:5897
14789
  #, fuzzy
14790
  msgid "Role"
14791
  msgstr "Rolle"
14792
 
14793
- #: wppa-settings-autosave.php:5906
14794
  #, fuzzy
14795
  msgid ""
14796
  "Admin settings per user role. Enabling these settings will overrule the "
@@ -14799,89 +14899,89 @@ msgstr ""
14799
  "Admin-Einstellungen pro Benutzerrolle. Diese Einstellungen aktivieren wird "
14800
  "die Front-End-Einstellungen für die spezifische Benutzerrolle überstimmen."
14801
 
14802
- #: wppa-settings-autosave.php:5930
14803
  #, fuzzy
14804
  msgid "Frontend create Albums and upload Photos enabling and limiting settings"
14805
  msgstr ""
14806
  "Frontend Alben erstellen und Hochladen von Fotos ermöglicht und "
14807
  "Einstellungen zu begrenzen"
14808
 
14809
- #: wppa-settings-autosave.php:5932
14810
  #, fuzzy
14811
  msgid "User create Albums"
14812
  msgstr "Benutzer erstellen von Alben"
14813
 
14814
- #: wppa-settings-autosave.php:5933
14815
  #, fuzzy
14816
  msgid "Enable frontend album creation."
14817
  msgstr "Aktivieren Sie Frontend-Album-Erstellung."
14818
 
14819
- #: wppa-settings-autosave.php:5934
14820
  #, fuzzy
14821
  msgid "If you check this item, frontend album creation will be enabled."
14822
  msgstr ""
14823
  "Wenn Sie dieses Element zu überprüfen, wird Frontend Album erstellen "
14824
  "aktiviert werden."
14825
 
14826
- #: wppa-settings-autosave.php:5944
14827
  #, fuzzy
14828
  msgid "User edit album"
14829
  msgstr "Fotoalbum bearbeiten"
14830
 
14831
- #: wppa-settings-autosave.php:5945
14832
  msgid "Enable frontend edit album name and description."
14833
  msgstr "Aktivieren Frontend bearbeiten Albumname und Beschreibung."
14834
 
14835
- #: wppa-settings-autosave.php:5955
14836
  #, fuzzy
14837
  msgid "User delete Albums"
14838
  msgstr "Benutzer löschen Alben"
14839
 
14840
- #: wppa-settings-autosave.php:5956
14841
  #, fuzzy
14842
  msgid "Enable frontend album deletion"
14843
  msgstr "Aktivieren Sie Frontend Album löschen"
14844
 
14845
- #: wppa-settings-autosave.php:5957
14846
  #, fuzzy
14847
  msgid "If you check this item, frontend album deletion will be enabled."
14848
  msgstr ""
14849
  "Wenn Sie dieses Element zu überprüfen, wird Frontend Album löschen aktiviert "
14850
  "werden."
14851
 
14852
- #: wppa-settings-autosave.php:5967
14853
  #, fuzzy
14854
  msgid "User create Albums login"
14855
  msgstr "Benutzer erstellen Alben login"
14856
 
14857
- #: wppa-settings-autosave.php:5968
14858
  #, fuzzy
14859
  msgid "Frontend album creation requires the user is logged in."
14860
  msgstr "Frontend-Album Erstellung erfordert, dass der Benutzer angemeldet ist."
14861
 
14862
- #: wppa-settings-autosave.php:5994
14863
  #, fuzzy, php-format
14864
  msgid "Upload limit %s"
14865
  msgstr "Hochladebegrenzung"
14866
 
14867
- #: wppa-settings-autosave.php:5995
14868
  #, fuzzy
14869
  msgid "Limit upload capacity for logged out users."
14870
  msgstr "Limit-Upload-Kapazität für abgemeldet Nutzer."
14871
 
14872
- #: wppa-settings-autosave.php:5996
14873
  #, fuzzy, php-format
14874
  msgid "Limit upload capacity for the user role %s."
14875
  msgstr "Grenze Upload-Kapazität für die Benutzerrolle %s."
14876
 
14877
- #: wppa-settings-autosave.php:5997
14878
  #, fuzzy
14879
  msgid "This setting has only effect when Table VII-B2 is unchecked."
14880
  msgstr ""
14881
  "Diese Einstellung hat nur Auswirkung, wenn Tabelle VII-B2 nicht aktiviert "
14882
  "ist."
14883
 
14884
- #: wppa-settings-autosave.php:5998
14885
  #, fuzzy
14886
  msgid ""
14887
  "This limitation only applies to frontend uploads when the same userrole does "
@@ -14890,23 +14990,23 @@ msgstr ""
14890
  "Diese Einschränkung gilt nur für Frontend-Uploads, wenn die gleichen "
14891
  "Userrole keinen das Kontrollkästchen \"Upload\" geprüft in Tabelle VII-a"
14892
 
14893
- #: wppa-settings-autosave.php:5999 wppa-settings-autosave.php:6015
14894
- #: wppa-settings-autosave.php:7765
14895
  #, fuzzy
14896
  msgid "A value of 0 means: no limit."
14897
  msgstr "Der Wert 0 bedeutet: keine Begrenzung."
14898
 
14899
- #: wppa-settings-autosave.php:6012
14900
  #, fuzzy, php-format
14901
  msgid "Album limit %s"
14902
  msgstr "Album Limit %s"
14903
 
14904
- #: wppa-settings-autosave.php:6013
14905
  #, fuzzy, php-format
14906
  msgid "Limit number of albums for the user role %s."
14907
  msgstr "Anzahl der Alben für die Benutzerrolle %s."
14908
 
14909
- #: wppa-settings-autosave.php:6014
14910
  #, fuzzy
14911
  msgid ""
14912
  "This limitation only applies to frontend create albums when the same "
@@ -14915,27 +15015,27 @@ msgstr ""
14915
  "Diese Einschränkung gilt nur für Frontend Alben erstellen, wenn die gleichen "
14916
  "Userrole keinen das Album Admin Kontrollkästchen überprüft in Tabelle VII-A."
14917
 
14918
- #: wppa-settings-autosave.php:6026
14919
  #, fuzzy
14920
  msgid "Upload one only"
14921
  msgstr "Nur hochladen"
14922
 
14923
- #: wppa-settings-autosave.php:6027
14924
  #, fuzzy
14925
  msgid "Non admin users can upload only one photo at a time."
14926
  msgstr "Nicht Admin-Benutzer können gleichzeitig nur ein Foto hochladen."
14927
 
14928
- #: wppa-settings-autosave.php:6037
14929
  #, fuzzy
14930
  msgid "Upload moderation"
14931
  msgstr "Hochladen von Maßen"
14932
 
14933
- #: wppa-settings-autosave.php:6038
14934
  #, fuzzy
14935
  msgid "Uploaded photos need moderation."
14936
  msgstr "Hochgeladene Fotos benötigen Maßen."
14937
 
14938
- #: wppa-settings-autosave.php:6039
14939
  #, fuzzy
14940
  msgid ""
14941
  "If checked, photos uploaded by users who do not have photo album admin "
@@ -14944,7 +15044,7 @@ msgstr ""
14944
  "Wenn diese Option aktiviert, benötigen Fotos hochgeladen von Benutzern ohne "
14945
  "Foto Album Administratorrechte Mäßigung."
14946
 
14947
- #: wppa-settings-autosave.php:6040
14948
  #, fuzzy
14949
  msgid ""
14950
  "Users who have photo album admin access rights can change the photo status "
@@ -14953,89 +15053,89 @@ msgstr ""
14953
  "Benutzer mit Foto Album Admin Zugriffsrechte können Fotostatus, zu "
14954
  "veröffentlichen oder vorgestellt."
14955
 
14956
- #: wppa-settings-autosave.php:6041
14957
  #, fuzzy
14958
  msgid "You can set the album admin access rights in Table VII-A."
14959
  msgstr "Sie können die Album Administratorrechte in Tabelle VII-A. festlegen"
14960
 
14961
- #: wppa-settings-autosave.php:6050
14962
  #, fuzzy
14963
  msgid "Upload notify"
14964
  msgstr "Upload zu benachrichtigen"
14965
 
14966
- #: wppa-settings-autosave.php:6051
14967
  #, fuzzy
14968
  msgid "Notify admin at frontend upload."
14969
  msgstr "Admin am Frontend Upload zu benachrichtigen."
14970
 
14971
- #: wppa-settings-autosave.php:6052 wppa-settings-autosave.php:6063
14972
  #, fuzzy
14973
  msgid "If checked, admin will receive a notification by email."
14974
  msgstr ""
14975
  "Wenn diese Option aktiviert, wird Admin eine Benachrichtigung per e-Mail "
14976
  "erhalten."
14977
 
14978
- #: wppa-settings-autosave.php:6061
14979
  #, fuzzy
14980
  msgid "Upload backend notify"
14981
  msgstr "Backend hochladen benachrichtigen"
14982
 
14983
- #: wppa-settings-autosave.php:6062
14984
  #, fuzzy
14985
  msgid "Notify admin at backend upload."
14986
  msgstr "Admin am Back-End-Upload zu benachrichtigen."
14987
 
14988
- #: wppa-settings-autosave.php:6072
14989
  #, fuzzy
14990
  msgid "Max size in pixels"
14991
  msgstr "Größe in Pixel"
14992
 
14993
- #: wppa-settings-autosave.php:6073
14994
  #, fuzzy
14995
  msgid "Max size for height and width for front-end uploads."
14996
  msgstr "Max. Größe für Höhe und Breite für Front-End-Uploads."
14997
 
14998
- #: wppa-settings-autosave.php:6074
14999
  #, fuzzy
15000
  msgid "Enter the maximum size. 0 is unlimited"
15001
  msgstr "Geben Sie die maximale Größe. 0 ist unbegrenzt"
15002
 
15003
- #: wppa-settings-autosave.php:6083
15004
  #, fuzzy
15005
  msgid "Home after Upload"
15006
  msgstr "Haus nach Upload"
15007
 
15008
- #: wppa-settings-autosave.php:6084
15009
  #, fuzzy
15010
  msgid "After successfull front-end upload, go to the home page."
15011
  msgstr "Gehen Sie nach erfolgreichen Front-End-Upload zur Startseite."
15012
 
15013
- #: wppa-settings-autosave.php:6094
15014
  #, fuzzy
15015
  msgid "Fe alert"
15016
  msgstr "Fe-Warnung"
15017
 
15018
- #: wppa-settings-autosave.php:6095
15019
  #, fuzzy
15020
  msgid "Show alertbox on successful front-end upload/create."
15021
  msgstr "Alertbox auf erfolgreiche Front-End-Upload erstellen/anzeigen."
15022
 
15023
- #: wppa-settings-autosave.php:6105
15024
  #, fuzzy
15025
  msgid "Admin Functionality restrictions for non administrators"
15026
  msgstr "Admin-Funktionalität Einschränkungen für nicht-Administratoren"
15027
 
15028
- #: wppa-settings-autosave.php:6107
15029
  #, fuzzy
15030
  msgid "Alt thumb is restricted"
15031
  msgstr "Alt Daumen ist eingeschränkt"
15032
 
15033
- #: wppa-settings-autosave.php:6108
15034
  #, fuzzy
15035
  msgid "Using <b>alt thumbsize</b> is a restricted action."
15036
  msgstr "Mit <b>Alt-dies</b> ist eine eingeschränkte Aktion."
15037
 
15038
- #: wppa-settings-autosave.php:6109
15039
  #, fuzzy
15040
  msgid ""
15041
  "If checked: alt thumbsize can not be set in album admin by users not having "
@@ -15044,17 +15144,17 @@ msgstr ""
15044
  "Wenn diese Option aktiviert: Alt Dies kann nicht von Benutzern ohne "
15045
  "Administratorrechte Album Admin eingestellt werden."
15046
 
15047
- #: wppa-settings-autosave.php:6118
15048
  #, fuzzy
15049
  msgid "Link is restricted"
15050
  msgstr "Link ist eingeschränkt"
15051
 
15052
- #: wppa-settings-autosave.php:6119
15053
  #, fuzzy
15054
  msgid "Using <b>Link to</b> is a restricted action."
15055
  msgstr "<b>Link zu</b> verwenden ist eine eingeschränkte Aktion."
15056
 
15057
- #: wppa-settings-autosave.php:6120
15058
  #, fuzzy
15059
  msgid ""
15060
  "If checked: Link to: can not be set in album admin by users not having admin "
@@ -15063,17 +15163,17 @@ msgstr ""
15063
  "Wenn diese Option aktiviert: Link zu: kann nicht von Benutzern ohne "
15064
  "Administratorrechte in Album Admin eingestellt werden."
15065
 
15066
- #: wppa-settings-autosave.php:6129
15067
  #, fuzzy
15068
  msgid "CoverType is restricted"
15069
  msgstr "CoverType ist eingeschränkt"
15070
 
15071
- #: wppa-settings-autosave.php:6130
15072
  #, fuzzy
15073
  msgid "Changing <b>Cover Type</b> is a restricted action."
15074
  msgstr "<b>Abdeckung Typ</b> ändern, ist eine eingeschränkte Aktion."
15075
 
15076
- #: wppa-settings-autosave.php:6131
15077
  #, fuzzy
15078
  msgid ""
15079
  "If checked: Cover Type: can not be set in album admin by users not having "
@@ -15082,17 +15182,17 @@ msgstr ""
15082
  "Wenn diese Option aktiviert: Deckel Typ: kann nicht von Benutzern ohne "
15083
  "Administratorrechte in Album Admin eingestellt werden."
15084
 
15085
- #: wppa-settings-autosave.php:6140
15086
  #, fuzzy
15087
  msgid "Photo order# is restricted"
15088
  msgstr "Foto bestellen # beschränkt sich"
15089
 
15090
- #: wppa-settings-autosave.php:6141
15091
  #, fuzzy
15092
  msgid "Changing <b>Photo sort order #</b> is a restricted action."
15093
  msgstr "Ändern <b>Foto Art bestellen #</b> ist eine eingeschränkte Aktion."
15094
 
15095
- #: wppa-settings-autosave.php:6142
15096
  #, fuzzy
15097
  msgid ""
15098
  "If checked: Photo sort order #: can not be set in photo admin by users not "
@@ -15101,17 +15201,17 @@ msgstr ""
15101
  "Wenn diese Option aktiviert: Foto Art bestellen #: kann nicht von Benutzern "
15102
  "ohne Administratorrechte in Foto Admin eingestellt werden."
15103
 
15104
- #: wppa-settings-autosave.php:6151
15105
  #, fuzzy
15106
  msgid "Change source restricted"
15107
  msgstr "Quelle ändern eingeschränkt"
15108
 
15109
- #: wppa-settings-autosave.php:6152
15110
  #, fuzzy
15111
  msgid "Changing the import source dir requires admin rights."
15112
  msgstr "Ändern der Quelle Dir Import erfordert Admin-Rechte."
15113
 
15114
- #: wppa-settings-autosave.php:6153
15115
  #, fuzzy
15116
  msgid ""
15117
  "If checked, the imput source for importing photos and albums is restricted "
@@ -15120,71 +15220,71 @@ msgstr ""
15120
  "Wenn diese Option aktiviert, ist die imput Quelle für das Importieren von "
15121
  "Fotos und Alben auf Benutzeradministrator Rolle beschränkt."
15122
 
15123
- #: wppa-settings-autosave.php:6162
15124
  #, fuzzy
15125
  msgid "Extended status restricted"
15126
  msgstr "Erweiterte Status eingeschränkt"
15127
 
15128
- #: wppa-settings-autosave.php:6163
15129
  #, fuzzy
15130
  msgid "Setting status other than pending or publish requires admin rights."
15131
  msgstr ""
15132
  "Festlegen des Status als ausstehend oder veröffentlichen erfordert Admin-"
15133
  "Rechte."
15134
 
15135
- #: wppa-settings-autosave.php:6173
15136
  #, fuzzy
15137
  msgid "Photo description restricted"
15138
  msgstr "Fotobeschreibung beschränkt"
15139
 
15140
- #: wppa-settings-autosave.php:6174
15141
  #, fuzzy
15142
  msgid "Edit photo description requires admin rights."
15143
  msgstr "Bearbeiten Fotobeschreibung erfordert Admin-Rechte."
15144
 
15145
- #: wppa-settings-autosave.php:6184
15146
  #, fuzzy
15147
  msgid "Update photofiles restricted"
15148
  msgstr "Update Photofiles eingeschränkt"
15149
 
15150
- #: wppa-settings-autosave.php:6185
15151
  #, fuzzy
15152
  msgid "Re-upload files requires admin rights"
15153
  msgstr "Re-upload-Dateien erfordert Admin-Rechte"
15154
 
15155
- #: wppa-settings-autosave.php:6195
15156
  #, fuzzy
15157
  msgid "Miscellaneous limiting settings"
15158
  msgstr "Diverse Einstellungen zu begrenzen"
15159
 
15160
- #: wppa-settings-autosave.php:6197
15161
  #, fuzzy
15162
  msgid "Owners only"
15163
  msgstr "Nur Eigentümer"
15164
 
15165
- #: wppa-settings-autosave.php:6198
15166
  #, fuzzy
15167
  msgid "Limit edit album access to the album owners only."
15168
  msgstr "Grenze zu bearbeiten Album Zugriff auf die Album-Besitzer nur."
15169
 
15170
- #: wppa-settings-autosave.php:6199
15171
  #, fuzzy
15172
  msgid "If checked, non-admin users can edit their own albums only."
15173
  msgstr ""
15174
  "Wenn diese Option aktiviert, können nicht-Admin-Benutzer nur ihre eigenen "
15175
  "Alben bearbeiten."
15176
 
15177
- #: wppa-settings-autosave.php:6208
15178
  #, fuzzy
15179
  msgid "Upload Owners only"
15180
  msgstr "Eigentümer nur Upload"
15181
 
15182
- #: wppa-settings-autosave.php:6209
15183
  #, fuzzy
15184
  msgid "Limit uploads to the album owners only."
15185
  msgstr "Begrenzung hochgeladen auf die Album-Besitzer nur."
15186
 
15187
- #: wppa-settings-autosave.php:6210
15188
  #, fuzzy
15189
  msgid ""
15190
  "If checked, users can upload to their own own albums and --- public --- only."
@@ -15192,17 +15292,17 @@ msgstr ""
15192
  "Wenn diese Option aktiviert, können Benutzer auf eigene Hochladen eigener "
15193
  "Alben und---Öffentlichkeit---nur."
15194
 
15195
- #: wppa-settings-autosave.php:6219
15196
  #, fuzzy
15197
  msgid "Frontend Edit"
15198
  msgstr "Frontendbearbeitung"
15199
 
15200
- #: wppa-settings-autosave.php:6220
15201
  #, fuzzy
15202
  msgid "Allow the uploader to edit the photo info"
15203
  msgstr "Ermöglichen Sie den Uploader die Foto-Info bearbeiten"
15204
 
15205
- #: wppa-settings-autosave.php:6221
15206
  #, fuzzy
15207
  msgid ""
15208
  "If selected, any logged in user who meets the criteria has the capability to "
@@ -15211,123 +15311,123 @@ msgstr ""
15211
  "Wenn ausgewählt, alle angemeldeten Benutzer, die die Kriterien erfüllt, hat "
15212
  "die Fähigkeit, die Fotoinformationen bearbeiten."
15213
 
15214
- #: wppa-settings-autosave.php:6222
15215
  #, fuzzy
15216
  msgid "Note: This may be AFTER moderation!!"
15217
  msgstr "Hinweis: Dies kann nach der Moderation sein!!"
15218
 
15219
- #: wppa-settings-autosave.php:6224
15220
  #, fuzzy
15221
  msgid "Classic"
15222
  msgstr "Klassisch"
15223
 
15224
- #: wppa-settings-autosave.php:6224
15225
  #, fuzzy
15226
  msgid "New style"
15227
  msgstr "Neuen Stil hinzufügen"
15228
 
15229
- #: wppa-settings-autosave.php:6233
15230
  #, fuzzy
15231
  msgid "Fe Edit users"
15232
  msgstr "User bearbeiten"
15233
 
15234
- #: wppa-settings-autosave.php:6234
15235
  #, fuzzy
15236
  msgid "The criteria the user must meet to edit photo info"
15237
  msgstr "Die Kriterien der Benutzer erfüllen muss, um Foto-Info bearbeiten"
15238
 
15239
- #: wppa-settings-autosave.php:6237
15240
  #, fuzzy
15241
  msgid "Admin and superuser"
15242
  msgstr "Admin und superuser"
15243
 
15244
- #: wppa-settings-autosave.php:6237
15245
  #, fuzzy
15246
  msgid "Owner, admin and superuser"
15247
  msgstr "Inhaber, Admin und superuser"
15248
 
15249
- #: wppa-settings-autosave.php:6246
15250
  #, fuzzy
15251
  msgid "Fe Edit Theme CSS"
15252
  msgstr "Fe Theme CSS bearbeiten"
15253
 
15254
- #: wppa-settings-autosave.php:6247
15255
  #, fuzzy
15256
  msgid "The front-end edit photo dialog uses the theme CSS."
15257
  msgstr "Die Front-End-Bearbeitungsdialog Foto verwendet das Thema CSS."
15258
 
15259
- #: wppa-settings-autosave.php:6257
15260
  #, fuzzy
15261
  msgid "Fe Edit New Items"
15262
  msgstr "Fe, die neuen Elemente bearbeiten"
15263
 
15264
- #: wppa-settings-autosave.php:6258
15265
  #, fuzzy
15266
  msgid "The items that are fe editable"
15267
  msgstr "Die Gegenstände sind Fe bearbeitet werden"
15268
 
15269
- #: wppa-settings-autosave.php:6259
15270
  #, fuzzy
15271
  msgid "See also Table II-J10!"
15272
  msgstr "Siehe auch Tabelle II-J10!"
15273
 
15274
- #: wppa-settings-autosave.php:6272
15275
  #, fuzzy
15276
  msgid "Fe Edit Button text"
15277
  msgstr "Fe Edit Button text"
15278
 
15279
- #: wppa-settings-autosave.php:6273
15280
  #, fuzzy
15281
  msgid "The text on the Edit button."
15282
  msgstr "Der Text auf die Schaltfläche \"Bearbeiten\"."
15283
 
15284
- #: wppa-settings-autosave.php:6283
15285
  #, fuzzy
15286
  msgid "Fe Edit Dialog caption"
15287
  msgstr "Fe-bearbeiten-Dialogfeld Beschriftung"
15288
 
15289
- #: wppa-settings-autosave.php:6284
15290
  #, fuzzy
15291
  msgid "The text on the header of the popup."
15292
  msgstr "Der Text in der Kopfzeile des Popups."
15293
 
15294
- #: wppa-settings-autosave.php:6294
15295
  #, fuzzy
15296
  msgid "Frontend Delete"
15297
  msgstr "Frontend löschen"
15298
 
15299
- #: wppa-settings-autosave.php:6295
15300
  #, fuzzy
15301
  msgid "Allow the uploader to delete the photo"
15302
  msgstr "Ermöglichen Sie den Uploader, das Foto zu löschen"
15303
 
15304
- #: wppa-settings-autosave.php:6305
15305
  #, fuzzy
15306
  msgid "Uploader Moderate Comment"
15307
  msgstr "Moderate Kommentar Uploader"
15308
 
15309
- #: wppa-settings-autosave.php:6306
15310
  #, fuzzy
15311
  msgid "The owner of the photo can moderate the photos comments."
15312
  msgstr "Der Besitzer des Fotos sind die Bilder Kommentare moderieren."
15313
 
15314
- #: wppa-settings-autosave.php:6307
15315
  #, fuzzy
15316
  msgid "This setting requires \"Uploader edit\" to be enabled also."
15317
  msgstr ""
15318
  "Diese Einstellung erfordert \"Uploader bearbeiten\" auch aktiviert werden."
15319
 
15320
- #: wppa-settings-autosave.php:6316
15321
  #, fuzzy
15322
  msgid "Upload memory check frontend"
15323
  msgstr "Laden Sie Speicherprüfung Frontend"
15324
 
15325
- #: wppa-settings-autosave.php:6317 wppa-settings-autosave.php:6328
15326
  #, fuzzy
15327
  msgid "Disable uploading photos that are too large."
15328
  msgstr "Deaktivieren Sie Hochladen von Fotos, die zu groß sind."
15329
 
15330
- #: wppa-settings-autosave.php:6318 wppa-settings-autosave.php:6329
15331
  #, fuzzy
15332
  msgid ""
15333
  "To prevent out of memory crashes during upload and possible database "
@@ -15336,42 +15436,42 @@ msgstr ""
15336
  "Um aus Speicher Abstürze bei Upload und mögliche Datenbank Inkonsistenzen zu "
15337
  "vermeiden, können Uploads verhindert werden, wenn die zu groß sind."
15338
 
15339
- #: wppa-settings-autosave.php:6327
15340
  #, fuzzy
15341
  msgid "Upload memory check admin"
15342
  msgstr "Arbeitsspeicher überprüfen Admin hochladen"
15343
 
15344
- #: wppa-settings-autosave.php:6338
15345
  #, fuzzy
15346
  msgid "Comment captcha"
15347
  msgstr "Kommentar captcha"
15348
 
15349
- #: wppa-settings-autosave.php:6339
15350
  #, fuzzy
15351
  msgid "Use a simple calculate captcha on comments form."
15352
  msgstr "Verwenden Sie einen einfachen berechnen captcha auf Kommentare Form."
15353
 
15354
- #: wppa-settings-autosave.php:6352
15355
  #, fuzzy
15356
  msgid "Spam lifetime"
15357
  msgstr "Spam-Lebensdauer"
15358
 
15359
- #: wppa-settings-autosave.php:6353
15360
  #, fuzzy
15361
  msgid "Delete spam comments when older than."
15362
  msgstr "Löschen Sie Spam-Kommentare, wenn älter als."
15363
 
15364
- #: wppa-settings-autosave.php:6380
15365
  #, fuzzy
15366
  msgid "Avoid duplicates"
15367
  msgstr "Vermeidung von Duplikaten"
15368
 
15369
- #: wppa-settings-autosave.php:6381
15370
  #, fuzzy
15371
  msgid "Prevent the creation of duplicate photos."
15372
  msgstr "Die Bildung von doppelte Fotos verhindert."
15373
 
15374
- #: wppa-settings-autosave.php:6382
15375
  #, fuzzy
15376
  msgid ""
15377
  "If checked: uploading, importing, copying or moving photos to other albums "
@@ -15382,81 +15482,81 @@ msgstr ""
15382
  "Verschieben von Fotos auf andere Alben werden verhindert werden, wenn das "
15383
  "Desitation-Album bereits ein Foto mit dem gleichen Dateinamen enthält."
15384
 
15385
- #: wppa-settings-autosave.php:6391
15386
  #, fuzzy
15387
  msgid "Blacklist user"
15388
  msgstr "Schwarze Liste Benutzer"
15389
 
15390
- #: wppa-settings-autosave.php:6392 wppa-settings-autosave.php:6393
15391
  #, fuzzy
15392
  msgid "Set the status of all the users photos to 'pending'."
15393
  msgstr "Setzen Sie den Status aller Benutzer Fotos auf \"pending\"."
15394
 
15395
- #: wppa-settings-autosave.php:6394
15396
  #, fuzzy
15397
  msgid "Also inhibits further uploads."
15398
  msgstr "Hemmt auch weitere Uploads."
15399
 
15400
- #: wppa-settings-autosave.php:6400
15401
  #, fuzzy
15402
  msgid "--- select a user to blacklist ---"
15403
  msgstr "---Wählen Sie einen Benutzer, blacklist---"
15404
 
15405
- #: wppa-settings-autosave.php:6410 wppa-settings-autosave.php:6415
15406
- #: wppa-settings-autosave.php:6436 wppa-settings-autosave.php:6474
15407
- #: wppa-settings-autosave.php:6479 wppa-settings-autosave.php:6500
15408
- #: wppa-settings-autosave.php:8863 wppa-settings-autosave.php:8905
15409
  #, fuzzy
15410
  msgid "The page will be reloaded after the action has taken place."
15411
  msgstr ""
15412
  "Die Seite wird neu geladen werden, nachdem die Aktion stattgefunden hat."
15413
 
15414
- #: wppa-settings-autosave.php:6416 wppa-settings-autosave.php:6480
15415
  #, fuzzy
15416
  msgid "User login name <b>( case sensitive! )</b>:"
15417
  msgstr "Benutzer Login Namen <b>(case Sensitive!)</b>:"
15418
 
15419
- #: wppa-settings-autosave.php:6424
15420
  #, fuzzy
15421
  msgid "Unblacklist user"
15422
  msgstr "Unblacklist Benutzer"
15423
 
15424
- #: wppa-settings-autosave.php:6425
15425
  #, fuzzy
15426
  msgid "Set the status of all the users photos to 'publish'."
15427
  msgstr "Setzen Sie den Status aller Benutzer Fotos zu \"veröffentlichen\"."
15428
 
15429
- #: wppa-settings-autosave.php:6429
15430
  #, fuzzy
15431
  msgid "--- select a user to unblacklist ---"
15432
  msgstr "---Wählen Sie einen Benutzer zu unblacklist---"
15433
 
15434
- #: wppa-settings-autosave.php:6444
15435
  #, fuzzy
15436
  msgid "Photo owner change"
15437
  msgstr "Foto-Inhaberwechsel"
15438
 
15439
- #: wppa-settings-autosave.php:6445
15440
  #, fuzzy
15441
  msgid "Administrators can change photo owner"
15442
  msgstr "Administratoren können Foto Besitzer ändern."
15443
 
15444
- #: wppa-settings-autosave.php:6455
15445
  #, fuzzy
15446
  msgid "Super user"
15447
  msgstr "Super-user"
15448
 
15449
- #: wppa-settings-autosave.php:6456
15450
  #, fuzzy
15451
  msgid "Give these users all rights in wppa."
15452
  msgstr "Geben Sie diese Benutzer alle Rechte in Wppa."
15453
 
15454
- #: wppa-settings-autosave.php:6457
15455
  #, fuzzy
15456
  msgid "This gives the user all the administrator privileges within wppa."
15457
  msgstr "Dies ermöglicht dem Benutzer alle Administratorrechte innerhalb Wppa."
15458
 
15459
- #: wppa-settings-autosave.php:6458
15460
  #, fuzzy
15461
  msgid ""
15462
  "Make sure the user also has a role that has all the boxes ticked in Table "
@@ -15465,75 +15565,75 @@ msgstr ""
15465
  "Stellen Sie sicher, dass der Benutzer auch eine Rolle, die alle Felder in "
15466
  "Tabelle VII-A angekreuzt hat"
15467
 
15468
- #: wppa-settings-autosave.php:6464
15469
  #, fuzzy
15470
  msgid "--- select a user to make superuser ---"
15471
  msgstr "---Wählen Sie einen Benutzer zu Superuser---"
15472
 
15473
- #: wppa-settings-autosave.php:6488
15474
  #, fuzzy
15475
  msgid "Unsuper user"
15476
  msgstr "Unsuper Benutzer"
15477
 
15478
- #: wppa-settings-autosave.php:6489
15479
  #, fuzzy
15480
  msgid "Remove user from super user list."
15481
  msgstr "Entfernen Sie Benutzer aus super-User-Liste."
15482
 
15483
- #: wppa-settings-autosave.php:6493
15484
  #, fuzzy
15485
  msgid "--- select a user to unmake superuser ---"
15486
  msgstr "---Wählen Sie einen Benutzer Superuser ungeschehen machen---"
15487
 
15488
- #: wppa-settings-autosave.php:6526
15489
  #, fuzzy
15490
  msgid "Table VIII:"
15491
  msgstr "Tabelle VIII:"
15492
 
15493
- #: wppa-settings-autosave.php:6526
15494
  #, fuzzy
15495
  msgid "Actions:"
15496
  msgstr "Aktionen:"
15497
 
15498
- #: wppa-settings-autosave.php:6527
15499
  #, fuzzy
15500
  msgid "This table lists all actions that can be taken to the wppa+ system"
15501
  msgstr ""
15502
  "Diese Tabelle listet alle Aktionen, die die Wppa + System getroffen werden "
15503
  "können"
15504
 
15505
- #: wppa-settings-autosave.php:6537 wppa-settings-autosave.php:7200
15506
  #, fuzzy
15507
  msgid "Specification"
15508
  msgstr "Technische Daten"
15509
 
15510
- #: wppa-settings-autosave.php:6538 wppa-settings-autosave.php:7201
15511
- #: wppa-settings-autosave.php:9744 wppa-settings-autosave.php:9766
15512
  #, fuzzy
15513
  msgid "Do it!"
15514
  msgstr "Mach es!"
15515
 
15516
- #: wppa-settings-autosave.php:6540 wppa-settings-autosave.php:7203
15517
  #, fuzzy
15518
  msgid "To Go"
15519
  msgstr "noch"
15520
 
15521
- #: wppa-settings-autosave.php:6548
15522
  #, fuzzy
15523
  msgid "Harmless and reverseable actions"
15524
  msgstr "Harmlos und reverseable Aktionen"
15525
 
15526
- #: wppa-settings-autosave.php:6550
15527
  #, fuzzy
15528
  msgid "Ignore concurrency"
15529
  msgstr "Parallelität zu ignorieren"
15530
 
15531
- #: wppa-settings-autosave.php:6551
15532
  #, fuzzy
15533
  msgid "Ignore the prevention of concurrent actions."
15534
  msgstr "Die Prävention von gleichzeitigen Aktionen zu ignorieren."
15535
 
15536
- #: wppa-settings-autosave.php:6552
15537
  #, fuzzy
15538
  msgid ""
15539
  "This setting is meant to recover from deadlock situations only. Use with "
@@ -15542,17 +15642,17 @@ msgstr ""
15542
  "Diese Einstellung soll von Deadlock-Situationen zu erholen. Verwenden Sie "
15543
  "mit Vorsicht!"
15544
 
15545
- #: wppa-settings-autosave.php:6563
15546
  #, fuzzy
15547
  msgid "Setup"
15548
  msgstr "Setup"
15549
 
15550
- #: wppa-settings-autosave.php:6564
15551
  #, fuzzy
15552
  msgid "Re-initialize plugin."
15553
  msgstr "Neu initialisieren Plugin."
15554
 
15555
- #: wppa-settings-autosave.php:6565
15556
  #, fuzzy
15557
  msgid ""
15558
  "Re-initilizes the plugin, (re)creates database tables and sets up default "
@@ -15561,7 +15661,7 @@ msgstr ""
15561
  "Re-Initilizes das Plugin (Re) Datenbanktabellen erstellt und richtet "
15562
  "Standardeinstellungen und Verzeichnisse bei Bedarf."
15563
 
15564
- #: wppa-settings-autosave.php:6566
15565
  #, fuzzy
15566
  msgid ""
15567
  "This action may be required to setup blogs in a multiblog (network) site as "
@@ -15571,34 +15671,34 @@ msgstr ""
15571
  "Multiblog (Netzwerk) sowie in seltenen Fällen zur Initialisierung Fehler zu "
15572
  "korrigieren."
15573
 
15574
- #: wppa-settings-autosave.php:6577
15575
  #, fuzzy
15576
  msgid "Backup settings"
15577
  msgstr "Backup-Einstellungen"
15578
 
15579
- #: wppa-settings-autosave.php:6578
15580
  #, fuzzy
15581
  msgid "Save all settings into a backup file."
15582
  msgstr "Alle Einstellungen in eine Sicherungsdatei zu speichern."
15583
 
15584
- #: wppa-settings-autosave.php:6579
15585
  #, fuzzy
15586
  msgid "Saves all the settings into a backup file"
15587
  msgstr "Speichert alle Einstellungen in einer Sicherungsdatei"
15588
 
15589
- #: wppa-settings-autosave.php:6590
15590
  #, fuzzy
15591
  msgid "Load settings"
15592
  msgstr "Einstellungen laden..."
15593
 
15594
- #: wppa-settings-autosave.php:6591
15595
  #, fuzzy
15596
  msgid "Restore all settings from defaults, a backup or skin file."
15597
  msgstr ""
15598
  "Wiederherstellen Sie alle Einstellungen von Standardwerten, ein backup oder "
15599
  "Haut-Datei."
15600
 
15601
- #: wppa-settings-autosave.php:6592
15602
  #, fuzzy
15603
  msgid ""
15604
  "Restores all the settings from the factory supplied defaults, the backup you "
@@ -15607,43 +15707,43 @@ msgstr ""
15607
  "Stellt alle Einstellungen von gelieferten Standardeinstellungen, die "
15608
  "Sicherung, die Sie erstellt oder aus einer Haut-Datei."
15609
 
15610
- #: wppa-settings-autosave.php:6598
15611
  #, fuzzy
15612
  msgid "--- set to defaults ---"
15613
  msgstr "---auf Standardwerte gesetzt---"
15614
 
15615
- #: wppa-settings-autosave.php:6601
15616
  #, fuzzy
15617
  msgid "--- restore backup ---"
15618
  msgstr "Sicherung wiederherstellen"
15619
 
15620
- #: wppa-settings-autosave.php:6623
15621
  #, fuzzy
15622
  msgid "Regenerate"
15623
  msgstr "REGENERIEREN."
15624
 
15625
- #: wppa-settings-autosave.php:6624 wppa-settings-autosave.php:6625
15626
  #, fuzzy
15627
  msgid "Regenerate all thumbnails."
15628
  msgstr "Alle Thumbnails neu regenerieren"
15629
 
15630
- #: wppa-settings-autosave.php:6628 wppa-settings-autosave.php:6732
15631
- #: wppa-settings-autosave.php:6799
15632
  #, fuzzy
15633
  msgid "Skip one"
15634
  msgstr "Überspringen einer"
15635
 
15636
- #: wppa-settings-autosave.php:6637
15637
  #, fuzzy
15638
  msgid "Rerate"
15639
  msgstr "Rerate"
15640
 
15641
- #: wppa-settings-autosave.php:6638
15642
  #, fuzzy
15643
  msgid "Recalculate ratings."
15644
  msgstr "Bewertungen zu berechnen."
15645
 
15646
- #: wppa-settings-autosave.php:6639
15647
  #, fuzzy
15648
  msgid ""
15649
  "This function will recalculate all mean photo ratings from the ratings table."
@@ -15651,7 +15751,7 @@ msgstr ""
15651
  "Diese Funktion werden alle mittleren Foto-Ratings von der Rating-Tabelle neu "
15652
  "berechnet."
15653
 
15654
- #: wppa-settings-autosave.php:6640
15655
  #, fuzzy
15656
  msgid ""
15657
  "You may need this function after the re-import of previously exported photos"
@@ -15659,27 +15759,27 @@ msgstr ""
15659
  "Sie können diese Funktion nach dem Re-import der zuvor exportierten Fotos "
15660
  "benötigen."
15661
 
15662
- #: wppa-settings-autosave.php:6651
15663
  #, fuzzy
15664
  msgid "Lost and found"
15665
  msgstr "Verloren und gefunden"
15666
 
15667
- #: wppa-settings-autosave.php:6652
15668
  #, fuzzy
15669
  msgid "Find \"lost\" photos."
15670
  msgstr "\"Verlorene\" Fotos zu finden."
15671
 
15672
- #: wppa-settings-autosave.php:6653
15673
  #, fuzzy
15674
  msgid "This function will attempt to find lost photos."
15675
  msgstr "Diese Funktion versucht, die verlorenen Fotos zu finden."
15676
 
15677
- #: wppa-settings-autosave.php:6664
15678
  #, fuzzy
15679
  msgid "Recuperate"
15680
  msgstr "Erholen Sie sich"
15681
 
15682
- #: wppa-settings-autosave.php:6666
15683
  #, fuzzy
15684
  msgid ""
15685
  "This action will attempt to find and register IPTC and EXIF data from photos "
@@ -15688,47 +15788,47 @@ msgstr ""
15688
  "Diese Aktion versucht zu finden und IPTC und EXIF-Daten von Fotos im WPPA + "
15689
  "System registrieren."
15690
 
15691
- #: wppa-settings-autosave.php:6677
15692
  #, fuzzy
15693
  msgid "Remake Index Albums"
15694
  msgstr "Remake-Index-Alben"
15695
 
15696
- #: wppa-settings-autosave.php:6678
15697
  #, fuzzy
15698
  msgid "Remakes the index database table for albums."
15699
  msgstr "Remakes der Index-Datenbank-Tabelle für Alben."
15700
 
15701
- #: wppa-settings-autosave.php:6690
15702
  #, fuzzy
15703
  msgid "Remake Index Photos"
15704
  msgstr "Remake Index Fotos"
15705
 
15706
- #: wppa-settings-autosave.php:6691
15707
  #, fuzzy
15708
  msgid "Remakes the index database table for photos."
15709
  msgstr "Remakes der Index-Datenbank-Tabelle für Fotos."
15710
 
15711
- #: wppa-settings-autosave.php:6709
15712
  #, fuzzy
15713
  msgid "Convert to tree"
15714
  msgstr "Konvertieren in Baum"
15715
 
15716
- #: wppa-settings-autosave.php:6710
15717
  #, fuzzy
15718
  msgid "Convert filesystem to tree structure."
15719
  msgstr "Baumstruktur umwandeln Sie Dateisystem."
15720
 
15721
- #: wppa-settings-autosave.php:6713
15722
  #, fuzzy
15723
  msgid "Convert to flat"
15724
  msgstr "Konvertieren zu flach"
15725
 
15726
- #: wppa-settings-autosave.php:6714
15727
  #, fuzzy
15728
  msgid "Convert filesystem to flat structure."
15729
  msgstr "Flache Struktur umwandeln Sie Dateisystem."
15730
 
15731
- #: wppa-settings-autosave.php:6716
15732
  #, fuzzy
15733
  msgid ""
15734
  "If you want to go back to a wppa+ version prior to 5.0.16, you MUST convert "
@@ -15737,12 +15837,12 @@ msgstr ""
15737
  "Wenn Sie zu einer Wppa + Version vor 5.0.16 zurückkehren möchten, müssen Sie "
15738
  "in flachen ersten umwandeln."
15739
 
15740
- #: wppa-settings-autosave.php:6728
15741
  #, fuzzy
15742
  msgid "Remake the photofiles from photo sourcefiles."
15743
  msgstr "Die Photofiles von Foto Sourcefiles zu erneuern."
15744
 
15745
- #: wppa-settings-autosave.php:6729
15746
  #, fuzzy
15747
  msgid ""
15748
  "This action will remake the fullsize images, thumbnail images, and will "
@@ -15753,180 +15853,180 @@ msgstr ""
15753
  "aktualisiert, die Iptc und EXIF-Daten für alle Fotos, wo die Quelle in das "
15754
  "entsprechende Album-Unterverzeichnis des Quellverzeichnisses gefunden wird."
15755
 
15756
- #: wppa-settings-autosave.php:6741
15757
  #, fuzzy
15758
  msgid "Orientation only"
15759
  msgstr "Nur der Orientierung"
15760
 
15761
- #: wppa-settings-autosave.php:6742
15762
  #, fuzzy
15763
  msgid "Remake non standard orientated photos only."
15764
  msgstr "Nicht-standard orientierten Fotos nur zu erneuern."
15765
 
15766
- #: wppa-settings-autosave.php:6755
15767
  #, fuzzy
15768
  msgid "Recalc sizes"
15769
  msgstr "Recalc Größen"
15770
 
15771
- #: wppa-settings-autosave.php:6756
15772
  #, fuzzy
15773
  msgid "Recalculate photosizes and save to db."
15774
  msgstr "Photosizes neu berechnen und speichern in Db."
15775
 
15776
- #: wppa-settings-autosave.php:6768
15777
  #, fuzzy
15778
  msgid "Renew album crypt"
15779
  msgstr "Erneuern Album Krypta"
15780
 
15781
- #: wppa-settings-autosave.php:6769
15782
  #, fuzzy
15783
  msgid "Renew album encrcryption codes."
15784
  msgstr "Album Encrcryption Codes zu erneuern."
15785
 
15786
- #: wppa-settings-autosave.php:6781
15787
  #, fuzzy
15788
  msgid "Renew photo crypt"
15789
  msgstr "Foto-Krypta zu erneuern"
15790
 
15791
- #: wppa-settings-autosave.php:6782
15792
  #, fuzzy
15793
  msgid "Renew photo encrcryption codes."
15794
  msgstr "Foto-Encrcryption-Codes zu erneuern."
15795
 
15796
- #: wppa-settings-autosave.php:6794
15797
  #, fuzzy
15798
  msgid "Create orietation sources"
15799
  msgstr "Erstellen Sie orietation Quellen"
15800
 
15801
- #: wppa-settings-autosave.php:6795
15802
  #, fuzzy
15803
  msgid "Creates correctly oriented pseudo source file."
15804
  msgstr "Erzeugt richtig orientiert Pseudo-Quelldatei."
15805
 
15806
- #: wppa-settings-autosave.php:6808
15807
  #, fuzzy
15808
  msgid "Clearing and other irreverseable actions"
15809
  msgstr "Clearing und andere irreverseable Maßnahmen"
15810
 
15811
- #: wppa-settings-autosave.php:6810
15812
  #, fuzzy
15813
  msgid "Clear ratings"
15814
  msgstr "Bewertungen zu löschen"
15815
 
15816
- #: wppa-settings-autosave.php:6811
15817
  #, fuzzy
15818
  msgid "Reset all ratings."
15819
  msgstr "Setzen Sie alle Bewertungen."
15820
 
15821
- #: wppa-settings-autosave.php:6812
15822
  #, fuzzy
15823
  msgid "WARNING: If checked, this will clear all ratings in the system!"
15824
  msgstr ""
15825
  "Warnung: Wenn diese Option aktiviert, wird dies im System alle Bewertungen "
15826
  "klar!"
15827
 
15828
- #: wppa-settings-autosave.php:6823
15829
  #, fuzzy
15830
  msgid "Clear viewcounts"
15831
  msgstr "Klare viewcounts"
15832
 
15833
- #: wppa-settings-autosave.php:6824
15834
  #, fuzzy
15835
  msgid "Reset all viewcounts."
15836
  msgstr "Alle Viewcounts zurücksetzen."
15837
 
15838
- #: wppa-settings-autosave.php:6825
15839
  #, fuzzy
15840
  msgid "WARNING: If checked, this will clear all viewcounts in the system!"
15841
  msgstr ""
15842
  "Warnung: Wenn diese Option aktiviert, wird dies im System alle Viewcounts "
15843
  "klar!"
15844
 
15845
- #: wppa-settings-autosave.php:6836
15846
  #, fuzzy
15847
  msgid "Reset IPTC"
15848
  msgstr "Reset IPTC"
15849
 
15850
- #: wppa-settings-autosave.php:6837
15851
  #, fuzzy
15852
  msgid "Clear all IPTC data."
15853
  msgstr "Alle entfernen"
15854
 
15855
- #: wppa-settings-autosave.php:6838
15856
  #, fuzzy
15857
  msgid "WARNING: If checked, this will clear all IPTC data in the system!"
15858
  msgstr ""
15859
  "Warnung: Wenn diese Option aktiviert, wird alle IPTC-Daten in das System "
15860
  "behoben!"
15861
 
15862
- #: wppa-settings-autosave.php:6849
15863
  #, fuzzy
15864
  msgid "Reset EXIF"
15865
  msgstr "Reset EXIF"
15866
 
15867
- #: wppa-settings-autosave.php:6850
15868
  #, fuzzy
15869
  msgid "Clear all EXIF data."
15870
  msgstr "Alle entfernen"
15871
 
15872
- #: wppa-settings-autosave.php:6851
15873
  #, fuzzy
15874
  msgid "WARNING: If checked, this will clear all EXIF data in the system!"
15875
  msgstr ""
15876
  "WARNUNG: Wenn diese Option aktiviert, wird dies alle EXIF-Daten im System zu "
15877
  "löschen!"
15878
 
15879
- #: wppa-settings-autosave.php:6862
15880
  #, fuzzy
15881
  msgid "Apply New Photodesc"
15882
  msgstr "Gelten neue Photodesc"
15883
 
15884
- #: wppa-settings-autosave.php:6863
15885
  #, fuzzy
15886
  msgid "Apply New photo description on all photos in the system."
15887
  msgstr "Gelten Sie neue Fotobeschreibung auf allen Fotos im System."
15888
 
15889
- #: wppa-settings-autosave.php:6875
15890
  #, fuzzy
15891
  msgid "Append to photodesc"
15892
  msgstr "Fügen Sie an photodesc"
15893
 
15894
- #: wppa-settings-autosave.php:6876
15895
  #, fuzzy
15896
  msgid "Append this text to all photo descriptions."
15897
  msgstr "Fügen Sie diesen Text an alle Fotobeschreibungen."
15898
 
15899
- #: wppa-settings-autosave.php:6890
15900
  #, fuzzy
15901
  msgid "Remove from photodesc"
15902
  msgstr "Entfernen von photodesc"
15903
 
15904
- #: wppa-settings-autosave.php:6891
15905
  #, fuzzy
15906
  msgid "Remove this text from all photo descriptions."
15907
  msgstr "Entfernen Sie diesen Text aus allen Fotobeschreibungen."
15908
 
15909
- #: wppa-settings-autosave.php:6905
15910
  #, fuzzy
15911
  msgid "Remove empty albums"
15912
  msgstr "Entfernen Sie leere Alben"
15913
 
15914
- #: wppa-settings-autosave.php:6906
15915
  #, fuzzy
15916
  msgid "Removes albums that are not used."
15917
  msgstr "Alben, die nicht verwendet werden entfernt."
15918
 
15919
- #: wppa-settings-autosave.php:6918
15920
  #, fuzzy
15921
  msgid "Remove file-ext"
15922
  msgstr "Entfernen Sie die Datei-ext"
15923
 
15924
- #: wppa-settings-autosave.php:6919
15925
  #, fuzzy
15926
  msgid "Remove possible file extension from photo name."
15927
  msgstr "Entfernen Sie mögliche Dateierweiterung aus Foto Namen."
15928
 
15929
- #: wppa-settings-autosave.php:6920
15930
  #, fuzzy
15931
  msgid ""
15932
  "This may be required for old photos, uploaded when the option in Table IX-D3 "
@@ -15935,47 +16035,47 @@ msgstr ""
15935
  "Dies ist möglicherweise erforderlich nach alten Fotos hochgeladen, wenn die "
15936
  "Option in Tabelle IX-D3 noch nicht verfügbar/ausgewählt war."
15937
 
15938
- #: wppa-settings-autosave.php:6931
15939
  #, fuzzy
15940
  msgid "Re-add file-ext"
15941
  msgstr "Neu hinzufügen Datei-ext"
15942
 
15943
- #: wppa-settings-autosave.php:6932
15944
  #, fuzzy
15945
  msgid "Revert the <i>Remove file-ext</i> action."
15946
  msgstr "Die <i>Entfernen der Datei-Ext</i> Aktion zurück."
15947
 
15948
- #: wppa-settings-autosave.php:6944
15949
  #, fuzzy
15950
  msgid "Watermark all"
15951
  msgstr "Alle Wasserzeichen"
15952
 
15953
- #: wppa-settings-autosave.php:6945
15954
  #, fuzzy
15955
  msgid "Apply watermark according to current settings to all photos."
15956
  msgstr "Wasserzeichen nach aktuellen Einstellungen auf alle Fotos anwenden."
15957
 
15958
- #: wppa-settings-autosave.php:6946
15959
  #, fuzzy
15960
  msgid "See Table IX_F for the current watermark settings"
15961
  msgstr "Siehe Tabelle IX_F für die aktuellen Wasserzeichen-Einstellungen"
15962
 
15963
- #: wppa-settings-autosave.php:6957
15964
  #, fuzzy
15965
  msgid "Create all autopages"
15966
  msgstr "Erstellen Sie alle autopages"
15967
 
15968
- #: wppa-settings-autosave.php:6958
15969
  #, fuzzy
15970
  msgid "Create all the pages to display slides individually."
15971
  msgstr "Erstellen Sie die Seiten um Folien einzeln anzuzeigen."
15972
 
15973
- #: wppa-settings-autosave.php:6959 wppa-settings-autosave.php:6973
15974
  #, fuzzy
15975
  msgid "See also Table IV-A10."
15976
  msgstr "Siehe auch Tabelle IV-A10."
15977
 
15978
- #: wppa-settings-autosave.php:6960
15979
  #, fuzzy
15980
  msgid ""
15981
  "Make sure you have a custom menu and the \"Automatically add new top-level "
@@ -15984,27 +16084,27 @@ msgstr ""
15984
  "Stellen Sie sicher, dass Sie ein benutzerdefiniertes Menü und \"Automatisch "
15985
  "hinzufügen neue Top-Level-Seiten zu diesem Menü\" Feld UNticked!!"
15986
 
15987
- #: wppa-settings-autosave.php:6971
15988
  #, fuzzy
15989
  msgid "Delete all autopages"
15990
  msgstr "Alle Autopages löschen"
15991
 
15992
- #: wppa-settings-autosave.php:6972
15993
  #, fuzzy
15994
  msgid "Delete all the pages to display slides individually."
15995
  msgstr "Löschen Sie alle Seiten um Folien einzeln anzuzeigen."
15996
 
15997
- #: wppa-settings-autosave.php:6985
15998
  #, fuzzy
15999
  msgid "Leading zeroes"
16000
  msgstr "Führende Nullen"
16001
 
16002
- #: wppa-settings-autosave.php:6986
16003
  #, fuzzy
16004
  msgid "If photoname numeric, add leading zeros"
16005
  msgstr "Wenn Photoname numerisch, führende Nullen hinzufügen"
16006
 
16007
- #: wppa-settings-autosave.php:6987
16008
  #, fuzzy
16009
  msgid ""
16010
  "You can extend the name with leading zeros, so alphabetic sort becomes equal "
@@ -16013,221 +16113,221 @@ msgstr ""
16013
  "Sie können den Namen mit führenden Nullen, so alphabetische Sortierung "
16014
  "numerischer Reihenfolge gleich wird."
16015
 
16016
- #: wppa-settings-autosave.php:6990
16017
  #, fuzzy
16018
  msgid "Total chars"
16019
  msgstr "Insgesamt Zeichen"
16020
 
16021
- #: wppa-settings-autosave.php:6999
16022
  #, fuzzy
16023
  msgid "Add GPX tag"
16024
  msgstr "GPX-Tag hinzufügen"
16025
 
16026
- #: wppa-settings-autosave.php:7000
16027
  #, fuzzy
16028
  msgid "Make sure photos with gpx data have a Gpx tag"
16029
  msgstr "Sicherstellen Sie, dass Fotos mit Gpx-Daten einen Gpx-tag"
16030
 
16031
- #: wppa-settings-autosave.php:7013 wppa-settings-autosave.php:7917
16032
  #, fuzzy
16033
  msgid "Optimize files"
16034
  msgstr "Dateien zu optimieren"
16035
 
16036
- #: wppa-settings-autosave.php:7014
16037
  #, fuzzy
16038
  msgid "Optimize with EWWW image optimizer"
16039
  msgstr "Optimieren Sie mit EWWW Bild-Optimierer"
16040
 
16041
- #: wppa-settings-autosave.php:7027
16042
  #, fuzzy
16043
  msgid "Edit tag"
16044
  msgstr "Tag (Schlagwort) bearbeiten"
16045
 
16046
- #: wppa-settings-autosave.php:7028
16047
  #, fuzzy
16048
  msgid "Globally change a tagname."
16049
  msgstr "Ein Tagname Global zu ändern."
16050
 
16051
- #: wppa-settings-autosave.php:7034
16052
  #, fuzzy
16053
  msgid "-select a tag-"
16054
  msgstr "Schlagwort auswählen"
16055
 
16056
- #: wppa-settings-autosave.php:7040
16057
  #, fuzzy
16058
  msgid "Tag:"
16059
  msgstr "Tag"
16060
 
16061
- #: wppa-settings-autosave.php:7041
16062
  #, fuzzy
16063
  msgid "Change to:"
16064
  msgstr "Ändern zu:"
16065
 
16066
- #: wppa-settings-autosave.php:7050
16067
  #, fuzzy
16068
  msgid "Synchronize Cloudinary"
16069
  msgstr "Cloudinary synchronisieren"
16070
 
16071
- #: wppa-settings-autosave.php:7051
16072
  #, fuzzy
16073
  msgid "Removes/adds images in the cloud."
16074
  msgstr "Entfernt/Bilder in die Cloud hinzugefügt."
16075
 
16076
- #: wppa-settings-autosave.php:7052
16077
  #, fuzzy
16078
  msgid "Removes old images and verifies/adds new images to Cloudinary."
16079
  msgstr ""
16080
  "Entfernt alte Bilder und überprüft/neue Bilder hinzugefügt, Cloudinary."
16081
 
16082
- #: wppa-settings-autosave.php:7053
16083
  #, fuzzy
16084
  msgid "See Table IX-K4.7 for the configured lifetime."
16085
  msgstr "Siehe Tabelle IX-K4.7 für die projektierte Lebensdauer."
16086
 
16087
- #: wppa-settings-autosave.php:7064
16088
  #, fuzzy
16089
  msgid "Fix tags"
16090
  msgstr "Stichworte zu beheben"
16091
 
16092
- #: wppa-settings-autosave.php:7065
16093
  #, fuzzy
16094
  msgid "Make sure photo tags format is uptodate"
16095
  msgstr "Stellen Sie sicher, dass Tags Fotoformat Uptodate ist"
16096
 
16097
- #: wppa-settings-autosave.php:7066
16098
  #, fuzzy
16099
  msgid "Fixes tags to be conform current database rules."
16100
  msgstr "Tags zu aktuellen Datenbank Regeln konform behebt."
16101
 
16102
- #: wppa-settings-autosave.php:7077
16103
  #, fuzzy
16104
  msgid "Fix cats"
16105
  msgstr "Katzen zu beheben"
16106
 
16107
- #: wppa-settings-autosave.php:7078
16108
  #, fuzzy
16109
  msgid "Make sure album cats format is uptodate"
16110
  msgstr "Sicherstellen Sie, dass Album Katzen-Format Uptodate ist"
16111
 
16112
- #: wppa-settings-autosave.php:7079
16113
  #, fuzzy
16114
  msgid "Fixes cats to be conform current database rules."
16115
  msgstr "Katzen werden aktuelle Datenbank Regeln entsprechen behebt."
16116
 
16117
- #: wppa-settings-autosave.php:7090
16118
  #, fuzzy
16119
  msgid "Set owner to name"
16120
  msgstr "Set Name Besitzer"
16121
 
16122
- #: wppa-settings-autosave.php:7091
16123
  #, fuzzy
16124
  msgid "If photoname equals user display name, set him owner."
16125
  msgstr ""
16126
  "Wenn photoname Benutzeranzeigenamen entspricht, setzen Sie ihn Eigentümer."
16127
 
16128
- #: wppa-settings-autosave.php:7118
16129
  #, fuzzy
16130
  msgid "Listings"
16131
  msgstr "Inserate"
16132
 
16133
- #: wppa-settings-autosave.php:7120
16134
  #, fuzzy
16135
  msgid "List Logfile"
16136
  msgstr "Liste Logfile"
16137
 
16138
- #: wppa-settings-autosave.php:7121
16139
  #, fuzzy
16140
  msgid "Show the content of wppa+ (error) log."
16141
  msgstr "Zeigen Sie den Inhalt der Log Wppa + (Fehler)."
16142
 
16143
- #: wppa-settings-autosave.php:7125
16144
  #, fuzzy
16145
  msgid "Purge logfile"
16146
  msgstr "Log-Datei löschen"
16147
 
16148
- #: wppa-settings-autosave.php:7134
16149
  #, fuzzy
16150
  msgid "List Ratings"
16151
  msgstr "Liste Bewertungen"
16152
 
16153
- #: wppa-settings-autosave.php:7135
16154
  #, fuzzy
16155
  msgid "Show the most recent ratings."
16156
  msgstr "Zeigen Sie die neuesten Bewertungen."
16157
 
16158
- #: wppa-settings-autosave.php:7148
16159
  #, fuzzy
16160
  msgid "List Index"
16161
  msgstr "Listenindex"
16162
 
16163
- #: wppa-settings-autosave.php:7149
16164
  #, fuzzy
16165
  msgid "Show the content if the index table."
16166
  msgstr "Zeigen Sie den Inhalt Wenn die Indextabelle."
16167
 
16168
- #: wppa-settings-autosave.php:7153
16169
  #, fuzzy
16170
  msgid "Start at text:"
16171
  msgstr "Starten Sie im Text:"
16172
 
16173
- #: wppa-settings-autosave.php:7163
16174
  #, fuzzy
16175
  msgid "List active sessions"
16176
  msgstr "Liste aktiver Sitzungen"
16177
 
16178
- #: wppa-settings-autosave.php:7164
16179
  #, fuzzy
16180
  msgid "Show the content of the sessions table."
16181
  msgstr "Zeigen Sie den Inhalt der Sitzungen Tabelle."
16182
 
16183
- #: wppa-settings-autosave.php:7177
16184
  #, fuzzy
16185
  msgid "List comments"
16186
  msgstr "Liste Kommentare"
16187
 
16188
- #: wppa-settings-autosave.php:7178
16189
  #, fuzzy
16190
  msgid "Show the content of the comments table."
16191
  msgstr "Zeigen Sie den Inhalt der Kommentare-Tabelle."
16192
 
16193
- #: wppa-settings-autosave.php:7184
16194
  #, fuzzy
16195
  msgid "Order by:"
16196
  msgstr "Bestellung nach:"
16197
 
16198
- #: wppa-settings-autosave.php:7213
16199
  #, fuzzy
16200
  msgid "Table IX:"
16201
  msgstr "Tabelle IX:"
16202
 
16203
- #: wppa-settings-autosave.php:7213
16204
  #, fuzzy
16205
  msgid "Miscellaneous:"
16206
  msgstr "Sonstiges:"
16207
 
16208
- #: wppa-settings-autosave.php:7214
16209
  #, fuzzy
16210
  msgid "This table lists all settings that do not fit into an other table"
16211
  msgstr ""
16212
  "Diese Tabelle listet alle Einstellungen, die nicht in eine andere Tabelle "
16213
  "passen"
16214
 
16215
- #: wppa-settings-autosave.php:7232
16216
  #, fuzzy
16217
  msgid "Internal engine related settings"
16218
  msgstr "Innermotorische bezogene Einstellungen"
16219
 
16220
- #: wppa-settings-autosave.php:7234
16221
  #, fuzzy
16222
  msgid "WPPA+ Filter priority"
16223
  msgstr "WPPA + Filter Priorität"
16224
 
16225
- #: wppa-settings-autosave.php:7235
16226
  #, fuzzy
16227
  msgid "Sets the priority of the wppa+ content filter."
16228
  msgstr "Legt die Priorität der Wppa + Content-Filter."
16229
 
16230
- #: wppa-settings-autosave.php:7236 wppa-settings-autosave.php:7245
16231
  #, fuzzy
16232
  msgid ""
16233
  "If you encounter conflicts with the theme or other plugins, increasing this "
@@ -16236,75 +16336,75 @@ msgstr ""
16236
  "Wenn Sie Konflikte mit dem Thema oder andere Plugins zu stoßen, hilft "
16237
  "manchmal eine Erhöhung dieses Werts. Mit großer Sorgfalt verwenden!"
16238
 
16239
- #: wppa-settings-autosave.php:7243
16240
  #, fuzzy
16241
  msgid "Do_shortcode priority"
16242
  msgstr "Do_shortcode Priorität"
16243
 
16244
- #: wppa-settings-autosave.php:7244
16245
  #, fuzzy
16246
  msgid "Sets the priority of the do_shortcode() content filter."
16247
  msgstr "Legt die Priorität der do_shortcode()-Content-Filter."
16248
 
16249
- #: wppa-settings-autosave.php:7252
16250
  #, fuzzy
16251
  msgid "WPPA shortcode at Filter priority"
16252
  msgstr "WPPA Shortcode mit Filter Priorität"
16253
 
16254
- #: wppa-settings-autosave.php:7253
16255
  #, fuzzy
16256
  msgid "Execute shortcode expansion on filter priority in posts and pages."
16257
  msgstr ""
16258
  "Kurzwahlnummer Erweiterung auf Filter Priorität in Beiträgen und Seiten "
16259
  "ausführen."
16260
 
16261
- #: wppa-settings-autosave.php:7254 wppa-settings-autosave.php:7263
16262
  #, fuzzy
16263
  msgid "Use to fix certain layout problems"
16264
  msgstr "Verwenden Sie, um bestimmte Layoutprobleme beheben"
16265
 
16266
- #: wppa-settings-autosave.php:7261
16267
  #, fuzzy
16268
  msgid "WPPA shortcode at Filter priority widget"
16269
  msgstr "WPPA Shortcode am Filter Priorität widget"
16270
 
16271
- #: wppa-settings-autosave.php:7262
16272
  #, fuzzy
16273
  msgid "Execute shortcode expansion on filter priority in widgets."
16274
  msgstr "Kurzwahlnummer Erweiterung auf Filter Priorität in Widgets ausführen."
16275
 
16276
- #: wppa-settings-autosave.php:7270
16277
  #, fuzzy
16278
  msgid "JPG image quality"
16279
  msgstr "JPG-Bild-Qualität"
16280
 
16281
- #: wppa-settings-autosave.php:7271
16282
  #, fuzzy
16283
  msgid "The jpg quality when photos are downsized"
16284
  msgstr "Die Jpg-Qualität bei Fotos verkleinert werden"
16285
 
16286
- #: wppa-settings-autosave.php:7272
16287
  #, fuzzy
16288
  msgid "The higher the number the better the quality but the larger the file"
16289
  msgstr "Je höher die Zahl desto besser die Qualität, aber je größer die Datei"
16290
 
16291
- #: wppa-settings-autosave.php:7273
16292
  #, fuzzy
16293
  msgid "Possible values 20..100"
16294
  msgstr "Mögliche Werte-20..100"
16295
 
16296
- #: wppa-settings-autosave.php:7280
16297
  #, fuzzy
16298
  msgid "Allow WPPA+ Debugging"
16299
  msgstr "Lassen Sie WPPA Debugging"
16300
 
16301
- #: wppa-settings-autosave.php:7281
16302
  #, fuzzy
16303
  msgid "Allow the use of &amp;debug=.. in urls to this site."
16304
  msgstr ""
16305
  "Erlauben die Verwendung von &amp; debug =... in Urls auf dieser Website."
16306
 
16307
- #: wppa-settings-autosave.php:7282
16308
  #, fuzzy
16309
  msgid ""
16310
  "If checked: appending (?)(&)debug or (?)(&)debug=<int> to an url to this "
@@ -16315,17 +16415,17 @@ msgstr ""
16315
  "=<int> zu einer Url zu dieser Seite wird die Anzeige der speziellen WPPA + "
16316
  "Diagnostik, sowie Php Warnungen generieren</int>"
16317
 
16318
- #: wppa-settings-autosave.php:7289
16319
  #, fuzzy
16320
  msgid "Auto continue"
16321
  msgstr "Auto fahren"
16322
 
16323
- #: wppa-settings-autosave.php:7290
16324
  #, fuzzy
16325
  msgid "Continue automatic after time out"
16326
  msgstr "Weiter nach Zeitüberschreitung automatisch"
16327
 
16328
- #: wppa-settings-autosave.php:7291
16329
  #, fuzzy
16330
  msgid ""
16331
  "If checked, an attempt will be made to restart an admin process when the "
@@ -16334,12 +16434,12 @@ msgstr ""
16334
  "Wenn diese Option aktiviert, wird eine versucht, einen Admin-Prozess neu "
16335
  "starten, wenn die Zeit abgelaufen ist."
16336
 
16337
- #: wppa-settings-autosave.php:7299
16338
  #, fuzzy
16339
  msgid "Set max execution time here."
16340
  msgstr "Eingestellte maximale Ausführungszeit hier."
16341
 
16342
- #: wppa-settings-autosave.php:7300
16343
  #, fuzzy
16344
  msgid ""
16345
  "If your php config does not properly set the max execution time, you can set "
@@ -16348,37 +16448,37 @@ msgstr ""
16348
  "Wenn Ihr Php-Config die maximale Ausführungszeit nicht korrekt eingestellt, "
16349
  "können Sie es hier einstellen. Sekunden, 0, was bedeutet nicht zu ändern."
16350
 
16351
- #: wppa-settings-autosave.php:7301
16352
  #, fuzzy
16353
  msgid "A safe value is 45 in most cases"
16354
  msgstr "Ein sicherer Wert beträgt 45 in den meisten Fällen"
16355
 
16356
- #: wppa-settings-autosave.php:7302
16357
  #, fuzzy, php-format
16358
  msgid "The PHP setting max_execution_time is set to %s."
16359
  msgstr "Die PHP Einstellung Max_execution_time ist auf %s festgelegt."
16360
 
16361
- #: wppa-settings-autosave.php:7310
16362
  #, fuzzy
16363
  msgid "Feed use thumb"
16364
  msgstr "Verfütterung Daumen"
16365
 
16366
- #: wppa-settings-autosave.php:7311
16367
  #, fuzzy
16368
  msgid "Feeds use thumbnail pictures always."
16369
  msgstr "RSS-Feeds verwenden thumbnail-Bilder immer."
16370
 
16371
- #: wppa-settings-autosave.php:7319
16372
  #, fuzzy
16373
  msgid "Enable <i>in-line</i> settings"
16374
  msgstr "<i>Inline -</i> Einstellungen aktivieren"
16375
 
16376
- #: wppa-settings-autosave.php:7320
16377
  #, fuzzy
16378
  msgid "Activates shortcode [wppa_set][/wppa_set]."
16379
  msgstr "Aktiviert Shortcode [Wppa_set] [/ Wppa_set]."
16380
 
16381
- #: wppa-settings-autosave.php:7321
16382
  #, fuzzy
16383
  msgid ""
16384
  "Syntax: [wppa_set name=\"any wppa setting\" value=\"new value\"][/wppa_set]"
@@ -16386,7 +16486,7 @@ msgstr ""
16386
  "Syntax: [Wppa_set Name = \"Wppa Einstellung\" Value = \"neuen Wert\"] [/ "
16387
  "Wppa_set]"
16388
 
16389
- #: wppa-settings-autosave.php:7322
16390
  #, fuzzy
16391
  msgid ""
16392
  "Example: [wppa_set name=\"wppa_thumbtype\" value=\"masonry-v\"][/wppa_set] "
@@ -16395,46 +16495,46 @@ msgstr ""
16395
  "Beispiel: [Wppa_set Name = \"Wppa_thumbtype\" Value = \"Mauerwerk-V\"] [/ "
16396
  "Wppa_set] stellt die Miniaturansicht Art auf vertikale Mauerwerk Stil"
16397
 
16398
- #: wppa-settings-autosave.php:7323
16399
  #, fuzzy
16400
  msgid "Do not forget to reset with [wppa_set][/wppa_set]"
16401
  msgstr "Vergessen Sie nicht, mit [Wppa_set] zurücksetzen [/ Wppa_set]"
16402
 
16403
- #: wppa-settings-autosave.php:7324
16404
  #, fuzzy
16405
  msgid "Use with great care! There is no check on validity of values!"
16406
  msgstr ""
16407
  "Mit großer Sorgfalt verwenden! Es gibt keine Prüfung auf Gültigkeit der "
16408
  "Werte!"
16409
 
16410
- #: wppa-settings-autosave.php:7331
16411
  #, fuzzy
16412
  msgid "Runtime modifyable settings"
16413
  msgstr "Common Language Runtime modifyable Einstellungen"
16414
 
16415
- #: wppa-settings-autosave.php:7332
16416
  #, fuzzy
16417
  msgid "The setting slugs that may be altered using [wppa_set] shortcode."
16418
  msgstr ""
16419
  "Die Einstellung-Schnecken, die mit [Wppa_set] Shortcode verändert werden "
16420
  "können."
16421
 
16422
- #: wppa-settings-autosave.php:7341
16423
  #, fuzzy
16424
  msgid "WPPA+ Admin related miscellaneous settings"
16425
  msgstr "WPPA + Admin bezogene sonstige Einstellungen"
16426
 
16427
- #: wppa-settings-autosave.php:7343
16428
  #, fuzzy
16429
  msgid "Allow HTML"
16430
  msgstr "HTML zulassen"
16431
 
16432
- #: wppa-settings-autosave.php:7344
16433
  #, fuzzy
16434
  msgid "Allow HTML in album and photo descriptions."
16435
  msgstr "Ermöglichen Sie HTML-Album und Foto Beschreibungen."
16436
 
16437
- #: wppa-settings-autosave.php:7345 wppa-settings-autosave.php:7354
16438
  #, fuzzy
16439
  msgid ""
16440
  "If checked: html is allowed. WARNING: No checks on syntax, it is your own "
@@ -16443,28 +16543,28 @@ msgstr ""
16443
  "Wenn diese Option aktiviert: html ist erlaubt. Achtung: Keine Kontrollen auf "
16444
  "Syntax, ist es Ihre Verantwortung, Tags richtig schließen!"
16445
 
16446
- #: wppa-settings-autosave.php:7352
16447
  #, fuzzy
16448
  msgid "Allow HTML custom"
16449
  msgstr "Benutzerdefinierte HTML-Code zu ermöglichen"
16450
 
16451
- #: wppa-settings-autosave.php:7353
16452
  #, fuzzy
16453
  msgid "Allow HTML in custom photo datafields."
16454
  msgstr "Ermöglichen Sie HTML-Code in benutzerdefinierten Foto Datafields."
16455
 
16456
- #: wppa-settings-autosave.php:7361
16457
  #, fuzzy
16458
  msgid "Check tag balance"
16459
  msgstr "Tag-Kontostand überprüfen"
16460
 
16461
- #: wppa-settings-autosave.php:7362
16462
  #, fuzzy
16463
  msgid "Check if the HTML tags are properly closed: \"balanced\"."
16464
  msgstr ""
16465
  "Überprüfen Sie, ob die HTML-Tags richtig geschlossen sind: \"ausgewogen\"."
16466
 
16467
- #: wppa-settings-autosave.php:7363
16468
  #, fuzzy
16469
  msgid ""
16470
  "If the HTML tags in an album or a photo description are not in balance, the "
@@ -16474,42 +16574,42 @@ msgstr ""
16474
  "Gleichgewicht befinden, die Beschreibung wird nicht aktualisiert, wird eine "
16475
  "Errormessage angezeigt"
16476
 
16477
- #: wppa-settings-autosave.php:7370
16478
  #, fuzzy
16479
  msgid "Use WP editor"
16480
  msgstr "Verwendung WP-editor"
16481
 
16482
- #: wppa-settings-autosave.php:7371
16483
  #, fuzzy
16484
  msgid "Use the wp editor for multiline text fields."
16485
  msgstr "Verwenden Sie die wp-Editor für mehrzeilige Textfelder."
16486
 
16487
- #: wppa-settings-autosave.php:7379
16488
  #, fuzzy
16489
  msgid "Album sel hierarchic"
16490
  msgstr "Album Sel hierarchische"
16491
 
16492
- #: wppa-settings-autosave.php:7380
16493
  #, fuzzy
16494
  msgid "Show albums with (grand)parents in selection lists."
16495
  msgstr "Zeigen Sie Alben mit (groß-) Eltern in Auswahllisten."
16496
 
16497
- #: wppa-settings-autosave.php:7388
16498
  #, fuzzy
16499
  msgid "Page sel hierarchic"
16500
  msgstr "Seite Sel hierarchische"
16501
 
16502
- #: wppa-settings-autosave.php:7389
16503
  #, fuzzy
16504
  msgid "Show pages with (grand)parents in selection lists."
16505
  msgstr "Seiten mit (groß-) Eltern in Auswahllisten anzeigen."
16506
 
16507
- #: wppa-settings-autosave.php:7398
16508
  #, fuzzy
16509
  msgid "Photo admin page size"
16510
  msgstr "Fotogröße Admin Seite"
16511
 
16512
- #: wppa-settings-autosave.php:7399
16513
  #, fuzzy
16514
  msgid ""
16515
  "The number of photos per page on the <br/>Edit Album -> Manage photos and "
@@ -16518,77 +16618,77 @@ msgstr ""
16518
  "Die Anzahl der Fotos pro Seite auf die<br>Bearbeiten Sie Album-> Fotos "
16519
  "verwalten und bearbeiten Fotos-Admin-Seiten."
16520
 
16521
- #: wppa-settings-autosave.php:7409
16522
  #, fuzzy
16523
  msgid "Comment admin page size"
16524
  msgstr "Kommentar Admin Seitengröße"
16525
 
16526
- #: wppa-settings-autosave.php:7410
16527
  #, fuzzy
16528
  msgid "The number of comments per page on the Comments admin pages."
16529
  msgstr "Die Anzahl der Kommentare pro Seite auf die Kommentare Admin-Seiten."
16530
 
16531
- #: wppa-settings-autosave.php:7420
16532
  #, fuzzy
16533
  msgid "Geo info edit"
16534
  msgstr "Geo Info bearbeiten"
16535
 
16536
- #: wppa-settings-autosave.php:7421
16537
  #, fuzzy
16538
  msgid "Lattitude and longitude may be edited in photo admin."
16539
  msgstr "Breitengrad und Längengrad können im Foto Admin bearbeitet werden"
16540
 
16541
- #: wppa-settings-autosave.php:7429
16542
  #, fuzzy
16543
  msgid "Admin bar menu admin"
16544
  msgstr "Admin bar Menü admin"
16545
 
16546
- #: wppa-settings-autosave.php:7430
16547
  #, fuzzy
16548
  msgid "Show menu on admin bar on admin pages."
16549
  msgstr "Menü \"anzeigen\" auf Admin Bar auf Admin-Seiten."
16550
 
16551
- #: wppa-settings-autosave.php:7438
16552
  #, fuzzy
16553
  msgid "Admin bar menu frontend"
16554
  msgstr "Admin bar Menü frontend"
16555
 
16556
- #: wppa-settings-autosave.php:7439
16557
  #, fuzzy
16558
  msgid "Show menu on admin bar on frontend pages."
16559
  msgstr "Menü \"anzeigen\" auf Admin Bar auf Frontend-Seiten."
16560
 
16561
- #: wppa-settings-autosave.php:7447
16562
  #, fuzzy
16563
  msgid "Add shortcode to posts"
16564
  msgstr "Beiträge Kurzwahl hinzufügen"
16565
 
16566
- #: wppa-settings-autosave.php:7448
16567
  #, fuzzy
16568
  msgid "Add a shortcode to the end of all posts."
16569
  msgstr "Am Ende aller Beiträge eine Kurzwahl hinzufügen."
16570
 
16571
- #: wppa-settings-autosave.php:7456
16572
  #, fuzzy
16573
  msgid "Shortcode to add"
16574
  msgstr "Kurzwahl hinzufügen"
16575
 
16576
- #: wppa-settings-autosave.php:7457
16577
  #, fuzzy
16578
  msgid "The shortcode to be added to the posts."
16579
  msgstr "Die Kurzwahlnummer, die Beiträge hinzugefügt werden soll."
16580
 
16581
- #: wppa-settings-autosave.php:7465
16582
  #, fuzzy
16583
  msgid "We use Scripts"
16584
  msgstr "Wir verwenden Sie Skripts"
16585
 
16586
- #: wppa-settings-autosave.php:7466
16587
  #, fuzzy
16588
  msgid "Use scripting syntax in shortcode generator."
16589
  msgstr "Verwenden Sie scripting Syntax im Shortcode Generator."
16590
 
16591
- #: wppa-settings-autosave.php:7467
16592
  #, fuzzy
16593
  msgid ""
16594
  "This setting defines if the shortcode generator outputs old style script "
@@ -16597,77 +16697,77 @@ msgstr ""
16597
  "Diese Einstellung legt fest, ob der Shortcode Generator alten Stil-Script-"
16598
  "Tags oder neue Stil Shortcodes Ausgänge."
16599
 
16600
- #: wppa-settings-autosave.php:7475
16601
  #, fuzzy
16602
  msgid "Import page prieviews"
16603
  msgstr "Import Seite prieviews"
16604
 
16605
- #: wppa-settings-autosave.php:7476
16606
  #, fuzzy
16607
  msgid "Show thumbnail previews in import admin page."
16608
  msgstr "Zeigen Sie Miniaturansichten im Import Admin-Seite."
16609
 
16610
- #: wppa-settings-autosave.php:7484
16611
  #, fuzzy
16612
  msgid "Upload audiostub"
16613
  msgstr "Audiostub hochladen"
16614
 
16615
- #: wppa-settings-autosave.php:7485
16616
  #, fuzzy
16617
  msgid "Upload a new audio stub file"
16618
  msgstr "Eine neue Audio-Stub-Datei hochladen"
16619
 
16620
- #: wppa-settings-autosave.php:7489
16621
  #, fuzzy
16622
  msgid "Upload audio stub image"
16623
  msgstr "Audio-Stub-Bild hochladen"
16624
 
16625
- #: wppa-settings-autosave.php:7494
16626
  #, fuzzy
16627
  msgid "Confirm create"
16628
  msgstr "Bestätigen erstellen"
16629
 
16630
- #: wppa-settings-autosave.php:7495
16631
  #, fuzzy
16632
  msgid "Display confirmation dialog before creating album."
16633
  msgstr "Bestätigungsdialog vor Album erstellen angezeigt."
16634
 
16635
- #: wppa-settings-autosave.php:7503
16636
  #, fuzzy
16637
  msgid "Import source root"
16638
  msgstr "Import-Quelle-Wurzel"
16639
 
16640
- #: wppa-settings-autosave.php:7504
16641
  #, fuzzy
16642
  msgid "Specify the highest level in the filesystem where to import from"
16643
  msgstr "Geben Sie dem höchsten Ebene im Dateisystem an, wo aus importieren"
16644
 
16645
- #: wppa-settings-autosave.php:7521
16646
  #, fuzzy
16647
  msgid "Allow import from WPPA+ source folders"
16648
  msgstr "Import von WPPA + Quellverzeichnisse zu ermöglichen"
16649
 
16650
- #: wppa-settings-autosave.php:7522
16651
  #, fuzzy
16652
  msgid "Only switch this on if you know what you are doing!"
16653
  msgstr "Nur Schalten Sie das ein, wenn Sie wissen, was Sie tun!"
16654
 
16655
- #: wppa-settings-autosave.php:7531
16656
  #, fuzzy
16657
  msgid "SEO related settings"
16658
  msgstr "SEO bezogene Einstellungen"
16659
 
16660
- #: wppa-settings-autosave.php:7533
16661
  #, fuzzy
16662
  msgid "Meta on page"
16663
  msgstr "Meta auf Seite"
16664
 
16665
- #: wppa-settings-autosave.php:7534
16666
  #, fuzzy
16667
  msgid "Meta tags for photos on the page."
16668
  msgstr "Meta-Tags für Fotos auf der Seite."
16669
 
16670
- #: wppa-settings-autosave.php:7535
16671
  #, fuzzy
16672
  msgid ""
16673
  "If checked, the header of the page will contain metatags that refer to "
@@ -16676,17 +16776,17 @@ msgstr ""
16676
  "Wenn aktiviert, wird die Kopfzeile der Seite Metatags enthalten, die auf "
16677
  "ausgewählte Fotos auf der Seite im Seitenkontext verweisen."
16678
 
16679
- #: wppa-settings-autosave.php:7542
16680
  #, fuzzy
16681
  msgid "Meta all"
16682
  msgstr "Alle Meta"
16683
 
16684
- #: wppa-settings-autosave.php:7543
16685
  #, fuzzy
16686
  msgid "Meta tags for all featured photos."
16687
  msgstr "Meta-Tags für alle vorgestellten Fotos."
16688
 
16689
- #: wppa-settings-autosave.php:7544
16690
  #, fuzzy
16691
  msgid ""
16692
  "If checked, the header of the page will contain metatags that refer to all "
@@ -16695,7 +16795,7 @@ msgstr ""
16695
  "Wenn diese Option aktiviert, wird die Kopfzeile der Seite Metatags "
16696
  "enthalten, die auf alle Foto des Monats-Dateien verweisen."
16697
 
16698
- #: wppa-settings-autosave.php:7545
16699
  #, fuzzy
16700
  msgid ""
16701
  "If you have many featured photos, you might wish to uncheck this item to "
@@ -16704,17 +16804,17 @@ msgstr ""
16704
  "Wenn Sie viele ausgewählte Fotos haben, möchten Sie möglicherweise "
16705
  "deaktivieren dieses Element, um die Größe des Seitenkopfs zu reduzieren."
16706
 
16707
- #: wppa-settings-autosave.php:7552
16708
  #, fuzzy
16709
  msgid "Add og meta tags"
16710
  msgstr "Fügen Sie Og Meta-Tags"
16711
 
16712
- #: wppa-settings-autosave.php:7553
16713
  #, fuzzy
16714
  msgid "Add og meta tags to the page header."
16715
  msgstr "Fügen Sie Og Meta-Tags in der Kopfzeile."
16716
 
16717
- #: wppa-settings-autosave.php:7556
16718
  #, fuzzy
16719
  msgid ""
16720
  "Turning this off may affect the functionality of social media items in the "
@@ -16724,165 +16824,165 @@ msgstr ""
16724
  "Mitteilungsbox beeinflussen, die auf open Graph Tags Informationen "
16725
  "angewiesen."
16726
 
16727
- #: wppa-settings-autosave.php:7562
16728
  #, fuzzy
16729
  msgid "Image Alt attribute type"
16730
  msgstr "Image-Alt-Attribut-Typ"
16731
 
16732
- #: wppa-settings-autosave.php:7563
16733
  #, fuzzy
16734
  msgid "Select kind of HTML alt=\"\" content for images."
16735
  msgstr "Wählen Sie Art der HTML-Alt = \"\" Inhalte für Bilder."
16736
 
16737
- #: wppa-settings-autosave.php:7566
16738
  #, fuzzy
16739
  msgid "photo name"
16740
  msgstr ""
16741
  "Wenn Sie dieses Feld leer verlassen, wird IPTC-Tag 120 (Caption) wie "
16742
  "photoname verwendet, wenn vorhanden, sonst der ursprüngliche Dateiname."
16743
 
16744
- #: wppa-settings-autosave.php:7566
16745
  #, fuzzy
16746
  msgid "name without file-ext"
16747
  msgstr "Namen ohne Datei-ext"
16748
 
16749
- #: wppa-settings-autosave.php:7566
16750
  #, fuzzy
16751
  msgid "set in album admin"
16752
  msgstr "inmitten eines Albums admin"
16753
 
16754
- #: wppa-settings-autosave.php:7573
16755
  #, fuzzy
16756
  msgid "New Album and New Photo related miscellaneous settings"
16757
  msgstr "Neues Album und neues Foto bezogene sonstige Einstellungen"
16758
 
16759
- #: wppa-settings-autosave.php:7611
16760
  #, fuzzy
16761
  msgid "Maximum time an album is indicated as New"
16762
  msgstr "Maximale Zeit ein Album wird als neu angezeigt."
16763
 
16764
- #: wppa-settings-autosave.php:7619
16765
  #, fuzzy
16766
  msgid "New Photo"
16767
  msgstr "Neues Foto"
16768
 
16769
- #: wppa-settings-autosave.php:7620
16770
  #, fuzzy
16771
  msgid "Maximum time a photo is indicated as New"
16772
  msgstr "Maximale Zeit ein Foto wird als neu angezeigt."
16773
 
16774
- #: wppa-settings-autosave.php:7628
16775
  #, fuzzy
16776
  msgid "Modified Album"
16777
  msgstr "Modifizierte Album"
16778
 
16779
- #: wppa-settings-autosave.php:7629
16780
  #, fuzzy
16781
  msgid "Maximum time an album is indicated as Modified"
16782
  msgstr "Maximale Zeit ein Album wird als geändert angezeigt."
16783
 
16784
- #: wppa-settings-autosave.php:7637
16785
  #, fuzzy
16786
  msgid "Modified Photo"
16787
  msgstr "Geänderte Foto"
16788
 
16789
- #: wppa-settings-autosave.php:7638
16790
  #, fuzzy
16791
  msgid "Maximum time a photo is indicated as Modofied"
16792
  msgstr "Maximale Zeit ein Foto ist als Signierung angegeben."
16793
 
16794
- #: wppa-settings-autosave.php:7646
16795
  #, fuzzy
16796
  msgid "Use text labels"
16797
  msgstr "Verwenden Sie Text-labels"
16798
 
16799
- #: wppa-settings-autosave.php:7647
16800
  #, fuzzy
16801
  msgid "Use editable text for the New and Modified labels"
16802
  msgstr ""
16803
  "Verwenden Sie bearbeitbaren Text für die neue und geänderte Bezeichnungen"
16804
 
16805
- #: wppa-settings-autosave.php:7648
16806
  #, fuzzy
16807
  msgid "If UNticked, you can specify the urls for custom images to be used."
16808
  msgstr ""
16809
  "Wenn kein Häkchen, können Sie die Urls für benutzerdefinierte Bilder "
16810
  "verwendet werden."
16811
 
16812
- #: wppa-settings-autosave.php:7659
16813
  #, fuzzy
16814
  msgid "Orange"
16815
  msgstr "Orange"
16816
 
16817
- #: wppa-settings-autosave.php:7660
16818
  #, fuzzy
16819
  msgid "Yellow"
16820
  msgstr "Gelb"
16821
 
16822
- #: wppa-settings-autosave.php:7663
16823
  #, fuzzy
16824
  msgid "Purple"
16825
  msgstr "Violett"
16826
 
16827
- #: wppa-settings-autosave.php:7664
16828
  #, fuzzy
16829
  msgid "Black/white"
16830
  msgstr "schwarz / weiß"
16831
 
16832
- #: wppa-settings-autosave.php:7676 wppa-settings-autosave.php:7698
16833
  #, fuzzy
16834
  msgid "New label"
16835
  msgstr "Neues Label hinzufügen"
16836
 
16837
- #: wppa-settings-autosave.php:7677
16838
  #, fuzzy
16839
  msgid "Specify the \"New\" indicator details."
16840
  msgstr "Geben Sie \"New\" Anzeige Details."
16841
 
16842
- #: wppa-settings-autosave.php:7678 wppa-settings-autosave.php:7689
16843
  #, fuzzy
16844
  msgid "If you use qTranslate, the text may be multilingual."
16845
  msgstr "Wenn Sie qTranslate verwenden, kann der Text mehrsprachig sein."
16846
 
16847
- #: wppa-settings-autosave.php:7682 wppa-settings-autosave.php:7693
16848
  #: wppa-stereo.php:31
16849
  #, fuzzy
16850
  msgid "Color"
16851
  msgstr "Farbe"
16852
 
16853
- #: wppa-settings-autosave.php:7687 wppa-settings-autosave.php:7707
16854
  #, fuzzy
16855
  msgid "Modified label"
16856
  msgstr "Geänderte Bezeichnung"
16857
 
16858
- #: wppa-settings-autosave.php:7688
16859
  #, fuzzy
16860
  msgid "Specify the \"Modified\" indicator details."
16861
  msgstr "Geben Sie die \"Modified\" Indikator-Details."
16862
 
16863
- #: wppa-settings-autosave.php:7699
16864
  #, fuzzy
16865
  msgid "Specify the \"New\" indicator url."
16866
  msgstr "Die \"New\" Anzeige-Url angeben."
16867
 
16868
- #: wppa-settings-autosave.php:7708
16869
  #, fuzzy
16870
  msgid "Specify the \"Modified\" indicator url."
16871
  msgstr "Die \"Modified\" Anzeige-Url angeben."
16872
 
16873
- #: wppa-settings-autosave.php:7716
16874
  #, fuzzy
16875
  msgid "Limit LasTen New"
16876
  msgstr "Limit RT neu"
16877
 
16878
- #: wppa-settings-autosave.php:7717
16879
  #, fuzzy
16880
  msgid "Limits the LasTen photos to those that are 'New', or newly modified."
16881
  msgstr ""
16882
  "Schränkt die Lastenstraße Fotos für diejenigen, die \"Neu\" sind, oder neu "
16883
  "geändert."
16884
 
16885
- #: wppa-settings-autosave.php:7718
16886
  #, fuzzy
16887
  msgid ""
16888
  "If you tick this box and configured the new photo time, you can even limit "
@@ -16893,12 +16993,12 @@ msgstr ""
16893
  "auch beschränken Sie die Anzahl von der Einstellung in Tisch-F7 oder setzen "
16894
  "diese Zahl auf einen unwahrscheinlich hohen Wert."
16895
 
16896
- #: wppa-settings-autosave.php:7725
16897
  #, fuzzy
16898
  msgid "LasTen use Modified"
16899
  msgstr "RT verwenden geändert"
16900
 
16901
- #: wppa-settings-autosave.php:7726
16902
  #, fuzzy
16903
  msgid ""
16904
  "Use the time modified rather than time upload for LasTen widget/shortcode."
@@ -16906,17 +17006,17 @@ msgstr ""
16906
  "Nutzen Sie die Zeit geändert, anstatt Zeit hochladen für Lastenstraße Widget/"
16907
  "Shortcode."
16908
 
16909
- #: wppa-settings-autosave.php:7734
16910
  #, fuzzy
16911
  msgid "Apply Newphoto desc"
16912
  msgstr "Gelten Newphoto desc"
16913
 
16914
- #: wppa-settings-autosave.php:7735
16915
  #, fuzzy
16916
  msgid "Give each new photo a standard description."
16917
  msgstr "Beschreiben Sie jedes neue Foto standard."
16918
 
16919
- #: wppa-settings-autosave.php:7736
16920
  #, fuzzy
16921
  msgid ""
16922
  "If checked, each new photo will get the description (template) as specified "
@@ -16925,49 +17025,49 @@ msgstr ""
16925
  "Wenn diese Option aktiviert, wird jedes neue Foto Beschreibung (Vorlage) "
16926
  "gemäß der Tagesordnung erhalten."
16927
 
16928
- #: wppa-settings-autosave.php:7743
16929
  #, fuzzy
16930
  msgid "New photo desc"
16931
  msgstr "Neue Foto-desc"
16932
 
16933
- #: wppa-settings-autosave.php:7744
16934
  #, fuzzy
16935
  msgid "The description (template) to add to a new photo."
16936
  msgstr "Die Beschreibung (Vorlage) ein neues Foto hinzugefügt."
16937
 
16938
- #: wppa-settings-autosave.php:7745
16939
  #, fuzzy
16940
  msgid "Enter the default description."
16941
  msgstr "Geben Sie die Standardbeschreibung."
16942
 
16943
- #: wppa-settings-autosave.php:7746
16944
  #, fuzzy
16945
  msgid "If you use html, please check item A-1 of this table."
16946
  msgstr ""
16947
  "Wenn Sie html verwenden, überprüfen Sie bitte Artikel dieser Tabelle a-1."
16948
 
16949
- #: wppa-settings-autosave.php:7753
16950
  msgid "New photo owner"
16951
  msgstr ""
16952
 
16953
- #: wppa-settings-autosave.php:7754
16954
  msgid "The owner of a new uploaded photo."
16955
  msgstr ""
16956
 
16957
- #: wppa-settings-autosave.php:7755
16958
  msgid "If you leave this blank, the uploader will be set as the owner"
16959
  msgstr ""
16960
 
16961
- #: wppa-settings-autosave.php:7757
16962
  msgid "leave blank or enter login name"
16963
  msgstr ""
16964
 
16965
- #: wppa-settings-autosave.php:7763
16966
  #, fuzzy
16967
  msgid "New albums are created with this upload limit."
16968
  msgstr "Neue Alben entstehen mit diesem Upload-Limit."
16969
 
16970
- #: wppa-settings-autosave.php:7764
16971
  #, fuzzy
16972
  msgid ""
16973
  "Administrators can change the limit settings in the \"Edit Album Information"
@@ -16976,22 +17076,22 @@ msgstr ""
16976
  "Administratoren können die Limit-Einstellungen in der Admin-Seite "
16977
  "\"Albuminformationen bearbeiten\" ändern."
16978
 
16979
- #: wppa-settings-autosave.php:7781
16980
  #, fuzzy
16981
  msgid "Default parent"
16982
  msgstr "Standardmäßige Erstansicht"
16983
 
16984
- #: wppa-settings-autosave.php:7782
16985
  #, fuzzy
16986
  msgid "The parent album of new albums."
16987
  msgstr "Das übergeordnete Album neuer Alben."
16988
 
16989
- #: wppa-settings-autosave.php:7799
16990
  #, fuzzy
16991
  msgid "Default parent always"
16992
  msgstr "Standardmäßige Erstansicht immer"
16993
 
16994
- #: wppa-settings-autosave.php:7800
16995
  #, fuzzy
16996
  msgid ""
16997
  "The parent album of new albums is always the default, except for "
@@ -17000,77 +17100,77 @@ msgstr ""
17000
  "Das übergeordnete Album des neuen Albums ist immer der Standardwert außer "
17001
  "Administratoren."
17002
 
17003
- #: wppa-settings-autosave.php:7808
17004
  #, fuzzy
17005
  msgid "Show album full"
17006
  msgstr "Album voll anzeigen"
17007
 
17008
- #: wppa-settings-autosave.php:7809
17009
  #, fuzzy
17010
  msgid "Show the Upload limit reached message if appropriate."
17011
  msgstr "Zeigen Sie die Upload-Limit erreicht Nachricht, wenn angemessen."
17012
 
17013
- #: wppa-settings-autosave.php:7817
17014
  #, fuzzy
17015
  msgid "Grant an album"
17016
  msgstr "Ein Album zu gewähren"
17017
 
17018
- #: wppa-settings-autosave.php:7818
17019
  #, fuzzy
17020
  msgid "Create an album for each user logging in."
17021
  msgstr "Erstellen Sie ein Album für jeden Benutzer einloggen."
17022
 
17023
- #: wppa-settings-autosave.php:7826
17024
  #, fuzzy
17025
  msgid "Grant album name"
17026
  msgstr "Name des Albums Grant"
17027
 
17028
- #: wppa-settings-autosave.php:7827
17029
  #, fuzzy
17030
  msgid "The name to be used for the album."
17031
  msgstr "Der Name für das Album verwendet werden."
17032
 
17033
- #: wppa-settings-autosave.php:7830
17034
  #, fuzzy
17035
  msgid "Login name"
17036
  msgstr "Anmeldename"
17037
 
17038
- #: wppa-settings-autosave.php:7830 wppa-upldr-widget.php:181
17039
  #, fuzzy
17040
  msgid "Display name"
17041
  msgstr "Anzeige-Name"
17042
 
17043
- #: wppa-settings-autosave.php:7830
17044
  #, fuzzy
17045
  msgid "Id"
17046
  msgstr "Kennung"
17047
 
17048
- #: wppa-settings-autosave.php:7830
17049
  #, fuzzy
17050
  msgid "Firstname Lastname"
17051
  msgstr "Vorname Nachname"
17052
 
17053
- #: wppa-settings-autosave.php:7837
17054
  #, fuzzy
17055
  msgid "Grant parent"
17056
  msgstr "Grant Elternteil"
17057
 
17058
- #: wppa-settings-autosave.php:7838
17059
  #, fuzzy
17060
  msgid "The parent album of the auto created albums."
17061
  msgstr "Das übergeordnete Album der automatisch erstellte Alben."
17062
 
17063
- #: wppa-settings-autosave.php:7855
17064
  #, fuzzy
17065
  msgid "Max user albums"
17066
  msgstr "Max Benutzer Alben"
17067
 
17068
- #: wppa-settings-autosave.php:7856
17069
  #, fuzzy
17070
  msgid "The max number of albums a user can create."
17071
  msgstr "Die maximale Anzahl der Alben, die ein Benutzer erstellen kann."
17072
 
17073
- #: wppa-settings-autosave.php:7857
17074
  #, fuzzy
17075
  msgid ""
17076
  "The maximum number of albums a user can create when he is not admin and "
@@ -17079,61 +17179,61 @@ msgstr ""
17079
  "Die maximale Anzahl der Alben, die ein Benutzer erstellen kann, wenn er "
17080
  "nicht Admin und Besitzer ist nur aktiv"
17081
 
17082
- #: wppa-settings-autosave.php:7858
17083
  #, fuzzy
17084
  msgid "A number of 0 means No limit"
17085
  msgstr "Eine Zahl von 0 bedeutet keine Begrenzung"
17086
 
17087
- #: wppa-settings-autosave.php:7865
17088
  #, fuzzy
17089
  msgid "Default photo name"
17090
  msgstr "Standardbild"
17091
 
17092
- #: wppa-settings-autosave.php:7866
17093
  #, fuzzy
17094
  msgid "Select the way the name of a new uploaded photo should be determined."
17095
  msgstr ""
17096
  "Wählen Sie die Art, wie, die der Name eines neuen hochgeladenen Fotos "
17097
  "bestimmt werden sollte."
17098
 
17099
- #: wppa-settings-autosave.php:7869
17100
  #, fuzzy
17101
  msgid "Filename"
17102
  msgstr ""
17103
  "Wenn Sie dieses Feld leer verlassen, wird IPTC-Tag 120 (Caption) wie "
17104
  "photoname verwendet, wenn vorhanden, sonst der ursprüngliche Dateiname."
17105
 
17106
- #: wppa-settings-autosave.php:7870
17107
  #, fuzzy
17108
  msgid "Filename without extension"
17109
  msgstr "Dateinamen ohne Erweiterung"
17110
 
17111
- #: wppa-settings-autosave.php:7871
17112
  #, fuzzy
17113
  msgid "IPTC Tag 2#005 (Graphic name)"
17114
  msgstr "IPTC-Tag 2 #005 (Grafik Name)"
17115
 
17116
- #: wppa-settings-autosave.php:7872
17117
  #, fuzzy
17118
  msgid "IPTC Tag 2#120 (Caption)"
17119
  msgstr "IPTC-Tag 2 #120 (Caption)"
17120
 
17121
- #: wppa-settings-autosave.php:7873
17122
  #, fuzzy
17123
  msgid "No name at all"
17124
  msgstr "Kein Name überhaupt"
17125
 
17126
- #: wppa-settings-autosave.php:7881
17127
  #, fuzzy
17128
  msgid "Default coverphoto"
17129
  msgstr "Standard-Titelfoto"
17130
 
17131
- #: wppa-settings-autosave.php:7882
17132
  #, fuzzy
17133
  msgid "Name of photofile to become cover image"
17134
  msgstr "Name des Photofile, Cover-Bild zu werden"
17135
 
17136
- #: wppa-settings-autosave.php:7883
17137
  #, fuzzy
17138
  msgid ""
17139
  "If you name a photofile like this setting before upload, it will become the "
@@ -17142,78 +17242,78 @@ msgstr ""
17142
  "Wenn Sie eine Photofile wie diese Einstellung vor dem Upload benennen, wird "
17143
  "es automatisch der Coverimage werden."
17144
 
17145
- #: wppa-settings-autosave.php:7890
17146
  #, fuzzy
17147
  msgid "Copy Timestamp"
17148
  msgstr "Kopieren Sie Timestamp"
17149
 
17150
- #: wppa-settings-autosave.php:7891
17151
  #, fuzzy
17152
  msgid "Copy timestamp when copying photo."
17153
  msgstr "Kopieren Sie Timestamp beim Foto kopieren."
17154
 
17155
- #: wppa-settings-autosave.php:7892
17156
  #, fuzzy
17157
  msgid "If checked, the copied photo is not \"new\""
17158
  msgstr "Wenn diese Option aktiviert, wird das kopierte Foto nicht \"neu\""
17159
 
17160
- #: wppa-settings-autosave.php:7899
17161
  #, fuzzy
17162
  msgid "Copy Owner"
17163
  msgstr "Kopie-Besitzer"
17164
 
17165
- #: wppa-settings-autosave.php:7900
17166
  #, fuzzy
17167
  msgid "Copy the owner when copying photo."
17168
  msgstr "Kopieren Sie den Besitzer beim Foto kopieren."
17169
 
17170
- #: wppa-settings-autosave.php:7908
17171
  #, fuzzy
17172
  msgid "FE Albums public"
17173
  msgstr "FE-öffentliche Alben"
17174
 
17175
- #: wppa-settings-autosave.php:7909
17176
  #, fuzzy
17177
  msgid "Frontend created albums are --- public ---"
17178
  msgstr "Frontend erstellt Alben sind---öffentlich---"
17179
 
17180
- #: wppa-settings-autosave.php:7918
17181
  #, fuzzy
17182
  msgid "Optimize image files right after upload/import"
17183
  msgstr "Optimierung der Bilddateien direkt nach dem Upload/import"
17184
 
17185
- #: wppa-settings-autosave.php:7919
17186
  #, fuzzy
17187
  msgid "This option requires the plugin EWWW Image Optimizer to be activated"
17188
  msgstr ""
17189
  "Diese Option erfordert, dass das Plugin EWWW Image Optimizer aktiviert werden"
17190
 
17191
- #: wppa-settings-autosave.php:7926
17192
  #, fuzzy
17193
  msgid "Default album linktype"
17194
  msgstr "Standard-Album Verknüpfungstyp"
17195
 
17196
- #: wppa-settings-autosave.php:7927
17197
  #, fuzzy
17198
  msgid "The album linktype for new albums"
17199
  msgstr "Das Album Verknüpfungstyp für neue Alben"
17200
 
17201
- #: wppa-settings-autosave.php:7946
17202
  #, fuzzy
17203
  msgid "Search Albums and Photos related settings"
17204
  msgstr "Suche Alben und Fotos im Zusammenhang mit Einstellungen"
17205
 
17206
- #: wppa-settings-autosave.php:7948
17207
  #, fuzzy
17208
  msgid "Search page"
17209
  msgstr "Suchseite"
17210
 
17211
- #: wppa-settings-autosave.php:7949
17212
  #, fuzzy
17213
  msgid "Display the search results on page."
17214
  msgstr "Auf Seite der Suchergebnisse angezeigt."
17215
 
17216
- #: wppa-settings-autosave.php:7950
17217
  #, fuzzy, php-format
17218
  msgid ""
17219
  "Select the page to be used to display search results. The page MUST contain "
@@ -17222,13 +17322,13 @@ msgstr ""
17222
  "Wählen Sie die Seite verwendet werden, um Suchergebnisse anzuzeigen. Die "
17223
  "Seite muss enthalten %% Wppa %% oder [Wppa] [/wppa]."
17224
 
17225
- #: wppa-settings-autosave.php:7951
17226
  #, fuzzy
17227
  msgid "You may give it the title \"Search results\" or something alike."
17228
  msgstr ""
17229
  "Sie können ihm den Titel \"Search Results\" oder etwas ähnliches geben."
17230
 
17231
- #: wppa-settings-autosave.php:7952
17232
  #, fuzzy
17233
  msgid ""
17234
  "Or you ou may use the standard page on which you display the generic album."
@@ -17236,17 +17336,17 @@ msgstr ""
17236
  "Oder Sie Ou verwenden die standard-Seite auf der Sie das generische Album "
17237
  "anzeigen."
17238
 
17239
- #: wppa-settings-autosave.php:7985
17240
  #, fuzzy
17241
  msgid "Exclude separate"
17242
  msgstr "Separate ausschließen"
17243
 
17244
- #: wppa-settings-autosave.php:7986
17245
  #, fuzzy
17246
  msgid "Do not search 'separate' albums."
17247
  msgstr "Suchen Sie \"separate\" Alben nicht."
17248
 
17249
- #: wppa-settings-autosave.php:7987
17250
  #, fuzzy
17251
  msgid ""
17252
  "When checked, albums (and photos in them) that have the parent set to --- "
@@ -17255,7 +17355,7 @@ msgstr ""
17255
  "Wenn diese Option aktiviert, Alben (und Fotos) haben, die die Eltern "
17256
  "schieden------gesetzt wird von der Suche ausgeschlossen."
17257
 
17258
- #: wppa-settings-autosave.php:7988
17259
  #, fuzzy
17260
  msgid ""
17261
  "Except when you start searching in a 'saparate' album, with the \"search in "
@@ -17264,103 +17364,103 @@ msgstr ""
17264
  "Außer, wenn Sie starten Sie die Suche in einem \"Saparate\"-Album, über das "
17265
  "Feld \"suchen in aktuellen Abschnitt\" angekreuzt."
17266
 
17267
- #: wppa-settings-autosave.php:7995
17268
  #, fuzzy
17269
  msgid "Include tags"
17270
  msgstr "Stichwörter enthalten"
17271
 
17272
- #: wppa-settings-autosave.php:7996
17273
  #, fuzzy
17274
  msgid "Do also search the photo tags."
17275
  msgstr "Suchen Sie die Foto-Tags auch."
17276
 
17277
- #: wppa-settings-autosave.php:7997
17278
  #, fuzzy
17279
  msgid "When checked, the tags of the photo will also be searched."
17280
  msgstr ""
17281
  "Wenn diese Option aktiviert, werden die Tags des Fotos auch durchsucht "
17282
  "werden."
17283
 
17284
- #: wppa-settings-autosave.php:8004
17285
  #, fuzzy
17286
  msgid "Include categories"
17287
  msgstr "beinhaltet Kategorien"
17288
 
17289
- #: wppa-settings-autosave.php:8005
17290
  #, fuzzy
17291
  msgid "Do also search the album categories."
17292
  msgstr "Suchen Sie die Albumkategorien auch."
17293
 
17294
- #: wppa-settings-autosave.php:8006
17295
  #, fuzzy
17296
  msgid "When checked, the categories of the album will also be searched."
17297
  msgstr ""
17298
  "Wenn diese Option aktiviert, werden die Kategorien des Albums auch "
17299
  "durchsucht werden."
17300
 
17301
- #: wppa-settings-autosave.php:8013
17302
  #, fuzzy
17303
  msgid "Include comments"
17304
  msgstr "Kommentare gehören"
17305
 
17306
- #: wppa-settings-autosave.php:8014
17307
  #, fuzzy
17308
  msgid "Do also search the comments on photos."
17309
  msgstr "Suchen Sie auch die Kommentare zu Fotos."
17310
 
17311
- #: wppa-settings-autosave.php:8015
17312
  #, fuzzy
17313
  msgid "When checked, the comments of the photos will also be searched."
17314
  msgstr ""
17315
  "Wenn diese Option aktiviert, werden die Kommentare der Fotos auch durchsucht "
17316
  "werden."
17317
 
17318
- #: wppa-settings-autosave.php:8022
17319
  #, fuzzy
17320
  msgid "Photos only"
17321
  msgstr "Nur mit Fotos"
17322
 
17323
- #: wppa-settings-autosave.php:8023
17324
  #, fuzzy
17325
  msgid "Search for photos only."
17326
  msgstr "Suche nur bei Fotos."
17327
 
17328
- #: wppa-settings-autosave.php:8024
17329
  #, fuzzy
17330
  msgid "When checked, only photos will be searched for."
17331
  msgstr "Wenn diese Option aktiviert, werden nur Fotos gesucht werden."
17332
 
17333
- #: wppa-settings-autosave.php:8039
17334
  #, fuzzy
17335
  msgid "Max albums found"
17336
  msgstr "Max-Alben gefunden"
17337
 
17338
- #: wppa-settings-autosave.php:8040
17339
  #, fuzzy
17340
  msgid "The maximum number of albums to be displayed."
17341
  msgstr "Die maximale Anzahl von Alben angezeigt werden."
17342
 
17343
- #: wppa-settings-autosave.php:8048
17344
  #, fuzzy
17345
  msgid "Max photos found"
17346
  msgstr "Max Fotos gefunden"
17347
 
17348
- #: wppa-settings-autosave.php:8049
17349
  #, fuzzy
17350
  msgid "The maximum number of photos to be displayed."
17351
  msgstr "Die maximale Anzahl der Fotos angezeigt werden."
17352
 
17353
- #: wppa-settings-autosave.php:8057
17354
  #, fuzzy
17355
  msgid "Tags OR only"
17356
  msgstr "Tags oder nur"
17357
 
17358
- #: wppa-settings-autosave.php:8058
17359
  #, fuzzy
17360
  msgid "No and / or buttons"
17361
  msgstr "Nein und / oder Schaltflächen"
17362
 
17363
- #: wppa-settings-autosave.php:8059
17364
  #, fuzzy
17365
  msgid ""
17366
  "Hide the and/or radiobuttons and do the or method in the multitag widget and "
@@ -17369,33 +17469,33 @@ msgstr ""
17369
  "Ausblenden der und/oder Radiobuttons und tun die oder Methode in der "
17370
  "multitag Widget und Shortcode."
17371
 
17372
- #: wppa-settings-autosave.php:8066
17373
  #, fuzzy
17374
  msgid "Tags add Inverse"
17375
  msgstr "Tags hinzufügen Inverse"
17376
 
17377
- #: wppa-settings-autosave.php:8067
17378
  #, fuzzy
17379
  msgid "Add a checkbox to invert the selection."
17380
  msgstr "Fügen Sie ein Kontrollkästchen, um die Auswahl zu invertieren."
17381
 
17382
- #: wppa-settings-autosave.php:8068
17383
  #, fuzzy
17384
  msgid "Adds an Invert (NOT) checkbox on the multitag widget and shortcode."
17385
  msgstr ""
17386
  "Fügt eine Checkbox umkehren (nicht) auf dem multitag-Widget und Shortcode."
17387
 
17388
- #: wppa-settings-autosave.php:8075
17389
  #, fuzzy
17390
  msgid "Floating searchtoken"
17391
  msgstr "Schwimmende SuchToken"
17392
 
17393
- #: wppa-settings-autosave.php:8076
17394
  #, fuzzy
17395
  msgid "A match need not start at the first char."
17396
  msgstr "Eine Übereinstimmung muss nicht auf das ersten Zeichen beginnen."
17397
 
17398
- #: wppa-settings-autosave.php:8077
17399
  #, fuzzy
17400
  msgid ""
17401
  "A match is found while searching also when the entered token is somewhere in "
@@ -17404,22 +17504,22 @@ msgstr ""
17404
  "Eine Übereinstimmung gefunden wird, bei der Suche auch wenn die eingegebenen "
17405
  "Zeichen irgendwo in der Mitte eines Wortes ist."
17406
 
17407
- #: wppa-settings-autosave.php:8078
17408
  #, fuzzy
17409
  msgid "This works in indexed search only!"
17410
  msgstr "Dies funktioniert bei indizierten Suche nur!"
17411
 
17412
- #: wppa-settings-autosave.php:8085
17413
  #, fuzzy
17414
  msgid "Search results display"
17415
  msgstr "Suche Ergebnisse anzeigen"
17416
 
17417
- #: wppa-settings-autosave.php:8086
17418
  #, fuzzy
17419
  msgid "Select the way the search results should be displayed."
17420
  msgstr "Wählen Sie die Art, wie die Suchergebnisse angezeigt werden sollen."
17421
 
17422
- #: wppa-settings-autosave.php:8087
17423
  #, fuzzy
17424
  msgid ""
17425
  "If you select anything different from \"Albums and thumbnails\", \"Photos "
@@ -17428,27 +17528,27 @@ msgstr ""
17428
  "Wenn Sie nichts anders als \"Alben und Miniaturen\" auswählen, \"nur Fotos\" "
17429
  "wird angenommen (Tabelle IX-E6)."
17430
 
17431
- #: wppa-settings-autosave.php:8089
17432
  #, fuzzy
17433
  msgid "Albums and thumbnails"
17434
  msgstr "Alben und Miniaturen"
17435
 
17436
- #: wppa-settings-autosave.php:8089
17437
  #, fuzzy
17438
  msgid "Slideonly slideshow"
17439
  msgstr "Slideonly Diashow"
17440
 
17441
- #: wppa-settings-autosave.php:8096
17442
  #, fuzzy
17443
  msgid "Name max length"
17444
  msgstr "Zeichen (Max.)"
17445
 
17446
- #: wppa-settings-autosave.php:8097
17447
  #, fuzzy
17448
  msgid "Max length of displayed photonames in supersearch selectionlist"
17449
  msgstr "Max. Länge des angezeigten Photonames in SuperSuche selectionlist"
17450
 
17451
- #: wppa-settings-autosave.php:8098 wppa-settings-autosave.php:8107
17452
  #, fuzzy
17453
  msgid ""
17454
  "To limit the length of the selectionlist, enter the number of characters to "
@@ -17457,79 +17557,79 @@ msgstr ""
17457
  "Um die Länge der Selectionlist einzuschränken, geben Sie die Anzahl der "
17458
  "Zeichen zu zeigen."
17459
 
17460
- #: wppa-settings-autosave.php:8105
17461
  #, fuzzy
17462
  msgid "Text max length"
17463
  msgstr "Zeichen (Max.)"
17464
 
17465
- #: wppa-settings-autosave.php:8106
17466
  #, fuzzy
17467
  msgid "Max length of displayed photo text in supersearch selectionlist"
17468
  msgstr "Max. Länge des angezeigten Fotos Text in SuperSuche selectionlist"
17469
 
17470
- #: wppa-settings-autosave.php:8114
17471
  #, fuzzy
17472
  msgid "Search toptext"
17473
  msgstr "Suche toptext"
17474
 
17475
- #: wppa-settings-autosave.php:8115
17476
  #, fuzzy
17477
  msgid "The text at the top of the search box."
17478
  msgstr "Der Text oben in das Suchfeld ein."
17479
 
17480
- #: wppa-settings-autosave.php:8116
17481
  #, fuzzy
17482
  msgid "May contain unfiltered HTML."
17483
  msgstr "Ungefilterte HTML enthalten."
17484
 
17485
- #: wppa-settings-autosave.php:8123
17486
  #, fuzzy
17487
  msgid "Section search text"
17488
  msgstr "Suche Abschnittstext"
17489
 
17490
- #: wppa-settings-autosave.php:8124 wppa-settings-autosave.php:8133
17491
  #, fuzzy
17492
  msgid "The labeltext at the checkbox."
17493
  msgstr "Labeltext auf das Kontrollkästchen."
17494
 
17495
- #: wppa-settings-autosave.php:8132
17496
  #, fuzzy
17497
  msgid "Results search text"
17498
  msgstr "Suchergebnisse-text"
17499
 
17500
- #: wppa-settings-autosave.php:8142
17501
  #, fuzzy
17502
  msgid "Watermark related settings"
17503
  msgstr "Wasserzeichen Verwandte Einstellungen"
17504
 
17505
- #: wppa-settings-autosave.php:8145
17506
  #, fuzzy
17507
  msgid "Enable the application of watermarks."
17508
  msgstr "Ermöglichen Sie die Anwendung von Wasserzeichen."
17509
 
17510
- #: wppa-settings-autosave.php:8146
17511
  #, fuzzy
17512
  msgid "If checked, photos can be watermarked during upload / import."
17513
  msgstr ""
17514
  "Wenn diese Option aktiviert, können Fotos mit während des Uploads "
17515
  "Wasserzeichen / import."
17516
 
17517
- #: wppa-settings-autosave.php:8155
17518
  #, fuzzy
17519
  msgid "Watermark file"
17520
  msgstr "Wende Wasserzeichen-Datei an:"
17521
 
17522
- #: wppa-settings-autosave.php:8156
17523
  #, fuzzy
17524
  msgid "The default watermarkfile to be used."
17525
  msgstr "Die Standard-Watermarkfile verwendet werden."
17526
 
17527
- #: wppa-settings-autosave.php:8157
17528
  #, fuzzy
17529
  msgid "Watermark files are of type png and reside in"
17530
  msgstr "Wasserzeichen-Dateien des Typs Png und wohnt in"
17531
 
17532
- #: wppa-settings-autosave.php:8158
17533
  #, fuzzy
17534
  msgid ""
17535
  "A suitable watermarkfile typically consists of a transparent background and "
@@ -17538,7 +17638,7 @@ msgstr ""
17538
  "Eine geeignete Watermarkfile besteht typischerweise aus einem transparenten "
17539
  "Hintergrund und schwarzem Text oder Zeichnung."
17540
 
17541
- #: wppa-settings-autosave.php:8160
17542
  #, fuzzy
17543
  msgid ""
17544
  "You may also select one of the textual watermark types at the bottom of the "
@@ -17547,37 +17647,37 @@ msgstr ""
17547
  "Sie können auch eines der textlichen Wasserzeichen Typen am Ende der "
17548
  "Auswahlliste auswählen."
17549
 
17550
- #: wppa-settings-autosave.php:8164
17551
  #, fuzzy
17552
  msgid "position:"
17553
  msgstr "Position:"
17554
 
17555
- #: wppa-settings-autosave.php:8170
17556
  #, fuzzy
17557
  msgid "Upload watermark"
17558
  msgstr "Wasserzeichen hochladen"
17559
 
17560
- #: wppa-settings-autosave.php:8171
17561
  #, fuzzy
17562
  msgid "Upload a new watermark file"
17563
  msgstr "Eine neue Wasserzeichen-Datei hochladen"
17564
 
17565
- #: wppa-settings-autosave.php:8175
17566
  #, fuzzy
17567
  msgid "Upload watermark image"
17568
  msgstr "Wasserzeichenbild hochladen"
17569
 
17570
- #: wppa-settings-autosave.php:8180
17571
  #, fuzzy
17572
  msgid "Watermark opacity image"
17573
  msgstr "Deckkraft Wasserzeichenbild"
17574
 
17575
- #: wppa-settings-autosave.php:8181
17576
  #, fuzzy
17577
  msgid "You can set the intensity of image watermarks here."
17578
  msgstr "Hier können Sie die Intensität des Bildes Wasserzeichen einstellen."
17579
 
17580
- #: wppa-settings-autosave.php:8182 wppa-settings-autosave.php:8267
17581
  #, fuzzy
17582
  msgid ""
17583
  "The higher the number, the intenser the watermark. Value must be > 0 and <= "
@@ -17586,93 +17686,93 @@ msgstr ""
17586
  "Je höher die Zahl, desto intensiver das Wasserzeichen. Wert muss > 0 und < = "
17587
  "100."
17588
 
17589
- #: wppa-settings-autosave.php:8189
17590
  #, fuzzy
17591
  msgid "Textual watermark style"
17592
  msgstr "Textuelle Wasserzeichen Stil"
17593
 
17594
- #: wppa-settings-autosave.php:8190
17595
  #, fuzzy
17596
  msgid "The way the textual watermarks look like"
17597
  msgstr "Die Art und Weise die textuellen Wasserzeichen aussehen"
17598
 
17599
- #: wppa-settings-autosave.php:8194
17600
  #, fuzzy
17601
  msgid "TV subtitle style"
17602
  msgstr "TV-Untertitel-Stil"
17603
 
17604
- #: wppa-settings-autosave.php:8194
17605
  #, fuzzy
17606
  msgid "White text on black background"
17607
  msgstr "Weißer Text auf schwarzem Hintergrund"
17608
 
17609
- #: wppa-settings-autosave.php:8194
17610
  #, fuzzy
17611
  msgid "Black text on white background"
17612
  msgstr "Schwarzer Text auf weißem Hintergrund"
17613
 
17614
- #: wppa-settings-autosave.php:8194
17615
  #, fuzzy
17616
  msgid "Reverse TV style (Utopia)"
17617
  msgstr "Umgekehrte TV Format (Utopia)"
17618
 
17619
- #: wppa-settings-autosave.php:8194
17620
  #, fuzzy
17621
  msgid "White on transparent background"
17622
  msgstr "Weiß auf transparentem Hintergrund"
17623
 
17624
- #: wppa-settings-autosave.php:8194
17625
  #, fuzzy
17626
  msgid "Black on transparent background"
17627
  msgstr "Schwarz auf transparentem Hintergrund"
17628
 
17629
- #: wppa-settings-autosave.php:8204
17630
  #, fuzzy
17631
  msgid "Predefined watermark text"
17632
  msgstr "Vordefinierte Wasserzeichentext"
17633
 
17634
- #: wppa-settings-autosave.php:8205
17635
  #, fuzzy
17636
  msgid "The text to use when --- pre-defined --- is selected."
17637
  msgstr "Der Text zu verwenden, wenn---vordefinierte---ausgewählt ist."
17638
 
17639
- #: wppa-settings-autosave.php:8206
17640
  #, fuzzy
17641
  msgid "You may use the following keywords:"
17642
  msgstr "Sie können die folgenden Schlüsselwörter verwenden:"
17643
 
17644
- #: wppa-settings-autosave.php:8207
17645
  msgid ""
17646
  "w#site, w#displayname, all standard photo keywords, iptc and exif keywords"
17647
  msgstr ""
17648
 
17649
- #: wppa-settings-autosave.php:8214
17650
  #, fuzzy
17651
  msgid "Textual watermark font"
17652
  msgstr "Textuelle Wasserzeichen Schriftart"
17653
 
17654
- #: wppa-settings-autosave.php:8215
17655
  #, fuzzy
17656
  msgid "The font to use with textusl watermarks."
17657
  msgstr "Die Schriftart mit Textusl Wasserzeichen verwenden."
17658
 
17659
- #: wppa-settings-autosave.php:8216
17660
  #, fuzzy
17661
  msgid "Except for the system font, are font files of type ttf and reside in"
17662
  msgstr ""
17663
  "Mit Ausnahme der Systemschriftart Font-Dateien des Typs Ttf und wohnt in"
17664
 
17665
- #: wppa-settings-autosave.php:8244
17666
  #, fuzzy
17667
  msgid "Textual watermark font size"
17668
  msgstr "Schriftgröße Text Wasserzeichen"
17669
 
17670
- #: wppa-settings-autosave.php:8245
17671
  #, fuzzy
17672
  msgid "You can set the size of the truetype fonts only."
17673
  msgstr "Sie können die Größe der Truetype-Schriftarten nur einstellen."
17674
 
17675
- #: wppa-settings-autosave.php:8246
17676
  #, fuzzy
17677
  msgid ""
17678
  "System font can have size 1,2,3,4 or 5, in some stoneage fontsize units. Any "
@@ -17681,7 +17781,7 @@ msgstr ""
17681
  "System-Schriftart kann Größe 1,2,3,4 oder 5, in einigen Steinzeit Fontsize "
17682
  "Einheiten aufweisen. Jeder Wert > 5 wird als 5 gewertet."
17683
 
17684
- #: wppa-settings-autosave.php:8247
17685
  #, fuzzy
17686
  msgid ""
17687
  "Truetype fonts can have any positive integer size, if your PHPs GD version "
@@ -17690,22 +17790,22 @@ msgstr ""
17690
  "TrueType-Schriftarten können jede positive Ganzzahl Größe haben, wenn Ihre "
17691
  "PHPs GD Version 1 in Pixel in GD2 in Punkten."
17692
 
17693
- #: wppa-settings-autosave.php:8248
17694
  #, fuzzy
17695
  msgid "It is unclear howmany pixels a point is..."
17696
  msgstr "Es ist unklar automatisch Pixel ist ein Punkt..."
17697
 
17698
- #: wppa-settings-autosave.php:8255
17699
  #, fuzzy
17700
  msgid "Upload watermark font"
17701
  msgstr "Wasserzeichen Schriftart hochladen"
17702
 
17703
- #: wppa-settings-autosave.php:8256
17704
  #, fuzzy
17705
  msgid "Upload a new watermark font file"
17706
  msgstr "Eine neue Wasserzeichen-Schriftart-Datei hochladen"
17707
 
17708
- #: wppa-settings-autosave.php:8257
17709
  #, fuzzy
17710
  msgid ""
17711
  "Upload truetype fonts (.ttf) only, and test if they work on your server "
@@ -17714,215 +17814,215 @@ msgstr ""
17714
  "Hochladen Sie Truetype-Schriftarten (.ttf) nur und testen Sie, ob sie auf "
17715
  "Ihrem Serverplattform arbeiten."
17716
 
17717
- #: wppa-settings-autosave.php:8260
17718
  #, fuzzy
17719
  msgid "Upload TrueType font"
17720
  msgstr "TrueType-Schriftart hochladen"
17721
 
17722
- #: wppa-settings-autosave.php:8265
17723
  #, fuzzy
17724
  msgid "Watermark opacity text"
17725
  msgstr "Deckkraft Wasserzeichen"
17726
 
17727
- #: wppa-settings-autosave.php:8266
17728
  #, fuzzy
17729
  msgid "You can set the intensity of a text watermarks here."
17730
  msgstr "Hier können Sie die Intensität eines Textes Wasserzeichen einstellen."
17731
 
17732
- #: wppa-settings-autosave.php:8275
17733
  #, fuzzy
17734
  msgid "A real life preview. To update: refresh the page."
17735
  msgstr ""
17736
  "Eine wirkliche Leben Vorschau. Aktualisieren: aktualisieren Sie die Seite."
17737
 
17738
- #: wppa-settings-autosave.php:8286
17739
  #, fuzzy
17740
  msgid "Watermark thumbnails"
17741
  msgstr "Wasserzeichen-Miniaturansichten"
17742
 
17743
- #: wppa-settings-autosave.php:8287
17744
  #, fuzzy
17745
  msgid "Watermark also the thumbnail image files."
17746
  msgstr "Wasserzeichen Sie auch die thumbnail-Bild-Dateien."
17747
 
17748
- #: wppa-settings-autosave.php:8295
17749
  #, fuzzy
17750
  msgid "Slideshow elements sequence order settings"
17751
  msgstr "Diashow Elemente Sequenzeinstellungen bestellen"
17752
 
17753
- #: wppa-settings-autosave.php:8301 wppa-settings-autosave.php:8347
17754
  #, fuzzy
17755
  msgid "StartStop"
17756
  msgstr "StartStop"
17757
 
17758
- #: wppa-settings-autosave.php:8302 wppa-settings-autosave.php:8348
17759
  #, fuzzy
17760
  msgid "SlideFrame"
17761
  msgstr "SlideFrame"
17762
 
17763
- #: wppa-settings-autosave.php:8304
17764
  #, fuzzy
17765
  msgid "Desc"
17766
  msgstr "Absteigend"
17767
 
17768
- #: wppa-settings-autosave.php:8307 wppa-settings-autosave.php:8352
17769
  #, fuzzy
17770
  msgid "FilmStrip"
17771
  msgstr "Filmstreifen"
17772
 
17773
- #: wppa-settings-autosave.php:8308 wppa-settings-autosave.php:8353
17774
  #, fuzzy
17775
  msgid "Browsebar"
17776
  msgstr "Browsebar"
17777
 
17778
- #: wppa-settings-autosave.php:8310 wppa-settings-autosave.php:8355
17779
  #, fuzzy
17780
  msgid "IPTC data"
17781
  msgstr "Keine IPTC-Daten"
17782
 
17783
- #: wppa-settings-autosave.php:8311 wppa-settings-autosave.php:8356
17784
  #, fuzzy
17785
  msgid "EXIF data"
17786
  msgstr "Keine EXIF-Daten"
17787
 
17788
- #: wppa-settings-autosave.php:8312 wppa-settings-autosave.php:8357
17789
  #, fuzzy
17790
  msgid "Share box"
17791
  msgstr "Teilen Box"
17792
 
17793
- #: wppa-settings-autosave.php:8314 wppa-settings-autosave.php:8359
17794
  #, fuzzy
17795
  msgid "Enabled"
17796
  msgstr "Aktiviert"
17797
 
17798
- #: wppa-settings-autosave.php:8315 wppa-settings-autosave.php:8360
17799
  #, fuzzy
17800
  msgid "Disabled"
17801
  msgstr "Deaktiviert"
17802
 
17803
- #: wppa-settings-autosave.php:8317 wppa-settings-autosave.php:8362
17804
  #, fuzzy
17805
  msgid "Start/Stop & Slower/Faster navigation bar"
17806
  msgstr "Start/Stopp & langsamer/schneller Navigation bar"
17807
 
17808
- #: wppa-settings-autosave.php:8318 wppa-settings-autosave.php:8363
17809
  #, fuzzy
17810
  msgid "The Slide Frame"
17811
  msgstr "Die Diarahmen"
17812
 
17813
- #: wppa-settings-autosave.php:8318 wppa-settings-autosave.php:8363
17814
  #, fuzzy
17815
  msgid "( Always )"
17816
  msgstr "Immer"
17817
 
17818
- #: wppa-settings-autosave.php:8319
17819
  #, fuzzy
17820
  msgid "Photo Name Box"
17821
  msgstr "Photo Box"
17822
 
17823
- #: wppa-settings-autosave.php:8320
17824
  #, fuzzy
17825
  msgid "Photo Description Box"
17826
  msgstr "Foto-Beschreibung"
17827
 
17828
- #: wppa-settings-autosave.php:8321 wppa-settings-autosave.php:8365
17829
  #, fuzzy
17830
  msgid "Custom Box"
17831
  msgstr "Custom Meta Box"
17832
 
17833
- #: wppa-settings-autosave.php:8322 wppa-settings-autosave.php:8366
17834
  #, fuzzy
17835
  msgid "Rating Bar"
17836
  msgstr "Bewertung Bar"
17837
 
17838
- #: wppa-settings-autosave.php:8323 wppa-settings-autosave.php:8367
17839
  #, fuzzy
17840
  msgid "Film Strip with embedded Start/Stop and Goto functionality"
17841
  msgstr "Filmstreifen mit eingebetteten Start/Stopp und Goto-Funktion"
17842
 
17843
- #: wppa-settings-autosave.php:8324 wppa-settings-autosave.php:8368
17844
  #, fuzzy
17845
  msgid "Browse Bar with Photo X of Y counter"
17846
  msgstr "Bar mit Foto X von Y Zähler durchsuchen"
17847
 
17848
- #: wppa-settings-autosave.php:8325 wppa-settings-autosave.php:8369
17849
  #, fuzzy
17850
  msgid "Comments Box"
17851
  msgstr "Kommentarfeld"
17852
 
17853
- #: wppa-settings-autosave.php:8326 wppa-settings-autosave.php:8370
17854
  #, fuzzy
17855
  msgid "IPTC box"
17856
  msgstr "IPTC-Feld"
17857
 
17858
- #: wppa-settings-autosave.php:8327 wppa-settings-autosave.php:8371
17859
  #, fuzzy
17860
  msgid "EXIF box"
17861
  msgstr "EXIF-Feld"
17862
 
17863
- #: wppa-settings-autosave.php:8328 wppa-settings-autosave.php:8372
17864
  #, fuzzy
17865
  msgid "Social media share box"
17866
  msgstr "Social-Media-Mitteilungsbox"
17867
 
17868
- #: wppa-settings-autosave.php:8334 wppa-settings-autosave.php:8378
17869
  #, fuzzy
17870
  msgid "Move Up"
17871
  msgstr "Nach oben verschieben"
17872
 
17873
- #: wppa-settings-autosave.php:8349
17874
  #, fuzzy
17875
  msgid "NameDesc"
17876
  msgstr "NameDesc"
17877
 
17878
- #: wppa-settings-autosave.php:8364
17879
  #, fuzzy
17880
  msgid "Photo Name & Description Box"
17881
  msgstr "Fotoname & Feld \"Beschreibung\""
17882
 
17883
- #: wppa-settings-autosave.php:8388
17884
  #, fuzzy
17885
  msgid "Swap Namedesc"
17886
  msgstr "Swap-Namedesc"
17887
 
17888
- #: wppa-settings-autosave.php:8389
17889
  #, fuzzy
17890
  msgid "Swap the order sequence of name and description"
17891
  msgstr "Tauschen Sie die Reihenfolge der Namen und Beschreibung"
17892
 
17893
- #: wppa-settings-autosave.php:8397
17894
  #, fuzzy
17895
  msgid "Split Name and Desc"
17896
  msgstr "Split-Name und Desc"
17897
 
17898
- #: wppa-settings-autosave.php:8398
17899
  #, fuzzy
17900
  msgid "Put Name and Description in separate boxes"
17901
  msgstr "Tragen Sie Namen und Beschreibung in separaten Boxen"
17902
 
17903
- #: wppa-settings-autosave.php:8401
17904
  #, fuzzy
17905
  msgid "Please reload this page after the green checkmark appears!"
17906
  msgstr "Bitte laden Sie diese Seite, nachdem das grüne Häkchen angezeigt wird!"
17907
 
17908
- #: wppa-settings-autosave.php:8406
17909
  #, fuzzy
17910
  msgid "Source file management and other upload/import settings and actions."
17911
  msgstr ""
17912
  "Quelle-Datei-Management und andere Upload/Import Einstellungen und "
17913
  "Handlungen."
17914
 
17915
- #: wppa-settings-autosave.php:8408
17916
  #, fuzzy
17917
  msgid "Keep sourcefiles admin"
17918
  msgstr "Halten Sie Sourcefiles admin"
17919
 
17920
- #: wppa-settings-autosave.php:8409
17921
  #, fuzzy
17922
  msgid "Keep the original uploaded and imported photo files."
17923
  msgstr "Halten Sie das Original hochgeladen und Fotodateien importiert."
17924
 
17925
- #: wppa-settings-autosave.php:8410 wppa-settings-autosave.php:8420
17926
  #, fuzzy
17927
  msgid ""
17928
  "The files will be kept in a separate directory with subdirectories for each "
@@ -17931,7 +18031,7 @@ msgstr ""
17931
  "Die Dateien werden in einem separaten Verzeichnis mit Unterverzeichnissen "
17932
  "für jedes Album gehalten werden"
17933
 
17934
- #: wppa-settings-autosave.php:8411 wppa-settings-autosave.php:8421
17935
  #, fuzzy
17936
  msgid ""
17937
  "These files can be used to update the photos used in displaying in wppa+ and "
@@ -17941,35 +18041,35 @@ msgstr ""
17941
  "+ und optional für das ursprüngliche, UN-verkleinerte Bilder herunterladen "
17942
  "zu aktualisieren."
17943
 
17944
- #: wppa-settings-autosave.php:8418
17945
  #, fuzzy
17946
  msgid "Keep sourcefiles frontend"
17947
  msgstr "Halten Sie Sourcefiles frontend"
17948
 
17949
- #: wppa-settings-autosave.php:8419
17950
  #, fuzzy
17951
  msgid "Keep the original frontend uploaded photo files."
17952
  msgstr "Halten Sie die Original-Frontend hochgeladen Fotodateien."
17953
 
17954
- #: wppa-settings-autosave.php:8428
17955
  #, fuzzy
17956
  msgid "Source directory"
17957
  msgstr "Quellenverzeichnis"
17958
 
17959
- #: wppa-settings-autosave.php:8429
17960
  #, fuzzy
17961
  msgid "The path to the directory where the original photofiles will be saved."
17962
  msgstr ""
17963
  "Der Pfad zu dem Verzeichnis, wo die ursprüngliche Photofiles gespeichert "
17964
  "werden sollen."
17965
 
17966
- #: wppa-settings-autosave.php:8430
17967
  #, fuzzy
17968
  msgid "You may change the directory path, but it can not be an url."
17969
  msgstr ""
17970
  "Sie können den Verzeichnispfad ändern, aber es kann nicht sein, eine Url."
17971
 
17972
- #: wppa-settings-autosave.php:8431
17973
  #, fuzzy
17974
  msgid ""
17975
  "The parent of the directory that you enter here must exist and be writable."
@@ -17977,23 +18077,23 @@ msgstr ""
17977
  "Das übergeordnete Element des Verzeichnisses, die Sie hier eingeben muss "
17978
  "vorhanden sein und geschrieben werden."
17979
 
17980
- #: wppa-settings-autosave.php:8432
17981
  #, fuzzy
17982
  msgid "The directory itsself will be created if it does not exist yet."
17983
  msgstr ""
17984
  "Wenn es noch nicht existiert, wird das Verzeichnis selbst erstellt werden."
17985
 
17986
- #: wppa-settings-autosave.php:8439
17987
  #, fuzzy
17988
  msgid "Keep sync"
17989
  msgstr "Halten Sie sync"
17990
 
17991
- #: wppa-settings-autosave.php:8440
17992
  #, fuzzy
17993
  msgid "Keep source synchronously with wppa system."
17994
  msgstr "Halten Sie die Quelle synchron mit Wppa System."
17995
 
17996
- #: wppa-settings-autosave.php:8441
17997
  #, fuzzy
17998
  msgid ""
17999
  "If checked, photos that are deleted from wppa, will also be removed from the "
@@ -18002,7 +18102,7 @@ msgstr ""
18002
  "Wenn diese Option aktiviert, wird Fotos, die gelöscht werden, von Wppa, auch "
18003
  "aus entfernt die Sourcefiles."
18004
 
18005
- #: wppa-settings-autosave.php:8442
18006
  #, fuzzy
18007
  msgid ""
18008
  "Also, copying or moving photos to different albums, will also copy/move the "
@@ -18011,17 +18111,17 @@ msgstr ""
18011
  "Auch, kopieren oder Verschieben von Fotos in verschiedenen Alben, wird auch "
18012
  "kopieren/die Sourcefiles verschieben."
18013
 
18014
- #: wppa-settings-autosave.php:8449
18015
  #, fuzzy
18016
  msgid "Remake add"
18017
  msgstr "Remake hinzufügen"
18018
 
18019
- #: wppa-settings-autosave.php:8450
18020
  #, fuzzy
18021
  msgid "Photos will be added from the source pool"
18022
  msgstr "Die Fotos werden von der Quelle Pool hinzugefügt werden"
18023
 
18024
- #: wppa-settings-autosave.php:8451
18025
  #, fuzzy
18026
  msgid ""
18027
  "If checked: If photo files are found in the source directory that do not "
@@ -18031,17 +18131,17 @@ msgstr ""
18031
  "Quellen, die nicht in das entsprechende Album existieren gefunden werden, "
18032
  "werden sie zu dem Album hinzugefügt werden."
18033
 
18034
- #: wppa-settings-autosave.php:8458
18035
  #, fuzzy
18036
  msgid "Save IPTC data"
18037
  msgstr "Speichern IPTC-Daten"
18038
 
18039
- #: wppa-settings-autosave.php:8459
18040
  #, fuzzy
18041
  msgid "Store the iptc data from the photo into the iptc db table"
18042
  msgstr "Speichern Sie die Iptc-Daten aus dem Foto in den Iptc-Db-Tabelle"
18043
 
18044
- #: wppa-settings-autosave.php:8460
18045
  #, fuzzy
18046
  msgid ""
18047
  "You will need this if you enabled the display of iptc data in Table II-B17 "
@@ -18050,17 +18150,17 @@ msgstr ""
18050
  "Sie benötigen diese, wenn Sie die Anzeige der Iptc-Daten in Tabelle II-B17 "
18051
  "oder aktiviert wenn Sie es in der Fotobeschreibungen verwenden."
18052
 
18053
- #: wppa-settings-autosave.php:8467
18054
  #, fuzzy
18055
  msgid "Save EXIF data"
18056
  msgstr "Speichern EXIF-Daten"
18057
 
18058
- #: wppa-settings-autosave.php:8468
18059
  #, fuzzy
18060
  msgid "Store the exif data from the photo into the exif db table"
18061
  msgstr "Speichern Sie die Exif-Daten aus dem Foto in die Exif-Db-Tabelle"
18062
 
18063
- #: wppa-settings-autosave.php:8469
18064
  #, fuzzy
18065
  msgid ""
18066
  "You will need this if you enabled the display of exif data in Table II-B18 "
@@ -18069,37 +18169,37 @@ msgstr ""
18069
  "Sie benötigen diese, wenn Sie die Anzeige der Exif-Daten in Tabelle II-B18 "
18070
  "oder aktiviert wenn Sie es in der Fotobeschreibungen verwenden."
18071
 
18072
- #: wppa-settings-autosave.php:8476
18073
  #, fuzzy
18074
  msgid "Max EXIF tag array size"
18075
  msgstr "Max EXIF-Tag-Array-Größe"
18076
 
18077
- #: wppa-settings-autosave.php:8477
18078
  #, fuzzy
18079
  msgid "Truncate array tags to ..."
18080
  msgstr "Array-Tags zu kürzen..."
18081
 
18082
- #: wppa-settings-autosave.php:8478
18083
  #, fuzzy
18084
  msgid "A value of 0 disables this feature"
18085
  msgstr "Ein Wert von 0 deaktiviert diese Funktion"
18086
 
18087
- #: wppa-settings-autosave.php:8480
18088
  #, fuzzy
18089
  msgid "elements"
18090
  msgstr "tungselementen"
18091
 
18092
- #: wppa-settings-autosave.php:8485
18093
  #, fuzzy
18094
  msgid "Import Create page"
18095
  msgstr "Erstellen der Seite zum Import"
18096
 
18097
- #: wppa-settings-autosave.php:8486
18098
  #, fuzzy
18099
  msgid "Create wp page when a directory to album is imported."
18100
  msgstr "Erstellen Sie wp-Seite, wenn ein Verzeichnis Album importiert wird."
18101
 
18102
- #: wppa-settings-autosave.php:8487
18103
  #, fuzzy
18104
  msgid ""
18105
  "As soon as an album is created when a directory is imported, a wp page is "
@@ -18108,17 +18208,17 @@ msgstr ""
18108
  "Sobald ein Album erstellt wird, wenn ein Verzeichnis importiert wird, "
18109
  "erfolgt eine wp-Seite, die den Album Inhalt angezeigt wird."
18110
 
18111
- #: wppa-settings-autosave.php:8495
18112
  #, fuzzy
18113
  msgid "Page content"
18114
  msgstr "Seiteninhalt"
18115
 
18116
- #: wppa-settings-autosave.php:8496
18117
  #, fuzzy
18118
  msgid "The content of the page. Must contain <b>w#album</b>"
18119
  msgstr "Der Inhalt der Seite. Muss <b>w #album</b> enthalten"
18120
 
18121
- #: wppa-settings-autosave.php:8497
18122
  #, fuzzy
18123
  msgid ""
18124
  "The content of the page. Note: it must contain w#album. This will be "
@@ -18127,52 +18227,52 @@ msgstr ""
18127
  "Der Inhalt der Seite. Hinweis: Es muss w #album enthalten. Dies wird durch "
18128
  "die Albumnummer in der generierten Shortcode ersetzt werden."
18129
 
18130
- #: wppa-settings-autosave.php:8505
18131
  #, fuzzy
18132
  msgid "Page type"
18133
  msgstr "Seitentyp"
18134
 
18135
- #: wppa-settings-autosave.php:8506
18136
  #, fuzzy
18137
  msgid "Select the type of page to create."
18138
  msgstr "Wählen Sie den Typ der Seite zu erstellen."
18139
 
18140
- #: wppa-settings-autosave.php:8510
18141
  #, fuzzy
18142
  msgid "Post"
18143
  msgstr "Post:"
18144
 
18145
- #: wppa-settings-autosave.php:8517
18146
  #, fuzzy
18147
  msgid "Page status"
18148
  msgstr "Seitenstatus"
18149
 
18150
- #: wppa-settings-autosave.php:8518
18151
  #, fuzzy
18152
  msgid "Select the initial status of the page."
18153
  msgstr "Wählen Sie den ursprünglichen Status der Seite."
18154
 
18155
- #: wppa-settings-autosave.php:8522
18156
  #, fuzzy
18157
  msgid "Published"
18158
  msgstr "Publiziert"
18159
 
18160
- #: wppa-settings-autosave.php:8522
18161
  #, fuzzy
18162
  msgid "Draft"
18163
  msgstr "Entwurf"
18164
 
18165
- #: wppa-settings-autosave.php:8530
18166
  #, fuzzy
18167
  msgid "Permalink root"
18168
  msgstr "Permalink-Wurzel"
18169
 
18170
- #: wppa-settings-autosave.php:8531
18171
  #, fuzzy
18172
  msgid "The name of the root for the photofile ermalink structure."
18173
  msgstr "Der Name des Stamms für die Photofile-Ermalink-Struktur."
18174
 
18175
- #: wppa-settings-autosave.php:8532
18176
  #, fuzzy
18177
  msgid ""
18178
  "Choose a convenient name like \"albums\" or so; this will be the name of a "
@@ -18182,17 +18282,17 @@ msgstr ""
18182
  "Namen eines Ordners in .../wp-content /. Stellen Sie sicher, dass Sie einen "
18183
  "eindeutigen Namen wählen"
18184
 
18185
- #: wppa-settings-autosave.php:8540
18186
  #, fuzzy
18187
  msgid "Import parent check"
18188
  msgstr "Übergeordneten Importprüfung"
18189
 
18190
- #: wppa-settings-autosave.php:8541
18191
  #, fuzzy
18192
  msgid "On import dirs to albums: keep dir tree as albums."
18193
  msgstr "Auf Import Dirs zu Alben: halten Sie Dir Baum als Alben."
18194
 
18195
- #: wppa-settings-autosave.php:8542
18196
  #, fuzzy
18197
  msgid ""
18198
  "Untick only if all your albums have unique names. Then: additional photos "
@@ -18202,61 +18302,61 @@ msgstr ""
18202
  "Dann: weitere Fotos können auf Toplevel Depot Unterverzeichnisse FTP ' d "
18203
  "werden."
18204
 
18205
- #: wppa-settings-autosave.php:8549
18206
  #, fuzzy
18207
  msgid "IPTC need utf8 conversion"
18208
  msgstr "IPTC müssen UTF-8-Umwandlung"
18209
 
18210
- #: wppa-settings-autosave.php:8550
18211
  #, fuzzy
18212
  msgid "This setting converts iso to utf8 in iptc text."
18213
  msgstr "Diese Einstellung wird Iso in UTF-8 in Iptc-Text konvertiert."
18214
 
18215
- #: wppa-settings-autosave.php:8551
18216
  #, fuzzy
18217
  msgid "Untick if you have funny characters in iptc data"
18218
  msgstr "Deaktivieren Sie, wenn Sie lustige Figuren in Iptc-Daten haben"
18219
 
18220
- #: wppa-settings-autosave.php:8558
18221
  #, fuzzy
18222
  msgid "Keep dir to album files"
18223
  msgstr "Halten Sie Dir zu Album Dateien"
18224
 
18225
- #: wppa-settings-autosave.php:8559
18226
  #, fuzzy
18227
  msgid "Keep imported files after dir to album import"
18228
  msgstr "Importierte Dateien zu halten, nach dem Importieren von Dir Album"
18229
 
18230
- #: wppa-settings-autosave.php:8568
18231
  #, fuzzy
18232
  msgid "Other plugins related settings"
18233
  msgstr "Andere Plugins bezogene Einstellungen"
18234
 
18235
- #: wppa-settings-autosave.php:8570
18236
  #, fuzzy
18237
  msgid "Foreign shortcodes general"
18238
  msgstr "Ausländischen Shortcodes allgemeine"
18239
 
18240
- #: wppa-settings-autosave.php:8571
18241
  #, fuzzy
18242
  msgid "Enable foreign shortcodes in album names, albums desc and photo names"
18243
  msgstr ""
18244
  "Können ausländische Shortcodes in den Albumnamen, Namen von Alben Desc und "
18245
  "Foto"
18246
 
18247
- #: wppa-settings-autosave.php:8579
18248
  #, fuzzy
18249
  msgid "Foreign shortcodes fullsize"
18250
  msgstr "Ausländischen Shortcodes fullsize"
18251
 
18252
- #: wppa-settings-autosave.php:8580
18253
  #, fuzzy
18254
  msgid "Enable the use of non-wppa+ shortcodes in fullsize photo descriptions."
18255
  msgstr ""
18256
  "Ermöglichen die Verwendung von nicht-Wppa + Shortcodes in Fullsize "
18257
  "Fotobeschreibungen."
18258
 
18259
- #: wppa-settings-autosave.php:8581 wppa-settings-autosave.php:8592
18260
  #, fuzzy
18261
  msgid ""
18262
  "When checked, you can use shortcodes from other plugins in the description "
@@ -18265,32 +18365,32 @@ msgstr ""
18265
  "Wenn diese Option aktiviert, können Sie in der Beschreibung des Fotos "
18266
  "Kurzwahlnummern aus anderen Plugins."
18267
 
18268
- #: wppa-settings-autosave.php:8582
18269
  #, fuzzy
18270
  msgid "The shortcodes will be expanded in the descriptions of fullsize images."
18271
  msgstr ""
18272
  "Die Shortcodes wird in den Beschreibungen der Fullsize Bilder erweitert."
18273
 
18274
- #: wppa-settings-autosave.php:8583 wppa-settings-autosave.php:8594
18275
  #, fuzzy
18276
  msgid "You will most likely need also to check Table IX-A1 (Allow HTML)."
18277
  msgstr ""
18278
  "Sie werden wahrscheinlich brauchen auch Tabelle IX-A1 (Erlaube HTML) zu "
18279
  "überprüfen."
18280
 
18281
- #: wppa-settings-autosave.php:8590
18282
  #, fuzzy
18283
  msgid "Foreign shortcodes thumbnails"
18284
  msgstr "Ausländischen Shortcodes Miniaturansichten"
18285
 
18286
- #: wppa-settings-autosave.php:8591
18287
  #, fuzzy
18288
  msgid "Enable the use of non-wppa+ shortcodes in thumbnail photo descriptions."
18289
  msgstr ""
18290
  "Ermöglichen die Verwendung von nicht-Wppa + Shortcodes in Miniaturansicht "
18291
  "Fotobeschreibungen."
18292
 
18293
- #: wppa-settings-autosave.php:8593
18294
  #, fuzzy
18295
  msgid ""
18296
  "The shortcodes will be expanded in the descriptions of thumbnail images."
@@ -18298,17 +18398,17 @@ msgstr ""
18298
  "Die Kurzwahlnummern werden in den Beschreibungen von Miniaturbildern "
18299
  "erweitert werden."
18300
 
18301
- #: wppa-settings-autosave.php:8601
18302
  #, fuzzy
18303
  msgid "Lightbox keyname"
18304
  msgstr "Lightbox keyname"
18305
 
18306
- #: wppa-settings-autosave.php:8602
18307
  #, fuzzy
18308
  msgid "The identifier of lightbox."
18309
  msgstr "Der Bezeichner des Lightbox."
18310
 
18311
- #: wppa-settings-autosave.php:8603
18312
  #, fuzzy
18313
  msgid ""
18314
  "If you use a lightbox plugin that uses rel=\"lbox-id\" you can enter the "
@@ -18317,80 +18417,80 @@ msgstr ""
18317
  "Wenn Sie eine Lightbox-Plugin verwenden, die rel verwendet = \"Lbox-Id\" "
18318
  "können Sie die Lbox-Id hier eingeben."
18319
 
18320
- #: wppa-settings-autosave.php:8610
18321
  #, fuzzy
18322
  msgid "myCRED / Cube Points: Comment"
18323
  msgstr "MyCRED / Cube Punkte: Kommentar"
18324
 
18325
- #: wppa-settings-autosave.php:8611
18326
  #, fuzzy
18327
  msgid "Number of points for giving a comment"
18328
  msgstr "Anzahl der Punkte für einen Kommentar geben"
18329
 
18330
- #: wppa-settings-autosave.php:8612 wppa-settings-autosave.php:8621
18331
- #: wppa-settings-autosave.php:8630 wppa-settings-autosave.php:8639
18332
  #, fuzzy
18333
  msgid "This setting requires the plugin myCRED or Cube Points"
18334
  msgstr "Diese Einstellung erfordert die Plugin MyCRED oder Cube Punkte"
18335
 
18336
- #: wppa-settings-autosave.php:8614 wppa-settings-autosave.php:8623
18337
  #, fuzzy
18338
  msgid "points per comment"
18339
  msgstr "Punkte pro Kommentar"
18340
 
18341
- #: wppa-settings-autosave.php:8619
18342
  #, fuzzy
18343
  msgid "myCRED / Cube Points: Appr Comment"
18344
  msgstr "myCRED / Cube Punkte: Appr Kommentar"
18345
 
18346
- #: wppa-settings-autosave.php:8620
18347
  #, fuzzy
18348
  msgid "Number of points for receiving an approved comment"
18349
  msgstr "Punkte für die Aufnahme eines genehmigten Kommentar"
18350
 
18351
- #: wppa-settings-autosave.php:8628
18352
  #, fuzzy
18353
  msgid "myCRED / Cube Points: Rating"
18354
  msgstr "MyCRED / Cube Punkte: Rating"
18355
 
18356
- #: wppa-settings-autosave.php:8629
18357
  #, fuzzy
18358
  msgid "Number of points for a rating vote"
18359
  msgstr "Anzahl der Punkte für eine Rating-Wahl"
18360
 
18361
- #: wppa-settings-autosave.php:8632
18362
  #, fuzzy
18363
  msgid "points per vote"
18364
  msgstr "Punkte pro Abstimmung"
18365
 
18366
- #: wppa-settings-autosave.php:8637
18367
  #, fuzzy
18368
  msgid "myCRED / Cube Points: Upload"
18369
  msgstr "MyCRED / Cube Punkte: hochladen"
18370
 
18371
- #: wppa-settings-autosave.php:8638
18372
  #, fuzzy
18373
  msgid "Number of points for a successfull frontend upload"
18374
  msgstr "Anzahl der Punkte für einen erfolgreichen Frontend upload"
18375
 
18376
- #: wppa-settings-autosave.php:8641
18377
  #, fuzzy
18378
  msgid "points per upload"
18379
  msgstr "Punkte pro upload"
18380
 
18381
- #: wppa-settings-autosave.php:8646
18382
  #, fuzzy
18383
  msgid "Use SCABN"
18384
  msgstr "Einsatz SCABN"
18385
 
18386
- #: wppa-settings-autosave.php:8647
18387
  #, fuzzy
18388
  msgid "Use the wppa interface to Simple Cart & Buy Now plugin."
18389
  msgstr ""
18390
  "Verwenden Sie die Wppa-Schnittstelle zum einfachen Wagen & kaufen jetzt "
18391
  "Plugin."
18392
 
18393
- #: wppa-settings-autosave.php:8648
18394
  #, fuzzy
18395
  msgid ""
18396
  "If checked, the shortcode to use for the \"add to cart\" button in photo "
@@ -18399,7 +18499,7 @@ msgstr ""
18399
  "Wenn diese Option aktiviert, wird die Kurzwahlnummer für den \"add to cart\" "
18400
  "Button in Fotobeschreibungen verwenden [Warenkorb...]"
18401
 
18402
- #: wppa-settings-autosave.php:8649
18403
  #, fuzzy
18404
  msgid ""
18405
  "as opposed to [scabn ...] for the original scabn \"add to cart\" button."
@@ -18407,12 +18507,12 @@ msgstr ""
18407
  "im Gegensatz zu [Scabn...] für die ursprünglichen Scabn \"add to cart\" "
18408
  "button."
18409
 
18410
- #: wppa-settings-autosave.php:8650
18411
  #, fuzzy
18412
  msgid "The shortcode for the check-out page is still [scabn]"
18413
  msgstr "Die Kurzwahlnummer für die Checkout-Seite ist immer noch [Scabn]"
18414
 
18415
- #: wppa-settings-autosave.php:8651
18416
  #, fuzzy
18417
  msgid ""
18418
  "The arguments are the same, the defaults are: name = photoname, price = 0.01."
@@ -18420,7 +18520,7 @@ msgstr ""
18420
  "Die Argumente sind die gleichen, die Standardwerte sind: Name = Photoname, "
18421
  "Preis = 0,01."
18422
 
18423
- #: wppa-settings-autosave.php:8652
18424
  #, fuzzy
18425
  msgid ""
18426
  "Supplying the price should be sufficient; supply a name only when it differs "
@@ -18429,12 +18529,12 @@ msgstr ""
18429
  "Versorgung des Preis sollte ausreichend sein; Geben Sie einen Namen, nur "
18430
  "wenn es unterscheidet sich von der Fotoname."
18431
 
18432
- #: wppa-settings-autosave.php:8653
18433
  #, fuzzy
18434
  msgid "This shortcode handler will also work with Ajax enabled."
18435
  msgstr "Dieser Handler Shortcode funktioniert auch mit Ajax aktiviert."
18436
 
18437
- #: wppa-settings-autosave.php:8654
18438
  #, fuzzy
18439
  msgid ""
18440
  "Using this interface makes sure that the item urls and callback action urls "
@@ -18443,18 +18543,18 @@ msgstr ""
18443
  "Über diese Schnittstelle stellt sicher, dass die Artikel-Urls und Rückruf "
18444
  "Aktion Urls korrekt sind."
18445
 
18446
- #: wppa-settings-autosave.php:8661
18447
  #, fuzzy
18448
  msgid "Use CM Tooltip Glossary"
18449
  msgstr "Verwenden Sie CM Tooltip Glossar"
18450
 
18451
- #: wppa-settings-autosave.php:8662
18452
  #, fuzzy
18453
  msgid "Use plugin CM Tooltip Glossary on photo and album descriptions."
18454
  msgstr ""
18455
  "Verwenden Sie Plugin CM Tooltip Glossar auf Foto und Album Beschreibungen."
18456
 
18457
- #: wppa-settings-autosave.php:8663
18458
  #, fuzzy
18459
  msgid ""
18460
  "You MUST set Table IV-A13: Defer javascript, also if you do not want this "
@@ -18464,107 +18564,107 @@ msgstr ""
18464
  "Sie nicht, dass dieses Plugin auf Album und Foto Beschreibungen zu handeln "
18465
  "möchten!"
18466
 
18467
- #: wppa-settings-autosave.php:8671
18468
  #, fuzzy
18469
  msgid "External services related settings and actions."
18470
  msgstr "Externe services Verwandte Einstellungen und Aktionen."
18471
 
18472
- #: wppa-settings-autosave.php:8673
18473
  #, fuzzy
18474
  msgid "QR Code widget size"
18475
  msgstr "QR-Code Widget Größe"
18476
 
18477
- #: wppa-settings-autosave.php:8674
18478
  #, fuzzy
18479
  msgid "The size of the QR code display."
18480
  msgstr "Die Größe der QR-Code-Anzeige."
18481
 
18482
- #: wppa-settings-autosave.php:8682
18483
  #, fuzzy
18484
  msgid "QR color"
18485
  msgstr "QR-Farbe"
18486
 
18487
- #: wppa-settings-autosave.php:8683
18488
  #, fuzzy
18489
  msgid "The display color of the qr code (dark)"
18490
  msgstr "Die Anzeigefarbe des qr-Codes (dunkel)"
18491
 
18492
- #: wppa-settings-autosave.php:8684
18493
  #, fuzzy
18494
  msgid "This color MUST be given in hexadecimal format!"
18495
  msgstr "Diese Farbe sind im hexadezimalen Format anzugeben!"
18496
 
18497
- #: wppa-settings-autosave.php:8691
18498
  #, fuzzy
18499
  msgid "QR background color"
18500
  msgstr "Hintergrundfarbe"
18501
 
18502
- #: wppa-settings-autosave.php:8692
18503
  #, fuzzy
18504
  msgid "The background color of the qr code (light)"
18505
  msgstr "Die Hintergrundfarbe des qr-Codes (Licht)"
18506
 
18507
- #: wppa-settings-autosave.php:8700
18508
  #, fuzzy
18509
  msgid "CDN Service"
18510
  msgstr "CDN-Service"
18511
 
18512
- #: wppa-settings-autosave.php:8701
18513
  #, fuzzy
18514
  msgid "Select a CDN Service you want to use."
18515
  msgstr "Wählen Sie ein CDN-Dienst verwenden möchten."
18516
 
18517
- #: wppa-settings-autosave.php:8704
18518
  #, fuzzy
18519
  msgid "Cloudinary in maintenance mode"
18520
  msgstr "Cloudinary im Wartungsmodus"
18521
 
18522
- #: wppa-settings-autosave.php:8714
18523
  #, fuzzy
18524
  msgid "Cloud name"
18525
  msgstr "Cloud-name"
18526
 
18527
- #: wppa-settings-autosave.php:8723
18528
  #, fuzzy
18529
  msgid "API key"
18530
  msgstr "API Key"
18531
 
18532
- #: wppa-settings-autosave.php:8732
18533
  #, fuzzy
18534
  msgid "API secret"
18535
  msgstr "API Secret"
18536
 
18537
- #: wppa-settings-autosave.php:8741
18538
  #, fuzzy
18539
  msgid "Delete all"
18540
  msgstr "Alles löschen"
18541
 
18542
- #: wppa-settings-autosave.php:8742
18543
  #, fuzzy
18544
  msgid "Deletes them all !!!"
18545
  msgstr "Löscht sie alle!!!"
18546
 
18547
- #: wppa-settings-autosave.php:8750
18548
  #, fuzzy
18549
  msgid "Delete derived images"
18550
  msgstr "Abgeleitete Bilder löschen"
18551
 
18552
- #: wppa-settings-autosave.php:8751
18553
  #, fuzzy
18554
  msgid "Deletes all derived images !!!"
18555
  msgstr "Löscht alle abgeleiteten Bilder!!!"
18556
 
18557
- #: wppa-settings-autosave.php:8759
18558
  #, fuzzy
18559
  msgid "Max lifetime"
18560
  msgstr "Max. Lebensdauer"
18561
 
18562
- #: wppa-settings-autosave.php:8760
18563
  #, fuzzy
18564
  msgid "Old images from local server, new images from Cloudinary."
18565
  msgstr "Alte Bilder von lokalen Server, neue Bilder von Cloudinary."
18566
 
18567
- #: wppa-settings-autosave.php:8761
18568
  #, fuzzy
18569
  msgid ""
18570
  "If NOT set to Forever: You need to run Table VIII-B15 on a regular basis."
@@ -18572,52 +18672,52 @@ msgstr ""
18572
  "Wenn Sie nicht für immer: Sie müssen Tabelle VIII-B15 in regelmäßigen "
18573
  "Abständen ausführen."
18574
 
18575
- #: wppa-settings-autosave.php:8763
18576
  #, fuzzy
18577
  msgid "Forever"
18578
  msgstr "Immer"
18579
 
18580
- #: wppa-settings-autosave.php:8794
18581
  #, fuzzy
18582
  msgid "Cloudinary usage"
18583
  msgstr "Cloudinary Nutzung"
18584
 
18585
- #: wppa-settings-autosave.php:8830
18586
  #, fuzzy
18587
  msgid "Cloudinary usage data not available"
18588
  msgstr "Cloudinary Nutzungsdaten nicht verfügbar"
18589
 
18590
- #: wppa-settings-autosave.php:8834
18591
  #, fuzzy
18592
  msgid "Cloudinary routines not installed."
18593
  msgstr "Cloudinary-Routinen nicht installiert."
18594
 
18595
- #: wppa-settings-autosave.php:8845
18596
  #, fuzzy
18597
  msgid "Cloudinary"
18598
  msgstr "Cloudinary"
18599
 
18600
- #: wppa-settings-autosave.php:8846
18601
  #, fuzzy
18602
  msgid "<span style=\"color:red;\">Requires at least PHP version 5.3</span>"
18603
  msgstr "<span style=\"color:red;\">Erfordert mindestens PHP Version 5.3</span>"
18604
 
18605
- #: wppa-settings-autosave.php:8855
18606
  #, fuzzy
18607
  msgid "GPX Implementation"
18608
  msgstr "GPX-Umsetzung"
18609
 
18610
- #: wppa-settings-autosave.php:8856
18611
  #, fuzzy
18612
  msgid "The way the maps are produced."
18613
  msgstr "So wie die Karten produziert werden."
18614
 
18615
- #: wppa-settings-autosave.php:8857
18616
  #, fuzzy
18617
  msgid "Select the way the maps are produced."
18618
  msgstr "Wählen Sie die Art, wie die Karten produziert werden."
18619
 
18620
- #: wppa-settings-autosave.php:8858
18621
  #, fuzzy
18622
  msgid ""
18623
  "When using Google maps GPX viewer plugin, you can not use Ajax (Table IV-A1)"
@@ -18625,7 +18725,7 @@ msgstr ""
18625
  "Wenn Sie mit Google maps GPX-Viewer Plugin, können Sie nicht Ajax (Tabelle "
18626
  "IV-A1)"
18627
 
18628
- #: wppa-settings-autosave.php:8859
18629
  #, fuzzy
18630
  msgid ""
18631
  "When using WPPA+ Embedded code, you can use Ajax, but there are less display "
@@ -18634,47 +18734,47 @@ msgstr ""
18634
  "Wenn Sie WPPA + Embedded Code verwenden, können Sie Ajax, aber es gibt "
18635
  "weniger Anzeigeoptionen."
18636
 
18637
- #: wppa-settings-autosave.php:8861
18638
  #, fuzzy
18639
  msgid "WPPA+ Embedded code"
18640
  msgstr "WPPA + Embedded code"
18641
 
18642
- #: wppa-settings-autosave.php:8861
18643
  #, fuzzy
18644
  msgid "Google maps GPX viewer plugin"
18645
  msgstr "Google maps GPX-Viewer plugin"
18646
 
18647
- #: wppa-settings-autosave.php:8869
18648
  #, fuzzy
18649
  msgid "Map height"
18650
  msgstr "Kartenhöhe"
18651
 
18652
- #: wppa-settings-autosave.php:8870
18653
  #, fuzzy
18654
  msgid "The height of the map display."
18655
  msgstr "Die Höhe der Kartendarstellung."
18656
 
18657
- #: wppa-settings-autosave.php:8878
18658
  #, fuzzy
18659
  msgid "Google maps API key"
18660
  msgstr "Google Maps API"
18661
 
18662
- #: wppa-settings-autosave.php:8879
18663
  #, fuzzy
18664
  msgid "Enter your Google maps api key here if you have one."
18665
  msgstr "Geben Sie Ihr Google maps API-Key hier, wenn Sie eine haben."
18666
 
18667
- #: wppa-settings-autosave.php:8887
18668
  #, fuzzy
18669
  msgid "GPX Shortcode"
18670
  msgstr "GPX-Shortcode"
18671
 
18672
- #: wppa-settings-autosave.php:8888
18673
  #, fuzzy
18674
  msgid "The shortcode to be used for the gpx feature."
18675
  msgstr "Die Kurzwahlnummer für die Gpx-Funktion verwendet werden."
18676
 
18677
- #: wppa-settings-autosave.php:8889
18678
  #, fuzzy
18679
  msgid ""
18680
  "Enter / modify the shortcode to be generated for the gpx plugin. It must "
@@ -18684,34 +18784,34 @@ msgstr ""
18684
  "werden. Es muss als Platzhalter für den Breitengrad und Längengrad w #lat "
18685
  "und w #lon enthalten."
18686
 
18687
- #: wppa-settings-autosave.php:8890
18688
  #, fuzzy
18689
  msgid "This item is required for using Google maps GPX viewer plugin only"
18690
  msgstr ""
18691
  "Dieses Element ist erforderlich für die Verwendung von Google Maps GPX-"
18692
  "Viewer Plugin nur"
18693
 
18694
- #: wppa-settings-autosave.php:8897
18695
  #, fuzzy
18696
  msgid "Fotomoto"
18697
  msgstr "Fotomoto"
18698
 
18699
- #: wppa-settings-autosave.php:8898
18700
  #, fuzzy
18701
  msgid "Yes, we use Fotomoto on this site. Read the help text!"
18702
  msgstr "Ja, wir verwenden Fotomoto auf dieser Seite. Lesen Sie den Hilfetext!"
18703
 
18704
- #: wppa-settings-autosave.php:8899
18705
  #, fuzzy
18706
  msgid "In order to function properly:"
18707
  msgstr "Um richtig zu funktionieren:"
18708
 
18709
- #: wppa-settings-autosave.php:8900
18710
  #, fuzzy
18711
  msgid "1. Get yourself a Fotomoto account."
18712
  msgstr "1. Holen Sie sich ein Fotomoto Konto."
18713
 
18714
- #: wppa-settings-autosave.php:8901
18715
  #, fuzzy
18716
  msgid ""
18717
  "2. Install the Fotomoto plugin, enter the \"Fotomoto Site Key:\" and check "
@@ -18720,29 +18820,29 @@ msgstr ""
18720
  "(2) die Fotomoto-Plugin zu installieren, geben Sie den \"Schlüssel Fotomoto "
18721
  "Standorts:\" und überprüfen Sie die \"API-Modus verwenden:\" Checkbox."
18722
 
18723
- #: wppa-settings-autosave.php:8902
18724
  #, fuzzy
18725
  msgid "Note: Do NOT Disable the Custom box in Table II-B14."
18726
  msgstr ""
18727
  "Hinweis: Nicht deaktivieren der benutzerdefinierten Feld in Tabelle II-B14."
18728
 
18729
- #: wppa-settings-autosave.php:8903
18730
  #, fuzzy
18731
  msgid "Do NOT remove the text w#fotomoto from the Custombox ( Table II-B15 )."
18732
  msgstr ""
18733
  "Entfernen Sie die Text-w #fotomoto nicht aus der Custombox (Tabelle II-B15)."
18734
 
18735
- #: wppa-settings-autosave.php:8911
18736
  #, fuzzy
18737
  msgid "Fotomoto fontsize"
18738
  msgstr "Fotomoto fontsize"
18739
 
18740
- #: wppa-settings-autosave.php:8912
18741
  #, fuzzy
18742
  msgid "Fontsize for the Fotomoto toolbar."
18743
  msgstr "FontSize für die Fotomoto-Symbolleiste."
18744
 
18745
- #: wppa-settings-autosave.php:8913
18746
  #, fuzzy
18747
  msgid ""
18748
  "If you set it here, it overrules a possible setting for font-size in ."
@@ -18751,27 +18851,27 @@ msgstr ""
18751
  "Wenn Sie hier einstellen, hebt es eine mögliche Einstellung für die "
18752
  "Schriftgröße in. FotomotoToolbarClass auf dem Armaturenbrett Fotomoto."
18753
 
18754
- #: wppa-settings-autosave.php:8921
18755
  #, fuzzy
18756
  msgid "Hide toolbar on running slideshows"
18757
  msgstr "Ausblenden der Symbolleiste zum Ausführen von Diashows"
18758
 
18759
- #: wppa-settings-autosave.php:8922
18760
  #, fuzzy
18761
  msgid "The Fotomoto toolbar will re-appear when the slidshow stops."
18762
  msgstr "Fotomoto Symbolleiste erscheinen erneut, wenn die Slidshow aufhört."
18763
 
18764
- #: wppa-settings-autosave.php:8929
18765
  #, fuzzy
18766
  msgid "Fotomoto minwidth"
18767
  msgstr "Fotomoto minwidth"
18768
 
18769
- #: wppa-settings-autosave.php:8930
18770
  #, fuzzy
18771
  msgid "Minimum width to display Fotomoto toolbar."
18772
  msgstr "Minimale Breite Fotomoto Symbolleiste angezeigt."
18773
 
18774
- #: wppa-settings-autosave.php:8931
18775
  #, fuzzy
18776
  msgid ""
18777
  "The display of the Fotomoto Toolbar will be suppressed on smaller slideshows."
@@ -18779,47 +18879,47 @@ msgstr ""
18779
  "Die Anzeige der Symbolleiste Fotomoto wird auf kleinere Diashows unterdrückt "
18780
  "werden."
18781
 
18782
- #: wppa-settings-autosave.php:8956
18783
  #, fuzzy
18784
  msgid "Table X:"
18785
  msgstr "Tabelle x."
18786
 
18787
- #: wppa-settings-autosave.php:8956
18788
  #, fuzzy
18789
  msgid "IPTC Configuration:"
18790
  msgstr "IPTC-Konfiguration:"
18791
 
18792
- #: wppa-settings-autosave.php:8957
18793
  #, fuzzy
18794
  msgid "This table defines the IPTC configuration"
18795
  msgstr "Diese Tabelle definiert die IPTC-Konfiguration"
18796
 
18797
- #: wppa-settings-autosave.php:8988 wppa-settings-autosave.php:9056
18798
  #, fuzzy
18799
  msgid "Display"
18800
  msgstr "Anzeige"
18801
 
18802
- #: wppa-settings-autosave.php:8988 wppa-settings-autosave.php:9056
18803
  #, fuzzy
18804
  msgid "Hide"
18805
  msgstr "Ausblenden"
18806
 
18807
- #: wppa-settings-autosave.php:9018
18808
  #, fuzzy
18809
  msgid "Table XI:"
18810
  msgstr "Tabelle XI:"
18811
 
18812
- #: wppa-settings-autosave.php:9018
18813
  #, fuzzy
18814
  msgid "EXIF Configuration:"
18815
  msgstr "EXIF-Konfiguration:"
18816
 
18817
- #: wppa-settings-autosave.php:9019
18818
  #, fuzzy
18819
  msgid "This table defines the EXIF configuration"
18820
  msgstr "Diese Tabelle definiert die EXIF-Konfiguration"
18821
 
18822
- #: wppa-settings-autosave.php:9042
18823
  #, fuzzy
18824
  msgid ""
18825
  "Function exif_read_data() does not exist. This means that <b>EXIF</b> is not "
@@ -18831,17 +18931,17 @@ msgstr ""
18831
  "möchten, Fragen Sie Ihren Hosting-Anbieter hinzufügen <b>\"--Enable-Exif\"</"
18832
  "b> zu den Php <b>Befehl konfigurieren</b>."
18833
 
18834
- #: wppa-settings-autosave.php:9086
18835
  #, fuzzy
18836
  msgid "Table XII:"
18837
  msgstr "Tabelle XII:"
18838
 
18839
- #: wppa-settings-autosave.php:9086
18840
  #, fuzzy
18841
  msgid "WPPA+ and PHP Configuration:"
18842
  msgstr "WPPA + und PHP-Konfiguration:"
18843
 
18844
- #: wppa-settings-autosave.php:9087
18845
  #, fuzzy
18846
  msgid ""
18847
  "This table lists all WPPA+ constants and PHP server configuration parameters "
@@ -18850,202 +18950,202 @@ msgstr ""
18850
  "Diese Tabelle listet alle konstanten WPPA + und PHP-Server-Konfigurations-"
18851
  "Parameter und ist schreibgeschützt"
18852
 
18853
- #: wppa-settings-autosave.php:9102
18854
  #, fuzzy
18855
  msgid "Value"
18856
  msgstr "Wert ="
18857
 
18858
- #: wppa-settings-autosave.php:9108
18859
  #, fuzzy
18860
  msgid "Albums db table name."
18861
  msgstr "Alben-Db Tabellennamen."
18862
 
18863
- #: wppa-settings-autosave.php:9120
18864
  #, fuzzy
18865
  msgid "Photos db table name."
18866
  msgstr "Fotos Db Tabellennamen."
18867
 
18868
- #: wppa-settings-autosave.php:9132
18869
  #, fuzzy
18870
  msgid "Rating db table name."
18871
  msgstr "Bewertung Db Tabellennamen."
18872
 
18873
- #: wppa-settings-autosave.php:9144
18874
  #, fuzzy
18875
  msgid "Comments db table name."
18876
  msgstr "Tabellennamen Kommentare db."
18877
 
18878
- #: wppa-settings-autosave.php:9156
18879
  #, fuzzy
18880
  msgid "IPTC db table name."
18881
  msgstr "IPTC-Db Tabellennamen."
18882
 
18883
- #: wppa-settings-autosave.php:9168
18884
  #, fuzzy
18885
  msgid "EXIF db table name."
18886
  msgstr "EXIF-Db Tabellennamen."
18887
 
18888
- #: wppa-settings-autosave.php:9180 wppa-settings-autosave.php:9192
18889
  #, fuzzy
18890
  msgid "Index db table name."
18891
  msgstr "Index-Db Tabellennamen."
18892
 
18893
- #: wppa-settings-autosave.php:9204
18894
  #, fuzzy
18895
  msgid "Plugins main file name."
18896
  msgstr "Plugins Haupt-Dateinamen."
18897
 
18898
- #: wppa-settings-autosave.php:9210
18899
  #, fuzzy
18900
  msgid "ABSPATH windows proof"
18901
  msgstr "ABSPATH Windows Beweis"
18902
 
18903
- #: wppa-settings-autosave.php:9216
18904
  #, fuzzy
18905
  msgid "Path to plugins directory."
18906
  msgstr "Pfad zum Plugin-Verzeichnis."
18907
 
18908
- #: wppa-settings-autosave.php:9222
18909
  #, fuzzy
18910
  msgid "Plugins directory name."
18911
  msgstr "Plugins-Verzeichnis-Namen."
18912
 
18913
- #: wppa-settings-autosave.php:9228
18914
  #, fuzzy
18915
  msgid "Plugins directory url."
18916
  msgstr "Plugins-Verzeichnis Url."
18917
 
18918
- #: wppa-settings-autosave.php:9234
18919
  #, fuzzy
18920
  msgid "The relative upload directory."
18921
  msgstr "Die relative Upload-Verzeichnis."
18922
 
18923
- #: wppa-settings-autosave.php:9240
18924
  #, fuzzy
18925
  msgid "The upload directory path."
18926
  msgstr "Das Upload-Verzeichnis-Pfad."
18927
 
18928
- #: wppa-settings-autosave.php:9246
18929
  #, fuzzy
18930
  msgid "The upload directory url."
18931
  msgstr "Die Upload-Verzeichnis Url."
18932
 
18933
- #: wppa-settings-autosave.php:9252
18934
  #, fuzzy
18935
  msgid "The relative depot directory."
18936
  msgstr "Das relative Depot-Verzeichnis."
18937
 
18938
- #: wppa-settings-autosave.php:9258
18939
  #, fuzzy
18940
  msgid "The depot directory path."
18941
  msgstr "Der Depot-Verzeichnispfad."
18942
 
18943
- #: wppa-settings-autosave.php:9264
18944
  #, fuzzy
18945
  msgid "The depot directory url."
18946
  msgstr "Die Depot-Verzeichnis Url."
18947
 
18948
- #: wppa-settings-autosave.php:9270
18949
  #, fuzzy
18950
  msgid "The path to wp-content."
18951
  msgstr "Der Pfad zu wp-Content."
18952
 
18953
- #: wppa-settings-autosave.php:9276
18954
  #, fuzzy
18955
  msgid "WP Base upload dir."
18956
  msgstr "WP Basis Upload Richt."
18957
 
18958
- #: wppa-settings-autosave.php:9283
18959
  #, fuzzy
18960
  msgid "WP Content url."
18961
  msgstr "Wordpress Inhalt-URL"
18962
 
18963
- #: wppa-settings-autosave.php:9302
18964
  #, fuzzy, php-format
18965
  msgid "<br />Memory used on this page: %6.2f Mb."
18966
  msgstr "<br>Auf dieser Seite verwendete Speicher: %6.2f Mb."
18967
 
18968
- #: wppa-settings-autosave.php:9303
18969
  #, fuzzy, php-format
18970
  msgid "<br />There are %d settings and %d runtime parameters."
18971
  msgstr "<br>Es gibt Einstellungen %d und %d Runtime Parameter."
18972
 
18973
- #: wppa-settings-autosave.php:9382
18974
  #, fuzzy
18975
  msgid "The default for this setting is:"
18976
  msgstr "Der Standardwert für diese Einstellung ist:"
18977
 
18978
- #: wppa-settings-autosave.php:9399
18979
  #, fuzzy
18980
  msgid "Click for help"
18981
  msgstr "Klicke hier, um Hilfe zu erhalten!"
18982
 
18983
- #: wppa-settings-autosave.php:9443 wppa-settings-autosave.php:9461
18984
- #: wppa-settings-autosave.php:9490 wppa-settings-autosave.php:9513
18985
- #: wppa-settings-autosave.php:9543 wppa-settings-autosave.php:9570
18986
- #: wppa-settings-autosave.php:9596 wppa-settings-autosave.php:9645
18987
  #, fuzzy
18988
  msgid "Slug ="
18989
  msgstr "Slug"
18990
 
18991
- #: wppa-settings-autosave.php:9513 wppa-settings-autosave.php:9543
18992
- #: wppa-settings-autosave.php:9570 wppa-settings-autosave.php:9596
18993
  #, fuzzy
18994
  msgid "Values = yes, no"
18995
  msgstr "Werte = ja, Nein"
18996
 
18997
- #: wppa-settings-autosave.php:9542 wppa-settings-autosave.php:9568
18998
- #: wppa-settings-autosave.php:9595
18999
  #, fuzzy
19000
  msgid "Warning!"
19001
  msgstr "Warnung!"
19002
 
19003
- #: wppa-settings-autosave.php:9569 wppa-settings-autosave.php:9595
19004
  #, fuzzy
19005
  msgid "Please read the help"
19006
  msgstr "Bitte lesen Sie die Hilfe"
19007
 
19008
- #: wppa-settings-autosave.php:9645
19009
  #, fuzzy
19010
  msgid "Values = "
19011
  msgstr "Werte"
19012
 
19013
- #: wppa-settings-autosave.php:9720
19014
  #, fuzzy
19015
  msgid "Checked"
19016
  msgstr "Ausgewählt"
19017
 
19018
- #: wppa-settings-autosave.php:9721
19019
  #, fuzzy
19020
  msgid "Unchecked"
19021
  msgstr "Nicht ausgewählt"
19022
 
19023
- #: wppa-settings-autosave.php:9726
19024
  #, fuzzy
19025
  msgid "the photo specific link."
19026
  msgstr "die spezielle Foto-Link."
19027
 
19028
- #: wppa-settings-autosave.php:9758
19029
  #, fuzzy
19030
  msgid "Show!"
19031
  msgstr "Anzeigen"
19032
 
19033
- #: wppa-settings-autosave.php:9778
19034
  #, fuzzy
19035
  msgid "Not done yet"
19036
  msgstr "Noch fertig nicht"
19037
 
19038
- #: wppa-settings-autosave.php:9785
19039
  #, fuzzy
19040
  msgid "Start!"
19041
  msgstr "Starte"
19042
 
19043
- #: wppa-settings-autosave.php:9790
19044
  #, fuzzy
19045
  msgid "Locked!"
19046
  msgstr "GESPERRT"
19047
 
19048
- #: wppa-settings-autosave.php:9821
19049
  #, fuzzy
19050
  msgid ""
19051
  "You can not have popup and lightbox on thumbnails at the same time. Uncheck "
@@ -19055,7 +19155,7 @@ msgstr ""
19055
  "haben. Deaktivieren Sie entweder Tabelle IV-C8 oder wählen Sie einen anderen "
19056
  "Verknüpfungstyp in Tabelle VI-2."
19057
 
19058
- #: wppa-settings-autosave.php:9824
19059
  #, fuzzy, php-format
19060
  msgid ""
19061
  "It is important that you select a page that contains at least %%wppa%% or "
@@ -19064,7 +19164,7 @@ msgstr ""
19064
  "Es ist wichtig, dass Sie eine Seite auswählen, die mindestens enthält %% "
19065
  "Wppa %% oder [Wppa] [/wppa]."
19066
 
19067
- #: wppa-settings-autosave.php:9825
19068
  #, fuzzy
19069
  msgid ""
19070
  "If you ommit this, the link will not work at all or simply refresh the "
@@ -19073,12 +19173,12 @@ msgstr ""
19073
  "Wenn Sie weglassen, der Link nicht funktionieren oder einfach aktualisieren "
19074
  "(Homepage)."
19075
 
19076
- #: wppa-setup.php:500
19077
  #, fuzzy
19078
  msgid "IMPORTANT UPGRADE NOTICE"
19079
  msgstr "UPGRADE HINWEIS"
19080
 
19081
- #: wppa-setup.php:501
19082
  #, fuzzy
19083
  msgid ""
19084
  "Please CHECK your customized WPPA-STYLE.CSS file against the newly supplied "
@@ -19090,7 +19190,7 @@ msgstr ""
19090
  "Attribute. Beachten Sie die Tatsache, die meisten Einstellungen jetzt auf "
19091
  "der Adminseite-Einstellungen festgelegt werden können."
19092
 
19093
- #: wppa-setup.php:502
19094
  #, fuzzy
19095
  msgid ""
19096
  "Please REPLACE your customized WPPA-THEME.PHP file by the newly supplied "
@@ -19103,23 +19203,23 @@ msgstr ""
19103
  "Sie können es später ändern, wenn Sie es wünschen. Ihre aktuelle angepasste "
19104
  "Version ist nicht kompatibel mit dieser Version von der Plugin-Software."
19105
 
19106
- #: wppa-setup.php:530
19107
  #, fuzzy, php-format
19108
  msgid "WPPA+ successfully updated in multi site mode to db version %s."
19109
  msgstr "WPPA + aktualisiert erfolgreich in Multi-Site-Modus Db Version %s."
19110
 
19111
- #: wppa-setup.php:533
19112
  #, fuzzy, php-format
19113
  msgid "WPPA+ successfully updated in single site mode to db version %s."
19114
  msgstr ""
19115
  "WPPA + erfolgreich im single-Site-Modus auf Db Version %s aktualisiert."
19116
 
19117
- #: wppa-setup.php:538
19118
  #, fuzzy
19119
  msgid "An error occurred during update"
19120
  msgstr "Während der Aktualisierung ist ein Fehler aufgetreten."
19121
 
19122
- #: wppa-setup.php:844
19123
  #, fuzzy
19124
  msgid ""
19125
  "<span style=\"color:red\" >Warning: Do not upload copyrighted material!</"
@@ -19128,74 +19228,74 @@ msgstr ""
19128
  "<span style=\"color:red\">Warnung: Nicht hochladen Sie urheberrechtlich "
19129
  "geschütztes Material!</span>"
19130
 
19131
- #: wppa-setup.php:853 wppa-setup.php:857 wppa-setup.php:861
19132
  #, fuzzy
19133
  msgid "Select tags:"
19134
  msgstr "Wähle Autor"
19135
 
19136
- #: wppa-setup.php:864
19137
  #, fuzzy
19138
  msgid "Enter new tags:"
19139
  msgstr "Geben Sie neue Tags:"
19140
 
19141
- #: wppa-setup.php:1048
19142
  #, fuzzy
19143
  msgid "Vote for me!"
19144
  msgstr "Vote für mich!"
19145
 
19146
- #: wppa-setup.php:1049
19147
  #, fuzzy
19148
  msgid "Voted for me"
19149
  msgstr "Für mich gestimmt"
19150
 
19151
- #: wppa-setup.php:1396
19152
  #, fuzzy
19153
  msgid "NEW"
19154
  msgstr "Neu"
19155
 
19156
- #: wppa-setup.php:1398
19157
  #, fuzzy
19158
  msgid "MODIFIED"
19159
  msgstr "Geändert"
19160
 
19161
- #: wppa-setup.php:1448
19162
  #, fuzzy
19163
  msgid "Search in current section"
19164
  msgstr "Suche im aktuellen Abschnitt"
19165
 
19166
- #: wppa-setup.php:1449
19167
  #, fuzzy
19168
  msgid "Search in current results"
19169
  msgstr "Suche in aktuellen Ergebnissen"
19170
 
19171
- #: wppa-setup.php:1520
19172
  #, fuzzy
19173
  msgid "Type your custom url here"
19174
  msgstr "Geben Sie hier Ihre benutzerdefinierte url"
19175
 
19176
- #: wppa-setup.php:1521
19177
  #, fuzzy
19178
  msgid "Type the title here"
19179
  msgstr "Geben Sie den Titel hier"
19180
 
19181
- #: wppa-setup.php:1533 wppa-topten-widget.php:13 wppa-topten-widget.php:48
19182
  #: wppa-topten-widget.php:298
19183
  #, fuzzy
19184
  msgid "Top Ten Photos"
19185
  msgstr "Top 10 Fotos"
19186
 
19187
- #: wppa-setup.php:1536 wppa-thumbnail-widget.php:13
19188
  #: wppa-thumbnail-widget.php:166
19189
  #, fuzzy
19190
  msgid "Thumbnail Photos"
19191
  msgstr "Zeige Vorschaubilder"
19192
 
19193
- #: wppa-setup.php:1539
19194
  #, fuzzy
19195
  msgid "Search photos"
19196
  msgstr "Foto suchen"
19197
 
19198
- #: wppa-setup.php:1582
19199
  #, fuzzy
19200
  msgid ""
19201
  "The uploads directory does not exist, please do a regular WP upload first."
@@ -19203,82 +19303,82 @@ msgstr ""
19203
  "Das Upload-Verzeichnis ist nicht vorhanden, bitte hochladen zuerst eine "
19204
  "normale WP."
19205
 
19206
- #: wppa-setup.php:1586
19207
  #, fuzzy
19208
  msgid "Successfully created uploads directory."
19209
  msgstr "Erfolgreich erstellte Upload-Verzeichnis."
19210
 
19211
- #: wppa-setup.php:1597
19212
  #, fuzzy
19213
  msgid "Could not create the wppa directory."
19214
  msgstr "Die Wppa Verzeichnis konnte nicht erstellt werden."
19215
 
19216
- #: wppa-setup.php:1601
19217
  #, fuzzy
19218
  msgid "Successfully created wppa directory."
19219
  msgstr "Wppa Verzeichnis erfolgreich erstellt."
19220
 
19221
- #: wppa-setup.php:1611
19222
  #, fuzzy
19223
  msgid "Could not create the wppa thumbs directory."
19224
  msgstr "Die Wppa Daumen Verzeichnis konnte nicht erstellt werden."
19225
 
19226
- #: wppa-setup.php:1615
19227
  #, fuzzy
19228
  msgid "Successfully created wppa thumbs directory."
19229
  msgstr "Erfolgreich Wppa Daumen-Verzeichnis erstellt."
19230
 
19231
- #: wppa-setup.php:1625
19232
  #, fuzzy
19233
  msgid "Could not create the wppa watermarks directory."
19234
  msgstr "Die Wppa Wasserzeichen Verzeichnis konnte nicht erstellt werden."
19235
 
19236
- #: wppa-setup.php:1629
19237
  #, fuzzy
19238
  msgid "Successfully created wppa watermarks directory."
19239
  msgstr "Erfolgreich Wppa Wasserzeichen-Verzeichnis erstellt."
19240
 
19241
- #: wppa-setup.php:1639
19242
  #, fuzzy
19243
  msgid "Could not create the wppa fonts directory."
19244
  msgstr "Die Wppa-Fonts-Verzeichnis konnte nicht erstellt werden."
19245
 
19246
- #: wppa-setup.php:1643
19247
  #, fuzzy
19248
  msgid "Successfully created wppa fonts directory."
19249
  msgstr "Erfolgreich erstellt Wppa Fonts-Verzeichnis."
19250
 
19251
- #: wppa-setup.php:1655
19252
  #, fuzzy
19253
  msgid "Unable to create depot directory."
19254
  msgstr "Das Verzeichnis kann nicht erstellt werden."
19255
 
19256
- #: wppa-setup.php:1659
19257
  #, fuzzy
19258
  msgid "Successfully created wppa depot directory."
19259
  msgstr "Wppa Depot Verzeichnis erfolgreich erstellt."
19260
 
19261
- #: wppa-setup.php:1670
19262
  #, fuzzy
19263
  msgid "Unable to create user depot directory"
19264
  msgstr "Benutzer-Depot-Verzeichnis kann nicht erstellt"
19265
 
19266
- #: wppa-setup.php:1674
19267
  #, fuzzy
19268
  msgid "Successfully created wppa user depot directory."
19269
  msgstr "Erfolgreich erstellt Wppa Depot Benutzerverzeichnis."
19270
 
19271
- #: wppa-setup.php:1684
19272
  #, fuzzy
19273
  msgid "Unable to create temp directory"
19274
  msgstr "Kann das Verzeichnis nicht erstellen"
19275
 
19276
- #: wppa-setup.php:1688
19277
  #, fuzzy
19278
  msgid "Successfully created temp directory."
19279
  msgstr "Temp-Verzeichnis erstellt erfolgreich."
19280
 
19281
- #: wppa-setup.php:1696
19282
  #, fuzzy, php-format
19283
  msgid ""
19284
  "Ask your administrator to give you more rights, or create <b>%s</b> manually "
@@ -19631,11 +19731,11 @@ msgstr "Max-Nummer:"
19631
  msgid "Show photo names <small>under thumbnails only</small>:"
19632
  msgstr "Foto Namen <small>unter Miniaturansichten nur</small>zeigen:"
19633
 
19634
- #: wppa-thumbnails.php:177 wppa-thumbnails.php:1111 wppa-topten-widget.php:157
19635
  msgid "View the top rated photos"
19636
  msgstr "Betrachte die best bewertesten Fotos"
19637
 
19638
- #: wppa-thumbnails.php:1018
19639
  #, php-format
19640
  msgid "Missing thumbnail image #%s"
19641
  msgstr "Fehlende Miniaturansicht #%s"
@@ -19774,7 +19874,7 @@ msgstr "---Alle Fotos im System---"
19774
 
19775
  #: wppa-tinymce-scripts.php:207 wppa-tinymce-shortcodes.php:295
19776
  #: wppa-tinymce-shortcodes.php:318 wppa-tinymce-shortcodes.php:363
19777
- #: wppa-tinymce-shortcodes.php:386 wppa-tinymce-shortcodes.php:573
19778
  #, fuzzy
19779
  msgid "There are no albums yet"
19780
  msgstr "Bisher gibt es keine Alben"
@@ -19821,17 +19921,17 @@ msgstr "---Die meisten vor kurzem Foto hochgeladen---"
19821
  msgid "--- The photo of the day ---"
19822
  msgstr "---Das Foto des Tages---"
19823
 
19824
- #: wppa-tinymce-scripts.php:243 wppa-tinymce-shortcodes.php:447
19825
  #, fuzzy
19826
  msgid "There are no photos yet"
19827
  msgstr "Es sind (noch) keine Fotos"
19828
 
19829
- #: wppa-tinymce-scripts.php:249 wppa-tinymce-shortcodes.php:453
19830
  #, fuzzy
19831
  msgid "Specify the photo to be used"
19832
  msgstr "Geben Sie das Foto verwendet werden"
19833
 
19834
- #: wppa-tinymce-scripts.php:250 wppa-tinymce-shortcodes.php:454
19835
  #, fuzzy
19836
  msgid "You can select from a maximum of 100 most recently added photos"
19837
  msgstr "Sie können maximal 100 zuletzt hinzugefügten Fotos auswählen"
@@ -19841,7 +19941,7 @@ msgstr "Sie können maximal 100 zuletzt hinzugefügten Fotos auswählen"
19841
  msgid "The tags the photos should have:"
19842
  msgstr "Die Tags der Fotos sollte haben:"
19843
 
19844
- #: wppa-tinymce-scripts.php:259 wppa-tinymce-shortcodes.php:471
19845
  #, fuzzy
19846
  msgid "--- please select tag(s) ---"
19847
  msgstr "Bitte wählen Sie Tag(s) aus."
@@ -19857,12 +19957,12 @@ msgstr ""
19857
  "Sie dieses Kontrollkästchen. Lassen Sie es deaktiviert, wenn das Foto "
19858
  "Atleast nur einer der ausgewählten Tags haben müssen"
19859
 
19860
- #: wppa-tinymce-scripts.php:272 wppa-tinymce-shortcodes.php:596
19861
  #, fuzzy
19862
  msgid "The size of the display:"
19863
  msgstr "Die Größe des Displays:"
19864
 
19865
- #: wppa-tinymce-scripts.php:277 wppa-tinymce-shortcodes.php:601
19866
  #, fuzzy
19867
  msgid ""
19868
  "Specify the horizontal size in pixels or <span style=\"color:blue\" >auto</"
@@ -19871,7 +19971,7 @@ msgstr ""
19871
  "Geben Sie die horizontale Größe in Pixel oder <span style=\"color:blue"
19872
  "\">Auto</span>."
19873
 
19874
- #: wppa-tinymce-scripts.php:278 wppa-tinymce-shortcodes.php:602
19875
  #, fuzzy
19876
  msgid ""
19877
  "A value less than <span style=\"color:blue\" >100</span> will automaticly be "
@@ -19882,23 +19982,23 @@ msgstr ""
19882
  "style=\"color:blue\">Prozentsatz</span> des verfügbaren Platzes automatisch "
19883
  "interpretiert werden."
19884
 
19885
- #: wppa-tinymce-scripts.php:279 wppa-tinymce-shortcodes.php:603
19886
  #, fuzzy
19887
  msgid "Leave this blank for default size"
19888
  msgstr "Lassen Sie dies leer für Standardgröße"
19889
 
19890
- #: wppa-tinymce-scripts.php:284 wppa-tinymce-shortcodes.php:609
19891
  #: wppa-widget-admin.php:79
19892
  #, fuzzy
19893
  msgid "Horizontal alignment:"
19894
  msgstr "Horizontale Ausrichtung Info"
19895
 
19896
- #: wppa-tinymce-scripts.php:293 wppa-tinymce-shortcodes.php:618
19897
  #, fuzzy
19898
  msgid "Specify the alignment to be used or --- none ---"
19899
  msgstr "Geben Sie die Ausrichtung verwendet werden oder---keine---"
19900
 
19901
- #: wppa-tinymce-scripts.php:299 wppa-tinymce-shortcodes.php:628
19902
  #, fuzzy
19903
  msgid "Insert Gallery"
19904
  msgstr "Bildergalerie"
@@ -20188,7 +20288,7 @@ msgstr "Die Alben verwendet werden:"
20188
  msgid "Please select one or more albums"
20189
  msgstr "Bitte wählen Sie ein oder mehrere Alben"
20190
 
20191
- #: wppa-tinymce-shortcodes.php:309 wppa-upldr-widget.php:209 wppa-utils.php:418
20192
  #, fuzzy
20193
  msgid "All albums"
20194
  msgstr "Alle Alben"
@@ -20219,7 +20319,7 @@ msgid "No parent specification"
20219
  msgstr "Kein Elternteil-Spezifikation"
20220
 
20221
  #: wppa-tinymce-shortcodes.php:354 wppa-tinymce-shortcodes.php:377
20222
- #: wppa-tinymce-shortcodes.php:564
20223
  #, fuzzy
20224
  msgid "The generic parent"
20225
  msgstr "Die generische übergeordneten"
@@ -20244,112 +20344,112 @@ msgstr "Das Album Katze(n):"
20244
  msgid "--- please select category ---"
20245
  msgstr "Bitte eine Kategorie ausw&auml;hlen"
20246
 
20247
- #: wppa-tinymce-shortcodes.php:443
20248
  #, fuzzy
20249
- msgid "The most recently uploaded photo"
20250
- msgstr "Die meisten vor kurzem hochgeladene Foto"
20251
 
20252
  #: wppa-tinymce-shortcodes.php:444
20253
  #, fuzzy
20254
- msgid "The photo of the day"
20255
- msgstr "Das Foto des Tages"
20256
 
20257
- #: wppa-tinymce-shortcodes.php:461
20258
  #, fuzzy
20259
  msgid "Preview image:"
20260
  msgstr "Bildvorschau"
20261
 
20262
- #: wppa-tinymce-shortcodes.php:468
20263
  #, fuzzy
20264
  msgid "The photo tag(s):"
20265
  msgstr "Die Foto-Tags:"
20266
 
20267
- #: wppa-tinymce-shortcodes.php:482
20268
  #, fuzzy
20269
  msgid "Or / And:"
20270
  msgstr "Oder / und:"
20271
 
20272
- #: wppa-tinymce-shortcodes.php:484
20273
  #, fuzzy
20274
  msgid "Meet any"
20275
  msgstr "Einem begegnen"
20276
 
20277
- #: wppa-tinymce-shortcodes.php:485
20278
  #, fuzzy
20279
  msgid "Meet all"
20280
  msgstr "Erfüllen Sie alle"
20281
 
20282
- #: wppa-tinymce-shortcodes.php:491 wppa-tinymce-shortcodes.php:539
20283
  #, fuzzy
20284
  msgid "Additional features:"
20285
  msgstr "Zusatzfunktionen"
20286
 
20287
- #: wppa-tinymce-shortcodes.php:493
20288
  #, fuzzy
20289
  msgid "Enable Subsearch"
20290
  msgstr "Subsearch aktivieren"
20291
 
20292
- #: wppa-tinymce-shortcodes.php:494
20293
  #, fuzzy
20294
  msgid "Enable Rootsearch"
20295
  msgstr "Rootsearch aktivieren"
20296
 
20297
- #: wppa-tinymce-shortcodes.php:500
20298
  #, fuzzy
20299
  msgid "Search root:"
20300
  msgstr "Suche Root:"
20301
 
20302
- #: wppa-tinymce-shortcodes.php:519
20303
  #, fuzzy
20304
  msgid "Landing page:"
20305
  msgstr "Zielseite"
20306
 
20307
- #: wppa-tinymce-shortcodes.php:541
20308
  #, fuzzy
20309
  msgid "Enable all tags"
20310
  msgstr "Aktiviere Tags"
20311
 
20312
- #: wppa-tinymce-shortcodes.php:544
20313
  #, fuzzy
20314
  msgid "Please select the tags to show"
20315
  msgstr "Bitte wählen Sie die Tags zu zeigen"
20316
 
20317
- #: wppa-tinymce-shortcodes.php:550
20318
  #, fuzzy
20319
  msgid "There are no tags"
20320
  msgstr "Vorschau tags:"
20321
 
20322
- #: wppa-tinymce-shortcodes.php:581
20323
  #, fuzzy
20324
  msgid "Calendar type:"
20325
  msgstr "Kalendertyp"
20326
 
20327
- #: wppa-tinymce-shortcodes.php:584
20328
  #, fuzzy
20329
  msgid "By EXIF date"
20330
  msgstr "Fotos nach EXIF-Datum"
20331
 
20332
- #: wppa-tinymce-shortcodes.php:585
20333
  #, fuzzy
20334
  msgid "By date of upload"
20335
  msgstr "Fotos nach Datum hochladen"
20336
 
20337
- #: wppa-tinymce-shortcodes.php:586
20338
  #, fuzzy
20339
  msgid "By date last modified"
20340
  msgstr "Fotos nach Datum Änderung"
20341
 
20342
- #: wppa-tinymce-shortcodes.php:589
20343
  #, fuzzy
20344
  msgid "Last date first"
20345
  msgstr "Letztes Datum zuerst"
20346
 
20347
- #: wppa-tinymce-shortcodes.php:590
20348
  #, fuzzy
20349
  msgid "Initially display all"
20350
  msgstr "Zunächst alle anzeigen"
20351
 
20352
- #: wppa-tinymce-shortcodes.php:626
20353
  #, fuzzy
20354
  msgid ""
20355
  "This is a preview of the shortcode that is being generated. You may edit the "
@@ -20358,12 +20458,12 @@ msgstr ""
20358
  "Dies ist eine Vorschau auf die Kurzwahlnummer, die generiert wird. Sie "
20359
  "können den Kommentar bearbeiten."
20360
 
20361
- #: wppa-tinymce-shortcodes.php:629
20362
  #, fuzzy
20363
  msgid "insert Gallery"
20364
  msgstr "Bildergalerie"
20365
 
20366
- #: wppa-tinymce-shortcodes.php:629
20367
  #, fuzzy
20368
  msgid "Please complete the shortcode specs"
20369
  msgstr "Bitte füllen Sie die Kurzwahlnummer Spezifikationen"
@@ -21227,59 +21327,59 @@ msgstr "---Mein Depot---"
21227
  msgid "--- Ngg Galleries --- "
21228
  msgstr "---Ngg Galerien---"
21229
 
21230
- #: wppa-utils.php:288
21231
  #, fuzzy, php-format
21232
  msgid "Rating: %s"
21233
  msgstr "Bewertung - %s"
21234
 
21235
- #: wppa-utils.php:893 wppa-utils.php:904 wppa-utils.php:915
21236
  #, fuzzy
21237
  msgid "Notification of inappropriate image"
21238
  msgstr "Benachrichtigung über unangemessenes Bild"
21239
 
21240
- #: wppa-utils.php:894 wppa-utils.php:905 wppa-utils.php:916
21241
  #, fuzzy, php-format
21242
  msgid "Photo %s has been marked as inappropriate by %s different visitors."
21243
  msgstr ""
21244
  "Foto %s wurde von verschiedenen Besuchern %s als unangemessen markiert."
21245
 
21246
- #: wppa-utils.php:906
21247
  #, fuzzy
21248
  msgid "The status has been changed to 'pending'."
21249
  msgstr "Der Status wurde auf \"pending\" geändert."
21250
 
21251
- #: wppa-utils.php:917
21252
  #, fuzzy
21253
  msgid "It has been deleted."
21254
  msgstr "wurde gelöscht"
21255
 
21256
- #: wppa-utils.php:984
21257
  #, fuzzy
21258
  msgid "Your photo has a new approved comment"
21259
  msgstr "Dein Foto hat einen neuen zugelassenen Kommentar"
21260
 
21261
- #: wppa-utils.php:987
21262
  #, fuzzy
21263
  msgid "From:"
21264
  msgstr "Von:"
21265
 
21266
- #: wppa-utils.php:995
21267
  #, fuzzy
21268
  msgid "Approved comment on photo"
21269
  msgstr "Zugelassenen Kommentar auf Foto"
21270
 
21271
- #: wppa-utils.php:1042
21272
  #, fuzzy, php-format
21273
  msgid "The visitors email address is: <a href=\"mailto:%s\">%s</a>"
21274
  msgstr "Die Besucher-Email-Adresse ist: <a href=\"mailto:%s\">%s</a>"
21275
 
21276
- #: wppa-utils.php:1047
21277
  #, fuzzy, php-format
21278
  msgid "The visitor says his email address is: <a href=\"mailto:%s\">%s</a>"
21279
  msgstr ""
21280
  "Der Besucher erklärt seine e-Mail-Adresse ist: <a href=\"mailto:%s\">%s</a>"
21281
 
21282
- #: wppa-utils.php:1055
21283
  #, fuzzy, php-format
21284
  msgid ""
21285
  "This message is automaticly generated at %s. It is useless to respond to it."
@@ -21287,17 +21387,17 @@ msgstr ""
21287
  "Diese Nachricht wird automatisch an %s erzeugt. Es ist sinnlos, darauf zu "
21288
  "reagieren."
21289
 
21290
- #: wppa-utils.php:1262
21291
  #, fuzzy, php-format
21292
  msgid "Time out after processing %s items."
21293
  msgstr "Timeout nach %s Positionen bearbeiten."
21294
 
21295
- #: wppa-utils.php:1265 wppa-utils.php:1269
21296
  #, fuzzy, php-format
21297
  msgid "Time out after processing %s items. Please restart this operation"
21298
  msgstr "Timeout nach %s Positionen bearbeiten. Starten Sie diesen Vorgang"
21299
 
21300
- #: wppa-utils.php:2329
21301
  #, fuzzy
21302
  msgid "There are no ratings between"
21303
  msgstr "Es gibt keine Bewertungen zwischen"
@@ -21542,134 +21642,30 @@ msgstr "Wählen Sie den Inhalt des Untertitels."
21542
  msgid "There are too many photos in the selection to show a preview ( %d )"
21543
  msgstr "Es gibt zu viele Fotos in der Auswahl eine Vorschau (% d) zu zeigen,"
21544
 
21545
- #: wppa-widget-functions.php:150
21546
  msgid "- select (another) album or a set -"
21547
  msgstr "-Wählen Sie (ein weiteres) Album oder eine Gruppe-"
21548
 
21549
- #: wppa-widget-functions.php:185
21550
  msgid "- all albums -"
21551
  msgstr "- Alle Alben -"
21552
 
21553
- #: wppa-widget-functions.php:187
21554
  msgid "- all -separate- albums -"
21555
  msgstr "- Alle -separate- Alben -"
21556
 
21557
- #: wppa-widget-functions.php:189
21558
  msgid "- all albums except -separate-"
21559
  msgstr "-alle Alben außer - separate-"
21560
 
21561
- #: wppa-widget-functions.php:191
21562
  msgid "- top rated photos -"
21563
  msgstr "- Hoch bewertete Fotos -"
21564
 
21565
- #: wppa-widget-functions.php:192
21566
  msgid "- start over -"
21567
  msgstr "- Neu beginnen -"
21568
 
21569
- #: wppa.php:377
21570
- #, fuzzy
21571
- msgid ""
21572
- "</strong><h3>WP Photo ALbum Plus Error message</h3>This is a multi site "
21573
- "installation. One of the following 3 lines must be entered in wp-config.php:"
21574
- msgstr ""
21575
- "<h3>WP Photo ALbum Plus Fehlermeldung</h3>Dies ist ein Multi-Site-"
21576
- "Installation. Eines der folgenden 3 Zeilen eingegeben werden in wp-Config."
21577
- "php:"
21578
-
21579
- #: wppa.php:378
21580
- #, fuzzy
21581
- msgid ""
21582
- "<br /><br /><b>define( 'WPPA_MULTISITE_INDIVIDUAL', true );</b> <small>// "
21583
- "Multisite WP 3.5 or later with every site its own albums and photos</small>"
21584
- msgstr ""
21585
- "<br><br><b>definieren (\"WPPA_MULTISITE_INDIVIDUAL\", true);</b> <small>/ / "
21586
- "Multisite WP 3,5 oder später mit jedem Standort eine eigene Alben und Fotos</"
21587
- "small>"
21588
-
21589
- #: wppa.php:379
21590
- #, fuzzy
21591
- msgid ""
21592
- "<br /><b>define( 'WPPA_MULTISITE_BLOGSDIR', true );</b> <small>// Multisite "
21593
- "prior to WP 3.5 with every site its own albums and photos</small>"
21594
- msgstr ""
21595
- "<br><b>definieren (\"WPPA_MULTISITE_BLOGSDIR\", true);</b> <small>/ / "
21596
- "Multisite vor WP 3.5 mit jedem Standort eine eigene Alben und Fotos</small>"
21597
-
21598
- #: wppa.php:380
21599
- #, fuzzy
21600
- msgid ""
21601
- "<br /><b>define( 'WPPA_MULTISITE_GLOBAL', true );</b> <small>// Multisite "
21602
- "with one common set of albums and photos</small>"
21603
- msgstr ""
21604
- "<br><b>definieren (\"WPPA_MULTISITE_GLOBAL\", true);</b> <small>/ / "
21605
- "Multisite mit einem gemeinsamen Alben und Fotos</small>"
21606
-
21607
- #: wppa.php:381
21608
- #, fuzzy
21609
- msgid ""
21610
- "<br /><br />For more information see: <a href=\"https://wordpress.org/"
21611
- "plugins/wp-photo-album-plus/faq/\">the faq</a>"
21612
- msgstr ""
21613
- "<br><br>Weitere Informationen finden Sie unter: <a href=\"https://wordpress."
21614
- "org/plugins/wp-photo-album-plus/faq/\">faq</a>"
21615
-
21616
- #: wppa.php:382
21617
- #, fuzzy
21618
- msgid ""
21619
- "<br /><br /><em>If you upload photos, they will be placed in the wrong "
21620
- "location and will not be visible for visitors!</em><strong>"
21621
- msgstr ""
21622
- "<br><br><em>Wenn Sie Fotos hochladen, sie an der falschen Stelle platziert "
21623
- "werden und werden nicht sichtbar für die Besucher!</em><strong></strong>"
21624
-
21625
- #: wppa.php:399
21626
- #, fuzzy
21627
- msgid ""
21628
- "</strong>The photo index table needs to be rebuilt. Please run <b>Photo "
21629
- "Albums -> Settings</b> admin page <b>Table VIII-A9</b><strong>"
21630
- msgstr ""
21631
- "Der Foto-Index-Tabelle muss neu erstellt werden. Bitte führen Sie "
21632
- "<b>Fotoalben-> Einstellungen</b> Adminseite <b>Tabelle VIII-A9</b><strong></"
21633
- "strong>"
21634
-
21635
- #: wppa.php:403
21636
- #, fuzzy
21637
- msgid ""
21638
- "</strong>The album index table needs to be rebuilt. Please run <b>Photo "
21639
- "Albums -> Settings</b> admin page <b>Table VIII-A8</b><strong>"
21640
- msgstr ""
21641
- "Die Album-Index-Tabelle muss neu erstellt werden. Bitte führen Sie "
21642
- "<b>Fotoalben-> Einstellungen</b> Adminseite <b>Tabelle VIII-A8</b><strong></"
21643
- "strong>"
21644
-
21645
- #: wppa.php:407
21646
- #, fuzzy
21647
- msgid ""
21648
- "</strong>The avarage ratings need to be recalculated. Please run <b>Photo "
21649
- "Albums -> Settings</b> admin page <b>Table VIII-A5</b><strong>"
21650
- msgstr ""
21651
- "Die durchschnittlichen Bewertungen müssen neu berechnet werden. Bitte führen "
21652
- "Sie <b>Fotoalben-> Einstellungen</b> Adminseite <b>Tabelle VIII-A5</"
21653
- "b><strong></strong>"
21654
-
21655
- #: wppa.php:427
21656
- #, fuzzy
21657
- msgid ""
21658
- "</strong>The tags system needs to be converted. Please run <b>Photo Albums -"
21659
- "> Settings</b> admin page <b>Table VIII-B16</b><strong>"
21660
- msgstr ""
21661
- "Tags-System muss konvertiert werden. Bitte führen Sie <b>Fotoalben-> "
21662
- "Einstellungen</b> Adminseite <b>Tabelle VIII-B16</b><strong></strong>"
21663
-
21664
- #: wppa.php:445
21665
- #, fuzzy
21666
- msgid ""
21667
- "</strong>The cats system needs to be converted. Please run <b>Photo Albums -"
21668
- "> Settings</b> admin page <b>Table VIII-B17</b><strong>"
21669
- msgstr ""
21670
- "Das Katzen-System muss konvertiert werden. Bitte führen Sie <b>Fotoalben-> "
21671
- "Einstellungen</b> Adminseite <b>Tabelle VIII-B17</b><strong></strong>"
21672
-
21673
  #. Plugin Name of the plugin/theme
21674
  msgid "WP Photo Album Plus"
21675
  msgstr "WP Photo Album Plus"
@@ -21694,6 +21690,33 @@ msgstr "J.N. Breetvelt a.k.a. OpaJaap"
21694
  msgid "http://wppa.opajaap.nl/"
21695
  msgstr "http://wppa.opajaap.nl/"
21696
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21697
  #, fuzzy
21698
  #~ msgid "Use translations"
21699
  #~ msgstr "Übersetzungen verwenden"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Photo Album Plus\n"
4
+ "POT-Creation-Date: 2016-06-10 15:30+0200\n"
5
+ "PO-Revision-Date: 2016-06-10 15:30+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"
30
  #: wppa-album-admin-autosave.php:1524 wppa-album-admin-autosave.php:1598
31
  #: wppa-album-admin-autosave.php:1709 wppa-album-admin-autosave.php:2031
32
  #: wppa-comment-admin.php:318 wppa-comment-admin.php:387
33
+ #: wppa-comment-admin.php:405 wppa-setup.php:1250 wppa-thumbnails.php:638
34
  msgid "Edit"
35
  msgstr "Bearbeiten"
36
 
39
  msgstr "Warnung. Keine Seite für die Suchergebnisse definiert!"
40
 
41
  #: theme/photo-album-search-page.php:39 wppa-boxes-html.php:169
42
+ #: wppa-settings-autosave.php:421 wppa-settings-autosave.php:3241
43
  msgid "Search"
44
  msgstr "Suche"
45
 
92
  msgid "Settings file not found"
93
  msgstr "Einstellungsdatei nicht gefunden"
94
 
95
+ #: wppa-admin-functions.php:204 wppa-admin-functions.php:208 wppa-ajax.php:2579
96
+ #: wppa-ajax.php:2586
97
  #, fuzzy
98
  msgid "Please supply a numeric value greater than or equal to"
99
  msgstr "Bitte geben Sie einen numerischen Wert größer als oder gleich"
100
 
101
+ #: wppa-admin-functions.php:204 wppa-admin-functions.php:208 wppa-ajax.php:2579
102
+ #: wppa-ajax.php:2586
103
  #, fuzzy
104
  msgid "for"
105
  msgstr "für"
106
 
107
+ #: wppa-admin-functions.php:208 wppa-ajax.php:2586
108
  #, fuzzy
109
  msgid "and less than or equal to"
110
  msgstr "Kleiner oder gleich"
252
  msgid "Photo&thinsp;Albums"
253
  msgstr "Foto &thinsp; Alben"
254
 
255
+ #: wppa-admin.php:57 wppa-adminbar.php:40 wppa-settings-autosave.php:5917
256
  #, fuzzy
257
  msgid "Album Admin"
258
  msgstr "Album-Admin"
259
 
260
+ #: wppa-admin.php:58 wppa-adminbar.php:47 wppa-settings-autosave.php:5918
261
  #: wppa-upload-widget.php:79 wppa-upload.php:88
262
  #, fuzzy
263
  msgid "Upload Photos"
268
  msgid "Edit Photos"
269
  msgstr "Fotos bearbeiten"
270
 
271
+ #: wppa-admin.php:63 wppa-adminbar.php:61 wppa-settings-autosave.php:5919
272
  #: wppa-upload.php:459
273
  #, fuzzy
274
  msgid "Import Photos"
280
  msgstr "Moderate Fotos"
281
 
282
  #: wppa-admin.php:65 wppa-adminbar.php:75 wppa-export.php:32
283
+ #: wppa-settings-autosave.php:5921
284
  #, fuzzy
285
  msgid "Export Photos"
286
  msgstr "Exportieren von Fotos"
287
 
288
  #: wppa-admin.php:66 wppa-adminbar.php:82 wppa-comment-admin.php:223
289
+ #: wppa-settings-autosave.php:5922
290
  #, fuzzy
291
  msgid "Settings"
292
  msgstr "Plugin-Einstellungen"
297
  msgstr "Foto des Tages Widget"
298
 
299
  #: wppa-admin.php:67 wppa-adminbar.php:89 wppa-potd-widget.php:60
300
+ #: wppa-settings-autosave.php:5923 wppa-setup.php:1521
301
  #, fuzzy
302
  msgid "Photo of the day"
303
  msgstr "Foto des Tages"
308
  msgstr "Kommentare verwalten"
309
 
310
  #: wppa-admin.php:68 wppa-adminbar.php:96 wppa-settings-autosave.php:411
311
+ #: wppa-settings-autosave.php:3070 wppa-settings-autosave.php:8339
312
+ #: wppa-settings-autosave.php:8384
313
  #, fuzzy
314
  msgid "Comments"
315
  msgstr "Kommentare"
339
  msgid "Import"
340
  msgstr "Importieren"
341
 
342
+ #: wppa-admin.php:122 wppa-settings-autosave.php:9517
343
  #, fuzzy
344
  msgid "Update"
345
  msgstr "Aktualisieren"
346
 
347
+ #: wppa-adminbar.php:103 wppa-settings-autosave.php:5925
348
  #, fuzzy
349
  msgid "Help & Info"
350
  msgstr "Hilfe und Information"
395
  msgid "Title:"
396
  msgstr "Titel:"
397
 
398
+ #: wppa-ajax.php:174
399
  #, fuzzy
400
  msgid ""
401
  "All modifications are instantly updated on the server. The <b style=\"color:"
406
  "#070\">Das Bemerkungsfeld</b> informiert Sie über die Maßnahmen, die im "
407
  "Hintergrund."
408
 
409
+ #: wppa-ajax.php:177
410
  #, fuzzy
411
  msgid "Exit & Refresh"
412
  msgstr "Ausfahrt & aktualisieren"
413
 
414
+ #: wppa-ajax.php:251 wppa-ajax.php:317 wppa-ajax.php:352 wppa-ajax.php:630
415
+ #: wppa-ajax.php:895 wppa-ajax.php:2536
416
  #, fuzzy
417
  msgid "Security check failure"
418
  msgstr "Sicherheitsfehler check"
419
 
420
+ #: wppa-ajax.php:285 wppa-ajax.php:341
421
  #, fuzzy
422
  msgid "You do not have the rights to moderate photos this way"
423
  msgstr "Sie haben nicht die Rechte an Fotos auf diese Weise moderieren"
424
 
425
+ #: wppa-ajax.php:301 wppa-ajax.php:1173
426
  #, fuzzy
427
  msgid "Photo comment approved"
428
  msgstr "Foto Kommentar genehmigt"
429
 
430
+ #: wppa-ajax.php:314
431
  #, fuzzy, php-format
432
  msgid "Failed to update stutus of photo %s"
433
  msgstr "Fehler beim Aktualisieren der Stutus Foto %s"
434
 
435
+ #: wppa-ajax.php:314 wppa-ajax.php:321
436
  #, fuzzy
437
  msgid "Please refresh the page"
438
  msgstr "Bitte aktualisieren Sie die Seite."
439
 
440
+ #: wppa-ajax.php:321
441
  #, fuzzy, php-format
442
  msgid "Failed to update stutus of comment %s"
443
  msgstr "Fehler beim Aktualisieren der Stutus Kommentar %s"
444
 
445
+ #: wppa-ajax.php:336 wppa-ajax.php:356
446
  #, fuzzy
447
  msgid "Photo removed"
448
  msgstr "Foto entfernt"
449
 
450
+ #: wppa-ajax.php:361
451
  #, fuzzy
452
  msgid "Comment removed"
453
  msgstr "Kommentar entfernt"
454
 
455
+ #: wppa-ajax.php:362
456
  #, fuzzy
457
  msgid "Could not remove comment"
458
  msgstr "Kommentar konnte nicht entfernt werden."
459
 
460
+ #: wppa-ajax.php:365 wppa-ajax.php:763
461
  #, fuzzy
462
  msgid "Unexpected error"
463
  msgstr "Unerwarteter Fehler"
464
 
465
+ #: wppa-ajax.php:371
466
  #, fuzzy
467
  msgid "This feature is not enabled on this website"
468
  msgstr "Diese Funktion ist auf dieser Website nicht aktiviert."
469
 
470
+ #: wppa-ajax.php:383
471
  #, fuzzy
472
  msgid "The album is empty"
473
  msgstr "Das ALbum ist leer."
474
 
475
+ #: wppa-ajax.php:392 wppa-ajax.php:471 wppa-ajax.php:593
476
  #, fuzzy
477
  msgid "Unable to create zip archive"
478
  msgstr "Konnte kein Archiv erstellen."
479
 
480
+ #: wppa-ajax.php:404
481
  #, fuzzy, php-format
482
  msgid "Unable to create zip archive. code = %s"
483
  msgstr "Zip-Archiv erstellen nicht möglich. Code = %s"
484
 
485
+ #: wppa-ajax.php:441
486
  #, fuzzy, php-format
487
  msgid "Only %s out of %s photos could be added to the zipfile"
488
  msgstr "Die ZIP-Datei kann nur %s von %s Fotos hinzugefügt werden"
489
 
490
+ #: wppa-ajax.php:479
491
  #, fuzzy
492
  msgid "Unable to create zipsdir"
493
  msgstr "Nicht in der Lage, Zipsdir zu erstellen"
494
 
495
+ #: wppa-ajax.php:504 wppa-functions.php:2072 wppa-thumbnails.php:613
496
  #, fuzzy
497
  msgid "Selected"
498
  msgstr "Ausgewählt"
499
 
500
+ #: wppa-ajax.php:534
501
  #, fuzzy
502
  msgid "Unknown source of request"
503
  msgstr "Unbekannte Quelle der Anfrage"
504
 
505
+ #: wppa-ajax.php:552
506
  #, fuzzy
507
  msgid "Empty filename"
508
  msgstr "Leerer Dateiname"
509
 
510
+ #: wppa-ajax.php:579
511
  #, fuzzy
512
  msgid "Unable to create tempdir"
513
  msgstr "Keine Tempdir erstellen"
514
 
515
+ #: wppa-ajax.php:603
516
  #, fuzzy
517
  msgid "Unknown type"
518
  msgstr "不明类型:"
519
 
520
+ #: wppa-ajax.php:612
521
  #, fuzzy
522
  msgid "The photo does no longer exist"
523
  msgstr "Das Foto ist nicht mehr vorhanden"
524
 
525
+ #: wppa-ajax.php:644
526
  #, fuzzy
527
  msgid "An error occurred while processing you rating request."
528
  msgstr "Bei der Verarbeitung du ne Anfrage ist ein Fehler aufgetreten."
529
 
530
+ #: wppa-ajax.php:645
531
  #, fuzzy
532
  msgid "Maybe you opened the page too long ago to recognize you."
533
  msgstr ""
534
  "Vielleicht öffnete Sie vor allzu langer Zeit die Seite um Sie zu erkennen."
535
 
536
+ #: wppa-ajax.php:646
537
  #, fuzzy
538
  msgid "You may refresh the page and try again."
539
  msgstr "Sie können die Seite aktualisieren und versuchen Sie es erneut."
540
 
541
+ #: wppa-ajax.php:647
542
  #, fuzzy
543
  msgid ""
544
  "Althoug an error occurred while processing your rating, your vote has been "
547
  "Althoug Während Ihrer Bewertung ein Fehler aufgetreten ist, hat Ihre Stimme "
548
  "wurde registriert."
549
 
550
+ #: wppa-ajax.php:648
551
  #, fuzzy
552
  msgid "However, this may not be reflected in the current pageview"
553
  msgstr "Jedoch kann dies nicht in der aktuellen Seitenzugriff niederschlagen"
554
 
555
+ #: wppa-ajax.php:670
556
  #, fuzzy
557
  msgid "Photo has been removed."
558
  msgstr "Foto wurde entfernt."
559
 
560
+ #: wppa-ajax.php:679
561
  #, fuzzy
562
  msgid "Sorry, you can not rate your own photos"
563
  msgstr "Leider können Sie nicht Ihre eigenen Fotos bewerten"
564
 
565
+ #: wppa-ajax.php:691
566
  #, fuzzy
567
  msgid "Please enter a comment."
568
  msgstr "Bitte geben Sie einen Kommentar ein."
569
 
570
+ #: wppa-ajax.php:716
571
  #, fuzzy
572
  msgid "Security check failure."
573
  msgstr "Sicherheitsfehler überprüfen."
574
 
575
+ #: wppa-ajax.php:728 wppa-ajax.php:744
576
  #, fuzzy
577
  msgid "Photo rated"
578
  msgstr "Foto bewertet"
579
 
580
+ #: wppa-ajax.php:847
581
  #, fuzzy
582
  msgid ""
583
  "Please explain your vote in a comment.\n"
593
  "Im Anschluss an Ihren Kommentar können Sie aktualisieren Sie die Seite um zu "
594
  "sehen, dass Ihre Stimme in Kraft trat."
595
 
596
+ #: wppa-ajax.php:891
597
  #, fuzzy
598
  msgid "You do not have the rights to delete a photo"
599
  msgstr "Sie haben nicht das Recht auf ein Foto löschen"
600
 
601
+ #: wppa-ajax.php:901
602
  #, fuzzy, php-format
603
  msgid "Photo %s has been deleted"
604
  msgstr "Foto %s wurde gelöscht"
605
 
606
+ #: wppa-ajax.php:917
607
  #, fuzzy
608
  msgid "You do not have the rights to update album information"
609
  msgstr ""
610
  "Sie verfügen nicht über die Rechte zum Album Informationen zu aktualisieren"
611
 
612
+ #: wppa-ajax.php:929
613
  #, fuzzy
614
  msgid "<b>Ratings cleared</b>"
615
  msgstr "<b>Bewertungen gelöscht</b>"
616
 
617
+ #: wppa-ajax.php:929 wppa-ajax.php:935 wppa-photo-admin-autosave.php:318
618
  #, fuzzy
619
  msgid "No ratings for this photo."
620
  msgstr "Noch keine Bewertungen für dieses Foto."
621
 
622
+ #: wppa-ajax.php:932
623
  #, fuzzy
624
  msgid "An error occurred while clearing ratings"
625
  msgstr "Beim Löschen Bewertungen ist ein Fehler aufgetreten"
626
 
627
+ #: wppa-ajax.php:935 wppa-ajax.php:956 wppa-ajax.php:978
628
  #, fuzzy
629
  msgid "<b>No photos in this album</b>"
630
  msgstr "<b>Keine Bilder in diesem Album</b>"
631
 
632
+ #: wppa-ajax.php:950
633
  #, fuzzy
634
  msgid "<b>Tags set to defaults</b> (reload)"
635
  msgstr "<b>Tags auf Standardwerte gesetzt</b> (neu laden)"
636
 
637
+ #: wppa-ajax.php:953
638
  #, fuzzy
639
  msgid "An error occurred while setting tags"
640
  msgstr "Fehler beim Festlegen von tags"
641
 
642
+ #: wppa-ajax.php:972
643
  #, fuzzy
644
  msgid "<b>Tags added width defaults</b> (reload)"
645
  msgstr "<b>Breite Standardwerte mit Markierungen</b> (neu laden)"
646
 
647
+ #: wppa-ajax.php:975
648
  #, fuzzy
649
  msgid "An error occurred while adding tags"
650
  msgstr "Fehler beim Hinzufügen von tags"
651
 
652
+ #: wppa-ajax.php:1001
653
  #, fuzzy
654
  msgid "No subalbums found to process"
655
  msgstr "Keine Subalbums gefunden, um Prozess"
656
 
657
+ #: wppa-ajax.php:1006
658
  #, fuzzy
659
  msgid "No categories found to process"
660
  msgstr "Keine Kategorien gefunden zu verarbeiten"
661
 
662
+ #: wppa-ajax.php:1010
663
  #, php-format
664
  msgid "%d album updated"
665
  msgid_plural "%d albums updated"
666
  msgstr[0] "%d Album aktualisiert"
667
  msgstr[1] "%d Album aktualisiert"
668
 
669
+ #: wppa-ajax.php:1017
670
  #, fuzzy, php-format
671
  msgid "Album name may not be empty.<br />Reset to <b>%s</b>"
672
  msgstr "Album-Name darf nicht leer sein.<br>Setzen Sie auf <b>%s</b>"
673
 
674
+ #: wppa-ajax.php:1019 wppa-ajax.php:1433 wppa-album-admin-autosave.php:356
675
  #: wppa-album-admin-autosave.php:413 wppa-album-admin-autosave.php:1067
676
  #: wppa-album-admin-autosave.php:1204 wppa-album-admin-autosave.php:1376
677
  #: wppa-album-admin-autosave.php:1471 wppa-boxes-html.php:409
678
  #: wppa-boxes-html.php:523 wppa-photo-admin-autosave.php:1363
679
  #: wppa-photo-admin-autosave.php:1482 wppa-photo-admin-autosave.php:1879
680
+ #: wppa-settings-autosave.php:507 wppa-settings-autosave.php:669
681
+ #: wppa-settings-autosave.php:691 wppa-settings-autosave.php:1429
682
+ #: wppa-settings-autosave.php:1450 wppa-settings-autosave.php:2967
683
+ #: wppa-settings-autosave.php:2988 wppa-settings-autosave.php:3312
684
+ #: wppa-settings-autosave.php:3336 wppa-settings-autosave.php:3861
685
+ #: wppa-settings-autosave.php:3975 wppa-settings-autosave.php:4613
686
+ #: wppa-settings-autosave.php:4634 wppa-settings-autosave.php:4810
687
+ #: wppa-settings-autosave.php:4834 wppa-settings-autosave.php:5883
688
+ #: wppa-settings-autosave.php:6293 wppa-settings-autosave.php:6543
689
+ #: wppa-settings-autosave.php:6565 wppa-settings-autosave.php:7228
690
+ #: wppa-settings-autosave.php:7252 wppa-settings-autosave.php:8333
691
+ #: wppa-settings-autosave.php:8974 wppa-settings-autosave.php:9130
692
  #: wppa-thumbnail-widget.php:202 wppa-upload.php:166
693
  msgid "Name"
694
  msgstr "Name"
695
 
696
+ #: wppa-ajax.php:1022 wppa-ajax.php:1436 wppa-album-admin-autosave.php:1077
697
  #: wppa-album-admin-autosave.php:1214 wppa-album-admin-autosave.php:1386
698
  #: wppa-album-admin-autosave.php:1481 wppa-photo-admin-autosave.php:1364
699
  #: wppa-photo-admin-autosave.php:1483 wppa-photo-admin-autosave.php:1880
700
+ #: wppa-settings-autosave.php:508 wppa-settings-autosave.php:670
701
+ #: wppa-settings-autosave.php:692 wppa-settings-autosave.php:1430
702
+ #: wppa-settings-autosave.php:1451 wppa-settings-autosave.php:2968
703
+ #: wppa-settings-autosave.php:2989 wppa-settings-autosave.php:3313
704
+ #: wppa-settings-autosave.php:3337 wppa-settings-autosave.php:4614
705
+ #: wppa-settings-autosave.php:4635 wppa-settings-autosave.php:4811
706
+ #: wppa-settings-autosave.php:4835 wppa-settings-autosave.php:5884
707
+ #: wppa-settings-autosave.php:6294 wppa-settings-autosave.php:6544
708
+ #: wppa-settings-autosave.php:6566 wppa-settings-autosave.php:7229
709
+ #: wppa-settings-autosave.php:7253 wppa-settings-autosave.php:8975
710
+ #: wppa-settings-autosave.php:8997 wppa-settings-autosave.php:9037
711
+ #: wppa-settings-autosave.php:9059 wppa-settings-autosave.php:9105
712
+ #: wppa-settings-autosave.php:9131 wppa-widget-admin.php:256
713
  #, fuzzy
714
  msgid "Description"
715
  msgstr "Album Beschreibung eingeben"
716
 
717
+ #: wppa-ajax.php:1026
718
  #, fuzzy
719
  msgid "Unbalanced tags in album description!"
720
  msgstr "Unsymmetrische Tags in Album Beschreibung!"
721
 
722
+ #: wppa-ajax.php:1033
723
  #, fuzzy
724
  msgid "Album order #"
725
  msgstr "Album bestellen #"
726
 
727
+ #: wppa-ajax.php:1036
728
  #, fuzzy
729
  msgid "Cover photo"
730
  msgstr "Titelbild"
731
 
732
+ #: wppa-ajax.php:1039
733
  #, fuzzy
734
  msgid "Parent album"
735
  msgstr "Übergeordnetes Album"
736
 
737
+ #: wppa-ajax.php:1044 wppa-settings-autosave.php:3855
738
  #, fuzzy
739
  msgid "Photo order"
740
  msgstr "Bildersortierung"
741
 
742
+ #: wppa-ajax.php:1047
743
  #, fuzzy
744
  msgid "Use Alt thumbsize"
745
  msgstr "Verwenden Sie Alt dies"
746
 
747
+ #: wppa-ajax.php:1050
748
  #, fuzzy
749
  msgid "Cover Type"
750
  msgstr "Cover-Typ"
751
 
752
+ #: wppa-ajax.php:1053 wppa-settings-autosave.php:4836
753
+ #: wppa-settings-autosave.php:5885
754
  #, fuzzy
755
  msgid "Link type"
756
  msgstr "Verknüpfungstyp"
757
 
758
+ #: wppa-ajax.php:1056 wppa-album-covers.php:1299
759
  msgid "Link to"
760
  msgstr "Link zu"
761
 
762
+ #: wppa-ajax.php:1059 wppa-ajax.php:1457 wppa-album-admin-autosave.php:1088
763
  #: wppa-album-admin-autosave.php:1225 wppa-album-admin-autosave.php:1397
764
  #: wppa-album-admin-autosave.php:1492 wppa-boxes-html.php:531
765
  #: wppa-photo-admin-autosave.php:1366 wppa-photo-admin-autosave.php:1485
767
  msgid "Owner"
768
  msgstr "Inhaber"
769
 
770
+ #: wppa-ajax.php:1061
771
  #, fuzzy, php-format
772
  msgid "User %s does not exist"
773
  msgstr "Benutzer \"%s\" nicht vorhanden"
774
 
775
+ #: wppa-ajax.php:1066 wppa-ajax.php:1072
776
  #, fuzzy
777
  msgid "Upload limit count"
778
  msgstr "Upload Limit Graf"
779
 
780
+ #: wppa-ajax.php:1079
781
  #, fuzzy
782
  msgid "Upload limit time"
783
  msgstr "Hochladebegrenzung"
784
 
785
+ #: wppa-ajax.php:1083
786
  #, fuzzy
787
  msgid "Default tags"
788
  msgstr "Standard-tags"
789
 
790
+ #: wppa-ajax.php:1088
791
  #, fuzzy
792
  msgid "Categories"
793
  msgstr "Kategorien"
794
 
795
+ #: wppa-ajax.php:1091
796
  #, fuzzy
797
  msgid "Sub albums sort order"
798
  msgstr "Sub-Alben-Sortierung"
799
 
800
+ #: wppa-ajax.php:1099 wppa-ajax.php:1527
801
  #, fuzzy
802
  msgid "Schedule date/time"
803
  msgstr "Datum/Uhrzeit planen"
804
 
805
+ #: wppa-ajax.php:1112 wppa-ajax.php:1138
806
  #, fuzzy, php-format
807
  msgid "<b>%s</b> of album %s updated"
808
  msgstr "<b>%s</b> %s aktualisiert-Album"
809
 
810
+ #: wppa-ajax.php:1120
811
  #, fuzzy
812
  msgid "All photos set to scheduled per date"
813
  msgstr "Alle Fotos auf geplante pro Datum festgelegt"
814
 
815
+ #: wppa-ajax.php:1147
816
  #, fuzzy, php-format
817
  msgid "An error occurred while trying to update <b>%s</b> of album %s"
818
  msgstr ""
819
  "Beim Versuch, <b>%s</b> %s Album aktualisieren ist ein Fehler aufgetreten."
820
 
821
+ #: wppa-ajax.php:1148 wppa-ajax.php:1411 wppa-ajax.php:1517
822
  #, fuzzy
823
  msgid "Press CTRL+F5 and try again."
824
  msgstr "Strg + F5 Taste und versuchen Sie es erneut."
825
 
826
+ #: wppa-ajax.php:1162
827
  #, fuzzy
828
  msgid "You do not have the rights to update comment status"
829
  msgstr "Sie haben nicht die Rechte Kommentarstatus aktualisieren"
830
 
831
+ #: wppa-ajax.php:1179
832
  #, fuzzy, php-format
833
  msgid "Status of comment #%s updated"
834
  msgstr "Status der Kommentar #%s aktualisiert"
835
 
836
+ #: wppa-ajax.php:1182
837
  #, fuzzy, php-format
838
  msgid "Error updating status comment #%s"
839
  msgstr "Fehler beim Aktualisieren der Status Kommentar #%s"
840
 
841
+ #: wppa-ajax.php:1193
842
  #, fuzzy
843
  msgid "You do not have the rights to change photos"
844
  msgstr "Sie haben nicht die Rechte an Fotos ändern"
845
 
846
+ #: wppa-ajax.php:1202
847
  #, fuzzy
848
  msgid "Watermark applied"
849
  msgstr "Wasserzeichen angewendet"
850
 
851
+ #: wppa-ajax.php:1206
852
  #, fuzzy
853
  msgid "An error occured while trying to apply a watermark"
854
  msgstr "Ist ein Fehler aufgetreten beim Versuch, ein Wasserzeichen anwenden"
855
 
856
+ #: wppa-ajax.php:1225
857
  #, fuzzy
858
  msgid "You do not have the rights to update photo information"
859
  msgstr "Sie müssen nicht das Rechte Fotoinformationen aktualisieren"
860
 
861
+ #: wppa-ajax.php:1231
862
  #, fuzzy, php-format
863
  msgid "%s updated to %s."
864
  msgstr "%s %s aktualisiert."
865
 
866
+ #: wppa-ajax.php:1281
867
  #, fuzzy, php-format
868
  msgid "Format error %s. Must be yyyy:mm:dd hh:mm:ss"
869
  msgstr "Format Fehler %s muss Yyyy:mm:dd HH"
870
 
871
+ #: wppa-ajax.php:1285
872
  #, fuzzy
873
  msgid "Exif date/time updated"
874
  msgstr "Exif-Datum/Uhrzeit aktualisiert"
875
 
876
+ #: wppa-ajax.php:1291
877
  #, fuzzy
878
  msgid "Enter a value > -90 and < 90"
879
  msgstr "Geben Sie einen Wert >-90 und < 90"
880
 
881
+ #: wppa-ajax.php:1299
882
  #, fuzzy
883
  msgid "Lattitude updated"
884
  msgstr "Latitude aktualisiert"
885
 
886
+ #: wppa-ajax.php:1301
887
  #, fuzzy
888
  msgid "Could not update lattitude"
889
  msgstr "Breitengrad konnte nicht aktualisiert werden."
890
 
891
+ #: wppa-ajax.php:1307
892
  #, fuzzy
893
  msgid "Enter a value > -180 and < 180"
894
  msgstr "Geben Sie einen Wert >-180 und < 180"
895
 
896
+ #: wppa-ajax.php:1315
897
  #, fuzzy
898
  msgid "Longitude updated"
899
  msgstr "Länge aktualisiert"
900
 
901
+ #: wppa-ajax.php:1317
902
  #, fuzzy
903
  msgid "Could not update longitude"
904
  msgstr "Längengrad konnte nicht aktualisiert werden."
905
 
906
+ #: wppa-ajax.php:1325
907
  #, fuzzy
908
  msgid "Photo files remade"
909
  msgstr "Foto-Dateien überarbeitet"
910
 
911
+ #: wppa-ajax.php:1328
912
  #, fuzzy
913
  msgid "Could not remake files"
914
  msgstr "Dateien konnten nicht erneuern."
915
 
916
+ #: wppa-ajax.php:1334
917
  #, fuzzy
918
  msgid "Thumbnail remade"
919
  msgstr "Miniaturansicht Remake"
920
 
921
+ #: wppa-ajax.php:1337
922
  #, fuzzy
923
  msgid "Could not remake thumbnail"
924
  msgstr "Konnte keine Miniaturansicht remake"
925
 
926
+ #: wppa-ajax.php:1347 wppa-photo-admin-autosave.php:184
927
+ #: wppa-settings-autosave.php:3671 wppa-tinymce-scripts.php:288
928
+ #: wppa-tinymce-shortcodes.php:614 wppa-widget-admin.php:84
929
  #, fuzzy
930
  msgid "left"
931
  msgstr "übrig"
932
 
933
+ #: wppa-ajax.php:1351 wppa-photo-admin-autosave.php:186
934
  #, fuzzy
935
  msgid "180&deg;"
936
  msgstr "180°"
937
 
938
+ #: wppa-ajax.php:1355 wppa-photo-admin-autosave.php:188
939
+ #: wppa-settings-autosave.php:3671 wppa-tinymce-scripts.php:290
940
+ #: wppa-tinymce-shortcodes.php:616 wppa-widget-admin.php:86
941
  #, fuzzy
942
  msgid "right"
943
  msgstr "rechts"
944
 
945
+ #: wppa-ajax.php:1363
946
  #, fuzzy, php-format
947
  msgid "Photo %s rotated %s"
948
  msgstr "Foto %s %s gedreht"
949
 
950
+ #: wppa-ajax.php:1366
951
  #, fuzzy, php-format
952
  msgid "An error occurred while trying to rotate photo %s"
953
  msgstr "Ist ein Fehler aufgetreten beim Versuch, Foto %s zu drehen"
954
 
955
+ #: wppa-ajax.php:1376 wppa-ajax.php:1399 wppa-photo-admin-autosave.php:1100
956
  #: wppa-photo-admin-autosave.php:1118
957
  #, fuzzy, php-format
958
  msgid "A photo with filename %s already exists in album %s."
959
  msgstr "Ein Foto mit Dateinamen %s existiert bereits im Album %s."
960
 
961
+ #: wppa-ajax.php:1386
962
  #, fuzzy, php-format
963
  msgid "Photo %s has been moved to album %s (%s)"
964
  msgstr "Foto %s wurde verschoben auf Album %s (%s)"
965
 
966
+ #: wppa-ajax.php:1389
967
  #, fuzzy, php-format
968
  msgid "An error occurred while trying to move photo %s"
969
  msgstr "Ist ein Fehler aufgetreten beim Versuch, Foto %s verschieben"
970
 
971
+ #: wppa-ajax.php:1407
972
  #, fuzzy, php-format
973
  msgid "Photo %s copied to album %s (%s)"
974
  msgstr "Foto %s %s (%s) Album kopiert"
975
 
976
+ #: wppa-ajax.php:1410
977
  #, fuzzy, php-format
978
  msgid "An error occurred while trying to copy photo %s"
979
  msgstr "Ist ein Fehler aufgetreten beim Versuch, Foto %s kopieren"
980
 
981
+ #: wppa-ajax.php:1440 wppa-ajax.php:2019
982
  #, fuzzy
983
  msgid "Unbalanced tags in photo description!"
984
  msgstr "Unsymmetrische Tags in Fotobeschreibung!"
985
 
986
+ #: wppa-ajax.php:1446
987
  #, fuzzy
988
  msgid "Photo order #"
989
  msgstr "Bildersortierung"
990
 
991
+ #: wppa-ajax.php:1451
992
  #, fuzzy, php-format
993
  msgid "User %s does not exists"
994
  msgstr "Benutzer %s existiert nicht"
995
 
996
+ #: wppa-ajax.php:1460
997
  #, fuzzy
998
  msgid "Link url"
999
  msgstr "Link URL"
1000
 
1001
+ #: wppa-ajax.php:1463
1002
  #, fuzzy
1003
  msgid "Link title"
1004
  msgstr "Link-Titel"
1005
 
1006
+ #: wppa-ajax.php:1466
1007
  #, fuzzy
1008
  msgid "Link target"
1009
  msgstr "Link-Ziel"
1010
 
1011
+ #: wppa-ajax.php:1472 wppa-multitag-widget.php:34 wppa-multitag-widget.php:66
1012
  #: wppa-tagcloud-widget.php:34 wppa-tagcloud-widget.php:63
1013
  #, fuzzy
1014
  msgid "Photo Tags"
1015
  msgstr "Foto-Tags"
1016
 
1017
+ #: wppa-ajax.php:1477 wppa-comment-admin.php:317 wppa-comment-admin.php:404
1018
  #: wppa-photo-admin-autosave.php:1365 wppa-photo-admin-autosave.php:1484
1019
+ #: wppa-settings-autosave.php:6569 wppa-settings-autosave.php:7232
1020
+ #: wppa-settings-autosave.php:8998 wppa-settings-autosave.php:9038
1021
+ #: wppa-settings-autosave.php:9060 wppa-settings-autosave.php:9106
1022
  #, fuzzy
1023
  msgid "Status"
1024
  msgstr "Status"
1025
 
1026
+ #: wppa-ajax.php:1480
1027
  #, fuzzy
1028
  msgid "HTML Alt"
1029
  msgstr "HTML Alt"
1030
 
1031
+ #: wppa-ajax.php:1484
1032
  #, fuzzy
1033
  msgid "Video width"
1034
  msgstr "Breite des Videos"
1035
 
1036
+ #: wppa-ajax.php:1486 wppa-ajax.php:1493
1037
  #, fuzzy
1038
  msgid "Please enter an integer value >= 0"
1039
  msgstr "Bitte geben Sie einen ganzzahligen Wert > = 0"
1040
 
1041
+ #: wppa-ajax.php:1491
1042
  #, fuzzy
1043
  msgid "Video height"
1044
  msgstr "Video Höhe"
1045
 
1046
+ #: wppa-ajax.php:1509 wppa-ajax.php:1543
1047
  #, fuzzy, php-format
1048
  msgid "<b>%s</b> of video %s updated"
1049
  msgstr "<b>%s</b> von Video%s aktualisiert"
1050
 
1051
+ #: wppa-ajax.php:1512 wppa-ajax.php:1546
1052
  #, fuzzy, php-format
1053
  msgid "<b>%s</b> of photo %s updated"
1054
  msgstr "<b>%s</b> %s aktualisiert Fotos"
1055
 
1056
+ #: wppa-ajax.php:1516
1057
  #, fuzzy, php-format
1058
  msgid "An error occurred while trying to update <b>%s</b> of photo %s"
1059
  msgstr ""
1060
  "Beim Versuch, <b>%s</b> %s Fotos aktualisieren ist ein Fehler aufgetreten."
1061
 
1062
+ #: wppa-ajax.php:1572
1063
  #, fuzzy, php-format
1064
  msgid "<b>Custom field %s</b> of photo %s updated"
1065
  msgstr "<b>Benutzerdefiniertes Feld %s</b> %s aktualisiert Fotos"
1066
 
1067
+ #: wppa-ajax.php:1579
1068
  #, fuzzy
1069
  msgid "<b>Error during upload.</b>"
1070
  msgstr "<b>Fehler beim Upload.</b>"
1071
 
1072
+ #: wppa-ajax.php:1607
1073
  #, fuzzy
1074
  msgid "Photo files updated."
1075
  msgstr "Foto-Dateien aktualisiert."
1076
 
1077
+ #: wppa-ajax.php:1612
1078
  #, fuzzy
1079
  msgid "Could not update files."
1080
  msgstr "Dateien konnten nicht aktualisiert werden."
1081
 
1082
+ #: wppa-ajax.php:1623
1083
  #, fuzzy, php-format
1084
  msgid "Stereo mode updated in %d milliseconds"
1085
  msgstr "Stereo-Modus in %d Millisekunden aktualisiert"
1086
 
1087
+ #: wppa-ajax.php:1639
1088
  #, fuzzy
1089
  msgid "You do not have the rights to update settings"
1090
  msgstr "Sie haben nicht die Rechte Einstellungen aktualisieren"
1091
 
1092
+ #: wppa-ajax.php:1720
1093
  #, fuzzy
1094
  msgid "Capability granted"
1095
  msgstr "Fähigkeit gewährt"
1096
 
1097
+ #: wppa-ajax.php:1725
1098
  #, fuzzy
1099
  msgid "Capability withdrawn"
1100
  msgstr "Fähigkeit zurückgezogen"
1101
 
1102
+ #: wppa-ajax.php:1736
1103
  #, fuzzy
1104
  msgid "Column width."
1105
  msgstr "Spaltenbreite"
1106
 
1107
+ #: wppa-ajax.php:1739
1108
  #, fuzzy
1109
  msgid "Initial width."
1110
  msgstr "Ursprüngliche Breite"
1111
 
1112
+ #: wppa-ajax.php:1742
1113
  #, fuzzy
1114
  msgid "Full size."
1115
  msgstr "Originalgröße"
1116
 
1117
+ #: wppa-ajax.php:1745
1118
  #, fuzzy
1119
  msgid "Max height."
1120
  msgstr "Max. Höhe:"
1121
 
1122
+ #: wppa-ajax.php:1750
1123
  #, fuzzy
1124
  msgid "Thumbnail size."
1125
  msgstr "Größe der Vorschaubilder"
1126
 
1127
+ #: wppa-ajax.php:1754
1128
  #, fuzzy
1129
  msgid "Thumbnail frame width"
1130
  msgstr "Thumbnail Rahmenbreite"
1131
 
1132
+ #: wppa-ajax.php:1758
1133
  #, fuzzy
1134
  msgid "Thumbnail frame height"
1135
  msgstr "Miniaturansicht Rahmenhöhe"
1136
 
1137
+ #: wppa-ajax.php:1761
1138
  #, fuzzy
1139
  msgid "Thumbnail Spacing"
1140
  msgstr "Miniaturansicht Abstand"
1141
 
1142
+ #: wppa-ajax.php:1764
1143
  #, fuzzy
1144
  msgid "Photocount treshold."
1145
  msgstr "Photocount Treshold."
1146
 
1147
+ #: wppa-ajax.php:1767
1148
  #, fuzzy
1149
  msgid "Thumb page size."
1150
  msgstr "Daumen Sie-Seitengröße."
1151
 
1152
+ #: wppa-ajax.php:1770
1153
  #, fuzzy
1154
  msgid "Cover photo size."
1155
  msgstr "Coverbild Größe"
1156
 
1157
+ #: wppa-ajax.php:1773
1158
  #, fuzzy
1159
  msgid "Album page size."
1160
  msgstr "Größe der Album Seite"
1161
 
1162
+ #: wppa-ajax.php:1776
1163
  #, fuzzy
1164
  msgid "Number of TopTen photos"
1165
  msgstr "Anzahl der TopTen Fotos"
1166
 
1167
+ #: wppa-ajax.php:1779
1168
  #, fuzzy
1169
  msgid "Widget image thumbnail size"
1170
  msgstr "Thumbnail-Bildgröße Widget"
1171
 
1172
+ #: wppa-ajax.php:1782 wppa-settings-autosave.php:1087
1173
  #, fuzzy
1174
  msgid "Max Cover width"
1175
  msgstr "Breite Max Cover"
1176
 
1177
+ #: wppa-ajax.php:1785
1178
  #, fuzzy
1179
  msgid "Minimal description height"
1180
  msgstr "Minimale Beschreibung Höhe"
1181
 
1182
+ #: wppa-ajax.php:1788
1183
  #, fuzzy
1184
  msgid "Minimal cover height"
1185
  msgstr "Minimale Deckelhöhe"
1186
 
1187
+ #: wppa-ajax.php:1791
1188
  #, fuzzy
1189
  msgid "Minimal text frame height"
1190
  msgstr "Wenig Text Rahmenhöhe"
1191
 
1192
+ #: wppa-ajax.php:1794 wppa-settings-autosave.php:1384
1193
  #, fuzzy
1194
  msgid "Border width"
1195
  msgstr "Randbreite"
1196
 
1197
+ #: wppa-ajax.php:1797 wppa-settings-autosave.php:768
1198
+ #: wppa-settings-autosave.php:1393
1199
  #, fuzzy
1200
  msgid "Border radius"
1201
  msgstr "Radius des Rahmenecks"
1202
 
1203
+ #: wppa-ajax.php:1800 wppa-settings-autosave.php:779
1204
  #, fuzzy
1205
  msgid "Box spacing"
1206
  msgstr "Box-Abstand"
1207
 
1208
+ #: wppa-ajax.php:1806 wppa-settings-autosave.php:1062
1209
  #, fuzzy
1210
  msgid "Popup size"
1211
  msgstr "Popup-Größe"
1212
 
1213
+ #: wppa-ajax.php:1809
1214
  #, fuzzy
1215
  msgid "Fullsize border width"
1216
  msgstr "Fullsize Rahmenbreite"
1217
 
1218
+ #: wppa-ajax.php:1812
1219
  #, fuzzy
1220
  msgid "Lightbox Bordersize"
1221
  msgstr "Leuchtkasten Bordersize"
1222
 
1223
+ #: wppa-ajax.php:1815
1224
  #, fuzzy
1225
  msgid "Lightbox Borderwidth"
1226
  msgstr "Lightbox Borderwidth"
1227
 
1228
+ #: wppa-ajax.php:1818
1229
  #, fuzzy
1230
  msgid "Lightbox Borderradius"
1231
  msgstr "Leuchtkasten Borderradius"
1232
 
1233
+ #: wppa-ajax.php:1821
1234
  #, fuzzy
1235
  msgid "Number of Comment widget entries"
1236
  msgstr "Anzahl der Kommentar Widget Einträge"
1237
 
1238
+ #: wppa-ajax.php:1824
1239
  #, fuzzy
1240
  msgid "Comment Widget image thumbnail size"
1241
  msgstr "Thumbnail-Bildgröße Kommentar Widget"
1242
 
1243
+ #: wppa-ajax.php:1827 wppa-ajax.php:1830 wppa-ajax.php:1833
1244
  #, fuzzy
1245
  msgid "Opacity."
1246
  msgstr "Deckkraft"
1247
 
1248
+ #: wppa-ajax.php:1842 wppa-settings-autosave.php:1193
1249
  #, fuzzy
1250
  msgid "Avatar size"
1251
  msgstr "Avatar-Grösse"
1252
 
1253
+ #: wppa-ajax.php:1845 wppa-ajax.php:1848
1254
  #, fuzzy
1255
  msgid "Watermark opacity"
1256
  msgstr "Deckkraft Wasserzeichen"
1257
 
1258
+ #: wppa-ajax.php:1851 wppa-settings-autosave.php:1362
1259
  #, fuzzy
1260
  msgid "Number of text lines"
1261
  msgstr "Anzahl der Textzeilen"
1262
 
1263
+ #: wppa-ajax.php:1854 wppa-settings-autosave.php:4490
1264
  #, fuzzy
1265
  msgid "Overlay opacity"
1266
  msgstr "Überlagerungsdeckkraft"
1267
 
1268
+ #: wppa-ajax.php:1857 wppa-settings-autosave.php:7792
1269
  #, fuzzy
1270
  msgid "Upload limit"
1271
  msgstr "Hochladebegrenzung"
1272
 
1273
+ #: wppa-ajax.php:1860 wppa-settings-autosave.php:4160
1274
  #, fuzzy
1275
  msgid "Notify inappropriate"
1276
  msgstr "Unangemessen zu benachrichtigen"
1277
 
1278
+ #: wppa-ajax.php:1863
1279
  #, fuzzy
1280
  msgid "Dislike pending"
1281
  msgstr "Mag nicht anhängig"
1282
 
1283
+ #: wppa-ajax.php:1866
1284
  #, fuzzy
1285
  msgid "Dislike delete"
1286
  msgstr "Abneigung gegen löschen"
1287
 
1288
+ #: wppa-ajax.php:1869 wppa-settings-autosave.php:7328
1289
  #, fuzzy
1290
  msgid "Max execution time"
1291
  msgstr "Ausführungszeit"
1292
 
1293
+ #: wppa-ajax.php:1875
1294
  #, fuzzy
1295
  msgid "myCRED / Cube Points"
1296
  msgstr "MyCRED / Cube Punkte"
1297
 
1298
+ #: wppa-ajax.php:1878
1299
  #, fuzzy
1300
  msgid "JPG Image quality"
1301
  msgstr "JPG-Bild-Qualität"
1302
 
1303
+ #: wppa-ajax.php:1884 wppa-settings-autosave.php:4064
1304
  #, fuzzy
1305
  msgid "Number of coverphotos"
1306
  msgstr "Anzahl der coverphotos"
1307
 
1308
+ #: wppa-ajax.php:1887 wppa-settings-autosave.php:4131
1309
  #, fuzzy
1310
  msgid "Dislike value"
1311
  msgstr "Dislike Wert"
1312
 
1313
+ #: wppa-ajax.php:1890 wppa-settings-autosave.php:899
1314
  #, fuzzy
1315
  msgid "Slideshow pagesize"
1316
  msgstr "Diashow Seitengröße"
1317
 
1318
+ #: wppa-ajax.php:1893 wppa-settings-autosave.php:918
1319
  #, fuzzy
1320
  msgid "Slideonly max"
1321
  msgstr "Slideonly max"
1322
 
1323
+ #: wppa-ajax.php:1896 wppa-settings-autosave.php:797
1324
  #, fuzzy
1325
  msgid "Max Pagelinks"
1326
  msgstr "Max Pagelinks"
1327
 
1328
+ #: wppa-ajax.php:1899 wppa-settings-autosave.php:2906
1329
  #, fuzzy
1330
  msgid "Start/pause symbol size"
1331
  msgstr "Start/Pause Symbolgröße"
1332
 
1333
+ #: wppa-ajax.php:1902 wppa-settings-autosave.php:2915
1334
  #, fuzzy
1335
  msgid "Start/pause symbol border radius"
1336
  msgstr "Start/Pause-Symbol Rahmenradius"
1337
 
1338
+ #: wppa-ajax.php:1905 wppa-settings-autosave.php:2924
1339
  #, fuzzy
1340
  msgid "Stop symbol size"
1341
  msgstr "Symbolgröße zu stoppen"
1342
 
1343
+ #: wppa-ajax.php:1908 wppa-settings-autosave.php:2933
1344
  #, fuzzy
1345
  msgid "Stop symbol border radius"
1346
  msgstr "Stop-Symbol Grenze Radius"
1347
 
1348
+ #: wppa-ajax.php:1916
1349
  #, fuzzy
1350
  msgid "Ratings cleared"
1351
  msgstr "Bewertungen gelöscht"
1352
 
1353
+ #: wppa-ajax.php:1919
1354
  #, fuzzy
1355
  msgid "Could not clear ratings"
1356
  msgstr "Könnte nicht klar Bewertungen"
1357
 
1358
+ #: wppa-ajax.php:1928
1359
  #, fuzzy
1360
  msgid "Viewcounts cleared"
1361
  msgstr "Viewcounts gelöscht"
1362
 
1363
+ #: wppa-ajax.php:1931
1364
  #, fuzzy
1365
  msgid "Could not clear viewcounts"
1366
  msgstr "Viewcounts konnten nicht gelöscht werden."
1367
 
1368
+ #: wppa-ajax.php:1941
1369
  #, fuzzy
1370
  msgid "IPTC data cleared"
1371
  msgstr "IPTC-Daten gelöscht"
1372
 
1373
+ #: wppa-ajax.php:1942
1374
  #, fuzzy
1375
  msgid "Refresh this page to clear table X"
1376
  msgstr "Aktualisieren Sie diese Seite um Tabelle X löschen"
1377
 
1378
+ #: wppa-ajax.php:1946
1379
  #, fuzzy
1380
  msgid "Could not clear IPTC data"
1381
  msgstr "IPTC-Daten konnten nicht gelöscht werden."
1382
 
1383
+ #: wppa-ajax.php:1956
1384
  #, fuzzy
1385
  msgid "EXIF data cleared"
1386
  msgstr "EXIF-Daten gelöscht"
1387
 
1388
+ #: wppa-ajax.php:1957
1389
  #, fuzzy
1390
  msgid "Refresh this page to clear table XI"
1391
  msgstr "Aktualisieren Sie diese Seite um Tabelle XI löschen"
1392
 
1393
+ #: wppa-ajax.php:1961
1394
  #, fuzzy
1395
  msgid "Could not clear EXIF data"
1396
  msgstr "EXIF-Daten konnten nicht gelöscht werden."
1397
 
1398
+ #: wppa-ajax.php:1969
1399
  #, fuzzy
1400
  msgid "Recuperation performed"
1401
  msgstr "Rekuperation durchgeführt"
1402
 
1403
+ #: wppa-ajax.php:1984
1404
  #, fuzzy
1405
  msgid ""
1406
  "Illegal format. Please enter a 6 digit hexadecimal color value. Example: "
1409
  "Illegale Format. Bitte geben Sie einen 6-stelligen hexadezimalen Farbwert. "
1410
  "Beispiel: #77bbff"
1411
 
1412
+ #: wppa-ajax.php:2010
1413
  #, fuzzy
1414
  msgid "You just changed a setting that requires the recalculation of ratings."
1415
  msgstr ""
1416
  "Sie verändert nur eine Einstellung, die Neuberechnung der Bewertungen "
1417
  "erfordert."
1418
 
1419
+ #: wppa-ajax.php:2011 wppa-ajax.php:2450
1420
  #, fuzzy
1421
  msgid "Please run the appropriate action in Table VIII."
1422
  msgstr "Bitte führen Sie die entsprechende Aktion in Tabelle VIII."
1423
 
1424
+ #: wppa-ajax.php:2035 wppa-ajax.php:2051
1425
  #, fuzzy, php-format
1426
  msgid "Unable to create or write to %s"
1427
  msgstr "Nicht erstellen oder schreiben Sie an %s"
1428
 
1429
+ #: wppa-ajax.php:2044
1430
  #, fuzzy
1431
  msgid "Source can not be inside the wppa folder."
1432
  msgstr "Quelle kann nicht im Ordner \"Wppa\" sein."
1433
 
1434
+ #: wppa-ajax.php:2061
1435
  #, fuzzy
1436
  msgid "The content must contain w#album"
1437
  msgstr "Der Inhalt muss w #album enthalten."
1438
 
1439
+ #: wppa-ajax.php:2068
1440
  #, fuzzy
1441
  msgid "The content must contain w#lat and w#lon"
1442
  msgstr "Der Inhalt muss w #lat und w #lon enthalten."
1443
 
1444
+ #: wppa-ajax.php:2116 wppa-ajax.php:2122
1445
  #, fuzzy
1446
  msgid "Members"
1447
  msgstr "Mitglieder"
1448
 
1449
+ #: wppa-ajax.php:2116
1450
  #, fuzzy
1451
  msgid "Parent of the member albums"
1452
  msgstr "Eltern der Mitglieder Alben"
1453
 
1454
+ #: wppa-ajax.php:2260
1455
  #, fuzzy, php-format
1456
  msgid "User %s has been blacklisted."
1457
  msgstr "Benutzer %s hat auf der schwarzen Liste."
1458
 
1459
+ #: wppa-ajax.php:2263 wppa-ajax.php:2293
1460
  #, fuzzy, php-format
1461
  msgid "User %s does not exist."
1462
  msgstr "Benutzer \"%s\" nicht vorhanden"
1463
 
1464
+ #: wppa-ajax.php:2290
1465
  #, fuzzy, php-format
1466
  msgid "User %s is now superuser."
1467
  msgstr "Benutzer %s ist jetzt Superuser."
1468
 
1469
+ #: wppa-ajax.php:2315
1470
  #, fuzzy
1471
  msgid ""
1472
  "The content of the Custom box has been changed to display the Fotomoto "
1475
  "Der Inhalt des Felds Custom wurde geändert, um die Fotomoto-Symbolleiste "
1476
  "angezeigt."
1477
 
1478
+ #: wppa-ajax.php:2319 wppa-ajax.php:2334
1479
  #, fuzzy
1480
  msgid "The display of the custom box has been enabled"
1481
  msgstr "Die Anzeige der benutzerdefinierten Feld wurde aktiviert"
1482
 
1483
+ #: wppa-ajax.php:2330
1484
  #, fuzzy
1485
  msgid "The content of the Custom box has been changed to display maps."
1486
  msgstr ""
1487
  "Der Inhalt des Felds Custom wurde geändert, um Karten angezeigt werden."
1488
 
1489
+ #: wppa-ajax.php:2368
1490
  #, fuzzy
1491
  msgid "This value can not be empty"
1492
  msgstr "Dieser Wert darf nicht leer sein."
1493
 
1494
+ #: wppa-ajax.php:2397
1495
  #, fuzzy
1496
  msgid ""
1497
  "You must run Table VIII-A13 and VIII-A14 first before you can switch to "
1500
  "Sie müssen Tabelle VIII-A13 und VIII-A14 zuerst ausführen, bevor Sie zum "
1501
  "verschlüsselten Urls wechseln können."
1502
 
1503
+ #: wppa-ajax.php:2400
1504
  #, fuzzy
1505
  msgid "Table IV-A3 will be switched off."
1506
  msgstr "Tabelle IV-A3 wird abgeschaltet."
1507
 
1508
+ #: wppa-ajax.php:2404
1509
  #, fuzzy
1510
  msgid "Table IV-A4 will be switched off."
1511
  msgstr "Tabelle IV-A4 wird ausgeschaltet."
1512
 
1513
+ #: wppa-ajax.php:2414
1514
  #, fuzzy
1515
  msgid "Not allowed when cryptic links is active"
1516
  msgstr "Nicht zulässig, wenn kryptische Links aktiv ist"
1517
 
1518
+ #: wppa-ajax.php:2428
1519
  #, fuzzy, php-format
1520
  msgid "Failed to set %s to %s"
1521
  msgstr "Fehler beim Festlegen von %s auf %s"
1522
 
1523
+ #: wppa-ajax.php:2433
1524
  #, fuzzy, php-format
1525
  msgid "Setting %s updated to %s"
1526
  msgstr "Festlegen von %s %s aktualisiert"
1527
 
1528
+ #: wppa-ajax.php:2449
1529
  #, fuzzy
1530
  msgid ""
1531
  "You just changed a setting that requires the regeneration of thumbnails."
1533
  "Sie haben nur eine Einstellung, die die Regeneration von Thumbnails "
1534
  "erfordert geändert."
1535
 
1536
+ #: wppa-ajax.php:2504
1537
  #, fuzzy
1538
  msgid "Missing album id"
1539
  msgstr "Fehlende Album-id"
1540
 
1541
+ #: wppa-ajax.php:2524
1542
  #, fuzzy
1543
  msgid "You do not have the rights to delete this album"
1544
  msgstr "Sie haben nicht die Rechte an diesem Album löschen"
1545
 
1546
+ #: wppa-ajax.php:2545
1547
  #, fuzzy
1548
  msgid "An error has occurred"
1549
  msgstr "Ein Interner Fehler Ist Aufgetreten"
1550
 
1551
+ #: wppa-ajax.php:2581 wppa-ajax.php:2588
1552
  #, fuzzy
1553
  msgid "You may also enter:"
1554
  msgstr "Sie können auch eingeben:"
1555
 
1556
+ #: wppa-ajax.php:2582 wppa-ajax.php:2589
1557
  #, fuzzy
1558
  msgid "You may also leave/set this blank"
1559
  msgstr "Sie können auch Urlaub/dies leere set"
1595
  msgstr "Fotoinformationen außer Kopie bearbeiten und verschieben"
1596
 
1597
  #: wppa-album-admin-autosave.php:82 wppa-album-admin-autosave.php:784
1598
+ #: wppa-setup.php:1251
1599
  #, fuzzy
1600
  msgid "Edit photo information"
1601
  msgstr "Foto bearbeiten"
1610
  msgid "Top of page"
1611
  msgstr "Seitenanfang"
1612
 
1613
+ #: wppa-album-admin-autosave.php:118 wppa-functions.php:4116
1614
+ #: wppa-settings-autosave.php:7640 wppa-wpdb-insert.php:332
1615
  msgid "New Album"
1616
  msgstr "Neues Fotoalbum"
1617
 
1771
  "Bestellnummer hier bestellen #."
1772
 
1773
  #: wppa-album-admin-autosave.php:330 wppa-tinymce-shortcodes.php:345
1774
+ #: wppa-tinymce-shortcodes.php:371 wppa-tinymce-shortcodes.php:559
1775
  #, fuzzy
1776
  msgid "Parent album:"
1777
  msgstr "Übergeordnetes Album"
1790
  msgstr "Bildersortierung"
1791
 
1792
  #: wppa-album-admin-autosave.php:354 wppa-album-admin-autosave.php:455
1793
+ #: wppa-settings-autosave.php:3898 wppa-settings-autosave.php:3922
1794
+ #: wppa-tinymce-shortcodes.php:504 wppa-tinymce-shortcodes.php:523
1795
  #, fuzzy
1796
  msgid "--- default ---"
1797
  msgstr "Standard-Fotoalbum für"
1798
 
1799
  #: wppa-album-admin-autosave.php:355 wppa-album-admin-autosave.php:411
1800
+ #: wppa-settings-autosave.php:3860 wppa-settings-autosave.php:3974
1801
  #: wppa-thumbnail-widget.php:201
1802
  #, fuzzy
1803
  msgid "Order #"
1804
  msgstr "Bestellnummer"
1805
 
1806
  #: wppa-album-admin-autosave.php:357 wppa-album-admin-autosave.php:410
1807
+ #: wppa-settings-autosave.php:3862 wppa-settings-autosave.php:3976
1808
  #: wppa-thumbnail-widget.php:203 wppa-widget-admin.php:149
1809
  #, fuzzy
1810
  msgid "Random"
1811
  msgstr "Zufällig"
1812
 
1813
+ #: wppa-album-admin-autosave.php:358 wppa-settings-autosave.php:3863
1814
  #, fuzzy
1815
  msgid "Rating mean value"
1816
  msgstr "Bewertungswerte"
1817
 
1818
  #: wppa-album-admin-autosave.php:359 wppa-bestof-widget.php:170
1819
+ #: wppa-settings-autosave.php:3864 wppa-topten-widget.php:345
1820
  #, fuzzy
1821
  msgid "Number of votes"
1822
  msgstr "Anzahl der Stimmen"
1823
 
1824
  #: wppa-album-admin-autosave.php:360 wppa-album-admin-autosave.php:415
1825
+ #: wppa-settings-autosave.php:3865 wppa-settings-autosave.php:3977
1826
  #, fuzzy
1827
  msgid "Timestamp"
1828
  msgstr "Zeitstempel"
1829
 
1830
  #: wppa-album-admin-autosave.php:361 wppa-photo-admin-autosave.php:292
1831
+ #: wppa-settings-autosave.php:3866
1832
  #, fuzzy
1833
  msgid "EXIF Date"
1834
  msgstr "EXIF-Datum"
1835
 
1836
+ #: wppa-album-admin-autosave.php:362 wppa-settings-autosave.php:3867
1837
+ #: wppa-settings-autosave.php:3978
1838
  #, fuzzy
1839
  msgid "Order # desc"
1840
  msgstr "Auftrag # desc"
1841
 
1842
+ #: wppa-album-admin-autosave.php:363 wppa-settings-autosave.php:3868
1843
+ #: wppa-settings-autosave.php:3979
1844
  #, fuzzy
1845
  msgid "Name desc"
1846
  msgstr "Name absteigend"
1847
 
1848
+ #: wppa-album-admin-autosave.php:364 wppa-settings-autosave.php:3869
1849
  #: wppa-thumbnail-widget.php:204
1850
  #, fuzzy
1851
  msgid "Rating mean value desc"
1852
  msgstr "Bewertung Mittelwert desc"
1853
 
1854
+ #: wppa-album-admin-autosave.php:365 wppa-settings-autosave.php:3870
1855
  #: wppa-thumbnail-widget.php:205
1856
  #, fuzzy
1857
  msgid "Number of votes desc"
1858
  msgstr "Anzahl der Stimmen"
1859
 
1860
+ #: wppa-album-admin-autosave.php:366 wppa-settings-autosave.php:3871
1861
+ #: wppa-settings-autosave.php:3980 wppa-thumbnail-widget.php:206
1862
  #, fuzzy
1863
  msgid "Timestamp desc"
1864
  msgstr "Zeitstempel ab"
1865
 
1866
+ #: wppa-album-admin-autosave.php:367 wppa-settings-autosave.php:3872
1867
  #, fuzzy
1868
  msgid "EXIF Date desc"
1869
  msgstr "EXIF Datum desc"
1924
 
1925
  #: wppa-album-admin-autosave.php:434 wppa-bestof-widget.php:182
1926
  #: wppa-bestof-widget.php:187 wppa-bestof-widget.php:192
1927
+ #: wppa-lasten-widget.php:219 wppa-settings-autosave.php:527
1928
+ #: wppa-settings-autosave.php:536 wppa-settings-autosave.php:545
1929
+ #: wppa-settings-autosave.php:556 wppa-settings-autosave.php:565
1930
+ #: wppa-settings-autosave.php:574 wppa-settings-autosave.php:583
1931
+ #: wppa-settings-autosave.php:592 wppa-settings-autosave.php:601
1932
+ #: wppa-settings-autosave.php:610 wppa-settings-autosave.php:619
1933
+ #: wppa-settings-autosave.php:628 wppa-settings-autosave.php:637
1934
+ #: wppa-settings-autosave.php:646 wppa-topten-widget.php:353
1935
  #: wppa-topten-widget.php:360 wppa-topten-widget.php:368
1936
  #: wppa-topten-widget.php:373 wppa-topten-widget.php:378
1937
  #: wppa-topten-widget.php:383 wppa-topten-widget.php:388
1941
 
1942
  #: wppa-album-admin-autosave.php:435 wppa-bestof-widget.php:181
1943
  #: wppa-bestof-widget.php:186 wppa-bestof-widget.php:191
1944
+ #: wppa-lasten-widget.php:220 wppa-settings-autosave.php:527
1945
+ #: wppa-settings-autosave.php:536 wppa-settings-autosave.php:545
1946
+ #: wppa-settings-autosave.php:556 wppa-settings-autosave.php:565
1947
+ #: wppa-settings-autosave.php:574 wppa-settings-autosave.php:583
1948
+ #: wppa-settings-autosave.php:592 wppa-settings-autosave.php:601
1949
+ #: wppa-settings-autosave.php:610 wppa-settings-autosave.php:619
1950
+ #: wppa-settings-autosave.php:628 wppa-settings-autosave.php:637
1951
+ #: wppa-settings-autosave.php:646 wppa-settings-autosave.php:655
1952
  #: wppa-super-view-widget.php:85 wppa-topten-widget.php:352
1953
  #: wppa-topten-widget.php:359 wppa-topten-widget.php:367
1954
  #: wppa-topten-widget.php:372 wppa-topten-widget.php:377
1971
  msgid "Cover Type:"
1972
  msgstr "Cover Art:"
1973
 
1974
+ #: wppa-album-admin-autosave.php:456 wppa-settings-autosave.php:1989
1975
+ #: wppa-settings-autosave.php:4044
1976
  #, fuzzy
1977
  msgid "Standard"
1978
  msgstr "Standard"
1979
 
1980
+ #: wppa-album-admin-autosave.php:457 wppa-settings-autosave.php:4045
1981
  #, fuzzy
1982
  msgid "Long Descriptions"
1983
  msgstr "Lange Beschreibungen"
1984
 
1985
+ #: wppa-album-admin-autosave.php:458 wppa-settings-autosave.php:4046
1986
  #, fuzzy
1987
  msgid "Image Factory"
1988
  msgstr "Image Factory"
1989
 
1990
+ #: wppa-album-admin-autosave.php:459 wppa-settings-autosave.php:4047
1991
  #, fuzzy
1992
  msgid "Standard mcr"
1993
  msgstr "Standard-mcr"
1994
 
1995
+ #: wppa-album-admin-autosave.php:460 wppa-settings-autosave.php:4048
1996
  #, fuzzy
1997
  msgid "Long Descriptions mcr"
1998
  msgstr "Lange Beschreibungen mcr"
1999
 
2000
+ #: wppa-album-admin-autosave.php:461 wppa-settings-autosave.php:4049
2001
  #, fuzzy
2002
  msgid "Image Factory mcr"
2003
  msgstr "Bild Fabrik mcr"
2036
  msgid "Upload limit:"
2037
  msgstr "Hochladebegrenzung"
2038
 
2039
+ #: wppa-album-admin-autosave.php:506 wppa-settings-autosave.php:6010
2040
+ #: wppa-settings-autosave.php:7799
2041
  #, fuzzy
2042
  msgid "for ever"
2043
  msgstr "für immer"
2044
 
2045
  #: wppa-album-admin-autosave.php:507 wppa-album-admin-autosave.php:524
2046
+ #: wppa-settings-autosave.php:6011 wppa-settings-autosave.php:7800
2047
  #, fuzzy
2048
  msgid "per hour"
2049
  msgstr "pro Stunde"
2050
 
2051
  #: wppa-album-admin-autosave.php:508 wppa-album-admin-autosave.php:525
2052
+ #: wppa-settings-autosave.php:6012 wppa-settings-autosave.php:7801
2053
  #, fuzzy
2054
  msgid "per day"
2055
  msgstr "pro Tag"
2056
 
2057
  #: wppa-album-admin-autosave.php:509 wppa-album-admin-autosave.php:526
2058
+ #: wppa-settings-autosave.php:6013 wppa-settings-autosave.php:7802
2059
  #, fuzzy
2060
  msgid "per week"
2061
  msgstr "pro Woche"
2062
 
2063
  #: wppa-album-admin-autosave.php:510 wppa-album-admin-autosave.php:527
2064
+ #: wppa-settings-autosave.php:6014 wppa-settings-autosave.php:7803
2065
  #, fuzzy
2066
  msgid "per month"
2067
  msgstr "pro Monat"
2068
 
2069
  #: wppa-album-admin-autosave.php:511 wppa-album-admin-autosave.php:528
2070
+ #: wppa-settings-autosave.php:6015 wppa-settings-autosave.php:7804
2071
  #, fuzzy
2072
  msgid "per year"
2073
  msgstr "im Jahr"
2205
  msgid "Link type:"
2206
  msgstr "Link-Typ:"
2207
 
2208
+ #: wppa-album-admin-autosave.php:642 wppa-settings-autosave.php:7960
2209
  #, fuzzy
2210
  msgid "the sub-albums and thumbnails"
2211
  msgstr "die Unteralben und Miniaturen"
2212
 
2213
+ #: wppa-album-admin-autosave.php:643 wppa-settings-autosave.php:7961
2214
  #, fuzzy
2215
  msgid "the sub-albums"
2216
  msgstr "die Sub-Alben"
2217
 
2218
+ #: wppa-album-admin-autosave.php:644 wppa-settings-autosave.php:7962
2219
  #, fuzzy
2220
  msgid "the thumbnails"
2221
  msgstr "Miniaturbilden"
2222
 
2223
+ #: wppa-album-admin-autosave.php:645 wppa-settings-autosave.php:7963
2224
  #, fuzzy
2225
  msgid "the album photos as slideshow"
2226
  msgstr "die Albumfotos als Diashow"
2230
  msgid "the link page with a clean url"
2231
  msgstr "der Link-Seite mit einer sauberen url"
2232
 
2233
+ #: wppa-album-admin-autosave.php:647 wppa-settings-autosave.php:7964
2234
  #, fuzzy
2235
  msgid "no link at all"
2236
  msgstr "keine Verbindung überhaupt"
2260
  msgid "Link to:"
2261
  msgstr "Link zu"
2262
 
2263
+ #: wppa-album-admin-autosave.php:668 wppa-settings-autosave.php:9643
2264
+ #: wppa-settings-autosave.php:9686
2265
  #, fuzzy
2266
  msgid "There are no pages (yet) to link to."
2267
  msgstr "Dort sind keine Seiten verknüpft zu"
2368
  msgid "Moderate photo"
2369
  msgstr "Moderate Foto"
2370
 
2371
+ #: wppa-album-admin-autosave.php:818 wppa-functions.php:2278
2372
  #: wppa-photo-admin-autosave.php:24
2373
  msgid "Edit photo"
2374
  msgstr "Foto bearbeiten"
2379
  msgstr "Album löschen"
2380
 
2381
  #: wppa-album-admin-autosave.php:844 wppa-boxes-html.php:814
2382
+ #: wppa-breadcrumb.php:278 wppa-breadcrumb.php:302 wppa-breadcrumb.php:332
2383
+ #: wppa-breadcrumb.php:352 wppa-breadcrumb.php:446 wppa-breadcrumb.php:473
2384
+ #: wppa-breadcrumb.php:626 wppa-comment-admin.php:65 wppa-featen-widget.php:179
2385
  #: wppa-lasten-widget.php:203 wppa-slideshow-widget.php:199
2386
  #: wppa-thumbnail-widget.php:189 wppa-topten-widget.php:326
2387
  #: wppa-upload-widget.php:85 wppa-upload.php:116 wppa-upload.php:204
2410
  #: wppa-album-admin-autosave.php:1528 wppa-album-admin-autosave.php:1715
2411
  #: wppa-boxes-html.php:929 wppa-comment-admin.php:319
2412
  #: wppa-comment-admin.php:388 wppa-comment-admin.php:406
2413
+ #: wppa-functions.php:2050 wppa-links.php:776 wppa-links.php:794
2414
  #: wppa-photo-admin-autosave.php:1312 wppa-photo-admin-autosave.php:1380
2415
+ #: wppa-thumbnails.php:626
2416
  msgid "Delete"
2417
  msgstr "Löschen"
2418
 
2422
  msgstr "Anfahren"
2423
 
2424
  #: wppa-album-admin-autosave.php:860 wppa-photo-admin-autosave.php:2010
2425
+ #: wppa-settings-autosave.php:2798
2426
  #, fuzzy
2427
  msgid "Cancel"
2428
  msgstr "Stornieren"
2722
  msgid "Ord:"
2723
  msgstr "Ord:"
2724
 
2725
+ #: wppa-album-covers.php:1329 wppa-album-covers.php:1388
2726
+ #: wppa-album-covers.php:1396 wppa-album-covers.php:1612
2727
  msgid "View the album"
2728
  msgstr "Das Album ansehen"
2729
 
2730
+ #: wppa-album-covers.php:1349
2731
  msgid "View the cover photo"
2732
  msgid_plural "View the cover photos"
2733
  msgstr[0] "Titelfoto ansehen"
2734
  msgstr[1] "Titelfotos ansehen"
2735
 
2736
+ #: wppa-album-covers.php:1406
2737
  msgid "View"
2738
  msgstr "Ansehen"
2739
 
2740
+ #: wppa-album-covers.php:1408
2741
  #, php-format
2742
  msgid "%d album"
2743
  msgid_plural "%d albums"
2744
  msgstr[0] "%d Alben"
2745
  msgstr[1] "%d Album"
2746
 
2747
+ #: wppa-album-covers.php:1414 wppa-boxes-html.php:1268 wppa-breadcrumb.php:145
2748
+ #: wppa-breadcrumb.php:151 wppa-breadcrumb.php:158 wppa-breadcrumb.php:382
2749
+ #: wppa-breadcrumb.php:384 wppa-breadcrumb.php:390 wppa-breadcrumb.php:392
2750
+ #: wppa-breadcrumb.php:400 wppa-breadcrumb.php:416 wppa-breadcrumb.php:429
2751
+ #: wppa-breadcrumb.php:435 wppa-utils.php:1688 wppa-utils.php:2334
2752
  msgid "and"
2753
  msgstr "und"
2754
 
2755
+ #: wppa-album-covers.php:1417
2756
  #, php-format
2757
  msgid "%d photo"
2758
  msgid_plural "%d photos"
2759
  msgstr[0] "%d Foto"
2760
  msgstr[1] "%d Fotos"
2761
 
2762
+ #: wppa-album-covers.php:1480
2763
  msgid "New!"
2764
  msgstr "Neu!"
2765
 
2766
+ #: wppa-album-covers.php:1483 wppa-thumbnails.php:1956 wppa-thumbnails.php:1957
2767
  msgid "New"
2768
  msgstr "Neu"
2769
 
2770
+ #: wppa-album-covers.php:1721 wppa-boxes-html.php:838 wppa-non-admin.php:685
2771
+ #: wppa-settings-autosave.php:2239 wppa-settings-autosave.php:5458
2772
+ #: wppa-settings-autosave.php:8119
2773
  msgid "Slideshow"
2774
  msgstr "Diaschau"
2775
 
2776
+ #: wppa-album-covers.php:1722
2777
  msgid "Browse photos"
2778
  msgstr "Durchsuche Fotos"
2779
 
2780
+ #: wppa-album-covers.php:1759 wppa-breadcrumb.php:384 wppa-breadcrumb.php:392
2781
+ #: wppa-breadcrumb.php:429 wppa-breadcrumb.php:435
2782
  msgid "Category:"
2783
  msgid_plural "Categories:"
2784
  msgstr[0] "Kategorie:"
2814
  msgid "--- all separate albums ---"
2815
  msgstr "---alle separate Alben---"
2816
 
2817
+ #: wppa-album-navigator-widget.php:102 wppa-common-functions.php:1692
2818
  #: wppa-items.php:405
2819
  msgid "--- owner/public ---"
2820
  msgstr "--- Besitzer/öffentliche ---"
2970
  msgid "Rating count:"
2971
  msgstr "Bewertungen"
2972
 
2973
+ #: wppa-bestof-widget.php:198 wppa-common-functions.php:1674 wppa-items.php:393
2974
+ #: wppa-settings-autosave.php:1375 wppa-settings-autosave.php:1724
2975
+ #: wppa-settings-autosave.php:3657 wppa-settings-autosave.php:3671
2976
+ #: wppa-settings-autosave.php:3859 wppa-settings-autosave.php:3973
2977
+ #: wppa-settings-autosave.php:5532 wppa-settings-autosave.php:6254
2978
+ #: wppa-settings-autosave.php:7596 wppa-settings-autosave.php:7815
2979
+ #: wppa-settings-autosave.php:7871 wppa-settings-autosave.php:8734
2980
+ #: wppa-settings-autosave.php:8891 wppa-thumbnail-widget.php:200
2981
+ #: wppa-tinymce-scripts.php:287 wppa-tinymce-shortcodes.php:613
2982
  #: wppa-upload.php:1528 wppa-watermark.php:519 wppa-widget-admin.php:83
2983
  #: wppa-widget-admin.php:254
2984
  msgid "--- none ---"
3003
  msgid "Photo search results"
3004
  msgstr "Foto Suchergebnisse"
3005
 
3006
+ #: wppa-boxes-html.php:377 wppa-breadcrumb.php:133
3007
  #: wppa-settings-autosave.php:409
3008
  msgid "Albums"
3009
  msgstr "Alben"
3010
 
3011
+ #: wppa-boxes-html.php:383 wppa-breadcrumb.php:148
3012
  msgid "Photos"
3013
  msgstr "Fotos"
3014
 
3017
  msgstr "Kategorie"
3018
 
3019
  #: wppa-boxes-html.php:415 wppa-boxes-html.php:548
3020
+ #: wppa-settings-autosave.php:7711 wppa-settings-autosave.php:7722
3021
  msgid "Text"
3022
  msgstr "Text"
3023
 
3031
  msgid "Items must meet all selected options."
3032
  msgstr "Einzelteile müssen alle ausgewählten Optionen zu treffen."
3033
 
3034
+ #: wppa-boxes-html.php:540 wppa-settings-autosave.php:8995
3035
+ #: wppa-settings-autosave.php:9035 wppa-settings-autosave.php:9057
3036
+ #: wppa-settings-autosave.php:9103
3037
  msgid "Tag"
3038
  msgstr "Tag"
3039
 
3055
  msgstr "Super View Fotos"
3056
 
3057
  #: wppa-boxes-html.php:830 wppa-settings-autosave.php:425
3058
+ #: wppa-settings-autosave.php:4720
3059
  msgid "Thumbnails"
3060
  msgstr "Miniaturbilden"
3061
 
3103
  msgid "Social media landing page"
3104
  msgstr "Social-Media-Zielseite"
3105
 
3106
+ #: wppa-boxes-html.php:1269 wppa-utils.php:1688
3107
  #, php-format
3108
  msgid "See this image on %s"
3109
  msgstr "Schau Dir das Bild an auf %s"
3171
  msgid "Create album"
3172
  msgstr "Album Erstellen"
3173
 
3174
+ #: wppa-boxes-html.php:1875 wppa-boxes-html.php:1888 wppa-functions.php:4247
3175
  msgid "Max uploads reached"
3176
  msgstr "Max Uploads erreicht"
3177
 
3269
  "Wenn das leer gelassen wird, wird der Originalname der Datei als Fotoname "
3270
  "verwendet."
3271
 
3272
+ #: wppa-boxes-html.php:2198 wppa-settings-autosave.php:1663
3273
  #, fuzzy
3274
  msgid "Photo name"
3275
  msgstr ""
3317
  msgid "Update album"
3318
  msgstr "Album updaten"
3319
 
3320
+ #: wppa-boxes-html.php:2624
3321
  msgid "wrote:"
3322
  msgstr "schrieb:"
3323
 
3324
+ #: wppa-boxes-html.php:2686
3325
  msgid "Avatar"
3326
  msgstr "Profilbild"
3327
 
3328
+ #: wppa-boxes-html.php:2729 wppa-links.php:820
3329
  msgid "Awaiting moderation"
3330
  msgstr "Warten auf Moderation"
3331
 
3332
+ #: wppa-boxes-html.php:2732
3333
  msgid "Marked as spam"
3334
  msgstr "Als Spam markiert"
3335
 
3336
+ #: wppa-boxes-html.php:2756
3337
  msgid "Edit!"
3338
  msgstr "Bearbeiten!"
3339
 
3340
+ #: wppa-boxes-html.php:2760
3341
  msgid "Send!"
3342
  msgstr "Absenden!"
3343
 
3344
+ #: wppa-boxes-html.php:2821
3345
  msgid "Your name:"
3346
  msgstr "Dein Name:"
3347
 
3348
+ #: wppa-boxes-html.php:2836
3349
  msgid "Your email:"
3350
  msgstr "Deine E-mail:"
3351
 
3352
+ #: wppa-boxes-html.php:2852
3353
  msgid "Your comment:"
3354
  msgstr "Dein Kommentar:"
3355
 
3356
+ #: wppa-boxes-html.php:2896
3357
  #, php-format
3358
  msgid "You must <a href=\"%s\">login</a> to enter a comment"
3359
  msgstr ""
3360
  "Du musst <a href=\"%s\">angemeldet</a> sein, um einen Kommentar zu "
3361
  "hinterlassen."
3362
 
3363
+ #: wppa-boxes-html.php:2899
3364
  msgid "You must login to enter a comment"
3365
  msgstr "Sie müssen sich anmelden, um einen Kommentar ein zu geben"
3366
 
3367
+ #: wppa-boxes-html.php:2911 wppa-functions.php:2477 wppa-thumbnails.php:679
3368
  #, php-format
3369
  msgid "%d comment"
3370
  msgid_plural "%d comments"
3371
  msgstr[0] "%d Kommentar"
3372
  msgstr[1] "%d Kommentare"
3373
 
3374
+ #: wppa-boxes-html.php:2915
3375
  msgid "Leave a comment"
3376
  msgstr "Hinterlasse einen Kommentar"
3377
 
3378
+ #: wppa-boxes-html.php:3012
3379
  msgid "Show IPTC data"
3380
  msgstr "IPTC-Daten anzeigen"
3381
 
3382
+ #: wppa-boxes-html.php:3023
3383
  msgid "Hide IPTC data"
3384
  msgstr "IPTC-Daten ausblenden"
3385
 
3386
+ #: wppa-boxes-html.php:3071
3387
  msgid "No IPTC data"
3388
  msgstr "Keine IPTC-Daten"
3389
 
3390
+ #: wppa-boxes-html.php:3123
3391
  msgid "Show EXIF data"
3392
  msgstr "EXIF-Daten anzeigen"
3393
 
3394
+ #: wppa-boxes-html.php:3134
3395
  msgid "Hide EXIF data"
3396
  msgstr "EXIF-Daten ausblenden"
3397
 
3398
+ #: wppa-boxes-html.php:3186
3399
  msgid "No EXIF data"
3400
  msgstr "Keine EXIF-Daten"
3401
 
3402
+ #: wppa-boxes-html.php:3300 wppa-boxes-html.php:3305
3403
  msgid "< Previous"
3404
  msgstr "< Vorherige"
3405
 
3406
+ #: wppa-boxes-html.php:3311 wppa-boxes-html.php:3316
3407
  msgid "Next >"
3408
  msgstr "Nächstes >"
3409
 
3410
+ #: wppa-boxes-html.php:3413 wppa-boxes-html.php:3481
3411
  msgid "See the authors albums"
3412
  msgstr "Siehe die Autoren Alben"
3413
 
3414
+ #: wppa-boxes-html.php:3417 wppa-boxes-html.php:3485
3415
  msgid "See the authors photos"
3416
  msgstr "Siehe die Autoren Fotos"
3417
 
3418
+ #: wppa-boxes-html.php:3421 wppa-boxes-html.php:3489
3419
  msgid "See all the authors photos"
3420
  msgstr "Siehe Alle Autoren Fotos"
3421
 
3422
+ #: wppa-boxes-html.php:3444
3423
  #, php-format
3424
  msgid "Photo by: %s"
3425
  msgstr "Foto von: %s"
3426
 
3427
+ #: wppa-boxes-html.php:3447 wppa-boxes-html.php:3510
3428
  #, php-format
3429
  msgid "%d max rating"
3430
  msgid_plural "%d max ratings"
3431
  msgstr[0] "%d max Bewertung"
3432
  msgstr[1] "%d max Bewertungen"
3433
 
3434
+ #: wppa-boxes-html.php:3451 wppa-boxes-html.php:3514 wppa-non-admin.php:848
3435
  #: wppa-topten-widget.php:196 wppa-topten-widget.php:213
3436
  #: wppa-topten-widget.php:249
3437
  #, php-format
3440
  msgstr[0] "%d Stimme"
3441
  msgstr[1] "%d Stimmen"
3442
 
3443
+ #: wppa-boxes-html.php:3455
3444
  #, php-format
3445
  msgid "Rating: %4.2f."
3446
  msgstr "Bewertung: %4.2f."
3447
 
3448
+ #: wppa-boxes-html.php:3463
3449
  #, php-format
3450
  msgid "Photo %s not found."
3451
  msgstr "Foto %s nicht gefunden."
3452
 
3453
+ #: wppa-boxes-html.php:3518
3454
  #, php-format
3455
  msgid "Mean value: %4.2f."
3456
  msgstr "Mittelwert: %4.2f."
3457
 
3458
+ #: wppa-boxes-html.php:3865 wppa-photo-admin-autosave.php:196
3459
  msgid "Refresh"
3460
  msgstr "Aktualisieren"
3461
 
3462
+ #: wppa-breadcrumb.php:118
3463
  msgid "Post:"
3464
  msgstr "Post:"
3465
 
3466
+ #: wppa-breadcrumb.php:118 wppa-breadcrumb.php:651
3467
  msgid "Page:"
3468
  msgstr "Seite:"
3469
 
3470
+ #: wppa-breadcrumb.php:136
3471
  msgid "with category:"
3472
  msgstr "mit Kategorie:"
3473
 
3474
+ #: wppa-breadcrumb.php:139 wppa-breadcrumb.php:154
3475
  msgid "with name:"
3476
  msgstr "mit Namen:"
3477
 
3478
+ #: wppa-breadcrumb.php:142 wppa-breadcrumb.php:158
3479
  msgid "with words:"
3480
  msgstr "mit Worten:"
3481
 
3482
+ #: wppa-breadcrumb.php:151
3483
  msgid "with tag:"
3484
  msgstr "mit dem Tag:"
3485
 
3486
+ #: wppa-breadcrumb.php:162
3487
  msgid "of owner:"
3488
  msgstr "von Inhaber:"
3489
 
3490
+ #: wppa-breadcrumb.php:167
3491
  msgid "with iptc tag:"
3492
  msgstr "mit IPTC-Tag:"
3493
 
3494
+ #: wppa-breadcrumb.php:167 wppa-breadcrumb.php:172
3495
  msgid "with content:"
3496
  msgstr "mit Inhalt:"
3497
 
3498
+ #: wppa-breadcrumb.php:172
3499
  msgid "with exif tag:"
3500
  msgstr "mit Exif-Tag:"
3501
 
3502
+ #: wppa-breadcrumb.php:181 wppa-breadcrumb.php:206 wppa-breadcrumb.php:265
3503
+ #: wppa-breadcrumb.php:289 wppa-breadcrumb.php:314 wppa-breadcrumb.php:339
3504
+ #: wppa-breadcrumb.php:359 wppa-breadcrumb.php:372 wppa-breadcrumb.php:387
3505
+ #: wppa-breadcrumb.php:413 wppa-breadcrumb.php:432 wppa-breadcrumb.php:453
3506
  msgid "View the thumbnails"
3507
  msgstr "Anzeigen die Miniaturen"
3508
 
3509
+ #: wppa-breadcrumb.php:199
3510
  #, php-format
3511
  msgid "Searchresults from album %s and its subalbums"
3512
  msgstr "Suchergebnisse aus dem Album %s und seine Unteralben"
3513
 
3514
+ #: wppa-breadcrumb.php:203 wppa-breadcrumb.php:209
3515
  msgid "Searchstring:"
3516
  msgstr "Suchtext:"
3517
 
3518
+ #: wppa-breadcrumb.php:218 wppa-breadcrumb.php:236
3519
  msgid "Photos by EXIF date"
3520
  msgstr "Fotos nach EXIF-Datum"
3521
 
3522
+ #: wppa-breadcrumb.php:222 wppa-breadcrumb.php:240
3523
  msgid "Photos by date of upload"
3524
  msgstr "Fotos nach Datum hochladen"
3525
 
3526
+ #: wppa-breadcrumb.php:226 wppa-breadcrumb.php:244
3527
  msgid "Photos by date last modified"
3528
  msgstr "Fotos nach Datum Änderung"
3529
 
3530
+ #: wppa-breadcrumb.php:256 wppa-breadcrumb.php:268
3531
  #, php-format
3532
  msgid "Photos by %s"
3533
  msgstr "Fotos von %s"
3534
 
3535
+ #: wppa-breadcrumb.php:275 wppa-breadcrumb.php:299 wppa-breadcrumb.php:329
3536
+ #: wppa-breadcrumb.php:349 wppa-breadcrumb.php:468
3537
  msgid "Various albums"
3538
  msgstr "Verschiedene Alben"
3539
 
3540
+ #: wppa-breadcrumb.php:278 wppa-breadcrumb.php:302 wppa-breadcrumb.php:332
3541
+ #: wppa-breadcrumb.php:352 wppa-breadcrumb.php:473 wppa-lasten-widget.php:211
3542
  msgid "Albums:"
3543
  msgstr "Alben:"
3544
 
3545
+ #: wppa-breadcrumb.php:282 wppa-breadcrumb.php:292
3546
  msgid "Top rated photos"
3547
  msgstr "Hoch bewertete Fotos"
3548
 
3549
+ #: wppa-breadcrumb.php:307 wppa-breadcrumb.php:318
3550
  msgid "Recently modified photos"
3551
  msgstr "Kürzlich geänderte Fotos"
3552
 
3553
+ #: wppa-breadcrumb.php:310 wppa-breadcrumb.php:321
3554
  msgid "Recently uploaded photos"
3555
  msgstr "Kürzlich hochgeladene Fotos"
3556
 
3557
+ #: wppa-breadcrumb.php:336 wppa-breadcrumb.php:342 wppa-comment-widget.php:40
3558
  msgid "Recently commented photos"
3559
  msgstr "Kürzlich kommentierte Fotos"
3560
 
3561
+ #: wppa-breadcrumb.php:356 wppa-breadcrumb.php:362 wppa-featen-widget.php:38
3562
  msgid "Featured photos"
3563
  msgstr "Beliebte Fotos"
3564
 
3565
+ #: wppa-breadcrumb.php:369 wppa-breadcrumb.php:375
3566
  msgid "Related photos"
3567
  msgstr "Ähnliche Fotos"
3568
 
3569
+ #: wppa-breadcrumb.php:382 wppa-breadcrumb.php:390 wppa-breadcrumb.php:400
3570
+ #: wppa-breadcrumb.php:416
3571
  msgid "Tagged photos:"
3572
  msgstr "Fotos mit Stchwort"
3573
 
3574
+ #: wppa-breadcrumb.php:382 wppa-breadcrumb.php:384 wppa-breadcrumb.php:390
3575
+ #: wppa-breadcrumb.php:392 wppa-breadcrumb.php:400 wppa-breadcrumb.php:416
3576
+ #: wppa-breadcrumb.php:429 wppa-breadcrumb.php:435
3577
  msgid "or"
3578
  msgstr "oder"
3579
 
3580
+ #: wppa-breadcrumb.php:383 wppa-breadcrumb.php:391
3581
  #, fuzzy
3582
  msgid "From albums with"
3583
  msgstr "Von Alben mit"
3584
 
3585
+ #: wppa-breadcrumb.php:402 wppa-breadcrumb.php:418
3586
  #, fuzzy
3587
  msgid "out of various albums"
3588
  msgstr "aus verschiedenen Alben"
3589
 
3590
+ #: wppa-breadcrumb.php:405 wppa-breadcrumb.php:421
3591
  msgid "Inverted"
3592
  msgstr "Umgekehrt"
3593
 
3594
+ #: wppa-breadcrumb.php:450 wppa-breadcrumb.php:456
3595
  msgid "Recently updated albums"
3596
  msgstr "Kürzlich aktualisierte Alben"
3597
 
3598
+ #: wppa-breadcrumb.php:466
3599
  #, php-format
3600
  msgid "Various albums by %s"
3601
  msgstr "Verschiedene Alben von %s"
3602
 
3603
+ #: wppa-breadcrumb.php:494 wppa-breadcrumb.php:509
3604
  msgid "Thumbnail view"
3605
  msgstr "Miniaturansicht"
3606
 
3607
+ #: wppa-breadcrumb.php:498 wppa-breadcrumb.php:499 wppa-breadcrumb.php:514
3608
+ #: wppa-breadcrumb.php:515
3609
  msgid "Thumbs"
3610
  msgstr "Miniaturen"
3611
 
3612
+ #: wppa-breadcrumb.php:649
3613
  msgid "Unpublished"
3614
  msgstr "Unveröffentlicht"
3615
 
3616
+ #: wppa-breadcrumb.php:679
3617
  msgid "Found photos will meet the search criteria as follows:"
3618
  msgstr "Gefunden Fotos werden die Suchkriterien erfüllen, wie folgt:"
3619
 
3620
+ #: wppa-breadcrumb.php:682
3621
  msgid "AND"
3622
  msgstr "UND"
3623
 
3624
+ #: wppa-breadcrumb.php:686
3625
  msgid "OR"
3626
  msgstr "ODER"
3627
 
3660
  msgid "Email:"
3661
  msgstr "Sie erhalten diese E-Mail als Administrator der Website"
3662
 
3663
+ #: wppa-comment-admin.php:80 wppa-utils.php:994
3664
  #, fuzzy
3665
  msgid "Comment:"
3666
  msgstr "Moderiere Kommentare"
3742
  msgid "Linkpage:"
3743
  msgstr "Linkpage:"
3744
 
3745
+ #: wppa-comment-admin.php:231 wppa-settings-autosave.php:4891
3746
+ #: wppa-settings-autosave.php:7989
3747
  #, fuzzy
3748
  msgid "--- Please select a page ---"
3749
  msgstr "Bitte wählen Sie eine Seite…"
3822
  msgid "Save Settings / Perform bulk action"
3823
  msgstr "Einstellungen speichern / durchführen Bulk Aktion"
3824
 
3825
+ #: wppa-comment-admin.php:309 wppa-comment-admin.php:396 wppa-non-admin.php:690
3826
  msgid "Photo"
3827
  msgstr "Foto"
3828
 
3832
  msgstr "Album:"
3833
 
3834
  #: wppa-comment-admin.php:311 wppa-comment-admin.php:398
3835
+ #: wppa-settings-autosave.php:506 wppa-settings-autosave.php:668
3836
+ #: wppa-settings-autosave.php:690 wppa-settings-autosave.php:1428
3837
+ #: wppa-settings-autosave.php:1449 wppa-settings-autosave.php:2966
3838
+ #: wppa-settings-autosave.php:2987 wppa-settings-autosave.php:3311
3839
+ #: wppa-settings-autosave.php:3335 wppa-settings-autosave.php:4612
3840
+ #: wppa-settings-autosave.php:4633 wppa-settings-autosave.php:4809
3841
+ #: wppa-settings-autosave.php:4833 wppa-settings-autosave.php:5882
3842
+ #: wppa-settings-autosave.php:6542 wppa-settings-autosave.php:6564
3843
+ #: wppa-settings-autosave.php:7227 wppa-settings-autosave.php:7251
3844
+ #: wppa-settings-autosave.php:8973 wppa-settings-autosave.php:8994
3845
+ #: wppa-settings-autosave.php:9034 wppa-settings-autosave.php:9056
3846
+ #: wppa-settings-autosave.php:9102
3847
  #, fuzzy
3848
  msgid "#"
3849
  msgstr "#"
3883
  msgid "Reply to your comment on photo: %s on %s"
3884
  msgstr "Antwort auf Ihren Kommentar auf Foto: %s %s"
3885
 
3886
+ #: wppa-comment-admin.php:366 wppa-functions.php:2270
3887
  msgid "Reply"
3888
  msgstr "Antwort"
3889
 
3927
  msgid "Comments on Photos"
3928
  msgstr "Kommentare zu den Fotos"
3929
 
3930
+ #: wppa-comment-widget.php:73 wppa-non-admin.php:818 wppa-thumbnails.php:498
3931
  msgid "wrote"
3932
  msgstr "schrieb"
3933
 
3934
  #: wppa-comment-widget.php:87 wppa-featen-widget.php:137
3935
+ #: wppa-lasten-widget.php:148 wppa-non-admin.php:819 wppa-non-admin.php:824
3936
+ #: wppa-non-admin.php:829 wppa-non-admin.php:833 wppa-non-admin.php:840
3937
+ #: wppa-non-admin.php:850 wppa-potd-widget.php:133
3938
  #: wppa-thumbnail-widget.php:114 wppa-topten-widget.php:257
3939
  msgid "Photo not found"
3940
  msgstr "Foto nicht gefunden"
3941
 
3942
+ #: wppa-comment-widget.php:93 wppa-non-admin.php:820
3943
  msgid "There are no commented photos (yet)"
3944
  msgstr "Es sind (noch) keine kommentierte Fotos"
3945
 
3947
  msgid "Default photo album for"
3948
  msgstr "Standard-Fotoalbum für"
3949
 
3950
+ #: wppa-common-functions.php:655 wppa-functions.php:4658
3951
  #, php-format
3952
  msgid "%d second"
3953
  msgid_plural "%d seconds"
3954
  msgstr[0] "%d Sekunde"
3955
  msgstr[1] "%d Sekunden"
3956
 
3957
+ #: wppa-common-functions.php:659 wppa-functions.php:4654
3958
+ #: wppa-settings-autosave.php:6387 wppa-settings-autosave.php:6388
3959
  #, php-format
3960
  msgid "%d minute"
3961
  msgid_plural "%d minutes"
3962
  msgstr[0] "%d Minute"
3963
  msgstr[1] "%d Minuten"
3964
 
3965
+ #: wppa-common-functions.php:663 wppa-functions.php:4650
3966
+ #: wppa-settings-autosave.php:6389 wppa-settings-autosave.php:7606
3967
  #, php-format
3968
  msgid "%d hour"
3969
  msgid_plural "%d hours"
3970
  msgstr[0] "%d Stunde"
3971
  msgstr[1] "%d Stunden"
3972
 
3973
+ #: wppa-common-functions.php:667 wppa-functions.php:4646
3974
+ #: wppa-settings-autosave.php:6390 wppa-settings-autosave.php:7607
3975
+ #: wppa-settings-autosave.php:7608 wppa-settings-autosave.php:7609
3976
+ #: wppa-settings-autosave.php:7610 wppa-settings-autosave.php:7611
3977
+ #: wppa-settings-autosave.php:7612 wppa-settings-autosave.php:7614
3978
+ #: wppa-settings-autosave.php:7615 wppa-settings-autosave.php:7616
3979
+ #: wppa-settings-autosave.php:8794
3980
  #, php-format
3981
  msgid "%d day"
3982
  msgid_plural "%d days"
3983
  msgstr[0] "%d Tag"
3984
  msgstr[1] "%d Tage"
3985
 
3986
+ #: wppa-common-functions.php:671 wppa-functions.php:4642
3987
+ #: wppa-settings-autosave.php:6391 wppa-settings-autosave.php:7613
3988
+ #: wppa-settings-autosave.php:7617 wppa-settings-autosave.php:7618
3989
+ #: wppa-settings-autosave.php:7619 wppa-settings-autosave.php:8795
3990
  #, php-format
3991
  msgid "%d week"
3992
  msgid_plural "%d weeks"
3993
  msgstr[0] "%d Woche"
3994
  msgstr[1] "%d Wochen"
3995
 
3996
+ #: wppa-common-functions.php:675 wppa-settings-autosave.php:7620
3997
+ #: wppa-settings-autosave.php:8796 wppa-settings-autosave.php:8797
3998
+ #: wppa-settings-autosave.php:8798 wppa-settings-autosave.php:8799
3999
+ #: wppa-settings-autosave.php:8800 wppa-settings-autosave.php:8802
4000
  #, php-format
4001
  msgid "%d month"
4002
  msgid_plural "%d months"
4003
  msgstr[0] "%d Monat"
4004
  msgstr[1] "%d Monate"
4005
 
4006
+ #: wppa-common-functions.php:678 wppa-settings-autosave.php:8801
4007
+ #: wppa-settings-autosave.php:8803
4008
  #, php-format
4009
  msgid "%d year"
4010
  msgid_plural "%d years"
4011
  msgstr[0] "%d Jahr"
4012
  msgstr[1] "%d Jahre"
4013
 
4014
+ #: wppa-common-functions.php:1394
4015
  #, php-format
4016
  msgid ""
4017
  "Based on your server memory limit you should not upload images larger then "
4020
  "Basierend auf Ihrem Server Speichergrenze sollten Sie keine Bilder hochladen "
4021
  "größer <strong>dann %d x %d (% 2.1f MP)</strong>"
4022
 
4023
+ #: wppa-common-functions.php:1668
4024
  msgid "- select an album -"
4025
  msgstr "- wählen Sie ein Album -"
4026
 
4027
+ #: wppa-common-functions.php:1680 wppa-items.php:401
4028
  #: wppa-multitag-widget.php:76 wppa-multitag-widget.php:84
4029
  #: wppa-slideshow-widget.php:199 wppa-tagcloud-widget.php:71
4030
  #: wppa-tagcloud-widget.php:79
4031
  msgid "--- all ---"
4032
  msgstr "--- alle ---"
4033
 
4034
+ #: wppa-common-functions.php:1686
4035
  msgid "--- generic ---"
4036
  msgstr "--- generikum ---"
4037
 
4038
+ #: wppa-common-functions.php:1703
4039
  msgid "--- multiple see below ---"
4040
  msgstr "--- Mehrere siehe unten ---"
4041
 
4042
+ #: wppa-common-functions.php:1709
4043
  msgid "--- a selection box ---"
4044
  msgstr "--- eine Auswahlbox ---"
4045
 
4046
+ #: wppa-common-functions.php:1748 wppa-items.php:397
4047
+ #: wppa-settings-autosave.php:7815 wppa-settings-autosave.php:7871
4048
  #: wppa-upload.php:1529
4049
  msgid "--- separate ---"
4050
  msgstr "--- separat ---"
4051
 
4052
+ #: wppa-common-functions.php:1849
4053
  msgid "Photo id ="
4054
  msgstr "Foto id ="
4055
 
4056
+ #: wppa-common-functions.php:1849
4057
  msgid "Value ="
4058
  msgstr "Wert ="
4059
 
4122
  msgid "Invalid photo identifier:"
4123
  msgstr "Ungültige Foto-ID:"
4124
 
4125
+ #: wppa-encrypt.php:181
4126
  #, fuzzy
4127
  msgid "Invalid album identifier:"
4128
  msgstr "Ungültige Album Bezeichner:"
4131
  msgid "n.a."
4132
  msgstr "n. z."
4133
 
4134
+ #: wppa-exif-iptc-common.php:239 wppa-utils.php:2566
4135
  msgid "Not Defined"
4136
  msgstr "Nicht definiert"
4137
 
4138
+ #: wppa-exif-iptc-common.php:240 wppa-utils.php:2567
4139
  msgid "Manual"
4140
  msgstr "Manuell"
4141
 
4142
+ #: wppa-exif-iptc-common.php:241 wppa-utils.php:2568
4143
  msgid "Program AE"
4144
  msgstr "Program AE"
4145
 
4146
+ #: wppa-exif-iptc-common.php:242 wppa-utils.php:2569
4147
  msgid "Aperture-priority AE"
4148
  msgstr "Aperture-priority AE"
4149
 
4150
+ #: wppa-exif-iptc-common.php:243 wppa-utils.php:2570
4151
  msgid "Shutter speed priority AE"
4152
  msgstr "Verschlusszeitvorrang bei AE"
4153
 
4154
+ #: wppa-exif-iptc-common.php:244 wppa-utils.php:2571
4155
  msgid "Creative (Slow speed)"
4156
  msgstr "Creative (Slow-Speed)"
4157
 
4158
+ #: wppa-exif-iptc-common.php:245 wppa-utils.php:2572
4159
  msgid "Action (High speed)"
4160
  msgstr "Aktion (High-Speed)"
4161
 
4162
+ #: wppa-exif-iptc-common.php:246 wppa-utils.php:2573
4163
  msgid "Portrait"
4164
  msgstr "Portrait"
4165
 
4166
+ #: wppa-exif-iptc-common.php:247 wppa-utils.php:2574
4167
  msgid "Landscape"
4168
  msgstr "Querformat"
4169
 
4170
+ #: wppa-exif-iptc-common.php:248 wppa-utils.php:2575
4171
  msgid "Bulb"
4172
  msgstr "Birne"
4173
 
4174
+ #: wppa-exif-iptc-common.php:270 wppa-utils.php:2576
4175
  msgid "Average"
4176
  msgstr "Durchschnitt"
4177
 
4178
+ #: wppa-exif-iptc-common.php:271 wppa-utils.php:2577
4179
  msgid "Center-weighted average"
4180
  msgstr "Mittenbetont"
4181
 
4182
+ #: wppa-exif-iptc-common.php:272 wppa-utils.php:2578
4183
  msgid "Spot"
4184
  msgstr "Spot"
4185
 
4186
+ #: wppa-exif-iptc-common.php:273 wppa-utils.php:2579
4187
  msgid "Multi-spot"
4188
  msgstr "Multi-spot"
4189
 
4190
+ #: wppa-exif-iptc-common.php:274 wppa-utils.php:2580
4191
  msgid "Multi-segment"
4192
  msgstr "Multi-segment"
4193
 
4194
+ #: wppa-exif-iptc-common.php:275 wppa-utils.php:2581
4195
  msgid "Partial"
4196
  msgstr "Partiell"
4197
 
4198
+ #: wppa-exif-iptc-common.php:276 wppa-settings-autosave.php:4737
4199
+ #: wppa-utils.php:2582
4200
  msgid "Other"
4201
  msgstr "Sonstiges"
4202
 
4203
+ #: wppa-exif-iptc-common.php:312 wppa-utils.php:2583
4204
  msgid "No Flash"
4205
  msgstr "Kein Blitz"
4206
 
4207
+ #: wppa-exif-iptc-common.php:314 wppa-utils.php:2584
4208
  msgid "Fired"
4209
  msgstr "Fired"
4210
 
4211
+ #: wppa-exif-iptc-common.php:316 wppa-utils.php:2585
4212
  msgid "Fired, Return not detected"
4213
  msgstr "Fired, Return not detected"
4214
 
4215
+ #: wppa-exif-iptc-common.php:318 wppa-utils.php:2586
4216
  msgid "Fired, Return detected"
4217
  msgstr "Fired, Return detected"
4218
 
4219
+ #: wppa-exif-iptc-common.php:320 wppa-utils.php:2587
4220
  msgid "On, Did not fire"
4221
  msgstr "An, kein Blitz"
4222
 
4223
+ #: wppa-exif-iptc-common.php:322 wppa-utils.php:2588
4224
  msgid "On, Fired"
4225
  msgstr "An, Fired"
4226
 
4227
+ #: wppa-exif-iptc-common.php:324 wppa-utils.php:2589
4228
  msgid "On, Return not detected"
4229
  msgstr "An, Return not detected"
4230
 
4231
+ #: wppa-exif-iptc-common.php:326 wppa-utils.php:2590
4232
  msgid "On, Return detected"
4233
  msgstr "An, Return detected"
4234
 
4235
+ #: wppa-exif-iptc-common.php:328 wppa-utils.php:2591
4236
  msgid "Off, Did not fire"
4237
  msgstr "Aus, kein Blitz"
4238
 
4239
+ #: wppa-exif-iptc-common.php:330 wppa-utils.php:2592
4240
  msgid "Off, Did not fire, Return not detected"
4241
  msgstr "Aus, kein Blitz, nicht erkannt und Rück"
4242
 
4243
+ #: wppa-exif-iptc-common.php:332 wppa-utils.php:2593
4244
  msgid "Auto, Did not fire"
4245
  msgstr "Auto, kein Blitz"
4246
 
4247
+ #: wppa-exif-iptc-common.php:334 wppa-utils.php:2594
4248
  msgid "Auto, Fired"
4249
  msgstr "Auto, Blitz"
4250
 
4251
+ #: wppa-exif-iptc-common.php:336 wppa-utils.php:2595
4252
  msgid "Auto, Fired, Return not detected"
4253
  msgstr "Auto, Blitz, nicht erkannt und Rück"
4254
 
4255
+ #: wppa-exif-iptc-common.php:338 wppa-utils.php:2596
4256
  msgid "Auto, Fired, Return detected"
4257
  msgstr "Auto, Blitz, erkannt und Rück"
4258
 
4259
+ #: wppa-exif-iptc-common.php:340 wppa-utils.php:2597
4260
  msgid "No flash function"
4261
  msgstr "Keine Blitzfunktion"
4262
 
4263
+ #: wppa-exif-iptc-common.php:342 wppa-utils.php:2598
4264
  msgid "Off, No flash function"
4265
  msgstr "Aus, Keine Blitzfunktion"
4266
 
4267
+ #: wppa-exif-iptc-common.php:344 wppa-utils.php:2599
4268
  msgid "Fired, Red-eye reduction"
4269
  msgstr "Blitz, Rote-Augen-Reduzierung"
4270
 
4271
+ #: wppa-exif-iptc-common.php:346 wppa-utils.php:2600
4272
  msgid "Fired, Red-eye reduction, Return not detected"
4273
  msgstr "Blitz, Rote-Augen-Reduzierung, nicht erkannt und Rück"
4274
 
4275
+ #: wppa-exif-iptc-common.php:348 wppa-utils.php:2601
4276
  msgid "Fired, Red-eye reduction, Return detected"
4277
  msgstr "Blitz, Rote-Augen-Reduzierung, erkannt und Rück"
4278
 
4279
+ #: wppa-exif-iptc-common.php:350 wppa-utils.php:2602
4280
  msgid "On, Red-eye reduction"
4281
  msgstr "An, Rote-Augen-Reduzierung"
4282
 
4283
+ #: wppa-exif-iptc-common.php:352 wppa-utils.php:2603
4284
  msgid "Red-eye reduction, Return not detected"
4285
  msgstr "Rote-Augen-Reduzierung, nicht erkannt und Rück"
4286
 
4287
+ #: wppa-exif-iptc-common.php:354 wppa-utils.php:2604
4288
  msgid "On, Red-eye reduction, Return detected"
4289
  msgstr "An, Rote-Augen-Reduzierung, erkannt und Rück"
4290
 
4291
+ #: wppa-exif-iptc-common.php:356 wppa-utils.php:2605
4292
  msgid "Off, Red-eye reduction"
4293
  msgstr "Aus, Rote-Augen-Reduzierung"
4294
 
4295
+ #: wppa-exif-iptc-common.php:358 wppa-utils.php:2606
4296
  msgid "Auto, Did not fire, Red-eye reduction"
4297
  msgstr "Auto, kein Blitz, Rote-Augen-Reduzierung"
4298
 
4299
+ #: wppa-exif-iptc-common.php:360 wppa-utils.php:2607
4300
  msgid "Auto, Fired, Red-eye reduction"
4301
  msgstr "Auto, Blitz, Rote-Augen-Reduzierung"
4302
 
4303
+ #: wppa-exif-iptc-common.php:362 wppa-utils.php:2608
4304
  msgid "Auto, Fired, Red-eye reduction, Return not detected"
4305
  msgstr "Auto, Blitz, Rote-Augen-Reduzierung, nicht erkannt und Rück"
4306
 
4307
+ #: wppa-exif-iptc-common.php:364 wppa-utils.php:2609
4308
  msgid "Auto, Fired, Red-eye reduction, Return detected"
4309
  msgstr "Auto, Blitz, Rote-Augen-Reduzierung, erkannt und Rück"
4310
 
4435
  msgid "Featured Photos"
4436
  msgstr "Beliebte Fotos"
4437
 
4438
+ #: wppa-featen-widget.php:115 wppa-non-admin.php:823
4439
  msgid "View the featured photos"
4440
  msgstr "Sehen Sie die best bewertesten Fotos"
4441
 
4442
+ #: wppa-featen-widget.php:146 wppa-non-admin.php:825
4443
  msgid "There are no featured photos (yet)"
4444
  msgstr "Es sind (noch) keine vorgestellten Fotos"
4445
 
4446
+ #: wppa-functions.php:668
4447
  msgid "No related photos found."
4448
  msgstr "Keine verwandten Fotos gefunden."
4449
 
4450
+ #: wppa-functions.php:1019
4451
  #, php-format
4452
  msgid ""
4453
  "There are %s albums found. Only the first %s will be shown. Please refine "
4456
  "Es gibt %s Alben gefunden. Nur das erste %s wird angezeigt. Bitte verfeinern "
4457
  "Sie Ihre Suchkriterien."
4458
 
4459
+ #: wppa-functions.php:2047 wppa-links.php:769 wppa-links.php:786
4460
+ #: wppa-thumbnails.php:624
4461
  msgid "Are you sure you want to remove this photo?"
4462
  msgstr "Bist Du sicher, dass Du diese Foto löschen möchtest?"
4463
 
4464
+ #: wppa-functions.php:2065 wppa-thumbnails.php:606
4465
  msgid "Are you sure you want to add this photo to your zip?"
4466
  msgstr ""
4467
  "Sind Sie sicher, dass Sie dieses Foto mit Ihrem ZIP-Paket hinzufügen möchten?"
4468
 
4469
+ #: wppa-functions.php:2068 wppa-thumbnails.php:609
4470
  #, fuzzy
4471
  msgid "MyChoice"
4472
  msgstr "MyChoice"
4473
 
4474
+ #: wppa-functions.php:2146
4475
  #, php-format
4476
  msgid "%d dislike"
4477
  msgid_plural "%d dislikes"
4478
  msgstr[0] "%d Abneigung"
4479
  msgstr[1] "%d Abneigungen"
4480
 
4481
+ #: wppa-functions.php:2148
4482
  msgid "including mine"
4483
  msgstr "einschließlich meine"
4484
 
4485
+ #: wppa-functions.php:2248
4486
  msgid "Comment edited"
4487
  msgstr "Kommentar bearbeitet"
4488
 
4489
+ #: wppa-functions.php:2253
4490
  msgid "Photo comment"
4491
  msgstr "Foto kommentar"
4492
 
4493
+ #: wppa-functions.php:2257
4494
  msgid "Comment on photo:"
4495
  msgstr "Kommentar zum Foto:"
4496
 
4497
+ #: wppa-functions.php:2268
4498
  msgid "wrote on photo"
4499
  msgstr "schrieb am Foto"
4500
 
4501
+ #: wppa-functions.php:2272
4502
  msgid "Moderate comment admin"
4503
  msgstr "Moderiere Kommentare"
4504
 
4505
+ #: wppa-functions.php:2275 wppa-functions.php:4455 wppa-upload.php:1428
4506
  msgid "Moderate manage photo"
4507
  msgstr "Moderiere Fotos"
4508
 
4509
+ #: wppa-functions.php:2289
4510
  msgid "You receive this email as you are assigned to moderate"
4511
  msgstr "Sie erhalten diese E-Mail, wie Sie, um moderate zugeordnet sind"
4512
 
4513
+ #: wppa-functions.php:2301
4514
  msgid "You receive this email as administrator of the site"
4515
  msgstr "Sie erhalten diese E-Mail als Administrator der Website"
4516
 
4517
+ #: wppa-functions.php:2318
4518
  msgid "You receive this email as uploader of the photo"
4519
  msgstr "Sie erhalten diese E-Mail als Uploader des Fotos"
4520
 
4521
+ #: wppa-functions.php:2335
4522
  msgid "You receive this email as owner of the album"
4523
  msgstr "Sie erhalten diese E-Mail als Eigentümer des Albums"
4524
 
4525
+ #: wppa-functions.php:2352
4526
  msgid "You receive this email because you commented this photo earlier."
4527
  msgstr "Sie erhalten diese E-Mail, weil Sie dieses Foto früheren kommentiert."
4528
 
4529
+ #: wppa-functions.php:2378
4530
  msgid "Comment added"
4531
  msgstr "Kommentar hinzugefügt"
4532
 
4533
+ #: wppa-functions.php:2384
4534
  msgid ""
4535
  "Sorry, you gave a wrong answer.\\n\\nPlease try again to solve the "
4536
  "computation."
4539
  "\n"
4540
  "Bitte versuchen Sie es erneut, um die Berechnung zu lösen."
4541
 
4542
+ #: wppa-functions.php:2395
4543
  msgid "Could not process comment.\\nProbably timed out."
4544
  msgstr ""
4545
  "Konnte Kommentar nicht werarbeiten. \n"
4546
  "Warscheinlich Zeitüberschreitung."
4547
 
4548
+ #: wppa-functions.php:2513 wppa-links.php:1491
4549
  msgid "A video can not be printed or downloaded"
4550
  msgstr "Ein Video kann nicht gedruckt oder heruntergeladen werden"
4551
 
4552
+ #: wppa-functions.php:2960
4553
  msgid "ERROR: Illegal attempt to enter a rating."
4554
  msgstr "ERROR: Illegal Versuch, eine Bewertung zu gelangen."
4555
 
4556
+ #: wppa-functions.php:2973
4557
  msgid "ERROR: Illegal attempt to enter a comment."
4558
  msgstr "ERROR: Illegal Versuch, einen Kommentar eingeben."
4559
 
4560
+ #: wppa-functions.php:4119
4561
  msgid "ERROR: Illegal attempt to create an album."
4562
  msgstr "ERROR: Illegal Versuch, ein Album zu erstellen."
4563
 
4564
+ #: wppa-functions.php:4123
4565
  msgid "Wrong captcha, please try again"
4566
  msgstr "Falsche Captcha, versuchen Sie es erneut"
4567
 
4568
+ #: wppa-functions.php:4137
4569
  #, php-format
4570
  msgid "Album #%s created"
4571
  msgstr "Album #%s erstellt"
4572
 
4573
+ #: wppa-functions.php:4143
4574
  msgid "Could not create album"
4575
  msgstr "Album konnte nicht erstellt werden"
4576
 
4577
+ #: wppa-functions.php:4154
4578
  msgid "ERROR: Illegal attempt to upload a file."
4579
  msgstr "ERROR: Illegal Versuch, eine Datei hochzuladen."
4580
 
4581
+ #: wppa-functions.php:4194
4582
  msgid "Photo upload"
4583
  msgstr "Fotos hochgeladen"
4584
 
4585
+ #: wppa-functions.php:4195
4586
  #, php-format
4587
  msgid "%d photo successfully uploaded"
4588
  msgid_plural "%d photos successfully uploaded"
4589
  msgstr[0] "%d Foto erfolgreich hochgeladen"
4590
  msgstr[1] "%d Fotos erfolgreich hochgeladen"
4591
 
4592
+ #: wppa-functions.php:4196
4593
  #, php-format
4594
  msgid "%s points added"
4595
  msgstr "%s Punkte hinzugefügt"
4596
 
4597
+ #: wppa-functions.php:4206
4598
  msgid "Upload failed"
4599
  msgstr "Upload fehlgeschlagen"
4600
 
4601
+ #: wppa-functions.php:4209
4602
  #, php-format
4603
  msgid "%d upload failed"
4604
  msgid_plural "%d uploads failed"
4605
  msgstr[0] "%d Hochladung fehlgeschlagen"
4606
  msgstr[1] "%d Hochladungen fehlgeschlagen"
4607
 
4608
+ #: wppa-functions.php:4253
4609
  msgid "Error during upload"
4610
  msgstr "Fehler beim Hochladen"
4611
 
4612
+ #: wppa-functions.php:4309
4613
  #, fuzzy
4614
  msgid "Could not insert media into db."
4615
  msgstr "Medien konnte in Db nicht eingefügt werden."
4616
 
4617
+ #: wppa-functions.php:4349
4618
  msgid "Uploaded file is not an image"
4619
  msgstr "Hochgeladenen datei ist kein Bild"
4620
 
4621
+ #: wppa-functions.php:4355
4622
  #, php-format
4623
  msgid ""
4624
  "Only gif, jpg and png image files are supported. Returned filetype = %d."
4625
  msgstr ""
4626
  "Nur gif, jpg und png Bild-Dateien werden unterstützt. Kehrte filetype =% d."
4627
 
4628
+ #: wppa-functions.php:4363
4629
  #, php-format
4630
  msgid "Uploaded file is larger than the allowed maximum of %d x %d pixels."
4631
  msgstr ""
4632
  "Hochgeladene Datei ist größer als das erlaubte Maximum von %d x %d Pixel."
4633
 
4634
+ #: wppa-functions.php:4371
4635
  #, php-format
4636
  msgid "Uploaded file %s already exists in this album."
4637
  msgstr "Hochgeladene Datei %s existiert bereits in diesem Album."
4638
 
4639
+ #: wppa-functions.php:4381
4640
  #, php-format
4641
  msgid "The image is too big. Max photo size: %d x %d (%2.1f MegaPixel)"
4642
  msgstr "Das Bild ist zu groß. Max Fotogröße: %d x %d (% 2.1f MegaPixel)"
4643
 
4644
+ #: wppa-functions.php:4414
4645
  msgid "Could not insert photo into db."
4646
  msgstr "Konnte Foto nicht in db einfügen."
4647
 
4648
+ #: wppa-functions.php:4451 wppa-upload.php:1424
4649
  #, php-format
4650
  msgid "New photo uploaded: %s"
4651
  msgstr "Neues Foto hochgeladen: %s"
4652
 
4653
+ #: wppa-functions.php:4452 wppa-upload.php:1425
4654
  #, php-format
4655
  msgid "User %1$s uploaded photo %2$s into album %3$s"
4656
  msgstr "Benutzer %1$s hat Foto %2$s in album %3$s hochgeladen "
4657
 
4658
+ #: wppa-functions.php:4454 wppa-upload.php:1427
4659
  msgid "This upload requires moderation"
4660
  msgstr "Dieser Upload erfordert Moderation"
4661
 
4662
+ #: wppa-functions.php:4458 wppa-upload.php:1431
4663
  msgid "Details:"
4664
  msgstr "Details:"
4665
 
4666
+ #: wppa-functions.php:4459 wppa-upload.php:1432 wppa-utils.php:899
4667
+ #: wppa-utils.php:911
4668
  msgid "Manage photo"
4669
  msgstr "Fotos verwalten"
4670
 
4671
+ #: wppa-functions.php:4639
4672
  msgid "You can upload after"
4673
  msgstr "Sie können Hochladen nach"
4674
 
4675
+ #: wppa-functions.php:4682 wppa-functions.php:4686 wppa-functions.php:4693
4676
+ #: wppa-functions.php:4697 wppa-links.php:1095 wppa-non-admin.php:744
4677
+ #: wppa-settings-autosave.php:9142 wppa-settings-autosave.php:9154
4678
+ #: wppa-settings-autosave.php:9166 wppa-settings-autosave.php:9178
4679
+ #: wppa-settings-autosave.php:9190 wppa-settings-autosave.php:9202
4680
+ #: wppa-settings-autosave.php:9214 wppa-settings-autosave.php:9226
4681
  msgid "Download"
4682
  msgstr "Herunterladen"
4683
 
4684
+ #: wppa-functions.php:4736
4685
  msgid "Zoom in"
4686
  msgstr "Hineinzoomen"
4687
 
5318
  msgid "licence."
5319
  msgstr "Lizenz"
5320
 
5321
+ #: wppa-init.php:195
5322
+ #, fuzzy
5323
+ msgid ""
5324
+ "</strong><h3>WP Photo ALbum Plus Error message</h3>This is a multi site "
5325
+ "installation. One of the following 3 lines must be entered in wp-config.php:"
5326
+ msgstr ""
5327
+ "<h3>WP Photo ALbum Plus Fehlermeldung</h3>Dies ist ein Multi-Site-"
5328
+ "Installation. Eines der folgenden 3 Zeilen eingegeben werden in wp-Config."
5329
+ "php:"
5330
+
5331
+ #: wppa-init.php:196
5332
+ #, fuzzy
5333
+ msgid ""
5334
+ "<br /><br /><b>define( 'WPPA_MULTISITE_INDIVIDUAL', true );</b> <small>// "
5335
+ "Multisite WP 3.5 or later with every site its own albums and photos</small>"
5336
+ msgstr ""
5337
+ "<br><br><b>definieren (\"WPPA_MULTISITE_INDIVIDUAL\", true);</b> <small>/ / "
5338
+ "Multisite WP 3,5 oder später mit jedem Standort eine eigene Alben und Fotos</"
5339
+ "small>"
5340
+
5341
+ #: wppa-init.php:197
5342
+ #, fuzzy
5343
+ msgid ""
5344
+ "<br /><b>define( 'WPPA_MULTISITE_BLOGSDIR', true );</b> <small>// Multisite "
5345
+ "prior to WP 3.5 with every site its own albums and photos</small>"
5346
+ msgstr ""
5347
+ "<br><b>definieren (\"WPPA_MULTISITE_BLOGSDIR\", true);</b> <small>/ / "
5348
+ "Multisite vor WP 3.5 mit jedem Standort eine eigene Alben und Fotos</small>"
5349
+
5350
+ #: wppa-init.php:198
5351
+ #, fuzzy
5352
+ msgid ""
5353
+ "<br /><b>define( 'WPPA_MULTISITE_GLOBAL', true );</b> <small>// Multisite "
5354
+ "with one common set of albums and photos</small>"
5355
+ msgstr ""
5356
+ "<br><b>definieren (\"WPPA_MULTISITE_GLOBAL\", true);</b> <small>/ / "
5357
+ "Multisite mit einem gemeinsamen Alben und Fotos</small>"
5358
+
5359
+ #: wppa-init.php:199
5360
+ #, fuzzy
5361
+ msgid ""
5362
+ "<br /><br />For more information see: <a href=\"https://wordpress.org/"
5363
+ "plugins/wp-photo-album-plus/faq/\">the faq</a>"
5364
+ msgstr ""
5365
+ "<br><br>Weitere Informationen finden Sie unter: <a href=\"https://wordpress."
5366
+ "org/plugins/wp-photo-album-plus/faq/\">faq</a>"
5367
+
5368
+ #: wppa-init.php:200
5369
+ #, fuzzy
5370
+ msgid ""
5371
+ "<br /><br /><em>If you upload photos, they will be placed in the wrong "
5372
+ "location and will not be visible for visitors!</em><strong>"
5373
+ msgstr ""
5374
+ "<br><br><em>Wenn Sie Fotos hochladen, sie an der falschen Stelle platziert "
5375
+ "werden und werden nicht sichtbar für die Besucher!</em><strong></strong>"
5376
+
5377
+ #: wppa-init.php:232
5378
+ msgid ""
5379
+ "The photo index table needs to be rebuilt. Please run <i>Photo Albums -> "
5380
+ "Settings</i> admin page <i>Table VIII-A9</i>"
5381
+ msgstr ""
5382
+
5383
+ #: wppa-init.php:236
5384
+ msgid ""
5385
+ "The album index table needs to be rebuilt. Please run <i>Photo Albums -> "
5386
+ "Settings</i> admin page <i>Table VIII-A8</i>"
5387
+ msgstr ""
5388
+
5389
+ #: wppa-init.php:240
5390
+ msgid ""
5391
+ "The avarage ratings need to be recalculated. Please run <i>Photo Albums -> "
5392
+ "Settings</i> admin page <i>Table VIII-A5</i>"
5393
+ msgstr ""
5394
+
5395
+ #: wppa-init.php:243
5396
+ msgid "Please finish setting up WP Photo ALbum Plus on"
5397
+ msgstr ""
5398
+
5399
+ #: wppa-init.php:243
5400
+ msgid "this page"
5401
+ msgstr ""
5402
+
5403
+ #: wppa-init.php:261
5404
+ #, fuzzy
5405
+ msgid ""
5406
+ "</strong>The tags system needs to be converted. Please run <b>Photo Albums -"
5407
+ "> Settings</b> admin page <b>Table VIII-B16</b><strong>"
5408
+ msgstr ""
5409
+ "Tags-System muss konvertiert werden. Bitte führen Sie <b>Fotoalben-> "
5410
+ "Einstellungen</b> Adminseite <b>Tabelle VIII-B16</b><strong></strong>"
5411
+
5412
+ #: wppa-init.php:278
5413
+ #, fuzzy
5414
+ msgid ""
5415
+ "</strong>The cats system needs to be converted. Please run <b>Photo Albums -"
5416
+ "> Settings</b> admin page <b>Table VIII-B17</b><strong>"
5417
+ msgstr ""
5418
+ "Das Katzen-System muss konvertiert werden. Bitte führen Sie <b>Fotoalben-> "
5419
+ "Einstellungen</b> Adminseite <b>Tabelle VIII-B17</b><strong></strong>"
5420
+
5421
+ #: wppa-items.php:237 wppa-thumbnails.php:1898
5422
  msgid "Gold medal"
5423
  msgstr "Gold medaille"
5424
 
5430
  msgid "Gold"
5431
  msgstr "Gold"
5432
 
5433
+ #: wppa-items.php:238 wppa-thumbnails.php:1899
5434
  msgid "Silver medal"
5435
  msgstr "Silber Medallie"
5436
 
5442
  msgid "Silver"
5443
  msgstr "Silber"
5444
 
5445
+ #: wppa-items.php:239 wppa-thumbnails.php:1900
5446
  msgid "Bronze medal"
5447
  msgstr "Bronze medaille"
5448
 
5454
  msgid "Bronze"
5455
  msgstr "Bronze"
5456
 
5457
+ #: wppa-items.php:314 wppa-items.php:473 wppa-settings-autosave.php:3487
5458
  #, fuzzy
5459
  msgid "none"
5460
  msgstr "kein"
5494
  msgid "Last Ten Uploaded Photos"
5495
  msgstr "Letzten zehn hochgeladenen Fotos"
5496
 
5497
+ #: wppa-lasten-widget.php:131 wppa-non-admin.php:828
5498
  msgid "View the most recent uploaded photos"
5499
  msgstr "Sehen Sie die neuesten hochgeladenen Fotos"
5500
 
5501
+ #: wppa-lasten-widget.php:155 wppa-non-admin.php:830
5502
  msgid "There are no uploaded photos (yet)"
5503
  msgstr "Es sind (noch) keine hochgeladene Fotos"
5504
 
5593
  msgid "Scheduled for %s"
5594
  msgstr "Für %s geplant"
5595
 
5596
+ #: wppa-links.php:1036 wppa-links.php:1039 wppa-slideshow.php:994
5597
  msgid "Previous"
5598
  msgstr "Vorheriges"
5599
 
5600
+ #: wppa-links.php:1046 wppa-links.php:1049 wppa-non-admin.php:695
5601
  #: wppa-slideshow.php:1008
5602
  msgid "Next"
5603
  msgstr "Nächstes"
5604
 
5605
+ #: wppa-links.php:1095
5606
  #, fuzzy
5607
  msgid "Download album"
5608
  msgstr "Album herunterladen"
5609
 
5610
+ #: wppa-links.php:1231
5611
  #, fuzzy
5612
  msgid "View thumbnails"
5613
  msgstr "Anzeigen die Miniaturen"
5614
 
5615
+ #: wppa-links.php:1244
5616
  #, fuzzy
5617
  msgid "View fullsize slideshow"
5618
  msgstr "Fullsize-Diashow ansehen"
5644
 
5645
  #: wppa-maintenance.php:725 wppa-maintenance.php:741
5646
  #: wppa-photo-admin-autosave.php:1742 wppa-photo-admin-autosave.php:1763
5647
+ #: wppa-settings-autosave.php:4359 wppa-setup.php:350
5648
  msgid "Required"
5649
  msgstr "Erforderlich"
5650
 
5651
+ #: wppa-maintenance.php:811
5652
  #, fuzzy
5653
  msgid "There are no index items."
5654
  msgstr "Es gibt keine Index-Elemente."
5693
  msgid "Select multiple tags or --- all ---:"
5694
  msgstr "Wählen Sie mehrere Tags oder---alle---:"
5695
 
5696
+ #: wppa-non-admin.php:357
5697
  msgid "Press f for fullscreen."
5698
  msgstr "Drücken Sie f für Vollbild."
5699
 
5700
+ #: wppa-non-admin.php:367 wppa-non-admin.php:438
5701
  msgid "Toggle fullscreen"
5702
  msgstr "Wechsel zwischen Vollbild"
5703
 
5704
+ #: wppa-non-admin.php:432
5705
  msgid ""
5706
  "Keys: f = next mode; q,x = exit; p = previous, n = next, s = start/stop, d = "
5707
  "dismiss this notice."
5709
  "Tasten: f = nächsten Modus; q,x = verlassen; p = vorheriges, n = nächstes, s "
5710
  "= Start / Stop, d = entlassen diesen Hinweis."
5711
 
5712
+ #: wppa-non-admin.php:433
5713
  msgid "Keys: f = next mode; q,x = exit; d = dismiss this notice."
5714
  msgstr ""
5715
  "Tasten: f = nächsten Modus; q,x = verlassen; d = entlassen diesen Hinweis."
5716
 
5717
+ #: wppa-non-admin.php:686 wppa-settings-autosave.php:3678
5718
  #: wppa-slideshow.php:241
5719
  msgid "Start"
5720
  msgstr "Starte"
5721
 
5722
+ #: wppa-non-admin.php:687
5723
  msgid "Stop"
5724
  msgstr "Stop"
5725
 
5726
+ #: wppa-non-admin.php:688 wppa-slideshow.php:233
5727
  msgid "Slower"
5728
  msgstr "Langsamer"
5729
 
5730
+ #: wppa-non-admin.php:689 wppa-slideshow.php:249
5731
  msgid "Faster"
5732
  msgstr "Schneller"
5733
 
5734
+ #: wppa-non-admin.php:691
5735
  msgid "of"
5736
  msgstr "von"
5737
 
5738
+ #: wppa-non-admin.php:692
5739
  msgid "Previous photo"
5740
  msgstr "Vorheriges Foto"
5741
 
5742
+ #: wppa-non-admin.php:693
5743
  msgid "Next photo"
5744
  msgstr "Nächstes Foto"
5745
 
5746
+ #: wppa-non-admin.php:694
5747
  msgid "Prev."
5748
  msgstr "Vorheriges"
5749
 
5750
+ #: wppa-non-admin.php:696 wppa-slideshow.php:745 wppa-slideshow.php:757
5751
  #: wppa-slideshow.php:848
5752
  msgid "Average&nbsp;rating"
5753
  msgstr "Durchschnittliche Bewertung"
5754
 
5755
+ #: wppa-non-admin.php:697 wppa-slideshow.php:807 wppa-slideshow.php:819
5756
  #: wppa-slideshow.php:830
5757
  msgid "My&nbsp;rating"
5758
  msgstr "Meine&nbsp;Bewertung"
5759
 
5760
+ #: wppa-non-admin.php:698
5761
  msgid "Avg."
5762
  msgstr "Durchs."
5763
 
5764
+ #: wppa-non-admin.php:699
5765
  msgid "Mine"
5766
  msgstr "Meine"
5767
 
5768
+ #: wppa-non-admin.php:700
5769
  msgid "You marked this image as inappropriate."
5770
  msgstr "Sie markiert das Bild als unangemessen."
5771
 
5772
+ #: wppa-non-admin.php:703
5773
  msgid "Please enter your name"
5774
  msgstr "Bitte geben Sie Ihren Namen ein"
5775
 
5776
+ #: wppa-non-admin.php:704
5777
  msgid "Please enter a valid email address"
5778
  msgstr "Bitte geben Sie eine gültige eMail-Adresse ein"
5779
 
5780
+ #: wppa-non-admin.php:705
5781
  msgid "Please enter a comment"
5782
  msgstr "Bitte geben Sie einen Kommentar ein."
5783
 
5784
+ #: wppa-non-admin.php:739
5785
  msgid "Double click to start/stop slideshow running"
5786
  msgstr "Doppelklicken Sie zum Starten / Stoppen Diashow Lauf"
5787
 
5788
+ #: wppa-non-admin.php:834 wppa-photo-admin-autosave.php:265
5789
  #: wppa-potd-widget.php:156
5790
  msgid "By:"
5791
  msgstr "Durch:"
5792
 
5793
+ #: wppa-non-admin.php:837 wppa-slideshow-widget.php:124
5794
  msgid "No album defined (yet)"
5795
  msgstr "Noch kein Album definiert"
5796
 
5797
+ #: wppa-non-admin.php:841 wppa-thumbnail-widget.php:121
5798
  msgid "There are no photos (yet)"
5799
  msgstr "Es sind (noch) keine Fotos"
5800
 
5801
+ #: wppa-non-admin.php:844 wppa-upldr-widget.php:90
5802
  msgid "There are too many registered users in the system for this widget"
5803
  msgstr "Es gibt zu viele registrierte Benutzer im System für dieses Widget"
5804
 
5805
+ #: wppa-non-admin.php:845 wppa-upldr-widget.php:124 wppa-upldr-widget.php:131
5806
  msgid "Photos uploaded by"
5807
  msgstr "Fotos hochgeladen durch"
5808
 
5809
+ #: wppa-non-admin.php:849 wppa-thumbnails.php:689 wppa-thumbnails.php:1474
5810
  #: wppa-topten-widget.php:203 wppa-topten-widget.php:226
5811
  #: wppa-topten-widget.php:236
5812
  #, php-format
5815
  msgstr[0] "%d Ansicht"
5816
  msgstr[1] "%d Ansichte"
5817
 
5818
+ #: wppa-non-admin.php:851 wppa-topten-widget.php:261
5819
  msgid "There are no rated photos (yet)"
5820
  msgstr "Es sind (noch) keine bewertesten Fotos"
5821
 
6090
  msgid "Same tab"
6091
  msgstr "gleichem Tab"
6092
 
6093
+ #: wppa-photo-admin-autosave.php:436 wppa-settings-autosave.php:4838
6094
+ #: wppa-settings-autosave.php:5887
6095
  #, fuzzy
6096
  msgid "New tab"
6097
  msgstr "neuem Tab"
6126
  msgid "Update file"
6127
  msgstr "Datei aktualisieren"
6128
 
6129
+ #: wppa-photo-admin-autosave.php:501 wppa-settings-autosave.php:3189
6130
  #, fuzzy
6131
  msgid "Upload"
6132
  msgstr "ERROR: kann keine Dateien hochladen."
6207
  msgid "Remake thumbnail file"
6208
  msgstr "Remake-thumbnail-Datei"
6209
 
6210
+ #: wppa-photo-admin-autosave.php:658 wppa-settings-autosave.php:6757
6211
  #, fuzzy
6212
  msgid "Remake"
6213
  msgstr "Neuverfilmung"
6487
  "ausgewählten Aktion"
6488
 
6489
  #: wppa-photo-admin-autosave.php:1362 wppa-photo-admin-autosave.php:1481
6490
+ #: wppa-settings-autosave.php:8304
6491
  #, fuzzy
6492
  msgid "Preview"
6493
  msgstr "Vorschau"
6551
  msgid "Count"
6552
  msgstr "Anzahl"
6553
 
6554
+ #: wppa-photo-admin-autosave.php:1881 wppa-settings-autosave.php:6295
6555
  #, fuzzy
6556
  msgid "Tags"
6557
  msgstr "Suchwörter"
6661
  msgid "Enable subsearch"
6662
  msgstr "Subsearch aktivieren"
6663
 
6664
+ #: wppa-search-widget.php:134 wppa-settings-autosave.php:5815
6665
  #, fuzzy
6666
  msgid "Landing page"
6667
  msgstr "Zielseite"
6879
  msgstr "Legenda:"
6880
 
6881
  #: wppa-settings-autosave.php:388 wppa-settings-autosave.php:390
6882
+ #: wppa-settings-autosave.php:1989 wppa-settings-autosave.php:5562
6883
  #, fuzzy
6884
  msgid "Button"
6885
  msgstr "Button"
6889
  msgid "action that causes page reload."
6890
  msgstr "Aktion, die bewirkt, dass die Seite neu zu laden."
6891
 
6892
+ #: wppa-settings-autosave.php:390 wppa-settings-autosave.php:9757
6893
+ #: wppa-settings-autosave.php:9776
6894
  #, fuzzy
6895
  msgid "Are you sure?"
6896
  msgstr ""
6901
  msgid "action that does not cause page reload."
6902
  msgstr "Aktion bewirkt, dass keine Seite neu laden."
6903
 
6904
+ #: wppa-settings-autosave.php:393 wppa-settings-autosave.php:8193
6905
+ #: wppa-settings-autosave.php:8195 wppa-settings-autosave.php:9484
6906
+ #: wppa-settings-autosave.php:9501 wppa-settings-autosave.php:9530
6907
+ #: wppa-settings-autosave.php:9548 wppa-settings-autosave.php:9572
6908
+ #: wppa-settings-autosave.php:9593 wppa-settings-autosave.php:9613
6909
+ #: wppa-settings-autosave.php:9630 wppa-settings-autosave.php:9676
6910
+ #: wppa-settings-autosave.php:9708
6911
  #, fuzzy
6912
  msgid "Setting unmodified"
6913
  msgstr "Festlegen von unveränderten"
6957
  msgid "Layout"
6958
  msgstr "Aufteilung:"
6959
 
6960
+ #: wppa-settings-autosave.php:415 wppa-settings-autosave.php:4788
6961
  #, fuzzy
6962
  msgid "Lightbox"
6963
  msgstr "Lightbox"
6977
  msgid "Navigation"
6978
  msgstr "Navigation"
6979
 
6980
+ #: wppa-settings-autosave.php:419 wppa-settings-autosave.php:1563
6981
+ #: wppa-settings-autosave.php:8540
6982
  #, fuzzy
6983
  msgid "Page"
6984
  msgstr "Seite:"
6985
 
6986
+ #: wppa-settings-autosave.php:420 wppa-settings-autosave.php:8336
6987
+ #: wppa-settings-autosave.php:8381
6988
  #, fuzzy
6989
  msgid "Rating"
6990
  msgstr "ERROR: Illegal Versuch, eine Bewertung zu gelangen."
7014
  msgid "Widgets"
7015
  msgstr "Widgets"
7016
 
7017
+ #: wppa-settings-autosave.php:428 wppa-settings-autosave.php:8174
7018
  #, fuzzy
7019
  msgid "Watermark"
7020
  msgstr "Wasserzeichen"
7050
  msgid "Close quick setup"
7051
  msgstr "Enge Schnelleinrichtung"
7052
 
7053
+ #: wppa-settings-autosave.php:498
7054
  #, fuzzy
7055
  msgid "Table O:"
7056
  msgstr "Tabelle O:"
7057
 
7058
+ #: wppa-settings-autosave.php:498
7059
  #, fuzzy
7060
  msgid "Quick Setup:"
7061
  msgstr "Kurzanleitung zur Installation"
7062
 
7063
+ #: wppa-settings-autosave.php:499
7064
  #, fuzzy
7065
  msgid "This table enables you to quickly do an inital setup."
7066
  msgstr ""
7067
  "Diese Tabelle ermöglicht es Ihnen, schnell eine Erstinstallation zu tun."
7068
 
7069
+ #: wppa-settings-autosave.php:509 wppa-settings-autosave.php:671
7070
+ #: wppa-settings-autosave.php:693 wppa-settings-autosave.php:1431
7071
+ #: wppa-settings-autosave.php:1452 wppa-settings-autosave.php:2969
7072
+ #: wppa-settings-autosave.php:3338 wppa-settings-autosave.php:4615
7073
+ #: wppa-settings-autosave.php:6545 wppa-settings-autosave.php:7254
7074
+ #: wppa-settings-autosave.php:8976
7075
  #, fuzzy
7076
  msgid "Setting"
7077
  msgstr "Einstellung"
7078
 
7079
+ #: wppa-settings-autosave.php:510 wppa-settings-autosave.php:672
7080
+ #: wppa-settings-autosave.php:694 wppa-settings-autosave.php:1432
7081
+ #: wppa-settings-autosave.php:1453 wppa-settings-autosave.php:2970
7082
+ #: wppa-settings-autosave.php:2994 wppa-settings-autosave.php:3318
7083
+ #: wppa-settings-autosave.php:3339 wppa-settings-autosave.php:4616
7084
+ #: wppa-settings-autosave.php:4640 wppa-settings-autosave.php:4816
7085
+ #: wppa-settings-autosave.php:4840 wppa-settings-autosave.php:5889
7086
+ #: wppa-settings-autosave.php:6547 wppa-settings-autosave.php:6571
7087
+ #: wppa-settings-autosave.php:7234 wppa-settings-autosave.php:7255
7088
+ #: wppa-settings-autosave.php:8977 wppa-settings-autosave.php:8999
7089
+ #: wppa-settings-autosave.php:9039 wppa-settings-autosave.php:9061
7090
+ #: wppa-settings-autosave.php:9107
7091
  #, fuzzy
7092
  msgid "Help"
7093
  msgstr "Hilfe"
7094
 
7095
+ #: wppa-settings-autosave.php:521
7096
  #, fuzzy
7097
  msgid ""
7098
  "To quickly setup WPPA+ please answer the following questions. You can alway "
7102
  "sich jederzeit ändern, jede Einstellung später. <span style=\"color:"
7103
  "#700\">Klicken Sie auf mich!</span>"
7104
 
7105
+ #: wppa-settings-autosave.php:523
7106
  #, fuzzy
7107
  msgid "Is your theme <i>responsive</i>?"
7108
  msgstr "Ist Ihr Thema <i>reagieren</i>?"
7109
 
7110
+ #: wppa-settings-autosave.php:524
7111
  #, fuzzy
7112
  msgid ""
7113
  "Responsive themes have a layout that varies with the size of the browser "
7116
  "Ansprechende Themen haben eine Layout, die variiert mit der Größe des "
7117
  "Browser-Fensters."
7118
 
7119
+ #: wppa-settings-autosave.php:525
7120
  #, fuzzy
7121
  msgid ""
7122
  "WPPA+ needs to know this to automaticly adept the width of the display to "
7125
  "WPPA + muss kennen, um automatisch Adept die Breite des Displays, um die "
7126
  "verfügbare Breite auf der Seite."
7127
 
7128
+ #: wppa-settings-autosave.php:532
7129
  #, fuzzy
7130
  msgid "Do you want to downsize photos during upload?"
7131
  msgstr "Möchten Sie Fotos beim Hochladen verkleinern?"
7132
 
7133
+ #: wppa-settings-autosave.php:533
7134
  #, fuzzy
7135
  msgid ""
7136
  "Downsizing photos make them load faster to the visitor, without loosing "
7139
  "Downsizing-Fotos machen sie für den Besucher schneller zu laden, ohne "
7140
  "Qualität zu verlieren"
7141
 
7142
+ #: wppa-settings-autosave.php:534
7143
  #, fuzzy
7144
  msgid ""
7145
  "If you answer yes, the photos will be downsized to max 1024 x 768 pixels. "
7148
  "Wenn Sie Ja Antworten, werden die Fotos auf max. 1024 x 768 Pixel "
7149
  "verkleinert werden. Sie können dies ändern, später, wenn Sie wollen"
7150
 
7151
+ #: wppa-settings-autosave.php:541
7152
  #, fuzzy
7153
  msgid "Do you want to save the original photofiles?"
7154
  msgstr "Möchten Sie die ursprüngliche Photofiles speichern?"
7155
 
7156
+ #: wppa-settings-autosave.php:542
7157
  #, fuzzy
7158
  msgid "This will require considerable disk space on the server."
7159
  msgstr "Dies erfordert erheblichen Speicherplatz auf dem Server."
7160
 
7161
+ #: wppa-settings-autosave.php:543
7162
  #, fuzzy
7163
  msgid ""
7164
  "If you answer yes, you will be able to remove watermarks you applied with "
7169
  "die Sie in einem späteren Stadium mit Wppa + angewendet, Downsizing auf eine "
7170
  "größere Größe danach wiederholen und Fullsize Bilder zum Download."
7171
 
7172
+ #: wppa-settings-autosave.php:550
7173
  #, fuzzy
7174
  msgid "May visitors upload photos?"
7175
  msgstr "Können Besucher Fotos hochladen?"
7176
 
7177
+ #: wppa-settings-autosave.php:551
7178
  #, fuzzy
7179
  msgid ""
7180
  "It is safe to do so, but i will have to do some settings to keep it safe!"
7182
  "Es ist sicher, dies zu tun, aber ich muss tun, einige Einstellungen, um sie "
7183
  "zu schützen!"
7184
 
7185
+ #: wppa-settings-autosave.php:552
7186
  #, fuzzy
7187
  msgid ""
7188
  "If you answer yes, i will assume you want to enable logged in users to "
7193
  "möchten, angemeldete Benutzer Fotos auf dem Front-End der Website hochladen "
7194
  "und es ihnen ermöglichen, ihre Fotos Namen und Beschreibungen zu bearbeiten."
7195
 
7196
+ #: wppa-settings-autosave.php:553
7197
  #, fuzzy
7198
  msgid ""
7199
  "The photos will be hold for moderation, the admin will get notified by email."
7201
  "Die Fotos werden Halt zur Mäßigung, der Admin erhalten Sie per e-Mail "
7202
  "benachrichtigt."
7203
 
7204
+ #: wppa-settings-autosave.php:554
7205
  #, fuzzy
7206
  msgid ""
7207
  "Each user will get his own album to upload to. These settings can be changed "
7210
  "Jeder Benutzer bekommt sein eigenes Album auf hochladen. Diese Einstellungen "
7211
  "können später geändert werden."
7212
 
7213
+ #: wppa-settings-autosave.php:561
7214
  #, fuzzy
7215
  msgid "Do you want the rating system active?"
7216
  msgstr "Möchten Sie das Rating-System aktiv?"
7217
 
7218
+ #: wppa-settings-autosave.php:562
7219
  #, fuzzy
7220
  msgid "Enable the rating system and show the votes in the slideshow."
7221
  msgstr ""
7222
  "Aktivieren Sie das Rating-System und zeigen Sie die Stimmen in der Diashow."
7223
 
7224
+ #: wppa-settings-autosave.php:563
7225
  #, fuzzy
7226
  msgid "You can configure the details of the rating system later"
7227
  msgstr "Sie können die Details des Ratingsystems später konfigurieren."
7228
 
7229
+ #: wppa-settings-autosave.php:570
7230
  #, fuzzy
7231
  msgid "Do you want the comment system active?"
7232
  msgstr "Möchten Sie das Kommentarsystem aktiv?"
7233
 
7234
+ #: wppa-settings-autosave.php:571
7235
  #, fuzzy
7236
  msgid "Enable the comment system and show the comments in the slideshow."
7237
  msgstr ""
7238
  "Aktivieren Sie die Kommentar-System und zeigen Sie die Kommentare in der "
7239
  "Diashow."
7240
 
7241
+ #: wppa-settings-autosave.php:572
7242
  #, fuzzy
7243
  msgid "You can configure the details of the comment system later"
7244
  msgstr "Sie können die Details der Kommentar-System später konfigurieren."
7245
 
7246
+ #: wppa-settings-autosave.php:579
7247
  #, fuzzy
7248
  msgid "Do you want the social media share buttons displayed?"
7249
  msgstr "Möchten Sie, dass die social Media Buttons angezeigt teilen?"
7250
 
7251
+ #: wppa-settings-autosave.php:580
7252
  #, fuzzy
7253
  msgid "Display the social media buttons in the slideshow"
7254
  msgstr "Die social Media Buttons in der Diashow anzeigen"
7255
 
7256
+ #: wppa-settings-autosave.php:581
7257
  #, fuzzy
7258
  msgid ""
7259
  "These buttons share the specific photo rather than the page where it is "
7262
  "Diese Schaltflächen zu teilen, das besondere Foto, anstatt die Seite, wo es "
7263
  "auf angezeigt wird"
7264
 
7265
+ #: wppa-settings-autosave.php:588
7266
  #, fuzzy
7267
  msgid "Are you going to use IPTC data?"
7268
  msgstr "Willst du die IPTC-Daten verwenden?"
7269
 
7270
+ #: wppa-settings-autosave.php:589
7271
  #, fuzzy
7272
  msgid ""
7273
  "IPTC data is information you may have added in a photo manipulation program."
7275
  "IPTC-Daten sind Informationen, die Sie möglicherweise in einem Foto-"
7276
  "Manipulation-Programm hinzugefügt."
7277
 
7278
+ #: wppa-settings-autosave.php:590 wppa-settings-autosave.php:599
7279
  #, fuzzy
7280
  msgid ""
7281
  "The information can be displayed in slideshows and in photo descriptions."
7282
  msgstr ""
7283
  "Die Informationen kann in Diashows und Fotobeschreibungen angezeigt werden."
7284
 
7285
+ #: wppa-settings-autosave.php:597
7286
  #, fuzzy
7287
  msgid "Are you going to use EXIF data?"
7288
  msgstr "Willst du die EXIF-Daten verwenden?"
7289
 
7290
+ #: wppa-settings-autosave.php:598
7291
  #, fuzzy
7292
  msgid ""
7293
  "EXIF data is information from the camera like model no, focal distance and "
7296
  "EXIF-Daten sind Informationen aus der Kamera wie Modell Nein, Brennweite und "
7297
  "Blende verwendet."
7298
 
7299
+ #: wppa-settings-autosave.php:606
7300
  #, fuzzy
7301
  msgid "Are you going to use GPX data?"
7302
  msgstr "Willst du GPX-Daten verwenden?"
7303
 
7304
+ #: wppa-settings-autosave.php:607
7305
  #, fuzzy
7306
  msgid ""
7307
  "Some cameras and mobile devices save the geographic location where the photo "
7310
  "Einige Kameras und mobile Geräte speichern die geografische Position, wo das "
7311
  "Foto aufgenommen wurde."
7312
 
7313
+ #: wppa-settings-autosave.php:608
7314
  #, fuzzy
7315
  msgid "A Google map can be displayed in slideshows."
7316
  msgstr "Eine Google-Karte kann in Diashows angezeigt werden."
7317
 
7318
+ #: wppa-settings-autosave.php:615
7319
  #, fuzzy
7320
  msgid "Are you going to use Fotomoto?"
7321
  msgstr "Willst du Fotomoto verwenden?"
7322
 
7323
+ #: wppa-settings-autosave.php:616
7324
  #, fuzzy
7325
  msgid ""
7326
  "<a href=\"http://www.fotomoto.com/\" target=\"_blank\" >Fotomoto</a> is an "
7329
  "<a href=\"http://www.fotomoto.com/\" target=\"_blank\">Fotomoto</a> ist ein "
7330
  "Online-Druckdienst."
7331
 
7332
+ #: wppa-settings-autosave.php:617
7333
  #, fuzzy
7334
  msgid "If you answer Yes, you will have to open an account on Fotomoto."
7335
  msgstr "Wenn Sie Ja Antworten, musst du ein Konto auf Fotomoto eröffnen."
7336
 
7337
+ #: wppa-settings-autosave.php:624
7338
  #, fuzzy
7339
  msgid "Are you going to add videofiles?"
7340
  msgstr "Wollen Sie Videodateien hinzufügen?"
7341
 
7342
+ #: wppa-settings-autosave.php:625
7343
  #, fuzzy
7344
  msgid "You can mix videos and photos in any album."
7345
  msgstr "Sie können Videos und Fotos in ein Album mischen."
7346
 
7347
+ #: wppa-settings-autosave.php:626 wppa-settings-autosave.php:635
7348
+ #: wppa-settings-autosave.php:644
7349
  #, fuzzy
7350
  msgid "You can configure the details later"
7351
  msgstr "Sie können die Details später konfigurieren."
7352
 
7353
+ #: wppa-settings-autosave.php:633
7354
  #, fuzzy
7355
  msgid "Are you going to add audiofiles?"
7356
  msgstr "Wollen Sie Audiofiles hinzufügen?"
7357
 
7358
+ #: wppa-settings-autosave.php:634
7359
  #, fuzzy
7360
  msgid "You can add audio to photos in any album."
7361
  msgstr "Sie können Fotos in einem Album Audio hinzufügen."
7362
 
7363
+ #: wppa-settings-autosave.php:642
7364
  #, fuzzy
7365
  msgid "Are you going to upload 3D stereo photos?"
7366
  msgstr "Willst du 3D Stereo-Fotos hochladen?"
7367
 
7368
+ #: wppa-settings-autosave.php:643
7369
  #, fuzzy
7370
  msgid "You can add l-r and r-l stereo photo pairs."
7371
  msgstr "Sie können l-R-R-l Stereo-Foto-Paare hinzufügen."
7372
 
7373
+ #: wppa-settings-autosave.php:651
7374
  #, fuzzy
7375
  msgid "Done?"
7376
  msgstr "Erledigt?"
7377
 
7378
+ #: wppa-settings-autosave.php:652
7379
  #, fuzzy
7380
  msgid "If you are ready answering these questions, select <b>yes</b>"
7381
  msgstr "Bist du bereit, diese Fragen zu beantworten, wählen Sie <b>Ja</b>"
7382
 
7383
+ #: wppa-settings-autosave.php:653
7384
  #, fuzzy
7385
  msgid ""
7386
  "You can change any setting later, and be more specific and add a lot of "
7390
  "Einstellungen hinzufügen. Für jetzt ist es genug, gehen Sie Alben erstellen "
7391
  "und Fotos hochladen!"
7392
 
7393
+ #: wppa-settings-autosave.php:657
7394
  #, fuzzy
7395
  msgid ""
7396
  "Thank you!. The most important settings are done now. You can refine your "
7400
  "Einstellungen, das Verhalten und Aussehen der WPPA + in den nachstehenden "
7401
  "Tabellen verfeinern."
7402
 
7403
+ #: wppa-settings-autosave.php:682
7404
  #, fuzzy
7405
  msgid "Table I:"
7406
  msgstr "Tabelle I:"
7407
 
7408
+ #: wppa-settings-autosave.php:682
7409
  #, fuzzy
7410
  msgid "Sizes:"
7411
  msgstr "Maße:"
7412
 
7413
+ #: wppa-settings-autosave.php:683
7414
  #, fuzzy
7415
  msgid ""
7416
  "This table describes all the sizes and size options (except fontsizes) for "
7419
  "Diese Tabelle beschreibt die Größen und Größenoptionen (mit Ausnahme von "
7420
  "Schriftgrößen) für die Generierung und Anzeige der WPPA + Elemente."
7421
 
7422
+ #: wppa-settings-autosave.php:701
7423
  #, fuzzy
7424
  msgid "WPPA+ global system related size settings"
7425
  msgstr "WPPA + global System bezogenen Größeneinstellungen"
7426
 
7427
+ #: wppa-settings-autosave.php:703
7428
  #, fuzzy
7429
  msgid "Column Width"
7430
  msgstr "Spaltenbreite"
7431
 
7432
+ #: wppa-settings-autosave.php:704
7433
  #, fuzzy
7434
  msgid "The width of the main column in your theme's display area."
7435
  msgstr "Die Breite der Hauptspalte im Anzeigebereich des Themas."
7436
 
7437
+ #: wppa-settings-autosave.php:705
7438
  #, fuzzy
7439
  msgid "Enter the width of the main column in your theme's display area."
7440
  msgstr "Geben Sie die Breite der Hauptspalte im Anzeigebereich des Themas."
7441
 
7442
+ #: wppa-settings-autosave.php:706
7443
  #, fuzzy
7444
  msgid ""
7445
  "You should set this value correctly to make sure the fullsize images are "
7448
  "Sie sollten diesen Wert richtig eingestellt, um sicherzustellen, dass die "
7449
  "Fullsize-Bilder richtig horizontal ausgerichtet sind."
7450
 
7451
+ #: wppa-settings-autosave.php:707
7452
  #, fuzzy
7453
  msgid ""
7454
  "You may enter 'auto' for use in themes that have a floating content column."
7456
  "Geben Sie 'auto' für den Einsatz in Themen, die eine schwimmende Inhalte "
7457
  "Spalte haben."
7458
 
7459
+ #: wppa-settings-autosave.php:708
7460
  #, fuzzy
7461
  msgid "The use of 'auto' is required for responsive themes."
7462
  msgstr "Die Verwendung von 'Auto' ist für reagieren Themen erforderlich."
7463
 
7464
+ #: wppa-settings-autosave.php:711 wppa-settings-autosave.php:720
7465
+ #: wppa-settings-autosave.php:832 wppa-settings-autosave.php:994
7466
+ #: wppa-settings-autosave.php:1005
7467
  #, fuzzy
7468
  msgid "pixels wide"
7469
  msgstr "Pixel breit"
7470
 
7471
+ #: wppa-settings-autosave.php:716
7472
  #, fuzzy
7473
  msgid "Initial Width"
7474
  msgstr "Ursprüngliche Breite"
7475
 
7476
+ #: wppa-settings-autosave.php:717
7477
  #, fuzzy
7478
  msgid "The most often displayed colun width in responsive theme"
7479
  msgstr "Die meisten oft Colun Breite in ansprechende Thema angezeigt."
7480
 
7481
+ #: wppa-settings-autosave.php:718
7482
  #, fuzzy
7483
  msgid ""
7484
  "Change this value only if your responsive theme shows initially a wrong "
7487
  "Ändern Sie diesen Wert nur, wenn Ihre ansprechende Thema zunächst eine "
7488
  "falsche Spaltenbreite zeigt."
7489
 
7490
+ #: wppa-settings-autosave.php:725
7491
  #, fuzzy
7492
  msgid "Resize on Upload"
7493
  msgstr "Beim Hochladen verkleinern"
7494
 
7495
+ #: wppa-settings-autosave.php:726
7496
  #, fuzzy
7497
  msgid "Indicate if the photos should be resized during upload."
7498
  msgstr "Geben Sie an, ob die Fotos beim Hochladen verkleinert werden sollte."
7499
 
7500
+ #: wppa-settings-autosave.php:727
7501
  #, fuzzy
7502
  msgid ""
7503
  "If you check this item, the size of the photos will be reduced to the "
7506
  "Wenn Sie diesen Artikel überprüfen, verringert sich die Größe der Fotos auf "
7507
  "die Dimension, die in der Tagesordnung beim Upload/Import angegeben."
7508
 
7509
+ #: wppa-settings-autosave.php:728
7510
  #, fuzzy
7511
  msgid "The photos will never be stretched during upload if they are smaller."
7512
  msgstr ""
7513
  "Die Fotos werden nie während des Uploads gestreckt werden, wenn sie kleiner "
7514
  "sind."
7515
 
7516
+ #: wppa-settings-autosave.php:736
7517
  #, fuzzy
7518
  msgid "Resize to"
7519
  msgstr "Passend skalieren"
7520
 
7521
+ #: wppa-settings-autosave.php:737
7522
  #, fuzzy
7523
  msgid "Resize photos to fit within a given area."
7524
  msgstr "Verkleinern Sie Fotos in einem bestimmten Gebiet passen."
7525
 
7526
+ #: wppa-settings-autosave.php:738
7527
  #, fuzzy
7528
  msgid "Specify the screensize for the unscaled photos."
7529
  msgstr "Geben Sie die Screensize für die unskalierten Fotos."
7530
 
7531
+ #: wppa-settings-autosave.php:739
7532
  #, fuzzy
7533
  msgid ""
7534
  "The use of a non-default value is particularly usefull when you make use of "
7537
  "Die Verwendung von nicht-Standardwert ist besonders nützlich, wenn Sie "
7538
  "machen Lightbox-Funktionen nutzen."
7539
 
7540
+ #: wppa-settings-autosave.php:741 wppa-settings-autosave.php:763
7541
+ #: wppa-settings-autosave.php:774 wppa-settings-autosave.php:783
7542
+ #: wppa-settings-autosave.php:864 wppa-settings-autosave.php:887
7543
+ #: wppa-settings-autosave.php:894 wppa-settings-autosave.php:913
7544
+ #: wppa-settings-autosave.php:934 wppa-settings-autosave.php:944
7545
+ #: wppa-settings-autosave.php:1038 wppa-settings-autosave.php:1072
7546
+ #: wppa-settings-autosave.php:1092 wppa-settings-autosave.php:1101
7547
+ #: wppa-settings-autosave.php:1112 wppa-settings-autosave.php:1124
7548
+ #: wppa-settings-autosave.php:1134 wppa-settings-autosave.php:1144
7549
+ #: wppa-settings-autosave.php:1197 wppa-settings-autosave.php:1206
7550
+ #: wppa-settings-autosave.php:1217 wppa-settings-autosave.php:1237
7551
+ #: wppa-settings-autosave.php:1257 wppa-settings-autosave.php:1277
7552
+ #: wppa-settings-autosave.php:1297 wppa-settings-autosave.php:1317
7553
+ #: wppa-settings-autosave.php:1337 wppa-settings-autosave.php:1346
7554
+ #: wppa-settings-autosave.php:1355 wppa-settings-autosave.php:1388
7555
+ #: wppa-settings-autosave.php:1397 wppa-settings-autosave.php:1409
7556
+ #: wppa-settings-autosave.php:1418 wppa-settings-autosave.php:2810
7557
+ #: wppa-settings-autosave.php:4661 wppa-settings-autosave.php:4678
7558
+ #: wppa-settings-autosave.php:4695 wppa-settings-autosave.php:4712
7559
+ #: wppa-settings-autosave.php:4729 wppa-settings-autosave.php:4746
7560
+ #: wppa-settings-autosave.php:4763 wppa-settings-autosave.php:4780
7561
+ #: wppa-settings-autosave.php:4797 wppa-settings-autosave.php:6106
7562
+ #: wppa-settings-autosave.php:8707 wppa-settings-autosave.php:8903
7563
+ #: wppa-settings-autosave.php:8945 wppa-settings-autosave.php:8963
7564
  #, fuzzy
7565
  msgid "pixels"
7566
  msgstr ""
7567
  "Geben Sie die Kartenhöhe in Pixeln an. Beispiel: 200, oder lassen dieses "
7568
  "Feld frei um eine responsive Karte zu erstellen."
7569
 
7570
+ #: wppa-settings-autosave.php:742
7571
  #, fuzzy
7572
  msgid "Fit within rectangle as set in Table I-B1,2"
7573
  msgstr "Fit im Rechteck wie in Tabelle ich-B1, 2"
7574
 
7575
+ #: wppa-settings-autosave.php:749
7576
  #, fuzzy
7577
  msgid "Photocount threshold"
7578
  msgstr "Photocount Schwelle"
7579
 
7580
+ #: wppa-settings-autosave.php:750
7581
  #, fuzzy
7582
  msgid "Number of photos in an album must exceed."
7583
  msgstr "Anzahl der Fotos in einem Album überschreiten darf."
7584
 
7585
+ #: wppa-settings-autosave.php:751
7586
  #, fuzzy
7587
  msgid ""
7588
  "Photos do not show up in the album unless there are more than this number of "
7596
  "der Sub-Alben. In der Regel auf 0 gesetzt (immer einblenden) oder 1 (für ein "
7597
  "Titelbild)."
7598
 
7599
+ #: wppa-settings-autosave.php:753 wppa-settings-autosave.php:792
7600
+ #: wppa-settings-autosave.php:1226 wppa-settings-autosave.php:1266
7601
+ #: wppa-settings-autosave.php:1286 wppa-settings-autosave.php:1326
7602
+ #: wppa-settings-autosave.php:4068 wppa-settings-autosave.php:6031
7603
+ #: wppa-settings-autosave.php:7797
7604
  #, fuzzy
7605
  msgid "photos"
7606
  msgstr "Fotos"
7607
 
7608
+ #: wppa-settings-autosave.php:758
7609
  #, fuzzy
7610
  msgid "Border thickness"
7611
  msgstr "Rahmendicke:"
7612
 
7613
+ #: wppa-settings-autosave.php:759
7614
  #, fuzzy
7615
  msgid "Thickness of wppa+ box borders."
7616
  msgstr "Die Dicke des Wppa + Box Grenzen."
7617
 
7618
+ #: wppa-settings-autosave.php:760
7619
  #, fuzzy
7620
  msgid ""
7621
  "Enter the thickness for the border of the WPPA+ boxes. A number of 0 means: "
7624
  "Geben Sie die Dicke für die Grenze der WPPA + Boxen. Eine Reihe von 0 "
7625
  "bedeutet: keine Grenze."
7626
 
7627
+ #: wppa-settings-autosave.php:761 wppa-settings-autosave.php:771
7628
  #, fuzzy
7629
  msgid "WPPA+ boxes are: the navigation bars and the filmstrip."
7630
  msgstr "WPPA + Boxen sind: die Navigationsleisten und im Filmstreifen."
7631
 
7632
+ #: wppa-settings-autosave.php:769
7633
  #, fuzzy
7634
  msgid "Radius of wppa+ box borders."
7635
  msgstr "Radius des Wppa + Box Grenzen."
7636
 
7637
+ #: wppa-settings-autosave.php:770
7638
  #, fuzzy
7639
  msgid ""
7640
  "Enter the corner radius for the border of the WPPA+ boxes. A number of 0 "
7643
  "Geben Sie den Eckenradius für die Grenze der WPPA + Boxen. Eine Reihe von 0 "
7644
  "bedeutet: keine abgerundeten Ecken."
7645
 
7646
+ #: wppa-settings-autosave.php:772
7647
  #, fuzzy
7648
  msgid "Note that rounded corners are only supported by modern browsers."
7649
  msgstr ""
7650
  "Beachten Sie, dass die abgerundete Ecken nur von modernen Browsern "
7651
  "unterstützt werden."
7652
 
7653
+ #: wppa-settings-autosave.php:780
7654
  #, fuzzy
7655
  msgid "Distance between wppa+ boxes."
7656
  msgstr "Abstand zwischen Wppa + Boxen."
7657
 
7658
+ #: wppa-settings-autosave.php:788
7659
  #, fuzzy
7660
  msgid "Related count"
7661
  msgstr "Verwandte Graf"
7662
 
7663
+ #: wppa-settings-autosave.php:789
7664
  #, fuzzy
7665
  msgid "The default maximum number of related photos to find."
7666
  msgstr "Die maximale Standardanzahl von verwandten Fotos zu finden."
7667
 
7668
+ #: wppa-settings-autosave.php:790
7669
  #, fuzzy
7670
  msgid ""
7671
  "When using shortcodes like [wppa type=\"album\" album=\"#related,desc,23\"][/"
7676
  "\"#related, Desc, 23\"] [/wppa], die maximale Anzahl beträgt 23. Weglassen "
7677
  "der Zahl gibt das Maximum dieser Einstellung."
7678
 
7679
+ #: wppa-settings-autosave.php:798
7680
  #, fuzzy
7681
  msgid "The maximum number of pagelinks to be displayed."
7682
  msgstr "Die maximale Anzahl von Pagelinks angezeigt werden."
7683
 
7684
+ #: wppa-settings-autosave.php:801
7685
  #, fuzzy
7686
  msgid "pages"
7687
  msgstr "Seiten:"
7688
 
7689
+ #: wppa-settings-autosave.php:806
7690
  #, fuzzy
7691
  msgid "Max file name length"
7692
  msgstr "Max Datei Namenslänge"
7693
 
7694
+ #: wppa-settings-autosave.php:807
7695
  #, fuzzy
7696
  msgid "The max length of a photo file name excluding the extension."
7697
  msgstr "Die maximale Länge eines Bild-Dateinamens ausgenommen die Erweiterung."
7698
 
7699
+ #: wppa-settings-autosave.php:808 wppa-settings-autosave.php:817
7700
  #, fuzzy
7701
  msgid "A setting of 0 means: unlimited."
7702
  msgstr "Die Einstellung 0 bedeutet: unbegrenzt."
7703
 
7704
+ #: wppa-settings-autosave.php:810 wppa-settings-autosave.php:819
7705
  #, fuzzy
7706
  msgid "chars"
7707
  msgstr "Zeichen"
7708
 
7709
+ #: wppa-settings-autosave.php:815
7710
  #, fuzzy
7711
  msgid "Max photo name length"
7712
  msgstr "Max Foto Namenslänge"
7713
 
7714
+ #: wppa-settings-autosave.php:816
7715
  #, fuzzy
7716
  msgid "The max length of a photo name."
7717
  msgstr "Die maximale Länge eines Foto-namens."
7718
 
7719
+ #: wppa-settings-autosave.php:824
7720
  #, fuzzy
7721
  msgid "Slideshow related size settings"
7722
  msgstr "Diashow im Zusammenhang Größeneinstellungen"
7723
 
7724
+ #: wppa-settings-autosave.php:826
7725
  #, fuzzy
7726
  msgid "Maximum Width"
7727
  msgstr "Maximalbreite"
7728
 
7729
+ #: wppa-settings-autosave.php:827
7730
  #, fuzzy
7731
  msgid "The maximum width photos will be displayed in slideshows."
7732
  msgstr "Die maximale Breite Fotos werden in Diashows angezeigt."
7733
 
7734
+ #: wppa-settings-autosave.php:828 wppa-settings-autosave.php:839
7735
  #, fuzzy
7736
  msgid ""
7737
  "Enter the largest size in pixels as how you want your photos to be displayed."
7739
  "Geben Sie die maximale Bildgröße in Pixeln, wie Sie Ihre Fotos angezeigt "
7740
  "werden sollen."
7741
 
7742
+ #: wppa-settings-autosave.php:829
7743
  #, fuzzy
7744
  msgid ""
7745
  "This is usually the same as the Column Width (Table I-A1), but it may differ."
7747
  "Dies ist in der Regel die gleichen wie die Spaltenbreite (Tabelle i-A1), "
7748
  "aber es kann abweichen."
7749
 
7750
+ #: wppa-settings-autosave.php:837
7751
  #, fuzzy
7752
  msgid "Maximum Height"
7753
  msgstr "Maximale Höhe 40px"
7754
 
7755
+ #: wppa-settings-autosave.php:838
7756
  #, fuzzy
7757
  msgid "The maximum height photos will be displayed in slideshows."
7758
  msgstr "Die maximale Höhe Fotos werden in Diashows angezeigt."
7759
 
7760
+ #: wppa-settings-autosave.php:840
7761
  #, fuzzy
7762
  msgid ""
7763
  "This setting defines the height of the space reserved for photos in "
7766
  "Diese Einstellung definiert die Höhe des Raumes vorbehalten Fotos in "
7767
  "Diashows."
7768
 
7769
+ #: wppa-settings-autosave.php:841
7770
  #, fuzzy, php-format
7771
  msgid ""
7772
  "If you change the width of a display by the %%size= command, this value "
7777
  "Wertänderungen anteilig entsprechend das Seitenverhältnis wie diese und die "
7778
  "vorherige Einstellung definiert."
7779
 
7780
+ #: wppa-settings-autosave.php:843 wppa-settings-autosave.php:1016
7781
+ #: wppa-settings-autosave.php:1027
7782
  #, fuzzy
7783
  msgid "pixels high"
7784
  msgstr "Pixel hoch"
7785
 
7786
+ #: wppa-settings-autosave.php:848
7787
  #, fuzzy
7788
  msgid "Stretch to fit"
7789
  msgstr "Strecken, um fit"
7790
 
7791
+ #: wppa-settings-autosave.php:849
7792
  #, fuzzy
7793
  msgid "Stretch photos that are too small."
7794
  msgstr "Dehnen Sie Fotos, die zu klein sind."
7795
 
7796
+ #: wppa-settings-autosave.php:850
7797
  #, fuzzy
7798
  msgid ""
7799
  "Images will be stretched to the Maximum Size at display time if they are "
7804
  "werden, wenn sie kleiner sind. Es empfiehlt sich unkontrolliert verlassen. "
7805
  "Es ist besser, Fotos hochladen, die gut passen die Größen, die Sie verwenden!"
7806
 
7807
+ #: wppa-settings-autosave.php:857
7808
  #, fuzzy
7809
  msgid "Slideshow borderwidth"
7810
  msgstr "Diashow borderwidth"
7811
 
7812
+ #: wppa-settings-autosave.php:858
7813
  #, fuzzy
7814
  msgid "The width of the border around slideshow images."
7815
  msgstr "Die Breite des Rahmens um Diashow-Bilder."
7816
 
7817
+ #: wppa-settings-autosave.php:859
7818
  #, fuzzy
7819
  msgid ""
7820
  "The border is made by the image background being larger than the image "
7823
  "Die Grenze wird durch den Bildhintergrund ist größer als das Bild selbst "
7824
  "(Padding) gemacht."
7825
 
7826
+ #: wppa-settings-autosave.php:860
7827
  #, fuzzy
7828
  msgid ""
7829
  "Additionally there may be a one pixel outline of a different color. See "
7832
  "Zusätzlich kann eine Gliederung ein Pixel in einer anderen Farbe sein. Siehe "
7833
  "Tabelle III-A2."
7834
 
7835
+ #: wppa-settings-autosave.php:861
7836
  #, fuzzy
7837
  msgid "The number you enter here is exclusive the one pixel outline."
7838
  msgstr "Die Anzahl, die Sie hier eingeben ist exklusiv den Umriss ein Pixel."
7839
 
7840
+ #: wppa-settings-autosave.php:862
7841
  #, fuzzy
7842
  msgid "If you leave this entry empty, there will be no outline either."
7843
  msgstr "Wenn Sie diesen Eintrag leer lassen, wird es auch kein Umriss geben."
7844
 
7845
+ #: wppa-settings-autosave.php:869
7846
  #, fuzzy
7847
  msgid "Numbar Max"
7848
  msgstr "Numbar Max"
7849
 
7850
+ #: wppa-settings-autosave.php:870
7851
  #, fuzzy
7852
  msgid "Maximum numbers to display."
7853
  msgstr "Maximale Anzahl angezeigt."
7854
 
7855
+ #: wppa-settings-autosave.php:871
7856
  #, fuzzy
7857
  msgid ""
7858
  "In order to attemt to fit on one line, the numbers will be replaced by dots "
7863
  "Ausnahme der Strom - ersetzt werden, wenn mehr als diese Anzahl von Fotos in "
7864
  "einer Diashow."
7865
 
7866
+ #: wppa-settings-autosave.php:873
7867
  #, fuzzy
7868
  msgid "numbers"
7869
  msgstr "Nummern"
7870
 
7871
+ #: wppa-settings-autosave.php:878
7872
  #, fuzzy
7873
  msgid "Share button size"
7874
  msgstr "Button Größe zu teilen"
7875
 
7876
+ #: wppa-settings-autosave.php:879
7877
  #, fuzzy
7878
  msgid "The size of the social media icons in the Share box"
7879
  msgstr "Die Größe des social Media-Symbole in der Mitteilungsbox"
7880
 
7881
+ #: wppa-settings-autosave.php:889
7882
  #, fuzzy
7883
  msgid "Mini Treshold"
7884
  msgstr "Mini Treshold"
7885
 
7886
+ #: wppa-settings-autosave.php:890
7887
  #, fuzzy
7888
  msgid "Show mini text at slideshow smaller then."
7889
  msgstr "Zeigen Sie Mini-Text bei Diashow kleiner dann."
7890
 
7891
+ #: wppa-settings-autosave.php:891
7892
  #, fuzzy
7893
  msgid ""
7894
  "Display Next and Prev. as opposed to Next photo and Previous photo when the "
7897
  "Wenn die Cotainer kleiner als diese Größe ist weiter \"und\" Prev im "
7898
  "Gegensatz zum nächsten Foto und vorherige Foto angezeigt."
7899
 
7900
+ #: wppa-settings-autosave.php:892
7901
  #, fuzzy
7902
  msgid "Special use in responsive themes."
7903
  msgstr "Besondere Verwendung in reagieren Themen."
7904
 
7905
+ #: wppa-settings-autosave.php:900
7906
  #, fuzzy
7907
  msgid "The maximum number of slides in a certain view. 0 means no pagination"
7908
  msgstr ""
7909
  "Die maximale Anzahl der Folien in einer bestimmten Ansicht. 0 bedeutet keine "
7910
  "Paginierung"
7911
 
7912
+ #: wppa-settings-autosave.php:903 wppa-settings-autosave.php:922
7913
  #, fuzzy
7914
  msgid "slides"
7915
  msgstr "Gleitschienen"
7916
 
7917
+ #: wppa-settings-autosave.php:908
7918
  #, fuzzy
7919
  msgid "Filmstrip Thumbnail Size"
7920
  msgstr "Filmstreifen-Miniaturansicht"
7921
 
7922
+ #: wppa-settings-autosave.php:909
7923
  #, fuzzy
7924
  msgid "The size of the filmstrip images."
7925
  msgstr "Die Größe der Filmstreifen Bilder."
7926
 
7927
+ #: wppa-settings-autosave.php:910 wppa-settings-autosave.php:931
7928
+ #: wppa-settings-autosave.php:941 wppa-settings-autosave.php:1131
7929
+ #: wppa-settings-autosave.php:1141
7930
  #, fuzzy
7931
  msgid "This size applies to the width or height, whichever is the largest."
7932
  msgstr "Diese Größe bezieht sich auf die Breite oder Höhe, welches das größte."
7933
 
7934
+ #: wppa-settings-autosave.php:911 wppa-settings-autosave.php:932
7935
+ #: wppa-settings-autosave.php:942
7936
  #, fuzzy
7937
  msgid ""
7938
  "Changing the thumbnail size may result in all thumbnails being regenerated. "
7941
  "Ändern der Größe die Miniaturansichten führen alle Thumbnails werden "
7942
  "regeneriert. Dies kann eine Weile dauern."
7943
 
7944
+ #: wppa-settings-autosave.php:919
7945
  #, fuzzy
7946
  msgid "The max number of slides in a slideonly display"
7947
  msgstr "Die maximale Anzahl von Folien in einer Slideonly-Anzeige"
7948
 
7949
+ #: wppa-settings-autosave.php:927
7950
  #, fuzzy
7951
  msgid "Thumbnail photos related size settings"
7952
  msgstr "Thumbnail-Bilder im Zusammenhang mit Größeneinstellungen"
7953
 
7954
+ #: wppa-settings-autosave.php:929
7955
  #, fuzzy
7956
  msgid "Thumbnail Size"
7957
  msgstr "Vorschaugröße"
7958
 
7959
+ #: wppa-settings-autosave.php:930
7960
  #, fuzzy
7961
  msgid "The size of the thumbnail images."
7962
  msgstr "Die Größe der Miniaturbilder."
7963
 
7964
+ #: wppa-settings-autosave.php:939
7965
  #, fuzzy
7966
  msgid "Thumbnail Size Alt"
7967
  msgstr "Größe der Vorschaubilder"
7968
 
7969
+ #: wppa-settings-autosave.php:940
7970
  #, fuzzy
7971
  msgid "The alternative size of the thumbnail images."
7972
  msgstr "Die alternative Größe der Miniaturen."
7973
 
7974
+ #: wppa-settings-autosave.php:949
7975
  #, fuzzy
7976
  msgid "Thumbnail Aspect"
7977
  msgstr "Miniaturansicht Aspekt"
7978
 
7979
+ #: wppa-settings-autosave.php:950
7980
  #, fuzzy
7981
  msgid "Aspect ration of thumbnail image"
7982
  msgstr "Seitenverhältnis der Miniaturansicht"
7983
 
7984
+ #: wppa-settings-autosave.php:954
7985
  #, fuzzy
7986
  msgid "--- same as fullsize ---"
7987
  msgstr "---gleich als Fullsize---"
7988
 
7989
+ #: wppa-settings-autosave.php:955
7990
  #, fuzzy
7991
  msgid "--- square clipped ---"
7992
  msgstr "---Platz abgeschnitten---"
7993
 
7994
+ #: wppa-settings-autosave.php:956
7995
  #, fuzzy
7996
  msgid "4:5 landscape clipped"
7997
  msgstr "4:5 Landschaft abgeschnitten"
7998
 
7999
+ #: wppa-settings-autosave.php:957
8000
  #, fuzzy
8001
  msgid "3:4 landscape clipped"
8002
  msgstr "3:4 Landschaft abgeschnitten"
8003
 
8004
+ #: wppa-settings-autosave.php:958
8005
  #, fuzzy
8006
  msgid "2:3 landscape clipped"
8007
  msgstr "2:3 Landschaft abgeschnitten"
8008
 
8009
+ #: wppa-settings-autosave.php:959
8010
  #, fuzzy
8011
  msgid "9:16 landscape clipped"
8012
  msgstr "09:16 Landschaft abgeschnitten"
8013
 
8014
+ #: wppa-settings-autosave.php:960
8015
  #, fuzzy
8016
  msgid "1:2 landscape clipped"
8017
  msgstr "1:2 Landschaft abgeschnitten"
8018
 
8019
+ #: wppa-settings-autosave.php:961
8020
  #, fuzzy
8021
  msgid "--- square padded ---"
8022
  msgstr "---Platz gepolstert---"
8023
 
8024
+ #: wppa-settings-autosave.php:962
8025
  #, fuzzy
8026
  msgid "4:5 landscape padded"
8027
  msgstr "4:5 Landschaft gepolstert"
8028
 
8029
+ #: wppa-settings-autosave.php:963
8030
  #, fuzzy
8031
  msgid "3:4 landscape padded"
8032
  msgstr "3:4 Landschaft gepolstert"
8033
 
8034
+ #: wppa-settings-autosave.php:964
8035
  #, fuzzy
8036
  msgid "2:3 landscape padded"
8037
  msgstr "2:3 Landschaft gepolstert"
8038
 
8039
+ #: wppa-settings-autosave.php:965
8040
  #, fuzzy
8041
  msgid "9:16 landscape padded"
8042
  msgstr "09:16 Landschaft gepolstert"
8043
 
8044
+ #: wppa-settings-autosave.php:966
8045
  #, fuzzy
8046
  msgid "1:2 landscape padded"
8047
  msgstr "1:2 Landschaft gepolstert"
8048
 
8049
+ #: wppa-settings-autosave.php:988
8050
  #, fuzzy
8051
  msgid "Thumbframe width"
8052
  msgstr "Thumbframe breite"
8053
 
8054
+ #: wppa-settings-autosave.php:989
8055
  #, fuzzy
8056
  msgid "The width of the thumbnail frame."
8057
  msgstr "Die Breite des Rahmens Miniaturansicht."
8058
 
8059
+ #: wppa-settings-autosave.php:990 wppa-settings-autosave.php:1001
8060
  #, fuzzy
8061
  msgid "Set the width of the thumbnail frame."
8062
  msgstr "Legen Sie die Breite des Rahmens Miniaturansicht."
8063
 
8064
+ #: wppa-settings-autosave.php:991 wppa-settings-autosave.php:1002
8065
+ #: wppa-settings-autosave.php:1013 wppa-settings-autosave.php:1024
8066
+ #: wppa-settings-autosave.php:1035
8067
  #, fuzzy
8068
  msgid "Set width, height and spacing for the thumbnail frames."
8069
  msgstr "Breite, Höhe und Abstand für die Miniaturansicht Bilder eingestellt."
8070
 
8071
+ #: wppa-settings-autosave.php:992 wppa-settings-autosave.php:1003
8072
+ #: wppa-settings-autosave.php:1014 wppa-settings-autosave.php:1025
8073
+ #: wppa-settings-autosave.php:1036
8074
  #, fuzzy
8075
  msgid ""
8076
  "These sizes should be large enough for a thumbnail image and - optionally - "
8079
  "Diese Größen sollte groß genug für eine Miniaturansicht und -gegebenenfalls "
8080
  "- den Text darunter."
8081
 
8082
+ #: wppa-settings-autosave.php:999
8083
  #, fuzzy
8084
  msgid "Thumbframe width Alt"
8085
  msgstr "Thumbframe breite Alt"
8086
 
8087
+ #: wppa-settings-autosave.php:1000
8088
  #, fuzzy
8089
  msgid "The width of the alternative thumbnail frame."
8090
  msgstr "Die Breite des alternativen thumbnail Rahmens."
8091
 
8092
+ #: wppa-settings-autosave.php:1010
8093
  #, fuzzy
8094
  msgid "Thumbframe height"
8095
  msgstr "Thumbframe Höhe"
8096
 
8097
+ #: wppa-settings-autosave.php:1011
8098
  #, fuzzy
8099
  msgid "The height of the thumbnail frame."
8100
  msgstr "Die Höhe des thumbnail Rahmens."
8101
 
8102
+ #: wppa-settings-autosave.php:1012 wppa-settings-autosave.php:1023
8103
  #, fuzzy
8104
  msgid "Set the height of the thumbnail frame."
8105
  msgstr "Festlegen Sie die Höhe des thumbnail Rahmens."
8106
 
8107
+ #: wppa-settings-autosave.php:1021
8108
  #, fuzzy
8109
  msgid "Thumbframe height Alt"
8110
  msgstr "Thumbframe Höhe Alt"
8111
 
8112
+ #: wppa-settings-autosave.php:1022
8113
  #, fuzzy
8114
  msgid "The height of the alternative thumbnail frame."
8115
  msgstr "Die Höhe des alternativen thumbnail Rahmens."
8116
 
8117
+ #: wppa-settings-autosave.php:1032
8118
  #, fuzzy
8119
  msgid "Thumbnail spacing"
8120
  msgstr "Miniaturansicht Abstand"
8121
 
8122
+ #: wppa-settings-autosave.php:1033
8123
  #, fuzzy
8124
  msgid "The spacing between adjacent thumbnail frames."
8125
  msgstr "Der Abstand zwischen angrenzenden thumbnail Frames."
8126
 
8127
+ #: wppa-settings-autosave.php:1034
8128
  #, fuzzy
8129
  msgid "Set the minimal spacing between the adjacent thumbnail frames"
8130
  msgstr ""
8131
  "Festlegen Sie den minimale Abstand zwischen den benachbarten thumbnail Rahmen"
8132
 
8133
+ #: wppa-settings-autosave.php:1043
8134
  #, fuzzy
8135
  msgid "Auto spacing"
8136
  msgstr "Automatische Abstände"
8137
 
8138
+ #: wppa-settings-autosave.php:1044
8139
  #, fuzzy
8140
  msgid "Space the thumbnail frames automatic."
8141
  msgstr "Raum die Miniaturansicht Bilder automatisch."
8142
 
8143
+ #: wppa-settings-autosave.php:1045
8144
  #, fuzzy
8145
  msgid ""
8146
  "If you check this box, the thumbnail images will be evenly distributed over "
8149
  "Wenn Sie dieses Kontrollkästchen aktivieren, werden die Miniaturbilder die "
8150
  "verfügbare Breite gleichmäßig verteilt."
8151
 
8152
+ #: wppa-settings-autosave.php:1046
8153
  #, fuzzy
8154
  msgid ""
8155
  "In this case, the thumbnail spacing value (setting I-9) will be regarded as "
8158
  "In diesem Fall wird die Miniaturansicht Abstandswert (Einstellung i-9) als "
8159
  "einen Mindestwert angesehen werden."
8160
 
8161
+ #: wppa-settings-autosave.php:1053 wppa-settings-autosave.php:1160
8162
  #, fuzzy
8163
  msgid "Page size"
8164
  msgstr "Seitengröße"
8165
 
8166
+ #: wppa-settings-autosave.php:1054
8167
  #, fuzzy
8168
  msgid "Max number of thumbnails per page."
8169
  msgstr "Max. Anzahl der Thumbnails pro Seite."
8170
 
8171
+ #: wppa-settings-autosave.php:1055
8172
  #, fuzzy
8173
  msgid ""
8174
  "Enter the maximum number of thumbnail images per page. A value of 0 "
8177
  "Geben Sie die maximale Anzahl der thumbnail-Bilder pro Seite. Der Wert 0 "
8178
  "bedeutet keine Paginierung."
8179
 
8180
+ #: wppa-settings-autosave.php:1057 wppa-settings-autosave.php:5633
8181
+ #: wppa-settings-autosave.php:5666 wppa-settings-autosave.php:5763
8182
  #, fuzzy
8183
  msgid "thumbnails"
8184
  msgstr "Miniaturbilden"
8185
 
8186
+ #: wppa-settings-autosave.php:1063
8187
  #, fuzzy
8188
  msgid "The size of the thumbnail popup images."
8189
  msgstr "Die Größe der Miniaturansicht Popup Bilder."
8190
 
8191
+ #: wppa-settings-autosave.php:1064
8192
  #, fuzzy
8193
  msgid ""
8194
  "Enter the size of the popup images. This size should be larger than the "
8197
  "Geben Sie die Größe der Popup-Bilder. Diese Größe sollte größer als die "
8198
  "Größe der Miniaturansichten."
8199
 
8200
+ #: wppa-settings-autosave.php:1065
8201
  #, fuzzy
8202
  msgid "This size should also be at least the cover image size."
8203
  msgstr "Diese Größe sollte auch mindestens die Abdeckung Bildgröße."
8204
 
8205
+ #: wppa-settings-autosave.php:1066
8206
  #, fuzzy
8207
  msgid ""
8208
  "Changing the popup size may result in all thumbnails being regenerated. this "
8211
  "Popup-Größe ändern führen alle Thumbnails werden regeneriert. Dies kann eine "
8212
  "Weile dauern."
8213
 
8214
+ #: wppa-settings-autosave.php:1067
8215
  #, fuzzy
8216
  msgid ""
8217
  "Although this setting has only visual effect if \"Thumb popup\" (Table IV-"
8220
  "Obwohl diese Einstellung nur optische Wirkung, hat wenn \"Daumen-Popup"
8221
  "\" (Tabelle IV-C8) aktiviert ist,"
8222
 
8223
+ #: wppa-settings-autosave.php:1068
8224
  #, fuzzy
8225
  msgid ""
8226
  "the value must be right as it is the physical size of the thumbnail and "
8229
  "der Wert muss sein Recht, wie es die physische Größe der Miniaturansicht und "
8230
  "Titelfoto Bilder ist."
8231
 
8232
+ #: wppa-settings-autosave.php:1075
8233
  #, fuzzy
8234
  msgid "Use thumbs if fit"
8235
  msgstr "Verwenden Sie Daumen, wenn passen"
8236
 
8237
+ #: wppa-settings-autosave.php:1076
8238
  #, fuzzy
8239
  msgid "Use the thumbnail image files if they are large enough."
8240
  msgstr "Verwenden Sie die thumbnail-Bild-Dateien, wenn sie groß genug sind."
8241
 
8242
+ #: wppa-settings-autosave.php:1077
8243
  #, fuzzy
8244
  msgid "This setting speeds up page loading for small photos."
8245
  msgstr "Diese Einstellung beschleunigt Seitenladen für kleine Fotos."
8246
 
8247
+ #: wppa-settings-autosave.php:1078
8248
  #, fuzzy
8249
  msgid ""
8250
  "Do NOT use this when your thumbnails have a forced aspect ratio (when Table "
8254
  "Seitenverhältnis (Tisch-C2 auf nichts anderes, als---wie Fullsize---"
8255
  "eingestellt ist)"
8256
 
8257
+ #: wppa-settings-autosave.php:1085
8258
  #, fuzzy
8259
  msgid "Album cover related size settings"
8260
  msgstr "Album-Cover im Zusammenhang Größeneinstellungen"
8261
 
8262
+ #: wppa-settings-autosave.php:1088
8263
  #, fuzzy
8264
  msgid "Maximum width for a album cover display."
8265
  msgstr "Maximale Breite für ein Album cover Anzeige."
8266
 
8267
+ #: wppa-settings-autosave.php:1089
8268
  #, fuzzy
8269
  msgid ""
8270
  "Display covers in 2 or more columns if the display area is wider than the "
8273
  "Anzeige deckt in 2 oder mehr Spalten, wenn der Anzeigebereich breiter als "
8274
  "die angegebene Breite ist."
8275
 
8276
+ #: wppa-settings-autosave.php:1090
8277
  #, fuzzy
8278
  msgid ""
8279
  "This also applies for 'thumbnails as covers', and will NOT apply to single "
8282
  "Dies gilt für \"Thumbnails als Cover\", und gelten nicht für einzelne "
8283
  "Artikel."
8284
 
8285
+ #: wppa-settings-autosave.php:1097
8286
  #, fuzzy
8287
  msgid "Min Cover height"
8288
  msgstr "Min Deckelhöhe"
8289
 
8290
+ #: wppa-settings-autosave.php:1098
8291
  #, fuzzy
8292
  msgid "Minimal height of an album cover."
8293
  msgstr "Minimale Höhe der ein Album-Cover."
8294
 
8295
+ #: wppa-settings-autosave.php:1099
8296
  #, fuzzy
8297
  msgid ""
8298
  "If you use this setting to make the albums the same height and you are not "
8302
  "machen und Sie nicht zufrieden über das Lay-out sind, erhöhen Sie den Wert "
8303
  "in der nächsten Einstellung"
8304
 
8305
+ #: wppa-settings-autosave.php:1106
8306
  #, fuzzy
8307
  msgid "Min Text frame height"
8308
  msgstr "Min Text Rahmenhöhe"
8309
 
8310
+ #: wppa-settings-autosave.php:1107
8311
  #, fuzzy
8312
  msgid "The minimal cover text frame height incl header."
8313
  msgstr "Die minimale Abdeckung Textrahmenhöhe inkl Header."
8314
 
8315
+ #: wppa-settings-autosave.php:1108
8316
  #, fuzzy
8317
  msgid ""
8318
  "The height starting with the album title up to and including the view- and "
8321
  "Die Höhe, beginnend mit dem Albumtitel bis zu und einschließlich der "
8322
  "Ansicht- und Diashow-Links."
8323
 
8324
+ #: wppa-settings-autosave.php:1109
8325
  #, fuzzy
8326
  msgid ""
8327
  "This setting enables you to give the album covers the same height while the "
8330
  "Diese Einstellung können Sie die Album-Cover die gleiche Höhe geben, während "
8331
  "der Titel nicht in eine Zeile passen muss."
8332
 
8333
+ #: wppa-settings-autosave.php:1110
8334
  #, fuzzy
8335
  msgid "This is the recommended setting to line-up your covers!"
8336
  msgstr "Dies ist die empfohlene Einstellung zum Line-up Ihrer deckt!"
8337
 
8338
+ #: wppa-settings-autosave.php:1117
8339
  #, fuzzy
8340
  msgid "Min Description height"
8341
  msgstr "Min Beschreibung Höhe"
8342
 
8343
+ #: wppa-settings-autosave.php:1118
8344
  #, fuzzy
8345
  msgid "The minimal height of the album description text frame."
8346
  msgstr "Die minimale Höhe des Textrahmens Album Beschreibung."
8347
 
8348
+ #: wppa-settings-autosave.php:1119
8349
  #, fuzzy
8350
  msgid "The minimal height of the description field in an album cover display."
8351
  msgstr "Die minimale Höhe des Feldes in ein Album-Cover anzeigen lassen."
8352
 
8353
+ #: wppa-settings-autosave.php:1120
8354
  #, fuzzy
8355
  msgid ""
8356
  "This setting enables you to give the album covers the same height provided "
8360
  "Höhe erstreckt, vorausgesetzt, dass die Cover-Bilder gleich groß sind und "
8361
  "die Titel in eine Zeile passen."
8362
 
8363
+ #: wppa-settings-autosave.php:1121
8364
  #, fuzzy
8365
  msgid ""
8366
  "To force the coverphotos have equal heights, tick the box in Table I-D7."
8368
  "Erzwingen haben der Coverphotos gleiche Höhen, kreuzen Sie das Kästchen in "
8369
  "Tisch-D7."
8370
 
8371
+ #: wppa-settings-autosave.php:1122
8372
  #, fuzzy
8373
  msgid ""
8374
  "You may need this setting if changing the previous setting is not sufficient "
8377
  "Diese Einstellung eventuell ist ein Wechsel der vorherigen Einstellung nicht "
8378
  "ausreichen, um Line-up der Abdeckungen."
8379
 
8380
+ #: wppa-settings-autosave.php:1129
8381
  #, fuzzy
8382
  msgid "Coverphoto size"
8383
  msgstr "Titelfoto Größe"
8384
 
8385
+ #: wppa-settings-autosave.php:1130
8386
  #, fuzzy
8387
  msgid "The size of the coverphoto."
8388
  msgstr "Die Größe des dem Titelfoto."
8389
 
8390
+ #: wppa-settings-autosave.php:1132 wppa-settings-autosave.php:1142
8391
  #, fuzzy
8392
  msgid ""
8393
  "Changing the coverphoto size may result in all thumbnails being regenerated. "
8396
  "Titelfoto Größenveränderung führen alle Thumbnails werden regeneriert. Dies "
8397
  "kann eine Weile dauern."
8398
 
8399
+ #: wppa-settings-autosave.php:1139
8400
  #, fuzzy
8401
  msgid "Coverphoto size multi"
8402
  msgstr "Titelfoto Größe multi"
8403
 
8404
+ #: wppa-settings-autosave.php:1140
8405
  #, fuzzy
8406
  msgid "The size of coverphotos if more than one."
8407
  msgstr "Die Größe des Coverphotos, wenn mehr als eine."
8408
 
8409
+ #: wppa-settings-autosave.php:1149
8410
  #, fuzzy
8411
  msgid "Size is height"
8412
  msgstr "Größe ist Höhe"
8413
 
8414
+ #: wppa-settings-autosave.php:1150
8415
  #, fuzzy
8416
  msgid "The size of the coverphoto is the height of it."
8417
  msgstr "Die Größe der das Titelfoto ist die Höhe."
8418
 
8419
+ #: wppa-settings-autosave.php:1151
8420
  #, fuzzy
8421
  msgid ""
8422
  "If set: the previous setting is the height, if unset: the largest of width "
8425
  "Wenn festgelegt: die vorherige Einstellung ist die Höhe, wenn nicht "
8426
  "festgelegt: die größte Breite und Höhe."
8427
 
8428
+ #: wppa-settings-autosave.php:1152
8429
  #, fuzzy
8430
  msgid ""
8431
  "This setting applies for coverphoto position top or bottom only (Table IV-"
8434
  "Diese Einstellung gilt für Titelfoto Position oben oder nur unten (Tabelle "
8435
  "IV-D3)."
8436
 
8437
+ #: wppa-settings-autosave.php:1153
8438
  #, fuzzy
8439
  msgid "This makes it easyer to make the covers of equal height."
8440
  msgstr "Dies macht es easyer die Abdeckungen von gleicher Höhe zu machen."
8441
 
8442
+ #: wppa-settings-autosave.php:1161
8443
  #, fuzzy
8444
  msgid "Max number of covers per page."
8445
  msgstr "Maximalanzahl der Bezüge pro Seite."
8446
 
8447
+ #: wppa-settings-autosave.php:1162
8448
  #, fuzzy
8449
  msgid ""
8450
  "Enter the maximum number of album covers per page. A value of 0 indicates no "
8453
  "Geben Sie die maximale Anzahl von Album-Covern pro Seite. Der Wert 0 "
8454
  "bedeutet keine Paginierung."
8455
 
8456
+ #: wppa-settings-autosave.php:1164
8457
  #, fuzzy
8458
  msgid "covers"
8459
  msgstr "Covers"
8460
 
8461
+ #: wppa-settings-autosave.php:1169
8462
  #, fuzzy
8463
  msgid "Rating and comment related size settings"
8464
  msgstr "Bewertung und Kommentar im Zusammenhang Größeneinstellungen"
8465
 
8466
+ #: wppa-settings-autosave.php:1171
8467
  #, fuzzy
8468
  msgid "Rating size"
8469
  msgstr "Rating Größe"
8470
 
8471
+ #: wppa-settings-autosave.php:1172
8472
  #, fuzzy
8473
  msgid "Select the number of voting stars."
8474
  msgstr "Wählen Sie die Anzahl der Abstimmungs Sterne."
8475
 
8476
+ #: wppa-settings-autosave.php:1175
8477
  #, fuzzy
8478
  msgid "Standard: 5 stars"
8479
  msgstr "Standard: 5 Sterne"
8480
 
8481
+ #: wppa-settings-autosave.php:1175
8482
  #, fuzzy
8483
  msgid "Extended: 10 stars"
8484
  msgstr "Verlängert: 10 Sterne"
8485
 
8486
+ #: wppa-settings-autosave.php:1175
8487
  #, fuzzy
8488
  msgid "One button vote"
8489
  msgstr "One Button"
8490
 
8491
+ #: wppa-settings-autosave.php:1182
8492
  #, fuzzy
8493
  msgid "Display precision"
8494
  msgstr "Anzeigegenauigkeit"
8495
 
8496
+ #: wppa-settings-autosave.php:1183
8497
  #, fuzzy
8498
  msgid "Select the desired rating display precision."
8499
  msgstr "Wählen Sie die gewünschte Bewertung Anzeigegenauigkeit."
8500
 
8501
+ #: wppa-settings-autosave.php:1186
8502
  #, fuzzy
8503
  msgid "decimal places"
8504
  msgstr "Dezimalstellen:"
8505
 
8506
+ #: wppa-settings-autosave.php:1194
8507
  #, fuzzy
8508
  msgid "Size of Avatar images."
8509
  msgstr "Größe des Avatar-Bilder."
8510
 
8511
+ #: wppa-settings-autosave.php:1195
8512
  #, fuzzy
8513
  msgid "The size of the square avatar; must be > 0 and < 256"
8514
  msgstr "Die Größe der quadratischen Avatar; > 0 und 256 < muss"
8515
 
8516
+ #: wppa-settings-autosave.php:1202
8517
  #, fuzzy
8518
  msgid "Rating space"
8519
  msgstr "Rating-Raum"
8520
 
8521
+ #: wppa-settings-autosave.php:1203
8522
  #, fuzzy
8523
  msgid "Space between avg and my rating stars"
8524
  msgstr "Raum zwischen avg und mein Bewertungsrangliste"
8525
 
8526
+ #: wppa-settings-autosave.php:1211
8527
  #, fuzzy
8528
  msgid "Widget related size settings"
8529
  msgstr "Widget im Zusammenhang Größeneinstellungen"
8530
 
8531
+ #: wppa-settings-autosave.php:1213
8532
  #, fuzzy
8533
  msgid "Widget width"
8534
  msgstr "Widget-breite"
8535
 
8536
+ #: wppa-settings-autosave.php:1214
8537
  #, fuzzy
8538
  msgid "The useable width within widgets."
8539
  msgstr "Die nutzbare Breite innerhalb von Widgets."
8540
 
8541
+ #: wppa-settings-autosave.php:1215
8542
  #, fuzzy
8543
  msgid ""
8544
  "Widget width for photo of the day, general purpose (default), slideshow "
8547
  "Foto des Tages, Allzweck (Standard), Diashow (Standard) und Upload Widgets "
8548
  "Widget Breite."
8549
 
8550
+ #: wppa-settings-autosave.php:1222
8551
  #, fuzzy
8552
  msgid "TopTen count"
8553
  msgstr "TopTen Graf"
8554
 
8555
+ #: wppa-settings-autosave.php:1223
8556
  #, fuzzy
8557
  msgid "Number of photos in TopTen widget."
8558
  msgstr "Anzahl der Fotos im TopTen-Widget."
8559
 
8560
+ #: wppa-settings-autosave.php:1224
8561
  #, fuzzy
8562
  msgid "Enter the maximum number of rated photos in the TopTen widget."
8563
  msgstr ""
8564
  "Geben Sie die maximale Anzahl der bewerteten Fotos in die TopTen-Widget."
8565
 
8566
+ #: wppa-settings-autosave.php:1231
8567
  #, fuzzy
8568
  msgid "TopTen size"
8569
  msgstr "TopTen-Größe"
8570
 
8571
+ #: wppa-settings-autosave.php:1232
8572
  #, fuzzy
8573
  msgid "Size of thumbnails in TopTen widget."
8574
  msgstr "Größe der Thumbnails in der TopTen-Widget."
8575
 
8576
+ #: wppa-settings-autosave.php:1233
8577
  #, fuzzy
8578
  msgid "Enter the size for the mini photos in the TopTen widget."
8579
  msgstr "Geben Sie die Größe für die Mini-Fotos in der TopTen-Widget."
8580
 
8581
+ #: wppa-settings-autosave.php:1234 wppa-settings-autosave.php:1254
8582
+ #: wppa-settings-autosave.php:1274 wppa-settings-autosave.php:1294
8583
+ #: wppa-settings-autosave.php:1314 wppa-settings-autosave.php:1334
8584
  #, fuzzy
8585
  msgid "The size applies to the width or height, whatever is the largest."
8586
  msgstr "Die Größe bezieht sich auf die Breite oder Höhe, was ist die größte."
8587
 
8588
+ #: wppa-settings-autosave.php:1235 wppa-settings-autosave.php:1255
8589
+ #: wppa-settings-autosave.php:1275 wppa-settings-autosave.php:1295
8590
+ #: wppa-settings-autosave.php:1315 wppa-settings-autosave.php:1335
8591
  #, fuzzy
8592
  msgid ""
8593
  "Recommended values: 86 for a two column and 56 for a three column display."
8594
  msgstr ""
8595
  "Empfohlene Werte: 86 für zwei Spalte und 56 für die drei Spalten-Anzeige."
8596
 
8597
+ #: wppa-settings-autosave.php:1242
8598
  #, fuzzy
8599
  msgid "Comment count"
8600
  msgstr "Anzahl der Kommentare"
8601
 
8602
+ #: wppa-settings-autosave.php:1243
8603
  #, fuzzy
8604
  msgid "Number of entries in Comment widget."
8605
  msgstr "Anzahl der Einträge im Kommentar-Widget."
8606
 
8607
+ #: wppa-settings-autosave.php:1244
8608
  #, fuzzy
8609
  msgid "Enter the maximum number of entries in the Comment widget."
8610
  msgstr "Geben Sie die maximale Anzahl von Einträgen in der Kommentar-Widget."
8611
 
8612
+ #: wppa-settings-autosave.php:1246
8613
  #, fuzzy
8614
  msgid "entries"
8615
  msgstr "'x gefunden."
8616
 
8617
+ #: wppa-settings-autosave.php:1251
8618
  #, fuzzy
8619
  msgid "Comment size"
8620
  msgstr "Kommentar-Größe"
8621
 
8622
+ #: wppa-settings-autosave.php:1252
8623
  #, fuzzy
8624
  msgid "Size of thumbnails in Comment widget."
8625
  msgstr "Größe der Thumbnails in Kommentar-Widget."
8626
 
8627
+ #: wppa-settings-autosave.php:1253
8628
  #, fuzzy
8629
  msgid "Enter the size for the mini photos in the Comment widget."
8630
  msgstr "Geben Sie die Größe für die Mini-Fotos in der Kommentar-Widget."
8631
 
8632
+ #: wppa-settings-autosave.php:1262
8633
  #, fuzzy
8634
  msgid "Thumbnail count"
8635
  msgstr "Miniaturansicht Graf"
8636
 
8637
+ #: wppa-settings-autosave.php:1263
8638
  #, fuzzy
8639
  msgid "Number of photos in Thumbnail widget."
8640
  msgstr "Anzahl der Fotos in Miniatur-Widget."
8641
 
8642
+ #: wppa-settings-autosave.php:1264
8643
  #, fuzzy
8644
  msgid "Enter the maximum number of rated photos in the Thumbnail widget."
8645
  msgstr ""
8646
  "Geben Sie die maximale Anzahl der bewerteten Fotos in der Miniaturansicht-"
8647
  "Widget."
8648
 
8649
+ #: wppa-settings-autosave.php:1271
8650
  #, fuzzy
8651
  msgid "Thumbnail widget size"
8652
  msgstr "Miniaturansicht Widget Größe"
8653
 
8654
+ #: wppa-settings-autosave.php:1272
8655
  #, fuzzy
8656
  msgid "Size of thumbnails in Thumbnail widget."
8657
  msgstr "Größe der Miniaturen im Thumbnail-Widget."
8658
 
8659
+ #: wppa-settings-autosave.php:1273
8660
  #, fuzzy
8661
  msgid "Enter the size for the mini photos in the Thumbnail widget."
8662
  msgstr "Geben Sie die Größe für die Mini-Fotos in der Miniaturansicht-Widget."
8663
 
8664
+ #: wppa-settings-autosave.php:1282
8665
  #, fuzzy
8666
  msgid "LasTen count"
8667
  msgstr "RT Graf"
8668
 
8669
+ #: wppa-settings-autosave.php:1283
8670
  #, fuzzy
8671
  msgid "Number of photos in Last Ten widget."
8672
  msgstr "Anzahl der Fotos im letzten zehn Widget."
8673
 
8674
+ #: wppa-settings-autosave.php:1284
8675
  #, fuzzy
8676
  msgid "Enter the maximum number of photos in the LasTen widget."
8677
  msgstr "Geben Sie die maximale Anzahl von Fotos in die Lastenstraße Widget."
8678
 
8679
+ #: wppa-settings-autosave.php:1291
8680
  #, fuzzy
8681
  msgid "LasTen size"
8682
  msgstr "RT Größe"
8683
 
8684
+ #: wppa-settings-autosave.php:1292
8685
  #, fuzzy
8686
  msgid "Size of thumbnails in Last Ten widget."
8687
  msgstr "Größe der Miniaturen im letzten zehn Widget."
8688
 
8689
+ #: wppa-settings-autosave.php:1293
8690
  #, fuzzy
8691
  msgid "Enter the size for the mini photos in the LasTen widget."
8692
  msgstr "Geben Sie die Größe für die Mini-Fotos in der Lastenstraße Widget."
8693
 
8694
+ #: wppa-settings-autosave.php:1302
8695
  #, fuzzy
8696
  msgid "Album widget count"
8697
  msgstr "Album-Widget-Graf"
8698
 
8699
+ #: wppa-settings-autosave.php:1303
8700
  #, fuzzy
8701
  msgid "Number of albums in Album widget."
8702
  msgstr "Anzahl der Alben Album Widget."
8703
 
8704
+ #: wppa-settings-autosave.php:1304
8705
  #, fuzzy
8706
  msgid ""
8707
  "Enter the maximum number of thumbnail photos of albums in the Album widget."
8709
  "Geben Sie die maximale Anzahl der thumbnail-Bilder von Alben in den Album-"
8710
  "Widget."
8711
 
8712
+ #: wppa-settings-autosave.php:1306 wppa-settings-autosave.php:6047
8713
  #, fuzzy
8714
  msgid "albums"
8715
  msgstr "Alben"
8716
 
8717
+ #: wppa-settings-autosave.php:1311
8718
  #, fuzzy
8719
  msgid "Album widget size"
8720
  msgstr "Album-Widget Größe"
8721
 
8722
+ #: wppa-settings-autosave.php:1312
8723
  #, fuzzy
8724
  msgid "Size of thumbnails in Album widget."
8725
  msgstr "Größe der Miniaturen im Album Widget."
8726
 
8727
+ #: wppa-settings-autosave.php:1313
8728
  #, fuzzy
8729
  msgid "Enter the size for the mini photos in the Album widget."
8730
  msgstr "Geben Sie die Größe für die Mini-Fotos in das Album Widget."
8731
 
8732
+ #: wppa-settings-autosave.php:1322
8733
  #, fuzzy
8734
  msgid "FeaTen count"
8735
  msgstr "FeaTen Graf"
8736
 
8737
+ #: wppa-settings-autosave.php:1323
8738
  #, fuzzy
8739
  msgid "Number of photos in Featured Ten widget."
8740
  msgstr "Anzahl der Fotos in zehn vorgestellten Widget."
8741
 
8742
+ #: wppa-settings-autosave.php:1324
8743
  #, fuzzy
8744
  msgid "Enter the maximum number of photos in the FeaTen widget."
8745
  msgstr "Geben Sie die maximale Anzahl von Fotos in die FeaTen-Widget."
8746
 
8747
+ #: wppa-settings-autosave.php:1331
8748
  #, fuzzy
8749
  msgid "FeaTen size"
8750
  msgstr "FeaTen Größe"
8751
 
8752
+ #: wppa-settings-autosave.php:1332
8753
  #, fuzzy
8754
  msgid "Size of thumbnails in Featured Ten widget."
8755
  msgstr "Größe der Thumbnails in zehn vorgestellten Widget."
8756
 
8757
+ #: wppa-settings-autosave.php:1333
8758
  #, fuzzy
8759
  msgid "Enter the size for the mini photos in the FeaTen widget."
8760
  msgstr "Geben Sie die Größe für die Mini-Fotos im FeaTen Widget."
8761
 
8762
+ #: wppa-settings-autosave.php:1342
8763
  #, fuzzy
8764
  msgid "Tagcloud min size"
8765
  msgstr "Tagcloud min. Größe"
8766
 
8767
+ #: wppa-settings-autosave.php:1343
8768
  #, fuzzy
8769
  msgid "Minimal fontsize in tagclouds"
8770
  msgstr "Minimale Fontsize in tagclouds"
8771
 
8772
+ #: wppa-settings-autosave.php:1351
8773
  #, fuzzy
8774
  msgid "Tagcloud max size"
8775
  msgstr "Tagcloud max Größe"
8776
 
8777
+ #: wppa-settings-autosave.php:1352
8778
  #, fuzzy
8779
  msgid "Maximal fontsize in tagclouds"
8780
  msgstr "Maximale Fontsize in tagclouds"
8781
 
8782
+ #: wppa-settings-autosave.php:1360
8783
  #, fuzzy
8784
  msgid ""
8785
  "Lightbox related size settings. These settings have effect only when Table "
8788
  "Lightbox im Zusammenhang mit Einstellungen. Diese Einstellungen wirken sich "
8789
  "nur dann, wenn Tabelle IX-J3 auf Wppa eingestellt ist"
8790
 
8791
+ #: wppa-settings-autosave.php:1363
8792
  #, fuzzy
8793
  msgid ""
8794
  "Number of lines on the lightbox description area, exclusive the n/m line."
8795
  msgstr ""
8796
  "Anzahl der Zeilen auf die Lightbox Beschreibungsbereich, exklusive n/m-Linie."
8797
 
8798
+ #: wppa-settings-autosave.php:1364
8799
  #, fuzzy
8800
  msgid "Enter a number in the range from 0 to 24 or auto"
8801
  msgstr "Geben Sie eine Zahl im Bereich von 0 bis 24 oder Auto"
8802
 
8803
+ #: wppa-settings-autosave.php:1366
8804
  #, fuzzy
8805
  msgid "lines"
8806
  msgstr "Leitungen"
8807
 
8808
+ #: wppa-settings-autosave.php:1371
8809
  #, fuzzy
8810
  msgid "Magnifier cursor size"
8811
  msgstr "Lupe Cursorgröße"
8812
 
8813
+ #: wppa-settings-autosave.php:1372
8814
  #, fuzzy
8815
  msgid "Select the size of the magnifier cursor."
8816
  msgstr "Wählen Sie die Größe des Cursors Lupe."
8817
 
8818
+ #: wppa-settings-autosave.php:1375
8819
  #, fuzzy
8820
  msgid "small"
8821
  msgstr "klein"
8822
 
8823
+ #: wppa-settings-autosave.php:1375
8824
  #, fuzzy
8825
  msgid "medium"
8826
  msgstr "medium"
8827
 
8828
+ #: wppa-settings-autosave.php:1375
8829
  #, fuzzy
8830
  msgid "large"
8831
  msgstr "groß"
8832
 
8833
+ #: wppa-settings-autosave.php:1385
8834
  #, fuzzy
8835
  msgid "Border width for lightbox display."
8836
  msgstr "Rahmenbreite Lightbox angezeigt."
8837
 
8838
+ #: wppa-settings-autosave.php:1394
8839
  #, fuzzy
8840
  msgid "Border radius for lightbox display."
8841
  msgstr "Border-Radius für Lightbox-Anzeige."
8842
 
8843
+ #: wppa-settings-autosave.php:1403
8844
  #, fuzzy
8845
  msgid "Video related size settings"
8846
  msgstr "Video Verwandte Größeneinstellungen"
8847
 
8848
+ #: wppa-settings-autosave.php:1405
8849
  #, fuzzy
8850
  msgid "Default width"
8851
  msgstr "Default Width"
8852
 
8853
+ #: wppa-settings-autosave.php:1406
8854
  #, fuzzy
8855
  msgid "The width of most videos"
8856
  msgstr "Die Breite der meisten videos"
8857
 
8858
+ #: wppa-settings-autosave.php:1414
8859
  #, fuzzy
8860
  msgid "Default height"
8861
  msgstr "Standard Größe"
8862
 
8863
+ #: wppa-settings-autosave.php:1415
8864
  #, fuzzy
8865
  msgid "The height of most videos"
8866
  msgstr "Die Höhe der meisten videos"
8867
 
8868
+ #: wppa-settings-autosave.php:1441
8869
  #, fuzzy
8870
  msgid "Table II:"
8871
  msgstr "Tabelle II:"
8872
 
8873
+ #: wppa-settings-autosave.php:1441
8874
  #, fuzzy
8875
  msgid "Visibility:"
8876
  msgstr "Sichtbarkeit:"
8877
 
8878
+ #: wppa-settings-autosave.php:1442
8879
  #, fuzzy
8880
  msgid "This table describes the visibility of certain wppa+ elements."
8881
  msgstr "Diese Tabelle beschreibt die Sichtbarkeit bestimmter Wppa + Elemente."
8882
 
8883
+ #: wppa-settings-autosave.php:1460
8884
  #, fuzzy
8885
  msgid "Breadcrumb related visibility settings"
8886
  msgstr "Brotkrümel im Zusammenhang mit Einstellungen für die Sichtbarkeit"
8887
 
8888
+ #: wppa-settings-autosave.php:1462
8889
  #, fuzzy
8890
  msgid "Breadcrumb on posts"
8891
  msgstr "Brotkrümel auf Beiträge"
8892
 
8893
+ #: wppa-settings-autosave.php:1463 wppa-settings-autosave.php:1473
8894
  #, fuzzy
8895
  msgid "Show breadcrumb navigation bars."
8896
  msgstr "Zeigen Sie Breadcrumb Navigation Bars."
8897
 
8898
+ #: wppa-settings-autosave.php:1464 wppa-settings-autosave.php:1474
8899
  #, fuzzy
8900
  msgid "Indicate whether a breadcrumb navigation should be displayed"
8901
  msgstr "Geben Sie an, ob eine Breadcrumb-Navigation angezeigt werden sollen"
8902
 
8903
+ #: wppa-settings-autosave.php:1472
8904
  #, fuzzy
8905
  msgid "Breadcrumb on pages"
8906
  msgstr "Brotkrümel auf Seiten"
8907
 
8908
+ #: wppa-settings-autosave.php:1482
8909
  #, fuzzy
8910
  msgid "Breadcrumb on search results"
8911
  msgstr "Brotkrümel auf Suchergebnisse"
8912
 
8913
+ #: wppa-settings-autosave.php:1483
8914
  #, fuzzy
8915
  msgid "Show breadcrumb navigation bars on the search results page."
8916
  msgstr ""
8917
  "Breadcrumb-Navigationsleisten auf der Seite mit den Suchergebnissen anzeigen"
8918
 
8919
+ #: wppa-settings-autosave.php:1484
8920
  #, fuzzy
8921
  msgid ""
8922
  "Indicate whether a breadcrumb navigation should be displayed above the "
8925
  "Geben Sie an, ob eine Breadcrumb-Navigation oberhalb der Suchergebnisse "
8926
  "angezeigt werden sollen."
8927
 
8928
+ #: wppa-settings-autosave.php:1491
8929
  #, fuzzy
8930
  msgid "Breadcrumb on topten displays"
8931
  msgstr "Brotkrümel auf Topten anzeigen"
8932
 
8933
+ #: wppa-settings-autosave.php:1492
8934
  #, fuzzy
8935
  msgid "Show breadcrumb navigation bars on topten displays."
8936
  msgstr "Brotkrümel Navigationsleisten auf Topten Displays anzeigen."
8937
 
8938
+ #: wppa-settings-autosave.php:1493
8939
  #, fuzzy
8940
  msgid ""
8941
  "Indicate whether a breadcrumb navigation should be displayed above the "
8944
  "Geben Sie an, ob eine Breadcrumb-Navigation über die Topten-Displays "
8945
  "angezeigt werden soll."
8946
 
8947
+ #: wppa-settings-autosave.php:1500
8948
  #, fuzzy
8949
  msgid "Breadcrumb on last ten displays"
8950
  msgstr "Brotkrümel auf letzten zehn anzeigen"
8951
 
8952
+ #: wppa-settings-autosave.php:1501
8953
  #, fuzzy
8954
  msgid "Show breadcrumb navigation bars on last ten displays."
8955
  msgstr "Brotkrümel Navigationsleisten auf letzten zehn Displays anzeigen."
8956
 
8957
+ #: wppa-settings-autosave.php:1502
8958
  #, fuzzy
8959
  msgid ""
8960
  "Indicate whether a breadcrumb navigation should be displayed above the last "
8963
  "Gibt an, ob ein Brotkrumen-Navigation über den letzten zehn Displays "
8964
  "angezeigt werden sollen."
8965
 
8966
+ #: wppa-settings-autosave.php:1509
8967
  #, fuzzy
8968
  msgid "Breadcrumb on comment ten displays"
8969
  msgstr "Brotkrümel auf Kommentar 10 displays"
8970
 
8971
+ #: wppa-settings-autosave.php:1510
8972
  #, fuzzy
8973
  msgid "Show breadcrumb navigation bars on comment ten displays."
8974
  msgstr "Breadcrumb Navigation Bars auf Kommentar 10 Displays anzeigen."
8975
 
8976
+ #: wppa-settings-autosave.php:1511
8977
  #, fuzzy
8978
  msgid ""
8979
  "Indicate whether a breadcrumb navigation should be displayed above the "
8982
  "Geben Sie an, ob eine Breadcrumb-Navigation über den Kommentar zehn Displays "
8983
  "angezeigt werden soll."
8984
 
8985
+ #: wppa-settings-autosave.php:1518
8986
  #, fuzzy
8987
  msgid "Breadcrumb on tag result displays"
8988
  msgstr "Brotkrümel auf Tag Ergebnis zeigt"
8989
 
8990
+ #: wppa-settings-autosave.php:1519
8991
  #, fuzzy
8992
  msgid "Show breadcrumb navigation bars on tag result displays."
8993
  msgstr "Zeigen Sie Brotkrümel Navigationsleisten am Tag Ergebnis zeigt."
8994
 
8995
+ #: wppa-settings-autosave.php:1520
8996
  #, fuzzy
8997
  msgid ""
8998
  "Indicate whether a breadcrumb navigation should be displayed above the tag "
9001
  "Geben Sie an, ob eine Breadcrumb-Navigation über den Tag Ergebnis anzeigen "
9002
  "angezeigt werden sollen."
9003
 
9004
+ #: wppa-settings-autosave.php:1527
9005
  #, fuzzy
9006
  msgid "Breadcrumb on featured ten displays"
9007
  msgstr "Brotkrümel auf Top 10 anzeigen"
9008
 
9009
+ #: wppa-settings-autosave.php:1528
9010
  #, fuzzy
9011
  msgid "Show breadcrumb navigation bars on featured ten displays."
9012
  msgstr ""
9013
  "Brotkrümel Navigationsleisten auf vorgestellten zehn Displays anzeigen."
9014
 
9015
+ #: wppa-settings-autosave.php:1529
9016
  #, fuzzy
9017
  msgid ""
9018
  "Indicate whether a breadcrumb navigation should be displayed above the "
9021
  "Geben Sie an, ob eine Breadcrumb-Navigation über die vorgestellten zehn "
9022
  "Displays angezeigt werden soll."
9023
 
9024
+ #: wppa-settings-autosave.php:1536
9025
  #, fuzzy
9026
  msgid "Breadcrumb on related photos displays"
9027
  msgstr "Brotkrümel auf im Zusammenhang zeigt Fotos"
9028
 
9029
+ #: wppa-settings-autosave.php:1537
9030
  #, fuzzy
9031
  msgid "Show breadcrumb navigation bars on related photos displays."
9032
  msgstr "Zeigen Sie Brotkrümel Navigationsleisten auf Verwandte Fotos anzeigen."
9033
 
9034
+ #: wppa-settings-autosave.php:1538
9035
  #, fuzzy
9036
  msgid ""
9037
  "Indicate whether a breadcrumb navigation should be displayed above the "
9040
  "Geben Sie an, ob eine Breadcrumb-Navigation über die zugehörigen Fotos "
9041
  "anzeigen angezeigt werden sollen."
9042
 
9043
+ #: wppa-settings-autosave.php:1545 wppa-setup.php:718
9044
  #, fuzzy
9045
  msgid "Home"
9046
  msgstr "Startseite"
9047
 
9048
+ #: wppa-settings-autosave.php:1546
9049
  #, fuzzy
9050
  msgid "Show \"Home\" in breadcrumb."
9051
  msgstr "Show \"Home\" in Brotkrumen."
9052
 
9053
+ #: wppa-settings-autosave.php:1547
9054
  #, fuzzy
9055
  msgid ""
9056
  "Indicate whether the breadcrumb navigation should start with a \"Home\"-link"
9058
  "Geben Sie an, ob die Breadcrumb-Navigation mit einem Link \"Home\" beginnen "
9059
  "sollte"
9060
 
9061
+ #: wppa-settings-autosave.php:1554
9062
  #, fuzzy
9063
  msgid "Home text"
9064
  msgstr "Home Text"
9065
 
9066
+ #: wppa-settings-autosave.php:1555
9067
  #, fuzzy
9068
  msgid "The text to use as \"Home\""
9069
  msgstr "Der Text, der als \"Zuhause\" zu verwenden"
9070
 
9071
+ #: wppa-settings-autosave.php:1564
9072
  #, fuzzy
9073
  msgid "Show the page(s) in breadcrumb."
9074
  msgstr "Zeigen Sie die Seite(n) in Brotkrumen."
9075
 
9076
+ #: wppa-settings-autosave.php:1565
9077
  #, fuzzy
9078
  msgid ""
9079
  "Indicate whether the breadcrumb navigation should show the page(hierarchy)"
9081
  "Geben Sie an, ob die page(hierarchy) die Breadcrumb-Navigation angezeigt "
9082
  "werden soll"
9083
 
9084
+ #: wppa-settings-autosave.php:1572
9085
  #, fuzzy
9086
  msgid "Separator"
9087
  msgstr "Trennzeichen"
9088
 
9089
+ #: wppa-settings-autosave.php:1573
9090
  #, fuzzy
9091
  msgid "Breadcrumb separator symbol."
9092
  msgstr "Brotkrumen-Trennzeichen."
9093
 
9094
+ #: wppa-settings-autosave.php:1574
9095
  #, fuzzy
9096
  msgid "Select the desired breadcrumb separator element."
9097
  msgstr "Wählen Sie das gewünschte Breadcrumb-Separator-Element."
9098
 
9099
+ #: wppa-settings-autosave.php:1575
9100
  #, fuzzy
9101
  msgid "A text string may contain valid html."
9102
  msgstr "Eine Textzeichenfolge enthalten valides html."
9103
 
9104
+ #: wppa-settings-autosave.php:1576
9105
  #, fuzzy
9106
  msgid ""
9107
  "An image will be scaled automatically if you set the navigation font size."
9109
  "Ein Bild wird automatisch skaliert werden, wenn Sie die Navigation "
9110
  "Schriftgröße festlegen."
9111
 
9112
+ #: wppa-settings-autosave.php:1578
9113
  #, fuzzy
9114
  msgid "Text (html):"
9115
  msgstr "Text / HTML"
9116
 
9117
+ #: wppa-settings-autosave.php:1578
9118
  #, fuzzy
9119
  msgid "Image (url):"
9120
  msgstr "Bild URL"
9121
 
9122
+ #: wppa-settings-autosave.php:1586
9123
  #, fuzzy
9124
  msgid "Html"
9125
  msgstr "HTML"
9126
 
9127
+ #: wppa-settings-autosave.php:1587
9128
  #, fuzzy
9129
  msgid "Breadcrumb separator text."
9130
  msgstr "Breadcrumb Separator"
9131
 
9132
+ #: wppa-settings-autosave.php:1588
9133
  #, fuzzy
9134
  msgid "Enter the HTML code that produces the separator symbol you want."
9135
  msgstr ""
9136
  "Geben Sie den HTML-Code, der das Trennzeichen erzeugt, die, das Sie wollen."
9137
 
9138
+ #: wppa-settings-autosave.php:1589
9139
  #, fuzzy
9140
  msgid ""
9141
  "It may be as simple as '-' (without the quotes) or as complex as a tag like "
9144
  "Es kann so einfach sein \"-\" (ohne Anführungszeichen) oder so komplex wie "
9145
  "ein Tag wie<div>..</div>."
9146
 
9147
+ #: wppa-settings-autosave.php:1596
9148
  #, fuzzy
9149
  msgid "Image Url"
9150
  msgstr "Bild-URL"
9151
 
9152
+ #: wppa-settings-autosave.php:1597
9153
  #, fuzzy
9154
  msgid "Full url to separator image."
9155
  msgstr "Vollständige Url Separator Bild."
9156
 
9157
+ #: wppa-settings-autosave.php:1598
9158
  #, fuzzy
9159
  msgid ""
9160
  "Enter the full url to the image you want to use for the separator symbol."
9162
  "Geben Sie die vollständige Url für das Bild, das Sie für das Trennzeichen "
9163
  "verwenden möchten."
9164
 
9165
+ #: wppa-settings-autosave.php:1605
9166
  #, fuzzy
9167
  msgid "Pagelink position"
9168
  msgstr "Pagelink-position"
9169
 
9170
+ #: wppa-settings-autosave.php:1606
9171
  #, fuzzy
9172
  msgid "The location for the pagelinks bar."
9173
  msgstr "Der Speicherort für die Pagelinks Bar."
9174
 
9175
+ #: wppa-settings-autosave.php:1609 wppa-settings-autosave.php:4013
9176
  #, fuzzy
9177
  msgid "Top"
9178
  msgstr "Top"
9179
 
9180
+ #: wppa-settings-autosave.php:1609 wppa-settings-autosave.php:4013
9181
  #, fuzzy
9182
  msgid "Bottom"
9183
  msgstr "Bottom"
9184
 
9185
+ #: wppa-settings-autosave.php:1609
9186
  #, fuzzy
9187
  msgid "Both"
9188
  msgstr "beide"
9189
 
9190
+ #: wppa-settings-autosave.php:1616
9191
  #, fuzzy
9192
  msgid "Thumblink on slideshow"
9193
  msgstr "Thumblink auf Diashow"
9194
 
9195
+ #: wppa-settings-autosave.php:1617
9196
  #, fuzzy
9197
  msgid "Show a thumb link on slideshow bc."
9198
  msgstr "Einen Daumen-Link auf Diashow bc anzeigen."
9199
 
9200
+ #: wppa-settings-autosave.php:1618
9201
  #, fuzzy
9202
  msgid "Show a link to thumbnail display on an breadcrumb above a slideshow"
9203
  msgstr ""
9204
  "Einen Link zur Anzeige von Miniaturansichten auf eine Breadcrumb über eine "
9205
  "Diashow anzeigen"
9206
 
9207
+ #: wppa-settings-autosave.php:1625
9208
  #, fuzzy
9209
  msgid "Slideshow related visibility settings"
9210
  msgstr "Diashow im Zusammenhang mit Einstellungen für die Sichtbarkeit"
9211
 
9212
+ #: wppa-settings-autosave.php:1627
9213
  #, fuzzy
9214
  msgid "Start/stop"
9215
  msgstr "Start/Stopp:"
9216
 
9217
+ #: wppa-settings-autosave.php:1628
9218
  #, fuzzy
9219
  msgid "Show the Start/Stop slideshow bar."
9220
  msgstr "Die Start/Stopp-Diashow-Leiste anzeigen."
9221
 
9222
+ #: wppa-settings-autosave.php:1629
9223
  #, fuzzy
9224
  msgid ""
9225
  "If checked: display the start/stop slideshow navigation bar above the full-"
9228
  "Wenn diese Option aktiviert: zeigt die Start/Stopp Slideshow "
9229
  "Navigationsleiste oben die Bilder in voller Größe und Diashow"
9230
 
9231
+ #: wppa-settings-autosave.php:1636
9232
  #, fuzzy
9233
  msgid "Browse bar"
9234
  msgstr "Durchsuchen-Bar"
9235
 
9236
+ #: wppa-settings-autosave.php:1637
9237
  #, fuzzy
9238
  msgid "Show Browse photos bar."
9239
  msgstr "Browse-Fotos-Leiste anzeigen."
9240
 
9241
+ #: wppa-settings-autosave.php:1638
9242
  #, fuzzy
9243
  msgid ""
9244
  "If checked: display the preveous/next navigation bar under the full-size "
9247
  "Wenn diese Option aktiviert: Anzeige die preveous/next Navigationsleiste "
9248
  "unter die Bilder in voller Größe und Diashow"
9249
 
9250
+ #: wppa-settings-autosave.php:1645
9251
  #, fuzzy
9252
  msgid "Filmstrip"
9253
  msgstr "Diastreifen"
9254
 
9255
+ #: wppa-settings-autosave.php:1646
9256
  #, fuzzy
9257
  msgid "Show Filmstrip navigation bar."
9258
  msgstr "Filmstreifen-Navigationsleiste anzeigen"
9259
 
9260
+ #: wppa-settings-autosave.php:1647
9261
  #, fuzzy
9262
  msgid ""
9263
  "If checked: display the filmstrip navigation bar under the full_size images "
9266
  "Wenn diese Option aktiviert: anzeigen die Filmstreifen-Navigationsleiste "
9267
  "unter Full_size Bilder und Diashow"
9268
 
9269
+ #: wppa-settings-autosave.php:1654
9270
  #, fuzzy
9271
  msgid "Film seam"
9272
  msgstr "Film-Naht"
9273
 
9274
+ #: wppa-settings-autosave.php:1655
9275
  #, fuzzy
9276
  msgid "Show seam between end and start of film."
9277
  msgstr "Naht zwischen Ende und Beginn des Films zu zeigen."
9278
 
9279
+ #: wppa-settings-autosave.php:1656
9280
  #, fuzzy
9281
  msgid "If checked: display the wrap-around point in the filmstrip"
9282
  msgstr "Wenn diese Option aktiviert: den rundum-Punkt im Filmstreifen anzeigen"
9283
 
9284
+ #: wppa-settings-autosave.php:1664
9285
  #, fuzzy
9286
  msgid "Display photo name."
9287
  msgstr "Anzeigen von Foto Namen."
9288
 
9289
+ #: wppa-settings-autosave.php:1665
9290
  #, fuzzy
9291
  msgid "If checked: display the name of the photo under the slideshow image."
9292
  msgstr ""
9293
  "Wenn diese Option aktiviert: zeigt den Namen der das Foto unter dem Bild der "
9294
  "Diashow."
9295
 
9296
+ #: wppa-settings-autosave.php:1672 wppa-settings-autosave.php:2052
9297
  #, fuzzy
9298
  msgid "Add (Owner)"
9299
  msgstr "Inhaber hinzufügen"
9300
 
9301
+ #: wppa-settings-autosave.php:1673 wppa-settings-autosave.php:2053
9302
  #, fuzzy
9303
  msgid "Add the uploaders display name in parenthesis to the name."
9304
  msgstr "Fügen Sie die Uploader Namen in Klammern um den Namen anzuzeigen."
9305
 
9306
+ #: wppa-settings-autosave.php:1681
9307
  #, fuzzy
9308
  msgid "Photo desc"
9309
  msgstr "Foto ab"
9310
 
9311
+ #: wppa-settings-autosave.php:1682
9312
  #, fuzzy
9313
  msgid "Display Photo description."
9314
  msgstr "Anzeige Fotobeschreibung"
9315
 
9316
+ #: wppa-settings-autosave.php:1683
9317
  #, fuzzy
9318
  msgid ""
9319
  "If checked: display the description of the photo under the slideshow image."
9321
  "Wenn diese Option aktiviert: die Beschreibung des Fotos unter der Diashow "
9322
  "Bild anzuzeigen."
9323
 
9324
+ #: wppa-settings-autosave.php:1690
9325
  #, fuzzy
9326
  msgid "Hide when empty"
9327
  msgstr "Leer ausblenden"
9328
 
9329
+ #: wppa-settings-autosave.php:1691
9330
  #, fuzzy
9331
  msgid "Hide the descriptionbox when empty."
9332
  msgstr "Ausblenden der Descriptionbox leer."
9333
 
9334
+ #: wppa-settings-autosave.php:1699
9335
  #, fuzzy
9336
  msgid "Rating system"
9337
  msgstr "Bewertungssystem („Rating System“)"
9338
 
9339
+ #: wppa-settings-autosave.php:1700
9340
  #, fuzzy
9341
  msgid "Enable the rating system."
9342
  msgstr "Das Rating-System zu ermöglichen."
9343
 
9344
+ #: wppa-settings-autosave.php:1701
9345
  #, fuzzy
9346
  msgid "If checked, the photo rating system will be enabled."
9347
  msgstr ""
9348
  "Wenn diese Option aktiviert, wird das Foto-Rating-System aktiviert werden."
9349
 
9350
+ #: wppa-settings-autosave.php:1709
9351
  #, fuzzy
9352
  msgid "Comments system"
9353
  msgstr "Kommentare System"
9354
 
9355
+ #: wppa-settings-autosave.php:1710
9356
  #, fuzzy
9357
  msgid "Enable the comments system."
9358
  msgstr "Aktivieren Sie die Kommentare System."
9359
 
9360
+ #: wppa-settings-autosave.php:1711
9361
  #, fuzzy
9362
  msgid ""
9363
  "Display the comments box under the fullsize images and let users enter their "
9366
  "Zeigen Sie das Kommentarfeld im Rahmen der Vollbilder und können Benutzer "
9367
  "geben ihre Kommentare zu einzelnen Fotos."
9368
 
9369
+ #: wppa-settings-autosave.php:1719
9370
  #, fuzzy
9371
  msgid "Comment Avatar default"
9372
  msgstr "Kommentar Avatar Standard"
9373
 
9374
+ #: wppa-settings-autosave.php:1720
9375
  #, fuzzy
9376
  msgid "Show Avatars with the comments if not --- none ---"
9377
  msgstr "Avatare mit den Kommentare anzeigen wenn nicht --- --- keine"
9378
 
9379
+ #: wppa-settings-autosave.php:1725
9380
  #, fuzzy
9381
  msgid "mystery man"
9382
  msgstr "Geheime Gestalt"
9383
 
9384
+ #: wppa-settings-autosave.php:1726
9385
  #, fuzzy
9386
  msgid "identicon"
9387
  msgstr "Identicon"
9388
 
9389
+ #: wppa-settings-autosave.php:1727
9390
  #, fuzzy
9391
  msgid "monsterid"
9392
  msgstr "MonsterID"
9393
 
9394
+ #: wppa-settings-autosave.php:1728
9395
  #, fuzzy
9396
  msgid "wavatar"
9397
  msgstr "wavatar"
9398
 
9399
+ #: wppa-settings-autosave.php:1729
9400
  #, fuzzy
9401
  msgid "retro"
9402
  msgstr "Retro"
9403
 
9404
+ #: wppa-settings-autosave.php:1730
9405
  #, fuzzy
9406
  msgid "--- url ---"
9407
  msgstr "URL"
9408
 
9409
+ #: wppa-settings-autosave.php:1745
9410
  #, fuzzy
9411
  msgid "Comment Avatar url"
9412
  msgstr "Kommentar-Avatar-url"
9413
 
9414
+ #: wppa-settings-autosave.php:1746
9415
  #, fuzzy
9416
  msgid "Comment Avatar default url."
9417
  msgstr "Kommentar Avatar Standard-URL."
9418
 
9419
+ #: wppa-settings-autosave.php:1754
9420
  #, fuzzy
9421
  msgid "Big Browse Buttons"
9422
  msgstr "Großen Durchsuchen-Schaltflächen"
9423
 
9424
+ #: wppa-settings-autosave.php:1755
9425
  #, fuzzy
9426
  msgid "Enable invisible browsing buttons."
9427
  msgstr "Aktivieren Sie invisible browsing Schaltflächen."
9428
 
9429
+ #: wppa-settings-autosave.php:1756 wppa-settings-autosave.php:2299
9430
  #, fuzzy
9431
  msgid ""
9432
  "If checked, the fullsize image is covered by two invisible areas that act as "
9435
  "Wenn diese Option aktiviert, wird das Fullsize-Bild zwei unsichtbare "
9436
  "Bereiche abgedeckt, die als Schaltflächen durchsuchen fungieren."
9437
 
9438
+ #: wppa-settings-autosave.php:1757 wppa-settings-autosave.php:2300
9439
+ #: wppa-settings-autosave.php:2310
9440
  #, fuzzy
9441
  msgid ""
9442
  "Make sure the Full height (Table I-B2) is properly configured to prevent "
9446
  "konfiguriert ist, um diese Bereiche, um unerwünschte Abstände überlappen zu "
9447
  "verhindern."
9448
 
9449
+ #: wppa-settings-autosave.php:1764
9450
  #, fuzzy
9451
  msgid "Ugly Browse Buttons"
9452
  msgstr "Hässliche Durchsuchen-Schaltflächen"
9453
 
9454
+ #: wppa-settings-autosave.php:1765
9455
  #, fuzzy
9456
  msgid "Enable the ugly browsing buttons."
9457
  msgstr "Aktivieren Sie die hässlichen Browsen Schaltflächen."
9458
 
9459
+ #: wppa-settings-autosave.php:1766
9460
  #, fuzzy
9461
  msgid "If checked, the fullsize image is covered by two browse buttons."
9462
  msgstr ""
9463
  "Wenn diese Option aktiviert, wird das Fullsize-Bild durch zwei Durchsuchen-"
9464
  "Schaltflächen abgedeckt."
9465
 
9466
+ #: wppa-settings-autosave.php:1777
9467
  #, fuzzy
9468
  msgid "Start/stop icons"
9469
  msgstr "Start/Stopp Symbole"
9470
 
9471
+ #: wppa-settings-autosave.php:1778
9472
  #, fuzzy
9473
  msgid "Show start and stop icons at the center of the slide"
9474
  msgstr "Zeigen, Start und stop Symbole in der Mitte der Folie"
9475
 
9476
+ #: wppa-settings-autosave.php:1790
9477
  #, fuzzy
9478
  msgid "Show custom box"
9479
  msgstr "Benutzerdefiniertes Feld anzeigen"
9480
 
9481
+ #: wppa-settings-autosave.php:1791
9482
  #, fuzzy
9483
  msgid "Display the custom box in the slideshow"
9484
  msgstr "Das benutzerdefinierte Feld in der Diashow anzeigen"
9485
 
9486
+ #: wppa-settings-autosave.php:1792 wppa-settings-autosave.php:1803
9487
  #, fuzzy
9488
  msgid ""
9489
  "You can fill the custom box with any html you like. It will not be checked, "
9493
  "ausfüllen. Es wird nicht überprüft, so ist es Ihre Verantwortung, Tags "
9494
  "richtig schließen."
9495
 
9496
+ #: wppa-settings-autosave.php:1793 wppa-settings-autosave.php:1804
9497
  #, fuzzy
9498
  msgid "The position of the box can be defined in Table IX-E."
9499
  msgstr "Die Position des Feldes in der Tabelle IX-E. definierbar"
9500
 
9501
+ #: wppa-settings-autosave.php:1801
9502
  #, fuzzy
9503
  msgid "Custom content"
9504
  msgstr "benutzerdefinierter Inhalt"
9505
 
9506
+ #: wppa-settings-autosave.php:1802
9507
  #, fuzzy
9508
  msgid "The content (html) of the custom box."
9509
  msgstr "Der Inhalt (html) des benutzerdefinierten Feldes."
9510
 
9511
+ #: wppa-settings-autosave.php:1811
9512
  #, fuzzy
9513
  msgid "Slideshow/Number bar"
9514
  msgstr "Diashow/Anzahl bar"
9515
 
9516
+ #: wppa-settings-autosave.php:1812
9517
  #, fuzzy
9518
  msgid "Display the Slideshow / Number bar."
9519
  msgstr "Die Diashow anzeigen / Anzahl Bar."
9520
 
9521
+ #: wppa-settings-autosave.php:1813
9522
  #, fuzzy
9523
  msgid "If checked: display the number boxes on slideshow"
9524
  msgstr "Wenn diese Option aktiviert: die Zahlenfeldern auf Diashow anzeigen"
9525
 
9526
+ #: wppa-settings-autosave.php:1821
9527
  #, fuzzy
9528
  msgid "IPTC system"
9529
  msgstr "IPTC-system"
9530
 
9531
+ #: wppa-settings-autosave.php:1822
9532
  #, fuzzy
9533
  msgid "Enable the iptc system."
9534
  msgstr "Das Iptc-System zu ermöglichen."
9535
 
9536
+ #: wppa-settings-autosave.php:1823
9537
  #, fuzzy
9538
  msgid "Display the iptc box under the fullsize images."
9539
  msgstr "Das Iptc-Feld unter die Fullsize-Bilder anzuzeigen."
9540
 
9541
+ #: wppa-settings-autosave.php:1831
9542
  #, fuzzy
9543
  msgid "IPTC open"
9544
  msgstr "IPTC-offen"
9545
 
9546
+ #: wppa-settings-autosave.php:1832
9547
  #, fuzzy
9548
  msgid "Display the iptc box initially opened."
9549
  msgstr "Anzeigen der Iptc-Feld zunächst eröffnet."
9550
 
9551
+ #: wppa-settings-autosave.php:1833
9552
  #, fuzzy
9553
  msgid "Display the iptc box under the fullsize images initially open."
9554
  msgstr "Anzeige der Iptc-Feld unter die Fullsize-Bilder zunächst öffnen."
9555
 
9556
+ #: wppa-settings-autosave.php:1841
9557
  #, fuzzy
9558
  msgid "EXIF system"
9559
  msgstr "EXIF-system"
9560
 
9561
+ #: wppa-settings-autosave.php:1842
9562
  #, fuzzy
9563
  msgid "Enable the exif system."
9564
  msgstr "Aktivieren Sie die Exif-System."
9565
 
9566
+ #: wppa-settings-autosave.php:1843
9567
  #, fuzzy
9568
  msgid "Display the exif box under the fullsize images."
9569
  msgstr "Anzeige der Exif-Feld unter die Fullsize-Bilder."
9570
 
9571
+ #: wppa-settings-autosave.php:1851
9572
  #, fuzzy
9573
  msgid "EXIF open"
9574
  msgstr "EXIF geöffnet"
9575
 
9576
+ #: wppa-settings-autosave.php:1852
9577
  #, fuzzy
9578
  msgid "Display the exif box initially opened."
9579
  msgstr "Anzeige der Exif-Box zunächst geöffnet."
9580
 
9581
+ #: wppa-settings-autosave.php:1853
9582
  #, fuzzy
9583
  msgid "Display the exif box under the fullsize images initially open."
9584
  msgstr "Anzeige der Exif-Feld unter die Fullsize-Bilder zunächst öffnen."
9585
 
9586
+ #: wppa-settings-autosave.php:1861
9587
  #, fuzzy
9588
  msgid "Social media share box related visibility settings"
9589
  msgstr ""
9590
  "Social-Media-Mitteilungsbox im Zusammenhang mit Einstellungen für die "
9591
  "Sichtbarkeit"
9592
 
9593
+ #: wppa-settings-autosave.php:1863
9594
  #, fuzzy
9595
  msgid "Show Share Box"
9596
  msgstr "Teilen Box anzeigen"
9597
 
9598
+ #: wppa-settings-autosave.php:1864
9599
  #, fuzzy
9600
  msgid "Display the share social media buttons box."
9601
  msgstr "Die social-Media-Tasten Mitteilungsbox anzeigen"
9602
 
9603
+ #: wppa-settings-autosave.php:1873 wppa-settings-autosave.php:8950
9604
  #, fuzzy
9605
  msgid "Hide when running"
9606
  msgstr "Bei der Ausführung zu verstecken"
9607
 
9608
+ #: wppa-settings-autosave.php:1874
9609
  #, fuzzy
9610
  msgid "Hide the SM box when slideshow runs."
9611
  msgstr "Die SM-Box zu verstecken, wenn Diashow läuft."
9612
 
9613
+ #: wppa-settings-autosave.php:1882
9614
  #, fuzzy
9615
  msgid "Show Share Box Widget"
9616
  msgstr "Aktie Box Widget anzeigen"
9617
 
9618
+ #: wppa-settings-autosave.php:1883
9619
  #, fuzzy
9620
  msgid "Display the share social media buttons box in widgets."
9621
  msgstr "Die Mitteilungsbox für social-Media-Tasten in Widgets anzeigen."
9622
 
9623
+ #: wppa-settings-autosave.php:1884
9624
  #, fuzzy
9625
  msgid ""
9626
  "This setting applies to normal slideshows in widgets, not to the "
9629
  "Diese Einstellung gilt für normale Diashows in Widgets nicht auf der "
9630
  "Slideshowwidget, das ist eine Slideonly Display."
9631
 
9632
+ #: wppa-settings-autosave.php:1892
9633
  #, fuzzy
9634
  msgid "Show Share Buttons Thumbs"
9635
  msgstr "Share Buttons Daumen zeigen"
9636
 
9637
+ #: wppa-settings-autosave.php:1893
9638
  #, fuzzy
9639
  msgid "Display the share social media buttons under thumbnails."
9640
  msgstr "Die Share-social-Media-Buttons unter Miniaturansichten anzeigen"
9641
 
9642
+ #: wppa-settings-autosave.php:1902
9643
  #, fuzzy
9644
  msgid "Show Share Buttons Lightbox"
9645
  msgstr "Share Buttons Lightbox anzeigen"
9646
 
9647
+ #: wppa-settings-autosave.php:1903
9648
  #, fuzzy
9649
  msgid "Display the share social media buttons on lightbox displays."
9650
  msgstr "Die Aktie social Media Buttons auf Lightbox-Displays angezeigt."
9651
 
9652
+ #: wppa-settings-autosave.php:1912
9653
  #, fuzzy
9654
  msgid "Show Share Buttons Mphoto"
9655
  msgstr "Share-Tasten-Mphoto zeigen"
9656
 
9657
+ #: wppa-settings-autosave.php:1913
9658
  #, fuzzy
9659
  msgid "Display the share social media buttons on mphoto displays."
9660
  msgstr "Zeigen Sie die Aktie social Media Buttons auf Mphoto zeigt."
9661
 
9662
+ #: wppa-settings-autosave.php:1922
9663
  #, fuzzy
9664
  msgid "Show QR Code"
9665
  msgstr "QR-Code anzeigen"
9666
 
9667
+ #: wppa-settings-autosave.php:1923
9668
  #, fuzzy
9669
  msgid "Display the QR code in the share box."
9670
  msgstr "Der QR-Code in der Mitteilungsbox anzeigen"
9671
 
9672
+ #: wppa-settings-autosave.php:1931
9673
  #, fuzzy
9674
  msgid "Show Twitter button"
9675
  msgstr "Twitter Button anzeigen"
9676
 
9677
+ #: wppa-settings-autosave.php:1932
9678
  #, fuzzy
9679
  msgid "Display the Twitter button in the share box."
9680
  msgstr "Den Twitter-Button in der Mitteilungsbox anzeigen"
9681
 
9682
+ #: wppa-settings-autosave.php:1940
9683
  #, fuzzy
9684
  msgid "Show Google+ button"
9685
  msgstr "Google Button anzeigen"
9686
 
9687
+ #: wppa-settings-autosave.php:1941
9688
  #, fuzzy
9689
  msgid "Display the Google+ button in the share box."
9690
  msgstr "Den Google + Button in der Mitteilungsbox anzeigen"
9691
 
9692
+ #: wppa-settings-autosave.php:1949
9693
  #, fuzzy
9694
  msgid "Show Pinterest button"
9695
  msgstr "Pinterest Button anzeigen"
9696
 
9697
+ #: wppa-settings-autosave.php:1950
9698
  #, fuzzy
9699
  msgid "Display the Pintrest button in the share box."
9700
  msgstr "Die Schaltfläche \"Pintrest\" in der Mitteilungsbox anzeigen"
9701
 
9702
+ #: wppa-settings-autosave.php:1958
9703
  #, fuzzy
9704
  msgid "Show LinkedIn button"
9705
  msgstr "LinkedIn Button anzeigen"
9706
 
9707
+ #: wppa-settings-autosave.php:1959
9708
  #, fuzzy
9709
  msgid "Display the LinkedIn button in the share box."
9710
  msgstr "Die Schaltfläche \"LinkedIn\" in der Mitteilungsbox anzeigen"
9711
 
9712
+ #: wppa-settings-autosave.php:1967
9713
  #, fuzzy
9714
  msgid "Show Facebook share button"
9715
  msgstr "Facebook-Share-Taste anzeigen"
9716
 
9717
+ #: wppa-settings-autosave.php:1968 wppa-settings-autosave.php:1977
9718
  #, fuzzy
9719
  msgid "Display the Facebook button in the share box."
9720
  msgstr "Die Facebook-Schaltfläche in der Mitteilungsbox anzeigen"
9721
 
9722
+ #: wppa-settings-autosave.php:1976
9723
  #, fuzzy
9724
  msgid "Show Facebook like button"
9725
  msgstr "Facebook Like Button anzeigen"
9726
 
9727
+ #: wppa-settings-autosave.php:1985
9728
  #, fuzzy
9729
  msgid "Display type"
9730
  msgstr "Anzeigeart"
9731
 
9732
+ #: wppa-settings-autosave.php:1986
9733
  #, fuzzy
9734
  msgid "Select the Facebook button display type."
9735
  msgstr "Wählen Sie den Facebook-Taste Anzeige."
9736
 
9737
+ #: wppa-settings-autosave.php:1989
9738
  #, fuzzy
9739
  msgid "Button with counter"
9740
  msgstr "Button mit Zähler"
9741
 
9742
+ #: wppa-settings-autosave.php:1989
9743
  #, fuzzy
9744
  msgid "Box with counter"
9745
  msgstr "Box mit Zähler"
9746
 
9747
+ #: wppa-settings-autosave.php:1996
9748
  #, fuzzy
9749
  msgid "Show Facebook comment box"
9750
  msgstr "Facebook-Kommentar-Box zu zeigen"
9751
 
9752
+ #: wppa-settings-autosave.php:1997
9753
  #, fuzzy
9754
  msgid "Display the Facebook comment dialog box in the share box."
9755
  msgstr "Das Facebook-Kommentar-Dialogfeld in der Mitteilungsbox anzeigen"
9756
 
9757
+ #: wppa-settings-autosave.php:2005
9758
  #, fuzzy
9759
  msgid "Facebook User Id"
9760
  msgstr "Facebook ID"
9761
 
9762
+ #: wppa-settings-autosave.php:2006
9763
  #, fuzzy
9764
  msgid "Enter your facebook user id to be able to moderate comments and sends"
9765
  msgstr ""
9766
  "Geben Sie Ihren Facebook-Benutzer-ID in der Lage bis mäßig Kommentare und "
9767
  "sendet"
9768
 
9769
+ #: wppa-settings-autosave.php:2014
9770
  #, fuzzy
9771
  msgid "Facebook App Id"
9772
  msgstr "Facebook App ID"
9773
 
9774
+ #: wppa-settings-autosave.php:2015
9775
  #, fuzzy
9776
  msgid "Enter your facebook app id to be able to moderate comments and sends"
9777
  msgstr ""
9778
  "Geben Sie Ihre Facebook-App-ID in der Lage bis mäßig Kommentare und sendet"
9779
 
9780
+ #: wppa-settings-autosave.php:2023
9781
  #, fuzzy
9782
  msgid "Facebook js SDK"
9783
  msgstr "Facebook Js SDK"
9784
 
9785
+ #: wppa-settings-autosave.php:2024
9786
  #, fuzzy
9787
  msgid "Load Facebook js SDK"
9788
  msgstr "Laden Sie Facebook Js SDK"
9789
 
9790
+ #: wppa-settings-autosave.php:2025
9791
  #, fuzzy
9792
  msgid ""
9793
  "Uncheck this box only when there is a conflict with an other plugin that "
9796
  "Deaktivieren Sie diese Option nur, wenn ein Konflikt mit einem anderen "
9797
  "Plugin, die auch die Facebook-Js SDK lädt."
9798
 
9799
+ #: wppa-settings-autosave.php:2032
9800
  #, fuzzy
9801
  msgid "Share single image"
9802
  msgstr "Aktie Einzelbild"
9803
 
9804
+ #: wppa-settings-autosave.php:2033
9805
  #, fuzzy
9806
  msgid "Share a link to a single image, not the slideshow."
9807
  msgstr "Freigeben Sie einen Link auf ein einzelnes Bild, nicht die Diashow."
9808
 
9809
+ #: wppa-settings-autosave.php:2034
9810
  #, fuzzy
9811
  msgid ""
9812
  "The sharelink points to a page with a single image rather than to the page "
9815
  "Die Sharelink verweist auf eine Seite mit einem einzigen Bild nicht für die "
9816
  "Seite mit dem Foto in der Diashow."
9817
 
9818
+ #: wppa-settings-autosave.php:2041
9819
  #, fuzzy
9820
  msgid "Thumbnail display related visibility settings"
9821
  msgstr ""
9822
  "Thumbnail-Anzeige im Zusammenhang mit Einstellungen für die Sichtbarkeit"
9823
 
9824
+ #: wppa-settings-autosave.php:2043
9825
  #, fuzzy
9826
  msgid "Thumbnail name"
9827
  msgstr "Miniaturansicht name"
9828
 
9829
+ #: wppa-settings-autosave.php:2044
9830
  #, fuzzy
9831
  msgid "Display Thumbnail name."
9832
  msgstr "Miniaturbild anzeigen?"
9833
 
9834
+ #: wppa-settings-autosave.php:2045
9835
  #, fuzzy
9836
  msgid "Display photo name under thumbnail images."
9837
  msgstr "Fotoname unter Miniaturbilder angezeigt."
9838
 
9839
+ #: wppa-settings-autosave.php:2061
9840
  #, fuzzy
9841
  msgid "Thumbnail desc"
9842
  msgstr "Miniaturansicht desc"
9843
 
9844
+ #: wppa-settings-autosave.php:2062
9845
  #, fuzzy
9846
  msgid "Display Thumbnail description."
9847
  msgstr "Miniaturansicht Beschreibung anzuzeigen."
9848
 
9849
+ #: wppa-settings-autosave.php:2063
9850
  #, fuzzy
9851
  msgid "Display description of the photo under thumbnail images."
9852
  msgstr "Beschreibung des Fotos unter thumbnail-Bilder anzuzeigen."
9853
 
9854
+ #: wppa-settings-autosave.php:2070
9855
  #, fuzzy
9856
  msgid "Thumbnail rating"
9857
  msgstr "Thumbnail-rating"
9858
 
9859
+ #: wppa-settings-autosave.php:2071
9860
  #, fuzzy
9861
  msgid "Display Thumbnail Rating."
9862
  msgstr "Miniaturansicht Bewertung anzeigen"
9863
 
9864
+ #: wppa-settings-autosave.php:2072
9865
  #, fuzzy
9866
  msgid "Display the rating of the photo under the thumbnail image."
9867
  msgstr "Die Bewertung des Fotos unter der Miniaturansicht angezeigt."
9868
 
9869
+ #: wppa-settings-autosave.php:2079
9870
  #, fuzzy
9871
  msgid "Thumbnail comcount"
9872
  msgstr "Miniatur comcount"
9873
 
9874
+ #: wppa-settings-autosave.php:2080
9875
  #, fuzzy
9876
  msgid "Display Thumbnail Comment count."
9877
  msgstr "Miniatur-Kommentar-Anzahl anzeigen."
9878
 
9879
+ #: wppa-settings-autosave.php:2081
9880
  #, fuzzy
9881
  msgid "Display the number of comments to the photo under the thumbnail image."
9882
  msgstr ""
9883
  "Anzeige der Anzahl der Kommentare zu dem Foto unter der Miniaturansicht."
9884
 
9885
+ #: wppa-settings-autosave.php:2088
9886
  #, fuzzy
9887
  msgid "Thumbnail viewcount"
9888
  msgstr "Miniaturansicht Aufrufstatistik"
9889
 
9890
+ #: wppa-settings-autosave.php:2089
9891
  #, fuzzy
9892
  msgid "Display the number of views."
9893
  msgstr "Anzeige der Anzahl der Ansichten."
9894
 
9895
+ #: wppa-settings-autosave.php:2090
9896
  #, fuzzy
9897
  msgid "Display the number of views under the thumbnail image."
9898
  msgstr "Anzeige der Anzahl der Ansichten unter der Miniaturansicht."
9899
 
9900
+ #: wppa-settings-autosave.php:2097
9901
  #, fuzzy
9902
  msgid "Thumbnail virt album"
9903
  msgstr "Miniaturansicht Virt album"
9904
 
9905
+ #: wppa-settings-autosave.php:2098
9906
  #, fuzzy
9907
  msgid "Display the real album name on virtual album display."
9908
  msgstr "Echtes Album auf virtuelles Album Display anzeigen."
9909
 
9910
+ #: wppa-settings-autosave.php:2099
9911
  #, fuzzy
9912
  msgid ""
9913
  "Display the album name of the photo in parenthesis under the thumbnail on "
9916
  "Display den Namen des Albums des Fotos in Klammern unter der Miniaturansicht "
9917
  "auf virtuelles Album wie Suche zeigt etc. ergibt."
9918
 
9919
+ #: wppa-settings-autosave.php:2106
9920
  #, fuzzy
9921
  msgid "Thumbnail video"
9922
  msgstr "<strong>Thumbnail video URL</strong>"
9923
 
9924
+ #: wppa-settings-autosave.php:2107
9925
  #, fuzzy
9926
  msgid "Show video controls on thumbnail displays."
9927
  msgstr "Zeigen Sie video-Steuerelemente auf Miniaturansicht anzeigen."
9928
 
9929
+ #: wppa-settings-autosave.php:2108
9930
  #, fuzzy
9931
  msgid ""
9932
  "Works on default thumbnail type only. You can play the video only when the "
9935
  "Funktioniert auf Standard-Miniaturbild nur geben. Sie können das Video "
9936
  "wiedergeben, wenn der Link auf keine Verbindung überhaupt festgelegt ist."
9937
 
9938
+ #: wppa-settings-autosave.php:2115
9939
  #, fuzzy
9940
  msgid "Thumbnail audio"
9941
  msgstr "<strong>Thumbnail audio URL</strong>"
9942
 
9943
+ #: wppa-settings-autosave.php:2116
9944
  #, fuzzy
9945
  msgid "Show audio controls on thumbnail displays."
9946
  msgstr "Zeigen Sie audio-Bedienelemente auf Miniaturansicht anzeigen."
9947
 
9948
+ #: wppa-settings-autosave.php:2124
9949
  #, fuzzy
9950
  msgid "Popup name"
9951
  msgstr "Popup-name"
9952
 
9953
+ #: wppa-settings-autosave.php:2125
9954
  #, fuzzy
9955
  msgid "Display Thumbnail name on popup."
9956
  msgstr "Miniaturansicht Anzeigename auf Popup."
9957
 
9958
+ #: wppa-settings-autosave.php:2126
9959
  #, fuzzy
9960
  msgid "Display photo name under thumbnail images on the popup."
9961
  msgstr "Name des Fotos unter thumbnail-Bilder im Popup anzeigen"
9962
 
9963
+ #: wppa-settings-autosave.php:2133
9964
  #, fuzzy
9965
  msgid "Popup (owner)"
9966
  msgstr "Popup (Inhaber)"
9967
 
9968
+ #: wppa-settings-autosave.php:2134
9969
  #, fuzzy
9970
  msgid "Display owner on popup."
9971
  msgstr "Anzeige beim Popup-Besitzer."
9972
 
9973
+ #: wppa-settings-autosave.php:2135
9974
  #, fuzzy
9975
  msgid "Display photo owner under thumbnail images on the popup."
9976
  msgstr "Foto-Besitzer unter thumbnail-Bilder im Popup anzeigen"
9977
 
9978
+ #: wppa-settings-autosave.php:2142
9979
  #, fuzzy
9980
  msgid "Popup desc"
9981
  msgstr "Popup-desc"
9982
 
9983
+ #: wppa-settings-autosave.php:2143
9984
  #, fuzzy
9985
  msgid "Display Thumbnail description on popup."
9986
  msgstr "Miniaturansicht Beschreibung auf Popup anzuzeigen."
9987
 
9988
+ #: wppa-settings-autosave.php:2144
9989
  #, fuzzy
9990
  msgid "Display description of the photo under thumbnail images on the popup."
9991
  msgstr "Beschreibung des Fotos unter thumbnail-Bilder im Popup anzuzeigen."
9992
 
9993
+ #: wppa-settings-autosave.php:2151
9994
  #, fuzzy
9995
  msgid "Popup desc no links"
9996
  msgstr "Popup-Desc keine Links"
9997
 
9998
+ #: wppa-settings-autosave.php:2152
9999
  #, fuzzy
10000
  msgid "Strip html anchor tags from descriptions on popups"
10001
  msgstr "Streifen-html-Anker-Tags von Beschreibungen auf Pop-ups"
10002
 
10003
+ #: wppa-settings-autosave.php:2153
10004
  #, fuzzy
10005
  msgid ""
10006
  "Use this option to prevent the display of links that cannot be activated."
10008
  "Verwenden Sie diese Option, um die Anzeige von Links zu verhindern, die "
10009
  "nicht aktiviert werden kann."
10010
 
10011
+ #: wppa-settings-autosave.php:2160
10012
  #, fuzzy
10013
  msgid "Popup rating"
10014
  msgstr "Popup Bewertung"
10015
 
10016
+ #: wppa-settings-autosave.php:2161
10017
  #, fuzzy
10018
  msgid "Display Thumbnail Rating on popup."
10019
  msgstr "Popup-zeigen Sie Thumbnail Rating an."
10020
 
10021
+ #: wppa-settings-autosave.php:2162
10022
  #, fuzzy
10023
  msgid "Display the rating of the photo under the thumbnail image on the popup."
10024
  msgstr "Die Bewertung des Fotos unter der Miniaturansicht im Popup anzeigen"
10025
 
10026
+ #: wppa-settings-autosave.php:2169
10027
  #, fuzzy
10028
  msgid "Popup comcount"
10029
  msgstr "Popup-comcount"
10030
 
10031
+ #: wppa-settings-autosave.php:2170
10032
  #, fuzzy
10033
  msgid "Display Thumbnail Comment count on popup."
10034
  msgstr "Anzeige Bild Kommentar rechnen Popup."
10035
 
10036
+ #: wppa-settings-autosave.php:2171
10037
  #, fuzzy
10038
  msgid ""
10039
  "Display the number of comments of the photo under the thumbnail image on the "
10042
  "Anzeige der Anzahl der Kommentare des Fotos unter der Miniaturansicht auf "
10043
  "dem popup."
10044
 
10045
+ #: wppa-settings-autosave.php:2178
10046
  #, fuzzy
10047
  msgid "Show rating count"
10048
  msgstr "Bewertungen"
10049
 
10050
+ #: wppa-settings-autosave.php:2179
10051
  #, fuzzy
10052
  msgid "Display the number of votes along with average ratings."
10053
  msgstr ""
10054
  "Anzahl der Stimmen zusammen mit durchschnittlichen Bewertungen anzeigen."
10055
 
10056
+ #: wppa-settings-autosave.php:2180
10057
  #, fuzzy
10058
  msgid ""
10059
  "If checked, the number of votes is displayed along with average rating "
10062
  "Wenn diese Option aktiviert, wird die Zahl der Stimmen zusammen mit "
10063
  "Durchschnittsnote anzeigen auf Vorschaubild angezeigt und Popup zeigt."
10064
 
10065
+ #: wppa-settings-autosave.php:2187
10066
  #, fuzzy
10067
  msgid "Show name on thumb area"
10068
  msgstr "Name der Show im Daumenbereich"
10069
 
10070
+ #: wppa-settings-autosave.php:2188
10071
  #, fuzzy
10072
  msgid "Select if and where to display the album name on the thumbnail display."
10073
  msgstr ""
10074
  "Wählen Sie, ob und wo der Name des Albums auf die Anzeige von "
10075
  "Miniaturansichten angezeigt."
10076
 
10077
+ #: wppa-settings-autosave.php:2191 wppa-settings-autosave.php:2202
10078
+ #: wppa-settings-autosave.php:4357
10079
  #, fuzzy
10080
  msgid "None"
10081
  msgstr "Keine"
10082
 
10083
+ #: wppa-settings-autosave.php:2191 wppa-settings-autosave.php:2202
10084
+ #: wppa-settings-autosave.php:3487
10085
  #, fuzzy
10086
  msgid "At the top"
10087
  msgstr "Hoch bewertete Fotos"
10088
 
10089
+ #: wppa-settings-autosave.php:2191 wppa-settings-autosave.php:2202
10090
+ #: wppa-settings-autosave.php:3487
10091
  #, fuzzy
10092
  msgid "At the bottom"
10093
  msgstr "An der Unterseite"
10094
 
10095
+ #: wppa-settings-autosave.php:2198
10096
  #, fuzzy
10097
  msgid "Show desc on thumb area"
10098
  msgstr "Desc auf Daumenbereich anzeigen"
10099
 
10100
+ #: wppa-settings-autosave.php:2199
10101
  #, fuzzy
10102
  msgid ""
10103
  "Select if and where to display the album description on the thumbnail "
10106
  "Wählen Sie, ob und wo die Album-Beschreibung auf die Anzeige von "
10107
  "Miniaturansichten angezeigt."
10108
 
10109
+ #: wppa-settings-autosave.php:2209
10110
  #, fuzzy
10111
  msgid "Show Edit/Delete links"
10112
  msgstr "Bearbeiten/löschen-Links anzeigen"
10113
 
10114
+ #: wppa-settings-autosave.php:2210
10115
  #, fuzzy
10116
  msgid "Show these links under default thumbnails for owner and admin."
10117
  msgstr ""
10118
  "Zeigen Sie diese Links unter Standard-Miniaturansichten für Eigentümer und "
10119
  "Admin."
10120
 
10121
+ #: wppa-settings-autosave.php:2218
10122
  #, fuzzy
10123
  msgid "Show empty thumbnail area"
10124
  msgstr "Leeren Bereich Miniaturansicht anzeigen"
10125
 
10126
+ #: wppa-settings-autosave.php:2219
10127
  #, fuzzy
10128
  msgid "Display thumbnail areas with upload link only for empty albums."
10129
  msgstr ""
10130
  "Anzeigeflächen Sie Miniaturansicht mit Link nur für leere Alben hochladen."
10131
 
10132
+ #: wppa-settings-autosave.php:2228
10133
  #, fuzzy
10134
  msgid "Album cover related visibility settings"
10135
  msgstr "Album-Cover im Zusammenhang mit Einstellungen für die Sichtbarkeit"
10136
 
10137
+ #: wppa-settings-autosave.php:2230
10138
  #, fuzzy
10139
  msgid "Covertext"
10140
  msgstr "Covertext"
10141
 
10142
+ #: wppa-settings-autosave.php:2231
10143
  #, fuzzy
10144
  msgid "Show the text on the album cover."
10145
  msgstr "Zeigen Sie den Text auf dem Albumcover."
10146
 
10147
+ #: wppa-settings-autosave.php:2232
10148
  #, fuzzy
10149
  msgid "Display the album decription on the album cover"
10150
  msgstr "Das Album Decription auf das Album-Cover anzeigen"
10151
 
10152
+ #: wppa-settings-autosave.php:2240
10153
  #, fuzzy
10154
  msgid "Enable the slideshow."
10155
  msgstr "Aktivieren Sie die Slideshow."
10156
 
10157
+ #: wppa-settings-autosave.php:2241
10158
  #, fuzzy
10159
  msgid ""
10160
  "If you do not want slideshows: uncheck this box. Browsing full size images "
10163
  "Wenn Sie nicht, dass Diashows möchten: deaktivieren Sie das "
10164
  "Kontrollkästchen. Durchsuchen Bilder in voller Größe bleibt möglich."
10165
 
10166
+ #: wppa-settings-autosave.php:2248
10167
  #, fuzzy
10168
  msgid "Slideshow/Browse"
10169
  msgstr "Diashow/durchsuchen"
10170
 
10171
+ #: wppa-settings-autosave.php:2249
10172
  #, fuzzy
10173
  msgid "Display the Slideshow / Browse photos link on album covers"
10174
  msgstr "Die Diashow anzeigen / Browse Fotos link auf Album-Cover"
10175
 
10176
+ #: wppa-settings-autosave.php:2250
10177
  #, fuzzy
10178
  msgid ""
10179
  "This setting causes the Slideshow link to be displayed on the album cover."
10181
  "Diese Einstellung bewirkt, dass den Diashow-Link auf das Album-Cover "
10182
  "angezeigt werden soll."
10183
 
10184
+ #: wppa-settings-autosave.php:2251
10185
  #, fuzzy
10186
  msgid ""
10187
  "If slideshows are disabled in item 2 in this table, you will see a browse "
10190
  "Wenn Diashows in Punkt 2 in dieser Tabelle deaktiviert sind, werden Sie "
10191
  "sehen, sehen Sie Link zu Fullsize Bilder."
10192
 
10193
+ #: wppa-settings-autosave.php:2252
10194
  #, fuzzy
10195
  msgid "If you do not want the browse link either, uncheck this item."
10196
  msgstr ""
10197
  "Wenn Sie entweder nicht den Link durchsuchen möchten, deaktivieren Sie "
10198
  "dieses Element."
10199
 
10200
+ #: wppa-settings-autosave.php:2259
10201
  #, fuzzy
10202
  msgid "View ..."
10203
  msgstr "Anzeigen"
10204
 
10205
+ #: wppa-settings-autosave.php:2260
10206
  #, fuzzy
10207
  msgid "Display the View xx albums and yy photos link on album covers"
10208
  msgstr "Anzeige der Ansicht Xx Alben und Yy Fotos auf Plattencover verknüpfen"
10209
 
10210
+ #: wppa-settings-autosave.php:2268
10211
  #, fuzzy
10212
  msgid "Treecount"
10213
  msgstr "Treecount"
10214
 
10215
+ #: wppa-settings-autosave.php:2269
10216
  #, fuzzy
10217
  msgid "Disaplay the total number of (sub)albums and photos in subalbums"
10218
  msgstr "Disaplay die Gesamtzahl der (Sub) Alben und Fotos in subalbums"
10219
 
10220
+ #: wppa-settings-autosave.php:2270
10221
  #, fuzzy
10222
  msgid ""
10223
  "Displays the total number of sub albums and photos in the entire album tree "
10226
  "Zeigt die Gesamtanzahl der Sub-Alben und Fotos in das gesamte Album Baum in "
10227
  "Klammern, wenn die Zahlen aus dem direkten Inhalt des Albums unterscheiden."
10228
 
10229
+ #: wppa-settings-autosave.php:2277
10230
  #, fuzzy
10231
  msgid "Show categories"
10232
  msgstr "Kommentare anzeigen"
10233
 
10234
+ #: wppa-settings-autosave.php:2278
10235
  #, fuzzy
10236
  msgid "Display the album categories on the covers."
10237
  msgstr "Anzeige der Albumkategorien auf den Titelseiten."
10238
 
10239
+ #: wppa-settings-autosave.php:2286
10240
  #, fuzzy
10241
  msgid "Skip empty albums"
10242
  msgstr "Leere Alben überspringen"
10243
 
10244
+ #: wppa-settings-autosave.php:2287
10245
  #, fuzzy
10246
  msgid "Do not show empty albums, except for admin and owner."
10247
  msgstr "Zeigen Sie keine leere Alben, mit Ausnahme von Admin und Besitzer."
10248
 
10249
+ #: wppa-settings-autosave.php:2295
10250
  #, fuzzy
10251
  msgid "Widget related visibility settings"
10252
  msgstr "Widget im Zusammenhang mit Einstellungen für die Sichtbarkeit"
10253
 
10254
+ #: wppa-settings-autosave.php:2297
10255
  #, fuzzy
10256
  msgid "Big Browse Buttons in widget"
10257
  msgstr "Großen Blättern Tasten im widget"
10258
 
10259
+ #: wppa-settings-autosave.php:2298
10260
  #, fuzzy
10261
  msgid "Enable invisible browsing buttons in widget slideshows."
10262
  msgstr "Aktivieren Sie unsichtbare Surfen Schaltflächen in Diashows Widget."
10263
 
10264
+ #: wppa-settings-autosave.php:2307
10265
  #, fuzzy
10266
  msgid "Ugly Browse Buttons in widget"
10267
  msgstr "Hässliche durchsuchen Sie Schaltflächen im widget"
10268
 
10269
+ #: wppa-settings-autosave.php:2308
10270
  #, fuzzy
10271
  msgid "Enable ugly browsing buttons in widget slideshows."
10272
  msgstr "Aktivieren Sie hässliche Browser Schaltflächen in Diashows Widget."
10273
 
10274
+ #: wppa-settings-autosave.php:2309
10275
  #, fuzzy
10276
  msgid "If checked, the fullsize image is covered by browse buttons."
10277
  msgstr ""
10278
  "Wenn diese Option aktiviert ist, fällt das Fullsize-Bild durchsuchen-"
10279
  "Schaltflächen."
10280
 
10281
+ #: wppa-settings-autosave.php:2317
10282
  #, fuzzy
10283
  msgid "Album widget tooltip"
10284
  msgstr "Album-Widget-tooltip"
10285
 
10286
+ #: wppa-settings-autosave.php:2318
10287
  #, fuzzy
10288
  msgid "Show the album description on hoovering thumbnail in album widget"
10289
  msgstr ""
10290
  "Die Album-Beschreibung auf Staubsaugen Miniaturansicht im Album Widget "
10291
  "anzeigen"
10292
 
10293
+ #: wppa-settings-autosave.php:2326 wppa-settings-autosave.php:4488
10294
  #, fuzzy
10295
  msgid ""
10296
  "Lightbox related settings. These settings have effect only when Table IX-J3 "
10299
  "Lightbox im Zusammenhang mit Einstellungen. Diese Einstellungen wirken sich "
10300
  "nur dann, wenn Tabelle IX-J3 auf Wppa eingestellt ist"
10301
 
10302
+ #: wppa-settings-autosave.php:2339
10303
  #, fuzzy
10304
  msgid "Overlay theme color"
10305
  msgstr "Overlay-Designfarbe"
10306
 
10307
+ #: wppa-settings-autosave.php:2340
10308
  #, fuzzy
10309
  msgid "The color of the image border and text background."
10310
  msgstr "Die Farbe der Bildhintergrund Rahmen und Text."
10311
 
10312
+ #: wppa-settings-autosave.php:2343 wppa-settings-autosave.php:2354
10313
  #, fuzzy
10314
  msgid "Black"
10315
  msgstr "Schwarz"
10316
 
10317
+ #: wppa-settings-autosave.php:2343 wppa-settings-autosave.php:2354
10318
  #, fuzzy
10319
  msgid "White"
10320
  msgstr "Weiß"
10321
 
10322
+ #: wppa-settings-autosave.php:2350
10323
  #, fuzzy
10324
  msgid "Overlay background color"
10325
  msgstr "Overlay Hintergrundfarbe auflisten"
10326
 
10327
+ #: wppa-settings-autosave.php:2351
10328
  #, fuzzy
10329
  msgid "The color of the outer background."
10330
  msgstr "Die Farbe des äußeren Hintergrund."
10331
 
10332
+ #: wppa-settings-autosave.php:2361
10333
  #, fuzzy
10334
  msgid "Overlay slide name"
10335
  msgstr "Overlay-Folie-name"
10336
 
10337
+ #: wppa-settings-autosave.php:2362
10338
  #, fuzzy
10339
  msgid "Show name if from slide."
10340
  msgstr "Name der Show aus Folie."
10341
 
10342
+ #: wppa-settings-autosave.php:2363
10343
  #, fuzzy
10344
  msgid ""
10345
  "Shows the photos name on a lightbox display when initiated from a slide."
10347
  "Zeigt den Namen Fotos auf einer Lightbox-Anzeige, wenn von einer Folie "
10348
  "initiiert."
10349
 
10350
+ #: wppa-settings-autosave.php:2364 wppa-settings-autosave.php:2374
10351
  #, fuzzy
10352
  msgid ""
10353
  "This setting also applies to film thumbnails if Table VI-11 is set to "
10356
  "Diese Einstellung gilt auch für Film-Miniaturen, wenn Tabelle VI-11 auf "
10357
  "Lightbox Overlay festgelegt ist."
10358
 
10359
+ #: wppa-settings-autosave.php:2371
10360
  #, fuzzy
10361
  msgid "Overlay slide desc"
10362
  msgstr "Overlay-Folie-desc"
10363
 
10364
+ #: wppa-settings-autosave.php:2372
10365
  #, fuzzy
10366
  msgid "Show description if from slide."
10367
  msgstr "Beschreibung Wenn aus Folie."
10368
 
10369
+ #: wppa-settings-autosave.php:2373
10370
  #, fuzzy
10371
  msgid ""
10372
  "Shows the photos description on a lightbox display when initiated from a "
10375
  "Zeigt die Beschreibung des Fotos auf einer Lightbox-Anzeige, wenn von einer "
10376
  "Folie initiiert."
10377
 
10378
+ #: wppa-settings-autosave.php:2381
10379
  #, fuzzy
10380
  msgid "Overlay thumb name"
10381
  msgstr "Overlay-Daumen-name"
10382
 
10383
+ #: wppa-settings-autosave.php:2382
10384
  #, fuzzy
10385
  msgid "Show the photos name if from thumb."
10386
  msgstr "Zeigen Sie, dass die Fotos aus dem Daumen zu nennen."
10387
 
10388
+ #: wppa-settings-autosave.php:2383
10389
  #, fuzzy
10390
  msgid ""
10391
  "Shows the name on a lightbox display when initiated from a standard "
10394
  "Zeigt den Namen auf einer Lightbox-Anzeige wenn von einer standard "
10395
  "Miniaturansicht oder ein Widget Thumbnail initiiert."
10396
 
10397
+ #: wppa-settings-autosave.php:2384 wppa-settings-autosave.php:2394
10398
  #, fuzzy
10399
  msgid ""
10400
  "This setting applies to standard thumbnails, thumbnail-, comment-, topten- "
10403
  "Diese Einstellung gilt für standard Miniaturen, Miniatur, Kommentar, Topten- "
10404
  "und RT-Widget."
10405
 
10406
+ #: wppa-settings-autosave.php:2391
10407
  #, fuzzy
10408
  msgid "Overlay thumb desc"
10409
  msgstr "Overlay-Daumen-desc"
10410
 
10411
+ #: wppa-settings-autosave.php:2392
10412
  #, fuzzy
10413
  msgid "Show description if from thumb."
10414
  msgstr "Beschreibung von Daumen."
10415
 
10416
+ #: wppa-settings-autosave.php:2393
10417
  #, fuzzy
10418
  msgid ""
10419
  "Shows the photos description on a lightbox display when initiated from a "
10422
  "Zeigt die Fotos Beschreibung auf einer Lightbox-Anzeige wenn von einer "
10423
  "standard Miniaturansicht oder ein Widget Thumbnail initiiert."
10424
 
10425
+ #: wppa-settings-autosave.php:2401
10426
  #, fuzzy
10427
  msgid "Overlay potd name"
10428
  msgstr "Overlay-Potd-name"
10429
 
10430
+ #: wppa-settings-autosave.php:2402
10431
  #, fuzzy
10432
  msgid "Show the photos name if from photo of the day."
10433
  msgstr "Zeigen Sie, dass die Fotos von Foto des Tages zu nennen."
10434
 
10435
+ #: wppa-settings-autosave.php:2403
10436
  #, fuzzy
10437
  msgid ""
10438
  "Shows the name on a lightbox display when initiated from the photo of the "
10441
  "Zeigt den Namen in einer Lightbox-Anzeige, wenn aus dem Foto des Tages "
10442
  "eingeleitet."
10443
 
10444
+ #: wppa-settings-autosave.php:2410
10445
  #, fuzzy
10446
  msgid "Overlay potd desc"
10447
  msgstr "Overlay Potd desc"
10448
 
10449
+ #: wppa-settings-autosave.php:2411
10450
  #, fuzzy
10451
  msgid "Show description if from from photo of the day."
10452
  msgstr "Beschreibung anzeigen wenn aus aus dem Foto des Tages."
10453
 
10454
+ #: wppa-settings-autosave.php:2412
10455
  #, fuzzy
10456
  msgid ""
10457
  "Shows the photos description on a lightbox display when initiated from the "
10460
  "Zeigt die Fotos Beschreibung auf eine Lightbox-Anzeige, wenn aus dem Foto "
10461
  "des Tages eingeleitet."
10462
 
10463
+ #: wppa-settings-autosave.php:2419
10464
  #, fuzzy
10465
  msgid "Overlay sphoto name"
10466
  msgstr "Overlay Sphoto Namen"
10467
 
10468
+ #: wppa-settings-autosave.php:2420
10469
  #, fuzzy
10470
  msgid "Show the photos name if from a single photo."
10471
  msgstr "Zeigen Sie, dass die Fotos aus einem einzigen Foto zu nennen."
10472
 
10473
+ #: wppa-settings-autosave.php:2421
10474
  #, fuzzy
10475
  msgid ""
10476
  "Shows the name on a lightbox display when initiated from a single photo."
10478
  "Zeigt den Namen in einer Lightbox-Anzeige, wenn aus einem einzigen Foto "
10479
  "initiiert."
10480
 
10481
+ #: wppa-settings-autosave.php:2428
10482
  #, fuzzy
10483
  msgid "Overlay sphoto desc"
10484
  msgstr "Overlay Sphoto desc"
10485
 
10486
+ #: wppa-settings-autosave.php:2429
10487
  #, fuzzy
10488
  msgid "Show description if from from a single photo."
10489
  msgstr "Beschreibung anzeigen wenn aus aus einem einzigen Foto."
10490
 
10491
+ #: wppa-settings-autosave.php:2430
10492
  #, fuzzy
10493
  msgid ""
10494
  "Shows the photos description on a lightbox display when initiated from a "
10497
  "Zeigt die Fotos Beschreibung auf einer Lightbox-Anzeige, wenn aus einem "
10498
  "einzigen Foto initiiert."
10499
 
10500
+ #: wppa-settings-autosave.php:2437
10501
  #, fuzzy
10502
  msgid "Overlay mphoto name"
10503
  msgstr "Overlay Mphoto Namen"
10504
 
10505
+ #: wppa-settings-autosave.php:2438
10506
  #, fuzzy
10507
  msgid "Show the photos name if from a single media style photo."
10508
  msgstr ""
10509
  "Zeigen Sie, dass die Fotos wenn von einem einzelnen Medium Stil Foto zu "
10510
  "nennen."
10511
 
10512
+ #: wppa-settings-autosave.php:2439
10513
  #, fuzzy
10514
  msgid ""
10515
  "Shows the name on a lightbox display when initiated from a single media "
10518
  "Zeigt den Namen in einer Lightbox-Anzeige, wenn aus einem einzelnen Medium "
10519
  "Stil Foto initiiert."
10520
 
10521
+ #: wppa-settings-autosave.php:2446
10522
  #, fuzzy
10523
  msgid "Overlay mphoto desc"
10524
  msgstr "Overlay Mphoto desc"
10525
 
10526
+ #: wppa-settings-autosave.php:2447
10527
  #, fuzzy
10528
  msgid "Show description if from from a media style photo."
10529
  msgstr "Beschreibung anzeigen wenn aus von einem Medien-Stil-Foto."
10530
 
10531
+ #: wppa-settings-autosave.php:2448
10532
  #, fuzzy
10533
  msgid ""
10534
  "Shows the photos description on a lightbox display when initiated from a "
10537
  "Zeigt die Fotos Beschreibung auf einer Lightbox-Anzeige, wenn von einem "
10538
  "einzelnen Medium Stil Foto initiiert."
10539
 
10540
+ #: wppa-settings-autosave.php:2455
10541
  #, fuzzy
10542
  msgid "Overlay albumwidget name"
10543
  msgstr "Overlay Albumwidget Namen"
10544
 
10545
+ #: wppa-settings-autosave.php:2456
10546
  #, fuzzy
10547
  msgid "Show the photos name if from the album widget."
10548
  msgstr "Zeigen Sie, dass die Fotos aus dem Album Widget zu nennen."
10549
 
10550
+ #: wppa-settings-autosave.php:2457
10551
  #, fuzzy
10552
  msgid ""
10553
  "Shows the name on a lightbox display when initiated from the album widget."
10555
  "Zeigt den Namen in einer Lightbox-Anzeige, wenn aus dem Album Widget "
10556
  "initiiert."
10557
 
10558
+ #: wppa-settings-autosave.php:2464
10559
  #, fuzzy
10560
  msgid "Overlay albumwidget desc"
10561
  msgstr "Overlay Albumwidget desc"
10562
 
10563
+ #: wppa-settings-autosave.php:2465
10564
  #, fuzzy
10565
  msgid "Show description if from from the album widget."
10566
  msgstr "Beschreibung anzeigen wenn aus aus dem Album Widget."
10567
 
10568
+ #: wppa-settings-autosave.php:2466
10569
  #, fuzzy
10570
  msgid ""
10571
  "Shows the photos description on a lightbox display when initiated from the "
10574
  "Zeigt die Fotos Beschreibung auf einer Lightbox-Anzeige, wenn aus dem Album "
10575
  "Widget initiiert."
10576
 
10577
+ #: wppa-settings-autosave.php:2473
10578
  #, fuzzy
10579
  msgid "Overlay coverphoto name"
10580
  msgstr "Overlay Titelfoto name"
10581
 
10582
+ #: wppa-settings-autosave.php:2474
10583
  #, fuzzy
10584
  msgid "Show the photos name if from the album cover."
10585
  msgstr "Zeigen Sie, dass die Fotos aus dem Album-Cover zu nennen."
10586
 
10587
+ #: wppa-settings-autosave.php:2475
10588
  #, fuzzy
10589
  msgid ""
10590
  "Shows the name on a lightbox display when initiated from the album "
10593
  "Zeigt den Namen in einer Lightbox-Anzeige, wenn aus dem Album Titelfoto "
10594
  "initiiert."
10595
 
10596
+ #: wppa-settings-autosave.php:2482
10597
  #, fuzzy
10598
  msgid "Overlay coverphoto desc"
10599
  msgstr "Overlay Titelfoto desc"
10600
 
10601
+ #: wppa-settings-autosave.php:2483
10602
  #, fuzzy
10603
  msgid "Show description if from from the album cover."
10604
  msgstr "Beschreibung anzeigen wenn aus aus dem Album-Cover."
10605
 
10606
+ #: wppa-settings-autosave.php:2484
10607
  #, fuzzy
10608
  msgid ""
10609
  "Shows the photos description on a lightbox display when initiated from the "
10612
  "Zeigt die Beschreibung des Fotos auf einer Lightbox-Anzeige wenn von dem "
10613
  "Album Titelfoto initiiert."
10614
 
10615
+ #: wppa-settings-autosave.php:2491
10616
  #, fuzzy
10617
  msgid "Overlay add owner"
10618
  msgstr "Folie hinzufügen Besitzer"
10619
 
10620
+ #: wppa-settings-autosave.php:2492
10621
  #, fuzzy
10622
  msgid "Add the owner to the photo name on lightbox displays."
10623
  msgstr "Der Name des Fotos auf Lightbox-Displays den Besitzer hinzufügen."
10624
 
10625
+ #: wppa-settings-autosave.php:2493
10626
  #, fuzzy
10627
  msgid ""
10628
  "This setting is independant of the show name switches and is a global "
10631
  "Diese Einstellung ist unabhängig von der Show Name Schalter und ist eine "
10632
  "globale Einstellung."
10633
 
10634
+ #: wppa-settings-autosave.php:2500
10635
  #, fuzzy
10636
  msgid "Overlay show start/stop"
10637
  msgstr "Overlay zeigen, Start/Stopp"
10638
 
10639
+ #: wppa-settings-autosave.php:2501
10640
  #, fuzzy
10641
  msgid "Show Start and Stop for running slideshow on lightbox."
10642
  msgstr "Zeigen Sie Start und Stopp für Diashow auf Lightbox an"
10643
 
10644
+ #: wppa-settings-autosave.php:2509
10645
  #, fuzzy
10646
  msgid "Overlay show legenda"
10647
  msgstr "Overlay zeigen legenda"
10648
 
10649
+ #: wppa-settings-autosave.php:2510
10650
  #, fuzzy
10651
  msgid "Show \"Press f for fullsize\" etc. on lightbox."
10652
  msgstr "Zeigen \"Presse f für Fullsize\" etc. auf Lightbox."
10653
 
10654
+ #: wppa-settings-autosave.php:2511
10655
  #, fuzzy
10656
  msgid "Independant of this setting, it will not show up on mobile devices."
10657
  msgstr ""
10658
  "Independant dieser Einstellung, wird es nicht auf mobilen Geräten auftauchen."
10659
 
10660
+ #: wppa-settings-autosave.php:2518
10661
  #, fuzzy
10662
  msgid "Show fullscreen icons"
10663
  msgstr "Fullscreen Symbole anzeigen"
10664
 
10665
+ #: wppa-settings-autosave.php:2519
10666
  #, fuzzy
10667
  msgid "Shows fullscreen and back to normal icon buttons on upper right corner"
10668
  msgstr ""
10669
  "Fullscreen und zurück zum normalen Symbolschaltflächen zeigt rechts oben"
10670
 
10671
+ #: wppa-settings-autosave.php:2527
10672
  #, fuzzy
10673
  msgid "Overlay show counter"
10674
  msgstr "Overlay-Show-Zähler"
10675
 
10676
+ #: wppa-settings-autosave.php:2528
10677
  #, fuzzy
10678
  msgid "Show the x/y counter below the image."
10679
  msgstr "Zeigen die X / y-Schalter unterhalb des Bildes."
10680
 
10681
+ #: wppa-settings-autosave.php:2536
10682
  #, fuzzy
10683
  msgid "Show Zoom in"
10684
  msgstr "Zeigen Sie Zoom in"
10685
 
10686
+ #: wppa-settings-autosave.php:2537
10687
  #, fuzzy
10688
  msgid "Display tooltip \"Zoom in\" along with the magnifier cursor."
10689
  msgstr "Tooltip \"Zoom in\" zusammen mit der Lupe-Cursor angezeigt."
10690
 
10691
+ #: wppa-settings-autosave.php:2538
10692
  #, fuzzy
10693
  msgid ""
10694
  "If you select ---none--- in Table I-G2 for magnifier size, the tooltop "
10697
  "Wenn Sie---keine---in Tabelle ich-G2 für Lupe Größe auswählen, enthält die "
10698
  "Tooltop der Name des Fotos."
10699
 
10700
+ #: wppa-settings-autosave.php:2546
10701
  #, fuzzy
10702
  msgid "Frontend upload configuration settings"
10703
  msgstr "Frontend Upload Konfigurationseinstellungen"
10704
 
10705
+ #: wppa-settings-autosave.php:2548
10706
  #, fuzzy
10707
  msgid "User upload Photos"
10708
  msgstr "Fotos Hochladen"
10709
 
10710
+ #: wppa-settings-autosave.php:2549
10711
  #, fuzzy
10712
  msgid "Enable frontend upload."
10713
  msgstr "Ermöglichen Sie Frontend Upload."
10714
 
10715
+ #: wppa-settings-autosave.php:2550
10716
  #, fuzzy
10717
  msgid ""
10718
  "If you check this item, frontend upload will be enabled according to the "
10721
  "Wenn Sie dieses Element zu überprüfen, wird Frontend Upload gemäß den Regeln "
10722
  "in dieser Tabelle die folgenden Elemente aktiviert werden."
10723
 
10724
+ #: wppa-settings-autosave.php:2558
10725
  #, fuzzy
10726
  msgid "User upload Video"
10727
  msgstr "Video hochladen"
10728
 
10729
+ #: wppa-settings-autosave.php:2559
10730
  #, fuzzy
10731
  msgid "Enable frontend upload of video."
10732
  msgstr "Frontend Upload von Videos zu ermöglichen."
10733
 
10734
+ #: wppa-settings-autosave.php:2560 wppa-settings-autosave.php:2570
10735
  #, fuzzy
10736
  msgid "Requires Table II-H1 to be ticked."
10737
  msgstr "Tabelle II-H1 bis angekreuzt werden muss."
10738
 
10739
+ #: wppa-settings-autosave.php:2568
10740
  #, fuzzy
10741
  msgid "User upload Audio"
10742
  msgstr "Audio hochladen"
10743
 
10744
+ #: wppa-settings-autosave.php:2569
10745
  #, fuzzy
10746
  msgid "Enable frontend upload of audio."
10747
  msgstr "Frontend Upload von Audio zu ermöglichen."
10748
 
10749
+ #: wppa-settings-autosave.php:2578
10750
  #, fuzzy
10751
  msgid "User upload Photos login"
10752
  msgstr "User Login Fotos hochladen"
10753
 
10754
+ #: wppa-settings-autosave.php:2579
10755
  #, fuzzy
10756
  msgid "Frontend upload requires the user is logged in."
10757
  msgstr "Frontend Upload erfordert, dass der Benutzer angemeldet ist."
10758
 
10759
+ #: wppa-settings-autosave.php:2580
10760
  #, fuzzy
10761
  msgid ""
10762
  "If you uncheck this box, make sure you check the item Owners only in Table "
10765
  "Wenn Sie dieses Kontrollkästchen deaktivieren, stellen Sie sicher, dass Sie "
10766
  "das Element nur in Tabelle VII-D1 Besitzer überprüfen."
10767
 
10768
+ #: wppa-settings-autosave.php:2581
10769
  #, fuzzy
10770
  msgid ""
10771
  "Also: set the owner to ---public--- of the albums that are allowed to be "
10774
  "Auch: Festlegen des Besitzers---öffentliche---der Alben, die hochgeladen "
10775
  "werden dürfen."
10776
 
10777
+ #: wppa-settings-autosave.php:2588
10778
  #, fuzzy
10779
  msgid "User upload Ajax"
10780
  msgstr "User-Upload Ajax"
10781
 
10782
+ #: wppa-settings-autosave.php:2589
10783
  #, fuzzy
10784
  msgid "Shows the upload progression bar."
10785
  msgstr "Der Upload Fortschrittsbalken zeigt."
10786
 
10787
+ #: wppa-settings-autosave.php:2597
10788
  #, fuzzy
10789
  msgid "Show Copyright"
10790
  msgstr "Urheberrecht anzeigen"
10791
 
10792
+ #: wppa-settings-autosave.php:2598
10793
  #, fuzzy
10794
  msgid "Show a copyright warning on frontend upload locations."
10795
  msgstr "Eine copyright-Warnung auf Frontend Upload Standorte anzeigen."
10796
 
10797
+ #: wppa-settings-autosave.php:2607
10798
  #, fuzzy
10799
  msgid "Copyright notice"
10800
  msgstr "Urheberrechtsvermerk"
10801
 
10802
+ #: wppa-settings-autosave.php:2608
10803
  #, fuzzy
10804
  msgid "The message to be displayed."
10805
  msgstr "Der Nachrichtentext der angezeigt werden soll."
10806
 
10807
+ #: wppa-settings-autosave.php:2616
10808
  #, fuzzy
10809
  msgid "User Watermark"
10810
  msgstr "Benutzer-Wasserzeichen"
10811
 
10812
+ #: wppa-settings-autosave.php:2617
10813
  #, fuzzy
10814
  msgid "Uploading users may select watermark settings"
10815
  msgstr "Benutzer hochladen kann Wasserzeichen Einstellungen auswählen."
10816
 
10817
+ #: wppa-settings-autosave.php:2618
10818
  #, fuzzy
10819
  msgid ""
10820
  "If checked, anyone who can upload and/or import photos can overrule the "
10823
  "Wenn diese Option aktiviert, kann wer kann/hochladen oder importieren Sie "
10824
  "Fotos Wasserzeichen Standardeinstellungen außer Kraft setzen."
10825
 
10826
+ #: wppa-settings-autosave.php:2625
10827
  #, fuzzy
10828
  msgid "User name"
10829
  msgstr "Benutzername"
10830
 
10831
+ #: wppa-settings-autosave.php:2626
10832
  #, fuzzy
10833
  msgid "Uploading users may overrule the default name."
10834
  msgstr "Hochladen von Benutzern kann der Standardname überstimmen."
10835
 
10836
+ #: wppa-settings-autosave.php:2627
10837
  #, fuzzy
10838
  msgid ""
10839
  "If checked, the default photo name as defined in Table IX-D13 may be "
10842
  "Wenn diese Option aktiviert, kann der Standardname Foto wie in Tabelle IX-"
10843
  "D13 definiert durch den Benutzer überstimmt werden."
10844
 
10845
+ #: wppa-settings-autosave.php:2634
10846
  #, fuzzy
10847
  msgid "Apply Newphoto desc user"
10848
  msgstr "Newphoto Desc Benutzer anwenden"
10849
 
10850
+ #: wppa-settings-autosave.php:2635
10851
  #, fuzzy
10852
  msgid "Give each new frontend uploaded photo a standard description."
10853
  msgstr "Beschreiben Sie jedes neue Foto hochgeladen Frontend standard."
10854
 
10855
+ #: wppa-settings-autosave.php:2636
10856
  #, fuzzy
10857
  msgid ""
10858
  "If checked, each new photo will get the description (template) as specified "
10861
  "Wenn diese Option aktiviert, wird jedes neue Foto die Beschreibung (Vorlage) "
10862
  "wie angegeben in Tabelle IX-D5 erhalten."
10863
 
10864
+ #: wppa-settings-autosave.php:2643
10865
  #, fuzzy
10866
  msgid "User desc"
10867
  msgstr "Benutzer desc"
10868
 
10869
+ #: wppa-settings-autosave.php:2644
10870
  #, fuzzy
10871
  msgid "Uploading users may overrule the default description."
10872
  msgstr "Hochladen von Benutzern kann die Standardbeschreibung überstimmen."
10873
 
10874
+ #: wppa-settings-autosave.php:2652
10875
  #, fuzzy
10876
  msgid "User upload custom"
10877
  msgstr "Individuelle Benutzer hochladen"
10878
 
10879
+ #: wppa-settings-autosave.php:2653
10880
  #, fuzzy
10881
  msgid "Frontend upload can fill in custom data fields."
10882
  msgstr "Frontend Upload kann benutzerdefinierte Datenfelder ausfüllen."
10883
 
10884
+ #: wppa-settings-autosave.php:2661
10885
  #, fuzzy
10886
  msgid "User upload tags"
10887
  msgstr "User-Upload-tags"
10888
 
10889
+ #: wppa-settings-autosave.php:2662
10890
  #, fuzzy
10891
  msgid "Frontend upload can add tags."
10892
  msgstr "Frontend Upload kann Tags hinzufügen."
10893
 
10894
+ #: wppa-settings-autosave.php:2663
10895
  #, fuzzy
10896
  msgid "You can configure the details of tag addition in Table IX-D18.x"
10897
  msgstr ""
10898
  "Sie können die Details der Tag zusätzlich in Tabelle IX-D18.x konfigurieren."
10899
 
10900
+ #: wppa-settings-autosave.php:2671 wppa-settings-autosave.php:2699
10901
+ #: wppa-settings-autosave.php:2727
10902
  #, fuzzy
10903
  msgid "Tag selection box"
10904
  msgstr "Tag-Auswahl-box"
10905
 
10906
+ #: wppa-settings-autosave.php:2672 wppa-settings-autosave.php:2700
10907
+ #: wppa-settings-autosave.php:2728
10908
  #, fuzzy
10909
  msgid "Front-end upload tags selecion box."
10910
  msgstr "Front-End-Upload Tags Selecion Box."
10911
 
10912
+ #: wppa-settings-autosave.php:2676 wppa-settings-autosave.php:2704
10913
+ #: wppa-settings-autosave.php:2732
10914
  #, fuzzy
10915
  msgid "On:"
10916
  msgstr "Am:"
10917
 
10918
+ #: wppa-settings-autosave.php:2676 wppa-settings-autosave.php:2704
10919
+ #: wppa-settings-autosave.php:2732
10920
  #, fuzzy
10921
  msgid "Multi:"
10922
  msgstr "Multi Tagged photos"
10923
 
10924
+ #: wppa-settings-autosave.php:2681 wppa-settings-autosave.php:2709
10925
+ #: wppa-settings-autosave.php:2737
10926
  #, fuzzy
10927
  msgid "Caption box"
10928
  msgstr "Feld Beschriftung"
10929
 
10930
+ #: wppa-settings-autosave.php:2682 wppa-settings-autosave.php:2710
10931
+ #: wppa-settings-autosave.php:2738
10932
  #, fuzzy
10933
  msgid "The title of the tag selection box."
10934
  msgstr "Der Titel der Tag-Auswahl-Box."
10935
 
10936
+ #: wppa-settings-autosave.php:2690 wppa-settings-autosave.php:2718
10937
+ #: wppa-settings-autosave.php:2746
10938
  #, fuzzy
10939
  msgid "Tags box"
10940
  msgstr "Tags Feld"
10941
 
10942
+ #: wppa-settings-autosave.php:2691 wppa-settings-autosave.php:2719
10943
+ #: wppa-settings-autosave.php:2747
10944
  #, fuzzy
10945
  msgid "The tags in the selection box."
10946
  msgstr "Die Tags in der Auswahlbox."
10947
 
10948
+ #: wppa-settings-autosave.php:2692 wppa-settings-autosave.php:2720
10949
+ #: wppa-settings-autosave.php:2748
10950
  #, fuzzy
10951
  msgid ""
10952
  "Enter the tags you want to appear in the selection box. Empty means: all "
10955
  "Geben Sie die Tags, die Sie in der Auswahlbox angezeigt werden soll. Leer "
10956
  "bedeutet: alle vorhandenen Tags"
10957
 
10958
+ #: wppa-settings-autosave.php:2755
10959
  #, fuzzy
10960
  msgid "New tags"
10961
  msgstr "Neue tags"
10962
 
10963
+ #: wppa-settings-autosave.php:2756
10964
  #, fuzzy
10965
  msgid "Input field for any user defined tags."
10966
  msgstr "Eingabefeld für jeden Benutzer definiert Tags."
10967
 
10968
+ #: wppa-settings-autosave.php:2764
10969
  #, fuzzy
10970
  msgid "New tags caption"
10971
  msgstr "Neue Tags Beschriftung"
10972
 
10973
+ #: wppa-settings-autosave.php:2765
10974
  #, fuzzy
10975
  msgid "The caption above the tags input field."
10976
  msgstr "Die Beschriftung über dem Eingabefeld Tags."
10977
 
10978
+ #: wppa-settings-autosave.php:2773
10979
  #, fuzzy
10980
  msgid "Preview tags"
10981
  msgstr "Vorschau tags:"
10982
 
10983
+ #: wppa-settings-autosave.php:2774
10984
  #, fuzzy
10985
  msgid "Show a preview of all tags that will be added to the photo info."
10986
  msgstr ""
10987
  "Zeigen Sie eine Vorschau aller Tags, die die Foto-Info hinzugefügt werden "
10988
  "wird."
10989
 
10990
+ #: wppa-settings-autosave.php:2782
10991
  #, fuzzy
10992
  msgid "Camera connect"
10993
  msgstr "Anschließen der Kamera"
10994
 
10995
+ #: wppa-settings-autosave.php:2783
10996
  #, fuzzy
10997
  msgid "Connect frontend upload to camara on mobile devices with camera"
10998
  msgstr "Verbinden Sie Frontend Upload Camara auf mobilen Geräten mit Kamera"
10999
 
11000
+ #: wppa-settings-autosave.php:2792
11001
  #, fuzzy
11002
  msgid "Miscellaneous visibility settings"
11003
  msgstr "Diverses Sichtbarkeits-Einstellungen"
11004
 
11005
+ #: wppa-settings-autosave.php:2794
11006
  #, fuzzy
11007
  msgid "Frontend ending label"
11008
  msgstr "Frontend-Endung-label"
11009
 
11010
+ #: wppa-settings-autosave.php:2795
11011
  #, fuzzy
11012
  msgid "Frontend upload / create / edit dialog closing label text."
11013
  msgstr ""
11014
  "Frontend upload / erstellen / bearbeiten Dialog schließen Beschriftungstext."
11015
 
11016
+ #: wppa-settings-autosave.php:2798
11017
  #, fuzzy
11018
  msgid "Abort"
11019
  msgstr "流产"
11020
 
11021
+ #: wppa-settings-autosave.php:2798
11022
  #, fuzzy
11023
  msgid "Close"
11024
  msgstr "Schließen"
11025
 
11026
+ #: wppa-settings-autosave.php:2798
11027
  #, fuzzy
11028
  msgid "Exit"
11029
  msgstr ""
11030
  "Tasten: f = nächsten Modus; q,x = verlassen; p = vorheriges, n = nächstes, s "
11031
  "= Start / Stop, d = entlassen diesen Hinweis."
11032
 
11033
+ #: wppa-settings-autosave.php:2798
11034
  #, fuzzy
11035
  msgid "Quit"
11036
  msgstr "Beenden"
11037
 
11038
+ #: wppa-settings-autosave.php:2806
11039
  #, fuzzy
11040
  msgid "Widget thumbs fontsize"
11041
  msgstr "Widget Daumen fontsize"
11042
 
11043
+ #: wppa-settings-autosave.php:2807
11044
  #, fuzzy
11045
  msgid "Font size for thumbnail subtext in widgets."
11046
  msgstr "Schriftgröße für Miniaturansicht Subtext in Widgets."
11047
 
11048
+ #: wppa-settings-autosave.php:2815
11049
  #, fuzzy
11050
  msgid "Arrow color"
11051
  msgstr "Pfeilfarbe"
11052
 
11053
+ #: wppa-settings-autosave.php:2816
11054
  #, fuzzy
11055
  msgid "Left/right browsing arrow color."
11056
  msgstr "Links/rechts Pfeilfarbe durchsuchen."
11057
 
11058
+ #: wppa-settings-autosave.php:2817
11059
  #, fuzzy
11060
  msgid "Enter the color of the filmstrip navigation arrows."
11061
  msgstr "Geben Sie die Farbe des Filmstreifen-Navigationspfeile."
11062
 
11063
+ #: wppa-settings-autosave.php:2824
11064
  #, fuzzy
11065
  msgid "Owner on new line"
11066
  msgstr "Beim neuen Besitzer"
11067
 
11068
+ #: wppa-settings-autosave.php:2825
11069
  #, fuzzy
11070
  msgid "Place the (owner) text on a new line."
11071
  msgstr "Platzieren Sie den (Besitzer) Text in einer neuen Zeile."
11072
 
11073
+ #: wppa-settings-autosave.php:2833
11074
  #, fuzzy
11075
  msgid "Custom datafields"
11076
  msgstr "Benutzerdefinierte datafields"
11077
 
11078
+ #: wppa-settings-autosave.php:2834
11079
  #, fuzzy
11080
  msgid "Define up to 10 custom data fields for photos."
11081
  msgstr "Definieren Sie bis zu 10 benutzerdefinierte Datenfelder für Fotos."
11082
 
11083
+ #: wppa-settings-autosave.php:2844
11084
  #, fuzzy, php-format
11085
  msgid "Name, vis, edit %s"
11086
  msgstr "Name, Vis, bearbeiten %s"
11087
 
11088
+ #: wppa-settings-autosave.php:2845
11089
  #, fuzzy, php-format
11090
  msgid "The caption for field %s, visibility and editability at frontend."
11091
  msgstr ""
11092
  "Die Beschriftung für Feld %s, Transparenz und Editierbarkeit am Frontend."
11093
 
11094
+ #: wppa-settings-autosave.php:2846
11095
  #, fuzzy, php-format
11096
  msgid ""
11097
  "If you check the first box, the value of this field is displayable in photo "
11100
  "Wenn Sie das erste Kästchen aktivieren, ist der Wert dieses Feldes "
11101
  "anzeigbare in Fotobeschreibungen am Frontend mit Stichwort w #c %s"
11102
 
11103
+ #: wppa-settings-autosave.php:2847
11104
  #, fuzzy
11105
  msgid ""
11106
  "If you check the second box, the value of this field is editable at the "
11109
  "Wenn Sie das zweite Kontrollkästchen aktivieren, ist der Wert dieses Feldes "
11110
  "im neuen Stil Dialog Frontend editierbar."
11111
 
11112
+ #: wppa-settings-autosave.php:2859
11113
  #, fuzzy
11114
  msgid "Navigation symbols for slideshows and lighbox"
11115
  msgstr "Navigationssymbole für Diashows und lighbox"
11116
 
11117
+ #: wppa-settings-autosave.php:2861
11118
  #, fuzzy
11119
  msgid "Start symbol url"
11120
  msgstr "Start-Symbol-url"
11121
 
11122
+ #: wppa-settings-autosave.php:2862
11123
  #, fuzzy
11124
  msgid "Supply the url of an image for the start symbol"
11125
  msgstr "Geben Sie die Url eines Bildes für das Startsymbol"
11126
 
11127
+ #: wppa-settings-autosave.php:2870
11128
  #, fuzzy
11129
  msgid "Pause symbol url"
11130
  msgstr "Pause-Symbol-url"
11131
 
11132
+ #: wppa-settings-autosave.php:2871
11133
  #, fuzzy
11134
  msgid "Supply the url of an image for the pause symbol"
11135
  msgstr "Geben Sie die Url eines Bildes für das Pausensymbol"
11136
 
11137
+ #: wppa-settings-autosave.php:2879
11138
  #, fuzzy
11139
  msgid "Stop symbol url"
11140
  msgstr "Symbol-Url zu stoppen"
11141
 
11142
+ #: wppa-settings-autosave.php:2880
11143
  #, fuzzy
11144
  msgid "Supply the url of an image for the stop symbol"
11145
  msgstr "Geben Sie die Url eines Bildes für das Stopp-symbol"
11146
 
11147
+ #: wppa-settings-autosave.php:2888
11148
  #, fuzzy
11149
  msgid "Left (prev) symbol url"
11150
  msgstr "Links (Prev) Symbol url"
11151
 
11152
+ #: wppa-settings-autosave.php:2889
11153
  #, fuzzy
11154
  msgid "Supply the url of an image for the left symbol, if not default"
11155
  msgstr ""
11156
  "Liefern Sie die Url eines Bildes für das linke Symbol, wenn nicht "
11157
  "standardmäßige"
11158
 
11159
+ #: wppa-settings-autosave.php:2897
11160
  #, fuzzy
11161
  msgid "Right (next) symbol url"
11162
  msgstr "Rechts (vorwärts) Symbol url"
11163
 
11164
+ #: wppa-settings-autosave.php:2898
11165
  #, fuzzy
11166
  msgid "Supply the url of an image for the right symbol, if not default"
11167
  msgstr ""
11168
  "Liefern Sie die Url eines Bildes für das Rechte Symbol, wenn nicht "
11169
  "standardmäßige"
11170
 
11171
+ #: wppa-settings-autosave.php:2907
11172
  #, fuzzy
11173
  msgid "The size of the start/pause symbols."
11174
  msgstr "Die Größe der Symbole Start/Pause."
11175
 
11176
+ #: wppa-settings-autosave.php:2916 wppa-settings-autosave.php:2934
11177
  #, fuzzy
11178
  msgid "The border radius if the symbol is round"
11179
  msgstr "Der Grenze Radius, wenn das Symbol Runde"
11180
 
11181
+ #: wppa-settings-autosave.php:2925 wppa-settings-autosave.php:2943
11182
  #, fuzzy
11183
  msgid "The size of the stop symbols."
11184
  msgstr "Die Größe der Symbole Halt."
11185
 
11186
+ #: wppa-settings-autosave.php:2942
11187
  #, fuzzy
11188
  msgid "Left/right symbol size"
11189
  msgstr "Links/rechts Symbolgröße"
11190
 
11191
+ #: wppa-settings-autosave.php:2951
11192
  #, fuzzy
11193
  msgid "Left/right symbol border radius"
11194
  msgstr "Links/rechts-Symbol Rahmenradius"
11195
 
11196
+ #: wppa-settings-autosave.php:2952
11197
  #, fuzzy
11198
  msgid "The border radius"
11199
  msgstr "Radius des Rahmenecks"
11200
 
11201
+ #: wppa-settings-autosave.php:2979
11202
  #, fuzzy
11203
  msgid "Table III:"
11204
  msgstr "Tabelle III:"
11205
 
11206
+ #: wppa-settings-autosave.php:2979
11207
  #, fuzzy
11208
  msgid "Backgrounds:"
11209
  msgstr "Hintergründe"
11210
 
11211
+ #: wppa-settings-autosave.php:2980
11212
  #, fuzzy
11213
  msgid "This table describes the backgrounds of wppa+ elements."
11214
  msgstr "Diese Tabelle beschreibt die Hintergründe der Wppa + Elemente."
11215
 
11216
+ #: wppa-settings-autosave.php:2990 wppa-settings-autosave.php:3314
11217
  #, fuzzy
11218
  msgid "Background color"
11219
  msgstr "Hintergrundfarbe"
11220
 
11221
+ #: wppa-settings-autosave.php:2991 wppa-settings-autosave.php:2993
11222
+ #: wppa-settings-autosave.php:3315 wppa-settings-autosave.php:3317
11223
  #, fuzzy
11224
  msgid "Sample"
11225
  msgstr "Muster"
11226
 
11227
+ #: wppa-settings-autosave.php:2992 wppa-settings-autosave.php:3316
11228
  #, fuzzy
11229
  msgid "Border color"
11230
  msgstr "Rahmenfarbe"
11231
 
11232
+ #: wppa-settings-autosave.php:3001
11233
  #, fuzzy
11234
  msgid "Slideshow elements backgrounds"
11235
  msgstr "Diashow Elemente Hintergründe"
11236
 
11237
+ #: wppa-settings-autosave.php:3003
11238
  #, fuzzy
11239
  msgid "Nav"
11240
  msgstr "Navigation"
11241
 
11242
+ #: wppa-settings-autosave.php:3004
11243
  #, fuzzy
11244
  msgid "Navigation bars."
11245
  msgstr "Navigationsleisten."
11246
 
11247
+ #: wppa-settings-autosave.php:3005
11248
  #, fuzzy
11249
  msgid "Enter valid CSS colors for navigation backgrounds and borders."
11250
  msgstr "Geben Sie gültige CSS Farben für Navigation Hintergründe und Grenzen."
11251
 
11252
+ #: wppa-settings-autosave.php:3016
11253
  #, fuzzy
11254
  msgid "SlideImg"
11255
  msgstr "SlideImg"
11256
 
11257
+ #: wppa-settings-autosave.php:3017
11258
  #, fuzzy
11259
  msgid "Fullsize Slideshow Photos."
11260
  msgstr "Fullsize-Slideshow Fotos."
11261
 
11262
+ #: wppa-settings-autosave.php:3018
11263
  #, fuzzy
11264
  msgid "Enter valid CSS colors for fullsize photo backgrounds and borders."
11265
  msgstr ""
11266
  "Geben Sie gültige CSS Farben für Fullsize Fotohintergründe und Grenzen."
11267
 
11268
+ #: wppa-settings-autosave.php:3019
11269
  #, fuzzy
11270
  msgid "The colors may be equal or \"transparent\""
11271
  msgstr "Die Farben können gleich oder \"transparent\" sein."
11272
 
11273
+ #: wppa-settings-autosave.php:3020
11274
  #, fuzzy
11275
  msgid ""
11276
  "For more information about slideshow image borders see the help on Table I-B4"
11278
  "Finden Sie für weitere Informationen zu Diashow Bildränder in der Hilfe auf "
11279
  "Tisch-B4"
11280
 
11281
+ #: wppa-settings-autosave.php:3031 wppa-settings-autosave.php:4754
11282
  #, fuzzy
11283
  msgid "Numbar"
11284
  msgstr "Numbar"
11285
 
11286
+ #: wppa-settings-autosave.php:3032
11287
  #, fuzzy
11288
  msgid "Number bar box background."
11289
  msgstr "Zahl bar Box Hintergrund."
11290
 
11291
+ #: wppa-settings-autosave.php:3033
11292
  #, fuzzy
11293
  msgid "Enter valid CSS colors for numbar box backgrounds and borders."
11294
  msgstr "Geben Sie gültige CSS Farben für Numbar Feld Hintergründe und Grenzen."
11295
 
11296
+ #: wppa-settings-autosave.php:3044
11297
  #, fuzzy
11298
  msgid "Numbar active"
11299
  msgstr "Numbar aktiv"
11300
 
11301
+ #: wppa-settings-autosave.php:3045
11302
  #, fuzzy
11303
  msgid "Number bar active box background."
11304
  msgstr "Zahl bar aktive Box Hintergrund."
11305
 
11306
+ #: wppa-settings-autosave.php:3046
11307
  #, fuzzy
11308
  msgid "Enter valid CSS colors for numbar active box backgrounds and borders."
11309
  msgstr ""
11310
  "Geben Sie gültige CSS Farben für Numbar aktive Box Hintergründe und Grenzen."
11311
 
11312
+ #: wppa-settings-autosave.php:3057
11313
  #, fuzzy
11314
  msgid "Name/desc"
11315
  msgstr "Name/desc"
11316
 
11317
+ #: wppa-settings-autosave.php:3058
11318
  #, fuzzy
11319
  msgid "Name and Description bars."
11320
  msgstr "Artikelname und Artikelbeschreibung"
11321
 
11322
+ #: wppa-settings-autosave.php:3059
11323
  #, fuzzy
11324
  msgid ""
11325
  "Enter valid CSS colors for name and description box backgrounds and borders."
11327
  "Geben Sie gültige CSS Farben für Name und Beschreibung Feld Hintergründe und "
11328
  "Grenzen."
11329
 
11330
+ #: wppa-settings-autosave.php:3071
11331
  #, fuzzy
11332
  msgid "Comment input and display areas."
11333
  msgstr "Beiträge zu kommentieren und Anzeigeflächen."
11334
 
11335
+ #: wppa-settings-autosave.php:3072
11336
  #, fuzzy
11337
  msgid "Enter valid CSS colors for comment box backgrounds and borders."
11338
  msgstr ""
11339
  "Geben Sie gültige CSS Farben für Kommentar-Box-Hintergründe und Grenzen."
11340
 
11341
+ #: wppa-settings-autosave.php:3083 wppa-settings-autosave.php:8335
11342
+ #: wppa-settings-autosave.php:8380
11343
  #, fuzzy
11344
  msgid "Custom"
11345
  msgstr "Benutzerdefiniert"
11346
 
11347
+ #: wppa-settings-autosave.php:3084
11348
  #, fuzzy
11349
  msgid "Custom box background."
11350
  msgstr "Benutzerspezifischer Hintergrund"
11351
 
11352
+ #: wppa-settings-autosave.php:3085
11353
  #, fuzzy
11354
  msgid "Enter valid CSS colors for custom box backgrounds and borders."
11355
  msgstr ""
11356
  "Geben Sie gültige CSS Farben für individuelle Box Hintergründe und Grenzen."
11357
 
11358
+ #: wppa-settings-autosave.php:3096
11359
  #, fuzzy
11360
  msgid "IPTC"
11361
  msgstr "Iptc"
11362
 
11363
+ #: wppa-settings-autosave.php:3097
11364
  #, fuzzy
11365
  msgid "IPTC display box background."
11366
  msgstr "IPTC-Feld Anzeigehintergrund."
11367
 
11368
+ #: wppa-settings-autosave.php:3098
11369
  #, fuzzy
11370
  msgid "Enter valid CSS colors for iptc box backgrounds and borders."
11371
  msgstr "Geben Sie gültige CSS Farben für Iptc-Feld-Hintergründe und Grenzen."
11372
 
11373
+ #: wppa-settings-autosave.php:3109
11374
  #, fuzzy
11375
  msgid "EXIF"
11376
  msgstr "Exif"
11377
 
11378
+ #: wppa-settings-autosave.php:3110
11379
  #, fuzzy
11380
  msgid "EXIF display box background."
11381
  msgstr "EXIF Anzeige Box Hintergrund."
11382
 
11383
+ #: wppa-settings-autosave.php:3111
11384
  #, fuzzy
11385
  msgid "Enter valid CSS colors for exif box backgrounds and borders."
11386
  msgstr "Geben Sie gültige CSS Farben für Exif-Feld-Hintergründe und Grenzen."
11387
 
11388
+ #: wppa-settings-autosave.php:3122
11389
  #, fuzzy
11390
  msgid "Share"
11391
  msgstr "Teilen %s auf Google+"
11392
 
11393
+ #: wppa-settings-autosave.php:3123
11394
  #, fuzzy
11395
  msgid "Share box display background."
11396
  msgstr "Box-Display-Hintergrund zu teilen."
11397
 
11398
+ #: wppa-settings-autosave.php:3124
11399
  #, fuzzy
11400
  msgid "Enter valid CSS colors for share box backgrounds and borders."
11401
  msgstr "Geben Sie gültige CSS Farben für Anteil Box Hintergründe und Grenzen."
11402
 
11403
+ #: wppa-settings-autosave.php:3135
11404
  #, fuzzy
11405
  msgid "Other backgrounds"
11406
  msgstr "Weitere Hintergründe"
11407
 
11408
+ #: wppa-settings-autosave.php:3137
11409
  #, fuzzy
11410
  msgid "Even"
11411
  msgstr "Gleichhoch"
11412
 
11413
+ #: wppa-settings-autosave.php:3138
11414
  #, fuzzy
11415
  msgid "Even background."
11416
  msgstr "Auch Hintergrund."
11417
 
11418
+ #: wppa-settings-autosave.php:3139
11419
  #, fuzzy
11420
  msgid ""
11421
  "Enter valid CSS colors for even numbered backgrounds and borders of album "
11424
  "Geben Sie gültige CSS Farben für geradzahligen Hintergründe und Grenzen der "
11425
  "Album-Cover und Miniaturansichten anzeigen \"als Cover\"."
11426
 
11427
+ #: wppa-settings-autosave.php:3150
11428
  #, fuzzy
11429
  msgid "Odd"
11430
  msgstr "Seltsam."
11431
 
11432
+ #: wppa-settings-autosave.php:3151
11433
  #, fuzzy
11434
  msgid "Odd background."
11435
  msgstr "Ungerade Hintergrund."
11436
 
11437
+ #: wppa-settings-autosave.php:3152
11438
  #, fuzzy
11439
  msgid ""
11440
  "Enter valid CSS colors for odd numbered backgrounds and borders of album "
11443
  "Geben Sie gültige CSS Farben für ungerade nummerierten Hintergründe und "
11444
  "Grenzen der Album-Cover und Miniaturansichten anzeigen \"als Cover\"."
11445
 
11446
+ #: wppa-settings-autosave.php:3163
11447
  #, fuzzy
11448
  msgid "Thumbnail padding"
11449
  msgstr "Vorschaubild Padding"
11450
 
11451
+ #: wppa-settings-autosave.php:3164
11452
  #, fuzzy
11453
  msgid "Thumbnail padding color if thumbnail aspect is a padded setting."
11454
  msgstr ""
11455
  "Miniaturansicht Polsterung Farbe, wenn die Miniaturansicht Aspekt ist eine "
11456
  "gepolsterte Einstellung."
11457
 
11458
+ #: wppa-settings-autosave.php:3165
11459
  #, fuzzy
11460
  msgid ""
11461
  "Enter valid CSS color hexadecimal like #000000 for black or #ffffff for "
11464
  "Geben Sie gültige CSS Farbe Hexadezimal wie #000000 für Schwarz oder #ffffff "
11465
  "für weiß für die gepolsterte Thumbnails."
11466
 
11467
+ #: wppa-settings-autosave.php:3176
11468
  #, fuzzy
11469
  msgid "Img"
11470
  msgstr "Bild"
11471
 
11472
+ #: wppa-settings-autosave.php:3177
11473
  #, fuzzy
11474
  msgid "Cover Photos and popups."
11475
  msgstr "Titelbilder und Popups."
11476
 
11477
+ #: wppa-settings-autosave.php:3178
11478
  #, fuzzy
11479
  msgid ""
11480
  "Enter valid CSS colors for Cover photo and popup backgrounds and borders."
11482
  "Geben Sie gültige CSS Farben für Cover-Foto und Popup-Hintergründe und "
11483
  "Grenzen."
11484
 
11485
+ #: wppa-settings-autosave.php:3190
11486
  #, fuzzy
11487
  msgid "Upload box background."
11488
  msgstr "Hochladen Sie Box Hintergrund."
11489
 
11490
+ #: wppa-settings-autosave.php:3191
11491
  #, fuzzy
11492
  msgid "Enter valid CSS colors for upload box backgrounds and borders."
11493
  msgstr "Geben Sie gültige CSS Farben für Upload Box Hintergründe und Grenzen."
11494
 
11495
+ #: wppa-settings-autosave.php:3202
11496
  #, fuzzy
11497
  msgid "Multitag"
11498
  msgstr "Multitag"
11499
 
11500
+ #: wppa-settings-autosave.php:3203
11501
  #, fuzzy
11502
  msgid "Multitag box background."
11503
  msgstr "Multitag Feld Hintergrund."
11504
 
11505
+ #: wppa-settings-autosave.php:3204
11506
  #, fuzzy
11507
  msgid "Enter valid CSS colors for multitag box backgrounds and borders."
11508
  msgstr ""
11509
  "Geben Sie gültige CSS Farben für multitag Box Hintergründe und Grenzen."
11510
 
11511
+ #: wppa-settings-autosave.php:3215
11512
  #, fuzzy
11513
  msgid "Tagcloud"
11514
  msgstr "Tagcloud"
11515
 
11516
+ #: wppa-settings-autosave.php:3216
11517
  #, fuzzy
11518
  msgid "Tagcloud box background."
11519
  msgstr "Schlagwortwolke Hintergrund"
11520
 
11521
+ #: wppa-settings-autosave.php:3217
11522
  #, fuzzy
11523
  msgid "Enter valid CSS colors for tagcloud box backgrounds and borders."
11524
  msgstr ""
11525
  "Geben Sie gültige CSS Farben für Tagcloud Box Hintergründe und Grenzen."
11526
 
11527
+ #: wppa-settings-autosave.php:3228
11528
  #, fuzzy
11529
  msgid "Superview"
11530
  msgstr "Superview"
11531
 
11532
+ #: wppa-settings-autosave.php:3229
11533
  #, fuzzy
11534
  msgid "Superview box background."
11535
  msgstr "Superview Feld Hintergrund."
11536
 
11537
+ #: wppa-settings-autosave.php:3230
11538
  #, fuzzy
11539
  msgid "Enter valid CSS colors for superview box backgrounds and borders."
11540
  msgstr ""
11541
  "Geben Sie gültige CSS Farben für Superview Box Hintergründe und Grenzen."
11542
 
11543
+ #: wppa-settings-autosave.php:3242
11544
  #, fuzzy
11545
  msgid "Search box background."
11546
  msgstr "Suchbox-Hintergrund"
11547
 
11548
+ #: wppa-settings-autosave.php:3243
11549
  #, fuzzy
11550
  msgid "Enter valid CSS colors for search box backgrounds and borders."
11551
  msgstr "Geben Sie gültige CSS Farben für Suche Box Hintergründe und Grenzen."
11552
 
11553
+ #: wppa-settings-autosave.php:3254
11554
  #, fuzzy
11555
  msgid "BestOf"
11556
  msgstr "BestOf"
11557
 
11558
+ #: wppa-settings-autosave.php:3255
11559
  #, fuzzy
11560
  msgid "BestOf box background."
11561
  msgstr "BestOf Feld Hintergrund."
11562
 
11563
+ #: wppa-settings-autosave.php:3256
11564
  #, fuzzy
11565
  msgid "Enter valid CSS colors for bestof box backgrounds and borders."
11566
  msgstr "Geben Sie gültige CSS Farben für Bestof Box Hintergründe und Grenzen."
11567
 
11568
+ #: wppa-settings-autosave.php:3267
11569
  #, fuzzy
11570
  msgid "Calendar"
11571
  msgstr "Kalender"
11572
 
11573
+ #: wppa-settings-autosave.php:3268
11574
  #, fuzzy
11575
  msgid "Calendar box background."
11576
  msgstr "Kalender Hintergrund:"
11577
 
11578
+ #: wppa-settings-autosave.php:3269
11579
  #, fuzzy
11580
  msgid "Enter valid CSS colors for calendar box backgrounds and borders."
11581
  msgstr ""
11582
  "Geben Sie gültige CSS Farben für Kalender-Box-Hintergründe und Grenzen."
11583
 
11584
+ #: wppa-settings-autosave.php:3280
11585
  #, fuzzy
11586
  msgid "Stereo"
11587
  msgstr "Stereo"
11588
 
11589
+ #: wppa-settings-autosave.php:3281
11590
  #, fuzzy
11591
  msgid "Stereo mode selection box background."
11592
  msgstr "Stereo-Modus Auswahl Feld Hintergrund."
11593
 
11594
+ #: wppa-settings-autosave.php:3282
11595
  #, fuzzy
11596
  msgid ""
11597
  "Enter valid CSS colors for stereo mode selection box backgrounds and borders."
11599
  "Geben Sie gültige CSS Farben für Stereo-Modus Auswahl Box Hintergründe und "
11600
  "Grenzen."
11601
 
11602
+ #: wppa-settings-autosave.php:3293
11603
  #, fuzzy
11604
  msgid "Admins choice"
11605
  msgstr "Admins-Wahl"
11606
 
11607
+ #: wppa-settings-autosave.php:3294
11608
  #, fuzzy
11609
  msgid "Admins choice box background."
11610
  msgstr "Admins Wahl Feld Hintergrund."
11611
 
11612
+ #: wppa-settings-autosave.php:3295
11613
  #, fuzzy
11614
  msgid "Enter valid CSS colors for admins choice box backgrounds and borders."
11615
  msgstr ""
11616
  "Geben Sie gültige CSS Farben für Admins Wahl Box Hintergründe und Grenzen."
11617
 
11618
+ #: wppa-settings-autosave.php:3327
11619
  #, fuzzy
11620
  msgid "Table IV:"
11621
  msgstr "Tabelle IV:"
11622
 
11623
+ #: wppa-settings-autosave.php:3327
11624
  #, fuzzy
11625
  msgid "Behaviour:"
11626
  msgstr "Verhalten"
11627
 
11628
+ #: wppa-settings-autosave.php:3328
11629
  #, fuzzy
11630
  msgid "This table describes the dynamic behaviour of certain wppa+ elements."
11631
  msgstr ""
11632
  "Diese Tabelle beschreibt das dynamische Verhalten bestimmter Wppa + Elemente."
11633
 
11634
+ #: wppa-settings-autosave.php:3346
11635
  #, fuzzy
11636
  msgid "System related settings"
11637
  msgstr "System im Zusammenhang mit Einstellungen"
11638
 
11639
+ #: wppa-settings-autosave.php:3348
11640
  #, fuzzy
11641
  msgid "Use Ajax"
11642
  msgstr "Verwenden Sie Ajax"
11643
 
11644
+ #: wppa-settings-autosave.php:3349
11645
  #, fuzzy
11646
  msgid "Use Ajax as much as is possible and implemented."
11647
  msgstr "Verwenden Sie so viel wie möglich und implementierten Ajax."
11648
 
11649
+ #: wppa-settings-autosave.php:3350
11650
  #, fuzzy
11651
  msgid ""
11652
  "If this box is ticked, page content updates from within wppa+ displays will "
11655
  "Wenn dieses Kästchen angekreuzt ist, basierte Seiteninhalt innerhalb Wppa + "
11656
  "zeigt Updates von Ajax werden so weit wie möglich."
11657
 
11658
+ #: wppa-settings-autosave.php:3358
11659
  #, fuzzy
11660
  msgid "Ajax NON Admin"
11661
  msgstr "Ajax nicht Admin"
11662
 
11663
+ #: wppa-settings-autosave.php:3359
11664
  #, fuzzy
11665
  msgid "Frontend ajax use no admin files."
11666
  msgstr "Frontend-Ajax verwenden keine Admin-Dateien."
11667
 
11668
+ #: wppa-settings-autosave.php:3360
11669
  #, fuzzy
11670
  msgid "If you want to password protect wp-admin, check this box."
11671
  msgstr ""
11672
  "Wenn Sie mit einem Passwort schützen Sie möchten wp-Admin, aktivieren Sie "
11673
  "dieses Kontrollkästchen."
11674
 
11675
+ #: wppa-settings-autosave.php:3361
11676
  #, fuzzy
11677
  msgid ""
11678
  "In rare cases changing page content does not work when this box is checked. "
11681
  "In seltenen Fällen funktioniert Seiteninhalt ändern nicht wenn dieses "
11682
  "Kontrollkästchen aktiviert ist. Überprüfen Sie die Funktionalität!"
11683
 
11684
+ #: wppa-settings-autosave.php:3368
11685
  #, fuzzy
11686
  msgid "Photo names in urls"
11687
  msgstr "Foto Namen in urls"
11688
 
11689
+ #: wppa-settings-autosave.php:3369
11690
  #, fuzzy
11691
  msgid "Display photo names in urls."
11692
  msgstr "Foto Namen in Urls anzeigen."
11693
 
11694
+ #: wppa-settings-autosave.php:3370
11695
  #, fuzzy
11696
  msgid "Urls to wppa+ displays will contain photonames in stead of numbers."
11697
  msgstr "URLs zu Wppa + Displays wird Photonames anstelle von Zahlen enthalten."
11698
 
11699
+ #: wppa-settings-autosave.php:3371
11700
  #, fuzzy
11701
  msgid ""
11702
  "It is your responsability to avoid duplicate names of photos in the same "
11705
  "Es liegt in Ihrer Verantwortung, doppelte Namen in der gleichen Fotoalbum zu "
11706
  "vermeiden."
11707
 
11708
+ #: wppa-settings-autosave.php:3378
11709
  #, fuzzy
11710
  msgid "Album names in urls"
11711
  msgstr "Albennamen in urls"
11712
 
11713
+ #: wppa-settings-autosave.php:3379
11714
  #, fuzzy
11715
  msgid "Display album names in urls."
11716
  msgstr "Albennamen in Urls anzeigen."
11717
 
11718
+ #: wppa-settings-autosave.php:3380
11719
  #, fuzzy
11720
  msgid "Urls to wppa+ displays will contain albumnames in stead of numbers."
11721
  msgstr "URLs zu Wppa + Displays wird Albumnames anstelle von Zahlen enthalten."
11722
 
11723
+ #: wppa-settings-autosave.php:3381
11724
  #, fuzzy
11725
  msgid ""
11726
  "It is your responsability to avoid duplicate names of albums in the system."
11728
  "Es liegt in Ihrer Verantwortung, doppelte Namen von Alben im System zu "
11729
  "vermeiden."
11730
 
11731
+ #: wppa-settings-autosave.php:3388
11732
  #, fuzzy
11733
  msgid "Use short query args"
11734
  msgstr "Verwenden Sie kurze Abfrage args"
11735
 
11736
+ #: wppa-settings-autosave.php:3389
11737
  #, fuzzy
11738
  msgid "Use &album=... &photo=..."
11739
  msgstr "Verwendung & Album... = & Foto =..."
11740
 
11741
+ #: wppa-settings-autosave.php:3390
11742
  #, fuzzy
11743
  msgid ""
11744
  "Urls to wppa+ displays will contain &album=... &photo=... in stead of &wppa-"
11747
  "URLs zu Wppa + Displays enthält & Album... = & Foto =... in anstelle von & "
11748
  "Wppa-Album =... & Wppa-Foto =..."
11749
 
11750
+ #: wppa-settings-autosave.php:3391
11751
  #, fuzzy
11752
  msgid ""
11753
  "Use this setting only when there are no conflicts with other plugins that "
11756
  "Verwenden Sie diese Einstellung nur dann, wenn es gibt keine Konflikte mit "
11757
  "anderen Plugins, die interpretieren Argumente wie & Album = etc.."
11758
 
11759
+ #: wppa-settings-autosave.php:3398
11760
  #, fuzzy
11761
  msgid "Enable pretty links"
11762
  msgstr "Aktivieren Sie ziemlich links"
11763
 
11764
+ #: wppa-settings-autosave.php:3399
11765
  #, fuzzy
11766
  msgid "Enable the generation and understanding of pretty links."
11767
  msgstr "Aktivieren Sie die Generation und das Verständnis der hübschen Links."
11768
 
11769
+ #: wppa-settings-autosave.php:3400
11770
  #, fuzzy
11771
  msgid ""
11772
  "If checked, links to social media and the qr code will have \"/token1/token2/"
11776
  "haben \"/ token1/token2 /\" usw. an Stelle von \"& arg1 =... & arg2 =... "
11777
  "\"etc.."
11778
 
11779
+ #: wppa-settings-autosave.php:3401
11780
  #, fuzzy
11781
  msgid ""
11782
  "These types of links will be interpreted and cause a redirection on entering."
11784
  "Dieser Arten von Verknüpfungen interpretiert werden und verursachen eine "
11785
  "Umleitung auf Eingabe."
11786
 
11787
+ #: wppa-settings-autosave.php:3402
11788
  #, fuzzy
11789
  msgid ""
11790
  "It is recommended to check this box. It shortens links dramatically and "
11793
  "Es empfiehlt sich, dieses Kontrollkästchen aktivieren. Es Verbindungen "
11794
  "drastisch verkürzt und vereinfacht die qr-Codes."
11795
 
11796
+ #: wppa-settings-autosave.php:3403
11797
  #, fuzzy
11798
  msgid ""
11799
  "However, you may encounter conflicts with themes and/or other plugins, so "
11802
  "Allerdings können Sie Konflikte mit Themen und/oder anderen Plugins, also "
11803
  "testen Sie es troughly!"
11804
 
11805
+ #: wppa-settings-autosave.php:3404
11806
  #, fuzzy
11807
  msgid ""
11808
  "Table IV-A2 (Photo names in urls) must be UNchecked for this setting to work!"
11810
  "Tabelle IV-A2 (Foto Namen in Urls) muss deaktiviert diese Einstellung zu "
11811
  "arbeiten!"
11812
 
11813
+ #: wppa-settings-autosave.php:3411
11814
  #, fuzzy
11815
  msgid "Enable encrypted links"
11816
  msgstr "Aktivieren Sie verschlüsselte links"
11817
 
11818
+ #: wppa-settings-autosave.php:3412
11819
  #, fuzzy
11820
  msgid "Encrypt album and photo ids in links."
11821
  msgstr "Album und Foto-Ids in Verbindungen zu verschlüsseln."
11822
 
11823
+ #: wppa-settings-autosave.php:3415
11824
  #, fuzzy
11825
  msgid "The page will be reloaded."
11826
  msgstr "Die Seite wird neu geladen werden."
11827
 
11828
+ #: wppa-settings-autosave.php:3421
11829
  #, fuzzy
11830
  msgid "Refuse unencrypted"
11831
  msgstr "Unverschlüsselt zu verweigern"
11832
 
11833
+ #: wppa-settings-autosave.php:3422
11834
  #, fuzzy
11835
  msgid "When encrypted is enabled, refuse unencrypted urls."
11836
  msgstr "Verschlüsselung ist aktiviert, unverschlüsselte Urls zu verweigern."
11837
 
11838
+ #: wppa-settings-autosave.php:3430
11839
  #, fuzzy
11840
  msgid "Update addressline"
11841
  msgstr "Update addressline"
11842
 
11843
+ #: wppa-settings-autosave.php:3431
11844
  #, fuzzy
11845
  msgid "Update the addressline after an ajax action or next slide."
11846
  msgstr ""
11847
  "Aktualisieren Sie die Addressline nach einer Ajax-Aktion oder die nächste "
11848
  "Folie."
11849
 
11850
+ #: wppa-settings-autosave.php:3432
11851
  #, fuzzy
11852
  msgid ""
11853
  "If checked, refreshing the page will show the current content and the "
11857
  "den Browsern hin und her zeigen Pfeile die Geschichte auf der Seite "
11858
  "durchsuchen werden."
11859
 
11860
+ #: wppa-settings-autosave.php:3433
11861
  #, fuzzy
11862
  msgid ""
11863
  "If unchecked, refreshing the page will re-display the content of the "
11866
  "Wenn diese Option deaktiviert, wird die Seite aktualisieren den Inhalt der "
11867
  "ursprünglichen Seite erneut angezeigt."
11868
 
11869
+ #: wppa-settings-autosave.php:3434
11870
  #, fuzzy
11871
  msgid ""
11872
  "This will only work on browsers that support history.pushState() and "
11875
  "Dies funktioniert nur auf Browsern, die history.pushState() unterstützen und "
11876
  "deswegen nicht im IE"
11877
 
11878
+ #: wppa-settings-autosave.php:3435
11879
  #, fuzzy
11880
  msgid "Switching this off will affect the browsers behaviour."
11881
  msgstr "Das Abschalten wird das Browser-Verhalten beeinflussen."
11882
 
11883
+ #: wppa-settings-autosave.php:3442
11884
  #, fuzzy
11885
  msgid "Render shortcode always"
11886
  msgstr "Kurzwahlnummer immer Rendern"
11887
 
11888
+ #: wppa-settings-autosave.php:3443
11889
  #, fuzzy
11890
  msgid "This will skip the check on proper initialisation."
11891
  msgstr "Dies wird die Prüfung auf ordnungsgemäße Initialisierung überspringen."
11892
 
11893
+ #: wppa-settings-autosave.php:3444
11894
  #, fuzzy
11895
  msgid ""
11896
  "This setting is required for certain themes like Gantry to prevent the "
11899
  "Diese Einstellung ist erforderlich für bestimmte Themen wie Gantry, die "
11900
  "Anzeige der Wppa Platzhalter wie [WPPA + Foto-Ausstellung] zu verhindern."
11901
 
11902
+ #: wppa-settings-autosave.php:3445
11903
  #, fuzzy, php-format
11904
  msgid ""
11905
  "If this check is needed, you can use shortcodes like [wppa ...] only, not "
11908
  "Wenn diese Überprüfung erforderlich ist, können Sie Kurzwahlnummern wie "
11909
  "[Wppa...] nur, wie keine Skripte %% Wppa %%."
11910
 
11911
+ #: wppa-settings-autosave.php:3452
11912
  #, fuzzy
11913
  msgid "Track viewcounts"
11914
  msgstr "Spur viewcounts"
11915
 
11916
+ #: wppa-settings-autosave.php:3453
11917
  #, fuzzy
11918
  msgid "Register number of views of albums and photos."
11919
  msgstr "Registrieren Anzahl der Alben und Fotos."
11920
 
11921
+ #: wppa-settings-autosave.php:3461
11922
  #, fuzzy
11923
  msgid "Auto page"
11924
  msgstr "Auto Seite"
11925
 
11926
+ #: wppa-settings-autosave.php:3462
11927
  #, fuzzy
11928
  msgid "Create a wp page for every fullsize image."
11929
  msgstr "Erstellen Sie eine wp-Seite für jedes Fullsize-Bild."
11930
 
11931
+ #: wppa-settings-autosave.php:3466
11932
  #, fuzzy
11933
  msgid "Please reload this page after changing!"
11934
  msgstr "Bitte laden Sie diese Seite nach dem Wechsel!"
11935
 
11936
+ #: wppa-settings-autosave.php:3472
11937
  #, fuzzy
11938
  msgid "Auto page display"
11939
  msgstr "Auto-Seitenanzeige"
11940
 
11941
+ #: wppa-settings-autosave.php:3473
11942
  #, fuzzy
11943
  msgid "The type of display on the autopage pages."
11944
  msgstr "Die Art der Darstellung auf den Seiten der AutoSeite."
11945
 
11946
+ #: wppa-settings-autosave.php:3476
11947
  #, fuzzy
11948
  msgid "Single photo"
11949
  msgstr "Einzel Foto"
11950
 
11951
+ #: wppa-settings-autosave.php:3476
11952
  #, fuzzy
11953
  msgid "Media type photo"
11954
  msgstr "Media Art Foto"
11955
 
11956
+ #: wppa-settings-autosave.php:3476
11957
  #, fuzzy
11958
  msgid "In the style of a slideshow"
11959
  msgstr "Im Stil einer Diashow"
11960
 
11961
+ #: wppa-settings-autosave.php:3483
11962
  #, fuzzy
11963
  msgid "Auto page links"
11964
  msgstr "Auto-Seite-links"
11965
 
11966
+ #: wppa-settings-autosave.php:3484
11967
  #, fuzzy
11968
  msgid "The location for the pagelinks."
11969
  msgstr "Der Standort für die Pagelinks."
11970
 
11971
+ #: wppa-settings-autosave.php:3487
11972
  #, fuzzy
11973
  msgid "At top and bottom"
11974
  msgstr "Oben und Unten"
11975
 
11976
+ #: wppa-settings-autosave.php:3494
11977
  #, fuzzy
11978
  msgid "Defer javascript"
11979
  msgstr "Javascript zu verschieben"
11980
 
11981
+ #: wppa-settings-autosave.php:3495
11982
  #, fuzzy
11983
  msgid "Put javascript near the end of the page."
11984
  msgstr "Setzen Sie Javascript am Ende der Seite."
11985
 
11986
+ #: wppa-settings-autosave.php:3496
11987
  #, fuzzy
11988
  msgid ""
11989
  "If checkd: May fix layout problems and broken slideshows. May speed up or "
11992
  "Wenn Checkd: Layoutprobleme und gebrochenen Diashows beheben kann. Kann "
11993
  "beschleunigen oder verlangsamen Seite erscheinen."
11994
 
11995
+ #: wppa-settings-autosave.php:3503
11996
  #, fuzzy
11997
  msgid "Inline styles"
11998
  msgstr "Inline Styles"
11999
 
12000
+ #: wppa-settings-autosave.php:3504
12001
  #, fuzzy
12002
  msgid "Set style specifications inline."
12003
  msgstr "Stil-Spezifikationen Inline gesetzt."
12004
 
12005
+ #: wppa-settings-autosave.php:3505
12006
  #, fuzzy
12007
  msgid "If checked: May fix layout problems, but slows down page appearing."
12008
  msgstr ""
12009
  "Wenn diese Option aktiviert: Layout-Probleme beheben können, aber "
12010
  "verlangsamt Seite erscheinen."
12011
 
12012
+ #: wppa-settings-autosave.php:3512
12013
  #, fuzzy
12014
  msgid "Custom style"
12015
  msgstr "Eigener Stil"
12016
 
12017
+ #: wppa-settings-autosave.php:3513
12018
  #, fuzzy
12019
  msgid "Enter custom style specs here."
12020
  msgstr "Geben Sie die benutzerdefinierte Formatvorlage Angaben hier."
12021
 
12022
+ #: wppa-settings-autosave.php:3521
12023
  #, fuzzy
12024
  msgid "Use customized style file"
12025
  msgstr "Individuellen Stil-Datei verwenden"
12026
 
12027
+ #: wppa-settings-autosave.php:3522 wppa-settings-autosave.php:3531
12028
  #, fuzzy
12029
  msgid "This feature is highly discouraged."
12030
  msgstr "Diese Funktion ist empfehlenswert."
12031
 
12032
+ #: wppa-settings-autosave.php:3530
12033
  #, fuzzy
12034
  msgid "Use customized theme file"
12035
  msgstr "Angepasstes Design-Datei verwenden"
12036
 
12037
+ #: wppa-settings-autosave.php:3539
12038
  #, fuzzy
12039
  msgid "Enable photo html access"
12040
  msgstr "Foto HTML-Zugriff aktivieren"
12041
 
12042
+ #: wppa-settings-autosave.php:3540
12043
  #, fuzzy
12044
  msgid ""
12045
  "Creates .htaccess files in .../uploads/wppa/ and .../uploads/wppa/thumbs/"
12047
  "Erstellt von .htaccess Dateien in .../uploads/wppa/ und .../uploads/wppa/"
12048
  "thumbs/"
12049
 
12050
+ #: wppa-settings-autosave.php:3543
12051
  #, fuzzy
12052
  msgid "create 'all access' .htaccess files"
12053
  msgstr "\"all Access\".htaccess Dateien erstellen"
12054
 
12055
+ #: wppa-settings-autosave.php:3544
12056
  #, fuzzy
12057
  msgid "remove .htaccess files"
12058
  msgstr ".htaccess-Dateien entfernen"
12059
 
12060
+ #: wppa-settings-autosave.php:3545
12061
  #, fuzzy
12062
  msgid "create 'no hotlinking' .htaccess files"
12063
  msgstr "\"kein Hotlinking\".htaccess-Dateien erstellen"
12064
 
12065
+ #: wppa-settings-autosave.php:3546
12066
  #, fuzzy
12067
  msgid "do not change existing .htaccess file(s)"
12068
  msgstr "ändern Sie bestehende .htaccess-Dateien nicht"
12069
 
12070
+ #: wppa-settings-autosave.php:3558
12071
  #, fuzzy
12072
  msgid "Lazy or HTML comp"
12073
  msgstr "Lazy oder HTML comp"
12074
 
12075
+ #: wppa-settings-autosave.php:3559
12076
  #, fuzzy
12077
  msgid "Tick this box when you use lazy load or html compression."
12078
  msgstr ""
12079
  "Kreuzen Sie dieses Kästchen, wenn Sie faul Last oder HTML-Komprimierung "
12080
  "verwenden."
12081
 
12082
+ #: wppa-settings-autosave.php:3560
12083
  #, fuzzy
12084
  msgid ""
12085
  "If the filmstrip images do not show up and you have a lazy load or html "
12089
  "Last oder HTML-Optimierung Plugin aktiv: Aktivieren Sie dieses "
12090
  "Kontrollkästchen"
12091
 
12092
+ #: wppa-settings-autosave.php:3567
12093
  #, fuzzy
12094
  msgid "Thumbs first"
12095
  msgstr "Daumen hoch zuerst"
12096
 
12097
+ #: wppa-settings-autosave.php:3568
12098
  #, fuzzy
12099
  msgid "When displaying album content: thumbnails before subalbums."
12100
  msgstr "Beim Album Inhalt anzeigen: Miniaturen vor Subalbums."
12101
 
12102
+ #: wppa-settings-autosave.php:3576
12103
  #, fuzzy
12104
  msgid "Login links"
12105
  msgstr "Login-links"
12106
 
12107
+ #: wppa-settings-autosave.php:3577
12108
  #, fuzzy
12109
  msgid "You must login to... links to login page."
12110
  msgstr "Sie müssen anmelden... Links zur Login-Seite."
12111
 
12112
+ #: wppa-settings-autosave.php:3585
12113
  #, fuzzy
12114
  msgid "Enable Video"
12115
  msgstr "Video aktivieren"
12116
 
12117
+ #: wppa-settings-autosave.php:3586
12118
  #, fuzzy
12119
  msgid "Enables video support."
12120
  msgstr "Ermöglicht video-Unterstützung."
12121
 
12122
+ #: wppa-settings-autosave.php:3595
12123
  #, fuzzy
12124
  msgid "Enable Audio"
12125
  msgstr "Aktivieren Sie Audio"
12126
 
12127
+ #: wppa-settings-autosave.php:3596
12128
  #, fuzzy
12129
  msgid "Enables audio support."
12130
  msgstr "Audio-Unterstützung ermöglicht."
12131
 
12132
+ #: wppa-settings-autosave.php:3604
12133
  #, fuzzy
12134
  msgid "Enable 3D Stereo"
12135
  msgstr "3D Stereo aktivieren"
12136
 
12137
+ #: wppa-settings-autosave.php:3605
12138
  #, fuzzy
12139
  msgid "Enables 3D stereo photo support."
12140
  msgstr "Support für 3D Stereo-Photo ermöglicht."
12141
 
12142
+ #: wppa-settings-autosave.php:3613
12143
  #, fuzzy
12144
  msgid "Relative urls"
12145
  msgstr "Relative URLs"
12146
 
12147
+ #: wppa-settings-autosave.php:3614
12148
  #, fuzzy
12149
  msgid "Use relative urls only."
12150
  msgstr "Verwenden Sie relative Urls nur."
12151
 
12152
+ #: wppa-settings-autosave.php:3622
12153
  #, fuzzy
12154
  msgid "Capitalize tags and cats"
12155
  msgstr "Nutzen Sie Tags und Katzen"
12156
 
12157
+ #: wppa-settings-autosave.php:3623
12158
  #, fuzzy
12159
  msgid "Format tags and cats to start with one capital character"
12160
  msgstr "Format-Tags und Katzen mit einem Großbuchstabe beginnen"
12161
 
12162
+ #: wppa-settings-autosave.php:3631
12163
  #, fuzzy
12164
  msgid "Enable Admins Choice"
12165
  msgstr "Admins Wahl aktivieren"
12166
 
12167
+ #: wppa-settings-autosave.php:3632
12168
  #, fuzzy
12169
  msgid "Enable the creation of zipfiles with selected photos."
12170
  msgstr "Ermöglichen Sie die Erstellung von Zipfiles mit ausgewählten Fotos."
12171
 
12172
+ #: wppa-settings-autosave.php:3633
12173
  #, fuzzy
12174
  msgid "Activate the Admins Choice widget to make the zipfiles downloadable."
12175
  msgstr ""
12176
  "Aktivieren Sie die Admins Wahl-Widget, um die Zipfiles Download machen."
12177
 
12178
+ #: wppa-settings-autosave.php:3640
12179
  #, fuzzy
12180
  msgid "Make owner like photoname"
12181
  msgstr "Besitzer wie Photoname zu machen"
12182
 
12183
+ #: wppa-settings-autosave.php:3641
12184
  #, fuzzy
12185
  msgid "Change the owner to the user who's display name equals photoname."
12186
  msgstr ""
12187
  "Ändern Sie den Besitzer für den Benutzer, der hat anzeigen Name ist gleich "
12188
  "Photoname."
12189
 
12190
+ #: wppa-settings-autosave.php:3650
12191
  #, fuzzy
12192
  msgid "Slideshow related settings"
12193
  msgstr "Diashow im Zusammenhang mit Einstellungen"
12194
 
12195
+ #: wppa-settings-autosave.php:3652
12196
  #, fuzzy
12197
  msgid "V align"
12198
  msgstr "Richten Sie V"
12199
 
12200
+ #: wppa-settings-autosave.php:3653
12201
  #, fuzzy
12202
  msgid "Vertical alignment of slideshow images."
12203
  msgstr "Vertikale Ausrichtung des Diashow-Bilder."
12204
 
12205
+ #: wppa-settings-autosave.php:3654
12206
  #, fuzzy
12207
  msgid "Specify the vertical alignment of slideshow images."
12208
  msgstr "Geben Sie die vertikale Ausrichtung des Diashow-Bilder."
12209
 
12210
+ #: wppa-settings-autosave.php:3655
12211
  #, fuzzy
12212
  msgid ""
12213
  "If you select --- none ---, the photos will not be centered horizontally "
12216
  "Wenn Sie---keine---auswählen, werden nicht die Fotos entweder horizontal "
12217
  "zentriert."
12218
 
12219
+ #: wppa-settings-autosave.php:3657 wppa-settings-autosave.php:3922
12220
  #: wppa-slideshow-widget.php:214
12221
  #, fuzzy
12222
  msgid "top"
12223
  msgstr "oben"
12224
 
12225
+ #: wppa-settings-autosave.php:3657 wppa-settings-autosave.php:3671
12226
+ #: wppa-settings-autosave.php:3922 wppa-slideshow-widget.php:215
12227
+ #: wppa-tinymce-scripts.php:289 wppa-tinymce-shortcodes.php:615
12228
  #: wppa-widget-admin.php:85
12229
  #, fuzzy
12230
  msgid "center"
12231
  msgstr "Mitte"
12232
 
12233
+ #: wppa-settings-autosave.php:3657 wppa-settings-autosave.php:3922
12234
  #: wppa-slideshow-widget.php:216
12235
  #, fuzzy
12236
  msgid "bottom"
12237
  msgstr "unten"
12238
 
12239
+ #: wppa-settings-autosave.php:3657 wppa-slideshow-widget.php:217
12240
  #, fuzzy
12241
  msgid "fit"
12242
  msgstr "passend"
12243
 
12244
+ #: wppa-settings-autosave.php:3665
12245
  #, fuzzy
12246
  msgid "H align"
12247
  msgstr "Richten Sie H"
12248
 
12249
+ #: wppa-settings-autosave.php:3666
12250
  #, fuzzy
12251
  msgid "Horizontal alignment of slideshow images."
12252
  msgstr "Horizontale Ausrichtung des Diashow-Bilder."
12253
 
12254
+ #: wppa-settings-autosave.php:3667
12255
  #, fuzzy
12256
  msgid ""
12257
  "Specify the horizontal alignment of slideshow images. If you specify --- "
12260
  "Geben Sie die horizontale Ausrichtung der Diashow-Bilder. Wenn Sie---keine---"
12261
  "angeben, statt keine horizontale Ausrichtung findet."
12262
 
12263
+ #: wppa-settings-autosave.php:3668
12264
  #, fuzzy
12265
  msgid ""
12266
  "This setting is only usefull when the Column Width differs from the Maximum "
12269
  "Diese Einstellung ist nur nützlich, wenn die Maximalbreite der Spaltenbreite "
12270
  "unterscheidet."
12271
 
12272
+ #: wppa-settings-autosave.php:3669
12273
  #, fuzzy
12274
  msgid "(Settings I-A1 and I-B1)"
12275
  msgstr "(Einstellungen-A1 und -B1)"
12276
 
12277
+ #: wppa-settings-autosave.php:3679
12278
  #, fuzzy
12279
  msgid "Start slideshow running."
12280
  msgstr "Start Diashow laufen."
12281
 
12282
+ #: wppa-settings-autosave.php:3680
12283
  #, fuzzy
12284
  msgid ""
12285
  "If you select \"running\", the slideshow will start running immediately, if "
12290
  "wählen Sie \"immer noch am ersten Foto\", das erste Foto wird im Durchsuchen-"
12291
  "Modus angezeigt werden."
12292
 
12293
+ #: wppa-settings-autosave.php:3681
12294
  #, fuzzy
12295
  msgid ""
12296
  "If you select \"still at first norated\", the first photo that the visitor "
12299
  "Wenn Sie \"noch am ersten Norated\" auswählen, wird das erste Foto, dass die "
12300
  "Besucher nicht gab, eine Bewertung im Durchsuchen-Modus angezeigt."
12301
 
12302
+ #: wppa-settings-autosave.php:3683
12303
  #, fuzzy
12304
  msgid "running"
12305
  msgstr "运行"
12306
 
12307
+ #: wppa-settings-autosave.php:3684
12308
  #, fuzzy
12309
  msgid "still at first photo"
12310
  msgstr "noch am ersten Foto"
12311
 
12312
+ #: wppa-settings-autosave.php:3685
12313
  #, fuzzy
12314
  msgid "still at first norated"
12315
  msgstr "noch am ersten norated"
12316
 
12317
+ #: wppa-settings-autosave.php:3696
12318
  #, fuzzy
12319
  msgid "Start slideonly"
12320
  msgstr "Start slideonly"
12321
 
12322
+ #: wppa-settings-autosave.php:3697
12323
  #, fuzzy
12324
  msgid "Start slideonly slideshow running."
12325
  msgstr "Starten Sie Slideonly Diashow laufen."
12326
 
12327
+ #: wppa-settings-autosave.php:3705 wppa-settings-autosave.php:4568
12328
  #, fuzzy
12329
  msgid "Video autostart"
12330
  msgstr "Video autostart"
12331
 
12332
+ #: wppa-settings-autosave.php:3706
12333
  #, fuzzy
12334
  msgid "Autoplay videos in slideshows."
12335
  msgstr "Autoplay Videos in Diashows."
12336
 
12337
+ #: wppa-settings-autosave.php:3715 wppa-settings-autosave.php:4577
12338
  #, fuzzy
12339
  msgid "Audio autostart"
12340
  msgstr "Audio-autostart"
12341
 
12342
+ #: wppa-settings-autosave.php:3716
12343
  #, fuzzy
12344
  msgid "Autoplay audios in slideshows."
12345
  msgstr "Autoplay-Audios in Diashows."
12346
 
12347
+ #: wppa-settings-autosave.php:3724
12348
  #, fuzzy
12349
  msgid "Animation type"
12350
  msgstr "Typ der Animation"
12351
 
12352
+ #: wppa-settings-autosave.php:3725
12353
  #, fuzzy
12354
  msgid "The way successive slides appear."
12355
  msgstr "Die Art und Weise aufeinander folgenden Folien werden angezeigt."
12356
 
12357
+ #: wppa-settings-autosave.php:3726
12358
  #, fuzzy
12359
  msgid ""
12360
  "Select the way the old slide is to be replaced by the new one in the "
12363
  "Wählen Sie die Art, wie die alte Folie soll durch die neue in der Diashow/"
12364
  "durchsuchen Fullsize Anzeige ersetzt werden."
12365
 
12366
+ #: wppa-settings-autosave.php:3728
12367
  #, fuzzy
12368
  msgid "Fade out and in simultaneous"
12369
  msgstr "Fade-out und gleichzeitig"
12370
 
12371
+ #: wppa-settings-autosave.php:3729
12372
  #, fuzzy
12373
  msgid "Fade in after fade out"
12374
  msgstr "Nach dem ausblenden einblenden"
12375
 
12376
+ #: wppa-settings-autosave.php:3730
12377
  #, fuzzy
12378
  msgid "Shift adjacent"
12379
  msgstr "Verschiebung benachbarter"
12380
 
12381
+ #: wppa-settings-autosave.php:3731
12382
  #, fuzzy
12383
  msgid "Stack on"
12384
  msgstr "Stapeln Sie auf"
12385
 
12386
+ #: wppa-settings-autosave.php:3732
12387
  #, fuzzy
12388
  msgid "Stack off"
12389
  msgstr "Stapeln Sie"
12390
 
12391
+ #: wppa-settings-autosave.php:3733
12392
  #, fuzzy
12393
  msgid "Turn over"
12394
  msgstr "Flip"
12395
 
12396
+ #: wppa-settings-autosave.php:3747
12397
  #, fuzzy
12398
  msgid "Timeout"
12399
  msgstr "Zeitüberschreitung"
12400
 
12401
+ #: wppa-settings-autosave.php:3748
12402
  #, fuzzy
12403
  msgid "Slideshow timeout."
12404
  msgstr "Diashow-Timeout."
12405
 
12406
+ #: wppa-settings-autosave.php:3749
12407
  #, fuzzy
12408
  msgid ""
12409
  "Select the time a single slide will be visible when the slideshow is started."
12411
  "Wählen Sie die Zeit, die ein einzelnes Dia angezeigt werden, wenn die "
12412
  "Diashow gestartet wird."
12413
 
12414
+ #: wppa-settings-autosave.php:3758
12415
  #, fuzzy
12416
  msgid "Speed"
12417
  msgstr "Geschwindigkeit"
12418
 
12419
+ #: wppa-settings-autosave.php:3759
12420
  #, fuzzy
12421
  msgid "Slideshow animation speed."
12422
  msgstr "Die Geschwindigkeit der Animation der Diashow."
12423
 
12424
+ #: wppa-settings-autosave.php:3760
12425
  #, fuzzy
12426
  msgid "Specify the animation speed to be used in slideshows."
12427
  msgstr ""
12428
  "Geben Sie die Geschwindigkeit der Animation in Diashows verwendet werden."
12429
 
12430
+ #: wppa-settings-autosave.php:3761
12431
  #, fuzzy
12432
  msgid "This is the time it takes a photo to fade in or out."
12433
  msgstr "Dies ist die Zeit dauert es ein Foto, um ein- oder ausblenden."
12434
 
12435
+ #: wppa-settings-autosave.php:3763 wppa-settings-autosave.php:4514
12436
+ #: wppa-settings-autosave.php:6386 wppa-settings-autosave.php:7432
12437
+ #: wppa-settings-autosave.php:7443 wppa-settings-autosave.php:7605
12438
  #, fuzzy
12439
  msgid "--- off ---"
12440
  msgstr "Aus, kein Blitz, nicht erkannt und Rück"
12441
 
12442
+ #: wppa-settings-autosave.php:3763
12443
  #, fuzzy
12444
  msgid "very fast (200 ms.)"
12445
  msgstr "sehr schnell (200 ms)"
12446
 
12447
+ #: wppa-settings-autosave.php:3763
12448
  #, fuzzy
12449
  msgid "fast (400 ms.)"
12450
  msgstr "schnell (400 ms)"
12451
 
12452
+ #: wppa-settings-autosave.php:3763
12453
  #, fuzzy
12454
  msgid "normal (800 ms.)"
12455
  msgstr "Normal (800 ms.)"
12456
 
12457
+ #: wppa-settings-autosave.php:3763
12458
  #, fuzzy
12459
  msgid "slow (1.2 s.)"
12460
  msgstr "langsam (1,2 s.)"
12461
 
12462
+ #: wppa-settings-autosave.php:3763
12463
  #, fuzzy
12464
  msgid "very slow (2 s.)"
12465
  msgstr "sehr langsam (2 s.)"
12466
 
12467
+ #: wppa-settings-autosave.php:3763
12468
  #, fuzzy
12469
  msgid "extremely slow (4 s.)"
12470
  msgstr "extrem langsam (4 s.)"
12471
 
12472
+ #: wppa-settings-autosave.php:3770
12473
  #, fuzzy
12474
  msgid "Slide hover pause"
12475
  msgstr "Folie-Hover-pause"
12476
 
12477
+ #: wppa-settings-autosave.php:3771
12478
  #, fuzzy
12479
  msgid "Running Slideshow suspends during mouse hover."
12480
  msgstr "Diashow läuft unterbricht während der Mausbewegung."
12481
 
12482
+ #: wppa-settings-autosave.php:3779
12483
  #, fuzzy
12484
  msgid "Slideshow wrap around"
12485
  msgstr "Wrap-around-Diashow"
12486
 
12487
+ #: wppa-settings-autosave.php:3780
12488
  #, fuzzy
12489
  msgid "The slideshow wraps around the start and end"
12490
  msgstr "Die Diashow umfließt den Beginn und das Ende"
12491
 
12492
+ #: wppa-settings-autosave.php:3788
12493
  #, fuzzy
12494
  msgid "Full desc align"
12495
  msgstr "Richten Sie volle desc"
12496
 
12497
+ #: wppa-settings-autosave.php:3789
12498
  #, fuzzy
12499
  msgid "The alignment of the descriptions under fullsize images and slideshows."
12500
  msgstr ""
12501
  "Die Ausrichtung der Beschreibungen unter Fullsize-Bilder und Slideshows."
12502
 
12503
+ #: wppa-settings-autosave.php:3792 wppa-settings-autosave.php:3910
12504
+ #: wppa-settings-autosave.php:4013
12505
  #, fuzzy
12506
  msgid "Left"
12507
  msgstr "Links"
12508
 
12509
+ #: wppa-settings-autosave.php:3792
12510
  #, fuzzy
12511
  msgid "Center"
12512
  msgstr "Zentriert"
12513
 
12514
+ #: wppa-settings-autosave.php:3792 wppa-settings-autosave.php:3910
12515
+ #: wppa-settings-autosave.php:4013
12516
  #, fuzzy
12517
  msgid "Right"
12518
  msgstr "Rechts"
12519
 
12520
+ #: wppa-settings-autosave.php:3799
12521
  #, fuzzy
12522
  msgid "Remove redundant space"
12523
  msgstr "Entfernen Sie überflüssige Leerzeichen"
12524
 
12525
+ #: wppa-settings-autosave.php:3800
12526
  #, fuzzy
12527
  msgid "Removes unwanted &lt;p> and &lt;br> tags in fullsize descriptions."
12528
  msgstr ""
12529
  "Entfernt unerwünschte < p > und < Br >-Tags in Fullsize-Beschreibungen."
12530
 
12531
+ #: wppa-settings-autosave.php:3801
12532
  #, fuzzy
12533
  msgid ""
12534
  "This setting has only effect when Table IX-A7 (foreign shortcodes) is "
12537
  "Diese Einstellung hat nur Auswirkung, wenn Tabelle IX-A7 (ausländische "
12538
  "Kurzwahlnummern) aktiviert ist."
12539
 
12540
+ #: wppa-settings-autosave.php:3808
12541
  #, fuzzy
12542
  msgid "Run wpautop on description"
12543
  msgstr "Führen Sie Wpautop auf Beschreibung"
12544
 
12545
+ #: wppa-settings-autosave.php:3809
12546
  #, fuzzy
12547
  msgid "Adds &lt;p> and &lt;br> tags in fullsize descriptions."
12548
  msgstr "Fügt < p > und < Br >-Tags in Fullsize-Beschreibungen."
12549
 
12550
+ #: wppa-settings-autosave.php:3817
12551
  #, fuzzy
12552
  msgid "Auto open comments"
12553
  msgstr "Offene Kommentare"
12554
 
12555
+ #: wppa-settings-autosave.php:3818
12556
  #, fuzzy
12557
  msgid "Automatic opens comments box when slideshow does not run."
12558
  msgstr "Automatische öffnet Kommentarfeld Diashow läuft nicht."
12559
 
12560
+ #: wppa-settings-autosave.php:3826
12561
  #, fuzzy
12562
  msgid "Film hover goto"
12563
  msgstr "Film-Hover-goto"
12564
 
12565
+ #: wppa-settings-autosave.php:3827
12566
  #, fuzzy
12567
  msgid "Go to slide when hovering filmstrip thumbnail."
12568
  msgstr "Gehen Sie um zu schieben, wenn die Filmstreifen Miniaturansicht Maus."
12569
 
12570
+ #: wppa-settings-autosave.php:3828
12571
  #, fuzzy
12572
  msgid "Do not use this setting when slides have different aspect ratios!"
12573
  msgstr ""
12574
  "Verwenden Sie diese Einstellung nicht, wenn Folien unterschiedliche "
12575
  "Seitenverhältnisse haben!"
12576
 
12577
+ #: wppa-settings-autosave.php:3835
12578
  #, fuzzy
12579
  msgid "Slide swipe"
12580
  msgstr "Folie streichen"
12581
 
12582
+ #: wppa-settings-autosave.php:3836
12583
  #, fuzzy
12584
  msgid "Enable touch events swipe left-right on slides on touch screens."
12585
  msgstr ""
12586
  "Ermöglichen Sie Touch Ereignisse streichen Sie nach links-rechts auf Folien "
12587
  "auf Touchscreens."
12588
 
12589
+ #: wppa-settings-autosave.php:3844
12590
  #, fuzzy
12591
  msgid "Slide page Ajax"
12592
  msgstr "Schieben Sie Seite Ajax"
12593
 
12594
+ #: wppa-settings-autosave.php:3845
12595
  #, fuzzy
12596
  msgid "Pagelinks slideshow use Ajax"
12597
  msgstr "Pagelinks Diashow verwenden Ajax"
12598
 
12599
+ #: wppa-settings-autosave.php:3846
12600
  #, fuzzy
12601
  msgid "On some systems you need to disable ajax here."
12602
  msgstr "Auf einigen Systemen müssen Sie Ajax hier deaktivieren."
12603
 
12604
+ #: wppa-settings-autosave.php:3853
12605
  #, fuzzy
12606
  msgid "Thumbnail related settings"
12607
  msgstr "Miniaturansicht Verwandte Einstellungen"
12608
 
12609
+ #: wppa-settings-autosave.php:3856
12610
  #, fuzzy
12611
  msgid "Photo ordering sequence method."
12612
  msgstr "Foto bestellen Sequenz Methode."
12613
 
12614
+ #: wppa-settings-autosave.php:3857
12615
  #, fuzzy
12616
  msgid ""
12617
  "Specify the way the photos should be ordered. This is the default setting. "
12621
  "Standardeinstellung. Sie können die Standard-Sortierreihenfolge auf einer "
12622
  "Basis pro Album außer Kraft setzen."
12623
 
12624
+ #: wppa-settings-autosave.php:3894
12625
  #, fuzzy
12626
  msgid "Thumbnail type"
12627
  msgstr "Stil des Vorschaubilds"
12628
 
12629
+ #: wppa-settings-autosave.php:3895
12630
  #, fuzzy
12631
  msgid "The way the thumbnail images are displayed."
12632
  msgstr "So wie die Miniaturbilder angezeigt werden."
12633
 
12634
+ #: wppa-settings-autosave.php:3896
12635
  #, fuzzy
12636
  msgid ""
12637
  "You may select an altenative display method for thumbnails. Note that some "
12641
  "Beachten Sie, dass einige der thumbnail-Einstellungen nicht für alle "
12642
  "verfügbaren Methoden gelten."
12643
 
12644
+ #: wppa-settings-autosave.php:3898
12645
  #, fuzzy
12646
  msgid "like album covers"
12647
  msgstr "Albumcovers"
12648
 
12649
+ #: wppa-settings-autosave.php:3898
12650
  #, fuzzy
12651
  msgid "like album covers mcr"
12652
  msgstr "wie Albumcover mcr"
12653
 
12654
+ #: wppa-settings-autosave.php:3898
12655
  #, fuzzy
12656
  msgid "masonry style columns"
12657
  msgstr "Mauerwerk-Säulen"
12658
 
12659
+ #: wppa-settings-autosave.php:3898
12660
  #, fuzzy
12661
  msgid "masonry style rows"
12662
  msgstr "Mauerwerk-Stil-Zeilen"
12663
 
12664
+ #: wppa-settings-autosave.php:3906 wppa-settings-autosave.php:4007
12665
  #, fuzzy
12666
  msgid "Placement"
12667
  msgstr "Platzierung"
12668
 
12669
+ #: wppa-settings-autosave.php:3907
12670
  #, fuzzy
12671
  msgid "Thumbnail image left or right."
12672
  msgstr "Miniaturansicht links oder rechts."
12673
 
12674
+ #: wppa-settings-autosave.php:3908
12675
  #, fuzzy
12676
  msgid "Indicate the placement position of the thumbnailphoto you wish."
12677
  msgstr ""
12678
  "Geben Sie die Platzierungsposition der Thumbnailphoto, die Sie wünschen."
12679
 
12680
+ #: wppa-settings-autosave.php:3917
12681
  #, fuzzy
12682
  msgid "Vertical alignment"
12683
  msgstr "Vertikale Ausrichtung"
12684
 
12685
+ #: wppa-settings-autosave.php:3918
12686
  #, fuzzy
12687
  msgid "Vertical alignment of thumbnails."
12688
  msgstr "Vertikale Ausrichtung von Thumbnails."
12689
 
12690
+ #: wppa-settings-autosave.php:3919
12691
  #, fuzzy
12692
  msgid ""
12693
  "Specify the vertical alignment of thumbnail images. Use this setting when "
12696
  "Geben Sie die vertikale Ausrichtung der thumbnail-Bilder. Verwenden Sie "
12697
  "diese Einstellung, wenn Alben hoch- und Querformat Fotos enthalten."
12698
 
12699
+ #: wppa-settings-autosave.php:3920
12700
  #, fuzzy
12701
  msgid ""
12702
  "It is NOT recommended to use the value --- default ---; it will affect the "
12706
  "horizontale Ausrichtung und mit benutzerdefinierten Css verwendet werden "
12707
  "soll."
12708
 
12709
+ #: wppa-settings-autosave.php:3929
12710
  #, fuzzy
12711
  msgid "Thumb mouseover"
12712
  msgstr "Daumen-mouseover"
12713
 
12714
+ #: wppa-settings-autosave.php:3930
12715
  #, fuzzy
12716
  msgid "Apply thumbnail mouseover effect."
12717
  msgstr "Miniaturansicht Mouseover-Effekt anwenden."
12718
 
12719
+ #: wppa-settings-autosave.php:3931
12720
  #, fuzzy
12721
  msgid "Check this box to use mouseover effect on thumbnail images."
12722
  msgstr ""
12723
  "Aktivieren Sie die Kontrollkästchen Mouseover Effekt auf thumbnail-Bilder "
12724
  "anwenden."
12725
 
12726
+ #: wppa-settings-autosave.php:3939
12727
  #, fuzzy
12728
  msgid "Thumb opacity"
12729
  msgstr "Daumen-Deckkraft"
12730
 
12731
+ #: wppa-settings-autosave.php:3940 wppa-settings-autosave.php:4032
12732
  #, fuzzy
12733
  msgid "Initial opacity value."
12734
  msgstr "Anfängliche Deckkraft."
12735
 
12736
+ #: wppa-settings-autosave.php:3941 wppa-settings-autosave.php:4033
12737
+ #: wppa-settings-autosave.php:4152
12738
  #, fuzzy
12739
  msgid "Enter percentage of opacity. 100% is opaque, 0% is transparant"
12740
  msgstr ""
12741
  "Geben Sie ein Prozentsatz der Deckkraft. 100 % deckend, 0 % ist transparent"
12742
 
12743
+ #: wppa-settings-autosave.php:3943 wppa-settings-autosave.php:4035
12744
+ #: wppa-settings-autosave.php:4155 wppa-settings-autosave.php:4494
12745
  #, fuzzy
12746
  msgid "%"
12747
  msgstr "%"
12748
 
12749
+ #: wppa-settings-autosave.php:3948
12750
  #, fuzzy
12751
  msgid "Thumb popup"
12752
  msgstr "Daumen-popup"
12753
 
12754
+ #: wppa-settings-autosave.php:3949
12755
  #, fuzzy
12756
  msgid "Use popup effect on thumbnail images."
12757
  msgstr "Verwenden Sie Popup-Effekt auf Miniaturbilder."
12758
 
12759
+ #: wppa-settings-autosave.php:3950
12760
  #, fuzzy
12761
  msgid "Thumbnails pop-up to a larger image when hovered."
12762
  msgstr "Um ein größeres Bild als schwebte Popup-Miniaturen."
12763
 
12764
+ #: wppa-settings-autosave.php:3958
12765
  #, fuzzy
12766
  msgid "Align subtext"
12767
  msgstr "Richten Sie subtext"
12768
 
12769
+ #: wppa-settings-autosave.php:3959
12770
  #, fuzzy
12771
  msgid "Set thumbnail subtext on equal height."
12772
  msgstr "Setzen Sie Miniaturansichten Subtext auf gleicher Höhe."
12773
 
12774
+ #: wppa-settings-autosave.php:3967
12775
  #, fuzzy
12776
  msgid "Album and covers related settings"
12777
  msgstr "Album und Abdeckungen im Zusammenhang mit Einstellungen"
12778
 
12779
+ #: wppa-settings-autosave.php:3969
12780
  #, fuzzy
12781
  msgid "Album order"
12782
  msgstr "Album bestellen"
12783
 
12784
+ #: wppa-settings-autosave.php:3970
12785
  #, fuzzy
12786
  msgid "Album ordering sequence method."
12787
  msgstr "Album Folge Bestellweg."
12788
 
12789
+ #: wppa-settings-autosave.php:3971
12790
  #, fuzzy
12791
  msgid "Specify the way the albums should be ordered."
12792
  msgstr "Geben Sie die Art, wie die Alben angeordnet werden sollen."
12793
 
12794
+ #: wppa-settings-autosave.php:3996
12795
  #, fuzzy
12796
  msgid "Default coverphoto selection"
12797
  msgstr "Standardauswahl Titelfoto"
12798
 
12799
+ #: wppa-settings-autosave.php:3997
12800
  #, fuzzy
12801
  msgid "Default select cover photo method."
12802
  msgstr "Wählen Sie Abdeckung Foto Standardmethode."
12803
 
12804
+ #: wppa-settings-autosave.php:3998
12805
  #, fuzzy
12806
  msgid ""
12807
  "This is the initial value on album creation only. It can be overruled on the "
12810
  "Dies ist der Anfangswert auf Album erstellen nur. Es kann auf der Seite "
12811
  "\"Album bearbeiten\" aufgehoben werden."
12812
 
12813
+ #: wppa-settings-autosave.php:3999
12814
  #, fuzzy
12815
  msgid "Random from album"
12816
  msgstr "Random von album"
12817
 
12818
+ #: wppa-settings-autosave.php:3999
12819
  #, fuzzy
12820
  msgid "Random featured from album"
12821
  msgstr "Random featured aus album"
12822
 
12823
+ #: wppa-settings-autosave.php:3999
12824
  #, fuzzy
12825
  msgid "Most recently added to album"
12826
  msgstr "Zuletzt hinzugefügt zum album"
12827
 
12828
+ #: wppa-settings-autosave.php:3999
12829
  #, fuzzy
12830
  msgid "Random from album or any sub album"
12831
  msgstr "Random von Album oder ein Sub-album"
12832
 
12833
+ #: wppa-settings-autosave.php:4008
12834
  #, fuzzy
12835
  msgid "Cover image position."
12836
  msgstr "Position des Bildes zu decken."
12837
 
12838
+ #: wppa-settings-autosave.php:4009
12839
  #, fuzzy
12840
  msgid ""
12841
  "Enter the position that you want to be used for the default album cover "
12844
  "Geben Sie die Position, die Sie für das Standard-Album-Cover ausgewählt in "
12845
  "Tabelle IV-D6 verwendet werden sollen."
12846
 
12847
+ #: wppa-settings-autosave.php:4010
12848
  #, fuzzy
12849
  msgid ""
12850
  "For covertype Image Factory: left will be treated as top and right will be "
12853
  "Für Covertype Image Factory: Links behandelt werden, als oben und rechts "
12854
  "werden Treted als unten."
12855
 
12856
+ #: wppa-settings-autosave.php:4011
12857
  #, fuzzy
12858
  msgid ""
12859
  "For covertype Long Descriptions: top will be treated as left and bottom will "
12862
  "Für Covertype lange Beschreibungen: oben behandelt werden, als Links und "
12863
  "unten werden Treted als Recht."
12864
 
12865
+ #: wppa-settings-autosave.php:4021
12866
  #, fuzzy
12867
  msgid "Cover mouseover"
12868
  msgstr "Mouseover zu decken"
12869
 
12870
+ #: wppa-settings-autosave.php:4022
12871
  #, fuzzy
12872
  msgid "Apply coverphoto mouseover effect."
12873
  msgstr "Titelfoto Mouseover Effekt anwenden."
12874
 
12875
+ #: wppa-settings-autosave.php:4023
12876
  #, fuzzy
12877
  msgid "Check this box to use mouseover effect on cover images."
12878
  msgstr ""
12879
  "Aktivieren Sie die Kontrollkästchen Mouseover Effekt auf Cover-Bilder "
12880
  "anwenden."
12881
 
12882
+ #: wppa-settings-autosave.php:4031
12883
  #, fuzzy
12884
  msgid "Cover opacity"
12885
  msgstr "Abdeckung-Deckkraft"
12886
 
12887
+ #: wppa-settings-autosave.php:4040
12888
  #, fuzzy
12889
  msgid "Cover type"
12890
  msgstr "Cover Art"
12891
 
12892
+ #: wppa-settings-autosave.php:4041
12893
  #, fuzzy
12894
  msgid "Select the default cover type."
12895
  msgstr "Wählen Sie den Standard Cover."
12896
 
12897
+ #: wppa-settings-autosave.php:4042
12898
  #, fuzzy
12899
  msgid ""
12900
  "Types with the addition mcr are suitable for Multi Column in a Responsive "
12902
  msgstr ""
12903
  "Mit dem Zusatz Mcr eignen sich für Multi-Spalte in eine ansprechende Thema"
12904
 
12905
+ #: wppa-settings-autosave.php:4065
12906
  #, fuzzy
12907
  msgid "The umber of coverphotos. Must be > 1 and < 25."
12908
  msgstr "Die Umbra Coverphotos. > 1 und < 25 sein."
12909
 
12910
+ #: wppa-settings-autosave.php:4073
12911
  #, fuzzy
12912
  msgid "Cats include subs"
12913
  msgstr "Katzen gehören u-Boote"
12914
 
12915
+ #: wppa-settings-autosave.php:4074
12916
  #, fuzzy
12917
  msgid "Child albums are included in Category based shortcodes."
12918
  msgstr "Kind-Alben sind in Kategorie nach Kurzwahlnummern enthalten."
12919
 
12920
+ #: wppa-settings-autosave.php:4075
12921
  #, fuzzy
12922
  msgid ""
12923
  "When you use album=\"#cat,...\", in a shortcode, the child albums will be "
12926
  "Bei Verwendung von Album = \"#cat...\", in einer Kurzwahlnummer, die Kind-"
12927
  "Alben aufgenommen werden."
12928
 
12929
+ #: wppa-settings-autosave.php:4083
12930
  #, fuzzy
12931
  msgid "Rating related settings"
12932
  msgstr "Bewertung im Zusammenhang mit Einstellungen"
12933
 
12934
+ #: wppa-settings-autosave.php:4085
12935
  #, fuzzy
12936
  msgid "Rating login"
12937
  msgstr "Rating-login"
12938
 
12939
+ #: wppa-settings-autosave.php:4086
12940
  #, fuzzy
12941
  msgid "Users must login to rate photos."
12942
  msgstr "Benutzer müssen melden Sie sich bei Fotos."
12943
 
12944
+ #: wppa-settings-autosave.php:4087
12945
  #, fuzzy
12946
  msgid ""
12947
  "If users want to vote for a photo (rating 1..5 stars) the must login first. "
12952
  "erste. Die mittlere Bewertung wird immer angezeigt, solange das Rating-"
12953
  "System aktiviert ist."
12954
 
12955
+ #: wppa-settings-autosave.php:4094
12956
  #, fuzzy
12957
  msgid "Rating change"
12958
  msgstr "Bewertung ändern"
12959
 
12960
+ #: wppa-settings-autosave.php:4095 wppa-settings-autosave.php:4096
12961
  #, fuzzy
12962
  msgid "Users may change their ratings."
12963
  msgstr "Benutzer können ihre Ratings ändern."
12964
 
12965
+ #: wppa-settings-autosave.php:4097 wppa-settings-autosave.php:4134
12966
+ #: wppa-settings-autosave.php:4153 wppa-settings-autosave.php:4166
12967
+ #: wppa-settings-autosave.php:4176 wppa-settings-autosave.php:4186
12968
+ #: wppa-settings-autosave.php:4196 wppa-settings-autosave.php:4205
12969
  #, fuzzy
12970
  msgid ""
12971
  "If \"One button vote\" is selected in Table I-E1, this setting has no meaning"
12973
  "Wenn \"Eine Schaltfläche\" Stimme\"in der Tabelle-E1 ausgewählt ist, hat "
12974
  "diese Einstellung keine Bedeutung"
12975
 
12976
+ #: wppa-settings-autosave.php:4104
12977
  #, fuzzy
12978
  msgid "Rating multi"
12979
  msgstr "Rating-multi"
12980
 
12981
+ #: wppa-settings-autosave.php:4105
12982
  #, fuzzy
12983
  msgid "Users may give multiple votes."
12984
  msgstr "Benutzer können mehrere Stimmen geben."
12985
 
12986
+ #: wppa-settings-autosave.php:4106
12987
  #, fuzzy
12988
  msgid ""
12989
  "Users may give multiple votes. (This has no effect when users may change "
12992
  "Benutzer können mehrere Stimmen geben. (Dies hat keine Auswirkung, wenn "
12993
  "Benutzer ihre Stimme ändern können.)"
12994
 
12995
+ #: wppa-settings-autosave.php:4113
12996
  #, fuzzy
12997
  msgid "Rate own photos"
12998
  msgstr "Bei eigenen Fotos"
12999
 
13000
+ #: wppa-settings-autosave.php:4114
13001
  #, fuzzy
13002
  msgid "It is allowed to rate photos by the uploader himself."
13003
  msgstr "Es ist erlaubt zu Rate Fotos durch den Uploader selbst."
13004
 
13005
+ #: wppa-settings-autosave.php:4122
13006
  #, fuzzy
13007
  msgid "Rating requires comment"
13008
  msgstr "Bewertung erfordert Kommentar"
13009
 
13010
+ #: wppa-settings-autosave.php:4123
13011
  #, fuzzy
13012
  msgid "Users must clarify their vote in a comment."
13013
  msgstr "Benutzer müssen ihre Stimme in einem Kommentar klären."
13014
 
13015
+ #: wppa-settings-autosave.php:4132
13016
  #, fuzzy
13017
  msgid "This value counts dislike rating."
13018
  msgstr "Dieser Wert zählt Abneigung Rating."
13019
 
13020
+ #: wppa-settings-autosave.php:4133
13021
  #, fuzzy
13022
  msgid ""
13023
  "This value will be used for a dislike rating on calculation of avarage "
13026
  "Dieser Wert wird für eine Abneigung Bewertung auf Berechnung der Avarage "
13027
  "Bewertungen verwendet werden."
13028
 
13029
+ #: wppa-settings-autosave.php:4136
13030
  #, fuzzy
13031
  msgid "points"
13032
  msgstr "poeng"
13033
 
13034
+ #: wppa-settings-autosave.php:4141
13035
  #, fuzzy
13036
  msgid "Next after vote"
13037
  msgstr "Als nächstes nach Abstimmung"
13038
 
13039
+ #: wppa-settings-autosave.php:4142
13040
  #, fuzzy
13041
  msgid "Goto next slide after voting"
13042
  msgstr "GOTO nächsten Folie nach der Abstimmung"
13043
 
13044
+ #: wppa-settings-autosave.php:4143
13045
  #, fuzzy
13046
  msgid ""
13047
  "If checked, the visitor goes straight to the slide following the slide he "
13050
  "Wenn diese Option aktiviert ist, geht der Besucher direkt auf der Folie nach "
13051
  "der Folie, die er gewählt. Das beschleunigt mass Abstimmung."
13052
 
13053
+ #: wppa-settings-autosave.php:4150
13054
  #, fuzzy
13055
  msgid "Star off opacity"
13056
  msgstr "Sterne aus Deckkraft"
13057
 
13058
+ #: wppa-settings-autosave.php:4151
13059
  #, fuzzy
13060
  msgid "Rating star off state opacity value."
13061
  msgstr "Bewertung Sterne aus Zustandswert Deckkraft."
13062
 
13063
+ #: wppa-settings-autosave.php:4161
13064
  #, fuzzy
13065
  msgid "Notify admin every x times."
13066
  msgstr "Admin, die alle x mal zu benachrichtigen."
13067
 
13068
+ #: wppa-settings-autosave.php:4162
13069
  #, fuzzy
13070
  msgid ""
13071
  "If this number is positive, there will be a thumb down icon in the rating "
13074
  "Wenn diese Zahl positiv ist, werden ein Daumen nach unten-Symbol in der "
13075
  "Rating-Bar."
13076
 
13077
+ #: wppa-settings-autosave.php:4163
13078
  #, fuzzy
13079
  msgid ""
13080
  "Cicking the icon indicates a user wants to report that an image is "
13083
  "Cicking das Symbol zeigt an, dass ein Benutzer möchte berichten, dass ein "
13084
  "Bild Inappropiate."
13085
 
13086
+ #: wppa-settings-autosave.php:4164
13087
  #, fuzzy
13088
  msgid "Admin will be notified by email after every x reports."
13089
  msgstr ""
13090
  "Admin werden per e-Mail benachrichtigt werden, nachdem alle X-Berichte."
13091
 
13092
+ #: wppa-settings-autosave.php:4165 wppa-settings-autosave.php:4175
13093
+ #: wppa-settings-autosave.php:4185
13094
  #, fuzzy
13095
  msgid "A value of 0 disables this feature."
13096
  msgstr "Der Wert 0 deaktiviert diese Funktion."
13097
 
13098
+ #: wppa-settings-autosave.php:4168 wppa-settings-autosave.php:4178
13099
+ #: wppa-settings-autosave.php:4188
13100
  #, fuzzy
13101
  msgid "reports"
13102
  msgstr "Berichte"
13103
 
13104
+ #: wppa-settings-autosave.php:4173
13105
  #, fuzzy
13106
  msgid "Pending after"
13107
  msgstr "Ausstehende nach"
13108
 
13109
+ #: wppa-settings-autosave.php:4174
13110
  #, fuzzy
13111
  msgid "Set status to pending after xx dislike votes."
13112
  msgstr "Setzen Sie Status auf ausstehende nach Xx mag stimmen."
13113
 
13114
+ #: wppa-settings-autosave.php:4183
13115
  #, fuzzy
13116
  msgid "Delete after"
13117
  msgstr "Spam löschen nach:"
13118
 
13119
+ #: wppa-settings-autosave.php:4184
13120
  #, fuzzy
13121
  msgid "Deete photo after xx dislike votes."
13122
  msgstr "Deete automatisch nach Xx Abneigung stimmen."
13123
 
13124
+ #: wppa-settings-autosave.php:4193
13125
  #, fuzzy
13126
  msgid "Show dislike count"
13127
  msgstr "Anzahl der Abneigung Anzeigen"
13128
 
13129
+ #: wppa-settings-autosave.php:4194
13130
  #, fuzzy
13131
  msgid "Show the number of dislikes in the rating bar."
13132
  msgstr "Wird die Anzahl der Abneigungen in der Bewertung angezeigt."
13133
 
13134
+ #: wppa-settings-autosave.php:4195
13135
  #, fuzzy
13136
  msgid "Displayes the total number of dislike votes for the current photo."
13137
  msgstr "Anständen stimmen die Gesamtzahl der Abneigung für das aktuelle Foto."
13138
 
13139
+ #: wppa-settings-autosave.php:4203
13140
  #, fuzzy
13141
  msgid "Rating display type"
13142
  msgstr "Rating-Display-Typ"
13143
 
13144
+ #: wppa-settings-autosave.php:4204
13145
  #, fuzzy
13146
  msgid "Specify the type of the rating display."
13147
  msgstr "Geben Sie die Bewertungsanzeige."
13148
 
13149
+ #: wppa-settings-autosave.php:4207
13150
  #, fuzzy
13151
  msgid "Graphic"
13152
  msgstr "Grafik"
13153
 
13154
+ #: wppa-settings-autosave.php:4207
13155
  #, fuzzy
13156
  msgid "Numeric"
13157
  msgstr "Numerisch"
13158
 
13159
+ #: wppa-settings-autosave.php:4214
13160
  #, fuzzy
13161
  msgid "Show average rating"
13162
  msgstr "Durchschnittliche Bewertung"
13163
 
13164
+ #: wppa-settings-autosave.php:4215
13165
  #, fuzzy
13166
  msgid "Display the avarage rating and/or vote count on the rating bar"
13167
  msgstr ""
13168
  "Avarage Bewertung und/oder Abstimmung Anzahl auf der Rating-Leiste anzeigen"
13169
 
13170
+ #: wppa-settings-autosave.php:4216
13171
  #, fuzzy
13172
  msgid ""
13173
  "If checked, the average rating as well as the current users rating is "
13176
  "Wenn diese Option aktiviert, wird die durchschnittliche Bewertung sowie die "
13177
  "aktuellen Benutzer Bewertung in max. 5 oder 10 Sternen angezeigt."
13178
 
13179
+ #: wppa-settings-autosave.php:4217
13180
  #, fuzzy
13181
  msgid "If unchecked, only the current users rating is displayed (if any)."
13182
  msgstr ""
13183
  "Wenn diese Option deaktiviert, nur der aktuelle Benutzer Bewertung wird "
13184
  "angezeigt (falls vorhanden)."
13185
 
13186
+ #: wppa-settings-autosave.php:4218
13187
  #, fuzzy
13188
  msgid ""
13189
  "If \"One button vote\" is selected in Table I-E1, this box checked will "
13192
  "Wenn \"Eine Schaltfläche\" Stimme\"in der Tabelle-E1 ausgewählt ist, wird "
13193
  "dieses Kontrollkästchen aktiviert die Auszählung der Stimmen angezeigt."
13194
 
13195
+ #: wppa-settings-autosave.php:4225
13196
  #, fuzzy
13197
  msgid "Single vote button text"
13198
  msgstr "Einzige Stimme Schaltflächentext"
13199
 
13200
+ #: wppa-settings-autosave.php:4226
13201
  #, fuzzy
13202
  msgid "The text on the voting button."
13203
  msgstr "Der Text auf der Schaltfläche \"Abstimmung\"."
13204
 
13205
+ #: wppa-settings-autosave.php:4227 wppa-settings-autosave.php:4236
13206
  #, fuzzy
13207
  msgid "This text may contain qTranslate compatible language tags."
13208
  msgstr "Dieser Text kann qTranslate kompatibel sprach-Tags enthalten."
13209
 
13210
+ #: wppa-settings-autosave.php:4234
13211
  #, fuzzy
13212
  msgid "Single vote button text voted"
13213
  msgstr "Einzige Stimme Schaltflächentext gestimmt"
13214
 
13215
+ #: wppa-settings-autosave.php:4235
13216
  #, fuzzy
13217
  msgid "The text on the voting button when voted."
13218
  msgstr "Der Text auf den voting Button bei der Abstimmung."
13219
 
13220
+ #: wppa-settings-autosave.php:4243
13221
  #, fuzzy
13222
  msgid "Single vote button thumbnail"
13223
  msgstr "Einzige Stimme Schaltfläche Miniaturansicht"
13224
 
13225
+ #: wppa-settings-autosave.php:4244
13226
  #, fuzzy
13227
  msgid "Display single vote button below thumbnails."
13228
  msgstr "Stimme-Button unter Miniaturansichten anzeigen"
13229
 
13230
+ #: wppa-settings-autosave.php:4245
13231
  #, fuzzy
13232
  msgid ""
13233
  "This works only in single vote mode: Table I-E1 set to \"one button vote\""
13235
  "Dies funktioniert nur im Modus der Stimme: Tabelle legen Sie auf \"eine "
13236
  "Schaltfläche\"Abstimmung\"Ich-E1"
13237
 
13238
+ #: wppa-settings-autosave.php:4252
13239
  #, fuzzy
13240
  msgid "Medal bronze when"
13241
  msgstr "Bronze-Medaille beim"
13242
 
13243
+ #: wppa-settings-autosave.php:4253 wppa-settings-autosave.php:4271
13244
  #, fuzzy
13245
  msgid "Photo gets medal bronze when number of top-scores ( 5 or 10 )."
13246
  msgstr "Foto bekommt Medaille Bronze wenn Anzahl der Top-Scores (5 oder 10)."
13247
 
13248
+ #: wppa-settings-autosave.php:4254 wppa-settings-autosave.php:4272
13249
  #, fuzzy
13250
  msgid ""
13251
  "When the photo has this number of topscores ( 5 or 10 stars ), it will get a "
13255
  "erhalten sie eine Bronze-Medaille. Der Wert 0 gibt an, dass Sie dieses "
13256
  "Feature nicht wollen."
13257
 
13258
+ #: wppa-settings-autosave.php:4256 wppa-settings-autosave.php:4265
13259
+ #: wppa-settings-autosave.php:4274
13260
  #, fuzzy
13261
  msgid "Topscores"
13262
  msgstr "Topscores"
13263
 
13264
+ #: wppa-settings-autosave.php:4261
13265
  #, fuzzy
13266
  msgid "Medal silver when"
13267
  msgstr "Silber Medaille beim"
13268
 
13269
+ #: wppa-settings-autosave.php:4262
13270
  #, fuzzy
13271
  msgid "Photo gets medal silver when number of top-scores ( 5 or 10 )."
13272
  msgstr "Foto bekommt Medaille Silber wenn Anzahl der Top-Scores (5 oder 10)."
13273
 
13274
+ #: wppa-settings-autosave.php:4263
13275
  #, fuzzy
13276
  msgid ""
13277
  "When the photo has this number of topscores ( 5 or 10 stars ), it will get a "
13281
  "erhalten sie eine Silbermedaille. Der Wert 0 gibt an, dass Sie dieses "
13282
  "Feature nicht wollen."
13283
 
13284
+ #: wppa-settings-autosave.php:4270
13285
  #, fuzzy
13286
  msgid "Medal gold when"
13287
  msgstr "Gold-Medaille beim"
13288
 
13289
+ #: wppa-settings-autosave.php:4279
13290
  #, fuzzy
13291
  msgid "Medal tag color"
13292
  msgstr "Medaille-Tag-Farbe"
13293
 
13294
+ #: wppa-settings-autosave.php:4280
13295
  #, fuzzy
13296
  msgid "The color of the tag on the medal."
13297
  msgstr "Die Farbe des Tags auf der Medaille."
13298
 
13299
+ #: wppa-settings-autosave.php:4283 wppa-settings-autosave.php:7688
13300
  #, fuzzy
13301
  msgid "Red"
13302
  msgstr "Rote-Augen-Reduzierung, nicht erkannt und Rück"
13303
 
13304
+ #: wppa-settings-autosave.php:4283 wppa-settings-autosave.php:7691
13305
  #, fuzzy
13306
  msgid "Green"
13307
  msgstr "Grün"
13308
 
13309
+ #: wppa-settings-autosave.php:4283 wppa-settings-autosave.php:7692
13310
  #, fuzzy
13311
  msgid "Blue"
13312
  msgstr "Blau"
13313
 
13314
+ #: wppa-settings-autosave.php:4290
13315
  #, fuzzy
13316
  msgid "Medal position"
13317
  msgstr "Medaille position"
13318
 
13319
+ #: wppa-settings-autosave.php:4291
13320
  #, fuzzy
13321
  msgid "The position of the medal on the image."
13322
  msgstr "Die Position der Medaille auf das Bild."
13323
 
13324
+ #: wppa-settings-autosave.php:4294
13325
  #, fuzzy
13326
  msgid "Top left"
13327
  msgstr "Oben links"
13328
 
13329
+ #: wppa-settings-autosave.php:4294
13330
  #, fuzzy
13331
  msgid "Top right"
13332
  msgstr "Oben rechts"
13333
 
13334
+ #: wppa-settings-autosave.php:4294
13335
  #, fuzzy
13336
  msgid "Bottom left"
13337
  msgstr "Unten links"
13338
 
13339
+ #: wppa-settings-autosave.php:4294
13340
  #, fuzzy
13341
  msgid "Bottom right"
13342
  msgstr "Unten rechts"
13343
 
13344
+ #: wppa-settings-autosave.php:4301
13345
  #, fuzzy
13346
  msgid "Top criterium"
13347
  msgstr "Top-Kriterium"
13348
 
13349
+ #: wppa-settings-autosave.php:4302
13350
  #, fuzzy
13351
  msgid "The top sort item used for topten results from shortcodes."
13352
  msgstr ""
13353
  "Das Top Art Element für Topten Ergebnisse von Kurzwahlnummern verwendet."
13354
 
13355
+ #: wppa-settings-autosave.php:4305
13356
  #, fuzzy
13357
  msgid "Mean raiting"
13358
  msgstr "Mittlere beliebheit"
13359
 
13360
+ #: wppa-settings-autosave.php:4305
13361
  #, fuzzy
13362
  msgid "Rating count"
13363
  msgstr "Bewertungen"
13364
 
13365
+ #: wppa-settings-autosave.php:4305
13366
  #, fuzzy
13367
  msgid "Viewcount"
13368
  msgstr "Aufrufstatistik"
13369
 
13370
+ #: wppa-settings-autosave.php:4312
13371
  #, fuzzy
13372
  msgid "Comments related settings"
13373
  msgstr "Kommentare bezogenen Einstellungen"
13374
 
13375
+ #: wppa-settings-autosave.php:4314
13376
  #, fuzzy
13377
  msgid "Commenting login"
13378
  msgstr "Kommentieren login"
13379
 
13380
+ #: wppa-settings-autosave.php:4315
13381
  #, fuzzy
13382
  msgid "Users must be logged in to comment on photos."
13383
  msgstr "Benutzer müssen angemeldet sein, um Fotos kommentieren."
13384
 
13385
+ #: wppa-settings-autosave.php:4316
13386
  #, fuzzy
13387
  msgid ""
13388
  "Check this box if you want users to be logged in to be able to enter "
13391
  "Markieren Sie dieses Kästchen, wenn Sie möchten, dass Benutzer angemeldet "
13392
  "sein, um in der Lage, den Erläuterungen zu einzelnen Fotos zu betreten."
13393
 
13394
+ #: wppa-settings-autosave.php:4323
13395
  #, fuzzy
13396
  msgid "Comments view login"
13397
  msgstr "Kommentare Ansicht Login"
13398
 
13399
+ #: wppa-settings-autosave.php:4324
13400
  #, fuzzy
13401
  msgid "Users must be logged in to see comments on photos."
13402
  msgstr "Benutzer müssen angemeldet sein, um Kommentare zu Fotos zu sehen."
13403
 
13404
+ #: wppa-settings-autosave.php:4325
13405
  #, fuzzy
13406
  msgid ""
13407
  "Check this box if you want users to be logged in to be able to see existing "
13411
  "sein, um in der Lage, bestehende Kommentare zu einzelnen Fotos anzeigen zu "
13412
  "können."
13413
 
13414
+ #: wppa-settings-autosave.php:4332
13415
  #, fuzzy
13416
  msgid "Last comment first"
13417
  msgstr "Letzter Kommentar zuerst"
13418
 
13419
+ #: wppa-settings-autosave.php:4333
13420
  #, fuzzy
13421
  msgid "Display the newest comment on top."
13422
  msgstr "An der Spitze der neuesten Kommentar anzeigen."
13423
 
13424
+ #: wppa-settings-autosave.php:4334
13425
  #, fuzzy
13426
  msgid "If checked: Display the newest comment on top."
13427
  msgstr "Wenn diese Option aktiviert: zeigt den neuesten Kommentar oben."
13428
 
13429
+ #: wppa-settings-autosave.php:4335
13430
  #, fuzzy
13431
  msgid "If unchecked, the comments are listed in the ordere they were entered."
13432
  msgstr ""
13433
  "Ist die Option deaktiviert, werden die Kommentare im ordere aufgeführt "
13434
  "wurden sie getreten."
13435
 
13436
+ #: wppa-settings-autosave.php:4342
13437
  #, fuzzy
13438
  msgid "Comment moderation"
13439
  msgstr "Kommentarmoderation"
13440
 
13441
+ #: wppa-settings-autosave.php:4343
13442
  #, fuzzy
13443
  msgid "Comments from what users need approval."
13444
  msgstr "Kommentare von dem, was Anwender brauchen Genehmigung."
13445
 
13446
+ #: wppa-settings-autosave.php:4344
13447
  #, fuzzy
13448
  msgid "Select the desired users of which the comments need approval."
13449
  msgstr ""
13450
  "Wählen Sie die gewünschten Benutzer aus der die Kommentare brauchen die "
13451
  "Genehmigung."
13452
 
13453
+ #: wppa-settings-autosave.php:4346 wppa-settings-autosave.php:6372
13454
  #, fuzzy
13455
  msgid "All users"
13456
  msgstr "Alle Benutzer"
13457
 
13458
+ #: wppa-settings-autosave.php:4346 wppa-settings-autosave.php:6372
13459
  #, fuzzy
13460
  msgid "Logged out users"
13461
  msgstr "abgemeldete Benutzer"
13462
 
13463
+ #: wppa-settings-autosave.php:4346 wppa-settings-autosave.php:6372
13464
  #, fuzzy
13465
  msgid "No users"
13466
  msgstr "Keine Teilnehmer."
13467
 
13468
+ #: wppa-settings-autosave.php:4353
13469
  #, fuzzy
13470
  msgid "Comment email required"
13471
  msgstr "Kommentar e-Mail erforderlich"
13472
 
13473
+ #: wppa-settings-autosave.php:4354
13474
  #, fuzzy
13475
  msgid "Commenting users must enter their email addresses."
13476
  msgstr "Kommentierende Benutzer müssen ihre e-Mail-Adressen eingeben."
13477
 
13478
+ #: wppa-settings-autosave.php:4358 wppa-settings-autosave.php:9018
13479
+ #: wppa-settings-autosave.php:9086
13480
  #, fuzzy
13481
  msgid "Optional"
13482
  msgstr "Optional"
13483
 
13484
+ #: wppa-settings-autosave.php:4370
13485
  #, fuzzy
13486
  msgid "Comment notify"
13487
  msgstr "Kommentar zu benachrichtigen"
13488
 
13489
+ #: wppa-settings-autosave.php:4371
13490
  #, fuzzy
13491
  msgid "Select who must receive an e-mail notification of a new comment."
13492
  msgstr ""
13493
  "Wählen Sie aus, wer eine e-Mail-Benachrichtigung über einen neuen Kommentar "
13494
  "erhalten müssen."
13495
 
13496
+ #: wppa-settings-autosave.php:4374
13497
  #, fuzzy
13498
  msgid "--- None ---"
13499
  msgstr "--- keine ---"
13500
 
13501
+ #: wppa-settings-autosave.php:4375
13502
  #, fuzzy
13503
  msgid "--- Admin ---"
13504
  msgstr "Admin"
13505
 
13506
+ #: wppa-settings-autosave.php:4376
13507
  #, fuzzy
13508
  msgid "--- Album owner ---"
13509
  msgstr "---Albuminhaber---"
13510
 
13511
+ #: wppa-settings-autosave.php:4377
13512
  #, fuzzy
13513
  msgid "--- Admin & Owner ---"
13514
  msgstr "---Admin & Besitzer---"
13515
 
13516
+ #: wppa-settings-autosave.php:4378
13517
  #, fuzzy
13518
  msgid "--- Uploader ---"
13519
  msgstr "---Uploader---"
13520
 
13521
+ #: wppa-settings-autosave.php:4379
13522
  #, fuzzy
13523
  msgid "--- Up & admin ---"
13524
  msgstr "---Bis & Admin---"
13525
 
13526
+ #: wppa-settings-autosave.php:4380
13527
  #, fuzzy
13528
  msgid "--- Up & Owner ---"
13529
  msgstr "---Bis & Besitzer---"
13530
 
13531
+ #: wppa-settings-autosave.php:4403
13532
  #, fuzzy
13533
  msgid "Comment notify previous"
13534
  msgstr "Kommentar zu früheren benachrichtigen"
13535
 
13536
+ #: wppa-settings-autosave.php:4404
13537
  #, fuzzy
13538
  msgid "Notify users who has commented this photo earlier."
13539
  msgstr ""
13540
  "Benachrichtigen Sie Benutzer, die dieses Foto bereits Stellung genommen hat."
13541
 
13542
+ #: wppa-settings-autosave.php:4412
13543
  #, fuzzy
13544
  msgid "Comment notify approved"
13545
  msgstr "Kommentar benachrichtigen genehmigt"
13546
 
13547
+ #: wppa-settings-autosave.php:4413
13548
  #, fuzzy
13549
  msgid "Notify photo owner of approved comment."
13550
  msgstr "Benachrichtigen Sie Foto Eigentümer der zugelassenen Kommentar."
13551
 
13552
+ #: wppa-settings-autosave.php:4421
13553
  #, fuzzy
13554
  msgid "Com ntfy appr email content"
13555
  msgstr "Com Ntfy ca. e-Mail-Inhalten"
13556
 
13557
+ #: wppa-settings-autosave.php:4422
13558
  #, fuzzy
13559
  msgid "The content of the email."
13560
  msgstr "Der Inhalt der e-Mail."
13561
 
13562
+ #: wppa-settings-autosave.php:4423
13563
  #, fuzzy
13564
  msgid "If you leave this blank, the default content will be used"
13565
  msgstr ""
13566
  "Wenn Sie dieses Feld leer lassen, wird die Standard-Content verwendet werden"
13567
 
13568
+ #: wppa-settings-autosave.php:4424
13569
  #, fuzzy
13570
  msgid "The content may contain html."
13571
  msgstr "Der Inhalt kann html enthalten."
13572
 
13573
+ #: wppa-settings-autosave.php:4425
13574
  #, fuzzy
13575
  msgid ""
13576
  "You may use the following keywords: w#comment for the comment content, "
13584
  "w #timestamp, w #modified, w #views, w #amx, w #amy, w #amfs, w #url, w "
13585
  "#hrurl, w #tnurl, w #cc0... w #cc9, w #cd0... w #cd9."
13586
 
13587
+ #: wppa-settings-autosave.php:4432
13588
  #, fuzzy
13589
  msgid "Com ntfy appr email subject"
13590
  msgstr "Com Ntfy ca. e-Mail-Betreff"
13591
 
13592
+ #: wppa-settings-autosave.php:4433
13593
  #, fuzzy
13594
  msgid "The subject of the email."
13595
  msgstr "Betreff der E-Mail"
13596
 
13597
+ #: wppa-settings-autosave.php:4442
13598
  #, fuzzy
13599
  msgid "Comment ntfy added"
13600
  msgstr "Kommentar hinzugefügt"
13601
 
13602
+ #: wppa-settings-autosave.php:4443
13603
  #, fuzzy
13604
  msgid "Show \"Comment added\" after successfull adding a comment."
13605
  msgstr ""
13606
  "Zeigen Sie \"Kommentar hinzugefügt\" nach erfolgreich einen Kommentar "
13607
  "hinzufügen."
13608
 
13609
+ #: wppa-settings-autosave.php:4451
13610
  #, fuzzy
13611
  msgid "ComTen alt display"
13612
  msgstr "ComTen Alt display"
13613
 
13614
+ #: wppa-settings-autosave.php:4452
13615
  #, fuzzy
13616
  msgid "Display comments at comten thumbnails."
13617
  msgstr "Anzeigen Kommentare an comten Thumbnails."
13618
 
13619
+ #: wppa-settings-autosave.php:4460
13620
  #, fuzzy
13621
  msgid "Comten Thumbnail width"
13622
  msgstr "Comten Miniatur-breite"
13623
 
13624
+ #: wppa-settings-autosave.php:4461
13625
  #, fuzzy
13626
  msgid "The width of the thumbnail in the alt comment display."
13627
  msgstr "Die Breite des Vorschaubildes im Alt Kommentar Display."
13628
 
13629
+ #: wppa-settings-autosave.php:4464
13630
  #, fuzzy
13631
  msgid "Pixels"
13632
  msgstr ""
13633
  "Geben Sie die Kartenhöhe in Pixeln an. Beispiel: 200, oder lassen dieses "
13634
  "Feld frei um eine responsive Karte zu erstellen."
13635
 
13636
+ #: wppa-settings-autosave.php:4469
13637
  #, fuzzy
13638
  msgid "Show smiley picker"
13639
  msgstr "Smiley-Picker anzeigen"
13640
 
13641
+ #: wppa-settings-autosave.php:4470
13642
  #, fuzzy
13643
  msgid "Display a clickable row of smileys."
13644
  msgstr "Eine anklickbare Reihe von Smileys angezeigt."
13645
 
13646
+ #: wppa-settings-autosave.php:4478
13647
  #, fuzzy
13648
  msgid "Show commenter email"
13649
  msgstr "Zeige Kommentator email"
13650
 
13651
+ #: wppa-settings-autosave.php:4479
13652
  #, fuzzy
13653
  msgid "Show the commenter's email in the notify emails."
13654
  msgstr "Zeige den Kommentator Email in den e-Mails benachrichtigen."
13655
 
13656
+ #: wppa-settings-autosave.php:4480
13657
  #, fuzzy
13658
  msgid "Shows the email address of the commenter in all notify emails."
13659
  msgstr ""
13660
  "Zeigt die e-Mail-Adresse der Kommentator in allen benachrichtigen-e-Mails."
13661
 
13662
+ #: wppa-settings-autosave.php:4481
13663
  #, fuzzy
13664
  msgid ""
13665
  "If switched off, admin will still receive the senders email in the "
13668
  "Wenn ausgeschaltet, wird Admin noch die Absender-Email Benachrichtigung per "
13669
  "Post erhalten"
13670
 
13671
+ #: wppa-settings-autosave.php:4491
13672
  #, fuzzy
13673
  msgid "The opacity of the lightbox overlay background."
13674
  msgstr "Die Deckkraft des Leuchtkastens überlagern Hintergrund."
13675
 
13676
+ #: wppa-settings-autosave.php:4499
13677
  #, fuzzy
13678
  msgid "Click on background"
13679
  msgstr "Klicken Sie auf Hintergrund"
13680
 
13681
+ #: wppa-settings-autosave.php:4500
13682
  #, fuzzy
13683
  msgid "Select the action to be taken on click on background."
13684
  msgstr "Wählen Sie die Aktion klicken Sie auf Hintergrund getroffen werden."
13685
 
13686
+ #: wppa-settings-autosave.php:4503
13687
  #, fuzzy
13688
  msgid "Nothing"
13689
  msgstr "Nichts"
13690
 
13691
+ #: wppa-settings-autosave.php:4503
13692
  #, fuzzy
13693
  msgid "Exit (close)"
13694
  msgstr "Exit (schließen)"
13695
 
13696
+ #: wppa-settings-autosave.php:4503
13697
  #, fuzzy
13698
  msgid "Browse (left/right)"
13699
  msgstr "Durchsuchen (links/rechts)"
13700
 
13701
+ #: wppa-settings-autosave.php:4510
13702
  #, fuzzy
13703
  msgid "Overlay animation speed"
13704
  msgstr "Animationsgeschwindigkeit Overlay"
13705
 
13706
+ #: wppa-settings-autosave.php:4511
13707
  #, fuzzy
13708
  msgid "The fade-in time of the lightbox images"
13709
  msgstr "Die Fade-Zeit der Lightbox Bilder"
13710
 
13711
+ #: wppa-settings-autosave.php:4514
13712
  #, fuzzy
13713
  msgid "very fast (100 ms.)"
13714
  msgstr "sehr schnell (100 ms)."
13715
 
13716
+ #: wppa-settings-autosave.php:4514
13717
  #, fuzzy
13718
  msgid "fast (200 ms.)"
13719
  msgstr "schnell (200 ms)"
13720
 
13721
+ #: wppa-settings-autosave.php:4514
13722
  #, fuzzy
13723
  msgid "normal (300 ms.)"
13724
  msgstr "Normal (300 ms)"
13725
 
13726
+ #: wppa-settings-autosave.php:4514
13727
  #, fuzzy
13728
  msgid "slow (500 ms.)"
13729
  msgstr "langsam (500 ms)."
13730
 
13731
+ #: wppa-settings-autosave.php:4514
13732
  #, fuzzy
13733
  msgid "very slow (1 s.)"
13734
  msgstr "sehr langsam (1 s.)"
13735
 
13736
+ #: wppa-settings-autosave.php:4514
13737
  #, fuzzy
13738
  msgid "extremely slow (2 s.)"
13739
  msgstr "extrem langsam (2 s.)"
13740
 
13741
+ #: wppa-settings-autosave.php:4521
13742
  #, fuzzy
13743
  msgid "Overlay slideshow speed"
13744
  msgstr "Die Geschwindigkeit der Overlay-Diashow"
13745
 
13746
+ #: wppa-settings-autosave.php:4522
13747
  #, fuzzy
13748
  msgid "The time the lightbox images stay"
13749
  msgstr "Gleichzeitig bleiben die Lightbox-Bilder"
13750
 
13751
+ #: wppa-settings-autosave.php:4525
13752
  #, fuzzy
13753
  msgid "fast (3 s.)"
13754
  msgstr "schnell (3 s.)"
13755
 
13756
+ #: wppa-settings-autosave.php:4525
13757
  #, fuzzy
13758
  msgid "normal (5 s.)"
13759
  msgstr "normal (5 s.)"
13760
 
13761
+ #: wppa-settings-autosave.php:4525
13762
  #, fuzzy
13763
  msgid "slow (8 s.)"
13764
  msgstr "langsam (8 s.)"
13765
 
13766
+ #: wppa-settings-autosave.php:4525
13767
  #, fuzzy
13768
  msgid "very slow (13 s.)"
13769
  msgstr "sehr langsam (13 s.)"
13770
 
13771
+ #: wppa-settings-autosave.php:4525
13772
  #, fuzzy
13773
  msgid "extremely slow (20 s.)"
13774
  msgstr "extrem langsam (20 s.)"
13775
 
13776
+ #: wppa-settings-autosave.php:4532
13777
  #, fuzzy
13778
  msgid "Overlay at top in Chrome"
13779
  msgstr "Overlay-oben in Chrom"
13780
 
13781
+ #: wppa-settings-autosave.php:4533
13782
  #, fuzzy
13783
  msgid ""
13784
  "Place the overlay (lightbox) image at the top of the page in Chrome browsers."
13786
  "Platzieren Sie das Overlay (Lightbox) Bild am oberen Rand der Seite in "
13787
  "Chrome-Browsern."
13788
 
13789
+ #: wppa-settings-autosave.php:4534
13790
  #, fuzzy
13791
  msgid "This is required for certain mobile devices."
13792
  msgstr "Dies ist erforderlich für bestimmte mobile Geräte."
13793
 
13794
+ #: wppa-settings-autosave.php:4541
13795
  #, fuzzy
13796
  msgid "WPPA+ Lightbox global"
13797
  msgstr "WPPA + Lightbox global"
13798
 
13799
+ #: wppa-settings-autosave.php:4542
13800
  #, fuzzy
13801
  msgid "Use the wppa+ lightbox also for non-wppa images."
13802
  msgstr "Verwenden Sie die Wppa + Lightbox auch für nicht-Wppa Bilder."
13803
 
13804
+ #: wppa-settings-autosave.php:4550
13805
  #, fuzzy
13806
  msgid "WPPA+ Lightbox global is a set"
13807
  msgstr "WPPA + Lightbox global ist ein Satz"
13808
 
13809
+ #: wppa-settings-autosave.php:4551
13810
  #, fuzzy
13811
  msgid "Treat the other images as a set."
13812
  msgstr "Behandeln Sie die anderen Bilder als Set."
13813
 
13814
+ #: wppa-settings-autosave.php:4552
13815
  #, fuzzy
13816
  msgid ""
13817
  "If checked, you can scroll through the images in the lightbox view. Requires "
13820
  "Wenn diese Option aktiviert, können Sie durch die Bilder in der Lightbox-"
13821
  "Ansicht scrollen. Punkt 5 überprüft werden muss."
13822
 
13823
+ #: wppa-settings-autosave.php:4559
13824
  #, fuzzy
13825
  msgid "Use hires files"
13826
  msgstr "Hires-Dateien verwenden"
13827
 
13828
+ #: wppa-settings-autosave.php:4560
13829
  #, fuzzy
13830
  msgid "Use the highest resolution available for lightbox."
13831
  msgstr "Verwenden Sie die höchste Auflösung für Lightbox."
13832
 
13833
+ #: wppa-settings-autosave.php:4561
13834
  #, fuzzy
13835
  msgid "Ticking this box is recommended for lightbox fullscreen modes."
13836
  msgstr ""
13837
  "Kreuzen Sie dieses Kästchen wird für Lightbox Fullscreen Modus empfohlen."
13838
 
13839
+ #: wppa-settings-autosave.php:4569
13840
  #, fuzzy
13841
  msgid "Videos on lightbox start automaticly."
13842
  msgstr "Videos auf Lightbox automatisch starten."
13843
 
13844
+ #: wppa-settings-autosave.php:4578
13845
  #, fuzzy
13846
  msgid "Audio on lightbox start automaticly."
13847
  msgstr "Audio auf Lightbox automatisch starten."
13848
 
13849
+ #: wppa-settings-autosave.php:4586
13850
  #, fuzzy
13851
  msgid "Lightbox start mode"
13852
  msgstr "Lightbox-Start-Modus"
13853
 
13854
+ #: wppa-settings-autosave.php:4587
13855
  #, fuzzy
13856
  msgid "The mode lightbox starts in."
13857
  msgstr "Die Modus Lightbox beginnt."
13858
 
13859
+ #: wppa-settings-autosave.php:4590
13860
  #, fuzzy
13861
  msgid "Normal"
13862
  msgstr "Normal"
13863
 
13864
+ #: wppa-settings-autosave.php:4591
13865
  #, fuzzy
13866
  msgid "Padded"
13867
  msgstr "Gepolstert"
13868
 
13869
+ #: wppa-settings-autosave.php:4592
13870
  #, fuzzy
13871
  msgid "Stretched"
13872
  msgstr "Gestreckt"
13873
 
13874
+ #: wppa-settings-autosave.php:4593
13875
  #, fuzzy
13876
  msgid "Clipped"
13877
  msgstr "abgehackt"
13878
 
13879
+ #: wppa-settings-autosave.php:4594
13880
  #, fuzzy
13881
  msgid "Real size"
13882
  msgstr "Reale Größe"
13883
 
13884
+ #: wppa-settings-autosave.php:4625
13885
  #, fuzzy
13886
  msgid "Table V:"
13887
  msgstr "Tabelle V:"
13888
 
13889
+ #: wppa-settings-autosave.php:4625
13890
  #, fuzzy
13891
  msgid "Fonts:"
13892
  msgstr "Schriftarten:"
13893
 
13894
+ #: wppa-settings-autosave.php:4626
13895
  #, fuzzy
13896
  msgid "This table describes the Fonts used for the wppa+ elements."
13897
  msgstr ""
13898
  "Diese Tabelle beschreibt die Schriftarten für die Wppa + Elemente verwendet."
13899
 
13900
+ #: wppa-settings-autosave.php:4636 wppa-settings-autosave.php:4812
13901
  #, fuzzy
13902
  msgid "Font family"
13903
  msgstr "Schriftfamilie"
13904
 
13905
+ #: wppa-settings-autosave.php:4637 wppa-settings-autosave.php:4813
13906
  #, fuzzy
13907
  msgid "Font size"
13908
  msgstr "Schriftgröße"
13909
 
13910
+ #: wppa-settings-autosave.php:4638 wppa-settings-autosave.php:4814
13911
  #, fuzzy
13912
  msgid "Font color"
13913
  msgstr "Schriftfarbe"
13914
 
13915
+ #: wppa-settings-autosave.php:4639 wppa-settings-autosave.php:4815
13916
  #, fuzzy
13917
  msgid "Font weight"
13918
  msgstr "Schriftstärke"
13919
 
13920
+ #: wppa-settings-autosave.php:4649
13921
  #, fuzzy
13922
  msgid "normal"
13923
  msgstr "normal"
13924
 
13925
+ #: wppa-settings-autosave.php:4649
13926
  #, fuzzy
13927
  msgid "bold"
13928
  msgstr "fett"
13929
 
13930
+ #: wppa-settings-autosave.php:4649
13931
  #, fuzzy
13932
  msgid "bolder"
13933
  msgstr "Fetter"
13934
 
13935
+ #: wppa-settings-autosave.php:4649
13936
  #, fuzzy
13937
  msgid "lighter"
13938
  msgstr "Feuerzeug"
13939
 
13940
+ #: wppa-settings-autosave.php:4652
13941
  #, fuzzy
13942
  msgid "Album titles"
13943
  msgstr "Albumtitel"
13944
 
13945
+ #: wppa-settings-autosave.php:4653
13946
  #, fuzzy
13947
  msgid "Font used for Album titles."
13948
  msgstr "Schriftart für Album-Titel."
13949
 
13950
+ #: wppa-settings-autosave.php:4654
13951
  #, fuzzy
13952
  msgid "Enter font name, size, color and weight for album cover titles."
13953
  msgstr ""
13954
  "Geben Sie Name der Schriftart, Größe, Farbe und Gewicht für Album-Cover-"
13955
  "Titeln."
13956
 
13957
+ #: wppa-settings-autosave.php:4669
13958
  #, fuzzy
13959
  msgid "Slideshow desc"
13960
  msgstr "Diashow-desc"
13961
 
13962
+ #: wppa-settings-autosave.php:4670
13963
  #, fuzzy
13964
  msgid "Font for slideshow photo descriptions."
13965
  msgstr "Schriftart für Diashow Fotobeschreibungen."
13966
 
13967
+ #: wppa-settings-autosave.php:4671
13968
  #, fuzzy
13969
  msgid ""
13970
  "Enter font name, size, color and weight for slideshow photo descriptions."
13972
  "Geben Sie Name der Schriftart, Größe, Farbe und Gewicht für Diashow "
13973
  "Fotobeschreibungen."
13974
 
13975
+ #: wppa-settings-autosave.php:4686
13976
  #, fuzzy
13977
  msgid "Slideshow name"
13978
  msgstr "Diashow-name"
13979
 
13980
+ #: wppa-settings-autosave.php:4687
13981
  #, fuzzy
13982
  msgid "Font for slideshow photo names."
13983
  msgstr "Schriftart für Diashow Foto Namen."
13984
 
13985
+ #: wppa-settings-autosave.php:4688
13986
  #, fuzzy
13987
  msgid "Enter font name, size, color and weight for slideshow photo names."
13988
  msgstr ""
13989
  "Geben Sie Name der Schriftart, Größe, Farbe und Gewicht für Diashow Foto "
13990
  "Namen."
13991
 
13992
+ #: wppa-settings-autosave.php:4703
13993
  #, fuzzy
13994
  msgid "Navigations"
13995
  msgstr "Navigationen"
13996
 
13997
+ #: wppa-settings-autosave.php:4704
13998
  #, fuzzy
13999
  msgid "Font for navigations."
14000
  msgstr "Schriftart für Navigationen."
14001
 
14002
+ #: wppa-settings-autosave.php:4705
14003
  #, fuzzy
14004
  msgid "Enter font name, size, color and weight for navigation items."
14005
  msgstr ""
14006
  "Geben Sie Name der Schriftart, Größe, Farbe und Gewicht für "
14007
  "Navigationselemente."
14008
 
14009
+ #: wppa-settings-autosave.php:4721
14010
  #, fuzzy
14011
  msgid "Font for text under thumbnails."
14012
  msgstr "Schriftart für den Text unter Miniaturansichten."
14013
 
14014
+ #: wppa-settings-autosave.php:4722
14015
  #, fuzzy
14016
  msgid ""
14017
  "Enter font name, size, color and weight for text under thumbnail images."
14019
  "Geben Sie Name der Schriftart, Größe, Farbe und Gewicht für Text unter "
14020
  "thumbnail-Bilder."
14021
 
14022
+ #: wppa-settings-autosave.php:4738
14023
  #, fuzzy
14024
  msgid "General font in wppa boxes."
14025
  msgstr "Allgemeine Schriftart in Wppa Boxen."
14026
 
14027
+ #: wppa-settings-autosave.php:4739
14028
  #, fuzzy
14029
  msgid "Enter font name, size, color and weight for all other items."
14030
  msgstr ""
14031
  "Geben Sie Name der Schriftart, Größe, Farbe und Gewicht für alle anderen "
14032
  "Elemente."
14033
 
14034
+ #: wppa-settings-autosave.php:4755
14035
  #, fuzzy
14036
  msgid "Font in wppa number bars."
14037
  msgstr "Schriftart in Wppa Anzahl Bars."
14038
 
14039
+ #: wppa-settings-autosave.php:4756 wppa-settings-autosave.php:4773
14040
  #, fuzzy
14041
  msgid "Enter font name, size, color and weight for numberbar navigation."
14042
  msgstr ""
14043
  "Geben Sie Name der Schriftart, Größe, Farbe und Gewicht für Numberbar "
14044
  "Navigation."
14045
 
14046
+ #: wppa-settings-autosave.php:4771
14047
  #, fuzzy
14048
  msgid "Numbar Active"
14049
  msgstr "Numbar aktiv"
14050
 
14051
+ #: wppa-settings-autosave.php:4772
14052
  #, fuzzy
14053
  msgid "Font in wppa number bars, active item."
14054
  msgstr "Schriftart in Wppa Anzahl Bars, aktive Element."
14055
 
14056
+ #: wppa-settings-autosave.php:4789
14057
  #, fuzzy
14058
  msgid "Font in wppa lightbox overlays."
14059
  msgstr "Schriftart in Wppa Lightbox Überlagerungen."
14060
 
14061
+ #: wppa-settings-autosave.php:4790
14062
  #, fuzzy
14063
  msgid "Enter font name, size, color and weight for wppa lightbox overlays."
14064
  msgstr ""
14065
  "Geben Sie Name der Schriftart, Größe, Farbe und Gewicht für Wppa Lightbox "
14066
  "Überlagerungen."
14067
 
14068
+ #: wppa-settings-autosave.php:4825
14069
  #, fuzzy
14070
  msgid "Table VI:"
14071
  msgstr "Tabelle VI:"
14072
 
14073
+ #: wppa-settings-autosave.php:4825
14074
  #, fuzzy
14075
  msgid "Links:"
14076
  msgstr "Links:"
14077
 
14078
+ #: wppa-settings-autosave.php:4826
14079
  #, fuzzy
14080
  msgid "This table defines the link types and pages."
14081
  msgstr "Diese Tabelle definiert die Link-Typen und Seiten."
14082
 
14083
+ #: wppa-settings-autosave.php:4837 wppa-settings-autosave.php:5886
14084
  #, fuzzy
14085
  msgid "Link page"
14086
  msgstr "Link-Seite"
14087
 
14088
+ #: wppa-settings-autosave.php:4839 wppa-settings-autosave.php:5888
14089
  #, fuzzy
14090
  msgid "Photo specific link overrules"
14091
  msgstr "Bestimmter Link Foto hebt"
14092
 
14093
+ #: wppa-settings-autosave.php:4839 wppa-settings-autosave.php:5888
14094
  #, fuzzy
14095
  msgid "PSO"
14096
  msgstr "PSO"
14097
 
14098
+ #: wppa-settings-autosave.php:4889
14099
  #, fuzzy
14100
  msgid "--- The same post or page ---"
14101
  msgstr "---Die gleiche Post oder Seite---"
14102
 
14103
+ #: wppa-settings-autosave.php:4920
14104
  #, fuzzy
14105
  msgid "--- No page to link to (yet) ---"
14106
  msgstr "---Keine Seite verknüpfen mit (noch)---"
14107
 
14108
+ #: wppa-settings-autosave.php:4925
14109
  #, fuzzy
14110
  msgid "--- Will be auto created ---"
14111
  msgstr "---Auto entstehen---"
14112
 
14113
+ #: wppa-settings-autosave.php:4927
14114
  #, fuzzy
14115
  msgid "Links from images in WPPA+ Widgets"
14116
  msgstr "Links von Bildern in WPPA + Widgets"
14117
 
14118
+ #: wppa-settings-autosave.php:4929
14119
  #, fuzzy
14120
  msgid "PotdWidget"
14121
  msgstr "PotdWidget"
14122
 
14123
+ #: wppa-settings-autosave.php:4930
14124
  #, fuzzy
14125
  msgid "Photo Of The Day widget link."
14126
  msgstr "Foto des Tages-Widget-Link."
14127
 
14128
+ #: wppa-settings-autosave.php:4931
14129
  #, fuzzy
14130
  msgid "Select the type of link the photo of the day points to."
14131
  msgstr "Wählen Sie der Art der Verknüpfung das Foto der Tag Punkte."
14132
 
14133
+ #: wppa-settings-autosave.php:4932
14134
  #, fuzzy
14135
  msgid ""
14136
  "If you select 'defined on widget admin page' you can manually enter a link "
14140
  "einen Link und einen Titel auf das Foto des Tages-Widget Admin-Seite "
14141
  "eingeben."
14142
 
14143
+ #: wppa-settings-autosave.php:4941 wppa-settings-autosave.php:4984
14144
+ #: wppa-settings-autosave.php:5062 wppa-settings-autosave.php:5105
14145
+ #: wppa-settings-autosave.php:5153 wppa-settings-autosave.php:5200
14146
+ #: wppa-settings-autosave.php:5247 wppa-settings-autosave.php:5299
14147
+ #: wppa-settings-autosave.php:5337 wppa-settings-autosave.php:5387
14148
+ #: wppa-settings-autosave.php:5429 wppa-settings-autosave.php:5470
14149
+ #: wppa-settings-autosave.php:9726
14150
  #, fuzzy
14151
  msgid "no link at all."
14152
  msgstr "keine Verbindung überhaupt."
14153
 
14154
+ #: wppa-settings-autosave.php:4942 wppa-settings-autosave.php:4985
14155
+ #: wppa-settings-autosave.php:5063 wppa-settings-autosave.php:5106
14156
+ #: wppa-settings-autosave.php:5154 wppa-settings-autosave.php:5201
14157
+ #: wppa-settings-autosave.php:5248 wppa-settings-autosave.php:5300
14158
+ #: wppa-settings-autosave.php:5338 wppa-settings-autosave.php:5388
14159
+ #: wppa-settings-autosave.php:5430 wppa-settings-autosave.php:5471
14160
+ #: wppa-settings-autosave.php:9727
14161
  #, fuzzy
14162
  msgid "the plain photo (file)."
14163
  msgstr "Das schlichte Foto (Datei)."
14164
 
14165
+ #: wppa-settings-autosave.php:4943 wppa-settings-autosave.php:9733
14166
  #, fuzzy
14167
  msgid "defined on widget admin page."
14168
  msgstr "Widget-Admin-Seite definiert."
14169
 
14170
+ #: wppa-settings-autosave.php:4944 wppa-settings-autosave.php:4987
14171
+ #: wppa-settings-autosave.php:5389 wppa-settings-autosave.php:5431
14172
+ #: wppa-settings-autosave.php:9731
14173
  #, fuzzy
14174
  msgid "the content of the album."
14175
  msgstr "der Inhalt des Albums."
14176
 
14177
+ #: wppa-settings-autosave.php:4945 wppa-settings-autosave.php:4988
14178
+ #: wppa-settings-autosave.php:5064 wppa-settings-autosave.php:5109
14179
+ #: wppa-settings-autosave.php:5157 wppa-settings-autosave.php:5204
14180
+ #: wppa-settings-autosave.php:5251 wppa-settings-autosave.php:5339
14181
+ #: wppa-settings-autosave.php:5390 wppa-settings-autosave.php:5432
14182
+ #: wppa-settings-autosave.php:9728
14183
  #, fuzzy
14184
  msgid "the full size photo in a slideshow."
14185
  msgstr "das Foto in voller Größe in einer Diashow."
14186
 
14187
+ #: wppa-settings-autosave.php:4946 wppa-settings-autosave.php:4989
14188
+ #: wppa-settings-autosave.php:5065 wppa-settings-autosave.php:5110
14189
+ #: wppa-settings-autosave.php:5158 wppa-settings-autosave.php:5205
14190
+ #: wppa-settings-autosave.php:5252 wppa-settings-autosave.php:5340
14191
+ #: wppa-settings-autosave.php:5391 wppa-settings-autosave.php:5433
14192
+ #: wppa-settings-autosave.php:5472 wppa-settings-autosave.php:9729
14193
  #, fuzzy
14194
  msgid "the fullsize photo on its own."
14195
  msgstr "die Fullsize-Foto auf eigene."
14196
 
14197
+ #: wppa-settings-autosave.php:4947 wppa-settings-autosave.php:4990
14198
+ #: wppa-settings-autosave.php:5029 wppa-settings-autosave.php:5068
14199
+ #: wppa-settings-autosave.php:5113 wppa-settings-autosave.php:5161
14200
+ #: wppa-settings-autosave.php:5208 wppa-settings-autosave.php:5255
14201
+ #: wppa-settings-autosave.php:5343
14202
  #, fuzzy
14203
  msgid "a plain page without a querystring."
14204
  msgstr "eine einfache Seite ohne einen Querystring."
14205
 
14206
+ #: wppa-settings-autosave.php:4948 wppa-settings-autosave.php:4991
14207
+ #: wppa-settings-autosave.php:5030 wppa-settings-autosave.php:5069
14208
+ #: wppa-settings-autosave.php:5114 wppa-settings-autosave.php:5162
14209
+ #: wppa-settings-autosave.php:5209 wppa-settings-autosave.php:5256
14210
+ #: wppa-settings-autosave.php:5302 wppa-settings-autosave.php:5344
14211
+ #: wppa-settings-autosave.php:5392 wppa-settings-autosave.php:5434
14212
+ #: wppa-settings-autosave.php:5473
14213
  #, fuzzy
14214
  msgid "lightbox."
14215
  msgstr "Lightbox"
14216
 
14217
+ #: wppa-settings-autosave.php:4973
14218
  #, fuzzy
14219
  msgid "SlideWidget"
14220
  msgstr "SlideWidget"
14221
 
14222
+ #: wppa-settings-autosave.php:4974
14223
  #, fuzzy
14224
  msgid "Slideshow widget photo link."
14225
  msgstr "Slideshow-Widget-Foto-Link."
14226
 
14227
+ #: wppa-settings-autosave.php:4975
14228
  #, fuzzy
14229
  msgid "Select the type of link the slideshow photos point to."
14230
  msgstr "Wählen Sie die Art der Verknüpfung, auf die die Diashow-Fotos zeigen."
14231
 
14232
+ #: wppa-settings-autosave.php:4986 wppa-settings-autosave.php:9732
14233
  #, fuzzy
14234
  msgid "defined at widget activation."
14235
  msgstr "definiert bei der Widget-Aktivierung."
14236
 
14237
+ #: wppa-settings-autosave.php:5016
14238
  #, fuzzy
14239
  msgid "Album widget"
14240
  msgstr "Album-widget"
14241
 
14242
+ #: wppa-settings-autosave.php:5017
14243
  #, fuzzy
14244
  msgid "Album widget thumbnail link"
14245
  msgstr "Album-Widget-thumbnail-link"
14246
 
14247
+ #: wppa-settings-autosave.php:5018
14248
  #, fuzzy
14249
  msgid "Select the type of link the album widget photos point to."
14250
  msgstr ""
14251
  "Wählen Sie die Art der Verknüpfung, auf die das Widget-Album-Fotos zeigen."
14252
 
14253
+ #: wppa-settings-autosave.php:5027
14254
  #, fuzzy
14255
  msgid "subalbums and thumbnails."
14256
  msgstr "Subalbums und Miniaturen."
14257
 
14258
+ #: wppa-settings-autosave.php:5028
14259
  #, fuzzy
14260
  msgid "slideshow."
14261
  msgstr "Diaschau"
14262
 
14263
+ #: wppa-settings-autosave.php:5051
14264
  #, fuzzy
14265
  msgid "ThumbnailWidget"
14266
  msgstr "ThumbnailWidget"
14267
 
14268
+ #: wppa-settings-autosave.php:5052
14269
  #, fuzzy
14270
  msgid "Thumbnail widget photo link."
14271
  msgstr "Thumbnail-Widget-Foto-Link."
14272
 
14273
+ #: wppa-settings-autosave.php:5053
14274
  #, fuzzy
14275
  msgid "Select the type of link the thumbnail photos point to."
14276
  msgstr "Wählen Sie die Art der Verknüpfung, auf die die Fotos zeigen."
14277
 
14278
+ #: wppa-settings-autosave.php:5066 wppa-settings-autosave.php:5111
14279
+ #: wppa-settings-autosave.php:5159 wppa-settings-autosave.php:5206
14280
+ #: wppa-settings-autosave.php:5253 wppa-settings-autosave.php:5341
14281
  #, fuzzy
14282
  msgid "the single photo in the style of a slideshow."
14283
  msgstr "das einzelne Foto im Stil einer Diashow."
14284
 
14285
+ #: wppa-settings-autosave.php:5067 wppa-settings-autosave.php:5112
14286
+ #: wppa-settings-autosave.php:5160 wppa-settings-autosave.php:5207
14287
+ #: wppa-settings-autosave.php:5254 wppa-settings-autosave.php:5342
14288
+ #: wppa-settings-autosave.php:5475
14289
  #, fuzzy
14290
  msgid "the fs photo with download and print buttons."
14291
  msgstr "die fs-Foto mit Download und Schaltflächen zum Drucken."
14292
 
14293
+ #: wppa-settings-autosave.php:5094
14294
  #, fuzzy
14295
  msgid "TopTenWidget"
14296
  msgstr "TopTenWidget"
14297
 
14298
+ #: wppa-settings-autosave.php:5095
14299
  #, fuzzy
14300
  msgid "TopTen widget photo link."
14301
  msgstr "TopTen-Widget-Foto-Link."
14302
 
14303
+ #: wppa-settings-autosave.php:5096
14304
  #, fuzzy
14305
  msgid "Select the type of link the top ten photos point to."
14306
  msgstr "Wählen Sie die Art der Verknüpfung, auf die die Top zehn Fotos zeigen."
14307
 
14308
+ #: wppa-settings-autosave.php:5107
14309
  #, fuzzy
14310
  msgid "the content of the virtual topten album."
14311
  msgstr "der Inhalt des virtuellen Topten Album."
14312
 
14313
+ #: wppa-settings-autosave.php:5108 wppa-settings-autosave.php:5156
14314
+ #: wppa-settings-autosave.php:5203 wppa-settings-autosave.php:5250
14315
  #, fuzzy
14316
  msgid "the content of the thumbnails album."
14317
  msgstr "der Inhalt des Albums Miniaturansichten."
14318
 
14319
+ #: wppa-settings-autosave.php:5142
14320
  #, fuzzy
14321
  msgid "LasTenWidget"
14322
  msgstr "LasTenWidget"
14323
 
14324
+ #: wppa-settings-autosave.php:5143
14325
  #, fuzzy
14326
  msgid "Last Ten widget photo link."
14327
  msgstr "Letzten zehn Widget-Foto-Link."
14328
 
14329
+ #: wppa-settings-autosave.php:5144
14330
  #, fuzzy
14331
  msgid "Select the type of link the last ten photos point to."
14332
  msgstr ""
14333
  "Wählen Sie die Art der Verknüpfung, auf die die letzten zehn Fotos zeigen."
14334
 
14335
+ #: wppa-settings-autosave.php:5155
14336
  #, fuzzy
14337
  msgid "the content of the virtual lasten album."
14338
  msgstr "der Inhalt des virtuellen RT Album."
14339
 
14340
+ #: wppa-settings-autosave.php:5189
14341
  #, fuzzy
14342
  msgid "CommentWidget"
14343
  msgstr "CommentWidget"
14344
 
14345
+ #: wppa-settings-autosave.php:5190
14346
  #, fuzzy
14347
  msgid "Comment widget photo link."
14348
  msgstr "Kommentar-Widget-Foto-Link."
14349
 
14350
+ #: wppa-settings-autosave.php:5191
14351
  #, fuzzy
14352
  msgid "Select the type of link the comment widget photos point to."
14353
  msgstr ""
14354
  "Wählen Sie die Art der Verknüpfung, auf die die Kommentar-Widget-Fotos "
14355
  "zeigen."
14356
 
14357
+ #: wppa-settings-autosave.php:5202
14358
  #, fuzzy
14359
  msgid "the content of the virtual comten album."
14360
  msgstr "der Inhalt des virtuellen Comten Album."
14361
 
14362
+ #: wppa-settings-autosave.php:5236
14363
  #, fuzzy
14364
  msgid "FeaTenWidget"
14365
  msgstr "FeaTenWidget"
14366
 
14367
+ #: wppa-settings-autosave.php:5237
14368
  #, fuzzy
14369
  msgid "FeaTen widget photo link."
14370
  msgstr "FeaTen Sie Widget-Foto-Link."
14371
 
14372
+ #: wppa-settings-autosave.php:5238
14373
  #, fuzzy
14374
  msgid "Select the type of link the featured ten photos point to."
14375
  msgstr ""
14376
  "Wählen Sie die Art der Verknüpfung, auf die die vorgestellten zehn Fotos "
14377
  "zeigen."
14378
 
14379
+ #: wppa-settings-autosave.php:5249
14380
  #, fuzzy
14381
  msgid "the content of the virtual featen album."
14382
  msgstr "der Inhalt des virtuellen featen Album."
14383
 
14384
+ #: wppa-settings-autosave.php:5282
14385
  #, fuzzy
14386
  msgid "Links from other WPPA+ images"
14387
  msgstr "Links von anderen WPPA + Bilder"
14388
 
14389
+ #: wppa-settings-autosave.php:5284
14390
  #, fuzzy
14391
  msgid "Cover Image"
14392
  msgstr "Titelbild"
14393
 
14394
+ #: wppa-settings-autosave.php:5285
14395
  #, fuzzy
14396
  msgid "The link from the cover image of an album."
14397
  msgstr "Die Verbindung vom Cover-Bild eines Albums."
14398
 
14399
+ #: wppa-settings-autosave.php:5286
14400
  #, fuzzy
14401
  msgid "Select the type of link the coverphoto points to."
14402
  msgstr "Wählen Sie der Art der Verknüpfung der Titelfoto zeigt auf."
14403
 
14404
+ #: wppa-settings-autosave.php:5287
14405
  #, fuzzy
14406
  msgid "The link from the album title can be configured on the Edit Album page."
14407
  msgstr ""
14408
  "Der Link aus dem Albumtitel kann auf dem Album bearbeiten-Seite konfiguriert "
14409
  "werden."
14410
 
14411
+ #: wppa-settings-autosave.php:5288
14412
  #, fuzzy
14413
  msgid "This link will be used for the photo also if you select: same as title."
14414
  msgstr ""
14415
  "Dieser Link wird für das Foto auch verwendet werden, wenn Sie auswählen: "
14416
  "Titel identisch."
14417
 
14418
+ #: wppa-settings-autosave.php:5289
14419
  #, fuzzy
14420
  msgid ""
14421
  "If you specify New Tab on this line, all links from the cover will open a "
14424
  "Wenn Sie neue Registerkarte \"in dieser Zeile angeben, werden alle Links von "
14425
  "der Abdeckung eine neue Registerkarte öffnen,"
14426
 
14427
+ #: wppa-settings-autosave.php:5290
14428
  #, fuzzy
14429
  msgid "except when Ajax is activated on Table IV-A1."
14430
  msgstr "außer wenn Ajax auf Tabelle IV-A1 aktiviert ist."
14431
 
14432
+ #: wppa-settings-autosave.php:5301 wppa-settings-autosave.php:9734
14433
  #, fuzzy
14434
  msgid "same as title."
14435
  msgstr "Titel identisch."
14436
 
14437
+ #: wppa-settings-autosave.php:5303
14438
  #, fuzzy
14439
  msgid "a slideshow starting at the photo"
14440
  msgstr "beginnend bei dem Foto Diashow"
14441
 
14442
+ #: wppa-settings-autosave.php:5324
14443
  #, fuzzy
14444
  msgid "Thumbnail"
14445
  msgstr "Fehlende Miniaturansicht #%s"
14446
 
14447
+ #: wppa-settings-autosave.php:5325
14448
  #, fuzzy
14449
  msgid "Thumbnail link."
14450
  msgstr "Link Vorschaubild"
14451
 
14452
+ #: wppa-settings-autosave.php:5326 wppa-settings-autosave.php:5376
14453
+ #: wppa-settings-autosave.php:5418
14454
  #, fuzzy
14455
  msgid "Select the type of link you want, or no link at all."
14456
  msgstr "Wählen Sie den Link, den Sie wollen oder keine Verbindung überhaupt."
14457
 
14458
+ #: wppa-settings-autosave.php:5327 wppa-settings-autosave.php:5377
14459
+ #: wppa-settings-autosave.php:5419
14460
  #, fuzzy
14461
  msgid ""
14462
  "If you select the fullsize photo on its own, it will be stretched to fit, "
14465
  "Wählst du die Fullsize-Foto auf eine eigene, wird es gestreckt, um "
14466
  "unabhängig von dieser Einstellung passen."
14467
 
14468
+ #: wppa-settings-autosave.php:5328 wppa-settings-autosave.php:5378
14469
+ #: wppa-settings-autosave.php:5420
14470
  #, fuzzy, php-format
14471
  msgid ""
14472
  "Note that a page must have at least %%wppa%% or [wppa][/wppa] in its content "
14475
  "Beachten Sie, dass eine Seite muss mindestens %% Wppa %% oder [Wppa] [/wppa] "
14476
  "in seinem Inhalt zu zeigen, bis die Foto(s)."
14477
 
14478
+ #: wppa-settings-autosave.php:5357
14479
  #, fuzzy
14480
  msgid "Auto Page"
14481
  msgstr "Auto Seite"
14482
 
14483
+ #: wppa-settings-autosave.php:5374
14484
  #, fuzzy
14485
  msgid "Sphoto"
14486
  msgstr "Sphoto"
14487
 
14488
+ #: wppa-settings-autosave.php:5375
14489
  #, fuzzy
14490
  msgid "Single photo link."
14491
  msgstr "Einzel Foto"
14492
 
14493
+ #: wppa-settings-autosave.php:5416
14494
  #, fuzzy
14495
  msgid "Mphoto"
14496
  msgstr "Mphoto"
14497
 
14498
+ #: wppa-settings-autosave.php:5417
14499
  #, fuzzy
14500
  msgid "Media-like photo link."
14501
  msgstr "Medien-wie Foto-Link."
14502
 
14503
+ #: wppa-settings-autosave.php:5459
14504
  #, fuzzy
14505
  msgid "Slideshow fullsize link"
14506
  msgstr "Diashow-Fullsize-link"
14507
 
14508
+ #: wppa-settings-autosave.php:5460
14509
  #, fuzzy
14510
  msgid ""
14511
  "You can overrule lightbox but not big browse buttons with the photo specifc "
14514
  "Sie können Lightbox aber nicht groß Durchsuchen-Schaltflächen mit dem Foto "
14515
  "spezifschen Link außer Kraft setzen."
14516
 
14517
+ #: wppa-settings-autosave.php:5461
14518
  #, fuzzy
14519
  msgid "fullsize slideshow can only be set by the WPPA_SET shortcode."
14520
  msgstr ""
14521
  "Fullsize-Diashow kann nur durch die WPPA_SET-Kurzwahlnummer festgelegt "
14522
  "werden."
14523
 
14524
+ #: wppa-settings-autosave.php:5474
14525
  #, fuzzy
14526
  msgid "lightbox single photos."
14527
  msgstr "Lightbox Einzelfotos."
14528
 
14529
+ #: wppa-settings-autosave.php:5476
14530
  #, fuzzy
14531
  msgid "the thumbnails."
14532
  msgstr "Miniaturbilden"
14533
 
14534
+ #: wppa-settings-autosave.php:5477
14535
  #, fuzzy
14536
  msgid "fullsize slideshow"
14537
  msgstr "Fullsize-Diashow"
14538
 
14539
+ #: wppa-settings-autosave.php:5502
14540
  #, fuzzy
14541
  msgid "Film linktype"
14542
  msgstr "Film linktype"
14543
 
14544
+ #: wppa-settings-autosave.php:5503
14545
  #, fuzzy
14546
  msgid "Direct access goto image in:"
14547
  msgstr "Direkten Zugang Goto in Bild:"
14548
 
14549
+ #: wppa-settings-autosave.php:5504
14550
  #, fuzzy
14551
  msgid ""
14552
  "Select the action to be taken when the user clicks on a filmstrip image."
14554
  "Wählen Sie die Aktion getroffen werden, wenn der Benutzer auf einem "
14555
  "Filmstreifen Bild klickt."
14556
 
14557
+ #: wppa-settings-autosave.php:5509
14558
  #, fuzzy
14559
  msgid "slideshow window"
14560
  msgstr "Diashowfenster"
14561
 
14562
+ #: wppa-settings-autosave.php:5510
14563
  #, fuzzy
14564
  msgid "lightbox overlay"
14565
  msgstr "Lightbox-overlay"
14566
 
14567
+ #: wppa-settings-autosave.php:5525
14568
  #, fuzzy
14569
  msgid "Other links"
14570
  msgstr "Andere links"
14571
 
14572
+ #: wppa-settings-autosave.php:5527
14573
  #, fuzzy
14574
  msgid "Download Link (aka Art Monkey link)"
14575
  msgstr "Download-Link (aka Art Monkey Link)"
14576
 
14577
+ #: wppa-settings-autosave.php:5528
14578
  #, fuzzy
14579
  msgid "Makes the photo name a download button."
14580
  msgstr "Macht das Foto einen Download-Button zu nennen."
14581
 
14582
+ #: wppa-settings-autosave.php:5529
14583
  #, fuzzy
14584
  msgid "Link Photo name in slideshow to file or zip with photoname as filename."
14585
  msgstr ""
14586
  "Link Name des Fotos in der Diashow zu Datei oder Zip mit Photoname als "
14587
  "Dateinamen."
14588
 
14589
+ #: wppa-settings-autosave.php:5533 wppa-settings-autosave.php:5580
14590
  #, fuzzy
14591
  msgid "image file"
14592
  msgstr "Bilddatei"
14593
 
14594
+ #: wppa-settings-autosave.php:5534 wppa-settings-autosave.php:5581
14595
  #, fuzzy
14596
  msgid "zipped image"
14597
  msgstr "ZIP Bild"
14598
 
14599
+ #: wppa-settings-autosave.php:5547
14600
  #, fuzzy
14601
  msgid "Art Monkey Source"
14602
  msgstr "Kunst-Affen-Quelle"
14603
 
14604
+ #: wppa-settings-autosave.php:5548
14605
  #, fuzzy
14606
  msgid "Use Source file for art monkey link if available."
14607
  msgstr "Verwenden Sie Quelldatei für Kunst-Affen-Link, falls vorhanden."
14608
 
14609
+ #: wppa-settings-autosave.php:5557
14610
  #, fuzzy
14611
  msgid "Art Monkey Display"
14612
  msgstr "Kunst-Affen-Anzeige"
14613
 
14614
+ #: wppa-settings-autosave.php:5558
14615
  #, fuzzy
14616
  msgid "Select button or link ( text )."
14617
  msgstr "Wählen Sie die Schaltfläche oder den Link (Text)."
14618
 
14619
+ #: wppa-settings-autosave.php:5563
14620
  #, fuzzy
14621
  msgid "Textlink"
14622
  msgstr "Textlink"
14623
 
14624
+ #: wppa-settings-autosave.php:5575
14625
  #, fuzzy
14626
  msgid "Popup Download Link"
14627
  msgstr "Popup-Download-Link"
14628
 
14629
+ #: wppa-settings-autosave.php:5576
14630
  #, fuzzy
14631
  msgid "Configure the download link on fullsize popups."
14632
  msgstr "Konfigurieren Sie den Download-Link auf Fullsize-Pop-ups."
14633
 
14634
+ #: wppa-settings-autosave.php:5577
14635
  #, fuzzy
14636
  msgid "Link fullsize popup download button to either image or zip file."
14637
  msgstr ""
14638
  "Link Fullsize Popup-Download-Button, entweder Bild oder eine ZIP-Datei."
14639
 
14640
+ #: wppa-settings-autosave.php:5593
14641
  #, fuzzy
14642
  msgid "Download link on lightbox"
14643
  msgstr "Download-Link auf lightbox"
14644
 
14645
+ #: wppa-settings-autosave.php:5594
14646
  #, fuzzy
14647
  msgid "Art monkey link on lightbox photo names."
14648
  msgstr "Kunst-Affen-Link auf Lightbox Foto Namen."
14649
 
14650
+ #: wppa-settings-autosave.php:5603
14651
  #, fuzzy
14652
  msgid "Album download link"
14653
  msgstr "Album-Download-link"
14654
 
14655
+ #: wppa-settings-autosave.php:5604
14656
  #, fuzzy
14657
  msgid "Place an album download link on the album covers"
14658
  msgstr "Legen Sie einen Album-Download-Link auf die Album-Cover"
14659
 
14660
+ #: wppa-settings-autosave.php:5605
14661
  #, fuzzy
14662
  msgid "Creates a download zipfile containing the photos of the album"
14663
  msgstr "Schafft ein Download ZIP-Datei mit den Fotos des Albums"
14664
 
14665
+ #: wppa-settings-autosave.php:5613
14666
  #, fuzzy
14667
  msgid "Album download Source"
14668
  msgstr "Album Download Quelle"
14669
 
14670
+ #: wppa-settings-autosave.php:5614
14671
  #, fuzzy
14672
  msgid "Use Source file for album download link if available."
14673
  msgstr "Einsatz-Quelldatei für das Album download-Link falls vorhanden."
14674
 
14675
+ #: wppa-settings-autosave.php:5623
14676
  #, fuzzy
14677
  msgid "Tagcloud Link"
14678
  msgstr "Tagcloud Link"
14679
 
14680
+ #: wppa-settings-autosave.php:5624
14681
  #, fuzzy
14682
  msgid "Configure the link from the tags in the tag cloud."
14683
  msgstr "Konfigurieren Sie den Link aus den Tags in der Tagcloud."
14684
 
14685
+ #: wppa-settings-autosave.php:5625
14686
  #, fuzzy
14687
  msgid "Link the tag words to ether the thumbnails or the slideshow."
14688
  msgstr ""
14689
  "Verknüpfen Sie den Tag Worte mit Äther, die Thumbnails oder die Diashow."
14690
 
14691
+ #: wppa-settings-autosave.php:5634 wppa-settings-autosave.php:5667
14692
+ #: wppa-settings-autosave.php:5764
14693
  #, fuzzy
14694
  msgid "slideshow"
14695
  msgstr "Diaschau"
14696
 
14697
+ #: wppa-settings-autosave.php:5649 wppa-settings-autosave.php:5682
14698
+ #: wppa-settings-autosave.php:5826
14699
  #, fuzzy
14700
  msgid "Occur"
14701
  msgstr "Abweichungen."
14702
 
14703
+ #: wppa-settings-autosave.php:5656
14704
  #, fuzzy
14705
  msgid "Multitag Link"
14706
  msgstr "Multitag Link"
14707
 
14708
+ #: wppa-settings-autosave.php:5657
14709
  #, fuzzy
14710
  msgid "Configure the link from the multitag selection."
14711
  msgstr "Konfigurieren Sie den Link aus der multitag Auswahl."
14712
 
14713
+ #: wppa-settings-autosave.php:5658
14714
  #, fuzzy
14715
  msgid "Link to ether the thumbnails or the slideshow."
14716
  msgstr "Link zum Äther die Thumbnails oder die Diashow."
14717
 
14718
+ #: wppa-settings-autosave.php:5689
14719
  #, fuzzy
14720
  msgid "Super View Landing"
14721
  msgstr "Super Aussicht-Landung"
14722
 
14723
+ #: wppa-settings-autosave.php:5690
14724
  #, fuzzy
14725
  msgid "The landing page for the Super View widget."
14726
  msgstr "Die Landing-Page für die Super Aussicht-Widget."
14727
 
14728
+ #: wppa-settings-autosave.php:5698
14729
  #, fuzzy
14730
  msgid "Defined by the visitor"
14731
  msgstr "Definiert durch den Besucher"
14732
 
14733
+ #: wppa-settings-autosave.php:5711
14734
  #, fuzzy
14735
  msgid "Uploader Landing"
14736
  msgstr "Uploader Landung"
14737
 
14738
+ #: wppa-settings-autosave.php:5712
14739
  #, fuzzy
14740
  msgid "Select the landing page for the Uploader Widget"
14741
  msgstr "Wählen Sie die Zielseite für die Uploader-Widget"
14742
 
14743
+ #: wppa-settings-autosave.php:5732
14744
  #, fuzzy
14745
  msgid "Bestof Landing"
14746
  msgstr "BestOf Landung"
14747
 
14748
+ #: wppa-settings-autosave.php:5733
14749
  #, fuzzy
14750
  msgid "Select the landing page for the BestOf Widget / Box"
14751
  msgstr "Wählen Sie die Zielseite für das BestOf Widget / Box"
14752
 
14753
+ #: wppa-settings-autosave.php:5753
14754
  #, fuzzy
14755
  msgid "Album navigator Link"
14756
  msgstr "Album-Navigator Link"
14757
 
14758
+ #: wppa-settings-autosave.php:5754
14759
  #, fuzzy
14760
  msgid "Select link type and page for the Album navigator Widget"
14761
  msgstr "Wählen Sie Link-Typ und Seite für das Album Navigator Widget"
14762
 
14763
+ #: wppa-settings-autosave.php:5782
14764
  #, fuzzy
14765
  msgid "Supersearch Landing"
14766
  msgstr "SuperSuche Landung"
14767
 
14768
+ #: wppa-settings-autosave.php:5783
14769
  #, fuzzy
14770
  msgid "Select the landing page for the Supersearch Box"
14771
  msgstr "Wählen Sie die Zielseite für die SuperSuche Box"
14772
 
14773
+ #: wppa-settings-autosave.php:5803
14774
  #, fuzzy
14775
  msgid "SM widget return"
14776
  msgstr "SM-Widget return"
14777
 
14778
+ #: wppa-settings-autosave.php:5804
14779
  #, fuzzy
14780
  msgid "Select the return link for social media from widgets"
14781
  msgstr "Wählen Sie die Rückkehr Link für social Media von widgets"
14782
 
14783
+ #: wppa-settings-autosave.php:5805
14784
  #, fuzzy
14785
  msgid ""
14786
  "If you select Landing page, and it wont work, it may be required to set the "
14790
  "erforderlich, das Auftreten auf der Seite auf die Sequenznummer der Landung "
14791
  "Shortcode gesetzt."
14792
 
14793
+ #: wppa-settings-autosave.php:5806
14794
  #, fuzzy
14795
  msgid ""
14796
  "Normally it is 1, but you can try 2 etc. Always create a new shared link to "
14799
  "Normalerweise ist es 1, aber Sie können versuchen, 2 usw.. Erstellen Sie "
14800
  "immer eine neue Freigabelink um eine Einstellung zu testen."
14801
 
14802
+ #: wppa-settings-autosave.php:5814
14803
  #, fuzzy
14804
  msgid "Home page"
14805
  msgstr "Startseite"
14806
 
14807
+ #: wppa-settings-autosave.php:5835
14808
  #, fuzzy
14809
  msgid "Album cover subalbums link"
14810
  msgstr "Album Cover Subalbums link"
14811
 
14812
+ #: wppa-settings-autosave.php:5836
14813
  #, fuzzy
14814
  msgid ""
14815
  "Select the linktype and display type for sub-albums on parent album covers."
14817
  "Wählen Sie den Verknüpfungstyp und display-Typ für Unteralben auf "
14818
  "übergeordnete Album-Covern."
14819
 
14820
+ #: wppa-settings-autosave.php:5844
14821
  #, fuzzy
14822
  msgid "No link at all"
14823
  msgstr "Keine Verbindung überhaupt"
14824
 
14825
+ #: wppa-settings-autosave.php:5845
14826
  #, fuzzy
14827
  msgid "Thumbnails and covers"
14828
  msgstr "Thumbnails und Abdeckungen"
14829
 
14830
+ #: wppa-settings-autosave.php:5846
14831
  #, fuzzy
14832
  msgid "Slideshow or covers"
14833
  msgstr "Diashow oder Abdeckungen"
14834
 
14835
+ #: wppa-settings-autosave.php:5856
14836
  #, fuzzy
14837
  msgid "No display at all"
14838
  msgstr "Keine Anzeige an allen"
14839
 
14840
+ #: wppa-settings-autosave.php:5857
14841
  #, fuzzy
14842
  msgid "A list with sub(sub) albums"
14843
  msgstr "Eine Liste mit sub(sub)-Alben"
14844
 
14845
+ #: wppa-settings-autosave.php:5858
14846
  #, fuzzy
14847
  msgid "A list of children only"
14848
  msgstr "Eine Liste von Kindern nur"
14849
 
14850
+ #: wppa-settings-autosave.php:5859
14851
  #, fuzzy
14852
  msgid "An enumeration of names"
14853
  msgstr "Eine Aufzählung der Namen"
14854
 
14855
+ #: wppa-settings-autosave.php:5860
14856
  #, fuzzy
14857
  msgid "Micro thumbnails"
14858
  msgstr "Mikro-Miniaturansichten"
14859
 
14860
+ #: wppa-settings-autosave.php:5898
14861
  #, fuzzy
14862
  msgid "Table VII:"
14863
  msgstr "Tabelle VII:"
14864
 
14865
+ #: wppa-settings-autosave.php:5898
14866
  #, fuzzy
14867
  msgid "Permissions and Restrictions:"
14868
  msgstr "Berechtigungen und Beschränkungen:"
14869
 
14870
+ #: wppa-settings-autosave.php:5899
14871
  #, fuzzy
14872
  msgid ""
14873
  "This table describes the access settings for admin and front-end activities."
14875
  "Diese Tabelle beschreibt die Zugriffseinstellungen für Admin und Front-End-"
14876
  "Aktivitäten."
14877
 
14878
+ #: wppa-settings-autosave.php:5920
14879
  #, fuzzy
14880
  msgid "Moderate P+C"
14881
  msgstr "Moderate P + C"
14882
 
14883
+ #: wppa-settings-autosave.php:5924
14884
  #, fuzzy
14885
  msgid "Comment&nbsp;Admin"
14886
  msgstr "Kommentar Admin"
14887
 
14888
+ #: wppa-settings-autosave.php:5927
14889
  #, fuzzy
14890
  msgid "Role"
14891
  msgstr "Rolle"
14892
 
14893
+ #: wppa-settings-autosave.php:5936
14894
  #, fuzzy
14895
  msgid ""
14896
  "Admin settings per user role. Enabling these settings will overrule the "
14899
  "Admin-Einstellungen pro Benutzerrolle. Diese Einstellungen aktivieren wird "
14900
  "die Front-End-Einstellungen für die spezifische Benutzerrolle überstimmen."
14901
 
14902
+ #: wppa-settings-autosave.php:5960
14903
  #, fuzzy
14904
  msgid "Frontend create Albums and upload Photos enabling and limiting settings"
14905
  msgstr ""
14906
  "Frontend Alben erstellen und Hochladen von Fotos ermöglicht und "
14907
  "Einstellungen zu begrenzen"
14908
 
14909
+ #: wppa-settings-autosave.php:5962
14910
  #, fuzzy
14911
  msgid "User create Albums"
14912
  msgstr "Benutzer erstellen von Alben"
14913
 
14914
+ #: wppa-settings-autosave.php:5963
14915
  #, fuzzy
14916
  msgid "Enable frontend album creation."
14917
  msgstr "Aktivieren Sie Frontend-Album-Erstellung."
14918
 
14919
+ #: wppa-settings-autosave.php:5964
14920
  #, fuzzy
14921
  msgid "If you check this item, frontend album creation will be enabled."
14922
  msgstr ""
14923
  "Wenn Sie dieses Element zu überprüfen, wird Frontend Album erstellen "
14924
  "aktiviert werden."
14925
 
14926
+ #: wppa-settings-autosave.php:5974
14927
  #, fuzzy
14928
  msgid "User edit album"
14929
  msgstr "Fotoalbum bearbeiten"
14930
 
14931
+ #: wppa-settings-autosave.php:5975
14932
  msgid "Enable frontend edit album name and description."
14933
  msgstr "Aktivieren Frontend bearbeiten Albumname und Beschreibung."
14934
 
14935
+ #: wppa-settings-autosave.php:5985
14936
  #, fuzzy
14937
  msgid "User delete Albums"
14938
  msgstr "Benutzer löschen Alben"
14939
 
14940
+ #: wppa-settings-autosave.php:5986
14941
  #, fuzzy
14942
  msgid "Enable frontend album deletion"
14943
  msgstr "Aktivieren Sie Frontend Album löschen"
14944
 
14945
+ #: wppa-settings-autosave.php:5987
14946
  #, fuzzy
14947
  msgid "If you check this item, frontend album deletion will be enabled."
14948
  msgstr ""
14949
  "Wenn Sie dieses Element zu überprüfen, wird Frontend Album löschen aktiviert "
14950
  "werden."
14951
 
14952
+ #: wppa-settings-autosave.php:5997
14953
  #, fuzzy
14954
  msgid "User create Albums login"
14955
  msgstr "Benutzer erstellen Alben login"
14956
 
14957
+ #: wppa-settings-autosave.php:5998
14958
  #, fuzzy
14959
  msgid "Frontend album creation requires the user is logged in."
14960
  msgstr "Frontend-Album Erstellung erfordert, dass der Benutzer angemeldet ist."
14961
 
14962
+ #: wppa-settings-autosave.php:6024
14963
  #, fuzzy, php-format
14964
  msgid "Upload limit %s"
14965
  msgstr "Hochladebegrenzung"
14966
 
14967
+ #: wppa-settings-autosave.php:6025
14968
  #, fuzzy
14969
  msgid "Limit upload capacity for logged out users."
14970
  msgstr "Limit-Upload-Kapazität für abgemeldet Nutzer."
14971
 
14972
+ #: wppa-settings-autosave.php:6026
14973
  #, fuzzy, php-format
14974
  msgid "Limit upload capacity for the user role %s."
14975
  msgstr "Grenze Upload-Kapazität für die Benutzerrolle %s."
14976
 
14977
+ #: wppa-settings-autosave.php:6027
14978
  #, fuzzy
14979
  msgid "This setting has only effect when Table VII-B2 is unchecked."
14980
  msgstr ""
14981
  "Diese Einstellung hat nur Auswirkung, wenn Tabelle VII-B2 nicht aktiviert "
14982
  "ist."
14983
 
14984
+ #: wppa-settings-autosave.php:6028
14985
  #, fuzzy
14986
  msgid ""
14987
  "This limitation only applies to frontend uploads when the same userrole does "
14990
  "Diese Einschränkung gilt nur für Frontend-Uploads, wenn die gleichen "
14991
  "Userrole keinen das Kontrollkästchen \"Upload\" geprüft in Tabelle VII-a"
14992
 
14993
+ #: wppa-settings-autosave.php:6029 wppa-settings-autosave.php:6045
14994
+ #: wppa-settings-autosave.php:7795
14995
  #, fuzzy
14996
  msgid "A value of 0 means: no limit."
14997
  msgstr "Der Wert 0 bedeutet: keine Begrenzung."
14998
 
14999
+ #: wppa-settings-autosave.php:6042
15000
  #, fuzzy, php-format
15001
  msgid "Album limit %s"
15002
  msgstr "Album Limit %s"
15003
 
15004
+ #: wppa-settings-autosave.php:6043
15005
  #, fuzzy, php-format
15006
  msgid "Limit number of albums for the user role %s."
15007
  msgstr "Anzahl der Alben für die Benutzerrolle %s."
15008
 
15009
+ #: wppa-settings-autosave.php:6044
15010
  #, fuzzy
15011
  msgid ""
15012
  "This limitation only applies to frontend create albums when the same "
15015
  "Diese Einschränkung gilt nur für Frontend Alben erstellen, wenn die gleichen "
15016
  "Userrole keinen das Album Admin Kontrollkästchen überprüft in Tabelle VII-A."
15017
 
15018
+ #: wppa-settings-autosave.php:6056
15019
  #, fuzzy
15020
  msgid "Upload one only"
15021
  msgstr "Nur hochladen"
15022
 
15023
+ #: wppa-settings-autosave.php:6057
15024
  #, fuzzy
15025
  msgid "Non admin users can upload only one photo at a time."
15026
  msgstr "Nicht Admin-Benutzer können gleichzeitig nur ein Foto hochladen."
15027
 
15028
+ #: wppa-settings-autosave.php:6067
15029
  #, fuzzy
15030
  msgid "Upload moderation"
15031
  msgstr "Hochladen von Maßen"
15032
 
15033
+ #: wppa-settings-autosave.php:6068
15034
  #, fuzzy
15035
  msgid "Uploaded photos need moderation."
15036
  msgstr "Hochgeladene Fotos benötigen Maßen."
15037
 
15038
+ #: wppa-settings-autosave.php:6069
15039
  #, fuzzy
15040
  msgid ""
15041
  "If checked, photos uploaded by users who do not have photo album admin "
15044
  "Wenn diese Option aktiviert, benötigen Fotos hochgeladen von Benutzern ohne "
15045
  "Foto Album Administratorrechte Mäßigung."
15046
 
15047
+ #: wppa-settings-autosave.php:6070
15048
  #, fuzzy
15049
  msgid ""
15050
  "Users who have photo album admin access rights can change the photo status "
15053
  "Benutzer mit Foto Album Admin Zugriffsrechte können Fotostatus, zu "
15054
  "veröffentlichen oder vorgestellt."
15055
 
15056
+ #: wppa-settings-autosave.php:6071
15057
  #, fuzzy
15058
  msgid "You can set the album admin access rights in Table VII-A."
15059
  msgstr "Sie können die Album Administratorrechte in Tabelle VII-A. festlegen"
15060
 
15061
+ #: wppa-settings-autosave.php:6080
15062
  #, fuzzy
15063
  msgid "Upload notify"
15064
  msgstr "Upload zu benachrichtigen"
15065
 
15066
+ #: wppa-settings-autosave.php:6081
15067
  #, fuzzy
15068
  msgid "Notify admin at frontend upload."
15069
  msgstr "Admin am Frontend Upload zu benachrichtigen."
15070
 
15071
+ #: wppa-settings-autosave.php:6082 wppa-settings-autosave.php:6093
15072
  #, fuzzy
15073
  msgid "If checked, admin will receive a notification by email."
15074
  msgstr ""
15075
  "Wenn diese Option aktiviert, wird Admin eine Benachrichtigung per e-Mail "
15076
  "erhalten."
15077
 
15078
+ #: wppa-settings-autosave.php:6091
15079
  #, fuzzy
15080
  msgid "Upload backend notify"
15081
  msgstr "Backend hochladen benachrichtigen"
15082
 
15083
+ #: wppa-settings-autosave.php:6092
15084
  #, fuzzy
15085
  msgid "Notify admin at backend upload."
15086
  msgstr "Admin am Back-End-Upload zu benachrichtigen."
15087
 
15088
+ #: wppa-settings-autosave.php:6102
15089
  #, fuzzy
15090
  msgid "Max size in pixels"
15091
  msgstr "Größe in Pixel"
15092
 
15093
+ #: wppa-settings-autosave.php:6103
15094
  #, fuzzy
15095
  msgid "Max size for height and width for front-end uploads."
15096
  msgstr "Max. Größe für Höhe und Breite für Front-End-Uploads."
15097
 
15098
+ #: wppa-settings-autosave.php:6104
15099
  #, fuzzy
15100
  msgid "Enter the maximum size. 0 is unlimited"
15101
  msgstr "Geben Sie die maximale Größe. 0 ist unbegrenzt"
15102
 
15103
+ #: wppa-settings-autosave.php:6113
15104
  #, fuzzy
15105
  msgid "Home after Upload"
15106
  msgstr "Haus nach Upload"
15107
 
15108
+ #: wppa-settings-autosave.php:6114
15109
  #, fuzzy
15110
  msgid "After successfull front-end upload, go to the home page."
15111
  msgstr "Gehen Sie nach erfolgreichen Front-End-Upload zur Startseite."
15112
 
15113
+ #: wppa-settings-autosave.php:6124
15114
  #, fuzzy
15115
  msgid "Fe alert"
15116
  msgstr "Fe-Warnung"
15117
 
15118
+ #: wppa-settings-autosave.php:6125
15119
  #, fuzzy
15120
  msgid "Show alertbox on successful front-end upload/create."
15121
  msgstr "Alertbox auf erfolgreiche Front-End-Upload erstellen/anzeigen."
15122
 
15123
+ #: wppa-settings-autosave.php:6135
15124
  #, fuzzy
15125
  msgid "Admin Functionality restrictions for non administrators"
15126
  msgstr "Admin-Funktionalität Einschränkungen für nicht-Administratoren"
15127
 
15128
+ #: wppa-settings-autosave.php:6137
15129
  #, fuzzy
15130
  msgid "Alt thumb is restricted"
15131
  msgstr "Alt Daumen ist eingeschränkt"
15132
 
15133
+ #: wppa-settings-autosave.php:6138
15134
  #, fuzzy
15135
  msgid "Using <b>alt thumbsize</b> is a restricted action."
15136
  msgstr "Mit <b>Alt-dies</b> ist eine eingeschränkte Aktion."
15137
 
15138
+ #: wppa-settings-autosave.php:6139
15139
  #, fuzzy
15140
  msgid ""
15141
  "If checked: alt thumbsize can not be set in album admin by users not having "
15144
  "Wenn diese Option aktiviert: Alt Dies kann nicht von Benutzern ohne "
15145
  "Administratorrechte Album Admin eingestellt werden."
15146
 
15147
+ #: wppa-settings-autosave.php:6148
15148
  #, fuzzy
15149
  msgid "Link is restricted"
15150
  msgstr "Link ist eingeschränkt"
15151
 
15152
+ #: wppa-settings-autosave.php:6149
15153
  #, fuzzy
15154
  msgid "Using <b>Link to</b> is a restricted action."
15155
  msgstr "<b>Link zu</b> verwenden ist eine eingeschränkte Aktion."
15156
 
15157
+ #: wppa-settings-autosave.php:6150
15158
  #, fuzzy
15159
  msgid ""
15160
  "If checked: Link to: can not be set in album admin by users not having admin "
15163
  "Wenn diese Option aktiviert: Link zu: kann nicht von Benutzern ohne "
15164
  "Administratorrechte in Album Admin eingestellt werden."
15165
 
15166
+ #: wppa-settings-autosave.php:6159
15167
  #, fuzzy
15168
  msgid "CoverType is restricted"
15169
  msgstr "CoverType ist eingeschränkt"
15170
 
15171
+ #: wppa-settings-autosave.php:6160
15172
  #, fuzzy
15173
  msgid "Changing <b>Cover Type</b> is a restricted action."
15174
  msgstr "<b>Abdeckung Typ</b> ändern, ist eine eingeschränkte Aktion."
15175
 
15176
+ #: wppa-settings-autosave.php:6161
15177
  #, fuzzy
15178
  msgid ""
15179
  "If checked: Cover Type: can not be set in album admin by users not having "
15182
  "Wenn diese Option aktiviert: Deckel Typ: kann nicht von Benutzern ohne "
15183
  "Administratorrechte in Album Admin eingestellt werden."
15184
 
15185
+ #: wppa-settings-autosave.php:6170
15186
  #, fuzzy
15187
  msgid "Photo order# is restricted"
15188
  msgstr "Foto bestellen # beschränkt sich"
15189
 
15190
+ #: wppa-settings-autosave.php:6171
15191
  #, fuzzy
15192
  msgid "Changing <b>Photo sort order #</b> is a restricted action."
15193
  msgstr "Ändern <b>Foto Art bestellen #</b> ist eine eingeschränkte Aktion."
15194
 
15195
+ #: wppa-settings-autosave.php:6172
15196
  #, fuzzy
15197
  msgid ""
15198
  "If checked: Photo sort order #: can not be set in photo admin by users not "
15201
  "Wenn diese Option aktiviert: Foto Art bestellen #: kann nicht von Benutzern "
15202
  "ohne Administratorrechte in Foto Admin eingestellt werden."
15203
 
15204
+ #: wppa-settings-autosave.php:6181
15205
  #, fuzzy
15206
  msgid "Change source restricted"
15207
  msgstr "Quelle ändern eingeschränkt"
15208
 
15209
+ #: wppa-settings-autosave.php:6182
15210
  #, fuzzy
15211
  msgid "Changing the import source dir requires admin rights."
15212
  msgstr "Ändern der Quelle Dir Import erfordert Admin-Rechte."
15213
 
15214
+ #: wppa-settings-autosave.php:6183
15215
  #, fuzzy
15216
  msgid ""
15217
  "If checked, the imput source for importing photos and albums is restricted "
15220
  "Wenn diese Option aktiviert, ist die imput Quelle für das Importieren von "
15221
  "Fotos und Alben auf Benutzeradministrator Rolle beschränkt."
15222
 
15223
+ #: wppa-settings-autosave.php:6192
15224
  #, fuzzy
15225
  msgid "Extended status restricted"
15226
  msgstr "Erweiterte Status eingeschränkt"
15227
 
15228
+ #: wppa-settings-autosave.php:6193
15229
  #, fuzzy
15230
  msgid "Setting status other than pending or publish requires admin rights."
15231
  msgstr ""
15232
  "Festlegen des Status als ausstehend oder veröffentlichen erfordert Admin-"
15233
  "Rechte."
15234
 
15235
+ #: wppa-settings-autosave.php:6203
15236
  #, fuzzy
15237
  msgid "Photo description restricted"
15238
  msgstr "Fotobeschreibung beschränkt"
15239
 
15240
+ #: wppa-settings-autosave.php:6204
15241
  #, fuzzy
15242
  msgid "Edit photo description requires admin rights."
15243
  msgstr "Bearbeiten Fotobeschreibung erfordert Admin-Rechte."
15244
 
15245
+ #: wppa-settings-autosave.php:6214
15246
  #, fuzzy
15247
  msgid "Update photofiles restricted"
15248
  msgstr "Update Photofiles eingeschränkt"
15249
 
15250
+ #: wppa-settings-autosave.php:6215
15251
  #, fuzzy
15252
  msgid "Re-upload files requires admin rights"
15253
  msgstr "Re-upload-Dateien erfordert Admin-Rechte"
15254
 
15255
+ #: wppa-settings-autosave.php:6225
15256
  #, fuzzy
15257
  msgid "Miscellaneous limiting settings"
15258
  msgstr "Diverse Einstellungen zu begrenzen"
15259
 
15260
+ #: wppa-settings-autosave.php:6227
15261
  #, fuzzy
15262
  msgid "Owners only"
15263
  msgstr "Nur Eigentümer"
15264
 
15265
+ #: wppa-settings-autosave.php:6228
15266
  #, fuzzy
15267
  msgid "Limit edit album access to the album owners only."
15268
  msgstr "Grenze zu bearbeiten Album Zugriff auf die Album-Besitzer nur."
15269
 
15270
+ #: wppa-settings-autosave.php:6229
15271
  #, fuzzy
15272
  msgid "If checked, non-admin users can edit their own albums only."
15273
  msgstr ""
15274
  "Wenn diese Option aktiviert, können nicht-Admin-Benutzer nur ihre eigenen "
15275
  "Alben bearbeiten."
15276
 
15277
+ #: wppa-settings-autosave.php:6238
15278
  #, fuzzy
15279
  msgid "Upload Owners only"
15280
  msgstr "Eigentümer nur Upload"
15281
 
15282
+ #: wppa-settings-autosave.php:6239
15283
  #, fuzzy
15284
  msgid "Limit uploads to the album owners only."
15285
  msgstr "Begrenzung hochgeladen auf die Album-Besitzer nur."
15286
 
15287
+ #: wppa-settings-autosave.php:6240
15288
  #, fuzzy
15289
  msgid ""
15290
  "If checked, users can upload to their own own albums and --- public --- only."
15292
  "Wenn diese Option aktiviert, können Benutzer auf eigene Hochladen eigener "
15293
  "Alben und---Öffentlichkeit---nur."
15294
 
15295
+ #: wppa-settings-autosave.php:6249
15296
  #, fuzzy
15297
  msgid "Frontend Edit"
15298
  msgstr "Frontendbearbeitung"
15299
 
15300
+ #: wppa-settings-autosave.php:6250
15301
  #, fuzzy
15302
  msgid "Allow the uploader to edit the photo info"
15303
  msgstr "Ermöglichen Sie den Uploader die Foto-Info bearbeiten"
15304
 
15305
+ #: wppa-settings-autosave.php:6251
15306
  #, fuzzy
15307
  msgid ""
15308
  "If selected, any logged in user who meets the criteria has the capability to "
15311
  "Wenn ausgewählt, alle angemeldeten Benutzer, die die Kriterien erfüllt, hat "
15312
  "die Fähigkeit, die Fotoinformationen bearbeiten."
15313
 
15314
+ #: wppa-settings-autosave.php:6252
15315
  #, fuzzy
15316
  msgid "Note: This may be AFTER moderation!!"
15317
  msgstr "Hinweis: Dies kann nach der Moderation sein!!"
15318
 
15319
+ #: wppa-settings-autosave.php:6254
15320
  #, fuzzy
15321
  msgid "Classic"
15322
  msgstr "Klassisch"
15323
 
15324
+ #: wppa-settings-autosave.php:6254
15325
  #, fuzzy
15326
  msgid "New style"
15327
  msgstr "Neuen Stil hinzufügen"
15328
 
15329
+ #: wppa-settings-autosave.php:6263
15330
  #, fuzzy
15331
  msgid "Fe Edit users"
15332
  msgstr "User bearbeiten"
15333
 
15334
+ #: wppa-settings-autosave.php:6264
15335
  #, fuzzy
15336
  msgid "The criteria the user must meet to edit photo info"
15337
  msgstr "Die Kriterien der Benutzer erfüllen muss, um Foto-Info bearbeiten"
15338
 
15339
+ #: wppa-settings-autosave.php:6267
15340
  #, fuzzy
15341
  msgid "Admin and superuser"
15342
  msgstr "Admin und superuser"
15343
 
15344
+ #: wppa-settings-autosave.php:6267
15345
  #, fuzzy
15346
  msgid "Owner, admin and superuser"
15347
  msgstr "Inhaber, Admin und superuser"
15348
 
15349
+ #: wppa-settings-autosave.php:6276
15350
  #, fuzzy
15351
  msgid "Fe Edit Theme CSS"
15352
  msgstr "Fe Theme CSS bearbeiten"
15353
 
15354
+ #: wppa-settings-autosave.php:6277
15355
  #, fuzzy
15356
  msgid "The front-end edit photo dialog uses the theme CSS."
15357
  msgstr "Die Front-End-Bearbeitungsdialog Foto verwendet das Thema CSS."
15358
 
15359
+ #: wppa-settings-autosave.php:6287
15360
  #, fuzzy
15361
  msgid "Fe Edit New Items"
15362
  msgstr "Fe, die neuen Elemente bearbeiten"
15363
 
15364
+ #: wppa-settings-autosave.php:6288
15365
  #, fuzzy
15366
  msgid "The items that are fe editable"
15367
  msgstr "Die Gegenstände sind Fe bearbeitet werden"
15368
 
15369
+ #: wppa-settings-autosave.php:6289
15370
  #, fuzzy
15371
  msgid "See also Table II-J10!"
15372
  msgstr "Siehe auch Tabelle II-J10!"
15373
 
15374
+ #: wppa-settings-autosave.php:6302
15375
  #, fuzzy
15376
  msgid "Fe Edit Button text"
15377
  msgstr "Fe Edit Button text"
15378
 
15379
+ #: wppa-settings-autosave.php:6303
15380
  #, fuzzy
15381
  msgid "The text on the Edit button."
15382
  msgstr "Der Text auf die Schaltfläche \"Bearbeiten\"."
15383
 
15384
+ #: wppa-settings-autosave.php:6313
15385
  #, fuzzy
15386
  msgid "Fe Edit Dialog caption"
15387
  msgstr "Fe-bearbeiten-Dialogfeld Beschriftung"
15388
 
15389
+ #: wppa-settings-autosave.php:6314
15390
  #, fuzzy
15391
  msgid "The text on the header of the popup."
15392
  msgstr "Der Text in der Kopfzeile des Popups."
15393
 
15394
+ #: wppa-settings-autosave.php:6324
15395
  #, fuzzy
15396
  msgid "Frontend Delete"
15397
  msgstr "Frontend löschen"
15398
 
15399
+ #: wppa-settings-autosave.php:6325
15400
  #, fuzzy
15401
  msgid "Allow the uploader to delete the photo"
15402
  msgstr "Ermöglichen Sie den Uploader, das Foto zu löschen"
15403
 
15404
+ #: wppa-settings-autosave.php:6335
15405
  #, fuzzy
15406
  msgid "Uploader Moderate Comment"
15407
  msgstr "Moderate Kommentar Uploader"
15408
 
15409
+ #: wppa-settings-autosave.php:6336
15410
  #, fuzzy
15411
  msgid "The owner of the photo can moderate the photos comments."
15412
  msgstr "Der Besitzer des Fotos sind die Bilder Kommentare moderieren."
15413
 
15414
+ #: wppa-settings-autosave.php:6337
15415
  #, fuzzy
15416
  msgid "This setting requires \"Uploader edit\" to be enabled also."
15417
  msgstr ""
15418
  "Diese Einstellung erfordert \"Uploader bearbeiten\" auch aktiviert werden."
15419
 
15420
+ #: wppa-settings-autosave.php:6346
15421
  #, fuzzy
15422
  msgid "Upload memory check frontend"
15423
  msgstr "Laden Sie Speicherprüfung Frontend"
15424
 
15425
+ #: wppa-settings-autosave.php:6347 wppa-settings-autosave.php:6358
15426
  #, fuzzy
15427
  msgid "Disable uploading photos that are too large."
15428
  msgstr "Deaktivieren Sie Hochladen von Fotos, die zu groß sind."
15429
 
15430
+ #: wppa-settings-autosave.php:6348 wppa-settings-autosave.php:6359
15431
  #, fuzzy
15432
  msgid ""
15433
  "To prevent out of memory crashes during upload and possible database "
15436
  "Um aus Speicher Abstürze bei Upload und mögliche Datenbank Inkonsistenzen zu "
15437
  "vermeiden, können Uploads verhindert werden, wenn die zu groß sind."
15438
 
15439
+ #: wppa-settings-autosave.php:6357
15440
  #, fuzzy
15441
  msgid "Upload memory check admin"
15442
  msgstr "Arbeitsspeicher überprüfen Admin hochladen"
15443
 
15444
+ #: wppa-settings-autosave.php:6368
15445
  #, fuzzy
15446
  msgid "Comment captcha"
15447
  msgstr "Kommentar captcha"
15448
 
15449
+ #: wppa-settings-autosave.php:6369
15450
  #, fuzzy
15451
  msgid "Use a simple calculate captcha on comments form."
15452
  msgstr "Verwenden Sie einen einfachen berechnen captcha auf Kommentare Form."
15453
 
15454
+ #: wppa-settings-autosave.php:6382
15455
  #, fuzzy
15456
  msgid "Spam lifetime"
15457
  msgstr "Spam-Lebensdauer"
15458
 
15459
+ #: wppa-settings-autosave.php:6383
15460
  #, fuzzy
15461
  msgid "Delete spam comments when older than."
15462
  msgstr "Löschen Sie Spam-Kommentare, wenn älter als."
15463
 
15464
+ #: wppa-settings-autosave.php:6410
15465
  #, fuzzy
15466
  msgid "Avoid duplicates"
15467
  msgstr "Vermeidung von Duplikaten"
15468
 
15469
+ #: wppa-settings-autosave.php:6411
15470
  #, fuzzy
15471
  msgid "Prevent the creation of duplicate photos."
15472
  msgstr "Die Bildung von doppelte Fotos verhindert."
15473
 
15474
+ #: wppa-settings-autosave.php:6412
15475
  #, fuzzy
15476
  msgid ""
15477
  "If checked: uploading, importing, copying or moving photos to other albums "
15482
  "Verschieben von Fotos auf andere Alben werden verhindert werden, wenn das "
15483
  "Desitation-Album bereits ein Foto mit dem gleichen Dateinamen enthält."
15484
 
15485
+ #: wppa-settings-autosave.php:6421
15486
  #, fuzzy
15487
  msgid "Blacklist user"
15488
  msgstr "Schwarze Liste Benutzer"
15489
 
15490
+ #: wppa-settings-autosave.php:6422 wppa-settings-autosave.php:6423
15491
  #, fuzzy
15492
  msgid "Set the status of all the users photos to 'pending'."
15493
  msgstr "Setzen Sie den Status aller Benutzer Fotos auf \"pending\"."
15494
 
15495
+ #: wppa-settings-autosave.php:6424
15496
  #, fuzzy
15497
  msgid "Also inhibits further uploads."
15498
  msgstr "Hemmt auch weitere Uploads."
15499
 
15500
+ #: wppa-settings-autosave.php:6430
15501
  #, fuzzy
15502
  msgid "--- select a user to blacklist ---"
15503
  msgstr "---Wählen Sie einen Benutzer, blacklist---"
15504
 
15505
+ #: wppa-settings-autosave.php:6440 wppa-settings-autosave.php:6445
15506
+ #: wppa-settings-autosave.php:6466 wppa-settings-autosave.php:6504
15507
+ #: wppa-settings-autosave.php:6509 wppa-settings-autosave.php:6530
15508
+ #: wppa-settings-autosave.php:8893 wppa-settings-autosave.php:8935
15509
  #, fuzzy
15510
  msgid "The page will be reloaded after the action has taken place."
15511
  msgstr ""
15512
  "Die Seite wird neu geladen werden, nachdem die Aktion stattgefunden hat."
15513
 
15514
+ #: wppa-settings-autosave.php:6446 wppa-settings-autosave.php:6510
15515
  #, fuzzy
15516
  msgid "User login name <b>( case sensitive! )</b>:"
15517
  msgstr "Benutzer Login Namen <b>(case Sensitive!)</b>:"
15518
 
15519
+ #: wppa-settings-autosave.php:6454
15520
  #, fuzzy
15521
  msgid "Unblacklist user"
15522
  msgstr "Unblacklist Benutzer"
15523
 
15524
+ #: wppa-settings-autosave.php:6455
15525
  #, fuzzy
15526
  msgid "Set the status of all the users photos to 'publish'."
15527
  msgstr "Setzen Sie den Status aller Benutzer Fotos zu \"veröffentlichen\"."
15528
 
15529
+ #: wppa-settings-autosave.php:6459
15530
  #, fuzzy
15531
  msgid "--- select a user to unblacklist ---"
15532
  msgstr "---Wählen Sie einen Benutzer zu unblacklist---"
15533
 
15534
+ #: wppa-settings-autosave.php:6474
15535
  #, fuzzy
15536
  msgid "Photo owner change"
15537
  msgstr "Foto-Inhaberwechsel"
15538
 
15539
+ #: wppa-settings-autosave.php:6475
15540
  #, fuzzy
15541
  msgid "Administrators can change photo owner"
15542
  msgstr "Administratoren können Foto Besitzer ändern."
15543
 
15544
+ #: wppa-settings-autosave.php:6485
15545
  #, fuzzy
15546
  msgid "Super user"
15547
  msgstr "Super-user"
15548
 
15549
+ #: wppa-settings-autosave.php:6486
15550
  #, fuzzy
15551
  msgid "Give these users all rights in wppa."
15552
  msgstr "Geben Sie diese Benutzer alle Rechte in Wppa."
15553
 
15554
+ #: wppa-settings-autosave.php:6487
15555
  #, fuzzy
15556
  msgid "This gives the user all the administrator privileges within wppa."
15557
  msgstr "Dies ermöglicht dem Benutzer alle Administratorrechte innerhalb Wppa."
15558
 
15559
+ #: wppa-settings-autosave.php:6488
15560
  #, fuzzy
15561
  msgid ""
15562
  "Make sure the user also has a role that has all the boxes ticked in Table "
15565
  "Stellen Sie sicher, dass der Benutzer auch eine Rolle, die alle Felder in "
15566
  "Tabelle VII-A angekreuzt hat"
15567
 
15568
+ #: wppa-settings-autosave.php:6494
15569
  #, fuzzy
15570
  msgid "--- select a user to make superuser ---"
15571
  msgstr "---Wählen Sie einen Benutzer zu Superuser---"
15572
 
15573
+ #: wppa-settings-autosave.php:6518
15574
  #, fuzzy
15575
  msgid "Unsuper user"
15576
  msgstr "Unsuper Benutzer"
15577
 
15578
+ #: wppa-settings-autosave.php:6519
15579
  #, fuzzy
15580
  msgid "Remove user from super user list."
15581
  msgstr "Entfernen Sie Benutzer aus super-User-Liste."
15582
 
15583
+ #: wppa-settings-autosave.php:6523
15584
  #, fuzzy
15585
  msgid "--- select a user to unmake superuser ---"
15586
  msgstr "---Wählen Sie einen Benutzer Superuser ungeschehen machen---"
15587
 
15588
+ #: wppa-settings-autosave.php:6556
15589
  #, fuzzy
15590
  msgid "Table VIII:"
15591
  msgstr "Tabelle VIII:"
15592
 
15593
+ #: wppa-settings-autosave.php:6556
15594
  #, fuzzy
15595
  msgid "Actions:"
15596
  msgstr "Aktionen:"
15597
 
15598
+ #: wppa-settings-autosave.php:6557
15599
  #, fuzzy
15600
  msgid "This table lists all actions that can be taken to the wppa+ system"
15601
  msgstr ""
15602
  "Diese Tabelle listet alle Aktionen, die die Wppa + System getroffen werden "
15603
  "können"
15604
 
15605
+ #: wppa-settings-autosave.php:6567 wppa-settings-autosave.php:7230
15606
  #, fuzzy
15607
  msgid "Specification"
15608
  msgstr "Technische Daten"
15609
 
15610
+ #: wppa-settings-autosave.php:6568 wppa-settings-autosave.php:7231
15611
+ #: wppa-settings-autosave.php:9750 wppa-settings-autosave.php:9772
15612
  #, fuzzy
15613
  msgid "Do it!"
15614
  msgstr "Mach es!"
15615
 
15616
+ #: wppa-settings-autosave.php:6570 wppa-settings-autosave.php:7233
15617
  #, fuzzy
15618
  msgid "To Go"
15619
  msgstr "noch"
15620
 
15621
+ #: wppa-settings-autosave.php:6578
15622
  #, fuzzy
15623
  msgid "Harmless and reverseable actions"
15624
  msgstr "Harmlos und reverseable Aktionen"
15625
 
15626
+ #: wppa-settings-autosave.php:6580
15627
  #, fuzzy
15628
  msgid "Ignore concurrency"
15629
  msgstr "Parallelität zu ignorieren"
15630
 
15631
+ #: wppa-settings-autosave.php:6581
15632
  #, fuzzy
15633
  msgid "Ignore the prevention of concurrent actions."
15634
  msgstr "Die Prävention von gleichzeitigen Aktionen zu ignorieren."
15635
 
15636
+ #: wppa-settings-autosave.php:6582
15637
  #, fuzzy
15638
  msgid ""
15639
  "This setting is meant to recover from deadlock situations only. Use with "
15642
  "Diese Einstellung soll von Deadlock-Situationen zu erholen. Verwenden Sie "
15643
  "mit Vorsicht!"
15644
 
15645
+ #: wppa-settings-autosave.php:6593
15646
  #, fuzzy
15647
  msgid "Setup"
15648
  msgstr "Setup"
15649
 
15650
+ #: wppa-settings-autosave.php:6594
15651
  #, fuzzy
15652
  msgid "Re-initialize plugin."
15653
  msgstr "Neu initialisieren Plugin."
15654
 
15655
+ #: wppa-settings-autosave.php:6595
15656
  #, fuzzy
15657
  msgid ""
15658
  "Re-initilizes the plugin, (re)creates database tables and sets up default "
15661
  "Re-Initilizes das Plugin (Re) Datenbanktabellen erstellt und richtet "
15662
  "Standardeinstellungen und Verzeichnisse bei Bedarf."
15663
 
15664
+ #: wppa-settings-autosave.php:6596
15665
  #, fuzzy
15666
  msgid ""
15667
  "This action may be required to setup blogs in a multiblog (network) site as "
15671
  "Multiblog (Netzwerk) sowie in seltenen Fällen zur Initialisierung Fehler zu "
15672
  "korrigieren."
15673
 
15674
+ #: wppa-settings-autosave.php:6607
15675
  #, fuzzy
15676
  msgid "Backup settings"
15677
  msgstr "Backup-Einstellungen"
15678
 
15679
+ #: wppa-settings-autosave.php:6608
15680
  #, fuzzy
15681
  msgid "Save all settings into a backup file."
15682
  msgstr "Alle Einstellungen in eine Sicherungsdatei zu speichern."
15683
 
15684
+ #: wppa-settings-autosave.php:6609
15685
  #, fuzzy
15686
  msgid "Saves all the settings into a backup file"
15687
  msgstr "Speichert alle Einstellungen in einer Sicherungsdatei"
15688
 
15689
+ #: wppa-settings-autosave.php:6620
15690
  #, fuzzy
15691
  msgid "Load settings"
15692
  msgstr "Einstellungen laden..."
15693
 
15694
+ #: wppa-settings-autosave.php:6621
15695
  #, fuzzy
15696
  msgid "Restore all settings from defaults, a backup or skin file."
15697
  msgstr ""
15698
  "Wiederherstellen Sie alle Einstellungen von Standardwerten, ein backup oder "
15699
  "Haut-Datei."
15700
 
15701
+ #: wppa-settings-autosave.php:6622
15702
  #, fuzzy
15703
  msgid ""
15704
  "Restores all the settings from the factory supplied defaults, the backup you "
15707
  "Stellt alle Einstellungen von gelieferten Standardeinstellungen, die "
15708
  "Sicherung, die Sie erstellt oder aus einer Haut-Datei."
15709
 
15710
+ #: wppa-settings-autosave.php:6628
15711
  #, fuzzy
15712
  msgid "--- set to defaults ---"
15713
  msgstr "---auf Standardwerte gesetzt---"
15714
 
15715
+ #: wppa-settings-autosave.php:6631
15716
  #, fuzzy
15717
  msgid "--- restore backup ---"
15718
  msgstr "Sicherung wiederherstellen"
15719
 
15720
+ #: wppa-settings-autosave.php:6653
15721
  #, fuzzy
15722
  msgid "Regenerate"
15723
  msgstr "REGENERIEREN."
15724
 
15725
+ #: wppa-settings-autosave.php:6654 wppa-settings-autosave.php:6655
15726
  #, fuzzy
15727
  msgid "Regenerate all thumbnails."
15728
  msgstr "Alle Thumbnails neu regenerieren"
15729
 
15730
+ #: wppa-settings-autosave.php:6658 wppa-settings-autosave.php:6762
15731
+ #: wppa-settings-autosave.php:6829
15732
  #, fuzzy
15733
  msgid "Skip one"
15734
  msgstr "Überspringen einer"
15735
 
15736
+ #: wppa-settings-autosave.php:6667
15737
  #, fuzzy
15738
  msgid "Rerate"
15739
  msgstr "Rerate"
15740
 
15741
+ #: wppa-settings-autosave.php:6668
15742
  #, fuzzy
15743
  msgid "Recalculate ratings."
15744
  msgstr "Bewertungen zu berechnen."
15745
 
15746
+ #: wppa-settings-autosave.php:6669
15747
  #, fuzzy
15748
  msgid ""
15749
  "This function will recalculate all mean photo ratings from the ratings table."
15751
  "Diese Funktion werden alle mittleren Foto-Ratings von der Rating-Tabelle neu "
15752
  "berechnet."
15753
 
15754
+ #: wppa-settings-autosave.php:6670
15755
  #, fuzzy
15756
  msgid ""
15757
  "You may need this function after the re-import of previously exported photos"
15759
  "Sie können diese Funktion nach dem Re-import der zuvor exportierten Fotos "
15760
  "benötigen."
15761
 
15762
+ #: wppa-settings-autosave.php:6681
15763
  #, fuzzy
15764
  msgid "Lost and found"
15765
  msgstr "Verloren und gefunden"
15766
 
15767
+ #: wppa-settings-autosave.php:6682
15768
  #, fuzzy
15769
  msgid "Find \"lost\" photos."
15770
  msgstr "\"Verlorene\" Fotos zu finden."
15771
 
15772
+ #: wppa-settings-autosave.php:6683
15773
  #, fuzzy
15774
  msgid "This function will attempt to find lost photos."
15775
  msgstr "Diese Funktion versucht, die verlorenen Fotos zu finden."
15776
 
15777
+ #: wppa-settings-autosave.php:6694
15778
  #, fuzzy
15779
  msgid "Recuperate"
15780
  msgstr "Erholen Sie sich"
15781
 
15782
+ #: wppa-settings-autosave.php:6696
15783
  #, fuzzy
15784
  msgid ""
15785
  "This action will attempt to find and register IPTC and EXIF data from photos "
15788
  "Diese Aktion versucht zu finden und IPTC und EXIF-Daten von Fotos im WPPA + "
15789
  "System registrieren."
15790
 
15791
+ #: wppa-settings-autosave.php:6707
15792
  #, fuzzy
15793
  msgid "Remake Index Albums"
15794
  msgstr "Remake-Index-Alben"
15795
 
15796
+ #: wppa-settings-autosave.php:6708
15797
  #, fuzzy
15798
  msgid "Remakes the index database table for albums."
15799
  msgstr "Remakes der Index-Datenbank-Tabelle für Alben."
15800
 
15801
+ #: wppa-settings-autosave.php:6720
15802
  #, fuzzy
15803
  msgid "Remake Index Photos"
15804
  msgstr "Remake Index Fotos"
15805
 
15806
+ #: wppa-settings-autosave.php:6721
15807
  #, fuzzy
15808
  msgid "Remakes the index database table for photos."
15809
  msgstr "Remakes der Index-Datenbank-Tabelle für Fotos."
15810
 
15811
+ #: wppa-settings-autosave.php:6739
15812
  #, fuzzy
15813
  msgid "Convert to tree"
15814
  msgstr "Konvertieren in Baum"
15815
 
15816
+ #: wppa-settings-autosave.php:6740
15817
  #, fuzzy
15818
  msgid "Convert filesystem to tree structure."
15819
  msgstr "Baumstruktur umwandeln Sie Dateisystem."
15820
 
15821
+ #: wppa-settings-autosave.php:6743
15822
  #, fuzzy
15823
  msgid "Convert to flat"
15824
  msgstr "Konvertieren zu flach"
15825
 
15826
+ #: wppa-settings-autosave.php:6744
15827
  #, fuzzy
15828
  msgid "Convert filesystem to flat structure."
15829
  msgstr "Flache Struktur umwandeln Sie Dateisystem."
15830
 
15831
+ #: wppa-settings-autosave.php:6746
15832
  #, fuzzy
15833
  msgid ""
15834
  "If you want to go back to a wppa+ version prior to 5.0.16, you MUST convert "
15837
  "Wenn Sie zu einer Wppa + Version vor 5.0.16 zurückkehren möchten, müssen Sie "
15838
  "in flachen ersten umwandeln."
15839
 
15840
+ #: wppa-settings-autosave.php:6758
15841
  #, fuzzy
15842
  msgid "Remake the photofiles from photo sourcefiles."
15843
  msgstr "Die Photofiles von Foto Sourcefiles zu erneuern."
15844
 
15845
+ #: wppa-settings-autosave.php:6759
15846
  #, fuzzy
15847
  msgid ""
15848
  "This action will remake the fullsize images, thumbnail images, and will "
15853
  "aktualisiert, die Iptc und EXIF-Daten für alle Fotos, wo die Quelle in das "
15854
  "entsprechende Album-Unterverzeichnis des Quellverzeichnisses gefunden wird."
15855
 
15856
+ #: wppa-settings-autosave.php:6771
15857
  #, fuzzy
15858
  msgid "Orientation only"
15859
  msgstr "Nur der Orientierung"
15860
 
15861
+ #: wppa-settings-autosave.php:6772
15862
  #, fuzzy
15863
  msgid "Remake non standard orientated photos only."
15864
  msgstr "Nicht-standard orientierten Fotos nur zu erneuern."
15865
 
15866
+ #: wppa-settings-autosave.php:6785
15867
  #, fuzzy
15868
  msgid "Recalc sizes"
15869
  msgstr "Recalc Größen"
15870
 
15871
+ #: wppa-settings-autosave.php:6786
15872
  #, fuzzy
15873
  msgid "Recalculate photosizes and save to db."
15874
  msgstr "Photosizes neu berechnen und speichern in Db."
15875
 
15876
+ #: wppa-settings-autosave.php:6798
15877
  #, fuzzy
15878
  msgid "Renew album crypt"
15879
  msgstr "Erneuern Album Krypta"
15880
 
15881
+ #: wppa-settings-autosave.php:6799
15882
  #, fuzzy
15883
  msgid "Renew album encrcryption codes."
15884
  msgstr "Album Encrcryption Codes zu erneuern."
15885
 
15886
+ #: wppa-settings-autosave.php:6811
15887
  #, fuzzy
15888
  msgid "Renew photo crypt"
15889
  msgstr "Foto-Krypta zu erneuern"
15890
 
15891
+ #: wppa-settings-autosave.php:6812
15892
  #, fuzzy
15893
  msgid "Renew photo encrcryption codes."
15894
  msgstr "Foto-Encrcryption-Codes zu erneuern."
15895
 
15896
+ #: wppa-settings-autosave.php:6824
15897
  #, fuzzy
15898
  msgid "Create orietation sources"
15899
  msgstr "Erstellen Sie orietation Quellen"
15900
 
15901
+ #: wppa-settings-autosave.php:6825
15902
  #, fuzzy
15903
  msgid "Creates correctly oriented pseudo source file."
15904
  msgstr "Erzeugt richtig orientiert Pseudo-Quelldatei."
15905
 
15906
+ #: wppa-settings-autosave.php:6838
15907
  #, fuzzy
15908
  msgid "Clearing and other irreverseable actions"
15909
  msgstr "Clearing und andere irreverseable Maßnahmen"
15910
 
15911
+ #: wppa-settings-autosave.php:6840
15912
  #, fuzzy
15913
  msgid "Clear ratings"
15914
  msgstr "Bewertungen zu löschen"
15915
 
15916
+ #: wppa-settings-autosave.php:6841
15917
  #, fuzzy
15918
  msgid "Reset all ratings."
15919
  msgstr "Setzen Sie alle Bewertungen."
15920
 
15921
+ #: wppa-settings-autosave.php:6842
15922
  #, fuzzy
15923
  msgid "WARNING: If checked, this will clear all ratings in the system!"
15924
  msgstr ""
15925
  "Warnung: Wenn diese Option aktiviert, wird dies im System alle Bewertungen "
15926
  "klar!"
15927
 
15928
+ #: wppa-settings-autosave.php:6853
15929
  #, fuzzy
15930
  msgid "Clear viewcounts"
15931
  msgstr "Klare viewcounts"
15932
 
15933
+ #: wppa-settings-autosave.php:6854
15934
  #, fuzzy
15935
  msgid "Reset all viewcounts."
15936
  msgstr "Alle Viewcounts zurücksetzen."
15937
 
15938
+ #: wppa-settings-autosave.php:6855
15939
  #, fuzzy
15940
  msgid "WARNING: If checked, this will clear all viewcounts in the system!"
15941
  msgstr ""
15942
  "Warnung: Wenn diese Option aktiviert, wird dies im System alle Viewcounts "
15943
  "klar!"
15944
 
15945
+ #: wppa-settings-autosave.php:6866
15946
  #, fuzzy
15947
  msgid "Reset IPTC"
15948
  msgstr "Reset IPTC"
15949
 
15950
+ #: wppa-settings-autosave.php:6867
15951
  #, fuzzy
15952
  msgid "Clear all IPTC data."
15953
  msgstr "Alle entfernen"
15954
 
15955
+ #: wppa-settings-autosave.php:6868
15956
  #, fuzzy
15957
  msgid "WARNING: If checked, this will clear all IPTC data in the system!"
15958
  msgstr ""
15959
  "Warnung: Wenn diese Option aktiviert, wird alle IPTC-Daten in das System "
15960
  "behoben!"
15961
 
15962
+ #: wppa-settings-autosave.php:6879
15963
  #, fuzzy
15964
  msgid "Reset EXIF"
15965
  msgstr "Reset EXIF"
15966
 
15967
+ #: wppa-settings-autosave.php:6880
15968
  #, fuzzy
15969
  msgid "Clear all EXIF data."
15970
  msgstr "Alle entfernen"
15971
 
15972
+ #: wppa-settings-autosave.php:6881
15973
  #, fuzzy
15974
  msgid "WARNING: If checked, this will clear all EXIF data in the system!"
15975
  msgstr ""
15976
  "WARNUNG: Wenn diese Option aktiviert, wird dies alle EXIF-Daten im System zu "
15977
  "löschen!"
15978
 
15979
+ #: wppa-settings-autosave.php:6892
15980
  #, fuzzy
15981
  msgid "Apply New Photodesc"
15982
  msgstr "Gelten neue Photodesc"
15983
 
15984
+ #: wppa-settings-autosave.php:6893
15985
  #, fuzzy
15986
  msgid "Apply New photo description on all photos in the system."
15987
  msgstr "Gelten Sie neue Fotobeschreibung auf allen Fotos im System."
15988
 
15989
+ #: wppa-settings-autosave.php:6905
15990
  #, fuzzy
15991
  msgid "Append to photodesc"
15992
  msgstr "Fügen Sie an photodesc"
15993
 
15994
+ #: wppa-settings-autosave.php:6906
15995
  #, fuzzy
15996
  msgid "Append this text to all photo descriptions."
15997
  msgstr "Fügen Sie diesen Text an alle Fotobeschreibungen."
15998
 
15999
+ #: wppa-settings-autosave.php:6920
16000
  #, fuzzy
16001
  msgid "Remove from photodesc"
16002
  msgstr "Entfernen von photodesc"
16003
 
16004
+ #: wppa-settings-autosave.php:6921
16005
  #, fuzzy
16006
  msgid "Remove this text from all photo descriptions."
16007
  msgstr "Entfernen Sie diesen Text aus allen Fotobeschreibungen."
16008
 
16009
+ #: wppa-settings-autosave.php:6935
16010
  #, fuzzy
16011
  msgid "Remove empty albums"
16012
  msgstr "Entfernen Sie leere Alben"
16013
 
16014
+ #: wppa-settings-autosave.php:6936
16015
  #, fuzzy
16016
  msgid "Removes albums that are not used."
16017
  msgstr "Alben, die nicht verwendet werden entfernt."
16018
 
16019
+ #: wppa-settings-autosave.php:6948
16020
  #, fuzzy
16021
  msgid "Remove file-ext"
16022
  msgstr "Entfernen Sie die Datei-ext"
16023
 
16024
+ #: wppa-settings-autosave.php:6949
16025
  #, fuzzy
16026
  msgid "Remove possible file extension from photo name."
16027
  msgstr "Entfernen Sie mögliche Dateierweiterung aus Foto Namen."
16028
 
16029
+ #: wppa-settings-autosave.php:6950
16030
  #, fuzzy
16031
  msgid ""
16032
  "This may be required for old photos, uploaded when the option in Table IX-D3 "
16035
  "Dies ist möglicherweise erforderlich nach alten Fotos hochgeladen, wenn die "
16036
  "Option in Tabelle IX-D3 noch nicht verfügbar/ausgewählt war."
16037
 
16038
+ #: wppa-settings-autosave.php:6961
16039
  #, fuzzy
16040
  msgid "Re-add file-ext"
16041
  msgstr "Neu hinzufügen Datei-ext"
16042
 
16043
+ #: wppa-settings-autosave.php:6962
16044
  #, fuzzy
16045
  msgid "Revert the <i>Remove file-ext</i> action."
16046
  msgstr "Die <i>Entfernen der Datei-Ext</i> Aktion zurück."
16047
 
16048
+ #: wppa-settings-autosave.php:6974
16049
  #, fuzzy
16050
  msgid "Watermark all"
16051
  msgstr "Alle Wasserzeichen"
16052
 
16053
+ #: wppa-settings-autosave.php:6975
16054
  #, fuzzy
16055
  msgid "Apply watermark according to current settings to all photos."
16056
  msgstr "Wasserzeichen nach aktuellen Einstellungen auf alle Fotos anwenden."
16057
 
16058
+ #: wppa-settings-autosave.php:6976
16059
  #, fuzzy
16060
  msgid "See Table IX_F for the current watermark settings"
16061
  msgstr "Siehe Tabelle IX_F für die aktuellen Wasserzeichen-Einstellungen"
16062
 
16063
+ #: wppa-settings-autosave.php:6987
16064
  #, fuzzy
16065
  msgid "Create all autopages"
16066
  msgstr "Erstellen Sie alle autopages"
16067
 
16068
+ #: wppa-settings-autosave.php:6988
16069
  #, fuzzy
16070
  msgid "Create all the pages to display slides individually."
16071
  msgstr "Erstellen Sie die Seiten um Folien einzeln anzuzeigen."
16072
 
16073
+ #: wppa-settings-autosave.php:6989 wppa-settings-autosave.php:7003
16074
  #, fuzzy
16075
  msgid "See also Table IV-A10."
16076
  msgstr "Siehe auch Tabelle IV-A10."
16077
 
16078
+ #: wppa-settings-autosave.php:6990
16079
  #, fuzzy
16080
  msgid ""
16081
  "Make sure you have a custom menu and the \"Automatically add new top-level "
16084
  "Stellen Sie sicher, dass Sie ein benutzerdefiniertes Menü und \"Automatisch "
16085
  "hinzufügen neue Top-Level-Seiten zu diesem Menü\" Feld UNticked!!"
16086
 
16087
+ #: wppa-settings-autosave.php:7001
16088
  #, fuzzy
16089
  msgid "Delete all autopages"
16090
  msgstr "Alle Autopages löschen"
16091
 
16092
+ #: wppa-settings-autosave.php:7002
16093
  #, fuzzy
16094
  msgid "Delete all the pages to display slides individually."
16095
  msgstr "Löschen Sie alle Seiten um Folien einzeln anzuzeigen."
16096
 
16097
+ #: wppa-settings-autosave.php:7015
16098
  #, fuzzy
16099
  msgid "Leading zeroes"
16100
  msgstr "Führende Nullen"
16101
 
16102
+ #: wppa-settings-autosave.php:7016
16103
  #, fuzzy
16104
  msgid "If photoname numeric, add leading zeros"
16105
  msgstr "Wenn Photoname numerisch, führende Nullen hinzufügen"
16106
 
16107
+ #: wppa-settings-autosave.php:7017
16108
  #, fuzzy
16109
  msgid ""
16110
  "You can extend the name with leading zeros, so alphabetic sort becomes equal "
16113
  "Sie können den Namen mit führenden Nullen, so alphabetische Sortierung "
16114
  "numerischer Reihenfolge gleich wird."
16115
 
16116
+ #: wppa-settings-autosave.php:7020
16117
  #, fuzzy
16118
  msgid "Total chars"
16119
  msgstr "Insgesamt Zeichen"
16120
 
16121
+ #: wppa-settings-autosave.php:7029
16122
  #, fuzzy
16123
  msgid "Add GPX tag"
16124
  msgstr "GPX-Tag hinzufügen"
16125
 
16126
+ #: wppa-settings-autosave.php:7030
16127
  #, fuzzy
16128
  msgid "Make sure photos with gpx data have a Gpx tag"
16129
  msgstr "Sicherstellen Sie, dass Fotos mit Gpx-Daten einen Gpx-tag"
16130
 
16131
+ #: wppa-settings-autosave.php:7043 wppa-settings-autosave.php:7947
16132
  #, fuzzy
16133
  msgid "Optimize files"
16134
  msgstr "Dateien zu optimieren"
16135
 
16136
+ #: wppa-settings-autosave.php:7044
16137
  #, fuzzy
16138
  msgid "Optimize with EWWW image optimizer"
16139
  msgstr "Optimieren Sie mit EWWW Bild-Optimierer"
16140
 
16141
+ #: wppa-settings-autosave.php:7057
16142
  #, fuzzy
16143
  msgid "Edit tag"
16144
  msgstr "Tag (Schlagwort) bearbeiten"
16145
 
16146
+ #: wppa-settings-autosave.php:7058
16147
  #, fuzzy
16148
  msgid "Globally change a tagname."
16149
  msgstr "Ein Tagname Global zu ändern."
16150
 
16151
+ #: wppa-settings-autosave.php:7064
16152
  #, fuzzy
16153
  msgid "-select a tag-"
16154
  msgstr "Schlagwort auswählen"
16155
 
16156
+ #: wppa-settings-autosave.php:7070
16157
  #, fuzzy
16158
  msgid "Tag:"
16159
  msgstr "Tag"
16160
 
16161
+ #: wppa-settings-autosave.php:7071
16162
  #, fuzzy
16163
  msgid "Change to:"
16164
  msgstr "Ändern zu:"
16165
 
16166
+ #: wppa-settings-autosave.php:7080
16167
  #, fuzzy
16168
  msgid "Synchronize Cloudinary"
16169
  msgstr "Cloudinary synchronisieren"
16170
 
16171
+ #: wppa-settings-autosave.php:7081
16172
  #, fuzzy
16173
  msgid "Removes/adds images in the cloud."
16174
  msgstr "Entfernt/Bilder in die Cloud hinzugefügt."
16175
 
16176
+ #: wppa-settings-autosave.php:7082
16177
  #, fuzzy
16178
  msgid "Removes old images and verifies/adds new images to Cloudinary."
16179
  msgstr ""
16180
  "Entfernt alte Bilder und überprüft/neue Bilder hinzugefügt, Cloudinary."
16181
 
16182
+ #: wppa-settings-autosave.php:7083
16183
  #, fuzzy
16184
  msgid "See Table IX-K4.7 for the configured lifetime."
16185
  msgstr "Siehe Tabelle IX-K4.7 für die projektierte Lebensdauer."
16186
 
16187
+ #: wppa-settings-autosave.php:7094
16188
  #, fuzzy
16189
  msgid "Fix tags"
16190
  msgstr "Stichworte zu beheben"
16191
 
16192
+ #: wppa-settings-autosave.php:7095
16193
  #, fuzzy
16194
  msgid "Make sure photo tags format is uptodate"
16195
  msgstr "Stellen Sie sicher, dass Tags Fotoformat Uptodate ist"
16196
 
16197
+ #: wppa-settings-autosave.php:7096
16198
  #, fuzzy
16199
  msgid "Fixes tags to be conform current database rules."
16200
  msgstr "Tags zu aktuellen Datenbank Regeln konform behebt."
16201
 
16202
+ #: wppa-settings-autosave.php:7107
16203
  #, fuzzy
16204
  msgid "Fix cats"
16205
  msgstr "Katzen zu beheben"
16206
 
16207
+ #: wppa-settings-autosave.php:7108
16208
  #, fuzzy
16209
  msgid "Make sure album cats format is uptodate"
16210
  msgstr "Sicherstellen Sie, dass Album Katzen-Format Uptodate ist"
16211
 
16212
+ #: wppa-settings-autosave.php:7109
16213
  #, fuzzy
16214
  msgid "Fixes cats to be conform current database rules."
16215
  msgstr "Katzen werden aktuelle Datenbank Regeln entsprechen behebt."
16216
 
16217
+ #: wppa-settings-autosave.php:7120
16218
  #, fuzzy
16219
  msgid "Set owner to name"
16220
  msgstr "Set Name Besitzer"
16221
 
16222
+ #: wppa-settings-autosave.php:7121
16223
  #, fuzzy
16224
  msgid "If photoname equals user display name, set him owner."
16225
  msgstr ""
16226
  "Wenn photoname Benutzeranzeigenamen entspricht, setzen Sie ihn Eigentümer."
16227
 
16228
+ #: wppa-settings-autosave.php:7148
16229
  #, fuzzy
16230
  msgid "Listings"
16231
  msgstr "Inserate"
16232
 
16233
+ #: wppa-settings-autosave.php:7150
16234
  #, fuzzy
16235
  msgid "List Logfile"
16236
  msgstr "Liste Logfile"
16237
 
16238
+ #: wppa-settings-autosave.php:7151
16239
  #, fuzzy
16240
  msgid "Show the content of wppa+ (error) log."
16241
  msgstr "Zeigen Sie den Inhalt der Log Wppa + (Fehler)."
16242
 
16243
+ #: wppa-settings-autosave.php:7155
16244
  #, fuzzy
16245
  msgid "Purge logfile"
16246
  msgstr "Log-Datei löschen"
16247
 
16248
+ #: wppa-settings-autosave.php:7164
16249
  #, fuzzy
16250
  msgid "List Ratings"
16251
  msgstr "Liste Bewertungen"
16252
 
16253
+ #: wppa-settings-autosave.php:7165
16254
  #, fuzzy
16255
  msgid "Show the most recent ratings."
16256
  msgstr "Zeigen Sie die neuesten Bewertungen."
16257
 
16258
+ #: wppa-settings-autosave.php:7178
16259
  #, fuzzy
16260
  msgid "List Index"
16261
  msgstr "Listenindex"
16262
 
16263
+ #: wppa-settings-autosave.php:7179
16264
  #, fuzzy
16265
  msgid "Show the content if the index table."
16266
  msgstr "Zeigen Sie den Inhalt Wenn die Indextabelle."
16267
 
16268
+ #: wppa-settings-autosave.php:7183
16269
  #, fuzzy
16270
  msgid "Start at text:"
16271
  msgstr "Starten Sie im Text:"
16272
 
16273
+ #: wppa-settings-autosave.php:7193
16274
  #, fuzzy
16275
  msgid "List active sessions"
16276
  msgstr "Liste aktiver Sitzungen"
16277
 
16278
+ #: wppa-settings-autosave.php:7194
16279
  #, fuzzy
16280
  msgid "Show the content of the sessions table."
16281
  msgstr "Zeigen Sie den Inhalt der Sitzungen Tabelle."
16282
 
16283
+ #: wppa-settings-autosave.php:7207
16284
  #, fuzzy
16285
  msgid "List comments"
16286
  msgstr "Liste Kommentare"
16287
 
16288
+ #: wppa-settings-autosave.php:7208
16289
  #, fuzzy
16290
  msgid "Show the content of the comments table."
16291
  msgstr "Zeigen Sie den Inhalt der Kommentare-Tabelle."
16292
 
16293
+ #: wppa-settings-autosave.php:7214
16294
  #, fuzzy
16295
  msgid "Order by:"
16296
  msgstr "Bestellung nach:"
16297
 
16298
+ #: wppa-settings-autosave.php:7243
16299
  #, fuzzy
16300
  msgid "Table IX:"
16301
  msgstr "Tabelle IX:"
16302
 
16303
+ #: wppa-settings-autosave.php:7243
16304
  #, fuzzy
16305
  msgid "Miscellaneous:"
16306
  msgstr "Sonstiges:"
16307
 
16308
+ #: wppa-settings-autosave.php:7244
16309
  #, fuzzy
16310
  msgid "This table lists all settings that do not fit into an other table"
16311
  msgstr ""
16312
  "Diese Tabelle listet alle Einstellungen, die nicht in eine andere Tabelle "
16313
  "passen"
16314
 
16315
+ #: wppa-settings-autosave.php:7262
16316
  #, fuzzy
16317
  msgid "Internal engine related settings"
16318
  msgstr "Innermotorische bezogene Einstellungen"
16319
 
16320
+ #: wppa-settings-autosave.php:7264
16321
  #, fuzzy
16322
  msgid "WPPA+ Filter priority"
16323
  msgstr "WPPA + Filter Priorität"
16324
 
16325
+ #: wppa-settings-autosave.php:7265
16326
  #, fuzzy
16327
  msgid "Sets the priority of the wppa+ content filter."
16328
  msgstr "Legt die Priorität der Wppa + Content-Filter."
16329
 
16330
+ #: wppa-settings-autosave.php:7266 wppa-settings-autosave.php:7275
16331
  #, fuzzy
16332
  msgid ""
16333
  "If you encounter conflicts with the theme or other plugins, increasing this "
16336
  "Wenn Sie Konflikte mit dem Thema oder andere Plugins zu stoßen, hilft "
16337
  "manchmal eine Erhöhung dieses Werts. Mit großer Sorgfalt verwenden!"
16338
 
16339
+ #: wppa-settings-autosave.php:7273
16340
  #, fuzzy
16341
  msgid "Do_shortcode priority"
16342
  msgstr "Do_shortcode Priorität"
16343
 
16344
+ #: wppa-settings-autosave.php:7274
16345
  #, fuzzy
16346
  msgid "Sets the priority of the do_shortcode() content filter."
16347
  msgstr "Legt die Priorität der do_shortcode()-Content-Filter."
16348
 
16349
+ #: wppa-settings-autosave.php:7282
16350
  #, fuzzy
16351
  msgid "WPPA shortcode at Filter priority"
16352
  msgstr "WPPA Shortcode mit Filter Priorität"
16353
 
16354
+ #: wppa-settings-autosave.php:7283
16355
  #, fuzzy
16356
  msgid "Execute shortcode expansion on filter priority in posts and pages."
16357
  msgstr ""
16358
  "Kurzwahlnummer Erweiterung auf Filter Priorität in Beiträgen und Seiten "
16359
  "ausführen."
16360
 
16361
+ #: wppa-settings-autosave.php:7284 wppa-settings-autosave.php:7293
16362
  #, fuzzy
16363
  msgid "Use to fix certain layout problems"
16364
  msgstr "Verwenden Sie, um bestimmte Layoutprobleme beheben"
16365
 
16366
+ #: wppa-settings-autosave.php:7291
16367
  #, fuzzy
16368
  msgid "WPPA shortcode at Filter priority widget"
16369
  msgstr "WPPA Shortcode am Filter Priorität widget"
16370
 
16371
+ #: wppa-settings-autosave.php:7292
16372
  #, fuzzy
16373
  msgid "Execute shortcode expansion on filter priority in widgets."
16374
  msgstr "Kurzwahlnummer Erweiterung auf Filter Priorität in Widgets ausführen."
16375
 
16376
+ #: wppa-settings-autosave.php:7300
16377
  #, fuzzy
16378
  msgid "JPG image quality"
16379
  msgstr "JPG-Bild-Qualität"
16380
 
16381
+ #: wppa-settings-autosave.php:7301
16382
  #, fuzzy
16383
  msgid "The jpg quality when photos are downsized"
16384
  msgstr "Die Jpg-Qualität bei Fotos verkleinert werden"
16385
 
16386
+ #: wppa-settings-autosave.php:7302
16387
  #, fuzzy
16388
  msgid "The higher the number the better the quality but the larger the file"
16389
  msgstr "Je höher die Zahl desto besser die Qualität, aber je größer die Datei"
16390
 
16391
+ #: wppa-settings-autosave.php:7303
16392
  #, fuzzy
16393
  msgid "Possible values 20..100"
16394
  msgstr "Mögliche Werte-20..100"
16395
 
16396
+ #: wppa-settings-autosave.php:7310
16397
  #, fuzzy
16398
  msgid "Allow WPPA+ Debugging"
16399
  msgstr "Lassen Sie WPPA Debugging"
16400
 
16401
+ #: wppa-settings-autosave.php:7311
16402
  #, fuzzy
16403
  msgid "Allow the use of &amp;debug=.. in urls to this site."
16404
  msgstr ""
16405
  "Erlauben die Verwendung von &amp; debug =... in Urls auf dieser Website."
16406
 
16407
+ #: wppa-settings-autosave.php:7312
16408
  #, fuzzy
16409
  msgid ""
16410
  "If checked: appending (?)(&)debug or (?)(&)debug=<int> to an url to this "
16415
  "=<int> zu einer Url zu dieser Seite wird die Anzeige der speziellen WPPA + "
16416
  "Diagnostik, sowie Php Warnungen generieren</int>"
16417
 
16418
+ #: wppa-settings-autosave.php:7319
16419
  #, fuzzy
16420
  msgid "Auto continue"
16421
  msgstr "Auto fahren"
16422
 
16423
+ #: wppa-settings-autosave.php:7320
16424
  #, fuzzy
16425
  msgid "Continue automatic after time out"
16426
  msgstr "Weiter nach Zeitüberschreitung automatisch"
16427
 
16428
+ #: wppa-settings-autosave.php:7321
16429
  #, fuzzy
16430
  msgid ""
16431
  "If checked, an attempt will be made to restart an admin process when the "
16434
  "Wenn diese Option aktiviert, wird eine versucht, einen Admin-Prozess neu "
16435
  "starten, wenn die Zeit abgelaufen ist."
16436
 
16437
+ #: wppa-settings-autosave.php:7329
16438
  #, fuzzy
16439
  msgid "Set max execution time here."
16440
  msgstr "Eingestellte maximale Ausführungszeit hier."
16441
 
16442
+ #: wppa-settings-autosave.php:7330
16443
  #, fuzzy
16444
  msgid ""
16445
  "If your php config does not properly set the max execution time, you can set "
16448
  "Wenn Ihr Php-Config die maximale Ausführungszeit nicht korrekt eingestellt, "
16449
  "können Sie es hier einstellen. Sekunden, 0, was bedeutet nicht zu ändern."
16450
 
16451
+ #: wppa-settings-autosave.php:7331
16452
  #, fuzzy
16453
  msgid "A safe value is 45 in most cases"
16454
  msgstr "Ein sicherer Wert beträgt 45 in den meisten Fällen"
16455
 
16456
+ #: wppa-settings-autosave.php:7332
16457
  #, fuzzy, php-format
16458
  msgid "The PHP setting max_execution_time is set to %s."
16459
  msgstr "Die PHP Einstellung Max_execution_time ist auf %s festgelegt."
16460
 
16461
+ #: wppa-settings-autosave.php:7340
16462
  #, fuzzy
16463
  msgid "Feed use thumb"
16464
  msgstr "Verfütterung Daumen"
16465
 
16466
+ #: wppa-settings-autosave.php:7341
16467
  #, fuzzy
16468
  msgid "Feeds use thumbnail pictures always."
16469
  msgstr "RSS-Feeds verwenden thumbnail-Bilder immer."
16470
 
16471
+ #: wppa-settings-autosave.php:7349
16472
  #, fuzzy
16473
  msgid "Enable <i>in-line</i> settings"
16474
  msgstr "<i>Inline -</i> Einstellungen aktivieren"
16475
 
16476
+ #: wppa-settings-autosave.php:7350
16477
  #, fuzzy
16478
  msgid "Activates shortcode [wppa_set][/wppa_set]."
16479
  msgstr "Aktiviert Shortcode [Wppa_set] [/ Wppa_set]."
16480
 
16481
+ #: wppa-settings-autosave.php:7351
16482
  #, fuzzy
16483
  msgid ""
16484
  "Syntax: [wppa_set name=\"any wppa setting\" value=\"new value\"][/wppa_set]"
16486
  "Syntax: [Wppa_set Name = \"Wppa Einstellung\" Value = \"neuen Wert\"] [/ "
16487
  "Wppa_set]"
16488
 
16489
+ #: wppa-settings-autosave.php:7352
16490
  #, fuzzy
16491
  msgid ""
16492
  "Example: [wppa_set name=\"wppa_thumbtype\" value=\"masonry-v\"][/wppa_set] "
16495
  "Beispiel: [Wppa_set Name = \"Wppa_thumbtype\" Value = \"Mauerwerk-V\"] [/ "
16496
  "Wppa_set] stellt die Miniaturansicht Art auf vertikale Mauerwerk Stil"
16497
 
16498
+ #: wppa-settings-autosave.php:7353
16499
  #, fuzzy
16500
  msgid "Do not forget to reset with [wppa_set][/wppa_set]"
16501
  msgstr "Vergessen Sie nicht, mit [Wppa_set] zurücksetzen [/ Wppa_set]"
16502
 
16503
+ #: wppa-settings-autosave.php:7354
16504
  #, fuzzy
16505
  msgid "Use with great care! There is no check on validity of values!"
16506
  msgstr ""
16507
  "Mit großer Sorgfalt verwenden! Es gibt keine Prüfung auf Gültigkeit der "
16508
  "Werte!"
16509
 
16510
+ #: wppa-settings-autosave.php:7361
16511
  #, fuzzy
16512
  msgid "Runtime modifyable settings"
16513
  msgstr "Common Language Runtime modifyable Einstellungen"
16514
 
16515
+ #: wppa-settings-autosave.php:7362
16516
  #, fuzzy
16517
  msgid "The setting slugs that may be altered using [wppa_set] shortcode."
16518
  msgstr ""
16519
  "Die Einstellung-Schnecken, die mit [Wppa_set] Shortcode verändert werden "
16520
  "können."
16521
 
16522
+ #: wppa-settings-autosave.php:7371
16523
  #, fuzzy
16524
  msgid "WPPA+ Admin related miscellaneous settings"
16525
  msgstr "WPPA + Admin bezogene sonstige Einstellungen"
16526
 
16527
+ #: wppa-settings-autosave.php:7373
16528
  #, fuzzy
16529
  msgid "Allow HTML"
16530
  msgstr "HTML zulassen"
16531
 
16532
+ #: wppa-settings-autosave.php:7374
16533
  #, fuzzy
16534
  msgid "Allow HTML in album and photo descriptions."
16535
  msgstr "Ermöglichen Sie HTML-Album und Foto Beschreibungen."
16536
 
16537
+ #: wppa-settings-autosave.php:7375 wppa-settings-autosave.php:7384
16538
  #, fuzzy
16539
  msgid ""
16540
  "If checked: html is allowed. WARNING: No checks on syntax, it is your own "
16543
  "Wenn diese Option aktiviert: html ist erlaubt. Achtung: Keine Kontrollen auf "
16544
  "Syntax, ist es Ihre Verantwortung, Tags richtig schließen!"
16545
 
16546
+ #: wppa-settings-autosave.php:7382
16547
  #, fuzzy
16548
  msgid "Allow HTML custom"
16549
  msgstr "Benutzerdefinierte HTML-Code zu ermöglichen"
16550
 
16551
+ #: wppa-settings-autosave.php:7383
16552
  #, fuzzy
16553
  msgid "Allow HTML in custom photo datafields."
16554
  msgstr "Ermöglichen Sie HTML-Code in benutzerdefinierten Foto Datafields."
16555
 
16556
+ #: wppa-settings-autosave.php:7391
16557
  #, fuzzy
16558
  msgid "Check tag balance"
16559
  msgstr "Tag-Kontostand überprüfen"
16560
 
16561
+ #: wppa-settings-autosave.php:7392
16562
  #, fuzzy
16563
  msgid "Check if the HTML tags are properly closed: \"balanced\"."
16564
  msgstr ""
16565
  "Überprüfen Sie, ob die HTML-Tags richtig geschlossen sind: \"ausgewogen\"."
16566
 
16567
+ #: wppa-settings-autosave.php:7393
16568
  #, fuzzy
16569
  msgid ""
16570
  "If the HTML tags in an album or a photo description are not in balance, the "
16574
  "Gleichgewicht befinden, die Beschreibung wird nicht aktualisiert, wird eine "
16575
  "Errormessage angezeigt"
16576
 
16577
+ #: wppa-settings-autosave.php:7400
16578
  #, fuzzy
16579
  msgid "Use WP editor"
16580
  msgstr "Verwendung WP-editor"
16581
 
16582
+ #: wppa-settings-autosave.php:7401
16583
  #, fuzzy
16584
  msgid "Use the wp editor for multiline text fields."
16585
  msgstr "Verwenden Sie die wp-Editor für mehrzeilige Textfelder."
16586
 
16587
+ #: wppa-settings-autosave.php:7409
16588
  #, fuzzy
16589
  msgid "Album sel hierarchic"
16590
  msgstr "Album Sel hierarchische"
16591
 
16592
+ #: wppa-settings-autosave.php:7410
16593
  #, fuzzy
16594
  msgid "Show albums with (grand)parents in selection lists."
16595
  msgstr "Zeigen Sie Alben mit (groß-) Eltern in Auswahllisten."
16596
 
16597
+ #: wppa-settings-autosave.php:7418
16598
  #, fuzzy
16599
  msgid "Page sel hierarchic"
16600
  msgstr "Seite Sel hierarchische"
16601
 
16602
+ #: wppa-settings-autosave.php:7419
16603
  #, fuzzy
16604
  msgid "Show pages with (grand)parents in selection lists."
16605
  msgstr "Seiten mit (groß-) Eltern in Auswahllisten anzeigen."
16606
 
16607
+ #: wppa-settings-autosave.php:7428
16608
  #, fuzzy
16609
  msgid "Photo admin page size"
16610
  msgstr "Fotogröße Admin Seite"
16611
 
16612
+ #: wppa-settings-autosave.php:7429
16613
  #, fuzzy
16614
  msgid ""
16615
  "The number of photos per page on the <br/>Edit Album -> Manage photos and "
16618
  "Die Anzahl der Fotos pro Seite auf die<br>Bearbeiten Sie Album-> Fotos "
16619
  "verwalten und bearbeiten Fotos-Admin-Seiten."
16620
 
16621
+ #: wppa-settings-autosave.php:7439
16622
  #, fuzzy
16623
  msgid "Comment admin page size"
16624
  msgstr "Kommentar Admin Seitengröße"
16625
 
16626
+ #: wppa-settings-autosave.php:7440
16627
  #, fuzzy
16628
  msgid "The number of comments per page on the Comments admin pages."
16629
  msgstr "Die Anzahl der Kommentare pro Seite auf die Kommentare Admin-Seiten."
16630
 
16631
+ #: wppa-settings-autosave.php:7450
16632
  #, fuzzy
16633
  msgid "Geo info edit"
16634
  msgstr "Geo Info bearbeiten"
16635
 
16636
+ #: wppa-settings-autosave.php:7451
16637
  #, fuzzy
16638
  msgid "Lattitude and longitude may be edited in photo admin."
16639
  msgstr "Breitengrad und Längengrad können im Foto Admin bearbeitet werden"
16640
 
16641
+ #: wppa-settings-autosave.php:7459
16642
  #, fuzzy
16643
  msgid "Admin bar menu admin"
16644
  msgstr "Admin bar Menü admin"
16645
 
16646
+ #: wppa-settings-autosave.php:7460
16647
  #, fuzzy
16648
  msgid "Show menu on admin bar on admin pages."
16649
  msgstr "Menü \"anzeigen\" auf Admin Bar auf Admin-Seiten."
16650
 
16651
+ #: wppa-settings-autosave.php:7468
16652
  #, fuzzy
16653
  msgid "Admin bar menu frontend"
16654
  msgstr "Admin bar Menü frontend"
16655
 
16656
+ #: wppa-settings-autosave.php:7469
16657
  #, fuzzy
16658
  msgid "Show menu on admin bar on frontend pages."
16659
  msgstr "Menü \"anzeigen\" auf Admin Bar auf Frontend-Seiten."
16660
 
16661
+ #: wppa-settings-autosave.php:7477
16662
  #, fuzzy
16663
  msgid "Add shortcode to posts"
16664
  msgstr "Beiträge Kurzwahl hinzufügen"
16665
 
16666
+ #: wppa-settings-autosave.php:7478
16667
  #, fuzzy
16668
  msgid "Add a shortcode to the end of all posts."
16669
  msgstr "Am Ende aller Beiträge eine Kurzwahl hinzufügen."
16670
 
16671
+ #: wppa-settings-autosave.php:7486
16672
  #, fuzzy
16673
  msgid "Shortcode to add"
16674
  msgstr "Kurzwahl hinzufügen"
16675
 
16676
+ #: wppa-settings-autosave.php:7487
16677
  #, fuzzy
16678
  msgid "The shortcode to be added to the posts."
16679
  msgstr "Die Kurzwahlnummer, die Beiträge hinzugefügt werden soll."
16680
 
16681
+ #: wppa-settings-autosave.php:7495
16682
  #, fuzzy
16683
  msgid "We use Scripts"
16684
  msgstr "Wir verwenden Sie Skripts"
16685
 
16686
+ #: wppa-settings-autosave.php:7496
16687
  #, fuzzy
16688
  msgid "Use scripting syntax in shortcode generator."
16689
  msgstr "Verwenden Sie scripting Syntax im Shortcode Generator."
16690
 
16691
+ #: wppa-settings-autosave.php:7497
16692
  #, fuzzy
16693
  msgid ""
16694
  "This setting defines if the shortcode generator outputs old style script "
16697
  "Diese Einstellung legt fest, ob der Shortcode Generator alten Stil-Script-"
16698
  "Tags oder neue Stil Shortcodes Ausgänge."
16699
 
16700
+ #: wppa-settings-autosave.php:7505
16701
  #, fuzzy
16702
  msgid "Import page prieviews"
16703
  msgstr "Import Seite prieviews"
16704
 
16705
+ #: wppa-settings-autosave.php:7506
16706
  #, fuzzy
16707
  msgid "Show thumbnail previews in import admin page."
16708
  msgstr "Zeigen Sie Miniaturansichten im Import Admin-Seite."
16709
 
16710
+ #: wppa-settings-autosave.php:7514
16711
  #, fuzzy
16712
  msgid "Upload audiostub"
16713
  msgstr "Audiostub hochladen"
16714
 
16715
+ #: wppa-settings-autosave.php:7515
16716
  #, fuzzy
16717
  msgid "Upload a new audio stub file"
16718
  msgstr "Eine neue Audio-Stub-Datei hochladen"
16719
 
16720
+ #: wppa-settings-autosave.php:7519
16721
  #, fuzzy
16722
  msgid "Upload audio stub image"
16723
  msgstr "Audio-Stub-Bild hochladen"
16724
 
16725
+ #: wppa-settings-autosave.php:7524
16726
  #, fuzzy
16727
  msgid "Confirm create"
16728
  msgstr "Bestätigen erstellen"
16729
 
16730
+ #: wppa-settings-autosave.php:7525
16731
  #, fuzzy
16732
  msgid "Display confirmation dialog before creating album."
16733
  msgstr "Bestätigungsdialog vor Album erstellen angezeigt."
16734
 
16735
+ #: wppa-settings-autosave.php:7533
16736
  #, fuzzy
16737
  msgid "Import source root"
16738
  msgstr "Import-Quelle-Wurzel"
16739
 
16740
+ #: wppa-settings-autosave.php:7534
16741
  #, fuzzy
16742
  msgid "Specify the highest level in the filesystem where to import from"
16743
  msgstr "Geben Sie dem höchsten Ebene im Dateisystem an, wo aus importieren"
16744
 
16745
+ #: wppa-settings-autosave.php:7551
16746
  #, fuzzy
16747
  msgid "Allow import from WPPA+ source folders"
16748
  msgstr "Import von WPPA + Quellverzeichnisse zu ermöglichen"
16749
 
16750
+ #: wppa-settings-autosave.php:7552
16751
  #, fuzzy
16752
  msgid "Only switch this on if you know what you are doing!"
16753
  msgstr "Nur Schalten Sie das ein, wenn Sie wissen, was Sie tun!"
16754
 
16755
+ #: wppa-settings-autosave.php:7561
16756
  #, fuzzy
16757
  msgid "SEO related settings"
16758
  msgstr "SEO bezogene Einstellungen"
16759
 
16760
+ #: wppa-settings-autosave.php:7563
16761
  #, fuzzy
16762
  msgid "Meta on page"
16763
  msgstr "Meta auf Seite"
16764
 
16765
+ #: wppa-settings-autosave.php:7564
16766
  #, fuzzy
16767
  msgid "Meta tags for photos on the page."
16768
  msgstr "Meta-Tags für Fotos auf der Seite."
16769
 
16770
+ #: wppa-settings-autosave.php:7565
16771
  #, fuzzy
16772
  msgid ""
16773
  "If checked, the header of the page will contain metatags that refer to "
16776
  "Wenn aktiviert, wird die Kopfzeile der Seite Metatags enthalten, die auf "
16777
  "ausgewählte Fotos auf der Seite im Seitenkontext verweisen."
16778
 
16779
+ #: wppa-settings-autosave.php:7572
16780
  #, fuzzy
16781
  msgid "Meta all"
16782
  msgstr "Alle Meta"
16783
 
16784
+ #: wppa-settings-autosave.php:7573
16785
  #, fuzzy
16786
  msgid "Meta tags for all featured photos."
16787
  msgstr "Meta-Tags für alle vorgestellten Fotos."
16788
 
16789
+ #: wppa-settings-autosave.php:7574
16790
  #, fuzzy
16791
  msgid ""
16792
  "If checked, the header of the page will contain metatags that refer to all "
16795
  "Wenn diese Option aktiviert, wird die Kopfzeile der Seite Metatags "
16796
  "enthalten, die auf alle Foto des Monats-Dateien verweisen."
16797
 
16798
+ #: wppa-settings-autosave.php:7575
16799
  #, fuzzy
16800
  msgid ""
16801
  "If you have many featured photos, you might wish to uncheck this item to "
16804
  "Wenn Sie viele ausgewählte Fotos haben, möchten Sie möglicherweise "
16805
  "deaktivieren dieses Element, um die Größe des Seitenkopfs zu reduzieren."
16806
 
16807
+ #: wppa-settings-autosave.php:7582
16808
  #, fuzzy
16809
  msgid "Add og meta tags"
16810
  msgstr "Fügen Sie Og Meta-Tags"
16811
 
16812
+ #: wppa-settings-autosave.php:7583
16813
  #, fuzzy
16814
  msgid "Add og meta tags to the page header."
16815
  msgstr "Fügen Sie Og Meta-Tags in der Kopfzeile."
16816
 
16817
+ #: wppa-settings-autosave.php:7586
16818
  #, fuzzy
16819
  msgid ""
16820
  "Turning this off may affect the functionality of social media items in the "
16824
  "Mitteilungsbox beeinflussen, die auf open Graph Tags Informationen "
16825
  "angewiesen."
16826
 
16827
+ #: wppa-settings-autosave.php:7592
16828
  #, fuzzy
16829
  msgid "Image Alt attribute type"
16830
  msgstr "Image-Alt-Attribut-Typ"
16831
 
16832
+ #: wppa-settings-autosave.php:7593
16833
  #, fuzzy
16834
  msgid "Select kind of HTML alt=\"\" content for images."
16835
  msgstr "Wählen Sie Art der HTML-Alt = \"\" Inhalte für Bilder."
16836
 
16837
+ #: wppa-settings-autosave.php:7596
16838
  #, fuzzy
16839
  msgid "photo name"
16840
  msgstr ""
16841
  "Wenn Sie dieses Feld leer verlassen, wird IPTC-Tag 120 (Caption) wie "
16842
  "photoname verwendet, wenn vorhanden, sonst der ursprüngliche Dateiname."
16843
 
16844
+ #: wppa-settings-autosave.php:7596
16845
  #, fuzzy
16846
  msgid "name without file-ext"
16847
  msgstr "Namen ohne Datei-ext"
16848
 
16849
+ #: wppa-settings-autosave.php:7596
16850
  #, fuzzy
16851
  msgid "set in album admin"
16852
  msgstr "inmitten eines Albums admin"
16853
 
16854
+ #: wppa-settings-autosave.php:7603
16855
  #, fuzzy
16856
  msgid "New Album and New Photo related miscellaneous settings"
16857
  msgstr "Neues Album und neues Foto bezogene sonstige Einstellungen"
16858
 
16859
+ #: wppa-settings-autosave.php:7641
16860
  #, fuzzy
16861
  msgid "Maximum time an album is indicated as New"
16862
  msgstr "Maximale Zeit ein Album wird als neu angezeigt."
16863
 
16864
+ #: wppa-settings-autosave.php:7649
16865
  #, fuzzy
16866
  msgid "New Photo"
16867
  msgstr "Neues Foto"
16868
 
16869
+ #: wppa-settings-autosave.php:7650
16870
  #, fuzzy
16871
  msgid "Maximum time a photo is indicated as New"
16872
  msgstr "Maximale Zeit ein Foto wird als neu angezeigt."
16873
 
16874
+ #: wppa-settings-autosave.php:7658
16875
  #, fuzzy
16876
  msgid "Modified Album"
16877
  msgstr "Modifizierte Album"
16878
 
16879
+ #: wppa-settings-autosave.php:7659
16880
  #, fuzzy
16881
  msgid "Maximum time an album is indicated as Modified"
16882
  msgstr "Maximale Zeit ein Album wird als geändert angezeigt."
16883
 
16884
+ #: wppa-settings-autosave.php:7667
16885
  #, fuzzy
16886
  msgid "Modified Photo"
16887
  msgstr "Geänderte Foto"
16888
 
16889
+ #: wppa-settings-autosave.php:7668
16890
  #, fuzzy
16891
  msgid "Maximum time a photo is indicated as Modofied"
16892
  msgstr "Maximale Zeit ein Foto ist als Signierung angegeben."
16893
 
16894
+ #: wppa-settings-autosave.php:7676
16895
  #, fuzzy
16896
  msgid "Use text labels"
16897
  msgstr "Verwenden Sie Text-labels"
16898
 
16899
+ #: wppa-settings-autosave.php:7677
16900
  #, fuzzy
16901
  msgid "Use editable text for the New and Modified labels"
16902
  msgstr ""
16903
  "Verwenden Sie bearbeitbaren Text für die neue und geänderte Bezeichnungen"
16904
 
16905
+ #: wppa-settings-autosave.php:7678
16906
  #, fuzzy
16907
  msgid "If UNticked, you can specify the urls for custom images to be used."
16908
  msgstr ""
16909
  "Wenn kein Häkchen, können Sie die Urls für benutzerdefinierte Bilder "
16910
  "verwendet werden."
16911
 
16912
+ #: wppa-settings-autosave.php:7689
16913
  #, fuzzy
16914
  msgid "Orange"
16915
  msgstr "Orange"
16916
 
16917
+ #: wppa-settings-autosave.php:7690
16918
  #, fuzzy
16919
  msgid "Yellow"
16920
  msgstr "Gelb"
16921
 
16922
+ #: wppa-settings-autosave.php:7693
16923
  #, fuzzy
16924
  msgid "Purple"
16925
  msgstr "Violett"
16926
 
16927
+ #: wppa-settings-autosave.php:7694
16928
  #, fuzzy
16929
  msgid "Black/white"
16930
  msgstr "schwarz / weiß"
16931
 
16932
+ #: wppa-settings-autosave.php:7706 wppa-settings-autosave.php:7728
16933
  #, fuzzy
16934
  msgid "New label"
16935
  msgstr "Neues Label hinzufügen"
16936
 
16937
+ #: wppa-settings-autosave.php:7707
16938
  #, fuzzy
16939
  msgid "Specify the \"New\" indicator details."
16940
  msgstr "Geben Sie \"New\" Anzeige Details."
16941
 
16942
+ #: wppa-settings-autosave.php:7708 wppa-settings-autosave.php:7719
16943
  #, fuzzy
16944
  msgid "If you use qTranslate, the text may be multilingual."
16945
  msgstr "Wenn Sie qTranslate verwenden, kann der Text mehrsprachig sein."
16946
 
16947
+ #: wppa-settings-autosave.php:7712 wppa-settings-autosave.php:7723
16948
  #: wppa-stereo.php:31
16949
  #, fuzzy
16950
  msgid "Color"
16951
  msgstr "Farbe"
16952
 
16953
+ #: wppa-settings-autosave.php:7717 wppa-settings-autosave.php:7737
16954
  #, fuzzy
16955
  msgid "Modified label"
16956
  msgstr "Geänderte Bezeichnung"
16957
 
16958
+ #: wppa-settings-autosave.php:7718
16959
  #, fuzzy
16960
  msgid "Specify the \"Modified\" indicator details."
16961
  msgstr "Geben Sie die \"Modified\" Indikator-Details."
16962
 
16963
+ #: wppa-settings-autosave.php:7729
16964
  #, fuzzy
16965
  msgid "Specify the \"New\" indicator url."
16966
  msgstr "Die \"New\" Anzeige-Url angeben."
16967
 
16968
+ #: wppa-settings-autosave.php:7738
16969
  #, fuzzy
16970
  msgid "Specify the \"Modified\" indicator url."
16971
  msgstr "Die \"Modified\" Anzeige-Url angeben."
16972
 
16973
+ #: wppa-settings-autosave.php:7746
16974
  #, fuzzy
16975
  msgid "Limit LasTen New"
16976
  msgstr "Limit RT neu"
16977
 
16978
+ #: wppa-settings-autosave.php:7747
16979
  #, fuzzy
16980
  msgid "Limits the LasTen photos to those that are 'New', or newly modified."
16981
  msgstr ""
16982
  "Schränkt die Lastenstraße Fotos für diejenigen, die \"Neu\" sind, oder neu "
16983
  "geändert."
16984
 
16985
+ #: wppa-settings-autosave.php:7748
16986
  #, fuzzy
16987
  msgid ""
16988
  "If you tick this box and configured the new photo time, you can even limit "
16993
  "auch beschränken Sie die Anzahl von der Einstellung in Tisch-F7 oder setzen "
16994
  "diese Zahl auf einen unwahrscheinlich hohen Wert."
16995
 
16996
+ #: wppa-settings-autosave.php:7755
16997
  #, fuzzy
16998
  msgid "LasTen use Modified"
16999
  msgstr "RT verwenden geändert"
17000
 
17001
+ #: wppa-settings-autosave.php:7756
17002
  #, fuzzy
17003
  msgid ""
17004
  "Use the time modified rather than time upload for LasTen widget/shortcode."
17006
  "Nutzen Sie die Zeit geändert, anstatt Zeit hochladen für Lastenstraße Widget/"
17007
  "Shortcode."
17008
 
17009
+ #: wppa-settings-autosave.php:7764
17010
  #, fuzzy
17011
  msgid "Apply Newphoto desc"
17012
  msgstr "Gelten Newphoto desc"
17013
 
17014
+ #: wppa-settings-autosave.php:7765
17015
  #, fuzzy
17016
  msgid "Give each new photo a standard description."
17017
  msgstr "Beschreiben Sie jedes neue Foto standard."
17018
 
17019
+ #: wppa-settings-autosave.php:7766
17020
  #, fuzzy
17021
  msgid ""
17022
  "If checked, each new photo will get the description (template) as specified "
17025
  "Wenn diese Option aktiviert, wird jedes neue Foto Beschreibung (Vorlage) "
17026
  "gemäß der Tagesordnung erhalten."
17027
 
17028
+ #: wppa-settings-autosave.php:7773
17029
  #, fuzzy
17030
  msgid "New photo desc"
17031
  msgstr "Neue Foto-desc"
17032
 
17033
+ #: wppa-settings-autosave.php:7774
17034
  #, fuzzy
17035
  msgid "The description (template) to add to a new photo."
17036
  msgstr "Die Beschreibung (Vorlage) ein neues Foto hinzugefügt."
17037
 
17038
+ #: wppa-settings-autosave.php:7775
17039
  #, fuzzy
17040
  msgid "Enter the default description."
17041
  msgstr "Geben Sie die Standardbeschreibung."
17042
 
17043
+ #: wppa-settings-autosave.php:7776
17044
  #, fuzzy
17045
  msgid "If you use html, please check item A-1 of this table."
17046
  msgstr ""
17047
  "Wenn Sie html verwenden, überprüfen Sie bitte Artikel dieser Tabelle a-1."
17048
 
17049
+ #: wppa-settings-autosave.php:7783
17050
  msgid "New photo owner"
17051
  msgstr ""
17052
 
17053
+ #: wppa-settings-autosave.php:7784
17054
  msgid "The owner of a new uploaded photo."
17055
  msgstr ""
17056
 
17057
+ #: wppa-settings-autosave.php:7785
17058
  msgid "If you leave this blank, the uploader will be set as the owner"
17059
  msgstr ""
17060
 
17061
+ #: wppa-settings-autosave.php:7787
17062
  msgid "leave blank or enter login name"
17063
  msgstr ""
17064
 
17065
+ #: wppa-settings-autosave.php:7793
17066
  #, fuzzy
17067
  msgid "New albums are created with this upload limit."
17068
  msgstr "Neue Alben entstehen mit diesem Upload-Limit."
17069
 
17070
+ #: wppa-settings-autosave.php:7794
17071
  #, fuzzy
17072
  msgid ""
17073
  "Administrators can change the limit settings in the \"Edit Album Information"
17076
  "Administratoren können die Limit-Einstellungen in der Admin-Seite "
17077
  "\"Albuminformationen bearbeiten\" ändern."
17078
 
17079
+ #: wppa-settings-autosave.php:7811
17080
  #, fuzzy
17081
  msgid "Default parent"
17082
  msgstr "Standardmäßige Erstansicht"
17083
 
17084
+ #: wppa-settings-autosave.php:7812
17085
  #, fuzzy
17086
  msgid "The parent album of new albums."
17087
  msgstr "Das übergeordnete Album neuer Alben."
17088
 
17089
+ #: wppa-settings-autosave.php:7829
17090
  #, fuzzy
17091
  msgid "Default parent always"
17092
  msgstr "Standardmäßige Erstansicht immer"
17093
 
17094
+ #: wppa-settings-autosave.php:7830
17095
  #, fuzzy
17096
  msgid ""
17097
  "The parent album of new albums is always the default, except for "
17100
  "Das übergeordnete Album des neuen Albums ist immer der Standardwert außer "
17101
  "Administratoren."
17102
 
17103
+ #: wppa-settings-autosave.php:7838
17104
  #, fuzzy
17105
  msgid "Show album full"
17106
  msgstr "Album voll anzeigen"
17107
 
17108
+ #: wppa-settings-autosave.php:7839
17109
  #, fuzzy
17110
  msgid "Show the Upload limit reached message if appropriate."
17111
  msgstr "Zeigen Sie die Upload-Limit erreicht Nachricht, wenn angemessen."
17112
 
17113
+ #: wppa-settings-autosave.php:7847
17114
  #, fuzzy
17115
  msgid "Grant an album"
17116
  msgstr "Ein Album zu gewähren"
17117
 
17118
+ #: wppa-settings-autosave.php:7848
17119
  #, fuzzy
17120
  msgid "Create an album for each user logging in."
17121
  msgstr "Erstellen Sie ein Album für jeden Benutzer einloggen."
17122
 
17123
+ #: wppa-settings-autosave.php:7856
17124
  #, fuzzy
17125
  msgid "Grant album name"
17126
  msgstr "Name des Albums Grant"
17127
 
17128
+ #: wppa-settings-autosave.php:7857
17129
  #, fuzzy
17130
  msgid "The name to be used for the album."
17131
  msgstr "Der Name für das Album verwendet werden."
17132
 
17133
+ #: wppa-settings-autosave.php:7860
17134
  #, fuzzy
17135
  msgid "Login name"
17136
  msgstr "Anmeldename"
17137
 
17138
+ #: wppa-settings-autosave.php:7860 wppa-upldr-widget.php:181
17139
  #, fuzzy
17140
  msgid "Display name"
17141
  msgstr "Anzeige-Name"
17142
 
17143
+ #: wppa-settings-autosave.php:7860
17144
  #, fuzzy
17145
  msgid "Id"
17146
  msgstr "Kennung"
17147
 
17148
+ #: wppa-settings-autosave.php:7860
17149
  #, fuzzy
17150
  msgid "Firstname Lastname"
17151
  msgstr "Vorname Nachname"
17152
 
17153
+ #: wppa-settings-autosave.php:7867
17154
  #, fuzzy
17155
  msgid "Grant parent"
17156
  msgstr "Grant Elternteil"
17157
 
17158
+ #: wppa-settings-autosave.php:7868
17159
  #, fuzzy
17160
  msgid "The parent album of the auto created albums."
17161
  msgstr "Das übergeordnete Album der automatisch erstellte Alben."
17162
 
17163
+ #: wppa-settings-autosave.php:7885
17164
  #, fuzzy
17165
  msgid "Max user albums"
17166
  msgstr "Max Benutzer Alben"
17167
 
17168
+ #: wppa-settings-autosave.php:7886
17169
  #, fuzzy
17170
  msgid "The max number of albums a user can create."
17171
  msgstr "Die maximale Anzahl der Alben, die ein Benutzer erstellen kann."
17172
 
17173
+ #: wppa-settings-autosave.php:7887
17174
  #, fuzzy
17175
  msgid ""
17176
  "The maximum number of albums a user can create when he is not admin and "
17179
  "Die maximale Anzahl der Alben, die ein Benutzer erstellen kann, wenn er "
17180
  "nicht Admin und Besitzer ist nur aktiv"
17181
 
17182
+ #: wppa-settings-autosave.php:7888
17183
  #, fuzzy
17184
  msgid "A number of 0 means No limit"
17185
  msgstr "Eine Zahl von 0 bedeutet keine Begrenzung"
17186
 
17187
+ #: wppa-settings-autosave.php:7895
17188
  #, fuzzy
17189
  msgid "Default photo name"
17190
  msgstr "Standardbild"
17191
 
17192
+ #: wppa-settings-autosave.php:7896
17193
  #, fuzzy
17194
  msgid "Select the way the name of a new uploaded photo should be determined."
17195
  msgstr ""
17196
  "Wählen Sie die Art, wie, die der Name eines neuen hochgeladenen Fotos "
17197
  "bestimmt werden sollte."
17198
 
17199
+ #: wppa-settings-autosave.php:7899
17200
  #, fuzzy
17201
  msgid "Filename"
17202
  msgstr ""
17203
  "Wenn Sie dieses Feld leer verlassen, wird IPTC-Tag 120 (Caption) wie "
17204
  "photoname verwendet, wenn vorhanden, sonst der ursprüngliche Dateiname."
17205
 
17206
+ #: wppa-settings-autosave.php:7900
17207
  #, fuzzy
17208
  msgid "Filename without extension"
17209
  msgstr "Dateinamen ohne Erweiterung"
17210
 
17211
+ #: wppa-settings-autosave.php:7901
17212
  #, fuzzy
17213
  msgid "IPTC Tag 2#005 (Graphic name)"
17214
  msgstr "IPTC-Tag 2 #005 (Grafik Name)"
17215
 
17216
+ #: wppa-settings-autosave.php:7902
17217
  #, fuzzy
17218
  msgid "IPTC Tag 2#120 (Caption)"
17219
  msgstr "IPTC-Tag 2 #120 (Caption)"
17220
 
17221
+ #: wppa-settings-autosave.php:7903
17222
  #, fuzzy
17223
  msgid "No name at all"
17224
  msgstr "Kein Name überhaupt"
17225
 
17226
+ #: wppa-settings-autosave.php:7911
17227
  #, fuzzy
17228
  msgid "Default coverphoto"
17229
  msgstr "Standard-Titelfoto"
17230
 
17231
+ #: wppa-settings-autosave.php:7912
17232
  #, fuzzy
17233
  msgid "Name of photofile to become cover image"
17234
  msgstr "Name des Photofile, Cover-Bild zu werden"
17235
 
17236
+ #: wppa-settings-autosave.php:7913
17237
  #, fuzzy
17238
  msgid ""
17239
  "If you name a photofile like this setting before upload, it will become the "
17242
  "Wenn Sie eine Photofile wie diese Einstellung vor dem Upload benennen, wird "
17243
  "es automatisch der Coverimage werden."
17244
 
17245
+ #: wppa-settings-autosave.php:7920
17246
  #, fuzzy
17247
  msgid "Copy Timestamp"
17248
  msgstr "Kopieren Sie Timestamp"
17249
 
17250
+ #: wppa-settings-autosave.php:7921
17251
  #, fuzzy
17252
  msgid "Copy timestamp when copying photo."
17253
  msgstr "Kopieren Sie Timestamp beim Foto kopieren."
17254
 
17255
+ #: wppa-settings-autosave.php:7922
17256
  #, fuzzy
17257
  msgid "If checked, the copied photo is not \"new\""
17258
  msgstr "Wenn diese Option aktiviert, wird das kopierte Foto nicht \"neu\""
17259
 
17260
+ #: wppa-settings-autosave.php:7929
17261
  #, fuzzy
17262
  msgid "Copy Owner"
17263
  msgstr "Kopie-Besitzer"
17264
 
17265
+ #: wppa-settings-autosave.php:7930
17266
  #, fuzzy
17267
  msgid "Copy the owner when copying photo."
17268
  msgstr "Kopieren Sie den Besitzer beim Foto kopieren."
17269
 
17270
+ #: wppa-settings-autosave.php:7938
17271
  #, fuzzy
17272
  msgid "FE Albums public"
17273
  msgstr "FE-öffentliche Alben"
17274
 
17275
+ #: wppa-settings-autosave.php:7939
17276
  #, fuzzy
17277
  msgid "Frontend created albums are --- public ---"
17278
  msgstr "Frontend erstellt Alben sind---öffentlich---"
17279
 
17280
+ #: wppa-settings-autosave.php:7948
17281
  #, fuzzy
17282
  msgid "Optimize image files right after upload/import"
17283
  msgstr "Optimierung der Bilddateien direkt nach dem Upload/import"
17284
 
17285
+ #: wppa-settings-autosave.php:7949
17286
  #, fuzzy
17287
  msgid "This option requires the plugin EWWW Image Optimizer to be activated"
17288
  msgstr ""
17289
  "Diese Option erfordert, dass das Plugin EWWW Image Optimizer aktiviert werden"
17290
 
17291
+ #: wppa-settings-autosave.php:7956
17292
  #, fuzzy
17293
  msgid "Default album linktype"
17294
  msgstr "Standard-Album Verknüpfungstyp"
17295
 
17296
+ #: wppa-settings-autosave.php:7957
17297
  #, fuzzy
17298
  msgid "The album linktype for new albums"
17299
  msgstr "Das Album Verknüpfungstyp für neue Alben"
17300
 
17301
+ #: wppa-settings-autosave.php:7976
17302
  #, fuzzy
17303
  msgid "Search Albums and Photos related settings"
17304
  msgstr "Suche Alben und Fotos im Zusammenhang mit Einstellungen"
17305
 
17306
+ #: wppa-settings-autosave.php:7978
17307
  #, fuzzy
17308
  msgid "Search page"
17309
  msgstr "Suchseite"
17310
 
17311
+ #: wppa-settings-autosave.php:7979
17312
  #, fuzzy
17313
  msgid "Display the search results on page."
17314
  msgstr "Auf Seite der Suchergebnisse angezeigt."
17315
 
17316
+ #: wppa-settings-autosave.php:7980
17317
  #, fuzzy, php-format
17318
  msgid ""
17319
  "Select the page to be used to display search results. The page MUST contain "
17322
  "Wählen Sie die Seite verwendet werden, um Suchergebnisse anzuzeigen. Die "
17323
  "Seite muss enthalten %% Wppa %% oder [Wppa] [/wppa]."
17324
 
17325
+ #: wppa-settings-autosave.php:7981
17326
  #, fuzzy
17327
  msgid "You may give it the title \"Search results\" or something alike."
17328
  msgstr ""
17329
  "Sie können ihm den Titel \"Search Results\" oder etwas ähnliches geben."
17330
 
17331
+ #: wppa-settings-autosave.php:7982
17332
  #, fuzzy
17333
  msgid ""
17334
  "Or you ou may use the standard page on which you display the generic album."
17336
  "Oder Sie Ou verwenden die standard-Seite auf der Sie das generische Album "
17337
  "anzeigen."
17338
 
17339
+ #: wppa-settings-autosave.php:8015
17340
  #, fuzzy
17341
  msgid "Exclude separate"
17342
  msgstr "Separate ausschließen"
17343
 
17344
+ #: wppa-settings-autosave.php:8016
17345
  #, fuzzy
17346
  msgid "Do not search 'separate' albums."
17347
  msgstr "Suchen Sie \"separate\" Alben nicht."
17348
 
17349
+ #: wppa-settings-autosave.php:8017
17350
  #, fuzzy
17351
  msgid ""
17352
  "When checked, albums (and photos in them) that have the parent set to --- "
17355
  "Wenn diese Option aktiviert, Alben (und Fotos) haben, die die Eltern "
17356
  "schieden------gesetzt wird von der Suche ausgeschlossen."
17357
 
17358
+ #: wppa-settings-autosave.php:8018
17359
  #, fuzzy
17360
  msgid ""
17361
  "Except when you start searching in a 'saparate' album, with the \"search in "
17364
  "Außer, wenn Sie starten Sie die Suche in einem \"Saparate\"-Album, über das "
17365
  "Feld \"suchen in aktuellen Abschnitt\" angekreuzt."
17366
 
17367
+ #: wppa-settings-autosave.php:8025
17368
  #, fuzzy
17369
  msgid "Include tags"
17370
  msgstr "Stichwörter enthalten"
17371
 
17372
+ #: wppa-settings-autosave.php:8026
17373
  #, fuzzy
17374
  msgid "Do also search the photo tags."
17375
  msgstr "Suchen Sie die Foto-Tags auch."
17376
 
17377
+ #: wppa-settings-autosave.php:8027
17378
  #, fuzzy
17379
  msgid "When checked, the tags of the photo will also be searched."
17380
  msgstr ""
17381
  "Wenn diese Option aktiviert, werden die Tags des Fotos auch durchsucht "
17382
  "werden."
17383
 
17384
+ #: wppa-settings-autosave.php:8034
17385
  #, fuzzy
17386
  msgid "Include categories"
17387
  msgstr "beinhaltet Kategorien"
17388
 
17389
+ #: wppa-settings-autosave.php:8035
17390
  #, fuzzy
17391
  msgid "Do also search the album categories."
17392
  msgstr "Suchen Sie die Albumkategorien auch."
17393
 
17394
+ #: wppa-settings-autosave.php:8036
17395
  #, fuzzy
17396
  msgid "When checked, the categories of the album will also be searched."
17397
  msgstr ""
17398
  "Wenn diese Option aktiviert, werden die Kategorien des Albums auch "
17399
  "durchsucht werden."
17400
 
17401
+ #: wppa-settings-autosave.php:8043
17402
  #, fuzzy
17403
  msgid "Include comments"
17404
  msgstr "Kommentare gehören"
17405
 
17406
+ #: wppa-settings-autosave.php:8044
17407
  #, fuzzy
17408
  msgid "Do also search the comments on photos."
17409
  msgstr "Suchen Sie auch die Kommentare zu Fotos."
17410
 
17411
+ #: wppa-settings-autosave.php:8045
17412
  #, fuzzy
17413
  msgid "When checked, the comments of the photos will also be searched."
17414
  msgstr ""
17415
  "Wenn diese Option aktiviert, werden die Kommentare der Fotos auch durchsucht "
17416
  "werden."
17417
 
17418
+ #: wppa-settings-autosave.php:8052
17419
  #, fuzzy
17420
  msgid "Photos only"
17421
  msgstr "Nur mit Fotos"
17422
 
17423
+ #: wppa-settings-autosave.php:8053
17424
  #, fuzzy
17425
  msgid "Search for photos only."
17426
  msgstr "Suche nur bei Fotos."
17427
 
17428
+ #: wppa-settings-autosave.php:8054
17429
  #, fuzzy
17430
  msgid "When checked, only photos will be searched for."
17431
  msgstr "Wenn diese Option aktiviert, werden nur Fotos gesucht werden."
17432
 
17433
+ #: wppa-settings-autosave.php:8069
17434
  #, fuzzy
17435
  msgid "Max albums found"
17436
  msgstr "Max-Alben gefunden"
17437
 
17438
+ #: wppa-settings-autosave.php:8070
17439
  #, fuzzy
17440
  msgid "The maximum number of albums to be displayed."
17441
  msgstr "Die maximale Anzahl von Alben angezeigt werden."
17442
 
17443
+ #: wppa-settings-autosave.php:8078
17444
  #, fuzzy
17445
  msgid "Max photos found"
17446
  msgstr "Max Fotos gefunden"
17447
 
17448
+ #: wppa-settings-autosave.php:8079
17449
  #, fuzzy
17450
  msgid "The maximum number of photos to be displayed."
17451
  msgstr "Die maximale Anzahl der Fotos angezeigt werden."
17452
 
17453
+ #: wppa-settings-autosave.php:8087
17454
  #, fuzzy
17455
  msgid "Tags OR only"
17456
  msgstr "Tags oder nur"
17457
 
17458
+ #: wppa-settings-autosave.php:8088
17459
  #, fuzzy
17460
  msgid "No and / or buttons"
17461
  msgstr "Nein und / oder Schaltflächen"
17462
 
17463
+ #: wppa-settings-autosave.php:8089
17464
  #, fuzzy
17465
  msgid ""
17466
  "Hide the and/or radiobuttons and do the or method in the multitag widget and "
17469
  "Ausblenden der und/oder Radiobuttons und tun die oder Methode in der "
17470
  "multitag Widget und Shortcode."
17471
 
17472
+ #: wppa-settings-autosave.php:8096
17473
  #, fuzzy
17474
  msgid "Tags add Inverse"
17475
  msgstr "Tags hinzufügen Inverse"
17476
 
17477
+ #: wppa-settings-autosave.php:8097
17478
  #, fuzzy
17479
  msgid "Add a checkbox to invert the selection."
17480
  msgstr "Fügen Sie ein Kontrollkästchen, um die Auswahl zu invertieren."
17481
 
17482
+ #: wppa-settings-autosave.php:8098
17483
  #, fuzzy
17484
  msgid "Adds an Invert (NOT) checkbox on the multitag widget and shortcode."
17485
  msgstr ""
17486
  "Fügt eine Checkbox umkehren (nicht) auf dem multitag-Widget und Shortcode."
17487
 
17488
+ #: wppa-settings-autosave.php:8105
17489
  #, fuzzy
17490
  msgid "Floating searchtoken"
17491
  msgstr "Schwimmende SuchToken"
17492
 
17493
+ #: wppa-settings-autosave.php:8106
17494
  #, fuzzy
17495
  msgid "A match need not start at the first char."
17496
  msgstr "Eine Übereinstimmung muss nicht auf das ersten Zeichen beginnen."
17497
 
17498
+ #: wppa-settings-autosave.php:8107
17499
  #, fuzzy
17500
  msgid ""
17501
  "A match is found while searching also when the entered token is somewhere in "
17504
  "Eine Übereinstimmung gefunden wird, bei der Suche auch wenn die eingegebenen "
17505
  "Zeichen irgendwo in der Mitte eines Wortes ist."
17506
 
17507
+ #: wppa-settings-autosave.php:8108
17508
  #, fuzzy
17509
  msgid "This works in indexed search only!"
17510
  msgstr "Dies funktioniert bei indizierten Suche nur!"
17511
 
17512
+ #: wppa-settings-autosave.php:8115
17513
  #, fuzzy
17514
  msgid "Search results display"
17515
  msgstr "Suche Ergebnisse anzeigen"
17516
 
17517
+ #: wppa-settings-autosave.php:8116
17518
  #, fuzzy
17519
  msgid "Select the way the search results should be displayed."
17520
  msgstr "Wählen Sie die Art, wie die Suchergebnisse angezeigt werden sollen."
17521
 
17522
+ #: wppa-settings-autosave.php:8117
17523
  #, fuzzy
17524
  msgid ""
17525
  "If you select anything different from \"Albums and thumbnails\", \"Photos "
17528
  "Wenn Sie nichts anders als \"Alben und Miniaturen\" auswählen, \"nur Fotos\" "
17529
  "wird angenommen (Tabelle IX-E6)."
17530
 
17531
+ #: wppa-settings-autosave.php:8119
17532
  #, fuzzy
17533
  msgid "Albums and thumbnails"
17534
  msgstr "Alben und Miniaturen"
17535
 
17536
+ #: wppa-settings-autosave.php:8119
17537
  #, fuzzy
17538
  msgid "Slideonly slideshow"
17539
  msgstr "Slideonly Diashow"
17540
 
17541
+ #: wppa-settings-autosave.php:8126
17542
  #, fuzzy
17543
  msgid "Name max length"
17544
  msgstr "Zeichen (Max.)"
17545
 
17546
+ #: wppa-settings-autosave.php:8127
17547
  #, fuzzy
17548
  msgid "Max length of displayed photonames in supersearch selectionlist"
17549
  msgstr "Max. Länge des angezeigten Photonames in SuperSuche selectionlist"
17550
 
17551
+ #: wppa-settings-autosave.php:8128 wppa-settings-autosave.php:8137
17552
  #, fuzzy
17553
  msgid ""
17554
  "To limit the length of the selectionlist, enter the number of characters to "
17557
  "Um die Länge der Selectionlist einzuschränken, geben Sie die Anzahl der "
17558
  "Zeichen zu zeigen."
17559
 
17560
+ #: wppa-settings-autosave.php:8135
17561
  #, fuzzy
17562
  msgid "Text max length"
17563
  msgstr "Zeichen (Max.)"
17564
 
17565
+ #: wppa-settings-autosave.php:8136
17566
  #, fuzzy
17567
  msgid "Max length of displayed photo text in supersearch selectionlist"
17568
  msgstr "Max. Länge des angezeigten Fotos Text in SuperSuche selectionlist"
17569
 
17570
+ #: wppa-settings-autosave.php:8144
17571
  #, fuzzy
17572
  msgid "Search toptext"
17573
  msgstr "Suche toptext"
17574
 
17575
+ #: wppa-settings-autosave.php:8145
17576
  #, fuzzy
17577
  msgid "The text at the top of the search box."
17578
  msgstr "Der Text oben in das Suchfeld ein."
17579
 
17580
+ #: wppa-settings-autosave.php:8146
17581
  #, fuzzy
17582
  msgid "May contain unfiltered HTML."
17583
  msgstr "Ungefilterte HTML enthalten."
17584
 
17585
+ #: wppa-settings-autosave.php:8153
17586
  #, fuzzy
17587
  msgid "Section search text"
17588
  msgstr "Suche Abschnittstext"
17589
 
17590
+ #: wppa-settings-autosave.php:8154 wppa-settings-autosave.php:8163
17591
  #, fuzzy
17592
  msgid "The labeltext at the checkbox."
17593
  msgstr "Labeltext auf das Kontrollkästchen."
17594
 
17595
+ #: wppa-settings-autosave.php:8162
17596
  #, fuzzy
17597
  msgid "Results search text"
17598
  msgstr "Suchergebnisse-text"
17599
 
17600
+ #: wppa-settings-autosave.php:8172
17601
  #, fuzzy
17602
  msgid "Watermark related settings"
17603
  msgstr "Wasserzeichen Verwandte Einstellungen"
17604
 
17605
+ #: wppa-settings-autosave.php:8175
17606
  #, fuzzy
17607
  msgid "Enable the application of watermarks."
17608
  msgstr "Ermöglichen Sie die Anwendung von Wasserzeichen."
17609
 
17610
+ #: wppa-settings-autosave.php:8176
17611
  #, fuzzy
17612
  msgid "If checked, photos can be watermarked during upload / import."
17613
  msgstr ""
17614
  "Wenn diese Option aktiviert, können Fotos mit während des Uploads "
17615
  "Wasserzeichen / import."
17616
 
17617
+ #: wppa-settings-autosave.php:8185
17618
  #, fuzzy
17619
  msgid "Watermark file"
17620
  msgstr "Wende Wasserzeichen-Datei an:"
17621
 
17622
+ #: wppa-settings-autosave.php:8186
17623
  #, fuzzy
17624
  msgid "The default watermarkfile to be used."
17625
  msgstr "Die Standard-Watermarkfile verwendet werden."
17626
 
17627
+ #: wppa-settings-autosave.php:8187
17628
  #, fuzzy
17629
  msgid "Watermark files are of type png and reside in"
17630
  msgstr "Wasserzeichen-Dateien des Typs Png und wohnt in"
17631
 
17632
+ #: wppa-settings-autosave.php:8188
17633
  #, fuzzy
17634
  msgid ""
17635
  "A suitable watermarkfile typically consists of a transparent background and "
17638
  "Eine geeignete Watermarkfile besteht typischerweise aus einem transparenten "
17639
  "Hintergrund und schwarzem Text oder Zeichnung."
17640
 
17641
+ #: wppa-settings-autosave.php:8190
17642
  #, fuzzy
17643
  msgid ""
17644
  "You may also select one of the textual watermark types at the bottom of the "
17647
  "Sie können auch eines der textlichen Wasserzeichen Typen am Ende der "
17648
  "Auswahlliste auswählen."
17649
 
17650
+ #: wppa-settings-autosave.php:8194
17651
  #, fuzzy
17652
  msgid "position:"
17653
  msgstr "Position:"
17654
 
17655
+ #: wppa-settings-autosave.php:8200
17656
  #, fuzzy
17657
  msgid "Upload watermark"
17658
  msgstr "Wasserzeichen hochladen"
17659
 
17660
+ #: wppa-settings-autosave.php:8201
17661
  #, fuzzy
17662
  msgid "Upload a new watermark file"
17663
  msgstr "Eine neue Wasserzeichen-Datei hochladen"
17664
 
17665
+ #: wppa-settings-autosave.php:8205
17666
  #, fuzzy
17667
  msgid "Upload watermark image"
17668
  msgstr "Wasserzeichenbild hochladen"
17669
 
17670
+ #: wppa-settings-autosave.php:8210
17671
  #, fuzzy
17672
  msgid "Watermark opacity image"
17673
  msgstr "Deckkraft Wasserzeichenbild"
17674
 
17675
+ #: wppa-settings-autosave.php:8211
17676
  #, fuzzy
17677
  msgid "You can set the intensity of image watermarks here."
17678
  msgstr "Hier können Sie die Intensität des Bildes Wasserzeichen einstellen."
17679
 
17680
+ #: wppa-settings-autosave.php:8212 wppa-settings-autosave.php:8297
17681
  #, fuzzy
17682
  msgid ""
17683
  "The higher the number, the intenser the watermark. Value must be > 0 and <= "
17686
  "Je höher die Zahl, desto intensiver das Wasserzeichen. Wert muss > 0 und < = "
17687
  "100."
17688
 
17689
+ #: wppa-settings-autosave.php:8219
17690
  #, fuzzy
17691
  msgid "Textual watermark style"
17692
  msgstr "Textuelle Wasserzeichen Stil"
17693
 
17694
+ #: wppa-settings-autosave.php:8220
17695
  #, fuzzy
17696
  msgid "The way the textual watermarks look like"
17697
  msgstr "Die Art und Weise die textuellen Wasserzeichen aussehen"
17698
 
17699
+ #: wppa-settings-autosave.php:8224
17700
  #, fuzzy
17701
  msgid "TV subtitle style"
17702
  msgstr "TV-Untertitel-Stil"
17703
 
17704
+ #: wppa-settings-autosave.php:8224
17705
  #, fuzzy
17706
  msgid "White text on black background"
17707
  msgstr "Weißer Text auf schwarzem Hintergrund"
17708
 
17709
+ #: wppa-settings-autosave.php:8224
17710
  #, fuzzy
17711
  msgid "Black text on white background"
17712
  msgstr "Schwarzer Text auf weißem Hintergrund"
17713
 
17714
+ #: wppa-settings-autosave.php:8224
17715
  #, fuzzy
17716
  msgid "Reverse TV style (Utopia)"
17717
  msgstr "Umgekehrte TV Format (Utopia)"
17718
 
17719
+ #: wppa-settings-autosave.php:8224
17720
  #, fuzzy
17721
  msgid "White on transparent background"
17722
  msgstr "Weiß auf transparentem Hintergrund"
17723
 
17724
+ #: wppa-settings-autosave.php:8224
17725
  #, fuzzy
17726
  msgid "Black on transparent background"
17727
  msgstr "Schwarz auf transparentem Hintergrund"
17728
 
17729
+ #: wppa-settings-autosave.php:8234
17730
  #, fuzzy
17731
  msgid "Predefined watermark text"
17732
  msgstr "Vordefinierte Wasserzeichentext"
17733
 
17734
+ #: wppa-settings-autosave.php:8235
17735
  #, fuzzy
17736
  msgid "The text to use when --- pre-defined --- is selected."
17737
  msgstr "Der Text zu verwenden, wenn---vordefinierte---ausgewählt ist."
17738
 
17739
+ #: wppa-settings-autosave.php:8236
17740
  #, fuzzy
17741
  msgid "You may use the following keywords:"
17742
  msgstr "Sie können die folgenden Schlüsselwörter verwenden:"
17743
 
17744
+ #: wppa-settings-autosave.php:8237
17745
  msgid ""
17746
  "w#site, w#displayname, all standard photo keywords, iptc and exif keywords"
17747
  msgstr ""
17748
 
17749
+ #: wppa-settings-autosave.php:8244
17750
  #, fuzzy
17751
  msgid "Textual watermark font"
17752
  msgstr "Textuelle Wasserzeichen Schriftart"
17753
 
17754
+ #: wppa-settings-autosave.php:8245
17755
  #, fuzzy
17756
  msgid "The font to use with textusl watermarks."
17757
  msgstr "Die Schriftart mit Textusl Wasserzeichen verwenden."
17758
 
17759
+ #: wppa-settings-autosave.php:8246
17760
  #, fuzzy
17761
  msgid "Except for the system font, are font files of type ttf and reside in"
17762
  msgstr ""
17763
  "Mit Ausnahme der Systemschriftart Font-Dateien des Typs Ttf und wohnt in"
17764
 
17765
+ #: wppa-settings-autosave.php:8274
17766
  #, fuzzy
17767
  msgid "Textual watermark font size"
17768
  msgstr "Schriftgröße Text Wasserzeichen"
17769
 
17770
+ #: wppa-settings-autosave.php:8275
17771
  #, fuzzy
17772
  msgid "You can set the size of the truetype fonts only."
17773
  msgstr "Sie können die Größe der Truetype-Schriftarten nur einstellen."
17774
 
17775
+ #: wppa-settings-autosave.php:8276
17776
  #, fuzzy
17777
  msgid ""
17778
  "System font can have size 1,2,3,4 or 5, in some stoneage fontsize units. Any "
17781
  "System-Schriftart kann Größe 1,2,3,4 oder 5, in einigen Steinzeit Fontsize "
17782
  "Einheiten aufweisen. Jeder Wert > 5 wird als 5 gewertet."
17783
 
17784
+ #: wppa-settings-autosave.php:8277
17785
  #, fuzzy
17786
  msgid ""
17787
  "Truetype fonts can have any positive integer size, if your PHPs GD version "
17790
  "TrueType-Schriftarten können jede positive Ganzzahl Größe haben, wenn Ihre "
17791
  "PHPs GD Version 1 in Pixel in GD2 in Punkten."
17792
 
17793
+ #: wppa-settings-autosave.php:8278
17794
  #, fuzzy
17795
  msgid "It is unclear howmany pixels a point is..."
17796
  msgstr "Es ist unklar automatisch Pixel ist ein Punkt..."
17797
 
17798
+ #: wppa-settings-autosave.php:8285
17799
  #, fuzzy
17800
  msgid "Upload watermark font"
17801
  msgstr "Wasserzeichen Schriftart hochladen"
17802
 
17803
+ #: wppa-settings-autosave.php:8286
17804
  #, fuzzy
17805
  msgid "Upload a new watermark font file"
17806
  msgstr "Eine neue Wasserzeichen-Schriftart-Datei hochladen"
17807
 
17808
+ #: wppa-settings-autosave.php:8287
17809
  #, fuzzy
17810
  msgid ""
17811
  "Upload truetype fonts (.ttf) only, and test if they work on your server "
17814
  "Hochladen Sie Truetype-Schriftarten (.ttf) nur und testen Sie, ob sie auf "
17815
  "Ihrem Serverplattform arbeiten."
17816
 
17817
+ #: wppa-settings-autosave.php:8290
17818
  #, fuzzy
17819
  msgid "Upload TrueType font"
17820
  msgstr "TrueType-Schriftart hochladen"
17821
 
17822
+ #: wppa-settings-autosave.php:8295
17823
  #, fuzzy
17824
  msgid "Watermark opacity text"
17825
  msgstr "Deckkraft Wasserzeichen"
17826
 
17827
+ #: wppa-settings-autosave.php:8296
17828
  #, fuzzy
17829
  msgid "You can set the intensity of a text watermarks here."
17830
  msgstr "Hier können Sie die Intensität eines Textes Wasserzeichen einstellen."
17831
 
17832
+ #: wppa-settings-autosave.php:8305
17833
  #, fuzzy
17834
  msgid "A real life preview. To update: refresh the page."
17835
  msgstr ""
17836
  "Eine wirkliche Leben Vorschau. Aktualisieren: aktualisieren Sie die Seite."
17837
 
17838
+ #: wppa-settings-autosave.php:8316
17839
  #, fuzzy
17840
  msgid "Watermark thumbnails"
17841
  msgstr "Wasserzeichen-Miniaturansichten"
17842
 
17843
+ #: wppa-settings-autosave.php:8317
17844
  #, fuzzy
17845
  msgid "Watermark also the thumbnail image files."
17846
  msgstr "Wasserzeichen Sie auch die thumbnail-Bild-Dateien."
17847
 
17848
+ #: wppa-settings-autosave.php:8325
17849
  #, fuzzy
17850
  msgid "Slideshow elements sequence order settings"
17851
  msgstr "Diashow Elemente Sequenzeinstellungen bestellen"
17852
 
17853
+ #: wppa-settings-autosave.php:8331 wppa-settings-autosave.php:8377
17854
  #, fuzzy
17855
  msgid "StartStop"
17856
  msgstr "StartStop"
17857
 
17858
+ #: wppa-settings-autosave.php:8332 wppa-settings-autosave.php:8378
17859
  #, fuzzy
17860
  msgid "SlideFrame"
17861
  msgstr "SlideFrame"
17862
 
17863
+ #: wppa-settings-autosave.php:8334
17864
  #, fuzzy
17865
  msgid "Desc"
17866
  msgstr "Absteigend"
17867
 
17868
+ #: wppa-settings-autosave.php:8337 wppa-settings-autosave.php:8382
17869
  #, fuzzy
17870
  msgid "FilmStrip"
17871
  msgstr "Filmstreifen"
17872
 
17873
+ #: wppa-settings-autosave.php:8338 wppa-settings-autosave.php:8383
17874
  #, fuzzy
17875
  msgid "Browsebar"
17876
  msgstr "Browsebar"
17877
 
17878
+ #: wppa-settings-autosave.php:8340 wppa-settings-autosave.php:8385
17879
  #, fuzzy
17880
  msgid "IPTC data"
17881
  msgstr "Keine IPTC-Daten"
17882
 
17883
+ #: wppa-settings-autosave.php:8341 wppa-settings-autosave.php:8386
17884
  #, fuzzy
17885
  msgid "EXIF data"
17886
  msgstr "Keine EXIF-Daten"
17887
 
17888
+ #: wppa-settings-autosave.php:8342 wppa-settings-autosave.php:8387
17889
  #, fuzzy
17890
  msgid "Share box"
17891
  msgstr "Teilen Box"
17892
 
17893
+ #: wppa-settings-autosave.php:8344 wppa-settings-autosave.php:8389
17894
  #, fuzzy
17895
  msgid "Enabled"
17896
  msgstr "Aktiviert"
17897
 
17898
+ #: wppa-settings-autosave.php:8345 wppa-settings-autosave.php:8390
17899
  #, fuzzy
17900
  msgid "Disabled"
17901
  msgstr "Deaktiviert"
17902
 
17903
+ #: wppa-settings-autosave.php:8347 wppa-settings-autosave.php:8392
17904
  #, fuzzy
17905
  msgid "Start/Stop & Slower/Faster navigation bar"
17906
  msgstr "Start/Stopp & langsamer/schneller Navigation bar"
17907
 
17908
+ #: wppa-settings-autosave.php:8348 wppa-settings-autosave.php:8393
17909
  #, fuzzy
17910
  msgid "The Slide Frame"
17911
  msgstr "Die Diarahmen"
17912
 
17913
+ #: wppa-settings-autosave.php:8348 wppa-settings-autosave.php:8393
17914
  #, fuzzy
17915
  msgid "( Always )"
17916
  msgstr "Immer"
17917
 
17918
+ #: wppa-settings-autosave.php:8349
17919
  #, fuzzy
17920
  msgid "Photo Name Box"
17921
  msgstr "Photo Box"
17922
 
17923
+ #: wppa-settings-autosave.php:8350
17924
  #, fuzzy
17925
  msgid "Photo Description Box"
17926
  msgstr "Foto-Beschreibung"
17927
 
17928
+ #: wppa-settings-autosave.php:8351 wppa-settings-autosave.php:8395
17929
  #, fuzzy
17930
  msgid "Custom Box"
17931
  msgstr "Custom Meta Box"
17932
 
17933
+ #: wppa-settings-autosave.php:8352 wppa-settings-autosave.php:8396
17934
  #, fuzzy
17935
  msgid "Rating Bar"
17936
  msgstr "Bewertung Bar"
17937
 
17938
+ #: wppa-settings-autosave.php:8353 wppa-settings-autosave.php:8397
17939
  #, fuzzy
17940
  msgid "Film Strip with embedded Start/Stop and Goto functionality"
17941
  msgstr "Filmstreifen mit eingebetteten Start/Stopp und Goto-Funktion"
17942
 
17943
+ #: wppa-settings-autosave.php:8354 wppa-settings-autosave.php:8398
17944
  #, fuzzy
17945
  msgid "Browse Bar with Photo X of Y counter"
17946
  msgstr "Bar mit Foto X von Y Zähler durchsuchen"
17947
 
17948
+ #: wppa-settings-autosave.php:8355 wppa-settings-autosave.php:8399
17949
  #, fuzzy
17950
  msgid "Comments Box"
17951
  msgstr "Kommentarfeld"
17952
 
17953
+ #: wppa-settings-autosave.php:8356 wppa-settings-autosave.php:8400
17954
  #, fuzzy
17955
  msgid "IPTC box"
17956
  msgstr "IPTC-Feld"
17957
 
17958
+ #: wppa-settings-autosave.php:8357 wppa-settings-autosave.php:8401
17959
  #, fuzzy
17960
  msgid "EXIF box"
17961
  msgstr "EXIF-Feld"
17962
 
17963
+ #: wppa-settings-autosave.php:8358 wppa-settings-autosave.php:8402
17964
  #, fuzzy
17965
  msgid "Social media share box"
17966
  msgstr "Social-Media-Mitteilungsbox"
17967
 
17968
+ #: wppa-settings-autosave.php:8364 wppa-settings-autosave.php:8408
17969
  #, fuzzy
17970
  msgid "Move Up"
17971
  msgstr "Nach oben verschieben"
17972
 
17973
+ #: wppa-settings-autosave.php:8379
17974
  #, fuzzy
17975
  msgid "NameDesc"
17976
  msgstr "NameDesc"
17977
 
17978
+ #: wppa-settings-autosave.php:8394
17979
  #, fuzzy
17980
  msgid "Photo Name & Description Box"
17981
  msgstr "Fotoname & Feld \"Beschreibung\""
17982
 
17983
+ #: wppa-settings-autosave.php:8418
17984
  #, fuzzy
17985
  msgid "Swap Namedesc"
17986
  msgstr "Swap-Namedesc"
17987
 
17988
+ #: wppa-settings-autosave.php:8419
17989
  #, fuzzy
17990
  msgid "Swap the order sequence of name and description"
17991
  msgstr "Tauschen Sie die Reihenfolge der Namen und Beschreibung"
17992
 
17993
+ #: wppa-settings-autosave.php:8427
17994
  #, fuzzy
17995
  msgid "Split Name and Desc"
17996
  msgstr "Split-Name und Desc"
17997
 
17998
+ #: wppa-settings-autosave.php:8428
17999
  #, fuzzy
18000
  msgid "Put Name and Description in separate boxes"
18001
  msgstr "Tragen Sie Namen und Beschreibung in separaten Boxen"
18002
 
18003
+ #: wppa-settings-autosave.php:8431
18004
  #, fuzzy
18005
  msgid "Please reload this page after the green checkmark appears!"
18006
  msgstr "Bitte laden Sie diese Seite, nachdem das grüne Häkchen angezeigt wird!"
18007
 
18008
+ #: wppa-settings-autosave.php:8436
18009
  #, fuzzy
18010
  msgid "Source file management and other upload/import settings and actions."
18011
  msgstr ""
18012
  "Quelle-Datei-Management und andere Upload/Import Einstellungen und "
18013
  "Handlungen."
18014
 
18015
+ #: wppa-settings-autosave.php:8438
18016
  #, fuzzy
18017
  msgid "Keep sourcefiles admin"
18018
  msgstr "Halten Sie Sourcefiles admin"
18019
 
18020
+ #: wppa-settings-autosave.php:8439
18021
  #, fuzzy
18022
  msgid "Keep the original uploaded and imported photo files."
18023
  msgstr "Halten Sie das Original hochgeladen und Fotodateien importiert."
18024
 
18025
+ #: wppa-settings-autosave.php:8440 wppa-settings-autosave.php:8450
18026
  #, fuzzy
18027
  msgid ""
18028
  "The files will be kept in a separate directory with subdirectories for each "
18031
  "Die Dateien werden in einem separaten Verzeichnis mit Unterverzeichnissen "
18032
  "für jedes Album gehalten werden"
18033
 
18034
+ #: wppa-settings-autosave.php:8441 wppa-settings-autosave.php:8451
18035
  #, fuzzy
18036
  msgid ""
18037
  "These files can be used to update the photos used in displaying in wppa+ and "
18041
  "+ und optional für das ursprüngliche, UN-verkleinerte Bilder herunterladen "
18042
  "zu aktualisieren."
18043
 
18044
+ #: wppa-settings-autosave.php:8448
18045
  #, fuzzy
18046
  msgid "Keep sourcefiles frontend"
18047
  msgstr "Halten Sie Sourcefiles frontend"
18048
 
18049
+ #: wppa-settings-autosave.php:8449
18050
  #, fuzzy
18051
  msgid "Keep the original frontend uploaded photo files."
18052
  msgstr "Halten Sie die Original-Frontend hochgeladen Fotodateien."
18053
 
18054
+ #: wppa-settings-autosave.php:8458
18055
  #, fuzzy
18056
  msgid "Source directory"
18057
  msgstr "Quellenverzeichnis"
18058
 
18059
+ #: wppa-settings-autosave.php:8459
18060
  #, fuzzy
18061
  msgid "The path to the directory where the original photofiles will be saved."
18062
  msgstr ""
18063
  "Der Pfad zu dem Verzeichnis, wo die ursprüngliche Photofiles gespeichert "
18064
  "werden sollen."
18065
 
18066
+ #: wppa-settings-autosave.php:8460
18067
  #, fuzzy
18068
  msgid "You may change the directory path, but it can not be an url."
18069
  msgstr ""
18070
  "Sie können den Verzeichnispfad ändern, aber es kann nicht sein, eine Url."
18071
 
18072
+ #: wppa-settings-autosave.php:8461
18073
  #, fuzzy
18074
  msgid ""
18075
  "The parent of the directory that you enter here must exist and be writable."
18077
  "Das übergeordnete Element des Verzeichnisses, die Sie hier eingeben muss "
18078
  "vorhanden sein und geschrieben werden."
18079
 
18080
+ #: wppa-settings-autosave.php:8462
18081
  #, fuzzy
18082
  msgid "The directory itsself will be created if it does not exist yet."
18083
  msgstr ""
18084
  "Wenn es noch nicht existiert, wird das Verzeichnis selbst erstellt werden."
18085
 
18086
+ #: wppa-settings-autosave.php:8469
18087
  #, fuzzy
18088
  msgid "Keep sync"
18089
  msgstr "Halten Sie sync"
18090
 
18091
+ #: wppa-settings-autosave.php:8470
18092
  #, fuzzy
18093
  msgid "Keep source synchronously with wppa system."
18094
  msgstr "Halten Sie die Quelle synchron mit Wppa System."
18095
 
18096
+ #: wppa-settings-autosave.php:8471
18097
  #, fuzzy
18098
  msgid ""
18099
  "If checked, photos that are deleted from wppa, will also be removed from the "
18102
  "Wenn diese Option aktiviert, wird Fotos, die gelöscht werden, von Wppa, auch "
18103
  "aus entfernt die Sourcefiles."
18104
 
18105
+ #: wppa-settings-autosave.php:8472
18106
  #, fuzzy
18107
  msgid ""
18108
  "Also, copying or moving photos to different albums, will also copy/move the "
18111
  "Auch, kopieren oder Verschieben von Fotos in verschiedenen Alben, wird auch "
18112
  "kopieren/die Sourcefiles verschieben."
18113
 
18114
+ #: wppa-settings-autosave.php:8479
18115
  #, fuzzy
18116
  msgid "Remake add"
18117
  msgstr "Remake hinzufügen"
18118
 
18119
+ #: wppa-settings-autosave.php:8480
18120
  #, fuzzy
18121
  msgid "Photos will be added from the source pool"
18122
  msgstr "Die Fotos werden von der Quelle Pool hinzugefügt werden"
18123
 
18124
+ #: wppa-settings-autosave.php:8481
18125
  #, fuzzy
18126
  msgid ""
18127
  "If checked: If photo files are found in the source directory that do not "
18131
  "Quellen, die nicht in das entsprechende Album existieren gefunden werden, "
18132
  "werden sie zu dem Album hinzugefügt werden."
18133
 
18134
+ #: wppa-settings-autosave.php:8488
18135
  #, fuzzy
18136
  msgid "Save IPTC data"
18137
  msgstr "Speichern IPTC-Daten"
18138
 
18139
+ #: wppa-settings-autosave.php:8489
18140
  #, fuzzy
18141
  msgid "Store the iptc data from the photo into the iptc db table"
18142
  msgstr "Speichern Sie die Iptc-Daten aus dem Foto in den Iptc-Db-Tabelle"
18143
 
18144
+ #: wppa-settings-autosave.php:8490
18145
  #, fuzzy
18146
  msgid ""
18147
  "You will need this if you enabled the display of iptc data in Table II-B17 "
18150
  "Sie benötigen diese, wenn Sie die Anzeige der Iptc-Daten in Tabelle II-B17 "
18151
  "oder aktiviert wenn Sie es in der Fotobeschreibungen verwenden."
18152
 
18153
+ #: wppa-settings-autosave.php:8497
18154
  #, fuzzy
18155
  msgid "Save EXIF data"
18156
  msgstr "Speichern EXIF-Daten"
18157
 
18158
+ #: wppa-settings-autosave.php:8498
18159
  #, fuzzy
18160
  msgid "Store the exif data from the photo into the exif db table"
18161
  msgstr "Speichern Sie die Exif-Daten aus dem Foto in die Exif-Db-Tabelle"
18162
 
18163
+ #: wppa-settings-autosave.php:8499
18164
  #, fuzzy
18165
  msgid ""
18166
  "You will need this if you enabled the display of exif data in Table II-B18 "
18169
  "Sie benötigen diese, wenn Sie die Anzeige der Exif-Daten in Tabelle II-B18 "
18170
  "oder aktiviert wenn Sie es in der Fotobeschreibungen verwenden."
18171
 
18172
+ #: wppa-settings-autosave.php:8506
18173
  #, fuzzy
18174
  msgid "Max EXIF tag array size"
18175
  msgstr "Max EXIF-Tag-Array-Größe"
18176
 
18177
+ #: wppa-settings-autosave.php:8507
18178
  #, fuzzy
18179
  msgid "Truncate array tags to ..."
18180
  msgstr "Array-Tags zu kürzen..."
18181
 
18182
+ #: wppa-settings-autosave.php:8508
18183
  #, fuzzy
18184
  msgid "A value of 0 disables this feature"
18185
  msgstr "Ein Wert von 0 deaktiviert diese Funktion"
18186
 
18187
+ #: wppa-settings-autosave.php:8510
18188
  #, fuzzy
18189
  msgid "elements"
18190
  msgstr "tungselementen"
18191
 
18192
+ #: wppa-settings-autosave.php:8515
18193
  #, fuzzy
18194
  msgid "Import Create page"
18195
  msgstr "Erstellen der Seite zum Import"
18196
 
18197
+ #: wppa-settings-autosave.php:8516
18198
  #, fuzzy
18199
  msgid "Create wp page when a directory to album is imported."
18200
  msgstr "Erstellen Sie wp-Seite, wenn ein Verzeichnis Album importiert wird."
18201
 
18202
+ #: wppa-settings-autosave.php:8517
18203
  #, fuzzy
18204
  msgid ""
18205
  "As soon as an album is created when a directory is imported, a wp page is "
18208
  "Sobald ein Album erstellt wird, wenn ein Verzeichnis importiert wird, "
18209
  "erfolgt eine wp-Seite, die den Album Inhalt angezeigt wird."
18210
 
18211
+ #: wppa-settings-autosave.php:8525
18212
  #, fuzzy
18213
  msgid "Page content"
18214
  msgstr "Seiteninhalt"
18215
 
18216
+ #: wppa-settings-autosave.php:8526
18217
  #, fuzzy
18218
  msgid "The content of the page. Must contain <b>w#album</b>"
18219
  msgstr "Der Inhalt der Seite. Muss <b>w #album</b> enthalten"
18220
 
18221
+ #: wppa-settings-autosave.php:8527
18222
  #, fuzzy
18223
  msgid ""
18224
  "The content of the page. Note: it must contain w#album. This will be "
18227
  "Der Inhalt der Seite. Hinweis: Es muss w #album enthalten. Dies wird durch "
18228
  "die Albumnummer in der generierten Shortcode ersetzt werden."
18229
 
18230
+ #: wppa-settings-autosave.php:8535
18231
  #, fuzzy
18232
  msgid "Page type"
18233
  msgstr "Seitentyp"
18234
 
18235
+ #: wppa-settings-autosave.php:8536
18236
  #, fuzzy
18237
  msgid "Select the type of page to create."
18238
  msgstr "Wählen Sie den Typ der Seite zu erstellen."
18239
 
18240
+ #: wppa-settings-autosave.php:8540
18241
  #, fuzzy
18242
  msgid "Post"
18243
  msgstr "Post:"
18244
 
18245
+ #: wppa-settings-autosave.php:8547
18246
  #, fuzzy
18247
  msgid "Page status"
18248
  msgstr "Seitenstatus"
18249
 
18250
+ #: wppa-settings-autosave.php:8548
18251
  #, fuzzy
18252
  msgid "Select the initial status of the page."
18253
  msgstr "Wählen Sie den ursprünglichen Status der Seite."
18254
 
18255
+ #: wppa-settings-autosave.php:8552
18256
  #, fuzzy
18257
  msgid "Published"
18258
  msgstr "Publiziert"
18259
 
18260
+ #: wppa-settings-autosave.php:8552
18261
  #, fuzzy
18262
  msgid "Draft"
18263
  msgstr "Entwurf"
18264
 
18265
+ #: wppa-settings-autosave.php:8560
18266
  #, fuzzy
18267
  msgid "Permalink root"
18268
  msgstr "Permalink-Wurzel"
18269
 
18270
+ #: wppa-settings-autosave.php:8561
18271
  #, fuzzy
18272
  msgid "The name of the root for the photofile ermalink structure."
18273
  msgstr "Der Name des Stamms für die Photofile-Ermalink-Struktur."
18274
 
18275
+ #: wppa-settings-autosave.php:8562
18276
  #, fuzzy
18277
  msgid ""
18278
  "Choose a convenient name like \"albums\" or so; this will be the name of a "
18282
  "Namen eines Ordners in .../wp-content /. Stellen Sie sicher, dass Sie einen "
18283
  "eindeutigen Namen wählen"
18284
 
18285
+ #: wppa-settings-autosave.php:8570
18286
  #, fuzzy
18287
  msgid "Import parent check"
18288
  msgstr "Übergeordneten Importprüfung"
18289
 
18290
+ #: wppa-settings-autosave.php:8571
18291
  #, fuzzy
18292
  msgid "On import dirs to albums: keep dir tree as albums."
18293
  msgstr "Auf Import Dirs zu Alben: halten Sie Dir Baum als Alben."
18294
 
18295
+ #: wppa-settings-autosave.php:8572
18296
  #, fuzzy
18297
  msgid ""
18298
  "Untick only if all your albums have unique names. Then: additional photos "
18302
  "Dann: weitere Fotos können auf Toplevel Depot Unterverzeichnisse FTP ' d "
18303
  "werden."
18304
 
18305
+ #: wppa-settings-autosave.php:8579
18306
  #, fuzzy
18307
  msgid "IPTC need utf8 conversion"
18308
  msgstr "IPTC müssen UTF-8-Umwandlung"
18309
 
18310
+ #: wppa-settings-autosave.php:8580
18311
  #, fuzzy
18312
  msgid "This setting converts iso to utf8 in iptc text."
18313
  msgstr "Diese Einstellung wird Iso in UTF-8 in Iptc-Text konvertiert."
18314
 
18315
+ #: wppa-settings-autosave.php:8581
18316
  #, fuzzy
18317
  msgid "Untick if you have funny characters in iptc data"
18318
  msgstr "Deaktivieren Sie, wenn Sie lustige Figuren in Iptc-Daten haben"
18319
 
18320
+ #: wppa-settings-autosave.php:8588
18321
  #, fuzzy
18322
  msgid "Keep dir to album files"
18323
  msgstr "Halten Sie Dir zu Album Dateien"
18324
 
18325
+ #: wppa-settings-autosave.php:8589
18326
  #, fuzzy
18327
  msgid "Keep imported files after dir to album import"
18328
  msgstr "Importierte Dateien zu halten, nach dem Importieren von Dir Album"
18329
 
18330
+ #: wppa-settings-autosave.php:8598
18331
  #, fuzzy
18332
  msgid "Other plugins related settings"
18333
  msgstr "Andere Plugins bezogene Einstellungen"
18334
 
18335
+ #: wppa-settings-autosave.php:8600
18336
  #, fuzzy
18337
  msgid "Foreign shortcodes general"
18338
  msgstr "Ausländischen Shortcodes allgemeine"
18339
 
18340
+ #: wppa-settings-autosave.php:8601
18341
  #, fuzzy
18342
  msgid "Enable foreign shortcodes in album names, albums desc and photo names"
18343
  msgstr ""
18344
  "Können ausländische Shortcodes in den Albumnamen, Namen von Alben Desc und "
18345
  "Foto"
18346
 
18347
+ #: wppa-settings-autosave.php:8609
18348
  #, fuzzy
18349
  msgid "Foreign shortcodes fullsize"
18350
  msgstr "Ausländischen Shortcodes fullsize"
18351
 
18352
+ #: wppa-settings-autosave.php:8610
18353
  #, fuzzy
18354
  msgid "Enable the use of non-wppa+ shortcodes in fullsize photo descriptions."
18355
  msgstr ""
18356
  "Ermöglichen die Verwendung von nicht-Wppa + Shortcodes in Fullsize "
18357
  "Fotobeschreibungen."
18358
 
18359
+ #: wppa-settings-autosave.php:8611 wppa-settings-autosave.php:8622
18360
  #, fuzzy
18361
  msgid ""
18362
  "When checked, you can use shortcodes from other plugins in the description "
18365
  "Wenn diese Option aktiviert, können Sie in der Beschreibung des Fotos "
18366
  "Kurzwahlnummern aus anderen Plugins."
18367
 
18368
+ #: wppa-settings-autosave.php:8612
18369
  #, fuzzy
18370
  msgid "The shortcodes will be expanded in the descriptions of fullsize images."
18371
  msgstr ""
18372
  "Die Shortcodes wird in den Beschreibungen der Fullsize Bilder erweitert."
18373
 
18374
+ #: wppa-settings-autosave.php:8613 wppa-settings-autosave.php:8624
18375
  #, fuzzy
18376
  msgid "You will most likely need also to check Table IX-A1 (Allow HTML)."
18377
  msgstr ""
18378
  "Sie werden wahrscheinlich brauchen auch Tabelle IX-A1 (Erlaube HTML) zu "
18379
  "überprüfen."
18380
 
18381
+ #: wppa-settings-autosave.php:8620
18382
  #, fuzzy
18383
  msgid "Foreign shortcodes thumbnails"
18384
  msgstr "Ausländischen Shortcodes Miniaturansichten"
18385
 
18386
+ #: wppa-settings-autosave.php:8621
18387
  #, fuzzy
18388
  msgid "Enable the use of non-wppa+ shortcodes in thumbnail photo descriptions."
18389
  msgstr ""
18390
  "Ermöglichen die Verwendung von nicht-Wppa + Shortcodes in Miniaturansicht "
18391
  "Fotobeschreibungen."
18392
 
18393
+ #: wppa-settings-autosave.php:8623
18394
  #, fuzzy
18395
  msgid ""
18396
  "The shortcodes will be expanded in the descriptions of thumbnail images."
18398
  "Die Kurzwahlnummern werden in den Beschreibungen von Miniaturbildern "
18399
  "erweitert werden."
18400
 
18401
+ #: wppa-settings-autosave.php:8631
18402
  #, fuzzy
18403
  msgid "Lightbox keyname"
18404
  msgstr "Lightbox keyname"
18405
 
18406
+ #: wppa-settings-autosave.php:8632
18407
  #, fuzzy
18408
  msgid "The identifier of lightbox."
18409
  msgstr "Der Bezeichner des Lightbox."
18410
 
18411
+ #: wppa-settings-autosave.php:8633
18412
  #, fuzzy
18413
  msgid ""
18414
  "If you use a lightbox plugin that uses rel=\"lbox-id\" you can enter the "
18417
  "Wenn Sie eine Lightbox-Plugin verwenden, die rel verwendet = \"Lbox-Id\" "
18418
  "können Sie die Lbox-Id hier eingeben."
18419
 
18420
+ #: wppa-settings-autosave.php:8640
18421
  #, fuzzy
18422
  msgid "myCRED / Cube Points: Comment"
18423
  msgstr "MyCRED / Cube Punkte: Kommentar"
18424
 
18425
+ #: wppa-settings-autosave.php:8641
18426
  #, fuzzy
18427
  msgid "Number of points for giving a comment"
18428
  msgstr "Anzahl der Punkte für einen Kommentar geben"
18429
 
18430
+ #: wppa-settings-autosave.php:8642 wppa-settings-autosave.php:8651
18431
+ #: wppa-settings-autosave.php:8660 wppa-settings-autosave.php:8669
18432
  #, fuzzy
18433
  msgid "This setting requires the plugin myCRED or Cube Points"
18434
  msgstr "Diese Einstellung erfordert die Plugin MyCRED oder Cube Punkte"
18435
 
18436
+ #: wppa-settings-autosave.php:8644 wppa-settings-autosave.php:8653
18437
  #, fuzzy
18438
  msgid "points per comment"
18439
  msgstr "Punkte pro Kommentar"
18440
 
18441
+ #: wppa-settings-autosave.php:8649
18442
  #, fuzzy
18443
  msgid "myCRED / Cube Points: Appr Comment"
18444
  msgstr "myCRED / Cube Punkte: Appr Kommentar"
18445
 
18446
+ #: wppa-settings-autosave.php:8650
18447
  #, fuzzy
18448
  msgid "Number of points for receiving an approved comment"
18449
  msgstr "Punkte für die Aufnahme eines genehmigten Kommentar"
18450
 
18451
+ #: wppa-settings-autosave.php:8658
18452
  #, fuzzy
18453
  msgid "myCRED / Cube Points: Rating"
18454
  msgstr "MyCRED / Cube Punkte: Rating"
18455
 
18456
+ #: wppa-settings-autosave.php:8659
18457
  #, fuzzy
18458
  msgid "Number of points for a rating vote"
18459
  msgstr "Anzahl der Punkte für eine Rating-Wahl"
18460
 
18461
+ #: wppa-settings-autosave.php:8662
18462
  #, fuzzy
18463
  msgid "points per vote"
18464
  msgstr "Punkte pro Abstimmung"
18465
 
18466
+ #: wppa-settings-autosave.php:8667
18467
  #, fuzzy
18468
  msgid "myCRED / Cube Points: Upload"
18469
  msgstr "MyCRED / Cube Punkte: hochladen"
18470
 
18471
+ #: wppa-settings-autosave.php:8668
18472
  #, fuzzy
18473
  msgid "Number of points for a successfull frontend upload"
18474
  msgstr "Anzahl der Punkte für einen erfolgreichen Frontend upload"
18475
 
18476
+ #: wppa-settings-autosave.php:8671
18477
  #, fuzzy
18478
  msgid "points per upload"
18479
  msgstr "Punkte pro upload"
18480
 
18481
+ #: wppa-settings-autosave.php:8676
18482
  #, fuzzy
18483
  msgid "Use SCABN"
18484
  msgstr "Einsatz SCABN"
18485
 
18486
+ #: wppa-settings-autosave.php:8677
18487
  #, fuzzy
18488
  msgid "Use the wppa interface to Simple Cart & Buy Now plugin."
18489
  msgstr ""
18490
  "Verwenden Sie die Wppa-Schnittstelle zum einfachen Wagen & kaufen jetzt "
18491
  "Plugin."
18492
 
18493
+ #: wppa-settings-autosave.php:8678
18494
  #, fuzzy
18495
  msgid ""
18496
  "If checked, the shortcode to use for the \"add to cart\" button in photo "
18499
  "Wenn diese Option aktiviert, wird die Kurzwahlnummer für den \"add to cart\" "
18500
  "Button in Fotobeschreibungen verwenden [Warenkorb...]"
18501
 
18502
+ #: wppa-settings-autosave.php:8679
18503
  #, fuzzy
18504
  msgid ""
18505
  "as opposed to [scabn ...] for the original scabn \"add to cart\" button."
18507
  "im Gegensatz zu [Scabn...] für die ursprünglichen Scabn \"add to cart\" "
18508
  "button."
18509
 
18510
+ #: wppa-settings-autosave.php:8680
18511
  #, fuzzy
18512
  msgid "The shortcode for the check-out page is still [scabn]"
18513
  msgstr "Die Kurzwahlnummer für die Checkout-Seite ist immer noch [Scabn]"
18514
 
18515
+ #: wppa-settings-autosave.php:8681
18516
  #, fuzzy
18517
  msgid ""
18518
  "The arguments are the same, the defaults are: name = photoname, price = 0.01."
18520
  "Die Argumente sind die gleichen, die Standardwerte sind: Name = Photoname, "
18521
  "Preis = 0,01."
18522
 
18523
+ #: wppa-settings-autosave.php:8682
18524
  #, fuzzy
18525
  msgid ""
18526
  "Supplying the price should be sufficient; supply a name only when it differs "
18529
  "Versorgung des Preis sollte ausreichend sein; Geben Sie einen Namen, nur "
18530
  "wenn es unterscheidet sich von der Fotoname."
18531
 
18532
+ #: wppa-settings-autosave.php:8683
18533
  #, fuzzy
18534
  msgid "This shortcode handler will also work with Ajax enabled."
18535
  msgstr "Dieser Handler Shortcode funktioniert auch mit Ajax aktiviert."
18536
 
18537
+ #: wppa-settings-autosave.php:8684
18538
  #, fuzzy
18539
  msgid ""
18540
  "Using this interface makes sure that the item urls and callback action urls "
18543
  "Über diese Schnittstelle stellt sicher, dass die Artikel-Urls und Rückruf "
18544
  "Aktion Urls korrekt sind."
18545
 
18546
+ #: wppa-settings-autosave.php:8691
18547
  #, fuzzy
18548
  msgid "Use CM Tooltip Glossary"
18549
  msgstr "Verwenden Sie CM Tooltip Glossar"
18550
 
18551
+ #: wppa-settings-autosave.php:8692
18552
  #, fuzzy
18553
  msgid "Use plugin CM Tooltip Glossary on photo and album descriptions."
18554
  msgstr ""
18555
  "Verwenden Sie Plugin CM Tooltip Glossar auf Foto und Album Beschreibungen."
18556
 
18557
+ #: wppa-settings-autosave.php:8693
18558
  #, fuzzy
18559
  msgid ""
18560
  "You MUST set Table IV-A13: Defer javascript, also if you do not want this "
18564
  "Sie nicht, dass dieses Plugin auf Album und Foto Beschreibungen zu handeln "
18565
  "möchten!"
18566
 
18567
+ #: wppa-settings-autosave.php:8701
18568
  #, fuzzy
18569
  msgid "External services related settings and actions."
18570
  msgstr "Externe services Verwandte Einstellungen und Aktionen."
18571
 
18572
+ #: wppa-settings-autosave.php:8703
18573
  #, fuzzy
18574
  msgid "QR Code widget size"
18575
  msgstr "QR-Code Widget Größe"
18576
 
18577
+ #: wppa-settings-autosave.php:8704
18578
  #, fuzzy
18579
  msgid "The size of the QR code display."
18580
  msgstr "Die Größe der QR-Code-Anzeige."
18581
 
18582
+ #: wppa-settings-autosave.php:8712
18583
  #, fuzzy
18584
  msgid "QR color"
18585
  msgstr "QR-Farbe"
18586
 
18587
+ #: wppa-settings-autosave.php:8713
18588
  #, fuzzy
18589
  msgid "The display color of the qr code (dark)"
18590
  msgstr "Die Anzeigefarbe des qr-Codes (dunkel)"
18591
 
18592
+ #: wppa-settings-autosave.php:8714
18593
  #, fuzzy
18594
  msgid "This color MUST be given in hexadecimal format!"
18595
  msgstr "Diese Farbe sind im hexadezimalen Format anzugeben!"
18596
 
18597
+ #: wppa-settings-autosave.php:8721
18598
  #, fuzzy
18599
  msgid "QR background color"
18600
  msgstr "Hintergrundfarbe"
18601
 
18602
+ #: wppa-settings-autosave.php:8722
18603
  #, fuzzy
18604
  msgid "The background color of the qr code (light)"
18605
  msgstr "Die Hintergrundfarbe des qr-Codes (Licht)"
18606
 
18607
+ #: wppa-settings-autosave.php:8730
18608
  #, fuzzy
18609
  msgid "CDN Service"
18610
  msgstr "CDN-Service"
18611
 
18612
+ #: wppa-settings-autosave.php:8731
18613
  #, fuzzy
18614
  msgid "Select a CDN Service you want to use."
18615
  msgstr "Wählen Sie ein CDN-Dienst verwenden möchten."
18616
 
18617
+ #: wppa-settings-autosave.php:8734
18618
  #, fuzzy
18619
  msgid "Cloudinary in maintenance mode"
18620
  msgstr "Cloudinary im Wartungsmodus"
18621
 
18622
+ #: wppa-settings-autosave.php:8744
18623
  #, fuzzy
18624
  msgid "Cloud name"
18625
  msgstr "Cloud-name"
18626
 
18627
+ #: wppa-settings-autosave.php:8753
18628
  #, fuzzy
18629
  msgid "API key"
18630
  msgstr "API Key"
18631
 
18632
+ #: wppa-settings-autosave.php:8762
18633
  #, fuzzy
18634
  msgid "API secret"
18635
  msgstr "API Secret"
18636
 
18637
+ #: wppa-settings-autosave.php:8771
18638
  #, fuzzy
18639
  msgid "Delete all"
18640
  msgstr "Alles löschen"
18641
 
18642
+ #: wppa-settings-autosave.php:8772
18643
  #, fuzzy
18644
  msgid "Deletes them all !!!"
18645
  msgstr "Löscht sie alle!!!"
18646
 
18647
+ #: wppa-settings-autosave.php:8780
18648
  #, fuzzy
18649
  msgid "Delete derived images"
18650
  msgstr "Abgeleitete Bilder löschen"
18651
 
18652
+ #: wppa-settings-autosave.php:8781
18653
  #, fuzzy
18654
  msgid "Deletes all derived images !!!"
18655
  msgstr "Löscht alle abgeleiteten Bilder!!!"
18656
 
18657
+ #: wppa-settings-autosave.php:8789
18658
  #, fuzzy
18659
  msgid "Max lifetime"
18660
  msgstr "Max. Lebensdauer"
18661
 
18662
+ #: wppa-settings-autosave.php:8790
18663
  #, fuzzy
18664
  msgid "Old images from local server, new images from Cloudinary."
18665
  msgstr "Alte Bilder von lokalen Server, neue Bilder von Cloudinary."
18666
 
18667
+ #: wppa-settings-autosave.php:8791
18668
  #, fuzzy
18669
  msgid ""
18670
  "If NOT set to Forever: You need to run Table VIII-B15 on a regular basis."
18672
  "Wenn Sie nicht für immer: Sie müssen Tabelle VIII-B15 in regelmäßigen "
18673
  "Abständen ausführen."
18674
 
18675
+ #: wppa-settings-autosave.php:8793
18676
  #, fuzzy
18677
  msgid "Forever"
18678
  msgstr "Immer"
18679
 
18680
+ #: wppa-settings-autosave.php:8824
18681
  #, fuzzy
18682
  msgid "Cloudinary usage"
18683
  msgstr "Cloudinary Nutzung"
18684
 
18685
+ #: wppa-settings-autosave.php:8860
18686
  #, fuzzy
18687
  msgid "Cloudinary usage data not available"
18688
  msgstr "Cloudinary Nutzungsdaten nicht verfügbar"
18689
 
18690
+ #: wppa-settings-autosave.php:8864
18691
  #, fuzzy
18692
  msgid "Cloudinary routines not installed."
18693
  msgstr "Cloudinary-Routinen nicht installiert."
18694
 
18695
+ #: wppa-settings-autosave.php:8875
18696
  #, fuzzy
18697
  msgid "Cloudinary"
18698
  msgstr "Cloudinary"
18699
 
18700
+ #: wppa-settings-autosave.php:8876
18701
  #, fuzzy
18702
  msgid "<span style=\"color:red;\">Requires at least PHP version 5.3</span>"
18703
  msgstr "<span style=\"color:red;\">Erfordert mindestens PHP Version 5.3</span>"
18704
 
18705
+ #: wppa-settings-autosave.php:8885
18706
  #, fuzzy
18707
  msgid "GPX Implementation"
18708
  msgstr "GPX-Umsetzung"
18709
 
18710
+ #: wppa-settings-autosave.php:8886
18711
  #, fuzzy
18712
  msgid "The way the maps are produced."
18713
  msgstr "So wie die Karten produziert werden."
18714
 
18715
+ #: wppa-settings-autosave.php:8887
18716
  #, fuzzy
18717
  msgid "Select the way the maps are produced."
18718
  msgstr "Wählen Sie die Art, wie die Karten produziert werden."
18719
 
18720
+ #: wppa-settings-autosave.php:8888
18721
  #, fuzzy
18722
  msgid ""
18723
  "When using Google maps GPX viewer plugin, you can not use Ajax (Table IV-A1)"
18725
  "Wenn Sie mit Google maps GPX-Viewer Plugin, können Sie nicht Ajax (Tabelle "
18726
  "IV-A1)"
18727
 
18728
+ #: wppa-settings-autosave.php:8889
18729
  #, fuzzy
18730
  msgid ""
18731
  "When using WPPA+ Embedded code, you can use Ajax, but there are less display "
18734
  "Wenn Sie WPPA + Embedded Code verwenden, können Sie Ajax, aber es gibt "
18735
  "weniger Anzeigeoptionen."
18736
 
18737
+ #: wppa-settings-autosave.php:8891
18738
  #, fuzzy
18739
  msgid "WPPA+ Embedded code"
18740
  msgstr "WPPA + Embedded code"
18741
 
18742
+ #: wppa-settings-autosave.php:8891
18743
  #, fuzzy
18744
  msgid "Google maps GPX viewer plugin"
18745
  msgstr "Google maps GPX-Viewer plugin"
18746
 
18747
+ #: wppa-settings-autosave.php:8899
18748
  #, fuzzy
18749
  msgid "Map height"
18750
  msgstr "Kartenhöhe"
18751
 
18752
+ #: wppa-settings-autosave.php:8900
18753
  #, fuzzy
18754
  msgid "The height of the map display."
18755
  msgstr "Die Höhe der Kartendarstellung."
18756
 
18757
+ #: wppa-settings-autosave.php:8908
18758
  #, fuzzy
18759
  msgid "Google maps API key"
18760
  msgstr "Google Maps API"
18761
 
18762
+ #: wppa-settings-autosave.php:8909
18763
  #, fuzzy
18764
  msgid "Enter your Google maps api key here if you have one."
18765
  msgstr "Geben Sie Ihr Google maps API-Key hier, wenn Sie eine haben."
18766
 
18767
+ #: wppa-settings-autosave.php:8917
18768
  #, fuzzy
18769
  msgid "GPX Shortcode"
18770
  msgstr "GPX-Shortcode"
18771
 
18772
+ #: wppa-settings-autosave.php:8918
18773
  #, fuzzy
18774
  msgid "The shortcode to be used for the gpx feature."
18775
  msgstr "Die Kurzwahlnummer für die Gpx-Funktion verwendet werden."
18776
 
18777
+ #: wppa-settings-autosave.php:8919
18778
  #, fuzzy
18779
  msgid ""
18780
  "Enter / modify the shortcode to be generated for the gpx plugin. It must "
18784
  "werden. Es muss als Platzhalter für den Breitengrad und Längengrad w #lat "
18785
  "und w #lon enthalten."
18786
 
18787
+ #: wppa-settings-autosave.php:8920
18788
  #, fuzzy
18789
  msgid "This item is required for using Google maps GPX viewer plugin only"
18790
  msgstr ""
18791
  "Dieses Element ist erforderlich für die Verwendung von Google Maps GPX-"
18792
  "Viewer Plugin nur"
18793
 
18794
+ #: wppa-settings-autosave.php:8927
18795
  #, fuzzy
18796
  msgid "Fotomoto"
18797
  msgstr "Fotomoto"
18798
 
18799
+ #: wppa-settings-autosave.php:8928
18800
  #, fuzzy
18801
  msgid "Yes, we use Fotomoto on this site. Read the help text!"
18802
  msgstr "Ja, wir verwenden Fotomoto auf dieser Seite. Lesen Sie den Hilfetext!"
18803
 
18804
+ #: wppa-settings-autosave.php:8929
18805
  #, fuzzy
18806
  msgid "In order to function properly:"
18807
  msgstr "Um richtig zu funktionieren:"
18808
 
18809
+ #: wppa-settings-autosave.php:8930
18810
  #, fuzzy
18811
  msgid "1. Get yourself a Fotomoto account."
18812
  msgstr "1. Holen Sie sich ein Fotomoto Konto."
18813
 
18814
+ #: wppa-settings-autosave.php:8931
18815
  #, fuzzy
18816
  msgid ""
18817
  "2. Install the Fotomoto plugin, enter the \"Fotomoto Site Key:\" and check "
18820
  "(2) die Fotomoto-Plugin zu installieren, geben Sie den \"Schlüssel Fotomoto "
18821
  "Standorts:\" und überprüfen Sie die \"API-Modus verwenden:\" Checkbox."
18822
 
18823
+ #: wppa-settings-autosave.php:8932
18824
  #, fuzzy
18825
  msgid "Note: Do NOT Disable the Custom box in Table II-B14."
18826
  msgstr ""
18827
  "Hinweis: Nicht deaktivieren der benutzerdefinierten Feld in Tabelle II-B14."
18828
 
18829
+ #: wppa-settings-autosave.php:8933
18830
  #, fuzzy
18831
  msgid "Do NOT remove the text w#fotomoto from the Custombox ( Table II-B15 )."
18832
  msgstr ""
18833
  "Entfernen Sie die Text-w #fotomoto nicht aus der Custombox (Tabelle II-B15)."
18834
 
18835
+ #: wppa-settings-autosave.php:8941
18836
  #, fuzzy
18837
  msgid "Fotomoto fontsize"
18838
  msgstr "Fotomoto fontsize"
18839
 
18840
+ #: wppa-settings-autosave.php:8942
18841
  #, fuzzy
18842
  msgid "Fontsize for the Fotomoto toolbar."
18843
  msgstr "FontSize für die Fotomoto-Symbolleiste."
18844
 
18845
+ #: wppa-settings-autosave.php:8943
18846
  #, fuzzy
18847
  msgid ""
18848
  "If you set it here, it overrules a possible setting for font-size in ."
18851
  "Wenn Sie hier einstellen, hebt es eine mögliche Einstellung für die "
18852
  "Schriftgröße in. FotomotoToolbarClass auf dem Armaturenbrett Fotomoto."
18853
 
18854
+ #: wppa-settings-autosave.php:8951
18855
  #, fuzzy
18856
  msgid "Hide toolbar on running slideshows"
18857
  msgstr "Ausblenden der Symbolleiste zum Ausführen von Diashows"
18858
 
18859
+ #: wppa-settings-autosave.php:8952
18860
  #, fuzzy
18861
  msgid "The Fotomoto toolbar will re-appear when the slidshow stops."
18862
  msgstr "Fotomoto Symbolleiste erscheinen erneut, wenn die Slidshow aufhört."
18863
 
18864
+ #: wppa-settings-autosave.php:8959
18865
  #, fuzzy
18866
  msgid "Fotomoto minwidth"
18867
  msgstr "Fotomoto minwidth"
18868
 
18869
+ #: wppa-settings-autosave.php:8960
18870
  #, fuzzy
18871
  msgid "Minimum width to display Fotomoto toolbar."
18872
  msgstr "Minimale Breite Fotomoto Symbolleiste angezeigt."
18873
 
18874
+ #: wppa-settings-autosave.php:8961
18875
  #, fuzzy
18876
  msgid ""
18877
  "The display of the Fotomoto Toolbar will be suppressed on smaller slideshows."
18879
  "Die Anzeige der Symbolleiste Fotomoto wird auf kleinere Diashows unterdrückt "
18880
  "werden."
18881
 
18882
+ #: wppa-settings-autosave.php:8986
18883
  #, fuzzy
18884
  msgid "Table X:"
18885
  msgstr "Tabelle x."
18886
 
18887
+ #: wppa-settings-autosave.php:8986
18888
  #, fuzzy
18889
  msgid "IPTC Configuration:"
18890
  msgstr "IPTC-Konfiguration:"
18891
 
18892
+ #: wppa-settings-autosave.php:8987
18893
  #, fuzzy
18894
  msgid "This table defines the IPTC configuration"
18895
  msgstr "Diese Tabelle definiert die IPTC-Konfiguration"
18896
 
18897
+ #: wppa-settings-autosave.php:9018 wppa-settings-autosave.php:9086
18898
  #, fuzzy
18899
  msgid "Display"
18900
  msgstr "Anzeige"
18901
 
18902
+ #: wppa-settings-autosave.php:9018 wppa-settings-autosave.php:9086
18903
  #, fuzzy
18904
  msgid "Hide"
18905
  msgstr "Ausblenden"
18906
 
18907
+ #: wppa-settings-autosave.php:9048
18908
  #, fuzzy
18909
  msgid "Table XI:"
18910
  msgstr "Tabelle XI:"
18911
 
18912
+ #: wppa-settings-autosave.php:9048
18913
  #, fuzzy
18914
  msgid "EXIF Configuration:"
18915
  msgstr "EXIF-Konfiguration:"
18916
 
18917
+ #: wppa-settings-autosave.php:9049
18918
  #, fuzzy
18919
  msgid "This table defines the EXIF configuration"
18920
  msgstr "Diese Tabelle definiert die EXIF-Konfiguration"
18921
 
18922
+ #: wppa-settings-autosave.php:9072
18923
  #, fuzzy
18924
  msgid ""
18925
  "Function exif_read_data() does not exist. This means that <b>EXIF</b> is not "
18931
  "möchten, Fragen Sie Ihren Hosting-Anbieter hinzufügen <b>\"--Enable-Exif\"</"
18932
  "b> zu den Php <b>Befehl konfigurieren</b>."
18933
 
18934
+ #: wppa-settings-autosave.php:9116
18935
  #, fuzzy
18936
  msgid "Table XII:"
18937
  msgstr "Tabelle XII:"
18938
 
18939
+ #: wppa-settings-autosave.php:9116
18940
  #, fuzzy
18941
  msgid "WPPA+ and PHP Configuration:"
18942
  msgstr "WPPA + und PHP-Konfiguration:"
18943
 
18944
+ #: wppa-settings-autosave.php:9117
18945
  #, fuzzy
18946
  msgid ""
18947
  "This table lists all WPPA+ constants and PHP server configuration parameters "
18950
  "Diese Tabelle listet alle konstanten WPPA + und PHP-Server-Konfigurations-"
18951
  "Parameter und ist schreibgeschützt"
18952
 
18953
+ #: wppa-settings-autosave.php:9132
18954
  #, fuzzy
18955
  msgid "Value"
18956
  msgstr "Wert ="
18957
 
18958
+ #: wppa-settings-autosave.php:9138
18959
  #, fuzzy
18960
  msgid "Albums db table name."
18961
  msgstr "Alben-Db Tabellennamen."
18962
 
18963
+ #: wppa-settings-autosave.php:9150
18964
  #, fuzzy
18965
  msgid "Photos db table name."
18966
  msgstr "Fotos Db Tabellennamen."
18967
 
18968
+ #: wppa-settings-autosave.php:9162
18969
  #, fuzzy
18970
  msgid "Rating db table name."
18971
  msgstr "Bewertung Db Tabellennamen."
18972
 
18973
+ #: wppa-settings-autosave.php:9174
18974
  #, fuzzy
18975
  msgid "Comments db table name."
18976
  msgstr "Tabellennamen Kommentare db."
18977
 
18978
+ #: wppa-settings-autosave.php:9186
18979
  #, fuzzy
18980
  msgid "IPTC db table name."
18981
  msgstr "IPTC-Db Tabellennamen."
18982
 
18983
+ #: wppa-settings-autosave.php:9198
18984
  #, fuzzy
18985
  msgid "EXIF db table name."
18986
  msgstr "EXIF-Db Tabellennamen."
18987
 
18988
+ #: wppa-settings-autosave.php:9210 wppa-settings-autosave.php:9222
18989
  #, fuzzy
18990
  msgid "Index db table name."
18991
  msgstr "Index-Db Tabellennamen."
18992
 
18993
+ #: wppa-settings-autosave.php:9234
18994
  #, fuzzy
18995
  msgid "Plugins main file name."
18996
  msgstr "Plugins Haupt-Dateinamen."
18997
 
18998
+ #: wppa-settings-autosave.php:9240
18999
  #, fuzzy
19000
  msgid "ABSPATH windows proof"
19001
  msgstr "ABSPATH Windows Beweis"
19002
 
19003
+ #: wppa-settings-autosave.php:9246
19004
  #, fuzzy
19005
  msgid "Path to plugins directory."
19006
  msgstr "Pfad zum Plugin-Verzeichnis."
19007
 
19008
+ #: wppa-settings-autosave.php:9252
19009
  #, fuzzy
19010
  msgid "Plugins directory name."
19011
  msgstr "Plugins-Verzeichnis-Namen."
19012
 
19013
+ #: wppa-settings-autosave.php:9258
19014
  #, fuzzy
19015
  msgid "Plugins directory url."
19016
  msgstr "Plugins-Verzeichnis Url."
19017
 
19018
+ #: wppa-settings-autosave.php:9264
19019
  #, fuzzy
19020
  msgid "The relative upload directory."
19021
  msgstr "Die relative Upload-Verzeichnis."
19022
 
19023
+ #: wppa-settings-autosave.php:9270
19024
  #, fuzzy
19025
  msgid "The upload directory path."
19026
  msgstr "Das Upload-Verzeichnis-Pfad."
19027
 
19028
+ #: wppa-settings-autosave.php:9276
19029
  #, fuzzy
19030
  msgid "The upload directory url."
19031
  msgstr "Die Upload-Verzeichnis Url."
19032
 
19033
+ #: wppa-settings-autosave.php:9282
19034
  #, fuzzy
19035
  msgid "The relative depot directory."
19036
  msgstr "Das relative Depot-Verzeichnis."
19037
 
19038
+ #: wppa-settings-autosave.php:9288
19039
  #, fuzzy
19040
  msgid "The depot directory path."
19041
  msgstr "Der Depot-Verzeichnispfad."
19042
 
19043
+ #: wppa-settings-autosave.php:9294
19044
  #, fuzzy
19045
  msgid "The depot directory url."
19046
  msgstr "Die Depot-Verzeichnis Url."
19047
 
19048
+ #: wppa-settings-autosave.php:9300
19049
  #, fuzzy
19050
  msgid "The path to wp-content."
19051
  msgstr "Der Pfad zu wp-Content."
19052
 
19053
+ #: wppa-settings-autosave.php:9306
19054
  #, fuzzy
19055
  msgid "WP Base upload dir."
19056
  msgstr "WP Basis Upload Richt."
19057
 
19058
+ #: wppa-settings-autosave.php:9313
19059
  #, fuzzy
19060
  msgid "WP Content url."
19061
  msgstr "Wordpress Inhalt-URL"
19062
 
19063
+ #: wppa-settings-autosave.php:9332
19064
  #, fuzzy, php-format
19065
  msgid "<br />Memory used on this page: %6.2f Mb."
19066
  msgstr "<br>Auf dieser Seite verwendete Speicher: %6.2f Mb."
19067
 
19068
+ #: wppa-settings-autosave.php:9333
19069
  #, fuzzy, php-format
19070
  msgid "<br />There are %d settings and %d runtime parameters."
19071
  msgstr "<br>Es gibt Einstellungen %d und %d Runtime Parameter."
19072
 
19073
+ #: wppa-settings-autosave.php:9412
19074
  #, fuzzy
19075
  msgid "The default for this setting is:"
19076
  msgstr "Der Standardwert für diese Einstellung ist:"
19077
 
19078
+ #: wppa-settings-autosave.php:9429
19079
  #, fuzzy
19080
  msgid "Click for help"
19081
  msgstr "Klicke hier, um Hilfe zu erhalten!"
19082
 
19083
+ #: wppa-settings-autosave.php:9474 wppa-settings-autosave.php:9493
19084
+ #: wppa-settings-autosave.php:9523 wppa-settings-autosave.php:9540
19085
+ #: wppa-settings-autosave.php:9564 wppa-settings-autosave.php:9585
19086
+ #: wppa-settings-autosave.php:9605 wppa-settings-autosave.php:9647
19087
  #, fuzzy
19088
  msgid "Slug ="
19089
  msgstr "Slug"
19090
 
19091
+ #: wppa-settings-autosave.php:9540 wppa-settings-autosave.php:9564
19092
+ #: wppa-settings-autosave.php:9585 wppa-settings-autosave.php:9605
19093
  #, fuzzy
19094
  msgid "Values = yes, no"
19095
  msgstr "Werte = ja, Nein"
19096
 
19097
+ #: wppa-settings-autosave.php:9563 wppa-settings-autosave.php:9583
19098
+ #: wppa-settings-autosave.php:9604
19099
  #, fuzzy
19100
  msgid "Warning!"
19101
  msgstr "Warnung!"
19102
 
19103
+ #: wppa-settings-autosave.php:9584 wppa-settings-autosave.php:9604
19104
  #, fuzzy
19105
  msgid "Please read the help"
19106
  msgstr "Bitte lesen Sie die Hilfe"
19107
 
19108
+ #: wppa-settings-autosave.php:9647
19109
  #, fuzzy
19110
  msgid "Values = "
19111
  msgstr "Werte"
19112
 
19113
+ #: wppa-settings-autosave.php:9724
19114
  #, fuzzy
19115
  msgid "Checked"
19116
  msgstr "Ausgewählt"
19117
 
19118
+ #: wppa-settings-autosave.php:9725
19119
  #, fuzzy
19120
  msgid "Unchecked"
19121
  msgstr "Nicht ausgewählt"
19122
 
19123
+ #: wppa-settings-autosave.php:9730
19124
  #, fuzzy
19125
  msgid "the photo specific link."
19126
  msgstr "die spezielle Foto-Link."
19127
 
19128
+ #: wppa-settings-autosave.php:9764
19129
  #, fuzzy
19130
  msgid "Show!"
19131
  msgstr "Anzeigen"
19132
 
19133
+ #: wppa-settings-autosave.php:9784
19134
  #, fuzzy
19135
  msgid "Not done yet"
19136
  msgstr "Noch fertig nicht"
19137
 
19138
+ #: wppa-settings-autosave.php:9791
19139
  #, fuzzy
19140
  msgid "Start!"
19141
  msgstr "Starte"
19142
 
19143
+ #: wppa-settings-autosave.php:9796
19144
  #, fuzzy
19145
  msgid "Locked!"
19146
  msgstr "GESPERRT"
19147
 
19148
+ #: wppa-settings-autosave.php:9827
19149
  #, fuzzy
19150
  msgid ""
19151
  "You can not have popup and lightbox on thumbnails at the same time. Uncheck "
19155
  "haben. Deaktivieren Sie entweder Tabelle IV-C8 oder wählen Sie einen anderen "
19156
  "Verknüpfungstyp in Tabelle VI-2."
19157
 
19158
+ #: wppa-settings-autosave.php:9830
19159
  #, fuzzy, php-format
19160
  msgid ""
19161
  "It is important that you select a page that contains at least %%wppa%% or "
19164
  "Es ist wichtig, dass Sie eine Seite auswählen, die mindestens enthält %% "
19165
  "Wppa %% oder [Wppa] [/wppa]."
19166
 
19167
+ #: wppa-settings-autosave.php:9831
19168
  #, fuzzy
19169
  msgid ""
19170
  "If you ommit this, the link will not work at all or simply refresh the "
19173
  "Wenn Sie weglassen, der Link nicht funktionieren oder einfach aktualisieren "
19174
  "(Homepage)."
19175
 
19176
+ #: wppa-setup.php:506
19177
  #, fuzzy
19178
  msgid "IMPORTANT UPGRADE NOTICE"
19179
  msgstr "UPGRADE HINWEIS"
19180
 
19181
+ #: wppa-setup.php:507
19182
  #, fuzzy
19183
  msgid ""
19184
  "Please CHECK your customized WPPA-STYLE.CSS file against the newly supplied "
19190
  "Attribute. Beachten Sie die Tatsache, die meisten Einstellungen jetzt auf "
19191
  "der Adminseite-Einstellungen festgelegt werden können."
19192
 
19193
+ #: wppa-setup.php:508
19194
  #, fuzzy
19195
  msgid ""
19196
  "Please REPLACE your customized WPPA-THEME.PHP file by the newly supplied "
19203
  "Sie können es später ändern, wenn Sie es wünschen. Ihre aktuelle angepasste "
19204
  "Version ist nicht kompatibel mit dieser Version von der Plugin-Software."
19205
 
19206
+ #: wppa-setup.php:536
19207
  #, fuzzy, php-format
19208
  msgid "WPPA+ successfully updated in multi site mode to db version %s."
19209
  msgstr "WPPA + aktualisiert erfolgreich in Multi-Site-Modus Db Version %s."
19210
 
19211
+ #: wppa-setup.php:539
19212
  #, fuzzy, php-format
19213
  msgid "WPPA+ successfully updated in single site mode to db version %s."
19214
  msgstr ""
19215
  "WPPA + erfolgreich im single-Site-Modus auf Db Version %s aktualisiert."
19216
 
19217
+ #: wppa-setup.php:544
19218
  #, fuzzy
19219
  msgid "An error occurred during update"
19220
  msgstr "Während der Aktualisierung ist ein Fehler aufgetreten."
19221
 
19222
+ #: wppa-setup.php:847
19223
  #, fuzzy
19224
  msgid ""
19225
  "<span style=\"color:red\" >Warning: Do not upload copyrighted material!</"
19228
  "<span style=\"color:red\">Warnung: Nicht hochladen Sie urheberrechtlich "
19229
  "geschütztes Material!</span>"
19230
 
19231
+ #: wppa-setup.php:856 wppa-setup.php:860 wppa-setup.php:864
19232
  #, fuzzy
19233
  msgid "Select tags:"
19234
  msgstr "Wähle Autor"
19235
 
19236
+ #: wppa-setup.php:867
19237
  #, fuzzy
19238
  msgid "Enter new tags:"
19239
  msgstr "Geben Sie neue Tags:"
19240
 
19241
+ #: wppa-setup.php:1051
19242
  #, fuzzy
19243
  msgid "Vote for me!"
19244
  msgstr "Vote für mich!"
19245
 
19246
+ #: wppa-setup.php:1052
19247
  #, fuzzy
19248
  msgid "Voted for me"
19249
  msgstr "Für mich gestimmt"
19250
 
19251
+ #: wppa-setup.php:1398
19252
  #, fuzzy
19253
  msgid "NEW"
19254
  msgstr "Neu"
19255
 
19256
+ #: wppa-setup.php:1400
19257
  #, fuzzy
19258
  msgid "MODIFIED"
19259
  msgstr "Geändert"
19260
 
19261
+ #: wppa-setup.php:1450
19262
  #, fuzzy
19263
  msgid "Search in current section"
19264
  msgstr "Suche im aktuellen Abschnitt"
19265
 
19266
+ #: wppa-setup.php:1451
19267
  #, fuzzy
19268
  msgid "Search in current results"
19269
  msgstr "Suche in aktuellen Ergebnissen"
19270
 
19271
+ #: wppa-setup.php:1522
19272
  #, fuzzy
19273
  msgid "Type your custom url here"
19274
  msgstr "Geben Sie hier Ihre benutzerdefinierte url"
19275
 
19276
+ #: wppa-setup.php:1523
19277
  #, fuzzy
19278
  msgid "Type the title here"
19279
  msgstr "Geben Sie den Titel hier"
19280
 
19281
+ #: wppa-setup.php:1535 wppa-topten-widget.php:13 wppa-topten-widget.php:48
19282
  #: wppa-topten-widget.php:298
19283
  #, fuzzy
19284
  msgid "Top Ten Photos"
19285
  msgstr "Top 10 Fotos"
19286
 
19287
+ #: wppa-setup.php:1538 wppa-thumbnail-widget.php:13
19288
  #: wppa-thumbnail-widget.php:166
19289
  #, fuzzy
19290
  msgid "Thumbnail Photos"
19291
  msgstr "Zeige Vorschaubilder"
19292
 
19293
+ #: wppa-setup.php:1541
19294
  #, fuzzy
19295
  msgid "Search photos"
19296
  msgstr "Foto suchen"
19297
 
19298
+ #: wppa-setup.php:1583
19299
  #, fuzzy
19300
  msgid ""
19301
  "The uploads directory does not exist, please do a regular WP upload first."
19303
  "Das Upload-Verzeichnis ist nicht vorhanden, bitte hochladen zuerst eine "
19304
  "normale WP."
19305
 
19306
+ #: wppa-setup.php:1587
19307
  #, fuzzy
19308
  msgid "Successfully created uploads directory."
19309
  msgstr "Erfolgreich erstellte Upload-Verzeichnis."
19310
 
19311
+ #: wppa-setup.php:1598
19312
  #, fuzzy
19313
  msgid "Could not create the wppa directory."
19314
  msgstr "Die Wppa Verzeichnis konnte nicht erstellt werden."
19315
 
19316
+ #: wppa-setup.php:1602
19317
  #, fuzzy
19318
  msgid "Successfully created wppa directory."
19319
  msgstr "Wppa Verzeichnis erfolgreich erstellt."
19320
 
19321
+ #: wppa-setup.php:1612
19322
  #, fuzzy
19323
  msgid "Could not create the wppa thumbs directory."
19324
  msgstr "Die Wppa Daumen Verzeichnis konnte nicht erstellt werden."
19325
 
19326
+ #: wppa-setup.php:1616
19327
  #, fuzzy
19328
  msgid "Successfully created wppa thumbs directory."
19329
  msgstr "Erfolgreich Wppa Daumen-Verzeichnis erstellt."
19330
 
19331
+ #: wppa-setup.php:1626
19332
  #, fuzzy
19333
  msgid "Could not create the wppa watermarks directory."
19334
  msgstr "Die Wppa Wasserzeichen Verzeichnis konnte nicht erstellt werden."
19335
 
19336
+ #: wppa-setup.php:1630
19337
  #, fuzzy
19338
  msgid "Successfully created wppa watermarks directory."
19339
  msgstr "Erfolgreich Wppa Wasserzeichen-Verzeichnis erstellt."
19340
 
19341
+ #: wppa-setup.php:1640
19342
  #, fuzzy
19343
  msgid "Could not create the wppa fonts directory."
19344
  msgstr "Die Wppa-Fonts-Verzeichnis konnte nicht erstellt werden."
19345
 
19346
+ #: wppa-setup.php:1644
19347
  #, fuzzy
19348
  msgid "Successfully created wppa fonts directory."
19349
  msgstr "Erfolgreich erstellt Wppa Fonts-Verzeichnis."
19350
 
19351
+ #: wppa-setup.php:1656
19352
  #, fuzzy
19353
  msgid "Unable to create depot directory."
19354
  msgstr "Das Verzeichnis kann nicht erstellt werden."
19355
 
19356
+ #: wppa-setup.php:1660
19357
  #, fuzzy
19358
  msgid "Successfully created wppa depot directory."
19359
  msgstr "Wppa Depot Verzeichnis erfolgreich erstellt."
19360
 
19361
+ #: wppa-setup.php:1671
19362
  #, fuzzy
19363
  msgid "Unable to create user depot directory"
19364
  msgstr "Benutzer-Depot-Verzeichnis kann nicht erstellt"
19365
 
19366
+ #: wppa-setup.php:1675
19367
  #, fuzzy
19368
  msgid "Successfully created wppa user depot directory."
19369
  msgstr "Erfolgreich erstellt Wppa Depot Benutzerverzeichnis."
19370
 
19371
+ #: wppa-setup.php:1685
19372
  #, fuzzy
19373
  msgid "Unable to create temp directory"
19374
  msgstr "Kann das Verzeichnis nicht erstellen"
19375
 
19376
+ #: wppa-setup.php:1689
19377
  #, fuzzy
19378
  msgid "Successfully created temp directory."
19379
  msgstr "Temp-Verzeichnis erstellt erfolgreich."
19380
 
19381
+ #: wppa-setup.php:1697
19382
  #, fuzzy, php-format
19383
  msgid ""
19384
  "Ask your administrator to give you more rights, or create <b>%s</b> manually "
19731
  msgid "Show photo names <small>under thumbnails only</small>:"
19732
  msgstr "Foto Namen <small>unter Miniaturansichten nur</small>zeigen:"
19733
 
19734
+ #: wppa-thumbnails.php:177 wppa-thumbnails.php:1113 wppa-topten-widget.php:157
19735
  msgid "View the top rated photos"
19736
  msgstr "Betrachte die best bewertesten Fotos"
19737
 
19738
+ #: wppa-thumbnails.php:1020
19739
  #, php-format
19740
  msgid "Missing thumbnail image #%s"
19741
  msgstr "Fehlende Miniaturansicht #%s"
19874
 
19875
  #: wppa-tinymce-scripts.php:207 wppa-tinymce-shortcodes.php:295
19876
  #: wppa-tinymce-shortcodes.php:318 wppa-tinymce-shortcodes.php:363
19877
+ #: wppa-tinymce-shortcodes.php:386 wppa-tinymce-shortcodes.php:574
19878
  #, fuzzy
19879
  msgid "There are no albums yet"
19880
  msgstr "Bisher gibt es keine Alben"
19921
  msgid "--- The photo of the day ---"
19922
  msgstr "---Das Foto des Tages---"
19923
 
19924
+ #: wppa-tinymce-scripts.php:243 wppa-tinymce-shortcodes.php:448
19925
  #, fuzzy
19926
  msgid "There are no photos yet"
19927
  msgstr "Es sind (noch) keine Fotos"
19928
 
19929
+ #: wppa-tinymce-scripts.php:249 wppa-tinymce-shortcodes.php:454
19930
  #, fuzzy
19931
  msgid "Specify the photo to be used"
19932
  msgstr "Geben Sie das Foto verwendet werden"
19933
 
19934
+ #: wppa-tinymce-scripts.php:250 wppa-tinymce-shortcodes.php:455
19935
  #, fuzzy
19936
  msgid "You can select from a maximum of 100 most recently added photos"
19937
  msgstr "Sie können maximal 100 zuletzt hinzugefügten Fotos auswählen"
19941
  msgid "The tags the photos should have:"
19942
  msgstr "Die Tags der Fotos sollte haben:"
19943
 
19944
+ #: wppa-tinymce-scripts.php:259 wppa-tinymce-shortcodes.php:472
19945
  #, fuzzy
19946
  msgid "--- please select tag(s) ---"
19947
  msgstr "Bitte wählen Sie Tag(s) aus."
19957
  "Sie dieses Kontrollkästchen. Lassen Sie es deaktiviert, wenn das Foto "
19958
  "Atleast nur einer der ausgewählten Tags haben müssen"
19959
 
19960
+ #: wppa-tinymce-scripts.php:272 wppa-tinymce-shortcodes.php:597
19961
  #, fuzzy
19962
  msgid "The size of the display:"
19963
  msgstr "Die Größe des Displays:"
19964
 
19965
+ #: wppa-tinymce-scripts.php:277 wppa-tinymce-shortcodes.php:602
19966
  #, fuzzy
19967
  msgid ""
19968
  "Specify the horizontal size in pixels or <span style=\"color:blue\" >auto</"
19971
  "Geben Sie die horizontale Größe in Pixel oder <span style=\"color:blue"
19972
  "\">Auto</span>."
19973
 
19974
+ #: wppa-tinymce-scripts.php:278 wppa-tinymce-shortcodes.php:603
19975
  #, fuzzy
19976
  msgid ""
19977
  "A value less than <span style=\"color:blue\" >100</span> will automaticly be "
19982
  "style=\"color:blue\">Prozentsatz</span> des verfügbaren Platzes automatisch "
19983
  "interpretiert werden."
19984
 
19985
+ #: wppa-tinymce-scripts.php:279 wppa-tinymce-shortcodes.php:604
19986
  #, fuzzy
19987
  msgid "Leave this blank for default size"
19988
  msgstr "Lassen Sie dies leer für Standardgröße"
19989
 
19990
+ #: wppa-tinymce-scripts.php:284 wppa-tinymce-shortcodes.php:610
19991
  #: wppa-widget-admin.php:79
19992
  #, fuzzy
19993
  msgid "Horizontal alignment:"
19994
  msgstr "Horizontale Ausrichtung Info"
19995
 
19996
+ #: wppa-tinymce-scripts.php:293 wppa-tinymce-shortcodes.php:619
19997
  #, fuzzy
19998
  msgid "Specify the alignment to be used or --- none ---"
19999
  msgstr "Geben Sie die Ausrichtung verwendet werden oder---keine---"
20000
 
20001
+ #: wppa-tinymce-scripts.php:299 wppa-tinymce-shortcodes.php:629
20002
  #, fuzzy
20003
  msgid "Insert Gallery"
20004
  msgstr "Bildergalerie"
20288
  msgid "Please select one or more albums"
20289
  msgstr "Bitte wählen Sie ein oder mehrere Alben"
20290
 
20291
+ #: wppa-tinymce-shortcodes.php:309 wppa-upldr-widget.php:209 wppa-utils.php:422
20292
  #, fuzzy
20293
  msgid "All albums"
20294
  msgstr "Alle Alben"
20319
  msgstr "Kein Elternteil-Spezifikation"
20320
 
20321
  #: wppa-tinymce-shortcodes.php:354 wppa-tinymce-shortcodes.php:377
20322
+ #: wppa-tinymce-shortcodes.php:565
20323
  #, fuzzy
20324
  msgid "The generic parent"
20325
  msgstr "Die generische übergeordneten"
20344
  msgid "--- please select category ---"
20345
  msgstr "Bitte eine Kategorie ausw&auml;hlen"
20346
 
20347
+ #: wppa-tinymce-shortcodes.php:431 wppa-tinymce-shortcodes.php:445
20348
  #, fuzzy
20349
+ msgid "The photo of the day"
20350
+ msgstr "Das Foto des Tages"
20351
 
20352
  #: wppa-tinymce-shortcodes.php:444
20353
  #, fuzzy
20354
+ msgid "The most recently uploaded photo"
20355
+ msgstr "Die meisten vor kurzem hochgeladene Foto"
20356
 
20357
+ #: wppa-tinymce-shortcodes.php:462
20358
  #, fuzzy
20359
  msgid "Preview image:"
20360
  msgstr "Bildvorschau"
20361
 
20362
+ #: wppa-tinymce-shortcodes.php:469
20363
  #, fuzzy
20364
  msgid "The photo tag(s):"
20365
  msgstr "Die Foto-Tags:"
20366
 
20367
+ #: wppa-tinymce-shortcodes.php:483
20368
  #, fuzzy
20369
  msgid "Or / And:"
20370
  msgstr "Oder / und:"
20371
 
20372
+ #: wppa-tinymce-shortcodes.php:485
20373
  #, fuzzy
20374
  msgid "Meet any"
20375
  msgstr "Einem begegnen"
20376
 
20377
+ #: wppa-tinymce-shortcodes.php:486
20378
  #, fuzzy
20379
  msgid "Meet all"
20380
  msgstr "Erfüllen Sie alle"
20381
 
20382
+ #: wppa-tinymce-shortcodes.php:492 wppa-tinymce-shortcodes.php:540
20383
  #, fuzzy
20384
  msgid "Additional features:"
20385
  msgstr "Zusatzfunktionen"
20386
 
20387
+ #: wppa-tinymce-shortcodes.php:494
20388
  #, fuzzy
20389
  msgid "Enable Subsearch"
20390
  msgstr "Subsearch aktivieren"
20391
 
20392
+ #: wppa-tinymce-shortcodes.php:495
20393
  #, fuzzy
20394
  msgid "Enable Rootsearch"
20395
  msgstr "Rootsearch aktivieren"
20396
 
20397
+ #: wppa-tinymce-shortcodes.php:501
20398
  #, fuzzy
20399
  msgid "Search root:"
20400
  msgstr "Suche Root:"
20401
 
20402
+ #: wppa-tinymce-shortcodes.php:520
20403
  #, fuzzy
20404
  msgid "Landing page:"
20405
  msgstr "Zielseite"
20406
 
20407
+ #: wppa-tinymce-shortcodes.php:542
20408
  #, fuzzy
20409
  msgid "Enable all tags"
20410
  msgstr "Aktiviere Tags"
20411
 
20412
+ #: wppa-tinymce-shortcodes.php:545
20413
  #, fuzzy
20414
  msgid "Please select the tags to show"
20415
  msgstr "Bitte wählen Sie die Tags zu zeigen"
20416
 
20417
+ #: wppa-tinymce-shortcodes.php:551
20418
  #, fuzzy
20419
  msgid "There are no tags"
20420
  msgstr "Vorschau tags:"
20421
 
20422
+ #: wppa-tinymce-shortcodes.php:582
20423
  #, fuzzy
20424
  msgid "Calendar type:"
20425
  msgstr "Kalendertyp"
20426
 
20427
+ #: wppa-tinymce-shortcodes.php:585
20428
  #, fuzzy
20429
  msgid "By EXIF date"
20430
  msgstr "Fotos nach EXIF-Datum"
20431
 
20432
+ #: wppa-tinymce-shortcodes.php:586
20433
  #, fuzzy
20434
  msgid "By date of upload"
20435
  msgstr "Fotos nach Datum hochladen"
20436
 
20437
+ #: wppa-tinymce-shortcodes.php:587
20438
  #, fuzzy
20439
  msgid "By date last modified"
20440
  msgstr "Fotos nach Datum Änderung"
20441
 
20442
+ #: wppa-tinymce-shortcodes.php:590
20443
  #, fuzzy
20444
  msgid "Last date first"
20445
  msgstr "Letztes Datum zuerst"
20446
 
20447
+ #: wppa-tinymce-shortcodes.php:591
20448
  #, fuzzy
20449
  msgid "Initially display all"
20450
  msgstr "Zunächst alle anzeigen"
20451
 
20452
+ #: wppa-tinymce-shortcodes.php:627
20453
  #, fuzzy
20454
  msgid ""
20455
  "This is a preview of the shortcode that is being generated. You may edit the "
20458
  "Dies ist eine Vorschau auf die Kurzwahlnummer, die generiert wird. Sie "
20459
  "können den Kommentar bearbeiten."
20460
 
20461
+ #: wppa-tinymce-shortcodes.php:630
20462
  #, fuzzy
20463
  msgid "insert Gallery"
20464
  msgstr "Bildergalerie"
20465
 
20466
+ #: wppa-tinymce-shortcodes.php:630
20467
  #, fuzzy
20468
  msgid "Please complete the shortcode specs"
20469
  msgstr "Bitte füllen Sie die Kurzwahlnummer Spezifikationen"
21327
  msgid "--- Ngg Galleries --- "
21328
  msgstr "---Ngg Galerien---"
21329
 
21330
+ #: wppa-utils.php:298
21331
  #, fuzzy, php-format
21332
  msgid "Rating: %s"
21333
  msgstr "Bewertung - %s"
21334
 
21335
+ #: wppa-utils.php:897 wppa-utils.php:908 wppa-utils.php:919
21336
  #, fuzzy
21337
  msgid "Notification of inappropriate image"
21338
  msgstr "Benachrichtigung über unangemessenes Bild"
21339
 
21340
+ #: wppa-utils.php:898 wppa-utils.php:909 wppa-utils.php:920
21341
  #, fuzzy, php-format
21342
  msgid "Photo %s has been marked as inappropriate by %s different visitors."
21343
  msgstr ""
21344
  "Foto %s wurde von verschiedenen Besuchern %s als unangemessen markiert."
21345
 
21346
+ #: wppa-utils.php:910
21347
  #, fuzzy
21348
  msgid "The status has been changed to 'pending'."
21349
  msgstr "Der Status wurde auf \"pending\" geändert."
21350
 
21351
+ #: wppa-utils.php:921
21352
  #, fuzzy
21353
  msgid "It has been deleted."
21354
  msgstr "wurde gelöscht"
21355
 
21356
+ #: wppa-utils.php:988
21357
  #, fuzzy
21358
  msgid "Your photo has a new approved comment"
21359
  msgstr "Dein Foto hat einen neuen zugelassenen Kommentar"
21360
 
21361
+ #: wppa-utils.php:991
21362
  #, fuzzy
21363
  msgid "From:"
21364
  msgstr "Von:"
21365
 
21366
+ #: wppa-utils.php:999
21367
  #, fuzzy
21368
  msgid "Approved comment on photo"
21369
  msgstr "Zugelassenen Kommentar auf Foto"
21370
 
21371
+ #: wppa-utils.php:1046
21372
  #, fuzzy, php-format
21373
  msgid "The visitors email address is: <a href=\"mailto:%s\">%s</a>"
21374
  msgstr "Die Besucher-Email-Adresse ist: <a href=\"mailto:%s\">%s</a>"
21375
 
21376
+ #: wppa-utils.php:1051
21377
  #, fuzzy, php-format
21378
  msgid "The visitor says his email address is: <a href=\"mailto:%s\">%s</a>"
21379
  msgstr ""
21380
  "Der Besucher erklärt seine e-Mail-Adresse ist: <a href=\"mailto:%s\">%s</a>"
21381
 
21382
+ #: wppa-utils.php:1059
21383
  #, fuzzy, php-format
21384
  msgid ""
21385
  "This message is automaticly generated at %s. It is useless to respond to it."
21387
  "Diese Nachricht wird automatisch an %s erzeugt. Es ist sinnlos, darauf zu "
21388
  "reagieren."
21389
 
21390
+ #: wppa-utils.php:1266
21391
  #, fuzzy, php-format
21392
  msgid "Time out after processing %s items."
21393
  msgstr "Timeout nach %s Positionen bearbeiten."
21394
 
21395
+ #: wppa-utils.php:1269 wppa-utils.php:1273
21396
  #, fuzzy, php-format
21397
  msgid "Time out after processing %s items. Please restart this operation"
21398
  msgstr "Timeout nach %s Positionen bearbeiten. Starten Sie diesen Vorgang"
21399
 
21400
+ #: wppa-utils.php:2331
21401
  #, fuzzy
21402
  msgid "There are no ratings between"
21403
  msgstr "Es gibt keine Bewertungen zwischen"
21642
  msgid "There are too many photos in the selection to show a preview ( %d )"
21643
  msgstr "Es gibt zu viele Fotos in der Auswahl eine Vorschau (% d) zu zeigen,"
21644
 
21645
+ #: wppa-widget-functions.php:149
21646
  msgid "- select (another) album or a set -"
21647
  msgstr "-Wählen Sie (ein weiteres) Album oder eine Gruppe-"
21648
 
21649
+ #: wppa-widget-functions.php:184
21650
  msgid "- all albums -"
21651
  msgstr "- Alle Alben -"
21652
 
21653
+ #: wppa-widget-functions.php:186
21654
  msgid "- all -separate- albums -"
21655
  msgstr "- Alle -separate- Alben -"
21656
 
21657
+ #: wppa-widget-functions.php:188
21658
  msgid "- all albums except -separate-"
21659
  msgstr "-alle Alben außer - separate-"
21660
 
21661
+ #: wppa-widget-functions.php:190
21662
  msgid "- top rated photos -"
21663
  msgstr "- Hoch bewertete Fotos -"
21664
 
21665
+ #: wppa-widget-functions.php:191
21666
  msgid "- start over -"
21667
  msgstr "- Neu beginnen -"
21668
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21669
  #. Plugin Name of the plugin/theme
21670
  msgid "WP Photo Album Plus"
21671
  msgstr "WP Photo Album Plus"
21690
  msgid "http://wppa.opajaap.nl/"
21691
  msgstr "http://wppa.opajaap.nl/"
21692
 
21693
+ #, fuzzy
21694
+ #~ msgid ""
21695
+ #~ "</strong>The photo index table needs to be rebuilt. Please run <b>Photo "
21696
+ #~ "Albums -> Settings</b> admin page <b>Table VIII-A9</b><strong>"
21697
+ #~ msgstr ""
21698
+ #~ "Der Foto-Index-Tabelle muss neu erstellt werden. Bitte führen Sie "
21699
+ #~ "<b>Fotoalben-> Einstellungen</b> Adminseite <b>Tabelle VIII-A9</"
21700
+ #~ "b><strong></strong>"
21701
+
21702
+ #, fuzzy
21703
+ #~ msgid ""
21704
+ #~ "</strong>The album index table needs to be rebuilt. Please run <b>Photo "
21705
+ #~ "Albums -> Settings</b> admin page <b>Table VIII-A8</b><strong>"
21706
+ #~ msgstr ""
21707
+ #~ "Die Album-Index-Tabelle muss neu erstellt werden. Bitte führen Sie "
21708
+ #~ "<b>Fotoalben-> Einstellungen</b> Adminseite <b>Tabelle VIII-A8</"
21709
+ #~ "b><strong></strong>"
21710
+
21711
+ #, fuzzy
21712
+ #~ msgid ""
21713
+ #~ "</strong>The avarage ratings need to be recalculated. Please run <b>Photo "
21714
+ #~ "Albums -> Settings</b> admin page <b>Table VIII-A5</b><strong>"
21715
+ #~ msgstr ""
21716
+ #~ "Die durchschnittlichen Bewertungen müssen neu berechnet werden. Bitte "
21717
+ #~ "führen Sie <b>Fotoalben-> Einstellungen</b> Adminseite <b>Tabelle VIII-"
21718
+ #~ "A5</b><strong></strong>"
21719
+
21720
  #, fuzzy
21721
  #~ msgid "Use translations"
21722
  #~ msgstr "Übersetzungen verwenden"
languages/wp-photo-album-plus-es_CA.mo CHANGED
Binary file
languages/wp-photo-album-plus-es_CA.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Photo Album Plus\n"
4
- "POT-Creation-Date: 2016-06-05 09:40+0200\n"
5
- "PO-Revision-Date: 2016-06-05 09:40+0200\n"
6
  "Last-Translator: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
7
  "Language-Team: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
8
  "Language: es_CA\n"
@@ -30,7 +30,7 @@ msgstr ""
30
  #: wppa-album-admin-autosave.php:1524 wppa-album-admin-autosave.php:1598
31
  #: wppa-album-admin-autosave.php:1709 wppa-album-admin-autosave.php:2031
32
  #: wppa-comment-admin.php:318 wppa-comment-admin.php:387
33
- #: wppa-comment-admin.php:405 wppa-setup.php:1247 wppa-thumbnails.php:636
34
  msgid "Edit"
35
  msgstr "Editar"
36
 
@@ -39,7 +39,7 @@ msgid "Warning. No page defined for search results!"
39
  msgstr ""
40
 
41
  #: theme/photo-album-search-page.php:39 wppa-boxes-html.php:169
42
- #: wppa-settings-autosave.php:421 wppa-settings-autosave.php:3211
43
  msgid "Search"
44
  msgstr "Búsqueda"
45
 
@@ -86,17 +86,17 @@ msgstr ""
86
  msgid "Settings file not found"
87
  msgstr ""
88
 
89
- #: wppa-admin-functions.php:204 wppa-admin-functions.php:208 wppa-ajax.php:2570
90
- #: wppa-ajax.php:2577
91
  msgid "Please supply a numeric value greater than or equal to"
92
  msgstr ""
93
 
94
- #: wppa-admin-functions.php:204 wppa-admin-functions.php:208 wppa-ajax.php:2570
95
- #: wppa-ajax.php:2577
96
  msgid "for"
97
  msgstr ""
98
 
99
- #: wppa-admin-functions.php:208 wppa-ajax.php:2577
100
  msgid "and less than or equal to"
101
  msgstr ""
102
 
@@ -216,11 +216,11 @@ msgstr ""
216
  msgid "Photo&thinsp;Albums"
217
  msgstr ""
218
 
219
- #: wppa-admin.php:57 wppa-adminbar.php:40 wppa-settings-autosave.php:5887
220
  msgid "Album Admin"
221
  msgstr ""
222
 
223
- #: wppa-admin.php:58 wppa-adminbar.php:47 wppa-settings-autosave.php:5888
224
  #: wppa-upload-widget.php:79 wppa-upload.php:88
225
  msgid "Upload Photos"
226
  msgstr ""
@@ -229,7 +229,7 @@ msgstr ""
229
  msgid "Edit Photos"
230
  msgstr ""
231
 
232
- #: wppa-admin.php:63 wppa-adminbar.php:61 wppa-settings-autosave.php:5889
233
  #: wppa-upload.php:459
234
  msgid "Import Photos"
235
  msgstr ""
@@ -239,12 +239,12 @@ msgid "Moderate Photos"
239
  msgstr ""
240
 
241
  #: wppa-admin.php:65 wppa-adminbar.php:75 wppa-export.php:32
242
- #: wppa-settings-autosave.php:5891
243
  msgid "Export Photos"
244
  msgstr ""
245
 
246
  #: wppa-admin.php:66 wppa-adminbar.php:82 wppa-comment-admin.php:223
247
- #: wppa-settings-autosave.php:5892
248
  msgid "Settings"
249
  msgstr ""
250
 
@@ -253,7 +253,7 @@ msgid "Photo of the day Widget"
253
  msgstr ""
254
 
255
  #: wppa-admin.php:67 wppa-adminbar.php:89 wppa-potd-widget.php:60
256
- #: wppa-settings-autosave.php:5893 wppa-setup.php:1519
257
  msgid "Photo of the day"
258
  msgstr ""
259
 
@@ -262,8 +262,8 @@ msgid "Manage comments"
262
  msgstr ""
263
 
264
  #: wppa-admin.php:68 wppa-adminbar.php:96 wppa-settings-autosave.php:411
265
- #: wppa-settings-autosave.php:3040 wppa-settings-autosave.php:8309
266
- #: wppa-settings-autosave.php:8354
267
  msgid "Comments"
268
  msgstr ""
269
 
@@ -287,11 +287,11 @@ msgstr ""
287
  msgid "Import"
288
  msgstr ""
289
 
290
- #: wppa-admin.php:122 wppa-settings-autosave.php:9484
291
  msgid "Update"
292
  msgstr ""
293
 
294
- #: wppa-adminbar.php:103 wppa-settings-autosave.php:5895
295
  msgid "Help & Info"
296
  msgstr ""
297
 
@@ -334,153 +334,153 @@ msgstr ""
334
  msgid "Title:"
335
  msgstr ""
336
 
337
- #: wppa-ajax.php:173
338
  msgid ""
339
  "All modifications are instantly updated on the server. The <b style=\"color:"
340
  "#070\" >Remark</b> field keeps you informed on the actions taken at the "
341
  "background."
342
  msgstr ""
343
 
344
- #: wppa-ajax.php:176
345
  msgid "Exit & Refresh"
346
  msgstr ""
347
 
348
- #: wppa-ajax.php:250 wppa-ajax.php:316 wppa-ajax.php:351 wppa-ajax.php:629
349
- #: wppa-ajax.php:894 wppa-ajax.php:2527
350
  msgid "Security check failure"
351
  msgstr ""
352
 
353
- #: wppa-ajax.php:284 wppa-ajax.php:340
354
  msgid "You do not have the rights to moderate photos this way"
355
  msgstr ""
356
 
357
- #: wppa-ajax.php:300 wppa-ajax.php:1172
358
  msgid "Photo comment approved"
359
  msgstr ""
360
 
361
- #: wppa-ajax.php:313
362
  #, php-format
363
  msgid "Failed to update stutus of photo %s"
364
  msgstr ""
365
 
366
- #: wppa-ajax.php:313 wppa-ajax.php:320
367
  msgid "Please refresh the page"
368
  msgstr ""
369
 
370
- #: wppa-ajax.php:320
371
  #, php-format
372
  msgid "Failed to update stutus of comment %s"
373
  msgstr ""
374
 
375
- #: wppa-ajax.php:335 wppa-ajax.php:355
376
  msgid "Photo removed"
377
  msgstr ""
378
 
379
- #: wppa-ajax.php:360
380
  msgid "Comment removed"
381
  msgstr ""
382
 
383
- #: wppa-ajax.php:361
384
  msgid "Could not remove comment"
385
  msgstr ""
386
 
387
- #: wppa-ajax.php:364 wppa-ajax.php:762
388
  msgid "Unexpected error"
389
  msgstr ""
390
 
391
- #: wppa-ajax.php:370
392
  msgid "This feature is not enabled on this website"
393
  msgstr ""
394
 
395
- #: wppa-ajax.php:382
396
  msgid "The album is empty"
397
  msgstr ""
398
 
399
- #: wppa-ajax.php:391 wppa-ajax.php:470 wppa-ajax.php:592
400
  msgid "Unable to create zip archive"
401
  msgstr ""
402
 
403
- #: wppa-ajax.php:403
404
  #, php-format
405
  msgid "Unable to create zip archive. code = %s"
406
  msgstr ""
407
 
408
- #: wppa-ajax.php:440
409
  #, php-format
410
  msgid "Only %s out of %s photos could be added to the zipfile"
411
  msgstr ""
412
 
413
- #: wppa-ajax.php:478
414
  msgid "Unable to create zipsdir"
415
  msgstr ""
416
 
417
- #: wppa-ajax.php:503 wppa-functions.php:2085 wppa-thumbnails.php:611
418
  msgid "Selected"
419
  msgstr ""
420
 
421
- #: wppa-ajax.php:533
422
  msgid "Unknown source of request"
423
  msgstr ""
424
 
425
- #: wppa-ajax.php:551
426
  msgid "Empty filename"
427
  msgstr ""
428
 
429
- #: wppa-ajax.php:578
430
  msgid "Unable to create tempdir"
431
  msgstr ""
432
 
433
- #: wppa-ajax.php:602
434
  msgid "Unknown type"
435
  msgstr ""
436
 
437
- #: wppa-ajax.php:611
438
  msgid "The photo does no longer exist"
439
  msgstr ""
440
 
441
- #: wppa-ajax.php:643
442
  msgid "An error occurred while processing you rating request."
443
  msgstr ""
444
 
445
- #: wppa-ajax.php:644
446
  msgid "Maybe you opened the page too long ago to recognize you."
447
  msgstr ""
448
 
449
- #: wppa-ajax.php:645
450
  msgid "You may refresh the page and try again."
451
  msgstr ""
452
 
453
- #: wppa-ajax.php:646
454
  msgid ""
455
  "Althoug an error occurred while processing your rating, your vote has been "
456
  "registered."
457
  msgstr ""
458
 
459
- #: wppa-ajax.php:647
460
  msgid "However, this may not be reflected in the current pageview"
461
  msgstr ""
462
 
463
- #: wppa-ajax.php:669
464
  msgid "Photo has been removed."
465
  msgstr ""
466
 
467
- #: wppa-ajax.php:678
468
  msgid "Sorry, you can not rate your own photos"
469
  msgstr ""
470
 
471
- #: wppa-ajax.php:690
472
  msgid "Please enter a comment."
473
  msgstr ""
474
 
475
- #: wppa-ajax.php:715
476
  msgid "Security check failure."
477
  msgstr ""
478
 
479
- #: wppa-ajax.php:727 wppa-ajax.php:743
480
  msgid "Photo rated"
481
  msgstr ""
482
 
483
- #: wppa-ajax.php:846
484
  msgid ""
485
  "Please explain your vote in a comment.\n"
486
  "Your vote will be discarded if you don't.\n"
@@ -490,151 +490,151 @@ msgid ""
490
  "your vote became effective."
491
  msgstr ""
492
 
493
- #: wppa-ajax.php:890
494
  msgid "You do not have the rights to delete a photo"
495
  msgstr ""
496
 
497
- #: wppa-ajax.php:900
498
  #, php-format
499
  msgid "Photo %s has been deleted"
500
  msgstr ""
501
 
502
- #: wppa-ajax.php:916
503
  msgid "You do not have the rights to update album information"
504
  msgstr ""
505
 
506
- #: wppa-ajax.php:928
507
  msgid "<b>Ratings cleared</b>"
508
  msgstr ""
509
 
510
- #: wppa-ajax.php:928 wppa-ajax.php:934 wppa-photo-admin-autosave.php:318
511
  msgid "No ratings for this photo."
512
  msgstr ""
513
 
514
- #: wppa-ajax.php:931
515
  msgid "An error occurred while clearing ratings"
516
  msgstr ""
517
 
518
- #: wppa-ajax.php:934 wppa-ajax.php:955 wppa-ajax.php:977
519
  msgid "<b>No photos in this album</b>"
520
  msgstr ""
521
 
522
- #: wppa-ajax.php:949
523
  msgid "<b>Tags set to defaults</b> (reload)"
524
  msgstr ""
525
 
526
- #: wppa-ajax.php:952
527
  msgid "An error occurred while setting tags"
528
  msgstr ""
529
 
530
- #: wppa-ajax.php:971
531
  msgid "<b>Tags added width defaults</b> (reload)"
532
  msgstr ""
533
 
534
- #: wppa-ajax.php:974
535
  msgid "An error occurred while adding tags"
536
  msgstr ""
537
 
538
- #: wppa-ajax.php:1000
539
  msgid "No subalbums found to process"
540
  msgstr ""
541
 
542
- #: wppa-ajax.php:1005
543
  msgid "No categories found to process"
544
  msgstr ""
545
 
546
- #: wppa-ajax.php:1009
547
  #, php-format
548
  msgid "%d album updated"
549
  msgid_plural "%d albums updated"
550
  msgstr[0] ""
551
  msgstr[1] ""
552
 
553
- #: wppa-ajax.php:1016
554
  #, php-format
555
  msgid "Album name may not be empty.<br />Reset to <b>%s</b>"
556
  msgstr ""
557
 
558
- #: wppa-ajax.php:1018 wppa-ajax.php:1432 wppa-album-admin-autosave.php:356
559
  #: wppa-album-admin-autosave.php:413 wppa-album-admin-autosave.php:1067
560
  #: wppa-album-admin-autosave.php:1204 wppa-album-admin-autosave.php:1376
561
  #: wppa-album-admin-autosave.php:1471 wppa-boxes-html.php:409
562
  #: wppa-boxes-html.php:523 wppa-photo-admin-autosave.php:1363
563
  #: wppa-photo-admin-autosave.php:1482 wppa-photo-admin-autosave.php:1879
564
- #: wppa-settings-autosave.php:477 wppa-settings-autosave.php:639
565
- #: wppa-settings-autosave.php:661 wppa-settings-autosave.php:1399
566
- #: wppa-settings-autosave.php:1420 wppa-settings-autosave.php:2937
567
- #: wppa-settings-autosave.php:2958 wppa-settings-autosave.php:3282
568
- #: wppa-settings-autosave.php:3306 wppa-settings-autosave.php:3831
569
- #: wppa-settings-autosave.php:3945 wppa-settings-autosave.php:4583
570
- #: wppa-settings-autosave.php:4604 wppa-settings-autosave.php:4780
571
- #: wppa-settings-autosave.php:4804 wppa-settings-autosave.php:5853
572
- #: wppa-settings-autosave.php:6263 wppa-settings-autosave.php:6513
573
- #: wppa-settings-autosave.php:6535 wppa-settings-autosave.php:7198
574
- #: wppa-settings-autosave.php:7222 wppa-settings-autosave.php:8303
575
- #: wppa-settings-autosave.php:8944 wppa-settings-autosave.php:9100
576
  #: wppa-thumbnail-widget.php:202 wppa-upload.php:166
577
  msgid "Name"
578
  msgstr ""
579
 
580
- #: wppa-ajax.php:1021 wppa-ajax.php:1435 wppa-album-admin-autosave.php:1077
581
  #: wppa-album-admin-autosave.php:1214 wppa-album-admin-autosave.php:1386
582
  #: wppa-album-admin-autosave.php:1481 wppa-photo-admin-autosave.php:1364
583
  #: wppa-photo-admin-autosave.php:1483 wppa-photo-admin-autosave.php:1880
584
- #: wppa-settings-autosave.php:478 wppa-settings-autosave.php:640
585
- #: wppa-settings-autosave.php:662 wppa-settings-autosave.php:1400
586
- #: wppa-settings-autosave.php:1421 wppa-settings-autosave.php:2938
587
- #: wppa-settings-autosave.php:2959 wppa-settings-autosave.php:3283
588
- #: wppa-settings-autosave.php:3307 wppa-settings-autosave.php:4584
589
- #: wppa-settings-autosave.php:4605 wppa-settings-autosave.php:4781
590
- #: wppa-settings-autosave.php:4805 wppa-settings-autosave.php:5854
591
- #: wppa-settings-autosave.php:6264 wppa-settings-autosave.php:6514
592
- #: wppa-settings-autosave.php:6536 wppa-settings-autosave.php:7199
593
- #: wppa-settings-autosave.php:7223 wppa-settings-autosave.php:8945
594
- #: wppa-settings-autosave.php:8967 wppa-settings-autosave.php:9007
595
- #: wppa-settings-autosave.php:9029 wppa-settings-autosave.php:9075
596
- #: wppa-settings-autosave.php:9101 wppa-widget-admin.php:256
597
  msgid "Description"
598
  msgstr ""
599
 
600
- #: wppa-ajax.php:1025
601
  msgid "Unbalanced tags in album description!"
602
  msgstr ""
603
 
604
- #: wppa-ajax.php:1032
605
  msgid "Album order #"
606
  msgstr ""
607
 
608
- #: wppa-ajax.php:1035
609
  msgid "Cover photo"
610
  msgstr ""
611
 
612
- #: wppa-ajax.php:1038
613
  msgid "Parent album"
614
  msgstr ""
615
 
616
- #: wppa-ajax.php:1043 wppa-settings-autosave.php:3825
617
  msgid "Photo order"
618
  msgstr ""
619
 
620
- #: wppa-ajax.php:1046
621
  msgid "Use Alt thumbsize"
622
  msgstr ""
623
 
624
- #: wppa-ajax.php:1049
625
  msgid "Cover Type"
626
  msgstr ""
627
 
628
- #: wppa-ajax.php:1052 wppa-settings-autosave.php:4806
629
- #: wppa-settings-autosave.php:5855
630
  msgid "Link type"
631
  msgstr ""
632
 
633
- #: wppa-ajax.php:1055 wppa-album-covers.php:1302
634
  msgid "Link to"
635
  msgstr "Enllaç a"
636
 
637
- #: wppa-ajax.php:1058 wppa-ajax.php:1456 wppa-album-admin-autosave.php:1088
638
  #: wppa-album-admin-autosave.php:1225 wppa-album-admin-autosave.php:1397
639
  #: wppa-album-admin-autosave.php:1492 wppa-boxes-html.php:531
640
  #: wppa-photo-admin-autosave.php:1366 wppa-photo-admin-autosave.php:1485
@@ -642,655 +642,655 @@ msgstr "Enllaç a"
642
  msgid "Owner"
643
  msgstr ""
644
 
645
- #: wppa-ajax.php:1060
646
  #, php-format
647
  msgid "User %s does not exist"
648
  msgstr ""
649
 
650
- #: wppa-ajax.php:1065 wppa-ajax.php:1071
651
  msgid "Upload limit count"
652
  msgstr ""
653
 
654
- #: wppa-ajax.php:1078
655
  msgid "Upload limit time"
656
  msgstr ""
657
 
658
- #: wppa-ajax.php:1082
659
  msgid "Default tags"
660
  msgstr ""
661
 
662
- #: wppa-ajax.php:1087
663
  msgid "Categories"
664
  msgstr ""
665
 
666
- #: wppa-ajax.php:1090
667
  msgid "Sub albums sort order"
668
  msgstr ""
669
 
670
- #: wppa-ajax.php:1098 wppa-ajax.php:1526
671
  msgid "Schedule date/time"
672
  msgstr ""
673
 
674
- #: wppa-ajax.php:1111 wppa-ajax.php:1137
675
  #, php-format
676
  msgid "<b>%s</b> of album %s updated"
677
  msgstr ""
678
 
679
- #: wppa-ajax.php:1119
680
  msgid "All photos set to scheduled per date"
681
  msgstr ""
682
 
683
- #: wppa-ajax.php:1146
684
  #, php-format
685
  msgid "An error occurred while trying to update <b>%s</b> of album %s"
686
  msgstr ""
687
 
688
- #: wppa-ajax.php:1147 wppa-ajax.php:1410 wppa-ajax.php:1516
689
  msgid "Press CTRL+F5 and try again."
690
  msgstr ""
691
 
692
- #: wppa-ajax.php:1161
693
  msgid "You do not have the rights to update comment status"
694
  msgstr ""
695
 
696
- #: wppa-ajax.php:1178
697
  #, php-format
698
  msgid "Status of comment #%s updated"
699
  msgstr ""
700
 
701
- #: wppa-ajax.php:1181
702
  #, php-format
703
  msgid "Error updating status comment #%s"
704
  msgstr ""
705
 
706
- #: wppa-ajax.php:1192
707
  msgid "You do not have the rights to change photos"
708
  msgstr ""
709
 
710
- #: wppa-ajax.php:1201
711
  msgid "Watermark applied"
712
  msgstr ""
713
 
714
- #: wppa-ajax.php:1205
715
  msgid "An error occured while trying to apply a watermark"
716
  msgstr ""
717
 
718
- #: wppa-ajax.php:1224
719
  msgid "You do not have the rights to update photo information"
720
  msgstr ""
721
 
722
- #: wppa-ajax.php:1230
723
  #, php-format
724
  msgid "%s updated to %s."
725
  msgstr ""
726
 
727
- #: wppa-ajax.php:1280
728
  #, php-format
729
  msgid "Format error %s. Must be yyyy:mm:dd hh:mm:ss"
730
  msgstr ""
731
 
732
- #: wppa-ajax.php:1284
733
  msgid "Exif date/time updated"
734
  msgstr ""
735
 
736
- #: wppa-ajax.php:1290
737
  msgid "Enter a value > -90 and < 90"
738
  msgstr ""
739
 
740
- #: wppa-ajax.php:1298
741
  msgid "Lattitude updated"
742
  msgstr ""
743
 
744
- #: wppa-ajax.php:1300
745
  msgid "Could not update lattitude"
746
  msgstr ""
747
 
748
- #: wppa-ajax.php:1306
749
  msgid "Enter a value > -180 and < 180"
750
  msgstr ""
751
 
752
- #: wppa-ajax.php:1314
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Photo Album Plus\n"
4
+ "POT-Creation-Date: 2016-06-10 15:30+0200\n"
5
+ "PO-Revision-Date: 2016-06-10 15:30+0200\n"
6
  "Last-Translator: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
7
  "Language-Team: J.N. Breetvelt <OpaJaap@OpaJaap.nl>\n"
8
  "Language: es_CA\n"
30
  #: wppa-album-admin-autosave.php:1524 wppa-album-admin-autosave.php:1598
31
  #: wppa-album-admin-autosave.php:1709 wppa-album-admin-autosave.php:2031
32
  #: wppa-comment-admin.php:318 wppa-comment-admin.php:387
33
+ #: wppa-comment-admin.php:405 wppa-setup.php:1250 wppa-thumbnails.php:638
34
  msgid "Edit"
35
  msgstr "Editar"
36
 
39
  msgstr ""
40
 
41
  #: theme/photo-album-search-page.php:39 wppa-boxes-html.php:169
42
+ #: wppa-settings-autosave.php:421 wppa-settings-autosave.php:3241
43
  msgid "Search"
44
  msgstr "Búsqueda"
45
 
86
  msgid "Settings file not found"
87
  msgstr ""
88
 
89
+ #: wppa-admin-functions.php:204 wppa-admin-functions.php:208 wppa-ajax.php:2579
90
+ #: wppa-ajax.php:2586
91
  msgid "Please supply a numeric value greater than or equal to"
92
  msgstr ""
93
 
94
+ #: wppa-admin-functions.php:204 wppa-admin-functions.php:208 wppa-ajax.php:2579
95
+ #: wppa-ajax.php:2586
96
  msgid "for"
97
  msgstr ""
98
 
99
+ #: wppa-admin-functions.php:208 wppa-ajax.php:2586
100
  msgid "and less than or equal to"
101
  msgstr ""
102
 
216
  msgid "Photo&thinsp;Albums"
217
  msgstr ""
218
 
219
+ #: wppa-admin.php:57 wppa-adminbar.php:40 wppa-settings-autosave.php:5917
220
  msgid "Album Admin"
221
  msgstr ""
222
 
223
+ #: wppa-admin.php:58 wppa-adminbar.php:47 wppa-settings-autosave.php:5918
224
  #: wppa-upload-widget.php:79 wppa-upload.php:88
225
  msgid "Upload Photos"
226
  msgstr ""
229
  msgid "Edit Photos"
230
  msgstr ""
231
 
232
+ #: wppa-admin.php:63 wppa-adminbar.php:61 wppa-settings-autosave.php:5919
233
  #: wppa-upload.php:459
234
  msgid "Import Photos"
235
  msgstr ""
239
  msgstr ""
240
 
241
  #: wppa-admin.php:65 wppa-adminbar.php:75 wppa-export.php:32
242
+ #: wppa-settings-autosave.php:5921
243
  msgid "Export Photos"
244
  msgstr ""
245
 
246
  #: wppa-admin.php:66 wppa-adminbar.php:82 wppa-comment-admin.php:223
247
+ #: wppa-settings-autosave.php:5922
248
  msgid "Settings"
249
  msgstr ""
250
 
253
  msgstr ""
254
 
255
  #: wppa-admin.php:67 wppa-adminbar.php:89 wppa-potd-widget.php:60
256
+ #: wppa-settings-autosave.php:5923 wppa-setup.php:1521
257
  msgid "Photo of the day"
258
  msgstr ""
259
 
262
  msgstr ""
263
 
264
  #: wppa-admin.php:68 wppa-adminbar.php:96 wppa-settings-autosave.php:411
265
+ #: wppa-settings-autosave.php:3070 wppa-settings-autosave.php:8339
266
+ #: wppa-settings-autosave.php:8384
267
  msgid "Comments"
268
  msgstr ""
269
 
287
  msgid "Import"
288
  msgstr ""
289
 
290
+ #: wppa-admin.php:122 wppa-settings-autosave.php:9517
291
  msgid "Update"
292
  msgstr ""
293
 
294
+ #: wppa-adminbar.php:103 wppa-settings-autosave.php:5925
295
  msgid "Help & Info"
296
  msgstr ""
297
 
334
  msgid "Title:"
335
  msgstr ""
336
 
337
+ #: wppa-ajax.php:174
338
  msgid ""
339
  "All modifications are instantly updated on the server. The <b style=\"color:"
340
  "#070\" >Remark</b> field keeps you informed on the actions taken at the "
341
  "background."
342
  msgstr ""
343
 
344
+ #: wppa-ajax.php:177
345
  msgid "Exit & Refresh"
346
  msgstr ""
347
 
348
+ #: wppa-ajax.php:251 wppa-ajax.php:317 wppa-ajax.php:352 wppa-ajax.php:630
349
+ #: wppa-ajax.php:895 wppa-ajax.php:2536
350
  msgid "Security check failure"
351
  msgstr ""
352
 
353
+ #: wppa-ajax.php:285 wppa-ajax.php:341
354
  msgid "You do not have the rights to moderate photos this way"
355
  msgstr ""
356
 
357
+ #: wppa-ajax.php:301 wppa-ajax.php:1173
358
  msgid "Photo comment approved"
359
  msgstr ""
360
 
361
+ #: wppa-ajax.php:314
362
  #, php-format
363
  msgid "Failed to update stutus of photo %s"
364
  msgstr ""
365
 
366
+ #: wppa-ajax.php:314 wppa-ajax.php:321
367
  msgid "Please refresh the page"
368
  msgstr ""
369
 
370
+ #: wppa-ajax.php:321
371
  #, php-format
372
  msgid "Failed to update stutus of comment %s"
373
  msgstr ""
374
 
375
+ #: wppa-ajax.php:336 wppa-ajax.php:356
376
  msgid "Photo removed"
377
  msgstr ""
378
 
379
+ #: wppa-ajax.php:361
380
  msgid "Comment removed"
381
  msgstr ""
382
 
383
+ #: wppa-ajax.php:362
384
  msgid "Could not remove comment"
385
  msgstr ""
386
 
387
+ #: wppa-ajax.php:365 wppa-ajax.php:763
388
  msgid "Unexpected error"
389
  msgstr ""
390
 
391
+ #: wppa-ajax.php:371
392
  msgid "This feature is not enabled on this website"
393
  msgstr ""
394
 
395
+ #: wppa-ajax.php:383
396
  msgid "The album is empty"
397
  msgstr ""
398
 
399
+ #: wppa-ajax.php:392 wppa-ajax.php:471 wppa-ajax.php:593
400
  msgid "Unable to create zip archive"
401
  msgstr ""
402
 
403
+ #: wppa-ajax.php:404
404
  #, php-format
405
  msgid "Unable to create zip archive. code = %s"
406
  msgstr ""
407
 
408
+ #: wppa-ajax.php:441
409
  #, php-format
410
  msgid "Only %s out of %s photos could be added to the zipfile"
411
  msgstr ""
412
 
413
+ #: wppa-ajax.php:479
414
  msgid "Unable to create zipsdir"
415
  msgstr ""
416
 
417
+ #: wppa-ajax.php:504 wppa-functions.php:2072 wppa-thumbnails.php:613
418
  msgid "Selected"
419
  msgstr ""
420
 
421
+ #: wppa-ajax.php:534
422
  msgid "Unknown source of request"
423
  msgstr ""
424
 
425
+ #: wppa-ajax.php:552
426
  msgid "Empty filename"
427
  msgstr ""
428
 
429
+ #: wppa-ajax.php:579
430
  msgid "Unable to create tempdir"
431
  msgstr ""
432
 
433
+ #: wppa-ajax.php:603
434
  msgid "Unknown type"
435
  msgstr ""
436
 
437
+ #: wppa-ajax.php:612
438
  msgid "The photo does no longer exist"
439
  msgstr ""
440
 
441
+ #: wppa-ajax.php:644
442
  msgid "An error occurred while processing you rating request."
443
  msgstr ""
444
 
445
+ #: wppa-ajax.php:645
446
  msgid "Maybe you opened the page too long ago to recognize you."
447
  msgstr ""
448
 
449
+ #: wppa-ajax.php:646
450
  msgid "You may refresh the page and try again."
451
  msgstr ""
452
 
453
+ #: wppa-ajax.php:647
454
  msgid ""
455
  "Althoug an error occurred while processing your rating, your vote has been "
456
  "registered."
457
  msgstr ""
458
 
459
+ #: wppa-ajax.php:648
460
  msgid "However, this may not be reflected in the current pageview"
461
  msgstr ""
462
 
463
+ #: wppa-ajax.php:670
464
  msgid "Photo has been removed."
465
  msgstr ""
466
 
467
+ #: wppa-ajax.php:679
468
  msgid "Sorry, you can not rate your own photos"
469
  msgstr ""
470
 
471
+ #: wppa-ajax.php:691
472
  msgid "Please enter a comment."
473
  msgstr ""
474
 
475
+ #: wppa-ajax.php:716
476
  msgid "Security check failure."
477
  msgstr ""
478
 
479
+ #: wppa-ajax.php:728 wppa-ajax.php:744
480
  msgid "Photo rated"
481
  msgstr ""
482
 
483
+ #: wppa-ajax.php:847
484
  msgid ""
485
  "Please explain your vote in a comment.\n"
486
  "Your vote will be discarded if you don't.\n"
490
  "your vote became effective."
491
  msgstr ""
492
 
493
+ #: wppa-ajax.php:891
494
  msgid "You do not have the rights to delete a photo"
495
  msgstr ""
496
 
497
+ #: wppa-ajax.php:901
498
  #, php-format
499
  msgid "Photo %s has been deleted"
500
  msgstr ""
501
 
502
+ #: wppa-ajax.php:917
503
  msgid "You do not have the rights to update album information"
504
  msgstr ""
505
 
506
+ #: wppa-ajax.php:929
507
  msgid "<b>Ratings cleared</b>"
508
  msgstr ""
509
 
510
+ #: wppa-ajax.php:929 wppa-ajax.php:935 wppa-photo-admin-autosave.php:318
511
  msgid "No ratings for this photo."
512
  msgstr ""
513
 
514
+ #: wppa-ajax.php:932
515
  msgid "An error occurred while clearing ratings"
516
  msgstr ""
517
 
518
+ #: wppa-ajax.php:935 wppa-ajax.php:956 wppa-ajax.php:978
519
  msgid "<b>No photos in this album</b>"
520
  msgstr ""
521
 
522
+ #: wppa-ajax.php:950
523
  msgid "<b>Tags set to defaults</b> (reload)"
524
  msgstr ""
525
 
526
+ #: wppa-ajax.php:953
527
  msgid "An error occurred while setting tags"
528
  msgstr ""
529
 
530
+ #: wppa-ajax.php:972
531
  msgid "<b>Tags added width defaults</b> (reload)"
532
  msgstr ""
533
 
534
+ #: wppa-ajax.php:975
535
  msgid "An error occurred while adding tags"
536
  msgstr ""
537
 
538
+ #: wppa-ajax.php:1001
539
  msgid "No subalbums found to process"
540
  msgstr ""
541
 
542
+ #: wppa-ajax.php:1006
543
  msgid "No categories found to process"
544
  msgstr ""
545
 
546
+ #: wppa-ajax.php:1010
547
  #, php-format
548
  msgid "%d album updated"
549
  msgid_plural "%d albums updated"
550
  msgstr[0] ""
551
  msgstr[1] ""
552
 
553
+ #: wppa-ajax.php:1017
554
  #, php-format
555
  msgid "Album name may not be empty.<br />Reset to <b>%s</b>"
556
  msgstr ""
557
 
558
+ #: wppa-ajax.php:1019 wppa-ajax.php:1433 wppa-album-admin-autosave.php:356
559
  #: wppa-album-admin-autosave.php:413 wppa-album-admin-autosave.php:1067
560
  #: wppa-album-admin-autosave.php:1204 wppa-album-admin-autosave.php:1376
561
  #: wppa-album-admin-autosave.php:1471 wppa-boxes-html.php:409
562
  #: wppa-boxes-html.php:523 wppa-photo-admin-autosave.php:1363
563
  #: wppa-photo-admin-autosave.php:1482 wppa-photo-admin-autosave.php:1879
564
+ #: wppa-settings-autosave.php:507 wppa-settings-autosave.php:669
565
+ #: wppa-settings-autosave.php:691 wppa-settings-autosave.php:1429
566
+ #: wppa-settings-autosave.php:1450 wppa-settings-autosave.php:2967
567
+ #: wppa-settings-autosave.php:2988 wppa-settings-autosave.php:3312
568
+ #: wppa-settings-autosave.php:3336 wppa-settings-autosave.php:3861
569
+ #: wppa-settings-autosave.php:3975 wppa-settings-autosave.php:4613
570
+ #: wppa-settings-autosave.php:4634 wppa-settings-autosave.php:4810
571
+ #: wppa-settings-autosave.php:4834 wppa-settings-autosave.php:5883
572
+ #: wppa-settings-autosave.php:6293 wppa-settings-autosave.php:6543
573
+ #: wppa-settings-autosave.php:6565 wppa-settings-autosave.php:7228
574
+ #: wppa-settings-autosave.php:7252 wppa-settings-autosave.php:8333
575
+ #: wppa-settings-autosave.php:8974 wppa-settings-autosave.php:9130
576
  #: wppa-thumbnail-widget.php:202 wppa-upload.php:166
577
  msgid "Name"
578
  msgstr ""
579
 
580
+ #: wppa-ajax.php:1022 wppa-ajax.php:1436 wppa-album-admin-autosave.php:1077
581
  #: wppa-album-admin-autosave.php:1214 wppa-album-admin-autosave.php:1386
582
  #: wppa-album-admin-autosave.php:1481 wppa-photo-admin-autosave.php:1364
583
  #: wppa-photo-admin-autosave.php:1483 wppa-photo-admin-autosave.php:1880
584
+ #: wppa-settings-autosave.php:508 wppa-settings-autosave.php:670
585
+ #: wppa-settings-autosave.php:692 wppa-settings-autosave.php:1430
586
+ #: wppa-settings-autosave.php:1451 wppa-settings-autosave.php:2968
587
+ #: wppa-settings-autosave.php:2989 wppa-settings-autosave.php:3313
588
+ #: wppa-settings-autosave.php:3337 wppa-settings-autosave.php:4614
589
+ #: wppa-settings-autosave.php:4635 wppa-settings-autosave.php:4811
590
+ #: wppa-settings-autosave.php:4835 wppa-settings-autosave.php:5884
591
+ #: wppa-settings-autosave.php:6294 wppa-settings-autosave.php:6544
592
+ #: wppa-settings-autosave.php:6566 wppa-settings-autosave.php:7229
593
+ #: wppa-settings-autosave.php:7253 wppa-settings-autosave.php:8975
594
+ #: wppa-settings-autosave.php:8997 wppa-settings-autosave.php:9037
595
+ #: wppa-settings-autosave.php:9059 wppa-settings-autosave.php:9105
596
+ #: wppa-settings-autosave.php:9131 wppa-widget-admin.php:256
597
  msgid "Description"
598
  msgstr ""
599
 
600
+ #: wppa-ajax.php:1026
601
  msgid "Unbalanced tags in album description!"
602
  msgstr ""
603
 
604
+ #: wppa-ajax.php:1033
605
  msgid "Album order #"
606
  msgstr ""
607
 
608
+ #: wppa-ajax.php:1036
609
  msgid "Cover photo"
610
  msgstr ""
611
 
612
+ #: wppa-ajax.php:1039
613
  msgid "Parent album"
614
  msgstr ""
615
 
616
+ #: wppa-ajax.php:1044 wppa-settings-autosave.php:3855
617
  msgid "Photo order"
618
  msgstr ""
619
 
620
+ #: wppa-ajax.php:1047
621
  msgid "Use Alt thumbsize"
622
  msgstr ""
623
 
624
+ #: wppa-ajax.php:1050
625
  msgid "Cover Type"
626
  msgstr ""
627
 
628
+ #: wppa-ajax.php:1053 wppa-settings-autosave.php:4836
629
+ #: wppa-settings-autosave.php:5885
630
  msgid "Link type"
631
  msgstr ""
632
 
633
+ #: wppa-ajax.php:1056 wppa-album-covers.php:1299
634
  msgid "Link to"
635
  msgstr "Enllaç a"
636
 
637
+ #: wppa-ajax.php:1059 wppa-ajax.php:1457 wppa-album-admin-autosave.php:1088
638
  #: wppa-album-admin-autosave.php:1225 wppa-album-admin-autosave.php:1397
639
  #: wppa-album-admin-autosave.php:1492 wppa-boxes-html.php:531
640
  #: wppa-photo-admin-autosave.php:1366 wppa-photo-admin-autosave.php:1485
642
  msgid "Owner"
643
  msgstr ""
644
 
645
+ #: wppa-ajax.php:1061
646
  #, php-format
647
  msgid "User %s does not exist"
648
  msgstr ""
649
 
650
+ #: wppa-ajax.php:1066 wppa-ajax.php:1072
651
  msgid "Upload limit count"
652
  msgstr ""
653
 
654
+ #: wppa-ajax.php:1079
655
  msgid "Upload limit time"
656
  msgstr ""
657
 
658
+ #: wppa-ajax.php:1083
659
  msgid "Default tags"
660
  msgstr ""
661
 
662
+ #: wppa-ajax.php:1088
663
  msgid "Categories"
664
  msgstr ""
665
 
666
+ #: wppa-ajax.php:1091
667
  msgid "Sub albums sort order"
668
  msgstr ""
669
 
670
+ #: wppa-ajax.php:1099 wppa-ajax.php:1527
671
  msgid "Schedule date/time"
672
  msgstr ""
673
 
674
+ #: wppa-ajax.php:1112 wppa-ajax.php:1138
675
  #, php-format
676
  msgid "<b>%s</b> of album %s updated"
677
  msgstr ""
678
 
679
+ #: wppa-ajax.php:1120
680
  msgid "All photos set to scheduled per date"
681
  msgstr ""
682
 
683
+ #: wppa-ajax.php:1147
684
  #, php-format
685
  msgid "An error occurred while trying to update <b>%s</b> of album %s"
686
  msgstr ""
687
 
688
+ #: wppa-ajax.php:1148 wppa-ajax.php:1411 wppa-ajax.php:1517
689
  msgid "Press CTRL+F5 and try again."
690
  msgstr ""
691
 
692
+ #: wppa-ajax.php:1162
693
  msgid "You do not have the rights to update comment status"
694
  msgstr ""
695
 
696
+ #: wppa-ajax.php:1179
697
  #, php-format
698
  msgid "Status of comment #%s updated"
699
  msgstr ""
700
 
701
+ #: wppa-ajax.php:1182
702
  #, php-format
703
  msgid "Error updating status comment #%s"
704
  msgstr ""
705
 
706
+ #: wppa-ajax.php:1193
707
  msgid "You do not have the rights to change photos"
708
  msgstr ""
709
 
710
+ #: wppa-ajax.php:1202
711
  msgid "Watermark applied"
712
  msgstr ""
713
 
714
+ #: wppa-ajax.php:1206
715
  msgid "An error occured while trying to apply a watermark"
716
  msgstr ""
717
 
718
+ #: wppa-ajax.php:1225
719
  msgid "You do not have the rights to update photo information"
720
  msgstr ""
721
 
722
+ #: wppa-ajax.php:1231
723
  #, php-format
724
  msgid "%s updated to %s."
725
  msgstr ""
726
 
727
+ #: wppa-ajax.php:1281
728
  #, php-format
729
  msgid "Format error %s. Must be yyyy:mm:dd hh:mm:ss"
730
  msgstr ""
731
 
732
+ #: wppa-ajax.php:1285
733
  msgid "Exif date/time updated"
734
  msgstr ""
735
 
736
+ #: wppa-ajax.php:1291
737
  msgid "Enter a value > -90 and < 90"
738
  msgstr ""
739
 
740
+ #: wppa-ajax.php:1299
741
  msgid "Lattitude updated"
742
  msgstr ""
743
 
744
+ #: wppa-ajax.php:1301
745
  msgid "Could not update lattitude"
746
  msgstr ""
747
 
748
+ #: wppa-ajax.php:1307
749
  msgid "Enter a value > -180 and < 180"
750
  msgstr ""
751
 
752
+ #: wppa-ajax.php:1315