NextGEN Gallery – WordPress Gallery Plugin - Version 0.73

Version Description

Download this release

Release Info

Developer alexrabe
Plugin Icon 128x128 NextGEN Gallery – WordPress Gallery Plugin
Version 0.73
Comparing to
See all releases

Code changes from version 0.71 to 0.73

admin/about.php CHANGED
@@ -12,6 +12,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
12
  <p><?php _e('This plugin is a team work of a virtual developer team around the world. Follow persons take part at the development till now :', 'nggallery') ;?></p>
13
  <ul>
14
  <li><a href="http://alexrabe.boelinger.com" target="_blank">Alex Rabe</a> <?php _e('(Lead developer)', 'nggallery') ;?></li>
 
15
  <li><a href="http://blog.arctic-media.de" target="_blank">Christian Arnold</a> <?php _e('(Core developer)', 'nggallery') ;?></li>
16
  <li><a href="http://mufuschnu.mu.funpic.de" target="_blank">Thomas Matzke</a> <?php _e('(Core developer)', 'nggallery') ;?></li>
17
  <li><a href="http://www.kev.hu" target="_blank">KeViN</a> <?php _e('(Sidebar Widget developer)', 'nggallery') ;?></li>
@@ -117,7 +118,17 @@ function ngg_list_support() {
117
  "Laki (Slovak Translation)" => "http://www.laki.sk/",
118
  "Thomas Bradley" => "http://www.tobeon.co.uk/wordpress/",
119
  "Frederic Deghetto" => "",
120
- "Christopher Weddell" => ""
 
 
 
 
 
 
 
 
 
 
121
  );
122
 
123
 
12
  <p><?php _e('This plugin is a team work of a virtual developer team around the world. Follow persons take part at the development till now :', 'nggallery') ;?></p>
13
  <ul>
14
  <li><a href="http://alexrabe.boelinger.com" target="_blank">Alex Rabe</a> <?php _e('(Lead developer)', 'nggallery') ;?></li>
15
+ <li><a href="http://li.deranter.com" target="_blank">Frederic De Ranter</a> <?php _e('(Core AJAX developer)', 'nggallery') ;?></li>
16
  <li><a href="http://blog.arctic-media.de" target="_blank">Christian Arnold</a> <?php _e('(Core developer)', 'nggallery') ;?></li>
17
  <li><a href="http://mufuschnu.mu.funpic.de" target="_blank">Thomas Matzke</a> <?php _e('(Core developer)', 'nggallery') ;?></li>
18
  <li><a href="http://www.kev.hu" target="_blank">KeViN</a> <?php _e('(Sidebar Widget developer)', 'nggallery') ;?></li>
118
  "Laki (Slovak Translation)" => "http://www.laki.sk/",
119
  "Thomas Bradley" => "http://www.tobeon.co.uk/wordpress/",
120
  "Frederic Deghetto" => "",
121
+ "Christopher Weddell" => "",
122
+ "Martin Scholz" => "",
123
+ "Non Eric" => "http://www.lunatec.de/",
124
+ "Rowan Crane (WPMU support)" => "http://blog.rowancrane.com/",
125
+ "Ronen Hirsch" => "http://www.stillcreation.com/",
126
+ "Kuba Zwolinski (Polish Translation)" => "http://kubazwolinski.com/",
127
+ "Rina Jiang (Chinese Translation)" => "http://http://mysticecho.net/",
128
+ "Michael Erhart" => "",
129
+ "Luc Saint-Elie" => "http://luc.saint-elie.com/",
130
+ "Matthew Barker" => "",
131
+ "Anthony (Chinese Translation)" => "http://www.angryouth.com/"
132
  );
133
 
134
 
admin/addgallery.php CHANGED
@@ -9,6 +9,9 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
9
 
10
  global $wpdb;
11
  $ngg_options = get_option('ngg_options');
 
 
 
12
 
13
  $defaultpath = $ngg_options['gallerypath'];
14
 
@@ -83,7 +86,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
83
  <!-- create gallery -->
84
  <div id="addgallery">
85
  <h2><?php _e('Add new gallery', 'nggallery') ;?></h2>
86
- <form name="addgallery" id="addgallery" method="POST" action="<?php echo htmlspecialchars($_SERVER['REQUEST_URI']); ?>" accept-charset="utf-8" >
87
  <?php wp_nonce_field('ngg_addgallery') ?>
88
  <fieldset class="options">
89
  <table class="optiontable">
@@ -101,7 +104,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
101
  <!-- zip-file operation -->
102
  <div id="zipupload">
103
  <h2><?php _e('Upload a Zip-File', 'nggallery') ;?></h2>
104
- <form name="zipupload" id="zipupload" method="POST" enctype="multipart/form-data" action="<?php echo htmlspecialchars($_SERVER['REQUEST_URI']).'#zipupload'; ?>" accept-charset="utf-8" >
105
  <?php wp_nonce_field('ngg_addgallery') ?>
106
  <fieldset class="options">
107
  <table class="optiontable">
@@ -133,7 +136,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
133
  <!-- import folder -->
134
  <div id="importfolder">
135
  <h2><?php _e('Import image folder', 'nggallery') ;?></h2>
136
- <form name="importfolder" id="importfolder" method="POST" action="<?php echo htmlspecialchars($_SERVER['REQUEST_URI']).'#importfolder'; ?>" accept-charset="utf-8" >
137
  <?php wp_nonce_field('ngg_addgallery') ?>
138
  <fieldset class="options">
139
  <table class="optiontable">
@@ -151,7 +154,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
151
  <!-- upload images -->
152
  <div id="uploadimage">
153
  <h2><?php _e('Upload Images', 'nggallery') ;?></h2>
154
- <form name="uploadimage" id="uploadimage" method="POST" enctype="multipart/form-data" action="<?php echo htmlspecialchars($_SERVER['REQUEST_URI']).'#uploadimage'; ?>" accept-charset="utf-8" >
155
  <?php wp_nonce_field('ngg_addgallery') ?>
156
  <fieldset class="options">
157
  <table class="optiontable">
@@ -463,15 +466,19 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
463
  // thx to Gregor at http://blog.scoutpress.de/forum/topic/45
464
 
465
  require_once(NGGALLERY_ABSPATH.'/lib/pclzip.lib.php');
466
-
467
  $archive = new PclZip($file);
468
-
469
  // extract all files in one folder
470
  if ($archive->extract(PCLZIP_OPT_PATH, $dir, PCLZIP_OPT_REMOVE_ALL_PATH, PCLZIP_CB_PRE_EXTRACT, 'ngg_getonlyimages') == 0) {
471
- die("Error : ".$archive->errorInfo(true));
 
 
 
 
472
  }
473
-
474
- return;
475
  }
476
 
477
  // **************************************************************
@@ -527,15 +534,18 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
527
  }
528
 
529
  // unzip and del temp file
530
- ngg_unzip($newfolder, $temp_zipfile);
531
  @unlink($temp_zipfile) or die ('<div class="updated"><p><strong>'.__('Unable to unlink zip file ', 'nggallery').$temp_zipfile.'!</strong></p></div>');
 
 
 
532
 
533
- $messagetext = __('Zip-File successfully unpacked','nggallery').'<br />';
 
 
 
 
534
 
535
- // parse now the folder and add to database
536
- $messagetext .= ngg_import_gallery($defaultpath.$foldername);
537
-
538
- nggallery::show_message($messagetext);
539
  return;
540
  }
541
 
9
 
10
  global $wpdb;
11
  $ngg_options = get_option('ngg_options');
12
+
13
+ // same as $_SERVER['REQUEST_URI'], but should work under IIS 6.0
14
+ $filepath = get_option('siteurl'). '/wp-admin/admin.php?page='.$_GET['page'];
15
 
16
  $defaultpath = $ngg_options['gallerypath'];
17
 
86
  <!-- create gallery -->
87
  <div id="addgallery">
88
  <h2><?php _e('Add new gallery', 'nggallery') ;?></h2>
89
+ <form name="addgallery" id="addgallery" method="POST" action="<?php echo $filepath; ?>" accept-charset="utf-8" >
90
  <?php wp_nonce_field('ngg_addgallery') ?>
91
  <fieldset class="options">
92
  <table class="optiontable">
104
  <!-- zip-file operation -->
105
  <div id="zipupload">
106
  <h2><?php _e('Upload a Zip-File', 'nggallery') ;?></h2>
107
+ <form name="zipupload" id="zipupload" method="POST" enctype="multipart/form-data" action="<?php echo $filepath.'#zipupload'; ?>" accept-charset="utf-8" >
108
  <?php wp_nonce_field('ngg_addgallery') ?>
109
  <fieldset class="options">
110
  <table class="optiontable">
136
  <!-- import folder -->
137
  <div id="importfolder">
138
  <h2><?php _e('Import image folder', 'nggallery') ;?></h2>
139
+ <form name="importfolder" id="importfolder" method="POST" action="<?php echo $filepath.'#importfolder'; ?>" accept-charset="utf-8" >
140
  <?php wp_nonce_field('ngg_addgallery') ?>
141
  <fieldset class="options">
142
  <table class="optiontable">
154
  <!-- upload images -->
155
  <div id="uploadimage">
156
  <h2><?php _e('Upload Images', 'nggallery') ;?></h2>
157
+ <form name="uploadimage" id="uploadimage" method="POST" enctype="multipart/form-data" action="<?php echo $filepath.'#uploadimage'; ?>" accept-charset="utf-8" >
158
  <?php wp_nonce_field('ngg_addgallery') ?>
159
  <fieldset class="options">
160
  <table class="optiontable">
466
  // thx to Gregor at http://blog.scoutpress.de/forum/topic/45
467
 
468
  require_once(NGGALLERY_ABSPATH.'/lib/pclzip.lib.php');
469
+
470
  $archive = new PclZip($file);
471
+
472
  // extract all files in one folder
473
  if ($archive->extract(PCLZIP_OPT_PATH, $dir, PCLZIP_OPT_REMOVE_ALL_PATH, PCLZIP_CB_PRE_EXTRACT, 'ngg_getonlyimages') == 0) {
474
+ if ($archive->error_code == -22)
475
+ nggallery::show_error(__('The Zip-file is too large. Exceed Memory limit !','nggallery'));
476
+ else
477
+ nggallery::show_error("Error : ".$archive->errorInfo(true));
478
+ return false;
479
  }
480
+
481
+ return true;
482
  }
483
 
484
  // **************************************************************
534
  }
535
 
536
  // unzip and del temp file
537
+ $result = ngg_unzip($newfolder, $temp_zipfile);
538
  @unlink($temp_zipfile) or die ('<div class="updated"><p><strong>'.__('Unable to unlink zip file ', 'nggallery').$temp_zipfile.'!</strong></p></div>');
539
+
540
+ if ($result) {
541
+ $messagetext = __('Zip-File successfully unpacked','nggallery').'<br />';
542
 
543
+ // parse now the folder and add to database
544
+ $messagetext .= ngg_import_gallery($defaultpath.$foldername);
545
+
546
+ nggallery::show_message($messagetext);
547
+ }
548
 
 
 
 
 
549
  return;
550
  }
551
 
admin/admin.php CHANGED
@@ -27,10 +27,10 @@ function ngg_add_admin_js() {
27
  wp_enqueue_script('interface', NGGALLERY_URLPATH .'admin/js/interface.js', array('jquery'), '1.2');
28
  break;
29
  case "nggallery-options" :
30
- wp_enqueue_script('tabs', NGGALLERY_URLPATH .'admin/js/jquery.tabs.pack.js', array('jquery'), '2.7');
31
  break;
32
  case "nggallery-add-gallery" :
33
- wp_enqueue_script('tabs', NGGALLERY_URLPATH .'admin/js/jquery.tabs.pack.js', array('jquery'), '2.7');
34
  wp_enqueue_script('mutlifile', NGGALLERY_URLPATH .'admin/js/jquery.MultiFile.js', array('jquery'), '1.1.1');
35
  break;
36
  }
27
  wp_enqueue_script('interface', NGGALLERY_URLPATH .'admin/js/interface.js', array('jquery'), '1.2');
28
  break;
29
  case "nggallery-options" :
30
+ wp_enqueue_script('tabs', NGGALLERY_URLPATH .'admin/js/jquery.tabs.pack.js', array('jquery'), '2.7.4');
31
  break;
32
  case "nggallery-add-gallery" :
33
+ wp_enqueue_script('tabs', NGGALLERY_URLPATH .'admin/js/jquery.tabs.pack.js', array('jquery'), '2.7.4');
34
  wp_enqueue_script('mutlifile', NGGALLERY_URLPATH .'admin/js/jquery.MultiFile.js', array('jquery'), '1.1.1');
35
  break;
36
  }
admin/album.php CHANGED
@@ -86,8 +86,9 @@ jQuery(document).ready(
86
  }
87
  );
88
  // Auto Minimize if more than 4 (whole site, no differentiation)
89
- if(jQuery('a').length > 4)
90
  {
 
91
  jQuery('div.itemContent:visible').hide();
92
  }
93
  }
86
  }
87
  );
88
  // Auto Minimize if more than 4 (whole site, no differentiation)
89
+ if(jQuery('a.min').length > 4)
90
  {
91
+ jQuery('a.min').html('[+]');
92
  jQuery('div.itemContent:visible').hide();
93
  }
94
  }
admin/js/jquery.tabs.js CHANGED
@@ -1,6 +1,6 @@
1
  /**
2
  * Tabs - jQuery plugin for accessible, unobtrusive tabs
3
- * @requires jQuery v1.0.3
4
  *
5
  * http://stilbuero.de/tabs/
6
  *
@@ -9,7 +9,7 @@
9
  * http://www.opensource.org/licenses/mit-license.php
10
  * http://www.gnu.org/licenses/gpl.html
11
  *
12
- * Version: 2.7
13
  */
14
 
15
  (function($) { // block scope
@@ -82,6 +82,9 @@ $.extend({
82
  * default value becomes true. @see $.ajaxHistory.initialize
83
  * @option Boolean remote Boolean flag indicating that tab content has to be loaded remotely from
84
  * the url given in the href attribute of the tab menu anchor elements.
 
 
 
85
  * @option String hashPrefix A String that is used for constructing the hash the link's href attribute
86
  * of a remote tab gets altered to, such as "#remote-1".
87
  * Default value: "remote-tab-".
@@ -173,6 +176,7 @@ $.fn.tabs = function(initial, settings) {
173
  disabled: null,
174
  bookmarkable: $.ajaxHistory ? true : false,
175
  remote: false,
 
176
  hashPrefix: 'remote-tab-',
177
  fxFade: null,
178
  fxSlide: null,
@@ -194,7 +198,7 @@ $.fn.tabs = function(initial, settings) {
194
  tabStruct: 'div'
195
  }, settings || {});
196
 
197
- $.browser.msie6 = $.browser.msie6 || $.browser.msie && typeof XMLHttpRequest == 'function';
198
 
199
  // helper to prevent scroll to fragment
200
  function unFocus() {
@@ -214,14 +218,28 @@ $.fn.tabs = function(initial, settings) {
214
 
215
  // prepare remote tabs
216
  if (settings.remote) {
217
- var remoteUrls = {};
218
  tabs.each(function() {
219
- $(this).html('<span>' + $(this).html() + '</span>');
220
- var id = settings.hashPrefix + (++$.tabs.remoteCount);
221
- var hash = '#' + id;
222
- remoteUrls[hash] = this.href;
223
  this.href = hash;
224
  $('<div id="' + id + '" class="' + settings.containerClass + '"></div>').appendTo(container);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
225
  });
226
  }
227
 
@@ -267,9 +285,9 @@ $.fn.tabs = function(initial, settings) {
267
 
268
  // highlight tab accordingly
269
  containers.filter(':eq(' + settings.initial + ')').show().end().not(':eq(' + settings.initial + ')').addClass(settings.hideClass);
270
- if (!settings.remote) {
271
- $('li', nav).removeClass(settings.selectedClass).eq(settings.initial).addClass(settings.selectedClass); // we need to remove classes eventually if hash takes precedence over class
272
- }
273
 
274
  // setup auto height
275
  if (settings.fxAutoHeight) {
@@ -337,13 +355,13 @@ $.fn.tabs = function(initial, settings) {
337
  showAnim = settings.fxShow;
338
  } else { // use some kind of animation to prevent browser scrolling to the tab
339
  showAnim['min-width'] = 0; // avoid opacity, causes flicker in Firefox
340
- showSpeed = settings.bookmarkable ? 50 : 1; // as little as 50 is sufficient
341
  }
342
  if (settings.fxHide) {
343
  hideAnim = settings.fxHide;
344
  } else { // use some kind of animation to prevent browser scrolling to the tab
345
  hideAnim['min-width'] = 0; // avoid opacity, causes flicker in Firefox
346
- hideSpeed = settings.bookmarkable ? 50 : 1; // as little as 50 is sufficient
347
  }
348
  }
349
 
@@ -394,7 +412,7 @@ $.fn.tabs = function(initial, settings) {
394
  // attach disable event, required for disabling a tab
395
  tabs.bind('disableTab', function() {
396
  var li = $(this).parents('li:eq(0)');
397
- if ($.browser.safari) { /* Fix opacity tab after disabling in Safari... */
398
  li.animate({ opacity: 0 }, 1, function() {
399
  li.css({opacity: ''});
400
  });
@@ -414,7 +432,7 @@ $.fn.tabs = function(initial, settings) {
414
  tabs.bind('enableTab', function() {
415
  var li = $(this).parents('li:eq(0)');
416
  li.removeClass(settings.disabledClass);
417
- if ($.browser.safari) { /* Fix disappearing tab after enabling in Safari... */
418
  li.animate({ opacity: 1 }, 1, function() {
419
  li.css({opacity: ''});
420
  });
@@ -427,9 +445,9 @@ $.fn.tabs = function(initial, settings) {
427
  var trueClick = e.clientX; // add to history only if true click occured, not a triggered click
428
  var clicked = this, li = $(this).parents('li:eq(0)'), toShow = $(this.hash), toHide = containers.filter(':visible');
429
 
430
- // if onClick returns false, the tab is already selected or disabled or animation is still running stop here
431
- if ((typeof onClick == 'function' && onClick(this, toShow[0], toHide[0]) == false && trueClick) ||
432
- container.locked || li.is('.' + settings.selectedClass) || li.is('.' + settings.disabledClass)) {
433
  this.blur();
434
  return false;
435
  }
@@ -448,6 +466,11 @@ $.fn.tabs = function(initial, settings) {
448
  }, 0);
449
  }
450
 
 
 
 
 
 
451
  // switch tab, animation prevents browser scrolling to the fragment
452
  function switchTab() {
453
  if (settings.bookmarkable && trueClick) { // add to history only if true click occured, not a triggered click
@@ -455,12 +478,15 @@ $.fn.tabs = function(initial, settings) {
455
  }
456
  toHide.animate(hideAnim, hideSpeed, function() { //
457
  $(clicked).parents('li:eq(0)').addClass(settings.selectedClass).siblings().removeClass(settings.selectedClass);
 
458
  if (typeof onHide == 'function') {
459
  onHide(clicked, toShow[0], toHide[0]);
460
  }
461
- toHide.addClass(settings.hideClass).css({display: '', overflow: '', height: '', opacity: ''}); // maintain flexible height and accessibility in print etc.
462
- toShow.removeClass(settings.hideClass).animate(showAnim, showSpeed, function() {
463
- toShow.css({overflow: '', height: '', opacity: ''}); // maintain flexible height and accessibility in print etc.
 
 
464
  if ($.browser.msie) {
465
  toHide[0].style.filter = '';
466
  toShow[0].style.filter = '';
@@ -468,7 +494,7 @@ $.fn.tabs = function(initial, settings) {
468
  if (typeof onShow == 'function') {
469
  onShow(clicked, toShow[0], toHide[0]);
470
  }
471
- container.locked = null;
472
  });
473
  });
474
  }
@@ -476,16 +502,7 @@ $.fn.tabs = function(initial, settings) {
476
  if (!settings.remote) {
477
  switchTab();
478
  } else {
479
- var $$ = $(this), span = $('span', this)[0], text = span.innerHTML;
480
- $$.addClass(settings.loadingClass);
481
- span.innerHTML = 'Loading&#8230;'; // CAUTION: html(...) crashes Safari with jQuery 1.1.2
482
- setTimeout(function() { // Timeout is again required in IE, "wait" for id being restored
483
- $(clicked.hash).load(remoteUrls[clicked.hash], function() {
484
- switchTab();
485
- span.innerHTML = text; // CAUTION: html(...) crashes Safari with jQuery 1.1.2
486
- $$.removeClass(settings.loadingClass);
487
- });
488
- }, 0);
489
  }
490
 
491
  } else {
@@ -505,11 +522,6 @@ $.fn.tabs = function(initial, settings) {
505
 
506
  });
507
 
508
- // trigger load of initial Ajax tab
509
- if (settings.remote) {
510
- tabs.eq(settings.initial).trigger('click').end();
511
- }
512
-
513
  // enable history support if bookmarking and history is turned on
514
  if (settings.bookmarkable) {
515
  $.ajaxHistory.initialize(function() {
@@ -602,4 +614,29 @@ for (var i = 0; i < tabEvents.length; i++) {
602
  })(tabEvents[i]);
603
  }
604
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
605
  })(jQuery);
1
  /**
2
  * Tabs - jQuery plugin for accessible, unobtrusive tabs
3
+ * @requires jQuery v1.1.1
4
  *
5
  * http://stilbuero.de/tabs/
6
  *
9
  * http://www.opensource.org/licenses/mit-license.php
10
  * http://www.gnu.org/licenses/gpl.html
11
  *
12
+ * Version: 2.7.4
13
  */
14
 
15
  (function($) { // block scope
82
  * default value becomes true. @see $.ajaxHistory.initialize
83
  * @option Boolean remote Boolean flag indicating that tab content has to be loaded remotely from
84
  * the url given in the href attribute of the tab menu anchor elements.
85
+ * @option String spinner The content of this string is shown in a tab while remote content is loading.
86
+ * Insert plain text as well as an img here. To turn off this notification
87
+ * pass an empty string or null. Default: "Loading&#8230;".
88
  * @option String hashPrefix A String that is used for constructing the hash the link's href attribute
89
  * of a remote tab gets altered to, such as "#remote-1".
90
  * Default value: "remote-tab-".
176
  disabled: null,
177
  bookmarkable: $.ajaxHistory ? true : false,
178
  remote: false,
179
+ spinner: 'Loading&#8230;',
180
  hashPrefix: 'remote-tab-',
181
  fxFade: null,
182
  fxSlide: null,
198
  tabStruct: 'div'
199
  }, settings || {});
200
 
201
+ $.browser.msie6 = $.browser.msie && ($.browser.version && $.browser.version < 7 || /MSIE 6.0/.test(navigator.userAgent)); // do not check for 6.0 alone, userAgent in Windows Vista has "Windows NT 6.0"
202
 
203
  // helper to prevent scroll to fragment
204
  function unFocus() {
218
 
219
  // prepare remote tabs
220
  if (settings.remote) {
 
221
  tabs.each(function() {
222
+ var id = settings.hashPrefix + (++$.tabs.remoteCount), hash = '#' + id, url = this.href;
 
 
 
223
  this.href = hash;
224
  $('<div id="' + id + '" class="' + settings.containerClass + '"></div>').appendTo(container);
225
+
226
+ $(this).bind('loadRemoteTab', function(e, callback) {
227
+ var $$ = $(this).addClass(settings.loadingClass), span = $('span', this)[0], tabTitle = span.innerHTML;
228
+ if (settings.spinner) {
229
+ // TODO if spinner is image
230
+ span.innerHTML = '<em>' + settings.spinner + '</em>'; // WARNING: html(...) crashes Safari with jQuery 1.1.2
231
+ }
232
+ setTimeout(function() { // Timeout is again required in IE, "wait" for id being restored
233
+ $(hash).load(url, function() {
234
+ if (settings.spinner) {
235
+ span.innerHTML = tabTitle; // WARNING: html(...) crashes Safari with jQuery 1.1.2
236
+ }
237
+ $$.removeClass(settings.loadingClass);
238
+ callback && callback();
239
+ });
240
+ }, 0);
241
+ });
242
+
243
  });
244
  }
245
 
285
 
286
  // highlight tab accordingly
287
  containers.filter(':eq(' + settings.initial + ')').show().end().not(':eq(' + settings.initial + ')').addClass(settings.hideClass);
288
+ $('li', nav).removeClass(settings.selectedClass).eq(settings.initial).addClass(settings.selectedClass); // we need to remove classes eventually if hash takes precedence over class
289
+ // trigger load of initial tab
290
+ tabs.eq(settings.initial).trigger('loadRemoteTab').end();
291
 
292
  // setup auto height
293
  if (settings.fxAutoHeight) {
355
  showAnim = settings.fxShow;
356
  } else { // use some kind of animation to prevent browser scrolling to the tab
357
  showAnim['min-width'] = 0; // avoid opacity, causes flicker in Firefox
358
+ showSpeed = 1; // as little as 1 is sufficient
359
  }
360
  if (settings.fxHide) {
361
  hideAnim = settings.fxHide;
362
  } else { // use some kind of animation to prevent browser scrolling to the tab
363
  hideAnim['min-width'] = 0; // avoid opacity, causes flicker in Firefox
364
+ hideSpeed = 1; // as little as 1 is sufficient
365
  }
366
  }
367
 
412
  // attach disable event, required for disabling a tab
413
  tabs.bind('disableTab', function() {
414
  var li = $(this).parents('li:eq(0)');
415
+ if ($.browser.safari) { /* fix opacity of tab after disabling in Safari... */
416
  li.animate({ opacity: 0 }, 1, function() {
417
  li.css({opacity: ''});
418
  });
432
  tabs.bind('enableTab', function() {
433
  var li = $(this).parents('li:eq(0)');
434
  li.removeClass(settings.disabledClass);
435
+ if ($.browser.safari) { /* fix disappearing tab after enabling in Safari... */
436
  li.animate({ opacity: 1 }, 1, function() {
437
  li.css({opacity: ''});
438
  });
445
  var trueClick = e.clientX; // add to history only if true click occured, not a triggered click
446
  var clicked = this, li = $(this).parents('li:eq(0)'), toShow = $(this.hash), toHide = containers.filter(':visible');
447
 
448
+ // if animation is still running, tab is selected or disabled or onClick callback returns false stop here
449
+ // check if onClick returns false last so that it is not executed for a disabled tab
450
+ if (container['locked'] || li.is('.' + settings.selectedClass) || li.is('.' + settings.disabledClass) || typeof onClick == 'function' && onClick(this, toShow[0], toHide[0]) === false) {
451
  this.blur();
452
  return false;
453
  }
466
  }, 0);
467
  }
468
 
469
+ var resetCSS = { display: '', overflow: '', height: '' };
470
+ if (!$.browser.msie) { // not in IE to prevent ClearType font issue
471
+ resetCSS['opacity'] = '';
472
+ }
473
+
474
  // switch tab, animation prevents browser scrolling to the fragment
475
  function switchTab() {
476
  if (settings.bookmarkable && trueClick) { // add to history only if true click occured, not a triggered click
478
  }
479
  toHide.animate(hideAnim, hideSpeed, function() { //
480
  $(clicked).parents('li:eq(0)').addClass(settings.selectedClass).siblings().removeClass(settings.selectedClass);
481
+ toHide.addClass(settings.hideClass).css(resetCSS); // maintain flexible height and accessibility in print etc.
482
  if (typeof onHide == 'function') {
483
  onHide(clicked, toShow[0], toHide[0]);
484
  }
485
+ if (!(settings.fxSlide || settings.fxFade || settings.fxShow)) {
486
+ toShow.css('display', 'block'); // prevent occasionally occuring flicker in Firefox cause by gap between showing and hiding the tab containers
487
+ }
488
+ toShow.animate(showAnim, showSpeed, function() {
489
+ toShow.removeClass(settings.hideClass).css(resetCSS); // maintain flexible height and accessibility in print etc.
490
  if ($.browser.msie) {
491
  toHide[0].style.filter = '';
492
  toShow[0].style.filter = '';
494
  if (typeof onShow == 'function') {
495
  onShow(clicked, toShow[0], toHide[0]);
496
  }
497
+ container['locked'] = null;
498
  });
499
  });
500
  }
502
  if (!settings.remote) {
503
  switchTab();
504
  } else {
505
+ $(clicked).trigger('loadRemoteTab', [switchTab]);
 
 
 
 
 
 
 
 
 
506
  }
507
 
508
  } else {
522
 
523
  });
524
 
 
 
 
 
 
525
  // enable history support if bookmarking and history is turned on
526
  if (settings.bookmarkable) {
527
  $.ajaxHistory.initialize(function() {
614
  })(tabEvents[i]);
615
  }
616
 
617
+ /**
618
+ * Get the position of the currently selected tab (no zero-based index).
619
+ *
620
+ * @example $('#container').activeTab();
621
+ * @desc Get the position of the currently selected tab of an interface
622
+ * contained in <div id="container">.
623
+ *
624
+ * @type Number
625
+ *
626
+ * @name activeTab
627
+ * @cat Plugins/Tabs
628
+ * @author Klaus Hartl/klaus.hartl@stilbuero.de
629
+ */
630
+
631
+ $.fn.activeTab = function() {
632
+ var selectedTabs = [];
633
+ this.each(function() {
634
+ var nav = $('ul.tabs-nav' , this);
635
+ nav = nav.size() && nav || $('>ul:eq(0)', this); //fallback to default structure
636
+ var lis = $('li', nav);
637
+ selectedTabs.push(lis.index( lis.filter('.tabs-selected')[0] ) + 1);
638
+ });
639
+ return selectedTabs[0];
640
+ };
641
+
642
  })(jQuery);
admin/js/jquery.tabs.pack.js CHANGED
@@ -1 +1,14 @@
1
- eval(function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('(5($){$.2c({8:{2q:0}});$.1Z.8=5(f,2){3(x f==\'2D\')2=f;2=$.2c({f:(f&&x f==\'2l\'&&f>0)?--f:0,H:m,p:$.11?21:G,C:G,24:\'C-t-\',1R:m,1K:m,1O:m,1P:m,1D:\'34\',2n:m,2o:m,2e:G,10:m,T:m,X:m,1j:\'8-c\',y:\'8-2E\',U:\'8-H\',R:\'8-d\',14:\'8-1N\',1p:\'8-2G\',26:\'J\'},2||{});$.g.1d=$.g.1d||$.g.I&&x 2H==\'5\';5 1G(){25(0,0)}u 6.Q(5(){4 d=6;4 c=$(\'1e.\'+2.1j,d);c=c.L()&&c||$(\'>1e:l(0)\',d);4 8=$(\'a\',c);3(2.C){4 1J={};8.Q(5(){$(6).1Y(\'<s>\'+$(6).1Y()+\'</s>\');4 q=2.24+(++$.8.2q);4 9=\'#\'+q;1J[9]=6.1C;6.1C=9;$(\'<J q="\'+q+\'" 2I="\'+2.R+\'"></J>\').2i(d)})}4 r=$(\'J.\'+2.R,d);r=r.L()&&r||$(\'>\'+2.26,d);c.z(\'.\'+2.1j)||c.v(2.1j);r.Q(5(){4 $$=$(6);$$.z(\'.\'+2.R)||$$.v(2.R)});4 1B=$(\'7\',c).2J($(\'7.\'+2.y,c)[0]);3(1B>=0){2.f=1B}3(S.9){8.Q(5(i){3(6.9==S.9){2.f=i;3(($.g.I||$.g.2K)&&!2.C){4 j=$(S.9);4 1a=j.V(\'q\');j.V(\'q\',\'\');17(5(){j.V(\'q\',1a)},2M)}1G();u G}})}3($.g.I){1G()}r.1b(\':l(\'+2.f+\')\').1L().1h().2N(\':l(\'+2.f+\')\').v(2.14);3(!2.C){$(\'7\',c).Y(2.y).l(2.f).v(2.y)}3(2.2e){4 1F=5(29){4 1x=$.2O(r.18(),5(W){4 h,1z=$(W);3(29){3($.g.1d){W.N.2P(\'2d\');W.N.o=\'\';W.1i=m}h=1z.A({\'1n-o\':\'\'}).o()}n{h=1z.o()}u h}).2Q(5(a,b){u b-a});3($.g.1d){r.Q(5(){6.1i=1x[0]+\'2f\';6.N.2R(\'2d\',\'6.N.o = 6.1i ? 6.1i : "2S"\')})}n{r.A({\'1n-o\':1x[0]+\'2f\'})}};1F();4 1f=d.2k;4 1H=d.13;4 1E=$(\'#8-2g-2h-L\').18(0)||$(\'<s q="8-2g-2h-L">M</s>\').A({2j:\'2T\',2U:\'2V\',2W:\'2X\'}).2i(D.1u).18(0);4 1l=1E.13;2Y(5(){4 1k=d.2k;4 1I=d.13;4 1m=1E.13;3(1I>1H||1k!=1f||1m!=1l){1F((1k>1f||1m<1l));1f=1k;1H=1I;1l=1m}},1y)}4 P={},K={},1A=2.2n||2.1D,1v=2.2o||2.1D;3(2.1K||2.1R){3(2.1K){P[\'o\']=\'1L\';K[\'o\']=\'1N\'}3(2.1R){P[\'w\']=\'1L\';K[\'w\']=\'1N\'}}n{3(2.1O){P=2.1O}n{P[\'1n-1S\']=0;1A=2.p?1y:1}3(2.1P){K=2.1P}n{K[\'1n-1S\']=0;1v=2.p?1y:1}}4 10=2.10,T=2.T,X=2.X;8.15(\'2p\',5(){4 7=$(6).Z(\'7:l(0)\');3(d.12||7.z(\'.\'+2.y)||7.z(\'.\'+2.U)){u G}4 9=6.9;3($.g.I){$(6).E(\'O\');3(2.p){$.11.1t(9);S.9=9.1s(\'#\',\'\')}}n 3($.g.1r){4 1W=$(\'<22 2r="\'+9+\'"><J><2s 2t="1X" 2u="h" /></J></22>\').18(0);1W.1X();$(6).E(\'O\');3(2.p){$.11.1t(9)}}n{3(2.p){S.9=9.1s(\'#\',\'\')}n{$(6).E(\'O\')}}});8.15(\'1o\',5(){4 7=$(6).Z(\'7:l(0)\');3($.g.1r){7.1c({w:0},1,5(){7.A({w:\'\'})})}7.v(2.U)});3(2.H&&2.H.1q){1V(4 i=0,k=2.H.1q;i<k;i++){8.l(--2.H[i]).E(\'1o\').1h()}};8.15(\'1U\',5(){4 7=$(6).Z(\'7:l(0)\');7.Y(2.U);3($.g.1r){7.1c({w:1},1,5(){7.A({w:\'\'})})}});8.15(\'O\',5(e){4 1g=e.2z;4 F=6,7=$(6).Z(\'7:l(0)\'),j=$(6.9),B=r.1b(\':2B\');3((x 10==\'5\'&&10(6,j[0],B[0])==G&&1g)||d.12||7.z(\'.\'+2.y)||7.z(\'.\'+2.U)){6.2a();u G}d[\'12\']=21;3(j.L()){3($.g.I&&2.p){4 1a=6.9.1s(\'#\',\'\');j.V(\'q\',\'\');17(5(){j.V(\'q\',1a)},0)}5 1M(){3(2.p&&1g){$.11.1t(F.9)}B.1c(K,1v,5(){$(F).Z(\'7:l(0)\').v(2.y).2F().Y(2.y);3(x T==\'5\'){T(F,j[0],B[0])}B.v(2.14).A({2j:\'\',2b:\'\',o:\'\',w:\'\'});j.Y(2.14).1c(P,1A,5(){j.A({2b:\'\',o:\'\',w:\'\'});3($.g.I){B[0].N.1b=\'\';j[0].N.1b=\'\'}3(x X==\'5\'){X(F,j[0],B[0])}d.12=m})})}3(!2.C){1M()}n{4 $$=$(6),s=$(\'s\',6)[0],1T=s.1Q;$$.v(2.1p);s.1Q=\'30&#32;\';17(5(){$(F.9).33(1J[F.9],5(){1M();s.1Q=1T;$$.Y(2.1p)})},0)}}n{2v(\'2w z 2x 2y d.\')}4 27=1w.2A||D.19&&D.19.20||D.1u.20||0;4 28=1w.2C||D.19&&D.19.23||D.1u.23||0;17(5(){1w.25(27,28)},0);6.2a();u 2.p&&!!1g});3(2.C){8.l(2.f).E(\'O\').1h()}3(2.p){$.11.2Z(5(){8.l(2.f).E(\'O\').1h()})}})};4 16=[\'2p\',\'1o\',\'1U\'];1V(4 i=0;i<16.1q;i++){$.1Z[16[i]]=(5(2m){u 5(t){u 6.Q(5(){4 c=$(\'1e.8-c\',6);c=c.L()&&c||$(\'>1e:l(0)\',6);4 a;3(!t||x t==\'2l\'){a=$(\'7 a\',c).l((t&&t>0&&t-1||0))}n 3(x t==\'2L\'){a=$(\'7 a[@1C$="#\'+t+\'"]\',c)}a.E(2m)})}})(16[i])}})(31);',62,191,'||settings|if|var|function|this|li|tabs|hash|||nav|container||initial|browser|||toShow||eq|null|else|height|bookmarkable|id|containers|span|tab|return|addClass|opacity|typeof|selectedClass|is|css|toHide|remote|document|trigger|clicked|false|disabled|msie|div|hideAnim|size||style|click|showAnim|each|containerClass|location|onHide|disabledClass|attr|el|onShow|removeClass|parents|onClick|ajaxHistory|locked|offsetHeight|hideClass|bind|tabEvents|setTimeout|get|documentElement|toShowId|filter|animate|msie6|ul|cachedWidth|trueClick|end|minHeight|navClass|currentWidth|cachedFontSize|currentFontSize|min|disableTab|loadingClass|length|safari|replace|update|body|hideSpeed|window|heights|50|jq|showSpeed|hasSelectedClass|href|fxSpeed|watchFontSize|_setAutoHeight|unFocus|cachedHeight|currentHeight|remoteUrls|fxSlide|show|switchTab|hide|fxShow|fxHide|innerHTML|fxFade|width|text|enableTab|for|tempForm|submit|html|fn|scrollLeft|true|form|scrollTop|hashPrefix|scrollTo|tabStruct|scrollX|scrollY|reset|blur|overflow|extend|behaviour|fxAutoHeight|px|watch|font|appendTo|display|offsetWidth|number|tabEvent|fxShowSpeed|fxHideSpeed|triggerTab|remoteCount|action|input|type|value|alert|There|no|such|clientX|pageXOffset|visible|pageYOffset|object|selected|siblings|loading|XMLHttpRequest|class|index|opera|string|500|not|map|removeExpression|sort|setExpression|1px|block|position|absolute|visibility|hidden|setInterval|initialize|Loading|jQuery|8230|load|normal'.split('|'),0,{}))
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Tabs - jQuery plugin for accessible, unobtrusive tabs
3
+ * @requires jQuery v1.1.1
4
+ *
5
+ * http://stilbuero.de/tabs/
6
+ *
7
+ * Copyright (c) 2006 Klaus Hartl (stilbuero.de)
8
+ * Dual licensed under the MIT and GPL licenses:
9
+ * http://www.opensource.org/licenses/mit-license.php
10
+ * http://www.gnu.org/licenses/gpl.html
11
+ *
12
+ * Version: 2.7.4
13
+ */
14
+ eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(4($){$.2l({z:{2k:0}});$.1P.z=4(x,w){3(O x==\'2Y\')w=x;w=$.2l({K:(x&&O x==\'1Z\'&&x>0)?--x:0,12:C,J:$.1f?2h:T,18:T,1r:\'2X&#2Q;\',21:\'18-2F-\',1m:C,1u:C,1l:C,1F:C,1x:\'2u\',2r:C,2p:C,2m:T,2i:C,1d:C,1c:C,1j:\'z-1M\',H:\'z-2b\',14:\'z-12\',16:\'z-26\',1q:\'z-1H\',1L:\'z-2L\',2j:\'10\'},w||{});$.8.1D=$.8.U&&($.8.1Y&&$.8.1Y<7||/2A 6.0/.2y(2x.2w));4 1w(){1V(0,0)}F 5.Y(4(){2 p=5;2 r=$(\'13.\'+w.1j,p);r=r.V()&&r||$(\'>13:9(0)\',p);2 j=$(\'a\',r);3(w.18){j.Y(4(){2 c=w.21+(++$.z.2k),B=\'#\'+c,2f=5.1O;5.1O=B;$(\'<10 S="\'+c+\'" 34="\'+w.16+\'"></10>\').2c(p);$(5).19(\'1B\',4(e,a){2 b=$(5).I(w.1L),X=$(\'X\',5)[0],27=X.1J;3(w.1r){X.1J=\'<24>\'+w.1r+\'</24>\'}1p(4(){$(B).2T(2f,4(){3(w.1r){X.1J=27}b.17(w.1L);a&&a()})},0)})})}2 n=$(\'10.\'+w.16,p);n=n.V()&&n||$(\'>\'+w.2j,p);r.P(\'.\'+w.1j)||r.I(w.1j);n.Y(4(){2 a=$(5);a.P(\'.\'+w.16)||a.I(w.16)});2 s=$(\'A\',r).20($(\'A.\'+w.H,r)[0]);3(s>=0){w.K=s}3(1e.B){j.Y(4(i){3(5.B==1e.B){w.K=i;3(($.8.U||$.8.2E)&&!w.18){2 a=$(1e.B);2 b=a.15(\'S\');a.15(\'S\',\'\');1p(4(){a.15(\'S\',b)},2D)}1w();F T}})}3($.8.U){1w()}n.1a(\':9(\'+w.K+\')\').1C().1n().2C(\':9(\'+w.K+\')\').I(w.1q);$(\'A\',r).17(w.H).9(w.K).I(w.H);j.9(w.K).N(\'1B\').1n();3(w.2m){2 l=4(d){2 c=$.2B(n.1t(),4(a){2 h,1A=$(a);3(d){3($.8.1D){a.Z.2z(\'1X\');a.Z.G=\'\';a.1k=C}h=1A.L({\'1h-G\':\'\'}).G()}E{h=1A.G()}F h}).2v(4(a,b){F b-a});3($.8.1D){n.Y(4(){5.1k=c[0]+\'1W\';5.Z.2t(\'1X\',\'5.Z.G = 5.1k ? 5.1k : "2s"\')})}E{n.L({\'1h-G\':c[0]+\'1W\'})}};l();2 q=p.1U;2 m=p.1v;2 v=$(\'#z-2q-2o-V\').1t(0)||$(\'<X S="z-2q-2o-V">M</X>\').L({1T:\'2n\',3a:\'39\',38:\'37\'}).2c(Q.1S).1t(0);2 o=v.1v;36(4(){2 b=p.1U;2 a=p.1v;2 c=v.1v;3(a>m||b!=q||c!=o){l((b>q||c<o));q=b;m=a;o=c}},35)}2 u={},11={},1R=w.2r||w.1x,1Q=w.2p||w.1x;3(w.1u||w.1m){3(w.1u){u[\'G\']=\'1C\';11[\'G\']=\'1H\'}3(w.1m){u[\'W\']=\'1C\';11[\'W\']=\'1H\'}}E{3(w.1l){u=w.1l}E{u[\'1h-2g\']=0;1R=1}3(w.1F){11=w.1F}E{11[\'1h-2g\']=0;1Q=1}}2 t=w.2i,1d=w.1d,1c=w.1c;j.19(\'2e\',4(){2 c=$(5).1g(\'A:9(0)\');3(p.1i||c.P(\'.\'+w.H)||c.P(\'.\'+w.14)){F T}2 a=5.B;3($.8.U){$(5).N(\'1b\');3(w.J){$.1f.1N(a);1e.B=a.1z(\'#\',\'\')}}E 3($.8.1y){2 b=$(\'<2d 33="\'+a+\'"><10><32 31="2a" 30="h" /></10></2d>\').1t(0);b.2a();$(5).N(\'1b\');3(w.J){$.1f.1N(a)}}E{3(w.J){1e.B=a.1z(\'#\',\'\')}E{$(5).N(\'1b\')}}});j.19(\'1E\',4(){2 a=$(5).1g(\'A:9(0)\');3($.8.1y){a.1o({W:0},1,4(){a.L({W:\'\'})})}a.I(w.14)});3(w.12&&w.12.1K){29(2 i=0,k=w.12.1K;i<k;i++){j.9(--w.12[i]).N(\'1E\').1n()}};j.19(\'28\',4(){2 a=$(5).1g(\'A:9(0)\');a.17(w.14);3($.8.1y){a.1o({W:1},1,4(){a.L({W:\'\'})})}});j.19(\'1b\',4(e){2 g=e.2Z;2 d=5,A=$(5).1g(\'A:9(0)\'),D=$(5.B),R=n.1a(\':2W\');3(p[\'1i\']||A.P(\'.\'+w.H)||A.P(\'.\'+w.14)||O t==\'4\'&&t(5,D[0],R[0])===T){5.25();F T}p[\'1i\']=2h;3(D.V()){3($.8.U&&w.J){2 c=5.B.1z(\'#\',\'\');D.15(\'S\',\'\');1p(4(){D.15(\'S\',c)},0)}2 f={1T:\'\',2V:\'\',G:\'\'};3(!$.8.U){f[\'W\']=\'\'}4 1I(){3(w.J&&g){$.1f.1N(d.B)}R.1o(11,1Q,4(){$(d).1g(\'A:9(0)\').I(w.H).2U().17(w.H);R.I(w.1q).L(f);3(O 1d==\'4\'){1d(d,D[0],R[0])}3(!(w.1u||w.1m||w.1l)){D.L(\'1T\',\'2n\')}D.1o(u,1R,4(){D.17(w.1q).L(f);3($.8.U){R[0].Z.1a=\'\';D[0].Z.1a=\'\'}3(O 1c==\'4\'){1c(d,D[0],R[0])}p[\'1i\']=C})})}3(!w.18){1I()}E{$(d).N(\'1B\',[1I])}}E{2S(\'2R P 2P 2O 26.\')}2 a=1G.2N||Q.1s&&Q.1s.23||Q.1S.23||0;2 b=1G.2M||Q.1s&&Q.1s.22||Q.1S.22||0;1p(4(){1G.1V(a,b)},0);5.25();F w.J&&!!g});3(w.J){$.1f.2K(4(){j.9(w.K).N(\'1b\').1n()})}})};2 y=[\'2e\',\'1E\',\'28\'];29(2 i=0;i<y.1K;i++){$.1P[y[i]]=(4(d){F 4(c){F 5.Y(4(){2 b=$(\'13.z-1M\',5);b=b.V()&&b||$(\'>13:9(0)\',5);2 a;3(!c||O c==\'1Z\'){a=$(\'A a\',b).9((c&&c>0&&c-1||0))}E 3(O c==\'2J\'){a=$(\'A a[@1O$="#\'+c+\'"]\',b)}a.N(d)})}})(y[i])}$.1P.2I=4(){2 c=[];5.Y(4(){2 a=$(\'13.z-1M\',5);a=a.V()&&a||$(\'>13:9(0)\',5);2 b=$(\'A\',a);c.2H(b.20(b.1a(\'.z-2b\')[0])+1)});F c[0]}})(2G);',62,197,'||var|if|function|this|||browser|eq||||||||||||||||||||||||||tabs|li|hash|null|toShow|else|return|height|selectedClass|addClass|bookmarkable|initial|css||trigger|typeof|is|document|toHide|id|false|msie|size|opacity|span|each|style|div|hideAnim|disabled|ul|disabledClass|attr|containerClass|removeClass|remote|bind|filter|click|onShow|onHide|location|ajaxHistory|parents|min|locked|navClass|minHeight|fxShow|fxFade|end|animate|setTimeout|hideClass|spinner|documentElement|get|fxSlide|offsetHeight|unFocus|fxSpeed|safari|replace|jq|loadRemoteTab|show|msie6|disableTab|fxHide|window|hide|switchTab|innerHTML|length|loadingClass|nav|update|href|fn|hideSpeed|showSpeed|body|display|offsetWidth|scrollTo|px|behaviour|version|number|index|hashPrefix|scrollTop|scrollLeft|em|blur|container|tabTitle|enableTab|for|submit|selected|appendTo|form|triggerTab|url|width|true|onClick|tabStruct|remoteCount|extend|fxAutoHeight|block|font|fxHideSpeed|watch|fxShowSpeed|1px|setExpression|normal|sort|userAgent|navigator|test|removeExpression|MSIE|map|not|500|opera|tab|jQuery|push|activeTab|string|initialize|loading|pageYOffset|pageXOffset|such|no|8230|There|alert|load|siblings|overflow|visible|Loading|object|clientX|value|type|input|action|class|50|setInterval|hidden|visibility|absolute|position'.split('|'),0,{}))
admin/manage.php CHANGED
@@ -569,7 +569,7 @@ if($picturelist) {
569
  <?php } ?>
570
  <?php if (!$showTags) { ?>
571
  <td><textarea name="description[<?php echo $pid ?>]" class="textarea1" cols="30" rows="3" ><?php echo stripslashes($picture->description) ?></textarea></td>
572
- <td><input name="alttext[<?php echo $pid ?>]" type="text" size="20" value="<?php echo $picture->alttext ?>" /></td>
573
  <td><input name="exclude[<?php echo $pid ?>]" type="checkbox" value="1" <?php echo $exclude ?> /></td>
574
  <?php } else {?>
575
  <td ><input name="tags[<?php echo $pid ?>]" type="text" style="width:95%" value="<?php echo $nggTags->get_tags_from_image($pid); ?>" /></td>
569
  <?php } ?>
570
  <?php if (!$showTags) { ?>
571
  <td><textarea name="description[<?php echo $pid ?>]" class="textarea1" cols="30" rows="3" ><?php echo stripslashes($picture->description) ?></textarea></td>
572
+ <td><input name="alttext[<?php echo $pid ?>]" type="text" size="20" value="<?php echo stripslashes($picture->alttext) ?>" /></td>
573
  <td><input name="exclude[<?php echo $pid ?>]" type="checkbox" value="1" <?php echo $exclude ?> /></td>
574
  <?php } else {?>
575
  <td ><input name="tags[<?php echo $pid ?>]" type="text" style="width:95%" value="<?php echo $nggTags->get_tags_from_image($pid); ?>" /></td>
admin/overview.php CHANGED
@@ -31,10 +31,11 @@ function nggallery_admin_overview() {
31
  ?>
32
  </p>
33
  <?php if ($nggCheck->startCheck()) { ?>
34
- <h3><font color="red"><?php _e('New Version available', 'nggallery') ?></font></h3>
35
- <p><?php _e('The server reports that a new NextGEN Gallery Version is now available. Please visit the plugin homepage for more information.', 'nggallery') ?></p>
 
36
  <?php } ?>
37
- <h3><?php _e('Server Settings', 'nggallery') ?></h3>
38
  <ul>
39
  <?php ngg_get_serverinfo(); ?>
40
  </ul>
@@ -219,6 +220,7 @@ if ( !class_exists( "CheckPlugin" ) ) {
219
  if ( ($check_intervall < time() ) or (empty($check_intervall)) ) {
220
  if (class_exists(snoopy)) {
221
  $client = new Snoopy();
 
222
  $client->_fp_timeout = 10;
223
  if (@$client->fetch($this->URL) === false) {
224
  return false;
31
  ?>
32
  </p>
33
  <?php if ($nggCheck->startCheck()) { ?>
34
+ <h3><font color="red"><?php _e('New Version available', 'nggallery') ?></font></h3>
35
+ <p><?php _e('The server reports that a new NextGEN Gallery Version is now available. Please visit the plugin homepage for more information.', 'nggallery') ?></p>
36
+ <p><a href="http://wordpress.org/extend/plugins/nextgen-gallery/download/" target="_blank"> <?php _e('Download here', 'nggallery') ?> </a></p>
37
  <?php } ?>
38
+ <h3><?php _e('Server Settings', 'nggallery') ?></h3>
39
  <ul>
40
  <?php ngg_get_serverinfo(); ?>
41
  </ul>
220
  if ( ($check_intervall < time() ) or (empty($check_intervall)) ) {
221
  if (class_exists(snoopy)) {
222
  $client = new Snoopy();
223
+ $client->agent = 'NextGEN Gallery Version Checker (+http://www.nextgen.boelinger.com/)';
224
  $client->_fp_timeout = 10;
225
  if (@$client->fetch($this->URL) === false) {
226
  return false;
admin/roles.php CHANGED
@@ -25,7 +25,7 @@ if ( isset($_POST['update_cap']) ) {
25
  <h2><?php _e('Roles / capabilities', 'nggallery') ;?></h2>
26
  <p><?php _e('Select the lowest role which should be able to access the follow capabilities. NextGEN Gallery supports the standard roles from WordPress.', 'nggallery') ?> <br />
27
  <?php _e('For a more flexible user management you can use the', 'nggallery') ?> <a href="http://www.im-web-gefunden.de/wordpress-plugins/role-manager/" target="_blank">Role Manager</a>.</p>
28
- <form name="addroles" id="addroles" method="POST" action="<?php echo htmlspecialchars($_SERVER['REQUEST_URI']); ?>" accept-charset="utf-8" >
29
  <?php wp_nonce_field('ngg_addroles') ?>
30
  <fieldset class="options">
31
  <table class="optiontable">
@@ -98,6 +98,7 @@ function ngg_set_capability($lowest_role, $capability){
98
  $the_role = get_role($role);
99
 
100
  // If you rename the roles, the please use the role manager plugin
 
101
  if ( empty($the_role) )
102
  continue;
103
 
25
  <h2><?php _e('Roles / capabilities', 'nggallery') ;?></h2>
26
  <p><?php _e('Select the lowest role which should be able to access the follow capabilities. NextGEN Gallery supports the standard roles from WordPress.', 'nggallery') ?> <br />
27
  <?php _e('For a more flexible user management you can use the', 'nggallery') ?> <a href="http://www.im-web-gefunden.de/wordpress-plugins/role-manager/" target="_blank">Role Manager</a>.</p>
28
+ <form name="addroles" id="addroles" method="POST" accept-charset="utf-8" >
29
  <?php wp_nonce_field('ngg_addroles') ?>
30
  <fieldset class="options">
31
  <table class="optiontable">
98
  $the_role = get_role($role);
99
 
100
  // If you rename the roles, the please use the role manager plugin
101
+
102
  if ( empty($the_role) )
103
  continue;
104
 
admin/settings.php CHANGED
@@ -7,6 +7,9 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
7
 
8
  // get the options
9
  $ngg_options=get_option('ngg_options');
 
 
 
10
 
11
  if ( isset($_POST['updateoption']) ) {
12
  check_admin_referer('ngg_settings');
@@ -59,6 +62,10 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
59
  effectcode = 'class="highslide" onclick="return hs.expand(this, { slideshowGroup: %GALLERY_NAME% })"';
60
  jQuery('#tbImage').hide("slow");
61
  break;
 
 
 
 
62
  default:
63
  break;
64
  }
@@ -140,7 +147,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
140
 
141
  <div id="thumbnails">
142
  <h2><?php _e('Thumbnail settings','nggallery'); ?></h2>
143
- <form name="thumbnailsettings" method="POST" action="<?php echo htmlspecialchars($_SERVER['REQUEST_URI']).'#thumbnails'; ?>" >
144
  <?php wp_nonce_field('ngg_settings') ?>
145
  <input type="hidden" name="page_options" value="thumbwidth,thumbheight,thumbfix,thumbcrop,thumbquality,thumbResampleMode" />
146
  <fieldset class="options">
@@ -180,7 +187,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
180
 
181
  <div id="images">
182
  <h2><?php _e('Image settings','nggallery'); ?></h2>
183
- <form name="imagesettings" method="POST" action="<?php echo htmlspecialchars($_SERVER['REQUEST_URI']).'#images'; ?>" >
184
  <?php wp_nonce_field('ngg_settings') ?>
185
  <input type="hidden" name="page_options" value="imgResize,imgWidth,imgHeight,imgQuality,imgResampleMode" />
186
  <fieldset class="options">
@@ -213,7 +220,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
213
 
214
  <div id="gallery">
215
  <h2><?php _e('Gallery settings','nggallery'); ?></h2>
216
- <form name="galleryform" method="POST" action="<?php echo htmlspecialchars($_SERVER['REQUEST_URI']).'#gallery'; ?>" >
217
  <?php wp_nonce_field('ngg_settings') ?>
218
  <input type="hidden" name="page_options" value="galUsejQuery,galNoPages,galImages,galShowSlide,galTextSlide,galTextGallery,galShowOrder,galShowDesc,galImgBrowser,galSort,galSortDir" />
219
  <fieldset class="options">
@@ -288,7 +295,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
288
 
289
  <div id="effects">
290
  <h2><?php _e('Effects','nggallery'); ?></h2>
291
- <form name="effectsform" method="POST" action="<?php echo htmlspecialchars($_SERVER['REQUEST_URI']).'#effects'; ?>" >
292
  <?php wp_nonce_field('ngg_settings') ?>
293
  <input type="hidden" name="page_options" value="thumbEffect,thumbCode,thickboxImage" />
294
  <p><?php _e('Here you can select the thumbnail effect, NextGEN Gallery will integrate the required HTML code in the images. Please note that only the Thickbox effect will automatic added to your theme.','nggallery'); ?>
@@ -303,6 +310,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
303
  <option value="thickbox" <?php selected('thickbox', $ngg_options[thumbEffect]); ?> ><?php _e('Thickbox', 'nggallery') ;?></option>
304
  <option value="lightbox" <?php selected('lightbox', $ngg_options[thumbEffect]); ?> ><?php _e('Lightbox', 'nggallery') ;?></option>
305
  <option value="highslide" <?php selected('highslide', $ngg_options[thumbEffect]); ?> ><?php _e('Highslide', 'nggallery') ;?></option>
 
306
  <option value="custom" <?php selected('custom', $ngg_options[thumbEffect]); ?> ><?php _e('Custom', 'nggallery') ;?></option>
307
  </select>
308
  </td>
@@ -341,7 +349,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
341
  <div id="watermark">
342
  <h2><?php _e('Watermark','nggallery'); ?></h2>
343
  <p><?php _e('Please note : You can only activate the watermark under -> Manage Gallery . This action cannot be undone.', 'nggallery') ?></p>
344
- <form name="watermarkform" method="POST" action="<?php echo htmlspecialchars($_SERVER['REQUEST_URI']).'#watermark'; ?>" >
345
  <?php wp_nonce_field('ngg_settings') ?>
346
  <input type="hidden" name="page_options" value="wmPos,wmXpos,wmYpos,wmType,wmPath,wmFont,wmSize,wmColor,wmText,wmOpaque" />
347
  <div id="zeitgeist">
@@ -442,7 +450,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
442
  <!-- Slideshow settings -->
443
 
444
  <div id="slideshow">
445
- <form name="player_options" method="POST" action="<?php echo htmlspecialchars($_SERVER['REQUEST_URI']).'#slideshow-slider'; ?>" >
446
  <?php wp_nonce_field('ngg_settings') ?>
447
  <input type="hidden" name="page_options" value="irWidth,irHeight,irShuffle,irLinkfromdisplay,irShownavigation,irShowicons,irWatermark,irOverstretch,irRotatetime,irTransition,irKenburns,irBackcolor,irFrontcolor,irLightcolor,irAudio,irXHTMLvalid" />
448
  <h2><?php _e('Slideshow','nggallery'); ?></h2>
@@ -503,6 +511,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
503
  <option value="bubbles" <?php selected('bubbles', $ngg_options[irTransition]); ?> ><?php _e('bubbles', 'nggallery') ;?></option>
504
  <option value="blocks" <?php selected('blocks', $ngg_options[irTransition]); ?> ><?php _e('blocks', 'nggallery') ;?></option>
505
  <option value="fluids" <?php selected('fluids', $ngg_options[irTransition]); ?> ><?php _e('fluids', 'nggallery') ;?></option>
 
506
  <option value="lines" <?php selected('lines', $ngg_options[irTransition]); ?> ><?php _e('lines', 'nggallery') ;?></option>
507
  <option value="random" <?php selected('random', $ngg_options[irTransition]); ?> ><?php _e('random', 'nggallery') ;?></option>
508
  </select>
7
 
8
  // get the options
9
  $ngg_options=get_option('ngg_options');
10
+
11
+ // same as $_SERVER['REQUEST_URI'], but should work under IIS 6.0
12
+ $filepath = get_option('siteurl'). '/wp-admin/admin.php?page='.$_GET['page'];
13
 
14
  if ( isset($_POST['updateoption']) ) {
15
  check_admin_referer('ngg_settings');
62
  effectcode = 'class="highslide" onclick="return hs.expand(this, { slideshowGroup: %GALLERY_NAME% })"';
63
  jQuery('#tbImage').hide("slow");
64
  break;
65
+ case "shutter":
66
+ effectcode = 'class="shutterset"';
67
+ jQuery('#tbImage').hide("slow");
68
+ break;
69
  default:
70
  break;
71
  }
147
 
148
  <div id="thumbnails">
149
  <h2><?php _e('Thumbnail settings','nggallery'); ?></h2>
150
+ <form name="thumbnailsettings" method="POST" action="<?php echo $filepath.'#thumbnails'; ?>" >
151
  <?php wp_nonce_field('ngg_settings') ?>
152
  <input type="hidden" name="page_options" value="thumbwidth,thumbheight,thumbfix,thumbcrop,thumbquality,thumbResampleMode" />
153
  <fieldset class="options">
187
 
188
  <div id="images">
189
  <h2><?php _e('Image settings','nggallery'); ?></h2>
190
+ <form name="imagesettings" method="POST" action="<?php echo $filepath.'#images'; ?>" >
191
  <?php wp_nonce_field('ngg_settings') ?>
192
  <input type="hidden" name="page_options" value="imgResize,imgWidth,imgHeight,imgQuality,imgResampleMode" />
193
  <fieldset class="options">
220
 
221
  <div id="gallery">
222
  <h2><?php _e('Gallery settings','nggallery'); ?></h2>
223
+ <form name="galleryform" method="POST" action="<?php echo $filepath.'#gallery'; ?>" >
224
  <?php wp_nonce_field('ngg_settings') ?>
225
  <input type="hidden" name="page_options" value="galUsejQuery,galNoPages,galImages,galShowSlide,galTextSlide,galTextGallery,galShowOrder,galShowDesc,galImgBrowser,galSort,galSortDir" />
226
  <fieldset class="options">
295
 
296
  <div id="effects">
297
  <h2><?php _e('Effects','nggallery'); ?></h2>
298
+ <form name="effectsform" method="POST" action="<?php echo $filepath.'#effects'; ?>" >
299
  <?php wp_nonce_field('ngg_settings') ?>
300
  <input type="hidden" name="page_options" value="thumbEffect,thumbCode,thickboxImage" />
301
  <p><?php _e('Here you can select the thumbnail effect, NextGEN Gallery will integrate the required HTML code in the images. Please note that only the Thickbox effect will automatic added to your theme.','nggallery'); ?>
310
  <option value="thickbox" <?php selected('thickbox', $ngg_options[thumbEffect]); ?> ><?php _e('Thickbox', 'nggallery') ;?></option>
311
  <option value="lightbox" <?php selected('lightbox', $ngg_options[thumbEffect]); ?> ><?php _e('Lightbox', 'nggallery') ;?></option>
312
  <option value="highslide" <?php selected('highslide', $ngg_options[thumbEffect]); ?> ><?php _e('Highslide', 'nggallery') ;?></option>
313
+ <option value="shutter" <?php selected('shutter', $ngg_options[thumbEffect]); ?> ><?php _e('Shutter', 'nggallery') ;?></option>
314
  <option value="custom" <?php selected('custom', $ngg_options[thumbEffect]); ?> ><?php _e('Custom', 'nggallery') ;?></option>
315
  </select>
316
  </td>
349
  <div id="watermark">
350
  <h2><?php _e('Watermark','nggallery'); ?></h2>
351
  <p><?php _e('Please note : You can only activate the watermark under -> Manage Gallery . This action cannot be undone.', 'nggallery') ?></p>
352
+ <form name="watermarkform" method="POST" action="<?php echo $filepath.'#watermark'; ?>" >
353
  <?php wp_nonce_field('ngg_settings') ?>
354
  <input type="hidden" name="page_options" value="wmPos,wmXpos,wmYpos,wmType,wmPath,wmFont,wmSize,wmColor,wmText,wmOpaque" />
355
  <div id="zeitgeist">
450
  <!-- Slideshow settings -->
451
 
452
  <div id="slideshow">
453
+ <form name="player_options" method="POST" action="<?php echo $filepath.'#slideshow'; ?>" >
454
  <?php wp_nonce_field('ngg_settings') ?>
455
  <input type="hidden" name="page_options" value="irWidth,irHeight,irShuffle,irLinkfromdisplay,irShownavigation,irShowicons,irWatermark,irOverstretch,irRotatetime,irTransition,irKenburns,irBackcolor,irFrontcolor,irLightcolor,irAudio,irXHTMLvalid" />
456
  <h2><?php _e('Slideshow','nggallery'); ?></h2>
511
  <option value="bubbles" <?php selected('bubbles', $ngg_options[irTransition]); ?> ><?php _e('bubbles', 'nggallery') ;?></option>
512
  <option value="blocks" <?php selected('blocks', $ngg_options[irTransition]); ?> ><?php _e('blocks', 'nggallery') ;?></option>
513
  <option value="fluids" <?php selected('fluids', $ngg_options[irTransition]); ?> ><?php _e('fluids', 'nggallery') ;?></option>
514
+ <option value="flash" <?php selected('flash', $ngg_options[irTransition]); ?> ><?php _e('flash', 'nggallery') ;?></option>
515
  <option value="lines" <?php selected('lines', $ngg_options[irTransition]); ?> ><?php _e('lines', 'nggallery') ;?></option>
516
  <option value="random" <?php selected('random', $ngg_options[irTransition]); ?> ><?php _e('random', 'nggallery') ;?></option>
517
  </select>
admin/style.php CHANGED
@@ -106,6 +106,7 @@ if(!empty($messagetext)) { echo '<!-- Last Action --><div id="message" class="up
106
  if (!$error) {
107
  ?>
108
  <form name="template" id="template" method="post">
 
109
  <div><textarea cols="70" rows="25" name="newcontent" id="newcontent" tabindex="1"><?php echo $content ?></textarea>
110
  <input type="hidden" name="updatecss" value="updatecss" />
111
  <input type="hidden" name="file" value="<?php echo $file_show ?>" />
106
  if (!$error) {
107
  ?>
108
  <form name="template" id="template" method="post">
109
+ <?php wp_nonce_field('ngg_style') ?>
110
  <div><textarea cols="70" rows="25" name="newcontent" id="newcontent" tabindex="1"><?php echo $content ?></textarea>
111
  <input type="hidden" name="updatecss" value="updatecss" />
112
  <input type="hidden" name="file" value="<?php echo $file_show ?>" />
changelog.txt CHANGED
@@ -1,6 +1,21 @@
1
  NextGEN Gallery
2
  by Alex Rabe & NextGEN DEV Team
3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  V0.71 - 07.09.2007
5
  - Added : Add defer="defer" to Slideshow to avoid IE crash (THX to Simbo)
6
  - Bugfix : Bugfix for slideshow to show all pictures
1
  NextGEN Gallery
2
  by Alex Rabe & NextGEN DEV Team
3
 
4
+ V0.73 - 20.10.2007
5
+ - Added : Support for Shutter Reloaded
6
+ - Update to jQuery Tabs 2.7.4
7
+ - Changed : Remove $_SERVER['REQUEST_URI'] for IIS compatibility
8
+ - Bugfix : Option Sildeshow didn't jump to overview
9
+
10
+ V0.72 - 13.09.2007
11
+ - Added : Missing overflow:hidden in ngg-album.css
12
+ - Added : New experimental stylesheet hovereffect.css
13
+ - Changed : Better check for memory limit in zip-files
14
+ - Bugfix : Missing stripslashes for alttext (THX to Lawrence)
15
+ - Bugfix : Navigation didn't highlight page 1 (THX to Brot)
16
+ - Bugfix : Albums automatic minimize if more than 4 galleries
17
+ - Bugfix : Missing check_admin_referer in style (THX again to Christopher)
18
+
19
  V0.71 - 07.09.2007
20
  - Added : Add defer="defer" to Slideshow to avoid IE crash (THX to Simbo)
21
  - Bugfix : Bugfix for slideshow to show all pictures
css/hovereffect.css ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ CSS Name: Hovereffect Styles
3
+ Description: Hover Stylesheet based on the idea of Hoverbox from http://host.sonspring.com/hoverbox/
4
+ Author: Alex Rabe - Orginal by Nathan Smith
5
+ Version: 0.50
6
+
7
+ This is a template stylesheet which doesn't support description below the thumbnails. It's a experimental version.
8
+
9
+ */
10
+
11
+ /* ----------- Album Styles Extend -------------*/
12
+
13
+ .ngg-albumoverview {
14
+ margin-top: 10px;
15
+ width: 100%;
16
+ clear:both;
17
+ display:block !important;
18
+ }
19
+
20
+ .ngg-album {
21
+ overflow: hidden;
22
+ padding: 5px;
23
+ margin-bottom: 5px;
24
+ }
25
+
26
+ .ngg-albumtitle {
27
+ border-bottom:1px dashed #AAAAAA;
28
+ text-align: left;
29
+ font-weight: bold;
30
+ margin:0px;
31
+ padding-bottom: 3px;
32
+ font-size: 1.4em;
33
+ margin-bottom: 10px;
34
+ }
35
+
36
+ .ngg-thumbnail {
37
+ float: left;
38
+ margin-right: 12px;
39
+ background:#EEEEEE none repeat scroll 0% 50%;
40
+ border-color:#DDDDDD rgb(187, 187, 187) rgb(170, 170, 170) rgb(204, 204, 204);
41
+ border-style:solid;
42
+ border-width:1px;
43
+ color:inherit;
44
+ margin-right: 5px;
45
+ padding:5px;
46
+ }
47
+
48
+ .ngg-thumbnail img {
49
+ filter: alpha(opacity=100);
50
+ -moz-opacity: .99;
51
+ opacity: .99;
52
+ background:#FFFFFF none repeat scroll 0%;
53
+ border-color:#AAAAAA rgb(204, 204, 204) rgb(221, 221, 221) rgb(187, 187, 187);
54
+ border-style:solid;
55
+ border-width:1px;
56
+ color:inherit;
57
+ padding:2px;
58
+ vertical-align:top;
59
+ }
60
+
61
+ .ngg-thumbnail img:hover {
62
+ filter: alpha(opacity=90);
63
+ -moz-opacity: .9;
64
+ opacity: .9;
65
+ border-color:#000000;
66
+ }
67
+
68
+ .ngg-description {
69
+ text-align: left;
70
+ }
71
+
72
+ /* ----------- Album Styles Compact -------------*/
73
+
74
+ .ngg-album-compact {
75
+ float:left;
76
+ height:180px;
77
+ padding-right:6px !important;
78
+ margin:0px !important;
79
+ text-align:left;
80
+ width:120px;
81
+ }
82
+
83
+ .ngg-album-compactbox {
84
+ background:transparent url(albumset.gif) no-repeat scroll 0%;
85
+ height:86px;
86
+ margin:0pt 0pt 6px !important;
87
+ padding:12px 0pt 0pt 7px !important;
88
+ width:120px;
89
+ }
90
+
91
+
92
+ .ngg-album-compactbox .Thumb {
93
+ border:1px solid #000000;
94
+ margin:0px !important;
95
+ padding:0px !important;
96
+ }
97
+
98
+ .ngg-album-compact h4 {
99
+ font-size:15px;
100
+ font-weight:bold;
101
+ margin-bottom:0px;
102
+ margin-top:0px;
103
+ width:110px;
104
+ }
105
+
106
+ .ngg-album-compact p {
107
+ font-size:11px;
108
+ margin-top:2px;
109
+ }
110
+
111
+ /* ----------- Gallery style -------------*/
112
+
113
+ .ngg-galleryoverview {
114
+ overflow: hidden;
115
+ margin-top: 10px;
116
+ width: 100%;
117
+ clear:both;
118
+ display:block !important;
119
+ }
120
+
121
+ .ngg-gallery-thumbnail-box {
122
+ float: left;
123
+ background:#EEEEEE none repeat scroll 0% 50%;
124
+ border-color:#DDDDDD rgb(187, 187, 187) rgb(170, 170, 170) rgb(204, 204, 204);
125
+ border-style:solid;
126
+ border-width:1px;
127
+ color:inherit;
128
+ display:inline;
129
+ margin:3px;
130
+ padding:5px;
131
+ position:relative;
132
+ }
133
+
134
+ .ngg-gallery-thumbnail {
135
+ float: left;
136
+ }
137
+
138
+ .ngg-gallery-thumbnail img {
139
+ filter: alpha(opacity=100);
140
+ -moz-opacity: .99;
141
+ opacity: .99;
142
+ background:#FFFFFF none repeat scroll 0%;
143
+ border-color:#AAAAAA rgb(204, 204, 204) rgb(221, 221, 221) rgb(187, 187, 187);
144
+ border-style:solid;
145
+ border-width:1px;
146
+ color:inherit;
147
+ padding:2px;
148
+ vertical-align:top;
149
+ }
150
+
151
+ .ngg-gallery-thumbnail img:hover {
152
+ filter: alpha(opacity=90);
153
+ -moz-opacity: .9;
154
+ opacity: .9;
155
+ border-color:#000000;
156
+ }
157
+
158
+ .ngg-gallery-thumbnail span {
159
+ /* Images description */
160
+ font-size:90%;
161
+ padding-left:5px;
162
+ display:block;
163
+ }
164
+
165
+ .ngg-clear {
166
+ clear: both;
167
+ }
168
+
169
+ /* ----------- Gallery navigation -------------*/
170
+
171
+ .ngg-navigation {
172
+ font-size:0.9em !important;
173
+ clear:both !important;
174
+ display:block !important;
175
+ padding-top:15px;
176
+ text-align:center;
177
+
178
+ }
179
+
180
+ .ngg-navigation span {
181
+ font-weight:bold;
182
+ margin:0pt 6px;
183
+ }
184
+
185
+ .ngg-navigation a.page-numbers, a.next, a.prev,
186
+ span.page-numbers, span.next, span.prev {
187
+ border:1px solid #DDDDDD;
188
+ margin-right:3px;
189
+ padding:3px 7px;
190
+ }
191
+
192
+ .ngg-navigation a.page-numbers:hover, a.next:hover, a.prev:hover,
193
+ span.page-numbers:hover, span.next:hover, span.prev:hover {
194
+ background-color: #0066CC;
195
+ color: #FFFFFF !important;
196
+ text-decoration: none !important;
197
+ }
198
+
199
+ /* ----------- Image browser style -------------*/
200
+
201
+ .ngg-imagebrowser {
202
+
203
+ }
204
+
205
+ .ngg-imagebrowser h3 {
206
+ text-align:center;
207
+ padding-bottom:10px;
208
+ }
209
+
210
+ .ngg-imagebrowser .pic {
211
+ background:#EEEEEE none repeat scroll 0% 50%;
212
+ border-color:#DDDDDD rgb(187, 187, 187) rgb(170, 170, 170) rgb(204, 204, 204);
213
+ border-style:solid;
214
+ border-width:1px;
215
+ color:inherit;
216
+ display:block;
217
+ padding:10px;
218
+ }
219
+
220
+ .ngg-imagebrowser img {
221
+ width: 100%;
222
+ margin: -3px;
223
+ background:#FFFFFF none repeat scroll 0%;
224
+ border-color:#AAAAAA rgb(204, 204, 204) rgb(221, 221, 221) rgb(187, 187, 187);
225
+ border-style:solid;
226
+ border-width:1px;
227
+ color:inherit;
228
+ padding:2px;
229
+ vertical-align:top;
230
+ }
231
+
232
+ .ngg-imagebrowser-nav {
233
+ padding:10px;
234
+ margin-left:10px;
235
+
236
+ }
237
+
238
+ .ngg-imagebrowser-nav .back {
239
+ float:left;
240
+ border:1px solid #DDDDDD;
241
+ margin-right:3px;
242
+ padding:3px 7px;
243
+ }
244
+
245
+ .ngg-imagebrowser-nav .next {
246
+ float:right;
247
+ border:1px solid #DDDDDD;
248
+ margin-right:3px;
249
+ padding:3px 7px;
250
+ }
251
+
252
+ .ngg-imagebrowser-nav .back:hover,
253
+ .ngg-imagebrowser-nav .next:hover {
254
+ border:1px solid #000000;
255
+ }
256
+
257
+ .ngg-imagebrowser-nav .back a:hover,
258
+ .ngg-imagebrowser-nav .next a:hover {
259
+ text-decoration: none !important;
260
+ }
261
+
262
+ .ngg-imagebrowser-nav .counter {
263
+ text-align:center;
264
+ font-size:0.9em !important;
265
+ }
266
+
267
+ /* ----------- Slideshow -------------*/
268
+ .slideshow {
269
+ margin-left: auto;
270
+ margin-right: auto;
271
+ text-align:center;
272
+ }
273
+
274
+ .slideshowlink {
275
+
276
+ }
277
+
278
+ /* ----------- Single picture -------------*/
279
+ .ngg-singlepic {
280
+ background-color:#FFFFFF;
281
+ border:1px solid #A9A9A9;
282
+ display:block;
283
+ margin:4px 0px 4px 5px;
284
+ padding:4px;
285
+ position:relative;
286
+ }
287
+
288
+ /* ----------- Sidebar widget -------------*/
289
+ .ngg-widget,
290
+ .ngg-widget-slideshow {
291
+ overflow: hidden;
292
+ margin:0pt;
293
+ padding:5px 0px 0px 0pt;
294
+ }
295
+
296
+ .ngg-widget img {
297
+ border:2px solid #A9A9A9;
298
+ margin:0pt 2px 2px 0px;
299
+ padding:1px;
300
+ }
301
+
302
+ /* ----------- Related images -------------*/
303
+ .ngg-related-gallery {
304
+ background:#F9F9F9;
305
+ border:1px solid #E0E0E0;
306
+ overflow:hidden;
307
+ margin-bottom:1em;
308
+ margin-top:1em;
309
+ padding:5px;
310
+ }
311
+ .ngg-related-gallery img {
312
+ border: 1px solid #DDDDDD;
313
+ float: left;
314
+ margin: 0pt 3px;
315
+ padding: 2px;
316
+ height: 50px;
317
+ width: 50px;
318
+ }
319
+
320
+ .ngg-related-gallery img:hover {
321
+ border: 1px solid #000000;
322
+ }
css/ngg_shadow.css CHANGED
@@ -24,6 +24,7 @@ it's only a template design
24
  padding: 5px;
25
  margin-bottom: 5px;
26
  border: 1px solid #cccccc;
 
27
  }
28
 
29
  .ngg-albumtitle {
24
  padding: 5px;
25
  margin-bottom: 5px;
26
  border: 1px solid #cccccc;
27
+ overflow:hidden;
28
  }
29
 
30
  .ngg-albumtitle {
css/ngg_shadow2.css CHANGED
@@ -24,6 +24,7 @@ it's only a template design
24
  padding: 5px;
25
  margin-bottom: 5px;
26
  border: 1px solid #cccccc;
 
27
  }
28
 
29
  .ngg-albumtitle {
24
  padding: 5px;
25
  margin-bottom: 5px;
26
  border: 1px solid #cccccc;
27
+ overflow:hidden;
28
  }
29
 
30
  .ngg-albumtitle {
lang/nggallery-de_DE.mo CHANGED
Binary file
lang/nggallery-de_DE.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: NextGEN Gallery\n"
4
  "POT-Creation-Date: \n"
5
- "PO-Revision-Date: 2007-09-02 14:34+0100\n"
6
  "Last-Translator: Alex Rabe\n"
7
  "Language-Team: Alex Rabe\n"
8
  "MIME-Version: 1.0\n"
@@ -41,6 +41,8 @@ msgstr "Alt &amp; Titel Text"
41
  #: ../admin/manage.php:540
42
  #: ../admin/myimport.php:52
43
  #: ../admin/style.php:101
 
 
44
  #: ../js/nggadmintab-js.php:167
45
  msgid "Description"
46
  msgstr "Beschreibung"
@@ -60,13 +62,15 @@ msgstr "Speichern"
60
 
61
  #: ../nggallery.php:176
62
  #: ../nggbutton.php:36
63
- #: ../admin/addgallery.php:235
64
- #: ../admin/addgallery.php:239
65
- #: ../admin/addgallery.php:303
66
  #: ../admin/admin.php:47
67
  #: ../admin/manage.php:64
68
  #: ../admin/manage.php:436
69
- #: ../admin/settings.php:79
 
 
70
  msgid "Gallery"
71
  msgstr "Galerie"
72
 
@@ -80,7 +84,7 @@ msgid "Album"
80
  msgstr "Album"
81
 
82
  #: ../nggbutton.php:38
83
- #: ../nggfunctions.php:520
84
  #: ../admin/manage.php:85
85
  msgid "Picture"
86
  msgstr "Bild"
@@ -99,14 +103,14 @@ msgid "Image list"
99
  msgstr "Bilder-Liste"
100
 
101
  #: ../nggbutton.php:64
102
- #: ../admin/settings.php:82
103
- #: ../admin/settings.php:249
104
- #: ../admin/settings.php:448
105
  msgid "Slideshow"
106
  msgstr "Slideshow"
107
 
108
  #: ../nggbutton.php:75
109
- #: ../admin/album.php:122
110
  msgid "Select album"
111
  msgstr "Wähle Album"
112
 
@@ -143,8 +147,8 @@ msgid "No effect"
143
  msgstr "Kein Effekt"
144
 
145
  #: ../nggbutton.php:124
146
- #: ../admin/settings.php:81
147
- #: ../admin/settings.php:342
148
  msgid "Watermark"
149
  msgstr "Wasserzeichen"
150
 
@@ -178,38 +182,38 @@ msgstr "Abbrechen"
178
  msgid "Insert"
179
  msgstr "Einfügen"
180
 
181
- #: ../nggfunctions.php:423
182
- #: ../nggfunctions.php:438
183
  msgid "Watch gallery"
184
  msgstr "Galerie ansehen"
185
 
186
- #: ../nggfunctions.php:432
187
- #: ../nggfunctions.php:444
188
- #: ../nggfunctions.php:698
189
  msgid "Photos"
190
  msgstr "Fotos"
191
 
192
- #: ../nggfunctions.php:513
193
  msgid "Back"
194
  msgstr "Zurück"
195
 
196
- #: ../nggfunctions.php:517
197
  msgid "Next"
198
  msgstr "Vor"
199
 
200
- #: ../nggfunctions.php:520
201
  msgid "from"
202
  msgstr "von"
203
 
204
- #: ../nggfunctions.php:667
205
  msgid "Overview"
206
  msgstr "Übersicht"
207
 
208
- #: ../ngginstall.php:156
209
  msgid "[Show as slideshow]"
210
- msgstr "[Zeige als Slideshow]"
211
 
212
- #: ../ngginstall.php:157
213
  msgid "[Show picture list]"
214
  msgstr "[Zeige Bilder-Liste]"
215
 
@@ -233,109 +237,111 @@ msgstr "Höhe:"
233
  msgid "Width:"
234
  msgstr "Breite:"
235
 
236
- #: ../nggwidget.php:324
237
  msgid "NextGEN Recent Image"
238
  msgstr "NextGEN Neuste Bilder"
239
 
240
- #: ../nggwidget.php:364
241
- #: ../nggwidget.php:550
242
- #: ../admin/album.php:243
243
  #: ../admin/manage.php:290
244
  #: ../admin/manage.php:448
245
  #: ../admin/myimport.php:51
 
 
246
  #: ../js/nggadmintab-js.php:104
247
  msgid "Title"
248
  msgstr "Titel"
249
 
250
- #: ../nggwidget.php:366
251
- #: ../nggwidget.php:552
252
  msgid "Display type"
253
- msgstr "Verende Bild"
254
 
255
- #: ../nggwidget.php:368
256
- #: ../nggwidget.php:554
257
  #: ../admin/manage.php:537
258
  #: ../js/nggadmintab-js.php:101
259
  msgid "Thumbnail"
260
  msgstr "Thumbnail"
261
 
262
- #: ../nggwidget.php:369
263
- #: ../nggwidget.php:555
264
  msgid "Orginal"
265
  msgstr "Orginal"
266
 
267
- #: ../nggwidget.php:372
268
- #: ../nggwidget.php:558
269
  msgid "Number of pics"
270
  msgstr "Anzahl der Bilder"
271
 
272
- #: ../nggwidget.php:383
273
- #: ../nggwidget.php:569
274
  msgid "Width (px)"
275
  msgstr "Breite (px)"
276
 
277
- #: ../nggwidget.php:385
278
- #: ../nggwidget.php:571
279
  msgid "Height (px)"
280
  msgstr "Höhe (px)"
281
 
282
- #: ../nggwidget.php:387
283
- #: ../nggwidget.php:573
284
  msgid "Mode"
285
  msgstr "Modus"
286
 
287
- #: ../nggwidget.php:389
288
- #: ../nggwidget.php:575
289
- #: ../admin/settings.php:487
290
  msgid "none"
291
  msgstr "keiner"
292
 
293
- #: ../nggwidget.php:390
294
- #: ../nggwidget.php:576
295
  msgid "web2.0"
296
  msgstr "Web 2.0"
297
 
298
- #: ../nggwidget.php:393
299
- #: ../nggwidget.php:579
300
  msgid "Show in the main page"
301
  msgstr "Zeige auf der Startseite"
302
 
303
- #: ../nggwidget.php:395
304
- #: ../nggwidget.php:581
305
  msgid "yes"
306
  msgstr "Ja"
307
 
308
- #: ../nggwidget.php:396
309
- #: ../nggwidget.php:582
310
  msgid "no"
311
  msgstr "Nein"
312
 
313
- #: ../nggwidget.php:399
314
- #: ../nggwidget.php:585
315
  msgid "Show in"
316
  msgstr "Zeige in"
317
 
318
- #: ../nggwidget.php:401
319
- #: ../nggwidget.php:587
320
  msgid "All categories"
321
  msgstr "Alle Kategorien"
322
 
323
- #: ../nggwidget.php:402
324
- #: ../nggwidget.php:588
325
  msgid "Only which are not listed"
326
  msgstr "Nur ungelistete"
327
 
328
- #: ../nggwidget.php:403
329
- #: ../nggwidget.php:589
330
  msgid "Only which are listed"
331
  msgstr "Nur gelistete"
332
 
333
- #: ../nggwidget.php:406
334
- #: ../nggwidget.php:592
335
  msgid "Categories (id (use , to seperate)"
336
  msgstr "Kategorie (ID (nutze , für mehrere))"
337
 
338
- #: ../nggwidget.php:512
339
  msgid "NextGEN Random Image"
340
  msgstr "NextGEN Zufallsbild"
341
 
@@ -356,362 +362,370 @@ msgid "(Lead developer)"
356
  msgstr "(Leitender Entwickler)"
357
 
358
  #: ../admin/about.php:15
 
 
 
359
  #: ../admin/about.php:16
 
360
  msgid "(Core developer)"
361
  msgstr "(Core Entwickler)"
362
 
363
- #: ../admin/about.php:17
364
  msgid "(Sidebar Widget developer)"
365
  msgstr "(Sidebar Widget Entwickler)"
366
 
367
- #: ../admin/about.php:19
368
  msgid "Contributors / Tribute to"
369
  msgstr "Anerkennung / Hinweise"
370
 
371
- #: ../admin/about.php:20
372
  msgid "If you study the code of this plugin, you will find out that we mixed a lot of good already existing code and ideas together."
373
- msgstr "Falls Du Dir den Sourcecode dieses Plugins ansiehst wirst Du merken, das wir verschiedene gute und bereits entstandene Scripte sowie Ideen verwendet habe."
374
 
375
- #: ../admin/about.php:21
376
  msgid "So, we would like to thank the following people for their pioneer work (without this work it's impossible to create such a plugin so fast)"
377
  msgstr "Wir möchten folgenden Menschen für Ihre Pionier-Arbeit danken (ohne diese Vorleistung wäre es unmöglich ein Plugin so schnell zu entwickeln)"
378
 
379
- #: ../admin/about.php:23
380
  msgid "for their great documented code"
381
  msgstr "für Ihren großartig dokumentierten Code"
382
 
383
- #: ../admin/about.php:24
384
  msgid "for jQuery, which is the best Web2.0 framework"
385
  msgstr "für jQuery, das Beste Web2.0 Framework"
386
 
387
- #: ../admin/about.php:25
388
  msgid "for the fantastic PHP Thumbnail Class"
389
  msgstr "für die fantastische PHP Thumbnail Klasse"
390
 
391
- #: ../admin/about.php:26
392
  msgid "for PclZip , a PHP library that manage ZIP archives"
393
  msgstr "für PclZip, eine ZIP PHP Library"
394
 
395
- #: ../admin/about.php:27
396
  msgid "for a lot of very useful plugins and ideas"
397
  msgstr "für viele nützliche Plugins und Ideen"
398
 
399
- #: ../admin/about.php:28
400
  msgid "for RS-Discuss, it saved me a lot of time"
401
  msgstr "für RS-Discuss, welches mir viel Zeit sparte"
402
 
403
- #: ../admin/about.php:29
404
  msgid "for the best Media Flash Scripts on earth"
405
- msgstr "für die besten Media Flash Scripte auf Erden"
406
 
407
- #: ../admin/about.php:30
408
  msgid "for the Watermark plugin"
409
  msgstr "für das Wasserzeichen Plugin"
410
 
411
- #: ../admin/about.php:32
412
  msgid "If you didn't find your name on this list and there is some code which I integrate in my plugin, don't hesitate to send me a mail."
413
  msgstr "Falls Du Deinen Namen hier nicht auf dieser Liste findest und es einigen Code gibt, den ich in meinem Plugin verwendet habe, so schicken mir bitte sofort einfach eine EMail."
414
 
415
- #: ../admin/about.php:33
416
  msgid "How to support ?"
417
  msgstr "Unterstützung / Hilfe"
418
 
419
- #: ../admin/about.php:34
420
  msgid "There exist several ways to contribute, help or support us in this work. Non of them are mandatory."
421
  msgstr "Es existieren verschiedene Möglichkeiten diese Arbeit zu unterstützen."
422
 
423
- #: ../admin/about.php:36
424
  msgid "Send us bugfixes / code changes"
425
  msgstr "Schicke uns Verbesserungen / Bugfixes"
426
 
427
- #: ../admin/about.php:36
428
  msgid "The most motivated support for this plugin are your ideas and brain work"
429
  msgstr "Der beste Support für dieses Plugin sind Deine Ideen und Gedanken"
430
 
431
- #: ../admin/about.php:37
432
  msgid "Translate the plugin"
433
  msgstr "Übersetze das Plugin"
434
 
435
- #: ../admin/about.php:37
436
  msgid "To help people to work with this plugin, I would like to have it in all avaivable languages"
437
  msgstr "Um jedem das Arbeiten mit diesem Plugin zu vereinfachen würde ich es gerne in allen verfügbaren Sprachen anbieten"
438
 
439
- #: ../admin/about.php:38
440
  msgid "Donate the work via paypal"
441
  msgstr "Zeig Dich für diese Arbeit per PayPal dankbar"
442
 
443
- #: ../admin/about.php:48
444
  msgid "No doubt a very usefull and easy motivation :-)"
445
  msgstr "Kein Zweifel, eine schöne und simple Motivationshilfe"
446
 
447
- #: ../admin/about.php:50
448
  msgid "Place a link to the plugin in your blog/webpage"
449
  msgstr "Setze einen Link zu diesem Plugin auf Deinen Blog"
450
 
451
- #: ../admin/about.php:50
452
  msgid "Yes, share and trackback is also a good support for this work "
453
  msgstr "Natürlich sind Trackbacks und Links auch ein guter Support für diese Arbeit"
454
 
455
- #: ../admin/about.php:52
456
  msgid "Thanks!"
457
  msgstr "Vielen Dank!"
458
 
459
- #: ../admin/about.php:53
460
  msgid "We would like to thank this people which support us in the work :"
461
  msgstr "Wir wollen diesen Menschen für Ihre Hilfe danken:"
462
 
463
- #: ../admin/addgallery.php:27
464
- #: ../admin/addgallery.php:43
465
  msgid "Upload failed!"
466
  msgstr "Upload fehlgeschlagen!"
467
 
468
- #: ../admin/addgallery.php:65
469
  msgid "remove"
470
  msgstr "Entfernen"
471
 
472
- #: ../admin/addgallery.php:75
473
- #: ../admin/addgallery.php:85
474
  msgid "Add new gallery"
475
  msgstr "Neue Galerie erstellen"
476
 
477
- #: ../admin/addgallery.php:77
478
- #: ../admin/addgallery.php:103
479
  msgid "Upload a Zip-File"
480
  msgstr "Zip-Datei hochladen"
481
 
482
- #: ../admin/addgallery.php:79
483
- #: ../admin/addgallery.php:135
484
  msgid "Import image folder"
485
  msgstr "Bilder-Verzeichniss importieren"
486
 
487
- #: ../admin/addgallery.php:80
488
- #: ../admin/addgallery.php:153
489
  msgid "Upload Images"
490
  msgstr "Bilder hochladen"
491
 
492
- #: ../admin/addgallery.php:91
493
  msgid "New Gallery"
494
  msgstr "Neue Galerie"
495
 
496
- #: ../admin/addgallery.php:93
497
  msgid "Create a new , empty gallery below the folder"
498
  msgstr "Erstelle eine neue, leere Galerie unter dem Verzeichniss"
499
 
500
- #: ../admin/addgallery.php:94
501
  msgid "Allowed characters for file and folder names are"
502
  msgstr "Erlaubte Charaktere für die Datei- und Verzeichnissnamen sind"
503
 
504
- #: ../admin/addgallery.php:97
505
  msgid "Add gallery"
506
  msgstr "Galerie hinzufügen"
507
 
508
- #: ../admin/addgallery.php:109
509
  msgid "Select Zip-File"
510
  msgstr "Wähle Zip-Datei"
511
 
512
- #: ../admin/addgallery.php:111
513
  msgid "Upload a zip file with images"
514
  msgstr "Lade eine Zip-Datei mit Bildern hoch"
515
 
516
- #: ../admin/addgallery.php:114
517
- #: ../admin/addgallery.php:163
518
  msgid "in to"
519
  msgstr "in"
520
 
521
- #: ../admin/addgallery.php:116
522
  msgid "a new gallery"
523
- msgstr "in eine neue Galerie"
524
 
525
- #: ../admin/addgallery.php:126
526
- #: ../admin/addgallery.php:175
527
  msgid "Note : The upload limit on your server is "
528
  msgstr "Hinweis : Das Upload-Limit auf dem Server beträgt"
529
 
530
- #: ../admin/addgallery.php:129
531
  msgid "Start upload"
532
  msgstr "Upload starten"
533
 
534
- #: ../admin/addgallery.php:141
535
  msgid "Import from Server path:"
536
  msgstr "Importieren aus Server-Pfad:"
537
 
538
- #: ../admin/addgallery.php:143
539
  msgid "Import a folder with images. Please note :"
540
  msgstr "Importiere ein Verzeichniss mit Bildern. Bitte beachte:"
541
 
542
- #: ../admin/addgallery.php:144
543
  msgid "For save_mode = ON you need to add the subfolder thumbs manually"
544
  msgstr "Falls save_mode = ON (PHP.INI) mußt Du die Thumbs im Unterverzeichniss manuell hinzufügen"
545
 
546
- #: ../admin/addgallery.php:147
547
  msgid "Import folder"
548
  msgstr "Verzeichniss importieren"
549
 
550
- #: ../admin/addgallery.php:159
551
  msgid "Upload image"
552
  msgstr "Bild hochladen"
553
 
554
- #: ../admin/addgallery.php:165
555
  msgid "Choose gallery"
556
  msgstr "Wähle Galerie"
557
 
558
- #: ../admin/addgallery.php:178
559
  msgid "Upload images"
560
  msgstr "Bilder hochladen"
561
 
562
- #: ../admin/addgallery.php:198
563
  msgid "No valid gallery name!"
564
  msgstr "Kein gültiger Galerie-Name!"
565
 
566
- #: ../admin/addgallery.php:202
567
- #: ../admin/addgallery.php:210
568
- #: ../admin/addgallery.php:218
569
- #: ../admin/addgallery.php:257
570
- #: ../admin/addgallery.php:261
571
  msgid "Directory"
572
  msgstr "Verzeichniss"
573
 
574
- #: ../admin/addgallery.php:202
575
  msgid "didn't exist. Please create first the main gallery folder "
576
  msgstr "nicht gefunden. Bitte erstelle zuerst das Hauptverzeichnis."
577
 
578
- #: ../admin/addgallery.php:203
579
- #: ../admin/addgallery.php:211
580
  msgid "Check this link, if you didn't know how to set the permission :"
581
  msgstr "Dieser Link zeigt dir wie man Verzeichnisrechte ändert :"
582
 
583
- #: ../admin/addgallery.php:210
584
  msgid "didn't have the permissions "
585
  msgstr "hat nicht die Berechtigungen"
586
 
587
- #: ../admin/addgallery.php:218
588
  msgid "already exists!"
589
  msgstr "gibt es schon!"
590
 
591
- #: ../admin/addgallery.php:224
592
- #: ../admin/addgallery.php:226
593
- #: ../admin/addgallery.php:267
594
- #: ../admin/addgallery.php:523
595
- #: ../admin/addgallery.php:525
596
  msgid "Unable to create directory "
597
  msgstr "Kann Verzeichniss nicht erstellen"
598
 
599
- #: ../admin/addgallery.php:225
600
- #: ../admin/addgallery.php:524
601
- #: ../admin/addgallery.php:526
602
  msgid "Unable to set directory permissions "
603
  msgstr "Kann die Berechtigungen nicht setzen"
604
 
605
- #: ../admin/addgallery.php:227
606
  msgid "Unable to set directory permissions"
607
  msgstr "Kann die Berechtigungen nicht setzen"
608
 
609
- #: ../admin/addgallery.php:229
610
  msgid "The server setting Safe-Mode is on !"
611
  msgstr "Auf dem Server ist Safe-Mode aktiviert (PHP.INI)"
612
 
613
- #: ../admin/addgallery.php:230
614
  msgid "Please create directory"
615
  msgstr "Bitte erstelle das Verzeichniss"
616
 
617
- #: ../admin/addgallery.php:231
618
  msgid "and the thumbnails directory"
619
  msgstr "und das Thumbnails-Verzeichniss"
620
 
621
- #: ../admin/addgallery.php:231
622
  msgid "with permission 777 manually !"
623
  msgstr "mit den Berechtigungen 777 manuell !"
624
 
625
- #: ../admin/addgallery.php:235
626
  msgid "already exists"
627
  msgstr "gibt es bereits"
628
 
629
- #: ../admin/addgallery.php:239
630
- #: ../admin/addgallery.php:303
631
  msgid "successfully created!"
632
  msgstr "erfolgreich erstellt!"
633
 
634
- #: ../admin/addgallery.php:239
635
  msgid "You can show this gallery with the tag"
636
  msgstr "Du kannst diese Galerie mit diem Stichwort anzeigen :"
637
 
638
- #: ../admin/addgallery.php:257
639
- #: ../admin/addgallery.php:266
640
  msgid "doesn&#96;t exist"
641
  msgstr "gibt es nicht"
642
 
643
- #: ../admin/addgallery.php:261
644
  msgid "contains no pictures"
645
  msgstr "enthält keine Bilder"
646
 
647
- #: ../admin/addgallery.php:266
648
  msgid "Thumbnail Directory"
649
  msgstr "Thumbnail Verzeichniss"
650
 
651
- #: ../admin/addgallery.php:266
652
  msgid "Please create the folder <i>thumbs</i> in your gallery folder."
653
  msgstr "Bitte erstelle das Verzeichniss <i>thumbs</i> in Deinem Galerie-Verzeichniss als Unterverzeichniss."
654
 
655
- #: ../admin/addgallery.php:279
656
  #: ../admin/myimport.php:38
657
  msgid "Database error. Could not add gallery!"
658
  msgstr "Datenbank-Fehler. Kann Galerie nicht hinzufügen!"
659
 
660
- #: ../admin/addgallery.php:303
661
  msgid " pictures added."
662
  msgstr " Bilder hinzugefügt."
663
 
664
- #: ../admin/addgallery.php:347
665
- #: ../admin/addgallery.php:384
666
  msgid "Some pictures are not writeable :"
667
  msgstr "Einige Bilder sind schreibgeschützt :"
668
 
669
- #: ../admin/addgallery.php:455
670
  msgid "Follow thumbnails could not created."
671
  msgstr "Folgende Thumbnails konnten nicht erstellt werden :"
672
 
673
- #: ../admin/addgallery.php:456
674
  msgid "Some thumbnails are not writeable :"
675
  msgstr "Einige Thumbnails sind schreibgeschützt :"
676
 
677
- #: ../admin/addgallery.php:506
 
 
 
 
678
  msgid "Uploaded file was no or a faulty zip file ! The server recognize : "
679
  msgstr "Die hochgeladene Datei war keine korrekte Zip-Datei. Servermeldung :"
680
 
681
- #: ../admin/addgallery.php:531
682
  msgid "Unable to unlink zip file "
683
  msgstr "Unfähig die Zip-Datei zu bearbeiten"
684
 
685
- #: ../admin/addgallery.php:533
686
  msgid "Zip-File successfully unpacked"
687
  msgstr "Zip-Datei erfolgreich entpackt"
688
 
689
- #: ../admin/addgallery.php:562
690
- #: ../admin/addgallery.php:570
691
  msgid "Unable to unlink file "
692
  msgstr "Unfähig das File zu bearbeiten"
693
 
694
- #: ../admin/addgallery.php:563
695
  msgid "No gallery selected !"
696
  msgstr "Keine Galerie ausgewählt !"
697
 
698
- #: ../admin/addgallery.php:571
699
  msgid "Failure in database, no gallery path set !"
700
  msgstr "Datenbankfehler! Kein Galerie-Pfad gesetzt !"
701
 
702
- #: ../admin/addgallery.php:578
703
  msgid "is no valid image file!"
704
  msgstr "ist keine zulässige Bilddatei !"
705
 
706
- #: ../admin/addgallery.php:586
707
  msgid "Error, the file could not moved to : "
708
  msgstr "Fehler: Diese Datei kann nicht verschoben werden zu :"
709
 
710
- #: ../admin/addgallery.php:590
711
  msgid "Error, the file permissions could not set"
712
  msgstr "Fehler: Die Berechtigungen für diese Datei können nicht gesetzt werden"
713
 
714
- #: ../admin/addgallery.php:612
715
  msgid " Image(s) successfully added"
716
  msgstr " Bild(er) erfolgreich hinzugefügt"
717
 
@@ -765,80 +779,83 @@ msgstr "Update erfolgreich"
765
  msgid "Album deleted"
766
  msgstr "Album gelöscht"
767
 
768
- #: ../admin/album.php:116
769
  msgid "Manage Albums"
770
  msgstr "Verwalte Alben"
771
 
772
- #: ../admin/album.php:125
773
  msgid "No album selected"
774
  msgstr "Kein Album ausgewählt"
775
 
776
- #: ../admin/album.php:138
777
  msgid "Add new album"
778
  msgstr "Album hinzufügen"
779
 
780
- #: ../admin/album.php:142
781
  #: ../admin/manage.php:314
782
  #: ../admin/manage.php:578
 
783
  msgid "Delete"
784
  msgstr "Lösche"
785
 
786
- #: ../admin/album.php:142
787
  msgid "Delete album ?"
788
  msgstr "Lösche Album ?"
789
 
790
- #: ../admin/album.php:144
791
- #: ../admin/settings.php:134
792
- #: ../admin/settings.php:174
793
- #: ../admin/settings.php:207
794
- #: ../admin/settings.php:282
795
- #: ../admin/settings.php:328
796
- #: ../admin/settings.php:437
797
- #: ../admin/settings.php:540
798
  msgid "Update"
799
  msgstr "Aktualisiere"
800
 
801
- #: ../admin/album.php:152
802
  msgid "[Maximize]"
803
  msgstr "[Vergrößern]"
804
 
805
- #: ../admin/album.php:153
806
  msgid "[Minimize]"
807
  msgstr "[Verkleinern]"
808
 
809
- #: ../admin/album.php:155
810
  msgid "After you create and select a album, you can drag and drop a gallery into your album below"
811
  msgstr "Nachdem du ein Album erstellt und ausgewählt hast, kannst du per Drag & Drop eine Galerie in das Album ziehen"
812
 
813
- #: ../admin/album.php:162
814
  msgid "Select Gallery"
815
  msgstr "Wähle Galerie"
816
 
817
- #: ../admin/album.php:195
818
  msgid "Album Page ID"
819
  msgstr "Album Seiten ID (Page ID)"
820
 
821
- #: ../admin/album.php:207
822
  msgid "No album selected!"
823
  msgstr "Kein Album ausgewählt"
824
 
825
- #: ../admin/album.php:241
826
  #: ../admin/manage.php:288
827
  #: ../admin/manage.php:534
828
  #: ../admin/myimport.php:49
 
829
  msgid "ID"
830
  msgstr "ID"
831
 
832
- #: ../admin/album.php:242
833
  msgid "Name"
834
  msgstr "Name"
835
 
836
- #: ../admin/album.php:244
837
  msgid "Page"
838
  msgstr "Seite"
839
 
840
  #: ../admin/manage.php:64
841
  #: ../admin/manage.php:85
 
842
  msgid "deleted successfully"
843
  msgstr "erfolgreich gelöscht"
844
 
@@ -879,87 +896,107 @@ msgid "created"
879
  msgstr "erstellt"
880
 
881
  #: ../admin/manage.php:284
 
882
  msgid "Gallery Overview"
883
  msgstr "Galerie Übersicht"
884
 
885
  #: ../admin/manage.php:289
886
  #: ../admin/myimport.php:50
 
887
  msgid "Gallery name"
888
  msgstr "Galerie Name"
889
 
890
  #: ../admin/manage.php:292
891
  #: ../admin/myimport.php:53
 
892
  msgid "Page ID"
893
  msgstr "Seiten ID (Page ID)"
894
 
895
  #: ../admin/manage.php:293
896
  #: ../admin/myimport.php:54
 
897
  msgid "Quantity"
898
  msgstr "Anzahl"
899
 
900
  #: ../admin/manage.php:294
901
  #: ../admin/manage.php:546
902
  #: ../admin/myimport.php:55
 
903
  msgid "Action"
904
  msgstr "Aktion"
905
 
906
  #: ../admin/manage.php:313
 
907
  #: ../js/nggadmintab-js.php:88
908
  msgid "Edit"
909
  msgstr "Bearbeiten"
910
 
911
  #: ../admin/manage.php:314
 
912
  msgid "Delete this gallery ?"
913
  msgstr "Diese Galerie löschen ?"
914
 
915
  #: ../admin/manage.php:319
916
  #: ../admin/manage.php:583
917
  #: ../admin/myimport.php:79
 
 
918
  msgid "No entries found"
919
  msgstr "Keine Einträge gefunden"
920
 
921
  #: ../admin/manage.php:445
 
922
  msgid "Main settings"
923
  msgstr "Haupteinstellungen"
924
 
925
  #: ../admin/manage.php:450
 
926
  msgid "Page Link to"
927
  msgstr "Seite verlinkt zu"
928
 
929
  #: ../admin/manage.php:453
 
930
  msgid "Not linked"
931
  msgstr "Nicht verlinkt"
932
 
933
  #: ../admin/manage.php:469
 
934
  msgid "Preview image"
935
  msgstr "Vorschau-Bild"
936
 
937
  #: ../admin/manage.php:472
 
938
  msgid "No Picture"
939
  msgstr "Kein Bild"
940
 
941
  #: ../admin/manage.php:487
 
942
  msgid "Path"
943
  msgstr "Pfad"
944
 
945
  #: ../admin/manage.php:490
 
946
  msgid "Create new page"
947
  msgstr "Neue Seite erstellen"
948
 
949
  #: ../admin/manage.php:493
 
950
  msgid "Main page (No parent)"
951
- msgstr "Haupseite (keine Unetrseite)"
952
 
953
  #: ../admin/manage.php:496
 
954
  msgid "Add page"
955
  msgstr "Seite hinzufügen"
956
 
957
  #: ../admin/manage.php:502
 
958
  msgid "Scan Folder for new images"
959
  msgstr "Überprüfe Verzeichniss nach neuen Bildern"
960
 
961
  #: ../admin/manage.php:503
962
  #: ../admin/manage.php:590
 
963
  msgid "Save Changes"
964
  msgstr "Änderungen Speichern"
965
 
@@ -1016,7 +1053,7 @@ msgid ""
1016
  msgstr ""
1017
  "Du startest die Bearbeitung von %s Bildern \n"
1018
  " \n"
1019
- " 'Cancel' um zu stoppen, 'OK' um die Bearbeitung durchzuführen."
1020
 
1021
  #: ../admin/manage.php:523
1022
  msgid "Hide thumbnails "
@@ -1035,7 +1072,7 @@ msgid "Hide tags"
1035
  msgstr "Verstecke Tags"
1036
 
1037
  #: ../admin/manage.php:535
1038
- #: ../admin/settings.php:271
1039
  msgid "File name"
1040
  msgstr "Dateiname"
1041
 
@@ -1096,139 +1133,143 @@ msgstr "Neue Version verfügbar !!"
1096
  msgid "The server reports that a new NextGEN Gallery Version is now available. Please visit the plugin homepage for more information."
1097
  msgstr "Der Server benachrichtigt Dich über eine neu verfügbare Version der NextGEN Galerie. Bitte besuche die Plugin Homepage um weitere Informationen zu erhalten."
1098
 
1099
- #: ../admin/overview.php:37
 
 
 
 
1100
  msgid "Server Settings"
1101
  msgstr "Server- Einstellungen"
1102
 
1103
- #: ../admin/overview.php:44
1104
  msgid "Welcome"
1105
- msgstr "Wilkommen"
1106
 
1107
- #: ../admin/overview.php:48
1108
  msgid "gallery administrator"
1109
  msgstr "Galerie-Administrator"
1110
 
1111
- #: ../admin/overview.php:48
1112
  msgid "gallery editor"
1113
  msgstr "Galerie-Mitarbeiter"
1114
 
1115
- #: ../admin/overview.php:49
1116
  #, php-format
1117
  msgid "Welcome to NextGEN Gallery. Here you can control your images, galleries and albums. You currently have %s rights."
1118
  msgstr "Willkommen zur NextGEN Galerie. Hier kannst Du Deine Bilder, Galerien und Alben verwalten. Du hast im Moment %s Rechte."
1119
 
1120
- #: ../admin/overview.php:54
1121
  msgid "Add a new gallery or import pictures"
1122
  msgstr "Neue Galerie erstellen oder Bilder importieren"
1123
 
1124
- #: ../admin/overview.php:55
1125
  msgid "Manage galleries and images"
1126
  msgstr "Verwalte Galerien und Bilder"
1127
 
1128
- #: ../admin/overview.php:56
1129
  msgid "Create and manage albums"
1130
  msgstr "Erstelle und verwalte Alben"
1131
 
1132
- #: ../admin/overview.php:57
1133
  msgid "Change the settings of NextGEN Gallery"
1134
  msgstr "Ändere die Einstellungen von NextGEN Galerie"
1135
 
1136
- #: ../admin/overview.php:60
1137
  msgid "Latest News"
1138
- msgstr "Neueste Schlagzeilen"
1139
 
1140
- #: ../admin/overview.php:79
1141
  #, php-format
1142
  msgid "Newsfeed could not be loaded. Check the <a href=\"%s\">front page</a> to check for updates."
1143
  msgstr "Der Newsfeed kann nicht geladen werden. Schaue auf die <a href=\"%s\">Hauptseite</a> um Updates mitzubekommen."
1144
 
1145
- #: ../admin/overview.php:92
1146
  msgid "GD support"
1147
  msgstr "GD Unterstützung"
1148
 
1149
- #: ../admin/overview.php:103
1150
  msgid "No GD support"
1151
  msgstr "Keine GD Unterstützung"
1152
 
1153
- #: ../admin/overview.php:110
1154
  msgid "Yes"
1155
  msgstr "Ja"
1156
 
1157
- #: ../admin/overview.php:111
1158
  msgid "No"
1159
  msgstr "Nein"
1160
 
1161
- #: ../admin/overview.php:125
1162
  msgid "Not set"
1163
  msgstr "Nicht gesetzt"
1164
 
1165
- #: ../admin/overview.php:127
1166
- #: ../admin/overview.php:130
1167
  msgid "On"
1168
  msgstr "An"
1169
 
1170
- #: ../admin/overview.php:128
1171
- #: ../admin/overview.php:131
1172
  msgid "Off"
1173
  msgstr "Aus"
1174
 
1175
- #: ../admin/overview.php:134
1176
- #: ../admin/overview.php:137
1177
- #: ../admin/overview.php:140
1178
- #: ../admin/overview.php:143
1179
- #: ../admin/overview.php:146
1180
  msgid "N/A"
1181
  msgstr "N/A"
1182
 
1183
- #: ../admin/overview.php:145
1184
  msgid " MByte"
1185
  msgstr " MByte"
1186
 
1187
- #: ../admin/overview.php:149
1188
  msgid "Operating System"
1189
  msgstr "Betriebssystem"
1190
 
1191
- #: ../admin/overview.php:150
1192
  msgid "Server"
1193
  msgstr "Server"
1194
 
1195
- #: ../admin/overview.php:151
1196
  msgid "Memory usage"
1197
  msgstr "Speicherverbrauch"
1198
 
1199
- #: ../admin/overview.php:152
1200
  msgid "MYSQL Version"
1201
  msgstr "MySQL Version"
1202
 
1203
- #: ../admin/overview.php:153
1204
  msgid "SQL Mode"
1205
  msgstr "SQL Modus"
1206
 
1207
- #: ../admin/overview.php:154
1208
  msgid "PHP Version"
1209
  msgstr "PHP Version"
1210
 
1211
- #: ../admin/overview.php:155
1212
  msgid "PHP Safe Mode"
1213
  msgstr "PHP Safe Mode"
1214
 
1215
- #: ../admin/overview.php:156
1216
  msgid "PHP Allow URL fopen"
1217
  msgstr "PHP Allow URL fopen"
1218
 
1219
- #: ../admin/overview.php:157
1220
  msgid "PHP Memory Limit"
1221
  msgstr "PHP Memory Limit"
1222
 
1223
- #: ../admin/overview.php:158
1224
  msgid "PHP Max Upload Size"
1225
  msgstr "PHP Max Upload Size"
1226
 
1227
- #: ../admin/overview.php:159
1228
  msgid "PHP Max Post Size"
1229
  msgstr "PHP Max Post Size"
1230
 
1231
- #: ../admin/overview.php:160
1232
  msgid "PHP Max Script Execute Time"
1233
  msgstr "PHP Max Script Execute Time"
1234
 
@@ -1242,7 +1283,7 @@ msgstr "Rollen / Zugriffsrechte"
1242
 
1243
  #: ../admin/roles.php:26
1244
  msgid "Select the lowest role which should be able to access the follow capabilities. NextGEN Gallery supports the standard roles from WordPress."
1245
- msgstr "Wähle die niedrigste Rolle aus, die Zugriff haben sol. NextGEN gallery unterstützt nur die Standard Wordpress Rollen/Fähigkeitenen von WordPress."
1246
 
1247
  #: ../admin/roles.php:27
1248
  msgid "For a more flexible user management you can use the"
@@ -1280,461 +1321,465 @@ msgstr "Optionen änderen"
1280
  msgid "Update capabilities"
1281
  msgstr "Rechte aktualisieren"
1282
 
1283
- #: ../admin/settings.php:26
1284
  #: ../admin/style.php:16
1285
  msgid "Update successfully"
1286
  msgstr "Aktualisierung erfolgreich"
1287
 
1288
- #: ../admin/settings.php:76
1289
- #: ../admin/settings.php:88
1290
  msgid "General Options"
1291
  msgstr "Allg. Optionen"
1292
 
1293
- #: ../admin/settings.php:77
1294
- #: ../admin/settings.php:248
1295
  msgid "Thumbnails"
1296
  msgstr "Thumbnails"
1297
 
1298
- #: ../admin/settings.php:78
1299
  msgid "Images"
1300
  msgstr "Bilder"
1301
 
1302
- #: ../admin/settings.php:80
1303
- #: ../admin/settings.php:290
1304
  msgid "Effects"
1305
  msgstr "Effekte"
1306
 
1307
- #: ../admin/settings.php:95
1308
  msgid "Gallery path"
1309
  msgstr "Galerie-Pfad"
1310
 
1311
- #: ../admin/settings.php:97
1312
  msgid "This is the default path for all galleries"
1313
  msgstr "Dies ist der Standard-Pfad für alle Galerien"
1314
 
1315
- #: ../admin/settings.php:108
1316
  msgid "Delete image files"
1317
  msgstr "Lösche Bilddateien"
1318
 
1319
- #: ../admin/settings.php:110
1320
  msgid "Delete files, when removing a gallery in the database"
1321
- msgstr "Löscht Dateien, falls die Galerie in der Datenbank entfernt wird"
1322
 
1323
- #: ../admin/settings.php:113
1324
  msgid "Tags / Categories"
1325
- msgstr "Stichtwörter / Kategorien"
1326
 
1327
- #: ../admin/settings.php:116
1328
  msgid "Activate related images"
1329
  msgstr "Verwandte Bilder anzeigen"
1330
 
1331
- #: ../admin/settings.php:118
1332
  msgid "This option will append related images to every post"
1333
  msgstr "Diese Option hängt verwandte Bilder an jeden Beitrag"
1334
 
1335
- #: ../admin/settings.php:122
1336
  msgid "Match with"
1337
  msgstr "Vergleiche mit"
1338
 
1339
- #: ../admin/settings.php:123
1340
  msgid "Categories"
1341
  msgstr "Kategorien"
1342
 
1343
- #: ../admin/settings.php:124
1344
  msgid "Tags"
1345
  msgstr "Stichwörter"
1346
 
1347
- #: ../admin/settings.php:124
1348
  msgid " (require WordPress 2.3 or higher)"
1349
  msgstr " (benötigt WordPress 2.3 oder höher)"
1350
 
1351
- #: ../admin/settings.php:128
1352
  msgid "Max. number of images"
1353
  msgstr "Max. Anzahl der Bilder"
1354
 
1355
- #: ../admin/settings.php:130
1356
  msgid "0 will show all images"
1357
  msgstr "0 zeige alle verwandten Bilder"
1358
 
1359
- #: ../admin/settings.php:142
1360
  msgid "Thumbnail settings"
1361
  msgstr "Thumbnail Einstellungen"
1362
 
1363
- #: ../admin/settings.php:147
1364
  msgid "Please note : If you change the settings, you need to recreate the thumbnails under -> Manage Gallery ."
1365
  msgstr "Bitte beachten : Änderungen der Einstellungen werden erst übernommen, wenn Du neue Thumbnails unter -> \"Gallery verwalten\" erstellst"
1366
 
1367
- #: ../admin/settings.php:150
1368
  msgid "Width x height (in pixel)"
1369
  msgstr "Breite x Höhe (in Pixel)"
1370
 
1371
- #: ../admin/settings.php:152
1372
  msgid "These values are maximum values "
1373
  msgstr "Diese Angaben sind maximale Angaben."
1374
 
1375
- #: ../admin/settings.php:155
1376
  msgid "Set fix dimension"
1377
  msgstr "Setze fixe Größe"
1378
 
1379
- #: ../admin/settings.php:157
1380
  msgid "Ignore the aspect ratio, no portrait thumbnails"
1381
  msgstr "Ignoriere Bildseitenverhältnis"
1382
 
1383
- #: ../admin/settings.php:160
1384
  msgid "Crop square thumbnail from image"
1385
  msgstr "Mittige Thumbnails aus Bildern ausschneiden"
1386
 
1387
- #: ../admin/settings.php:162
1388
  msgid "Create square thumbnails, use only the width setting :"
1389
  msgstr "Erstellt viereckige Thumbnails, nutzt nur den Wert der Breite :"
1390
 
1391
- #: ../admin/settings.php:165
1392
  msgid "Thumbnail quality"
1393
  msgstr "Thumbnail Qualität"
1394
 
1395
- #: ../admin/settings.php:169
1396
- #: ../admin/settings.php:201
1397
  msgid "Resample Mode"
1398
  msgstr "Resample Modus"
1399
 
1400
- #: ../admin/settings.php:171
1401
- #: ../admin/settings.php:204
1402
  msgid "Value between 1-5 (higher value, more CPU load)"
1403
- msgstr "Wähle zwischen 1-5 (je höhere desto mehr CPU Leistung notwendig)"
1404
 
1405
- #: ../admin/settings.php:182
1406
  msgid "Image settings"
1407
  msgstr "Bild Einstellungen"
1408
 
1409
- #: ../admin/settings.php:189
1410
  msgid "Resize Images"
1411
  msgstr "Bilder verkleinern"
1412
 
1413
- #: ../admin/settings.php:193
1414
  msgid "Width x height (in pixel). NextGEN Gallery will keep ratio size"
1415
  msgstr "Breite x Höhe (in Pixel). NextGEN Galerie beachtet das Seitenverhältnis."
1416
 
1417
- #: ../admin/settings.php:196
1418
  msgid "Image quality"
1419
  msgstr "Bild Qualität"
1420
 
1421
- #: ../admin/settings.php:215
1422
  msgid "Gallery settings"
1423
  msgstr "Galerie Einstellungen"
1424
 
1425
- #: ../admin/settings.php:222
1426
  msgid "Activate jQuery navigation"
1427
  msgstr "Aktiviere jQuery Navigation"
1428
 
1429
- #: ../admin/settings.php:224
1430
  msgid "Please note : This is still experimental. Requires the Thickbox effect"
1431
  msgstr "Bitte beachten : Diese Funktion befindet sich noch im Teststadium. Geht nur mit Thickbox."
1432
 
1433
- #: ../admin/settings.php:228
1434
  msgid "Deactivate gallery page link"
1435
  msgstr "Keine Seitenverzweigung"
1436
 
1437
- #: ../admin/settings.php:230
1438
  msgid "The album will not link to a gallery subpage. The gallery is shown on the same page."
1439
- msgstr "Das Album benötigt dann keine Link zu Seiten. Die Galerie wird direkt angezeigt."
1440
 
1441
- #: ../admin/settings.php:234
1442
  msgid "Number of images per page"
1443
  msgstr "Anzahl der Bilder pro Seite"
1444
 
1445
- #: ../admin/settings.php:236
1446
  msgid "0 will disable pagination, all images on one page"
1447
  msgstr "0 schaltet Blätterfunktion ab ( = alle Bilder auf einer Seite )"
1448
 
1449
- #: ../admin/settings.php:240
1450
  msgid "Integrate slideshow"
1451
  msgstr "Slideshow verwenden"
1452
 
1453
- #: ../admin/settings.php:247
1454
  msgid "Show first"
1455
- msgstr "Zeige als erstes"
1456
 
1457
- #: ../admin/settings.php:253
1458
  msgid "Show thumbnail description"
1459
  msgstr "Zeige Bildbeschreibung"
1460
 
1461
- #: ../admin/settings.php:254
1462
- #: ../admin/settings.php:302
1463
  #: ../js/nggadmintab-js.php:112
1464
  msgid "None"
1465
  msgstr "Keiner"
1466
 
1467
- #: ../admin/settings.php:255
1468
  msgid "Description text"
1469
  msgstr "Beschreibung"
1470
 
1471
- #: ../admin/settings.php:256
1472
- #: ../admin/settings.php:272
1473
  msgid "Alt / Title text"
1474
  msgstr "Alt / Titel Text"
1475
 
1476
- #: ../admin/settings.php:260
1477
  msgid "Show ImageBrowser"
1478
  msgstr "Zeige Bilder Browser"
1479
 
1480
- #: ../admin/settings.php:262
1481
  msgid "The gallery will open the ImageBrowser instead the effect."
1482
- msgstr "Es wird der Bilder Browser anzeiget (Kein JavaScript Effect)"
1483
 
1484
- #: ../admin/settings.php:266
1485
  msgid "Sort options"
1486
  msgstr "Sortierung"
1487
 
1488
- #: ../admin/settings.php:269
1489
  msgid "Sort thumbnails"
1490
  msgstr "Thumbnails sortieren"
1491
 
1492
- #: ../admin/settings.php:270
1493
  msgid "Image ID"
1494
  msgstr "Bilder ID"
1495
 
1496
- #: ../admin/settings.php:276
1497
  msgid "Sort direction"
1498
  msgstr "Sortierreihenfolge"
1499
 
1500
- #: ../admin/settings.php:277
1501
  msgid "Ascending"
1502
  msgstr "Aufsteigend"
1503
 
1504
- #: ../admin/settings.php:278
1505
  msgid "Descending"
1506
  msgstr "Absteigend"
1507
 
1508
- #: ../admin/settings.php:294
1509
  msgid "Here you can select the thumbnail effect, NextGEN Gallery will integrate the required HTML code in the images. Please note that only the Thickbox effect will automatic added to your theme."
1510
  msgstr "Hier kannst Du den Effekt für die Thumbnails auswählen. NextGEN Galerie wird den benötigten HTML Code verwenden. Bitte beachte, das nur der Thickbox Effekt automatisch in Dein Theme von Wordpress integriert wird. Alle anderen Effekte mußt Du selbst in die header.php eintragen (JS)."
1511
 
1512
- #: ../admin/settings.php:295
1513
  msgid "With the placeholder"
1514
  msgstr "Mit Platzhalter"
1515
 
1516
- #: ../admin/settings.php:295
1517
  msgid "you can activate a navigation through the images (depend on the effect). Change the code line only , when you use a different thumbnail effect or you know what you do."
1518
  msgstr "Du kannst eine Navigation durch die Bilder aktivieren (hängt vom Effekt ab). Ändere nur die Codezeile falls Du einen anderen Effekt für die Thumbnails verwendest oder einfach weißt, was Du tust."
1519
 
1520
- #: ../admin/settings.php:299
1521
  msgid "JavaScript Thumbnail effect"
1522
  msgstr "JavaScript Thumbnail Effekt"
1523
 
1524
- #: ../admin/settings.php:303
1525
  msgid "Thickbox"
1526
  msgstr "Thickbox"
1527
 
1528
- #: ../admin/settings.php:304
1529
  msgid "Lightbox"
1530
  msgstr "Lightbox"
1531
 
1532
- #: ../admin/settings.php:305
1533
  msgid "Highslide"
1534
  msgstr "Highslide"
1535
 
1536
- #: ../admin/settings.php:306
1537
  msgid "Custom"
1538
  msgstr "Eigener"
1539
 
1540
- #: ../admin/settings.php:311
1541
  msgid "Link Code line"
1542
  msgstr "Link Code Zeile"
1543
 
1544
- #: ../admin/settings.php:319
1545
  msgid "Select loading image"
1546
  msgstr "Wähle Ladeanimation"
1547
 
1548
- #: ../admin/settings.php:343
1549
  msgid "Please note : You can only activate the watermark under -> Manage Gallery . This action cannot be undone."
1550
  msgstr "Bitte beachten : Das Wasserzeichen kann nur unter der Galerieverwaltung gesetzt werden. "
1551
 
1552
- #: ../admin/settings.php:348
1553
  msgid "Preview"
1554
  msgstr "Vorschau"
1555
 
1556
- #: ../admin/settings.php:350
1557
- #: ../admin/settings.php:354
1558
  msgid "Position"
1559
  msgstr "Position"
1560
 
1561
- #: ../admin/settings.php:374
1562
  msgid "Offset"
1563
  msgstr "Abstand"
1564
 
1565
- #: ../admin/settings.php:392
1566
  msgid "Use image as watermark"
1567
  msgstr "Benutze Bild als Wasserzeichen"
1568
 
1569
- #: ../admin/settings.php:395
1570
  msgid "URL to file"
1571
  msgstr "URL zur Datei"
1572
 
1573
- #: ../admin/settings.php:397
1574
  msgid "The accessing of URL files is disabled at your server (allow_url_fopen)"
1575
  msgstr "Der Dateizugriff von URL's ist auf diesem Server deaktiviert (allow_url_fopen)"
1576
 
1577
- #: ../admin/settings.php:403
1578
  msgid "Use text as watermark"
1579
  msgstr "Benutze Text als Wasserzeichen"
1580
 
1581
- #: ../admin/settings.php:406
1582
  msgid "Font"
1583
  msgstr "Schriftart"
1584
 
1585
- #: ../admin/settings.php:414
1586
  msgid "You can upload more fonts in the folder <strong>nggallery/fonts</strong>"
1587
  msgstr "Du kannst mehr Schriftarten in das Verzeichniss <strong>nggallery/fonts</strong> hochladen."
1588
 
1589
- #: ../admin/settings.php:418
1590
  msgid "Size"
1591
  msgstr "Größe"
1592
 
1593
- #: ../admin/settings.php:422
1594
  msgid "Color"
1595
  msgstr "Farbe"
1596
 
1597
- #: ../admin/settings.php:424
1598
  msgid "(hex w/o #)"
1599
  msgstr "(hex w/o #)"
1600
 
1601
- #: ../admin/settings.php:427
1602
  msgid "Text"
1603
  msgstr "Text"
1604
 
1605
- #: ../admin/settings.php:431
1606
  msgid "Opaque"
1607
  msgstr "Transparenz"
1608
 
1609
- #: ../admin/settings.php:450
1610
  msgid "The imagerotator.swf is not in the nggallery folder, the slideshow will not work."
1611
  msgstr "Die Datei imagerotator.swf ist nicht im Plugin Verzeichniss -> so wird die Slideshow nicht funktionieren."
1612
 
1613
- #: ../admin/settings.php:451
1614
  msgid "The settings are used in the JW Image Rotator Version 3.9 ."
1615
  msgstr "Die Einstellungen werden im JW Image Rotator Version 3.9 benutzt."
1616
 
1617
- #: ../admin/settings.php:452
1618
  msgid "See more information for the Flash Player on the web page"
1619
  msgstr "Weitere Informationen auf der Flash Player Homepage"
1620
 
1621
- #: ../admin/settings.php:455
1622
  msgid "Default size (W x H)"
1623
  msgstr "Standard Größe (B x H)"
1624
 
1625
- #: ../admin/settings.php:460
1626
  msgid "Shuffle mode"
1627
  msgstr "Shuffle Modus"
1628
 
1629
- #: ../admin/settings.php:464
1630
  msgid "Show next image on click"
1631
  msgstr "Zeige nächstes Bild bei Klick"
1632
 
1633
- #: ../admin/settings.php:468
1634
  msgid "Show navigation bar"
1635
  msgstr "Zeige Navigations-Leiste"
1636
 
1637
- #: ../admin/settings.php:472
1638
  msgid "Show loading icon"
1639
  msgstr "Zeige Lade-Bildchen"
1640
 
1641
- #: ../admin/settings.php:476
1642
  msgid "Use watermark logo"
1643
  msgstr "Wasserzeichen anzeigen"
1644
 
1645
- #: ../admin/settings.php:478
1646
  msgid "You can change the logo at the watermark settings"
1647
  msgstr "Du kannst den Pfad in Einstellungen für da Wasserzeichen angeben"
1648
 
1649
- #: ../admin/settings.php:481
1650
  msgid "Stretch image"
1651
  msgstr "Bild dehnen"
1652
 
1653
- #: ../admin/settings.php:484
1654
  msgid "true"
1655
- msgstr "true"
1656
 
1657
- #: ../admin/settings.php:485
1658
  msgid "false"
1659
- msgstr "false"
1660
 
1661
- #: ../admin/settings.php:486
1662
  msgid "fit"
1663
- msgstr "passend"
1664
 
1665
- #: ../admin/settings.php:492
1666
  msgid "Duration time"
1667
  msgstr "Dauer"
1668
 
1669
- #: ../admin/settings.php:493
1670
  msgid "sec."
1671
  msgstr "Sek."
1672
 
1673
- #: ../admin/settings.php:496
1674
  msgid "Transition / Fade effect"
1675
  msgstr "Fade Effekt"
1676
 
1677
- #: ../admin/settings.php:499
1678
  msgid "fade"
1679
- msgstr "fade"
1680
 
1681
- #: ../admin/settings.php:500
1682
  msgid "bgfade"
1683
  msgstr "BGFade"
1684
 
1685
- #: ../admin/settings.php:501
1686
  msgid "slowfade"
1687
  msgstr "Slowfade"
1688
 
1689
- #: ../admin/settings.php:502
1690
  msgid "circles"
1691
  msgstr "Kreise"
1692
 
1693
- #: ../admin/settings.php:503
1694
  msgid "bubbles"
1695
  msgstr "Blasen"
1696
 
1697
- #: ../admin/settings.php:504
1698
  msgid "blocks"
1699
  msgstr "Blöcke"
1700
 
1701
- #: ../admin/settings.php:505
1702
  msgid "fluids"
1703
  msgstr "Fluids"
1704
 
1705
- #: ../admin/settings.php:506
 
 
 
 
1706
  msgid "lines"
1707
  msgstr "Linien"
1708
 
1709
- #: ../admin/settings.php:507
1710
  msgid "random"
1711
  msgstr "Zufall"
1712
 
1713
- #: ../admin/settings.php:511
1714
  msgid "Use slow zooming effect"
1715
  msgstr "nutze Zoom Effekt"
1716
 
1717
- #: ../admin/settings.php:515
1718
  msgid "Background Color"
1719
  msgstr "Hintergrund (BG) Farbe"
1720
 
1721
- #: ../admin/settings.php:520
1722
  msgid "Texts / Buttons Color"
1723
  msgstr "Text- / Button Farbe"
1724
 
1725
- #: ../admin/settings.php:525
1726
  msgid "Rollover / Active Color"
1727
  msgstr "Rollover / Aktiv (Link) Farbe"
1728
 
1729
- #: ../admin/settings.php:530
1730
  msgid "Background music (URL)"
1731
- msgstr "Hintergundmusik (URL)"
1732
 
1733
- #: ../admin/settings.php:534
1734
  msgid "Try XHTML validation (with CDATA)"
1735
  msgstr "Integriere XHTML Validierung (mittels CDATA)"
1736
 
1737
- #: ../admin/settings.php:536
1738
  msgid "Important : Could causes problem at some browser. Please recheck your page."
1739
  msgstr "Wichtig : Es könnnten Probleme bei einigen Browser auftauchen. Unbedingt Seite prüfen."
1740
 
@@ -1842,17 +1887,17 @@ msgstr "Autor"
1842
  msgid "Version"
1843
  msgstr "Version"
1844
 
1845
- #: ../admin/style.php:116
1846
  msgid "Update File &raquo;"
1847
  msgstr "Datei aktualisieren"
1848
 
1849
- #: ../admin/style.php:120
1850
  msgid "If this file were writable you could edit it."
1851
- msgstr "Wenn diese Datei beschreibbar wäre, könntest Du Sie bearbeiten."
1852
 
1853
- #: ../admin/style.php:125
1854
  msgid "Oops, no such file exists! Double check the name and try again, merci."
1855
- msgstr "Oha, keine solche Datei existiert! Bitte überprüfe den Namen und probiere es erneut, danke."
1856
 
1857
  #: ../js/nggadmintab-js.php:81
1858
  #: ../js/nggadmintab-js.php:83
@@ -1891,7 +1936,7 @@ msgstr "Datei"
1891
 
1892
  #: ../js/nggadmintab-js.php:116
1893
  msgid "Send to editor &raquo;"
1894
- msgstr "Zum Editor schicken"
1895
 
1896
  #: ../js/nggadmintab-js.php:175
1897
  msgid "Save &raquo;"
@@ -1902,5 +1947,5 @@ msgstr "Speichern &raquo;"
1902
  msgid ""
1903
  "Are you sure you want to delete the file '%s'?\n"
1904
  "Click ok to delete or cancel to go back."
1905
- msgstr "Bist du sicher das du diese Datei '%s' löschen willst ?"
1906
 
2
  msgstr ""
3
  "Project-Id-Version: NextGEN Gallery\n"
4
  "POT-Creation-Date: \n"
5
+ "PO-Revision-Date: 2007-10-07 21:01+0100\n"
6
  "Last-Translator: Alex Rabe\n"
7
  "Language-Team: Alex Rabe\n"
8
  "MIME-Version: 1.0\n"
41
  #: ../admin/manage.php:540
42
  #: ../admin/myimport.php:52
43
  #: ../admin/style.php:101
44
+ #: ../admin/__manage.php:209
45
+ #: ../admin/__manage.php:1024
46
  #: ../js/nggadmintab-js.php:167
47
  msgid "Description"
48
  msgstr "Beschreibung"
62
 
63
  #: ../nggallery.php:176
64
  #: ../nggbutton.php:36
65
+ #: ../admin/addgallery.php:238
66
+ #: ../admin/addgallery.php:242
67
+ #: ../admin/addgallery.php:306
68
  #: ../admin/admin.php:47
69
  #: ../admin/manage.php:64
70
  #: ../admin/manage.php:436
71
+ #: ../admin/settings.php:82
72
+ #: ../admin/__manage.php:182
73
+ #: ../admin/__manage.php:991
74
  msgid "Gallery"
75
  msgstr "Galerie"
76
 
84
  msgstr "Album"
85
 
86
  #: ../nggbutton.php:38
87
+ #: ../nggfunctions.php:523
88
  #: ../admin/manage.php:85
89
  msgid "Picture"
90
  msgstr "Bild"
103
  msgstr "Bilder-Liste"
104
 
105
  #: ../nggbutton.php:64
106
+ #: ../admin/settings.php:85
107
+ #: ../admin/settings.php:252
108
+ #: ../admin/settings.php:451
109
  msgid "Slideshow"
110
  msgstr "Slideshow"
111
 
112
  #: ../nggbutton.php:75
113
+ #: ../admin/album.php:123
114
  msgid "Select album"
115
  msgstr "Wähle Album"
116
 
147
  msgstr "Kein Effekt"
148
 
149
  #: ../nggbutton.php:124
150
+ #: ../admin/settings.php:84
151
+ #: ../admin/settings.php:345
152
  msgid "Watermark"
153
  msgstr "Wasserzeichen"
154
 
182
  msgid "Insert"
183
  msgstr "Einfügen"
184
 
185
+ #: ../nggfunctions.php:426
186
+ #: ../nggfunctions.php:441
187
  msgid "Watch gallery"
188
  msgstr "Galerie ansehen"
189
 
190
+ #: ../nggfunctions.php:435
191
+ #: ../nggfunctions.php:447
192
+ #: ../nggfunctions.php:701
193
  msgid "Photos"
194
  msgstr "Fotos"
195
 
196
+ #: ../nggfunctions.php:516
197
  msgid "Back"
198
  msgstr "Zurück"
199
 
200
+ #: ../nggfunctions.php:520
201
  msgid "Next"
202
  msgstr "Vor"
203
 
204
+ #: ../nggfunctions.php:523
205
  msgid "from"
206
  msgstr "von"
207
 
208
+ #: ../nggfunctions.php:670
209
  msgid "Overview"
210
  msgstr "Übersicht"
211
 
212
+ #: ../ngginstall.php:157
213
  msgid "[Show as slideshow]"
214
+ msgstr "[Zeige als Diashow]"
215
 
216
+ #: ../ngginstall.php:158
217
  msgid "[Show picture list]"
218
  msgstr "[Zeige Bilder-Liste]"
219
 
237
  msgid "Width:"
238
  msgstr "Breite:"
239
 
240
+ #: ../nggwidget.php:323
241
  msgid "NextGEN Recent Image"
242
  msgstr "NextGEN Neuste Bilder"
243
 
244
+ #: ../nggwidget.php:363
245
+ #: ../nggwidget.php:549
246
+ #: ../admin/album.php:244
247
  #: ../admin/manage.php:290
248
  #: ../admin/manage.php:448
249
  #: ../admin/myimport.php:51
250
+ #: ../admin/__manage.php:208
251
+ #: ../admin/__manage.php:1005
252
  #: ../js/nggadmintab-js.php:104
253
  msgid "Title"
254
  msgstr "Titel"
255
 
256
+ #: ../nggwidget.php:365
257
+ #: ../nggwidget.php:551
258
  msgid "Display type"
259
+ msgstr "Verwende Bild"
260
 
261
+ #: ../nggwidget.php:367
262
+ #: ../nggwidget.php:553
263
  #: ../admin/manage.php:537
264
  #: ../js/nggadmintab-js.php:101
265
  msgid "Thumbnail"
266
  msgstr "Thumbnail"
267
 
268
+ #: ../nggwidget.php:368
269
+ #: ../nggwidget.php:554
270
  msgid "Orginal"
271
  msgstr "Orginal"
272
 
273
+ #: ../nggwidget.php:371
274
+ #: ../nggwidget.php:557
275
  msgid "Number of pics"
276
  msgstr "Anzahl der Bilder"
277
 
278
+ #: ../nggwidget.php:382
279
+ #: ../nggwidget.php:568
280
  msgid "Width (px)"
281
  msgstr "Breite (px)"
282
 
283
+ #: ../nggwidget.php:384
284
+ #: ../nggwidget.php:570
285
  msgid "Height (px)"
286
  msgstr "Höhe (px)"
287
 
288
+ #: ../nggwidget.php:386
289
+ #: ../nggwidget.php:572
290
  msgid "Mode"
291
  msgstr "Modus"
292
 
293
+ #: ../nggwidget.php:388
294
+ #: ../nggwidget.php:574
295
+ #: ../admin/settings.php:490
296
  msgid "none"
297
  msgstr "keiner"
298
 
299
+ #: ../nggwidget.php:389
300
+ #: ../nggwidget.php:575
301
  msgid "web2.0"
302
  msgstr "Web 2.0"
303
 
304
+ #: ../nggwidget.php:392
305
+ #: ../nggwidget.php:578
306
  msgid "Show in the main page"
307
  msgstr "Zeige auf der Startseite"
308
 
309
+ #: ../nggwidget.php:394
310
+ #: ../nggwidget.php:580
311
  msgid "yes"
312
  msgstr "Ja"
313
 
314
+ #: ../nggwidget.php:395
315
+ #: ../nggwidget.php:581
316
  msgid "no"
317
  msgstr "Nein"
318
 
319
+ #: ../nggwidget.php:398
320
+ #: ../nggwidget.php:584
321
  msgid "Show in"
322
  msgstr "Zeige in"
323
 
324
+ #: ../nggwidget.php:400
325
+ #: ../nggwidget.php:586
326
  msgid "All categories"
327
  msgstr "Alle Kategorien"
328
 
329
+ #: ../nggwidget.php:401
330
+ #: ../nggwidget.php:587
331
  msgid "Only which are not listed"
332
  msgstr "Nur ungelistete"
333
 
334
+ #: ../nggwidget.php:402
335
+ #: ../nggwidget.php:588
336
  msgid "Only which are listed"
337
  msgstr "Nur gelistete"
338
 
339
+ #: ../nggwidget.php:405
340
+ #: ../nggwidget.php:591
341
  msgid "Categories (id (use , to seperate)"
342
  msgstr "Kategorie (ID (nutze , für mehrere))"
343
 
344
+ #: ../nggwidget.php:511
345
  msgid "NextGEN Random Image"
346
  msgstr "NextGEN Zufallsbild"
347
 
362
  msgstr "(Leitender Entwickler)"
363
 
364
  #: ../admin/about.php:15
365
+ msgid "(Core AJAX developer)"
366
+ msgstr "(Core AJAX Entwickler)"
367
+
368
  #: ../admin/about.php:16
369
+ #: ../admin/about.php:17
370
  msgid "(Core developer)"
371
  msgstr "(Core Entwickler)"
372
 
373
+ #: ../admin/about.php:18
374
  msgid "(Sidebar Widget developer)"
375
  msgstr "(Sidebar Widget Entwickler)"
376
 
377
+ #: ../admin/about.php:20
378
  msgid "Contributors / Tribute to"
379
  msgstr "Anerkennung / Hinweise"
380
 
381
+ #: ../admin/about.php:21
382
  msgid "If you study the code of this plugin, you will find out that we mixed a lot of good already existing code and ideas together."
383
+ msgstr "Falls Du Dir den Sourcecode dieses Plugins ansiehst wirst Du merken, das wir verschiedene gute Scripte sowie Ideen verwendet haben."
384
 
385
+ #: ../admin/about.php:22
386
  msgid "So, we would like to thank the following people for their pioneer work (without this work it's impossible to create such a plugin so fast)"
387
  msgstr "Wir möchten folgenden Menschen für Ihre Pionier-Arbeit danken (ohne diese Vorleistung wäre es unmöglich ein Plugin so schnell zu entwickeln)"
388
 
389
+ #: ../admin/about.php:24
390
  msgid "for their great documented code"
391
  msgstr "für Ihren großartig dokumentierten Code"
392
 
393
+ #: ../admin/about.php:25
394
  msgid "for jQuery, which is the best Web2.0 framework"
395
  msgstr "für jQuery, das Beste Web2.0 Framework"
396
 
397
+ #: ../admin/about.php:26
398
  msgid "for the fantastic PHP Thumbnail Class"
399
  msgstr "für die fantastische PHP Thumbnail Klasse"
400
 
401
+ #: ../admin/about.php:27
402
  msgid "for PclZip , a PHP library that manage ZIP archives"
403
  msgstr "für PclZip, eine ZIP PHP Library"
404
 
405
+ #: ../admin/about.php:28
406
  msgid "for a lot of very useful plugins and ideas"
407
  msgstr "für viele nützliche Plugins und Ideen"
408
 
409
+ #: ../admin/about.php:29
410
  msgid "for RS-Discuss, it saved me a lot of time"
411
  msgstr "für RS-Discuss, welches mir viel Zeit sparte"
412
 
413
+ #: ../admin/about.php:30
414
  msgid "for the best Media Flash Scripts on earth"
415
+ msgstr "für die besten Media Flash Scripte"
416
 
417
+ #: ../admin/about.php:31
418
  msgid "for the Watermark plugin"
419
  msgstr "für das Wasserzeichen Plugin"
420
 
421
+ #: ../admin/about.php:33
422
  msgid "If you didn't find your name on this list and there is some code which I integrate in my plugin, don't hesitate to send me a mail."
423
  msgstr "Falls Du Deinen Namen hier nicht auf dieser Liste findest und es einigen Code gibt, den ich in meinem Plugin verwendet habe, so schicken mir bitte sofort einfach eine EMail."
424
 
425
+ #: ../admin/about.php:34
426
  msgid "How to support ?"
427
  msgstr "Unterstützung / Hilfe"
428
 
429
+ #: ../admin/about.php:35
430
  msgid "There exist several ways to contribute, help or support us in this work. Non of them are mandatory."
431
  msgstr "Es existieren verschiedene Möglichkeiten diese Arbeit zu unterstützen."
432
 
433
+ #: ../admin/about.php:37
434
  msgid "Send us bugfixes / code changes"
435
  msgstr "Schicke uns Verbesserungen / Bugfixes"
436
 
437
+ #: ../admin/about.php:37
438
  msgid "The most motivated support for this plugin are your ideas and brain work"
439
  msgstr "Der beste Support für dieses Plugin sind Deine Ideen und Gedanken"
440
 
441
+ #: ../admin/about.php:38
442
  msgid "Translate the plugin"
443
  msgstr "Übersetze das Plugin"
444
 
445
+ #: ../admin/about.php:38
446
  msgid "To help people to work with this plugin, I would like to have it in all avaivable languages"
447
  msgstr "Um jedem das Arbeiten mit diesem Plugin zu vereinfachen würde ich es gerne in allen verfügbaren Sprachen anbieten"
448
 
449
+ #: ../admin/about.php:39
450
  msgid "Donate the work via paypal"
451
  msgstr "Zeig Dich für diese Arbeit per PayPal dankbar"
452
 
453
+ #: ../admin/about.php:50
454
  msgid "No doubt a very usefull and easy motivation :-)"
455
  msgstr "Kein Zweifel, eine schöne und simple Motivationshilfe"
456
 
457
+ #: ../admin/about.php:52
458
  msgid "Place a link to the plugin in your blog/webpage"
459
  msgstr "Setze einen Link zu diesem Plugin auf Deinen Blog"
460
 
461
+ #: ../admin/about.php:52
462
  msgid "Yes, share and trackback is also a good support for this work "
463
  msgstr "Natürlich sind Trackbacks und Links auch ein guter Support für diese Arbeit"
464
 
465
+ #: ../admin/about.php:54
466
  msgid "Thanks!"
467
  msgstr "Vielen Dank!"
468
 
469
+ #: ../admin/about.php:55
470
  msgid "We would like to thank this people which support us in the work :"
471
  msgstr "Wir wollen diesen Menschen für Ihre Hilfe danken:"
472
 
473
+ #: ../admin/addgallery.php:30
474
+ #: ../admin/addgallery.php:46
475
  msgid "Upload failed!"
476
  msgstr "Upload fehlgeschlagen!"
477
 
478
+ #: ../admin/addgallery.php:68
479
  msgid "remove"
480
  msgstr "Entfernen"
481
 
482
+ #: ../admin/addgallery.php:78
483
+ #: ../admin/addgallery.php:88
484
  msgid "Add new gallery"
485
  msgstr "Neue Galerie erstellen"
486
 
487
+ #: ../admin/addgallery.php:80
488
+ #: ../admin/addgallery.php:106
489
  msgid "Upload a Zip-File"
490
  msgstr "Zip-Datei hochladen"
491
 
492
+ #: ../admin/addgallery.php:82
493
+ #: ../admin/addgallery.php:138
494
  msgid "Import image folder"
495
  msgstr "Bilder-Verzeichniss importieren"
496
 
497
+ #: ../admin/addgallery.php:83
498
+ #: ../admin/addgallery.php:156
499
  msgid "Upload Images"
500
  msgstr "Bilder hochladen"
501
 
502
+ #: ../admin/addgallery.php:94
503
  msgid "New Gallery"
504
  msgstr "Neue Galerie"
505
 
506
+ #: ../admin/addgallery.php:96
507
  msgid "Create a new , empty gallery below the folder"
508
  msgstr "Erstelle eine neue, leere Galerie unter dem Verzeichniss"
509
 
510
+ #: ../admin/addgallery.php:97
511
  msgid "Allowed characters for file and folder names are"
512
  msgstr "Erlaubte Charaktere für die Datei- und Verzeichnissnamen sind"
513
 
514
+ #: ../admin/addgallery.php:100
515
  msgid "Add gallery"
516
  msgstr "Galerie hinzufügen"
517
 
518
+ #: ../admin/addgallery.php:112
519
  msgid "Select Zip-File"
520
  msgstr "Wähle Zip-Datei"
521
 
522
+ #: ../admin/addgallery.php:114
523
  msgid "Upload a zip file with images"
524
  msgstr "Lade eine Zip-Datei mit Bildern hoch"
525
 
526
+ #: ../admin/addgallery.php:117
527
+ #: ../admin/addgallery.php:166
528
  msgid "in to"
529
  msgstr "in"
530
 
531
+ #: ../admin/addgallery.php:119
532
  msgid "a new gallery"
533
+ msgstr "eine neue Galerie"
534
 
535
+ #: ../admin/addgallery.php:129
536
+ #: ../admin/addgallery.php:178
537
  msgid "Note : The upload limit on your server is "
538
  msgstr "Hinweis : Das Upload-Limit auf dem Server beträgt"
539
 
540
+ #: ../admin/addgallery.php:132
541
  msgid "Start upload"
542
  msgstr "Upload starten"
543
 
544
+ #: ../admin/addgallery.php:144
545
  msgid "Import from Server path:"
546
  msgstr "Importieren aus Server-Pfad:"
547
 
548
+ #: ../admin/addgallery.php:146
549
  msgid "Import a folder with images. Please note :"
550
  msgstr "Importiere ein Verzeichniss mit Bildern. Bitte beachte:"
551
 
552
+ #: ../admin/addgallery.php:147
553
  msgid "For save_mode = ON you need to add the subfolder thumbs manually"
554
  msgstr "Falls save_mode = ON (PHP.INI) mußt Du die Thumbs im Unterverzeichniss manuell hinzufügen"
555
 
556
+ #: ../admin/addgallery.php:150
557
  msgid "Import folder"
558
  msgstr "Verzeichniss importieren"
559
 
560
+ #: ../admin/addgallery.php:162
561
  msgid "Upload image"
562
  msgstr "Bild hochladen"
563
 
564
+ #: ../admin/addgallery.php:168
565
  msgid "Choose gallery"
566
  msgstr "Wähle Galerie"
567
 
568
+ #: ../admin/addgallery.php:181
569
  msgid "Upload images"
570
  msgstr "Bilder hochladen"
571
 
572
+ #: ../admin/addgallery.php:201
573
  msgid "No valid gallery name!"
574
  msgstr "Kein gültiger Galerie-Name!"
575
 
576
+ #: ../admin/addgallery.php:205
577
+ #: ../admin/addgallery.php:213
578
+ #: ../admin/addgallery.php:221
579
+ #: ../admin/addgallery.php:260
580
+ #: ../admin/addgallery.php:264
581
  msgid "Directory"
582
  msgstr "Verzeichniss"
583
 
584
+ #: ../admin/addgallery.php:205
585
  msgid "didn't exist. Please create first the main gallery folder "
586
  msgstr "nicht gefunden. Bitte erstelle zuerst das Hauptverzeichnis."
587
 
588
+ #: ../admin/addgallery.php:206
589
+ #: ../admin/addgallery.php:214
590
  msgid "Check this link, if you didn't know how to set the permission :"
591
  msgstr "Dieser Link zeigt dir wie man Verzeichnisrechte ändert :"
592
 
593
+ #: ../admin/addgallery.php:213
594
  msgid "didn't have the permissions "
595
  msgstr "hat nicht die Berechtigungen"
596
 
597
+ #: ../admin/addgallery.php:221
598
  msgid "already exists!"
599
  msgstr "gibt es schon!"
600
 
601
+ #: ../admin/addgallery.php:227
602
+ #: ../admin/addgallery.php:229
603
+ #: ../admin/addgallery.php:270
604
+ #: ../admin/addgallery.php:530
605
+ #: ../admin/addgallery.php:532
606
  msgid "Unable to create directory "
607
  msgstr "Kann Verzeichniss nicht erstellen"
608
 
609
+ #: ../admin/addgallery.php:228
610
+ #: ../admin/addgallery.php:531
611
+ #: ../admin/addgallery.php:533
612
  msgid "Unable to set directory permissions "
613
  msgstr "Kann die Berechtigungen nicht setzen"
614
 
615
+ #: ../admin/addgallery.php:230
616
  msgid "Unable to set directory permissions"
617
  msgstr "Kann die Berechtigungen nicht setzen"
618
 
619
+ #: ../admin/addgallery.php:232
620
  msgid "The server setting Safe-Mode is on !"
621
  msgstr "Auf dem Server ist Safe-Mode aktiviert (PHP.INI)"
622
 
623
+ #: ../admin/addgallery.php:233
624
  msgid "Please create directory"
625
  msgstr "Bitte erstelle das Verzeichniss"
626
 
627
+ #: ../admin/addgallery.php:234
628
  msgid "and the thumbnails directory"
629
  msgstr "und das Thumbnails-Verzeichniss"
630
 
631
+ #: ../admin/addgallery.php:234
632
  msgid "with permission 777 manually !"
633
  msgstr "mit den Berechtigungen 777 manuell !"
634
 
635
+ #: ../admin/addgallery.php:238
636
  msgid "already exists"
637
  msgstr "gibt es bereits"
638
 
639
+ #: ../admin/addgallery.php:242
640
+ #: ../admin/addgallery.php:306
641
  msgid "successfully created!"
642
  msgstr "erfolgreich erstellt!"
643
 
644
+ #: ../admin/addgallery.php:242
645
  msgid "You can show this gallery with the tag"
646
  msgstr "Du kannst diese Galerie mit diem Stichwort anzeigen :"
647
 
648
+ #: ../admin/addgallery.php:260
649
+ #: ../admin/addgallery.php:269
650
  msgid "doesn&#96;t exist"
651
  msgstr "gibt es nicht"
652
 
653
+ #: ../admin/addgallery.php:264
654
  msgid "contains no pictures"
655
  msgstr "enthält keine Bilder"
656
 
657
+ #: ../admin/addgallery.php:269
658
  msgid "Thumbnail Directory"
659
  msgstr "Thumbnail Verzeichniss"
660
 
661
+ #: ../admin/addgallery.php:269
662
  msgid "Please create the folder <i>thumbs</i> in your gallery folder."
663
  msgstr "Bitte erstelle das Verzeichniss <i>thumbs</i> in Deinem Galerie-Verzeichniss als Unterverzeichniss."
664
 
665
+ #: ../admin/addgallery.php:282
666
  #: ../admin/myimport.php:38
667
  msgid "Database error. Could not add gallery!"
668
  msgstr "Datenbank-Fehler. Kann Galerie nicht hinzufügen!"
669
 
670
+ #: ../admin/addgallery.php:306
671
  msgid " pictures added."
672
  msgstr " Bilder hinzugefügt."
673
 
674
+ #: ../admin/addgallery.php:350
675
+ #: ../admin/addgallery.php:387
676
  msgid "Some pictures are not writeable :"
677
  msgstr "Einige Bilder sind schreibgeschützt :"
678
 
679
+ #: ../admin/addgallery.php:458
680
  msgid "Follow thumbnails could not created."
681
  msgstr "Folgende Thumbnails konnten nicht erstellt werden :"
682
 
683
+ #: ../admin/addgallery.php:459
684
  msgid "Some thumbnails are not writeable :"
685
  msgstr "Einige Thumbnails sind schreibgeschützt :"
686
 
687
+ #: ../admin/addgallery.php:475
688
+ msgid "The Zip-file is too large. Exceed Memory limit !"
689
+ msgstr "Das Zip-File ist zu groß. Speicherlimit überschritten !"
690
+
691
+ #: ../admin/addgallery.php:513
692
  msgid "Uploaded file was no or a faulty zip file ! The server recognize : "
693
  msgstr "Die hochgeladene Datei war keine korrekte Zip-Datei. Servermeldung :"
694
 
695
+ #: ../admin/addgallery.php:538
696
  msgid "Unable to unlink zip file "
697
  msgstr "Unfähig die Zip-Datei zu bearbeiten"
698
 
699
+ #: ../admin/addgallery.php:541
700
  msgid "Zip-File successfully unpacked"
701
  msgstr "Zip-Datei erfolgreich entpackt"
702
 
703
+ #: ../admin/addgallery.php:577
704
+ #: ../admin/addgallery.php:585
705
  msgid "Unable to unlink file "
706
  msgstr "Unfähig das File zu bearbeiten"
707
 
708
+ #: ../admin/addgallery.php:578
709
  msgid "No gallery selected !"
710
  msgstr "Keine Galerie ausgewählt !"
711
 
712
+ #: ../admin/addgallery.php:586
713
  msgid "Failure in database, no gallery path set !"
714
  msgstr "Datenbankfehler! Kein Galerie-Pfad gesetzt !"
715
 
716
+ #: ../admin/addgallery.php:593
717
  msgid "is no valid image file!"
718
  msgstr "ist keine zulässige Bilddatei !"
719
 
720
+ #: ../admin/addgallery.php:601
721
  msgid "Error, the file could not moved to : "
722
  msgstr "Fehler: Diese Datei kann nicht verschoben werden zu :"
723
 
724
+ #: ../admin/addgallery.php:605
725
  msgid "Error, the file permissions could not set"
726
  msgstr "Fehler: Die Berechtigungen für diese Datei können nicht gesetzt werden"
727
 
728
+ #: ../admin/addgallery.php:627
729
  msgid " Image(s) successfully added"
730
  msgstr " Bild(er) erfolgreich hinzugefügt"
731
 
779
  msgid "Album deleted"
780
  msgstr "Album gelöscht"
781
 
782
+ #: ../admin/album.php:117
783
  msgid "Manage Albums"
784
  msgstr "Verwalte Alben"
785
 
786
+ #: ../admin/album.php:126
787
  msgid "No album selected"
788
  msgstr "Kein Album ausgewählt"
789
 
790
+ #: ../admin/album.php:139
791
  msgid "Add new album"
792
  msgstr "Album hinzufügen"
793
 
794
+ #: ../admin/album.php:143
795
  #: ../admin/manage.php:314
796
  #: ../admin/manage.php:578
797
+ #: ../admin/__manage.php:232
798
  msgid "Delete"
799
  msgstr "Lösche"
800
 
801
+ #: ../admin/album.php:143
802
  msgid "Delete album ?"
803
  msgstr "Lösche Album ?"
804
 
805
+ #: ../admin/album.php:145
806
+ #: ../admin/settings.php:137
807
+ #: ../admin/settings.php:177
808
+ #: ../admin/settings.php:210
809
+ #: ../admin/settings.php:285
810
+ #: ../admin/settings.php:331
811
+ #: ../admin/settings.php:440
812
+ #: ../admin/settings.php:544
813
  msgid "Update"
814
  msgstr "Aktualisiere"
815
 
816
+ #: ../admin/album.php:153
817
  msgid "[Maximize]"
818
  msgstr "[Vergrößern]"
819
 
820
+ #: ../admin/album.php:154
821
  msgid "[Minimize]"
822
  msgstr "[Verkleinern]"
823
 
824
+ #: ../admin/album.php:156
825
  msgid "After you create and select a album, you can drag and drop a gallery into your album below"
826
  msgstr "Nachdem du ein Album erstellt und ausgewählt hast, kannst du per Drag & Drop eine Galerie in das Album ziehen"
827
 
828
+ #: ../admin/album.php:163
829
  msgid "Select Gallery"
830
  msgstr "Wähle Galerie"
831
 
832
+ #: ../admin/album.php:196
833
  msgid "Album Page ID"
834
  msgstr "Album Seiten ID (Page ID)"
835
 
836
+ #: ../admin/album.php:208
837
  msgid "No album selected!"
838
  msgstr "Kein Album ausgewählt"
839
 
840
+ #: ../admin/album.php:242
841
  #: ../admin/manage.php:288
842
  #: ../admin/manage.php:534
843
  #: ../admin/myimport.php:49
844
+ #: ../admin/__manage.php:206
845
  msgid "ID"
846
  msgstr "ID"
847
 
848
+ #: ../admin/album.php:243
849
  msgid "Name"
850
  msgstr "Name"
851
 
852
+ #: ../admin/album.php:245
853
  msgid "Page"
854
  msgstr "Seite"
855
 
856
  #: ../admin/manage.php:64
857
  #: ../admin/manage.php:85
858
+ #: ../admin/__manage.php:182
859
  msgid "deleted successfully"
860
  msgstr "erfolgreich gelöscht"
861
 
896
  msgstr "erstellt"
897
 
898
  #: ../admin/manage.php:284
899
+ #: ../admin/__manage.php:202
900
  msgid "Gallery Overview"
901
  msgstr "Galerie Übersicht"
902
 
903
  #: ../admin/manage.php:289
904
  #: ../admin/myimport.php:50
905
+ #: ../admin/__manage.php:207
906
  msgid "Gallery name"
907
  msgstr "Galerie Name"
908
 
909
  #: ../admin/manage.php:292
910
  #: ../admin/myimport.php:53
911
+ #: ../admin/__manage.php:210
912
  msgid "Page ID"
913
  msgstr "Seiten ID (Page ID)"
914
 
915
  #: ../admin/manage.php:293
916
  #: ../admin/myimport.php:54
917
+ #: ../admin/__manage.php:211
918
  msgid "Quantity"
919
  msgstr "Anzahl"
920
 
921
  #: ../admin/manage.php:294
922
  #: ../admin/manage.php:546
923
  #: ../admin/myimport.php:55
924
+ #: ../admin/__manage.php:212
925
  msgid "Action"
926
  msgstr "Aktion"
927
 
928
  #: ../admin/manage.php:313
929
+ #: ../admin/__manage.php:231
930
  #: ../js/nggadmintab-js.php:88
931
  msgid "Edit"
932
  msgstr "Bearbeiten"
933
 
934
  #: ../admin/manage.php:314
935
+ #: ../admin/__manage.php:232
936
  msgid "Delete this gallery ?"
937
  msgstr "Diese Galerie löschen ?"
938
 
939
  #: ../admin/manage.php:319
940
  #: ../admin/manage.php:583
941
  #: ../admin/myimport.php:79
942
+ #: ../admin/__manage.php:237
943
+ #: ../admin/__manage.php:1155
944
  msgid "No entries found"
945
  msgstr "Keine Einträge gefunden"
946
 
947
  #: ../admin/manage.php:445
948
+ #: ../admin/__manage.php:1001
949
  msgid "Main settings"
950
  msgstr "Haupteinstellungen"
951
 
952
  #: ../admin/manage.php:450
953
+ #: ../admin/__manage.php:1007
954
  msgid "Page Link to"
955
  msgstr "Seite verlinkt zu"
956
 
957
  #: ../admin/manage.php:453
958
+ #: ../admin/__manage.php:1010
959
  msgid "Not linked"
960
  msgstr "Nicht verlinkt"
961
 
962
  #: ../admin/manage.php:469
963
+ #: ../admin/__manage.php:1026
964
  msgid "Preview image"
965
  msgstr "Vorschau-Bild"
966
 
967
  #: ../admin/manage.php:472
968
+ #: ../admin/__manage.php:1029
969
  msgid "No Picture"
970
  msgstr "Kein Bild"
971
 
972
  #: ../admin/manage.php:487
973
+ #: ../admin/__manage.php:1043
974
  msgid "Path"
975
  msgstr "Pfad"
976
 
977
  #: ../admin/manage.php:490
978
+ #: ../admin/__manage.php:1045
979
  msgid "Create new page"
980
  msgstr "Neue Seite erstellen"
981
 
982
  #: ../admin/manage.php:493
983
+ #: ../admin/__manage.php:1048
984
  msgid "Main page (No parent)"
985
+ msgstr "Haupseite (keine Unterseite)"
986
 
987
  #: ../admin/manage.php:496
988
+ #: ../admin/__manage.php:1051
989
  msgid "Add page"
990
  msgstr "Seite hinzufügen"
991
 
992
  #: ../admin/manage.php:502
993
+ #: ../admin/__manage.php:1057
994
  msgid "Scan Folder for new images"
995
  msgstr "Überprüfe Verzeichniss nach neuen Bildern"
996
 
997
  #: ../admin/manage.php:503
998
  #: ../admin/manage.php:590
999
+ #: ../admin/__manage.php:1058
1000
  msgid "Save Changes"
1001
  msgstr "Änderungen Speichern"
1002
 
1053
  msgstr ""
1054
  "Du startest die Bearbeitung von %s Bildern \n"
1055
  " \n"
1056
+ " 'Abbrechenl' um zu stoppen, 'OK' um die Bearbeitung durchzuführen."
1057
 
1058
  #: ../admin/manage.php:523
1059
  msgid "Hide thumbnails "
1072
  msgstr "Verstecke Tags"
1073
 
1074
  #: ../admin/manage.php:535
1075
+ #: ../admin/settings.php:274
1076
  msgid "File name"
1077
  msgstr "Dateiname"
1078
 
1133
  msgid "The server reports that a new NextGEN Gallery Version is now available. Please visit the plugin homepage for more information."
1134
  msgstr "Der Server benachrichtigt Dich über eine neu verfügbare Version der NextGEN Galerie. Bitte besuche die Plugin Homepage um weitere Informationen zu erhalten."
1135
 
1136
+ #: ../admin/overview.php:36
1137
+ msgid "Download here"
1138
+ msgstr "Hier dowloaden"
1139
+
1140
+ #: ../admin/overview.php:38
1141
  msgid "Server Settings"
1142
  msgstr "Server- Einstellungen"
1143
 
1144
+ #: ../admin/overview.php:45
1145
  msgid "Welcome"
1146
+ msgstr "Willkommen"
1147
 
1148
+ #: ../admin/overview.php:49
1149
  msgid "gallery administrator"
1150
  msgstr "Galerie-Administrator"
1151
 
1152
+ #: ../admin/overview.php:49
1153
  msgid "gallery editor"
1154
  msgstr "Galerie-Mitarbeiter"
1155
 
1156
+ #: ../admin/overview.php:50
1157
  #, php-format
1158
  msgid "Welcome to NextGEN Gallery. Here you can control your images, galleries and albums. You currently have %s rights."
1159
  msgstr "Willkommen zur NextGEN Galerie. Hier kannst Du Deine Bilder, Galerien und Alben verwalten. Du hast im Moment %s Rechte."
1160
 
1161
+ #: ../admin/overview.php:55
1162
  msgid "Add a new gallery or import pictures"
1163
  msgstr "Neue Galerie erstellen oder Bilder importieren"
1164
 
1165
+ #: ../admin/overview.php:56
1166
  msgid "Manage galleries and images"
1167
  msgstr "Verwalte Galerien und Bilder"
1168
 
1169
+ #: ../admin/overview.php:57
1170
  msgid "Create and manage albums"
1171
  msgstr "Erstelle und verwalte Alben"
1172
 
1173
+ #: ../admin/overview.php:58
1174
  msgid "Change the settings of NextGEN Gallery"
1175
  msgstr "Ändere die Einstellungen von NextGEN Galerie"
1176
 
1177
+ #: ../admin/overview.php:61
1178
  msgid "Latest News"
1179
+ msgstr "Letzte Informationen"
1180
 
1181
+ #: ../admin/overview.php:80
1182
  #, php-format
1183
  msgid "Newsfeed could not be loaded. Check the <a href=\"%s\">front page</a> to check for updates."
1184
  msgstr "Der Newsfeed kann nicht geladen werden. Schaue auf die <a href=\"%s\">Hauptseite</a> um Updates mitzubekommen."
1185
 
1186
+ #: ../admin/overview.php:93
1187
  msgid "GD support"
1188
  msgstr "GD Unterstützung"
1189
 
1190
+ #: ../admin/overview.php:104
1191
  msgid "No GD support"
1192
  msgstr "Keine GD Unterstützung"
1193
 
1194
+ #: ../admin/overview.php:111
1195
  msgid "Yes"
1196
  msgstr "Ja"
1197
 
1198
+ #: ../admin/overview.php:112
1199
  msgid "No"
1200
  msgstr "Nein"
1201
 
1202
+ #: ../admin/overview.php:126
1203
  msgid "Not set"
1204
  msgstr "Nicht gesetzt"
1205
 
1206
+ #: ../admin/overview.php:128
1207
+ #: ../admin/overview.php:131
1208
  msgid "On"
1209
  msgstr "An"
1210
 
1211
+ #: ../admin/overview.php:129
1212
+ #: ../admin/overview.php:132
1213
  msgid "Off"
1214
  msgstr "Aus"
1215
 
1216
+ #: ../admin/overview.php:135
1217
+ #: ../admin/overview.php:138
1218
+ #: ../admin/overview.php:141
1219
+ #: ../admin/overview.php:144
1220
+ #: ../admin/overview.php:147
1221
  msgid "N/A"
1222
  msgstr "N/A"
1223
 
1224
+ #: ../admin/overview.php:146
1225
  msgid " MByte"
1226
  msgstr " MByte"
1227
 
1228
+ #: ../admin/overview.php:150
1229
  msgid "Operating System"
1230
  msgstr "Betriebssystem"
1231
 
1232
+ #: ../admin/overview.php:151
1233
  msgid "Server"
1234
  msgstr "Server"
1235
 
1236
+ #: ../admin/overview.php:152
1237
  msgid "Memory usage"
1238
  msgstr "Speicherverbrauch"
1239
 
1240
+ #: ../admin/overview.php:153
1241
  msgid "MYSQL Version"
1242
  msgstr "MySQL Version"
1243
 
1244
+ #: ../admin/overview.php:154
1245
  msgid "SQL Mode"
1246
  msgstr "SQL Modus"
1247
 
1248
+ #: ../admin/overview.php:155
1249
  msgid "PHP Version"
1250
  msgstr "PHP Version"
1251
 
1252
+ #: ../admin/overview.php:156
1253
  msgid "PHP Safe Mode"
1254
  msgstr "PHP Safe Mode"
1255
 
1256
+ #: ../admin/overview.php:157
1257
  msgid "PHP Allow URL fopen"
1258
  msgstr "PHP Allow URL fopen"
1259
 
1260
+ #: ../admin/overview.php:158
1261
  msgid "PHP Memory Limit"
1262
  msgstr "PHP Memory Limit"
1263
 
1264
+ #: ../admin/overview.php:159
1265
  msgid "PHP Max Upload Size"
1266
  msgstr "PHP Max Upload Size"
1267
 
1268
+ #: ../admin/overview.php:160
1269
  msgid "PHP Max Post Size"
1270
  msgstr "PHP Max Post Size"
1271
 
1272
+ #: ../admin/overview.php:161
1273
  msgid "PHP Max Script Execute Time"
1274
  msgstr "PHP Max Script Execute Time"
1275
 
1283
 
1284
  #: ../admin/roles.php:26
1285
  msgid "Select the lowest role which should be able to access the follow capabilities. NextGEN Gallery supports the standard roles from WordPress."
1286
+ msgstr "Wähle die niedrigste Rolle aus, die Zugriff haben sol. NextGEN Gallery unterstützt nur die Standard Wordpress Rollen/Fähigkeitenen von WordPress."
1287
 
1288
  #: ../admin/roles.php:27
1289
  msgid "For a more flexible user management you can use the"
1321
  msgid "Update capabilities"
1322
  msgstr "Rechte aktualisieren"
1323
 
1324
+ #: ../admin/settings.php:29
1325
  #: ../admin/style.php:16
1326
  msgid "Update successfully"
1327
  msgstr "Aktualisierung erfolgreich"
1328
 
1329
+ #: ../admin/settings.php:79
1330
+ #: ../admin/settings.php:91
1331
  msgid "General Options"
1332
  msgstr "Allg. Optionen"
1333
 
1334
+ #: ../admin/settings.php:80
1335
+ #: ../admin/settings.php:251
1336
  msgid "Thumbnails"
1337
  msgstr "Thumbnails"
1338
 
1339
+ #: ../admin/settings.php:81
1340
  msgid "Images"
1341
  msgstr "Bilder"
1342
 
1343
+ #: ../admin/settings.php:83
1344
+ #: ../admin/settings.php:293
1345
  msgid "Effects"
1346
  msgstr "Effekte"
1347
 
1348
+ #: ../admin/settings.php:98
1349
  msgid "Gallery path"
1350
  msgstr "Galerie-Pfad"
1351
 
1352
+ #: ../admin/settings.php:100
1353
  msgid "This is the default path for all galleries"
1354
  msgstr "Dies ist der Standard-Pfad für alle Galerien"
1355
 
1356
+ #: ../admin/settings.php:111
1357
  msgid "Delete image files"
1358
  msgstr "Lösche Bilddateien"
1359
 
1360
+ #: ../admin/settings.php:113
1361
  msgid "Delete files, when removing a gallery in the database"
1362
+ msgstr "Löscht auch die Dateien, falls die Galerie aus der Datenbank entfernt wird"
1363
 
1364
+ #: ../admin/settings.php:116
1365
  msgid "Tags / Categories"
1366
+ msgstr "Stichwörter / Kategorien"
1367
 
1368
+ #: ../admin/settings.php:119
1369
  msgid "Activate related images"
1370
  msgstr "Verwandte Bilder anzeigen"
1371
 
1372
+ #: ../admin/settings.php:121
1373
  msgid "This option will append related images to every post"
1374
  msgstr "Diese Option hängt verwandte Bilder an jeden Beitrag"
1375
 
1376
+ #: ../admin/settings.php:125
1377
  msgid "Match with"
1378
  msgstr "Vergleiche mit"
1379
 
1380
+ #: ../admin/settings.php:126
1381
  msgid "Categories"
1382
  msgstr "Kategorien"
1383
 
1384
+ #: ../admin/settings.php:127
1385
  msgid "Tags"
1386
  msgstr "Stichwörter"
1387
 
1388
+ #: ../admin/settings.php:127
1389
  msgid " (require WordPress 2.3 or higher)"
1390
  msgstr " (benötigt WordPress 2.3 oder höher)"
1391
 
1392
+ #: ../admin/settings.php:131
1393
  msgid "Max. number of images"
1394
  msgstr "Max. Anzahl der Bilder"
1395
 
1396
+ #: ../admin/settings.php:133
1397
  msgid "0 will show all images"
1398
  msgstr "0 zeige alle verwandten Bilder"
1399
 
1400
+ #: ../admin/settings.php:145
1401
  msgid "Thumbnail settings"
1402
  msgstr "Thumbnail Einstellungen"
1403
 
1404
+ #: ../admin/settings.php:150
1405
  msgid "Please note : If you change the settings, you need to recreate the thumbnails under -> Manage Gallery ."
1406
  msgstr "Bitte beachten : Änderungen der Einstellungen werden erst übernommen, wenn Du neue Thumbnails unter -> \"Gallery verwalten\" erstellst"
1407
 
1408
+ #: ../admin/settings.php:153
1409
  msgid "Width x height (in pixel)"
1410
  msgstr "Breite x Höhe (in Pixel)"
1411
 
1412
+ #: ../admin/settings.php:155
1413
  msgid "These values are maximum values "
1414
  msgstr "Diese Angaben sind maximale Angaben."
1415
 
1416
+ #: ../admin/settings.php:158
1417
  msgid "Set fix dimension"
1418
  msgstr "Setze fixe Größe"
1419
 
1420
+ #: ../admin/settings.php:160
1421
  msgid "Ignore the aspect ratio, no portrait thumbnails"
1422
  msgstr "Ignoriere Bildseitenverhältnis"
1423
 
1424
+ #: ../admin/settings.php:163
1425
  msgid "Crop square thumbnail from image"
1426
  msgstr "Mittige Thumbnails aus Bildern ausschneiden"
1427
 
1428
+ #: ../admin/settings.php:165
1429
  msgid "Create square thumbnails, use only the width setting :"
1430
  msgstr "Erstellt viereckige Thumbnails, nutzt nur den Wert der Breite :"
1431
 
1432
+ #: ../admin/settings.php:168
1433
  msgid "Thumbnail quality"
1434
  msgstr "Thumbnail Qualität"
1435
 
1436
+ #: ../admin/settings.php:172
1437
+ #: ../admin/settings.php:204
1438
  msgid "Resample Mode"
1439
  msgstr "Resample Modus"
1440
 
1441
+ #: ../admin/settings.php:174
1442
+ #: ../admin/settings.php:207
1443
  msgid "Value between 1-5 (higher value, more CPU load)"
1444
+ msgstr "Wähle zwischen 1-5 (je höhere desto länger braucht der Server)"
1445
 
1446
+ #: ../admin/settings.php:185
1447
  msgid "Image settings"
1448
  msgstr "Bild Einstellungen"
1449
 
1450
+ #: ../admin/settings.php:192
1451
  msgid "Resize Images"
1452
  msgstr "Bilder verkleinern"
1453
 
1454
+ #: ../admin/settings.php:196
1455
  msgid "Width x height (in pixel). NextGEN Gallery will keep ratio size"
1456
  msgstr "Breite x Höhe (in Pixel). NextGEN Galerie beachtet das Seitenverhältnis."
1457
 
1458
+ #: ../admin/settings.php:199
1459
  msgid "Image quality"
1460
  msgstr "Bild Qualität"
1461
 
1462
+ #: ../admin/settings.php:218
1463
  msgid "Gallery settings"
1464
  msgstr "Galerie Einstellungen"
1465
 
1466
+ #: ../admin/settings.php:225
1467
  msgid "Activate jQuery navigation"
1468
  msgstr "Aktiviere jQuery Navigation"
1469
 
1470
+ #: ../admin/settings.php:227
1471
  msgid "Please note : This is still experimental. Requires the Thickbox effect"
1472
  msgstr "Bitte beachten : Diese Funktion befindet sich noch im Teststadium. Geht nur mit Thickbox."
1473
 
1474
+ #: ../admin/settings.php:231
1475
  msgid "Deactivate gallery page link"
1476
  msgstr "Keine Seitenverzweigung"
1477
 
1478
+ #: ../admin/settings.php:233
1479
  msgid "The album will not link to a gallery subpage. The gallery is shown on the same page."
1480
+ msgstr "Ein Album benötigt dann keinen Link zur Seite. Die Galerie wird direkt angezeigt."
1481
 
1482
+ #: ../admin/settings.php:237
1483
  msgid "Number of images per page"
1484
  msgstr "Anzahl der Bilder pro Seite"
1485
 
1486
+ #: ../admin/settings.php:239
1487
  msgid "0 will disable pagination, all images on one page"
1488
  msgstr "0 schaltet Blätterfunktion ab ( = alle Bilder auf einer Seite )"
1489
 
1490
+ #: ../admin/settings.php:243
1491
  msgid "Integrate slideshow"
1492
  msgstr "Slideshow verwenden"
1493
 
1494
+ #: ../admin/settings.php:250
1495
  msgid "Show first"
1496
+ msgstr "Zeige als Erstes"
1497
 
1498
+ #: ../admin/settings.php:256
1499
  msgid "Show thumbnail description"
1500
  msgstr "Zeige Bildbeschreibung"
1501
 
1502
+ #: ../admin/settings.php:257
1503
+ #: ../admin/settings.php:305
1504
  #: ../js/nggadmintab-js.php:112
1505
  msgid "None"
1506
  msgstr "Keiner"
1507
 
1508
+ #: ../admin/settings.php:258
1509
  msgid "Description text"
1510
  msgstr "Beschreibung"
1511
 
1512
+ #: ../admin/settings.php:259
1513
+ #: ../admin/settings.php:275
1514
  msgid "Alt / Title text"
1515
  msgstr "Alt / Titel Text"
1516
 
1517
+ #: ../admin/settings.php:263
1518
  msgid "Show ImageBrowser"
1519
  msgstr "Zeige Bilder Browser"
1520
 
1521
+ #: ../admin/settings.php:265
1522
  msgid "The gallery will open the ImageBrowser instead the effect."
1523
+ msgstr "Es wird der Bilder Browser angezeigt (Kein JavaScript Effekt)"
1524
 
1525
+ #: ../admin/settings.php:269
1526
  msgid "Sort options"
1527
  msgstr "Sortierung"
1528
 
1529
+ #: ../admin/settings.php:272
1530
  msgid "Sort thumbnails"
1531
  msgstr "Thumbnails sortieren"
1532
 
1533
+ #: ../admin/settings.php:273
1534
  msgid "Image ID"
1535
  msgstr "Bilder ID"
1536
 
1537
+ #: ../admin/settings.php:279
1538
  msgid "Sort direction"
1539
  msgstr "Sortierreihenfolge"
1540
 
1541
+ #: ../admin/settings.php:280
1542
  msgid "Ascending"
1543
  msgstr "Aufsteigend"
1544
 
1545
+ #: ../admin/settings.php:281
1546
  msgid "Descending"
1547
  msgstr "Absteigend"
1548
 
1549
+ #: ../admin/settings.php:297
1550
  msgid "Here you can select the thumbnail effect, NextGEN Gallery will integrate the required HTML code in the images. Please note that only the Thickbox effect will automatic added to your theme."
1551
  msgstr "Hier kannst Du den Effekt für die Thumbnails auswählen. NextGEN Galerie wird den benötigten HTML Code verwenden. Bitte beachte, das nur der Thickbox Effekt automatisch in Dein Theme von Wordpress integriert wird. Alle anderen Effekte mußt Du selbst in die header.php eintragen (JS)."
1552
 
1553
+ #: ../admin/settings.php:298
1554
  msgid "With the placeholder"
1555
  msgstr "Mit Platzhalter"
1556
 
1557
+ #: ../admin/settings.php:298
1558
  msgid "you can activate a navigation through the images (depend on the effect). Change the code line only , when you use a different thumbnail effect or you know what you do."
1559
  msgstr "Du kannst eine Navigation durch die Bilder aktivieren (hängt vom Effekt ab). Ändere nur die Codezeile falls Du einen anderen Effekt für die Thumbnails verwendest oder einfach weißt, was Du tust."
1560
 
1561
+ #: ../admin/settings.php:302
1562
  msgid "JavaScript Thumbnail effect"
1563
  msgstr "JavaScript Thumbnail Effekt"
1564
 
1565
+ #: ../admin/settings.php:306
1566
  msgid "Thickbox"
1567
  msgstr "Thickbox"
1568
 
1569
+ #: ../admin/settings.php:307
1570
  msgid "Lightbox"
1571
  msgstr "Lightbox"
1572
 
1573
+ #: ../admin/settings.php:308
1574
  msgid "Highslide"
1575
  msgstr "Highslide"
1576
 
1577
+ #: ../admin/settings.php:309
1578
  msgid "Custom"
1579
  msgstr "Eigener"
1580
 
1581
+ #: ../admin/settings.php:314
1582
  msgid "Link Code line"
1583
  msgstr "Link Code Zeile"
1584
 
1585
+ #: ../admin/settings.php:322
1586
  msgid "Select loading image"
1587
  msgstr "Wähle Ladeanimation"
1588
 
1589
+ #: ../admin/settings.php:346
1590
  msgid "Please note : You can only activate the watermark under -> Manage Gallery . This action cannot be undone."
1591
  msgstr "Bitte beachten : Das Wasserzeichen kann nur unter der Galerieverwaltung gesetzt werden. "
1592
 
1593
+ #: ../admin/settings.php:351
1594
  msgid "Preview"
1595
  msgstr "Vorschau"
1596
 
1597
+ #: ../admin/settings.php:353
1598
+ #: ../admin/settings.php:357
1599
  msgid "Position"
1600
  msgstr "Position"
1601
 
1602
+ #: ../admin/settings.php:377
1603
  msgid "Offset"
1604
  msgstr "Abstand"
1605
 
1606
+ #: ../admin/settings.php:395
1607
  msgid "Use image as watermark"
1608
  msgstr "Benutze Bild als Wasserzeichen"
1609
 
1610
+ #: ../admin/settings.php:398
1611
  msgid "URL to file"
1612
  msgstr "URL zur Datei"
1613
 
1614
+ #: ../admin/settings.php:400
1615
  msgid "The accessing of URL files is disabled at your server (allow_url_fopen)"
1616
  msgstr "Der Dateizugriff von URL's ist auf diesem Server deaktiviert (allow_url_fopen)"
1617
 
1618
+ #: ../admin/settings.php:406
1619
  msgid "Use text as watermark"
1620
  msgstr "Benutze Text als Wasserzeichen"
1621
 
1622
+ #: ../admin/settings.php:409
1623
  msgid "Font"
1624
  msgstr "Schriftart"
1625
 
1626
+ #: ../admin/settings.php:417
1627
  msgid "You can upload more fonts in the folder <strong>nggallery/fonts</strong>"
1628
  msgstr "Du kannst mehr Schriftarten in das Verzeichniss <strong>nggallery/fonts</strong> hochladen."
1629
 
1630
+ #: ../admin/settings.php:421
1631
  msgid "Size"
1632
  msgstr "Größe"
1633
 
1634
+ #: ../admin/settings.php:425
1635
  msgid "Color"
1636
  msgstr "Farbe"
1637
 
1638
+ #: ../admin/settings.php:427
1639
  msgid "(hex w/o #)"
1640
  msgstr "(hex w/o #)"
1641
 
1642
+ #: ../admin/settings.php:430
1643
  msgid "Text"
1644
  msgstr "Text"
1645
 
1646
+ #: ../admin/settings.php:434
1647
  msgid "Opaque"
1648
  msgstr "Transparenz"
1649
 
1650
+ #: ../admin/settings.php:453
1651
  msgid "The imagerotator.swf is not in the nggallery folder, the slideshow will not work."
1652
  msgstr "Die Datei imagerotator.swf ist nicht im Plugin Verzeichniss -> so wird die Slideshow nicht funktionieren."
1653
 
1654
+ #: ../admin/settings.php:454
1655
  msgid "The settings are used in the JW Image Rotator Version 3.9 ."
1656
  msgstr "Die Einstellungen werden im JW Image Rotator Version 3.9 benutzt."
1657
 
1658
+ #: ../admin/settings.php:455
1659
  msgid "See more information for the Flash Player on the web page"
1660
  msgstr "Weitere Informationen auf der Flash Player Homepage"
1661
 
1662
+ #: ../admin/settings.php:458
1663
  msgid "Default size (W x H)"
1664
  msgstr "Standard Größe (B x H)"
1665
 
1666
+ #: ../admin/settings.php:463
1667
  msgid "Shuffle mode"
1668
  msgstr "Shuffle Modus"
1669
 
1670
+ #: ../admin/settings.php:467
1671
  msgid "Show next image on click"
1672
  msgstr "Zeige nächstes Bild bei Klick"
1673
 
1674
+ #: ../admin/settings.php:471
1675
  msgid "Show navigation bar"
1676
  msgstr "Zeige Navigations-Leiste"
1677
 
1678
+ #: ../admin/settings.php:475
1679
  msgid "Show loading icon"
1680
  msgstr "Zeige Lade-Bildchen"
1681
 
1682
+ #: ../admin/settings.php:479
1683
  msgid "Use watermark logo"
1684
  msgstr "Wasserzeichen anzeigen"
1685
 
1686
+ #: ../admin/settings.php:481
1687
  msgid "You can change the logo at the watermark settings"
1688
  msgstr "Du kannst den Pfad in Einstellungen für da Wasserzeichen angeben"
1689
 
1690
+ #: ../admin/settings.php:484
1691
  msgid "Stretch image"
1692
  msgstr "Bild dehnen"
1693
 
1694
+ #: ../admin/settings.php:487
1695
  msgid "true"
1696
+ msgstr "Ja"
1697
 
1698
+ #: ../admin/settings.php:488
1699
  msgid "false"
1700
+ msgstr "Nein"
1701
 
1702
+ #: ../admin/settings.php:489
1703
  msgid "fit"
1704
+ msgstr "Passend"
1705
 
1706
+ #: ../admin/settings.php:495
1707
  msgid "Duration time"
1708
  msgstr "Dauer"
1709
 
1710
+ #: ../admin/settings.php:496
1711
  msgid "sec."
1712
  msgstr "Sek."
1713
 
1714
+ #: ../admin/settings.php:499
1715
  msgid "Transition / Fade effect"
1716
  msgstr "Fade Effekt"
1717
 
1718
+ #: ../admin/settings.php:502
1719
  msgid "fade"
1720
+ msgstr "Fade"
1721
 
1722
+ #: ../admin/settings.php:503
1723
  msgid "bgfade"
1724
  msgstr "BGFade"
1725
 
1726
+ #: ../admin/settings.php:504
1727
  msgid "slowfade"
1728
  msgstr "Slowfade"
1729
 
1730
+ #: ../admin/settings.php:505
1731
  msgid "circles"
1732
  msgstr "Kreise"
1733
 
1734
+ #: ../admin/settings.php:506
1735
  msgid "bubbles"
1736
  msgstr "Blasen"
1737
 
1738
+ #: ../admin/settings.php:507
1739
  msgid "blocks"
1740
  msgstr "Blöcke"
1741
 
1742
+ #: ../admin/settings.php:508
1743
  msgid "fluids"
1744
  msgstr "Fluids"
1745
 
1746
+ #: ../admin/settings.php:509
1747
+ msgid "flash"
1748
+ msgstr "Flash"
1749
+
1750
+ #: ../admin/settings.php:510
1751
  msgid "lines"
1752
  msgstr "Linien"
1753
 
1754
+ #: ../admin/settings.php:511
1755
  msgid "random"
1756
  msgstr "Zufall"
1757
 
1758
+ #: ../admin/settings.php:515
1759
  msgid "Use slow zooming effect"
1760
  msgstr "nutze Zoom Effekt"
1761
 
1762
+ #: ../admin/settings.php:519
1763
  msgid "Background Color"
1764
  msgstr "Hintergrund (BG) Farbe"
1765
 
1766
+ #: ../admin/settings.php:524
1767
  msgid "Texts / Buttons Color"
1768
  msgstr "Text- / Button Farbe"
1769
 
1770
+ #: ../admin/settings.php:529
1771
  msgid "Rollover / Active Color"
1772
  msgstr "Rollover / Aktiv (Link) Farbe"
1773
 
1774
+ #: ../admin/settings.php:534
1775
  msgid "Background music (URL)"
1776
+ msgstr "Hintergrundmusik (URL)"
1777
 
1778
+ #: ../admin/settings.php:538
1779
  msgid "Try XHTML validation (with CDATA)"
1780
  msgstr "Integriere XHTML Validierung (mittels CDATA)"
1781
 
1782
+ #: ../admin/settings.php:540
1783
  msgid "Important : Could causes problem at some browser. Please recheck your page."
1784
  msgstr "Wichtig : Es könnnten Probleme bei einigen Browser auftauchen. Unbedingt Seite prüfen."
1785
 
1887
  msgid "Version"
1888
  msgstr "Version"
1889
 
1890
+ #: ../admin/style.php:117
1891
  msgid "Update File &raquo;"
1892
  msgstr "Datei aktualisieren"
1893
 
1894
+ #: ../admin/style.php:121
1895
  msgid "If this file were writable you could edit it."
1896
+ msgstr "Wenn diese Datei beschreibbar wäre, könntest Du sie bearbeiten."
1897
 
1898
+ #: ../admin/style.php:126
1899
  msgid "Oops, no such file exists! Double check the name and try again, merci."
1900
+ msgstr "Oha, eine solche Datei existiert nicht! Bitte überprüfe den Namen und probiere es erneut, danke."
1901
 
1902
  #: ../js/nggadmintab-js.php:81
1903
  #: ../js/nggadmintab-js.php:83
1936
 
1937
  #: ../js/nggadmintab-js.php:116
1938
  msgid "Send to editor &raquo;"
1939
+ msgstr "Zum Editor schicken &raquo;"
1940
 
1941
  #: ../js/nggadmintab-js.php:175
1942
  msgid "Save &raquo;"
1947
  msgid ""
1948
  "Are you sure you want to delete the file '%s'?\n"
1949
  "Click ok to delete or cancel to go back."
1950
+ msgstr "Bist du sicher das Du diese Datei '%s' löschen willst ?"
1951
 
lang/nggallery.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: NextGEN Gallery\n"
4
  "POT-Creation-Date: \n"
5
- "PO-Revision-Date: 2007-09-02 17:21+0100\n"
6
  "Last-Translator: Alex Rabe\n"
7
  "Language-Team: Alex Rabe\n"
8
  "MIME-Version: 1.0\n"
@@ -41,6 +41,8 @@ msgstr ""
41
  #: ../admin/manage.php:540
42
  #: ../admin/myimport.php:52
43
  #: ../admin/style.php:101
 
 
44
  #: ../js/nggadmintab-js.php:167
45
  msgid "Description"
46
  msgstr ""
@@ -60,13 +62,15 @@ msgstr ""
60
 
61
  #: ../nggallery.php:176
62
  #: ../nggbutton.php:36
63
- #: ../admin/addgallery.php:235
64
- #: ../admin/addgallery.php:239
65
- #: ../admin/addgallery.php:303
66
  #: ../admin/admin.php:47
67
  #: ../admin/manage.php:64
68
  #: ../admin/manage.php:436
69
- #: ../admin/settings.php:79
 
 
70
  msgid "Gallery"
71
  msgstr ""
72
 
@@ -80,7 +84,7 @@ msgid "Album"
80
  msgstr ""
81
 
82
  #: ../nggbutton.php:38
83
- #: ../nggfunctions.php:520
84
  #: ../admin/manage.php:85
85
  msgid "Picture"
86
  msgstr ""
@@ -99,14 +103,14 @@ msgid "Image list"
99
  msgstr ""
100
 
101
  #: ../nggbutton.php:64
102
- #: ../admin/settings.php:82
103
- #: ../admin/settings.php:249
104
- #: ../admin/settings.php:448
105
  msgid "Slideshow"
106
  msgstr ""
107
 
108
  #: ../nggbutton.php:75
109
- #: ../admin/album.php:122
110
  msgid "Select album"
111
  msgstr ""
112
 
@@ -143,8 +147,8 @@ msgid "No effect"
143
  msgstr ""
144
 
145
  #: ../nggbutton.php:124
146
- #: ../admin/settings.php:81
147
- #: ../admin/settings.php:342
148
  msgid "Watermark"
149
  msgstr ""
150
 
@@ -178,38 +182,38 @@ msgstr ""
178
  msgid "Insert"
179
  msgstr ""
180
 
181
- #: ../nggfunctions.php:423
182
- #: ../nggfunctions.php:438
183
  msgid "Watch gallery"
184
  msgstr ""
185
 
186
- #: ../nggfunctions.php:432
187
- #: ../nggfunctions.php:444
188
- #: ../nggfunctions.php:698
189
  msgid "Photos"
190
  msgstr ""
191
 
192
- #: ../nggfunctions.php:513
193
  msgid "Back"
194
  msgstr ""
195
 
196
- #: ../nggfunctions.php:517
197
  msgid "Next"
198
  msgstr ""
199
 
200
- #: ../nggfunctions.php:520
201
  msgid "from"
202
  msgstr ""
203
 
204
- #: ../nggfunctions.php:667
205
  msgid "Overview"
206
  msgstr ""
207
 
208
- #: ../ngginstall.php:156
209
  msgid "[Show as slideshow]"
210
  msgstr ""
211
 
212
- #: ../ngginstall.php:157
213
  msgid "[Show picture list]"
214
  msgstr ""
215
 
@@ -233,109 +237,111 @@ msgstr ""
233
  msgid "Width:"
234
  msgstr ""
235
 
236
- #: ../nggwidget.php:324
237
  msgid "NextGEN Recent Image"
238
  msgstr ""
239
 
240
- #: ../nggwidget.php:364
241
- #: ../nggwidget.php:550
242
- #: ../admin/album.php:243
243
  #: ../admin/manage.php:290
244
  #: ../admin/manage.php:448
245
  #: ../admin/myimport.php:51
 
 
246
  #: ../js/nggadmintab-js.php:104
247
  msgid "Title"
248
  msgstr ""
249
 
250
- #: ../nggwidget.php:366
251
- #: ../nggwidget.php:552
252
  msgid "Display type"
253
  msgstr ""
254
 
255
- #: ../nggwidget.php:368
256
- #: ../nggwidget.php:554
257
  #: ../admin/manage.php:537
258
  #: ../js/nggadmintab-js.php:101
259
  msgid "Thumbnail"
260
  msgstr ""
261
 
262
- #: ../nggwidget.php:369
263
- #: ../nggwidget.php:555
264
  msgid "Orginal"
265
  msgstr ""
266
 
267
- #: ../nggwidget.php:372
268
- #: ../nggwidget.php:558
269
  msgid "Number of pics"
270
  msgstr ""
271
 
272
- #: ../nggwidget.php:383
273
- #: ../nggwidget.php:569
274
  msgid "Width (px)"
275
  msgstr ""
276
 
277
- #: ../nggwidget.php:385
278
- #: ../nggwidget.php:571
279
  msgid "Height (px)"
280
  msgstr ""
281
 
282
- #: ../nggwidget.php:387
283
- #: ../nggwidget.php:573
284
  msgid "Mode"
285
  msgstr ""
286
 
287
- #: ../nggwidget.php:389
288
- #: ../nggwidget.php:575
289
- #: ../admin/settings.php:487
290
  msgid "none"
291
  msgstr ""
292
 
293
- #: ../nggwidget.php:390
294
- #: ../nggwidget.php:576
295
  msgid "web2.0"
296
  msgstr ""
297
 
298
- #: ../nggwidget.php:393
299
- #: ../nggwidget.php:579
300
  msgid "Show in the main page"
301
  msgstr ""
302
 
303
- #: ../nggwidget.php:395
304
- #: ../nggwidget.php:581
305
  msgid "yes"
306
  msgstr ""
307
 
308
- #: ../nggwidget.php:396
309
- #: ../nggwidget.php:582
310
  msgid "no"
311
  msgstr ""
312
 
313
- #: ../nggwidget.php:399
314
- #: ../nggwidget.php:585
315
  msgid "Show in"
316
  msgstr ""
317
 
318
- #: ../nggwidget.php:401
319
- #: ../nggwidget.php:587
320
  msgid "All categories"
321
  msgstr ""
322
 
323
- #: ../nggwidget.php:402
324
- #: ../nggwidget.php:588
325
  msgid "Only which are not listed"
326
  msgstr ""
327
 
328
- #: ../nggwidget.php:403
329
- #: ../nggwidget.php:589
330
  msgid "Only which are listed"
331
  msgstr ""
332
 
333
- #: ../nggwidget.php:406
334
- #: ../nggwidget.php:592
335
  msgid "Categories (id (use , to seperate)"
336
  msgstr ""
337
 
338
- #: ../nggwidget.php:512
339
  msgid "NextGEN Random Image"
340
  msgstr ""
341
 
@@ -356,362 +362,370 @@ msgid "(Lead developer)"
356
  msgstr ""
357
 
358
  #: ../admin/about.php:15
 
 
 
359
  #: ../admin/about.php:16
 
360
  msgid "(Core developer)"
361
  msgstr ""
362
 
363
- #: ../admin/about.php:17
364
  msgid "(Sidebar Widget developer)"
365
  msgstr ""
366
 
367
- #: ../admin/about.php:19
368
  msgid "Contributors / Tribute to"
369
  msgstr ""
370
 
371
- #: ../admin/about.php:20
372
  msgid "If you study the code of this plugin, you will find out that we mixed a lot of good already existing code and ideas together."
373
  msgstr ""
374
 
375
- #: ../admin/about.php:21
376
  msgid "So, we would like to thank the following people for their pioneer work (without this work it's impossible to create such a plugin so fast)"
377
  msgstr ""
378
 
379
- #: ../admin/about.php:23
380
  msgid "for their great documented code"
381
  msgstr ""
382
 
383
- #: ../admin/about.php:24
384
  msgid "for jQuery, which is the best Web2.0 framework"
385
  msgstr ""
386
 
387
- #: ../admin/about.php:25
388
  msgid "for the fantastic PHP Thumbnail Class"
389
  msgstr ""
390
 
391
- #: ../admin/about.php:26
392
  msgid "for PclZip , a PHP library that manage ZIP archives"
393
  msgstr ""
394
 
395
- #: ../admin/about.php:27
396
  msgid "for a lot of very useful plugins and ideas"
397
  msgstr ""
398
 
399
- #: ../admin/about.php:28
400
  msgid "for RS-Discuss, it saved me a lot of time"
401
  msgstr ""
402
 
403
- #: ../admin/about.php:29
404
  msgid "for the best Media Flash Scripts on earth"
405
  msgstr ""
406
 
407
- #: ../admin/about.php:30
408
  msgid "for the Watermark plugin"
409
  msgstr ""
410
 
411
- #: ../admin/about.php:32
412
  msgid "If you didn't find your name on this list and there is some code which I integrate in my plugin, don't hesitate to send me a mail."
413
  msgstr ""
414
 
415
- #: ../admin/about.php:33
416
  msgid "How to support ?"
417
  msgstr ""
418
 
419
- #: ../admin/about.php:34
420
  msgid "There exist several ways to contribute, help or support us in this work. Non of them are mandatory."
421
  msgstr ""
422
 
423
- #: ../admin/about.php:36
424
  msgid "Send us bugfixes / code changes"
425
  msgstr ""
426
 
427
- #: ../admin/about.php:36
428
  msgid "The most motivated support for this plugin are your ideas and brain work"
429
  msgstr ""
430
 
431
- #: ../admin/about.php:37
432
  msgid "Translate the plugin"
433
  msgstr ""
434
 
435
- #: ../admin/about.php:37
436
  msgid "To help people to work with this plugin, I would like to have it in all avaivable languages"
437
  msgstr ""
438
 
439
- #: ../admin/about.php:38
440
  msgid "Donate the work via paypal"
441
  msgstr ""
442
 
443
- #: ../admin/about.php:48
444
  msgid "No doubt a very usefull and easy motivation :-)"
445
  msgstr ""
446
 
447
- #: ../admin/about.php:50
448
  msgid "Place a link to the plugin in your blog/webpage"
449
  msgstr ""
450
 
451
- #: ../admin/about.php:50
452
  msgid "Yes, share and trackback is also a good support for this work "
453
  msgstr ""
454
 
455
- #: ../admin/about.php:52
456
  msgid "Thanks!"
457
  msgstr ""
458
 
459
- #: ../admin/about.php:53
460
  msgid "We would like to thank this people which support us in the work :"
461
  msgstr ""
462
 
463
- #: ../admin/addgallery.php:27
464
- #: ../admin/addgallery.php:43
465
  msgid "Upload failed!"
466
  msgstr ""
467
 
468
- #: ../admin/addgallery.php:65
469
  msgid "remove"
470
  msgstr ""
471
 
472
- #: ../admin/addgallery.php:75
473
- #: ../admin/addgallery.php:85
474
  msgid "Add new gallery"
475
  msgstr ""
476
 
477
- #: ../admin/addgallery.php:77
478
- #: ../admin/addgallery.php:103
479
  msgid "Upload a Zip-File"
480
  msgstr ""
481
 
482
- #: ../admin/addgallery.php:79
483
- #: ../admin/addgallery.php:135
484
  msgid "Import image folder"
485
  msgstr ""
486
 
487
- #: ../admin/addgallery.php:80
488
- #: ../admin/addgallery.php:153
489
  msgid "Upload Images"
490
  msgstr ""
491
 
492
- #: ../admin/addgallery.php:91
493
  msgid "New Gallery"
494
  msgstr ""
495
 
496
- #: ../admin/addgallery.php:93
497
  msgid "Create a new , empty gallery below the folder"
498
  msgstr ""
499
 
500
- #: ../admin/addgallery.php:94
501
  msgid "Allowed characters for file and folder names are"
502
  msgstr ""
503
 
504
- #: ../admin/addgallery.php:97
505
  msgid "Add gallery"
506
  msgstr ""
507
 
508
- #: ../admin/addgallery.php:109
509
  msgid "Select Zip-File"
510
  msgstr ""
511
 
512
- #: ../admin/addgallery.php:111
513
  msgid "Upload a zip file with images"
514
  msgstr ""
515
 
516
- #: ../admin/addgallery.php:114
517
- #: ../admin/addgallery.php:163
518
  msgid "in to"
519
  msgstr ""
520
 
521
- #: ../admin/addgallery.php:116
522
  msgid "a new gallery"
523
  msgstr ""
524
 
525
- #: ../admin/addgallery.php:126
526
- #: ../admin/addgallery.php:175
527
  msgid "Note : The upload limit on your server is "
528
  msgstr ""
529
 
530
- #: ../admin/addgallery.php:129
531
  msgid "Start upload"
532
  msgstr ""
533
 
534
- #: ../admin/addgallery.php:141
535
  msgid "Import from Server path:"
536
  msgstr ""
537
 
538
- #: ../admin/addgallery.php:143
539
  msgid "Import a folder with images. Please note :"
540
  msgstr ""
541
 
542
- #: ../admin/addgallery.php:144
543
  msgid "For save_mode = ON you need to add the subfolder thumbs manually"
544
  msgstr ""
545
 
546
- #: ../admin/addgallery.php:147
547
  msgid "Import folder"
548
  msgstr ""
549
 
550
- #: ../admin/addgallery.php:159
551
  msgid "Upload image"
552
  msgstr ""
553
 
554
- #: ../admin/addgallery.php:165
555
  msgid "Choose gallery"
556
  msgstr ""
557
 
558
- #: ../admin/addgallery.php:178
559
  msgid "Upload images"
560
  msgstr ""
561
 
562
- #: ../admin/addgallery.php:198
563
  msgid "No valid gallery name!"
564
  msgstr ""
565
 
566
- #: ../admin/addgallery.php:202
567
- #: ../admin/addgallery.php:210
568
- #: ../admin/addgallery.php:218
569
- #: ../admin/addgallery.php:257
570
- #: ../admin/addgallery.php:261
571
  msgid "Directory"
572
  msgstr ""
573
 
574
- #: ../admin/addgallery.php:202
575
  msgid "didn't exist. Please create first the main gallery folder "
576
  msgstr ""
577
 
578
- #: ../admin/addgallery.php:203
579
- #: ../admin/addgallery.php:211
580
  msgid "Check this link, if you didn't know how to set the permission :"
581
  msgstr ""
582
 
583
- #: ../admin/addgallery.php:210
584
  msgid "didn't have the permissions "
585
  msgstr ""
586
 
587
- #: ../admin/addgallery.php:218
588
  msgid "already exists!"
589
  msgstr ""
590
 
591
- #: ../admin/addgallery.php:224
592
- #: ../admin/addgallery.php:226
593
- #: ../admin/addgallery.php:267
594
- #: ../admin/addgallery.php:523
595
- #: ../admin/addgallery.php:525
596
  msgid "Unable to create directory "
597
  msgstr ""
598
 
599
- #: ../admin/addgallery.php:225
600
- #: ../admin/addgallery.php:524
601
- #: ../admin/addgallery.php:526
602
  msgid "Unable to set directory permissions "
603
  msgstr ""
604
 
605
- #: ../admin/addgallery.php:227
606
  msgid "Unable to set directory permissions"
607
  msgstr ""
608
 
609
- #: ../admin/addgallery.php:229
610
  msgid "The server setting Safe-Mode is on !"
611
  msgstr ""
612
 
613
- #: ../admin/addgallery.php:230
614
  msgid "Please create directory"
615
  msgstr ""
616
 
617
- #: ../admin/addgallery.php:231
618
  msgid "and the thumbnails directory"
619
  msgstr ""
620
 
621
- #: ../admin/addgallery.php:231
622
  msgid "with permission 777 manually !"
623
  msgstr ""
624
 
625
- #: ../admin/addgallery.php:235
626
  msgid "already exists"
627
  msgstr ""
628
 
629
- #: ../admin/addgallery.php:239
630
- #: ../admin/addgallery.php:303
631
  msgid "successfully created!"
632
  msgstr ""
633
 
634
- #: ../admin/addgallery.php:239
635
  msgid "You can show this gallery with the tag"
636
  msgstr ""
637
 
638
- #: ../admin/addgallery.php:257
639
- #: ../admin/addgallery.php:266
640
  msgid "doesn&#96;t exist"
641
  msgstr ""
642
 
643
- #: ../admin/addgallery.php:261
644
  msgid "contains no pictures"
645
  msgstr ""
646
 
647
- #: ../admin/addgallery.php:266
648
  msgid "Thumbnail Directory"
649
  msgstr ""
650
 
651
- #: ../admin/addgallery.php:266
652
  msgid "Please create the folder <i>thumbs</i> in your gallery folder."
653
  msgstr ""
654
 
655
- #: ../admin/addgallery.php:279
656
  #: ../admin/myimport.php:38
657
  msgid "Database error. Could not add gallery!"
658
  msgstr ""
659
 
660
- #: ../admin/addgallery.php:303
661
  msgid " pictures added."
662
  msgstr ""
663
 
664
- #: ../admin/addgallery.php:347
665
- #: ../admin/addgallery.php:384
666
  msgid "Some pictures are not writeable :"
667
  msgstr ""
668
 
669
- #: ../admin/addgallery.php:455
670
  msgid "Follow thumbnails could not created."
671
  msgstr ""
672
 
673
- #: ../admin/addgallery.php:456
674
  msgid "Some thumbnails are not writeable :"
675
  msgstr ""
676
 
677
- #: ../admin/addgallery.php:506
 
 
 
 
678
  msgid "Uploaded file was no or a faulty zip file ! The server recognize : "
679
  msgstr ""
680
 
681
- #: ../admin/addgallery.php:531
682
  msgid "Unable to unlink zip file "
683
  msgstr ""
684
 
685
- #: ../admin/addgallery.php:533
686
  msgid "Zip-File successfully unpacked"
687
  msgstr ""
688
 
689
- #: ../admin/addgallery.php:562
690
- #: ../admin/addgallery.php:570
691
  msgid "Unable to unlink file "
692
  msgstr ""
693
 
694
- #: ../admin/addgallery.php:563
695
  msgid "No gallery selected !"
696
  msgstr ""
697
 
698
- #: ../admin/addgallery.php:571
699
  msgid "Failure in database, no gallery path set !"
700
  msgstr ""
701
 
702
- #: ../admin/addgallery.php:578
703
  msgid "is no valid image file!"
704
  msgstr ""
705
 
706
- #: ../admin/addgallery.php:586
707
  msgid "Error, the file could not moved to : "
708
  msgstr ""
709
 
710
- #: ../admin/addgallery.php:590
711
  msgid "Error, the file permissions could not set"
712
  msgstr ""
713
 
714
- #: ../admin/addgallery.php:612
715
  msgid " Image(s) successfully added"
716
  msgstr ""
717
 
@@ -765,80 +779,83 @@ msgstr ""
765
  msgid "Album deleted"
766
  msgstr ""
767
 
768
- #: ../admin/album.php:116
769
  msgid "Manage Albums"
770
  msgstr ""
771
 
772
- #: ../admin/album.php:125
773
  msgid "No album selected"
774
  msgstr ""
775
 
776
- #: ../admin/album.php:138
777
  msgid "Add new album"
778
  msgstr ""
779
 
780
- #: ../admin/album.php:142
781
  #: ../admin/manage.php:314
782
  #: ../admin/manage.php:578
 
783
  msgid "Delete"
784
  msgstr ""
785
 
786
- #: ../admin/album.php:142
787
  msgid "Delete album ?"
788
  msgstr ""
789
 
790
- #: ../admin/album.php:144
791
- #: ../admin/settings.php:134
792
- #: ../admin/settings.php:174
793
- #: ../admin/settings.php:207
794
- #: ../admin/settings.php:282
795
- #: ../admin/settings.php:328
796
- #: ../admin/settings.php:437
797
- #: ../admin/settings.php:540
798
  msgid "Update"
799
  msgstr ""
800
 
801
- #: ../admin/album.php:152
802
  msgid "[Maximize]"
803
  msgstr ""
804
 
805
- #: ../admin/album.php:153
806
  msgid "[Minimize]"
807
  msgstr ""
808
 
809
- #: ../admin/album.php:155
810
  msgid "After you create and select a album, you can drag and drop a gallery into your album below"
811
  msgstr ""
812
 
813
- #: ../admin/album.php:162
814
  msgid "Select Gallery"
815
  msgstr ""
816
 
817
- #: ../admin/album.php:195
818
  msgid "Album Page ID"
819
  msgstr ""
820
 
821
- #: ../admin/album.php:207
822
  msgid "No album selected!"
823
  msgstr ""
824
 
825
- #: ../admin/album.php:241
826
  #: ../admin/manage.php:288
827
  #: ../admin/manage.php:534
828
  #: ../admin/myimport.php:49
 
829
  msgid "ID"
830
  msgstr ""
831
 
832
- #: ../admin/album.php:242
833
  msgid "Name"
834
  msgstr ""
835
 
836
- #: ../admin/album.php:244
837
  msgid "Page"
838
  msgstr ""
839
 
840
  #: ../admin/manage.php:64
841
  #: ../admin/manage.php:85
 
842
  msgid "deleted successfully"
843
  msgstr ""
844
 
@@ -879,87 +896,107 @@ msgid "created"
879
  msgstr ""
880
 
881
  #: ../admin/manage.php:284
 
882
  msgid "Gallery Overview"
883
  msgstr ""
884
 
885
  #: ../admin/manage.php:289
886
  #: ../admin/myimport.php:50
 
887
  msgid "Gallery name"
888
  msgstr ""
889
 
890
  #: ../admin/manage.php:292
891
  #: ../admin/myimport.php:53
 
892
  msgid "Page ID"
893
  msgstr ""
894
 
895
  #: ../admin/manage.php:293
896
  #: ../admin/myimport.php:54
 
897
  msgid "Quantity"
898
  msgstr ""
899
 
900
  #: ../admin/manage.php:294
901
  #: ../admin/manage.php:546
902
  #: ../admin/myimport.php:55
 
903
  msgid "Action"
904
  msgstr ""
905
 
906
  #: ../admin/manage.php:313
 
907
  #: ../js/nggadmintab-js.php:88
908
  msgid "Edit"
909
  msgstr ""
910
 
911
  #: ../admin/manage.php:314
 
912
  msgid "Delete this gallery ?"
913
  msgstr ""
914
 
915
  #: ../admin/manage.php:319
916
  #: ../admin/manage.php:583
917
  #: ../admin/myimport.php:79
 
 
918
  msgid "No entries found"
919
  msgstr ""
920
 
921
  #: ../admin/manage.php:445
 
922
  msgid "Main settings"
923
  msgstr ""
924
 
925
  #: ../admin/manage.php:450
 
926
  msgid "Page Link to"
927
  msgstr ""
928
 
929
  #: ../admin/manage.php:453
 
930
  msgid "Not linked"
931
  msgstr ""
932
 
933
  #: ../admin/manage.php:469
 
934
  msgid "Preview image"
935
  msgstr ""
936
 
937
  #: ../admin/manage.php:472
 
938
  msgid "No Picture"
939
  msgstr ""
940
 
941
  #: ../admin/manage.php:487
 
942
  msgid "Path"
943
  msgstr ""
944
 
945
  #: ../admin/manage.php:490
 
946
  msgid "Create new page"
947
  msgstr ""
948
 
949
  #: ../admin/manage.php:493
 
950
  msgid "Main page (No parent)"
951
  msgstr ""
952
 
953
  #: ../admin/manage.php:496
 
954
  msgid "Add page"
955
  msgstr ""
956
 
957
  #: ../admin/manage.php:502
 
958
  msgid "Scan Folder for new images"
959
  msgstr ""
960
 
961
  #: ../admin/manage.php:503
962
  #: ../admin/manage.php:590
 
963
  msgid "Save Changes"
964
  msgstr ""
965
 
@@ -1032,7 +1069,7 @@ msgid "Hide tags"
1032
  msgstr ""
1033
 
1034
  #: ../admin/manage.php:535
1035
- #: ../admin/settings.php:271
1036
  msgid "File name"
1037
  msgstr ""
1038
 
@@ -1093,139 +1130,143 @@ msgstr ""
1093
  msgid "The server reports that a new NextGEN Gallery Version is now available. Please visit the plugin homepage for more information."
1094
  msgstr ""
1095
 
1096
- #: ../admin/overview.php:37
 
 
 
 
1097
  msgid "Server Settings"
1098
  msgstr ""
1099
 
1100
- #: ../admin/overview.php:44
1101
  msgid "Welcome"
1102
  msgstr ""
1103
 
1104
- #: ../admin/overview.php:48
1105
  msgid "gallery administrator"
1106
  msgstr ""
1107
 
1108
- #: ../admin/overview.php:48
1109
  msgid "gallery editor"
1110
  msgstr ""
1111
 
1112
- #: ../admin/overview.php:49
1113
  #, php-format
1114
  msgid "Welcome to NextGEN Gallery. Here you can control your images, galleries and albums. You currently have %s rights."
1115
  msgstr ""
1116
 
1117
- #: ../admin/overview.php:54
1118
  msgid "Add a new gallery or import pictures"
1119
  msgstr ""
1120
 
1121
- #: ../admin/overview.php:55
1122
  msgid "Manage galleries and images"
1123
  msgstr ""
1124
 
1125
- #: ../admin/overview.php:56
1126
  msgid "Create and manage albums"
1127
  msgstr ""
1128
 
1129
- #: ../admin/overview.php:57
1130
  msgid "Change the settings of NextGEN Gallery"
1131
  msgstr ""
1132
 
1133
- #: ../admin/overview.php:60
1134
  msgid "Latest News"
1135
  msgstr ""
1136
 
1137
- #: ../admin/overview.php:79
1138
  #, php-format
1139
  msgid "Newsfeed could not be loaded. Check the <a href=\"%s\">front page</a> to check for updates."
1140
  msgstr ""
1141
 
1142
- #: ../admin/overview.php:92
1143
  msgid "GD support"
1144
  msgstr ""
1145
 
1146
- #: ../admin/overview.php:103
1147
  msgid "No GD support"
1148
  msgstr ""
1149
 
1150
- #: ../admin/overview.php:110
1151
  msgid "Yes"
1152
  msgstr ""
1153
 
1154
- #: ../admin/overview.php:111
1155
  msgid "No"
1156
  msgstr ""
1157
 
1158
- #: ../admin/overview.php:125
1159
  msgid "Not set"
1160
  msgstr ""
1161
 
1162
- #: ../admin/overview.php:127
1163
- #: ../admin/overview.php:130
1164
  msgid "On"
1165
  msgstr ""
1166
 
1167
- #: ../admin/overview.php:128
1168
- #: ../admin/overview.php:131
1169
  msgid "Off"
1170
  msgstr ""
1171
 
1172
- #: ../admin/overview.php:134
1173
- #: ../admin/overview.php:137
1174
- #: ../admin/overview.php:140
1175
- #: ../admin/overview.php:143
1176
- #: ../admin/overview.php:146
1177
  msgid "N/A"
1178
  msgstr ""
1179
 
1180
- #: ../admin/overview.php:145
1181
  msgid " MByte"
1182
  msgstr ""
1183
 
1184
- #: ../admin/overview.php:149
1185
  msgid "Operating System"
1186
  msgstr ""
1187
 
1188
- #: ../admin/overview.php:150
1189
  msgid "Server"
1190
  msgstr ""
1191
 
1192
- #: ../admin/overview.php:151
1193
  msgid "Memory usage"
1194
  msgstr ""
1195
 
1196
- #: ../admin/overview.php:152
1197
  msgid "MYSQL Version"
1198
  msgstr ""
1199
 
1200
- #: ../admin/overview.php:153
1201
  msgid "SQL Mode"
1202
  msgstr ""
1203
 
1204
- #: ../admin/overview.php:154
1205
  msgid "PHP Version"
1206
  msgstr ""
1207
 
1208
- #: ../admin/overview.php:155
1209
  msgid "PHP Safe Mode"
1210
  msgstr ""
1211
 
1212
- #: ../admin/overview.php:156
1213
  msgid "PHP Allow URL fopen"
1214
  msgstr ""
1215
 
1216
- #: ../admin/overview.php:157
1217
  msgid "PHP Memory Limit"
1218
  msgstr ""
1219
 
1220
- #: ../admin/overview.php:158
1221
  msgid "PHP Max Upload Size"
1222
  msgstr ""
1223
 
1224
- #: ../admin/overview.php:159
1225
  msgid "PHP Max Post Size"
1226
  msgstr ""
1227
 
1228
- #: ../admin/overview.php:160
1229
  msgid "PHP Max Script Execute Time"
1230
  msgstr ""
1231
 
@@ -1277,461 +1318,469 @@ msgstr ""
1277
  msgid "Update capabilities"
1278
  msgstr ""
1279
 
1280
- #: ../admin/settings.php:26
1281
  #: ../admin/style.php:16
1282
  msgid "Update successfully"
1283
  msgstr ""
1284
 
1285
- #: ../admin/settings.php:76
1286
- #: ../admin/settings.php:88
1287
  msgid "General Options"
1288
  msgstr ""
1289
 
1290
- #: ../admin/settings.php:77
1291
- #: ../admin/settings.php:248
1292
  msgid "Thumbnails"
1293
  msgstr ""
1294
 
1295
- #: ../admin/settings.php:78
1296
  msgid "Images"
1297
  msgstr ""
1298
 
1299
- #: ../admin/settings.php:80
1300
- #: ../admin/settings.php:290
1301
  msgid "Effects"
1302
  msgstr ""
1303
 
1304
- #: ../admin/settings.php:95
1305
  msgid "Gallery path"
1306
  msgstr ""
1307
 
1308
- #: ../admin/settings.php:97
1309
  msgid "This is the default path for all galleries"
1310
  msgstr ""
1311
 
1312
- #: ../admin/settings.php:108
1313
  msgid "Delete image files"
1314
  msgstr ""
1315
 
1316
- #: ../admin/settings.php:110
1317
  msgid "Delete files, when removing a gallery in the database"
1318
  msgstr ""
1319
 
1320
- #: ../admin/settings.php:113
1321
  msgid "Tags / Categories"
1322
  msgstr ""
1323
 
1324
- #: ../admin/settings.php:116
1325
  msgid "Activate related images"
1326
  msgstr ""
1327
 
1328
- #: ../admin/settings.php:118
1329
  msgid "This option will append related images to every post"
1330
  msgstr ""
1331
 
1332
- #: ../admin/settings.php:122
1333
  msgid "Match with"
1334
  msgstr ""
1335
 
1336
- #: ../admin/settings.php:123
1337
  msgid "Categories"
1338
  msgstr ""
1339
 
1340
- #: ../admin/settings.php:124
1341
  msgid "Tags"
1342
  msgstr ""
1343
 
1344
- #: ../admin/settings.php:124
1345
  msgid " (require WordPress 2.3 or higher)"
1346
  msgstr ""
1347
 
1348
- #: ../admin/settings.php:128
1349
  msgid "Max. number of images"
1350
  msgstr ""
1351
 
1352
- #: ../admin/settings.php:130
1353
  msgid "0 will show all images"
1354
  msgstr ""
1355
 
1356
- #: ../admin/settings.php:142
1357
  msgid "Thumbnail settings"
1358
  msgstr ""
1359
 
1360
- #: ../admin/settings.php:147
1361
  msgid "Please note : If you change the settings, you need to recreate the thumbnails under -> Manage Gallery ."
1362
  msgstr ""
1363
 
1364
- #: ../admin/settings.php:150
1365
  msgid "Width x height (in pixel)"
1366
  msgstr ""
1367
 
1368
- #: ../admin/settings.php:152
1369
  msgid "These values are maximum values "
1370
  msgstr ""
1371
 
1372
- #: ../admin/settings.php:155
1373
  msgid "Set fix dimension"
1374
  msgstr ""
1375
 
1376
- #: ../admin/settings.php:157
1377
  msgid "Ignore the aspect ratio, no portrait thumbnails"
1378
  msgstr ""
1379
 
1380
- #: ../admin/settings.php:160
1381
  msgid "Crop square thumbnail from image"
1382
  msgstr ""
1383
 
1384
- #: ../admin/settings.php:162
1385
  msgid "Create square thumbnails, use only the width setting :"
1386
  msgstr ""
1387
 
1388
- #: ../admin/settings.php:165
1389
  msgid "Thumbnail quality"
1390
  msgstr ""
1391
 
1392
- #: ../admin/settings.php:169
1393
- #: ../admin/settings.php:201
1394
  msgid "Resample Mode"
1395
  msgstr ""
1396
 
1397
- #: ../admin/settings.php:171
1398
- #: ../admin/settings.php:204
1399
  msgid "Value between 1-5 (higher value, more CPU load)"
1400
  msgstr ""
1401
 
1402
- #: ../admin/settings.php:182
1403
  msgid "Image settings"
1404
  msgstr ""
1405
 
1406
- #: ../admin/settings.php:189
1407
  msgid "Resize Images"
1408
  msgstr ""
1409
 
1410
- #: ../admin/settings.php:193
1411
  msgid "Width x height (in pixel). NextGEN Gallery will keep ratio size"
1412
  msgstr ""
1413
 
1414
- #: ../admin/settings.php:196
1415
  msgid "Image quality"
1416
  msgstr ""
1417
 
1418
- #: ../admin/settings.php:215
1419
  msgid "Gallery settings"
1420
  msgstr ""
1421
 
1422
- #: ../admin/settings.php:222
1423
  msgid "Activate jQuery navigation"
1424
  msgstr ""
1425
 
1426
- #: ../admin/settings.php:224
1427
  msgid "Please note : This is still experimental. Requires the Thickbox effect"
1428
  msgstr ""
1429
 
1430
- #: ../admin/settings.php:228
1431
  msgid "Deactivate gallery page link"
1432
  msgstr ""
1433
 
1434
- #: ../admin/settings.php:230
1435
  msgid "The album will not link to a gallery subpage. The gallery is shown on the same page."
1436
  msgstr ""
1437
 
1438
- #: ../admin/settings.php:234
1439
  msgid "Number of images per page"
1440
  msgstr ""
1441
 
1442
- #: ../admin/settings.php:236
1443
  msgid "0 will disable pagination, all images on one page"
1444
  msgstr ""
1445
 
1446
- #: ../admin/settings.php:240
1447
  msgid "Integrate slideshow"
1448
  msgstr ""
1449
 
1450
- #: ../admin/settings.php:247
1451
  msgid "Show first"
1452
  msgstr ""
1453
 
1454
- #: ../admin/settings.php:253
1455
  msgid "Show thumbnail description"
1456
  msgstr ""
1457
 
1458
- #: ../admin/settings.php:254
1459
- #: ../admin/settings.php:302
1460
  #: ../js/nggadmintab-js.php:112
1461
  msgid "None"
1462
  msgstr ""
1463
 
1464
- #: ../admin/settings.php:255
1465
  msgid "Description text"
1466
  msgstr ""
1467
 
1468
- #: ../admin/settings.php:256
1469
- #: ../admin/settings.php:272
1470
  msgid "Alt / Title text"
1471
  msgstr ""
1472
 
1473
- #: ../admin/settings.php:260
1474
  msgid "Show ImageBrowser"
1475
  msgstr ""
1476
 
1477
- #: ../admin/settings.php:262
1478
  msgid "The gallery will open the ImageBrowser instead the effect."
1479
  msgstr ""
1480
 
1481
- #: ../admin/settings.php:266
1482
  msgid "Sort options"
1483
  msgstr ""
1484
 
1485
- #: ../admin/settings.php:269
1486
  msgid "Sort thumbnails"
1487
  msgstr ""
1488
 
1489
- #: ../admin/settings.php:270
1490
  msgid "Image ID"
1491
  msgstr ""
1492
 
1493
- #: ../admin/settings.php:276
1494
  msgid "Sort direction"
1495
  msgstr ""
1496
 
1497
- #: ../admin/settings.php:277
1498
  msgid "Ascending"
1499
  msgstr ""
1500
 
1501
- #: ../admin/settings.php:278
1502
  msgid "Descending"
1503
  msgstr ""
1504
 
1505
- #: ../admin/settings.php:294
1506
  msgid "Here you can select the thumbnail effect, NextGEN Gallery will integrate the required HTML code in the images. Please note that only the Thickbox effect will automatic added to your theme."
1507
  msgstr ""
1508
 
1509
- #: ../admin/settings.php:295
1510
  msgid "With the placeholder"
1511
  msgstr ""
1512
 
1513
- #: ../admin/settings.php:295
1514
  msgid "you can activate a navigation through the images (depend on the effect). Change the code line only , when you use a different thumbnail effect or you know what you do."
1515
  msgstr ""
1516
 
1517
- #: ../admin/settings.php:299
1518
  msgid "JavaScript Thumbnail effect"
1519
  msgstr ""
1520
 
1521
- #: ../admin/settings.php:303
1522
  msgid "Thickbox"
1523
  msgstr ""
1524
 
1525
- #: ../admin/settings.php:304
1526
  msgid "Lightbox"
1527
  msgstr ""
1528
 
1529
- #: ../admin/settings.php:305
1530
  msgid "Highslide"
1531
  msgstr ""
1532
 
1533
- #: ../admin/settings.php:306
 
 
 
 
1534
  msgid "Custom"
1535
  msgstr ""
1536
 
1537
- #: ../admin/settings.php:311
1538
  msgid "Link Code line"
1539
  msgstr ""
1540
 
1541
- #: ../admin/settings.php:319
1542
  msgid "Select loading image"
1543
  msgstr ""
1544
 
1545
- #: ../admin/settings.php:343
1546
  msgid "Please note : You can only activate the watermark under -> Manage Gallery . This action cannot be undone."
1547
  msgstr ""
1548
 
1549
- #: ../admin/settings.php:348
1550
  msgid "Preview"
1551
  msgstr ""
1552
 
1553
- #: ../admin/settings.php:350
1554
- #: ../admin/settings.php:354
1555
  msgid "Position"
1556
  msgstr ""
1557
 
1558
- #: ../admin/settings.php:374
1559
  msgid "Offset"
1560
  msgstr ""
1561
 
1562
- #: ../admin/settings.php:392
1563
  msgid "Use image as watermark"
1564
  msgstr ""
1565
 
1566
- #: ../admin/settings.php:395
1567
  msgid "URL to file"
1568
  msgstr ""
1569
 
1570
- #: ../admin/settings.php:397
1571
  msgid "The accessing of URL files is disabled at your server (allow_url_fopen)"
1572
  msgstr ""
1573
 
1574
- #: ../admin/settings.php:403
1575
  msgid "Use text as watermark"
1576
  msgstr ""
1577
 
1578
- #: ../admin/settings.php:406
1579
  msgid "Font"
1580
  msgstr ""
1581
 
1582
- #: ../admin/settings.php:414
1583
  msgid "You can upload more fonts in the folder <strong>nggallery/fonts</strong>"
1584
  msgstr ""
1585
 
1586
- #: ../admin/settings.php:418
1587
  msgid "Size"
1588
  msgstr ""
1589
 
1590
- #: ../admin/settings.php:422
1591
  msgid "Color"
1592
  msgstr ""
1593
 
1594
- #: ../admin/settings.php:424
1595
  msgid "(hex w/o #)"
1596
  msgstr ""
1597
 
1598
- #: ../admin/settings.php:427
1599
  msgid "Text"
1600
  msgstr ""
1601
 
1602
- #: ../admin/settings.php:431
1603
  msgid "Opaque"
1604
  msgstr ""
1605
 
1606
- #: ../admin/settings.php:450
1607
  msgid "The imagerotator.swf is not in the nggallery folder, the slideshow will not work."
1608
  msgstr ""
1609
 
1610
- #: ../admin/settings.php:451
1611
  msgid "The settings are used in the JW Image Rotator Version 3.9 ."
1612
  msgstr ""
1613
 
1614
- #: ../admin/settings.php:452
1615
  msgid "See more information for the Flash Player on the web page"
1616
  msgstr ""
1617
 
1618
- #: ../admin/settings.php:455
1619
  msgid "Default size (W x H)"
1620
  msgstr ""
1621
 
1622
- #: ../admin/settings.php:460
1623
  msgid "Shuffle mode"
1624
  msgstr ""
1625
 
1626
- #: ../admin/settings.php:464
1627
  msgid "Show next image on click"
1628
  msgstr ""
1629
 
1630
- #: ../admin/settings.php:468
1631
  msgid "Show navigation bar"
1632
  msgstr ""
1633
 
1634
- #: ../admin/settings.php:472
1635
  msgid "Show loading icon"
1636
  msgstr ""
1637
 
1638
- #: ../admin/settings.php:476
1639
  msgid "Use watermark logo"
1640
  msgstr ""
1641
 
1642
- #: ../admin/settings.php:478
1643
  msgid "You can change the logo at the watermark settings"
1644
  msgstr ""
1645
 
1646
- #: ../admin/settings.php:481
1647
  msgid "Stretch image"
1648
  msgstr ""
1649
 
1650
- #: ../admin/settings.php:484
1651
  msgid "true"
1652
  msgstr ""
1653
 
1654
- #: ../admin/settings.php:485
1655
  msgid "false"
1656
  msgstr ""
1657
 
1658
- #: ../admin/settings.php:486
1659
  msgid "fit"
1660
  msgstr ""
1661
 
1662
- #: ../admin/settings.php:492
1663
  msgid "Duration time"
1664
  msgstr ""
1665
 
1666
- #: ../admin/settings.php:493
1667
  msgid "sec."
1668
  msgstr ""
1669
 
1670
- #: ../admin/settings.php:496
1671
  msgid "Transition / Fade effect"
1672
  msgstr ""
1673
 
1674
- #: ../admin/settings.php:499
1675
  msgid "fade"
1676
  msgstr ""
1677
 
1678
- #: ../admin/settings.php:500
1679
  msgid "bgfade"
1680
  msgstr ""
1681
 
1682
- #: ../admin/settings.php:501
1683
  msgid "slowfade"
1684
  msgstr ""
1685
 
1686
- #: ../admin/settings.php:502
1687
  msgid "circles"
1688
  msgstr ""
1689
 
1690
- #: ../admin/settings.php:503
1691
  msgid "bubbles"
1692
  msgstr ""
1693
 
1694
- #: ../admin/settings.php:504
1695
  msgid "blocks"
1696
  msgstr ""
1697
 
1698
- #: ../admin/settings.php:505
1699
  msgid "fluids"
1700
  msgstr ""
1701
 
1702
- #: ../admin/settings.php:506
 
 
 
 
1703
  msgid "lines"
1704
  msgstr ""
1705
 
1706
- #: ../admin/settings.php:507
1707
  msgid "random"
1708
  msgstr ""
1709
 
1710
- #: ../admin/settings.php:511
1711
  msgid "Use slow zooming effect"
1712
  msgstr ""
1713
 
1714
- #: ../admin/settings.php:515
1715
  msgid "Background Color"
1716
  msgstr ""
1717
 
1718
- #: ../admin/settings.php:520
1719
  msgid "Texts / Buttons Color"
1720
  msgstr ""
1721
 
1722
- #: ../admin/settings.php:525
1723
  msgid "Rollover / Active Color"
1724
  msgstr ""
1725
 
1726
- #: ../admin/settings.php:530
1727
  msgid "Background music (URL)"
1728
  msgstr ""
1729
 
1730
- #: ../admin/settings.php:534
1731
  msgid "Try XHTML validation (with CDATA)"
1732
  msgstr ""
1733
 
1734
- #: ../admin/settings.php:536
1735
  msgid "Important : Could causes problem at some browser. Please recheck your page."
1736
  msgstr ""
1737
 
@@ -1832,15 +1881,15 @@ msgstr ""
1832
  msgid "Version"
1833
  msgstr ""
1834
 
1835
- #: ../admin/style.php:116
1836
  msgid "Update File &raquo;"
1837
  msgstr ""
1838
 
1839
- #: ../admin/style.php:120
1840
  msgid "If this file were writable you could edit it."
1841
  msgstr ""
1842
 
1843
- #: ../admin/style.php:125
1844
  msgid "Oops, no such file exists! Double check the name and try again, merci."
1845
  msgstr ""
1846
 
2
  msgstr ""
3
  "Project-Id-Version: NextGEN Gallery\n"
4
  "POT-Creation-Date: \n"
5
+ "PO-Revision-Date: 2007-10-20 10:32+0100\n"
6
  "Last-Translator: Alex Rabe\n"
7
  "Language-Team: Alex Rabe\n"
8
  "MIME-Version: 1.0\n"
41
  #: ../admin/manage.php:540
42
  #: ../admin/myimport.php:52
43
  #: ../admin/style.php:101
44
+ #: ../admin/__manage.php:209
45
+ #: ../admin/__manage.php:1024
46
  #: ../js/nggadmintab-js.php:167
47
  msgid "Description"
48
  msgstr ""
62
 
63
  #: ../nggallery.php:176
64
  #: ../nggbutton.php:36
65
+ #: ../admin/addgallery.php:238
66
+ #: ../admin/addgallery.php:242
67
+ #: ../admin/addgallery.php:306
68
  #: ../admin/admin.php:47
69
  #: ../admin/manage.php:64
70
  #: ../admin/manage.php:436
71
+ #: ../admin/settings.php:86
72
+ #: ../admin/__manage.php:182
73
+ #: ../admin/__manage.php:991
74
  msgid "Gallery"
75
  msgstr ""
76
 
84
  msgstr ""
85
 
86
  #: ../nggbutton.php:38
87
+ #: ../nggfunctions.php:524
88
  #: ../admin/manage.php:85
89
  msgid "Picture"
90
  msgstr ""
103
  msgstr ""
104
 
105
  #: ../nggbutton.php:64
106
+ #: ../admin/settings.php:89
107
+ #: ../admin/settings.php:256
108
+ #: ../admin/settings.php:456
109
  msgid "Slideshow"
110
  msgstr ""
111
 
112
  #: ../nggbutton.php:75
113
+ #: ../admin/album.php:123
114
  msgid "Select album"
115
  msgstr ""
116
 
147
  msgstr ""
148
 
149
  #: ../nggbutton.php:124
150
+ #: ../admin/settings.php:88
151
+ #: ../admin/settings.php:350
152
  msgid "Watermark"
153
  msgstr ""
154
 
182
  msgid "Insert"
183
  msgstr ""
184
 
185
+ #: ../nggfunctions.php:427
186
+ #: ../nggfunctions.php:442
187
  msgid "Watch gallery"
188
  msgstr ""
189
 
190
+ #: ../nggfunctions.php:436
191
+ #: ../nggfunctions.php:448
192
+ #: ../nggfunctions.php:702
193
  msgid "Photos"
194
  msgstr ""
195
 
196
+ #: ../nggfunctions.php:517
197
  msgid "Back"
198
  msgstr ""
199
 
200
+ #: ../nggfunctions.php:521
201
  msgid "Next"
202
  msgstr ""
203
 
204
+ #: ../nggfunctions.php:524
205
  msgid "from"
206
  msgstr ""
207
 
208
+ #: ../nggfunctions.php:671
209
  msgid "Overview"
210
  msgstr ""
211
 
212
+ #: ../ngginstall.php:157
213
  msgid "[Show as slideshow]"
214
  msgstr ""
215
 
216
+ #: ../ngginstall.php:158
217
  msgid "[Show picture list]"
218
  msgstr ""
219
 
237
  msgid "Width:"
238
  msgstr ""
239
 
240
+ #: ../nggwidget.php:323
241
  msgid "NextGEN Recent Image"
242
  msgstr ""
243
 
244
+ #: ../nggwidget.php:363
245
+ #: ../nggwidget.php:549
246
+ #: ../admin/album.php:244
247
  #: ../admin/manage.php:290
248
  #: ../admin/manage.php:448
249
  #: ../admin/myimport.php:51
250
+ #: ../admin/__manage.php:208
251
+ #: ../admin/__manage.php:1005
252
  #: ../js/nggadmintab-js.php:104
253
  msgid "Title"
254
  msgstr ""
255
 
256
+ #: ../nggwidget.php:365
257
+ #: ../nggwidget.php:551
258
  msgid "Display type"
259
  msgstr ""
260
 
261
+ #: ../nggwidget.php:367
262
+ #: ../nggwidget.php:553
263
  #: ../admin/manage.php:537
264
  #: ../js/nggadmintab-js.php:101
265
  msgid "Thumbnail"
266
  msgstr ""
267
 
268
+ #: ../nggwidget.php:368
269
+ #: ../nggwidget.php:554
270
  msgid "Orginal"
271
  msgstr ""
272
 
273
+ #: ../nggwidget.php:371
274
+ #: ../nggwidget.php:557
275
  msgid "Number of pics"
276
  msgstr ""
277
 
278
+ #: ../nggwidget.php:382
279
+ #: ../nggwidget.php:568
280
  msgid "Width (px)"
281
  msgstr ""
282
 
283
+ #: ../nggwidget.php:384
284
+ #: ../nggwidget.php:570
285
  msgid "Height (px)"
286
  msgstr ""
287
 
288
+ #: ../nggwidget.php:386
289
+ #: ../nggwidget.php:572
290
  msgid "Mode"
291
  msgstr ""
292
 
293
+ #: ../nggwidget.php:388
294
+ #: ../nggwidget.php:574
295
+ #: ../admin/settings.php:495
296
  msgid "none"
297
  msgstr ""
298
 
299
+ #: ../nggwidget.php:389
300
+ #: ../nggwidget.php:575
301
  msgid "web2.0"
302
  msgstr ""
303
 
304
+ #: ../nggwidget.php:392
305
+ #: ../nggwidget.php:578
306
  msgid "Show in the main page"
307
  msgstr ""
308
 
309
+ #: ../nggwidget.php:394
310
+ #: ../nggwidget.php:580
311
  msgid "yes"
312
  msgstr ""
313
 
314
+ #: ../nggwidget.php:395
315
+ #: ../nggwidget.php:581
316
  msgid "no"
317
  msgstr ""
318
 
319
+ #: ../nggwidget.php:398
320
+ #: ../nggwidget.php:584
321
  msgid "Show in"
322
  msgstr ""
323
 
324
+ #: ../nggwidget.php:400
325
+ #: ../nggwidget.php:586
326
  msgid "All categories"
327
  msgstr ""
328
 
329
+ #: ../nggwidget.php:401
330
+ #: ../nggwidget.php:587
331
  msgid "Only which are not listed"
332
  msgstr ""
333
 
334
+ #: ../nggwidget.php:402
335
+ #: ../nggwidget.php:588
336
  msgid "Only which are listed"
337
  msgstr ""
338
 
339
+ #: ../nggwidget.php:405
340
+ #: ../nggwidget.php:591
341
  msgid "Categories (id (use , to seperate)"
342
  msgstr ""
343
 
344
+ #: ../nggwidget.php:511
345
  msgid "NextGEN Random Image"
346
  msgstr ""
347
 
362
  msgstr ""
363
 
364
  #: ../admin/about.php:15
365
+ msgid "(Core AJAX developer)"
366
+ msgstr ""
367
+
368
  #: ../admin/about.php:16
369
+ #: ../admin/about.php:17
370
  msgid "(Core developer)"
371
  msgstr ""
372
 
373
+ #: ../admin/about.php:18
374
  msgid "(Sidebar Widget developer)"
375
  msgstr ""
376
 
377
+ #: ../admin/about.php:20
378
  msgid "Contributors / Tribute to"
379
  msgstr ""
380
 
381
+ #: ../admin/about.php:21
382
  msgid "If you study the code of this plugin, you will find out that we mixed a lot of good already existing code and ideas together."
383
  msgstr ""
384
 
385
+ #: ../admin/about.php:22
386
  msgid "So, we would like to thank the following people for their pioneer work (without this work it's impossible to create such a plugin so fast)"
387
  msgstr ""
388
 
389
+ #: ../admin/about.php:24
390
  msgid "for their great documented code"
391
  msgstr ""
392
 
393
+ #: ../admin/about.php:25
394
  msgid "for jQuery, which is the best Web2.0 framework"
395
  msgstr ""
396
 
397
+ #: ../admin/about.php:26
398
  msgid "for the fantastic PHP Thumbnail Class"
399
  msgstr ""
400
 
401
+ #: ../admin/about.php:27
402
  msgid "for PclZip , a PHP library that manage ZIP archives"
403
  msgstr ""
404
 
405
+ #: ../admin/about.php:28
406
  msgid "for a lot of very useful plugins and ideas"
407
  msgstr ""
408
 
409
+ #: ../admin/about.php:29
410
  msgid "for RS-Discuss, it saved me a lot of time"
411
  msgstr ""
412
 
413
+ #: ../admin/about.php:30
414
  msgid "for the best Media Flash Scripts on earth"
415
  msgstr ""
416
 
417
+ #: ../admin/about.php:31
418
  msgid "for the Watermark plugin"
419
  msgstr ""
420
 
421
+ #: ../admin/about.php:33
422
  msgid "If you didn't find your name on this list and there is some code which I integrate in my plugin, don't hesitate to send me a mail."
423
  msgstr ""
424
 
425
+ #: ../admin/about.php:34
426
  msgid "How to support ?"
427
  msgstr ""
428
 
429
+ #: ../admin/about.php:35
430
  msgid "There exist several ways to contribute, help or support us in this work. Non of them are mandatory."
431
  msgstr ""
432
 
433
+ #: ../admin/about.php:37
434
  msgid "Send us bugfixes / code changes"
435
  msgstr ""
436
 
437
+ #: ../admin/about.php:37
438
  msgid "The most motivated support for this plugin are your ideas and brain work"
439
  msgstr ""
440
 
441
+ #: ../admin/about.php:38
442
  msgid "Translate the plugin"
443
  msgstr ""
444
 
445
+ #: ../admin/about.php:38
446
  msgid "To help people to work with this plugin, I would like to have it in all avaivable languages"
447
  msgstr ""
448
 
449
+ #: ../admin/about.php:39
450
  msgid "Donate the work via paypal"
451
  msgstr ""
452
 
453
+ #: ../admin/about.php:50
454
  msgid "No doubt a very usefull and easy motivation :-)"
455
  msgstr ""
456
 
457
+ #: ../admin/about.php:52
458
  msgid "Place a link to the plugin in your blog/webpage"
459
  msgstr ""
460
 
461
+ #: ../admin/about.php:52
462
  msgid "Yes, share and trackback is also a good support for this work "
463
  msgstr ""
464
 
465
+ #: ../admin/about.php:54
466
  msgid "Thanks!"
467
  msgstr ""
468
 
469
+ #: ../admin/about.php:55
470
  msgid "We would like to thank this people which support us in the work :"
471
  msgstr ""
472
 
473
+ #: ../admin/addgallery.php:30
474
+ #: ../admin/addgallery.php:46
475
  msgid "Upload failed!"
476
  msgstr ""
477
 
478
+ #: ../admin/addgallery.php:68
479
  msgid "remove"
480
  msgstr ""
481
 
482
+ #: ../admin/addgallery.php:78
483
+ #: ../admin/addgallery.php:88
484
  msgid "Add new gallery"
485
  msgstr ""
486
 
487
+ #: ../admin/addgallery.php:80
488
+ #: ../admin/addgallery.php:106
489
  msgid "Upload a Zip-File"
490
  msgstr ""
491
 
492
+ #: ../admin/addgallery.php:82
493
+ #: ../admin/addgallery.php:138
494
  msgid "Import image folder"
495
  msgstr ""
496
 
497
+ #: ../admin/addgallery.php:83
498
+ #: ../admin/addgallery.php:156
499
  msgid "Upload Images"
500
  msgstr ""
501
 
502
+ #: ../admin/addgallery.php:94
503
  msgid "New Gallery"
504
  msgstr ""
505
 
506
+ #: ../admin/addgallery.php:96
507
  msgid "Create a new , empty gallery below the folder"
508
  msgstr ""
509
 
510
+ #: ../admin/addgallery.php:97
511
  msgid "Allowed characters for file and folder names are"
512
  msgstr ""
513
 
514
+ #: ../admin/addgallery.php:100
515
  msgid "Add gallery"
516
  msgstr ""
517
 
518
+ #: ../admin/addgallery.php:112
519
  msgid "Select Zip-File"
520
  msgstr ""
521
 
522
+ #: ../admin/addgallery.php:114
523
  msgid "Upload a zip file with images"
524
  msgstr ""
525
 
526
+ #: ../admin/addgallery.php:117
527
+ #: ../admin/addgallery.php:166
528
  msgid "in to"
529
  msgstr ""
530
 
531
+ #: ../admin/addgallery.php:119
532
  msgid "a new gallery"
533
  msgstr ""
534
 
535
+ #: ../admin/addgallery.php:129
536
+ #: ../admin/addgallery.php:178
537
  msgid "Note : The upload limit on your server is "
538
  msgstr ""
539
 
540
+ #: ../admin/addgallery.php:132
541
  msgid "Start upload"
542
  msgstr ""
543
 
544
+ #: ../admin/addgallery.php:144
545
  msgid "Import from Server path:"
546
  msgstr ""
547
 
548
+ #: ../admin/addgallery.php:146
549
  msgid "Import a folder with images. Please note :"
550
  msgstr ""
551
 
552
+ #: ../admin/addgallery.php:147
553
  msgid "For save_mode = ON you need to add the subfolder thumbs manually"
554
  msgstr ""
555
 
556
+ #: ../admin/addgallery.php:150
557
  msgid "Import folder"
558
  msgstr ""
559
 
560
+ #: ../admin/addgallery.php:162
561
  msgid "Upload image"
562
  msgstr ""
563
 
564
+ #: ../admin/addgallery.php:168
565
  msgid "Choose gallery"
566
  msgstr ""
567
 
568
+ #: ../admin/addgallery.php:181
569
  msgid "Upload images"
570
  msgstr ""
571
 
572
+ #: ../admin/addgallery.php:201
573
  msgid "No valid gallery name!"
574
  msgstr ""
575
 
576
+ #: ../admin/addgallery.php:205
577
+ #: ../admin/addgallery.php:213
578
+ #: ../admin/addgallery.php:221
579
+ #: ../admin/addgallery.php:260
580
+ #: ../admin/addgallery.php:264
581
  msgid "Directory"
582
  msgstr ""
583
 
584
+ #: ../admin/addgallery.php:205
585
  msgid "didn't exist. Please create first the main gallery folder "
586
  msgstr ""
587
 
588
+ #: ../admin/addgallery.php:206
589
+ #: ../admin/addgallery.php:214
590
  msgid "Check this link, if you didn't know how to set the permission :"
591
  msgstr ""
592
 
593
+ #: ../admin/addgallery.php:213
594
  msgid "didn't have the permissions "
595
  msgstr ""
596
 
597
+ #: ../admin/addgallery.php:221
598
  msgid "already exists!"
599
  msgstr ""
600
 
601
+ #: ../admin/addgallery.php:227
602
+ #: ../admin/addgallery.php:229
603
+ #: ../admin/addgallery.php:270
604
+ #: ../admin/addgallery.php:530
605
+ #: ../admin/addgallery.php:532
606
  msgid "Unable to create directory "
607
  msgstr ""
608
 
609
+ #: ../admin/addgallery.php:228
610
+ #: ../admin/addgallery.php:531
611
+ #: ../admin/addgallery.php:533
612
  msgid "Unable to set directory permissions "
613
  msgstr ""
614
 
615
+ #: ../admin/addgallery.php:230
616
  msgid "Unable to set directory permissions"
617
  msgstr ""
618
 
619
+ #: ../admin/addgallery.php:232
620
  msgid "The server setting Safe-Mode is on !"
621
  msgstr ""
622
 
623
+ #: ../admin/addgallery.php:233
624
  msgid "Please create directory"
625
  msgstr ""
626
 
627
+ #: ../admin/addgallery.php:234
628
  msgid "and the thumbnails directory"
629
  msgstr ""
630
 
631
+ #: ../admin/addgallery.php:234
632
  msgid "with permission 777 manually !"
633
  msgstr ""
634
 
635
+ #: ../admin/addgallery.php:238
636
  msgid "already exists"
637
  msgstr ""
638
 
639
+ #: ../admin/addgallery.php:242
640
+ #: ../admin/addgallery.php:306
641
  msgid "successfully created!"
642
  msgstr ""
643
 
644
+ #: ../admin/addgallery.php:242
645
  msgid "You can show this gallery with the tag"
646
  msgstr ""
647
 
648
+ #: ../admin/addgallery.php:260
649
+ #: ../admin/addgallery.php:269
650
  msgid "doesn&#96;t exist"
651
  msgstr ""
652
 
653
+ #: ../admin/addgallery.php:264
654
  msgid "contains no pictures"
655
  msgstr ""
656
 
657
+ #: ../admin/addgallery.php:269
658
  msgid "Thumbnail Directory"
659
  msgstr ""
660
 
661
+ #: ../admin/addgallery.php:269
662
  msgid "Please create the folder <i>thumbs</i> in your gallery folder."
663
  msgstr ""
664
 
665
+ #: ../admin/addgallery.php:282
666
  #: ../admin/myimport.php:38
667
  msgid "Database error. Could not add gallery!"
668
  msgstr ""
669
 
670
+ #: ../admin/addgallery.php:306
671
  msgid " pictures added."
672
  msgstr ""
673
 
674
+ #: ../admin/addgallery.php:350
675
+ #: ../admin/addgallery.php:387
676
  msgid "Some pictures are not writeable :"
677
  msgstr ""
678
 
679
+ #: ../admin/addgallery.php:458
680
  msgid "Follow thumbnails could not created."
681
  msgstr ""
682
 
683
+ #: ../admin/addgallery.php:459
684
  msgid "Some thumbnails are not writeable :"
685
  msgstr ""
686
 
687
+ #: ../admin/addgallery.php:475
688
+ msgid "The Zip-file is too large. Exceed Memory limit !"
689
+ msgstr ""
690
+
691
+ #: ../admin/addgallery.php:513
692
  msgid "Uploaded file was no or a faulty zip file ! The server recognize : "
693
  msgstr ""
694
 
695
+ #: ../admin/addgallery.php:538
696
  msgid "Unable to unlink zip file "
697
  msgstr ""
698
 
699
+ #: ../admin/addgallery.php:541
700
  msgid "Zip-File successfully unpacked"
701
  msgstr ""
702
 
703
+ #: ../admin/addgallery.php:577
704
+ #: ../admin/addgallery.php:585
705
  msgid "Unable to unlink file "
706
  msgstr ""
707
 
708
+ #: ../admin/addgallery.php:578
709
  msgid "No gallery selected !"
710
  msgstr ""
711
 
712
+ #: ../admin/addgallery.php:586
713
  msgid "Failure in database, no gallery path set !"
714
  msgstr ""
715
 
716
+ #: ../admin/addgallery.php:593
717
  msgid "is no valid image file!"
718
  msgstr ""
719
 
720
+ #: ../admin/addgallery.php:601
721
  msgid "Error, the file could not moved to : "
722
  msgstr ""
723
 
724
+ #: ../admin/addgallery.php:605
725
  msgid "Error, the file permissions could not set"
726
  msgstr ""
727
 
728
+ #: ../admin/addgallery.php:627
729
  msgid " Image(s) successfully added"
730
  msgstr ""
731
 
779
  msgid "Album deleted"
780
  msgstr ""
781
 
782
+ #: ../admin/album.php:117
783
  msgid "Manage Albums"
784
  msgstr ""
785
 
786
+ #: ../admin/album.php:126
787
  msgid "No album selected"
788
  msgstr ""
789
 
790
+ #: ../admin/album.php:139
791
  msgid "Add new album"
792
  msgstr ""
793
 
794
+ #: ../admin/album.php:143
795
  #: ../admin/manage.php:314
796
  #: ../admin/manage.php:578
797
+ #: ../admin/__manage.php:232
798
  msgid "Delete"
799
  msgstr ""
800
 
801
+ #: ../admin/album.php:143
802
  msgid "Delete album ?"
803
  msgstr ""
804
 
805
+ #: ../admin/album.php:145
806
+ #: ../admin/settings.php:141
807
+ #: ../admin/settings.php:181
808
+ #: ../admin/settings.php:214
809
+ #: ../admin/settings.php:289
810
+ #: ../admin/settings.php:336
811
+ #: ../admin/settings.php:445
812
+ #: ../admin/settings.php:549
813
  msgid "Update"
814
  msgstr ""
815
 
816
+ #: ../admin/album.php:153
817
  msgid "[Maximize]"
818
  msgstr ""
819
 
820
+ #: ../admin/album.php:154
821
  msgid "[Minimize]"
822
  msgstr ""
823
 
824
+ #: ../admin/album.php:156
825
  msgid "After you create and select a album, you can drag and drop a gallery into your album below"
826
  msgstr ""
827
 
828
+ #: ../admin/album.php:163
829
  msgid "Select Gallery"
830
  msgstr ""
831
 
832
+ #: ../admin/album.php:196
833
  msgid "Album Page ID"
834
  msgstr ""
835
 
836
+ #: ../admin/album.php:208
837
  msgid "No album selected!"
838
  msgstr ""
839
 
840
+ #: ../admin/album.php:242
841
  #: ../admin/manage.php:288
842
  #: ../admin/manage.php:534
843
  #: ../admin/myimport.php:49
844
+ #: ../admin/__manage.php:206
845
  msgid "ID"
846
  msgstr ""
847
 
848
+ #: ../admin/album.php:243
849
  msgid "Name"
850
  msgstr ""
851
 
852
+ #: ../admin/album.php:245
853
  msgid "Page"
854
  msgstr ""
855
 
856
  #: ../admin/manage.php:64
857
  #: ../admin/manage.php:85
858
+ #: ../admin/__manage.php:182
859
  msgid "deleted successfully"
860
  msgstr ""
861
 
896
  msgstr ""
897
 
898
  #: ../admin/manage.php:284
899
+ #: ../admin/__manage.php:202
900
  msgid "Gallery Overview"
901
  msgstr ""
902
 
903
  #: ../admin/manage.php:289
904
  #: ../admin/myimport.php:50
905
+ #: ../admin/__manage.php:207
906
  msgid "Gallery name"
907
  msgstr ""
908
 
909
  #: ../admin/manage.php:292
910
  #: ../admin/myimport.php:53
911
+ #: ../admin/__manage.php:210
912
  msgid "Page ID"
913
  msgstr ""
914
 
915
  #: ../admin/manage.php:293
916
  #: ../admin/myimport.php:54
917
+ #: ../admin/__manage.php:211
918
  msgid "Quantity"
919
  msgstr ""
920
 
921
  #: ../admin/manage.php:294
922
  #: ../admin/manage.php:546
923
  #: ../admin/myimport.php:55
924
+ #: ../admin/__manage.php:212
925
  msgid "Action"
926
  msgstr ""
927
 
928
  #: ../admin/manage.php:313
929
+ #: ../admin/__manage.php:231
930
  #: ../js/nggadmintab-js.php:88
931
  msgid "Edit"
932
  msgstr ""
933
 
934
  #: ../admin/manage.php:314
935
+ #: ../admin/__manage.php:232
936
  msgid "Delete this gallery ?"
937
  msgstr ""
938
 
939
  #: ../admin/manage.php:319
940
  #: ../admin/manage.php:583
941
  #: ../admin/myimport.php:79
942
+ #: ../admin/__manage.php:237
943
+ #: ../admin/__manage.php:1155
944
  msgid "No entries found"
945
  msgstr ""
946
 
947
  #: ../admin/manage.php:445
948
+ #: ../admin/__manage.php:1001
949
  msgid "Main settings"
950
  msgstr ""
951
 
952
  #: ../admin/manage.php:450
953
+ #: ../admin/__manage.php:1007
954
  msgid "Page Link to"
955
  msgstr ""
956
 
957
  #: ../admin/manage.php:453
958
+ #: ../admin/__manage.php:1010
959
  msgid "Not linked"
960
  msgstr ""
961
 
962
  #: ../admin/manage.php:469
963
+ #: ../admin/__manage.php:1026
964
  msgid "Preview image"
965
  msgstr ""
966
 
967
  #: ../admin/manage.php:472
968
+ #: ../admin/__manage.php:1029
969
  msgid "No Picture"
970
  msgstr ""
971
 
972
  #: ../admin/manage.php:487
973
+ #: ../admin/__manage.php:1043
974
  msgid "Path"
975
  msgstr ""
976
 
977
  #: ../admin/manage.php:490
978
+ #: ../admin/__manage.php:1045
979
  msgid "Create new page"
980
  msgstr ""
981
 
982
  #: ../admin/manage.php:493
983
+ #: ../admin/__manage.php:1048
984
  msgid "Main page (No parent)"
985
  msgstr ""
986
 
987
  #: ../admin/manage.php:496
988
+ #: ../admin/__manage.php:1051
989
  msgid "Add page"
990
  msgstr ""
991
 
992
  #: ../admin/manage.php:502
993
+ #: ../admin/__manage.php:1057
994
  msgid "Scan Folder for new images"
995
  msgstr ""
996
 
997
  #: ../admin/manage.php:503
998
  #: ../admin/manage.php:590
999
+ #: ../admin/__manage.php:1058
1000
  msgid "Save Changes"
1001
  msgstr ""
1002
 
1069
  msgstr ""
1070
 
1071
  #: ../admin/manage.php:535
1072
+ #: ../admin/settings.php:278
1073
  msgid "File name"
1074
  msgstr ""
1075
 
1130
  msgid "The server reports that a new NextGEN Gallery Version is now available. Please visit the plugin homepage for more information."
1131
  msgstr ""
1132
 
1133
+ #: ../admin/overview.php:36
1134
+ msgid "Download here"
1135
+ msgstr ""
1136
+
1137
+ #: ../admin/overview.php:38
1138
  msgid "Server Settings"
1139
  msgstr ""
1140
 
1141
+ #: ../admin/overview.php:45
1142
  msgid "Welcome"
1143
  msgstr ""
1144
 
1145
+ #: ../admin/overview.php:49
1146
  msgid "gallery administrator"
1147
  msgstr ""
1148
 
1149
+ #: ../admin/overview.php:49
1150
  msgid "gallery editor"
1151
  msgstr ""
1152
 
1153
+ #: ../admin/overview.php:50
1154
  #, php-format
1155
  msgid "Welcome to NextGEN Gallery. Here you can control your images, galleries and albums. You currently have %s rights."
1156
  msgstr ""
1157
 
1158
+ #: ../admin/overview.php:55
1159
  msgid "Add a new gallery or import pictures"
1160
  msgstr ""
1161
 
1162
+ #: ../admin/overview.php:56
1163
  msgid "Manage galleries and images"
1164
  msgstr ""
1165
 
1166
+ #: ../admin/overview.php:57
1167
  msgid "Create and manage albums"
1168
  msgstr ""
1169
 
1170
+ #: ../admin/overview.php:58
1171
  msgid "Change the settings of NextGEN Gallery"
1172
  msgstr ""
1173
 
1174
+ #: ../admin/overview.php:61
1175
  msgid "Latest News"
1176
  msgstr ""
1177
 
1178
+ #: ../admin/overview.php:80
1179
  #, php-format
1180
  msgid "Newsfeed could not be loaded. Check the <a href=\"%s\">front page</a> to check for updates."
1181
  msgstr ""
1182
 
1183
+ #: ../admin/overview.php:93
1184
  msgid "GD support"
1185
  msgstr ""
1186
 
1187
+ #: ../admin/overview.php:104
1188
  msgid "No GD support"
1189
  msgstr ""
1190
 
1191
+ #: ../admin/overview.php:111
1192
  msgid "Yes"
1193
  msgstr ""
1194
 
1195
+ #: ../admin/overview.php:112
1196
  msgid "No"
1197
  msgstr ""
1198
 
1199
+ #: ../admin/overview.php:126
1200
  msgid "Not set"
1201
  msgstr ""
1202
 
1203
+ #: ../admin/overview.php:128
1204
+ #: ../admin/overview.php:131
1205
  msgid "On"
1206
  msgstr ""
1207
 
1208
+ #: ../admin/overview.php:129
1209
+ #: ../admin/overview.php:132
1210
  msgid "Off"
1211
  msgstr ""
1212
 
1213
+ #: ../admin/overview.php:135
1214
+ #: ../admin/overview.php:138
1215
+ #: ../admin/overview.php:141
1216
+ #: ../admin/overview.php:144
1217
+ #: ../admin/overview.php:147
1218
  msgid "N/A"
1219
  msgstr ""
1220
 
1221
+ #: ../admin/overview.php:146
1222
  msgid " MByte"
1223
  msgstr ""
1224
 
1225
+ #: ../admin/overview.php:150
1226
  msgid "Operating System"
1227
  msgstr ""
1228
 
1229
+ #: ../admin/overview.php:151
1230
  msgid "Server"
1231
  msgstr ""
1232
 
1233
+ #: ../admin/overview.php:152
1234
  msgid "Memory usage"
1235
  msgstr ""
1236
 
1237
+ #: ../admin/overview.php:153
1238
  msgid "MYSQL Version"
1239
  msgstr ""
1240
 
1241
+ #: ../admin/overview.php:154
1242
  msgid "SQL Mode"
1243
  msgstr ""
1244
 
1245
+ #: ../admin/overview.php:155
1246
  msgid "PHP Version"
1247
  msgstr ""
1248
 
1249
+ #: ../admin/overview.php:156
1250
  msgid "PHP Safe Mode"
1251
  msgstr ""
1252
 
1253
+ #: ../admin/overview.php:157
1254
  msgid "PHP Allow URL fopen"
1255
  msgstr ""
1256
 
1257
+ #: ../admin/overview.php:158
1258
  msgid "PHP Memory Limit"
1259
  msgstr ""
1260
 
1261
+ #: ../admin/overview.php:159
1262
  msgid "PHP Max Upload Size"
1263
  msgstr ""
1264
 
1265
+ #: ../admin/overview.php:160
1266
  msgid "PHP Max Post Size"
1267
  msgstr ""
1268
 
1269
+ #: ../admin/overview.php:161
1270
  msgid "PHP Max Script Execute Time"
1271
  msgstr ""
1272
 
1318
  msgid "Update capabilities"
1319
  msgstr ""
1320
 
1321
+ #: ../admin/settings.php:29
1322
  #: ../admin/style.php:16
1323
  msgid "Update successfully"
1324
  msgstr ""
1325
 
1326
+ #: ../admin/settings.php:83
1327
+ #: ../admin/settings.php:95
1328
  msgid "General Options"
1329
  msgstr ""
1330
 
1331
+ #: ../admin/settings.php:84
1332
+ #: ../admin/settings.php:255
1333
  msgid "Thumbnails"
1334
  msgstr ""
1335
 
1336
+ #: ../admin/settings.php:85
1337
  msgid "Images"
1338
  msgstr ""
1339
 
1340
+ #: ../admin/settings.php:87
1341
+ #: ../admin/settings.php:297
1342
  msgid "Effects"
1343
  msgstr ""
1344
 
1345
+ #: ../admin/settings.php:102
1346
  msgid "Gallery path"
1347
  msgstr ""
1348
 
1349
+ #: ../admin/settings.php:104
1350
  msgid "This is the default path for all galleries"
1351
  msgstr ""
1352
 
1353
+ #: ../admin/settings.php:115
1354
  msgid "Delete image files"
1355
  msgstr ""
1356
 
1357
+ #: ../admin/settings.php:117
1358
  msgid "Delete files, when removing a gallery in the database"
1359
  msgstr ""
1360
 
1361
+ #: ../admin/settings.php:120
1362
  msgid "Tags / Categories"
1363
  msgstr ""
1364
 
1365
+ #: ../admin/settings.php:123
1366
  msgid "Activate related images"
1367
  msgstr ""
1368
 
1369
+ #: ../admin/settings.php:125
1370
  msgid "This option will append related images to every post"
1371
  msgstr ""
1372
 
1373
+ #: ../admin/settings.php:129
1374
  msgid "Match with"
1375
  msgstr ""
1376
 
1377
+ #: ../admin/settings.php:130
1378
  msgid "Categories"
1379
  msgstr ""
1380
 
1381
+ #: ../admin/settings.php:131
1382
  msgid "Tags"
1383
  msgstr ""
1384
 
1385
+ #: ../admin/settings.php:131
1386
  msgid " (require WordPress 2.3 or higher)"
1387
  msgstr ""
1388
 
1389
+ #: ../admin/settings.php:135
1390
  msgid "Max. number of images"
1391
  msgstr ""
1392
 
1393
+ #: ../admin/settings.php:137
1394
  msgid "0 will show all images"
1395
  msgstr ""
1396
 
1397
+ #: ../admin/settings.php:149
1398
  msgid "Thumbnail settings"
1399
  msgstr ""
1400
 
1401
+ #: ../admin/settings.php:154
1402
  msgid "Please note : If you change the settings, you need to recreate the thumbnails under -> Manage Gallery ."
1403
  msgstr ""
1404
 
1405
+ #: ../admin/settings.php:157
1406
  msgid "Width x height (in pixel)"
1407
  msgstr ""
1408
 
1409
+ #: ../admin/settings.php:159
1410
  msgid "These values are maximum values "
1411
  msgstr ""
1412
 
1413
+ #: ../admin/settings.php:162
1414
  msgid "Set fix dimension"
1415
  msgstr ""
1416
 
1417
+ #: ../admin/settings.php:164
1418
  msgid "Ignore the aspect ratio, no portrait thumbnails"
1419
  msgstr ""
1420
 
1421
+ #: ../admin/settings.php:167
1422
  msgid "Crop square thumbnail from image"
1423
  msgstr ""
1424
 
1425
+ #: ../admin/settings.php:169
1426
  msgid "Create square thumbnails, use only the width setting :"
1427
  msgstr ""
1428
 
1429
+ #: ../admin/settings.php:172
1430
  msgid "Thumbnail quality"
1431
  msgstr ""
1432
 
1433
+ #: ../admin/settings.php:176
1434
+ #: ../admin/settings.php:208
1435
  msgid "Resample Mode"
1436
  msgstr ""
1437
 
1438
+ #: ../admin/settings.php:178
1439
+ #: ../admin/settings.php:211
1440
  msgid "Value between 1-5 (higher value, more CPU load)"
1441
  msgstr ""
1442
 
1443
+ #: ../admin/settings.php:189
1444
  msgid "Image settings"
1445
  msgstr ""
1446
 
1447
+ #: ../admin/settings.php:196
1448
  msgid "Resize Images"
1449
  msgstr ""
1450
 
1451
+ #: ../admin/settings.php:200
1452
  msgid "Width x height (in pixel). NextGEN Gallery will keep ratio size"
1453
  msgstr ""
1454
 
1455
+ #: ../admin/settings.php:203
1456
  msgid "Image quality"
1457
  msgstr ""
1458
 
1459
+ #: ../admin/settings.php:222
1460
  msgid "Gallery settings"
1461
  msgstr ""
1462
 
1463
+ #: ../admin/settings.php:229
1464
  msgid "Activate jQuery navigation"
1465
  msgstr ""
1466
 
1467
+ #: ../admin/settings.php:231
1468
  msgid "Please note : This is still experimental. Requires the Thickbox effect"
1469
  msgstr ""
1470
 
1471
+ #: ../admin/settings.php:235
1472
  msgid "Deactivate gallery page link"
1473
  msgstr ""
1474
 
1475
+ #: ../admin/settings.php:237
1476
  msgid "The album will not link to a gallery subpage. The gallery is shown on the same page."
1477
  msgstr ""
1478
 
1479
+ #: ../admin/settings.php:241
1480
  msgid "Number of images per page"
1481
  msgstr ""
1482
 
1483
+ #: ../admin/settings.php:243
1484
  msgid "0 will disable pagination, all images on one page"
1485
  msgstr ""
1486
 
1487
+ #: ../admin/settings.php:247
1488
  msgid "Integrate slideshow"
1489
  msgstr ""
1490
 
1491
+ #: ../admin/settings.php:254
1492
  msgid "Show first"
1493
  msgstr ""
1494
 
1495
+ #: ../admin/settings.php:260
1496
  msgid "Show thumbnail description"
1497
  msgstr ""
1498
 
1499
+ #: ../admin/settings.php:261
1500
+ #: ../admin/settings.php:309
1501
  #: ../js/nggadmintab-js.php:112
1502
  msgid "None"
1503
  msgstr ""
1504
 
1505
+ #: ../admin/settings.php:262
1506
  msgid "Description text"
1507
  msgstr ""
1508
 
1509
+ #: ../admin/settings.php:263
1510
+ #: ../admin/settings.php:279
1511
  msgid "Alt / Title text"
1512
  msgstr ""
1513
 
1514
+ #: ../admin/settings.php:267
1515
  msgid "Show ImageBrowser"
1516
  msgstr ""
1517
 
1518
+ #: ../admin/settings.php:269
1519
  msgid "The gallery will open the ImageBrowser instead the effect."
1520
  msgstr ""
1521
 
1522
+ #: ../admin/settings.php:273
1523
  msgid "Sort options"
1524
  msgstr ""
1525
 
1526
+ #: ../admin/settings.php:276
1527
  msgid "Sort thumbnails"
1528
  msgstr ""
1529
 
1530
+ #: ../admin/settings.php:277
1531
  msgid "Image ID"
1532
  msgstr ""
1533
 
1534
+ #: ../admin/settings.php:283
1535
  msgid "Sort direction"
1536
  msgstr ""
1537
 
1538
+ #: ../admin/settings.php:284
1539
  msgid "Ascending"
1540
  msgstr ""
1541
 
1542
+ #: ../admin/settings.php:285
1543
  msgid "Descending"
1544
  msgstr ""
1545
 
1546
+ #: ../admin/settings.php:301
1547
  msgid "Here you can select the thumbnail effect, NextGEN Gallery will integrate the required HTML code in the images. Please note that only the Thickbox effect will automatic added to your theme."
1548
  msgstr ""
1549
 
1550
+ #: ../admin/settings.php:302
1551
  msgid "With the placeholder"
1552
  msgstr ""
1553
 
1554
+ #: ../admin/settings.php:302
1555
  msgid "you can activate a navigation through the images (depend on the effect). Change the code line only , when you use a different thumbnail effect or you know what you do."
1556
  msgstr ""
1557
 
1558
+ #: ../admin/settings.php:306
1559
  msgid "JavaScript Thumbnail effect"
1560
  msgstr ""
1561
 
1562
+ #: ../admin/settings.php:310
1563
  msgid "Thickbox"
1564
  msgstr ""
1565
 
1566
+ #: ../admin/settings.php:311
1567
  msgid "Lightbox"
1568
  msgstr ""
1569
 
1570
+ #: ../admin/settings.php:312
1571
  msgid "Highslide"
1572
  msgstr ""
1573
 
1574
+ #: ../admin/settings.php:313
1575
+ msgid "Shutter"
1576
+ msgstr ""
1577
+
1578
+ #: ../admin/settings.php:314
1579
  msgid "Custom"
1580
  msgstr ""
1581
 
1582
+ #: ../admin/settings.php:319
1583
  msgid "Link Code line"
1584
  msgstr ""
1585
 
1586
+ #: ../admin/settings.php:327
1587
  msgid "Select loading image"
1588
  msgstr ""
1589
 
1590
+ #: ../admin/settings.php:351
1591
  msgid "Please note : You can only activate the watermark under -> Manage Gallery . This action cannot be undone."
1592
  msgstr ""
1593
 
1594
+ #: ../admin/settings.php:356
1595
  msgid "Preview"
1596
  msgstr ""
1597
 
1598
+ #: ../admin/settings.php:358
1599
+ #: ../admin/settings.php:362
1600
  msgid "Position"
1601
  msgstr ""
1602
 
1603
+ #: ../admin/settings.php:382
1604
  msgid "Offset"
1605
  msgstr ""
1606
 
1607
+ #: ../admin/settings.php:400
1608
  msgid "Use image as watermark"
1609
  msgstr ""
1610
 
1611
+ #: ../admin/settings.php:403
1612
  msgid "URL to file"
1613
  msgstr ""
1614
 
1615
+ #: ../admin/settings.php:405
1616
  msgid "The accessing of URL files is disabled at your server (allow_url_fopen)"
1617
  msgstr ""
1618
 
1619
+ #: ../admin/settings.php:411
1620
  msgid "Use text as watermark"
1621
  msgstr ""
1622
 
1623
+ #: ../admin/settings.php:414
1624
  msgid "Font"
1625
  msgstr ""
1626
 
1627
+ #: ../admin/settings.php:422
1628
  msgid "You can upload more fonts in the folder <strong>nggallery/fonts</strong>"
1629
  msgstr ""
1630
 
1631
+ #: ../admin/settings.php:426
1632
  msgid "Size"
1633
  msgstr ""
1634
 
1635
+ #: ../admin/settings.php:430
1636
  msgid "Color"
1637
  msgstr ""
1638
 
1639
+ #: ../admin/settings.php:432
1640
  msgid "(hex w/o #)"
1641
  msgstr ""
1642
 
1643
+ #: ../admin/settings.php:435
1644
  msgid "Text"
1645
  msgstr ""
1646
 
1647
+ #: ../admin/settings.php:439
1648
  msgid "Opaque"
1649
  msgstr ""
1650
 
1651
+ #: ../admin/settings.php:458
1652
  msgid "The imagerotator.swf is not in the nggallery folder, the slideshow will not work."
1653
  msgstr ""
1654
 
1655
+ #: ../admin/settings.php:459
1656
  msgid "The settings are used in the JW Image Rotator Version 3.9 ."
1657
  msgstr ""
1658
 
1659
+ #: ../admin/settings.php:460
1660
  msgid "See more information for the Flash Player on the web page"
1661
  msgstr ""
1662
 
1663
+ #: ../admin/settings.php:463
1664
  msgid "Default size (W x H)"
1665
  msgstr ""
1666
 
1667
+ #: ../admin/settings.php:468
1668
  msgid "Shuffle mode"
1669
  msgstr ""
1670
 
1671
+ #: ../admin/settings.php:472
1672
  msgid "Show next image on click"
1673
  msgstr ""
1674
 
1675
+ #: ../admin/settings.php:476
1676
  msgid "Show navigation bar"
1677
  msgstr ""
1678
 
1679
+ #: ../admin/settings.php:480
1680
  msgid "Show loading icon"
1681
  msgstr ""
1682
 
1683
+ #: ../admin/settings.php:484
1684
  msgid "Use watermark logo"
1685
  msgstr ""
1686
 
1687
+ #: ../admin/settings.php:486
1688
  msgid "You can change the logo at the watermark settings"
1689
  msgstr ""
1690
 
1691
+ #: ../admin/settings.php:489
1692
  msgid "Stretch image"
1693
  msgstr ""
1694
 
1695
+ #: ../admin/settings.php:492
1696
  msgid "true"
1697
  msgstr ""
1698
 
1699
+ #: ../admin/settings.php:493
1700
  msgid "false"
1701
  msgstr ""
1702
 
1703
+ #: ../admin/settings.php:494
1704
  msgid "fit"
1705
  msgstr ""
1706
 
1707
+ #: ../admin/settings.php:500
1708
  msgid "Duration time"
1709
  msgstr ""
1710
 
1711
+ #: ../admin/settings.php:501
1712
  msgid "sec."
1713
  msgstr ""
1714
 
1715
+ #: ../admin/settings.php:504
1716
  msgid "Transition / Fade effect"
1717
  msgstr ""
1718
 
1719
+ #: ../admin/settings.php:507
1720
  msgid "fade"
1721
  msgstr ""
1722
 
1723
+ #: ../admin/settings.php:508
1724
  msgid "bgfade"
1725
  msgstr ""
1726
 
1727
+ #: ../admin/settings.php:509
1728
  msgid "slowfade"
1729
  msgstr ""
1730
 
1731
+ #: ../admin/settings.php:510
1732
  msgid "circles"
1733
  msgstr ""
1734
 
1735
+ #: ../admin/settings.php:511
1736
  msgid "bubbles"
1737
  msgstr ""
1738
 
1739
+ #: ../admin/settings.php:512
1740
  msgid "blocks"
1741
  msgstr ""
1742
 
1743
+ #: ../admin/settings.php:513
1744
  msgid "fluids"
1745
  msgstr ""
1746
 
1747
+ #: ../admin/settings.php:514
1748
+ msgid "flash"
1749
+ msgstr ""
1750
+
1751
+ #: ../admin/settings.php:515
1752
  msgid "lines"
1753
  msgstr ""
1754
 
1755
+ #: ../admin/settings.php:516
1756
  msgid "random"
1757
  msgstr ""
1758
 
1759
+ #: ../admin/settings.php:520
1760
  msgid "Use slow zooming effect"
1761
  msgstr ""
1762
 
1763
+ #: ../admin/settings.php:524
1764
  msgid "Background Color"
1765
  msgstr ""
1766
 
1767
+ #: ../admin/settings.php:529
1768
  msgid "Texts / Buttons Color"
1769
  msgstr ""
1770
 
1771
+ #: ../admin/settings.php:534
1772
  msgid "Rollover / Active Color"
1773
  msgstr ""
1774
 
1775
+ #: ../admin/settings.php:539
1776
  msgid "Background music (URL)"
1777
  msgstr ""
1778
 
1779
+ #: ../admin/settings.php:543
1780
  msgid "Try XHTML validation (with CDATA)"
1781
  msgstr ""
1782
 
1783
+ #: ../admin/settings.php:545
1784
  msgid "Important : Could causes problem at some browser. Please recheck your page."
1785
  msgstr ""
1786
 
1881
  msgid "Version"
1882
  msgstr ""
1883
 
1884
+ #: ../admin/style.php:117
1885
  msgid "Update File &raquo;"
1886
  msgstr ""
1887
 
1888
+ #: ../admin/style.php:121
1889
  msgid "If this file were writable you could edit it."
1890
  msgstr ""
1891
 
1892
+ #: ../admin/style.php:126
1893
  msgid "Oops, no such file exists! Double check the name and try again, merci."
1894
  msgstr ""
1895
 
lib/nggallery.lib.php CHANGED
@@ -223,11 +223,13 @@ class nggallery {
223
  //required for myGallery import :-)
224
 
225
  if (!$include_Abspath) $gallerypath = WINABSPATH.$gallerypath;
 
 
226
  if (is_dir($gallerypath."/thumbs")) return "/thumbs/";
227
  if (is_dir($gallerypath."/tumbs")) return "/tumbs/";
228
  if (!SAFE_MODE) {
229
  if (!is_dir($gallerypath."/thumbs")) {
230
- mkdir($gallerypath."/thumbs");
231
  return "/thumbs/";
232
  }
233
  }
@@ -483,6 +485,7 @@ class ngg_Tags {
483
  if (is_array($picids)){
484
  // now get all pictures
485
  $piclist = "'" . implode("', '", $picids) . "'";
 
486
  $picarray = $wpdb->get_results("SELECT t.*, tt.* FROM $wpdb->nggpictures AS t INNER JOIN $wpdb->nggallery AS tt ON t.galleryid = tt.gid WHERE t.pid IN ($piclist) ORDER BY t.pid ASC ");
487
  }
488
 
223
  //required for myGallery import :-)
224
 
225
  if (!$include_Abspath) $gallerypath = WINABSPATH.$gallerypath;
226
+ if (!file_exists($gallerypath))
227
+ return FALSE;
228
  if (is_dir($gallerypath."/thumbs")) return "/thumbs/";
229
  if (is_dir($gallerypath."/tumbs")) return "/tumbs/";
230
  if (!SAFE_MODE) {
231
  if (!is_dir($gallerypath."/thumbs")) {
232
+ @mkdir($gallerypath."/thumbs");
233
  return "/thumbs/";
234
  }
235
  }
485
  if (is_array($picids)){
486
  // now get all pictures
487
  $piclist = "'" . implode("', '", $picids) . "'";
488
+ //TODO:Use thumbnail sort order ?
489
  $picarray = $wpdb->get_results("SELECT t.*, tt.* FROM $wpdb->nggpictures AS t INNER JOIN $wpdb->nggallery AS tt ON t.galleryid = tt.gid WHERE t.pid IN ($piclist) ORDER BY t.pid ASC ");
490
  }
491
 
lib/pclzip.lib.php CHANGED
@@ -103,6 +103,8 @@
103
  define( 'PCLZIP_ERR_UNSUPPORTED_ENCRYPTION', -19 );
104
  define( 'PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE', -20 );
105
  define( 'PCLZIP_ERR_DIRECTORY_RESTRICTION', -21 );
 
 
106
 
107
  // ----- Options values
108
  define( 'PCLZIP_OPT_PATH', 77001 );
@@ -791,8 +793,10 @@
791
  $p_list = array();
792
  $v_result = $this->privExtractByRule($p_list, $v_path, $v_remove_path,
793
  $v_remove_all_path, $v_options);
 
794
  if ($v_result < 1) {
795
  unset($p_list);
 
796
  //--(MAGIC-PclTrace)--//PclTraceFctEnd(__FILE__, __LINE__, 0, PclZip::errorInfo());
797
  return(0);
798
  }
@@ -1322,9 +1326,11 @@
1322
  PCLZIP_ERR_MISSING_OPTION_VALUE => 'PCLZIP_ERR_MISSING_OPTION_VALUE',
1323
  PCLZIP_ERR_INVALID_OPTION_VALUE => 'PCLZIP_ERR_INVALID_OPTION_VALUE',
1324
  PCLZIP_ERR_UNSUPPORTED_COMPRESSION => 'PCLZIP_ERR_UNSUPPORTED_COMPRESSION',
1325
- PCLZIP_ERR_UNSUPPORTED_ENCRYPTION => 'PCLZIP_ERR_UNSUPPORTED_ENCRYPTION'
1326
- ,PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE => 'PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE'
1327
- ,PCLZIP_ERR_DIRECTORY_RESTRICTION => 'PCLZIP_ERR_DIRECTORY_RESTRICTION'
 
 
1328
  );
1329
 
1330
  if (isset($v_name[$this->error_code])) {
@@ -3357,7 +3363,7 @@
3357
 
3358
  $v_extract = false;
3359
  }
3360
-
3361
  // ----- Look for real extraction
3362
  if ($v_extract)
3363
  {
@@ -3449,24 +3455,23 @@
3449
  $p_path, $p_remove_path,
3450
  $p_remove_all_path,
3451
  $p_options);
 
3452
  if ($v_result1 < 1) {
3453
  $this->privCloseFd();
3454
  $this->privSwapBackMagicQuotes();
3455
  //--(MAGIC-PclTrace)--//PclTraceFctEnd(__FILE__, __LINE__, $v_result1);
 
3456
  return $v_result1;
3457
  }
3458
-
3459
  // ----- Get the only interesting attributes
3460
  if (($v_result = $this->privConvertHeader2FileInfo($v_header, $p_file_list[$v_nb_extracted++])) != 1)
3461
  {
3462
  // ----- Close the zip file
3463
  $this->privCloseFd();
3464
  $this->privSwapBackMagicQuotes();
3465
-
3466
  //--(MAGIC-PclTrace)--//PclTraceFctEnd(__FILE__, __LINE__, $v_result);
3467
  return $v_result;
3468
  }
3469
-
3470
  // ----- Look for user callback abort
3471
  if ($v_result1 == 2) {
3472
  break;
@@ -3730,7 +3735,6 @@
3730
 
3731
  // ----- Look if extraction should be done
3732
  if ($p_entry['status'] == 'ok') {
3733
-
3734
  // ----- Do the extraction (if not a folder)
3735
  if (!(($p_entry['external']&0x00000010)==0x00000010))
3736
  {
@@ -3777,6 +3781,7 @@
3777
 
3778
  }
3779
  else {
 
3780
  //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 2, "Extracting a compressed file (Compression method ".$p_entry['compression'].")");
3781
  // ----- TBC
3782
  // Need to be finished
@@ -3800,15 +3805,37 @@
3800
  else {
3801
  //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 5, "Read '".$p_entry['compressed_size']."' compressed bytes");
3802
  // ----- Read the compressed file in a buffer (one shot)
3803
- $v_buffer = @fread($this->zip_fd, $p_entry['compressed_size']);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3804
  }
3805
-
3806
- // ----- Decompress the file
3807
- $v_file_content = @gzinflate($v_buffer);
 
 
 
 
 
 
 
3808
  unset($v_buffer);
3809
  if ($v_file_content === FALSE) {
3810
  //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 2, "Unable to inflate compressed file");
3811
-
3812
  // ----- Change the file status
3813
  // TBC
3814
  $p_entry['status'] = "error";
103
  define( 'PCLZIP_ERR_UNSUPPORTED_ENCRYPTION', -19 );
104
  define( 'PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE', -20 );
105
  define( 'PCLZIP_ERR_DIRECTORY_RESTRICTION', -21 );
106
+ // alex.rabe : new for too large zipfiles
107
+ define( 'PCLZIP_ERR_MEMORY_LIMIT', -22 );
108
 
109
  // ----- Options values
110
  define( 'PCLZIP_OPT_PATH', 77001 );
793
  $p_list = array();
794
  $v_result = $this->privExtractByRule($p_list, $v_path, $v_remove_path,
795
  $v_remove_all_path, $v_options);
796
+
797
  if ($v_result < 1) {
798
  unset($p_list);
799
+ $this->error_code = $v_result;
800
  //--(MAGIC-PclTrace)--//PclTraceFctEnd(__FILE__, __LINE__, 0, PclZip::errorInfo());
801
  return(0);
802
  }
1326
  PCLZIP_ERR_MISSING_OPTION_VALUE => 'PCLZIP_ERR_MISSING_OPTION_VALUE',
1327
  PCLZIP_ERR_INVALID_OPTION_VALUE => 'PCLZIP_ERR_INVALID_OPTION_VALUE',
1328
  PCLZIP_ERR_UNSUPPORTED_COMPRESSION => 'PCLZIP_ERR_UNSUPPORTED_COMPRESSION',
1329
+ PCLZIP_ERR_UNSUPPORTED_ENCRYPTION => 'PCLZIP_ERR_UNSUPPORTED_ENCRYPTION',
1330
+ PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE => 'PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE',
1331
+ PCLZIP_ERR_DIRECTORY_RESTRICTION => 'PCLZIP_ERR_DIRECTORY_RESTRICTION',
1332
+ // added by alex.rabe
1333
+ PCLZIP_ERR_MEMORY_LIMIT => 'PCLZIP_ERR_MEMORY_LIMIT'
1334
  );
1335
 
1336
  if (isset($v_name[$this->error_code])) {
3363
 
3364
  $v_extract = false;
3365
  }
3366
+
3367
  // ----- Look for real extraction
3368
  if ($v_extract)
3369
  {
3455
  $p_path, $p_remove_path,
3456
  $p_remove_all_path,
3457
  $p_options);
3458
+
3459
  if ($v_result1 < 1) {
3460
  $this->privCloseFd();
3461
  $this->privSwapBackMagicQuotes();
3462
  //--(MAGIC-PclTrace)--//PclTraceFctEnd(__FILE__, __LINE__, $v_result1);
3463
+
3464
  return $v_result1;
3465
  }
 
3466
  // ----- Get the only interesting attributes
3467
  if (($v_result = $this->privConvertHeader2FileInfo($v_header, $p_file_list[$v_nb_extracted++])) != 1)
3468
  {
3469
  // ----- Close the zip file
3470
  $this->privCloseFd();
3471
  $this->privSwapBackMagicQuotes();
 
3472
  //--(MAGIC-PclTrace)--//PclTraceFctEnd(__FILE__, __LINE__, $v_result);
3473
  return $v_result;
3474
  }
 
3475
  // ----- Look for user callback abort
3476
  if ($v_result1 == 2) {
3477
  break;
3735
 
3736
  // ----- Look if extraction should be done
3737
  if ($p_entry['status'] == 'ok') {
 
3738
  // ----- Do the extraction (if not a folder)
3739
  if (!(($p_entry['external']&0x00000010)==0x00000010))
3740
  {
3781
 
3782
  }
3783
  else {
3784
+
3785
  //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 2, "Extracting a compressed file (Compression method ".$p_entry['compression'].")");
3786
  // ----- TBC
3787
  // Need to be finished
3805
  else {
3806
  //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 5, "Read '".$p_entry['compressed_size']."' compressed bytes");
3807
  // ----- Read the compressed file in a buffer (one shot)
3808
+
3809
+ // alex.rabe : CHECK for memory limit !!!
3810
+ if ( (function_exists('memory_get_usage')) && (ini_get('memory_limit')) ) {
3811
+ // get memory limit
3812
+ $memory_limit = ini_get('memory_limit');
3813
+ if ($memory_limit != '') {
3814
+ $memory_limit = substr($memory_limit, 0, -1) * 1024 * 1024;
3815
+ $memoryNeeded = memory_get_usage() + $p_entry['compressed_size'];
3816
+ if ($memory_limit < $memoryNeeded) {
3817
+ $v_result = PCLZIP_ERR_MEMORY_LIMIT;
3818
+ return $v_result;
3819
+ }
3820
+ }
3821
+ }
3822
+
3823
+ $v_buffer = fread($this->zip_fd, $p_entry['compressed_size']);
3824
  }
3825
+
3826
+ // ----- Decompress the file
3827
+ // alex.rabe : check again for the memory limit
3828
+ if ( (function_exists('memory_get_usage')) && (ini_get('memory_limit')) ) {
3829
+ // take a overhead of 300000 byte (tested with XAMPP)
3830
+ $maxMemory = $memory_limit - memory_get_usage() - 300000;
3831
+ $v_file_content = gzinflate($v_buffer,$maxMemory);
3832
+ } else {
3833
+ $v_file_content = @gzinflate($v_buffer);
3834
+ }
3835
  unset($v_buffer);
3836
  if ($v_file_content === FALSE) {
3837
  //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 2, "Unable to inflate compressed file");
3838
+ $v_result = PCLZIP_ERR_MEMORY_LIMIT;
3839
  // ----- Change the file status
3840
  // TBC
3841
  $p_entry['status'] = "error";
nggallery.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: NextGEN Gallery
4
  Plugin URI: http://alexrabe.boelinger.com/?page_id=80
5
  Description: A NextGENeration Photo gallery for the WEB2.0(beta).
6
  Author: NextGEN DEV-Team
7
- Version: 0.71
8
 
9
  Author URI: http://alexrabe.boelinger.com/
10
 
@@ -50,7 +50,7 @@ define('NGGFILE_PERMISSION', 0666);
50
  // ################################################################
51
 
52
  // Version and path to check version
53
- define('NGGVERSION', "0.71");
54
  define('NGGURL', "http://nextgen.boelinger.com/version.php");
55
 
56
  // define URL
4
  Plugin URI: http://alexrabe.boelinger.com/?page_id=80
5
  Description: A NextGENeration Photo gallery for the WEB2.0(beta).
6
  Author: NextGEN DEV-Team
7
+ Version: 0.73
8
 
9
  Author URI: http://alexrabe.boelinger.com/
10
 
50
  // ################################################################
51
 
52
  // Version and path to check version
53
+ define('NGGVERSION', "0.73");
54
  define('NGGURL', "http://nextgen.boelinger.com/version.php");
55
 
56
  // define URL
nggfunctions.php CHANGED
@@ -129,6 +129,7 @@ function nggShowSlideshow($galleryID,$irWidth,$irHeight) {
129
 
130
  global $wpdb;
131
  $ngg_options = get_option('ngg_options');
 
132
 
133
  if (empty($irWidth) ) $irWidth = $ngg_options['irWidth'];
134
  if (empty($irHeight)) $irHeight = $ngg_options['irHeight'];
@@ -138,25 +139,25 @@ function nggShowSlideshow($galleryID,$irWidth,$irHeight) {
138
  $replace .= "\n\t".'<script type="text/javascript" defer="defer">';
139
  if ($ngg_options['irXHTMLvalid']) $replace .= "\n\t".'<!--';
140
  if ($ngg_options['irXHTMLvalid']) $replace .= "\n\t".'//<![CDATA[';
141
- $replace .= "\n\t\t".'var so = new SWFObject("'.NGGALLERY_URLPATH.'imagerotator.swf", "ngg_slideshow'.$galleryID.'", "'.$irWidth.'", "'.$irHeight.'", "7", "#'.$ngg_options[irBackcolor].'");';
142
- $replace .= "\n\t\t".'so.addParam("wmode", "opaque");';
143
- $replace .= "\n\t\t".'so.addVariable("file", "'.NGGALLERY_URLPATH.'nggextractXML.php?gid='.$galleryID.'");';
144
- if (!$ngg_options['irShuffle']) $replace .= "\n\t\t".'so.addVariable("shuffle", "false");';
145
- if ($ngg_options['irLinkfromdisplay']) $replace .= "\n\t\t".'so.addVariable("linkfromdisplay", "false");';
146
- if ($ngg_options['irShownavigation']) $replace .= "\n\t\t".'so.addVariable("shownavigation", "true");';
147
- if ($ngg_options['irShowicons']) $replace .= "\n\t\t".'so.addVariable("showicons", "true");';
148
- if ($ngg_options['irKenburns']) $replace .= "\n\t\t".'so.addVariable("kenburns", "true");';
149
- if ($ngg_options['irWatermark']) $replace .= "\n\t\t".'so.addVariable("logo", "'.$ngg_options['wmPath'].'");';
150
- if (!empty($ngg_options['irAudio'])) $replace .= "\n\t\t".'so.addVariable("audio", "'.$ngg_options['irAudio'].'");';
151
- $replace .= "\n\t\t".'so.addVariable("overstretch", "'.$ngg_options['irOverstretch'].'");';
152
- $replace .= "\n\t\t".'so.addVariable("backcolor", "0x'.$ngg_options['irBackcolor'].'");';
153
- $replace .= "\n\t\t".'so.addVariable("frontcolor", "0x'.$ngg_options['irFrontcolor'].'");';
154
- $replace .= "\n\t\t".'so.addVariable("lightcolor", "0x'.$ngg_options['irLightcolor'].'");';
155
- $replace .= "\n\t\t".'so.addVariable("rotatetime", "'.$ngg_options['irRotatetime'].'");';
156
- $replace .= "\n\t\t".'so.addVariable("transition", "'.$ngg_options['irTransition'].'");';
157
- $replace .= "\n\t\t".'so.addVariable("width", "'.$irWidth.'");';
158
- $replace .= "\n\t\t".'so.addVariable("height", "'.$irHeight.'");';
159
- $replace .= "\n\t\t".'so.write("ngg_slideshow'.$galleryID.'");';
160
  if ($ngg_options['irXHTMLvalid']) $replace .= "\n\t".'//]]>';
161
  if ($ngg_options['irXHTMLvalid']) $replace .= "\n\t".'-->';
162
  $replace .= "\n\t".'</script>';
@@ -251,8 +252,11 @@ function nggCreateGallery($picturelist,$galleryID = false) {
251
  if ( $_GET['page'] == get_the_ID() ) {
252
  if ( isset( $_GET['nggpage'] ) )
253
  $page = (int) $_GET['nggpage'];
 
 
254
  }
255
- else $page = 1;
 
256
  $start = $offset = ( $page - 1 ) * $maxElement;
257
 
258
  $total = count($picturelist);
@@ -295,12 +299,12 @@ function nggCreateGallery($picturelist,$galleryID = false) {
295
  $out .= '<div class="ngg-gallery-thumbnail-box">'."\n\t";
296
  $out .= '<div class="ngg-gallery-thumbnail" '.$setwidth.' >'."\n\t";
297
  $out .= '<a href="'.$link.'" title="'.stripslashes($picture->description).'" '.$thumbcode.' >';
298
- $out .= '<img title="'.$picture->alttext.'" alt="'.$picture->alttext.'" src="'.$thumbnailURL.$thumb_prefix.$picture->filename.'" '.$thumbsize.' />';
299
  $out .= '</a>'."\n";
300
  if ($ngg_options['galShowDesc'] == "alttext")
301
- $out .= '<span>'.$picture->alttext.'</span>'."\n";
302
  if ($ngg_options['galShowDesc'] == "desc")
303
- $out .= '<span>'.$picture->description.'</span>'."\n";
304
  $out .= '</div>'."\n".'</div>'."\n";
305
  }
306
  $out .= '</div>'."\n";
@@ -338,7 +342,7 @@ function nggShowJSGallery($galleryID) {
338
  $gallerycontent .= 'var nggal'. $galleryID .'=new Array()'."\n";
339
  foreach ($picturelist as $picture) {
340
  $picturefile = nggallery::remove_umlauts($picture->filename);
341
- $gallerycontent .= 'nggal'. $galleryID .'['.$i++.']=["'.$picture->filename.'", "'.$picture->alttext.'", "'.strip_tags(nggallery::ngg_nl2br($picture->description)).'"]'."\n";
342
  }
343
  $gallerycontent .= 'jQuery(document).ready(function() {'."\n";
344
  $gallerycontent .= ' jQuery("#nggal'. $galleryID .'").nggallery({'."\n";
@@ -505,7 +509,7 @@ function nggCreateImageBrowser($picarray) {
505
  if ($picture) {
506
  $galleryoutput = '
507
  <div class="ngg-imagebrowser" >
508
- <h3>'.$picture->alttext.'</h3>
509
  <div class="pic">'.$picture->get_href_link().'</div>
510
  <div class="ngg-imagebrowser-nav">';
511
  if ($back_pid) {
@@ -564,7 +568,7 @@ function nggSinglePicture($imageID,$width=250,$height=250,$mode="",$float="") {
564
 
565
  // add fullsize picture as link
566
  $content = '<a href="'.$picture->imagePath.'" title="'.stripslashes($picture->description).'" '.$picture->get_thumbcode("singlepic".$imageID).' >';
567
- $content .= '<img class="ngg-singlepic" src="'.NGGALLERY_URLPATH.'nggshow.php?pid='.$imageID.'&amp;width='.$width.'&amp;height='.$height.'&amp;mode='.$mode.'" alt="'.$picture->alttext.'" title="'.$picture->alttext.'"'.$float.' />';
568
  $content .= '</a>';
569
 
570
  return $content;
@@ -640,7 +644,7 @@ function nggShowRelatedGallery($taglist, $maxImages = 0) {
640
 
641
  $picturefile = nggallery::remove_umlauts($picture->filename);
642
  $content .= '<a href="'.$folder_url.$picturefile.'" title="'.stripslashes($picture->description).'" '.$thumbcode.' >';
643
- $content .= '<img title="'.$picture->alttext.'" alt="'.$picture->alttext.'" src="'.$thumbnailURL.$thumb_prefix.$picture->filename.'" '.$thumbsize.' />';
644
  $content .= '</a>'."\n";
645
  }
646
 
129
 
130
  global $wpdb;
131
  $ngg_options = get_option('ngg_options');
132
+ $obj = 'so' . $galleryID;
133
 
134
  if (empty($irWidth) ) $irWidth = $ngg_options['irWidth'];
135
  if (empty($irHeight)) $irHeight = $ngg_options['irHeight'];
139
  $replace .= "\n\t".'<script type="text/javascript" defer="defer">';
140
  if ($ngg_options['irXHTMLvalid']) $replace .= "\n\t".'<!--';
141
  if ($ngg_options['irXHTMLvalid']) $replace .= "\n\t".'//<![CDATA[';
142
+ $replace .= "\n\t\t".'var '. $obj .' = new SWFObject("'.NGGALLERY_URLPATH.'imagerotator.swf", "ngg_slideshow'.$galleryID.'", "'.$irWidth.'", "'.$irHeight.'", "7", "#'.$ngg_options[irBackcolor].'");';
143
+ $replace .= "\n\t\t".$obj.'.addParam("wmode", "opaque");';
144
+ $replace .= "\n\t\t".$obj.'.addVariable("file", "'.NGGALLERY_URLPATH.'nggextractXML.php?gid='.$galleryID.'");';
145
+ if (!$ngg_options['irShuffle']) $replace .= "\n\t\t".$obj.'.addVariable("shuffle", "false");';
146
+ if ($ngg_options['irLinkfromdisplay']) $replace .= "\n\t\t".$obj.'.addVariable("linkfromdisplay", "false");';
147
+ if ($ngg_options['irShownavigation']) $replace .= "\n\t\t".$obj.'.addVariable("shownavigation", "true");';
148
+ if ($ngg_options['irShowicons']) $replace .= "\n\t\t".$obj.'.addVariable("showicons", "true");';
149
+ if ($ngg_options['irKenburns']) $replace .= "\n\t\t".$obj.'.addVariable("kenburns", "true");';
150
+ if ($ngg_options['irWatermark']) $replace .= "\n\t\t".$obj.'.addVariable("logo", "'.$ngg_options['wmPath'].'");';
151
+ if (!empty($ngg_options['irAudio'])) $replace .= "\n\t\t".$obj.'.addVariable("audio", "'.$ngg_options['irAudio'].'");';
152
+ $replace .= "\n\t\t".$obj.'.addVariable("overstretch", "'.$ngg_options['irOverstretch'].'");';
153
+ $replace .= "\n\t\t".$obj.'.addVariable("backcolor", "0x'.$ngg_options['irBackcolor'].'");';
154
+ $replace .= "\n\t\t".$obj.'.addVariable("frontcolor", "0x'.$ngg_options['irFrontcolor'].'");';
155
+ $replace .= "\n\t\t".$obj.'.addVariable("lightcolor", "0x'.$ngg_options['irLightcolor'].'");';
156
+ $replace .= "\n\t\t".$obj.'.addVariable("rotatetime", "'.$ngg_options['irRotatetime'].'");';
157
+ $replace .= "\n\t\t".$obj.'.addVariable("transition", "'.$ngg_options['irTransition'].'");';
158
+ $replace .= "\n\t\t".$obj.'.addVariable("width", "'.$irWidth.'");';
159
+ $replace .= "\n\t\t".$obj.'.addVariable("height", "'.$irHeight.'");';
160
+ $replace .= "\n\t\t".$obj.'.write("ngg_slideshow'.$galleryID.'");';
161
  if ($ngg_options['irXHTMLvalid']) $replace .= "\n\t".'//]]>';
162
  if ($ngg_options['irXHTMLvalid']) $replace .= "\n\t".'-->';
163
  $replace .= "\n\t".'</script>';
252
  if ( $_GET['page'] == get_the_ID() ) {
253
  if ( isset( $_GET['nggpage'] ) )
254
  $page = (int) $_GET['nggpage'];
255
+ else
256
+ $page = 1;
257
  }
258
+ else $page = 1;
259
+
260
  $start = $offset = ( $page - 1 ) * $maxElement;
261
 
262
  $total = count($picturelist);
299
  $out .= '<div class="ngg-gallery-thumbnail-box">'."\n\t";
300
  $out .= '<div class="ngg-gallery-thumbnail" '.$setwidth.' >'."\n\t";
301
  $out .= '<a href="'.$link.'" title="'.stripslashes($picture->description).'" '.$thumbcode.' >';
302
+ $out .= '<img title="'.stripslashes($picture->alttext).'" alt="'.stripslashes($picture->alttext).'" src="'.$thumbnailURL.$thumb_prefix.$picture->filename.'" '.$thumbsize.' />';
303
  $out .= '</a>'."\n";
304
  if ($ngg_options['galShowDesc'] == "alttext")
305
+ $out .= '<span>'.stripslashes($picture->alttext).'</span>'."\n";
306
  if ($ngg_options['galShowDesc'] == "desc")
307
+ $out .= '<span>'.stripslashes($picture->description).'</span>'."\n";
308
  $out .= '</div>'."\n".'</div>'."\n";
309
  }
310
  $out .= '</div>'."\n";
342
  $gallerycontent .= 'var nggal'. $galleryID .'=new Array()'."\n";
343
  foreach ($picturelist as $picture) {
344
  $picturefile = nggallery::remove_umlauts($picture->filename);
345
+ $gallerycontent .= 'nggal'. $galleryID .'['.$i++.']=["'.$picture->filename.'", "'.stripslashes($picture->alttext).'", "'.strip_tags(nggallery::ngg_nl2br($picture->description)).'"]'."\n";
346
  }
347
  $gallerycontent .= 'jQuery(document).ready(function() {'."\n";
348
  $gallerycontent .= ' jQuery("#nggal'. $galleryID .'").nggallery({'."\n";
509
  if ($picture) {
510
  $galleryoutput = '
511
  <div class="ngg-imagebrowser" >
512
+ <h3>'.stripslashes($picture->alttext).'</h3>
513
  <div class="pic">'.$picture->get_href_link().'</div>
514
  <div class="ngg-imagebrowser-nav">';
515
  if ($back_pid) {
568
 
569
  // add fullsize picture as link
570
  $content = '<a href="'.$picture->imagePath.'" title="'.stripslashes($picture->description).'" '.$picture->get_thumbcode("singlepic".$imageID).' >';
571
+ $content .= '<img class="ngg-singlepic" src="'.NGGALLERY_URLPATH.'nggshow.php?pid='.$imageID.'&amp;width='.$width.'&amp;height='.$height.'&amp;mode='.$mode.'" alt="'.stripslashes($picture->alttext).'" title="'.stripslashes($picture->alttext).'"'.$float.' />';
572
  $content .= '</a>';
573
 
574
  return $content;
644
 
645
  $picturefile = nggallery::remove_umlauts($picture->filename);
646
  $content .= '<a href="'.$folder_url.$picturefile.'" title="'.stripslashes($picture->description).'" '.$thumbcode.' >';
647
+ $content .= '<img title="'.stripslashes($picture->alttext).'" alt="'.stripslashes($picture->alttext).'" src="'.$thumbnailURL.$thumb_prefix.$picture->filename.'" '.$thumbsize.' />';
648
  $content .= '</a>'."\n";
649
  }
650